/plugin/odt/ODT/ |
H A D | XMLUtil.php | 75 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/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Gradient.php | 193 $angle = (isset($coords[4]) ? $coords[4] : false); 198 } elseif ($angle !== false && $coords[0] !== false && $coords[1] !== false && $coords[2] === false && $coords[3] === false) { 199 // If both a <point> and <angle> are defined, the gradient axis starts from the point and runs along the angle. The end point is 202 if ($angle == 0 || $angle == 360) { 209 } elseif ($angle == 90) { 217 } elseif ($angle == 180) { 224 } elseif ($angle == 270) { 234 if ($angle < [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | TextRotation.php | 25 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/Docs/ |
H A D | CropProperties.php | 25 public $angle; variable in Google\\Service\\Docs\\CropProperties 46 public function setAngle($angle) argument 48 $this->angle = $angle; 55 return $this->angle;
|
H A D | ImageProperties.php | 25 public $angle; variable in Google\\Service\\Docs\\ImageProperties 52 public function setAngle($angle) argument 54 $this->angle = $angle; 61 return $this->angle;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | CropProperties.php | 25 public $angle; variable in Google\\Service\\Slides\\CropProperties 46 public function setAngle($angle) argument 48 $this->angle = $angle; 55 return $this->angle;
|
/plugin/magnifier/ |
H A D | script.js | 117 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/ |
H A D | register.php | 162 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/openlayersmap/syntax/ |
H A D | olmap.php | 180 [$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/captcha/ |
H A D | EasySVG.php | 355 * @param integer $angle Rotation angle (degrees) 360 public function defRotate($def, $angle, $x = 0, $y = 0) 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); 361 defRotate($def, $angle, $x = 0, $y = 0) global() argument [all...] |
/plugin/stlviewer/stlviewer/ |
H A D | OrbitControls.js | 117 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;
232 // angle from z-axis around y-axis
236 // angle fro [all...] |
H A D | TrackballControls.js | 146 angle;
151 angle = moveDirection.length();
153 if ( angle ) {
168 angle *= _this.rotateSpeed;
169 quaternion.setFromAxisAngle( axis, angle );
175 _lastAngle = angle;
|
/plugin/fckg/action/entities/utils/ |
H A D | entities.txt | 80 angle quotation mark (left) 159 angle quotation mark (right) 631 single left angle quotation 636 single right angle quotation
|
/plugin/ckgdoku/action/entities/utils/ |
H A D | entities.txt | 80 angle quotation mark (left) 159 angle quotation mark (right) 631 single left angle quotation 636 single right angle quotation
|
/plugin/ckgedit/action/entities/utils/ |
H A D | entities.txt | 80 angle quotation mark (left) 159 angle quotation mark (right) 631 single left angle quotation 636 single right angle quotation
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 314 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 D | phpthumb.functions.php | 213 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 D | arrows-angle-contract.svg | 1 <svg class="bi bi-arrows-angle-contract" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
H A D | arrows-angle-expand.svg | 1 <svg class="bi bi-arrows-angle-expand" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/ |
H A D | a.js | 19 …dand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ange:"\u29A4",angle:"\u2220",angmsdaa:…
|
/plugin/dokuprism/prism/ |
H A D | prism.css | 5 .prism-previewer,.prism-previewer:after,.prism-previewer:before{position:absolute;pointer-events:none}.prism-previewer,.prism-previewer:after{left:50%}.prism-previewer{margin-top:-48px;width:32px;height:32px;margin-left:-16px;z-index:10;opacity:0;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.prism-previewer.flipped{margin-top:0;margin-bottom:-48px}.prism-previewer:after,.prism-previewer:before{content:'';position:absolute;pointer-events:none}.prism-previewer:before{top:-5px;right:-5px;left:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer:after{top:100%;width:0;height:0;margin:5px 0 0 -7px;border:7px solid transparent;border-color:rgba(255,0,0,0);border-top-color:#fff}.prism-previewer.flipped:after{top:auto;bottom:100%;margin-top:0;margin-bottom:5px;border-top-color:rgba(255,0,0,0);border-bottom-color:#fff}.prism-previewer.active{opacity:1}.prism-previewer-angle:before{border-radius:50%;background:#fff}.prism-previewer-angle:after{margin-top:4px}.prism-previewer-angle svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.prism-previewer-angle[data-negative] svg{-webkit-transform:scaleX(-1) rotate(-90deg);-moz-transform:scaleX(-1) rotate(-90deg);-ms-transform:scaleX(-1) rotate(-90deg);-o-transform:scaleX(-1) rotate(-90deg);transform:scaleX(-1) rotate(-90deg)}.prism-previewer-angle circle{fill:transparent;stroke:#2d3438;stroke-opacity:.9;stroke-width:32;stroke-dasharray:0,500}.prism-previewer-gradient{background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);background-size:10px 10px;background-position:0 0,5px 5px;width:64px;margin-left:-32px}.prism-previewer-gradient:before{content:none}.prism-previewer-gradient div{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer-color{background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);background-size:10px 10px;background-position:0 0,5px 5px}.prism-previewer-color:before{background-color:inherit;background-clip:padding-box}.prism-previewer-easing{margin-top:-76px;margin-left:-30px;width:60px;height:60px;background:#333}.prism-previewer-easing.flipped{margin-bottom:-116px}.prism-previewer-easing svg{width:60px;height:60px}.prism-previewer-easing circle{fill:#2d3438;stroke:#fff}.prism-previewer-easing path{fill:none;stroke:#fff;stroke-linecap:round;stroke-width:4}.prism-previewer-easing line{stroke:#fff;stroke-opacity:.5;stroke-width:2}@-webkit-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@-o-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@-moz-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}.prism-previewer-time:before{border-radius:50%;background:#fff}.prism-previewer-time:after{margin-top:4px}.prism-previewer-time svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.prism-previewer-time circle{fill:transparent;stroke:#2d3438;stroke-opacity:.9;stroke-width:32;stroke-dasharray:0,500;stroke-dashoffset:0;-webkit-animation:prism-previewer-time linear infinite 3s;-moz-animation:prism-previewer-time linear infinite 3s;-o-animation:prism-previewer-time linear infinite 3s;animation:prism-previewer-time linear infinite 3s}
|
/plugin/statdisplay/pchart/ |
H A D | ICanvas.php | 38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
|
/plugin/statistics/inc/pchart/ |
H A D | ICanvas.php | 34 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties); argument
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 475 // Note angle of rotation is reversed (from SVG to PDF), so vv[1] and vv[2] are negated 630 $angle = rad2deg(atan2(($gradient_info['info']['y2'] - $gradient_info['info']['y1']), ($gradient_info['info']['x2'] - $gradient_info['info']['x1']))); 631 if ($angle < 0) { 632 $angle += 360; 633 } elseif ($angle > 360) { 634 $angle -= 360; 636 if ($angle != 0 && $angle != 360 && $angle != 90 && $angle ! 1934 Arcto($x1, $y1, $x2, $y2, $rx, $ry, $angle, $largeArcFlag, $sweepFlag) global() argument [all...] |
/plugin/openlayersmap/ |
H A D | script.js | 66 * 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)" /> ' +
|