Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.171
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
27.1 /
lisp /
cedet /
semantic /
[ HOME SHELL ]
Name
Size
Permission
Action
analyze
[ DIR ]
drwxr-xr-x
bovine
[ DIR ]
drwxr-xr-x
decorate
[ DIR ]
drwxr-xr-x
symref
[ DIR ]
drwxr-xr-x
wisent
[ DIR ]
drwxr-xr-x
analyze.elc
28.54
KB
-rw-r--r--
bovine.elc
4.98
KB
-rw-r--r--
chart.elc
4.28
KB
-rw-r--r--
complete.elc
76.43
KB
-rw-r--r--
ctxt.elc
35.96
KB
-rw-r--r--
db-debug.elc
2.75
KB
-rw-r--r--
db-ebrowse.elc
19.95
KB
-rw-r--r--
db-el.elc
13.43
KB
-rw-r--r--
db-file.elc
14.32
KB
-rw-r--r--
db-find.elc
42.67
KB
-rw-r--r--
db-global.elc
9.38
KB
-rw-r--r--
db-javascript.elc
10.97
KB
-rw-r--r--
db-mode.elc
6.7
KB
-rw-r--r--
db-ref.elc
4.96
KB
-rw-r--r--
db-typecache.elc
18.33
KB
-rw-r--r--
db.elc
39.36
KB
-rw-r--r--
debug.elc
17.84
KB
-rw-r--r--
decorate.elc
8.29
KB
-rw-r--r--
dep.elc
7.5
KB
-rw-r--r--
doc.elc
4.14
KB
-rw-r--r--
ede-grammar.elc
9.58
KB
-rw-r--r--
edit.elc
21.04
KB
-rw-r--r--
find.elc
24.37
KB
-rw-r--r--
format.elc
34.91
KB
-rw-r--r--
fw.elc
12.36
KB
-rw-r--r--
grammar-wy.elc
53.64
KB
-rw-r--r--
grammar.elc
78.55
KB
-rw-r--r--
html.elc
7.16
KB
-rw-r--r--
ia-sb.elc
9.44
KB
-rw-r--r--
ia.elc
11.76
KB
-rw-r--r--
idle.elc
60.12
KB
-rw-r--r--
imenu.elc
12.07
KB
-rw-r--r--
java.elc
16.47
KB
-rw-r--r--
lex-spp.elc
34.13
KB
-rw-r--r--
lex.elc
77.22
KB
-rw-r--r--
loaddefs.el
58.17
KB
-rw-r--r--
mru-bookmark.elc
15.46
KB
-rw-r--r--
sb.elc
11.45
KB
-rw-r--r--
scope.elc
25
KB
-rw-r--r--
senator.elc
29.09
KB
-rw-r--r--
sort.elc
18.84
KB
-rw-r--r--
symref.elc
17.35
KB
-rw-r--r--
tag-file.elc
6.45
KB
-rw-r--r--
tag-ls.elc
24.72
KB
-rw-r--r--
tag-write.elc
3.77
KB
-rw-r--r--
tag.elc
54.36
KB
-rw-r--r--
texi.elc
16.99
KB
-rw-r--r--
util-modes.elc
44.17
KB
-rw-r--r--
util.elc
13.24
KB
-rw-r--r--
wisent.elc
7.67
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : scope.elc
;ELC ;;; Compiled ;;; in Emacs version 27.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\300\303!\210\304\305\306\307!\"\210\304\310\311\307!\"\210\304\312\310\"\210\313\312\314\315#\210\316\307\317\310#\320\307\321\322\323$\207" [require semantic/db semantic/analyze/fcn semantic/ctxt defalias semantic-scope-cache-p eieio-make-class-predicate semantic-scope-cache semantic-scope-cache--eieio-childp eieio-make-child-predicate semantic-scope-cache-child-p make-obsolete "use (cl-typep ... \\='semantic-scope-cache) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (semanticdb-abstract-cache) ((tag :initform nil :documentation "The tag this scope was calculated for.") (scopetypes :initform nil :documentation "The list of types currently in scope.\nFor C++, this would contain anonymous namespaces known, and\nanything labeled by a `using' statement.") (parents :initform nil :documentation "List of parents in scope w/in the body of this function.\nPresumably, the members of these parent classes are available for access\nbased on private:, or public: style statements.") (parentinheritance :initform nil :documentation "Alist of parents by inheritance.\nEach entry is ( PARENT . PROTECTION ), where PARENT is a type, and\nPROTECTION is a symbol representing the level of inheritance, such as 'private, or 'protected.") (scope :initform nil :documentation "Items in scope due to the scopetypes or parents.") (fullscope :initform nil :documentation "All the other stuff on one master list you can search.") (localargs :initform nil :documentation "The arguments to the function tag.") (localvar :initform nil :documentation "The local variables.") (typescope :initform nil :documentation "Slot to save intermediate scope while metatypes are dereferenced.")) (:documentation "Cache used for storage of the current scope by the Semantic Analyzer.\nSaves scoping information between runs of the analyzer.")] 6) #@59 Create a new object of class type `semantic-scope-cache'. (defalias 'semantic-scope-cache #[(&rest slots) "\301\302\303#\207" [slots apply make-instance semantic-scope-cache] 4 (#$ . 2300)]) (byte-code "\300\301\302\303#\300\207" [function-put semantic-scope-cache compiler-macro semantic-scope-cache--anon-cmacro] 4) (defalias 'semantic-scope-cache--anon-cmacro #[(whole &rest slots) "@;\204 \207\302\303\304@ @# @\305@DABB\"\207" [slots whole macroexp--warn-and-return format "Obsolete name arg %S to constructor %S" identity] 5]) (byte-code "\300\301\302\303\302\304%\210\300\305\302\306\302\307%\210\300\310\302\311\302\312%\207" [cl-generic-define-method semantic-reset nil ((obj semantic-scope-cache)) #[(obj) "\301\302\303#\210\301\304\303#\210\301\305\303#\210\301\306\303#\210\301\307\303#\210\301\310\303#\210\301\311\303#\210\301\312\303#\210\301\313\303#\207" [obj eieio-oset tag nil scopetypes parents parentinheritance scope fullscope localargs localvar typescope] 4 "Reset OBJ back to it's empty settings."] semanticdb-synchronize ((cache semantic-scope-cache) new-tags) #[(cache new-tags) "\301!\207" [cache semantic-reset] 2 "Synchronize a CACHE with some NEW-TAGS."] semanticdb-partial-synchronize ((cache semantic-scope-cache) new-tags) #[(cache new-tags) "\305!\306\211\203\"