Home
last modified time | relevance | path

Searched refs:has_attribute (Results 1 – 22 of 22) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.selectors.inc.php57 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');
H A Dbox.form.php19 if ($root->has_attribute('name')) {
21 } elseif ($root->has_attribute('id')) {
H A Dconfig.parse.php23 if ($root->has_attribute('name')) {
33 if ($root->has_attribute('mask')) {
44 if ($root->has_attribute('name')) {
54 if ($root->has_attribute('mask')) {
H A Ddom.php4.inc.php39 function has_attribute($name) { function in PHP4DOMTree
40 return $this->_element->has_attribute($name);
H A Dbox.frame.php111 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%";
H A Dbox.input.img.php97 if ($root->has_attribute('width')) {
103 if ($root->has_attribute('height')) {
H A Dcss.ruleset.class.php24 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")) {
H A Dbox.select.php31 if (empty($content) || $child->has_attribute('selected')) {
36 if ($child->has_attribute('value')) {
H A Dbox.button.reset.php9 if ($root->has_attribute("value")) {
H A Dhtml.attrs.inc.php162 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')) {
H A Dbox.input.password.php7 if ($root->has_attribute('value')) {
H A Dbox.input.text.php22 if ($root->has_attribute('value')) {
H A Dbox.button.submit.php56 if ($root->has_attribute("value")) {
H A Dbox.iframe.php25 if (!$root->has_attribute('src') ||
H A Ddom.php5.inc.php38 function has_attribute($name) { function in DOMTree
H A Dbox.button.php52 if ($root->has_attribute("value")) {
H A Dbox.radiobutton.php22 $checked = $root->has_attribute('checked');
H A Dbox.img.php252 if ($root->has_attribute('width')) {
258 if ($root->has_attribute('height')) {
H A Ddom.activelink.inc.php41 function has_attribute($name) { function in ActiveLinkDOMTree
H A Dbox.checkbutton.php67 $box =& new CheckBox($root->has_attribute('checked'),
H A Dbox.php141 if ($root->has_attribute("style")) {
H A Dbox.table.php122 if ($root->has_attribute('width')) {