Home
last modified time | relevance | path

Searched refs:escfunc (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/
H A Dhttpexceptions.py198 def make_body(self, environ, template, escfunc, comment_escfunc=None): argument
199 comment_escfunc = comment_escfunc or escfunc
200 args = {'explanation': escfunc(self.explanation),
201 'detail': escfunc(self.detail),
205 args[k] = escfunc(v)
208 args[k.lower()] = escfunc(v)
/dports/www/py-paste/Paste-3.4.6/paste/
H A Dhttpexceptions.py198 def make_body(self, environ, template, escfunc, comment_escfunc=None): argument
199 comment_escfunc = comment_escfunc or escfunc
200 args = {'explanation': escfunc(self.explanation),
201 'detail': escfunc(self.detail),
205 args[k] = escfunc(v)
208 args[k.lower()] = escfunc(v)
/dports/mail/mailutils/mailutils-3.13/mail/
H A Dmail.h133 int (*escfunc) (int, char **, compose_env_t *); member
H A Dsend.c1353 (*entry->escfunc) (ws.ws_wordc, ws.ws_wordv, env); in mail_compose_send()
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-emf.c4756 int rid = 0, escfunc; in go_emf_parse() local
4859 escfunc = GSF_LE_GET_GINT16 (data); in go_emf_parse()
4860 …ion is %04x -- %s. Size: %d bytes.\n", escfunc, (char*) g_hash_table_lookup (escrecords, GINT_TO_P… in go_emf_parse()
4861 if (0xf == escfunc) in go_emf_parse()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Desc.go491 e.escfunc(n)
543 func (e *EscState) escfunc(fn *Node) { func
/dports/mail/mailutils/mailutils-3.13/doc/
H A DChangeLog.CVS18607 int (*escfunc) __P ((int, char **, struct send_environ *));
18618 * mail/send.c: Typecast when necessary. Use the second (escfunc)
/dports/mail/mailutils/mailutils-3.13/
H A DChangeLog44837 int (*escfunc) __P ((int, char **, struct send_environ *));
44848 * mail/send.c: Typecast when necessary. Use the second (escfunc)