Searched refs:strict (Results 326 - 350 of 574) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/zsh-61/zsh/Misc/
H A Dbash2zshprompt8 use strict;
/macosx-10.10/tcl-105/tcl84/tcl/library/http/
H A Dhttp.tcl68 variable strict 0
229 variable strict
284 ![string is $type($flag) -strict $value]} {
337 # This is only done if $::http::strict is true (default 0 for compat).
383 if {$strict && ![regexp -- $validityRE $user]} {
403 if {$strict && ![regexp -- $validityRE $srvurl]} {
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dttree26 use strict;
166 no strict 'refs';
173 no strict 'refs';
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dexponential.tcl64 if { ![string is double -strict $x] } {
132 if { ![string is integer -strict $n] || $n < 0 } {
135 if { ![string is double -strict $x] } {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dadjust.tcl54 if { ![ string is boolean -strict $value ] } then {
65 if { ![ string is boolean -strict $value ] } then {
101 if { ![ string is boolean -strict $value ] } then {
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Drpcvar.tcl148 } elseif {[string is integer -strict $arg]} {
150 } elseif {[string is double -strict $arg]} {
158 } elseif {[string is boolean -strict $arg]} {
/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dmach_port.c557 boolean_t strict)
561 rv = _kernelrpc_mach_port_guard_trap(task, name, (uint64_t) guard, strict);
564 rv = _kernelrpc_mach_port_guard(task, name, (uint64_t) guard, strict);
553 mach_port_guard( ipc_space_t task, mach_port_name_t name, mach_port_context_t guard, boolean_t strict) argument
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/eg/
H A Dnet-ssl-test3 use strict;
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/t/
H A D31nsmultiple.t10 use strict;
/macosx-10.10/CPANInternal-159.1/String-ShellQuote-1.04/
H A Dshell-quote2 use strict;
/macosx-10.10/OpenSSL098-52/bin/
H A Dinstall_manpages3 use strict;
/macosx-10.10/WebCore-7600.1.25/
H A Dgenerate-export-file25 use strict;
/macosx-10.10/rsync-45/rsync/support/
H A Datomic-rsync8 use strict;
H A Dfile-attr-restore7 use strict;
/macosx-10.10/tcl-105/tcl/tcl/library/opt/
H A Doptparse.tcl582 if {![string is integer -strict $arg]} {
599 if {![string is boolean -strict $arg]} {
819 if {[string is integer -strict $arg]} {
822 if {[string is double -strict $arg]} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoIndent.tcl69 if {[string is integer -strict $nTabs] && $nTabs > 0} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Delement.tcl36 [string is integer -strict [lindex $id 1]] &&
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/getstring/
H A Dtk_getString.tcl109 if {$type != "" && ![string is $type -strict [lindex $input $i]]} { error "$opt requires argument of type $type" }
/macosx-10.10/tcl-105/tk/tk/library/
H A Ddialog.tcl37 if {[string is integer -strict $default]} {
/macosx-10.10/tcl-105/tk84/tk/library/
H A Ddialog.tcl37 if {[string is integer -strict $default]} {
42 # Never call if -strict option is omitted in previous test !
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddb-3.1.t3 use strict ;
H A Dstrict.t3 use strict ;
H A Dsubdb.t3 use strict ;
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/bin/
H A Djson_pp3 use strict;
44 my $v = eval "no strict;\n#line 1 \"input\"\n$_";
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D029SysWide.t14 use strict;

Completed in 2216 milliseconds

<<11121314151617181920>>