Home
last modified time | relevance | path

Searched full:status (Results 226 – 250 of 2956) sorted by relevance

12345678910>>...119

/plugin/structtasks/lang/en/
H A Dlang.php44 $lang['openstatus_subject'] = 'Task "@TITLE@" has been marked "@STATUS@"';
45 …TOR@ has changed task @TITLELINK@ on @WIKINAME@ from "@PREVSTATUS@" to "@STATUS@". It is due on @D…
47 <h1>@WIKINAME@ Task @STATUS@</h1>
48 @EDITOR@ has changed task @TITLELINK@ from "@PREVSTATUS@" to "@STATUS@". It is
54 $lang['closedstatus_subject'] = 'Task "@TITLE@" has been marked "@STATUS@"';
55 …TOR@ has changed task @TITLELINK@ on @WIKINAME@ from "@PREVSTATUS@" to "@STATUS@". It is no long c…
57 <h1>@WIKINAME@ Task @STATUS@</h1>
58 @EDITOR@ has changed task @TITLELINK@ from "@PREVSTATUS@" to "@STATUS@". It is
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php45 * HTTP response status code.
62 * @param int $responseStatus http status code
165 if (isset($data['status'])) {
166 return $data['status'] >= 200 && $data['status'] <= 300;
179 if (isset($item['index']['status']) && ($item['index']['status'] < 200 || $item['index']['status'] >= 300)) {
188 // http status is ok
/plugin/glossary/
H A Dglossary.class.php225 function readAllGlossary ($status) { argument
243 function readGlossary ($md5id, $status, $lock) { argument
279 function removeGlossary ($md5id, $status) { argument
285 function getGlosarySize ($status, $md5ns) { argument
304 function updateRequest (&$request, $status) { argument
672 if (empty ($request[$status.'tickets']))
677 if ($status == $this->def) {
690 function printManagedList ($status) { argument
691 $all = $this->readAllGlossary ($status);
711 if ($status == $this->def)
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php25 $this->assertEquals(200, $this->response->getStatus(), 'Invalid status code received.');
58 $this->assertEquals(200,$this->response->status);
77 $this->assertEquals(201, $this->response->status);
95 $this->assertEquals(412, $this->response->status);
111 $this->assertEquals(201, $this->response->status);
126 $this->assertEquals(204, $this->response->status);
143 $this->assertEquals(204, $this->response->status);
162 $this->assertEquals(204, $this->response->status);
183 $this->assertEquals(200, $this->response->status);
196 $this->assertEquals(201, $this->response->status);
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js43 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 )
45 else if ( oXmlHttp.status == 0 && oXmlHttp.readyState == 4 )
62 'Server response:\r\nStatus: ' + oXmlHttp.status + '\r\n' +
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DOperation.php26 protected $errorType = Status::class;
48 * @param Status
50 public function setError(Status $error)
55 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DCreateConferenceRequest.php62 public function setStatus(ConferenceRequestStatus $status) argument
64 $this->status = $status;
71 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DEncryptionInfo.php22 protected $encryptionStatusType = Status::class;
34 * @param Status
36 public function setEncryptionStatus(Status $encryptionStatus)
41 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DChatAppLogEntry.php30 protected $errorType = Status::class;
62 * @param Status
64 public function setError(Status $error)
69 * @return Status
H A DDynamiteIntegrationLogEntry.php30 protected $errorType = Status::class;
62 * @param Status
64 public function setError(Status $error)
69 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DMoveAnalysis.php28 protected $errorType = Status::class;
60 * @param Status
62 public function setError(Status $error)
67 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DCollectdPayloadError.php23 protected $errorType = Status::class;
33 * @param Status
35 public function setError(Status $error)
40 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DOperation.php23 protected $errorType = Status::class;
38 * @param Status
40 public function setError(Status $error)
45 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DEncryptionInfo.php22 protected $encryptionStatusType = Status::class;
34 * @param Status
36 public function setEncryptionStatus(Status $encryptionStatus)
41 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus.php64 public function setStatus(GoogleRpcStatus $status) argument
66 $this->status = $status;
73 return $this->status;
H A DGoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument.php64 public function setStatus(GoogleRpcStatus $status) argument
66 $this->status = $status;
73 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3TestError.php36 public function setStatus(GoogleRpcStatus $status) argument
38 $this->status = $status;
45 return $this->status;
H A DGoogleCloudDialogflowCxV3beta1TestError.php36 public function setStatus(GoogleRpcStatus $status) argument
38 $this->status = $status;
45 return $this->status;
/plugin/issuelinks/services/
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 DGitHub.service.php50 $status = $issue->getStatus();
51 $valid &= !blank($status);
97 // $status = $this->connector->getLastStatus();
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];
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js70 // so we don't even have to check the return status codes.
86 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
102 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 ) {
107 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DRollout.php43 public $status; variable in Google\\Service\\ServiceManagement\\Rollout
120 public function setStatus($status) argument
122 $this->status = $status;
129 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUpload.php46 public $status; variable in Google\\Service\\Analytics\\Upload
125 public function setStatus($status) argument
127 $this->status = $status;
134 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DChange.php46 public $status; variable in Google\\Service\\Dns\\Change
135 public function setStatus($status) argument
137 $this->status = $status;
144 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPublicDelegatedPrefixPublicDelegatedSubPrefix.php49 public $status; variable in Google\\Service\\Compute\\PublicDelegatedPrefixPublicDelegatedSubPrefix
138 public function setStatus($status) argument
140 $this->status = $status;
147 return $this->status;

12345678910>>...119