Home
last modified time | relevance | path

Searched refs:warnings (Results 76 – 100 of 153) sorted by path

1234567

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 foreach($warnings as $warning) {
H A DVJournalTest.php34 $warnings = $obj->validate();
36 foreach($warnings as $warning) {
61 $warnings = $obj->validate();
63 foreach($warnings as $warning) {
H A DVTimeZoneTest.php24 $warnings = $obj->validate();
26 foreach($warnings as $warning) {
H A DVTodoTest.php85 $warnings = $obj->validate();
87 foreach($warnings as $warning) {
108 $warnings = $obj->validate();
110 foreach($warnings as $warning) {
138 $warnings = $obj->validate();
140 foreach($warnings as $warning) {
167 $warnings = $obj->validate();
169 foreach($warnings as $warning) {
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426warnings=0,this.unknowns=0,this._data=new nn.b,this._service=e,this._subscription=e.onMarkerChange…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js33548 this.warnings = [];
33610 return this.warnings.filter(function (entry) {
33616 this.warnings.push(entry);
H A D2.2.js.map1warnings = [];\n this.settings = settings;\n this.documentText = document.getText();…
H A Dbundle.js426warnings=0,this.unknowns=0,this._data=new nn.b,this._service=e,this._subscription=e.onMarkerChange…
H A Dbundle.js.map1warnings and errors.\n If not provided, a default id handler wi…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1warnings/define-locale/ for more info.\"),s=it[e]._config;else if(null!=t.parentLocale)if(null!=it…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md139 …gmann/phpunit/issues/2446): Reverted backwards incompatible change to exit code in case of warnings
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php275 private $warnings = []; variable in PHPUnit_Framework_TestCase
917 if (!empty($this->warnings)) {
921 array_unique($this->warnings)
1536 …$this->warnings[] = 'PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_Te…
1569 …$this->warnings[] = 'PHPUnit_Framework_TestCase::getMockWithoutInvokingTheOriginalConstructor() is…
H A DTestResult.php41 protected $warnings = []; variable in PHPUnit_Framework_TestResult
281 $this->warnings[] = new PHPUnit_Framework_TestFailure($test, $e);
555 return count($this->warnings);
563 public function warnings() function in PHPUnit_Framework_TestResult
565 return $this->warnings;
1192 return empty($this->errors) && empty($this->failures) && empty($this->warnings);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php293 $this->printDefects($result->warnings(), 'warning');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php325 $warnings = $childResult->warnings();
352 } elseif (!empty($warnings)) {
355 $this->getException($warnings[0]),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2137-no_filter.phpt19 There were 2 warnings:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D578.phpt2 #578: Double printing of trace line for exceptions from notices and warnings
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt71 --fail-on-warning Treat tests with warnings as failures.
H A Dhelp2.phpt72 --fail-on-warning Treat tests with warnings as failures.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG262 * fixed some exception messages which triggered PHP warnings
276 * fixed warnings when loaded templates do not exist
/plugin/gitbacked/
H A DCHANGELOG.md71 - Deprecation warnings raised on `action/editcommit.php` - fixes [#86]
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog700 * Fixed: ##PAGE## / ##PAGES## directives caused PHP warnings when
768 tags could result in notices/warnings; tables were rendered
971 function now no more cause PHP warnings to be printed; they're
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php449 $warnings = parent::validate($options);
453 $warnings[] = [
480 $warnings[] = [
498 $warnings[] = [
507 $warnings[] = [
514 $warnings[] = [
521 $warnings[] = [
529 $warnings[] = [
537 return $warnings;
H A DVCard.php226 $warnings = [];
238 $warnings[] = [
248 $warnings[] = [
271 $warnings[] = [
301 $warnings[] = [
310 $warnings
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php549 $warnings = [];
572 $warnings[] = [
581 $warnings[] = [
601 $warnings[] = [
625 $warnings[] = [
637 $warnings = array_merge($warnings, $param->validate($options));
640 return $warnings;

1234567