Home
last modified time | relevance | path

Searched refs:status (Results 51 – 75 of 1484) sorted by relevance

12345678910>>...60

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DServiceAttachmentConnectedEndpoint.php33 public $status; variable in Google\\Service\\Compute\\ServiceAttachmentConnectedEndpoint
66 public function setStatus($status) argument
68 $this->status = $status;
75 return $this->status;
H A DSslCertificateManagedSslCertificate.php34 public $status; variable in Google\\Service\\Compute\\SslCertificateManagedSslCertificate
67 public function setStatus($status) argument
69 $this->status = $status;
76 return $this->status;
H A DInstanceWithNamedPorts.php32 public $status; variable in Google\\Service\\Compute\\InstanceWithNamedPorts
65 public function setStatus($status) argument
67 $this->status = $status;
74 return $this->status;
H A DPerInstanceConfig.php35 public $status; variable in Google\\Service\\Compute\\PerInstanceConfig
82 public function setStatus($status) argument
84 $this->status = $status;
91 return $this->status;
H A DPublicAdvertisedPrefixPublicDelegatedPrefix.php41 public $status; variable in Google\\Service\\Compute\\PublicAdvertisedPrefixPublicDelegatedPrefix
102 public function setStatus($status) argument
104 $this->status = $status;
111 return $this->status;
/plugin/mikioplugin/
H A Dscript.js338 var status = quizRef.attr('data-status');
339 status = status.replace('$1', '1');
340 status = status.replace('$2', quizRef.children('.mikiop-quiz-item').length);
341 quizRef.find('.mikiop-quiz-status-text').html(status);
379 parent.find('.mikiop-quiz-status-number').html(i + 1);
381 var status
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DObjectFilter.php34 public $status; variable in Google\\Service\\Dfareporting\\ObjectFilter
67 public function setStatus($status) argument
69 $this->status = $status;
76 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DTargetsPresentCondition.php30 public $status; variable in Google\\Service\\CloudDeploy\\TargetsPresentCondition
53 public function setStatus($status) argument
55 $this->status = $status;
62 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DLiveStreamHealthStatus.php32 public $status; variable in Google\\Service\\YouTube\\LiveStreamHealthStatus
65 public function setStatus($status) argument
67 $this->status = $status;
74 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DOpenInfo.php31 public $status; variable in Google\\Service\\MyBusinessBusinessInformation\\OpenInfo
64 public function setStatus($status) argument
66 $this->status = $status;
73 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DLiaInventorySettings.php37 public $status; variable in Google\\Service\\ShoppingContent\\LiaInventorySettings
84 public function setStatus($status) argument
86 $this->status = $status;
93 return $this->status;
H A DProductStatusDestinationStatus.php42 public $status; variable in Google\\Service\\ShoppingContent\\ProductStatusDestinationStatus
103 public function setStatus($status) argument
105 $this->status = $status;
112 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ApiResponseWrapper.php37 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiResponseWrapper
84 public function setStatus($status) argument
86 $this->status = $status;
93 return $this->status;
H A DGoogleCloudApigeeV1ApiCategory.php39 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiCategory
100 public function setStatus($status) argument
102 $this->status = $status;
109 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DPerDeviceStatusInBatch.php37 public $status; variable in Google\\Service\\AndroidProvisioningPartner\\PerDeviceStatusInBatch
84 public function setStatus($status) argument
86 $this->status = $status;
93 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DBidResponseWithoutBidsStatusRow.php29 public $status; variable in Google\\Service\\AdExchangeBuyerII\\BidResponseWithoutBidsStatusRow
62 public function setStatus($status) argument
64 $this->status = $status;
71 return $this->status;
H A DClientUser.php33 public $status; variable in Google\\Service\\AdExchangeBuyerII\\ClientUser
70 public function setStatus($status) argument
72 $this->status = $status;
79 return $this->status;
H A DNonBillableWinningBidStatusRow.php29 public $status; variable in Google\\Service\\AdExchangeBuyerII\\NonBillableWinningBidStatusRow
62 public function setStatus($status) argument
64 $this->status = $status;
71 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAccount.php37 public $status; variable in Google\\Service\\AdSenseHost\\Account
84 public function setStatus($status) argument
86 $this->status = $status;
93 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1FeedbackThreadMetadata.php33 public $status; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata
70 public function setStatus($status) argument
72 $this->status = $status;
79 return $this->status;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharingPluginTest.php131 $this->assertEquals(501, $response->status, $response->body);
145 $this->assertEquals(501, $response->status, $response->body);
159 $this->assertEquals(501, $response->status, $response->body);
188 $this->assertEquals(200, $response->status, $response->body);
230 $this->assertEquals(501, $response->status, $response->body);
251 $this->assertEquals(200, $response->status, $response->body);
269 $this->assertEquals(400, $response->status, $response->body);
288 $this->assertEquals(501, $response->status, $response->body);
311 $this->assertEquals(202, $response->status, $response->body);
330 $this->assertEquals(200, $response->status, $response->body);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php52 $this->assertEquals(400, $this->response->status);
230 $this->assertEquals(201, $this->response->status);
250 $this->assertEquals(400, $this->response->status);
295 $this->assertEquals(200, $this->response->status);
305 $this->assertEquals(423, $this->response->status);
438 $this->assertEquals(200, $this->response->status);
455 $this->assertEquals(423, $this->response->status);
485 $this->assertEquals(200, $this->response->status);
496 $this->assertEquals(423, $this->response->status);
526 $this->assertEquals(200, $this->response->status);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DOperationProgress.php34 public $status; variable in Google\\Service\\Container\\OperationProgress
81 public function setStatus($status) argument
83 $this->status = $status;
90 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DExperimentVariations.php29 public $status; variable in Google\\Service\\Analytics\\ExperimentVariations
57 public function setStatus($status) argument
59 $this->status = $status;
66 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGoogleCloudSecuritycenterV1ExternalSystem.php42 public $status; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1ExternalSystem
103 public function setStatus($status) argument
105 $this->status = $status;
112 return $this->status;

12345678910>>...60