/dokuwiki/lib/plugins/popularity/ |
D | helper.php | 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']; 164 $data['page_oldest'] = $list['file_oldest']; [all …]
|
/dokuwiki/_test/tests/inc/ |
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 …]
|
D | sort_without_collator.test.php | 101 foreach ($pairs as $lang => $list) { 102 foreach ($list as $pair) { 144 foreach ($lists as $lang => $list) { 145 yield [$lang, $list];
|
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
D | Lists.php | 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/ |
D | Form.php | 15 $list = array(); 17 $list[] = $element->getType(); 19 return $list;
|
/dokuwiki/lib/plugins/config/core/Setting/ |
D | SettingDirchoice.php | 17 $list = []; 25 if (is_dir($file)) $list[] = $entry; 29 sort($list); 30 $this->choices = $list;
|
/dokuwiki/lib/plugins/extension/_test/ |
D | InstallerTest.php | 56 …$list = $this->callInaccessibleMethod($installer, 'findExtensions', [__DIR__ . '/testdata/' . $dir… 57 $this->assertEquals(count($expected), count($list), 'number of extensions found'); 59 foreach ($list as $ext) {
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
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);
|
/dokuwiki/bin/ |
D | plugin.php | 68 $list = $plugin_controller->getList('cli'); 69 sort($list); 70 if ($list === []) { 75 foreach ($list as $name) {
|
/dokuwiki/lib/plugins/usermanager/lang/hu/ |
D | list.txt | 1 ===== Felhasználók listája =====
|
/dokuwiki/lib/plugins/extension/ |
D | GuiExtension.php | 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( 246 $list['provides'] = implode(', ', array_map('hsc', $this->extension->getComponentTypes())); [all …]
|
/dokuwiki/inc/lang/el/ |
D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line 4 # This list is provided by Fotis Lazarinis based on his research found at: http://lazarinf.teimes.g…
|
/dokuwiki/inc/lang/hu-formal/ |
D | backlinks.txt | 3 Mindazon oldalak listája, amelyek az aktuális oldalra hivatkoznak.
|
/dokuwiki/inc/lang/en/ |
D | admin.txt | 3 Below you can find a list of administrative tasks available in DokuWiki.
|
D | backlinks.txt | 3 This is a list of pages that seem to link back to the current page.
|
/dokuwiki/inc/lang/fy/ |
D | admin.txt | 3 Hjirûnder kinst in list fyne fan beskikbare administratieve taken yn DokuWiki
|
/dokuwiki/inc/lang/sq/ |
D | admin.txt | 3 Poshtë është një listë e punëve administrative të disponueshme në DokuWiki.
|
D | backlinks.txt | 3 Kjo është një listë e faqeve që duket se lidhen mbrapsht te kjo faqe aktuale.
|
/dokuwiki/inc/lang/et/ |
D | stopwords.txt | 1 # 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/ro/ |
D | admin.txt | 3 Poți vedea mai jos o listă cu acțiunile administrative disponibile în DokuWiki.
|
D | backlinks.txt | 3 Aceasta e o listă de pagini care au legături către pagina curentă.
|
D | norev.txt | 3 Versiunea indicată nu există. Folosește butonul ''Versiuni anterioare'' pentru o listă a versiunilo…
|
/dokuwiki/inc/lang/hu/ |
D | backlinks.txt | 3 Ez azoknak az oldalaknak a listája, amelyek erre az oldalra "visszamutatnak" (hivatkoznak).
|
/dokuwiki/lib/plugins/authpdo/_test/ |
D | mysql.test.php | 122 $list = $auth->retrieveUsers(); 123 $this->assertGreaterThanOrEqual(count($users), count($list), $info); 127 $list = $auth->retrieveGroups(); 128 $this->assertGreaterThanOrEqual(1, $list, $info); 181 $list = $auth->retrieveUsers(0, -1, array('user' => $user['user'])); 182 $this->assertGreaterThanOrEqual(1, count($list)); 183 $list = $auth->retrieveUsers(0, -1, array('name' => $user['name'])); 184 $this->assertGreaterThanOrEqual(1, count($list)); 185 $list = $auth->retrieveUsers(0, -1, array('mail' => $user['mail'])); 186 $this->assertGreaterThanOrEqual(1, count($list));
|
/dokuwiki/inc/lang/ar/ |
D | stopwords.txt | 1 # 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/
|