Lines Matching refs:report_error
53 function report_error($type, $message) { function
137 report_error(TYPE_ERROR, 'Could not find geshi.php - make sure it is in your include path!');
144 …report_error(TYPE_ERROR, 'The GeSHi class was not found, although it seemed we loaded the correct …
150 … report_error(TYPE_ERROR, 'There\'s no information present on where to find the language files!');
152 … report_error(TYPE_ERROR, 'The path "'.GESHI_LANG_ROOT.'" given, does not ressemble a directory!');
154 report_error(TYPE_ERROR, 'The path "'.GESHI_LANG_ROOT.'" is not readable to this script!');
164 report_error(TYPE_ERROR, 'Error requesting listing for available language files!');
184 …report_error(TYPE_WARNING, 'Unable to locate any usable language files in "'.GESHI_LANG_ROOT.'"!');
203 … report_error(TYPE_ERROR, 'The path "' .$langfile. '" does not ressemble a regular file!');
205 report_error(TYPE_ERROR, 'Cannot read file "' .$langfile. '"!');
209 report_error(TYPE_ERROR, 'Language file contains trailing empty lines at EOF!');
212 report_error(TYPE_ERROR, 'Language file contains no PHP end marker at EOF!');
215 …report_error(TYPE_NOTICE, 'Language file contains unescaped tabulator chars (probably for indentat…
218 …report_error(TYPE_NOTICE, 'Language file contains irregular indentation (other than 4 spaces per i…
222 … report_error(TYPE_WARNING, 'Language file does not contain a specification of an author!');
225 … report_error(TYPE_WARNING, 'Language file does not contain a specification of the copyright!');
228 …report_error(TYPE_WARNING, 'Language file does not contain a specification of the release version!…
231 …report_error(TYPE_WARNING, 'Language file does not contain a specification of the date it was star…
234 … report_error(TYPE_WARNING, 'Language file does not state that it belongs to GeSHi!');
237 … report_error(TYPE_WARNING, 'Language file does not state that it is a language file for GeSHi!');
240 …report_error(TYPE_WARNING, 'Language file does not state that it is provided under the terms of th…
248 … report_error(TYPE_ERROR, 'Language file does not contain a $language_data structure to check!');
250 …report_error(TYPE_ERROR, 'Language file contains a $language_data structure which is not an array!…
256 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'LANG_NAME\'] specification!');
258 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'LANG_NAME\'] specification whi…
262 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'COMMENT_SIGNLE\'] structure t…
264 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'COMMENT_SINGLE\'] structure wh…
268 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'COMMENT_MULTI\'] structure to…
270 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'COMMENT_MULTI\'] structure whi…
275 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'COMMENT_REGEXP\'] structure wh…
280 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'QUOTEMARKS\'] structure to ch…
282 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'QUOTEMARKS\'] structure which …
287 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'HARDQUOTE\'] structure which i…
292 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'ESCAPE_CHAR\'] specification …
294 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'ESCAPE_CHAR\'] specification w…
296 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'ESCAPE_CHAR\'] specification i…
300 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'CASE_KEYWORDS\'] specificatio…
302 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'CASE_KEYWORDS\'] specification…
306 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'CASE_KEYWORDS\'] specification…
310 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'KEYWORDS\'] structure to chec…
312 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'KEYWORDS\'] structure which is…
316 …report_error(TYPE_WARNING, "Language file contains an key '$kw_key' in \$language_data['KEYWORDS']…
318 …report_error(TYPE_ERROR, "Language file contains a \$language_data['CASE_SENSITIVE']['$kw_value'] …
324 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'SYMBOLS\'] structure to check…
326 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'SYMBOLS\'] structure which is …
330 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'CASE_SENSITIVE\'] structure t…
332 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'CASE_SENSITIVE\'] structure wh…
336 …report_error(TYPE_WARNING, "Language file contains an key '$cs_key' in \$language_data['CASE_SENSI…
338 …report_error(TYPE_ERROR, "Language file contains a Case Sensitivity specification for \$language_d…
344 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'URLS\'] structure to check!');
346 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'URLS\'] structure which is not…
350 …report_error(TYPE_WARNING, "Language file contains an key '$url_key' in \$language_data['URLS'] th…
352 …report_error(TYPE_ERROR, "Language file contains a Documentation URL specification for \$language_…
354 …report_error(TYPE_ERROR, "Language file contains unescaped ampersands (&) in \$language_data['…
360 … report_error(TYPE_ERROR, 'Language file contains no $language_data[\'OOLANG\'] specification!');
362 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'OOLANG\'] specification which …
366 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'OOLANG\'] specification which …
370 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'OBJECT_SPLITTERS\'] structure…
372 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'OBJECT_SPLITTERS\'] structure …
376 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'REGEXPS\'] structure to check…
378 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'REGEXPS\'] structure which is …
382 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'STRICT_MODE_APPLIES\'] specif…
384 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'STRICT_MODE_APPLIES\'] specifi…
388 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'STRICT_MODE_APPLIES\'] specifi…
392 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'SCRIPT_DELIMITERS\'] structur…
394 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'SCRIPT_DELIMITERS\'] structure…
398 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'HIGHLIGHT_STRICT_BLOCK\'] str…
400 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'HIGHLIGHT_STRICT_BLOCK\'] stru…
405 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'TAB_WIDTH\'] specification whi…
407 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'TAB_WIDTH\'] specification whi…
413 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'PARSER_CONTROL\'] structure wh…
418 …report_error(TYPE_ERROR, 'Language file contains no $language_data[\'STYLES\'] structure to check!…
420 …report_error(TYPE_ERROR, 'Language file contains a $language_data[\'STYLES\'] structure which is n…
427 …report_error(TYPE_ERROR, "Language file contains no \$language_data['STYLES']['$style_kind'] struc…
429 …report_error(TYPE_ERROR, "Language file contains a \$language_data['STYLES\']['$style_kind'] struc…
434 …report_error(TYPE_WARNING, "Language file contains an key '$sk_key' in \$language_data['STYLES']['…
436 …report_error(TYPE_WARNING, "Language file contains a CSS specification for \$language_data['STYLES…
450 …report_error(TYPE_ERROR, "Language file contains no \$language_data['CASE_SENSITIVE'] specificatio…
453 …report_error(TYPE_ERROR, "Language file contains no \$language_data['URLS'] specification for keyw…
456 …report_error(TYPE_WARNING, "Language file contains an empty keyword list in \$language_data['KEYWO…
460 …report_error(TYPE_WARNING, "Language file contains an non-string entry at \$language_data['KEYWORD…
462 …report_error(TYPE_ERROR, "Language file contains an empty string entry at \$language_data['KEYWORD…
464 …report_error(TYPE_NOTICE, "Language file contains an keyword ('$kw') at \$language_data['KEYWORDS'…
471 …report_error(TYPE_WARNING, "Language file contains per-group duplicate keyword '$kw' in \$language…
520 …report_error(TYPE_WARNING, "Language file contains cross-group duplicate keyword '$kw' in \$langua…
526 …report_error(TYPE_WARNING, "Language file contains an superfluous \$language_data['CASE_SENSITIVE'…
531 …report_error(TYPE_WARNING, "Language file contains an superfluous \$language_data['URLS'] specific…
536 …report_error(TYPE_WARNING, "Language file contains an superfluous \$language_data['STYLES']['KEYWO…
542 …report_error(TYPE_WARNING, "Language file contains an key '$ck' in \$language_data['COMMENT_SINGLE…
545 …report_error(TYPE_WARNING, "Language file contains an non-string entry at \$language_data['COMMENT…
548 …report_error(TYPE_WARNING, "Language file contains no \$language_data['STYLES']['COMMENTS'] specif…
554 …report_error(TYPE_WARNING, "Language file contains an key '$ck' in \$language_data['COMMENT_REGEXP…
557 …report_error(TYPE_WARNING, "Language file contains an non-string entry at \$language_data['COMMENT…
560 …report_error(TYPE_WARNING, "Language file contains no \$language_data['STYLES']['COMMENTS'] specif…
567 …report_error(TYPE_NOTICE, "Language file contains an superfluous \$language_data['STYLES']['COMMEN…
572 …report_error(TYPE_NOTICE, "Language file contains superfluous \$language_data['STYLES']['STRINGS']…
578 …report_error(TYPE_NOTICE, "Language file contains an superfluous \$language_data['STYLES']['STRING…
584 …report_error(TYPE_WARNING, "Language file contains an key '$rk' in \$language_data['REGEXPS'] that…
589 …report_error(TYPE_WARNING, "Language file contains an empty regular expression at \$language_data[…
592 …report_error(TYPE_WARNING, "Language file contains a regular expression with an unmasked / charact…
594 …report_error(TYPE_WARNING, "Language file contains a regular expression with an unescaped match fo…
599 …report_error(TYPE_ERROR, "Language file contains no GESHI_SEARCH entry in extended regular express…
601 …report_error(TYPE_ERROR, "Language file contains a GESHI_SEARCH entry in extended regular expressi…
604 …report_error(TYPE_WARNING, "Language file contains a regular expression with an unmasked / charact…
606 …report_error(TYPE_WARNING, "Language file contains a regular expression with an unescaped match fo…
610 …report_error(TYPE_WARNING, "Language file contains no GESHI_REPLACE entry in extended regular expr…
612 …report_error(TYPE_ERROR, "Language file contains a GESHI_REPLACE entry in extended regular express…
615 …report_error(TYPE_WARNING, "Language file contains no GESHI_MODIFIERS entry in extended regular ex…
617 …report_error(TYPE_ERROR, "Language file contains a GESHI_MODIFIERS entry in extended regular expre…
620 …report_error(TYPE_WARNING, "Language file contains no GESHI_BEFORE entry in extended regular expre…
622 …report_error(TYPE_ERROR, "Language file contains a GESHI_BEFORE entry in extended regular expressi…
625 …report_error(TYPE_WARNING, "Language file contains no GESHI_AFTER entry in extended regular expres…
627 …report_error(TYPE_ERROR, "Language file contains a GESHI_AFTER entry in extended regular expressio…
630 …report_error(TYPE_WARNING, "Language file contains an non-string and non-array entry at \$language…
633 …report_error(TYPE_WARNING, "Language file contains no \$language_data['STYLES']['REGEXPS'] specifi…
638 …report_error(TYPE_NOTICE, "Language file contains an superfluous \$language_data['STYLES']['REGEXP…