Home
last modified time | relevance | path

Searched refs:tag (Results 376 – 400 of 403) sorted by path

1...<<11121314151617

/template/twigstarter/vendor/twig/twig/src/Node/
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 DNode.php28 protected $tag; variable in Twig\\Node\\Node
37 * @param string $tag The tag name associated with the Node
39 …unction __construct(array $nodes = [], array $attributes = [], int $lineno = 0, string $tag = null) argument
49 $this->tag = $tag;
94 return $this->tag;
H A DPrintNode.php25 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) argument
27 parent::__construct(['expr' => $expr], [], $lineno, $tag);
H A DSandboxNode.php23 public function __construct(Node $body, int $lineno, string $tag = null) argument
25 parent::__construct(['body' => $body], [], $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 DSpacelessNode.php27 public function __construct(Node $body, int $lineno, string $tag = 'spaceless') argument
29 parent::__construct(['body' => $body], [], $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);
/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php69 foreach ($tags as $tag) {
70 if (!\in_array($tag, $this->allowedTags)) {
71 … throw new SecurityNotAllowedTagError(sprintf('Tag "%s" is not allowed.', $tag), $tag);
/template/typo/
H A Ddesign.css481 /* code blocks by code tag */
486 /* code blocks by file tag */
H A Dprint.css163 /* code blocks by code tag */
177 /* code blocks by file tag */
/template/typowiki/typowiki/
H A Ddetail.php58 foreach($fields as $key => $tag){
60 if (!empty($tag[0])) {
61 $t = array($tag[0]);
63 if(is_array($tag[3])) {
64 $t = array_merge($t,$tag[3]);
68 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
69 if ($tag[2] == 'date') {
/template/usable/
H A Dprint-old.css152 /* code blocks by code tag */
166 /* code blocks by file tag */
H A Dprint.css171 /* code blocks by code tag */
185 /* code blocks by file tag */
/template/varicolored/
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/vector/
H A DREADME109 snippet ("tag") which you have to include at your website to make
H A Dinc_detail.php50 foreach($fields as $key => $tag){
52 if (!empty($tag[0])) {
53 $t = array($tag[0]);
55 if(is_array($tag[3])) {
56 $t = array_merge($t,$tag[3]);
60 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
61 if ($tag[2] == 'date') {
/template/vector/static/css/
H A Dprint.css95 /* tag plugin: hide tag row */
/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 "?>"
/template/wallpaper/
H A Ddesign.css692 /* code blocks by code tag */
697 /* code blocks by file tag */
H A Ddetail.php58 foreach($fields as $key => $tag){
60 if (!empty($tag[0])) $t = array($tag[0]);
61 if(is_array($tag[3])) $t = array_merge($t,$tag[3]);
64 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
65 if ($tag[2] == 'date') echo dformat($value);
H A Dprint.css172 /* code blocks by code tag */
186 /* code blocks by file tag */
/template/white/
H A Ddetail.php59 foreach($fields as $key => $tag){
61 if (!empty($tag[0])) {
62 $t = array($tag[0]);
64 if(is_array($tag[3])) {
65 $t = array_merge($t,$tag[3]);
69 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
70 if ($tag[2] == 'date') {
/template/writr/css/
H A Dgenericons.less187 .genericon-tag:before { content: "\f302"; }
/template/writr/css/plugins/
H A Dtag.less6 a[rel="tag"]::before {
14 a[rel="tag"] {
24 a[rel="tag"]:hover,
25 a[rel="tag"]:focus,
26 a[rel="tag"]:active {
31 .tagsections.header.tag {
34 .tagsections.header.tag:first-child:before {
/template/writr/
H A Dstyle.ini66 css/plugins/tag.less = screen

1...<<11121314151617