id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
a77e8f4a-40b1-4894-9d17-5ef9b01d0d15 | public void setCustomObject6Id(java.lang.String customObject6Id) {
this.customObject6Id = customObject6Id;
} |
866b9401-7103-480b-a93e-852b94df7542 | opcode xxcb_9e = new opcode() { public void handler(){ WM( EA, RES(3,RM(EA)) ); }} |
21d4ae6e-a35b-4a60-bbe4-cc9f222253a9 | public ArrayList<Point> getPoints(); |
2d417639-8edd-41ba-a998-e8b3621a5c05 | public crmondemand.xml.opportunity.query.QueryType getCustomObject11Id() {
return this.customObject11Id;
} |
084da801-cdaa-4d89-b854-48563ab3b078 | public KeyHandler(Player player){
this.player = player;
this.timer = new Timer(3, this);
this.timer.start();
initKeyCodes();
} |
002386e4-e5aa-4e33-946c-ed7b1148bf1c | public static void main(String[] args) {
ApplicationContext context = new AnnotationConfigApplicationContext(BeanConfig.class);
Singler singler1 = (Singler)context.getBean("singler");
System.out.println(singler1);
} |
4e1fa991-a9bf-4718-8bc9-44f0947165f9 | public crmondemand.xml.customobject3.query.QueryType getCustomText54() {
return this.customText54;
} |
47b2aa40-a695-475a-a719-bffd2ee2e81b | public void setAssetType(crmondemand.xml.opportunity.query.QueryType assetType) {
this.assetType = assetType;
} |
e31fe3e2-74e7-4702-b83c-f7ea947cf109 | public void setCustomInteger31(java.lang.Integer customInteger31) {
this.customInteger31 = customInteger31;
} |
56ee8586-b2ab-4622-89fa-010cf3181303 | public void setActivityStatus(crmondemand.xml.customobject6.query.QueryType activityStatus) {
this.activityStatus = activityStatus;
} |
567fbbea-b55e-455b-ad71-8242dc7c7002 | public java.lang.String getCustomText28() {
return this.customText28;
} |
f0b5f2fa-d669-454b-99ec-aad38e5c12d6 | public crmondemand.xml.contact.query.QueryType getCustomPickList17() {
return this.customPickList17;
} |
6827931e-3f47-4fbd-8f22-f797bef3d51e | public void setIndexedLongText0(crmondemand.xml.contact.query.QueryType indexedLongText0) {
this.indexedLongText0 = indexedLongText0;
} |
6d6f5d2d-1a72-40bc-8bc1-d66a66aa60f8 | public void setCustomPickList171(java.lang.String customPickList171) {
this.customPickList171 = customPickList171;
} |
20ac2a05-57eb-4404-9e60-49410cd31982 | public void setCustomPickList59(crmondemand.xml.customobject6.query.QueryType customPickList59) {
this.customPickList59 = customPickList59;
} |
ba5ff807-415f-4c36-a46d-54c308f176d2 | public void buildUnit(Unit unit,int number)
{
} |
d25bc2b2-5a23-4fdc-8b04-dd137b8e7353 | @Override
public long periodUntil(DateTime endDateTime, PeriodUnit unit) {
if (endDateTime instanceof OffsetDateTime == false) {
throw new DateTimeException("Unable to calculate period between objects of two different types");
}
if (unit instanceof ChronoUnit) {
OffsetDateTime end = (OffsetDateTime) endDateTime;
end = end.withOffsetSameInstant(this.offset);
return this.dateTime.periodUntil(end.dateTime, unit);
}
return unit.between(this, endDateTime).getAmount();
} |
4294cf2f-f437-4970-aa10-8bf16759afec | public java.lang.String getCustomObject12Type() {
return this.customObject12Type;
} |
c068b8b3-88a0-4481-aa5a-b84f22267075 | public void setZCustomPhone5(java.lang.String zCustomPhone5) {
this.zCustomPhone5 = zCustomPhone5;
} |
52c88158-23e6-4a9d-87fd-9dd55fc0ff65 | public static void main(String[] args) {
int[][] t = {{0, 0, 0, 1, 0, 0, 1, 0},
{ 0, 0, 0, 1, 0, 0, 0, 0},
{ 2, 0, 2, 2, 0, 2, 0, 0},
{ 2, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 2, 2, 2, 1, 0, 0},
{ 2, 0, 0, 1, 2, 2, 0, 0},
{ 0, 0, 0, 0, 0, 2, 0, 0},
{ 0, 0, 0, 0, 1, 1, 0, 0}};
int[][] t1 =
{{0, 2, 2, 2, 2, 2, 2, 0},
{ 1, 0, 0, 1, 0, 0, 0, 1},
{ 1, 0, 2, 2, 0, 2, 0, 1},
{ 1, 0, 0, 0, 0, 0, 0, 1},
{ 1, 0, 2, 2, 2, 1, 0, 1},
{ 1, 0, 0, 1, 2, 2, 0, 1},
{ 1, 0, 0, 0, 0, 2, 0, 1},
{ 0, 2, 2, 2, 2, 2, 2, 0}};
int[][] t3 =
{{0, 0, 0, 1, 0, 0, 0, 0},
{ 0, 0, 2, 0, 0, 1, 0, 0},
{ 0, 0, 1, 1, 2, 2, 0, 0},
{ 0, 2, 1, 2, 2, 0, 0, 0},
{ 0, 1, 2, 1, 1, 1, 0, 0},
{ 0, 0, 0, 1, 2, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 0}};
StandardBoardImpl board = new StandardBoardImpl(t3);
SimpleMachinePlayer s = new SimpleMachinePlayer(3);
s.init(board);
s.setColor(1);
Move m = s.getMove();
System.out.printf("(%d, %d) -> (%d, %d)\n", m.getStart().getRow(), m.getStart().getCol(), m.getEnd().getRow(), m.getEnd().getCol());
//update(board, s.getMove());
//print(board);
} |
45c83d6e-5d63-4ca6-987d-22b070045b96 | public java.lang.String getCustomPickList89() {
return this.customPickList89;
} |
5e8064ee-91fb-462e-b69f-4b3ab21cdb3b | public void setNumNeededBytes(int numNeededBytes) {
this.numNeededBytes = numNeededBytes;
} |
8c24d02b-7c2e-41f7-904c-c88d488f59d5 | public void setCustomText66(java.lang.String customText66) {
this.customText66 = customText66;
} |
9c5754cc-f409-4d3a-ad23-dce24ae49a0b | public void setCustomPickList81(crmondemand.xml.contact.query.QueryType customPickList81) {
this.customPickList81 = customPickList81;
} |
3b0fb4fd-0937-4a78-9d5c-bd035575bb98 | public crmondemand.xml.customobject3.query.QueryType getCustomDate36() {
return this.customDate36;
} |
c8e85068-0472-4daf-b232-3e17e13217ce | public void setCustomText39(java.lang.String customText39) {
this.customText39 = customText39;
} |
2f25f3c3-41ca-4238-9a24-9e8a4a9fbc8b | public void setCustomInteger12(java.lang.Integer customInteger12) {
this.customInteger12 = customInteger12;
} |
9dfbe8e4-2460-4997-961a-6dfe2f5e44e4 | public java.lang.String getCustomObject10IntegrationId()
{
return this.customObject10IntegrationId;
} |
6e110c73-4407-47e5-b94e-334a8719f4f1 | public void setCustomNumber1(java.math.BigDecimal customNumber1) {
this.customNumber1 = customNumber1;
} |
d6491c01-cb76-42fc-9d12-a325dcb18a96 | public void setCustomText52(crmondemand.xml.contact.query.QueryType customText52) {
this.customText52 = customText52;
} |
cbbe38b6-6456-4e7d-ace1-ee36a6e150b9 | public void mouseClicked(java.awt.event.MouseEvent evt) {
vegetarianRadioButtonMouseClicked(evt);
} |
9367e4a3-af81-48bc-94b6-fc33ba625ead | public abstract void setDmgcpu(Dmgcpu dmgcpu); |
4f9ed343-39de-4c1f-8a4c-dd7392c1902f | public void setCustomPickList15(crmondemand.xml.opportunity.query.QueryType customPickList15) {
this.customPickList15 = customPickList15;
} |
307d2c41-6d3f-46d2-bcb2-17045250ed7b | public void setCustomDate40(crmondemand.xml.contact.query.QueryType customDate40) {
this.customDate40 = customDate40;
} |
a40381d7-da87-427b-b3e5-e4782290ddf5 | public void setCustomNumber62(java.math.BigDecimal customNumber62) {
this.customNumber62 = customNumber62;
} |
2e79cab5-4150-4b61-a495-f62d4a0a1b57 | public void setCustomBoolean29(java.lang.Boolean customBoolean29) {
this.customBoolean29 = customBoolean29;
} |
8b08db77-913e-493c-9ede-d33a1a24eb0b | public void setCustomNumber54(crmondemand.xml.customobject6.query.QueryType customNumber54) {
this.customNumber54 = customNumber54;
} |
512c7406-e457-4ac6-b639-dee12a1b3e07 | public void setMedEdType(crmondemand.xml.contact.query.QueryType medEdType) {
this.medEdType = medEdType;
} |
06a320c3-ebfc-4a29-b6d8-59a7bef2da5e | public java.math.BigDecimal getCustomNumber44() {
return this.customNumber44;
} |
ea79ca50-5f19-4ed7-abef-81c2c0a85b38 | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean17() {
return this.customBoolean17;
} |
e19f9c0f-032c-442d-a8a4-b8a40d19ea56 | public void setCustomDate41(crmondemand.xml.contact.query.QueryType customDate41) {
this.customDate41 = customDate41;
} |
00be8ed8-f11b-4acf-9a7c-0dada5cee0e9 | public Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
return getSuccess();
}
throw new IllegalStateException();
} |
0e9d690f-1632-4066-ab2a-9811bce390eb | public crmondemand.xml.customobject6.query.QueryType getCustomText10() {
return this.customText10;
} |
4e815624-dcb8-4b38-87a8-1d7469fed191 | public java.lang.String getBookName() {
return this.bookName;
} |
713adbe6-d76c-4b44-b0ca-83d3e58e793d | public void setCustomBoolean25(crmondemand.xml.customobject6.query.QueryType customBoolean25) {
this.customBoolean25 = customBoolean25;
} |
66e46457-7c66-4ca5-942f-efaaa4df085d | public void setCustomPickList45(crmondemand.xml.customobject3.query.QueryType customPickList45) {
this.customPickList45 = customPickList45;
} |
648a7add-110b-4840-a0c1-75cc266409f7 | public void setCustomText89(java.lang.String customText89) {
this.customText89 = customText89;
} |
914f9f98-8006-45c1-8929-9e77f1eaf7db | public void setModId(crmondemand.xml.contact.query.QueryType modId) {
this.modId = modId;
} |
312832ae-dd11-40f2-be83-bc38071e87e6 | public java.util.Calendar getCustomDate55() {
return this.customDate55;
} |
2abafb3d-881f-4e69-913d-bf2f573c002b | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean10() {
return this.customBoolean10;
} |
a3f49689-d74e-49cb-a1b0-99d460727a4c | private boolean jj_3R_190() {
if (jj_3R_237()) return true;
if (jj_3R_189()) return true;
return false;
} |
ed4c1c12-aacf-441f-8863-cd050dc12f14 | public java.lang.String getCampaignExternalSystemId() {
return this.campaignExternalSystemId;
} |
f6316e94-1417-4009-88ca-f9524519ec46 | public crmondemand.xml.contact.query.QueryType getCampaignName() {
return this.campaignName;
} |
f8716b66-c2dc-4cde-ae28-100eef0902f6 | public void setIndexedPick1(crmondemand.xml.contact.query.QueryType indexedPick1) {
this.indexedPick1 = indexedPick1;
} |
f3ce9caf-2fac-46c8-8b0d-3d7b98b96e7f | public java.lang.Boolean getCustomBoolean8() {
return this.customBoolean8;
} |
026566a5-ab64-47a5-a3a2-26fe11b350f5 | public void setOptIn(crmondemand.xml.customobject6.query.QueryType optIn) {
this.optIn = optIn;
} |
e0da238e-6dff-46ca-bf35-98723c8c062f | public void setCustomBoolean27(java.lang.Boolean customBoolean27) {
this.customBoolean27 = customBoolean27;
} |
100e0b0d-edc9-4617-9cc4-7212e09bdda4 | public void setCustomNumber3(crmondemand.xml.customobject6.query.QueryType customNumber3) {
this.customNumber3 = customNumber3;
} |
44c76a37-d2ef-4c07-861a-e3a9aa8ee8a0 | public void setCustomNumber5(crmondemand.xml.opportunity.query.QueryType customNumber5) {
this.customNumber5 = customNumber5;
} |
1ac20870-4bd3-4f60-a9d6-6b7bb0fbaf00 | public crmondemand.xml.customobject6.query.QueryType getCustomObject03Name() {
return this.customObject03Name;
} |
82a71bf7-690b-4160-9b6b-c00cb8f5a9ad | public void setCustomBoolean33(java.lang.Boolean customBoolean33) {
this.customBoolean33 = customBoolean33;
} |
e9fd3b15-f5e1-4918-a358-39849393173d | public java.lang.String getCustomPhone11() {
return this.customPhone11;
} |
a58d056a-00ed-4148-a526-559ecc267de8 | public Privilege findById(java.lang.Long id) {
log.debug("getting Privilege instance with id: " + id);
try {
Privilege instance = (Privilege) getSession().get(
"com.mp2srt.hibernate.Privilege", id);
return instance;
} catch (RuntimeException re) {
log.error("get failed", re);
throw re;
}
} |
e334f340-aa04-4136-b0d6-4c3c0997fccb | @Override
public String getUrl() {
return m_url;
} |
559e0859-3c8d-4169-ad7a-ba6087f69fac | public void setCreatedByExternalSystemId(java.lang.String createdByExternalSystemId) {
this.createdByExternalSystemId = createdByExternalSystemId;
} |
3e1644b9-1665-4913-b9d5-cd21ed84c2a8 | public Document(){
wordCount = new HashMap<String, Integer>();
} |
c312934c-0696-48fc-a865-5ba24f7a3691 | public java.util.Calendar getCustomDate44() {
return this.customDate44;
} |
bd17e7d4-f49c-46f7-9cf5-39a921041569 | public crmondemand.xml.contact.query.QueryType getCustomCurrency5() {
return this.customCurrency5;
} |
ea45c151-320e-4095-832d-ed491bd93926 | public crmondemand.xml.contact.query.QueryType getCustomObject10IntegrationId() {
return this.customObject10IntegrationId;
} |
ce733d29-ad7e-4dda-a3ee-e7115c2f6534 | public java.lang.String getCustomText4() {
return this.customText4;
} |
8fac63e3-e815-48c6-a34e-ae9627c491ce | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean29() {
return this.customBoolean29;
} |
6789f498-b9ba-4389-9808-9f98c7c770e6 | opcode fd_67 = new opcode() { public void handler(){ Z80.IY.SetH(Z80.AF.H); }} |
33282cb7-679f-47ac-8728-c343d552163e | public void setObjectiveExternalSystemId(java.lang.String objectiveExternalSystemId) {
this.objectiveExternalSystemId = objectiveExternalSystemId;
} |
96c8b6f5-5d6a-4b62-b304-3fa0502a4112 | public void setCustomPickList56(crmondemand.xml.opportunity.query.QueryType customPickList56) {
this.customPickList56 = customPickList56;
} |
24e45f3a-5c48-41dd-bbee-ef4a0fa6a677 | private StringBuffer getResourceFileData(String named, boolean showErrors)
{
if(getQuest("*")!=null)
return getQuest("*").getResourceFileData(named, showErrors);
return new CMFile(Resources.makeFileResourceName(named),null,CMFile.FLAG_LOGERRORS).text();
} |
99b8f798-3624-4043-8b0d-4403f976d7e8 | public static Instruction getInstructionObj(InstructionType type, byte[] instructionBytes) {
switch (type) {
case R_TYPE:
return new RTypeInstruction(instructionBytes);
case I_TYPE:
return new ITypeInstruction(instructionBytes);
case J_TYPE:
return new JTypeInstruction(instructionBytes);
default:
return null;
}
} |
2e2edf76-0ca0-4c7d-ad1c-de80875d5452 | public void setCustomNumber36(java.math.BigDecimal customNumber36) {
this.customNumber36 = customNumber36;
} |
f3c787d7-c1f3-4c5d-a2ec-b7e7e73513d5 | public crmondemand.xml.customobject6.query.QueryType getCustomObject8IntegrationId() {
return this.customObject8IntegrationId;
} |
28bcf7f1-5377-42fd-8f33-85755caa06bb | public void setLeadType(crmondemand.xml.contact.query.QueryType leadType) {
this.leadType = leadType;
} |
4f805415-71d2-4731-9d38-b2966660429f | public int getMAX_MANA() {
return MAX_MANA;
} |
845d24ef-bc70-4dd5-b2a0-753606401de0 | public void setIndexedCurrency0(crmondemand.xml.opportunity.query.QueryType indexedCurrency0) {
this.indexedCurrency0 = indexedCurrency0;
} |
0760235d-0a8e-449f-99b0-91f9fd84f087 | public void setCustomObject2Name(java.lang.String customObject2Name) {
this.customObject2Name = customObject2Name;
} |
e4456cab-da74-48f3-9267-f17aded020ee | public java.lang.Integer getCustomInteger25() {
return this.customInteger25;
} |
ef53fa6d-4347-4cc3-974a-42293dfc493e | public void setCustomBoolean33(java.lang.Boolean customBoolean33) {
this.customBoolean33 = customBoolean33;
} |
c35d953d-9d6f-4722-9b72-fa5acf7d972f | public crmondemand.xml.customobject3.query.QueryType getCustomInteger29() {
return this.customInteger29;
} |
aededb2b-6ecf-4869-af72-083424b10c3a | public void setPolicyEffectiveDate(java.util.Calendar policyEffectiveDate) {
this.policyEffectiveDate = policyEffectiveDate;
} |
b3bab2b2-e4cc-42ab-b5d0-113f414f783d | public crmondemand.xml.contact.query.QueryType getCustomNumber28() {
return this.customNumber28;
} |
9bc0ef27-d886-49fe-9385-3ba8f816266b | public java.lang.String getCustomText151() {
return this.customText151;
} |
dc333437-6cf6-4651-821d-ef40c0b60e12 | public java.math.BigDecimal getCustomNumber55() {
return this.customNumber55;
} |
785d01f7-f25f-462d-a43a-863fd18cc2b1 | public void setCustomDate21(crmondemand.xml.contact.query.QueryType customDate21) {
this.customDate21 = customDate21;
} |
054ea86e-b277-4e53-ab68-facc1dd0fff6 | public void setLeadSource(java.lang.String leadSource) {
this.leadSource = leadSource;
} |
ef696526-c062-4f5a-ac5b-587d5bda5757 | public void setCustomNumber2(crmondemand.xml.customobject3.query.QueryType customNumber2) {
this.customNumber2 = customNumber2;
} |
98dbe5b8-3095-48bc-acef-0d9db771dd21 | public java.lang.String getUpdatedByUserSignInId() {
return this.updatedByUserSignInId;
} |
153e4fc5-3880-4908-a16f-740b38cbf1d3 | public void setCustomPickList30(crmondemand.xml.contact.query.QueryType customPickList30) {
this.customPickList30 = customPickList30;
} |
b0f182c9-f7b7-4220-903d-861dd5b5a562 | public void setCustomPhone0(java.lang.String customPhone0) {
this.customPhone0 = customPhone0;
} |
ad005643-6f98-468c-82bb-962c9c24e997 | public crmondemand.xml.customobject3.query.QueryType getCourseStatus() {
return this.courseStatus;
} |
cec5c62c-44ac-4970-8fd4-8d368b313efd | public java.math.BigDecimal getCustomNumber53() {
return this.customNumber53;
} |
95cf76b2-e9c4-487f-9f6b-a09c6df60b7f | public Builder clone() {
return create().mergeFrom(buildPartial());
} |
3b1c226b-5563-47a7-a1a2-3f1f9f1cc1f6 | public void actionPerformed(java.awt.event.ActionEvent evt) {
jTextField5ActionPerformed(evt);
} |
24f1a065-9025-46b0-8dd5-acfe535b95c1 | public void setCustomText6(crmondemand.xml.contact.query.QueryType customText6) {
this.customText6 = customText6;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.