Home
last modified time | relevance | path

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

/plugin/odt/renderer/
H A Dbook.php156 return $this->_doLink($url, $name, $returnonly);
158 $this->_doLink($url, $name, $returnonly);
H A Dpage.php1351 return $this->_doLink($url, $name, $returnonly);
1353 $this->_doLink($url, $name, $returnonly);
1369 return $this->_doLink($url, $name, $returnonly);
1371 $this->_doLink($url, $name, $returnonly);
1421 return $this->_doLink($url, $name, $returnonly);
1423 $this->_doLink($url, $name, $returnonly);
1457 return $this->_doLink("mailto:".$address, $name, $returnonly);
1459 $this->_doLink("mailto:".$address, $name, $returnonly);
1471 function _doLink($url,$name, $returnonly = false){ function in renderer_plugin_odt_page
/plugin/odp/
H A Drenderer.php1115 $this->_doLink($url,$name);
1127 $this->_doLink($url,$name);
1146 $this->_doLink($url,$name);
1166 $this->_doLink("mailto:".$address,$name);
1174 function _doLink($url,$name){ function in renderer_plugin_odp