Home
last modified time | relevance | path

Searched refs:pixels (Results 1 – 25 of 61) sorted by relevance

123

/plugin/html2pdf/html2pdf/html2ps/
H A Dmedia.layout.inc.php16 var $pixels; variable in Media
26 $this->pixels = 800;
31 $new_item->pixels = $this->pixels;
75 function set_pixels($pixels) { argument
76 $this->pixels = $pixels;
101 … return $this->pixels / ($this->size['width'] - $this->margins['left'] - $this->margins['right']);
126 "/px {pagewidth lmargin sub rmargin sub {$this->pixels} div mul} def\n".
H A Dpipeline.class.php582 $pixels = $page_rules->get_property_value(CSS_HTML2PS_PIXELS);
583 if (!is_null($pixels)) {
584 $media->set_pixels($pixels);
965 …loor(mm2pt($media->width() - $media->margins['left'] - $media->margins['right'])) / $media->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/photogallery/phpThumb/docs/
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/flashplayer/
H A Dreadme-en.txt35 <flashplayer width="width in pixels" height="height in pixels" position="0|1|2">flash vars</flashpl…
45 Example - display a video "/demo.flv" with 480*380 pixels, use "/demo.jpg"
/plugin/pixelyear/
H A DTODO.md5 Use css sized 'pixels' instead of a space
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.default.php27 …ale = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) / $media->pixels;
H A Dsample.pipeline.custom.php26 …ale = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) / $media->pixels;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.MaxImgLength.txt
H A DCSS.MaxImgLength.txt
/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/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php74 …ale = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) / $media->pixels;
H A Dhtml2ps.php51 'pagewidth' => (int)get_var('pixels', $_REQUEST, 10, 800),
/plugin/html2pdf/html2pdf/
H A Daction.php83 …emo/html2ps.php?URL='.DOKU_URL.'lib/plugins/html2pdf/tmp/export_pdf.html&pixels=1024&media=A4&meth…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dhtml.css65 white-space: pre; /* otherwise the border will be collapsed around zero pixels */
77 white-space: pre; /* otherwise the border will be collapsed around zero pixels */
/plugin/glossary/images/
H A Dscore.xcf16 (font-size-unit pixels)
26 (box-unit pixels)
/plugin/processing/
H A Dscript.js9088 this.pixels = { class in PImage
9428 p.pixels = { class in p
9688 var wh = aImg.pixels.getLength();
9775 var maxIdx = aImg.pixels.getLength();
9891 aImg.pixels.set(out);
9913 var imglen = img.pixels.getLength();
9930 col = img.pixels.getPixel(i);
9939 img.pixels.setPixel(i, (img.pixels.getPixel(i) ^ 0xffffff));
9959 …img.pixels.setPixel(i, ((0xff000000 & img.pixels.getPixel(i)) | (rlevel << 16) | (glevel << 8) | b…
9965 img.pixels.setPixel(i, (img.pixels.getPixel(i) | 0xff000000));
[all …]
/plugin/layeranimation/
H A DREADME.md38 …* ``%HEIGHT%`` - is a number determining the height of the overall animation in pixels. The width …
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js1031 function expand( v1, v2, pixels ) { argument
1038 idet = pixels / Math.sqrt( det );
/plugin/ckgedit/ckeditor/lang/
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 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/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown214 $slick-dot-size | pixels | 6px | Size of the navigation dots
/plugin/odt/
H A DChangeLog.txt75 Fixes issue "exported images are just sized of some little pixels #11".
/plugin/ckgdoku/ckeditor/lang/
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",

123