Home
last modified time | relevance | path

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

/dports/www/ilias/ILIAS-5.4.25/Services/Style/Content/classes/
H A Dclass.ilTRBLBorderStyleInputGUI.php103 public function setLeftValue($a_leftvalue) function in ilTRBLBorderStyleInputGUI
166 case "left": $this->setLeftValue($value); break;
233 $this->setLeftValue($a_values[$this->getPostVar()]["left"]["pre_value"]);
H A Dclass.ilTRBLBorderWidthInputGUI.php122 public function setLeftValue($a_leftvalue) function in ilTRBLBorderWidthInputGUI
203 case "left": $this->setLeftValue($value); break;
315 $this->setLeftValue($a_values[$this->getPostVar()]["left"]["pre_value"]);
317 $this->setLeftValue($a_values[$this->getPostVar()]["left"]["num_value"] .
H A Dclass.ilTRBLNumericStyleValueInputGUI.php123 public function setLeftValue($a_leftvalue) function in ilTRBLNumericStyleValueInputGUI
211 case "left": $this->setLeftValue($num_value . $num_unit); break;
290 $this->setLeftValue($a_values[$this->getPostVar()]["left"]["num_value"] .
H A Dclass.ilTRBLColorPickerInputGUI.php134 public function setLeftValue($a_leftvalue) function in ilTRBLColorPickerInputGUI
236 case "left": $this->setLeftValue($value); break;
H A Dclass.ilObjStyleSheetGUI.php853 $input->setLeftValue($cur_parameters[$v["subpar"][4]]);
/dports/www/ilias6/ILIAS-6.14/Services/Style/Content/classes/
H A Dclass.ilTRBLBorderStyleInputGUI.php103 public function setLeftValue($a_leftvalue) function in ilTRBLBorderStyleInputGUI
166 case "left": $this->setLeftValue($value); break;
233 $this->setLeftValue($a_values[$this->getPostVar()]["left"]["pre_value"]);
H A Dclass.ilTRBLBorderWidthInputGUI.php122 public function setLeftValue($a_leftvalue) function in ilTRBLBorderWidthInputGUI
203 case "left": $this->setLeftValue($value); break;
315 $this->setLeftValue($a_values[$this->getPostVar()]["left"]["pre_value"]);
317 $this->setLeftValue($a_values[$this->getPostVar()]["left"]["num_value"] .
H A Dclass.ilTRBLNumericStyleValueInputGUI.php123 public function setLeftValue($a_leftvalue) function in ilTRBLNumericStyleValueInputGUI
211 case "left": $this->setLeftValue($num_value . $num_unit); break;
290 $this->setLeftValue($a_values[$this->getPostVar()]["left"]["num_value"] .
H A Dclass.ilTRBLColorPickerInputGUI.php134 public function setLeftValue($a_leftvalue) function in ilTRBLColorPickerInputGUI
236 case "left": $this->setLeftValue($value); break;
H A Dclass.ilObjStyleSheetGUI.php863 $input->setLeftValue($cur_parameters[$v["subpar"][4]]);
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/colors/
H A Ddgradientslider.h60 void setLeftValue(double);
H A Ddgradientslider.cpp236 setLeftValue(v); in mouseMoveEvent()
300 void DGradientSlider::setLeftValue(double v) in setLeftValue() function in Digikam::DGradientSlider
/dports/devel/simgear/simgear-2020.3.11/simgear/props/
H A Dcondition.cxx137 virtual void setLeftValue (const SGPropertyNode * value);
415 SGComparisonCondition::setLeftValue (const SGPropertyNode *node) in setLeftValue() function in SGComparisonCondition
550 condition->setLeftValue(left); in readComparison()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Node/
H A DNestedSet.php615 $this->setLeftValue(0);
829 $this->setLeftValue(1);
947 $this->setLeftValue(0);
997 $this->setLeftValue($destLeft);
1149 public function setLeftValue($lft) function in Doctrine_Node_NestedSet
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/randomshaders/
H A DrsgBinaryOps.cpp118 void setLeftValue (Expression* expression);
158 void CustomBinaryOp<ComputeValue>::setLeftValue(Expression* expression) in setLeftValue() function in rsg::CustomBinaryOp
250 addOperation->setLeftValue(m_rightValueExpr); in createNextChild()
270 addOperation->setLeftValue(m_leftValueExpr); in createNextChild()
294 subOperation->setLeftValue(m_leftValueExpr); in createNextChild()
303 lessOperation->setLeftValue(absOperation); in createNextChild()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/colors/film/
H A Dfilmtool.cpp411 d->redInputLevels->setLeftValue( in slotAdjustSliders()
416 d->greenInputLevels->setLeftValue( in slotAdjustSliders()
421 d->blueInputLevels->setLeftValue( in slotAdjustSliders()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/colors/adjustlevels/
H A Dadjustlevelstool.cpp646 d->inputLevels->setLeftValue((double)minIn/(double)d->histoSegments); in adjustSliders()
649 d->outputLevels->setLeftValue((double)minOut/(double)d->histoSegments); in adjustSliders()