| /dokuwiki/lib/tpl/dokuwiki/lang/zh-tw/ |
| H A D | style.txt | 1 …''logo.png'' 檔案上傳到 ''wiki'' 或 root 分類名稱下,系統就會自動使用該檔案。您也可以在其中上傳 ''favicon.ico''。如果您使用封閉的 wiki,建議您在 …
|
| /dokuwiki/lib/tpl/dokuwiki/lang/hr/ |
| H A D | style.txt | 1 …root 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 D | style.txt | 1 …root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. Se utilizz…
|
| /dokuwiki/lib/tpl/dokuwiki/lang/en/ |
| H A D | style.txt | 1 …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 D | style.txt | 1 …root namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If …
|
| /dokuwiki/lib/tpl/dokuwiki/lang/nl/ |
| H A D | style.txt | 1 …root naamruimte te uploaden. Dit logo zal dan automatisch gebruikt worden. Je kunt zo ook een "fav…
|
| /dokuwiki/lib/plugins/extension/_test/ |
| H A D | ManagerTest.php | 26 $root = io_mktmpdir(); 29 $extension->method('getInstallDir')->willReturn($root);
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | .editorconfig | 3 root = true
|
| /dokuwiki/_test/ |
| H A D | mysql.conf.php.dist | 8 $conf['user'] = 'root';
|
| /dokuwiki/ |
| H A D | .editorconfig | 3 root = true
|
| H A D | .htaccess.dist | 36 ## to your document root.
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | .editorconfig | 7 root = true
|
| H A D | LICENSE | 188 root function must still compute square roots.)
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | .editorconfig | 4 root = true
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 567 * @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 D | init.php | 589 $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 D | style.txt | 1 …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 D | style.txt | 2 …jnou wiki, doporučujeme udělit plná práva pro čtení prostoru "wiki" (nebo root) v nastavení ACL, j…
|
| /dokuwiki/lib/styles/ |
| H A D | feed.css | 32 :root:before {
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Misc.php | 2085 $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 D | Lessc.php | 111 $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 D | GMP.php | 566 $root = new self(); 567 $root->value = gmp_root($this->value, $n); 568 return $this->normalize($root);
|
| H A D | Engine.php | 1057 $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 D | phpQuery-onefile.php | 170 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 D | BigInteger.php | 739 public function root($n = 2) function in phpseclib3\\Math\\BigInteger 741 return new static($this->value->root($n));
|