Lines Matching defs:type
698 * @param string $type ("link" or "image")
703 public function getLicense($type = 'link', $size = 24, $return = false)
716 if ($type == 'link') {
725 if ($type == 'image') {
1094 * @param string $type (= pills, tabs, navbar)
1099 public function toBootstrapNav($html, $type = '', $stacked = false, $optional_class = '')
1106 switch ($type) {
1113 $classes[] = "nav-$type";
1328 * @param string $type left or right sidebar
1331 public function includeSidebar($type)
1344 switch ($type) {
1461 foreach ($html->find('[type=button], [type=submit], [type=reset]') as $elm) {
1488 foreach ($html->find('input[type=checkbox]') as $elm) {
1493 foreach ($html->find('input[type=radio]') as $elm) {
1504 if (!in_array($elm->type, ['submit', 'reset', 'button', 'hidden', 'image', 'checkbox', 'radio'])) {
1587 foreach ($html->find('fieldset.search-form button[type="submit"]') 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) {
1806 foreach ($html->find('form.install [type=submit]') as $elm) {
1811 foreach ($html->find('form.search [type=submit]') as $elm) {
2246 'type' => 'ul',