Home
last modified time | relevance | path

Searched refs:signature (Results 76 – 100 of 528) sorted by relevance

12345678910>>...22

/plugin/publistf/
H A DCHANGELOG.md14 * fix handle/renderer signature; missing `Doku_Handler`, etc. attributes
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md159 Example with EdDSA (libsodium and Ed25519 signature)
244 - Detect invalid Base64 encoding in signature.
293 - Update signature for `JWT::decode(...)` to require an array of supported
/plugin/codemirror/dist/modes/
H A Dmllike.min.js1 …rd",withtype:"keyword",eqtype:"keyword",sharing:"keyword",sig:"keyword",signature:"keyword",struct…
H A Dasciiarmor.min.js.map1 …pgp-keys\", \"asciiarmor\");\n CodeMirror.defineMIME(\"application/pgp-signature\", \"asciiarmor\…
H A Dmllike.min.js.map1signature","structure","where","real"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst7 signature was added in Twig 1.12.
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit125 CKEDITOR.lang['en']['signature'] = {
126 ToolTip: 'Insert signature'
H A Dlang_array.txt764 CKEDITOR.lang['en']['signature'] = {
765 ToolTip: 'Insert signature'
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit131 CKEDITOR.lang['en']['signature'] = {
132 ToolTip: 'Insert signature'
H A Dlang_array.txt764 CKEDITOR.lang['en']['signature'] = {
765 ToolTip: 'Insert signature'
/plugin/adfs/phpsaml/
H A DREADME.md30 php-saml < v2.10.0 is vulnerable and allows signature wrapping!
73 * Assertion signature.
74 * Message signature: AuthNRequest, LogoutRequest, LogoutResponses.
205 Sometimes we could need a signature on the metadata published by the SP, in
551 // uppercase. Turn it True for ADFS compatibility on signature verification
968 …$signature = $this->buildResponseSignature($logoutResponse, $parameters['RelayState'], $security['…
970 $parameters['Signature'] = $signature;
1250 - `'signing'`. An array of certs that will be used to validate IdP signature
1303 uses the other two previous methods and also validate the signature of
1489 * `addSign` - Adds signature key and senders certificate to an element
[all …]
H A DCHANGELOG39 … assertion into the XML document to replace the EncryptedAssertion. Fix signature issues on Signed…
84 …ml/commit/949359f5cad5e1d085c4e5447d9aa8f49a6e82a1) Security update for signature validation on Lo…
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc106 …config.extraPlugins = 'signature,footnote,shortcuts,fontAssist,tags,timestamp,headerbuttons,geshi,…
421 CKEDITOR.lang['default']['signature'] = {
422 ToolTip: 'Insert signature'
/plugin/ckgedit/ckeditor/
H A Dconfig.js.unc111 …config.extraPlugins = 'signature,footnote,shortcuts,fontAssist,tags,timestamp,headerbuttons,geshi,…
469 CKEDITOR.lang['default']['signature'] = {
470 ToolTip: 'Insert signature'
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D60.60.js.map1 …ion',\n 'stateful',\n 'state',\n 'hash',\n 'signature',\n 'tupl…
H A D5.5.js.map1signature = {\n label: '',\n paramet…
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md203 * BC break: Change signature of `PromiseInterface`.
/plugin/gitbacked/
H A DCHANGELOG.md124 - Corrected method signature for php7-compatibility in action/editcommit.php
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1619 http-signature@~0.10.0:
1621 …resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-0.10.1.tgz#4fbdac132559aa83…
1627 http-signature@~1.1.0:
1629 …resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac6…
2693 http-signature "~1.1.0"
2721 http-signature "~0.10.0"
2740 http-signature "~1.1.0"
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md134 method signature does different things (has logic). To create stubs in Prophecy:
247 - `AnyValuesToken` or `Argument::cetera()` - matches any arguments to the rest of the signature
/plugin/revealjs/
H A Dchangelog.md95 * fix listitem_open method signature
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt2088 ['signature']=>string() //
2215 ['signature']=>integer() //
2237 ['signature']=>integer() //
2263 ['signature']=>integer() //
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1428 * @param string $signature
1434 …eSignatureHelper($publicKeyAlgorithm, $publicKey, $signatureAlgorithm, $signature, $signatureSubje… argument
1494 return $key->verify($signatureSubject, $signature);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md46 * Changed `SetProcessor::setValue` signature to allow to pass any type, if you are overriding this method you must update the signature removing the `string` type-hint by @franmomu [#2082](https://github.com/ruflin/Elastica/pull/2082)
47 * Changed `Settings::setMergePolicy` signature to allow to pass `int` and `string` as argument 2, if you are overriding this method you must update the signature removing the `string` type-hint by @franmomu [#2085](https://github.com/ruflin/Elastica/pull/2085)
163 * Changed `Elastica\Query\MatchQuery::setFieldParam()` signature to allow passing bool, float or int [#1941](https://github.com/ruflin/Elastica/pull/1941)
164 * Changed `Elastica\Query\MatchPhraseQuery::setFieldParam()` signature to allow passing bool, float or int [#1944](https://github.com/ruflin/Elastica/pull/1944)
263 * The `Wildcard::setValue()` changed its signature: use it to set the value of the wildcard query only.
279 * Changed `Terms::setTerms()` signature: it now accepts a list of strings only [#1765](https://github.com/ruflin/Elastica/pull/1765)
280 * Changed `Terms::setTermsLookup()` signature: `index`, `path` and `id` are now required arguments [#1765](https://github.com/ruflin/Elastica/pull/1765)
281 * Changed `Wildcard::setValue()` and constructor's signature
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js632 var signature = _dereq_('./signature');
1202 var fileRecord = signature.LOCAL_FILE_HEADER + header + utfEncodedFileName + extraFields;
1204 var dirRecord = signature.CENTRAL_FILE_HEADER +
1427 dirEnd = signature.CENTRAL_DIRECTORY_END +
2284 var signature = this.reader.readString(4);
2285 if (signature !== expectedSignature) {
2286 …ror("Corrupted zip or bug : unexpected signature " + "(" + utils.pretty(signature) + ", expected "…

12345678910>>...22