Home
last modified time | relevance | path

Searched defs:setCommandHandler (Results 1 – 11 of 11) sorted by relevance

/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/
H A DFinisher.java53 public void setCommandHandler(final ICommandHandler commandHandler) { in setCommandHandler() method in Finisher
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/actions/
H A DRemoteAction.java81 public void setCommandHandler(final ICommandHandler commandHandler) { in setCommandHandler() method in RemoteAction
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Cluster/
H A DClusterStrategy.php194 public function setCommandHandler($commandID, $callback = null) function in Predis\\Cluster\\ClusterStrategy
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Cluster/
H A DClusterStrategy.php194 public function setCommandHandler($commandID, $callback = null) function in Predis\\Cluster\\ClusterStrategy
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Cluster/
H A DClusterStrategy.php203 public function setCommandHandler($commandID, $callback = null) function in Predis\\Cluster\\ClusterStrategy
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Cluster/
H A DClusterStrategy.php203 public function setCommandHandler($commandID, $callback = null) function in Predis\\Cluster\\ClusterStrategy
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Command/Processor/
H A DKeyPrefixProcessor.php213 public function setCommandHandler($commandID, $callback = null) function in Predis\\Command\\Processor\\KeyPrefixProcessor
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Command/Processor/
H A DKeyPrefixProcessor.php213 public function setCommandHandler($commandID, $callback = null) function in Predis\\Command\\Processor\\KeyPrefixProcessor
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Command/Processor/
H A DKeyPrefixProcessor.php220 public function setCommandHandler($commandID, $callback = null) function in Predis\\Command\\Processor\\KeyPrefixProcessor
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Command/Processor/
H A DKeyPrefixProcessor.php220 public function setCommandHandler($commandID, $callback = null) function in Predis\\Command\\Processor\\KeyPrefixProcessor
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dmenubarcommand.h218 inline void setCommandHandler(CommandId id, T *target, void (T::*method)()) { in setCommandHandler() function