代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/450881/1668757
rls strings.rls
// Strings localised for UK
rls_string STRING_r_game_name "Battleships"
rls_string STRING_r_game_file_menu "Battleships"
rls_string STRING_r_game_view_menu "View"
rls_string STRING_r_game_EGameCmd
www.eeworm.com/read/450881/1668886
rls strings.rls
// Strings localised for UK
rls_string STRING_r_game_name "Solo Ships"
rls_string STRING_r_game_file_menu "SoloShips"
rls_string STRING_r_game_view_menu "View"
rls_string STRING_r_game_EGameCmdSta
www.eeworm.com/read/450881/1668963
rls strings.rls
// Strings localised for UK
rls_string STRING_r_game_name "Two Ships"
rls_string STRING_r_game_file_menu "TwoShips"
rls_string STRING_r_game_view_menu "View"
rls_string STRING_r_game_EGameCmdStart
www.eeworm.com/read/450881/1669004
cpp strings.cpp
// strings.cpp
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
//
#include
#include
LOCAL_D CConsoleBase* console;
// this program is best appreciated
www.eeworm.com/read/450881/1669006
mmp strings.mmp
// strings.mmp
//
// Copyright (c) 2002 Symbian Ltd. All rights reserved.
//
TARGET strings.exe
TARGETTYPE exe
UID 0
SOURCE strings.cpp
USERINCLUDE .
SYSTEMINCLUDE \epoc32\include
LIBRARY
www.eeworm.com/read/450881/1669007
pkg strings.pkg
;
; strings installation script.
;
;
; Specify the supported languages; items must appear in this order subsequently
&EN
;
; The installation name and header data
#{"Strings"},(0x101f74b0),1,0
www.eeworm.com/read/448000/1692276
properties strings.properties
frame.title=Mandelbrot Viewer
launcherApplet.launchCommand=Launch Mandelbrot Viewer
launcherApplet.closeCommand=Close Mandelbrot Viewer
status.idle=Idle
status.mouseCoords=(x,y) = ({0}, {1})
status.
www.eeworm.com/read/447738/1697749
d strings.d
#objdump: -s -j .data
#name: strings
.*: .*
Contents of section .data:
0000 5c22666f 6f5c2200 62617200 62617a(00| ) \\\"foo\\\".bar.baz(.| )
www.eeworm.com/read/447738/1697750
s strings.s
.macro M arg1
.ascii "\arg1"
.endm
.data
foo:
M "\\\"foo\\\""
.balign 2
M "bar"
.balign 2
M baz
www.eeworm.com/read/444609/1731941
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