Home
last modified time | relevance | path

Searched refs:Key (Results 26 – 50 of 84) sorted by relevance

1234

/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/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php72 …* @param Key|array<string, Key> $keyOrKeyArray The Key or associative array of key IDs (kid) to K…
413 * @param Key|array<string, Key> $keyOrKeyArray
418 * @return Key
423 ): Key {
424 if ($keyOrKeyArray instanceof Key) {
429 if (!$key instanceof Key) {
H A DKey.php10 class Key class
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php23 use Firebase\JWT\Key; alias
105 if (class_exists(Key::class)) {
106 $args[] = new Key($publicKey, 'RS256');
/plugin/badbehaviour/lang/de/
H A Dlookup.txt1 ====== Missbrauchs Support Key Lookup ======
/plugin/badbehaviour/lang/en/
H A Dlookup.txt1 ====== Bad Behaviour Support Key Lookup ======
/plugin/badbehaviour/lang/nl/
H A Dlookup.txt1 ====== Bad Behaviour Support Key Lookup ======
/plugin/docsearch/lang/ko/
H A Dconfmanager_description.txt6 Key 열에는 파일 확장자를 오른쪽에는 변환 도구를 넣으세요.
/plugin/docsearch/lang/ru/
H A Dconfmanager_description.txt6 Разместите расширение файла в ключевой (Key) колонке и программу преобразования в правой.
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel74 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php'
82 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php'
/plugin/pgpinlinesupport/
H A DREADME.MD16 1) Generate a Key-Pair
H A DPlugin.txt33 - Generate a Key-Pair
/plugin/docsearch/lang/nl/
H A Dconfmanager_description.txt6 Plaats de bestandsextensie in de Key kolom en het conversie gereedschap in de rechterkolom.
/plugin/docsearch/lang/en/
H A Dconfmanager_description.txt6 Place the file extension in the Key column and the convert tool in the right.
/plugin/vbsso/
H A DREADME.md64 3. Modify your default Platform Shared Key by setting it to more secure unreadable phrase to encryp…
72 4. Copy Platform Url link and Shared Key field from WordPress installation to vBulletin.
/plugin/coinhive/
H A DREADME.md24 - Your CoinHive PUBLIC Key: Enter your own **PUBLIC** CoinHive Key here.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D69.69.js.map1Key:Value pair\n [/(\".*?\"|'.*?'|.*?)([ \\t]*)(:)( |$)/, ['type', 'white', 'operators'…
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt59 [[data:type:key_value:|Key/Value]]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Munge.txt
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php182 throw new Exception('Invalid Key Type');
1399 throw new Exception('Invalid Key');
1513 throw new Exception('Invalid Key');
1554 throw new Exception('Invalid Key');
H A DCHANGELOG.txt141 - Add getX509Certificate method to retrieve the x509 cert used for Key.
/plugin/evesso/
H A DREADME.md38 * `eveonline-secret` (Secret Key)
/plugin/combo/grammar/
H A DPageSql.g443 * Key word
/plugin/airtable/
H A DREADME.md16 * Set your **Base ID** and **API Key** using Dokuwiki's [configuration Manager](https://www.dokuwik…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfm131 // create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)

1234