id
stringlengths
36
36
text
stringlengths
1
1.25M
a8cea7cc-d402-490a-a569-04daf82bfbda
public void handler() { //DEF_ald8(dst,src); int src = FETCHOP(); int dst = I.regs.b[AL]; //SUBB(dst,src); int res = dst - src; SetCFB(res); SetOFB_Sub(res, src, dst); SetAF(res, src, dst); SetSZPF_Byte(res); dst = res & 0xFF; I.regs.SetB(AL, dst); nec_ICount[0] -= 4; if (neclog != null) { fprintf(neclog, "i_sub_ald8 :PC:%d,I.ip:%d,AW:%d,CW:%d,DW:%d,BW:%d,SP:%d,BP:%d,IX:%d,IY:%d,b1:%d,b2:%d,b3:%d,b4:%d,s1:%d,s2:%d,s3:%d,s4:%d,A:%d,O:%d,S:%d,Z:%d,C:%d,P:%d,T:%d,I:%d,D:%d,M:%d,v:%d,irq:%d,ns:%d,is:%d,pb:%d,pre:%d,EA:%d\n", cpu_get_pc(), I.ip, I.regs.w[AW], I.regs.w[CW], I.regs.w[DW], I.regs.w[BW], I.regs.w[SP], I.regs.w[BP], I.regs.w[IX], I.regs.w[IY], I.base[0], I.base[1], I.base[2], I.base[3], I.sregs[0], I.sregs[1], I.sregs[2], I.sregs[3], I.AuxVal, I.OverVal, I.SignVal, I.ZeroVal, I.CarryVal, I.ParityVal, I.TF, I.IF, I.DF, I.MF, I.int_vector, I.pending_irq, I.nmi_state, I.irq_state, I.prefix_base, I.seg_prefix, EA); } }
a44a8199-62bb-4aba-ae60-f716ccd49d88
public void setCustomInteger0(java.lang.Integer customInteger0) { this.customInteger0 = customInteger0; }
acc5a4d2-cc08-473a-9de7-03d2c010068d
static RomLoadPtr rom_socbrawl = new RomLoadPtr(){ public void handler(){ ROM_REGION( 0x100000, REGION_CPU1 ); ROM_LOAD_WIDE_SWAP( "sbrl_p1.rom", 0x000000, 0x080000, 0xa2801c24 ); ROM_REGION( 0x40000, REGION_GFX1 ); ROM_LOAD( "sbrl_s1.rom", 0x000000, 0x10000, 0x2db38c3b ); ROM_LOAD( "ng-sfix.rom", 0x020000, 0x20000, 0x354029fc ); ROM_REGION( 0x20000, REGION_USER1 ); ROM_LOAD_WIDE_SWAP( "neo-geo.rom", 0x00000, 0x020000, 0x9036d879 ) ; ROM_REGION( 0x40000, REGION_CPU2 ); ROM_LOAD( "ng-sm1.rom", 0x00000, 0x20000, 0x97cf998b );/* we don't use the BIOS anyway... */ ROM_LOAD( "sbrl_m1.rom", 0x00000, 0x10000, 0x2f38d5d3 );/* so overwrite it with the real thing */ ROM_REGION( 0x200000, REGION_SOUND1 | REGIONFLAG_SOUNDONLY ); ROM_LOAD( "sbrl_v1.rom", 0x000000, 0x100000, 0xcc78497e ); ROM_LOAD( "sbrl_v2.rom", 0x100000, 0x100000, 0xdda043c6 ); //NO_DELTAT_REGION ROM_REGION( 0x300000, REGION_GFX2 ); ROM_LOAD_GFX_EVEN( "sbrl_c1.rom", 0x000000, 0x100000, 0xbd0a4eb8 );/* Plane 0,1 */ ROM_LOAD_GFX_ODD ( "sbrl_c2.rom", 0x000000, 0x100000, 0xefde5382 );/* Plane 2,3 */ ROM_LOAD_GFX_EVEN( "sbrl_c3.rom", 0x200000, 0x080000, 0x580f7f33 );/* Plane 0,1 */ ROM_LOAD_GFX_ODD ( "sbrl_c4.rom", 0x200000, 0x080000, 0xed297de8 );/* Plane 2,3 */ ROM_END(); }}
8845d233-4c52-40ed-9af2-5beab741baa8
public void setAccreditationStatus(java.lang.String accreditationStatus) { this.accreditationStatus = accreditationStatus; }
e4308817-1d5a-4aec-9b50-06a644a2e051
public void setPolicyCanceledDate(crmondemand.xml.customobject6.query.QueryType policyCanceledDate) { this.policyCanceledDate = policyCanceledDate; }
65f98f4f-65f3-42af-b87a-11d72456629f
public crmondemand.xml.customobject3.query.QueryType getCustomCurrency4() { return this.customCurrency4; }
5784fab4-df1b-454a-91c6-7c46b49d3fb0
public boolean move(Point start, Point end) { if (getPieceColor(start) != getTurn().getColor()) { return false; } List<Cell> possibleMoves = getPossibleMoves(start); Cell endCell = new CellImpl(end); for (Cell cell : possibleMoves) { if (endCell.equals(cell)) { board.move(start, end); if (turn == Checker.WHITETURN) { turn = Checker.BLACKTURN; } else { turn = Checker.WHITETURN; } return true; } } return false; }
b501ba9a-f678-40d4-af23-bbca70e11ffe
public void setCustomDate46(crmondemand.xml.contact.query.QueryType customDate46) { this.customDate46 = customDate46; }
f33568e0-4174-4178-aa61-b1624219eff1
public crmondemand.xml.customobject6.query.QueryType getCustomMultiSelectPickList5() { return this.customMultiSelectPickList5; }
f7a927e2-685a-4f3c-8421-22a3873a97cc
public void setCustomInteger19(java.lang.Integer customInteger19) { this.customInteger19 = customInteger19; }
b163e7cd-5d25-46a7-8897-89d50b4eb1e0
public void setCustomNumber12(java.math.BigDecimal customNumber12) { this.customNumber12 = customNumber12; }
f052821c-6285-4fb8-9217-e230361eb974
public java.lang.String getDealerStatus() { return this.dealerStatus; }
abc35c3e-7ee0-4a49-8a0d-470cfa79af72
public void setOwnerUserSignInId(crmondemand.xml.customobject6.query.QueryType ownerUserSignInId) { this.ownerUserSignInId = ownerUserSignInId; }
60e6c8d1-cbce-402a-b114-9cd3a0f29721
public java.lang.String getCustomText81() { return this.customText81; }
04af63b5-fee4-427e-ab8f-55abb16a9371
public crmondemand.xml.contact.query.QueryType getCustomPickList70() { return this.customPickList70; }
c7b603fd-b6f8-44ae-ab48-f2d1972b8abb
public crmondemand.xml.customobject6.query.QueryType getCustomText79() { return this.customText79; }
3c0d2fa9-76f7-49c7-be50-b9cf2d0b2124
public int getBlockId(int par1, int par2, int par3) { return par1 >= -30000000 && par3 >= -30000000 && par1 < 30000000 && par3 < 30000000 ? (par2 < 0 ? 0 : (par2 >= 256 ? 0 : this.getChunkFromChunkCoords(par1 >> 4, par3 >> 4).getBlockID(par1 & 15, par2, par3 & 15))) : 0; }
1b7ebe5c-cd9e-41c2-80fc-dae58f367010
public void setCustomCurrency15(java.math.BigDecimal customCurrency15) { this.customCurrency15 = customCurrency15; }
41a26f23-b25d-4d9a-bb41-c3bee900c5b9
public void setOwnerEMailAddr(java.lang.String ownerEMailAddr) { this.ownerEMailAddr = ownerEMailAddr; }
ed1f9cdb-d788-405f-a00a-7c2ccaa795db
@Test public void testDeplacerSinge() { this.preparerBandeDeSingesErratiquesMock(false); this.preparerPirateMock(0, 0); this.preparerIleMock(); final int precedentX = this.singeErratiqueIleMock.getX(); final int precedentY = this.singeErratiqueIleMock.getY(); this.singeErratiqueIleMock.deplacerSinge(); Assert.assertTrue(precedentX != this.singeErratiqueIleMock.getX() || precedentY != this.singeErratiqueIleMock.getY()); }
02f417ff-1500-47d2-89b0-59f397bec8cd
public void setCustomObject15Type(crmondemand.xml.customobject6.query.QueryType customObject15Type) { this.customObject15Type = customObject15Type; }
abcb8845-caac-4f7f-a25b-97592997d2b0
public java.lang.String getExamId() { return this.examId; }
7ca4cdec-8f8a-4aac-bf01-a300aea646bf
private void resize() { size = getSkinnable().getWidth() < getSkinnable().getHeight() ? getSkinnable().getWidth() : getSkinnable().getHeight(); logoLayer.setWidth(size); logoLayer.setHeight(size); if (size > 0) { background.setPrefSize(size, size); // TODO: hourPointer and minutePointer have to be vice versa...wrong scaling here !!! if (Clock.Design.IOS6 == getSkinnable().getDesign()) { hourPointerWidthFactor = 0.04; hourPointerHeightFactor = 0.55; minutePointerWidthFactor = 0.04; minutePointerHeightFactor = 0.4; secondPointerWidthFactor = 0.075; secondPointerHeightFactor = 0.46; majorTickWidthFactor = 0.04; majorTickHeightFactor = 0.12; minorTickWidthFactor = 0.01; minorTickHeightFactor = 0.05; majorTickOffset = 0.018; minorTickOffset = 0.05; hourAngle.setPivotX(size * 0.5 * hourPointerWidthFactor); hourAngle.setPivotY(size * 0.76 * hourPointerHeightFactor); minuteAngle.setPivotX(size * 0.5 * minutePointerWidthFactor); minuteAngle.setPivotY(size * 0.66 * minutePointerHeightFactor); secondAngle.setPivotX(size * 0.5 * secondPointerWidthFactor); secondAngle.setPivotY(size * 0.7341040462 * secondPointerHeightFactor); } else if (Clock.Design.BRAUN == getSkinnable().getDesign()) { hourPointerWidthFactor = 0.105; hourPointerHeightFactor = 0.485; minutePointerWidthFactor = 0.105; minutePointerHeightFactor = 0.4; secondPointerWidthFactor = 0.09; secondPointerHeightFactor = 0.53; majorTickWidthFactor = 0.015; majorTickHeightFactor = 0.045; minorTickWidthFactor = 0.0075; minorTickHeightFactor = 0.0225; majorTickOffset = 0.012; minorTickOffset = 0.02; hourAngle.setPivotX(size * 0.5 * hourPointerWidthFactor); hourAngle.setPivotY(size * 0.895 * hourPointerHeightFactor); minuteAngle.setPivotX(size * 0.5 * minutePointerWidthFactor); minuteAngle.setPivotY(size * 0.87 * minutePointerHeightFactor); secondAngle.setPivotX(size * 0.5 * secondPointerWidthFactor); secondAngle.setPivotY(size * 0.8125 * secondPointerHeightFactor); } else if (Clock.Design.BOSCH == getSkinnable().getDesign()) { hourPointerWidthFactor = 0.04; hourPointerHeightFactor = 0.54; // ToDo: switch with minutePointerHeightFactor minutePointerWidthFactor = 0.04; minutePointerHeightFactor = 0.38; // ToDo: switch with hourPointerHeightFactor secondPointerWidthFactor = 0.09; secondPointerHeightFactor = 0.53; majorTickWidthFactor = 0.02; majorTickHeightFactor = 0.145; minorTickWidthFactor = 0.006; minorTickHeightFactor = 0.07; majorTickOffset = 0.005; minorTickOffset = 0.04; hourAngle.setPivotX(size * 0.5 * hourPointerWidthFactor); hourAngle.setPivotY(size * 0.8240740741 * hourPointerHeightFactor); minuteAngle.setPivotX(size * 0.5 * minutePointerWidthFactor); minuteAngle.setPivotY(size * 0.75 * minutePointerHeightFactor); secondAngle.setPivotX(size * 0.5 * secondPointerWidthFactor); secondAngle.setPivotY(size * 0.8125 * secondPointerHeightFactor); } else { hourPointerWidthFactor = 0.04; hourPointerHeightFactor = 0.47; minutePointerWidthFactor = 0.055; minutePointerHeightFactor = 0.33; secondPointerWidthFactor = 0.1; secondPointerHeightFactor = 0.455; majorTickWidthFactor = 0.04; majorTickHeightFactor = 0.12; minorTickWidthFactor = 0.025; minorTickHeightFactor = 0.04; majorTickOffset = 0.018; minorTickOffset = 0.06; hourAngle.setPivotX(size * 0.5 * hourPointerWidthFactor); hourAngle.setPivotY(size * hourPointerHeightFactor); minuteAngle.setPivotX(size * 0.5 * minutePointerWidthFactor); minuteAngle.setPivotY(size * minutePointerHeightFactor); secondAngle.setPivotX(size * 0.5 * secondPointerWidthFactor); secondAngle.setPivotY(size * secondPointerHeightFactor); } drawLogoLayer(); double radius = 0.4; double sinValue; double cosValue; int index = 0; for (double angle = 0 ; angle < 360 ; angle += 6) { sinValue = Math.sin(Math.toRadians(angle)); cosValue = Math.cos(Math.toRadians(angle)); Region tick = ticks.get(index); if (angle % 30 == 0) { tick.setPrefWidth(size * majorTickWidthFactor); tick.setPrefHeight(size * majorTickHeightFactor); tick.setTranslateX(size * 0.5 + ((size * (radius + majorTickOffset) * sinValue) - (size * (majorTickWidthFactor) * 0.5))); tick.setTranslateY(size * 0.5 + ((size * (radius + majorTickOffset) * cosValue) - (size * (majorTickHeightFactor) * 0.5))); } else { tick.setPrefWidth(size * minorTickWidthFactor); tick.setPrefHeight(size * minorTickHeightFactor); tick.setTranslateX(size * 0.5 + ((size * (radius + minorTickOffset) * sinValue) - (size * (minorTickWidthFactor) * 0.5))); tick.setTranslateY(size * 0.5 + ((size * (radius + minorTickOffset) * cosValue) - (size * (minorTickHeightFactor) * 0.5))); } tick.setRotate(-angle); index++; } if (Clock.Design.BRAUN == getSkinnable().getDesign()) { int tickLabelCounter = 0; //tickLabelFont = Font.loadFont(getClass().getResourceAsStream("/eu/hansolo/enzo/fonts/helvetica.ttf"), (0.075 * size)); tickLabelFont = Font.font("Bebas Neue", FontWeight.THIN, FontPosture.REGULAR, 0.09 * size); for (double angle = 0 ; angle < 360 ; angle += 30.0) { double x = 0.34 * size * Math.sin(Math.toRadians(150 - angle)); double y = 0.34 * size * Math.cos(Math.toRadians(150 - angle)); tickLabels.get(tickLabelCounter).setFont(tickLabelFont); tickLabels.get(tickLabelCounter).setX(size * 0.5 + x - tickLabels.get(tickLabelCounter).getLayoutBounds().getWidth() * 0.5); tickLabels.get(tickLabelCounter).setY(size * 0.5 + y); tickLabels.get(tickLabelCounter).setTextOrigin(VPos.CENTER); tickLabels.get(tickLabelCounter).setTextAlignment(TextAlignment.CENTER); tickLabelCounter++; } } hourPointer.setPrefSize(size * hourPointerWidthFactor, size * hourPointerHeightFactor); if (Clock.Design.IOS6 == getSkinnable().getDesign()) { hourPointer.setTranslateX(size * 0.5 - (hourPointer.getPrefWidth() * 0.5)); hourPointer.setTranslateY(size * 0.5 - (hourPointer.getPrefHeight()) + (hourPointer.getPrefHeight() * 0.24)); } else if (Clock.Design.BRAUN == getSkinnable().getDesign()) { hourPointer.setTranslateX(size * 0.5 - (hourPointer.getPrefWidth() * 0.5)); hourPointer.setTranslateY(size * 0.5 - (hourPointer.getPrefHeight()) + (hourPointer.getPrefHeight() * 0.108)); hourPointerFlour.setPrefSize(size * hourPointerWidthFactor, size * hourPointerHeightFactor); hourPointerFlour.setTranslateX(size * 0.5 - (hourPointer.getPrefWidth() * 0.5)); hourPointerFlour.setTranslateY(size * 0.5 - (hourPointer.getPrefHeight()) + (hourPointer.getPrefHeight() * 0.108)); } else if (Clock.Design.BOSCH == getSkinnable().getDesign()) { hourPointer.setTranslateX(size * 0.5 - (hourPointer.getPrefWidth() * 0.5)); hourPointer.setTranslateY(size * 0.5 - (hourPointer.getPrefHeight()) + (hourPointer.getPrefHeight() * 0.1759259259)); } else { hourPointer.setTranslateX(size * 0.5 - (hourPointer.getPrefWidth() * 0.5)); hourPointer.setTranslateY(size * 0.5 - hourPointer.getPrefHeight()); } minutePointer.setPrefSize(size * minutePointerWidthFactor, size * minutePointerHeightFactor); if (Clock.Design.IOS6 == getSkinnable().getDesign()) { minutePointer.setTranslateX(size * 0.5 - (minutePointer.getPrefWidth() * 0.5)); minutePointer.setTranslateY(size * 0.5 - (minutePointer.getPrefHeight()) + (minutePointer.getPrefHeight() * 0.34)); } else if (Clock.Design.BRAUN == getSkinnable().getDesign()) { minutePointer.setTranslateX(size * 0.5 - (minutePointer.getPrefWidth() * 0.5)); minutePointer.setTranslateY(size * 0.5 - (minutePointer.getPrefHeight()) + (minutePointer.getPrefHeight() * 0.128)); minutePointerFlour.setPrefSize(size * minutePointerWidthFactor, size * minutePointerHeightFactor); minutePointerFlour.setTranslateX(size * 0.5 - (minutePointer.getPrefWidth() * 0.5)); minutePointerFlour.setTranslateY(size * 0.5 - (minutePointer.getPrefHeight()) + (minutePointer.getPrefHeight() * 0.128)); } else if (Clock.Design.BOSCH == getSkinnable().getDesign()) { minutePointer.setTranslateX(size * 0.5 - (minutePointer.getPrefWidth() * 0.5)); minutePointer.setTranslateY(size * 0.5 - (minutePointer.getPrefHeight()) + (minutePointer.getPrefHeight() * 0.25)); } else { minutePointer.setTranslateX(size * 0.5 - (minutePointer.getPrefWidth() * 0.5)); minutePointer.setTranslateY(size * 0.5 - minutePointer.getPrefHeight()); } secondPointer.setPrefSize(size * secondPointerWidthFactor, size * secondPointerHeightFactor); if (Clock.Design.IOS6 == getSkinnable().getDesign()) { secondPointer.setTranslateX(size * 0.5 - (secondPointer.getPrefWidth() * 0.5)); secondPointer.setTranslateY(size * 0.5 - (secondPointer.getPrefHeight()) + (secondPointer.getPrefHeight() * 0.2658959538)); } else if (Clock.Design.BRAUN == getSkinnable().getDesign()) { secondPointer.setTranslateX(size * 0.5 - (secondPointer.getPrefWidth() * 0.5)); secondPointer.setTranslateY(size * 0.5 - secondPointer.getPrefHeight() + (secondPointer.getPrefHeight() * 0.189)); } else { secondPointer.setTranslateX(size * 0.5 - (secondPointer.getPrefWidth() * 0.5)); secondPointer.setTranslateY(size * 0.5 - secondPointer.getPrefHeight()); } if (Clock.Design.IOS6 == getSkinnable().getDesign()) { centerKnob.setPrefSize(size * 0.015, size * 0.015); } else if (Clock.Design.BRAUN == getSkinnable().getDesign()) { centerKnob.setPrefSize(size * 0.085, size * 0.085); } else if (Clock.Design.BOSCH == getSkinnable().getDesign()) { centerKnob.setPrefSize(size * 0.035, size * 0.035); } else { centerKnob.setPrefSize(size * 0.1, size * 0.1); } centerKnob.setTranslateX(size * 0.5 - (centerKnob.getPrefWidth() * 0.5)); centerKnob.setTranslateY(size * 0.5 - (centerKnob.getPrefHeight() * 0.5)); foreground.setPrefSize(size * 0.955, size * 0.495); foreground.setTranslateX(size * 0.5 - (foreground.getPrefWidth() * 0.5)); foreground.setTranslateY(size * 0.01); } }
cf9a409a-ec81-46c6-8bbd-3e2cecf14b09
public java.util.Calendar getCustomDate18() { return this.customDate18; }
af983c4e-33a4-4b6b-857c-67e067884ef0
public BlockNode(List<T> block) { super(BaseNode.NodeType.BLOCK); this.children = block; }
e86a3c40-1d23-4d4e-882e-dda4d17fcad9
public void setCustomDate22(crmondemand.xml.customobject3.query.QueryType customDate22) { this.customDate22 = customDate22; }
81b8666f-f7ae-4b1b-b428-5069d37e6205
public void adapterDimensionsPersonnages() { this.vuePirate.setDimensions(this.vueCarte.getTailleCase(), this.vueCarte.getXGrille(), this.vueCarte.getYGrille()); final Collection<VueSingeErratique> ensVuesSingesErratiques = this.vuesSingesErratiques.values(); for (final VueSingeErratique vse : ensVuesSingesErratiques) { vse.setDimensions(this.vueCarte.getTailleCase(), this.vueCarte.getXGrille(), this.vueCarte.getYGrille()); } this.vueTresor.setDimensions(this.vueCarte.getTailleCase(), this.vueCarte.getXGrille(), this.vueCarte.getYGrille()); repaint(); }
4f94e8b4-5ebf-4ddb-a9d8-4e32449a13b3
public crmondemand.xml.contact.query.QueryType getCustomPickList13() { return this.customPickList13; }
0ff98e1c-ab70-43d2-a473-78f8b9b23fad
public java.lang.String getApprovedDRPartnerName() { return this.approvedDRPartnerName; }
35aa89c8-06cd-4625-8494-adba8d182825
public void setCustomInteger9(crmondemand.xml.contact.query.QueryType customInteger9) { this.customInteger9 = customInteger9; }
d5dbf3d1-d2c5-494a-be1d-10acbff313bc
public crmondemand.xml.customobject3.query.QueryType getCustomNumber39() { return this.customNumber39; }
f2b2c8d0-53d3-4a96-ab0b-1d7a3d68526b
public void handler() { /*UINT8*/ int t = DIRBYTE(); CLR_NZV(); SET_NZ8(t); /*if (konamilog != null) { fprintf(konamilog, "konami#%d tst_di :PC:%d,PPC:%d,A:%d,B:%d,D:%d,DP:%d,U:%d,S:%d,X:%d,Y:%d,CC:%d,EA:%d\n", cpu_getactivecpu(), konami.pc, konami.ppc, A(), B(), konami.d, konami.dp, konami.u, konami.s, konami.x, konami.y, konami.cc, ea); }*/ }
493372ad-cb3d-443b-9fbf-281e75b3e3a7
public crmondemand.xml.contact.query.QueryType getCustomBoolean28() { return this.customBoolean28; }
1f5f4258-732e-4974-9c10-3ccdf71423a4
public void setCustomNumber29(crmondemand.xml.customobject6.query.QueryType customNumber29) { this.customNumber29 = customNumber29; }
a2654ed3-d0d8-46d1-9562-05a1347f5fd6
public void setCustomNumber55(crmondemand.xml.customobject6.query.QueryType customNumber55) { this.customNumber55 = customNumber55; }
5cb647f7-2cff-4849-8cae-d4d872e52fe7
* @return 'true' if the Tile is near the bottom. */ private boolean isMapNearBottom(int y) { return (y >= (freeColClient.getGame().getMap().getHeight() - bottomRows)); }
6da145d3-6005-410a-89a4-3e1760901c84
public void setCustomInteger31(crmondemand.xml.customobject6.query.QueryType customInteger31) { this.customInteger31 = customInteger31; }
c1dbfaa3-9ef8-41e6-aad8-64ddf8dd7ac0
public void setRotateLeftButton(JButton btn) { rotateLeftButton = btn; btn.addActionListener(this); }
4624185b-d4d6-4d9c-939d-a6d834b90302
public void setCustomText86(crmondemand.xml.customobject3.query.QueryType customText86) { this.customText86 = customText86; }
f69809ce-3771-419f-aae4-ee1cc54cc9aa
opcode dd_f3 = new opcode() { public void handler(){ illegal_1(); }}
d6299aca-c572-456d-983e-c0d050d19c8a
public static MethodOptions getDefaultInstance() { return defaultInstance; }
0ded461e-045d-419b-9fb7-6a7f8f3815e0
public void setOpportunityForecast(crmondemand.xml.customobject6.query.QueryType opportunityForecast) { this.opportunityForecast = opportunityForecast; }
e2d113a0-1a13-4b24-914a-b4427aeeee23
public java.lang.String getCreatedByEMailAddr() { return this.createdByEMailAddr; }
d148e5c7-2941-4873-85f1-8fab6c55220e
public crmondemand.xml.contact.query.QueryType getContactEmail() { return this.contactEmail; }
96014374-6882-4f7b-99f3-158335e5c72b
public void setCustomText85(java.lang.String customText85) { this.customText85 = customText85; }
c1573aeb-1b1a-43b0-85eb-d50b66e25e58
public crmondemand.xml.customobject3.query.QueryType getIndexedPick3() { return this.indexedPick3; }
1d246051-00d4-452e-ac0b-1b61643a0411
public crmondemand.xml.opportunity.query.QueryType getModifiedById() { return this.modifiedById; }
fddb16ee-de25-4e57-9c8c-ed6d19252434
public static Cons getQueryPatternEvaluators(Surrogate relationref) { { Cons evaluatorforms = Stella.NIL; { MemoizationTable memoTable000 = null; Cons memoizedEntry000 = null; Stella_Object memoizedValue000 = null; if (Stella.$MEMOIZATION_ENABLEDp$) { memoTable000 = ((MemoizationTable)(RDBMS.SGT_RDBMS_F_GET_QUERY_PATTERN_EVALUATORS_MEMO_TABLE_000.surrogateValue)); if (memoTable000 == null) { Surrogate.initializeMemoizationTable(RDBMS.SGT_RDBMS_F_GET_QUERY_PATTERN_EVALUATORS_MEMO_TABLE_000, "(:MAX-VALUES 100 :TIMESTAMPS (:META-KB-UPDATE))"); memoTable000 = ((MemoizationTable)(RDBMS.SGT_RDBMS_F_GET_QUERY_PATTERN_EVALUATORS_MEMO_TABLE_000.surrogateValue)); } memoizedEntry000 = MruMemoizationTable.lookupMruMemoizedValue(((MruMemoizationTable)(memoTable000)), relationref, ((Context)(Stella.$CONTEXT$.get())), Stella.MEMOIZED_NULL_VALUE, null, -1); memoizedValue000 = memoizedEntry000.value; } if (memoizedValue000 != null) { if (memoizedValue000 == Stella.MEMOIZED_NULL_VALUE) { memoizedValue000 = null; } } else { memoizedValue000 = Logic.applyCachedRetrieve(Cons.list$(Cons.cons(RDBMS.SYM_RDBMS_pREL, Cons.cons(RDBMS.SYM_RDBMS_pEV, Cons.cons(RDBMS.SYM_RDBMS_pDB, Cons.cons(RDBMS.SYM_RDBMS_pARGS, Cons.cons(Stella.NIL, Stella.NIL)))))), Cons.list$(Cons.cons(RDBMS.SYM_STELLA_AND, Cons.cons(Cons.list$(Cons.cons(RDBMS.SYM_RDBMS_QUERY_PATTERN, Cons.cons(RDBMS.SYM_RDBMS_pREL, Cons.cons(RDBMS.SYM_RDBMS_pEV, Cons.cons(RDBMS.SYM_RDBMS_pDB, Cons.cons(RDBMS.SYM_RDBMS_pARGS, Cons.cons(Stella.NIL, Stella.NIL))))))), Cons.cons(Cons.list$(Cons.cons(RDBMS.SYM_STELLA_EXISTS, Cons.cons(Cons.cons(RDBMS.SYM_RDBMS_pDB_TYPE, Stella.NIL), Cons.cons(Cons.list$(Cons.cons(RDBMS.SYM_RDBMS_SUPPORTS_DB_TYPE, Cons.cons(RDBMS.SYM_RDBMS_pEV, Cons.cons(RDBMS.SYM_RDBMS_pDB_TYPE, Cons.cons(Stella.NIL, Stella.NIL))))), Cons.cons(Cons.list$(Cons.cons(RDBMS.SYM_RDBMS_INSTANCE_OF, Cons.cons(RDBMS.SYM_RDBMS_pDB, Cons.cons(RDBMS.SYM_RDBMS_pDB_TYPE, Cons.cons(Stella.NIL, Stella.NIL))))), Cons.cons(Stella.NIL, Stella.NIL)))))), Cons.cons(Stella.NIL, Stella.NIL))))), Cons.consList(Cons.cons(relationref, Cons.cons(null, Cons.cons(null, Cons.cons(null, Stella.NIL))))), Cons.consList(Cons.cons(RDBMS.KWD_DONT_OPTIMIZEp, Cons.cons(Stella.TRUE_WRAPPER, Cons.cons(RDBMS.KWD_HOW_MANY, Cons.cons(RDBMS.KWD_ALL, Cons.cons(RDBMS.KWD_INFERENCE_LEVEL, Cons.cons(RDBMS.KWD_ASSERTION, Stella.NIL))))))), RDBMS.SYM_RDBMS_F_GET_QUERY_PATTERN_EVALUATORS_QUERY_001, new Object[2]); if (Stella.$MEMOIZATION_ENABLEDp$) { memoizedEntry000.value = ((memoizedValue000 == null) ? Stella.MEMOIZED_NULL_VALUE : memoizedValue000); } } { Cons patterns = ((Cons)(memoizedValue000)); { Cons triple = null; Cons iter000 = patterns; for (;!(iter000 == Stella.NIL); iter000 = iter000.rest) { triple = ((Cons)(iter000.value)); { java.lang.reflect.Method code = ComputedProcedure.functionCodeFromProcedure(((ComputedProcedure)(triple.value))); if (code != null) { evaluatorforms = Cons.cons(Cons.consList(Cons.cons(FunctionCodeWrapper.wrapFunctionCode(code), Cons.cons(triple.rest.value, Cons.cons(triple.rest.rest.value, Stella.NIL)))), evaluatorforms); } } } } return (evaluatorforms.reverse()); } } } }
7c5b0d73-b835-4e41-ade8-f97741b45cbb
public void setCustomPickList74(java.lang.String customPickList74) { this.customPickList74 = customPickList74; }
1542d2d4-5f7c-49d1-bbdd-28c19c59e616
public java.lang.String getCustomText81() { return this.customText81; }
3936d3fc-7aa6-493c-bc07-8ef18402a7ae
public void setCustomText24(crmondemand.xml.customobject3.query.QueryType customText24) { this.customText24 = customText24; }
9b926e4a-9095-4387-8e28-5c29f5c28363
public crmondemand.xml.contact.query.QueryType getCustomPhone19() { return this.customPhone19; }
01de32c9-8056-4c70-86d6-d7a4d0b6d805
public void setAccountName(crmondemand.xml.contact.query.QueryType accountName) { this.accountName = accountName; }
1620f497-f518-4069-b23c-0a84a036c6c3
public java.lang.String getCustomPickList52() { return this.customPickList52; }
d506f292-9f95-4345-bbaf-d4b1b8db2e41
public void setCustomPhone16(java.lang.String customPhone16) { this.customPhone16 = customPhone16; }
72a9a4e1-9c93-47f2-8a77-eca5de6d2905
public crmondemand.xml.contact.query.QueryType getCustomText47() { return this.customText47; }
e982db4c-6e05-4265-b3c9-2c5580c1bbd7
public void actionPerformed(ActionEvent e) { ChatPanel chatPanel = (ChatPanel) chatPane.getSelectedComponent(); if(chatPanel == null) { JOptionPane.showMessageDialog(chatPanel, "Please select one"); } else { int recieverID = chatPanel.clientID; user.sendFile(recieverID); } }
93919a0f-7d29-4f40-b0f0-56b17ef07d37
public crmondemand.xml.contact.query.QueryType getCustomPickList15() { return this.customPickList15; }
6554b9db-a674-42a7-82d3-41f06aeb048c
public java.lang.String getOwnerLastName() { return this.ownerLastName; }
ba377fde-e377-4e79-8863-0270ccac01f6
public java.lang.String getCustomPickList31() { return this.customPickList31; }
6f138d0d-cfca-4a58-8eae-3c11ac6b640f
public java.lang.String getOpportunityCurrencyCode() { return this.opportunityCurrencyCode; }
d72ae97d-bd58-4f6b-9720-0286cb2ea9d6
public void setCustomPhone15(crmondemand.xml.customobject6.query.QueryType customPhone15) { this.customPhone15 = customPhone15; }
595c0103-4267-4201-b098-779c34ceb38d
public void setCustomDate9(crmondemand.xml.customobject3.query.QueryType customDate9) { this.customDate9 = customDate9; }
0f5d1c42-5cd5-4d0a-a6c9-fcd2a130b64a
public java.lang.String getCustomObject8Type() { return this.customObject8Type; }
a40e5a74-53b6-43c2-afd1-504649af9bfb
public crmondemand.xml.contact.query.QueryType getCustomDate4() { return this.customDate4; }
56488439-9f45-48fc-992f-098a1d73b8cf
public void setCustomNumber24(crmondemand.xml.customobject6.query.QueryType customNumber24) { this.customNumber24 = customNumber24; }
f65f7133-60ff-49f3-bc7a-6b98e15bbc6b
public void setCustomInteger13(java.lang.Integer customInteger13) { this.customInteger13 = customInteger13; }
c6759541-2bf2-4be8-94c7-bc7e38e4efbc
public crmondemand.xml.customobject6.query.QueryType getCampaignType() { return this.campaignType; }
5ff01c40-dad0-44ba-998e-6f6588a26004
public void centerScreenAt_abspx(int x, int y){ px_xOffset = x - px_DEFAULT_SCREEN_WIDTH/2; px_yOffset = y - px_DEFAULT_SCREEN_HEIGHT/2; //Don't want camera to show stuff past the edges of the screen px_xOffset = Math.max(0, px_xOffset); px_xOffset = Math.min(Game.currentMap().px_xSize() - px_DEFAULT_SCREEN_WIDTH, px_xOffset); px_yOffset = Math.max(0, px_yOffset); px_yOffset = Math.min(Game.currentMap().px_ySize() - px_DEFAULT_SCREEN_HEIGHT, px_yOffset); //System.out.println("Recentering view " + px_xOffset + ", " + px_yOffset); }
931690cd-4c08-40be-b16d-2e2f238506fd
opcode m6502_80 = new opcode() { public void handler(){ m6502_ICount[0] -= 2; ILL(); }}
f42bf91c-ac86-4955-b216-316d96653aa7
public void setCustomText74(crmondemand.xml.opportunity.query.QueryType customText74) { this.customText74 = customText74; }
ce3c31e8-128e-494f-bc1f-e815a16d1770
public java.lang.String getProductNamePartNumber() { return this.productNamePartNumber; }
7890b765-06cf-43d2-9b5b-a2ac76bbdb09
public Player(String name, int position) { super(); this.name = name; this.position = position; this.hand = new Card[4]; }
f3416f53-3e0d-4409-8bbe-09a82e620fa9
public int numCameras() { return this.cameras.size(); }
ae45e91a-43bd-458d-8157-b0bfc3c1f94a
@Override public int getRuleIndex() { return RULE_arguments; }
504c05ca-898c-4f5b-a67a-db478548b3b3
public void setCustomPickList17(crmondemand.xml.customobject6.query.QueryType customPickList17) { this.customPickList17 = customPickList17; }
113eeb5f-34ad-4382-b0a8-d05c67b07e63
public TaskBuildVillage() { super("Task/Build/Test", 1); }
974f4214-7d74-44ae-a6df-3b204e3506d0
public void setCustomPickList78(java.lang.String customPickList78) { this.customPickList78 = customPickList78; }
006c690e-fd5d-480e-b759-a9930d35ebe8
public void setProductStatus(java.lang.String productStatus) { this.productStatus = productStatus; }
671310a5-3beb-4b55-9bca-5de6987f89d4
public crmondemand.xml.customobject3.query.QueryType getCustomDate59() { return this.customDate59; }
b51b55aa-a0c6-4c03-8342-6b910c621414
public java.lang.Integer getCustomInteger21() { return this.customInteger21; }
649cfb55-23eb-4775-95ff-e1f8c7f425d4
public void setCustomPickList86(crmondemand.xml.contact.query.QueryType customPickList86) { this.customPickList86 = customPickList86; }
623d399a-dffe-4a59-ac61-857ccc00b580
public void setCustomDate1(crmondemand.xml.opportunity.query.QueryType customDate1) { this.customDate1 = customDate1; }
357019f7-aece-49d2-862b-c34cf832622c
*/ public int [] tex_level_parameteriv (int target, int level, int pname) { RequestOutputStream o = display.out; int [] ret; synchronized (o) { o.begin_request (glx.major_opcode, 139, 5); o.write_int32 (tag); o.write_int32 (target); o.write_int32 (level); o.write_int32 (pname); ResponseInputStream in = display.in; synchronized (in) { in.skip (12); int n = in.read_int32 (); ret = new int [n]; if (n == 1) { ret [0] = in.read_int32 (); in.skip (12); } else { in.skip (16); for (int i = 0; i < n; i++) ret [i] = in.read_int32 (); } } } return ret; }
e93e6418-10a9-45d3-9aeb-36f4b615c1f7
public ClassBodyDeclarationContext classBodyDeclaration(int i) { return getRuleContext(ClassBodyDeclarationContext.class,i); }
49dd4bff-f1b9-4ab3-bb00-87dfa20b3e35
public java.lang.String getLeadLastName() { return this.leadLastName; }
b533d432-50c5-49df-84de-743568bd1ba5
public Carroceria(){ super(); }
fae3420c-eb6d-4a7a-87cc-779316c98903
public java.lang.String getRateState() { return this.rateState; }
b037d2f8-d5b8-4565-961e-12c7b9513e78
public crmondemand.xml.customobject3.query.QueryType getCustomPickList64() { return this.customPickList64; }
dc8f3563-9849-4cc8-9c15-3032a627516b
public void setCustomPhone18(crmondemand.xml.customobject6.query.QueryType customPhone18) { this.customPhone18 = customPhone18; }
3935797a-fdf7-4c74-9e67-5e6eda963f82
public crmondemand.xml.contact.query.QueryType getOwnerFullName() { return this.ownerFullName; }
8ddc5620-7272-446e-8951-c0dacff1bcf7
public java.lang.Integer getCustomInteger0() { return this.customInteger0; }
748d558c-845f-4dc3-88a6-c3fd727c4e80
public java.util.Calendar getCustomDate45() { return this.customDate45; }
8ce1aa8e-e30a-446d-a855-b52369992d8e
* @param request */ public void reset(ActionMapping mapping, HttpServletRequest request) { // TODO Auto-generated method stub }
8fe28270-1112-4336-8ff6-a3ce861289f0
public void setMDFRequestExternalSystemId(crmondemand.xml.customobject6.query.QueryType mDFRequestExternalSystemId) { this.mDFRequestExternalSystemId = mDFRequestExternalSystemId; }
7de0502a-984a-4cd2-845f-f96375e2307d
public void setCustomPickList12(java.lang.String customPickList12) { this.customPickList12 = customPickList12; }
eea25c7c-1595-46f5-a26c-c2875894339e
public crmondemand.xml.customobject6.query.QueryType getCustomPickList70() { return this.customPickList70; }
03139ca0-95ad-4194-bde3-cf2c2d914914
public void setCustomCurrency11(crmondemand.xml.opportunity.query.QueryType customCurrency11) { this.customCurrency11 = customCurrency11; }
57e6473c-ffb7-45ed-b973-ee85b778e65c
public java.lang.Boolean getCustomBoolean16() { return this.customBoolean16; }
8e1a94f6-b329-49e7-84e6-7fb7f74c14e3
public void setCustomCurrency7(crmondemand.xml.contact.query.QueryType customCurrency7) { this.customCurrency7 = customCurrency7; }