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

/macosx-10.9.5/emacs-92/emacs/lisp/
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/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/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
210 (defun eudc-default-set (var val)
217 (defun eudc-protocol-set (var val &optional protocol)
222 (eudc-default-set var (symbol-value var)))
234 (defun eudc-server-set (var val &optional server)
239 (eudc-default-set var (symbol-value var)))
252 (defun eudc-set (va
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A D2html.vim23 set cpo-=C
81 " For inverse, we always must set both colors (and exchange them)
166 " For inverse, we always must set both colors (and exchange them)
213 set notitle noicon
215 set nomore
216 set report=1000000
252 " on the new window, set the least time-consuming fold method
264 set paste
266 set magic
419 " set u
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Drmail.el31 ;; New features include attribute and keyword support, message
132 :set-after '(rmail-pop-password)
133 :set #'(lambda (symbol value)
134 (set-default symbol
147 :set-after '(rmail-pop-password-required)
148 :set #'(lambda (symbol value)
149 (set-default symbol
253 variable `rmail-dont-reply-to-names', for when the user does not set
256 It is useful to set this variable in the site customization file.")
264 "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face
[all...]
/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',
4949 \ 'Memcache::set(': 'string key, mixed var [, int flag [, int expire]] | bool',
4960 \ 'PDO::getAttribute(': 'int attribute | mixe
[all...]

Completed in 260 milliseconds