Home
last modified time | relevance | path

Searched refs:lineno (Results 51 – 67 of 67) sorted by relevance

123

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php41 $lineno = $token->getLine();
74 return new AutoEscapeNode($value, $body, $lineno, $this->getTag());
H A DMacroTokenParser.php32 $lineno = $token->getLine();
51 …setMacro($name, new MacroNode($name, new BodyNode([$body]), $arguments, $lineno, $this->getTag()));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php32 …erface $node, ConstantExpression $filterName, \Twig_NodeInterface $arguments, $lineno, $tag = null) argument
45 parent::__construct($node, $filterName, $arguments, $lineno, $tag);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php20 public function __construct(array $elements, $lineno) argument
22 parent::__construct($elements, [], $lineno);
H A DBlockReferenceExpression.php28 public function __construct(\Twig_NodeInterface $name, $template = null, $lineno, $tag = null) argument
41 parent::__construct($nodes, ['is_defined_test' => false, 'output' => false], $lineno, $tag);
H A DNameExpression.php25 public function __construct($name, $lineno) argument
27 …, 'is_defined_test' => false, 'ignore_strict_check' => false, 'always_defined' => false], $lineno);
H A DGetAttrExpression.php20 …ression $node, AbstractExpression $attribute, AbstractExpression $arguments = null, $type, $lineno) argument
27 …e, 'is_defined_test' => false, 'ignore_strict_check' => false, 'disable_c_ext' => false], $lineno);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php36 …ction __construct(\Twig_NodeInterface $node, $name, \Twig_NodeInterface $arguments = null, $lineno) argument
53 parent::__construct($node, $name, $arguments, $lineno);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DIncludeNode.php25 … AbstractExpression $variables = null, $only = false, $ignoreMissing = false, $lineno, $tag = null) argument
32 …struct($nodes, ['only' => (bool) $only, 'ignore_missing' => (bool) $ignoreMissing], $lineno, $tag);
H A DSetNode.php24 …_construct($capture, \Twig_NodeInterface $names, \Twig_NodeInterface $values, $lineno, $tag = null) argument
26 …['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => false], $lineno, $tag);
H A DMacroNode.php26 …__construct($name, \Twig_NodeInterface $body, \Twig_NodeInterface $arguments, $lineno, $tag = null) argument
34 …arent::__construct(['body' => $body, 'arguments' => $arguments], ['name' => $name], $lineno, $tag);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php19 … $plural = null, Twig_Node_Expression $count = null, Twig_Node $notes = null, $lineno, $tag = null) argument
32 parent::__construct($nodes, array(), $lineno, $tag);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php155 $lineno = $this->getCurrentToken()->getLine();
188 return new Node($rv, [], $lineno);
197 …f(' (expecting closing tag for the "%s" tag defined near line %s).', $test[0]->getTag(), $lineno));
224 return new Node($rv, [], $lineno);
H A DExpressionParser.php408 $lineno = $token->getLine();
409 $arguments = new ArrayExpression([], $lineno);
420 $arg = new ConstantExpression($token->getValue(), $lineno);
429 … throw new SyntaxError('Expected name or number.', $lineno, $stream->getSourceContext());
443 $node = new MethodCallExpression($node, 'get'.$name, $arguments, $lineno);
483 return new GetAttrExpression($node, $arg, $arguments, $type, $lineno);
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c549 zval *lineno; in TWIG_RUNTIME_ERROR() local
569 MAKE_STD_ZVAL(lineno); in TWIG_RUNTIME_ERROR()
576 ZVAL_LONG(lineno, -1); in TWIG_RUNTIME_ERROR()
583 constructor_args[1] = lineno; in TWIG_RUNTIME_ERROR()
589 zval_ptr_dtor(&lineno); in TWIG_RUNTIME_ERROR()
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst412 $lineno = $token->getLine();
419 return new Project_Set_Node($name, $value, $lineno, $this->getTag());
466 …public function __construct($name, \Twig\Node\Expression\AbstractExpression $value, $lineno, $tag …
468 parent::__construct(['value' => $value], ['name' => $name], $lineno, $tag);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …terator?":1,join:1,"key?":1,keys:1,"kind_of?":1,lambda:1,last:1,length:1,lineno:1,ljust:1,load:1,l… property in hljs.LANGUAGES.ruby.c.keymethods

123