Home
last modified time | relevance | path

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

/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/_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/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.php50 $url = ml(':wiki:favicon.ico', '', true, '', true);
67 $url = ml($svgLogo, '', true, '', true);
H A Dtemplate.php1209 $url = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV], true, '&');
1210 …$src = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV, 'w' => $w, 'h' => $h], true, '&');
1555 ml($image, $attributes),
1763 $url = ml($img, '', true, '', $abs);
H A Dcommon.php599 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) function
H A Dmedia.php1101 $src = ml($image, $more);
/dokuwiki/inc/Ui/Media/
H A DDisplay.php37 $src = ml($this->mediaFile->getId(), ['w' => $w, 'h' => $h]);
H A DDisplayRow.php30 $link = ml($id, '', true);
/dokuwiki/inc/Ui/
H A DMediaDiff.php212 $rev1Src = ml($this->id, ['rev' => $rev1, 'h' => $rev1Size[1], 'w' => $rev1Size[0]]);
213 $rev2Src = ml($this->id, ['rev' => $rev2, 'h' => $rev1Size[1], 'w' => $rev1Size[0]]);
/dokuwiki/inc/parser/
H A Dxhtml.php1208 $link['url'] = ml(
1224 $link['url'] = ml(
1298 $link['url'] = ml($src, ['cache' => $cache]);
1707 $ret .= '<img src="' . ml(
1774 ml($src, ['cache' => $cache], true, '&'),
1933 $posterUrl = ml(reset($poster), '', true, '&');
1950 $url = ml($file, '', true, '&');
1976 $out .= 'src="' . ml($trackid, '', true) . '">' . NL;
2020 $url = ml($file, '', true, '&');
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php233 $href = ml($id, $params, false, '&');