Home
last modified time | relevance | path

Searched refs:img (Results 1 – 25 of 28) sorted by last modified time

12

/dokuwiki/lib/plugins/acl/
H A Dadmin.php540 $img = DOKU_BASE . 'lib/images/minus.gif';
543 $img = DOKU_BASE . 'lib/images/plus.gif';
546 $ret .= '<img src="' . $img . '" alt="' . $alt . '" />';
/dokuwiki/lib/images/fileicons/svg/
H A Dindex.php17 foreach (glob('*.svg') as $img) {
18 echo '<img src="' . $img . '" alt="' . $img . '" width="32" height="32" title="' . $img . '" /> ';
/dokuwiki/lib/plugins/extension/
H A Dstyle.less32 img {
109 img {
/dokuwiki/lib/images/smileys/
H A 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
[all...]
/dokuwiki/inc/parser/
H A Dxhtml.php738 $this->doc .= '<img src="' . DOKU_BASE . 'lib/images/smileys/' . $this->smileys[$smiley] .
1638 // (we can't do this for name because it can contain an img tag)
1707 $ret .= '<img src="' . ml(
1838 * @param array $img
1839 * @return string HTML img tag or similar
1842 public function _imageTitle($img)
1846 // some fixes on $img['src']
1848 [$img['src']] = explode('#', $img['src'], 2);
1849 if ($img['typ
1729 _imageTitle($img) global() argument
[all...]
/dokuwiki/inc/
H A Dtemplate.php1244 echo '<img ' . $p . '/>';
1267 echo "<img $att />";
1615 * @param string $img print image? (|button|badge)
1623 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true)
1635 if ($img) {
1636 $src = license_img($img);
1639 $out .= '><img src="' . DOKU_BASE . $src . '" alt="' . $lic['name'] . '" /></a>';
1727 $img = '';
1731 foreach ($search as $img) {
1732 if (str_starts_with($img, '
1539 tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true) global() argument
[all...]
H A DTaskRunner.php78 $img = base64_decode('R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAIBTAA7');
80 header('Content-Length: ' . strlen($img));
82 echo $img;
H A Dmedia.php178 $form->setHiddenField('img', $id);
656 if (preg_match('/<(script|a|img|html|body|iframe)[\s>]/i', $bytes)) {
1104 echo '<img src="' . $src . '" alt="" style="max-width: ' . $size[0] . 'px;" />';
1491 return '<img src="' . $icon . '" alt="' . $filename . '" class="icon" />';
1757 $img = DOKU_BASE . 'lib/images/minus.gif';
1761 $img = DOKU_BASE . 'lib/images/plus.gif';
1766 '<img src="' . $img . '" alt="' . $alt . '" />';
/dokuwiki/lib/images/fileicons/
H A 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
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_edit.css77 #size__ctl img {
H A Dbasic.less215 img {
226 img,
234 button img {
237 table img {
H A Dprint.css86 img { selector
90 img.media {
93 img.medialeft {
96 img.mediaright {
99 img.mediacenter {
152 #dokuwiki__header .logo img {
158 [dir=rtl] #dokuwiki__header .logo img {
H A D_imgdetail.css11 #dokuwiki__detail img {
15 [dir=rtl] #dokuwiki__detail div.content img {
H A 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 {
H A 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 {
H A Dcontent.less52 .dokuwiki img.media {
56 .dokuwiki img.medialeft {
60 .dokuwiki img.mediaright {
64 .dokuwiki img.mediacenter {
368 img {
H A Ddesign.less35 img {
66 [dir=rtl] #dokuwiki__header .logo img {
348 img {
352 &:hover img,
353 &:active img,
354 &:focus img {
361 [dir=rtl] #dokuwiki__footer .license img {
/dokuwiki/lib/scripts/
H A Deditor.js59 ], function (_, img) { argument
60 jQuery(document.createElement('img'))
61 .attr('src', DOKU_BASE+'lib/images/' + img[0] + '.gif')
63 .on('click', img[1])
H A Dmedia.js51 toggle_selector: 'img',
193 var $btn, $img;
200 $img = jQuery(document.createElement('img'))
203 $btn.append($img);
237 if ({img: 1, swf: 1}[dw_mediamanager.ext] === 1) {
243 if (dw_mediamanager.link === "3" && dw_mediamanager.ext === 'img') {
245 } else if (dw_mediamanager.link === "2" && dw_mediamanager.ext === 'img') {
475 $container.html('<img src="' + DOKU_BASE + 'lib/images/throbber.gif" alt="..." class="load" />');
590 var $image = $diff.find('div.imageDiff.opacity div.image1 img');
[all...]
H A Dbehaviour.js226 var img = new Image();
227 img.onerror = function () {
232 img.onload = function () {
237 img.src = $checkDiv.data('src') + '?t=' + Date.now();
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php95 * @param resource $img The truetype GD image to work on
98 function imagecolorscale(&$img, $scale){
99 $w = imagesx($img);
100 $h = imagesy($img);
102 imagealphablending($img, false); argument
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/scripts/jquery/
H A Dupdate.sh25 for img in $images
27 wget -nv "$JQUI_HOST/themes/smoothness/$img" -O jquery-ui-theme/$img
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php256 * |del|@cite, |form|@action, |img|@longdesc, |img|@src, |input|@src,
272 'img' => [
418 $images = $document->getElementsByTagName('img');
420 foreach ($images as $img) {
421 if ($img->hasAttribute('src')) {
422 $image_url = $this->cache_namefilter->filter($img->getAttribute('src'));
426 $img->setAttribute('src', $this->image_handler . $image_url);
428 $file = $this->registry->create(File::class, [$img->getAttribute('src'), $this->timeout, 5, ['X-FORWARDED-FOR' => $_SERVER['REMOTE_ADDR']], $this->useragent, $this->force_fsockopen]);
433 $img
[all...]
/dokuwiki/lib/styles/
H A Dall.css70 img.icon.smiley {
/dokuwiki/inc/Ui/
H A DAdmin.php92 $img = DOKU_URL . $conf['savedir'] .
94 echo '<div id="security__check" data-src="' . $img . '"></div>';

12