Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 269) sorted by last modified time

1234567891011

/plugin/siteexport/inc/
H A Dfunctions.php436 public function parseStringToRequestArray($inputArray, $decode=false) argument
450 if ( $decode)
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php88 $decodedHash = $this->decode($hash);
220 private function decode($hash) function in geoPHP\\Adapter\\GeoHash
/plugin/encryptedpasswords/script/
H A DSubtleAES.js53 return new TextDecoder().decode(plainBuffer);
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js70 var decode = config.raw ? raw : decoded; variable
75 var name = decode(parts.shift());
76 var cookie = decode(parts.join('='));
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js2653 this.decode(arguments);
2684 value: function decode(argv) {
2721 this.decode(value);
4915 var decoded = colCache.decode(range);
5405 return textDecoder.decode(chunk);
5856 decode: function decode(value) {
6210 var offset = colCache.decode(fromCell);
6211 var to = colCache.decode(toCell);
27964 Entity.prototype.decode = function decode(data, enc, options) {
50773 exports.decode = function (input) {
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js54 exports.decode = function(input) { function
3526 data = base64.decode(data);
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1382 var decode = function decode(cp/*:CPIndex*/, data/*:Data*/)/*:string*/ { function
1384 if(typeof data === "string") return decode(cp, data.split("").map(cca));
1491 o64 = decode(1201, tt);
1501 const utils = { decode: decode, encode: encode, hascp: hascp, magic: magic, cache:cache }; property in utils
H A Dxlsx.mjs76 return $cptable.utils.decode(current_codepage, [x&255,x>>8])[0];
79 return $cptable.utils.decode(current_ansi, [x])[0];
3036 /* decode */
3421 …if(arr[0] == 0xFF && arr[1] == 0xFE) return utf8write(new TextDecoder("utf-16le").decode(arr.slice…
3422 …if(arr[0] == 0xFE && arr[1] == 0xFF) return utf8write(new TextDecoder("utf-16be").decode(arr.slice…
4034 o = $cptable.utils.decode(current_codepage, this.slice(this.l, this.l + size));
7817 var s = typeof $cptable !== "undefined" ? $cptable.utils.decode(current_cp, dd) : a2s(dd);
8406 case 't': arr[R][C] = decode(record[3]); break;
8657 …else if(opts.codepage && typeof $cptable !== 'undefined') str = $cptable.utils.decode(opts.codepag…
18070 if(typeof $cptable !== 'undefined') str = $cptable.utils.decode(65001, char_codes(str));
[all …]
/plugin/api/_test/
H A Dpages.test.php69 $data = self::$JSON->decode($response->getContent());
132 $data = self::$JSON->decode($response->getContent());
H A Drest.test.php80 $actualData = dokuwiki_plugin_api_util::$JSON->decode($testResponse->getContent());
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAscii85.php26 public function decode($data) function in setasign\\Fpdi\\PdfParser\\Filter\\Ascii85
57 'Illegal character found while ASCII85 decode.',
82 'Illegal length while ASCII85 decode.',
H A DFlate.php39 public function decode($data) function in setasign\\Fpdi\\PdfParser\\Filter\\Flate
H A DLzw.php65 * Method to decode LZW compressed data.
71 public function decode($data) function in setasign\\Fpdi\\PdfParser\\Filter\\Lzw
H A DAsciiHex.php25 public function decode($data) function in setasign\\Fpdi\\PdfParser\\Filter\\AsciiHex
H A DFilterInterface.php25 public function decode($data); function
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php373 $string = $filter->decode($value->value);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php270 $stream = $filterObject->decode($stream);
300 $stream = $filterObject->decode($stream);
308 $stream = $filterObject->decode($stream);
314 $stream = $filterObject->decode($stream);
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php246 $string = $filter->decode($value->value);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md758 - When using charset_in other than utf-8, HTML Footers using tags e.g. `<htmlpageheader>` do not decode correctly
/plugin/combo/ComboStrap/
H A DEditButton.php264 $json = Html::decode($matches[1]);
H A DHtml.php98 public static function decode($int): string
96 public static function decode($int): string global() function in ComboStrap\\Html
/plugin/odt/action/
H A Dexport.php296 $list = $json->decode($INPUT->post->str('selection', '', true));
/plugin/openid/Auth/OpenID/
H A DServer.php1723 function decode($query) function in Auth_OpenID_Decoder
1993 return $this->decoder->decode($query);
/plugin/advanced/lang/en/config/
H A Dusers.txt13 …g you could use the script [[http://www.splitbrain.org/encode.php|encode/decode]]. Due to the much…

1234567891011