Home
last modified time | relevance | path

Searched refs:content_sets (Results 1 – 6 of 6) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DHTMLModule.php51 public $content_sets = array(); variable in HTMLPurifier_HTMLModule
194 if (!isset($this->content_sets[$type])) {
195 $this->content_sets[$type] = '';
197 $this->content_sets[$type] .= ' | ';
199 $this->content_sets[$type] .= $element;
DContentSets.php46 foreach ($module->content_sets as $key => $value) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DList.php25 public $content_sets = array('Flow' => 'List'); variable in HTMLPurifier_HTMLModule_List
DScripting.php31 public $content_sets = array('Block' => 'script | noscript', 'Inline' => 'script | noscript'); variable in HTMLPurifier_HTMLModule_Scripting
DForms.php21 public $content_sets = array( variable in HTMLPurifier_HTMLModule_Forms
DText.php25 public $content_sets = array( variable in HTMLPurifier_HTMLModule_Text