Home
last modified time | relevance | path

Searched refs:wl (Results 76 – 100 of 467) sorted by relevance

12345678910>>...19

/plugin/include/syntax/
H A Dfooter.php56 $url = ($sect) ? wl($page) . '#' . $sect : wl($page);
/plugin/structtasks/meta/
H A DAbstractNotifier.php148 $url = wl($page_id, [], true);
152 'EDITURL' => wl($page_id, ['do' => 'edit'], true, '&'),
/plugin/sphinxsearch-was/
H A Dfunctions.php323 $titles[wl($page)] = $parts[$i];
325 $titles[wl($page)] = $parts[$i];
355 $href = wl($id);
386 print '<a href="' . wl($id) . '" ' . "class='wikilink1'>" . $id . "</a>";
/plugin/sphinxsearch/
H A Dfunctions.php329 $titles[wl($page)] = $parts[$i];
331 $titles[wl($page)] = $parts[$i];
362 $href = wl($id);
394 print '<a href="'.wl($id).'" '. "class='wikilink1'>".$id."</a>";
/plugin/confmanager/tpl/
H A DformStart.php3 …<form action="<?php echo wl($ID, 'do=admin,page=confmanager') ?>" method="post" enctype="multipart…
/plugin/infomail/
H A Daction.php69 'action' => wl($id, ['do' => 'infomail'], false, '&'),
177 $pageurl = wl($shortID, '', true, '&');
179 $pageurl = wl($id, '', true, '&');
/plugin/dokutranslate/
H A Dadmin.php234 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
295 …$ret .= '<a href="'.wl('',$this->_get_opts(array('ns'=>$item['id'],'sectok'=>getSecurityToken())))…
329 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
/plugin/translationbuddy/
H A Dsyntax.php141 $R->doc .= '<a href="'.wl($page).'">'.$page.'</a>';
162 $R->doc .= '<td><a href="'.wl($ID,'idx='.rawurlencode($idx)).'" >'.$ns.'</a></td>';
182 … $R->doc .= '<a href="'.wl($lc.':'.$outdated[$itr]).'">'.$outdated[$itr].'</a> ';
/plugin/move/admin/
H A Dmain.php167 $treelink = wl($ID, array('do'=>'admin', 'page'=>'move_tree'));
172 …$form = new Doku_Form(array('action' => wl($ID), 'method' => 'post', 'class' => 'plugin_move_form'…
262 $form = new Doku_Form(array('action' => wl($ID), 'method' => 'post', 'class' => $class));
/plugin/ireadit/action/
H A Direadit.php39 …echo '<a href="' . wl($INFO['id'], ['do' => 'ireadit', 'rev' => $INFO['lastmod']]) . '">' . $this-…
110 $go = wl($INFO['id'], ['rev' => $INFO['lastmod']], true, '&');
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php120 $href = wl($ID, $urlParameters);
127 $href = wl($ID, $urlParameters);
/plugin/latex/lang/en/
H A Dsettings.php4 wl($ID).'?do=admin&page=latex'.
/plugin/rating/
H A Dhelper.php77 …echo '<a href="' . wl($ID, array('rating' => -1)) . '" class="plugin_rating_down ' . $class . ' pl…
81 …echo '<a href="' . wl($ID, array('rating' => +1)) . '" class="plugin_rating_up ' . $class . '" dat…
/plugin/chat/
H A Dchat.php20 …print "Redirecting...<script type='text/javascript'>document.location='".wl(chat_plugin::stripChat…
195 $refreshURL = wl(chat_plugin::stripChatNS($ID), 'rid='.time(), true).'#chat';
/plugin/tos/
H A Daction.php88 echo '<li class="tos-nope"><a href="' . wl($ID,
90 echo '<li class="tos-accept"><a href="' . wl($ID,
/plugin/statistics/inc/
H A Dsearchengines.php7 'dokuwiki' => array('DokuWiki Internal Search', wl()),
/plugin/vimeo/
H A Daction.php28 $JSINFO['plugins']['vimeo']['purgelink'] = wl($ID, ['purge' => 'true'], false, '&');
/plugin/adfs/
H A Dauth.php66 $_SESSION['adfs_redirect'] = wl($ID, '', true, '&'); // remember current page
113 $go = wl($ID, '', true, '&');
/plugin/do/syntax/
H A Ddolist.php154 …$table .= '<a title="' . $row['page'] . '" href="' . wl($row['page']) . '#plgdo__' . $row['md5'] .…
173 $table .= '<a href="' . wl($ID,
/plugin/approve/syntax/
H A Dtable.php173 $renderer->doc .= wl($curNS);
204 $renderer->doc .= wl($id);
225 $renderer->doc .= '<a href="' . wl($id) . '">' . dformat($date) . '</a>';;
/plugin/autotranslation/
H A Dhelper.php288 $action = wl();
398 …$out .= '<a href="' . wl($link, 'tns') . '" class="' . $class . '" title="' . hsc($localname) . '"…
446 $msg = sprintf($this->getLang('outdated'), wl($orig));
471 return wl($id, array('do' => 'diff', 'rev' => $orev));
/plugin/evesso/
H A Daction.php47 send_redirect(wl($ID));
91 …. 'Update your <a href="' . wl($ID, array('do' => 'admin', 'page' => 'acl'), true, '&') . '">ACL<…
344 …$html .= '<a href="' . wl($ID, array('evessologin' => $service)) . '" class="plugin_evesso_' . $se…
380 $url = wl($ID, array('evessologin' => $hlp->getService()), true, '&');
/plugin/deniedpage/
H A Daction.php34 send_redirect(wl($this->getConf('deniedpage'),'',true));
/plugin/searchformgoto/
H A Dhelper.php32 …print '<form action="'.wl().'" accept-charset="utf-8" class="search" id="dw__search"><div class="n…
/plugin/loginredirect/
H A Daction.php37 $query_string = $return_key ? '?'.$return_key.'='.wl($ID) : '';

12345678910>>...19