id
stringlengths
36
36
text
stringlengths
1
1.25M
990983a6-22a7-4d92-b460-e9db7ecbbeb6
public void test_compareTo_hourDifference() { ZonedDateTime a = ZonedDateTime.of(LocalDateTime.of(2008, 6, 30, 10, 0), ZONE_0100); ZonedDateTime b = ZonedDateTime.of(LocalDateTime.of(2008, 6, 30, 11, 0), ZONE_0200); // a is before b ...
7ecc61b7-44a5-4242-886e-a309aab1acbf
public java.lang.String getCreatedByLastName() { return this.createdByLastName; }
084565ff-aa9e-45fa-ac2a-2daa29d206d4
public java.lang.String getExamId() { return this.examId; }
83d03dc5-4cd4-4a5a-b5a8-0c90a68b4b11
private void reset(){ ParkedUsers garage = ParkedUsers.getInstance(); ParkingSpot spot = garage.searchBySpotNumber("312"); spot.setPrintWriter(null); spot.removeAssignedUser(); }
61d229da-eabf-47a5-8653-75e901998226
public crmondemand.xml.customobject6.query.QueryType getZCustomNumber20() { return this.zCustomNumber20; }
2212fe7e-de36-4317-8684-68719471784d
public final int getTotalDex() { return localdex; }
aa4a1c70-f675-49c2-b49e-aa7158c99da6
public void setCustomNumber31(java.math.BigDecimal customNumber31) { this.customNumber31 = customNumber31; }
f3bf3015-1987-4653-b39d-df4d6920bca8
public void setCustomPickList62(crmondemand.xml.customobject3.query.QueryType customPickList62) { this.customPickList62 = customPickList62; }
0a42eca1-0aea-4a63-b25c-7fbfa7e8a7aa
public BaseThread() { setTID(); }
03376ad9-f190-441b-8a67-24ec1bd5d9b4
public java.util.Calendar getCustomDate7() { return this.customDate7; }
5aad71cb-d883-4c5b-8e59-529266db476d
public int getTerm() { return term; }
ad6cd19a-28c8-4ea6-b3ab-ba3171334549
public void setCustomPickList29(crmondemand.xml.opportunity.query.QueryType customPickList29) { this.customPickList29 = customPickList29; }
4485db66-78b1-4ab1-b8e0-fe73063e09d2
public void setSolutionExpirationDate(crmondemand.xml.customobject3.query.QueryType solutionExpirationDate) { this.solutionExpirationDate = solutionExpirationDate; }
7507f0d4-4ded-4f37-95e1-8003f9e62ebf
private List<Address> generateAddresses(int nAddresses) { List<Address> addresses = new ArrayList<>(); while (nAddresses-- > 0) { addresses.add(new Address(STREET_GENERATOR.nextRandomName(), CITY_GENERATOR.nextRandomName(), STATE_GENERATOR.nextRandomName())); } return addresses; }
8be7e665-7a69-4cb8-a72b-5ac0c841e0fb
public void setCustomCurrency24(java.math.BigDecimal customCurrency24) { this.customCurrency24 = customCurrency24; }
f53e891a-131d-4dd5-9ff2-67834186b847
public java.lang.String getCustomPickList76() { return this.customPickList76; }
928e5121-f024-47f8-b0e3-dff3eab93249
public java.math.BigDecimal getCustomCurrency3() { return this.customCurrency3; }
d20b4aa2-92e5-411f-be24-5ce5cc662602
public int getPositiveClassifications();
58e04cd8-c806-4dd0-ae81-86aa47d53347
public crmondemand.xml.customobject3.query.QueryType getCustomText63() { return this.customText63; }
f8a8be50-4496-47fa-9214-f381aec0f4a4
protected Room genRoomType(MOB mob, Room R, int showNumber, int showFlag) throws IOException { if((showFlag>0)&&(showFlag!=showNumber)) return R; mob.tell(L("@x1. Type: '@x2'",""+showNumber,CMClass.classID(R))); if((showFlag!=showNumber)&&(showFlag>-999)) return R; String newName=""; while((mob.sessi...
a2907e49-7caf-4659-b4bc-df915ca4c156
public java.lang.String getCustomPickList10() { return this.customPickList10; }
ef0997d4-756b-4e5b-9849-b79b873d9052
public java.lang.String getCustomPickList35() { return this.customPickList35; }
fe2e9a1e-9333-40cb-a85b-821886aca87a
public void setAlias(String value) { this.alias = value; } /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * &lt;complexType> * &lt;complexContent> * ...
ef326c8c-8d77-49ca-b62c-7b52b8309990
public crmondemand.xml.contact.query.QueryType getAccountIntegrationId() { return this.accountIntegrationId; }
64ff795c-3650-457f-8a01-31dee45b3517
public crmondemand.xml.contact.query.QueryType getPortfolioId() { return this.portfolioId; }
66ac769e-7b4a-44d7-944e-5d25d139a643
@Override public void armRotateRight() { // TODO Auto-generated method stub }
b076b348-4b2e-42a3-bf5d-79fdd1e45b38
public GoGame() { super("Go"); // name of the top of the board groups = new ArrayList<Group>(); board = new ImageIcon("go.png");// puts the board as an image icon whitePass = false;// boolean which checks to see if white has passed blackPass = false;// Checks to see if black has passed JPanel panel = new ...
c0c06e15-e36a-4841-a0a4-3529dc0cae65
public void setCustomInteger28(java.lang.Integer customInteger28) { this.customInteger28 = customInteger28; }
0836ab80-eeba-430d-8933-7c939fd33f98
public void setCustomerContactExternalSystemId(java.lang.String customerContactExternalSystemId) { this.customerContactExternalSystemId = customerContactExternalSystemId; }
c08628ec-bf39-4fa8-b0b5-5dafef70552f
public void changeProfessionLevelExp(int id, int level, int exp) { changeSingleSkillLevel(SkillFactory.getSkill(id), ((level & 0xFF) << 24) + (exp & 0xFFFF), (byte) 10); }
0e5b1ba6-278d-424c-a004-08f288566afa
private URL getURL(String filename) { URL url = null; try { url = this.getClass().getResource(filename); } catch (Exception e) { } return url; }
4be85b93-8609-4e4e-b95e-86937e9f0165
public void setTP(double v) { this.TP = v; }
caa10f67-e20c-416a-9f77-c72e62ba9dca
public void setObjectiveStatus(crmondemand.xml.customobject3.query.QueryType objectiveStatus) { this.objectiveStatus = objectiveStatus; }
9abfe512-ad87-4cec-8e78-d3fd81ad843d
public java.lang.String getPartnerName() { return this.partnerName; }
06b28489-42a5-4174-a220-e92d37888b5e
public void setCustomText50(java.lang.String customText50) { this.customText50 = customText50; }
63056b08-9e2a-4f7e-b48b-fc030e75ec56
public void setCustomDate24(crmondemand.xml.contact.query.QueryType customDate24) { this.customDate24 = customDate24; }
54546bbf-9b58-4630-a2b7-913185c96db8
public crmondemand.xml.contact.query.QueryType getCustomCurrency12() { return this.customCurrency12; }
d43fddc1-4fea-47cc-bcd8-bc4490139a10
public crmondemand.xml.opportunity.query.QueryType getCustomText45() { return this.customText45; }
0128838b-93e7-40d1-8b39-74258e7eaade
@Override public void keyTyped(KeyEvent arg0) { // TODO Auto-generated method stub }
457eb970-b678-4fd2-93ea-e3743e2be619
public java.lang.String getOpportunityType() { return this.opportunityType; }
6c351420-471e-4028-9455-23d9fde8227b
public void setCWE(String CWE){ this.CWE = CWE; }
8e538ab1-a532-4645-8297-e1889f994d2d
public void setCustomText24(java.lang.String customText24) { this.customText24 = customText24; }
fea0eb08-4b51-4adc-bb12-95db0c52aa38
public java.lang.String getDistributorAccountName() { return this.distributorAccountName; }
c02e84c0-45bb-4ab3-9614-881f9fbeba73
private AdministradorPersistenciaCliente() { }
20639394-64eb-44d9-90eb-3c8af8f15d5b
public crmondemand.xml.contact.query.QueryType getCustomInteger8() { return this.customInteger8; }
8d551bfe-d861-4008-99f9-82dd62409f16
public void setCustomBoolean0(crmondemand.xml.contact.query.QueryType customBoolean0) { this.customBoolean0 = customBoolean0; }
426195af-96a4-4cde-9c92-2bd7649cba15
public crmondemand.xml.contact.query.QueryType getCustomDate14() { return this.customDate14; }
5395ed11-6233-4c66-b386-71f83166976b
public crmondemand.xml.customobject3.query.QueryType getCreatedByUserSignInId() { return this.createdByUserSignInId; }
3989e2f2-be03-4ccf-89c6-175d7b0e009a
public void setCustomText57(java.lang.String customText57) { this.customText57 = customText57; }
43b832ba-7016-4272-8170-527a6c562a48
public void setOpportunityRevenue(java.math.BigDecimal opportunityRevenue) { this.opportunityRevenue = opportunityRevenue; }
9259b7b2-2592-40b4-9404-17ca4f9f4b1e
public crmondemand.xml.customobject3.query.QueryType getCustomPickList8() { return this.customPickList8; }
4617eaeb-96cd-47e6-acba-4f6f604e4324
public void setPitchDegrees(float pitchDegrees){ m_pitchDegrees = pitchDegrees; }
8aaa7285-6f57-4eff-abec-9d19b84533e0
public java.math.BigDecimal getCustomNumber58() { return this.customNumber58; }
af4e4ef7-a3af-4b22-8a40-a88b061b4b25
public void setCustomNumber0(java.math.BigDecimal customNumber0) { this.customNumber0 = customNumber0; }
6280365e-3fa6-4e87-969a-b339e3e7a9bc
public void setCustomPickList48(java.lang.String customPickList48) { this.customPickList48 = customPickList48; }
1138913b-aeeb-4d4f-b3be-be54bc94afd0
public crmondemand.xml.customobject6.query.QueryType getPrimaryProductStatus() { return this.primaryProductStatus; }
429b9051-3a7d-4a70-9c3f-0ea1e9529940
public static int getWidth(int index) { return Width[index]; }
d5a891d4-65e4-472f-91b4-f2f91967f11c
public int countCoins(String state) { int count = 0; for (int i = 0; i < state.length(); i++) { if (i > 0 && !equalsToPreviousCoin(state, i)) { count++; } else if (i < state.length() - 1 && !equalsToNextCoin(state, i)) { count++; } ...
51f92b0c-cb2a-4c6d-9742-0b56f9831c13
public void setActivityId(crmondemand.xml.contact.query.QueryType activityId) { this.activityId = activityId; }
fd6791af-34c4-4d14-8a06-f96b950ce1a1
public java.lang.Boolean getZCustomBoolean24() { return this.zCustomBoolean24; }
71fc6cde-65d1-4ab9-b40c-c95b59d8e532
public crmondemand.xml.customobject3.query.QueryType getCustomObject4Id() { return this.customObject4Id; }
abb11814-4f10-4c32-ba56-0a9d481ffa6f
public crmondemand.xml.opportunity.query.QueryType getSolutionTitle() { return this.solutionTitle; }
68c6b4e1-ce18-4fb2-9c2e-cd595d0615a6
public void setCustomNumber30(crmondemand.xml.customobject6.query.QueryType customNumber30) { this.customNumber30 = customNumber30; }
0710b585-e3e5-4cef-aa3d-ffc59bc30fd8
public static void depthFirstRecurse(Graph g, int v, boolean[ ] marked) { int[ ] connections = g.neighbors(v); int i; int nextNeighbor; marked[v] = true; System.out.println(g.getLabel(v)); // Traverse all the neighbors, looking for unmarked vertices: for (i = 0...
3114c872-3429-466c-a7de-42737f877e0c
public java.lang.String getExamType() { return this.examType; }
9cf7d8d1-d3c9-4733-b9db-b60a3d9263a1
public void setContactId(crmondemand.xml.customobject6.query.QueryType contactId) { this.contactId = contactId; }
ac18f1d5-3565-493d-9a54-5b7a83b69d49
public Parser linePhrase() { if (linePhraseParser == null) { FutureParser future = scoped("linePhrase"); linePhraseParser = future; future.setParser( choice( token("LEFTLINE"), token("OVERLINE"), token("UNDE...
338296b9-7269-42c3-a6be-a8bdf1f9a2a3
public void setIntegrationId(java.lang.String integrationId) { this.integrationId = integrationId; }
2cc90f6f-b0b8-44ff-9ba6-2c0d269d0d23
public void setPlanType(crmondemand.xml.opportunity.query.QueryType planType) { this.planType = planType; }
2bcb8d06-7c06-4e3d-a00e-ab9b9d695a31
public Type_pose(int id_type_pose, String nom_type_pose, String enroulement, int rabat) { this.id_type_pose = id_type_pose; this.nom_type_pose = nom_type_pose; this.enroulement = enroulement; this.rabat = rabat; }
14aca4a1-d547-4dc2-8531-3fb7edfe9a51
public java.lang.String getCustomPickList38() { return this.customPickList38; }
0705424f-b0d7-4f06-8a80-66a75a1f4941
public java.lang.String getParentPolicyLineofBusiness() { return this.parentPolicyLineofBusiness; }
c35278d7-4bb3-499f-b9eb-d9fb22f2298b
public void setStreet(crmondemand.xml.customobject3.query.QueryType street) { this.street = street; }
6f649b16-2070-4314-abe0-eba9ef136c33
public java.lang.String getPlanItemId() { return this.planItemId; }
2e9acb1f-57ab-41d3-aff2-8ce4ec12e2bb
private V runFunc(int op, K key,V val){ //System.out.println("running op " + op +" with "+ key + " and " + val); while(true){ //set all of the relevent values rec.get().req.op = op; rec.get().req.key = key; rec.get().req.value = val; //if it's active run the active function if(rec.get().active){ ...
913182b3-9a2f-4610-ad90-0f56cf2f8690
public crmondemand.xml.customobject6.query.QueryType getPartnerChannelAccountManagerAlias() { return this.partnerChannelAccountManagerAlias; }
7f920a96-c806-425e-8db7-944e9301df89
public void setOwnerId(crmondemand.xml.customobject3.query.QueryType ownerId) { this.ownerId = ownerId; }
d50f0082-2d55-4e4f-9650-505a57a5f08b
public java.util.Calendar getCustomDate58() { return this.customDate58; }
7327bf46-43f6-4dbb-bb8a-96f57dfb0be8
public void setCustomObject9Id(crmondemand.xml.customobject6.query.QueryType customObject9Id) { this.customObject9Id = customObject9Id; }
ecea6c30-d8c7-49a6-851b-e775630add9a
public java.math.BigDecimal getCustomNumber17() { return this.customNumber17; }
f413bc03-6903-4740-acda-2a5d3183c415
public java.lang.String getCustomPickList2() { return this.customPickList2; }
7ef16cff-b90b-42de-9e00-71b1e62b4a2e
@Override public int hashCode() { return hashCode; }
e8f6dbef-2e4c-4180-aed7-749cc91043b8
public java.math.BigDecimal getCustomNumber31() { return this.customNumber31; }
eb6e9930-6e15-45d4-b9d8-008c4a2585f6
public crmondemand.xml.customobject6.query.QueryType getCustomInteger34() { return this.customInteger34; }
ad806e2e-30bb-4bfb-84b9-84e76302c48f
public Parser replacementTarget() { if (replacementTargetParser == null) { FutureParser future = scoped("replacementTarget"); replacementTargetParser = future; future.setParser( choice( token("ALPHABETIC"), token("ALPHANUMERIC...
01e51bf4-a496-496a-991d-df49dee73917
public synchronized void open(InetSocketAddress remoteHost, boolean daemonThread) throws SocketException { if (isOpen()) { return; } this.remoteHost = remoteHost; socket = new DatagramSocket(); socket.setReuseAddress(true); socket.connect(remoteHost); startListening(daemonThread); }
fc5082d4-5265-4023-9ffb-0276bf999fb2
public java.lang.Boolean getCustomBoolean14() { return this.customBoolean14; }
dee49e78-dee5-4daf-b0c9-4d70d98ecdfd
public void setCustomObject11ExternalSystemId(java.lang.String customObject11ExternalSystemId) { this.customObject11ExternalSystemId = customObject11ExternalSystemId; }
5a526656-ffaa-4daa-9868-18d7a4bf951a
public void linkLayer(NeuralLayer l) { for (NeuralNode m : l.getNodeList()) linkNode(m); }
b14b616a-b73b-4a97-a9b0-47ed5da40549
public JLabel getjLabel12() { return jLabel12; }
cae0618a-e5be-4b59-9194-855a5b849735
public crmondemand.xml.customobject3.query.QueryType getCustomText17() { return this.customText17; }
d88fc6d3-f7ea-45e9-b562-9fac042dc3ad
public java.lang.String getTerritory() { return this.territory; }
31cea262-d7c3-4740-89a3-5647745183ef
public java.util.Calendar getCustomDate12() { return this.customDate12; }
11a72078-e39b-42f3-9155-5068ce7fdaa2
public crmondemand.xml.customobject6.query.QueryType getCustomObject9ExternalSystemId() { return this.customObject9ExternalSystemId; }
58f06d69-775c-4aac-9ce0-26ba698e135e
public crmondemand.xml.opportunity.query.QueryType getCustomPhone7() { return this.customPhone7; }
0922ff90-3dcd-44f7-9eea-00e243785af4
public java.lang.Integer getCustomInteger16() { return this.customInteger16; }
91e6e99a-5237-4be6-ab2a-d522c978aebf
Set<Claim> getAllClaims();
fdec38db-7791-4964-b344-747e32de3935
static void get_sprite_info( ){ // const struct rectangle *clip = &Machine.drv.visible_area; CharPtr base_pal = new CharPtr(Machine.gfx[0].colortable, 1024); UBytePtr base_gfx = memory_region(REGION_GFX2); UShortPtr source = new UShortPtr(sys16_spriteram); sprite sprite[] = sprite_list.sprite; ...
96697636-0197-4f15-a675-b36af320deb2
public void setIndexedPick0(java.lang.String indexedPick0) { this.indexedPick0 = indexedPick0; }
bb3e1aa2-1c04-4c33-a8fe-8189c739e580
public void setUpdatedByLastName(crmondemand.xml.contact.query.QueryType updatedByLastName) { this.updatedByLastName = updatedByLastName; }