Home
last modified time | relevance | path

Searched refs:status (Results 451 – 475 of 1484) sorted by relevance

1...<<11121314151617181920>>...60

/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php196 $status = strtoupper($component->STATUS);
197 if ($status==='CANCELLED') {
200 if ($status==='TENTATIVE') {
/plugin/siteexport/inc/
H A Dfilewriter.php45 $status = $this->__writeFileToZip($tmpFile, $FILENAME, $ZIP);
47 $status = $this->__addFileToZip($tmpFile, $FILENAME, $ZIP);
54 return $status;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/HTTP/
H A DResponseMock.php20 public $status; variable in Sabre\\HTTP\\ResponseMock
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php200 private $status; variable in PHPUnit_Framework_TestCase
709 return $this->status;
714 $this->status = PHPUnit_Runner_BaseTestRunner::STATUS_RISKY;
734 $status = $this->getStatus();
736 return $status == PHPUnit_Runner_BaseTestRunner::STATUS_FAILURE ||
737 $status == PHPUnit_Runner_BaseTestRunner::STATUS_ERROR;
926 $this->status = PHPUnit_Runner_BaseTestRunner::STATUS_PASSED;
931 $this->status = PHPUnit_Runner_BaseTestRunner::STATUS_SKIPPED;
934 $this->status = PHPUnit_Runner_BaseTestRunner::STATUS_WARNING;
937 $this->status = PHPUnit_Runner_BaseTestRunner::STATUS_FAILURE;
[all …]
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng439 property-status-event? &
486 property-status-todo? &
526 property-status-jour? &
797 property-status-event = element status {
808 property-status-todo = element status {
820 property-status-jour = element status {
1183 property-rstatus = element request-status {
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng439 property-status-event? &
486 property-status-todo? &
526 property-status-jour? &
797 property-status-event = element status {
808 property-status-todo = element status {
820 property-status-jour = element status {
1183 property-rstatus = element request-status {
/plugin/farm/
H A Danimalmanager.class.php228 $status = $this->animal->getInfos()->getStatus();
229 if($status == '') $status = 'open';
231 …ptln(' <option '.($status == 'open' ? 'selected="selected"' : '').' value="open">'.$this->manag…
232 …ptln(' <option '.($status == 'maintenance' ? 'selected="selected"' : '').' value="maintenance">…
233 …ptln(' <option '.($status == 'closed' ? 'selected="selected"' : '').' value="closed">'.$this->m…
234 …ptln(' <option '.($status == 'abuse' ? 'selected="selected"' : '').' value="abuse">'.$this->man…
/plugin/git/db/
H A Dupdate0001.sql1 CREATE TABLE git (repo TEXT PRIMARY KEY, timestamp INTEGER, status TEXT); field
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php536 if ($http_resp->status != 200 and $http_resp->status != 206) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php160 $this->assertEquals(204, $response->status);
183 $this->assertEquals(207, $response->status);
/plugin/keywords/action/
H A Dkeywords.php83 $status = $httpClient->sendRequest($this->CHATGPT_API_URL, json_encode( [
121 if ( $status === false ) {
/plugin/structpublish/helper/
H A Dnotify.php22 * If activated, send emails on configured status changes.
164 protected function prepareMailText($status)
173 'STATUS_CURRENT' => $status,
155 prepareMailText($status) global() argument
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js223 'ERROR: The attempt to fetch ' + url + ' failed with HTTP status ' + xhr.status + '.' +
271 if ( ( xhr.status >= 200 && xhr.status < 300 ) || xhr.status === 0 ) {
/plugin/indexmenu/
H A Dadmin.php
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php118 DriverCommand::STATUS => ['method' => 'GET', 'url' => '/status'],
375 $status = isset($results['status']) ? $results['status'] : 0;
376 if ($status !== 0) {
378 WebDriverException::throwException($status, $message, $results);
384 ->setStatus($status)
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4820 var status, _mode;
4847 if (status !== Z_STREAM_END && status !== Z_OK) {
4864 this.onEnd(status);
4914 this.err = status;
5181 var status, _mode;
5229 status = c.Z_OK;
5233 if (status !== c.Z_STREAM_END && status !== c.Z_OK) {
5282 this.onEnd(status);
5334 this.err = status;
7640 var status;
[all …]
/plugin/groupmail/
H A Dsyntax.php45 private $status = 1; variable in syntax_plugin_groupmail
428 if($this->status != 0) {
454 $this->status = 0;
463 …$res = '<p class="'.(($this->status == 0)?'groupmail_error':'groupmail_success').'">'.$this->statu…
473 $value = (isset($_POST['submit-'.$this->formId]) && $this->status == 0)?$_POST[$name]:$default;
/plugin/bugzillaint/
H A Dscript.js39 var msg = a.status + " " + a.statusText + "\n\n" + a.responseText;
200 e.attr('title', 'status: ' + bug.status + ' / ' + bug.resolution );
204 e.addClass('bz-label-' + master.attr( 'color_' + bug.status.toLowerCase() ) );
205 e.append( bug.status );
262 if ( master.data('hideresolved') && bug.status == "RESOLVED" ) continue;
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js300 if (this.status >= 200 && this.status <= 299)
374 var status = document.createElement('div');
375 status.className = 'odPreviewStatus';
376 mxUtils.write(status, msg);
377 prevDiv.appendChild(status);
/plugin/do/db/
H A Dupdate0001.sql14 status field
/plugin/webdav/vendor/sabre/event/
H A DREADME.md25 Build status
28 | branch | status |
/plugin/numberedheadings/
H A Dsyntax.php175 // get section status of the handler object
181 return $handler->status['section'];
185 // set section status of the handler object
191 $handler->status['section'] = $value;
/plugin/davcal/vendor/sabre/event/
H A DREADME.md23 Build status
26 | branch | status |
/plugin/openid/Auth/OpenID/
H A DDiscover.php564 if ($http_resp->status != 200 and $http_resp->status != 206) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Df70a54cd9a9f4811bf962e469f2ca2ea.asciidoc11 'status' => 'active',

1...<<11121314151617181920>>...60