Home
last modified time | relevance | path

Searched refs:validate (Results 26 – 50 of 352) sorted by relevance

12345678910>>...15

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryVAlarmTest.php57 $this->assertTrue($validator->validate($vcalendar, $filter));
73 $this->assertFalse($validator->validate($vcalendar, $filter));
118 $this->assertTrue($validator->validate($vcalendar, $filter));
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchange.php
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php84 function validate($options = 0) { function in Sabre\\VObject\\Component\\VAvailability
86 $result = parent::validate($options);
H A DAvailable.php85 function validate($options = 0) { function in Sabre\\VObject\\Component\\Available
87 $result = parent::validate($options);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php84 function validate($options = 0) { function in Sabre\\VObject\\Component\\VAvailability
86 $result = parent::validate($options);
H A DAvailable.php85 function validate($options = 0) { function in Sabre\\VObject\\Component\\Available
87 $result = parent::validate($options);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php84 function validate($options = 0) { function in Sabre\\VObject\\Component\\VAvailability
86 $result = parent::validate($options);
H A DAvailable.php85 function validate($options = 0) { function in Sabre\\VObject\\Component\\Available
87 $result = parent::validate($options);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php45 $this->validate($type);
56 $this->validate($type);
88 protected function validate(AbstractType $type): void function in FreeDSx\\Asn1\\Encoder\\DerEncoder
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php265 $result = $property->validate(Property::REPAIR);
288 $result = $property->validate(Property::REPAIR);
299 $result = $property->validate(Property::REPAIR);
366 $result = $property->validate();
379 $result = $property->validate();
392 $result = $property->validate();
405 $result = $property->validate();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php264 $result = $property->validate(Property::REPAIR);
287 $result = $property->validate(Property::REPAIR);
298 $result = $property->validate(Property::REPAIR);
365 $result = $property->validate();
378 $result = $property->validate();
391 $result = $property->validate();
404 $result = $property->validate();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php265 $result = $property->validate(Property::REPAIR);
288 $result = $property->validate(Property::REPAIR);
299 $result = $property->validate(Property::REPAIR);
366 $result = $property->validate();
379 $result = $property->validate();
392 $result = $property->validate();
405 $result = $property->validate();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php265 $result = $property->validate(Property::REPAIR);
288 $result = $property->validate(Property::REPAIR);
299 $result = $property->validate(Property::REPAIR);
366 $result = $property->validate();
379 $result = $property->validate();
392 $result = $property->validate();
405 $result = $property->validate();
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc10 validate = CKEDITOR.dialog.validate,
46 validate: validate[ 'number' ]( langCell.invalidWidth ),
165 validate: validate.integer( langCell.invalidRowSpan ),
184 validate: validate.integer( langCell.invalidColSpan ),
H A DtableCell.js1validate,k=/^(\d+(?:\.\d+)?)(px|%)$/,j=/^(\d+(?:\.\d+)?)px$/,g=CKEDITOR.tools.bind,f={type:"html",…
/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);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DAvailable.php109 public function validate($options = 0) function in Sabre\\VObject\\Component\\Available
111 $result = parent::validate($options);
H A DVAvailability.php138 public function validate($options = 0) function in Sabre\\VObject\\Component\\VAvailability
140 $result = parent::validate($options);
/plugin/struct/types/
H A DMail.php35 public function validate($rawvalue) function in dokuwiki\\plugin\\struct\\types\\Mail
37 $rawvalue = parent::validate($rawvalue);
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php102 return $this->validate();
116 return $this->validate();
136 protected function validate() { function in Sabre\\HTTP\\Auth\\Digest
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php102 return $this->validate();
116 return $this->validate();
136 protected function validate() { function in Sabre\\HTTP\\Auth\\Digest
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareSimpleValue.php33 $this->values[$usergroup] = $this->validate($value);
48 protected function validate($value) function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareSimpleValue
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php86 $this->assertEquals(1, count($vcard->validate()));
90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php86 $this->assertEquals(1, count($vcard->validate()));
90 $vcard->validate(\Sabre\VObject\Node::REPAIR);

12345678910>>...15