Home
last modified time | relevance | path

Searched +full:by -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 559) sorted by path

12345678910>>...23

/dokuwiki/
H A DCOPYING12 freedom to share and change it. By contrast, the GNU General Public
17 using it. (Some other Free Software Foundation software is covered by
45 software. If the software is modified by someone else and passed on, we
47 that any problems introduced by others will not reflect on the original
50 Finally, any free program is threatened constantly by software
63 a notice placed by the copyright holder saying it may be distributed
73 covered by this License; they are outside its scope. The act of
76 Program (independent of having been made by running the Program).
125 your rights to work written entirely by you; rather, the intent is to
166 If distribution of executable or object code is made by offerin
[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.
H A Dfeed.php
/dokuwiki/bin/
H A Ddwpage.php140 'keys of the different levels by spaces, in quotes, eg "date modified".',
284 $this->error("Page $wiki_id is already locked by another user");
308 $this->error("Page $wiki_id is locked by another user");
H A Dindexer.php28 'Updates the searchindex by indexing all new or changed pages. When the -c option is ' .
H A Dwantedpages.php47 'Sort by wanted or origin page',
/dokuwiki/conf/
H A Dacl.auth.php.dist7 # Editing this file by hand shouldn't be necessary. Use the ACL
H A Dacronyms.conf10 BTW By the way
H A Ddokuwiki.php22 $conf['license'] = 'cc-by-nc-sa'; //see conf/license.php
38 $conf['dformat'] = '%Y/%m/%d %H:%M'; //dateformat accepted by PHPs strftime() function
102 $conf['fetchsize'] = 0; //maximum size (bytes) fetch.php may download from extern, disabled by default
119 $conf['rss_type'] = 'rss1'; //type of RSS feed to provide, by default:
130 $conf['rss_content'] = 'abstract'; //what to put in the items by default?
154 $conf['gzip_output'] = 0; //use gzip content encoding for the output xhtml (if allowed by browser)
H A Dinterwiki.conf2 # {URL} is replaced by the URL encoded representation of the wikiname
4 # {NAME} this is replaced by the wikiname as given in the document
H A Dlicense.php18 $license['cc-by'] = array(
20 'url' => 'https://creativecommons.org/licenses/by/4.0/deed.'.$LC,
22 $license['cc-by-sa'] = array(
24 'url' => 'https://creativecommons.org/licenses/by-sa/4.0/deed.'.$LC,
30 $license['cc-by-nc'] = array(
32 'url' => 'https://creativecommons.org/licenses/by-nc/4.0/deed.'.$LC,
34 $license['cc-by-nc-sa'] = array(
36 'url' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/deed.'.$LC,
H A Dmysql.conf.php.example36 /* Normally password encryption is done by DokuWiki (recommended) but for
43 /* Multiple table operations will be protected by locks. This array tells
109 * case dependent by the plugin. At the end a sort expression will be added.
129 $conf['plugin']['authmysql']['SortOrder'] = "ORDER BY login";
H A Dplugins.required.php4 * from changes by the extension manager. These settings will override any local settings.
H A Dsmileys.conf1 # Smileys configured here will be replaced by the
H A Dwordblock.conf1 # This blacklist is maintained by the DokuWiki community
/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.
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.
20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
24 or followed by\\ a whitespace \\this happens without it.
28 or followed by\\ a whitespace \\this happens without it.
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
49 Internal links are created by using square brackets. You can either just give
54 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.
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.
97 You can also use an image to link to another internal or external page by combinin
[all...]
/dokuwiki/inc/Action/
H A DEdit.php83 //check if locked by anyone - if not lock for my self
H A DExport.php11 * Handle exporting by calling the appropriate renderer
H A DResendpwd.php121 } else { // autogenerate the password and send by mail
H A DShow.php4 * Created by IntelliJ IDEA.
/dokuwiki/inc/Action/Exception/
H A DActionAclRequiredException.php8 * Thrown by AbstractACLAction when an action requires that the ACL subsystem is
H A DActionUserRequiredException.php8 * Thrown by AbstractUserAction when an action requires that a user is logged
/dokuwiki/inc/
H A DActionRouter.php170 * This translates the given name to a class name by uppercasing the first letter.
/dokuwiki/inc/Cache/
H A DCache.php19 // used by makeDefaultCacheDecision to determine cache validity
106 * @internal This method may only be called by the event handler! Call \dokuwiki\Cache\Cache::useCache instead!

12345678910>>...23