Home
last modified time | relevance | path

Searched refs:tag (Results 26 – 50 of 403) sorted by path

12345678910>>...17

/template/arctictut/
H A Ddetail.php64 foreach($fields as $key => $tag){
66 if (!empty($tag[0])) $t = array($tag[0]);
67 if(is_array($tag[3])) $t = array_merge($t,$tag[3]);
70 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
71 if ($tag[2] == 'date') echo dformat($value);
H A Dprint.css157 /* code blocks by code tag */
171 /* code blocks by file tag */
/template/argon-alt/assets/css/
H A Dargon-design-system.css24011 .token.tag {
H A Ddoku.css24925 .token.tag {
H A Dfont-awesome.css385 .fa-tag:before {
H A Dnucleo-icons.css528 .ni-tag::before {
/template/argon-alt/
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/argon/assets/css/
H A Dargon-design-system.css22346 .token.tag {
H A Ddoku.css24400 .token.tag {
H A Dfont-awesome.css385 .fa-tag:before {
H A Dnucleo-icons.css528 .ni-tag::before {
/template/argon/
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/artforwater/
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/backpack/
H A Ddesign.css506 /* code blocks by code tag */
511 /* code blocks by file tag */
H A Ddetail.php67 foreach($fields as $key => $tag){
69 if (!empty($tag[0])) $t = array($tag[0]);
70 if(is_array($tag[3])) $t = array_merge($t,$tag[3]);
73 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
74 if ($tag[2] == 'date') echo dformat($value);
H A Dprint.css157 /* code blocks by code tag */
171 /* code blocks by file tag */
/template/basical/
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/battlehorse/
H A Ddesign.css687 /* code blocks by code tag */
697 /* code blocks by file tag */
H A Dprint.css150 /* code blocks by code tag */
164 /* code blocks by file tag */
/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)));
H A Ddragdrop.js605 tag: 'li', // assumes li children, override with tag: 'tagname'
714 element, options.only, options.tree ? true : false, options.tag);
758 … var children = Sortable.findElements(dropon, {tag: droponOptions.tag, only: droponOptions.only});
842 tag: sortableOptions.tag,
H A Dprototype.js1581 ['', 'Form', 'Input', 'TextArea', 'Select'].each(function(tag) { argument
1582 var className = 'HTML' + tag + 'Element';
1585 klass.prototype = document.createElement(tag ? tag.toLowerCase() : 'div').__proto__;
/template/bootie/css/
H A Dcode.less27 /* code blocks by code tag */
32 /* code blocks by file tag */
/template/bootstrap3/
H A DRELEASE.md24 * Display tag plugin only on "show" action
130 * Re-Added after 4 years the `<bdi>` tag for better compatibility with RLT languages
157 * Fixed issue with Plugins and userstyle.css (added `div.dokuwiki` tag and class in `main.php` and `detail.php`)
196 * #418 PR: Remove `X-UA-Compatible` in meta HTTP tag, is already set via PHP header function (thanks to @AmritasyaPutra)
393 * Added ``forcewrapper=true`` in TOC to add initial ``<ul>`` tag
409 * Using CSS instead of ``<i>`` tag to add icons in page, to reduce page size
452 * #154: Tables generated with tag and csv plugin don't use Bootstrap style (thanks to @duenni)
H A DTemplate.php91 $plugins = ['tplinc', 'tag', 'userhomepage', 'translation', 'pagelist'];
1456 if ($elm->tag !== 'form') {
1567 if ($this->getPlugin('tag') || $this->getPlugin('pagelist')) {
1646 if ($elm->tag == 'button') {
1658 if ($elm->tag == 'button') {
1670 if ($elm->tag == 'button') {
1677 if ($elm->tag == 'button') {
1689 if ($elm->tag == 'button') {
2063 $iconify_icon = 'mdi:tag-multiple';

12345678910>>...17