Home
last modified time | relevance | path

Searched refs:validate (Results 326 – 350 of 352) sorted by path

1...<<1112131415

/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php407 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCalendar
409 $warnings = parent::validate($options);
H A DVCard.php207 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCard
292 parent::validate($options),
H A DVTodo.php145 public function validate($options = 0) { function in Sabre\\VObject\\Component\\VTodo
147 $result = parent::validate($options);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DNode.php127 public function validate($options = 0) { function in Sabre\\VObject\\Node
H A DProperty.php458 function validate($options = 0) { function in Sabre\\VObject\\Property
548 $warnings = array_merge($warnings, $param->validate($options));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php364 public function validate($options = 0) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
366 $messages = parent::validate($options);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php309 public function validate($options = 0) { function in Sabre\\VObject\\Property\\Text
311 $warnings = parent::validate($options);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php301 public function validate($options = 0) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
303 $messages = parent::validate($options);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php343 $this->assertEquals(array(), $vcal->validate(), 'Got an error');
361 $this->assertEquals(1, count($vcal->validate()));
380 $this->assertEquals(1, count($vcal->validate()));
398 $this->assertEquals(1, count($vcal->validate()));
418 $this->assertEquals(1, count($vcal->validate()));
438 $this->assertEquals(1, count($vcal->validate()));
462 $this->assertEquals(1, count($vcal->validate()));
487 $this->assertEquals(0, count($vcal->validate()));
672 $result = $vcal->validate($options);
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/webdavclient/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/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php335 $messages = $exDate->validate();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php86 $this->assertEquals(1, count($vcard->validate()));
90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php226 $this->assertEquals(array(), $prop->validate());
241 )), $prop->validate());
/plugin/webdavclient/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/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm44 // Perform additional checks for image files - if set to true, validate image size
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js3519 this.validate();
3565 value: function validate() {
3756 this.validate();
45686 BaseCurve.prototype.validate = function validate() {
45898 BasePoint.prototype.validate = function validate() {
46080 EdwardsCurve.prototype.validate = function validate(point) {
46411 MontCurve.prototype.validate = function validate(point) {
46772 ShortCurve.prototype.validate = function validate(point) {
47800 KeyPair.prototype.validate = function validate() {
83298 function validate(uuid) {
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs17234 /* TODO: validate workbook */
26268 /* find sheet index for given name / validate index */

1...<<1112131415