Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 541) sorted by path

12345678910>>...22

/dokuwiki/
H A DCOPYING33 For example, if you distribute copies of such a program, whether
34 gratis or for a fee, you must give the recipients all the rights that
51 patents. We wish to avoid the danger that redistributors of a free
63 a notice placed by the copyright holder saying it may be distributed
65 refers to any such program or work, and a "work based on the Program"
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
84 and give any other recipients of the Program a copy of this License
87 You may charge a fe
[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.
9 ## Reporting a Vulnerability
15 * Open a [Github Issue](https://github.com/dokuwiki/dokuwiki/issues)
16 * Send a mail to the [Mailing List](https://www.dokuwiki.org/mailinglist)
/dokuwiki/conf/
H A Dacronyms.conf29 IANAL I am not a lawyer (but)
H A Dlocal.php.dist3 * This is an example of how a local.php could look like.
7 * When using the installer, a correct local.php file be generated for
H A Dmysql.conf.php.example6 * If you use a different one you have to change them accordingly.
46 * a warning during operation. See the example below.
55 * should be a table with exact one line containing at least the password
73 /* This statement should return a table with exact one row containing
89 /* 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
109 * case dependent by the plugin. At the end a sort expression will be added.
110 * Important is that this list contains no double entries for a user. Each
135 /* This statement should add a use
[all...]
H A Dwordblock.conf29 (just|simply) (my|a) profile (site|webpage|page)
/dokuwiki/data/
H A Ddeleted.files1 # This is a list of files that were present in previous DokuWiki releases
/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg3 <linearGradient id="a">
15 <linearGradient id="m" x1="184.07" x2="201.41" y1="246.36" y2="246.36" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
56 <radialGradient id="o" cx="257.41" cy="274.64" r="7.144" gradientTransform="matrix(1 0 0 1.6314 0 -173.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
57 <radialGradient id="i" cx="224.41" cy="212.8" r="8.681" gradientTransform="matrix(1 0 0 .98418 0 3.367)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
/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.
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.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.
23 two backslashes are only recognized at the end of a line\\
24 or followed by\\ a whitespace \\this happens without it.
27 two backslashes are only recognized at the end of a line\\
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]].
50 a [[pagenam
[all...]
H A Dwelcome.txt3 Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
10 Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]].
14 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.
20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
/dokuwiki/inc/
H A DJpegMeta.php236 * Return a date field
256 * Return a file info field
292 * Return shutter speed as a ratio
949 * @param string $fileName file name or empty string for a random name
1006 return false; // ERROR: File is not a JPEG
1164 return false; // ERROR: File is not a JPEG
1811 $a = $this->_getLong($rawValue, 0, $isBigEndian);
1815 $value['num'] = $a;
1817 if (($a != 0) && ($b != 0)) {
1818 $value['val'] = $a /
[all...]
H A Dauth.php7 * a user by calling auth_login()
80 if (preg_match('~^Basic ([a-z\d/+]*={0,2})$~i', $header, $matches)) {
118 //load ACL into a global array XXX
176 * Try a token login
243 * The authentication works like this: if a username was given
244 * a new login is assumed and user/password are checked. If they
246 * together with the username in a cookie - the same info is stored
247 * in the session, too. Additonally a browserID is stored in the
254 * If a cookie was found but no session info was availabe the
258 * On a successfu
[all...]
H A Dfulltext.php25 * Returns a list of matching documents for the given query
55 * Returns a list of matching documents for the given query
178 * Returns the backlinks for a given page
208 * Returns the pages that use a given media file
384 * from the search index. This function is a wrapper around stripos with
410 * @param string $a argument
412 * @return int Returns < 0 if $a is less than $b; > 0 if $a is greater than $b, and 0 if they are equal.
414 function ft_pagesorter($a, $b)
416 $ac = count(explode(':', $a));
391 ft_pagesorter($a, $b) global() argument
[all...]
H A Dinfoutils.php120 // At this point $headCommit is a SHA
158 * @return string The version string e.g. "Release 2023-04-04a"
168 * Run a few sanity checks
268 msg('Your locale <code>' . hsc($loc) . '</code> seems not to be a UTF-8 locale,
328 <a href="https://www.dokuwiki.org/faq:searchindex">faq:searchindex</a>
337 <a href="https://www.dokuwiki.org/faq:searchindex">faq:searchindex</a>
357 Consider configuring a sync with a NT
[all...]
/dokuwiki/inc/Parsing/ParserMode/
H A DAcronym.php51 * @param string $a
56 protected function compare($a, $b) argument
58 $a_len = strlen($a);
/dokuwiki/inc/Ui/
H A DAdmin.php98 * Display a single Admin menu item
107 echo '<a href="' . wl($ID, 'do=admin&amp;page=' . $item['plugin']) . '">';
114 echo '</a>';
169 * @param array $a
173 protected function menuSort($a, $b)
175 $strcmp = Sort::strcmp($a['prompt'], $b['prompt']);
177 return $a['sort'] <=> $b['sort'];
164 menuSort($a, $b) global() argument
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/az/
H A Dadmin.txt
H A Dconflict.txt
H A Ddraft.txt
H A Deditrev.txt
H A Dlocked.txt
H A Dlogin.txt
H A Dpwconfirm.txt

12345678910>>...22