代码搜索:Language
找到约 10,000 项符合「Language」的源代码
代码结果 10,000
www.eeworm.com/read/174244/9600100
tgz language.tgz
www.eeworm.com/read/173971/9627488
icl language.icl
www.eeworm.com/read/368572/9685783
h language.h
/* Automatically generated by gen-intl */
#define N_LANGUAGES 33
#define T__CHAR_SET 1
#define T__LANGUAGE 2
#define T__ACCEPT_LANGUAGE 3
#define T_BAD_NUMBER 4
#define T_NUM
www.eeworm.com/read/368572/9686035
inc language.inc
/* Automatically generated by gen-intl */
struct translation translation_english [] = {
{ 0, NULL },
{T__CHAR_SET, "us-ascii" },
{T__LANGUAGE, "English" },
{T__ACCEPT_LANGUAGE, "en" },
{T_B
www.eeworm.com/read/368572/9686050
c language.c
/* language.c
* (c) 2002 Mikulas Patocka
* This file is a part of the Links program, released under GPL.
*/
#include "links.h"
struct translation {
int code;
unsigned char *name;
};
struct tra
www.eeworm.com/read/368444/9694859
js language.js
// resource.js
//
// Initial Author: Alex Hui
// Date: May 10, 2000
//
// Purpose:
// --------
// This file contains the functions to access the resources,
// such as the string tables and i
www.eeworm.com/read/368444/9695165
js language.js
// resource.js
//
// Initial Author: Alex Hui
// Date: May 10, 2000
//
// Purpose:
// --------
// This file contains the functions to access the resources,
// such as the string tables and i
www.eeworm.com/read/368444/9696234