id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
d95ff7ac-2672-49bc-8fab-fc9b0faf61ce | private boolean jj_3R_448() {
if (jj_scan_token(ARRAY)) return true;
if (jj_3R_191()) return true;
if (jj_scan_token(OF)) return true;
if (jj_3R_312()) return true;
return false;
} |
93f090c1-5c02-421c-acba-cabd5a21cca8 | public java.lang.String getCustomPhone1() {
return this.customPhone1;
} |
41ed3ccd-b88b-45c2-aa86-3ec43b115977 | @Override
public void addSokgraph(Sokgraph s) throws SQLException {
// TODO Auto-generated method stub
String path = s.toStringPath();
String keyboardID = s.getKeyboardID();
int userID = this.getUserID(s.getUsername());
int wordID = this.getWordID(s.getWord());
String sp = s.getStartPointX() + "," + s.getStartPointY();
String ep = s.getEndPointX() + "," + s.getEndPointY();
String query = "INSERT INTO sokgraph (userid,keyboardid,wordid,graph,startpoint,endpoint) VALUES(%d,'%s',%d,path('%s'),point(%s),point(%s));";
query = String.format(query,userID,keyboardID,wordID,path,sp,ep);
this.dbConnection.execute(query);
} |
ef58d06b-3143-4db1-b079-f317f9eda07b | public void setCustomText81(java.lang.String customText81) {
this.customText81 = customText81;
} |
9f3aa917-f812-4211-b36a-5dd834895f1a | public void setCustomPickList77(java.lang.String customPickList77) {
this.customPickList77 = customPickList77;
} |
e893d6b4-c3e5-4756-9a23-8fee0cf3efdc | public JLabel getLbError() {
return lbError;
} |
75d8b73a-dbdb-423d-9a73-7d53ca3fde37 | public java.lang.String getCustomPickList75() {
return this.customPickList75;
} |
8946a730-9f5a-49f9-9557-38fbd2b71c05 | public SobelGenerator(){
super();
} |
a1a962f9-71cd-4995-83cb-2847856c26ca | @Override
public void componentHidden(ComponentEvent arg0) {
// TODO Auto-generated method stub
} |
e49249d2-c746-4557-b785-85bcc8e2b20b | private void setAnswers(Statement stmt) throws SQLException {
ResultSet rs = stmt.executeQuery("select * from " + answersTable + " where question_id = '" + questionID + "'");
while(rs.next()) {
answers.add(rs.getString("answer"));
}
} |
b94bb8cc-38cd-439c-978f-98a3292ad8f8 | */
public static Pointer<PyObject > PyCodec_ReplaceErrors(Pointer<PyObject > exc) {
return Pointer.pointerToAddress(PyCodec_ReplaceErrors(Pointer.getPeer(exc)), PyObject.class);
} |
59ba1695-4397-459a-9d47-592c202905ce | public void setCarrierChannelAccountManagerAlias(crmondemand.xml.customobject6.query.QueryType carrierChannelAccountManagerAlias) {
this.carrierChannelAccountManagerAlias = carrierChannelAccountManagerAlias;
} |
b1a381e5-d4ce-4887-a121-51331633d7bd | public java.lang.Boolean getCustomBoolean30() {
return this.customBoolean30;
} |
0216ba88-1376-4fa6-9beb-b8c0d9274d4c | public void setContactFirstName(java.lang.String contactFirstName) {
this.contactFirstName = contactFirstName;
} |
668eaf25-3261-4601-8a0e-9b7c8885a30a | public Mine(int x, int y) {
this.x = x;
this.y = y;
} |
73dbceee-eef8-40a3-9c57-b71d9352ad7e | public java.lang.String getIndexedPick4() {
return this.indexedPick4;
} |
581ef066-8e3c-407e-87ca-055902a5c2b9 | public void setZCustomPhone13(crmondemand.xml.customobject6.query.QueryType zCustomPhone13) {
this.zCustomPhone13 = zCustomPhone13;
} |
b8724b41-3ccf-46a0-ab1a-1a511adbb763 | public void setCustomText55(java.lang.String customText55) {
this.customText55 = customText55;
} |
929aab2c-507c-4d66-9886-8413b84a6c5a | public crmondemand.xml.customobject6.query.QueryType getCustomPickList99() {
return this.customPickList99;
} |
a3a38eda-2a25-488a-a081-019d90dcba81 | public void setCustomText13(java.lang.String customText13) {
this.customText13 = customText13;
} |
328560ed-0a76-4635-8fda-c13ea591eeb0 | public void setSuccessor(PlanetHandler successor) {
this.successor = successor ;
} |
030ac0b4-44a9-479a-a91d-1174a8aec87d | public crmondemand.xml.contact.query.QueryType getCustomText65() {
return this.customText65;
} |
b5263b43-2cee-45b3-a2ae-e02387babc2a | @Override
public boolean isEngaged() {
return this.engaged;
} |
bdc08ef3-2573-448b-b1a8-12af71e92ce9 | public void setCustomMultiSelectPickList7(java.lang.String customMultiSelectPickList7) {
this.customMultiSelectPickList7 = customMultiSelectPickList7;
} |
6973a721-6a91-43cc-a393-38866a18b4a5 | public void setOriginatingPartnerMainPhone(java.lang.String originatingPartnerMainPhone) {
this.originatingPartnerMainPhone = originatingPartnerMainPhone;
} |
3c60dd89-194f-4661-8f33-86006814cf21 | public crmondemand.xml.contact.query.QueryType getCustomPickList77() {
return this.customPickList77;
} |
37ec91f3-0cb1-43de-9e6e-b21d7e728d35 | public void setCustomBoolean8(java.lang.Boolean customBoolean8) {
this.customBoolean8 = customBoolean8;
} |
83e3faed-36e6-4a7a-a7c2-6d705271b2e8 | public void test_minus_adjuster_null() {
this.TEST_2007_07_15_12_30_40_987654321.minus((MinusAdjuster) null);
}
// -----------------------------------------------------------------------
// minus(Period)
// -----------------------------------------------------------------------
@Test(groups = { "tck" } |
e3aa13b0-1010-4106-a9d5-077e6f99e19d | public void setCustomInteger13(java.lang.Integer customInteger13) {
this.customInteger13 = customInteger13;
} |
0dfc4b02-ad9e-4ea3-a5ab-796897aa9b7a | public abstract void attack(String aniCommand); |
e3dea770-ace2-481c-aef1-25fc1ec7aea6 | public synchronized static boolean isContains(String url)
{
return visitedUrlQueue.contains(url);
} |
8cd86570-0167-447c-864a-2fd13baf7f43 | public void setMedEdStatus(java.lang.String medEdStatus) {
this.medEdStatus = medEdStatus;
} |
266cb07f-0e4c-4390-9bb0-51046ec4ab7c | public static Cons newCons() {
{ Cons self = null;
self = new Cons();
self.rest = Stella.NIL;
self.value = null;
return (self);
}
} |
0d7aec48-bc47-4303-9719-9bf02e26c943 | public java.lang.Boolean getCustomBoolean22() {
return this.customBoolean22;
} |
1c56af6f-b1f8-4c37-bcbb-fa90645e9ffb | public java.util.Calendar getCustomDate4() {
return this.customDate4;
} |
0457bc8f-19a7-489d-b91e-f2edb434ee41 | public void setCustomCurrency15(crmondemand.xml.customobject6.query.QueryType customCurrency15) {
this.customCurrency15 = customCurrency15;
} |
9ba17267-b833-4789-b056-42f395fc9bc7 | public void setCustomText66(crmondemand.xml.customobject3.query.QueryType customText66) {
this.customText66 = customText66;
} |
6a0e4bd8-991c-47d6-bc32-8f894872536e | public void setCustomPickList49(crmondemand.xml.customobject3.query.QueryType customPickList49) {
this.customPickList49 = customPickList49;
} |
7efcb389-96bb-44a0-b538-30b87250082e | public void setCustomText59(crmondemand.xml.contact.query.QueryType customText59) {
this.customText59 = customText59;
} |
f4ade745-1a35-44e5-a897-6ac443459eb2 | public java.lang.String getCustomText84() {
return this.customText84;
} |
94037c95-b663-4a14-9860-e5ca94bc97ad | public void setCustomPickList16(crmondemand.xml.customobject6.query.QueryType customPickList16) {
this.customPickList16 = customPickList16;
} |
bc9a83d6-9587-4d13-9146-198feb547b27 | public void setCustomPickList44(crmondemand.xml.customobject3.query.QueryType customPickList44) {
this.customPickList44 = customPickList44;
} |
06e5d2b0-a714-406b-9b47-486db45a4399 | protected void paintComponent(Graphics g) {
if (day == select.get(Calendar.DAY_OF_MONTH)
&& month == select.get(Calendar.MONTH)) {
// ǰѡ,ʾ
g.setColor(new Color(160, 185, 215));
g.fillRect(0, 0, getWidth(), getHeight());
}
if (year == now.get(Calendar.YEAR)
&& month == now.get(Calendar.MONTH)
&& day == now.get(Calendar.DAY_OF_MONTH)) {
// ں͵ǰһ,ú
Graphics2D gd = (Graphics2D) g;
gd.setColor(Color.RED);
Polygon p = new Polygon();
p.addPoint(0, 0);
p.addPoint(getWidth() - 1, 0);
p.addPoint(getWidth() - 1, getHeight() - 1);
p.addPoint(0, getHeight() - 1);
gd.drawPolygon(p);
}
if (isSelected) {// ѡ˾ͻһ߿
Stroke s = new BasicStroke(1.0f, BasicStroke.CAP_SQUARE,
BasicStroke.JOIN_BEVEL, 1.0f,
new float[] { 2.0f, 2.0f }, 1.0f);
Graphics2D gd = (Graphics2D) g;
gd.setStroke(s);
gd.setColor(Color.BLACK);
Polygon p = new Polygon();
p.addPoint(0, 0);
p.addPoint(getWidth() - 1, 0);
p.addPoint(getWidth() - 1, getHeight() - 1);
p.addPoint(0, getHeight() - 1);
gd.drawPolygon(p);
}
super.paintComponent(g);
} |
0de8e02d-e3bb-4eb8-bf9b-00353f4d7863 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber25() {
return this.customNumber25;
} |
331883bb-45bb-403a-b3f6-574c33e2e005 | public crmondemand.xml.contact.query.QueryType getCustomText11() {
return this.customText11;
} |
37bf66be-8435-4a42-99c6-a6f3e20ed000 | public crmondemand.xml.contact.query.QueryType getCustomText89() {
return this.customText89;
} |
b16cccea-1127-41e2-b6b6-d14e6ec79fd5 | public void setCustomPhone2(crmondemand.xml.contact.query.QueryType customPhone2) {
this.customPhone2 = customPhone2;
} |
c8df141b-cd0f-4fae-9fb5-bbd9f0852c60 | public org.bwapi.proxy.messages.GameMessages.UnitType getTrainingQueue(int index) {
return trainingQueue_.get(index);
} |
3f7c03db-20e8-40f7-8d3c-fc038f2537c9 | public void setCustomPickList82(crmondemand.xml.contact.query.QueryType customPickList82) {
this.customPickList82 = customPickList82;
} |
f6df478f-26fb-4a54-9cae-8c1f4c510a52 | public void setCustomPickList59(java.lang.String customPickList59) {
this.customPickList59 = customPickList59;
} |
fc008519-8a0a-4546-b237-bdec8eddad85 | public crmondemand.xml.customobject3.query.QueryType getCustomDate10() {
return this.customDate10;
} |
d96f9720-615a-494b-94c0-e1a3cb4eda38 | public void setCustomInteger19(java.lang.Integer customInteger19) {
this.customInteger19 = customInteger19;
} |
a38b2b31-9244-489b-86fc-abd60dbc8290 | public crmondemand.xml.contact.query.QueryType getPeriodStartDate() {
return this.periodStartDate;
} |
6682f60c-7b94-40cb-9aba-80f861647026 | public void setOwnerUserSignInId(crmondemand.xml.customobject3.query.QueryType ownerUserSignInId) {
this.ownerUserSignInId = ownerUserSignInId;
} |
b6d6b6c4-da78-440b-a90f-96a3054a86de | public void setCustomPhone0(java.lang.String customPhone0) {
this.customPhone0 = customPhone0;
} |
b3b0acc6-c7e3-47f5-a1f0-2a0d69d3fc32 | public void setCustomObject15ExternalSystemId(java.lang.String customObject15ExternalSystemId) {
this.customObject15ExternalSystemId = customObject15ExternalSystemId;
} |
cf512022-6052-4ebc-adee-fe56925ba1aa | public java.math.BigDecimal getCustomNumber3() {
return this.customNumber3;
} |
e128602b-4be2-4e01-9d96-482103c910d9 | public void setCustomText9(crmondemand.xml.customobject6.query.QueryType customText9) {
this.customText9 = customText9;
} |
1f20f6eb-2585-42f5-b153-602260e394cd | public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
return getDescriptor().getValues().get(index);
} |
11c863ef-d60b-45a0-adc0-824933bcaaa1 | public void setZCustomPhone8(crmondemand.xml.customobject6.query.QueryType zCustomPhone8) {
this.zCustomPhone8 = zCustomPhone8;
} |
9bdd3e79-735f-4dc2-9df5-b9f8aa22d35b | public crmondemand.xml.customobject3.query.QueryType getCustomPickList46() {
return this.customPickList46;
} |
ce7cc1cd-f898-4998-942c-eb69caf7905a | public static Stella_Object walkCollectionTree(Stella_Object tree, boolean dontoptimizeP, Object [] MV_returnarray) {
if (Stella_Object.safePrimaryType(tree) == Stella.SGT_STELLA_CONS) {
{ Cons tree000 = ((Cons)(tree));
if ((!dontoptimizeP) &&
((tree000.value == Stella.SYM_STELLA_INTERVAL) &&
(tree000.length() == 3))) {
{ Stella_Object _return_temp = tree000;
MV_returnarray[0] = Stella.SGT_STELLA_INTEGER_INTERVAL;
return (_return_temp);
}
}
}
}
else {
}
{ Stella_Object otree = null;
StandardObject otype = null;
{ Object [] caller_MV_returnarray = new Object[1];
otree = Stella_Object.walkExpressionTree(tree, Stella.SGT_STELLA_UNKNOWN, Stella.SYM_STELLA_FOREACH, false, caller_MV_returnarray);
otype = ((StandardObject)(caller_MV_returnarray[0]));
}
return (Stella_Object.sysTree(otree, otype, MV_returnarray));
}
} |
0ad2cc14-44e0-40be-8009-ebefe8a45e58 | public void setCustomText88(java.lang.String customText88) {
this.customText88 = customText88;
} |
05932fc8-5e12-4816-a744-44f494efa465 | public int getID() {
return this.id;
} |
941be069-f64c-42c6-9133-e9a1c028ab98 | public void WR_ZPY(int tmp)
{
EA_ZPY();
WRMEM(m6502.ea.D,tmp);
} |
144b4b4e-03b3-416e-a2a5-2d87fe4b0929 | public java.lang.String getCustomObject13IntegrationId() {
return this.customObject13IntegrationId;
} |
41f290fc-8cfd-46b8-a94c-5f4eb75c441d | public java.lang.String getCustomObject10Type() {
return this.customObject10Type;
} |
7f7d0398-92f0-4daf-ba50-9377bb2e111a | public void setCustomPickList14(crmondemand.xml.contact.query.QueryType customPickList14) {
this.customPickList14 = customPickList14;
} |
6b23b1a6-77d1-4669-886d-b84e4640cd0c | public crmondemand.xml.customobject3.query.QueryType getCustomText70() {
return this.customText70;
} |
6650c9a3-44da-4b1a-a257-295e0a4d6b0e | public void setAssessmentFilter1(java.lang.String assessmentFilter1) {
this.assessmentFilter1 = assessmentFilter1;
} |
d2072048-fb8a-4a43-acf3-23ed0604e625 | public void setCustomBoolean2(crmondemand.xml.customobject6.query.QueryType customBoolean2) {
this.customBoolean2 = customBoolean2;
} |
e47c127a-1fda-46fa-8e09-c36374e688f2 | public crmondemand.xml.customobject3.query.QueryType getCustomObject9Id() {
return this.customObject9Id;
} |
0d131b33-32ee-49b0-ad72-d40ca201d12c | private static ImageIcon createImage(String url)
{
ImageIcon img = new ImageIcon(url);
return img;
} |
d10d85a9-9677-4cf5-9179-0e57d426e34e | public crmondemand.xml.contact.query.QueryType getCustomDate27() {
return this.customDate27;
} |
b587e9e0-9263-436d-b1af-28846b65db17 | public java.lang.String getCustomObject13Name() {
return this.customObject13Name;
} |
9b16e3c3-1f40-4a07-a604-453443b05302 | public java.lang.String getCustomText60() {
return this.customText60;
} |
f561ab16-7ed4-41fb-9e1d-7b841e2a5f47 | public crmondemand.xml.customobject3.query.QueryType getCustomText38() {
return this.customText38;
} |
69b57152-c547-46f6-b58f-369b2521d52a | public void setCustomPickList81(crmondemand.xml.customobject6.query.QueryType customPickList81) {
this.customPickList81 = customPickList81;
} |
d213b461-7d76-4d63-91a0-f191ad5bd572 | private void setIsLocal(boolean isLocal) {
this.isLocal = isLocal;
} |
99ba9928-40d6-4d43-beba-0d8556497a2c | public void setCustomCurrency7(crmondemand.xml.customobject6.query.QueryType customCurrency7) {
this.customCurrency7 = customCurrency7;
} |
9c3f733b-7ac9-494e-a849-c863c4ccc5ec | public crmondemand.xml.customobject6.query.QueryType getCustomText39() {
return this.customText39;
} |
478bfb46-7585-4d25-bd2b-a0545573cbe1 | public crmondemand.xml.contact.query.QueryType getCustomDate46() {
return this.customDate46;
} |
f314a319-ac99-4af6-8e26-450a34c5ffc8 | public java.lang.String getPolicyBillingStatus() {
return this.policyBillingStatus;
} |
30d6b27a-a708-4d1b-8457-a1ef9793094a | public void setCustomPickList11(java.lang.String customPickList11) {
this.customPickList11 = customPickList11;
} |
783dd8b9-def3-4530-aa2b-590b85063996 | public void setCreatedByIntegrationId(crmondemand.xml.opportunity.query.QueryType createdByIntegrationId) {
this.createdByIntegrationId = createdByIntegrationId;
} |
850fa3c2-c86d-4760-9b99-3d96164b7c67 | public void setAccreditationNum(java.lang.String accreditationNum) {
this.accreditationNum = accreditationNum;
} |
34c043eb-def3-4edc-a437-99986738b4e4 | public void setCustomText82(java.lang.String customText82) {
this.customText82 = customText82;
} |
c008026c-4253-4fdb-916c-cb5231299e96 | public java.lang.String getCustomText6() {
return this.customText6;
} |
2e5abbb1-3a01-4734-a5d5-0325a0e6cdd1 | public final PackageDeclarationContext packageDeclaration() throws RecognitionException {
PackageDeclarationContext _localctx = new PackageDeclarationContext(_ctx, getState());
enterRule(_localctx, 2, RULE_packageDeclaration);
int _la;
try {
enterOuterAlt(_localctx, 1);
{
setState(214);
_errHandler.sync(this);
_la = _input.LA(1);
while (_la==24) {
{
{
setState(211); annotation();
}
}
setState(216);
_errHandler.sync(this);
_la = _input.LA(1);
}
setState(217); match(54);
setState(218); qualifiedIdentifier();
setState(219); match(77);
}
}
catch (RecognitionException re) {
_localctx.exception = re;
_errHandler.reportError(this, re);
_errHandler.recover(this, re);
}
finally {
exitRule();
}
return _localctx;
} |
d5720f8f-8944-4a01-b04a-2eeb59411723 | public void setCustomText19(crmondemand.xml.opportunity.query.QueryType customText19) {
this.customText19 = customText19;
} |
9f7437b2-1154-4f9c-8005-3df8527ba787 | public java.lang.String getCustomObject8Name() {
return this.customObject8Name;
} |
704ccf4b-248e-4063-a324-2eaa33a02b95 | public void setIndexedPick3(java.lang.String indexedPick3) {
this.indexedPick3 = indexedPick3;
} |
8efe07dc-4de2-4f39-b92f-9dd902ecfbb8 | public void setPolicyModalPremium(crmondemand.xml.opportunity.query.QueryType policyModalPremium) {
this.policyModalPremium = policyModalPremium;
} |
1892edbe-4c59-4f8e-827a-bcd061d31eb5 | public void setCustomNumber47(java.math.BigDecimal customNumber47) {
this.customNumber47 = customNumber47;
} |
8ba42bb1-8f50-4562-bb3f-619de211bfc1 | @Override
public void setTileFocus(Position position) {
game.setTileFocus(position);
} |
9875fe62-0792-4b33-b42f-138c899ab63a | public GraphicsController() {
rigidBodies = new ArrayList<RigidBodyContainer>();
} |
eb15b87f-1fea-4f6b-8cb1-50aeaf84f53c | public void setCustomText52(java.lang.String customText52) {
this.customText52 = customText52;
} |
48e7f333-e5f0-4772-bdff-fa7c9e4069e0 | public void emptyRectangle(){
startFromTop();
while(beepersPresent()){
pickBeeper();
}
for(int i=0; i<2; i++){
move();
while(beepersPresent()){
pickBeeper();
}
}
returnToMiddle();
} |
01642225-3778-475d-8f05-7268365a7919 | private void jComboBox1ItemStateChanged(java.awt.event.ItemEvent evt) {//GEN-FIRST:event_jComboBox1ItemStateChanged
// TODO add your handling code here:
}//GEN-LAST:event_jComboBox1ItemStateChanged |
ba8fe89f-a8a7-4432-971e-c2409ebc12c5 | public java.util.Calendar getCustomDate2() {
return this.customDate2;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.