Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 28) 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 strtotime arguments
37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null)
46 'after' => $after,
164 $docs = _ft_filterResultsByTime($docs, $data['after'], $data['before']);
258 * @param int|string $after only show results with mtime after this date, accepts timestap or strtotime arguments
263 function ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null)
269 'after'
34 ft_pageSearch($query, & $highlight, $sort = null, $after = null, $before = null) global() argument
246 ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null) global() argument
340 _ft_filterResultsByTime(array $results, $after, $before) global() argument
[all...]
H A Dpreload.php.dist12 // include this after DOKU_FARMDIR if you want to use farms
/dokuwiki/inc/Ui/
H A DSearchState.php22 if (!isset($parsedQuery['after'])) {
23 $this->parsedQuery['after'] = $INPUT->str('min');
72 * @param $after
77 public function withTimeLimitations($after, $before) argument
80 $parsedQuery['after'] = $after;
128 if ($parsedQuery['after']) {
129 $hrefAttributes['min'] = $parsedQuery['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 code */
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.php28 * items which need a space if the sign before and after whitespace is equal.
206 // Only consider deleting whitespace if the signs before and after
225 // else after all of this convert the "whitespace" to
249 $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 DCHANGELOG549 * Fixed symbol highlighting with C++ sometimes missing keywords after ; and comments (BenBE)
831 - Prevented number highlighting if they are just after underscores (Joce)
922 - 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 - Opened up methods 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 columns have been
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php142 matched search to put after the replacement */
459 * each tag is closed before and reopened after each linefeed.
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 DCHANGELOG.md152 * PHP 8.0: required parameters are no longer allowed after optional parameters [#656](https://github.com/simplepie/simplepie/pull/656)
264 * Added cache purging after a specified period of time when using MySQL cache. [#329](https://github.com/simplepie/simplepie/pull/329)
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css33 .ui-helper-clearfix:after {
38 .ui-helper-clearfix:after {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt426 When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE45 with the library after making changes to the library and recompiling

12