• Home
  • Raw
  • Download

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