Searched refs:input_name (Results 1 – 2 of 2) sorted by relevance
59 * @param string $input_name62 public function test_cleanTableName($input_name, $expected_cleaned_name) argument64 $actual_cleaned_name = Schema::cleanTableName($input_name);65 $this->assertSame($expected_cleaned_name, $actual_cleaned_name, $input_name);
333 function getPluginName($text, $input_name="") { argument354 if(!$input_name) return null;355 $input_name=str_replace ('"', "", $input_name);356 $needle = 'plugin_' . $input_name;