Home
last modified time | relevance | path

Searched refs:Content_Type (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/
H A Dcontent_negotiation.t14 Content_Type => 'application/json',
32 Content_Type => 'form-data',
42 Content_Type => 'application/json',
60 Content_Type => 'form-data',
98 Content_Type => 'form-data',
109 Content_Type => 'form-data',
120 Content_Type => 'form-data',
/dports/www/rt44/rt-4.4.5/t/web/
H A Drest.t53 ], Content_Type => 'form-data');
87 ], Content_Type => 'form-data');
95 Content_Type => 'form-data',
113 Content_Type => 'form-data',
123 Content_Type => 'form-data',
149 Content_Type => 'form-data',
159 Content_Type => 'form-data',
182 Content_Type => 'form-data',
193 Content_Type => 'form-data',
204 Content_Type => 'form-data',
[all …]
/dports/www/rt50/rt-5.0.2/t/web/
H A Drest.t53 ], Content_Type => 'form-data');
87 ], Content_Type => 'form-data');
95 Content_Type => 'form-data',
113 Content_Type => 'form-data',
123 Content_Type => 'form-data',
149 Content_Type => 'form-data',
159 Content_Type => 'form-data',
182 Content_Type => 'form-data',
193 Content_Type => 'form-data',
204 Content_Type => 'form-data',
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dtest.psl115 concurrent interface Locked_Box<Content_Type is Assignable<>> is
117 func Create(C : optional Content_Type) -> Locked_Box;
120 func Put(locked var B : Locked_Box; C : Content_Type);
123 func Content(locked B : Locked_Box) -> optional Content_Type;
126 func Remove(locked var B : Locked_Box) -> optional Content_Type;
129 func Get(queued var B : Locked_Box) -> Content_Type;
133 var Content : optional Content_Type;
135 func Create(C : optional Content_Type) -> Locked_Box is
139 func Put(locked var B : Locked_Box; C : Content_Type) is
143 func Content(locked B : Locked_Box) -> optional Content_Type is
[all …]
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dtest.psl115 concurrent interface Locked_Box<Content_Type is Assignable<>> is
117 func Create(C : optional Content_Type) -> Locked_Box;
120 func Put(locked var B : Locked_Box; C : Content_Type);
123 func Content(locked B : Locked_Box) -> optional Content_Type;
126 func Remove(locked var B : Locked_Box) -> optional Content_Type;
129 func Get(queued var B : Locked_Box) -> Content_Type;
133 var Content : optional Content_Type;
135 func Create(C : optional Content_Type) -> Locked_Box is
139 func Put(locked var B : Locked_Box; C : Content_Type) is
143 func Content(locked B : Locked_Box) -> optional Content_Type is
[all …]
/dports/net/p5-XML-Compile-SOAP-Daemon/XML-Compile-SOAP-Daemon-3.14/t/
H A D10fault_ns.t150 $req4->header(Content_Type => 'text/xml');
166 $req5->header(Content_Type => 'text/xml');
182 $req6->header(Content_Type => 'text/xml');
199 $req7->header(Content_Type => 'text/xml');
/dports/www/p5-WWW-Telegram-BotAPI/WWW-Telegram-BotAPI-0.10/t/
H A D01-api-requests.t51 Content_Type => 'form-data'
65 Content_Type => 'form-data'
85 Content_Type => 'form-data'
125 Content_Type => 'form-data'
264 Content_Type => 'application/json'
/dports/devel/matreshka/matreshka-0.7.0/source/web/soap/
H A Dweb_services-soap-clients.adb108 Content_Type : League.Stream_Element_Vectors.Stream_Element_Vector := variable
115 Content_Type.Append (UTF8_Coder.Encode ("; action=" & Input.Action));
119 (Content_Type => Content_Type,
/dports/www/p5-Web-Simple/Web-Simple-0.033/t/
H A Dpost.t66 => Content_Type => 'form-data'
79 => Content_Type => 'form-data'
103 => Content_Type => 'form-data'
115 => Content_Type => 'form-data'
/dports/www/p5-HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09/t/
H A D200-plack.t41Content_Type => HTTP::Headers::ActionPack::MediaType->new('application/xml', 'charset' => 'UTF-8'),
71Content_Type => HTTP::Headers::ActionPack::MediaType->new('application/xml', 'charset' => 'UTF-8'),
114 Content_Type => 'application/xml; charset=UTF-8',
H A D101-http-request.t33Content_Type => HTTP::Headers::ActionPack::MediaType->new('application/xml', 'charset' => 'UTF-8'),
67Content_Type => HTTP::Headers::ActionPack::MediaType->new('application/xml', 'charset' => 'UTF-8'),
H A D102-http-response.t33Content_Type => HTTP::Headers::ActionPack::MediaType->new('application/xml', 'charset' => 'UTF-8'),
67Content_Type => HTTP::Headers::ActionPack::MediaType->new('application/xml', 'charset' => 'UTF-8'),
/dports/www/p5-Catalyst-Plugin-FormValidator/Catalyst-Plugin-FormValidator-0.094/t/
H A D04basic.t15 Content_Type => 'form-data',
24 Content_Type => 'form-data',
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dmime.c127 Mime_CT_Type Content_Type; member
142 static int Content_Type; variable
320 mf->Content_Type = CONTENT_TYPE_TEXT; in parse_content_type_line()
332 mf->Content_Type = CONTENT_TYPE_UNSUPPORTED; in parse_content_type_line()
351 mf->Content_Type = ct - Mime_Content_Types; in parse_content_type_line()
369 if (mf->Content_Type == CONTENT_TYPE_MESSAGE && in parse_content_type_line()
431 Content_Type = CONTENT_TYPE_TEXT; in parse_content_type_line()
458 Content_Type = CONTENT_TYPE_MESSAGE; in parse_content_type_line()
466 Content_Type = CONTENT_TYPE_MULTIPART; in parse_content_type_line()
472 Content_Type = CONTENT_TYPE_UNSUPPORTED; in parse_content_type_line()
[all …]
/dports/net/p5-XML-Compile-SOAP-Daemon/XML-Compile-SOAP-Daemon-3.14/lib/XML/Compile/SOAP/Daemon/
H A DPSGI.pm64 , [Content_Type => 'text/plain']
122 , Content_Type => $mime
149 , Content_Type => $self->{wsdl_type}.'; charset=utf-8'
/dports/www/p5-MediaWiki/MediaWiki-1.13/lib/MediaWiki/
H A Dpage.pm157 Content_Type => 'application/x-www-form-urlencoded',
185 Content_Type => 'application/x-www-form-urlencoded',
312 Content_Type => 'application/x-www-form-urlencoded',
339 Content_Type => 'application/x-www-form-urlencoded',
366 Content_Type => 'application/x-www-form-urlencoded',
393 Content_Type => 'application/x-www-form-urlencoded',
439 Content_Type => 'multipart/form-data',
525 Content_Type => 'application/x-www-form-urlencoded',
561 Content_Type => 'application/x-www-form-urlencoded',
/dports/www/p5-Jifty/Jifty-1.50430/t/TestApp-Uploads/t/
H A Drest.t18 Content_Type => 'multipart/form-data',
40 Content_Type => 'multipart/form-data',
/dports/security/botan110/Botan-1.10.17/src/cms/
H A Dcms_dec.h26 enum Content_Type { DATA, UNKNOWN, COMPRESSED, ENVELOPED, SIGNED, enum
30 Content_Type layer_type() const;
/dports/www/p5-HTTP-Engine-Middleware/HTTP-Engine-Middleware-0.22/t/200_middlewares/uploadtemp/
H A Ddefault.t22 Content_Type => 'form-data',
33 Content_Type => 'form-data',
H A Dkeepalive_off.t24 Content_Type => 'form-data',
35 Content_Type => 'form-data',
H A Dkeepalive.t24 Content_Type => 'form-data',
35 Content_Type => 'form-data',
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/qatest/frontend/
H A D23_rpc_connect.t29 HTTP::Headers->new( Content_Type => 'application/json'),
47 HTTP::Headers->new( Content_Type => 'application/json'),
/dports/security/p5-openxpki/openxpki-3.16.1/qatest/frontend/
H A D23_rpc_connect.t29 HTTP::Headers->new( Content_Type => 'application/json'),
47 HTTP::Headers->new( Content_Type => 'application/json'),
/dports/www/p5-Web-Machine/Web-Machine-0.17/t/600-yapc-talk-examples/
H A D031-postback-w-json.t64 my $res = $cb->(PUT "/", Content_Type => 'application/json', Content => '"bar"');
69 my $res = $cb->(POST "/", Content_Type => 'application/json', Content => '"bar"');
/dports/net/p5-Net-OAuth2/Net-OAuth2-0.67/t/
H A D20req.t51 , [ Content_Type => $ct_urlenc ]
60 , [ Content_Type => $ct_json ]

12345678910>>...12