Home
last modified time | relevance | path

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

/plugin/struct/_test/
H A DSchemaBuilderTest.php51 $testname = Schema::cleanTableName($testname);
132 $testname = Schema::cleanTableName($testname);
H A DSchemaTest.php64 $actual_cleaned_name = Schema::cleanTableName($input_name);
/plugin/struct/meta/
H A DSchema.php65 $table = self::cleanTableName($table);
154 public static function cleanTableName($table) 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.php39 $this->config['schema'] = Schema::cleanTableName($this->config['schema']);