代码搜索:does

找到约 10,000 项符合「does」的源代码

代码结果 10,000
www.eeworm.com/read/124399/6050093

clp date.clp

; This is the date function ; for reasons of computational simplicity, the date is represented ; as an integer which represents days since jan 1 1900. ; because CLIPS does not capture the return
www.eeworm.com/read/124347/6053068

dj copying.dj

This is the file "copying.dj". It does not apply to any sources copyrighted by UCB Berkeley or the Free Software Foundation. Copyright Information for sources and executables that are marked C
www.eeworm.com/read/124347/6053546

c cancel4.c

/* * File: cancel4.c * * Test Synopsis: Test cancelation does not occur in deferred * cancelation threads with no cancelation points. * * Test Method (Validation or Falsification)
www.eeworm.com/read/124347/6053568

c cleanup3.c

/* * File: cleanup3.c * * Test Synopsis: Test cleanup handler does not execute (when thread is * not canceled). * * Test Method (Validation or Falsification): * - * * Requirements Tested: *
www.eeworm.com/read/120487/6073475

out polymorphism.out

-- Currently this tests polymorphic aggregates and indirectly does some -- testing of polymorphic SQL functions. It ought to be extended. -- Legend: ----------- -- A = type is ANY -- P = type is poly
www.eeworm.com/read/120487/6073559

sql polymorphism.sql

-- Currently this tests polymorphic aggregates and indirectly does some -- testing of polymorphic SQL functions. It ought to be extended. -- Legend: ----------- -- A = type is ANY -- P = type is po
www.eeworm.com/read/104713/6203081

java trivialconverter.java

package pl.converter; /** * Trivial converter. Does nothing. * * @author Artem Rudoy */ public class TrivialConverter implements Converter { /** * Init converter. */
www.eeworm.com/read/101042/6259242

pl mkdef.pl

#!/usr/local/bin/perl -w # # generate a .def file # # It does this by parsing the header files and looking for the # prototyped functions: it then prunes the output. # # Intermediary files are created
www.eeworm.com/read/376334/6300981

txt releasenotesv321.txt

------------------------- Version 3.2.1 ------------ Fixed : - Problem when using HTTPS and various ClassNotFound exceptions. - Tomcat 5 and 6 does not start when context declaration mode is set
www.eeworm.com/read/481542/6642908

makefile

# # This is a modified version of zlib, which does all memory # allocation ahead of time. # # This is only the decompression, see zlib_deflate for the # the compression # # Decompression needs to be s