Home
last modified time | relevance | path

Searched refs:prepareEntity (Results 1 – 5 of 5) sorted by last modified time

/plugin/confmanager/
H A Dhelper.php141 public function prepareEntity($str) { function in helper_plugin_confmanager
/plugin/confmanager/configTypes/
H A DConfigManagerAbstractCascadeConfig.php64 protected function prepareEntity($str) { function in ConfigManagerAbstractCascadeConfig
65 return $this->helper->prepareEntity($str);
H A DConfigManagerSingleLineConfigCascade.php58 $line = $this->prepareEntity($line);
H A DConfigManagerTwoLine.php105 $key = $this->helper->prepareEntity($key);
106 $value = $this->helper->prepareEntity($value);
H A DConfigManagerTwoLineConfigCascade.php71 $key = $this->prepareEntity($key);
72 $value = $this->prepareEntity($value);