Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DObaIcon.php47 public $xPosition; variable in Google\\Service\\Dfareporting\\ObaIcon
140 public function setXPosition($xPosition) argument
142 $this->xPosition = $xPosition;
149 return $this->xPosition;
/plugin/combo/ComboStrap/
H A DMarkupRef.php145 $xPosition = strpos($widthAndHeight, "x");
146 if ($xPosition !== false) {
147 $width = DataType::toInteger(substr($widthAndHeight, 0, $xPosition));
151 $height = DataType::toInteger(substr($widthAndHeight, $xPosition + 1));