Home
last modified time | relevance | path

Searched refs:input_name (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/_test/
DSchemaTest.php59 * @param string $input_name
62 public function test_cleanTableName($input_name, $expected_cleaned_name) argument
64 $actual_cleaned_name = Schema::cleanTableName($input_name);
65 $this->assertSame($expected_cleaned_name, $actual_cleaned_name, $input_name);
/plugin/fckg/syntax/
Ddwplugin.php333 function getPluginName($text, $input_name="") { argument
354 if(!$input_name) return null;
355 $input_name=str_replace ('"', "", $input_name);
356 $needle = 'plugin_' . $input_name;