Home
last modified time | relevance | path

Searched refs:status (Results 301 – 325 of 1484) sorted by relevance

1...<<11121314151617181920>>...60

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DExperiment.php108 public $status; variable in Google\\Service\\Analytics\\Experiment
423 public function setStatus($status) argument
425 $this->status = $status;
432 return $this->status;
/plugin/webdav/vendor/sabre/http/lib/
H A DResponseInterface.php39 * @param string|int $status
43 function setStatus($status); argument
/plugin/davcal/vendor/sabre/http/lib/
H A DResponseInterface.php39 * @param string|int $status
43 function setStatus($status); argument
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php58 $this->assertEquals(200, $this->response->status);
79 $this->assertEquals(200, $this->response->status);
100 $this->assertEquals(501, $this->response->status);
129 $this->assertEquals(200, $this->response->status);
379 $this->assertEquals(500, $this->response->status);
408 …$this->assertEquals(415, $this->response->status, 'We got an incorrect status back. Full response …
432 …$this->assertEquals(418, $this->response->status,'We got an incorrect status back. Full response b…
/plugin/redirect2/
H A Dhelper.php63 $status = ($token[0] == 301) ? 301 : 302;
65 } else $status =302;
77 'destination' => $token[1], 'status' => $status,
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.text.php66 $status = GenericFormattedBox::show($driver);
83 $status = GenericContainerBox::show($driver);
86 return $status;
H A Dbox.input.textarea.php58 $status = GenericFormattedBox::show($driver);
67 $status = GenericContainerBox::show($driver);
70 return $status;
H A Dbox.button.php122 $status = GenericContainerBox::show($driver);
125 $status = GenericContainerBox::show($driver);
128 return $status;
/plugin/prettyprint/
H A Dscript.js33 var status = JSINFO['status'];
37 var loc_status = jQuery('.approval_'+status).find("em").text();
41 if(status == 'approved')
/plugin/structpublish/action/
H A Drevisions.php50 // get most recent status for rev
52 $status = $revision->getStatus();
55 // insert status for published revisions
59 $status === Constants::STATUS_PUBLISHED
63 $status . ' (' . $this->getLang('version') . ' ' . $version . ')</span>';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DICSExportPluginTest.php61 $this->assertEquals(200, $s->httpResponse->status);
112 $this->assertEquals(200, $s->httpResponse->status);
218 …$this->assertEquals(200, $s->httpResponse->status,'Invalid status received. Response body: '. $s->…
267 …$this->assertEquals(400, $s->httpResponse->status,'Invalid status received. Response body: '. $s->…
303 …$this->assertEquals(400, $s->httpResponse->status,'Invalid status received. Response body: '. $s->…
339 …$this->assertEquals(200, $s->httpResponse->status,'Invalid status received. Response body: '. $s->…
379 …$this->assertEquals(400, $s->httpResponse->status,'Invalid status received. Response body: '. $s->…
415 …$this->assertEquals(200, $s->httpResponse->status,'Invalid status received. Response body: '. $s->…
456 …$this->assertEquals(200, $s->httpResponse->status,'Invalid status received. Response body: '. $s->…
493 …$this->assertEquals(200, $s->httpResponse->status,'Invalid status received. Response body: '. $s->…
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_blockquotes_with_code_blocks.md3 > sub status {
9 > sub status {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DBreakpoint.php299 public function setStatus(StatusMessage $status) argument
301 $this->status = $status;
308 return $this->status;
/plugin/contactmodern/
H A Dsyntax.php38 private $status = 1; variable in syntax_plugin_moderncontact
186 if($this->status != 0) {
208 $this->status = 0;
304 …. '<p class="'.(($this->status == 0)?'contact_error':'contact_success').'">'.$this->statusMessage.…
312 …$value = (isset($_POST['submit-form-'.$this->formId]) && $this->status == 0)?$_POST[$name]:$defaul…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DExplainQueryStage.php94 public $status; variable in Google\\Service\\Bigquery\\ExplainQueryStage
377 public function setStatus($status) argument
379 $this->status = $status;
386 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DFloodlightActivity.php112 public $status; variable in Google\\Service\\Dfareporting\\FloodlightActivity
469 public function setStatus($status) argument
471 $this->status = $status;
478 return $this->status;
/plugin/issuelinks/services/
H A DGitHub.service.php50 $status = $issue->getStatus();
51 $valid &= !blank($status);
261 $status = $this->dokuHTTPClient->status;
268 $status = $e->getCode();
271 return ['data' => $data, 'status' => $status];
291 $status = $this->dokuHTTPClient->status;
298 $status = $e->getCode();
301 return ['data' => $data, 'status' => $status];
H A DGitLab.service.php47 $status = $issue->getStatus();
48 $valid &= !blank($status);
247 $status = $this->dokuHTTPClient->status;
253 $status = $e->getCode();
256 return ['data' => $data, 'status' => $status];
267 $status = $this->dokuHTTPClient->status;
271 $status = $e->getCode();
274 return ['data' => $data, 'status' => $status];
H A DJira.service.php55 $status = $issue->getStatus();
56 $valid &= !blank($status);
240 $issue->setStatus($issueData['fields']['status']['name']);
390 return ['status' => 200, 'data' => ['id' => $newWebhookID]];
421 return ['status' => 204, 'data' => ''];
446 return ['status' => 204, 'data' => ''];
/plugin/authyubikey/lib/
H A DYubico.php368 $status = $out[1];
412 if ($status == 'REPLAYED_OTP') {
416 if ($status == 'OK') {
423 if ($status == 'REPLAYED_OTP') {
427 if ($status == 'OK') {
443 return PEAR::raiseError($status);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php689 . ' Got ' . $status);
810 * @param int $status
815 if ($status == -1) {
819 $error = $this->status_codes[$status];
1755 if ($status != NET_SFTP_STATUS_OK) {
1939 if ($status != NET_SFTP_STATUS_OK) {
2001 if ($status != NET_SFTP_STATUS_OK) {
2041 if ($status != NET_SFTP_STATUS_OK) {
2335 if ($status != NET_SFTP_STATUS_OK) {
2557 if ($status != NET_SFTP_STATUS_OK) {
[all …]
/plugin/gtd/
H A Dstyle.css60 background: #ffd9d9 url(images/status-due.png) no-repeat 5px 6px;
64 background: #feffcd url(images/status-warn.png) no-repeat 5px 6px;
68 background: #e3f9ff url(images/status-pass.png) no-repeat 5px 6px;
72 background: url(images/status-upco.png) no-repeat 5px 6px;
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js90 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
112 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 ) {
117 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js90 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
112 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 ) {
117 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/authlinotp/
H A Dauth.php25 $status = False;
68 $status = $body->result->status;

1...<<11121314151617181920>>...60