id
stringlengths
36
36
text
stringlengths
1
1.25M
f824b606-869d-46d3-a0fa-313eeec2c024
public void setParentoptyExternalSystemId(crmondemand.xml.opportunity.query.QueryType parentoptyExternalSystemId) { this.parentoptyExternalSystemId = parentoptyExternalSystemId; }
3f877fba-52a8-4883-8170-196516ec4b90
public void setLeadType(java.lang.String leadType) { this.leadType = leadType; }
83f1b00b-20e4-43f7-a9fc-b3b97d3e036f
public void actionPerformed(ActionEvent e) { System.out.println("Flag Action Press - Return"); CardLayout cl = (CardLayout)(Globals.cards.getLayout()); cl.show(Globals.cards, Globals.LISTPANEL); }
7775c777-f888-496c-a2e9-b79ab5ed70a2
public java.lang.String getCustomPickList13() { return this.customPickList13; }
34a2c444-f8d3-4fc9-a62b-590cf4feaf77
public java.lang.Boolean getCustomBoolean34() { return this.customBoolean34; }
9c375b97-cb0a-4578-8a83-86718bb9f8d6
public java.math.BigDecimal getCustomNumber40() { return this.customNumber40; }
7e16d3f8-3ca0-4f07-92c5-490ba39e8793
public void setCustomDate26(java.util.Calendar customDate26) { this.customDate26 = customDate26; }
09ba51a7-8ec8-482f-8f46-3282bf6b0e6c
public crmondemand.xml.customobject6.query.ListOfCertificationQuery getListOfCertification() { return this.listOfCertification; }
9247baf0-9a2a-4f33-bd29-ddd4d4f232a2
public java.lang.String getCustomPickList93() { return this.customPickList93; }
96b4b3ab-8252-4ba3-8418-11decb45594e
public java.lang.String getCustomObject6Type() { return this.customObject6Type; }
9c011daf-60c5-4fae-8d5d-302e1cd42304
public java.lang.String getCustomText52() { return this.customText52; }
d75f0f7a-a761-42e4-814e-d6b6d4b21c25
public crmondemand.xml.customobject6.query.QueryType getCustomObject8Name() { return this.customObject8Name; }
dbd2bd21-e30e-472e-a8ae-187235c2a0b0
public static void main(String[] args) { Scanner sc = new Scanner(System.in); int max = 0; String input = sc.nextLine().toLowerCase(); String[] words = input.split("\\W+"); TreeMap<String, Integer> wordsMap = new TreeMap<>(); for (int i = 0; i < words.length; i++) { if(!wordsMap.containsKey(words[i])...
f413443b-9620-47dd-8859-b6db2dd792f8
public void setModifiedDate(crmondemand.xml.opportunity.query.QueryType modifiedDate) { this.modifiedDate = modifiedDate; }
c0180c9d-0764-4ecd-940f-fdf211c9aed9
public java.lang.String getSPRequestIntegrationId() { return this.sPRequestIntegrationId; }
92e018a7-1461-46bf-a1d7-e2c86933cac6
public crmondemand.xml.opportunity.query.QueryType getCustomNumber48() { return this.customNumber48; }
0cd9e241-984f-4533-986b-2a015995ef28
public java.lang.String getSPRequestIntegrationId() { return this.sPRequestIntegrationId; }
be6a01e0-77cc-44ba-881d-7cc4c3f82cb6
public void test_get_DateTimeField_timeField() { this.TEST_2007_07_15.getLong(ChronoField.AMPM_OF_DAY); } // ----------------------------------------------------------------------- // query(Query) // ----------------------------------------------------------------------- @Test(groups = { "tck" }
7a04a95d-2a7d-42f8-aa6e-5501c620aa53
public java.lang.String getCustomPickList15() { return this.customPickList15; }
2e7c975b-3ec5-4522-9acd-483f14f5ad6e
public void setCustomPhone9(java.lang.String customPhone9) { this.customPhone9 = customPhone9; }
1017ad08-187a-46a4-b096-287bd4ca7511
public void setCustomPickList7(java.lang.String customPickList7) { this.customPickList7 = customPickList7; }
cfe54e35-3da7-4146-bcd4-5eef05a10174
public void setSPRequestIndexedShortText2(crmondemand.xml.opportunity.query.QueryType sPRequestIndexedShortText2) { this.sPRequestIndexedShortText2 = sPRequestIndexedShortText2; }
175a9f68-e76c-4665-9ab5-00f8bd6e608b
public static byte[] showItemLevelupEffect() { return showForeignEffect(18); }
7ae72bc4-44bc-42bf-92fc-47b64c935556
public crmondemand.xml.customobject6.query.QueryType getCustomPickList98() { return this.customPickList98; }
c643b949-63b3-463c-9d98-6846fb0f1e44
public crmondemand.xml.customobject6.query.QueryType getCustomPickList44() { return this.customPickList44; }
88ae3ecc-643f-429f-8a52-3bd9fd1b074a
public void setCustomInteger24(crmondemand.xml.customobject6.query.QueryType customInteger24) { this.customInteger24 = customInteger24; }
e48a2873-edbd-498b-8fb3-fb138e767a1f
public java.lang.String getLeadFullName() { return this.leadFullName; }
391da8e4-6422-4039-845a-289e84e2a0e4
public static int totalRecycleListsSize() { { int size = 0; { RecycleList list = null; Cons iter000 = Stella.$ALL_RECYCLE_LISTS$.theConsList; for (;!(iter000 == Stella.NIL); iter000 = iter000.rest) { list = ((RecycleList)(iter000.value)); size = size + (list.itemSize * li...
be70f66f-5f0f-4e45-bd54-c7b1518446e2
public void setCustomPhone16(crmondemand.xml.opportunity.query.QueryType customPhone16) { this.customPhone16 = customPhone16; }
d442a413-04d6-4a0f-905b-c2cef94aa7c6
public void setCustomText62(java.lang.String customText62) { this.customText62 = customText62; }
b661aed4-ee91-43bc-b05e-e347468ec77d
@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; Tutor other = (Tutor) obj; if (staffId == null) { if (other.staffId != null) return false; } else if (!staffId.equals(other.staffId)) ...
f3e02e9e-40f8-4587-9a7e-fc8fd57f438f
public static void decryptTempData()//called by front end when user clicks waitingOrders Button { if (!tempDataStorage.isEmpty()) { ArrayList<String> newData = Decryption.decryptNewData(tempDataStorage); for (int i=0; i<newData.size(); i++) { waitingData.add(tempConfirmNumbers.get(i) + " " + newDat...
4a357a57-7499-4f1b-97c3-30fc6b701220
public void setIntegrationId(java.lang.String integrationId) { this.integrationId = integrationId; }
6e182566-6892-4eb0-81b3-8db4a8526777
public java.lang.String getCustomText6() { return this.customText6; }
d7ff8ab0-bd8e-426f-9400-e8e7d3f9c913
public int split(int i, int j) throws Exception { if (i > j) throw new Exception("Invalid Matrix sequence"); if (i > n || j > n) throw new Exception("Non existent matrix specified"); return split[i][j]; }
9c94cc26-8548-462f-89da-55b8db9b8dec
public void setCustomMultiSelectPickList9(java.lang.String customMultiSelectPickList9) { this.customMultiSelectPickList9 = customMultiSelectPickList9; }
2e51fc6e-af8a-49bb-9aac-c36eafa93955
public java.lang.String getCustomText50() { return this.customText50; }
2f6343d7-cff2-4f2b-b6a1-9dd316d070cc
public java.lang.String getCustomText46() { return this.customText46; }
4f794f7d-f2f1-4016-9f94-daefd1cb6cc6
public AsyncClient getAsyncClient(TNonblockingTransport transport) { return new AsyncClient(protocolFactory, clientManager, transport); } } public AsyncClient(TProtocolFactory protocolFactory, TAsyncClientManager clientManager, TNonblockingTransport transport) { ...
71d4929b-13ca-4aff-ad4a-a0f603c533a1
public void setMessageResponseType(crmondemand.xml.opportunity.query.QueryType messageResponseType) { this.messageResponseType = messageResponseType; }
ce7e63b7-65df-4c28-969a-c16bff90a2ec
public void setCertficationId(crmondemand.xml.customobject3.query.QueryType certficationId) { this.certficationId = certficationId; }
1790bc12-1848-4454-bed9-e1bf629b6fac
public void setCustomPhone16(crmondemand.xml.contact.query.QueryType customPhone16) { this.customPhone16 = customPhone16; }
71f55b90-92b4-4ce1-8e1e-baa6c28e1586
public crmondemand.xml.customobject6.query.QueryType getFundName() { return this.fundName; }
df112009-7e0a-4f2c-8a79-1839198736e3
public java.lang.String getCustomPhone6() { return this.customPhone6; }
e2bfad73-dc16-43ee-a9da-478ce5fe6436
public java.lang.String getPrimaryGroup() { return this.primaryGroup; }
d881b6ee-b00c-4596-b5bf-f46e7ec9b7c5
public java.math.BigDecimal getCustomCurrency5() { return this.customCurrency5; }
28bafff9-97c9-4025-8124-20cb6e918862
public java.util.Calendar getCustomDate22() { return this.customDate22; }
6d583ffc-e28c-45c9-950e-1a0a133e9a48
public void setCustomObject15Type(java.lang.String customObject15Type) { this.customObject15Type = customObject15Type; }
dc507a6b-0a8c-4091-a938-606f1254283c
public crmondemand.xml.customobject6.query.QueryType getInvestmentHorizon() { return this.investmentHorizon; }
35bbd558-eaa5-4d94-bb6f-e5413db10cc9
public crmondemand.xml.customobject6.query.QueryType getCustomNumber20() { return this.customNumber20; }
5c2c6e82-98aa-4181-b15f-6bca5858cf7c
public Builder addRows( int index, main.Messages.TableRow.Builder builderForValue) { if (rowsBuilder_ == null) { ensureRowsIsMutable(); rows_.add(index, builderForValue.build()); onChanged(); } else { rowsBuilder_.addMessage(index, builderForValue.build(...
59d53a5c-add6-4e27-a09c-0505246f5d95
public java.util.Calendar getCustomDate31() { return this.customDate31; }
475d2f5f-4e26-4847-8dbd-a9bcbd52a656
public void setCustomText64(java.lang.String customText64) { this.customText64 = customText64; }
3346c3a7-a7a1-4fdb-9494-cdeaa37948b7
public void setCustomText87(java.lang.String customText87) { this.customText87 = customText87; }
91d1d651-a06e-4e97-8465-507b3971a01f
public void setAddressName(java.lang.String addressName) { this.addressName = addressName; }
0320523f-5596-49a4-8a01-8811130ed145
public void setCustomBoolean32(crmondemand.xml.customobject6.query.QueryType customBoolean32) { this.customBoolean32 = customBoolean32; }
de958286-40e8-414c-922c-f204aba9bba5
public void setCustomNumber42(crmondemand.xml.customobject3.query.QueryType customNumber42) { this.customNumber42 = customNumber42; }
434440e4-e736-420a-a42a-6cba643a7199
public java.util.Calendar getCustomDate26() { return this.customDate26; }
926c3c8d-79eb-48c7-8247-552bf661936d
public void setPrimaryAgentContactEmail(crmondemand.xml.customobject3.query.QueryType primaryAgentContactEmail) { this.primaryAgentContactEmail = primaryAgentContactEmail; }
36fb867e-18d4-44b0-bf5d-ca1630f71b0b
public void setCustomText71(java.lang.String customText71) { this.customText71 = customText71; }
407b08c7-bebb-4e7d-ab6b-8e4a4f49b7df
public java.lang.Integer getCustomInteger21() { return this.customInteger21; }
4576813f-0aae-4a58-8e63-33a998189594
public Builder setBotNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000080; botName_ = value; onChanged(); return this; }
6deb477d-edb4-42b8-9b2f-57977bae3a4f
public crmondemand.xml.opportunity.query.QueryType getCustomPickList41() { return this.customPickList41; }
5cb0f44d-ae8c-4a9e-a698-e7bfd7b8331b
public void act() { //look at brain counter //act on brain //goto the location in the brain }
abd14a0c-5ff9-42b9-b792-b0044fc4c4e5
public int getZeroRow() { return blankRow; }
0c16a410-2944-4d70-a456-726d1ad2fc58
public java.lang.String getCustomText59() { return this.customText59; }
205ba69a-36f8-40d4-971b-b5345f763c5f
public CHM(int cap){ map = new ConcurrentHashMap<K,V>(cap); }
e5ae4d55-c463-4178-9949-c973582236b4
public java.lang.String getSPRequestSPRequestName() { return this.sPRequestSPRequestName; }
e6353f85-3e36-4936-8bb7-48f44e55aa5e
private boolean add(KeyValue item) { if(item == null) { return false; } boolean col =true; int loc = (int) (item.keyHashCode()%tableSize); if(table[loc] == null) { col = false; table[loc] = new ArrayList<KeyValue>(); } table[loc].add(item); return col; }
9eddcf1f-d747-4619-8f7c-f4e9f0eff1a1
* @param direction The direction to the settlement. */ private void moveTrade(Unit unit, Direction direction) { clearGotoOrders(unit); Settlement settlement = getSettlementAt(unit.getTile(), direction); if (settlement instanceof Colony) { moveTradeColony(unit, direction); ...
e0f1acd6-b12c-481a-964b-adfbb8a2fe98
private boolean entityCollision() throws SlickException { List<Block> colideableBlocks = map.getColideableBlocks(); for (int i = 0; i < colideableBlocks.size(); i++) { Block currentBlock = colideableBlocks.get(i); if (player.getEntityPoly().intersects(currentBlock.getBlockPoly())) { ...
23fad0c5-e7ab-4de9-8cc0-33626f10920a
public void setCustomNumber8(java.math.BigDecimal customNumber8) { this.customNumber8 = customNumber8; }
f2e67372-165b-469d-a34c-6692599f78a0
public crmondemand.xml.opportunity.query.QueryType getSubmittedDate() { return this.submittedDate; }
8bcdb621-b0d1-4872-b46a-ae5ac02488f1
public void setBusinessPlanType(crmondemand.xml.contact.query.QueryType businessPlanType) { this.businessPlanType = businessPlanType; }
5593bef4-62a5-4c23-8288-72200ae29be7
public java.util.Calendar getCustomDate24() { return this.customDate24; }
35c2df81-92c6-4972-ab76-09548867b5dc
public void setCustomObject3Id(java.lang.String customObject3Id) { this.customObject3Id = customObject3Id; }
785a8424-7ae1-4225-a308-9452547547b7
public java.math.BigDecimal getCustomCurrency4() { return this.customCurrency4; }
32b6784c-bb86-4e9c-9d7e-a54852096ae7
public JLabel getjLabel3() { return jLabel3; }
36121753-8a21-42f0-ba45-6152a7b65120
public void setCustomObject13IntegrationId(java.lang.String customObject13IntegrationId) { this.customObject13IntegrationId = customObject13IntegrationId; }
9dbdceb4-0a50-4f47-8444-4caafc645a9f
public void actionPerformed(ActionEvent e) { if (e.getActionCommand() == "16") { if (imViewer.getImage()!=null && imViewer.getImage().getHeight()%16 != 0) { JOptionPane.showMessageDialog(f,Utils.lang("errSpriteHeight")); smode=1; } else smode=2; } ...
3c3447c0-8580-434c-bae4-b13eb6f0b082
public crmondemand.xml.customobject6.query.QueryType getAccreditationNum() { return this.accreditationNum; }
5624a2f1-4018-4d5b-8956-41ea4de0c066
final boolean method3644() { anInt8054++; return true; }
4f8560ac-29f7-48c0-a4e5-756f668f733c
public void setCustomPickList19(crmondemand.xml.customobject6.query.QueryType customPickList19) { this.customPickList19 = customPickList19; }
3e07e7a5-d575-43b1-99f0-f157854d9a70
public java.lang.Integer getCustomInteger29() { return this.customInteger29; }
c863fc23-b087-417c-b4a4-848598269b1e
public void setCustomCurrency20(crmondemand.xml.contact.query.QueryType customCurrency20) { this.customCurrency20 = customCurrency20; }
a4f19194-92c3-49f1-acbc-59fe54bd78bc
public void setCustomNumber5(java.math.BigDecimal customNumber5) { this.customNumber5 = customNumber5; }
0779f956-2920-48f5-a230-a46f8f69184a
public crmondemand.xml.customobject6.query.QueryType getCustomDate43() { return this.customDate43; }
b58e6323-1092-45db-8b80-a0ee387a76bc
public void setCustomObject4Type(java.lang.String customObject4Type) { this.customObject4Type = customObject4Type; }
d8d49851-9c82-4d0a-a3c8-aa8a88e7899a
public java.lang.String getCustomObject7IntegrationId() { return this.customObject7IntegrationId; }
12e18689-aeda-44f8-9fd0-cb875b9ab059
public float getPrix() { return prix; }
2412518d-fffd-4706-92e5-8069000fb337
public crmondemand.xml.contact.query.QueryType getCampaignName() { return this.campaignName; }
0e004924-aef8-45f7-8299-82872808c425
public void setCustomInteger28(java.lang.Integer customInteger28) { this.customInteger28 = customInteger28; }
3c6e0d31-207c-48d4-b615-1f5fb974d322
public static void main(String[] args) { Scanner in = new Scanner(System.in); PrintWriter out = new PrintWriter(System.out); TreeMap <String,Integer> a = new TreeMap<>(); String input = in.next(); String[] s; s = input.split(""); for(String t:s){ ...
51490749-d2ab-4dcd-b8c8-5eb10c5e81c8
public void setAccreditationName(java.lang.String accreditationName) { this.accreditationName = accreditationName; }
b29eb364-8e68-48c9-8677-d07ecef40857
public void setStreetAddress2(crmondemand.xml.contact.query.QueryType streetAddress2) { this.streetAddress2 = streetAddress2; }
4cbcbf39-cb08-4321-8a18-8108ae8bcb45
public void setCustomCurrency3(java.math.BigDecimal customCurrency3) { this.customCurrency3 = customCurrency3; }
f8d6e9d6-8de9-4c3c-96c2-08d949249a8a
public void setCustomText29(java.lang.String customText29) { this.customText29 = customText29; }
0ee27950-7a6c-433a-b41e-0a38c8eab283
public crmondemand.xml.customobject6.query.QueryType getOwnerPartnerName() { return this.ownerPartnerName; }
c04a65fd-06ab-4d21-b3c9-9c14e3b754d5
public String getPosition() { return Position; }
4da9aca2-3092-478d-a1b8-4f4ca687f5ce
public crmondemand.xml.opportunity.query.QueryType getCustomPhone12() { return this.customPhone12; }