id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
540a9cfc-2860-488e-a921-329bfc4e20f1 | public void setCustomPickList62(crmondemand.xml.customobject6.query.QueryType customPickList62) {
this.customPickList62 = customPickList62;
} |
ad20b95b-c5e0-4e4c-9fb6-0cb75073c216 | public crmondemand.xml.contact.query.QueryType getCustomInteger9() {
return this.customInteger9;
} |
9f2f325e-db90-4d6c-89a9-68f9f103d258 | @Override
public void mouseMoved(MouseEvent e) {//keeps track of mouse moving
if(timer.isRunning())
timer.restart();//restart timer if timer is running
else
timer.start();//starts timer if timer is not running
} |
7b8c6b36-4ada-4b76-8b3f-f01b554166d6 | public crmondemand.xml.contact.query.QueryType getCustomText46() {
return this.customText46;
} |
c2f59764-7dee-469c-b97f-6cd0a920b13c | public java.lang.String getCustomPickList79() {
return this.customPickList79;
} |
e160ecf5-028e-40ef-97e4-409e230c277b | @Override
public void update() {
fireTimedEvents();
do {
List<Event> events = this.currentEvents;
swapEventList();
for (Event event : events) {
fireEvent(event);
event.release();
}
events.clear();
} while (this.fastEventDispatch && !this.currentEvents.isEmpty());
} |
5d7b9bba-46d9-46e8-8ccb-3ec4cfa5266d | public crmondemand.xml.contact.query.QueryType getCustomDate19() {
return this.customDate19;
} |
d3ae9871-660a-433f-91ba-9a7a98aa4e75 | public void setCustomNumber20(java.math.BigDecimal customNumber20) {
this.customNumber20 = customNumber20;
} |
1af542d4-91d2-4319-bf5f-70b4d2ba0cc5 | public static byte[] pvpBlocked(int type) {
MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.write(type);
return mplew.getPacket();
} |
75cb913a-ec47-4914-8fae-5e86a0afb469 | public crmondemand.xml.opportunity.query.QueryType getCustomBoolean12() {
return this.customBoolean12;
} |
63fba87e-2bb2-425f-84ba-e1f5a9d2fec1 | public void setCustomPickList16(java.lang.String customPickList16) {
this.customPickList16 = customPickList16;
} |
8c4739a0-b493-419c-94b9-5f84a33ba396 | public void setCustomObject4ExternalSystemId(java.lang.String customObject4ExternalSystemId) {
this.customObject4ExternalSystemId = customObject4ExternalSystemId;
} |
cdc7f3fb-a6f5-4408-be06-42e520347cb2 | public crmondemand.xml.customobject6.query.QueryType getZCustomInteger27() {
return this.zCustomInteger27;
} |
1f2865b7-ffcd-4a9d-8b04-5ac9fcadb3ef | * @param natives The <code>IndianSettlement</code> under attack.
* @param random A pseudo-random number source.
* @param cs A <code>ChangeSet</code> to update.
*/
private void csCaptureConvert(Unit attacker, IndianSettlement natives,
Random random, ChangeSet cs) {
ServerPlayer attackerPlayer = (ServerPlayer) attacker.getOwner();
StringTemplate convertNation = natives.getOwner().getNationName();
List<UnitType> converts = getGame().getSpecification()
.getUnitTypesWithAbility("model.ability.convert");
UnitType type = Utils.getRandomMember(logger, "Choose convert",
converts, random);
Unit convert = natives.getUnitList().get(0);
convert.clearEquipment();
cs.addMessage(See.only(attackerPlayer),
new ModelMessage(ModelMessage.MessageType.COMBAT_RESULT,
"model.unit.newConvertFromAttack",
convert)
.addStringTemplate("%nation%", convertNation)
.addStringTemplate("%unit%", convert.getLabel()));
convert.setOwner(attacker.getOwner());
// do not change nationality: convert was forcibly captured and wants to run away
convert.setType(type);
convert.setLocation(attacker.getTile());
} |
16c36021-27d0-4f23-bfa1-de74cf2f7c72 | public void handler() {
if (m68klog != null) {
fclose(m68klog);
}
throw new UnsupportedOperationException("Unimplemented");
} |
615315fe-7be2-456b-bfd2-2b1b559bab57 | public void setCustomNumber44(java.math.BigDecimal customNumber44) {
this.customNumber44 = customNumber44;
} |
c4b4ac5c-0d66-4c3b-8f80-cb33be63e1a4 | public void setCustomDate27(java.util.Calendar customDate27) {
this.customDate27 = customDate27;
} |
3677da9a-2bc1-48a7-9a8e-5312fea69267 | public void setCustomObject10ExternalSystemId(java.lang.String customObject10ExternalSystemId) {
this.customObject10ExternalSystemId = customObject10ExternalSystemId;
} |
a1e0b489-f2ed-45bc-89b8-60c8d1b8813f | public java.util.Calendar getCustomDate46() {
return this.customDate46;
} |
934d924f-b402-4e1c-a1cc-c5a16cecd4f4 | public void test_withDayOfMonth_invalid31() {
LocalDateTime.of(2007, 6, 2, 11, 30).atZone(ZONE_PARIS).withDayOfMonth(31);
}
// -----------------------------------------------------------------------
// withDayOfYear()
// -----------------------------------------------------------------------
@Test(groups = { "tck" } |
bb763160-d02b-4112-9192-17a122d49cab | public void setCustomDate26(java.util.Calendar customDate26) {
this.customDate26 = customDate26;
} |
56418a93-877d-49cd-945f-375d7573502f | public void setIpaPanel(JPanel ipaPanel) {
this.ipaPanel = ipaPanel;
} |
a14f562b-e5d5-4bb2-b389-2d4d37309e16 | public void setCustomText40(java.lang.String customText40) {
this.customText40 = customText40;
} |
966de261-721f-4ce9-a508-476ea7e9dcb6 | public java.lang.String getCustomText25() {
return this.customText25;
} |
73390b47-e91f-4981-b5ad-1255d54ec548 | public void update()
{
if (frame.isKeybinding() == false && prevKeybinding == true)
{
select++;
}
repaint();
if (prevKeybinding != frame.isKeybinding())
prevKeybinding = frame.isKeybinding();
} |
92b41fc0-c846-4ab8-ba4b-fc0fe9387862 | public java.lang.String getIndexedPick2() {
return this.indexedPick2;
} |
6c0e9ec5-75ad-42e2-aa91-3c08be134943 | public void setCustomBoolean33(crmondemand.xml.opportunity.query.QueryType customBoolean33) {
this.customBoolean33 = customBoolean33;
} |
feaec206-a5b4-43d0-90da-bb45f65905da | public java.lang.String getCommunityNickname() {
return CommunityNickname;
} |
ccd5f591-6d3b-4953-b88e-bba402b24023 | public java.lang.Integer getCustomInteger16() {
return this.customInteger16;
} |
ca7c5c6c-187a-4ca5-ab8d-5b9c5fb6fb18 | public void setCustomBoolean26(crmondemand.xml.customobject6.query.QueryType customBoolean26) {
this.customBoolean26 = customBoolean26;
} |
010ea562-f512-44bf-9226-51aeaebcd3a3 | public static Cons cppTranslateSignal(Cons tree) {
tree.firstSetter(Stella.SYM_STELLA_CPP_SIGNAL);
tree.secondSetter(Cons.list$(Cons.cons(Stella.SYM_STELLA_CPP_DEREFERENCE, Cons.cons(Stella_Object.cppTranslateATree(tree.rest.value), Cons.cons(Stella.NIL, Stella.NIL)))));
tree.rest.rest = Stella.NIL;
return (tree);
} |
763c8470-93a8-4210-83ef-995ca98fff9f | public java.lang.String getCustomObject12IntegrationId() {
return this.customObject12IntegrationId;
} |
0f85ff4f-97a4-466d-8b27-19beca0cb71e | public void setCustomDate19(java.util.Calendar customDate19) {
this.customDate19 = customDate19;
} |
f3d43076-52ae-4dca-8cad-c40a31e4eed0 | public void setStreetAddress3(crmondemand.xml.opportunity.query.QueryType streetAddress3) {
this.streetAddress3 = streetAddress3;
} |
06e396e7-aecc-4b83-8ae1-fc88b3fe569f | public void setCustomNumber45(java.math.BigDecimal customNumber45) {
this.customNumber45 = customNumber45;
} |
26c50ea7-e9b2-4757-b9ef-364d79b5d9b3 | public java.lang.String getCustomText33() {
return this.customText33;
} |
117dc3ce-e639-4d0a-a397-1b566a17324c | public void setCustomInteger14(java.lang.Integer customInteger14) {
this.customInteger14 = customInteger14;
} |
a387c304-ff9a-4c11-8da6-dc6b6b5071f5 | public void setCustomObject13Id(java.lang.String customObject13Id) {
this.customObject13Id = customObject13Id;
} |
73bd3d21-125e-4401-a961-98683806185a | public void update(Observable o, Object arg) {
yearLabel.setText("Year " + c.getYear());
monthLabel.setText("Month: " + c.getMonth().print());
weekLabel.setText("Week: " + c.getWeek().print());
dayLabel.setText("Day: " + c.getDay().print());
timeOfDayLabel.setText("Time: " + c.getTimeOfDay().print());
} |
07c81a57-2a39-475d-aa32-24fd868150c4 | public java.util.Calendar getCustomDate47() {
return this.customDate47;
} |
372d12c6-a1db-43a9-8525-ef0b2e5c755b | public void setCustomPickList59(java.lang.String customPickList59) {
this.customPickList59 = customPickList59;
} |
f920a970-1a37-4ed1-8543-32641964a3c4 | public crmondemand.xml.opportunity.query.QueryType getFinancialAccountFinancialAccount() {
return this.financialAccountFinancialAccount;
} |
104822a8-5006-41d3-95cc-1918924060cc | public java.lang.String getCustomPhone3() {
return this.customPhone3;
} |
03eee1b5-c298-48f5-a340-d9ac4b70dfb2 | public void setCustomPickList16(crmondemand.xml.customobject6.query.QueryType customPickList16) {
this.customPickList16 = customPickList16;
} |
c4aa7bc3-9804-4c17-91ab-a65f1e63f997 | public static List<CheaterData> getCheaters() {
List<CheaterData> allCheaters = new ArrayList<>();
for (ChannelServer cs : ChannelServer.getAllInstances()) {
allCheaters.addAll(cs.getCheaters());
}
Collections.sort(allCheaters);
return CollectionUtil.copyFirst(allCheaters, 20);
} |
a1fbe91f-75b7-4652-bdd7-29905e2a01bf | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean22() {
return this.customBoolean22;
} |
72d67c0f-22f6-4cbd-9fc8-76c747d907a0 | public void connectionEstablished() {
} |
3ac44f62-c799-460e-be38-8fa5fe0efbe5 | public void setCustomPhone9(crmondemand.xml.customobject3.query.QueryType customPhone9) {
this.customPhone9 = customPhone9;
} |
641c046f-c123-4348-b7c0-b1e545b62536 | public crmondemand.xml.contact.query.QueryType getCustomNumber54() {
return this.customNumber54;
} |
4fd13239-6ff3-41a5-9fdc-2da6961d64b0 | public boolean getAttackFrame() {
return attackFrame_;
} |
92c136e9-72b5-4401-b9fb-19cef65f6049 | public void run() {
createAndShowGUI();
} |
bf3952ae-f792-48d6-93a5-2ff3051ca7cd | public void setCustomCurrency1(crmondemand.xml.contact.query.QueryType customCurrency1) {
this.customCurrency1 = customCurrency1;
} |
47cb2125-1c51-4bd8-8fa8-78bbb0936215 | * in this buffer
*
* @throws IndexOutOfBoundsException
* If the preconditions on the <tt>offset</tt> and
* <tt>length</tt> parameters do not hold
*/
public CharBuffer get(char[] dst, int offset, int length) {
checkBounds(offset, length, dst.length);
if (length > remaining())
throw new BufferUnderflowException();
int end = offset + length;
for (int i = offset; i < end; i++)
dst[i] = get();
return this;
} |
b94f0f30-5e74-4e9b-b474-753302a89c79 | public void setCustomText33(crmondemand.xml.opportunity.query.QueryType customText33) {
this.customText33 = customText33;
} |
ab7a31ea-8abb-4f64-bf11-4f08cf2e6247 | public java.math.BigDecimal getCustomNumber30() {
return this.customNumber30;
} |
d20e7de7-9825-44f3-9b99-20ae1e7680ce | public crmondemand.xml.contact.query.QueryType getCustomInteger34() {
return this.customInteger34;
} |
e0bb1c0d-38f8-4fc5-833a-9b8d50bd2c45 | public crmondemand.xml.customobject3.query.QueryType getCustomObject8IntegrationId() {
return this.customObject8IntegrationId;
} |
5903c0bb-70f6-49f4-94ab-969d07f6e1ba | public void setCustomBoolean10(java.lang.Boolean customBoolean10) {
this.customBoolean10 = customBoolean10;
} |
f5115d5d-1487-4493-b256-45e8bd87cf0e | public crmondemand.xml.customobject6.query.QueryType getCustomPhone12() {
return this.customPhone12;
} |
73422d40-80f7-4cc3-a06a-99ab6564d0fc | public java.lang.String getMDFRequestId()
{
return this.mDFRequestId;
} |
79baeb54-0833-4f5e-b49d-1f577a77112e | public java.lang.String getCustomPickList12() {
return this.customPickList12;
} |
4cc82bb4-b63f-41a4-8ce1-9ed7ba36efc7 | public void setStreet(java.lang.String street) {
this.street = street;
} |
fe25ac80-4c54-4862-94ef-5b61f4e1caf4 | public crmondemand.xml.customobject6.query.QueryType getCustomCurrency111() {
return this.customCurrency111;
} |
afaa3f6f-553c-4e7c-9669-bf4c70ec3bcd | public void showInfo(Tower t) {
tower = t;
infos.repaint();
TowerTemplate next = t.getTemplate().getNextTower();
if (next != null)
info.setText(next.getInfo());
} |
313f0529-1034-4521-bde2-8ba85db1451e | public void setCustomPickList30(java.lang.String customPickList30) {
this.customPickList30 = customPickList30;
} |
cdd60bcf-f1a5-4ab5-8bc5-456908cf31ef | public java.math.BigDecimal getCustomNumber18() {
return this.customNumber18;
} |
757585f2-e215-452b-89c5-5316cda8a437 | public void setFinancialAccountHeldAway(java.lang.Boolean financialAccountHeldAway) {
this.financialAccountHeldAway = financialAccountHeldAway;
} |
515229db-686d-44fa-8552-163162917fd9 | public Builder clone() {
return create().mergeFrom(buildPartial());
} |
748478f3-2239-4e3f-981a-d4578082b804 | public java.util.Calendar getCustomDate52() {
return this.customDate52;
} |
a451474f-29a8-456d-a6b7-38431df6bb62 | public void setCustomBoolean8(crmondemand.xml.customobject6.query.QueryType customBoolean8) {
this.customBoolean8 = customBoolean8;
} |
750ebe68-53e1-4edb-82a6-e4327b65a713 | public java.math.BigDecimal getCustomCurrency3() {
return this.customCurrency3;
} |
cf1b8c60-b9d3-4422-8c86-c1c4a36859bb | public String getSymmetricKey() {
return this.symmetricKey;
} |
7c35ae5e-cc31-4712-bc0b-b3564d31709c | opcode op_c7 = new opcode() { public void handler(){ RST(0x00); }} |
78cd51f7-19a2-4be8-8ced-598b9064477d | public Document URLGetAuthor(String url)
throws IOException, SAXException,
ParserConfigurationException, XPathExpressionException
{
return URLGetAuthor(url, new AlchemyAPI_Params());
} |
4cb0a125-bc71-4f2f-97d7-f3ac676b3667 | public void setFundRequestStatus(crmondemand.xml.opportunity.query.QueryType fundRequestStatus) {
this.fundRequestStatus = fundRequestStatus;
} |
489ede1b-413a-40e4-b914-68b0d77f2fbd | public crmondemand.xml.opportunity.query.QueryType getCustomBoolean14() {
return this.customBoolean14;
} |
c3052d45-9c07-4c65-9307-39fb823305d3 | public crmondemand.xml.customobject6.query.QueryType getCustomText63() {
return this.customText63;
} |
d0cd9fc7-d068-4298-be7e-a51bfad61a8e | public void setCustomNumber20(crmondemand.xml.opportunity.query.QueryType customNumber20) {
this.customNumber20 = customNumber20;
} |
9daf36d5-6a21-48b5-b1ea-4026425c5aee | public java.lang.Integer getCustomInteger130() {
return this.customInteger130;
} |
bb82822c-285b-494d-9eb6-8242e10735f5 | public java.lang.String getCustomObject10Name() {
return this.customObject10Name;
} |
c3b1c11c-71f8-470a-a400-49245c472648 | public crmondemand.xml.customobject3.query.QueryType getCustomInteger9() {
return this.customInteger9;
} |
96a4706d-8fe3-4896-9da6-86f93a61b8f1 | public void setDate(String date) {
this.date = date;
} |
231eef78-f730-401b-89cf-a403b0e52ce9 | @Override
public boolean confirmValue(String oldVal)
{
return oldVal.trim().length() == 0 || oldVal.equals("0") || oldVal.equals("NA") || oldVal.equals("-");
} |
1985a557-ead2-42c9-9536-2a845c15bd19 | public void setCustomText18(crmondemand.xml.customobject6.query.QueryType customText18) {
this.customText18 = customText18;
} |
33e7cf56-0832-4379-b369-4ace86a6308b | public java.lang.String getOrderExternalSystemId()
{
return this.orderExternalSystemId;
} |
9b0a075c-ffdd-475d-a24c-a033f45e5e50 | public void setSampleLotExpirationDate(java.util.Calendar sampleLotExpirationDate)
{
this.sampleLotExpirationDate = sampleLotExpirationDate;
} |
f8abd0e2-eba4-4ecc-a1af-de0c843892c6 | public java.lang.String getCustomObject14Id() {
return this.customObject14Id;
} |
780df92e-0551-422a-9c5b-4dccaccd479a | public crmondemand.xml.customobject3.query.QueryType getCustomInteger16() {
return this.customInteger16;
} |
60c355cd-f70a-4548-8ffa-54c4807ceb51 | public crmondemand.xml.customobject3.query.QueryType getDealerStatus() {
return this.dealerStatus;
} |
6fa10709-fc27-4fd5-911a-592c7c578898 | @Override
public void windowDeiconified(WindowEvent arg0) {
// TODO Auto-generated method stub
} |
df43c0ac-a996-47fb-99f3-5d9ec0a89109 | public void setActivityId(crmondemand.xml.contact.query.QueryType activityId) {
this.activityId = activityId;
} |
e3f63d82-26f1-4dc1-b222-0883590e61a6 | public void setIndexedPick2(java.lang.String indexedPick2) {
this.indexedPick2 = indexedPick2;
} |
5641ccee-9e5b-46f2-b574-bf57bb0c409a | public java.util.Calendar getCustomDate37() {
return this.customDate37;
} |
6e175f36-126f-477e-8f44-b5c5fa30c8dd | public java.lang.String getCustomObject3IntegrationId() {
return this.customObject3IntegrationId;
} |
84b256a1-15b2-4d3a-a714-bb6ab58e5632 | public java.lang.String getCustomPickList7() {
return this.customPickList7;
} |
515698b1-2080-42c9-86fc-14aa6d54f434 | public java.lang.String getActivityExternalSystemId() {
return this.activityExternalSystemId;
} |
0524ac26-8960-40fe-bfb7-24d35fcc0452 | protected void onAllModsLoaded() {} |
a4aa529f-c225-4461-a2a1-d275801d1134 | public void setIndexedPick0(crmondemand.xml.opportunity.query.QueryType indexedPick0) {
this.indexedPick0 = indexedPick0;
} |
ade21bd8-2d85-4deb-9750-9215556dd931 | public static void method681(int i) {
aClass261_5558 = null;
if (i <= 75)
playerPassword = null;
playerPassword = null;
} |
308fb717-3194-4e30-82be-6639401b2665 | public java.lang.String getCustomText26() {
return this.customText26;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.