Home
last modified time | relevance | path

Searched refs:is_dir (Results 76 – 100 of 283) sorted by relevance

12345678910>>...12

/plugin/stats/
H A Dsyntax.php502 if (!is_dir($conf['mediadir'].'/wikistatistics'))
625 if (!is_dir($conf['mediadir'] . '/wikistatistics'))
670 if (is_dir($rootPath.$path)) {
780 if (!is_dir($conf['mediadir'].'/wikistatistics'))
858 } else if (is_dir("$directory/$file")) {
962 if (is_dir($rootPath.$path)) {
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DFileCacheTest.php19 if (is_dir($this->dir)) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DAutoloader.php40 if (is_dir($realDir)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DFilesystemCache.php46 if (!is_dir($this->dir) && false === @mkdir($this->dir, 0777, true)) {
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DTemporary.php124 false === is_dir($directory)) {
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php888 if ($this->theme_default_path == '' || !is_dir($this->theme_default_path))
890 if ($this->theme_path == '' || !is_dir($this->theme_path))
898 if (!is_dir($this->data_public_path.'/themes/default'))
914 if (!is_dir($this->data_public_path.'/themes/'.$this->theme))
980 if ($this->proxies_path != '' && !is_dir($this->proxies_path))
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php92 if (!is_dir($path)) {
H A DCollection.php68 if (is_dir($path)) {
/plugin/tiledblog/
H A Dajax.php35 if (!is_dir($pathDir))
/plugin/glossary/
H A Dglossary.class.php69 if (is_dir ($dir))
226 if (!is_dir ($this->dataDir))
287 if (!is_dir ($subDir))
415 if (!is_dir ($pathFile))
422 if (!is_dir ($cacheDir))
808 if (!is_dir ($subDir))
824 if (!is_dir ($this->dataRootDir))
831 if (in_array (strtolower ($file), $exclude_array) || !is_dir ($subDir))
/plugin/letsencrypt/
H A DLescript.php160 if (!is_dir($domainPath) || !is_file($domainPath . '/private.pem')) {
336 if(!is_dir($outputDirectory)) @mkdir($outputDirectory, 0700, true);
337 …if(!is_dir($outputDirectory)) throw new \RuntimeException("Cant't create directory $outputDirector…
/plugin/pubmed2020/classes/
H A Dcache.php289 if (!@is_dir($tmp)){
297 if (!@is_dir($tmp)){
305 if (!@is_dir($tmp)){
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFactory.php55 if (is_dir($path)) {
/plugin/prolog/
H A Dattribute_include.php113 if((is_file($file) || is_dir($file)) && file_exists($file) && is_readable($file))
253 if(is_dir($path) && $recursive)
/plugin/latex/
H A Dadmin.php216 if(is_writable($plug->_latex->getPicturePath()) && is_dir($plug->_latex->getPicturePath()))
221 if(is_writable($plug->_latex->_tmp_dir) && is_dir($plug->_latex->_tmp_dir))
/plugin/farmer/
H A DDokuWikiFarmCore.php167 if (is_dir("$farmdir/$animal/conf")) {
188 if (is_dir("$farmdir/$animal/conf/")) {
/plugin/latex-was/
H A Dadmin.php216 if(is_writable($plug->_latex->getPicturePath()) && is_dir($plug->_latex->getPicturePath()))
221 if(is_writable($plug->_latex->_tmp_dir) && is_dir($plug->_latex->_tmp_dir))
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php96 if ( $sFile != '.' && $sFile != '..' && is_dir( $sServerDir . $sFile ) ) {
232 if ( is_dir( $sServerDir . $sFile ) ) {
664 if(!is_dir($sServerDir))
760 if (!is_dir($dir)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar158 if (!file_exists($sessionpath) || !is_dir($sessionpath)) {
202 if (is_dir('/temp') || mkdir('/temp')) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php98 if ( $sFile != '.' && $sFile != '..' && is_dir( $sServerDir . $sFile ) ) {
233 if ( is_dir( $sServerDir . $sFile ) ) {
648 if(!is_dir($sServerDir))
741 if (!is_dir($dir)) {
/plugin/jplayer/vendor/symfony/process/
H A DExecutableFinder.php58 if (@is_dir($path)) {
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DDatamatrixTest.php17 $this->assertTrue(is_dir($this->tmpDir));
H A DPDF417Test.php17 $this->assertTrue(is_dir($this->tmpDir));
H A DQRcodeTest.php17 $this->assertTrue(is_dir($this->tmpDir));
/plugin/newnamespacepermissions/
H A Daction.php73 if (file_exists($namespaceDir) && is_dir($namespaceDir)) {

12345678910>>...12