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 path

123456789

/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.
H A Ddoku.php80 //current revision
H A Dfeed.php
/dokuwiki/bin/
H A Ddwpage.php36 'work as this user. defaults to current CLI user',
51 'Otherwise defaults to the same as the wiki page in the current ' .
338 * Get the current user's username from the environment
/dokuwiki/conf/
H A Ddokuwiki.php62 $conf['profileconfirm'] = 1; //Require current password to confirm changes to user profile
129 // 'current' - most recent revision of page
162 $conf['search_nslimit'] = 0; //limit the search to the current X namespaces
/dokuwiki/inc/Action/
H A DAbstractAction.php39 * the current user and page after checkPermissions() ran through. If it fails,
H A DBacklink.php11 * Shows which pages link to the current page
H A DDraftdel.php24 * Delete an existing draft for the current page and user if any
H A DRedirect.php11 * Used to redirect to the current page with the last edited section as a target if found
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 DRevisions.php11 * Show the list of old revisions of the current page
/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/
H A DActionRouter.php122 * @param string $from current action name
227 * Returns the action handling the current request
H A DDifferenceEngine.php1382 $e1 = current($edits1);
1383 $e2 = current($edits2);
1387 * time we want to emit a diff3 copy block. Flush current
H A DDraft.php59 * Save a draft of a current edit session
/dokuwiki/inc/Cache/
H A DCacheRenderer.php32 // check current link existence is consistent with cache version
/dokuwiki/inc/ChangeLog/
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...]
H A DMediaChangeLog.php21 * Returns path to current page/media
H A DPageChangeLog.php21 * Returns path to current page/media
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...]
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php105 // Easy branch: check for protected property / private property of the current class.
113 // defined by the current class, for some value of "current" that differs slightly
/dokuwiki/inc/Extension/
H A DAdminPlugin.php88 * @return bool true if the current user may access this admin plugin
H A DAuthPlugin.php147 * Log off the current user [ OPTIONAL ]
H A DPluginController.php200 * Read all installed plugins and their current enabled state
244 * Save the current list of plugins
269 // backup current file (remove any existing backup)
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

123456789