Home
last modified time | relevance | path

Searched refs:validate (Results 226 – 250 of 352) sorted by last modified time

12345678910>>...15

/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVTodo.php145 public function validate($options = 0) { function in Sabre\\VObject\\Component\\VTodo
147 $result = parent::validate($options);
H A DVAvailability.php84 function validate($options = 0) { function in Sabre\\VObject\\Component\\VAvailability
86 $result = parent::validate($options);
H A DVCalendar.php407 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCalendar
409 $warnings = parent::validate($options);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php523 function validate($options = 0) { function in Sabre\\VObject\\Component
539 $messages = array_merge($messages, $child->validate($options));
H A DProperty.php458 function validate($options = 0) { function in Sabre\\VObject\\Property
548 $warnings = array_merge($warnings, $param->validate($options));
H A DNode.php127 public function validate($options = 0) { function in Sabre\\VObject\\Node
/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/
H A DChangeLog.md588 * Added: A cli script that can validate and automatically repair vcards and
/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/bin/
H A Dgenerateicalendardata.php79 $result = $calendar->validate();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php34 $warnings = $obj->validate();
61 $warnings = $obj->validate();
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 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/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/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/
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/VCard/
H A DDateAndOrTimeTest.php226 $this->assertEquals(array(), $prop->validate());
241 )), $prop->validate());
/plugin/yuriigantt/src/
H A DJsonRequest.php75 if (!$this->validate($error)) {
121 protected function validate(&$error) function in dokuwiki\\plugin\\yuriigantt\\src\\JsonRequest
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …ntsHelper(this.$gantt));\n\t\tutils.mixin(apiCore, calendar);\n\n\t\t// validate/check if empty ca…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64validate|xdmp:database-restore-status|xdmp:database-restore-cancel|xdmp:database-restore|xdmp:data…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js622 options = _.extend({validate: true, parse: true}, options);
725 return this._validate({}, _.extend({}, options, {validate: true}));
731 if (!options.validate || !this.validate) return true;
733 var error = this.validationError = this.validate(attrs, options) || null;

12345678910>>...15