OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_overall_class
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/examples/includes/geshi/docs/api/
elementindex.html
[
all
...]
elementindex_geshi.html
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/docs/api/geshi/core/
GeSHi.html
388
<a href="#
set_overall_class
" title="details" class="method-name">
set_overall_class
</a>
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.txt
404
You can set an overall CSS class and id for the code. This is a good feature that allows you to use the same stylesheet for many different snippets of code. You call
set_overall_class
() and set_overall_id to accomplish this:
405
$geshi->
set_overall_class
('mycode');
493
In your external stylesheet you put CSS declarations for your code. Then just make sure you're using the correct class (use
set_overall_class
() to ensure this) and this should work fine.
[
all
...]
geshi-doc.html
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/
geshi.php
783
function
set_overall_class
($class) {
function
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/docs/api/__filesource/
fsource_geshi_core_geshi.php.html
[
all
...]
Completed in 170 milliseconds