/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/ |
H A D | EventDispatcher.php | 17 private $listeners = array(); variable in JMS\\Serializer\\EventDispatcher\\EventDispatcher 30 public function setListeners(array $listeners) 36 public function addListener($eventName, $callable, $class = null, $format = null) 57 public function hasListeners($eventName, $class, $format) 71 public function dispatch($eventName, $class, $format, Event $event)
|
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Events/ |
H A D | Dispatcher.php | 36 protected $listeners = []; variable in Illuminate\\Events\\Dispatcher 357 protected function addInterfaceListeners($eventName, array $listeners = []) 460 protected function handlerShouldBeQueued($class) 478 protected function createQueuedHandlerCallable($class, $method) 529 protected function handlerWantsToBeQueued($class, $arguments) 548 protected function queueHandler($class, $method, $arguments) 573 protected function createListenerAndJob($class, $method, $arguments)
|
/dports/www/bolt/bolt-2.2.24/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 45 private $listeners = array(); variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 140 public function addSubscriberService($serviceId, $class)
|
/dports/devel/gitlist/gitlist/vendor/symfony/event-dispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 45 private $listeners = array(); variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 149 public function addSubscriberService($serviceId, $class)
|
/dports/www/matomo/piwik/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 45 private $listeners = array(); variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 140 public function addSubscriberService($serviceId, $class)
|
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/event-dispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 38 private $listeners = array(); variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 147 public function addSubscriberService($serviceId, $class)
|
/dports/www/itop/web/lib/silex/vendor/symfony/event-dispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 38 private $listeners = array(); variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 147 public function addSubscriberService($serviceId, $class)
|
/dports/www/itop/web/lib/silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 45 private $listeners = array(); variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 140 public function addSubscriberService($serviceId, $class)
|
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 39 private $listeners = []; variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 148 public function addSubscriberService($serviceId, $class)
|
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/event-dispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 39 private $listeners = []; variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 148 public function addSubscriberService($serviceId, $class)
|
/dports/www/phpbb3/phpBB3/vendor/symfony/event-dispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 39 private $listeners = []; variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 148 public function addSubscriberService($serviceId, $class)
|
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/event-dispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 39 private $listeners = []; variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 148 public function addSubscriberService($serviceId, $class)
|
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ |
H A D | ContainerAwareEventDispatcher.php | 39 private $listeners = []; variable in Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher 148 public function addSubscriberService($serviceId, $class)
|
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/util/ |
H A D | SystemProperty.java | 67 FROM_STRING.put(String.class, (value, systemProperty) -> value); in FROM_STRING.put() 74 FROM_STRING.put(JID.class, (value, systemProperty) -> { in FROM_STRING.put() 85 FROM_STRING.put(Enum.class, (value, systemProperty) -> { in FROM_STRING.put() 96 FROM_STRING.put(Class.class, (value, systemProperty) -> { in FROM_STRING.put() 134 TO_STRING.put(String.class, (value, systemProperty) -> (String)value); in TO_STRING.put() 144 TO_STRING.put(List.class, (value, systemProperty) -> { in TO_STRING.put() 158 TO_STRING.put(Set.class, TO_STRING.get(List.class)); in TO_STRING.put() 173 TO_DISPLAY_STRING.put(List.class, (value, systemProperty) -> { in TO_DISPLAY_STRING.put() 187 TO_DISPLAY_STRING.put(Set.class, TO_DISPLAY_STRING.get(List.class)); in TO_DISPLAY_STRING.put() 228 private final Set<Consumer<T>> listeners = ConcurrentHashMap.newKeySet(); field in SystemProperty [all …]
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/modelica/ |
H A D | TerminalAccessor.java | 40 NAME(ModelicaMessages.NAME, String.class, false) { in NAME() 56 ID(ModelicaMessages.ID, String.class, false) { in ID() 72 KIND(ModelicaMessages.KIND, String.class, false) { in KIND() 89 FIXED(ModelicaMessages.FIXED, Boolean.class, false) { in FIXED() 114 INITIAL(ModelicaMessages.INITIAL, Double.class, true) { in INITIAL() 139 WEIGHT(ModelicaMessages.WEIGHT, Double.class, true) { in WEIGHT() 248 COMMENT(ModelicaMessages.COMMENT, String.class, true) { in COMMENT() 268 SELECTED(ModelicaMessages.SELECTED, Boolean.class, true) { in SELECTED() 367 private final Map<TerminalAccessor, List<ChangeListener>> listeners; field in TerminalAccessor.ChangeSupport
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/commons/src/java/org/scilab/modules/commons/xml/ |
H A D | XConfiguration.java | 403 Object[] listeners = listenerList.getListenerList(); in fireXConfigurationEvent() local 772 conv.put(int.class, new StringParser() { in conv.put() 785 conv.put(char.class, new StringParser() { in conv.put() 794 conv.put(byte.class, new StringParser() { in conv.put() 807 conv.put(short.class, new StringParser() { in conv.put() 820 conv.put(double.class, new StringParser() { in conv.put() 829 conv.put(float.class, new StringParser() { in conv.put() 838 conv.put(boolean.class, new StringParser() { in conv.put() 843 conv.put(long.class, new StringParser() { in conv.put() 856 conv.put(String.class, new StringParser() { in conv.put() [all …]
|
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/vue/types/ |
H A D | vnode.d.ts | 36 listeners?: object; property 49 class?: any; property
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/dialogs/ |
H A D | PreferencePageContainerDialog.java | 102 …reg.put(PREF_DLG_TITLE_IMG, ImageDescriptor.createFromFile(PreferenceDialog.class, "images/pref_di… in reg.put() 103 …reg.put(PREF_DLG_IMG_TITLE_ERROR, ImageDescriptor.createFromFile(Dialog.class, "images/message_err… in reg.put() 473 Object[] listeners = pageChangedListeners.getListeners(); in firePageChanged() local
|
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-eventmanager/src/ |
H A D | EventManager.php | 68 public function setEventClass($class) 512 protected function insertListeners($masterListeners, $listeners)
|
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-eventmanager/src/ |
H A D | EventManager.php | 68 public function setEventClass($class) 512 protected function insertListeners($masterListeners, $listeners)
|
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-eventmanager/src/ |
H A D | EventManager.php | 68 public function setEventClass($class) 512 protected function insertListeners($masterListeners, $listeners)
|
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-eventmanager/src/ |
H A D | EventManager.php | 68 public function setEventClass($class) 512 protected function insertListeners($masterListeners, $listeners)
|
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-eventmanager/src/ |
H A D | EventManager.php | 68 public function setEventClass($class) 512 protected function insertListeners($masterListeners, $listeners)
|
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-eventmanager/src/ |
H A D | EventManager.php | 68 public function setEventClass($class) 512 protected function insertListeners($masterListeners, $listeners)
|
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-eventmanager/src/ |
H A D | EventManager.php | 68 public function setEventClass($class) 512 protected function insertListeners($masterListeners, $listeners)
|