Home
last modified time | relevance | path

Searched refs:img (Results 426 – 450 of 749) sorted by path

1...<<11121314151617181920>>...30

/plugin/imagelink/
H A Dstyle.css1 div.plugin_linkimage:hover img {
22 div.plugin_linkimage img {
/plugin/imagemap/
H A Dall.css7 .dokuwiki img.imap {
16 .dokuwiki img.imap {
H A Dsyntax.php39 $img = Doku_Handler_Parse_Media(substr($match, 6, -2));
40 if ($img['title']) {
41 $mapname = str_replace(':','',cleanID($img['title']));
45 if ($img['type'] == 'internalmedia') {
46 $src = $img['src'];
51 $src = parse_url($img['src']);
59 $args = array($state, $img['type'], $img['src'], $img['title'], $mapname,
60 $img['align'], $img['width'], $img['height'],
61 $img['cache']);
/plugin/imagemapping/
H A Dall.css
H A Dstyle.css
H A Dsyntax.php64 $img = Doku_Handler_Parse_Media(substr($match, 6, -2));
65 if ($img['title']) {
66 $mapname = str_replace(':', '', cleanID($img['title']));
70 if ($img['type'] == 'internalmedia') {
71 $src = $img['src'];
76 $src = parse_url($img['src']);
84 $args = [$state, $img['type'], $img['src'], $img['title'], $mapname,
85 $img['alig
[all...]
/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/imapmarkers/
H A DREADME.md52 ```TITLE``` is the title for your image, technically the ```alt="TITLE"``` attribute of the ```img`…
H A Djquery.imagemapster.js482 var img, id;
489 img = obj;
492 return img ? this.utils.indexOfProp(this.map_cache, 'image', img) : -1;
562 img[e] ||
1114 img = $(e);
1140 img.css('border', 0);
2019 var img, variable
2026 img = me[index];
2777 img, variable
2786 img = $(me.image);
[all …]
H A Dstyle.css15 .dokuwiki img.imapmarkers-imgage {
/plugin/imapmarkers/syntax/
H A Dmap.php90 $img = Doku_Handler_Parse_Media(substr($match, 14, -2));
92 …lugin_imapmarkers_map.handle::DOKU_LEXER_ENTER: [%d] IMG='%s'", $this->nr_imagemap_handler, $img));
94 …$args = array($state, $img['type'], $img['src'], $img['title'], $img['align'], $img['width'], $img
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css34 del, dfn, em, img, ins, kbd, q, s, samp, selector
/plugin/indexmenu/
H A Dstyle.css27 .dtree img {
/plugin/inserticon/
H A Dsyntax.php54 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/sound.png" alt="MP3" title="Sound" align="top" …
58 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/video.png" alt="Video" title="Video" align="top…
62 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/folder.png" alt="Carpeta" title="Folder" align=…
66 … $renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/zip.png" alt="ZIP" title="ZIP" align="top" />';
70 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/image.png" alt="Image" title="Image" align="top…
74 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/people.png" alt="People" title="People" align="…
/plugin/issuelinks/
H A Dstyle.less103 img {
/plugin/itrackviewer/
H A Dsyntax.php200 …$inigma = '<img border="0" style="vertical-align:top;" src="http://encode.i-nigma.com/QRCode/img.p…
201 …$qrcode = '<img border="0" style="vertical-align:top;" src="http://qrcode.kaywa.com/img.php?d=http…
/plugin/jalbum/
H A Dstyle.css9 div.jalbumslideshow img.jalbumslide {
/plugin/jalbum/syntax/
H A Djalbum.php120 foreach($imgs as $img) {
121 list($image_path,$image_name,$alttxt) = $img;
195 list($match,$imgpath,$img,$text) = $pt;
199 $overlay[] = array($imgpath,$img,$text);
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java46 BufferedImage img = master.getImage(); in Region() local
49 imageHash^=img.getRGB(sx, sy); in Region()
H A DScreenShot.java108 BufferedImage img = image.getImage(); in call() local
111 …BufferedImage scaled = new BufferedImage((int) (img.getWidth()*scale), (int) (img.getHeight()*scal… in call()
117 g.drawImage(img, 0, 0, scaled.getWidth(), scaled.getHeight(), null); in call()
119 img = scaled; in call()
127 Graphics2D ssg = img.createGraphics(); in call()
129 ssg.drawRect(0, 0, img.getWidth()-1, img.getHeight()-1); in call()
139 for (int x=0, w=img.getWidth(); x<w; ++x) { in call()
140 Y: for (int y=0, h=img.getHeight(); y<h; ++y) { in call()
142 int newPixel = img.getRGB(x, y); in call()
209 BufferedImage img = regions.get(i).getImage().getImage(); in dump() local
[all …]
/plugin/jenkins/
H A Dstyle.css15 img.jenkinslogo {
20 img.jenkins {
H A Dsyntax.php119 $img = $this->getBuildIcon($request['result']);
133 …$renderer->doc .= '<img src="lib/plugins/jenkins/images/'.$img.'" class="jenkins" title="'.$reques…
/plugin/jirainfo/
H A Dstyle.less70 img.ji-priority,
71 img.ji-issuetype {

1...<<11121314151617181920>>...30