代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/242082/4556085
h strings.h
/*
COW : Character Oriented Windows
strings.h : string pool (+special message-box stuff)
-- use these variables if string is duplicated, otherwise use the
explicit #defines as found in
www.eeworm.com/read/240943/4564825
http-strings
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 "Location: "
http_host
www.eeworm.com/read/240943/4564835
smtp-strings
smtp_220 "220"
smtp_helo "HELO "
smtp_mail_from "MAIL FROM: "
smtp_rcpt_to "RCPT TO: "
smtp_data "DATA"
smtp_to "To: "
smtp_from "From: "
smtp_subject "Subject: "
smtp_quit "QUIT"
www.eeworm.com/read/240162/4578848
h strings.h
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/strings.h"
This had to be done to correct non-standard usages in the
original, manufacturer su
www.eeworm.com/read/237197/4630025
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/236816/4637676
java strings.java
/*
* Copyright (c) 2003, KNOPFLERFISH project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/236816/4637684
properties strings.properties
frame_title=Knopflerfish OSGi $(1) installation
page_license_title=Knopflerfish OSGi License
page_installdir_title=Select installation directory
page_finish_title=Installing Knopflerfish OSGi
cancel
www.eeworm.com/read/236816/4638180
java strings.java
/*
* Copyright (c) 2003, KNOPFLERFISH project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/234134/4660857
c strings.c
/*
COW : Character Oriented Windows
strings.c : common string pool (multiused strings)
(compiles with minimal headers)
NOTE : the types of data in this file must track strings.h
*/
#if