Home
last modified time | relevance | path

Searched full:status (Results 176 – 200 of 2956) sorted by relevance

12345678910>>...119

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DSpan.php62 protected $statusType = Status::class;
236 * @param Status
238 public function setStatus(Status $status) argument
240 $this->status = $status;
243 * @return Status
247 return $this->status;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DInviteTest.php33 'status' => CalDAV\SharingPlugin::STATUS_ACCEPTED,
39 'status' => CalDAV\SharingPlugin::STATUS_DECLINED,
45 'status' => CalDAV\SharingPlugin::STATUS_NORESPONSE,
52 'status' => CalDAV\SharingPlugin::STATUS_INVALID,
118 'status' => CalDAV\SharingPlugin::STATUS_ACCEPTED,
126 'status' => CalDAV\SharingPlugin::STATUS_DECLINED,
133 'status' => CalDAV\SharingPlugin::STATUS_NORESPONSE,
140 'status' => CalDAV\SharingPlugin::STATUS_INVALID,
/plugin/gtime/gtlib/tsp/
H A DGTVerificationResultHttp.php32 …/******************************************* STATUS CODES ****************************************…
35 * Reserved as alias for <samp>PKIStatusInfo status = granted (0)</samp>
43 * Reserved as alias for <samp>PKIStatusInfo status = grantedWithMods (1)</samp>
51 * Reserved as alias for <samp>PKIStatusInfo status = rejection (2)</samp>
59 * Reserved as alias for <samp>PKIStatusInfo status = waiting (3)</samp>
67 * Reserved as alias for <samp>PKIStatusInfo status = revocationWarning (4)</samp>
75 * Reserved as alias for <samp>PKIStatusInfo status = revocationNotification (5)</samp>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DAppDevExperienceFeatureState.php22 protected $networkingInstallSucceededType = Status::class;
26 * @param Status
28 public function setNetworkingInstallSucceeded(Status $networkingInstallSucceeded)
33 * @return Status
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... com.pusher.rest.data.Result$Status status private final Integer httpStatus private final String message private ...
/plugin/structtasks/meta/
H A DAbstractNotifier.php37 * - @STATUS@
118 * $status.
120 function isCompleted($status) { argument
123 return preg_match($completed_pattern, $status);
138 * - status: The completion status of the task.
154 'STATUS' => $new_data['status'],
155 'PREVSTATUS' => $old_data['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/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DStatus.php22 * Class Status
23 * Elasticsearch API name snapshot.status
28 class Status extends AbstractEndpoint class
60 public function setRepository($repository): Status
70 public function setSnapshot($snapshot): Status
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/Report/XML/CoverageForBankAccount/
H A Dindex.xml5 …<test name="BankAccountTest::testBalanceIsInitiallyZero" size="unknown" result="0" status="PASSED"…
6 …name="BankAccountTest::testBalanceCannotBecomeNegative" size="unknown" result="0" status="PASSED"/>
7 …ame="BankAccountTest::testBalanceCannotBecomeNegative2" size="unknown" result="0" status="PASSED"/>
8 … <test name="BankAccountTest::testDepositWithdrawMoney" size="unknown" result="0" status="PASSED"/>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DFeatureTile.php30 public $status; variable in Google\\Service\\SemanticTile\\FeatureTile
83 public function setStatus($status) argument
85 $this->status = $status;
89 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
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;
H A DGoogleCloudApigeeV1ListApiCategoriesResponse.php40 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ListApiCategoriesResponse
101 public function setStatus($status) argument
103 $this->status = $status;
110 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
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/Compute/
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/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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DPerXdsConfig.php33 public $status; variable in Google\\Service\\TrafficDirectorService\\PerXdsConfig
94 public function setStatus($status) argument
96 $this->status = $status;
103 return $this->status;
/plugin/farm/install/
H A Dpreload.php78 $status = null; variable
82 if($m[1] == 'status') $status = $m[2]; variable
86 if(!$status) $status = 'open'; variable
88 if($status != 'open') displayAndExit($status);
/plugin/geonav/js/
H A DgetLocation.js28 if(addresses.Status.code != 200) {
50 if (response.Status.code == 200) {
59 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/statdisplay/helper/
H A Dlog.php109 $status = $parts[8];
118 if ($status == 200) {
247 $this->logdata[$month]['status']['all'][$status] =
248 isset($this->logdata[$month]['status']['all'][$status]) ?
249 $this->logdata[$month]['status']['all'][$status] + 1 :
251 $this->logdata[$month]['status']['day'][$day][$status] =
252 isset($this->logdata[$month]['status']['day'][$day][$status]) ?
253 $this->logdata[$month]['status']['day'][$day][$status] + 1 :
255 $this->logdata[$month]['status']['hour'][$hour][$status] =
256 isset($this->logdata[$month]['status']['hour'][$hour][$status]) ?
[all …]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php129 * Saves the parser-status.
142 var $status = 'is'; variable in csstidy
478 switch($this->status)
491 $this->status = 'is';
555 $this->status = 'instr';
562 $this->status = 'is';
566 $this->status = 'ip';
604 $this->status = 'iv';
617 $this->status = 'is';
652 $this->status = 'instr';
[all …]
/plugin/structpublish/meta/
H A DConstants.php8 * @todo this might need to be replaced later if we want to have user configurable status
12 // a page can be in one current status
17 // an action transitions a page from one status to another
22 * Convenience function mapping transition actions to resulting status
/dokuwiki/lib/plugins/extension/
H A Dadmin.php90 $status = $extension->uninstall();
91 if ($status) {
105 $status = $extension->enable();
106 if ($status !== true) {
107 msg($status, -1);
117 $status = $extension->disable();
118 if ($status !== true) {
119 msg($status, -1);
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php97 * Gets the Status of the Logout Response.
99 * @return string|null The Status
103 $entries = $this->_query('/samlp:LogoutResponse/samlp:Status/samlp:StatusCode');
107 $status = $entries->item(0)->getAttribute('Value');
108 return $status;
253 <samlp:Status>
254 <samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success" />
255 </samlp:Status>
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php52 $this->assertEquals(400, $this->response->status);
74 …$this->assertEquals(200, $this->response->status,'Got an incorrect status back. Response body: ' .…
170 …$this->assertEquals(200, $this->response->status,'We received an incorrect status code. Full respo…
230 $this->assertEquals(201, $this->response->status);
250 $this->assertEquals(400, $this->response->status);
270 …$this->assertEquals(409, $this->response->status, 'Got an incorrect status code. Full response bod…
295 $this->assertEquals(200, $this->response->status);
305 $this->assertEquals(423, $this->response->status);
334 …$this->assertEquals(204,$this->server->httpResponse->status,'Got an incorrect status code. Full re…
438 $this->assertEquals(200, $this->response->status);
[all …]
/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);
194 'status' => SharingPlugin::STATUS_NORESPONSE,
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);
[all …]

12345678910>>...119