Home
last modified time | relevance | path

Searched refs:wl (Results 351 – 375 of 467) sorted by relevance

1...<<111213141516171819

/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php194 $href = wl($news->linkHref, null, true);
H A DFykosRenderer.php173 $href = wl($news->linkHref, null, true);
/plugin/farm/
H A Dinstall.class.php144 …if(is_null($this->webroot)) $this->webroot = preg_replace('`doku\.php$`', '', wl('', array(), true…
/plugin/fileshare/syntax/
H A DFileshare.php216 $params ['action'] = wl ( $ID );
/plugin/authg2fa/
H A Dadmin.php116 ptln("<form action=\"".wl($ID)."\" method=\"post\">");
/plugin/snippets/
H A Dadmin.php59 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/sql2wiki/action/
H A Dsqlite.php79 $go = wl($ID, '', true, '&');
/plugin/oauth/
H A DOAuthManager.php85 send_redirect(wl($logindata['id'], [], true, '&'));
H A DAdapter.php263 'href' => wl($ID, ['oauthlogin' => $this->getServiceID()], false, '&'),
/plugin/tagging/action/
H A Dmain.php112 send_redirect(wl($id, '', true, '&'));
/plugin/geotag/syntax/
H A Dgeotag.php159 $url = wl(
/plugin/statistics/
H A Dadmin.php497 echo '<a href="' . wl($v) . '" class="wikilink1">';
516 echo '<a href="' . wl('', array('id' => $v, 'do' => 'search')) . '">Search</a>';
/plugin/dw2pdf/
H A Daction.php711 $url = hsc(wl($id, '', '&', true));
729 $replace['@PAGEURL@'] = wl($id, $params, true, "&");
1072 wl($ID, $params),
/plugin/siteexport/action/
H A Dajax.php237 … . '--output-document=' . $zipFile . ' --post-data="' . $POSTData . '" ' . wl(cleanID($path), null…
239 …echo 'curl -L ' . $maxRedirs . '-o ' . $zipFile . ' -d "' . $POSTData . '" ' . wl(cleanID($path), …
514 $url = $this->functions->wl($ID, $request, true, '&');
799 …$url = $this->functions->wl($ID, null, true, null, null, true, $hadBase) . (!empty($ANCHOR) ? '#' …
920 $DATA[2] = $this->functions->wl($ID, null, null, null, $IDexists, true);
/plugin/labeled/
H A Dhelper.php55 $link = wl($ID,
/plugin/sidebarng/
H A Daction.php125 … $link = '<a href="' . wl($pname) . '" class="wikilink2">' . $pname . '</a>' . DOKU_LF;
/plugin/ebookexport/
H A Daction.php247 …. '<a href="' . wl($ID, $params) . '" class="action export_epub" rel="nofollow" title="Export to …
/plugin/bookcreator/action/
H A Dhandleselection.php112 $response['selection'][$page] = array(wl($page, false, true, "&"), $this->getTitle($page));
/plugin/popupviewer/syntax/
H A Dviewer.php145 $id=wl($id);
/plugin/blog/syntax/
H A Darchive.php198 $list .= '<li>' . date('d',$entry['date']) . ' - <a href="' . wl($entry['id']) . '" title="' . $entry['id'] . '">' . $entry['title'] . '</a></li>' . DOKU_LF;
/plugin/do/syntax/
H A Ddo.php238 . ' <a class="plugin_do_status" href="' . wl($ID, $param) . '">'
/plugin/projects/lib/
H A Dlayout.php61 $link = "<a href=\"" . wl($dep_id) . "\">$dep</a>";
/plugin/news/
H A Dadmin.php97 …ptln('<form action="'.wl($ID).'" method="post" name="news_data" onsubmit="newshandler(this);">'); …
/plugin/judge/
H A Daction.php144 …. '<a href="' . wl($ID, $params) . '" class="action export_pdf" rel="nofollow" title="' . $this->…
/plugin/tagadd/
H A Daction.php51 …$event->data['items'][] = '<li class="plugin_tagadd__addtags">' . tpl_link(wl($ID), '<span>'.$this…

1...<<111213141516171819