Home
last modified time | relevance | path

Searched refs:is_link (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/
H A Dio.php574 if (is_dir($path) && !is_link($path)) {
582 if (is_dir("$path/$f") && !is_link("$path/$f")) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2696 public function is_link($path)
2917 function is_link($path) global() function in phpseclib\\Net\\SFTP
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingDirchoice.php24 $file = (is_link($this->dir . $entry)) ? readlink($this->dir . $entry) : $this->dir . $entry;