id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
0218c71e-c164-42a0-9fff-8d19d0cbe950 | public void setCustomText14(java.lang.String customText14) {
this.customText14 = customText14;
} |
6d111ecb-7a2c-405c-b105-85c9c66415df | public void setCustomPhone2(crmondemand.xml.customobject3.query.QueryType customPhone2) {
this.customPhone2 = customPhone2;
} |
0b70a693-17b5-4aa6-acae-e3b4209922f7 | public void setCustomDate3(java.util.Calendar customDate3) {
this.customDate3 = customDate3;
} |
6461c05e-eaa1-4ebd-af75-65d3dea54d99 | public void setCustomBoolean19(crmondemand.xml.customobject3.query.QueryType customBoolean19) {
this.customBoolean19 = customBoolean19;
} |
69b9d3f3-4201-424b-a261-469a93ec928b | public java.lang.String getCustomObject14IntegrationId() {
return this.customObject14IntegrationId;
} |
eb510272-ac6f-4714-9464-5980fcd8b850 | private void RegresarActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_RegresarActionPerformed
// TODO add your handling code here:
Pedido p = new Pedido();
p.setVisible(true);
p.pack();
}//GEN-LAST:event_RegresarActionPerformed |
2c23e957-f2fc-4b8f-ab00-fa1e5e797867 | public java.lang.String getCustomText33() {
return this.customText33;
} |
3543f89b-af21-4c46-959d-6942e7166470 | public void setDrink(String drink){
this.drink = drink;
} |
02e08bae-d0ea-4f02-bb44-67816b6d1689 | opcode cb_45 = new opcode() { public void handler(){ BIT(0,Z80.HL.L); }} |
196902b8-837d-413c-9806-01449d9adc3c | public void setCustomBoolean16(java.lang.Boolean customBoolean16) {
this.customBoolean16 = customBoolean16;
} |
5df72594-4ba7-4df6-af35-cad0a4fed43c | @Override
public void add(int index, E element) {
Link<E> add, next = head, prev;
for (int i = 1; i <= index; i++) {
next = next.getNext();
}
prev = next.getPrev();
add = new Link<E>(element, prev);
add.setNext(next);
prev.setNext(add);
next.setPrev(add);
size++;
} |
9abbcaaa-d83c-491b-97b4-e2680eb5ac1b | public void setCustomCurrency2(java.math.BigDecimal customCurrency2) {
this.customCurrency2 = customCurrency2;
} |
a67e6b37-d4fd-49d0-b0e1-5c9240b2308f | @Override
public void writeRegister() {
} |
b2157eab-af28-450a-8fce-6eaa9eb3aaa6 | public boolean hasArmor() {
return ((bitField0_ & 0x00000800) == 0x00000800);
} |
9d534b95-aec5-4874-b6af-5314d95ab9ed | public void handler() {
//long *d_dst = & DY;
set_DY(get_DY() ^ (get_DY() >>> 16) & 0x0000ffffL);
set_DY(get_DY() ^ (get_DY() << 16) & 0xffff0000L);
set_DY(get_DY() ^ (get_DY() >>> 16) & 0x0000ffffL);
m68k_cpu.n_flag = GET_MSB_32(get_DY());
m68k... |
04e9346c-96a7-41cd-9427-309ce48dd98d | public Vector<StockEntry> readFile(InputStream inputStream) throws Exception {
Vector<StockEntry> result = new Vector<StockEntry>();
new WorkbookFactory();
Workbook myWorkBook = WorkbookFactory.create(inputStream);
Sheet mySheet = myWorkBook.getSheetAt(0);
Iterator<Row> rowIter = mySheet.row... |
41e76ee7-c7b0-4904-80de-4b654401f129 | opcode m6502_62 = new opcode() { public void handler(){ m6502_ICount[0] -= 2; ILL(); }} |
2f2fd648-3913-4c11-943a-1a070840113b | public crmondemand.xml.customobject6.query.QueryType getCustomInteger9() {
return this.customInteger9;
} |
ae6c8815-618e-4654-a352-2ea0ac5067ce | public crmondemand.xml.customobject6.query.QueryType getCustomText31() {
return this.customText31;
} |
48440f03-ca1f-4040-b118-a8282ff417e7 | public java.math.BigDecimal getCustomNumber60() {
return this.customNumber60;
} |
88acb6ac-760f-4fa2-bbfe-f9329919c852 | public crmondemand.xml.customobject3.query.QueryType getDealRegistrationId() {
return this.dealRegistrationId;
} |
1b90ec10-547c-40e0-9608-5d7b2ca5a67f | public void setCustomPhone13(crmondemand.xml.opportunity.query.QueryType customPhone13) {
this.customPhone13 = customPhone13;
} |
c091558c-ae39-4d14-9dad-57bc8b0812f9 | public void setAccountType(java.lang.String accountType) {
this.accountType = accountType;
} |
1aaed160-4e8a-424c-9b75-10cda84cfcab | public crmondemand.xml.customobject6.query.QueryType getCustomText69() {
return this.customText69;
} |
bafcff3c-d4a0-4d31-96f5-71e56f2f5112 | public crmondemand.xml.contact.query.QueryType getCustomText3() {
return this.customText3;
} |
6724ebf8-d59b-4673-9b68-5215a358eceb | public void setCustomInteger20(java.lang.Integer customInteger20) {
this.customInteger20 = customInteger20;
} |
79b2bc1f-f10f-496f-adc3-865e3c5462a8 | public boolean bindsName() {
return true;
} |
aa333a82-03ac-4fcd-a3f7-8fb86d89bf38 | public crmondemand.xml.customobject3.query.QueryType getCustomPhone3() {
return this.customPhone3;
} |
18dad71d-258a-4215-b1c3-89e057f44d1b | public void setCustomPickList34(crmondemand.xml.customobject3.query.QueryType customPickList34) {
this.customPickList34 = customPickList34;
} |
ee241460-8496-462c-a375-81f3fbd6ac42 | public void setCustomText22(crmondemand.xml.customobject6.query.QueryType customText22) {
this.customText22 = customText22;
} |
adcaaf0b-8b70-4a7a-bef6-5d8504274191 | public void setFinancialAccountPrimaryAccount(java.lang.Boolean financialAccountPrimaryAccount) {
this.financialAccountPrimaryAccount = financialAccountPrimaryAccount;
} |
4dbdf1a1-2dd1-43d3-8614-4cde8dd3f507 | public java.lang.String getBlockedReasonCode() {
return this.blockedReasonCode;
} |
954d696f-cfa2-4649-b3d3-d52679443f99 | public java.lang.String getOwnerFullName() {
return this.ownerFullName;
} |
50347b1c-1745-4da3-818e-425227bd99ec | public void setCustomPhone17(crmondemand.xml.contact.query.QueryType customPhone17) {
this.customPhone17 = customPhone17;
} |
3dac208d-3e5e-4ef3-9563-861a039c78ad | public java.lang.String getCustomPickList53() {
return this.customPickList53;
} |
d03e407c-efb0-40e7-b2b4-c75502b60cba | public void setCustomPhone17(crmondemand.xml.contact.query.QueryType customPhone17) {
this.customPhone17 = customPhone17;
} |
156b0675-189c-4479-868f-7533eb3ad4fd | @Override
public void deposit(double amount) {
balance += amount;
stateChangeCheck();
} |
db360e3e-9e97-4d32-abac-3c342c6ea798 | public int size() { return tails.size(); } |
5c5aa190-a9cc-4b27-a46e-78d6512e6098 | public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange buildPartial() {
com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange result = new com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange(this);
int from_bitField0_ = bitField0_;
int to_b... |
82db734f-4d6a-4693-9c74-0148e871cc17 | public java.util.Calendar getCustomDate52() {
return this.customDate52;
} |
66b906d7-ba74-466c-8940-9f22438424e4 | public void setCustomPickList66(java.lang.String customPickList66) {
this.customPickList66 = customPickList66;
} |
33f61282-717f-413f-8b0d-47461e28f782 | public void setCustomDate22(java.util.Calendar customDate22) {
this.customDate22 = customDate22;
} |
2b2915bb-0f5e-4f1a-80db-1ca2589de6f0 | public java.lang.String getCustomText28() {
return this.customText28;
} |
3bc3ae45-7961-428e-9ac4-23dc2f16eb72 | public java.lang.String getCustomPickList97() {
return this.customPickList97;
} |
52e77c97-16a8-46c6-8a61-1ca79730ccd0 | public void setContract(java.lang.String contract) {
this.contract = contract;
} |
5990ae33-95aa-485f-9372-79c94b4ad2c5 | public java.lang.String getCustomText0() {
return this.customText0;
} |
d1e19d61-74e4-4c54-b511-bfc2fba8ccff | public void setCustomDate33(java.util.Calendar customDate33) {
this.customDate33 = customDate33;
} |
8f3e929b-2cc3-4423-9427-fcdb9458a9f8 | public void setPolicyCurrencyCode(crmondemand.xml.customobject6.query.QueryType policyCurrencyCode) {
this.policyCurrencyCode = policyCurrencyCode;
} |
06568df4-ed75-42ff-8e59-5dbe5b40537f | public crmondemand.xml.contact.query.QueryType getUpdatedByUserSignInId() {
return this.updatedByUserSignInId;
} |
6413de40-6385-4e4a-94ac-15c809b320be | public void setPortfolioIntegrationId(crmondemand.xml.customobject3.query.QueryType portfolioIntegrationId) {
this.portfolioIntegrationId = portfolioIntegrationId;
} |
c7ceb637-29d8-4cea-a9af-fb5c6243f322 | public void setMDFRequestRequestName(java.lang.String mDFRequestRequestName) {
this.mDFRequestRequestName = mDFRequestRequestName;
} |
8db0dd6e-9dd9-40af-9738-200286bc9e12 | public crmondemand.xml.opportunity.query.QueryType getClaimLossCode() {
return this.claimLossCode;
} |
b6c4e988-d499-4dba-b407-8a9014e6e9a7 | public Long getId() {
return id;
} |
b0d82189-d0f9-408a-8da6-d63ed997940b | public crmondemand.xml.opportunity.query.QueryType getCustomCurrency5() {
return this.customCurrency5;
} |
a91125d6-7135-4df2-85e0-2ddf5f71b624 | public crmondemand.xml.contact.query.QueryType getCustomCurrency18() {
return this.customCurrency18;
} |
1a61ebb5-49e2-47f4-82bf-1d01603d7025 | public void setSampleLotExpirationDate(crmondemand.xml.customobject3.query.QueryType sampleLotExpirationDate) {
this.sampleLotExpirationDate = sampleLotExpirationDate;
} |
0e2e1456-7a11-4925-9a71-6f357a4d65f7 | @Override
public void addQuest(Quest Q)
{
if(!quests.contains(Q))
{
quests.addElement(Q);
Q.autostartup();
}
} |
83843f78-fe75-4e50-a071-fbb8fea85116 | @Override
public String listFactions()
{
final StringBuffer msg=new StringBuffer();
msg.append("\n\r^.^N");
msg.append("+--------------------------------+-----------------------------------------+\n\r");
msg.append(L("| ^HFaction Name^N | ^HFaction INI Source File (Faction ID)^N |\n\r"));... |
fe44656a-a33d-4c07-994a-82f22aca97d9 | public java.lang.String getCustomText40() {
return this.customText40;
} |
8819b662-9c5c-4724-9899-4316074f9117 | public void setSolutionTitle(crmondemand.xml.contact.query.QueryType solutionTitle) {
this.solutionTitle = solutionTitle;
} |
58db2b3b-a4fd-40d0-a241-f9bf22105f1b | @Override
public final void setNode(SceneNode node) {
this.node = node;
} |
0e9384bc-17a8-4af0-bda3-f5ac868ee5e9 | public java.lang.Integer getCustomInteger6() {
return this.customInteger6;
} |
a9df17f7-33b2-4f10-9acf-74dc0a4cea07 | public void setCustomDate50(crmondemand.xml.customobject3.query.QueryType customDate50) {
this.customDate50 = customDate50;
} |
174e7d9d-872d-4670-9cab-4f89cfa072cf | public static void main(String[] args) throws FileNotFoundException {
File in = new File("dataInput.txt");
Scanner scan = new Scanner(in);
File out = new File("dataOutput.txt");
PrintWriter pw = new PrintWriter(out);
for (int i = 1; scan.hasNext(); i ++) {
pw.println(i + " " + scan.nextLine());
}
... |
7d93bae7-4bca-4613-8e11-30d6ab4b3ad6 | public void setCustomText45(java.lang.String customText45) {
this.customText45 = customText45;
} |
9def28f8-85f7-45fb-8a1c-e4027e0b2361 | public void setName(String name) {
this.name = name;
} |
90266c6f-7f79-4f68-8f84-86bd8c999462 | public crmondemand.xml.customobject3.query.QueryType getCustomObject8Id() {
return this.customObject8Id;
} |
b6e8b355-d3db-49c8-89e3-a97c4945a440 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber22() {
return this.customNumber22;
} |
b7ba2d9d-3dcc-4463-b88b-1c8d6dec0496 | public void setCustomObject6Name(crmondemand.xml.contact.query.QueryType customObject6Name) {
this.customObject6Name = customObject6Name;
} |
fe64a81d-7fb3-4537-a7ca-87cacd3076a1 | public void setCustomDate27(crmondemand.xml.customobject3.query.QueryType customDate27) {
this.customDate27 = customDate27;
} |
e77bf6ba-655a-478e-a8a4-3ea663bdbd0f | public void setCustomObject5IntegrationId(crmondemand.xml.opportunity.query.QueryType customObject5IntegrationId) {
this.customObject5IntegrationId = customObject5IntegrationId;
} |
678c5903-f1f8-48b0-8f8c-96ec2aa6725d | public boolean isHasPrevious() {
return this.hasPrevious;
} |
134ca1bc-00a1-422f-bbab-48b0f4dede87 | public void setCustomObject11Name(crmondemand.xml.customobject6.query.QueryType customObject11Name) {
this.customObject11Name = customObject11Name;
} |
8f39fb80-e460-4727-b58f-0b6fcaeb5c67 | public crmondemand.xml.opportunity.query.QueryType getCustomBoolean13() {
return this.customBoolean13;
} |
d9679164-fb4f-430b-80ad-00b5fac86625 | public java.util.Calendar getCustomDate59() {
return this.customDate59;
} |
eabafbab-48a1-43fc-827b-e214696bbe70 | public crmondemand.xml.customobject6.query.QueryType getCustomText14() {
return this.customText14;
} |
ec673579-c670-41d3-9172-5fde705666c2 | public java.lang.String getCustomPickList83() {
return this.customPickList83;
} |
b6d2af36-438d-4990-b531-d50adea4bd1b | @Override
public void actionPerformed(ActionEvent e) {
if(cg.getText().equalsIgnoreCase(cgs))
{
cg.setForeground(cc);
cg.setBorder(null);
cg.setEditable(false);
}
else
{
cg.setForeground(wc);
}
} |
cdc8d405-dd8e-41cf-983c-79e7d427e8c3 | public void setRanking(java.math.BigDecimal ranking) {
this.ranking = ranking;
} |
06198603-5b17-4de1-842f-eb64d9fdefa5 | public java.lang.String getCustomPickList16() {
return this.customPickList16;
} |
e6a3fad7-4afa-42f2-9814-093868389023 | public crmondemand.xml.opportunity.query.QueryType getPortfolioId() {
return this.portfolioId;
} |
40c2fe42-f12a-4784-b409-d1c4261333f4 | public crmondemand.xml.contact.query.QueryType getCustomerIntegrationId() {
return this.customerIntegrationId;
} |
c05fb718-df45-4409-95e8-29da6c61e692 | public Cons cppTranslateAtomicTree() {
{ Stella_Object tree = this;
return (Cons.list$(Cons.cons(Stella.SYM_STELLA_CPP_LITERAL, Cons.cons(tree, Cons.cons(Stella.NIL, Stella.NIL)))));
}
} |
9d5264f1-1467-450e-8627-28234b7fec29 | public void setCustomPickList11(java.lang.String customPickList11) {
this.customPickList11 = customPickList11;
} |
2931ebc6-34ff-44c0-9172-743901df0156 | public void setSubmittedDate(crmondemand.xml.customobject6.query.QueryType submittedDate) {
this.submittedDate = submittedDate;
} |
5661fabe-f83e-4f71-9e20-649c0e8c68e1 | public abstract void error(String s); |
7f52e52e-781b-4142-8c30-0aac7bb9b64a | public java.lang.String getProductExternalSystemId() {
return this.productExternalSystemId;
} |
3ed73128-a598-4c7c-afc9-09a8329e6936 | public crmondemand.xml.contact.query.QueryType getCustomDate53() {
return this.customDate53;
} |
26f16d0c-406d-4fe9-b888-3898ec1c9fdd | @Override
public List<SpaceObject> getSpaceObjectsWithin(final SpaceObject ofObj, long minDistance, long maxDistance)
{
final List<SpaceObject> within=new ArrayList<SpaceObject>(1);
if(ofObj==null)
return within;
synchronized(space)
{
space.query(within, new BoundedObject.BoundedCube(ofObj.coordinates()... |
d2813fbd-1c2a-48e8-bfc6-5878a9d7b208 | public void setCustomText70(crmondemand.xml.opportunity.query.QueryType customText70) {
this.customText70 = customText70;
} |
b1c4d83f-7335-4f5e-bba3-fa9cb08ac62d | public void setCustomPickList99(java.lang.String customPickList99) {
this.customPickList99 = customPickList99;
} |
1dca35a9-5ff2-4e56-8c39-5b9ba3e7cc12 | public void setCustomObject3ExternalSystemId(java.lang.String customObject3ExternalSystemId) {
this.customObject3ExternalSystemId = customObject3ExternalSystemId;
} |
d4fe88e3-9531-4685-aab4-e4120a17b119 | public java.lang.String getCustomObject5IntegrationId() {
return this.customObject5IntegrationId;
} |
6510ae78-305e-4a3d-805a-355b78081337 | public crmondemand.xml.customobject6.query.QueryType getExamType() {
return this.examType;
} |
48869c39-b7a5-4824-b877-280507be0eb9 | void printStatus() {
System.out.println("Money: "+money);
for(int i = 1; i < 6; i++){
System.out.println("--Level "+i+"--");
System.out.println("Highscore:"+highscore[i-1]);
System.out.println("Best Combo:"+bestCombo[i-1]);
System.out.println("Saved Animal... |
0a831400-0bf7-426f-8552-6dfe3d16ed9d | public crmondemand.xml.customobject6.query.QueryType getCustomPickList92() {
return this.customPickList92;
} |
f69f7f47-d5d4-4edc-904d-1dfff47dd090 | @Override
public void enterRule(ParseTreeListener listener) {
if ( listener instanceof Java7Listener ) ((Java7Listener)listener).enterVariableInitializer(this);
} |
7c739d28-b019-40ab-9b10-029f300ed57d | public void setCustomBoolean3(crmondemand.xml.opportunity.query.QueryType customBoolean3) {
this.customBoolean3 = customBoolean3;
} |
224273cb-2979-4972-8cea-f9030baacf7b | public AstType getType()
{
AstType type = m_stable.getType(m_identifier.getName());
if (type == null)
{
reportTypeError("The operation " + m_identifier.getName() + " does not exist",
m_identifier.m_token,
... |
d5e3b491-ee8a-4a5d-a465-e1598c834185 | public MembreDTO getMembreDTO() {
return this.membreDTO;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.