Lines Matching refs:href

75             'href'=> DOKU_BASE.'lib/exe/opensearch.php', 'title'=> $conf['title']
79 $head['link'][] = array('rel'=> 'start', 'href'=> DOKU_BASE);
82 'rel' => 'contents', 'href'=> wl($ID, 'do=index', false, '&'),
88 $head['link'][] = array('rel'=> 'manifest', 'href'=> DOKU_BASE.'lib/exe/manifest.php');
105 'title'=> $lang['btn_recent'], 'href'=> DOKU_BASE.'feed.php'
110 'href' => DOKU_BASE.'feed.php?mode=list&ns='.(isset($INFO) ? $INFO['namespace'] : '')
117 'href' => wl($ID, 'do=edit', false, '&')
125 'href' => DOKU_BASE.'feed.php?mode=search&q='.$QUERY
132 'href'=> exportlink($ID, 'xhtml', '', false, '&')
139 'href'=> exportlink($ID, 'raw', '', false, '&')
157 $head['link'][] = array('rel'=> 'canonical', 'href'=> $canonicalUrl);
180 'href'=> DOKU_BASE . 'lib/exe/css.php?t='.rawurlencode($conf['template']).'&tseed='.$tseed
396 ' </span><a href="' . htmlentities($it->getLink()) . '" title="' . $it->getTitle() . '">' .
401 echo $prefix . "<li class=\"action $typ\"><a href=\"" . htmlentities($it->getLink()) .
478 $href = ( array_key_exists('link', $it ) ? $it['link'] : '' ) . ( array_key_exists('hid', $it) && $it['hid'] !== '' ? '#' . $it['hid'] : '' );
480 echo $prefix . str_repeat("\t", $nl*2 + 1) . '<li role="presentation"><a role="menuitem" href="' . $href . '">' . htmlentities($it['title']) . "</a>";
589 echo "\t<link rel=\"icon\" href=\"" . $link . "\" />\n";
594 echo "\t<link rel=\"apple-touch-icon\" href=\"" . $link . "\" />\n";
625 echo '<a href="' . $link . '" target="_blank">' . hsc(tpl_getLang('cookie_linktext')) . '</a>';