Home
last modified time | relevance | path

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

12345678910

/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/davcard/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php11 $blob = <<<ICS
22 $blob,
27 $blob = <<<ICS
39 $blob,
56 $blob,
73 $blob,
90 $blob,
106 $blob,
122 $blob,
138 $blob,
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php11 $blob = <<<ICS
22 $blob,
27 $blob = <<<ICS
39 $blob,
56 $blob,
73 $blob,
90 $blob,
106 $blob,
122 $blob,
138 $blob,
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php11 $blob = <<<ICS
22 $blob,
27 $blob = <<<ICS
39 $blob,
56 $blob,
73 $blob,
90 $blob,
106 $blob,
122 $blob,
138 $blob,
[all …]
/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/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/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);
/plugin/openid/Auth/OpenID/
H A DPostgreSQLStore.php112 function blobEncode($blob) argument
114 return $this->_octify($blob);
120 function blobDecode($blob) argument
122 return $this->_unoctify($blob);
H A DMySQLStore.php72 function blobEncode($blob) argument
74 return "0x" . bin2hex($blob);
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
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.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 …]
/plugin/revealjs/css/theme/
H A DREADME.md7blob/master/css/theme/source). It will be automatically compiled by Grunt from Sass to CSS (see th…
11 1. **Include [/css/theme/template/mixins.scss](https://github.com/hakimel/reveal.js/blob/master/css…
14 2. **Include [/css/theme/template/settings.scss](https://github.com/hakimel/reveal.js/blob/master/c…
18 …fying variables (see [settings.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/te…
20 4. **Include [/css/theme/template/theme.scss](https://github.com/hakimel/reveal.js/blob/master/css/…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1696 if(blob[blob.l] == 0x50 && blob[blob.l + 1] == 0x4b) return [0, 0];
2820 var data = blob.slice(blob.l, blob.l + _csz);
5989 if(blob[blob.l] == 0x00 && blob[blob.l+1] == 0x00 && ((blob.l - start) & 0x02)) blob.l += 2;
6012 if(blob.l & 3) blob.l = (blob.l>>2+1)<<2;
6019 var bytes = blob.slice(blob.l,blob.l+size);
7267 if(blob[blob.l + 1] == 0x03) blob[blob.l]++;
9274 o[0].r = blob.read_shift(2); o[3] = blob[blob.l++]; o[0].c = blob[blob.l++];
9417 while(blob[blob.l]) { o[dt][1] += String.fromCharCode(blob[blob.l]); blob.l++; } blob.l++;
10173 o.Salt = blob.slice(blob.l, blob.l+16); blob.l += 16;
10174 o.Verifier = blob.slice(blob.l, blob.l+16); blob.l += 16;
[all …]
/plugin/twofactortelegram/
H A DREADME.md9 ![Login Page](https://github.com/nudred/twofactortelegram/blob/main/screenshots/login-page.png?raw=…
13 ![Admin Conf](https://github.com/nudred/twofactortelegram/blob/main/screenshots/admin-conf.png?raw=…
17 ![User Conf](https://github.com/nudred/twofactortelegram/blob/main/screenshots/user-conf.png?raw=tr…
/plugin/mdpage/
H A DREADME.md13 See [Contributing Guide](https://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/blob/master/CONTR…
24 …n-mdpage/blob/master/LICENSE.Apache-2.0) and [the GPL 2.0 (or any later version)](https://github.c…
27 …parse Markdown texts under [the MIT License](https://github.com/cebe/markdown/blob/master/LICENSE).
29 Notice: DokuWiki is licensed under [the GPL 2.0](https://github.com/splitbrain/dokuwiki/blob/master…
/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/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A DCONTRIBUTING.md1 …github.com/sebastianbergmann/phpunit/blob/master/CONTRIBUTING.md](https://github.com/sebastianberg…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md8537 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L1648 "View in source") [&#x24C9…
8673 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8737 "View in source") [&#x24C9…
8713 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8766 "View in source") [&#x24C9…
8747 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8794 "View in source") [&#x24C9…
8781 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8949 "View in source") [&#x24C9…
8808 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8814 "View in source") [&#x24C9…
8835 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8865 "View in source") [&#x24C9…
8871 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8895 "View in source") [&#x24C9…
8906 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8921 "View in source") [&#x24C9…
8937 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8977 "View in source") [&#x24C9…
[all …]
/plugin/gh/
H A Dsyntax.php107 …$raw = 'https://raw.githubusercontent.com/' . $data['repo'] . '/' . $data['blob'] . '/' . $data['f…
111 …$url = 'https://' . $data['base'] . '/' . $data['repo'] . '/blob/' . $data['blob'] . '/' . $data['…
/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/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md10 [The getting started guide](https://github.com/antlr/antlr4/blob/master/doc/getting-started.md)
30 as described in [the getting started guide](https://github.com/antlr/antlr4/blob/master/doc/getting-started.md).
38 [tool documentation page](https://github.com/antlr/antlr4/blob/master/doc/tool-options.md).
119 * [Documentation](https://github.com/tunnelvisionlabs/antlr4/blob/master/doc/index.md)
120 * [Getting started with v4](https://github.com/tunnelvisionlabs/antlr4/blob/master/doc/getting-started.md)
122 * [FAQ](https://github.com/tunnelvisionlabs/antlr4/blob/master/doc/faq/index.md)
/plugin/jplayer/vendor/mustache/mustache/
H A DCONTRIBUTING.md33 …* [PSR-0: Class and file naming conventions](https://github.com/php-fig/fig-standards/blob/master/…
34 …* [PSR-1: Basic coding standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR…
35 …* [PSR-2: Coding style guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-…

12345678910