Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 25 of 226) sorted by path

12345678910

/plugin/404manager/
H A DREADME.md12 ![The illustration](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/master/images/dok…
25 ![The page name check message](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/master…
51 ![404manager configruation settings](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/…
66 ![404manager in the admin page](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/maste…
70 ![404manager plugin admin page](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/maste…
/plugin/aceeditor/
H A Dbuild.js1 …ear_month|zerofill|begin|do|then|else|loop|repeat",t="by|bool|boolean|bit|blob|decimal|double|enum…
/plugin/achart/assets/
H A Dapexcharts.min.js6blob:c})}else{var d="data:image/svg+xml,"+encodeURIComponent(l),g=new Image;g.crossOrigin="anonymo…
/plugin/addressbook/
H A DREADME.md78 …and compressed, so it uses about 3-4kB. It is stored within the database as a blob (base64encoded).
H A Dsyntax.php468 if ($info['photo']!== false) $blob = $info['photo'];
479 if ($k == 'photo') $sql .= "'$blob'";
484 unset ($blob);
500 if ($k == 'photo') $sql .= " $k = '$blob'";
/plugin/adfs/phpsaml/
H A DREADME.md28 …0253](https://github.com/distributedweaknessfiling/DWF-Database-Artifacts/blob/ab8ae6e845eb506fbeb…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md1019 * Added: Temporary workaround to bypass FileSaver check; issue prevented to open blob urls in safar…
H A Dexport.js524 var blob = _this.toBlob( {
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js78 , auto_bom = function(blob) { argument
81 return new Blob(["\ufeff", blob], {type: blob.type});
83 return blob;
86 blob = auto_bom(blob);
90 , type = blob.type
146 slice = blob.slice || blob.webkitSlice;
147 blob = slice.call(blob, 0, blob.size, force_saveable_type);
163 fs_min_size += blob.size;
184 writer.write(blob);
208 , saveAs = function(blob, name) { argument
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js91 URL.createObjectURL = function(blob) { argument
93 type = blob.type
99 if (blob instanceof FakeBlob) {
101 if (blob.encoding === "base64") {
102 return data_URI_header + ";base64," + blob.data;
103 } else if (blob.encoding === "URI") {
111 return real_create_object_URL.call(real_URL, blob);
200 var blob = builder.getBlob(type);
201 if (!blob.slice && blob.webkitSlice) {
202 blob.slice = blob.webkitSlice;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1606 exports.blob = false;
1611 exports.blob = new Blob([buffer], {
1620 exports.blob = builder.getBlob('application/zip').size === 0;
1623 exports.blob = false;
H A Djszip.min.js12blob=!1;else{var b=new ArrayBuffer(0);try{c.blob=0===new Blob([b],{type:"application/zip"}).size}c…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js144 var blob;
155 if (blob) {
156 saveAs(blob, defaultFileName);
66375 , FileSaver = function(blob, name) {
66379 , type = blob.type
66435 slice = blob.slice || blob.webkitSlice;
66436 blob = slice.call(blob, 0, blob.size, force_saveable_type);
66452 fs_min_size += blob.size;
66473 writer.write(blob);
66497 , saveAs = function(blob, name) {
[all …]
H A Dpdfmake.min.js.map1blob","Blob","type","name","byteArray","Uint8Array","buffer","getBase64","toString","createPdf","p…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1166 ctime = blob.read_shift(2) + blob.read_shift(2) + blob.read_shift(2) + blob.read_shift(2);
1170 mtime = blob.read_shift(2) + blob.read_shift(2) + blob.read_shift(2) + blob.read_shift(2);
2845 if(blob.l & 3) blob.l = (blob.l>>2+1)<<2;
2852 var bytes = blob.slice(blob.l,blob.l+size);
2987 switch(blob[blob.l]) {
2989 … case 0x1E /*VT_LPSTR*/: blob.l += 4; val = parse_VtString(blob, blob[blob.l-4]); break;
2990 … case 0x1F /*VT_LPWSTR*/: blob.l += 4; val = parse_VtString(blob, blob[blob.l-4]); break;
3044 while(blob.l < target) arr.push(cb(blob, target - blob.l));
9209 var d = blob.slice(blob.l,blob.l+l);
9221 bufs.push(blob.slice(blob.l+4,blob.l+4+l));
[all …]
H A Dxlsx.min.js2blob=file.slice(0,512);prep_blob(blob,0);var mv=check_get_mver(blob);mver=mv[0];switch(mver){case … argument
3blob;var minifat_store=0,pl=Paths.length?2:0;var sector=sector_list[dir_start].data;var i=0,namele… argument
4blob){var dwLowDateTime=blob.read_shift(4),dwHighDateTime=blob.read_shift(4);return new Date((dwHi… argument
8blob,length,opts){var l=length;var bufs=[];var d=blob.slice(blob.l,blob.l+l);if(opts&&opts.enc&&op… argument
H A Dxlsx.min.map1 …ssz","nmfs","ndfs","dir_start","minifat_start","difat_start","fat_addrs","blob","slice","prep_blob…
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php464 * @param string $accessToken The access token to use to sign the blob. If
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md592 https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40
625 * See https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md11 This library implements the [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/P…
79 - Frameworks and libraries using [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accep…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DSSH2.php49 list($type, $blob) = $result;
50 if ($type != 'ssh-dss' || strlen($blob) != 40) {
55 'r' => new BigInteger(substr($blob, 0, 20), 256),
56 's' => new BigInteger(substr($blob, 20), 256)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/
H A DSSH2.php49 list($type, $blob) = $result;
60 $result = Strings::unpackSSH2('ii', $blob);
96 $blob = Strings::packSSH2('ii', $r, $s);
98 return Strings::packSSH2('ss', 'ecdsa-sha2-' . $curve, $blob);
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DREADME.md7 [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DREADME.md9 [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).

12345678910