Home
last modified time | relevance | path

Searched refs:wl (Results 226 – 250 of 467) sorted by relevance

12345678910>>...19

/plugin/querychangelog/
H A Dadmin.php382 ptln('<a href="'.wl($change['id'],"do=diff&rev=".$change['date']).'">');
393 ptln('<a href="'.wl($change['id'],"do=revisions").'">');
/plugin/indexmenu/
H A Daction.php411 $out .= '<a href="' . wl($id) . '">';
443 $link = wl($id, $link, false, '');
/plugin/fedauth/classes/usr/
H A Dfa_register.usr.class.php35 send_redirect(wl($ID, 'do=register', true, '&'));
/plugin/jiralinks/
H A Daction.php54 $url = wl($ID, '', TRUE);
/plugin/gallery2/dwgallery/
H A Ddwgallery.php209 $script = wl($gallery['namespace'].':'.$conf['start']);
229 $script = wl($ID);
494 $script = wl($ID);
/plugin/groupmail/
H A Dsyntax.php399 …$lastline .= $this->getLang("viewonline").wl($ID,'', true).'?id='.$targetpage."#msg".$bytes."\n\n\…
401 …$this->statusMessage = $this->getLang("viewonline").'<a href="'.wl($ID,'', true).'?id='.$targetpag…
407 $comment .= $this->getLang("via").wl($ID,'',true)."\n";
/plugin/pagelist/
H A Dhelper.php533 $content = '<a href="' . wl($id) . '" class="' . $class . '" title="' . $id . '">' . $title . '</a>';
658 $content = '<a href="' . wl($id) . $section . '" class="' . $class . '" title="' . $id . '" data-wiki-id="' . $id . '">' . $title . '</a>';
742 $url = wl($id, $url_params) . (!empty($this->page['section']) ? '#' . $this->page['section'] : '');
/plugin/dokukiwix/
H A DINSTALL11 function wl($id='',$more='',$abs=false,$sep='&amp;'){
/plugin/translation3/
H A Daction.php54 header('Location: '.wl($lc.':'.$conf['start'],'',true,'&'));
/plugin/datatemplate/syntax/
H A Dfilterform.php104 $form = new Doku_Form(array('class' => 'filterform_plugin', 'action' => wl($ID)));
/plugin/searchform/
H A Dsyntax.php95 'action' => wl(),
/plugin/epub/
H A Dadmin.php65 ptln('<form action="'.wl($ID).'" method="post" id="epub_admin" name="epub_admin">' );
/plugin/odt/renderer/
H A Dbook.php145 $url = wl($id,'',true);
/plugin/permissioninfo/
H A Dadmin.php122 $url = wl($ID, array(
155 $url =wl($ID, array(
/plugin/siteexport/inc/
H A Dfunctions.php98 …$url = $this->wl($this->cleanID($ID), null, true, null, null, $overrideRewrite); // this must be d…
221 …public function wl($id='',$more='',$abs=false,$sep='&amp;', $IDexists=true, $overrideRewrite=false… function in siteexport_functions
350 $URL = wl($ID);
428 return wl($NS, $data, true, '&') . $additionalKeys;
/plugin/structupdate/helper/
H A Dupdate.php95 $thanks = sprintf($this->getLang('bureaucracy_action_struct_update_thanks'), wl($ID));
/plugin/doodle4/
H A Ddoodle_template.php18 <form action="<?php echo wl() ?>" method="post" name="doodle__form" id="<?php echo $template['formI…
/plugin/tile/
H A Dsyntax.php84 <a href="'.(str_starts_with ($id, 'http') ? $id : wl ($id)).'">
/plugin/currentlyreading/
H A Dsyntax.php84 $link = wl($pagename);
/plugin/lms/syntax/
H A Dlms.php98 'href' => wl($id, $args, false, '&'),
/plugin/dwedit/
H A Daction.php94 …$link = '<a href="' . wl($ID, $params) . '" class="action ' . $edclass . '" rel="nofollow" title="…
/plugin/publish/action/
H A Dapprove.php70 send_redirect(wl($ID, array('rev' => $this->helper->getRevision()), true, '&'));
/plugin/googleads/
H A Dadmin.php101 …'action' => wl($ID, ['do' => 'admin', 'page' => $this->getPluginName(), 'cmd[googleads]' => 'true'…
/plugin/goto/
H A Dsyntax.php83 $url = wl($urlArr[0]);
/plugin/twistienav/
H A Dhelper.php120 … $data[$datakey]['link'] = '<a href="'.wl($target).'" class="'.$classes.'">'.$title.'</a>';

12345678910>>...19