Home
last modified time | relevance | path

Searched refs:wl (Results 276 – 300 of 467) sorted by path

1...<<111213141516171819

/plugin/noticeboard/noticeboard/classes/
H A Drss.php64 $out .= "<link>".$link .wl($this->parentId, array('do' => 'show'))."</link>";
77 $out .= "<link>".$link .wl($notice->getId(), array('do' => 'show'))."</link>";
108 …$out .= $this->getLang('moreInfo').": <a href='".$link .wl($notice->getId(), array('do' => 'show')…
117 $out .= "<link>".$link .wl($notice->getId(), array('do' => 'show'))."</link>";
131 …$out .= "<a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$this->getLang('moreIn…
/plugin/nroff/
H A Drenderer.php548 $link['url'] = wl($id);
/plugin/nsexport/action/
H A Dexport.php86 return tpl_link(wl($ID, array('do' => 'nsexport')), $caption,
/plugin/nspages/printers/
H A DprinterPictures.php24 $url = wl($item['id']);
/plugin/nstoc/
H A Dsyntax.php128 $link = '<a class="wikilink1" href="' . wl($id) . '#';
/plugin/oauth/
H A DAdapter.php263 'href' => wl($ID, ['oauthlogin' => $this->getServiceID()], false, '&'),
H A DOAuthManager.php85 send_redirect(wl($logindata['id'], [], true, '&'));
/plugin/oauth/action/
H A Dlogin.php189 $url = wl($ID, ['oauthlogin' => $service->getServiceID()], true, '&');
/plugin/odp/
H A Drenderer.php1109 $url = wl($id,'',true);
/plugin/odt/action/
H A Dexport.php63 …. '<a href="' . wl($ID, $params) . '" class="action export_odt" rel="nofollow" title="' . $this->…
90 …. '<a href="' . wl($ID, $params) . '" class="action export_odt_pdf" rel="nofollow" title="' . $th…
/plugin/odt/renderer/
H A Dbook.php145 $url = wl($id,'',true);
H A Dpage.php1186 $url = str_replace('doku.php?id=','lib/exe/fetch.php?media=',wl($src,'',true));
1213 …return $this->externalmedia(str_replace('doku.php?id=','lib/exe/fetch.php?media=',wl($src,'',true)…
1216 …$this->externalmedia(str_replace('doku.php?id=','lib/exe/fetch.php?media=',wl($src,'',true)),$titl…
1337 $url = wl($id,'',true);
/plugin/odt2dw/
H A Daction.php44 ….'<a href='.wl($ID, $params).' class="action import_odt" rel="nofollow" title="'.$this->getLang('…
/plugin/odtplus2dw/
H A Daction.php62 .'<a href='.wl($ID, $params).' class="action import_file" rel="nofollow" title="'.$this->getLang('import_button').'">'
/plugin/ol3/
H A Dscript.js8wl="boxcancel",Sl=function(t){function e(e,r,n){var i=t.call(this,e)||this;return i.coordinate=r,i…
/plugin/openid/
H A Daction.php226 $this->_redirect(wl($ID));
292 echo '<p>', sprintf($this->getLang('openid_complete_disabled_text'), wl($ID)), '</p>', NL;
481 $this->_redirect(wl($ID));
/plugin/orphanswanted/
H A Dhelper.php184 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
191 . ($has_links ? "&nbsp;:&nbsp;<a href=\"". wl($id, 'do=backlink')
/plugin/owncloud/
H A Dhelper.php839 …$ret .= DOKU_TAB.'<li><span class="curid"><a href="'.wl($row['wikipage']).'" class="wikilink1" tit…
/plugin/owncloud/tpl/
H A Ddetail.php168 …echo '<li><a href="'.wl($ID).'" class="back"><span>'.$lang['img_backto'].' '.$ID.'</span></a></li>…
/plugin/page4release/
H A Dsyntax.php54 … $linkOtherReleases[] = '<a class="wikilink1" href="'.wl($otherId).'">'.$otherRelease.'</a>';
/plugin/pagehere/
H A Daction.php29 send_redirect(wl($newpage, ['do'=>'edit'], true, '&'));
/plugin/pageimage/
H A Dhelper.php58 $ret .= '<a href="'.wl($id).'">';
/plugin/pagelist/
H A Dhelper.php533 $content = '<a href="' . wl($id) . '" class="' . $class . '" title="' . $id . '">' . $title . '</a>';
658 $content = '<a href="' . wl($id) . $section . '" class="' . $class . '" title="' . $id . '" data-wiki-id="' . $id . '">' . $title . '</a>';
742 $url = wl($id, $url_params) . (!empty($this->page['section']) ? '#' . $this->page['section'] : '');
/plugin/pagemod/helper/
H A Dpagemod.php78 $link = wl($page_to_modify);
/plugin/pagemove/
H A Dadmin.php141 ptln(' <form name="frm" action="'.wl($ID).'" method="post">');

1...<<111213141516171819