Home
last modified time | relevance | path

Searched refs:opendir (Results 1 – 25 of 126) sorted by relevance

123456

/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php18 $dh = opendir(static::$ttl_dir);
90 $dh = opendir(static::$cache_dir);
96 $dh = opendir(static::$ttl_dir);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php146 $dh = opendir($dir);
164 $dh = opendir($dir);
276 $dh = opendir($dir);
/plugin/pubmed2020/classes/
H A Dcache.php112 $dirhandle = opendir($dir);
176 $dirhandle = opendir($dir);
195 $dirhandle = opendir($dir);
329 $handle = @opendir($this->mediaDir);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Dindex.php9 if ($dh = opendir('.')) {
H A Ddemo.simple.php30 $dir = opendir($DirectoryToScan);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php33 $oCurrentFolder = opendir( $sServerDir ) ;
63 $oCurrentFolder = opendir( $sServerDir ) ;
/plugin/photogallery/phpThumb/demo/
H A Dindex.php17 $dh = opendir('.');
/plugin/fblogin/
H A Dadmin.php171 if( !$configlang_h = opendir(DOKU_CONFIGLANG) ) return false;
207 if( !$configlang_h = opendir(DOKU_CONFIGLANG) ) return false;
/plugin/shibbolethauth/
H A Dadmin.php173 if( !$configlang_h = opendir(DOKU_CONFIGLANG) ) return false;
209 if( !$configlang_h = opendir(DOKU_CONFIGLANG) ) return false;
/plugin/noiewarning/conf/
H A Dmetadata.php14 $handle= @opendir(NOIEWARNING_RECOMMENDS);
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php38 $handle = opendir($stylesDir);
/plugin/pdftools/
H A Dfunctions.php23 $dir = opendir($src);
/plugin/freechat/phpfreechat/src/commands/
H A Dhelp.class.php23 $dh = opendir(dirname(__FILE__));
/plugin/quickstats/GEOIP/vendor/
H A Dcheck_dir.php10 $fh = opendir($start_dir);
/plugin/tiledblog/
H A Dajax.php37 $pathDirObj = opendir ($pathDir);
/plugin/pdb/classes/
H A Dcache.php51 $dirhandle = opendir($dir);
140 $handle = @opendir($this->mediaDir);
/plugin/cache/
H A Dplugin_cache.php58 $dirhandle = opendir($dir);
147 $handle = @opendir($this->mediaDir);
/plugin/pubchem/classes/
H A Dcache.php51 $dirhandle = opendir($dir);
140 $handle = @opendir($this->mediaDir);
/plugin/pubmed/classes/
H A Dcache.php51 $dirhandle = opendir($dir);
140 $handle = @opendir($this->mediaDir);
/plugin/accscounter/
H A Daction.php61 $dp = @opendir($dir);
170 if ($dh = opendir($dir_name)) {
/plugin/issuetracker/
H A Dassilist.php36 if ($handle=opendir($path)) {
/plugin/multilingual/
H A Dhelper.php43 if ($handle = opendir(DOKU_INC.'inc/lang')) {
/plugin/html2pdf/multilingual/
H A Dhelper.php43 if ($handle = opendir(DOKU_INC.'inc/lang')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php59 if ($handle = opendir(dirname($path.'dummy'))) {
/plugin/loadskin/
H A Dhelper.php24 if ($dh = @opendir($tpl_dir)) {

123456