代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/320003/3551391
out testdelphinetnestedtype.out
unit TestDelphiNetNestedType;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Simple test of nested types in Delphi.net
}
interface
www.eeworm.com/read/320003/3551403
out testdelphinethelperclass.out
unit TestDelphiNetHelperClass;
{
AFS May 2005
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Basic test of helper class in Delphi
www.eeworm.com/read/320003/3551409
out testexclusion.out
unit TestExclusion;
{ AFS 11 Jan 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit test the exclusions comments }
{(*}
www.eeworm.com/read/320003/3551412
out testdelphinetclass.out
unit TestDelphiNetClass;
{
AFS May 2005
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Basic test of class heritage, visibility a
www.eeworm.com/read/320003/3551426
out littletest37.out
unit LittleTest37;
{
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility }
interface
implementation
const
MONKEY = integer($80000
www.eeworm.com/read/320003/3551439
out littletest27.out
unit LittleTest27;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
to test the "deprecated" keyword }
interface
uses SysUtils;
www.eeworm.com/read/320003/3551447
out littletest20.out
unit LittleTest20;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
to test a dangling else keyword }
interface
implementation
www.eeworm.com/read/473661/6848363
java dotfileconstants.java
/**
* DotFileConstants.java
*
* Version: 1.0
*/
/**
* Holds constant Strings for formatting the output to the dot-format.
*
* @author Kun Fang
*/
public class DotFileConsta
www.eeworm.com/read/292010/8382987
h stringformatter.h
/*
File: StringFormatter.h
Contains: Utility class for formatting text to a buffer.
Construct object with a buffer, then call one
of many Put methods t