代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/340665/3273229
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/292144/3958402
format_man_pages
#!/bin/sh
#
# Format man_pages
#
ERL_ROOT=$1
echo "Formatting manual pages (this may take a while...)"
if [ -z "$ERL_ROOT" -o ! -d "$ERL_ROOT" ]
then
echo "Install: need ERL_ROOT directory as ar
www.eeworm.com/read/440906/1774854
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/406309/2278582
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/366702/2868104
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/360971/2954976
java time1.java
// Fig. 26.2: Time1.java
// Time1 class definition
package com.deitel.chtp3.ch26;
import java.text.DecimalFormat; // used for number formatting
// This class maintains the time in 24-hour forma
www.eeworm.com/read/360971/2954982
java time2.java
// Fig. 26.3: Time2.java
// Time2 class definition
package com.deitel.chtp3.ch26; // place Time2 in a package
import java.text.DecimalFormat; // used for number formatting
// This class maint
www.eeworm.com/read/176664/9488564
txt changes.txt
21/07/2006 (v4.8.3)
Workaround for locale-specific exceptions during date-formatting of log entries.
Bug fix for recycling problem when connection's type map is null.
31/05/2006 (v4.8.2)
Bug