Home
last modified time | relevance | path

Searched full:status (Results 426 – 450 of 3084) sorted by relevance

1...<<11121314151617181920>>...124

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DZone.php60 public $status; variable in Google\\Service\\Compute\\Zone
195 public function setStatus($status) argument
197 $this->status = $status;
204 return $this->status;
H A DRegion.php54 public $status; variable in Google\\Service\\Compute\\Region
179 public function setStatus($status) argument
181 $this->status = $status;
188 return $this->status;
H A DTargetVpnGateway.php62 public $status; variable in Google\\Service\\Compute\\TargetVpnGateway
197 public function setStatus($status) argument
199 $this->status = $status;
206 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DComment.php53 public $status; variable in Google\\Service\\Blogger\\Comment
188 public function setStatus($status) argument
190 $this->status = $status;
197 return $this->status;
/plugin/approve/
H A Dscript.js67 if ('status' in JSINFO['approve']) {
68 var status = JSINFO['approve']['status'];
76 if (status === 'approved') {
79 } else if (status === 'ready for approval') {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php40 $this->assertEquals(206, $this->response->status);
72 $this->assertEquals(206, $this->response->status);
104 $this->assertEquals(206, $this->response->status);
124 $this->assertEquals(416, $this->response->status);
143 $this->assertEquals(416, $this->response->status);
177 $this->assertEquals(206, $this->response->status);
211 $this->assertEquals(200, $this->response->status);
246 $this->assertEquals(206, $this->response->status);
280 $this->assertEquals(200, $this->response->status);
/plugin/discussion/
H A Dhelper.php73 if ((!$comments['status']) || (($comments['status'] == 2) && (!$num))) return '';
119 $status = $data['status'];
122 …if (!$status || (($status == 2) && (!$number))) continue; // skip if comments are off or closed wi…
136 'status' => $status,
252 if ($data['status'] === 0) return false;
/plugin/oauthauthsch/
H A Daction.php45 … if($circle['status']=='körvezető' || $circle['status']=='tag' || $circle['status']=='öregtag'){
55 print($circle['status']);
56 if($circle['status']=='körvezető'){
58 }else if($circle['status']=='öregtag'){
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dimages.html2 <img src="https://secure.travis-ci.org/cebe/markdown.png" alt="Build Status" title="test1" /></p>
7 …wn"><img src="https://secure.travis-ci.org/cebe/markdown.png" alt="Build Status" title="test2" /><…
8 …t4"><img src="https://secure.travis-ci.org/cebe/markdown.png" alt="Build Status" title="test3" /><…
/plugin/bugzillaint/lang/de/
H A Dsettings.php9 …n. Mögliche Werte sind: dependencies, assigned_to, lastchange, deadline, status, version, priority…
10 …n. Mögliche Werte sind: dependencies, assigned_to, lastchange, deadline, status, version, priority…
11 …n. Mögliche Werte sind: dependencies, assigned_to, lastchange, deadline, status, version, priority…
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.textarea.php58 $status = GenericFormattedBox::show($driver);
67 $status = GenericContainerBox::show($driver);
70 return $status;
/plugin/authlinotp/
H A Dauth.php25 $status = False;
68 $status = $body->result->status;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt38 "status": "pass",
51 "status": "pass",
64 "status": "pass",
/plugin/issuelinks/services/
H A DAbstractService.php48 if (!$success || $dokuHTTPClient->status < 200 || $dokuHTTPClient->status > 206) {
49 if ($dokuHTTPClient->status >= 500) {
/plugin/authgoogle/google/auth/
H A DGoogle_PemVerifier.php60 $status = openssl_verify($data, $signature, $this->publicKey, "sha256");
61 if ($status === -1) {
64 return $status === 1;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DImportProductSetsResponse.php25 protected $statusesType = Status::class;
43 * @param Status[]
50 * @return Status[]
H A DGoogleCloudVisionV1p4beta1ImportProductSetsResponse.php25 protected $statusesType = Status::class;
43 * @param Status[]
50 * @return Status[]
H A DGoogleCloudVisionV1p3beta1ImportProductSetsResponse.php25 protected $statusesType = Status::class;
43 * @param Status[]
50 * @return Status[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DBatchDeleteAlertsResponse.php23 protected $failedAlertStatusType = Status::class;
31 * @param Status[]
38 * @return Status[]
H A DBatchUndeleteAlertsResponse.php23 protected $failedAlertStatusType = Status::class;
31 * @param Status[]
38 * @return Status[]
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php32 * status based on a reply.
77 'STATUS',
90 * the users event to state STATUS:CANCELLED.
315 $vevent->STATUS = 'CANCELLED';
349 if (isset($vevent->{'REQUEST-STATUS'})) {
638 if ('CANCELLED' === $eventInfo['status']) {
805 * 12. status
819 $status = null;
888 if (isset($vevent->STATUS)) {
889 $status = strtoupper($vevent->STATUS->getValue());
[all …]
/dokuwiki/inc/Remote/IXR/
H A DClient.php56 if ($this->httpClient->status < 200 || $this->httpClient->status > 206) {
57 $this->handleError(-32300, 'transport error - HTTP status ' . $this->httpClient->status);
/plugin/prolog/
H A Dprolog_tag.php122 $status = proc_get_status($process);
123 while($status['running'] && $maxExecutionTime != 0) {
127 $status = proc_get_status($process);
130 if($status['running'] == true) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DTraceSpan.php132 public function setStatus(GoogleRpcStatus $status) argument
134 $this->status = $status;
141 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.php101 public function setStatus(GoogleRpcStatus $status) argument
103 $this->status = $status;
110 return $this->status;

1...<<11121314151617181920>>...124