Home
last modified time | relevance | path

Searched refs:validate (Results 276 – 300 of 352) sorted by last modified time

1...<<1112131415

/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js7 …25%","75%"],children:[{label:b.start,type:"text",id:"start",validate:CKEDITOR.dialog.validate.inte…
/plugin/database/
H A Ddatabase.php722 function validate ($value, $messages) { function in Column
2288 $column->validate($values[$counter], $messages);
2315 $column->validate($values[$counter], $messages);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md291 If you want your page to validate under XHTML 1.0 Strict,
300 <p>If you want your page to validate under XHTML 1.0 Strict,
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee66 …grunt.registerTask 'build', 'clean compile_sass copy_misc_files build_core pack validate add_heade…
122 grunt.registerTask 'validate', ->
/plugin/authsplit/
H A DREADME222 validate login names and passwords. An example candidate is my authhttp
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
H A Dgenerateicalendardata.php79 $result = $calendar->validate();
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DAvailable.php85 function validate($options = 0) { function in Sabre\\VObject\\Component\\Available
87 $result = parent::validate($options);
H A DVCalendar.php407 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCalendar
409 $warnings = parent::validate($options);
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 DVCard.php207 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCard
292 parent::validate($options),
/plugin/davcard/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));
/plugin/davcard/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/davcard/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 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);
/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/
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/VCard/
H A DDateAndOrTimeTest.php226 $this->assertEquals(array(), $prop->validate());
241 )), $prop->validate());
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md588 * Added: A cli script that can validate and automatically repair vcards and
/plugin/davcard/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/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php335 $messages = $exDate->validate();

1...<<1112131415