Home
last modified time | relevance | path

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

12345678910>>...14

/dokuwiki/
H A DSECURITY.md16 * Send a mail to the [Mailing List](https://www.dokuwiki.org/mailinglist)
H A Dfeed.php
/dokuwiki/bin/
H A Dplugin.php26 $options->registerArgument('plugin', 'The plugin CLI you want to run. Leave off to see list', false);
56 * List available plugins
68 $list = $plugin_controller->getList('cli');
69 sort($list);
70 if ($list === []) {
75 foreach ($list as $name) {
H A Dstriplangs.php32 'Comma separated list of languages to keep in addition to English.',
H A Dwantedpages.php36 'Outputs a list of wanted pages (pages that do not exist yet) and their origin pages ' .
/dokuwiki/conf/
H A Dacronyms.conf3 ACL Access Control List
H A Ddokuwiki.php60 $conf['superuser'] = '!!not set!!'; //The admin can be user or @group or comma separated list user1,@group1,user2
61 $conf['manager'] = '!!not set!!'; //The manager can be user or @group or comma separated list user1,@group1,user2
64 $conf['disableactions'] = ''; //comma separated list of actions to disable
H A Dmediameta.php22 * For a list of available EXIF/IPTC fields refer to
H A Dmysql.conf.php.example110 * Important is that this list contains no double entries for a user. Each
/dokuwiki/data/
H A Ddeleted.files1 # This is a list of files that were present in previous DokuWiki releases
608 lib/images/list-minus.gif
609 lib/images/list-plus.gif
929 lib/images/toolbar/list.png
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt18 * [[doku>features|A feature list]] :!:
49 * [[doku>mailinglist|Join the mailing list]]
H A Dsyntax.txt198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
200 * This is a list
205 - The same list but ordered
211 * This is a list
216 - The same list but ordered
222 Also take a look at the [[doku>faq:lists|FAQ on list items]].
/dokuwiki/inc/Action/
H A DEdit.php
H A DRevisions.php11 * Show the list of old revisions of the current page
H A DSubscribe.php138 // Allow “list” subscribe style since the target is a namespace.
139 $valid_styles[] = 'list';
/dokuwiki/inc/
H A DAjax.php210 * Return list of files for the Mediamanager
344 * List matching namespaces and pages for the link wizard
H A DDifferenceEngine.php245 list ($xoff, $xlim, $yoff, $ylim) = array($yoff, $ylim, $xoff, $xlim);
367 list ($lcs, $seps)
1007 list ($orig_words, $orig_stripped) = $this->_split($orig_lines);
1008 list ($closing_words, $closing_stripped) = $this->_split($closing_lines);
1049 list ($orig_words, $orig_stripped) = $this->_split($orig_lines);
1050 list ($closing_words, $closing_stripped) = $this->_split($closing_lines);
/dokuwiki/inc/Cache/
H A DCache.php
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php181 * Return a list of page revisions numbers
H A DRevisionInfo.php256 * diff link icon in recent changes list, to compare (this) current revision with previous one
298 * diff link icon in revisions list, compare this revision with current one
385 * current indicator, used in revision list
/dokuwiki/inc/Debug/
H A DDebugHelper.php
H A DPropertyDeprecationHelper.php14 * is deprecated. Set the list of properties in $deprecatedPublicProperties
36 * List of deprecated properties, in <property name> => <class> format
/dokuwiki/inc/Extension/
H A DAdminPlugin.php52 * Determine position in list in admin window
H A DAuthPlugin.php31 'getUsers' => false, // can a (filtered) list of users be retrieved?
33 'getGroups' => false, // can a list of available groups be retrieved?
245 * grps array list of groups the user is in
339 * @return array list of userinfo (refer getUserData for internal userinfo details)
374 msg("authorisation method does not support group list retrieval", -1);
H A DEventHandler.php

12345678910>>...14