Home
last modified time | relevance | path

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

/plugin/combo/vendor/bin/
Dyaml-lint29 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/
DGuzzleStreamWrapper.php54 public function stream_open($path, $mode, $options, &$opened_path) argument
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DStreamWrapper.php72 public function stream_open($path, $mode, $options, &$opened_path) argument
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DStreamWrapper.php72 …public function stream_open(string $path, string $mode, int $options, string &$opened_path = null)… argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
DStream.php256 * @param string $opened_path
260 private function _stream_open($path, $mode, $options, &$opened_path) argument