id
stringlengths
36
36
text
stringlengths
1
1.25M
468f286f-739c-476d-9648-0b96285a6917
public void setCustomText13(crmondemand.xml.customobject3.query.QueryType customText13) { this.customText13 = customText13; }
6c767fa5-e84c-44db-95db-02f3397a369a
public void setCustomDate18(crmondemand.xml.customobject6.query.QueryType customDate18) { this.customDate18 = customDate18; }
5caac8cf-0dec-4790-afee-cead5b4597c1
public void setBoard(ArrayList<Integer> board) { this.board = board; }
2894b808-c18f-4839-b7af-1095253afab0
public void setZCustomCurrency6(crmondemand.xml.customobject6.query.QueryType zCustomCurrency6) { this.zCustomCurrency6 = zCustomCurrency6; }
e1534c0f-3f09-47e2-94f3-56f14ea7e700
public void run() { try { TCPChannel newChannel = new ThdTCPChannel((TCPChannel) channel, svc, bufFactory); cb.connected(newChannel); } catch (Exception e) { log.log(Level.WARNING, channel+"Exception", e); } }
0c7f0274-4bd8-4439-b20f-2cacb5b595c4
public void setCustomPickList33(java.lang.String customPickList33) { this.customPickList33 = customPickList33; }
71f45e7e-fd13-44b6-9f19-356d22010622
public java.util.Calendar getCustomDate53() { return this.customDate53; }
83f0259c-2bc3-40f3-bbdd-6f3e01bd722d
public crmondemand.xml.opportunity.query.QueryType getCustomObject3Name() { return this.customObject3Name; }
cf7a4249-104c-4c27-a8e6-39c5beabb769
@Override protected List<DateTimeField> validFields() { DateTimeField[] array = { YEAR_OF_ERA, YEAR, ERA, }; return Arrays.asList(array); }
2558bfba-73dc-4cbc-981f-d375c8e5830c
public void setContactLastName(crmondemand.xml.contact.query.QueryType contactLastName) { this.contactLastName = contactLastName; }
424c3512-e93e-438e-8624-b0efafc412a1
private void jLabel26MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jLabel26MouseClicked String command="cmd.exe /c start "; String site=command+wiki4; try { Process pc = Runtime.getRuntime().exec(site); } catch (IOException ex) {JOptionPane.showMessageDialog(this, "Ο σύνδεσμος δε λειτουργεί!");} }
5675e147-3644-4bf5-87fd-4bddf4b2b2f5
void repaintHeader() { if (mHeaderPanel != null) { Rectangle bounds = mHeaderPanel.getBounds(); bounds.x = 0; bounds.y = 0; mHeaderPanel.repaintInternal(bounds); } }
120e3e3c-d7fc-432c-8300-4961053c0e01
public void handler() { //DEF_br8(dst,src); int ModRM = FETCHOP(); int src = RegByte(ModRM); int dst = GetRMByte(ModRM); //SUBB(dst,src); int res = dst - src; SetCFB(res); SetOFB_Sub(res, src, dst); SetAF(res, src, dst); SetSZPF_Byte(res); dst = res & 0xFF; nec_ICount[0] -= (ModRM >= 0xc0) ? 2 : 11; if (neclog != null) { fprintf(neclog, "i_cmp_br8 :PC:%d,I.ip:%d,AW:%d,CW:%d,DW:%d,BW:%d,SP:%d,BP:%d,IX:%d,IY:%d,b1:%d,b2:%d,b3:%d,b4:%d,s1:%d,s2:%d,s3:%d,s4:%d,A:%d,O:%d,S:%d,Z:%d,C:%d,P:%d,T:%d,I:%d,D:%d,M:%d,v:%d,irq:%d,ns:%d,is:%d,pb:%d,pre:%d,EA:%d\n", cpu_get_pc(), I.ip, I.regs.w[AW], I.regs.w[CW], I.regs.w[DW], I.regs.w[BW], I.regs.w[SP], I.regs.w[BP], I.regs.w[IX], I.regs.w[IY], I.base[0], I.base[1], I.base[2], I.base[3], I.sregs[0], I.sregs[1], I.sregs[2], I.sregs[3], I.AuxVal, I.OverVal, I.SignVal, I.ZeroVal, I.CarryVal, I.ParityVal, I.TF, I.IF, I.DF, I.MF, I.int_vector, I.pending_irq, I.nmi_state, I.irq_state, I.prefix_base, I.seg_prefix, EA); } }
980f138a-3c37-44d6-8b06-c241b71bfc40
public void setCustomBoolean31(java.lang.Boolean customBoolean31) { this.customBoolean31 = customBoolean31; }
a82840e6-31e5-49d8-91c4-fd0b8e0a1df2
public void setCustomText35(crmondemand.xml.contact.query.QueryType customText35) { this.customText35 = customText35; }
caad8711-9e7c-4f09-bf71-441276fb3f71
public static void main(String[] args) { int[][] arr = { {10, 11, 12, 13}, {14, 15, 16, 17}, {18, 19, 20, 21}, {22, 23, 24, 25}, {26, 27, 28, 29} }; display(arr); System.out.println(); System.out.println(); switchColumns(0,2,arr); display(arr); System.out.println(); System.out.println(); switchColumns(0,2,arr); display(arr); }
352d95bc-06f8-41a0-958f-adb0b5b9986d
public void setProductStatus(java.lang.String productStatus) { this.productStatus = productStatus; }
8f385c79-6b9c-47ea-9b8e-c9867020d77e
public crmondemand.xml.contact.query.QueryType getCreatedById() { return this.createdById; }
88c62610-d905-4393-adab-1f51ff026843
public java.lang.String getIndexedPick4() { return this.indexedPick4; }
c550b415-c1a1-462b-8626-ae6557595c7a
public void hidePossibleMoves() { for (int x = 0; x < 8; x++) { for (int y = 0; y < 8; y++) { removeGreenBackground(x, y); } } }
90b7f723-0f7f-432c-8dbf-23616846b9e8
public void setTxtContact(JTextField txtContact) { this.txtContact = txtContact; }
aad3d11d-b7a0-40b8-ab8a-1004376b7070
private PlayerData(IGameClient client, Integer score) { super(); this.client = client; this.score = score; }
ca161896-20ab-47e8-9eeb-062f1f5d47bb
public void setCustomNumber49(java.math.BigDecimal customNumber49) { this.customNumber49 = customNumber49; }
062f1f66-e033-441d-a41c-9a98fae7ec9d
public crmondemand.xml.customobject3.query.QueryType getCustomPickList35() { return this.customPickList35; }
bbc08601-1f33-47b9-b8ff-b0c511b60359
public crmondemand.xml.customobject6.query.QueryType getCustomNumber10() { return this.customNumber10; }
04f7cf76-0dd2-4ba4-988c-3657501d0211
public Projectile(Space imageLibSource, float x, float y, int projectileType){ this.imageLib = imageLibSource; this.projectileType = projectileType; rectangle = new Rectangle(); rectangle.y = y; rectangle.x = x; if (projectileType == 0){// default laser projectileImg = imageLib.laserImg; damage = 1; rectangle.width = 26; rectangle.height = 7; speed = 600; } else if (projectileType == 1){// fireball projectileImg = imageLib.fireballImg; damage = 8; rectangle.width = 32; rectangle.height = 20; speed = 200; } else if (projectileType == 2){// lightning projectileImg = imageLib.lightningBoltImg; damage = 1; rectangle.width = 96; rectangle.height = 30; speed = 1200; } else if (projectileType == 3){ projectileImg = imageLib.windBladeImg; damage = 1; rectangle.width = 32; rectangle.height = 32; speed = 600; } else if (projectileType == 11){ projectileImg = imageLib.enemyLaserImg; damage = 10; rectangle.width = 26; rectangle.height = 7; speed = 200; } }
a0c870af-06b8-4d97-8941-8fd2e114ee17
public crmondemand.xml.customobject6.query.QueryType getCustomDate51() { return this.customDate51; }
4727ec40-d8bb-4807-a065-dadaaf39e18d
public java.lang.String getCustomPickList63() { return this.customPickList63; }
566d0970-da5e-4e2e-88af-d6814930d458
public void setCustomDate22(crmondemand.xml.customobject6.query.QueryType customDate22) { this.customDate22 = customDate22; }
bd561ca3-220d-4e1a-8759-0c85535f5723
public void setCustomNumber36(java.math.BigDecimal customNumber36) { this.customNumber36 = customNumber36; }
5da9edf6-de24-4e1d-a5bc-0cdf1a721344
public void setCustomInteger9(java.lang.Integer customInteger9) { this.customInteger9 = customInteger9; }
8f32f71d-8824-43fa-aace-06436dd4d5f7
public crmondemand.xml.contact.query.QueryType getCustomPickList48() { return this.customPickList48; }
680da7bd-869d-40be-9a7c-05fe4ccea4e6
public crmondemand.xml.opportunity.query.QueryType getCustomPickList66() { return this.customPickList66; }
0413c3a0-9856-45be-80b4-4c2dd1b9ab93
public crmondemand.xml.customobject6.query.QueryType getAccountStatus() { return this.accountStatus; }
60643147-f49d-4b88-aac3-98eea5e5d8b3
public crmondemand.xml.customobject6.query.QueryType getExamIdentifier() { return this.examIdentifier; }
faacccae-686f-498f-8bf5-acd15fd8cec2
public java.lang.String getCustomPickList65() { return this.customPickList65; }
f6303914-c66d-48db-8b8e-506cb410c021
public crmondemand.xml.customobject6.query.QueryType getPrimaryShipToStreetAddress() { return this.primaryShipToStreetAddress; }
c68fe84f-e315-4629-9f49-666dc5ccea19
public crmondemand.xml.opportunity.query.QueryType getCustomPickList59() { return this.customPickList59; }
ada162b8-d5c7-4099-ae3a-e88649fddcea
public void setReferredByFullName(crmondemand.xml.contact.query.QueryType referredByFullName) { this.referredByFullName = referredByFullName; }
9c433e98-b3da-434f-96d2-e75054cdd4de
public void setCustomPickList40(java.lang.String customPickList40) { this.customPickList40 = customPickList40; }
83c730e5-8806-4451-904d-f4039304c9d0
public ProgramWindow(File[] partitions) { super("Visual HDD v" + VisualHDD.VERSION); //frame title setSize(800, 600); //fixed frame size setResizable(false); //non-resizable setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //quit on close setLayout(new BorderLayout()); setLocationRelativeTo(null); //center frame init(partitions); }
92fea807-503a-49b1-a000-5e0b1b50e560
public void setCoverageProductExchangeDate(crmondemand.xml.contact.query.QueryType coverageProductExchangeDate) { this.coverageProductExchangeDate = coverageProductExchangeDate; }
1789cddd-b3e6-4105-8727-bda08ea8cb73
public void setCustomNumber64(java.math.BigDecimal customNumber64) { this.customNumber64 = customNumber64; }
999d5902-1456-47ee-86f9-1a1d8829766f
public crmondemand.xml.customobject6.query.QueryType getOwnerUserSignInId() { return this.ownerUserSignInId; }
d83b3643-586c-40e2-b4a5-fda462f3dfa8
public void setCustomPickList83(java.lang.String customPickList83) { this.customPickList83 = customPickList83; }
3bb3ac39-aea5-496e-9e57-8c60b4535673
public static JInPiqi.handle_timer parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); }
4b5d8ca1-8ef4-49d5-befd-f4b8dc714dbf
public java.lang.String getCustomObject2ExternalSystemId() { return this.customObject2ExternalSystemId; }
294cbe91-3a8d-4a6e-9417-6702d7e50e31
public crmondemand.xml.contact.query.QueryType getCustomBoolean6() { return this.customBoolean6; }
bee97027-1f20-4dde-8b96-302b3cf4040e
public void setCustomCurrency21(java.math.BigDecimal customCurrency21) { this.customCurrency21 = customCurrency21; }
9044230f-0bd7-4a55-a4f3-203bbe598fbe
public java.lang.Boolean getCustomBoolean2() { return this.customBoolean2; }
850cb906-31be-446f-b1b7-5569a70a10d1
private void searchFieldActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_searchFieldActionPerformed if (bookIndexSearchRadioButton.isSelected()) { try { _jBookIndex = Integer.parseInt(this.searchField.getText()); } catch (Exception e) { JOptionPane.showMessageDialog(this, "Please enter a numeric value", "Error", JOptionPane.ERROR_MESSAGE); return; } searchResultsDisplay.setText(l.bookMapIterator(Library.bookMap, _jBookIndex)); } if (titleSearchRadioButton.isSelected()) { _jBookTitle = this.searchField.getText(); searchResultsDisplay.setText(l.getInfoFromTitle(Library.books, Library.authors, _jBookTitle)); } if (genreSearchRadioButton.isSelected()) { _jGenre = this.searchField.getText(); l.getTitleFromGenre(Library.books, _jGenre, searchResultsDisplay); } if (authorIndexSearchRadioButton.isSelected()) { try { _jAuthorIndex = Integer.parseInt(this.searchField.getText()); } catch (Exception e) { JOptionPane.showMessageDialog(this, "Please enter a number", "Error", JOptionPane.ERROR_MESSAGE); return; } searchResultsDisplay.setText(l.authorMapIterator(l.authorMap, _jAuthorIndex)); } }//GEN-LAST:event_searchFieldActionPerformed
ff92f888-c359-4955-8f83-52e12d0e799c
public crmondemand.xml.opportunity.query.QueryType getCustomerAddressCountry() { return this.customerAddressCountry; }
1883c7ed-1315-4ef1-87c8-c2d4e3b2fde1
private void initNickName() { Packet pak = new PacketImpl(Packet.NICK); String[] param = {ui.getNickName()}; pak.setParameters(param); connection.send(pak); }
554dba6b-49f9-4404-9f42-0889acde6847
public void setCustomInteger22(crmondemand.xml.customobject6.query.QueryType customInteger22) { this.customInteger22 = customInteger22; }
15464660-5c7b-4761-af8d-10f1b59cdb47
public void setSolutionId(crmondemand.xml.contact.query.QueryType solutionId) { this.solutionId = solutionId; }
a55420b7-5b46-4446-b5a6-e04bb8472208
public void setCustomDate45(java.util.Calendar customDate45) { this.customDate45 = customDate45; }
1321342f-f1f6-42a8-bad2-825c23de8c7c
public void remover(int id) throws SQLException { String sql = "delete from fornecedores where for_id=?"; PreparedStatement stmt = this.conexao.prepareStatement(sql); stmt.setInt(1, id); stmt.execute(); stmt.close(); }
75e9f22e-9dbf-4b17-9467-0f26a773757c
public crmondemand.xml.opportunity.query.QueryType getCreatedBy() { return this.createdBy; }
3603b24e-7a97-4958-9ba1-4ea9598f06f4
private String toCSS(@NotNull Style style) { return style.type.toString().toLowerCase().replace("_", "-"); }
a456a72a-6a3c-411c-a511-387e76aef85d
public void setCustomBoolean6(java.lang.Boolean customBoolean6) { this.customBoolean6 = customBoolean6; }
3a9030f2-08f8-4c05-8060-184915d4256e
public void setData() {}
e8ee6580-c8c3-4534-acf3-9281d330e3c2
public void setCustomObject14ExternalSystemId(crmondemand.xml.opportunity.query.QueryType customObject14ExternalSystemId) { this.customObject14ExternalSystemId = customObject14ExternalSystemId; }
2ecfc734-1a55-4029-8851-0d972bf85687
public void setOpportunityRevenue(java.math.BigDecimal opportunityRevenue) { this.opportunityRevenue = opportunityRevenue; }
807b6a6c-3261-4a65-8611-dfd3c6fd1afc
public void setCustomObject12Id(java.lang.String customObject12Id) { this.customObject12Id = customObject12Id; }
078cd533-d925-419a-a2d4-868ebb702aeb
public void setCertficationId(crmondemand.xml.opportunity.query.QueryType certficationId) { this.certficationId = certficationId; }
dd74afbb-8f68-4213-8607-a2e85cd16ed2
public void setCustomText65(crmondemand.xml.contact.query.QueryType customText65) { this.customText65 = customText65; }
9242c2f4-6f1c-48ff-9ae2-755d1a533c2c
public crmondemand.xml.customobject6.query.QueryType getCustomDate43() { return this.customDate43; }
fa2599bd-3c22-4d71-ba0a-073290ddcd99
public java.lang.String getCustomText24() { return this.customText24; }
1a8f555c-113b-4f95-aab4-58e363f6163f
public String getName() { return name; }
630c646e-e927-462e-9740-bb4fa40ac9f8
public void addArc(double arcWidth, double arcHeight, double start, double sweep) { if (complete) { throw new ErrorException("You can't add edges to a GPolygon that has been " + "marked as complete."); } synchronized (lock) { double aspectRatio = arcHeight / arcWidth; double rx = arcWidth / 2.0; double ry = arcHeight / 2.0; double x0 = cx - rx * GMath.cosDegrees(start); double y0 = cy + ry * GMath.sinDegrees(start); if (sweep > 359.99) sweep = 360; if (sweep < -359.99) sweep = -360; double dt = Math.atan2(1, Math.max(arcWidth, arcHeight)); int nSteps = (int) (GMath.toRadians(Math.abs(sweep)) / dt); dt = GMath.toRadians(sweep) / nSteps; double theta = GMath.toRadians(start); for (int i = 0; i < nSteps; i++) { theta += dt; double px = x0 + rx * Math.cos(theta); double py = y0 - rx * Math.sin(theta) * aspectRatio; addVertex(px, py); } } }
5005d001-62d0-4e2f-a4d2-72aa06c50838
public void setBusinessPlanType(java.lang.String businessPlanType) { this.businessPlanType = businessPlanType; }
4482ba16-e763-4001-876a-1dbbf242af51
public crmondemand.xml.contact.query.QueryType getCustomDate27() { return this.customDate27; }
149599ca-01a9-4a34-b1c4-36325fc6ac25
public java.math.BigDecimal getCustomNumber24() { return this.customNumber24; }
dc2e4394-d573-4bd6-9666-a379e9221524
private JPanel createIdOrPwdPane() { JPanel p = new JPanel(new GridLayout(2, 1, 0, 10)); p.add(createIdPane()); p.add(createPwdPane()); return p; }
0e86c616-faaa-4edf-a84c-fcdc81ad9f47
public java.math.BigDecimal getCustomNumber12() { return this.customNumber12; }
48512b8b-14d9-48ee-a63e-b3b47bf49e89
public void setCustomPickList37(java.lang.String customPickList37) { this.customPickList37 = customPickList37; }
829e01bd-c85f-4bab-a057-63c7d75296d0
public java.math.BigDecimal getCustomNumber27() { return this.customNumber27; }
078e70b3-fa1e-4652-a3d2-81f70c20d2a0
public crmondemand.xml.contact.query.QueryType getObjectiveExternalSystemId() { return this.objectiveExternalSystemId; }
bb103e93-fdb1-46cb-aa89-42d371155f95
public void setFinancialAccountCurrencyCode(crmondemand.xml.customobject6.query.QueryType financialAccountCurrencyCode) { this.financialAccountCurrencyCode = financialAccountCurrencyCode; }
1506b67c-3f81-498f-b7eb-fa04eeb5a76e
public Item remove(DNode<Item> nd) { nd.prev.next = nd.next; nd.next.prev = nd.prev; return nd.item; }
e7a0279b-1cdf-47f2-9cc7-b2eeeeaa0648
public static Object invokeMethod(String className, PackageType type, String name, Object instance, Object... args) throws Exception { return invokeMethod(getClass(className, type), name, instance, args); }
c830fa15-e22e-4a7f-a2a9-f3d2edc1ddbb
public void setAttachFileExt(java.lang.String attachFileExt) { this.attachFileExt = attachFileExt; }
12011d5f-2af4-4731-8a03-e41d03a060b8
public java.lang.String getCustomPickList13() { return this.customPickList13; }
a8c37c3c-0624-461d-af8d-2a3db55d9717
public Calendar getStartDate() { return startDate; }
bf203eae-79f4-4c6d-91a2-d5a07064e232
public java.lang.String getCustomPickList65() { return this.customPickList65; }
e4cbf23b-73ce-4ca3-9b68-795e4ddb326a
public void setImage(ComposedImage img) { drawer = img; }
a906a974-f8bb-406a-a077-45324dba8409
public void setCustomInteger3(crmondemand.xml.contact.query.QueryType customInteger3) { this.customInteger3 = customInteger3; }
b2aef278-a939-48e6-bf60-51e8be6c9c28
public void setCustomPickList65(java.lang.String customPickList65) { this.customPickList65 = customPickList65; }
d3aaf68b-d504-4944-b2f3-7c1c75f11e14
public void setVehicleIntegrationId(java.lang.String vehicleIntegrationId) { this.vehicleIntegrationId = vehicleIntegrationId; }
1062135c-059e-4d0f-a799-2b89ce0be675
@Override public void prolog() { GL11.glEnable(GL11.GL_TEXTURE_2D); GL11.glEnable(GL11.GL_BLEND); GL11.glBlendFunc(GL11.GL_SRC_ALPHA, this.blendMode); texture.bind(); // or GL11.glBindTexture(GL11.GL_TEXTURE_2D, texture.getTextureID()); }
47493263-be41-4871-a3c2-bf79e3abcfc1
public void setCustomText83(java.lang.String customText83) { this.customText83 = customText83; }
9fe50625-43af-4201-96f8-f6dd5f39715e
public void setCustomObject13Id(crmondemand.xml.customobject3.query.QueryType customObject13Id) { this.customObject13Id = customObject13Id; }
948ae38d-ab12-4533-a45b-a84c363cad44
public void setCustomNumber50(java.math.BigDecimal customNumber50) { this.customNumber50 = customNumber50; }
328e5c2f-60dc-4221-a694-039b2b2f259e
public void setCustomPickList9(crmondemand.xml.customobject3.query.QueryType customPickList9) { this.customPickList9 = customPickList9; }
149bc939-a356-41a5-a294-1ff810430456
@Override public long getLastNPCFight() { return lastNPCFight; }
2ef13b9e-7904-4373-9c6d-c857afece0f6
public java.lang.String getCustomPickList48() { return this.customPickList48; }
181f714b-9614-404a-9790-4b32a305879c
public crmondemand.xml.customobject6.query.QueryType getCustomObject12IntegrationId() { return this.customObject12IntegrationId; }
0d0d6828-8834-479e-95b6-f5c63d554f06
public void handler() { if (m68klog != null) { fclose(m68klog); } throw new UnsupportedOperationException("Unimplemented"); }
e67c9aa3-c592-4bc9-a8c1-42af462a546b
public java.math.BigDecimal getCustomCurrency5() { return this.customCurrency5; }
40634c03-0fe4-4a2f-a36d-44595ba4afdd
public void setAttachFileSizeDisp(java.lang.String attachFileSizeDisp) { this.attachFileSizeDisp = attachFileSizeDisp; }