Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 25 of 28) sorted by relevance

12

/template/strap/vendor/dragonmantank/cron-expression/tests/Cron/
H A DDayOfWeekFieldTest.php20 $this->assertTrue($f->validate('1'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/3,1,1-12'));
23 $this->assertTrue($f->validate('SUN-2'));
24 $this->assertFalse($f->validate('1.'));
79 $this->assertTrue($f->validate('MON#1'));
80 $this->assertTrue($f->validate('TUE#2'));
81 $this->assertTrue($f->validate('WED#3'));
82 $this->assertTrue($f->validate('THU#4'));
83 $this->assertTrue($f->validate('FRI#5'));
[all …]
H A DDayOfMonthFieldTest.php20 $this->assertTrue($f->validate('1'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('5W,L'));
23 $this->assertFalse($f->validate('1.'));
59 $this->assertFalse($f->validate(0));
H A DMonthFieldTest.php20 $this->assertTrue($f->validate('12'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/10,2,1-12'));
23 $this->assertFalse($f->validate('1.fix-regexp'));
H A DYearFieldTest.php20 $this->assertTrue($f->validate('2011'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/10,2012,1-12'));
H A DMinutesFieldTest.php20 $this->assertTrue($f->validate('1'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/3,1,1-12'));
H A DHoursFieldTest.php20 $this->assertTrue($f->validate('1'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/3,1,1-12'));
/template/breeze/bower_components/gumby/js/libs/ui/
Djquery.validation.js30 scope.validate();
37 scope.validate();
45 scope.validate();
52 Validation.prototype.validate = function() { method in Validation
97 settings.required[i].validate || false
114 if(!validations[i].validate()) {
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php109 public function validate($value) function in Cron\\DayOfMonthField
130 if (!$this->validate($chunk)) {
147 if (!$this->validate($chunk)) {
159 if (!$this->validate($chunk)) {
H A DFieldInterface.php39 public function validate($value); function
H A DMonthField.php40 public function validate($value) function in Cron\\MonthField
H A DYearField.php33 public function validate($value) function in Cron\\YearField
H A DMinutesField.php58 public function validate($value) function in Cron\\MinutesField
H A DHoursField.php67 public function validate($value) function in Cron\\HoursField
H A DDayOfWeekField.php120 public function validate($value) function in Cron\\DayOfWeekField
H A DCronExpression.php153 if (!$this->fieldFactory->getField($position)->validate($value)) {
/template/strap/ComboStrap/
H A DMetadataStoreTransfer.php63 public function validate(): MetadataStoreTransfer function in ComboStrap\\MetadataStoreTransfer
167 $validatedMetadata = $this->validate()->getValidatedMetadatas();
211 $this->validate();
/template/strap/vendor/symfony/yaml/Command/
H A DLintCommand.php113 return $this->display($io, [$this->validate(file_get_contents('php://stdin'), $flags)]);
128 $filesInfo[] = $this->validate(file_get_contents($file), $flags, $file);
136 private function validate(string $content, int $flags, string $file = null) function in Symfony\\Component\\Yaml\\Command\\LintCommand
/template/breeze/bower_components/gumby/js/libs/
Dgumby.min.js1validate()})):this.$this.is("select")?(this.$field=this.$this.parents(".picker"),this.$field.on("c… method in i
/template/breeze/bower_components/gumby/
Dgumby.min.js1validate()})):this.$this.is("select")?(this.$field=this.$this.parents(".picker"),this.$field.on("c… method in i
/template/breeze/js/
Dgumby.min.js1validate()})):this.$this.is("select")?(this.$field=this.$this.parents(".picker"),this.$field.on("c… method in i
/template/strap/syntax/
H A Dfrontmatter.php177 ->validate();
/template/templar/js/
Dbootstrap-tooltip.js291 , validate: function () {
/template/strap/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1validate","C","speciesFromList","list","fromList","addGetter","internal","_d","$from","step","iter…
/template/parallax/lib/bootstrap/js/
Dbootstrap.js1186 }, validate: function () { method in Tooltip
/template/monobook/static/3rd/monobook/
Dmain.css1136 ** to a separate stylesheet. This would work but doesn't validate:

12