Searched refs:CSV (Results 1 – 25 of 84) sorted by relevance
1234
/plugin/csv/ |
D | plugin.info.txt | 5 name CSV Plugin 6 desc Displays a CSV file, or inline CSV data, as a table
|
D | README | 1 CSV Plugin for DokuWiki 3 Displays a CSV file, or inline CSV data, as a table
|
/plugin/csvtodwpages/lang/en/ |
D | intro.txt | 1 ====== CSV to DokuWiki Pages Exploder ====== 3 This tool lets you explode a csv file into multiple DokuWiki pages (one page per CSV line). After r…
|
/plugin/userimportextended/lang/de/ |
D | intro.txt | 3 Um mehrere Benutzer gleichzeitig zu importieren, wird eine CSV-Datei mit den folgenden fünf Spalten… 4 Die CSV-Felder sind Kommata-separiert (,) und mit Anführungszeichen eingefasst (%%"%%). Mit Backsla…
|
/plugin/userimportextended/lang/en/ |
D | intro.txt | 3 Requires a CSV file of users with at least five columns. The columns must contain, in order: user-i… 4 The CSV fields should be separated by commas (,) and strings delimited by quotation marks (%%""%%).…
|
/plugin/amcharts/assets/amcharts/plugins/dataloader/ |
D | readme.md | 12 from external data data sources in CSV and JSON formats. 81 Some formats, like CSV, will require additional parameters needed to parse the 93 delimiter | , | [CSV only] a delimiter for columns (use \t for tab delimiters) 94 emptyAs | undefined | [CSV only] replace empty columns with whatever is set here 106 reverse | false | [CSV only] add data points in revers order 107 skip | 0 | [CSV only] skip X first rows in data (includes first row if useColumnNames is used) 108 skipEmpty | true | [CSV only] Ignore empty lines in data 110 useColumnNames | false | [CSV only] Use first row in data as column names when parsing 305 * Added "emptyAs" config property. Empty CSV values will be set to this (default `undefined`) 326 * Plugin will now ignore empty CSV lines by default (configurable with `skipEmpty` property) [all …]
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/ |
D | README.md | 10 This project provides a export library for XML and CSV generation according to the FINDOLOGIC expor… 12 * CSV <https://docs.findologic.com/doku.php?id=export_patterns:csv> 16 …ommended by FINDOLOGIC. The XML is easier to read and has some advantages over the CSV export like:
|
/plugin/userimportextended/ |
D | plugin.info.txt | 6 desc Extended CSV import with passwords and default values, based on User Manager
|
/plugin/csvtodwpages/ |
D | plugin.info.txt | 5 name CSV to DokuWiki Pages Exploder
|
D | README | 1 CSV to DokuWiki Pages Exploder
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/ |
D | CSVExporter.php | 3 namespace FINDOLOGIC\Export\CSV;
|
D | CSVItem.php | 3 namespace FINDOLOGIC\Export\CSV;
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/ |
D | Exporter.php | 5 use FINDOLOGIC\Export\CSV\CSVExporter;
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/ |
D | CSVSerializationTest.php | 5 use FINDOLOGIC\Export\CSV\CSVExporter;
|
D | XmlSerializationTest.php | 273 $this->assertEquals('XMLItem does not implement CSV export.', $e->getMessage());
|
/plugin/amcharts/assets/amcharts/plugins/export/ |
D | README.md | 63 "menu": [ "PNG", "JPG", "CSV" ] 168 Here's a sample of the simple menu setup that allows export to PNG, JPG and CSV: 175 "menu": [ "PNG", "JPG", "CSV" ] 185 * CSV 217 "menu": [ "CSV", "XLSX" ] 230 * CSV 300 …ormats, such as CSV, have specific parameters that are used when exporting to this format. For exa… 306 if ( cfg.format == "CSV" ) { 343 **CSV** 417 "menu": [ "PNG", "JPG", "CSV", "XLSX" ] [all …]
|
/plugin/diagramsnet/lib/resources/ |
D | dia_ru.txt | 106 csv=CSV 1067 csvImport=Импортировать CSV 1081 csvFileUrl=Ссылка на CSV файл 1094 csvNotFoundChckUrl=CSV файл не найден или недоступен. Проверьте указанную ссылку
|
D | dia_bg.txt | 106 csv=CSV 1067 csvImport=Импортиране на CSV 1081 csvFileUrl=URL адрес на CSV файл 1094 csvNotFoundChckUrl=CSV файлът не е намерен или не може да бъде достъпен. Моля, проверете посочения …
|
D | dia_el.txt | 106 csv=CSV 1067 csvImport=Εισαγωγή CSV 1081 csvFileUrl=URL αρχείου CSV 1094 csvNotFoundChckUrl=Το αρχείο CSV δεν βρέθηκε ή δεν είναι δυνατή η πρόσβαση. Ελέγξτε την καθορισμένη…
|
D | dia_zh.txt | 106 csv=CSV 1067 csvImport=CSV Import 1081 csvFileUrl=CSV File URL 1094 csvNotFoundChckUrl=CSV file not found or cannot be accessed. Please check the specified URL
|
D | dia_uk.txt | 106 csv=CSV 1067 csvImport=CSV Import 1081 csvFileUrl=CSV File URL 1094 csvNotFoundChckUrl=CSV file not found or cannot be accessed. Please check the specified URL
|
D | dia_zh-tw.txt | 106 csv=CSV 1067 csvImport=CSV Import 1081 csvFileUrl=CSV File URL 1094 csvNotFoundChckUrl=CSV file not found or cannot be accessed. Please check the specified URL
|
D | dia_ko.txt | 106 csv=CSV 1067 csvImport=CSV Import 1081 csvFileUrl=CSV File URL 1094 csvNotFoundChckUrl=CSV file not found or cannot be accessed. Please check the specified URL
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
D | helpers.asciidoc | 80 // do something with hit e.g. write to CSV, update a database, etc
|
/plugin/addressbook/ |
D | README.md | 60 * Import and export CSV-Files
|
1234