Home
last modified time | relevance | path

Searched refs:src (Results 201 – 225 of 854) sorted by relevance

12345678910>>...35

/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js515 mxJsCanvas.prototype.rewriteImageSource = function(src) argument
517 if (src.substring(0, 7) == 'http://' || src.substring(0, 8) == 'https://')
519 src = '/proxy?url=' + encodeURIComponent(src);
522 return src;
525 mxJsCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
534 src = this.rewriteImageSource(src);
535 var image = this.images[src];
/plugin/webcomics/
H A Dsyntax.php68 $src = $matches[1];
79 …$link = '<a href="'.$url .'" alt=""><img src="'.$src.'" title="'.$title.'" alt="'.$alt.'"/></a>'."…
/plugin/findologicxmlexport/vendor/hoa/visitor/
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/visitor"><img src="https://img.shields.io/travis/hoaproj…
9 …<a href="https://coveralls.io/github/hoaproject/visitor?branch=master"><img src="https://img.shiel…
10 …<a href="https://packagist.org/packages/hoa/visitor"><img src="https://img.shields.io/packagist/dt…
11 …<a href="https://hoa-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/visitor…
/plugin/flowcharts/
H A Drenderer.php50 function internalmedia($src, $title = null, $align = null, $width = null, argument
52 … $xhtml = parent::internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
/plugin/mermaid/
H A Drenderer.php60 function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false) argument
62 $xhtml = parent::internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
/plugin/tindexmenu/
H A Dadmin.php155 ptln(' <img src="'.$turl."/".$ico.$ext.'" title="'.$ico.'" alt="'.$ico.'" />');
426 …$out .= '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" name="su…
427 …$out .= '<img alt="" src="https://www.paypal.com/it_IT/i/scr/pixel.gif" width="1" height="1" />'."…
/plugin/autlogin/
H A Dscript.js53 clicky.src = DOKU_BASE+'lib/images/plus.gif';
76 clicky.src = DOKU_BASE+'lib/images/minus.gif';
85 if(e.target.src){ // is it an image?
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js292 if (imageObj) imageObj.src = eval(source).src;
295 if (imageObj) imageObj.src = eval(source).src;
/plugin/diagramsnet/lib/js/
H A Dexport.js266 var src = imgs[i].getAttribute(attributeName);
268 if (src != null && src.length > 0 && cache[src] == null)
270 cache[src] = new Image();
271 cache[src].onload = decrementWaitCounter;
272 cache[src].onerror = decrementWaitCounter;
273 cache[src].src = src;
432 graph.setBackgroundImage(new mxImage(bgImg.src, bgImg.width,
/plugin/yuriigantt/
H A Dsyntax.php21 use dokuwiki\plugin\yuriigantt\src\Driver\Embedded;
22 use dokuwiki\plugin\yuriigantt\src\Driver\Embedded\Handler;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdocumentprocessor.js45 oImg.src = FCKConfig.FullBasePath + 'images/spacer.gif' ;
142 …if ( (oEmbed.src && oEmbed.src.EndsWith( '.swf', true )) || ( oType && oType.nodeValue == 'applica…
/plugin/clock/
H A Dstyle.css75 src: local('Atomic Clock Radio');
76 /* src: url(path/to/your/copy/of/atomicclockradio.ttf) format('truetype'); */
/plugin/googleanalytics/
H A Dscript.js13 script.src = 'https://www.googletagmanager.com/gtag/js?id=' + JSINFO.ga.gtagId;
37 a.src = g;
/plugin/authucenter/
H A Dauth.php523 private function _recurse_copy($src,$dst) { argument
524 $dir = opendir($src);
528 if ( is_dir($src . '/' . $file) ) {
529 $this->_recurse_copy($src . '/' . $file,$dst . '/' . $file);
532 copy($src . '/' . $file,$dst . '/' . $file);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js413 JsHttpRequest.extend = function(dest, src) { argument
414 for (var k in src) dest[k] = src[k];
465 if (s.setAttribute) s.setAttribute('src', th.url); else s.src = th.url;
480 if (s.setAttribute) s.setAttribute('src', th.url); else s.src = th.url;
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js300 JsHttpRequest.extend=function(_3c,src){ argument
301 for(var k in src){
302 _3c[k]=src[k];
336 s.src=th.url;
351 s.src=th.url;
/plugin/imapmarkers/syntax/
H A Dmap.php209 list($state, $type, $src, $title, $align, $width, $height, $cache) = $data;
212 resolve_mediaid(getNS($ID), $src, $exists);
215 $src = ml($src, array('w' => $width, 'h' => $height, 'cache' => $cache));
216 …mapmarkers imapmarkers-image media%s imap" usemap="#imapmarkers-map-%d"', $src, $this->nr_imagemap…
/plugin/move/_test/
H A DfindMissingDocuments.test.php6 public function findMissingDocuments($src, $dst, $type = self::TYPE_PAGES) { argument
7 parent::findMissingDocuments($src, $dst, $type);
/plugin/syntaxhighlighter4/
H A DREADME.md1 …y-max/dokuwiki-plugin-syntaxhighlighter4" target="_blank"><img width="100" src="https://raw.github…
4 …<a href="https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/releases"><img src="https…
5 …<a href="https://www.dokuwiki.org/releasenames"><img src="https://img.shields.io/badge/dokuwiki-%3…
6 …<a href="https://www.codacy.com/app/crazy-max/dokuwiki-plugin-syntaxhighlighter4"><img src="https:…
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…
122 "src" => DOKU_BASE . "lib/plugins/syntaxhighlighter4/dist/syntaxhighlighter.js",
/plugin/imageshack/
H A Daction.php122 $src = ml($item['link'],array('w'=>$w,'h'=>$h));
134 echo '<img src="'.$src.'" '.$att.' />';
/plugin/directorylist/
H A Dstyle.css5 src: url('font/genericons-regular-webfont.eot');
6 src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
/plugin/statistics/
H A Dscript.js57 img.src = DOKU_BASE + 'lib/plugins/statistics/log.php?do=' + act + '&' + params;
66 img.src = DOKU_BASE + 'lib/plugins/statistics/log.php?do=o&ol=' + encodeURIComponent(this.href) + '&' + params;
/plugin/icons/assets/font-linux/
H A Dfont-linux.css7 src: url("./font-linux.eot");
8 src: url("./font-linux.eot?#iefix") format("embedded-opentype"),
19 src: url("./font-linux.svg#font-linux") format("svg");
/plugin/dokukiwix/
H A Dscript.js72 obj.src="lib/plugins/dokukiwix/images/play.png";
91 obj.src="lib/plugins/dokukiwix/images/play.png";
100 obj.src="lib/plugins/dokukiwix/images/pause.png";
/plugin/codehighlight/cp/
H A Dcodepress.js43 self.src = CodePress.path+'codepress.html?language='+self.language+'&ts='+(new Date).getTime();
122 if(s[i].src.match('codepress.js')) {
123 CodePress.path = s[i].src.replace('codepress.js','');

12345678910>>...35