Home
last modified time | relevance | path

Searched refs:angle (Results 176 – 200 of 219) sorted by path

123456789

/plugin/odt/ODT/
H A DXMLUtil.php75 if ($angle === false) {
79 $pos = $angle + 1;
84 $endPos = $angle+1;
143 if ($angle === false) {
147 $pos = $angle + 1;
152 $endPos = $angle+1;
232 if ($angle === false) {
236 $pos = $angle + 1;
241 $endPos = $angle+1;
321 if ($angle === false) {
[all …]
/plugin/ol3/
H A Dscript.js8angle?e.angle:0,r.stroke_=void 0!==e.stroke?e.stroke:null,r.anchor_=null,r.size_=null,r.imageSize_…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dscript.js66 * punt',angle:180,opacity:.9,img:'', rowId:n},... ]);
267 angle: p.angle,
282 const angle = feature.get('angle');
291 rotation: angle * Math.PI / 180,
544 '" width="16" height="16" ' + 'style="transform:rotate(' + selFeature.get('angle') + 'deg)" /> ' +
/plugin/openlayersmap/syntax/
H A Dolmap.php180 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
182 $poi .= ", {lat:$lat,lon:$lon,txt:'$text',angle:$angle,opacity:$opacity,img:'$img',rowId: $rowId}";
313 [$match, $lat, $lon, $angle, $opacity, $img, $text] = $pt;
316 $angle = is_numeric($angle) ? $angle : 0;
325 $overlay [] = [$lat, $lon, $text, $angle, $opacity, $img];
375 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
440 list ( $lat, $lon, $text, $angle,
[all...]
/plugin/passpolicy/
H A Dwords.txt133 angle
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14252 var cosValue = Math.cos(angle);
14257 this._originalRotate(angle);
18817 angle: 0,
18844 angle += Math.PI / 2;
18859 if (angle === 0) {
18879 if (angle !== 0) {
18880 textDivProperties.angle = angle * (180 / Math.PI);
18901 if (angle !== 0) {
18902 angleCos = Math.cos(angle);
18903 angleSin = Math.sin(angle);
[all …]
H A Dpdf.js.map1angle","canvasWidth","originalTransform","paddingBottom","paddingLeft","paddingRight","paddingTop"…
H A Dpdf.worker.js35624 var angle = Math.floor(properties.italicAngle * Math.pow(2, 16));
35625 …return '\x00\x03\x00\x00' + (0, _util.string32)(angle) + '\x00\x00' + '\x00\x00' + (0, _util.strin…
H A Dpdf.worker.js.map1angle","strings","stringsUnicode","strBufUnicode","platforms","encodings","languages","namesRecord…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js1501 var setRotation = function setRotation(angle) {
1502 if ((0, _ui_utils.isValidRotation)(angle)) {
1503 _this6.pdfViewer.pagesRotation = angle;
3895 var angle = Math.atan2(evt.deltaY, evt.deltaX);
3897 if (-0.25 * Math.PI < angle && angle < 0.75 * Math.PI) {
3915 function isValidRotation(angle) {
3916 return Number.isInteger(angle) && angle % 90 === 0;
H A Dviewer.js.map1angle","isValidRotation","setViewerModes","isValidScrollMode","isValidSpreadMode","cleanup","Rende…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt356 The left and right angle bracket characters ("<" and ">") are tokens. They are
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1028 <n> is the angle
1056 the hex color of the shadow, and <a> is the angle of
1097 * Rotate by arbitary angle ('ra') now has a transparent
H A Dphpthumb.readme.txt373 <r> is rotation angle of overlaid watermark
408 <n> is the angle
452 the hex color of the shadow, <a> is the angle of the
466 where <a> is the rotation angle in degrees; <b> is the
503 ra = Rotate by Angle: angle of rotation in degrees
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php2935 @list($distance, $width, $color, $angle, $fade) = explode('|', $parameter, 5);
2936 $phpthumbFilters->DropShadow($this->gdimg_output, $distance, $width, $color, $angle, $fade);
3130 …@list($text, $size, $alignment, $hex_color, $ttffont, $opacity, $margin, $angle, $bg_color, $bg_op…
3138 $angle = ('' != $angle ? $angle : 0);
3149 …tput, $text, $size, $alignment, $hex_color, $ttffont, $opacity, $margin, $angle, $bg_color, $bg_op…
3233 @list($angle, $bgcolor) = explode('|', $parameter, 2);
3234 $phpthumbFilters->ImprovedImageRotate($this->gdimg_output, $angle, $bgcolor, null, $this);
H A Dphpthumb.filters.php314 public function DropShadow(&$gdimg, $distance, $width, $hexcolor, $angle, $alpha) { argument
321 $angle = ($angle ? $angle : 225) % 360;
340 $Offset['x'] = cos(deg2rad($angle)) * ($distance + $i);
341 $Offset['y'] = sin(deg2rad($angle)) * ($distance + $i);
1156 $TTFbox = imagettfbbox($size, $angle, $ttffont, $text);
1168 $TTFboxChar = imagettfbbox($size, $angle, $ttffont, 'jH');
1266 $TTFboxLine = imagettfbbox($size, $angle, $ttffont, $line);
1328 if ($angle && function_exists('imagerotate')) {
1403 if ($angle && $img_watermark_mask) {
1408 if ($angle && $img_watermark_mask) {
[all …]
H A Dphpthumb.functions.php213 public static function TranslateWHbyAngle($width, $height, $angle) { argument
214 if (($angle % 180) == 0) {
217 $newwidth = (abs(sin(deg2rad($angle))) * $height) + (abs(cos(deg2rad($angle))) * $width);
218 $newheight = (abs(sin(deg2rad($angle))) * $width) + (abs(cos(deg2rad($angle))) * $height);
/plugin/processing/
H A Dscript.js2399 var angle = m[0];
3660 skewX: function(angle) {
3663 skewY: function(angle) {
3752 this.rotate(angle);
3921 this.rotateZ(angle);
3957 var c = p.cos(angle);
3958 var s = p.sin(angle);
3963 var c = p.cos(angle);
3964 var s = p.sin(angle);
6994 var angle = angle_step;
[all …]
/plugin/quickstats/lang/en/
H A Dquery.txt41 The columns in angle brackets will not appear in every table. The ''Country'' column will be excl…
/plugin/register/
H A Dregister.php162 private function font_dims($fontidx, $text, $angle = 0) argument
167 public function font_height($fontidx, $text = "", $angle = 0) argument
171 return $this->_font_height($this->font_dims($fontidx, $text, $angle));
174 public function font_width($fontidx, $text, $angle = 0) argument
176 return $this->_font_width($this->font_dims($fontidx, $text, $angle));
180 $fh = $this->font_height($fontidx, $height_text, $angle);
181 $fw = $this->font_width($fontidx, " $text ", $angle);
188 public function exact_text($x, $y, $fontidx, $text, $angle = 0) argument
190 return $this->_text($x, $y, $fontidx, $text, $text, $angle);
192 public function text($x, $y, $fontidx, $text, $angle = 0) argument
[all …]
/plugin/revealjs/css/
H A Dreveal.scss247 @mixin controlsArrowTransform( $angle ) { parameter
249 …controlArrowLength)/2) translateY(($controlArrowSize - $controlArrowThickness)/2) rotate( $angle );
253 …ontrolArrowLength)/2) translateY(($controlArrowSize - $controlArrowThickness)/2) rotate( -$angle );
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js423 R.angle = function (x1, y1, x2, y2, x3, y3) {
432 return R.angle(x1, y1, x3, y3) - R.angle(x2, y2, x3, y3);
1830 a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
1834 rad = PI / 180 * (+angle || 0),
1849 var cos = math.cos(PI / 180 * angle),
1850 sin = math.sin(PI / 180 * angle),
1892 res = a2c(x2, y2, rx, ry, angle, 0, sweep_flag, x2old, y2old, [f2, f2old, cx, cy]);
H A Draphael.svg.js72 var angle = gradient.shift();
73 angle = -toFloat(angle);
74 if (isNaN(angle)) {
77 var vector = [0, 0, math.cos(R.rad(angle)), math.sin(R.rad(angle))],
H A Draphael.vml.js387 var angle = gradient.shift();
388 angle = -toFloat(angle);
389 if (isNaN(angle)) {
414 fill.angle = 0;
418 fill.angle = (270 - angle) % 360;

123456789