Home
last modified time | relevance | path

Searched defs:clientId (Results 1 – 25 of 1324) sorted by relevance

12345678910>>...53

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_router/browser/android/java/src/org/chromium/components/media_router/caf/
H A DCafMessageHandler.java96 public final String clientId; field in CafMessageHandler.RequestRecord
99 public RequestRecord(String clientId, int sequenceNumber) { in RequestRecord()
167 private void notifySessionConnectedToClient(String clientId) { in notifySessionConnectedToClient()
199 String clientId = jsonMessage.getString("clientId"); in handleClientConnectMessage() local
215 String clientId = jsonMessage.getString("clientId"); in handleClientDisconnectMessage() local
227 String clientId = jsonMessage.getString("clientId"); in handleClientLeaveSessionMessage() local
313 final String clientId = jsonMessage.getString("clientId"); in handleCastV2MessageFromClient() local
394 void handleStopMessage(String clientId, int sequenceNumber) { in handleStopMessage()
421 String clientId = jsonMessage.getString("clientId"); in handleAppMessageFromClient() local
582 void onVolumeChanged(String clientId, int sequenceNumber) { in onVolumeChanged()
[all …]
/dports/www/pear-HTTP_Server/HTTP_Server-0.4.1/HTTP/
H A DServer.php200 function onReceiveData($clientId, $data)
222 function _serveRequest($clientId, $request)
257 function _sendResponse($clientId, $response)
331 function GET($clientId, $headers)
354 function POST($clientId, $headers)
378 function handleBadRequest($clientId, $data)
/dports/net/pear-Net_Server/Net_Server-1.0.3/Net/Server/
H A DHandler.php119 function onConnect($clientId = 0)
141 function onConnectionRefused($clientId = 0)
162 function onClose($clientId = 0)
182 function onReceiveData($clientId = 0, $data = "")
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_modules/helpers/
H A Dmodules.php111 public static function getPositions($clientId, $editPositions = false)
161 public static function getTemplates($clientId = 0, $state = '', $template = '')
198 public static function getModules($clientId)
236 public static function getAssignmentOptions($clientId)
262 public static function getTranslatedModulePosition($clientId, $template, $position)
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/src/ApiAuth.IS/Options/
H A DClientCollection.cs83 public void AddIdentityServerSPA(string clientId, Action<ClientBuilder> configure) in AddIdentityServerSPA()
95 public void AddSPA(string clientId, Action<ClientBuilder> configure) in AddSPA()
107 public void AddNativeApp(string clientId, Action<ClientBuilder> configure) in AddNativeApp()
119 public void AddWebApplication(string clientId, Action<ClientBuilder> configure) in AddWebApplication()
H A DClientBuilder.cs26 public static ClientBuilder IdentityServerSPA(string clientId) in IdentityServerSPA()
41 public static ClientBuilder SPA(string clientId) in SPA()
55 public static ClientBuilder NativeApp(string clientId) in NativeApp()
74 internal static ClientBuilder WebApplication(string clientId) in WebApplication()
104 public ClientBuilder WithClientId(string clientId) in WithClientId()
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_modules/helpers/html/
H A Dmodules.php29 public static function templates($clientId = 0, $state = '')
138 public static function positions($clientId, $state = 1, $selectedPosition = '')
212 public static function positionList($clientId = 0)
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/auth/
H A DO365Token.java45 private String clientId; field in O365Token
53 public O365Token(String tenantId, String clientId, String redirectUri) { in O365Token()
59 …public O365Token(String tenantId, String clientId, String redirectUri, String code) throws IOExcep… in O365Token()
119 public void setClientId(String clientId) { in setClientId()
174 …static O365Token build(String tenantId, String clientId, String redirectUri, String code, String p… in build()
187 …static O365Token load(String tenantId, String clientId, String redirectUri, String username, Strin… in load()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/
H A DClientId.java50 public static String toString(byte[] clientId) { in toString()
62 public static long getMsb(byte[] clientId) { in getMsb()
70 public static long getLsb(byte[] clientId) { in getLsb()
/dports/net/concourse-fly/concourse-6.7.1/vendor/code.cloudfoundry.org/credhub-cli/credhub/auth/
H A Dbuilders.go28 func UaaPassword(clientId, clientSecret, username, password string) Builder { argument
33 func UaaClientCredentials(clientId, clientSecret string) Builder { argument
38 func Uaa(clientId, clientSecret, username, password, accessToken, refreshToken string, usingClientC… argument
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/credhub/auth/
H A Dbuilders.go28 func UaaPassword(clientId, clientSecret, username, password string) Builder { argument
33 func UaaClientCredentials(clientId, clientSecret string) Builder { argument
38 func Uaa(clientId, clientSecret, username, password, accessToken, refreshToken string, usingClientC… argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-nfs/src/main/java/org/apache/hadoop/oncrpc/
H A DRpcCallCache.java74 protected final InetAddress clientId; field in RpcCallCache.ClientRequest
81 public ClientRequest(InetAddress clientId, int xid) { in ClientRequest()
131 public void callCompleted(InetAddress clientId, int xid, RpcResponse response) { in callCompleted()
144 public CacheEntry checkOrAddToCache(InetAddress clientId, int xid) { in checkOrAddToCache()
/dports/www/ilias6/ILIAS-6.14/src/Data/
H A DClientId.php16 private $clientId = ''; variable in ILIAS\\Data\\ClientId
22 public function __construct(string $clientId)
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_templates/helpers/html/
H A Dtemplates.php29 public static function thumb($template, $clientId = 0)
65 public static function thumbModal($template, $clientId = 0)
/dports/www/ilias/ILIAS-5.4.25/src/Data/
H A DClientId.php16 private $clientId = ''; variable in ILIAS\\Data\\ClientId
22 public function __construct(string $clientId)
/dports/deskutils/maliit-framework/framework-2.1.1/src/
H A Dmsharedattributeextensionmanager.cpp50 void MSharedAttributeExtensionManager::handleClientDisconnect(unsigned int clientId) in handleClientDisconnect()
55 void MSharedAttributeExtensionManager::handleAttributeExtensionRegistered(unsigned int clientId, in… in handleAttributeExtensionRegistered()
68 void MSharedAttributeExtensionManager::handleAttributeExtensionUnregistered(unsigned int clientId, … in handleAttributeExtensionUnregistered()
76 void MSharedAttributeExtensionManager::handleExtendedAttributeUpdate(unsigned int clientId, int id, in handleExtendedAttributeUpdate()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/
H A DClientInfo.php20 public $clientId; variable in Google_Service_Safebrowsing_ClientInfo
23 public function setClientId($clientId)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ClientInfo.php20 public $clientId; variable in Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ClientInfo
23 public function setClientId($clientId)
H A DClientInfo.php20 public $clientId; variable in Google_Service_Safebrowsing_ClientInfo
23 public function setClientId($clientId)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/
H A DGoogleCloudMlV1SuggestTrialsRequest.php20 public $clientId; variable in Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SuggestTrialsRequest
23 public function setClientId($clientId)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/offlinepages/
H A DRequestCoordinatorBridge.java131 public void savePageLater(String url, ClientId clientId) { in savePageLater()
144 public void savePageLater(final String url, final ClientId clientId, boolean userRequested) { in savePageLater()
158 public void savePageLater(final String url, final ClientId clientId, boolean userRequested, in savePageLater()
176 public void savePageLater(final String url, final ClientId clientId, boolean userRequested, in savePageLater()
235 ClientId clientId = ClientId.createGuidClientIdForNamespace(namespace); in savePageLater() local
245 String clientNamespace, String clientId, String origin, boolean userRequested); in savePageLater()
/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/src/base/
H A DServerConnection.hpp27 inline bool clientKeyExists(const string& clientId) { in clientKeyExists()
32 inline bool clientConnectionExists(const string& clientId) { in clientConnectionExists()
52 const string& clientId) { in getClientConnection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/
H A DClientIdTest.java40 ClientId clientId = ClientId.createClientIdForBookmarkId( in testCreateClientIdForBookmarkId() local
62 ClientId clientId = new ClientId(TEST_NAMESPACE, TEST_ID); in testClientIdConstructor() local
/dports/audio/ampache/ampache-php74-5.0.0/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/
H A DDropboxApp.php14 protected $clientId; variable in Kunnu\\Dropbox\\DropboxApp
39 public function __construct($clientId, $clientSecret, $accessToken = null)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/Resource/
H A DTokens.php37 public function delete($userKey, $clientId, $optParams = array())
53 public function get($userKey, $clientId, $optParams = array())

12345678910>>...53