Home
last modified time | relevance | path

Searched refs:validation (Results 1 – 25 of 105) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DTemplateParameter.php83 public function setValidation(ParameterValidation $validation) argument
85 $this->validation = $validation;
92 return $this->validation;
/plugin/struct/meta/
H A DAccessDataValidator.php39 * @param string[] $errors validation errors
40 * @return AccessDataValidator[]|bool savable data or false on validation error
52 $validation = $access->getValidator($data[$table]);
53 if (!$validation->validate()) {
55 $errors = array_merge($errors, $validation->getErrors());
56 } elseif ($validation->hasChanges()) {
57 $tosave[] = $validation;
99 * Access the data after it has been cleand in the validation process
111 * This saves no matter what. You have to chcek validation results and changes on your own!
/plugin/struct/action/
H A Dentry.php69 // run the validation for each assignded schema
84 // did validation go through? otherwise abort saving
150 foreach ($this->tosave as $validation) {
151 if ($validation->getAccessTable()->getSchema()->isEditable()) {
152 $validation->saveData($event->data['newRevision']);
157 $validation->getAccessTable()->getSchema()->getTable()
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-success.hbs2 A validation email has been send.<br>
3 Check your mailbox and click on the validation link.<br>
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php240 …throw new FacebookSDKException('Cross-site request forgery validation failed. Required GET param "…
244 …throw new FacebookSDKException('Cross-site request forgery validation failed. Required param "stat…
251 …throw new FacebookSDKException('Cross-site request forgery validation failed. The "state" param fr…
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DValidation.java.bak95 // Installs automatic validation (use editor.validation = true
105 // Initial validation
/plugin/adfs/phpsaml/
H A DCHANGELOG84 …49359f5cad5e1d085c4e5447d9aa8f49a6e82a1) Security update for signature validation on LogoutRequest…
87 * [#186](https://github.com/onelogin/php-saml/pull/186) Improve info on entityId validation Excepti…
90 * Be able to relax Destination validation on SAMLResponses and let this
94 * Implement a more specific exception class for handling some validation errors
95 * Minor changes on time validation/exceptions
104 * Fix another issue on Assertion Signature validation when the assertion contains no namespace, con…
108 * Fix issue on Assertion Signature validation when the assertion contains no namespace and it was e…
120 * Improve Signature validation process
168 * Be able to extract RequestID. Add RequestID validation on demo1.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDBlacklistRegexp.txt
H A DCore.RemoveInvalidImg.txt
H A DAttr.AllowedFrameTargets.txt
H A DAttr.EnableID.txt
H A DAutoFormat.RemoveEmpty.txt
/plugin/farmer/
H A Ddeleted.files3 _test/validation.test.php
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md12 - Fixed `DayOfMonth` validation to be more strict
/plugin/schedule/
H A DTODO.txt13 * validation proposition => suppression (add => valid)
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst83 perform validation of the submitted data.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md92 * #336: Fix incorrect `BYSECOND=` validation. (@PHPGangsta)
102 * Slightly better error message during validation of `N` and `ADR` properties.
120 * #295: `RRULE` now has more validation and repair rules.
301 * #219: Corrected validation of `EXDATE` properties with more than one value.
353 * #180: Added `PROFILE_CALDAV` and `PROFILE_CARDDAV` to enable validation rules
402 * #130: Incorrect validation rules for `RELATED` (should be `RELATED-TO`).
465 * Expanded the vobject cli tool validation output to make it easier to find
811 * Added: Basic validation and repair methods for broken input data.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md31 * #336: Fix incorrect `BYSECOND=` validation. (@PHPGangsta)
41 * Slightly better error message during validation of `N` and `ADR` properties.
59 * #295: `RRULE` now has more validation and repair rules.
240 * #219: Corrected validation of `EXDATE` properties with more than one value.
292 * #180: Added `PROFILE_CALDAV` and `PROFILE_CARDDAV` to enable validation rules
341 * #130: Incorrect validation rules for `RELATED` (should be `RELATED-TO`).
404 * Expanded the vobject cli tool validation output to make it easier to find
750 * Added: Basic validation and repair methods for broken input data.
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md75 * #219: Corrected validation of `EXDATE` properties with more than one value.
127 * #180: Added `PROFILE_CALDAV` and `PROFILE_CARDDAV` to enable validation rules
176 * #130: Incorrect validation rules for `RELATED` (should be `RELATED-TO`).
239 * Expanded the vobject cli tool validation output to make it easier to find
585 * Added: Basic validation and repair methods for broken input data.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md75 * #219: Corrected validation of `EXDATE` properties with more than one value.
127 * #180: Added `PROFILE_CALDAV` and `PROFILE_CARDDAV` to enable validation rules
176 * #130: Incorrect validation rules for `RELATED` (should be `RELATED-TO`).
239 * Expanded the vobject cli tool validation output to make it easier to find
585 * Added: Basic validation and repair methods for broken input data.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md35 * #219: Corrected validation of `EXDATE` properties with more than one value.
87 * #180: Added `PROFILE_CALDAV` and `PROFILE_CARDDAV` to enable validation rules
136 * #130: Incorrect validation rules for `RELATED` (should be `RELATED-TO`).
199 * Expanded the vobject cli tool validation output to make it easier to find
545 * Added: Basic validation and repair methods for broken input data.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md16 - Correct header value validation
86 - Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (#25…
/plugin/sidebar/
H A Dstyle.css171 … 'overflow-x:auto;' maybe replaced by 'overflow:auto;' to ensure template passes w3c validation \*/
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties162 validation=Validation key
H A Deditor.properties.bak158 validation=Validation

12345