Home
last modified time | relevance | path

Searched full:html_buildlist (Results 26 – 50 of 59) sorted by path

123

/plugin/linkmanager/
H A Dfunctions.php42 print html_buildlist($data,'idx','html_list_index','html_li_index');
180 echo html_buildlist($data,'idx','linkpage_nstree_item','linkpage_nstree_li');
186 * Userfunction for html_buildlist
206 * Userfunction for html_buildlist
/plugin/linkscollection/
H A Dhelper.php28 $html = html_buildlist($data, 'idx', [$index,'formatListItem'], [$index,'tagListItem']);
30 $html = html_buildlist($data, 'idx', 'html_list_index', 'html_li_index');
/plugin/medialist/
H A Dhelper.php157 $out .= html_buildlist($items, 'medialist', array($this, '_media_item'));
169 * Callback function for html_buildlist()
/plugin/move/action/
H A Dtree.php56 echo html_buildlist(
/plugin/move/admin/
H A Dtree.php89 echo html_buildlist(
133 * User function for html_buildlist()
/plugin/pageindex/
H A Dsyntax.php157 $renderer->doc .= html_buildlist($checked,
/plugin/repo/
H A Dsyntax.php110 $idx = html_buildlist($items, 'idx', 'repo_list_index', 'html_li_index');
246 * For html_buildlist()
/plugin/simpleindex/
H A Dsyntax.php53 $renderer->doc.=html_buildlist($result,'idx','html_list_index','html_li_index');
/plugin/simplenavi/
H A Dsyntax.php77 $renderer->doc .= html_buildlist($items, 'idx', [$this, 'cbList'], [$this, 'cbListItem']);
86 * This returns a flat list suitable for html_buildlist()
197 * @see html_buildlist()
215 * @see html_buildlist()
/plugin/sitemapnavi/
H A Dhelper.php34 … $html = html_buildlist($items, 'idx', [$this, 'listItemCallback'], [$this, 'liCallback'], true);
H A Dsyntax.php89 …$renderer->doc .= $listHtml; //html_buildlist($pages, 'idx', [$this, 'listItemCallback'], [$this, …
/plugin/subconfhelper/
H A Daction.php80 echo html_buildlist( $data,'idx','html_list_index','html_li_index' );
/plugin/superacl/
H A Dadmin.php240 echo html_buildlist($data,'acl',
418 * User function for html_buildlist()
/plugin/tagsections/action/
H A Dajax.php130 return html_buildlist($data,'idx','media_nstree_item','media_nstree_li');
/plugin/tindexmenu/
H A Dajax.php131 $out .= html_buildlist($r->toc,'toc',array($this,'_tocitem'));
137 * Callback for html_buildlist
187 $out_tmp=html_buildlist($data,'idx',array($idxm,"_html_list_index"),"html_li_index");
/plugin/tindexmenu/syntax/
H A Dindexmenu.php299 $output.=html_buildlist($data,'idx',array($this,"_html_list_index"),"html_li_index");
597 * User function for html_buildlist()
/plugin/toctweak/syntax/
H A Dmetatoc.php118 $html.= html_buildlist($toc, 'toc', array($this, 'html_list_metatoc'));
129 * Callback for html_buildlist called from $this->render()
H A Dsidetoc.php83 $html.= html_buildlist($toc, 'toc', array($this, 'html_list_metatoc'));
95 * Callback for html_buildlist called from $this->render()
/template/a_free_worldic/
H A Dtpl_functions.php302 print html_buildlist($data,'idx','html_list_index','html_li_index');
/template/amanuensis/inc/
H A Dindex.php361 * User function for html_buildlist()
387 * User function for html_buildlist()
/template/arctic-mbo/
H A Dtpl_functions.php342 echo html_buildlist($data,'idx','html_list_index','html_li_index');
/template/arctic/
H A Dtpl_functions.php337 print html_buildlist($data,'idx','html_list_index','html_li_index');
/template/arctictut/
H A Dtpl_functions.php336 print html_buildlist($data,'idx','html_list_index','html_li_index');
/template/bootstrap3/
H A DTemplate.php2304 $out .= $this->normalizeList(html_buildlist($toc, 'nav toc', 'html_list_toc', 'html_li_default', true)) . DOKU_LF;
/template/dokubook/
H A Dtpl_functions.php221 print html_buildlist($data,'idx','html_list_index','html_li_index');

123