Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DSchema.php65 $table = self::cleanTableName($table);
154 public static function cleanTableName($table)
153 public static function cleanTableName($table) global() function in dokuwiki\\plugin\\struct\\meta\\Schema
/plugin/struct/admin/
H A Dschemas.php51 $table = Schema::cleanTableName($INPUT->str('table'));
153 $table = Schema::cleanTableName($INPUT->str('table'));
/plugin/struct/types/
H A DLookup.php35 $this->config['schema'] = Schema::cleanTableName($this->config['schema']);