Home
last modified time | relevance | path

Searched refs:img (Results 201 – 225 of 749) sorted by relevance

12345678910>>...30

/plugin/metaeditor/
H A Dstyle.css407 background-image: url("img/32px.png");
509 background: url("img/32px.png") -260px -4px no-repeat;
521 background-image: url("img/32px.png");
571 background-image: url("img/32px.png");
685 background-image: url("img/32px.png");
735 background-image: url("img/32px.png");
849 background-image: url("img/32px.png");
884 background-image: url("img/40px.png");
889 background-image: url("img/40px.png");
908 background-image: url("img/40px.png");
[all …]
/plugin/html2pdf/snorriheim/
H A Dmedia.css37 #media__tree img {
90 #media__content img.load {
124 #media__content img.btn {
/plugin/dokutranslate/
H A Dadmin.php288 $img = DOKU_BASE.'lib/images/minus.gif';
291 $img = DOKU_BASE.'lib/images/plus.gif';
294 $ret .= '<img src="'.$img.'" alt="'.$alt.'" />';
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10transitional.js36 H = X({sub:1, img:1, object:1, sup:1, basefont:1, map:1, applet:1, font:1, big:1, small:1}, G) ;
39 …K = {img:1, noscript:1, br:1, kbd:1, center:1, button:1, basefont:1, h5:1, h4:1, samp:1, h6:1, ol:… property in FCK.DTD.K
51 img: {},
/plugin/ditaa/
H A Dsyntax.php122 $img = ml($ID, array('ditaa' => $data['md5'], 't' => $data['now']));
123 $R->doc .= '<img src="' . $img . '" class="media' . $data['align'] . '" alt=""';
233 $img = $http->post('http://ditaa.org/ditaa/render', $pass);
/plugin/imagecarousel/
H A Dprint.less5 .slick img {
/plugin/combo/resources/theme/default/components/css/
H A Ddokuwiki-smiley.css2 img.smiley { max-height: 1.2em; }
/plugin/bpmnio/css/
H A Dtoolbar.less1 .plugin-bpmnio.icon-large img {
/plugin/mtg/
H A Dstyle.css1 img.mtg {
/plugin/galleryv1.5/
H A Dscript.js219 var img = document.createElement('img');
220 img.id = 'gallery__lightboxImage';
221 self._set_cursor(img);
222 addEvent(img,'click',function(){ self._close(); });
223 addEvent(img,'mouseover',function(){ self._show_action(); });
224 addEvent(img,'mouseout',function(){ self._hide_action(); });
225 box.appendChild(img);
/plugin/chat/
H A Dscript.js770 var img = document.getElementById('chatVolumeIcon');
771 if (img) {
772 img.src = DOKU_BASE+'lib/plugins/chat/volume'+vol+'.gif';
773 img.title = 'Set notify volume ('+(vol > 0 ? vol : 'muted')+')';
774 img.style.width = '';
775 img.style.paddingRight = '10px';
776 img.style.paddingTop = '2px';
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js445 var img = node.getAttribute('backgroundImage');
447 if (img != null)
449 img = JSON.parse(img);
450 graph.setBackgroundImage(new mxImage(img.src, img.width, img.height));
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js445 var img = node.getAttribute('backgroundImage');
447 if (img != null)
449 img = JSON.parse(img);
450 graph.setBackgroundImage(new mxImage(img.src, img.width, img.height));
/plugin/rss/
H A Dstyle.css1 img.rss {
/plugin/panoview/
H A Dstyle.css67 div.panoview_plugin .controls a img, div.panoview_plugin .controls span img {
/plugin/button/
H A Dstyle.css45 #content .plugin_button_image img , .plugin_button_image img {
/plugin/imagecarousel/vendor/swipebox/css/
H A Dswipebox.min.css1img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-i…
H A Dswipebox.less6 #swipebox-overlay img {
56 #swipebox-slider .slide img,
92 background: url(../img/loader.gif) no-repeat center center;
131 background-image: url(../img/icons.png);
/plugin/gallery/swipebox/css/
H A Dswipebox.less
/plugin/redissue/conf/
H A Ddefault.php7 $conf['redissue.img'] = '';
/plugin/redissue/lang/en/
H A Dsettings.php4 $lang['redissue.img'] = "Type your image's url here. Example : http://www.example.com/mylogo.p…
/plugin/skilltagicon/
H A Dstyle.less1 img.skilltagicon {
/plugin/daummovie/
H A Dstyle.css5 img {float:left;margin-right:1em;}
/plugin/redissue/lang/fr/
H A Dsettings.php4 $lang['redissue.img'] = "Indiquez l'url de votre image. Exemple : http://www.example.com/image…
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js26 if (img != null)
33 (t.x + img.x) * s, (t.y + img.y) * s,
34 img.width * s, img.height * s));
2184 a.appendChild(img);
3578 if (img != null && img.src != null && img.src.substring(0, 13) == 'data:page/id,')
3580 img = this.ui.createImageForPageLink(img.src, this.ui.currentPage);
4665 if (img != null && img.nextSibling == null &&
4941 fn(newValue, img.width, img.height);
4949 img.src = newValue;
5001 apply(new mxImage(newValue, img.width, img.height), false);
[all …]

12345678910>>...30