| /plugin/combo/ComboStrap/ |
| H A D | FetcherRaster.php | 34 private int $imageWidth; variable in ComboStrap\\FetcherRaster 86 return $this->imageWidth; 152 $this->imageWidth = self::FAKE_LENGTH_FOR_BROKEN_IMAGES; 166 $this->imageWidth = (int)$imageSize[0]; 167 if (empty($this->imageWidth)) {
|
| H A D | RasterImageLink.php | 367 function getSizes($screenWidth, $imageWidth): string argument 372 …$screenWidth}px) and (min-resolution:" . (3 * $dpiBase) . "dpi) " . intval($imageWidth / 3) . "px"; 373 …$screenWidth}px) and (min-resolution:" . (2 * $dpiBase) . "dpi) " . intval($imageWidth / 2) . "px"; 374 …= ", (max-width: {$screenWidth}px) and (min-resolution:" . (1 * $dpiBase) . "dpi) {$imageWidth}px"; 376 $sizes = "(max-width: {$screenWidth}px) {$imageWidth}px";
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | Region.java | 65 int imageWidth = width; in grabImage() local 66 int widthDelta = imageWidth+imageLocation.x - master.getWidth(); in grabImage() 68 imageWidth-=widthDelta; in grabImage() 77 BufferedImage bImage = new BufferedImage(imageWidth, imageHeight, BufferedImage.TYPE_INT_ARGB); in grabImage() 78 for (int x=0; x<imageWidth; ++x) { in grabImage()
|
| /plugin/lytebox/ |
| D | lytebox.js | 376 var imageWidth = imgPreloader.width; 382 if (imageWidth > x) { 383 imageHeight = Math.round(imageHeight * (x / imageWidth)); 384 imageWidth = x; 386 imageWidth = Math.round(imageWidth * (y / imageHeight)); 390 imageWidth = Math.round(imageWidth * (y / imageHeight)); 392 if (imageWidth > x) { 393 imageHeight = Math.round(imageHeight * (x / imageWidth)); 394 imageWidth = x; 400 lbImage.width = imageWidth; [all …]
|
| /plugin/prettyphoto/js/ |
| D | jquery.prettyPhoto.js | 575 imageWidth = width, imageHeight = height; 582 imageWidth = (windowWidth - 200); 583 imageHeight = (height/width) * imageWidth; 586 imageWidth = (width/height) * imageHeight; 591 pp_containerHeight = imageHeight, pp_containerWidth = imageWidth; 600 _getDimensions(imageWidth,imageHeight); 604 width:Math.floor(imageWidth),
|
| /plugin/gallery/simple-lightbox/ |
| D | simple-lightbox.js | 579 var imageWidth = event.target.width, 581 … if (_this5.options.scaleImageToRatio || imageWidth > windowWidth || imageHeight > windowHeight) { 582 …var ratio = imageWidth / imageHeight > windowWidth / windowHeight ? imageWidth / windowWidth : ima… 583 imageWidth /= ratio; 587 …_this5.domNodes.image.style.left = (window.innerWidth - imageWidth - _this5.globalScrollbarWidth) … 588 _this5.domNodes.image.style.width = imageWidth + 'px'; 644 _this5.setCaption(captionText, imageWidth); 648 _this5.setCaption(captionText, imageWidth); 1099 value: function setCaption(captionText, imageWidth, allowHTML) { 1105 this.domNodes.caption.style.width = imageWidth + 'px';
|
| /plugin/panoview/ |
| H A D | script.js | 96 this.imgsize.x = (typeof options.imageWidth == 'undefined' ? -1 : parseInt(options.imageWidth));
|
| /plugin/jcapture/lib/ |
| D | jcapture.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 16514 var imageWidth = image._minWidth; 16518 offset = width - imageWidth; 16521 offset = (width - imageWidth) / 2;
|
| D | pdfmake.min.js.map | 1 …imageWidth","block","ctx","img","contextOrWidth","inlineWidths","getTableInnerContentWidth","prepa…
|
| /plugin/achart/assets/ |
| D | apexcharts.min.js | 6 …imageWidth:150,imageHeight:150,imageOffsetX:0,imageOffsetY:0,imageClipped:!0,position:"front",drop…
|
| /plugin/ol3/ |
| D | script.js | 8 …n=hc(this.getProjection()),i=this.hidpi_?2:1,o=e.imageWidth==e.imageHeight?e.imageWidth/i:[e.image…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 68938 var imageWidth = image._minWidth; 68942 offset = width - imageWidth; 68945 offset = (width - imageWidth) / 2;
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …imageWidth The image width\n * @property {number} zoomMin The minimum zoom level\n * @property {nu…
|