Home
last modified time | relevance | path

Searched refs:attr_name (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.selectors.inc.php107 $attr_name = $selector[1];
108 return $root->has_attribute($attr_name);
119 $attr_name = $selector[1];
122 if (!$root->has_attribute($attr_name)) {
125 return strtolower($root->get_attribute($attr_name)) == strtolower($attr_value);
136 $attr_name = $selector[1];
139 if (!$root->has_attribute($attr_name)) {
143 $words = preg_split("/\s+/",$root->get_attribute($attr_name));
/plugin/google_maps/syntax/
H A Dmaps.php154 foreach (array('size', 'control', 'overviewmap', 'zoom') as $attr_name)
156 $attr_value = $this->getConfigValue($options, $attr_name);
160 $renderer->doc .= ' ' . $attr_name . '="' . $attr_value . '"';
H A Dcal.php115 $renderer->doc .= ' ' . $attr_name . '="' . $options[$attr_name] . '"';
/plugin/scrape/
H A DHTMLPurifier.standalone.php