Searched defs:geshi_path (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/examples/
H A Dgen_example_doxy.php22 $geshi_path = dirname($argv[0])."/includes/geshi/geshi/"; // Language files variable
79 $geshi->set_language_path($geshi_path);
/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A 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" name="geshi-lang-path" value="' . realpath($geshi_lang_path) . '" />
265 $geshi_path variable
[all...]

Completed in 104 milliseconds