Home
last modified time | relevance | path

Searched refs:wl (Results 251 – 275 of 467) sorted by relevance

1...<<111213141516171819

/plugin/csstimeline/
H A Dfeed.php110 $item->link = wl($id, '', true, '&');
/plugin/sidebar/
H A Daction.php86 …ptln('<form class="button" method="post" action="' . wl($fileSidebar, 'do=edit') . '" onsubmit="re…
/plugin/subjectindex/syntax/
H A Dentry.php112 $target_page = wl($target_page) . '#' . $link_id;
/plugin/twistienav4bootstrap3/
H A Dhelper.php113 … $data[$datakey]['link'] = '<a href="'.wl($target).'" class="'.$classes.'">'.$title.'</a>';
/plugin/explain/
H A Dsyntax.php84 $_ret .= wl($id);
/plugin/owncloud/tpl/
H A Ddetail.php168 …echo '<li><a href="'.wl($ID).'" class="back"><span>'.$lang['img_backto'].' '.$ID.'</span></a></li>…
/plugin/preregister/
H A Dadmin.php56 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/move/action/
H A Drename.php104 echo $JSON->encode(array('redirect_url' => wl($dst, '', true, '&')));
/plugin/linkback/
H A Dhelper.php82 return '<a href="' . wl($ID) . $section . '" class="wikilink1" title="' . $ID . $section . '">' .
/plugin/dataloop/syntax/
H A Droll.php246 …$renderer->doc .= '<a href="'.wl($ID,array('datasrt'=>$_GET['datasrt'], 'dataofs'=>$prev, 'dataflt…
254 …$renderer->doc .= '<a href="'.wl($ID,array('datasrt'=>$_GET['datasrt'], 'dataofs'=>$next, 'dataflt…
/plugin/advanced/admin/
H A Dconfig.php537 return wl($ID, array_merge($defaults, $params), $absolute, $sep);
560 'link' => wl($ID, array(
/plugin/webcomponent/syntax/
H A Dbutton.php216 …$renderer->doc .= '<a href="' . wl($pageid) . '" class="btn btn-primary">' . $renderer->_xmlEntiti…
/plugin/pagemod/helper/
H A Dpagemod.php78 $link = wl($page_to_modify);
/plugin/log/
H A Dsyntax.php123 $form = new Doku_Form(array('action' => wl($ID,array('do'=>'log_new'), false, '&'),
/plugin/displayorphans/
H A Drenderer.php114 …$link = array('target' => $conf['target']['wiki'], 'class' => 'wikilink1', 'url' => wl($id, 'do=ba…
/plugin/translation2/
H A Daction.php118 $result .= '<a href="' . wl($newID) . '">' . $img . '</a>';
/plugin/socialite/syntax/
H A Dbutton.php118 $url = rawurlencode(wl($INFO['id'], '', true));
/plugin/pagenav/
H A Dsyntax.php137 'href' => wl($page),
/plugin/dokubookmark/
H A Daction.php141 … msg('preset \''.$l[0].'\' - a page with <a href="'.wl($n).'">this ID</a> already exists.', -1);
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php83 return (string)wl($pageId, null, true) . '?news-id=' . $this->newsId;
/plugin/xcom/
H A Dadmin.php74 ptln('<form action="'.wl($ID).'" method="post" name ="xcom_post">');
/plugin/ckgedit/
H A Dadmin.php58 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/farmer/admin/
H A Dplugins.php37 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'plugins'], true, '&');
H A Dsetup.php68 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'config'], true, '&');
H A Dconfig.php54 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'config'], true, '&');

1...<<111213141516171819