Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 25 of 110) sorted by relevance

12345

/plugin/zip/pear/File/Archive/Reader/
H A DConcat.php140 $skipped = 0;
141 while ($skipped < $length) {
144 return $skipped;
146 $skipped += $sourceSkipped;
149 return $skipped;
H A DAr.php228 $skipped = $this->source->skip($length);
229 if (PEAR::isError($skipped)) {
230 return $skipped;
232 if ($skipped != $length) {
235 return $skipped;
H A DTar.php79 $skipped = $this->source->skip($length);
80 if (!PEAR::isError($skipped)) {
81 $this->leftLength -= $skipped;
83 return $skipped;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticConnectionPool.php50 $skipped = [];
67 $skipped[] = $connection;
72 foreach ($skipped as $connection) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.pp56 %token skipped ::
82 | ::skipped:: <token> ( ::unification_:: <unification> ::_unification:: )?
83 ::skipped:: #skipped
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php323 $skipped = $childResult->skipped();
340 } elseif (!empty($skipped)) {
343 $this->getException($skipped[0]),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php56 protected $skipped = []; variable in PHPUnit_Framework_TestResult
239 $this->skipped[] = new PHPUnit_Framework_TestFailure($test, $t);
324 $this->skipped[] = new PHPUnit_Framework_TestFailure($test, $e);
495 return count($this->skipped);
503 public function skipped() function in PHPUnit_Framework_TestResult
505 return $this->skipped;
626 $skipped = false;
712 $skipped = true;
775 $append = !$risky && !$incomplete && !$skipped;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php227 $skipped = $this->result->skipped();
228 $lastSkippedResult = array_pop($skipped);
/plugin/sync/
H A Dstyle.css48 div.dokuwiki ul.sync li.skipped {
49 list-style-image: url(pix/skipped.png);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-xfail.phpt17 OK, but incomplete, skipped, or risky tests!
H A Dreport-useless-tests-incomplete.phpt19 OK, but incomplete, skipped, or risky tests!
H A Dreport-useless-tests-isolation.phpt20 OK, but incomplete, skipped, or risky tests!
H A Dreport-useless-tests.phpt27 OK, but incomplete, skipped, or risky tests!
H A Dcustom-printer-verbose.phpt30 OK, but incomplete, skipped, or risky tests!
H A Ddependencies.phpt29 There were 3 skipped tests:
H A Ddependencies-isolation.phpt30 There were 3 skipped tests:
H A Dhelp.phpt69 --stop-on-skipped Stop execution upon first skipped test.
H A Dhelp2.phpt70 --stop-on-skipped Stop execution upon first skipped test.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1374.phpt18 OK, but incomplete, skipped, or risky tests!
H A D1570.phpt19 OK, but incomplete, skipped, or risky tests!
H A D1468.phpt19 OK, but incomplete, skipped, or risky tests!
/plugin/farmsync/lang/en/
H A Dupdate.txt1 …pages which are directly in this namespace will be copied, pages in subnamespaces willl be skipped.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php59 protected $skipped = 0; variable in PHPUnit_Util_TestDox_ResultPrinter
212 $this->skipped++;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCONTRIBUTING.md13 Which should give you no failures or errors. You can ignore any skipped tests as these are for exte…
/plugin/fedauth/
H A Daction.php88 * For the time beeing the timeout check is skipped for AJAX calls and the user

12345