Home
last modified time | relevance | path

Searched refs:ml (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dcommon_ml.test.php13 $this->assertEquals(DOKU_BASE . $this->script . '?media=' , ml());
24 $this->assertEquals($expect, ml('some:img.jpg', $args));
35 $this->assertEquals($expect, ml('some:img.png', $args));
46 $this->assertEquals($expect, ml('some:img.gif', $args));
61 $this->assertEquals($expect, ml($id, $args));
75 $this->assertEquals($expect, ml($id, $args));
90 $this->assertEquals($expect, ml($id, $args));
130 $this->assertEquals($expect, ml($id, $args));
138 $this->assertEquals($expect, ml($id, $args));
146 $this->assertEquals($expect, ml($id, $args));
[all …]
/dokuwiki/inc/lang/ml/
H A Djquery.ui.datepicker.js18 datepicker.regional.ml = {
36 datepicker.setDefaults( datepicker.regional.ml );
38 return datepicker.regional.ml;
/dokuwiki/inc/Subscriptions/
H A DMediaSubscriptionSender.php27 'MEDIA' => ml($id, $current_rev ? ('rev=' . $current_rev) : '', true, '&', true),
32 $trep['OLD'] = ml($id, "rev=$rev", true, '&', true);
/dokuwiki/inc/
H A DManifest.php62 $url = ml(':wiki:favicon.ico', '', true, '', true);
79 $url = ml($svgLogo, '', true, '', true);
H A Dtemplate.php1191 $url = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV], true, '&');
1192 $src = ml($IMG, $srcParams, true, '&');
1537 ml($image, $attributes),
1745 $url = ml($img, '', true, '', $abs);
H A Dcommon.php601 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) function
/dokuwiki/inc/Ui/Media/
H A DDisplay.php37 $src = ml($this->mediaFile->getId(), ['w' => $w, 'h' => $h]);
81 'src' => ml($id, ['w' => $w, 'h' => $h, 'fit' => 1, ...$cacheBust], true, '&'),
88 'href' => ml($id, $cacheBust, true, '&'),
H A DDisplayRow.php30 $link = ml($id, '', true);
/dokuwiki/inc/Ui/
H A DMediaDiff.php207 … $rev1Src = ml($this->id, ['rev' => $rev1, 'h' => $rev1Size[1], 'w' => $rev1Size[0], 'fit' => 1]);
208 … $rev2Src = ml($this->id, ['rev' => $rev2, 'h' => $rev1Size[1], 'w' => $rev1Size[0], 'fit' => 1]);
/dokuwiki/inc/parser/
H A Dxhtml.php1206 $link['url'] = ml(
1222 $link['url'] = ml(
1296 $link['url'] = ml($src, ['cache' => $cache]);
1705 $ret .= '<img src="' . ml(
1772 ml($src, ['cache' => $cache], true, '&'),
1931 $posterUrl = ml(reset($poster), '', true, '&');
1948 $url = ml($file, '', true, '&');
1974 $out .= 'src="' . ml($trackid, '', true) . '">' . NL;
2018 $url = ml($file, '', true, '&');
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php233 $href = ml($id, $params, false, '&');