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

/external/libvpx/examples/includes/geshi/contrib/
H A 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 <input type="hidden" name="geshi-path" value="' . realpath($geshi_path) . '" /><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 echo '<input type="hidden" name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden" name="geshi-lang-path" value="' . realpath($geshi_lang_path)
[all...]

Completed in 156 milliseconds