Home
last modified time | relevance | path

Searched refs:Past (Results 1 – 25 of 2732) sorted by relevance

12345678910>>...110

/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/advanced_race_guide/
H A Darg_templates.lst12 Mystic Past Life Base Score TEMPLATE:Mystic Past Life ~ INT|Mystic Past Life ~ WIS|Mystic Past Life…
14Past Life ~ INT TEMPLATE:CHOOSE:Mystic Past Life ~ INT 1|Mystic Past Life ~ INT 2|Mystic Past Lif…
15Past Life ~ WIS TEMPLATE:CHOOSE:Mystic Past Life ~ WIS 1|Mystic Past Life ~ WIS 2|Mystic Past Lif…
16Past Life ~ CHA TEMPLATE:CHOOSE:Mystic Past Life ~ CHA 1|Mystic Past Life ~ CHA 2|Mystic Past Lif…
19 Mystic Past Life ~ INT 1 PREVAREQ:INTSCORE,1 BONUS:VAR|MysticPastLifeScor…
20 Mystic Past Life ~ INT 2 PREVAREQ:INTSCORE,2 BONUS:VAR|MysticPastLifeScor…
21 Mystic Past Life ~ INT 3 PREVAREQ:INTSCORE,3 BONUS:VAR|MysticPastLifeScor…
22 Mystic Past Life ~ INT 4 PREVAREQ:INTSCORE,4 BONUS:VAR|MysticPastLifeScor…
23 Mystic Past Life ~ INT 5 PREVAREQ:INTSCORE,5 BONUS:VAR|MysticPastLifeScor…
24 Mystic Past Life ~ INT 6 PREVAREQ:INTSCORE,6 BONUS:VAR|MysticPastLifeScor…
[all …]
/dports/sysutils/tuptime/tuptime-5.0.2/misc/scripts/
H A Drunplots.sh21 Past='30'
23 Past=`grep -oP '\d+' <<<$2`
36 if [ -z "$XargY" ] || [ -z "$Past" ]; then exit; fi
41 $PyEx ./tuptime-plot1.py $XnY $EndDate -p $Past > /dev/null &
42 $PyEx ./tuptime-plot1.py $XnY $EndDate -p $Past -x > /dev/null &
43 $PyEx ./tuptime-plot2.py $XnY $EndDate -p $Past > /dev/null &
44 $PyEx ./tuptime-plot2.py $XnY $EndDate -p $Past -x
/dports/games/pcgen/pcgen/data/3e/paradigm_concepts/arcanis/codex_arcanis/
H A Dcodexarcanis_templates.lst92 ###Block: Memories of Lives Past support
94 Past Favored Class VISIBLE:NO TEMPLATE:CHOOSE:Past Favored Barbarian|Past Favored Bard|Past Favored…
95 ###Block: Memories of Lives Past support
98 Past Favored Bard VISIBLE:NO FAVOREDCLASS:Bard
99 Past Favored Cleric VISIBLE:NO FAVOREDCLASS:Cleric
100 Past Favored Druid VISIBLE:NO FAVOREDCLASS:Druid
101 Past Favored Fighter VISIBLE:NO FAVOREDCLASS:Fighter
102 Past Favored Monk VISIBLE:NO FAVOREDCLASS:Monk
104 Past Favored Ranger VISIBLE:NO FAVOREDCLASS:Ranger
105 Past Favored Rogue VISIBLE:NO FAVOREDCLASS:Rogue
[all …]
/dports/devel/p5-DateTime-Set/DateTime-Set-0.3900/t/
H A D21from_recurrence.t74 return DateTime::Infinite::Past->new if $_[0]->is_infinite or $idx == 0;
86 is($it->current(DateTime::Infinite::Past->new), undef, "current(Past) is empty");
100 is($it->current(DateTime::Infinite::Past->new), undef, "current(Past) is empty");
113 is($it->current(DateTime::Infinite::Past->new), undef, "current(Past) is empty");
126 is($it->current(DateTime::Infinite::Past->new), undef, "current(Past) is empty");
139 is($it->current(DateTime::Infinite::Past->new), undef, "current(Past) is empty");
152 is($it->current(DateTime::Infinite::Past->new), undef, "current(Past) is empty");
166 is($it->current(DateTime::Infinite::Past->new), undef, "current(Past) is empty");
179 is($it->current(DateTime::Infinite::Past->new), undef, "current(Past) is empty");
193 is($it->current(DateTime::Infinite::Past->new), undef, "current(Past) is empty");
[all …]
H A D16bounded_recurrence.t35 return DateTime::Infinite::Past->new;
125 return DateTime::Infinite::Past->new if $_[0] < $t1;
166 defined $dt ? $dt : DateTime::Infinite::Past->new;
/dports/games/scummvm/scummvm-2.5.1/devtools/create_achievements/gen/
H A Dsteam-654550.ini28 item_8_title=The Past: One
32 item_9_title=The Past: Two
36 item_10_title=The Past: Three
40 item_11_title=The Past: Four
44 item_12_title=The Past: Six
48 item_13_title=The Past: Five
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/testdata/scad/misc/
H A Dstring-unicode.scad38 echo( "Past end of unicode only 2-byte ", text_2bytes[len(text_2bytes)] );
39 echo( "Past end of unicode only 4-byte ", text_4bytes[len(text_4bytes)] );
42 echo( "Past end of both 2-byte ", text_2bytes[ len(text_2bytes) * 2 ] );
43 echo( "Past end of both 4-byte ", text_4bytes[ len(text_4bytes) * 4 ] );
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/testdata/scad/misc/
H A Dstring-unicode.scad38 echo( "Past end of unicode only 2-byte ", text_2bytes[len(text_2bytes)] );
39 echo( "Past end of unicode only 4-byte ", text_4bytes[len(text_4bytes)] );
42 echo( "Past end of both 2-byte ", text_2bytes[ len(text_2bytes) * 2 ] );
43 echo( "Past end of both 4-byte ", text_4bytes[ len(text_4bytes) * 4 ] );
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/tests/regression/echotest/
H A Dstring-unicode-expected.echo104 ECHO: "Past end of unicode only 2-byte ", undef
105 ECHO: "Past end of unicode only 4-byte ", undef
106 ECHO: "Past end of both 2-byte ", undef
107 ECHO: "Past end of both 4-byte ", undef
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/tests/regression/echotest/
H A Dstring-unicode-expected.echo104 ECHO: "Past end of unicode only 2-byte ", undef
105 ECHO: "Past end of unicode only 4-byte ", undef
106 ECHO: "Past end of both 2-byte ", undef
107 ECHO: "Past end of both 4-byte ", undef
/dports/devel/p5-DateTime-Format-Pg/DateTime-Format-Pg-0.16014/t/
H A Dparse_infinity.t22 isa_ok($dt, 'DateTime::Infinite::Past');
27 isa_ok($dt, 'DateTime::Infinite::Past');
32 isa_ok($dt, 'DateTime::Infinite::Past');
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gtest/
H A DTestDriftCompensation.cpp35 TimeStamp Past(TimeStamp aNow) { in Past() function in DriftCompensatorTest
52 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 5.0); in TEST_F()
62 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 5.0); in TEST_F()
81 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 10.0); in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gtest/
H A DTestDriftCompensation.cpp35 TimeStamp Past(TimeStamp aNow) { in Past() function in DriftCompensatorTest
52 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 5.0); in TEST_F()
62 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 5.0); in TEST_F()
81 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 10.0); in TEST_F()
/dports/www/firefox/firefox-99.0/dom/media/gtest/
H A DTestDriftCompensation.cpp36 TimeStamp Past(TimeStamp aNow) { in Past() function in DriftCompensatorTest
53 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 5.0); in TEST_F()
63 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 5.0); in TEST_F()
82 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 10.0); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gtest/
H A DTestDriftCompensation.cpp35 TimeStamp Past(TimeStamp aNow) { in Past() function in DriftCompensatorTest
52 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 5.0); in TEST_F()
62 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 5.0); in TEST_F()
81 EXPECT_EQ((mComp->GetVideoTime(now, Past(now)) - mStart).ToSeconds(), 10.0); in TEST_F()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/HistoryView/+desktop/
H A DHistoryRemovalTimePeriodControl.qml49 ListElement { modelData: qsTr("Past hour"); value: "PAST_HOUR" }
51 ListElement { modelData: qsTr("Past day"); value: "PAST_DAY" }
53 ListElement { modelData: qsTr("Past week"); value: "PAST_WEEK" }
/dports/devel/gettext-po-mode/gettext-0.21/
H A DAUTHORS45 Assigns Past and Future Changes
48 Assigns Past and Future Changes
51 Assigns Past and Future Changes
/dports/devel/gettext-runtime/gettext-0.21/
H A DAUTHORS45 Assigns Past and Future Changes
48 Assigns Past and Future Changes
51 Assigns Past and Future Changes
/dports/devel/gettext-tools/gettext-0.21/
H A DAUTHORS45 Assigns Past and Future Changes
48 Assigns Past and Future Changes
51 Assigns Past and Future Changes
/dports/lang/php80/php-8.0.15/ext/standard/tests/array/
H A Dkey_basic.phpt23 echo "\n-- Past end of the array --\n";
39 -- Past end of the array --
/dports/lang/php81/php-8.1.1/ext/standard/tests/array/
H A Dkey_basic.phpt23 echo "\n-- Past end of the array --\n";
39 -- Past end of the array --
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/array/
H A Dkey_basic.phpt23 echo "\n-- Past end of the array --\n";
39 -- Past end of the array --
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/array/
H A Dkey_basic.phpt23 echo "\n-- Past end of the array --\n";
39 -- Past end of the array --
/dports/lang/php73/php-7.3.33/ext/standard/tests/array/
H A Dkey_basic.phpt28 echo "\n-- Past end of the array --\n";
45 -- Past end of the array --
/dports/lang/php74/php-7.4.27/ext/standard/tests/array/
H A Dkey_basic.phpt28 echo "\n-- Past end of the array --\n";
45 -- Past end of the array --

12345678910>>...110