Home
last modified time | relevance | path

Searched refs:wl (Results 26 – 50 of 467) sorted by relevance

12345678910>>...19

/plugin/publish/action/
H A Dbanner.php123 printf($this->getLang('apr_recent_draft'), wl($ID, 'force_rev=1'));
141 printf($this->getLang('apr_outdated'), wl($ID, 'rev=' . $latestApprovedRevision));
185 wl($ID, 'rev=' . $previousApproved),
209 echo '<a href="' . wl($ID, array('rev' => $REV, 'publish_approve'=>1)) . '">';
/plugin/dirtylittlehelper/
H A Daction.php69 , 'WL' => wl('','',true)
335 ,'linkx' => wl($ID, array('do' => 'admin', 'page' => $thisplugin))
467 'WL' => wl('','',true),
509 ,'linkx' => wl($ID, array('do' => 'check') )
518 ,'linkx' => wl($ID, array('purge' => 'true') )
538 ,'linkx' => wl($ID, array('do' => 'admin', 'page' => $thisplugin))
/plugin/sfauth/
H A Daction.php45 …echo '<a href="'.wl($ID, array('do' => 'login', 'u' => 'sf', 'p' => 'sf', 'sf' => '1')).'" class="…
62 send_redirect(wl($id, '', true, '&'));
/plugin/sphinxsearch-was/
H A Daction.php203wl('', array('do' => 'search', 'id' => $query, 'start' => $prevNum, 'prev' => $prevString), 'false…
220wl('', array('do' => 'search', 'id' => $query, 'start' => $next, 'prev' => $prevString), 'false', …
254 $href = !empty($hid) ? (wl($page) . '#' . $hid) : wl($page);
313 …print '<form action="' . wl() . '" accept-charset="utf-8" class="search" id="dw__search"><div clas…
/plugin/sphinxsearch/
H A Daction.php255 …echo $this->external_link(wl('',array('do'=>'search','id'=>$query,'start'=>$prevNum, 'prev'=>$prev…
267 …echo $this->external_link(wl('',array('do'=>'search','id'=>$query,'start'=>$next,'prev'=>$prevStri…
299 $href = !empty($hid) ? (wl($page).'#'.$hid) : wl($page);
358 …print '<form action="'.wl().'" accept-charset="utf-8" class="search" id="dw__search"><div class="n…
/plugin/guestbook/
H A Dbasic.class.php127 …$output .= '<form class="newEntry" action="' . wl($ID) . '" method="post"><input type="submit" cla…
143 …$output .= '<form class="edit" action="' . wl($ID) . '" method="post"><input type="hidden" value="…
144 …$output .= '<form class="edit" action="' . wl($ID) . '" method="post"><input type="hidden" value="…
145 …if ( intval($data['active']) == 0 ) $output .= '<form class="edit" action="' . wl($ID) . '" method…
160 …$output .= '<form class="newEntry" action="' . wl($ID) . '" method="post"><input type="submit" cla…
186 $output .= '<form action="' . wl($ID) . '" method="post" name="forum">';
235 …$output .= '<div class="guestbooknav"><form action="' . wl($ID) . '" method="post"><p>'; // <input…
/plugin/mediasyntax/syntax/
H A Dredirect.php55 $renderer->doc = 'You will be redirected in '.$delay.' seconds to <a href="' . wl($data) . '">'.$data.'</a>';
56 $renderer->doc .= '<script>url="'.wl($data).'";setTimeout("location.href=url",'.($delay*1000).');</script>';
/plugin/darcspatch/
H A Dadmin.php77 $my_page.='| <html><form action="'.wl($ID).'" method="post">'.
90 …$my_page.='| //'.str_replace('%1',wl($ID,'do=admin,page=config').'#plugin_settings',$this->lang['s…
94 $my_page.='| '.$patch_url.' | <html><form action="'.wl($ID).'" method="post">'.
106 $my_page.='<html><form action="'.wl($ID).'" method="post">'.
/plugin/structnotification/
H A Dadmin.php83 if ($ok) send_redirect(wl($ID, array('do' => 'admin', 'page' => 'structnotification'), true, '&'));
142 $link = wl(
151 $link = wl(
208 $link = wl(
/plugin/spatialhelper/helper/
H A Dsitemap.php127 $entry .= ' <link href="' . wl($id) . '" rel="alternate" type="text/html" />' . DOKU_LF;
135 . parse_url(wl($id), PHP_URL_PATH) . '</id>' . DOKU_LF;
214 $desc .= '<p><a href="' . wl($id, '', true) . '">' . $meta['title'] . '</a></p>';
220 $plcm .= ' <atom:link href="' . wl($id, '' . true) . '" rel="alternate" type="text/html" />'
/plugin/gcalendar/inc/
H A Dgcal_show.php53 $curr_link = wl($ID,$curr_link_options);
60 $prev_link = wl( $ID, $prev_link_options );
67 $next_link = wl( $ID, $next_link_options );
278 $head = "<a title='$pagelist' href='".wl($page_ID)."'>".$name."</a>";
295 $titles[] = "<span><a title='$pagelist' href='".wl($pl)."'>".$name."</a></span>";
H A Dgcal_read.php59 …$pagelink = " <span class='gCal_pagelink'><a href='".wl($wikipage)."'>".noNS($wikipage)."</a></spa…
347 foreach($wiki_links[0] as $wl) {
351 list($link,$name)=explode("|",substr($wl,2,strlen($wl)-4),2);
375 $text=str_replace($wl,$drx->doc,$text);
/plugin/discussion/
H A Dadmin.php74 ptln('<form method="post" action="'.wl($thread['id']).'">', 8);
159 ptln('<form method="post" action="'.wl($id).'">', 6);
173 ptln('<a href="'.wl($id).'" class="wikilink1">'.$id.'</a> ', 8);
324 …$ret = '<a href="'.wl($ID, $params).'" class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
336 …$ret .= '<a href="'.wl($ID, $params).'" class="wikilink1">'.$this->getLang('older').' &gt;&gt;</a>…
/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>';
/plugin/bloglinks/
H A Daction.php35 'href' => wl($relatedEntries['prev']['id'], '')
41 'href' => wl($relatedEntries['next']['id'], '')
148 echo '<a href="' . wl($relatedEntries[$type]['id'], '') . '" class="wikilink1" rel="'.$type.'">' . $this->_linkTemplate($relatedEntries[$type], $type) . '</a>';
/plugin/recommend/
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/bez/struct/
H A DBezType.php67 $wl = wl("bez:$table:$id_key:$id") . $anchor;
68 $R->doc .= '<a href="'.$wl.'">'.$title.'</a>';
/plugin/infomail/
H A Dadmin.php16 send_redirect(wl($newlist, '', true, '&'));
24 send_redirect(wl(self::TPL, '', true, '&'));
/plugin/cumulus/
H A Dsyntax.php143 $link = wl($id, '', true);
148 $link = wl($id, array('do'=>'showtag', 'tag'=>noNS($id)), true);
156 $link = wl($id, '', true);
163 $link = wl($word, array('do'=>'search', 'id'=>$word), true);
166 $link = wl($word, 'do=search', true);
/plugin/userhomepage/
H A Daction.php211 … send_redirect(wl($this->public_page, array('do='.$this->getConf('action')), true));
215 … send_redirect(wl($this->private_page, array('do='.$this->getConf('action')), true));
220 send_redirect(wl($this->private_page, '', true));
456wl($privateId).'" class="'.$classes.' uhp_fa" rel="nofollow" title="'.$this->getLang('privatenames…
458wl($privateId).'" class="'.$classes.' uhp_private_'.$this->getConf('userlink_icons').'" rel="nofol…
462 …$return = '</a> (<a href="'.wl($publicId).'" class="'.$classes.' uhp_fa" rel="nofollow" title="'.$…
464 …$return = '<bdi>'.$INFO['userinfo']['name'].'</bdi> (<a href="'.wl($publicId).'" class="'.$classes…
468 …$return = '<a href="'.wl($privateId).'" class="'.$classes.' uhp_fa" rel="nofollow" title="'.$this-…
470 …$return = '<a href="'.wl($privateId).'" class="'.$classes.' uhp_private_'.$this->getConf('userlink…
/plugin/issuelinks/helper/
H A Dutil.php42 $url = wl(
53 $url = 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]) . '">' .
/plugin/404manager/
H A Daction.php470 $wl = wl($link[0], $urlParams, true, '&');
472 $wl .= '#' . rawurlencode($link[1]);
474 send_redirect($wl);
604 wl($PageId),
660 $url = wl($ID, $urlParams, true, '&');
/plugin/blogtng/action/
H A Dentry.php78 'href' => wl($relatedentries['prev']['page'])
84 'href' => wl($relatedentries['next']['page'])
H A Dlinkback.php63 'rdf:about="' . wl($ID, '', true) . '"' . NL .
64 'dc:identifier="' . wl($ID, '', true) . '"' . NL .

12345678910>>...19