Home
last modified time | relevance | path

Searched refs:wl (Results 326 – 350 of 467) sorted by relevance

1...<<111213141516171819

/plugin/genericsso/
H A Dauth.php129 header('Location: '.str_replace('{target}', wl(getId()), $this->conf['loginURL']));
/plugin/webcomponent/syntax/
H A Drelated.php183 wl($id).'?do=backlink',
/plugin/newpagetemplate/
H A Dadmin.php96 ptln('<form action="' . wl($ID) . '" method="post">');
/plugin/tagfilter/syntax/
H A Dcompare.php177 $form->addElement('<a href="' . wl($selectedValues[$ii]) . '" class="wikilink1">Link</a>');
/plugin/api/
H A DREADME.md50 Used in the `wl` function of the `common.php` file to create a link.
/plugin/translator/
H A Dadmin.php214 …$form->addElement(form_makeTextField("user[$user]", $lang, tpl_link(wl($ID, array('do' => 'admin',…
229 $form = new Doku_Form($hid, wl($ID), 'post', $formType);
569 …return '<div class="clearer">&nbsp;</div>' . tpl_link(wl($ID, array('do' => 'admin', 'page' => 'tr…
/plugin/data-au/syntax/
H A Dcloud.php177 …$renderer->doc .= '<a href="' . wl($dataau['page'], $this->dthlp->_getTagUrlparam($dataau['cols'][…
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php179 $url = wl($pageId, '', true);
/plugin/pdftools/
H A Dadmin.php105 ptln('<form action="'.wl($ID).'" method="post" enctype="multipart/form-data">');
/plugin/blog/syntax/
H A Dautoarchive.php133 $R->doc .= '<a href="'.wl($ID,array('blogarchive'=>"$y-$m")).'" class="wikilink1" title="'.$this->_posts($cnt,$m,$y).'">';
/plugin/data/syntax/
H A Dcloud.php192 wl($data['page'], $this->dthlp->getTagUrlparam($data['cols'][$ckey], $tag['value'])) .
/plugin/task/
H A Dhelper.php331 $text = str_replace('@UNSUBSCRIBE@', wl($ID, 'do=unsubscribe', true, '&'), $text);
351 'URL:'.wl($id, '', true, '&').CRLF.
/plugin/archivegenerator/
H A Dadmin.php227 return wl($ID, [
244 return wl($ID, [
/plugin/tag/
H A Dhelper.php197 $url = wl($tag);
216 $url = wl($tag, ['do'=>'showtag', 'tag'=>$svtag]);
/plugin/removeold/
H A Dadmin.php116 echo '<form action="'.wl($ID).'" method="post">';
/plugin/metadisplay/
H A Dadmin.php142 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/publish/action/
H A Dmail.php220 $revlink = wl($id, $options, true, '&');
/plugin/xslfo/
H A Daction.php154 $dw_element->addChild('url', wl($ID, $params, true));
/plugin/textinsert/
H A Dadmin.php246 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/tiledblog/
H A Dsyntax.php161 <a href="'.wl ($id).'">
/plugin/discussion/
H A Dhelper.php84 return '<a href="'.wl($id).$section.'" class="wikilink1" title="'.$id.$section.'">'.
/plugin/clearhistory/
H A Dadmin.php56 echo '<form action="' . wl() . '" method="GET"><fieldset class="clearhistory">';
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js188 de.val=dd.wl+dd.wr;up=up_p(s,s.pos.vol)
190 de.up=true;x=s.x-dd.wl
210 if(de2){x=de2.s.x+de.dd.wl+2
225 dd=de.dd;y=y_get(st,up,x-dd.wl-5,w)
246 var yc,up,inv,s=de.s,dd=de.dd,x=de.x,w=dd.wl+dd.wr,stafft=staff_tb[s.st].topbar+2,staffb=staff_tb[s.st].botbar-2
253 switch(dd.glyph){case"accent":case"roll":if(!up||(up<0&&(s.multi<0||(!s.multi&&s.stem>0)))){yc=y_get(s.st,false,s.x-dd.wl,w)-2
255 yc=staffb;yc-=dd.h;y_set(s.st,false,s.x,0,yc);inv=true;s.ymn=yc}else{yc=y_get(s.st,true,s.x-dd.wl,w)+2
257 yc=stafft;y_set(s.st,true,s.x-dd.wl,w,yc+dd.h);s.ymx=yc+dd.h}
269 if(dd.name!="invertedfermata"&&(up>0||(up<0&&s.multi>=0))){yc=y_get(s.st,true,s.x-dd.wl,w)+2+dd.hd
271 yc=stafft;y_set(s.st,true,s.x-dd.wl,
8618 if(user.anno_start||user.anno_stop){s2={st:s.st,istart:ly.istart,iend:ly.iend,x:x0,y:y,ymn:y,ymx:y+gene.curfont.size,wl:0,wr:w} global() property in draw_lyric_line.s2
[all...]
/plugin/graphgear/
H A Dsyntax.php168 $node['link'] = wl($opts['url']);
/plugin/groupadmin/
H A Dadmin.php112 ptln('<form action="'.wl($ID).'" method="post">');

1...<<111213141516171819