Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DFsCommand.php29 public $positionOption; variable in Google\\Service\\Dfareporting\\FsCommand
60 public function setPositionOption($positionOption) argument
62 $this->positionOption = $positionOption;
69 return $this->positionOption;
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js3328 var positionOption = document.createElement('option');
3329 positionOption.setAttribute('value', directions[i]);
3330 mxUtils.write(positionOption, mxResources.get(directions[i]));
3331 positionSelect.appendChild(positionOption);