Home
last modified time | relevance | path

Searched refs:setEventDispatcher (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/support/Facades/
H A DEvent.php37 Model::setEventDispatcher($fake);
58 Model::setEventDispatcher($originalDispatcher);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Support/Facades/
H A DEvent.php40 Model::setEventDispatcher($fake);
62 Model::setEventDispatcher($originalDispatcher);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Foundation/Testing/
H A DDatabaseTransactions.php22 $connection->setEventDispatcher($dispatcher);
32 $connection->setEventDispatcher($dispatcher);
H A DRefreshDatabase.php108 $connection->setEventDispatcher($dispatcher);
118 $connection->setEventDispatcher($dispatcher);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/
H A DHasEvents.php378 public static function setEventDispatcher(Dispatcher $dispatcher) function
404 static::setEventDispatcher(new NullDispatcher($dispatcher));
411 static::setEventDispatcher($dispatcher);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Cache/
H A DCacheManager.php285 $this->setEventDispatcher($repository);
295 protected function setEventDispatcher(Repository $repository) function in Illuminate\\Cache\\CacheManager
301 $repository->setEventDispatcher(
H A DRepository.php489 $cache->setEventDispatcher($this->events);
595 public function setEventDispatcher(Dispatcher $events) function in Illuminate\\Cache\\Repository
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Capsule/
H A DManager.php140 Eloquent::setEventDispatcher($dispatcher);
185 public function setEventDispatcher(Dispatcher $dispatcher) function in Illuminate\\Database\\Capsule\\Manager
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Capsule/
H A DManager.php141 Eloquent::setEventDispatcher($dispatcher);
186 public function setEventDispatcher(Dispatcher $dispatcher) function in Illuminate\\Database\\Capsule\\Manager
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/Concerns/
H A DHasEvents.php377 public static function setEventDispatcher(Dispatcher $dispatcher) function
408 static::setEventDispatcher($dispatcher);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/
H A DREADME.md28 $capsule->setEventDispatcher(new Dispatcher(new Container));
33 // Setup the Eloquent ORM... (optional; unless you've used setEventDispatcher())
H A DDatabaseServiceProvider.php32 Model::setEventDispatcher($this->app['events']);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/
H A DREADME.md28 $capsule->setEventDispatcher(new Dispatcher(new Container));
33 // Setup the Eloquent ORM... (optional; unless you've used setEventDispatcher())
H A DDatabaseServiceProvider.php25 Model::setEventDispatcher($this->app['events']);
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Common/
H A DHasDispatcherInterface.php27 public function setEventDispatcher(EventDispatcherInterface $eventDispatcher); function
H A DAbstractHasDispatcher.php22 public function setEventDispatcher(EventDispatcherInterface $eventDispatcher) function in Guzzle\\Common\\AbstractHasDispatcher
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugin/
H A DsfPearFrontendPlugin.class.php32 public function setEventDispatcher(sfEventDispatcher $dispatcher) function in sfPearFrontendPlugin
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/
H A DAuthenticationProviderManagerTest.php147 $manager->setEventDispatcher($dispatcher);
172 $manager->setEventDispatcher($dispatcher);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/
H A DAuthenticationProviderManagerTest.php147 $manager->setEventDispatcher($dispatcher);
172 $manager->setEventDispatcher($dispatcher);
/dports/www/cutelyst/cutelyst-3.2.0/uwsgiEngine/
H A Dplugin.cpp88 QCoreApplication::setEventDispatcher(new EventDispatcherEPoll); in uwsgi_cutelyst_on_load()
236 thread->setEventDispatcher(new EventDispatcherEPoll); in uwsgi_cutelyst_init_apps()
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Http/
H A DIoEmittingEntityBody.php28 public function setEventDispatcher(EventDispatcherInterface $eventDispatcher) function in Guzzle\\Http\\IoEmittingEntityBody
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/form/addon/
H A DsfFormSymfony.class.php48 static public function setEventDispatcher(sfEventDispatcher $dispatcher = null) function in sfFormSymfony
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/response/
H A DsfResponse.class.php72 public function setEventDispatcher(sfEventDispatcher $dispatcher) function in sfResponse
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/
H A DComposer.php196 public function setEventDispatcher(EventDispatcher $eventDispatcher) function in Composer\\Composer
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/tests/
H A Dwaylandservertest.cpp70 QCoreApplication::setEventDispatcher(eventDispatcher); in main()

12345678910