Server IP : 111.118.215.189 / Your IP : 18.117.158.174 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/gnus/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:10:29 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/gnus/yenc.el ;;; in Emacs version 24.3.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. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defconst yenc-begin-line "^=ybegin.*$") (defconst yenc-decoding-vector [214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213]) #@64 Say whether the buffer contains the first part of a yEnc file. (defalias 'yenc-first-part-p #[nil "\212eb\210\300\301\302\303#)\207" [re-search-forward "^=ybegin part=1 " nil t] 4 (#$ . 1541)]) #@63 Say whether the buffer contains the last part of a yEnc file. (defalias 'yenc-last-part-p #[nil "\212eb\210\302\211\303\304\302\305#\203 \306\307!\303\310\302\305#\203 \306\307! \205+ \205+ \230+\207" [end-size total-size nil re-search-forward "^=ybegin.*size=\\([0-9]+\\)" t match-string 1 "^=ypart.*end=\\([0-9]+\\)"] 4 (#$ . 1741)]) #@69 Yenc decode region between START and END using an internal decoder. (defalias 'yenc-decode-region #[(start end) "\306\211\216\212 b\210\307\n\310#\203\311 \311\225\312\313\311!!\306\211\211\211 !\"\307\314\310#\2031 \311\225\"\307\315\310#\203\307 \311\224\312\313\311!!\316\317!rq\210\320\306!\210)\"W\203\236 \"f\211\321=\204\225 \f\322=\204\225 \f\323=\203\210 \"T\211\"frq\210\324\325\f\326Z\327\"\330\"\210)\202\225 rq\210\324#\fH\330\"\210)\"T\211\"\202R \331! \332!\236A U\203\270 \332 \236A U\204\274 \333\334!\210 b\210 |\210\335!\210.\205\320 \336!+\207" [work-buffer start yenc-begin-line end char footer-alist nil re-search-forward t 0 yenc-parse-line match-string "^=ypart.*$" "^=yend.*$" generate-new-buffer " *yenc-work*" set-buffer-multibyte 13 10 61 insert-char mod 106 256 1 buffer-size size message "Warning: Size mismatch while decoding." insert-buffer-substring kill-buffer last bytes header-alist first yenc-decoding-vector] 7 (#$ . 2092) "r"]) #@40 Extract file name from an yenc header. (defalias 'yenc-extract-filename #[nil "\212\301\302\303#\205 \304\305\306\307\310!!\"A)\207" [yenc-begin-line re-search-forward nil t assoc name yenc-parse-line match-string 0] 5 (#$ . 3105)]) #@38 Extract file name and size from STR. (defalias 'yenc-parse-line #[(str) "\303\211\304\305\n\"\203 \306\307\310\311\n\"!B B\304\312\n\"\2035 \310\311\n\"\304\313\"\203/ \314\211\224O\300B B *\207" [name result str nil string-match "^=y.*size=\\([0-9]+\\)" size string-to-number match-string 1 "^=y.*name=\\(.*\\)$" " +$" 0] 5 (#$ . 3346)]) (provide 'yenc)