Searched refs:allow_null (Results 1 – 7 of 7) sorted by relevance
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | VarParser.php | 57 * @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
|
| D | ConfigSchema.php | 104 * @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)) {
|
| D | Config.php | 340 $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/ |
| D | Native.php | 14 * @param bool $allow_null 17 protected function parseImplementation($var, $type, $allow_null) argument
|
| D | Flexible.php | 13 * @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/ |
| D | ConfigForm.php | 184 $allow_null = $def < 0; 188 $allow_null = isset($def->allow_null); 194 if ($allow_null) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ |
| D | schema.ser | 1 …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…
|