Home
last modified time | relevance | path

Searched refs:orientations (Results 1 – 4 of 4) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DAndroidMatrix.php38 public $orientations; variable in Google\\Service\\Testing\\AndroidMatrix
85 public function setOrientations($orientations) argument
87 $this->orientations = $orientations;
94 return $this->orientations;
H A DAndroidRuntimeConfiguration.php45 public function setOrientations($orientations) argument
47 $this->orientations = $orientations;
54 return $this->orientations;
H A DIosRuntimeConfiguration.php45 public function setOrientations($orientations) argument
47 $this->orientations = $orientations;
54 return $this->orientations;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js53585 function isAnyOrientation(orientation, orientations) { argument
53586 return orientations.indexOf(orientation) !== -1;