Lines Matching refs:push

430           this.push(arguments[0]); // for add(Object)
554 bucket.push(allEntries[j]);
649 toRemove.push(entry);
666 result.push(it.next());
810 bucket.push({
857 result.push(entry.getValue());
2137 this.children.push(child);
2147 this.nameTable.push( [name, shape] );
2373 pieces.push(p.trim(all));
2424 this.children.push(children);
2533 tmpArray.push(parseFloat(str));
2545 tmpArray.push(parseFloat(str));
2562 tmpArray.push(parseFloat(str));
2858 this.vertices.push(verts);
2861 this.vertexCodes.push(what);
2875 this.vertices.push(verts);
3358 this.children.push(child);
3405 matches.push(kid);
3462 xmlelement.attributes.push(xmlattribute);
3467 …xmlelement.children.push( xmlelement.parseChildrenRecursive(xmlelement, elementpath.childNodes[nod…
3478 arr.push( this.getChild(i).getName());
4163 this.matrixStack.push(tmpMatrix);
4166 PMatrixStack.prototype.push = function push() { method in PMatrixStack
4167 this.matrixStack.push(this.peek());
4249 ret.push(array[i]);
4265 ret.push(array[j]);
5026 styleArray.push(newState);
5386 arr.push(nfCoreScalar(value[i], plus, minus, leftDigits, rightDigits, group));
5540 arr.push(unhexScalar(hex[i]));
5563 ret.push(string.charCodeAt(i));
5578 results.push(latest);
5885 logBuffer.push(message);
5894 arr.push(val[i] + "");
5906 arr.push(str[i].replace(/^\s*/, '').replace(/\s*$/, '').replace(/\r*$/, ''));
5932 ret.push(booleanScalar(val[i]));
5945 bytes.push((0 - (aNumber[i] & 0x80)) | (aNumber[i] & 0x7F));
5959 ret.push(new Char(String.fromCharCode(key[i] & 0xFFFF)));
5987 ret.push(floatScalar(val[i]));
6013 ret.push(0);
6015 ret.push(intScalar(val[i]));
6889 sphereVerts.push(0);
6890 sphereVerts.push(-1);
6891 sphereVerts.push(0);
6892 sphereVerts.push(sphereX[i]);
6893 sphereVerts.push(sphereY[i]);
6894 sphereVerts.push(sphereZ[i]);
6896 sphereVerts.push(0);
6897 sphereVerts.push(-1);
6898 sphereVerts.push(0);
6899 sphereVerts.push(sphereX[0]);
6900 sphereVerts.push(sphereY[0]);
6901 sphereVerts.push(sphereZ[0]);
6912 sphereVerts.push(parseFloat(sphereX[v1]));
6913 sphereVerts.push(parseFloat(sphereY[v1]));
6914 sphereVerts.push(parseFloat(sphereZ[v1++]));
6915 sphereVerts.push(parseFloat(sphereX[v2]));
6916 sphereVerts.push(parseFloat(sphereY[v2]));
6917 sphereVerts.push(parseFloat(sphereZ[v2++]));
6924 sphereVerts.push(parseFloat(sphereX[v1]));
6925 sphereVerts.push(parseFloat(sphereY[v1]));
6926 sphereVerts.push(parseFloat(sphereZ[v1]));
6927 sphereVerts.push(parseFloat(sphereX[v2]));
6928 sphereVerts.push(parseFloat(sphereY[v2]));
6929 sphereVerts.push(parseFloat(sphereZ[v2]));
6936 sphereVerts.push(parseFloat(sphereX[v2]));
6937 sphereVerts.push(parseFloat(sphereY[v2]));
6938 sphereVerts.push(parseFloat(sphereZ[v2]));
6939 sphereVerts.push(0);
6940 sphereVerts.push(1);
6941 sphereVerts.push(0);
6944 sphereVerts.push(parseFloat(sphereX[voff]));
6945 sphereVerts.push(parseFloat(sphereY[voff]));
6946 sphereVerts.push(parseFloat(sphereZ[voff]));
6947 sphereVerts.push(0);
6948 sphereVerts.push(1);
6949 sphereVerts.push(0);
7508 vertArray.push(vert);
7662 fillVertArray.push(vertArray[i][j]);
7670 colorVertArray.push(vertArray[i][j]);
7678 strokeVertArray.push(vertArray[i][j]);
7683 texVertArray.push(vertArray[i][3]);
7684 texVertArray.push(vertArray[i][4]);
7688 fillVertArray.push(vertArray[0][0]);
7689 fillVertArray.push(vertArray[0][1]);
7690 fillVertArray.push(vertArray[0][2]);
7693 colorVertArray.push(vertArray[0][i]);
7697 strokeVertArray.push(vertArray[0][i]);
7700 texVertArray.push(vertArray[0][3]);
7701 texVertArray.push(vertArray[0][4]);
7818 lineVertArray.push(vertArray[i][j]);
7825 lineVertArray.push(vertArray[i][j]);
7830 colorVertArray.push(vertArray[i][j]);
7844 lineVertArray.push(vertArray[i+j][k]);
7845 fillVertArray.push(vertArray[i+j][k]);
7850 texVertArray.push(vertArray[i+j][k]);
7855 colorVertArray.push(vertArray[i+j][k]);
7856 strokeVertArray.push(vertArray[i+j][k+4]);
7877 lineVertArray.push(vertArray[i+j][k]);
7878 fillVertArray.push(vertArray[i+j][k]);
7883 texVertArray.push(vertArray[i+j][k]);
7888 strokeVertArray.push(vertArray[i+j][k+4]);
7889 colorVertArray.push(vertArray[i+j][k]);
7905 lineVertArray.push(vertArray[i][j]);
7910 strokeVertArray.push(vertArray[i][j]);
7920 lineVertArray.push(vertArray[0][0]);
7921 lineVertArray.push(vertArray[0][1]);
7922 lineVertArray.push(vertArray[0][2]);
7924 strokeVertArray.push(vertArray[0][9]);
7925 strokeVertArray.push(vertArray[0][10]);
7926 strokeVertArray.push(vertArray[0][11]);
7927 strokeVertArray.push(vertArray[0][12]);
7931 lineVertArray.push(vertArray[i+j][k]);
7936 strokeVertArray.push(vertArray[i+j][k]);
7952 lineVertArray.push(vertArray[i+j][k]);
7964 fillVertArray.push(vertArray[i][j]);
7967 colorVertArray.push(vertArray[i][j]);
7971 fillVertArray.push(vertArray[i+1][j]);
7974 colorVertArray.push(vertArray[i+1][j]);
7978 fillVertArray.push(vertArray[i+3][j]);
7981 colorVertArray.push(vertArray[i+3][j]);
7985 fillVertArray.push(vertArray[i+2][j]);
7988 colorVertArray.push(vertArray[i+2][j]);
7992 texVertArray.push(vertArray[i+0][3]);
7993 texVertArray.push(vertArray[i+0][4]);
7994 texVertArray.push(vertArray[i+1][3]);
7995 texVertArray.push(vertArray[i+1][4]);
7996 texVertArray.push(vertArray[i+3][3]);
7997 texVertArray.push(vertArray[i+3][4]);
7998 texVertArray.push(vertArray[i+2][3]);
7999 texVertArray.push(vertArray[i+2][4]);
8010 lineVertArray.push(vertArray[i][j]);
8016 strokeVertArray.push(vertArray[i][j]);
8029 lineVertArray.push(vertArray[i+1][j]);
8032 lineVertArray.push(vertArray[i+3][j]);
8035 lineVertArray.push(vertArray[i+2][j]);
8038 lineVertArray.push(vertArray[i+0][j]);
8041 strokeVertArray.push(vertArray[i+1][j]);
8044 strokeVertArray.push(vertArray[i+3][j]);
8047 strokeVertArray.push(vertArray[i+2][j]);
8050 strokeVertArray.push(vertArray[i+0][j]);
8067 lineVertArray.push(vertArray[0][j]);
8070 strokeVertArray.push(vertArray[0][j]);
8076 lineVertArray.push(vertArray[i][j]);
8079 strokeVertArray.push(vertArray[i][j]);
8359 vertArray.push(vert);
8476 curveVertArray.push(vert);
8924 fillVertArray.push(vertArray[i][j]);
8927 colorVertArray.push(vertArray[i][j]);
8980 canvasDataCache.push(canvasData);
11029 drawCommands.push({text:str.substring(start, j), width: lineWidth, offset: yOffset});
11032 … drawCommands.push({text:str.substring(start, spaceMark + 1), width: lineWidth, offset: yOffset});
11044 drawCommands.push({text:str.substring(start), width: lineWidth, offset: yOffset});
11369 eventHandlers.push([elem, type, fn]);
11781 stack.push(result); result = item;
11784 var index = atoms.length; atoms.push(result + item);
11845 index = strings.length; strings.push(all);
11848 index = strings.length; strings.push(regex);
11861 atoms.push(text);
11922 names.push(this.params[i].name);
11944 result.push(new AstParam(param[1]));
12170 transforms.push(transformFunction(atoms[index]));
12174 transforms.push(transformInlineClass(atoms[index]));
12178 transforms.push(transformInlineObject(atoms[index]));
12229 names.push(this.definitions[i].name);
12357 names.push(this.definitions[i].name);
12374 staticDeclarations.push(declaration);
12446 members.methods.push(method.name);
12450 members.innerClasses.push(innerClass.name);
12508 cstrsIfs.push("if(arguments.length === " + paramsLength + ") { " +
12528 if(type === 'D') { methods.push(index); }
12529 else if(type === 'E') { classes.push(index); }
12530 else if(type === 'H') { functions.push(index); }
12531 else { cstrs.push(index); }
12682 res.push(new AstForStatement(transformForExpression(atoms[m[2]]),
12685 res.push(new AstCatchStatement(transformParams(atoms[m[2]]),
12688 res.push(new AstPrefixStatement(m[1], transformExpression(atoms[m[2]]),
12692 res.push(new AstPrefixStatement(m[3], undef,
12697 res.push(space);
12700 res.push(transformMethod(atoms[atomIndex]));
12702 res.push(transformClass(atoms[atomIndex]));
12704 res.push(transformFunction(atoms[atomIndex]));
12706 res.push(transformStatementsBlock(atoms[atomIndex]));
12711 res.push(new AstLabel(statements.substring(lastIndex, nextStatement.lastIndex)) );
12714 res.push(statement.left);
12715 res.push(transformStatement(statement.middle));
12716 res.push(statement.right + ";");
12721 res.push(statementsTail.left);
12723 res.push(transformStatement(statementsTail.middle));
12724 res.push(";" + statementsTail.right);
12741 localNames.push(statement.name);
12868 jsonItems.push(item);
12955 Processing.instances.push(processing);
13057 this.fontList.push(preLoader);