Home
last modified time | relevance | path

Searched refs:tag (Results 301 – 325 of 403) sorted by path

1...<<11121314151617

/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js116 createVmlElement: function( tag ) { argument
122 return vmlCreatorDoc.createElement( vmlPrefix + ':' + tag );
2451 tag = el.tagName, variable
2455 if( ( isIE6 && ( tag in PIE.childlessElements || tag === 'FIELDSET' ) ) ||
2456 tag === 'BUTTON' || ( tag === 'INPUT' && el.type in PIE.inputButtonTypes ) ) {
/template/sidebar/
H A Ddesign.css477 /* code blocks by code tag */
487 /* code blocks by file tag */
H A Dprint.css155 /* code blocks by code tag */
169 /* code blocks by file tag */
/template/sidebar_theme/
H A Ddesign.css458 /* code blocks by code tag */
468 /* code blocks by file tag */
H A Dprint.css150 /* code blocks by code tag */
164 /* code blocks by file tag */
/template/simple/
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/simple_sidebar/
H A Ddesign.css502 /* code blocks by code tag */
507 /* 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 */
H A Dstyle.css81 background: transparent url(images/tag.gif) 0px 1px no-repeat;
/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/simpleclean/css/
H A Ddesign.css464 /* code blocks by code tag */
480 /* code blocks by file tag */
H A Dprint.css151 /* code blocks by code tag */
165 /* code blocks by file tag */
/template/slaad/
H A Ddesign.css294 .wiki-content div.tags span{padding:1px 0 1px 18px; background:transparent url(images/tag.gif) 0 1p…
H A Dprint.css48 /* code blocks by code tag */
52 /* code blocks by file tag */
/template/spacedok/
H A Ddesign.css483 /* code blocks by code tag */
493 /* code blocks by file tag */
H A Dprint.css163 /* code blocks by code tag */
177 /* code blocks by file tag */
/template/spacious/
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/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/starter/
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/starterbootstrap/css/
H A Dbootstrap.css424 .glyphicon-tag:before {
H A Dbootstrap.css.map1tag:before {\n content: \"\\e041\";\n}\n.glyphicon-tags:before {\n content: \"\\e042\";\n}\n.gly…
H A Dbootstrap.min.css5 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
/template/starterbootstrap/
H A Ddetail.php49 foreach($fields as $key => $tag){
51 if (!empty($tag[0])) {
52 $t = array($tag[0]);
54 if(is_array($tag[3])) {
55 $t = array_merge($t,$tag[3]);
59 … echo '<span class="item-label "'.$lang[$tag[1]].'">'.$lang[$tag[1]].':</span> <b>';
60 if ($tag[2] == 'date') {
62 } else if ($tag[1] == 'img_width' || $tag[1] == 'img_height') {

1...<<11121314151617