Home
last modified time | relevance | path

Searched refs:Touchable (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php53 Stream\IStream\Touchable
309 public function copy($to, $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE)
313 if ($force === Stream\IStream\Touchable::DO_NOT_OVERWRITE &&
340 $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE,
341 $mkdir = Stream\IStream\Touchable::DO_NOT_MAKE_DIRECTORY
345 if ($force === Stream\IStream\Touchable::DO_NOT_OVERWRITE &&
350 if (Stream\IStream\Touchable::MAKE_DIRECTORY === $mkdir) {
H A DDirectory.php151 public function copy($to, $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DTouchable.php40 use Hoa\Stream\IStream\Touchable as SUT;
51 class Touchable extends Test\Unit\Suite class
56 ->when($result = new \Mock\Hoa\Stream\IStream\Touchable())
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DTouchable.php47 interface Touchable extends Stream interface
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md52 * Test: Write `…tream\IStream\Touchable` test suite. (Ivan Enderlin, 2016-12-14T08:12:49+01:00)
H A DREADME.md106 * `Touchable`, for “touchable” streams, provides `touch`, `copy`,