Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DEvent.php76 ->boolean(SUT::eventExists($eventId))
91 ->boolean(SUT::eventExists($eventId))
145 ->boolean(SUT::eventExists($eventId))
160 ->boolean(SUT::eventExists($eventId))
285 ->when($result = SUT::eventExists($eventId))
295 ->when($result = SUT::eventExists($eventId))
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php123 if (true === self::eventExists($eventId)) {
231 if (false === self::eventExists($eventId)) {
255 public static function eventExists($eventId) function in Hoa\\Event\\Event
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php109 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name))
111 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name . ':close-before'))
191 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name))
193 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name . ':close-before'))
237 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name))
239 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name . ':close-before'))
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php71 if (false === Event::eventExists('hoa://Event/Exception')) {
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php66 ->when($result = Event::eventExists('hoa://Event/Exception'))