Home
last modified time | relevance | path

Searched refs:opendir (Results 26 – 50 of 126) sorted by relevance

123456

/plugin/mimetex/
H A Dmimetexrender.php75 $usr_bin_dir = opendir('/usr/bin');
/plugin/inseecity/
H A Daction.php39 $pathDirObj = opendir (__DIR__."/dep/");
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php389 $handle = @opendir($path);
391 $handle = @opendir($path, $this->context);
/plugin/distribute/
H A Dhelper.funcs.util.php25 if($dh=opendir($dir)){
/plugin/sympaauth/
H A Dadmin.php265 if( !$configlang_h = opendir(DOKU_CONFIGLANG) ) return false;
301 if( !$configlang_h = opendir(DOKU_CONFIGLANG) ) return false;
/plugin/projects/pchart/pchart/
H A Dpcache.php49 if ($handle = opendir($this->CacheFolder))
/plugin/charter/lib/pchart/
H A DpCache.class.php49 if ($handle = opendir($this->CacheFolder))
/plugin/projects/lib/
H A Dproject.php276 if (($dh = opendir($this->project_path)) === false) {
321 if (($dh = opendir($pages_path)) === false) return true;
367 if (($dh = opendir($this->project_path)) === false) return array();
H A Dplugins.php46 $dh = opendir($dir);
/plugin/offline/
H A Dcreate.php213 if ($dir = @opendir($pathStr)) {
498 if ($dir = @opendir($pathStr)) {
628 if ($dir = @opendir($pathStr)) {
/plugin/statdisplay/pchart/
H A DpCache.php38 if ($handle = opendir ( $this->CacheFolder )) {
/plugin/statistics/inc/pchart/
H A DpCache.php39 if($handle = opendir($this->CacheFolder)) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php155 if ($dp = opendir($dir)) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php22 if ($dh = opendir($dirname)) {
H A DphpThumb.demo.gallery.php60 } elseif ($dh = @opendir($currentdir)) {
/plugin/glossary/
H A Dglossary.class.php232 $pathDirObj = opendir ($this->dataDir);
291 $pathDirObj = opendir ($subDir);
410 $pathDirObj = opendir ($cacheRootDir);
424 $pathDirObj = opendir ($cacheDir);
810 $pathDirObj = opendir ($subDir);
828 $pathDirObj = opendir ($this->dataRootDir);
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php98 $handle = opendir($src);
/plugin/docsearch/
H A Dcron.php27 $handle = opendir($dir);
/plugin/move/admin/
H A Dtree.php107 $opendir = utf8_encodeFN(str_replace(':', '/', $open));
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php68 $handle = opendir($dirImg);
/plugin/upgrade/
H A Dhelper.php307 $dh = @opendir($base . '/' . $dir);
395 if (!$dh = @opendir($dir)) {
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php96 $this->directoryHandle = opendir($this->directory);
/plugin/move/helper/
H A Dfile.php131 $dh = @opendir($old_path);
/plugin/nssize/
H A Dsyntax.php63 $all = opendir($location);
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php117 $dh = opendir($i18n_basepath);

123456