代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/481348/1297297
c strings.c
/* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved. */
typedef unsigned short wchar_t;
unsigned int strlenW(const wchar_t *wcs)
{
const wchar_t *eos = wcs;
while (*eos
www.eeworm.com/read/481348/1297377
c strings.c
/* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved. */
#include
#if !defined(PPC) && !defined(x86) // in the crt on PPC and x86
/********************************
www.eeworm.com/read/480260/1320475
http-strings
http_http "http://"
http_200 "200 "
http_301 "301 "
http_302 "302 "
http_get "GET "
http_10 "HTTP/1.0"
http_11 "HTTP/1.1"
http_content_type "content-type: "
http_texthtml "text/html"
http_loc
www.eeworm.com/read/478932/1346514
js strings_it.js
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Oggi";
var L_January = "Gennaio";
var L_February = "Febbraio";
var L_March = "Marzo";
var L_Ap
www.eeworm.com/read/478825/1348808
properties strings_it.properties
title.myjxta=MyJXTA
title.configurator=Configuratore
title.identity.login:Login
title.preferences=Preferenze
title.dialog=Dialogo
title.group.create=Crea Grouppo
title.group.join=Entra
title.group.man
www.eeworm.com/read/478825/1348815
properties strings.properties
title.myjxta=MyJXTA
title.configurator=Configurator
title.identity.login:Login
title.preferences=Preferences
title.dialog=Chat
title.group.create=Create Group
title.group.join=Join
title.group.manage=
www.eeworm.com/read/478603/1349807
webclient-strings
http_http "http://"
http_200 "200 "
http_301 "301 "
http_302 "302 "
http_get "GET "
http_10 "HTTP/1.0"
http_11 "HTTP/1.1"
http_content_type "content-type: "
http_texthtml "text/html"
http_location "lo
www.eeworm.com/read/478603/1349821
http-strings
http_http "http://"
http_200 "200 "
http_301 "301 "
http_302 "302 "
http_get "GET "
http_10 "HTTP/1.0"
http_11 "HTTP/1.1"
http_content_type "content-type: "
http_texthtml "text/html"
http_location "lo
www.eeworm.com/read/478603/1349839
smtp-strings
smtp_220 "220"
smtp_helo "HELO "
smtp_mail_from "MAIL FROM: "
smtp_rcpt_to "RCPT TO: "
smtp_data "DATA\r\n"
smtp_to "To: "
smtp_from "From: "
smtp_subject "Subject: "
smtp_quit "QUIT\r\n"
smtp_crnl "\
www.eeworm.com/read/475965/1374124
c strings.c
/* strings.c -- string formatting */
#include
#define BLURB "Authentic imitation!"
int main(void)
{
printf("/%2s/\n", BLURB);
printf("/%24s/\n", BLURB);
printf("/%24.5s/\n