Home
last modified time | relevance | path

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

/plugin/translator/
H A Dhelper.php737 'MasterValue' => str_replace('\n', "\r\n", $this->_stringDecode($data['MasterValue'])),
738 … 'TranslationValue' => str_replace('\n', "\r\n", $this->_stringDecode($data['TranslationValue'])),
739 … 'AdditionalValue' => str_replace('\n', "\r\n", $this->_stringDecode($data['AdditionalValue'])),
888 function _stringDecode($chrs) { function in helper_plugin_translator