Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 25 of 283) sorted by last modified time

12345678910>>...12

/plugin/siteexport/
H A Dhelper.php56 if (is_dir($_dir.$file)) {
/plugin/openlayersmap/
H A DStaticMap.php498 if (!is_dir(dirname($pathname))) {
501 return is_dir($pathname) || mkdir($pathname, $mode) || is_dir($pathname);
/plugin/openlayersmap/admin/
H A Dpurge.php77 if (is_dir($sDir)) {
83 (!is_link("$sDir/$sFile") && is_dir("$sDir/$sFile")) ?
/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…
H A DphpThumb.demo.gallery.php64 if (is_dir($currentdir.'/'.$file) && ($file[0] != '.')) {
H A DphpThumb.demo.random.php52 if (is_dir($_REQUEST['dir'])) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php356 if (!is_dir($this->config_cache_source_directory)) {
933 if (is_dir($fullfilename)) {
1128 if (!is_dir($this->config_cache_directory)) {
1137 if (!is_dir($this->config_cache_directory)) {
1148 …if (!@is_dir($this->config_temp_directory) && !@is_writable($this->config_temp_directory) && @is_d…
1394 } elseif (is_dir(dirname($AbsoluteFilename))) {
1426 } elseif (is_dir(dirname($AbsoluteFilename))) {
H A Dphpthumb.functions.php878 if (!@is_dir($test_directory)) {
885 if (!@is_dir($test_directory) || !@is_writable($test_directory)) {
902 } elseif (is_dir($fullfilename)) {
/plugin/photogallery/
H A Dsyntax.php1016 return is_dir($conf['mediadir'].'/'.utf8_encodeFN(str_replace(':','/',$ns)));
/plugin/dev/
H A DLangProcessor.php142 if (is_dir('admin')) {
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/recommend/
H A Daction.php194 if (@is_dir(DOKU_PLUGIN . 'captcha')) $captcha = plugin_load('helper','captcha');
/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/gitbacked/lib/
H A DGit.php158 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/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php40 if (!is_writable($basePath) || !is_dir($basePath)) {
/plugin/dw2pdf/
H A Daction.php181 if (!@is_dir(dirname(wikiFN($pdfnamespace . ':dummy')))) {
1024 if (!is_dir(DOKU_PLUGIN . 'dw2pdf/tpl/' . $tpl)) {
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php122 return is_dir($path->toAbsolutePath());
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php56 if (!is_dir($dir)) {
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php437 (is_dir("$dir/$file")) ? delTree("$dir/$file") : unlink("$dir/$file");
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php3 if (!is_dir($dist)) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php43 } elseif (!is_dir($path)) {
46 if (!is_dir($path)) {
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php56 if (@is_dir($path)) {
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 if (@is_executable($php = \PHP_BINDIR.('\\' === \DIRECTORY_SEPARATOR ? '\\php.exe' : '/php')) && !@is_dir($php)) {
H A DProcess.php348 if (!is_dir($this->cwd)) {
/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)) {

12345678910>>...12