Home
last modified time | relevance | path

Searched refs:image (Results 1 – 17 of 17) sorted by relevance

/web-php/styles/
H A Dmirror.css3 background-image: url(/images/box-0.gif);
6 background-image: url(/images/caret-u.gif);
9 background-image: url(/images/caret-t.gif);
12 background-image: url(/images/box-1.gif);
17 background-image: url(/images/leftbar.png);
20 background-image: url(/images/rightbar.png);
25 background-image: url(/images/dialog-information.png);
28 background-image: url(/images/dialog-warning.png);
36 background-image: url(/images/notes-features.png);
H A Dphp8.css15 background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
H A Dtheme-medium.css10 background-image: url('/images/bg-texture-00.svg');
/web-php/src/News/
H A DEntry.php36 protected $image = []; variable in phpweb\\News\\Entry
83 $this->image = [
116 $link = ($this->image['link'] ?? null) ?: $archive;
133 if ($this->image['path'] ?? '') {
134 …$image = $item->appendChild($dom->createElementNs("http://php.net/ns/news", "newsImage", $this->im…
135 $image->setAttribute("link", $this->image['link']);
136 $image->setAttribute("title", $this->image['title']);
/web-php/include/
H A Dlayout.inc54 // Resize the image using the output of make_image()
61 // Return image with new width and height added
93 // Return with image built up
112 // image from the news dir with an alt and an URL)
122 // Return HTML code for a submit button image
126 // Get an image without size info and convert the
136 // Return with ready input image
137 return '<input type="image"' . substr($img, 4);
372 $image = "";
412 <div class="newsImage">{$image}</div>
[all …]
H A Dheader.inc58 <link rel="icon" type="image/svg+xml" sizes="any" href="<?php echo $MYSITE ?>favicon.svg?v=2">
59 …<link rel="icon" type="image/png" sizes="196x196" href="<?php echo $MYSITE ?>favicon-196x196.png?v…
60 <link rel="icon" type="image/png" sizes="32x32" href="<?php echo $MYSITE ?>favicon-32x32.png?v=2">
61 <link rel="icon" type="image/png" sizes="16x16" href="<?php echo $MYSITE ?>favicon-16x16.png?v=2">
126 $releaseClass = $entry->image ? 'navbar__release' : '';
134 <?php if ($entry->image): ?>
135 <img src="<?= $entry->image ?>" alt="<?= $entry->name ?>">
H A Dmozopensearch.inc7 …<Image height="16" width="16" type="image/x-icon"><?php echo $MYSITE; ?>images/phpnetsearch.png</I…
H A Derrors.inc326 'gd.jpeg-ignore-warning' => 'image.configuration.php#ini.image.jpeg-ignore-warning',
414 'gd' => 'book.image.php',
H A Dshared-manual.inc51 // and it's extended form with a [+] image
/web-php/bin/
H A DcreateNewsEntry43 $image = getImage();
44 $entry->setImage($image['path'] ?? '', $image['title'] ?? '', $image['link'] ?? '');
/web-php/src/Navigation/
H A DNavItem.php11 public ?string $image = null,
/web-php/js/
H A Dcommon.js422 var photo, image;
428 image = $('<img>');
429 image.attr('src', 'data:image/jpeg;base64,' + photo.data);
430 $(node).append(link.append(image));
/web-php/manual/en/toc/
H A Dfuncref.inc60 0 => 'refs.utilspec.image.php',
/web-php/fonts/Font-Awesome/
H A DREADME.txt75 - `image/svg+xml` - svg
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt2494 - Added compatibility mode in GD, imagerotate, image(filled)ellipse
2565 - Added support for gray levels PNG image with alpha in GD extension. (Pierre)
2964 - Fixed bug #45799 (imagepng() crashes on empty image).
3009 correctly with a non truecolour image. Reported by Hamid Ebadi,
3061 inside a binary or image column type). (Ilia)
3863 image data). (Reported by Elliot <wccoder@gmail dot com>) (Pierre)
4022 . colors allocated henceforth from the resulting image overwrite the palette
4073 - Fixed CVE-2007-1001, GD wbmp used with invalid image size (Pierre)
4928 - Fixed bug #38179 (imagecopy from a palette to a truecolor image loose alpha
5541 - Added missing safe_mode checks for image* functions and cURL. (Ilia)
[all …]
H A DNEWS_5_4_0_beta1.txt2398 - Added compatibility mode in GD, imagerotate, image(filled)ellipse
2469 - Added support for gray levels PNG image with alpha in GD extension. (Pierre)
2868 - Fixed bug #45799 (imagepng() crashes on empty image).
2913 correctly with a non truecolour image. Reported by Hamid Ebadi,
2965 inside a binary or image column type). (Ilia)
3767 image data). (Reported by Elliot <wccoder@gmail dot com>) (Pierre)
3926 . colors allocated henceforth from the resulting image overwrite the palette
3977 - Fixed CVE-2007-1001, GD wbmp used with invalid image size (Pierre)
4832 - Fixed bug #38179 (imagecopy from a palette to a truecolor image loose alpha
5445 - Added missing safe_mode checks for image* functions and cURL. (Ilia)
[all …]
/web-php/js/ext/
H A Djquery-3.6.0.min.js2 …e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=d…

Completed in 102 milliseconds