Home
last modified time | relevance | path

Searched refs:validate (Results 176 – 200 of 352) sorted by relevance

12345678910>>...15

/plugin/confmanager/
H A Dscript.js166 var validate = function() { function
209 beforeSubmit : validate,
/plugin/swarmwebhook/
H A Dhelper.php54 if (!$validator->validate()) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php192 if ($validator->validate($vObject, $filters)) {
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php79 $result = $calendar->validate();
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php79 $result = $calendar->validate();
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php79 $result = $calendar->validate();
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php67 public function validate($value) function in Cron\\HoursField
H A DDayOfWeekField.php120 public function validate($value) function in Cron\\DayOfWeekField
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExtendedDnControl.php113 protected static function validate(AbstractType $type): void
106 protected static function validate(AbstractType $type): void global() function in FreeDSx\\Ldap\\Control\\Ad\\ExtendedDnControl
H A DExpectedEntryCountControl.php140 protected static function validate(AbstractType $type): void
134 protected static function validate(AbstractType $type): void global() function in FreeDSx\\Ldap\\Control\\Ad\\ExpectedEntryCountControl
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php458 function validate($options = 0) { function in Sabre\\VObject\\Property
548 $warnings = array_merge($warnings, $param->validate($options));
H A DComponent.php523 function validate($options = 0) { function in Sabre\\VObject\\Component
539 $messages = array_merge($messages, $child->validate($options));
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php458 function validate($options = 0) { function in Sabre\\VObject\\Property
548 $warnings = array_merge($warnings, $param->validate($options));
H A DComponent.php523 function validate($options = 0) { function in Sabre\\VObject\\Component
539 $messages = array_merge($messages, $child->validate($options));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceNetworking.php178 ],'validate' => [
179 'path' => 'v1/{+parent}:validate',
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php458 function validate($options = 0) { function in Sabre\\VObject\\Property
548 $warnings = array_merge($warnings, $param->validate($options));
H A DComponent.php523 function validate($options = 0) { function in Sabre\\VObject\\Component
539 $messages = array_merge($messages, $child->validate($options));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DServices.php134 public function validate($parent, ValidateConsumerConfigRequest $postBody, $optParams = []) function in Google\\Service\\ServiceNetworking\\Resource\\Services
/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/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php260 if ($validator->validate($vObject, $filters)) {
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc587 validate: CKEDITOR.dialog.validate.notEmpty( editor.lang.image.urlMissing )
653 validate: function() {
693 validate: function() {
813 validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateBorder ),
857 validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateHSpace ),
908 validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateVSpace ),
1263 validate: CKEDITOR.dialog.validate.inlineStyle( editor.lang.common.invalidInlineStyle ),
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc588 validate: CKEDITOR.dialog.validate.notEmpty( editor.lang.image.urlMissing )
654 validate: function() {
694 validate: function() {
814 validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateBorder ),
858 validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateHSpace ),
909 validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateVSpace ),
1264 validate: CKEDITOR.dialog.validate.inlineStyle( editor.lang.common.invalidInlineStyle ),
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php547 function validate($options = 0) { function in Sabre\\VObject\\Property
637 $warnings = array_merge($warnings, $param->validate($options));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php508 public function validate($options = 0) function in Sabre\\VObject\\Property
601 $warnings = array_merge($warnings, $param->validate($options));
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php

12345678910>>...15