OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_overall_style
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php
66
$geshi->
set_overall_style
('font: normal normal 90% monospace; color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;', false);
73
// <pre style="[
set_overall_style
styles]"><ol>
86
// affected by the styles set by
set_overall_style
. So if the PRE has a border then the header/footer will
aliased.php
48
$geshi->
set_overall_style
('color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;', true);
/external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.txt
312
The default styles for the <pre> and <div> will be different, especially if you use line numbers!. I have found that a <pre> results in code that is smaller than for that of a <div>, you should rectify this difference by using
set_overall_style
() if you need to. But be aware of this difference for if you are changing the header type!
362
Note also that you cannot apply background colours to line numbers unless you use
set_overall_style
(). Here's how you'd style:
364
1. Use
set_overall_style
() to style the overall code block. For example, you can set the border style/colour, any margins and padding etc. using this method. In addition: set the background colour for all the line numbers using this method.
509
$geshi->
set_overall_style
('... styles ...');
512
$geshi->
set_overall_style
('color: blue;', true);
[
all
...]
geshi-doc.html
[
all
...]
/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
400
<a href="#
set_overall_style
" title="details" class="method-name">
set_overall_style
</a>
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/
geshi.php
767
function
set_overall_style
($style, $preserve_defaults = false) {
function
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/docs/api/__filesource/
fsource_geshi_core_geshi.php.html
[
all
...]
Completed in 241 milliseconds