id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
82bf7799-6e30-4bea-98f8-1a516bb6dee6
|
public void setZCustomText48(crmondemand.xml.customobject6.query.QueryType zCustomText48) {
this.zCustomText48 = zCustomText48;
}
|
05c44999-6187-408a-b71f-302bd6bbdbda
|
public crmondemand.xml.opportunity.query.QueryType getCustomPickList82() {
return this.customPickList82;
}
|
e1b6b5f0-c5a3-48a2-b93b-f5c119324e70
|
public void poserCarteStrategique() {
}
|
5779eb61-c8ed-483c-a5a7-6db3fa156866
|
private final void setLedColors() {
for (int i = 0 ; i < getSkinnable().getNoOfLeds() ; i++) {
ledList.get(i).setLedColor(getSkinnable().getLedColor(i));
}
}
|
80dfb72d-8cbc-46b0-88d6-12b954afc5ff
|
public java.util.Calendar getCustomDate49() {
return this.customDate49;
}
|
122d62f4-72b2-496d-bce6-6122051039ce
|
public crmondemand.xml.contact.query.QueryType getCampaignIntegrationId() {
return this.campaignIntegrationId;
}
|
45e798f6-1d4e-4ba4-8bc8-f22018afb888
|
public java.lang.String getCustomPhone5() {
return this.customPhone5;
}
|
f19cd402-dec3-428c-ba14-da0fcb748389
|
public void setCustomPickList43(java.lang.String customPickList43) {
this.customPickList43 = customPickList43;
}
|
949ceb93-aab2-48d2-ab53-d5b7d7792135
|
public crmondemand.xml.contact.query.QueryType getCustomDate22() {
return this.customDate22;
}
|
bdd573f0-2724-4d80-a97d-d866340f1261
|
public void setCustomBoolean11(crmondemand.xml.opportunity.query.QueryType customBoolean11) {
this.customBoolean11 = customBoolean11;
}
|
a384c3a2-ba97-48a6-8bee-128901a6ed62
|
public java.lang.String getCustomText59() {
return this.customText59;
}
|
ad9ad203-2724-4c58-89cd-890f862d212a
|
public void setCustomObject14Type(crmondemand.xml.opportunity.query.QueryType customObject14Type) {
this.customObject14Type = customObject14Type;
}
|
c0e326f2-4295-42eb-989b-07d307ec429c
|
public void setCustomPickList16(crmondemand.xml.opportunity.query.QueryType customPickList16) {
this.customPickList16 = customPickList16;
}
|
7d0fd300-55ec-40fc-b10a-78217ebf34c3
|
public java.lang.Integer getModId() {
return this.modId;
}
|
53ea2d8f-df91-4d5f-83a9-ea064d84a61a
|
public abstract void render();
|
923d2a1b-4665-422e-b9a4-addcf800ccc5
|
@Override
public double getX() {
return this.x;
}
|
3327ab97-f83d-4cba-941f-9fb707399b2e
|
public void reInitComponents() {
IPmodel.removeAllElements();
LangModel.removeAllElements();
initComponents();
}
|
e631fedd-04d3-4660-9831-83676b3c117e
|
Player getWinner();
|
6af0c60b-76bb-4469-85be-4fd499b145d6
|
public String getRef_article() {
return ref_article;
}
|
f1f964b0-7644-4316-afb3-d1b162dbe2a2
|
public void setCustomBoolean2(crmondemand.xml.customobject6.query.QueryType customBoolean2) {
this.customBoolean2 = customBoolean2;
}
|
0515e144-1813-43c5-b515-4e6c4b9eebf5
|
public void setCustomCurrency22(java.math.BigDecimal customCurrency22) {
this.customCurrency22 = customCurrency22;
}
|
251fb0c8-2cfc-4fad-b36b-59283d7d733f
|
private void setupFile(String dbName, String fileName) throws MainException{
String filePath = fileName + ".xml";
// Create file to write XML data
file = new File(filePath);
file.mkdirs();
try{
if (file.exists()){
file.delete();
}
file.createNewFile();
}catch(IOException e){
throw new MainException("IOException: The data output file cannot be created.");
}
try{
writer = new PrintWriter(new FileOutputStream(filePath),true);
} catch(FileNotFoundException e){
throw new MainException("FileOutputStream: Cannot find the data output file.");
}
}
|
7cde81a6-11cc-4e59-ad14-20cf54030686
|
public void setCustomText7(crmondemand.xml.customobject6.query.QueryType customText7) {
this.customText7 = customText7;
}
|
4e0b2107-3d67-40c4-8d2e-487eafc1333c
|
public crmondemand.xml.contact.query.QueryType getCustomText69() {
return this.customText69;
}
|
7b0fc9b0-ec4a-42cc-9198-bf7399c3260a
|
public void setOpportunityForecast(java.lang.Boolean opportunityForecast) {
this.opportunityForecast = opportunityForecast;
}
|
bf707560-926f-4878-9cda-d22d4a4b408f
|
public static MaplePacket cancelForeignDebuff(int cid, long mask) {
MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.CANCEL_FOREIGN_BUFF);
mplew.writeInt(cid);
mplew.writeLong(0);
mplew.writeLong(mask);
return mplew.getPacket();
}
|
3bf7ebbc-a8da-4693-985f-7f9e36cf2534
|
public void setCustomNumber39(java.math.BigDecimal customNumber39) {
this.customNumber39 = customNumber39;
}
|
9de65dc7-21f4-47e4-b524-c72de831135c
|
public crmondemand.xml.opportunity.query.QueryType getCustomText54() {
return this.customText54;
}
|
a9e175d1-9e1b-4478-b187-4d5a6d846236
|
public void setCampaignExternalSystemId(crmondemand.xml.customobject6.query.QueryType campaignExternalSystemId) {
this.campaignExternalSystemId = campaignExternalSystemId;
}
|
00ddc0c1-0382-4953-8dc2-13fb34b1e330
|
public java.lang.String getOperation() {
return this.operation;
}
|
958737d2-3adf-4e86-87b3-884d9f43cf10
|
public java.lang.String getCustomObject15ExternalSystemId() {
return this.customObject15ExternalSystemId;
}
|
5fcf9ed4-10b0-4c95-a158-8fbbe75bcb45
|
public void setCustomText35(crmondemand.xml.contact.query.QueryType customText35) {
this.customText35 = customText35;
}
|
20de0c89-57e9-4f6b-8485-a8f4e5c2fcdb
|
public void setUpdatedByFirstName(java.lang.String updatedByFirstName) {
this.updatedByFirstName = updatedByFirstName;
}
|
05a19eb2-7288-4321-a07d-fb1694de9dc4
|
public void setCustomInteger0(java.lang.Integer customInteger0) {
this.customInteger0 = customInteger0;
}
|
fbf5c8fe-a204-4d4c-9e2f-839f6cac4335
|
public crmondemand.xml.contact.query.QueryType getCustomDate16() {
return this.customDate16;
}
|
55492e44-d683-4910-811d-b18339cf0a2b
|
public void setCustomDate30(java.util.Calendar customDate30) {
this.customDate30 = customDate30;
}
|
989eefad-5fa4-4fa8-8015-b2aa72566e88
|
public void setFieldValue(_Fields field, Object value) {
switch (field) {
}
}
|
1e25c1e9-fea4-4bde-b957-ba7abc19bc49
|
private CSTAConnectionID selectConnectionIdForAddParty() {
synchronized (this.connections) {
for (int i = 0; i < this.connections.size(); i++) {
CSTAConnectionID connID = ((TSConnection) this.connections
.elementAt(i)).getConnID();
if (connID != null) {
if (connID.getDevIDType() == 0) {
return connID;
}
if (connID.getDevIDType() == 1) {
String deviceID = connID.getDeviceID();
if (deviceID.regionMatches(true, 0, "T", 0, 1)) {
return connID;
}
}
}
}
if (this.connections.size() > 0) {
return ((TSConnection) this.connections.elementAt(0))
.getConnID();
}
return null;
}
}
|
c3fae452-9f36-43c1-9ded-dbb0febf2b23
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList4() {
return this.customPickList4;
}
|
95219f14-ddd5-4f4a-8a10-21e83f597793
|
public int getBlockNumber(int GCwidth) {
return GCwidth / 30;
}
|
a9ef6643-081a-4007-93d5-b4a2a7a352b7
|
public void test_withDayOfMonth_tooSmall() {
this.TEST_DATE_TIME.withDayOfMonth(0);
}
@Test(expectedExceptions = DateTimeException.class, groups = { "tck" }
|
285b7c82-d248-4a31-a4bf-c0e9075c1da2
|
public void setCustomText1(crmondemand.xml.customobject6.query.QueryType customText1) {
this.customText1 = customText1;
}
|
b173d8a0-d213-4b2b-98d1-a941de1b8567
|
public Builder addAllStaticMinerals(
java.lang.Iterable<? extends org.bwapi.proxy.messages.GameMessages.UnitId> values) {
if (staticMineralsBuilder_ == null) {
ensureStaticMineralsIsMutable();
super.addAll(values, staticMinerals_);
onChanged();
} else {
staticMineralsBuilder_.addAllMessages(values);
}
return this;
}
|
e6d53e76-c1b1-40e3-862d-5892d4797ddf
|
public void setCustomDate39(crmondemand.xml.customobject3.query.QueryType customDate39) {
this.customDate39 = customDate39;
}
|
bc8bd35e-6290-4e7e-86e9-4b2cf710a793
|
public crmondemand.xml.customobject6.query.QueryType getOpportunityCurrencyCode() {
return this.opportunityCurrencyCode;
}
|
7b9dcf37-0dec-4bd1-9933-a3cdd5e62f93
|
public void setCustomText84(crmondemand.xml.customobject6.query.QueryType customText84) {
this.customText84 = customText84;
}
|
2626fe6e-dfb8-496b-a92e-4d214ffe8319
|
public void setCustomPickList9(crmondemand.xml.contact.query.QueryType customPickList9) {
this.customPickList9 = customPickList9;
}
|
8e4fcec7-bfc7-45f4-84d5-646bc51ea68b
|
public crmondemand.xml.opportunity.query.QueryType getCustomText82() {
return this.customText82;
}
|
d9c253be-0f90-460e-9437-27f4aba5f9fc
|
public crmondemand.xml.contact.query.QueryType getCustomText48() {
return this.customText48;
}
|
1a382d73-1f2e-4bec-aa17-878b84fb1d69
|
public void setCustomBoolean4(java.lang.Boolean customBoolean4) {
this.customBoolean4 = customBoolean4;
}
|
0a44e535-b388-458d-958e-3c9008dec32b
|
public MessageType findValueByNumber(int number) {
return MessageType.valueOf(number);
}
|
38dc823b-13c7-4662-b735-1d2f6ef06507
|
public void setContactType(crmondemand.xml.customobject3.query.QueryType contactType) {
this.contactType = contactType;
}
|
9b5d8f89-7a24-42dd-9786-cbfae3e1ea48
|
public boolean getMoving() {
return moving_;
}
|
c6c0a627-933a-4c5e-9dd3-d5d058265320
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
txtloginActionPerformed(evt);
}
|
ecf40ad5-4757-4920-83a7-1012a1c65c24
|
public void setCustomObject2IntegrationId(crmondemand.xml.customobject3.query.QueryType customObject2IntegrationId) {
this.customObject2IntegrationId = customObject2IntegrationId;
}
|
3adc18cd-70ca-44cd-b4c0-ebb052b74ec0
|
public final void broadcastEffect(final MapleCharacter c, final String effect) {
c.getClient().getSession().write(CField.showEffect(effect));
}
|
a5145a28-89e5-4d0c-a107-51bacfd8fc10
|
public java.lang.String getCustomPhone0() {
return this.customPhone0;
}
|
6578d825-260f-4618-8832-e0b10625a3b2
|
@Override
protected void loadIcon() {
try{
this._icon = ImageIO.read(getClass().getResource("/resources/CapitalShip.png"));
} catch (IOException e) {
e.printStackTrace();
this._icon = null;
}
_selectedImage = _icon;
}
|
9a583a7b-d0ce-4658-9565-74b30a49a08c
|
public String getText(String identifier, int x, int y, int x2, int y2, int brightness, int threshold, boolean spaces, int spaceDistance, int[] colors, double tolerance, boolean invert) {
int[] data = ImageTool.getPixelsInSection(x, y, x2, y2);
return scan(getImage(data, (x2 - x), (y2 - y), threshold, invert), identifier, spaces, spaceDistance, brightness, .05);
}
|
944697ef-791a-4b16-8040-b10fb27bf9a2
|
public void setCustomPickList97(crmondemand.xml.customobject3.query.QueryType customPickList97) {
this.customPickList97 = customPickList97;
}
|
ee39c677-8377-4fb4-915d-99ef417c179e
|
public java.lang.Boolean getCustomBoolean16() {
return this.customBoolean16;
}
|
592acdb5-e7f0-46c2-96e7-ad5bb3cb9ada
|
opcode dd_d8 = new opcode() { public void handler(){ illegal_1(); }}
|
eeff64bc-645a-4b93-bb6a-07bab945fbb6
|
public java.lang.String getCustomObject11IntegrationId() {
return this.customObject11IntegrationId;
}
|
53aa4918-b337-45ea-a58b-cbb3d72e28ae
|
public void setZCustomCurrency62(java.math.BigDecimal zCustomCurrency62) {
this.zCustomCurrency62 = zCustomCurrency62;
}
|
b05e3d76-ae59-44f5-8e6b-09c2b75ae526
|
public void setBusinessPlanId(java.lang.String businessPlanId) {
this.businessPlanId = businessPlanId;
}
|
b8ce5019-0e73-433d-901b-6e010249abad
|
public void setContactEmail(java.lang.String contactEmail) {
this.contactEmail = contactEmail;
}
|
b269b692-5d07-4fe2-9161-f205dd1bf142
|
public crmondemand.xml.customobject3.query.QueryType getContactFullName() {
return this.contactFullName;
}
|
df1b8109-31d6-45a7-91ce-f2c40208b104
|
public crmondemand.xml.customobject6.query.QueryType getPrimaryBillToState() {
return this.primaryBillToState;
}
|
b73e3a05-ec67-4511-98f8-71c8fb1f2207
|
public crmondemand.xml.opportunity.query.QueryType getCustomPickList13() {
return this.customPickList13;
}
|
81acd4f2-45dc-4977-ae2d-53bc6d620cf2
|
public java.lang.String getMDFRequestIntegrationId() {
return this.mDFRequestIntegrationId;
}
|
198602fd-c95d-49d2-97fd-1c252030281b
|
public java.util.Calendar getCustomDate17() {
return this.customDate17;
}
|
987f1065-b574-41c3-b1e6-153be5f43b4f
|
public void setBookId(crmondemand.xml.contact.query.QueryType bookId) {
this.bookId = bookId;
}
|
2d4e02a4-182b-4211-ada0-900bd93369aa
|
public java.util.Calendar getCreatedDate() {
return this.createdDate;
}
|
c363402f-9b1b-430f-ae11-a06260ee82d5
|
@AfterClass
public static void doAfterClass() {
//System.out.println("Now doAfterClass..");
}
|
eb4125ff-59c9-4005-be1d-21d7e5d6a0ec
|
public void setCustomCurrency158(crmondemand.xml.customobject6.query.QueryType customCurrency158) {
this.customCurrency158 = customCurrency158;
}
|
337cb749-cad1-425a-9e49-5e593fd1689b
|
@Override
public void run() {
c.getSession().write(CField.showEffect("demonSlayer/text14"));
c.getSession().write(UIPacket.getDirectionInfo(1, 4000));
}
|
9450c65c-d216-484a-bd46-4c66c8a540ad
|
public void setMedEdIntegrationId(crmondemand.xml.customobject3.query.QueryType medEdIntegrationId) {
this.medEdIntegrationId = medEdIntegrationId;
}
|
5455fafe-7493-44dc-8c82-5ab87bd3675e
|
public void setCustomPhone12(crmondemand.xml.contact.query.QueryType customPhone12) {
this.customPhone12 = customPhone12;
}
|
27406dbe-5b68-4ee7-8002-e3681f2443cc
|
public void setCustomNumber36(java.math.BigDecimal customNumber36) {
this.customNumber36 = customNumber36;
}
|
fb7267d8-f32a-4494-bacd-152c6e86fc88
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList67() {
return this.customPickList67;
}
|
5b6386f2-8114-4808-99b0-5be76a8db33d
|
public void setOpportunityForecast(crmondemand.xml.contact.query.QueryType opportunityForecast) {
this.opportunityForecast = opportunityForecast;
}
|
bb08ae23-421e-4f75-acf9-3ad4564c51f0
|
public java.lang.String getActivityStatus() {
return this.activityStatus;
}
|
5fff0fd1-858d-4bab-8a2f-d66f9a8db563
|
public java.lang.String getMedEdIntegrationId() {
return this.medEdIntegrationId;
}
|
670b924e-028c-48b4-9cc6-1823bde50a15
|
public void setCustomPickList45(java.lang.String customPickList45) {
this.customPickList45 = customPickList45;
}
|
2384f055-a2e8-45d3-b346-39862024c110
|
@Override protected double computePrefHeight(final double WIDTH, double TOP_INSET, double RIGHT_INSET, double BOTTOM_INSET, double LEFT_INSET) {
double prefWidth = PREFERRED_WIDTH;
if (WIDTH != -1) {
prefWidth = Math.max(0, WIDTH - LEFT_INSET - RIGHT_INSET);
}
return super.computePrefHeight(prefWidth, TOP_INSET, RIGHT_INSET, BOTTOM_INSET, LEFT_INSET);
}
|
1f14db89-e2a6-4e75-8149-5321f6573521
|
public java.lang.Boolean getCustomBoolean15() {
return this.customBoolean15;
}
|
c983290f-6938-4f1e-a784-c09a01da4d8c
|
public void setCustomPickList13(java.lang.String customPickList13) {
this.customPickList13 = customPickList13;
}
|
94b309ac-5cb6-4ac0-81eb-466bd0c29c16
|
public void setModifiedDate(java.util.Calendar modifiedDate) {
this.modifiedDate = modifiedDate;
}
|
3139bb67-12bf-4959-8755-d7e2b84e932d
|
public crmondemand.xml.contact.query.QueryType getCustomInteger20() {
return this.customInteger20;
}
|
f5f2beea-4843-4a88-a5c4-541b09b5b240
|
@Override
public void sayHello() {
System.out.println(name + " leaf says hello ") ;
}
|
6d5a5a80-3dd4-4269-b2ea-5e72326a2933
|
public void setCustomText63(crmondemand.xml.contact.query.QueryType customText63) {
this.customText63 = customText63;
}
|
5525f0d1-6955-49c9-9edd-6827e2090a08
|
public void setCustomDate6(java.util.Calendar customDate6) {
this.customDate6 = customDate6;
}
|
57385232-1776-427f-b867-749e6196e103
|
public void setCustomDate17(crmondemand.xml.customobject6.query.QueryType customDate17) {
this.customDate17 = customDate17;
}
|
e01a8f0e-3ced-46a3-ad0d-a3e829647a16
|
public java.lang.String getDealerId() {
return this.dealerId;
}
|
d3f27f31-b765-4928-bfec-0c08caf48fec
|
public void setCustomPickList1(java.lang.String customPickList1) {
this.customPickList1 = customPickList1;
}
|
b9f30e87-1ac6-4901-8f34-eb5e5fcc1f5d
|
protected LoginResult charcrRaceReEntered(final LoginSessionImpl loginObj, final Session session)
{
final String raceStr=loginObj.lastInput.trim();
MOB mob=loginObj.mob;
if(raceStr.trim().equalsIgnoreCase("?")||(raceStr.length()==0))
session.println(null,null,null,"\n\r"+new CMFile(Resources.buildResourcePath("text")+"races.txt",null,CMFile.FLAG_LOGERRORS).text().toString());
else
{
Race newRace=CMClass.getRace(raceStr);
if((newRace!=null)&&((!CMProps.isTheme(newRace.availabilityCode()))
||(!CMath.bset(newRace.availabilityCode(),loginObj.theme))
||(CMath.bset(newRace.availabilityCode(),Area.THEME_SKILLONLYMASK))))
newRace=null;
if(newRace==null)
{
for(final Enumeration<Race> r=CMClass.races();r.hasMoreElements();)
{
final Race R=r.nextElement();
if((R.name().equalsIgnoreCase(raceStr))
&&(CMProps.isTheme(R.availabilityCode()))
&&(CMath.bset(R.availabilityCode(),loginObj.theme))
&&(!CMath.bset(R.availabilityCode(),Area.THEME_SKILLONLYMASK)))
{
newRace=R;
break;
}
}
}
if(newRace==null)
{
for(final Enumeration<Race> r=CMClass.races();r.hasMoreElements();)
{
final Race R=r.nextElement();
if((R.name().toUpperCase().startsWith(raceStr.toUpperCase()))
&&(CMProps.isTheme(R.availabilityCode()))
&&(CMath.bset(R.availabilityCode(),loginObj.theme))
&&(!CMath.bset(R.availabilityCode(),Area.THEME_SKILLONLYMASK)))
{
newRace=R;
break;
}
}
}
if(newRace!=null)
{
final StringBuilder str=CMLib.help().getHelpText(newRace.ID().toUpperCase(),mob,false);
if(str!=null)
session.println("\n\r^N"+str.toString()+"\n\r");
session.promptPrint(L("^!Is ^H@x1^N^! correct (Y/n)?^N",newRace.name()));
mob=setMOBClass(newRace.useRideClass() ? "StdRideable" : "StdMOB", loginObj, session);
mob.baseCharStats().setMyRace(newRace);
mob.charStats().setMyRace(newRace);
loginObj.state=LoginState.CHARCR_RACECONFIRMED;
return LoginResult.INPUT_REQUIRED;
}
}
loginObj.state=LoginState.CHARCR_RACESTART;
return null;
}
|
c31032b1-0eff-40bf-a5ab-0fb9bfb67795
|
public void move(Panel panel, Player player) {
moveVertically(panel, player);
}
|
86d650df-9b3b-462d-b220-47b96177c246
|
public void setCustomDate12(java.util.Calendar customDate12) {
this.customDate12 = customDate12;
}
|
1bb33061-9331-4e85-85c2-65db714875de
|
public java.lang.String getCustomText45() {
return this.customText45;
}
|
f2aa0ddc-c8ca-42b2-bdd1-91302c90d4c5
|
public java.lang.String getCustomPhone4() {
return this.customPhone4;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.