Home
last modified time | relevance | path

Searched refs:validate (Results 151 – 175 of 352) sorted by path

12345678910>>...15

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php16 $warnings = $vcard->validate();
25 $vcard->validate(VObject\Component::REPAIR);
265 $result = $vcal->validate($options);
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
H A DVJournalTest.php34 $warnings = $obj->validate();
61 $warnings = $obj->validate();
H A DVTimeZoneTest.php24 $warnings = $obj->validate();
H A DVTodoTest.php85 $warnings = $obj->validate();
108 $warnings = $obj->validate();
138 $warnings = $obj->validate();
167 $warnings = $obj->validate();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php472 $this->assertEquals($errorCount, count($component->validate()));
481 $component->validate(Component::REPAIR);
H A DEmptyParameterTest.php26 $converted->validate();
H A DPropertyTest.php265 $result = $property->validate(Property::REPAIR);
288 $result = $property->validate(Property::REPAIR);
299 $result = $property->validate(Property::REPAIR);
366 $result = $property->validate();
379 $result = $property->validate();
392 $result = $property->validate();
405 $result = $property->validate();
H A DVCardConverterTest.php511 $converted->validate();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php335 $messages = $exDate->validate();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php86 $this->assertEquals(1, count($vcard->validate()));
90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php226 $this->assertEquals(array(), $prop->validate());
241 )), $prop->validate());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php43 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
144 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
170 $messages = VObject\Reader::read($return)->validate();
281 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
321 $messages = VObject\Reader::read($return)->validate();
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js1228 …e()};mxGraphView.prototype.revalidate=function(){this.invalidate();this.validate()};mxGraphView.pr…
1313 …<a.length;b++)this.processChange(a[b]);this.updateSelection();this.view.validate();this.sizeDidCha…
1458 …idateCell(a,b);null!=e&&(d+=e);null==this.model.getParent(a)&&this.view.validate();return 0<d.leng…
1631 …b.text.updateBoundingBox();b.view.invalidate(b.cell)})),this.graph.view.validate())};mxGraphHandle…
1899 …:(this.graph.getView().invalidate(this.state.cell),this.graph.getView().validate(this.state.cell))…
2250 a.view.validate;a.view.validate=function(){if(null!=this.graph.container&&mxUtils.hasScrollbars(thi… function
2627 …s.graph.useCssTransforms?this.validate():this.revalidate();this.graph.sizeDidChange()};var b=mxGra…
2650 …placePlaceholders(d)&&(this.view.invalidate(d,!1,!1),a=!0)}a&&this.view.validate()};Graph.prototyp…
9997 …mponents(),n.refresh()):(l!=n.foldingEnabled?n.view.revalidate():n.view.validate(),n.sizeDidChange…
11614 …=this.editor.graph,b.invalidateDescendantsWithPlaceholders(b.model.getRoot()),b.view.validate())}};
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2308 graph.view.validate();
H A DDrawioFile.js788 graph.view.validate();
H A DEditorUi.js13456 graph.view.validate();
13491 graph.view.validate();
13509 graph.view.validate();
13532 graph.view.validate();
H A DPages.js207 graph.view.validate();
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js2621 var graphViewValidate = graph.view.validate;
2622 graph.view.validate = function() function
3170 this.editor.graph.view.validate();
H A DGraph.js2579 this.validate();
2593 var graphViewValidate = mxGraphView.prototype.validate;
2594 mxGraphView.prototype.validate = function(cell) method in mxGraphView
3324 var validate = false;
3333 validate = true;
3337 if (validate)
3339 this.view.validate();

12345678910>>...15