Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 25 of 47) sorted by relevance

12

/dokuwiki/_test/tests/TreeBuilder/
H A DPageTreeBuilderTest.php150 …public function testPageTreeConfigurations(string $namespace, int $depth, int $flags, array $expec… argument
152 $tree = new PageTreeBuilder($namespace, $depth);
170 public function testTopLevelTree(string $namespace, int $depth, int $flags, array $expected) argument
175 $expected = array_map(function ($item) use ($namespace) {
179 $namespace = '';
180 $this->testPageTreeConfigurations($namespace, $depth, $flags, $expected);
/dokuwiki/inc/lang/en/
H A Dsubscr_list.txt3 Pages in the namespace @PAGE@ of the @TITLE@ wiki changed.
13 and unsubscribe page and/or namespace changes.
H A Dsubscr_form.txt3 This page allows you to manage your subscriptions for the current page and namespace.
H A Dsubscr_digest.txt16 and unsubscribe page and/or namespace changes.
/dokuwiki/inc/lang/he/
H A Dindex.txt3 זהו קובץ מפת אתר הנמצא מעל לכל הדפים המאורגנים ב[[doku>namespace|מתחמים]].
/dokuwiki/inc/lang/pt/
H A Dsubscr_list.txt3 Páginas no namespace @PAGE@ do wiki @TITLE@ mudaram.
13 e des-subscreva às alterações da página e/ou namespace.
H A Dsubscr_form.txt3 Esta página permite-lhe gerenciar as suas subscrições para a página e namespace atuais.
/dokuwiki/inc/lang/nl/
H A Dsubscr_list.txt3 Pagina's in de namespace @PAGE@ van de @TITLE@ wiki zijn veranderd. Hier zijn de veranderde pagina'…
9 …ert u naar @SUBSCRIBE@. Vervolgens kunt u zich voor elke gewenste pagina of namespace uitschrijven.
H A Dsubscr_form.txt3 Deze pagina stelt u in staat uw abonnementen voor de huidige pagina en namespace te configureren.
/dokuwiki/inc/lang/cy/
H A Dsubscr_list.txt3 Gwnaeth tudalennau yn y namespace @PAGE@ o'r wici @TITLE@ newid.
13 a thanysgrifio o newidiadau tudalen a/neu namespace.
H A Dsubscr_form.txt3 …r dudalen hon yn eich galluogi i reoli'ch tanysgrifiadau ar gyfer y dudalen gyfredol a'r namespace.
/dokuwiki/inc/TreeBuilder/
H A DPageTreeBuilder.php43 protected string $namespace; variable in dokuwiki\\TreeBuilder\\PageTreeBuilder
52 * @param string $namespace The namespace to start from
55 public function __construct(string $namespace, int $maxdepth = -1) argument
57 $this->namespace = $namespace;
224 * @param string $namespace
227 protected function namespacePath(string $namespace): string argument
232 $dir = wikiFN($namespace . ':xxx');
/dokuwiki/inc/lang/fi/
H A Dindex.txt3 Tämä on hakemisto kaikista saatavilla olevista sivuista järjestettynä [[doku>namespace|nimiavaruuks…
/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.txt1namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If you u…
/dokuwiki/lib/tpl/dokuwiki/lang/cy/
H A Dstyle.txt1 …id y logo, defnyddiwch y Rheolwr Cyfrwng i lanlwytho ''logo.png'' i ''wici'' neu wraidd y namespace
3 wici caeedig, awgrymwyd eich bod chi'n gwneud y ''wici'' (new wraidd) y namespace yn ddarllenadwy i…
/dokuwiki/lib/tpl/dokuwiki/lang/pt/
H A Dstyle.txt1namespace raiz e ele será usado automaticamente. Você também pode fazer upload de um "favicon.ico"…
/dokuwiki/inc/lang/ku/
H A Dindex.txt3 Ev îndeksa hemû rûpelên heyî ye. Rûpel li gora [[doku>namespaces|namespace]] hatin birêzkirin.
/dokuwiki/inc/lang/pt-br/
H A Dsubscr_form.txt3 Esta página permite voce gerencias as inscrições para a página e namespace corrente.
H A Dsubscr_list.txt18 e então visite @SUBSCRIBE@ e cancele a inscrição de edição da página ou namespace.
22 visite a página de @SUBSCRIBE@ e cancele a inscrição de edição da página ou namespace.
/dokuwiki/lib/plugins/acl/lang/tr/
H A Dhelp.txt3 Bu sayfada Wiki'nizin namespace ve sayfaları için izinleri belirleyebilirsiniz.
5 Soldaki kısım varolan namespace ve sayfaları listeler.
/dokuwiki/inc/lang/id/
H A Dsubscr_digest.txt14 …KIURL@ kemudian kunjungi @SUBSCRIBE@ dan halaman batal berlangganan dan/atau namespace yang diubah.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php44 private static $namespace; variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML
343 * @param string $namespace
345 public static function setNamespace($namespace) argument
347 self::$namespace = $namespace;
382 if (empty(static::$namespace)) {
385 $pre = static::$namespace . ':';
386 $post = ':' . static::$namespace;
/dokuwiki/inc/Remote/
H A DApiCore.php242 * @param string $namespace The namespace to search. Empty string for root namespace
248 public function listPages($namespace = '', $depth = 1, $hash = false) argument
252 $namespace = cleanID($namespace);
255 if ($namespace === '' && $depth === 0) {
261 $depth += substr_count($namespace, ':') + 1;
265 $dir = utf8_encodeFN(str_replace(':', '/', $namespace));
747 * @param string $namespace The namespace to search. Empty string for root namespace
754 public function listMedia($namespace = '', $pattern = '', $depth = 1, $hash = false) argument
758 $namespace = cleanID($namespace);
767 $dir = utf8_encodeFN(str_replace(':', '/', $namespace));
/dokuwiki/inc/lang/sv/
H A Dsubscr_digest.txt15 och avbeställ ändringar av sidor och/eller namespace.

12