Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 27) sorted by last modified time

12

/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/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php896 * Returns the current engine being used
431 var $current; global() variable in phpseclib\\Crypt\\RSA
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php228 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)));
H A DLocator.php262 $current = $this->registry->call(Misc::class, 'parse_url', [$this->file->url]);
264 if ($parsed['authority'] === '' || $parsed['authority'] === $current['authority']) {
/dokuwiki/lib/plugins/info/
H A Dsyntax.php66 * @param Doku_Renderer $renderer the current renderer object
205 '</td><td>' . hsc(current($method['return'])) . '</td></tr>';
/dokuwiki/inc/lang/en/
H A Dconflict.txt5 Examine the differences shown below thoroughly, then decide which version to keep. If you choose ''save'', your version will be saved. Hit ''cancel'' to keep the current version.
H A Dsubscr_form.txt3 This page allows you to manage your subscriptions for the current page and namespace.
H A Dbacklinks.txt3 This is a list of pages that seem to link back to the current page.
H A Drevisions.txt3 These are the older revisons of the current document. To revert to an old revision, select it from below, click ''Edit this page'' and save it.
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css408 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
471 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php542 * The current exchange hash
3423 * Returns a channel identifier, presently of the last interactive channel opened, regardless of current status.
3740 $current = microtime(true);
3743 ' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)';
3745 $this->last_packet = $current;
4400 $current = microtime(true);
4403 ' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)';
4405 $this->last_packet = $current;
4547 packet size for the channel, and the current window size, whichever
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php281 $length = current(unpack('N', $this->readBytes(4)));
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/inc/
H A Dconfutils.php482 * @param array $current
487 function array_merge_with_removal($current, $new)
491 $idx = array_search(trim(substr($val, 1)), $current);
493 unset($current[$idx]);
496 $current[] = trim($val);
500 return array_slice($current, 0);
460 array_merge_with_removal($current, $new) global() argument
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_links.css24 /* any link to current page */
H A D_search.less47 div.current {
87 div.current::after {
/dokuwiki/inc/lang/ku/
H A Dconflict.txt5 Examine the differences shown below thoroughly, then decide which version to keep. If you choose ''save'', your version will be saved. Hit ''cancel'' to keep the current version.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php224 $current = ['start' => $start];
274 $current += ['headerlength' => $length + 2];
279 $current += ['headerlength' => 2];
310 'length' => $length + $start - $current['start']
311 ] + $current;
343 'length' => $start - $current['start']
344 ] + $current;
347 $current += ['type' => $tag];
356 $current['content'] = (bool) ord($content[$content_pos]);
363 $current['conten
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/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/
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/lib/plugins/authldap/
H A Dauth.php180 // be accessible anonymously, so we try to rebind the current user here
254 $regexp = current($key);
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG627 - Optimization to prevent loading the current language file twice (Milian Wolff)
/dokuwiki/inc/parser/
H A Dhandler.php22 /** @var array The current CallWriter will write directly to this list of calls, Parser reads it */
48 * Add a new call by passing it to the current CallWriter
61 * Accessor for the current CallWriter
81 * Return the current internal status of the given name
155 * fetch the current call and advance the pointer to the next one
162 $call = current($this->calls);
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php119 if (current(array_filter(

12