Home
last modified time | relevance | path

Searched refs:until (Results 1 – 25 of 12668) sorted by relevance

12345678910>>...507

/dports/games/renpy/renpy-7.4.11-sdk/tutorial/game/
H A Dtestcases.rpy4 click until "Yes."
59 click until "Yes, I do."
60 click until "Yes."
85 click until "Yes."
118 click until "Simple"
121 click until "CropMove"
166 click until "Yes."
184 click until "Text"
186 click until "Bars"
247 click until "Yes."
[all …]
/dports/devel/pegtl/PEGTL-3.0.0/src/test/pegtl/
H A Drule_until.cpp41 verify_analyze< until< eof > >( __LINE__, __FILE__, false, false ); in unit_test()
42 verify_analyze< until< any > >( __LINE__, __FILE__, true, false ); in unit_test()
43 verify_analyze< until< eof, any > >( __LINE__, __FILE__, false, false ); in unit_test()
44 verify_analyze< until< any, any > >( __LINE__, __FILE__, true, false ); in unit_test()
46 verify_rule< until< eof > >( __LINE__, __FILE__, "", result_type::success, 0 ); in unit_test()
47 verify_rule< until< any > >( __LINE__, __FILE__, "", result_type::local_failure, 0 ); in unit_test()
48 verify_rule< until< one< 'a' > > >( __LINE__, __FILE__, "a", result_type::success, 0 ); in unit_test()
49 verify_rule< until< one< 'a' > > >( __LINE__, __FILE__, "ba", result_type::success, 0 ); in unit_test()
50 verify_rule< until< one< 'a' > > >( __LINE__, __FILE__, "bba", result_type::success, 0 ); in unit_test()
52 verify_rule< until< one< 'a' > > >( __LINE__, __FILE__, "ab", result_type::success, 1 ); in unit_test()
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/facebook/
H A Duser.php57 * @param string $until A unix timestamp or any date accepted by strtotime.
75 * @param string $until A unix timestamp or any date accepted by strtotime.
93 * @param string $until A unix timestamp or any date accepted by strtotime.
102 return $this->getConnection($user, 'feed', '', $limit, $offset, $until, $since);
113 * @param string $until A unix timestamp or any date accepted by strtotime.
220 * @param string $until A unix timestamp or any date accepted by strtotime.
291 * @param string $until A unix timestamp or any date accepted by strtotime.
332 * @param string $until A unix timestamp or any date accepted by strtotime.
379 * @param string $until A unix timestamp or any date accepted by strtotime.
412 * @param string $until A unix timestamp or any date accepted by strtotime.
[all …]
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/core/
H A Dgcal-recurrence.c33 gcal_clear_date_time (&self->limit.until); in G_DEFINE_BOXED_TYPE()
54 new_recur->limit.until = NULL; in gcal_recurrence_new()
83 new_recur->limit.until = g_date_time_ref (recur->limit.until); in gcal_recurrence_copy()
138 if (!g_date_time_equal (recur1->limit.until, recur2->limit.until)) in gcal_recurrence_is_equal()
224 ICalTime *until; in gcal_recurrence_parse_recurrence_rules() local
231 recur->limit.until = gcal_date_time_from_icaltime (until); in gcal_recurrence_parse_recurrence_rules()
238 g_clear_object (&until); in gcal_recurrence_parse_recurrence_rules()
311 ICalTime *until; in gcal_recurrence_to_rrule() local
314 i_cal_time_set_date (until, in gcal_recurrence_to_rrule()
318 i_cal_time_set_time (until, in gcal_recurrence_to_rrule()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webdriver/pylib/test/selenium/webdriver/common/
H A Dwebdriverwait_tests.py100 elements = WebDriverWait(self.driver, 0).until(elements_exists)
129 WebDriverWait(self.driver, 1).until(EC.title_is("blank"))
131 WebDriverWait(self.driver, 1).until(EC.title_is("not blank"))
134 WebDriverWait(self.driver, 0.7).until(EC.title_is("blank"))
143 WebDriverWait(self.driver, 1).until(EC.title_contains("not"))
146 WebDriverWait(self.driver, 0.7).until(EC.title_contains("blanket"))
166 WebDriverWait(self.driver, 0.7).until(EC.visibility_of(hidden))
239 WebDriverWait(self.driver, 0.7).until(EC.staleness_of(element))
245 WebDriverWait(self.driver, 0.7).until(EC.staleness_of(element))
307 WebDriverWait(self.driver, 0.7).until(EC.alert_is_present())
[all …]
/dports/shells/yash/yash-2.51/tests/
H A Duntil-p.tst1 # until-p.tst: test of until loop for any POSIX-compliant shell
7 until [ $((i=i+1)) -gt 0 ];do echo $i;done
39 until true;do :;done
44 until [ $((i=i+1)) -gt 1 ];do x $i;done
54 test_oE 'linebreak after until'
56 until
66 until [ $((i=i+1)) -gt 2 ]
76 until [ $((i=i+1)) -gt 2 ];do
86 until [ $((i=i+1)) -gt 2 ];do echo $i
118 test_oE 'nest between until and do'
[all …]
H A Duntil-y.tst1 # until-y.tst: yash-specific test of until loop
5 until do echo not reached; break; done
15 until [ $((i=i+1)) -gt 2 ];do done
45 until do echo not reached; done
53 until
62 until echo not reached; do done
72 until echo not reached; do
85 until echo not reached; done
98 until echo not reached
117 { until }
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/old-tests/webdriver/modal/
H A Dalerts_test.py24 alert = self.wait.until(lambda x: x.switch_to_alert())
30 alert = self.wait.until(lambda x: x.switch_to_alert())
36 alert = self.wait.until(lambda x: x.switch_to_alert())
42 alert = self.wait.until(lambda x: x.switch_to_alert())
49 alert = self.wait.until(lambda x: x.switch_to_alert())
56 alert = self.wait.until(lambda x: x.switch_to_alert())
64 alert = self.wait.until(lambda x: x.switch_to_alert())
70 alert = self.wait.until(lambda x: x.switch_to_alert())
76 alert = self.wait.until(lambda x: x.switch_to_alert())
83 alert = self.wait.until(lambda x: x.switch_to_alert())
[all …]
/dports/lang/janet/janet-1.19.2/test/
H A Dsuite0005.janet59 # take-until
61 (assert (deep= (take-until pos? @[]) []) "take-until 1")
62 (assert (deep= (take-until pos? @[1 2 3]) []) "take-until 2")
64 (assert (deep= (take-until pos? @[-1 -2 3]) [-1 -2]) "take-until 4")
65 (assert (deep= (take-until pos? @[-1 1 -2]) [-1]) "take-until 5")
89 # drop-until
91 (assert (deep= (drop-until pos? @[]) []) "drop-until 1")
92 (assert (deep= (drop-until pos? @[1 2 3]) [1 2 3]) "drop-until 2")
93 (assert (deep= (drop-until pos? @[-1 -2 -3]) []) "drop-until 3")
94 (assert (deep= (drop-until pos? @[-1 -2 3]) [3]) "drop-until 4")
[all …]
/dports/devel/elixir-timex/timex-3.3.0/test/
H A Dinterval_test.exs29 test "returns an Interval when given a valid until field" do
30 …assert %Interval{until: %NaiveDateTime{}} = Interval.new(until: %NaiveDateTime{year: 2017, month: …
32 assert %Interval{until: %NaiveDateTime{}} = Interval.new(until: DateTime.utc_now())
33 …assert %Interval{until: %NaiveDateTime{}} = Interval.new(until: %Date{year: 2017, month: 4, day: 3…
36 test "returns an Interval with shifted until when given a shift for until" do
37 interval = Interval.new(from: ~D[2014-04-03], until: [days: 10])
38 assert %Interval{until: ~N[2014-04-13 00:00:00]} = interval
41 test "returns an error tuple when given an invalid until" do
71 dates = Interval.new(from: ~D[2014-09-22], until: [days: 3])
103 duration = Interval.new(from: ~D[2014-09-22], until: [months: 5])
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/utils/
H A Ddeprecator.py168 if (since, until) != ('', ''):
172 if until:
176 until))
183 if until and is_bad_version(until, version_comparator):
292 if not isinstance(until, (list, tuple)):
293 until = [until] * len(old_name)
305 until = [until]
354 if until[i]:
358 until[i]))
389 if until[i] and is_bad_version(until[i],
[all …]
/dports/net-mgmt/icingaweb2-module-graphite/icingaweb2-module-graphite-1.1.0/library/Graphite/Graphing/
H A DChart.php46 protected $until; variable in Icinga\\Module\\Graphite\\Graphing\\Chart
99 if ((string) $this->until === '') {
100 $until = $now;
102 $until = (int) $this->until;
103 if ($until < 0) {
104 $until += $now;
110 'until' => $until,
231 return $this->until;
237 * @param string $until
241 public function setUntil($until) argument
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/Template/
H A Ddcl.mwiki1 {{dcl/std|since={{{since|}}}|until={{{until|}}}}}<!--
2 …since|}}}|t-since-{{#replace:{{{since}}}|+|x}}}} {{#if:{{{until|}}}|t-until-{{#replace:{{{until}}}…
3 <td {{#if: {{{num|}}}{{{notes|}}}{{#var:since}}{{#var:until}} || class="t-dcl-nopad" }}> <div>{{c/c…
5 <td {{#if: {{{notes|}}}{{#var:since}}{{#var:until}} || class="t-dcl-nopad" }}> <!--
7 -->|{{mark since {{#var:since}}}} {{#if: {{#var:until}}{{{notes|}}}|<br/>}}<!--
9 -->{{#if: {{#var:until}}<!--
10 -->|{{mark until {{#var:until}}}} {{#if: {{{notes|}}}|<br/>}}<!--
H A Ddcl_rev_begin.mwiki2 …}{{{until|}}}{{{notes|}}}|t-dcl-rev-notes}} {{#if:{{{since|}}}|t-since-{{#replace:{{{since}}}|+|x}…
3 -->{{#if:{{{num|}}}{{{since|}}}{{{until|}}}{{{notes|}}}|
7 {{#if:{{{since|}}}{{{until|}}}{{{notes|}}}|<td rowspan="142"> <!--
9 -->|{{mark since {{{since}}}}} {{#if: {{{until|}}}{{{notes|}}}|<br/>}}<!--
11 -->{{#if: {{{until|}}}<!--
12 -->|{{mark until {{{until}}}}} {{#if: {{{notes|}}}|<br/>}}<!--
/dports/devel/elixir-timex/timex-3.3.0/lib/interval/
H A Dinterval.ex50 @enforce_keys [:from, :until]
52 until: nil,
114 until = case Keyword.get(options, :until, [days: 1]) do
124 until: until,
168 def duration(%__MODULE__{from: from, until: until}, :duration) do
171 def duration(%__MODULE__{from: from, until: until}, unit) do
172 Timex.diff(until, from, unit)
227 {:ok, until} ->
259 interval_a.until in interval_b ||
281 …defp after?(%Timex.Interval{until: until, right_open: true}, value), do: Timex.compare(value, unti…
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue263/
H A Dmac_test.vhdl41 wait until not clk;
43 wait until not clk;
45 wait until not clk;
47 wait until not clk;
49 wait until not clk;
54 wait until not clk;
56 wait until not clk;
58 wait until not clk;
60 wait until not clk;
62 wait until not clk;
[all …]
/dports/devel/py-rq-scheduler/rq-scheduler-0.11.0/rq_scheduler/
H A Dutils.py43 def rationalize_until(until=None): argument
49 if until is None:
50 until = "+inf"
51 elif isinstance(until, datetime):
52 until = to_unix(until)
53 elif isinstance(until, timedelta):
54 until = to_unix((datetime.utcnow() + until))
55 return until
/dports/lang/onyx/onyx-5.1.2/bin/onyx/test/
H A Dtest_header.nx.in7 `At line ' {stderr exch write}{} until
8 !line cvs {stderr exch write}{} until
9 `, column ' {stderr exch write}{} until
10 !column cvs {stderr exch write}{} until
11 `: ' {stderr exch write}{} until
15 `Error ' {stderr exch write}{} until
16 !errorname 1 sprints {stderr exch write}{} until
19 `\nostack: ' {stderr exch write}{} until
20 !ostack 1 sprints {stderr exch write}{} until
21 `\n' {stderr exch write}{} until
/dports/lang/onyx/onyx-5.1.2/mod/modclopt/test/
H A Dtest_header.nx.in7 `At line ' {stderr exch write}{} until
8 !line cvs {stderr exch write}{} until
9 `, column ' {stderr exch write}{} until
10 !column cvs {stderr exch write}{} until
11 `: ' {stderr exch write}{} until
15 `Error ' {stderr exch write}{} until
16 !errorname 1 sprints {stderr exch write}{} until
19 `\nostack: ' {stderr exch write}{} until
20 !ostack 1 sprints {stderr exch write}{} until
21 `\n' {stderr exch write}{} until
/dports/x11/radare-cutter/r2cutter-0.1.1/docs/source/user-docs/menus/
H A Ddebug-buttons-toolbar.rst4 Continue until Main
6 **Description:** Continue the execution of the program until the Main function is reached.
8 **Steps:** Continue until main
10 Continue until Call
12 **Description:** Continue the execution of the program until a function call is reached.
14 **Steps:** Continue until call
16 Continue until Syscall
18 **Description:** Continue the execution of the program until a Syscall is reached.
20 **Steps:** Continue until syscall
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/
H A Dch_15_ctrl-b.vhd67 wait until rising_edge(phi2);
92 wait until rising_edge(phi2);
135 wait until rising_edge(phi1);
148 wait until rising_edge(phi2);
780 wait until rising_edge(phi1);
803 wait until rising_edge(phi1);
819 wait until falling_edge(phi1);
826 wait until rising_edge(phi2);
829 wait until falling_edge(phi2);
880 wait until rising_edge(phi1);
[all …]
/dports/devel/py-simpy/simpy-3.0.13/src/simpy/
H A Dcore.py99 def run(self, until=None): argument
114 if until is not None:
115 if not isinstance(until, Event):
118 at = float(until)
125 until = Event(self)
126 until._ok = True
127 until._value = None
130 elif until.callbacks is None:
132 return until.value
142 if until is not None:
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/locales/en-US/chrome/calendar/
H A Dcalendar-extract.properties67 until.tomorrow =
79 until.noon =
89 until.hour = - #1 | to #1 | until #1 | by #1
98 until.hour.am =
107 until.hour.pm =
173 until.month.day =
247 until.weekday.0 =
248 until.weekday.1 =
249 until.weekday.2 =
250 until.weekday.3 =
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl/r/
H A Drpl_change_master_open_temp_tables.result16 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
24 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
32 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
44 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
48 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
51 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
55 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/rpl/r/
H A Drpl_change_master_open_temp_tables.result16 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
24 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
32 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
44 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
48 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
51 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…
55 …s will be kept open until the server restarts or until the tables are deleted by any replicated DR…

12345678910>>...507