Searched refs:innertext (Results 1 – 6 of 6) sorted by relevance
| /template/bootstrap3/ |
| D | Template.php | 1472 $elm->outertext = '<a href="#">' . $elm->innertext . "</a>"; 1522 $elm->innertext = iconify('mdi:information') . ' ' . $elm->innertext; 1527 $elm->innertext = iconify('mdi:alert-octagon') . ' ' . $elm->innertext; 1532 $elm->innertext = iconify('mdi:check-circle') . ' ' . $elm->innertext; 1538 $elm->innertext = iconify('mdi:alert') . ' ' . $elm->innertext; 1589 $elm->innertext = iconify('mdi:magnify', ['class' => 'mr-2']) . $elm->innertext; 1609 … $elm->innertext = iconify('mdi:folder-open', ['class' => 'text-primary mr-2']) . $elm->innertext; 1613 … $elm->innertext = iconify('mdi:folder', ['class' => 'text-primary mr-2']) . $elm->innertext; 1618 …$elm->innertext = iconify('mdi:file-document-outline', ['class' => 'text-muted mr-2']) . $elm->inn… 1647 $elm->innertext = iconify('mdi:content-save') . ' ' . $elm->innertext; [all …]
|
| D | EventHandlers.php | 215 $elm->innertext = iconify('mdi:pencil') . ' ' . $elm->innertext; 219 $elm->innertext = iconify('mdi:table') . ' ' . $elm->innertext;
|
| /template/bootstrap3/tpl/ |
| D | menu-user.php | 185 … $elm->outertext = '<li class="dropdown-header">' . $elm->innertext . '</li>'; 191 $elm->outertext = '' . $elm->innertext; 194 $elm->outertext = $elm->innertext;
|
| /template/mikio/ |
| H A D | mikio.php | 1778 $content = $preview[0]->innertext; 1848 $preview[0]->innertext = $content; 2086 if ($elm->innertext === $pageTitle) { 2097 if (preg_match('/[~-]~hero-subtitle (.+?)~[~-]/ui', $elm->innertext, $matches) === 1) { 2101 … $elm->innertext = preg_replace('/[~-]~hero-subtitle (.+?)~[~-]/ui', '', $elm->innertext); 2108 preg_match('/[~-]~hero-image (.+?)~[~-](?!.?")/ui', $elm->innertext, $matches); 2133 … $elm->innertext = preg_replace('/[~-]~hero-image (.+?)~[~-].*/ui', '', $elm->innertext); 2140 if (preg_match('/[~-]~hero-colors (.+?)~[~-]/ui', $elm->innertext, $matches) === 1) { 2144 … $elm->innertext = preg_replace('/[~-]~hero-colors (.+?)~[~-]/ui', '', $elm->innertext); 2151 if (preg_match('/[~-]~hide-parts (.+?)~[~-]/ui', $elm->innertext, $matches) === 1) { [all …]
|
| /template/bootstrap3/inc/ |
| D | simple_html_dom.php | 345 function innertext() function in simple_html_dom_node 381 return $this->innertext(); 465 $ret = $this->innertext(); 972 case 'innertext': return $this->innertext(); 1573 $ret = $this->root->innertext(); 2286 return $this->root->innertext(); 2293 return $this->root->innertext(); 2295 return $this->root->innertext();
|
| /template/mikio/inc/ |
| H A D | simple_html_dom.php | 342 function innertext() function in simple_html_dom_node 378 return $this->innertext(); 462 $ret = $this->innertext(); 976 case 'innertext': return $this->innertext(); 1579 $ret = $this->root->innertext(); 2292 return $this->root->innertext(); 2299 return $this->root->innertext(); 2301 return $this->root->innertext();
|