Home
last modified time | relevance | path

Searched refs:value (Results 551 – 575 of 582) sorted by last modified time

1...<<21222324

/template/dokuxp/
H A DREADME7 and change $conf['template'] variable to doku_xp value:
/template/mcz/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/h6e-minimal/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/dokumobile/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/dwsimple/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/desertcalm/
H A Dstyle.ini24 ; Define the stylesheets your template uses here. The second value
/template/minimalism/scripts/
H A Dsearch.js13 min_search.value = min_search_value;
16 this.value = '';
19 this.value = min_search_value;
/template/sidebar/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/zero/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/usable/blueprint/plugins/fancy-type/
H A Dscreen.css30 (You may have to change this value depending on your font size). */
47 New line-height value:
/template/usable/
H A Dscripts.js4 if (theElement.value == 'search')
6 theElement.value = "";
15 if (theElement.value == '')
18 theElement.value = "search";
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/ameoto/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
H A Dstyle.ini.dist4 ; Define the stylesheets your template uses here. The second value
/template/influence/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/masa/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/slaad/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/battlehorse/js/
H A Dslider.js35 this.value = 0; // assure backwards compat
107 getNearestValue: function(value){ argument
109 if(value >= this.allowedValues.max()) return(this.allowedValues.max());
112 var offset = Math.abs(this.allowedValues[0] - value);
115 var currentOffset = Math.abs(v - value);
123 if(value > this.range.end) return this.range.end;
124 if(value < this.range.start) return this.range.start;
125 return value;
142 this.value = this.values[0]; // assure backwards compat
154 translateToPx: function(value) { argument
[all …]
H A Dcontrols.js241 var value = '';
254 this.element.value = newValue + value;
256 this.element.value = value;
315 var ret = this.element.value;
574 okButton.value = this.options.okText;
611 textField.value = text;
624 textArea.value = this.convertHTMLLineBreaks(text);
674 var value = this.editField.value;
795 if(this.options.value==optionTag.value) optionTag.selected = true;
805 this.options.callback = function(form, value) { argument
[all …]
H A Deffects.js56 Element.setOpacity = function(element, value){ argument
57 return $(element).setStyle({opacity:value});
974 if(value.parseColor('#zzzzzz') != '#zzzzzz') {
975 value = value.parseColor();
978 value = parseFloat(value);
981 } else if(Element.CSS_LENGTH.test(value))
982 var components = value.match(/^([\+\-]?[0-9\.]+)(.*)$/),
989 targetValue: unit=='color' ? parseColor(value) : value,
1003 var style = $H(), value = null;
1005 value = transform.unit=='color' ?
[all …]
H A Dprototype.js149 return value == null ? '' : String(value);
242 if (value) hash[name].push(value);
431 return value[method].apply(value, args);
483 return {value: value, criteria: iterator(value, index)};
566 value.flatten() : [value]);
649 value = value != undefined ? encodeURIComponent(value) : '';
672 pair.value = value;
736 value = value.succ();
1383 if(value) return parseFloat(value);
1388 return value == 'auto' ? null : value;
[all …]
/template/battlehorse/
H A Dstyle_green.ini4 ; Define the stylesheets your template uses here. The second value
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
H A Dstyle_blue.ini4 ; Define the stylesheets your template uses here. The second value
H A Dstyle_plain.ini4 ; Define the stylesheets your template uses here. The second value

1...<<21222324