id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
d74157b3-8792-4e37-937f-d94d36913dbf | public java.lang.String getCustomText15() {
return this.customText15;
} |
c7c4d9f1-5e48-44b2-b7d6-00d424a5e412 | public void actionPerformed(java.awt.event.ActionEvent evt) {
manualUpdateMenuItemActionPerformed(evt);
} |
89d39580-f86d-4863-a284-d60af86b421f | public java.lang.String getCustomObject8ExternalSystemId() {
return this.customObject8ExternalSystemId;
} |
f7de3972-651e-483d-9238-abaf182322a5 | public java.lang.String getCustomText27() {
return this.customText27;
} |
26d17cea-e4ba-4d5d-86e2-1db7e89819aa | public java.lang.String getOwnerFirstName() {
return this.ownerFirstName;
} |
541851d5-dbe1-41a9-80c9-67432bd3122c | public Builder newBuilderForType() { return newBuilder(); } |
a14cffde-31e9-48eb-8023-525d11f482fd | public void setMedEdStatus(crmondemand.xml.opportunity.query.QueryType medEdStatus) {
this.medEdStatus = medEdStatus;
} |
a4c97dd5-fde7-493a-9e23-31bb759657a4 | public void setCustomObject9Id(java.lang.String customObject9Id) {
this.customObject9Id = customObject9Id;
} |
378e7666-4d5c-4706-a140-41892590d37a | public KeyReleasedEvent(int keyCode, char character) {
this.keyCode = keyCode;
} |
c70286eb-7b71-4c7f-b55c-794ae95e5b37 | public void setCustomObject2ExternalSystemId(crmondemand.xml.customobject3.query.QueryType customObject2ExternalSystemId) {
this.customObject2ExternalSystemId = customObject2ExternalSystemId;
} |
40c57d7b-a0ad-4dc0-900f-7107a5c440ca | public void setCustomNumber18(crmondemand.xml.customobject3.query.QueryType customNumber18) {
this.customNumber18 = customNumber18;
} |
0325cfa7-ba46-42d1-b08b-fad57c3cd13d | public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scan = new Scanner(System.in);
int a, b, c, max;
System.out.print("整数aを入力 >");
a = scan.nextInt();
System.out.print("整数bを入力 >");
b = scan.nextInt();
System.out.print("整数cを入力 >");
c = scan.nextInt();
if(a > b &&... |
def8d4bc-46c4-4666-9515-aba9109a53ea | public void setCustomNumber43(java.math.BigDecimal customNumber43) {
this.customNumber43 = customNumber43;
} |
b57c4932-9813-40f9-9db1-ed081d5631d2 | @Override
public String makeSound(){
return "Roar";
} |
c1948443-04fe-4478-afca-aae3613321ae | public void setCustomNumber1(java.math.BigDecimal customNumber1) {
this.customNumber1 = customNumber1;
} |
9454c99b-dba2-4d66-9aff-152ac4362afb | public java.lang.String getActivityCallType() {
return this.activityCallType;
} |
d1588875-f2e3-4e77-8b5d-b0d24a6de6cb | public void setCustomObject6Id(java.lang.String customObject6Id) {
this.customObject6Id = customObject6Id;
} |
180664ef-3f8b-4f4e-9170-979b97916a25 | public crmondemand.xml.customobject6.query.QueryType getCustomPickList40() {
return this.customPickList40;
} |
da538fc6-2259-4012-90ae-5c4f92e49a31 | public crmondemand.xml.customobject6.query.QueryType getCustomText51() {
return this.customText51;
} |
99e822b2-a062-497f-aed2-62c77f09c96d | public crmondemand.xml.contact.query.QueryType getCustomText74() {
return this.customText74;
} |
c37aaae1-4b05-4b0b-a482-32c94d0a66df | public void setCustomPickList80(crmondemand.xml.customobject3.query.QueryType customPickList80) {
this.customPickList80 = customPickList80;
} |
b194af2c-6e4e-4e2a-a429-26af280946bd | public void setCustomText78(java.lang.String customText78) {
this.customText78 = customText78;
} |
b0a872b5-c582-4ffe-9a61-5f75178cfe90 | public java.lang.String getIDXCarrierName() {
return this.iDXCarrierName;
} |
520585c0-fe53-4ff8-a008-7cc03924e5a9 | public void init(GameContainer gc, StateBasedGame sbg) throws SlickException {
player = new Player("Toby");
toolbar = new Toolbar();
toolbar.setWidth(gc.getWidth());
hungerWidth = hungerMaxWidth;
waterWidth = waterMaxWidth;
playerHungerStatus = Integer.toString((int)Math.round(player.getHunger()));
... |
0bf757f6-b9e3-4729-af77-8759cd3b01fb | public crmondemand.xml.customobject3.query.QueryType getCustomText49() {
return this.customText49;
} |
9a2ca1e8-53a5-407b-aa4e-258042149879 | public java.lang.String getCustomText30() {
return this.customText30;
} |
b5850607-535b-418a-8a77-dc65f72a2492 | public crmondemand.xml.opportunity.query.QueryType getCustomInteger11() {
return this.customInteger11;
} |
f68c0283-8380-44b6-92f3-8356e1319ca4 | public java.lang.String getFundRequestStatus() {
return this.fundRequestStatus;
} |
195da8ef-8114-4757-b514-0392be1fa74b | public void setCustomInteger16(java.lang.Integer customInteger16) {
this.customInteger16 = customInteger16;
} |
9b31f8af-f285-4511-a8de-5550ec2d2911 | public java.lang.Boolean getCustomBoolean13() {
return this.customBoolean13;
} |
687adeaf-7689-4108-8bf5-40354f7a4415 | */
public void minmax (int target, int internal_format, boolean sink) {
RequestOutputStream o = display.out;
synchronized (o) {
begin_render_request (o, 4111, 16);
o.write_int32 (target);
o.write_int32 (internal_format);
o.write_bool(sink);
o.write_pad (3);
}
} |
0ceff0e0-a0a3-4191-84dc-1ed7a2e51b14 | public java.lang.String getOwnerFullName() {
return this.ownerFullName;
} |
b162c47c-5234-4273-87c1-3e360ffee0b0 | public void setCustomNumber34(crmondemand.xml.opportunity.query.QueryType customNumber34) {
this.customNumber34 = customNumber34;
} |
584a5fa8-df60-49cb-9d32-c213bfd076f0 | public crmondemand.xml.opportunity.query.QueryType getPortfolioNumber() {
return this.portfolioNumber;
} |
4676d317-fda5-4eda-8c9a-8a40340f1af7 | public void setCustomText11(crmondemand.xml.opportunity.query.QueryType customText11) {
this.customText11 = customText11;
} |
b9044b7f-0eee-4d9c-a092-88cd5ac05ef4 | public void setCustomPhone5(crmondemand.xml.customobject6.query.QueryType customPhone5) {
this.customPhone5 = customPhone5;
} |
2a62485b-aee5-4f75-801a-9883b9a2e01d | public void setCustomDate9(java.util.Calendar customDate9) {
this.customDate9 = customDate9;
} |
d72a551a-6144-41c8-8828-53b9ec935f29 | public void setCustomPhone12(java.lang.String customPhone12) {
this.customPhone12 = customPhone12;
} |
6009aba2-583e-49b3-8350-cca2ebc7fd5c | public void setCustomPickList18(java.lang.String customPickList18) {
this.customPickList18 = customPickList18;
} |
70cffac8-9228-416c-84a3-7bda7ec8b080 | public void setFinancialAccountCurrencyCode(crmondemand.xml.customobject3.query.QueryType financialAccountCurrencyCode) {
this.financialAccountCurrencyCode = financialAccountCurrencyCode;
} |
b15c024e-d3b0-4646-a89f-41ebe2779216 | public void setCertficationId(crmondemand.xml.contact.query.QueryType certficationId) {
this.certficationId = certficationId;
} |
9f1e2492-1917-4469-b77c-16e2e43dc1d0 | public void setCustomText31(java.lang.String customText31) {
this.customText31 = customText31;
} |
c9e7f8cd-236e-4f13-8302-f62b1b9a580e | public void setCustomNumber33(java.math.BigDecimal customNumber33) {
this.customNumber33 = customNumber33;
} |
958544d5-72a4-4c0e-8bb1-b061a035b218 | public void handler() {
long src = MAKE_INT_16(m68ki_read_16(EA_AI()));
long dst = get_AX();
long res = MASK_OUT_ABOVE_32(dst - src);
m68k_cpu.n_flag = GET_MSB_32(res);
m68k_cpu.not_z_flag = res;
m68k_cpu.v_flag = VFLAG_SUB_32(src, dst, res);
... |
d8dcf160-ff44-47e9-b031-1159fe20f504 | public Roof getRoof(int index){
return Roofs.get(index);
} |
d7c8c51d-dce2-4262-9787-60c4fdce6f55 | public void setCustomPickList67(java.lang.String customPickList67) {
this.customPickList67 = customPickList67;
} |
9d107d9b-01aa-4ba9-ba70-e7ac87e69e37 | public void writeEnergy(String type, String inc) {
client.getSession().write(CWvsContext.sendPyramidEnergy(type, inc));
} |
efe0bfe6-f593-47a4-9032-3180fd6974fa | public java.lang.Integer getCustomInteger3() {
return this.customInteger3;
} |
27e0f648-cca4-4acf-a40b-148310e29d7e | public void setFundRequestExternalSystemId(crmondemand.xml.opportunity.query.QueryType fundRequestExternalSystemId) {
this.fundRequestExternalSystemId = fundRequestExternalSystemId;
} |
6f92b7ec-6048-44d1-8327-37fee3e2829d | public void setExamStatus(crmondemand.xml.contact.query.QueryType examStatus) {
this.examStatus = examStatus;
} |
4e88c7f7-5be5-4740-a063-aadaf7b6fab4 | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean22() {
return this.customBoolean22;
} |
72436aef-e8cb-47cc-a5ff-34d6ceaab678 | public void setCustomText54(java.lang.String customText54) {
this.customText54 = customText54;
} |
b2d627bd-8b77-484e-ab26-708eb11fd931 | */
public void read_buffer (int mode) {
RequestOutputStream o = display.out;
synchronized (o) {
begin_render_request (o, 171, 8);
o.write_int32 (mode);
}
} |
477a45ed-2315-498c-96b4-163486a2764e | public java.lang.String getCustomPhone14() {
return this.customPhone14;
} |
9e8c5b79-9c73-475e-b673-00f65d9e671e | private void addInput(String type) {
StyledDocument doc = jTextPane_Source.getStyledDocument();
int pos = jTextPane_Source.getCaretPosition();
try {
doc.insertString(pos, "<input type=\"" + type + "\" >", null);
} catch (BadLocationException ex) {
Logger.getLogger... |
20f39061-c66c-4475-b1ba-d41b30a4e3f4 | public ServerListener()
{
sc = ServerController.getInstance();
} |
4b9fe07a-b092-4d74-81c3-d6145f1da0b3 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber22() {
return this.customNumber22;
} |
10e85a89-7374-4387-bcce-f160f7b948f3 | public java.lang.String getModifiedById() {
return this.modifiedById;
} |
d3cd3907-4a65-4f20-9373-4aa5428122dd | public java.util.Calendar getCustomDate12() {
return this.customDate12;
} |
7b8c9590-88b5-4932-8847-ab779e84f40e | @SuppressWarnings("unchecked")
@Override
public void recoverCharStats()
{
baseCharStats.setClassLevel(baseCharStats.getCurrentClass(), basePhyStats().level()
- baseCharStats().combinedSubLevels());
baseCharStats().copyInto(charStats);
final Rideable riding = riding();
if (riding != null)
riding.affec... |
c3b92559-eea3-44b1-92a8-405d38ef3f79 | public void setCustomBoolean26(crmondemand.xml.customobject3.query.QueryType customBoolean26) {
this.customBoolean26 = customBoolean26;
} |
f23b4f89-c595-4300-bc91-26355052978c | public Component getConsolePane() {
return scrollPane;
} |
0623f98b-35f9-41ad-9497-2f11a3c97e60 | public void setAccountOwner(crmondemand.xml.customobject6.query.QueryType accountOwner) {
this.accountOwner = accountOwner;
} |
f48fa563-2eb4-4c86-82fe-571daa9b2151 | opcode xxcb_b3 = new opcode() { public void handler(){ throw new UnsupportedOperationException("unimplemented");}} |
e71f5a64-d1a8-4f01-b965-56839610d8bd | public java.lang.String getPartnerId() {
return this.partnerId;
} |
283e6d38-8401-446c-825e-5dea5e9fd58b | public final short getUseLevel() {
return useLevel;
} |
1c3472da-5243-4fce-85d9-5690b3d0d08b | public Meal getMeal(); |
8e7f208b-655e-4bf6-84cc-7ebf40113847 | public crmondemand.xml.contact.query.QueryType getCustomInteger13() {
return this.customInteger13;
} |
dbebc89b-054b-4b0e-aa36-53ea05ff3646 | public BookData(){
books = new ArrayList<Book>();
uniqueWords = new ArrayList<String>();
uniqueAuthor = new ArrayList<String>();
} |
f66e8fd2-6287-4433-9f88-75654bf1d08f | public EntityPlayer getClosestPlayer(double par1, double par3, double par5, double par7)
{
double var9 = -1.0D;
EntityPlayer var11 = null;
for (int var12 = 0; var12 < this.playerEntities.size(); ++var12)
{
EntityPlayer var13 = (EntityPlayer)this.playerEntities.get(var12)... |
c8b33c5c-f9d6-4054-a1a5-0663c4e89b57 | public void setCustomDate38(java.util.Calendar customDate38) {
this.customDate38 = customDate38;
} |
01cfbcf2-0746-42c4-9a67-f4f0254bc152 | public java.lang.String getObjectiveType() {
return this.objectiveType;
} |
83bb46b3-7ef6-45b3-8e8e-fc6ff12e823a | public void screenConfig()
{
} |
fd5b4f3d-0b3d-4664-b12a-9d90cffb4dc7 | public double Centrifugal(double distance,double mass_planet, double mass_sun, Force gravity){
return gravity.Centrifugal(distance,mass_planet,mass_sun);
} |
ded68141-a372-4ee8-8335-eab57ccf44b0 | public void setCustomText27(java.lang.String customText27) {
this.customText27 = customText27;
} |
52dc07a9-f990-4dc2-a965-d30772422145 | public void setCustomNumber54(java.math.BigDecimal customNumber54) {
this.customNumber54 = customNumber54;
} |
5fcef8f1-c123-44d3-924d-a3f1e6f9b000 | public String getSuccess() {
return this.success;
} |
bd0d6674-0670-4f96-9e70-d818cc508e97 | public crmondemand.xml.contact.query.QueryType getCustomPickList41() {
return this.customPickList41;
} |
a09fcd92-383b-4377-995c-f5ed72479a91 | public crmondemand.xml.contact.query.QueryType getCustomCurrency19() {
return this.customCurrency19;
} |
8891a263-e0e6-4ed1-a07b-e8bd21473697 | public crmondemand.xml.customobject6.query.QueryType getCustomPhone7() {
return this.customPhone7;
} |
d851bc9d-eca5-4f11-9346-ee5892f89d86 | public void setCustomNumber47(java.math.BigDecimal customNumber47) {
this.customNumber47 = customNumber47;
} |
a0a4829b-03c5-4d31-bd1a-a951232ded68 | public crmondemand.xml.opportunity.query.QueryType getCustomNumber12() {
return this.customNumber12;
} |
947bd63b-fff7-4b3c-8088-84af415849bd | public void setOrderItemOrderItemNum(java.math.BigDecimal orderItemOrderItemNum) {
this.orderItemOrderItemNum = orderItemOrderItemNum;
} |
83b635f6-2384-48e8-85a6-47b704e24747 | public void setCustomPickList2(java.lang.String customPickList2)
{
this.customPickList2 = customPickList2;
} |
26d3df15-969f-4ccc-913b-e639be8e24d4 | public int getId() {
return id_;
} |
596d82fb-ded3-4015-b20e-a9d046e05784 | public void write(org.apache.thrift.protocol.TProtocol oprot, exists_args struct) throws org.apache.thrift.TException {
struct.validate();
oprot.writeStructBegin(STRUCT_DESC);
if (struct.interfaceName != null) {
oprot.writeFieldBegin(INTERFACE_NAME_FIELD_DESC);
oprot.writeSt... |
945c5d33-6a3b-4a7b-9a38-cc9ba4638741 | public crmondemand.xml.opportunity.query.QueryType getOpportunityRevenue() {
return this.opportunityRevenue;
} |
de7fadf3-d269-4d62-ae03-d78debb201a0 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber19() {
return this.customNumber19;
} |
17a47bfc-b549-434b-9191-10f77397e036 | public void setCustomDate27(java.util.Calendar customDate27) {
this.customDate27 = customDate27;
} |
d6f67793-75be-41e5-91d7-5d9a6eacee6b | public void setCustomPickList97(java.lang.String customPickList97) {
this.customPickList97 = customPickList97;
} |
380f62f2-1e89-4e74-b332-e317b47d361e | public java.lang.String getCustomPickList69() {
return this.customPickList69;
} |
5d05b80b-1383-48db-9eb0-64648634b319 | public IndexOutput createOutput(String name, IOContext context) throws IOException {
ensureOpen();
// Paranoia defense: if this trips we have a bug somewhere...
IndexWriter.this.ensureOpen(false);
// This Directory is only supposed to be used during merging,
// so all writes sh... |
7b217e4b-5f3b-440e-b7f9-3c5de5584dab | public java.lang.Boolean getCustomBoolean3() {
return this.customBoolean3;
} |
f32fae98-40f3-429e-8a7b-49db3e435400 | @Override
public void resolve() {
card.addCounter(Counters.P1P1, countKithkin());
//System.out.println("all counters: " +card.sumAllCounters());
} |
03fd5549-a39b-438c-86f1-183af17aa45a | public crmondemand.xml.customobject3.query.QueryType getCustomPickList49() {
return this.customPickList49;
} |
92b2e611-8ddd-4cf5-8a3f-6d72529cb685 | public crmondemand.xml.customobject3.query.QueryType getSolutionId() {
return this.solutionId;
} |
a66c1f8d-b5c1-41fc-a10f-334f59de189b | public void setCustomNumber61(java.math.BigDecimal customNumber61) {
this.customNumber61 = customNumber61;
} |
6b1ea143-03d8-4afc-9792-19deed6cc077 | public void handler() {
if (m68klog != null) {
fclose(m68klog);
}
throw new UnsupportedOperationException("Unimplemented");
} |
33df70aa-a819-42e9-8011-5b84249d30af | public void setCustomNumber11(java.math.BigDecimal customNumber11) {
this.customNumber11 = customNumber11;
} |
935c49b1-19f1-4712-a064-20a4aa7a903b | public void setCustomObject2Type(crmondemand.xml.contact.query.QueryType customObject2Type) {
this.customObject2Type = customObject2Type;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.