Home
last modified time | relevance | path

Searched refs:is_dir (Results 126 – 150 of 283) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php105 if (!is_dir($checkPath)) {
126 if (!is_dir($checkPath)) {
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php150 } elseif (true === is_dir($target)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dimage.class.php133 if (!is_dir(CACHE_DIR)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php45 if (!is_dir($serviceDir)) {
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php94 if (is_dir($outputDir)) {
/plugin/odt/renderer/
H A Dpagepdf.php81 if (is_dir($temp_dir)) { io_rmdir($temp_dir,true); }
/plugin/projects/lib/
H A Dproject.php283 if (is_dir($path)) {
325 if (is_dir($path)) continue;
371 if (!is_dir($path) || self::project($this->ID . ":$file", false) == NULL)
/plugin/simplechat/
H A Dsyntax.php87 if( !is_dir( $dirname ) ) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php56 if (!is_dir($dir)) {
/plugin/dokumicrobugtracker/
H A Dsyntax.php75 if(@is_dir(DOKU_PLUGIN.'captcha'))
385 if(@is_dir(DOKU_PLUGIN.'captcha')) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php190 if ($file != '.' && $file != '..' && is_dir($filename)) {
/plugin/darcs/
H A Ddarcs.php17 if (!is_dir($path)) {
/plugin/authjoomla3/
H A Dauth.php30 || !is_dir($this->joomlaPath)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php40 if (!is_writable($basePath) || !is_dir($basePath)) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php52 if (is_dir($_REQUEST['dir'])) {
/plugin/odp/
H A DZipLib.class.php70 if (is_dir($full_path."/".$filename)) {
176 if(!@is_dir($to)) @mkdir($to,0777);
336 …if (!is_dir(dirname($to.$header['filename']))) $this->_mkdir(dirname($to.$header['filename'])); /…
/plugin/xtern/scripts/
H A Dchk_links.php76 }elseif(is_dir($path) && is_readable($path)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php113 $this->assertTrue(is_dir($this->tempDir . '/testcol'));
242 is_dir($this->tempDir . '/tree2/tree1')
/plugin/orphanmedia/
H A Dsyntax.php391 if(is_dir($dir)) {
415 elseif(is_dir($dir."/".$sub)) {
431 if(is_dir($dir)) {
449 elseif(is_dir($dir."/".$sub)) {
/plugin/orphanmedia2/
H A Dsyntax.php392 if(is_dir($dir)) {
416 elseif(is_dir($dir."/".$sub)) {
432 if(is_dir($dir)) {
450 elseif(is_dir($dir."/".$sub)) {
/plugin/xfortune/
H A Dhelper.php62 $isns = is_dir($file);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php90 if (is_dir($path)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php358 if (is_dir($options['verify']) ||
359 (is_link($options['verify']) && is_dir(readlink($options['verify'])))) {
383 } elseif (!is_dir(dirname($sink))) {
/plugin/schedule/syntax/
H A Ddisplay.php65 if (!is_dir (realpath (__DIR__.'/../../ol3')))
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php198 false === is_dir(dirname($streamName))) {

12345678910>>...12