代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551377
out testrunondef.out
unit TestRunOnDef;
{ AFS 19 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
this unit tests indentation of class & procedur
www.eeworm.com/read/320003/3551378
out testgenericconstructorstatic.out
program TestGenericConstructeurStatic;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
www.eeworm.com/read/320003/3551379
out testincat.out
unit TestIncAt;
interface
implementation
procedure Foo;
var
at: integer;
begin
at := 2;
Inc(at, 2);
end;
end.
www.eeworm.com/read/320003/3551380
out testblanklineremoval.out
unit TestBlankLineRemoval;
{ AFS 7 August 2001
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests blank line removal }
www.eeworm.com/read/320003/3551381
out testcast.out
unit TestCast;
{ AFS 9 Jan 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit test type casts
Borland style is that t
www.eeworm.com/read/320003/3551382
out testreint.out
unit TestReint;
interface
type
TFoo = class(TObject)
public
procedure Foo;
virtual;
end;
TBar = class(TFoo)
public
procedure Foo; reintroduce;
end;
TL
www.eeworm.com/read/320003/3551384
out testcastsimple.out
unit TestCastSimple;
{ AFS 9 Jan 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests simple type casts
}
inter
www.eeworm.com/read/320003/3551387
out testgenericinterface.out
program TestGenericInterface;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test
www.eeworm.com/read/320003/3551388
out testprogram.out
{
AFS 21 March 2K
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
code swiped from Mandala
test the layout of the program's
www.eeworm.com/read/320003/3551390
out testdefines.out
unit TestDefines;
{
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Will only parse (and compile) if the ifdefs work as advertise