id
stringlengths
36
36
text
stringlengths
1
1.25M
276b4fa3-8017-4188-b692-bb26ea04198b
public crmondemand.xml.customobject6.query.QueryType getUpdatedByExternalSystemId() { return this.updatedByExternalSystemId; }
e352a212-a9e7-4e27-b94d-0eb5c0c83d9f
public void setCourseId(java.lang.String courseId) { this.courseId = courseId; }
9868b4cc-860c-411a-85da-2f0367fe4042
public java.lang.String getAddressId() { return this.addressId; }
41ed2b28-bd86-477c-9375-9f40792bbd3f
public java.lang.String getCustomObject13Type() { return this.customObject13Type; }
86f5f474-ddc2-4ba4-9060-e67f19e2add5
public int getBorderWidth() { return borderWidth; }
e442444e-1bd8-4970-a07d-ba8573aceac7
public void setCustomText64(crmondemand.xml.customobject6.query.QueryType customText64) { this.customText64 = customText64; }
ad64f7a6-567e-4ec8-b261-7b79df5ba953
public crmondemand.xml.customobject3.query.QueryType getCustomText54() { return this.customText54; }
c631f9ad-2d9d-4c89-95e1-b1a376d1cfbf
public crmondemand.xml.customobject3.query.QueryType getCertficationType() { return this.certficationType; }
13a8269b-813e-44c6-a457-b02ab780dcd2
public void setCustomPickList41(crmondemand.xml.contact.query.QueryType customPickList41) { this.customPickList41 = customPickList41; }
0d49ea03-6662-4f76-88b1-4e22410b684c
public crmondemand.xml.customobject6.query.QueryType getOpportunityName() { return this.opportunityName; }
01e4388a-9a1e-4f86-aa77-64367ddf85b9
public int currentBattleshipHP() { return battleshipHP; }
7e4aa355-ef44-42a8-b5a6-c2717f189ad9
public void setMouse(Mouse mouse) { this.mouse = mouse; }
c3fdd1ba-f19f-4205-b441-8166519798e8
@Override public V remove(K key) { int myBucket = hash(key) % bucketSize.get(); BucketList<K,V> b = getBucketList(myBucket); V val; if((val = b.remove(key)) == null){ return null; } setSize.getAndDecrement(); return val; }
ae230dba-f208-4d04-a1dc-f4af94dfdc09
public void inlet(int i) { // send to the applet sendToLink(new Atom[] { Atom.newAtom(getInlet()), Atom.newAtom(i) }); }
80e0e214-6445-4a34-b6cc-a8ed5af368ff
public crmondemand.xml.contact.query.QueryType getCustomPickList1() { return this.customPickList1; }
9fac41c6-093f-4e72-ac31-1be44b67d4a1
String getNome();
1dd310ce-6239-4e36-b0a9-6c8122586f88
public String getIdentifier(){ return this.identifier; }
058d75a1-6c1c-4bd2-af83-7249a3daeb92
public void setCustomPickList12(java.lang.String customPickList12) { this.customPickList12 = customPickList12; }
d1e40f74-4971-41c6-b472-97e509d5620a
public java.lang.String getCustomText86() { return this.customText86; }
eeaf598b-0ca6-46b7-be3a-8c069a7a71b0
public void setContract(crmondemand.xml.opportunity.query.QueryType contract) { this.contract = contract; }
ba535c3b-f40a-41cb-bcd4-1705faa24589
public void setCustomText5(java.lang.String customText5) { this.customText5 = customText5; }
0358d1c4-30de-4104-bfa9-5b19d3095911
public void setUpdatedByEMailAddr(crmondemand.xml.customobject6.query.QueryType updatedByEMailAddr) { this.updatedByEMailAddr = updatedByEMailAddr; }
a8e77120-0fc0-4fa8-8ba3-247afb475350
public void setCustomDate8(java.util.Calendar customDate8) { this.customDate8 = customDate8; }
c20c744e-eaf2-470e-94fb-c265d791e198
public void setCustomNumber9(crmondemand.xml.contact.query.QueryType customNumber9) { this.customNumber9 = customNumber9; }
ff0a28ce-34d7-4963-a88f-4ffd02dd9e41
@Override public void keyReleased(final KeyEvent ke) { keymap.put(ke.getKeyCode(), false); }
95391a9e-29ee-43a6-a7c6-ac7dab25f099
public void setCustomText50(java.lang.String customText50) { this.customText50 = customText50; }
69324ecf-2e15-43de-a0da-cc2bf9651f8c
public void setId(java.lang.String id) { this.id = id; }
a18a0d84-c752-4637-92a6-5c6629d2d28e
public java.math.BigDecimal getCustomNumber44() { return this.customNumber44; }
be73a3e7-0c23-4451-8f19-45bfed40b227
public java.lang.String getAccountLocation() { return this.accountLocation; }
ada787d8-e7b2-4ebb-b2b6-044172f139d5
public void setCustomNumber41(java.math.BigDecimal customNumber41) { this.customNumber41 = customNumber41; }
4f2fd5ff-23e4-4ea8-90a9-8262d3e78147
public void setCustomNumber32(java.math.BigDecimal customNumber32) { this.customNumber32 = customNumber32; }
09dd8a42-377f-466f-b7e9-9b893b825216
public crmondemand.xml.customobject6.query.QueryType getCustomMultiSelectPickList5() { return this.customMultiSelectPickList5; }
b79514c0-d490-4cce-aed9-94966f820cb3
public void setCustomPickList12(crmondemand.xml.contact.query.QueryType customPickList12) { this.customPickList12 = customPickList12; }
ebf14a1e-a08f-4497-b836-8ba77532110b
public crmondemand.xml.contact.query.QueryType getOrderExternalSystemId() { return this.orderExternalSystemId; }
4502e189-58c6-42d9-93a9-b55df5fb1020
public java.lang.Boolean getCustomBoolean17() { return this.customBoolean17; }
c3158511-a9d4-489d-942e-7e7ee37a12c7
private void languageSetActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_languageSetActionPerformed // TODO add your handling code here: }
f119168d-ed55-4675-ba5e-ae9a1aa56747
public void setCustomInteger33(crmondemand.xml.customobject3.query.QueryType customInteger33) { this.customInteger33 = customInteger33; }
8a36f92f-ac5c-4c61-b279-9f275d546576
public ExpressionContext expression() { return getRuleContext(ExpressionContext.class,0); }
af4660fe-a751-4ea8-9ad2-27bb6e9d74e2
public java.lang.Integer getCustomInteger30() { return this.customInteger30; }
6ddd0356-00f3-4e07-8fa9-59f73f298b97
public crmondemand.xml.contact.query.QueryType getCustomPhone5() { return this.customPhone5; }
0930ce3f-703f-4b81-8bd7-b7d38a6215fa
public void linkNode(NeuralNode m) { for (NeuralNode n0 : n) n0.addLink(m); }
2ed178be-2a44-4a3e-b359-52866e9fa46e
public FeatureOpinion parseReview(Review reviewObj, FeatureOpinion fe) throws IOException { String sentence = null; SentimentWords s = new SentimentWords(); BreakIterator iterator = BreakIterator.getSentenceInstance(Locale.US); String reviewText = reviewObj.reviewText; ...
799984da-3c42-456e-8a5b-7785f28f1c14
public void setCustomInteger27(crmondemand.xml.contact.query.QueryType customInteger27) { this.customInteger27 = customInteger27; }
0ec376c7-1dd2-4696-a80d-fe02f94dc7b3
public crmondemand.xml.opportunity.query.QueryType getCustomCurrency0() { return this.customCurrency0; }
8b2df158-871f-4eec-acb6-956fb99bbbd3
public int getCollisionInsetLeft() { return collisionInsetLeft; }
8c181452-e9ab-48ca-9464-004580df12b3
public void setCustomPickList91(java.lang.String customPickList91) { this.customPickList91 = customPickList91; }
f04f9236-ae09-4043-8068-f746a0cfa64e
public crmondemand.xml.customobject3.query.QueryType getAssetProduct() { return this.assetProduct; }
c1f71a73-4f3c-47b3-aaf1-bdf936f3552d
public void setCustomObject9Type(crmondemand.xml.contact.query.QueryType customObject9Type) { this.customObject9Type = customObject9Type; }
a900befa-f8fe-479f-8014-b56718c1df7d
void selectTick(int mx, int my){ if (mx >= this.dragTickX && mx < this.dragTickX+this.dragTickWidth && my >= this.dragTickY && my<this.dragTickY+this.dragTickHeight){ this.dragging = true; } }
90296251-216c-4cb6-b49a-f4ac7d8a46ca
public void setCustomNumber62(java.math.BigDecimal customNumber62) { this.customNumber62 = customNumber62; }
0add0450-21bf-44af-b41b-456762b04c5f
public crmondemand.xml.customobject6.query.QueryType getCustomPickList4() { return this.customPickList4; }
f19fb1df-c244-4730-9dd7-39c1c27b72a4
public crmondemand.xml.customobject6.query.QueryType getCustomDate47() { return this.customDate47; }
36c48f0e-a156-4644-ba7d-8ee3603d061b
@Override public String conquestInfo(Area myArea) { return ""; }
2e492731-0f6b-4e1e-9e59-b14ffc32ff9c
public void setCreatedByFullName(crmondemand.xml.customobject3.query.QueryType createdByFullName) { this.createdByFullName = createdByFullName; }
51f5b07b-f295-43cb-a08c-251cdbd45e9c
public void setUpdatedByFirstName(crmondemand.xml.customobject6.query.QueryType updatedByFirstName) { this.updatedByFirstName = updatedByFirstName; }
39442638-d141-4e29-956e-5751b122a069
public void setOwnerFirstName(java.lang.String ownerFirstName) { this.ownerFirstName = ownerFirstName; }
cdc0762f-754c-4dae-9b2d-cb658601409d
public void setCustomText56(crmondemand.xml.opportunity.query.QueryType customText56) { this.customText56 = customText56; }
3cf4ac72-4c3b-47c3-9b5c-437897b21bd6
public crmondemand.xml.customobject3.query.QueryType getHouseholdSegment() { return this.householdSegment; }
011e2d92-e461-4cdc-8ac0-1b2d65166e6f
public String getCvvNum() { return cvvNum; }
900cb111-a8e2-4798-9c6f-2ff9a9136270
public void setCustomObject8ExternalSystemId(java.lang.String customObject8ExternalSystemId) { this.customObject8ExternalSystemId = customObject8ExternalSystemId; }
11be2501-3f6a-4fc8-afd4-fff4f81cdc48
public void setCustomText26(crmondemand.xml.customobject3.query.QueryType customText26) { this.customText26 = customText26; }
a244fadc-0938-4d60-896c-73fc6047999d
public java.lang.Integer getCustomInteger20() { return this.customInteger20; }
cc91e28c-7e68-4c04-8b4d-ecbd7fbc54b7
public void setCustomPickList6(crmondemand.xml.customobject3.query.QueryType customPickList6) { this.customPickList6 = customPickList6; }
c11fac49-d3f6-48d5-82ef-babf62ab8934
public void setSampleLotStatus(crmondemand.xml.opportunity.query.QueryType sampleLotStatus) { this.sampleLotStatus = sampleLotStatus; }
dc46d7c6-380b-47a9-bfaa-f16ad58318c4
public void setPolicyLineofBusiness(java.lang.String policyLineofBusiness) { this.policyLineofBusiness = policyLineofBusiness; }
4be1b8c9-6f34-4701-8923-eecfdcc46c8f
public crmondemand.xml.customobject6.query.QueryType getCustomPickList16() { return this.customPickList16; }
bf297479-b8dd-4c6b-ae03-c8ee3c9a38a8
public void setCreatedById(java.lang.String createdById) { this.createdById = createdById; }
a41894e4-1d4c-4567-9efe-f2ad31d677e0
public void setCustomInteger11(java.lang.Integer customInteger11) { this.customInteger11 = customInteger11; }
0d36f497-6577-4808-86fa-26f408341761
public crmondemand.xml.contact.query.QueryType getCertficationStatus() { return this.certficationStatus; }
8d382ba7-3e1f-41eb-8988-406f705d341c
public MainView(Controller controller) { this.controller = controller; initComponents(); getContentPane().setLayout( new BoxLayout(getContentPane(), BoxLayout.PAGE_AXIS) ); claimForm = new ClaimsViewForm(controller); customerForm = new CustomerViewForm(control...
fad39e5f-1cc9-4934-ad5b-e4a95834674c
public void setText(String txt){ texte=txt; }
18d1a547-fbd3-413d-a637-8aec03c0a71b
*/ public boolean processForPacket(ByteBuffer from, ByteBuffer dest) { int remain = from.remaining(); int cacheSpace = dest.remaining(); int sizeToCopy = cacheSpace; if(remain <= 0) return false; //reduce the size to copy. The from buffer does not //have enough data to put the whole packet toge...
00b0f90f-52f2-4804-b053-395bc05e60b9
public java.lang.Boolean getCustomBoolean6() { return this.customBoolean6; }
ea62a2fe-a04f-4735-9cb2-39b13c34d4bf
public crmondemand.xml.customobject6.query.QueryType getCustomNumber49() { return this.customNumber49; }
233750d3-678c-4312-9abe-206f1ac2a388
public static String sha1(String string) { String hash = ""; try { MessageDigest md; byte[] buffer, digest; buffer = string.getBytes(); md = MessageDigest.getInstance("SHA1"); md.update(buffer); digest = md.digest(); for...
c61e0dee-3780-4169-8139-4a328d334401
public java.util.Calendar getCustomDate35() { return this.customDate35; }
84a74891-aec9-4c81-bc05-39d14fac8bae
public void setCustomObject1Id(java.lang.String customObject1Id) { this.customObject1Id = customObject1Id; }
aec904ab-ba59-4b08-b149-2a163d1483ea
public crmondemand.xml.contact.query.QueryType getIndexedPick2() { return this.indexedPick2; }
f4cda9fc-c23d-45c8-8bbe-03f91a38eed5
private static boolean eq(final Object o1, final Object o2) { return (o1 == null ? o2 == null : o1.equals(o2)); }
056fcc42-9e22-46d8-8113-d069a580a728
public void setUpdatedByExternalSystemId(java.lang.String updatedByExternalSystemId) { this.updatedByExternalSystemId = updatedByExternalSystemId; }
3455558e-e4c5-4d4d-8c84-7248cfd5b452
public static Cons clTranslateCallFunctionCodeTree(Cons tree) { { boolean methodcodeP = tree.value == Stella.SYM_STELLA_SYS_CALL_METHOD_CODE; Cons otree = tree.rest; otree.rest = Cons.clTranslateListOfTrees(otree.rest); otree.firstSetter(((methodcodeP && ((List)(Stella.$CURRENT_STELLA_F...
b6c7de23-9c38-47b5-b628-00cb541f4c37
public java.math.BigDecimal getCustomNumber36() { return this.customNumber36; }
9916a1b7-0a8a-4cab-a4df-08d4b89dd29f
public java.lang.Boolean getFinancialAccountPrimaryAccount() { return this.financialAccountPrimaryAccount; }
b49e7f25-5198-4d9a-9cc5-d1cd639b11f3
public java.lang.String getObjectiveStatus() { return this.objectiveStatus; }
c6d58d97-62da-47d9-b5fb-a087c8f2f34a
public void setCustomNumber53(crmondemand.xml.contact.query.QueryType customNumber53) { this.customNumber53 = customNumber53; }
c02f8968-f9ce-404e-ac50-11146fb81256
public final int getIntX() { return info.get(MapleStatInfo.intX); }
76f90fab-36ae-411a-a9ea-6e1631f9ecc7
public CustodianModifyAssetDecorator(Form f){ toD = f; }
9f49f5d5-7391-45f8-b641-88934dfada15
public crmondemand.xml.customobject6.query.QueryType getCustomDate12() { return this.customDate12; }
e404b699-83dc-4668-91f8-f46fbc4cf1ac
public Location(int x, int y, Ship occupant) { _col = x; _row = y; _occupants = new ArrayList<Ship>(); _occupants.add(occupant); if(!occupant.isCreated()) { occupant.Create(this); } // _occupants = new Fleet(this); // _occupants.addShip(occupant); }
6d794ed0-ce5a-4119-b6ea-0ab499c21d1c
public int roundBonus() { int round = Iterator.getIterator().getRound(); if (round < 4) { return 50; } else if (round < 8) { return 100; } else if (round < 12) { return 150; } return 200; }
a751f98c-08c4-4672-994d-e3ca71818c8c
public crmondemand.xml.customobject3.query.QueryType getCustomInteger11() { return this.customInteger11; }
72dacaae-2388-4a19-9dc5-ac4aab3e221a
public void handler() { //long old_pc = (CPU_PC+=2) - 2; set_CPU_PC((get_CPU_PC() + 2) & 0xFFFFFFFFL); long old_pc = get_CPU_PC() - 2; long ea = old_pc + MAKE_INT_16(m68ki_read_16(old_pc)); m68ki_push_32(ea); USE_CLKS(0 + 16); if (m68k...
7b8f4dd7-46a8-445b-b1d3-d49c73b9f01e
public void setCustomNumber32(java.math.BigDecimal customNumber32) { this.customNumber32 = customNumber32; }
d73d03d6-dec6-4974-b770-938c87ebbe44
public void test_plusDays(ZonedDateTime base, long amount, ZonedDateTime expected) { assertEquals(base.plusDays(amount), expected); } // ----------------------------------------------------------------------- // plusHours() // ----------------------------------------------------------------------- @Test...
e6356fe6-272e-4935-9c8e-3525479906b8
public void setOwnerIntegrationId(java.lang.String ownerIntegrationId) { this.ownerIntegrationId = ownerIntegrationId; }
af48d863-66f8-48a4-8ce5-6b08a8e23e34
public void setCustomPickList35(crmondemand.xml.opportunity.query.QueryType customPickList35) { this.customPickList35 = customPickList35; }
f9c95f44-4daf-49bf-8dfa-ccac290dce2e
public void setCustomBoolean0(crmondemand.xml.contact.query.QueryType customBoolean0) { this.customBoolean0 = customBoolean0; }
3dc37595-1df1-48ff-99a1-d9002fc24308
public crmondemand.xml.customobject6.query.QueryType getCustomDate52() { return this.customDate52; }
273e3424-749e-4d0a-b7f9-2cfebfe816a7
public void earnPaycheck() { totalPaymentToDate += baseWeeklySalary * effectivenessMultiplyer; }
6d604f38-c9ef-4551-9e6c-a6debbfaa822
public void setCustomInteger27(crmondemand.xml.customobject6.query.QueryType customInteger27) { this.customInteger27 = customInteger27; }