| /dokuwiki/inc/Ui/ |
| H A D | SearchState.php | 25 if (!isset($parsedQuery['before'])) { 26 $this->parsedQuery['before'] = $INPUT->str('max'); 73 * @param $before 77 public function withTimeLimitations($after, $before) argument 81 $parsedQuery['before'] = $before; 131 if ($parsedQuery['before']) { 132 $hrefAttributes['max'] = $parsedQuery['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 {
|
| /dokuwiki/inc/Extension/ |
| H A D | EventHandler.php | 44 * @param string $advise BEFORE|AFTER 62 * process the before/after event 65 * @param string $advise BEFORE or AFTER 92 * When $advise is empty, both BEFORE and AFTER events will be considered, 96 * @param string $advise BEFORE, AFTER or empty
|
| H A D | Event.php | 54 * advise all registered BEFORE handlers of this event 75 $EVENT_HANDLER->process_event($this, 'BEFORE'); 78 … ->log($this->name . ':BEFORE event triggered before event system was initialized'); 100 log($this->name . ':AFTER event triggered before event system was initialized');
|
| /dokuwiki/_test/tests/inc/ |
| H A D | events_nested.test.php | 16 $EVENT_HANDLER->register_hook('NESTED_EVENT', 'BEFORE', null, 26 $EVENT_HANDLER->register_hook('NESTED_EVENT', 'BEFORE', null,
|
| H A D | PageUtilsIsHiddenPage.test.php | 39 $EVENT_HANDLER->register_hook('PAGEUTILS_ID_HIDEPAGE', 'BEFORE', $this, 'alwaysHide'); 51 $EVENT_HANDLER->register_hook('PAGEUTILS_ID_HIDEPAGE', 'BEFORE', $this, 'showBefore');
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | script.js | 22 $dl.before($filter); 24 $filter.before(LANG.plugins.logviewer.filter + ' ');
|
| /dokuwiki/lib/plugins/testing/lang/en/ |
| H A D | settings.php | 5 $lang['schnibble'] = 'Turns on the schnibble before the frobble is used';
|
| /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/_test/tests/lib/exe/ |
| H A D | ajax_requests.test.php | 78 $EVENT_HANDLER->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', null, 87 echo "captured event BEFORE\n"; 107 // BEFORE 120 $this->assertEquals("captured event BEFORE\ncaptured event AFTER", $response->getContent());
|
| /dokuwiki/bin/ |
| H A D | render.php | 16 * set up before rendering, but should work for most or even all standard 36 'set up before rendering, but should work for most or even all standard ' .
|
| /dokuwiki/.github/workflows/ |
| H A D | autoFix.yml | 52 …e changes before merging. Please note that unit tests are not run for automated pull requests - so…
|
| /dokuwiki/inc/Action/ |
| H A D | Check.php | 10 * Adds some debugging info before aborting to show
|
| 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/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 164 $docs = _ft_filterResultsByTime($docs, $data['after'], $data['before']); 212 * Note that before 2013-07-31 the second parameter was the maximum number of results and 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 347 $pages = _ft_filterResultsByTime($pages, $data['after'], $data['before']); 357 …* @param int|string $before only returns results with mtime after this date, accepts timestap or … [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | TwistedEdwards.php | 107 throw new \RuntimeException('setModulo needs to be called before this method'); 125 throw new \RuntimeException('setModulo needs to be called before this method'); 161 throw new \RuntimeException('setModulo needs to be called before this method'); 165 throw new \RuntimeException('setBasePoint needs to be called before this method');
|
| H A D | Montgomery.php | 112 throw new \RuntimeException('setModulo needs to be called before this method'); 136 throw new \RuntimeException('setModulo needs to be called before this method'); 152 throw new \RuntimeException('setModulo needs to be called before this method'); 156 throw new \RuntimeException('setBasePoint needs to be called before this method'); 172 throw new \RuntimeException('setModulo needs to be called before this method');
|
| H A D | Binary.php | 104 throw new \RuntimeException('setModulo needs to be called before this method'); 125 throw new \RuntimeException('setModulo needs to be called before this method'); 141 throw new \RuntimeException('setModulo needs to be called before this method'); 145 throw new \RuntimeException('setBasePoint needs to be called before this method'); 159 throw new \RuntimeException('setModulo needs to be called before this method'); 232 throw new \RuntimeException('setModulo needs to be called before this method');
|
| /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/inc/Parsing/ParserMode/ |
| H A D | ModeInterface.php | 18 * Called before any calls to connectTo
|
| /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/lib/plugins/authad/ |
| H A D | action.php | 24 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, 'handleAuthLoginCheck'); 25 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleFormLoginOutput');
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/ |
| H A D | UniversalFeedCreator.php | 148 * before anything else, especially before you do the time consuming task to build the feed 156 …* @param int $timeout optional the timeout in seconds before a cached version is refreshed (de…
|
| /dokuwiki/lib/plugins/revert/lang/en/ |
| H A D | lang.php | 17 script times out before finishing, you need to revert in smaller
|
| /dokuwiki/_test/tests/conf/ |
| H A D | CascadeNormalTest.php | 24 … $this->assertFalse(isset($conf['plugin']['testing']['schnibble']), 'not set before plugin call');
|