Home
last modified time | relevance | path

Searched refs:is_dir (Results 51 – 75 of 283) sorted by last modified time

12345678910>>...12

/plugin/ckgedit/action/
H A Dmeta.php267 if(is_dir($gfile)) continue;
619 if(file_exists($path) && is_dir($path) ){
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php95 if ( $sFile != '.' && $sFile != '..' && is_dir( $sServerDir . $sFile ) ) {
231 if ( is_dir( $sServerDir . $sFile ) ) {
659 if(!is_dir($sServerDir))
755 if (!is_dir($dir)) {
/plugin/userhomepage/
H A Daction.php134 …if ($this->getConf('create_private_ns') && (is_dir($this->dataDir.'/'.$this->getConf('templates_pa…
179 …if ($this->getConf('create_public_page') && (is_dir($this->dataDir.'/'.$this->getConf('templates_p…
370 if(!is_dir($this->dataDir.DIRECTORY_SEPARATOR.$target_dir)){
/plugin/catlist/
H A Dsyntax.php297 if (!is_dir($path)) {
377 if (is_dir($path.'/'.$file)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php78 if (is_dir($path)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php90 if (is_dir($path)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php78 if (!is_dir($dataDir)) mkdir($dataDir);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php65 if (is_dir($path)) {
H A DHomeCollection.php95 if (!is_dir($path)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php146 $this->assertTrue(is_dir(SABRE_TEMPDIR . '/new_collection'));
/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/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerCopyMoveTest.php40 if (is_dir($tmpFile)) {
H A DServerMKCOLTest.php28 $this->assertTrue(is_dir($this->tempDir . '/testcol'));
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php94 if (is_dir($outputDir)) {
/plugin/indexmenu/
H A Daction.php334 is_dir(DOKU_INC . $themebase . '/' . $file)
H A Dadmin.php
H A Dajax.php70 is_dir(DOKU_PLUGIN . 'indexmenu/images/' . $file)
/plugin/indexmenu/inc/
H A Dpclzip.lib.php1875 } elseif (@is_dir($v_descr['filename'])) {
2355 || ( is_dir($p_filedescr_list[$j]['filename'])
3517 if (is_dir($p_entry['filename'])) {
4774 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, "PclZip::privDirCheck", "entry='$p_dir', is_dir='".($p_is_dir?"true":"false")."'");
4783 if ((is_dir($p_dir)) || ($p_dir == "")) {
/plugin/indexmenu/syntax/
H A Dindexmenu.php214 if (!empty($dir) && is_dir(DOKU_PLUGIN . "indexmenu/images/" . $dir)) {
252 if (!empty($dir) && is_dir(DOKU_PLUGIN . 'indexmenu/scripts/fancytree/skin-' . $dir)) {
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php3 if (!is_dir($dist)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php45 if (!is_dir($serviceDir)) {
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2673 public function is_dir($path) function in phpseclib3\\Net\\SFTP
/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/translate/
H A Dhelper.php89 is_dir(DOKU_INC . 'inc/lang/' . $lang);
359 if (is_dir(DOKU_INC.'inc/lang/'.$file))

12345678910>>...12