Searched refs:optional (Results 226 - 250 of 525) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecasn1e.c86 optional, /* omit field if it has no contents */ member in struct:sec_asn1e_state_struct
193 PRBool explicit, is_string, may_stream, optional, universal, ignore_stream; local
209 optional = (encode_kind & SEC_ASN1_OPTIONAL) ? PR_TRUE : PR_FALSE;
254 * If this is optional, but NULL, then the field does
258 if (optional)
270 PORT_Assert (encode_kind == SEC_ASN1_INLINE && !optional);
283 state->optional = optional;
307 * (tag, optional status, etc.).
399 state->optional
517 PRBool explicit, optional, universal, may_stream; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecasn1e.c86 optional, /* omit field if it has no contents */ member in struct:sec_asn1e_state_struct
193 PRBool explicit, is_string, may_stream, optional, universal, ignore_stream; local
209 optional = (encode_kind & SEC_ASN1_OPTIONAL) ? PR_TRUE : PR_FALSE;
254 * If this is optional, but NULL, then the field does
258 if (optional)
270 PORT_Assert (encode_kind == SEC_ASN1_INLINE && !optional);
283 state->optional = optional;
307 * (tag, optional status, etc.).
399 state->optional
517 PRBool explicit, optional, universal, may_stream; local
[all...]
/macosx-10.10/WebCore-7600.1.25/testing/
H A DInternals.idl88 [RaisesException] void setPagination(DOMString mode, long gap, optional long pageLength);
129 DOMString parserMetaData(optional any func);
161 [RaisesException] DOMString layerTreeAsText(Document document, optional unsigned short flags);
198 long pageNumber(Element element, optional unrestricted float pageWidth, optional unrestricted float pageHeight);
201 long numberOfPages(optional unrestricted double pageWidthInPixels, optional unrestricted double pageHeightInPixels);
239 [RaisesException] void updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(optional Node node);
/macosx-10.10/WebKit-7600.1.25/ios/WebView/
H A DWebPDFViewPlaceholder.h140 @optional
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKNavigationDelegate.h64 @optional
H A DWKNavigationDelegatePrivate.h46 @optional
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_super.rb9 def optional(a = 0) a end method in class:TestSuper.Base
40 def optional(a = 1) super end method in class:TestSuper.Optional1
43 def optional(a, b = 1) super end method in class:TestSuper.Optional2
99 assert_equal(9, Optional1.new.optional(9))
100 assert_equal(1, Optional1.new.optional)
104 # call Base#optional with 2 arguments; the 2nd arg is supplied
105 assert_equal(9, Optional2.new.optional(9))
108 # call Base#optional with 2 arguments
109 assert_equal(9, Optional2.new.optional(9, 2))
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dgen_encode.c265 if (asprintf (&s, "%s(%s)->%s", m->optional ? "" : "&", name, m->gen_name) < 0 || s == NULL)
268 if (m->optional)
425 if (asprintf(&s2, "%s(%s)->u.%s", m->optional ? "" : "&",
428 if (m->optional)
434 if(m->optional)
H A Dsymbol.h92 int optional; member in struct:member
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/rest/
H A Drest.tcl29 # config (optional) dict containing configuration options for the call
30 # body (optional) data for the body of the http request
504 # optional a list of options that may appear but are not required
520 proc ::rest::parse_opts {static required optional options} {
521 #puts "static $static\nrequired $required\noptional $optional\noptions $options"
554 if {[set i [lsearch $optional $opt:*]] > -1} {
557 set optional [lreplace $optional $i $i]
558 } elseif {[set i [lsearch -exact $optional $opt]] > -1} {
561 set optional [lreplac
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D38-packager.t25 Content-Description: This is the optional message description.
94 Content-Description: This is the optional message description.
134 Content-Description: This is the optional message description.
H A D04-attach-cid-encoded.t37 Content-Description: This is the optional message description.
101 Content-Description: This is the optional message description.
144 Content-Description: This is the optional message description.
185 Content-Description: This is the optional message description.
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DWrap.pm78 text and further optional parameters to specify the page width (default:
96 It also registers a C<wrap> filter which accepts the same three optional
/macosx-10.10/OpenSSL098-52/src/VMS/
H A Dopenssl_utils.com12 $! Always define OPENSSL. Others are optional (non-null P1).
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dseccfobject.cpp130 SecCFObject::optional(CFTypeRef cfTypeRef) throw() function in class:SecCFObject
141 SecCFObject *object = optional(cfTypeRef);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dseccfobject.cpp130 SecCFObject::optional(CFTypeRef cfTypeRef) throw() function in class:SecCFObject
141 SecCFObject *object = optional(cfTypeRef);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/Cocoa/
H A DWKWebProcessPlugInLoadDelegate.h33 @optional
/macosx-10.10/vim-55/runtime/syntax/
H A Dgretl.vim29 " floating point number with integer and fractional parts and optional exponent
31 " floating point number with no integer part and optional exponent
33 " floating point number with no fractional part and optional exponent
43 " identifier with leading letter and optional following keyword characters
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DOutput.pm59 name => { type => SCALAR, optional => 1 },
63 optional => 1
67 optional => 1
69 newline => { type => BOOLEAN, optional => 1 },
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DPassword.cpp42 mKeychain = Keychain::optional(NULL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DPassword.cpp42 mKeychain = Keychain::optional(NULL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DPassword.cpp42 mKeychain = Keychain::optional(NULL);
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DCKDKeyValueStore.h47 @optional
/macosx-10.10/emacs-93/emacs/src/m/
H A Dirist.h57 But since this code is only used for an optional 4th argument to one command
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DX86RecognizableInstr.h186 /// @param optional - Determines whether to assert that the
200 void handleOperand(bool optional,

Completed in 165 milliseconds

1234567891011>>