代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/194543/5129967

java securitytools.java

package com.eline.vod.utils; import java.security.MessageDigest; public class SecurityTools { public SecurityTools() { } public static String MD5Encode(String origin) {
www.eeworm.com/read/193974/5137979

py mimify.py

#! /usr/bin/env python """Mimification and unmimification of mail messages. Decode quoted-printable parts of a mail message or encode using quoted-printable. Usage: mimify(input, output)
www.eeworm.com/read/193974/5137995

py quopri.py

#! /usr/bin/env python """Conversions to/from quoted-printable transport encoding as per RFC 1521.""" # (Dec 1991 version). __all__ = ["encode", "decode", "encodestring", "decodestring"] ESCAPE =
www.eeworm.com/read/193974/5138031

py zlib_codec.py

""" Python 'zlib_codec' Codec - zlib compression encoding Unlike most of the other codecs which target Unicode, this codec will return Python string objects for both encode and decode. W
www.eeworm.com/read/193974/5138066

py uu_codec.py

""" Python 'uu_codec' Codec - UU content transfer encoding Unlike most of the other codecs which target Unicode, this codec will return Python string objects for both encode and decode.
www.eeworm.com/read/175705/5342958

java bernull.java

package org.bouncycastle.asn1; import java.io.IOException; /** * A BER NULL object. */ public class BERNull extends DERNull { public BERNull() { } void encode( DEROutp
www.eeworm.com/read/175066/5350761

java davcoding.java

package com.sslexplorer.vfs.webdav; public class DAVCoding { public static String encode(String data){ return data.replace(' ', '+'); } public static String decode(String data){
www.eeworm.com/read/342639/3230530

js functions.js

function init() { tinyMCEPopup.resizeToInnerSize(); } function insertEmotion(file_name, title) { title = tinyMCE.getLang(title); if (title == null) title = ""; // XML encode title = title.re
www.eeworm.com/read/337546/3333845

h capi.h

/* * CAPI encode/decode prototypes and defines * * Copyright (C) 1996 Universidade de Lisboa * * Written by Pedro Roque Marques (roque@di.fc.ul.pt) * * This software may be used and distribute
www.eeworm.com/read/330522/3422264

java htmlencoder.java

package cn.myapps.util; /** * The html encode utility. */ public class HtmlEncoder { private static final String[] htmlCode = new String[256]; static { for (int i = 0; i