Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 33) sorted by relevance

12

/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,
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,
/dokuwiki/inc/Action/
H A DSearch.php72 $after = $INPUT->str('min');
78 $after,
86 $after,
/dokuwiki/inc/Ui/
H A DSearchState.php79 public function withTimeLimitations($after, $before) argument
82 $parsedQuery['after'] = $after;
/dokuwiki/lib/styles/
H A Dall.css22 .group:after {
26 .group:after {
/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 {
H A D_search.less54 &::after {
87 div.current::after {
H A D_forms.css1 /* TODO: this file is not up to the best standards and will be fixed after an overhaul of the form …
H A D_toc.css68 (e.g. if heading level 3 follows directly after heading level 1) */
H A Dbasic.less299 q:after {
/dokuwiki/inc/
H A Ddeprecated.php339 * @param int|string|null $after only show results after this date
345 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null) argument
349 …return (new dokuwiki\Search\FulltextSearch())->pageSearch($query, $highlight, $sort, $after, $befo…
388 * @param int|string|null $after
394 function ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null) argument
397 …return (new dokuwiki\Search\MetadataSearch())->pageLookup($id, $in_ns, $in_title, $after, $before);
H A Dpreload.php.dist12 // include this after DOKU_FARMDIR if you want to use farms
/dokuwiki/inc/lang/en/
H A Dmailtext.txt12 There may be newer changes after this revision. If this
/dokuwiki/lib/scripts/
H A Dlocktimer.js138 jQuery('#draft__status').after(
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php249 $after = substr($this->source, $this->idx, 15);
251 $msg = "$msg on line {$this->line}: '{$before}◎{$after}'";
/dokuwiki/vendor/geshi/geshi/
H A DBUGS8 - "Important" sections for some reason seem to have their spans added after every
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini6 ; any changes after an upgrade.
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md11 …thods for checking the "local part" (the bit before the `@`) and the "domain part" (after the `@`)
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md69 - ``$options->getArgs()`` returns the remaining arguments after removing the options
120 When mixing fixed and percentage widths, percentages refer to the remaining space after all fixed c…
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md10 2. I simply only noticed the considerable refactoring Marcus had done in the `master` branch after
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md99 Sometimes you need to know what dimensions an image *would* have after a chain of operations withou…
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3246 $after = '';
3285 $after = '</a>';
3289 return $before . '<|/'. $k .'/>' . $this->change_case($keyword) . '|>' . $after;
3317 $after = $this->_hmr_after;
3327 $after = str_replace($search, $matches, $after);
3336 . $after;
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md219 * PHP 8.0: required parameters are no longer allowed after optional parameters [#656](https://githu…
331 * Added cache purging after a specified period of time when using MySQL cache. [#329](https://githu…
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css33 .ui-helper-clearfix:after {
38 .ui-helper-clearfix:after {

12