Home
last modified time | relevance | path

Searched refs:wl (Results 51 – 75 of 467) sorted by last modified time

12345678910>>...19

/plugin/imagemapping/
H A Dsyntax.php153 $url = wl($url);
/plugin/tagging/
H A Dhelper.php695 $html .= '<li><a href="' . wl($pid) . '" target="_blank">' . $pid . '</li>';
/plugin/tagging/action/
H A Dmain.php112 send_redirect(wl($id, '', true, '&'));
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php38 send_redirect(wl($ID, $params, false, '&'));
54 send_redirect(wl($ID, $params, false, '&'));
/plugin/confmanager/tpl/
H A DformStart.php3 …<form action="<?php echo wl($ID, 'do=admin,page=confmanager') ?>" method="post" enctype="multipart…
H A DselectConfig.php15 …<form action="<?php echo wl($ID, 'do=admin,page=confmanager') ?>" method="get" id="select_config_f…
/plugin/cloud/
H A Dsyntax.php130 $link = wl($page);
139 $link = wl($word, array('do'=>'showtag', 'tag'=>$word));
145 $link = wl($word, array('do'=>'search', 'id'=>$word));
147 $link = wl($word, 'do=search');
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js209 function xl(){xl=Nf;wl=Pb(fe,it,41,256,0,1)}
441 function vl(a){var b,c;if(mf(a,-129)>0&&mf(a,128)<0){b=Df(a)+128;c=(xl(),wl)[b];!c&&(c=wl[b]=new rl…
600 …;_.p=function ul(){return ''+Ef(this.a)};_.a=0;var fe=Ck(Ps,'Long',41);var wl;Mf(160,1,{});Mf(73,6… variable
/plugin/api/
H A DREADME.md50 Used in the `wl` function of the `common.php` file to create a link.
/plugin/structtasks/meta/
H A DAbstractNotifier.php148 $url = wl($page_id, [], true);
152 'EDITURL' => wl($page_id, ['do' => 'edit'], true, '&'),
/plugin/orphanswanted/
H A Dhelper.php184 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
191 . ($has_links ? "&nbsp;:&nbsp;<a href=\"". wl($id, 'do=backlink')
/plugin/button/
H A Dsyntax.php365 // Should use wl instead (from commons), but this won't do the trick for the name
432 $link['url'] = wl($id, $params);
/plugin/tag/
H A Dhelper.php197 $url = wl($tag);
216 $url = wl($tag, ['do'=>'showtag', 'tag'=>$svtag]);
/plugin/recommend/
H A Daction.php135 'action' => wl($id, ['do' => 'recommend'], false, '&'),
227 'URL' => wl($id, '', true),
H A Dadmin.php53 send_redirect(wl($ID, array('do' => 'admin', 'page' => 'recommend'), true, '&'));
90 $form = '<form action="' . wl($ID) . '" action="post">';
112 $link = wl(
/plugin/translation/
H A Daction.php170 send_redirect(wl(cleanID($translatedStartpage), '', true));
193 'href' => wl(cleanID($translation), '', true),
203 'href' => wl(cleanID($defaultlink), '', true),
239 $links[] = '<a href="' . wl($ID, ['do' => 'edit', 'fromlang' => $t]) . '">' .
H A Dhelper.php298 $attr['href'] = wl($target);
342 $msg = sprintf($this->getLang('outdated'), wl($orig));
375 return wl($id, ['do' => 'diff', 'rev' => $orev]);
/plugin/todo/syntax/
H A Dtodo.php442 $renderer->doc .= '<tr class="sp_title"><th class="sp_title" colspan="2"><a href="' . wl($page) . '">' . $page . '</a></td></tr>';
/plugin/bureaucracy/helper/
H A Dactiontemplate.php372 …echo '<iframe src="' . wl($ID, array('do' => 'export_html')) . '" width="1" height="1" style="visi…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php187 $wl = mb_strlen($entry, 'UTF-8');
188 while ($offset < $wl) {
/plugin/dw2pdf/
H A Daction.php711 $url = hsc(wl($id, '', '&', true));
729 $replace['@PAGEURL@'] = wl($id, $params, true, "&");
1072 wl($ID, $params),
/plugin/combo/ComboStrap/
H A DLogUtility.php237 $url = wl($id, [], true);
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php95 wl($page->getWikiId()) . '?do=backlink',
H A DWebCodeTag.php480 $description = "Code from the page '" . $pageTitle . "' \n" . wl($ID, $absolute = true);
/plugin/combo/action/
H A Dlinkwizard.php123 $link = wl($id);

12345678910>>...19