| /dokuwiki/inc/Action/ |
| H A D | Search.php | 69 $after = $INPUT->str('min'); 71 … $this->pageLookupResults = ft_pageLookup($QUERY, true, useHeading('navigation'), $after, $before); 72 … $this->fullTextResults = ft_pageSearch($QUERY, $highlight, $INPUT->str('srt'), $after, $before);
|
| /dokuwiki/inc/ |
| H A D | fulltext.php | 32 …* @param int|string $after only show results with mtime after this date, accepts timestap or strt… 37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null) argument 46 'after' => $after, 258 …* @param int|string $after only show results with mtime after this date, accepts timestap or st… 263 function ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null) argument 269 'after' => $after, 356 …* @param int|string $after only returns results with mtime after this date, accepts timestap or … 361 function _ft_filterResultsByTime(array $results, $after, $before) argument 363 if ($after || $before) { 364 $after = is_int($after) ? $after : strtotime($after); [all …]
|
| H A D | preload.php.dist | 12 // include this after DOKU_FARMDIR if you want to use farms
|
| /dokuwiki/inc/Ui/ |
| H A D | SearchState.php | 77 public function withTimeLimitations($after, $before) argument 80 $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/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
|
| H A D | CHANGELOG | 551 * Fixed symbol highlighting with C++ sometimes missing keywords after ; and comments (BenBE) 833 - Prevented number highlighting if they are just after underscores (Joce) 924 - Removed excess characters after ?> in ada.php, apache.php and cpp.php that caused
|
| /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 …
|
| H A D | LICENSE | 461 prior to 60 days after the cessation. 467 copyright holder, and you cure the violation prior to 30 days after
|
| /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 | 167 * PHP 8.0: required parameters are no longer allowed after optional parameters [#656](https://githu… 279 * 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 {
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 2838 return $this->after($content)->remove(); 2850 ->after($this->_clone()) 3126 public function after( $content) { function in phpQueryObject
|