id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
2adf67d7-c1d2-4f49-a834-311de64ae5f5 | public void setDescription(crmondemand.xml.contact.query.QueryType description) {
this.description = description;
} |
0e64d614-f466-4741-bafe-9c9796f9b8c8 | public java.lang.String getCustomPhone3() {
return this.customPhone3;
} |
80b82dac-742e-4dbf-b87b-0be45d3f6298 | public void setCustomNumber7(java.math.BigDecimal customNumber7) {
this.customNumber7 = customNumber7;
} |
0fa884ec-1688-404e-8558-10f1274918ea | public void setObjectiveExternalSystemId(java.lang.String objectiveExternalSystemId) {
this.objectiveExternalSystemId = objectiveExternalSystemId;
} |
7a0531b9-5ecb-4ab5-b0e4-b196ba518a62 | public java.lang.String getCustomText20() {
return this.customText20;
} |
059a5cc7-2d06-4138-b349-d0f594b57c36 | public crmondemand.xml.opportunity.query.QueryType getPolicyId() {
return this.policyId;
} |
2bd5e94e-9885-47e7-bc88-b33194529086 | void printDate(){
System.out.print(getColor()+"涓績搴ф("+getCX()+","+getCY()+")");
} |
17e6bc7b-d57b-442e-9de8-20d017410722 | public java.util.Calendar getCustomDate53() {
return this.customDate53;
} |
e5b742b0-0a02-44ed-b823-d9e41cbb0778 | public crmondemand.xml.customobject6.query.QueryType getPolicyExternalSystemId() {
return this.policyExternalSystemId;
} |
49ce1abe-41ea-4469-bcb1-78e3d6d916d5 | public EventEmitterInterface getEmitter() {
return emitter;
} |
6e3479e8-7f24-43f3-af46-aa80452233da | public void setCustomObject13ExternalSystemId(crmondemand.xml.contact.query.QueryType customObject13ExternalSystemId) {
this.customObject13ExternalSystemId = customObject13ExternalSystemId;
} |
257617d3-7f00-45cc-94f6-10ee81d5e1e4 | public java.util.Calendar getCustomDate51() {
return this.customDate51;
} |
7f9985a7-d0cc-4f84-8b16-d3c13b99e96b | public void setCustomPickList57(crmondemand.xml.customobject3.query.QueryType customPickList57) {
this.customPickList57 = customPickList57;
} |
7647181e-1314-44e1-bd34-2fdaf217f81b | public crmondemand.xml.customobject6.query.QueryType getCustomPickList70() {
return this.customPickList70;
} |
f80e73ac-c8e8-4bc6-9849-578e93d6dafb | public crmondemand.xml.contact.query.QueryType getCustomObject9Type() {
return this.customObject9Type;
} |
e45168c5-b263-4661-86ce-c5f4132429ab | OutputType(String name, String ext, String buttonName, File genFileFolder) {
this.name = name;
this.ext = ext;
this.buttonName = buttonName;
this.generatedFileFolder = genFileFolder;
generatedFileFolder.mkdirs();
for(File f: generatedFileFolder.listFiles()) {
if(f.isFile()) {
f.delete();
}
}
} |
5c5f358b-b13a-45d4-93a6-039f6bed5a38 | public java.lang.String getCustomObject15Name() {
return this.customObject15Name;
} |
bf411275-8f58-4afc-9bc8-acd9a65ad857 | long getReparticao_id(); |
49e5e03c-549e-4405-a8d9-d3631af9fb68 | public void setCustomDate47(java.util.Calendar customDate47) {
this.customDate47 = customDate47;
} |
65f502c5-4c67-4a7e-8e46-b6972701c16e | public void setCustomDate56(crmondemand.xml.contact.query.QueryType customDate56) {
this.customDate56 = customDate56;
} |
d9b52371-5c9c-4b7e-b32b-554575fc2a35 | public void setOpportunityType(crmondemand.xml.opportunity.query.QueryType opportunityType) {
this.opportunityType = opportunityType;
} |
5a1e8ef1-e6be-4220-af12-eedadc5aa678 | public void handler() {
long d_dst = get_DY();
set_DY(MASK_OUT_ABOVE_32(~d_dst));
long res = get_DY();
m68k_cpu.n_flag = GET_MSB_32(res);
m68k_cpu.not_z_flag = res;
m68k_cpu.c_flag = m68k_cpu.v_flag = 0;
USE_CLKS(6);
if (m68klog != null) {
fprintf(m68klog, "not_d_32 :PC:%d,PPC:%d,mode:%d,dr0:%d,dr1:%d,dr2:%d,dr3:%d,dr4:%d,dr5:%d,dr6:%d,dr7:%d,ar0:%d,ar1:%d,ar2:%d,ar3:%d,ar4:%d,ar5:%d,ar6:%d,ar7:%d,sp0:%d,sp1:%d,sp2:%d,sp3:%d,vbr:%d,sfc:%d,dfc:%d,cacr:%d,caar:%d,ir:%d,t1:%d,t0:%d,s:%d,m:%d,x:%d,n:%d,nz:%d,v:%d,c:%d,intm:%d,ints:%d,stop:%d,halt:%d,intc:%d,prefa:%d,prefd:%d\n", m68k_cpu.pc, m68k_cpu.ppc, m68k_cpu.mode, m68k_cpu.dr[0], m68k_cpu.dr[1], m68k_cpu.dr[2], m68k_cpu.dr[3], m68k_cpu.dr[4], m68k_cpu.dr[5], m68k_cpu.dr[6], m68k_cpu.dr[7], m68k_cpu.ar[0], m68k_cpu.ar[1], m68k_cpu.ar[2], m68k_cpu.ar[3], m68k_cpu.ar[4], m68k_cpu.ar[5], m68k_cpu.ar[6], m68k_cpu.ar[7], m68k_cpu.sp[0], m68k_cpu.sp[1], m68k_cpu.sp[2], m68k_cpu.sp[3], m68k_cpu.vbr, m68k_cpu.sfc, m68k_cpu.dfc, m68k_cpu.cacr, m68k_cpu.caar, m68k_cpu.ir, m68k_cpu.t1_flag, m68k_cpu.t0_flag, m68k_cpu.s_flag, m68k_cpu.m_flag, m68k_cpu.x_flag, m68k_cpu.n_flag, m68k_cpu.not_z_flag, m68k_cpu.v_flag, m68k_cpu.c_flag, m68k_cpu.int_mask, m68k_cpu.int_state, m68k_cpu.stopped, m68k_cpu.halted, m68k_cpu.int_cycles, m68k_cpu.pref_addr, m68k_cpu.pref_data);
}
} |
205a219f-cee4-4791-b548-0e19f70ad923 | public java.lang.String getCustomObject9IntegrationId() {
return this.customObject9IntegrationId;
} |
020422a7-f693-49a4-be42-3b1ed0383d24 | public void setCustomDate56(crmondemand.xml.customobject3.query.QueryType customDate56) {
this.customDate56 = customDate56;
} |
a2f643f2-e9b2-429c-979a-bd9b0ef4f29d | public crmondemand.xml.contact.query.QueryType getCustomCurrency4() {
return this.customCurrency4;
} |
95c1661a-39fd-407b-aa5e-8a9bcb950b40 | public crmondemand.xml.contact.query.QueryType getCustomNumber52() {
return this.customNumber52;
} |
b333442c-0093-482b-b7f6-1bcee16922e1 | public crmondemand.xml.customobject6.query.QueryType getCustomObject7ExternalSystemId() {
return this.customObject7ExternalSystemId;
} |
f2d7525a-4a00-42ba-b580-a617a6399cef | public crmondemand.xml.customobject3.query.QueryType getCustomBoolean30() {
return this.customBoolean30;
} |
292b3f12-2af7-4e5f-8f6b-793afd6d125e | public void setCustomPhone6(java.lang.String customPhone6) {
this.customPhone6 = customPhone6;
} |
d55a4d3c-1a50-4c3d-a300-e4edd64a0f50 | public crmondemand.xml.customobject3.query.QueryType getCustomNumber27() {
return this.customNumber27;
} |
508b6416-781c-4d12-b1f5-609359c694ca | private static double round(double d, int decimalPlace) {
BigDecimal bd = new BigDecimal(d);
bd = bd.setScale(decimalPlace, BigDecimal.ROUND_HALF_UP);
return bd.doubleValue();
} |
eec8d89e-6fa8-4b77-9fcd-472e4a0bed9a | public java.lang.String getCustomText77() {
return this.customText77;
} |
a5850a66-8e2d-4086-ba13-fcb8cc61d5b5 | public java.lang.String getCustomObject8Id() {
return this.customObject8Id;
} |
66491acc-895c-41bd-97e0-e7d4b1b7ff0c | public java.lang.String getCustomText24() {
return this.customText24;
} |
401fbf7b-9c17-41b5-88c8-8b0893760592 | public void setCreatedBy(crmondemand.xml.customobject6.query.QueryType createdBy) {
this.createdBy = createdBy;
} |
cf3bdd1e-6b02-416a-8058-d9270e0ecade | public void setCustomNumber10(crmondemand.xml.contact.query.QueryType customNumber10) {
this.customNumber10 = customNumber10;
} |
3dd57c6c-0ab5-49a0-8633-426ea06f6008 | public crmondemand.xml.customobject3.query.QueryType getCustomText57() {
return this.customText57;
} |
2e1ae06f-3e97-47a3-b93e-3650c16190af | public void setCustomText35(java.lang.String customText35) {
this.customText35 = customText35;
} |
b84303ef-7e33-4df8-9c59-bbd6ec74442e | public void finishAttack () {
attack = false;
showEffect = true;
this.effectTimeLast = System.currentTimeMillis();
attackArea.reset();
} |
ee1d9831-2087-49b3-848f-4eb649e4ba1a | public void setOpportunityModifiedDateExt(crmondemand.xml.opportunity.query.QueryType opportunityModifiedDateExt) {
this.opportunityModifiedDateExt = opportunityModifiedDateExt;
} |
5db4c945-db0c-4102-8965-30a2abd28af7 | private String openChooser() {
JFileChooser fileChooser = new JFileChooser();
//庸说址
FileNameExtensionFilter ff = new FileNameExtensionFilter( null, "txt");
fileChooser.setFileFilter(ff);
int option = fileChooser.showOpenDialog(null);
if(option == JFileChooser.APPROVE_OPTION){
//取息
return fileChooser.getSelectedFile().getPath();
}
return "";
} |
6bf610f4-7b25-419f-81bd-084a3e2d80e6 | public void setCustomPickList91(crmondemand.xml.customobject6.query.QueryType customPickList91) {
this.customPickList91 = customPickList91;
} |
c9cf29db-43b7-47be-8b43-15b8a4ab8be9 | public crmondemand.xml.customobject3.query.QueryType getSolutionMarketingApproval() {
return this.solutionMarketingApproval;
} |
3cb2d847-2304-41d2-a81d-696d1c568c50 | public void setCustomPickList30(java.lang.String customPickList30) {
this.customPickList30 = customPickList30;
} |
eea64f29-ed49-44a5-bb8f-b656e71c89b7 | public void setCustomNumber51(java.math.BigDecimal customNumber51) {
this.customNumber51 = customNumber51;
} |
adf85dcd-abba-4dad-b541-6eaac72e401b | public java.lang.String getObjectiveName()
{
return this.objectiveName;
} |
0f77576a-80fb-400a-8b59-d04747bde7ea | public void setCustomPickList21(crmondemand.xml.customobject6.query.QueryType customPickList21) {
this.customPickList21 = customPickList21;
} |
ce172c95-76a5-4bed-b817-e3afe5f59744 | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean24() {
return this.customBoolean24;
} |
1d1185c2-1f81-4992-bd69-b5a28297505b | public java.lang.String getCustomText50() {
return this.customText50;
} |
408f896e-b37f-45d2-9009-bf51b96c2eed | public void setCustomText5(java.lang.String customText5) {
this.customText5 = customText5;
} |
15acc1dd-e3be-490a-955c-89e6487ec645 | private JLabel getLblBasePri()
{
if(lblBasePri == null)
{
lblBasePri = new JLabel();
lblBasePri.setText("Base Price:");
lblBasePri.setBounds(27, 204, 120, 15);
lblBasePri.setHorizontalAlignment(SwingConstants.RIGHT);
}
return lblBasePri;
} |
320e9585-9405-4305-beec-be7d250ef896 | public void setCustomDate34(crmondemand.xml.customobject6.query.QueryType customDate34) {
this.customDate34 = customDate34;
} |
7277716d-2b06-4503-a2a2-8c0bcaf052ac | public crmondemand.xml.customobject6.query.QueryType getCustomInteger23() {
return this.customInteger23;
} |
ab75022d-a152-4734-aff1-b0a5eafd8909 | @Override
public void enterRule(ParseTreeListener listener) {
if ( listener instanceof Java7Listener ) ((Java7Listener)listener).enterAssignExpr(this);
} |
2d2ded62-7b1b-4826-b5ba-e118b1cb7837 | public java.lang.String getCustomText17() {
return this.customText17;
} |
f0789ede-639b-4592-ab67-56a50656d761 | public crmondemand.xml.customobject3.query.QueryType getCustomObject6Id() {
return this.customObject6Id;
} |
49414908-c679-4a4a-9ee1-ae9f829fa6c7 | public String toString()
{
return this.departmentID + " " + this.name + " " + this.minimumGPA;
} |
516e411f-34a3-493b-ab5e-5a834fd7583a | public void setCustomBoolean13(crmondemand.xml.opportunity.query.QueryType customBoolean13) {
this.customBoolean13 = customBoolean13;
} |
3d35bd45-5ecd-4739-8747-b036352e8c28 | public void setCustomDate22(java.util.Calendar customDate22) {
this.customDate22 = customDate22;
} |
8fb4d88b-d0ae-4e91-a54b-aab31ca20651 | opcode m6502_9c = new opcode() { public void handler(){ m6502_ICount[0] -= 2; ILL(); }} |
2904d651-3066-47e4-aa30-31b76f689beb | public void setCustomPhone14(crmondemand.xml.opportunity.query.QueryType customPhone14) {
this.customPhone14 = customPhone14;
} |
ef3902ad-b221-44f8-b51e-8f3249a3e9e3 | public void run() {
model = new Model();
view = new View(model);
controller = new Controller(model, view);
model.start();
controller.start();
view.start();
} |
aaecb8ab-999b-47a3-ad42-bdb54896a406 | public void setContactExternalSystemId(java.lang.String contactExternalSystemId) {
this.contactExternalSystemId = contactExternalSystemId;
} |
aad2cfe5-3f4c-4392-9dd0-78b0358f94b9 | public void setUpdatedByFirstName(java.lang.String updatedByFirstName) {
this.updatedByFirstName = updatedByFirstName;
} |
3b6d1181-9973-40bf-85ce-ec400394bb56 | public void setCustomText48(java.lang.String customText48) {
this.customText48 = customText48;
} |
33336ad6-cf00-42fe-ad3f-1628ba7924ae | public void setCustomObject8Type(java.lang.String customObject8Type) {
this.customObject8Type = customObject8Type;
} |
7f490222-f42b-4bc0-aaeb-7c6fdc4f2aa1 | public java.math.BigDecimal getCustomCurrency8() {
return this.customCurrency8;
} |
3e7b7dda-e6c5-4d50-b488-01861a245bd0 | public void setCustomObject1Type(java.lang.String customObject1Type) {
this.customObject1Type = customObject1Type;
} |
e1bd48a4-640b-4a7e-a7e5-0b408baecc9d | public void setCustomCurrency3(java.math.BigDecimal customCurrency3) {
this.customCurrency3 = customCurrency3;
} |
0d647baf-3470-4c51-b685-260703ef2868 | public void setVehicleIntegrationId(crmondemand.xml.customobject3.query.QueryType vehicleIntegrationId) {
this.vehicleIntegrationId = vehicleIntegrationId;
} |
862ddb34-2a01-45ae-99aa-b549f89b8d0a | public crmondemand.xml.contact.query.QueryType getCustomText77() {
return this.customText77;
} |
960b18c1-3267-4b0a-b227-379d7346f0e2 | public crmondemand.xml.opportunity.query.QueryType getCustomObject11Type() {
return this.customObject11Type;
} |
ff5d2027-32ef-4387-bece-0e6b15cd9e88 | public java.lang.String getCustomText44() {
return this.customText44;
} |
d92b204b-7287-4bb2-bd69-540215e892d7 | public java.lang.String getCustomPickList38() {
return this.customPickList38;
} |
cbfa3506-f834-4739-af9d-3240cf4b88e7 | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean33() {
return this.customBoolean33;
} |
343854ca-5241-48b8-afea-24fb91193d83 | public void setCustomObject11ExternalSystemId(java.lang.String customObject11ExternalSystemId) {
this.customObject11ExternalSystemId = customObject11ExternalSystemId;
} |
15dfb7ae-a70d-416f-b342-bba7d6687bb4 | public void setCustomPickList30(java.lang.String customPickList30) {
this.customPickList30 = customPickList30;
} |
426f64ce-5dd4-4ab4-95ed-361cd1bbad3e | public Component getComponent(String id) {
for (Component comp : components) {
if (comp.getId().equalsIgnoreCase(id))
return comp;
}
return null;
} |
b988740c-d755-4b03-96a7-a89f61bb23fe | public void setCustomObject5Name(crmondemand.xml.opportunity.query.QueryType customObject5Name) {
this.customObject5Name = customObject5Name;
} |
e3a30f7b-b7f2-48b2-8eaf-c76bc8d59d21 | public java.lang.String getCustomText62() {
return this.customText62;
} |
1cf7e353-18ab-4e84-afaf-6d373da59f5b | public java.lang.String getCustomText73() {
return this.customText73;
} |
5bcc956e-7518-4a42-aa58-f407e6837196 | public crmondemand.xml.opportunity.query.QueryType getCustomPickList48() {
return this.customPickList48;
} |
d0bcdcec-8ab2-4b60-ba77-b952b72864d1 | public void setCustomDate50(java.util.Calendar customDate50) {
this.customDate50 = customDate50;
} |
8aaed4b5-6a20-4f43-8c3d-acc3be238714 | public void changedMap(final MapleCharacter chr, final int mapid) {
if (disposed) {
return;
}
try {
em.getIv().invokeFunction("changedMap", this, chr, mapid);
} catch (NullPointerException npe) {
} catch (NoSuchMethodException | ScriptException ex) {
FileoutputUtil.log(FileoutputUtil.ScriptEx_Log, "Event name" + em.getName() + ", Instance name : " + name + ", method Name : changedMap:\n" + ex);
System.out.println("Event name" + em.getName() + ", Instance name : " + name + ", method Name : changedMap:\n" + ex);
}
} |
16a54c69-d4ef-4635-9ba8-975f7d3ca923 | public crmondemand.xml.opportunity.query.QueryType getCustomInteger7() {
return this.customInteger7;
} |
bb4a7a68-724a-496c-86f9-98827bb17f3f | private static void fGetObject() throws IOException
{
String bucketName="chttest";
String fileName="hello.txt";
File file = new File(fileName);
AmazonS3 s3 = new AmazonS3Client(new PropertiesCredentials(putBucket.class.getResourceAsStream("AwsCredentials.properties")));
try
{
System.out.println("Getting Object");
GetObjectRequest request = new GetObjectRequest(bucketName,fileName);
ObjectMetadata metadata = s3.getObject(request,file);
Writer writer = new OutputStreamWriter(new FileOutputStream(file));
writer.write(metadata.getContentType());
writer.write("\r\n");
writer.write(metadata.getETag());
writer.close();
System.out.println();
}
catch (AmazonServiceException ase) {
System.out.println("Caught an AmazonServiceException, which means your request made it "
+ "to Amazon S3, but was rejected with an error response for some reason.");
System.out.println("Error Message: " + ase.getMessage());
System.out.println("HTTP Status Code: " + ase.getStatusCode());
System.out.println("AWS Error Code: " + ase.getErrorCode());
System.out.println("Error Type: " + ase.getErrorType());
System.out.println("Request ID: " + ase.getRequestId());
} catch (AmazonClientException ace) {
System.out.println("Caught an AmazonClientException, which means the client encountered "
+ "a serious internal problem while trying to communicate with S3, "
+ "such as not being able to access the network.");
System.out.println("Error Message: " + ace.getMessage());
}
} |
a04e9b5b-3bdb-4000-a1db-f4c3060ab86c | @Override
public void setFileName(String s) {
fileName = s;
} |
d22ac4a6-a2cb-4624-9e0b-0d2cc1425e83 | public void setCustomText52(java.lang.String customText52) {
this.customText52 = customText52;
} |
3078de5e-6deb-43b1-bb96-a3c71c75f177 | public TechTypeData parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new TechTypeData(input, extensionRegistry);
} |
5ae57a77-5694-43a4-8bc6-ac876f80b71e | public static _Fields findByThriftIdOrThrow(int fieldId) {
_Fields fields = findByThriftId(fieldId);
if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
return fields;
} |
633a7700-b348-4607-b864-e358d66a2299 | public String getLocationasString(); |
f05ef531-8609-4ea6-b77f-12a8f8aca900 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber49() {
return this.customNumber49;
} |
e98bf6d1-33fd-4efa-a2c9-179aea44a304 | public void setCustomDate16(crmondemand.xml.customobject3.query.QueryType customDate16) {
this.customDate16 = customDate16;
} |
5dfac99d-f062-41e2-85de-0e7580c4fd52 | public FinalGameState(GameStateManager gsm) {
super(gsm);
init();
} |
9ceb4497-2d2e-4d51-b7be-13bcc06a3380 | @Override
public void mouseUp(MouseEvent e)
{
if(e.button == 1)
leftMouseDown = false;
else if(e.button == 3)
rightMouseDown = false;
end.x = e.x;
end.y = e.y;
} |
a495f3a5-542e-45e7-9724-494009687ec0 | public crmondemand.xml.customobject3.query.QueryType getCustomObject15ExternalSystemId() {
return this.customObject15ExternalSystemId;
} |
8d921837-e56e-4d80-bed0-8e6c1ac94b78 | public GObject getElementAt(double x, double y); |
a400d852-e3b1-45e1-a832-6988398ae31d | public void setCustomPickList81(java.lang.String customPickList81) {
this.customPickList81 = customPickList81;
} |
4f6ecbae-7b52-4753-93f4-74ad81ccd578 | public java.lang.String getCustomPhone19() {
return this.customPhone19;
} |
62ee3f24-d886-474f-bb8f-3a6cedaf6da5 | public crmondemand.xml.customobject3.query.QueryType getFinancialAccountExternalSystemId() {
return this.financialAccountExternalSystemId;
} |