/dokuwiki/.github/ |
H A D | release.php | 61 $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 D | changelog_getlastrevisionat.test.php | 123 $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 D | changelog_getrelativerevision.test.php | 393 $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 D | Gzdecode.php | 227 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 D | Locator.php | 261 $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 D | subscr_form.txt | 3 This page allows you to manage your subscriptions for the current page and namespace.
|
H A D | backlinks.txt | 3 This is a list of pages that seem to link back to the current page.
|
H A D | revisions.txt | 3 These are the older revisons of the current document. To revert to an old revision, select it from …
|
H A D | conflict.txt | 5 …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 D | ASN1.php | 224 $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 D | Agent.php | 170 $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 D | SECURITY.md | 3 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 D | confutils.php | 482 * @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 D | BCMath.php | 144 $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 D | conflict.txt | 5 …ep. If you choose ''save'', your version will be saved. Hit ''cancel'' to keep the current version.
|
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
H A D | Lessc.php | 1662 $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 D | admin.php | 385 $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 D | FeedPageProcessorTest.php | 98 $proc->getURL('current')
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | PuTTY.php | 148 $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.less | 47 div.current { 87 div.current::after {
|
H A D | _links.css | 24 /* any link to current page */
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/ |
H A D | Identity.php | 287 $length = current(unpack('N', $this->readBytes(4)));
|
/dokuwiki/vendor/splitbrain/php-jsstrip/src/ |
H A D | JSStrip.php | 119 if (current(array_filter(
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 205 '</td><td>' . hsc(current($method['return'])) . '</td></tr>';
|
/dokuwiki/inc/Remote/ |
H A D | ApiCore.php | 1067 $current = @filemtime(mediaFN($id)); 1068 if ($current === $rev) return true;
|