Home
last modified time | relevance | path

Searched refs:validate (Results 201 – 225 of 352) sorted by path

12345678910>>...15

/plugin/fetchmedia/
H A Dyarn.lock2232 validate-npm-package-license "^3.0.1"
3052 validate-commit-message@^3.0.1:
3054 …resolved "https://registry.yarnpkg.com/validate-commit-message/-/validate-commit-message-3.0.1.tgz…
3056 validate-npm-package-license@^3.0.1:
3058 …resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst214 and register them for the annotation processing. Only if you are using PHP Imports you can validate
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareNumericValue.php15 protected function validate($value) function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareNumericValue
17 $value = parent::validate($value);
H A DUsergroupAwareSimpleValue.php33 $this->values[$usergroup] = $this->validate($value);
48 protected function validate($value) function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareSimpleValue
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriber.php51 $list = $validator->validate($event->getObject(), $constraints, $groups);
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php95 return $this->display($io, [$this->validate($stdin, $flags)]);
105 $filesInfo[] = $this->validate(file_get_contents($file), $flags, $file);
112 private function validate($content, $flags, $file = null) function in Symfony\\Component\\Yaml\\Command\\LintCommand
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst304 instance), it might be interesting to validate the template syntax before
/plugin/googlesearch/
H A Dnusoap.php5091 * @return mixed new param or false if initial value didn't validate
/plugin/groupmail/
H A DCHANGELOG4 add generic functions to validate fields and extract emails)
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards229 if ($result = $vcard->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/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
H A Dgenerateicalendardata.php77 $result = $calendar->validate();
/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));
H A DNode.php162 function validate($options = 0) { function in Sabre\\VObject\\Node
H A DProperty.php547 function validate($options = 0) { function in Sabre\\VObject\\Property
637 $warnings = array_merge($warnings, $param->validate($options));
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DAvailable.php111 function validate($options = 0) { function in Sabre\\VObject\\Component\\Available
113 $result = parent::validate($options);
H A DVAvailability.php141 function validate($options = 0) { function in Sabre\\VObject\\Component\\VAvailability
143 $result = parent::validate($options);
H A DVCalendar.php447 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCalendar
449 $warnings = parent::validate($options);
H A DVCard.php224 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCard
309 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/Property/ICalendar/
H A DDateTime.php378 function validate($options = 0) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
380 $messages = parent::validate($options);
H A DRecur.php254 function validate($options = 0) { function in Sabre\\VObject\\Property\\ICalendar\\Recur
258 $warnings = parent::validate($options);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php389 function validate($options = 0) { function in Sabre\\VObject\\Property\\Text
391 $warnings = parent::validate($options);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php387 function validate($options = 0) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
389 $messages = parent::validate($options);

12345678910>>...15