Home
last modified time | relevance | path

Searched refs:status (Results 351 – 375 of 1484) sorted by relevance

1...<<11121314151617181920>>...60

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDisk.php146 public $status; variable in Google\\Service\\Compute\\Disk
611 public function setStatus($status) argument
613 $this->status = $status;
620 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DJob.php299 public function setStatus(JobStatus $status) argument
301 $this->status = $status;
308 return $this->status;
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js15 t.status=200;
128 status=4;
132 status=500;
228 status=statusText=responseJS=null;
368 req.status=null;
370 req.status=xr.status;
375 if(!req.status){
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js16 t.status = 200;
183 status = 4;
187 status = 500;
297 status = statusText = responseJS = null;
495 req.status = null;
499 req.status = xr.status;
502 if (!req.status) return;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt38 "status": "pass",
51 "status": "pass",
64 "status": "pass",
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php26 function Auth_Yadis_HTTPResponse($final_url = null, $status = null, argument
30 $this->status = $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/webdav/vendor/sabre/http/lib/
H A DClient.php217 $status = curl_multi_info_read(
222 if ($status && $status['msg'] === CURLMSG_DONE) {
224 $resourceId = intval($status['handle']);
232 … $curlResult = $this->parseCurlResult(curl_multi_getcontent($status['handle']), $status['handle']);
/plugin/git/lib/
H A DGit.php208 $status = trim(proc_close($resource));
209 return ($status != 127);
236 $status = trim(proc_close($resource));
237 if ($status) throw new Exception($stderr);
324 $status = $this->get_status(false);
325 $pos = strpos($status, 'Your branch is ahead of');
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php215 $status = curl_multi_info_read(
220 if ($status && $status['msg'] === CURLMSG_DONE) {
222 $resourceId = intval($status['handle']);
230 … $curlResult = $this->parseCurlResult(curl_multi_getcontent($status['handle']), $status['handle']);
/plugin/structstatus/
H A DStatus.php164 foreach($values as $status) {
166 $label = $status[0]->getValue();
167 $color = $status[1]->getValue();
168 $icon = $status[2]->getValue();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDevice.php142 public $status; variable in Google\\Service\\Directory\\ChromeOsDevice
625 public function setStatus($status) argument
627 $this->status = $status;
634 return $this->status;
/plugin/diagramsnet/lib/plugins/
H A Danimation.js344 function toggleFlowAnim(graph, cells, status) argument
346 if (!status)
348 status = 'toggle'
363 … if ((status == 'toggle' && paths[1].getAttribute('class') == 'mxEdgeFlow') || status == 'stop')
372 …else if ((status == 'toggle' && paths[1].getAttribute('class') != 'mxEdgeFlow') || status == 'star…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalSearchPropertySetTest.php51 $this->assertEquals(400, $server->httpResponse->status);
78 $this->assertEquals(400, $server->httpResponse->status, $server->httpResponse->body);
105 $this->assertEquals(200, $server->httpResponse->status, $server->httpResponse->body);
/plugin/imgpaste/
H A Daction.php156 * @param int $status HTTP status code
159 protected function fail($status, $text = '') argument
162 http_status($status, $text);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php75 …$this->assertEquals(200, $this->response->status, "Incorrect status received. Full response body: …
108 $this->assertEquals(501, $this->response->status);
119 $this->assertEquals(501, $this->response->status);
140 $this->assertEquals(302, $this->response->status);
/plugin/discussion/
H A Dhelper.php119 $status = $data['status'];
122 …if (!$status || (($status == 2) && (!$number))) continue; // skip if comments are off or closed wi…
136 'status' => $status,
/plugin/combo/resources/snippet/js/
H A Dmetadata.js73 if (response.status !== 200) {
74 modalMessage.push(`Error, unable to save. (return code: ${response.status})`);
173 if (response.status !== 200) {
174 console.error('Bad runner request, status Code is: ' + response.status);
/plugin/structpublish/action/
H A Dbanner.php58 // status of the shown revision
145 * @param string $status current status
149 protected function actionButtons($status, $newVersion) argument
152 if ($status === Constants::STATUS_PUBLISHED) {
159 $status !== Constants::STATUS_APPROVED &&
/plugin/cloudstorage/
H A Daction.php39 $status = $data['status'];
41 if ($status == 200 && $cdn) {
/plugin/issuetracker/
H A DREADME37 {{issuetracker>project=your_project|status=all|severity=all|display=form}}
41 {{issuetracker>project=your_project|product=all|status=all|severity=all|display=issues}}
75 Define issue status levels you = New,Assigned,External Pending,In
86 status text instead of icons at = little icons will be displayed with
87 Issue list status text as tooltip to save space
110 {{issuetracker>project=your_project|status=all|display=form}}
134 {{issuetracker>project=your_project|product=all|status=all|severity=all|display=issues}}
150 where the communication is stored to. Additionally a status log file will
151 provide an overview when the status changed and by whom. All files are stored
/plugin/blogtng/db/
H A Dupdate0001.sql28 status field
32 CREATE INDEX idx_comments_status ON comments(status);
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php166 public $status; variable in Google_TopicPropertyvalue
177 public function setStatus( $status) { argument
178 $this->status = $status;
181 return $this->status;
H A DGoogle_AdsensehostService.php692 public $status; variable in Google_Account
711 public function setStatus( $status) { argument
712 $this->status = $status;
715 return $this->status;
939 public $status; variable in Google_AdUnit
982 public function setStatus( $status) { argument
983 $this->status = $status;
986 return $this->status;
1111 public $status; variable in Google_AssociationSession
1147 $this->status = $status;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php138 public $status; variable in Google\\Service\\Calendar\\Event
635 public function setStatus($status) argument
637 $this->status = $status;
644 return $this->status;

1...<<11121314151617181920>>...60