代码搜索:Encoding
找到约 10,000 项符合「Encoding」的源代码
代码结果 10,000
www.eeworm.com/read/333376/3387494
c encoding.c
/*
* encoding.c - get DNS/Local encodings
*
* Software\JPNIC\IDN\Where
* \LogFile
* \LogLevel
* \InstallDir
* \PerProg\\Where
www.eeworm.com/read/332387/3398919
js encoding.js
/**
* @Constructor
* @desc 配置文件
* @class 什么也不返回
*/
function Test(conf) {
// do something;
}
www.eeworm.com/read/331737/3405188
cls encoding.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/327811/3453040
java encoding.java
/**
* JWAP - A Java Implementation of the WAP Protocols
* Copyright (C) 2001-2004 Niko Bender
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/327811/3453085
content-encoding
# Content-Encoding
128=Gzip
129=Compress
130=Deflate
131=*
www.eeworm.com/read/321483/3535328
t encoding.t
#!./perl -w
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
no warnings; # Need global -w flag for later tests, but don't want this
# to warn here:
push @INC, "::lib:$MacPerl::Archi
www.eeworm.com/read/321483/3535332
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/321483/3535334
xs encoding.xs
/*
* $Id: encoding.xs,v 0.3 2002/04/21 22:14:41 dankogai Exp $
*/
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#define U8 U8
#define OUR_DEFAULT_FB "Encode::
www.eeworm.com/read/321483/3535352
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/321483/3535400
t encoding.t
BEGIN {
require Config; import Config;
if ($Config{'extensions'} !~ /\bEncode\b/) {
print "1..0 # Skip: Encode was not built\n";
exit 0;
}
unless (find PerlIO::Layer 'perli