Home
last modified time | relevance | path

Searched refs:img (Results 476 – 500 of 749) sorted by path

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

/plugin/mathpublish/
H A Dsyntax.php156 $img = 'dw2pdf://' . $imagefile;
158 $img = DOKU_BASE . 'lib/plugins/mathpublish/img.php?img=' . $ident;
180 'src' => $img,
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dspecial-attributes.md11 ![img](url){#id2 .class}
15 ![img][linkref]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dhtml-block.md22 <img src="file.jpg"
44 p <img src="file.jpg"
49 p <img src="file.jpg"
H A Dimages.md16 ![Alt text](/path/to/img.jpg)
18 ![Alt text]( /path/to/img.jpg)
20 ![Alt text]( /path/to/img.jpg )
22 ![Alt text](/path/to/img.jpg )
H A Dmd1_markdown_documentation_basics.md249 ![alt text](/path/to/img.jpg "Title")
255 [id]: /path/to/img.jpg "Title"
259 <img src="/path/to/img.jpg" alt="alt text" title="Title" />
H A Dspecs.md28 * [Images](#img)
115 you'd prefer to use HTML `<a>` or `<img>` tags instead of Markdown's
800 <h3 id="img">Images</h3>
810 ![Alt text](/path/to/img.jpg)
812 ![Alt text](/path/to/img.jpg "Optional title")
834 use regular HTML `<img>` tags.
/plugin/mediatooltip/
H A Dscript.js56 …title += "<br />" + LANG.plugins.mediatooltip.img + imgsize + " " + LANG.plugins.mediatooltip.file…
/plugin/menu/
H A Dstyle.css43 div.menu img {
/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/mikioplugin/
H A DREADME.md1 <img src="https://raw.githubusercontent.com/nomadjimbob/nomadjimbob/master/wiki/mikioplugin/images/mikio_plugin_header.png">
3 [![License: GPL-2](https://img.shields.io/github/license/nomadjimbob/mikioplugin?color=blue)](LICENSE)
4 [![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/james.collins%40outlook.com.au)
/plugin/mikioplugin/assets/
H A Dstyles.less631 img,
873 img,
903 img,
942 .mikiop-carousel-inner img {
1002 img {
/plugin/mimetex/
H A Dmimetexrender.php121 $img = $tmp.".gif";
123 $command = $executeable." -f ".$tex." -e ".$img;
134 $status_code = rename($img, $cachefilename);
137 $this->_error = "can't rename [$img] to [$cachefilename]";
H A Dsyntax.php112 … $renderer->doc .= '<img src="'.$cacheurl.'" class="media" title="mimeTeX" alt="mimeTeX" />';
/plugin/mindmap/
H A Dsyntax.php145 $img = $plugin_path.'img.php?'.buildURLparams($data);
149 $renderer->doc .= '<a href="'.$img.'" target="_blank" border="0">';
153 … $renderer->doc .= '<img src="'.$img.'" class="media'.$data['align'].'" alt=""';
/plugin/move/
H A Dstyle.less33 img {
43 img {
/plugin/mtg/
H A Dstyle.css1 img.mtg {
/plugin/multilingual/
H A Dstyle.css58 .dokuwiki div.plugin_multilingual ul li a img {
63 .dokuwiki div.plugin_multilingual ul li div.flag_not_exists a img {
67 .dokuwiki div.plugin_multilingual ul li a.wikilink2 img {
70 .dokuwiki div.plugin_multilingual span.curid a img {
75 .dokuwiki div.plugin_multilingual ul li a:hover img {
81 .dokuwiki div.plugin_multilingual ul li div.flag_not_exists a:hover img {
/plugin/multiorphan/
H A Dstyle.less51 .multiorphan__throbber, .multiorphan__throbber img {
159 div.panelContent .image img {
/plugin/multiselect/
H A Dstyle.css33 span.multismiley img{
/plugin/nroff/
H A Drenderer.php1088 function _imageTitle($img) { argument
1089 return $this->_media($img['src'],
1090 $img['title'],
1091 $img['align'],
1092 $img['width'],
1093 $img['height'],
1094 $img['cache']);
/plugin/numbering/scripts/
H A Dgetnum.php33 foreach($images as $img) {
35 $format = str_replace($nxt , '{{' . $img . '}}' ,$format);
/plugin/numbering/
H A Dstyle.css1 img.numbering_clk {
/plugin/odt/renderer/
H A Dpage.php1256 $img = $client->get($src);
1257 if ($img === FALSE) {
1262 fwrite($tmp_img, $img);
/plugin/oembed/
H A Dsyntax.php332 …$img = '<img src="'.$oembed['thumbnail_url'].'" alt="'.$oembed['title'].'" title="'.$oembed['title…
333 $content = '<a href="'.$data['oembed_data']['target_url'].'">'.$img.'</a>';
/plugin/offline/ui/dokuwiki/
H A Dprint.css1img{border:0}a{color:#000;text-decoration:none;background:none !important;}div.meta{clear:both;mar… selector

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