Home
last modified time | relevance | path

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

123456

/plugin/memcache/classes/
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/
Dfile.class.php146 $dh = opendir($dir);
164 $dh = opendir($dir);
276 $dh = opendir($dir);
/plugin/pubmed2020/classes/
Dcache.php112 $dirhandle = opendir($dir);
176 $dirhandle = opendir($dir);
195 $dirhandle = opendir($dir);
329 $handle = @opendir($this->mediaDir);
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/php/
Dcommands.php33 $oCurrentFolder = opendir( $sServerDir ) ;
63 $oCurrentFolder = opendir( $sServerDir ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
Dcommands.php33 $oCurrentFolder = opendir( $sServerDir ) ;
63 $oCurrentFolder = opendir( $sServerDir ) ;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Dindex.php9 if ($dh = opendir('.')) {
Ddemo.simple.php30 $dir = opendir($DirectoryToScan);
/plugin/shibbolethauth/
Dadmin.php173 if( !$configlang_h = opendir(DOKU_CONFIGLANG) ) return false;
209 if( !$configlang_h = opendir(DOKU_CONFIGLANG) ) return false;
/plugin/fblogin/
Dadmin.php171 if( !$configlang_h = opendir(DOKU_CONFIGLANG) ) return false;
207 if( !$configlang_h = opendir(DOKU_CONFIGLANG) ) return false;
/plugin/photogallery/phpThumb/demo/
Dindex.php17 $dh = opendir('.');
/plugin/noiewarning/conf/
Dmetadata.php14 $handle= @opendir(NOIEWARNING_RECOMMENDS);
/plugin/bibtex/OSBib/
DLOADSTYLE.php38 $handle = opendir($stylesDir);
/plugin/pdftools/
Dfunctions.php23 $dir = opendir($src);
/plugin/freechat/phpfreechat/src/commands/
Dhelp.class.php23 $dh = opendir(dirname(__FILE__));
/plugin/quickstats/GEOIP/vendor/
Dcheck_dir.php10 $fh = opendir($start_dir);
/plugin/indexmenu/
Dajax.php67 $handle = @opendir(DOKU_PLUGIN . "indexmenu/images");
/plugin/accscounter/
Daction.php61 $dp = @opendir($dir);
170 if ($dh = opendir($dir_name)) {
/plugin/pdb/classes/
Dcache.php51 $dirhandle = opendir($dir);
140 $handle = @opendir($this->mediaDir);
/plugin/cache/
Dplugin_cache.php58 $dirhandle = opendir($dir);
147 $handle = @opendir($this->mediaDir);
/plugin/pubchem/classes/
Dcache.php51 $dirhandle = opendir($dir);
140 $handle = @opendir($this->mediaDir);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/
DSerializer.php99 $dh = opendir($dir);
129 $dh = opendir($dir);
/plugin/pubmed/classes/
Dcache.php51 $dirhandle = opendir($dir);
140 $handle = @opendir($this->mediaDir);
/plugin/tiledblog/
Dajax.php37 $pathDirObj = opendir ($pathDir);
/plugin/issuetracker/
Dassilist.php36 if ($handle=opendir($path)) {
/plugin/findologicxmlexport/vendor/hoa/protocol/
DWrapper.php389 $handle = @opendir($path);
391 $handle = @opendir($path, $this->context);

123456