Home
last modified time | relevance | path

Searched refs:rotation (Results 1 – 25 of 141) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DVideoFileDetailsVideoStream.php39 public $rotation; variable in Google\\Service\\YouTube\\VideoFileDetailsVideoStream
110 public function setRotation($rotation) argument
112 $this->rotation = $rotation;
119 return $this->rotation;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
DPage.php158 $rotation = $this->getAttribute('Rotate');
159 if (null === $rotation) {
163 $rotation = PdfNumeric::ensure(PdfType::resolve($rotation, $this->parser))->value % 360;
165 if ($rotation < 0) {
166 $rotation += 360;
169 return $rotation;
224 $rotation = $this->getRotation();
225 $interchange = ($rotation / 90) % 2;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
DSecret.php141 public function setRotation(Rotation $rotation) argument
143 $this->rotation = $rotation;
150 return $this->rotation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
DDriveFileImageMediaMetadata.php83 public $rotation; variable in Google\\Service\\Drive\\DriveFileImageMediaMetadata
318 public function setRotation($rotation) argument
320 $this->rotation = $rotation;
327 return $this->rotation;
/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdiTrait.php298 $rotation = $page->getRotation();
300 if ($rotation !== 0) {
301 $rotation *= -1;
302 $angle = $rotation * M_PI/180;
308 switch ($rotation) {
DFpdfTplTrait.php324 public function AddPage($orientation = '', $size = '', $rotation = 0) argument
329 parent::AddPage($orientation, $size, $rotation);
/plugin/stlviewer/stlviewer/
DCanvasRenderer.js559 if ( material.rotation !== 0 ) _context.rotate( material.rotation );
576 if ( material.rotation !== 0 ) _context.rotate( material.rotation );
590 if ( material.rotation !== 0 ) _context.rotate( material.rotation );
603 if ( material.rotation !== 0 ) _context.rotate( material.rotation );
Dstl_viewer.min.js2rotation.setFromRotationMatrix(e.mesh.matrix),i&&o.scene.add(e.edges)}},this.set_model_custom_prop…
DProjector.js89 this.rotation = 0;
837 _sprite.rotation = object.rotation;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DmxVsdxCanvas2D.js722 …totype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, clip, rotation, dir) argument
1076 rotation -= pRotDegrees;
1078 if (rotation != 0)
1079 this.shape.appendChild(this.createCellElem("TxtAngle", (360 - rotation) * Math.PI / 180));
1122 s.rotation = s.rotation + theta;
Dimporter.js1050 var rotation = shape.getRotation();
1051 if (rotation !== 0) {
1057 … com.mxgraph.online.Utils.rotatedGeometry(child.getGeometry(), rotation, hw, hh);
1071 mxVsdxCodec.rotatedEdgePoint = function (pt, rotation, cx, cy) { argument
1072 rotation = (function (x) { return x * Math.PI / 180; })(rotation); function
1073 var cos = Math.cos(rotation);
1074 var sin = Math.sin(rotation);
1284 var rotation = edgeShape.getRotation();
1285 if (rotation !== 0) {
1289 …etStyle(label.getStyle() + ";rotation=" + (rotation > 60 && rotation < 240 ? (rotation + 180) % 36…
[all …]
/plugin/pdfjs/pdfjs/web/
Dviewer.js1235 rotation: null, property
1246 …out, pageMode, openActionDest, viewOnLoad, initialBookmark, zoom, hash, rotation, sidebarView, scr…
1264 rotation = null;
1271 rotation = parseInt(values.rotation, 10);
1295 rotation: rotation, property
1496 rotation = _ref7.rotation, variable
1527 setRotation(rotation);
2018 'rotation': location.rotation property
7547 rotation: linkService.rotation property
7616 rotation = _parseCurrentHash.rotation; variable
[all …]
/plugin/openlayersmapoverlays/
Dscript.js157 rotation: '${ca}',
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor_zh-CN.properties.bak85 rotation=Rotation
Deditor.properties.bak84 rotation=Rotation
Deditor_de.properties.bak85 rotation=Rotation
Deditor_de.properties92 rotation=Rotation key
Deditor.properties88 rotation=Rotation key
/plugin/diagramsnet/lib/js/diagramly/util/
DmxAsyncCanvas.js180 …s.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, clip, rotation) argument
DmxJsCanvas.js634 …s.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, clip, rotation) argument
645 if (rotation != 0)
648 this.ctx.rotate(rotation * Math.PI / 180);
/plugin/mikioplugin/icons/elusive/css/
H A Delusive-icons.min.css4rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.e…
/plugin/icons/assets/rpg-awesome/css/
Drpg-awesome.min.css5rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.r…
/plugin/authgooglesheets/vendor/monolog/monolog/
DUPGRADE.md48 to one of the predefined FILE_PER_* constants to avoid issues with file rotation.
/plugin/jmol2/jmol/
DJmolAppletSigned0_Symmetry.jar ... String lookupCode String translationString org.jmol.symmetry.Rotation rotation org.jmol.symmetry.Translation translation javax ...
DJmolApplet0_Symmetry.jar ... String lookupCode String translationString org.jmol.symmetry.Rotation rotation org.jmol.symmetry.Translation translation javax ...

123456