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 : robin.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:16 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/international/robin.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 "`robin.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@661 List of robin packages. A robin package is of the form (NAME DOCSTRING &rest RULES). NAME is a string specifying a particular robin package. DOCSTRING is a documentation string for the robin package. RULE is of the form (KEY OUTPUT &rest rules). KEY is a string. OUTPUT is a character or a string. For example, if you evaluate the following, (robin-define-package "test" "Uppercase input characters" ("a" "A") ("ab" "AB") ("ac" "AC") ("acd" "ACD") ("ace" "ACE") ("b" "B")) this robin package will be the following. ("test" "Uppercase input characters" (?a "A" (?b "AB") (?c "AC" (?d "ACD") (?e "ACE"))) (?b "B")) (defvar robin-package-alist nil (#$ . 616)) #@360 Define a robin package. NAME is the string of this robin package. DOCSTRING is the documentation string of this robin package. Each RULE is of the form (INPUT OUTPUT) where INPUT is a string and OUTPUT is either a character or a string. RULES are not evaluated. If there already exists a robin package whose name is NAME, the new one replaces the old one. (defalias 'robin-define-package '(macro . #[(name docstring &rest rules) "\306!\307D\310\211\211\310\211\203b @\211@\211A@)\311\f\n$\210;\204? \312\313\"\210\202Y \314\n!\203N \nB B\202Y \n;\204Y \312\315\"\210A\211\204 *\fA\240\210\316\317\320\321BBD\322\323\fDD\324\323 DD\325\323 DDF-\326BB\207" [name pairs output input new iname intern "" nil robin-add-rule error "Bad input sequence %S" characterp "Bad output pattern %S" let slot assoc (robin-package-alist) newdef quote prop lst ((if slot (setcdr slot (cdr newdef)) (setq robin-package-alist (cons newdef robin-package-alist))) (dolist (l lst) (put-char-code-property (cdr l) prop (car l)))) rules r --dolist-tail-- x docstring] 8 (#$ . 1327)])) #@210 Change a rule in an already defined robin package. NAME is the string specifying a robin package. INPUT is a string that specifies the input pattern. OUTPUT is either a character or a string to be generated. (defalias 'robin-modify-package #[(name input output) "\306 \"\307\211\204 \310\311!\210\202; \211A@)A\312\240\210\313 $\210A\n\240\210\314!\203; \315\316! #\210*\207" [name robin-package-alist docstring tree x input assoc nil error "No such robin package" "" robin-add-rule characterp put-char-code-property intern output] 6 (#$ . 2437)]) #@84 Add translation rule (INPUT OUTPUT) to TREE whose name is NAME. Internal use only. (defalias 'robin-add-rule #[(name tree input output) "\306H\307 \n\"\n\211A@)G\310U\203/ \203# A\240\202W \311\n! DC\241\202W \204L \312 !\203= \313 ! \313 !PD\311\n!C\241\210\314\310\315O$+\207" [input head tree branch x sofar 0 assoc 1 last characterp char-to-string robin-add-rule nil output name] 7 (#$ . 3012)]) #@45 If non-nil, `robin-input-method' is active. (defvar robin-mode nil (#$ . 3441)) (make-variable-buffer-local 'robin-mode) #@102 String representing the name of the current robin package. A nil value means no package is selected. (defvar robin-current-package-name nil (#$ . 3569)) (make-variable-buffer-local 'robin-current-package-name) #@52 Start using robin package NAME, which is a string. (defalias 'robin-use-package #[(name) "\304 \"\211\204 \305\306!\210\307 )\207" [name robin-package-alist package robin-current-package-name assoc error "No such robin package" robin-activate] 4 (#$ . 3785)]) #@32 Inactivate robin input method. (defalias 'robin-inactivate #[nil "\300\301!\207" [robin-activate -1] 2 (#$ . 4056) nil]) #@221 Activate robin input method. With ARG, activate robin input method if and only if ARG is positive. While this input method is active, the variable `input-method-function' is bound to the function `robin-input-method'. (defalias 'robin-activate #[(&optional arg) "\203 \305!\306W\203 \307\216\310\211\311\312!)\207\313\314\315\316 \317 =\203* \320\321\322\"\210\311\323\324\"\210\325\304!\210\326\211\207" [arg robin-mode describe-current-input-method-function inactivate-current-input-method-function input-method-function prefix-numeric-value 0 ((byte-code "\300\301!\207" [kill-local-variable input-method-function] 2)) nil run-hooks robin-inactivate-hook t robin-help robin-inactivate selected-window minibuffer-window add-hook minibuffer-exit-hook robin-exit-from-minibuffer input-method-activate-hook robin-activate-hook make-local-variable robin-input-method] 4 (#$ . 4184)]) (defalias 'robin-exit-from-minibuffer #[nil "\300 \210\301 \302X\205 \303\304\305\"\207" [inactivate-input-method minibuffer-depth 1 remove-hook minibuffer-exit-hook robin-exit-from-minibuffer] 3]) #@54 Interpret typed key sequence and insert into buffer. (defalias 'robin-input-method #[(key) "\204\f \204\f \n\203 C\207\306\307`\310\f \"\211AA)\307\211\f \236\211 \203a `|\210 \211A@)\211\fc\210 \211AA)\211\203[ \311 \211\202+ \307\211\202+ \f\204k C\202\216 `|\210\203x C\f;\203\213 \f\312\307\")\202\216 \fC.\207" [buffer-read-only overriding-terminal-local-map overriding-local-map key robin-current-package-name robin-package-alist 0 nil assoc read-event append x output branch tree start input-method-function echo-keystrokes unread-command-events string] 7 (#$ . 5283)]) #@53 Display the docstring of the current robin package. (defalias 'robin-help #[nil "\305\306!\307 \"\211A@)\211q\210\310 \210c\210eb\210\311\f!*\207" [robin-current-package-name robin-package-alist x doc buf get-buffer-create "*Robin Help*" assoc erase-buffer display-buffer] 5 (#$ . 5915) nil]) #@199 Convert the content of current buffer using a robin package. NAME, if given, is a string specifying a robin package. If NAME is not given or nil, the value of `robin-current-package-name' is used. (defalias 'robin-convert-buffer #[(&optional name) "\301ed#\207" [name robin-convert-region] 4 (#$ . 6220) "*"]) #@180 Convert the region using a robin package. NAME, if given, is a string specifying a robin package. If NAME is not given or nil, the value of `robin-current-package-name' is used. (defalias 'robin-convert-region #[(begin end &optional name) "\204 \211\204 \306\307!\210\310\n\"\211\204 \306\311!\210\212\214\f }\210eb\210m?\2050 \312!\210\202$ +\207" [name robin-current-package-name robin-package-alist tree begin end error "No robin package specified" assoc "No such robin package" robin-convert-region-internal] 4 (#$ . 6539) "*r"]) #@105 Apply a robin rule defined in TREE to the current point. Use the longest match method to select a rule. (defalias 'robin-convert-region-internal #[(tree) "`\305\211g\236\211\203 \306u\210\202 `\n U\203# \306u\2023 \nb\210\211A@)c\210\307 \nZ!+\207" [branch end begin tree x nil 1 delete-char] 4 (#$ . 7090)]) (byte-code "\300\301M\210\302\303M\207" [robin-transliterate-region robin-convert-region robin-transliterate-buffer robin-convert-buffer] 2) #@197 Apply reverse conversion to the content of current buffer. NAME, if given, is a string specifying a robin package. If NAME is not given or nil, the value of `robin-current-package-name' is used. (defalias 'robin-invert-buffer #[(&optional name) "\301ed#\207" [name robin-invert-region] 4 (#$ . 7559) "*"]) #@178 Apply reverse conversion to the region. NAME, if given, is a string specifying a robin package. If NAME is not given or nil, the value of `robin-current-package-name' is used. (defalias 'robin-invert-region #[(begin end &optional name) "\204 \211\204 \305\306!\210\307!\310\214\f}\210eb\210m?\205: \311g\"\211\2040 \312u\210\202 \nc\210\313\312!\210\202 *\207" [name robin-current-package-name str begin end error "No robin package specified" intern nil get-char-code-property 1 delete-char] 3 (#$ . 7874) "*r"]) (provide 'robin)
Close