Home
last modified time | relevance | path

Searched refs:Compiler (Results 1 – 25 of 187) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
DBoundedExhaustive.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
101 Compiler\Llk\Parser $compiler,
152 $handle = new Compiler\Llk\Rule\Ekzit($ruleName, 0);
155 new Compiler\Llk\Rule\Entry($ruleName, 0, [$handle])
175 if ($trace instanceof Compiler\Llk\Rule\Token) {
196 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
220 protected function boundedExhaustive(Compiler\Llk\Rule $rule, $next)
224 if ($rule instanceof Compiler\Llk\Rule\Repetition) {
226 $this->_trace[] = new Compiler\Llk\Rule\Entry(
[all …]
DCoverage.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
154 if ($rule instanceof Compiler\Llk\Rule\Repetition) {
168 } elseif ($rule instanceof Compiler\Llk\Rule\Choice) {
195 $this->_todo = [new Compiler\Llk\Rule\Entry(
209 if ($trace instanceof Compiler\Llk\Rule\Token) {
239 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
260 protected function coverage(Compiler\Llk\Rule $rule)
264 if ($rule instanceof Compiler\Llk\Rule\Repetition) {
292 $this->_trace[] = new Compiler\Llk\Rule\Entry(
[all …]
DUniform.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
80 Compiler\Llk\Parser $compiler,
103 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) {
[all …]
DSampler.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
110 Compiler\Llk\Parser $compiler,
140 $token = new Compiler\Llk\Rule\Token(
164 protected function completeToken(Compiler\Llk\Rule\Token $token)
218 protected function generateToken(Compiler\Llk\Rule\Token $token)
DException.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
49 class Exception extends Compiler\Exception
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
DPp.php37 namespace Hoa\Compiler\Bin;
39 use Hoa\Compiler; alias
129 $compiler = Compiler\Llk::load(new File\Read($grammar));
135 } catch (Compiler\Exception $e) {
170 protected function printTrace(Compiler\Llk\Parser $compiler)
175 if ($element instanceof Compiler\Llk\Rule\Entry) {
186 } elseif ($element instanceof Compiler\Llk\Rule\Token) {
208 protected function printTokenSequence(Compiler\Llk\Parser $compiler, $data)
210 $lexer = new Compiler\Llk\Lexer();
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
DArithmetic.php39 use Hoa\Compiler; alias
61 $sampler = new Compiler\Llk\Sampler\BoundedExhaustive(
62 Compiler\Llk\Llk::load(
70 $compiler = Compiler\Llk\Llk::load(
107 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
124 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
141 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
158 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
173 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
190 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
DModuleNode.php15 use Twig\Compiler; alias
76 public function compile(Compiler $compiler)
85 protected function compileTemplate(Compiler $compiler)
125 protected function compileGetParent(Compiler $compiler)
160 protected function compileClassHeader(Compiler $compiler)
189 protected function compileConstructor(Compiler $compiler)
323 protected function compileDisplay(Compiler $compiler)
350 protected function compileClassFooter(Compiler $compiler)
359 protected function compileMacros(Compiler $compiler)
364 protected function compileGetTemplateName(Compiler $compiler)
[all …]
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
DIssue.php39 use Hoa\Compiler; alias
58 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
72 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
86 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
92 ->isInstanceOf(Compiler\Llk\TreeNode::class)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
DInnerParser.php7 use Hoa\Compiler\Llk\Parser;
8 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/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
DFloorDivBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
25 public function operator(Compiler $compiler)
DRangeBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
29 public function operator(Compiler $compiler)
DInBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
29 public function operator(Compiler $compiler)
DMatchesBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
29 public function operator(Compiler $compiler)
DNotInBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
29 public function operator(Compiler $compiler)
DPowerBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
33 public function operator(Compiler $compiler)
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
DLexer.php37 namespace Hoa\Compiler\Llk;
39 use Hoa\Compiler; alias
150 throw new Compiler\Exception\UnrecognizedToken(
215 throw new Compiler\Exception\Lexer(
238 throw new Compiler\Exception\Lexer(
289 throw new Compiler\Exception\Lexer(
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
DFinalStateHasNotBeenReached.php37 namespace Hoa\Compiler\Test\Unit\Exception;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Exception\FinalStateHasNotBeenReached as SUT;
DLexer.php37 namespace Hoa\Compiler\Test\Unit\Exception;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Exception\Lexer as SUT;
DRule.php37 namespace Hoa\Compiler\Test\Unit\Exception;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Exception\Rule as SUT;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Sampler/
DException.php37 namespace Hoa\Compiler\Test\Unit\Llk\Sampler;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Llk\Sampler\Exception as SUT;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
DChoice.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Llk\Rule\Choice as SUT;
DConcatenation.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Llk\Rule\Concatenation as SUT;
DEkzit.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Llk\Rule\Ekzit as SUT;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
DBlockReferenceExpression.php15 use Twig\Compiler; alias
44 public function compile(Compiler $compiler)
61 private function compileTemplateCall(Compiler $compiler, $method)
83 private function compileBlockArguments(Compiler $compiler)

12345678