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 /
emacs-lisp /
[ HOME SHELL ]
Name
Size
Permission
Action
advice.elc
60.71
KB
-rw-r--r--
assoc.elc
4.37
KB
-rw-r--r--
authors.elc
27.41
KB
-rw-r--r--
autoload.elc
15.7
KB
-rw-r--r--
avl-tree.elc
15.92
KB
-rw-r--r--
backquote.elc
4.46
KB
-rw-r--r--
benchmark.elc
3.33
KB
-rw-r--r--
bindat.elc
10.84
KB
-rw-r--r--
byte-opt.elc
34.22
KB
-rw-r--r--
byte-run.elc
6.65
KB
-rw-r--r--
bytecomp.elc
124.99
KB
-rw-r--r--
check-declare.elc
8.77
KB
-rw-r--r--
checkdoc.elc
65.08
KB
-rw-r--r--
cl-compat.elc
4.28
KB
-rw-r--r--
cl-extra.elc
21.48
KB
-rw-r--r--
cl-indent.elc
13.98
KB
-rw-r--r--
cl-loaddefs.el
39.57
KB
-rw-r--r--
cl-macs.elc
99.36
KB
-rw-r--r--
cl-seq.elc
43.98
KB
-rw-r--r--
cl-specs.el
13.87
KB
-rw-r--r--
cl.elc
20.74
KB
-rw-r--r--
copyright.elc
8.64
KB
-rw-r--r--
crm.elc
7.94
KB
-rw-r--r--
cust-print.elc
12.77
KB
-rw-r--r--
debug.elc
24.86
KB
-rw-r--r--
derived.elc
10.72
KB
-rw-r--r--
disass.elc
5.09
KB
-rw-r--r--
easy-mmode.elc
14.85
KB
-rw-r--r--
easymenu.elc
20.15
KB
-rw-r--r--
edebug.elc
100.82
KB
-rw-r--r--
eldoc.elc
15.31
KB
-rw-r--r--
elint.elc
19.76
KB
-rw-r--r--
elp.elc
12.78
KB
-rw-r--r--
ewoc.elc
28.62
KB
-rw-r--r--
find-func.elc
17.26
KB
-rw-r--r--
find-gc.elc
3.74
KB
-rw-r--r--
float-sup.elc
1.39
KB
-rw-r--r--
generic.elc
6.55
KB
-rw-r--r--
gulp.elc
4.82
KB
-rw-r--r--
helper.elc
3.84
KB
-rw-r--r--
levents.elc
10.29
KB
-rw-r--r--
lisp-mnt.elc
21.87
KB
-rw-r--r--
lisp-mode.elc
37.14
KB
-rw-r--r--
lisp.elc
21.61
KB
-rw-r--r--
lmenu.elc
11.67
KB
-rw-r--r--
lucid.elc
6.22
KB
-rw-r--r--
macroexp.elc
4.45
KB
-rw-r--r--
map-ynp.elc
6.3
KB
-rw-r--r--
pp.elc
5.09
KB
-rw-r--r--
re-builder.elc
22.36
KB
-rw-r--r--
regexp-opt.elc
4.43
KB
-rw-r--r--
regi.elc
6.15
KB
-rw-r--r--
ring.elc
6.41
KB
-rw-r--r--
rx.elc
26.61
KB
-rw-r--r--
shadow.elc
5.63
KB
-rw-r--r--
sregex.elc
12.45
KB
-rw-r--r--
syntax.elc
5.18
KB
-rw-r--r--
tcover-ses.elc
14.68
KB
-rw-r--r--
tcover-unsafep.elc
4.09
KB
-rw-r--r--
testcover.elc
13.41
KB
-rw-r--r--
timer.elc
22.73
KB
-rw-r--r--
tq.elc
3.94
KB
-rw-r--r--
trace.elc
5.28
KB
-rw-r--r--
unsafep.elc
5.01
KB
-rw-r--r--
warnings.elc
9.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pp.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:02:56 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/emacs-lisp/pp.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 "`pp.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (custom-declare-group 'pp nil "Pretty printer for Emacs Lisp." :prefix "pp-" :group 'lisp) #@59 *Value of `print-escape-newlines' used by pp-* functions. (custom-declare-variable 'pp-escape-newlines 't '(#$ . -697) :type 'boolean :group 'pp) #@209 Return a string containing the pretty-printed representation of OBJECT. OBJECT can be any Lisp object. Quoting characters are used as needed to make output that `read' can handle, whenever this is possible. (defalias 'pp-to-string #[(object) "\212\305\306!q\210\307\216\310\311!\210\312!\210 \313\314\fp\"\210*\315 \210\316 *\207" [emacs-lisp-mode-syntax-table pp-escape-newlines print-quoted print-escape-newlines object generate-new-buffer " pp-to-string" ((byte-code "\300p!\207" [kill-buffer] 2)) lisp-mode-variables nil set-syntax-table t prin1 pp-buffer buffer-string] 3 (#$ . 850)]) #@75 Prettify the current buffer with printed representation of a Lisp object. (defalias 'pp-buffer #[nil "eb\210m\204X \300\301\302\217\2031 \212\303u\210\304\305x\210o\204- `Sf\306>\203- `\307\305x\210`|\210\310c\210)\202 \300\311\312\217\203R \313\314!\203D \315u\210\2028 `\307\305w\210`|\210\316c\210\202 db\210\202 eb\210\317 \207" [err-var (byte-code "\300\301\302!\210\207" [t down-list 1] 3) ((error)) -1 "'`#^" nil (32 9 10) " \n" "\n" (byte-code "\300\301\302!\210\207" [t up-list 1] 3) ((error)) looking-at "\\s)" 1 10 indent-sexp] 3 (#$ . 1450)]) #@245 Output the pretty-printed representation of OBJECT, any Lisp object. Quoting characters are printed as needed to make output that `read' can handle, whenever this is possible. Output stream is STREAM, or value of `standard-output' (which see). (defalias 'pp #[(object &optional stream) "\303\304! \206 \n\"\207" [object stream standard-output princ pp-to-string] 3 (#$ . 2016)]) #@169 Prettify and display EXPRESSION in an appropriate way, depending on length. If a temporary buffer is needed for representation, it will be named after OUT-BUFFER-NAME. (defalias 'pp-display-expression #[(expression out-buffer-name) "\306\n\220\307!\210r\fq\210\310 \210\311\312\313!\210\311\211)\221*\207" [temp-buffer-show-function old-show-function out-buffer-name expression standard-output buffer-read-only #[(buf) "\212q\210eb\210\305\210`TdW\204 `eZ\306 Y\2039 \307 \310!eb\210\311\312\n!!\210\313\216\314\n!\210\315\316!,\202? \317\320e`{\")\207" [buf old-show-function window old-selected temp-buffer-show-function 1 frame-width selected-window display-buffer make-frame-visible window-frame ((byte-code "\302!\210\303\304 \"\207" [old-selected out-buffer-name select-window message "See buffer %s."] 3)) select-window run-hooks temp-buffer-show-hook message "%s"] 4] pp emacs-lisp-mode nil make-local-variable font-lock-verbose] 3 (#$ . 2404)]) #@119 Evaluate EXPRESSION and pretty-print its value. Also add the value to the front of the list in the variable `values'. (defalias 'pp-eval-expression #[(expression) "\302\303!\210\304! B\305 @\306\"\207" [expression values message "Evaluating..." eval pp-display-expression "*Pp Eval Output*"] 3 (#$ . 3381) (list (read-from-minibuffer "Eval: " nil read-expression-map t 'read-expression-history))]) #@52 Macroexpand EXPRESSION and pretty-print its value. (defalias 'pp-macroexpand-expression #[(expression) "\301\302!\303\"\207" [expression pp-display-expression macroexpand "*Pp Macroexpand Output*"] 3 (#$ . 3787) (list (read-from-minibuffer "Macroexpand: " nil read-expression-map t 'read-expression-history))]) #@62 Read sexp before point. Ignores leading comment characters. (defalias 'pp-last-sexp #[nil "\305 `\306\211\307\f!\210\212\310\311!\210\212\312 \210\313\314!)\203B `\n{\315\316 #\203; \317\224T\317 O\317\225\306OP\202! \320!\202F \320p!)\307!\210,\207" [exp start pt stab emacs-lisp-mode-syntax-table syntax-table nil set-syntax-table forward-sexp -1 beginning-of-line looking-at "[ ]*;" string-match "\n[ ]*;+" 0 read] 4 (#$ . 4105)]) #@140 Run `pp-eval-expression' on sexp before point. With argument, pretty-print output into current buffer. Ignores leading comment characters. (defalias 'pp-eval-last-sexp #[(arg) "\203\f \301\302\303 !!c\207\304\303 !\207" [arg pp-to-string eval pp-last-sexp pp-eval-expression] 3 (#$ . 4564) "P"]) #@147 Run `pp-macroexpand-expression' on sexp before point. With argument, pretty-print output into current buffer. Ignores leading comment characters. (defalias 'pp-macroexpand-last-sexp #[(arg) "\203\f \301\302\303 !!c\207\304\303 !\207" [arg pp-to-string macroexpand pp-last-sexp pp-macroexpand-expression] 3 (#$ . 4868) "P"]) (provide 'pp)
Close