Home
last modified time | relevance | path

Searched refs:img (Results 1 – 25 of 28) sorted by path

12

/dokuwiki/inc/
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 . '" />';
H A Dtemplate.php1224 echo '<img ' . $p . '/>';
1247 echo "<img $att />";
1595 * @param string $img print image? (|button|badge)
1603 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true)
1615 if ($img) {
1616 $src = license_img($img);
1619 $out .= '><img src="' . DOKU_BASE . $src . '" alt="' . $lic['name'] . '" /></a>';
1707 $img = '';
1711 foreach ($search as $img) {
1712 if (str_starts_with($img, '
1539 tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true) global() argument
[all...]
/dokuwiki/inc/Ui/
H A DAdmin.php92 $img = DOKU_URL . $conf['savedir'] .
94 echo '<div id="security__check" data-src="' . $img . '"></div>';
/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/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/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/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/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 . '" />';
H A Dstyle.css35 #acl__tree ul img {
39 [dir=rtl] #acl__tree ul img {
/dokuwiki/lib/plugins/config/
H A Dstyle.css69 #config__manager td.label img {
74 [dir=rtl] #config__manager td.label img {
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php208 '<img src="//www.gravatar.com/avatar/' . $mailid .
238 $img = '<a href="' . hsc($screen) . '" target="_blank" class="extension_screenshot">' .
239 '<img alt="' . $title . '" width="120" height="70" src="' . hsc($thumb) . '" />' .
242 $img = '<img alt="" width="120" height="70" src="' . DOKU_BASE .
245 $img = '<img alt="" width="120" height="70" src="' . DOKU_BASE .
248 $html = '<div class="screenshot" >' . $img . '<span></span></div>' . DOKU_LF;
/dokuwiki/lib/plugins/extension/
H A Dstyle.less32 img {
109 img {
/dokuwiki/lib/scripts/
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();
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...]
/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/lib/styles/
H A Dall.css70 img.icon.smiley {
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_edit.css77 #size__ctl 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 Dbasic.less215 img {
226 img,
234 button img {
237 table img {
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 {

12