Home
last modified time | relevance | path

Searched refs:addListener (Results 101 – 125 of 149) sorted by path

123456

/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst39 $dispatcher->addListener('serializer.pre_serialize',
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php50 …public function addListener(string $eventName, $callable, ?string $class = null, ?string $format =… function in JMS\\Serializer\\EventDispatcher\\EventDispatcher
H A DEventDispatcherInterface.php27 …public function addListener(string $eventName, $callable, ?string $class = null, ?string $format =… function
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php31 $this->dispatcher->addListener('foo', static function () {
36 $this->dispatcher->addListener('bar', static function () {
39 $this->dispatcher->addListener('bar', static function () {
42 $this->dispatcher->addListener('bar', static function () {
48 $this->dispatcher->addListener('baz', static function () {
57 $this->dispatcher->addListener('foo', [$a, 'Foo']);
62 $this->dispatcher->addListener('pre', [$b, 'bar'], 'Bar');
63 $this->dispatcher->addListener('pre', [$b, 'foo'], 'Foo');
64 $this->dispatcher->addListener('pre', [$b, 'all']);
82 $this->dispatcher->addListener('pre', [$a, 'all'], 'Bar', 'json');
[all …]
H A DLazyEventDispatcherTest.php26 $this->dispatcher->addListener('foo', ['a', 'foo']);
35 $this->dispatcher->addListener('foo', ['a', 'foo']);
42 $this->dispatcher->addListener('pre', ['b', 'bar'], 'Bar');
43 $this->dispatcher->addListener('pre', ['b', 'foo'], 'Foo');
44 $this->dispatcher->addListener('pre', ['b', 'all']);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php103 …$this->dispatcher->addListener('serializer.pre_serialize', static function () use (&$realClassEven…
118 …$this->dispatcher->addListener('serializer.pre_serialize', static function (PreSerializeEvent $eve…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php121 …$this->dispatcher->addListener('serializer.pre_serialize', static function ($event) use ($typeName…
H A DJsonSerializationTest.php168 $this->dispatcher->addListener('serializer.post_serialize', static function (Event $event) {
174 $this->dispatcher->addListener('serializer.post_serialize', static function (Event $event) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php180 public function addListener(PHPUnit_Framework_TestListener $listener) function in PHPUnit_Framework_TestResult
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php319 $result->addListener($listener);
322 $result->addListener($this->printer);
325 $result->addListener(
335 $result->addListener(
345 $result->addListener(
478 $result->addListener(
484 $result->addListener(
490 $result->addListener(
496 $result->addListener(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DBaseTestListenerTest.php22 $this->result->addListener($listener);
H A DTestListenerTest.php74 $this->result->addListener($this);
/plugin/flowcharts/
H A Dmermaid.min.js24 …r",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=y,i.addListener=y,i.once=y,i.of…
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestResult.php143 function addListener(&$listener) { function in PHPUnit_TestResult
/plugin/google_maps/
H A Dscript.js23 GEvent.addListener(marker, "click", function()
/plugin/googlemap3/
H A Dgooglemap3.js41 google.maps.event.addListener(marker, 'click', function() {
58 google.maps.event.addListener(currentInfoWindow, 'closeclick',
71 google.maps.event.addListener(map, 'click',
100 google.maps.event.addListener(map, 'click',
/plugin/googlemaps/
H A Dscript.js19 GEvent.addListener(marker, "click", function() {
/plugin/googlemaps3/
H A Dscript.js75 marker.addListener('click', () => {
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java107 shapesPalette.addListener(mxEvent.SELECT, new mxIEventListener() in GraphEditor()
H A DGraphEditor.java.bak88 shapesPalette.addListener(mxEvent.SELECT, new mxIEventListener()
H A DValidation.java101 graph.getModel().addListener(mxEvent.CHANGE, new mxIEventListener() in Validation()
H A DValidation.java.bak97 graph.getModel().addListener(mxEvent.CHANGE, new mxIEventListener()

123456