Home
last modified time | relevance | path

Searched full:status (Results 526 – 550 of 3084) sorted by relevance

1...<<21222324252627282930>>...124

/plugin/discussion/lang/en/
H A Dlang.php34 $lang['statuschanged'] = 'Discussion status changed';
41 $lang['status'] = 'Status';
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py103 if resp.status == 201:
107 return resp.status, resp.reason, location
186 status, reason, url = upload(file_path, project_name, user_name, password,
190 if status in [httplib.FORBIDDEN, httplib.UNAUTHORIZED]:
198 return status, reason, url
234 status, reason, url = upload_find_auth(file_path, options.project,
243 print 'Google Code upload server said: %s (%s)' % (reason, status)
/plugin/oembed/
H A Dsyntax.php126 * status: numerical HTTP status code
135 …if($response['status'] != 200) return $this->error("Provider returned HTTP Status {$response['stat…
403 * status: numerical HTTP status code
414 return array('status' => $client->status,
/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/usersubscriptions/
H A Dusersubscriptions.tpl.php8 …* $status (string) : contains nothing if no action was triggered, "success" or "failure" otherwise…
26 <?php if($status != '') { ?>
28 …ptions_nothing usersubscription_<?php echo $status; ?>"><?php echo $this->getLang('usersubscriptio…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItem.php154 public function setStatus(ItemStatus $status) argument
156 $this->status = $status;
163 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DUtilizationReport.php31 protected $errorType = Status::class;
89 * @param Status
91 public function setError(Status $error)
96 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkItemServiceState.php23 protected $completeWorkStatusType = Status::class;
53 * @param Status
55 public function setCompleteWorkStatus(Status $completeWorkStatus)
60 * @return Status
/plugin/redissue/
H A Dstyle.css20 a.redissue-status-closed {
27 a.redissue-status-open {
32 span.status {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php326 if ($response['status'] >= 400 && $response['status'] < 500) {
334 } elseif ($response['status'] >= 500) {
408 'HTTP code' => $response['status'],
424 'HTTP code' => $response['status'],
452 'HTTP code' => $response['status'],
469 'HTTP code' => $response['status'],
493 if ($response['status'] === 200) {
668 $statusCode = $response['status'];
675 if (array_search($response['status'],
[all...]
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php230 // Finish off with the status line.
434 * Create a status label.
436 * A status line at the bottom of the application is used
442 * @return &object The status label.
446 // Create the status label.
552 * for the user. When finished it changes the status line
590 // Update the status message.
635 * Update the status message.
638 * @param string $status The new message.
641 function _showStatus($status) argument
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php195 if (isset($component->STATUS)) {
196 $status = strtoupper($component->STATUS);
197 if ($status==='CANCELLED') {
200 if ($status==='TENTATIVE') {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DBackupRun.php71 public $status; variable in Google\\Service\\SQLAdmin\\BackupRun
266 public function setStatus($status) argument
268 $this->status = $status;
275 return $this->status;
H A DOperation.php61 public $status; variable in Google\\Service\\SQLAdmin\\Operation
236 public function setStatus($status) argument
238 $this->status = $status;
245 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNodeTemplate.php74 public $status; variable in Google\\Service\\Compute\\NodeTemplate
279 public function setStatus($status) argument
281 $this->status = $status;
288 return $this->status;
H A DInterconnectLocation.php80 public $status; variable in Google\\Service\\Compute\\InterconnectLocation
285 public function setStatus($status) argument
287 $this->status = $status;
294 return $this->status;
H A DMachineImage.php72 public $status; variable in Google\\Service\\Compute\\MachineImage
281 public function setStatus($status) argument
283 $this->status = $status;
290 return $this->status;
H A DAddress.php82 public $status; variable in Google\\Service\\Compute\\Address
291 public function setStatus($status) argument
293 $this->status = $status;
300 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodePool.php62 public $status; variable in Google\\Service\\Container\\NodePool
245 public function setStatus($status) argument
247 $this->status = $status;
254 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironmentsQueries.php38 * query succeeds, the API returns a 201 status and an ID that refer to the
39 * query. In addition to the HTTP status 201, the `state` of "enqueued" means
55 * Get query status If the query is still in progress, the `state` is set to
121 * @opt_param string status Filter response list by asynchronous query status.
H A DOrganizationsHostQueries.php38 * submission of the query succeeds, the API returns a 201 status and an ID that
39 * refer to the query. In addition to the HTTP status 201, the `state` of
55 * Get status of a query submitted at host level. If the query is still in
119 * @opt_param string status Filter response list by asynchronous query status.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAdvertiser.php71 public $status; variable in Google\\Service\\Dfareporting\\Advertiser
266 public function setStatus($status) argument
268 $this->status = $status;
275 return $this->status;
/plugin/structtasks/meta/
H A DUtilities.php50 $col_names = ['duedate', 'assignees', 'status'];
54 'status' => [Dropdown::class, Text::class]
59 'status' => false,
165 'status' => $structdata['status'],
/plugin/task/lang/de/
H A Dsubscribermail.txt10 Status: @STATUS@
/plugin/task/lang/en/
H A Dsubscribermail.txt10 Status: @STATUS@

1...<<21222324252627282930>>...124