Searched refs:helper_plugin_csv (Results 1 – 4 of 4) sorted by relevance
/plugin/csv/_test/ |
H A D | CSVTest.php | 69 $line = \helper_plugin_csv::csv_explode_row($csvdata, $delim, $enc, $esc); 83 $opt = \helper_plugin_csv::getDefaultOpt(); 85 $data = \helper_plugin_csv::prepareData($contents, $opt); 97 $opt = \helper_plugin_csv::getDefaultOpt(); 100 $data = \helper_plugin_csv::prepareData($contents, $opt); 105 $data = \helper_plugin_csv::prepareData($contents, $opt); 142 $opt = \helper_plugin_csv::getDefaultOpt(); 146 $result = \helper_plugin_csv::parseOptions($input);
|
/plugin/csv/syntax/ |
H A D | value.php | 45 $opt = helper_plugin_csv::parseOptions($optstr); 65 $content = helper_plugin_csv::loadContent($opt['file']); 69 $this->rowcache[$cache] = helper_plugin_csv::prepareData($content, $opt);
|
H A D | table.php | 48 $opt = helper_plugin_csv::parseOptions($optstr); 62 $opt['content'] = helper_plugin_csv::loadContent($opt['file']); 78 $data = helper_plugin_csv::prepareData($content, $opt);
|
/plugin/csv/ |
H A D | helper.php | 12 class helper_plugin_csv extends DokuWiki_Plugin class 51 $opt = helper_plugin_csv::getDefaultOpt(); 153 …$row = helper_plugin_csv::csv_explode_row($content, $opt['delim'], $opt['enclosure'], $opt['escape… 186 …$row = helper_plugin_csv::csv_explode_row($content, $opt['delim'], $opt['enclosure'], $opt['escape…
|