Home
last modified time | relevance | path

Searched defs:lineno (Results 1 – 25 of 49) sorted by path

12

/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php41 private $lineno; variable in Twig\\Error\\Error
58 …public function __construct(string $message, int $lineno = -1, $source = null, \Exception $previou…
104 public function setTemplateLine($lineno)
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1156 function twig_call_macro(Template $template, string $method, array $args, int $lineno, array $conte…
1400 …*/ 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1)
H A DSandboxExtension.php80 public function checkMethodAllowed($obj, $method, int $lineno = -1, Source $source = null)
94 public function checkPropertyAllowed($obj, $property, int $lineno = -1, Source $source = null)
108 public function ensureToStringAllowed($obj, int $lineno = -1, Source $source = null)
/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php27 private $lineno; variable in Twig\\Lexer
/template/twigstarter/vendor/twig/twig/src/Node/
H A DAutoEscapeNode.php29 public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape')
H A DBlockNode.php24 public function __construct(string $name, Node $body, int $lineno, string $tag = null)
H A DBlockReferenceNode.php24 public function __construct(string $name, int $lineno, string $tag = null)
H A DDeprecatedNode.php25 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null)
H A DDoNode.php24 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null)
H A DEmbedNode.php26 …ndex, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $tag = …
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php20 public function __construct(array $elements, int $lineno)
H A DArrowFunctionExpression.php24 public function __construct(AbstractExpression $expr, Node $names, $lineno, $tag = null)
H A DBlockReferenceExpression.php25 public function __construct(Node $name, ?Node $template, int $lineno, string $tag = null)
H A DConditionalExpression.php19 …truct(AbstractExpression $expr1, AbstractExpression $expr2, AbstractExpression $expr3, int $lineno)
H A DConstantExpression.php19 public function __construct($value, int $lineno)
H A DFilterExpression.php20 …construct(Node $node, ConstantExpression $filterName, Node $arguments, int $lineno, string $tag = …
H A DFunctionExpression.php19 public function __construct(string $name, Node $arguments, int $lineno)
H A DGetAttrExpression.php21 …on $node, AbstractExpression $attribute, ?AbstractExpression $arguments, string $type, int $lineno)
H A DInlinePrint.php22 public function __construct(Node $node, $lineno)
H A DMethodCallExpression.php18 …tion __construct(AbstractExpression $node, string $method, ArrayExpression $arguments, int $lineno)
H A DNameExpression.php25 public function __construct(string $name, int $lineno)
H A DNullCoalesceExpression.php23 public function __construct(Node $left, Node $right, int $lineno)
H A DParentExpression.php24 public function __construct(string $name, int $lineno, string $tag = null)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/
H A DAbstractBinary.php21 public function __construct(Node $left, Node $right, int $lineno)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php32 …construct(Node $node, ConstantExpression $filterName, Node $arguments, int $lineno, string $tag = …

12