Home
last modified time | relevance | path

Searched refs:validate (Results 326 – 350 of 352) sorted by last modified time

1...<<1112131415

/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php447 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCalendar
449 $warnings = parent::validate($options);
H A DVTodo.php147 function validate($options = 0) { function in Sabre\\VObject\\Component\\VTodo
149 $result = parent::validate($options);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php607 function validate($options = 0) { function in Sabre\\VObject\\Component
623 $messages = array_merge($messages, $child->validate($options));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php16 $warnings = $vcard->validate();
25 $vcard->validate(VObject\Component::REPAIR);
281 $result = $vcal->validate($options);
H A DVJournalTest.php34 $warnings = $obj->validate();
61 $warnings = $obj->validate();
H A DVTimeZoneTest.php23 $warnings = $obj->validate();
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php472 $this->assertEquals($errorCount, count($component->validate()));
481 $component->validate(Component::REPAIR);
H A DPropertyTest.php264 $result = $property->validate(Property::REPAIR);
287 $result = $property->validate(Property::REPAIR);
298 $result = $property->validate(Property::REPAIR);
365 $result = $property->validate();
378 $result = $property->validate();
391 $result = $property->validate();
404 $result = $property->validate();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php86 $this->assertEquals(1, count($vcard->validate()));
90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php251 $this->assertEquals([], $prop->validate());
266 ]], $prop->validate());
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md29 * #339: Fixed a few `validate()` results when repair is off. (@PHPGangsta)
30 * #338: Stripping invalid `BYMONTH=` rules during `validate()` (@PHPGangsta)
753 * Added: A cli script that can validate and automatically repair vcards and
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php347 $messages = $exDate->validate();
H A DRecurTest.php121 count($vcal->validate())
125 count($vcal->validate($vcal::REPAIR))
172 count($vcal->validate())
176 count($vcal->validate($vcal::REPAIR))
205 $result = $property->validate(Node::REPAIR);
218 $result = $property->validate();
231 $result = $property->validate(Node::REPAIR);
244 $result = $property->validate();
258 $result = $property->validate(Node::REPAIR);
378 $result = $property->validate();
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php43 $this->assertEquals([], VObject\Reader::read($return)->validate());
144 $this->assertEquals([], VObject\Reader::read($return)->validate());
170 $messages = VObject\Reader::read($return)->validate();
281 $this->assertEquals([], VObject\Reader::read($return)->validate());
321 $messages = VObject\Reader::read($return)->validate();
/plugin/selfmeasurement/
H A Ddescription.txt34 When user validate the form, a report is generated and sent to the configurated email. The report c…
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
H A DInterchange.php
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentMover.java357 destination.validate(); in mouseReleased()
H A DComponentResizer.java404 source.validate(); in changeBounds()
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jar ... apache.http.cookie.MalformedCookieException public abstract void validate (org.apache.http.cookie.Cookie ...
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jar ... apache.http.cookie.MalformedCookieException public abstract void validate (org.apache.http.cookie.Cookie ...

1...<<1112131415