id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
b465d809-9f2a-491a-bb96-1243d153d359 | public void set (String string) throws InterruptedException; |
442bb279-dc2a-4f8d-be97-b04fde39865a | public void toggle(boolean press) {
if (pressed != press) {
pressed = press;
if (press) {
presses+=2;
}
}
} |
4f0aba3a-05d4-4e11-b859-cb556cba41f1 | public void setCustomObject8IntegrationId(crmondemand.xml.customobject6.query.QueryType customObject8IntegrationId) {
this.customObject8IntegrationId = customObject8IntegrationId;
} |
a93e3e33-ac55-490a-8726-08f92cb1ae2f | public crmondemand.xml.contact.query.QueryType getOwnerUserSignInId() {
return this.ownerUserSignInId;
} |
4668e121-109e-43c6-a076-b4d0ced60df5 | public java.math.BigDecimal getCustomCurrency19() {
return this.customCurrency19;
} |
c4adc6ce-4ce0-4a5c-9d9a-94faa823e19d | public void setBusinessAccountExternalSystemId(crmondemand.xml.customobject3.query.QueryType businessAccountExternalSystemId) {
this.businessAccountExternalSystemId = businessAccountExternalSystemId;
} |
6ea82b03-42d6-4dbc-9c98-698a82ace6ff | public crmondemand.xml.customobject6.query.QueryType getCustomText18() {
return this.customText18;
} |
4c7ca45f-fe29-408b-9c77-9f06ad092eb4 | public void setCustomText16(crmondemand.xml.customobject6.query.QueryType customText16) {
this.customText16 = customText16;
} |
743dc1c7-6bf9-4031-8a9a-d497df078dda | public java.lang.Boolean getSolutionLegalApproval() {
return this.solutionLegalApproval;
} |
4144cdd6-4bcf-4bdd-8228-35ffb37cadc5 | public java.util.Calendar getCustomDate21() {
return this.customDate21;
} |
1ea5d4b3-6239-4e11-be8e-17a1abdc3b91 | public void setCustomPickList43(crmondemand.xml.contact.query.QueryType customPickList43) {
this.customPickList43 = customPickList43;
} |
dd7af1f9-0098-4442-b280-bccde401d0e5 | public crmondemand.xml.contact.query.QueryType getCustomObject8Name() {
return this.customObject8Name;
} |
a45a4abb-46c9-4b1f-8c7d-96f2cde900f4 | public crmondemand.xml.customobject6.query.QueryType getCustomObject11ExternalSystemId() {
return this.customObject11ExternalSystemId;
} |
56c06972-f548-4abf-9f1c-858426b48d39 | public crmondemand.xml.contact.query.QueryType getUpdatedByUserSignInId() {
return this.updatedByUserSignInId;
} |
d5bbdec3-0528-44a4-b451-152ea405bb2a | public void setCustomDate29(java.util.Calendar customDate29) {
this.customDate29 = customDate29;
} |
4fd18211-3db5-4468-80cd-b8158c280eaf | public crmondemand.xml.customobject3.query.QueryType getInvtPeriodId() {
return this.invtPeriodId;
} |
bf46c213-115e-42f1-bf17-e863108ca1f0 | public java.lang.String getTransactionExternalSystemId() {
return this.transactionExternalSystemId;
} |
d1647bed-ab53-4044-af1c-5e4a550a4463 | public crmondemand.xml.customobject6.query.QueryType getCustomText33() {
return this.customText33;
} |
59c85a6e-b899-450a-87ed-de321070ea4b | public crmondemand.xml.customobject6.query.QueryType getCustomText41() {
return this.customText41;
} |
93be642f-ded5-44bb-9ed8-43b6c1eff023 | public void setCustomText46(crmondemand.xml.opportunity.query.QueryType customText46) {
this.customText46 = customText46;
} |
7c0df13f-bc1f-4b4b-998b-6a6df319a73a | public crmondemand.xml.contact.query.QueryType getCustomDate16() {
return this.customDate16;
} |
e879193c-4d97-4efe-83b7-7b2e5fcc58f7 | public void setClaimLineofbusiness(crmondemand.xml.contact.query.QueryType claimLineofbusiness) {
this.claimLineofbusiness = claimLineofbusiness;
} |
5eb8743e-87d0-428f-8481-52df25a73a0a | public void setCourseId(java.lang.String courseId) {
this.courseId = courseId;
} |
46d65055-d4f1-4394-96ef-127b31ab5946 | public java.lang.Boolean getCustomBoolean10() {
return this.customBoolean10;
} |
de059c47-dad3-4901-bab1-689078dc29ba | public crmondemand.xml.contact.query.QueryType getCustomPickList88() {
return this.customPickList88;
} |
ac9221db-25ee-476d-be99-abe4244442f4 | public void searchElement(Element root, String elementName, Vector vect){
for (int i=0; i < root.getChildren().size(); i++){
Element child = (Element)root.getChildren().get(i);
if (child.getName().equals(elementName)){
vect.addElement(child);
}else{
searchElement(child, elementName, vect);
}
}
} |
3721e395-2bb4-4916-ad3b-ae78ae9ec6d8 | @Test
public void testShortDateRange() {
GregorianCalendar[] shortRange = {new GregorianCalendar()};
Tree tree = new Tree("testTree", shortRange);
Field field;
try {
field = tree.getClass().getDeclaredField("bloomRanges");
field.setAccessible(true);
ArrayList<GregorianCalendar[]> rangeList = (ArrayList<GregorianCalendar[]>) field.get(tree);
assertEquals(rangeList.size(), 0);
} catch (NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException e) {}
} |
c340e775-b7e5-4d4f-be95-4ed819915a3b | public crmondemand.xml.contact.query.QueryType getCustomDate52() {
return this.customDate52;
} |
e5cb4069-b32a-4274-ae4c-6397b97646db | public void setCustomText50(java.lang.String customText50) {
this.customText50 = customText50;
} |
1598b84e-9492-4dfb-89da-83df4a64cd03 | */
public static Pointer<PyObject > PyFunction_GetDefaults(Pointer<PyObject > PyObjectPtr1) {
return Pointer.pointerToAddress(PyFunction_GetDefaults(Pointer.getPeer(PyObjectPtr1)), PyObject.class);
} |
00c28aeb-604d-4dce-9307-2a5b48f9f9a7 | public java.lang.String getLeadId() {
return this.leadId;
} |
0688c925-243a-4131-ae9e-601e7e596661 | public crmondemand.xml.customobject3.query.QueryType getCustomBoolean29() {
return this.customBoolean29;
} |
3674cce1-8252-45aa-9107-f2acafa13257 | public void setCustomCurrency10(java.math.BigDecimal customCurrency10) {
this.customCurrency10 = customCurrency10;
} |
1447fe5e-008d-4958-9654-ffee4e073ea2 | public void setCustomInteger2(java.lang.Integer customInteger2) {
this.customInteger2 = customInteger2;
} |
7fda5c3c-e977-43eb-9d0f-b66e5c2aaa28 | public crmondemand.xml.customobject6.query.QueryType getSPRequestId() {
return this.sPRequestId;
} |
09e63fd4-0881-4fa6-b6e3-95dbe8539c60 | public void setCustomBoolean131(java.lang.Boolean customBoolean131) {
this.customBoolean131 = customBoolean131;
} |
f8eb4e2c-c251-408d-969b-cbe001275589 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber15() {
return this.customNumber15;
} |
28b9a02c-f947-4234-a640-bf07cedf0b6e | public void setCustomObject4ExternalSystemId(crmondemand.xml.customobject3.query.QueryType customObject4ExternalSystemId) {
this.customObject4ExternalSystemId = customObject4ExternalSystemId;
} |
ca67906b-5b34-4180-89cd-54e23cbc535b | public crmondemand.xml.contact.query.QueryType getCustomObject2Id() {
return this.customObject2Id;
} |
57329fa3-9864-46de-aca8-236e5e9e2ce6 | private void opCadProdutoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_opCadProdutoActionPerformed
// TODO add your handling code here:
setContentPane(new CadProduto());
setVisible(true);
//pack();
}//GEN-LAST:event_opCadProdutoActionPerformed |
35e06486-8ee3-40c7-9d5e-a0297039473a | public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton3ActionPerformed(evt);
} |
1995c855-402b-4822-8773-e29d29c5ee2b | public boolean isShowMouseCursor() {
return Mouse.isGrabbed();
} |
95b449bc-2759-4992-9946-3579786898c0 | public java.lang.String getContactFuriganaFirstName() {
return this.contactFuriganaFirstName;
} |
4d2f51d9-0782-4c07-ae95-3dd8c98fd79e | public void setCustomPickList68(crmondemand.xml.customobject6.query.QueryType customPickList68) {
this.customPickList68 = customPickList68;
} |
a5c9118c-0d87-45e8-9a13-b2e413f46006 | public void setCustomInteger3(crmondemand.xml.customobject3.query.QueryType customInteger3) {
this.customInteger3 = customInteger3;
} |
84e82853-362f-486b-b61c-fe8d43839357 | public void setSolutionId(crmondemand.xml.customobject6.query.QueryType solutionId) {
this.solutionId = solutionId;
} |
382958ae-cffb-4547-919b-00b537b5d7a9 | public java.lang.String getLeadSource() {
return this.leadSource;
} |
885f0120-c0fb-47b3-85fe-cb8b51f7e681 | public void setCustomInteger3(crmondemand.xml.customobject6.query.QueryType customInteger3) {
this.customInteger3 = customInteger3;
} |
8472adc5-872a-494a-8cae-341827520927 | @Override
public int hashCode() {
return 0;
} |
67778980-3685-40cc-b6cb-f9f6d3e615ae | public JSystemPiqi.system_request build() {
JSystemPiqi.system_request result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
} |
af5025f0-3b27-41e2-b1e1-179a9d53b6db | public void setOwnerId(java.lang.String ownerId) {
this.ownerId = ownerId;
} |
a204d8ac-a4bb-45e9-8015-025da342e811 | public void setCustomObject7ExternalSystemId(java.lang.String customObject7ExternalSystemId) {
this.customObject7ExternalSystemId = customObject7ExternalSystemId;
} |
4b35921a-0af5-4095-b138-787a5c0c46e1 | public void setCreatedById(java.lang.String createdById) {
this.createdById = createdById;
} |
f9102fd4-a0c2-4a8f-b499-c039f7e0f226 | public static void main(String args[]) {
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new JFrameTSP().setVisible(true);
}
});
} |
429f4c2e-8ac8-45e4-9291-2ccc12c6019b | public crmondemand.xml.contact.query.QueryType getCustomDate16() {
return this.customDate16;
} |
0f8288b4-35ea-484d-b0d6-c770fd69065b | public crmondemand.xml.opportunity.query.QueryType getCustomPickList10() {
return this.customPickList10;
} |
81a6274d-91bd-4270-8edd-d11aa15a5d87 | public crmondemand.xml.customobject6.query.QueryType getCustomPickList10() {
return this.customPickList10;
} |
a5588aca-730b-4c19-890b-1e47073b567e | public long getSalt() {
return salt;
} |
bd09d6d9-af67-4605-9553-fe3984fb39bf | public void setOpportunityId(java.lang.String opportunityId)
{
this.opportunityId = opportunityId;
} |
bf61c0e2-3248-4563-b0fb-adb11954f2c4 | public crmondemand.xml.customobject6.query.QueryType getCustomObject10IntegrationId() {
return this.customObject10IntegrationId;
} |
a31ea99f-a397-4e94-88cb-e1c6516483a9 | public crmondemand.xml.customobject6.query.QueryType getCustomPickList30() {
return this.customPickList30;
} |
b8bd3deb-92ed-44c0-a4aa-8c7a8baf2866 | public MyViewRefresher(MyModel model, MyController controller) {
this.model = model;
this.controller = controller;
viewport = controller.getViewport();
render3D = new Render3D(controller.getCamera());
imageModel = controller.getImageModel();
} |
3d4681c2-1ae8-4c1c-8dfb-67df6983cf2d | public void setCustomText63(java.lang.String customText63) {
this.customText63 = customText63;
} |
9f798efb-da2c-407e-bd54-c75116fec6dc | public static List allIntensionalParents(Description self) {
{ List collection = List.newList();
Description.helpCollectIntensionalParents(self, self.proposition, collection);
return (collection);
}
} |
9243bd08-eb42-4afd-a56a-c960318471fb | opcode dd_94 = new opcode() { public void handler(){ SUB(Z80.IX.H);}} |
4e947792-e956-4a14-a344-29a3922188f6 | public crmondemand.xml.contact.query.QueryType getCustomPhone3() {
return this.customPhone3;
} |
44e84bf3-2ad4-4fe9-b0e3-c1390e44f2fe | public void setCustomText42(java.lang.String customText42) {
this.customText42 = customText42;
} |
d62a919c-1f2c-4b6a-be73-c7aac7e50a34 | public crmondemand.xml.contact.query.QueryType getCustomText7() {
return this.customText7;
} |
47e3f7c4-6569-4f1d-9e60-6c8fdfa26c23 | public void setCustomPickList14(crmondemand.xml.customobject3.query.QueryType customPickList14) {
this.customPickList14 = customPickList14;
} |
b1eef4c9-83ef-49b9-836d-cb2c1c9d3dfd | public int getlegs()
{
return legs;
} |
3ff14671-5674-4924-9f62-c0e58cd904c5 | public void setOwnerUserSignInId(crmondemand.xml.customobject6.query.QueryType ownerUserSignInId) {
this.ownerUserSignInId = ownerUserSignInId;
} |
7cc189d3-bdf0-4978-ab50-2240b5de5fd2 | public java.lang.String getCustomObject2Name() {
return this.customObject2Name;
} |
9cb9054a-ba53-4486-b21f-65678c6a209a | public void setCustomDate54(crmondemand.xml.contact.query.QueryType customDate54) {
this.customDate54 = customDate54;
} |
e7cea7ec-4e2d-4141-b937-6601b218624e | public crmondemand.xml.contact.query.QueryType getCustomObject7Type() {
return this.customObject7Type;
} |
f4f02afc-688b-4df6-9d8f-a3adec2c6323 | private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
try {
write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
} catch (org.apache.thrift.TException te) {
throw new java.io.IOException(te);
}
} |
a04de1e4-a102-4441-b5c4-9f7e8ea6a9c0 | public boolean remove(Integer id) throws SQLException, WebServerBadRequestException {
return service.remove(id);
} |
591cb954-4525-472e-ac5a-d241ae49c760 | public crmondemand.xml.contact.query.QueryType getAttachFileFullName() {
return this.attachFileFullName;
} |
2fffab6b-c8e9-49b6-b5da-bef02045842b | final boolean method3655() {
anInt7703++;
return true;
} |
c8a63b5d-7d34-4369-945d-562e7a1ba888 | public crmondemand.xml.customobject3.query.QueryType getCreatedByEMailAddr() {
return this.createdByEMailAddr;
} |
669eb175-e74e-4243-bd07-fb8f14070ab6 | public void setCustomDate40(java.util.Calendar customDate40) {
this.customDate40 = customDate40;
} |
69005337-7a6d-44c7-b834-b3251df32776 | public void setCustomNumber59(crmondemand.xml.customobject6.query.QueryType customNumber59) {
this.customNumber59 = customNumber59;
} |
1ae2d1f5-26bf-4c53-b84b-fc802650be0c | public crmondemand.xml.customobject6.query.QueryType getCustomInteger15() {
return this.customInteger15;
} |
3caa72db-ff16-4252-bf3f-2b9a1eca6630 | public void setCustomObject7ExternalSystemId(crmondemand.xml.contact.query.QueryType customObject7ExternalSystemId) {
this.customObject7ExternalSystemId = customObject7ExternalSystemId;
} |
58d21f19-f7f7-434e-9e8c-5a47b466f51d | public void setCustomObject8ExternalSystemId(crmondemand.xml.contact.query.QueryType customObject8ExternalSystemId) {
this.customObject8ExternalSystemId = customObject8ExternalSystemId;
} |
c873a1d6-dcfa-4bca-a5ed-671f7cbd9cff | opcode fd_27 = new opcode() { public void handler(){ illegal_1(); }} |
6fb31f04-5a51-40f9-9049-d98848f637c8 | public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasUserid()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasCoins()) {
memoizedIsInitialized = 0;
return false;
}
memoizedIsInitialized = 1;
return true;
} |
572afe77-fd44-4140-b161-b16feb260def | public void setCustomText59(crmondemand.xml.contact.query.QueryType customText59) {
this.customText59 = customText59;
} |
b0afd6a6-7f9d-4955-87f5-c2e77d7dccf6 | public crmondemand.xml.contact.query.QueryType getQualifieddate() {
return this.qualifieddate;
} |
e9937a33-586f-46ef-9021-79c7776cf08f | public void setCustomInteger6(crmondemand.xml.opportunity.query.QueryType customInteger6) {
this.customInteger6 = customInteger6;
} |
085a685c-5a90-4020-9e1c-46dd54243dbd | public King getBlack_king() {
return black_king;
} |
a51ffa5b-a01d-4707-be35-db5c1ba37947 | public TimeSpentOnTask getTimeSpentOnTaskFromList(int taskID, String userID) {
TimeSpentOnTask tsot = null;
User user = null;
for (int i = 0; i < Controller.userList.size(); i++) {
if (Controller.userList.get(i).getUserName().equals(userID)) {
user = Controller.userList.get(i);
}
}
for (int i = 0; i < tsotList.size(); i++) {
if (tsotList.get(i).getTaskID() == taskID && user.getUserName().equals(userID)) {
tsot = tsotList.get(i);
}
}
return tsot;
} |
ce88ef3b-bced-410f-9253-fb0d1a521af5 | public void setCustomObject7ExternalSystemId(crmondemand.xml.customobject6.query.QueryType customObject7ExternalSystemId) {
this.customObject7ExternalSystemId = customObject7ExternalSystemId;
} |
3198002c-4b62-4088-852d-9c2185fe251f | public void setCustomInteger7(java.lang.Integer customInteger7) {
this.customInteger7 = customInteger7;
} |
08b60ee9-254d-4735-a25f-3a357dfef7fb | public static MaplePacket getTradeChat(MapleCharacter c, String chat, boolean owner) {
MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.PLAYER_INTERACTION);
mplew.write(HexTool.getByteArrayFromHexString("06 08"));
mplew.write(owner ? 0 : 1);
mplew.writeMapleAsciiString(c.getName() + " : " + chat);
return mplew.getPacket();
} |
30a78578-1907-4033-b489-058a7efab9ec | public void setCustomObject3IntegrationId(crmondemand.xml.contact.query.QueryType customObject3IntegrationId) {
this.customObject3IntegrationId = customObject3IntegrationId;
} |
6e9b78b9-822c-4bc3-8e1b-0a83df58345d | public crmondemand.xml.customobject6.query.QueryType getCustomDate18() {
return this.customDate18;
} |
4ac0f781-ff8d-406b-b3a1-d11b56008d35 | public crmondemand.xml.customobject6.query.QueryType getCustomPickList56() {
return this.customPickList56;
} |
bef3df3f-36f0-4acd-9118-da7455a82dad | private final boolean cvc(int i)
{ if (i < 2 || !cons(i) || cons(i-1) || !cons(i-2)) return false;
{ int ch = b[i];
if (ch == 'w' || ch == 'x' || ch == 'y') return false;
}
return true;
} |
d3cd0db4-9ce6-4b4a-ab51-f7a18c886189 | public void setObjectiveType(java.lang.String objectiveType) {
this.objectiveType = objectiveType;
} |
dceef3dd-cf3d-4e8d-a0e5-ffe600fbae53 | public void setIndexedPick0(crmondemand.xml.contact.query.QueryType indexedPick0) {
this.indexedPick0 = indexedPick0;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.