id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
cf60b7c5-d22c-424f-bd6d-5208570ceecd | public void setServiceRequestType(java.lang.String serviceRequestType) {
this.serviceRequestType = serviceRequestType;
} |
42ae2fd9-fb2c-4fa1-8e3d-ca652619e7e8 | public void test_plusDays_overflowTooSmall() {
LocalDate.of(Year.MIN_YEAR, 1, 1).plusDays(Long.MIN_VALUE);
}
// -----------------------------------------------------------------------
// minus(Period)
// -----------------------------------------------------------------------
@Test(groups = { "tck" } |
513a6804-f698-472f-b949-e11872008ef4 | public void setCustomBoolean5(crmondemand.xml.customobject3.query.QueryType customBoolean5) {
this.customBoolean5 = customBoolean5;
} |
327653e6-6294-4986-ae5f-7091ee5e6e25 | public void setCustomCurrency14(crmondemand.xml.customobject6.query.QueryType customCurrency14) {
this.customCurrency14 = customCurrency14;
} |
afc8daf0-1f42-4610-908d-3e4d6e278911 | public void setCustomNumber2(crmondemand.xml.customobject6.query.QueryType customNumber2) {
this.customNumber2 = customNumber2;
} |
e74db697-213d-4ca9-9d33-a57646f4782d | public crmondemand.xml.customobject6.query.QueryType getObjectiveType() {
return this.objectiveType;
} |
d5936e39-ad8a-40cd-9c12-80c65f397da9 | public void setProduct(crmondemand.xml.contact.query.QueryType product) {
this.product = product;
} |
d7045d73-56db-486e-9e6f-862061d0713a | public void setCustomDate7(crmondemand.xml.contact.query.QueryType customDate7) {
this.customDate7 = customDate7;
} |
521e2c38-4ea3-4363-9895-6f476b97bbee | public void setCustomText9(crmondemand.xml.contact.query.QueryType customText9) {
this.customText9 = customText9;
} |
2e04b90d-0f10-4448-b165-2f5d7a476acb | public crmondemand.xml.opportunity.query.QueryType getCustomPickList47() {
return this.customPickList47;
} |
d3057d44-155f-4175-b954-cd9432e70838 | void setId(com.google.protobuf.ByteString value) {
bitField0_ |= 0x00000001;
id_ = value;
onChanged();
} |
c4ba9b95-4f84-478d-a005-7ee90bd03687 | public java.lang.String getCustomText85() {
return this.customText85;
} |
7699370c-3ad3-448a-8de2-b9d4df107f96 | @Override
public void move(int x, int y) {
super.move(x, y);
} |
9acdb7a3-b71e-4ce6-a39f-8e0c624fb8e3 | public void setLastName(java.lang.String lastName) {
this.lastName = lastName;
} |
db74af9c-c8ab-4895-ae8a-39ef6b9e89d4 | public crmondemand.xml.customobject6.query.QueryType getCustomObject7Name() {
return this.customObject7Name;
} |
e58fecc1-a851-4991-bd08-904320212cd2 | public void setCustomBoolean22(crmondemand.xml.customobject3.query.QueryType customBoolean22) {
this.customBoolean22 = customBoolean22;
} |
fb9a5c13-33fc-433b-9b62-950db240c02d | @Override
public void possiblyBumpAchievement(final MOB mob, final Event E, int bumpNum, Object... parms)
{
if((mob != null)&&(E!=null)&&(!mob.isMonster())&&(CMProps.getBoolVar(CMProps.Bool.MUDSTARTED)))
{
ensureAchievementsLoaded();
final PlayerStats pStats = mob.playerStats();
if(pStats != null)
{
... |
a48ac31e-4573-47fa-ab84-7a8e5893597f | public TextField(String text) {
setOpaque(false);
setCaretColor(Color.DARK_GRAY);
setForeground(Color.DARK_GRAY);
setText(text);
setBorder(new EmptyBorder(0, 10, 0, 10));
} |
7c81a0f0-9342-46a4-a0ad-2fa0498c3b79 | public java.lang.Boolean getCustomBoolean26() {
return this.customBoolean26;
} |
868b4896-bac7-49ea-896b-4cff4308bf9f | public void moveDelta(double x, double y)
{
Point to=new Point(this.x+x,this.y+y);
move(to);
} |
5bfedd67-eee6-439f-b936-f1fc6065d128 | public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof main.Messages.ExecutionEndingRequest) {
return mergeFrom((main.Messages.ExecutionEndingRequest)other);
} else {
super.mergeFrom(other);
return this;
}
} |
a8de9290-bcd5-4240-97db-942eeb97583e | @Override
public boolean removeFaction(String factionID)
{
Faction F;
if(factionID==null)
{
for(final Enumeration<Faction> e=factionSet.elements();e.hasMoreElements();)
{
F=e.nextElement();
if(F!=null)
removeFaction(F.factionID());
}
return true;
}
F=getFactionByName(factionID);
i... |
44013444-633d-4a8e-9425-2c11ec158d50 | public static com.google.protobuf.DescriptorProtos.EnumValueOptions parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
} |
de6aaf7e-58fc-4bfe-8b8a-fcdc53137368 | public void setCustomDate6(crmondemand.xml.customobject6.query.QueryType customDate6) {
this.customDate6 = customDate6;
} |
ed2e03b3-5fce-4c15-9b49-17850c3aa983 | public crmondemand.xml.customobject3.query.QueryType getCustomText80() {
return this.customText80;
} |
c8cbf7c4-1208-49d3-b5f0-88c9df82f9b7 | public void setCustomPhone10(java.lang.String customPhone10) {
this.customPhone10 = customPhone10;
} |
10dcde02-7bb2-4c89-85fb-362cd9826205 | public void setPolicyCurrencyCode(java.lang.String policyCurrencyCode) {
this.policyCurrencyCode = policyCurrencyCode;
} |
556ed90a-5f6f-445e-817a-8f682fe26168 | public void setOwnerUserSignInId(java.lang.String ownerUserSignInId) {
this.ownerUserSignInId = ownerUserSignInId;
} |
118e1344-9787-4611-96f2-31b152932e35 | public void setCustomPickList43(java.lang.String customPickList43) {
this.customPickList43 = customPickList43;
} |
3a7e25e9-d50c-473f-b3ee-a90a45324e70 | public void setTransactionId(java.lang.String transactionId) {
this.transactionId = transactionId;
} |
78032321-726c-4830-9ed0-55215195be61 | public void setCustomCurrency22(crmondemand.xml.contact.query.QueryType customCurrency22) {
this.customCurrency22 = customCurrency22;
} |
296fb307-1484-4b43-972e-a4ce1ea7213b | public java.lang.String getCustomText59() {
return this.customText59;
} |
3872254c-8e6d-40fb-be1f-3009595a9c59 | public void setFinancialAccountId(crmondemand.xml.customobject6.query.QueryType financialAccountId) {
this.financialAccountId = financialAccountId;
} |
df2120b6-2caf-449a-9cf8-ca3ad0f8bc3c | private void initializeRocks() {
for(int i = 0; i < 250; i++) {
Point point = getRandomLocationOnGrid(525);
if(getElements().contains(new Rectangle(point.x,
point.y, GameModel.getUnit(), GameModel.getUnit()))) {
i++;
continue;
} else {
addRock(point);
}
}
int UNIT4 = GameModel.getUnit... |
61a2383d-0047-470f-85ab-05e136156911 | public void setCustomObject13IntegrationId(crmondemand.xml.opportunity.query.QueryType customObject13IntegrationId) {
this.customObject13IntegrationId = customObject13IntegrationId;
} |
15d10346-0963-4581-adae-bcaa9e19afb1 | public java.math.BigDecimal getCustomNumber3() {
return this.customNumber3;
} |
0fff41b1-8649-4ce3-bab0-6d2f2a3cfacc | public void setCustomDate12(crmondemand.xml.customobject3.query.QueryType customDate12) {
this.customDate12 = customDate12;
} |
0a7b16ba-5b4b-47e9-8221-b45d03789299 | public java.util.Calendar getCustomDate9() {
return this.customDate9;
} |
40134389-76a6-41d7-b7ed-b792d34ce7ce | public crmondemand.xml.contact.query.QueryType getCustomPickList74() {
return this.customPickList74;
} |
f01bcf9e-3eee-4782-b9e6-de4dae6d5a2f | public void setCustomDate32(crmondemand.xml.customobject3.query.QueryType customDate32) {
this.customDate32 = customDate32;
} |
e98863e2-aa56-4474-867c-21c0214ff81b | public java.lang.String getName() {
return this.name;
} |
5c26fd61-3e69-4793-8d6e-3663c21af714 | public void test_get_OffsetDate(int y, int m, int d, ZoneOffset offset) {
LocalDate localDate = LocalDate.of(y, m, d);
OffsetDate a = OffsetDate.of(localDate, offset);
assertEquals(a.getDate(), localDate);
assertEquals(a.getOffset(), offset);
assertEquals(a.toString(), localDate.toString() + offse... |
58c7919e-e083-4792-9dd7-031daae1997f | public List<User> getAllUser() {
return this.userDao.getAllUser();
} |
026c3b55-b303-42ef-b94e-756fa3a57b1e | public void setCustomText29(java.lang.String customText29) {
this.customText29 = customText29;
} |
192ef2b0-cd76-4c13-be21-4bf0fc43148f | public void setCustomDate24(crmondemand.xml.customobject3.query.QueryType customDate24) {
this.customDate24 = customDate24;
} |
ddc556e8-3a2d-46e2-aff5-17a8761bc014 | public java.lang.String getOwnerId() {
return this.ownerId;
} |
0ea56643-4f7f-4ba6-8a8b-0efa1530a009 | public void setCustomCurrency17(java.math.BigDecimal customCurrency17) {
this.customCurrency17 = customCurrency17;
} |
47981123-6a50-4688-87f8-c3ec8cd5c559 | private static boolean isPalindrome(int i) {
String s = i + "";
for (int j = 0; j < s.length() / 2; j++) {
if(s.charAt(j) != s.charAt(s.length() - j - 1)) {
return false;
}
}
return true;
} |
862529cf-e5fc-420d-a959-7f86037d518a | public void setCustomPickList16(java.lang.String customPickList16) {
this.customPickList16 = customPickList16;
} |
f1e6c505-a36b-46cb-a5c4-07c1ff505c27 | public void setPolicyExpirationDate(crmondemand.xml.contact.query.QueryType policyExpirationDate) {
this.policyExpirationDate = policyExpirationDate;
} |
8385a70c-d6c7-4e9b-a6a4-97b257bc6314 | public static void main(String args[]) {
Client client=new Client("ChatRoom!");
client.setVisible(true);
client.getSocket();
} |
8eb140e8-f598-4f1f-9b17-759f0d964091 | @Test
public void testEasy7() throws Exception {
String start = "hit";
String end = "hit";
String[] words = {};
Set<String> dict = Utils.stringArrayToSet(words);
WordLadderII wordLadderII = new WordLadderII();
List<List<String>> result = wordLadderII.findLadders(star... |
b9cd1e43-9376-4685-8a87-3a160aa10799 | public java.lang.String getShippingPrimaryAddressLine1() {
return this.shippingPrimaryAddressLine1;
} |
28e3faa8-8634-423a-927e-366285cf92fd | public void deHide() {
if (this.getBuffedValue(MapleBuffStat.GM_HIDE) != null) {
this.cancelBuffStats(MapleBuffStat.GM_HIDE);
}
} |
7e48b817-5986-46fe-9025-bc86550fb22e | public void setFinancialAccountPrimaryAccount(crmondemand.xml.contact.query.QueryType financialAccountPrimaryAccount) {
this.financialAccountPrimaryAccount = financialAccountPrimaryAccount;
} |
70c0e86e-3db1-4c12-a05c-caf4b9c1596e | public void setCustomPickList41(java.lang.String customPickList41) {
this.customPickList41 = customPickList41;
} |
c0e9393c-a4cd-44fa-b0d2-115931ccc7ee | @Override
public Item findFirstInventory(Enumeration<Room> rooms, MOB mob, String srchStr, int timePct)
{
final List<Item> found=findInventory(rooms,mob,srchStr,true,timePct);
if(found.size()>0)
return found.get(0);
return null;
} |
f1956af2-fa85-41a7-a4b5-fbcff8a6cf8f | public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton14ActionPerformed(evt);
} |
d6b79dec-adca-44e2-8bff-8bb889a9bae1 | public void setCustomPickList46(java.lang.String customPickList46) {
this.customPickList46 = customPickList46;
} |
4621480c-b5cf-4a61-81a6-409eb80525f2 | public void setOwnerId(crmondemand.xml.customobject6.query.QueryType ownerId) {
this.ownerId = ownerId;
} |
c3e9ede8-c8c3-41b0-bc78-9697cccc900e | public void setCustomObject11Name(java.lang.String customObject11Name) {
this.customObject11Name = customObject11Name;
} |
97a1f9cf-0583-443a-b230-a071bba76980 | public java.util.Calendar getCustomDate37() {
return this.customDate37;
} |
3554b194-294f-48b5-bb36-3df73784319b | public void setCustomText72(java.lang.String customText72) {
this.customText72 = customText72;
} |
66410964-e1e6-4c44-a0f8-36af1b8525ce | private void initFields() {
name_ = "";
method_ = java.util.Collections.emptyList();
options_ = com.google.protobuf.DescriptorProtos.ServiceOptions.getDefaultInstance();
} |
ce94d6d8-85c6-4ff1-a2db-5598ce0fd80f | public void setCustomPickList26(java.lang.String customPickList26) {
this.customPickList26 = customPickList26;
} |
f4012513-fb78-4004-b7dc-3c1a7479ef1c | public java.lang.String getBusinessPlanType()
{
return this.businessPlanType;
} |
22ba897b-6431-4744-b5bf-e0c080896e0d | public void setCustomNumber6(java.math.BigDecimal customNumber6) {
this.customNumber6 = customNumber6;
} |
4c221ea7-8515-4354-afc6-646b0173a5fd | public void setZCustomNumber37(crmondemand.xml.customobject6.query.QueryType zCustomNumber37) {
this.zCustomNumber37 = zCustomNumber37;
} |
bc1abac4-815e-4cdc-8a2b-3fb3c751b017 | public void setCustomDate39(java.util.Calendar customDate39) {
this.customDate39 = customDate39;
} |
8940fde6-f33d-47c0-8bad-c29e6ca69506 | public boolean mobCollision(int xa, int ya){
Mob m = dungeon.getMob(xa, ya, this);
if(m != null){
if(this.knockback > 0) m.knockback = this.knockback / 2;
else m.knockback = 2f;
m.knockDir = dir;
return true;
}
return false;
} |
12e8d2b8-9fb0-4e28-b97f-65314da2e89f | public void setCustomDate11(java.util.Calendar customDate11) {
this.customDate11 = customDate11;
} |
9c940cd7-11b3-45b2-8d1a-5f6b56136825 | public void setCustomObject13IntegrationId(java.lang.String customObject13IntegrationId) {
this.customObject13IntegrationId = customObject13IntegrationId;
} |
80e77333-ed47-4abd-b696-6c25c4090ae2 | public java.lang.String getServiceRequestIntegrationId() {
return this.serviceRequestIntegrationId;
} |
cc1130fb-813d-4426-91c2-eaa795016185 | void qwe() {
} |
24d0b717-5fd5-40c9-b6dd-a6b09aa74d69 | public java.lang.String getFinancialAccountFinancialAccount() {
return this.financialAccountFinancialAccount;
} |
77d03511-930d-44b5-ac9e-03323c281966 | public void setCustomPickList14(java.lang.String customPickList14) {
this.customPickList14 = customPickList14;
} |
15ceb376-5f5b-4b2d-8cc6-0daa0899a390 | public void setCustomText11(java.lang.String customText11) {
this.customText11 = customText11;
} |
0efdbc0a-6249-43d7-8c26-ddee5dcafe01 | public void setParentFinancialAccountIntegrationId(crmondemand.xml.customobject3.query.QueryType parentFinancialAccountIntegrationId) {
this.parentFinancialAccountIntegrationId = parentFinancialAccountIntegrationId;
} |
45ffff11-7956-456e-98c7-468e493c1a98 | public crmondemand.xml.customobject6.query.QueryType getCustomPickList27() {
return this.customPickList27;
} |
3b1de8ae-0378-4401-83b6-2f65546871d5 | public void read(BufferedReader buff)
{
try
{
while(buff.ready())
{
line = buff.readLine();
piecePlace = pattern[0].matcher(line);
pieceMove = pattern[2].matcher(line);
castle = pattern[1].matcher(line);
if(piecePlace.find())
{
String chessPiece = piecePlace.group("ChessPie... |
d4e3fd4a-4a57-41b9-8a08-cc417bdbef52 | public java.lang.String getCustomPickList3() {
return this.customPickList3;
} |
5dbc7fe5-8c20-4143-85c1-045f78c59140 | public void fillTableWithList(JTable tableAllTask, ArrayList<Task> fillList) throws IOException, SQLException {
DefaultTableModel modelTable = (DefaultTableModel) tableAllTask.getModel();
modelTable.setRowCount(0);
for (int i = 0; i < fillList.size(); i++) {
Object[] data = {fillLi... |
795f3afa-e01e-432b-a8b8-6340445c97ff | public void print(int l)
{
print(l, "ThereExists SchemaExpression");
m_schemaText.print(l + 1);
m_schemaExpression.print(l + 1);
}
}
public class AstThereExists1S extends AstSchemaExpression
{
AstSchemaText m_schemaText;
AstSchemaExpressio... |
c2550e80-ea71-4035-84b5-242a71d100a9 | public crmondemand.xml.customobject6.query.QueryType getCustomCurrency19() {
return this.customCurrency19;
} |
004b1310-8c24-4eea-aca9-786147b86df7 | public crmondemand.xml.customobject3.query.QueryType getCustomText3() {
return this.customText3;
} |
c64f95d1-a490-4a73-be69-91347c35e53a | public void setCreatedByLastName(java.lang.String createdByLastName) {
this.createdByLastName = createdByLastName;
} |
d86b9275-dfc0-4c17-9191-ffeb74627a68 | public void run() {
AboutDialog ad = new AboutDialog(viewer, messageBundle, true,
AboutDialog.OK, AboutDialog.NO_TIMER);
ad.setVisible(true);
} |
4b3ddaac-6987-4697-a6d0-c4225630f8d9 | public void setCustomPickList8(crmondemand.xml.opportunity.query.QueryType customPickList8) {
this.customPickList8 = customPickList8;
} |
a320f36a-a822-4c78-8729-a310ff79d2a7 | public void setCustomPickList11(java.lang.String customPickList11) {
this.customPickList11 = customPickList11;
} |
07cdd1ce-e061-4aab-bb51-bf6243a569dd | public java.lang.String getCustomText3() {
return this.customText3;
} |
8ab236df-783b-4fc2-b2e2-4188188484c1 | public java.math.BigDecimal getCustomCurrency19() {
return this.customCurrency19;
} |
9455ab55-4d9a-48d2-b78e-cda572c715b9 | public void setCustomText78(crmondemand.xml.opportunity.query.QueryType customText78) {
this.customText78 = customText78;
} |
2676988b-ab06-49d7-a194-efe8eab032b7 | public java.lang.String getSearchspec() {
return this.searchspec;
} |
c15a964f-02ff-4c77-a768-c2e4c6723e37 | public java.util.Calendar getCustomDate33() {
return this.customDate33;
} |
b55dbbdb-f940-48e9-ae2d-57ae03bb11db | public static Cons computeExternalBindings(Vector externalarguments) {
{ Cons externalbindings = Stella.NIL;
if (externalarguments == null) {
return (Stella.NIL);
}
{ Stella_Object arg = null;
Vector vector000 = externalarguments;
int index000 = 0;
int length000 = ... |
50efa6ed-27ce-4e34-8d82-cb1d2d4466aa | public static void main(String[] args) throws IOException {
float tempoChegadas = 0;
float tempoAtendimento = 0;
float qtdCarrosAtendidos = 0;
float qtdCarrosPerdidos = 0;
float qtdTotalCarros = 0;
float tempoEspera = 0;
ArrayList<Integer> horariosPicoInicio = new ArrayList<Integer>();
ArrayList<Intege... |
5a36fbbf-6e92-4b61-970d-4d25a6ed5882 | public void setCustomObject14Id(java.lang.String customObject14Id) {
this.customObject14Id = customObject14Id;
} |
449ad7a3-9fa5-43d5-a71a-813bb42dce55 | public InsurancePolicy getInsurancePolicy() {
return insurancePolicy;
} |
510d6994-8e16-4571-aa19-52ecbe98e774 | public java.lang.String getCustomPickList18() {
return this.customPickList18;
} |
992831f4-139d-44e6-ae57-6dca84ea6976 | public static String askHash(String msg) {
String res = null;
while (res == null || !Draft.isHash(res) ) {
res = ask(msg);
if ( !Draft.isHash(res) )
System.out.println("\n!!! Not an implemented hash function !!!");
}
return res;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.