Home
last modified time | relevance | path

Searched refs:value (Results 401 – 425 of 582) sorted by last modified time

1...<<11121314151617181920>>...24

/template/breeze/bower_components/gumby/sass/extensions/sassy-math/lib/
H A Dsassy-math.rb8 base = base.value.to_f
15 base = base.value.to_f
27 root = root.value.to_f
43 number = number.value
55 a = a.value.to_f
56 b = b.value.to_f
102 rad = rad.value.to_f
107 rad = rad.value.to_f
112 rad = rad.value.to_f
142 y = y.value.to_f
[all …]
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
H A D_math.scss35 // reset value
36 $value: $base; variable
40 $value: $value * $base; } }
44 $value: $value / $base; } }
46 @return $value;
57 // reset value
58 $value: 1;
62 $value: $value * $i;
65 @return $value;
196 $value: 0;
[all …]
/template/breeze/bower_components/modular-scale/
H A Dreadme.md9 …o select a ratio and a base value. The base value is usually your text font size or 1em. Optionall…
58 …e is used as a function. Simply pass it through in place of any value to generate a value based on…
73 **note:** the starting point of the scale will always be the **first** value in this list
105 <tr><th>Function</th><th>Ratio</th><th>Decimal value</th></tr>
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_function.scss40 // Normalize value for counting from 1
46 // Find the correct value in the list
H A D_sort-list.scss15 // This helps performance skipping the need to check each value
30 // Check if the A value is smaller
37 // Check if the B value is smaller
/template/breeze/css/
H A Dgumby.css1730 …anager select.edit, #config__manager .input, #config__manager fieldset td.value { max-width: 300px…
/template/breeze/sass/
H A D_confighack.scss28 input.edit, select.edit, .input, fieldset td.value {
/template/breeze/bower_components/gumby/js/libs/
H A Djquery-2.0.2.min.map1 …appendChild","removeChild","camelCase","string","nodeName","toLowerCase","value","isArraylike","ar…
/template/breeze/bower_components/gumby/js/
H A Dplugins.js2value},set:function(m,n){var l=$(m);if(!l.data('placeholder-enabled')){return m.value=n}if(n==''){…
/template/breeze/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/lib/
H A Dmodular-scale.rb30 value <=> other.value
38 value = 4 / 1.0
42 value = 3 / 1.0
46 value = 8 / 3.0
50 value = 5 / 2.0
54 value = 2 / 1.0
62 value = 16 /9.0
66 value = 5 / 3.0
70 value = 8 / 5.0
119 |x| x.value <= threshold.value
[all …]
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss19 // return just the simple $base-size value if it's not a list
93 // and down until the value is lower than the lowest $base-size
154 // and down until the value is lower than the lowest $base-size
209 // return the final value using the laced list
234 // return the final value using the laced list
249 // return the final value using the laced list
260 // return the final value using the laced list
274 // Return the value from the Modular Scale function
/template/doogiestpl/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
H A Ddetail.php64 $value = tpl_img_getTag($t); variable
65 if ($value) {
67 if ($tag[2] == 'date') echo dformat($value);
68 else echo hsc($value);
/template/20cones/css/
H A Dmobile.less280 #config__manager fieldset td.value,
325 // 400px is only roughly the required value, this may be wrong under non-standard circumstances
/template/20cones/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/template/dokutwitterbootstrap/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/a_new_day/js/
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 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 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 …]
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 …]
/template/a_new_day/
H A Dstyle.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
H A Dcsshover3.htc149 // The if will fail the first time, since the expression has not yet received a value.
169 // returns a dummy value to the expression
/template/daily/css/
H A Dmobile.less306 #config__manager fieldset td.value,
351 // 400px is only roughly the required value, this may be wrong under non-standard circumstances

1...<<11121314151617181920>>...24