OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:language_data
(Results
1 - 25
of
136
) sorted by null
1
2
3
4
5
6
/external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php
200
unset($
language_data
);
247
if(!isset($
language_data
)) {
248
report_error(TYPE_ERROR, 'Language file does not contain a $
language_data
structure to check!');
249
} else if (!is_array($
language_data
)) {
250
report_error(TYPE_ERROR, 'Language file contains a $
language_data
structure which is not an array!');
255
if(!isset($
language_data
['LANG_NAME'])) {
256
report_error(TYPE_ERROR, 'Language file contains no $
language_data
[\'LANG_NAME\'] specification!');
257
} else if (!is_string($
language_data
['LANG_NAME'])) {
258
report_error(TYPE_ERROR, 'Language file contains a $
language_data
[\'LANG_NAME\'] specification which is not a string!');
261
if(!isset($
language_data
['COMMENT_SINGLE']))
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/
geshi.php
273
var $
language_data
= array();
variable
634
return $this->
language_data
['LANG_NAME'] . ' (Unknown Language)';
636
return $this->
language_data
['LANG_NAME'];
924
$this->
language_data
['STYLES']['KEYWORDS'][$key] = $style;
926
$this->
language_data
['STYLES']['KEYWORDS'][$key] .= $style;
959
$this->
language_data
['STYLES']['COMMENTS'][$key] = $style;
961
$this->
language_data
['STYLES']['COMMENTS'][$key] .= $style;
988
$this->
language_data
['STYLES']['ESCAPE_CHAR'][$group] = $style;
990
$this->
language_data
['STYLES']['ESCAPE_CHAR'][$group] .= $style;
3604
$
language_data
= array();
variable
3611
$this->
language_data
= $
language_data
;
variable
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/geshi/
bf.php
39
$
language_data
= array (
variable
bnf.php
46
$
language_data
= array (
variable
gettext.php
39
$
language_data
= array (
variable
hq9plus.php
39
$
language_data
= array (
variable
idl.php
36
$
language_data
= array (
variable
intercal.php
39
$
language_data
= array (
variable
robots.php
35
$
language_data
= array (
variable
text.php
46
$
language_data
= array (
variable
whitespace.php
39
$
language_data
= array (
variable
xorg_conf.php
37
$
language_data
= array (
variable
ada.php
46
$
language_data
= array (
variable
apt_sources.php
37
$
language_data
= array (
variable
caddcl.php
44
$
language_data
= array (
variable
cfdg.php
40
$
language_data
= array (
variable
div.php
41
$
language_data
= array (
variable
freebasic.php
38
$
language_data
= array (
variable
ini.php
45
$
language_data
= array (
variable
io.php
41
$
language_data
= array (
variable
javascript.php
44
$
language_data
= array (
variable
lisp.php
44
$
language_data
= array (
variable
locobasic.php
39
$
language_data
= array (
variable
lolcode.php
39
$
language_data
= array (
variable
m68k.php
45
$
language_data
= array (
variable
Completed in 81 milliseconds
1
2
3
4
5
6