代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/16793/691678
c printenv.c
/* printenv -- minimal clone of BSD printenv(1).
usage: printenv [varname]
Chet Ramey
chet@po.cwru.edu
*/
/* Copyright (C) 1997-2002 Free Software Foundation, Inc.
This file is part of
www.eeworm.com/read/474814/1388769
exp default.exp
# Dejagnu test wrapper for [incr tcl] test suite
# Copyright 1997 Cygnus Solutions
# Extract and print version number.
proc itcl_version {} {
# No way to extract this in version 1.5.
clone_output
www.eeworm.com/read/472167/1418706
al rel.al
# NOTE: Derived from ./blib/lib/URI/URL.pm. Changes made here will be lost.
package URI::URL;
sub rel { shift->clone; }
# This method should always be overridden in subclasses
1;
www.eeworm.com/read/470713/1454459
java cloneable.java
/* Cloneable.java -- Interface for marking objects cloneable by Object.clone()
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpat
www.eeworm.com/read/470693/1466349
java cloneable.java
/* Cloneable.java -- Interface for marking objects cloneable by Object.clone()
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpat
www.eeworm.com/read/250015/4443084
c printenv.c
/* printenv -- minimal clone of BSD printenv(1).
usage: printenv [varname]
Chet Ramey
chet@po.cwru.edu
*/
/* Copyright (C) 1997-2002 Free Software Foundation, Inc.
This file is part of
www.eeworm.com/read/245169/4506805
java shorturlconstructor.java
/*
JSPWiki - a JSP-based WikiWiki clone.
Copyright (C) 2001-2005 Janne Jalkanen (Janne.Jalkanen@iki.fi)
This program is free software; you can redistribute it and/or modify
it under the ter
www.eeworm.com/read/245169/4506906
java referencemanager.java
/*
JSPWiki - a JSP-based WikiWiki clone.
Copyright (C) 2001-2004 Janne Jalkanen (Janne.Jalkanen@iki.fi),
Erik Bunn (ebu@memecry.net)
This program is free sof
www.eeworm.com/read/245169/4506930
java rss20feed.java
/*
JSPWiki - a JSP-based WikiWiki clone.
Copyright (C) 2001-2002 Janne Jalkanen (Janne.Jalkanen@iki.fi)
This program is free software; you can redistribute it and/or modify
it under the ter
www.eeworm.com/read/242732/4538038
c delay.c
/*
* DELAY.C - internal command.
*
* clone from 4nt delay command
*
* 30 Aug 1999
* started - Paolo Pantaleo
*
*
*/
#include
#ifdef INCLU