代码搜索:codecs
找到约 897 项符合「codecs」的源代码
代码结果 897
www.eeworm.com/read/313142/3646191
svn-base plugincodecs.h.svn-base
#include "../../../src/plugins/codecs/cn/qgb18030codec.h"
www.eeworm.com/read/313142/3646194
h plugincodecs.h
#include "../../../src/plugins/codecs/cn/qgb18030codec.h"
www.eeworm.com/read/456693/1604443
py ascii.py
""" Python 'ascii' Codec
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""
import codecs
### Codec APIs
class Codec(codecs.Co
www.eeworm.com/read/239567/4598184
py ascii.py
""" Python 'ascii' Codec
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""
import codecs
### Codec APIs
class Codec(codecs.Co
www.eeworm.com/read/193974/5138076
py ascii.py
""" Python 'ascii' Codec
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""
import codecs
### Codec APIs
class Codec(codecs.Codec):
#
www.eeworm.com/read/456693/1604434
py latin_1.py
""" Python 'latin-1' Codec
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""
import codecs
### Codec APIs
class Codec(codecs.
www.eeworm.com/read/239567/4598149
py latin_1.py
""" Python 'latin-1' Codec
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""
import codecs
### Codec APIs
class Codec(codecs.
www.eeworm.com/read/136821/5850716
makefile
#############################################################################
# Automatically generated from plugins/codecs/wavrecord/Makefile.in
# Build options from
################################
www.eeworm.com/read/136821/5850724
makefile
#############################################################################
# Automatically generated from plugins/codecs/wavplugin/Makefile.in
# Build options from
################################
www.eeworm.com/read/456693/1604448
py utf_8.py
""" Python 'utf-8' Codec
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""
import codecs
### Codec APIs
class Codec(codecs.Co