Home
last modified time | relevance | path

Searched refs:DATATYPE_SERIAL (Results 1 – 3 of 3) sorted by relevance

/plugin/struct/admin/
H A Dschemas.php90 } elseif ($datatype === CSVExporter::DATATYPE_SERIAL) {
221 ->val(CSVExporter::DATATYPE_SERIAL)
239 ->val(CSVExporter::DATATYPE_SERIAL)
/plugin/struct/meta/
H A DCSVExporter.php18 public const DATATYPE_SERIAL = 'serial'; define in dokuwiki\\plugin\\struct\\meta\\CSVExporter
H A DCSVImporter.php222 if ($this->type === CSVExporter::DATATYPE_SERIAL) {