/plugin/strata/lib/ |
H A D | strata_querytree_visitor.php | 29 $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 D | EventFiringWebDriverNavigation.php | 48 $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 D | EventFiringWebDriver.php | 65 $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 D | EventFiringWebElement.php | 58 $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 D | EventDispatcherTest.php | 58 $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 D | LazyEventDispatcherTest.php | 36 $this->dispatch('bar'); 51 $this->dispatch('pre', 'Bar'); 52 $this->dispatch('pre', 'Foo');
|
/plugin/diagrams/script/ |
H A D | DiagramsMenuItemDispatcher.js | 50 command: (state, dispatch) => { 56 if (dispatch) { 70 dispatch(
|
H A D | DiagramsView.js | 64 this.outerView.dispatch(this.outerView.state.tr.setNodeMarkup(
|
/plugin/webdav/ |
H A D | admin.php | 56 $dispatch = [ 61 if (!isset($dispatch[$cmd])) { 65 call_user_func([$this, $dispatch[$cmd]]);
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/ |
H A D | FileSaver.js | 64 , 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 D | prosemirror.js | 242 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 D | nv.d3.min.js | 2 …dispatch=d3.dispatch("render_start","render_end"),Function.prototype.bind||(Function.prototype.bin… 3 …dispatch("tooltipShow","tooltipHide","beforeUpdate","renderEnd"),s=250;f.orient("bottom").showMaxM… 4 …dispatch("beforeUpdate","renderEnd"),s=250;f.orient("bottom").showMaxMin(!1).tickFormat(function(a… 5 …dispatch.on("stateChange",function(a){for(var c in a)t[c]=a[c];w.stateChange(t),b.update()}),i.dis… 6 …dispatch.on("stateChange",function(a){for(var c in a)x[c]=a[c];A.stateChange(x),b.update()}),i.dis… 7 …dispatch("brush","elementMouseover","elementMouseout");return b.dispatch=o,b.options=a.utils.optio… 8 …dispatch.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 D | DoctrineProxySubscriberTest.php | 108 $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 D | EventDispatcherInterface.php | 20 public function dispatch(string $eventName, string $class, string $format, Event $event): void; function
|
H A D | EventDispatcher.php | 85 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 D | WebDriverDispatcher.php | 70 public function dispatch($method, $arguments) function in Facebook\\WebDriver\\WebDriverDispatcher
|
/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | EnvironmentInterface.php |
|
H A D | DocParser.php |
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/ |
H A D | DeserializationGraphNavigator.php | 147 …$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 D | SerializationGraphNavigator.php | 184 …$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 D | endpoint-closure.asciidoc | 4 The client uses an Endpoint closure to dispatch API requests to the correct
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/ |
H A D | DoctrineProxySubscriber.php | 94 $dispatcher->dispatch($eventName, $parentClassName, $format, $newEvent);
|
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
H A D | ConnectManager.as | 20 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 D | viewer.js | 1656 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 D | jquery.mousewheel.min.js | 8 …de=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).…
|