Home
last modified time | relevance | path

Searched full:status (Results 76 – 100 of 2855) sorted by relevance

12345678910>>...115

/plugin/davcal/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/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateVCardTest.php63 $this->assertEquals(415, $response->status);
77 …$this->assertEquals(201, $response->status, 'Incorrect status returned! Full response body: ' . $r…
97 …$this->assertEquals(201, $response->status, 'Incorrect status returned! Full response body: ' . $r…
113 …$this->assertEquals(201, $response->status, 'Incorrect status returned! Full response body: ' . $r…
130 …$this->assertEquals(415, $response->status, 'Incorrect status returned! Full response body: ' . $r…
144 $this->assertEquals(415, $response->status);
160 $this->assertEquals(204, $response->status);
/plugin/davcard/vendor/sabre/vobject/
H A DREADME.md9 Build status
12 | branch | status |
14 | master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=master)](https://t…
15 | 3.4 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4)](https://trav…
16 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1)](https://trav…
17 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1)](https://trav…
18 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0)](https://trav…
/plugin/googlemaps3/
H A Dscript.js82 geocoder.geocode({'address': options.lng}, function(results, status) { argument
83 if (status=='OK') {
86 console.log('Googlemaps3 Plugin: geocode failed, status='+status);
92 geocoder.geocode({'address': address}, function(results, status) { argument
93 if (status=='OK') {
96 console.log('Googlemaps3 Plugin: geocode failed, status='+status);
/dokuwiki/inc/Action/Exception/
H A DFatalException.php10 * Will abort all handling and display some info to the user. The HTTP status code
21 * @param int $status the HTTP status to send
24 public function __construct($message = 'A fatal error occured', $status = 500, $previous = null)
26 parent::__construct($message, $status, $previous);
23 __construct($message = 'A fatal error occured', $status = 500, $previous = null) global() argument
/dokuwiki/lib/exe/
H A Dfetch.php44 [$STATUS, $STATUSMESSAGE] = checkFileStatus($MEDIA, $FILE, $REV, $WIDTH, $HEIGHT);
57 'status' => $STATUS,
71 // handle the file status
75 if ($data['status'] > 300 && $data['status'] <= 304) {
79 // send any non 200 status
80 if ($data['status'] != 200) {
81 http_status($data['status'], $data['statusmessage']);
84 if ($data['status'] > 20
[all...]
/plugin/bugzillaint/lang/en/
H A Dsettings.php9 …s. Possible values are: dependencies, assigned_to, lastchange, deadline, status, version, priority…
10 …s. Possible values are: dependencies, assigned_to, lastchange, deadline, status, version, priority…
11 …s. Possible values are: dependencies, assigned_to, lastchange, deadline, status, version, priority…
18 $lang['color_new'] = 'Color for the bug status NEW';
19 $lang['color_assigned'] = 'Color for the bug status ASSIGNED';
20 $lang['color_reopened'] = 'Color for the bug status REOPENED';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php60 public $status; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply
69 * @param int $status
71 function __construct($href, $calendarUri, $inReplyTo, $summary, $status) { argument
77 $this->status = $status;
110 $status = null;
124 $status = SharingPlugin::STATUS_ACCEPTED;
127 $status = SharingPlugin::STATUS_DECLINED;
145 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
/plugin/structstatus/
H A Dsyntax.php40 $this->Lexer->addSpecialPattern('{{struct-status>.*?}}', $mode, 'plugin_structstatus');
104 /** @var \dokuwiki\plugin\structstatus\Status $type */
106 if(!is_a($type, \dokuwiki\plugin\structstatus\Status::class)) {
107 msg(hsc("$table.$field is not a Status field"), -1);
130 foreach($type->getAllStatuses() as $status) {
131 $color = $status['color'];
132 if(in_array($status['rid'], $rids)) {
137 …$html .= $type->xhtmlStatus($status['label'], $color, $status['icon'], $status['rid'], $class, tru…
/plugin/authyubikey/lib/
H A DYubico.php368 $status = $out[1];
377 * ignore response. Return if status=OK or
378 * status=REPLAYED_OTP.
380 * 3. Return if status=OK or status=REPLAYED_OTP.
412 if ($status == 'REPLAYED_OTP') {
416 if ($status == 'OK') {
422 /* Case 3. We check the status directly */
423 if ($status == 'REPLAYED_OTP') {
427 if ($status == 'OK') {
435 /* We have status=OK or status=REPLAYED_OTP, return. */
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php3 * Abstract superclass for all scanner status implementations
11 * Abstract superclass for all scanner status implementations
15 abstract class Status { class
27 * Check if token ends status
35 * Get new (sub)status if needed.
38 * @return Status|NULL
40 abstract public function getNewStatus(Token $token): ?Status;
/dokuwiki/lib/plugins/extension/
H A Dcli.php25 "Status codes:\n" .
42 $options->registerOption('filter', 'Filter by this status', 'f', 'status', 'list');
158 $status = $ext->enable();
161 $status = $ext->disable();
165 if ($status !== true) {
166 $this->error($status);
197 $status = $ext->uninstall();
198 if ($status) {
321 * @param string $filter filter for this status
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DStatus.php20 class Status extends \Google\Model class
41 public $status; variable in Google\\Service\\CloudRun\\Status
116 public function setStatus($status) argument
118 $this->status = $status;
125 return $this->status;
130 class_alias(Status::class, 'Google_Service_CloudRun_Status');
/plugin/discussion/syntax/
H A Dcomments.php66 if ($match == ':off') $status = 0;
67 else if ($match == ':closed') $status = 2;
68 else $status = 1;
70 return array($status, $title);
82 list($status, $title) = $data;
85 $renderer->meta['plugin_discussion'] = array('status' => $status, 'title' => $title);
/plugin/combo/ComboStrap/
H A DHttpResponse.php35 private $status; variable in ComboStrap\\HttpResponse
140 // header should before the status
141 // because for instance a `"Location` header changes the status to 302
146 if ($this->status !== null) {
147 Http::setStatus($this->status);
149 $status = Http::getStatus();
150 if ($status === null) {
152 LogUtility::log2file("No status was set for this soft exit, the default was set instead", LogUtility::LVL_MSG_ERROR, $this->canonical);
169 if ($this->status !== HttpResponseStatus::ALL_GOOD && isset($this->body)) {
171 LogUtility::log2file("Bad Http Response: $this->status
328 setStatus(int $status) global() argument
[all...]
/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;
159 // get Status
164 $this->status
[all...]
/plugin/redirect2/
H A Dhelper.php20 * [status] ptnSearch ptnDestination
22 * status: 301 or 302
63 $status = ($token[0] == 301) ? 301 : 302;
65 } else $status =302;
77 'destination' => $token[1], 'status' => $status,
/plugin/webdav/vendor/sabre/event/
H A DREADME.md25 Build status
28 | branch | status |
30 | master | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=master)](https://tra…
31 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=2.0)](https://travis…
32 | 1.0 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=1.0)](https://travis…
33 | php53 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=php53)](https://trav…
/plugin/fedauth/classes/
H A Dfa_base.class.php60 * @return array processing status information
99 * @return processing status array
111 * @return processing status array
123 * @return processing status array
135 * @return processing status array
143 * Creates processing status array using localized string
147 * @param int $code status code: -1 error, 0 info, 1 success, 2 warning
150 * @return processing status array
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserMakeAdmin.php25 public $status; variable in Google\\Service\\Directory\\UserMakeAdmin
30 public function setStatus($status) argument
32 $this->status = $status;
39 return $this->status;
/plugin/structpublish/db/
H A Dupdate0001.sql4 status TEXT NOT NULL, field
5 PRIMARY KEY (pattern, user, status)
11 status TEXT NOT NULL, field
13 PRIMARY KEY(pid, user, status)
/plugin/webdavclient/vendor/sabre/vobject/
H A DREADME.md9 Build status
12 | branch | status |
14 | master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=master)](https://t…
15 | 3.4 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4)](https://trav…
16 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1)](https://trav…
17 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1)](https://trav…
18 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0)](https://trav…
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md9 Build status
12 | branch | status |
14 | master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=master)](https://t…
15 | 3.4 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4)](https://trav…
16 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1)](https://trav…
17 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1)](https://trav…
18 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0)](https://trav…
/plugin/git/
H A Dhelper.php116 // Set the time to zero, so the first alert msg will set the correct status
128 $res = $this->sqlite->query("SELECT status FROM git WHERE repo = 'local'");
130 $status = $rows[0]['status'];
131 if ($status !== 'submitted' ) $changesAwaiting = false;
141 // Set the time to zero, so the first alert msg will set the correct status
477 $sql = "SELECT status FROM git WHERE repo = 'local'";
480 $status = $rows[0]['status'];
481 if ($status !== 'submitted' ) $changesAwaiting = false;
511 $sql = "SELECT status FROM git WHERE repo = 'upstream'";
514 $status = $rows[0]['status'];
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DConstants.php61 // Status Codes
62 const STATUS_SUCCESS = 'urn:oasis:names:tc:SAML:2.0:status:Success';
63 const STATUS_REQUESTER = 'urn:oasis:names:tc:SAML:2.0:status:Requester';
64 const STATUS_RESPONDER = 'urn:oasis:names:tc:SAML:2.0:status:Responder';
65 const STATUS_VERSION_MISMATCH = 'urn:oasis:names:tc:SAML:2.0:status:VersionMismatch';
66 const STATUS_NO_PASSIVE = 'urn:oasis:names:tc:SAML:2.0:status:NoPassive';
67 const STATUS_PARTIAL_LOGOUT = 'urn:oasis:names:tc:SAML:2.0:status:PartialLogout';
68 const STATUS_PROXY_COUNT_EXCEEDED = 'urn:oasis:names:tc:SAML:2.0:status:ProxyCountExceeded';

12345678910>>...115