Home
last modified time | relevance | path

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

/plugin/subjectindex/syntax/
H A Dentry.php103 $display = $this->_html_encode($display);
114 $title = $this->_html_encode($item['title']);
116 $title = $this->_html_encode($path . $type);
134 private function _html_encode($text) { function in syntax_plugin_subjectindex_entry