代码搜索:replacements
找到约 175 项符合「replacements」的源代码
代码结果 175
www.eeworm.com/read/112193/15492070
cpp ping.cpp
/*
Copyright (C)2003 Barry Dunne (http://www.emule-project.net)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publi
www.eeworm.com/read/111407/15513283
cpp ping.cpp
/*
Copyright (C)2003 Barry Dunne (http://www.emule-project.net)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publi
www.eeworm.com/read/108712/15578449
cpp ping.cpp
/*
Copyright (C)2003 Barry Dunne (http://www.emule-project.net)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publi
www.eeworm.com/read/108658/15580178
cpp ping.cpp
/*
Copyright (C)2003 Barry Dunne (http://www.emule-project.net)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publi
www.eeworm.com/read/116006/6115127
c strsafea.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/113176/6135764
java preprocessingparser.java
//$Id: PreprocessingParser.java,v 1.8.2.3 2003/11/07 01:04:15 oneovthafew Exp $
package net.sf.hibernate.hql;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.uti
www.eeworm.com/read/169327/5424169
java preprocessingparser.java
//$Id: PreprocessingParser.java,v 1.8.2.3 2003/11/07 01:04:15 oneovthafew Exp $
package net.sf.hibernate.hql;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.uti
www.eeworm.com/read/162400/5547626
h jdmacros.h
/* Fully rewritten to use glib rather than S-Lang replacements */
#ifndef _JD_MACROS_H_
#define _JD_MACROS_H_
#include
#define SLMEMSET(x,y,z) memset(x,y,z)
#define SLMEMCPY(x,y,z) memcpy(
www.eeworm.com/read/100148/15882481
c stat.c
/* Here we have a handmade stat() function because Aztec's c.lib stat() */
/* does not support an st_mode field, which we need... also a chmod(). */
/* This stat() is by Paul Wells, modified by Paul