Home
last modified time | relevance | path

Searched refs:contextExists (Results 1 – 4 of 4) sorted by last modified time

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php203 if (false === Context::contextExists($context)) {
281 } elseif (true === Context::contextExists($context)) {
H A DContext.php90 if (false === static::contextExists($id)) {
113 public static function contextExists($id) function in Hoa\\Stream\\Context
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php109 ->when($result = SUT::contextExists($id))
118 ->when($result = SUT::contextExists('foo'))
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php250 if (false === Stream\Context::contextExists($context)) {