Home
last modified time | relevance | path

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 209) sorted by relevance

123456789

/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php36 * - 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 pag
[all...]
H A DChangeLog.php41 * 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 revisio
[all...]
/dokuwiki/inc/Parsing/Lexer/
H A DStateStack.php30 * 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 DSearchState.php34 * 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 DSECURITY.md3 Security vulnerabilities can be reported for the current stable release (branch `stable`) and the `master` branch.
5 We try to fix vulnerabilites as fast as possible, but please keep in mind that this is a project run by volunteers. Depending on the severity we may release hotfixes for the current stable release or may simply incorporate the fix in the next proper release.
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpython.php63 ** 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/re
[all...]
H A Dpys60.php53 ** 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/re
[all...]
H A Dracket.php68 '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
[all...]
/dokuwiki/inc/File/
H A DResolver.php16 * @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/Action/
H A DRevert.php28 * @todo check for writability of the current page ($INFO might do it wrong and check the attic version)
38 // when no revision is given, delete current one
H A DBacklink.php11 * Shows which pages link to the current page
H A DRevisions.php11 * Show the list of old revisions of the current page
H A DDraftdel.php24 * Delete an existing draft for the current page and user if any
/dokuwiki/inc/
H A Dparserutils.php40 * 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'][
[all...]
/dokuwiki/inc/Menu/
H A DUserMenu.php8 * Actions related to the current user
H A DPageMenu.php8 * Actions manipulating the current page. Shown as a floating menu in the dokuwiki template
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php83 * Current position of pointer
228 if (current(unpack('S', "\x00\x01")) === 1) {
231 $this->MTIME = current(unpack('l', $mtime));
252 $len = current(unpack('v', substr($this->compressed_data, $this->position, 2)));
304 $crc = current(unpack('v', substr($this->compressed_data, $this->position, 2)));
325 $crc = current(unpack('V', substr($this->compressed_data, $this->position, 4)));
327 /*if (extension_loaded('hash') && sprintf('%u', current(unpack('V', hash('crc32b', $this->data)))) !== sprintf('%u', $crc))
333 $isize = current(unpack('V', substr($this->compressed_data, $this->position, 4)));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php169 $length = current(unpack('N', $this->readBytes(4)));
263 $agent_data_bytes = current(unpack('N', $data));
279 $agent_reply_bytes = current(unpack('N', $this->readBytes(4)));
282 $agent_reply_data = current(unpack('a*', $agent_reply_data));
/dokuwiki/inc/Menu/Item/
H A DBacklink.php8 * Shows the backlinks for the current page
H A DRevisions.php8 * Access the old revisions of the current page
H A DMediaManager.php8 * Opens the current image in the media manager. Used on image detail view.
H A DLogin.php8 * Show a login or logout item, based on the current state
/dokuwiki/inc/Action/Exception/
H A DActionException.php8 * 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/Extension/
H A DSyntaxPlugin.php68 * 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
/dokuwiki/inc/Parsing/Handler/
H A DReWriterInterface.php9 * @property array[] $calls The list of current calls

123456789