Home
last modified time | relevance | path

Searched refs:is_dir (Results 226 – 250 of 283) sorted by relevance

12345678910>>...12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerMKCOLTest.php28 $this->assertTrue(is_dir($this->tempDir . '/testcol'));
/plugin/fetchmedia/action/
H A Dajax.php121 if (is_dir($link)) {
/plugin/indexmenu/
H A Daction.php334 is_dir(DOKU_INC . $themebase . '/' . $file)
H A Dadmin.php
/plugin/photogallery/phpThumb/
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/issuetracker/
H A Dsyntax.php89 if(@is_dir(DOKU_PLUGIN.'captcha'))
1446 if(@is_dir(DOKU_PLUGIN.'captcha'))
1739 …if(!is_dir(DOKU_CONF."../".$target_path)) { mkdir(DOKU_CONF."../".$target_path, 0777); } …
1754 if(is_dir(DOKU_INC.$ip_block_path)) {
1849 if(!is_dir(DOKU_INC.$ip_block_path) && ($ip_addr != "")) {
1867 if(!is_dir($path)) return false; // prevent the php-warning
/plugin/database2/
H A Dmedia.php32 if ( is_file( $path . '/doku.php' ) && is_dir( $path . '/lib' ) )
/plugin/odt/ODT/
H A DODTExport.php142 if (is_dir($tempDir)) { io_rmdir($tempDir,true); }
/plugin/zip/pear/File/
H A DArchive.php334 if ((empty($URL) || is_dir($URL)) && $source === null) {
404 (is_dir($file) && $source==null)));
/plugin/nstoc/
H A Dsyntax.php552 $f = (! is_dir(substr($fn, 0, -4)));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php38 if ($temp_dir && (!is_dir($temp_dir) || !is_readable($temp_dir))) {
342 if (!is_dir($helperappsdir)) {
2243 if (!is_dir($dir) || !getID3::is_writable($dir)) { // check supplied directory
H A Dmodule.tag.apetag.php305 if (!is_dir($this->inline_attachments) || !getID3::is_writable($this->inline_attachments)) {
/plugin/gcalendar/inc/
H A Dgcal_read.php295 }elseif($nested && is_dir($dir.$file)){
/plugin/fckg/action/
H A Dmeta.php258 if(file_exists($path) && is_dir($path) ){
/plugin/pagemove/
H A Dadmin.php409 if( is_dir($pathToSearch.'/'.$file) ) {
886 if(is_dir($base.'/'.$dir.'/'.$file)) {
/plugin/ckgdoku/action/
H A Dmeta.php239 if(is_dir($gfile)) continue;
584 if(file_exists($path) && is_dir($path) ){
/plugin/catlist/
H A Dsyntax.php297 if (!is_dir($path)) {
377 if (is_dir($path.'/'.$file)) {
/plugin/ckgedit/action/
H A Dmeta.php267 if(is_dir($gfile)) continue;
619 if(file_exists($path) && is_dir($path) ){
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php398 if (!is_dir(dirname($value))) {
/plugin/odt/action/
H A Dexport.php237 if(!@is_dir(dirname(wikiFN($docnamespace . ':dummy')))) {
/plugin/dw2pdf/
H A Daction.php181 if (!@is_dir(dirname(wikiFN($pdfnamespace . ':dummy')))) {
1024 if (!is_dir(DOKU_PLUGIN . 'dw2pdf/tpl/' . $tpl)) {
/plugin/schedule/
H A Dschedules.class.php121 if (is_dir($pathDir)) {
128 … if (is_dir ($pathFile) && !in_array ($file, explode (',', trim ($this->getConf ('noSchedule')))))
176 if (!is_dir ($this->cacheDir))
200 if (!is_dir($pathDir))
381 if (!is_dir($pathDir))
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php478 if (is_dir($dir . $item)) {
/plugin/htmlokay/
H A Dadmin.php255 if (is_dir($path))
/plugin/weiqi/
H A Dweiqi_parser.php462 if (!is_dir(realpath($this->conf['img_path_fs'].$value))) {

12345678910>>...12