| /dokuwiki/lib/plugins/logviewer/ |
| H A D | script.js | 22 $dl.before($filter); 24 $filter.before(LANG.plugins.logviewer.filter + ' ');
|
| /dokuwiki/inc/Action/ |
| H A D | Search.php | 70 $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.css | 109 .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 D | basic.less | 298 q:before,
|
| /dokuwiki/inc/ |
| H A D | fulltext.php | 33 …* @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 D | intro_plugins.txt | 1 … Plugin updates are shown here as well, be sure to read the plugin's documentation before updating.
|
| /dokuwiki/inc/Ui/ |
| H A D | SearchState.php | 77 public function withTimeLimitations($after, $before) argument 81 $parsedQuery['before'] = $before;
|
| /dokuwiki/lib/plugins/config/lang/en/ |
| H A D | intro.txt | 7 Remember to press the **Save** button before leaving this page otherwise your changes will be lost.
|
| /dokuwiki/lib/styles/ |
| H A D | all.css | 21 .group:before,
|
| H A D | feed.css | 32 :root:before {
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/src/ |
| H A D | JSStrip.php | 248 $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 D | README.md | 11 - 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 D | README.md | 20 ALWAYS test the stripped version before deploying to production.
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 65 you can call ```setCompression``` before each ```addFile()``` and ```addData()``` function call.
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | BUGS | 21 - As of 1.0.7.1, dots (.) are allowed before keywords. This may change highlighting of some
|
| H A D | THANKS | 32 that I "forced" on you guys before ;)
|
| H A D | CHANGELOG | 532 * 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 D | ReadMe.txt | 67 // 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 D | geshi.php | 3245 $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 D | syntax.txt | 137 …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 D | syntax.txt | 137 …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 D | CHANGELOG.md | 236 * Check the result of sanitize before returning in `get_content()` and `get_description()`. [#494](…
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 32 .ui-helper-clearfix:before,
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 3101 public function before($content) { function in phpQueryObject
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …||9===this.nodeType){var t=Re(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return … method
|