OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:geshi_path
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/examples/includes/geshi/contrib/
cssgen.php
164
$
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
= get_var('geshi-path')
variable
[
all
...]
/external/libvpx/examples/
gen_example_doxy.php
22
$
geshi_path
= dirname($argv[0])."/includes/geshi/geshi/"; // Language files
variable
79
$geshi->set_language_path($
geshi_path
);
Completed in 442 milliseconds