Home
last modified time | relevance | path

Searched refs:pixels (Results 1 – 25 of 61) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt335 * Changed GD max source pixels to 1/6 (from 1/5) available
374 and can be in pixels or percent of thumbnail dimensions
813 omitted the filter guesses based on brightest pixels
876 histogram in pixels, or if <= 1 then percentage of
888 the margin - can be absolute pixels, or if < 1 is a
H A Dphpthumb.faq.txt51 required is 5 times the number of pixels in the image.
172 calculate the number of pixels in the image and multiply by 5:
H A Dphpthumb.readme.txt202 w = max width of output thumbnail in pixels
203 h = max height of output thumbnail in pixels
360 an absolute position in pixels (from top-left
368 pixels (or percent if 0 < (x|y) < 1)
387 ^X = source image width in pixels
388 ^Y = source image height in pixels
389 ^x = thumbnail width in pixels
390 ^y = thumbnail height in pixels
399 an absolute position in pixels (from top-left
570 box of at most (width * height) pixels
[all …]
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default130 // maximum number of pixels in source image to attempt to process entire image in GD mode.
132 // If this is nonzero then this is the maximum number of pixels the source image can have to be pro…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs10540 /* XLML specifies width in terms of pixels */
15147 /* wch (chars), wpx (pixels) */
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php57 $biXPelsPerMeter = $this->_fourbytes2int_le(substr($data, 38, 4)); // horizontal pixels per meter, usually set to zero
58 //$biYPelsPerMeter=$this->_fourbytes2int_le(substr($data,42,4)); // vertical pixels per meter, usually set to zero
245 $pixels = [];
253 while (count($pixels) % $lineWidth !== 0) {
254 $pixels[] = 0;
258 while (count($pixels) % $lineWidth !== 0) {
259 $pixels[] = 0;
270 $pixels[] = ($c & 240) >> 4;
272 $pixels[] = $c & 15; //FIXME: undefined var
282 $pixels[]
[all...]
/plugin/odt/
H A DChangeLog.txt75 Fixes issue "exported images are just sized of some little pixels #11".
/plugin/ckgedit/ckeditor/
H A DCHANGES.md506 …tSize) sets incorrect editor dimensions if the border width is represented as a fraction of pixels.
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
715 "widthPx": "pixels",
H A Den.js-4.9.merged5pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%…
H A Den.js.4.95pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%…
H A Den.js.unc5pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%…
H A Dfr.js.unc80 …"cssLengthTooltip": "Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mes…
644 "widthPx": "pixels",
H A Dlang_array.txt74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
638 "widthPx": "pixels",
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
715 "widthPx": "pixels",
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js1031 function expand( v1, v2, pixels ) { argument
1038 idet = pixels / Math.sqrt( det );
/plugin/layeranimation/
H A DREADME.md38 …* ``%HEIGHT%`` - is a number determining the height of the overall animation in pixels. The width …
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js538 mxRuler.prototype.formatText = function(pixels) argument
543 return Math.round(pixels);
545 return (pixels / mxConstants.PIXELS_PER_MM).toFixed(1);
547 return (pixels / (mxConstants.PIXELS_PER_MM * 1000)).toFixed(4);
549 return (pixels / mxConstants.PIXELS_PER_INCH).toFixed(2);
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js11601 function formatHintText(pixels, unit) argument
11606 return pixels;
11608 return (pixels / mxConstants.PIXELS_PER_MM).toFixed(1);
11610 return (pixels / (mxConstants.PIXELS_PER_MM * 1000)).toFixed(4);
11612 return (pixels / mxConstants.PIXELS_PER_INCH).toFixed(2);
11617 mxGraphView.prototype.formatUnitText = function(pixels) argument
11619 return pixels? formatHintText(pixels, this.unit) : pixels;
H A DFormat.js2392 BaseFormatPanel.prototype.inUnit = function(pixels) argument
2394 return this.editorUi.editor.graph.view.formatUnitText(pixels);
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki108 ^ **thumb_max_dimension** | Default dimension to set for a thumbnail (in pixels, enter without unit…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1pixels bigger than\n // the targeted element.\n // When the bug is resolved,…
H A D3.3.js.map1pixels>_x_<height in pixels>_` or `_<width in pixels>_X_<height in pixels>_`. Each of these sizes …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1pixels).\n *\n * If the wrapped text text has greater height, we extend the height, so it's\n * va…

123