Lines Matching defs:url
473 * @param string $url
481 function tpl_link($url, $name, $more = '', $return = false)
483 $out = '<a href="' . $url . '" ';
1209 $url = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV], true, '&');
1230 $data = ['url' => ($link ? $url : null), 'params' => $p];
1245 if ($data['url']) echo '<a href="' . hsc($data['url']) . '" title="' . $lang['mediaview'] . '">';
1247 if ($data['url']) echo '</a>';
1640 $out .= '<a href="' . $lic['url'] . '" rel="license"' . $target;
1647 $out .= '<bdi><a href="' . $lic['url'] . '" rel="license" class="urlextern"' . $target;
1763 $url = ml($img, '', true, '', $abs);
1765 $url = tpl_basedir() . $img;
1766 if ($abs) $url = DOKU_URL . substr($url, strlen(DOKU_REL));
1769 return $url;