Home
last modified time | relevance | path

Searched refs:file (Results 101 – 125 of 3491) sorted by path

12345678910>>...140

/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md15 source - static file or dynamically generated - and it will do the rest.
24 So, any of the examples loaded locally (file:///) will not work.
38 ### 1) Include the minified version of file of this plugin. I.e.:
95 error | | Callback function to execute if file load fails
99 load | | Callback function to execute when file is successfully loaded (might be invoked multiple t…
102 …e function will be passed in three parameters: global progress, individual file progress, file URL.
213 console.log( 'Loaded file: ' + options.url );
219 console.log( 'Ummm something went wrong loading this file: ' + options.url );
251 When you're done, you can include your language as a JavaScript file.
289 Please see attached file "license.txt" for the complete license or online here:
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
H A DREADME.md19 file:///) or contain images loaded from different host than the web page itself.
24 ### 1) Include the minified version of file of this plugin as well as the
25 bundled CSS file. I.e.:
145 … If true it observes the drag and drop feature and loads the dropped image file into the annotation
617 fileName | A file name to use for generated export files (an extension will be appended to it based…
618 extension | File extension for the generated export file (uses format default if not defined)
619 mimeType | Internet media type to generate the export file (usses format default if not defined)
737 The plugin comes with a default CSS file `export.css`. You just need to include
868 Please see attached file "license.txt" for the complete license or online here:
967 * Added: Polish language file ( thanks to piernik )
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js50 , revoke = function(file) { argument
52 if (typeof file === "string") { // file is an object URL
53 get_URL().revokeObjectURL(file);
55 file.remove();
167 dir.getFile(name, create_if_not_found, abortable(function(file) { argument
168 file.createWriter(abortable(function(writer) {
170 target_view.location.href = file.toURL();
173 revoke(file);
193 dir.getFile(name, {create: false}, abortable(function(file) { argument
195 file.remove();
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js649 file._data = file._data.getContent();
664 return file._data;
1077 o = file.options,
1087 if (file._initialMetadata.dir !== file.dir) {
1088 dir = file.dir;
1094 if(file._initialMetadata.date !== file.date) {
1264 fileClone = new ZipObject(file.name, file._data, extend(file.options));
1338 if (!file) {
1346 if (file && !file.dir) {
2358 var i, file;
[all …]
H A Djszip.min.js12file(h.fileName,h.decompressed,{binary:!0,optimizedBinaryString:!0,date:h.date,dir:h.dir,comment:h…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js30076 function Table(file) {
30078 this.file = file;
30597 lsbCount = this.file.maxp.numGlyphs - this.file.hhea.numberOfMetrics;
31165 loca = this.file.loca;
65606 png = new PNG(file);
65614 var file;
65616 return new PNG(file);
66347 , revoke = function(file) {
66352 file.remove();
66462 revoke(file);
[all …]
H A Dpdfmake.min.js14file=t,e=this.file.directory.tables[this.tag],this.exists=!!e,e&&(this.offset=e.offset,this.length…
15file.head.indexToLocFormat,0===e?this.offsets=function(){var e,r,i;for(i=[],n=e=0,r=this.length;r>…
H A Dpdfmake.min.js.map1file","added","alphabet","carry","isUpperCase","revision","checkSumAdjustment","magicNumber","crea…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A DLICENSE4 you may not use this file except in compliance with the License.
H A Dxlsx.js882 function parse(file) { argument
894 var blob = file.slice(0,512);
908 var header = file.slice(0,ssz);
949 var sectors = sectorify(file, ssz);
1017 function sectorify(file, ssz) { argument
1315 function safegetzipfile(zip, file) { argument
1322 function getzipfile(zip, file) { argument
1330 if(!file) return null;
3008 var blob = file.content;
11343 zip.file(f, write_theme());
[all …]
H A Dxlsx.min.js2file){var mver=3;var ssz=512;var nmfs=0;var ndfs=0;var dir_start=0;var minifat_start=0;var difat_s… argument
3file){var f=file;if(zip.files[f])return zip.files[f];f=file.toLowerCase();if(zip.files[f])return z… argument
4 …l=start_addr+size;return PropH}function parse_PropertySetStream(file,PIDSI){var blob=file.content;… argument
9file(f,write_core_props(wb.Props,opts));ct.coreprops.push(f);add_rels(opts.rels,2,f,RELS.CORE_PROP…
H A Dxlsx.min.map1file":"dist/xlsx.min.js","sources":["xlsx.js"],"names":["XLSX","make_xlsx","version","current_code…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dlicense.txt106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
H A Dreadme.md28 that. (see further down this file for instructions)
33 1. Include the minified version of file of this plugin. I.e.:
329 Please see attached file "license.txt" for the complete license or online here:
H A Dresponsive.min.js.map3 "file":"responsive.min.js",
/plugin/anewssystem/
H A Dsyntax.php77 $records = file(DOKU_PLUGIN.'anewssystem/tpl/newstemplate_'.$conf['lang'].'.txt');
190 $FontRecords = file(DOKU_PLUGIN.'anewssystem/tpl/fonts.txt');
/plugin/anonip/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/api/
H A DREADME.md50 Used in the `wl` function of the `common.php` file to create a link.
/plugin/api/_test/
H A Dpage.test.php27 $file = __DIR__ . '/../plugin.info.txt';
28 self::$PLUGIN_INFO = confToHash($file);
H A Dpages.test.php27 $file = __DIR__ . '/../plugin.info.txt';
28 self::$PLUGIN_INFO = confToHash($file);
H A Dutils.php18 $file = __DIR__ . '/../plugin.info.txt';
19 self::$PLUGIN_INFO = confToHash($file);
/plugin/appendtoquery/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A DREADME27 See the LICENSING file for details
/plugin/approve/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least

12345678910>>...140