Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 25 of 225) sorted by relevance

123456789

/plugin/odt/ODT/
DXMLUtil.php74 $angle = strpos ($xmlCode, '>', $pos);
75 if ($angle === false) {
79 $pos = $angle + 1;
82 if ($xmlCode [$angle-1] == '/') {
84 $endPos = $angle+1;
85 return substr ($xmlCode, $start, $angle-$start+1);
142 $angle = strpos ($xmlCode, '>', $pos);
143 if ($angle === false) {
147 $pos = $angle + 1;
150 if ($xmlCode [$angle-1] == '/') {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DGradient.php193 $angle = (isset($coords[4]) ? $coords[4] : false);
198 …} elseif ($angle !== false && $coords[0] !== false && $coords[1] !== false && $coords[2] === false…
202 if ($angle == 0 || $angle == 360) {
209 } elseif ($angle == 90) {
217 } elseif ($angle == 180) {
224 } elseif ($angle == 270) {
234 if ($angle <= 90) {
235 if ($angle <= 45) {
236 $endy = tan(deg2rad($angle));
238 $endx = tan(deg2rad(90 - $angle));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DTextRotation.php25 public $angle; variable in Google\\Service\\Sheets\\TextRotation
34 public function setAngle($angle) argument
36 $this->angle = $angle;
43 return $this->angle;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DCropProperties.php25 public $angle; variable in Google\\Service\\Slides\\CropProperties
46 public function setAngle($angle) argument
48 $this->angle = $angle;
55 return $this->angle;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DCropProperties.php25 public $angle; variable in Google\\Service\\Docs\\CropProperties
46 public function setAngle($angle) argument
48 $this->angle = $angle;
55 return $this->angle;
DImageProperties.php25 public $angle; variable in Google\\Service\\Docs\\ImageProperties
52 public function setAngle($angle) argument
54 $this->angle = $angle;
61 return $this->angle;
/plugin/magnifier/
Dscript.js117 var angle = 'rotate(' + (position * -110) + 'deg)';
124 '-webkit-transform': angle,
125 '-moz-transform': angle,
126 '-o-transform': angle,
127 '-ms-transform': angle,
128 'transform': angle,
/plugin/register/
Dregister.php162 private function font_dims($fontidx, $text, $angle = 0) argument
164 return imagettfbbox($this->font_sizes[$fontidx], $angle, $this->font_path($fontidx), $text);
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));
178 private function _text($x, $y, $fontidx, $text, $height_text, $angle = 0) argument
180 $fh = $this->font_height($fontidx, $height_text, $angle);
181 $fw = $this->font_width($fontidx, " $text ", $angle);
185 return imagettftext($this->im, $this->font_sizes[$fontidx], $angle, $x,
[all …]
/plugin/openlayersmap/syntax/
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;
483 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
561 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
619 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
654 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
/plugin/captcha/
DEasySVG.php355 * @param integer $angle Rotation angle (degrees)
360 public function defRotate($def, $angle, $x = 0, $y = 0) argument
363 $angle = deg2rad($angle);
364 … return $this->defApplyMatrix($def, [cos($angle), sin($angle), -sin($angle), cos($angle), 0, 0]);
369 $def = $this->defRotate($def, $angle);
/plugin/stlviewer/stlviewer/
DOrbitControls.js117 this.rotateLeft = function ( angle ) { argument
119 if ( angle === undefined ) {
121 angle = getAutoRotationAngle();
125 thetaDelta -= angle;
129 this.rotateUp = function ( angle ) { argument
131 if ( angle === undefined ) {
133 angle = getAutoRotationAngle();
137 phiDelta -= angle;
DTrackballControls.js146 angle;
151 angle = moveDirection.length();
153 if ( angle ) {
168 angle *= _this.rotateSpeed;
169 quaternion.setFromAxisAngle( axis, angle );
175 _lastAngle = angle;
/plugin/asciidocjs/node_modules/ejs/
Dusage.txt8 …-m, --delimiter CHARACTER Use CHARACTER with angle brackets for open/close (defaults t…
9 -p, --open-delimiter CHARACTER Use CHARACTER instead of left angle bracket to open.
10 -c, --close-delimiter CHARACTER Use CHARACTER instead of right angle bracket to close.
/plugin/fckg/action/entities/utils/
Dentities.txt80 angle quotation mark (left)
159 angle quotation mark (right)
631 single left angle quotation
636 single right angle quotation
/plugin/ckgdoku/action/entities/utils/
Dentities.txt80 angle quotation mark (left)
159 angle quotation mark (right)
631 single left angle quotation
636 single right angle quotation
/plugin/ckgedit/action/entities/utils/
Dentities.txt80 angle quotation mark (left)
159 angle quotation mark (right)
631 single left angle quotation
636 single right angle quotation
/plugin/photogallery/phpThumb/
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);
1112 …, $alignment, $hex_color='000000', $ttffont='', $opacity=100, $margin=5, $angle=0, $bg_color=false… argument
1156 $TTFbox = imagettfbbox($size, $angle, $ttffont, $text);
1168 $TTFboxChar = imagettfbbox($size, $angle, $ttffont, 'jH');
1179 …imagettftext($gdimg, $size, $angle, $text_origin_x, $text_origin_y, $letter_color_text, $ttffont, …
1266 $TTFboxLine = imagettfbbox($size, $angle, $ttffont, $line);
1294 …$this->DebugMessage('WatermarkText() calling imagettftext($gdimg, '.$size.', '.$angle.', '.$text_o…
[all …]
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/mikioplugin/icons/bootstrap-icons/svg/
H A Darrows-angle-contract.svg1 <svg class="bi bi-arrows-angle-contract" width="1em" height="1em" viewBox="0 0 16 16" fill="current…
H A Darrows-angle-expand.svg1 <svg class="bi bi-arrows-angle-expand" width="1em" height="1em" viewBox="0 0 16 16" fill="currentCo…
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
Da.js19 …dand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ange:"\u29A4",angle:"\u2220",angmsdaa:… property
/plugin/dokuprism/prism/
Dprism.css5angle:before{border-radius:50%;background:#fff}.prism-previewer-angle:after{margin-top:4px}.prism-…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php630 …$angle = rad2deg(atan2(($gradient_info['info']['y2'] - $gradient_info['info']['y1']), ($gradient_i…
631 if ($angle < 0) {
632 $angle += 360;
633 } elseif ($angle > 360) {
634 $angle -= 360;
636 if ($angle != 0 && $angle != 360 && $angle != 90 && $angle != 180 && $angle != 270) {
895 $angle = rad2deg(atan2(
900 if ($angle < 0) {
901 $angle += 360;
902 } elseif ($angle > 360) {
[all …]
/plugin/statdisplay/pchart/
DICanvas.php38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdiTrait.php302 $angle = $rotation * M_PI/180;
303 $a = \cos($angle);
304 $b = \sin($angle);

123456789