Home
last modified time | relevance | path

Searched refs:set_url_for_keyword_group (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt855 To set the URL to be used for a keyword group, you use the set_url_for_keyword_group method:
856 $geshi->set_url_for_keyword_group($group, $url);
869 It's easy to disable a URL for a keyword group: Simply use the method set_url_for_keyword_group to …
870 $geshi->set_url_for_keyword_group($group, '');
/external/libvpx/examples/includes/geshi/
Dgeshi.php1613 function set_url_for_keyword_group($group, $url) { function in GeSHi