Home
last modified time | relevance | path

Searched refs:img (Results 1 – 25 of 30) sorted by relevance

12

/dokuwiki/lib/images/smileys/
Dindex.php33 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/
Dindex.php34 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/
Dindex.php17 foreach (glob('*.svg') as $img) {
18 … echo '<img src="' . $img . '" alt="' . $img . '" width="32" height="32" title="' . $img . '" /> ';
/dokuwiki/lib/tpl/dokuwiki/images/
Dpagetools-build.php95 * @param resource $img The truetype GD image to work on
98 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/
Dprint.css87 img { selector
91 img.media {
94 img.medialeft {
97 img.mediaright {
100 img.mediacenter {
153 #dokuwiki__header .logo img {
159 [dir=rtl] #dokuwiki__header .logo img {
D_imgdetail.css11 #dokuwiki__detail img {
15 [dir=rtl] #dokuwiki__detail div.content img {
Ddesign.less35 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 {
D_media_popup.css96 #media__tree ul li img {
100 [dir=rtl] #media__tree ul li img {
135 #media__content img.load {
165 #media__content img.btn {
Dcontent.less52 .dokuwiki img.media {
56 .dokuwiki img.medialeft {
60 .dokuwiki img.mediaright {
64 .dokuwiki img.mediacenter {
368 img {
Dbasic.less215 img {
226 img,
234 button img {
237 table img {
D_media_fullscreen.css278 #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/
Dupdate.sh25 for img in $images
27 wget -nv "$JQUI_HOST/themes/smoothness/$img" -O jquery-ui-theme/$img
/dokuwiki/lib/scripts/
Dbehaviour.js226 var img = new Image();
227 img.onerror = function () {
232 img.onload = function () {
237 img.src = $checkDiv.data('src') + '?t=' + Date.now();
Deditor.js59 ], function (_, img) { argument
61 .attr('src', DOKU_BASE+'lib/images/' + img[0] + '.gif')
63 .on('click', img[1])
/dokuwiki/inc/Ui/
DAdmin.php94 $img = DOKU_URL . $conf['savedir'] .
96 echo '<div id="security__check" data-src="' . $img . '"></div>';
/dokuwiki/inc/
DTaskRunner.php78 $img = base64_decode('R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAIBTAA7');
80 header('Content-Length: ' . strlen($img));
82 echo $img;
Dtemplate.php1617 * @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/
DGuiExtension.php75 $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) . ' />';
Dstyle.less33 img {
83 img.shot {
108 img {
241 .screenshot img,
/dokuwiki/vendor/simplepie/simplepie/src/
DSanitize.php419 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/
DREADME.md2 [![GitHub license](https://img.shields.io/github/license/alphp/strftime)](https://github.com/alphp/…
3 [![GitHub release](https://img.shields.io/github/release/alphp/strftime)](https://github.com/alphp/…
4 [![Packagist](https://img.shields.io/packagist/v/php81_bc/strftime)](https://packagist.org/packages…
5 [![Packagist Downloads](https://img.shields.io/packagist/dt/php81_bc/strftime)](https://packagist.o…
6 [![GitHub issues](https://img.shields.io/github/issues/alphp/strftime)](https://github.com/alphp/st…
7 [![GitHub forks](https://img.shields.io/github/forks/alphp/strftime)](https://github.com/alphp/strf…
8 [![GitHub stars](https://img.shields.io/github/stars/alphp/strftime)](https://github.com/alphp/strf…
/dokuwiki/lib/plugins/acl/
Dstyle.css35 #acl__tree ul img {
39 [dir=rtl] #acl__tree ul img {
/dokuwiki/inc/parser/
Dxhtml.php1838 * @param array $img
1842 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/
Dall.css70 img.icon.smiley {
/dokuwiki/lib/plugins/config/
Dstyle.css69 #config__manager td.label img {
74 [dir=rtl] #config__manager td.label img {

12