Lines Matching +defs:color +defs:value
693 this.setValue = function(value) { argument
725 this.containsValue = function(value) { argument
790 this.put = function(key, value) { argument
797 value: value property
812 value: value property
3072 parseRGB: function(color) { argument
4276 p.splice = function(array, value, index) { argument
4652 p.color = function color(aValue1, aValue2, aValue3, aValue4) { function
5254 function decToBin(value, numBitsInValue) { argument
5332 function nfCoreScalar(value, plus, minus, leftDigits, rightDigits, group) { argument
5382 function nfCore(value, plus, minus, leftDigits, rightDigits, group) { argument
5492 …p.nfs = function(value, leftDigits, rightDigits) { return nfCore(value, " ", "-", leftDigits, righ… argument
5493 …p.nfp = function(value, leftDigits, rightDigits) { return nfCore(value, "+", "-", leftDigits, righ… argument
5494 …p.nfc = function(value, leftDigits, rightDigits) { return nfCore(value, "", "-", leftDigits, right… argument
5515 p.hex = function hex(value, len) { argument
5639 color: "#ccc", property
5659 color: "#111", property
6069 p.map = function(value, istart, istop, ostart, ostop) { argument
7362 p.strokeCap = function strokeCap(value) { argument
7366 p.strokeJoin = function strokeJoin(value) { argument
9358 function setter(value) { argument
12115 members[i] = { value: transformExpression(members[i]) }; property
12118 value: transformExpression( trim(members[i].substring(label + 1)) ) }; property
12185 function AstVarDefinition(name, value, isDefault) { argument