Home
last modified time | relevance | path

Searched defs:decodeQuotedPrintable (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Mime/
H A DDecode.php271 public static function decodeQuotedPrintable($string) function in Zend_Mime_Decode
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Mime/
H A DDecode.php215 public static function decodeQuotedPrintable($string) function in Zend\\Mime\\Decode
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-mime/src/
H A DDecode.php223 public static function decodeQuotedPrintable($string) function in Zend\\Mime\\Decode
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-mime/src/
H A DDecode.php224 public static function decodeQuotedPrintable($string) function in Laminas\\Mime\\Decode
/dports/converters/fix-mime-charset/fix-mime-charset-0.5.3/src/
H A Ddecoder.cc32 string decodeQuotedPrintable(const string &s) in decodeQuotedPrintable() function
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/org/mozilla/apache/commons/codec/net/
H A DQuotedPrintableCodec.java178 public static final byte[] decodeQuotedPrintable(byte[] bytes) throws DecoderException { in decodeQuotedPrintable() method in QuotedPrintableCodec
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/org/mozilla/apache/commons/codec/net/
H A DQuotedPrintableCodec.java178 public static final byte[] decodeQuotedPrintable(byte[] bytes) throws DecoderException { in decodeQuotedPrintable() method in QuotedPrintableCodec
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dshow_packet_bytes_dialog.cpp478 QByteArray ShowPacketBytesDialog::decodeQuotedPrintable(const guint8 *bytes, int length) function in ShowPacketBytesDialog
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dshow_packet_bytes_dialog.cpp478 QByteArray ShowPacketBytesDialog::decodeQuotedPrintable(const guint8 *bytes, int length) function in ShowPacketBytesDialog
/dports/devel/fossil/fossil-src-2.17/src/
H A Dencode.c708 void decodeQuotedPrintable(char *z, int *pnByte){ in decodeQuotedPrintable() function