/dports/devel/statcvs/statcvs-0.7.0/tests-src/net/sf/statcvs/input/ |
H A D | LinesOfCodeTest.java | 50 private Date date11; field in LinesOfCodeTest 79 date11 = new Date(1100000000); in setUp() 96 buildRevisionInitial("1.1", date11); in testLinesOfCodeWithoutRepository1() 108 buildRevisionInitial("1.1", date11); in testLinesOfCodeWithoutRepository2() 123 buildRevisionInitial("1.1", date11); in testLinesOfCodeWithoutRepository3() 139 buildRevisionDead("1.1", date11); in testLinesOfCodeDeadInitial() 151 buildRevisionDead("1.1", date11); in testLinesOfCodeDeadInitialMerged() 165 buildRevisionInitial("1.1", date11); in testLinesOfCodeInitial() 177 buildRevisionInitial("1.1", date11); in testLinesOfCodeBinary() 194 buildRevisionInitial("1.1", date11); in testLinesOfCodeWithDeletion() [all …]
|
/dports/devel/statsvn/statsvn-0.7.0/tests-src/net/sf/statsvn/input/ |
H A D | LinesOfCodeTest.java | 52 private Date date11; field in LinesOfCodeTest 91 date11 = new Date(1100000000); in setUp() 108 buildRevisionInitial("1", date11); in testLinesOfCodeWithoutRepository1() 120 buildRevisionInitial("1", date11); in testLinesOfCodeWithoutRepository2() 135 buildRevisionInitial("1", date11); in testLinesOfCodeWithoutRepository3() 184 buildRevisionInitial("1", date11); in testLinesOfCodeInitial() 196 buildRevisionInitial("1", date11); in testLinesOfCodeBinary() 213 buildRevisionInitial("1", date11); in testLinesOfCodeWithDeletion() 230 buildRevisionInitial("1", date11); in testLinesOfCodeWithRestore() 318 buildRevisionInitial("1", date11); in addAnotherFile()
|
/dports/devel/p5-Class-Date/Class-Date-1.1.17/t/ |
H A D | 30_localdate.t | 124 my $date11 = Class::Date->new({ year => 2001 }); 125 is $date11, "2001-01-01 00:00:00"; 148 ok $date11 > undef() ? 1 : 0; 149 ok undef() > $date11 ? 0 : 1; 165 my $date11 = date("2001-05-31"); 166 is $date11+'4M', "2001-10-01"; 167 is $date11-'3M', "2001-03-03"; 169 is $date11+'4M', "2001-09-30"; 170 is $date11-'3M', "2001-02-28";
|
H A D | 20_gmdate.t | 122 my $date11 = Class::Date->new( { year => 2001 } ); 123 is $date11,"2001-01-01 00:00:00";
|
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/extsrc/erfa/ |
H A D | prec76.c | 3 void eraPrec76(double date01, double date02, double date11, double date12, in eraPrec76() argument 80 t = ((date11 - date01) + (date12 - date02)) / ERFA_DJC; in eraPrec76()
|
/dports/astro/p5-Astro-PAL/Astro-PAL-1.09/erfasrc/src/ |
H A D | prec76.c | 3 void eraPrec76(double date01, double date02, double date11, double date12, in eraPrec76() argument 80 t = ((date11 - date01) + (date12 - date02)) / ERFA_DJC; in eraPrec76()
|
H A D | erfa.h | 251 double date11, double date12,
|
/dports/astro/sofa/sofa/20210512/c/src/ |
H A D | prec76.c | 4 void iauPrec76(double date01, double date02, double date11, double date12, in iauPrec76() argument 89 t = ((date11 - date01) + (date12 - date02)) / DJC; in iauPrec76()
|
H A D | sofa.h | 293 double date11, double date12,
|
/dports/astro/py-pyerfa/pyerfa-2.0.0/liberfa/erfa/src/ |
H A D | prec76.c | 4 void eraPrec76(double date01, double date02, double date11, double date12, in eraPrec76() argument 83 t = ((date11 - date01) + (date12 - date02)) / ERFA_DJC; in eraPrec76()
|
H A D | erfa.h | 287 double date11, double date12,
|
/dports/finance/frontaccounting/frontaccounting/reporting/ |
H A D | rep705.php | 37 $date11 = date('Y-m-d',mktime(0,0,0,$mo-1,1,$yr)); 58 …SUM(CASE WHEN tran_date >= '$date10' AND tran_date < '$date11' THEN amount / 1000 ELSE 0 END) AS p… 59 …SUM(CASE WHEN tran_date >= '$date11' AND tran_date < '$date12' THEN amount / 1000 ELSE 0 END) AS p…
|
/dports/devel/kf5-kio/kio-5.89.0/src/kpac/ |
H A D | kpactest.pac | 147 // date11 150 result += "/date11=failed";
|
/dports/astro/marble/marble-21.12.3/tests/ |
H A D | TestEquality.cpp | 1919 QDateTime date11( QDate(2000, 10, 4) ), date12( QDate(2001, 10, 4) ); in trackTest() local 1936 track1.addPoint(date11, coord1); in trackTest() 1963 QDateTime date11( QDate(2000, 10, 4) ), date12( QDate(2001, 10, 4) ); in multiTrackTest() local 1982 track1->addPoint(date11, coord1); in multiTrackTest() 1984 track2->addPoint(date11, coord1); in multiTrackTest()
|
/dports/astro/py-pyerfa/pyerfa-2.0.0/erfa/ |
H A D | core.py | 11325 def prec76(date01, date02, date11, date12): argument 11415 zeta, z, theta = ufunc.prec76(date01, date02, date11, date12)
|
H A D | ufunc.c | 4850 char *date11 = *args++; in ufunc_loop_prec76() local 4868 …i_o++, date01 += s_date01, date02 += s_date02, date11 += s_date11, date12 += s_date12, zeta += s_z… in ufunc_loop_prec76() 4871 _date11 = ((double (*))date11); in ufunc_loop_prec76()
|
/dports/math/pspp/pspp-1.4.1/perl-module/t/ |
H A D | Pspp.t | 290 data list notable list /string (a8) longstring (a12) numeric (f10) date (date11) dollar (dollar8.2)…
|
/dports/math/pspp/pspp-1.4.1/tests/ |
H A D | perl-module.at | 303 …[[data list notable list /string (a8) longstring (a12) numeric (f10) date (date11) dollar (dollar8…
|
H A D | testsuite | 6331 print outfile='date.out'/x(date9) ' | ' x(date11). 7420 print outfile='bad-date.out'/x(date9) ' | ' x(date11). 112158 data list notable list /string (a8) longstring (a12) numeric (f10) date (date11) dollar (dollar8.2)… 112323 data list notable list /string (a8) longstring (a12) numeric (f10) date (date11) dollar (dollar8.2)… 112640 data list notable list /string (a8) longstring (a12) numeric (f10) date (date11) dollar (dollar8.2)… 112759 data list notable list /string (a8) longstring (a12) numeric (f10) date (date11) dollar (dollar8.2)…
|
/dports/math/pspp/pspp-1.4.1/tests/data/ |
H A D | data-out.at | 421 print outfile='date.out'/x(date9) ' | ' x(date11). 1127 print outfile='bad-date.out'/x(date9) ' | ' x(date11).
|
/dports/astro/sofa/sofa/20210512/c/doc/ |
H A D | sofa_lib.lis | 717 iauPrec76 ( date01, date02, date11, date12, &zeta, &z, &theta );
|
H A D | manual.lis | 1019 iauPrec76 ( date01, date02, date11, date12, &zeta, &z, &theta ); 14383 void iauPrec76(double date01, double date02, double date11, double date12, 14403 ** date11,date12 double TDB ending date (Note 1) 14412 ** 1) The dates date01+date02 and date11+date12 are Julian Dates, 18609 double date11, double date12,
|
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/dasan/ |
H A D | SLEV2-MULTICAST-MIB | 16827 date11(11), 16988 date11(11),
|
/dports/net-mgmt/observium/observium/mibs/dasan/ |
H A D | SLEV2-MULTICAST-MIB | 16827 date11(11), 16988 date11(11),
|
/dports/sysutils/aptly/aptly-1.4.0/deb/ |
H A D | long.stanza | 8 …pers-formatters-date10, lib-ps-perl-pshark-extlibrary-helpers-formatters-date11, lib-ps-perl-pshar…
|