代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/195484/8150528
hacking
Formatting
==========
All parts of Pango other than modules should use the following formatting
style; for modules, it is up to the discretion of the module
author / maintainer, though they are enco
www.eeworm.com/read/147311/12566929
html pkg.html
java.text Examples from The Java Developers Almanac 1.4
www.eeworm.com/read/202224/15389115
m mm2622.m
close
axis([0 1 0 0.5])
text(0.2,0.1,'\itE = M\cdotC^{\rm2}')
text(0.2,0.2,'\fontsize{16} \nabla \times H = J + \partialD/\partialt')
text(0.2,0.3,'\fontname{courier} \fontsize{16} \bf x_{\alpha}
www.eeworm.com/read/127767/14336112
txt e131. parsing and formatting a byte array into binary, octal, and hexadecimal.txt
This example uses a BigInteger to convert a byte array to a string of binary, octal, or hexadecimal values.
// Get a byte array
byte[] bytes = new byte[]{(byte)0x12, (byte)0x0F, (byte)0xF0}
www.eeworm.com/read/127767/14336750
txt e318. formatting and parsing a time for a locale using default formats.txt
Every locale has four default formats for formatting and parsing times. They are called SHORT, MEDIUM, LONG, and FULL. The SHORT format consists entirely of numbers while the FULL format contains most
www.eeworm.com/read/127767/14336866
txt e130. parsing and formatting a big integer into binary, octal, and hexadecimal.txt
BigInteger bi = new BigInteger("1023");
// Parse and format to binary
bi = new BigInteger("1111111111", 2); // 1023
String s = bi.toString(2); // 1111111111
www.eeworm.com/read/104775/7071762
cpp sherr.cpp
///////////////////////////////////////////////////////////////////////////////
// $Header: /shorthand/src/sherr.cpp 2 8/28/02 6:27a Arm $
//-----------------------------------------------------
www.eeworm.com/read/151651/5680332
jsp text.jsp
WebWork Text Formatting Test
WebWork Text Formatting Test
www.eeworm.com/read/133772/5902743
readme
NOTE: before formatting tcpip.sgml you need to prepare the manual
pages in tcpip-manpages.smgl. This is done by running the shell
script prepare-manpages.sh