Home
last modified time | relevance | path

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

/template/bootstrap3/tpl/
Dmenu-user.php185 … $elm->outertext = '<li class="dropdown-header">' . $elm->innertext . '</li>';
188 $elm->outertext = '<li class="divider"></li>';
191 $elm->outertext = '' . $elm->innertext;
194 $elm->outertext = $elm->innertext;
/template/bootstrap3/
DTemplate.php1156 $elm->outertext = str_replace(['<span class="curid">', '</span>'], '', $elm->outertext);
1161 $elm->outertext = str_replace(['<div class="li">', '</div>'], '', $elm->outertext);
1432 $elm->outertext = str_replace(['<span class="curid">', '</span>'], '', $elm->outertext);
1437 $elm->outertext = '<hr/>' . $elm->outertext;
1472 $elm->outertext = '<a href="#">' . $elm->innertext . "</a>";
1698 $save_button = '<div class="pull-right">' . $elm->outertext . '</div>';
1699 $elm->outertext = '</div>' . $elm->outertext;
1848 … $item->outertext = '</ul><ul class="' . $admin_plugins->class . '">' . $item->outertext;
/template/bootstrap3/inc/
Dsimple_html_dom.php156 return $this->outertext();
358 $ret .= $n->outertext();
364 function outertext() function in simple_html_dom_node
410 $ret .= $this->convert_text($n->outertext());
971 case 'outertext': return $this->outertext();
1181 $ret = $this->outertext();
/template/mikio/inc/
H A Dsimple_html_dom.php153 return $this->outertext();
355 $ret .= $n->outertext();
361 function outertext() function in simple_html_dom_node
407 $ret .= $this->convert_text($n->outertext());
975 case 'outertext': return $this->outertext();
1185 $ret = $this->outertext();
/template/mikio/
H A Dmikio.php2175 $tags .= $elm->outertext;
2195 $saveButtons = $elm->outertext;
2197 $elm->outertext = '';