Searched +refs:custom +refs:group (Results 1 - 24 of 24) 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/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Ddialog.tcl21 # -type -default custom ; # {ok okcancel okcancelapply custom}
52 # Using -synchronous with a -type custom dialog requires that the
53 # custom buttons call [$dlg close $reason] to trigger the close
55 -parent . -type custom]
100 option -type -default custom -configuremethod C-type;
211 # In order to allow !custom synchronous, we need to allow
212 # custom dialogs to set [myvar result]. They do that through
304 wm group $win [winfo toplevel $value]
307 wm 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/gnus/
H A Dnnmail.el35 (require 'custom)
46 :group 'gnus)
50 :group 'nnmail)
54 :group 'nnmail)
58 :group 'nnmail)
62 :group 'nnmail)
66 :group 'gnus-files
67 :group 'nnmail)
71 :group 'nnmail)
75 :group 'nnmai
1588 (defvar group) function
[all...]
H A Dgnus-util.el38 (require 'custom)
256 (defun gnus-decode-newsgroups (newsgroups group &optional method)
257 (let ((method (or method (gnus-find-method-for-group group))))
258 (mapconcat (lambda (group)
259 (gnus-group-name-decode group (gnus-group-name-charset
260 method group)))
284 (defun gnus-newsgroup-savable-name (group)
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/
H A DExporter.pm13 Sub::Exporter - a sophisticated exporter for custom-built routines
128 Building custom routines with generators isn't the only way that Sub::Exporters
247 group (optionally with arguments) or may provide a way to build the group.
249 The simpler case is the first: a group definition is a list of exports. Here's
262 colon. This line of code would import the C<shorteners> group:
266 Arguments passed to a group when importing are merged into the groups options
268 looping group structures are ignored.
270 The other possible value for a group definition, a coderef, allows one
276 This example shows a simple use of the group generato
[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...]
H A Dcustom.el0 ;;; custom.el --- tools for declaring and initializing options
39 (defvar custom-define-hook nil
43 (defvar custom-dont-initialize nil
45 That is used for the sake of `custom-make-dependencies'.
48 (defvar custom-current-group-alist nil
49 "Alist of (FILE . GROUP) indicating the current group to use for FILE.")
53 (defun custom-initialize-default (symbol value)
66 (defun custom-initialize-set (symbol value)
73 (funcall (or (get symbol 'custom
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhelp.vim6 " Quit when a (custom) syntax file was already loaded
64 syn match helpSpecial "\[group]"
75 " Highlight group items in their own color.
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
H A Dvim.vim203 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
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$}
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm291 my $group = shift || "All";
292 return $class->_set_columns($group => @_) if @_;
293 return $class->all_columns if $group eq "All";
294 return $class->primary_column if $group eq "Primary";
295 return $class->_essential if $group eq "Essential";
296 return $class->__grouper->group_cols($group);
300 my ($class, $group, @columns) = @_;
304 ->add_group($group => @columns));
1898 custom _croak() method, and then caught and used to redisplay the
1911 Applications that require custom behaviou
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm233 my $group = shift || "All";
234 return $class->_set_columns($group => @_) if @_;
235 return $class->all_columns if $group eq "All";
236 return $class->primary_column if $group eq "Primary";
237 return $class->_essential if $group eq "Essential";
238 return $class->__grouper->group_cols($group);
244 my ($class, $group, @columns) = @_;
250 ->add_group($group => @cols));
1908 custom _croak() method, and then caught and used to redisplay the
1921 Applications that require custom behaviou
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm659 code for custom conversion specifiers
1216 let's define two custom filters, C<MatchError> and C<MatchWarn>, which,
1245 C</tmp/app.err> respectively and have the custom filters C<MatchWarn> and C<MatchError>
1349 Log::Log4perl's custom filters (0.30 or better) provide an interface for the
1370 The last four statements in the configuration above are defining a custom
1386 For details on custom filters, check L<Log::Log4perl::Filter>.
1820 =head2 How can I access a custom appender defined in the configuration?
1828 your liking. For example, see the custom C<IndentAppender> defined below:
2229 permissions. If a user who's not in the first user's group
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges239 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
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/progmodes/
H A Dsql.el92 ;; and the custom package
93 ;; <URL:http://www.dina.kvl.dk/~abraham/custom/>.
138 ;; :group 'SQL)
143 ;; :group 'SQL)
233 (require 'custom)
246 :group 'processes)
253 :group 'SQL)
261 :group 'SQL)
266 :group 'SQL)
271 :group 'SQ
[all...]
H A Dcperl-mode.el77 (require 'custom)
98 (or (fboundp 'custom-declare-variable)
101 (or (and (fboundp 'custom-declare-variable)
176 :group 'languages
182 :group 'cperl)
187 :group 'cperl)
192 :group 'cperl)
196 :link '(custom-group-link :tag "Font Lock Faces group" fon
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm661 code for custom conversion specifiers
1218 let's define two custom filters, C<MatchError> and C<MatchWarn>, which,
1247 C</tmp/app.err> respectively and have the custom filters C<MatchWarn> and C<MatchError>
1351 Log::Log4perl's custom filters (0.30 or better) provide an interface for the
1372 The last four statements in the configuration above are defining a custom
1388 For details on custom filters, check L<Log::Log4perl::Filter>.
1828 =head2 How can I access a custom appender defined in the configuration?
1836 your liking. For example, see the custom C<IndentAppender> defined below:
2242 permissions. If a user who's not in the first user's group
2513 custom cspe
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el100 ;;; The custom variables
105 :group 'outlines
106 :group 'hypermedia
107 :group 'calendar)
112 :group 'org)
122 :group 'org-startup
132 :group 'org-startup
143 :group 'org-startup
153 :group 'org-startup
176 :group 'or
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp.el155 (require 'custom)
160 (unless (boundp 'custom-print-functions)
161 (defvar custom-print-functions nil)) ; not autoloaded before Emacs 20.4
182 :group 'files
187 :group 'tramp
192 :group 'tramp
209 :group 'tramp
236 :group 'tramp)))
241 :group 'tramp
267 :group 'tram
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm3541 L<SOAP::Packager> - Provides an abstract class for implementing custom packagers.
3585 The first group of methods presented are the constructor and the accessor methods. All accessor methods share the trait of returning the current appropriate value when called with no arguments, while returning the object reference itself when called with a new value for the field in question. This allows the set-attribute calls to be chained together.
3817 The following method isn't an accessor style of method but neither does it fit with the group that immediately follows it:
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm3941 L<SOAP::Packager> - Provides an abstract class for implementing custom packagers.
4315 with the group that immediately follows it:
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm3808 L<SOAP::Packager> - Provides an abstract class for implementing custom packagers.
4182 with the group that immediately follows it:

Completed in 454 milliseconds