Home
last modified time | relevance | path

Searched refs:subst (Results 1 – 5 of 5) sorted by relevance

/template/a_free_worldic/
H A Dtpl_functions.php130 $subst = array('pattern' => array('/@USER@/'), 'replace' => array($user));
132 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
154 $subst = array('pattern' => array('/@GROUP@/'), 'replace' => array($grp));
156 print p_sidebar_xhtml($group_sb,$pos,$subst) . DOKU_LF;
256 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
258 if(!empty($subst)) {
259 $data = preg_replace($subst['pattern'], $subst['replace'], $data);
/template/arctic/
H A Dtpl_functions.php131 $subst = array('pattern' => array('/@USER@/'), 'replace' => array($user));
133 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
156 $subst = array('pattern' => array('/@GROUP@/'), 'replace' => array($grp));
158 print p_sidebar_xhtml($group_sb,$pos,$subst) . DOKU_LF;
291 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
293 if(!empty($subst)) {
294 $data = preg_replace($subst['pattern'], $subst['replace'], $data);
/template/arctictut/
H A Dtpl_functions.php130 $subst = array('pattern' => array('/@USER@/'), 'replace' => array($user));
132 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
155 $subst = array('pattern' => array('/@GROUP@/'), 'replace' => array($grp));
157 print p_sidebar_xhtml($group_sb,$pos,$subst) . DOKU_LF;
290 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
292 if(!empty($subst)) {
293 $data = preg_replace($subst['pattern'], $subst['replace'], $data);
/template/arctic-mbo/
H A Dtpl_functions.php140 $subst = array('pattern' => array('/@USER@/'), 'replace' => array($user));
142 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
165 $subst = array('pattern' => array('/@GROUP@/'), 'replace' => array($grp));
167 print p_sidebar_xhtml($group_sb,$pos,$subst) . DOKU_LF;
300 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
302 if(!empty($subst)) {
303 $data = preg_replace($subst['pattern'], $subst['replace'], $data);
/template/scanlines/
H A Dtpl_functions.php148 … $subst = array('pattern' => array('/@USER@/'), 'replace' => array($user));
155 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
186 … $subst = array('pattern' => array('/@GROUP@/'), 'replace' => array($grp));
193 print p_sidebar_xhtml($group_sb,$pos,$subst) . DOKU_LF;
345 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
347 if(!empty($subst)) {
348 $data = preg_replace($subst['pattern'], $subst['replace'], $data);