Home
last modified time | relevance | path

Searched refs:tag (Results 101 – 125 of 403) sorted by relevance

12345678910>>...17

/template/battlehorse/js/
H A Dbuilder.js125 tags.each( function(tag){ argument
126 scope[tag] = function() {
127 return Builder.node.apply(Builder, [tag].concat($A(arguments)));
/template/a_new_day/js/
H A Dbuilder.js125 tags.each( function(tag){ argument
126 scope[tag] = function() {
127 return Builder.node.apply(Builder, [tag].concat($A(arguments)));
/template/twigstarter/vendor/twig/twig/src/Node/
H A DSandboxNode.php23 public function __construct(Node $body, int $lineno, string $tag = null) argument
25 parent::__construct(['body' => $body], [], $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 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 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 DWithNode.php23 …public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = n… argument
30 parent::__construct($nodes, ['only' => $only], $lineno, $tag);
H A DSetNode.php24 …public function __construct(bool $capture, Node $names, Node $values, int $lineno, string $tag = n… argument
26 …['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => false], $lineno, $tag);
H A DMacroNode.php26 …public function __construct(string $name, Node $body, Node $arguments, int $lineno, string $tag = … argument
34 …arent::__construct(['body' => $body, 'arguments' => $arguments], ['name' => $name], $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/bootstrap3/css/plugins/
H A Dtag.less10 a.tag {
18 a.tag.label {
/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 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 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);
/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/simpleclean/
H A DREADME.rst16 - Description - user defined meta tag for every generated page
45 description Description META tag. This tag is inserted on every rendered page
/template/myown/
H A DREADME.rst16 - Description - user defined meta tag for every generated page
45 description Description META tag. This tag is inserted on every rendered page
/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);
/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,
/template/sprintdoc/
H A DTemplate.php195 'count' => count($this->plugins['tagging']->findItems(array('pid' => $INFO['id']), 'tag')),
212 * Creates an image tag and includes the first found image correctly resized
214 * @param string $tag
221 public static function getResizedImgTag($tag, $attributes, $w, $h, $crop = true) { argument
247 // return the full tag
248 return '<' . $tag . ' ' . buildAttributes($attributes) . ' />' . "\n";
/template/kajukkk/
H A Dtpl_functions.php150 function tpl_bs_breadcrumbs($tag='li') { argument
167 print '<'.$tag.'>';
169 print '</'.$tag.'>';
/template/bootie/css/
H A Dcode.less27 /* code blocks by code tag */
32 /* code blocks by file tag */
/template/monobook/user/
H A Dtracker.php.dist7 * snippet ("tag") which you have to include at your website to make everything
14 * copy and paste the needed HTML code/tag AFTER the closing "?>"
/template/vector/user/
H A Dtracker.php.dist7 * snippet ("tag") which you have to include at your website to make everything
14 * copy and paste the needed HTML code/tag AFTER the closing "?>"

12345678910>>...17