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 relevance

12345678910>>...14

/dokuwiki/lib/plugins/popularity/
H A Dhelper.php108 * Initialize an empty list to be used in file traversing
115 return $list = array_fill_keys([
155 $list = $this->initEmptySearchList();
156 search($list, $conf['datadir'], [$this, 'searchCountCallback'], ['all' => false], '');
157 $data['page_count'] = $list['file_count'];
158 $data['page_size'] = $list['file_size'];
159 $data['page_biggest'] = $list['file_max'];
160 $data['page_smallest'] = $list['file_min'];
161 $data['page_nscount'] = $list['dir_count'];
162 $data['page_nsnest'] = $list['dir_nes
[all...]
/dokuwiki/inc/Parsing/Handler/
H A DCallWriterInterface.php8 * Add a call to our call list
15 * Append a list of calls to our call list
17 * @param array[] $calls list of calls to be appended
H A DLists.php55 // array(list type, current depth, index of current listitem_open)
58 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]];
68 while ($list = array_pop($this->listStack)) {
74 $this->listCalls[] = ['list' . $list[0] . '_close', [], $call[2]];
90 // Just another item in the list...
97 // new list item, update list stack's index into current listitem_open
100 // Switched list type...
104 $this->listCalls[] = ['list'
[all...]
/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;
H A DSettingNoKnownClass.php7 * Used internaly to hide undefined settings, and generate the undefined settings list.
H A DSettingNoDefault.php9 * Used internaly to hide undefined settings, and generate the undefined settings list.
H A DSettingNoClass.php8 * Used internaly to hide undefined settings, and generate the undefined settings list.
/dokuwiki/lib/plugins/extension/helper/
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...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css37 /*____________ toc list ____________*/
47 list-style: none;
67 /* in case of toc list jumping one level
83 list-style-image: url(../../images/bullet.png);
86 list-style-image: url(../../images/open.png);
89 list-style-image: url(../../images/closed.png);
92 list-style-image: url(../../images/closed-rtl.png);
H A Dprint.css38 list-style: disc outside;
41 list-style: decimal outside;
44 list-style-type: lower-alpha;
47 list-style-type: upper-roman;
50 list-style-type: upper-alpha;
53 list-style-type: lower-roman;
H A D_admin.less7 list-style-type: none;
20 list-style-type: none;
H A D_media_fullscreen.css155 list-style: none;
178 /*____________ file list panel ____________*/
180 /* file list header */
190 list-style: none;
211 background: url('../../images/icon-list.png') 3px 1px no-repeat;
230 /* file list content */
252 /* file list as thumbs */
302 /* file list as rows */
305 list-style: none;
383 list
[all...]
/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) {
/dokuwiki/lib/plugins/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,
320 listExtensions($list, $details, $filter = '') global() argument
[all...]
H A Daction.php84 /** @var helper_plugin_extension_list $list */
85 $list = plugin_load('helper', 'extension_list');
87 echo $list->makeInfo($extension);
/dokuwiki/inc/Menu/
H A DAbstractMenu.php11 * Basic menu functionality. A menu defines a list of AbstractItem that shall be shown.
17 /** @var string[] list of Item classes to load */
37 * Get the list of action items in this menu
71 * Generate HTML list items for this menu
H A DMenuInterface.php15 * Get the list of action items in this menu
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php26 // list
27 $options->registerCommand('list', 'List users');
28 $options->registerOption('verbose', 'Show detailed user information', 'v', false, 'list');
68 case 'list':
112 * List the given users
120 $list = $auth->retrieveUsers();
124 foreach ($list as $username => $user) {
/dokuwiki/lib/plugins/authpdo/conf/
H A Ddefault.php60 * list user names matching the given criteria
62 * Make sure the list is distinct and sorted by user name. Apply the given limit and offset
67 $conf['list-users'] = '';
72 * Make sure the counted list is distinct
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dscheme.php78 'list', 'list->string', 'list->vector', 'list-ref', 'list-tail', 'list?',
98 'string->list', 'string->number', 'string->symbol', 'string-append',
109 'vector', 'vector->list', 'vector-fill!', 'vector-length', 'vector-ref',
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE10 list of conditions and the following disclaimer.
13 this list of conditions and the following disclaimer in the documentation
/dokuwiki/vendor/simplepie/simplepie/
H A DLICENSE.txt7 * Redistributions of source code must retain the above copyright notice, this list of
10 * Redistributions in binary form must reproduce the above copyright notice, this list
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt10 this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php13 * Send digest and list subscriptions
39 $subscriptions = $subscriberManager->subscribers($page, null, ['digest', 'list']);
112 } elseif ($style === 'list') {
213 * Send a list mail
215 * Sends a list mail showing a list of changed pages.
/dokuwiki/inc/Extension/
H A DPluginController.php25 * Populates the master list of plugins
35 * Returns a list of available plugins of given type
53 // request the complete list
229 * @param array $files list of files to include, latter overrides previous
244 * Save the current list of plugins
257 // Rebuild list of local settings
296 //The ones which we are sure of (list of 0s not in default)
300 //The final list
305 * Build the list of plugins and cascade
331 * Returns a list o
[all...]

12345678910>>...14