Home
last modified time | relevance | path

Searched refs:addSubscriber (Results 26 – 50 of 388) sorted by relevance

12345678910>>...16

/dports/www/bolt/bolt-2.2.24/src/Provider/
H A DGuzzleServiceProvider.php32 $client->addSubscriber($plugin);
67 $client->addSubscriber($plugin);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/build/api/test/Tmdb/Tests/Event/
H A DRequestSubscriberTest.php42 $eventDispatcher->addSubscriber(new FakeCacheSubscriber());
43 $eventDispatcher->addSubscriber(new RequestSubscriber());
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/test/Tmdb/Tests/Event/
H A DRequestSubscriberTest.php42 $eventDispatcher->addSubscriber(new FakeCacheSubscriber());
43 $eventDispatcher->addSubscriber(new RequestSubscriber());
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Http/
H A DIoEmittingEntityBody.php53 public function addSubscriber(EventSubscriberInterface $subscriber) function in Guzzle\\Http\\IoEmittingEntityBody
55 $this->getEventDispatcher()->addSubscriber($subscriber);
/dports/www/itop/web/lib/silex/vendor/silex/silex/src/Silex/Provider/
H A DSessionServiceProvider.php80 $dispatcher->addSubscriber($app['session.listener']);
83 $app['dispatcher']->addSubscriber($app['session.listener.test']);
/dports/deskutils/egroupware/egroupware/vendor/symfony/event-dispatcher/Tests/
H A DEventDispatcherTest.php216 $this->dispatcher->addSubscriber($eventSubscriber);
224 $this->dispatcher->addSubscriber($eventSubscriber);
227 $this->dispatcher->addSubscriber($eventSubscriber);
238 $this->dispatcher->addSubscriber($eventSubscriber);
249 $this->dispatcher->addSubscriber($eventSubscriber);
260 $this->dispatcher->addSubscriber($eventSubscriber);
269 $this->dispatcher->addSubscriber($eventSubscriber);
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Component/EventDispatcher/
H A DContainerAwareEventDispatcherTest.php352 $this->dispatcher->addSubscriber($eventSubscriber);
359 $this->dispatcher->addSubscriber($eventSubscriber);
362 $this->dispatcher->addSubscriber($eventSubscriber);
372 $this->dispatcher->addSubscriber($eventSubscriber);
382 $this->dispatcher->addSubscriber($eventSubscriber);
392 $this->dispatcher->addSubscriber($eventSubscriber);
400 $this->dispatcher->addSubscriber($eventSubscriber);
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/causal-consistency/
H A Dcausal-consistency-003.phpt21 MongoDB\Driver\Monitoring\addSubscriber($this);
39 MongoDB\Driver\Monitoring\addSubscriber($this);
56 MongoDB\Driver\Monitoring\addSubscriber($this);
H A Dcausal-consistency-004.phpt21 MongoDB\Driver\Monitoring\addSubscriber($this);
43 MongoDB\Driver\Monitoring\addSubscriber($this);
72 MongoDB\Driver\Monitoring\addSubscriber($this);
/dports/finance/prestashop/prestashop/src/Core/Hook/
H A DHookDispatcher.php115 public function addSubscriber(EventSubscriberInterface $subscriber) function in PrestaShop\\PrestaShop\\Core\\Hook\\HookDispatcher
117 $this->hookDispatcherAdapter->addSubscriber($subscriber);
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/session/
H A Dsession-002.phpt21 MongoDB\Driver\Monitoring\addSubscriber($this);
43 MongoDB\Driver\Monitoring\addSubscriber($this);
61 MongoDB\Driver\Monitoring\addSubscriber($this);
83 MongoDB\Driver\Monitoring\addSubscriber($this);
/dports/devel/rlog/rlog-1.4/rlog/
H A DRLogNode.cpp133 publisher->addSubscriber( this ); in addPublisher()
169 RLogNode::addSubscriber( RLogNode *subscriber ) in addSubscriber() function in RLogNode
/dports/www/owncloud/owncloud/lib/composer/symfony/event-dispatcher/
H A DLegacyEventDispatcherProxy.php95 public function addSubscriber(EventSubscriberInterface $subscriber) function in Symfony\\Component\\EventDispatcher\\LegacyEventDispatcherProxy
97 return $this->dispatcher->addSubscriber($subscriber);
/dports/deskutils/egroupware/egroupware/vendor/symfony/event-dispatcher/
H A DLegacyEventDispatcherProxy.php95 public function addSubscriber(EventSubscriberInterface $subscriber) function in Symfony\\Component\\EventDispatcher\\LegacyEventDispatcherProxy
97 return $this->dispatcher->addSubscriber($subscriber);
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/event-dispatcher/
H A DLegacyEventDispatcherProxy.php95 public function addSubscriber(EventSubscriberInterface $subscriber) function in Symfony\\Component\\EventDispatcher\\LegacyEventDispatcherProxy
97 return $this->dispatcher->addSubscriber($subscriber);
/dports/www/nextcloud/nextcloud/3rdparty/symfony/event-dispatcher/
H A DLegacyEventDispatcherProxy.php95 public function addSubscriber(EventSubscriberInterface $subscriber) function in Symfony\\Component\\EventDispatcher\\LegacyEventDispatcherProxy
97 return $this->dispatcher->addSubscriber($subscriber);
/dports/science/gromacs/gromacs-2021.4/python_packaging/sample_restraint/src/pythonmodule/
H A Dexport_plugin.cpp258 void addSubscriber(const py::object& subscriber) in addSubscriber() function in EnsembleRestraintBuilder
349 void addSubscriber(const py::object& subscriber) in addSubscriber() function in NullRestraintBuilder
445 ensembleBuilder.def("add_subscriber", &EnsembleRestraintBuilder::addSubscriber); in PYBIND11_MODULE()
481 nullRestraintBuilder.def("add_subscriber", &NullRestraintBuilder::addSubscriber); in PYBIND11_MODULE()
/dports/www/bolt/bolt-2.2.24/vendor/silex/web-profiler/Silex/Provider/
H A DWebProfilerServiceProvider.php205 $dispatcher->addSubscriber($app['profiler.listener']);
208 $dispatcher->addSubscriber($app['web_profiler.toolbar.listener']);
211 $dispatcher->addSubscriber($app['profiler']->get('request'));
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/docs/plugins/
H A Dcreating-plugins.rst27 You can subscribe an instantiated observer to an event by calling ``addSubscriber`` on a subject.
32 $client->addSubscriber($testPlugin);
88 $client->addSubscriber($plugin);
H A Dplugins-overview.rst9 event subscribers directly to these objects using the ``addSubscriber()`` method, or you can grab t…
30 $client->addSubscriber($history);
/dports/www/nextcloud/nextcloud/lib/private/EventDispatcher/
H A DSymfonyAdapter.php151 public function addSubscriber(EventSubscriberInterface $subscriber) { function in OC\\EventDispatcher\\SymfonyAdapter
152 $this->eventDispatcher->getSymfonyDispatcher()->addSubscriber($subscriber);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/examples/
H A Dglobal_adult_filter.php20 $client->getHttpClient()->addSubscriber($plugin);
H A Dglobal_language_filter.php20 $client->getHttpClient()->addSubscriber($plugin);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/build/api/test/Tmdb/Tests/HttpClient/
H A DHttpClientTest.php158 $this->testApi->addSubscriber($subscriber);
184 $this->testApi->addSubscriber($subscriber);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/test/Tmdb/Tests/HttpClient/
H A DHttpClientTest.php158 $this->testApi->addSubscriber($subscriber);
184 $this->testApi->addSubscriber($subscriber);

12345678910>>...16