Lines Matching +defs:name +defs:value
390 function setupTypedArray(name, fallback) { argument
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
1073 p.defineProperty = function(obj, name, desc) { argument
1887 this.setName = function(name){ argument
2143 this.addName = function(name, shape) { argument
3273 hasAttribute: function (name) { argument
3482 removeAttribute: function (name , namespace) { argument
3504 findAttribute: function (name, namespace) { argument
4276 p.splice = function(array, value, index) { argument
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
6069 p.map = function(value, istart, istop, ostart, ostop) { argument
7362 p.strokeCap = function strokeCap(value) { argument
7366 p.strokeJoin = function strokeJoin(value) { argument
9346 function wrapFunction(newContext, name) { argument
9353 function wrapProperty(newContext, name) { argument
9358 function setter(value) { argument
10485 p.loadFont = function loadFont(name) { argument
10528 p.createFont = function(name, size, smooth, charset) { argument
10546 p.textFont = function textFont(name, size) { argument
11264 name: name, property
11342 p.addMethod = function addMethod(object, name, fn, superAccessor) { argument
11900 var result = code.replace(cstrsRegex, function(all, attr, name, params, throws_, body) { argument
11910 function AstParam(name) { argument
12064 function AstFunction(name, params, body) { argument
12073 replaceContext = function(name) { argument
12096 replaceContext = function(name) { 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
12291 function AstInnerInterface(name) { argument
12298 function AstInnerClass(name, body) { argument
12324 function AstClassMethod(name, params, body) { argument
12333 replaceContext = function(name) { argument
12400 replaceContext = function(name) { argument
12419 …function AstClassBody(name, baseClassName, functions, methods, fields, cstrs, innerClasses, misc) { argument
12475 replaceContext = function(name) { argument
12522 transformClassBody = function(body, name, baseName, impls) { argument
12564 function AstInterface(name) { argument
12571 function AstClass(name, body) { argument
12608 function AstMethod(name, params, body) { argument
12616 replaceContext = function(name) { argument
12653 function AstPrefixStatement(name, argument, misc) { argument
12756 replaceContext = function(name) { argument
12776 replaceContext = function(name) { argument
12820 function findInScopes(class_, name) { argument
12958 Processing.getInstanceById = function(name) { argument