Home
last modified time | relevance | path

Searched refs:fit (Results 26 – 50 of 185) sorted by relevance

12345678

/plugin/diagramsnet/lib/plugins/
H A Danimation.js279 graph.fit(8);
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md233 We can mix "string" and "object" formats the way we see fit, i.e.:
660 Additionally, you can add `fit` property which is an array of pixel dimensions,
661 you want the image to be scaled to fit into.
670 "fit": [ 523.28, 769.89 ] // fit image to A4
741 modify as you see fit.
/plugin/struct/
H A Dstyle.less92 width: fit-content;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md112 library, although most concepts have been adjusted to fit to the PHP world.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/kr/
H A Dkr.txt
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js24 fit, sheetsAcross, sheetsDown, zoom, pageScale, pageFormat) argument
46 fit: fit,
H A DEditorUi.js2328 var fit = null;
2512 fit = parseFloat(node.getAttribute('max-scale'));
2516 fit = 1;
2528 if (fit != null && this.chromelessResize)
2530 this.chromelessResize(true, fit);
5620 ((fit) ? 'max-width:100%;' : '') +
6323 if (fit)
6443 if (fit)
6483 if (fit)
12472 graph.fit(2 * border);
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt372 watermark image will be scaled to fit inside
517 and stretch image to fit "h" & "w" (which must both
530 fit thumbnail into "maxb" bytes (compression
569 * Thumbnails will be scaled proportionately to fit in a
/plugin/wrap/
H A Dexample.txt107 With certain width keywords you can fit your columns automatically to fill the available horizontal space. Those columns will also react to the screen size, so will be responsive and wrap underneath each other on mobile devices.
124 :!: Attention: What is the difference between widths and width keywords and when is it best to use which? **Widths** can cause problems and will never fully add up, therefore will break the layout under some circumstances. (See [[http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug|box model]] for a technical explanation.) So, getting widths right will need some fiddling around and testing in various browsers. **Width keywords** on the other hand fit automatically and work better on mobile devices. But the drawback is that they need an extra wrap around them and don't work properly in older browsers (IE8 and under).
/plugin/schedule/lib/
H A DscheduleCitiesMap.js61 scheduleMap.map.getView ().fit (scheduleMap.poi.getExtent (), scheduleMap.map.getSize ());
/plugin/flowplay2/flowplayer/
H A DREADME.txt141 …- videoHeight does not have any effect in full screen mode any more, now resizes to fit the full a…
165 the time values fit properly.
289 - Thumnail list's scrollbar is now hidden if all thumbnails fit the available visible space.
/plugin/revealjs/css/
H A Dreveal.css1059 -o-object-fit: cover;
1060 object-fit: cover; }
1063 -o-object-fit: contain;
1064 object-fit: contain; }
/plugin/revealjs/
H A Dchangelog.md70 - Sometimes you need to align this if you have content that does not fit on this size
H A DREADME.md168 Base size of the slides in pixels - slides will bee zoomed to fit in the available space
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js79 fit: true, // on every layout reposition of nodes, fit the viewport
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt307 fit=fit
H A Ddia_ru.txt307 fit=Вписать
H A Ddia_bg.txt307 fit=Побиране
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md24 will probably fit your requirements out-of the-box. All you need to do is to
/plugin/callflow/
H A Draphael.js3880 paperproto.setViewBox = function (x, y, w, h, fit) { argument
3881 return R._engine.setViewBox.call(this, x, y, w, h, fit);
7019 R._engine.setViewBox = function (x, y, w, h, fit) { argument
7020 eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]);
7023 aspectRatio = fit ? "meet" : "xMinYMin",
7047 this._viewBox = [x, y, w, h, !!fit];
7989 R._engine.setViewBox = function (x, y, w, h, fit) { argument
7990 R.eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]);
7995 if (fit) {
8005 this._viewBox = [x, y, w, h, !!fit];
/plugin/advrack/
H A Draphael.js3880 paperproto.setViewBox = function (x, y, w, h, fit) { argument
3881 return R._engine.setViewBox.call(this, x, y, w, h, fit);
7025 R._engine.setViewBox = function (x, y, w, h, fit) { argument
7026 eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]);
7029 aspectRatio = fit ? "xMidYMid meet" : "xMinYMin",
7053 this._viewBox = [x, y, w, h, !!fit];
7995 R._engine.setViewBox = function (x, y, w, h, fit) { argument
7996 R.eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]);
8001 if (fit) {
8011 this._viewBox = [x, y, w, h, !!fit];
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki108 …o set for a thumbnail (in pixels, enter without units). The thumbnail will fit into a quadratic bo…
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js1691 this.layersWindow.window.fit();
1724 this.outlineWindow.window.fit();
/plugin/bible/bible_douayRheims/
H A D2_Timothy.txt20 …ard of me by many witnesses, the same commend to faithful men who shall be fit to teach others als…
/plugin/flowplay/flowplayer/
H A DREADME.txt117 - Thumnail list's scrollbar is now hidden if all thumbnails fit the available visible space.

12345678