Home
last modified time | relevance | path

Searched refs:value (Results 3251 – 3275 of 4040) sorted by path

1...<<131132133134135136137138139140>>...162

/plugin/s5/ui/dokuwiki/
H A Dslides.js25 function hasValue(object, value) { argument
27 return (object.search('(^|\\s)' + value + '(\\s|$)') != -1);
136 snum = parseInt(jl.value);
425 function fontSize(value) { argument
438 s5ss.appendChild(document.createTextNode('body {font-size: ' + value + ' !important;}'));
440 document.s5ss.addRule('body','font-size: ' + value + ' !important;');
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js53 this.oldElementValue = this.element.value;
243 var value = '';
256 this.element.value = newValue + value + this.element.value.substr(bounds[1]);
258 this.element.value = value;
260 this.oldElementValue = this.element.value;
321 var value = this.element.value;
520 btn.value = text;
624 var value = $F(this._controls.editor);
680 this._controls.editor.value = text;
799 tempOption.value = '';
[all …]
H A Deffects.js334 function(value) { object[method] = value };
949 return style.value == css[style.key];
971 var property = pair[0], value = pair[1], unit = null;
973 if (value.parseColor('#zzzzzz') != '#zzzzzz') {
974 value = value.parseColor();
977 value = parseFloat(value);
980 } else if (Element.CSS_LENGTH.test(value)) {
981 var components = value.match(/^([\+\-]?[0-9\.]+)(.*)$/);
982 value = parseFloat(components[1]);
990 targetValue: unit=='color' ? parseColor(value) : value,
H A Dprototype.js515 if (value != undefined) value = decodeURIComponent(value);
873 value: value,
1123 pair.value = value;
1157 return pair.value === value;
1292 value = value.succ();
2193 if (!value || value == 'auto') {
2226 (value < 0.00001) ? 0 : value;
2567 if (value == 1 || value === '') {
2744 (value === '') ? '' : (value < 0.00001) ? 0 : value;
2753 (value < 0.00001) ? 0 : value;
[all …]
H A Dslider.js34 this.value = 0; // assure backwards compat
105 getNearestValue: function(value){ argument
110 var offset = Math.abs(this.allowedValues[0] - value);
113 var currentOffset = Math.abs(v - value);
121 if (value > this.range.end) return this.range.end;
122 if (value < this.range.start) return this.range.start;
123 return value;
140 this.value = this.values[0]; // assure backwards compat
152 translateToPx: function(value) { argument
155 (value - this.range.start)) + "px";
[all …]
H A Dunittest.js536 makeAssertion.apply(scope, [pair.value, args, this]); };
/plugin/s5reloaded/ui/thesis/
H A Dslides.js198 function hasValue(object, value) { argument
354 snum = parseInt(jl.value);
866 var value = val + fmt;
1638 function searchColor(value) { argument
1644 function scanColor(value) { argument
1653 if(!tmp) {}else{value = tmp;}
1656 value = '#000000';
1658 return value.toLowerCase();
2743 function getMaxVolume(value) { argument
2832 function ConsoleLog(value) { argument
[all …]
/plugin/schedule/lib/
H A DscheduleCitiesMap.js526 if (this.value)
527 …scheduleFinalForm.append ('<input type="hidden" name="'+this.name+'" value="'+this.value.replace(/…
530 … scheduleFinalForm.append ('<input type="hidden" name="'+this.name+'" value="'+this.value+'"/>');
H A DscheduleForm.js89 var selectedValue = repeatSelection.options [repeatSelection.selectedIndex].value;
131 var date = document.getElementById ("scheduleFrom").value;
143 if (inputs[i].name == "schd[weekDays][]" && inputs[i].value == rankDay)
/plugin/schedule/
H A Dschedules.class.php247 foreach (explode (',', $values) as $value) {
248 $value = trim ($value);
249 if (! empty ($value))
250 $newValues [] = $value;
H A Dscript.js42 params += "&"+elem.name+"="+elem.value;
50 params += "&"+elem.name+"="+elem.value;
H A Dstyle.css40 div.schedule table.admin tr td.value {
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultTextDir.txt
H A DAttr.IDPrefixLocal.txt
H A DCore.MaintainLineNumbers.txt
H A DHTML.BlockWrapper.txt
H A DHTML.DefinitionID.txt
H A DURI.Base.txt
H A DURI.DefinitionID.txt
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php

1...<<131132133134135136137138139140>>...162