Home
last modified time | relevance | path

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

12345678910>>...19

/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)}}
H A Dclair-1.js138 of(a)},set_width:function(of,s){if(s.k_sf&&s.p_v&&s.p_v.clair){s.wl=8;s.wr=10}else{of(s)}},set_hooks:function(abc){abc.draw_hl=abc2svg.clair.draw_hl.bind(abc,abc.draw_hl);abc.draw_keysig=abc2svg.clair.draw_keysig.bind(abc,abc.draw_keysig);abc.output_music=abc2svg.clair.output_music.bind(abc,abc.output_music);abc.set_format=abc2svg.clair.set_fmt.bind(abc,abc.set_format);abc.set_pitch=abc2svg.clair.set_pitch.bind(abc,abc.set_pitch);abc.set_vp=abc2svg.clair.set_vp.bind(abc,abc.set_vp);abc.set_width=abc2svg.clair.set_width.bind(abc,abc.set_width)}}
/plugin/userpage/
H A Daction.php41 $attr['href'] = wl($userPage);
/plugin/groupmail/
H A Dsyntax.php399 …$lastline .= $this->getLang("viewonline").wl($ID,'', true).'?id='.$targetpage."#msg".$bytes."\n\n\…
401 …$this->statusMessage = $this->getLang("viewonline").'<a href="'.wl($ID,'', true).'?id='.$targetpag…
407 $comment .= $this->getLang("via").wl($ID,'',true)."\n";
/plugin/repo/
H A Dsyntax.php235 $renderer->doc .= '<a href="'.wl($ID, 'repo='.$base).'" class="idx_dir">'.
259 return '<a href="'.wl($ID, 'repo='.$item['path']).'" class="'.$class.'">'.$title.'</a>';
/plugin/imagereference/syntax/
H A Dimgref.php118 $renderer->doc .= '<a href="'.wl($data['page']).'#'.$data['type'].'_'.cleanID($data['caprefname']).'">'.$this->getLang($data['type'].'full').'&nbsp;'.$refNumber.'</a>';
/plugin/pagenav/
H A Dsyntax.php137 'href' => wl($page),
/plugin/showinitpage/
H A Daction.php46 send_redirect(wl($rurl,'',true));
/plugin/infomail/
H A Daction.php69 'action' => wl($id, ['do' => 'infomail'], false, '&'),
177 $pageurl = wl($shortID, '', true, '&');
179 $pageurl = wl($id, '', true, '&');
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/var/
H A Dsyntax.php28 $link = wl($id, '', true);
/plugin/task/syntax/
H A Dtasks.php302 $ret[] = '<a href="'.wl($ID, $opt).'" class="wikilink1" title="'.$i.'">'.$i.'</a>';
/plugin/task/
H A Dhelper.php331 $text = str_replace('@UNSUBSCRIBE@', wl($ID, 'do=unsubscribe', true, '&'), $text);
351 'URL:'.wl($id, '', true, '&').CRLF.
/plugin/feed/
H A Dfeed.php149 $item->link = wl($page['id'], '', true, '&') . '#' . $page['anchor'];
/plugin/adfs/
H A Daction.php58 … $event->data->addElement('<a href="' . wl($ID, array('do' => 'login')) . '">Login here</a>');
H A Dauth.php66 $_SESSION['adfs_redirect'] = wl($ID, '', true, '&'); // remember current page
113 $go = wl($ID, '', true, '&');
/plugin/backup/
H A Dadmin.php97 $link = wl($ID, ['do' => 'media', 'ns' => $ns]);
195 'action' => wl($ID, ['do' => 'admin', 'page' => 'backup'], false, '&')
/plugin/fileshare/syntax/
H A DFileshare.php216 $params ['action'] = wl ( $ID );
/plugin/cite/
H A Daction.php47 $permanentUrl = wl($ID, ['rev' => $revisionId], true);
H A Dcode.php24 return wl($ID, ['rev' => $rev], true);
43 return wl($ID, ['rev' => $rev, 'do' => 'cite'], true);
/plugin/googleads/
H A Dadmin.php101 …'action' => wl($ID, ['do' => 'admin', 'page' => $this->getPluginName(), 'cmd[googleads]' => 'true'…
/plugin/submgr/
H A Dadmin.php39 $url = wl($ID, array('do' => 'admin', 'page' => 'submgr'), true, '&');
69 $url = wl($ID, array('do' => 'admin', 'page' => 'submgr'));
/plugin/phpipam/
H A Dsyntax.php2222 $item['link'] = wl(cleanID(preg_replace('/^\[\[([^]|]+).*/',
/plugin/vimeo/
H A Daction.php28 $JSINFO['plugins']['vimeo']['purgelink'] = wl($ID, ['purge' => 'true'], false, '&');

12345678910>>...19