Home
last modified time | relevance | path

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

12345678910>>...19

/plugin/infomail/
H A Dadmin.php16 send_redirect(wl($newlist, '', true, '&'));
24 send_redirect(wl(self::TPL, '', true, '&'));
H A Dhelper.php18 $attr['href'] = wl($ID, ['do' => 'infomail'], false, '&');
/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, '&');
H A Dnotification.php49 $link = '<a class="wikilink1" href="' . wl($page, $urlParameters, true) . '">';
/plugin/ireadit/syntax/
H A Dlist.php170 $url = wl($page, $urlParameters);
/plugin/issuelinks/helper/
H A Dutil.php42 $url = wl(
53 $url = wl(
/plugin/jiralinks/
H A Daction.php54 $url = wl($ID, '', TRUE);
/plugin/jsonrpc/
H A Djsonrpc.php509 $link['href'] = wl($in[1][0]);
/plugin/judge/
H A Daction.php144 …. '<a href="' . wl($ID, $params) . '" class="action export_pdf" rel="nofollow" title="' . $this->…
H A Dadmin.php63 <form class="admin-form" action="' . wl($ID) . '" method="post">
/plugin/labeled/
H A Dhelper.php55 $link = wl($ID,
/plugin/langdelete/
H A Dadmin.php224 echo '<form id="langdelete__form" action="'.wl($ID).'" method="post">';
/plugin/latex-was/
H A Dadmin.php154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
174 ptln('<form action="'.wl($INFO['id']).'" method="get">');
/plugin/latex/
H A Dadmin.php154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
174 ptln('<form action="'.wl($INFO['id']).'" method="get">');
/plugin/latex/lang/en/
H A Dsettings.php4 wl($ID).'?do=admin&page=latex'.
/plugin/latexit/
H A Daction.php65 …. '<a href=' . wl($ID, $params) . ' class="action export_latexit" rel="nofollow" title="Export La…
H A Drenderer.php1007 $url = wl($link, $params, $absoluteURL);
/plugin/linkback/action/
H A Dantispam.php122 $searchurl = preg_quote(wl($ID), '!');
H A Dreceive.php60 'rdf:about="' . wl($ID, '', true) . '"' . NL .
61 'dc:identifier="' . wl($ID, '', true) . '"' . NL .
H A Dsend.php83 $linkback_info['url'] = wl($ID, '', true);
121 $pages[] = wl($item[1][0], '', true);
/plugin/linkback/
H A Dadmin.php72 ptln('<form method="post" action="'.wl($target['id']).'">', 8);
148 ptln('<form method="post" action="'.wl($id).'">', 6);
161 ptln('<a href="'.wl($id).'" class="wikilink1">'.$id.'</a> ', 8);
256 $ret = '<a href="'.wl($ID, $params).'" class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
268 $ret .= '<a href="'.wl($ID, $params).'" class="wikilink1">'.$this->getLang('older').' &gt;&gt;</a>';
H A Dhelper.php82 return '<a href="' . wl($ID) . $section . '" class="wikilink1" title="' . $ID . $section . '">' .
H A Dtools.php98 wl($ID, 'do=unsubscribe', true, '&'),
100 wl($ID, '', true),
/plugin/linkback/exe/
H A Dpingback.php77 if ($targetUri != wl($ID, '', true))
173 $searchurl = preg_quote(wl($ID), '!');
H A Dtrackback.php132 'target' => wl($ID, '', true),

12345678910>>...19