Home
last modified time | relevance | path

Searched refs:dimension (Results 26 – 50 of 77) sorted by relevance

1234

/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js29 function mxWebColaAdaptor(graph, dimension, movableVertices, options) argument
40 this.dimension = dimension;
41 if (typeof dimension === 'undefined')
43 this.dimension = [600, 600];
262 .size(this.dimension)
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DSurface.php29 public function dimension() function in geoPHP\\Geometry\\Surface
H A DMultiPoint.php37 public function dimension() function in geoPHP\\Geometry\\MultiPoint
H A DCurve.php35 public function dimension() function in geoPHP\\Geometry\\Curve
H A DPoint.php81 public function dimension() function in geoPHP\\Geometry\\Point
H A DPolygon.php60 public function dimension() function in geoPHP\\Geometry\\Polygon
H A DGeometry.php82 * The inherent dimension of the geometric object, which must be less than or equal to the coordinate dimension.
83 * In non-homogeneous collections, this will return the largest topological dimension of the contained objects.
87 abstract public function dimension(); function in geoPHP\\Geometry\\Geometry
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php43 protected $dimension = 2; variable in geoPHP\\Adapter\\WKB
140 $this->dimension = 2 + ($this->hasZ ? 1 : 0) + ($this->hasM ? 1 : 0);
182 $coordinates = $this->reader->readDoubles($this->dimension * 8);
H A DTWKB.php142 $dimension = 2 + ($options['hasZ'] ? 1 : 0) + ($options['hasM'] ? 1 : 0);
150 for ($i = 0; $i < $dimension; $i++) {
154 /** @noinspection PhpUndefinedVariableInspection (minimum 2 dimension) */
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php39 function points($fontsize, $dimension) { argument
40 return $dimension * $fontsize / 1000;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentResizer.java422 private int getDragBounded(int drag, int snapSize, int dimension, in getDragBounded() argument
424 while (dimension + drag < minimum) in getDragBounded()
427 while (dimension + drag > maximum) in getDragBounded()
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js354 function OnSizeChanged( dimension, value ) argument
359 var e = dimension == 'Width' ? GetE('txtHeight') : GetE('txtWidth') ;
367 if ( dimension == 'Width' )
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js469 function OnSizeChanged( dimension, value ) argument
474 var e = dimension == 'Width' ? GetE('txtHeight') : GetE('txtWidth') ;
482 if ( dimension == 'Width' )
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdSenseHost.php319 'dimension' => [
550 'dimension' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php1390 public $dimension; variable in Google_ReportCrossDimensionReachCriteria
1410 public function setDimension( $dimension) { argument
1411 $this->dimension = $dimension;
1414 return $this->dimension;
H A DGoogle_YouTubeService.php4265 public $dimension; variable in Google_VideoContentDetails
4295 public function setDimension( $dimension) { argument
4296 $this->dimension = $dimension;
4299 return $this->dimension;
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki108dimension to set for a thumbnail (in pixels, enter without units). The thumbnail will fit into a q…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt221 zc = zoom-crop. Will auto-crop off the larger dimension
222 so that the image will fill the smaller dimension
472 where <x> is the horizontal dimension in pixels, <y> is
473 the vertical dimension in pixels, <s> is boolean whether
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc233 dimension = this.id == 'txtWidth' ? 'width' : 'height',
234 size = element.getAttribute( dimension );
237 value = checkDimension( element.getStyle( dimension ), value );
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.… method in d
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc234 dimension = this.id == 'txtWidth' ? 'width' : 'height',
235 size = element.getAttribute( dimension );
238 value = checkDimension( element.getStyle( dimension ), value );
/plugin/codemirror/dist/modes/
H A Dfortran.min.js.map1 …"data\", \"deallocate\",\n \"decode\", \"deferred\", \"dimension\", \"do\",\n …
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt44 dimension shorter (no tag type array keys). For example, artist is:
109 ['resolution_x']=>integer() // horizontal dimension of video/image in pixels
110 ['resolution_y']=>integer() // vertical dimension of video/image in pixels
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js25801 dimension = 'width';
25805 dimension = 'height';
25810 dimension: dimension
25829 dimension = orientation.dimension,
25989 …connectedAtPosition[ axis ] + connectedAtPosition[ dimension ] + margin + element[ dimension ] / 2,
36562 elementsSize += element[dimension];
36635 dimension = this._dimension,
36673 dimension = this._dimension;
36743 max: axis + dimension - THRESHOLD
49632 dimension = context.dimension;
[all …]

1234