Home
last modified time | relevance | path

Searched full:after (Results 1 – 25 of 213) sorted by relevance

123456789

/dokuwiki/inc/Search/
H A DMetadataSearch.php35 * @param int|string|null $after only show results with mtime after this date,
49 int|string|null $after = null,
56 'after' => $after,
110 $pages = static::filterPages($pages, false, $data['after'], $data['before']);
226 * @param int|string|null $after only keep pages modified after this date
233 int|string|null $after = null,
236 if ($after) $after = is_int($after) ? $after : strtotime($after);
239 … return array_filter($pages, static function ($value, $id) use ($ignorePerms, $after, $before) {
248 if ($after || $before) {
250 if ($after && $after > $mTime) return false;
H A DFulltextSearch.php51 * @param int|string|null $after only show results with mtime after this date,
62 int|string|null $after = null,
71 'after' => $after,
112 $docs = MetadataSearch::filterPages($docs, false, $data['after'], $data['before']);
219 // continue matching after the current match
/dokuwiki/inc/Ui/
H A DSearchState.php24 if (!isset($parsedQuery['after'])) {
25 $this->parsedQuery['after'] = $INPUT->str('min');
74 * @param $after
79 public function withTimeLimitations($after, $before) argument
82 $parsedQuery['after'] = $after;
130 if ($parsedQuery['after']) {
131 $hrefAttributes['min'] = $parsedQuery['after'];
/dokuwiki/inc/Extension/
H A DEventHandler.php44 * @param string $advise BEFORE|AFTER
62 * process the before/after event
65 * @param string $advise BEFORE or AFTER
92 * When $advise is empty, both BEFORE and AFTER events will be considered,
96 * @param string $advise BEFORE, AFTER or empty
H A DEvent.php21 * to provide the after event handlers with event results
85 * advise all registered AFTER handlers of this event
97 $EVENT_HANDLER->process_event($this, 'AFTER');
100 log($this->name . ':AFTER event triggered before event system was initialized');
193 …* @return mixed the event results value after all event processing is compl…
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dprint.css64 /* display href after link */
65 a.urlextern:after,
66 a.interwiki:after,
67 a.mail:after {
H A D_tabs.css13 .dokuwiki .tabs > ul:after,
14 .dokuwiki ul.tabs:after {
/dokuwiki/_test/tests/inc/
H A DPageUtilsIsHiddenPage.test.php65 $EVENT_HANDLER->register_hook('PAGEUTILS_ID_HIDEPAGE', 'AFTER', $this, 'alwaysHide');
73 …$EVENT_HANDLER->register_hook('PAGEUTILS_ID_HIDEPAGE', 'AFTER', $this, 'hideBeforeWithoutPrevent');
85 $EVENT_HANDLER->register_hook('PAGEUTILS_ID_HIDEPAGE', 'AFTER', $this, 'showAfter');
H A Dsort_without_collator.test.php48 * an accent (diacritic) used in the language is WRONGLY sorted after Z.
61 // fallback sort WRONGLY puts ĉ/ĝ/ĥ/ĵ/ŝ/ŭ after z
70 // fallback sort WRONGLY puts ä/ö/ü/ß after z
79 // fallback sort WRONGLY puts accented letters after z
92 // fallback sort WRONGLY puts accented letters after z
/dokuwiki/_test/tests/test/
H A Dglobals.test.php18 $EVENT_HANDLER->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', null,
39 $EVENT_HANDLER->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', null,
H A Dplugins_defaults.test.php14 $EVENT_HANDLER->register_hook('TESTING_PLUGIN_INSTALLED', 'AFTER', null,
H A Dhooks.test.php14 $EVENT_HANDLER->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', null,
H A Dplugins.test.php22 $EVENT_HANDLER->register_hook('TESTING_PLUGIN_INSTALLED', 'AFTER', null,
/dokuwiki/lib/styles/
H A Dall.css22 .group:after {
26 .group:after {
/dokuwiki/_test/tests/Parsing/Helpers/
H A DEscapeTest.php24 "before{$char}after",
25 Escape::unescapeBackslashes("before\\{$char}after")
99 // A backslash with nothing after it can't form an escape — it
/dokuwiki/inc/Form/
H A DTextareaElement.php52 // after a <textarea> start tag, so a value that itself begins with a
55 // See the HTML Standard, "in body" insertion mode (the LF right after
/dokuwiki/_test/tests/ChangeLog/
H A DPageChangeLogTest.php157 'the recreation is dated after the delete (the restored mtime is unreliable)'
178 * A deleted page recreated externally with an mtime after the deletion (as a git checkout,
198 // recreate the page externally with an mtime after the deletion
208 …$this->assertEquals(DOKU_CHANGE_TYPE_CREATE, $currentInfo['type'], 'recreation after a delete is a…
240 * date: it is recorded as an external edit just after the last revision, with an unknown date.
267 … $this->assertEquals($lastRev + 1, $currentRev, 'the edit is dated just after the last revision');
285 // external edit with different content, dated after the create but well before the
316 * A genuinely current external edit (dated at or after the global changelog's last
328 // external edit dated after the create, so it is newer than the feed's most recent
/dokuwiki/_test/tests/Search/
H A DMetadataSearchTest.php115 // after: page mtime is before the threshold → filtered
119 // after: page mtime is after the threshold → kept
123 // before: page mtime is after the threshold → filtered
/dokuwiki/inc/lang/en/
H A Dmailtext.txt12 There may be newer changes after this revision. If this
/dokuwiki/_test/tests/Parsing/Markdown/
H A DGfmSpecTest.php94 * Assert two HTML strings are equivalent after whitespace normalization.
118 * renderer emits after every header call.
128 // inserts after each heading. Neither is semantically part of the
137 // Whitespace before/after an opening block tag (including attributes)
139 // Whitespace before/after a closing block tag
/dokuwiki/inc/Action/
H A DAbstractAction.php39 * the current user and page after checkPermissions() ran through. If it fails,
61 * Throw an Exception if a different action should be run after this step.
H A DSearch.php72 $after = $INPUT->str('min');
78 $after,
86 $after,
/dokuwiki/lib/plugins/testing/_test/
H A Ddummy_plugin_integration_test.test.php22 $EVENT_HANDLER->register_hook('TESTING_PLUGIN_INSTALLED', 'AFTER', null,
/dokuwiki/lib/plugins/testing/
H A Daction.php19 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'dokuwikiStarted');
/dokuwiki/_test/tests/lib/exe/
H A Dajax_requests.test.php241 $EVENT_HANDLER->register_hook('AJAX_CALL_UNKNOWN', 'AFTER', null,
250 echo "captured event AFTER";
251 }, 'some passed data AFTER'
263 // AFTER
265 $this->assertEquals('some passed data AFTER', $dataTriggered_AFTER);
270 $this->assertEquals("captured event BEFORE\ncaptured event AFTER", $response->getContent());

123456789