Searched refs:opened_path (Results 1 – 5 of 5) sorted by relevance
/plugin/combo/vendor/bin/ |
D | yaml-lint | 29 public function stream_open($path, $mode, $options, &$opened_path) 32 $opened_path = substr($path, 17); 33 $this->realpath = realpath($opened_path) ?: $opened_path; 34 $opened_path = $this->realpath;
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
D | GuzzleStreamWrapper.php | 54 public function stream_open($path, $mode, $options, &$opened_path) argument
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
D | StreamWrapper.php | 72 public function stream_open($path, $mode, $options, &$opened_path) argument
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
D | StreamWrapper.php | 72 …public function stream_open(string $path, string $mode, int $options, string &$opened_path = null)… argument
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
D | Stream.php | 256 * @param string $opened_path 260 private function _stream_open($path, $mode, $options, &$opened_path) argument
|