Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DStream.php122 public function stream_metadata($path, $option, $value); function
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php191 ->when($result = $wrapper->stream_metadata($path, STREAM_META_TOUCH, $arguments))
232 ->when($result = $wrapper->stream_metadata('foo', $owner, $user))
266 ->when($result = $wrapper->stream_metadata('foo', $grp, $group))
300 ->when($result = $wrapper->stream_metadata('foo', STREAM_META_ACCESS, $mode))
318 ->when($result = $wrapper->stream_metadata('foo', $option, $mode))
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php180 public function stream_metadata($path, $option, $values) function in Hoa\\Protocol\\Wrapper
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md108 * Add `stream_metadata` in the stream wrapper. (Ivan Enderlin, 2015-03-24T10:05:41+01:00)
H A DREADME.md390 * `stream_metadata`,