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:35 2023 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/cedet/srecode/srt-mode.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\300\304!\210\300\305!\210\300\306!\207" [require srecode/compile srecode/ctxt srecode/template semantic semantic/analyze semantic/wisent] 2) #@54 Syntax table used in semantic recoder macro buffers. (defvar srecode-template-mode-syntax-table (byte-code "\301\302 !\303\304\305#\210\303\306\307#\210\303\310\311#\210\303\312\311#\210\303\313\311#\210\303\314\311#\210\303\315\311#\210\303\316\311#\210\303\317\311#\210\303\320\321#\210\303\322\323#\210\303\324\325#\210\303\326\327#\210\303\330\327#\210\303\331\327#\210)\207" [table make-syntax-table standard-syntax-table modify-syntax-entry 59 ". 12" 10 ">" 36 "." 58 60 62 35 33 63 34 "\"" 45 "_" 92 "\\" 96 "'" 39 44] 4) (#$ . 754)) (custom-declare-face 'srecode-separator-face '((t (:weight bold :strike-through t))) "Face used for decorating separators in srecode template mode." :group 'srecode) #@53 Keywords for use with srecode macros and font-lock. (defvar srecode-font-lock-keywords '(("^\\(template\\)\\s-+\\(\\w*\\)\\(\\( \\(:\\w+\\)\\|\\)+\\)$" (1 font-lock-keyword-face) (2 font-lock-function-name-face) (3 font-lock-builtin-face)) ("^\\(sectiondictionary\\)\\s-+\"" (1 font-lock-keyword-face)) ("^\\s *\\(section\\)\\s-+\"" (1 font-lock-keyword-face)) ("^\\s *\\(end\\)" (1 font-lock-keyword-face)) ("^\\(bind\\)\\s-+\"" (1 font-lock-keyword-face)) ("^\\s *\\(set\\)\\s-+\\(\\w+\\)\\s-+" (1 font-lock-keyword-face) (2 font-lock-variable-name-face)) ("^\\s *\\(show\\)\\s-+\\(\\w+\\)\\s-*$" (1 font-lock-keyword-face) (2 font-lock-variable-name-face)) ("\\<\\(macro\\)\\s-+\"" (1 font-lock-keyword-face)) ("^\\(context\\)\\s-+\\(\\w+\\)" (1 font-lock-keyword-face) (2 font-lock-builtin-face)) ("^\\(prompt\\)\\s-+\\(\\w+\\)" (1 font-lock-keyword-face) (2 font-lock-variable-name-face)) ("\\(default\\(macro\\)?\\)\\s-+\\(\\(\\w\\|\\s_\\)+\\)" (1 font-lock-keyword-face) (3 font-lock-type-face)) ("\\<\\(default\\(macro\\)?\\)\\>" (1 font-lock-keyword-face)) ("\\<\\(read\\)\\s-+\\(\\(\\w\\|\\s_\\)+\\)" (1 font-lock-keyword-face) (2 font-lock-type-face)) ("^----\n" 0 'srecode-separator-face) (srecode-template-mode-macro-escape-match 1 font-lock-string-face) ((lambda (limit) (srecode-template-mode-font-lock-macro-helper limit "\\(\\??\\w+\\)[^ \n{}$#@&*()]*")) 1 font-lock-variable-name-face) ((lambda (limit) (srecode-template-mode-font-lock-macro-helper limit "\\([#/]\\w+\\)[^ \n{}$#@&*()]*")) 1 font-lock-keyword-face) ((lambda (limit) (srecode-template-mode-font-lock-macro-helper limit "\\([<>]\\w*\\):\\(\\w+\\):\\(\\w+\\)")) (1 font-lock-keyword-face) (2 font-lock-builtin-face) (3 font-lock-type-face)) ((lambda (limit) (srecode-template-mode-font-lock-macro-helper limit "\\([<>?]?\\w*\\):\\(\\w+\\)")) (1 font-lock-keyword-face) (2 font-lock-type-face)) ((lambda (limit) (srecode-template-mode-font-lock-macro-helper limit "!\\([^{}$]*\\)")) 1 font-lock-comment-face)) (#$ . 1484)) #@81 Match against escape characters. Don't scan past LIMIT. Match with EXPRESSION. (defalias 'srecode-template-mode-font-lock-macro-helper #[(limit expression) "\306\211\307\310 !\307\311 !\n\fQ\204<