Home
last modified time | relevance | path

Searched refs:blob (Results 201 – 225 of 226) sorted by last modified time

12345678910

/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcbf.bat10 REM @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
H A Dphpcs.bat12 REM @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
/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/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js12blob=!1;else{var b=new ArrayBuffer(0);try{c.blob=0===new Blob([b],{type:"application/zip"}).size}c…
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;
/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/
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/authyubikey/lib/
H A DREADME50 https://github.com/Yubico/php-yubico/blob/master/demo.php[demo.php]
58 https://github.com/Yubico/php-yubico/blob/master/example/db.sql[example/db.sql]
60 https://github.com/Yubico/php-yubico/blob/master/example/config.php[example/config.php].
67 https://github.com/Yubico/php-yubico/blob/master/example/Modhex_Calculator.php[Modhex_Calculator.ph…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php104 $blob
150 $blob
174 $blob
198 $blob
222 $blob
245 $blob
268 $blob
291 $blob
313 $blob
335 $blob
[all …]
/plugin/facebookwall/
H A Dplugin.info.txt7 url https://github.com/jdtProjects/dokuwiki/blob/master/published/plugin_facebookwall_1_3.zip
/plugin/inlinetoc/
H A DREADME.md14 ![Sample](https://github.com/Andreone/dokuwiki_inlinetoc/blob/master/sample.png)
/plugin/rdplink/RdpEncrypt/
H A DRdpEncrypt.vb64 ByRef blob As DATA_BLOB _
72 blob.pbData = Marshal.AllocHGlobal(data.Length)
75 If blob.pbData.Equals(IntPtr.Zero) Then
81 blob.cbData = data.Length
82 Marshal.Copy(data, 0, blob.pbData, data.Length)
/plugin/latexit/
H A Dstyle.css5 * https://github.com/splitbrain/dokuwiki-plugin-dw2pdf/blob/master/
/plugin/idoit/
H A DREADME.md123 …der the [MIT License](https://github.com/oliverguenther/dokuwiki-idoit-syntax/blob/master/LICENSE).
/plugin/rigrr/
H A Dbundled-software.txt18 https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt
/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/socialshareprivacy2/SSP/
H A DREADME.md73 [jquery.socialshareprivacy.localstorage.js](https://github.com/panzi/SocialSharePrivacy/blob/master…
/plugin/fedauth/Auth/OpenID/
H A DPostgreSQLStore.php99 function blobEncode($blob) argument
101 return $this->_octify($blob);
107 function blobDecode($blob) argument
109 return $this->_unoctify($blob);
H A DMySQLStore.php72 function blobEncode($blob) argument
74 return "0x" . bin2hex($blob);

12345678910