Home
last modified time | relevance | path

Searched refs:wl (Results 251 – 275 of 467) sorted by last modified time

1...<<111213141516171819

/plugin/issuelinks/helper/
H A Dutil.php42 $url = wl(
53 $url = wl(
/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));
H A Daction.php101 …$links[] = '<a href="' . wl($ID, array('do' => 'edit', 'fromlang' => $t)) . '">' . $this->helper->…
392 if ( wl( $url, $more, true, '&') != DOKU_URL . substr($_SERVER['REQUEST_URI'], 1) ) {
393 header('Location: ' . wl( $url, $more, true, '&'), 302);
/plugin/deniedpage/
H A Daction.php34 send_redirect(wl($this->getConf('deniedpage'),'',true));
/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/flowcharts/
H A Dmermaid.min.js1 …se d>1&&2&u&&h.push(h.pop().concat(h.shift())),o.push(h.filter(wl))}return h}};function wl(t){retu… function
/plugin/tile/
H A Dsyntax.php84 <a href="'.(str_starts_with ($id, 'http') ? $id : wl ($id)).'">
/plugin/tiledblog/
H A Dsyntax.php161 <a href="'.wl ($id).'">
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/twistienav4bootstrap3/
H A Dhelper.php113 … $data[$datakey]['link'] = '<a href="'.wl($target).'" class="'.$classes.'">'.$title.'</a>';
/plugin/minimap/
H A Dsyntax.php253 wl($pageId),
286 wl($startId),
/plugin/securelogin/
H A Dadmin.php90 …$form = new Doku_Form('generate__key', wl($ID,'do=admin,page='.$this->getPluginName(), false, '&')…
102 …$form = new Doku_Form('test__publicKey', wl($ID,'do=admin,page='.$this->getPluginName(), false, '&…
/plugin/telleveryone/
H A Dadmin.php80 send_redirect(wl($ID, array('do' => 'admin', 'page' => 'telleveryone'), true, '&'));
126 $edit_link = wl(
136 $delete_link = wl(
185 $cancel_link = wl(
/plugin/webdavclient/
H A Dadmin.php158 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/twistienav/
H A Dhelper.php120 … $data[$datakey]['link'] = '<a href="'.wl($target).'" class="'.$classes.'">'.$title.'</a>';
/plugin/forceuserchange/
H A Daction.php61 return send_redirect(wl($ID, array('do' => self::PROFILE_ACT_NAME), true, '&'));
/plugin/tagadd/
H A Daction.php51 …$event->data['items'][] = '<li class="plugin_tagadd__addtags">' . tpl_link(wl($ID), '<span>'.$this…
/plugin/redirect/
H A Dhelper.php74 $url = wl($link[0], '', true, '&');
/plugin/select/
H A Dsyntax.php77 $url = wl($arg1);
/plugin/textinsert/
H A Dadmin.php246 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/pagetitle/
H A Dhelper.php118 $out = '<a href="'.$this->wl($id).'" class="'.$class.'" title="'.hsc($title).'">';
131 private function wl($id = null) function in helper_plugin_pagetitle
/plugin/icons/syntax/
H A Dicon.php169 $url = wl($url);
/plugin/langdelete/
H A Dadmin.php224 echo '<form id="langdelete__form" action="'.wl($ID).'" method="post">';
/plugin/webcomponent/syntax/
H A Dbutton.php216 …$renderer->doc .= '<a href="' . wl($pageid) . '" class="btn btn-primary">' . $renderer->_xmlEntiti…
H A Ddropdown.php218 $renderer->doc .= '<a href="' . wl($pageId) . '" class="dropdown-item"';

1...<<111213141516171819