Home
last modified time | relevance | path

Searched refs:Key (Results 26 – 50 of 84) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php21 use Firebase\JWT\Key; alias
388 * @param string|Key|Key[] $publicKey The public key to use to authenticate the token
1446 * @param Key|Key[]|string|string[] $publicKey
1469 * @param Key|Key[]|string|string[] $publicKey
1471 * @return Key[]
1476 if ($publicKey instanceof Key) {
1484 if (!$pubKey instanceof Key) {
1488 Key::class,
1489 Key::class
1516 if ($pubKey instanceof Key) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
H A DRecord.php22 protected $keyType = Key::class;
28 * @param Key
30 public function setKey(Key $key)
35 * @return Key
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DAllocateIdsRequest.php23 protected $keysType = Key::class;
27 * @param Key[]
34 * @return Key[]
H A DEntity.php22 protected $keyType = Key::class;
28 * @param Key
30 public function setKey(Key $key)
35 * @return Key
H A DKey.php20 class Key extends \Google\Collection class
59 class_alias(Key::class, 'Google_Service_Datastore_Key');
H A DLookupRequest.php23 protected $keysType = Key::class;
29 * @param Key[]
36 * @return Key[]
H A DLookupResponse.php23 protected $deferredType = Key::class;
35 * @param Key[]
42 * @return Key[]
H A DMutationResult.php26 protected $keyType = Key::class;
52 * @param Key
54 public function setKey(Key $key)
59 * @return Key
H A DValue.php45 protected $keyValueType = Key::class;
171 * @param Key
173 public function setKeyValue(Key $keyValue)
178 * @return Key
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md30 use Firebase\JWT\Key;
47 $decoded = JWT::decode($jwt, new Key($key, 'HS256'));
66 $decoded = JWT::decode($jwt, new Key($key, 'HS256'));
72 use Firebase\JWT\Key;
111 $decoded = JWT::decode($jwt, new Key($publicKey, 'RS256'));
127 use Firebase\JWT\Key;
155 $decoded = JWT::decode($jwt, new Key($publicKey, 'RS256'));
163 use Firebase\JWT\Key;
186 $decoded = JWT::decode($jwt, new Key($publicKey, 'EdDSA'));
201 // JWK::parseKeySet($jwks) returns an associative array of **kid** to Firebase\JWT\Key
[all …]
/plugin/airtable/
H A DREADME.md16 * Set your **Base ID** and **API Key** using Dokuwiki's [configuration Manager](https://www.dokuwik…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1 ….Constant=14,e.String=15,e.Number=16,e.Boolean=17,e.Array=18,e.Object=19,e.Key=20,e.Null=21,e.Enum…
H A D4.4.js.map1Key\"] = 0] = \"Key\";\n EnumMatch[EnumMatch[\"Enum\"] = 1] = \"Enum\";\n})(EnumMatch || (EnumM…
H A D5.5.js1 ….Constant=14,e.String=15,e.Number=16,e.Boolean=17,e.Array=18,e.Object=19,e.Key=20,e.Null=21,e.Enum…
H A D6.6.js1Key=20,e.Null=21,e.EnumMember=22,e.Struct=23,e.Event=24,e.Operator=25,e.TypeParameter=26}(re||(re=…
H A D69.69.js.map1Key:Value pair\n [/(\".*?\"|'.*?'|.*?)([ \\t]*)(:)( |$)/, ['type', 'white', 'operators'…
H A Dbundle.js.map1Key: \" + key + \" Old: \" + this._arr[index].priority + \" New: \" + priority);\n }\n this._arr…
H A Deditor.worker.js1 …[e.Boolean=16]="Boolean",e[e.Array=17]="Array",e[e.Object=18]="Object",e[e.Key=19]="Key",e[e.Null=…
H A Deditor.worker.js.map1Key Codes, the value does not hold any inherent meaning.\n * Inspired somewhat from https://msdn.m…
H A Djson.worker.js.map1Key Codes, the value does not hold any inherent meaning.\n * Inspired somewhat from https://msdn.m…
H A D2.2.js1103 SymbolKind.Key = 20;
H A D3.3.js.map1 …;\n SymbolKind.Array = 18;\n SymbolKind.Object = 19;\n SymbolKind.Key = 20;\n SymbolKi…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1 …[e.Boolean=16]="Boolean",e[e.Array=17]="Array",e[e.Object=18]="Object",e[e.Key=19]="Key",e[e.Null=…
H A Dbundle.js426 …[e.Boolean=16]="Boolean",e[e.Array=17]="Array",e[e.Object=18]="Object",e[e.Key=19]="Key",e[e.Null=…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …new Error(\"New priority is greater than current priority. \" +\n \"Key: \" + key + \" Old:…

1234