代码搜索:stuff
找到约 10,000 项符合「stuff」的源代码
代码结果 10,000
www.eeworm.com/read/171581/5393123
properties ui_hu.properties
# Stuff for AboutDialog.
EnvironInfo=K\u00f6rnyezeti inform\u00e1ci\u00f3k:
Environment=K\u00f6rnyezet
Environment.Label.JavaVersion=Java Version:
Environment.Label.JavaVendor=Java Vendor:
Environment
www.eeworm.com/read/171581/5393152
properties ui_tr.properties
# Stuff for AboutDialog.
EnvironInfo=Ortam Bilgisi:
Environment=Ortam
Environment.Label.JavaVersion=Java Version:
Environment.Label.JavaVendor=Java Vendor:
Environment.Label.JavaVMVersion=Java VM
www.eeworm.com/read/171581/5393154
properties ui_es.properties
# Stuff for AboutDialog.
EnvironInfo=Informaci\u00f3n de entorno:
Environment=Entorno
Environment.Label.JavaVersion=Java Version:
Environment.Label.JavaVendor=Java Vendor:
Environment.Label.JavaV
www.eeworm.com/read/171581/5393369
properties ui_pt_br.properties
# Stuff for AboutDialog.
EnvironInfo=Informa\u00e7\u00f5es do ambiente:
Environment=Ambiente
Environment.Label.JavaVersion=Java Version:
Environment.Label.JavaVendor=Java Vendor:
Environment.Label.Jav
www.eeworm.com/read/171581/5393371
properties ui.properties
# Stuff for AboutDialog.
EnvironInfo=Environment Information:
Environment=Environment
Environment.Label.JavaVersion=Java Version:
Environment.Label.JavaVendor=Java Vendor:
Environment.Label.JavaVMVers
www.eeworm.com/read/171479/5395045
groovy usestaticinclosurebug.groovy
/**
* @version $Revision: 1.6 $
*/
class UseStaticInClosureBug extends GroovyTestCase {
static def stuff = [:]
void testBug() {
[1,2,3].each { stuff[it] = "dog" }
assert s
www.eeworm.com/read/170988/5401692
cpp samcls16.cpp
// SAMCLS16.CPP -- 16-bit Property Page Provider DLL for WDM samples (Win98 version)
// Copyright (C) 1999 by Walter Oney
// All rights reserved
extern "C" {
#i
www.eeworm.com/read/167890/5451971
py unlog.py
#!/usr/bin/python
import sys, cPickle, struct
# structure of data:
#
# stuff.startTime
# stuff.finishTime
# stuff.nodes[id]
# stuff.nodes[id].stats[id]
# stuff.nodes[id].stats[id].summary
# stuff.no
www.eeworm.com/read/167890/5451978
py deluge.py
#!/usr/bin/python
import sys, cPickle, os, re
# structure of data:
#
# stuff.startTime - time experiment started
# stuff.finishTime - time experiment ended
# stuff.stats[id] - map nodes to packet
www.eeworm.com/read/162614/5540473
c pass52-frag.c
#include
void writestuff (FILE *f)
{
fprintf (f, "hello world\n");
fputc ('y', f);
putc ('e', f);
}
void readstuff (FILE *f)
{
int c, d;
char stuff[100], *s;
c = fgetc (f);