Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php41 protected $lineno; variable in Twig\\Error\\Error
80 $this->lineno = $lineno;
170 return $this->lineno;
176 * @param int $lineno The template line
178 public function setTemplateLine($lineno) argument
180 $this->lineno = $lineno;
230 if ($this->sourcePath && $this->lineno > 0) {
232 $this->line = $this->lineno;
258 if ($this->lineno && $this->lineno >= 0) {
303 if (null === $template || $this->lineno > -1) {
[all …]
H A DLoaderError.php29 public function __construct($message, $lineno = -1, $source = null, \Exception $previous = null) argument
31 parent::__construct($message, $lineno, $source, $previous, false);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php27 protected $lineno; variable in Twig\\Lexer
105 $this->lineno = 1;
146 list($expect, $lineno) = array_pop($this->brackets);
197 $this->lineno = (int) $match[1];
201 $this->currentVarBlockLine = $this->lineno;
208 $this->currentVarBlockLine = $this->lineno;
277 list($expect, $lineno) = array_pop($this->brackets);
293 $this->brackets[] = ['"', $this->lineno];
343 list($expect, $lineno) = array_pop($this->brackets);
376 $this->tokens[] = new Token($type, $value, $this->lineno);
[all …]
H A DToken.php26 protected $lineno; variable in Twig\\Token
45 * @param int $lineno The line position in the source
47 public function __construct($type, $value, $lineno) argument
51 $this->lineno = $lineno;
91 return $this->lineno;
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php19 $lineno = $token->getLine();
49 $this->checkTransString($body, $lineno);
51 … return new Twig_Extensions_Node_Trans($body, $plural, $count, $notes, $lineno, $this->getTag());
72 protected function checkTransString(Twig_Node $body, $lineno) argument
83 …The text to be translated with "trans" can only contain references to simple variables'), $lineno);
/plugin/fedauth/Auth/OpenID/
H A DKVForm.php43 for ($lineno = 0; $lineno < count($lines); $lineno++) {
44 $line = $lines[$lineno];
/plugin/openid/Auth/OpenID/
H A DKVForm.php46 for ($lineno = 0; $lineno < count($lines); $lineno++) {
47 $line = $lines[$lineno];
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php26 protected $lineno; variable in Twig\\Node\\Node
39 * @param int $lineno The line number
42 public function __construct(array $nodes = [], array $attributes = [], $lineno = 0, $tag = null) argument
51 $this->lineno = $lineno;
127 return $this->lineno;
137 return $this->lineno;
H A DEmbedNode.php26 … AbstractExpression $variables = null, $only = false, $ignoreMissing = false, $lineno, $tag = null) argument
28 …t::__construct(new ConstantExpression('not_used', $lineno), $variables, $only, $ignoreMissing, $li…
H A DForNode.php28 … $ifexpr = null, \Twig_NodeInterface $body, \Twig_NodeInterface $else = null, $lineno, $tag = null) argument
30 $body = new Node([$body, $this->loop = new ForLoopNode($lineno, $tag)]);
33 $body = new IfNode(new Node([$ifexpr, $body]), null, $lineno, $tag);
41 … parent::__construct($nodes, ['with_loop' => true, 'ifexpr' => null !== $ifexpr], $lineno, $tag);
H A DFlushNode.php23 public function __construct($lineno, $tag) argument
25 parent::__construct([], [], $lineno, $tag);
H A DAutoEscapeNode.php29 public function __construct($value, \Twig_NodeInterface $body, $lineno, $tag = 'autoescape') argument
31 parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag);
H A DTextNode.php24 public function __construct($data, $lineno) argument
26 parent::__construct([], ['data' => $data], $lineno);
H A DBlockReferenceNode.php24 public function __construct($name, $lineno, $tag = null) argument
26 parent::__construct([], ['name' => $name], $lineno, $tag);
H A DSpacelessNode.php25 public function __construct(\Twig_NodeInterface $body, $lineno, $tag = 'spaceless') argument
27 parent::__construct(['body' => $body], [], $lineno, $tag);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DBlockTokenParser.php36 $lineno = $token->getLine();
42 $this->parser->setBlock($name, $block = new BlockNode($name, new Node([]), $lineno));
57 new PrintNode($this->parser->getExpressionParser()->parseExpression(), $lineno),
66 return new BlockReferenceNode($name, $lineno, $this->getTag());
H A DIfTokenParser.php37 $lineno = $token->getLine();
66 …e", "elseif", or "endif" to close the "if" block started at line %d).', $lineno), $stream->getCurr…
72 return new IfNode(new Node($tests), $else, $lineno, $this->getTag());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php156 * @param int $lineno
161 …$body, array $inputs, array $filters, $name, array $attributes = array(), $lineno = 0, $tag = null) argument
168 … return $this->createNode($asset, $body, $inputs, $filters, $name, $attributes, $lineno, $tag);
171 return new AsseticNode($asset, $body, $inputs, $filters, $name, $attributes, $lineno, $tag);
181 * @param int $lineno
188 …$body, array $inputs, array $filters, $name, array $attributes = array(), $lineno = 0, $tag = null) argument
196 return new AsseticNode($asset, $body, $inputs, $filters, $name, $attributes, $lineno, $tag);
/plugin/xtern/
H A Dadmin.php166 $lineno = 0;
168 $lineno++;
202 $this->do_check($link,$lineno,$id);
206 $this->do_check($matches[1],$lineno,$id);
211 function do_check($url, $lineno = "",$id = "") { argument
231 if($lineno) {
245 if($lineno) {
246 echo '&nbsp;&nbsp;&nbsp;&nbsp;line' . " $lineno:&nbsp;$url" . "\n";
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DConstantExpression.php19 public function __construct($value, $lineno) argument
21 parent::__construct([], ['value' => $value], $lineno);
H A DTempNameExpression.php18 public function __construct($name, $lineno) argument
20 parent::__construct([], ['name' => $name], $lineno);
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedFilterError.php23 …public function __construct($message, $functionName, $lineno = -1, $filename = null, \Exception $p… argument
25 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedFunctionError.php23 …public function __construct($message, $functionName, $lineno = -1, $filename = null, \Exception $p… argument
25 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedTagError.php23 …public function __construct($message, $tagName, $lineno = -1, $filename = null, \Exception $previo… argument
25 parent::__construct($message, $lineno, $filename, $previous);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Node/Expression/
H A DExtensionReference.php26 public function __construct($name, $lineno, $tag = null) argument
28 parent::__construct([], ['name' => $name], $lineno, $tag);

123