Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 76) sorted by relevance

1234

/dokuwiki/data/
H A D.htaccess2 Require all denied
6 Deny from all
/dokuwiki/bin/
H A D.htaccess2 Require all denied
6 Deny from all
/dokuwiki/vendor/
H A D.htaccess2 Require all denied
6 Deny from all
/dokuwiki/inc/
H A D.htaccess3 Require all denied
7 Deny from all
H A Dpluginutils.php28 * @param bool $all; true to retrieve all, false to retrieve only enabled plugins
31 function plugin_list($type = '', $all = false) argument
35 $plugins = $plugin_controller->getList($type, $all);
/dokuwiki/conf/
H A D.htaccess3 Require all denied
7 Deny from all
/dokuwiki/inc/lang/en/
H A Dindex.txt3 This is a sitemap over all available pages ordered by [[doku>namespaces|namespaces]].
H A Dregister.txt3 Fill in all the information below to create a new account in this wiki. Make sure you supply a **va…
/dokuwiki/inc/lang/lb/
H A Dindex.txt3 Dëst ass em Index vun all de Säiten gesënnert no [[doku>namespaces|namespaces]].
/dokuwiki/lib/plugins/acl/
H A Dscript.js84 var all = str.split('&');
85 for (var i = 0; i < all.length; i++) {
86 var att = all[i].split('=');
/dokuwiki/inc/lang/et/
H A Dnewpage.txt3 Sa klikkisid lingile, mille all teemat veel pole. Selle saad Sa tekitada kasutades **Tekita see leh…
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt4 * The left pane displays all available namespaces and pages.
6 …* In the table below all currently set access control rules are shown. You can use it to quickly d…
/dokuwiki/inc/Utf8/
H A DConversion.php18 * @param bool $all Encode non-utf8 char to HTML as well
21 public static function toHtml($str, $all = false) argument
25 if ($cp < 0x80 && !$all) {
/dokuwiki/lib/plugins/acl/lang/lb/
H A Dhelp.txt5 Op der lénkser Säit hues de all d'Namespacen a Säiten.
9 An der Tabell hei ënnendrënner kanns de all d'Reegele gesinn déi de Moment gesat sinn. Du kanns se …
/dokuwiki/
H A D.htaccess.dist8 Require all denied
12 Deny from all
34 ## Not all installations will require the following line. If you do,
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_search.txt1 This tab gives you access to all available 3rd party [[doku>plugins|plugins]] and [[doku>template|t…
/dokuwiki/inc/lang/it/
H A Dsubscr_single.txt17 wiki all'indirizzo @DOKUWIKIURL@ e poi visita
/dokuwiki/inc/lang/no/
H A Dregister.txt3 Angi all informasjon som det blir spurt om nedenfor for å lage en ny brukerkonto for denne wikien. …
/dokuwiki/lib/scripts/
H A Dscript.js14 var is_khtml = (navigator.vendor == 'KDE' || ( document.childNodes && !document.all && !navigator.…
/dokuwiki/inc/lang/es/
H A Dregister.txt3 …ate que escribes una **dirección de correo electrónico válida** puesto que allí se enviará tu cont…
/dokuwiki/inc/lang/sv/
H A Dregister.txt3 Fyll i all information som efterfrågas i formuläret nedan för att skapa ett nytt konto i denna wiki…
/dokuwiki/_test/tests/TreeBuilder/cp/
H A Dcomplex.txt3 It has all kinds of [[:content]]. But also Links.
/dokuwiki/inc/Extension/
H A DPluginController.php50 public function getList($type = '', $all = false) argument
55 … return $all ? array_keys($this->masterList) : array_keys(array_filter($this->masterList));
61 if ($all && !isset($this->listByType[$type]['disabled'])) {
65 return $all
/dokuwiki/_test/
H A DREADME15 The composer configuration contains a number of scripts to run the various tools on all of DokuWiki.
17 Run all the tests:
/dokuwiki/lib/plugins/config/lang/lb/
H A Dintro.txt7 Vergiess w.e.g. net **Späicheren** ze drécken iers de d'Säit verléiss, anescht ginn all deng Änneru…

1234