Home
last modified time | relevance | path

Searched refs:dimension (Results 51 – 75 of 77) sorted by last modified time

1234

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1dimension, titleBarOffset) {\n this.dimension = dimension;\n this.titleBarOffset = t…
H A D3.3.js.map1dimension-attributes))\"\n }\n },\n {\n …
H A D2.2.js.map1dimension, or failing that, using the image’s intrinsic size, or failing that, treating it as 100%…
H A Dbundle.js426dimension(){return this._dimension||(this._dimension=G.y(window.document.body)),this._dimension}ge…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426dimension(){return this._dimension||(this._dimension=G.y(window.document.body)),this._dimension}ge…
/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/codemirror/dist/modes/
H A Dfortran.min.js.map1 …"data\", \"deallocate\",\n \"decode\", \"deferred\", \"dimension\", \"do\",\n …
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …lock position\n // should be relative to its subband, use actual dimension and position\n …
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js7 …tion(a){return g[a].brush.extent()});k=[],a.forEach(function(a,c){k[c]={dimension:a,extent:b[c]}})… property in AnonymousFunction3127d9525a700.k
H A Dbootstrap.min.js6dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.… method in d
/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/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/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/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js7279 var ridx = data.indexOf("<dimension");
H A Dxlsx.min.js7 …l(data,opts,rels){if(!data)return data;var s={};var ridx=data.indexOf("<dimension");if(ridx>0){var…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js8dimension:"width"},{nearest:"left",center:"center",farthest:"right"}),_getTopToOriginY:makeEdgeToO…
H A Dfabric.js13595 dimension: 'width'
13613 dimension: 'height'
13787 dimension = propertyNames.dimension,
13797 return Math.min(this.get(axis1), this.get(axis2)) + (0.5 * this.get(dimension));
/plugin/tuxquote/
H A Dquotes.txt3360 In designing any type of construction, no overall dimension can be totalled correctly at 4.40pm Fri…
4102 …inition a set for which the Hausdorff Besicovitch dimension strictly exceeds the topological dimen…
/plugin/svgpureinsert/_test/
H A Dsyntax.test.php46 $dimension = $hlp->readSVGsize(__DIR__.'/svglogo.svg');
47 $this->assertEquals(array(300, 300), $dimension);
49 $dimension = $hlp->readSVGsize(__DIR__.'/dokuwiki.svg');
50 $this->assertEquals(array(745, 1053), $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()
H A DRecordingControlsFrame.java240 …Dimension dimension = captureFrame.getCaptureConfig().getEncoder().encode(captureFrame.getCaptureC… in uploadMovie()
241 if (dimension==null) { in uploadMovie()
265 return dimension; in uploadMovie()
282 Dimension dimension = get(); in uploadMovie()
283 if (dimension!=null) { in uploadMovie()
285 …eFrame.getApplet().getParameter("edid")+"','{{:"+fileName+"?"+dimension.width+"x"+dimension.height… in uploadMovie()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/flowplayer/player/
H A DREADME.txt181 - added feature to obtain bitrate and dimension information to a new clip custom property "bitrates…

1234