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

  /external/libvpx/examples/includes/geshi/contrib/
cssgen2.php 57 $css = $geshi->get_stylesheet(false);
example.php 56 // Enable CSS classes. You can use get_stylesheet() to output a stylesheet for your code. Using
109 echo $geshi->get_stylesheet(true);
aliased.php 68 echo $geshi->get_stylesheet();
  /external/libvpx/examples/includes/geshi/docs/
CHANGES 171 - Fixed Economy Mode for GeSHi::get_stylesheet() - now it just makes so much more sense! (milian)
    [all...]
geshi-doc.txt 427 echo $geshi->get_stylesheet();
435 The get_stylesheet() method gets the stylesheet for your code in one easy call. All you need to do is output it in the correct place. As you can also see, you don't even have to enable class usage to get the stylesheet nessecary either - however not enabling classes but using the stylesheet may result in problems later.
437 By default, get_stylesheet() tries to echo the least amount of code possible. Although currently it doesn't check to see if a certain lexic is even in the source, you can expect this feature in the future. At least for the present however, if you explicitly disable the highlighting of a certain lexic, or disable line numbers, the related CSS will not be outputted. This may be a bad thing for you perhaps you're going to use the stylesheet for many blocks of code, some with line numbers, others with some lexic enabled where this source has it disabled. Or perhaps you're building an external stylesheet and want all lexics included. So to get around this problem, you do this:
438 $geshi->get_stylesheet(false);
467 echo $geshi1->get_stylesheet();
468 echo $geshi3->get_stylesheet();
    [all...]
geshi-doc.html     [all...]
  /external/libvpx/examples/includes/geshi/docs/api/
elementindex.html 399 <span class="method-title">get_stylesheet</span>
402 <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodget_stylesheet">GeSHi::get_stylesheet()</a> in geshi.php</div>
    [all...]
elementindex_geshi.html 396 <span class="method-title">get_stylesheet</span>
399 <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodget_stylesheet">GeSHi::get_stylesheet()</a> in geshi.php</div>
    [all...]
  /external/libvpx/examples/includes/geshi/docs/api/geshi/core/
GeSHi.html 166 <a href="#get_stylesheet" title="details" class="method-name">get_stylesheet</a>
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 4202 function get_stylesheet($economy_mode = true) { function
    [all...]

Completed in 686 milliseconds