Home
last modified time | relevance | path

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

/plugin/scrape/HTMLPurifier/ConfigSchema/Interchange/
H A DDirective.php32 public $typeAllowsNull = false; variable in HTMLPurifier_ConfigSchema_Interchange_Directive
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php87 if (isset($type[1])) $directive->typeAllowsNull = true;
95 …$this->varParser->parse($hash->offsetGet('DEFAULT'), $directive->type, $directive->typeAllowsNull);
H A DValidator.php86 $this->parser->parse($d->default, $d->type, $d->typeAllowsNull);
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DConfigSchema.php17 $d->typeAllowsNull