Home
last modified time | relevance | path

Searched refs:signalRegistry (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/console/
H A DApplication.php83 private $signalRegistry; variable in Symfony\\Component\\Console\\Application
93 $this->signalRegistry = new SignalRegistry();
113 if (!$this->signalRegistry) {
117 return $this->signalRegistry;
944 if (!$this->signalRegistry) {
952 … $this->signalRegistry->register($signal, function ($signal, $hasNext) use ($event) {
966 $this->signalRegistry->register($signal, [$command, 'handleSignal']);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/console/
H A DApplication.php83 private $signalRegistry; variable in Symfony\\Component\\Console\\Application
93 $this->signalRegistry = new SignalRegistry();
113 if (!$this->signalRegistry) {
117 return $this->signalRegistry;
944 if (!$this->signalRegistry) {
952 … $this->signalRegistry->register($signal, function ($signal, $hasNext) use ($event) {
966 $this->signalRegistry->register($signal, [$command, 'handleSignal']);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/
H A DApplication.php88 private $signalRegistry; variable in Symfony\\Component\\Console\\Application
98 $this->signalRegistry = new SignalRegistry();
118 if (!$this->signalRegistry) {
122 return $this->signalRegistry;
978 if (!$this->signalRegistry) {
986 … $this->signalRegistry->register($signal, function ($signal, $hasNext) use ($event) {
1000 $this->signalRegistry->register($signal, [$command, 'handleSignal']);