Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool.php34 public function setAutoscale(GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale $autoscale) argument
36 $this->autoscale = $autoscale;
43 return $this->autoscale;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js2023 resize = mxUtils.bind(this, function(autoscale, maxScale, cx, cy) argument
2054 var ns = (autoscale) ? Math.max(0.3, Math.min(maxScale || 1, cw / b.width)) : s;