id
stringlengths
36
36
text
stringlengths
1
1.25M
a4217169-aa2e-4e55-8e5c-143107ea81a3
public crmondemand.xml.contact.query.QueryType getCustomInteger34() { return this.customInteger34; }
80dad9cc-5b50-4684-ba20-8736512c7706
public void setCustomPickList53(java.lang.String customPickList53) { this.customPickList53 = customPickList53; }
a579c274-d8f9-4dcd-88e3-d1d766da8f9c
public java.lang.String getCustomPhone6() { return this.customPhone6; }
eecb5766-22eb-4150-83f3-43c08fbda5d3
public java.lang.Boolean getSolutionLegalApproval() { return this.solutionLegalApproval; }
f0f66c40-ee78-41b3-83c8-635c7864a23d
private void writePaddedPokemonName(String name, int length, int offset) { String paddedName = String.format("%-" + length + "s", name); byte[] rawData = traduire(paddedName); for (int i = 0; i < length; i++) { rom[offset + i] = rawData[i]; } }
de9f6660-b5b5-41b7-b55f-888034b486ee
public java.math.BigDecimal getCustomNumber56() { return this.customNumber56; }
ee1741cc-649d-417f-b5aa-a0f377183fa2
public void setCustomText73(crmondemand.xml.opportunity.query.QueryType customText73) { this.customText73 = customText73; }
a79b01b1-ad53-45b2-b831-abe4e934f186
public void setCustomDate29(java.util.Calendar customDate29) { this.customDate29 = customDate29; }
a907459c-f371-4ea4-901e-e36c56f428b3
abstract void eat(Tank tk);
78473655-70d3-439e-aae9-79792ce44d6c
public void setVisible(boolean visible) { this.visible = visible; }
c4b54e9b-72bc-4788-816e-e3c4162d8691
public void setExperienceLevel(crmondemand.xml.contact.query.QueryType experienceLevel) { this.experienceLevel = experienceLevel; }
ef144980-7fda-42d7-a771-51b5cc22d2a0
public void setId(crmondemand.xml.contact.query.QueryType id) { this.id = id; }
a4676008-59d6-4da7-b6a5-647f46250af7
public java.lang.String getCustomText83() { return this.customText83; }
ea812432-d932-46a0-8969-eb1c92d2ee82
public java.lang.Boolean getInvtPeriodReconciledFlg() { return this.invtPeriodReconciledFlg; }
ca54d0c5-5c62-4153-891d-0545b017918a
public java.lang.String getBusinessPlanExternalSystemId() { return this.businessPlanExternalSystemId; }
79a25dbc-5b72-4a3a-b281-018aaa10b9ec
public void setAccreditationStatus(java.lang.String accreditationStatus) { this.accreditationStatus = accreditationStatus; }
ab640010-6988-4540-b6c5-a35d41b8e345
public java.lang.String getCustomObject15Id() { return this.customObject15Id; }
6c7889f1-2234-4822-b4e0-70e6a423534e
public java.math.BigDecimal getCustomNumber14() { return this.customNumber14; }
00ca8e43-fc22-4521-a5d0-8e960cb7e57f
public java.lang.String getName() { return Name; }
b8eeecb7-105d-47c0-bb00-b719c5539910
public java.lang.Integer getCustomInteger18() { return this.customInteger18; }
16433bd5-bd72-4973-acdc-1e763d9c291f
public crmondemand.xml.customobject6.query.QueryType getCustomNumber0() { return this.customNumber0; }
b974e8bf-5587-4008-a280-ba6ac20d989a
public crmondemand.xml.customobject6.query.QueryType getCustomObject15Id() { return this.customObject15Id; }
f6b5220d-dd4e-463f-8e68-501efe35f5ed
public java.util.Calendar getOpportunityModifiedDateExt() { return this.opportunityModifiedDateExt; }
bb19a511-a4d1-493a-a1a7-ba83fb3452fa
public crmondemand.xml.contact.query.QueryType getOwnerLastName() { return this.ownerLastName; }
34bdbbec-481f-47a0-935d-9af20a61579a
public void setCustomCurrency1(java.math.BigDecimal customCurrency1) { this.customCurrency1 = customCurrency1; }
2f7583e9-964c-4f54-9d96-ac756e9ee618
public void setCustomText73(crmondemand.xml.opportunity.query.QueryType customText73) { this.customText73 = customText73; }
5c4443b6-9720-4320-b5ea-d0aae29ae5c4
public java.math.BigDecimal getPolicyTotalPremium() { return this.policyTotalPremium; }
6928030b-fe03-4567-9dfb-44ee7f705c3c
public crmondemand.xml.customobject6.query.QueryType getCustomText69() { return this.customText69; }
1c826103-9a1c-4b6c-be56-9e35631c393e
public crmondemand.xml.customobject6.query.QueryType getIndexedPick3() { return this.indexedPick3; }
977298e6-07b3-497a-8f43-0ea0899bd9f6
public void setLeadFirstName(java.lang.String leadFirstName) { this.leadFirstName = leadFirstName; }
6bf1a814-f33e-4ed8-afe8-a49ed0d57911
public void setCustomObject8IntegrationId(java.lang.String customObject8IntegrationId) { this.customObject8IntegrationId = customObject8IntegrationId; }
c2a6fa62-47fe-4900-bb95-1cade86beabb
public java.lang.String getCustomObject12Name() { return this.customObject12Name; }
5963bdd9-7695-4180-bf30-8c6cf2e0d9d1
public void setCustomObject4Id(crmondemand.xml.customobject3.query.QueryType customObject4Id) { this.customObject4Id = customObject4Id; }
5b84cd93-fbc0-454d-a98c-e964f7f56b36
public crmondemand.xml.customobject3.query.QueryType getTransferToId() { return this.transferToId; }
49b50e7f-daac-4120-b5f7-8349d87a6246
private static int findShortestRep(String str) { int answer = str.length(); String rep = ""; int i = 0; while(i < str.length()) { String temp = str.substring(0, i); if(countOccurrences(str, temp) * temp.length() == str.length()) //then we have a periodic string { //so take the smallest rep if(answer > i) { answer = i; } } i++; } return answer; }
e53e12a9-0dd5-4687-a10b-c1376f588d34
public void setCustomNumber31(java.math.BigDecimal customNumber31) { this.customNumber31 = customNumber31; }
22df2a00-2f80-4944-8d31-f50a3e60a1c9
public void setCustomText79(crmondemand.xml.contact.query.QueryType customText79) { this.customText79 = customText79; }
c578e8d5-6dd9-446d-a9fa-9298171e6846
public static int getH() { return org.lwjgl.opengl.Display.getHeight(); }
6b5cba83-9c08-443d-89c3-e9275919efe4
public void setCustomBoolean29(crmondemand.xml.customobject3.query.QueryType customBoolean29) { this.customBoolean29 = customBoolean29; }
c84c2ad3-9f44-4a65-aa94-6198a32b75f5
public void setCustomText12(java.lang.String customText12) { this.customText12 = customText12; }
3873a22c-08d8-4479-927b-53c209a73036
public java.math.BigDecimal getCustomNumber18() { return this.customNumber18; }
a8320bcb-f13e-472f-a01f-09fa94d4feab
@Override public void onEnter() { for (Engageable engageable : this.engageables) { engageable.engage(); } }
8760039d-d6fd-4908-824f-9e71ac0f750e
public void setCustomBoolean15(java.lang.Boolean customBoolean15) { this.customBoolean15 = customBoolean15; }
f8d2a9c9-d80d-43f8-bd1a-529422704e1e
public java.lang.String getCustomObject7Id() { return this.customObject7Id; }
25f7d53c-1fbd-4394-87c1-e97aaa41eff7
public java.lang.String getTerritoryId() { return this.territoryId; }
d391941b-8f6b-4e19-89c3-9c1073a48738
public crmondemand.xml.contact.query.QueryType getCustomPickList18() { return this.customPickList18; }
dbbcbcc2-bd15-4720-b2d9-038dc0eaf396
public org.bwapi.proxy.messages.TerrainMessages.Polygon getDefaultInstanceForType() { return org.bwapi.proxy.messages.TerrainMessages.Polygon.getDefaultInstance(); }
32512ac9-db21-4422-9ba6-f76bbdbd8a6a
public void setAttachFileName(crmondemand.xml.opportunity.query.QueryType attachFileName) { this.attachFileName = attachFileName; }
93f4b6f2-8463-4c51-aeb6-092229ea9e54
public void setMedEdType(crmondemand.xml.contact.query.QueryType medEdType) { this.medEdType = medEdType; }
93fcba5c-c9b9-4f20-af23-d614a78793df
public void setCustomPickList82(java.lang.String customPickList82) { this.customPickList82 = customPickList82; }
f0b12f05-a4df-4f6e-8e90-fedf1ad0ae00
broadcast(Atom args[]) { if (args.length > 0) { init(args); } else { post("jk.broadcast: need a name to broadcast under"); } }
4a499075-08fc-4a06-8dac-dcfe8ca14db0
opcode cb_05 = new opcode() { public void handler(){ Z80.HL.SetL(RLC(Z80.HL.L)); }}
67694c75-36c5-4c36-a6c1-8dfb07e951a7
public crmondemand.xml.opportunity.query.QueryType getCustomNumber0() { return this.customNumber0; }
33d2fb6f-e880-4b21-bf47-015335847fe0
public void setCustomPickList85(crmondemand.xml.contact.query.QueryType customPickList85) { this.customPickList85 = customPickList85; }
abee04b5-3114-421a-a544-22a38b5e6e47
public void setCustomNumber41(java.math.BigDecimal customNumber41) { this.customNumber41 = customNumber41; }
8141fc6f-1ad7-40e0-93ec-d4fdb268149a
public void setCustomPickList41(java.lang.String customPickList41) { this.customPickList41 = customPickList41; }
3863b60d-8f56-444f-b4e8-567fa4bad09a
public java.math.BigDecimal getCustomNumber10() { return this.customNumber10; }
6c0e376a-4cbb-43c7-a64b-2c8179065c93
public void setCustomBoolean2(java.lang.Boolean customBoolean2) { this.customBoolean2 = customBoolean2; }
62b0fd12-9313-42f7-be25-ac9a6a04b98f
public void setCustomObject12Id(java.lang.String customObject12Id) { this.customObject12Id = customObject12Id; }
ebf4cb76-51d9-4ac0-af54-e92b038b33ae
public void setCustomNumber9(java.math.BigDecimal customNumber9) { this.customNumber9 = customNumber9; }
7503370a-77d7-42e6-b038-2906e193e164
private GMath() { /* Empty */ }
2774c9c7-b4cf-4f61-8aa2-0e9854f991af
public void setNav(String navi) { this.navi = navi; }
28715098-4e80-4944-956f-d49ea4207e85
public void setCustomNumber27(java.math.BigDecimal customNumber27) { this.customNumber27 = customNumber27; }
aa333646-fab0-4ef2-99fc-a320c27f37fd
public void setSolutionMarketingApproval(java.lang.Boolean solutionMarketingApproval) { this.solutionMarketingApproval = solutionMarketingApproval; }
e820a190-d022-4525-8777-c3ddac4aef83
@Test public void addIntToDouble() { Context c = new Context(); DataFactory factory = new DataFactory(); IVPNumber a = factory.createIVPNumber(); IVPNumber b = factory.createIVPNumber(); a.setValueType(IVPValue.INTEGER_TYPE); b.setValueType(IVPValue.DOUBLE_TYPE); c.addInt(a.getUniqueID(), 10); c.addDouble(b.getUniqueID(), 3.4313); Addition addition = factory.createAddition(); addition.setExpressionA(a.getUniqueID()); addition.setExpressionB(b.getUniqueID()); HashMap map = new HashMap(); map.put(addition.getUniqueID(), addition); map.put(a.getUniqueID(), a); map.put(b.getUniqueID(), b); IVPNumber result = (IVPNumber) addition.evaluate(c, map, factory); assertTrue(result.getValueType().equals(IVPValue.DOUBLE_TYPE)); assertTrue(c.getDouble(result.getUniqueID()) == 13.4313); }
3d663bf6-d1b7-4593-a3f6-3624b8d24aad
public crmondemand.xml.opportunity.query.QueryType getCustomDate45() { return this.customDate45; }
4c1bc199-e658-4179-ba4b-860918f0763a
public java.math.BigDecimal getPolicyModalPremium() { return this.policyModalPremium; }
e9f62138-87d7-4e7f-a762-e900b6255b4e
public java.lang.String getCustomPickList36() { return this.customPickList36; }
2cb42423-fe6d-4016-98b8-c91b6efb286e
private com.google.protobuf.RepeatedFieldBuilder< com.google.protobuf.DescriptorProtos.DescriptorProto, com.google.protobuf.DescriptorProtos.DescriptorProto.Builder, com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder> getMessageTypeFieldBuilder() { if (messageTypeBuilder_ == null) { messageTypeBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.google.protobuf.DescriptorProtos.DescriptorProto, com.google.protobuf.DescriptorProtos.DescriptorProto.Builder, com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>( messageType_, ((bitField0_ & 0x00000020) == 0x00000020), getParentForChildren(), isClean()); messageType_ = null; } return messageTypeBuilder_; }
24a581a5-9ace-4125-b58a-d07bc7ad5d1d
public void setCustomCurrency12(java.math.BigDecimal customCurrency12) { this.customCurrency12 = customCurrency12; }
a5656d77-46a5-4320-873e-a5b77e6026e9
public HadukiServerSocket(int port) throws IOException { super(port); }
ed2b7f1f-4c68-4bde-a786-05485c3392bf
public void setCustomObject6Name(java.lang.String customObject6Name) { this.customObject6Name = customObject6Name; }
6a42f701-2959-41ab-906c-f63fdc11261f
public void setCustomPickList58(crmondemand.xml.customobject3.query.QueryType customPickList58) { this.customPickList58 = customPickList58; }
c63bc2e4-abc0-480d-9123-2c86cf86cf03
public void setCustomText69(java.lang.String customText69) { this.customText69 = customText69; }
72cfa664-96c5-412f-8c77-0e434a33f806
public java.lang.String getCustomText71() { return this.customText71; }
2b093cd3-9061-45ec-9b91-94cbfe1c28ef
public static void main(String [] args) { ClsPageRules cpr=new ClsPageRules(); System.out.println(cpr.getPageClassFromJson("item.taobao.com/item.htm")); System.out.println(cpr.getPageDescriptionFromJson("item.taobao.com/item.htm")); //cpr.getPageStats("rec_taobao_sample_day5_heigh1", "url"); //cpr.writePageStats("output/test.txt"); }
2506e6e8-2dcd-4ecf-b3e5-4b3857beeb5f
public crmondemand.xml.customobject3.query.QueryType getIndexedPick4() { return this.indexedPick4; }
7db24b75-d89b-48d3-82ae-d397c02f3652
public void setCustomPickList2(crmondemand.xml.contact.query.QueryType customPickList2) { this.customPickList2 = customPickList2; }
c84199ff-7d9c-4edc-9a19-c2be9a2a5464
public void setCustomPickList47(crmondemand.xml.opportunity.query.QueryType customPickList47) { this.customPickList47 = customPickList47; }
201c2c0a-5293-46dc-a873-c9be7caaedeb
public void setEndCustomerReference(java.lang.Boolean endCustomerReference) { this.endCustomerReference = endCustomerReference; }
766de471-630b-4fb4-9427-0bc663d01191
public void setCustomCurrency15(crmondemand.xml.customobject3.query.QueryType customCurrency15) { this.customCurrency15 = customCurrency15; }
22018653-41e8-4bdb-b43e-6e95776e70d0
public void setCustomNumber25(java.math.BigDecimal customNumber25) { this.customNumber25 = customNumber25; }
e5c3d113-aeed-4954-ab43-4044f011db8d
public java.lang.String getIDXPolicyId() { return this.iDXPolicyId; }
079cd14d-86e8-4259-b394-22e2e4310fbb
public crmondemand.xml.customobject6.query.QueryType getCustomText30() { return this.customText30; }
9f0fc46c-d9ca-4d03-8894-1eda43bb6dc3
public void setCustomObject6ExternalSystemId(java.lang.String customObject6ExternalSystemId) { this.customObject6ExternalSystemId = customObject6ExternalSystemId; }
ac0b997e-a9eb-4933-8d13-172fdd96491e
public java.lang.String getCustomPickList10() { return this.customPickList10; }
3092b0d6-74ac-4dd4-8854-4bb6c3a74312
public void setBusinessPlanExternalSystemId(java.lang.String businessPlanExternalSystemId) { this.businessPlanExternalSystemId = businessPlanExternalSystemId; }
1880ae5a-9cbf-43f8-bb42-ef2c73a09976
public void setCustomNumber8(crmondemand.xml.customobject6.query.QueryType customNumber8) { this.customNumber8 = customNumber8; }
a4111224-6008-4e86-8cb8-c59ba145424f
public void setCustomPickList33(java.lang.String customPickList33) { this.customPickList33 = customPickList33; }
d362b82a-3728-4ac9-8b33-de3b5df740d8
public java.lang.Boolean getCustomBoolean2() { return this.customBoolean2; }
701b18ef-1a94-4b56-9781-0d2356a2d1be
public java.lang.String getCustomPickList31() { return this.customPickList31; }
8beb2694-446e-4622-99d7-409355a0e673
public java.lang.Boolean getExtendFundBalance() { return this.extendFundBalance; }
a66f52f6-a9e5-4a90-ab28-722bc3e0d787
public java.lang.Integer getCustomInteger21() { return this.customInteger21; }
f4cf6703-26ff-4348-a53a-9660bb064c01
public java.lang.String getPolicyStatus() { return this.policyStatus; }
e289be61-ed68-4047-8da8-001dbb84f423
public void setCustomObject13Type(java.lang.String customObject13Type) { this.customObject13Type = customObject13Type; }
3f965489-5fd4-41b9-a764-5226915dd2c4
public java.lang.String getModifiedByExt() { return this.modifiedByExt; }
89e26d05-b640-467c-b3fb-ebbd9d9d0c4a
public void setExternalSystemId(java.lang.String externalSystemId) { this.externalSystemId = externalSystemId; }
dd04220e-2265-41da-98ed-e0a4eb24cbda
public crmondemand.xml.customobject6.query.QueryType getZCustomPhone2() { return this.zCustomPhone2; }
9d4c04a1-0a1b-4741-a20e-528860319ee9
public crmondemand.xml.customobject3.query.QueryType getCustomObject3Type() { return this.customObject3Type; }
df4318de-e779-41fe-8aa4-ef3194647a3f
public crmondemand.xml.customobject6.query.QueryType getAccountReference() { return this.accountReference; }