Home
last modified time | relevance | path

Searched refs:guessed_type (Results 1 – 25 of 93) sorted by relevance

1234

/dports/mail/libetpan/libetpan-1.9.4/src/low-level/mime/
H A Dmailmime_disposition.c291 int guessed_type; in mailmime_disposition_parm_parse() local
310 guessed_type = mailmime_disposition_guess_type(message, length, cur_token); in mailmime_disposition_parm_parse()
314 switch (guessed_type) { in mailmime_disposition_parm_parse()
319 type = guessed_type; in mailmime_disposition_parm_parse()
333 type = guessed_type; in mailmime_disposition_parm_parse()
347 type = guessed_type; in mailmime_disposition_parm_parse()
361 type = guessed_type; in mailmime_disposition_parm_parse()
375 type = guessed_type; in mailmime_disposition_parm_parse()
390 type = guessed_type; in mailmime_disposition_parm_parse()
/dports/www/py-frozen-flask/Frozen-Flask-0.11/flask_frozen/
H A D__init__.py273 guessed_type, guessed_encoding = mimetypes.guess_type(basename)
274 if not guessed_type:
276 guessed_type = self.app.config['FREEZER_DEFAULT_MIMETYPE']
278 if not guessed_type == response.mimetype:
281 'Type: %s' % (basename, guessed_type, response.content_type),
342 guessed_type, guessed_encoding = mimetypes.guess_type(filename)
343 if not guessed_type:
344 guessed_type = self.app.config['FREEZER_DEFAULT_MIMETYPE']
346 return send_from_directory(root, filename, mimetype=guessed_type)
/dports/net/py-aiocoap/aiocoap-0.4.3/aiocoap/cli/
H A Dfileserver.py144 guessed_type, _ = mimetypes.guess_type(str(path))
150 content_format=aiocoap.numbers.media_types_rev.get(guessed_type,
151 0 if guessed_type is not None and guessed_type.startswith('text/') else 42),
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password);
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT)
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c120 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
123 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c117 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
120 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c117 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
120 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c117 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
120 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c117 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
120 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/libpq/
H A Dcrypt.c117 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
120 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c117 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
120 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c117 PasswordType guessed_type = get_password_type(password); in encrypt_password() local
120 if (guessed_type != PASSWORD_TYPE_PLAINTEXT) in encrypt_password()

1234