Home
last modified time | relevance | path

Searched refs:validate (Results 76 – 100 of 352) sorted by relevance

12345678910>>...15

/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVTodo.php147 public function validate($options = 0) function in Sabre\\VObject\\Component\\VTodo
149 $result = parent::validate($options);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVTodo.php147 function validate($options = 0) { function in Sabre\\VObject\\Component\\VTodo
149 $result = parent::validate($options);
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1validate,l=/^(\d+(?:\.\d+)?)(px|%)$/,h={type:"html",html:" "},b,j=g.lang.dir=="rtl",a=g.plugi…
/plugin/blogtng/
H A Dscript.js13 jQuery(obj).on('click', function() { return blogtng.validate(); });
22 validate: function() { method in blogtng
65 if(!blogtng.validate()) return false;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryValidatorTest.php19 $this->assertFalse($validator->validate($vcal, ['name' => 'VFOO']));
44 $this->assertFalse($validator->validate($vObject, $filters));
47 $this->assertTrue($validator->validate($vObject, $filters));
51 $validator->validate($vObject, $filters);
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1validate.integer()(h)&&h>0);if(!g){alert(f);this.select()}return g}}function c(h,j){var f=function…
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1validate.integer()(h)&&h>0);if(!g){alert(f);this.select()}return g}}function c(h,j){var f=function…
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php95 return $this->display($io, [$this->validate($stdin, $flags)]);
105 $filesInfo[] = $this->validate(file_get_contents($file), $flags, $file);
112 private function validate($content, $flags, $file = null) function in Symfony\\Component\\Yaml\\Command\\LintCommand
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1 …l:d.Header,},{type:"textarea",id:"contents",label:d.Label_1,validate:CKEDITOR.dialog.validate.notE…
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1 …l:d.Header,},{type:"textarea",id:"contents",label:d.Label_1,validate:CKEDITOR.dialog.validate.notE…
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js211 var validate = false;
235 validate = true;
246 if (validate)
248 graph.view.validate();
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php301 public function validate($options = 0) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
303 $messages = parent::validate($options);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php226 $this->assertEquals(array(), $prop->validate());
241 )), $prop->validate());
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php301 public function validate($options = 0) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
303 $messages = parent::validate($options);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php226 $this->assertEquals(array(), $prop->validate());
241 )), $prop->validate());
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php301 public function validate($options = 0) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
303 $messages = parent::validate($options);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php226 $this->assertEquals(array(), $prop->validate());
241 )), $prop->validate());
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DFieldInterface.php35 * @param string $value CRON expression value to validate
39 public function validate($value); function
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1validate:CKEDITOR.dialog.validate.notEmpty(e.lang.image.urlMissing)},{type:"button",id:"browse",st…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1validate:CKEDITOR.dialog.validate.notEmpty(e.lang.image.urlMissing)},{type:"button",id:"browse",st…
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php207 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCard
292 parent::validate($options),
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php207 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCard
292 parent::validate($options),
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php207 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCard
292 parent::validate($options),
/plugin/structprogress/types/
H A DProgress.php29 public function validate($rawvalue) function in dokuwiki\\plugin\\structprogress\\types\\Progress
31 $rawvalue = parent::validate($rawvalue);
/plugin/struct/types/
H A DMedia.php23 public function validate($rawvalue) function in dokuwiki\\plugin\\struct\\types\\Media
25 $rawvalue = parent::validate($rawvalue);

12345678910>>...15