Home
last modified time | relevance | path

Searched refs:wl (Results 301 – 325 of 467) sorted by relevance

1...<<111213141516171819

/plugin/discussion/
H A Daction.php351 $url = wl($ID);
353 $url = wl($ID) . '#comment_' . $cid;
1252 'COMMENTURL' => wl($ID, '', true) . '#comment_' . $comment['cid'],
1253 'UNSUBSCRIBE' => wl($ID, 'do=subscribe', true, '&'),
1335 … $replace['UNSUBSCRIBE'] = wl($ID, 'do=discussion_unsubscribe&hash=' . $data['hash'], true, '&');
1341 …$confirm_replace['SUBSCRIBE'] = wl($ID, 'do=discussion_confirmsubscribe&hash=' . $data['hash'], tr…
/plugin/revisionsdue/
H A Dsyntax.php254 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
/plugin/feedback/
H A Daction.php101 $url = wl($id, '', true);
/plugin/var/
H A Dsyntax.php28 $link = wl($id, '', true);
/plugin/namespacesearch/
H A Dsyntax.php56 $form = new Doku_Form('namespacesearchForm', wl($ID));
/plugin/preservefilenames/
H A Daction_adorabelle.php94 $link = wl('',array('do'=>'media','image'=>$fakeId,'ns'=>$ns));
/plugin/rack/
H A Dsyntax.php178 $item['link']=wl(cleanID(preg_replace( '/^\[\[([^]|]+).*/', '$1', $item['link'] )));
/plugin/bookmarkme/
H A Daction.php182 $pml = wl($ID,'',true);
/plugin/a2s/
H A Dsyntax.php218 return '"a2s:link":"' . wl( cleanID($match[1]), '', true ) . '"';
/plugin/oauth/action/
H A Dlogin.php189 $url = wl($ID, ['oauthlogin' => $service->getServiceID()], true, '&');
/plugin/socialcards/
H A Daction.php132 'content' => wl($ID, '', true),
/plugin/fblogin/
H A Dadmin.php67 ptln('<form action_="'.wl($ID).'" method="post">');
/plugin/toctweak/
H A Dhelper.php111 $item['url'] = wl($id).'#'.$item['hid'];
/plugin/authphpbb3/
H A Daction.php111 $elem = '<input type="hidden" name="redirect" value="' . wl($ID, '', true) . '">';
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php119 $href = wl($feed->linkHref, null, true);
/plugin/shibbolethauth/
H A Dadmin.php69 ptln('<form action_="'.wl($ID).'" method="post">');
/plugin/autotweet2/
H A Daction.php81 $pageurl = wl($savingid, '', TRUE);
/plugin/abc2/abc-libraries/abc2svg/
H A Dambitus-1.js27 of(cmd,param)},set_width:function(of,s){if(s.clef_type!=undefined&&s.nhd>0){s.wl=40;s.wr=12}else{of(s)}},set_hooks:function(abc){abc.draw_symbols=abc2svg.ambitus.draw_symbols.bind(abc,abc.draw_symbols);abc.set_pitch=abc2svg.ambitus.set_pitch.bind(abc,abc.set_pitch);abc.set_format=abc2svg.ambitus.set_fmt.bind(abc,abc.set_format);abc.set_width=abc2svg.ambitus.set_width.bind(abc,abc.set_width)}}
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php114 return '<a class="btn btn-secondary" href="' . wl(null, [
/plugin/watchcycle/
H A Dsyntax.php169 $changes_link = '<a href="' . wl($ID, $urlParameters) . '">' . $changes_link . '</a>';
/plugin/ireadit/syntax/
H A Dlist.php170 $url = wl($page, $urlParameters);
/plugin/struct/types/
H A DMedia.php128 $url = wl($page, $filter);
/plugin/backup/
H A Dadmin.php97 $link = wl($ID, ['do' => 'media', 'ns' => $ns]);
195 'action' => wl($ID, ['do' => 'admin', 'page' => 'backup'], false, '&')
/plugin/feed/
H A Dfeed.php149 $item->link = wl($page['id'], '', true, '&') . '#' . $page['anchor'];
/plugin/txtconf/
H A Dadmin.php124 ptln('<form action="'.wl($ID).'" method="post">');

1...<<111213141516171819