Home
last modified time | relevance | path

Searched refs:src (Results 151 – 175 of 854) sorted by relevance

12345678910>>...35

/plugin/src/
H A Dplugin.info.txt1 base src
7 url https://www.dokuwiki.org/plugin:src
/plugin/move/action/
H A Drename.php92 $src = cleanID($INPUT->str('id'));
102 if($this->renameOkay($src) && $MoveOperator->movePage($src, $dst)) {
/plugin/combo/resources/snippet/js/
H A Dlozad-raster.js12 if (el.hasAttribute("data-src")) {
13 el.src = el.dataset.src;
/plugin/lightbox/
H A Dscript.js191 objImage.src = objLink.href;
242 imgPreload.src = objLink.href;
346 objLoadingImage.src = loadingImage;
357 imgPreloader.src = loadingImage;
381 objCloseButton.src = closeButton;
390 imgPreloadCloseButton.src = closeButton;
/plugin/panoview/
H A Dscript.js117 this.cache['blank'].src = blankTile;
120 this.cache['loading'].src = loadingTile;
462 var tileImgId, src;
479 src = this.cache['blank'].src;
488 tile.element.relativeSrc != src) {
495 tileImg = this.cache[tileImgId] = this.createPrototype(src);
514 … loadingImg = this.cache[loadingImgId] = this.createPrototype(this.cache['loading'].src);
540 tileImg.image.src = tileImg.src;
545 createPrototype: function (src) { argument
547 img.src = src;
[all …]
/plugin/randomtables/
H A Dscript.js12 let src = $btn.data('src');
14 if (!src) {
16 src = $srcSelect.find(':selected').val();
28 if (!src) {
40 table_id: src,
/plugin/fullindex/
H A Dscript.js52 img.src="lib/plugins/fullindex/images/open.gif";
61 this.firstChild.src="lib/plugins/fullindex/images/closed.gif";
64 this.firstChild.src="lib/plugins/fullindex/images/open.gif";
125 item.firstChild.firstChild.src="lib/plugins/fullindex/images/closed.gif";
/plugin/odp/
H A Drenderer.php840 $this->_odpAddImage($src);
1032 resolve_mediaid(getNS($ID),$src, $exists);
1033 list($ext,$mime) = mimetype($src);
1036 $file = mediaFN($src);
1040 $this->code('FIXME internalmedia: '.$src);
1048 list($ext,$mime) = mimetype($src);
1076 $this->externallink($src,$title);
1320 list($ext,$mime) = mimetype($src);
1321 $name = 'Pictures/'.md5($src).'.'.$ext;
1324 $this->ZIP->add_File(io_readfile($src,false),$name,0);
[all …]
/plugin/combo/ComboStrap/
H A DMediaMarkup.php68 public const DOKUWIKI_SRC = "src";
267 $src = $mediaMarkup->getSrc();
269 LogUtility::internalError("For an external markup, the src should not be empty", self::CANONICAL);
284 $src = Url::createEmpty()
314 return $renderer->internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
316 return $renderer->externalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
325 * Compliance: src in dokuwiki is the id and the anchor if any
339 $src = $this->getPath()->toAbsoluteId();
341 $src = "$src#{
[all...]
/plugin/xslfo/
H A Daction.php181 $src = mediaFN($media['src']);
182 $ext = current(mimetype($src, false));
184 … $filename = media_crop_image($src, $ext, (int)$media['width'], (int)$media['height']);
186 … $filename = media_resize_image($src, $ext, (int)$media['width'], (int)$media['height']);
/plugin/picasawebalbum/
H A Djquery.slimbox2.js6src=o}return false}function j(){a.className="";w(h).css({backgroundImage:"url("+o+")",visibility:"…
/plugin/flickr/
H A Dsyntax.php119 …$link['name'] = $renderer->_media ($p['src'], $p['title'], $p['align'], $p['width'], $p['height'…
121 list($ext,$mime) = mimetype($p['src']);
/plugin/jquery-syntax/
H A Daction.php37 'src' => $plugin_root.'/jquery-1.6.min.js'
54 'src' => $plugin_root.'/jquery-syntax/jquery.syntax.min.js'
/plugin/sequencediagram/
H A Dsyntax.php75 $src = $renderer->_xmlEntities($erg[1]);
76 …$text="<div class=\"diagram\" style=\"overflow:auto;\">$src</div><script>var sdTheme='".$this->get…
/plugin/syntaxhighlighter3/sxh3/tests/
H A Dtasks.coffee11 app.use '/src', express.static __dirname + '/../src'
/plugin/searchjump/
H A Dscript.js18 prev.src = DOKU_BASE + 'lib/plugins/searchjump/pix/up.gif';
25 close.src = DOKU_BASE + 'lib/plugins/searchjump/pix/close.gif';
30 next.src = DOKU_BASE + 'lib/plugins/searchjump/pix/down.gif';
/plugin/photogallery/lightGallery/js/
H A Dlg-video.js52 _this.core.$el.on('hasVideo.lg.tm', function(event, index, src, html) { argument
53 …_this.core.$slide.eq(index).find('.lg-video').append(_this.loadVideo(src, 'lg-object', true, index…
110 _src = _this.core.s.dynamicEl[_this.core.index].src;
219 _src = _this.core.s.dynamicEl[index].src;
239 Video.prototype.loadVideo = function(src, addClass, noposter, index, html) { argument
243 var isVideo = this.core.isVideo(src, index) || {};
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock366 "src/"
414 "src/"
456 "src/"
497 "src/"
547 "src/"
616 "src/"
673 "src/"
725 "src/"
787 "src/"
839 "src/"
[all …]
/plugin/webcomponent/syntax/
H A Dcard.php248 $src = $this->image['src'];
253 …$renderer->doc .= '<img class="card-img" src="' . ml($src, array('w' => $width, 'h' => $height, 'c…
257 $src = $this->image['src'];
262 …$renderer->doc .= DOKU_TAB . '<img class="card-img-top" src="' . ml($src, array('w' => $width, 'h'…
/plugin/ryubin/ryubin/js/
H A DAC_RunActiveContent.js155 function AC_AddExtension(src, ext) argument
157 if (src.indexOf('?') != -1)
158 return src.replace(/\?/, ext+'?');
160 return src + ext;
/plugin/latexport/_test/
H A Dcommand.php268 private $src; variable in CommandInternalMedia
276 function __construct($src, $title, $align, $width, $height, $positionInGroup, $totalInGroup) { argument
278 $this->src = $src;
/plugin/imageflow/syntax/
H A Dimageflow.php70 list($src, $title) = explode('|', $orig, 2);
71 list($src, $params) = explode('?', $src, 2);
83 …$data = array('src' => trim($src), 'params' => $params, 'desc' => trim($desc), 'w' => 200, 'title'…
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php81 $src = $url_autofix->apply(trim($root->get_attribute('href')));
83 if ($src) {
84 $this->css_import($src, $pipeline);
147 function css_import($src, &$pipeline) { argument
150 $url = $pipeline->guess_url($src);
/plugin/embedover/
H A Dscript.js10 if ((click == document.getElementById("embedover_div" ).src) &&
18 document.getElementById("embedover_div" ).src=click; // encodeURIComponent
89 document.getElementById(iframeid).src=url;
/plugin/googlepagerank/
H A Dsyntax.php59 …$html='<img src="http://www.google.com/images/pos.gif" width='.$prpos.' height=4 border=0 alt="'.$…

12345678910>>...35