Searched refs:true (Results 1 - 25 of 533) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/
H A DBoolean.pm52 sub to_literal { XML::LibXML::Literal->new($_[0]->value ? "true" : "false"); }
61 XML::LibXML::Boolean - Boolean true/false values
65 XML::LibXML::Boolean objects implement simple boolean true/false objects.
71 Creates a new Boolean object with a true value.
79 Returns true or false.
83 Returns the string "true" or "false".
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DBoolean.pm40 sub to_literal { XML::XPath::Literal->new($_[0]->value ? "true" : "false"); }
49 XML::XPath::Boolean - Boolean true/false values
53 XML::XPath::Boolean objects implement simple boolean true/false objects.
59 Creates a new Boolean object with a true value.
67 Returns true or false.
71 Returns the string "true" or "false".
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli16 [path]. Returns [true] if successful, [false] otherwise. *)
21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd
22 will be flushed. Returns [true] if successful, [false] otherwise. *)
28 to the channel [c]. If [unbuffered] is [true], after every write the fd
29 will be flushed. Returns [true] if successful, [false] otherwise. *)
H A Dllvm_bitwriter.ml16 (* Writes the bitcode for module the given path. Returns true if successful. *)
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DRootDSE.pm60 Returns true if the server supports all of the specified
65 Returns true if the server supports all of the specified
70 Returns true if the server supports all of the specified
75 Returns true if the server supports all of the specified
80 Returns true if the server supports all of the specified
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DIterator.pm21 The CDBI iterator returns true if there were any results, false otherwise. The DBIC result set always returns true.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/
H A DConstants.pm48 Set to true if PERL_JSONRPC_DEBUG environmental variable is set to a value that evaluates to true. False otherwise.
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dtabnotebook.itk25 # of true sig nifies that the notebook will automatically manage it. This
66 option add *Tabnotebook.equalTabs true widgetDefault
77 option add *Tabnotebook.tabBorders true widgetDefault
80 option add *Tabnotebook.auto true widgetDefault
110 itk_option define -equaltabs equalTabs EqualTabs true
121 itk_option define -tabborders tabBorders TabBorders true
124 itk_option define -auto auto Auto true
259 set _borderRecompute true
272 set _tabsetReconfigure true
289 set _tabsetReconfigure true
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Filter/
H A DLevelMatch.pm61 log4perl.filter.Match1.AcceptOnMatch = true
68 is supposed to pass or block the message (C<true> or C<false>)
H A DStringMatch.pm68 log4perl.filter.Match1.AcceptOnMatch = true
77 is supposed to pass or block the message on a match (C<true> or C<false>).
H A DLevelRange.pm64 log4perl.filter.Match1.AcceptOnMatch = true
74 is supposed to pass or block the message (C<true> or C<false>).
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DMatsTV.tcl13 pack [frame .fr] -expand true -fill both
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/ResultSource/
H A DView.pm52 only have parameters if L</is_virtual> is set to true. It may contain JOINs,
56 L<DBIx::Class::Schema/deploy> unless you set L</is_virtual> to true.
61 Virtual views (L</is_virtual> true), are assumed to not
83 and ensuring you have is_virtual set to true:
106 =item is_virtual set to true
121 Set to true for a virtual view, false or unset for a real
/macosx-10.9.5/CPANInternal-140/YAML-Syck/lib/YAML/
H A DSyck.pm178 Defaults to false. Setting this to a true value will make C<Dump> omit the
183 Defaults to false. Setting this to a true value will make C<Dump> sort
188 Defaults to false. Setting this to a true value will make C<Dump> always emit
193 Defaults to false. Setting this to a true value will make C<Load> recognize
194 various implicit types in YAML, such as unquoted C<true>, C<false>, as well as
200 Defaults to false. For Perl 5.8.0 or later, setting this to a true value will
212 Defaults to false. For Perl 5.8.0 or later, setting this to a true value will
221 Setting C<$YAML::Syck::UseCode> to a true value is equivalent to setting
222 both C<$YAML::Syck::LoadCode> and C<$YAML::Syck::DumpCode> to true.
238 this holds true eve
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/themes/kroc/
H A Dkroc.tcl50 Scrollbar.thumb -side top -expand true
59 Scrollbar.thumb -side left -expand true
127 Button.label -expand true -sticky {}
150 Radiobutton.focus -expand true -sticky w -children {
151 Radiobutton.label -side right -expand true
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep039.tcl126 set master_change true
128 set client_crash true
130 set master_change true
131 set client_crash true
326 if { [string is true $master_change] } {
349 if { [string is true $client_crash] } {
353 set abandoned true
H A Drep072.tcl37 set check true
51 {limit 3} {check true} largs} {
171 } elseif {[string is true $check]} {
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBIC/
H A DSqlMakerTest.pm133 Compares the two SQL statements. Returns true IFF they are equivalent.
139 Compares two lists of bind values. Returns true IFF their values are the same.
148 Compares the two SQL statements and the two lists of bind values. Returns true
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/Dump/
H A DFiltered.pm109 Returns true if a reference was provided.
113 Returns true if the object is blessed. Actually, this is just an alias
118 Returns true if the object is an array
122 Returns true if the object is a hash
126 Returns true if the object is a scalar (a string or a number)
130 Returns true if the object is a function (aka subroutine)
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/Dump/
H A DFiltered.pm111 Returns true if a reference was provided.
115 Returns true if the object is blessed. Actually, this is just an alias
120 Returns true if the object is an array
124 Returns true if the object is a hash
128 Returns true if the object is a scalar (a string or a number)
132 Returns true if the object is a function (aka subroutine)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/themes/plastik/
H A Dplastik.tcl51 Vertical.Scrollbar.thumb -side top -expand true -sticky ns
61 Horizontal.Scrollbar.thumb -side left -expand true -sticky we
69 Button.label -side left -expand true
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dselect.tcl29 -variable DemoSelect::var(spin,editable) -onvalue false -offvalue true \
53 -variable DemoSelect::var(combo,editable) -onvalue false -offvalue true \
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dphonetogram.tcl17 pack [frame .f] -side top -expand true -fill both
18 pack [canvas .f.c -bg white] -side left -expand true -fill both
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dant.vim25 " <property name = "build.compiler.emacs" value = "true"/>
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DmakeTestCases.tcl297 puts $f2 "\t-gmt true -locale en_US_roman"
333 puts $f2 "\t-gmt true -locale en_US_roman"
474 puts $f2 " clock format $secs -format {%a %A %g %G %u %U %V %w %W} -gmt true; \# $G-W[format %02d $V]-$u"
478 [clock format $secs -format %U -gmt true]\
480 [clock format $secs -format %W -gmt true]}"
542 puts $f2 " -gmt true"
660 set scanned [clock scan $year$month$day -gmt true]
667 -gmt true]
678 -gmt true]
783 set scanned [clock scan $year$month$day -gmt true]
[all...]

Completed in 294 milliseconds

1234567891011>>