Home
last modified time | relevance | path

Searched full:status (Results 126 – 150 of 2956) sorted by relevance

12345678910>>...119

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DOperation.php33 protected $errorType = Status::class;
62 public $status; variable in Google\\Service\\Container\\Operation
119 * @param Status
121 public function setError(Status $error)
126 * @return Status
233 public function setStatus($status) argument
235 $this->status = $status;
242 return $this->status;
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/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTemporaryFileFilterTest.php25 $this->assertEquals(201, $this->response->status);
41 $this->assertEquals(201, $this->response->status);
59 $this->assertEquals(201, $this->response->status);
69 $this->assertEquals(412, $this->response->status);
85 $this->assertEquals(201, $this->response->status);
95 $this->assertEquals(200, $this->response->status);
127 $this->assertEquals(201, $this->response->status);
145 $this->assertEquals(201, $this->response->status);
154 …$this->assertEquals(204, $this->response->status, "Incorrect status code received. Full body:\n". …
171 $this->assertEquals(201, $this->response->status);
[all …]
H A DServerCopyMoveTest.php64 …$this->assertEquals(204, $this->response->status, 'Received an incorrect HTTP status. Full body in…
88 …$this->assertEquals(403, $this->response->status, 'Received an incorrect HTTP status. Full body in…
113 $this->assertEquals(409, $this->response->status);
130 $this->assertEquals(400, $this->response->status);
146 …$this->assertEquals(201, $this->response->status, 'Full response: ' . $this->response->getBody(tru…
178 $this->assertEquals(201, $this->response->status);
195 …$this->assertEquals(201, $this->response->status, 'Incorrect status received. Full response body: …
/plugin/blogtng/db/
H A Dupdate0004.sql12 status field
15 SELECT cid, pid, source, name, mail, web, avatar, created, text, status
30 status, field
35 CREATE INDEX idx_comments_status ON comments(status);
38 SELECT cid, pid, source, name, mail, web, avatar, created, text, status, null
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js64 …if ( ( oXmlHttp.status != 200 && oXmlHttp.status != 304 ) || oXmlHttp.responseXML == null || oXmlH…
67 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
83 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 )
87 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst12 {% if post.status is constant('Post::PUBLISHED') %}
13 the status attribute is exactly the same as Post::PUBLISHED
20 {% if post.status is constant('PUBLISHED', post) %}
21 the status attribute is exactly the same as Post::PUBLISHED
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookQueryTest.php40 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
90 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
135 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
174 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
217 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
262 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
307 …$this->assertEquals(415, $response->status, 'Incorrect status code. Full response body:' . $respon…
/template/a_new_day/lang/en/
H A Dsettings.php18 $lang['btl_default_page_actions_status'] = 'default status for page actions';
19 $lang['btl_default_wiki_actions_status'] = 'default status for wiki actions';
20 $lang['btl_default_user_actions_status'] = 'default status for user actions';
21 $lang['btl_default_submit_actions_status'] = 'default status for submit actions' ;
/template/a_new_day/lang/nl/
H A Dsettings.php18 $lang['btl_default_page_actions_status'] = 'default status voor pagina acties';
19 $lang['btl_default_wiki_actions_status'] = 'default status voor wiki acties';
20 $lang['btl_default_user_actions_status'] = 'default status voor gebruiker acties';
21 $lang['btl_default_submit_actions_status'] = 'default status voor submit acties' ;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DStatus.php13 * Elastica general status.
17 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-status.html class
19 class Status
22 * Contains all status infos.
46 * Returns status data.
48 * @return array<string, mixed> Status data
155 * Refresh status object.
/plugin/issuetracker/conf/
H A Dmetadata.php31 …kbox', '_choices' => array('created', 'product', 'version', 'severity', 'status', 'title', 'descri…
34 $meta['status'] = array('string'); // Configure allowed status info
35 $meta['status_special'] = array('string'); // hidden issues, only single status value allowed !
40 $meta['noStatIMG'] = array('onoff'); // define if status text instead of pictures will be di…
43 …] = array('multicheckbox', '_choices' => array('Filter Severity','Filter Status','Filter Product',…
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php89 $status = substr($part, 0, strpos($part, "\n"));
90 $status = explode(" ", $status);
91 $status = $status[1];
95 $response->setResponseHttpCode($status);
/plugin/davcal/vendor/sabre/event/
H A DREADME.md23 Build status
26 | branch | status |
28 | master | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=master)](https://tra…
29 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=2.0)](https://travis…
30 | 1.0 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=1.0)](https://travis…
31 | php53 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=php53)](https://trav…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
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/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/ShoppingContent/
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/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/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 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/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;
/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/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;

12345678910>>...119