Home
last modified time | relevance | path

Searched refs:geshi_path (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/examples/includes/geshi/contrib/
Dcssgen.php164 $geshi_path = get_var('geshi-path'); variable
167 if ( !$geshi_path )
169 $geshi_path = '../geshi.php'; variable
177 if ( is_file($geshi_path) && is_readable($geshi_path) )
180 $file = @file($geshi_path);
190 echo '<span style="color: green;">Found at ' . realpath($geshi_path) . '</span>';
234 … echo '<input type="hidden" name="geshi-path" value="' . htmlspecialchars($geshi_path) . '" />';
254 <input type="hidden" name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden"…
265 $geshi_path = get_var('geshi-path'); variable
321 …echo '<input type="hidden" name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="…
/external/libvpx/examples/
Dgen_example_doxy.php22 $geshi_path = dirname($argv[0])."/includes/geshi/geshi/"; // Language files variable
79 $geshi->set_language_path($geshi_path);