Home
last modified time | relevance | path

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

/plugin/subjectindex/syntax/
H A Dindex.php342 $name = (empty($value)) ? $this->_proper(noNS($id)) : $value;
344 $name = $this->_proper(noNS($id));
359 private function _proper($id) { function in syntax_plugin_subjectindex_index