Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 63) sorted by path

123

/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,
H A DCOPYING14 software--to make sure the software is free for all its users. This
34 gratis or for a fee, you must give the recipients all the rights that
54 patent must be licensed for everyone's free use or not licensed at all.
82 copyright notice and disclaimer of warranty; keep intact all the
93 above, provided that you also meet all of these conditions:
100 part thereof, to be licensed as a whole at no charge to all third
157 code means all the source code for all modules it contains, plus any
186 all its terms and conditions for copying, distributing or modifying
204 may not distribute the Program at all
[all...]
/dokuwiki/bin/
H A D.htaccess2 Require all denied
6 Deny from all
/dokuwiki/conf/
H A D.htaccess3 Require all denied
7 Deny from all
H A Dmysql.conf.php.example89 /* This statement is used to get all groups a user is member of. The
90 * result should be a table containing all groups the given user is
107 /* This statement should return a table containing all user login names
198 /* This statement should remove all connections from a user to any group
199 * (a user quits membership of all groups).
/dokuwiki/data/
H A D.htaccess2 Require all denied
6 Deny from all
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
7 DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.
10 Of course you can **__//''combine''//__** all these.
86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
186 Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
385 This is preformatted code all spaces are preserved: like <-this
397 This is preformatted code all spaces are preserved: like <-this
469 | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
H A Dwelcome.txt16 Please be aware that not all templates support sidebars.
/dokuwiki/inc/
H A D.htaccess3 Require all denied
7 Deny from all
H A Dpluginutils.php27 * @param string $type type of plugins; empty string for all
28 * @param bool $all; true to retrieve all, false to retrieve only enabled plugins
31 function plugin_list($type = '', $all = false)
35 $plugins = $plugin_controller->getList($type, $all);
30 plugin_list($type = '', $all = false) global() argument
H A Dutf8.php217 function utf8_tohtml($str, $all = false)
220 return Conversion::toHtml($str, $all);
216 utf8_tohtml($str, $all = false) global() argument
/dokuwiki/inc/Extension/
H A DPluginController.php19 /** @var array all installed plugins and their enabled state [plugin=>enabled] */
39 * use empty string for all types
40 * @param $all bool;
50 public function getList($type = '', $all = false)
55 return $all ? array_keys($this->masterList) : array_keys(array_filter($this->masterList));
61 if ($all && !isset($this->listByType[$type]['disabled'])) {
65 return $all
84 //we keep all loaded plugins available in global scope for reuse
200 * Read all installed plugins and their current enabled state
399 * Initialize vendor autoloaders for all plugin
49 getList($type = '', $all = false) global() argument
[all...]
/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)
25 if ($cp < 0x80 && !$all) {
22 toHtml($str, $all = false) global() argument
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt
/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 **valid e-mail address** - if you are not asked to enter a password here, a new one will be sent to that address. The login name should be a valid [[doku>pagename|pagename]].
/dokuwiki/inc/lang/es/
H A Dregister.txt
/dokuwiki/inc/lang/et/
H A Dnewpage.txt3 Sa klikkisid lingile, mille all teemat veel pole. Selle saad Sa tekitada kasutades **Tekita see leht nuppu**.
/dokuwiki/inc/lang/it/
H A Dsubscr_single.txt17 wiki all'indirizzo @DOKUWIKIURL@ e poi visita
/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/inc/lang/no/
H A Dregister.txt3 Angi all informasjon som det blir spurt om nedenfor for å lage en ny brukerkonto for denne wikien. Vær spesielt nøye med å angi en **gyldig e-postadresse** - ditt passord vil bli sendt til den e-postadressen du angir. Brukernavnet må være et gyldig [[doku>pagename|sidenavn]].
/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. Var särskilt noga med att ange en **giltig e-postadress** - om du inte blir ombedd att ange ett lösenord här kommer ett nytt lösenord att skickas till den adressen. Användarnamnet skall vara ett giltigt [[doku>pagename|sidnamn]].
/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 delete or change multiple rules.
/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 huelen fir Reegelen ze änneren oder ze läschen.
/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('=');

123