| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
| D | FreeBusyGeneratorTest.php | 91 $blob = <<<ICS 104 $blob 111 $blob = <<<ICS 121 fwrite($h, $blob); 137 $blob = <<<ICS 150 $blob 161 $blob = <<<ICS 174 $blob 185 $blob = <<<ICS 198 $blob [all …]
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
| D | FreeBusyGeneratorTest.php | 11 $blob = <<<ICS 22 $blob, 27 $blob = <<<ICS 39 $blob, 44 $blob = <<<ICS 56 $blob, 61 $blob = <<<ICS 73 $blob, 78 $blob = <<<ICS 90 $blob, [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
| D | FreeBusyGeneratorTest.php | 11 $blob = <<<ICS 22 $blob, 27 $blob = <<<ICS 39 $blob, 44 $blob = <<<ICS 56 $blob, 61 $blob = <<<ICS 73 $blob, 78 $blob = <<<ICS 90 $blob, [all …]
|
| /plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
| H A D | FreeBusyGeneratorTest.php | 11 $blob = <<<ICS 22 $blob, 27 $blob = <<<ICS 39 $blob, 44 $blob = <<<ICS 56 $blob, 61 $blob = <<<ICS 73 $blob, 78 $blob = <<<ICS 90 $blob, [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/ |
| D | FileSaver.js | 78 , auto_bom = function(blob) { argument 80 …if (/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(blob.type)) { 81 return new Blob(["\ufeff", blob], {type: blob.type}); 83 return blob; 85 , FileSaver = function(blob, name) { argument 86 blob = auto_bom(blob); 90 , type = blob.type 101 object_url = get_URL().createObjectURL(blob); 131 object_url = get_URL().createObjectURL(blob); 146 slice = blob.slice || blob.webkitSlice; [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/ |
| 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") { 104 return data_URI_header + "," + decodeURIComponent(blob.data); 106 return data_URI_header + ";base64," + btoa(blob.data); 108 return data_URI_header + "," + encodeURIComponent(blob.data); 111 return real_create_object_URL.call(real_URL, blob); [all …]
|
| /plugin/asciidocjs/node_modules/babylon/ |
| D | README.md | 17 …ing PRs for anything at least [stage-0](https://github.com/tc39/proposals/blob/master/stage-0-prop… 76 [Babel AST format]: https://github.com/babel/babylon/blob/master/ast/spec.md 79 [Literal]: https://github.com/estree/estree/blob/master/es5.md#literal 80 [Property]: https://github.com/estree/estree/blob/master/es5.md#property 81 [MethodDefinition]: https://github.com/estree/estree/blob/master/es2015.md#methoddefinition 83 [StringLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#stringliteral 84 [NumericLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#numericliteral 85 [BooleanLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#booleanliteral 86 [NullLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#nullliteral 87 [RegExpLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#regexpliteral [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
| 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
|
| D | xlsx.js | 894 var blob = file.slice(0,512); 895 prep_blob(blob, 0); 898 var mv = check_get_mver(blob); 906 if(ssz !== 512) { blob = file.slice(0,ssz); prep_blob(blob, 28 /* blob.l */); } 910 check_shifts(blob, mver); 913 var nds = blob.read_shift(4, 'i'); 918 blob.l += 4; 921 dir_start = blob.read_shift(4, 'i'); 924 blob.l += 4; 927 blob.chk('00100000', 'Mini Stream Cutoff Size: '); [all …]
|
| /plugin/asciidocjs/node_modules/core-js/ |
| D | README.md | 256 …blob/v2.6.12/modules/es6.object.assign.js), [`es6.object.is`](https://github.com/zloirock/core-js/… 258 …blob/v2.6.12/modules/es6.object.freeze.js), [`es6.object.seal`](https://github.com/zloirock/core-j… 260 …blob/v2.6.12/modules/es6.object.create.js), [`es6.object.define-property`](https://github.com/zloi… 328 …blob/v2.6.12/modules/es6.function.name.js), [`es6.function.has-instance`](https://github.com/zloir… 350 …blob/v2.6.12/modules/es6.array.from.js), [`es6.array.of`](https://github.com/zloirock/core-js/blob… 462 …blob/v2.6.12/modules/es6.string.from-code-point.js), [`es6.string.raw`](https://github.com/zloiroc… 464 …blob/v2.6.12/modules/es6.string.anchor.js), [`es6.string.big`](https://github.com/zloirock/core-js… 563 …om/zloirock/core-js/blob/v2.6.12/modules/es6.regexp.constructor.js) and [`es6.regexp.flags`](https… 565 …blob/v2.6.12/modules/es6.regexp.match.js), [`es6.regexp.replace`](https://github.com/zloirock/core… 606 Module [`es6.number.constructor`](https://github.com/zloirock/core-js/blob/v2.6.12/modules/es6.numb… [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ |
| 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/ |
| 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/openid/Auth/OpenID/ |
| D | PostgreSQLStore.php | 112 function blobEncode($blob) argument 114 return $this->_octify($blob); 120 function blobDecode($blob) argument 122 return $this->_unoctify($blob);
|
| D | MySQLStore.php | 72 function blobEncode($blob) argument 74 return "0x" . bin2hex($blob);
|
| /plugin/fedauth/Auth/OpenID/ |
| D | PostgreSQLStore.php | 99 function blobEncode($blob) argument 101 return $this->_octify($blob); 107 function blobDecode($blob) argument 109 return $this->_unoctify($blob);
|
| D | MySQLStore.php | 72 function blobEncode($blob) argument 74 return "0x" . bin2hex($blob);
|
| /plugin/revealjs/css/theme/ |
| 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/ |
| D | xlsx.mjs | 1557 function parse_extra_field(blob/*:CFBlob*/)/*:any*/ { argument 1558 prep_blob(blob, 0); 1561 while(blob.l <= blob.length - 4) { 1562 var type = blob.read_shift(2); 1563 var sz = blob.read_shift(2), tgt = blob.l + sz; 1568 flags = blob.read_shift(1); 1569 if(flags & 1) p.mtime = blob.read_shift(4); 1572 if(flags & 2) p.atime = blob.read_shift(4); 1573 if(flags & 4) p.ctime = blob.read_shift(4); 1579 var sz1 = blob.read_shift(4), sz2 = blob.read_shift(4); [all …]
|
| /plugin/datatables/assets/datatables.net-buttons/js/ |
| D | buttons.html5.js | 149 auto_bom = function (blob) { 154 blob.type 157 return new Blob([String.fromCharCode(0xfeff), blob], { type: blob.type }); 159 return blob; 161 FileSaver = function (blob, name, no_auto_bom) { 163 blob = auto_bom(blob); 167 type = blob.type, 188 reader.readAsDataURL(blob); 194 object_url = get_URL().createObjectURL(blob); 213 object_url = get_URL().createObjectURL(blob); [all …]
|
| /plugin/twofactortelegram/ |
| D | README.md | 9  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/ |
| 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/asciidocjs/node_modules/is-expression/ |
| D | CHANGELOG.md | 43 [acorn-4.0.0]: https://github.com/ternjs/acorn/blob/master/CHANGELOG.md#400-2016-08-07 44 [acorn-3.3.0]: https://github.com/ternjs/acorn/blob/master/CHANGELOG.md#330-2016-07-25 45 [acorn-3.1.0]: https://github.com/ternjs/acorn/blob/master/CHANGELOG.md#310-2016-04-18 46 [acorn-3.0.0]: https://github.com/ternjs/acorn/blob/master/CHANGELOG.md#300-2016-02-10
|
| /plugin/sequencediagram/bower_components/lodash/doc/ |
| D | README.md | 418 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L6839 "View in source") [Ⓝ… 449 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L6874 "View in source") [Ⓝ… 475 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L6911 "View in source") [Ⓝ… 508 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L6947 "View in source") [Ⓝ… 540 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L6979 "View in source") [Ⓝ… 578 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L7012 "View in source") [Ⓝ… 613 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L7047 "View in source") [Ⓝ… 648 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L7081 "View in source") [Ⓝ… 683 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L7126 "View in source") [Ⓝ… 729 [Ⓢ](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L7167 "View in source") [Ⓝ… [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/ |
| D | CONTRIBUTING.md | 1 …github.com/sebastianbergmann/phpunit/blob/master/CONTRIBUTING.md](https://github.com/sebastianberg…
|