Home
last modified time | relevance | path

Searched refs:is_link (Results 1 – 3 of 3) sorted by relevance

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