Home
last modified time | relevance | path

Searched full:are (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dokuwiki/inc/parser/
H A Dparser.php4 * Define various types of modes used by the parser - they are used to
11 // containers are complex modes that can contain many other modes
13 // so they are put here
15 // some mode are allowed inside the base mode only
/dokuwiki/lib/plugins/styling/lang/en/
H A Dintro.txt2 All changes are stored in a local configuration file and are upgrade safe.
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_plugins.txt1 These are the plugins currently installed in your DokuWiki. You can enable or disable or even compl…
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml18 If this is the first time you are doing this, please take a few moments to read
22 You are about to report a bug in **DokuWiki**. Bugs in plugins should be reported
28 Describe the issue you are experiencing here. Basically tell us
55 description: The version of PHP you are using to run DokuWiki
89 * Your browser's JavaScript console, if you are reporting a problem with the
95 are reporting a problem with the user interface!
/dokuwiki/inc/Remote/Response/
H A DApiResponse.php6 * These are simple data objects that hold the response data API calls
8 * They are transmitted as associative arrays automatically created by
/dokuwiki/lib/plugins/extension/
H A Dremote.php29 throw new AccessDeniedException('Only admins are allowed to access extensions', 114);
53 throw new AccessDeniedException('Only admins are allowed to access extensions', 114);
80 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
97 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
116 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
141 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
/dokuwiki/inc/lang/id/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
8 are
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt7 modification, are permitted provided that the following conditions are met:
21 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE7 modification, are permitted provided that the following conditions are met:
22 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
/dokuwiki/vendor/simplepie/simplepie/
H A DLICENSE.txt4 Redistribution and use in source and binary forms, with or without modification, are
5 permitted provided that the following conditions are met:
20 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS
/dokuwiki/inc/lang/en/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
6 are
/dokuwiki/lib/plugins/logviewer/lang/en/
H A Dintro.txt3 This interface allows you to view the various logs that are written by DokuWiki. By default, there …
4 …ds on your [[doku>config:dontlog|log settings]]). However if something goes wrong, chances are high
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md3 …thub.com/MarcusSchwarz/lesserphp) has been mostly abandoned in 2021. There are other forks with du…
5 …or [DokuWiki](https://www.dokuwiki.org). This means features not needed for this goal are removed.
14 …the [issue tracker](https://github.com/splitbrain/lesserphp/issues). Fixes are only likely when Do…
22 If you are already using `lessphp` in one of it's many forks, using this one isn't too different.
24 …d) for the LESS syntax itself. Keep in mind that some more modern features are not supported by Le…
H A DLICENSE2 You are free to pick which one suits your needs.
54 The licenses for most software and other practical works are designed
63 When we speak of free software, we are referring to freedom, not
64 price. Our General Public Licenses are designed to make sure that you
91 Some devices are designed to deny users access to install or run
148 extent that warranties are provided), that licensees may convey the
180 programs which are used unmodified in performing those activities but
181 which are not part of the work. For example, Corresponding Source
197 All rights granted under this License are granted for the term of
198 copyright on the Program, and are irrevocable provided the stated
[all …]
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt5 …with a light red background are protected and can not be altered with this plugin. Settings shown …
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md4 …to handle new ZIP and TAR archives without the need for any special PHP extensions (gz and bzip are
19 The usage for the Zip and Tar classes are basically the same. Here are some
64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file indi…
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt3 …DokuWiki is used in the field, and makes sure future development decisions are backed by real-worl…
5 You are encouraged to repeat this step from time to time, or even better to opt for an automated mo…
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph…
23 two backslashes are only recognized at the end of a line\\
27 two backslashes are only recognized at the end of a line\\
38are recognized automagically: http://www.google.com or simply www.google.com - You can set the lin…
40 DokuWiki supports multiple ways of creating links. External links are recognized
43 addresses like this one: <andi@splitbrain.org> are recognized, too.
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use…
49 Internal links are created by using square brackets. You can either just give
52 [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are n…
66 * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
[all …]
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph…
23 two backslashes are only recognized at the end of a line\\
27 two backslashes are only recognized at the end of a line\\
38are recognized automagically: http://www.google.com or simply www.google.com - You can set the lin…
40 DokuWiki supports multiple ways of creating links. External links are recognized
43 addresses like this one: <andi@splitbrain.org> are recognized, too.
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use…
49 Internal links are created by using square brackets. You can either just give
52 [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are n…
66 * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
[all …]
/dokuwiki/inc/Remote/
H A DApi.php13 * There are two types of remote methods. The first is the core methods.
14 * These are always available and provided by dokuwiki.
15 * The other is plugin methods. These are provided by remote plugins.
31 * plugin names are formed the following:
35 * plugin methods are formed like 'plugin.<plugin name>.<method name>'.
170 if ($method->isPublic()) return; // public methods are always allowed
172 if (trim($conf['remoteuser']) === '') return; // all users are allowed
/dokuwiki/.github/workflows/
H A DautoFix.yml41 continue-on-error: true # even if not all errors are fixed, we want to create a PR
52 …Please carefully check the changes before merging. Please note that unit tests are not run for aut…
54 …eate a new pull request. This PR automatically closes when no more changes are suggested by rector…
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DNameFilter.php11 * Redistribution and use in source and binary forms, with or without modification, are
12 * permitted provided that the following conditions are met:
27 * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS
65 * are reserved for future extensions and MUST NOT be used: {}()/\@:
/dokuwiki/lib/plugins/acl/
H A Dremote.php21 'You are not allowed to access ACLs, superuser permission is required',
44 'You are not allowed to access ACLs, superuser permission is required',
66 'You are not allowed to access ACLs, superuser permission is required',
/dokuwiki/vendor/composer/
H A Dplatform_check.php8 …$issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_…
19 …er detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSI…
/dokuwiki/lib/exe/
H A Dopenapi.php50 … The following error codes are currently used in the core methods. This list may be incomplete
61 // duplicate codes are only shown with debug
74 …echo 'You are currently logged in as <strong>' . hsc($INPUT->server->str('REMOTE_USER')) . '</stro…
77 echo 'You are currently not logged in.<br>';

12345678910>>...20