Home
last modified time | relevance | path

Searched refs:tag (Results 226 – 250 of 403) sorted by path

12345678910>>...17

/template/monobook/
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/monobook/static/css/
H A Dprint.css99 /* tag plugin: hide tag row */
/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/monochrome/
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/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/myown/css/
H A Ddesign.css496 /* code blocks by code tag */
512 /* code blocks by file tag */
H A Dprint.css151 /* code blocks by code tag */
165 /* code blocks by file tag */
/template/mystyle/
H A Ddesign.css517 /* code blocks by code tag */
522 /* code blocks by file tag */
H A Dprint.css163 /* code blocks by code tag */
177 /* code blocks by file tag */
/template/mywiki/css/
H A Dbootstrap.css420 .glyphicon-tag:before {
/template/mywiki/
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/navigation/
H A Ddesign.css489 /* code blocks by code tag */
494 /* code blocks by file tag */
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/neolaoresources/
H A Dprint.css141 /* code blocks by code tag */
155 /* code blocks by file tag */
/template/neolaoresources3/
H A Dprint.css155 /* code blocks by code tag */
169 /* code blocks by file tag */
/template/newspaper/
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/nostalgia/
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/notepad/
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/nucleus/
H A Dprint.css141 /* code blocks by code tag */
155 /* code blocks by file tag */
H A Dwiki.css650 /* pre.code = code blocks by code tag */
651 /* pre.file = code blocks by file tag */
661 /* code blocks by file tag */
/template/ospyramid/css/dokuwiki/
H A Ddesign.css481 /* code blocks by code tag */
486 /* code blocks by file tag */
/template/ospyramid/
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/ospyramid/js/libs/
H A Djquery-1.6.1.js6058 var tag = (rtagName.exec( elem ) || ["", ""])[1].toLowerCase(),
6059 wrap = wrapMap[ tag ] || wrapMap._default,
6076 tbody = tag === "table" && !hasBody ?

12345678910>>...17