Home
last modified time | relevance | path

Searched refs:wl (Results 201 – 225 of 467) sorted by relevance

12345678910>>...19

/plugin/webcomponent/syntax/
H A Dsearch.php70 …$renderer->doc .= '<form action="' . wl() . '" accept-charset="utf-8" id="dw__search" method="get"…
/plugin/prosemirror/parser/
H A DInternalLinkNode.php60 $url = wl($resolvedPageId, $params);
/plugin/aichat/
H A Daction.php64 'url' => wl($source->getPage()),
/plugin/addressbook/
H A Dsyntax.php243 $out .= '<form enctype="multipart/form-data" action="'.wl($ID).'" method="POST">';
260 $out .= '<br><form enctype="multipart/form-data" action="'.wl($ID).'" method="POST">';
347 … $out .= '<a href="'.wl($target,'editcontact='.$r['id']).'">'.$this->getLang('exec edit').'</a>';
348 …$out .= '<a href="'.wl($target,'erasecontact='.$r['id']).'" onclick="return confirm(\'Sure?\');">'…
765 if ($target != false) $out .= '<a href="'.wl($target,'showcontact='.$r['id']).'">';
/plugin/deeplautotranslate/
H A Daction.php98 send_redirect(wl($this->get_glossary_ns() . ':start'));
220 send_redirect(wl($ID));
241 send_redirect(wl($ID));
246 send_redirect(wl($ID));
286 send_redirect(wl($ID));
/plugin/linkfix/
H A Dadmin.php51 echo '<a href="' . wl(
70 $form = new Doku_Form(array('action' => wl(), 'class' => 'plugin_linkfix'));
/plugin/filelisting/
H A Dhelper.php52 $form = new dokuwiki\Form\Form(['action' => wl($INFO['id'], '', false, '&')]);
199 $item['link'] = '<a href="'.wl($item['id']. ':start').'">' . $item['file'] . '</a>';
/plugin/crosspost/
H A Daction.php102 send_redirect( wl( $meta ) . '?do=edit' );
250 return '<span class="crosspost"><a href="' . wl( $page ) . '" title="' .
/plugin/linkback/action/
H A Dsend.php83 $linkback_info['url'] = wl($ID, '', true);
121 $pages[] = wl($item[1][0], '', true);
/plugin/data-au/syntax/
H A Dtable.php390 '<a href="' . wl($ID) . '">' . $this->getLang('tableresetfilter') . '</a>' .
423 $text .= '<a href="' . wl($ID, array('dataausrt' => $ckey) + $cur_params) .
528 $text .= '<a href="' . wl($ID, $params) .
545 $text .= '<a href="' . wl($ID, $params) .
/plugin/data/syntax/
H A Dtable.php402 '<a href="' . wl($ID) . '">' . $this->getLang('tableresetfilter') . '</a>' .
435 $text .= '<a href="' . wl($ID, ['datasrt' => $ckey] + $cur_params) .
542 $text .= '<a href="' . wl($ID, $params) .
559 $text .= '<a href="' . wl($ID, $params) .
/plugin/barcode/
H A Dsyntax.php41 $p['text'] = wl($ID, '', true);
/plugin/imagereference/syntax/
H A Dimgref.php118 $renderer->doc .= '<a href="'.wl($data['page']).'#'.$data['type'].'_'.cleanID($data['caprefname']).'">'.$this->getLang($data['type'].'full').'&nbsp;'.$refNumber.'</a>';
/plugin/bootswrapper/syntax/
H A Dmodal.php104 … $html5_attributes['data-remote'] = wl($remote, array('do' => 'export_xhtmlbody'), true);
/plugin/tplinc/
H A Dadmin.php53 echo '<form action="' . wl($ID) . '" id="plugin__tplinc" method="POST">';
/plugin/approve/action/
H A Dnotification.php68 $link = '<a class="wikilink1" href="' . wl($page, '', true) . '">';
/plugin/farmer/admin/
H A Dinfo.php88 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'info', 'list' => 1]);
/plugin/siteexport/syntax/
H A Dsiteexport.php47 … 'id' => sectionID('siteexport_siteexporter', $this->headers), 'action' => wl($id), 'class' => 'si…
/plugin/translate/
H A Dhelper.php219 $url = wl($id);
224 $url = wl($original_id, array('do'=>'translate', 'to'=>$language));
294 $url = wl($orig, 'do=translate');
/plugin/fedauth/classes/usr/
H A Dfa_manage.usr.class.php56 … $out = '<div id="fa__mylogins"><form action="'.wl($ID, 'do=fedauth', true, '&').'" method="post">'
H A Dfa_signedin.usr.class.php32 $result = $svc->response(wl($ID, 'do=fedauth', true, '&'));
/plugin/showlinkpermission/
H A Drenderer.php91 $link['url'] = wl($id, $params);
/plugin/userannotations/
H A Daction.php47 …="annotation-info">'.$this->getLang('annotation_info').'</p>', '<a href="'.wl($annotated_page).'">…
/plugin/select/
H A Dsyntax.php77 $url = wl($arg1);
/plugin/structodt/meta/
H A DAggregationTableOdt.php90 $href = wl($ID, $urlParameters);

12345678910>>...19