Home
last modified time | relevance | path

Searched refs:wrappedListener (Results 1 – 25 of 82) sorted by path

1234

/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/event-dispatcher/Debug/
H A DTraceableEventDispatcher.php66 foreach ($this->wrappedListeners[$eventName] as $index => $wrappedListener) {
67 if ($wrappedListener->getWrappedListener() === $listener) {
68 $listener = $wrappedListener;
102 foreach ($this->wrappedListeners[$eventName] as $index => $wrappedListener) {
103 if ($wrappedListener->getWrappedListener() === $listener) {
104 return $this->dispatcher->getListenerPriority($eventName, $wrappedListener);
261 …$wrappedListener = new WrappedListener($listener instanceof WrappedListener ? $listener->getWrappe…
262 $this->wrappedListeners[$eventName][] = $wrappedListener;
264 $this->dispatcher->addListener($eventName, $wrappedListener, $priority);
265 $this->callStack->attach($wrappedListener, [$eventName]);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/event-dispatcher/Tests/Debug/
H A DWrappedListenerTest.php26 …$wrappedListener = new WrappedListener($listener, null, $this->getMockBuilder(Stopwatch::class)->g…
28 $this->assertStringMatchesFormat($expected, $wrappedListener->getPretty());
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/grpc/xds/internal/testutils/fakeserver/
H A Dserver.go91 type wrappedListener struct { struct
96 func (wl *wrappedListener) Accept() (net.Conn, error) { argument
124 wp := &wrappedListener{
/dports/deskutils/egroupware/egroupware/vendor/symfony/event-dispatcher/Debug/
H A DTraceableEventDispatcher.php77 foreach ($this->wrappedListeners[$eventName] as $index => $wrappedListener) {
78 if ($wrappedListener->getWrappedListener() === $listener) {
79 $listener = $wrappedListener;
113 foreach ($this->wrappedListeners[$eventName] as $index => $wrappedListener) {
114 if ($wrappedListener->getWrappedListener() === $listener) {
115 return $this->dispatcher->getListenerPriority($eventName, $wrappedListener);
336 …$wrappedListener = new WrappedListener($listener instanceof WrappedListener ? $listener->getWrappe…
337 $this->wrappedListeners[$eventName][] = $wrappedListener;
339 $this->dispatcher->addListener($eventName, $wrappedListener, $priority);
340 $this->callStack->attach($wrappedListener, [$eventName, $this->currentRequestHash]);
/dports/deskutils/egroupware/egroupware/vendor/symfony/event-dispatcher/Tests/Debug/
H A DWrappedListenerTest.php26 …$wrappedListener = new WrappedListener($listener, null, $this->getMockBuilder(Stopwatch::class)->g…
28 $this->assertStringMatchesFormat($expected, $wrappedListener->getPretty());
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/google.golang.org/grpc/grpc-go-1.34.0/xds/internal/testutils/fakeserver/
H A Dserver.go91 type wrappedListener struct { struct
96 func (wl *wrappedListener) Accept() (net.Conn, error) { argument
124 wp := &wrappedListener{
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/grpc/xds/internal/testutils/fakeserver/
H A Dserver.go91 type wrappedListener struct { struct
96 func (wl *wrappedListener) Accept() (net.Conn, error) { argument
124 wp := &wrappedListener{
/dports/devel/gitlist/gitlist/vendor/symfony/event-dispatcher/Debug/
H A DTraceableEventDispatcher.php74 foreach ($this->wrappedListeners[$eventName] as $index => $wrappedListener) {
75 if ($wrappedListener->getWrappedListener() === $listener) {
76 $listener = $wrappedListener;
244 $wrappedListener = new WrappedListener($listener, $name, $this->stopwatch, $this);
245 $this->wrappedListeners[$eventName][] = $wrappedListener;
247 $this->dispatcher->addListener($eventName, $wrappedListener, $info['priority']);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/
H A DTraceableFirewallListener.php34 $wrappedListener = new WrappedListener($listener);
35 $wrappedListener->handle($event);
36 $this->wrappedListeners[] = $wrappedListener->getInfo();
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/
H A DTraceableEventDispatcher.php66 foreach ($this->wrappedListeners[$eventName] as $index => $wrappedListener) {
67 if ($wrappedListener->getWrappedListener() === $listener) {
68 $listener = $wrappedListener;
102 foreach ($this->wrappedListeners[$eventName] as $index => $wrappedListener) {
103 if ($wrappedListener->getWrappedListener() === $listener) {
104 return $this->dispatcher->getListenerPriority($eventName, $wrappedListener);
261 …$wrappedListener = new WrappedListener($listener instanceof WrappedListener ? $listener->getWrappe…
262 $this->wrappedListeners[$eventName][] = $wrappedListener;
264 $this->dispatcher->addListener($eventName, $wrappedListener, $priority);
265 $this->callStack->attach($wrappedListener, [$eventName]);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/Debug/
H A DWrappedListenerTest.php26 …$wrappedListener = new WrappedListener($listener, null, $this->getMockBuilder(Stopwatch::class)->g…
28 $this->assertStringMatchesFormat($expected, $wrappedListener->getPretty());
/dports/irc/ergo/ergo-2.8.0/irc/
H A Dlisteners.go37 wrappedListener := utils.NewReloadableListener(baseListener, config)
40 return NewWSListener(server, addr, wrappedListener, config)
42 return NewNetListener(server, addr, wrappedListener, config)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/
H A DLegacyContextListenerWrapper.java50 private final org.eclipse.ui.contexts.IContextListener wrappedListener; field in LegacyContextListenerWrapper
77 wrappedListener = listener; in LegacyContextListenerWrapper()
84 wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent( in contextChanged()
109 wrappedListener in contextManagerChanged()
117 return wrappedListener.equals(other.wrappedListener); in equals()
122 return wrappedListener.equals(other); in equals()
130 return wrappedListener.hashCode(); in hashCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/observable/
H A DUnmodifiableObservableValueTest.java64 StaleEventTracker wrappedListener = new StaleEventTracker(); in testFiresStaleEvents() local
67 unmodifiable.wrappedValue.addStaleListener(wrappedListener); in testFiresStaleEvents()
70 assertEquals(0, wrappedListener.count); in testFiresStaleEvents()
73 assertEquals(1, wrappedListener.count); in testFiresStaleEvents()
74 assertEquals(unmodifiable.wrappedValue, wrappedListener.event in testFiresStaleEvents()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/MBeanServer/
H A DOldMBeanServerTest.java656 NotificationListener wrappedListener = in addNotificationListener() local
657 wrappedListener(name, userMBean, listener); in addNotificationListener()
658 userMBean.addNotificationListener(wrappedListener, filter, handback); in addNotificationListener()
692 NotificationListener wrappedListener = in removeNotificationListener() local
693 wrappedListener(name, userMBean, listener); in removeNotificationListener()
694 userMBean.removeNotificationListener(wrappedListener); in removeNotificationListener()
703 NotificationListener wrappedListener = in removeNotificationListener() local
704 wrappedListener(name, userMBean, listener); in removeNotificationListener()
705 userMBean.removeNotificationListener(wrappedListener, filter, handback); in removeNotificationListener()
980 private NotificationListener wrappedListener( in wrappedListener() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/MBeanServer/
H A DOldMBeanServerTest.java656 NotificationListener wrappedListener = in addNotificationListener() local
657 wrappedListener(name, userMBean, listener); in addNotificationListener()
658 userMBean.addNotificationListener(wrappedListener, filter, handback); in addNotificationListener()
692 NotificationListener wrappedListener = in removeNotificationListener() local
693 wrappedListener(name, userMBean, listener); in removeNotificationListener()
694 userMBean.removeNotificationListener(wrappedListener); in removeNotificationListener()
703 NotificationListener wrappedListener = in removeNotificationListener() local
704 wrappedListener(name, userMBean, listener); in removeNotificationListener()
705 userMBean.removeNotificationListener(wrappedListener, filter, handback); in removeNotificationListener()
980 private NotificationListener wrappedListener( in wrappedListener() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/management/MBeanServer/
H A DOldMBeanServerTest.java653 NotificationListener wrappedListener = in addNotificationListener() local
654 wrappedListener(name, userMBean, listener); in addNotificationListener()
655 userMBean.addNotificationListener(wrappedListener, filter, handback); in addNotificationListener()
689 NotificationListener wrappedListener = in removeNotificationListener() local
690 wrappedListener(name, userMBean, listener); in removeNotificationListener()
691 userMBean.removeNotificationListener(wrappedListener); in removeNotificationListener()
700 NotificationListener wrappedListener = in removeNotificationListener() local
701 wrappedListener(name, userMBean, listener); in removeNotificationListener()
702 userMBean.removeNotificationListener(wrappedListener, filter, handback); in removeNotificationListener()
977 private NotificationListener wrappedListener( in wrappedListener() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/management/MBeanServer/
H A DOldMBeanServerTest.java653 NotificationListener wrappedListener = in addNotificationListener() local
654 wrappedListener(name, userMBean, listener); in addNotificationListener()
655 userMBean.addNotificationListener(wrappedListener, filter, handback); in addNotificationListener()
689 NotificationListener wrappedListener = in removeNotificationListener() local
690 wrappedListener(name, userMBean, listener); in removeNotificationListener()
691 userMBean.removeNotificationListener(wrappedListener); in removeNotificationListener()
700 NotificationListener wrappedListener = in removeNotificationListener() local
701 wrappedListener(name, userMBean, listener); in removeNotificationListener()
702 userMBean.removeNotificationListener(wrappedListener, filter, handback); in removeNotificationListener()
977 private NotificationListener wrappedListener( in wrappedListener() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/management/MBeanServer/
H A DOldMBeanServerTest.java653 NotificationListener wrappedListener = in addNotificationListener() local
654 wrappedListener(name, userMBean, listener); in addNotificationListener()
655 userMBean.addNotificationListener(wrappedListener, filter, handback); in addNotificationListener()
689 NotificationListener wrappedListener = in removeNotificationListener() local
690 wrappedListener(name, userMBean, listener); in removeNotificationListener()
691 userMBean.removeNotificationListener(wrappedListener); in removeNotificationListener()
700 NotificationListener wrappedListener = in removeNotificationListener() local
701 wrappedListener(name, userMBean, listener); in removeNotificationListener()
702 userMBean.removeNotificationListener(wrappedListener, filter, handback); in removeNotificationListener()
977 private NotificationListener wrappedListener( in wrappedListener() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/management/MBeanServer/
H A DOldMBeanServerTest.java656 NotificationListener wrappedListener = in addNotificationListener() local
657 wrappedListener(name, userMBean, listener); in addNotificationListener()
658 userMBean.addNotificationListener(wrappedListener, filter, handback); in addNotificationListener()
692 NotificationListener wrappedListener = in removeNotificationListener() local
693 wrappedListener(name, userMBean, listener); in removeNotificationListener()
694 userMBean.removeNotificationListener(wrappedListener); in removeNotificationListener()
703 NotificationListener wrappedListener = in removeNotificationListener() local
704 wrappedListener(name, userMBean, listener); in removeNotificationListener()
705 userMBean.removeNotificationListener(wrappedListener, filter, handback); in removeNotificationListener()
980 private NotificationListener wrappedListener( in wrappedListener() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/management/MBeanServer/
H A DOldMBeanServerTest.java656 NotificationListener wrappedListener = in addNotificationListener() local
657 wrappedListener(name, userMBean, listener); in addNotificationListener()
658 userMBean.addNotificationListener(wrappedListener, filter, handback); in addNotificationListener()
692 NotificationListener wrappedListener = in removeNotificationListener() local
693 wrappedListener(name, userMBean, listener); in removeNotificationListener()
694 userMBean.removeNotificationListener(wrappedListener); in removeNotificationListener()
703 NotificationListener wrappedListener = in removeNotificationListener() local
704 wrappedListener(name, userMBean, listener); in removeNotificationListener()
705 userMBean.removeNotificationListener(wrappedListener, filter, handback); in removeNotificationListener()
980 private NotificationListener wrappedListener( in wrappedListener() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/management/MBeanServer/
H A DOldMBeanServerTest.java656 NotificationListener wrappedListener = in addNotificationListener() local
657 wrappedListener(name, userMBean, listener); in addNotificationListener()
658 userMBean.addNotificationListener(wrappedListener, filter, handback); in addNotificationListener()
692 NotificationListener wrappedListener = in removeNotificationListener() local
693 wrappedListener(name, userMBean, listener); in removeNotificationListener()
694 userMBean.removeNotificationListener(wrappedListener); in removeNotificationListener()
703 NotificationListener wrappedListener = in removeNotificationListener() local
704 wrappedListener(name, userMBean, listener); in removeNotificationListener()
705 userMBean.removeNotificationListener(wrappedListener, filter, handback); in removeNotificationListener()
980 private NotificationListener wrappedListener( in wrappedListener() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java652 NotificationListener wrappedListener = in addNotificationListener() local
653 wrappedListener(name, userMBean, listener); in addNotificationListener()
654 userMBean.addNotificationListener(wrappedListener, filter, handback); in addNotificationListener()
688 NotificationListener wrappedListener = in removeNotificationListener() local
689 wrappedListener(name, userMBean, listener); in removeNotificationListener()
690 userMBean.removeNotificationListener(wrappedListener); in removeNotificationListener()
699 NotificationListener wrappedListener = in removeNotificationListener() local
700 wrappedListener(name, userMBean, listener); in removeNotificationListener()
701 userMBean.removeNotificationListener(wrappedListener, filter, handback); in removeNotificationListener()
976 private NotificationListener wrappedListener( in wrappedListener() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java652 NotificationListener wrappedListener = in addNotificationListener() local
653 wrappedListener(name, userMBean, listener); in addNotificationListener()
654 userMBean.addNotificationListener(wrappedListener, filter, handback); in addNotificationListener()
688 NotificationListener wrappedListener = in removeNotificationListener() local
689 wrappedListener(name, userMBean, listener); in removeNotificationListener()
690 userMBean.removeNotificationListener(wrappedListener); in removeNotificationListener()
699 NotificationListener wrappedListener = in removeNotificationListener() local
700 wrappedListener(name, userMBean, listener); in removeNotificationListener()
701 userMBean.removeNotificationListener(wrappedListener, filter, handback); in removeNotificationListener()
976 private NotificationListener wrappedListener( in wrappedListener() method
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/dns/
H A DChildDNSService.cpp145 nsCOMPtr<nsIXPConnectWrappedJS> wrappedListener = do_QueryInterface(listener); in AsyncResolveExtendedNative() local
146 if (wrappedListener && !target) { in AsyncResolveExtendedNative()

1234