代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5659475
c errors.c
/*---------------------------------------------------------------------------+
| errors.c |
|
www.eeworm.com/read/475511/6790566
txt errors.txt
# This file contains error messages which are shown to user, when http/https
# login is used.
# These messages can be changed to make user interface more friendly, including
# translations to differen
www.eeworm.com/read/475511/6790575
txt errors.txt
# This file contains error messages which are shown to user, when http/https
# login is used.
# These messages can be changed to make user interface more friendly, including
# translations to differen
www.eeworm.com/read/473765/6839353
js errors.js
var infoList = new Array();
var warnList = new Array();
var errorList = new Array();
function updateError(type) {
with (document.options) {
switch (type) {
case 0:
if (info.checked) p
www.eeworm.com/read/195047/8176783
h errors.h
//------------------------------------------------------------------------------
// File: Errors.h
//
// Desc: ActiveMovie error defines.
//
// Copyright (c) 1992-2001, Microsoft Corporation. A
www.eeworm.com/read/193237/8245493
js errors.js
var infoList = new Array();
var warnList = new Array();
var errorList = new Array();
function updateError(type) {
with (document.options) {
switch (type) {
case 0:
if (info.checked) p
www.eeworm.com/read/369759/9634197
h errors.h
// Errors.h
#ifndef __ERRORS_H__
#define __ERRORS_H__
#define IMAGELIB_SUCCESS 0
// File errors
#define IMAGELIB_FILE_OPEN_ERROR -1
#define IMAGELIB_FILE_CREATION_ERROR -2
#define IMAGELI
www.eeworm.com/read/369759/9634249
h errors.h
// Errors.h
#ifndef __ERRORS_H__
#define __ERRORS_H__
#define IMAGELIB_SUCCESS 0
// File errors
#define IMAGELIB_FILE_OPEN_ERROR -1
#define IMAGELIB_FILE_CREATION_ERROR -2
#define IMAGELI
www.eeworm.com/read/173767/9635868
h errors.h
/*
loader status codes
*/
extern int boot_status;
#define BOOT_STATUS_OK 0x00000000
#define BOOT_STATUS_DISC_MASK 0x000000FF
// BootDisc error codes
#define BOOT_STATUS_NODISC
www.eeworm.com/read/173482/9655466
h errors.h
/* known errors */
#define ERR_ILLCHAR 1
#define ERR_NEEDCHAR 2
#define ERR_NEEDCONST 3
#define ERR_FPCON 4
#define ERR_IDEXPECT 5
#define ERR_IDENTEXPECT 6
#define ERR_UNEX