Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 27) sorted by relevance

12

/dokuwiki/lib/tpl/dokuwiki/lang/zh-tw/
H A Dstyle.txt1 …''logo.png'' 檔案上傳到 ''wiki'' 或 root 分類名稱下,系統就會自動使用該檔案。您也可以在其中上傳 ''favicon.ico''。如果您使用封閉的 wiki,建議您在 …
/dokuwiki/lib/tpl/dokuwiki/lang/hr/
H A Dstyle.txt1root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako kori…
/dokuwiki/lib/tpl/dokuwiki/lang/it/
H A Dstyle.txt1root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. Se utilizz…
/dokuwiki/lib/tpl/dokuwiki/lang/en/
H A Dstyle.txt1 …imply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it
3 wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings …
/dokuwiki/lib/tpl/dokuwiki/lang/da/
H A Dstyle.txt1root namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If …
/dokuwiki/lib/tpl/dokuwiki/lang/nl/
H A Dstyle.txt1root naamruimte te uploaden. Dit logo zal dan automatisch gebruikt worden. Je kunt zo ook een "fav…
/dokuwiki/lib/plugins/extension/_test/
H A DManagerTest.php26 $root = io_mktmpdir();
29 $extension->method('getInstallDir')->willReturn($root);
/dokuwiki/vendor/geshi/geshi/
H A D.editorconfig3 root = true
/dokuwiki/_test/
H A Dmysql.conf.php.dist8 $conf['user'] = 'root';
/dokuwiki/
H A D.editorconfig3 root = true
H A D.htaccess.dist36 ## to your document root.
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A D.editorconfig7 root = true
H A DLICENSE188 root function must still compute square roots.)
/dokuwiki/vendor/php81_bc/strftime/
H A D.editorconfig4 root = true
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php567 * @param array $root (by reference)
570 private function mapInExtensions(array &$root, $path) argument
572 $extensions = &$this->subArrayUnchecked($root, $path);
621 * @param array $root (by reference)
624 private function mapOutExtensions(array &$root, $path) argument
626 $extensions = &$this->subArray($root, $path, !empty($this->extensionValues));
702 * @param array $root (by reference)
705 private function mapInAttributes(&$root, $path) argument
707 $attributes = &$this->subArray($root, $path);
744 * @param array $root (by reference)
[all …]
/dokuwiki/inc/
H A Dinit.php589 $root = '';
594 $root = '/';
598 $root = $match[1] . '/';
601 $root = $match[1];
608 if (!$root) {
629 $finalpath = $root . implode('/', $newpath);
/dokuwiki/lib/tpl/dokuwiki/lang/pl/
H A Dstyle.txt1 …ywasz zamkniętej wiki, zaleca się, aby na liście ACL katalogu "wiki" (lub root) włączyć prawo odc…
/dokuwiki/lib/tpl/dokuwiki/lang/cs/
H A Dstyle.txt2 …jnou wiki, doporučujeme udělit plná práva pro čtení prostoru "wiki" (nebo root) v nastavení ACL, j…
/dokuwiki/lib/styles/
H A Dfeed.css32 :root:before {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2085 $root = dirname(__FILE__, 2);
2086 if (file_exists($root . '/.git/index')) {
2087 static::$SIMPLEPIE_BUILD = filemtime($root . '/.git/index');
2090 } elseif (file_exists($root . '/SimplePie')) {
2092 foreach (glob($root . '/SimplePie/*.php') as $file) {
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php111 $root = $parser->parse($string);
126 $this->compileBlock($root);
129 $position = $this->sourceLoc !== -1 ? $this->sourceLoc : $root->count;
390 $root = $parser->parse(file_get_contents($realPath));
393 foreach ($root->props as $prop) {
402 foreach ($root->children as $childName => $child) {
416 [$top, $bottom] = $this->sortProps($root->props, true);
566 protected function compileRoot($root) argument
569 $this->scope = $this->makeOutputBlock($root->type);
570 $this->compileProps($root, $this->scope);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php566 $root = new self();
567 $root->value = gmp_root($this->value, $n);
568 return $this->normalize($root);
H A DEngine.php1057 $root = $g;
1058 return $this->normalize($root);
1081 $root = $g;
1091 $root = $g;
1093 return $this->normalize($root);
1102 public function root($n = 2) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine
/dokuwiki/_test/core/
H A DphpQuery-onefile.php170 public $root; variable in DOMDocumentWrapper
188 $this->root = $this->document;
330 $this->root = $this->document;
414 $this->root = $this->document;
598 return $this->import($fake->root->childNodes);
614 $fake->root = $fake->document;
627 $fake->root->appendChild($node);
652 $fragment->root = $fragment->document->firstChild->nextSibling;
655 $fragment->root = $fragment->document->firstChild;
669 $fragment->root = $noBody
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php739 public function root($n = 2) function in phpseclib3\\Math\\BigInteger
741 return new static($this->value->root($n));

12