Home
last modified time | relevance | path

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

/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php233 $href = ml($id, $params, false, '&');
/dokuwiki/inc/
H A DManifest.php50 $url = ml(':wiki:favicon.ico', '', true, '', true);
67 $url = ml($svgLogo, '', true, '', true);
H A Dcommon.php604 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false)
601 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) { global() function
H A Dmedia.php1101 $src = ml($image, $more);
H A Dtemplate.php1187 $url = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV], true, '&');
1188 $src = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV, 'w' => $w, 'h' => $h], true, '&');
1533 ml($image, $attributes),
1741 $url = ml($img, '', true, '', $abs);
/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/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/lang/ml/
H A Djquery.ui.datepicker.js18 datepicker.regional.ml = { class in datepicker.regional
36 datepicker.setDefaults( datepicker.regional.ml );
38 return datepicker.regional.ml;
/dokuwiki/inc/parser/
H A Dxhtml.php1207 $link['url'] = ml(
1223 $link['url'] = ml(
1297 $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, '&');