Home
last modified time | relevance | path

Searched full:status (Results 26 – 50 of 2599) sorted by relevance

12345678910>>...104

/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DBatchDeletePhotosResponse.php22 protected $collection_key = 'status';
23 protected $statusType = Status::class;
27 * @param Status[]
29 public function setStatus($status) argument
31 $this->status = $status;
34 * @return Status[]
38 return $this->status;
H A DPhotoResponse.php24 protected $statusType = Status::class;
42 * @param Status
44 public function setStatus(Status $status) argument
46 $this->status = $status;
49 * @return Status
53 return $this->status;
/plugin/task/lang/de/
H A Dlang.php22 $lang['status'] = 'Status';
31 $lang['mail_changedtask'] = 'Aufgaben-Status geändert';
50 …'] = 'Plugin Task: Es wurde ein ungültiger Wert für "status" empfangen. Der Wert ist "%status%"…
52 $lang['msg_nothing_changed'] = 'Plugin Task: "status" ist unverändert.';
55 $lang['msg_not_logged_in'] = 'Plugin Task: Sie müssen eingeloggt sein um den Status zu änd…
56 …ng['msg_status_changed'] = 'Plugin Task: "status" wurde geändert von "%oldstatus%" auf "%s…
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh41 status=$?
62 status=$?
96 status=$?
230 status=$?
232 return ${status}
236 status=$?
238 return ${status}
242 status=$?
248 status=$?
259 status=$?
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DSingle.php3 * Single quote string status for the scanner
9 namespace PhpCss\Scanner\Status\Text {
14 * Single quote string status for the scanner
16 class Single extends Scanner\Status {
49 * Check if token ends status
61 * Get new (sub)status if needed.
63 * Returns always NULL, because a string never has a sub status
66 * @return Scanner\Status|NULL
68 public function getNewStatus(Scanner\Token $token): ?Scanner\Status {
H A DDouble.php3 * Double quote string status for the scanner
9 namespace PhpCss\Scanner\Status\Text {
14 * Double quote string status for the scanner
16 class Double extends Scanner\Status {
49 * Check if token ends status
61 * Get new (sub)status if needed.
64 * @return Scanner\Status|NULL
66 public function getNewStatus(Scanner\Token $token): ?Scanner\Status {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropFind.php113 * If status is not supplied, the status will default to 200 for non-null
118 * @param int $status
121 function set($propertyName, $value, $status = null) { argument
123 if (is_null($status)) {
124 $status = is_null($value) ? 404 : 200;
130 $this->result[$propertyName] = [$status, $value];
134 if ($status !== 404 && $this->result[$propertyName][0] === 404) {
139 $this->result[$propertyName] = [$status, $value];
156 * Returns the current status code for a property name.
240 * This returns just their names, not a status or value.
[all …]
/plugin/webdav/vendor/sabre/dav/
H A DREADME.md14 Build status
17 | branch | status | minimum PHP version |
19 | master | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=master)](https:/…
20 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=3.0)](https://tr…
21 | 3.0 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=3.0)](https://tr…
22 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=2.1)](https://tr…
23 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=2.0)](https://tr…
24 | 1.8 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=1.8)](https://tr…
25 | 1.7 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=1.7)](https://tr…
26 | 1.6 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=1.6)](https://tr…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DCheckResponse.php26 protected $statusType = Status::class;
44 * @param Status
46 public function setStatus(Status $status) argument
48 $this->status = $status;
51 * @return Status
55 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DJobResult.php24 protected $statusType = Status::class;
42 * @param Status
44 public function setStatus(Status $status) argument
46 $this->status = $status;
49 * @return Status
53 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DExecuteBatchDmlResponse.php25 protected $statusType = Status::class;
43 * @param Status
45 public function setStatus(Status $status) argument
47 $this->status = $status;
50 * @return Status
54 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DError.php26 protected $statusType = Status::class;
44 * @param Status
46 public function setStatus(Status $status) argument
48 $this->status = $status;
51 * @return Status
55 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DAddHeldAccountResult.php24 protected $statusType = Status::class;
42 * @param Status
44 public function setStatus(Status $status) argument
46 $this->status = $status;
49 * @return Status
53 return $this->status;
/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…
241 …$this->assertEquals(403, $response->status, 'Incorrect status returned! Full response body: ' . $r…
256 …$this->assertEquals(403, $response->status, 'Incorrect status returned! Full response body: ' . $r…
[all …]
/plugin/jplayer/components/
H A Drequire-built.js3647 this.status.remaining = this.status.duration - this.status.currentTime;
3683 this.status.remaining = this.status.duration - this.status.currentTime;
3685 this.status.readyState = 4; // status.readyState;
3688 this.status.ended = false; // status.ended;
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;
3835 this.status.videoHeight = status.videoHeight;
[all …]
/plugin/codemirror/dist/modes/
H A Dhttp.min.js.map1status","Number","eatWhile","requestProtocol","sol","eat","body","token","eatSpace","blankLine","s…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php15 /** @var array Map of standard HTTP status code/reason phrases */
27 207 => 'Multi-status',
84 * @param int $status Status code
88 … $reason Reason phrase (when empty a default will be used based on the status code)
91 $status = 200, argument
97 $this->assertStatusCodeIsInteger($status);
98 $status = (int) $status;
99 $this->assertStatusCodeRange($status);
101 $this->statusCode = $status;
145 throw new \InvalidArgumentException('Status code must be an integer value.');
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php66 * If status is not supplied, the status will default to 200 for non-null
71 * @param int $status
74 function set($propertyName, $value, $status = null) { argument
76 if (is_null($status)) {
77 $status = is_null($value) ? 404 : 200;
79 $this->result[$propertyName] = [$status, $value];
96 * Returns the current status code for a property name.
111 * Returns all propertynames that have a 404 status, and thus don't have a
/plugin/gtime/gtlib/tsp/
H A DGTVerificationResultBase.php40 * @param int $statusCode verification status code bitfield
58 * Gets the status bitfield for this verification result.
60 * @return int status bitfield
76 * Checks if this verification result has specified status code set.
78 * @param int $statusCode the status code to check for
79 * @return bool true if this verification result has specified status code set
105 * Updates this verification result status bitfield with specified status code.
107 * @param int $statusCode the status code to set
/plugin/webdav/vendor/sabre/http/lib/
H A DResponseDecorator.php31 * Returns the current HTTP status code.
43 * Returns the human-readable status string.
55 * Sets the HTTP status code.
57 * This can be either the full HTTP status code with human readable string,
63 * @param string|int $status
66 function setStatus($status) { argument
68 $this->inner->setStatus($status);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DContactGroupResponse.php28 protected $statusType = Status::class;
60 * @param Status
62 public function setStatus(Status $status) argument
64 $this->status = $status;
67 * @return Status
71 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBitbucketServerConnectedRepository.php28 protected $statusType = Status::class;
60 * @param Status
62 public function setStatus(Status $status) argument
64 $this->status = $status;
67 * @return Status
71 return $this->status;
/plugin/doctree2filelist/
H A Dadmin.php120 if ($status == "IMPORTED") {
135 if (is_dir($file_upload) && ($status != "IMPORTED") && ($status != "DOCSUPLOADED") ) {
466 * Save status of import procedure to status file
477 // build status line
480 // write status to file
486 * reads status of import procedure from status file
496 $status = "START";
497 // read status from file
504 $status = rtrim($status[4]);
506 $status = $status[1] . " " . $this->getLang('fromuser') . " " . $status[3];
[all …]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php209 <status>
212 </status>
228 $expected->status = new OrderStatus();
229 $expected->status->id = 5;
230 $expected->status->label = 'processed';
246 <status>
249 </status>
267 $expected->status = new OrderStatus();
268 $expected->status->id = 5;
269 $expected->status->label = 'processed';
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php73 * Current visitor status (position in expression)
164 * Get/Set the current visiting status
166 * @param null|int $status
169 private function status($status = NULL): int { argument
170 if (isset($status)) {
171 $this->_status = $status;
177 * Read the status of an option
194 switch ($this->status()) {
207 switch ($this->status()) {
[all...]

12345678910>>...104