Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DConditionalLength.php39 private $numerator; variable in ComboStrap\\ConditionalLength
126 $targetValue = $this->numerator * $remValue;
130 $targetValue = $this->numerator;
138 return $this->numerator;
151 $colsNumber = floor(GridTag::GRID_TOTAL_COLUMNS * $this->numerator / $this->denominator);
167 if ($this->numerator === null) {
178 $colsNumber = intval($this->numerator);
227 if ($this->numerator !== null) {
269 $this->numerator = DataType::toFloat($localNumber);
297 $numerator = $matches[1][0];
[all …]