Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 10 of 10) sorted by relevance

/template/strap/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php21 $this->assertEquals('0 0 1 1 *', CronExpression::factory('@annually')->getExpression());
22 $this->assertEquals('0 0 1 1 *', CronExpression::factory('@yearly')->getExpression());
23 $this->assertEquals('0 0 * * 0', CronExpression::factory('@weekly')->getExpression());
34 $cron = CronExpression::factory('1 2-4 * 4,5,6 */3');
45 $cron = CronExpression::factory('A 1 2 3 4');
58 $cron = CronExpression::factory($schedule);
91 $cron = CronExpression::factory('* * * 1');
101 $cron = CronExpression::factory('* * * * *');
197 $cron = CronExpression::factory($schedule);
213 $cron = CronExpression::factory('* * * * *');
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php36 protected $factory; variable in Antlr\\Antlr4\\Runtime\\Lexer
119 $this->factory = CommonTokenFactory::default();
281 return $this->factory;
284 public function setTokenFactory(TokenFactory $factory) : void argument
286 $this->factory = $factory;
324 $token = $this->factory->createEx(
348 $eof = $this->factory->createEx(
H A DTokenSource.php72 * @param TokenFactory $factory The {@see TokenFactory} to use
75 public function setTokenFactory(TokenFactory $factory) : void; argument
H A DParser.php383 public function setTokenFactory(TokenFactory $factory) : void argument
385 $this->tokenStream()->getTokenSource()->setTokenFactory($factory);
/template/strap/vendor/dragonmantank/cron-expression/
H A DREADME.md33 $cron = Cron\CronExpression::factory('@daily');
39 $cron = Cron\CronExpression::factory('3-59/15 2,6-12 */15 1 2-5');
43 $cron = Cron\CronExpression::factory('@daily');
47 $cron = Cron\CronExpression::factory('@monthly');
H A DCHANGELOG.md32 - Using static instead of self in `CronExpression::factory`
/template/strap/ComboStrap/
H A DCron.php19 $cron = CronExpression::factory($cronExpression);
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php69 public static function factory($expression, FieldFactory $fieldFactory = null) function in Cron\\CronExpression
98 self::factory($expression);
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php37 public static function factory($options = array()) function in Handlebars\\Handlebars
/template/strap/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1factory","exports","module","define","amd","this","__webpack_require__","moduleId","installedModul…