Home
last modified time | relevance | path

Searched refs:getClientName (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/security/
H A DClientToAMTokenIdentifierForTest.java49 builder.setClientName(tokenIdentifier.getProto().getClientName()); in ClientToAMTokenIdentifierForTest()
61 public String getClientName() { in getClientName() method in ClientToAMTokenIdentifierForTest
62 return proto.getClientName(); in getClientName()
79 String clientName = getClientName(); in getUser()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DLeaseRenewer.java415 return left.getClientName().compareTo(right.getClientName()); in renew()
422 if (!c.getClientName().equals(previousName)) { in renew()
430 previousName = c.getClientName(); in renew()
514 dfsclients.get(0).getClientName()); in clientsString()
516 b.append(", ").append(dfsclients.get(i).getClientName()); in clientsString()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/gui/src/widgets/
H A DServerStateLabel.cpp41 m_clients.append(message.getClientName()); in updateServerState()
45 m_clients.removeAll(message.getClientName()); in updateServerState()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/security/client/
H A DClientToAMTokenIdentifier.java71 public String getClientName() { in getClientName() method in ClientToAMTokenIdentifier
72 return proto.getClientName(); in getClientName()
96 String clientName = getClientName(); in getUser()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/
H A Djuce_linux_JackAudio.cpp140 String getClientName() const in getClientName() function
227 if (i.getClientName() == clientName) in getChannelNames()
267 if (i.getClientName() != clientName) in forEachClientChannel()
607 … if (i.getClientName() != (JUCE_JACK_CLIENT_NAME) && ! inputNames.contains (i.getClientName())) in scanForDevices()
608 inputNames.add (i.getClientName()); in scanForDevices()
612 … if (i.getClientName() != (JUCE_JACK_CLIENT_NAME) && ! outputNames.contains (i.getClientName())) in scanForDevices()
613 outputNames.add (i.getClientName()); in scanForDevices()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/native/
H A Djuce_linux_JackAudio.cpp140 String getClientName() const in getClientName() function
227 if (i.getClientName() == clientName) in getChannelNames()
267 if (i.getClientName() != clientName) in forEachClientChannel()
607 … if (i.getClientName() != (JUCE_JACK_CLIENT_NAME) && ! inputNames.contains (i.getClientName())) in scanForDevices()
608 inputNames.add (i.getClientName()); in scanForDevices()
612 … if (i.getClientName() != (JUCE_JACK_CLIENT_NAME) && ! outputNames.contains (i.getClientName())) in scanForDevices()
613 outputNames.add (i.getClientName()); in scanForDevices()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestCommitBlockWithInvalidGenStamp.java76 dfs.getClient().getClientName(), previous, 100); in testCommitWithInvalidGenStamp()
84 dfs.getClient().getClientName(), previous, fileNode.getId()); in testCommitWithInvalidGenStamp()
94 dfs.getClient().getClientName(), previous, fileNode.getId()); in testCommitWithInvalidGenStamp()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/src/
H A DFetchAuthTokenCache.php115 public function getClientName(callable $httpHandler = null) function in Google\\Auth\\FetchAuthTokenCache
117 return $this->fetcher->getClientName($httpHandler);
H A DSignBlobInterface.php43 public function getClientName(callable $httpHandler = null); function
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/gui/src/
H A DServerConnection.cpp40 !m_ignoredClients.contains(message.getClientName())) in update()
42 addClient(message.getClientName()); in update()
H A DServerMessage.h37 const QString& getClientName() const;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/tests/Credentials/
H A DGCECredentialsTest.php150 $this->assertEquals($expected, $creds->getClientName($httpHandler));
153 $this->assertEquals($expected, $creds->getClientName($httpHandler));
166 $this->assertEquals('', $creds->getClientName($httpHandler));
H A DAppIdentityCredentialsTest.php184 $this->assertEquals($expected, $creds->getClientName());
187 $this->assertEquals($expected, $creds->getClientName());
/dports/www/ilias6/ILIAS-6.14/Modules/SystemFolder/classes/Setup/
H A Dclass.ilInstallationInformationStoredObjective.php56 $settings->set("inst_name", $this->config->getClientName());
57 …$ini->setVariable("client", "name", $this->config->getClientName() ?? $common_config->getClientId(…
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/
H A DReceiver.java118 proto.getHeader().getClientName(), in opReadBlock()
140 proto.getHeader().getClientName(), in opWriteBlock()
170 proto.getHeader().getClientName(), in opTransferBlock()
217 requestShortCircuitShm(proto.getClientName()); in opRequestShortCircuitShm()
/dports/www/nextcloud/nextcloud/core/Controller/
H A DClientFlowLoginController.php128 private function getClientName() { function in OC\\Core\\Controller\\ClientFlowLoginController
171 $clientName = $this->getClientName();
245 $clientName = $this->getClientName();
317 $clientName = $this->getClientName();
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/auth/src/
H A DFetchAuthTokenCache.php113 public function getClientName(callable $httpHandler = null) function in Google\\Auth\\FetchAuthTokenCache
115 return $this->fetcher->getClientName($httpHandler);
H A DSignBlobInterface.php43 public function getClientName(callable $httpHandler = null); function
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/
H A DModule.php248 …ot register entity type for module ". $this->getName() . " with name " . $entity::getClientName());
253 …entity type for module ". $this->getName() . " with name " . $entity::getClientName() .' because e…
257 …throw new Exception("Can't register entity '".$entity::getClientName()."' because it's already reg…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/
H A DCHANGELOG.md3 * [fix] Moved `getClientName()` from `Google\Auth\FetchAuthTokenInterface`
4 to `Google\Auth\SignBlobInterface`, and removed `getClientName()` from
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/fxa/
H A DFxAccountDeviceRegistrator.java121 String clientName = getClientName(fxAccount, context); in doFxaRegistration()
175 private static String getClientName(final AndroidFxAccount fxAccount, final Context context) { in getClientName() method in FxAccountDeviceRegistrator
179 return clientsDataDelegate.getClientName(); in getClientName()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/comments/model/
H A DLabel.php19 public static function getClientName() { function in go\\modules\\community\\comments\\model\\Label
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/sync/delegates/
H A DClientsDataDelegate.java11 public String getClientName(); in getClientName() method
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/sync/delegates/
H A DClientsDataDelegate.java11 public String getClientName(); in getClientName() method
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/tests/
H A DFetchAuthTokenCacheTest.php180 $mockFetcher->getClientName(null)
190 $this->assertEquals($name, $fetcher->getClientName());

1234567