Home
last modified time | relevance | path

Searched refs:lineno (Results 1 – 25 of 67) sorted by last modified time

123

/plugin/openid/Auth/OpenID/
H A DKVForm.php46 for ($lineno = 0; $lineno < count($lines); $lineno++) {
47 $line = $lines[$lineno];
/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticNode.php33 * @param integer $lineno The line number
36 …$body, array $inputs, array $filters, $name, array $attributes = array(), $lineno = 0, $tag = null) argument
46 parent::__construct($nodes, $attributes, $lineno, $tag);
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/findologicxmlexport/vendor/twig/twig/src/Node/
H A DBlockReferenceNode.php24 public function __construct($name, $lineno, $tag = null) argument
26 parent::__construct([], ['name' => $name], $lineno, $tag);
H A DDeprecatedNode.php25 public function __construct(AbstractExpression $expr, $lineno, $tag = null) argument
27 parent::__construct(['expr' => $expr], [], $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 DFlushNode.php23 public function __construct($lineno, $tag) argument
25 parent::__construct([], [], $lineno, $tag);
H A DForLoopNode.php23 public function __construct($lineno, $tag = null) argument
25 …parent::__construct([], ['with_loop' => false, 'ifexpr' => false, 'else' => false], $lineno, $tag);
H A DIfNode.php24 …ion __construct(\Twig_NodeInterface $tests, \Twig_NodeInterface $else = null, $lineno, $tag = null) argument
31 parent::__construct($nodes, [], $lineno, $tag);
H A DImportNode.php25 …public function __construct(AbstractExpression $expr, AbstractExpression $var, $lineno, $tag = nul… argument
27 parent::__construct(['expr' => $expr, 'var' => $var], [], $lineno, $tag);
H A DPrintNode.php25 public function __construct(AbstractExpression $expr, $lineno, $tag = null) argument
27 parent::__construct(['expr' => $expr], [], $lineno, $tag);
H A DSandboxNode.php23 public function __construct(\Twig_NodeInterface $body, $lineno, $tag = null) argument
25 parent::__construct(['body' => $body], [], $lineno, $tag);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DParentExpression.php24 public function __construct($name, $lineno, $tag = null) argument
26 parent::__construct([], ['output' => false, 'name' => $name], $lineno, $tag);
H A DTempNameExpression.php18 public function __construct($name, $lineno) argument
20 parent::__construct([], ['name' => $name], $lineno);
/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 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 DForTokenParser.php39 $lineno = $token->getLine();
66 $keyTarget = new AssignNameExpression('_key', $lineno);
76 …return new ForNode($keyTarget, $valueTarget, $seq, $ifexpr, $body, $else, $lineno, $this->getTag()…
/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/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/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/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 …]
/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 …]
/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/Expression/Unary/
H A DAbstractUnary.php20 public function __construct(\Twig_NodeInterface $node, $lineno) argument
22 parent::__construct(['node' => $node], [], $lineno);

123