Home
last modified time | relevance | path

Searched refs:found_types (Results 1 – 25 of 43) sorted by relevance

12

/dports/security/py-authlib/Authlib-0.15.5/authlib/oauth1/rfc5849/
H A Dwrapper.py117 found_types = [p[0] for p in oauth_params_set]
120 'but were found in {}'.format(','.join(found_types))
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/test/
H A Dtest_etxrd.py100 found_types = service.matchTypes(types)
101 if found_types == types:
/dports/security/py-python-openid/python-openid-2.2.5/openid/test/
H A Dtest_etxrd.py94 found_types = service.matchTypes(types)
95 if found_types == types:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/oauthlib/oauth1/rfc5849/endpoints/
H A Dbase.py52 found_types = [s[0] for s in signature_types_with_oauth_params]
55 'type but were found in %s', ', '.join(found_types)))
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/oauthlib/oauth1/rfc5849/endpoints/
H A Dbase.py53 found_types = [s[0] for s in signature_types_with_oauth_params]
57 ', '.join(found_types)))
/dports/security/py-oauthlib/oauthlib-1.1.2/oauthlib/oauth1/rfc5849/endpoints/
H A Dbase.py56 found_types = [s[0] for s in signature_types_with_oauth_params]
60 ', '.join(found_types)))
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/oauthlib/oauth1/rfc5849/endpoints/
H A Dbase.py55 found_types = [s[0] for s in signature_types_with_oauth_params]
59 ', '.join(found_types)))
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/datasets/
H A D_openml.py680 found_types = set()
685 found_types.add(np.float64)
687 found_types.add(object)
694 if len(found_types) > 1:
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/lang/
H A Dextract_json_strings.py1191 found_types = set() variable
1203 found_types.add(object_type)
1468 if len(known_types - found_types) != 0:
1470 known_types - found_types))
1471 if len(needs_plural - found_types) != 0:
1473 "objects".format(needs_plural - found_types))
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/lang/
H A Dextract_json_strings.py1191 found_types = set() variable
1203 found_types.add(object_type)
1468 if len(known_types - found_types) != 0:
1470 known_types - found_types))
1471 if len(needs_plural - found_types) != 0:
1473 "objects".format(needs_plural - found_types))
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/open_from_clipboard/
H A Dclipboard_recent_content_ios_unittest.mm159 types, base::BindOnce(^(std::set<ClipboardContentType> found_types) {
161 type_exists = found_types.find(type) != found_types.end();
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.cc191 uint found_types; in collect_cmp_types() local
194 found_types= 0; in collect_cmp_types()
209 if (skip_nulls && !found_types) in collect_cmp_types()
210 found_types= 1U << (uint) left_cmp_type; in collect_cmp_types()
211 return found_types; in collect_cmp_types()
3807 uint *found_types) in detect_unique_handlers() argument
3810 *found_types= 0; in detect_unique_handlers()
4197 all_values_added(&m_comparator, &type_cnt, found_types); in prepare_predicant_and_values()
4210 uint found_types; in fix_length_and_dec() local
4214 if (prepare_predicant_and_values(thd, &found_types)) in fix_length_and_dec()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.cc191 uint found_types; in collect_cmp_types() local
194 found_types= 0; in collect_cmp_types()
209 if (skip_nulls && !found_types) in collect_cmp_types()
210 found_types= 1U << (uint) left_cmp_type; in collect_cmp_types()
211 return found_types; in collect_cmp_types()
3807 uint *found_types) in detect_unique_handlers() argument
3810 *found_types= 0; in detect_unique_handlers()
4197 all_values_added(&m_comparator, &type_cnt, found_types); in prepare_predicant_and_values()
4210 uint found_types; in fix_length_and_dec() local
4214 if (prepare_predicant_and_values(thd, &found_types)) in fix_length_and_dec()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_cmpfunc.cc211 uint found_types; in collect_cmp_types() local
214 found_types= 0; in collect_cmp_types()
223 found_types|= 1U << (uint)item_cmp_type(left_result, in collect_cmp_types()
230 if (skip_nulls && !found_types) in collect_cmp_types()
231 found_types= 1U << (uint)left_result; in collect_cmp_types()
232 return found_types; in collect_cmp_types()
3053 uint found_types= 0; in fix_length_and_dec() local
3110 if (found_types & (1U << STRING_RESULT)) in fix_length_and_dec()
3150 if (found_types & (1U << i) && !cmp_items[i]) in fix_length_and_dec()
3952 uint found_types= 0; in fix_length_and_dec() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.cc169 uint found_types; in collect_cmp_types() local
172 found_types= 0; in collect_cmp_types()
187 if (skip_nulls && !found_types) in collect_cmp_types()
188 found_types= 1U << (uint) left_cmp_type; in collect_cmp_types()
189 return found_types; in collect_cmp_types()
3986 uint *found_types) in detect_unique_handlers() argument
3989 *found_types= 0; in detect_unique_handlers()
4395 all_values_added(&m_comparator, &type_cnt, found_types); in prepare_predicant_and_values()
4408 uint found_types; in fix_length_and_dec() local
4412 if (prepare_predicant_and_values(thd, &found_types)) in fix_length_and_dec()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.cc167 uint found_types; in collect_cmp_types() local
170 found_types= 0; in collect_cmp_types()
185 if (skip_nulls && !found_types) in collect_cmp_types()
186 found_types= 1U << (uint) left_cmp_type; in collect_cmp_types()
187 return found_types; in collect_cmp_types()
3971 uint *found_types) in detect_unique_handlers() argument
3974 *found_types= 0; in detect_unique_handlers()
4371 all_values_added(&m_comparator, &type_cnt, found_types); in prepare_predicant_and_values()
4384 uint found_types; in fix_length_and_dec() local
4388 if (prepare_predicant_and_values(thd, &found_types)) in fix_length_and_dec()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.cc167 uint found_types; in collect_cmp_types() local
170 found_types= 0; in collect_cmp_types()
185 if (skip_nulls && !found_types) in collect_cmp_types()
186 found_types= 1U << (uint) left_cmp_type; in collect_cmp_types()
187 return found_types; in collect_cmp_types()
3971 uint *found_types) in detect_unique_handlers() argument
3974 *found_types= 0; in detect_unique_handlers()
4371 all_values_added(&m_comparator, &type_cnt, found_types); in prepare_predicant_and_values()
4384 uint found_types; in fix_length_and_dec() local
4388 if (prepare_predicant_and_values(thd, &found_types)) in fix_length_and_dec()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.cc169 uint found_types; in collect_cmp_types() local
172 found_types= 0; in collect_cmp_types()
187 if (skip_nulls && !found_types) in collect_cmp_types()
188 found_types= 1U << (uint) left_cmp_type; in collect_cmp_types()
189 return found_types; in collect_cmp_types()
3986 uint *found_types) in detect_unique_handlers() argument
3989 *found_types= 0; in detect_unique_handlers()
4395 all_values_added(&m_comparator, &type_cnt, found_types); in prepare_predicant_and_values()
4408 uint found_types; in fix_length_and_dec() local
4412 if (prepare_predicant_and_values(thd, &found_types)) in fix_length_and_dec()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.cc219 uint found_types; in collect_cmp_types() local
222 found_types= 0; in collect_cmp_types()
231 found_types|= 1U << (uint)item_cmp_type(left_result, in collect_cmp_types()
238 if (skip_nulls && !found_types) in collect_cmp_types()
239 found_types= 1U << (uint)left_result; in collect_cmp_types()
240 return found_types; in collect_cmp_types()
3449 uint found_types= 0; in fix_length_and_dec() local
3533 if (found_types & (1U << STRING_RESULT)) in fix_length_and_dec()
3573 if (found_types & (1U << i) && !cmp_items[i]) in fix_length_and_dec()
4432 uint found_types= 0; in fix_length_and_dec() local
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.cc219 uint found_types; in collect_cmp_types() local
222 found_types= 0; in collect_cmp_types()
231 found_types|= 1U << (uint)item_cmp_type(left_result, in collect_cmp_types()
238 if (skip_nulls && !found_types) in collect_cmp_types()
239 found_types= 1U << (uint)left_result; in collect_cmp_types()
240 return found_types; in collect_cmp_types()
3449 uint found_types= 0; in fix_length_and_dec() local
3533 if (found_types & (1U << STRING_RESULT)) in fix_length_and_dec()
3573 if (found_types & (1U << i) && !cmp_items[i]) in fix_length_and_dec()
4432 uint found_types= 0; in fix_length_and_dec() local
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_cmpfunc.cc219 uint found_types; in collect_cmp_types() local
222 found_types= 0; in collect_cmp_types()
231 found_types|= 1U << (uint)item_cmp_type(left_result, in collect_cmp_types()
238 if (skip_nulls && !found_types) in collect_cmp_types()
239 found_types= 1U << (uint)left_result; in collect_cmp_types()
240 return found_types; in collect_cmp_types()
3449 uint found_types= 0; in fix_length_and_dec() local
3533 if (found_types & (1U << STRING_RESULT)) in fix_length_and_dec()
3573 if (found_types & (1U << i) && !cmp_items[i]) in fix_length_and_dec()
4432 uint found_types= 0; in fix_length_and_dec() local
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.cc219 uint found_types; in collect_cmp_types() local
222 found_types= 0; in collect_cmp_types()
231 found_types|= 1U << (uint)item_cmp_type(left_result, in collect_cmp_types()
238 if (skip_nulls && !found_types) in collect_cmp_types()
239 found_types= 1U << (uint)left_result; in collect_cmp_types()
240 return found_types; in collect_cmp_types()
3449 uint found_types= 0; in fix_length_and_dec() local
3533 if (found_types & (1U << STRING_RESULT)) in fix_length_and_dec()
3573 if (found_types & (1U << i) && !cmp_items[i]) in fix_length_and_dec()
4432 uint found_types= 0; in fix_length_and_dec() local
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_cmpfunc.cc219 uint found_types; in collect_cmp_types() local
222 found_types= 0; in collect_cmp_types()
231 found_types|= 1U << (uint)item_cmp_type(left_result, in collect_cmp_types()
238 if (skip_nulls && !found_types) in collect_cmp_types()
239 found_types= 1U << (uint)left_result; in collect_cmp_types()
240 return found_types; in collect_cmp_types()
3449 uint found_types= 0; in fix_length_and_dec() local
3533 if (found_types & (1U << STRING_RESULT)) in fix_length_and_dec()
3573 if (found_types & (1U << i) && !cmp_items[i]) in fix_length_and_dec()
4432 uint found_types= 0; in fix_length_and_dec() local
[all …]
/dports/net/gssdp/gssdp-1.4.0.1/subprojects/gi-docgen/gidocgen/gir/
H A Dparser.py147 found_types = self._seen_types.get(fqtn)
148 if found_types is not None:
150 for t in found_types:
155 found_types.append(t)
159 return found_types[0]
/dports/devel/devhelp/devhelp-41.2/subprojects/gi-docgen/gidocgen/gir/
H A Dparser.py147 found_types = self._seen_types.get(fqtn)
148 if found_types is not None:
150 for t in found_types:
155 found_types.append(t)
159 return found_types[0]

12