Home
last modified time | relevance | path

Searched refs:providerId (Results 1 – 15 of 15) sorted by relevance

/plugin/fedauth/classes/usr/
Dfa_filestore.class.php63 * @param string $providerId provider identifier
66 function &getClaimedIdentities($providerId) { argument
70 $lines = @file_get_contents($this->provFN($providerId));
88 * @param string $providerId provider identifier
92 function getUsernameByIdentity($providerId, $claimedId) { argument
93 if (($entries =& $this->getClaimedIdentities($providerId)) === false) return false;
186 * @param string $providerId identifier of the auth provider service
190 function addUserDataEntry($providerId, $claimedId, $date=null) { argument
196 'id' => $providerId, // provider id
206 io_saveFile($this->provFN($providerId), $provline, true); //global provider identities
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DAuthRequirement.php29 public $providerId; variable in Google\\Service\\ServiceConsumerManagement\\AuthRequirement
48 public function setProviderId($providerId) argument
50 $this->providerId = $providerId;
57 return $this->providerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
DAuthRequirement.php29 public $providerId; variable in Google\\Service\\ServiceNetworking\\AuthRequirement
48 public function setProviderId($providerId) argument
50 $this->providerId = $providerId;
57 return $this->providerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DAuthRequirement.php29 public $providerId; variable in Google\\Service\\ServiceManagement\\AuthRequirement
48 public function setProviderId($providerId) argument
50 $this->providerId = $providerId;
57 return $this->providerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
DAuthRequirement.php29 public $providerId; variable in Google\\Service\\ServiceUsage\\AuthRequirement
48 public function setProviderId($providerId) argument
50 $this->providerId = $providerId;
57 return $this->providerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DPosDataProvidersPosDataProvider.php33 public $providerId; variable in Google\\Service\\ShoppingContent\\PosDataProvidersPosDataProvider
66 public function setProviderId($providerId) argument
68 $this->providerId = $providerId;
75 return $this->providerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
DSetAccountInfoResponseProviderUserInfo.php37 public $providerId; variable in Google\\Service\\IdentityToolkit\\SetAccountInfoResponseProviderUserInfo
84 public function setProviderId($providerId) argument
86 $this->providerId = $providerId;
93 return $this->providerId;
DUserInfoProviderUserInfo.php45 public $providerId; variable in Google\\Service\\IdentityToolkit\\UserInfoProviderUserInfo
128 public function setProviderId($providerId) argument
130 $this->providerId = $providerId;
137 return $this->providerId;
DCreateAuthUriResponse.php46 public $providerId; variable in Google\\Service\\IdentityToolkit\\CreateAuthUriResponse
133 public function setProviderId($providerId) argument
135 $this->providerId = $providerId;
142 return $this->providerId;
DIdentitytoolkitRelyingpartyCreateAuthUriRequest.php73 public $providerId; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyCreateAuthUriRequest
258 public function setProviderId($providerId) argument
260 $this->providerId = $providerId;
267 return $this->providerId;
DVerifyAssertionResponse.php158 public $providerId; variable in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse
645 public function setProviderId($providerId) argument
647 $this->providerId = $providerId;
654 return $this->providerId;
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-modeler.production.min.js176 …s","canvas","search"],nd.prototype._render=function(){const{position:e,providerId:t,entries:n,head…
191providerId:t,target:e,entries:o,headerEntries:r,emptyPlaceholder:s,container:this._createContainer… property
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js32237 PopupMenu.prototype.isEmpty = function(element, providerId) { argument
32242 if (!providerId) {
32246 var providers = this._getProviders(providerId);
/plugin/bpmnio/vendor/bpmn-js/dist/
Dbpmn-modeler.production.min.js182 …s","canvas","search"],Tc.prototype._render=function(){const{position:e,providerId:t,entries:n,head…
197providerId:t,target:e,entries:r,headerEntries:o,emptyPlaceholder:a,container:this._createContainer… property
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs12377 providerId: "None" property