Searched +full:current -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 249) sorted by relevance
12345678910
| /dokuwiki/.github/ |
| H A D | release.php | 39 $options->registerCommand('current', 'Get environment of the current release'); 48 case 'current': 57 * Prepare environment for the current branch 61 $current = $this->getLocalVersion(); 63 …$current['file'] = ($current['type'] === 'rc' ? 'rc' : '') . $current['date'] . $current['hotfix']; 66 foreach ($current as $k => $v) { 76 $current = $this->getUpstreamVersion(); 87 if (!$next['codename']) $next['codename'] = $current['codename']; 95 $next['update'] = floatval($current['update']) + 0.1; 96 $next['codename'] = $current['codename']; [all …]
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | RevisionInfo.php | 36 * - current: (optional) whether current revision or not 52 * Set or return whether this revision is current page or media file 54 * This method does not check exactly whether the revision is current or not. Instead, 55 * set value of associated "current" key for internal use. Some UI element like diff 56 * link button depend on relation to current page or media file. A changelog line does 57 * not indicate whether it corresponds to current page or media file. 59 * @param bool $value true if the revision is current, otherwise false 64 return (bool) $this->val('current', $value); 198 … //show only not-existing link for current page, which allows for directly create a new page/upload 243 … //show only not-existing link for current page, which allows for directly create a new page/upload [all …]
|
| H A D | ChangeLog.php | 41 * Returns path to current page/media 56 * Check whether given revision is the current page 58 * @param int $rev timestamp of current page 59 * @return bool true if $rev is current revision, otherwise false 78 * Return the current revision identifier 80 * The "current" revision means current version of the page or media file. It is either 185 * By default the current revision is skipped. 187 * The current revision is automatically skipped when the page exists. 188 * See $INFO['meta']['last_change'] for the current revision. 189 * A negative $first let read the current revision too. [all …]
|
| /dokuwiki/_test/tests/inc/ |
| H A D | changelog_getlastrevisionat.test.php | 40 * start at exact current revision of mailinglist page 123 $current = $pagelog->getLastRevisionAt($rev); 124 $this->assertEquals($currentexpected, $current); 157 $current = $medialog->getLastRevisionAt($rev); 159 $this->assertGreaterThan($revexpected, $current); 160 // however, it should be less than the current time or equal to it 161 $this->assertLessThanOrEqual(time(), $current);
|
| H A D | changelog_getrelativerevision.test.php | 54 * start at exact current revision of mailinglist page 306 * request before current version 319 * request before current version, with chuncked reading 393 $current = $pagelog->isCurrentRevision($rev); 394 $this->assertEquals($currentexpected, $current); 406 $current = $pagelog->isCurrentRevision($not_current_rev); 407 $this->assertEquals($currentexpected, $current); 415 $current = $pagelog->isCurrentRevision($rev); 416 $this->assertEquals($currentexpected, $current);
|
| /dokuwiki/inc/Parsing/Lexer/ |
| H A D | StateStack.php | 30 * Accessor for current state. 39 * Adds a state to the stack and sets it to be the current state. 49 * Leaves the current state and reverts
|
| /dokuwiki/inc/Ui/ |
| H A D | SearchState.php | 34 * Get a search state for the current search limited to a new namespace 51 * Get a search state for the current search with new search fragments and optionally phrases 70 * Get a search state for the current search with with adjusted time limitations 87 * Get a search state for the current search with adjusted sort preference 102 * Get a link that represents the current search state
|
| /dokuwiki/ |
| H A D | SECURITY.md | 3 Security vulnerabilities can be reported for the current stable release (branch `stable`) and the `… 5 …by volunteers. Depending on the severity we may release hotfixes for the current stable release or…
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | python.php | 63 ** http://python.org/doc/current/ref/keywords.html 73 ** http://python.org/doc/current/lib/built-in-funcs.html 84 // Built-in constants: http://python.org/doc/current/lib/node35.html 86 // Built-in Exceptions: http://python.org/doc/current/lib/module-exceptions.html 104 ** http://python.org/doc/current/lib/modindex.html 143 ** http://python.org/doc/current/ref/specialnames.html 147 // Iterator types: http://python.org/doc/current/lib/typeiter.html 149 // String types: http://python.org/doc/current/lib/string-methods.html 156 // Basic customization: http://python.org/doc/current/ref/customization.html 160 // Attribute access: http://python.org/doc/current/ref/attribute-access.html [all …]
|
| H A D | pys60.php | 53 ** http://python.org/doc/current/ref/keywords.html 63 ** http://python.org/doc/current/lib/built-in-funcs.html 74 // Built-in constants: http://python.org/doc/current/lib/node35.html 76 // Built-in Exceptions: http://python.org/doc/current/lib/module-exceptions.html 94 ** http://python.org/doc/current/lib/modindex.html 172 ** http://python.org/doc/current/ref/specialnames.html 176 //// Iterator types: http://python.org/doc/current/lib/typeiter.html 178 //// String types: http://python.org/doc/current/lib/string-methods.html 186 // Basic customization: http://python.org/doc/current/ref/customization.html 190 // Attribute access: http://python.org/doc/current/ref/attribute-access.html [all …]
|
| H A D | racket.php | 68 'abort-current-continuation', 'abs', 'absolute-path?', 'acos', 'add1', 93 'call-with-current-continuation', 'call-with-escape-continuation', 130 'current-break-parameterization', 'current-code-inspector', 131 'current-command-line-arguments', 'current-compile', 132 'current-compiled-file-roots', 'current-continuation-marks', 133 'current-custodian', 'current-directory', 'current-drive', 134 'current-error-port', 'current-eval', 135 'current-evt-pseudo-random-generator', 'current-gc-milliseconds', 136 'current-get-interaction-input-port', 137 'current-inexact-milliseconds', 'current-input-port', [all …]
|
| /dokuwiki/inc/File/ |
| H A D | Resolver.php | 16 * @param string $contextID the current pageID that's the context to resolve relative IDs to 55 // relative to current page (makes the current page a start page) 60 // relative to current namespace
|
| /dokuwiki/inc/ |
| H A D | parserutils.php | 40 * does depend e.g. on pages that are included in the current page using 49 * the effect that less current metadata is returned as it is more likely than in 260 // cache the current page 261 // Benchmarking shows the current page's metadata is generally the only page metadata 313 $val = $meta['current'] ?? null; 351 // cache the current page 365 … if (isset($meta['current'][$key][$subkey]) && is_array($meta['current'][$key][$subkey])) { 366 …$meta['current'][$key][$subkey] = array_replace($meta['current'][$key][$subkey], (array)$subvalue); 368 $meta['current'][$key][$subkey] = $subvalue; 386 $meta['current'][$key] = empty($meta['current'][$key]) ? [all …]
|
| /dokuwiki/inc/Action/ |
| H A D | Revert.php | 28 …* @todo check for writability of the current page ($INFO might do it wrong and check the attic ver… 38 // when no revision is given, delete current one
|
| H A D | Backlink.php | 11 * Shows which pages link to the current page
|
| H A D | Revisions.php | 11 * Show the list of old revisions of the current page
|
| /dokuwiki/.github/workflows/ |
| H A D | deletedFiles.yml | 2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i… 3 # It compares the current master with the stable branch and adds all deleted files to the data/dele… 6 …ist of newly removed entries receives a header "# removed on $(date -I)" with the current ISO date.
|
| /dokuwiki/inc/Menu/ |
| H A D | UserMenu.php | 8 * Actions related to the current user
|
| H A D | PageMenu.php | 8 * Actions manipulating the current page. Shown as a floating menu in the dokuwiki template
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Gzdecode.php | 82 * Current position of pointer 227 if (current(unpack('S', "\x00\x01")) === 1) { 230 $this->MTIME = current(unpack('l', $mtime)); 251 $len = current(unpack('v', substr($this->compressed_data, $this->position, 2))); 303 $crc = current(unpack('v', substr($this->compressed_data, $this->position, 2))); 324 $crc = current(unpack('V', substr($this->compressed_data, $this->position, 4))); 326 …/*if (extension_loaded('hash') && sprintf('%u', current(unpack('V', hash('crc32b', $this->data))))… 332 $isize = current(unpack('V', substr($this->compressed_data, $this->position, 4)));
|
| /dokuwiki/inc/Remote/Response/ |
| H A D | Page.php | 20 /** @var int The current user's permissions for this page */ 34 * @param int $revision The page revision 0 for current 38 * @param int|null $perms The current user's permissions for this page
|
| /dokuwiki/inc/Action/Exception/ |
| H A D | ActionException.php | 8 * This exception and its subclasses signal that the current action should be 61 * @param null|bool $set when null is given, the current setting is not changed
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | Backlink.php | 8 * Shows the backlinks for the current page
|
| H A D | Revisions.php | 8 * Access the old revisions of the current page
|
| /dokuwiki/inc/Extension/ |
| H A D | SyntaxPlugin.php | 68 * may be not be run during the object's current life. 84 * during the object's current life. The only reliable data it receives are its 99 * @param Doku_Renderer $renderer the current renderer object
|
12345678910