代码搜索:source
找到约 10,000 项符合「source」的源代码
代码结果 10,000
www.eeworm.com/read/238372/4615574
patch-source
#!/bin/sh -e
#
#
for patch in debian/patches/*.patch; do
echo '->'`basename $patch`:
patch -p1 --ignore-whitespace < $patch
done
# This code is currently not used because it creates a long version
www.eeworm.com/read/238372/4615575
unpatch-source
#!/bin/sh -e
#
#
# We want to reverse the patches in the opposite order we applied
# them, hence the 'ls|sort -r'.
for patch in `ls debian/patches/*.patch | sort -r`; do
patch -p1 -R --ignore-whites
www.eeworm.com/read/238372/4615655
patch-source
#!/bin/sh -e
#
#
for patch in debian/patches/*.patch; do
echo '->'`basename $patch`:
patch -p1 --ignore-whitespace < $patch
done
# This code is currently not used because it creates a long version
www.eeworm.com/read/238372/4615656
unpatch-source
#!/bin/sh -e
#
#
# We want to reverse the patches in the opposite order we applied
# them, hence the 'ls|sort -r'.
for patch in `ls debian/patches/*.patch | sort -r`; do
patch -p1 -R --ignore-whites
www.eeworm.com/read/238372/4615749
patch-source
#!/bin/sh -e
#
#
for patch in debian/patches/*.patch; do
echo '->'`basename $patch`:
patch -p1 --ignore-whitespace < $patch
done
# This code is currently not used because it creates a long version
www.eeworm.com/read/238372/4615750
unpatch-source
#!/bin/sh -e
#
#
# We want to reverse the patches in the opposite order we applied
# them, hence the 'ls|sort -r'.
for patch in `ls debian/patches/*.patch | sort -r`; do
patch -p1 -R --ignore-whites
www.eeworm.com/read/237048/4633334
java source.java
/*
* $Id: Source.java,v 1.1 2004/02/15 11:06:45 epr Exp $
* Copyright (C) 2001 Andrew Selkirk
* Copyright (C) 2001 David Brownell
*
* This file is part of GNU JAXP, a library.
*
* GNU J
www.eeworm.com/read/233448/4688571
java source.java
/* Source.java --
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/231771/4709770
source symbianosunit.source
// SymbianOSUnit.mmp
//
// Copyright (c) 2006 Penrillian Ltd. All rights reserved.
// Web: www.penrillian.com
// This file is to be #include'd from the test MMP file.
// (The relative paths fo