Home
last modified time | relevance | path

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

1...<<111213141516171819

/plugin/nstoc/
H A Dsyntax.php128 $link = '<a class="wikilink1" href="' . wl($id) . '#';
/plugin/sidebar/
H A Daction.php86 …ptln('<form class="button" method="post" action="' . wl($fileSidebar, 'do=edit') . '" onsubmit="re…
/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/userannotations/
H A Daction.php47 …="annotation-info">'.$this->getLang('annotation_info').'</p>', '<a href="'.wl($annotated_page).'">…
/plugin/translation2/
H A Daction.php118 $result .= '<a href="' . wl($newID) . '">' . $img . '</a>';
/plugin/bookmarkme/
H A Daction.php182 $pml = wl($ID,'',true);
/plugin/superacl/
H A Dadmin.php258 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
448 … $ret .= '<a href="'.wl('',$this->_get_opts(array('ns'=>$item['id']))).'" class="idx_dir'.$cl.'">';
452 …$ret .= '<a href="'.wl('',$this->_get_opts(array('id'=>$item['id'],'ns'=>''))).'" class="wikilink1…
528 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
/plugin/nroff/
H A Drenderer.php548 $link['url'] = wl($id);
/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/dokukiwix/
H A DINSTALL11 function wl($id='',$more='',$abs=false,$sep='&amp;'){
/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/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/chat/
H A Dchat.php20 …print "Redirecting...<script type='text/javascript'>document.location='".wl(chat_plugin::stripChat…
195 $refreshURL = wl(chat_plugin::stripChatNS($ID), 'rid='.time(), true).'#chat';
/plugin/googlesearch/
H A Daction.php143 … echo $this->external_link(wl('',array('do'=>'googlesearch','id'=>$q,'start'=>$prev),'false','&'),
151 … echo $this->external_link(wl('',array('do'=>'googlesearch','id'=>$q,'start'=>$next),'false','&'),
170 …print '<form action="'.wl().'" accept-charset="utf-8" class="search" id="dw__search"><div class="n…
/plugin/gallery2/dwgallery/
H A Ddwgallery.php209 $script = wl($gallery['namespace'].':'.$conf['start']);
229 $script = wl($ID);
494 $script = wl($ID);
/plugin/txtconf/
H A Dadmin.php124 ptln('<form action="'.wl($ID).'" method="post">');

1...<<111213141516171819