/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 [all...] |
/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 [all...] |
/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 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/tpl/dokuwiki/css/ |
H A D | print.css | 86 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.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 { 348 img { 352 &:hover img, 353 &:active img, 354 &:focus img { 361 [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 {
|
H A D | _edit.css | 77 #size__ctl img {
|
/dokuwiki/lib/scripts/jquery/ |
H A D | update.sh | 25 for img in $images 27 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) { argument 60 jQuery(document.createElement('img')) 61 .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 | 1245 echo '<img ' . $p . '/>'; 1268 echo "<img $att />"; 1616 * @param string $img print image? (|button|badge) 1624 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true) 1636 if ($img) { 1637 $src = license_img($img); 1640 $out .= '><img src="' . DOKU_BASE . $src . '" alt="' . $lic['name'] . '" /></a>'; 1728 $img = ''; 1732 foreach ($search as $img) { 1733 if (str_starts_with($img, ' 1539 tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true) global() argument [all...] |
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Sanitize.php | 256 * |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/plugins/acl/ |
H A D | style.css | 35 #acl__tree ul img { 39 [dir=rtl] #acl__tree ul img {
|
H A D | admin.php | 540 $img = DOKU_BASE . 'lib/images/minus.gif'; 543 $img = DOKU_BASE . 'lib/images/plus.gif'; 546 $ret .= '<img src="' . $img . '" alt="' . $alt . '" />';
|
/dokuwiki/inc/parser/ |
H A D | xhtml.php | 739 $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/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 {
|
/dokuwiki/lib/plugins/extension/helper/ |
H A D | list.php | 208 '<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;
|