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-publish.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:50 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/org/org-publish.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-publish.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\303\304!\204 \304\305M\210\306\307\310\311\312\313\314\301&\207" [require org org-exp fboundp declare-function (macro . #[(fn file &optional arglist fileonly) "\300\207" [nil] 1]) custom-declare-group org-publish nil "Options for publishing a set of Org-mode and related files." :tag "Org Publishing" :group] 8) #@5119 Association list to control publishing behavior. Each element of the alist is a publishing 'project.' The CAR of each element is a string, uniquely identifying the project. The CDR of each element is in one of the following forms: (:property value :property value ... ) OR, (:components ("project-1" "project-2" ...)) When the CDR of an element of org-publish-project-alist is in this second form, the elements of the list after :components are taken to be components of the project, which group together files requiring different publishing options. When you publish such a project with \[org-publish], the components all publish. When a property is given a value in org-publish-project-alist, its setting overrides the value of the corresponding user variable (if any) during publishing. However, options set within a file override everything. Most properties are optional, but some should always be set: :base-directory Directory containing publishing source files :base-extension Extension (without the dot!) of source files. This can be a regular expression. :publishing-directory Directory (possibly remote) where output files will be published The :exclude property may be used to prevent certain files from being published. Its value may be a string or regexp matching file names you don't want to be published. The :include property may be used to include extra files. Its value may be a list of filenames to include. The filenames are considered relative to the base directory. When both :include and :exclude properties are given values, the exclusion step happens first. One special property controls which back-end function to use for publishing files in the project. This can be used to extend the set of file types publishable by org-publish, as well as the set of output formats. :publishing-function Function to publish file. The default is `org-publish-org-to-html', but other values are possible. May also be a list of functions, in which case each function in the list is invoked in turn. Another property allows you to insert code that prepares a project for publishing. For example, you could call GNU Make on a certain makefile, to ensure published files are built up to date. :preparation-function Function to be called before publishing this project. :completion-function Function to be called after publishing this project. Some properties control details of the Org publishing process, and are equivalent to the corresponding user variables listed in the right column. See the documentation for those variables to learn more about their use and default values. :language `org-export-default-language' :headline-levels `org-export-headline-levels' :section-numbers `org-export-with-section-numbers' :table-of-contents `org-export-with-toc' :emphasize `org-export-with-emphasize' :sub-superscript `org-export-with-sub-superscripts' :TeX-macros `org-export-with-TeX-macros' :fixed-width `org-export-with-fixed-width' :tables `org-export-with-tables' :table-auto-headline `org-export-highlight-first-table-line' :style `org-export-html-style' :convert-org-links `org-export-html-link-org-files-as-html' :inline-images `org-export-html-inline-images' :expand-quoted-html `org-export-html-expand' :timestamp `org-export-html-with-timestamp' :publishing-directory `org-export-publishing-directory' :preamble `org-export-html-preamble' :postamble `org-export-html-postamble' :auto-preamble `org-export-html-auto-preamble' :auto-postamble `org-export-html-auto-postamble' :author `user-full-name' :email `user-mail-address' The following properties may be used to control publishing of an index of files or summary page for a given project. :auto-index Whether to publish an index during `org-publish-current-project' or `org-publish-all'. :index-filename Filename for output of index. Defaults to 'index.org' (which becomes 'index.html'). :index-title Title of index page. Defaults to name of file. :index-function Plugin function to use for generation of index. Defaults to `org-publish-org-index', which generates a plain list of links to all files in the project. :index-style Can be `list' (index is just an itemized list of the titles of the files involved) or `tree' (the directory structure of the source files is reflected in the index). Defaults to `tree'. (custom-declare-variable 'org-publish-project-alist 'nil '(#$ . 972) :group 'org-publish :type 'alist) #@134 When non-nil, use timestamp checking to publish only changed files. When nil, do no timestamp checking and always publish all files. (custom-declare-variable 'org-publish-use-timestamps-flag 't '(#$ . 6200) :group 'org-publish :type 'boolean) #@60 Name of directory in which to store publishing timestamps. (custom-declare-variable 'org-publish-timestamp-directory '(convert-standard-filename "~/.org-timestamps/") '(#$ . 6449) :group 'org-publish :type 'directory) #@230 Hook run before export on the Org file. If the functions in this hook modify the original Org buffer, the modified buffer will be used for export, but the buffer will be restored and saved back to its initial state after export. (custom-declare-variable 'org-publish-before-export-hook 'nil '(#$ . 6674) :group 'org-publish :type 'hook) #@110 Hook run after export on the exported buffer. If functions in this hook modify the buffer, it will be saved. (custom-declare-variable 'org-publish-after-export-hook 'nil '(#$ . 7018) :group 'org-publish :type 'hook) #@54 Return path to timestamp file for filename FILENAME. (defalias 'org-publish-timestamp-filename #[(filename) "\302!\303\304\305!\203 \305 !\202 \306 !Q\207" [org-publish-timestamp-directory filename file-name-as-directory "X" fboundp sha1 md5] 4 (#$ . 7240)]) #@45 Return `t' if FILENAME should be published. (defalias 'org-publish-needed-p #[(filename) "\203( \304 !\203 \305 !\204 \306\307 \"\202) \310\n\311\n!\"\202) \312 !\210\313\202) \313\211\2036 \314\315\n\"\210\202; \314\316\n\"\210)\207" [org-publish-use-timestamps-flag org-publish-timestamp-directory filename rtn file-exists-p file-directory-p error "Org publish timestamp: %s is not a directory" file-newer-than-file-p org-publish-timestamp-filename make-directory t message "Publishing file %s" "Skipping unmodified file %s"] 5 (#$ . 7508)]) #@86 Update publishing timestamp for file FILENAME. If there is no timestamp, create one. (defalias 'org-publish-update-timestamp #[(filename) "\304!\305\306\n!\204$ \307\310!rq\210\311\216\312\313\n!\314\"\210\315\n!\210\314+\316\317!\2034 \2044 \317\n!\202; \320\321\305\322\305\n%*\207" [filename newly-created-timestamp timestamp-file #1=#:temp-buffer org-publish-timestamp-filename nil file-exists-p generate-new-buffer " *temp*" ((byte-code "\301!\203\n \302!\210\301\207" [#1# buffer-name kill-buffer] 2)) make-directory file-name-directory t write-file fboundp set-file-times call-process "touch" 0] 6 (#$ . 8063)]) #@116 Alist of files and their parent projects. Each element of this alist is of the form: (file-name . project-name) (defvar org-publish-files-alist nil (#$ . 8698)) #@48 The buffer `org-publish' has been called from. (defvar org-publish-initial-buffer nil (#$ . 8868)) #@42 Temporary list of files to be published. (defvar org-publish-temp-files nil (#$ . 8973)) #@106 Set `org-publish-files-alist' if it is not set. Also set it if the optional argument REFRESH is non-nil. (defalias 'org-publish-initialize-files-alist #[(&optional refresh) "\204 ?\205 \303\n!\211\207" [refresh org-publish-files-alist org-publish-project-alist org-publish-get-files] 2 (#$ . 9069) "P"]) #@56 Check if LINK points to a file in the current project. (defalias 'org-publish-validate-link #[(link &optional directory) "\303\304 \"\n\"\207" [link directory org-publish-files-alist assoc expand-file-name] 4 (#$ . 9384)]) (byte-code "\300\301!\203 \302\303\301\"\210\202 \302\303\304\"\210\300\207" [fboundp delete-dups defalias org-publish-delete-dups #[(list) "\211\203 \302 @ A\"\241\210 A\211\204 )\207" [list tail delete] 5 "Destructively remove `equal' duplicates from LIST.\nStore the result in LIST and return it. LIST must be a proper list.\nOf several `equal' occurrences of an element in LIST, the first\none is kept.\n\nThis is a compatibility function for Emacsen without `delete-dups'."]] 3) #@111 Return the list of all publishable files for PROJECTS-ALIST. If NO-EXCLUSION is non-nil, don't exclude files. (defalias 'org-publish-get-files #[(projects-alist &optional no-exclusion) "\302\303\304\305 !\"\210)\207" [all-files projects-alist nil mapc #[(p) "\303A\304\"\205 \305 \"\306\307\n\"*\207" [p exclude files plist-get :exclude org-publish-get-base-files mapc #[(f) "\302\303\304! @B\"\207" [f p add-to-list all-files expand-file-name] 4]] 3] org-publish-expand-projects] 4 (#$ . 10109)]) #@83 Expand projects in PROJECTS-ALIST. This splices all the components into the list. (defalias 'org-publish-expand-projects #[(projects-alist) "\305\211\211\f\211A@\211\203/ \306\nA\307\"\211\203( \310\311\312 \"\f\"\211\202 \nB\202 \313\314\305\"!\237,\207" [projects-alist components p rtn rest nil plist-get :components append mapcar #[(x) "\302 \"\207" [x org-publish-project-alist assoc] 3] org-publish-delete-dups delq] 5 (#$ . 10622)]) #@376 Set `org-publish-temp-files' with files from BASE-DIR directory. If RECURSE is non-nil, check BASE-DIR recursively. If MATCH is non-nil, restrict this list to the files matching the regexp MATCH. If SKIP-FILE is non-nil, skip file matching the regexp SKIP-FILE. If SKIP-DIR is non-nil, don't check directories matching the regexp SKIP-DIR when recursing through BASE-DIR. (defalias 'org-publish-get-base-files-1 #[(base-dir &optional recurse match skip-file skip-dir) "\303\304\305\306 ?\205 \n#\"\207" [base-dir recurse match mapc #[(f) "\306!\307!\211\2032 \2032 \310\311 \"\2042 \f\203# \310\f \"?\202$ \312\2032 \313 \f%\202o \n\206Q \203C \310 \"\206Q \314\315!!?\206Q \310 \"??\205o \316\"\203f \202n B\211)*\207" [f fnd fd-p recurse skip-dir match file-directory-p file-name-nondirectory string-match "^\\.+$" t org-publish-get-base-files-1 file-exists-p file-truename memql skip-file x org-publish-temp-files] 7] directory-files t] 6 (#$ . 11084)]) #@118 Return a list of all files in PROJECT. If EXCLUDE-REGEXP is set, this will be used to filter out matching filenames. (defalias 'org-publish-get-base-files #[(project &optional exclude-regexp) "A\306\307 \310\"!\307 \311\"\307 \312\"\307 \313\"\206 \314\315 \316Q\317\320\n\f\211%\210\321\322\"\210.\207" [project project-plist base-dir include-list recurse extension file-name-as-directory plist-get :base-directory :include :recursive :base-extension "org" "^[^\\.].*\\.\\(" "\\)$" nil org-publish-get-base-files-1 mapc #[(f) "\304 P!\305\n\"\203 \202 \nB\211)\207" [base-dir f x org-publish-temp-files expand-file-name memql] 3] match org-publish-temp-files exclude-regexp] 6 (#$ . 12083)]) #@38 Return the project FILENAME belongs. (defalias 'org-publish-get-project-from-filename #[(filename) "\306\307! \"A\310\211\203' @\n\311\fA\312\"\235\203 \f@ A\211\204 *\306\n\")\207" [filename org-publish-files-alist project-name org-publish-project-alist prj #1=#:--cl-dolist-temp-- assoc expand-file-name nil plist-get :components] 5 (#$ . 12809)]) #@177 Publish an org file to FORMAT. PLIST is the property list for the given project. FILENAME is the filename of the org file to be published. PUB-DIR is the publishing directory. (defalias 'org-publish-org-to #[(format plist filename pub-dir) "\306\307!\210\310!\204 \311\312\"\210\313 !\212\314\n\206 \315 !!\210\316\312BBp`\317 \320\321\322!\210\323\324 P!\325\326\"\320\320\211&\327!\203k \330!\203k q\210\321\331!\203f \332 \203f \333 \210\334!\210\fq\210\332\f!\203\201 \335 \210c\210\333 \210 b\210\n?\205\211 \334\f!.\207" [pub-dir filename visiting plist init-buf init-point require org file-exists-p make-directory t find-buffer-visiting switch-to-buffer find-file :buffer-will-be-killed buffer-string nil run-hooks org-publish-before-export-hook intern "org-export-as-" plist-get :headline-levels bufferp buffer-live-p org-publish-after-export-hook buffer-modified-p save-buffer kill-buffer erase-buffer init-buf-string export-buf-or-file format] 7 (#$ . 13178)]) #@82 Publish an org file to LaTeX. See `org-publish-org-to' to the list of arguments. (defalias 'org-publish-org-to-latex #[(plist filename pub-dir) "\303\304 \n$\207" [plist filename pub-dir org-publish-org-to "latex"] 5 (#$ . 14186)]) #@92 Publish an org file to PDF (via LaTeX). See `org-publish-org-to' to the list of arguments. (defalias 'org-publish-org-to-pdf #[(plist filename pub-dir) "\303\304 \n$\207" [plist filename pub-dir org-publish-org-to "pdf"] 5 (#$ . 14425)]) #@81 Publish an org file to HTML. See `org-publish-org-to' to the list of arguments. (defalias 'org-publish-org-to-html #[(plist filename pub-dir) "\303\304 \n$\207" [plist filename pub-dir org-publish-org-to "html"] 5 (#$ . 14670)]) #@103 Publish a file with no transformation of any kind. See `org-publish-org-to' to the list of arguments. (defalias 'org-publish-attachment #[(plist filename pub-dir) "\302!\204 \303\304\"\210\305 \304#\207" [pub-dir filename file-directory-p make-directory t copy-file] 4 (#$ . 14907)]) #@37 Publish file FILENAME from PROJECT. (defalias 'org-publish-file #[(filename &optional project) "\306!\205\206 \2061 \307!\2061 \310\311\312\313!\"!\203. \314\315!\210\307!\2061 \316\317\313!\"\2021 \316\320!\211A\321!\322\n\323\"\206A \324\325\321\322\n\326\"!!\325\321\322\n\327\"!! \330!\331 \332\333 !\"\205i \334\225\330OP!!\f<\203z \335\336\f\"\210\202\201 \f\n!#\210.\337!\207" [filename project project-plist ftname publishing-function base-dir org-publish-needed-p org-publish-get-project-from-filename y-or-n-p format "%s is not in a project. Re-read the list of projects files? " abbreviate-file-name org-publish-initialize-files-alist t error "File %s not part of any known project" "Can't publish file outside of a project" file-truename plist-get :publishing-function org-publish-org-to-html file-name-as-directory :base-directory :publishing-directory nil file-name-directory string-match regexp-quote 0 mapc #[(f) " \n#\207" [f project-plist filename tmp-pub-dir] 4] org-publish-update-timestamp pub-dir tmp-pub-dir] 6 (#$ . 15201)]) #@98 Publish all files belonging to the PROJECTS alist. If :auto-index is set, publish the index too. (defalias 'org-publish-projects #[(projects) "\301\302\303!\"\207" [projects mapc #[(project) "A\306 \307\"\306 \310\"\306 \311\"\206 \312\306 \313\"\206 \314\306 \315\"\306 \316\"\317\n\"\320\203= \210\203F \f\"\210\211A@\211\203\\ \321\"\210\202F \205d . \207" [project project-plist exclude-regexp index-p index-filename index-function plist-get :exclude :auto-index :index-filename "index.org" :index-function org-publish-org-index :preparation-function :completion-function org-publish-get-base-files nil org-publish-file preparation-function completion-function files file] 3] org-publish-expand-projects] 4 (#$ . 16281)]) #@158 Create an index of pages in set defined by PROJECT. Optionally set the filename of the index with INDEX-FILENAME. Default for INDEX-FILENAME is 'index.org'. (defalias 'org-publish-org-index #[(project &optional index-filename) "A\306\307 \310\"!\311\n!\312\313\314\"\307 \315\"\316 \"\237-\n.\206&