Home
last modified time | relevance | path

Searched full:more (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/dokuwiki/_test/
H A DREADME39 To learn more about running tests and writing your own, visit https://www.dokuwiki.org/devel:unitte…
51 To learn more about PHP CodeSniffer visit https://www.dokuwiki.org/devel:phpcodesniffer
59 To learn more about PHP CodeSniffer visit https://www.dokuwiki.org/devel:rector
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt3 Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
14 … shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
30 Of course we'd be more than happy to have you [[doku>teams:getting_involved|getting involved]] with…
/dokuwiki/_test/tests/Remote/
H A DApiCoreAclCheckTest.php75 '* @more 4', //create
84 …$auth->createUser("mwuser", "12345", "Wiki User", "me@example.com", ['more']); //not in default gr…
95 // member of group 'more' (automatically retrieved)
102 [] // member of group 'more' (automatically retrieved)
109 ['more']
H A DApiCallTest.php15 * With more information
36 // basic doc block tests. More tests are done in the docblock parser class tests
38 $this->assertEquals("With more information\nin several lines", $call->getDescription());
58 // basic doc block tests. More tests are done in the docblock parser class tests
/dokuwiki/inc/Extension/
H A DPluginInterface.php27 * url - Website with more information on the plugin (eg. syntax description)
125 * @param string $more
128 public function email($email, $name = '', $class = '', $more = ''); argument
138 * @param string $more
141 public function external_link($link, $title = '', $class = '', $target = '', $more = ''); argument
H A DPluginTrait.php243 public function email($email, $name = '', $class = '', $more = '') argument
249 return "<a href='mailto:$email' $class title='$email' $more>$name</a>";
255 public function external_link($link, $title = '', $class = '', $target = '', $more = '') argument
262 if ($conf['relnofollow']) $more .= ' rel="nofollow"';
266 if ($more) $more = " " . trim($more);
268 return "<a href='$link'$class$target$more>$title</a>";
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DDate.php33 * Parses more or less complete iso dates and much more, if no timezone given assumes UTC
/dokuwiki/vendor/
H A DREADME6 Learn more about Composer at http://getcomposer.org
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md10 …id not want to start over again. His approach is much more radical than mine and probably took mor…
24 …ntation](docs/docs.md) for the LESS syntax itself. Keep in mind that some more modern features are…
/dokuwiki/vendor/php81_bc/strftime/
H A D.editorconfig2 ; More information at http://editorconfig.org
/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DDocBlockMethodTest.php14 * With more information
35 $this->assertEquals("With more information\nin several lines", $doc->getDescription());
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md16 For more information on how to use GeSHi, please consult the
34 file for more information. If you do modify this program, please tell
/dokuwiki/inc/
H A Dcommon.php46 * filled up with the $default value. If the input string contains more elements, the last
324 //export minimal info to JS, plugins can add more
589 * The $more parameter should always be given as array, the function then
593 * @param mixed $more string or array with additional parameters
599 function ml($id = '', $more = '', $direct = true, $sep = '&amp;', $abs = false) argument
607 if (is_array($more)) {
609 $w = $more['w'] ?? null;
610 $h = $more['h'] ?? null;
612 $more['tok'] = media_get_token($id, $w, $h);
615 if (isset($more['cache']) && $more['cache'] == 'cache') unset($more['cache']);
[all …]
H A Dpreload.php.dist4 * uncomment what you need. See http://www.dokuwiki.org/farms for more information.
/dokuwiki/_test/tests/Remote/Mock/
H A DTestPlugin2.php12 * @param string $str some more parameter description
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt3 …tallation. For help on individual settings refer to [[doku>config]]. For more details about this …
/dokuwiki/lib/plugins/extension/
H A Dcli.php59 'One or more extensions to install. Either by name or download URL',
66 …$options->registerArgument('extensions...', 'One or more extensions to install', true, 'uninstall'…
70 … $options->registerArgument('extensions...', 'One or more extensions to enable', true, 'enable');
74 … $options->registerArgument('extensions...', 'One or more extensions to disable', true, 'disable');
138 * Enable or disable one or more extensions
170 * Uninstall one or more extensions
196 * Install one or more extensions
/dokuwiki/_test/tests/TreeBuilder/cp/
H A Dcomplex.txt21 Here is more and another [[link]].
/dokuwiki/lib/plugins/authpdo/
H A DREADME25 GNU General Public License for more details.
/dokuwiki/lib/plugins/styling/
H A DREADME25 GNU General Public License for more details.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DPBKDF2params.php30 …// technically, this is a CHOICE in RFC2898 but the other "choice" is, currently, more of a placeh…
/dokuwiki/_test/tests/Subscriptions/
H A DSubscriberManagerTest.php122 …'More than one subscription saved for the root namespace even though the old one should have been …
127 …'More than one subscription saved for the wiki namespace even though the old one should have been …
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpycon.php17 * - Modifications by Tim (tim@skreak.com): added more keyword categories, tweaked colors
38 * GNU General Public License for more details.
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPContactCollection.php25 * Lesser General Public License for more details.
H A DadLDAPUserCollection.php25 * Lesser General Public License for more details.

12345678910>>...18