Searched refs:content_model_type (Results 1 – 8 of 8) sorted by relevance
82 public $content_model_type; variable in HTMLPurifier_ElementDef138 public static function create($content_model, $content_model_type, $attr) argument142 $def->content_model_type = $content_model_type;182 if (!empty($def->content_model_type)) {183 $this->content_model_type = $def->content_model_type;
148 list($content_model_type, $content_model) = $this->parseContents($contents);158 $content_model_type,226 list($content_model_type, $content_model) = explode(':', $contents);227 $content_model_type = strtolower(trim($content_model_type));229 return array($content_model_type, $content_model);
127 switch ($def->content_model_type) {
202 unset($this->info[$k]->content_model_type);
57 $this->info['noscript']->content_model_type = 'required';66 $this->info['script']->content_model_type = 'optional';
89 $address->content_model_type = 'optional';94 $blockquote->content_model_type = 'optional';175 $form->content_model_type = 'optional';
47 if ($def->content_model_type != 'chameleon') {
36 if ($def->content_model_type != 'strictblockquote') {