Searched refs:optional (Results 326 - 350 of 525) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecCode.cpp213 if (const SecRequirement *req = SecRequirement::optional(requirementRef))
H A DSecStaticCode.cpp125 const SecRequirement *req = SecRequirement::optional(requirementRef);
H A Dsigner.cpp317 if (ruleFlags & ResourceBuilder::optional)
318 CFDictionaryAddValue(seal, CFSTR("optional"), kCFBooleanTrue);
354 cfadd(files, "{%s={hash=%O,optional=%B}}",
355 relpath, hash.get(), ruleFlags & ResourceBuilder::optional);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DKeychains.h252 static Keychain optional(SecKeychainRef handle);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecCode.cpp213 if (const SecRequirement *req = SecRequirement::optional(requirementRef))
H A DSecStaticCode.cpp125 const SecRequirement *req = SecRequirement::optional(requirementRef);
H A Dsigner.cpp317 if (ruleFlags & ResourceBuilder::optional)
318 CFDictionaryAddValue(seal, CFSTR("optional"), kCFBooleanTrue);
354 cfadd(files, "{%s={hash=%O,optional=%B}}",
355 relpath, hash.get(), ruleFlags & ResourceBuilder::optional);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeychains.h252 static Keychain optional(SecKeychainRef handle);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeychains.h252 static Keychain optional(SecKeychainRef handle);
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf-ebx.el142 ;; matches A or nothing; optional A.
315 ((eq token 'optional)
316 (setq factor (ebnf-token-optional factor)
408 (aset ebnf-ebx-token-table ?\? 'optional)
653 (defun ebnf-ebx-hex-character (&optional no-error)
H A Debnf2ps.el227 ;; [C] optional (C may or not occurs)
391 ;; optional:
1049 ;; [optional WIDTH-FUN DIM-FUN ENTRY HEIGHT WIDTH ELEMENT]
2009 optional:
2058 (defun ebnf-print-directory (&optional directory)
2074 (defun ebnf-print-file (file &optional do-not-kill-buffer-when-done)
2077 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
2086 (defun ebnf-print-buffer (&optional filename)
2102 (defun ebnf-print-region (from to &optional filename)
2112 (defun ebnf-spool-directory (&optional director
[all...]
/macosx-10.10/lsof-53/lsof/tests/
H A DMakefile54 echo "Suggestion: try the optional tests: \"make opt\""; \
127 echo "All optional tests succeeded."; \
132 optional: opt
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_from_peg.tcl320 return [pt::pe optional [pt::pe dot]] ; # -> Suffix (dot is placeholder)
H A Dpt_pexpression.tcl23 nonterminal optional repeat0 repeat1 ahead notahead \
235 proc ::pt::pe::optional {pe} { list ? $pe }
/macosx-10.10/vim-55/runtime/syntax/
H A Dawk.vim104 "floating point number, with dot, optional exponent
106 "floating point number, starting with a dot, optional exponent
H A Dchill.vim57 "floating point number, with dot, optional exponent
59 "floating point number, starting with a dot, optional exponent
H A Dcsc.vim50 "floating point number, with dot, optional exponent
52 "floating point number, starting with a dot, optional exponent
H A Dcterm.vim119 "floating point number, with dot, optional exponent
121 "floating point number, starting with a dot, optional exponent
H A Dibasic.vim94 "floating point number, with dot, optional exponent
98 "floating point number, starting with a dot, optional exponent
H A Dicon.vim116 "floating point number, with dot, optional exponent
119 "floating point number, starting with a dot, optional exponent
H A Dpike.vim48 "floating point number, with dot, optional exponent
50 "floating point number, starting with a dot, optional exponent
H A Dtsalt.vim142 "floating point number, with dot, optional exponent
144 "floating point number, starting with a dot, optional exponent
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm35 version => { type => SCALAR, optional => 1 },
36 verbose => { type => SCALAR | GLOBREF | GLOB, optional => 1 },
38 groups => { type => HASHREF, optional => 1 },
40 { type => UNDEF | SCALAR | CODEREF, optional => 1 },
328 B<length> is an optional parameter that can be used to
729 B<class> is optional and specifies the name of the class in
738 B<version> is also optional and specifies the value to give
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/Simple/
H A DVisitor.pm197 The new style interface means that all arguments to the constructor are now optional. As a means of defining the usage of the old and new, when no arguments are sent to the constructor, it is assumed that the new style interface is being used. In the new style, the C<$depth> is always assumed to be equivalent to C<RECURSIVE> and the C<$func> argument can be set with C<setNodeFilter> instead. This is the recommended way of doing things now. If you have been using the old way, it is still there, and I will maintain backwards compatability for a few more version before removing it entirely. If you are using this module (and I don't even know if anyone actually is) you have been warned. Please contact me if this will be a problem.
201 The first argument to the constructor is a code reference to a function which expects a B<Tree::Simple> object as its only argument. The second argument is optional, it can be used to set the depth to which the function is applied. If no depth is set, the function is applied to the current B<Tree::Simple> instance. If C<$depth> is set to C<CHILDREN_ONLY>, then the function will be applied to the current B<Tree::Simple> instance and all its immediate children. If C<$depth> is set to C<RECURSIVE>, then the function will be applied to the current B<Tree::Simple> instance and all its immediate children, and all of their children recursively on down the tree. If no C<$depth> is passed to the constructor, then the function will only be applied to the current B<Tree::Simple> object and none of its children.
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt33 * optional 'flashes' when things update

Completed in 373 milliseconds

<<11121314151617181920>>