Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
27.1 /
lisp /
international /
[ HOME SHELL ]
Name
Size
Permission
Action
ccl.elc
40.24
KB
-rw-r--r--
characters.elc
32.4
KB
-rw-r--r--
charprop.el
5.33
KB
-rw-r--r--
charscript.elc
6.36
KB
-rw-r--r--
cp51932.elc
7.77
KB
-rw-r--r--
eucjp-ms.elc
31
KB
-rw-r--r--
fontset.elc
33.93
KB
-rw-r--r--
isearch-x.elc
2.8
KB
-rw-r--r--
iso-ascii.elc
5.67
KB
-rw-r--r--
iso-cvt.elc
18.49
KB
-rw-r--r--
iso-transl.elc
4.96
KB
-rw-r--r--
ja-dic-cnv.elc
11.51
KB
-rw-r--r--
ja-dic-utl.elc
5.11
KB
-rw-r--r--
kinsoku.elc
3.11
KB
-rw-r--r--
kkc.elc
14.3
KB
-rw-r--r--
latexenc.elc
4.14
KB
-rw-r--r--
latin1-disp.elc
43.78
KB
-rw-r--r--
mule-cmds.elc
90.54
KB
-rw-r--r--
mule-conf.elc
37.85
KB
-rw-r--r--
mule-diag.elc
36.73
KB
-rw-r--r--
mule-util.elc
13.94
KB
-rw-r--r--
mule.elc
78.19
KB
-rw-r--r--
ogonek.elc
16.26
KB
-rw-r--r--
quail.elc
80.29
KB
-rw-r--r--
rfc1843.elc
3.84
KB
-rw-r--r--
robin.elc
8.36
KB
-rw-r--r--
titdic-cnv.elc
34.82
KB
-rw-r--r--
ucs-normalize.elc
209.65
KB
-rw-r--r--
uni-bidi.el
10.79
KB
-rw-r--r--
uni-brackets.el
5.02
KB
-rw-r--r--
uni-category.el
16.28
KB
-rw-r--r--
uni-combining.el
8.56
KB
-rw-r--r--
uni-comment.el
2.67
KB
-rw-r--r--
uni-decimal.el
3.37
KB
-rw-r--r--
uni-decomposition.el
29.4
KB
-rw-r--r--
uni-digit.el
3.6
KB
-rw-r--r--
uni-lowercase.el
8.12
KB
-rw-r--r--
uni-mirrored.el
11.22
KB
-rw-r--r--
uni-name.el
220.76
KB
-rw-r--r--
uni-numeric.el
5.88
KB
-rw-r--r--
uni-old-name.el
19.63
KB
-rw-r--r--
uni-special-lowercase.el
2
KB
-rw-r--r--
uni-special-titlecase.el
6.48
KB
-rw-r--r--
uni-special-uppercase.el
6.68
KB
-rw-r--r--
uni-titlecase.el
8.22
KB
-rw-r--r--
uni-uppercase.el
8.22
KB
-rw-r--r--
utf-7.elc
2.14
KB
-rw-r--r--
utf7.elc
5.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : quail.elc
;ELC ;;; Compiled ;;; in Emacs version 27.1 ;;; with all optimizations. ;;; This file contains utf-8 non-ASCII characters, ;;; and so cannot be loaded into Emacs 22 or earlier. (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (string-lessp emacs-version "23") (error "`%s' was compiled for Emacs 23 or later" #$)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\305\306\307%\207" [require help-mode custom-declare-group quail nil "Quail: multilingual input method." :group leim] 6) #@134 The current Quail package, which depends on the current input method. See the documentation of `quail-package-alist' for the format. (defvar quail-current-package nil (#$ . 567)) (byte-code "\300\301!\210\302\301\303\304#\207" [make-variable-buffer-local quail-current-package put permanent-local t] 4) (defvar quail-guidance-str nil) (defvar quail-completion-buf nil) (defvar quail-guidance-buf nil) (defvar quail-guidance-frame nil) (byte-code "\300\301!\210\302\301\303\304#\207" [make-variable-buffer-local quail-guidance-str put permanent-local t] 4) #@63 Overlay which covers the current translation region of Quail. (defvar quail-overlay nil (#$ . 1129)) (make-variable-buffer-local 'quail-overlay) #@62 Overlay which covers the text to be converted in Quail mode. (defvar quail-conv-overlay nil (#$ . 1280)) (make-variable-buffer-local 'quail-conv-overlay) #@44 Current key for translation in Quail mode. (defvar quail-current-key nil (#$ . 1440)) (make-variable-buffer-local 'quail-current-key) #@52 Currently selected translation of the current key. (defvar quail-current-str nil (#$ . 1580)) (make-variable-buffer-local 'quail-current-str) #@331 Cons of indices and vector of possible translations of the current key. Indices is a list of (CURRENT START END BLOCK BLOCKS), where CURRENT is an index of the current translation, START and END are indices of the start and end of the current block, BLOCK is the current block index, BLOCKS is a number of blocks of translation. (defvar quail-current-translations nil (#$ . 1729)) (make-variable-buffer-local 'quail-current-translations) #@268 Any Lisp object holding information of current translation status. When a key sequence is mapped to TRANS and TRANS is a cons of actual translation and some Lisp object to be referred for translating the longer key sequence, this variable is set to that Lisp object. (defvar quail-current-data nil (#$ . 2175)) (make-variable-buffer-local 'quail-current-data) #@567 List of Quail packages. A Quail package is a list of these elements: NAME, TITLE, QUAIL-MAP, GUIDANCE, DOCSTRING, TRANSLATION-KEYS, FORGET-LAST-SELECTION, DETERMINISTIC, KBD-TRANSLATE, SHOW-LAYOUT, DECODE-MAP, MAXIMUM-SHORTEST, OVERLAY-PLIST, UPDATE-TRANSLATION-FUNCTION, CONVERSION-KEYS, SIMPLE. QUAIL-MAP is a data structure to map key strings to translations. For the format, see the documentation of `quail-map-p'. DECODE-MAP is an alist of translations and corresponding keys. See the documentation of `quail-define-package' for the other elements. (defvar quail-package-alist nil (#$ . 2542)) #@47 Return the name of the current Quail package. (defalias 'quail-name #[nil "@\207" [quail-current-package] 1 (#$ . 3159)]) (put 'quail-name 'byte-optimizer 'byte-compile-inline-expand) (defalias 'quail-indent-to #[(col) "j\210`\212\302\303x\304U?\205 \305` \306\307\310E$*\207" [col end " " nil 0 put-text-property display space :align-to] 7]) #@48 Return the title of the current Quail package. (defalias 'quail-title #[nil "A@\211;\203 \202 \3021 \303\304 \305#0\202 \210\305)\207" [quail-current-package title (error) mapconcat #[(x) ";\203 \207<\203'