Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 10 of 10) sorted by relevance

/web-php/
H A Dsoftware.php15 <?php echo make_image("logos/php-icon-white.gif", $alt = "php.net", "left") ?>&nbsp; variable
20 <?php echo make_image("pear-icon.png", $alt = "pear.php.net", "left") ?>&nbsp; variable
25 <?php echo make_image("pecl-icon.png", $alt = "pecl.php.net", "left") ?>&nbsp; variable
/web-php/include/
H A Dlayout.inc70 function make_image($file, $alt = false, $align = false, $extras = false,
94 return sprintf('<img src="%s/%s" alt="%s"%s%s%s>',
97 ($alt ?: ''),
105 function print_image($file, $alt = false, $align = false, $extras = false,
108 echo make_image($file, $alt, $align, $extras, $dir);
112 // image from the news dir with an alt and an URL)
113 function news_image($URL, $image, $alt, $print = true)
115 $str = "<a href=\"$URL\">" . make_image("news/$image", $alt, "right") . "</a>";
123 function make_submit($file, $alt = false, $align = false, $extras = false,
129 $img = make_image($file, $alt, $align, $extras, $dir, false);
H A Dshared-manual.inc172 '<img src="/images/notes-edit@2x.png" height="12" width="12" alt="edit note">',
179 '<img src="/images/notes-reject@2x.png" height="12" width="12" alt="reject note">',
186 '<img src="/images/notes-delete@2x.png" height="12" width="12" alt="delete note">',
H A Dfooter.inc107 <a id="toTop" href="javascript:;"><span id="toTopHover"></span><img width="40" height="40" alt="To …
H A Dheader.inc135 <img src="<?= $entry->image ?>" alt="<?= $entry->name ?>">
/web-php/styles/
H A Di-love-markdown.css178 content: '![' attr(alt) '](' attr(src) ' "' attr(title) '")';
/web-php/releases/8.1/
H A Drelease.inc26 <img src="/images/php8/logo_php8_1.svg" alt="php8.1" height="126" width="343">
547 <img src="/images/php8/php81_performance.svg" alt="">
/web-php/releases/8.2/
H A Drelease.inc26 <img src="/images/php8/logo_php8_2.svg" alt="PHP 8.2" height="126" width="343">
/web-php/releases/8.3/
H A Drelease.inc26 <img src="/images/php8/logo_php8_3.svg" alt="PHP 8.3" height="126" width="343">
/web-php/releases/8.4/
H A Drelease.inc27 <img src="/images/php8/logo_php8_4.svg" alt="PHP 8.4" height="126" width="343">

Completed in 26 milliseconds