id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
a6d20764-ce9a-4bcc-abe2-a4c710f9c3e7
|
public crmondemand.xml.customobject6.query.QueryType getModifiedById() {
return this.modifiedById;
}
|
bf4befdb-8bcf-4214-babb-0af043d3ea22
|
public crmondemand.xml.customobject6.query.QueryType getCustomText7() {
return this.customText7;
}
|
f990f696-b7e5-4453-8cd8-ccc1e2b4f1a9
|
public java.lang.String getEmailBouncedReason() {
return EmailBouncedReason;
}
|
63d29f39-e792-4eb9-8c51-ed47482b7c2d
|
public void setProductName(crmondemand.xml.customobject6.query.QueryType productName) {
this.productName = productName;
}
|
3053105c-2234-452c-9ee2-491a34be193a
|
public void setModifiedById(java.lang.String modifiedById) {
this.modifiedById = modifiedById;
}
|
5188bc5d-4fd5-485d-9455-b705ae243412
|
public void kill() {
if (!timer.isRunning())
return;
dt = getDt();
timer.stop();
}
|
88148046-4880-4fcd-827d-146e3ad2826f
|
public void setCustomPickList45(crmondemand.xml.customobject6.query.QueryType customPickList45) {
this.customPickList45 = customPickList45;
}
|
39dcd4b9-05d6-4633-9b4d-30e9982fdc4d
|
public crmondemand.xml.customobject3.query.QueryType getCustomNumber31() {
return this.customNumber31;
}
|
9bbdb816-71e8-4456-a8b3-495a3f4cb088
|
public java.util.Calendar getCustomDate39() {
return this.customDate39;
}
|
fe48fe58-2658-4524-a479-031f87743ed4
|
public crmondemand.xml.opportunity.query.QueryType getSampleLotStatus() {
return this.sampleLotStatus;
}
|
9f066f97-8a71-49ab-8fdb-d8e5451c189a
|
public crmondemand.xml.customobject3.query.QueryType getCustomInteger24() {
return this.customInteger24;
}
|
2f4e4e69-7d79-4bda-90fc-5178664e26f8
|
public void setCustomPickList33(crmondemand.xml.customobject3.query.QueryType customPickList33) {
this.customPickList33 = customPickList33;
}
|
3e67ec51-0035-4cf5-9fe1-8821bca5cead
|
public void setCustomPickList48(crmondemand.xml.customobject3.query.QueryType customPickList48) {
this.customPickList48 = customPickList48;
}
|
64313dbb-fa92-4d30-8f5d-aef9929b89f0
|
public void setCustomObject8Name(crmondemand.xml.customobject6.query.QueryType customObject8Name) {
this.customObject8Name = customObject8Name;
}
|
81766a48-4e28-4641-aa10-199e1d89c5c1
|
public void setModId(java.lang.Integer modId) {
this.modId = modId;
}
|
0570fd81-6cf0-4083-9387-722c4bb41c79
|
public void setCustomDate32(java.util.Calendar customDate32) {
this.customDate32 = customDate32;
}
|
6866d700-0724-42fe-ba4e-ed32abfdcc4e
|
public crmondemand.xml.contact.query.QueryType getMedEdId() {
return this.medEdId;
}
|
929785f8-5e4a-4680-aa84-cac44a66213c
|
public java.lang.String getCustomObject1Type() {
return this.customObject1Type;
}
|
9934db56-1f8a-4bd9-979b-fed9d4ec96c5
|
public void setCustomNumber49(crmondemand.xml.customobject6.query.QueryType customNumber49) {
this.customNumber49 = customNumber49;
}
|
aa52602d-aede-495e-8560-36514570a5ce
|
public void setCustomText54(java.lang.String customText54) {
this.customText54 = customText54;
}
|
8250106c-c5fd-482e-b1d3-76884c601fc1
|
public crmondemand.xml.contact.query.QueryType getCustomPhone2() {
return this.customPhone2;
}
|
02f1f960-b3ba-47a9-83ef-cf6b75a57e5b
|
public void bsr()
{
int t=IMMBYTE();
PUSHWORD(m6809.pc);
m6809.pc = m6809.pc + (byte)t & 0xFFFF;
CHANGE_PC();
if(m6809log!=null) fprintf(m6809log,"M6809#%d bsr :PC:%d,PPC:%d,A:%d,B:%d,D:%d,DP:%d,U:%d,S:%d,X:%d,Y:%d,CC:%d,EA:%d\n", cpu_getactivecpu(),m6809.pc,m6809.ppc,m6809.a,m6809.b,getDreg(),m6809.dp,m6809.u,m6809.s,m6809.x,m6809.y,m6809.cc,ea);
}
|
0c594c37-4ceb-44f9-9311-eb0ba8573b6a
|
public void setCustomDate13(crmondemand.xml.customobject3.query.QueryType customDate13) {
this.customDate13 = customDate13;
}
|
909edcd2-7503-49c0-8e44-ce761e9c9af7
|
public void eora_im()
{
int t=IMMBYTE();
m6809.a ^= t;
CLR_NZV();
SET_NZ8(m6809.a);
if(m6809log!=null) fprintf(m6809log,"M6809#%d eora_im :PC:%d,PPC:%d,A:%d,B:%d,D:%d,DP:%d,U:%d,S:%d,X:%d,Y:%d,CC:%d,EA:%d\n", cpu_getactivecpu(),m6809.pc,m6809.ppc,m6809.a,m6809.b,getDreg(),m6809.dp,m6809.u,m6809.s,m6809.x,m6809.y,m6809.cc,ea);
}
|
484a10d1-5510-41ed-9921-e031358d4442
|
@Override
public void handleEvent (Event e) {
String string = e.text;
char [] chars = new char [string.length ()];
string.getChars (0, chars.length, chars, 0);
for (int i=0; i<chars.length; i++) {
if (!('0' <= chars [i] && chars [i] <= '9')) {
e.doit = false;
return;
}
}
}
|
2c23d12b-d626-45c8-bdba-3c1d09a9185f
|
public int getDivisions() {
return this.divisions;
}
|
aa50df2a-5dc1-4a71-8fbd-5f593ddcc37c
|
public void setCustomObject14ExternalSystemId(crmondemand.xml.customobject6.query.QueryType customObject14ExternalSystemId) {
this.customObject14ExternalSystemId = customObject14ExternalSystemId;
}
|
3aef9c86-4cfd-4a28-b04d-72116ff1eccc
|
public void setCustomDate23(java.util.Calendar customDate23) {
this.customDate23 = customDate23;
}
|
cccc60c2-88bf-4be6-926e-fc3073cb45b2
|
public void setPartnerName(java.lang.String partnerName) {
this.partnerName = partnerName;
}
|
0b2c7bfe-9821-417d-baf6-2bf1c4974bce
|
public crmondemand.xml.customobject3.query.QueryType getCustomInteger22() {
return this.customInteger22;
}
|
39384ac1-277e-4312-808b-616d75d385d2
|
public crmondemand.xml.customobject3.query.QueryType getCustomObject4Id() {
return this.customObject4Id;
}
|
79eab4ba-8fbb-4622-9d82-4047b5b7b217
|
public java.lang.Integer getCustomInteger3() {
return this.customInteger3;
}
|
d74ff2ed-8f50-48ee-8ac6-42248282b3a3
|
void beginMainThread(RenderableObject firstObject)
{
changeRenderableObject(firstObject);
setSize(TCode.canvasWidth, TCode.canvasHeight);
addMouseListener(TCode.input);
addMouseMotionListener(TCode.input);
addMouseWheelListener(TCode.input);
addKeyListener(TCode.input);
TCode.frame.add(this);
font = new Font(getFont().getName(), 0, 12);
this.requestFocus();
run();
}
|
5db2f968-7a8d-45c7-a4e9-9374e7c15312
|
private void highlightErrorLine(int lineIndex, JTextComponent component) {
String text = component.getText() + "\n";
int startPosition = 0;
int endPosition = 0;
for (int i = 0; i <= lineIndex; i++) {
startPosition = endPosition > 0 ? endPosition + 1 : 0;
endPosition = text.indexOf('\n', startPosition);
}
try {
DefaultHighlighter.DefaultHighlightPainter highlightPainter = new DefaultHighlighter.DefaultHighlightPainter(Color.RED);
component.getHighlighter().addHighlight(startPosition, endPosition, highlightPainter);
} catch (BadLocationException ex) {
System.out.println("Unable to highlight line with index " + lineIndex + ": " + ex.getMessage());
}
}
|
80d0c353-0d2a-4f74-aa34-c7f3e07101c9
|
public java.lang.String getCustomText15() {
return this.customText15;
}
|
411f5de4-3f62-4acc-a27d-9ffd39afce5d
|
public void test_plusMonths_int_normal() {
LocalDateTime t = this.TEST_2007_07_15_12_30_40_987654321.plusMonths(1);
check(t, 2007, 8, 15, 12, 30, 40, 987654321);
}
@Test(groups = { "tck" }
|
9586c35c-959f-4758-beef-e0a804d672cf
|
public void setCustomNumber58(java.math.BigDecimal customNumber58) {
this.customNumber58 = customNumber58;
}
|
03362096-c5ca-411e-8cc9-9037c659b9a5
|
public java.math.BigDecimal getCustomNumber3() {
return this.customNumber3;
}
|
7db6a932-f08f-4a40-88df-4e41e1e25d7a
|
protected boolean isSolidTile(int xa, int ya, int x, int y){
if(level == null){
return false;
}
Tile lastTile = level.getTile((this.x + x) >> 4,(this.y + y) >> 4);
Tile newTile = level.getTile((this.x + x + xa) >> 4,(this.y + y + ya) >> 4);
if(!lastTile.equals(newTile) && newTile.isSolid()){
return true;
}
return false;
}
|
36fb0170-26ba-4dd7-82f8-40610c715792
|
public java.lang.String getCustomObject5Type() {
return this.customObject5Type;
}
|
08fb9f75-4d62-4910-98a4-2aaaea20cf70
|
public void setCustomNumber60(crmondemand.xml.contact.query.QueryType customNumber60) {
this.customNumber60 = customNumber60;
}
|
36b07441-57fc-4a9a-b849-5bf76ba6fd63
|
private void btnHomeActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnHomeActionPerformed
// TODO add your handling code here:
this.setVisible(false);
StudentForm st = new StudentForm();
st.setVisible(true);
}//GEN-LAST:event_btnHomeActionPerformed
|
fced85bb-316f-43f2-8330-e4e24ee3e311
|
public void setCustomText48(crmondemand.xml.contact.query.QueryType customText48) {
this.customText48 = customText48;
}
|
8b778783-075e-45df-8c81-eed820b9a8b9
|
public String getName() {
return name;
}
|
976f6aed-6a29-49e1-af92-a88903ce0303
|
public crmondemand.xml.opportunity.query.QueryType getCustomNumber41() {
return this.customNumber41;
}
|
71fc0cfc-5976-4265-aa2b-1517383a5f2d
|
public crmondemand.xml.contact.query.QueryType getCustomInteger6() {
return this.customInteger6;
}
|
45146115-8985-44c3-90f7-9cc1a315807c
|
public void run() {
new FrmSplash().setVisible(true);
}
|
4fa245ac-3e4c-4e1d-b7b9-71035dcc8e2b
|
public void setCustomPhone16(java.lang.String customPhone16) {
this.customPhone16 = customPhone16;
}
|
d8b9ee3c-832a-4759-96d6-26b70586bd9d
|
public java.lang.String getCustomPhone14() {
return this.customPhone14;
}
|
b46ef1b5-042b-4c39-98cc-6dafaa4b38ff
|
public java.lang.String getMDFRequestId() {
return this.mDFRequestId;
}
|
893bf48b-f1b7-477a-8450-0ed84f82cddb
|
public crmondemand.xml.contact.query.QueryType getCustomPickList39() {
return this.customPickList39;
}
|
7c52a8b1-1744-4adb-a9f6-9e211b6c6bfa
|
public crmondemand.xml.customobject3.query.QueryType getCustomNumber57() {
return this.customNumber57;
}
|
29ac825c-257a-45c5-bda1-b1d5647fba17
|
public String toString() {
return username + " lives at " + address;
}
|
a449adbb-f642-4812-8ec2-d231b6177e08
|
public void setCreatedByLastName(crmondemand.xml.customobject6.query.QueryType createdByLastName) {
this.createdByLastName = createdByLastName;
}
|
ff0245b3-1e22-42e1-9fba-25538f5969ed
|
public void mouseExited(MouseEvent me) {
done.setCursor(new Cursor(Cursor.DEFAULT_CURSOR));
done.setForeground(Color.BLACK);
}
|
e91172bf-4940-451c-9578-46a794c02929
|
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (getClass() != obj.getClass())
return false;
Subject other = (Subject) obj;
if (subjectName == null) {
if (other.subjectName != null)
return false;
} else if (!subjectName.equals(other.subjectName))
return false;
return true;
}
|
b6f85603-e25c-4a0d-8bcc-219cf3a2fb11
|
public void setCustomObject6Type(java.lang.String customObject6Type) {
this.customObject6Type = customObject6Type;
}
|
708149fd-1790-47e6-8a71-325b907e6482
|
public void setCustomObject1Id(crmondemand.xml.customobject6.query.QueryType customObject1Id) {
this.customObject1Id = customObject1Id;
}
|
1e26dc77-3181-455a-a7b1-fada729b1968
|
public crmondemand.xml.customobject3.query.QueryType getLeadType() {
return this.leadType;
}
|
c1404e4b-2dd8-43f7-ac0a-c1c67f4d35f1
|
public void deRelateUsers(int uid1, int uid2){
try {
rStat.acquire();
HashMap<Integer, String> rels = userRelations[memberIdxs.get(uid1)];
if(rels.containsKey(uid2)){
rels.remove(uid2);
}
userRelations[memberIdxs.get(uid1)] = rels;
rels = userRelations[memberIdxs.get(uid2)];
if(rels.containsKey(uid1)){
rels.remove(uid1);
}
userRelations[memberIdxs.get(uid2)] = rels;
rStat.release();
} catch (Exception e) {
System.out.println("Error in Rels");
e.printStackTrace(System.out);
System.exit(-1);
}
}
|
01fc09fa-57aa-49a1-8750-437858ff38d9
|
public void showMessage (String msg, String type) {
this.msg=msg;
this.msgType=type;
msgCtr=0;
//if (type<LogWindow.TYPE_MSG) debugBean.addLog(msg);
LogWindow.log(msg, type);
}
|
e7c02be7-6b3e-481c-ac78-759b1ea3f346
|
public void setCustomNumber35(java.math.BigDecimal customNumber35) {
this.customNumber35 = customNumber35;
}
|
58bf1e63-1894-4daf-a8e0-f0fdaa3e685e
|
public void setCustomText72(crmondemand.xml.contact.query.QueryType customText72) {
this.customText72 = customText72;
}
|
cc5be048-4ff9-42c5-a05f-930f0231a054
|
public void setDealRegistrationId(crmondemand.xml.opportunity.query.QueryType dealRegistrationId) {
this.dealRegistrationId = dealRegistrationId;
}
|
d3510d30-5a67-4891-89a8-5700344adef6
|
public void setCustomObject2Name(java.lang.String customObject2Name) {
this.customObject2Name = customObject2Name;
}
|
1ee572cf-22b2-4842-8288-2c474ca48e1a
|
public java.lang.String getCustomPickList49() {
return this.customPickList49;
}
|
036a7e90-5ac0-4dc8-8a18-e82ff8f3bfa0
|
public java.lang.Integer getCustomInteger27() {
return this.customInteger27;
}
|
4531ca16-c07b-44a0-9cfc-a3a61dd4e77e
|
@NotNull
@Override
public String toString() {
return "<While:" + test + ":" + body + ":" + orelse + ":" + start + ">";
}
|
4d055aca-702a-4258-bad9-6e1bde476bfb
|
public void setCustomInteger7(java.lang.Integer customInteger7) {
this.customInteger7 = customInteger7;
}
|
cc965df7-2f9f-4fb0-9ddf-1f048c1747e3
|
public java.lang.String getPolicyBillingStatus() {
return this.policyBillingStatus;
}
|
c1990df9-850f-4dd1-a543-1ccd16dd9f7a
|
public java.util.Calendar getCustomDate36() {
return this.customDate36;
}
|
2514067d-4286-4dc6-8a4e-423da04ccc11
|
public java.lang.String getContactIntegrationId() {
return this.contactIntegrationId;
}
|
9382580f-70bd-452f-b2e9-01dd46b56d00
|
public static void main(String args[]) {
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new VIngresar_Material().setVisible(true);
}
});
}
|
cb154cea-7670-4a0d-b298-0b4e101b7c94
|
public void setCustomPickList60(crmondemand.xml.customobject6.query.QueryType customPickList60) {
this.customPickList60 = customPickList60;
}
|
8f3ed580-9be6-42db-b4aa-00eaf3109a6a
|
public java.util.Calendar getCustomDate39() {
return this.customDate39;
}
|
45ca213c-5aa1-4aaa-9272-68e599a604e9
|
public crmondemand.xml.contact.query.QueryType getCustomText3() {
return this.customText3;
}
|
c5374e83-1285-4e59-9304-bbba0d81cf27
|
public void setTree(BinaryTree tree) {
this.tree = tree;
}
|
5de4c2ff-114c-4a5c-a0c4-ba48e79c9686
|
public crmondemand.xml.contact.query.QueryType getCustomDate19() {
return this.customDate19;
}
|
9334a691-62c7-401c-bd8f-52123e65917f
|
public void setCustomPickList25(java.lang.String customPickList25) {
this.customPickList25 = customPickList25;
}
|
a94c3f14-d05e-4e74-b359-e4cf47098a3c
|
public void setCustomNumber40(crmondemand.xml.customobject3.query.QueryType customNumber40) {
this.customNumber40 = customNumber40;
}
|
54e5a089-8d1f-434e-8346-1dba8e546090
|
public void setCustomPickList44(java.lang.String customPickList44) {
this.customPickList44 = customPickList44;
}
|
834e0817-f462-4ca3-a2c9-13c474b8c73d
|
public crmondemand.xml.customobject6.query.QueryType getParentSampleNameStatus() {
return this.parentSampleNameStatus;
}
|
c5d357b7-feab-4e09-b4d8-3ee68f2f895a
|
public void setCustomDate46(crmondemand.xml.customobject3.query.QueryType customDate46) {
this.customDate46 = customDate46;
}
|
0bd1fe29-4d05-42c7-9263-f5a5d40edfbe
|
public void keyReleased(KeyEvent e) {
}
|
6f7050d6-6de5-491a-b23d-80b7e9ccd82b
|
public void setOrderId(crmondemand.xml.opportunity.query.QueryType orderId) {
this.orderId = orderId;
}
|
8205f9d1-7e38-447e-9d6e-0c14a34ba38b
|
public void setPartnerIntegrationId(crmondemand.xml.contact.query.QueryType partnerIntegrationId) {
this.partnerIntegrationId = partnerIntegrationId;
}
|
a0faa209-8370-49ff-bc47-745ca1de023e
|
public void setPortfolioExternalSystemId(crmondemand.xml.customobject3.query.QueryType portfolioExternalSystemId) {
this.portfolioExternalSystemId = portfolioExternalSystemId;
}
|
710ca95e-e363-4e18-9c01-0b57af12a008
|
public crmondemand.xml.contact.query.QueryType getCreatedByUserSignInId() {
return this.createdByUserSignInId;
}
|
9cf23838-4fae-4f24-860c-941ac1babacc
|
private void noteTopLevelComments() {
topLevelComments = getComments(topLevelComments);
}
|
26e5bdb1-4991-41f3-9fb2-441981932439
|
public void setCustomText58(crmondemand.xml.contact.query.QueryType customText58) {
this.customText58 = customText58;
}
|
eda8d42e-6832-4246-a571-d8cd7618f290
|
public void setCustomDate32(crmondemand.xml.opportunity.query.QueryType customDate32) {
this.customDate32 = customDate32;
}
|
de7968b0-67ba-4d2c-b597-a73935736bfd
|
public void setCustomText56(java.lang.String customText56) {
this.customText56 = customText56;
}
|
c96d183a-bf6e-4329-8126-cf9a5353d15d
|
public crmondemand.xml.contact.query.QueryType getCustomPickList83() {
return this.customPickList83;
}
|
8033e296-a0d8-4bf3-b63b-1ef379796024
|
public String getName(){
return name;
}
|
b622ede4-702c-4bd3-91a5-0a3c45ae6700
|
public void setServiceRequestType(java.lang.String serviceRequestType) {
this.serviceRequestType = serviceRequestType;
}
|
935da4ef-8599-4de3-8763-5d579c277846
|
public void setCustomObject7IntegrationId(java.lang.String customObject7IntegrationId) {
this.customObject7IntegrationId = customObject7IntegrationId;
}
|
f39fcc83-1b4b-41f9-a2ad-73c99416ef57
|
public java.lang.String getCustomText26() {
return this.customText26;
}
|
bd699d74-b23f-4428-9efe-7de963f9c563
|
final void method3771(byte i, Class258 class258) {
try {
anInt7673++;
if (i > -74)
A(38, null, 4, -3);
Class258 class258_156_ = aClass258Array7828[anInt7876];
if (class258_156_ != class258) {
if (class258 == null)
OpenGL.glDisable(((Class258) class258_156_).anInt4849);
else {
if (class258_156_ != null) {
if ((((Class258) class258).anInt4849 ^ 0xffffffff)
!= (((Class258) class258_156_).anInt4849
^ 0xffffffff)) {
OpenGL.glDisable(((Class258) class258_156_)
.anInt4849);
OpenGL.glEnable(((Class258) class258).anInt4849);
}
} else
OpenGL.glEnable(((Class258) class258).anInt4849);
OpenGL.glBindTexture(((Class258) class258).anInt4849,
class258.method1953(41));
}
aClass258Array7828[anInt7876] = class258;
}
anInt7765 &= ~0x1;
} catch (RuntimeException runtimeexception) {
throw Class348_Sub17.method2929(runtimeexception,
("qo.VA(" + i + ','
+ (class258 != null ? "{...}"
: "null")
+ ')'));
}
}
|
1e11a32b-ecb1-4bce-9c96-af1229b0a85f
|
public crmondemand.xml.opportunity.query.QueryType getBrokerProfileBrokerProfileName() {
return this.brokerProfileBrokerProfileName;
}
|
7a4b09c1-8f46-44be-90eb-f4bc06a6e387
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButtonActionPerformed(evt);
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.