id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
380ed530-bce2-4afe-9d21-b64b080c56f1 | @Override
public List<Item> findItems(Item goodLocation, String itemName)
{
if (inventory.isEmpty())
return new Vector<Item>(1);
List<Item> items = CMLib.english().fetchAvailableItems(inventory, itemName, goodLocation, Wearable.FILTER_ANY, true);
if (items.isEmpty())
items = CMLib.english().fetchAvailable... |
61a270d6-77a9-48e8-b166-8ed7d2ba6d3f | public void setCustomInteger24(crmondemand.xml.customobject6.query.QueryType customInteger24) {
this.customInteger24 = customInteger24;
} |
9b17d73d-ee92-4362-a107-854c387c0a82 | public java.lang.Boolean getCustomBoolean24() {
return this.customBoolean24;
} |
b3d3bb43-7c08-43e6-b726-dca3f2b4667f | final void method3658(int i, int i_459_, int i_460_, int i_461_) {
aClass18_7720.method275(i_460_, i, i_461_, i_459_, -1);
anInt7651++;
} |
d6352989-f0e4-4620-85d8-5c1363cb869b | public java.lang.Integer getCustomInteger30() {
return this.customInteger30;
} |
6a79ac0c-24a9-4375-824b-5754c6343e9f | public crmondemand.xml.contact.query.QueryType getMDFRequestIntegrationId() {
return this.mDFRequestIntegrationId;
} |
fc7b5305-3557-47ad-a442-b7a19f6ed2bb | public void setCustomObject1IntegrationId(crmondemand.xml.customobject3.query.QueryType customObject1IntegrationId) {
this.customObject1IntegrationId = customObject1IntegrationId;
} |
b5ce05e0-e687-4e16-b42b-8f19aa10149a | public java.lang.String getCreatedById() {
return CreatedById;
} |
06c60ca8-a7b5-4470-8e69-3dfffadcab15 | public void setCustomObject15Id(java.lang.String customObject15Id) {
this.customObject15Id = customObject15Id;
} |
b96de05a-0e04-4c73-aa95-106c3cddb424 | public void setCustomNumber16(crmondemand.xml.customobject6.query.QueryType customNumber16) {
this.customNumber16 = customNumber16;
} |
4d8c44e9-9214-4cdc-8d9c-85ad6a2e97b8 | public void setCustomBoolean30(crmondemand.xml.customobject3.query.QueryType customBoolean30) {
this.customBoolean30 = customBoolean30;
} |
eb471869-2d79-4da7-89a9-8120907a923b | public void setCustomPickList55(java.lang.String customPickList55) {
this.customPickList55 = customPickList55;
} |
4a6e9db6-674f-4b1c-b151-cad644d480bf | public crmondemand.xml.customobject6.query.QueryType getCustomNumber113() {
return this.customNumber113;
} |
c180a3dd-2aba-434a-b83b-1bb4a87d8c5f | public crmondemand.xml.contact.query.QueryType getCustomPickList0() {
return this.customPickList0;
} |
982f5711-f3ed-4a69-97d4-a72371a49285 | public void setCustomInteger26(crmondemand.xml.customobject3.query.QueryType customInteger26) {
this.customInteger26 = customInteger26;
} |
c2cbaa96-fdf6-4bf2-9896-e883719f788f | public void setOperation(java.lang.String operation) {
this.operation = operation;
} |
03be07d5-05e7-446f-bd42-9d55fdc00ab4 | public void setLeadFullName(crmondemand.xml.customobject3.query.QueryType leadFullName) {
this.leadFullName = leadFullName;
} |
136228fa-9db7-45db-b8e4-5d82b765fcf5 | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean3() {
return this.customBoolean3;
} |
6df1aad4-b405-4014-9da7-c768b0b2139f | public void read(org.apache.thrift.protocol.TProtocol iprot, addCourse_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
while (true)
{
schemeField = iprot.readFieldBegin();
if (schemeField.type ... |
2ca22e79-e3e8-4550-9533-659e8bdab57b | @Override
public int getAmount()
{
return number;
} |
2e348574-1530-46ed-9b16-70dbd05cfa6e | public String getIdentification() {
return identification;
} |
6ccd0fec-a4de-4cf2-bbfd-c034fbd803ce | public java.lang.Integer getCustomInteger17() {
return this.customInteger17;
} |
be5efe57-c85d-4ae5-a39a-60734aba74ff | public void setCustomPhone19(java.lang.String customPhone19) {
this.customPhone19 = customPhone19;
} |
89cbc569-7d63-4ba3-8d7b-f436de3f83af | public void buildToolBar() {
jToolBar = new JToolBar();
jToolBar.setLocation(0, 20);
jButton1 = new JButton("", new ImageIcon("images/127.gif"));
jButton2 = new JButton("", new ImageIcon("images/061.gif"));
jButton3 = new JButton("ɾ", new ImageIcon("images/153.gif"));
//չĹߣֻʵҳ棬ûʵֹܡ
jButton4 = new JButton... |
006357a4-d9ee-48da-bd3b-4b2cb88fc3a5 | public void setCustomPickList8(crmondemand.xml.contact.query.QueryType customPickList8) {
this.customPickList8 = customPickList8;
} |
4eaffce9-7cba-426f-97fb-6a7f4cc72f80 | public void setCustomBoolean27(java.lang.Boolean customBoolean27) {
this.customBoolean27 = customBoolean27;
} |
93cf1bf9-18d6-48bc-ae6c-8d37bc3b052a | public void setAgentLocation(int a, int x, int y) {
// don't allow movement to an invalid location
if (x < 0 || x > gameSize - 1 || y < 0 || y > gameSize - 1)
return;
// don't allow movement to already taken location
// if (e[x][y].agent != -1)
// return;
// System.out.printf("agent %d on square already... |
bcb70483-729f-4265-be36-30b4be42774f | public void actionPerformed(ActionEvent arg0) {
try {
Login dialog = new Login();
dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
dialog.setVisible(true);
} catch (Exception e) {
e.printStackTrace();
}
} |
07a85a1f-c8fd-49e6-9352-3b9f5ad502c6 | public crmondemand.xml.customobject6.query.QueryType getCustomText56() {
return this.customText56;
} |
af790bbd-6d64-4544-b617-d7dfd9c5b8bf | public void setCustomBoolean6(java.lang.Boolean customBoolean6) {
this.customBoolean6 = customBoolean6;
} |
665f088a-103e-4202-bd45-6b65db77fe0a | public void setSampleLotCutoffDate(java.lang.String sampleLotCutoffDate) {
this.sampleLotCutoffDate = sampleLotCutoffDate;
} |
7a7aa702-547c-481f-86fc-696a38c60d36 | public void setCreatedBy(crmondemand.xml.contact.query.QueryType createdBy) {
this.createdBy = createdBy;
} |
49893db8-930d-4616-8885-1bbd5e38bb93 | public void setPartnerLocation(java.lang.String partnerLocation) {
this.partnerLocation = partnerLocation;
} |
b247f884-b8cf-45ea-858f-b6c042ef9e3b | public java.lang.String getCustomPhone9() {
return this.customPhone9;
} |
9392ddd5-123b-4e98-8e83-5e938d7edfb9 | public void setUpdatedByEMailAddr(crmondemand.xml.customobject3.query.QueryType updatedByEMailAddr) {
this.updatedByEMailAddr = updatedByEMailAddr;
} |
3f8361b7-1853-4fcc-90fa-441e6ca16d59 | public void setCustomBoolean1(java.lang.Boolean customBoolean1) {
this.customBoolean1 = customBoolean1;
} |
c9abe013-e678-4d80-8bd5-d9866ee06fc0 | public void setCustomDate3(crmondemand.xml.customobject6.query.QueryType customDate3) {
this.customDate3 = customDate3;
} |
5cde269d-24da-4a43-a4e8-2c8c1f43ff78 | public java.util.Calendar getCustomDate27() {
return this.customDate27;
} |
20f9d967-0146-4762-ba7f-e41c0f6e1bee | public void setCustomPickList61(crmondemand.xml.contact.query.QueryType customPickList61) {
this.customPickList61 = customPickList61;
} |
ba7c9715-6cd7-4133-8158-935835ad50a4 | */
public static double PyOS_ascii_strtod(Pointer<Byte > str, Pointer<Pointer<Byte > > ptr) {
return PyOS_ascii_strtod(Pointer.getPeer(str), Pointer.getPeer(ptr));
} |
5ec97319-d102-4a99-bae7-45a2a74521c9 | public void setCustomPhone2(java.lang.String customPhone2) {
this.customPhone2 = customPhone2;
} |
bfcc9f1f-ce0f-4a71-80a5-b370e35e2141 | public void setCustomPickList38(crmondemand.xml.contact.query.QueryType customPickList38) {
this.customPickList38 = customPickList38;
} |
ccea3a48-e4cd-40fe-9ecc-bad9b8fa25bc | public java.lang.String getCustomObject10Name() {
return this.customObject10Name;
} |
84d86cff-071c-46c2-ad34-0b8aced82386 | public java.lang.String getCustomText4() {
return this.customText4;
} |
18cbab12-25c0-42c3-b200-4a1811514d00 | public void setTransactionId(java.lang.String transactionId) {
this.transactionId = transactionId;
} |
b814e88f-d996-41dd-97b0-84a461a5e642 | public java.lang.String getBusinessAccountIntegrationId() {
return this.businessAccountIntegrationId;
} |
77d83fe1-68eb-4ea9-b197-88600c616672 | public void setCustomPickList31(java.lang.String customPickList31) {
this.customPickList31 = customPickList31;
} |
022712f6-bae5-4266-9603-18f1f0cd6501 | public void setCustomCurrency15(java.math.BigDecimal customCurrency15) {
this.customCurrency15 = customCurrency15;
} |
8ac0829e-0dd3-468f-9ef6-9ac225fdb316 | public void setParentPolicyPolicyNumber(java.lang.String parentPolicyPolicyNumber) {
this.parentPolicyPolicyNumber = parentPolicyPolicyNumber;
} |
0ad04158-9cdd-4a23-98d8-fb73daf2ad43 | public void setCustomInteger24(crmondemand.xml.customobject6.query.QueryType customInteger24) {
this.customInteger24 = customInteger24;
} |
ebc919f9-478f-4a55-92a1-02d8cb59460d | public Long getId() {
return id;
} |
6740ca15-4ea6-4f33-ac2d-60def302b2e2 | public void setCustomNumber49(java.math.BigDecimal customNumber49) {
this.customNumber49 = customNumber49;
} |
39f7f1f9-42b8-4b46-908a-e5a817b4a10b | public void setCustomPickList34(crmondemand.xml.opportunity.query.QueryType customPickList34) {
this.customPickList34 = customPickList34;
} |
3db2ba0e-5fe3-42c5-bb1a-573f7f736ae0 | public crmondemand.xml.customobject3.query.QueryType getCustomText39() {
return this.customText39;
} |
b4935671-9686-42e6-9c0e-5fa140851aa8 | public boolean produceMapCidToCname() {
if (classesJsonObject == null) {
return false;
}
classesMapCidToCname = new HashMap<Integer, String>();
prodeceMapCidToCnameSub(classesJsonObject);
return true;
} |
437ac456-b839-4c7d-b3a1-00ab2eeb975d | public crmondemand.xml.customobject6.query.QueryType getCustomPickList94() {
return this.customPickList94;
} |
4e420847-7c7b-4192-8ac0-159bded58251 | public Builder clearStackTrace() {
bitField0_ = (bitField0_ & ~0x00000008);
stackTrace_ = getDefaultInstance().getStackTrace();
onChanged();
return this;
} |
b4ae8bee-d162-40f3-a282-96c86796188d | public java.lang.String getOwnerFirstName() {
return this.ownerFirstName;
} |
c2f77912-df3d-4651-aa9a-215bd0f310b3 | public void setPortfolioId(java.lang.String portfolioId) {
this.portfolioId = portfolioId;
} |
c099054c-6899-438c-a546-de2f54e339eb | public crmondemand.xml.customobject6.query.QueryType getDealRegistrationId() {
return this.dealRegistrationId;
} |
3c3ec220-0727-4a24-afd2-89a2a7ebe107 | public crmondemand.xml.customobject6.query.QueryType getCustomObject4Id() {
return this.customObject4Id;
} |
308ac8ae-50c8-4361-9aac-e0b80648fc94 | public java.math.BigDecimal getCustomCurrency5() {
return this.customCurrency5;
} |
1d32a1d2-f423-4b39-956b-2134aaa84997 | public java.lang.String getCustomPickList39() {
return this.customPickList39;
} |
ef47eeac-1d7c-4a34-b477-96810c48c17d | public java.lang.String getCustomPhone6() {
return this.customPhone6;
} |
2f072a2a-8302-470f-af59-e7d3cddc7196 | public void setCustomPickList22(crmondemand.xml.opportunity.query.QueryType customPickList22) {
this.customPickList22 = customPickList22;
} |
4986a6e4-768c-49d9-a699-df144075f21c | @Override
public int hashCode() {
final int prime = 31;
int result = 1;
result = prime * result + bullet_id;
result = prime * result + player_id;
return result;
} |
d5e40cc2-905a-482f-a97a-f8fe850264a8 | public crmondemand.xml.opportunity.query.QueryType getCustomBoolean5() {
return this.customBoolean5;
} |
b54b8aa7-4879-4252-ba53-f8a30ae05e23 | public void setCustomInteger2(crmondemand.xml.contact.query.QueryType customInteger2) {
this.customInteger2 = customInteger2;
} |
3d4f1c87-2cd4-40aa-8952-7de92d03f9bd | public void setNextCall(java.lang.String nextCall) {
this.nextCall = nextCall;
} |
0263e355-25b6-4aef-960c-80c3e0c6026d | public final EventHandler<ItemEvent> getOnItemDeselected() { return onItemDeselectedProperty().get(); } |
0ad83218-3f6d-4d1f-aff8-2846c8f91f24 | public java.lang.String getCustomText86() {
return this.customText86;
} |
a06a5f97-6eb9-439f-9714-4546f1c02114 | public void setLeadSource(crmondemand.xml.customobject6.query.QueryType leadSource) {
this.leadSource = leadSource;
} |
ce3fdc2f-57a6-4d6c-8fd8-0f94679193e7 | public boolean contains( Object key ) {
Node<K, V> node = findKeyNode( (K)key );
if( node == null || mComp != null && mComp.compareTo( node.mValue ) != 0 ) { return false; }
return true;
} |
de8540c5-51c5-4d6f-9be3-9ff09e4bc24e | public java.lang.String getCustomObject9Type() {
return this.customObject9Type;
} |
72cf9637-12e2-4cdf-994d-abf2e4ae8ac4 | public void setCustomText78(crmondemand.xml.opportunity.query.QueryType customText78) {
this.customText78 = customText78;
} |
3fe04c70-a976-42dc-9274-fac22c71c224 | public void setParentPolicyIntegrationId(crmondemand.xml.customobject3.query.QueryType parentPolicyIntegrationId) {
this.parentPolicyIntegrationId = parentPolicyIntegrationId;
} |
5ec13226-7756-4011-a8f1-34b4002a169a | public ArrayList<String> getAnswers() {
return answers;
} |
8e979fad-0fee-4455-ba93-883eb7074e82 | private void setBorderAndLayout(JPanel mainPanel) {
Border padding = BorderFactory.createEmptyBorder(20, 20, 20, 20);
mainPanel.setBorder(padding);
mainPanel.setLayout(new GridLayout(4, 2, 20, 20));
} |
f6a3e2d2-c47b-45d0-b1ab-a58c51c4e244 | public void setCustomPickList40(java.lang.String customPickList40) {
this.customPickList40 = customPickList40;
} |
3e61e325-99fd-4689-b37b-a0301035536e | public crmondemand.xml.contact.query.QueryType getOpportunityCloseDate() {
return this.opportunityCloseDate;
} |
f75c266e-e0bf-4840-8631-eb68e06b3306 | public void setParentPolicySubStatus(crmondemand.xml.customobject3.query.QueryType parentPolicySubStatus) {
this.parentPolicySubStatus = parentPolicySubStatus;
} |
bd867f5c-1d23-4515-b130-e44a108ff6aa | public crmondemand.xml.customobject6.query.QueryType getCustomObject1Id() {
return this.customObject1Id;
} |
1e31ee93-ef80-49c6-9858-9ccf125f9700 | protected int waitOnSelector() {
int numNewKeys = 0;
try {
if(log.isLoggable(Level.FINER))
log.finer(id+"coming into select");
numNewKeys = selector.select();
//should assert we are not stopping, have listeners, or have keys to process...
if(log.isLoggable(Level.FINER))
log.finer(id+"coming out... |
31f7a571-2b6e-466e-bbb6-92c2334e9113 | public String printRowAsCSV(int r)
{
String rowString = "";
ArrayList<String> row = this.getRow(r);
for(String s : row)
{
rowString = rowString + s + ",";
}
return rowString;
} |
b08fccd1-6fa0-482f-91bd-bd50e9a7902a | * @param proxy The proxy.
*/
@SuppressWarnings("static-method")
protected void dropRow(DropTargetDropEvent dtde, OutlineProxy proxy) {
removeDragHighlight(proxy);
} |
93edc72a-0044-412e-8b90-18b3cbb51f1f | public void setCustomBoolean34(crmondemand.xml.contact.query.QueryType customBoolean34) {
this.customBoolean34 = customBoolean34;
} |
1ccb7315-73f4-4e9d-b25e-4b61558140fb | public crmondemand.xml.customobject6.query.QueryType getCustomObject14Name() {
return this.customObject14Name;
} |
68121c83-1c7f-4934-98a7-0520373cec6e | public void setCustomText0(java.lang.String customText0) {
this.customText0 = customText0;
} |
e7a3de51-0753-4e26-a9cc-891574a89ac1 | public void setCustomPickList48(java.lang.String customPickList48) {
this.customPickList48 = customPickList48;
} |
c21e590d-7b6b-41ec-bbcb-a4f2b4f80dd8 | public java.lang.String getCustomObject7IntegrationId() {
return this.customObject7IntegrationId;
} |
fa92bd14-680a-4ccd-b970-f9851d0a4bcb | public SetAllocatedMemoryTask(long repDeg) {
super();
this.newMemory = repDeg;
} |
568411ad-50f6-482d-94c8-5478a951e124 | public void setCustomNumber25(java.math.BigDecimal customNumber25) {
this.customNumber25 = customNumber25;
} |
cce3279c-0c1a-408a-9863-2a718c5df26d | public crmondemand.xml.customobject6.query.QueryType getUpdatedByIntegrationId() {
return this.updatedByIntegrationId;
} |
97b767a9-763c-4f68-a311-a11ee4cf3b0f | public java.lang.String getCustomObject1IntegrationId() {
return this.customObject1IntegrationId;
} |
4864a13b-b61c-489c-b2bb-3c7ac8048236 | public void setCustomObject13Id(crmondemand.xml.contact.query.QueryType customObject13Id) {
this.customObject13Id = customObject13Id;
} |
845a0b4d-8f50-439d-9602-0d6cdafa6556 | public void setCustomNumber6(crmondemand.xml.opportunity.query.QueryType customNumber6) {
this.customNumber6 = customNumber6;
} |
63edf072-434b-4218-88ac-8cdc02a039b4 | public void setLevel(final short level) {
this.level = level;
} |
7fe517e9-fa89-425b-a459-188147cc5f37 | public void setCustomText43(crmondemand.xml.customobject3.query.QueryType customText43) {
this.customText43 = customText43;
} |
a14f4e7a-8722-4cf5-9887-1da56a961194 | public crmondemand.xml.contact.query.QueryType getFinancialAccountFinancialAccountNumber() {
return this.financialAccountFinancialAccountNumber;
} |
ce07b2d8-ba5c-465c-b58a-9f58f1d11b68 | public void setCustomDate1(crmondemand.xml.customobject6.query.QueryType customDate1) {
this.customDate1 = customDate1;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.