Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 40) sorted by last modified time

12

/template/sprintdoc/
H A DTemplate.php221 public static function getResizedImgTag($tag, $attributes, $w, $h, $crop = true) { argument
/template/mikio/inc/
H A Dsimple_html_dom.php131 public $tag = 'text'; variable in simple_html_dom_node
316 function find_ancestor_tag($tag) argument
2146 as_text_node($tag) global() argument
[all...]
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
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 DFilterExpression.php20 …truct(Node $node, ConstantExpression $filterName, Node $arguments, int $lineno, string $tag = null)
/template/twigstarter/vendor/twig/twig/src/Node/
H A DSandboxNode.php23 public function __construct(Node $body, int $lineno, string $tag = null)
H A DSetNode.php24 …public function __construct(bool $capture, Node $names, Node $values, int $lineno, string $tag = n…
H A DSpacelessNode.php27 public function __construct(Node $body, int $lineno, string $tag = 'spaceless')
H A DAutoEscapeNode.php29 public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape')
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 DForLoopNode.php23 public function __construct(int $lineno, string $tag = null)
H A DForNode.php28 …ession $seq, ?AbstractExpression $ifexpr, Node $body, ?Node $else, 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 DBlockReferenceNode.php24 public function __construct(string $name, int $lineno, string $tag = null)
H A DEmbedNode.php26 …, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $tag = null)
H A DImportNode.php25 …struct(AbstractExpression $expr, AbstractExpression $var, int $lineno, string $tag = null, bool $g…
H A DIncludeNode.php25 …, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $tag = null)
H A DMacroNode.php26 …public function __construct(string $name, Node $body, Node $arguments, int $lineno, string $tag = …
H A DNode.php28 protected $tag; variable in Twig\\Node\\Node
39 …unction __construct(array $nodes = [], array $attributes = [], int $lineno = 0, string $tag = null)
H A DPrintNode.php25 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null)
H A DWithNode.php23 …public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = n…
/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php551 public function parseFilterExpressionRaw($node, $tag = null)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php32 …truct(Node $node, ConstantExpression $filterName, Node $arguments, int $lineno, string $tag = null)

12