5,840,503 results for 'ERROR repo:atgwwx/kissy' (1095 ms)
window.c https://bitbucket.org/C0deMaver1ck/peeklinux.git | C | 3,469 lines
186 wimp_window_state state; 187 os_error *error; 188 bool open_centred = true; 220 LOG(("xwimp_get_window_state: 0x%x: %s", 221 error->errnum, error->errmess)); 222 warn_user("WimpError", error->errmess); 1470 LOG(("xwimp_redraw_window: 0x%x: %s", 1471 error->errnum, error->errmess)); 1472 warn_user("WimpError", error->errmess); 3408 error->errnum, error->errmess)); 3409 warn_user("WimpError", error->errmess); 3410 remove(temp_fname); 3433 LOG(("xwimp_send_message: 0x%x:%s", 3434 error->errnum, error->errmess)); 3435 warn_user("WimpError", error->errmess);theme.c https://bitbucket.org/C0deMaver1ck/peeklinux.git | C | 2,249 lines
251 LOG(("xosgbpb_dir_entries_info: 0x%x: %s", 252 error->errnum, error->errmess)); 253 if (error->errnum == 0xd6) /* no such dir */ 1063 LOG(("xwimp_create_icon: 0x%x: %s", 1064 error->errnum, error->errmess)); 1065 warn_user("WimpError", error->errmess); 1978 os_mode mode; 1979 os_error *error = NULL; 1980 int default_width = 0; 2007 icon->height = 0; 2008 if (error->errnum != error_SPRITE_OP_DOESNT_EXIST) { 2009 LOG(("xosspriteop_read_sprite_info: 0x%x: %s", 2009 LOG(("xosspriteop_read_sprite_info: 0x%x: %s", 2010 error->errnum, error->errmess)); 2011 warn_user("MiscError", error->errmess);save.c https://bitbucket.org/C0deMaver1ck/peeklinux.git | C | 1,504 lines
174 if (error) { 175 LOG(("xosmodule_alloc: 0x%x: %s", error->errnum, error->errmess)); 176 xwimp_close_template(); 837 assert(error); 838 warn_user("SaveError", error->errmess); 839 return false; 1398 osspriteop_header *sprite; 1399 os_error *error; 1400 1403 error = ro_gui_wimp_get_sprite(icon_buf, &sprite); 1404 if (error && error->errnum == error_SPRITE_OP_DOESNT_EXIST) { 1405 /* try the 'unknown' filetype sprite as a fallback */ 1411 LOG(("ro_gui_wimp_get_sprite: 0x%x: %s", 1412 error->errnum, error->errmess)); 1413 warn_user("MiscError", error->errmess);download.c https://bitbucket.org/C0deMaver1ck/peeklinux.git | C | 1,605 lines
220 bool space_warning = false; 221 os_error *error; 222 url_func_result res; 820 LOG(("xos_cli: 0x%x: %s", 821 error->errnum, error->errmess)); 822 warn_user("MiscError", error->errmess); 1126 * number, and nn the error number. 0x9F is "Not same disc". */ 1127 if (error && (error->errnum == error_BAD_RENAME || 1128 (error->errnum & 0xFF00FFu) == 0x1009Fu)) { 1381 */ 1382 if (error && error->errnum != error_WIMP_BAD_HANDLE) { 1383 LOG(("xwimp_set_icon_state: 0x%x: %s", 1476 error->errnum, error->errmess)); 1477 warn_user("SaveError", error->errmess); 1478 }libcssselect.c https://bitbucket.org/C0deMaver1ck/peeklinux.git | C | 1,393 lines
573 if (error != lwc_error_ok) 574 return css_error_from_lwc_error(error); 575 580 if (error != lwc_error_ok) 581 return css_error_from_lwc_error(error); 582 586 if (error != lwc_error_ok) 587 return css_error_from_lwc_error(error); 588 592 if (error != lwc_error_ok) 593 return css_error_from_lwc_error(error); 594 623 if (error != lwc_error_ok) 624 return css_error_from_lwc_error(error); 625computed.c https://bitbucket.org/C0deMaver1ck/peeklinux.git | C | 1,010 lines
235 uint32_t i; 236 css_error error; 237 717{ 718 css_error error; 719 752{ 753 css_error error; 754 787{ 788 css_error error; 789 825 uint8_t type; 826 css_error error; 827language.c https://bitbucket.org/C0deMaver1ck/peeklinux.git | C | 1,302 lines
240 if (perror != PARSERUTILS_OK) { 241 return css_error_from_parserutils_error(perror); 242 } 261 if (perror != PARSERUTILS_OK) { 262 return css_error_from_parserutils_error(perror); 263 } 301 css_stylesheet_rule_destroy(c->sheet, rule); 302 return css_error_from_parserutils_error(perror); 303 } 335 if (perror != PARSERUTILS_OK) { 336 return css_error_from_parserutils_error(perror); 337 } 594 if (perror != PARSERUTILS_OK) { 595 return css_error_from_parserutils_error(perror); 596 }border_outline.c https://bitbucket.org/C0deMaver1ck/peeklinux.git | C | 2,222 lines
231 int orig_ctx = *ctx; 232 css_error error; 233 const css_token *ident; 1781 bool match; 1782 css_error error; 1783 1952 int orig_ctx = *ctx; 1953 css_error error; 1954 const css_token *token; 2033 int orig_ctx = *ctx; 2034 css_error error; 2035 const css_token *ident; 2132 int orig_ctx = *ctx; 2133 css_error error; 2134 const css_token *token;tokeniser.c https://bitbucket.org/C0deMaver1ck/peeklinux.git | C | 3,371 lines
177 178 hubbub_error_handler error_handler; /**< Error handling callback */ 179 void *error_pw; /**< Error handler data */ 996 } else if (error != PARSERUTILS_OK) { 997 return hubbub_error_from_parserutils_error(error); 998 } 1123 } else { 1124 return hubbub_error_from_parserutils_error(error); 1125 } 2092 } else { 2093 return hubbub_error_from_parserutils_error(error); 2094 } 3040 if (error != PARSERUTILS_OK && error != PARSERUTILS_EOF) { 3041 return hubbub_error_from_parserutils_error(error); 3042 }tmffs.c https://bitbucket.org/C0deMaver1ck/peeklinux.git | C | 960 lines
115{ 116 return -1; // FIXME handle error better 117} 578 tw(tr(TR_BEGIN, TrTmffs, "FFS2 protocol not represented in target\n")); 579 error = -1; // FIXME other error? 580 811 #endif 812 tmffs_put8(error); // Note: we must put error/number of objects. 813 } 938 // code that tells us what went wrong! 939 error = ETM_PACKET; // FIXME find another error 940 } 941 942 ttw(ttr(TTrTmffs, "error %d" NL, error)); 943 if (error > 0)structure.xml https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | XML | 1,142 lines
4 <parse_markers> 5 <error line="0" code="50007">No page-level DocBlock was found in file example_faq/blocks/page_list/templates/example_faq_page_list/view.php</error> 6 </parse_markers> 45 <error line="7" code="50018">No DocBlock was found for property $pkgHandle</error> 46 <error line="8" code="50018">No DocBlock was found for property $appVersionRequired</error> 47 <error line="9" code="50018">No DocBlock was found for property $pkgVersion</error> 540 <error line="20" code="50010">No DocBlock was found for method set_flash_message()</error> 541 <error line="24" code="50010">No DocBlock was found for method add_error()</error> 542 </parse_markers> 748 <error line="3" code="50000">No DocBlock was found for \ScottcURLDirectorSearch</error> 749 <error line="4" code="50018">No DocBlock was found for property $errors</error> 750 <error line="5" code="50018">No DocBlock was found for property $searchData</error> 751 <error line="18" code="50010">No DocBlock was found for method getSearchDataAsArray()</error> 752 <error line="22" code="50010">No DocBlock was found for method getErrors()</error> 753 <error line="27" code="50010">No DocBlock was found for method getRecordsFromRequest()</error>errors.html https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | HTML | 1,357 lines
29 Reports <b class="caret"></b></a><ul class="dropdown-menu"> 30<li><a href="errors.html"><i class="icon-remove-sign"></i> Errors 31 <span class="label label-info">176</span></a></li> 50<li><div class="btn-group type-filter" data-toggle="buttons-checkbox"> 51<button class="btn critical">Critical</button><button class="btn error">Error</button><button class="btn notice">Notice</button> 52</div></li> 100</tr></thead> 101<tbody><tr class="error"> 102<td>error</td> 118<tbody> 119<tr class="error"> 120<td>error</td> 242<tr class="error"> 243<td>error</td> 244<td>53</td>errors.html https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | HTML | 789 lines
32 Reports <b class="caret"></b></a><ul class="dropdown-menu"> 33<li><a href="errors.html"><i class="icon-remove-sign"></i> Errors 34 <span class="label label-info">99</span></a></li> 53<li><div class="btn-group type-filter" data-toggle="buttons-checkbox"> 54<button class="btn critical">Critical</button><button class="btn error">Error</button><button class="btn notice">Notice</button> 55</div></li> 90<tbody> 91<tr class="error"> 92<td>error</td> 95</tr> 96<tr class="error"> 97<td>error</td> 155<tr class="error"> 156<td>error</td> 157<td>6</td>structure.xml https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | XML | 1,384 lines
28 <parse_markers> 29 <error line="0" code="50007">No page-level DocBlock was found in file account/address-book.php</error> 30 <error line="6" code="50000">No DocBlock was found for \AccountAddressBookController</error> 30 <error line="6" code="50000">No DocBlock was found for \AccountAddressBookController</error> 31 <error line="8" code="50018">No DocBlock was found for property $require_mts_authentication</error> 32 <error line="10" code="50010">No DocBlock was found for method view()</error> 32 <error line="10" code="50010">No DocBlock was found for method view()</error> 33 <error line="36" code="50010">No DocBlock was found for method edit()</error> 34 <error line="97" code="50010">No DocBlock was found for method delete()</error> 63 <parse_markers> 64 <error line="0" code="50007">No page-level DocBlock was found in file account/change-password.php</error> 65 <error line="3" code="50000">No DocBlock was found for \AccountChangePasswordController</error> 65 <error line="3" code="50000">No DocBlock was found for \AccountChangePasswordController</error> 66 <error line="5" code="50018">No DocBlock was found for property $mtssh</error> 67 <error line="6" code="50018">No DocBlock was found for property $mts</error>errors.html https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | HTML | 1,517 lines
29 Reports <b class="caret"></b></a><ul class="dropdown-menu"> 30<li><a href="errors.html"><i class="icon-remove-sign"></i> Errors 31 <span class="label label-info">211</span></a></li> 52<li><div class="btn-group type-filter" data-toggle="buttons-checkbox"> 53<button class="btn critical">Critical</button><button class="btn error">Error</button><button class="btn notice">Notice</button> 54</div></li> 100<tbody> 101<tr class="error"> 102<td>error</td> 105</tr> 106<tr class="error"> 107<td>error</td> 253</tr> 254<tr class="error"> 255<td>error</td>structure.xml https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | XML | 2,159 lines
418 <critical line="2" code="50008">No short description for file autonav/controller.php</critical> 419 <error line="24" code="50000">No DocBlock was found for \AutonavBlockItem</error> 420 <error line="26" code="50018">No DocBlock was found for property $level</error> 420 <error line="26" code="50018">No DocBlock was found for property $level</error> 421 <error line="27" code="50018">No DocBlock was found for property $isActive</error> 422 <error line="28" code="50018">No DocBlock was found for property $_c</error> 422 <error line="28" code="50018">No DocBlock was found for property $_c</error> 423 <error line="29" code="50018">No DocBlock was found for property $hasChildren</error> 424 <error line="57" code="50014">Name of argument $c does not match with the DocBlock's name $page in isActive()</error> 425 <notice line="57" code="50013">Parameter $page could not be found in isActive()</notice> 426 <error line="173" code="50018">No DocBlock was found for property $btTable</error> 427 <error line="174" code="50018">No DocBlock was found for property $btInterfaceWidth</error> 427 <error line="174" code="50018">No DocBlock was found for property $btInterfaceWidth</error> 428 <error line="175" code="50018">No DocBlock was found for property $btInterfaceHeight</error> 429 <error line="176" code="50018">No DocBlock was found for property $btCacheBlockRecord</error>errors.html https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | HTML | 3,068 lines
33 Reports <b class="caret"></b></a><ul class="dropdown-menu"> 34<li><a href="errors.html"><i class="icon-remove-sign"></i> Errors 35 <span class="label label-info">352</span></a></li> 56<li><div class="btn-group type-filter" data-toggle="buttons-checkbox"> 57<button class="btn critical">Critical</button><button class="btn error">Error</button><button class="btn notice">Notice</button> 58</div></li> 175</tr> 176<tr class="error"> 177<td>error</td> 180</tr> 181<tr class="error"> 182<td>error</td> 390</tr> 391<tr class="error"> 392<td>error</td>errors.html https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | HTML | 510 lines
29 Reports <b class="caret"></b></a><ul class="dropdown-menu"> 30<li><a href="errors.html"><i class="icon-remove-sign"></i> Errors 31 <span class="label label-info">85</span></a></li> 50<li><div class="btn-group type-filter" data-toggle="buttons-checkbox"> 51<button class="btn critical">Critical</button><button class="btn error">Error</button><button class="btn notice">Notice</button> 52</div></li> 73<tbody> 74<tr class="error"> 75<td>error</td> 78</tr> 79<tr class="error"> 80<td>error</td> 118</tr> 119<tr class="error"> 120<td>error</td>structure.xml https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | XML | 3,638 lines
77 <error line="25" code="50010">No DocBlock was found for method getFieldNames()</error> 78 <error line="29" code="50010">No DocBlock was found for method getValidationErrors()</error> 79 </parse_markers> 2575 <error line="33" code="50010">No DocBlock was found for method getFieldNames()</error> 2576 <error line="37" code="50010">No DocBlock was found for method getValidationErrors()</error> 2577 <error line="42" code="50010">No DocBlock was found for method mock()</error> 2878 <error line="32" code="50010">No DocBlock was found for method getFieldNames()</error> 2879 <error line="36" code="50010">No DocBlock was found for method getValidationErrors()</error> 2880 <error line="41" code="50010">No DocBlock was found for method mock()</error> 3182 <error line="27" code="50010">No DocBlock was found for method getFieldNames()</error> 3183 <error line="31" code="50010">No DocBlock was found for method getValidationErrors()</error> 3184 <error line="36" code="50010">No DocBlock was found for method mock()</error> 3442 <error line="25" code="50010">No DocBlock was found for method getFieldNames()</error> 3443 <error line="29" code="50010">No DocBlock was found for method getValidationErrors()</error> 3444 </parse_markers>errors.html https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | HTML | 2,818 lines
32 Reports <b class="caret"></b></a><ul class="dropdown-menu"> 33<li><a href="errors.html"><i class="icon-remove-sign"></i> Errors 34 <span class="label label-info">426</span></a></li> 55<li><div class="btn-group type-filter" data-toggle="buttons-checkbox"> 56<button class="btn critical">Critical</button><button class="btn error">Error</button><button class="btn notice">Notice</button> 57</div></li> 118<tbody> 119<tr class="error"> 120<td>error</td> 123</tr> 124<tr class="error"> 125<td>error</td> 490</tr> 491<tr class="error"> 492<td>error</td>