id
stringlengths
36
36
text
stringlengths
1
1.25M
236597e5-d361-4787-8b35-de0f8cf398c0
public void setCustomInteger22(crmondemand.xml.contact.query.QueryType customInteger22) { this.customInteger22 = customInteger22; }
c2286cde-e7b1-40cc-8471-ec677f7dcf71
public boolean isSelected() { return selected; }
e9af5c9d-ae38-405b-b549-064b7f887f8e
public void setCustomText75(java.lang.String customText75) { this.customText75 = customText75; }
ea96ae09-c67a-4818-af11-78e21afd32e8
public java.math.BigDecimal getCustomNumber4() { return this.customNumber4; }
cfdf7b7d-7423-4778-a1a9-674c3dc1e930
public java.math.BigDecimal getCustomNumber28() { return this.customNumber28; }
a18e18e2-0e66-4bbe-aa9e-b89e13d0e7aa
public FriendRequestMessage(FriendRequest friendRequest) { super(ClientMessageType.FRIEND_REQUEST); this.friendRequest = friendRequest; }
bcc495bb-18e8-45fc-a4c9-8c270e188d2d
public crmondemand.xml.customobject3.query.QueryType getOrderId() { return this.orderId; }
d6f55a27-96a8-4211-95a1-a19a0dc5fbb1
public Location addDescription(String description) { this.description = description; return this; }
70d0f761-a1f5-4e43-9047-ef8bdf39d638
public void setCustomDate57(java.util.Calendar customDate57) { this.customDate57 = customDate57; }
2560281e-0653-4d66-b878-6a8bfb460ee3
public void setType(int type) { //TODO use type to change fields like reason, duration, etc (@see constructor w/ TicketType) this.type = type; }
62cccca8-754f-4dc1-8646-a9cb06ede9c4
public java.lang.String getCustomPickList84() { return this.customPickList84; }
02279d77-1ced-46ab-8581-d3c16ae46380
void draw(Graphics2D g);
147cdb23-d96c-454b-a5cc-1b2d121f455f
public void setCustomDate4(java.util.Calendar customDate4) { this.customDate4 = customDate4; }
806082e7-14b9-4117-a1c5-fb0bdbec7432
public List<MapleRing> getMarriageRings() { Collections.sort(marriageRings); return marriageRings; }
9e3bab77-54d7-4f51-9980-740e04ee944b
public java.lang.String getCustomText45() { return this.customText45; }
dbbadbfc-f7b4-4a26-a894-bea0cf01ae29
public void setCustomPhone1(crmondemand.xml.customobject3.query.QueryType customPhone1) { this.customPhone1 = customPhone1; }
800a949f-8481-4ef2-aacc-d9f1de883cdd
public void setCustomPickList33(java.lang.String customPickList33) { this.customPickList33 = customPickList33; }
c53fe8b1-e9d4-4638-a881-7e8537384f80
public void setCustomObject14Name(java.lang.String customObject14Name) { this.customObject14Name = customObject14Name; }
1a802344-6745-4630-b4fa-9df1e915cddd
public String getFilename() { return filename; }
dc277a01-0d0a-4ffa-952a-29673fad5c2b
private int squareVal(){ Random rand = new Random(); int x = rand.nextInt(10); if(x < 9){ return 2; }else{ return 4; } }
f8603b0f-4e63-4f1f-b643-5031642d4781
private final static void mulLong(int sa, final PyMultiarray a, int sb, final PyMultiarray b, int sr, final PyMultiarray r, final int d) { final int dsa = a.strides[d], dsb = b.strides[d], dsr = r.strides[d], maxSr = sr + r.dimensions[d] * r.strides[d]; if (d == r.dimensions.length - 1) ...
c342d27a-cfa5-41b4-aa89-4f75328ef481
public static void useMove(int theUser, int index) { if(theUser==0) System.out.println("Move used: "+user[userIndex].move[index]); else System.out.println("Move used: "+enemy[enemyIndex].move[index]); //User Set if(theUser==0) { switch(user[userIndex].move[index].mainEffect) { case DAMAGE: ...
6d5f87a7-5ebf-4bd8-8ef0-62c39b8b2d2f
public void setCustomPickList52(java.lang.String customPickList52) { this.customPickList52 = customPickList52; }
1875bbc1-c29f-4a82-942f-4a6b68da5b86
public java.lang.String getCustomPickList69() { return this.customPickList69; }
e229ec28-abf2-4d79-8820-d8bb19dd6d9a
public crmondemand.xml.customobject6.query.QueryType getBusinessPlanExternalSystemId() { return this.businessPlanExternalSystemId; }
1109516a-5d84-4300-bd0c-8cf9da640849
public void setCustomNumber62(java.math.BigDecimal customNumber62) { this.customNumber62 = customNumber62; }
0d98ad14-64e0-4829-88d7-69299635827f
public java.lang.String getCustomObject12Name() { return this.customObject12Name; }
3b9e272d-687f-493f-bdf8-f92b1791f178
public File getConfigFile() { // I believe the easiest way to get the base folder (e.g craftbukkit set via -P) for plugins to use // is to abuse the plugin object we already have // plugin.getDataFolder() => base/plugins/PluginA/ // pluginsFolder => base/plugins/ // The base is n...
cc472b39-2351-4b5b-a82e-63a2a4184dd5
public crmondemand.xml.opportunity.query.QueryType getCustomBoolean12() { return this.customBoolean12; }
05f8b87a-416a-4ed7-94e8-217436797b92
public void setCustomObject8IntegrationId(java.lang.String customObject8IntegrationId) { this.customObject8IntegrationId = customObject8IntegrationId; }
495027a1-2508-4aa3-867e-3892f52c272a
@Override public void push(String s) { this.stack.addToFront(s); }
a6950375-c10d-4ac9-be12-a81b7520c1d9
@Override public boolean onCommand(CommandSender sender, Command cmd, String arg2, String[] args) { if(sender instanceof Player) { Player p = (Player)sender; if(p.hasPermission("sp.spawn")) { p.teleport(plugin.getSpawn()); p.sendMessage(ChatColor.DARK_AQUA + "Teleported to spawn!"); } else { ...
4c2d496b-05cf-4ce2-8244-0737130f2c6d
public void setBookId(crmondemand.xml.customobject3.query.QueryType bookId) { this.bookId = bookId; }
239eb762-53d5-4d71-b5d0-d4fadfc10286
public void setServiceRequestSRNumber(crmondemand.xml.opportunity.query.QueryType serviceRequestSRNumber) { this.serviceRequestSRNumber = serviceRequestSRNumber; }
5ab80d12-807e-44f0-b5a6-6e89f89a9163
public void setCustomPickList99(crmondemand.xml.customobject6.query.QueryType customPickList99) { this.customPickList99 = customPickList99; }
9ee163ce-d619-4aba-b0b1-5279405890f7
public java.math.BigDecimal getCustomNumber14() { return this.customNumber14; }
1a6d5b0d-abd1-4365-9d82-aaebc5034044
public java.lang.String getCustomPhone5() { return this.customPhone5; }
6938d90d-a437-4c36-885f-606767c6c688
@Override public String getName() { return "Compact Unicode image ChessBoard V3 ( for High-End mobile )"; }
9378d4bf-afd0-4d4c-817e-45222f98d136
public static Cons javaTranslateUnwindProtect(Cons tree) { tree.firstSetter(Stella.SYM_STELLA_JAVA_UNWIND_PROTECT); tree.rest = Cons.javaTranslateListOfTrees(tree.rest); return (tree); }
64a6ac42-208d-44e1-8b4a-e85d4ef26456
public void setCustomObject12Id(crmondemand.xml.customobject6.query.QueryType customObject12Id) { this.customObject12Id = customObject12Id; }
7fbfb8ab-10a3-4396-aa9b-d44510a87a22
public void setCustomObject15Type(java.lang.String customObject15Type) { this.customObject15Type = customObject15Type; }
37951e9c-f015-46f9-bca6-5287628ef87c
private void setEnvironment() { // pass m_flowEnvironment to all components // that implement EnvironmentHandler Vector beans = BeanInstance.getBeanInstances(); for (int i = 0; i < beans.size(); i++) { Object temp = ((BeanInstance) beans.elementAt(i)).getBean(); if (temp instanceof Environm...
8a953695-8468-4d66-9f18-ffee8af1c94a
public crmondemand.xml.customobject3.query.QueryType getCustomNumber37() { return this.customNumber37; }
a9862dc3-9986-462c-9dc0-185a62324305
public void setCustomDate52(java.util.Calendar customDate52) { this.customDate52 = customDate52; }
11f0342a-276f-4b96-b0ac-410bfd51ff73
public crmondemand.xml.customobject6.query.QueryType getCustomPickList55() { return this.customPickList55; }
2fbbd663-02b8-4f18-a799-e7861735e574
public crmondemand.xml.customobject6.query.QueryType getIndexedLongText0() { return this.indexedLongText0; }
c62c18fb-a13c-46e9-8ca9-69cbe7dcdc04
public java.util.Calendar getModifiedDateExt() { return this.modifiedDateExt; }
c26740af-f788-4424-ba2b-89f4f15b5c0f
public java.util.Calendar getCustomDate4() { return this.customDate4; }
c66e2682-5903-4a78-abbf-6ca43eb52b1c
@Override public Area areaLocation(CMObject E) { if(E==null) return null; if(E instanceof Area) return (Area)E; else if(E instanceof Room) return ((Room)E).getArea(); else if(E instanceof MOB) return areaLocation(((MOB)E).location()); else if(E instanceof Item) return areaLocation(((Ite...
d23f12ca-3c86-4f2e-9d94-44071efe1af9
public void setCustomInteger18(java.lang.Integer customInteger18) { this.customInteger18 = customInteger18; }
899930d0-f117-4ca6-800d-cb1bc2e24bcc
public void setOwnerExternalSystemId(java.lang.String ownerExternalSystemId) { this.ownerExternalSystemId = ownerExternalSystemId; }
5c757e1c-626c-4508-84c1-18c63f1a4143
public java.lang.Boolean getCustomBoolean23() { return this.customBoolean23; }
6b801a50-73b5-46e9-868f-8481879fef20
public void setCustomPickList85(java.lang.String customPickList85) { this.customPickList85 = customPickList85; }
3c898e65-a2a9-4a15-a215-2b84c1f9ef3c
public void setCustomObject4Name(crmondemand.xml.customobject6.query.QueryType customObject4Name) { this.customObject4Name = customObject4Name; }
e2d480e5-6382-4890-a0f8-9c10b31c2b07
public String getHero() { return hero; }
71a96b9e-ce28-424d-9454-8ca6c607a3d5
public crmondemand.xml.customobject3.query.QueryType getCustomText89() { return this.customText89; }
790cb27c-5d28-42c4-a9d3-253f7d2effc3
public java.math.BigDecimal getCustomCurrency16() { return this.customCurrency16; }
5a204e4d-2703-42d4-9832-cd9fe21ca1ac
public void setCustomNumber33(crmondemand.xml.customobject6.query.QueryType customNumber33) { this.customNumber33 = customNumber33; }
d0905e2f-4a6e-4bfe-80df-a7cb036dff8c
public void setCustomObject9IntegrationId(crmondemand.xml.opportunity.query.QueryType customObject9IntegrationId) { this.customObject9IntegrationId = customObject9IntegrationId; }
b6071302-6926-4c17-b790-68736249e073
@Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof setOption_args) return this.equals((setOption_args)that); return false; }
98b37df7-62f3-4d35-8bd0-6d3625cafdfb
public void setPrimaryShipToStreetAddress(crmondemand.xml.customobject6.query.QueryType primaryShipToStreetAddress) { this.primaryShipToStreetAddress = primaryShipToStreetAddress; }
ec6ec1ae-3d1b-4a48-ac3a-049aa25d611f
public void setBusinessPlanId(java.lang.String businessPlanId) { this.businessPlanId = businessPlanId; }
d0b7ed4a-7f20-49e2-add3-e10079c4a0e8
public java.lang.String getFundRequestName() { return this.fundRequestName; }
38ae4548-91d9-47ec-a786-0eeb78f8b3b2
public crmondemand.xml.customobject3.query.QueryType getCustomPickList15() { return this.customPickList15; }
d8e8d4a1-9709-4fa3-adb9-3130337b16f5
public void setCustomText53(crmondemand.xml.contact.query.QueryType customText53) { this.customText53 = customText53; }
bf89f20a-1da9-49a1-9340-6052d4d39234
public void setUpdatedByLastName(crmondemand.xml.customobject6.query.QueryType updatedByLastName) { this.updatedByLastName = updatedByLastName; }
3dbb0b1b-e531-4471-8aa7-5f9e9d01240e
public crmondemand.xml.contact.query.QueryType getCustomNumber38() { return this.customNumber38; }
fff322f0-5362-4f4f-afd7-af8eefb727c9
public void setCustomPhone18(crmondemand.xml.customobject6.query.QueryType customPhone18) { this.customPhone18 = customPhone18; }
0ba58126-7be5-4469-beb7-2589af709497
public crmondemand.xml.customobject6.query.QueryType getFinancialAccountFinancialAccountNumber() { return this.financialAccountFinancialAccountNumber; }
805aeb29-76a0-4285-aec9-47715ff01509
public void setPortfolioExternalSystemId(java.lang.String portfolioExternalSystemId) { this.portfolioExternalSystemId = portfolioExternalSystemId; }
4b741f67-3ed2-4303-af73-8e774f49cdad
public java.lang.String getCustomObject14IntegrationId() { return this.customObject14IntegrationId; }
9e2f946c-eb9d-4681-8b52-90cd1a64d569
public void setCustomText81(java.lang.String customText81) { this.customText81 = customText81; }
547ca7e0-cbc9-4701-bc10-1bec5769decc
public void setCustomPhone11(java.lang.String customPhone11) { this.customPhone11 = customPhone11; }
157e60b4-4c46-4ee9-8d9f-87c33c620d8b
public void setProductIntegrationId(crmondemand.xml.customobject3.query.QueryType productIntegrationId) { this.productIntegrationId = productIntegrationId; }
b1f2e308-db3a-4ecd-af2f-05069465a696
public java.math.BigDecimal getCustomCurrency2() { return this.customCurrency2; }
4641c50b-aa6f-40f5-bd35-9396c1a1eb65
public void setCustomObject9Id(java.lang.String customObject9Id) { this.customObject9Id = customObject9Id; }
bcf74f5b-bca6-4a48-a9dc-0c23759ce725
public crmondemand.xml.contact.query.QueryType getCustomBoolean32() { return this.customBoolean32; }
fe19b942-e15e-4ecf-a98e-094ee344cf72
public void setUpdatedByFirstName(java.lang.String updatedByFirstName) { this.updatedByFirstName = updatedByFirstName; }
51d53cd0-153d-4c59-a909-c2b5dfc7ca2d
public java.lang.String getCustomPickList76() { return this.customPickList76; }
ea14d950-8b65-4de5-aeee-6871481e8b8c
public crmondemand.xml.contact.query.QueryType getCertificationNum() { return this.certificationNum; }
6bb1ae04-b5dc-406a-94e8-b2f9007f1a27
public void setCustomCurrency5(crmondemand.xml.contact.query.QueryType customCurrency5) { this.customCurrency5 = customCurrency5; }
4876816d-2b9b-4e7e-97e4-a39fa4315fd3
public void setCustomNumber18(crmondemand.xml.customobject3.query.QueryType customNumber18) { this.customNumber18 = customNumber18; }
0db2f7ab-1979-4bd2-8e2b-dda206de7b25
public org.bwapi.proxy.messages.GameMessages.UpgradeType getUpgradeType() { return upgradeType_; }
a9f3dd52-1a48-4ac7-be22-26d764a3349f
public Conta() { }
c51d9a5c-b3b4-49f9-9b5c-175d5531d264
public java.util.Calendar getCustomDate14() { return this.customDate14; }
b6182c1d-24f1-4978-8c30-016982e91a1d
*/ public boolean hasSickness() { if (hasKeyword("Haste")) return false; return sickness; }
cefcae27-592f-4f29-9701-ddbbd1dfd0b0
public java.lang.String getCustomText31() { return this.customText31; }
3f8abf22-0b2d-4b14-9523-018e8fdc8427
private void createBoardImage() { Graphics2D g = (Graphics2D) gameBoard.getGraphics(); g.setColor(new Color(0x999999)); g.fillRoundRect(0, 0, BOARD_WIDTH, BOARD_HEIGHT, Tile.ARC_WIDTH, Tile.ARC_HEIGHT); g.setColor(new Color(0x999999)); for (int row = 0; row < ROWS; row++) { for (int col = 0; col < COLS...
2960130c-6d5d-4d9d-bd7f-6634babcfccb
public crmondemand.xml.customobject3.query.QueryType getCustomInteger16() { return this.customInteger16; }
1288d185-8159-4c8d-b175-43496bb7614c
public crmondemand.xml.customobject6.query.QueryType getCustomPickList17() { return this.customPickList17; }
1704e6e9-8b53-4dc2-a9ff-6e41b835a515
public java.lang.String getCustomObject4IntegrationId() { return this.customObject4IntegrationId; }
dff5b2f5-c172-45db-82c5-e3b2106a840e
public void setCustomNumber55(crmondemand.xml.customobject3.query.QueryType customNumber55) { this.customNumber55 = customNumber55; }
50bf662f-dd77-45fe-8aa3-f12b80fa129e
public void setAlternateCountry(java.lang.String alternateCountry) { this.alternateCountry = alternateCountry; }
7d0001c6-4a91-488c-9673-59e0cbddc2a6
public void setCustomText48(crmondemand.xml.opportunity.query.QueryType customText48) { this.customText48 = customText48; }
47f84f09-69ac-4283-b881-f3b5a12e0872
public crmondemand.xml.customobject3.query.QueryType getExamStatus() { return this.examStatus; }
11bab85c-597f-4622-a16f-109dc8a88bae
public crmondemand.xml.customobject6.query.QueryType getCustomObject4Id() { return this.customObject4Id; }
957c0f5d-3960-4971-b13e-726fda2a9bf2
public void setCustomBoolean33(java.lang.Boolean customBoolean33) { this.customBoolean33 = customBoolean33; }
01347882-b618-4f25-aa68-4590f007489f
public void setCustomNumber34(java.math.BigDecimal customNumber34) { this.customNumber34 = customNumber34; }
318c3fdb-f044-4e9f-8597-f557756dc58e
@java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); }
a176b065-3049-4313-9a9e-d39a236fea2c
@SuppressWarnings("deprecation") public float ClosingBalance(Calendar today){ float sum =0; for(int i=0; i<Bills.size();i++){ if(Bills.get(i).getDate().getTime().getDay() == today.getTime().getDay() && Bills.get(i).getDate().getTime().getMonth() == today.getTime().getMonth() && Bills.get(i).getDate().g...