Home
last modified time | relevance | path

Searched refs:is_dir (Results 26 – 50 of 283) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php53 if (!is_dir($dir)) {
56 if (!is_dir($dir)) {
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php38 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
71 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
/plugin/deletehistory/
H A Dhelper.php42 if (!is_readable($dir) || !is_dir($dir)) {
76 if (!file_exists($path) || !is_dir($path)) return;
/plugin/webdav/core/
H A DUtils.php148 $is_dir = ($type == 'd');
151 $item['id'] = pathID($file, $is_dir);
157 if ($is_dir) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php42 if (!is_dir($this->path) || filemtime($this->path) > $timestamp) {
75 return is_dir($this->path)
/plugin/elwikiupgrade/
H A Dadmin.php158 } elseif(!is_dir($this->tgzdir)) {
419 if((is_dir($file) && $this->_rdel($file)) ||
455 if(is_dir($from)) {
458 if(!is_dir($to)) {
459 if(is_dir(dirname($to)) && !is_writable(dirname($to))) {
477 … (!file_exists($to) && is_dir(dirname($to)) && !is_writable(dirname($to)))
/plugin/upgrade/
H A Dhelper.php255 (is_dir($file) && $this->recursiveDelete($file)) ||
314 if (is_dir($from)) {
317 if (!is_dir($to)) {
318 if (is_dir(dirname($to)) && !is_writable(dirname($to))) {
337 (!file_exists($to) && is_dir(dirname($to)) && !is_writable(dirname($to)))
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php103 if (!is_dir($dirName)) {
112 if (!is_dir($dirName)) {
/plugin/openlayersmap/admin/
H A Dpurge.php77 if (is_dir($sDir)) {
83 (!is_link("$sDir/$sFile") && is_dir("$sDir/$sFile")) ?
/plugin/dokugource/
H A Daction.php78 if(!@is_dir($conf['datadir'].'/'.str_replace(':', '/', $ns).'/')) {
127 if(!@is_dir($p)) return;
149 if(is_dir($p.'/'.$i)) $this->crawl($p.'/'.$i, $strip, $from);
H A Dadmin.php90 if(!@is_dir($conf['datadir'].'/'.str_replace(':', '/', $this->ns).'/')) {
129 if(!@is_dir($p)) return;
151 if(is_dir($p.'/'.$i)) $this->crawl($p.'/'.$i, $strip, $from);
/plugin/quickstats/scripts/
H A Dget_geocity2.php114 if(is_dir($this->tempdir . '/' . 'tmp/'. $tmpfile)) {
118 if(!is_dir($this->tempdir . '/' . 'tmp/'. $gfile)) {
149 if(!is_dir($del) && preg_match("/GeoLite2-City/i",$file)) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php238 if (!is_dir($dir)) {
363 if (!is_dir($dir)) {
401 if (!is_dir($dir)) {
440 if (!is_dir($dir)) {
598 if (is_dir($dir)) {
602 if (false === @mkdir($dir, 0777, true) && false === is_dir($dir)) {
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php171 if (true === is_dir($path)) {
195 if (true === is_dir($entry)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php47 if (!is_dir($extension_datas)) {
167 if (is_dir($name)) {
241 if (!is_dir($temp_dir)) {
/plugin/git/lib/
H A DGit.php118 if (is_dir($repo_path) && file_exists($repo_path."/.git") && is_dir($repo_path."/.git")) {
158 if (is_dir($repo_path)) {
159 if (file_exists($repo_path."/.git") && is_dir($repo_path."/.git")) {
/plugin/file2dw/
H A Daction.php248 if (is_dir($this->dwimgDir)) {
296 if (!is_dir($imgDir)) return $this->_msg(array('er_img_dir',$imgDir.' is not a directory'));
302 if (is_dir($itemPath)) {
570 if (!is_dir($dir) || !is_writable($dir))
606 (is_dir("$dir/$file")) ? $this->_delTree("$dir/$file") : unlink("$dir/$file");
/plugin/dev/
H A Dcli.php283 if (!is_dir("$dir/.git")) {
316 $skeletor->addConf(is_dir('lang'));
329 $skeletor->addLang(is_dir('conf'));
355 if (!is_dir('.git')) throw new CliException('This extension seems not to be managed by git');
/plugin/ebookexport/
H A Daction.php116 if(!is_dir($tempdir . $mediadir))
220 if (is_dir($dir)) {
224 if (is_dir($dir."/".$object))
/plugin/cronojob/jobs/
H A Dclearcache.php60 } else if (is_dir($fileglob)) {
100 } else if (is_dir($fileglob)) {
/plugin/docsearch/
H A Dcron.php25 if(!is_dir($dir)) return;
39 if(is_dir($file)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DDirectoryExists.php28 return is_dir($other);
/plugin/sympaauth/
H A Dadmin.php267 if ($lang != "." && $lang != ".." && is_dir(DOKU_CONFIGLANG.'/'. $lang)) {
269 if(is_dir(DOKU_SYMPALANG.'/'. $lang)) {
304 if ($lang != "." && $lang != ".." && is_dir(DOKU_CONFIGLANG.'/'. $lang)) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php37 if ( $sFile != '.' && $sFile != '..' && is_dir( $sServerDir . $sFile ) )
69 if ( is_dir( $sServerDir . $sFile ) )
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php108 if (false === is_dir($streamName)) {
241 if (true === is_dir($name)) {

12345678910>>...12