HomeSort by relevance Sort by last modified time
    Searched full:set_code_style (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php 70 // you don't want this. So the set_code_style reverts styles for the line (by using a <div> on the line).
74 // <li style="[set_line_style styles]"><div style="[set_code_style styles]>...</div></li>
78 $geshi->set_code_style('color: #000020;', true);
aliased.php 50 $geshi->set_code_style('color: #000020;', 'color: #000020;');
  /external/libvpx/libvpx/examples/includes/geshi/docs/api/
elementindex.html 543 <span class="method-title">set_code_style</span>
546 <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_code_style">GeSHi::set_code_style()</a> in geshi.php</div>
    [all...]
elementindex_geshi.html 540 <span class="method-title">set_code_style</span>
543 <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_code_style">GeSHi::set_code_style()</a> in geshi.php</div>
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.txt 360 When you set line number styles, the code will inherit those styles! This is the main issue to come out of the 1.0.2 release. If you want your code to be styled in a predictable manner, you'll have to call the set_code_style() method to rectify this problem.
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...]
CHANGES 563 - Fixed bug in set_code_style: Second parameter is now optional
    [all...]
geshi-doc.html     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/docs/api/geshi/core/
GeSHi.html 238 <a href="#set_code_style" title="details" class="method-name">set_code_style</a>
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 824 function set_code_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 1053 milliseconds