Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/plugin/deletepageguard/build/
H A Dcreate-dist.php37 if (!is_dir($targetDir)) {
49 if (!is_dir($destDir)) {
54 } elseif (is_dir($source)) {
55 if (!is_dir($dest)) {
72 if (!is_dir($destPath)) {
77 if (!is_dir($destDir)) {
/plugin/simplewikipagetree/
Dsyntax.php67 …if(is_dir($path_parts['dirname'].'/'.$path_parts['filename']) && $path_parts['dirname'] && $path_p…
88 if(is_dir($filepath)){
109 if(is_dir($filepath)){
131 if(is_dir($filepath)){
142 if(is_dir($filepath)){
157 if(is_dir($filepath)){
174 if(is_dir($filepath)){
/plugin/combo/vendor/symfony/process/
H A DPhpExecutableFinder.php48 if (@is_dir($php)) {
64 if (!@is_executable($php) || @is_dir($php)) {
72 if (@is_executable($php) && !@is_dir($php)) {
77 …ble($php = \PHP_BINDIR.('\\' === \DIRECTORY_SEPARATOR ? '\\php.exe' : '/php')) && !@is_dir($php)) {
/plugin/distribute/
Dhelper.funcs.util.php5 if($recursive && is_dir($f)){
22 if(!is_dir($dir)){
27 if ($recursive && is_dir($dir.$f) && $f!='.' && $f!='..'){
33 ($type=='d' && !is_dir($dir.$f)) ||
/plugin/svg/
Dinstall.php17 if( !is_dir( SYNTAX_PLUGIN_SVG_MEDIADIR ) ||
33 if( !is_dir( SYNTAX_PLUGIN_SVG_MEDIADIR . 'tmp' ) ||
49 if( !is_dir( SYNTAX_PLUGIN_SVG_MEDIADIR . 'media' ) ||
/plugin/autogallery/
Daction.php55 if (!is_dir(dirname(wikiFN("wiki:dummy.txt")))) {
61 if (!is_dir(dirname(wikiFN("wiki:bilder:dummy.txt")))) {
92 if (!is_dir($imggal)) {
102 if (!is_dir($imgbase)) {
/plugin/filelist/
DCrawler.php74 if ($this->fnmatch($pattern, $file) || (is_dir($filepath) && $recursive)) {
75 if (!is_dir($filepath) && !$this->isExtensionAllowed($file)) {
84 if (is_dir($filepath)) {
92 if (!is_dir($filepath) || $recursive) {
100 'children' => ((is_dir($filepath) && $recursive) ?
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
DFilesystemTest.php43 $this->assertTrue(is_dir($dir));
97 $this->assertTrue(is_dir($this->directory));
121 $this->assertTrue(is_dir($this->directory.'/cache'));
139 $this->assertTrue(is_dir($key));
150 $this->assertTrue(is_dir($dir));
/plugin/accscounter/
Daction.php159 (is_dir("$dir/$file")) ? $this->delTree("$dir/$file") : unlink("$dir/$file");
165 if (!is_dir($new_dir)) {
169 if (is_dir($dir_name)) {
175 if (is_dir($dir_name . "/" . $file)) {
195 if (is_dir($file)) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/
DSerializer.php220 if (!@mkdir($directory) && !is_dir($directory)) {
229 if (!is_dir($directory)) {
231 if (!is_dir($base)) {
241 if (!@mkdir($directory, $chmod) && !is_dir($directory)) {
270 if (!is_dir($dir)) {
/plugin/dx/src/
DStandardize.php50 if (!file_exists($pluginDir) || !is_dir($pluginDir)) {
100 if (file_exists($dirPath) && is_dir($dirPath)) {
104 if (!mkdir($dirPath, 0755, true) && !is_dir($dirPath)) {
/plugin/farm/install/
Dfarmstructurecreator.php27 if(!@is_dir($dest)) mkdir($dest, fileperms($src));
110 if(!@is_dir(realpath($farmconf['farmfsroot'].$farmconf['farmer']))) {
116 …rmfsroot'].$farmconf['barn']) != realpath($farmconf['farmfsroot'])) && !@is_dir(realpath($farmconf…
166 if(!@is_dir($farmconf['farmfsroot'].$farmconf['barn'].$farmconf['animaltemplate'])) {
187 if(!@is_dir($farmconf['farmfsroot'].$farmconf['barn'].$i)) continue;
/plugin/offline/
Dcreate.php215 …if (is_dir($pathStr . $offlineConf['pathDelimiterStr'] . $element) && $element != "." && $element …
360 if (!is_dir($dirStr)) {
375 if (!is_dir($currentDirStr)) {
441 if (is_dir($pathStr)) {
470 if (is_dir($locationStr)) {
500 …if (is_dir($pathStr . $offlineConf['pathDelimiterStr'] . $element) && $element != "." && $element …
523 if (is_dir($absolutePathToTmpSessionDirStr)) {
630 …if (is_dir($pathStr . $offlineConf['pathDelimiterStr'] . $element) && $element != "." && $element …
/plugin/authgoogle/google/cache/
DGoogle_FileCache.php42 if (! is_dir($storageDir)) {
46 if (! is_dir($storageDir)) {
115 if (! is_dir($storageDir)) {
/plugin/lightmenu/
Dlightmenu.class.php53 if (is_dir(sprintf('%s%s/%s',$conf['datadir'],$path,$name)))
72 if (is_dir(sprintf('%s/%s/%s',$conf['datadir'],$path,$name)))
111 if (! is_dir(dirname($path)))
160 if (is_dir($filepath))
165 if (($id === $conf['start']) || is_dir($path.'/'.$short) || ($short === basename($path)))
315 if (is_dir($filepath))
325 elseif (is_dir($path.'/'.$id))
/plugin/pdftools/
Dfunctions.php12 if (is_dir($path . '/' .$entry)) {
28 if ( is_dir($src . '/' . $file) ) {
/plugin/freechat/phpfreechat/src/
Dpfctools.php185 if (!is_dir($dest)) {
235 if (!is_dir($dir))
237 if (!is_dir($dir))
258 if (!is_dir($src_dir))
260 if (!is_dir($dst_dir))
272 if (!is_dir($src_dir))
/plugin/fedauth/classes/adm/
Dfa_restore.adm.class.php51 if (! is_dir($dirPath)) {
59 if (is_dir($file)) {
/plugin/gitbacked/classes/
DGitRepo.php50 … if (is_dir($repo_path) && file_exists($repo_path . "/.git") && is_dir($repo_path . "/.git")) {
61 if (!is_dir($reference) || !is_dir($reference . '/.git')) {
122 if (is_dir($repo_path)) {
124 if (file_exists($repo_path . "/.git") && is_dir($repo_path . "/.git")) {
/plugin/quickstats/GEOIP/vendor/
Dcheck_dir.php9 if (is_dir($start_dir)) {
15 if ( is_dir($filepath) ) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.dirscan.php95 if (!is_dir($dir)) {
138 if (!is_dir($root)) {
247 if (is_dir($argv[1])) {
/plugin/components/lib/
Dcomponent_manager.php30 if (!is_dir($dir)) return;
39 if (is_dir($path)) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php43 } elseif (!is_dir($path)) {
46 if (!is_dir($path)) {
/plugin/freechat/phpfreechat/src/containers/
Dfile.class.php106 if (!is_dir($dir)) mkdir_r($dir);
144 if (is_dir($dir))
162 if (is_dir($dir))
196 if (!is_dir($dir)) mkdir_r($dir);
/plugin/nssize/
Dsyntax.php59 if (!$location or !is_dir($location)) {
65 if (is_dir($location.'/'.$file) and $file <> ".." and $file <> ".") {
69 elseif (!is_dir($location.'/'.$file)) {

12345678910>>...13