Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/includes/geshi/contrib/
Dcssgen.php165 $geshi_lang_path = get_var('geshi-lang-path'); variable
171 if ( !$geshi_lang_path )
173 $geshi_lang_path = '../geshi/'; variable
208 if ( is_readable($geshi_lang_path . 'css-gen.cfg') )
211 echo '<span style="color: green;">Found at ' . realpath($geshi_lang_path) . '</span>';
243 echo '<input type="hidden" name="geshi-lang-path" value="' . $geshi_lang_path . '" />';
254 …h) . '" /><input type="hidden" name="geshi-lang-path" value="' . realpath($geshi_lang_path) . '" />
266 $geshi_lang_path = get_var('geshi-lang-path'); variable
268 $dh = opendir($geshi_lang_path);
321 …h) . '" /><input type="hidden" name="geshi-lang-path" value="' . realpath($geshi_lang_path) . '" />