Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 582) sorted by path

12345678910>>...24

/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/a_free_worldic/
H A Dstyle.ini7 ; Define the stylesheets your template uses here. The second value
H A Dstyle.ini.dist7 ; Define the stylesheets your template uses here. The second value
/template/a_new_day/
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
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
/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 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 …]
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 …]
/template/able/css/
H A Dable-responsive.css17 #config__manager fieldset td.value { width: unset; }
20 #config__manager fieldset td.value,
/template/able/
H A Ddetail.php68 $value = tpl_img_getTag($t); variable
69 if ($value) {
72 echo dformat($value);
74 echo hsc($value);
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/template/ach/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
H A Dstyle.ini.blindingblue.scheme4 ; Define the stylesheets your template uses here. The second value
H A Dstyle.ini.bwsimple.scheme4 ; Define the stylesheets your template uses here. The second value
H A Dstyle.ini.decentdark.scheme4 ; 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
H A Dstyle.ini.natural.scheme4 ; Define the stylesheets your template uses here. The second value
/template/ad-hominem/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/template/adoradark/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/adoradark/lib/tpl/dokuwiki/
H A Dstyle.local.ini10 ; Define the stylesheets your template uses here. The second value
/template/adoradark/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/template/amanuensis/inc/
H A Dscript.js5 function insertIntLink( value) { argument
6 value=escapeQuotes(value);
7 value= "[[" + value + "]]";
8 insertAtCarret (document.editform.wikitext,value);

12345678910>>...24