Home
last modified time | relevance | path

Searched refs:wl (Results 326 – 350 of 467) sorted by last modified time

1...<<111213141516171819

/plugin/htmlokay/
H A Dadmin.php427 ptln("\n" . '<form action="' . wl($ID) . '" method="POST" name="nsdata"' . ' >');
/plugin/cacherevisionseraser/
H A Dadmin.php515 ptln('</strong><br /><br /><form method="post" action="'.wl($ID).'">');
522 ptln('<br /><form method="post" action="'.wl($ID).'"><div class="no">');
/plugin/tipoftheday/syntax/
H A Dtotd.php83 …$renderer->doc .= tpl_link(wl($ID, array('totd' => $sections[$prev])), "&lt;", 'title="previous" o…
84 …$renderer->doc .= tpl_link(wl($ID, array('totd' => $sections[$next])), "&gt;", 'title="next" oncli…
/plugin/authplaincas/
H A Daction.php36 return wl($ID, '', true, '');
41 return wl($ID, 'do=' . $do, true, '&');
80 …$event->data->insertElement($insertElement,'<p>'.$lang['pwdforget'].': <a href="'.wl($ID,'do=resen…
/plugin/groupmanager/
H A Dsyntax.php621 $renderer->doc .= "<form action=\"" . wl($ID) . "\" method=\"post\">";
/plugin/vbsso/
H A Dadmin.php64 sharedapi_url_redirect(wl($ID, array('do' => 'admin', 'page' => 'vbsso'), TRUE, '&'));
/plugin/ebookexport/
H A Daction.php247 …. '<a href="' . wl($ID, $params) . '" class="action export_epub" rel="nofollow" title="Export to …
/plugin/flattr/
H A Dhelper.php88 $params['url'] = wl($INFO['id'], '', true);
/plugin/confsearch/
H A Dsyntax.php82 …$renderer->doc .= '<form name="ns_search" action="'.wl().'" accept-charset="utf-8" class="search" …
/plugin/namespacesearch/
H A Dsyntax.php56 $form = new Doku_Form('namespacesearchForm', wl($ID));
/plugin/authgoogle/
H A Dauth.php83 $client->setRedirectUri(wl('start',array('do'=>'login'),true, '&'));
98 header("Location: ".wl('start', array('do'=>'login'), true, '&'));
180 $redirect = empty($referer) ? wl('start', '', true) : $referer;
/plugin/doodle3/
H A Ddoodle_template.php17 <form action="<?php echo wl() ?>" method="post" name="doodle__form" id="<?php echo $template['formI…
/plugin/authg2fa/
H A Dadmin.php116 ptln("<form action=\"".wl($ID)."\" method=\"post\">");
/plugin/nsexport/action/
H A Dexport.php86 return tpl_link(wl($ID, array('do' => 'nsexport')), $caption,
/plugin/csstimeline/
H A Dfeed.php110 $item->link = wl($id, '', true, '&');
/plugin/authorlist/
H A Dhelper.php224 …return '<a href="'.wl($userpageid).'" rel="author" class="wikilink1" title="'.($this->tooltip = 'n…
226 …return '<a href="'.wl($userpageid).'" rel="nofollow" class="wikilink2" title="'.($this->tooltip = …
/plugin/shorty/
H A Dhelper.php89 $longUrl = rawurlencode(wl($pageID,'',true));
120 $longUrl = rawurlencode(wl($pageID,'',true));
148 $longUrl = rawurlencode(wl($pageID,'',true));
/plugin/disqus/
H A Dsyntax.php76 $doc .= "var disqus_url = '".wl($ID,'',true)."';\n";
/plugin/judge/
H A Daction.php144 …. '<a href="' . wl($ID, $params) . '" class="action export_pdf" rel="nofollow" title="' . $this->…
H A Dadmin.php63 <form class="admin-form" action="' . wl($ID) . '" method="post">
/plugin/editions/
H A Daction.php113 $eLink = wl($this->getConf('editionNamespace').':'.$edition.':'.noNS($ID)).'#'.$pid;
/plugin/news/
H A Dadmin.php97 …ptln('<form action="'.wl($ID).'" method="post" name="news_data" onsubmit="newshandler(this);">'); …
/plugin/datatemplate/syntax/
H A Dfilterform.php104 $form = new Doku_Form(array('class' => 'filterform_plugin', 'action' => wl($ID)));
H A Dentry.php259 …$outs[] = '<a href="'.wl(str_replace('/',':',cleanID($column['key'])),array('dataflt'=>$column['ke…
H A Dlist.php289 $text .= '<a href="'.wl($ID,$params).
300 $text .= '<a href="'.wl($ID, $params).'"' . $selected . '>' . $i. '</a>';
309 $text .= '<a href="'.wl($ID,$params).

1...<<111213141516171819