Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DFreeBusyGeneratorTest.php91 $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/
DFreeBusyGeneratorTest.php11 $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/
DFreeBusyGeneratorTest.php11 $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 DFreeBusyGeneratorTest.php11 $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/
DFileSaver.js78 , 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/
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") {
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/
DREADME.md17 …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/
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
Dxlsx.js894 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/
DREADME.md256blob/v2.6.12/modules/es6.object.assign.js), [`es6.object.is`](https://github.com/zloirock/core-js/
258blob/v2.6.12/modules/es6.object.freeze.js), [`es6.object.seal`](https://github.com/zloirock/core-j…
260blob/v2.6.12/modules/es6.object.create.js), [`es6.object.define-property`](https://github.com/zloi…
328blob/v2.6.12/modules/es6.function.name.js), [`es6.function.has-instance`](https://github.com/zloir…
350blob/v2.6.12/modules/es6.array.from.js), [`es6.array.of`](https://github.com/zloirock/core-js/blob
462blob/v2.6.12/modules/es6.string.from-code-point.js), [`es6.string.raw`](https://github.com/zloiroc…
464blob/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…
565blob/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/
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/
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/openid/Auth/OpenID/
DPostgreSQLStore.php112 function blobEncode($blob) argument
114 return $this->_octify($blob);
120 function blobDecode($blob) argument
122 return $this->_unoctify($blob);
DMySQLStore.php72 function blobEncode($blob) argument
74 return "0x" . bin2hex($blob);
/plugin/fedauth/Auth/OpenID/
DPostgreSQLStore.php99 function blobEncode($blob) argument
101 return $this->_octify($blob);
107 function blobDecode($blob) argument
109 return $this->_unoctify($blob);
DMySQLStore.php72 function blobEncode($blob) argument
74 return "0x" . bin2hex($blob);
/plugin/revealjs/css/theme/
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/
Dxlsx.mjs1557 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/
Dbuttons.html5.js149 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/
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/
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/
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/asciidocjs/node_modules/is-expression/
DCHANGELOG.md43 [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/
DREADME.md418 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L6839 "View in source") [&#x24C3…
449 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L6874 "View in source") [&#x24C3…
475 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L6911 "View in source") [&#x24C3…
508 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L6947 "View in source") [&#x24C3…
540 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L6979 "View in source") [&#x24C3…
578 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L7012 "View in source") [&#x24C3…
613 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L7047 "View in source") [&#x24C3…
648 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L7081 "View in source") [&#x24C3…
683 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L7126 "View in source") [&#x24C3…
729 [&#x24C8;](https://github.com/lodash/lodash/blob/4.17.15/lodash.js#L7167 "View in source") [&#x24C3…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
DCONTRIBUTING.md1 …github.com/sebastianbergmann/phpunit/blob/master/CONTRIBUTING.md](https://github.com/sebastianberg…

12345678910>>...12