id
stringlengths
36
36
text
stringlengths
1
1.25M
a6968f71-5699-49a3-922b-12dbfec16144
public void setCustomBoolean1(crmondemand.xml.contact.query.QueryType customBoolean1) { this.customBoolean1 = customBoolean1; }
1ad33242-04a5-41e2-bed2-d8e101aedd24
public crmondemand.xml.opportunity.data.ListOfCustomObject5Data getListOfCustomObject5() { return this.listOfCustomObject5; }
310c3582-f563-4c01-8e22-e15d00645bf5
public void setModifiedBy(java.lang.String modifiedBy) { this.modifiedBy = modifiedBy; }
aff80fac-5450-460b-a590-7a51e048d908
public crmondemand.xml.contact.query.QueryType getCustomText8() { return this.customText8; }
88b0b402-c8fa-4951-9f76-ddfc0e3e9494
public java.lang.String getCustomPickList7() { return this.customPickList7; }
2586a6d5-6225-4862-adf1-0f3447d2a4d4
public void setZCustomCurrency19(crmondemand.xml.customobject6.query.QueryType zCustomCurrency19) { this.zCustomCurrency19 = zCustomCurrency19; }
e93c015c-9e78-4d6e-8b03-19a6afd48f4d
public java.lang.String getCustomPickList44() { return this.customPickList44; }
460b63e1-219f-48a3-b132-95704ec4c914
public void setCustomPickList94(crmondemand.xml.customobject6.query.QueryType customPickList94) { this.customPickList94 = customPickList94; }
66012227-646d-4ec0-bc75-35363f648360
public crmondemand.xml.customobject6.query.QueryType getCreatedById() { return this.createdById; }
24290969-066c-4301-8bf6-20a285826799
public void setCustomText16(java.lang.String customText16) { this.customText16 = customText16; }
56c94c42-2140-4338-993c-a358d4efeedc
public crmondemand.xml.customobject6.query.QueryType getCustomPickList72() { return this.customPickList72; }
c9145e36-31e6-467b-9863-3c099526a6a2
public void setCustomObject1IntegrationId(java.lang.String customObject1IntegrationId) { this.customObject1IntegrationId = customObject1IntegrationId; }
43a90bb7-6eb6-4fcf-9bdf-5fa34f312d14
public java.lang.String getBusinessPlanPlanName() { return this.businessPlanPlanName; }
20b31c9c-59dc-45b8-819f-7c626a7efa8d
public void setBranchPriority(java.lang.String branchPriority) { this.branchPriority = branchPriority; }
87d0a270-b3c1-4462-aeee-44a1080bc51c
public crmondemand.xml.contact.query.QueryType getCustomDate3() { return this.customDate3; }
55625997-10f8-4b05-9002-1dae41e853ff
public java.lang.String getCustomPickList69() { return this.customPickList69; }
30ef547e-f4cb-4f30-8844-e77c2d168ea0
public crmondemand.xml.customobject6.query.QueryType getAccountPriority() { return this.accountPriority; }
264711be-f9e0-47df-96d3-3346d595743e
public void setCustomPickList55(java.lang.String customPickList55) { this.customPickList55 = customPickList55; }
8c984077-eff9-406c-b254-88626eefa576
public void setCustomText72(crmondemand.xml.opportunity.query.QueryType customText72) { this.customText72 = customText72; }
fff80430-9219-4113-8d48-7fe6d8345241
public crmondemand.xml.customobject6.query.QueryType getCustomText47() { return this.customText47; }
0611b81e-f452-431a-aa25-29d5fd6e37e7
public static ReadHandlerPtr ghox_p1_h_analog_r = new ReadHandlerPtr() { public int handler(int offset) { byte value; byte new_value; new_value = (byte)input_port_7_r.handler(0); if (new_value == old_p1_paddle_h) return 0; value = (byte)(new_value - old_p1_paddle_h); old_p1_paddle_h = new_value; return value; } }
5f7daecc-d90b-4785-a8a6-fdf837f507be
public crmondemand.xml.customobject6.query.QueryType getCustomDate27() { return this.customDate27; }
f2315cc2-aa10-46b0-98b7-e60f81631384
public void setPolicyTotalPremium(java.math.BigDecimal policyTotalPremium) { this.policyTotalPremium = policyTotalPremium; }
a995263b-88e3-4121-8203-2402d56032f7
public void setCustomPickList43(crmondemand.xml.customobject6.query.QueryType customPickList43) { this.customPickList43 = customPickList43; }
dce58aa6-9cea-448c-b47e-a216e3dd6939
public void setCustomText47(java.lang.String customText47) { this.customText47 = customText47; }
02b1f6bd-bdc5-4ba9-89e7-79e0d0544e07
public void setCustomText55(java.lang.String customText55) { this.customText55 = customText55; }
1fccfa83-c4b6-43dc-83d7-c40731aedf53
public void setCustomText29(java.lang.String customText29) { this.customText29 = customText29; }
b7a72cdd-3d6f-43d5-a168-689cd10ba719
public ChannelService createChannelManager(Map<String, Object> map) { if(map == null) throw new IllegalArgumentException("Properties cannot be null"); Object id = map.get(ChannelManager.KEY_ID); Object o = map.get(ChannelManager.KEY_EXECUTORSVC_FACTORY); Object b = map.get(ChannelManager.KEY_BUFFER_FACTORY); if(id == null) throw new IllegalArgumentException("Properties must contain a value for property key=ChannelManagerFactory.KEY_ID"); else if(o == null) throw new IllegalArgumentException("Key=ChannelManager.KEY_EXECUTORSVC_FACTORY must be specified"); else if(!(o instanceof StartableExecutorService)) throw new IllegalArgumentException("Key=ChannelManager.KEY_EXECUTORSVC_FACTORY " + "must contain an object of type="+StartableExecutorService.class.getName()+", obj="+o); else if(b == null) throw new IllegalArgumentException("Key=ChannelManager.KEY_BUFFER_FACTORY must be specified"); else if(!(b instanceof BufferFactory)) throw new IllegalArgumentException("Key=ChannelManager.KEY_BUFFER_FACTORY must " + "contain an object of type="+BufferFactory.class.getName()+", obj="+o); BufferFactory bufFactory = (BufferFactory)b; StartableExecutorService executor = (StartableExecutorService)o; //create a real ChannelManager for the SecureChannelManager to use ChannelService mgr = factory.createChannelManager(map); SpecialExecutor proxyExecutor = new SpecialExecutor(executor); return new ThdChannelService(id, mgr, proxyExecutor, bufFactory); }
d4669c29-aad4-4f9c-b96d-de8b1e986081
public void setCustomDate35(crmondemand.xml.contact.query.QueryType customDate35) { this.customDate35 = customDate35; }
46e62c9f-bc8d-41f9-817e-6122de8ac268
@Override public String createNewExit(Room from, Room room, int direction) { Room opRoom=from.rawDoors()[direction]; if((opRoom!=null)&&(opRoom.roomID().length()==0)) opRoom=null; Room reverseRoom=null; if(opRoom!=null) reverseRoom=opRoom.rawDoors()[Directions.getOpDirectionCode(direction)]; if((reverseRoom!=null)&&(reverseRoom==from)) return "Opposite room already exists and heads this way. One-way link created."; Exit thisExit=null; synchronized(("SYNC"+from.roomID()).intern()) { from=getRoom(from); if(opRoom!=null) from.rawDoors()[direction]=null; from.rawDoors()[direction]=room; thisExit=from.getRawExit(direction); if(thisExit==null) { thisExit=CMClass.getExit("StdOpenDoorway"); from.setRawExit(direction,thisExit); } CMLib.database().DBUpdateExits(from); } synchronized(("SYNC"+room.roomID()).intern()) { room=getRoom(room); if(room.rawDoors()[Directions.getOpDirectionCode(direction)]==null) { room.rawDoors()[Directions.getOpDirectionCode(direction)]=from; room.setRawExit(Directions.getOpDirectionCode(direction),thisExit); CMLib.database().DBUpdateExits(room); } } return ""; }
b62df50e-b67c-4762-8431-2df1458f46bf
public void setCustomNumber51(crmondemand.xml.customobject3.query.QueryType customNumber51) { this.customNumber51 = customNumber51; }
a76055db-ccbc-4bcc-9895-cdbacc0fdcd2
public crmondemand.xml.opportunity.query.QueryType getCustomNumber64() { return this.customNumber64; }
72a554d3-e3f9-4c40-b36c-03befdf5b8d4
public java.lang.Boolean getCustomBoolean23() { return this.customBoolean23; }
2aac9d19-8b4c-4f0e-9bd2-237ab1e8b49a
public java.lang.String getOpportunityAccountName() { return this.opportunityAccountName; }
1ac2bb30-ef44-4112-9557-aee0af132d49
public void setCustomInteger34(java.lang.Integer customInteger34) { this.customInteger34 = customInteger34; }
a8b6f989-adb5-4ec9-bd8d-a195a5d4ddc9
public void setCustomInteger21(crmondemand.xml.customobject3.query.QueryType customInteger21) { this.customInteger21 = customInteger21; }
e252e6e0-c672-4a8e-9114-9f7596dfa2e2
public void setCustomNumber6(crmondemand.xml.customobject3.query.QueryType customNumber6) { this.customNumber6 = customNumber6; }
d9670bf6-8305-4982-a47e-2e8a0ce1eb46
public void setCustomNumber15(java.math.BigDecimal customNumber15) { this.customNumber15 = customNumber15; }
5cc1ebdb-e815-44ba-ac93-96743c920935
public java.lang.String getCustomText4() { return this.customText4; }
a97fb88c-5632-4c6d-b230-6f30f8e2f8a7
public void setCustomObject7Id(java.lang.String customObject7Id) { this.customObject7Id = customObject7Id; }
e88c3386-b25e-4a5b-9ee9-f85d351b980b
public void setOrderNumber(java.lang.String orderNumber) { this.orderNumber = orderNumber; }
e02dd62e-1141-4f9f-91e5-ced115d49974
protected static boolean sendPacket(String p_Data, int p_portNumber) { DatagramSocket aSocket = null; try { aSocket = new DatagramSocket(); byte [] m = p_Data.getBytes(); InetAddress aHost = InetAddress.getByName("localhost"); int serverPort = p_portNumber; DatagramPacket request = new DatagramPacket(m, p_Data.length(), aHost, serverPort); aSocket.send(request); return true; } catch (SocketException e) { System.out.println("Socket: " + e.getMessage()); } catch (IOException e) { System.out.println("IO: " + e.getMessage()); } finally { if(aSocket != null) aSocket.close(); } return false; }
7da2ae23-11a6-4af2-925f-b1b83e95e06f
public crmondemand.xml.contact.query.QueryType getCustomDate42() { return this.customDate42; }
8112e2e3-bbd7-489a-9c27-c37471e5c82e
@Override public String getValueOrTargetHelp() { throw new NotImplementedCommandException(this); }
9dda76ba-a9d0-4879-a59e-e674d4574d36
public crmondemand.xml.customobject6.query.QueryType getCustomText32() { return this.customText32; }
6cfce410-8930-45a2-bc87-21c34b95be7c
public void setCustomText5(crmondemand.xml.contact.query.QueryType customText5) { this.customText5 = customText5; }
e23a5c35-88f2-43ef-8f9c-790800bd32e8
public crmondemand.xml.customobject6.query.QueryType getCustomPhone6() { return this.customPhone6; }
18ec5cd4-31b3-4546-b904-4513dd9406b8
@Override public void actionPerformed(ActionEvent arg0) { frame.setSelectedTool(SelectedTool.INTERACTION); }
2366b8a5-3e61-434c-bd5e-025432598f07
public void setCertficationName(java.lang.String certficationName) { this.certficationName = certficationName; }
d325679c-25d5-4818-84be-2d4375c50c6b
public void setCustomText52(crmondemand.xml.contact.query.QueryType customText52) { this.customText52 = customText52; }
1b58621b-539f-4b66-97c9-2cb78d953f3f
public void setId(crmondemand.xml.customobject6.query.QueryType id) { this.id = id; }
62722f1f-ac36-4142-8f9b-b20e5c027d96
public crmondemand.xml.contact.query.QueryType getCustomText31() { return this.customText31; }
f7df11cd-60aa-4095-8c21-263b5e45a1f2
public crmondemand.xml.contact.query.QueryType getCustomCurrency10() { return this.customCurrency10; }
e8211651-4f6a-4640-912c-0a8aeac9446f
public void run() { new HomeFrm(usr).setVisible(true); }
ed860ca1-18bd-45a5-b96e-fa3edb3584d3
public java.lang.String getCustomPickList27() { return this.customPickList27; }
6d1424a1-3773-47e8-81c9-ef12a77c6461
public void setListOfFriends(Collection<Friend> listOfFriends) { if (friendsListModel == null) { friendsListModel = new FriendsListModel(listOfFriends); } else { friendsListModel.setFriendsList(listOfFriends); } }
13b8af74-b2a0-46f4-bfac-a2d58b1cce5c
public crmondemand.xml.contact.query.QueryType getFinancialAccountFinancialAccount() { return this.financialAccountFinancialAccount; }
a1395e2d-f10f-4c91-b8ce-6f96b4bfa250
public Alimento getRefeicao4() { return refeicao4; }
03bee4aa-baa6-4e0f-a75f-d6e489ed8779
public crmondemand.xml.contact.query.QueryType getSPRequestName() { return this.sPRequestName; }
1c63a7fe-5b43-483d-949d-4ce77717454c
public java.util.Calendar getIndexedDate0() { return this.indexedDate0; }
6158f94e-9daa-4ace-ade8-d04c60b6d759
public void setModifiedById(java.lang.String modifiedById) { this.modifiedById = modifiedById; }
e46ebb0a-feff-4d10-8120-3dde3dc2ff32
public java.util.List<com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder> getFileBuilderList() { return getFileFieldBuilder().getBuilderList(); }
a3cf05e1-8311-451d-9d0f-3d062afb5ec4
public void test_plusDays_overYears() { LocalDateTime t = LocalDateTime.of(2006, 7, 14, 12, 30, 40, 987654321).plusDays(366); assertEquals(t, this.TEST_2007_07_15_12_30_40_987654321); } @Test(groups = { "tck" }
f1302693-2295-4055-a3fb-1ed31bf4abf3
public void setCustomText63(java.lang.String customText63) { this.customText63 = customText63; }
ee6493f1-5744-4d65-aae7-15482f82845e
public void setCustomDate29(crmondemand.xml.customobject3.query.QueryType customDate29) { this.customDate29 = customDate29; }
15bee05d-1427-4287-9135-8a645da3470a
public java.lang.String getIntegrationId() { return this.integrationId; }
b000503a-b85a-43b4-a1a4-286ab2404b4f
public void setCustomInteger17(crmondemand.xml.opportunity.query.QueryType customInteger17) { this.customInteger17 = customInteger17; }
bb723e49-3884-4dce-a98d-98dedc9f9efe
private static ArrayList<Ball> makeBalls(EngineSettings engineSettings) { ArrayList<Ball> balls = new ArrayList<Ball>(); ArrayList<Point> ballLocations = new ArrayList<>(); // So balls aren't placed directly beside another we add 3 pixels as a spacer. // To ensure we don't have any overlapping balls we generate all possible locations beforehand then shuffle them. for(int x = 0; x < engineSettings.getWidth() - engineSettings.getBallSize(); x += engineSettings.getBallSize() + 3) for(int y = 0; y < engineSettings.getHeight() - engineSettings.getBallSize() * 5; y += engineSettings.getBallSize() + 3) ballLocations.add(new Point(x, y)); // Shuffle the ball locations. long seed = System.nanoTime(); Collections.shuffle(ballLocations, new Random(seed)); // Create map of balls. for(int i = 0; i < engineSettings.getBallCount() && i < ballLocations.size(); ++i) { // Create a color as a lookup key. Color color = new Color((float)Math.random(), (float)Math.random(), (float)Math.random()); balls.add(new Ball(ballLocations.get(i).getX(), ballLocations.get(i).getY(), Math.random() * 360, engineSettings.getMomentum(), engineSettings.getWidth(), engineSettings.getHeight() + (engineSettings.getBallSize() * 2), engineSettings.getBallSize(), color)); } return balls; }
97b33c09-69b2-4d1c-8a88-d23d5ecc0202
public void setCreatedDate(java.util.Calendar createdDate) { this.createdDate = createdDate; }
3a9faab5-2378-4665-a84d-2c514ddfbad5
public java.lang.Boolean getCustomBoolean5() { return this.customBoolean5; }
e87e1958-3427-425a-bc17-c50fff8cea38
public void setSPRequestExternalSystemId(crmondemand.xml.customobject6.query.QueryType sPRequestExternalSystemId) { this.sPRequestExternalSystemId = sPRequestExternalSystemId; }
3c593e2e-123f-44be-8551-dfdf50d4aede
public java.util.Calendar getCustomDate12() { return this.customDate12; }
7b858085-c15c-4a10-97c2-12e8e5a0219e
public crmondemand.xml.contact.query.QueryType getCustomDate46() { return this.customDate46; }
fc533c60-74c2-4a96-9f40-12c24944effa
public void setCustomInteger29(java.lang.Integer customInteger29) { this.customInteger29 = customInteger29; }
1736faa8-ac7c-46e3-8790-d3dc3fd1342b
public void setCustomNumber29(crmondemand.xml.opportunity.query.QueryType customNumber29) { this.customNumber29 = customNumber29; }
d79b7fd8-4c08-45e4-a499-27ba7f4f90a7
public void setCustomInteger19(java.lang.Integer customInteger19) { this.customInteger19 = customInteger19; }
907db26c-fbb3-46b4-9ce7-2d00f6939070
@Override public void actionPerformed(ActionEvent e) { if(mr.getText().equalsIgnoreCase(mrs)) { mr.setForeground(cc); mr.setBorder(null); mr.setEditable(false); } else { mr.setForeground(wc); } }
cd4a095e-f195-4d15-bf9e-b6ab3356a3b2
*/ public AudioFormat getAudioFormat() { float sampleRate = 8000.0F; //8000,11025,16000,22050,44100 int sampleSizeInBits = 16; //8,16 int channels = 1; //1,2 boolean signed = true; //true,false boolean bigEndian = false; //true,false return new AudioFormat(sampleRate, sampleSizeInBits, channels, signed, bigEndian); }
a640af7c-1480-43e6-b4b4-496183b30d59
public void setZCustomCurrency4(crmondemand.xml.customobject6.query.QueryType zCustomCurrency4) { this.zCustomCurrency4 = zCustomCurrency4; }
14bc995f-9e21-4367-9d53-f8ed9a717773
public crmondemand.xml.opportunity.query.QueryType getCreatedByIntegrationId() { return this.createdByIntegrationId; }
6bdde374-60d8-4111-8de0-490642223982
public java.math.BigDecimal getCustomCurrency28() { return this.customCurrency28; }
5911d490-1240-4a3d-bc97-00b487b42f60
@Override public boolean isValidOffset(LocalDateTime localDateTime, ZoneOffset offset) { return getValidOffsets(localDateTime).contains(offset); }
a4b4fda6-a116-46de-abb7-10358caa9036
public void setContactFullName(crmondemand.xml.opportunity.query.QueryType contactFullName) { this.contactFullName = contactFullName; }
fc74a23b-1171-4eef-8682-236b47178afd
public void setCustomObject10IntegrationId(java.lang.String customObject10IntegrationId) { this.customObject10IntegrationId = customObject10IntegrationId; }
5bebae41-5a61-4acb-8d69-f0b0c609f66b
public java.lang.Integer getCustomInteger20() { return this.customInteger20; }
5436b4ad-a66e-408e-9742-450b7564ae08
public void setCustomText74(crmondemand.xml.contact.query.QueryType customText74) { this.customText74 = customText74; }
be4fd1c7-6040-4e6b-b4f1-ea46ab4dde50
public java.math.BigDecimal getCustomNumber25() { return this.customNumber25; }
f5a53c8d-a886-43a8-aa28-4f7fae8ead42
public java.lang.String getCustomPickList89() { return this.customPickList89; }
e248ea9e-f077-4ede-97f1-34406360ef38
public java.lang.String getCustomPickList7() { return this.customPickList7; }
4e76d357-929f-4c6b-92c4-2234a3a4063a
public void setCustomDate28(java.util.Calendar customDate28) { this.customDate28 = customDate28; }
ff8fa118-fc0d-43a0-a386-624622a2f2f7
public void setCustomDate58(java.util.Calendar customDate58) { this.customDate58 = customDate58; }
683d4566-e5fd-4269-bc8a-694805e3f731
public crmondemand.xml.customobject3.query.QueryType getIndexedPick1() { return this.indexedPick1; }
28a4dea6-d7ff-4de8-bfee-33be41861499
public void setCustomMultiSelectPickList3(crmondemand.xml.opportunity.query.QueryType customMultiSelectPickList3) { this.customMultiSelectPickList3 = customMultiSelectPickList3; }
7add9ca4-4532-4086-9fdf-bb2db07bc1e0
public void setPrimaryAgentAccountName(java.lang.String primaryAgentAccountName) { this.primaryAgentAccountName = primaryAgentAccountName; }
09a549f6-7232-4361-8f02-b7ef40519a44
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } }
1bdb7ccf-4a69-42c4-9787-b37a9be78793
public void setCustomDate1(java.util.Calendar customDate1) { this.customDate1 = customDate1; }
f52dc467-4c69-43d9-95de-566cac0e1bbe
public void setInvtPeriodExternalSystemId(java.lang.String invtPeriodExternalSystemId) { this.invtPeriodExternalSystemId = invtPeriodExternalSystemId; }
baf0740a-3654-44f3-9213-53f12152f6aa
public void setCustomBoolean5(crmondemand.xml.customobject6.query.QueryType customBoolean5) { this.customBoolean5 = customBoolean5; }
b947360b-1fa9-4c61-9864-f38454d57af3
public void setZCustomPickList25(crmondemand.xml.customobject6.query.QueryType zCustomPickList25) { this.zCustomPickList25 = zCustomPickList25; }
33b540d9-8418-4664-b5c3-e1b1b49b8041
opcode op_b3 = new opcode() { public void handler(){ OR(Z80.DE.L); }}