Searched refs:extra (Results 1 - 25 of 500) sorted by path

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm939 Normally, Test::Builder does some extra diagnostics when the test
1498 Looks like you planned $Expected_Tests test$s but ran $num_extra extra.
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm742 usually adequate for most applications. If you do need to create extra
785 A few of the options need extra discussion here. When used, the C
2113 error is caused by the extra copy of the tied object stored in C<$X>.
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drecd016.tcl134 set extra [read $f1]
H A Dtest113.tcl167 set str $i.$j.$alphabet.extra
H A Dtestutils.tcl387 proc dup_check { db txn tmpfile dlist {extra 0}} {
417 # Some tests add an extra dup (like overflow entries)
419 if { $extra != 0} {
435 error_check_good dupget.id1 $id $extra
1878 # Get one extra write lock for obj_id 2. We'll use
1882 set extra [catch {$myenv lock_get write \
1884 if { $extra != 0 } {
2732 # chances; sleep extra-long so that when tclsleep 1 returns,
3334 # end up with extra ones we didn't restore from our saved ones.
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm147 # Override transform_sql from Ima::DBI to provide some extra
1795 Some triggers are also passed extra parameters as name-value
1918 some extra information as described below. The default behaviour
1979 column values. The extra accessor methods automatically generated for
2069 it provides the extra safety of a discard_changes() option to clear out all
2555 If the Role table were to contain extra information, such as the name
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DRelationship.pm134 that you use this as a hashref to store any extra information your
135 relationship needs rather than adding extra accessors, as this information
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Relationship/
H A DMightHave.pm45 my ($f_class, @extra) =
61 my ($f_class, @extra) =
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DMySQL.pm20 extra => { time_zone => 'floating' },
27 extra => { time_zone => 'floating' },
32 extra => { time_zone => 'floating' },
38 extra => { time_zone => 'floating' },
44 extra => { time_zone => 'floating' },
49 extra => { time_zone => 'floating' },
55 extra => { time_zone => 'floating' },
61 extra => { time_zone => 'floating' },
H A DW3CDTF.pm35 extra => { day => 1 },
41 extra => { month => 1, day => 1 }
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm39 B<extra> is a hashref of extra arguments you wish to give to
43 extra => { year => 2004, time_zone => "Australia/Sydney" },
51 anything given in the C<extra> option above.
54 C<$self>, C<$p> and C<extra>.
58 $self->$coderef( %$p, %{ $self->{extra} } );
88 extra => {
123 my @args = ( %$p, %{ $self->{extra} } );
142 $args{extra} ||= {};
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DMySQL.pm20 extra => { time_zone => 'floating' },
28 extra => { time_zone => 'floating' },
34 extra => { time_zone => 'floating' },
41 extra => { time_zone => 'floating' },
48 extra => { time_zone => 'floating' },
54 extra => { time_zone => 'floating' },
61 extra => { time_zone => 'floating' },
68 extra => { time_zone => 'floating' },
H A DW3CDTF.pm35 extra => { day => 1 },
41 extra => { month => 1, day => 1 }
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm29 extra => {
63 my @args = ( %$p, %{ $self->{extra} } );
80 $args{extra} ||= {};
145 B<extra> is a hashref of extra arguments you wish to give to
149 extra => { year => 2004, time_zone => "Australia/Sydney" },
157 anything given in the C<extra> option above.
160 C<$self>, C<$p> and C<extra>.
164 $self->$coderef( %$p, %{ $self->{extra} } );
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-ISO8601-0.07/lib/DateTime/Format/
H A DISO8601.pm537 extra => { time_zone => 'UTC' },
550 extra => { time_zone => 'UTC' },
565 extra => { time_zone => 'UTC' },
577 extra => { time_zone => 'UTC' },
634 extra => { time_zone => 'floating' },
642 extra => { time_zone => 'floating' },
654 extra => { time_zone => 'UTC' },
663 extra => { time_zone => 'UTC' },
707 extra => { time_zone => 'floating' },
716 extra
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm214 extra => { year => '1970' },
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm1780 client. IO::Socket::SSL supports all the extra features that one needs
1783 extra bonus, it works perfectly with mod_perl.
1905 ones are extra certificates. Useful if you create your certificate dynamically (like
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm1925 If C<$enable> is true (or missing), then the C<encode> method will add an extra
1928 If C<$enable> is false, then the C<encode> method will not add any extra
1943 If C<$enable> is true (or missing), then the C<encode> method will add an extra
1945 and extra whitespace after the C<,> separating key-value pairs and array
1948 If C<$enable> is false, then the C<encode> method will not add any extra
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm333 If C<$enable> is true (or missing), then the C<encode> method will add an extra
336 If C<$enable> is false, then the C<encode> method will not add any extra
350 If C<$enable> is true (or missing), then the C<encode> method will add an extra
352 and extra whitespace after the C<,> separating key-value pairs and array
355 If C<$enable> is false, then the C<encode> method will not add any extra
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm1043 =head2 How can I collect all FATAL messages in an extra log file?
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm555 additionally provides an extra newline in the log message (e.g.
556 C<-E<gt>log("message\n")>. To avoid printing an extra newline in
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy561 B<-conv> will approximately double run time since normally one extra iteration
572 Continuation indentation is extra indentation spaces applied when
621 Use the B<-lp> flag to add extra indentation to cause the data to begin
657 -cti = 0 no extra indentation (default)
658 -cti = 1 extra indentation such that the closing token
660 -cti = 2 one extra indentation level if the line looks like:
662 -cti = 3 one extra indentation level always
698 The B<-icb> option gives one extra level of indentation to a brace which
880 Setting B<-dsm> allows perltidy to delete extra semicolons which are
1607 By default, this extra indentatio
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm3522 -text=s extra extension for table of contents if -frm, default='toc'
3523 -sext=s extra extension for file content if -frm, default='src'
3715 # remove possible extra blank line introduced with split
5194 # Toggle switches; these have extra leading 'pod'
5265 # when frames are used, an extra table of contents in the
6891 # Undo any extra indentation if we saw no commas
6992 # Now we have to define how much extra incremental space
6993 # ("$available_space") we want. This extra space will be
7192 # keep 2 extra free because they are needed in some cases
9178 # Note: extra spac
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dabbrev.pl24 @extra = split(//,$name);
25 $abbrev = shift(@extra);
29 while (@extra && substr($cmp,0,$len) eq $abbrev) {
30 $abbrev .= shift(@extra);
35 while ($#extra >= 0) {
36 $abbrev .= shift(@extra);
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm4029 =item proxy(endpoint, optional extra arguments)
4034 This method allows the setting of the endpoint, along with any extra
4122 sent to the endpoint has extra characters (spaces and new lines) added in to

Completed in 470 milliseconds

1234567891011>>