Home
last modified time | relevance | path

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

/plugin/strata/helper/
Dsyntax.php274 … $this->_fail(sprintf($this->getLang('error_query_sortvar'),utf8_tohtml(hsc($var->name))), $line);
279 …$this->_fail(sprintf($this->getLang('error_query_sortline'), utf8_tohtml(hsc($line['text']))), $li…
301 … $this->_fail(sprintf($this->getLang('error_query_groupvar'),utf8_tohtml(hsc($var->name))), $line);
306 …$this->_fail(sprintf($this->getLang('error_query_groupline'), utf8_tohtml(hsc($line['text']))), $l…
325 …$this->_fail(sprintf($this->getLang('error_query_considervar'),utf8_tohtml(hsc($var->name))), $lin…
330 …$this->_fail(sprintf($this->getLang('error_query_considerline'), utf8_tohtml(hsc($line['text']))),…
337 … $this->_fail(sprintf($this->getLang('error_query_selectvar'), utf8_tohtml(hsc($var))));
367 … isset($root['cs'][0]['tag']) ? sprintf($this->getLang('named_group'), utf8_tohtml(hsc($root['cs']…
416 …$this->_fail(sprintf($this->getLang('error_query_filterscope'),utf8_tohtml(hsc($f['lhs']['text']))…
419 …$this->_fail(sprintf($this->getLang('error_query_filterscope'),utf8_tohtml(hsc($f['rhs']['text']))…
[all …]
/plugin/spellcheck/
Dspellcheck.php199 $string = utf8_tohtml($string);
264 $text = utf8_tohtml($text);
/plugin/strata/syntax/
Dentry.php92 …ntax->getLang('named_group'),utf8_tohtml(hsc($tree['cs'][0]['tag']))):$this->syntax->getLang('unna…
132 … msg(sprintf($this->syntax->getLang('error_entry_line'), utf8_tohtml(hsc($line))),-1);
Dselect.php131 …helper->_fail(sprintf($this->helper->getLang('error_query_unknownselect'),utf8_tohtml(hsc($var))));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dutf8.php574 function utf8_tohtml ($str) { function