Home
last modified time | relevance | path

Searched refs:status (Results 176 – 200 of 1484) sorted by relevance

12345678910>>...60

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPage.php53 public $status; variable in Google\\Service\\Blogger\\Page
182 public function setStatus($status) argument
184 $this->status = $status;
191 return $this->status;
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;
H A DBlog.php59 public $status; variable in Google\\Service\\Blogger\\Blog
212 public function setStatus($status) argument
214 $this->status = $status;
221 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2ExecuteResponse.php78 public function setStatus(GoogleRpcStatus $status) argument
80 $this->status = $status;
87 return $this->status;
H A DGoogleDevtoolsRemoteworkersV1test2CommandResult.php81 public function setStatus(GoogleRpcStatus $status) argument
83 $this->status = $status;
90 return $this->status;
/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/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php121 …$this->assertEquals(501, $this->response->status,'Incorrect status returned. Full response body:' …
137 $this->assertEquals(415, $this->response->status);
190 $this->assertEquals(403, $this->response->status);
243 $this->assertEquals(409, $this->response->status);
296 $this->assertEquals(405, $this->response->status);
350 …$this->assertEquals(201, $this->response->status,'Invalid response code received. Full response bo…
399 …$this->assertEquals(201, $this->response->status,'Invalid response code received. Full response bo…
447 $this->assertEquals(400, $this->response->status);
592 …$this->assertEquals(207, $this->response->status,'Invalid HTTP status received. Full response body…
643 …$this->assertEquals(207, $this->response->status,'Invalid HTTP status received. Full response body…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DDomainMapping.php96 public function setStatus(DomainMappingStatus $status) argument
98 $this->status = $status;
105 return $this->status;
H A DService.php96 public function setStatus(ServiceStatus $status) argument
98 $this->status = $status;
105 return $this->status;
H A DConfiguration.php96 public function setStatus(ConfigurationStatus $status) argument
98 $this->status = $status;
105 return $this->status;
H A DRevision.php96 public function setStatus(RevisionStatus $status) argument
98 $this->status = $status;
105 return $this->status;
H A DRoute.php96 public function setStatus(RouteStatus $status) argument
98 $this->status = $status;
105 return $this->status;
/plugin/farm/install/
H A Dpreload.php78 $status = null; variable
82 if($m[1] == 'status') $status = $m[2]; variable
86 if(!$status) $status = 'open'; variable
88 if($status != 'open') displayAndExit($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/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DReservation.php65 public $status; variable in Google\\Service\\Compute\\Reservation
228 public function setStatus($status) argument
230 $this->status = $status;
237 return $this->status;
H A DPublicDelegatedPrefix.php72 public $status; variable in Google\\Service\\Compute\\PublicDelegatedPrefix
245 public function setStatus($status) argument
247 $this->status = $status;
254 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeveloperApp.php70 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperApp
243 public function setStatus($status) argument
245 $this->status = $status;
252 return $this->status;
/plugin/blogtng/db/
H A Dupdate0004.sql12 status field
15 SELECT cid, pid, source, name, mail, web, avatar, created, text, status
30 status, field
35 CREATE INDEX idx_comments_status ON comments(status);
38 SELECT cid, pid, source, name, mail, web, avatar, created, text, status, null
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerCopyMoveTest.php64 …$this->assertEquals(204, $this->response->status, 'Received an incorrect HTTP status. Full body in…
88 …$this->assertEquals(403, $this->response->status, 'Received an incorrect HTTP status. Full body in…
113 $this->assertEquals(409, $this->response->status);
130 $this->assertEquals(400, $this->response->status);
146 …$this->assertEquals(201, $this->response->status, 'Full response: ' . $this->response->getBody(tru…
178 $this->assertEquals(201, $this->response->status);
195 …$this->assertEquals(201, $this->response->status, 'Incorrect status received. Full response body: …
/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/CloudDebugger/
H A DVariable.php75 public function setStatus(StatusMessage $status) argument
77 $this->status = $status;
84 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylistItem.php114 public function setStatus(PlaylistItemStatus $status) argument
116 $this->status = $status;
123 return $this->status;
/plugin/xtern/scripts/
H A Dchk_links.php28 $status = link_check($url);
29 if($status !="200" && $status !="300" && $status != "301") {
30 echo $status .": $id:\n\t";
/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/ServiceControl/
H A DV2HttpRequest.php77 public $status; variable in Google\\Service\\ServiceControl\\V2HttpRequest
268 public function setStatus($status) argument
270 $this->status = $status;
277 return $this->status;

12345678910>>...60