代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551420
out testalign.out
unit TestAlign;
{ AFS 27 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This code tests the alignment beautifiers
most
www.eeworm.com/read/320003/3551427
out testdelphinetampersandmethod.out
unit TestDelphiNetAmpersandMethod;
interface
type
TClass1 = class
private
EmptyValue: System.&object;
public
function TestFile: boolean;
constructor Create;
end;
www.eeworm.com/read/320003/3551428
out testuseschanges.out
unit TestUsesChanges;
{ AFS 28 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests comments the uses clause
}
www.eeworm.com/read/320003/3551429
out testforin.out
unit TestForIn;
interface
implementation
type
TStringArray = array of string;
procedure Demo1(const List: TStringArray);
var
S: string;
begin
for S in List do
writeln(S);
www.eeworm.com/read/320003/3551430
out testvarparam.out
unit TestVarParam;
{ AFS 5 Feb 2K
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
this unit tests untyped var params
}
inte
www.eeworm.com/read/320003/3551431
out testemptysquarebrackets.out
unit TestEmptySquareBrackets;
{ AFS August 2003
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility }
interface
type
TMonkey = (gibb
www.eeworm.com/read/320003/3551432
out testdelphinetkeywords.out
unit TestDelphiNetKeywords;
{
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
these are actually directives not full-blown keyw
www.eeworm.com/read/320003/3551433
out testcharliterals.out
unit TestCharLiterals;
{ AFS 30 Jan 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests chars and strings }
int
www.eeworm.com/read/320003/3551434
out testgenericoperatoris.out
program TestGenericOperatorIs;
{$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/3551435
out testconstrecords.out
unit TestConstRecords;
{ AFS 27 August 2K
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit contains test cases for layout of