代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551259
out testdelphinetwebservice.out
unit TestDelphiNetWebService;
{ AFS March 2006
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility }
interface
uses
System.Collectio
www.eeworm.com/read/320003/3551261
out testtry.out
unit TestTry;
{ AFS March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests layout of try..except and try..finally
www.eeworm.com/read/320003/3551263
out testreg.out
unit TestReg;
{ test capitalisation of procs named "Register"
Due to a known issue in Some versions of Delphi, case is significant
in the names of these procs
So it must not be changed by
www.eeworm.com/read/320003/3551264
out testinterfacemap.out
unit TestInterfaceMap;
{ AFS 1 March 2K
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests interface function maps
It
www.eeworm.com/read/320003/3551266
out testatexpr.out
unit TestAtExpr;
{ AFS 9 June 2003
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
code based on a line in Delphi Com source
Basi
www.eeworm.com/read/320003/3551267
out testdelphinetdynamicarray.out
unit TestDelphiNetDynamicArray;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Tests of the Delphi.net 'new' keyword for array creat
www.eeworm.com/read/320003/3551268
out testasmoffsetkeyword.out
unit TestAsmOffsetKeyword;
{ AFS Apil 2008
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
}
interface
uses
SysUtils;
type
www.eeworm.com/read/320003/3551269
out testvarargs.out
unit TestVarArgs;
interface
procedure print(x: PChar); cdecl; varargs; external 'any.dll' Name 'print';
implementation
end.
www.eeworm.com/read/320003/3551271
out testgenericdelegates.out
program TestGenericDelegates;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test n
www.eeworm.com/read/320003/3551272
out testbogustypes.out
unit TestBogusTypes;
{ AFS 5 May 2K
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Test use of type names in other contexts
This i