id
stringlengths
36
36
text
stringlengths
1
1.25M
2f18dbf3-2dc3-46cc-b591-1fd37c599db9
public java.lang.String getBusinessPlanExternalSystemId() { return this.businessPlanExternalSystemId; }
4b7d4111-66f1-45da-bc78-109c4ffdedbd
private ProgramMenuBar findMenuBar() { for (Component comp = console; comp != null; comp = comp.getParent()) { if (comp instanceof Program) { return ((Program) comp).getMenuBar(); } else if (comp instanceof JFrame) { Object mbar = ((JFrame) comp).getJMenuBar(); return (mbar instanceof ProgramMenuBar...
8fba033e-c73e-446b-b95b-3692d36dc392
public java.math.BigDecimal getObjectiveTarget() { return this.objectiveTarget; }
0865ccf9-ed56-44d8-9743-55993eb25971
public int getXMax() { return xMax; }
f1af5e2d-00cb-4ee2-8137-aeb34aa298c2
public void write(org.apache.thrift.protocol.TProtocol prot, getCourseInventory_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.wri...
b875afe1-5f33-493d-8e1e-5edb3d596696
public void setCustomPickList2(crmondemand.xml.contact.query.QueryType customPickList2) { this.customPickList2 = customPickList2; }
cfd3f7ad-7f32-4a54-9ecc-a1a14bc4bd01
@Override public void resume() { // TODO Auto-generated method stub }
1c481a77-7b62-46f3-8c3b-30476bfd7b5a
public static org.bwapi.proxy.messages.GameMessages.RaceData parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); }
4a30a39c-665c-4ee6-b37f-b26ca73b77af
public void setUpdatedByLastName(crmondemand.xml.customobject6.query.QueryType updatedByLastName) { this.updatedByLastName = updatedByLastName; }
7eda777a-af16-4a53-9443-23657269cbb9
private byte[] getTheLimites(int mapLength , int currentPosI , int currentPosJ ) { byte startPosI= (byte)currentPosI; byte startPosJ=(byte) currentPosJ; byte endPosI = (byte) currentPosI; byte endPosJ = (byte) currentPosJ; if(currentPosI-1 >=0) { startPosI= (byte) (currentPosI-1) ; } if(currentPosJ-...
88fd0c3a-d474-4306-aed0-4e7b30a2c95f
public crmondemand.xml.opportunity.query.QueryType getCustomPickList33() { return this.customPickList33; }
ddc4e239-4821-4260-afd2-ec1974879fc6
opcode op_d5 = new opcode() { public void handler()/* PUSH DE */ { Z80.SP.SetD((Z80.SP.D - 2) & 0xFFFF); cpu_writemem16(Z80.SP.D, Z80.DE.L); cpu_writemem16((int)(Z80.SP.D + 1) & 0xffff, Z80.DE.H); }}
5f9221ca-9d50-4eb8-9bdf-67c3d920e32f
public void setUpdatedByUserSignInId(java.lang.String updatedByUserSignInId) { this.updatedByUserSignInId = updatedByUserSignInId; }
a2ff1327-97ca-4b03-8687-8d3086b4eb2e
public RecursiveCall createRecursiveCall() { RecursiveCall rc = new RecursiveCall(); rc.setUniqueID(getID()); return rc; }
1a4f76f7-4286-4c2f-9b38-8db03d63996a
public void setCustomPickList39(crmondemand.xml.contact.query.QueryType customPickList39) { this.customPickList39 = customPickList39; }
cdd4d255-bea5-4c9e-bc15-2c58d967efc1
public void setCreatedByExt(java.lang.String createdByExt) { this.createdByExt = createdByExt; }
fe6c4458-459c-4e1c-96a3-5d88dce8746f
public java.lang.String getCustomPickList4() { return this.customPickList4; }
dd07d8dc-1531-4933-8d83-ba51962c1e5f
public crmondemand.xml.customobject6.query.QueryType getZCustomText69() { return this.zCustomText69; }
6ee20545-8efc-4916-8ae8-2d2710672680
public java.lang.String getCustomText64() { return this.customText64; }
57eb3a24-0990-46e8-a71a-86b4fdb64602
public void setCustomObject5ExternalSystemId(java.lang.String customObject5ExternalSystemId) { this.customObject5ExternalSystemId = customObject5ExternalSystemId; }
7cf39ad7-0e90-465e-a360-baf19ee1e912
public getCourse_argsStandardScheme getScheme() { return new getCourse_argsStandardScheme(); } } private static class getCourse_argsStandardScheme extends StandardScheme<getCourse_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, getCourse_args struct) throws org.apache....
08d4c2aa-b999-4c7b-bfd1-851759090102
public java.lang.String getCustomPickList65() { return this.customPickList65; }
616e2735-c702-491c-a7a0-dd92387d24b0
public void setCustomNumber55(java.math.BigDecimal customNumber55) { this.customNumber55 = customNumber55; }
81c9e81d-df53-4b11-a164-579d2c9268ca
public static double getMinNumbers (double[] numbers){ double min = numbers[1]; for (int i = 1; i<6; i++) if (min >= numbers[i]){ min = numbers[i]; } return min; }
3af52977-09ea-423c-af3e-a5e35b077671
public void setCustomObject5Type(crmondemand.xml.customobject3.query.QueryType customObject5Type) { this.customObject5Type = customObject5Type; }
e608f2e6-3283-49b5-aceb-0c6b1dd34f3e
public void setAttachFileName(crmondemand.xml.customobject3.query.QueryType attachFileName) { this.attachFileName = attachFileName; }
7c498dfb-c4ce-4376-a98f-b29f2d2eaeb6
public java.lang.String getCertficationType() { return this.certficationType; }
c8ee99f2-57b7-45b3-bac1-f45c7da4f1da
@Override public void setDatabaseID(String id) { databaseID = id; }
dc4b154d-db70-47e2-a19d-33f9b945e326
public crmondemand.xml.contact.query.QueryType getCustomObject9ExternalSystemId() { return this.customObject9ExternalSystemId; }
b5a476dd-575c-4316-b47f-331614fb4623
@Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof Java7Listener ) ((Java7Listener)listener).enterInterfaceBody(this); }
877c6157-2744-4b8b-9273-1516d64391c8
public crmondemand.xml.contact.query.QueryType getCustomText77() { return this.customText77; }
7a295cd8-85da-4e09-bb81-2eb1721c4118
public java.math.BigDecimal getCustomNumber57() { return this.customNumber57; }
725ea0ea-4be6-4a37-a4e6-0e722615d5a8
public crmondemand.xml.customobject6.query.QueryType getCustomText64() { return this.customText64; }
da0934fa-e28d-4292-89a0-a437617bb1b6
public void setFundId(crmondemand.xml.customobject3.query.QueryType fundId) { this.fundId = fundId; }
42eae07e-b024-4fa2-8e95-4ade3d0cfc5d
public void setCustomObject11IntegrationId(java.lang.String customObject11IntegrationId) { this.customObject11IntegrationId = customObject11IntegrationId; }
48dda12d-27c3-411f-bf26-ae5b7fccff78
public void setCustomPickList62(java.lang.String customPickList62) { this.customPickList62 = customPickList62; }
da48c1b9-ae1b-4c31-851e-16f53420b478
public crmondemand.xml.opportunity.query.QueryType getCustomPickList23() { return this.customPickList23; }
b9c4a184-3270-4b14-829a-3d44475d689d
public void setCustomPhone2(crmondemand.xml.contact.query.QueryType customPhone2) { this.customPhone2 = customPhone2; }
f7cd6cc6-4a84-41b5-be70-51c1b362bfcd
public void setCustomInteger16(crmondemand.xml.customobject6.query.QueryType customInteger16) { this.customInteger16 = customInteger16; }
90e4c629-7b2f-4db2-893b-af3062b25ae5
public java.lang.String getCustomObject8Name() { return this.customObject8Name; }
cbec3805-8bc0-4671-a306-11bb4ce9ed62
public java.lang.String getCustomObject15Type() { return this.customObject15Type; }
209c821a-821f-46e8-8ee0-019116b7f7a9
private int value() { Pair euler = calculateEulerValue(); return calculateCentralizationHeuristic(new Node(state)) - euler.i + euler.j; }
89c1d1d1-0dcd-4cad-a295-cfd2dc4ec66a
public java.lang.String getCustomObject14ExternalSystemId() { return this.customObject14ExternalSystemId; }
454fb8a8-e9b8-43dc-b1d5-4f54860ad420
public BufferedImage walking() { animationTimer++; try { if (walking) { if (animationTimer >= 1 && animationTimer < 15) { walk = image.getSubimage(4, 45, 30, 38); } else if (animationTimer >= 15 && animationTimer < 30) { walk = image.getSubimage(37, 45, 31, 38); } else if (animationTime...
9e44a184-1590-48d5-926c-074c4ab7c302
public void setCustomObject5ExternalSystemId(crmondemand.xml.contact.query.QueryType customObject5ExternalSystemId) { this.customObject5ExternalSystemId = customObject5ExternalSystemId; }
ea8e432b-85f3-4a53-a81b-4e8b70038ec5
public void setCustomObject15Id(crmondemand.xml.opportunity.query.QueryType customObject15Id) { this.customObject15Id = customObject15Id; }
9d075d13-e484-4f1e-a9a4-d74bd05a7cea
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getSpecNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { ...
ebe085e8-b4c9-4256-bf59-3f48a5b6411c
public void setPartnerChannelAccountManagerAlias(java.lang.String partnerChannelAccountManagerAlias) { this.partnerChannelAccountManagerAlias = partnerChannelAccountManagerAlias; }
c5aba664-53a2-460a-97f5-23b766ad88ff
public crmondemand.xml.customobject6.query.QueryType getCustomPickList12() { return this.customPickList12; }
c13ede80-e484-436a-a51a-2acdb920df3a
public java.lang.Boolean getSolutionMultiFileAsset() { return this.solutionMultiFileAsset; }
17a81b4a-4b70-47c7-8bba-a0dbf6785343
public crmondemand.xml.customobject6.query.QueryType getCustomDate39() { return this.customDate39; }
f4c242e9-9949-44c0-9fc5-943178a6c939
public void setCustomText60(java.lang.String customText60) { this.customText60 = customText60; }
c3f73bb0-d5c6-4ba4-9133-78bbe173f17c
public void setCustomText43(crmondemand.xml.customobject6.query.QueryType customText43) { this.customText43 = customText43; }
d24917e6-c987-4617-af53-2fe1a89a045c
public void setProductType(java.lang.String productType) { this.productType = productType; }
7c17e56b-ed01-4ef8-8806-4d6e5d6f47d7
public void test_with_WithAdjuster_Offset_timeAdjust() { ZonedDateTime base = ZonedDateTime.of(LocalDateTime.of(2012, 7, 31, 0, 0), ZONE_PARIS); ZonedDateTime test = base.with(ZoneOffset.ofHours(1)); check(test, 2012, 7, 31, 1, 0, 0, 0, OFFSET_0200, ZONE_PARIS); // time adjusted } @Test(groups = { "tc...
2977bf82-0db3-4761-927d-71889b5ada26
public void setCustomNumber25(crmondemand.xml.contact.query.QueryType customNumber25) { this.customNumber25 = customNumber25; }
3870a86e-d886-443b-be31-f9952e49537e
public void setWidth(double width) { this.width = width; if (isEngaged()) { this.rec.setWidth(this.width); } }
18bc08f8-ecfc-4a84-b8b6-0970ab8b1cb0
public int getNumDims() { return numDims; }
73dc09cd-3bfa-484d-9d39-d686a28e4ecc
public void setCustomText25(crmondemand.xml.contact.query.QueryType customText25) { this.customText25 = customText25; }
b671c403-4b68-403a-b324-fb12c2d950bb
public void renderBlockAsItem(Block par1Block, int par2, float par3) { Tessellator var4 = Tessellator.instance; boolean var5 = par1Block.blockID == Block.grass.blockID; int var6; float var7; float var8; float var9; if (this.useInventoryTint) { ...
db238361-0945-4fcf-b99c-91589c6515e2
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean30() { return this.customBoolean30; }
e3dad3e9-7240-410e-916a-35dc4de9aab1
public crmondemand.xml.customobject6.query.QueryType getCustomPickList53() { return this.customPickList53; }
0b9ff667-b966-46d2-9650-44f4060b50c5
public java.lang.String getCustomText61() { return this.customText61; }
a7fade7a-3a34-46b6-97d9-e023c3b564d3
public void setCustomPickList63(java.lang.String customPickList63) { this.customPickList63 = customPickList63; }
e2ff8126-cc8f-4c51-82a6-a3581c44a102
public void setBrokerProfileId(crmondemand.xml.customobject3.query.QueryType brokerProfileId) { this.brokerProfileId = brokerProfileId; }
cf99307e-3742-48c2-935d-4312b8bdf424
public java.lang.String getLeadIntegrationId() { return this.leadIntegrationId; }
201f44b9-f15e-40cb-a559-32bd58ffa5f8
public void setPolicyExternalSystemId(java.lang.String policyExternalSystemId) { this.policyExternalSystemId = policyExternalSystemId; }
f64eebfb-0599-4bcf-abf9-29cde88ef930
public void setIndexedPick0(crmondemand.xml.customobject6.query.QueryType indexedPick0) { this.indexedPick0 = indexedPick0; }
7fd61155-2ce4-4b56-918a-ccf1bac6f20f
public java.lang.Integer getCustomInteger24() { return this.customInteger24; }
e8582e54-c28d-44b2-90e8-a3c06f5f1535
public com.google.protobuf.ByteString getTypeNameBytes() { java.lang.Object ref = typeName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); typeName_ = b;...
ed562014-f3f6-4582-9106-6b1fcf71afb8
public void setVehicleExternalSystemId(java.lang.String vehicleExternalSystemId) { this.vehicleExternalSystemId = vehicleExternalSystemId; }
2c6ab4fc-444c-46c4-942f-be4241e9b141
public java.lang.String getCustomText87() { return this.customText87; }
5213c0f7-690f-4ba1-a902-75319d861440
public crmondemand.xml.opportunity.query.QueryType getCustomBoolean14() { return this.customBoolean14; }
74a70339-753a-49ed-b17e-006b8050169a
public crmondemand.xml.opportunity.query.QueryType getPolicySubStatus() { return this.policySubStatus; }
7eaa0c10-f3fe-4e02-a0c7-faf01dbe3bec
public void setObjectiveId(java.lang.String objectiveId) { this.objectiveId = objectiveId; }
44a61af3-f869-4f88-865e-71c6c4563c1b
public crmondemand.xml.opportunity.query.QueryType getCustomDate5() { return this.customDate5; }
51bdab3b-71d6-4948-a871-0626f0e7c492
public static Cons childModules(Module module) { { Cons directsubmodules = Stella.NIL; { Context child = null; Cons iter000 = module.childContexts.theConsList; Cons collect000 = null; for (;!(iter000 == Stella.NIL); iter000 = iter000.rest) { child = ((Context)(iter000.value...
5b3680c1-01f1-4ab0-a58c-5bcc4265a211
public void setLeadFullName(java.lang.String leadFullName) { this.leadFullName = leadFullName; }
30a527dc-3e8d-43be-be01-eb335b38896d
public java.util.Calendar getCustomDate24() { return this.customDate24; }
91e3aad9-0176-4d60-a68e-c2e8dc3e5d5d
public void setOwnerExternalSystemId(java.lang.String ownerExternalSystemId) { this.ownerExternalSystemId = ownerExternalSystemId; }
538c53ee-af71-41cc-bf31-1cbe093c8092
public void setCustomDate44(java.util.Calendar customDate44) { this.customDate44 = customDate44; }
649412dd-1554-4276-aa40-7796ef9c1f5f
public void setCourseId(crmondemand.xml.opportunity.query.QueryType courseId) { this.courseId = courseId; }
9a7e3f78-507b-4c73-9a1a-d16d8c0f3e01
public java.lang.String getCreatedByFullName() { return this.createdByFullName; }
854df495-648a-4a04-8673-2faa61932fd2
public void setCustomNumber47(crmondemand.xml.customobject6.query.QueryType customNumber47) { this.customNumber47 = customNumber47; }
96abacc5-bde5-4800-b8a4-09e1f1f66fde
public void setPolicySubStatus(crmondemand.xml.opportunity.query.QueryType policySubStatus) { this.policySubStatus = policySubStatus; }
171da9c3-fd14-4d22-904b-008a286563f1
public void setCustomNumber45(java.math.BigDecimal customNumber45) { this.customNumber45 = customNumber45; }
9134bbfe-701e-4010-9e4a-48cfcf880b35
public void setCustomDate55(java.util.Calendar customDate55) { this.customDate55 = customDate55; }
ce66c306-805f-481e-98a9-c643ee767c4b
public crmondemand.xml.customobject6.query.QueryType getCustomPhone5() { return this.customPhone5; }
30bd8786-fb5c-43ef-b3d0-5915115947bb
public void setAccreditationType(java.lang.String accreditationType) { this.accreditationType = accreditationType; }
17ed7311-af07-4e0a-9a60-56a6f989b133
public void addEntry(byte flag, byte rows, String command, byte takt[], byte value[], String function[]) { Befehlssatz sp[] = this.befehle; this.befehle = new Befehlssatz[befehle.length + 1]; for (byte i = 0; i < sp.length; i++) { this.befehle[i] = sp[i]; } this.befehle[sp.length] = new Befehlssatz(flag, row...
cb2d9db6-131b-458a-b67e-2d960bd3f298
public void run() { try { // This has to be synchronized or it can collide with the disable method. synchronized (optOutLock) { // Disable Task, if it is running and the server owner decided to opt-out ...
82b10cf3-52c4-40ad-8122-f16e7822528b
opcode cb_46 = new opcode() { public void handler(){ BIT(0,RM(Z80.HL.D)); }}
d978ea10-a7ac-4268-a143-8da83aa0c2f4
public java.lang.String getCustomText19() { return this.customText19; }
9f06d8ed-9237-45d4-b32d-e11ce006b0d3
public void setCustomPickList81(crmondemand.xml.customobject3.query.QueryType customPickList81) { this.customPickList81 = customPickList81; }
ab001130-e084-4398-988f-9989eb738f5a
public crmondemand.xml.customobject6.query.QueryType getCourseIdentifier() { return this.courseIdentifier; }
a904c2c2-fe69-4340-a277-975afbfb2b72
public java.lang.String getModifiedBy() { return this.modifiedBy; }
268adecb-f11c-41d8-a639-038b9a354a4f
public java.math.BigDecimal getCustomNumber25() { return this.customNumber25; }
27904157-adaf-46d4-8dbe-5a5ab2e76e9c
public GDisplay(Component var1) { comp = var1; }
7cb99585-a5f3-4ff7-a768-1142356d1589
public void setCustomPickList24(java.lang.String customPickList24) { this.customPickList24 = customPickList24; }
6365ae46-93cc-422d-8f3e-258ecdb1cb58
public java.util.Calendar getZCustomDate34() { return this.zCustomDate34; }