Home
last modified time | relevance | path

Searched refs:list (Results 26 – 50 of 88) sorted by path

1234

/dokuwiki/inc/lang/hu-formal/
H A Dbacklinks.txt
/dokuwiki/inc/lang/hu/
H A Dbacklinks.txt
H A Dnorev.txt
/dokuwiki/inc/lang/id/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/nl/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/pl/
H A Dnorev.txt
H A Donceexisted.txt
H A Dpwconfirm.txt5 Jeśli to nie Ty prosiłeś(aś) o nowe hasło, zignoruj ten list.
/dokuwiki/inc/lang/ro/
H A Dadmin.txt
H A Dbacklinks.txt
H A Dnorev.txt
H A Dstopwords.txt
/dokuwiki/inc/lang/sq/
H A Dadmin.txt
H A Dbacklinks.txt
H A Dnorev.txt
H A Dstopwords.txt
/dokuwiki/inc/
H A Dmedia.php768 * Prints tabs for files list actions
831 * Prints options for the tab that displays a list of all files
858 'list' => ['listType', ['thumbs', 'rows']],
888 * Returns type of sorting for the list of files in media manager
900 * Returns type of listing for the list of files in media manager
904 * @return string - list type
908 return _media_get_display_param('list', ['default' => 'thumbs', 'rows']);
934 * Prints tab that displays a list of all files
1227 * @return array list of tags of the mediafile
1511 $media_manager_params = ['tab_files', 'tab_details', 'image', 'ns', 'list', 'sor
[all...]
/dokuwiki/lib/exe/
H A Dcss.php277 // and build a list of variable: value; pairs
290 // now prepend the list of LESS variables as the very first thing
537 * Returns a list of possible Plugin Styles (no existance check here)
546 $list = [];
549 $list[DOKU_PLUGIN . "$p/$mediatype.css"] = DOKU_BASE . "lib/plugins/$p/";
550 $list[DOKU_PLUGIN . "$p/$mediatype.less"] = DOKU_BASE . "lib/plugins/$p/";
553 $list[DOKU_PLUGIN . "$p/style.css"] = DOKU_BASE . "lib/plugins/$p/";
554 $list[DOKU_PLUGIN . "$p/style.less"] = DOKU_BASE . "lib/plugins/$p/";
557 return $list;
H A Djs.php211 * Returns a list of possible Plugin Scripts (no existance check here)
219 $list = [];
222 $list[] = DOKU_PLUGIN . "$p/script.js";
224 return $list;
/dokuwiki/lib/plugins/acl/
H A Dstyle.css21 list-style-type: none;
28 list-style-image: none;
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingDirchoice.php16 // populate $this->_choices with a list of directories
17 $list = [];
25 if (is_dir($file)) $list[] = $entry;
29 sort($list);
30 $this->choices = $list;
/dokuwiki/lib/plugins/extension/
H A Daction.php84 /** @var helper_plugin_extension_list $list */
85 $list = plugin_load('helper', 'extension_list');
87 echo $list->makeInfo($extension);
H A Dcli.php39 // list
40 $options->registerCommand('list', 'List installed extensions');
41 $options->registerOption('verbose', 'Show detailed extension information', 'v', false, 'list');
42 $options->registerOption('filter', 'Filter by this status', 'f', 'status', 'list');
79 case 'list':
121 $list = $this->getInstalledExtensions();
124 foreach ($list as $extname) {
292 $list = $this->getInstalledExtensions();
293 $this->listExtensions($list, $showdetails, $filter);
311 $list
320 listExtensions($list, $details, $filter = '') global() argument
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php33 /** @var array list of temporary directories */
575 * Get a list of all DokuWiki versions this extension is compatible with
650 * @return array The list of installed extensions
682 * @return array The list of installed extensions
698 * @return array The list of installed extensions
827 * @param array $installed Optional list of installed plugins
1002 * @return array list of installed extensions
1112 * the 'old' list.
1306 $list = file($definitionfile);
1308 foreach ($list a
[all...]
H A Dgui.php46 /* @var helper_plugin_extension_list $list */
47 $list = $this->loadHelper('extension_list');
53 $list->startForm();
56 $list->addRow($extension, $extension->getID() == $this->infoFor);
58 $list->endForm();
59 $form->addHTML($list->render(true));
79 /* @var helper_plugin_extension_list $list */
80 $list = $this->loadHelper('extension_list');
86 $list->startForm();
89 $list
[all...]

1234