Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 34) sorted by relevance

12

/dokuwiki/.github/
H A Drelease.php61 $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'];
97 $next['date'] = $current['date'];
98 $next['hotfix'] = $this->increaseHotfix($current['hotfix']);
100 $next['update'] = intval($current['update']) + 1;
[all …]
/dokuwiki/_test/tests/inc/
H A Dchangelog_getlastrevisionat.test.php123 $current = $pagelog->getLastRevisionAt($rev);
124 $this->assertEquals($currentexpected, $current);
157 $current = $medialog->getLastRevisionAt($rev);
159 $this->assertGreaterThan($revexpected, $current);
161 $this->assertLessThanOrEqual(time(), $current);
H A Dchangelog_getrelativerevision.test.php393 $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/vendor/simplepie/simplepie/src/
H A DGzdecode.php227 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)));
332 $isize = current(unpack('V', substr($this->compressed_data, $this->position, 4)));
H A DLocator.php261 $current = $this->registry->call(Misc::class, 'parse_url', [$this->file->url]);
263 … if ($parsed['authority'] === '' || $parsed['authority'] === $current['authority']) {
/dokuwiki/inc/lang/en/
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 …
H A Dconflict.txt5 …ep. 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['content'] = new BigInteger(substr($content, $content_pos), -256);
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php170 $length = current(unpack('N', $this->readBytes(4)));
283 $agent_data_bytes = current(unpack('N', $data));
299 $agent_reply_bytes = current(unpack('N', $this->readBytes(4)));
302 $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 `…
5 …by volunteers. Depending on the severity we may release hotfixes for the current stable release or…
/dokuwiki/inc/
H A Dconfutils.php482 * @param array $current
487 function array_merge_with_removal($current, $new) argument
491 $idx = array_search(trim(substr($val, 1)), $current);
493 unset($current[$idx]);
496 $current[] = trim($val);
500 return array_slice($current, 0);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php144 $current = $this->value;
146 if ($current[0] == '-') {
147 $current = substr($current, 1);
150 while (bccomp($current, '0', 0) > 0) {
151 $temp = bcmod($current, '16777216');
153 $current = bcdiv($current, '16777216', 0);
/dokuwiki/inc/lang/ku/
H A Dconflict.txt5 …ep. If you choose ''save'', your version will be saved. Hit ''cancel'' to keep the current version.
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php1662 $current = $this->env;
1668 while ($current) {
1669 if ($isArguments && isset($current->arguments)) {
1670 return ['list', ' ', $current->arguments];
1673 if (isset($current->store[$name]))
1674 return $current->store[$name];
1676 if (isset($current->storeParent))
1677 $scope_secondary[] = $current->storeParent;
1679 $current = $current->parent ?? null;
1684 $current = array_shift($scope_secondary);
[all …]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php385 $current = $this->getExactPermisson();
388 $this->printExplanation($current);
390 $this->printAclEditor($current);
409 protected function printAclEditor($current) argument
414 if (is_null($current)) {
420 echo $this->makeCheckboxes($current, empty($this->ns), 'acl');
422 if (is_null($current)) {
437 protected function printExplanation($current) argument
506 } elseif (is_null($current)) {
/dokuwiki/_test/tests/Feed/
H A DFeedPageProcessorTest.php98 $proc->getURL('current')
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php148 $data = $current = '';
155 $current = strtolower($match[1]);
156 $values[$current] = $in_value ? substr($match[2], 0, -1) : $match[2];
160 $values[$current] .= $in_value ? substr($line, 0, -1) : $line;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less47 div.current {
87 div.current::after {
H A D_links.css24 /* any link to current page */
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php287 $length = current(unpack('N', $this->readBytes(4)));
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php119 if (current(array_filter(
/dokuwiki/lib/plugins/info/
H A Dsyntax.php205 '</td><td>' . hsc(current($method['return'])) . '</td></tr>';
/dokuwiki/inc/Remote/
H A DApiCore.php1067 $current = @filemtime(mediaFN($id));
1068 if ($current === $rev) return true;

12