Searched refs:is (Results 1 - 25 of 4349) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D03components.t18 is( $d->year, 2001, '->year' );
19 is( $d->ce_year, 2001, '->ce_year' );
20 is( $d->month, 7, '->month' );
21 is( $d->quarter, 3, '->quarter');
22 is( $d->month_0, 6, '->month_0' );
23 is( $d->month_name, 'July', '->month_name' );
24 is( $d->month_abbr, 'Jul', '->month_abbr' );
25 is( $d->day_of_month, 5, '->day_of_month' );
26 is( $d->day_of_month_0, 4, '->day_of_month_0' );
27 is(
[all...]
H A D05set.t15 is( $dt->month, 11, 'check month' );
18 is( $dt->year, 1996, 'check year after setting month' );
19 is( $dt->month, 5, 'check month after setting it' );
20 is( $dt->day, 22, 'check day after setting month' );
21 is( $dt->hour, 18, 'check hour after setting month' );
22 is( $dt->minute, 30, 'check minute after setting month' );
23 is( $dt->second, 20, 'check second after setting month' );
26 is( $dt->year, 1996, 'check year after setting time zone' );
27 is( $dt->month, 5, 'check month after setting time zone' );
28 is(
[all...]
H A D01sanity.t15 is( $dt->year, '1870', "Year accessor, outside of the epoch" );
16 is( $dt->month, '10', "Month accessor, outside the epoch" );
17 is( $dt->day, '21', "Day accessor, outside the epoch" );
18 is( $dt->hour, '12', "Hour accessor, outside the epoch" );
19 is( $dt->minute, '10', "Minute accessor, outside the epoch" );
20 is( $dt->second, '45', "Second accessor, outside the epoch" );
21 is( $dt->nanosecond, '123456', "nanosecond accessor, outside the epoch" );
24 is( $dt->year, '1870', "Year should be identical" );
25 is( $dt->month, '10', "Month should be identical" );
26 is(
[all...]
H A D32leap_second2.t16 is( $t->second, 58, 'second value for leap second T-2, +0100' );
18 is( $t->{utc_rd_days}, 720074,
20 is( $t->{utc_rd_secs}, 86398,
23 is( $t->{local_rd_days}, 720075,
25 is( $t->{local_rd_secs}, 3598,
35 is( $t->second, 59, 'second value for leap second T-1, +0100' );
36 is( $t->{utc_rd_days}, 720074,
38 is( $t->{utc_rd_secs}, 86399,
41 is( $t->{local_rd_days}, 720075,
43 is(
[all...]
H A D25add_subtract.t16 is( $dt->year, 2000, 'year is 2001' );
17 is( $dt->month, 12, 'month is 12' );
18 is( $dt->hour, 23, 'hour is 23' );
19 is( $dt->minute, 59, 'minute is 59' );
20 is( $dt->second, 59, 'second is 5
[all...]
H A D28dow.t12 is( $dt->year, 0, 'year is 0' );
13 is( $dt->month, 1, 'month is 1' );
14 is( $dt->day, 1, 'day is 1' );
15 is( $dt->day_of_week, 6, 'day of week is 6' );
21 is( $dt->year, 0, 'year is
[all...]
H A D27delta.t23 is( $dur_md->delta_months, 1, 'delta_md months is 1' );
24 is( $dur_md->delta_days, 2, 'delta_md days is 2' );
25 is( $dur_md->delta_minutes, 0, 'delta_md minutes is 0' );
26 is( $dur_md->delta_seconds, 0, 'delta_md seconds is 0' );
27 is( $dur_md->delta_nanoseconds, 0, 'delta_md nanoseconds is
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/t/
H A Dgen-callable.t14 is(quux(), 'QUUX', 'blessed coderef generator');
15 is(baz(), 'BAZ', 'object with &{} as generator');
17 is(foo(), 'FOO', 'object with &{} as group generator (1/2)');
18 is(bar(), 'BAR', 'object with &{} as group generator (2/2)');
20 is(ringo(), 'starr', 'blessed coderef as group generator (1/2)');
21 is(richard(), 'starkey', 'blessed coderef as group generator (2/2)');
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddgauth.c36 * To anyone who acknowledges that this file is provided "AS IS"
39 * purpose is hereby granted without fee, provided that the above
94 #error This file is obsolete
/macosx-10.9.5/CPANInternal-140/Readonly/t/
H A Ddeepa.t23 is $@ => '', 'Create a deep reference array';
25 is $@ => '', 'Create a shallow reference array';
29 is $@ => expected(__LINE__-1), 'Modify a1';
31 is $@ => expected(__LINE__-1), 'Modify a2';
34 is $@ => expected(__LINE__-1), 'Deep-modify a1';
35 is $m1 => 17, 'a1 unchanged';
38 is $@ => '', 'Deep-modify a2';
39 is $m1 => 'the', 'a2 modification successful';
42 is $@ => expected(__LINE__-1), 'Deep-deep modify a1';
43 is
[all...]
H A Darray.t23 is $@ =>'', 'Create empty global array';
25 is $@ => '', 'Create empty lexical array';
27 is $@ => '', 'Create global array';
31 is $a2[0] => 1, 'Fetch global';
32 is $a2[-1] => 5, 'Fetch global';
35 is scalar(@a1) => 0, 'Global size (zero)';
36 is scalar(@ma1) => 0, 'Lexical size (zero)';
37 is $#a2 => 4, 'Global last element (nonzero)';
41 is $@ => expected(__LINE__-1), 'Lexical store';
43 is
[all...]
H A Ddeeps.t23 eval {Readonly::Scalar1 $s1 => ["this", "is", "a", "test", {x => 5}]};
24 is $@ => '', 'Create a shallow reference scalar';
25 eval {Readonly::Scalar $s2 => ["this", "is", "a", "test", {x => 5}]};
26 is $@ => '', 'Create a deep reference scalar';
28 is $@ => '', 'Create a shallow scalar ref';
30 is $@ => '', 'Create a deep scalar ref';
34 is $@ => expected(__LINE__-1), 'Modify s1';
36 is $@ => expected(__LINE__-1), 'Modify s2';
38 is $@ => expected(__LINE__-1), 'Modify s3';
40 is
[all...]
/macosx-10.9.5/CPANInternal-140/Readonly-1.03/t/
H A Ddeepa.t23 is $@ => '', 'Create a deep reference array';
25 is $@ => '', 'Create a shallow reference array';
29 is $@ => expected(__LINE__-1), 'Modify a1';
31 is $@ => expected(__LINE__-1), 'Modify a2';
34 is $@ => expected(__LINE__-1), 'Deep-modify a1';
35 is $m1 => 17, 'a1 unchanged';
38 is $@ => '', 'Deep-modify a2';
39 is $m1 => 'the', 'a2 modification successful';
42 is $@ => expected(__LINE__-1), 'Deep-deep modify a1';
43 is
[all...]
H A Darray.t23 is $@ =>'', 'Create empty global array';
25 is $@ => '', 'Create empty lexical array';
27 is $@ => '', 'Create global array';
31 is $a2[0] => 1, 'Fetch global';
32 is $a2[-1] => 5, 'Fetch global';
35 is scalar(@a1) => 0, 'Global size (zero)';
36 is scalar(@ma1) => 0, 'Lexical size (zero)';
37 is $#a2 => 4, 'Global last element (nonzero)';
41 is $@ => expected(__LINE__-1), 'Lexical store';
43 is
[all...]
H A Ddeeps.t23 eval {Readonly::Scalar1 $s1 => ["this", "is", "a", "test", {x => 5}]};
24 is $@ => '', 'Create a shallow reference scalar';
25 eval {Readonly::Scalar $s2 => ["this", "is", "a", "test", {x => 5}]};
26 is $@ => '', 'Create a deep reference scalar';
28 is $@ => '', 'Create a shallow scalar ref';
30 is $@ => '', 'Create a deep scalar ref';
34 is $@ => expected(__LINE__-1), 'Modify s1';
36 is $@ => expected(__LINE__-1), 'Modify s2';
38 is $@ => expected(__LINE__-1), 'Modify s3';
40 is
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Tester/
H A Dtbt_04line_num.t6 is(line_num(),6,"normal line num");
7 is(line_num(-1),6,"line number minus one");
8 is(line_num(+2),10,"line number plus two");
/macosx-10.9.5/CPANInternal-140/Sub-Identify/t/
H A D01basic.t14 is( sub_name( \&sub_name ), 'sub_name' );
15 is( sub_name( \&buffy ), 'buffy' );
16 is( sub_name( \&vamp::spike ), 'spike' );
17 is( sub_name( \&slayer ), 'buffy' );
18 is( sub_name( \&human::william ), 'spike' );
20 is( stash_name( \&stash_name ), 'Sub::Identify' );
21 is( stash_name( \&buffy ), 'main' );
22 is( stash_name( \&vamp::spike ), 'vamp' );
23 is( stash_name( \&slayer ), 'main' );
24 is( stash_nam
[all...]
H A D10pureperl-basic.t16 is( sub_name( \&sub_name ), 'sub_name' );
17 is( sub_name( \&buffy ), 'buffy' );
18 is( sub_name( \&vamp::spike ), 'spike' );
19 is( sub_name( \&slayer ), 'buffy' );
20 is( sub_name( \&human::william ), 'spike' );
22 is( stash_name( \&stash_name ), 'Sub::Identify' );
23 is( stash_name( \&buffy ), 'main' );
24 is( stash_name( \&vamp::spike ), 'vamp' );
25 is( stash_name( \&slayer ), 'main' );
26 is( stash_nam
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Identify-0.04/t/
H A D01basic.t14 is( sub_name( \&sub_name ), 'sub_name' );
15 is( sub_name( \&buffy ), 'buffy' );
16 is( sub_name( \&vamp::spike ), 'spike' );
17 is( sub_name( \&slayer ), 'buffy' );
18 is( sub_name( \&human::william ), 'spike' );
20 is( stash_name( \&stash_name ), 'Sub::Identify' );
21 is( stash_name( \&buffy ), 'main' );
22 is( stash_name( \&vamp::spike ), 'vamp' );
23 is( stash_name( \&slayer ), 'main' );
24 is( stash_nam
[all...]
H A D10pureperl-basic.t16 is( sub_name( \&sub_name ), 'sub_name' );
17 is( sub_name( \&buffy ), 'buffy' );
18 is( sub_name( \&vamp::spike ), 'spike' );
19 is( sub_name( \&slayer ), 'buffy' );
20 is( sub_name( \&human::william ), 'spike' );
22 is( stash_name( \&stash_name ), 'Sub::Identify' );
23 is( stash_name( \&buffy ), 'main' );
24 is( stash_name( \&vamp::spike ), 'vamp' );
25 is( stash_name( \&slayer ), 'main' );
26 is( stash_nam
[all...]
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-require/t/
H A Duse.t10 is( Dummy->use, 23 );
12 is( Dummy->use("foo", "bar"), 1 );
13 is( foo(), 42 );
14 is( bar(), 23 );
17 is( $UNIVERSAL::require::ERROR, $@ );
22 is( $UNIVERSAL::require::ERROR, $@ );
/macosx-10.9.5/CPANInternal-140/DateTime-Format-ISO8601/t/
H A D02_examples.t26 is( $dt->ymd, '1985-04-12' );
32 is( $dt->ymd, '1985-04-12' );
38 is( $dt->ymd, '1985-04-01' );
44 is( $dt->ymd, '1985-01-01' );
50 is( $dt->ymd, '1901-01-01' );
56 is( $dt->ymd, '1985-04-12' );
62 is( $dt->ymd, '1985-04-12' );
68 is( $dt->ymd, '1985-04-01' );
74 is( $dt->ymd, '1985-04-01' );
80 is(
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-ISO8601-0.07/t/
H A D02_examples.t26 is( $dt->ymd, '1985-04-12' );
32 is( $dt->ymd, '1985-04-12' );
38 is( $dt->ymd, '1985-04-01' );
44 is( $dt->ymd, '1985-01-01' );
50 is( $dt->ymd, '1901-01-01' );
56 is( $dt->ymd, '1985-04-12' );
62 is( $dt->ymd, '1985-04-12' );
68 is( $dt->ymd, '1985-04-01' );
74 is( $dt->ymd, '1985-04-01' );
80 is(
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D09refkind.t12 is(SQL::Abstract->_refkind(undef), 'UNDEF', 'UNDEF');
14 is(SQL::Abstract->_refkind({}), 'HASHREF', 'HASHREF');
15 is(SQL::Abstract->_refkind([]), 'ARRAYREF', 'ARRAYREF');
17 is(SQL::Abstract->_refkind(\{}), 'HASHREFREF', 'HASHREFREF');
18 is(SQL::Abstract->_refkind(\[]), 'ARRAYREFREF', 'ARRAYREFREF');
20 is(SQL::Abstract->_refkind(\\{}), 'HASHREFREFREF', 'HASHREFREFREF');
21 is(SQL::Abstract->_refkind(\\[]), 'ARRAYREFREFREF', 'ARRAYREFREFREF');
23 is(SQL::Abstract->_refkind("foo"), 'SCALAR', 'SCALAR');
24 is(SQL::Abstract->_refkind(\"foo"), 'SCALARREF', 'SCALARREF');
25 is(SQ
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Util/t/
H A D08_driver.t58 is( _CLASSISA($_, 'A'), undef, 'Non-classisa returns undef' );
59 is( _SUBCLASS($_, 'A'), undef, 'Non-subclass returns undef' );
60 is( _DRIVER($_, 'A'), undef, 'Non-driver returns undef' );
71 is( _CLASSISA('A', 'A'), 'A', 'A: Driver base class is undef' );
72 is( _CLASSISA('My_B', 'A'), undef, 'B: Good driver returns ok' );
73 is( _CLASSISA('My_B', 'H'), undef, 'B: Good driver return undef for incorrect base' );
74 is( _CLASSISA('C', 'A'), undef, 'C: Non-existant driver is undef' );
75 is( _CLASSIS
[all...]

Completed in 353 milliseconds

1234567891011>>