Searched refs:non_negative (Results 1 – 2 of 2) sorted by relevance
13 protected $non_negative = false; variable in HTMLPurifier_AttrDef_CSS_Number16 * @param bool $non_negative indicates whether negatives are forbidden18 public function __construct($non_negative = false) argument20 $this->non_negative = $non_negative;45 if ($this->non_negative) {
16 * @param bool $non_negative Whether to forbid negative values18 public function __construct($non_negative = false) argument20 $this->number_def = new HTMLPurifier_AttrDef_CSS_Number($non_negative);