Home
last modified time | relevance | path

Searched full:html_buildlist (Results 26 – 50 of 59) sorted by last modified time

123

/plugin/pageindex/
H A Dsyntax.php157 $renderer->doc .= html_buildlist($checked,
/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/bureaucracyau/helper/
H A Dactiontemplate.php313 $html .= html_buildlist($data, 'idx', array($this, 'html_list_index'), 'html_li_index');
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php313 $html .= html_buildlist($data, 'idx', array($this, 'html_list_index'), 'html_li_index');
/plugin/indexmenu2/syntax/
H A Dindexmenu.php287 …_plugin_indexmenu_indexmenu::getHTML ($opts, $opts['navigation']?$this->html_buildlist($data,$opts)
288 … :"<ul>".$this->html_buildlist($data,$opts)."</ul>");
369 function html_buildlist(&$data,&$opts){ function in syntax_plugin_indexmenu_indexmenu
396 … $ret[] = syntax_plugin_indexmenu_indexmenu::html_buildlist($item['child_nodes'],$opts);
/template/wallpaper/
H A Dtpl_functions.php126 echo html_buildlist($data2,'idx','_wp_tpl_list_index','_wp_tpl_html_li_index');
130 * Callback function for html_buildlist()
153 * This user function is used in html_buildlist to build the
/template/dokucms/
H A Dtpl_functions.php154 echo html_buildlist($data2,'idx','_tpl_html_list_index','_tpl_html_li_index');
160 * User function for html_buildlist()
182 * This user function is used in html_buildlist to build the
/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/dokubook/
H A Dtpl_functions.php221 print 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()
/template/starterbootstrap/
H A Dtpl_functions.php488 * Userfunction for html_buildlist
/plugin/inlinetoc/
H A Daction.php41 …$html = '<div id="inlinetoc2" class="inlinetoc2">' . html_buildlist($TOC, 'inlinetoc2', array($thi…
50 * Callback for html_buildlist.
/plugin/ajaxpeon/
H A Daction.php223 $out .= html_buildlist($toc,'toc','html_list_toc','html_li_default',true);
/plugin/dokutranslate/
H A Dajax.php55 …echo html_buildlist($data, 'dokutranslate', array($dokutranslate, '_html_list_acl'), array($dokutr…
H A Dadmin.php196 echo html_buildlist($data,'dokutranslate',
266 * User function for html_buildlist()
/plugin/explorertree/
H A Dhelper.php140 $list = html_buildlist($data,
188 * User function for html_buildlist()
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php303 print html_buildlist($data,'idx','html_list_index','html_li_index');
/plugin/indexeverywhere/
H A DshowTheTree.php74 $index .= html_buildlist($data,'idx','html_list_index','html_li_index');
/template/a_free_worldic/
H A Dtpl_functions.php302 print html_buildlist($data,'idx','html_list_index','html_li_index');
/plugin/simpleindex/
H A Dsyntax.php53 $renderer->doc.=html_buildlist($result,'idx','html_list_index','html_li_index');
/plugin/subconfhelper/
H A Daction.php80 echo 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');
/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");

123