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-table.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:52 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/org/org-table.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-table.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require 'org) #@595 Non-nil means, use the optimized table editor version for `orgtbl-mode'. In the optimized version, the table editor takes over all simple keys that normally just insert a character. In tables, the characters are inserted in a way to minimize disturbing the table structure (i.e. in overwrite mode for empty fields). Outside tables, the correct binding of the keys is restored. The default for this option is t if the optimized version is also used in Org-mode. See the variable `org-enable-table-editor' for details. Changing this variable requires a restart of Emacs to become effective. (custom-declare-variable 'orgtbl-optimized '(eq org-enable-table-editor 'optimized) '(#$ . 629) :group 'org-table :type 'boolean) #@167 Templates for radio tables in different major modes. All occurrences of %n in a template will be replaced with the name of the table, obtained by prompting the user. (custom-declare-variable 'orgtbl-radio-table-templates ''((latex-mode "% BEGIN RECEIVE ORGTBL %n\n% END RECEIVE ORGTBL %n\n\\begin{comment}\n#+ORGTBL: SEND %n orgtbl-to-latex :splice nil :skip 0\n| | |\n\\end{comment}\n") (texinfo-mode "@c BEGIN RECEIVE ORGTBL %n\n@c END RECEIVE ORGTBL %n\n@ignore\n#+ORGTBL: SEND %n orgtbl-to-html :splice nil :skip 0\n| | |\n@end ignore\n") (html-mode "<!-- BEGIN RECEIVE ORGTBL %n -->\n<!-- END RECEIVE ORGTBL %n -->\n<!--\n#+ORGTBL: SEND %n orgtbl-to-html :splice nil :skip 0\n| | |\n-->\n")) '(#$ . 1360) :group 'org-table :type '(repeat (list (symbol :tag "Major mode") (string :tag "Format")))) (custom-declare-group 'org-table-settings nil "Settings for tables in Org-mode." :tag "Org Table Settings" :group 'org-table) #@60 The default size for newly created tables, Columns x Rows. (custom-declare-variable 'org-table-default-size '"5x2" '(#$ . 2294) :group 'org-table-settings :type 'string) #@530 Regular expression for recognizing numbers in table columns. If a table column contains mostly numbers, it will be aligned to the right. If not, it will be aligned to the left. The default value of this option is a regular expression which allows anything which looks remotely like a number as used in scientific context. For example, all of the following will be considered a number: 12 12.2 2.4e-08 2x10^12 4.034+-0.02 2.7(10) >3.5 Other options offered by the customize interface are more restrictive. (custom-declare-variable 'org-table-number-regexp '"^\\([<>]?[-+^.0-9]*[0-9][-+^.0-9eEdDx()%:]*\\|\\(0[xX]\\)[0-9a-fA-F]+\\|nan\\)$" '(#$ . 2471) :group 'org-table-settings :type '(choice (const :tag "Positive Integers" "^[0-9]+$") (const :tag "Integers" "^[-+]?[0-9]+$") (const :tag "Floating Point Numbers" "^[-+]?\\([0-9]*\\.[0-9]+\\|[0-9]+\\.[0-9]*\\)$") (const :tag "Floating Point Number or Integer" "^[-+]?\\([0-9]*\\.[0-9]+\\|[0-9]+\\.?[0-9]*\\)$") (const :tag "Exponential, Floating point, Integer" "^[-+]?[0-9.]+\\([eEdD][-+0-9]+\\)?$") (const :tag "Very General Number-Like, including hex" "^\\([<>]?[-+^.0-9]*[0-9][-+^.0-9eEdDx()%]*\\|\\(0[xX]\\)[0-9a-fA-F]+\\|nan\\)$") (string :tag "Regexp:"))) #@242 Fraction of numbers in a column required to make the column align right. In a column all non-white fields are considered. If at least this fraction of fields is matched by `org-table-number-fraction', alignment to the right border applies. (custom-declare-variable 'org-table-number-fraction '0.5 '(#$ . 3716) :group 'org-table-settings :type 'number) (custom-declare-group 'org-table-editing nil "Behavior of tables during editing in Org-mode." :tag "Org Table Editing" :group 'org-table) #@166 Non-nil means, automatically re-align table when pressing TAB or RETURN. When nil, aligning is only done with \[org-table-align], or after column removal/insertion. (custom-declare-variable 'org-table-automatic-realign 't '(#$ . 4214) :group 'org-table-editing :type 'boolean) #@241 Non-nil means, automatically blank table field when starting to type into it. This only happens when typing immediately after a field motion command (TAB, S-TAB or RET). Only relevant when `org-enable-table-editor' is equal to `optimized'. (custom-declare-variable 'org-table-auto-blank-field 't '(#$ . 4498) :group 'org-table-editing :type 'boolean) #@299 Non-nil means, tab in the last column of a table with jump over a hline. If a horizontal separator line is following the current line, `org-table-next-field' can either create a new row before that line, or jump over the line. When this option is nil, a new line will be created before this line. (custom-declare-variable 'org-table-tab-jumps-over-hlines 't '(#$ . 4856) :group 'org-table-editing :type 'boolean) (custom-declare-group 'org-table-calculation nil "Options concerning tables in Org-mode." :tag "Org Table Calculation" :group 'org-table) #@213 Should org-mode work with table references like B3 instead of @3$2? Possible values are: nil never use them from accept as input, do not present for editing t: accept as input and present for editing (custom-declare-variable 'org-table-use-standard-references 't '(#$ . 5415) :group 'org-table-calculation :type '(choice (const :tag "Never, don't even check user input for them" nil) (const :tag "Always, both as user input, and when editing" t) (const :tag "Convert user input, don't offer during editing" 'from))) #@82 Non-nil means, increment when copying current field with \[org-table-copy-down]. (custom-declare-variable 'org-table-copy-increment 't '(#$ . 5949) :group 'org-table-calculation :type 'boolean) #@275 List with Calc mode settings for use in calc-eval for table formulas. The list must contain alternating symbols (Calc modes variables and values). Don't remove any of the default settings, just change the values. Org-mode relies on the variables to be present in the list. (custom-declare-variable 'org-calc-default-modes ''(calc-internal-prec 12 calc-float-format (float 8) calc-angle-mode deg calc-prefer-frac nil calc-symbolic-mode nil calc-date-format (YYYY "-" MM "-" DD " " Www (" " hh ":" mm)) calc-display-working-message t) '(#$ . 6150) :group 'org-table-calculation :type 'plist) #@434 Non-nil means, TAB and RET evaluate a formula in current table field. If the current field starts with an equal sign, it is assumed to be a formula which should be evaluated as described in the manual and in the documentation string of the command `org-table-eval-formula'. This feature requires the Emacs calc package. When this variable is nil, formula calculation is only available through the command \[org-table-eval-formula]. (custom-declare-variable 'org-table-formula-evaluate-inline 't '(#$ . 6748) :group 'org-table-calculation :type 'boolean) #@245 Non-nil means, interpret constants in formulas in tables. A constant looks like `$c' or `$Grav' and will be replaced before evaluation by the value given in `org-table-formula-constants', or by a value obtained from the `constants.el' package. (custom-declare-variable 'org-table-formula-use-constants 't '(#$ . 7310) :group 'org-table-calculation :type 'boolean) #@487 Alist with constant names and values, for use in table formulas. The car of each element is a name of a constant, without the `$' before it. The cdr is the value as a string. For example, if you'd like to use the speed of light in a formula, you would configure (setq org-table-formula-constants '(("c" . "299792458."))) and then use it in an equation like `$1*$c'. Constants can also be defined on a per-file basis using a line like #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6 (custom-declare-variable 'org-table-formula-constants 'nil '(#$ . 7681) :group 'org-table-calculation :type '(repeat (cons (string :tag "name") (string :tag "value")))) #@152 Non-nil means, lines marked with |#| or |*| will be recomputed automatically. Automatically means, when TAB or RET or C-c C-c are pressed in the line. (custom-declare-variable 'org-table-allow-automatic-line-recalculation 't '(#$ . 8343) :group 'org-table-calculation :type 'boolean) #@269 Non-nil means, a relative row reference that tries to cross a hline errors. When nil, the reference will silently be to the field just next to the hline. Coming from below, it will be the field below the hline, coming from above, it will be the field above the hline. (custom-declare-variable 'org-table-error-on-row-ref-crossing-hline 't '(#$ . 8634) :group 'org-table :type 'boolean) (custom-declare-group 'org-table-import-export nil "Options concerning table import and export in Org-mode." :tag "Org Table Import Export" :group 'org-table) #@256 Default export parameters for org-table-export. These can be overridden on for a specific table by setting the TABLE_EXPORT_FORMAT property. See the manual section on orgtbl radio tables for the different export transformations and available parameters. (custom-declare-variable 'org-table-export-default-format '"orgtbl-to-tsv" '(#$ . 9186) :group 'org-table-import-export :type 'string) #@58 Detects a table line marked for automatic recalculation. (defconst org-table-auto-recalculate-regexp "^[ ]*| *# *\\(|\\|$\\)" (#$ . 9582)) #@58 Detects a table line marked for automatic recalculation. (defconst org-table-recalculate-regexp "^[ ]*| *[#*] *\\(|\\|$\\)" (#$ . 9728)) #@58 Detects a table line marked for automatic recalculation. (defconst org-table-calculate-mark-regexp "^[ ]*| *[!$^_#*] *\\(|\\|$\\)" (#$ . 9872)) #@87 Searching from within a table (any type) this finds the first line outside the table. (defconst org-table-border-regexp "^[ ]*[^| ]" (#$ . 10023)) (byte-code "\301B\302\301!\204 \303\301\304\"\210\305B\302\305!\204 \303\305\304\"\210\304\207" [current-load-list org-table-last-highlighted-reference default-boundp set-default nil org-table-formula-history] 3) #@53 Alist with column names, derived from the `!' line. (defvar org-table-column-names nil (#$ . 10397)) #@55 Regular expression matching the current column names. (defvar org-table-column-name-regexp nil (#$ . 10504)) #@56 Alist with parameter names, derived from the `$' line. (defvar org-table-local-parameters nil (#$ . 10619)) #@39 Alist with locations of named fields. (defvar org-table-named-field-locations nil (#$ . 10733)) #@61 Table row types, non-nil only for the duration of a comand. (defvar org-table-current-line-types nil (#$ . 10835)) #@62 Table begin line, non-nil only for the duration of a comand. (defvar org-table-current-begin-line nil (#$ . 10956)) #@66 Table begin position, non-nil only for the duration of a comand. (defvar org-table-current-begin-pos nil (#$ . 11078)) #@56 Vector of data line line numbers in the current table. (defvar org-table-dlines nil (#$ . 11203)) #@52 Vector of hline line numbers in the current table. (defvar org-table-hlines nil (#$ . 11307)) #@53 Regular expression for matching ranges in formulas. (defconst org-table-range-regexp "@\\([-+]?I*[-+]?[0-9]*\\)?\\(\\$[-+]?[0-9]+\\)?\\(\\.\\.@?\\([-+]?I*[-+]?[0-9]*\\)?\\(\\$[-+]?[0-9]+\\)?\\)?" (#$ . 11407)) #@38 Match a range for reference display. (defconst org-table-range-regexp2 "\\(@[-0-9I$&]+\\|[a-zA-Z]\\{1,2\\}\\([0-9]+\\|&\\)\\|\\$[a-zA-Z0-9]+\\)\\.\\.\\(@?[-0-9I$&]+\\|[a-zA-Z]\\{1,2\\}\\([0-9]+\\|&\\)\\|\\$[a-zA-Z0-9]+\\)" (#$ . 11623)) #@66 Match a reference that needs translation, for reference display. (defconst org-table-translate-regexp "\\(@[-0-9I$]+\\|[a-zA-Z]\\{1,2\\}\\([0-9]+\\|&\\)\\)" (#$ . 11866)) #@140 Use the table.el package to insert a new table. If there is already a table at point, convert between Org-mode tables and table.el tables. (defalias 'org-table-create-with-table\.el #[nil "\300\301!\210\302 \203 \303\304!\205# \305 \207\306 \203 \303\307!\205# \305 \207\310\311!\207" [require table org-at-table\.el-p y-or-n-p "Convert table to Org-mode table? " org-table-convert org-at-table-p "Convert table to table.el table? " call-interactively table-insert] 2 (#$ . 12044) nil]) #@349 Convert region to table, or create an empty table. If there is an active region, convert it to a table, using the function `org-table-convert-region'. See the documentation of that function to learn how the prefix argument is interpreted to determine the field separator. If there is no such region, create an empty table with `org-table-create'. (defalias 'org-table-create-or-convert-from-region #[(arg) "\301 \203 \302\303 \304 #\207\305!\207" [arg org-region-active-p org-table-convert-region region-beginning region-end org-table-create] 4 (#$ . 12540) "P"]) #@103 Query for a size and insert a table skeleton. SIZE is a string Columns x Rows like for example "3x2". (defalias 'org-table-create #[(&optional size) "\204 \306\307 \310Q\311\312 $`\313i\314\"\315\316\"\317\fA@!\317\f@! \320\321\322\323 \324\"$\325P!\326\327\330\331 `\"\"\203F \332\333!\210\202I \334 \210 \335\"#\"#W\203d !c\210\"T\211\"\202Q *\nb\210 \333V\203w \333\210\336c\210\nb\210\337 .\207" [size org-table-default-size pos indent split rows read-string "Table size Columns x Rows [e.g. " "]: " "" nil make-string 32 org-split-string " *x *" string-to-number apply concat "|" make-list " |" "\n" string-match "^[ ]*$" buffer-substring-no-properties point-at-bol beginning-of-line 1 newline 0 "\n|-" org-table-align columns line i #1=#:--cl-dotimes-temp--] 7 (#$ . 13115) "P"]) #@718 Convert region to a table. The region goes from BEG0 to END0, but these borders will be moved slightly, to make sure a beginning of line in the first line is included. SEPARATOR specifies the field separator in the lines. It can have the following values: '(4) Use the comma as a field separator '(16) Use a TAB as field separator integer When a number, use that many spaces as field separator nil When nil, the command tries to be smart and figure out the separator in the following way: - when each line contains a TAB, assume TAB-separated material - when each line contains a comma, assume CSV material - else, assume one or more SPACE characters as separator. (defalias 'org-table-convert-region #[(beg0 end0 &optional separator) " ^ ]\306\nb\210\307\310!\210\311 `\306\223b\210n\203$ \312u\210\202' \310\210\311 `\306\223 \204N \nb\210\313\314\315#\204@ \316\202M \313\317\315#\204L \320\202M \310 \321\232\203X \322\202q \323\232\203b \324\202q \250\203n \325\326 \"\202q \327\330!\nb\210\313\f\315#\203\206 \331\332\315\211#\210\202u \nb\210\333c\210\334 +\207" [beg0 end0 beg end re separator nil beginning-of-line 1 make-marker -1 re-search-forward "^[^\n ]+$" t (16) "^[^\n,]+$" (4) (4) "^\\|\"?[ ]*,[ ]*\"?" (16) "^\\| " format "^ *\\| * *\\| \\{%d,\\}" error "This should not happen" replace-match "| " " " org-table-align] 4 (#$ . 13931) "rP"]) #@235 Import FILE as a table. The file is assumed to be tab-separated. Such files can be produced by most spreadsheet and database applications. If no tabs (at least one per line) are found, lines will be split on whitespace into fields. (defalias 'org-table-import #[(file arg) "n\204 \304 \210`d\305\n!\210\306 `dZ\\#*\207" [pm beg file arg newline insert-file-contents org-table-convert-region] 5 (#$ . 15368) "f\nP"]) #@659 Export table to a file, with configurable format. Such a file can be imported into a spreadsheet program like Excel. FILE can be the output file name. If not given, it will be taken from a TABLE_EXPORT_FILE property in the current entry or higher up in the hierarchy, or the user will be prompted for a file name. FORMAT can be an export format, of the same kind as it used when orgtbl-mode sends a table in a different format. The default format can be found in the variable `org-table-export-default-format', but the function first checks if there is an export format specified in a TABLE_EXPORT_FORMAT property, locally or anywhere up in the hierarchy. (defalias 'org-table-export #[(&optional file format) "\306 \204 \307\310!\210\311\312!\210\313 \210\314 \315 \316 \"\206# \317\320\321\217\f\206, \317\322\323\217\317\211@\204M \324\325!\326!\203M \327\304\330\"!\204M \307\331!\210\332!\203W \307\333!\210\334!\334\335 !\232\203f \307\336!\210\f\204\237 A@\337\340@\"\203\202 \341\342\343\211@$@\202n \337\344@\"\203\226 \341\345\343\211@$@\202\202 \346\347\350\317\211@%\337\351\f\"\203^\352\353\354\f\"!B\355\225\205\274 \356\357\353\355\f\"\360Q!C\361C\362\"D\361C\363\"ED\206\322 \364\365\n\366\"\233F\367F!FG\203\350 \355\202\351 \354H\370\371F\"IH\355U\203\375 \372\202\376 \373J\374JK!EH#K\374JL!EH#L\375B!\204'\307\376B\"\210BIC\"r\377!q\210p\201M \210\201N \210\n\344\261\210\201O \210)\201P !\210\201Q \201R !.\202c\307\201S !.\207" [beg end txt file format buf org-at-table-p error "No table at point" require org-exp org-table-align org-table-begin org-table-end buffer-substring-no-properties nil (org-entry-get beg "TABLE_EXPORT_FILE" t) ((error)) (org-entry-get beg "TABLE_EXPORT_FORMAT" t) ((error)) read-file-name "Export table to: " file-exists-p y-or-n-p "Overwrite file %s? " "Abort" file-directory-p "This is a directory path, not a file" file-truename buffer-file-name "Please specify a file name that is different from current" string-match " " replace-match "\\t" t "\n" "\\n" org-completing-read "Format: " ("orgtbl-to-tsv" "orgtbl-to-csv" "orgtbl-to-latex" "orgtbl-to-html" "orgtbl-to-generic" "orgtbl-to-texinfo" "orgtbl-to-orgtbl") "\\([^ \n]+\\)\\( +.*\\)?" intern match-string 1 2 read "(" ")" plist-get :skip :skipcols 0 org-split-string "[ ]*\n[ ]*" org-table-clean-before-export mapcar #[(x) "\304 \"\203 \305\207\306\307\310 !\311\"\n#\207" [org-table-hline-regexp x skipcols i0 string-match hline org-remove-by-index org-split-string org-trim "\\s-*|\\s-*"] 4] cdr identity org-remove-by-index fboundp "No such transformation function %s" find-file-noselect deffmt-readable org-table-export-default-format transform params skip skipcols lines org-table-clean-did-remove-column i0 table fun org-table-last-alignment org-table-last-column-widths erase-buffer fundamental-mode save-buffer kill-buffer message "Export done." "TABLE_EXPORT_FORMAT invalid"] 7 (#$ . 15798) nil]) #@125 Marker at the beginning of the table last aligned. Used to check if cursor still is in that table, to minimize realignment. (defvar org-table-aligned-begin-marker (make-marker) (#$ . 18799)) #@119 Marker at the end of the table last aligned. Used to check if cursor still is in that table, to minimize realignment. (defvar org-table-aligned-end-marker (make-marker) (#$ . 18997)) #@140 List of flags for flushright alignment, from the last re-alignment. This is being used to correctly align a single field after TAB or RET. (defvar org-table-last-alignment nil (#$ . 19187)) #@116 List of max width of fields in each column. This is being used to correctly align a single field after TAB or RET. (defvar org-table-last-column-widths nil (#$ . 19384)) #@91 Non-nil means, debug table formulas. When nil, simply write "#ERROR" in corrupted fields. (defvar org-table-formula-debug nil (#$ . 19560)) (make-variable-buffer-local 'org-table-formula-debug) #@50 Overlay coordinates after each align of a table. (defvar org-table-overlay-coordinates nil (#$ . 19760)) (byte-code "\301\302!\210\303B\304\303!\204 \305\303\306\"\210\306\207" [current-load-list make-variable-buffer-local org-table-overlay-coordinates org-last-recalc-line default-boundp set-default nil] 3) #@53 Used as display property in narrowed table columns. (defconst org-narrow-column-arrow "=>" (#$ . 20078)) #@57 Align the table at point by aligning all vertical bars. (defalias 'org-table-align #[nil "\306 \307 \310\212\n\203 \nb\210n\203 \311\202 \312\313\311`\"\\*\314 \315 \211dS^\212\n\2033 \nb\210n\203; \311\202<