Home
last modified time | relevance | path

Searched full:status (Results 201 – 225 of 2956) sorted by relevance

12345678910>>...119

/plugin/cloudstorage/
H A Daction.php39 $status = $data['status'];
41 if ($status == 200 && $cdn) {
52 $event->data['status'] = 301;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus.php44 public function setStatus(GoogleRpcStatus $status) argument
46 $this->status = $status;
53 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse.php44 public function setStatus(GoogleRpcStatus $status) argument
46 $this->status = $status;
53 return $this->status;
H A DBuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse.php53 public function setStatus(GoogleRpcStatus $status) argument
55 $this->status = $status;
62 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DImportAptArtifactsErrorInfo.php22 protected $errorType = Status::class;
28 * @param Status
30 public function setError(Status $error)
35 * @return Status
H A DImportYumArtifactsErrorInfo.php22 protected $errorType = Status::class;
28 * @param Status
30 public function setError(Status $error)
35 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DDynamicGroupMetadata.php45 public function setStatus(DynamicGroupStatus $status) argument
47 $this->status = $status;
54 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DCollectdValueError.php22 protected $errorType = Status::class;
30 * @param Status
32 public function setError(Status $error)
37 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3TestCaseError.php30 public function setStatus(GoogleRpcStatus $status) argument
32 $this->status = $status;
39 return $this->status;
H A DGoogleCloudDialogflowCxV3beta1TestCaseError.php30 public function setStatus(GoogleRpcStatus $status) argument
32 $this->status = $status;
39 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2TaskAttemptResult.php46 public function setStatus(GoogleRpcStatus $status) argument
48 $this->status = $status;
55 return $this->status;
H A DGoogleCloudRunV1Condition.php41 public $status; variable in Google\\Service\\CloudRun\\GoogleCloudRunV1Condition
106 public function setStatus($status) argument
108 $this->status = $status;
115 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2ProfileStatus.php32 public function setStatus(GoogleRpcStatus $status) argument
34 $this->status = $status;
41 return $this->status;
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.min.js2status.duration!==s&&(s=a.jPlayer.status.duration,w())},b=function(a){u||100!==a.jPlayer.status.se…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DTrackRelease.php38 public $status; variable in Google\\Service\\AndroidPublisher\\TrackRelease
104 public function setStatus($status) argument
106 $this->status = $status;
113 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DUserList.php41 public $status; variable in Google\\Service\\RealTimeBidding\\UserList
104 public function setStatus($status) argument
106 $this->status = $status;
113 return $this->status;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php36 …$this->assertEquals(207, $this->response->status, 'We expected a multi-status response. Full respo…
48 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:status');
49 $this->assertEquals(1, count($data), 'We expected 1 \'d:status\' element');
51 …$this->assertEquals('HTTP/1.1 200 OK', (string)$data[0], 'The status for this property should have…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dcleanup.sh40 status=$?
46 # status is 0 or SIGINT
47 if [[ "$status" == "0" || "$status" == "130" ]]; then
52 exit ${status}
/plugin/dwcommits/
H A Dhelper.php189 $status = "exit code: " . $exit_code . " ";
194 $status = "exit code: " . $exit_code;
199 $status = "exit code: " . $exit_code;
205 $status = "exit code: " . $exit_code;
210 $status = "exit code: " . $exit_code;
216 $status = "exit code: " . $exit_code;
321 /* Seems git status sometimes returns exit code of 1 even when 0 is expected
327 exec("$this->git status",$retv, $exit_code);
351 $status = $this->status_message;
355 if(!is_array($status)) return $current_git;
[all …]
/plugin/mantis/lib/
H A Dclass.soap_parser.php26 var $status = ''; variable in nusoap_parser
179 // set status
181 $this->status = 'envelope';
184 $this->status = 'header';
186 $this->status = 'body';
190 $this->status = 'method';
196 // set my status
197 $this->message[$pos]['status'] = $this->status;
276 $this->status = 'method';
389 // switch status
[all …]
/plugin/gtd/
H A Dstyle.css60 background: #ffd9d9 url(images/status-due.png) no-repeat 5px 6px;
64 background: #feffcd url(images/status-warn.png) no-repeat 5px 6px;
68 background: #e3f9ff url(images/status-pass.png) no-repeat 5px 6px;
72 background: url(images/status-upco.png) no-repeat 5px 6px;
/plugin/prettyprint/
H A Dscript.js33 var status = JSINFO['status'];
37 var loc_status = jQuery('.approval_'+status).find("em").text();
41 if(status == 'approved')
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DDiscovered.php23 protected $analysisStatusErrorType = Status::class;
37 * @param Status
39 public function setAnalysisStatusError(Status $analysisStatusError)
44 * @return Status
/plugin/phpipam/lang/en/
H A Dlang.php23 $lang['status'] = "Status"; // subnets ipaddresses
24 $lang['tag'] = "Status"; // subnets ipaddresses
57 $lang['pingSubnet'] = "Inclusion of Status Checks";
71 $lang['excludePing'] = "Disabling PTR Status Update Scans";
80 $lang['tag'] = "Status";
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt60 Bug 123 <status,assigned_to>
68 * Bug 124 <status,assigned_to>
69 * Bug 125 <priority,status,assigned_to>
87 <Buglist OPEN summary:Foo group_by:status extras:assigned_to,priority>
113 * ''status'' - shows the Bug status, using colors as set in plugin settings
132 * colors for each bug status

12345678910>>...119