Searched refs:href (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp1021 const char *href = GetStringAttribute(attributes, "xlink:href"); local
1023 if (href) {
1024 BBitmap *bitmap = BTranslationUtils::GetBitmap(href);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php468 "href=\"http://fr.wikipedia.org/wiki/Virtual_Network_Computing\"" .
587 out("Click <a href=\"" . $_SERVER['PHP_SELF'] .
594 "<a href=\"vnc://" . vnc_addr_display() . "\">" .
596 "or open <a href=\"" . $_SERVER['PHP_SELF'] . "?getfile=vncinfo&slot=" . vnc_display() . "\">this file</a>, " .
598 "<a href=\"http://fr.wikipedia.org/wiki/Virtual_Network_" .
660 "<a href=\"$url\">$url</a> or <a href=\"$icy\">$icy</a>, or use one of the playlists: " .
661 "<a href=\"" . $_SERVER['PHP_SELF'] . "?getfile=audiom3u\">[M3U]</a> " .
662 "<a href=\"" . $_SERVER['PHP_SELF'] . "?getfile=audiopls\">[PLS]</a>");
767 out("You can get serial output at <a href
[all...]
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h2609 } else if (strcmp(attr[i], "xlink:href") == 0) {
2610 const char *href = attr[i+1]; local
2611 strncpy(grad->ref, href+1, 62);

Completed in 57 milliseconds