Home
last modified time | relevance | path

Searched refs:stream_open (Results 1 – 6 of 6) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamWrapper.php72 public function stream_open($path, $mode, $options, &$opened_path) function in GuzzleHttp\\Psr7\\StreamWrapper
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DGuzzleStreamWrapper.php54 public function stream_open($path, $mode, $options, &$opened_path) function in GuzzleHttp\\Stream\\GuzzleStreamWrapper
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php340 ->when($result = $wrapper->stream_open($path, $mode, $options, $openedPath))
366 ->when($result = $wrapper->stream_open($path, $mode, $options, $openedPath))
390 ->when($result = $wrapper->stream_open($path, $mode, $options, $openedPath))
565 … $wrapper->stream_open('hoa://Test/Vfs/Foo?type=file', 'wb+', STREAM_USE_PATH, $openedPath),
893 $wrapper->stream_open('hoa://Test/Vfs/Foo?type=file', 'wb+', STREAM_USE_PATH, $openedPath);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php249 public function stream_open($path, $mode, $options, &$openedPath) function in Hoa\\Protocol\\Wrapper
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md384 * `stream_open`,
511 being opened with the `stream_open` method (from the
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DStream.php151 public function stream_open($path, $mode, $options, &$openedPath); function