Home
last modified time | relevance | path

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

1234567

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
101 Compiler\Llk\Parser $compiler,
175 if ($trace instanceof Compiler\Llk\Rule\Token) {
196 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
224 if ($rule instanceof Compiler\Llk\Rule\Repetition) {
263 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
278 $this->_trace[] = new Compiler\Llk\Rule\Entry(
289 $this->_trace[] = new Compiler\Llk\Rule\Entry(
335 if ($last instanceof Compiler\Llk\Rule\Entry) {
[all …]
H A DCoverage.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
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)
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) {
[all …]
H A 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) {
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) {
220 } elseif ($rule instanceof Compiler\Llk\Rule\Repetition) {
[all …]
H A 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)
H A DException.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
49 class Exception extends Compiler\Exception
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A 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/
H A 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/
H A 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)
429 protected function compileDebugInfo(Compiler $compiler)
[all …]
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A 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/
H A 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/
H A DFloorDivBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
25 public function operator(Compiler $compiler)
H A DInBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
29 public function operator(Compiler $compiler)
H A DMatchesBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
29 public function operator(Compiler $compiler)
H A DRangeBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
29 public function operator(Compiler $compiler)
H A DNotInBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
29 public function operator(Compiler $compiler)
H A DPowerBinary.php14 use Twig\Compiler; alias
18 public function compile(Compiler $compiler)
33 public function operator(Compiler $compiler)
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DFinalStateHasNotBeenReached.php37 namespace Hoa\Compiler\Test\Unit\Exception;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Exception\FinalStateHasNotBeenReached as SUT;
H A DLexer.php37 namespace Hoa\Compiler\Test\Unit\Exception;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Exception\Lexer as SUT;
H A 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/
H A 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/
H A DChoice.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Llk\Rule\Choice as SUT;
H A DConcatenation.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Llk\Rule\Concatenation as SUT;
H A DEntry.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Llk\Rule\Entry as SUT;
H A 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/hoa/compiler/Llk/
H A 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(

1234567