Home
last modified time | relevance | path

Searched refs:Rule (Results 1 – 25 of 84) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php175 if ($trace instanceof Compiler\Llk\Rule\Token) {
196 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
224 if ($rule instanceof Compiler\Llk\Rule\Repetition) {
226 $this->_trace[] = new Compiler\Llk\Rule\Entry(
232 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
263 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
278 $this->_trace[] = new Compiler\Llk\Rule\Entry(
289 $this->_trace[] = new Compiler\Llk\Rule\Entry(
301 } elseif ($rule instanceof Compiler\Llk\Rule\Token) {
335 if ($last instanceof Compiler\Llk\Rule\Entry) {
[all …]
H A DCoverage.php195 $this->_todo = [new Compiler\Llk\Rule\Entry(
239 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
260 protected function coverage(Compiler\Llk\Rule $rule)
427 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
442 $this->_trace[] = new Compiler\Llk\Rule\Entry(
447 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
534 if ($pop instanceof Compiler\Llk\Rule\Entry) {
548 $this->_todo[] = new Compiler\Llk\Rule\Entry(
563 protected function updateCoverage(Compiler\Llk\Rule\Ekzit $Rule) argument
565 $ruleName = $Rule->getRule();
[all …]
H A DUniform.php103 public function uniform(Compiler\Llk\Rule $rule = null, $n = -1)
117 if ($rule instanceof Compiler\Llk\Rule\Choice) {
132 } elseif ($rule instanceof Compiler\Llk\Rule\Concatenation) {
143 } elseif ($rule instanceof Compiler\Llk\Rule\Repetition) {
164 } elseif ($rule instanceof Compiler\Llk\Rule\Token) {
178 public function count(Compiler\Llk\Rule $rule = null, $n = -1)
194 if ($rule instanceof Compiler\Llk\Rule\Choice) {
198 } elseif ($rule instanceof Compiler\Llk\Rule\Concatenation) {
220 } elseif ($rule instanceof Compiler\Llk\Rule\Repetition) {
259 } elseif ($rule instanceof Compiler\Llk\Rule\Token) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/Rule/
H A DAnalyzer.php37 namespace Hoa\Compiler\Test\Integration\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule; alias
41 use Hoa\Compiler\Llk\Rule\Analyzer as SUT;
177 $_rule0 = new Rule\Token(0, 'foo', null, -1, true)
198 $_rule0 = new Rule\Token(0, 'foo', null, -1, true),
199 $_rule1 = new Rule\Token(1, 'baz', null, -1, true)
219 $_ruleA = new Rule\Choice('ruleA', [0, 1], null),
222 $_rule1 = new Rule\Token(1, 'baz', null, -1, true)
242 $_ruleA = new Rule\Choice('ruleA', [0, 1], null),
245 $_rule1 = new Rule\Token(1, 'baz', null, -1, true)
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php176 $closeRule = new Rule\Ekzit($rule, 0);
258 if ($rule instanceof Rule\Ekzit) {
287 protected function _parse(Rule $zeRule, $next)
289 if ($zeRule instanceof Rule\Token) {
361 $this->_trace[] = new Rule\Entry(
387 $this->_trace[] = new Rule\Entry(
409 $this->_trace[] = new Rule\Entry(
416 $this->_todo[] = new Rule\Ekzit(
435 $this->_todo[] = new Rule\Ekzit(
462 if ($last instanceof Rule\Entry) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAssetSelection.php27 protected $rulesType = Rule::class;
45 * @param Rule[]
52 * @return Rule[]
H A DRule.php20 class Rule extends \Google\Model class
80 class_alias(Rule::class, 'Google_Service_Dfareporting_Rule');
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DChoice.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Choice as SUT;
59 ->isInstanceOf(LUT\Llk\Rule::class);
H A DConcatenation.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Concatenation as SUT;
59 ->isInstanceOf(LUT\Llk\Rule::class);
H A DEntry.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Entry as SUT;
59 ->isInstanceOf(LUT\Llk\Rule\Invocation::class);
H A DEkzit.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Ekzit as SUT;
59 ->isInstanceOf(LUT\Llk\Rule\Invocation::class);
H A DRepetition.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Repetition as SUT;
59 ->isInstanceOf(LUT\Llk\Rule::class);
121 ->isInstanceOf(LUT\Exception\Rule::class)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DInnerParser.php8 use Hoa\Compiler\Llk\Rule\Choice;
9 use Hoa\Compiler\Llk\Rule\Concatenation;
10 use Hoa\Compiler\Llk\Rule\Repetition;
11 use Hoa\Compiler\Llk\Rule\Token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DChannelGrouping.php31 protected $rulesType = Rule::class;
63 * @param Rule[]
70 * @return Rule[]
H A DRule.php20 class Rule extends \Google\Collection class
61 class_alias(Rule::class, 'Google_Service_DoubleClickBidManager_Rule');
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md34 * Test: Write `…Compiler\Exception\Rule` test suite. (Ivan Enderlin, 2016-08-14T16:42:43+02:00)
39 * Test: Write `…piler\Llk\Rule\Analyzer` test suite. (Ivan Enderlin, 2016-08-14T13:18:39+02:00)
43 * Rule: Fix an exception message in the analyzer. (Ivan Enderlin, 2016-08-12T18:04:39+02:00)
44 * Rule: Update API documentation. (Ivan Enderlin, 2016-08-12T18:04:30+02:00)
47 * Test: Write `…ler\Llk\Rule\Invocation` test suite. (Ivan Enderlin, 2016-08-12T17:06:15+02:00)
49 * Rule: Restore infinite max in a repetition. (Ivan Enderlin, 2016-08-12T08:05:19+02:00)
51 * Rule: Cast and bound min and max in a repetition. (Ivan Enderlin, 2016-08-12T07:54:43+02:00)
52 * Test: Write `…ler\Llk\Rule\Repetition` test suite. (Ivan Enderlin, 2016-08-12T07:51:48+02:00)
53 * Test: Write `…\Compiler\Llk\Rule\Rule` test suite. (Ivan Enderlin, 2016-08-09T08:54:20+02:00)
54 * Test: Write `…Compiler\Llk\Rule\Token` test suite. (Ivan Enderlin, 2016-08-09T08:19:28+02:00)
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRepetition.php37 namespace Hoa\Compiler\Llk\Rule;
49 class Repetition extends Rule
84 throw new Compiler\Exception\Rule(
H A DChoice.php37 namespace Hoa\Compiler\Llk\Rule;
47 class Choice extends Rule
H A DConcatenation.php37 namespace Hoa\Compiler\Llk\Rule;
47 class Concatenation extends Rule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPolicy.php31 protected $rulesType = Rule::class;
81 * @param Rule[]
88 * @return Rule[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DPolicy.php31 protected $rulesType = Rule::class;
81 * @param Rule[]
88 * @return Rule[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DAuthorizationPolicy.php43 protected $rulesType = Rule::class;
121 * @param Rule[]
128 * @return Rule[]
H A DRule.php20 class Rule extends \Google\Collection class
59 class_alias(Rule::class, 'Google_Service_NetworkSecurity_Rule');
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DRule.php40 use Hoa\Compiler\Exception\Rule as SUT;
51 class Rule extends Test\Unit\Suite class
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

1234