Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 25 of 283) sorted by path

12345678910>>...12

/plugin/accscounter/
H A Daction.php159 (is_dir("$dir/$file")) ? $this->delTree("$dir/$file") : unlink("$dir/$file");
165 if (!is_dir($new_dir)) {
169 if (is_dir($dir_name)) {
175 if (is_dir($dir_name . "/" . $file)) {
195 if (is_dir($file)) {
H A Dadmin.php198 if (is_dir($file)) {
/plugin/ajaxpeon/
H A Dhelper.php69 if(is_dir($fname)){
/plugin/archivegenerator/
H A Dadmin.php402 if (is_dir($srcFN) && $filesOnly) {
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php42 if (! is_dir($storageDir)) {
46 if (! is_dir($storageDir)) {
115 if (! is_dir($storageDir)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php45 if (!is_dir($serviceDir)) {
/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/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/paragonie/random_compat/other/
H A Dbuild_phar.php3 if (!is_dir($dist)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2673 public function is_dir($path) function in phpseclib3\\Net\\SFTP
/plugin/authjoomla3/
H A Dauth.php30 || !is_dir($this->joomlaPath)
/plugin/authucenter/
H A Dauth.php22 if (!is_dir(DOKU_INC . 'uc_client')) {
37 …if (!file_exists(DOKU_INC . 'api/uc.php') || !is_dir(DOKU_INC . 'uc_client') || !file_exists(DOKU_…
528 if ( is_dir($src . '/' . $file) ) {
/plugin/autogallery/
H A Daction.php55 if (!is_dir(dirname(wikiFN("wiki:dummy.txt")))) {
61 if (!is_dir(dirname(wikiFN("wiki:bilder:dummy.txt")))) {
92 if (!is_dir($imggal)) {
102 if (!is_dir($imgbase)) {
/plugin/autoincludeindex/
H A DremoveBox.php12 elseif (is_dir($tdir.'/'.$file))
/plugin/autolink3/
H A Dsys.php181 elseif (is_dir($adress.str_replace(':','/',$element)))
/plugin/backup/
H A Dadmin.php25 if (is_dir($dir)) {
30 if (!is_dir($dir. DIRECTORY_SEPARATOR .$object) || is_link($dir."/".$object)) {
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DBarcodeTest.php17 $this->assertTrue(is_dir($this->tmpDir));
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/bibtex/OSBib/
H A DLOADSTYLE.php42 if(is_dir($stylesDir . '/' . $dir)
/plugin/bliki/
H A Dsyntax.php95 if (is_dir($ID . '/')) {
348 if (($select == 'both' || $select == 'dir') && is_dir($dir . $file)) {
351 else if (($select == 'both' || $select == 'file') && !is_dir($dir . $file)) {
/plugin/bureaucracy-au/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/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/bureaucracyau/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');

12345678910>>...12