OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geshi_highlight
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/examples/includes/geshi/docs/api/
li_geshi.html
35
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='geshi/core/_geshi.php.html#functiongeshi_highlight' target='right'>
geshi_highlight
</a></dd>
elementindex.html
279
<span class="method-title">
geshi_highlight
</span>
282
<div class="index-item-details"><a href="geshi/core/_geshi.php.html#functiongeshi_highlight">
geshi_highlight
()</a> in geshi.php</div>
[
all
...]
elementindex_geshi.html
276
<span class="method-title">
geshi_highlight
</span>
279
<div class="index-item-details"><a href="geshi/core/_geshi.php.html#functiongeshi_highlight">
geshi_highlight
()</a> in geshi.php</div>
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/docs/api/geshi/core/
_geshi.php.html
437
<span class="method-title">
geshi_highlight
</span> (line <span class="line-number"><a href="../../__filesource/fsource_geshi_core_geshi.php.html#a4577">4577</a></span>)
449
geshi_highlight
/external/libvpx/libvpx/examples/includes/geshi/docs/
CHANGES
405
- Made third parameter of
geshi_highlight
optional (Gaetano Giunta)
512
- Fixed up
geshi_highlight
function: it now correctly uses <code> instead of <div> (Remi Faure)
[
all
...]
geshi-doc.txt
257
Since version 1.0.2, there is a function included with GeSHi called
geshi_highlight
. This behaves exactly as the php function highlight_string behaves - all you do is pass it the language you want to use to highlight and the path to the language files as well as the source. Here are some examples:
259
geshi_highlight
($source, 'php', $path);
262
$code =
geshi_highlight
($source, 'java', $path, true)
266
$result =
geshi_highlight
($source, 'perl', $path);
294
At this stage there isn't an option to wrap the code in <code> tags (unless you use the function
geshi_highlight
), partly because of the inconsistent and unexpected ways stuff in <code> tags is highlighted. Besides, <code> is an inline element. But this may become an option in future versions.
[
all
...]
geshi-doc.html
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/
geshi.php
4602
function
geshi_highlight
($string, $language, $path = null, $return = false) {
function
[
all
...]
Completed in 575 milliseconds