Searched refs:_doLink (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/renderer/ |
H A D | book.php | 156 return $this->_doLink($url, $name, $returnonly); 158 $this->_doLink($url, $name, $returnonly);
|
H A D | page.php | 1351 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 D | renderer.php | 1115 $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
|