Home
last modified time | relevance | path

Searched refs:status (Results 76 – 100 of 1484) sorted by relevance

12345678910>>...60

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DServingRestriction.php32 public $status; variable in Google\\Service\\AdExchangeBuyerII\\ServingRestriction
79 public function setStatus($status) argument
81 $this->status = $status;
88 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
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/doctree2filelist/
H A Dadmin.php475 function _save_status($status) { argument
479 …e($conf['dformat'],$t)."\t".$_SERVER['REMOTE_ADDR']."\t".$_SERVER['REMOTE_USER']."\t".$status."\n";
496 $status = "START";
502 $status = explode("\t", $statusline);
504 $status = rtrim($status[4]);
506 $status = $status[1] . " " . $this->getLang('fromuser') . " " . $status[3];
510 return $status;
/plugin/structpublish/meta/
H A DRevision.php24 protected $status; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
46 $this->status = Constants::STATUS_DRAFT;
49 $this->statusCol = $this->schema->findColumn('status');
59 $this->status = $values[$this->statusCol->getColref() - 1]->getRawValue();
73 if ($this->status === Constants::STATUS_PUBLISHED) {
111 * Get the current status of this revision
117 return $this->status;
121 * Set the current status of this revision
123 * @param string $status
125 public function setStatus($status)
124 setStatus($status) global() argument
[all...]
/plugin/oauthauthsch/
H A Daction.php45 … if($circle['status']=='körvezető' || $circle['status']=='tag' || $circle['status']=='öregtag'){
55 print($circle['status']);
56 if($circle['status']=='körvezető'){
58 }else if($circle['status']=='öregtag'){
/plugin/linebreak/
H A Dsyntax.php59 if (!isset($handler->status['plugin_linebreak'])) {
60 $handler->status['plugin_linebreak'] = $this->getConf('automatic');
63 if ($match == "\n") return array($handler->status['plugin_linebreak']);
66 $handler->status['plugin_linebreak'] = true;
68 $handler->status['plugin_linebreak'] = false;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV1Condition.php41 public $status; variable in Google\\Service\\CloudRun\\GoogleCloudRunV1Condition
106 public function setStatus($status) argument
108 $this->status = $status;
115 return $this->status;
H A DStatus.php41 public $status; variable in Google\\Service\\CloudRun\\Status
116 public function setStatus($status) argument
118 $this->status = $status;
125 return $this->status;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropFind.php118 * @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) {
136 } elseif ($status === 404 && $this->result[$propertyName][0] !== 404) {
139 $this->result[$propertyName] = [$status, $value];
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php118 * @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) {
136 } elseif ($status === 404 && $this->result[$propertyName][0] !== 404) {
139 $this->result[$propertyName] = [$status, $value];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DUserList.php41 public $status; variable in Google\\Service\\RealTimeBidding\\UserList
104 public function setStatus($status) argument
106 $this->status = $status;
113 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/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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPublicDelegatedPrefixPublicDelegatedSubPrefix.php49 public $status; variable in Google\\Service\\Compute\\PublicDelegatedPrefixPublicDelegatedSubPrefix
138 public function setStatus($status) argument
140 $this->status = $status;
147 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAlertMetadata.php45 public $status; variable in Google\\Service\\AlertCenter\\AlertMetadata
124 public function setStatus($status) argument
126 $this->status = $status;
133 return $this->status;
H A DAppsOutage.php48 public $status; variable in Google\\Service\\AlertCenter\\AppsOutage
137 public function setStatus($status) argument
139 $this->status = $status;
146 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DBatchDeletePhotosResponse.php29 public function setStatus($status) argument
31 $this->status = $status;
38 return $this->status;
/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/mediasyntax/syntax/
H A Dheader.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUpload.php46 public $status; variable in Google\\Service\\Analytics\\Upload
125 public function setStatus($status) argument
127 $this->status = $status;
134 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/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/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/structpublish/
H A Dadmin.php47 if (!blank($assignment['pattern']) && !blank($assignment['status'])) {
52 $assignment['status']
65 $assignment['status']
75 $assignment['status']
122 $status = $assignment['status'];
132 'assignment[status]' => $status,
140 echo '<td>' . hsc($status) . '</td>';
150 echo '<select name="assignment[status]">';
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DCheckResponse.php46 public function setStatus(Status $status) argument
48 $this->status = $status;
55 return $this->status;

12345678910>>...60