代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/493417/1167479
jsp formatnumberbrowserlocale.jsp
JSTL: Formatting/I18N Support -- Number,
www.eeworm.com/read/493417/1167480
jsp germanumlautcorrect.jsp
JSTL: Formatting/I18N Support -- Request
www.eeworm.com/read/475965/1374129
c flags.c
/* flags.c -- illustrates some formatting flags */
#include
int main(void)
{
printf("%x %X %#x\n", 31, 31, 31);
printf("**%d**% d**% d**\n", 42, 42, -42);
printf("**%5d**%5
www.eeworm.com/read/470720/1444796
c warning1.c
// { dg-do compile }
// PR c++/7804
// Floating point formatting in error and warning messages
extern "C" int printf(const char *, ...);
struct S
{
static const float inf = 1.0f / 0.0f; // { dg-w
www.eeworm.com/read/470693/1456742
c warning1.c
// { dg-do compile }
// PR c++/7804
// Floating point formatting in error and warning messages
extern "C" int printf(const char *, ...);
struct S
{
static const float inf = 1.0f / 0.0f; // { dg-w
www.eeworm.com/read/468610/1484882
rules lnxdoc.rules
XCOMM $XFree86: xc/config/cf/lnxdoc.rules,v 3.9 1997/01/26 05:10:25 dawes Exp $
XCOMM
XCOMM Rules for formatting Linuxdoc-SGML documentation
XCOMM
#include
#ifdef DontInstallLinuxDoc
#
www.eeworm.com/read/453455/1641137
java formatutil.java
/*
* $Id: FormatUtil.java 9 2006-03-08 10:21:59Z wjx $
*/
package com.vegeta.utils.format;
/**
* Utility methods regarding formatting.
*
* View S
www.eeworm.com/read/240162/4579827
c warning1.c
// { dg-do compile }
// PR c++/7804
// Floating point formatting in error and warning messages
extern "C" int printf(const char *, ...);
struct S
{
static const float inf = 1.0f / 0.0f; // { dg-w
www.eeworm.com/read/233448/4672323
c warning1.c
// { dg-do compile }
// PR c++/7804
// Floating point formatting in error and warning messages
extern "C" int printf(const char *, ...);
struct S
{
static const float inf = 1.0f / 0.0f; // { dg-w