Home
last modified time | relevance | path

Searched refs:csv (Results 101 – 113 of 113) sorted by last modified time

12345

/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md68 "url": "data.csv",
69 "format": "csv",
97 format | json | Type of data: json, csv
144 "url": "data/MSFT.csv",
145 "format": "csv",
/plugin/patchpanel/
H A Dsyntax.php192 $csv = "Port,Label,Comment\n";
213 …$csv .= '"' . $item['port'] . '","' . $item['label'] . '","' . trim($item['comment'], '"\' ') . '"…
315 $renderer->doc .= "<pre style='display:none;' id='$csv_id'>$csv</pre>\n";
/plugin/tuxquote/
H A Dquotes.txt3548 …scratch twice a day but will nevertheless become industry standard. <BR> -- csugq@csv.warwick.ac.uk
/plugin/sqlraw/
H A Dplugin.info.txt6 desc Execute SQL query on remote csv data or table data and display the result as a table
/plugin/table2csv/
H A DREADME.md4 Create a csv file from the first table on a dokuwiki page
18 The file page should display the plugin Tools selection to Export To csv in the top and bottom righ…
19 Select this to export the first table into a csv file.
21 It currently defaults to table.csv in the dokuwiki base install folder.
H A Dplugin.info.txt6 desc exports a table to a csv file
/plugin/rack/
H A Dsyntax.php160 $csv = "Model,Name,Rack,U,Height,Comment\n";
183 …$csv .= "\"$item[model]\",\"$item[name]\",$opt[name],$item[u_bottom],$item[u_size],\"$item[comment…
229 $renderer->doc .= "<pre style='display:none;' id='$csv_id'>$csv</pre>\n";
/plugin/mytemplate/
H A DREADME56 (csv). In the structure page, you can refer to each column as @1, @2, ...
/plugin/aclauditor/
H A Dadmin.php86 if(preg_match('`^[^/\.]+(\.csv)?$`', $fn, $m)) $this->scenariofn = $fn.($m[1] ? '' : '.csv');
/plugin/charter/
H A Dhelper.php314 $csv = $this->_parseCsv($this->data);
315 if (!$csv)
319 $pdata = $this->_createGraphData($csv);
354 * @param csv 2d array containing the data series
359 function _createGraphData($csv) { argument
382 foreach ($csv as $row) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp100 ConfigAllowedExtensions.Add "File", "7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|m…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm103 …Config.AllowedExtensions["File"] = "7z,aiff,asf,avi,bmp,csv,doc,fla,flv,gif,gz,gzip,jpeg,jpg,mid…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso53 …'File' = array('7z','aiff','asf','avi','bmp','csv','doc','fla','flv','gif','gz','gzip','jpeg','jpg…

12345