Home
last modified time | relevance | path

Searched refs:img (Results 526 – 550 of 749) sorted by path

1...<<21222324252627282930

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1img","releaseImageResources","MAX_IMAGE_SIZE_TO_STORE","imageData","components","width","rgbaLengt…
H A Dpdf.worker.js29762 var img = argsArray[iFirstPIIXO + (q << 2)][0];
29764 if (currentX + img.width > MAX_WIDTH) {
29775 w: img.width,
29776 h: img.height
29778 currentX += img.width + 2 * IMAGE_PADDING;
29779 maxLineHeight = Math.max(maxLineHeight, img.height);
H A Dpdf.worker.js.map1img","imgWidth","imgHeight","dataOffset","MIN_IMAGES_IN_MASKS_BLOCK","MAX_IMAGES_IN_MASKS_BLOCK","…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css105 .annotationLayer .textAnnotation img {
2371 #printContainer img {
H A Dviewer.js10088 var img = pageView.canvas;
10090 if (!img) {
10104 if (img.width <= 2 * canvas.width) {
10105 ctx.drawImage(img, 0, 0, img.width, img.height, 0, 0, canvas.width, canvas.height);
10117 while (reducedWidth > img.width || reducedHeight > img.height) {
10122 … reducedImageCtx.drawImage(img, 0, 0, img.width, img.height, 0, 0, reducedWidth, reducedHeight);
15476 img.style.width = printItem.width;
15477 img.style.height = printItem.height;
15489 wrapper.appendChild(img);
15492 img.onload = resolve;
[all …]
H A Dviewer.js.map1img","reducedWidth","reducedHeight","reducedImage","reducedImageCtx","setPageLabel","ariaLabel","p…
/plugin/pdftools/
H A DREADME.md19 ![](img/screenshot2.png)
21 ![](img/screenshot1.png)
45 ![](img/etikett.png)
H A Dstyle.css71 .pdftools_print_icon img {
/plugin/phosphor/
H A Dphosphor.php69 function phosphorContent(&$renderer, $data, $returnOnly = false, $tag='img')
119 $content .= ($tag == 'img' ? '/>' : '></' . $tag . '>');
/plugin/photogallery/
H A Dall.less62 .pg-poster a > img {
72 .pg-poster a:hover > img {
77 .pg-poster a:hover .pg-zoom > img {
93 .pg-poster a .pg-zoom > img {
109 .pg-poster > a > img {
120 .pg-poster > a:hover > img {
125 .pg-poster > a:hover .pg-zoom > img {
141 .pg-poster > a .pg-zoom > img {
157 .pg-poster .video .pg-zoom img {
H A Dscreen.less11 div.dokuwiki div.gallery table img.tn {
26 div.dokuwiki div.gallery img.tn {
H A Dsyntax.php243 if(empty($img)){
526 foreach($files as $img){
546 $img = $files[0];
640 if (empty($img['isimg']) && empty($img['isvid'])) return '';
644 $ID = $img['id'];
753 if (!empty($img['isvid'])) {
776 function _meta($img,$opt){ argument
910 function _exif($img){ argument
912 $jpeg = $img['meta'] ?? null;
949 foreach($files as $img) {
[all …]
/plugin/photogallery/lightGallery/css/
H A Dlg-fb-comment-box.css4 .lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
16 background: #fff url("../img/loading.gif") no-repeat scroll center center;
24 background: #fff url("../img/loading.gif") no-repeat scroll center center;
40 .lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap, .lg-outer.fb-comments .lg-item.lg-complete…
44 .lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
45 background: url("../img/loading.gif") no-repeat scroll transparent;
H A Dlg-fb-comment-box.min.css1img/loading.gif) center center no-repeat #fff}.lg-outer.fb-comments .fb-comments.fb_iframe_widget{…
H A Dlightgallery.css328 .lg-outer .lg-thumb-item img {
404 background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
410 background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
421 background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
492 .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
586 .lg-outer .lg-pager-thumb-cont img {
791 .lg-outer.lg-grab img.lg-object {
798 .lg-outer.lg-grabbing img.lg-object {
834 .lg-outer .lg-item, .lg-outer .lg-img-wrap {
841 .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
[all …]
H A Dlightgallery.min.css1img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.…
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js91 var i, img;
100 return img;
214 var img = getImage(myImage);
216 return img.container.pageX + img.x;
218 return img.x;
228 var img = getImage(myImage);
229 if (img.container != null)
230 return img.container.pageY + img.y;
232 return img.y;
243 return img.width;
[all …]
H A DphpThumb.demo.demo.php92 $img['square'] = 'images/disk.jpg';
93 $img['landscape'] = 'images/loco.jpg';
95 $img['unrotated'] = 'images/monkey.jpg';
98 $img['levels2'] = 'images/lilies.jpg';
100 $img['alpha'] = 'images/alpha.png';
104 $img['mask1'] = 'images/mask04.png';
111 $img['bmp'] = 'images/winnt.bmp';
116 $img['small'] = 'images/small.jpg';
117 $img['big'] = 'images/big.jpg';
165img['landscape'].'&w=300&fltr[]=mask|'.$img['mask3'].'&f=png', 'src='.$img['landscape'].'&w=300&fl…
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt927 echo '<img src="'.phpThumbURL('src=pic.jpg&w=50').'">';
1447 * Custom error image option (&err=img.jpg) which can
H A Dphpthumb.faq.txt35 standard <img src="phpThumb.php?src=pic.jpg&w=100"> manner
68 generated thumbnail (so I can put it in the <img> width/height)?
80 echo "<img src=\"$url\" width=\"$newW\" height=\"$newH\">';
224 (you'll need to generate the <img> tags with phpThumbURL()
H A Dphpthumb.readme.txt73 <img src="phpThumb.php?src=/image.jpg&w=100&hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx">
76 …echo '<img src="'.htmlspecialchars(phpThumbURL('src=/images/pic.jpg&w=50', '/path/to/phpThumb.php'…
188 echo '<img src="'.phpThumbURL('src=pic.jpg&w=50', '/path/to/phpThumb.php').'">';
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default254 // echo '<img src="'.htmlspecialchars(phpThumbURL('src=/images/pic.jpg&w=50', '/phpThumb/phpThumb…
H A Dphpthumb.functions.php267 public static function GetPixelColor(&$img, $x, $y) { argument
268 if (!is_resource($img) && !(is_object($img) && $img instanceOf \GdImage)) {
271 return @imagecolorsforindex($img, @imagecolorat($img, $x, $y));
1081 function imagealphablending(&$img, $blendmode=true) { argument
1090 function imagesavealpha(&$img, $blendmode=true) { argument
H A Dphpthumb.gif.php46 if ($img = @imagecreatefromstring($PNGdata)) {
49 return $img;
51 } elseif ($img = $gif->getGD_PixelPlotterVersion()) {
58 return $img;
132 if ($img = @imagecreatefromstring($gif->getPng($bgColor))) {
133 if (@imagejpeg($img, $lpszFileName)) {
H A Dphpthumb.unsharp.php46 public static function applyUnsharpMask(&$img, $amount, $radius, $threshold) { argument
58 $w = imagesx($img);
59 $h = imagesy($img);
77 imagecopy($imgBlur, $img, 0, 0, 0, 0, $w, $h);
85 imagecopy( $imgBlur, $img, 0, 0, 1, 0, $w - 1, $h); // left
86 imagecopymerge($imgBlur, $img, 1, 0, 0, 0, $w , $h, 50); // right
100 $rgbOrig = imagecolorat($img, $x, $y);
118 $pixCol = imagecolorallocate($img, $rNew, $gNew, $bNew);
119 imagesetpixel($img, $x, $y, $pixCol);
126 $rgbOrig = imagecolorat($img, $x, $y);
[all …]

1...<<21222324252627282930