Searched refs:strict (Results 251 - 275 of 574) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/json/
H A Djson.tcl286 if {[string is double -strict $token]} {
304 if {0 && ![string is double -strict $val]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dstack_oo.tcl110 if { ![string is integer -strict $newsize]} {
134 if { ![string is integer -strict $newsize]} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dled.tcl94 if {[string is boolean -strict $value]} {
/macosx-10.10/vim-55/runtime/plugin/
H A Dtohtml.vim12 " * Tidy up so we can use strict doctype more?
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/eg/
H A Dyamlparser7 use strict;
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DSyntaxChecker.h221 Property createGetterOrSetterProperty(const JSTokenLocation&, PropertyNode::Type type, bool strict, const Identifier* name, int, int, int, int, int, int, int) argument
224 if (!strict)
228 Property createGetterOrSetterProperty(VM* vm, const JSTokenLocation&, PropertyNode::Type type, bool strict, double name, int, int, int, int, int, int, int) argument
230 if (!strict)
/macosx-10.10/KerberosHelper-151/Source/
H A DcheckLocalKDC3 use strict;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.h43 extern int depythonify_c_array_count(const char* type, Py_ssize_t count, BOOL strict, PyObject* value, void* datum, BOOL already_retained, BOOL already_cfretained);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc_support.h43 extern int depythonify_c_array_count(const char* type, Py_ssize_t count, BOOL strict, PyObject* value, void* datum, BOOL already_retained, BOOL already_cfretained);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_json.tcl79 if {![::string is boolean -strict $value]} {
/macosx-10.10/zlib-55/zlib/
H A Dzlib2ansi15 use strict;
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.h91 int execute(const char *text, bool strict = true);
92 int execute(const std::string &text, bool strict = true)
93 { return execute(text.c_str(), strict); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.h91 int execute(const char *text, bool strict = true);
92 int execute(const std::string &text, bool strict = true)
93 { return execute(text.c_str(), strict); }
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DSoupNetworkSession.cpp178 gboolean useSystemCAFile, strict; local
181 SOUP_SESSION_SSL_STRICT, &strict,
187 if (strict)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/
H A Dstringprep.tcl92 if {![string is integer -strict $uc]} {
107 if {[string is true -strict $val]} {
109 } elseif {[string is false -strict $val]} {
/macosx-10.10/ruby-106/ruby/
H A Dcomplex.c1566 read_digits(const char **s, int strict, argument
1576 if (strict) {
1603 read_num(const char **s, int strict, argument
1607 if (!read_digits(s, strict, b))
1615 if (!read_digits(s, strict, b)) {
1626 if (!read_digits(s, strict, b)) {
1635 read_den(const char **s, int strict, argument
1638 if (!read_digits(s, strict, b))
1644 read_rat_nos(const char **s, int strict, argument
1647 if (!read_num(s, strict,
1662 read_rat(const char **s, int strict, char **b) argument
1691 read_comp(const char **s, int strict, VALUE *ret, char **b) argument
1780 parse_comp(const char *s, int strict, VALUE *num) argument
[all...]
H A Drational.c2068 read_digits(const char **s, int strict, argument
2083 if (strict) {
2116 read_num(const char **s, int numsign, int strict, argument
2125 if (!read_digits(s, strict, &ip, NULL))
2134 if (!read_digits(s, strict, &fp, &count))
2149 if (!read_digits(s, strict, &exp, NULL))
2165 read_den(const char **s, int strict, argument
2168 if (!read_digits(s, strict, num, NULL))
2174 read_rat_nos(const char **s, int sign, int strict, argument
2179 if (!read_num(s, sign, strict, nu
2192 read_rat(const char **s, int strict, VALUE *num) argument
2211 parse_rat(const char *s, int strict, VALUE *num) argument
2308 rb_cstr_to_rat(const char *s, int strict) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A DipMore.tcl395 if {[string is integer -strict $mask]} {
522 if {[string is integer -strict $mask]} {
653 if {![string is integer -strict $prefix]} {
656 if {![string is integer -strict $mask] || ($mask < 33 && $mask > 0)} {
1125 if {![string is integer -strict $ipaddr]} {
/macosx-10.10/tcl-105/tcl/tcl/library/http/
H A Dhttp.tcl74 variable strict
75 if {![info exists strict]} {
76 set strict 1
301 variable strict
341 set state(-strict) $strict
347 -strict boolean
355 -querychannel -queryprogress -strict -timeout -type -validate
365 ![string is $type($flag) -strict $value]
422 # done if $state(-strict) i
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/http2.6/
H A Dhttp.tcl95 variable strict
96 if {![info exists strict]} {
97 set strict 1
317 variable strict
357 set state(-strict) $strict
363 -strict boolean
371 -querychannel -queryprogress -strict -timeout -type -validate
380 ![string is $type($flag) -strict $value]} {
433 # This is only done if $state(-strict) i
[all...]
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-hash.t11 use strict;
417 use strict ;
425 use strict ;
509 use strict ;
645 use strict ;
708 use strict ;
733 use strict ;
778 use strict ;
797 use strict ;
820 use strict ;
[all...]
H A Ddb-recno.t11 use strict;
418 use strict ;
426 use strict ;
570 use strict ;
689 use strict ;
752 use strict ;
777 use strict ;
833 use strict ;
941 use strict ;
961 use strict ;
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dresources.cpp64 CFDictionaryRef rulesDict, CodeDirectory::HashAlgorithm hashType, bool strict, const MacOSErrorSet& toleratedErrors)
66 mCheckUnreadable(strict && toleratedErrors.find(errSecCSSignatureNotVerifiable) == toleratedErrors.end()),
67 mCheckUnknownType(strict && toleratedErrors.find(errSecCSResourceNotSupported) == toleratedErrors.end())
63 ResourceBuilder(const std::string &root, const std::string &relBase, CFDictionaryRef rulesDict, CodeDirectory::HashAlgorithm hashType, bool strict, const MacOSErrorSet& toleratedErrors) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dresources.cpp64 CFDictionaryRef rulesDict, CodeDirectory::HashAlgorithm hashType, bool strict, const MacOSErrorSet& toleratedErrors)
66 mCheckUnreadable(strict && toleratedErrors.find(errSecCSSignatureNotVerifiable) == toleratedErrors.end()),
67 mCheckUnknownType(strict && toleratedErrors.find(errSecCSResourceNotSupported) == toleratedErrors.end())
63 ResourceBuilder(const std::string &root, const std::string &relBase, CFDictionaryRef rulesDict, CodeDirectory::HashAlgorithm hashType, bool strict, const MacOSErrorSet& toleratedErrors) argument
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/t/
H A D18list.t3 use strict;

Completed in 375 milliseconds

<<11121314151617181920>>