id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
b07a60ac-9c45-4458-b53c-f747d297e661 | public void setOwnerAlias(java.lang.String ownerAlias) {
this.ownerAlias = ownerAlias;
} |
11cc8ed8-f7ec-43b8-82f9-b996317fdc35 | public crmondemand.xml.customobject6.query.QueryType getCustomDate48() {
return this.customDate48;
} |
71fb4171-394d-4653-b5c7-61ae46a34010 | public E add(E e) {
if (size == data.length) {
expand();
}
data[size++] = e;
return e;
} |
d28a3fce-615b-4509-a609-032560411482 | public void setCustomDate13(java.util.Calendar customDate13) {
this.customDate13 = customDate13;
} |
47f6200e-318d-4e0d-a7f3-31154d8428b1 | public void setCustomPickList73(java.lang.String customPickList73) {
this.customPickList73 = customPickList73;
} |
f49965e8-3d47-428d-9217-9d53a47d3f73 | public java.lang.String getBusinessPlanStatus() {
return this.businessPlanStatus;
} |
52518992-d5ad-44d8-a10d-ba63e9867f2a | public java.lang.String getCustomObject3Id() {
return this.customObject3Id;
} |
93649864-941a-4efd-9f3a-5b9989b82a49 | public crmondemand.xml.opportunity.query.QueryType getCertficationName() {
return this.certficationName;
} |
2ed2e52c-993d-4522-8ecf-1786c2e5339b | public void setUpdatedByFirstName(crmondemand.xml.customobject6.query.QueryType updatedByFirstName) {
this.updatedByFirstName = updatedByFirstName;
} |
36492c5f-bb1a-48af-a9c6-fb414389d5d3 | public crmondemand.xml.contact.query.QueryType getCustomNumber59() {
return this.customNumber59;
} |
91a3093b-8f70-4615-bf0e-c461fb946363 | public void setCustomPickList54(crmondemand.xml.customobject6.query.QueryType customPickList54) {
this.customPickList54 = customPickList54;
} |
335b268d-6b32-47b7-b7a1-976e4ba59d9e | private static byte checkExistance(final int accid, final int cid) {
Connection con = DatabaseConnection.getConnection();
try {
try (PreparedStatement ps = con.prepareStatement("SELECT * from hiredmerch where accountid = ? OR characterid = ?")) {
ps.setInt(1, accid);
... |
d006e471-dc46-4572-816b-e709361c1e45 | public crmondemand.xml.opportunity.query.QueryType getCertficationName() {
return this.certficationName;
} |
3aed85de-3b59-4d74-9c37-bab039dbbb64 | public void setCustomDate32(crmondemand.xml.customobject3.query.QueryType customDate32) {
this.customDate32 = customDate32;
} |
0c14fefc-7559-44e8-bf2a-b1f500983918 | public void setCustomPhone0(java.lang.String customPhone0) {
this.customPhone0 = customPhone0;
} |
1d99839a-8bee-4d2f-ae12-f945ce102749 | public java.lang.String getCustomObject6Type() {
return this.customObject6Type;
} |
781ccffc-1e84-48c9-922a-4d122286d93f | public void setExternalSystemId(java.lang.String externalSystemId) {
this.externalSystemId = externalSystemId;
} |
3b19b052-2f07-4b99-a58f-6224ba6e3dcb | public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton1ActionPerformed(evt);
} |
feb8adb3-8a74-42d2-b9fb-2c12141b70b5 | public int getMapWidth() {
return mapWidth;
} |
0d6ab10f-a95c-42a2-b163-92caa000988b | public java.lang.String getOpportunityType() {
return this.opportunityType;
} |
9537ce94-abd3-47e1-bfb4-1aa4c819d5b8 | public java.util.Calendar getCustomDate18() {
return this.customDate18;
} |
62f69e60-a87d-4ed6-88e7-00c85222944f | public static void UnknownError(){
JOptionPane.showMessageDialog(null, "δ֪볢бʾ");
} |
4498b2cd-8ebe-43e7-8fe5-425afe3de6eb | public java.math.BigDecimal getCustomNumber5() {
return this.customNumber5;
} |
2e2423e8-32a1-4565-9452-d96cf69f06cb | public java.lang.Boolean getCustomBoolean12() {
return this.customBoolean12;
} |
8836dd40-9173-40af-bf86-f094ef4df191 | public crmondemand.xml.customobject6.query.QueryType getDescription() {
return this.description;
} |
58a20d67-e4a5-491c-90ba-775287eb3207 | public crmondemand.xml.customobject6.query.QueryType getCustomText62() {
return this.customText62;
} |
5c8fe0ad-ed8b-4c8d-8cea-57e81083abb5 | public java.util.Calendar getCustomDate45() {
return this.customDate45;
} |
257e79e8-29ee-4c44-b1b0-5299290f28f7 | default void fly() {
System.out.println("I can Fly!!!");
} |
c84051a9-fbff-4e1e-a9b3-9de3e24315f9 | public void setCustomBoolean32(crmondemand.xml.customobject6.query.QueryType customBoolean32) {
this.customBoolean32 = customBoolean32;
} |
57ae25d7-f767-42f8-8d5d-d6572b9645c9 | public java.lang.Integer getCustomInteger27() {
return this.customInteger27;
} |
660109b7-ae85-4dd0-bb53-2e01618c795d | public java.lang.String getPrimaryAgencyExternalSystemId() {
return this.primaryAgencyExternalSystemId;
} |
81359de2-b246-44d8-9e3f-d100b527a378 | public void setCustomText63(crmondemand.xml.customobject6.query.QueryType customText63) {
this.customText63 = customText63;
} |
1341e3d9-77ed-4049-b3d3-63455a94cd95 | @Test
public void testGetType() {
assertEquals(mass.type, mass.getType());
mass.type = ELBOW;
assertEquals(ELBOW, mass.getType());
} |
d3f8a9a6-be1c-460d-b888-074dbccac162 | public final ArgumentsContext arguments() throws RecognitionException {
ArgumentsContext _localctx = new ArgumentsContext(_ctx, getState());
enterRule(_localctx, 204, RULE_arguments);
int _la;
try {
enterOuterAlt(_localctx, 1);
{
setState(1293); match(LPAREN);
setState(1295);
_la = _input.LA(1);
... |
1cce60f4-0e78-4d52-92c9-b2e5c5c1c08f | public void setCustomPickList83(java.lang.String customPickList83) {
this.customPickList83 = customPickList83;
} |
b2f4c0b6-471e-4ea0-b73d-caf54193a271 | public void setCustomNumber39(crmondemand.xml.customobject6.query.QueryType customNumber39) {
this.customNumber39 = customNumber39;
} |
2f4ce458-4cdd-4cfe-92a2-1f9480847fd3 | public void setCustomNumber48(crmondemand.xml.opportunity.query.QueryType customNumber48) {
this.customNumber48 = customNumber48;
} |
c9598dbe-d5fa-407d-bcf8-c40101243586 | public void setOwnerIntegrationId(crmondemand.xml.customobject3.query.QueryType ownerIntegrationId) {
this.ownerIntegrationId = ownerIntegrationId;
} |
9571289f-02c2-44ef-9eec-772eaa893580 | public void setCustomObject7ExternalSystemId(java.lang.String customObject7ExternalSystemId) {
this.customObject7ExternalSystemId = customObject7ExternalSystemId;
} |
c4c3358e-8581-4865-a33e-56bfea57c9b0 | public void setFuriganaAccountName(crmondemand.xml.opportunity.query.QueryType furiganaAccountName) {
this.furiganaAccountName = furiganaAccountName;
} |
d460a9e3-12c5-4723-b494-14dd6980f18d | public crmondemand.xml.contact.query.QueryType getCustomObject13Id() {
return this.customObject13Id;
} |
0e7e5bb7-df8e-4360-b6df-0f26846a70fd | public java.lang.String getCustomText96() {
return this.customText96;
} |
cc38772a-bf34-4634-af13-b01781931f45 | public TerminalNode Identifier() { return getToken(Java7Parser.Identifier, 0); } |
73d0658e-ce8f-41f7-94d9-73624d8a443d | public java.util.Calendar getApprovedDRExpirationDeate() {
return this.approvedDRExpirationDeate;
} |
a5d7336a-6d87-4590-9610-6d15e20bd17a | public void setActivityCallType(java.lang.String activityCallType) {
this.activityCallType = activityCallType;
} |
1282bf78-64a4-4dd0-aec1-176400cb800c | public void setOpportunityCurrencyCode(crmondemand.xml.opportunity.query.QueryType opportunityCurrencyCode) {
this.opportunityCurrencyCode = opportunityCurrencyCode;
} |
ac36e118-4702-4b45-8528-74a3a541b8ca | public java.lang.String getCustomText4() {
return this.customText4;
} |
70ad3d80-2f89-4482-ad61-db8511d1f10e | @Override
protected int getSmallReadWriteTimeLimit() {
return 100;
} |
42c0f3ba-a2cf-4213-b88e-85aeea970096 | public crmondemand.xml.customobject6.query.QueryType getMDFRequestId() {
return this.mDFRequestId;
} |
bc47f4f2-2c27-40af-9a4c-092e55e54f43 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber39() {
return this.customNumber39;
} |
6de3c072-ae37-4140-844a-bcd55972976a | public void setTransactionExternalSystemId(crmondemand.xml.opportunity.query.QueryType transactionExternalSystemId) {
this.transactionExternalSystemId = transactionExternalSystemId;
} |
f8002e0f-e8d3-401a-b4d3-5bd6ef61faa6 | public void setCustomPhone15(java.lang.String customPhone15) {
this.customPhone15 = customPhone15;
} |
32e93595-2b75-4361-91f9-982949a05533 | public String toString() {
if(bits == null)
throw new IllegalStateException();
String mask = new String();
String space = new String();
for(int i = bits.length - 1; i >= 0; i--) {
space = "";
if((i + 1) % 8 == 0 && i < bits.length - 1)
space = " ";
mask += space + bits... |
3b9787fa-c560-4963-a5fc-69b78f062cca | public java.lang.String getCustomPickList92() {
return this.customPickList92;
} |
fdaf9300-35e7-4d7f-9c3a-ed25f6ef6e0a | public void setCustomInteger21(crmondemand.xml.contact.query.QueryType customInteger21) {
this.customInteger21 = customInteger21;
} |
8433386f-21c4-4493-b812-704ee8655d7a | public void setExamIdentifier(java.lang.String examIdentifier)
{
this.examIdentifier = examIdentifier;
} |
263a2967-593c-4608-b164-280db70e2cb9 | public java.util.Calendar getCustomDate27() {
return this.customDate27;
} |
d6cec312-6745-40da-a5df-a7a9ff736809 | public crmondemand.xml.customobject6.query.QueryType getCustomPhone5() {
return this.customPhone5;
} |
741c31f0-d832-4622-a6a6-e84a1dd4c718 | public java.lang.String getCustomText86() {
return this.customText86;
} |
d54cdf25-c57d-4c65-8f6c-061506e8bb7f | public crmondemand.xml.customobject3.query.QueryType getCustomBoolean15() {
return this.customBoolean15;
} |
dc57fd7d-06fd-4f06-8dd0-b30cfdf604c1 | public void setCustomPickList1(crmondemand.xml.customobject3.query.QueryType customPickList1) {
this.customPickList1 = customPickList1;
} |
acc4991f-6f29-47b4-896f-8e2a791baa4f | public crmondemand.xml.customobject6.query.QueryType getCustomNumber15() {
return this.customNumber15;
} |
83b68016-5b7e-4e4b-be8b-b7c00d540ec5 | public java.lang.Integer getCustomInteger2() {
return this.customInteger2;
} |
3553c61c-05c5-4fe0-8ede-d8454830ddba | public String getMailpassword() {
return this.mailpassword;
} |
7d279258-b1cd-491a-8752-3d9d489a6885 | @Override
public void onlyPrint(String msg, boolean noCache)
{
if((out==null)||(msg==null))
return;
try
{
snoopSupportPrint(msg,noCache);
final String newMsg=CMLib.lang().finalTranslation(msg);
if(newMsg!=null)
msg=newMsg;
if(msg.endsWith("\n\r")
&&(msg.equals(lastStr))
&&(msg.length()... |
803f5378-1cdc-4c2c-95ba-9d40e9946263 | public void setCustomNumber63(crmondemand.xml.opportunity.query.QueryType customNumber63) {
this.customNumber63 = customNumber63;
} |
5581a7c3-9c6d-4393-aaa4-5e6d762d08c8 | public crmondemand.xml.customobject3.query.QueryType getCustomObject9Name() {
return this.customObject9Name;
} |
4b39bc8d-e504-4829-93c9-0f16878a34ea | public void setCustomNumber64(crmondemand.xml.customobject6.query.QueryType customNumber64) {
this.customNumber64 = customNumber64;
} |
ab302d67-3f10-45ed-bf5f-384aa0ba8a3b | public static void main(String[] args) {
System.out.println(3/2);
} |
812d76ba-9bd5-4ee9-ab2f-1f3781687f68 | public void setCustomBoolean17(java.lang.Boolean customBoolean17) {
this.customBoolean17 = customBoolean17;
} |
d81329aa-2eb5-4612-87bd-f6896441cbcb | public void setIndexedPick0(crmondemand.xml.customobject6.query.QueryType indexedPick0) {
this.indexedPick0 = indexedPick0;
} |
828ac038-81ff-40bb-9a09-f9d9205ccd41 | public java.math.BigDecimal getCustomNumber14() {
return this.customNumber14;
} |
10b11992-ce16-4719-b432-d618ac4509d9 | public java.util.Calendar getCustomDate16() {
return this.customDate16;
} |
c28686b2-eba4-44cd-a368-92cdffce1f45 | public void setCampaignIntegrationId(crmondemand.xml.customobject6.query.QueryType campaignIntegrationId) {
this.campaignIntegrationId = campaignIntegrationId;
} |
4cb7a74c-b6f1-409b-817b-c711559a6183 | public crmondemand.xml.customobject6.query.QueryType getCustomDate44() {
return this.customDate44;
} |
74b481bc-2d61-49fd-939c-7eec3bc662cd | public String getMiddleName() {
return this.middleName;
} |
057e6050-f476-4a62-a1aa-cdc504dd1c59 | public crmondemand.xml.contact.query.QueryType getCustomBoolean19() {
return this.customBoolean19;
} |
b575a8cf-114f-46db-8da5-df4544193fda | public void setCustomDate50(java.util.Calendar customDate50) {
this.customDate50 = customDate50;
} |
001c189d-1b36-4b7b-8631-39f6703f4146 | public void setIndexedCurrency0(java.math.BigDecimal indexedCurrency0) {
this.indexedCurrency0 = indexedCurrency0;
} |
57886127-2132-4f8c-824f-7a2ece8f9896 | public crmondemand.xml.customobject3.query.QueryType getCustomPickList94() {
return this.customPickList94;
} |
8782c6ad-ca47-4fe6-bd59-d6fa584dae82 | public crmondemand.xml.contact.query.QueryType getCustomText59() {
return this.customText59;
} |
42797c03-5fbc-4033-b2ab-856cdc2f1a87 | public void setCustomObject12Name(crmondemand.xml.customobject6.query.QueryType customObject12Name) {
this.customObject12Name = customObject12Name;
} |
3acd679a-738a-4d8b-9159-0dea575e48cd | public void setCustomText43(crmondemand.xml.contact.query.QueryType customText43) {
this.customText43 = customText43;
} |
cc5f9ecb-3602-4067-94ee-d4badf54f278 | public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeMessage(1, buyItem_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output... |
96ee8112-cbd9-47e3-947f-ce701ea643a6 | public void setAccreditationNum(java.lang.String accreditationNum) {
this.accreditationNum = accreditationNum;
} |
49b3709c-8600-4870-90ef-b5ef4c20674d | public void setCustomNumber19(crmondemand.xml.contact.query.QueryType customNumber19) {
this.customNumber19 = customNumber19;
} |
53286462-f66d-4ca0-9c75-f92805a9300c | public void setCustomDate8(java.util.Calendar customDate8) {
this.customDate8 = customDate8;
} |
15cc387c-a832-40e6-af09-d3edcae3751f | public void setCustomNumber43(java.math.BigDecimal customNumber43) {
this.customNumber43 = customNumber43;
} |
817d848e-4789-4ed2-9228-a57009969689 | public java.math.BigDecimal getCustomCurrency11() {
return this.customCurrency11;
} |
66e4e8de-498d-405c-b1b2-e517e990de67 | public crmondemand.xml.customobject6.query.QueryType getCustomPhone2() {
return this.customPhone2;
} |
4959597f-2c8e-4305-9bf8-afb191d26f73 | public void run() {
int i = Integer.valueOf(textarea2.getText()).intValue() - 1;
textarea2.setText(String.valueOf(i));
if (i == 0)
{
JOptionPane.showMessageDialog(centerPanel, "ʱ䵽");
timer.cancel();
timer = null;
showResult();
r... |
d0c0de4b-f680-44d1-844f-58727aabf3f1 | @Override
public List<Move> getMoves(ChessBoard board) {
LinkedList<Move> p = new LinkedList<Move>();
crossMove(board, p, -1, -1);
crossMove(board, p, -1, 1);
crossMove(board, p, 1, -1);
crossMove(board, p, 1, 1);
return p;
} |
def44f4f-f3e3-480d-9959-696e87851c7c | opcode cb_91 = new opcode() { public void handler(){ Z80.BC.SetL(RES(2,Z80.BC.L)); }} |
447ba932-e237-4860-b540-c0462dc2fb71 | public static void main(String[] args) {
Model model = new Model(); // create model for operations
Control controller = new Control(model); //create controller for passes
CanvasView view = new CanvasView(model,controller); // create view for GUI
view.set... |
43825a0c-8239-4c7a-abfe-caf9f23854fa | final public void waveform_element() throws ParseException {
if (jj_2_18(2147483647)) {
jj_consume_token(NULL);
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case AFTER:
jj_consume_token(AFTER);
expression();
break;
default:
jj_la1[79] = jj_gen;
;
}
... |
40c1f911-7ab7-4aa8-ba8d-e65fbde864c7 | public java.lang.String getHeldAwayInstitutionLocation() {
return this.heldAwayInstitutionLocation;
} |
d6ba7521-6fe6-4b52-8644-fc25402ba29a | public crmondemand.xml.contact.query.QueryType getCustomText89() {
return this.customText89;
} |
ea480b04-1778-4e01-8148-0a2aa0b26b62 | public Builder clearId() {
bitField0_ = (bitField0_ & ~0x00000001);
id_ = 0;
onChanged();
return this;
} |
d2ec0159-ed15-4fde-b236-1b343de5668d | public void setCustomPickList15(crmondemand.xml.customobject3.query.QueryType customPickList15) {
this.customPickList15 = customPickList15;
} |
13cdb60e-f890-41f2-850a-fc09a7740ab5 | @NotNull
@Override
public String toString() {
return "<Lambda:" + start + ":" + args + ":" + body + ">";
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.