Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 – 25 of 73) sorted by relevance

123

/plugin/strata/lib/
H A Dstrata_querytree_visitor.php29 $this->dispatch($query['lhs']);
30 $this->dispatch($query['rhs']);
37 $this->dispatch($query['lhs']);
38 $this->dispatch($query['rhs']);
45 $this->dispatch($query['lhs']);
55 $this->dispatch($query['lhs']);
56 $this->dispatch($query['rhs']);
64 $this->dispatch($query['lhs']);
65 $this->dispatch($query['rhs']);
73 $this->dispatch(
76 function dispatch(&$query) { global() function in strata_querytree_visitor
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriverNavigation.php48 $this->dispatch(
58 $this->dispatch(
68 $this->dispatch(
78 $this->dispatch(
100 $this->dispatch(
113 $this->dispatch(
126 protected function dispatch($method, ...$arguments) function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriverNavigation
132 $this->dispatcher->dispatch($method, $arguments);
140 $this->dispatch('onException', $exception);
H A DEventFiringWebDriver.php65 $this->dispatch('beforeNavigateTo', $url, $this);
73 $this->dispatch('afterNavigateTo', $url, $this);
85 $this->dispatch('beforeFindBy', $by, null, $this);
97 $this->dispatch('afterFindBy', $by, null, $this);
109 $this->dispatch('beforeFindBy', $by, null, $this);
118 $this->dispatch('afterFindBy', $by, null, $this);
137 $this->dispatch('beforeScript', $script, $this);
146 $this->dispatch('afterScript', $script, $this);
165 $this->dispatch('beforeScript', $script, $this);
173 $this->dispatch('afterScrip
390 protected function dispatch($method, ...$arguments) global() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriver
[all...]
H A DEventFiringWebElement.php58 $this->dispatch('beforeChangeValueOf', $this);
66 $this->dispatch('afterChangeValueOf', $this);
77 $this->dispatch('beforeClickOn', $this);
85 $this->dispatch('afterClickOn', $this);
97 $this->dispatch(
111 $this->dispatch(
128 $this->dispatch(
144 $this->dispatch(
376 $this->dispatch(
387 protected function dispatch( function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php58 $this->dispatch('bar');
72 $this->dispatch('pre', 'Bar');
73 $this->dispatch('pre', 'Foo');
92 $this->dispatch('pre', 'Bar', 'json', $event);
110 $this->dispatch('pre', 'Bar', 'json', $event);
128 $this->dispatch('pre');
149 $dispatcher->dispatch('post', 'Blah', 'xml', $event);
164 $this->dispatch('pre');
203 protected function dispatch($eventName, $class = 'Foo', $format = 'json', ?Event $event = null) function in JMS\\Serializer\\Tests\\Serializer\\EventDispatcher\\EventDispatcherTest
205 $this->dispatcher->dispatch($eventName, $class, $format, $event ?: $this->event);
H A DLazyEventDispatcherTest.php36 $this->dispatch('bar');
51 $this->dispatch('pre', 'Bar');
52 $this->dispatch('pre', 'Foo');
/plugin/diagrams/script/
H A DDiagramsMenuItemDispatcher.js50 command: (state, dispatch) => {
56 if (dispatch) {
70 dispatch(
H A DDiagramsView.js64 this.outerView.dispatch(this.outerView.state.tr.setNodeMarkup(
/plugin/webdav/
H A Dadmin.php56 $dispatch = [
61 if (!isset($dispatch[$cmd])) {
65 call_user_func([$this, $dispatch[$cmd]]);
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js64 , dispatch = function(filesaver, event_types, event) {
95 dispatch(filesaver, "writestart progress write writeend".split(" "));
172 dispatch(filesaver, "writeend", event);
222 dispatch(filesaver, "abort");
/plugin/gallery/script/
H A Dprosemirror.js242 this.outerView.dispatch(
267 nodeview.outerView.dispatch(
381 command: function (state, dispatch) {
386 if (dispatch) {
411 dispatch(state.tr.replaceSelectionWith(schema.nodes.dwplugin_gallery.createChecked(newAttrs)));
378 AnonymousFunction7976226f0700(state, dispatch) global() argument
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2dispatch=d3.dispatch("render_start","render_end"),Function.prototype.bind||(Function.prototype.bin…
3dispatch("tooltipShow","tooltipHide","beforeUpdate","renderEnd"),s=250;f.orient("bottom").showMaxM…
4dispatch("beforeUpdate","renderEnd"),s=250;f.orient("bottom").showMaxMin(!1).tickFormat(function(a…
5dispatch.on("stateChange",function(a){for(var c in a)t[c]=a[c];w.stateChange(t),b.update()}),i.dis…
6dispatch.on("stateChange",function(a){for(var c in a)x[c]=a[c];A.stateChange(x),b.update()}),i.dis…
7dispatch("brush","elementMouseover","elementMouseout");return b.dispatch=o,b.options=a.utils.optio…
8dispatch.on("elementMouseover.area",function(a){C.select(".nv-chart-"+i+" .nv-area-"+a.seriesIndex…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php108 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event);
123 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event);
133 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event);
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcherInterface.php20 public function dispatch(string $eventName, string $class, string $format, Event $event): void; function
H A DEventDispatcher.php85 public function dispatch(string $eventName, string $class, string $format, Event $event): void function in JMS\\Serializer\\EventDispatcher\\EventDispatcher
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverDispatcher.php70 public function dispatch($method, $arguments) function in Facebook\\WebDriver\\WebDriverDispatcher
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironmentInterface.php
H A DDocParser.php
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php147 …$this->dispatcher->dispatch('serializer.pre_deserialize', $type['name'], $this->format, $event = n…
242 …$this->dispatcher->dispatch('serializer.post_deserialize', $metadata->name, $this->format, new Obj…
H A DSerializationGraphNavigator.php184 …$this->dispatcher->dispatch('serializer.pre_serialize', $type['name'], $this->format, $event = new…
254 …$this->dispatcher->dispatch('serializer.post_serialize', $metadata->name, $this->format, new Objec…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dendpoint-closure.asciidoc4 The client uses an Endpoint closure to dispatch API requests to the correct
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php94 $dispatcher->dispatch($eventName, $parentClassName, $format, $newEvent);
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as20 1. Wired up errors to dispatch events to Jplayer events to allow them to bubble up to JS
21 2. Rework event dispatch to handoff netconnection instead of a passed in reference
170 // Should come up with a more loosely coupled way via event dispatch
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js1656 eventBus.dispatch('resize', {
1662 eventBus.dispatch('hashchange', {
1669 eventBus.dispatch('beforeprint', {
1675 eventBus.dispatch('afterprint', {
6511 this.eventBus.dispatch('find', {
13298 eventBus.dispatch('nextpage', {
13303 eventBus.dispatch('zoomin', {
13308 eventBus.dispatch('zoomout', {
13337 eventBus.dispatch('openfile', {
13342 eventBus.dispatch('print', {
[all …]
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8 …de=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).…

123