Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
H A DEvents.php75 * @return Event
90 * @param Event $postBody
100 * @return Event
114 * @param Event $postBody
135 * @return Event
291 * @return Event
306 * @param Event $postBody
330 * @return Event
354 * @return Event
369 * @param Event $postBody
[all …]
/plugin/sentry/
H A Dhelper.php3 use dokuwiki\plugin\sentry\Event; alias
60 $header[] = 'sentry_client=' . Event::CLIENT . Event::VERSION;
84 * @param Event $event
86 public function logEvent(Event $event)
112 $event = new Event($eventData);
143 * @param Event $event
145 public function saveEvent(Event $event)
158 * @return Event|null
167 return Event::fromJSON($json);
205 * @param Event $event the event
[all …]
H A DEvent.php8 class Event class
389 * @return Event
393 return new Event(json_decode($json, true));
400 * @return Event
404 $ev = new Event();
415 * @return Event
419 $ev = new Event();
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php40 use Hoa\Event; alias
50 class Exception extends Idle implements Event\Source
71 if (false === Event::eventExists('hoa://Event/Exception')) {
72 Event::register('hoa://Event/Exception', __CLASS__);
87 Event::notify(
90 new Event\Bucket($this)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWatcher.php39 use Hoa\Event; alias
49 class Watcher extends Finder implements Event\Listenable
51 use Event\Listens;
72 new Event\Listener(
110 new Event\Bucket([
127 new Event\Bucket([
139 new Event\Bucket([
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListener.php37 namespace Hoa\Event\Test\Unit;
39 use Hoa\Event as LUT;
40 use Hoa\Event\Listener as SUT;
57 $source = new \Mock\Hoa\Event\Listenable(),
76 $source = new \Mock\Hoa\Event\Listenable(),
95 $source = new \Mock\Hoa\Event\Listenable(),
110 $source = new \Mock\Hoa\Event\Listenable(),
130 $source = new \Mock\Hoa\Event\Listenable(),
175 $source = new \Mock\Hoa\Event\Listenable(),
198 $source = new \Mock\Hoa\Event\Listenable(),
[all …]
H A DEvent.php37 namespace Hoa\Event\Test\Unit;
39 use Hoa\Event as LUT;
40 use Hoa\Event\Event as SUT;
51 class Event extends Test\Unit\Suite class
70 $source = new \Mock\Hoa\Event\Source()
100 $source = new \Mock\Hoa\Event\Source(),
140 $source = new \Mock\Hoa\Event\Source(),
154 $source = new \Mock\Hoa\Event\Source(),
239 $source = new \Mock\Hoa\Event\Source(),
268 $source = new \Mock\Hoa\Event\Source(),
[all …]
H A DBucket.php37 namespace Hoa\Event\Test\Unit;
39 use Hoa\Event as LUT;
40 use Hoa\Event\Bucket as SUT;
71 $source = new \Mock\Hoa\Event\Source(),
99 $sourceA = new \Mock\Hoa\Event\Source()
108 ->given($sourceB = new \Mock\Hoa\Event\Source())
/plugin/pgn4web/pgn4web/
H A Dtest.pgn6 [Event "Testing PGN header tags, comments and clock information"]
66 [Event "Testing advanced variations: nesting and siblings"]
73 [Event "Testing non standard initial position with tablebase ending"]
88 [Event "Testing advanced variations: empty variations"]
94 [Event "Testing null moves"]
100 [Event "Testing continuations"]
109 [Event "Testing header patterns in comments"]
115 [Event"Testing very odd game"][Round "11"]a4(b4$6)a6!?{comment}a5*[Event"Testing another very odd g…
117 [ Event "Testing malformed header (extra spaces and extra line)"]
123 [Event "Testing a basic NAG before variation start"]
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DReportRuntimeEventRequest.php22 protected $eventType = Event::class;
30 * @param Event
32 public function setEvent(Event $event)
37 * @return Event
/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md29 * Test: Write test suite for `Hoa\Event\Listens`. (Ivan Enderlin, 2015-11-23T21:25:49+01:00)
35 * Test: Write test suite for `Hoa\Event\Event`. (Ivan Enderlin, 2015-11-11T17:04:41+01:00)
36 * Test: Write test suite for `Hoa\Event\Exception`. (Ivan Enderlin, 2015-11-11T16:46:12+01:00)
38 * Test: Write test suite for `Hoa\Event\Listener`. (Ivan Enderlin, 2015-11-11T13:27:40+01:00)
39 * Test: Write test suite for `Hoa\Event\Source`. (Ivan Enderlin, 2015-11-10T21:56:37+01:00)
40 * Test: Write test suite for `Hoa\Event\Listenable`. (Ivan Enderlin, 2015-11-10T21:56:24+01:00)
41 * Test: Write test suite for `Hoa\Event\Bucket`. (Ivan Enderlin, 2015-11-10T21:55:45+01:00)
H A DREADME.md19 # Hoa\Event
29 [Learn more](https://central.hoa-project.net/Documentation/Library/Event).
76 `hoa://Event/LibraryName/AnId:pseudo-class#anAnchor`. For instance, the
77 `hoa://Event/Exception` channel contains all exceptions that have been thrown.
78 The `hoa://Event/Stream/StreamName:close-before` contains all streams that are
82 Hoa\Event\Event::getEvent('hoa://Event/Exception')->attach(
83 function (Hoa\Event\Bucket $bucket) {
96 Hoa\Event\Event::getEvent('hoa://Event/Exception')->attach(
113 The `Hoa\Event\Listenable` interface requires the `on` method to be present to
120 $server->on('message', function (Hoa\Event\Bucket $bucket) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php40 use Hoa\Event; alias
51 abstract class Stream implements IStream\Stream, Event\Listenable
53 use Event\Listens;
157 new Event\Listener(
222 Event::register(
227 Event::register(
317 Event::notify(
320 new Event\Bucket()
329 Event::unregister(
332 Event::unregister(
[all …]
/plugin/sentry/action/
H A Derrors.php3 use dokuwiki\plugin\sentry\Event; alias
105 'frames' => Event::backTraceFrames($event->data['trace']),
110 'level' => Event::LVL_WARN,
113 $event = new Event($data);
133 $event = Event::fromError($error);
182 $event = Event::fromError($error);
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js92 Event.stopObserving(this.track, "mousedown", this.eventMouseDown);
93 Event.stopObserving(document, "mouseup", this.eventMouseUp);
94 Event.stopObserving(document, "mousemove", this.eventMouseMove);
96 Event.stopObserving(h, "mousedown", slider.eventMouseDown);
204 if (Event.isLeftClick(event)) {
208 var handle = Event.element(event);
209 var pointer = [Event.pointerX(event), Event.pointerY(event)];
236 Event.stop(event);
244 Event.stop(event);
248 var pointer = [Event.pointerX(event), Event.pointerY(event)];
[all …]
H A Dcontrols.js132 case Event.KEY_TAB:
135 Event.stop(event);
136 case Event.KEY_ESC:
139 Event.stop(event);
141 case Event.KEY_LEFT:
144 case Event.KEY_UP:
147 Event.stop(event);
149 case Event.KEY_DOWN:
152 Event.stop(event);
156 if(event.keyCode==Event.KEY_TAB || event.keyCode==Event.KEY_RETURN ||
[all …]
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php39 use Hoa\Event; alias
66 ->when($result = Event::eventExists('hoa://Event/Exception'))
78 Event::getEvent('hoa://Event/Exception')->attach(
79 function (Event\Bucket $bucket) use ($self, &$called) {
/plugin/issuetracker/
H A Dtablekit.js344 Event.stop(e);
345 var cell = Event.element(e);
645 var cell = Event.element(e);
651 var cell = Event.element(e);
652 if(TableKit.Resizable.pointerPos(cell,Event.pointerX(e),Event.pointerY(e))){
663 var cell = Event.element(e);
671 var cell = Event.element(e);
689 Event.stop(e);
705 Event.stop(e);
875 Event.stop(e);
[all …]
/plugin/edittable/action/
H A Dpreprocess.php8 use dokuwiki\Extension\Event; alias
35 Event::createAndTrigger('PLUGIN_EDITTABLE_PREPROCESS_EDITOR', $event->data);
36 Event::createAndTrigger('PLUGIN_EDITTABLE_PREPROCESS_NEWTABLE', $event->data);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst1 Event System
8 Register an Event Listener, or Subscriber
58 **Event Object**: ``JMS\Serializer\EventDispatcher\PreSerializeEvent``
66 **Event Object**: ``JMS\Serializer\EventDispatcher\ObjectEvent``
72 Event was added
77 **Event Object**: ``JMS\Serializer\EventDispatcher\PreDeserializeEvent``
85 **Event Object**: ``JMS\Serializer\EventDispatcher\ObjectEvent``
/plugin/tagfilter/_test/
H A Dajax.test.php3 use dokuwiki\Extension\Event; alias
38 Event::createAndTrigger('AJAX_CALL_UNKNOWN', $data);
64 Event::createAndTrigger('AJAX_CALL_UNKNOWN', $data);
94 Event::createAndTrigger('AJAX_CALL_UNKNOWN', $data);
117 Event::createAndTrigger('AJAX_CALL_UNKNOWN', $data);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/
H A DFootnoteExtension.php18 use League\CommonMark\Event\DocumentParsedEvent;
20 use League\CommonMark\Extension\Footnote\Event\AnonymousFootnotesListener;
21 use League\CommonMark\Extension\Footnote\Event\FixOrphanedFootnotesAndRefsListener;
22 use League\CommonMark\Extension\Footnote\Event\GatherFootnotesListener;
23 use League\CommonMark\Extension\Footnote\Event\NumberFootnotesListener;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DFootnoteToDokuwikiExtension.php21 use League\CommonMark\Event\DocumentParsedEvent;
23 use League\CommonMark\Extension\Footnote\Event\AnonymousFootnotesListener;
24 use League\CommonMark\Extension\Footnote\Event\FixOrphanedFootnotesAndRefsListener;
25 use League\CommonMark\Extension\Footnote\Event\GatherFootnotesListener;
26 use League\CommonMark\Extension\Footnote\Event\NumberFootnotesListener;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DMetadata.php31 protected $eventsType = Event::class;
73 * @param Event[]
80 * @return Event[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DMetadata.php31 protected $eventsType = Event::class;
77 * @param Event[]
84 * @return Event[]

12345678910>>...13