Home
last modified time | relevance | path

Searched refs:validate (Results 201 – 225 of 352) sorted by last modified time

12345678910>>...15

/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php368 public function validate($options = 0) function in Sabre\\VObject\\Property\\Text
370 $warnings = parent::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/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php32 function validate(VObject\Component\VCalendar $vObject, array $filters) { function in Sabre\\CalDAV\\CalendarQueryValidator
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php192 if ($validator->validate($vObject, $filters)) {
/plugin/structsection/
H A Dyarn.lock2096 validate-npm-package-license "^3.0.1"
2767 validate-npm-package-license@^3.0.1:
2769 …resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license…
/plugin/groupmail/
H A DCHANGELOG4 add generic functions to validate fields and extract emails)
/plugin/adfs/phpsaml/
H A DCHANGELOG238 * Now after validate a message, if fails a method getError of the object will return the cause.
H A DREADME.md405 * validate a SAMLResponse, but we don't recommend to use that
414 … * Notice that if you want to validate any SAML Message sent by the HTTP-Redirect binding, you
515 // Indicates if the SP will validate all received xmls.
516 // (In order to validate the xml, 'strict' and 'wantXMLValidation' must be true).
1216 …etSelfRoutedURLNoQuery are used to calculate the currentURL in order to validate SAML elements lik…
1250 - `'signing'`. An array of certs that will be used to validate IdP signature
1301 Auxiliary class that contains methods to validate the SAML Response:
1303 uses the other two previous methods and also validate the signature of
1458 * `validateXML` - This function attempts to validate an XML string against
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1validate value values variable view views when whenever where while with work\"),\n builtin: …
H A Decl.min.js.map1 …tor thor threshold token transform trim true type unicodeorder unsorted validate virtual whole wil…
H A Dsas.min.js.map1 …er type unformatted uniform union until upcase update user usericon uss validate value var weight…
H A Dxquery.min.js.map1 …'union', 'unordered',\n 'update', 'updating', 'uppercase', 'using', 'validate', 'value', 'varia…
/plugin/dropfiles/
H A Dyarn.lock1895 validate-npm-package-license "^3.0.1"
2894 validate-npm-package-license@^3.0.1:
2896 …resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js3919 var validate = __w_pdfjs_require__(110);
3940 if (data === true) return uncaughtFrozenStore(validate(this, WEAK_MAP)).get(key);
3945 return weak.def(validate(this, WEAK_MAP), key, value);
4182 var validate = __w_pdfjs_require__(110);
4235 if (data === true) return uncaughtFrozenStore(validate(this, NAME))['delete'](key);
4241 if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);
4575 var validate = __w_pdfjs_require__(110);
4585 return weak.def(validate(this, WEAK_SET), value, true);
H A Dpdf.js.map1validate","NATIVE_WEAK_MAP","IS_IE11","WEAK_MAP","getWeak","isExtensible","uncaughtFrozenStore","$…
H A Dpdf.worker.js5088 var validate = __w_pdfjs_require__(114);
5109 if (data === true) return uncaughtFrozenStore(validate(this, WEAK_MAP)).get(key);
5114 return weak.def(validate(this, WEAK_MAP), key, value);
5351 var validate = __w_pdfjs_require__(114);
5404 if (data === true) return uncaughtFrozenStore(validate(this, NAME))['delete'](key);
5410 if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);
5744 var validate = __w_pdfjs_require__(114);
5754 return weak.def(validate(this, WEAK_SET), value, true);
H A Dpdf.worker.js.map1validate","NATIVE_WEAK_MAP","IS_IE11","WEAK_MAP","getWeak","isExtensible","uncaughtFrozenStore","$…
/plugin/structgeohash/types/
H A DGeoHash.php27 public function validate($rawvalue) { function in dokuwiki\\plugin\\structgeohash\\types\\GeoHash
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
/plugin/webdavclient/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 DVCard.php207 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCard
292 parent::validate($options),
/plugin/webdavclient/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);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php472 $this->assertEquals($errorCount, count($component->validate()));
481 $component->validate(Component::REPAIR);
H A DEmptyParameterTest.php26 $converted->validate();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php335 $messages = $exDate->validate();

12345678910>>...15