Searched refs:true (Results 276 - 300 of 533) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dwidget.tcl159 text $w.f.t -width 60 -height 20 -setgrid true -wrap none
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/interop/
H A Dsoapinterop.tcl151 return true
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestGUI.tcl85 wm overrideredirect $w true
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dtreeview.tcl328 $w item $item -open true
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtwind.tcl27 text $t -yscrollcommand "$w.scroll set" -setgrid true -font $font -width 70 \
/macosx-10.9.5/vim-53/runtime/indent/
H A Dsqlanywhere.vim258 " But only if the next line is blank. This would be true if
259 " the user is typing, but it would not be true if the user
/macosx-10.9.5/CPANInternal-140/Class-Inspector/lib/Class/
H A DInspector.pm76 Returns true if installed/available, false if the class is not installed,
100 Returns true if the class is loaded, false if not, or C<undef> if the
283 Returns true if the function exists, false if not, or C<undef> if the
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/
H A DDispatch.pm253 warning will be issued if the C<$^W> is true.
307 Returns true or false to indicate whether or not the given string is a
312 Given a log level, returns true or false to indicate whether or not
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/
H A DFilesystem.pm353 Returns true if the operating system is supported by Sys::Filesystem.
469 Returns boolean true if the filesystem is mounted.
491 Returns boolean true if the filesystem type is considered "special".
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/
H A DTester.pm284 Setting this to a true value will cause the test to ignore if the
290 Setting this to a true value will cause the test to ignore if the
397 Passing it a true or false value will enable or disable colouring
488 # return true iff the expected data matches the got data
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/comm/
H A Dcomm.tcl188 return [set comm(debug) [string is true -strict $bool]]
656 set $var [string is true -strict $optval]
936 [string is true -strict $comm($chan,silent)]} then return
1149 # the command. This is true even if data isn't a well-formed
1154 # This isn't true with Tcl8.0, which will return an error until
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext.tcl144 lappend argTable {1 true yes} -linemap {
201 lappend argTable {1 true yes} -highlight {
211 lappend argTable {1 true yes} -linemap_markable {
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/library/
H A DtkTable.tcl571 while {[string compare [set true [$w hidden $cell]] {}]} {
573 if {[string compare $true [$w index active]]} {
575 set cell $true
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm261 succeeded or failed. They all also return true or false,
272 failed. A true expression passes, a false one fails. Very simple.
345 true or false!
350 This does not check if C<exists $brooklyn{tree}> is true, it checks if
1260 B<NOTE> By historical accident, this is not a true set comparision.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DRow.pm412 not. This is set to true when L<DBIx::Class::ResultSet/find>,
623 Returns a true value if the column value has been loaded from the
714 # the entire clean/dirty code relies on exists, not on true/false
955 relationship specifies a true value for its
1174 in scalar context returns a true value if there are uncommitted
1195 Returns a true value if the column has uncommitted changes.
/macosx-10.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DMore.pm244 succeeded or failed. They all also return true or false,
255 failed. A true expression passes, a false one fails. Very simple.
328 true or false!
333 This does not check if C<exists $brooklyn{tree}> is true, it checks if
1161 B<NOTE> By historical accident, this is not a true set comparision.
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.mli457 (** [is_var_arg fty] returns [true] if [fty] is a varargs function type, [false]
502 (** [is_packed sty] returns [true] if the structure type [sty] is packed,
506 (** [is_opaque sty] returns [true] if the structure type [sty] is opaque.
640 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
660 (** [is_null v] returns [true] if the value [v] is the null (zero) value.
664 (** [is_undef v] returns [true] if the value [v] is an undefined value, [false]
1062 [t] if the boolean constant [cond] is true and the value [f] otherwise.
1119 (** [is_declaration g] returns [true] if the global value [g] is a declaration
1243 (** [is_global_constant gv] returns [true] if the global variabile [gv] is a
1249 [c] is [true] an
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DMore.pm254 succeeded or failed. They all also return true or false,
265 failed. A true expression passes, a false one fails. Very simple.
342 true or false!
347 This does not check if C<exists $brooklyn{tree}> is true, it checks if
717 Returns true if the subtest passed, false otherwise.
1562 B<NOTE> By historical accident, this is not a true set comparison.
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dhierarchy.itk509 1 - true - yes - on {
525 # When true only the branch nodes and selected items are displayed.
530 1 - true - yes - on {
550 # When true, the hierarchy will be completely expanded when it
556 1 - true - yes - on {
/macosx-10.9.5/CPANInternal-140/Ima-DBI/lib/Ima/
H A DDBI.pm336 If $cache is true or isn't given, then prepare_cached() will be used to
563 If all the commits succeeded it returns true, false otherwise.
584 If all the rollbacks succeeded it returns true, false otherwise.
/macosx-10.9.5/CPANInternal-140/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm347 If $cache is true or isn't given, then prepare_cached() will be used to
571 If all the commits succeeded it returns true, false otherwise.
590 If all the rollbacks succeeded it returns true, false otherwise.
/macosx-10.9.5/CPANInternal-140/Bencode/lib/
H A DBencode.pm169 If you pass a true value for the second option, it will disregard the sort order of dict keys. This violation of the I<becode> format is somewhat common.
/macosx-10.9.5/CPANInternal-140/Bencode-1.4/lib/
H A DBencode.pm183 If you pass a true value for the second option, it will disregard the sort order of dict keys. This violation of the I<bencode> format is somewhat common.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/InflateColumn/
H A DDateTime.pm280 Set the environment variable DBIC_FLOATING_TZ_OK to some true value.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DLimit.pm238 they will be either saved (if C<accumulate> is set to a true value) or

Completed in 431 milliseconds

<<11121314151617181920>>