Home
last modified time | relevance | path

Searched refs:blob (Results 151 – 175 of 226) sorted by last modified time

12345678910

/plugin/bookcreator/script/
H A DREADME.txt6 https://github.com/johnculviner/jquery.fileDownload/blob/master/src/Scripts/jquery.fileDownload.js
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md267 [psr-http]: https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md
/plugin/webdav/vendor/psr/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php460 $blob = $node->get();
461 if (is_resource($blob)) {
462 $blob = stream_get_contents($blob);
465 if (!$this->validateFilters($blob, $report->filters, $report->test)) {
/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/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-…
H A DREADME.md71 …* [Readme for the Ruby Mustache implementation](http://github.com/defunkt/mustache/blob/master/REA…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js3713 var blob, endPos;
3716 blob = this.file[this.slice](this.offset, endPos);
3717 return this.reader.readAsArrayBuffer(blob);
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A DREADME.md7 [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
/plugin/adfs/phpsaml/
H A DREADME.md28 …0253](https://github.com/distributedweaknessfiling/DWF-Database-Artifacts/blob/ab8ae6e845eb506fbeb…
/plugin/codemirror/dist/modes/
H A Dgherkin.min.js.map1 …rom Brackets implementation: https://github.com/tregusti/brackets-gherkin/blob/master/main.js\n//v…
H A Dsql.min.js.map1blob enum long longblob longtext medium mediumblob mediumint mediumtext time timestamp tinyblob ti…
H A Dstylus.min.js.map1 …\"u\",\"ul\",\"var\",\"video\"];\n\n // github.com/codemirror/CodeMirror/blob/master/mode/css/css…
H A Dtiddlywiki.min.js.map1 …stable''|\n |''Source''|[[GitHub|https://github.com/pmario/CodeMirror2/blob/tw-syntax/mode/tidd…
/plugin/codemirror/dist/
H A Dstyles.min.css.map1blob/master/Mbo.tmTheme */\n/* Create your own: http://tmtheme-editor.herokuapp.com */\n/…
/plugin/etherpadlite/
H A DREADME.md72 Use https://github.com/michael-dev/dokuwikietherpadlite/blob/releases/dokuwiki-etherpadlite-current…
/plugin/flowcharts/
H A Dmermaid.min.js1 …nction ts(t){if(!t.ok)throw new Error(t.status+" "+t.statusText);return t.blob()}var es=function(t…
H A DREADME.md19 …www.dokuwiki.org/entities and also https://github.com/splitbrain/dokuwiki/blob/master/conf/entitie…
/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/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/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"…
H A Dpdf.worker.js2218 var blob = new Blob([data], {
2221 return _url_polyfill.URL.createObjectURL(blob);
10250 PolyfillURL.createObjectURL = function (blob) {
H A Dpdf.worker.js.map1blob","buffer","b1","b2","b3","d1","d2","d3","d4","globalScope","isNodeJS","hasDOM","Buffer","Elem…

12345678910