Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 25 of 8211) sorted by relevance

12345678910>>...329

/dports/mail/gmime30/gmime-3.2.7/gmime/
H A Dgmime-content-type.c105 content_type->changed = g_mime_event_new ((GObject *) content_type); in g_mime_content_type_init()
108 content_type->type = NULL; in g_mime_content_type_init()
121 g_free (content_type->type); in g_mime_content_type_finalize()
172 content_type->type, content_type->subtype)); in g_mime_content_type_new()
175 return content_type; in g_mime_content_type_new()
211 content_type->type = type; in _g_mime_content_type_parse()
224 return content_type; in _g_mime_content_type_parse()
247 content_type->subtype ? content_type->subtype : "plain"); in g_mime_content_type_get_mime_type()
276 g_string_append (str, content_type->type ? content_type->type : "text"); in g_mime_content_type_encode()
278 g_string_append (str, content_type->subtype ? content_type->subtype : "plain"); in g_mime_content_type_encode()
[all …]
/dports/net/libosip2/libosip2-5.3.0/src/osipparser2/
H A Dosip_content_type.c30 if (*content_type == NULL) in osip_content_type_init()
33 (*content_type)->type = NULL; in osip_content_type_init()
34 (*content_type)->subtype = NULL; in osip_content_type_init()
48 if (sip->content_type != NULL) in osip_message_set_content_type()
64 sip->content_type = NULL; in osip_message_set_content_type()
76 return sip->content_type; in osip_message_get_content_type()
151 if ((content_type == NULL) || (content_type->type == NULL) || (content_type->subtype == NULL)) in osip_content_type_to_str()
165 sprintf(tmp, "%s/%s", content_type->type, content_type->subtype); in osip_content_type_to_str()
200 if (content_type == NULL) in osip_content_type_free()
208 content_type->type = NULL; in osip_content_type_free()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/renderer_context_menu/
H A Dcontext_menu_content_type_unittest.cc71 EXPECT_TRUE(content_type->SupportsGroup( in TEST_F()
73 EXPECT_TRUE(content_type->SupportsGroup( in TEST_F()
75 EXPECT_FALSE(content_type->SupportsGroup( in TEST_F()
83 EXPECT_FALSE(content_type->SupportsGroup( in TEST_F()
85 EXPECT_TRUE(content_type->SupportsGroup( in TEST_F()
89 EXPECT_TRUE(content_type->SupportsGroup( in TEST_F()
101 EXPECT_TRUE(content_type->SupportsGroup( in TEST_F()
109 EXPECT_TRUE(content_type->SupportsGroup( in TEST_F()
111 EXPECT_TRUE(content_type->SupportsGroup( in TEST_F()
113 EXPECT_TRUE(content_type->SupportsGroup( in TEST_F()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/test/python/testtools/
H A Dcontent.py56 if None in (content_type, get_bytes):
58 content_type, get_bytes))
59 self.content_type = content_type
63 return (self.content_type == other.content_type and
155 if content_type is None:
156 content_type = UTF8_TEXT
184 if content_type is None:
185 content_type = UTF8_TEXT
199 if content_type is None:
200 content_type = UTF8_TEXT
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/test/python/testtools/
H A Dcontent.py56 if None in (content_type, get_bytes):
58 content_type, get_bytes))
59 self.content_type = content_type
63 return (self.content_type == other.content_type and
155 if content_type is None:
156 content_type = UTF8_TEXT
184 if content_type is None:
185 content_type = UTF8_TEXT
199 if content_type is None:
200 content_type = UTF8_TEXT
[all …]
/dports/graphics/zathura/zathura-0.4.5/zathura/
H A Dcontent-type.c108 return content_type; in guess_type_magic()
163 return content_type; in guess_type_file()
177 return content_type; in guess_type_glib()
190 g_free(content_type); in guess_type_glib()
191 content_type = NULL; in guess_type_glib()
212 return content_type; in guess_type_glib()
215 g_free(content_type); in guess_type_glib()
234 return content_type; in zathura_content_type_guess()
237 g_free(content_type); in zathura_content_type_guess()
245 return content_type; in zathura_content_type_guess()
[all …]
/dports/www/p5-Catalyst-Action-REST/Catalyst-Action-REST-1.21/lib/Catalyst/Action/
H A DSerializeBase.pm100 if not $content_type;
103 if ($content_type eq 'text/x-json') {
108 if ( exists( $map->{$content_type} ) ) {
114 $mc = $map->{$content_type};
146 if ($content_type) {
152 $c->response->content_type($content_type);
155 return $sclass, $sarg, $content_type;
159 my ( $self, $c, $content_type ) = @_;
160 $c->res->content_type('text/plain');
162 if (defined($content_type) && $content_type ne "") {
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/scripts/ZoneMinder/lib/ZoneMinder/Control/
H A Donvif.pm165 my $content_type = shift;
178 $req->header('content-type' => $content_type);
291 $self->sendCmd($cmd, $msg_body, $content_type);
307 $self->sendCmd($cmd, $msg_body, $content_type);
331 $self->sendCmd($cmd, $msg_body, $content_type);
354 $self->sendCmd($cmd, $msg_body, $content_type);
401 $self->sendCmd($cmd, $msg_body, $content_type);
413 $self->sendCmd($cmd, $msg_body, $content_type);
424 $self->sendCmd($cmd, $msg_body, $content_type);
597 my $content_type = '';
[all …]
H A DNetcat.pm142 my $content_type = shift;
220 $self->sendCmd($cmd, $msg, $content_type);
238 $self->sendCmd($cmd, $msg, $content_type);
260 $self->sendCmd($cmd, $msg, $content_type);
274 $self->sendCmd($cmd, $msg, $content_type);
285 $self->sendCmd($cmd, $msg, $content_type);
296 $self->sendCmd($cmd, $msg, $content_type);
307 $self->sendCmd($cmd, $msg, $content_type);
318 $self->sendCmd($cmd, $msg, $content_type);
422 my $content_type = '';
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/database/
H A Dotrs-initial_insert.oracle.sql1687 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1702 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1717 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1732 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1744 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1756 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1768 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1781 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1793 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1805 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
[all …]
H A Dotrs-initial_insert.postgresql.sql1686 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1701 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1716 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1731 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1743 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1755 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1767 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1780 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1792 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
1804 INSERT INTO notification_event_message (notification_id, content_type, language, subject, text)
[all …]
/dports/graphics/gegl/gegl-0.4.34/gegl/operation/
H A Dgegl-operation-handlers.c36 if (g_str_has_prefix (content_type, ".")) in gegl_operation_handlers_register_util()
37 type = g_utf8_casefold (content_type, -1); in gegl_operation_handlers_register_util()
38 else if (g_str_has_prefix (content_type, "image/")) in gegl_operation_handlers_register_util()
39 type = g_strdup (content_type); in gegl_operation_handlers_register_util()
81 if (g_str_has_prefix (content_type, ".")) in gegl_operation_handlers_get_util()
82 type = g_utf8_casefold (content_type, -1); in gegl_operation_handlers_get_util()
83 else if (g_str_has_prefix (content_type, "image/")) in gegl_operation_handlers_get_util()
84 type = g_strdup (content_type); in gegl_operation_handlers_get_util()
96 handler_type, content_type, fallback); in gegl_operation_handlers_get_util()
105 content_type, in gegl_operation_handlers_get_loader()
[all …]
/dports/devel/py-testtools/testtools-2.5.0/testtools/
H A Dcontent.py64 if None in (content_type, get_bytes):
66 content_type, get_bytes))
67 self.content_type = content_type
71 return (self.content_type == other.content_type and
273 if content_type is None:
274 content_type = UTF8_TEXT
303 if content_type is None:
304 content_type = UTF8_TEXT
318 if content_type is None:
319 content_type = UTF8_TEXT
[all …]
/dports/www/seahub/seahub-8.0.7-server/seahub/views/
H A Dajax.py85 status=403, content_type=content_type)
94 status=404, content_type=content_type)
102 status=404, content_type=content_type)
121 status=403, content_type=content_type)
142 status=400, content_type=content_type)
152 status=404, content_type=content_type)
163 status=403, content_type=content_type)
169 status=500, content_type=content_type)
365 status=400, content_type=content_type)
420 status=400, content_type=content_type)
[all …]
/dports/www/py-djangorestframework/djangorestframework-3.12.4/rest_framework/
H A Dtest.py161 if content_type:
208 data, content_type = self._encode_data(data, format, content_type)
212 data, content_type = self._encode_data(data, format, content_type)
216 data, content_type = self._encode_data(data, format, content_type)
220 data, content_type = self._encode_data(data, format, content_type)
224 data, content_type = self._encode_data(data, format, content_type)
296 path, data=data, format=format, content_type=content_type, **extra)
304 path, data=data, format=format, content_type=content_type, **extra)
312 path, data=data, format=format, content_type=content_type, **extra)
320 path, data=data, format=format, content_type=content_type, **extra)
[all …]
/dports/www/py-dj32-djangorestframework/djangorestframework-3.12.4/rest_framework/
H A Dtest.py161 if content_type:
208 data, content_type = self._encode_data(data, format, content_type)
212 data, content_type = self._encode_data(data, format, content_type)
216 data, content_type = self._encode_data(data, format, content_type)
220 data, content_type = self._encode_data(data, format, content_type)
224 data, content_type = self._encode_data(data, format, content_type)
296 path, data=data, format=format, content_type=content_type, **extra)
304 path, data=data, format=format, content_type=content_type, **extra)
312 path, data=data, format=format, content_type=content_type, **extra)
320 path, data=data, format=format, content_type=content_type, **extra)
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp72 content_type min_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
73 content_type min_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
77 typedef boost::tuple<size_t, content_type, content_type> child_contents; in choose_by_minimum_overlap_cost()
125 …t_diff_less(boost::tuple<size_t, content_type, content_type> const& p1, boost::tuple<size_t, conte… in content_diff_less() argument
143 content_type smallest_overlap_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
144 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
145 content_type smallest_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
156 content_type overlap_diff = 0; in choose_by_minimum_overlap_cost_first_n()
166 …if ( overlap_exp < -std::numeric_limits<content_type>::epsilon() || std::numeric_limits<content_ty… in choose_by_minimum_overlap_cost_first_n()
199 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_content_cost()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp72 content_type min_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
73 content_type min_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
77 typedef boost::tuple<size_t, content_type, content_type> child_contents; in choose_by_minimum_overlap_cost()
125 …t_diff_less(boost::tuple<size_t, content_type, content_type> const& p1, boost::tuple<size_t, conte… in content_diff_less() argument
143 content_type smallest_overlap_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
144 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
145 content_type smallest_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
156 content_type overlap_diff = 0; in choose_by_minimum_overlap_cost_first_n()
166 …if ( overlap_exp < -std::numeric_limits<content_type>::epsilon() || std::numeric_limits<content_ty… in choose_by_minimum_overlap_cost_first_n()
199 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_content_cost()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp72 content_type min_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
73 content_type min_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
77 typedef boost::tuple<size_t, content_type, content_type> child_contents; in choose_by_minimum_overlap_cost()
125 …t_diff_less(boost::tuple<size_t, content_type, content_type> const& p1, boost::tuple<size_t, conte… in content_diff_less() argument
143 content_type smallest_overlap_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
144 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
145 content_type smallest_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
156 content_type overlap_diff = 0; in choose_by_minimum_overlap_cost_first_n()
166 …if ( overlap_exp < -std::numeric_limits<content_type>::epsilon() || std::numeric_limits<content_ty… in choose_by_minimum_overlap_cost_first_n()
199 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_content_cost()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp72 content_type min_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
73 content_type min_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
77 typedef boost::tuple<size_t, content_type, content_type> child_contents; in choose_by_minimum_overlap_cost()
125 …t_diff_less(boost::tuple<size_t, content_type, content_type> const& p1, boost::tuple<size_t, conte… in content_diff_less() argument
143 content_type smallest_overlap_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
144 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
145 content_type smallest_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
156 content_type overlap_diff = 0; in choose_by_minimum_overlap_cost_first_n()
166 …if ( overlap_exp < -std::numeric_limits<content_type>::epsilon() || std::numeric_limits<content_ty… in choose_by_minimum_overlap_cost_first_n()
199 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_content_cost()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp72 content_type min_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
73 content_type min_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
77 typedef boost::tuple<size_t, content_type, content_type> child_contents; in choose_by_minimum_overlap_cost()
125 …t_diff_less(boost::tuple<size_t, content_type, content_type> const& p1, boost::tuple<size_t, conte… in content_diff_less() argument
143 content_type smallest_overlap_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
144 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
145 content_type smallest_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
156 content_type overlap_diff = 0; in choose_by_minimum_overlap_cost_first_n()
166 …if ( overlap_exp < -std::numeric_limits<content_type>::epsilon() || std::numeric_limits<content_ty… in choose_by_minimum_overlap_cost_first_n()
199 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_content_cost()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp72 content_type min_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
73 content_type min_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
77 typedef boost::tuple<size_t, content_type, content_type> child_contents; in choose_by_minimum_overlap_cost()
125 …t_diff_less(boost::tuple<size_t, content_type, content_type> const& p1, boost::tuple<size_t, conte… in content_diff_less() argument
143 content_type smallest_overlap_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
144 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
145 content_type smallest_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
156 content_type overlap_diff = 0; in choose_by_minimum_overlap_cost_first_n()
166 …if ( overlap_exp < -std::numeric_limits<content_type>::epsilon() || std::numeric_limits<content_ty… in choose_by_minimum_overlap_cost_first_n()
199 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_content_cost()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp72 content_type min_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
73 content_type min_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
77 typedef boost::tuple<size_t, content_type, content_type> child_contents; in choose_by_minimum_overlap_cost()
125 …t_diff_less(boost::tuple<size_t, content_type, content_type> const& p1, boost::tuple<size_t, conte… in content_diff_less() argument
143 content_type smallest_overlap_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
144 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
145 content_type smallest_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
156 content_type overlap_diff = 0; in choose_by_minimum_overlap_cost_first_n()
166 …if ( overlap_exp < -std::numeric_limits<content_type>::epsilon() || std::numeric_limits<content_ty… in choose_by_minimum_overlap_cost_first_n()
199 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_content_cost()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp75 content_type min_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
76 content_type min_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost()
80 typedef boost::tuple<size_t, content_type, content_type> child_contents; in choose_by_minimum_overlap_cost()
128 …t_diff_less(boost::tuple<size_t, content_type, content_type> const& p1, boost::tuple<size_t, conte… in content_diff_less() argument
146 content_type smallest_overlap_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
147 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
148 content_type smallest_content = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_overlap_cost_first_n()
159 content_type overlap_diff = 0; in choose_by_minimum_overlap_cost_first_n()
169 …if ( overlap_exp < -std::numeric_limits<content_type>::epsilon() || std::numeric_limits<content_ty… in choose_by_minimum_overlap_cost_first_n()
202 content_type smallest_content_diff = (std::numeric_limits<content_type>::max)(); in choose_by_minimum_content_cost()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/testtools-0.9.34/testtools/
H A Dcontent.py76 if None in (content_type, get_bytes):
78 content_type, get_bytes))
79 self.content_type = content_type
83 return (self.content_type == other.content_type and
299 if content_type is None:
300 content_type = UTF8_TEXT
331 if content_type is None:
332 content_type = UTF8_TEXT
346 if content_type is None:
347 content_type = UTF8_TEXT
[all …]

12345678910>>...329