Home
last modified time | relevance | path

Searched refs:tag (Results 351 – 375 of 403) sorted by path

1...<<11121314151617

/template/trendclassic/
H A Ddetail.php60 foreach($fields as $key => $tag){
62 if (!empty($tag[0])) {
63 $t = array($tag[0]);
65 if(is_array($tag[3])) {
66 $t = array_merge($t,$tag[3]);
70 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
71 if ($tag[2] == 'date') {
/template/tripillar/
H A Ddetail.php60 foreach($fields as $key => $tag){
62 if (!empty($tag[0])) {
63 $t = array($tag[0]);
65 if(is_array($tag[3])) {
66 $t = array_merge($t,$tag[3]);
70 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
71 if ($tag[2] == 'date') {
/template/twentyfifteen/
H A DREADME45 <span class="entry-tag">[POST-TAG]</span>
61 <span class="entry-tag">[POST-TAG]</span>
/template/twentyfifteen/css/
H A Ddesign.less14 .entry-tag:before,
323 .entry-tag,
331 .entry-tag:before,
347 .entry-tag:before {
425 .entry-tag:before,
434 .entry-tag,
H A Dgenericons.less482 .genericons-neue-tag:before {
H A Dresponsive.less279 .entry-tag:before,
660 .entry-tag:before,
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG68 * Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag
169 * deprecated the "filter" tag (use the "apply" tag instead)
170 * added the "apply" tag as a replacement for the "filter" tag
202 * fixed the spaceless filter so that it behaves like the spaceless tag
204 * allowed Traversable objects to be used in the "with" tag
205 * allowed Traversable objects to be used in the "with" tag
228 * deprecated the spaceless tag
262 * added the "deprecated" tag
269 * deprecated using the spaceless tag at the root level of a child template (noop anyway)
331 * removed final tag on Twig_TokenParser_Include
[all …]
/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php551 public function parseFilterExpressionRaw($node, $tag = null) argument
565 $node = new $class($node, $name, $arguments, $token->getLine(), $tag);
/template/twigstarter/vendor/twig/twig/src/Node/
H A DAutoEscapeNode.php29 public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape') argument
31 parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag);
H A DBlockNode.php24 public function __construct(string $name, Node $body, int $lineno, string $tag = null) argument
26 parent::__construct(['body' => $body], ['name' => $name], $lineno, $tag);
H A DBlockReferenceNode.php24 public function __construct(string $name, int $lineno, string $tag = null) argument
26 parent::__construct([], ['name' => $name], $lineno, $tag);
H A DDeprecatedNode.php25 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) argument
27 parent::__construct(['expr' => $expr], [], $lineno, $tag);
H A DDoNode.php24 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) argument
26 parent::__construct(['expr' => $expr], [], $lineno, $tag);
H A DEmbedNode.php26 …, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $tag = null) argument
28 …uct(new ConstantExpression('not_used', $lineno), $variables, $only, $ignoreMissing, $lineno, $tag);
H A DFlushNode.php23 public function __construct(int $lineno, string $tag) argument
25 parent::__construct([], [], $lineno, $tag);
H A DForLoopNode.php23 public function __construct(int $lineno, string $tag = null) argument
25 …parent::__construct([], ['with_loop' => false, 'ifexpr' => false, 'else' => false], $lineno, $tag);
H A DForNode.php28 …ession $seq, ?AbstractExpression $ifexpr, Node $body, ?Node $else, int $lineno, string $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 DIfNode.php24 public function __construct(Node $tests, ?Node $else, int $lineno, string $tag = null) argument
31 parent::__construct($nodes, [], $lineno, $tag);
H A DImportNode.php25 …ct(AbstractExpression $expr, AbstractExpression $var, int $lineno, string $tag = null, bool $globa… argument
27 parent::__construct(['expr' => $expr, 'var' => $var], ['global' => $global], $lineno, $tag);
H A DIncludeNode.php25 …, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $tag = null) argument
32 …struct($nodes, ['only' => (bool) $only, 'ignore_missing' => (bool) $ignoreMissing], $lineno, $tag);
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrowFunctionExpression.php24 public function __construct(AbstractExpression $expr, Node $names, $lineno, $tag = null) argument
26 parent::__construct(['expr' => $expr, 'names' => $names], [], $lineno, $tag);
H A DBlockReferenceExpression.php25 public function __construct(Node $name, ?Node $template, int $lineno, string $tag = null) argument
32 parent::__construct($nodes, ['is_defined_test' => false, 'output' => false], $lineno, $tag);
H A DFilterExpression.php20 …truct(Node $node, ConstantExpression $filterName, Node $arguments, int $lineno, string $tag = null) argument
22 …onstruct(['node' => $node, 'filter' => $filterName, 'arguments' => $arguments], [], $lineno, $tag);
H A DParentExpression.php24 public function __construct(string $name, int $lineno, string $tag = null) argument
26 parent::__construct([], ['output' => false, 'name' => $name], $lineno, $tag);
/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) argument
45 parent::__construct($node, $filterName, $arguments, $lineno, $tag);

1...<<11121314151617