Home
last modified time | relevance | path

Searched refs:is_dir (Results 51 – 75 of 283) sorted by relevance

12345678910>>...12

/plugin/move/helper/
H A Dfile.php129 if(!is_dir($old_path)) return true; // no media files found
137 if(!is_dir($new_path)) {
/plugin/cacherevisionseraser/
H A Dadmin.php390 } else if (is_dir($fileglob)) {
432 } else if (is_dir($fileglob)) {
472 } else if (is_dir($fileglob)) {
600 if (!is_dir($this->cachedir)) {
604 if (!is_dir($this->revisdir)) {
608 if (!is_dir($this->pagesdir)) {
612 if (!is_dir($this->metadir)) {
616 if (!is_dir($this->locksdir)) {
/plugin/htmlokay/conf/access/
H A Dget_inf.php21 if(is_dir($filename)) return;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestSuite.php25 if (is_string($directory) && is_dir($directory)) {
/plugin/userpagecreate/
H A Daction.php179 if (is_dir($dir)) {
185 if (is_dir($dir)) {
/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php34 …elseif (!is_dir(static::$cache_dir)) trigger_error("The cache directory '".static::$cache_dir."' i…
36 …elseif (!is_dir(static::$ttl_dir)) trigger_error("The cache directory '".static::$cache_dir."' is …
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php161 echo '<div style="background-color: '.( is_dir($phpThumb->config_cache_directory) ? 'lime;">exi…
171 echo '<div>directory '.(is_dir(dirname($phpThumb->cache_filename)) ? 'exists' : 'does NOT exist').'…
173 echo '<div style="background-color: '.(is_dir(dirname($phpThumb->cache_filename)) ? 'lime;">directo…
201 echo '<div style="background-color: '.( is_dir($phpThumb->config_temp_directory) ? 'lime;">exis…
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md45 if (is_dir($caPathOrFile)) {
64 if (is_dir($caPathOrFile)) {
/plugin/noiewarning/conf/
H A Dmetadata.php13 if (@is_dir(NOIEWARNING_RECOMMENDS)) {
/plugin/bliki/
H A Dsyntax.php95 if (is_dir($ID . '/')) {
348 if (($select == 'both' || $select == 'dir') && is_dir($dir . $file)) {
351 else if (($select == 'both' || $select == 'file') && !is_dir($dir . $file)) {
/plugin/langdelete/
H A Dadmin.php356 return is_dir ("$dir/$e")
371 if (!is_dir ($dir)) return;
454 if (is_dir ($path)) {
/plugin/farmer/admin/
H A Dnew.php165 if (!is_dir(DOKU_FARMDIR . $template) && !in_array($aclpolicy, ['open', 'public', 'closed'])) {
176 if (!is_dir(DOKU_FARMDIR . $template)) {
220 if (!is_dir($templatedir)) continue;
/plugin/autoincludeindex/
H A DremoveBox.php12 elseif (is_dir($tdir.'/'.$file))
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DTrainer.php29 else if (!\is_dir($dirname) || !\is_readable($dirname))
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php42 if(is_dir($stylesDir . '/' . $dir)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php210 if (null !== $dir && !is_dir($dir)) {
215 if (false === $status && !is_dir($dir)) {
/plugin/gdpr/helper/
H A Dutils.php22 if (is_dir($fn)) {
/plugin/removeold/
H A Dadmin.php107 if(is_dir($conf["savedir"])=== false) {
239 if(is_dir($conf["savedir"])=== false) {
/plugin/subconfhelper/
H A Dadmin.php42 if( is_file( $file ) || is_dir( $file ) || !touch( $file )) {
50 if( !is_file( $file ) || is_dir( $file ) || !unlink( $file )) {
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php3 if (!is_dir($dist)) {
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php3 if (!is_dir($dist)) {
/plugin/latexit/_test/
H A Dbibhandler.test.php40 if(!is_dir(DOKU_PLUGIN.'zotero')) {
/plugin/clearhistory/
H A Dadmin.php102 if (!is_dir($dir)) return;
110 if (is_dir($dir . '/' . $file)) {
/plugin/schedule/
H A DscheduleRoot.class.php232 if (is_dir ($dir))
294 if (is_dir($pathDir)) {
441 if (!is_dir($this->dataRootDir))
446 if (in_array (strtolower ($file), $exclude_array) || !is_dir ($subDir))
/plugin/filelist/
H A Dsyntax.php

12345678910>>...12