| /dokuwiki/inc/Search/ |
| H A D | MetadataSearch.php | 35 * @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 D | FulltextSearch.php | 51 * @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 D | Search.php | 72 $after = $INPUT->str('min'); 78 $after, 86 $after,
|
| /dokuwiki/inc/Ui/ |
| H A D | SearchState.php | 79 public function withTimeLimitations($after, $before) argument 82 $parsedQuery['after'] = $after;
|
| /dokuwiki/lib/styles/ |
| H A D | all.css | 22 .group:after { 26 .group:after {
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | print.css | 64 /* display href after link */ 65 a.urlextern:after, 66 a.interwiki:after, 67 a.mail:after {
|
| H A D | _tabs.css | 13 .dokuwiki .tabs > ul:after, 14 .dokuwiki ul.tabs:after {
|
| H A D | _search.less | 54 &::after { 87 div.current::after {
|
| H A D | _forms.css | 1 /* TODO: this file is not up to the best standards and will be fixed after an overhaul of the form …
|
| H A D | _toc.css | 68 (e.g. if heading level 3 follows directly after heading level 1) */
|
| H A D | basic.less | 299 q:after {
|
| /dokuwiki/inc/ |
| H A D | deprecated.php | 339 * @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 D | preload.php.dist | 12 // include this after DOKU_FARMDIR if you want to use farms
|
| /dokuwiki/inc/lang/en/ |
| H A D | mailtext.txt | 12 There may be newer changes after this revision. If this
|
| /dokuwiki/lib/scripts/ |
| H A D | locktimer.js | 138 jQuery('#draft__status').after(
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/src/ |
| H A D | JSStrip.php | 249 $after = substr($this->source, $this->idx, 15); 251 $msg = "$msg on line {$this->line}: '{$before}◎{$after}'";
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | BUGS | 8 - "Important" sections for some reason seem to have their spans added after every
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | style.ini | 6 ; any changes after an upgrade.
|
| /dokuwiki/vendor/aziraphale/email-address-validator/ |
| H A D | README.md | 11 …thods for checking the "local part" (the bit before the `@`) and the "domain part" (after the `@`)
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 69 - ``$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 D | README.md | 10 2. I simply only noticed the considerable refactoring Marcus had done in the `master` branch after …
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | 99 Sometimes you need to know what dimensions an image *would* have after a chain of operations withou…
|
| /dokuwiki/vendor/geshi/geshi/src/ |
| H A D | geshi.php | 3246 $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 D | CHANGELOG.md | 219 * 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 D | smoothness.css | 33 .ui-helper-clearfix:after { 38 .ui-helper-clearfix:after {
|