Home
last modified time | relevance | path

Searched refs:img (Results 76 – 100 of 749) sorted by relevance

12345678910>>...30

/plugin/plantuml/
H A Dsyntax.php114 $img = DOKU_BASE . 'lib/plugins/plantuml/img.php?' . buildURLParams($data);
122 $img_unresized = $img;
126 …$renderer->doc .= '<img src="' . $img . '" class="media' . $data['align'] . '" title="' . $data['t…
232 $img = $http->get($url);
233 return $img ? io_saveFile($out, $img) : false;
/plugin/openlayersmap/
H A Ddeleted.files29 lib/img/cloud-popup-relative.png
30 lib/img/overview_replacement.gif
31 lib/img/blank.gif
32 lib/img/close.gif
33 lib/img/info.png
34 lib/img/olMapbg.png
/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/fckg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css85 .FolderListFolder img
90 .FolderListCurrentFolder img
95 .FolderListFolderRO img
100 .FolderListCurrentFolderRO img
134 td.img { border-bottom: 1px solid gray; padding-top: 2px; }
/plugin/geonav/tpl/startermap/css/
H A Dprint.css84 img { selector
88 img.media {
91 img.medialeft {
94 img.mediaright {
97 img.mediacenter {
/plugin/latex/
H A Dall.css1 img.latex_displayed {
5 img.latex_inline {
/plugin/latex-was/
H A Dall.css1 img.latex_displayed {
5 img.latex_inline {
/plugin/twitter/
H A DREADME.md12 [![GitHub issues](https://img.shields.io/github/issues/mprins/dokuwiki-twitter.svg)](https://github…
13 [![GitHub forks](https://img.shields.io/github/forks/mprins/dokuwiki-twitter.svg)](https://github.c…
14 [![GitHub stars](https://img.shields.io/github/stars/mprins/dokuwiki-twitter.svg)](https://github.c…
15 [![GitHub license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercont…
/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/seqdia/
H A Dsyntax.php103 $img = DOKU_BASE.'lib/plugins/seqdia/img.php?'.buildURLparams($data);
104 $R->doc .= '<img src="'.$img.'" class="media'.$data['align'].'" alt=""';
170 if(!$img) return false;
172 return io_saveFile($out,$img);
/plugin/findologicxmlexport/vendor/hoa/exception/
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/exception"><img src="https://img.shields.io/travis/hoapr…
9 …<a href="https://coveralls.io/github/hoaproject/exception?branch=master"><img src="https://img.shi…
10 …<a href="https://packagist.org/packages/hoa/exception"><img src="https://img.shields.io/packagist/…
11 …<a href="https://hoa-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/excepti…
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/autoincludeindex/
H A Dicondiv.tpl2 <a href="#" onclick="toggleautoindexmenu()"><img src="lib/plugins/autoincludeindex/img/sitemap.gif"…
/plugin/diagramsnet/lib/js/
H A Dopen.js133 var img = document.createElement('span');
134 img.className = 'geSprite geSprite-delete';
135 img.style.cursor = 'pointer';
136 img.style.display = 'inline-block';
137 ctrlTd.appendChild(img);
141 img.style.filter = 'invert(100%)';
144 window.parent.mxEvent.addListener(img, 'click', (function(k)
/plugin/diagrams/
H A Dstyle.less
/plugin/captcha/
H A Dhelper.php268 $img = imagecreatetruecolor($w, $h);
269 $white = imagecolorallocate($img, 255, 255, 255);
270 imagefill($img, 0, 0, $white);
274 $color = imagecolorallocate($img, random_int(100, 250), random_int(100, 250), random_int(100, 250));
275 imageline($img, random_int(0, $w), random_int(0, $h), random_int(0, $w), random_int(0, $h), $color);
282 $color = imagecolorallocate($img, random_int(0, 100), random_int(0, 100), random_int(0, 100));
290 imagettftext($img, $size, $angle, $x, $y, $color, $font, $text[$i]);
294 imagepng($img);
296 imagedestroy($img);
382 * HTML for an img ta
[all...]
/plugin/popupviewer/
H A Dscript.js165 var img = new Image();
166 img.onload = function() {
168 var image = $(img);
187 img.src = popupData.src || this.href;
578 var img = new Image();
579 img.src = obj.src;
580 return !img.complete;
670 $.each(allImgs, function (i, img) { argument
688 image.src = img.src;
697 function img(url) { var i = new Image(); i.src = url; return i; } function
[all …]
/plugin/datepicker/
H A Dprint.css7 img.datepicker {
10 img.weekpicker {
/plugin/unblink/
H A Dsyntax.php74 $img = $this->getConf('avatarurl').$uinfo['avatar'];
76 $img = $this->getConf('gravatar').md5($uinfo['mail']);
83 $R->doc .= '<img src="'.hsc($img).'" class="medialeft" width="64" height="64" alt="" />';
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js.unc15img src="' + DOKU_BASE+ 'lib/plugins/ckgedit/ckeditor/plugins/note/icons/note_basic.png" alt="'+ed…
/plugin/yalist/
H A DREADME.md24 [![GitHub issues](https://img.shields.io/github/issues/mprins/dokuwiki-yalist-plugin.svg)](https://…
25 [![GitHub forks](https://img.shields.io/github/forks/mprins/dokuwiki-yalist-plugin.svg)](https://gi…
26 [![GitHub stars](https://img.shields.io/github/stars/mprins/dokuwiki-yalist-plugin.svg)](https://gi…
27 [![GitHub license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercont…
/plugin/spatialhelper/helper/
H A Dindex.php199 indexImage($img) global() argument
/plugin/imagemap/
H A Dall.css7 .dokuwiki img.imap {
16 .dokuwiki img.imap {
/plugin/prettyphoto/
H A Dscript.js7 var img = $self.find('img');
8 if (!img.length) {
/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"
/plugin/syntaxhighlighter4/
H A DREADME.md1 …/github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4" target="_blank"><img width="100" src="ht…
4 …ithub.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/releases"><img src="https://img.shields.io/…
5 …<a href="https://www.dokuwiki.org/releasenames"><img src="https://img.shields.io/badge/dokuwiki-%3…
6 …www.codacy.com/app/crazy-max/dokuwiki-plugin-syntaxhighlighter4"><img src="https://img.shields.io/…
7 …<br /><a href="https://github.com/sponsors/crazy-max"><img src="https://img.shields.io/badge/spons…
8 …<a href="https://www.paypal.me/crazyws"><img src="https://img.shields.io/badge/donate-paypal-00457…

12345678910>>...30