/dokuwiki/lib/plugins/popularity/ |
H A D | helper.php | 108 * 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 D | CallWriterInterface.php | 8 * 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 D | Lists.php | 55 // 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 D | SettingDirchoice.php | 16 // 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 D | SettingNoKnownClass.php | 7 * Used internaly to hide undefined settings, and generate the undefined settings list.
|
H A D | SettingNoDefault.php | 9 * Used internaly to hide undefined settings, and generate the undefined settings list.
|
H A D | SettingNoClass.php | 8 * Used internaly to hide undefined settings, and generate the undefined settings list.
|
/dokuwiki/lib/plugins/extension/helper/ |
H A D | gui.php |
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | _toc.css | 37 /*____________ 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 D | print.css | 38 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.less | 7 list-style-type: none; 20 list-style-type: none;
|
H A D | _media_fullscreen.css | 155 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 D | plugin.php | 26 $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 D | cli.php | 46 // list 47 $options->registerCommand('list', 'List installed extensions'); 48 $options->registerOption('verbose', 'Show detailed extension information', 'v', false, 'list'); 49 $options->registerOption('filter', 'Filter by this status', 'f', 'status', 'list'); 88 case 'list': 270 * List the given extensions 272 * @param Extension[] $list 278 protected function listExtensions($list, $details, $filter = '') 281 foreach ($list a 320 listExtensions($list, $details, $filter = '') global() argument [all...] |
H A D | action.php |
|
/dokuwiki/inc/Menu/ |
H A D | AbstractMenu.php | 11 * 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 D | MenuInterface.php | 15 * Get the list of action items in this menu
|
/dokuwiki/lib/plugins/usermanager/ |
H A D | cli.php | 26 // 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 D | default.php | 60 * 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 D | scheme.php | 78 '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 D | LICENSE | 10 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 D | LICENSE.txt | 7 * 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 D | LICENSE.txt | 10 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 D | BulkSubscriptionSender.php | 13 * 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 D | PluginController.php | 25 * 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...] |