Home
last modified time | relevance | path

Searched refs:Event (Results 26 – 50 of 313) sorted by relevance

12345678910>>...13

/plugin/issuetracker/
H A Dfabtabulous.js25 Event.observe(elm,'click',this.activate.bindAsEventListener(this),false)
28 var elm = Event.findElement(ev, "a");
29 Event.stop(ev);
/plugin/sqlite/
H A DQuerySaver.php5 use dokuwiki\Extension\Event; alias
35 $event = new Event('PLUGIN_SQLITE_QUERY_SAVE', $eventData);
67 $event = new Event('PLUGIN_SQLITE_QUERY_DELETE', $eventData);
/plugin/combo/ComboStrap/Api/
H A DAjaxHandler.php5 use dokuwiki\Extension\Event; alias
10 public static function handle(Event $event)
H A DApiRouter.php15 use dokuwiki\Extension\Event; alias
28 * @param Event $event
31 public static function handle(Event $event)
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js114 if (this.isAffected([Event.pointerX(event), Event.pointerY(event)], element, this.last_active))
172 var pointer = [Event.pointerX(event), Event.pointerY(event)];
304 if(Event.isLeftClick(event)) {
306 var src = Event.element(event);
314 var pointer = [Event.pointerX(event), Event.pointerY(event)];
319 Event.stop(event);
394 Event.stop(event);
402 var pointer = [Event.pointerX(event), Event.pointerY(event)];
445 if(event.keyCode!=Event.KEY_ESC) return;
447 Event.stop(event);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvents.php37 protected $itemsType = Event::class;
121 * @param Event[]
128 * @return Event[]
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php20 use Composer\Script\Event; alias
28 * @param Event $event Composer event passed in for any script method
32 Event $event,
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListenable.php37 namespace Hoa\Event\Test\Unit;
54 ->when($result = new \Mock\Hoa\Event\Listenable())
H A DSource.php37 namespace Hoa\Event\Test\Unit;
54 ->when($result = new \Mock\Hoa\Event\Source())
H A DException.php37 namespace Hoa\Event\Test\Unit;
39 use Hoa\Event\Exception as SUT;
H A DListens.php37 namespace Hoa\Event\Test\Unit;
39 use Hoa\Event as LUT;
40 use Hoa\Event\Listens as SUT;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php39 use Hoa\Event; alias
60 ->isInstanceOf(Event\Listenable::class);
88 ->isInstanceOf(Event\Listener::class)
109 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name))
111 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name . ':close-before'))
130 ->isInstanceOf(Event\Listener::class);
191 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name))
236 ->isInstanceOf(Event\Listener::class)
237 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name))
253 Event::getEvent('hoa://Event/Stream/' . $name . ':close-before')->attach(
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php9 use JMS\Serializer\EventDispatcher\Event; alias
119 $this->dispatcher->addListener('pre', static function (Event $event) use (&$listener1) {
140 …$this->dispatcher->addListener('pre', static function (Event $event, $eventName, $loweredClass, $f…
143 $event = new Event($event->getContext(), $event->getType());
156 …$this->dispatcher->addListener('post', static function (Event $event, $eventName, $loweredClass, $…
203 protected function dispatch($eventName, $class = 'Foo', $format = 'json', ?Event $event = null)
/plugin/freechat/phpfreechat/data/public/js/
H A Dactivity.js9 Event.observe(subject, 'mousemove', this._OnFocus.bindAsEventListener(this), false);
10 Event.observe(subject, 'mouseout', this._OnBlur.bindAsEventListener(this), false);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DEvent.php20 class Event extends \Google\Model class
80 class_alias(Event::class, 'Google_Service_AIPlatformNotebooks_Event');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DEvent.php20 class Event extends \Google\Model class
80 class_alias(Event::class, 'Google_Service_Genomics_Event');
/plugin/combo/action/
H A Dbacklinkmutation.php6 use ComboStrap\Event; alias
147 Event::createEvent(
161 Event::createEvent(
H A Deventsystem.php14 use ComboStrap\Event;
78 Event::dispatchEvent();
15 use ComboStrap\Event; global() alias
H A Dpagesystemmutation.php5 use ComboStrap\Event; alias
96 Event::createEvent(
124 Event::createEvent(
/plugin/combo/ComboStrap/
H A DMetadataMutation.php6 use dokuwiki\Extension\Event; alias
41 * Event
49 Event::createAndTrigger(self::PAGE_METADATA_MUTATION_EVENT, $eventData);
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEvent.php10 class Event class
51 * @see Event::stopPropagation()
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/
H A DAttributesExtension.php18 use League\CommonMark\Event\DocumentParsedEvent;
19 use League\CommonMark\Extension\Attributes\Event\AttributesListener;
/plugin/findologicxmlexport/vendor/hoa/event/
H A DBucket.php37 namespace Hoa\Event;
86 return Event::notify($eventId, $source, $this);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DEvent.php20 class Event extends \Google\Model class
94 class_alias(Event::class, 'Google_Service_PeopleService_Event');
/plugin/prosemirror/
H A Dhelper.php4 use dokuwiki\plugin\sentry\Event; alias
52 $sentryEvent = new Event([

12345678910>>...13