Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
emacs /
24.3 /
lisp /
cedet /
srecode /
Delete
Unzip
Name
Size
Permission
Date
Action
args.elc
4.17
KB
-rw-r--r--
2023-06-07 04:12
compile.elc
14.18
KB
-rw-r--r--
2023-06-07 04:12
cpp.elc
5.46
KB
-rw-r--r--
2023-06-07 04:12
ctxt.elc
6.13
KB
-rw-r--r--
2023-06-07 04:12
dictionary.elc
16.78
KB
-rw-r--r--
2023-06-07 04:12
document.elc
18.43
KB
-rw-r--r--
2023-06-07 04:12
el.elc
2.78
KB
-rw-r--r--
2023-06-07 04:12
expandproto.elc
2.29
KB
-rw-r--r--
2023-06-07 04:12
extract.elc
6.32
KB
-rw-r--r--
2023-06-07 04:12
fields.elc
11.77
KB
-rw-r--r--
2023-06-07 04:12
filters.elc
1.06
KB
-rw-r--r--
2023-06-07 04:12
find.elc
7.69
KB
-rw-r--r--
2023-06-07 04:12
getset.elc
7.96
KB
-rw-r--r--
2023-06-07 04:12
insert.elc
27.87
KB
-rw-r--r--
2023-06-07 04:12
java.elc
1.58
KB
-rw-r--r--
2023-06-07 04:12
loaddefs.el
7.58
KB
-rw-r--r--
2023-06-07 04:00
map.elc
10.37
KB
-rw-r--r--
2023-06-07 04:12
mode.elc
10.94
KB
-rw-r--r--
2023-06-07 04:12
semantic.elc
11.09
KB
-rw-r--r--
2023-06-07 04:12
srt-mode.elc
24.57
KB
-rw-r--r--
2023-06-07 04:12
srt-wy.elc
33.62
KB
-rw-r--r--
2023-06-07 04:12
srt.elc
2.97
KB
-rw-r--r--
2023-06-07 04:12
table.elc
8.19
KB
-rw-r--r--
2023-06-07 04:12
template.elc
1.87
KB
-rw-r--r--
2023-06-07 04:12
texi.elc
8.86
KB
-rw-r--r--
2023-06-07 04:12
Save
Rename
;ELC ;;; Compiled by mockbuild@buildfarm06.corp.cloudlinux.com on Wed Jun 7 08:12:20 2023 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/cedet/srecode/dictionary.el ;;; in Emacs version 24.3.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\310$\210\304\311\306\211\312$\210\304\313\314\315\316$\210\317\320\321\320\322\"\"\210\323\320\306\313\324$\207" [require eieio srecode srecode/table eieio-defclass srecode-dictionary nil ((namehash :initarg :namehash :documentation "Hash table containing the names of all the templates.") (buffer :initarg :buffer :documentation "The buffer this dictionary was initialized with.") (parent :initarg :parent :type (or null srecode-dictionary) :documentation "The parent dictionary.\nSymbols not appearing in this dictionary will be checked against the\nparent dictionary.") (origin :initarg :origin :type string :documentation "A string representing the origin of this dictionary.\nUseful only while debugging.")) ("Dictionary of symbols and what they mean.\nDictionaries are used to look up named symbols from\ntemplates to decide what to do with those symbols.") srecode-dictionary-compound-value ("A compound dictionary value.\nValues stored in a dictionary must be a STRING,\na dictionary for showing sections, or an instance of a subclass\nof this class.\n\nCompound dictionary values derive from this class, and must\nprovide a sequence of method implementations to convert into\na string." :abstract t) srecode-dictionary-compound-variable (srecode-dictionary-compound-value) ((value :initarg :value :documentation "The value of this template variable.\nVariables in template files are usually a single string\nwhich can be inserted into a dictionary directly.\n\nSome variables may be more complex and involve dictionary\nlookups, strings, concatenation, or the like.\n\nThe format of VALUE is determined by current template\nformatting rules.") (compiled :initarg :compiled :type list :documentation "The compiled version of VALUE.")) ("A compound dictionary value for template file variables.\nYou can declare a variable in a template like this:\n\nset NAME \"str\" macro \"OTHERNAME\"\n\nwith appending various parts together in a list.") eieio--defalias initialize-instance eieio--defgeneric-init-form #1="Initialize the compound variable THIS.\nMakes sure that :value is compiled." eieio--defmethod #[(this &optional fields) "\306\211\n\203' \n@\307=\203 \nA@\202 \nA@\n@ BB\nAA\211\204 \310 \237\"\210\311\312\"?\205\204 \313\314\"\306\211\203} @\211;\203Q \fB\202u <\203o @\315\232\203o \316\317!\210\320A\"\fB\202u \321\322\"\210) A\211\204@ \323\324\f\237#**\207" [state newfields fields this comp val nil :state call-next-method slot-boundp compiled eieio-oref :value macro require srecode/compile srecode-compile-parse-inserter error "Don't know how to handle variable value %S" eieio-oset :compiled nval] 5 #1#]] 5) #@456 Create a dictionary for BUFFER. If BUFFER-OR-PARENT is not specified, assume a buffer, and use the current buffer. If BUFFER-OR-PARENT is another dictionary, then remember the parent within the new dictionary, and assume that BUFFER is the same as belongs to the parent dictionary. The dictionary is initialized with variables setup for that buffer's table. If BUFFER-OR-PARENT is t, then this dictionary should not be associated with a buffer or parent. (defalias 'srecode-create-dictionary #[(&optional buffer-or-parent) "\212\306\211\211\211\307\f!\203 \fq\210\f\310\f!\311\202\\ \312\f!\203E \f\313\f\302\"\314\f!\315\n\2038 \310\n!\2029 \316Q\n\203\\ \nq\210\202\\ \f\311=\203R \306\317\202\\ p\320\310\n!P\311\321 \322\n\323\324\325\326\327\330\331$\332 & \203\214 \333 !\333\334! \335\"\210\335 \"\210*.\207" [initfrombuff origin buffer parent buffer-or-parent major-mode nil bufferp buffer-name t srecode-dictionary-child-p eieio-oref object-name " in " "no buffer" "Unspecified Origin" "Unspecified. Assume " srecode-dictionary :buffer :parent :namehash make-hash-table :test equal :size 20 :origin srecode-get-mode-table default srecode-dictionary-add-template-table dict def mt] 12 (#$ . 3298)]) (byte-code "\300\301\302\301\303\"\"\210\304\301\305\306\307$\210\300\310\302\310\311\"\"\210\304\310\305\306\312$\210\300\313\302\313\314\"\"\210\304\313\305\306\315$\210\300\316\302\316\317\"\"\210\304\316\305\306\320$\210\300\321\302\321\322\"\"\210\304\321\305\306\323$\210\300\324\302\324\325\"\"\210\304\324\305\306\326$\210\300\327\302\327\330\"\"\210\304\327\305\306\331$\210\300\332\302\332\333\"\"\210\304\332\305\306\334$\210\300\335\302\335\336\"\"\210\304\335\305\306\337$\210\300\340\302\340\341\"\"\210\304\340\305\342\343$\210\300\344\302\344\345\"\"\210\304\344\305\342\346$\210\300\340\302\340\347\"\"\210\304\340\305\350\351$\210\300\344\302\344\345\"\"\210\304\344\305\350\352$\210\353\354\355\356\357$\210\300\340\302\340\360\"\"\210\304\340\305\354\361$\207" [eieio--defalias srecode-dictionary-add-template-table eieio--defgeneric-init-form #1="Insert into DICT the variables found in table TPL.\nTPL is an object representing a compiled template file." eieio--defmethod nil srecode-dictionary #[(dict tpl) "\205? \304\305\306\"!\307\310!\210 \205>