代码搜索:Encoding
找到约 10,000 项符合「Encoding」的源代码
代码结果 10,000
www.eeworm.com/read/358128/3000539
pm encoding.pm
# $Id: encoding.pm,v 2.6 2007/04/22 14:56:12 dankogai Exp $
package encoding;
our $VERSION = do { my @r = ( q$Revision: 2.6 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
use Encode;
use strict;
www.eeworm.com/read/358128/3000542
pm encoding.pm
package PerlIO::encoding;
use strict;
our $VERSION = '0.10';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";
#
# Equivalent of this is done in encoding.xs - do
www.eeworm.com/read/358128/3000559
pm encoding.pm
package Encode::Encoding;
# Base class for classes which implement encodings
use strict;
use warnings;
our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
www.eeworm.com/read/358128/3005340
3 encoding.3
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sh \" Subsection heading
.br
www.eeworm.com/read/357924/3011003
java encoding.java
/*
* Created on 2005-8-5
*
*/
package banksystem;
import banksystem.Constants;
/**
* @author 曲本盛
*
* TODO Struts 项目实践
*/
public class Encoding {
public static String CNtoISO(String
www.eeworm.com/read/357022/3034798
c encoding.c
/*
* encoding.c - get DNS/Local encodings
*
* Software\JPNIC\IDN\Where
* \LogFile
* \LogLevel
* \InstallDir
* \PerProg\\Where
www.eeworm.com/read/267041/4269177
js encoding.js
if(!dojo._hasResource["dojox.encoding.tests.encoding"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo._hasResource["dojox.encoding.tests.encoding"] = true;
www.eeworm.com/read/258893/4350588
cpp encoding.cpp
/*
* Functions to encode and decode using BASE64 or Quoted-Printable
* Also a transfer-encoding header line parser
*
* Filename: encoding.cpp
*
* Last Edited: Friday, August 30, 1996
www.eeworm.com/read/258893/4350595
h encoding.h
/*
* Functions to encode and decode using BASE64 or Quoted-Printable
* Also a transfer-encoding header line parser
*
* Filename: encoding.h
*
* Last Edited: September 24, 1996
*
*
www.eeworm.com/read/258893/4351010
cpp encoding.cpp
/*
* Functions to encode and decode using BASE64 or Quoted-Printable
* Also a transfer-encoding header line parser
*
* Filename: encoding.cpp
*
* Last Edited: Friday, August 30, 1996