Home
last modified time | relevance | path

Searched refs:status (Results 26 – 50 of 1484) sorted by relevance

12345678910>>...60

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DValidateICalTest.php76 $this->assertEquals(415, $response->status);
90 …$this->assertEquals(201, $response->status, 'Incorrect status returned! Full response body: ' . $r…
118 …$this->assertEquals(400, $response->status, 'Incorrect status returned! Full response body: ' . $r…
132 …$this->assertEquals(400, $response->status, 'Incorrect status returned! Full response body: ' . $r…
146 …$this->assertEquals(415, $response->status, 'Incorrect status returned! Full response body: ' . $r…
160 …$this->assertEquals(400, $response->status, 'Incorrect status returned! Full response body: ' . $r…
174 …$this->assertEquals(400, $response->status, 'Incorrect status returned! Full response body: ' . $r…
188 …$this->assertEquals(400, $response->status, 'Incorrect status returned! Full response body: ' . $r…
202 $this->assertEquals(415, $response->status);
218 $this->assertEquals(204, $response->status);
[all …]
/plugin/jplayer/components/
H A Drequire-built.js3040 if(!self.status.video || self.status.waitForPlay) {
3375 } else if(this.status.waitForPlay && this.status.video) {
3647 this.status.remaining = this.status.duration - this.status.currentTime;
3665 …sp = (this.status.duration > 0) ? (player.buffered * this.status.duration) / this.status.duration …
3683 this.status.remaining = this.status.duration - this.status.currentTime;
3827 this.status.seekPercent = status.seekPercent;
3830 this.status.currentTime = status.currentTime;
3831 this.status.duration = status.duration;
3832 this.status.remaining = status.duration - status.currentTime;
3834 this.status.videoWidth = status.videoWidth;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DStep.php29 public $status; variable in Google\\Service\\ServiceManagement\\Step
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DPublisherReviewStatus.php29 public $status; variable in Google\\Service\\DisplayVideo\\PublisherReviewStatus
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
H A DExchangeReviewStatus.php29 public $status; variable in Google\\Service\\DisplayVideo\\ExchangeReviewStatus
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCollectionStatusDestinationStatus.php29 public $status; variable in Google\\Service\\ShoppingContent\\CollectionStatusDestinationStatus
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
H A DLiaAboutPageSettings.php25 public $status; variable in Google\\Service\\ShoppingContent\\LiaAboutPageSettings
34 public function setStatus($status) argument
36 $this->status = $status;
43 return $this->status;
H A DLiaOnDisplayToOrderSettings.php29 public $status; variable in Google\\Service\\ShoppingContent\\LiaOnDisplayToOrderSettings
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
H A DLinkService.php29 public $status; variable in Google\\Service\\ShoppingContent\\LinkService
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
H A DAccountYouTubeChannelLink.php29 public $status; variable in Google\\Service\\ShoppingContent\\AccountYouTubeChannelLink
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
H A DAccountAdsLink.php29 public $status; variable in Google\\Service\\ShoppingContent\\AccountAdsLink
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
H A DAccountGoogleMyBusinessLink.php33 public $status; variable in Google\\Service\\ShoppingContent\\AccountGoogleMyBusinessLink
66 public function setStatus($status) argument
68 $this->status = $status;
75 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DDestinationStatus.php29 public $status; variable in Google\\Service\\ManufacturerCenter\\DestinationStatus
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
H A DImage.php29 public $status; variable in Google\\Service\\ManufacturerCenter\\Image
52 public function setStatus($status) argument
54 $this->status = $status;
61 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DPipelineReadyCondition.php25 public $status; variable in Google\\Service\\CloudDeploy\\PipelineReadyCondition
34 public function setStatus($status) argument
36 $this->status = $status;
43 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ApiProductRef.php29 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProductRef
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DManagedCertificate.php29 public $status; variable in Google\\Service\\Appengine\\ManagedCertificate
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DDynamicGroupStatus.php25 public $status; variable in Google\\Service\\CloudIdentity\\DynamicGroupStatus
34 public function setStatus($status) argument
36 $this->status = $status;
43 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DTestStatus.php29 public $status; variable in Google\\Service\\SearchConsole\\TestStatus
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
/plugin/linkback/
H A Dhttp.php30 if($this->status == 304 && $sloppy304) return $this->resp_body;
31 if($this->status < 200 || $this->status > 206) return false;
44 if($this->status < 200 || $this->status > 206) return false;
56 $this->status = 0;
114 $this->status = '-100';
136 $this->status = -100;
164 $this->status = $m[2];
177 // check server status cod
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DPolicyCompliance.php26 public $status; variable in Google\\Service\\RealTimeBidding\\PolicyCompliance
33 public function setStatus($status) argument
35 $this->status = $status;
42 return $this->status;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php84 * @param int $status Status code
91 $status = 200, argument
97 $this->assertStatusCodeIsInteger($status);
98 $status = (int) $status;
99 $this->assertStatusCodeRange($status);
101 $this->statusCode = $status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DUsableSubnetworkSecondaryRange.php33 public $status; variable in Google\\Service\\Container\\UsableSubnetworkSecondaryRange
66 public function setStatus($status) argument
68 $this->status = $status;
75 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DTenantResource.php29 public $status; variable in Google\\Service\\ServiceConsumerManagement\\TenantResource
52 public function setStatus($status) argument
54 $this->status = $status;
61 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DConnectionStatus.php33 public $status; variable in Google\\Service\\Connectors\\ConnectionStatus
66 public function setStatus($status) argument
68 $this->status = $status;
75 return $this->status;

12345678910>>...60