Searched refs:locallink_with_text (Results 1 – 2 of 2) sorted by relevance
/plugin/odt/renderer/ |
H A D | book.php | 137 return $this->locallink_with_text($hash, $id, $name, $returnonly); 139 $this->locallink_with_text($hash, $id, $name, $returnonly); 150 return $this->locallink_with_text($hash, $id, $name, $returnonly); 152 $this->locallink_with_text($hash, $id, $name, $returnonly);
|
H A D | page.php | 1345 return $this->locallink_with_text($hash, $id, $name, $returnonly); 1347 $this->locallink_with_text($hash, $id, $name, $returnonly); 1384 function locallink_with_text($hash, $id = NULL, $text = NULL, $returnonly = false){ function in renderer_plugin_odt_page
|