Home
last modified time | relevance | path

Searched refs:status (Results 501 – 525 of 1484) sorted by relevance

1...<<21222324252627282930>>...60

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBlogger.php155 'status' => [
273 'status' => [
311 'status' => [
461 'status' => [
623 'status' => [
775 'status' => [
/plugin/sphinxsearch-was/
H A Dsphinxapi.php599 list($status, $ver, $len) = array_values(unpack("n2a/Nb", $header));
616 ? "failed to read searchd response (status=$status, ver=$ver, len=$len, read=$read)"
622 if ($status == SEARCHD_WARNING) {
627 if ($status == SEARCHD_ERROR) {
631 if ($status == SEARCHD_RETRY) {
635 if ($status != SEARCHD_OK) {
636 $this->_error = "unknown status code '$status'";
1103 list(, $status) = unpack("N*", substr($response, $p, 4));
1105 $result["status"] = $status;
1106 if ($status != SEARCHD_OK) {
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php630 list ( $status, $ver, $len ) = array_values ( unpack ( "n2a/Nb", $header ) );
650 ? "failed to read searchd response (status=$status, ver=$ver, len=$len, read=$read)"
656 if ( $status==SEARCHD_WARNING )
662 if ( $status==SEARCHD_ERROR )
667 if ( $status==SEARCHD_RETRY )
672 if ( $status!=SEARCHD_OK )
674 $this->_error = "unknown status code '$status'";
1142 list(,$status) = unpack ( "N*", substr ( $response, $p, 4 ) ); $p += 4;
1143 $result["status"] = $status;
1144 if ( $status!=SEARCHD_OK )
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue220Test.php97 $this->assertEquals(207, $response->status);
/plugin/authgoogle/google/contrib/
H A DGoogle_AdExchangeSellerService.php467 public $status; variable in Google_AdUnit
492 public function setStatus( $status) { argument
493 $this->status = $status;
496 return $this->status;
/plugin/redirect2/
H A Dplugin.info.txt6 …cess by asking the client to refetch resources at the new location with redirect status 301 or 302.
/plugin/icalevents/vendor/sabre/vobject/
H A DREADME.md31 Build status
34 | branch | status |
/plugin/davcard/vendor/sabre/vobject/
H A DREADME.md9 Build status
12 | branch | status |
/plugin/task/
H A Dstyle.css82 div.dokuwiki th.status,
83 div.dokuwiki td.status {
H A Dhelper.php221 function statusLabel($status) { argument
222 switch ($status) {
395 function _vstatus($status) { argument
396 switch ($status) {
/plugin/fetchmedia/script/
H A Dmain.js16 if (res.status === STATUS_OK) {
19 td.innerHTML = `<span class="result error"> ${res.status}: ${res.status_text} ❌</span>`;
/plugin/webdav/vendor/sabre/vobject/
H A DREADME.md31 Build status
34 | branch | status |
/plugin/webdavclient/vendor/sabre/vobject/
H A DREADME.md9 Build status
12 | branch | status |
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php213 $status = mkdir($dir, 0777, true);
215 if (false === $status && !is_dir($dir)) {
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md9 Build status
12 | branch | status |
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php47 $this->assertEquals(207, $this->response->status);
73 $this->assertEquals(207, $this->response->status);
/plugin/linkback/
H A Dtools.php34 if ($http_client->status == 200)
58 'status' => $http_client->status,
/plugin/dokutranslate/
H A Daction.php445 $status = array();
449 if (isset($status[$link[1]])) {
454 $status[$link[1]] = $this->_translationStatus($link[1]);
458 while (list($key, $value) = each($status)) {
/plugin/filelisting/
H A Dscript.js35 Filelisting.prototype.setToggleStatus = function (status) { argument
36 if (status !== 'visible' && status !== 'hidden') {
37 throw 'status must be "visible" or "hidden"';
39 localStorage.setItem(this.storageKey, status);
/plugin/multiorphan/
H A Dscript.js130status(getLang('checking-page') + " ("+($currentPagesAndMedia.pages.length-elements.length)+"/"+($…
148 status(getLang('checking-done'));
272 status(getLang('checking-orphans'));
358 var status = function(text) { function
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php458 $status = 0;
460 $status |= (\ord($left[$i]) ^ \ord($right[$i]));
462 $status |= (self::safeStrlen($left) ^ self::safeStrlen($right));
464 return ($status === 0);
/plugin/autotweet/
H A Daction.php112 $result = $tweet->post('statuses/update', array('status' => $message));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DMapGetToPropFindTest.php31 …$this->assertEquals(207, $this->response->status,'Incorrect status response received. Full respons…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DVCFExportTest.php53 $this->assertEquals(200, $response->status, $response->body);
/plugin/tindexmenu/
H A Dadmin.php55 $this->repos['status'][]="disabled";
397 …ptln(' <input type="submit" name="btn" '.$this->repos['status'][$n].' value="'.$this->getLang…

1...<<21222324252627282930>>...60