Home
last modified time | relevance | path

Searched refs:send_content (Results 1 – 25 of 71) sorted by relevance

123

/dports/ftp/wget/wget-1.21.2/tests/
H A DHTTPServer.pm79 my $send_content = ($req->method eq "GET");
82 ($send_content, $code, $msg, $headers) =
87 ($send_content, $code, $msg, $headers) =
106 if ($send_content)
168 my ($send_content, $code, $msg, $headers);
175 $send_content = 0;
236 $send_content = 1;
244 return ($send_content, $code, $msg, $headers);
/dports/databases/p5-Prophet/Prophet-0.751/lib/Prophet/
H A DServer.pm299 return $self->send_content(
314 return $self->send_content(
330 return $self->send_content(
340 $self->send_content(
359 return $self->send_content(
371 return $self->send_content(
443 return $self->send_content(
453 sub send_content { subroutine
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Dsend_core.php1025 $send_content = sprintf(' variable
1035 $send_content .= sprintf('
1047 $send_content .= '<div id="analytics">';
1051 $send_content .= sprintf(
1059 $send_content .= '</div>';
1068 $send_content .= sprintf('
1078 $send_content .= sprintf('
1087 $send_content .= '<div class="sizeEstimate">';
1154 $send_content .= '</div>';
1157 $send_content .= $placeinqueue;
[all …]
/dports/www/p5-CGI-Builder/CGI-Builder-1.36/CBF_examples/01_TrackProcess/
H A DTrackProcess.pm102 ; sub send_content
105 ; $s->SUPER::send_content # executing the CBF method as usual
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/tools/remote_test_helper/
H A Djsonrpclib.py263 def send_content(self, connection, request_body): member in Transport
287 self.send_content(h, request_body)
/dports/www/p5-CGI-Builder/CGI-Builder-1.36/lib/CGI/
H A DBuilder.pm186 ; $s->send_content() if $has_content
230 ; sub send_content
/dports/www/mod_webkit/w4py-1.2.3/MiscUtils/
H A DPickleRPC.py309 self.send_content(h, request_body,
356 def send_content(self, connection, request_body, member in Transport
/dports/devel/py-circuits/circuits-3.2/tests/web/
H A Djsonrpclib.py204 self.send_content(h, request_body)
321 def send_content(self, connection, request_body): member in Transport
/dports/devel/brz/breezy-3.2.0/breezy/plugins/launchpad/
H A Dtest_register.py127 def send_content(self, conn, request_body): member in InstrumentedXMLRPCTransport
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Drtsp.h506 const unsigned char *send_content,
H A Drtsp.c1235 const unsigned char *send_content, in rtsp_send_cmd_with_content_async() argument
1261 if (send_content_length > 0 && send_content) in rtsp_send_cmd_with_content_async()
1274 if (send_content_length > 0 && send_content) { in rtsp_send_cmd_with_content_async()
1280 ffurl_write(rt->rtsp_hd_out, send_content, send_content_length); in rtsp_send_cmd_with_content_async()
1306 const unsigned char *send_content, in ff_rtsp_send_cmd_with_content() argument
1316 send_content, in ff_rtsp_send_cmd_with_content()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Drtsp.h510 const unsigned char *send_content,
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/test/
H A Dtest_xmlrpc.py36 self.send_content(h, request_body)
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Drtsp.h521 const unsigned char *send_content,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Drtsp.h512 const unsigned char *send_content,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Drtsp.h506 const unsigned char *send_content,
H A Drtsp.c1235 const unsigned char *send_content, in rtsp_send_cmd_with_content_async() argument
1261 if (send_content_length > 0 && send_content) in rtsp_send_cmd_with_content_async()
1274 if (send_content_length > 0 && send_content) { in rtsp_send_cmd_with_content_async()
1280 ffurl_write(rt->rtsp_hd_out, send_content, send_content_length); in rtsp_send_cmd_with_content_async()
1306 const unsigned char *send_content, in ff_rtsp_send_cmd_with_content() argument
1316 send_content, in ff_rtsp_send_cmd_with_content()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Drtsp.h512 const unsigned char *send_content,
/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/CLI/Command/
H A DPublish.pm200 sub send_content { subroutine
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Drtsp.h521 const unsigned char *send_content,
H A Drtsp.c1338 const unsigned char *send_content, in rtsp_send_cmd_with_content_async() argument
1367 if (send_content_length > 0 && send_content) in rtsp_send_cmd_with_content_async()
1380 if (send_content_length > 0 && send_content) { in rtsp_send_cmd_with_content_async()
1385 ffurl_write(rt->rtsp_hd_out, send_content, send_content_length); in rtsp_send_cmd_with_content_async()
1411 const unsigned char *send_content, in ff_rtsp_send_cmd_with_content() argument
1421 send_content, in ff_rtsp_send_cmd_with_content()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_xmlrpc.py695 def send_content(self, connection, body): member in GzipServerTestCase.Transport
699 return xmlrpclib.Transport.send_content(self, connection, body)
991 def send_content(self, conn, body): member in TransportSubclassTestCase.test_send_content.TestTransport
993 xmlrpclib.Transport.send_content(self, conn, body)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_xmlrpc.py799 def send_content(self, connection, body): member in GzipServerTestCase.Transport
803 return xmlrpclib.Transport.send_content(self, connection, body)
1108 def send_content(self, conn, body): member in TransportSubclassTestCase.test_send_content.TestTransport
1110 xmlrpclib.Transport.send_content(self, conn, body)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_xmlrpc.py799 def send_content(self, connection, body): member in GzipServerTestCase.Transport
803 return xmlrpclib.Transport.send_content(self, connection, body)
1108 def send_content(self, conn, body): member in TransportSubclassTestCase.test_send_content.TestTransport
1110 xmlrpclib.Transport.send_content(self, conn, body)
/dports/devel/py-jsonrpclib-pelix/jsonrpclib-pelix-0.4.3.1/jsonrpclib/
H A Djsonrpc.py347 self.send_content(connection, request_body)
388 def send_content(self, connection, request_body): member in TransportMixIn

123