Home
last modified time | relevance | path

Searched full:status (Results 251 – 275 of 2956) sorted by relevance

1...<<11121314151617181920>>...119

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAlertMetadata.php45 public $status; variable in Google\\Service\\AlertCenter\\AlertMetadata
124 public function setStatus($status) argument
126 $this->status = $status;
133 return $this->status;
H A DAppsOutage.php48 public $status; variable in Google\\Service\\AlertCenter\\AppsOutage
137 public function setStatus($status) argument
139 $this->status = $status;
146 return $this->status;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpDeleteTest.php46 "Incorrect status code. Response body: " . $response->getBodyAsString()
71 "Incorrect status code. Response body: " . $response->getBodyAsString()
95 "Incorrect status code. Response body: " . $response->getBodyAsString()
114 "Incorrect status code. Response body: " . $response->getBodyAsString()
133 "Incorrect status code. Response body: " . $response->getBodyAsString()
/plugin/issuelinks/script/
H A Dadmin_repo.js36 switch (jqXHR.status) {
38 $this.text(jqXHR.status + ' ' + jqXHR.statusText + '!');
150 const statusText = LANG.plugins.issuelinks['status:' + data.status];
157 if (data.status && data.status === 'done') {
H A DajaxUtil.js30 if (jqXHR.status && jqXHR.status > HIGHEST_OK_STATUS) {
31 console.error(jqXHR.status + ' ' + jqXHR.statusText);
/plugin/structtasks/_test/
H A DActionTest.php63 'status' => 'Ongoing'];
66 'status' => 'Ongoing'];
70 'status' => $old_data['status'],
78 'status' => $new_data['status'],
/plugin/issuetracker/
H A Dedit.php54 $lang['issuemod_status'].$issue['status'].chr(10).
102 $lang['issuemod_status'].$issue['status'].chr(10).
192 $bodyhtml = str_ireplace("%%status%%",$issue['status'],$bodyhtml);
376 $issues[$id_issue]['status'] = $lang['issue_resolved_status'];
383 // notification mails as long as status is not deleted
391 $status = explode(',', $conf['plugin']['issuetracker']['status']); variable
394 if($status[0]=='') $status[0]='New';
395 if($status[1]=='') $status[1]='Assigned';
398 { // assignment deleted => set status to first config value
399 $issues[$id_issue]['status'] = $status[0];
[all …]
/plugin/webdavclient/
H A Dhelper.php844 if(($this->client->status >= 400) || ($this->client->status < 200))
846 dbglog('Error: Status reported was ' . $this->client->status);
847 $this->lastErr = "Error: Server reported status ".$this->client->status;
1214 if(($this->client->status >= 400) || ($this->client->status < 200))
1216 dbglog('Error: Status reported was ' . $this->client->status);
1217 $this->lastErr = "Error: Server reported status ".$this->client->status;
1243 $status = $this->parseHttpStatus((string)$response->propstat->status);
1244 $data[$href]['status'] = $status;
1440 * Helper function to parse a HTTP status response into a status code only
1449 $status = $status[1];
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_gecko.js35 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 )
37 else if ( oXmlHttp.status == 0 && oXmlHttp.readyState == 4 )
47 'Server response:\r\nStatus: ' + oXmlHttp.status + '\r\n' +
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DMailerTest.php32 $status = $this->smtp->send($this->message);
33 $this->assertTrue($status);
37 $status = (new Mailer(new Logger('Mailer')))
47 $this->assertTrue($status);
/plugin/combo/ComboStrap/
H A DMessage.php35 private $status; variable in ComboStrap\\Message
251 * An exit code / status
252 * @param int $status
255 public function setStatus(int $status): Message argument
257 $this->status = $status;
263 if ($this->status !== null) {
264 return $this->status;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DPluginTest.php50 $this->assertEquals(400, $response->status, 'Full response body:' . $response->body);
63 $this->assertEquals(405, $response->status, 'Full response body:' . $response->body);
76 $this->assertEquals(415, $response->status, 'Full response body:' . $response->body);
89 $this->assertEquals(416, $response->status, 'Full response body:' . $response->body);
102 $this->assertEquals(411, $response->status, 'Full response body:' . $response->body);
115 $this->assertEquals(204, $response->status, 'Full response body:' . $response->body);
/plugin/redirect2/
H A Dadmin.php79 echo '<th>Status</th>';
88 echo '<td>'.$data['status'].'</td>';
113 list($datetime, $caller, $status, $orig, $dest) = $line;
118 'status' => $status,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DHttpRequest.php35 public $status; variable in Google\\Service\\Networkconnectivity\\HttpRequest
142 public function setStatus($status) argument
144 $this->status = $status;
148 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DMember.php52 public $status; variable in Google\\Service\\Directory\\Member
145 public function setStatus($status) argument
147 $this->status = $status;
154 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1BatterySampleReport.php45 public $status; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1BatterySampleReport
128 public function setStatus($status) argument
130 $this->status = $status;
137 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAdUnit.php47 public $status; variable in Google\\Service\\AdSenseHost\\AdUnit
150 public function setStatus($status) argument
152 $this->status = $status;
159 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Credential.php50 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Credential
153 public function setStatus($status) argument
155 $this->status = $status;
162 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DOperation.php39 public $status; variable in Google\\Service\\Dns\\Operation
110 public function setStatus($status) argument
112 $this->status = $status;
119 return $this->status;
/plugin/redirect2/lang/en/
H A Dintro.txt3 …can specify the redirect will be //permanent// (HTTP status 301) or //temporary// (302). The stat…
9 # (Example) rule format: [Status] Origin Destination
/plugin/quicksubscribe/
H A Dscript.js55 function (text, status) { argument
56 if (status === 'success') {
81 function (text, status) { argument
82 if (status === 'success') {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DReportMetadata.php82 public function setStatus(ReportStatus $status) argument
84 $this->status = $status;
91 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DDeployedFleet.php80 public function setStatus(DeployedFleetStatus $status) argument
82 $this->status = $status;
89 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1AnnotateFileResponse.php23 protected $errorType = Status::class;
35 * @param Status
37 public function setError(Status $error)
42 * @return Status
H A DGoogleCloudVisionV1p3beta1AnnotateFileResponse.php23 protected $errorType = Status::class;
35 * @param Status
37 public function setError(Status $error)
42 * @return Status

1...<<11121314151617181920>>...119