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 : texnfo-upd.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:05:21 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/textmodes/texnfo-upd.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 "`texnfo-upd.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require 'texinfo) #@115 String inserted before lower level entries in Texinfo master menu. It comes after the chapter-level menu entries. (defvar texinfo-master-menu-header " --- The Detailed Node Listing ---\n" (#$ . 641)) #@74 Regexp matching chapter, section, other headings (but not the top node). (defvar texinfo-section-types-regexp "^@\\(chapter \\|sect\\|subs\\|subh\\|unnum\\|major\\|chapheading \\|heading \\|appendix\\)" (#$ . 847)) #@70 Regular expression matching just the Texinfo section level headings. (defvar texinfo-section-level-regexp (byte-code "\301\302\303\"!\207" [texinfo-section-list regexp-opt texinfo-filter 3] 4) (#$ . 1068)) #@73 Regular expression matching just the Texinfo subsection level headings. (defvar texinfo-subsection-level-regexp (byte-code "\301\302\303\"!\207" [texinfo-section-list regexp-opt texinfo-filter 4] 4) (#$ . 1281)) #@76 Regular expression matching just the Texinfo subsubsection level headings. (defvar texinfo-subsubsection-level-regexp (byte-code "\301\302\303\"!\207" [texinfo-section-list regexp-opt texinfo-filter 5] 4) (#$ . 1500)) #@183 *Regexps for searching for same level sections in a Texinfo file. The keys are strings specifying the general hierarchical level in the document; the values are regular expressions. (defvar texinfo-update-menu-same-level-regexps '((1 . "top[ ]+") (2 concat "\\(^@\\)\\(" texinfo-chapter-level-regexp "\\)\\>[ ]*") (3 concat "\\(^@\\)\\(" texinfo-section-level-regexp "\\)\\>[ ]*") (4 concat "\\(^@\\)\\(" texinfo-subsection-level-regexp "\\)\\>[ ]+") (5 concat "\\(^@\\)\\(" texinfo-subsubsection-level-regexp "\\)\\>[ ]+")) (#$ . -1726)) #@185 *Regexps for searching for higher level sections in a Texinfo file. The keys are strings specifying the general hierarchical level in the document; the values are regular expressions. (defvar texinfo-update-menu-higher-regexps '((1 . "^@node [ ]*DIR") (2 . "^@node [ ]*top[ ]*\\(,\\|$\\)") (3 concat "\\(^@\\(" texinfo-chapter-level-regexp "\\)\\>[ ]*\\)") (4 concat "\\(^@\\(" texinfo-section-level-regexp "\\|" texinfo-chapter-level-regexp "\\)\\>[ ]*\\)") (5 concat "\\(^@\\(" texinfo-subsection-level-regexp "\\|" texinfo-section-level-regexp "\\|" texinfo-chapter-level-regexp "\\)\\>[ ]*\\)")) (#$ . -2277)) #@184 *Regexps for searching for lower level sections in a Texinfo file. The keys are strings specifying the general hierarchical level in the document; the values are regular expressions. (defvar texinfo-update-menu-lower-regexps '((1 concat "\\(^@\\(" texinfo-chapter-level-regexp "\\|" texinfo-section-level-regexp "\\|" texinfo-subsection-level-regexp "\\|" texinfo-subsubsection-level-regexp "\\)\\>[ ]*\\)") (2 concat "\\(^@\\(" texinfo-section-level-regexp "\\|" texinfo-subsection-level-regexp "\\|" texinfo-subsubsection-level-regexp "\\)\\>[ ]*\\)") (3 concat "\\(^@\\(" texinfo-subsection-level-regexp "\\|" texinfo-subsubsection-level-regexp "\\)\\>[ ]+\\)") (4 concat "\\(^@\\(" texinfo-subsubsection-level-regexp "\\)\\>[ ]+\\)") (5 . "a\\(^\\)")) (#$ . -2904)) #@607 Without any prefix argument, make or update a menu. Make the menu for the section enclosing the node found following point. A prefix argument means make or update menus for nodes within or part of the marked region. Whenever a menu exists, and is being updated, the descriptions that are associated with node names in the pre-existing menu are incorporated into the new menu. Leaves trailing whitespace in a menu that lacks descriptions, so descriptions will format well. In general, a menu should contain descriptions, because node names and section titles are often too short to explain a node well. (defalias 'texinfo-make-menu #[(&optional beginning end) "\204 \304 \305 !\210\306\307!)\207\306\310\311 \"\210\212\n^b\210\304 \312 \n]\313\223\210\214~\210\314 \315!\"\203? \304 \305 !\210\202, `\315!W\203i \316 \315!\"\203i \304 \317y\210\314 \315!\"\203? \304 \305 !\210\202V ,\306\320\311 \"\207" [beginning level end region-end-marker texinfo-hierarchic-level texinfo-make-one-menu message "Menu updated" "Making or updating menus in %s... " buffer-name make-marker nil texinfo-find-lower-level-node marker-position texinfo-find-higher-level-node 1 "Making or updating menus in %s...done"] 4 (#$ . 3685) (byte-code "\205 `\301 D\207" [prefix-arg mark] 2)]) #@191 Make a menu of all the appropriate nodes in this section. `Appropriate nodes' are those associated with sections that are at the level specified by LEVEL. Point is left at the end of menu. (defalias 'texinfo-make-one-menu #[(level) "\306\212\307 !b\210\310\210`)\311 !\312\n\"\nb\210\313 \210\314 \315\n #\316\n\f\"\203= \317!\210\320!\210\321\n\f\"\210\322 \".\207" [case-fold-search level beginning end first node-name t texinfo-update-menu-region-beginning nil texinfo-update-menu-region-end texinfo-menu-first-node beginning-of-line texinfo-copy-node-name texinfo-make-menu-list texinfo-old-menu-p texinfo-incorporate-descriptions texinfo-incorporate-menu-entry-names texinfo-delete-old-menu texinfo-insert-menu new-menu-list] 4 (#$ . 4978)]) #@486 Update every regular menu in a Texinfo file. Update pre-existing master menu, if there is one. If called with a non-nil argument, this function first updates all the nodes in the buffer before updating the menus. Indents the first line of descriptions, and leaves trailing whitespace in a menu that lacks descriptions, so descriptions will format well. In general, a menu should contain descriptions, because node names and section titles are often too short to explain a node well. (defalias 'texinfo-all-menus-update #[(&optional update-all-nodes-p) "\305\306\212\307d\305\"\210eb\210\310\311\312 \"\210\212\313\n\306\305#\203@ \314\315\212\316y\210`)\305#\210\305\317\224b\210\212\320 b\210\321 \210\322u\210`)`|\210))\f\203P \310\323\312 \"\210\324ed\"\210\310\325\312 \"\210\326de\"\210\203i \310\327\312 \"\210\330\306!\210)\310\331!*\207" [master-menu-p case-fold-search texinfo-master-menu-header end-of-detailed-menu-descriptions update-all-nodes-p t nil push-mark message "Checking for a master menu in %s ... " buffer-name search-forward search-backward "\n@detailmenu" -3 0 texinfo-menu-end beginning-of-line -1 "Updating all nodes in %s ... " texinfo-update-node "Updating all menus in %s ... " texinfo-make-menu "Updating the master menu in %s... " texinfo-master-menu "Done...updated all the menus. You may save the buffer."] 4 (#$ . 5750) "P"]) #@304 Search forward from point for node at any level lower than LEVEL. Search is limited to the end of the marked region, REGION-END, and to the end of the menu region for the level. Return t if the node is found, else nil. Leave point at the beginning of the node if one is found; else do not move point. (defalias 'texinfo-find-lower-level-node #[(level region-end) "\304` W\205$ \305\306\307\310\311\310\312\313\314\315\n\"A!\260\316\n!\304#\205$ \317\224b)\207" [case-fold-search region-end level texinfo-update-menu-lower-regexps t re-search-forward "\\(^@node\\).*\n" "\\(\\(\\(^@c\\).*\n\\)" "\\|" "\\(^@ifinfo[ ]*\n\\)" "\\(^@ifnottex[ ]*\n\\)" "\\)?" eval assoc texinfo-update-menu-region-end 1] 12 (#$ . 7127)]) #@391 Search forward from point for node at any higher level than argument LEVEL. Search is limited to the end of the marked region, REGION-END. Return t if the node is found, else nil. Leave point at the beginning of the node if one is found; else do not move point. A `@node' line starting at point does count as a match; if the match is found there, the value is t and point does not move. (defalias 'texinfo-find-higher-level-node #[(level region-end) "\304 \305W\203 \306\307\n\304#\2052 \310 \210\304\2022 \306\311\312\313\314\313\315\316\317\320 \"A!\260\n\304#\2052 \310 \210\304)\207" [case-fold-search level region-end texinfo-update-menu-higher-regexps t 3 re-search-forward "^@node [ ]*top[ ]*\\(,\\|$\\)" beginning-of-line "\\(^@node\\).*\n" "\\(\\(\\(^@c\\).*\n\\)" "\\|" "\\(^@ifinfo[ ]*\n\\)" "\\(^@ifnottex[ ]*\n\\)" "\\)?" eval assoc] 12 (#$ . 7856)]) #@499 Make a list of node names and their descriptions. Point is left at the end of the menu region, but the menu is not inserted. First argument is position from which to start making menu list; second argument is end of region in which to try to locate entries; third argument is the level of the nodes that are the entries. Node names and descriptions are dotted pairs of strings. Each pair is an element of the list. If the description does not exist, the element consists only of the node name. (defalias 'texinfo-make-menu-list #[(beginning end level) "b\210\304\305\n\"\203 \306 \307\310y\210B B\202 \237)\207" [beginning new-menu-list level end nil texinfo-menu-locate-entry-p texinfo-copy-node-name "" 1] 3 (#$ . 8736)]) #@477 Find a node that will be part of menu for this section. First argument is a string such as "section" specifying the general hierarchical level of the menu; second argument is a position specifying the end of the search. The function returns t if the node is found, else nil. It searches forward from point, and leaves point at the beginning of the node. The function finds entries of the same type. Thus `subsections' and `unnumberedsubsecs' will appear in the same menu. (defalias 'texinfo-menu-locate-entry-p #[(level search-end) "\304\305\306\307\310\311\310\312\313\314\315 \n\"A!\260\304#\205 \316\224b)\207" [case-fold-search level texinfo-update-menu-same-level-regexps search-end t re-search-forward "\\(^@node\\).*\n" "\\(\\(\\(^@c\\).*\n\\)" "\\|" "\\(^@ifinfo[ ]*\n\\)" "\\(^@ifnottex[ ]*\n\\)" "\\)?" eval assoc 1] 12 (#$ . 9478)]) #@297 Return the node name as a string. Start with point at the beginning of the node line; copy the text after the node command up to the first comma on the line, if any, and return the text as a string. Leaves point at the beginning of the line. If there is no node name, returns an empty string. (defalias 'texinfo-copy-node-name #[nil "\212\300v\210\301\302w\210`\303\304\305 \306#\203 `S\202 \302\210`{)\207" [1 " " nil search-forward "," line-end-position t] 5 (#$ . 10337)]) #@323 Return the title of the section as a string. The title is used as a description line in the menu when one does not already exist. Move point to the beginning of the appropriate section line by going to the start of the text matched by last regexp searched for, which must have been done by `texinfo-menu-locate-entry-p'. (defalias 'texinfo-copy-section-title #[nil "\300\224b\210\301v\210\302\303w\210`\303\210`{\207" [7 1 " " nil] 2 (#$ . 10827)]) #@488 Move point to the beginning of the menu for this section, if any. Otherwise move point to the end of the first node of this section. Return t if a menu is found, nil otherwise. First argument is the position of the beginning of the section in which the menu will be located; second argument is the position of the first node within the section. If no menu is found, the function inserts two newlines just before the end of the section, and leaves point there where a menu ought to be. (defalias 'texinfo-old-menu-p #[(beginning first) "b\210\302\303 \304#\203 \305\207\306c\210\307y\210\310\207" [beginning first re-search-forward "^@menu" goto-end t "\n\n" -2 nil] 4 (#$ . 11286)]) #@485 Copy the old menu line descriptions that exist to the new menu. Point must be at beginning of old menu. If the node-name of the new menu is found in the old menu, insert the old description into the new entry. For this function, the new menu is a list made up of lists of dotted pairs in which the first element of the pair is the node name and the second element the description. The new menu is changed destructively. The old menu is the menu as it appears in the Texinfo file. (defalias 'texinfo-incorporate-descriptions #[(new-menu-list) "\304 \305\211\2034 @\212\306\307\310\n@!\311\312\313\310\n@!\314\315\260\316#\203, \n\317!\241\210)A\211\204 \305 +\207" [end-of-menu new-menu-list new-menu --dolist-tail-- texinfo-menu-end nil re-search-forward "\\* \\(" regexp-quote "::" "\\|" ".*: " "[., \n]" "\\)" t texinfo-menu-copy-old-description] 10 (#$ . 11980)]) #@637 Copy any old menu entry names to the new menu. Point must be at beginning of old menu. If the node-name of the new menu entry cannot be found in the old menu, do nothing. For this function, the new menu is a list made up of lists of dotted pairs in which the first element of the pair is the node name and the second element is the description (or nil). If we find an existing menu entry name, we change the first element of the pair to be another dotted pair in which the car is the menu entry name and the cdr is the node name. NEW-MENU-LIST is changed destructively. The old menu is the menu as it appears in the texinfo file. (defalias 'texinfo-incorporate-menu-entry-names #[(new-menu-list) "\304 \305\211\2031 @\212\306\307\310\311\n@!\312R\313#\203) \n\314\224\314\225{\n@B\240\210)A\211\204 \305 +\207" [end-of-menu new-menu-list new-menu --dolist-tail-- texinfo-menu-end nil re-search-forward "\\* " "\\(.*\\): " regexp-quote "[., \n]" t 1] 6 (#$ . 12871)]) #@193 Return description field of old menu line as string. Point must be located just after the node name. Point left before description. Single argument, END-OF-MENU, is position limiting search. (defalias 'texinfo-menu-copy-old-description #[(end-of-menu) "\301\302w\210\303\304!\203\"