Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSFTP.php937 if ($this->use_stat_cache && is_array($this->query_stat_cache($dir))) {
1013 if (is_array($this->query_stat_cache($this->realpath($dir . '/' . $value)))) {
1056 … $is_directory = is_array($this->query_stat_cache($this->realpath($dir . '/' . $key)));
1358 private function query_stat_cache($path) function in phpseclib3\\Net\\SFTP
1395 $result = $this->query_stat_cache($filename);
1451 $result = $this->query_stat_cache($filename);
2651 $result = $this->query_stat_cache($path);
2940 $result = $this->query_stat_cache($path);