代码搜索:Formatter

找到约 1,289 项符合「Formatter」的源代码

代码结果 1,289
www.eeworm.com/read/133287/5906921

cpp formatter.cpp

// // Formatter.cpp // // $Id: //poco/Main/Foundation/src/Formatter.cpp#5 $ // // Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics. // All rights reserved. // // Redistribution and
www.eeworm.com/read/132649/5911690

hpp formatter.hpp

/* * =========================================================================== * PRODUCTION $Log: formatter.hpp,v $ * PRODUCTION Revision 1000.1 2004/06/01 19:38:36 gouriano * PRODUCTION PRODU
www.eeworm.com/read/128604/5982428

java formatter.java

/* Formatter.java -- a class for formatting log messages by localizing message texts and performing substitution of parameters Copyright (C) 2002 Free Software Foundation, Inc. This file is
www.eeworm.com/read/126549/6015985

py formatter.py

from sources import * from content import * from utils import * class Formatter: def __init__( self, processor ): self.processor = processor self.identifiers = {} se
www.eeworm.com/read/108417/6182732

java formatter.java

package com.lyrisoft.chat.server.remote; import com.lyrisoft.chat.Translator; /* * Formatting tools. Currently only contains one method, for formatting * milliseconds. */ public class Formatter
www.eeworm.com/read/101053/6257906

java formatter.java

/** * BSD-style license; for more info see http://pmd.sourceforge.net/license.html */ package net.sourceforge.pmd.ant; import net.sourceforge.pmd.renderers.CSVRenderer; import net.sourceforge.pmd.re
www.eeworm.com/read/251886/6336156

c formatter.c

#if defined(HAVE_CONFIG_H) #include "config.h" #endif #include #include #include "formatter.h" Formatter *xmms_formatter_new(void) { Formatter *formatter = g_new0(Formatter, 1);
www.eeworm.com/read/251886/6336167

h formatter.h

#ifndef XMMS_FORMATTER_H #define XMMS_FORMATTER_H typedef struct { gchar *values[256]; } Formatter; Formatter *xmms_formatter_new(void); void xmms_formatter_destroy(Formatter *formatter); void xmm
www.eeworm.com/read/263434/11362985

java formatter.java

/* * @(#)Formatter.java 1.13 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package java.util.loggin
www.eeworm.com/read/486037/1257269

h formatter.h

// Debug-mode error formatting implementation -*- C++ -*- // Copyright (C) 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // so