Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 249) sorted by path

12345678910

/dokuwiki/
H A D.htaccess.dist1 ## You should disable Indexes and MultiViews either here or in the
H A DCOPYING26 in new free programs; and that you know you can do these things.
52 program will individually obtain patent licenses, in effect making the
69 language. (Hereinafter, translation is included without limitation in
80 source code as you receive it, in any medium, provided that you
88 you may at your option offer warranty protection in exchange for a fee.
98 b) You must cause any work that you distribute or publish, that in
99 whole or in part contains or is derived from the Program or any
105 interactive use in the most ordinary way, to print or display an
116 and can be reasonably considered independent and separate works in
135 under Section 2) in objec
[all...]
H A DSECURITY.md5 We try to fix vulnerabilites as fast as possible, but please keep in mind that this is a project run by volunteers. Depending on the severity we may release hotfixes for the current stable release or may simply incorporate the fix in the next proper release.
/dokuwiki/conf/
H A Dacl.auth.php.dist10 # If your auth backend allows special char like spaces in groups
H A Dlocal.php.dist12 //$conf['title'] = 'My Wiki'; //what to show in the title
H A Dmysql.conf.php.example19 * or at least include this file in local.protected.php.
31 /* This option enables debug messages in the mysql plugin. It is
79 * Keep in mind that Dokuwiki will access this information through the
111 * user name is only allowed once in the table.
114 * No patterns will be replaced in this statement but following patters
115 * will be replaced in the filter expressions:
116 * %{user} in FilterLogin user's login name
117 * %{name} in FilterName user's full name
118 * %{email} in FilterEmail user's email address
119 * %{group} in FilterGrou
[all...]
/dokuwiki/data/
H A Ddeleted.files1 # This is a list of files that were present in previous DokuWiki releases
232 # remove in 2017-02-19
940 _test/tests/lib/exe/js_js_compress/test-CommentInDoubleQuotes1-in.js
942 _test/tests/lib/exe/js_js_compress/test-CommentInDoubleQuotes2-in.js
944 _test/tests/lib/exe/js_js_compress/test-CommentInSingleQuotes1-in.js
946 _test/tests/lib/exe/js_js_compress/test-CommentInSingleQuotes2-in.js
948 _test/tests/lib/exe/js_js_compress/test-CommentMultiline-in.js
950 _test/tests/lib/exe/js_js_compress/test-CommentSingleLine-in.js
952 _test/tests/lib/exe/js_js_compress/test-IfThenElseBraces-in.js
954 _test/tests/lib/exe/js_js_compress/test-IfThenElseNoBraces-in
[all...]
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
14 All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>|www.dokuwiki.org]].
51 * [[doku>irc|Talk to other users in the IRC channel]]
60 The DokuWiki engine is licensed under [[https://www.gnu.org/licenses/gpl.html|GNU General Public License]] Version 2. If you use DokuWiki in your company, consider [[doku>donate|donating]] a few bucks ;-).
H A Dsyntax.txt54 You can use [[some:namespaces]] by using a colon in the pagename.
56 You can use [[some:namespaces]] by using a colon in the pagename.
66 * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
79 Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
85 * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone").
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>
103 Please note: The image formatting is the only formatting syntax accepted in lin
[all...]
H A Dwelcome.txt14 You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
26 DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to the [[doku>newsletter]].
28 The [[https://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get [[doku>faq:support|support]].
/dokuwiki/inc/Remote/
H A DApiCore.php20 * The methods are ordered in 'wiki.<method>' and 'dokuwiki.<method>' namespaces
235 * List all pages in the given namespace (and below)
237 * Setting the `depth` to `0` and the `namespace` to `""` will return all pages in the wiki.
239 * Note: author information is not available in this call.
285 * This is uses the page index and is quicker than iterating which is done in listPages()
416 * The page is rendered to HTML as it would be in the wiki. The HTML consist only of the data for the page
419 * References in the HTML are relative to the wiki base URL unless the `canonical` configuration is set.
510 * This returns a list of links found in the given page. This includes internal, external and interwiki links
538 foreach ($ins as $in) {
539 switch ($in[
[all...]
/dokuwiki/inc/Utf8/
H A DUnicode.php12 * Unicode characters. Astral planes are supported ie. the ints in the
20 * Note: this function has been modified slightly in this library to
40 $mBytes = 1; // cached expected number of octets in the current sequence
47 $in = ord($str[$i]);
52 if (0 === (0x80 & $in)) {
54 $out[] = $in;
56 } elseif (0xC0 === (0xE0 & $in)) {
58 $mUcs4 = $in;
62 } elseif (0xE0 === (0xF0 & $in)) {
64 $mUcs4 = $in;
[all...]
/dokuwiki/inc/
H A Dcommon.php70 * @param $in
74 function blank(&$in, $trim = false)
76 if (is_null($in)) return true;
77 if (is_array($in)) return $in === [];
78 if ($in === "\0") return true;
79 if ($trim && trim($in) === '') return true;
80 if (strlen($in) > 0) return false;
81 return empty($in);
114 // CSRF checks are only for logged in user
69 blank(& $in, $trim = false) global() argument
[all...]
/dokuwiki/inc/lang/az/
H A Dpwconfirm.txt
H A Drevisions.txt
/dokuwiki/inc/lang/ckb/
H A Dstopwords.txt19 in
/dokuwiki/inc/lang/de-informal/
H A Dadmin.txt3 Folgende administrative Aufgaben stehen in DokuWiki zur Verfügung.
H A Dconflict.txt3 Eine neuere Version des aktuell in Bearbeitung befindlichen Dokuments existiert. Das heißt, ein anderer Nutzer hat zur gleichen Zeit an derselben Seite gearbeitet und sie zuerst gespeichert.
H A Dlogin.txt3 Gib deinen Benutzernamen und dein Passwort in das Formular unten ein, um dich anzumelden. Bitte beachte, dass dafür "Cookies" in den Sicherheitseinstellungen deines Browsers erlaubt sein müssen.
H A Dmailtext.txt1 Eine Seite in deinem Wiki wurde geändert oder neu angelegt. Hier sind die Details:
H A Dregister.txt3 Bitte fülle alle Felder aus, um einen neuen Benutzer-Account in diesem Wiki anzulegen. Stelle sicher, dass eine **gültige E-Mail-Adresse** angegeben wird - das Passwort wird an diese Adresse gesendet. Der Benutzername sollte aus einem Wort ohne Umlaute, Leer- oder Sonderzeichen bestehen.
H A Dstopwords.txt53 in
H A Duploadmail.txt1 Eine Datei wurde in deinem Wiki hochgeladen. Hier sind die Details:
/dokuwiki/inc/lang/de/
H A Dadmin.txt3 Folgende administrative Aufgaben stehen in DokuWiki zur Verfügung:
H A Dconflict.txt3 Es existiert eine neuere Version des aktuell in Bearbeitung befindlichen Dokumentes. Das heißt, jemand hat parallel an derselben Seite gearbeitet und zuerst gespeichert.

12345678910