Lines Matching defs:url
472 * @param string $url
480 function tpl_link($url, $name, $more = '', $return = false)
482 $out = '<a href="' . $url . '" ';
1208 $url = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV], true, '&');
1229 $data = ['url' => ($link ? $url : null), 'params' => $p];
1244 if ($data['url']) echo '<a href="' . hsc($data['url']) . '" title="' . $lang['mediaview'] . '">';
1246 if ($data['url']) echo '</a>';
1639 $out .= '<a href="' . $lic['url'] . '" rel="license"' . $target;
1646 $out .= '<bdi><a href="' . $lic['url'] . '" rel="license" class="urlextern"' . $target;
1762 $url = ml($img, '', true, '', $abs);
1764 $url = tpl_basedir() . $img;
1765 if ($abs) $url = DOKU_URL . substr($url, strlen(DOKU_REL));
1768 return $url;