Searched refs:true (Results 76 - 100 of 533) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dcursors.tcl183 pack [ttk::CursorSampler .f] -expand true -fill both
/macosx-10.9.5/vim-53/runtime/syntax/
H A Datlas.vim30 "syn keyword atlasReserved true false go nogo hi lo via
31 syn keyword atlasReserved true false
H A Dasteriskvm.vim28 syn match asteriskvmSettingBool "\<\(attach\|pbxskip\|usedirectory\|saycid\|sayduration\|sendvoicemail\|review\|operator\|envelope\|delete\|nextaftercmd\|forcename\|forcegreeting\)=\(yes\|no\|1\|0\|true\|false\|t\|f\)"
H A Dcpp.vim34 syn keyword cppBoolean true false
H A Dmodel.vim21 syn keyword modelKeyword true type ubnd union until varies while width
H A Dsieve.vim33 \ not size true
/macosx-10.9.5/CPANInternal-140/Class-C3-Componentised/lib/Class/C3/
H A DComponentised.pm147 Returns true if the specified class is installed or already loaded, false
185 Returns a true value if the specified class is installed and loaded
/macosx-10.9.5/CPANInternal-140/Class-DBI/
H A DMakefile.PL57 PERL5OPT=-MDevel::Cover \$(MAKE) test || true
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/
H A DMakefile.PL57 PERL5OPT=-MDevel::Cover \$(MAKE) test || true
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DDBObject.pm76 true.
80 Set to true to make L</schema> and L</sql_name> not use the defined L</schema>.
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/AdjacencyMap/
H A DVertex.pm190 Return true if the Map has the path by ids, false if not.
194 Return true ifd the a Map has the path by a multi(vertex) id, false if not.
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/AdjacencyMap/
H A DVertex.pm199 Return true if the Map has the path by ids, false if not.
203 Return true ifd the a Map has the path by a multi(vertex) id, false if not.
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/lib/JSON/
H A DAny.pm67 get_true => sub { return JSON::true(); },
113 get_true => sub { return JSON::DWIW->true; },
159 get_true => sub { return JSON::XS::true(); },
384 setting it to true works for all modules. Of course, that means that you
448 =item C<true>
451 object uses to map to a JSON C<true> boolean.
457 sub true { subroutine
556 if ( $obj =~ /^(true|false)$/ ) {
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm230 If this is true, then the mode will always be append, so that the file is not
235 Whether or not the file should be autoflushed. This defaults to true.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DWatch.pm207 date has changed since the last physical check, it will return a true
247 to a true value when
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DLevelRange.pm70 log4perl.filter.Match1.AcceptOnMatch = true
83 is supposed to pass or block the message (C<true> or C<false>).
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dspinint.itk67 itk_option define -wrap wrap Wrap true
H A Dspintime.itk65 itk_option define -houron hourOn HourOn true
66 itk_option define -minuteon minuteOn MinuteOn true
67 itk_option define -secondon secondOn SecondOn true
69 itk_option define -militaryon militaryOn MilitaryOn true
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dvowelspace.tcl20 pack [frame .f] -side top -expand true -fill both
22 pack [canvas .f.c -bg white] -side left -expand true -fill both
H A Ddbrec.tcl92 pack [frame .db.f0] -expand true -fill x
94 -expand true
96 -expand true
97 pack [frame .db.f1] -expand true -fill both
99 -side left -fill both -expand true
103 -side left -fill both -expand true
127 pack .db -before .bf -expand true -fill both
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm156 Returns true if the passed scalar represents either JSON::XS::true or
158 and are used to represent JSON C<true> and C<false> values in Perl.
236 If C<$enable> is true (or missing), then the C<encode> method will not
262 If C<$enable> is true (or missing), then the C<encode> method will encode
290 If C<$enable> is true (or missing), then the C<encode> method will encode
337 If C<$enable> is true (or missing), then the C<encode> method will use a multiline
350 If C<$enable> is true (or missing), then the C<encode> method will add an extra
367 If C<$enable> is true (or missing), then the C<encode> method will add an extra
385 If C<$enable> is true (o
1448 sub true() { $true } subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm146 It is available on your perl iff C<MGf_COPY> is true.
160 It is available on your perl iff C<MGf_LOCAL> is true.
164 The following actions only apply to hashes and are available iff C<VMG_UVAR> is true.
319 It returns true on success or when C<$wiz> magic is already present, and croaks on error.
351 This function returns true on success, C<0> when no magic represented by C<$wiz> could be found in the variable, and croaks if the supplied wizard is invalid.
360 Evaluates to true iff the 'copy' magic is available.
364 Evaluates to true iff the 'dup' magic is available.
368 Evaluates to true iff the 'local' magic is available.
372 When this constant is true, you can use the C<fetch,store,exists,delete> callbacks on hashes.
410 This will always be true excep
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Writer/
H A DWriter.pm668 # Set the current data mode (true or false).
677 # Get the current data mode (true or false).
1219 A true (1) or false (0, undef) value; if this parameter is present and
1220 its value is true, then the module will accept two-member array
1262 A true or false value; if this parameter is present and its value is
1263 true, then the module will insert an extra newline before the closing
1270 A true or false value; if this parameter is present and its value is
1271 true, then the module will skip most well-formedness error checking.
1278 A true or false value; if this parameter is present and its value is
1279 true, the
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm156 Returns true if the passed scalar represents either JSON::XS::true or
158 and are used to represent JSON C<true> and C<false> values in Perl.
236 If C<$enable> is true (or missing), then the C<encode> method will not
262 If C<$enable> is true (or missing), then the C<encode> method will encode
290 If C<$enable> is true (or missing), then the C<encode> method will encode
337 If C<$enable> is true (or missing), then the C<encode> method will use a multiline
350 If C<$enable> is true (or missing), then the C<encode> method will add an extra
367 If C<$enable> is true (or missing), then the C<encode> method will add an extra
385 If C<$enable> is true (o
1464 sub true() { $true } subroutine
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dyaml.tcl52 types {timestamp int float null true false}
65 true:Value 1
66 true:Group {true on + yes y}
78 {m.arg "" {fixed-modifiers bulk setting(null/true/false)}}
80 {m:true.arg "" {true modifier setting(default {1 {true on + yes y}})}}
82 {types.arg "" {modifier list setting(default {nop timestamp integer null true false})}}
288 # !!null !!true !!fals
[all...]

Completed in 171 milliseconds

1234567891011>>