Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 20 of 20) sorted by relevance

/dokuwiki/bin/
H A Dstriplangs.php77 if (is_dir($path)) {
82 if (is_dir($path . '/' . $entry)) {
85 if (is_dir($plugin_langs)) {
105 if ($cur_dir != '.' && $cur_dir != '..' && is_dir($path . '/' . $cur_dir)) {
H A Dwantedpages.php110 if (is_dir($basepath . '/' . $entry)) {
137 if (!is_dir($dir)) {
/dokuwiki/lib/images/smileys/
H A Dindex.php36 if (is_dir('local')) {
/dokuwiki/inc/
H A Dfarm.php66 if (!is_dir($farm . '/' . $animal))
78 if (is_dir("$farm/$dir/conf/")) {
86 if (is_dir("$farm/default/conf/")) {
H A Dio.php498 while (!@is_dir($tmp) && !(file_exists($tmp) && !is_dir($tmp))) {
527 if (!@is_dir($dir)) {
547 if (@is_dir($target) || empty($target)) return true; // best case check first
548 if (file_exists($target) && !is_dir($target)) return false;
574 if (is_dir($path) && !is_link($path)) {
582 if (is_dir("$path/$f") && !is_link("$path/$f")) {
H A Dinfoutils.php88 } elseif (is_dir(DOKU_INC . '.git')) {
H A Dinit.php404 if (@is_dir($p) && !file_exists("$p/.")) {
H A Dsearch.php46 if (is_dir($base . '/' . $dir . '/' . $file)) {
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingDirchoice.php25 if (is_dir($file)) $list[] = $entry;
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php63 if (is_dir("$dir/$file")) $this->recode("$dir/$file"); #recurse
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php147 if (is_dir($lock) && time() - @filemtime($lock) > 60 * 5) {
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php112 return is_dir($this->getInstallDir());
619 if (is_dir($this->getInstallDir() . '/.git')) return 'git';
1133 if (is_dir("$this_dir/$f")) {
1261 if (is_dir($src)) {
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php78 $file->setIsdir(is_dir($path));
H A DTar.php163 if (!is_dir($outdir)) {
/dokuwiki/inc/Extension/
H A DPluginController.php351 if (is_dir($typedir)) {
/dokuwiki/
H A Dinstall.php676 if (is_dir($dir . '/' . $file) && file_exists($dir . '/' . $file . '/lang.php')) {
/dokuwiki/inc/Search/
H A DIndexer.php952 if (is_dir($lock) && time() - @filemtime($lock) > 60 * 5) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2666 public function is_dir($path)
2885 function is_dir($path) global() function in phpseclib\\Net\\SFTP
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php743 if (is_dir($full_path)) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php