Home
last modified time | relevance | path

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

/dports/security/gpgme-cpp/gpgme-1.15.1/lang/python/src/
H A Dutil.py43 def percent_escape(s): function
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/python/src/
H A Dutil.py43 def percent_escape(s): function
/dports/security/gpgme/gpgme-1.15.1/lang/python/src/
H A Dutil.py43 def percent_escape(s): function
/dports/security/py-gpgme/gpgme-1.15.1/lang/python/src/
H A Dutil.py43 def percent_escape(s): function
/dports/security/gpa/gpa-0.10.0/src/
H A Dutils.c260 percent_escape (const char *string, const char *delimiters, int space2plus) in percent_escape() function
/dports/textproc/rxp/rxp-1.4.4/
H A Dcatutil.c260 int percent_escape(int c, char *buf) in percent_escape() function
/dports/textproc/ltxml/ltxml-1.2.9/RXP/catalog/
H A Dcatutil.c274 int percent_escape(int c, char *buf) in percent_escape() function
/dports/security/dirmngr/dirmngr-1.1.0/jnlib/
H A Dstringhelp.c838 percent_escape (const char *str, const char *extra) in percent_escape() function
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dstringhelp.c1158 percent_escape (const char *str, const char *extra) in percent_escape() function
/dports/graphics/py-wand/Wand-0.6.7/wand/
H A Dimage.py6832 def percent_escape(self, string_format): member in BaseImage