Home
last modified time | relevance | path

Searched refs:blob (Results 126 – 150 of 226) sorted by relevance

12345678910

/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2733 exports.blob = false;
2738 exports.blob = new Blob([buffer], {
2747 exports.blob = builder.getBlob("application/zip").size === 0;
2750 exports.blob = false;
3493 …var isBlob = support.blob && (data instanceof Blob || ["[object File]", "[object Blob]"].indexOf(O…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js1093 var blob = new Blob([data], {
1096 downloadManager.download(blob, url, filename);
14308 value: function download(blob, url, filename) {
14310 if (!navigator.msSaveBlob(blob, filename)) {
14322 var blobUrl = _pdfjsLib.URL.createObjectURL(blob);
15481 scratchCanvas.toBlob(function (blob) {
15482 img.src = _pdfjsLib.URL.createObjectURL(blob);
H A Dviewer.js.map1blob","type","error","moreInfoText","version","build","moreInfo","stack","line","errorWrapperConfi…
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md516 [license]: https://github.com/cebe/markdown/blob/master/LICENSE
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1 … 'bintohex',\n 'bit',\n 'black',\n 'blank',\n 'blanks',\n 'blob',\n 'block',\n …
H A Deditor.worker.js.map1blob/v12.8.1/lib/path.js\n/**\n * Copyright Joyent, Inc. and other Node contributors.\n *\n * Perm…
H A Djson.worker.js.map1blob/v12.8.1/lib/path.js\n/**\n * Copyright Joyent, Inc. and other Node contributors.\n *\n * Perm…
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md870 [API docs](https://github.com/cujojs/when/blob/master/docs/api.md).
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md520 - in order to delete an index you should not delete by its alias now you should delete using the [concrete index name](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/aliases/IndexAliasesIT.java#L445) [#1348](https://github.com/ruflin/Elastica/pull/1348)
522 - In QueryString is not allowed to use fields parameters in conjunction with default_field parameter. This is not well documented, it's possibile to understand from [Elasticsearch tests : QueryStringQueryBuilderTests.java](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/index/query/QueryStringQueryBuilderTests.java#L917) [#1352](https://github.com/ruflin/Elastica/pull/1352)
1664 - add support PSR-3(https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
1780 - Enforced PSR1 code style, as per https://github.com/pmjones/fig-standards/blob/psr-1-style-guide/proposed/PSR-1-basic.md
/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/diagramsnet/lib/js/diagramly/
H A DEditorUi.js4416 var blob = (base64Encoded) ?
4419 navigator.msSaveOrOpenBlob(blob, filename);
10592 var blob = this.base64ToBlob(dataUrl.substring(dataUrl.indexOf(',') + 1), 'image/png');
10594 var cbi = new ClipboardItem({'image/png': blob,
H A DDialogs.js4047 var blob = editorUi.base64ToBlob(temp, 'image/png');
4049 var cbi = new ClipboardItem({'image/png': blob,
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md592 https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40
625 * See https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1blob.\n const body = canConstructResponseFromBodyStream() ?\n clonedResponse.body : awai…
H A Dworkbox-bed83ea8.js.map1blob.\n const body = canConstructResponseFromBodyStream() ?\n clonedResponse.body : awai…
H A Dworkbox-f163abaa.js.map1blob.\n const body = canConstructResponseFromBodyStream() ?\n clonedResponse.body : awai…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md73 [jquery.socialshareprivacy.localstorage.js](https://github.com/panzi/SocialSharePrivacy/blob/master…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5 …pse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main…
/plugin/codemirror/dist/modes/
H A Dstylus.min.js.map1 …\"u\",\"ul\",\"var\",\"video\"];\n\n // github.com/codemirror/CodeMirror/blob/master/mode/css/css…
/plugin/codemirror/dist/
H A Dstyles.min.css.map1blob/master/Mbo.tmTheme */\n/* Create your own: http://tmtheme-editor.herokuapp.com */\n/…
/plugin/adfs/phpsaml/
H A DREADME.md28 …0253](https://github.com/distributedweaknessfiling/DWF-Database-Artifacts/blob/ab8ae6e845eb506fbeb…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js1049 var blob = new Blob([data], {
1052 return _url_polyfill.URL.createObjectURL(blob);
9081 PolyfillURL.createObjectURL = function (blob) {
H A Dpdf.js.map1blob","type","buffer","b1","b2","b3","d1","d2","d3","d4","globalScope","hasDOM","Buffer","Element"…
/plugin/html5video2/script/
H A Dvideo.min.js20 …updateSourceCaches_(e)},i=this.currentSource().src,n=e.src,i&&!/^blob:/.test(i)&&/^blob:/.test(n)&…

12345678910