Home
last modified time | relevance | path

Searched refs:Scale (Results 51 – 64 of 64) sorted by path

123

/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties176 scale=Scale
H A Deditor.properties.bak172 scale=Scale
H A Deditor_zh-CN.properties172 scale=Scale
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …ar sx = first + second || 1;\n var sy = first - second || 1;\n\n // Scale values are the squ…
H A Dpdf.worker.js.map1 …ar sx = first + second || 1;\n var sy = first - second || 1;\n\n // Scale values are the squ…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1Scale was not initialized: invalid bookmark or scale was not specified.\n // Setting the defa…
/plugin/projects/pchart/pchart/
H A Dpchart.php479 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor)
482 $this->VMax = $GridID * $Scale * $Factor;
486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
494 $Scale = 1;
499 if ($Scale == 1 && $Divisions%2 == 1)
696 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor)
703 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
711 $Scale = 1;
803 if ( floor($this->VXMax / $Scale / $Factor) != $this->VXMax / $Scale / $Factor)
810 if ( floor($this->VXMin / $Scale / $Factor) != $this->VXMin / $Scale / $Factor)
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js401 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, {
917 return new Effect.Scale(element, 5, Object.extend({
[all …]
/plugin/statdisplay/pchart/
H A DpChart.php3004 $Scale = 1;
3014 $Scale = 1;
3019 $Scale = 2;
3043 $Scale = 1;
3062 $Scale = 1;
3067 $Scale = 1;
3078 $Scale = 1;
3083 $Scale = 2;
3095 if (floor ( $maxVal / $Scale / $Factor ) != $maxVal / $Scale / $Factor) {
3101 if (floor ( $minVal / $Scale / $Factor ) != $minVal / $Scale / $Factor) {
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php631 $this->calculateScales($Scale, $Divisions);
636 if($Scale == 1 && $Divisions % 2 == 1)
1366 * Linearly Scale a given value
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 /
[all...]
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng642 # 3.7.1 Calendar Scale
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc133 <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/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18536 case 'scale' /*case 'Scale'*/: break;

123