Home
last modified time | relevance | path

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

/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt788 You add a keyword group by using the add_keyword_group method:
789 $geshi->add_keyword_group($key, $styles, $case_sensitive, $words);
792 $geshi->add_keyword_group(10, 'color: #600000;', false, array('myfunc_1', 'myfunc_2', 'myfunc_3'));
851 …rds in that group into URLs to appropriate documentation. And using add_keyword_group you can add …
/external/libvpx/examples/includes/geshi/
Dgeshi.php1487 function add_keyword_group($key, $styles, $case_sensitive = true, $words = array()) { function in GeSHi