id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
f3b34f70-4140-4e3f-a29b-7b29a8e1211b | public java.lang.String getCustomObject10Type() {
return this.customObject10Type;
} |
00018b15-4e6b-4e82-8d07-26ae11c287a3 | public void setCustomPickList71(crmondemand.xml.customobject3.query.QueryType customPickList71) {
this.customPickList71 = customPickList71;
} |
23aa717e-0f0c-4b39-9562-f2d02c27e7ed | public static void main(String[] args){
P1B ob = new P1B();
ob.m = 0; ob.n = 0; ob.p = 0; ob.q = 0;
ob.proc(ob);
System.out.println("m="+ob.m+" n="+ob.n+" p="+ob.p+" q="+ob.q);
} |
f2dff875-2afb-4068-89a7-31d63fe66f93 | public ErrorCode getErrorCode() {
return errorCode;
} |
a37c5063-eb2d-4a6d-b7a2-0ba8faca2660 | public crmondemand.xml.contact.query.QueryType getCustomText23() {
return this.customText23;
} |
8780d622-4e83-4d57-b0ef-89c95b676df1 | public crmondemand.xml.customobject6.query.QueryType getCertficationStatus() {
return this.certficationStatus;
} |
4abc3ac8-745a-4550-83da-e06ce1c2cd79 | public List<Integer> getNextMapInt()
{
return nextMapInt;
} |
9c91e186-8790-45af-b029-7f266a9a83b5 | public void setCustomText11(java.lang.String customText11) {
this.customText11 = customText11;
} |
562bf7fa-c4fb-49c7-9446-7f8516a43a04 | public java.util.Calendar getCustomDate4() {
return this.customDate4;
} |
bed80c0c-a566-4b8a-9b27-30bb5c0d4850 | public crmondemand.xml.customobject6.query.QueryType getUpdatedByUserSignInId() {
return this.updatedByUserSignInId;
} |
22bb8d7b-45e2-493d-b34e-6063f68005e5 | public void setCustomDate21(java.util.Calendar customDate21) {
this.customDate21 = customDate21;
} |
3f429917-a026-4a72-9c75-64d729aa6144 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber15() {
return this.customNumber15;
} |
023a1749-a6c5-413d-bbd8-81903dcce96c | public java.lang.String getCustomText13() {
return this.customText13;
} |
aa9259f6-3817-4c01-98d2-66ce799d950f | public java.util.Calendar getCustomDate48() {
return this.customDate48;
} |
36113fe9-5b98-4f2b-9ba9-841e1b584f02 | public crmondemand.xml.customobject3.query.QueryType getCustomObject8Type() {
return this.customObject8Type;
} |
9afd2d0b-fc74-4f56-9b96-3a748d7f8dbc | public void actionPerformed(java.awt.event.ActionEvent evt) {
ambilProjekActionPerformed(evt);
} |
8fc8d425-20f2-415d-8545-dcea01bd1e5c | public void setCustomPickList86(crmondemand.xml.opportunity.query.QueryType customPickList86) {
this.customPickList86 = customPickList86;
} |
9a9661c0-1eb6-4f13-98a9-166f0e61794b | public java.math.BigDecimal getCustomCurrency3() {
return this.customCurrency3;
} |
488a168a-c9cc-48e9-9927-f70fe269cf57 | public void setCustomText8(java.lang.String customText8) {
this.customText8 = customText8;
} |
50a31cf8-7518-4d1a-8de8-e264af1f11cf | public void setCustomCurrency9(java.math.BigDecimal customCurrency9) {
this.customCurrency9 = customCurrency9;
} |
51224baf-689d-448a-8e27-087048111abe | public void setContactType(java.lang.String contactType) {
this.contactType = contactType;
} |
ed59f940-4181-4046-b518-6e562adf1332 | public java.util.Calendar getCustomDate7() {
return this.customDate7;
} |
293fa78a-7652-4d2c-8a0f-19531cf6ae23 | public void setCustomPickList71(java.lang.String customPickList71) {
this.customPickList71 = customPickList71;
} |
a35f9986-0f6d-4977-b5c8-78b31ddd4afb | public static void main(String[] args) {
// Testfall: Zalando
// Ausgaben der Zwischenergebnisse / Aufrufe:
// Zalando
// alando
// lando
// ando
// ndo
// do
// o
// odnalaZ
System.out.println(reverse("Zalando"));
} |
93d057a4-c311-42ed-9e00-845bcebe2304 | public crmondemand.xml.contact.query.QueryType getCustomNumber18() {
return this.customNumber18;
} |
f85cdba5-e414-4e22-90d0-91acd37ca17e | public void setCustomNumber31(java.math.BigDecimal customNumber31) {
this.customNumber31 = customNumber31;
} |
529edb6f-fe66-40b3-88c6-3f65f48adad7 | public crmondemand.xml.opportunity.query.QueryType getUpdatedByEMailAddrExt() {
return this.updatedByEMailAddrExt;
} |
bbe1a81a-81cc-46c6-ae5e-e2d794b415e6 | public void setCustomNumber62(crmondemand.xml.customobject6.query.QueryType customNumber62) {
this.customNumber62 = customNumber62;
} |
2dcb1b50-0e25-44b0-b34f-746e6342c69b | public void setCustomObject15ExternalSystemId(crmondemand.xml.opportunity.query.QueryType customObject15ExternalSystemId) {
this.customObject15ExternalSystemId = customObject15ExternalSystemId;
} |
61e3c396-cd51-4487-868f-ea0243106839 | public crmondemand.xml.customobject3.query.QueryType getCustomText2() {
return this.customText2;
} |
c7473578-5cc1-4e0d-9c08-40286488272d | @Override
protected void loadIcon() {
try{
this._icon = ImageIO.read(getClass().getResource("/resources/Cruiser.png"));
} catch (IOException e) {
e.printStackTrace();
this._icon = null;
}
_selectedImage = _icon;
} |
7664f663-ef2f-4ba2-af33-29f5ccf9bd68 | public void setCustomText49(java.lang.String customText49) {
this.customText49 = customText49;
} |
874d2220-42b6-443a-93d9-d00f39b996ae | public crmondemand.xml.customobject6.query.QueryType getCustomObject9IntegrationId() {
return this.customObject9IntegrationId;
} |
e5269d95-a1a6-409a-84d4-7daf56828035 | public void setSolutionDistributionMethod(crmondemand.xml.contact.query.QueryType solutionDistributionMethod) {
this.solutionDistributionMethod = solutionDistributionMethod;
} |
be7665ed-bc2b-45f3-b263-806450850b30 | public Carroceria getCarroceriaNuevo(CarroceriaDTO carroceriaDTO) {
Carroceria carroceria = new Carroceria();
carroceria.setId(carroceriaDTO.getId());
carroceria.setNombre(carroceriaDTO.getNombre());
return carroceria;
} |
56a2905f-e3c7-4282-b321-b67363b34730 | static final void method107
(Widget[] class46s, int i, int i_32_, int i_33_, int i_34_, int i_35_,
int i_36_, int i_37_, int i_38_, int i_39_, int i_40_, int i_41_) {
for (int i_42_ = 0; i_42_ < class46s.length; i_42_++) {
Widget widget = class46s[i_42_];
if (widget != null && ((Widget) widget).anInt834 =... |
9e82a96e-1919-4819-8971-3d161e2a5e3a | * @param direction The direction of a rumour.
*/
private void moveExplore(Unit unit, Direction direction) {
Tile tile = unit.getTile().getNeighbourOrNull(direction);
if (gui.showConfirmDialog(unit.getTile(),
StringTemplate.key("exploreLostCityRumour.text"),
"expl... |
180ad490-d278-4876-9f01-08ff799cad34 | public boolean contains(E e) {
int left = 0;
int right = size;
int mid = (left + right) / 2;
while (left <= right && mid < size) {
E selected = (E) elements[mid];
if (selected.equals(e))
return true;
else if (e.compareTo(selected) < 0) {
right = mid - 1;
} else {
left = mid + 1;
}
... |
20b8854b-5420-4b65-9333-199ecbb3bf52 | public void setCourseId(crmondemand.xml.customobject3.query.QueryType courseId) {
this.courseId = courseId;
} |
1b780058-c25f-47c6-9d31-3d41efc3eca4 | public void setCustomText43(crmondemand.xml.customobject3.query.QueryType customText43) {
this.customText43 = customText43;
} |
3dad05c8-ea57-44f1-8875-63d20d5dd8ac | public void setCustomDate7(java.util.Calendar customDate7) {
this.customDate7 = customDate7;
} |
271e872d-a8f8-40e1-ad6d-7551a7f5f1f3 | public void save() throws IOException{
fw = new FileWriter(pf);
fw.write(Engine.mb.MOBS[0].Name+"\r\n");
fw.write(Engine.mb.MOBS[0].finalx/def.Frame.SCALE+" "+Engine.mb.MOBS[0].finaly/def.Frame.SCALE+"\r\n");
fw.write(Engine.mb.MOBS[0].ID+"\r\n");
fw.write(Engine.mb.MOBS[0].Layer+" "+Engine.mb.MOBS[0].map+"\r... |
61e70b19-a21f-4693-89d9-843ebf6881d1 | public void actionPerformed(ActionEvent e){
int selectedRow = table.getSelectedRow();//ѡе
if(selectedRow!= -1) //Ƿѡ
{
//ֵָ
tableModel.setValueAt(nameText.getText(), selectedRow, 1);
tableModel.setValueAt(sexT... |
1cc52bf1-32e9-488b-8f0c-c1c8d67fe780 | public java.util.Calendar getCustomDate52() {
return this.customDate52;
} |
3ba5fbb3-c0c5-4b1d-8f97-99cb2de9c511 | public java.lang.String getCustomText73() {
return this.customText73;
} |
f8f925c9-7046-493c-aa15-d035000e0984 | public java.util.Calendar getCustomDate6() {
return this.customDate6;
} |
42b0b2cc-4aff-4598-820a-852056e4166a | public void setPortfolioExternalSystemId(crmondemand.xml.customobject6.query.QueryType portfolioExternalSystemId) {
this.portfolioExternalSystemId = portfolioExternalSystemId;
} |
9f4b8487-ad47-47c9-985b-ddae316e3224 | public void setCustomPickList2(crmondemand.xml.opportunity.query.QueryType customPickList2) {
this.customPickList2 = customPickList2;
} |
09f4a900-35b1-45f0-9d21-f32fc0068fad | public void setCustomObject9Id(java.lang.String customObject9Id) {
this.customObject9Id = customObject9Id;
} |
93dc0c0e-9e72-4db5-b3d3-8cad1c722cbb | public void setUpdatedByAlias(crmondemand.xml.customobject6.query.QueryType updatedByAlias) {
this.updatedByAlias = updatedByAlias;
} |
4e595696-6c6f-4689-bb5f-d94eeead7b77 | public static void disposeColors() {
for (Color color : m_colorMap.values()) {
color.dispose();
}
m_colorMap.clear();
} |
d28818c3-64fe-4095-9bc0-b74acbc04098 | public java.lang.String getCustomText34() {
return this.customText34;
} |
19913d94-8155-4f15-a447-8d2c2be5e89e | public void setCustomObject7ExternalSystemId(java.lang.String customObject7ExternalSystemId)
{
this.customObject7ExternalSystemId = customObject7ExternalSystemId;
} |
9abe3adc-40cc-449a-ba86-feee3b0aede2 | public ControlStructureNode(BaseNode.NodeType type, DebugInfo dInfo) {
super(type);
this.dInfo = dInfo;
} |
c8d02858-e12e-4e09-9670-3f870742d4ad | public crmondemand.xml.customobject6.query.QueryType getAddressId() {
return this.addressId;
} |
89a433f7-03ad-469e-b4ce-71ed12e82714 | public crmondemand.xml.customobject6.query.QueryType getSampleLotStatus() {
return this.sampleLotStatus;
} |
aebc9ac8-e716-4534-9912-57b16629beeb | public crmondemand.xml.customobject6.query.QueryType getCustomPickList86() {
return this.customPickList86;
} |
9969e448-d99f-48d2-94d4-01a47acc037e | public void setCustomPickList66(java.lang.String customPickList66) {
this.customPickList66 = customPickList66;
} |
842b9eb0-cb88-479f-bf4d-e7ebbf84d9ba | public void setMDFRequestExternalSystemId(java.lang.String mDFRequestExternalSystemId) {
this.mDFRequestExternalSystemId = mDFRequestExternalSystemId;
} |
01615b9e-9193-4117-9ac8-2595a509a4d1 | public crmondemand.xml.contact.query.QueryType getCustomNumber30() {
return this.customNumber30;
} |
8fdaf540-0abe-4108-ae2f-59e2f4bafed2 | public crmondemand.xml.customobject6.query.QueryType getZCustomPickList62() {
return this.zCustomPickList62;
} |
95e0e50a-0814-42f2-bcf9-44fcdee7a9c2 | public void setCustomInteger7(java.lang.Integer customInteger7) {
this.customInteger7 = customInteger7;
} |
144afafa-5683-4aee-b276-2540dddc8ae2 | public java.lang.String getCustomText41() {
return this.customText41;
} |
4059c359-869b-48f0-bc78-de18af1a63c2 | public void setCustomNumber9(java.math.BigDecimal customNumber9) {
this.customNumber9 = customNumber9;
} |
497474ab-99a0-4b70-b9f5-af0963b4b1bc | public void actionPerformed(ActionEvent e)
{
if(entriesIndex-1>-1)
{
entriesIndex = entriesIndex-1;
dispTA.setText(orders.get(entriesIndex));
activeOrderID = activeOrderIDIndices.get(entriesIndex);
}
} |
416babb0-ab3f-492f-8377-59bb7dc1d43a | public void setCustomInteger34(crmondemand.xml.customobject3.query.QueryType customInteger34) {
this.customInteger34 = customInteger34;
} |
c6efcee7-eb85-410e-b825-7792f60e110e | @Override
public void draw(Graphics g) {
if (!p.isDead()){
/**
* Flips between drawing the background and drawing the foreground.
* the offset_X and offset_Y keeps both translations in sync during the rendering process. Reduces shearing.
*/
if (drawBackground){
offset_X = offsetX;
offset_Y = o... |
007d462d-5045-4b93-84b2-d18a0a36675f | public void setBusinessPlanPlanName(crmondemand.xml.opportunity.query.QueryType businessPlanPlanName) {
this.businessPlanPlanName = businessPlanPlanName;
} |
8b068819-44b7-4fa0-a95e-ee2d7b180330 | public void setCustomNumber11(crmondemand.xml.contact.query.QueryType customNumber11) {
this.customNumber11 = customNumber11;
} |
80fd86b1-ca0f-4d5c-822e-ca20b9e8dbe6 | public AOPSHeap() {
this.heap = new int[32]; // assume max of 32 elements
this.size = 0;
} |
218b47a4-2f1b-4341-b48e-11cefbbc1b0f | public void setCustomDate38(crmondemand.xml.customobject6.query.QueryType customDate38) {
this.customDate38 = customDate38;
} |
f8a0321f-6ce8-43d0-aaba-ba48eb707ee5 | public crmondemand.xml.opportunity.query.QueryType getCustomObject6ExternalSystemId() {
return this.customObject6ExternalSystemId;
} |
fa2eb446-dafc-4eb6-9812-22e88486d123 | public void setCustomInteger26(java.lang.Integer customInteger26) {
this.customInteger26 = customInteger26;
} |
d410a6ca-05a4-4b61-86b5-33c3c11fbbf8 | public crmondemand.xml.contact.query.QueryType getCustomText23() {
return this.customText23;
} |
88c36bc7-dab7-4e80-9a28-e04a87037c48 | public void setCustomNumber18(java.math.BigDecimal customNumber18) {
this.customNumber18 = customNumber18;
} |
e7d27b51-842b-4bd5-806e-550781fa4218 | public java.lang.String getCustomObject12Id() {
return this.customObject12Id;
} |
7497aa2b-5baf-453a-83ac-d97fe8588cc0 | public crmondemand.xml.customobject6.query.QueryType getCustomText1() {
return this.customText1;
} |
c1760357-f29d-4628-81c0-c89be344bf59 | public void setCustomNumber31(java.math.BigDecimal customNumber31) {
this.customNumber31 = customNumber31;
} |
313d1cf0-fdb1-4518-9d69-20f9ade77588 | private void recalculateBarGradient() {
double angleFactor = 1d / 360d;
double emptyRange = 360d - getSkinnable().getAngleRange();
double offset = angleFactor * ((360 - getSkinnable().getStartAngle() + 180 - emptyRange * 0.5) % 360);
List<Stop> stops = new LinkedList<>();
... |
18afec9f-579b-4b93-a1f4-679cc9c23933 | public java.lang.String getCustomPhone1() {
return this.customPhone1;
} |
1ab679e1-9855-4613-a157-7e760784bd46 | public void setCustomText10(java.lang.String customText10) {
this.customText10 = customText10;
} |
648e7269-c2c7-483f-843a-0c93f54f840f | public crmondemand.xml.opportunity.query.QueryType getContactExternalSystemId() {
return this.contactExternalSystemId;
} |
4a25486a-5460-4cd8-a56d-1c784ba986f2 | public void setFundName(java.lang.String fundName) {
this.fundName = fundName;
} |
04f88b12-2cd2-4396-b7af-eca5d85b7bce | public java.util.Calendar getCustomDate6() {
return this.customDate6;
} |
c604692d-0f69-4d84-9703-16783a4f88ad | public void setCustomPickList38(crmondemand.xml.opportunity.query.QueryType customPickList38) {
this.customPickList38 = customPickList38;
} |
5e7c8c67-468c-43bc-a7b5-be5626e527df | public crmondemand.xml.customobject6.query.ListOfCustomObject2Query getListOfCustomObject2() {
return this.listOfCustomObject2;
} |
b68fa52d-fa5e-4ae6-92c3-ae7efb5eea3a | public Room(boolean isBriefcase) {
if (isBriefcase) {
briefcaseRoom = true;
setRealName(BRIEFCASE_NAME);
setObjectName(ROOM_NAME);
setHiddenName(ROOM_NAME);
} else {
briefcaseRoom = false;
setRealName(ROOM_NAME);
setObjectName(ROOM_NAME);
setHiddenName(ROOM_NAME);
}
objID = setObjId(2);
... |
62efea91-5616-478b-89f8-63923de53ea5 | public java.lang.String getCustomPickList79() {
return this.customPickList79;
} |
2dfcbedc-a33b-4bb7-9ff7-fedff388d259 | public void setCustomObject9Name(crmondemand.xml.contact.query.QueryType customObject9Name) {
this.customObject9Name = customObject9Name;
} |
78782c71-0074-486f-95d5-373178b7c060 | public static Color[] buildRandomGradient(Color startColor, int numColors, int minShift, int[] steps) {
Color[] colors = new Color[1];
colors[0] = startColor;
return buildGradient(addRandomColors(colors, numColors, minShift), steps);
} |
33a0d2bd-e5d7-41c4-882b-a079c6c1c769 | public crmondemand.xml.contact.query.QueryType getCustomDate46() {
return this.customDate46;
} |
de1c052e-efce-4c46-bb20-572eba04a62c | public void setCustomCurrency23(java.math.BigDecimal customCurrency23) {
this.customCurrency23 = customCurrency23;
} |
b7ab8a48-6189-4d83-ad6f-518c1ba64fd2 | public java.lang.String getCustomPickList33() {
return this.customPickList33;
} |
0aa961c3-2076-4a91-87cb-6062f8756fb6 | public void setDescription(crmondemand.xml.customobject3.query.QueryType description) {
this.description = description;
} |
43b9df89-18a0-4be6-a37a-7570b05dd158 | public crmondemand.xml.customobject3.query.QueryType getCustomDate7() {
return this.customDate7;
} |
e728fcb8-cf34-402b-b344-2ec7db56421a | public void setCustomNumber26(java.math.BigDecimal customNumber26) {
this.customNumber26 = customNumber26;
} |
2a9aaa98-9828-480f-b6fc-4c41748b66b1 | public void setCertficationName(crmondemand.xml.contact.query.QueryType certficationName) {
this.certficationName = certficationName;
} |
bf98dc52-9c38-475f-ae8d-76a0b0543bfd | public crmondemand.xml.customobject3.query.QueryType getCustomText47() {
return this.customText47;
} |
ea11f851-26d1-49e7-b5f1-18eb57c43e52 | public void setCustomDate5(java.util.Calendar customDate5) {
this.customDate5 = customDate5;
} |
572a3d59-9c89-4e97-ba35-3cbd86be6e18 | public java.lang.String getCustomText32() {
return this.customText32;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.