Home
last modified time | relevance | path

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

12

/dokuwiki/inc/Action/
H A DSearch.php69 $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 Dfulltext.php32 …* @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 Dpreload.php.dist12 // include this after DOKU_FARMDIR if you want to use farms
/dokuwiki/inc/Ui/
H A DSearchState.php77 public function withTimeLimitations($after, $before) argument
80 $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/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
H A DCHANGELOG551 * 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 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
H A DLICENSE461 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 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.md167 * 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 Dsmoothness.css33 .ui-helper-clearfix:after {
38 .ui-helper-clearfix:after {
/dokuwiki/_test/core/
H A DphpQuery-onefile.php2838 return $this->after($content)->remove();
2850 ->after($this->_clone())
3126 public function after( $content) { function in phpQueryObject

12