Lines Matching refs:html
1104 * @param string $html
1110 public function toBootstrapNav($html, $type = '', $stacked = false, $optional_class = '') argument
1137 $html
1153 * @param string $html
1163 $html = new \simple_html_dom;
1164 $html->load($list, true, false);
1167 foreach ($html->find('span.curid') as $elm) {
1173 foreach ($html->find('div.li') as $elm) {
1177 $list = $html->save();
1178 $html->clear();
1179 unset($html);
1181 $html = new \simple_html_dom;
1182 $html->load($list, true, false);
1184 foreach ($html->find('li') as $elm) {
1190 $list = $html->save();
1191 $html->clear();
1192 unset($html);
1280 $html = new \simple_html_dom;
1281 $html->load($out, true, false);
1284 foreach ($html->find('h1, h2, h3, h4, h5, h6') as $elm) {
1294 $out = $html->save();
1295 $html->clear();
1296 unset($html);
1427 $html = new \simple_html_dom;
1428 $html->load($content, true, false);
1431 if (!$html) {
1436 foreach ($html->find('.curid') as $elm) {
1444 foreach ($html->find('span.curid') as $elm) {
1449 foreach ($html->find('.footnotes') as $elm) {
1454 foreach ($html->find('.a11y') as $elm) {
1461 foreach ($html->find('ul, ol') as $elm) {
1468 foreach ($html->find('.button') as $elm) {
1474 foreach ($html->find('[type=button], [type=submit], [type=reset]') as $elm) {
1479 foreach ($html->find('.tabs') as $elm) {
1484 foreach ($html->find('.nav-tabs strong') as $elm) {
1491 foreach ($html->find('h1,h2,h3') as $elm) {
1496 foreach ($html->find('img[class^=media]') as $elm) {
1501 foreach ($html->find('input[type=checkbox]') as $elm) {
1506 foreach ($html->find('input[type=radio]') as $elm) {
1511 foreach ($html->find('label') as $elm) {
1516 foreach ($html->find('input, select, textarea') as $elm) {
1524 foreach ($html->find('form') as $elm) {
1531 foreach ($html->find('div.info, div.error, div.success, div.notify') as $elm) {
1562 foreach ($html->find('div.table') as $elm) {
1571 foreach ($html->find('table.inline,table.import_failures') as $elm) {
1575 foreach ($html->find('div.table') as $elm) {
1582 foreach ($html->find('table.ul') as $elm) {
1587 $content = $html->save();
1589 $html->clear();
1590 unset($html);
1598 $html = new \simple_html_dom;
1599 $html->load($content, true, false);
1601 foreach ($html->find('fieldset.search-form button[type="submit"]') as $elm) {
1606 $content = $html->save();
1608 $html->clear();
1609 unset($html);
1616 $html = new \simple_html_dom;
1617 $html->load($content, true, false);
1619 foreach ($html->find('.idx_dir') as $idx => $elm) {
1631 foreach ($html->find('.idx .wikilink1') as $elm) {
1635 $content = $html->save();
1637 $html->clear();
1638 unset($html);
1645 $html = new \simple_html_dom;
1646 $html->load($content, true, false);
1650 if ($admin_pagetitle = $html->find('h1.page-header', 0)) {
1658 foreach ($html->find('[name*=cmd[update]]') as $elm) {
1669 foreach ($html->find('[type=submit]') as $elm) {
1681 foreach ($html->find('[type=submit]') as $idx => $elm) {
1701 foreach ($html->find('[type=submit]') as $elm) {
1708 foreach ($html->find('#config__manager') as $cm_elm) {
1725 foreach ($html->find('.notes') as $elm) {
1729 foreach ($html->find('h2') as $idx => $elm) {
1743 foreach ($html->find('.import_users h2') as $elm) {
1747 foreach ($html->find('button[name*=fn[delete]]') as $elm) {
1752 foreach ($html->find('button[name*=fn[add]]') as $elm) {
1757 foreach ($html->find('button[name*=fn[modify]]') as $elm) {
1762 foreach ($html->find('button[name*=fn[import]]') as $elm) {
1767 foreach ($html->find('button[name*=fn[export]]') as $elm) {
1772 foreach ($html->find('button[name*=fn[start]]') as $elm) {
1777 foreach ($html->find('button[name*=fn[prev]]') as $elm) {
1782 foreach ($html->find('button[name*=fn[next]]') as $elm) {
1787 foreach ($html->find('button[name*=fn[last]]') as $elm) {
1796 foreach ($html->find('.actions') as $elm) {
1800 foreach ($html->find('.actions .uninstall') as $elm) {
1805 foreach ($html->find('.actions .enable') as $elm) {
1810 foreach ($html->find('.actions .disable') as $elm) {
1815 … foreach ($html->find('.actions .install, .actions .update, .actions .reinstall') as $elm) {
1820 foreach ($html->find('form.install [type=submit]') as $elm) {
1825 foreach ($html->find('form.search [type=submit]') as $elm) {
1830 foreach ($html->find('.permerror') as $elm) {
1837 foreach ($html->find('ul.admin_tasks, ul.admin_plugins') as $admin_task) {
1854 foreach ($html->find('h2') as $elm) {
1858 foreach ($html->find('ul.admin_plugins') as $admin_plugins) {
1868 if ($admin_version = $html->getElementById('admin__version')) {
1877 $content = $html->save();
1879 $html->clear();
1880 unset($html);
1885 $html = new \simple_html_dom;
1886 $html->load($content, true, false);
1888 foreach ($html->find('fieldset[id^="plugin__"]') as $elm) {
1923 foreach ($html->find("$selector legend") as $elm) {
1928 $content = $html->save();
1930 $html->clear();
1931 unset($html);
1966 $html = new \simple_html_dom;
1967 $html->load($content, true, false);
1969 foreach ($html->find('.diff-lineheader') as $elm) {
1981 …foreach ($html->find('.diff_sidebyside .diff-deletedline, .diff_sidebyside .diff-addedline') as $e…
1985 foreach ($html->find('.diff-deletedline') as $elm) {
1989 foreach ($html->find('.diff-addedline') as $elm) {
1993 foreach ($html->find('.diffprevrev') as $elm) {
1998 foreach ($html->find('.diffnextrev') as $elm) {
2003 foreach ($html->find('.diffbothprevrev') as $elm) {
2008 foreach ($html->find('.minor') as $elm) {
2012 $content = $html->save();
2014 $html->clear();
2015 unset($html);
2096 $html = new \simple_html_dom;
2097 $html->load($content, true, false);
2099 foreach ($html->find('h1') as $elm) {
2104 $content = $html->save();
2106 $html->clear();
2107 unset($html);
2112 $html = new \simple_html_dom;
2113 $html->load($content, true, false);
2115 foreach ($html->find('h1') as $elm) {
2120 $content = $html->save();
2122 $html->clear();
2123 unset($html);
2270 $html = $this->renderTOC($toc);
2273 return $html;
2276 echo $html;
2355 $html = '<li class="' . $active . '">';
2356 $html .= "<a $attr>";
2357 $html .= \inlineSVG($item->getSvg());
2358 $html .= '<span>' . hsc($item->getLabel()) . '</span>';
2359 $html .= "</a>";
2362 $html .= $item->getDropDownMenu();
2365 $html .= '</li>';
2368 $tools_menus[$tool]['menu'][$item->getType()]['html'] = $html;