Home
last modified time | relevance | path

Searched refs:allow_null (Results 1 – 7 of 7) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DVarParser.php57 * @param bool $allow_null Whether or not to permit null as a value
61 final public function parse($var, $type, $allow_null = false) argument
70 $var = $this->parseImplementation($var, $type, $allow_null);
71 if ($allow_null && $var === null) {
135 * @param bool $allow_null
138 protected function parseImplementation($var, $type, $allow_null) argument
DConfigSchema.php104 * @param bool $allow_null Whether or not to allow null values
106 public function add($key, $default, $type, $allow_null) argument
110 if ($allow_null) {
111 $obj->allow_null = true;
169 } elseif (count((array) $v) == 2 && isset($v->allow_null)) {
DConfig.php340 $allow_null = true;
343 $allow_null = isset($def->allow_null);
347 $value = $this->parser->parse($value, $type, $allow_null);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/
DNative.php14 * @param bool $allow_null
17 protected function parseImplementation($var, $type, $allow_null) argument
DFlexible.php13 * @param bool $allow_null
17 protected function parseImplementation($var, $type, $allow_null) argument
19 if ($allow_null && $var === null) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/
DConfigForm.php184 $allow_null = $def < 0;
188 $allow_null = isset($def->allow_null);
194 if ($allow_null) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/
Dschema.ser1 …ionRev";i:5;s:12:"HTML.Doctype";O:8:"stdClass":3:{s:4:"type";i:1;s:10:"allow_null";b:1;s:7:"allowe…