Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 25 of 121) sorted by path

12345

/plugin/adfs/phpsaml/
H A DCHANGELOG237 * Logout Request constructor now accepts encoded logout requests.
H A DREADME.md1349 * `getRequest` - Returns deflated, base64 encoded, unsigned `AuthnRequest`.
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt20 …ible in linking. If no placeholder is given the [[phpfn>rawurlencode|URL-encoded]] wikiname will b…
23 | {URL} | URL-encoded wikiname (the part which is appended to the URL in interwiki.local.con…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php95 $encoded = $this->encoder[$newBpeToken] ?? $newBpeToken;
97 $bpeTokens[] = $encoded;
99 $bpeTokens[$newBpeToken] = $encoded;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2257 var encoded = inline.font.encode(inline.text);
2263 pdfKitDoc.addContent('<' + encoded.encodedText + '> Tj');
2285 var encoded = watermark.font.encode(watermark.text);
2289 pdfKitDoc.addContent('<' + encoded.encodedText + '> Tj');
31887 encoded = this._font.encode(word);
31888 encoded = ((function() {
31896 commands.push("<" + encoded + "> " + (-wordSpacing));
31900 encoded = this._font.encode(text);
31901 encoded = ((function() {
31905 _results.push(encoded.charCodeAt(i).toString(16));
[all …]
H A Dpdfmake.min.js.map1encoded","font","text","addContent","fontId","fontSize","encodedText","restore","drawDecorations",…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …mmentsIntoSheet","comment","safe_decode_range","thisCell","decode_cell","encoded","encode_range","…
/plugin/authdrupal8/
H A Dpassword.inc75 * Generates a random base 64-encoded salt prefixed with settings for the hash.
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md165 // Public and private keys are expected to be Base64 encoded. The last
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DProgress.php23 public $encoded; variable in Google\\Service\\Transcoder\\Progress
35 public function setEncoded($encoded) argument
37 $this->encoded = $encoded;
41 return $this->encoded;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md330 This change updates query strings so that they are treated as un-encoded values
331 by default where the value represents an un-encoded value to send over the
333 means that even value query string values (e.g., ":") are url encoded. This
336 not need to be encoded, then you can provide a string to Url::setQuery() and
338 string that should not be parsed or encoded (unless a call to getQuery() is
355 they are already encoded.
361 query string without being percent encoded. See http://tools.ietf.org/html/rfc3986#appendix-A
1169 * Bug: `+` is now treated as an encoded space when parsing query strings
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md217 key/value both in encoded as well as decoded form to those methods. This is
H A DREADME.md752 …Decodes percent-encoded octets of unreserved characters. For consistency, percent-encoded octets i…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php144 private static $encoded; variable in phpseclib3\\File\\ASN1
205 * @param Element|string $encoded
209 public static function decodeBER($encoded) argument
211 if ($encoded instanceof Element) {
212 $encoded = $encoded->element;
215 self::$encoded = $encoded;
217 $decoded = [self::decode_ber($encoded)];
230 * @param string $encoded
240 if (!isset($encoded[$encoded_pos])) {
243 $type = ord($encoded[$encoded_pos++]);
[all …]
H A DX509.php2734 $encoded = $subject->ipAddress($ipAddress);
2735 if ($encoded !== false) {
2736 $ipAddresses[] = $encoded;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/
H A DElement.php41 * @param string $encoded
45 public function __construct($encoded) argument
47 $this->element = $encoded;
/plugin/authloginapi/
H A Daction.php73 $encoded = rtrim(strtr(base64_encode(json_encode($request)), '+/', '-_'), '=');
74 $form->addHidden('r', $encoded);
76 $signature = hash('sha256', $encoded.$this->token);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php331 * @return encoded string.
/plugin/bibtex/OSBib/format/
H A DREADME.txt74 …TF8::decodeUtf8() instead. Additionally, if you need to manipulate UTF-8-encoded strings with func…
115 …TF8::decodeUtf8() instead. Additionally, if you need to manipulate UTF-8-encoded strings with func…
/plugin/chat/
H A Dtw-sack.js71 encoded = encodeURIComponent(this.argumentSeparator);
72 regexp = new RegExp(this.argumentSeparator + "|" + encoded);
103 encoded = this.encVar(key, this.vars[key][0], true);
105 this.vars[encoded[0]] = Array(encoded[1], true);
106 key = encoded[0];
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md374 …ed: The [Auto Embed](http://ckeditor.com/addon/autoembed) plugin ignores encoded characters in URL…
714 * [#10867](http://dev.ckeditor.com/ticket/10867): Fixed: Issue with setting encoded URI as image li…
763 * [#11811](http://dev.ckeditor.com/ticket/11811): Fixed: Widget's data is not encoded correctly whe…
867 …m/#!/api/CKEDITOR.config-cfg-fullPage) is set to `true`, entities are not encoded in editor output.
904 * [#11372](http://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nest…
941 …v.ckeditor.com/ticket/11250): Fixed: HTML entities inside the `<textarea>` element are not encoded.
H A Dckeditor.js294 "\x26gt;")+"\x3c/textarea\x3e");return"\x3ccke:encoded\x3e"+encodeURIComponent(a)+"\x3c/cke:encoded
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc289 // Protected email link as encoded string.
/plugin/ckgedit/ckeditor/
H A DCHANGES.md794 …e [Auto Embed](https://ckeditor.com/cke4/addon/autoembed) plugin ignores encoded characters in URL…
1134 * [#10867](https://dev.ckeditor.com/ticket/10867): Fixed: Issue with setting encoded URI as image l…
1183 * [#11811](https://dev.ckeditor.com/ticket/11811): Fixed: Widget's data is not encoded correctly wh…
1287 …api/CKEDITOR_config.html#cfg-fullPage) is set to `true`, entities are not encoded in editor output.
1324 * [#11372](https://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nes…
1361 …v.ckeditor.com/ticket/11250): Fixed: HTML entities inside the `<textarea>` element are not encoded.
H A Dckeditor.js326 …/g,"\x26gt;")+"\x3c/textarea\x3e");return"\x3ccke:encoded\x3e"+encodeURIComponent(a)+"\x3c/cke:enc…
341 …/gi,K=new RegExp("("+x("\x3ccke:encoded\x3e")+"(.*?)"+x("\x3c/cke:encoded\x3e")+")|("+x("\x3c")+x(…

12345