Lines Matching refs:html
10 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
1093 * @param string $html
1099 public function toBootstrapNav($html, $type = '', $stacked = false, $optional_class = '')
1126 $html
1142 * @param string $html
1152 $html = new \simple_html_dom;
1153 $html->load($list, true, false);
1156 foreach ($html->find('span.curid') as $elm) {
1162 foreach ($html->find('div.li') as $elm) {
1166 $list = $html->save();
1167 $html->clear();
1168 unset($html);
1170 $html = new \simple_html_dom;
1171 $html->load($list, true, false);
1173 foreach ($html->find('li') as $elm) {
1179 $list = $html->save();
1180 $html->clear();
1181 unset($html);
1267 $html = new \simple_html_dom;
1268 $html->load($out, true, false);
1271 foreach ($html->find('h1, h2, h3, h4, h5, h6') as $elm) {
1281 $out = $html->save();
1282 $html->clear();
1283 unset($html);
1414 $html = new \simple_html_dom;
1415 $html->load($content, true, false);
1418 if (!$html) {
1423 foreach ($html->find('.curid') as $elm) {
1431 foreach ($html->find('span.curid') as $elm) {
1436 foreach ($html->find('.footnotes') as $elm) {
1441 foreach ($html->find('.a11y') as $elm) {
1448 foreach ($html->find('ul, ol') as $elm) {
1455 foreach ($html->find('.button') as $elm) {
1461 foreach ($html->find('[type=button], [type=submit], [type=reset]') as $elm) {
1466 foreach ($html->find('.tabs') as $elm) {
1471 foreach ($html->find('.nav-tabs strong') as $elm) {
1478 foreach ($html->find('h1,h2,h3') as $elm) {
1483 foreach ($html->find('img[class^=media]') as $elm) {
1488 foreach ($html->find('input[type=checkbox]') as $elm) {
1493 foreach ($html->find('input[type=radio]') as $elm) {
1498 foreach ($html->find('label') as $elm) {
1503 foreach ($html->find('input, select, textarea') as $elm) {
1511 foreach ($html->find('form') as $elm) {
1518 foreach ($html->find('div.info, div.error, div.success, div.notify') as $elm) {
1549 foreach ($html->find('div.table') as $elm) {
1557 foreach ($html->find('table.inline,table.import_failures') as $elm) {
1561 foreach ($html->find('div.table') as $elm) {
1568 foreach ($html->find('table.ul') as $elm) {
1573 $content = $html->save();
1575 $html->clear();
1576 unset($html);
1584 $html = new \simple_html_dom;
1585 $html->load($content, true, false);
1587 foreach ($html->find('fieldset.search-form button[type="submit"]') as $elm) {
1592 $content = $html->save();
1594 $html->clear();
1595 unset($html);
1602 $html = new \simple_html_dom;
1603 $html->load($content, true, false);
1605 foreach ($html->find('.idx_dir') as $idx => $elm) {
1617 foreach ($html->find('.idx .wikilink1') as $elm) {
1621 $content = $html->save();
1623 $html->clear();
1624 unset($html);
1631 $html = new \simple_html_dom;
1632 $html->load($content, true, false);
1636 if ($admin_pagetitle = $html->find('h1.page-header', 0)) {
1644 foreach ($html->find('[name*=cmd[update]]') as $elm) {
1655 foreach ($html->find('[type=submit]') as $elm) {
1667 foreach ($html->find('[type=submit]') as $idx => $elm) {
1687 foreach ($html->find('[type=submit]') as $elm) {
1694 foreach ($html->find('#config__manager') as $cm_elm) {
1711 foreach ($html->find('.notes') as $elm) {
1715 foreach ($html->find('h2') as $idx => $elm) {
1729 foreach ($html->find('.import_users h2') as $elm) {
1733 foreach ($html->find('button[name*=fn[delete]]') as $elm) {
1738 foreach ($html->find('button[name*=fn[add]]') as $elm) {
1743 foreach ($html->find('button[name*=fn[modify]]') as $elm) {
1748 foreach ($html->find('button[name*=fn[import]]') as $elm) {
1753 foreach ($html->find('button[name*=fn[export]]') as $elm) {
1758 foreach ($html->find('button[name*=fn[start]]') as $elm) {
1763 foreach ($html->find('button[name*=fn[prev]]') as $elm) {
1768 foreach ($html->find('button[name*=fn[next]]') as $elm) {
1773 foreach ($html->find('button[name*=fn[last]]') as $elm) {
1782 foreach ($html->find('.actions') as $elm) {
1786 foreach ($html->find('.actions .uninstall') as $elm) {
1791 foreach ($html->find('.actions .enable') as $elm) {
1796 foreach ($html->find('.actions .disable') as $elm) {
1801 foreach ($html->find('.actions .install, .actions .update, .actions .reinstall') as $elm) {
1806 foreach ($html->find('form.install [type=submit]') as $elm) {
1811 foreach ($html->find('form.search [type=submit]') as $elm) {
1816 foreach ($html->find('.permerror') as $elm) {
1823 foreach ($html->find('ul.admin_tasks, ul.admin_plugins') as $admin_task) {
1840 foreach ($html->find('h2') as $elm) {
1844 foreach ($html->find('ul.admin_plugins') as $admin_plugins) {
1854 if ($admin_version = $html->getElementById('admin__version')) {
1863 $content = $html->save();
1865 $html->clear();
1866 unset($html);
1871 $html = new \simple_html_dom;
1872 $html->load($content, true, false);
1874 foreach ($html->find('fieldset[id^="plugin__"]') as $elm) {
1909 foreach ($html->find("$selector legend") as $elm) {
1914 $content = $html->save();
1916 $html->clear();
1917 unset($html);
1952 $html = new \simple_html_dom;
1953 $html->load($content, true, false);
1955 foreach ($html->find('.diff-lineheader') as $elm) {
1967 foreach ($html->find('.diff_sidebyside .diff-deletedline, .diff_sidebyside .diff-addedline') as $elm) {
1971 foreach ($html->find('.diff-deletedline') as $elm) {
1975 foreach ($html->find('.diff-addedline') as $elm) {
1979 foreach ($html->find('.diffprevrev') as $elm) {
1984 foreach ($html->find('.diffnextrev') as $elm) {
1989 foreach ($html->find('.diffbothprevrev') as $elm) {
1994 foreach ($html->find('.minor') as $elm) {
1998 $content = $html->save();
2000 $html->clear();
2001 unset($html);
2082 $html = new \simple_html_dom;
2083 $html->load($content, true, false);
2085 foreach ($html->find('h1') as $elm) {
2090 $content = $html->save();
2092 $html->clear();
2093 unset($html);
2098 $html = new \simple_html_dom;
2099 $html->load($content, true, false);
2101 foreach ($html->find('h1') as $elm) {
2106 $content = $html->save();
2108 $html->clear();
2109 unset($html);
2256 $html = $this->renderTOC($toc);
2259 return $html;
2262 echo $html;
2273 * @return string html
2341 $html = '<li class="' . $active . '">';
2342 $html .= "<a $attr>";
2343 $html .= \inlineSVG($item->getSvg());
2344 $html .= '<span>' . hsc($item->getLabel()) . '</span>';
2345 $html .= "</a>";
2348 $html .= $item->getDropDownMenu();
2351 $html .= '</li>';
2354 $tools_menus[$tool]['menu'][$item->getType()]['html'] = $html;
2382 return $this->toolsMenu[$tool]['menu'][$item]['html'];