Searched refs:has_attribute (Results 1 – 22 of 22) sorted by relevance
57 if (!$root->has_attribute('class')) { return false; };108 return $root->has_attribute($attr_name);122 if (!$root->has_attribute($attr_name)) {139 if (!$root->has_attribute($attr_name)) {149 return $root->tagname() == "a" && $root->has_attribute('href');151 return $root->tagname() == "a" && $root->has_attribute('href');
19 if ($root->has_attribute('name')) {21 } elseif ($root->has_attribute('id')) {
23 if ($root->has_attribute('name')) {33 if ($root->has_attribute('mask')) {44 if ($root->has_attribute('name')) {54 if ($root->has_attribute('mask')) {
39 function has_attribute($name) { function in PHP4DOMTree40 return $this->_element->has_attribute($name);
111 if (!$root->has_attribute('frameborder') &&112 $parent->has_attribute('frameborder')) {120 if (!$root->has_attribute('src')) { return; };235 $this->rows = $root->has_attribute('rows') ? $root->get_attribute('rows') : "100%";236 $this->cols = $root->has_attribute('cols') ? $root->get_attribute('cols') : "100%";
97 if ($root->has_attribute('width')) {103 if ($root->has_attribute('height')) {
24 if ($root->has_attribute("media")) {43 …if (!$root->has_attribute("title") || $root->get_attribute("title") === $GLOBALS['g_stylesheet_tit…70 if ($root->has_attribute("media")) {
31 if (empty($content) || $child->has_attribute('selected')) { 36 if ($child->has_attribute('value')) {
9 if ($root->has_attribute("value")) {
162 if ($root->has_attribute($attr)) {170 if ($root->has_attribute($attr)) {719 if ($root->has_attribute('action')) {730 if ($root->has_attribute('name')) {739 if (!$root->has_attribute('size')) {747 if ($root->has_attribute('type')) {
7 if ($root->has_attribute('value')) {
22 if ($root->has_attribute('value')) {
56 if ($root->has_attribute("value")) {
25 if (!$root->has_attribute('src') ||
38 function has_attribute($name) { function in DOMTree
52 if ($root->has_attribute("value")) {
22 $checked = $root->has_attribute('checked');
252 if ($root->has_attribute('width')) {258 if ($root->has_attribute('height')) {
41 function has_attribute($name) { function in ActiveLinkDOMTree
67 $box =& new CheckBox($root->has_attribute('checked'),
141 if ($root->has_attribute("style")) {
122 if ($root->has_attribute('width')) {