id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
88abf7b3-59fe-49f7-a9b1-eed7a0653cd7
|
public crmondemand.xml.customobject3.query.QueryType getPortfolioId() {
return this.portfolioId;
}
|
3427ecc0-365d-4e9a-a4ad-5bdadb1e3ae0
|
public void factory_of_7ints_monthTooHigh() {
LocalDateTime.of(2007, 13, 15, 12, 30, 40, 987654321);
}
@Test(expectedExceptions = DateTimeException.class, groups = { "tck" }
|
06bd5870-b476-41fa-bffa-6c69713ceeea
|
public crmondemand.xml.customobject6.query.QueryType getCustomCurrency12() {
return this.customCurrency12;
}
|
9dae83fb-efe2-444f-96cc-b0b2af6f84e3
|
public void setCustomPickList98(crmondemand.xml.contact.query.QueryType customPickList98) {
this.customPickList98 = customPickList98;
}
|
6522b9ea-45e0-4004-acdb-64730923e46a
|
public void read(TProtocol iprot) throws TException {
TField field;
iprot.readStructBegin();
while (true) {
field = iprot.readFieldBegin();
if (field.type == TType.STOP) {
break;
}
switch (field.id) {
case 0: // SUCCESS
if (field.type == TType.STRING) {
this.success = iprot.readString();
} else {
TProtocolUtil.skip(iprot, field.type);
}
break;
default:
TProtocolUtil.skip(iprot, field.type);
}
iprot.readFieldEnd();
}
iprot.readStructEnd();
// check for required fields of primitive type, which can't be checked in the validate method
validate();
}
|
3a058bbd-d7a3-40cb-b6e8-ec03990d2972
|
public java.util.Calendar getCustomDate26() {
return this.customDate26;
}
|
02b84330-c08c-427b-a003-439961f70060
|
public crmondemand.xml.customobject6.query.QueryType getCustomText81() {
return this.customText81;
}
|
ffc775d7-5335-4dd6-b97c-20be199e5cb6
|
public java.lang.String getCustomObject15Id() {
return this.customObject15Id;
}
|
d7f094ab-fb2c-4067-93dc-a814a72f680d
|
public java.lang.String getCustomText61() {
return this.customText61;
}
|
5f593845-b77b-4a42-9f87-d60823000fad
|
public java.lang.Integer getCustomInteger16() {
return this.customInteger16;
}
|
44f8b028-41a2-490a-b6b5-e5f427690cf9
|
public void setCustomCurrency10(crmondemand.xml.customobject6.query.QueryType customCurrency10) {
this.customCurrency10 = customCurrency10;
}
|
c67857f4-29ce-4b6a-b172-614e314e7b55
|
public void setCustomNumber62(crmondemand.xml.customobject6.query.QueryType customNumber62) {
this.customNumber62 = customNumber62;
}
|
fde06e29-ab57-4ee2-a098-77dfaba06eed
|
public static com.google.protobuf.DescriptorProtos.EnumOptions parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
|
af962381-b2a6-4ff5-8960-d9a9287dc60a
|
/* */ public void getUser() throws IOException
/* */ {
/* */ try {
/* 324 */ FileInputStream fstream = new FileInputStream("dp.txt");
/* 325 */ DataInputStream in = new DataInputStream(fstream);
/* 326 */ BufferedReader br = new BufferedReader(new InputStreamReader(in));
/* */
/* 328 */ while ((this.line = br.readLine()) != null)
/* 329 */ this.list.add(this.line);
/* */ }
/* */ catch (FileNotFoundException e) {
/* 332 */ e.printStackTrace();
/* 333 */ JOptionPane.showMessageDialog(this.guiFrame, "Incorrect Credentials", "Incomplete", 1);
/* */ }
/* */ }
|
d7b5440a-8ec4-4e14-b594-887c5708bbce
|
public void setCustomNumber36(crmondemand.xml.customobject3.query.QueryType customNumber36) {
this.customNumber36 = customNumber36;
}
|
3709f3bb-983d-440b-b41c-c77c0d278a47
|
public crmondemand.xml.contact.query.QueryType getCustomObject3ExternalSystemId() {
return this.customObject3ExternalSystemId;
}
|
c2ab238d-f286-4be5-9b8e-5fd31806a27f
|
public crmondemand.xml.customobject6.query.QueryType getCustomNumber29() {
return this.customNumber29;
}
|
2d954170-1849-4969-9e0d-79d27c0ac69e
|
public crmondemand.xml.contact.query.QueryType getCustomDate9() {
return this.customDate9;
}
|
01cbb057-48df-4e75-87bd-decf787698bb
|
public void setCustomText37(java.lang.String customText37) {
this.customText37 = customText37;
}
|
50263a25-eb00-4fd0-b76f-5f686ba4d5a5
|
public java.lang.String getCustomText69() {
return this.customText69;
}
|
0417b342-131e-4c21-859f-c6308bcd8a40
|
public void captureTesoro(){
this.tesorosPorCapturar--;
}
|
26639661-70ae-41cc-8fa8-f924cc76cf47
|
public java.lang.String getDescription() {
return this.description;
}
|
e49a4f37-0b7f-4704-9df6-2a002dedae6f
|
public void setCustomText49(java.lang.String customText49) {
this.customText49 = customText49;
}
|
2d4c555a-26dc-4934-923a-10995b37e895
|
@Override
public boolean testBump(MOB mob, int bumpNum, Object... parms)
{
if((mask!=null)&&(!CMLib.masking().maskCheck(mask, mob, true)))
return false;
if(parms.length>0)
{
boolean match=questPattern == null;
if(!match)
{
if(parms[0] instanceof String)
{
match = questPattern.matcher((String)parms[0]).find();
}
else
if(parms[0] instanceof Quest)
{
Quest Q=(Quest)parms[0];
match =
questPattern.matcher(Q.name()).find()
|| questPattern.matcher(Q.displayName()).find();
}
}
if(match)
{
count+=bumpNum;
return true;
}
}
return false;
}
|
a91b2a64-2597-4d0e-b83c-9e813442f779
|
void WM16(int addr,int reg)
{
WM(addr + 1 & 0xFFFF, reg & 0xFF);
WM(addr, reg >> 8);
}
|
670cbb83-31bf-402e-b961-2148ef7d1406
|
public crmondemand.xml.customobject3.query.QueryType getCreatedByAlias() {
return this.createdByAlias;
}
|
14cc2c71-9a02-41fa-9489-d872077c6a3f
|
public void setCustomObject12Type(crmondemand.xml.customobject6.query.QueryType customObject12Type) {
this.customObject12Type = customObject12Type;
}
|
a953bd92-4087-4eb6-ad2a-294158d5c510
|
public java.lang.Boolean getIndexedBoolean0() {
return this.indexedBoolean0;
}
|
89e32be7-f10e-4848-bffb-463c946a56d8
|
private void ColorImage(Color IconColor) {
// _coloredIcon = new BufferedImage(_icon.getWidth(), _icon.getHeight(), _icon.getType());
for(int y = 0; y < _icon.getHeight(); y++) {
for(int x = 0; x < _icon.getWidth(); x++) {
Color pixel = new Color(_icon.getRGB(x, y), true);
if(pixel.getAlpha() > 0) {
float[] color1components = pixel.getRGBComponents(null);
float[] color2components = IconColor.getRGBColorComponents(null);
float[] newColorComponents = new float[3];
for(int component = 0; component < 3; component++) {
newColorComponents[component] = color1components[component] * color2components[component];
}
Color newColor;
newColor = new Color(newColorComponents[0], newColorComponents[1], newColorComponents[2], color1components[3]);
_icon.setRGB(x, y, newColor.getRGB());
}
}
}
_colored = true;
}
|
894b9c4d-bee1-4a43-bbb1-ea298021dc64
|
public java.lang.Integer getCustomInteger17() {
return this.customInteger17;
}
|
8362fe2b-c3a3-472b-ad5d-bf1c7f9c59f8
|
@Override
public boolean roomExists(int xPosition2, int i) {
if (xPosition2 == 1 || xPosition2 == 4 || xPosition2 == 7) {
if (i == 1 || i == 4 || i == 7) {
return false;
}
}
return true;
}
|
9a96aa9b-e4e7-4a58-b94c-8503d07df89c
|
public void setCustomObject9Name(crmondemand.xml.contact.query.QueryType customObject9Name) {
this.customObject9Name = customObject9Name;
}
|
31a217fa-d037-4752-b2f8-609603548fc7
|
public void setCustomPickList73(crmondemand.xml.opportunity.query.QueryType customPickList73) {
this.customPickList73 = customPickList73;
}
|
d942fdfe-6476-4f6b-871d-a42ee3bf6b3d
|
public void setCustomPickList18(crmondemand.xml.customobject6.query.QueryType customPickList18) {
this.customPickList18 = customPickList18;
}
|
8c4d6e1d-e7dc-4fa0-9570-3a375c7399d3
|
@Override
public void setCommandArray(IAgentCommand[] commandArray) {
getConnectionDetail().setCommandArray(commandArray);
}
|
5513f6fb-43c3-452d-9823-bdd1dad12695
|
public crmondemand.xml.contact.query.QueryType getSolutionExternalSystemId() {
return this.solutionExternalSystemId;
}
|
b1397ac4-8f95-43e8-aed3-383fc81c69cd
|
public java.lang.Integer getCustomInteger30() {
return this.customInteger30;
}
|
8a668fe9-9f22-4370-a436-fae69b3af372
|
public void setCustomText23(java.lang.String customText23) {
this.customText23 = customText23;
}
|
d670995d-0cca-480e-a01f-70102b9018a6
|
public void setCustomObject15Id(crmondemand.xml.contact.query.QueryType customObject15Id) {
this.customObject15Id = customObject15Id;
}
|
605d1e2e-d0c9-4e96-9278-e94064a598fc
|
public void setCustomDate57(crmondemand.xml.contact.query.QueryType customDate57) {
this.customDate57 = customDate57;
}
|
e0c30165-4270-42d7-98f2-9b3fbc56650c
|
public void setCustomObject11Id(java.lang.String customObject11Id) {
this.customObject11Id = customObject11Id;
}
|
5022993b-8dae-4b28-8575-ad79ffeca45c
|
public crmondemand.xml.customobject6.query.QueryType getCustomObject5Name() {
return this.customObject5Name;
}
|
3e580600-18f3-4349-84f1-a25ed31f0d8a
|
public void close() {
dispatchEvent(new WindowEvent(this, WindowEvent.WINDOW_CLOSING));
}
|
0c100e3f-d7f6-4d88-bf90-e9072326248d
|
public void setProductName(crmondemand.xml.opportunity.query.QueryType productName) {
this.productName = productName;
}
|
52600630-fad2-43e3-9e80-fbddaaa95d00
|
public boolean left() {
return left;
}
|
2f643eb6-542c-4abd-939a-1f8fb6b9fb35
|
public crmondemand.xml.opportunity.query.QueryType getContactId() {
return this.contactId;
}
|
6f8c7d61-caaf-4cff-a5fe-bce6d3c92d1b
|
public void setCustomNumber36(java.math.BigDecimal customNumber36) {
this.customNumber36 = customNumber36;
}
|
4bdf1aae-e606-424b-8122-33c87076d60d
|
public void setExchangeDate(java.util.Calendar exchangeDate) {
this.exchangeDate = exchangeDate;
}
|
9bc3d3c0-03bf-4bf9-950e-15fc820adc10
|
void setUpPriceLabel()
{
price = new JLabel("Price: " + store.getOrePrice());
// TODO Auto-generated method stub
}
|
cb74415a-2175-49b2-839e-3e5444d46101
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList76() {
return this.customPickList76;
}
|
b08b30f7-c22a-40aa-b922-72c1f9c7d8f4
|
public java.lang.String getCustomObject12Name() {
return this.customObject12Name;
}
|
b81e3c16-d9cd-4f9b-9774-783b2fde36e9
|
public java.lang.String getCreatedByExternalSystemId() {
return this.createdByExternalSystemId;
}
|
a37700ce-f693-4751-91d3-34b1df237dde
|
public void setSelectToolButton(JToggleButton btn) {
selectToolButton = btn;
btn.addItemListener(this);
}
|
2963ecd1-10b7-4626-83f5-fee2f61d7d21
|
public crmondemand.xml.opportunity.query.QueryType getCustomObject8Id() {
return this.customObject8Id;
}
|
b169c135-a396-4c7a-9c5f-52ad817ab51d
|
public void setCustomPickList5(crmondemand.xml.customobject6.query.QueryType customPickList5) {
this.customPickList5 = customPickList5;
}
|
2e7e45ca-855c-4c18-b379-0b7b3a82bef1
|
opcode cb_84 = new opcode() { public void handler(){ Z80.HL.SetH(RES(0,Z80.HL.H)); }}
|
31df5db7-0465-4451-8b31-70eb3c16a03b
|
public java.lang.Integer getCustomInteger4() {
return this.customInteger4;
}
|
a66fe35b-a5e8-47eb-ad04-c9085d8d59e7
|
public crmondemand.xml.customobject3.query.QueryType getCustomText11() {
return this.customText11;
}
|
5a957d43-5b14-4838-8d69-d2d894620d42
|
public void changeLayout(){
//Get the text input and check it for validity
double a, r;
int i;
String a_str = attractionInput.getText();
if (a_str.isEmpty()){
a = 0.75;
}else{
a = Double.parseDouble(a_str);
if (a==0){
a = 0.75;
}
}
String r_str = repulsionInput.getText();
if (r_str.isEmpty()){
r = 0.75;
}else{
r = Double.parseDouble(r_str);
if (r==0){
r = 0.75;
}
}
String i_str = numIterationsInput.getText();
if (i_str.isEmpty()){
i = 1000;
}else{
i = Integer.parseInt(i_str);
}
ArrayList<ArrayList<Edge>> edges2D = this.convertEdgeArray(this.graph.edges);
this.g.addElements(this.graph.nodes, edges2D);
this.g.createLayout(r,a,i,this.width,this.height-90);
this.graph.nodes = this.g.updateNodePositions(this.graph.nodes);
this.t = 0;
}
|
7e50a672-f941-45e6-a4f2-b5027d2b259f
|
public crmondemand.xml.customobject3.query.QueryType getCustomBoolean17() {
return this.customBoolean17;
}
|
c62274d1-dce3-4982-b0a1-89b083a9562c
|
public crmondemand.xml.customobject3.query.QueryType getCustomNumber19() {
return this.customNumber19;
}
|
38611193-4455-4bdd-a7c0-4c1d4cdfb341
|
public java.lang.Boolean getUserPreferencesApexPagesDeveloperMode() {
return UserPreferencesApexPagesDeveloperMode;
}
|
3c038775-048d-41b0-a350-6d5eacb88185
|
public void setSPRequestSPRequestName(crmondemand.xml.contact.query.QueryType sPRequestSPRequestName) {
this.sPRequestSPRequestName = sPRequestSPRequestName;
}
|
201aef85-b7cc-41b1-b900-3f79c8def348
|
public static void makeRightPair(Screen s1, Screen s2) {
s1.setLeft(s2);
s2.setRight(s1);
}
|
479eaa51-5b9e-4f70-8f63-a4b54f96559f
|
public crmondemand.xml.contact.query.QueryType getVehicleIntegrationId() {
return this.vehicleIntegrationId;
}
|
fe5ae56b-70d1-41c9-bf49-6d32ed84b1dc
|
public void setOriginatingPartnerId(java.lang.String originatingPartnerId) {
this.originatingPartnerId = originatingPartnerId;
}
|
680d7a52-1fd7-458d-b798-8d5380709967
|
public java.math.BigDecimal getCustomCurrency20() {
return this.customCurrency20;
}
|
0cfdbd85-75d2-44b2-9925-4eeaaf498bdf
|
public java.math.BigDecimal getZCustomNumber37() {
return this.zCustomNumber37;
}
|
d90770ed-6cf2-47e0-9ab5-2a113dbc53f1
|
public crmondemand.xml.contact.query.QueryType getCreatedById() {
return this.createdById;
}
|
90505a60-469b-4106-bf79-ae4d14272774
|
public void setCustomInteger13(crmondemand.xml.customobject6.query.QueryType customInteger13) {
this.customInteger13 = customInteger13;
}
|
5a2d8c8e-217e-478b-adfe-df2dfcd3f6f9
|
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scan =new Scanner(System.in);
int x, y, z, resx, resy, resz;
System.out.print("角数を入力:");
x = scan.nextInt();
resx = 180 * (x-2);
System.out.println(x + ("角形の内角の合計は、") + resx + ("度です"));
System.out.print("角数を入力:");
y = scan.nextInt();
resy = 180 * (y-2);
System.out.println(y + ("角形の内角の合計は、") + resy + ("度です"));
System.out.print("角数を入力:");
z = scan.nextInt();
resz = 180 * (z-2);
System.out.println(x + ("角形の内角の合計は、") + resz + ("度です"));
}
|
720acaac-8214-4135-830c-4c3757c1b43d
|
public void setCustomDate8(java.util.Calendar customDate8) {
this.customDate8 = customDate8;
}
|
def47785-419c-4438-abc5-edaeb9bcb2b1
|
public void setCustomPickList81(crmondemand.xml.opportunity.query.QueryType customPickList81) {
this.customPickList81 = customPickList81;
}
|
214ce399-059e-495f-afb6-dd9a50e93e1e
|
public void setCustomObject2Type(java.lang.String customObject2Type) {
this.customObject2Type = customObject2Type;
}
|
8f755993-a77b-4530-aaf5-43d9b86abdb7
|
public void setCustomDate6(crmondemand.xml.contact.query.QueryType customDate6) {
this.customDate6 = customDate6;
}
|
54222689-ffcf-4a87-986e-52025a4776d9
|
public void setCustomObject2IntegrationId(crmondemand.xml.opportunity.query.QueryType customObject2IntegrationId) {
this.customObject2IntegrationId = customObject2IntegrationId;
}
|
c1a1254b-b19d-488a-9e5e-42654b93ec0b
|
public crmondemand.xml.customobject6.query.QueryType getCustomPhone19() {
return this.customPhone19;
}
|
76fa68c0-be71-41f5-a182-419b6f6f7738
|
public java.lang.String getCustomObject13Id() {
return this.customObject13Id;
}
|
db17c0c1-9288-42f7-874a-7815a218adcb
|
public crmondemand.xml.opportunity.query.QueryType getCustomObject3Name() {
return this.customObject3Name;
}
|
26c4b877-8700-43ed-80f9-31e8deb25e14
|
public crmondemand.xml.contact.query.QueryType getCustomNumber23() {
return this.customNumber23;
}
|
dd79b942-cba8-45ba-bea5-bc04a9caf4db
|
public void setCreatedByIntegrationId(crmondemand.xml.contact.query.QueryType createdByIntegrationId) {
this.createdByIntegrationId = createdByIntegrationId;
}
|
d97e21ad-58ff-411a-acde-1ca33ae7d481
|
public void setCustomPickList81(java.lang.String customPickList81) {
this.customPickList81 = customPickList81;
}
|
4aa1bfcb-968c-4205-bc64-8343fea6adf8
|
public void setCustomBoolean26(java.lang.Boolean customBoolean26) {
this.customBoolean26 = customBoolean26;
}
|
f16aea32-c75b-4483-827b-d0f73a64f391
|
public void setCustomPhone9(crmondemand.xml.contact.query.QueryType customPhone9) {
this.customPhone9 = customPhone9;
}
|
23c0fda1-bf97-415e-b844-57cb01341425
|
public crmondemand.xml.customobject6.query.QueryType getCustomNumber46() {
return this.customNumber46;
}
|
530a4c31-89d3-477b-8c49-639ee7665421
|
public void setCustomText0(java.lang.String customText0) {
this.customText0 = customText0;
}
|
1f385b2b-d67c-4d01-bc52-560b11470613
|
public java.lang.String getCustomObject11ExternalSystemId() {
return this.customObject11ExternalSystemId;
}
|
daf47140-7369-472c-9c02-0f554d85bb2b
|
public crmondemand.xml.contact.query.QueryType getCustomBoolean19() {
return this.customBoolean19;
}
|
b3d869ab-f640-45de-94df-81a41fb8c07d
|
public void setCustomInteger19(crmondemand.xml.customobject6.query.QueryType customInteger19) {
this.customInteger19 = customInteger19;
}
|
2e584677-0ddb-4722-bec0-107c1d17414f
|
public void setCustomText89(crmondemand.xml.contact.query.QueryType customText89) {
this.customText89 = customText89;
}
|
7b531c69-5038-4459-abaa-0dabff1ebe6b
|
public crmondemand.xml.customobject3.query.QueryType getVehicleId() {
return this.vehicleId;
}
|
6c815eab-8d1b-4ab8-a3c1-451296cbfc09
|
public void handler() {
if (m68klog != null) {
fclose(m68klog);
}
throw new UnsupportedOperationException("Unimplemented");
}
|
87c501da-51af-497b-b65b-31e02de0cedc
|
public void setOpportunityExternalSystemId(crmondemand.xml.customobject6.query.QueryType opportunityExternalSystemId) {
this.opportunityExternalSystemId = opportunityExternalSystemId;
}
|
dbe62715-3790-4d18-94cf-e239ed0a059f
|
public Object execute() {
throw new NotImplementedCommandException(this);
}
|
774ebf71-a380-430c-9661-dcfb46c46f92
|
public crmondemand.xml.customobject6.query.QueryType getCustomPhone16() {
return this.customPhone16;
}
|
ffe84930-8662-4a07-96fb-dd9dcfd2144f
|
public void setCustomInteger24(crmondemand.xml.contact.query.QueryType customInteger24) {
this.customInteger24 = customInteger24;
}
|
2101fc80-db47-4383-8290-f701406acaf9
|
private void jButton27MouseEntered(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jButton27MouseEntered
//if (mouseoverbutton==0) {JOptionPane.showMessageDialog(this, "Αν πατήσεις το X θα τερματιστεί το πρόγραμμα!"); mouseoverbutton=1;}
jButton27.setToolTipText("Αν πατήσεις το X, το παιχνίδι θα τερματιστεί!");
}
|
39bed4a6-8399-4476-8526-ee59f848a51c
|
public Food(int weight, int value, String name, String description) {
super(weight, value, name, description);
}
|
f2579ccb-78b0-4f7d-97b0-f32e4a6c333c
|
public void setLikesPineapple(boolean likesPineapple)
{
this.likesPineapple = likesPineapple;
}
|
f73a78be-dd00-4dbc-8f75-e844e330551f
|
public crmondemand.xml.contact.query.QueryType getCustomPhone17() {
return this.customPhone17;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.