Lines Matching refs:length
30 private $length; variable in ComboStrap\\ConditionalLength
69 $this->length = $value;
72 $this->length = $conditionalValue->getValue();
200 return $this->length;
220 return $this->length;
230 if ($this->length === "fit") {
233 return $this->length;
263 preg_match("/^([0-9.]+)([^0-9]*)$/i", $this->length, $matches, PREG_OFFSET_CAPTURE);
272 …onBadSyntax("The number value ($localNumber) of the length value ($this->length) is not a valid fl…
293 preg_match("/^([0-9]+):([0-9]+)$/i", $this->length, $matches, PREG_OFFSET_CAPTURE);
302 …tionBadSyntax("The number value ($numerator) of the length value ($this->length) is not a valid fl…
309 …onBadSyntax("The number value ($denominator) of the length value ($this->length) is not a valid fl…