Home
last modified time | relevance | path

Searched refs:returnonly (Results 26 – 34 of 34) sorted by path

12

/plugin/odt/renderer/
H A Dbook.php117 * @param bool $returnonly whether to return odt or write to doc attribute
121 function internallink($id, $name = NULL, $returnonly = false) { argument
136 if($returnonly) {
137 return $this->locallink_with_text($hash, $id, $name, $returnonly);
139 $this->locallink_with_text($hash, $id, $name, $returnonly);
149 if($returnonly) {
150 return $this->locallink_with_text($hash, $id, $name, $returnonly);
152 $this->locallink_with_text($hash, $id, $name, $returnonly);
155 if($returnonly) {
156 return $this->_doLink($url, $name, $returnonly);
[all …]
H A Dpage.php1200 if($returnonly) {
1212 if($returnonly) {
1278 if($returnonly) {
1294 if($returnonly) {
1368 if($returnonly) {
1385 if (!$returnonly) {
1420 if($returnonly) {
1438 if($returnonly) {
1456 if($returnonly) {
1657 if ($returnonly) {
[all …]
/plugin/offline/
H A Drenderer.php252 function internallink($id, $name = NULL, $search=NULL,$returnonly=false) { argument
305 if($returnonly){
/plugin/qc/
H A Drenderer.php206 public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content')
204 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
/plugin/s5/
H A Drenderer.php127 public function header($text, $level, $pos, $returnonly = false) { argument
/plugin/showlinkpermission/
H A Drenderer.php25 function internallink($id, $name = NULL, $search=NULL, $returnonly=false, $linktype='content') { argument
110 if($returnonly){
/plugin/siteexport/renderer/
H A Dpdf.php92 public function header($text, $level, $pos, $returnonly = false) { argument
280 …public function internallink($id, $name = NULL, $search = NULL, $returnonly = false, $linktype = '… argument
336 if ($returnonly) {
439 * @param bool $returnonly whether to return html or write to doc attribute
442 public function locallink($hash, $name = null, $returnonly = false) { argument
452 if($returnonly) {
/plugin/targetlink/
H A Dsyntax.php106 …function internallink(&$xhtml, $id, $name = null, $target, $search = null, $returnonly = false, $l… argument
191 function externallink(&$xhtml, $url, $name = null, $target, $schemes, $returnonly = false) { argument
204 if($returnonly) {
245 …function interwikilink(&$xhtml, $match, $name = null, $wikiName, $wikiUri, $target, $returnonly = … argument
294 function windowssharelink(&$xhtml, $url, $name = null, $target, $returnonly = false) { argument
/plugin/text/
H A Drenderer.php112 function header($text, $level, $pos, $returnonly = false) { argument
427 function camelcaselink($link, $returnonly=false) { argument
431 function locallink($hash, $name = NULL, $returnonly=false){ argument
436 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… argument
442 if ($returnonly) {
449 function externallink($url, $name = NULL, $returnonly=false) { argument
453 function interwikilink($match, $name = NULL, $wikiName, $wikiUri, $returnonly=false) { argument
457 function windowssharelink($url, $name = NULL, $returnonly=false) { argument
461 function emaillink($address, $name = NULL, $returnonly=false) { argument

12