Home
last modified time | relevance | path

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

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
DTemplateParameter.php83 public function setValidation(ParameterValidation $validation) argument
85 $this->validation = $validation;
92 return $this->validation;
/plugin/struct/meta/
H A DAccessDataValidator.php52 $validation = $access->getValidator($data[$table]);
53 if (!$validation->validate()) {
55 $errors = array_merge($errors, $validation->getErrors());
56 } elseif ($validation->hasChanges()) {
57 $tosave[] = $validation;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
Dindex.js17 var validation = null
60 validation = Validation(self, usage) // handle arg validation.
191 validation.implies(key, value)
219 validation.check(f)
379 return validation
455 validation.nonOptionCount(argv)
456 validation.missingArgumentValue(argv)
457 validation.requiredArguments(argv)
460 validation.unknownArguments(argv, aliases)
463 validation.customChecks(argv, aliases)
[all …]
/plugin/struct/action/
H A Dentry.php150 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/deletepageguard/
H A DCHANGELOG.md21 - **Pattern validation system** with real-time error detection
27 - Regex pattern validation to prevent malformed expressions
29 - Input sanitization and validation
H A DREADME.md18 * **Pattern validation**: Real-time validation with detailed error messages for administrators.
44 The plugin includes comprehensive pattern validation:
46 * **Real-time validation**: Invalid patterns are automatically detected when pages are saved
85 The test suite covers pattern validation, matching logic, security features, and edge cases without…
91 - Automated testing and validation
99 - **Pattern validation** (syntax, ReDoS protection, length limits)
H A Ddokuwiki-plugin-page.txt34 * **Pattern validation**: Real-time validation with detailed error messages for administrators
62 The plugin includes comprehensive pattern validation:
64 * **Real-time validation**: Invalid patterns are automatically detected when pages are saved
88 The test suite includes 32 comprehensive tests covering pattern validation, matching logic, securit…
105 * Pattern validation with ReDoS protection
H A DRELEASE.md10 - Automated testing and validation
250 - Pattern validation and matching
261 - Pattern validation testing
/plugin/authfacebook/lib/Helpers/
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/asciidocjs/node_modules/yargs/build/lib/
Dcommand.js10 constructor(usage, validation, globalMiddleware, shim) { argument
18 this.validation = validation;
199 const validation = yargs
203 validation(result);
245 this.validation.positionalCount(demanded.length, argv._.length);
413 export function command(usage, validation, globalMiddleware, shim) { argument
414 return new CommandInstance(usage, validation, globalMiddleware, shim);
/plugin/jdraw/src/com/mxgraph/examples/swing/
DValidation.java.bak95 // Installs automatic validation (use editor.validation = true
105 // Initial validation
/plugin/adfs/phpsaml/
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/saml/phpsaml/
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/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.IDBlacklistRegexp.txt8 degradation. ID matching is done after all other validation.
DCore.RemoveInvalidImg.txt9 tags, as the attribute validation strategy is not authorized to
DAttr.AllowedFrameTargets.txt7 lowercase, as validation will be done in a case-sensitive manner despite
DAttr.EnableID.txt8 validation of a webpage by specifying an ID that is already on the
DAutoFormat.RemoveEmpty.txt42 to prevent clever code from breaking validation. The general rule of thumb:
/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/
DTODO.txt13 * validation proposition => suppression (add => valid)
/plugin/bookmark2wiki/
H A DREADME.md13 - **Todo**: Enhance input validation for security (e.g., stricter sanitization of URL, title, and t…
69 - **Security**: The plugin includes basic input sanitization (e.g., URL validation, HTML escaping).…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
Devent_system.rst83 perform validation of the submitted data.
/plugin/webdav/vendor/sabre/vobject/
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.

123456