代码搜索:source 有哪些应用?

找到约 10,000 项符合「source 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/244405/4511207

java source.java

/* * The Apache Software License, Version 1.1 * * Copyright (c) 1999 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or withou
www.eeworm.com/read/242732/4542410

c source.c

/* * File source.c - source files management * * Copyright (C) 2004, Eric Pouech. * * This library is free software; you can redistribute it and/or * modify it under the terms of the
www.eeworm.com/read/242732/4543671

c source.c

/* * Implementation of the Microsoft Installer (msi.dll) * * Copyright 2005 Aric Stewart for CodeWeavers * * This library is free software; you can redistribute it and/or * modify it under
www.eeworm.com/read/238859/4608007

java source.java

/* Copyright (c) 2006 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of
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