Home
last modified time | relevance | path

Searched refs:opendir (Results 51 – 75 of 126) sorted by relevance

123456

/plugin/fedauth/Auth/OpenID/
H A DFileStore.php475 if ($handle = opendir($dir)) {
541 $handle = opendir($dir);
/plugin/htmlokay/
H A Ddirectory_scan-3.php23 $subdirectories=opendir($base);
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/include/_test/
H A Dnamespace_includes.test.php51 if ($handle = opendir($dir)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din.test77 …lFileInfo(dirname(__FILE__)), 'object' => new \stdClass(), 'resource' => opendir(dirname(__FILE__)…
/plugin/projects/lib/
H A Dtools.php21 if (($dh = opendir($dir)) != false) {
/plugin/tindexmenu/
H A Dajax.php72 $handle=@opendir(INDEXMENU_IMG_ABSDIR);
/plugin/farmsync/meta/
H A DTemplateUpdates.php78 $dh = @opendir($base . '/' . $dir);
/plugin/pdftools/
H A Dadmin.php208 $dir = opendir($src);
/plugin/indexmenu/
H A Dajax.php67 $handle = @opendir(DOKU_PLUGIN . "indexmenu/images");
/plugin/elwikiupgrade/
H A Dadmin.php209 if(!$dh = @opendir($dir)) {
448 $dh = @opendir($base.'/'.$dir);
/plugin/txtconf/
H A Dconfig0.class.php217 if ($dh = opendir(DOKU_PLUGIN)) {
252 if ($dh = opendir(DOKU_PLUGIN)) {
/plugin/openid/Auth/OpenID/
H A DFileStore.php514 if ($handle = opendir($dir)) {
586 $handle = opendir($dir);
/plugin/subconfhelper/
H A Dadmin.php111 if( $handle = opendir( $this->config_path )) {
/plugin/autolink3/
H A Dsys.php172 $rd = opendir($adress.str_replace(':','/',$old));
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php137 $directoryHandle = @opendir($path->toAbsolutePath());
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php140 $fh = @opendir("$base/$dir");
H A Dzip.php36 $fh = @opendir("$base/$dir");
/plugin/clearhistory/
H A Dadmin.php103 $dh = opendir($dir);
/plugin/odt/helper/
H A Ddwcssloader.php216 if($dh = opendir(DOKU_INC.'lib/images/fileicons')){
/plugin/schedule/
H A DscheduleRoot.class.php295 $pathDirObj = opendir ($pathDir);
443 $pathDirObj = opendir ($this->dataRootDir);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php603 $this->function->opendir = function ($path) use (&$_path) {
606 return opendir($path);
628 $this->function->opendir = function ($path) use (&$_path) {
/plugin/stats/
H A Dsyntax.php671 if($pdir = opendir($rootPath.$path)) {
830 if ($handle = opendir($directory)) {
963 if($pdir = opendir($rootPath.$path)) {
/plugin/prolog/
H A Dattribute_include.php243 $directory_list = opendir($directory);
/plugin/tocselect/
H A Daction.php148 $dh = opendir($dir);

123456