| /dokuwiki/lib/plugins/popularity/ |
| H A D | helper.php | 108 * Initialize an empty list to be used in file traversing 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_nest']; 163 if ($list['file_count']) $data['page_avg'] = $list['file_size'] / $list['file_count']; [all …]
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Lists.php | 10 * Implements the list functions for LESS 12 * @link https://lesscss.org/functions/#list-functions 30 * Returns the value at a specified position in a list 32 * @link https://lesscss.org/functions/#list-functions-extract 37 [$list, $idx] = Asserts::assertArgs($value, 2, 'extract'); 40 if ($list[0] == 'list' && isset($list[2][$idx - 1])) { 41 return $list[2][$idx - 1];
|
| /dokuwiki/_test/tests/Form/ |
| H A D | Form.php | 11 * @return array list of element types 15 $list = array(); 17 $list[] = $element->getType(); 19 return $list;
|
| /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' . $end[0] . '_close', [], $call[2]]; 105 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]]; 114 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]]; [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;
|
| /dokuwiki/_test/tests/Subscriptions/ |
| H A D | SubscriberManagerTest.php | 34 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest']) 43 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest']) 52 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest']) 61 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest']) 70 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest']) 79 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest']) 85 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest']) 94 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest']) 100 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest'])
|
| H A D | SubscriberRegexBuilderTest.php | 19 [null, 'list', null, 1], 22 [null, ['list', 'every'], null, 3], 25 ['zioth', 'list', '1344691369', 1], 41 "zioth list 1344691369\n",
|
| /dokuwiki/_test/tests/inc/ |
| H A D | sort_with_collator.test.php | 133 foreach ($pairs as $lang => $list) { 134 foreach ($list as $pair) { 206 foreach ($lists as $lang => $list) { 207 yield [$lang, $list]; 230 * @param string $list 232 public function testSort($lang, $list) argument 237 $sorted = explode(' ', $list); 238 $random = explode(' ', $list); 248 * @param string $list 250 public function testKSort($lang, $list) argument [all …]
|
| /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;
|
| /dokuwiki/bin/ |
| H A D | plugin.php | 26 …$options->registerArgument('plugin', 'The plugin CLI you want to run. Leave off to see list', fals… 56 * List available plugins 68 $list = $plugin_controller->getList('cli'); 69 sort($list); 70 if ($list === []) { 75 foreach ($list as $name) {
|
| /dokuwiki/.github/workflows/ |
| H A D | deletedFiles.yml | 1 # This workflow updates the list of deleted files based on the recent changes and creates a pull re… 5 # Any additions are made to the top of the list with a single trailing line before the first "# rem… 6 # Finally, the list of newly removed entries receives a header "# removed on $(date -I)" with the c… 24 - name: Cleaning list from re-introduced files 33 - name: Update list with deleted files 57 body: "This updates the list of deleted files based on the recent changes."
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | remote.php | 20 * List installed extensions 22 * This lists all installed extensions. The list is not sorted in any way. 24 * @return ExtensionApiResponse[] The list of installed extensions and their details 26 public function list() function in remote_plugin_extension 48 * @return ExtensionApiResponse[] List of matching extensions 111 * @return string[] List of installed extensions
|
| H A D | GuiExtension.php | 142 $notices = Notice::list($this->extension); 207 $list = []; 210 … $list['downloadurl'] = $this->shortlink($this->extension->getDownloadURL(), 'download', $default); 211 … $list['repository'] = $this->shortlink($this->extension->getSourcerepoURL(), 'repo', $default); 216 $list['installed_version'] = $this->getLang('status_bundled'); 219 $list['installed_version'] = hsc($this->extension->getInstalledVersion()); 223 … $list['installed'] = $installDate ? dformat($installDate->getTimestamp()) : $default; 226 … $list['install_date'] = $updateDate ? dformat($updateDate->getTimestamp()) : $default; 232 $list['available_version'] = $this->extension->getLastUpdate() 239 $list['compatible'] = implode(', ', array_map( [all …]
|
| 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 = '') argument 281 foreach ($list as $ext) { 315 $notices = Notice::list($ext);
|
| /dokuwiki/_test/data/pages/ |
| H A D | mailinglist.txt | 7 …n send emails to the list(s) by using the mailing list address stated in its description. If you r…
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Utils/ |
| H A D | Asserts.php | 19 if ($value[0] !== 'list' || $value[1] != ',') { 20 throw new Exception('expecting list'); 43 if ($value[0] !== 'list' || $value[1] != ',') { 44 throw new Exception('expecting list');
|
| /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 76 * Generate HTML list items for this menu
|
| /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/phpseclib/phpseclib/phpseclib/Crypt/DSA/ |
| H A D | PublicKey.php | 63 list(, $u1) = $h->multiply($w)->divide($this->q); 64 list(, $u2) = $r->multiply($w)->divide($this->q); 67 list(, $v) = $v1->multiply($v2)->divide($this->p); 68 list(, $v) = $v->divide($this->q);
|
| /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/inc/TreeBuilder/ |
| H A D | ControlPageBuilder.php | 14 …* A control page is a wiki page containing a nested list of external and internal links. This buil… 65 $level++; // new list level 72 $level--; // close list level 99 // not in a list, so parent is always the top
|
| /dokuwiki/lib/plugins/extension/_test/ |
| H A D | InstallerTest.php | 57 …$list = $this->callInaccessibleMethod($installer, 'findExtensions', [__DIR__ . '/testdata/' . $dir… 58 $this->assertEquals(count($expected), count($list), 'number of extensions found'); 60 foreach ($list as $ext) {
|
| /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
|