5,840,503 results for 'ERROR repo:ArminW/3p-libxml' (49 ms)
simple.el https://bitbucket.org/fangzhzh/temp | Lisp | 6,545 lines
253 (if (and next-error-last-buffer 254 (next-error-buffer-p next-error-last-buffer avoid-current 255 extra-test-inclusive extra-test-exclusive)) 2330 2331If there is output and an error, a message about the error 2332appears at the end of the output. 2350If it is nil, error output is mingled with regular output. 2351If DISPLAY-ERROR-BUFFER is non-nil, display the error buffer if there 2352were any errors. (This is always t, interactively.) 2465 2466 (when (and error-file (file-exists-p error-file)) 2467 (if (< 0 (nth 7 (file-attributes error-file))) 3507 3508(put 'mark-inactive 'error-conditions '(mark-inactive error)) 3509(put 'mark-inactive 'error-message "The mark is not active now")STSTemplateEngine.m https://bitbucket.org/sunrisetel.co.jp/sts-template-engine | Objective C | 1,610 lines
1198 // this is an error - create a new error description 1199 error = [TEError error:TE_UNEXPECTED_TOKEN_ERROR 1200 inLine:lineNumber atToken:TE_ENDIF]; 1219 // this is an error - create a new error description 1220 error = [TEError error:TE_MISSING_IDENTIFIER_AFTER_TOKEN_ERROR 1221 inLine:lineNumber atToken:TE_DEFINE]; 1247 // this is an error - create a new error description 1248 error = [TEError error:TE_MISSING_IDENTIFIER_AFTER_TOKEN_ERROR 1249 inLine:lineNumber atToken:TE_UNDEF]; 1299 // this is not implemented yet 1300 error = [TEError error:TE_UNIMPLEMENTED_TOKEN_ERROR 1301 inLine:lineNumber atToken:TE_ECHO]; 1541 // create error description - file not found 1542 error = [TEError error:TE_FILE_NOT_FOUND_ERROR inLine:0 atToken:TE_PATH]; 1543 break;input_output_hdf5.f90 https://bitbucket.org/kwmsmith/kaw-sim-hdf5 | FORTRAN Modern | 820 lines
47 48 subroutine check_restart_params(fname, input_params, error) 49 character(*), intent(in) :: fname 50 type(input_params_t), intent(inout) :: input_params 51 integer, intent(out) :: error 52 integer :: errbuf(1), ierr 55 56 error = 0 57 59 60 call load_params_hdf5(fname, hdf5_input_params, error) 61 61 62 error = 0 63 ! we only allow NSTEPS to change, everything else must be the same.y.output https://bitbucket.org/mprateek/occ | Unknown | 17,657 lines
416 322 | struct_or_union error '{' error error IDENTIFIER error '}' 417 323 | struct_or_union error '{' error error IDENTIFIER error error 418 324 | struct_or_union '{' DEFS '(' IDENTIFIER ')' error 2468 322 | struct_or_union error . '{' error error IDENTIFIER error '}' 2469 323 | struct_or_union error . '{' error error IDENTIFIER error error 2470 328 | struct_or_union error . DEFS '(' IDENTIFIER ')' '}' 3966 322 | struct_or_union error '{' . error error IDENTIFIER error '}' 3967 323 | struct_or_union error '{' . error error IDENTIFIER error error 3968 6881 322 | struct_or_union error '{' error . error IDENTIFIER error '}' 6882 323 | struct_or_union error '{' error . error IDENTIFIER error error 6883 10972 322 | struct_or_union error '{' error error . IDENTIFIER error '}' 10973 323 | struct_or_union error '{' error error . IDENTIFIER error error 10974patch-src_extension_internal_pdfinput_pdf-parser_cpp https://bitbucket.org/bonetruck/openbsd-ports-tree | Unknown | 632 lines
10 if (!obj2.isStream()) { 11- error(-1, const_cast<char*>("Weird page contents")); 12+ error(errInternal, -1, const_cast<char*>("Weird page contents")); 18 } else if (!obj->isStream()) { 19- error(-1, const_cast<char*>("Weird page contents")); 20+ error(errInternal, -1, const_cast<char*>("Weird page contents")); 27 } else { 28- error(getPos(), const_cast<char*>("Too many args in content stream")); 29+ error(errInternal, getPos(), const_cast<char*>("Too many args in content stream")); 36 if (numArgs > 0) { 37- error(getPos(), const_cast<char*>("Leftover args in content stream")); 38+ error(errInternal, getPos(), const_cast<char*>("Leftover args in content stream")); 45 if (ignoreUndef == 0) 46- error(getPos(), const_cast<char*>("Unknown operator '%s'"), name); 47+ error(errInternal, getPos(), const_cast<char*>("Unknown operator '%s'"), name);test-harness.el https://bitbucket.org/jsparkes/xemacs-gtk | Lisp | 773 lines
91 92(defvar test-harness-unexpected-error-enter-debugger debug-on-error 93 "*Non-nil means enter debugger when an unexpected error occurs. 225 test-harness-unexpected-error-enter-debugger) 226 (funcall debugger 'error error-info)) 227 (test-harness-unexpected-error-show-backtrace 466 467 (defmacro Check-Error-Message (expected-error expected-error-regexp 468 &rest body) 488 (Print-Failure "%S ==> got error %S as expected, but error message %S did not match regexp %S" 489 ,quoted-body ',expected-error error-message ,expected-error-regexp) 490 (incf wrong-error-failures)))) 647 (error 648 (test-harness-report-error error-info))) 649 (save-excursiondevdraw.c https://bitbucket.org/rminnich/sysfromiso | C | 2,087 lines
3#include "compat.h" 4#include "error.h" 5 515 } 516 error(Enodrawscreen); 517 return 0; 624 } 625 error(Enodrawimage); 626 710 if(d == 0) 711 error(Enodrawimage); 712 if(d->id == id){ 1335 if(fmt) printmesg(fmt, a, 1); 1336 /* iprint("error: %s\n", up->error); */ 1337 nexterror();9p2.c https://bitbucket.org/rminnich/sysfromiso | C | 1,866 lines
5static void 6seterror(Fcall *ou, int err) 7{ 235 long raddr; 236 int error, u; 237 244 if(file == nil){ 245 error = Efidinuse; 246 goto out; 251 if(strcmp(f->uname, "adm") == 0){ 252 error = Eauth; 253 goto out; 1833 if(error >= MAXERR){ 1834 snprint(ename, sizeof(ename), "error %d", error); 1835 r.ename = ename;9p2.c https://bitbucket.org/rminnich/sysfromiso | C | 1,862 lines
112 /* 113 * Return error or 0 if OK. 114 */ 170 171 error = 0; 172 aname = f->aname; 180 if(file == nil){ 181 error = Efidinuse; 182 goto out; 185 if(fs == nil){ 186 error = Ebadspc; 187 goto out; 1812 if(error >= MAXERR){ 1813 snprint(ename, sizeof(ename), "error %d", error); 1814 r.ename = ename;devdraw.c https://bitbucket.org/rminnich/sysfromiso | C | 2,204 lines
5#include "fns.h" 6#include "../port/error.h" 7 489 if(checkname && !drawgoodname(d)) 490 error(Eoldname); 491 return d; 524 } 525 error(Enodrawscreen); 526 return 0; 644 } 645 error(Enodrawimage); 646 730 if(d == 0) 731 error(Enodrawimage); 732 if(d->id == id){WarcHeaderVersionTest.java https://bitbucket.org/moabrichard/jhove2 | Java | 307 lines
214 "[ERROR/OBJECT] Invalid Data before WARC version", 215 "[ERROR/OBJECT] Error in WARC file, expected 'One or more records'" 216 }}, 219 "[ERROR/OBJECT] Invalid Data before WARC version", 220 "[ERROR/OBJECT] Error in WARC file, expected 'One or more records'" 221 }}, 224 "[ERROR/OBJECT] Invalid Data before WARC version", 225 "[ERROR/OBJECT] Error in WARC file, expected 'One or more records'" 226 }}, 229 "[ERROR/OBJECT] Invalid Data before WARC version", 230 "[ERROR/OBJECT] Error in WARC file, expected 'One or more records'" 231 }}, 234 "[ERROR/OBJECT] Invalid Empty lines before WARC version", 235 "[ERROR/OBJECT] Error in WARC file, expected 'One or more records'" 236 }},ArcVersionHeaderTest.java https://bitbucket.org/moabrichard/jhove2 | Java | 331 lines
63 { 64 "[ERROR/OBJECT] Error in ARC version block, reason 'Version line empty'", 65 "[ERROR/OBJECT] Error in ARC version block, reason 'Block definition empty'", 65 "[ERROR/OBJECT] Error in ARC version block, reason 'Block definition empty'", 66 "[ERROR/OBJECT] Error in ARC version block, reason 'Version block is not valid!'" 67 } 71 { 72 "[ERROR/OBJECT] Error in ARC version block, reason 'Version line empty'", 73 "[ERROR/OBJECT] Error in ARC version block, reason 'Block definition empty'", 211 "[ERROR/OBJECT] Invalid ARC version block", 212 "[ERROR/OBJECT] Error in ARC version block, reason 'Version block is not valid!'" 213 } 288 "[ERROR/OBJECT] Invalid ARC version block", 289 "[ERROR/OBJECT] Error in ARC version block, reason 'Version block is not valid!'" 290 }ff_file.c https://bitbucket.org/arty/arty-newcc-reactos | C | 1,768 lines
147 * 148 * @return NULL pointer on Error, in which case pError should be checked for more information. 149 * @return pError can be: 151#ifdef FF_UNICODE_SUPPORT 152FF_FILE *FF_Open(FF_IOMAN *pIoman, const FF_T_WCHAR *path, FF_T_UINT8 Mode, FF_ERROR *pError) { 153#else 252 if(pError) { 253 *pError = Error; 254 } 1643 1644 FF_ERROR Error; 1645 1717 FF_DIRENT OriginalEntry; 1718 FF_ERROR Error; 1719quickfix.txt https://bitbucket.org/serge.smolau/vim | Unknown | 1,444 lines
150 *:cf* *:cfile* 151:cf[ile][!] [errorfile] Read the error file and jump to the first error. 152 This is done automatically when Vim is started with 174 *:caddf* *:caddfile* 175:caddf[ile] [errorfile] Read the error file and add the errors from the 176 errorfile to the current quickfix list. If a quickfix 1033 setlocal efm=aa,bb,cc,dd,ee 1034Where aa, bb, etc. are error format strings. Each line of the error file will 1035be matched to the pattern aa, then bb, then cc, etc. Just because cc matched 1078to parse even nested files like in the following line: 1079 {"file1" {"file2" error1} error2 {"file3" error3 {"file4" error4 error5}}} 1080The %O then parses over strings that do not contain any push/pop file name 1153 1154 filename>linenumber:columnnumber:errortype:errornumber:errormessage 1155chkconf.h https://bitbucket.org/proglove/tbmmorpg | C++ Header | 1,688 lines
32 requires BAR and BAR is not set: we can either silently define BAR 33 (default, recommended) or give an error and abort (mainly useful for 34 developers only) 35 */ 36#define wxABORT_ON_CONFIG_ERROR 37 74 to be defined on other platforms */ 75# if defined(wxABORT_ON_CONFIG_ERROR) && defined(__WXMSW__) 76# error "wxUSE_CRASHREPORT must be defined." 82#ifndef wxUSE_DYNLIB_CLASS 83# ifdef wxABORT_ON_CONFIG_ERROR 84# error "wxUSE_DYNLIB_CLASS must be defined." 90#ifndef wxUSE_EXCEPTIONS 91# ifdef wxABORT_ON_CONFIG_ERROR 92# error "wxUSE_EXCEPTIONS must be defined."BuildLog.htm https://bitbucket.org/proglove/tbmmorpg | HTML | 368 lines
47ExceptionManager.cpp 48\????\???\Client\Cegui\CELayoutEditor-v0-6-3\src\ExceptionManager.cpp(326) : error C2039: �getFileName� : ??�CEGUI::Exception�??? 49 e:\????\???\client\cegui\cegui\include\CEGUIExceptions.h(40) : ??�CEGUI::Exception�??? 49 e:\????\???\client\cegui\cegui\include\CEGUIExceptions.h(40) : ??�CEGUI::Exception�??? 50\????\???\Client\Cegui\CELayoutEditor-v0-6-3\src\ExceptionManager.cpp(326) : error C2039: �getLine� : ??�CEGUI::Exception�??? 51 e:\????\???\client\cegui\cegui\include\CEGUIExceptions.h(40) : ??�CEGUI::Exception�??? 52WindowBox.cpp 53\????\???\Client\Cegui\CELayoutEditor-v0-6-3\src\WindowBox.cpp(128) : error C2679: ???�=� : ??????�<??>�???????????(?????????) 54\????\???\Client\Cegui\CELayoutEditor-v0-6-3\src\WindowBox.cpp(129) : error C2679: ???�=� : ??????�<??>�???????????(?????????) 54\????\???\Client\Cegui\CELayoutEditor-v0-6-3\src\WindowBox.cpp(129) : error C2679: ???�=� : ??????�<??>�???????????(?????????) 55\????\???\Client\Cegui\CELayoutEditor-v0-6-3\src\WindowBox.cpp(130) : error C2677: ???�/� : ??????�CEGUI::UDim�????????(?????????) 56\????\???\Client\Cegui\CELayoutEditor-v0-6-3\src\WindowBox.cpp(137) : error C2679: ???�=� : ??????�<??>�???????????(?????????) 56\????\???\Client\Cegui\CELayoutEditor-v0-6-3\src\WindowBox.cpp(137) : error C2679: ???�=� : ??????�<??>�???????????(?????????) 57\????\???\Client\Cegui\CELayoutEditor-v0-6-3\src\WindowBox.cpp(138) : error C2679: ???�=� : ??????�<??>�???????????(?????????) 58\????\???\Client\Cegui\CELayoutEditor-v0-6-3\src\WindowBox.cpp(139) : error C2677: ???�/� : ??????�CEGUI::UDim�????????(?????????)cfg.y https://bitbucket.org/viraptor/opensips-mirror | yacc | 2,511 lines
450 | statement {} 451 | statements error { yyerror(""); YYABORT;} 452 ; 578 | LOGSTDERROR EQUAL NUMBER { if (!config_check) log_stderr=$3; } 579 | LOGSTDERROR EQUAL error { yyerror("boolean value expected"); } 580 | LOGFACILITY EQUAL ID { 1454 } 1455 | ROUTE_ERROR error { yyerror("invalid error_route statement"); } 1456 ; 1715 } 1716 | host DOT error { $$=0; pkg_free($1); yyerror("invalid hostname (use quotes if hostname has config keywords)"); } 1717 ; 2121 | ERROR error { $$=0; yyerror("missing '(' or ')' ?"); } 2122 | ERROR LPAREN error RPAREN { $$=0; yyerror("bad error" 2123 "argument"); }cfg.y https://bitbucket.org/Gradwell/opensips-clone | yacc | 2,908 lines
485 | statement {} 486 | statements error { yyerror(""); YYABORT;} 487 ; 625 | LOGSTDERROR EQUAL NUMBER { if (!config_check) log_stderr=$3; } 626 | LOGSTDERROR EQUAL error { yyerror("boolean value expected"); } 627 | LOGFACILITY EQUAL ID { 1622 } 1623 | ROUTE_ERROR error { yyerror("invalid error_route statement"); } 1624 ; 1840 } 1841 | DSTIP strop error { $$=0; yyerror( "ip address or hostname" 1842 "expected" ); } 2387 | ERROR error { $$=0; yyerror("missing '(' or ')' ?"); } 2388 | ERROR LPAREN error RPAREN { $$=0; yyerror("bad error" 2389 "argument"); }Document1.txt https://bitbucket.org/petermr/patents | Unknown | 70 lines
2OPSIN initialised 3ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title as compound nullEXAMPLE 1.xml 4ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title: 1:1 mixture of 1-(7-{[(3,5-dichlorobenzyl)amino]carbonyl}-8-hydroxy-1,6-naphthyridin-5-yl)-1H-imidazo[4,5-b]pyridine and 3-(7-{[(3,5-dichlorobenzyl)amino]carbonyl}-8-hydroxy-1,6-naphthyridin-5-yl)-3H-imidazo[4,5-b]pyridineEXAMPLE 101.xml 4ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title: 1:1 mixture of 1-(7-{[(3,5-dichlorobenzyl)amino]carbonyl}-8-hydroxy-1,6-naphthyridin-5-yl)-1H-imidazo[4,5-b]pyridine and 3-(7-{[(3,5-dichlorobenzyl)amino]carbonyl}-8-hydroxy-1,6-naphthyridin-5-yl)-3H-imidazo[4,5-b]pyridineEXAMPLE 101.xml 5ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title: 2-(7-{[(3,5-dichlorobenzyl)amino]carbonyl}-8-hydroxy-1,6-naphthyridin-5-yl)octahydropyrrolo[1,2-?]pyrazineEXAMPLE 106.xml 6ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title: 8-Hydroxy-5-(3-morpholin-4-yl-prop-1-ynyl)-[1,6]naphthyridine-7-carboxylic acid 3,5-dichloro-benzylamideEXAMPLE 110.xml 6ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title: 8-Hydroxy-5-(3-morpholin-4-yl-prop-1-ynyl)-[1,6]naphthyridine-7-carboxylic acid 3,5-dichloro-benzylamideEXAMPLE 110.xml 7ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title as compound nullEXAMPLE 112.xml 8ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title as compound nullEXAMPLE 113.xml 8ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title as compound nullEXAMPLE 113.xml 9ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title: 8-hydroxy-5-phenylsulfanyl-[1,6]naphthyridine-7-carboxylic acid 2-methylsulfanylbenzylamideEXAMPLE 114.xml 10ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title as compound nullEXAMPLE 115.xml 10ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title as compound nullEXAMPLE 115.xml 11ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title: N-(3,5-dichlorobenzyl)-8-hydroxy-5-[(1H-imidazol-4-ylethyl)anfno]-1,6-naphthyridine-7-carboxamideEXAMPLE 118.xml 12ERROR org.xmlcml.cml.patents.EPOExample - error Cannot parse title: 8 N-(2-chlorobenzyl)-8-hydroxy-1,6-naphthyridine-7-carboxamideEXAMPLE 12.xmldb_update.php https://bitbucket.org/delroth/fluxbb-djangofr | PHP | 1,693 lines
118// Check current version 119$result = $db->query('SELECT conf_value FROM '.$db->prefix.'config WHERE conf_name=\'o_cur_version\'') or error('Unable to fetch version info.', __FILE__, __LINE__, $db->error()); 120$cur_version = $db->result($result); 382 383 $db->query('INSERT INTO '.$table.'_utf8('.implode(',', array_keys($temp)).') VALUES ('.implode(',', array_values($temp)).')') or ($error_callback === null ? error('Unable to insert data to new table', __FILE__, __LINE__, $db->error()) : call_user_func($error_callback, $cur_item)); 384 611 if (!array_key_exists('o_smtp_ssl', $pun_config)) 612 $db->query('INSERT INTO '.$db->prefix.'config (conf_name, conf_value) VALUES (\'o_smtp_ssl\', \'0\')') or error('Unable to insert config value \'o_smtp_ssl\'', __FILE__, __LINE__, $db->error()); 613 1629 // And the parser revision number 1630 $db->query('UPDATE '.$db->prefix.'config SET conf_value = \''.UPDATE_TO_PARSER_REVISION.'\' WHERE conf_name = \'o_parser_revision\'') or error('Unable to update parser revision number', __FILE__, __LINE__, $db->error()); 1631 1633 if (!file_exists(PUN_ROOT.'lang/'.$pun_config['o_default_lang'].'/common.php')) 1634 $db->query('UPDATE '.$db->prefix.'config SET conf_value = \'English\' WHERE conf_name = \'o_default_lang\'') or error('Unable to update default language', __FILE__, __LINE__, $db->error()); 1635