Home
last modified time | relevance | path

Searched defs:lineno (Results 26 – 49 of 49) sorted by last modified time

12

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
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 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 DTempNameExpression.php18 public function __construct(string $name, int $lineno)
H A DTestExpression.php19 public function __construct(Node $node, string $name, ?Node $arguments, int $lineno)
H A DParentExpression.php24 public function __construct(string $name, int $lineno, string $tag = null)
/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedFilterError.php25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen…
H A DSecurityNotAllowedFunctionError.php25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen…
H A DSecurityNotAllowedTagError.php25 …public function __construct(string $message, string $tagName, int $lineno = -1, string $filename =…
H A DSecurityNotAllowedMethodError.php26 …public function __construct(string $message, string $className, string $methodName, int $lineno = …
H A DSecurityNotAllowedPropertyError.php26 … __construct(string $message, string $className, string $propertyName, int $lineno = -1, string $f…
/template/twigstarter/vendor/twig/twig/src/Node/
H A DImportNode.php25 …public function __construct(AbstractExpression $expr, AbstractExpression $var, int $lineno, string…
H A DIncludeNode.php25 …expr, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $tag = …
H A DMacroNode.php26 …public function __construct(string $name, Node $body, Node $arguments, int $lineno, string $tag = …
H A DNode.php27 protected $lineno; variable in Twig\\Node\\Node
39 …public function __construct(array $nodes = [], array $attributes = [], int $lineno = 0, string $ta…
H A DPrintNode.php25 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null)
H A DTextNode.php24 public function __construct(string $data, int $lineno)
H A DWithNode.php23 …public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = n…
H A DFlushNode.php23 public function __construct(int $lineno, string $tag)
/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/Node/Expression/Test/
H A DDefinedTest.php38 public function __construct(Node $node, string $name, ?Node $arguments, int $lineno)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Unary/
H A DAbstractUnary.php21 public function __construct(Node $node, int $lineno)

12