Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php551 $pre = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($pre) : $pre;
552 $post = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($post) : $post;
1033 ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($title) : $title;
1315 … $edition = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($edition) : $edition;
1317 …$edition = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($this->cardinalToOrdinal…
/plugin/bibtex/OSBib/
H A DUTF8.php291 function utf8_htmlspecialchars ($str) { function in UTF8