Home
last modified time | relevance | path

Searched refs:img (Results 126 – 150 of 749) sorted by relevance

12345678910>>...30

/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css84 .FolderListFolder img
89 .FolderListCurrentFolder img
94 .FolderListFolderRO img
99 .FolderListCurrentFolderRO img
133 td.img { border-bottom: 1px solid gray; padding-top: 2px; }
/plugin/lightbox/
H A Dstyle.css15 #lightbox img{ border: none; clear: both;}
16 #overlay img{ border: none; }
/plugin/imagecarousel/vendor/slick/
H A Dslick.css89 .slick-slide img
93 .slick-slide.slick-loading img
97 .slick-slide.dragging img
/plugin/linkmanager/
H A Dstyle.css31 #linkpage__tree img {
36 #linkpage__tree ul img {
101 #linkpage__content img.btn {
/plugin/mathpublish/
H A Dsyntax.php156 $img = 'dw2pdf://' . $imagefile;
158 $img = DOKU_BASE . 'lib/plugins/mathpublish/img.php?img=' . $ident;
180 'src' => $img,
/plugin/snow/
H A DREADME.md16 [![GitHub issues](https://img.shields.io/github/issues/mprins/dokuwiki-plugin-snow.svg)](https://gi…
17 [![GitHub forks](https://img.shields.io/github/forks/mprins/dokuwiki-plugin-snow.svg)](https://gith…
18 [![GitHub stars](https://img.shields.io/github/stars/mprins/dokuwiki-plugin-snow.svg)](https://gith…
/plugin/combo/ComboStrap/
H A DFetcherScreenshot.php141 $images = $webDriver->findElements(WebDriverBy::tagName("img"));
142 foreach ($images as $img) {
143 $complete = DataType::toBoolean($img->getAttribute("complete"), false);
145 $naturalHeight = DataType::toInteger($img->getAttribute("naturalHeight"), 0);
/plugin/socialcards/
H A DREADME.md14 [![GitHub issues](https://img.shields.io/github/issues/mprins/dokuwiki-plugin-socialcards.svg)](htt…
15 [![GitHub forks](https://img.shields.io/github/forks/mprins/dokuwiki-plugin-socialcards.svg)](https…
16 [![GitHub stars](https://img.shields.io/github/stars/mprins/dokuwiki-plugin-socialcards.svg)](https…
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10strict.js33 E = X({img:1, object:1}, D) ;
36 …H = {img:1, noscript:1, br:1, kbd:1, button:1, h5:1, h4:1, samp:1, h6:1, ol:1, h1:1, h3:1, h2:1, f… property in FCK.DTD.H
48 img: {},
102 a: X({img:1, object:1}, D, F),
/plugin/tplmod/
H A Dscript.js50 var img = elems.pop();
51 return val.replace(img,JSINFO['tmplft_logo']);
60 var img = elems.pop();
61 return val.replace(img,JSINFO['tmplft_logo']);
/plugin/dw2pdf/
H A Drenderer.php259 $img = DOKU_BASE . 'lib/images/interwiki/' . $m[1] . '.png';
261 $img = DOKU_BASE . 'lib/images/interwiki/' . $m[1] . '.gif';
263 $img = DOKU_BASE . 'lib/images/interwiki.png';
267 '<img src="%s" width="16" height="16" style="vertical-align: middle" class="%s" />%s',
268 $img,
/plugin/imagelink/
H A Dstyle.css1 div.plugin_linkimage:hover img {
22 div.plugin_linkimage img {
/plugin/graphviz/
H A Dsyntax.php102 $img = DOKU_BASE.'lib/plugins/graphviz/img.php?'.buildURLparams($data);
103 $R->doc .= '<img src="'.$img.'" class="media'.$data['align'].'" alt=""';
165 $img = $http->post('http://chart.apis.google.com/chart',$pass,'&');
/plugin/imagereference/
H A Dstyle.css78 span.imgcaption a img {
83 div.dokuwiki span.imgcaption img.mediaright {
88 div.dokuwiki span.imgcaption img.medialeft {
/plugin/googlepagerank/
H A Dsyntax.php59 …$html='<img src="http://www.google.com/images/pos.gif" width='.$prpos.' height=4 border=0 alt="'.$…
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md2 <img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="250px" />
8 …<a href="https://travis-ci.org/hoaproject/iterator"><img src="https://img.shields.io/travis/hoapro…
9 …<a href="https://coveralls.io/github/hoaproject/iterator?branch=master"><img src="https://img.shie…
10 …<a href="https://packagist.org/packages/hoa/iterator"><img src="https://img.shields.io/packagist/d…
11 …<a href="https://hoa-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/iterato…
21 [![Help on IRC](https://img.shields.io/badge/help-%23hoaproject-ff0066.svg)](https://webchat.freeno…
22 [![Help on Gitter](https://img.shields.io/badge/help-gitter-ff0066.svg)](https://gitter.im/hoaproje…
23 [![Documentation](https://img.shields.io/badge/documentation-hack_book-ff0066.svg)](https://central…
24 [![Board](https://img.shields.io/badge/organisation-board-ff0066.svg)](https://waffle.io/hoaproject…
/plugin/panoview/
H A Dscript.js546 var img = document.createElement('img');
547 img.src = src;
548 img.relativeSrc = src;
549 img.className = PanoJS.TILE_STYLE_CLASS;
550 img.style.width = this.tileSize + 'px';
552 return img;
647 var img = this.cache[imgId];
648 img.onload = function () {
650 if (img.image) {
655 if (img.parentNode != null) {
[all …]
/plugin/ahrefmenu/
H A DxmlTree.js16 function swapFolder(img){ argument
17 objImg = document.getElementById(img);
/plugin/jenkins/
H A Dstyle.css15 img.jenkinslogo {
20 img.jenkins {
/plugin/reflect/
H A Dsyntax.php64 $img = p_render('xhtml', p_get_instructions($output),$info);
65 …$renderer->doc .= preg_replace('%(src="[^"]*?)(")%', "$1&amp;reflect=1&{$data['params']}$2", $img);
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js399 img.style.border = '0px';
403 div.appendChild(img);
1396 img.style.height = '9px';
1397 img.style.fontSize = '9px';
2083 img.style.opacity = '0.9';
2136 img = img.cloneNode(false);
2174 img = img.cloneNode(false);
2176 dataLink.appendChild(img);
2215 img = img.cloneNode(false);
2255 img = img.cloneNode(false);
[all …]
/plugin/stars/
H A Dreadme.txt13 …- added classes for styling purposes ( span.starspan, img.starimage, img.halfstarimage, img.emptys…
/plugin/openlayersmapoverlays/
H A DREADME.md20 [![GitHub issues](https://img.shields.io/github/issues/mprins/dokuwiki-plugin-openlayersmapoverlays…
21 [![GitHub forks](https://img.shields.io/github/forks/mprins/dokuwiki-plugin-openlayersmapoverlays.s…
22 [![GitHub stars](https://img.shields.io/github/stars/mprins/dokuwiki-plugin-openlayersmapoverlays.s…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DREADME.md46 [Master image]: https://img.shields.io/travis/schmittjoh/serializer/master.svg?style=flat-square
48 …[Master coverage image]: https://img.shields.io/scrutinizer/coverage/g/schmittjoh/serializer/maste…
51 [1.x image]: https://img.shields.io/travis/schmittjoh/serializer/1.x.svg?style=flat-square
53 …[1.x coverage image]: https://img.shields.io/scrutinizer/coverage/g/schmittjoh/serializer/1.x.svg?…
/plugin/dokucrypt2/
H A DREADME.md5 <img src="https://img.shields.io/twitter/follow/syntaxseed.svg?style=social&logo=twitter"
6 …r"></a>&nbsp;&nbsp;<a href="https://syntaxseed.com/about/donate"><img src="https://img.shields.io/…

12345678910>>...30