Home
last modified time | relevance | path

Searched refs:getStatus (Results 351 – 375 of 397) sorted by path

1...<<111213141516

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php47 $this->assertEquals(PHPUnit_Runner_BaseTestRunner::STATUS_PASSED, $test->getStatus());
59 $this->assertEquals(PHPUnit_Runner_BaseTestRunner::STATUS_FAILURE, $test->getStatus());
71 $this->assertEquals(PHPUnit_Runner_BaseTestRunner::STATUS_ERROR, $test->getStatus());
83 $this->assertEquals(PHPUnit_Runner_BaseTestRunner::STATUS_SKIPPED, $test->getStatus());
96 $this->assertEquals(PHPUnit_Runner_BaseTestRunner::STATUS_INCOMPLETE, $test->getStatus());
162 $this->assertEquals(PHPUnit_Runner_BaseTestRunner::STATUS_ERROR, $test->getStatus());
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1277 var status = this.getStatus();
1281 getStatus: function() {
1359 this.status = this.getStatus();
1375 getStatus: Ajax.Request.prototype.getStatus,
/plugin/gtime/gtlib/asn1/cmp/
H A DPKIStatusInfo.php147 public function getStatus() { function in PKIStatusInfo
/plugin/gtime/gtlib/asn1/gt/
H A DGTCertTokenResponse.php108 public function getStatus() { function in GTCertTokenResponse
118 return $this->status->getStatus();
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTimeStampResp.php103 public function getStatus() { function in TSPTimeStampResp
113 return $this->status->getStatus();
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php369 …throw new GTException("Extending not possible: " . $certTokenResponse->getStatus()->getStatusMessa…
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php45 $status_class = status2class($check->getStatus());
106 function getStatus() { function in CheckSimple
143 function getStatus() { function in CheckBinaryRequired
155 function getStatus() { function in CheckBinaryRecommended
169 function getStatus() { function in CheckTriState
/plugin/issuelinks/classes/
H A DIssue.php155 'status' => $this->getStatus(),
248 public function getStatus() function in dokuwiki\\plugin\\issuelinks\\classes\\Issue
430 $status = cleanID($this->getStatus());
473 $status = $this->getStatus();
/plugin/issuelinks/helper/
H A Ddata.php242 $issueData['status'] = $issue->getStatus();
H A Ddb.php267 'status' => $issue->getStatus(),
/plugin/issuelinks/services/
H A DGitHub.service.php50 $status = $issue->getStatus();
H A DGitLab.service.php47 $status = $issue->getStatus();
H A DJira.service.php55 $status = $issue->getStatus();
/plugin/issuetracker/
H A Dprototype.js1583 var status = this.getStatus();
1587 getStatus: function() {
1672 this.status = this.getStatus();
1689 getStatus: Ajax.Request.prototype.getStatus,
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php854 public function getStatus() function in Symfony\\Component\\Process\\Process
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php456 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
504 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
605 $this->assertSame(Process::STATUS_READY, $process->getStatus());
610 $this->assertSame(Process::STATUS_STARTED, $process->getStatus());
615 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
/plugin/markdowku/
H A Dheaderatx.php39 if ($handler->getStatus('section'))
H A Dheadersetext.php41 if ($handler->getStatus('section'))
/plugin/numberedheadings/
H A Dsyntax.php178 if (method_exists($handler, 'getStatus')) {
179 return $handler->getStatus('section');
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1474 var status = this.getStatus();
1478 getStatus: function() {
1562 this.status = this.getStatus();
1579 getStatus: Ajax.Request.prototype.getStatus,
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js21048 getStatus: function(spy)
21174 statusBox.textContent = Firebug.Spy.XHR.getStatus(spy);
/plugin/siteexport/syntax/
H A Dtoctools.php55 …if ( ( method_exists( $handler, 'getStatus') && $handler->getStatus('section') ) || $handler->stat…
/plugin/structpublish/_test/
H A Drevision.test.php70 $status = $revision->getStatus();
83 $status = $revision->getStatus();
90 $status = $revision->getStatus();
/plugin/structpublish/action/
H A Dbanner.php56 $banner = '<div class="plugin-structpublish-banner ' . $shownRevision->getStatus() . $compactClass . '">';
60 inlineSVG(__DIR__ . '/../ico/' . $shownRevision->getStatus() . '.svg') .
62 $banner .= $this->getBannerText('status_' . $shownRevision->getStatus(), $shownRevision);
74 $newestRevision->getStatus() != Constants::STATUS_PUBLISHED &&
83 $shownRevision->getStatus(),

1...<<111213141516