Searched +refs:custom +refs:group +refs:tag (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css167 body.dock-to-bottom .toolbar-icon.custom-toolbar-icon {
1044 .console-message::before, .console-user-command::before, #console-prompt::before, .console-group-title::before {
1092 .console-group .console-group > .console-group-messages {
1096 .console-group-title {
1100 .console-group-title::before {
1109 .console-group.collapsed .console-group-title::before {
1113 .console-group
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim35 " TODO: Add a level of indirection, so that custom % scripts can use my
188 " Third step: Find the group and single word that match, and the original
191 " group = colon-separated list of patterns, one of which matches
198 " Now, set group and groupBR to the matching group: 'if:endif' or
200 " group . "," . groupBR, and we pick it apart.
201 let group = s:Choose(s:pat, matchline, ",", ":", prefix, suffix, patBR)
202 let i = matchend(group, s:notslash . ",")
203 let groupBR = strpart(group, i)
204 let group
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
145 (defvar custom-versions-load-alist) ; from cus-load
156 (put 'custom-define-hook 'custom-type 'hook)
157 (put 'custom-define-hook 'standard-value '(nil))
158 (custom-add-to-group 'customiz
2165 (define-widget 'custom 'default function
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dant.vim55 syn keyword antElement display copyfile coveragepath csc custom cvs cvschangelog cvspass cvstagdiff cvsversion
63 syn keyword antElement display from ftp generic genkey get gjdoc grant group gunzip gzip header headfilter http
81 syn keyword antElement display syspropertyset tabstospaces tag taglet tailfilter tar tarfileset target
H A Dvim.vim29 syn keyword vimOption contained akm anti arshape awa backupskip bex bioskey browsedir buftype cedit cindent clipboard cole complete conskey crb cscopeverbose cuc deco dictionary directory ed encoding errorfile exrc fdls fencs fileformats fmr foldlevel foldtext fsync gfs gtl guioptions hf hk hlsearch imak ims indentexpr is isp keywordprg lazyredraw lispwords ls makeef maxmapdepth mfd mmd modified mousemodel msm numberwidth operatorfunc pastetoggle pexpr pmbfn printexpr pt readonly ri rs sb scrollbind secure shcf shelltemp shortname shq sm so spellfile spr st sts swapsync synmaxcol tag tal tenc textmode timeout tl tpm ttimeoutlen ttymouse udf undoreload vbs vi vop wcm whichwrap wildmenu winfixheight wiv wop writebackup
202 syn keyword vimUserAttrbCmplt contained augroup buffer command dir environment event expression file function help highlight mapping menu option shellcmd something tag tag_listfiles var
203 syn keyword vimUserAttrbCmplt contained custom customlist nextgroup=vimUserAttrbCmpltFunc,vimUserCmdError
207 syn match vimUserAttrbCmplt contained "custom,\u\w*"
493 " Highlighting: hi group key=arg ... {{{2
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex213 % indented, but running text, typically used as headings to group
319 \key{toggle ARCHIVE tag}{C-c C-x C-a}
457 \key{\kbd{news:comp.emacs}}{\rm Usenet group}
459 \key{\kbd{gnus:group}}{\rm GNUS group}
460 \key{\kbd{gnus:group\#id}}{\rm GNUS message}
550 \key{Toggle custom format display for dates/times}{C-c C-x C-t}
582 \key{configure custom commands}{C-c a C$^1$}
627 \key{toggle ARCHIVE tag}{a}
759 % arch-tag
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcperl-mode.el77 (require 'custom)
98 (or (fboundp 'custom-declare-variable)
101 (or (and (fboundp 'custom-declare-variable)
136 (defmacro cperl-etags-snarf-tag (file line)
140 (defmacro cperl-etags-snarf-tag (file line)
141 (` (etags-snarf-tag))))
143 (defmacro cperl-etags-goto-tag-location (elt)
152 (defmacro cperl-etags-goto-tag-location (elt)
153 (` (etags-goto-tag-location (, elt))))))
176 :group 'language
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges165 * (ms) Made meta tag compatible with MakeMaker versions < 6.50
239 suite to fail (http://groups.google.com/group/perl.cpan.testers/browse_thread/thread/af1f5c875165c387). Fixed the test cases to pass the correct
434 * (ms) The file appender now accepts owner/group settings of
515 * (ms) Added tag qw(:no_extra_logdie_message) to suppress duplicate
595 * (ms) New interface for custom config parsers.
823 * (ms) Added Log4perl custom filter logic and standard filter set
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el100 ;;; The custom variables
104 :tag "Org"
105 :group 'outlines
106 :group 'hypermedia
107 :group 'calendar)
111 :tag "Org Startup"
112 :group 'org)
122 :group 'org-startup
124 (const :tag "nofold: show all" nil)
125 (const :tag "fol
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm1236 # and do not crete a wrapper array tag.
1454 sub tag { subroutine
1455 my ($self, $tag, $attrs, @values) = @_;
1465 die "Element '$tag' can't be allowed in valid XML message. Died."
1466 if $tag !~ /^$SOAP::Constants::NSMASK$/o;
1468 warn "Element '$tag' uses the reserved prefix 'XML' (in any case)"
1469 if $tag !~ /^(?![Xx][Mm][Ll])/;
1490 return sprintf("$prolog$indent<%s%s>%s%s</%s>$epilog",$tag,$tagattrs,$value,($value =~ /^\s*</ ? $indent : ""),$tag);
1493 return sprintf("$prolog$indent<%s%s />$epilog$indent",$tag,
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm1176 # and do not crete a wrapper array tag.
1207 # and do not crete a wrapper array tag.
1367 sub tag { subroutine
1368 my ($self, $tag, $attrs, @values) = @_;
1376 die "Element '$tag' can't be allowed in valid XML message. Died."
1377 if $tag !~ /^(?![xX][mM][lL])$SOAP::Constants::NSMASK$/o;
1398 return sprintf("$prolog$indent<%s%s>%s%s</%s>$epilog",$tag,$tagattrs,$value,($value =~ /^\s*</ ? $indent : ""),$tag);
1401 return sprintf("$prolog$indent<%s%s />$epilog$indent",$tag,$tagattrs);
1411 return $self->tag(
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm1195 # and do not crete a wrapper array tag.
1346 sub tag { subroutine
1348 my($tag, $attrs, @values) = @_;
1356 die "Element '$tag' can't be allowed in valid XML message. Died."
1357 if $tag !~ /^(?![xX][mM][lL])$SOAP::Constants::NSMASK$/o;
1375 return sprintf("$prolog$indent<%s%s>%s%s</%s>$epilog",$tag,$tagattrs,$value,($value =~ /^\s*</ ? $indent : ""),$tag);
1377 return sprintf("$prolog$indent<%s%s />$epilog$indent",$tag,$tagattrs);
1387 return $self->tag($name, $attrs)
1389 return $self->tag(
[all...]

Completed in 195 milliseconds