/plugin/simplewikipagetree/ |
H A D | syntax.php | 67 …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 D | PhpExecutableFinder.php | 48 if (@is_dir($php)) { 64 if (!@is_executable($php) || @is_dir($php)) { 72 if (@is_executable($php) && !@is_dir($php)) { 77 if (@is_executable($php = \PHP_BINDIR.('\\' === \DIRECTORY_SEPARATOR ? '\\php.exe' : '/php')) && !@is_dir($php)) {
|
/plugin/distribute/ |
H A D | helper.funcs.util.php | 5 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/ |
H A D | install.php | 17 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/ |
H A D | action.php | 55 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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/ |
H A D | FilesystemTest.php | 43 $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/dx/src/ |
H A D | Standardize.php | 50 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/accscounter/ |
H A D | action.php | 159 (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/farm/install/ |
H A D | farmstructurecreator.php | 27 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/ |
H A D | create.php | 215 …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/pdftools/ |
H A D | functions.php | 12 if (is_dir($path . '/' .$entry)) { 28 if ( is_dir($src . '/' . $file) ) {
|
/plugin/authgoogle/google/cache/ |
H A D | Google_FileCache.php | 42 if (! is_dir($storageDir)) { 46 if (! is_dir($storageDir)) { 115 if (! is_dir($storageDir)) {
|
/plugin/fedauth/classes/adm/ |
H A D | fa_restore.adm.class.php | 51 if (! is_dir($dirPath)) { 59 if (is_dir($file)) {
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfctools.php | 185 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/quickstats/GEOIP/vendor/ |
H A D | check_dir.php | 9 if (is_dir($start_dir)) { 15 if ( is_dir($filepath) ) {
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.dirscan.php | 95 if (!is_dir($dir)) { 138 if (!is_dir($root)) { 247 if (is_dir($argv[1])) {
|
/plugin/components/lib/ |
H A D | component_manager.php | 30 if (!is_dir($dir)) return; 39 if (is_dir($path)) {
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/ |
H A D | Disk.php | 43 } elseif (!is_dir($path)) { 46 if (!is_dir($path)) {
|
/plugin/fblogin/ |
H A D | admin.php | 173 if ($lang != "." && $lang != ".." && is_dir(DOKU_CONFIGLANG.'/'. $lang)) { 175 if(is_dir(DOKU_FBLOGINLANG.'/'. $lang)) { 210 if ($lang != "." && $lang != ".." && is_dir(DOKU_CONFIGLANG.'/'. $lang)) {
|
/plugin/nssize/ |
H A D | syntax.php | 59 if (!$location or !is_dir($location)) { 65 if (is_dir($location.'/'.$file) and $file <> ".." and $file <> ".") { 69 elseif (!is_dir($location.'/'.$file)) {
|
/plugin/shibbolethauth/ |
H A D | admin.php | 175 if ($lang != "." && $lang != ".." && is_dir(DOKU_CONFIGLANG.'/'. $lang)) { 177 if(is_dir(DOKU_SHIBBOLETHLANG.'/'. $lang)) { 212 if ($lang != "." && $lang != ".." && is_dir(DOKU_CONFIGLANG.'/'. $lang)) {
|
/plugin/freechat/phpfreechat/src/containers/ |
H A D | file.class.php | 106 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/gitbacked/lib/ |
H A D | Git.php | 158 if (is_dir($repo_path) && file_exists($repo_path."/.git") && is_dir($repo_path."/.git")) { 164 if (!is_dir($reference) || !is_dir($reference.'/.git')) { 214 if (is_dir($repo_path)) { 216 if (file_exists($repo_path."/.git") && is_dir($repo_path."/.git")) {
|
/plugin/bureaucracy-au/helper/ |
H A D | fieldsubmit.php | 38 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha'); 71 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
|
/plugin/bureaucracyau/helper/ |
H A D | fieldsubmit.php | 38 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha'); 71 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
|