Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 26) sorted by relevance

12

/dokuwiki/lib/plugins/logviewer/
H A Dscript.js22 $dl.before($filter);
24 $filter.before(LANG.plugins.logviewer.filter + ' ');
/dokuwiki/inc/Action/
H A DSearch.php70 $before = $INPUT->str('max');
71 … $this->pageLookupResults = ft_pageLookup($QUERY, true, useHeading('navigation'), $after, $before);
72 … $this->fullTextResults = ft_pageSearch($QUERY, $highlight, $INPUT->str('srt'), $after, $before);
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_diff.css109 .dokuwiki .diffnav a:before {
118 .dokuwiki .diffnav a.diffprevrev:before {
121 .dokuwiki .diffnav a.diffnextrev:before,
122 .dokuwiki .diffnav a.difflastrev:before {
125 .dokuwiki .diffnav a.diffbothprevrev:before {
128 .dokuwiki .diffnav a.diffbothnextrev:before {
H A Dbasic.less298 q:before,
/dokuwiki/inc/
H A Dfulltext.php33 …* @param int|string $before only show results with mtime before this date, accepts timestap or str…
37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null) argument
47 'before' => $before
259 …* @param int|string $before only show results with mtime before this date, accepts timestap or s…
263 function ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null) argument
270 'before' => $before
357 …* @param int|string $before only returns results with mtime after this date, accepts timestap or …
361 function _ft_filterResultsByTime(array $results, $after, $before) argument
363 if ($after || $before) {
365 $before = is_int($before) ? $before : strtotime($before);
[all …]
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_plugins.txt1 … Plugin updates are shown here as well, be sure to read the plugin's documentation before updating.
/dokuwiki/inc/Ui/
H A DSearchState.php77 public function withTimeLimitations($after, $before) argument
81 $parsedQuery['before'] = $before;
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt7 Remember to press the **Save** button before leaving this page otherwise your changes will be lost.
/dokuwiki/lib/styles/
H A Dall.css21 .group:before,
H A Dfeed.css32 :root:before {
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php248 $before = substr($this->source, max(0, $this->idx - 15), $this->idx);
251 $msg = "$msg on line {$this->line}: '{$before}◎{$after}'";
/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" (a…
54 // "test" is technically a valid string to have before the "@" in an email address
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md20 ALWAYS test the stripped version before deploying to production.
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md65 you can call ```setCompression``` before each ```addFile()``` and ```addData()``` function call.
/dokuwiki/vendor/geshi/geshi/
H A DBUGS21 - As of 1.0.7.1, dots (.) are allowed before keywords. This may change highlighting of some
H A DTHANKS32 that I "forced" on you guys before ;)
H A DCHANGELOG532 * Properly handle escapes in strings, i.e. '\\' was not working properly before (milian)
627 - Implemented setting to force spans to be closed before newlines, see SF#1727398 (Milian Wolff)
631 Even if GeSHi worked with PHP 4.1 before, it doesn't now. (Milian Wolff)
766 - Fixed SF bug 1556404 - check before using $this in language files
904 allowed before keywords. (NikO)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt67 // The input string, if input is not UTF-8 or UCS-4, it must be converted before
87 // or UCS-4, you will have to convert it before outputting it
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3245 $before = '';
3269 $before = '<|UR1|"' .
3289 return $before . '<|/'. $k .'/>' . $this->change_case($keyword) . '|>' . $after;
3316 $before = $this->_hmr_before;
3326 $before = str_replace($search, $matches, $before);
3332 return $before
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt137 …ght doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki…
194 Additionally DokuWiki supports a "poster" image which will be shown before the video has started. T…
327 As you can see, it's the cell separator before a cell which decides about the formatting:
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt137 …ght doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki…
194 Additionally DokuWiki supports a "poster" image which will be shown before the video has started. T…
327 As you can see, it's the cell separator before a cell which decides about the formatting:
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md236 * Check the result of sanitize before returning in `get_content()` and `get_description()`. [#494](…
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css32 .ui-helper-clearfix:before,
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3101 public function before($content) { function in phpQueryObject
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2 …||9===this.nodeType){var t=Re(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return … method

12