Searched refs:stream_metadata (Results 1 – 5 of 5) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/ |
H A D | Stream.php | 122 public function stream_metadata($path, $option, $value); function
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
H A D | Wrapper.php | 191 ->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 D | Wrapper.php | 180 public function stream_metadata($path, $option, $values) function in Hoa\\Protocol\\Wrapper
|
/plugin/findologicxmlexport/vendor/hoa/stream/ |
H A D | CHANGELOG.md | 108 * Add `stream_metadata` in the stream wrapper. (Ivan Enderlin, 2015-03-24T10:05:41+01:00)
|
H A D | README.md | 390 * `stream_metadata`,
|