Home
last modified time | relevance | path

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

1...<<111213141516171819

/plugin/combo/action/
H A Dlinkwizard.php123 $link = wl($id);
/plugin/acknowledge/
H A Daction.php182 . wl($id, ['do' => 'diff', 'at' => $latest], false, '&') . '">'
/plugin/struct/types/
H A DColor.php89 $url = wl($page, $filter);
/plugin/linkback/action/
H A Dantispam.php122 $searchurl = preg_quote(wl($ID), '!');
/plugin/redirect2/
H A Daction.php89 $url = wl($page);
331 $link[$id] = '<a href="'.wl($id, array('redirect' => 'no')).'" rel="nofollow"'.
/plugin/abc2/abc-libraries/abc2svg/
H A Djianpu-1.js168 switch(s.type){case C.CLEF:case C.KEY:s.wl=s.wr=0
171 if(note.acc&&s.wl<14)
172 s.wl=14}
/plugin/404manager/
H A Dadmin.php156 …msg($this->lang['SourcePageExist'] . ' : <a href="' . wl($this->redirectionSource) . '">' . hsc($t…
288 …tpl_link(wl($sourcePageId), $this->truncateString($sourcePageId, 30), 'title="' . $sourcePageId . …
291 …tpl_link(wl($targetPageId), $this->truncateString($targetPageId, 30), 'title="' . hsc($title) . ' …
/plugin/translator/syntax/
H A Dtranslator.php255 …if ( auth_ismanager() && !empty($line['TranslationValue']) ) $form->addElement("(" . tpl_link(wl($…
296 …Lang('Permalink')}:</div><div style='width:200px;float:right'>" . tpl_link(wl($ID, array('Category…
394 $form = new Doku_Form($hid, wl($ID), 'post', $formType);
/plugin/webcomponent/syntax/
H A Ddropdown.php218 $renderer->doc .= '<a href="' . wl($pageId) . '" class="dropdown-item"';
/plugin/toctweak/syntax/
H A Dmetatoc.php102 'url' => wl($id.'#'.$section),
/plugin/vbsso/
H A Dadmin.php64 sharedapi_url_redirect(wl($ID, array('do' => 'admin', 'page' => 'vbsso'), TRUE, '&'));
/plugin/cite/
H A Daction.php47 $permanentUrl = wl($ID, ['rev' => $revisionId], true);
/plugin/forceuserchange/
H A Daction.php61 return send_redirect(wl($ID, array('do' => self::PROFILE_ACT_NAME), true, '&'));
/plugin/editions/
H A Daction.php113 $eLink = wl($this->getConf('editionNamespace').':'.$edition.':'.noNS($ID)).'#'.$pid;
/plugin/autostartpage/
H A Daction.php107 … msg($this->getLang('createmsg').' <a href="'.wl($id).'">'.noNS($id).'</a>', 1);
/plugin/flattr/
H A Dhelper.php88 $params['url'] = wl($INFO['id'], '', true);
/plugin/move/admin/
H A Dtree.php57 $form = new Doku_Form(array('action' => wl($ID), 'id' => 'plugin_move__tree_execute'));
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php95 wl($page->getWikiId()) . '?do=backlink',
/plugin/starred/
H A Dhelper.php144 …$result .= '<a href="' . wl($ID, array('do' => 'startoggle_' . $pageid)) . '" data-pageid="' . $pa…
/plugin/structpublish/helper/
H A Dnotify.php172 'URL' => wl($ID, '', true),
/plugin/linkback/exe/
H A Dtrackback.php132 'target' => wl($ID, '', true),
/plugin/siteexport/action/
H A Dstartup.php101 …$event->data['items'][] = '<li>' . tpl_link(wl($ID, array('do' => 'siteexport_addpage')), '<span>E…
/plugin/siteexport/syntax/
H A Daggregate.php76 …d' => sectionID('siteexport_site_aggregator', $this->headers), 'action' => wl($ID), 'class' => 'si…
/plugin/multiorphan/action/
H A Dmultiorphan.php168 $links = array('pages' => array(), 'media' => array(), 'href' => wl($id) );
443 return wl($link) . $hash;
/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…

1...<<111213141516171819