OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_line_style
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php
74
// <li style="[
set_line_style
styles]"><div style="[set_code_style styles]>...</div></li>
77
$geshi->
set_line_style
('color: #003030;', 'font-weight: bold; color: #006060;', true);
aliased.php
49
$geshi->
set_line_style
('font: normal normal 95% \'Courier New\', Courier, monospace; color: #003030;', 'font-weight: bold; color: #006060;', true);
/external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.txt
343
Styles are set for line numbers using the
set_line_style
() method:
344
$geshi->
set_line_style
('background: #fcfcfc;');
347
$geshi->
set_line_style
('background: #fcfcfc;', 'background: #f0f0f0;');
352
$geshi->
set_line_style
('background: red;', true);
354
$geshi->
set_line_style
('background: red;', 'background: blue;', true);
365
2. Use
set_line_style
() to style the foreground of the line numbers. For example, you can set the colour, weight, font, padding etc. of the line numbers using this method.
366
3. Use set_code_style() to explicitly override the styles you set for line numbers using
set_line_style
. For example, if you'd set the line numbers to be bold (or even if you'd only set the fancy line number style to be bold), and you didn't actually want your code to be bold, you'd make sure that font-weight: normal; was in the stylesheet rule you passed to set_code_style
[
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
346
<a href="#
set_line_style
" title="details" class="method-name">
set_line_style
</a>
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/
geshi.php
844
function
set_line_style
($style1, $style2 = '', $preserve_defaults = false) {
function
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/docs/api/__filesource/
fsource_geshi_core_geshi.php.html
[
all
...]
Completed in 474 milliseconds