Home
last modified time | relevance | path

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

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 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 DToken.php24 private $lineno; variable in Twig\\Token
46 public function __construct($type, $value, $lineno)
/template/twigstarter/vendor/twig/twig/src/Node/
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 DForLoopNode.php23 public function __construct(int $lineno, string $tag = null)
H A DTextNode.php24 public function __construct(string $data, int $lineno)
H A DFlushNode.php23 public function __construct(int $lineno, string $tag)
H A DSandboxNode.php23 public function __construct(Node $body, int $lineno, string $tag = null)
H A DSpacelessNode.php27 public function __construct(Node $body, int $lineno, string $tag = 'spaceless')
H A DBlockReferenceNode.php24 public function __construct(string $name, int $lineno, string $tag = null)
H A DAutoEscapeNode.php29 public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape')
H A DDoNode.php24 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null)
H A DIfNode.php24 public function __construct(Node $tests, ?Node $else, int $lineno, string $tag = null)
H A DBlockNode.php24 public function __construct(string $name, Node $body, int $lineno, string $tag = null)
H A DPrintNode.php25 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DConstantExpression.php19 public function __construct($value, int $lineno)
H A DTempNameExpression.php18 public function __construct(string $name, int $lineno)
H A DInlinePrint.php22 public function __construct(Node $node, $lineno)
H A DParentExpression.php24 public function __construct(string $name, int $lineno, string $tag = null)
H A DConditionalExpression.php19 …truct(AbstractExpression $expr1, AbstractExpression $expr2, AbstractExpression $expr3, int $lineno)
H A DFunctionExpression.php19 public function __construct(string $name, Node $arguments, int $lineno)
H A DMethodCallExpression.php18 …tion __construct(AbstractExpression $node, string $method, ArrayExpression $arguments, int $lineno)
/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 =…

12