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 last modified time

123456789

/dokuwiki/lib/plugins/acl/
H A Dadmin.php177 * current id
198 echo '<h2>' . $this->getLang('current') . '</h2>';
270 * @param string $folder an already converted filesystem folder of the current namespace
342 * Display the current ACL for selected where/who combination with
385 $current = $this->getExactPermisson();
387 // explain current permissions
388 $this->printExplanation($current);
390 $this->printAclEditor($current);
409 protected function printAclEditor($current)
414 if (is_null($current)) {
400 printAclEditor($current) global() argument
428 printExplanation($current) global() argument
[all...]
/dokuwiki/lib/plugins/config/core/
H A DWriter.php39 // backup current file (remove any existing backup)
H A DLoader.php20 /** @var string current template */
63 // current template
101 // current template
142 // current template
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml198 description="create the git tag for the current version"
/dokuwiki/lib/plugins/config/
H A Dadmin.php93 // current ID in most cases.
/dokuwiki/inc/
H A Dpageutils.php206 * Returns the current namespace
219 * Returns the ID without the namespace or current namespace for 'start' pages
325 * @param $rev int|string page revision, empty string for current
523 // prepend the current namespace
544 //if link contains no namespace. add current namespace (if any)
744 * Find a page in the current namespace (determined from $ID) or any
745 * higher namespace that can be accessed by the current user,
753 * @param bool $useacl only return pages readable by the current user, false to ignore ACLs
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...]
H A Dsearch.php24 * @param string $dir Current directory beyond $base
84 * string $file - current file or directory relative to $base
86 * int $lvl - Current recursion depht
492 * @param string $file - current file or directory relative to $base
494 * @param int $lvl - Current recursion depht
H A Dtemplate.php26 * Returns the path to the given file inside the current template, uses
49 * @param string $tpl The template to use, default to current one
66 * @param string $tpl The template to use, default to current one
876 // print current page, skipping start page, skipping for namespace index
922 * Print some info about the current page
983 * Prints or returns the name of the given page (current one if none given).
1009 // default page title is the page name, modify with the current action
1063 * Returns the requested EXIF/IPTC tag from the current image
1109 * Prints a html description list of the metatags of the current image
1714 * file, otherwise it is assumed to be relative to the current templat
[all...]
H A Dio.php66 * $data[3] rev: The page revision, false for current wiki pages.
198 * $data[3] rev: The page revision, false for current wiki pages.
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php284 * @param string $file current file or directory relative to $base
286 * @param int $lvl Current recursion depht
/dokuwiki/inc/parser/
H A Dxhtml.php32 /** @var int current section level */
280 * Close the current section
453 // move current content to store and record footnote
892 // For empty $id we need to know the current $ID
1605 * Returns the current header level.
1608 * @return int The current header level
2051 * @return string revision ('' for current)
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Deiffel.php112 'Current'
H A Dgdb.php109 //[Current Thread...], [KCrash Handler] etc.
H A Dgenero.php100 "CURRENT",
H A Dicon.php64 'column', 'cset', 'current', 'date', 'dateline', 'digits',
H A Dkotlin.php284 'CubicCurve2D.Float', 'Current', 'CurrentHelper',
H A Dsql.php69 'CONNECT', 'CONSTRAINT', 'CONVERT', 'COUNT', 'CREATE', 'CROSS', 'CURRENT',
/dokuwiki/lib/exe/
H A Djs.php273 * Return an two-dimensional array with strings from the language file of current active template.
H A Dmediamanager.php115 // current namespace was removed. redirecting to root ns passing msg along
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php896 * Returns the current engine being used
431 var $current; global() variable in phpseclib\\Crypt\\RSA
H A DRandom.php64 // environmental variables, including the previous session data and the current session
73 // by the user and (2) this isn't just looking at the data sent by the current user - it's based
132 // original hash and the current hash. we'll be emulating that. for more info see the following URL:
H A DRijndael.php74 * or not for the current $block_size/$key_length.
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php14 * desktop. The item's $context property can be used to hide the item depending on the current
196 * @param int $ctx the current context
H A DBacklink.php8 * Shows the backlinks for the current page

123456789