Searched +refs:face +refs:attribute (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFontElement.idl21 [Reflect] attribute DOMString color;
22 [Reflect] attribute DOMString face;
23 [Reflect] attribute DOMString size;
H A DHTMLBaseFontElement.idl21 [Reflect] attribute DOMString color;
22 [Reflect] attribute DOMString face;
24 [Reflect] attribute DOMString size; // this changed to a long, but our existing API is a string
26 [Reflect] attribute long size;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfaces.el43 "Influencing face font selection."
47 (defcustom face-font-selection-order
49 "*A list specifying how face font selection chooses fonts.
53 those face attributes first that appear first in the list. For
66 (defcustom face-font-family-alternatives
82 (defcustom face-font-registry-alternatives
114 (defun face-list ()
115 "Return a list of all defined face names."
116 (mapcar #'car face-new-frame-defaults))
121 (defun make-face (fac
[all...]
H A Dcus-face.el1 ;;; cus-face.el --- customization support for faces
34 ;;; Declaring a face.
37 (defun custom-declare-face (face spec doc &rest args)
39 (unless (get face 'face-defface-spec)
41 (unless (facep face)
42 ;; If the user has already created the face, respect that.
43 (let ((value (or (get face 'saved-face) spe
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxfaces.c22 /* New face implementation by Gerd Moellmann <gerd@gnu.org>. */
27 changed by defining `faces'. Each face can specify the following
59 14. Font or fontset pattern, or nil. This is a special attribute.
60 When this attribute is specified, the face uses a font opened by
64 specified, this attribute is set to nil. In that case, the face
65 doesn't inherit this attribute from the `default' face, and uses a
67 from the `default' face)
2981 Lisp_Object pattern, face, frame, maximum, width; variable
3020 struct face *face = (face_id < 0 variable in typeref:struct:face
3846 Lisp_Object face, frame; variable
3852 CHECK_SYMBOL (face); variable
3934 Lisp_Object face, frame; variable
4013 Lisp_Object face, attr, value, frame; variable
4022 CHECK_SYMBOL (face); variable
4519 Lisp_Object face = Qnil; local
4643 Lisp_Object face, attr, value, frame; variable
4645 CHECK_SYMBOL (face); variable
4705 struct face *face = FACE_FROM_ID (f, MENU_FACE_ID); local
4796 Lisp_Object attribute, value; variable
4812 Lisp_Object attribute, value1, value2; variable
4949 Lisp_Object face, frame; variable
4993 Lisp_Object face, frame; variable
5014 struct face *face = FACE_FROM_ID (f, face_id); variable in typeref:struct:face
5108 Lisp_Object face, frame; variable
5214 struct face *face = (struct face *) xmalloc (sizeof *face); local
5402 struct face *face = c->faces_by_id[i]; local
5467 struct face *face; local
5605 struct face *face; local
5659 struct face *face; local
5764 struct face *face; local
5826 struct face *face; local
5955 struct face *face; local
6977 struct face *face; local
7143 struct face *face; local
7190 struct face *face = NULL; local
7489 struct face *face; local
7579 struct face *face = FACE_FROM_ID (f, DEFAULT_FACE_ID); local
7854 struct face *face; local
7929 struct face *face; variable in typeref:struct:face
7934 dump_realized_face (face); variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dhtml2text.el69 \"Here comes something <font size\"+3\" face=\"Helvetica\"> big </font>.\"
144 (defun html2text-attr-value (list attribute)
146 (nth 1 (assoc attribute list)))
267 (put-text-property def-p1 def-p2 'face 'bold)))))
299 (put-text-property p2 p3 'face 'bold)
303 (put-text-property p2 p3 'face 'bold)
307 (put-text-property p2 p3 'face 'underline)
311 (put-text-property p2 p3 'face 'italic)
330 (put-text-property p1 (point) 'face 'bold))))
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudc.el91 ;; Protocol local. A function that retrieves a list of valid attribute names
94 ;; Protocol local. A mapping between EUDC attribute names and corresponding
99 ;; Protocol local. Mapping between protocol attribute names and BBDB field
110 ;; attribute name
329 (eudc-default-set 'eudc-attribute-display-method-alist nil)
350 "Translate attribute names of QUERY.
354 (mapcar '(lambda (attribute)
355 (let ((trans (assq (car attribute)
358 (cons (cdr trans) (cdr attribute))
359 attribute)))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dsgml-mode.el254 '((t (:inherit font-lock-builtin-face)))
255 "`sgml-mode' face used to highlight the namespace part of identifiers."
257 (defvar sgml-namespace-face 'sgml-namespace)
261 `((,(concat "<\\([!?]" sgml-name-re "\\)") 1 font-lock-keyword-face)
265 (1 (if (match-end 2) sgml-namespace-face font-lock-function-name-face))
266 (2 font-lock-function-name-face nil t))
273 (1 (if (match-end 2) sgml-namespace-face font-lock-variable-name-face))
274 (2 font-lock-variable-name-face ni
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLRenderingContext.idl463 readonly attribute GLsizei drawingBufferWidth;
464 readonly attribute GLsizei drawingBufferHeight;
597 [StrictTypeChecking] void stencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
599 [StrictTypeChecking] void stencilMaskSeparate(GLenum face, GLuint mask);
601 [StrictTypeChecking] void stencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dclean.c15 as font tags, B, I, and the align attribute. By applying
27 a style attribute with one or more properties.
39 style attribute by a class value and style rule in the
329 if there already is a class attribute
334 else /* create new class attribute */
347 Find style attribute in node, and replace it
348 by corresponding class attribute. Search for
352 Assumes that node doesn't have a class attribute
374 if there already is a class attribute
382 else /* reuse style attribute fo
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Drmail.el31 ;; New features include attribute and keyword support, message
264 "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:"
273 "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:"
319 See also `rmail-highlight-face'."
330 (defcustom rmail-highlight-face 'rmail-highlight "\
333 face)
699 . font-lock-function-name-face)
700 '("^Reply-To:.*$" . font-lock-function-name-face)
701 '("^Subject:" . font-lock-comment-face)
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A D2html.vim824 " Get the diff attribute, if any.
988 execute '%s:<body>:<body bgcolor="' . s:bgc . '" text="' . s:fgc . '">\r<font face="'. s:htmlfont .'">'
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1699 \ 'fdf_get_ap(': 'resource fdf_document, string field, int face, string filename | bool',
1715 \ 'fdf_set_ap(': 'resource fdf_document, string field_name, int face, string filename, int page_number | bool',
2002 \ 'hw_api_object-&#62;insert(': 'HW_API_Attribute attribute | bool',
2499 \ 'ldap_compare(': 'resource link_identifier, string dn, string attribute, string value | mixed',
2516 \ 'ldap_get_values(': 'resource link_identifier, resource result_entry_identifier, string attribute | array',
2517 \ 'ldap_get_values_len(': 'resource link_identifier, resource result_entry_identifier, string attribute | array',
2653 \ 'mcal_event_add_attribute(': 'int stream, string attribute, string value | bool',
3762 \ 'printer_create_font(': 'string face, int height, int width, int font_weight, bool italic, bool underline, bool strikeout, int orientation | resource',
4960 \ 'PDO::getAttribute(': 'int attribute | mixed',
4967 \ 'PDO::setAttribute(': 'int attribute, mixe
[all...]

Completed in 219 milliseconds