Home
last modified time | relevance | path

Searched refs:content_location (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/mail/gmime26-sharp/gmime-2.6.23/gmime/
H A Dgmime-part.c125 mime_part->content_location = NULL; in g_mime_part_init()
136 g_free (mime_part->content_location); in g_mime_part_finalize()
204 g_free (mime_part->content_location); in process_header()
205 mime_part->content_location = g_mime_strdup_trim (value); in process_header()
266 g_free (mime_part->content_location); in mime_part_remove_header()
267 mime_part->content_location = NULL; in mime_part_remove_header()
702 g_mime_part_set_content_location (GMimePart *mime_part, const char *content_location) in g_mime_part_set_content_location() argument
706 if (mime_part->content_location == content_location) in g_mime_part_set_content_location()
709 g_free (mime_part->content_location); in g_mime_part_set_content_location()
710 mime_part->content_location = g_strdup (content_location); in g_mime_part_set_content_location()
[all …]
H A Dgmime-part.h61 char *content_location; member
91 void g_mime_part_set_content_location (GMimePart *mime_part, const char *content_location);
/dports/mail/gmime26/gmime-2.6.23/gmime/
H A Dgmime-part.c125 mime_part->content_location = NULL; in g_mime_part_init()
136 g_free (mime_part->content_location); in g_mime_part_finalize()
204 g_free (mime_part->content_location); in process_header()
205 mime_part->content_location = g_mime_strdup_trim (value); in process_header()
266 g_free (mime_part->content_location); in mime_part_remove_header()
267 mime_part->content_location = NULL; in mime_part_remove_header()
702 g_mime_part_set_content_location (GMimePart *mime_part, const char *content_location) in g_mime_part_set_content_location() argument
706 if (mime_part->content_location == content_location) in g_mime_part_set_content_location()
709 g_free (mime_part->content_location); in g_mime_part_set_content_location()
710 mime_part->content_location = g_strdup (content_location); in g_mime_part_set_content_location()
[all …]
H A Dgmime-part.h61 char *content_location; member
91 void g_mime_part_set_content_location (GMimePart *mime_part, const char *content_location);
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/browser/webkit/
H A Dtest_mhtml.py70 content_location='localhost',
107 content_location='http://example.com')
142 content_location='http://example.com')
154 content_location='http://www.example.com/')
227 content_location='http://example.com/',
278 content_location='localhost',
/dports/devel/py-vsts/vsts-0.1.25/vsts/file_container/v4_1/models/
H A Dfile_container.py62 …def __init__(self, artifact_uri=None, content_location=None, created_by=None, date_created=None, d… argument
65 self.content_location = content_location
H A Dfile_container_item.py74 …def __init__(self, container_id=None, content_id=None, content_location=None, created_by=None, dat… argument
78 self.content_location = content_location
/dports/devel/py-vsts/vsts-0.1.25/vsts/file_container/v4_0/models/
H A Dfile_container.py62 …def __init__(self, artifact_uri=None, content_location=None, created_by=None, date_created=None, d… argument
65 self.content_location = content_location
H A Dfile_container_item.py74 …def __init__(self, container_id=None, content_id=None, content_location=None, created_by=None, dat… argument
78 self.content_location = content_location
/dports/mail/gmime30/gmime-3.2.7/gmime/
H A Dgmime-part.c130 mime_part->content_location = NULL; in g_mime_part_init()
142 g_free (mime_part->content_location); in g_mime_part_finalize()
197 g_free (mime_part->content_location); in process_header()
254 g_free (mime_part->content_location); in mime_part_header_removed()
255 mime_part->content_location = NULL; in mime_part_header_removed()
277 g_free (mime_part->content_location); in mime_part_headers_cleared()
278 mime_part->content_location = NULL; in mime_part_headers_cleared()
734 if (mime_part->content_location == content_location) in g_mime_part_set_content_location()
737 g_free (mime_part->content_location); in g_mime_part_set_content_location()
738 mime_part->content_location = g_strdup (content_location); in g_mime_part_set_content_location()
[all …]
H A Dgmime-part.h65 char *content_location; member
95 void g_mime_part_set_content_location (GMimePart *mime_part, const char *content_location);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/download/
H A Dmhtml_extra_parts_impl.cc49 const std::string& content_location, in AddExtraMHTMLPart() argument
54 part.content_location = content_location; in AddExtraMHTMLPart()
H A Dmhtml_extra_parts_impl.h15 std::string content_location; member
46 const std::string& content_location,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/download/
H A Dmhtml_extra_parts_impl.cc49 const std::string& content_location, in AddExtraMHTMLPart() argument
54 part.content_location = content_location; in AddExtraMHTMLPart()
H A Dmhtml_extra_parts_impl.h15 std::string content_location; member
46 const std::string& content_location,
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYPrint.c479 char *content_location) in send_file_to_mail() argument
762 if (content_location) in send_file_to_mail()
1047 char *content_location = NULL; in printfile() local
1092 LYRemoveBlanks(content_location); in printfile()
1093 if (isEmpty(content_location)) { in printfile()
1094 FREE(content_location); in printfile()
1098 if ((content_location) && is_url(content_location)) { in printfile()
1099 StrAllocCopy(content_base, content_location); in printfile()
1104 if (!content_location) { in printfile()
1105 StrAllocCopy(content_location, newdoc->address); in printfile()
[all …]
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYPrint.c479 char *content_location) in send_file_to_mail() argument
762 if (content_location) in send_file_to_mail()
1047 char *content_location = NULL; in printfile() local
1092 LYRemoveBlanks(content_location); in printfile()
1093 if (isEmpty(content_location)) { in printfile()
1094 FREE(content_location); in printfile()
1098 if ((content_location) && is_url(content_location)) { in printfile()
1099 StrAllocCopy(content_base, content_location); in printfile()
1104 if (!content_location) { in printfile()
1105 StrAllocCopy(content_location, newdoc->address); in printfile()
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webkit/
H A Dmhtml.py52 content_location: str
136 def __init__(self, root_content, content_location, content_type): argument
138 self.content_location = content_location
154 content_location=location, transfer_encoding=transfer_encoding,
179 content_location=self.content_location, transfer_encoding=E_QUOPRI,
187 msg['Content-Location'] = f.content_location
239 content_location=urlutils.encoded_url(web_url),
/dports/devel/py-azure-cosmos/azure-cosmos-3.2.0/test/
H A Dglobaldb_tests.py129 content_location = str(client.last_response_headers[HttpHeaders.ContentLocation])
131 content_location_url = urlparse(content_location)
151 content_location = str(client.last_response_headers[HttpHeaders.ContentLocation])
153 content_location_url = urlparse(content_location)
211 content_location = str(client.last_response_headers[HttpHeaders.ContentLocation])
213 content_location_url = urlparse(content_location)
230 content_location = str(client.last_response_headers[HttpHeaders.ContentLocation])
232 content_location_url = urlparse(content_location)
/dports/mail/gmime2/gmime-2.2.27/gmime/
H A Dgmime-part.c130 mime_part->content_location = NULL; in g_mime_part_init()
146 g_free (mime_part->content_location); in g_mime_part_finalize()
252 g_free (mime_part->content_location); in process_header()
253 mime_part->content_location = g_strstrip (g_strdup (value)); in process_header()
743 g_mime_part_set_content_location (GMimePart *mime_part, const char *content_location) in g_mime_part_set_content_location() argument
747 if (mime_part->content_location) in g_mime_part_set_content_location()
748 g_free (mime_part->content_location); in g_mime_part_set_content_location()
750 mime_part->content_location = g_strdup (content_location); in g_mime_part_set_content_location()
751 g_mime_header_set (GMIME_OBJECT (mime_part)->headers, "Content-Location", content_location); in g_mime_part_set_content_location()
769 return mime_part->content_location; in g_mime_part_get_content_location()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/werkzeug/wrappers/
H A Dbase_response.py579 content_location = None
591 content_location = value
612 if content_location is not None and isinstance(content_location, text_type):
613 headers["Content-Location"] = iri_to_uri(content_location)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/werkzeug/wrappers/
H A Dbase_response.py577 content_location = None
589 content_location = value
610 if content_location is not None and isinstance(content_location, text_type):
611 headers["Content-Location"] = iri_to_uri(content_location)
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/mrcp/message/src/
H A Dmrcp_generic_header.c102 apt_string_reset(&generic_header->content_location); in mrcp_generic_header_init()
152 generic_header->content_location = *value; in mrcp_generic_header_parse()
214 *value = generic_header->content_location; in mrcp_generic_header_generate()
279 generic_header->content_location = *value; in mrcp_generic_header_duplicate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/url_request/
H A Dredirect_util_unittest.cc134 std::string content_location; in TEST() local
136 request_headers.GetHeader(kContentLocation, &content_location)); in TEST()
142 EXPECT_EQ(kContentLocationValue, content_location); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/url_request/
H A Dredirect_util_unittest.cc134 std::string content_location; in TEST() local
136 request_headers.GetHeader(kContentLocation, &content_location)); in TEST()
142 EXPECT_EQ(kContentLocationValue, content_location); in TEST()

12345678910