| /dokuwiki/lib/images/smileys/ | 
| H A D | index.php | 33 foreach (glob('*.svg') as $img) {34     $smi_list .= '<img src="' . $img . '" alt="' . $img . '" title="' . $img . '" /> ';
 38     foreach (glob('local/*.svg') as $img) {
 39         $smi_list .= '<img src="' . $img . '" alt="' . $img . '" title="' . $img . '" /> ';
 
 | 
| /dokuwiki/lib/images/fileicons/ | 
| H A D | index.php | 34 foreach (glob('*.png') as $img) {35     $fi_list .= '<img src="' . $img . '" alt="' . $img . '" title="' . $img . '" /> ';
 37 foreach (glob('32x32/*.png') as $img) {
 38     $fi_list32 .= '<img src="' . $img . '" alt="' . $img . '" title="' . $img . '" /> ';
 
 | 
| /dokuwiki/lib/images/fileicons/svg/ | 
| H A D | index.php | 17 foreach (glob('*.svg') as $img) {18 … echo '<img src="' . $img . '" alt="' . $img . '" width="32" height="32" title="' . $img . '" /> ';
 
 | 
| /dokuwiki/lib/tpl/dokuwiki/images/ | 
| H A D | pagetools-build.php | 95  * @param resource $img    The truetype GD image to work on98 function imagecolorscale(&$img, $scale){  argument
 99     $w = imagesx($img);
 100     $h = imagesy($img);
 102     imagealphablending($img, false);
 105             $rgba   = imagecolorat($img, $x, $y);
 115             $color = imagecolorallocatealpha($img, $r, $g, $b, $a);
 116             imagesetpixel($img, $x, $y, $color);
 119     imagealphablending($img, true);
 
 | 
| /dokuwiki/lib/tpl/dokuwiki/css/ | 
| H A D | print.css | 87 img {  selector91 img.media {
 94 img.medialeft {
 97 img.mediaright {
 100 img.mediacenter {
 153 #dokuwiki__header .logo img {
 159 [dir=rtl] #dokuwiki__header .logo img {
 
 | 
| H A D | _imgdetail.css | 11 #dokuwiki__detail img {15 [dir=rtl] #dokuwiki__detail div.content img {
 
 | 
| H A D | design.less | 35         img {66 [dir=rtl] #dokuwiki__header .logo img {
 349         img {
 353         &:hover img,
 354         &:active img,
 355         &:focus img {
 362 [dir=rtl] #dokuwiki__footer .license img {
 
 | 
| H A D | _media_popup.css | 96 #media__tree ul li img {100 [dir=rtl] #media__tree ul li img {
 135 #media__content img.load {
 165 #media__content img.btn {
 
 | 
| H A D | content.less | 52 .dokuwiki img.media {56 .dokuwiki img.medialeft {
 60 .dokuwiki img.mediaright {
 64 .dokuwiki img.mediacenter {
 368     img {
 
 | 
| H A D | basic.less | 215 img {226 img,
 234 button img {
 237 table img {
 
 | 
| H A D | _media_fullscreen.css | 278 #mediamanager__page .filelist .thumbs li dt a img {333 #mediamanager__page .filelist .rows li dt a img {
 395 #mediamanager__page .file div.image img {
 534 #mediamanager__diff .imageDiff.portions img {
 538 #mediamanager__diff .imageDiff img {
 
 | 
| /dokuwiki/lib/scripts/jquery/ | 
| H A D | update.sh | 25 for img in $images27     wget -nv "$JQUI_HOST/themes/smoothness/$img" -O jquery-ui-theme/$img
 
 | 
| /dokuwiki/lib/scripts/ | 
| H A D | behaviour.js | 226         var img = new Image();227         img.onerror = function () {
 232         img.onload = function () {
 237         img.src = $checkDiv.data('src') + '?t=' + Date.now();
 
 | 
| H A D | editor.js | 59         ], function (_, img) {  argument61                 .attr('src', DOKU_BASE+'lib/images/' + img[0] + '.gif')
 63                 .on('click', img[1])
 
 | 
| /dokuwiki/inc/Ui/ | 
| H A D | Admin.php | 94         $img = DOKU_URL . $conf['savedir'] .96         echo '<div id="security__check" data-src="' . $img . '"></div>';
 
 | 
| /dokuwiki/inc/ | 
| H A D | TaskRunner.php | 78         $img = base64_decode('R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAIBTAA7');80         header('Content-Length: ' . strlen($img));
 82         echo $img;
 
 | 
| H A D | template.php | 1617  * @param string $img print image? (|button|badge)1625 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true)  argument
 1637     if ($img) {
 1638         $src = license_img($img);
 1729     $img = '';
 1733     foreach ($search as $img) {
 1734         if (str_starts_with($img, ':')) {
 1735             $file = mediaFN($img);
 1738             $file = tpl_incdir() . $img;
 1763         $url = ml($img, '', true, '', $abs);
 [all …]
 
 | 
| /dokuwiki/lib/plugins/extension/ | 
| H A D | GuiExtension.php | 75         $img = [91             $img['src'] = $thumb;
 92             $img['alt'] = $link['title'];
 94             $img['src'] = DOKU_BASE . 'lib/plugins/extension/images/template.png';
 96             $img['src'] = DOKU_BASE . 'lib/plugins/extension/images/plugin.png';
 101         $html .= '<img ' . buildAttributes($img) . ' />';
 
 | 
| H A D | style.less | 33     img {83             img.shot {
 108                 img {
 241         .screenshot img,
 
 | 
| /dokuwiki/vendor/simplepie/simplepie/src/ | 
| H A D | Sanitize.php | 419                     foreach ($images as $img) {420                         if ($img->hasAttribute('src')) {
 421                             $image_url = $this->cache_namefilter->filter($img->getAttribute('src'));
 425                                 $img->setAttribute('src', $this->image_handler . $image_url);
 427 …$file = $this->registry->create(File::class, [$img->getAttribute('src'), $this->timeout, 5, ['X-FO…
 432 …                                      $img->setAttribute('src', $this->image_handler . $image_url);
 
 | 
| /dokuwiki/vendor/php81_bc/strftime/ | 
| H A D | README.md | 2 [](https://github.com/alphp/…3 [](https://github.com/alphp/…
 4 [](https://packagist.org/packages…
 5 [](https://packagist.o…
 6 [](https://github.com/alphp/st…
 7 [](https://github.com/alphp/strf…
 8 [](https://github.com/alphp/strf…
 
 | 
| /dokuwiki/lib/plugins/acl/ | 
| H A D | style.css | 35 #acl__tree ul img {39 [dir=rtl] #acl__tree ul img {
 
 | 
| /dokuwiki/inc/parser/ | 
| H A D | xhtml.php | 1838      * @param array $img1842     public function _imageTitle($img)  argument
 1848         [$img['src']] = explode('#', $img['src'], 2);
 1849         if ($img['type'] == 'internalmedia') {
 1850             $img['src'] = (new MediaResolver($ID))->resolveId($img['src'], $this->date_at, true);
 1854             $img['src'],
 1855             $img['title'],
 1856             $img['align'],
 1857             $img['width'],
 1858             $img['height'],
 [all …]
 
 | 
| /dokuwiki/lib/styles/ | 
| H A D | all.css | 70 img.icon.smiley {
 | 
| /dokuwiki/lib/plugins/config/ | 
| H A D | style.css | 69 #config__manager td.label img {74 [dir=rtl] #config__manager td.label img {
 
 |