Home
last modified time | relevance | path

Searched refs:dh (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/_test/core/
H A DTestUtils.php33 $dh = dir($source);
34 while (false !== ($entry = $dh->read())) {
40 $dh->close();
54 $dh = dir($target);
55 while (false !== ($entry = $dh->read())) {
61 $dh->close();
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php59 $dh = opendir($dir);
60 if (!$dh) return;
61 while (($file = readdir($dh)) !== false) {
69 closedir($dh);
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingDirchoice.php19 if ($dh = @opendir($this->dir)) {
20 while (false !== ($entry = readdir($dh))) {
27 closedir($dh);
/dokuwiki/_test/
H A Dbootstrap.php97 $dh = dir(DOKU_INC.'lib/plugins/'); variable
98 while (false !== ($entry = $dh->read())) {
112 $dh->close();
/dokuwiki/lib/plugins/popularity/lang/sq/
H A Dintro.txt3 Ky mjet mbledh të dhëna anonime rreth wiki-t tuaj dhe ju lejon t'ia dërgoni ato zhvilluesve të Doku…
5 … t'i mbajtur zhvilluesit të informuar kur wiki juaj rritet. Bashkësia e të dhënave tuaja të përsër…
7dhënat e mbledhura përmbajnë informacione si versioni i DokuWiki-t tuaj, numri dhe madhësia e fa…
9dhënat e papërpunuara që do të dërgohen janë treguar më poshtë. Ju lutem përdorni buttonin "Dërg…
/dokuwiki/inc/lang/sq/
H A Deditrev.txt1 …rishikim të vjetër të dokumentit!** Nëse e ruani, do të krijoni një version të ri me këto të dhëna.
H A Dpassword.txt3 Këtu janë të dhënat e përdoruesit për @TITLE@ në @DOKUWIKIURL@
H A Ddraft.txt3 …përdorni tani për të vazhduar redaktimin tuaj. Më poshtë mund të shihni të dhënat që janë ruajtur …
/dokuwiki/bin/
H A Dwantedpages.php142 $dh = opendir($dir);
143 while (false !== ($entry = readdir($dh))) {
154 closedir($dh);
/dokuwiki/
H A Dinstall.php665 $dh = opendir($dir);
666 if (!$dh) return;
669 while (($file = readdir($dh)) !== false) {
675 closedir($dh);
/dokuwiki/inc/
H A Dsearch.php42 $dh = @opendir($base . '/' . $dir);
43 if (!$dh) return;
44 while (($file = readdir($dh)) !== false) {
53 closedir($dh);
H A Dio.php578 if (!$dh = @opendir($path)) return false;
579 while (false !== ($f = readdir($dh))) {
591 closedir($dh);
/dokuwiki/lib/exe/
H A Dcss.php388 if ($dh = opendir(DOKU_INC . 'lib/images/fileicons/svg')) {
389 while (false !== ($file = readdir($dh))) {
394 closedir($dh);
/dokuwiki/lib/plugins/extension/
H A DInstaller.php532 if (!$dh = @opendir($src)) {
537 while (false !== ($f = readdir($dh))) {
545 closedir($dh);
/dokuwiki/inc/Extension/
H A DPluginController.php204 if ($dh = @opendir(DOKU_PLUGIN)) {
206 while (false !== ($plugin = readdir($dh))) {