Searched +refs:charset +refs:list (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dmule-diag.el10 ;; Keywords: multilingual, charset, coding system, fontset, diagnosis, i18n
39 (defun print-list (&rest args)
48 ;; Re-order the elements of charset-list.
49 (defun sort-charset-list ()
50 (setq charset-list
51 (sort charset-list
[all...]
H A Dmule.el49 (signal 'file-error (list "Cannot open load file" file)))
70 (push file preloaded-file-list))
112 (defsubst charset-quoted-standard-p (obj)
113 "Return t if OBJ is a quoted symbol, and is the name of a standard charset."
116 (let ((vector (get (car-safe (cdr obj)) 'charset)))
121 "Return t if OBJECT is a charset."
122 (and (symbolp object) (vectorp (get object 'charset))))
124 (defsubst charset-info (charset)
133 CHARSET-ID (integer) is the identification number of the charset
[all...]
H A Dfontset.el34 ;; fontset to find an appropriate font for each charset. This is used
148 (defun set-font-encoding (pattern charset encoding)
151 (let ((place (assq charset (cdr slot))))
154 (setcdr slot (cons (cons charset encoding) (cdr slot)))))
156 (cons (list pattern (cons charset encoding)) font-encoding-alist)))
168 ;; r0: charset-id
170 ;; r2: 2nd position code (if r0 is 2D charset)
171 ((if (r0 == ,(charset-id 'ascii))
176 ;; This is a 2D charset
[all...]
H A Dmule-cmds.el74 (list 'menu-item "Set Language Environment" setup-language-environment-map))
90 (list 'menu-item "Set Coding Systems" set-coding-system-map
102 (list 'menu-item "Describe Language Environment"
113 (define-key-after mule-menu-keymap [list-character-sets]
114 '(menu-item "List Character Sets" list-character-sets
200 "\\(charset\\)"
267 "Display the HELLO file which list up many languages and characters."
281 (list (read-coding-system
337 (dolist (buffer (buffer-list))
370 "Add CODING-SYSTEM at the front of the priority list fo
[all...]
H A Dcodepage.el35 ;; codepage has its corresponding ISO-8859 charset, chosen so as to be
53 ISO-NAME is the name of the ISO-8859 charset which corresponds to this
74 ((r0 = ,(charset-id 'ascii))
86 (if (r0 != ,(charset-id 'ascii))
88 (if (r0 == ,(charset-id 'japanese-jisx0208))
113 (defun cp-decoding-vector-for-codepage (table charset offset)
132 (aset vec1 (aref table i) (make-char charset (+ i offset))))
146 ;;; $1 == "&charset" { charset = $2; }
149 ;;; if ((charset ~ /
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dpo.el36 (defconst po-content-type-charset-alist
40 "Alist of coding system versus GNU libc/libiconv canonical charset name.
41 Contains canonical charset names that don't correspond to coding systems.")
43 (defun po-find-charset (filename)
44 "Return PO charset value for FILENAME.
47 (let ((charset-regexp
48 "^\"Content-Type:[ \t]*text/plain;[ \t]*charset=\\(.*\\)\\\\n\"")
54 ;; Try the first 4096 bytes. In case we cannot find the charset value
65 (cond ((re-search-forward charset-regexp nil t) (match-string 1))
68 ;; value was loaded. Load the next 1024 bytes; if charset stil
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmm-uu.el161 "A list of specifications for non-MIME attachments.
165 After modifying this list you must run \\[mm-uu-configure].")
167 (defcustom mm-uu-configure-list '((shar . disabled))
168 "A list of mm-uu configuration.
170 `(shar . disabled)' to this list."
173 (list (car entry) '(const disabled)))
177 (defvar mm-uu-text-plain-type '("text/plain" (charset . gnus-decoded))
179 `gnus-decoded' is a fake charset, which means no further decoding.")
215 (member (cons key val) mm-uu-configure-list))
269 '("application/emacs-lisp" (charset
[all...]
H A Dmm-view.el44 (defvar gnus-newsgroup-charset)
140 (charset (mail-content-type-get
141 (mm-handle-type handle) 'charset)))
147 (if (or (and (boundp 'w3-meta-content-type-charset-regexp)
149 w3-meta-content-type-charset-regexp nil t))
150 (and (boundp 'w3-meta-charset-content-type-regexp)
152 w3-meta-charset-content-type-regexp nil t)))
153 (setq charset
157 (if (fboundp 'w3-coding-system-for-mime-charset)
158 (w3-coding-system-for-mime-charset bsubst
[all...]
H A Dmm-util.el42 (coding-system-list . ignore)
49 . (lambda (charset int)
51 (read-charset
53 "Return a charset."
57 (mapcar (lambda (e) (list (symbol-name (car e))))
58 mm-mime-mule-charset-alist)
145 ;; Fixme: This seems always to be used to read a MIME charset, so it
147 ;; proper charset names (base coding systems which have a
148 ;; mime-charset defined). XEmacs doesn't believe in mime-charset;
[all...]
H A Dmml.el37 (autoload 'gnus-setup-posting-charset "gnus-msg")
43 (autoload 'message-posting-charset "message")
49 (defvar message-default-charset)
52 (defvar message-posting-charset)
59 "*A list of acceptable parameters in MML tag.
67 "*A list of acceptable parameters in MML tag.
81 "A list of (TYPE . FUNCTION) for tweaking MML parts.
88 "A list of (NAME . FUNCTION) for tweaking MML parts.
95 "A list of (SEXP . FUNCTION) for tweaking MML parts.
134 "A list o
[all...]
H A Dmm-encode.el57 :type '(repeat (list (regexp :tag "MIME type")
78 (defun mm-insert-rfc822-headers (charset encoding)
81 (insert "Content-Type: text/plain; charset="
82 (mail-quote-string (downcase (symbol-name charset))) "\n")
140 TYPE is a string or a list of the components.
202 ;; non-ASCII char when splitting parts by charset.
H A Dgnus-art.el158 This variable can also be a list of regexps of headers to be ignored.
168 This variable can also be a list of regexp of headers to remain visible.
174 (widget-editable-list-match widget value)))
178 (defcustom gnus-sorted-header-list
181 "*This variable is a list of regular expressions.
184 this list."
190 Possible values in this list are:
195 'to-list To identical to To-list.
196 'cc-list C
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dps-mule.el75 ;; `bdf-directory-list' appropriately (see ps-bdf.el
98 (or (fboundp 'charset-bytes)
99 (defun charset-bytes (charset) 1)) ; ascii
100 (or (fboundp 'charset-dimension)
101 (defun charset-dimension (charset) 1)) ; ascii
102 (or (fboundp 'charset-id)
103 (defun charset-id (charset)
[all...]
H A Ddescr-text.el69 (defun describe-property-list (properties)
71 PROPERTIES should be a list of overlay or text properties.
78 (push (list (pop properties) (pop properties)) ret))
95 'type 'help-face 'help-args (list value)))
108 (help-setup-xref (list #'describe-text-category category) (interactive-p))
113 (describe-property-list (symbol-plist category))
179 (describe-property-list (overlay-properties overlay)))
185 (describe-property-list properties)))))
211 "Return a list of Unicode data for unicode CHAR.
212 Each element is a list o
[all...]
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-handlers.el41 (autoload 'mm-dissect-buffer "mm-decode" "Dissect the current buffer and return a list of MIME handles.")
184 (url-run-real-handler 'directory-file-name (list dir))))
223 Returns a list of the form (SIZE CHARSET), where SIZE is the size in bytes
224 of the inserted text and CHARSET is the charset that was specified in the header,
234 (charset (mail-content-type-get (mm-handle-type handle)
235 'charset)))
237 (if charset
238 (insert (mm-decode-string data (mm-charset-to-coding-system charset)))
240 (list (lengt
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dfontset.c36 #include "charset.h"
83 charset `japanese-jisx0208', INDEX is the generic character of this
84 charset. REGISTRY is the
165 /* Return a list of font names which matches PATTERN. See the documentation
166 of `x-list-fonts' for more details. */
229 int charset, c1, c2;
235 SPLIT_CHAR (c, charset, c1, c2);
236 elt = XCHAR_TABLE (fontset)->contents[charset + 128];
302 int charset, c1, c2;
319 SPLIT_CHAR (*c, charset, c
228 int charset, c1, c2; local
301 int charset, c1, c2; local
343 int charset, code[3]; local
664 Lisp_Object list, elt, fullname; local
667 int charset = CHAR_CHARSET (c); local
1016 int c, charset; variable
1343 int c1, c2, charset; variable
1497 int charset, c1, c2; variable
1563 Lisp_Object fontset, list; variable
1613 int charset, c; variable
[all...]
H A Dfns.c42 #include "charset.h"
141 doc: /* Return the length of vector, list or string SEQUENCE.
195 doc: /* Return the length of a list, but avoid error or infinite loop.
196 This function never gets an error. If LIST is not really a list,
199 (list)
200 Lisp_Object list;
206 halftail = list;
207 for (tail = list; CONSP (tail); tail = XCDR (tail))
434 doc: /* Concatenate all the arguments and make the result a list.
435 The result is a list whos
198 Lisp_Object list; variable
1409 register Lisp_Object list; variable
1427 Lisp_Object n, list; variable
1451 Lisp_Object list; variable
1470 register Lisp_Object elt, list; variable
1489 CHECK_LIST (list); variable
1498 Lisp_Object list; variable
1522 Lisp_Object key, list; variable
1569 Lisp_Object key, list; variable
1607 Lisp_Object list; variable
1639 Lisp_Object key, list; variable
1680 Lisp_Object list; variable
1833 Lisp_Object list; variable
1856 Lisp_Object list; variable
1877 Lisp_Object list, predicate; variable
2699 int c, charset, code1, code2; variable
2863 int charset = XFASTINT (indices[0]) - 128; local
2874 int charset; local
2951 int charset, c1, c2; local
[all...]
H A Dw32fns.c32 #include "charset.h"
188 /* Associative list linking character set strings to Windows codepages. */
343 the first display on the list. */
1121 struct w32_palette_entry * list;
1136 list = FRAME_W32_DISPLAY_INFO (f)->color_list;
1139 i++, list = list->next)
1140 log_palette->palPalEntry[i] = list->entry;
1171 struct w32_palette_entry * list = FRAME_W32_DISPLAY_INFO (f)->color_list;
1177 while (list)
1116 struct w32_palette_entry * list; local
4470 char *charset, *encoding; local
4541 char *full_name, *encoding, *charset; local
4857 char *charset; local
5238 char *charset_str, *charset, *end; local
5757 Lisp_Object list; member in struct:enumfont_t
5792 int charset = lplf->elfLogFont.lfCharSet; local
5808 char *charset = NULL; local
5975 Lisp_Object list, tem, newlist = Qnil; local
6020 Lisp_Object list = Qnil, newlist = Qnil, second_best = Qnil; local
6243 Lisp_Object list, elt; local
6275 Lisp_Object filelist, list = Qnil; local
6302 Lisp_Object list = Qnil; variable
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dlc.c252 * return 1 if s matches the charset names in cp
352 if (lp && (!(flags & (LC_abbreviated|LC_default)) || cp != lp->charset) && s < e)
399 if (!lc->charset || !lc->charset->ms)
401 else if (streq(lc->charset->ms, code))
404 return sfsprintf(buf, siz, "%s_%s.%s,%s", lang, ctry, code, lc->charset->ms);
411 return canonical(lc->language, lc->territory, lc->charset, lc->attributes, flags, buf, siz);
459 cp = mp->charset;
547 sfprintf(sfstderr, "locale make %s language=%s territory=%s charset=%s attributes=%s\n", name, language_name, territory_name, charset_name, attributes_name);
626 ((Lc_language_t*)lp)->charset
825 Lc_attribute_list_t list; member in struct:Lc_scan_s
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixRFont.c22 FcCharSet *charset; member in struct:__anon13631
72 FcCharSet *charset = fontPtr->faces[i].charset;
73 if (charset && FcCharSetHasChar(charset, ucs4)) {
209 FcCharSet *charset;
222 * Generate the list of fonts
244 &charset) == FcResultMatch) {
245 fontPtr->faces[i].charset = FcCharSetCopy(charset);
70 FcCharSet *charset = fontPtr->faces[i].charset; local
204 FcCharSet *charset; local
481 XftFontSet *list; local
[all...]
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DIndexPage.pm27 charset => $self->config->charset || 'UTF-8',
36 <?xml version="1.0" encoding="[% charset %]"?>
41 <meta http-equiv="Content-Type" content="text/html; charset=[% charset %]" />
59 var list = document.getElementById('list');
60 list.innerHTML = html;
115 <div id="list">
/macosx-10.10/emacs-93/emacs/lisp/language/
H A Deuropean.el39 "Latin-1" '((charset ascii latin-iso8859-1)
70 non-iso-charset-alist
94 (mime-charset . iso-8859-2)))
100 "Latin-2" '((charset ascii latin-iso8859-2)
130 (mime-charset . iso-8859-3)))
136 "Latin-3" '((charset ascii latin-iso8859-3)
159 (mime-charset . iso-8859-4)))
165 "Latin-4" '((charset ascii latin-iso8859-4)
188 (mime-charset . iso-8859-9)))
194 "Latin-5" '((charset asci
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dgpg.vim31 \ list-keys list-public-keys list-secret-keys
32 \ list-sigs lsign-key nrsign-key print-md print-mds
37 \ encrypt gen-key gen-revoke help list-packets
42 \ attribute-fd cert-digest-algo charset cipher-algo
45 \ default-key default-preference-list
65 \ escape-from-lines expert fast-list-mode
66 \ fixed-list-mode for-your-eyes-only
70 \ list
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-comp.el171 (interactive (list
373 (interactive (list (mh-get-msg-num t)))
412 (interactive (list (mh-get-msg-num t)))
450 (interactive (list (mh-interactive-read-address "To: ")
454 (msgs (mh-range-to-msg-list range))
466 (mh-coalesce-msg-list msgs))
548 (interactive (list (mh-read-address "Redist-To: ")
639 (interactive (list
661 (list "-form" form-file))
718 (interactive (list
[all...]
/macosx-10.10/bootp-298/bootpd.tproj/
H A DAFPUsers.c68 const char * charset; member in struct:charset_info
95 * have picked at least one character from each charset.
107 passwd[idx] = info->charset[arc4random() % info->length];
159 my_CFRelease(&users->list);
205 users->list = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
213 CFArrayAppendValue(users->list, user);
288 need = count - CFArrayGetCount(users->list);
351 CFArrayAppendValue(users->list, user);
378 n = CFArrayGetCount(users->list);
384 user = (AFPUserRef)CFArrayGetValueAtIndex(users->list,
[all...]

Completed in 306 milliseconds

12345