Home
last modified time | relevance | path

Searched refs:date1 (Results 1 – 25 of 2050) sorted by relevance

12345678910>>...82

/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/qa/vba_tests/
H A Ddatediff.vb26 Dim date1
33 TestLog_ASSERT date1 = date2, "the return DateDiff is: " & date1
37 TestLog_ASSERT date1 = date2, "the return DateDiff is: " & date1
41 TestLog_ASSERT date1 = date2, "the return DateDiff is: " & date1
45 TestLog_ASSERT date1 = date2, "the return DateDiff is: " & date1
49 TestLog_ASSERT date1 = date2, "the return DateDiff is: " & date1
53 TestLog_ASSERT date1 = date2, "the return DateDiff is: " & date1
57 TestLog_ASSERT date1 = date2, "the return DateDiff is: " & date1
61 TestLog_ASSERT date1 = date2, "the return DateDiff is: " & date1
65 TestLog_ASSERT date1 = date2, "the return DateDiff is: " & date1
[all …]
H A Ddateadd.vb32 TestLog_ASSERT date1 = date2, "the return DateAdd is: " & date1
36 TestLog_ASSERT date1 = date2, "the return DateAdd is: " & date1
40 TestLog_ASSERT date1 = date2, "the return DateAdd is: " & date1
44 TestLog_ASSERT date1 = date2, "the return DateAdd is: " & date1
48 TestLog_ASSERT date1 = date2, "the return DateAdd is: " & date1
52 TestLog_ASSERT date1 = date2, "the return DateAdd is: " & date1
56 TestLog_ASSERT date1 = date2, "the return DateAdd is: " & date1
60 TestLog_ASSERT date1 = date2, "the return DateAdd is: " & date1
64 TestLog_ASSERT date1 = date2, "the return DateAdd is: " & date1
77 TestLog_ASSERT date1 = date2, "the return DateAdd is: " & date1
[all …]
H A Dval.vb26 Dim date1, date2
32 TestLog_ASSERT date1 = date2, "the return Val is: " & date1
35 date1 = Val("1050")
36 TestLog_ASSERT date1 = date2, "the return Val is: " & date1
40 TestLog_ASSERT date1 = date2, "the return Val is: " & date1
44 TestLog_ASSERT date1 = date2, "the return Val is: " & date1
48 TestLog_ASSERT date1 = date2, "the return Val is: " & date1
52 TestLog_ASSERT date1 = date2, "the return Val is: " & date1
56 TestLog_ASSERT date1 = date2, "the return Val is: " & date1
60 REM TestLog_ASSERT date1 = date2, "the return Val is: " & date1
[all …]
H A Ddatepart.vb26 Dim date1 'variables for test
33 TestLog_ASSERT date1 = date2, "the return DatePart is: " & date1
36 date1 = DatePart("q", "1969-02-12")
37 TestLog_ASSERT date1 = date2, "the return DatePart is: " & date1
41 TestLog_ASSERT date1 = date2, "the return DatePart is: " & date1
45 TestLog_ASSERT date1 = date2, "the return DatePart is: " & date1
49 TestLog_ASSERT date1 = date2, "the return DatePart is: " & date1
53 TestLog_ASSERT date1 = date2, "the return DatePart is: " & date1
57 TestLog_ASSERT date1 = date2, "the return DatePart is: " & date1
61 TestLog_ASSERT date1 = date2, "the return DatePart is: " & date1
[all …]
H A Dqbcolor.vb31 date1 = QBColor(0)
32 TestLog_ASSERT date1 = date2, "the return QBcolor is: " & date1
35 date1 = QBColor(1)
36 TestLog_ASSERT date1 = date2, "the return QBcolor is: " & date1
40 TestLog_ASSERT date1 = date2, "the return QBcolor is: " & date1
44 TestLog_ASSERT date1 = date2, "the return QBcolor is: " & date1
48 TestLog_ASSERT date1 = date2, "the return QBcolor is: " & date1
52 TestLog_ASSERT date1 = date2, "the return QBcolor is: " & date1
56 TestLog_ASSERT date1 = date2, "the return QBcolor is: " & date1
60 TestLog_ASSERT date1 = date2, "the return QBcolor is: " & date1
[all …]
H A Dstrcomp.vb27 Dim date1, date2
35 TestLog_ASSERT date1 = date2, "the return STRcomp is: " & date1
39 TestLog_ASSERT date1 = date2, "the return STRcomp is: " & date1
42 date1 = StrComp(TestStr1, TestStr2)
43 TestLog_ASSERT date1 = date2, "the return STRcomp is: " & date1
47 TestLog_ASSERT date1 = date2, "the return STRcomp is: " & date1
51 TestLog_ASSERT date1 = date2, "the return STRcomp is: " & date1
55 TestLog_ASSERT date1 = date2, "the return STRcomp is: " & date1
59 TestLog_ASSERT date1 = date2, "the return STRcomp is: " & date1
63 TestLog_ASSERT date1 = date2, "the return STRcomp is: " & date1
[all …]
H A Dcverr.vb26 Dim date1, date2
31 date1 = CStr(CVErr(3001))
32 TestLog_ASSERT date1 = date2, "the return CVErr is: " & date1
36 TestLog_ASSERT date1 = date2, "the return CVErr is: " & date1
39 date1 = CStr(CVErr(xlErrNA))
40 TestLog_ASSERT date1 = date2, "the return CVErr is: " & date1
44 TestLog_ASSERT date1 = date2, "the return CVErr is: " & date1
48 TestLog_ASSERT date1 = date2, "the return CVErr is: " & date1
52 TestLog_ASSERT date1 = date2, "the return CVErr is: " & date1
56 TestLog_ASSERT date1 = date2, "the return CVErr is: " & date1
[all …]
H A Dhex.vb26 Dim date1, date2
31 date1 = Hex(9)
32 TestLog_ASSERT date1 = date2, "the return Hex is: " & date1
35 date1 = Hex(9)
36 TestLog_ASSERT date1 = date2, "the return Hex is: " & date1
39 date1 = Hex(10)
40 TestLog_ASSERT date1 = date2, "the return Hex is: " & date1
44 TestLog_ASSERT date1 = date2, "the return Hex is: " & date1
48 TestLog_ASSERT date1 = date2, "the return Hex is: " & date1
52 TestLog_ASSERT date1 = date2, "the return Hex is: " & date1
[all …]
H A Dinstr.vb26 Dim date1, date2, SearchString, SearchChar
31 date1 = InStr(1, "somemoretext", "more")
32 TestLog_ASSERT date1 = date2, "the return InStr is: " & date1
35 date1 = InStr("somemoretext", "more")
36 TestLog_ASSERT date1 = date2, "the return InStr is: " & date1
40 TestLog_ASSERT date1 = date2, "the return InStr is: " & date1
44 TestLog_ASSERT date1 = date2, "the return InStr is: " & date1
50 TestLog_ASSERT date1 = date2, "the return InStr is: " & date1
54 TestLog_ASSERT date1 = date2, "the return InStr is: " & date1
57 date1 = InStr(1, SearchString, "W")
[all …]
H A Dweekdayname.vb26 Dim date1, date2
31 date1 = WeekdayName(1)
32 TestLog_ASSERT date1 = date2, "the return WeekDayName is: " & date1
35 date1 = WeekdayName(1, , vbSunday)
36 TestLog_ASSERT date1 = date2, "the return WeekDayName is: " & date1
40 TestLog_ASSERT date1 = date2, "the return WeekDayName is: " & date1
43 date1 = WeekdayName(2)
44 TestLog_ASSERT date1 = date2, "the return WeekDayName is: " & date1
48 TestLog_ASSERT date1 = date2, "the return WeekDayName is: " & date1
52 TestLog_ASSERT date1 = date2, "the return WeekDayName is: " & date1
[all …]
H A Dinstrrev.vb26 Dim date1, date2, SearchString, SearchChar
31 date1 = InStrRev("somemoretext", "more", -1)
32 TestLog_ASSERT date1 = date2, "the return InStrRev is: " & date1
35 date1 = InStrRev("somemoretext", "more")
36 TestLog_ASSERT date1 = date2, "the return InStrRev is: " & date1
40 TestLog_ASSERT date1 = date2, "the return InStrRev is: " & date1
44 TestLog_ASSERT date1 = date2, "the return InStrRev is: " & date1
50 TestLog_ASSERT date1 = date2, "the return InStrRev is: " & date1
54 TestLog_ASSERT date1 = date2, "the return InStrRev is: " & date1
57 date1 = InStrRev(SearchString, "W", 1)
[all …]
H A Dtypename.vb26 Dim date1, date2
38 TestLog_ASSERT date1 = date2, "the return TypeName is: " & date1
41 date1 = TypeName(b1)
42 TestLog_ASSERT date1 = date2, "the return TypeName is: " & date1
45 date1 = TypeName(c1)
46 TestLog_ASSERT date1 = date2, "the return TypeName is: " & date1
49 date1 = TypeName(d1)
50 TestLog_ASSERT date1 = date2, "the return TypeName is: " & date1
54 TestLog_ASSERT date1 = date2, "the return TypeName is: " & date1
58 TestLog_ASSERT date1 = date2, "the return TypeName is: " & date1
[all …]
H A Disnumeric.vb26 Dim date1, date2
31 date1 = IsNumeric(123)
32 TestLog_ASSERT date1 = date2, "the return IsNumeric is: " & date1
35 date1 = IsNumeric(-123)
36 TestLog_ASSERT date1 = date2, "the return IsNumeric is: " & date1
39 date1 = IsNumeric(123.8)
40 TestLog_ASSERT date1 = date2, "the return IsNumeric is: " & date1
43 date1 = IsNumeric("a")
44 TestLog_ASSERT date1 = date2, "the return IsNumeric is: " & date1
48 rem TestLog_ASSERT date1 = date2, "the return IsNumeric is: " & date1
[all …]
/dports/devel/p5-Date-Pcalc/Date-Pcalc-6.1/t/
H A Dm013.t25 $delta = $date2 - $date1;
33 $delta = $date1 - $date2;
43 $delta = $date2 - $date1;
144 $date1--;
154 $date1++;
164 $date1 -= 5;
174 $date1 += 15;
184 $date1 += 366;
282 if ($temp1 == $date1)
314 $temp1 = $date1--;
[all …]
H A Dm002.t22 if (@$date1 == 4)
26 if (@$date1 == @$temp1)
30 if (@{$date1->[0]} == 1)
46 if ($date1 == $temp1)
50 if ($date1 eq $temp1)
224 if (@$date1 == 4)
562 $date1--;
572 $date1++;
582 $date1 -= 5;
592 $date1 += 15;
[all …]
/dports/devel/p5-Date-Calc/Date-Calc-6.4/t/
H A Dm013.t27 $delta = $date2 - $date1;
35 $delta = $date1 - $date2;
45 $delta = $date2 - $date1;
146 $date1--;
156 $date1++;
166 $date1 -= 5;
176 $date1 += 15;
186 $date1 += 366;
284 if ($temp1 == $date1)
316 $temp1 = $date1--;
[all …]
H A Dm002.t24 if (@$date1 == 4)
28 if (@$date1 == @$temp1)
32 if (@{$date1->[0]} == 1)
48 if ($date1 == $temp1)
52 if ($date1 eq $temp1)
226 if (@$date1 == 4)
564 $date1--;
574 $date1++;
584 $date1 -= 5;
594 $date1 += 15;
[all …]
/dports/devel/p5-Date-Calc-XS/Date-Calc-XS-6.4/t/
H A Dm013.t25 $delta = $date2 - $date1;
33 $delta = $date1 - $date2;
43 $delta = $date2 - $date1;
144 $date1--;
154 $date1++;
164 $date1 -= 5;
174 $date1 += 15;
184 $date1 += 366;
282 if ($temp1 == $date1)
314 $temp1 = $date1--;
[all …]
H A Dm002.t22 if (@$date1 == 4)
26 if (@$date1 == @$temp1)
30 if (@{$date1->[0]} == 1)
46 if ($date1 == $temp1)
50 if ($date1 eq $temp1)
224 if (@$date1 == 4)
562 $date1--;
572 $date1++;
582 $date1 -= 5;
592 $date1 += 15;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw16040.pp4 date1,
10 if date1<>date2 then
12 writeln(date1:0:12);
26 writeln(date1:0:12);
31 if date1<>date2 then
33 writeln(date1:0:12);
47 writeln(date1:0:12);
57 if not IsPM(date1) then
77 if (HourOf(date1) <> 19) or (HourOfTheDay(date1) <> 19) then
82 if (MinuteOf(date1) <> 15) or (MinuteOfTheHour(date1) <> 15) then
[all …]
/dports/devel/py-pyro/Pyro4-4.77/examples/timezones/
H A Dclient.py19 print("{0}\n {1} ({2})".format(date1, repr(date1), type(date1)))
20 if hasattr(date1, "tzinfo"):
21 print(" tzinfo =", date1.tzinfo)
26 date1 = serv.pytz()
28 …print("{0}\n {1} ({2})\n {3}".format(date1, date1.tzinfo, type(date1.tzinfo), date1.strftime(f…
29 date2 = serv.echo(date1)
31 assert date1 == date2
34 date1 = serv.dateutil()
36 …print("{0}\n {1} ({2})\n {3}".format(date1, date1.tzinfo, type(date1.tzinfo), date1.strftime(f…
37 date2 = serv.echo(date1)
[all …]
/dports/lang/php73/php-7.3.33/ext/date/tests/
H A Dbug49059.phpt9 print "\$date1 at init: " . $date1->format("Y-m-d") . "\n";
11 $diff = $date1->diff($date2);
12 print "\$date1 after first diff: " . $date1->format("Y-m-d") . "\n";
14 $date1 = $date1->sub(new DateInterval("P2D"));
15 print "\$date1 after sub: " . $date1->format("Y-m-d") . "\n";
16 $diff = $date1->diff($date2);
17 print "\$date1 after second diff (called at \$date1): " .
20 $diff = $date2->diff($date1);
26 $date1 at init: 2009-03-27
30 $date1 after sub: 2009-03-25
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSDate/
H A Dcreate.m12 NSDate *date1;
16 date1 = [NSDate date];
17 PASS(date1 != nil && [date1 isKindOfClass:[NSDate class]],
20 PASS(date1 != nil && [date1 isKindOfClass:[NSDate class]],
34 PASS(date1 != nil && [date1 isKindOfClass:[NSDate class]],
38 PASS(date1 != nil && [date1 isKindOfClass:[NSDate class]],
42 PASS(date1 != nil && [date1 isKindOfClass:[NSDate class]],
45 date1 = [NSDate distantFuture];
46 PASS(date1 != nil && [date1 isKindOfClass:[NSDate class]],
49 date1 = [NSDate distantPast];
[all …]
/dports/www/mod_php81/php-8.1.1/ext/date/tests/
H A Dbug49059.phpt9 print "\$date1 at init: " . $date1->format("Y-m-d") . "\n";
11 $diff = $date1->diff($date2);
12 print "\$date1 after first diff: " . $date1->format("Y-m-d") . "\n";
14 $date1 = $date1->sub(new DateInterval("P2D"));
15 print "\$date1 after sub: " . $date1->format("Y-m-d") . "\n";
16 $diff = $date1->diff($date2);
17 print "\$date1 after second diff (called at \$date1): " .
20 $diff = $date2->diff($date1);
26 $date1 at init: 2009-03-27
30 $date1 after sub: 2009-03-25
[all …]
/dports/lang/php81/php-8.1.1/ext/date/tests/
H A Dbug49059.phpt9 print "\$date1 at init: " . $date1->format("Y-m-d") . "\n";
11 $diff = $date1->diff($date2);
12 print "\$date1 after first diff: " . $date1->format("Y-m-d") . "\n";
14 $date1 = $date1->sub(new DateInterval("P2D"));
15 print "\$date1 after sub: " . $date1->format("Y-m-d") . "\n";
16 $diff = $date1->diff($date2);
17 print "\$date1 after second diff (called at \$date1): " .
20 $diff = $date2->diff($date1);
26 $date1 at init: 2009-03-27
30 $date1 after sub: 2009-03-25
[all …]

12345678910>>...82