代码搜索:formatting

找到约 1,526 项符合「formatting」的源代码

代码结果 1,526
www.eeworm.com/read/253260/12235562

cpp setf2.cpp

// setf2.cpp -- using setf() with 2 arguments to control formatting #include #include int main() { using namespace std; // use left justification, show the plus sign,
www.eeworm.com/read/337096/12391886

cpp setf2.cpp

// setf2.cpp -- using setf() with 2 arguments to control formatting #include #include int main() { using namespace std; // use left justification, show the plus sign,
www.eeworm.com/read/123453/14630343

codingstyle

Coding Style for Kannel Code formatting Don't make lines that are longer than 78 characters. Follow the coding style defined by the astyle program: astyle --style=linux --pad=oper -
www.eeworm.com/read/123453/14630868

codingstyle

Coding Style for Kannel Code formatting Don't make lines that are longer than 78 characters. Follow the coding style defined by the astyle program: astyle --style=linux --pad=oper -
www.eeworm.com/read/220509/14798332

h locale.h

/* locale.h Values appropriate for the formatting of monetary and other numberic quantities. */ #ifndef _LOCALE_H_ #ifdef __cplusplus extern "C" { #endif #define _LOCALE_H_ #include "
www.eeworm.com/read/210091/15207622

dfm formatu.dfm

object FormatForm: TFormatForm Left = 161 Top = 192 Width = 485 Height = 211 Caption = 'Consistent Edit/Display Formatting' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Fon
www.eeworm.com/read/483143/1280094

cs formattingpipeline.cs

using System; using System.Collections.Generic; using ScrewTurn.Wiki.PluginFramework; using System.Web; namespace ScrewTurn.Wiki { /// /// Contains methods for formatting conte
www.eeworm.com/read/470720/1444791

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/470693/1456737

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/242732/4540563

c wordproc.c

/* wordproc.c - word-processor mode for the editor: does dynamic paragraph formatting. Copyright (C) 1996 Paul Sheer This program is free software; you can redistribute it and/or modify