Home | History | Annotate | Download | only in contrib

Lines Matching refs:geshi_path

164     $geshi_path = get_var('geshi-path');
167 if ( !$geshi_path )
169 $geshi_path = '../geshi.php';
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 = get_var('geshi-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) . '" />