Searched refs:Scale (Results 1 – 25 of 65) sorted by relevance
123
/plugin/s5reloaded/ui/effects_support/ |
D | effects.js | 401 Effect.Scale = Class.create(Effect.Base, { 572 [ new Effect.Scale(element, 200, 589 return new Effect.Scale(element, 0, 603 return new Effect.Scale(element, 100, Object.extend({ 626 new Effect.Scale(effect.element, 1, { 697 return new Effect.Scale(element, 100, Object.extend({ 726 return new Effect.Scale(element, window.opera ? 0 : 1, 754 return new Effect.Scale(element, window.opera ? 1 : 0, { 823 new Effect.Scale(effect.element, 100, { 881 …new Effect.Scale(element, window.opera ? 1 : 0, { sync: true, transition: options.scaleTransition,… [all …]
|
/plugin/statdisplay/pchart/ |
D | pChart.php | 603 $this->calculateScales($Scale, $Divisions); 608 if ($Scale == 1 && $Divisions % 2 == 1) 2990 public function calculateScales(& $Scale, & $Divisions) { argument 3004 $Scale = 1; 3014 $Scale = 1; 3019 $Scale = 2; 3031 if (floor ( $this->VMax / $Scale / $Factor ) != $this->VMax / $Scale / $Factor) { 3032 $GridID = floor ( $this->VMax / $Scale / $Factor ) + 1; 3033 $this->VMax = $GridID * $Scale * $Factor; 3037 if (floor ( $this->VMin / $Scale / $Factor ) != $this->VMin / $Scale / $Factor) { [all …]
|
/plugin/statistics/inc/pchart/ |
D | pChart.php | 631 $this->calculateScales($Scale, $Divisions); 636 if($Scale == 1 && $Divisions % 2 == 1) 3206 public function calculateScales(& $Scale, & $Divisions) { argument 3220 $Scale = 1; 3230 $Scale = 1; 3235 $Scale = 2; 3247 if(floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor) { 3248 $GridID = floor($this->VMax / $Scale / $Factor) + 1; 3249 $this->VMax = $GridID * $Scale * $Factor; 3253 if(floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor) { [all …]
|
/plugin/projects/pchart/pchart/ |
D | pchart.php | 461 { $this->VMin = 0; $this->VMax = 2; $Scale = 1; $Divisions = 2;} 470 …1 && $Scale1 <= $MaxDivs && !$ScaleOk) { $ScaleOk = TRUE; $Divisions = floor($Scale1); $Scale = 1;} 471 …1 && $Scale2 <= $MaxDivs && !$ScaleOk) { $ScaleOk = TRUE; $Divisions = floor($Scale2); $Scale = 2;} 479 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor) 481 $GridID = floor ( $this->VMax / $Scale / $Factor) + 1; 482 $this->VMax = $GridID * $Scale * $Factor; 486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor) 488 $GridID = floor( $this->VMin / $Scale / $Factor); 489 $this->VMin = $GridID * $Scale * $Factor; 494 $Scale = 1; [all …]
|
/plugin/charter/lib/pchart/ |
D | pChart.class.php | 461 { $this->VMin = 0; $this->VMax = 2; $Scale = 1; $Divisions = 2;} 470 …1 && $Scale1 <= $MaxDivs && !$ScaleOk) { $ScaleOk = TRUE; $Divisions = floor($Scale1); $Scale = 1;} 471 …1 && $Scale2 <= $MaxDivs && !$ScaleOk) { $ScaleOk = TRUE; $Divisions = floor($Scale2); $Scale = 2;} 479 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor) 481 $GridID = floor ( $this->VMax / $Scale / $Factor) + 1; 482 $this->VMax = $GridID * $Scale * $Factor; 486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor) 488 $GridID = floor( $this->VMin / $Scale / $Factor); 489 $this->VMin = $GridID * $Scale * $Factor; 494 $Scale = 1; [all …]
|
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
D | editor.properties.bak | 172 scale=Scale
|
D | editor.properties | 176 scale=Scale
|
D | editor_zh-CN.properties | 172 scale=Scale
|
/plugin/barcodes/ |
D | README.md | 40 | `scale ` | *N.A.* | *N.A.* | optional | Scale the width of t…
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
D | ImageObject.cfc | 133 <cffunction name="scaleWidth" access="public" output="true" returntype="void" hint="Scale an image … 142 <cffunction name="scaleHeight" access="public" output="true" returntype="void" hint="Scale an image…
|
/plugin/a2s/ |
D | ASCIIToSVG.php | 1638 class Scale { class 1649 self::$instance = new Scale(); 1855 $s = Scale::getInstance(); 2864 $o = Scale::getInstance(); 2874 $o = Scale::getInstance(); 3347 $o = Scale::getInstance();
|
/plugin/webdav/vendor/sabre/vobject/resources/schema/ |
D | xcal.rng | 642 # 3.7.1 Calendar Scale
|
/plugin/icalevents/vendor/sabre/vobject/resources/schema/ |
D | xcal.rng | 642 # 3.7.1 Calendar Scale
|
/plugin/diagramsnet/lib/math/extensions/ |
D | MathMenu.js | 19 …Scale=function(){var z=["CommonHTML","HTML-CSS","SVG","NativeMML","PreviewHTML"],u=z.length,y=100,…
|
/plugin/ckgedit/ckeditor/lang/ |
D | en.js.4.9 | 5 …"qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"Scale","scaleAll":"Show …
|
D | lang_array.txt | 264 "scale": "Scale",
|
D | en.js-4.9.merged | 5 …"qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"Scale","scaleAll":"Show …
|
D | en.js.unc | 5 …"qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"Scale","scaleAll":"Show …
|
D | en.4.9.js.beautified | 344 "scale": "Scale",
|
/plugin/amcharts/assets/amcharts/plugins/export/ |
D | README.md | 624 multiplier | Scale factor for the generated image 1012 * Added: Drag/Scale feature in annotation mode; toggles automatically between drawing/dragging whil…
|
/plugin/ckgdoku/ckeditor/lang/ |
D | lang_array.txt | 264 "scale": "Scale",
|
D | en.js.unc | 5 …"qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"Scale","scaleAll":"Show …
|
D | en.js.beautified | 260 scale: "Scale",
|
/plugin/ckgedit/lang/ |
D | en.4.9.js.beautified | 344 "scale": "Scale",
|
/plugin/diagramsnet/lib/resources/ |
D | dia_sl.txt | 563 pageScale=Page Scale
|
123