Home
last modified time | relevance | path

Searched refs:sendStatus (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/commands/
H A Dfs.py47 self.sendStatus({'rc': 0})
50 self.sendStatus(
85 self.sendStatus({'rc': self.rc})
96 self.sendStatus(
177 self.sendStatus(
219 self.sendStatus({'rc': 0})
222 self.sendStatus(
244 self.sendStatus({'rc': 0})
247 self.sendStatus(
268 self.sendStatus(
[all …]
H A Dbase.py163 self.sendStatus(
178 def sendStatus(self, status): member in Command
208 self.sendStatus({'rc': 0})
214 self.sendStatus({'rc': why.value.args[0]})
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java176 sendStatus(0, info); in testCaseResult()
186 sendStatus(0, info); in beginTestCase()
194 sendStatus(0, info); in endTestCase()
222 sendStatus(0, info); in testLogData()
237 sendStatus(0, info); in beginSession()
245 sendStatus(0, info); in endSession()
256 sendStatus(0, info); in sessionInfo()
266 sendStatus(0, info); in terminateTestCase()
/dports/www/grafana8/grafana-8.3.6/public/app/features/live/centrifuge/
H A Dchannel.ts82 this.sendStatus();
88 this.sendStatus();
94 this.sendStatus();
105 this.sendStatus(ctx.data);
110 this.sendStatus();
123 private sendStatus(message?: any) {
197 this.sendStatus();
/dports/www/ilias6/ILIAS-6.14/src/HTTP/Response/Sender/
H A DDefaultResponseSenderStrategy.php47 $sendStatus = false;
51 $sendStatus = fpassthru($resource);
58 if ($sendStatus === false) {
/dports/www/ilias/ILIAS-5.4.25/src/HTTP/Response/Sender/
H A DDefaultResponseSenderStrategy.php47 $sendStatus = false;
51 $sendStatus = fpassthru($resource);
58 if ($sendStatus === false) {
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/
H A DTemporaryFileFilterPlugin.php190 $hR->sendStatus(200);
214 $hR->sendStatus($newFile?201:200);
235 $hR->sendStatus(204);
257 $hR->sendStatus(207);
H A DServer.php511 $this->httpResponse->sendStatus(200);
636 $this->httpResponse->sendStatus(206);
643 $this->httpResponse->sendStatus(200);
673 $this->httpResponse->sendStatus(200);
691 $this->httpResponse->sendStatus(204);
723 $this->httpResponse->sendStatus(207);
781 $this->httpResponse->sendStatus(207);
891 $this->httpResponse->sendStatus(204);
904 $this->httpResponse->sendStatus(201);
964 $this->httpResponse->sendStatus(207);
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/
H A DTemporaryFileFilterPlugin.php190 $hR->sendStatus(200);
214 $hR->sendStatus($newFile?201:200);
235 $hR->sendStatus(204);
257 $hR->sendStatus(207);
H A DServer.php511 $this->httpResponse->sendStatus(200);
636 $this->httpResponse->sendStatus(206);
643 $this->httpResponse->sendStatus(200);
673 $this->httpResponse->sendStatus(200);
691 $this->httpResponse->sendStatus(204);
723 $this->httpResponse->sendStatus(207);
781 $this->httpResponse->sendStatus(207);
891 $this->httpResponse->sendStatus(204);
904 $this->httpResponse->sendStatus(201);
964 $this->httpResponse->sendStatus(207);
[all …]
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/DAV/
H A DTemporaryFileFilterPlugin.php190 $hR->sendStatus(200);
214 $hR->sendStatus($newFile?201:200);
235 $hR->sendStatus(204);
257 $hR->sendStatus(207);
H A DServer.php511 $this->httpResponse->sendStatus(200);
636 $this->httpResponse->sendStatus(206);
643 $this->httpResponse->sendStatus(200);
673 $this->httpResponse->sendStatus(200);
694 $this->httpResponse->sendStatus(204);
726 $this->httpResponse->sendStatus(207);
784 $this->httpResponse->sendStatus(207);
894 $this->httpResponse->sendStatus(204);
907 $this->httpResponse->sendStatus(201);
967 $this->httpResponse->sendStatus(207);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/controller/
H A Dadb_base_controller.ts64 this.sendStatus(`Please allow USB debugging on device.
75 this.sendStatus('Device connected.');
100 this.sendStatus(`Recording in progress${
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/controller/
H A Dadb_base_controller.ts64 this.sendStatus(`Please allow USB debugging on device.
75 this.sendStatus('Device connected.');
100 this.sendStatus(`Recording in progress${
/dports/security/vault/vault-1.8.2/vendor/github.com/denverdino/aliyungo/mq/
H A Dclient.go111 sendStatus := result["sendStatus"].(string)
112 if sendStatus != "SEND_OK" {
113 return "", errors.New(sendStatus)
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/denverdino/aliyungo/aliyungo-a747050bb1ba/mq/
H A Dclient.go111 sendStatus := result["sendStatus"].(string)
112 if sendStatus != "SEND_OK" {
113 return "", errors.New(sendStatus)
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/CalDAV/
H A DSharingPlugin.php319 $this->server->httpResponse->sendStatus(200);
354 $this->server->httpResponse->sendStatus(200);
398 $this->server->httpResponse->sendStatus(202);
424 $this->server->httpResponse->sendStatus(200);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/CalDAV/
H A DSharingPlugin.php319 $this->server->httpResponse->sendStatus(200);
354 $this->server->httpResponse->sendStatus(200);
398 $this->server->httpResponse->sendStatus(202);
424 $this->server->httpResponse->sendStatus(200);
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/CalDAV/
H A DSharingPlugin.php319 $this->server->httpResponse->sendStatus(200);
354 $this->server->httpResponse->sendStatus(200);
398 $this->server->httpResponse->sendStatus(202);
424 $this->server->httpResponse->sendStatus(200);
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/connection/
H A Dremote_commands.c699 int sendStatus = PQflush(pgConn); in FinishConnectionIO() local
702 if (sendStatus == -1) in FinishConnectionIO()
706 else if (sendStatus == 1) in FinishConnectionIO()
870 int sendStatus = PQflush(connection->pgConn); in WaitForAllConnections() local
871 if (sendStatus == -1) in WaitForAllConnections()
876 else if (sendStatus == 0) in WaitForAllConnections()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/dshow/Assistant/src/
H A Dservice.cpp86 void sendStatus(DWORD currentState, DWORD exitCode, DWORD wait);
324 AkVCam::servicePrivate()->sendStatus(SERVICE_START_PENDING, NO_ERROR, 3000); in stateChanged()
328 AkVCam::servicePrivate()->sendStatus(SERVICE_RUNNING, NO_ERROR, 0); in stateChanged()
332 AkVCam::servicePrivate()->sendStatus(SERVICE_STOP_PENDING, NO_ERROR, 0); in stateChanged()
336 AkVCam::servicePrivate()->sendStatus(SERVICE_STOPPED, NO_ERROR, 0); in stateChanged()
372 void AkVCam::ServicePrivate::sendStatus(DWORD currentState, in sendStatus() function in AkVCam::ServicePrivate
867 AkVCam::servicePrivate()->sendStatus(SERVICE_STOP_PENDING, in controlHandler()
885 AkVCam::servicePrivate()->sendStatus(state, NO_ERROR, 0); in controlHandler()
918 AkVCam::servicePrivate()->sendStatus(SERVICE_START_PENDING, NO_ERROR, 3000); in serviceMain()
/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/
H A Drunprocess.py417 self.sendStatus(
448 def sendStatus(self, status): member in RunProcess
692 self.sendStatus(msg)
800 self.sendStatus(
802 self.sendStatus({'rc': rc})
803 self.sendStatus({'header': "elapsedTime={0:0.6f}\n".format(self.elapsedTime)})
940 self.sendStatus({'header': "\n" + msg + "\n"})
960 self.sendStatus({'header': signalName + " failed to kill process\n"})
962 self.sendStatus({'header': "using fake rc=-1\n"})
963 self.sendStatus({'rc': -1})
/dports/audio/giada/giada-0.17.1/src/core/channels/
H A DmidiLighter.cpp83 if (l_playing != 0x0) sendStatus(l_playing, audible); in parse()
126 void MidiLighter::sendStatus(uint32_t l_playing, bool audible) const in sendStatus() function in giada::m::MidiLighter
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/ssh/
H A Dsession_test.go433 sendStatus(0, ch, t)
440 sendStatus(15, ch, t)
447 sendStatus(15, ch, t)
476 sendStatus(0, ch, t)
502 sendStatus(0, ch, t)
511 func sendStatus(status uint32, ch Channel, t *testing.T) { func
581 sendStatus(0, ch, t)
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/ssh/
H A Dsession_test.go431 sendStatus(0, ch, t)
438 sendStatus(15, ch, t)
445 sendStatus(15, ch, t)
474 sendStatus(0, ch, t)
500 sendStatus(0, ch, t)
509 func sendStatus(status uint32, ch Channel, t *testing.T) { func
579 sendStatus(0, ch, t)

12345678910>>...12