Home
last modified time | relevance | path

Searched refs:content_model_type (Results 1 – 8 of 8) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DElementDef.php82 public $content_model_type; variable in HTMLPurifier_ElementDef
138 public static function create($content_model, $content_model_type, $attr) argument
142 $def->content_model_type = $content_model_type;
182 if (!empty($def->content_model_type)) {
183 $this->content_model_type = $def->content_model_type;
DHTMLModule.php148 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);
DContentSets.php127 switch ($def->content_model_type) {
DHTMLDefinition.php202 unset($this->info[$k]->content_model_type);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DScripting.php57 $this->info['noscript']->content_model_type = 'required';
66 $this->info['script']->content_model_type = 'optional';
DLegacy.php89 $address->content_model_type = 'optional';
94 $blockquote->content_model_type = 'optional';
175 $form->content_model_type = 'optional';
DEdit.php47 if ($def->content_model_type != 'chameleon') {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/
DStrict.php36 if ($def->content_model_type != 'strictblockquote') {