代码搜索:formatting

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

代码结果 1,526
www.eeworm.com/read/438718/1822836

py para.py

# Text formatting abstractions # Note -- this module is obsolete, it's too slow anyway # Oft-used type object Int = type(0) # Represent a paragraph. This is a list of words with associated # fon
www.eeworm.com/read/438718/1823111

py para.py

# Text formatting abstractions # Note -- this module is obsolete, it's too slow anyway # Oft-used type object Int = type(0) # Represent a paragraph. This is a list of words with associated # font
www.eeworm.com/read/438717/1823338

py fmt.py

# Text formatting abstractions import string import Para # A formatter back-end object has one method that is called by the formatter: # addpara(p), where p is a paragraph object. For example:
www.eeworm.com/read/436051/1855147

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/422550/2036571

java apimessages.java

package com.sun.jersey.api; import com.sun.localization.LocalizableMessageFactory; import com.sun.localization.Localizer; /** * Defines string formatting method for each constant in the resource
www.eeworm.com/read/416410/2124211

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/409921/2223099

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
www.eeworm.com/read/389922/2530066

dev dumb.dev

.\" Device-dependent but not macro-set-dependent definitions. .\" -------------------------------- .\" overall formatting initialization .\" 12 cpi horizontal exploits 80-column terminal well (6.5i@12
www.eeworm.com/read/366702/2868085

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/363037/2923521

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