Home
last modified time | relevance | path

Searched refs:status (Results 326 – 350 of 1484) sorted by relevance

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

/plugin/siteexport/
H A Dscript.js79 _.status(_.pages());
98 _.status(LANG.plugins.siteexport.loadingpage);
107 _.status(data);
121 _.status(jqXHR.responseText.replace("\n", "<br/>"));
130 _.status(LANG.plugins.siteexport.startdownload);
135 _.status(LANG.plugins.siteexport.downloadfinished);
164 _.status(LANG.plugins.siteexport.downloadfinished);
244 _.status(LANG.plugins.siteexport.finishedbutdownloadfailed);
254 _.status('Adding "' + page + '" ' + this.pages(this.currentCount++));
267 _.status = function(text) { function
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DExceptionTest.php21 foreach($c as $class=>$status) {
24 $this->assertEquals($status, $obj->getHTTPCode());
/plugin/fedauth/Auth/Yadis/
H A DYadis.php335 if (!$response || ($response->status != 200 and
336 $response->status != 206)) {
365 if ((!$response) || ($response->status != 200 and
366 $response->status != 206)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.img.php28 $status = parent::show($driver);
41 return $status;
70 $status = parent::show($driver);
83 return $status;
/plugin/openid/Auth/Yadis/
H A DYadis.php350 if (!$response || ($response->status != 200 and
351 $response->status != 206)) {
380 if ((!$response) || ($response->status != 200 and
381 $response->status != 206)) {
/plugin/geonav/js/
H A DgetLocation.js59 if (xmlhttp.readyState==4 && xmlhttp.status==200) {
103 if (xmlhttp.readyState==4 && xmlhttp.status==200) {
117 if (xmlhttp.readyState==4 && xmlhttp.status==200) {
131 if (xmlhttp.readyState==4 && xmlhttp.status==200) {
145 if (xmlhttp.readyState==4 && xmlhttp.status==200) {
/plugin/xtern/
H A Daction.php90 $status = "408";
93 $status = "495";
95 else $status = $curl_errno;
97 else $status = curl_getinfo($ch, CURLINFO_HTTP_CODE);
99 echo "$status";
H A Dadmin.php224 $status = $this->link_check($url);
225 if($status !="200" && $status !="300" && $status != "301" && $status != "0") {
229 $status = "414";
243 echo $status .": $link:\n<br />";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DImage.php126 public $status; variable in Google\\Service\\Compute\\Image
541 public function setStatus($status) argument
543 $this->status = $status;
550 return $this->status;
H A DInstanceGroupManager.php323 public function setStatus(InstanceGroupManagerStatus $status) argument
325 $this->status = $status;
332 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuild.php92 public $status; variable in Google\\Service\\CloudBuild\\Build
413 public function setStatus($status) argument
415 $this->status = $status;
422 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php115 public $status; variable in Google\\Service\\Logging\\RequestLog
482 public function setStatus($status) argument
484 $this->status = $status;
491 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DCloudFunction.php124 public $status; variable in Google\\Service\\CloudFunctions\\CloudFunction
527 public function setStatus($status) argument
529 $this->status = $status;
536 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php92 public $status; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1Build
413 public function setStatus($status) argument
415 $this->status = $status;
422 return $this->status;
/plugin/dokumicrobugtracker/
H A Dsyntax.php179 $status = $this->_get_one_value($bug,'status');
180 if ($status != '')
181 if ($this->_get_one_value($count,$status)=='')
182 {$count[$status] = array(1,$status);}
184 {$count[$status][0] += 1;}
/plugin/gitbacked/lib/
H A DGit.php285 $status = trim(proc_close($resource));
286 return ($status != 127);
333 $status = trim(proc_close($resource));
335 if ($status) {
340 …throw new Exception($this->handle_command_error($this->repo_path, $cwd, $command, $status, $error_…
402 protected function handle_command_error($repo_path, $cwd, $command, $status, $error_message) { argument
404 $this->plugin->notify_command_error($repo_path, $cwd, $command, $status, $error_message);
433 public function status($html = false) { function in GitRepo
/plugin/do/db/
H A Dupdate0006.sql4 …ELECT task_status.page as page, task_status.md5 as md5, task_status.status as status, task_status.…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DNotificationSupport.php53 * @param int $status One of the SharingPlugin::STATUS_* constants
59 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null); argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideo.php278 public function setStatus(VideoStatus $status) argument
280 $this->status = $status;
287 return $this->status;
/plugin/bugzillahttp/
H A DBzBug.php24 private $status; variable in BzBug
47 return $this->status;
75 return $this->status = $s;
/plugin/farm/
H A Doverview.class.php153 $status = $a->getMetadata('status');
154 if($status == '') $status = 'open';
156 …ptln(' <option '.($status == 'open' ? 'selected="selected"' : '').' value="open">'.$this->manag…
157 …ptln(' <option '.($status == 'maintenance' ? 'selected="selected"' : '').' value="maintenance">…
158 …ptln(' <option '.($status == 'closed' ? 'selected="selected"' : '').' value="closed">'.$this->m…
159 …ptln(' <option '.($status == 'abuse' ? 'selected="selected"' : '').' value="abuse">'.$this->man…
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js123 if (xhr.status >= 200 && xhr.status <= 299)
144 var status = deskStatus[ticket.status] || 'Unknown';
146 var sw = deskStatusWidth[ticket.status];
150 cell.style = mxUtils.setStyle(cell.style, 'issueStatus', status);
377 var err = req.status
/plugin/issuelinks/script/
H A Dadmin_repo.js36 switch (jqXHR.status) {
38 $this.text(jqXHR.status + ' ' + jqXHR.statusText + '!');
150 const statusText = LANG.plugins.issuelinks['status:' + data.status];
157 if (data.status && data.status === 'done') {
/plugin/authgoogle/google/contrib/
H A DGoogle_UrlshortenerService.php248 public $status; variable in Google_Url
279 public function setStatus( $status) { argument
280 $this->status = $status;
283 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DMobileDevice.php160 public $status; variable in Google\\Service\\Directory\\MobileDevice
661 public function setStatus($status) argument
663 $this->status = $status;
670 return $this->status;

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