/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | FreeBusyGeneratorTest.php | 104 $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 D | FreeBusyGeneratorTest.php | 11 $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 D | FreeBusyGeneratorTest.php | 11 $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 D | FreeBusyGeneratorTest.php | 11 $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 D | FileSaver.js | 78 , 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 D | blob.js | 91 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 D | SSH2.php | 49 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 D | SSH2.php | 49 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 D | PostgreSQLStore.php | 99 function blobEncode($blob) argument 101 return $this->_octify($blob); 107 function blobDecode($blob) argument 109 return $this->_unoctify($blob);
|
H A D | MySQLStore.php | 72 function blobEncode($blob) argument 74 return "0x" . bin2hex($blob);
|
/plugin/openid/Auth/OpenID/ |
H A D | PostgreSQLStore.php | 112 function blobEncode($blob) argument 114 return $this->_octify($blob); 120 function blobDecode($blob) argument 122 return $this->_unoctify($blob);
|
H A D | MySQLStore.php | 72 function blobEncode($blob) argument 74 return "0x" . bin2hex($blob);
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 2 …blob=file.slice(0,512);prep_blob(blob,0);var mv=check_get_mver(blob);mver=mv[0];switch(mver){case … argument 3 …blob;var minifat_store=0,pl=Paths.length?2:0;var sector=sector_list[dir_start].data;var i=0,namele… argument 4 …blob){var dwLowDateTime=blob.read_shift(4),dwHighDateTime=blob.read_shift(4);return new Date((dwHi… argument 8 …blob,length,opts){var l=length;var bufs=[];var d=blob.slice(blob.l,blob.l+l);if(opts&&opts.enc&&op… argument
|
H A D | xlsx.js | 1166 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 D | README.md | 7 …blob/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 D | xlsx.mjs | 1696 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 D | README.md | 9 ![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 D | README.md | 13 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 D | RdpEncrypt.vb | 64 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 D | CONTRIBUTING.md | 1 …github.com/sebastianbergmann/phpunit/blob/master/CONTRIBUTING.md](https://github.com/sebastianberg…
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
H A D | README.md | 8537 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L1648 "View in source") [Ⓣ… 8673 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8737 "View in source") [Ⓣ… 8713 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8766 "View in source") [Ⓣ… 8747 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8794 "View in source") [Ⓣ… 8781 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8949 "View in source") [Ⓣ… 8808 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8814 "View in source") [Ⓣ… 8835 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8865 "View in source") [Ⓣ… 8871 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8895 "View in source") [Ⓣ… 8906 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8921 "View in source") [Ⓣ… 8937 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L8977 "View in source") [Ⓣ… [all …]
|
/plugin/gh/ |
H A D | syntax.php | 107 …$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 D | README | 50 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 D | README.md | 10 [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 D | CONTRIBUTING.md | 33 …* [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-…
|