Home
last modified time | relevance | path

Searched refs:effective_type (Results 1 – 25 of 91) sorted by relevance

1234

/dports/www/netsurf/netsurf-3.10/test/
H A Dmimesniff.c104 lwc_string *effective_type; in START_TEST() local
112 &effective_type); in START_TEST()
121 &effective_type); in START_TEST()
223 lwc_string *effective_type; in START_TEST() local
248 lwc_string *effective_type; in START_TEST() local
273 lwc_string *effective_type; in START_TEST() local
298 lwc_string *effective_type; in START_TEST() local
323 lwc_string *effective_type; in START_TEST() local
348 lwc_string *effective_type; in START_TEST() local
373 lwc_string *effective_type; in START_TEST() local
[all …]
/dports/www/netsurf/netsurf-3.10/content/
H A Dmimesniff.c62 lwc_string **effective_type) in mimesniff__match_mp4() argument
125 lwc_string **effective_type) in mimesniff__match_unknown_ws() argument
198 lwc_string **effective_type) in mimesniff__match_unknown_bom() argument
221 lwc_string **effective_type) in mimesniff__match_unknown_riff() argument
308 lwc_string **effective_type) in mimesniff__compute_unknown() argument
507 *effective_type = in mimesniff__compute_feed_or_html()
511 *effective_type = in mimesniff__compute_feed_or_html()
614 data, len, effective_type); in mimesniff_compute_effective_type()
627 effective_type); in mimesniff_compute_effective_type()
676 data, len, effective_type); in mimesniff_compute_effective_type()
[all …]
H A Dhlcache.c225 lwc_string *effective_type) in hlcache_find_content() argument
270 effective_type); in hlcache_find_content()
348 lwc_string *effective_type) in hlcache_migrate_ctx() argument
355 if ((effective_type != NULL) && in hlcache_migrate_ctx()
433 lwc_string *effective_type = NULL; in hlcache_llcache_callback() local
454 &effective_type); in hlcache_llcache_callback()
461 if (effective_type != NULL) in hlcache_llcache_callback()
462 lwc_string_unref(effective_type); in hlcache_llcache_callback()
478 &effective_type); in hlcache_llcache_callback()
485 lwc_string_unref(effective_type); in hlcache_llcache_callback()
[all …]
H A Dcontent_factory.c171 lwc_string *effective_type) in content_factory_create_content() argument
179 handler = content_lookup(effective_type); in content_factory_create_content()
193 error = handler->create(handler, effective_type, in content_factory_create_content()
/dports/mail/p5-Mail-DeliveryStatus-BounceParser/Mail-DeliveryStatus-BounceParser-1.543/lib/Mail/DeliveryStatus/
H A DBounceParser.pm144 . (defined($message->effective_type) ? $message->effective_type : "undef")
161 . $message->effective_type
276 if ($message->effective_type eq "text/plain"
289 if ($message->effective_type eq "text/plain"
307 if $message->effective_type eq "text/plain";
310 if $message->effective_type =~ /multipart/
329 if ($message->effective_type =~ /multipart/) {
383 if ($message->effective_type eq "multipart/report") {
571 } elsif ($message->effective_type =~ /multipart/) {
584 } elsif ($message->effective_type =~ m{text/plain}) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/netinfo/testing/
H A Dinternals_net_info.cc21 const String& effective_type, in setNetworkConnectionInfoOverride() argument
54 if (effective_type == "offline") { in setNetworkConnectionInfoOverride()
56 } else if (effective_type == "slow-2g") { in setNetworkConnectionInfoOverride()
58 } else if (effective_type == "2g") { in setNetworkConnectionInfoOverride()
60 } else if (effective_type == "3g") { in setNetworkConnectionInfoOverride()
62 } else if (effective_type == "4g") { in setNetworkConnectionInfoOverride()
64 } else if (effective_type != "unknown") { in setNetworkConnectionInfoOverride()
68 effective_type)); in setNetworkConnectionInfoOverride()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/netinfo/testing/
H A Dinternals_net_info.cc21 const String& effective_type, in setNetworkConnectionInfoOverride() argument
54 if (effective_type == "offline") { in setNetworkConnectionInfoOverride()
56 } else if (effective_type == "slow-2g") { in setNetworkConnectionInfoOverride()
58 } else if (effective_type == "2g") { in setNetworkConnectionInfoOverride()
60 } else if (effective_type == "3g") { in setNetworkConnectionInfoOverride()
62 } else if (effective_type == "4g") { in setNetworkConnectionInfoOverride()
64 } else if (effective_type != "unknown") { in setNetworkConnectionInfoOverride()
68 effective_type)); in setNetworkConnectionInfoOverride()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/network/
H A Dnetwork_state_notifier.cc86 after.effective_type != before_.effective_type || in ~ScopedNotifier()
147 state_.effective_type = type; in SetNetworkQuality()
222 if (!effective_type && http_rtt_msec > 0) { in SetNetworkConnectionInfoOverride()
232 effective_type = WebEffectiveConnectionType::kType2G; in SetNetworkConnectionInfoOverride()
235 effective_type = WebEffectiveConnectionType::kType3G; in SetNetworkConnectionInfoOverride()
237 effective_type = WebEffectiveConnectionType::kType4G; in SetNetworkConnectionInfoOverride()
240 override_.effective_type = effective_type in SetNetworkConnectionInfoOverride()
241 ? effective_type.value() in SetNetworkConnectionInfoOverride()
517 WebEffectiveConnectionType* effective_type, in GetMetricsWithWebHoldback() argument
530 *effective_type = override_ect.value(); in GetMetricsWithWebHoldback()
[all …]
H A Dnetwork_state_notifier.h59 WebEffectiveConnectionType effective_type = member
134 return state.effective_type; in EffectiveType()
236 base::Optional<WebEffectiveConnectionType> effective_type,
296 WebEffectiveConnectionType* effective_type,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/network/
H A Dnetwork_state_notifier.cc85 after.effective_type != before_.effective_type || in ~ScopedNotifier()
146 state_.effective_type = type; in SetNetworkQuality()
221 if (!effective_type && http_rtt_msec > 0) { in SetNetworkConnectionInfoOverride()
231 effective_type = WebEffectiveConnectionType::kType2G; in SetNetworkConnectionInfoOverride()
234 effective_type = WebEffectiveConnectionType::kType3G; in SetNetworkConnectionInfoOverride()
236 effective_type = WebEffectiveConnectionType::kType4G; in SetNetworkConnectionInfoOverride()
239 override_.effective_type = effective_type in SetNetworkConnectionInfoOverride()
240 ? effective_type.value() in SetNetworkConnectionInfoOverride()
520 WebEffectiveConnectionType* effective_type, in GetMetricsWithWebHoldback() argument
533 *effective_type = override_ect.value(); in GetMetricsWithWebHoldback()
[all …]
H A Dnetwork_state_notifier.h59 WebEffectiveConnectionType effective_type = member
134 return state.effective_type; in EffectiveType()
236 base::Optional<WebEffectiveConnectionType> effective_type,
296 WebEffectiveConnectionType* effective_type,
/dports/devel/py-oslo.db/oslo.db-11.1.0/oslo_db/sqlalchemy/
H A Dndb.py102 effective_type = element.adapt(
104 return compiler.visit_string(effective_type, **kw)
106 effective_type = to_instance(element.mysql_ndb_type)
107 return compiler.process(effective_type, **kw)
/dports/lang/asn1c/asn1c-0.9.27/libasn1fix/
H A Dasn1fix_constraint.c136 …rg, asn1p_constraint_t *ct, asn1p_expr_type_e etype, enum asn1p_constraint_type_e effective_type) { in asn1constraint_resolve() argument
150 if(effective_type && effective_type != ct->type) { in asn1constraint_resolve()
155 asn1p_constraint_type2str(effective_type) in asn1constraint_resolve()
158 effective_type = ct->type; in asn1constraint_resolve()
168 real_constraint_type = effective_type ? effective_type : ct->type; in asn1constraint_resolve()
223 etype, effective_type); in asn1constraint_resolve()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/csp/
H A Dcsp_directive_list.cc179 const ContentSecurityPolicy::DirectiveType effective_type, in ReportViolation() argument
203 const ContentSecurityPolicy::DirectiveType effective_type, in ReportViolationWithFrame() argument
221 const ContentSecurityPolicy::DirectiveType effective_type, in ReportViolationWithLocation() argument
245 const ContentSecurityPolicy::DirectiveType effective_type, in ReportEvalViolation() argument
456 ContentSecurityPolicy::DirectiveType effective_type) const { in CheckInlineAndReportViolation()
479 directive->GetText(), effective_type, in CheckInlineAndReportViolation()
495 const ContentSecurityPolicy::DirectiveType effective_type, in CheckSourceAndReportViolation() argument
534 else if (ContentSecurityPolicy::IsScriptDirective(effective_type)) in CheckSourceAndReportViolation()
536 else if (ContentSecurityPolicy::IsStyleDirective(effective_type)) in CheckSourceAndReportViolation()
549 ContentSecurityPolicy::GetDirectiveName(effective_type); in CheckSourceAndReportViolation()
[all …]
H A Dcontent_security_policy.cc925 const ContentSecurityPolicy::DirectiveType& effective_type) { in StripURLForUseInReport() argument
954 const ContentSecurityPolicy::DirectiveType& effective_type, in GatherSecurityPolicyViolationEventData() argument
992 RedirectStatus::kNoRedirect, effective_type)); in GatherSecurityPolicyViolationEventData()
1004 ContentSecurityPolicy::GetDirectiveName(effective_type); in GatherSecurityPolicyViolationEventData()
1084 const DirectiveType& effective_type, in ReportViolation() argument
1104 DCHECK(effective_type == DirectiveType::kChildSrc || in ReportViolation()
1105 effective_type == DirectiveType::kFrameSrc || in ReportViolation()
1106 effective_type == DirectiveType::kPluginTypes || in ReportViolation()
1107 effective_type == DirectiveType::kTrustedTypes || in ReportViolation()
1108 effective_type == DirectiveType::kRequireTrustedTypesFor); in ReportViolation()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/csp/
H A Dcsp_directive_list.cc185 const ContentSecurityPolicy::DirectiveType effective_type, in ReportViolation() argument
209 const ContentSecurityPolicy::DirectiveType effective_type, in ReportViolationWithFrame() argument
227 const ContentSecurityPolicy::DirectiveType effective_type, in ReportViolationWithLocation() argument
251 const ContentSecurityPolicy::DirectiveType effective_type, in ReportEvalViolation() argument
555 ContentSecurityPolicy::DirectiveType effective_type) const { in CheckInlineAndReportViolation()
578 directive->GetText(), effective_type, in CheckInlineAndReportViolation()
594 const ContentSecurityPolicy::DirectiveType effective_type, in CheckSourceAndReportViolation() argument
633 else if (ContentSecurityPolicy::IsScriptDirective(effective_type)) in CheckSourceAndReportViolation()
635 else if (ContentSecurityPolicy::IsStyleDirective(effective_type)) in CheckSourceAndReportViolation()
647 ContentSecurityPolicy::GetDirectiveName(effective_type); in CheckSourceAndReportViolation()
[all …]
H A Dcontent_security_policy.cc966 const ContentSecurityPolicy::DirectiveType& effective_type) { in StripURLForUseInReport() argument
995 const ContentSecurityPolicy::DirectiveType& effective_type, in GatherSecurityPolicyViolationEventData() argument
1033 RedirectStatus::kNoRedirect, effective_type)); in GatherSecurityPolicyViolationEventData()
1045 ContentSecurityPolicy::GetDirectiveName(effective_type); in GatherSecurityPolicyViolationEventData()
1092 redirect_status, effective_type); in GatherSecurityPolicyViolationEventData()
1124 const DirectiveType& effective_type, in ReportViolation() argument
1144 DCHECK(effective_type == DirectiveType::kChildSrc || in ReportViolation()
1145 effective_type == DirectiveType::kFrameSrc || in ReportViolation()
1146 effective_type == DirectiveType::kPluginTypes || in ReportViolation()
1147 effective_type == DirectiveType::kTrustedTypes || in ReportViolation()
[all …]
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/
H A DMessage.pm1458 my $eff_type = $entity->effective_type || 'text/plain';
1709 my $eff_type = $entity->effective_type || 'text/plain';
2162 my $parent_eff_type = $entity->effective_type();
2230 if ($entity->effective_type =~ m{\Atext}
2252 my $ct = $entity->effective_type || 'text/plain';
2371 my $eff_type = $entity->effective_type;
2950 if ( $topent->effective_type =~ /^text\/plain$/i
2953 } elsif ($topent->effective_type =~ /^text\/html$/i) {
2973 if ( $subent->effective_type =~ /^text\/plain$/i
3204 if ($subent->effective_type =~ /^text\/plain$/i) {
[all …]
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/
H A Dpanel-background.c49 PanelBackgroundType effective_type; in panel_background_apply_css() local
52 effective_type = panel_background_effective_type (background); in panel_background_apply_css()
54 switch (effective_type) { in panel_background_apply_css()
89 PanelBackgroundType effective_type; in panel_background_prepare() local
95 effective_type = panel_background_effective_type (background); in panel_background_prepare()
97 switch (effective_type) { in panel_background_prepare()
784 PanelBackgroundType effective_type; in panel_background_make_string() local
789 effective_type = panel_background_effective_type (background); in panel_background_make_string()
791 if (effective_type == PANEL_BACK_IMAGE) { in panel_background_make_string()
804 } else if (effective_type == PANEL_BACK_COLOR) { in panel_background_make_string()
/dports/net/p5-OurNet-BBS/OurNet-BBS-1.66/script/
H A Dbbsboard288 if ($chunk->effective_type eq 'text/plain' or
289 $chunk->effective_type eq 'message/rfc822') {
293 elsif ($chunk->effective_type eq 'application/pgp-signature') {
296 elsif ($chunk->effective_type eq 'text/html'
/dports/mail/p5-Mail-GnuPG/Mail-GnuPG-0.23/lib/Mail/
H A DGnuPG.pm138 if ($message->effective_type =~ m!multipart/encrypted!) {
142 unless $message->parts(0)->effective_type =~
250 if ($message->effective_type =~ m!multipart/encrypted!) {
254 unless $message->parts(0)->effective_type =~
383 if ($message->effective_type =~ m!multipart/signed!) {
387 unless $message->parts(1)->effective_type =~
976 if (($entity->effective_type =~ m!multipart/signed!)
985 if (($entity->effective_type =~ m!multipart/encrypted!)
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_matrix_multiply.pro47 effective_type=SIZE(matrice,/type)
48 if ((effective_type EQ 6) OR (effective_type EQ 9)) then trans_matrice=CONJ(trans_matrice)
70 print, 'effective type : ', effective_type
/dports/devel/py-graphql-core2/graphql-core-2.2.1/graphql/validation/rules/
H A Dvariables_in_allowed_position.py58 schema, self.effective_type(var_type, var_def), type
79 def effective_type(var_type, var_def): member in VariablesInAllowedPosition
/dports/security/py-passlib/passlib-1.7.4/passlib/tests/
H A Dtest_handlers_argon2.py347 def effective_type(cls): function
361 self.assertEqual(effective_type(subcls), alt_type)
362 self.assertEqual(effective_type(handler), orig_type)
373 self.assertEqual(effective_type(handler.using(type="I")), "i")
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/netinfo/
H A Dnetwork_information.cc157 WebEffectiveConnectionType effective_type, in ConnectionChange() argument
174 network_quality_estimate_changed = effective_type_ != effective_type || in ConnectionChange()
201 effective_type_ = effective_type; in ConnectionChange()

1234