Searched refs:attr_name (Results 1 – 6 of 6) sorted by relevance
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | css.selectors.inc.php | 107 $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/ |
| D | maps.php | 154 foreach (array('size', 'control', 'overviewmap', 'zoom') as $attr_name) 156 $attr_value = $this->getConfigValue($options, $attr_name); 160 $renderer->doc .= ' ' . $attr_name . '="' . $attr_value . '"';
|
| D | cal.php | 115 $renderer->doc .= ' ' . $attr_name . '="' . $options[$attr_name] . '"';
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | HTMLDefinition.php | 109 * @param string $attr_name Name of attribute 113 public function addAttribute($element_name, $attr_name, $def) argument 121 $element->attr[$attr_name] = $def;
|
| D | HTMLModuleManager.php | 458 foreach ($def->attr as $attr_name => $attr_def) { 460 $def->required_attr[] = $attr_name;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.cjs | 4442 var self = this, $ret_or_1 = nil, prefix = nil, attr_name = nil; 4448 …$truthy((attr_name = $$('CAPTION_ATTRIBUTE_NAMES')['$[]'](caption_context))) && ($truthy((prefix =…
|