代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/186489/5231410
java timestampconverter.java
/**
* Title: A Date Formatting class
* Description: To make sure all dates are formatted to and from String in GMT
* Copyright: Copyright (c) 2001 Paul Bethe and Richie Bielak
* @au
www.eeworm.com/read/340665/3273224
c error3.c
// Test for proper error message formatting; the throw() should go inside
// the parens, as below.
void (*g() throw())(); // { dg-error "g\\(\\) throw" "" }
void (*g())(); // { dg-error "" "" }
www.eeworm.com/read/320003/3551286
out testreturns.out
unit TestReturns;
{afs 20 May 2K
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
I saw some sample code this week where the programm
www.eeworm.com/read/320003/3551309
out testasm.out
unit TestASM;
{ AFS 27 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This code test ASM blocks
Since I don't know any
www.eeworm.com/read/320003/3551338
out littletest59.out
unit LittleTest59;
{ AFS 19 Nov 2003
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Adem Baba's ifdef uses clause example
}
interf
www.eeworm.com/read/303435/3810884
c sfvprintf.c
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
#include "sfhdr.h"
/* The engine for formatting data.
** 1. Argument positioning is done in sftabl
www.eeworm.com/read/284088/4068323
java timeformatter.java
/*
* Copyright 2006-2007 JavaAtWork All rights reserved.
* Use is subject to license terms.
*/
package javaatwork.myuploader.utils;
/**
* Class for formatting a time in milli seconds.
*
www.eeworm.com/read/445571/1720399
cs edge.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// A formatting element that describes an arc, line, or one side of a border o
www.eeworm.com/read/440906/1774849
c error3.c
// Test for proper error message formatting; the throw() should go inside
// the parens, as below.
void (*g() throw())(); // { dg-error "g\\(\\) throw" "" }
void (*g())(); // { dg-error "" "" }
www.eeworm.com/read/438718/1822825
py fmt.py
# Text formatting abstractions
# Note -- this module is obsolete, it's too slow anyway
import string
import Para
# A formatter back-end object has one method that is called by the formatter:
# add