id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
0cf0ac50-462a-40bf-a7a2-29eff64a635d
|
public BufferedImage[] getImages(){
BufferedImage[] images = new BufferedImage[3];
for(int x = 0; x <= 2; x++){
images[x] = SpriteLoaderHUM.getSprite("human_topdown", 32, x, 3);
}
return images;
}
|
23ce16bc-17c2-4629-a94b-db308c599383
|
public crmondemand.xml.opportunity.query.QueryType getCustomInteger8() {
return this.customInteger8;
}
|
4b3b7e7b-959f-426e-acfb-ac3230f4ea42
|
public void setCustomNumber34(java.math.BigDecimal customNumber34) {
this.customNumber34 = customNumber34;
}
|
10ab7ebc-7aad-48e2-a3ad-ba280b796f57
|
public java.lang.String getCustomObject14ExternalSystemId() {
return this.customObject14ExternalSystemId;
}
|
f212e83c-77db-42ce-9309-d7e7be311e71
|
public crmondemand.xml.contact.query.QueryType getCustomText17() {
return this.customText17;
}
|
a266a007-adce-4b2e-8a38-3a8e3f218904
|
public java.lang.Integer getCustomInteger2() {
return this.customInteger2;
}
|
7f77404f-7879-4193-9218-b7327a31882c
|
public void setCustomPickList51(java.lang.String customPickList51) {
this.customPickList51 = customPickList51;
}
|
35359980-5852-4c38-9ec9-f73041bfb717
|
public crmondemand.xml.contact.query.QueryType getCustomNumber1() {
return this.customNumber1;
}
|
7b1e80bb-a82c-4acf-8377-3bab9fa25e09
|
public String getTitre()
{
return titre;
}
|
ac3e535d-e4e8-4176-af6c-47946741fc8f
|
public java.lang.String getCustomObject5Name() {
return this.customObject5Name;
}
|
feaf5c50-2699-4b4e-bf7a-acbfec3acb96
|
public void setCustomDate52(java.util.Calendar customDate52) {
this.customDate52 = customDate52;
}
|
0ccf3ed6-be41-4ceb-9044-798486b46660
|
* @see <a href="glXDestroyContext.html">glXDestroyContext</a>
*/
public void destroy () {
RequestOutputStream o = display.out;
synchronized (o) {
o.begin_request (glx.major_opcode, 4, 2);
o.write_int32 (id);
o.send ();
}
}
|
702ec605-fb58-409b-95b6-6dcf2a9030f4
|
public crmondemand.xml.customobject6.query.QueryType getCustomText77() {
return this.customText77;
}
|
10ab98c0-2d7f-4117-b6fc-5eebf56c1a1c
|
public void setCustomPickList30(crmondemand.xml.customobject6.query.QueryType customPickList30) {
this.customPickList30 = customPickList30;
}
|
0ba0e16c-8118-44aa-90eb-91c2a2939dcd
|
public void setObjectiveId(java.lang.String objectiveId) {
this.objectiveId = objectiveId;
}
|
601a0eda-dc67-4f16-8ff9-0d678d2c5136
|
private void getAppeals() {
System.out.println("MSSServlet: getAppeals()");
list = mrsb.getAppeals(matricNumber);
}
|
4e8b66ce-6417-4f8b-8088-343ac9df1e68
|
public void setCustomPickList31(java.lang.String customPickList31) {
this.customPickList31 = customPickList31;
}
|
4c55aa4a-00e9-473e-bc6d-e23a044f1b61
|
public crmondemand.xml.customobject6.query.QueryType getUpdatedByExternalSystemId() {
return this.updatedByExternalSystemId;
}
|
32709755-168b-4358-821a-8416d2f159e5
|
public crmondemand.xml.contact.query.QueryType getModifiedById() {
return this.modifiedById;
}
|
36c84d3e-daf4-418e-8592-115b39bc497e
|
public crmondemand.xml.customobject6.query.QueryType getPrivate() {
return this._private;
}
|
61732bc4-3a0b-435a-a4ae-37f88b3dfda5
|
public static ForceVisualizerService getInstance(Core core) {
return (ForceVisualizerService) core.getService(ID);
}
|
94c19ac4-e537-433c-99fc-c67cdfc754ab
|
@Override
public String armorStr(MOB mob)
{
final int armor = -adjustedArmor(mob);
final int ARMOR_CEILING=CMProps.getListFileFirstInt(CMProps.ListFile.ARMOR_DESCS_CEILING);
final int numArmorDescs = CMProps.getListFileIndexedListSize(CMProps.ListFile.ARMOR_DESCS);
return (armor<0)?CMProps.getListFileChoiceFromIndexedList(CMProps.ListFile.ARMOR_DESCS,0):(
(armor>=ARMOR_CEILING)?
CMProps.getListFileChoiceFromIndexedList(CMProps.ListFile.ARMOR_DESCS,numArmorDescs-1)
+(CMStrings.repeatWithLimit('!',((armor-ARMOR_CEILING)/100),10))
+"^. ("+armor+")"
:
(CMProps.getListFileChoiceFromIndexedList(CMProps.ListFile.ARMOR_DESCS,(int)Math.round(Math.floor(CMath.mul(CMath.div(armor,ARMOR_CEILING),numArmorDescs))))
+"^. ("+armor+")"));
}
|
2c0001e7-8420-4e77-bab8-7c2d4c812dac
|
public void enableAdvancedSort(boolean enable);
|
cd3dc124-283e-41a8-b4d9-9694bc7d4c34
|
public java.math.BigDecimal getCustomNumber47() {
return this.customNumber47;
}
|
1d1615ec-4843-4579-bf09-d8585a00d02f
|
public void setCustomPhone10(crmondemand.xml.opportunity.query.QueryType customPhone10) {
this.customPhone10 = customPhone10;
}
|
2cbda513-7970-4fab-b428-58f9bd037133
|
public java.math.BigDecimal getCustomNumber28() {
return this.customNumber28;
}
|
93a7ac63-4f58-47b0-a9b9-2ce92e2d81a9
|
public void setCustomPhone0(java.lang.String customPhone0) {
this.customPhone0 = customPhone0;
}
|
db5e3dbe-e2a1-4aa3-8c09-40fa10db3b08
|
public crmondemand.xml.contact.query.QueryType getCustomNumber34() {
return this.customNumber34;
}
|
b64f8380-65ce-4c5f-a2bb-e55955a18d91
|
public void setCustomText49(java.lang.String customText49) {
this.customText49 = customText49;
}
|
521dce34-a8cf-4ff3-ab48-126bab261e6e
|
public void setCustomPickList18(java.lang.String customPickList18) {
this.customPickList18 = customPickList18;
}
|
e97809e3-3915-4861-8e59-ed426b347407
|
@Override
public void enterRule(ParseTreeListener listener) {
if ( listener instanceof JavaListener ) ((JavaListener)listener).enterGenericInterfaceMethodDeclaration(this);
}
|
c15d58de-b7b1-433a-be4d-cf19d61f9d33
|
public crmondemand.xml.contact.query.QueryType getPrimaryAgencyChannelAccountManagerAlias() {
return this.primaryAgencyChannelAccountManagerAlias;
}
|
3c40cb40-d893-47ea-ae55-3182a51b7598
|
@Override
public void initializeClass()
{
}
|
d1ae97b6-bab2-4445-ac45-76df4953dec4
|
public void setCustomText39(crmondemand.xml.customobject6.query.QueryType customText39) {
this.customText39 = customText39;
}
|
1afea543-e982-4171-8a52-9a2c712dbeec
|
public void setCustomDate30(java.util.Calendar customDate30) {
this.customDate30 = customDate30;
}
|
ea23e443-8548-4ae1-89e4-aade963016bc
|
public String toString() {
return super.toString() + ": " + Types.HUMANREADABLENAME + "=" + networkName
+ "|" + Types.CELLID + "=" + cellId + "|" + Types.AREAID + "="
+ areaId + "|" + Types.MCC + "=" + MCC + "|" + Types.MNC + "="
+ MNC + "|" + Types.SIGNAL + "=" + signalStrength + "|"
+ Types.PERCENTAGE + "=" + getNormalizedSignalStrength();
}
|
35d72152-31a4-42cf-8ece-b401ed684eb4
|
public void setCustomPickList12(crmondemand.xml.opportunity.query.QueryType customPickList12) {
this.customPickList12 = customPickList12;
}
|
f8e80693-b521-4d5d-ad0a-63c98633615b
|
public java.lang.String getCustomText49() {
return this.customText49;
}
|
f1c729d9-dc6f-4925-ae41-23f8786e0475
|
public void actionPerformed(ActionEvent arg0) {
daneGenPrivA();
}
|
f80bd117-c8d9-4c81-b843-3e72dc4c197c
|
public void setCustomCurrency0(crmondemand.xml.contact.query.QueryType customCurrency0) {
this.customCurrency0 = customCurrency0;
}
|
c4d6985d-f7f9-4f91-85b2-0d19cfed8b3f
|
public crmondemand.xml.contact.query.QueryType getLeadId() {
return this.leadId;
}
|
9ce9ec15-1ba2-44df-87d0-f336c490bc4c
|
public java.math.BigDecimal getCustomNumber33() {
return this.customNumber33;
}
|
3bfd0911-f023-4b46-bd32-630ecc3582e8
|
public void setCustomObject7IntegrationId(java.lang.String customObject7IntegrationId) {
this.customObject7IntegrationId = customObject7IntegrationId;
}
|
d7eb8983-2dab-42b0-8a2e-4abf7f7647de
|
public java.lang.String getMDFRequestExternalSystemId() {
return this.mDFRequestExternalSystemId;
}
|
d8f9d7a1-aee3-40e1-867c-78ee5d7e3692
|
public void setCustomNumber62(crmondemand.xml.opportunity.query.QueryType customNumber62) {
this.customNumber62 = customNumber62;
}
|
b4c36559-706b-46d7-a98c-c43784030542
|
public java.util.Calendar getCustomDate32() {
return this.customDate32;
}
|
f1094c58-b6c6-481e-acce-ef4dbfc939b7
|
public void setCustomCurrency24(java.math.BigDecimal customCurrency24) {
this.customCurrency24 = customCurrency24;
}
|
5009bd35-271c-4f34-bbf1-1b677da51b6d
|
public java.math.BigDecimal getCustomNumber21() {
return this.customNumber21;
}
|
ffc5929d-8b81-4dc6-8ea0-3b01a5a83e55
|
public void setSolutionExternalSystemId(crmondemand.xml.customobject6.query.QueryType solutionExternalSystemId) {
this.solutionExternalSystemId = solutionExternalSystemId;
}
|
feb915b9-0d1e-4cd3-ac3e-0db32aedff02
|
public void setCreatedById(crmondemand.xml.contact.query.QueryType createdById) {
this.createdById = createdById;
}
|
d2d4ff88-af4f-46e3-a0dd-b753870a287a
|
public void setCustomDate59(crmondemand.xml.customobject3.query.QueryType customDate59) {
this.customDate59 = customDate59;
}
|
1f3f23e0-4958-48bf-a8f2-da40f3972279
|
public crmondemand.xml.customobject6.query.QueryType getCustomCurrency11() {
return this.customCurrency11;
}
|
98a36ca7-44e7-4da1-8508-2a1e05a2e6fd
|
public void setCustomObject14Type(crmondemand.xml.customobject6.query.QueryType customObject14Type) {
this.customObject14Type = customObject14Type;
}
|
afe288b6-05c5-46a0-8c7a-cab545c92f96
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList3() {
return this.customPickList3;
}
|
f4444b71-25c3-49bd-868c-fe3ba34a7cda
|
public java.lang.Boolean getCustomBoolean31() {
return this.customBoolean31;
}
|
f379ced8-c932-45db-91ec-727a08b8018c
|
public ServerInfoDTO(final String cpuWorkLoad) {
super();
this.cpuWorkLoad = cpuWorkLoad;
}
|
e5b22bd3-dff4-4604-812e-3a6dace51915
|
public crmondemand.xml.opportunity.query.QueryType getCustomInteger23() {
return this.customInteger23;
}
|
eb3db9f1-d132-43cb-94c0-5bd5e455d643
|
public crmondemand.xml.contact.query.QueryType getCustomPickList58() {
return this.customPickList58;
}
|
a7a51e4c-253a-4950-9330-9c563779b0b7
|
public crmondemand.xml.contact.query.QueryType getCustomDate54() {
return this.customDate54;
}
|
99c66ad4-684a-439b-b74a-f9087388daf9
|
public void setCustomNumber26(crmondemand.xml.contact.query.QueryType customNumber26) {
this.customNumber26 = customNumber26;
}
|
9b20f992-bd95-4463-8c60-361902f9a846
|
public void setCustomObject14Id(crmondemand.xml.contact.query.QueryType customObject14Id) {
this.customObject14Id = customObject14Id;
}
|
511df194-af17-40be-8e0a-ec24b6940c74
|
public void setCustomDate34(crmondemand.xml.customobject3.query.QueryType customDate34) {
this.customDate34 = customDate34;
}
|
0372a963-acca-4ca9-b415-dcfe47b75b0e
|
public void setCustomText25(crmondemand.xml.contact.query.QueryType customText25) {
this.customText25 = customText25;
}
|
a87cca24-e947-4e12-bfec-d4576a0f1d9f
|
public crmondemand.xml.customobject6.query.QueryType getUpdatedByAlias() {
return this.updatedByAlias;
}
|
598cf0aa-8595-4c4a-b2d9-6cd7cf264a73
|
public InputHandler(Game game) {
game.addKeyListener(this);
}
|
77d0e31a-1f7a-4147-89dd-7fa20bb3574e
|
public crmondemand.xml.contact.query.QueryType getCustomInteger3() {
return this.customInteger3;
}
|
cc888ace-8a53-4e10-b817-754bff1cb774
|
private int longueurCleMin(IMessage clair, IMessage crypte,boolean premier) {
int i=0;
while(i<clair.taille() && clair.getChar(i)==crypte.getChar(i)) {
i++;
}
int distancePremierCaractere=(crypte.getChar(i)-clair.getChar(i)+26)%26;
ArrayList<Integer> al=new ArrayList<Integer>();
int r=i+1;
for(int j=i+1;j<clair.taille();j++) {
if((crypte.getChar(j)-clair.getChar(j)+26)%26==distancePremierCaractere || (crypte.getChar(j)-clair.getChar(j)+26)%26==0) {
al.add(r-i);
}
if(clair.getChar(i)==crypte.getChar(i)) {
r--;
}
r++;
}
ArrayList<Integer> pos=new ArrayList<Integer>();
boolean estOK=true;
for(int z=0;z<al.size();z++) {
estOK=true;
for(int k=al.get(z);k<clair.taille()-i;k+=al.get(z)) {
if(!al.contains(k)) {
if(al.get(z)==6) {
}
estOK=false;
}
}
if(estOK) {
pos.add(al.get(z));
}
}
int min=pos.get(0);
for(int q=1;q<pos.size();q++) {
if(pos.get(q)<min) {
min=pos.get(q);
}
}
if(!premier) {
return min;
}
else {
int kn=this.longueurCleMin(Fabrique.fabriquerMessage(clair.toString().substring(i+1)), Fabrique.fabriquerMessage(crypte.toString().substring(i+1)), false);
if(kn==min) {
return min;
}
else {
return Math.max(kn,min);
}
}
}
|
2fea3c2e-4191-4f16-bbfd-a3cd11d4b0fb
|
public void setCustomPickList8(crmondemand.xml.contact.query.QueryType customPickList8) {
this.customPickList8 = customPickList8;
}
|
01ba268e-3b32-479d-8e73-83e3c5c05d0a
|
public void setCustomDate1(java.util.Calendar customDate1) {
this.customDate1 = customDate1;
}
|
7a1e91ce-9391-4e4c-9075-768ee5b500b5
|
public void setCustomNumber10(crmondemand.xml.customobject6.query.QueryType customNumber10) {
this.customNumber10 = customNumber10;
}
|
b97e9960-51e2-47ea-a93c-3d824f88a74c
|
public java.lang.String getCustomPickList8() {
return this.customPickList8;
}
|
8d821a07-3f10-4afa-8385-e31d7019fa83
|
public crmondemand.xml.opportunity.query.QueryType getMedEdId() {
return this.medEdId;
}
|
c237583a-6933-4060-a25b-e81956d613ae
|
public void setCustomObject4Id(java.lang.String customObject4Id) {
this.customObject4Id = customObject4Id;
}
|
8026a2b0-daaa-40a1-b36b-d03d471b1b11
|
public void setCustomObject2Id(java.lang.String customObject2Id) {
this.customObject2Id = customObject2Id;
}
|
7402a27a-85a9-46cd-b0c1-45b3b53a3a89
|
public final void dispose(final MapleCharacter c) {
final boolean lead = energyBarDecrease != null && timerSchedule != null;
if (energyBarDecrease != null) {
energyBarDecrease.cancel(false);
energyBarDecrease = null;
}
if (timerSchedule != null) {
timerSchedule.cancel(false);
timerSchedule = null;
}
if (c.getParty() != null && lead && c.getParty().getMembers().size() > 1) {
fail(c);
return;
}
c.setPyramidSubway(null);
}
|
fcabae19-7afb-405d-9610-e3fda388d5f7
|
public void setCustomText48(java.lang.String customText48) {
this.customText48 = customText48;
}
|
45a869e6-a4fe-4f81-a526-f19aa91a6c3a
|
public void setCustomPickList22(java.lang.String customPickList22) {
this.customPickList22 = customPickList22;
}
|
143d39f1-3a50-48b2-b4d3-ef4693e0240c
|
public java.lang.Integer getCustomInteger10() {
return this.customInteger10;
}
|
002d24ad-cc21-419c-9960-09cddf91aec0
|
public void setCustomDate5(crmondemand.xml.customobject6.query.QueryType customDate5) {
this.customDate5 = customDate5;
}
|
bd762b8b-0322-46ae-96b6-cfaf2373675a
|
@Override
public void actionPerformed(ActionEvent e) {
if(h.getText().equalsIgnoreCase(hs))
{
h.setForeground(cc);
h.setBorder(null);
h.setEditable(false);
}
else
{
h.setForeground(wc);
}
}
|
f6f80340-95ff-4d76-8b4e-2fe58698a116
|
public java.math.BigDecimal getCustomNumber32() {
return this.customNumber32;
}
|
04d2ae90-6955-406f-802d-8506850eaf27
|
public void setCustomDate43(java.util.Calendar customDate43) {
this.customDate43 = customDate43;
}
|
0df4c73a-4567-4b95-9384-90a95c73d769
|
public void setCustomPickList40(crmondemand.xml.contact.query.QueryType customPickList40) {
this.customPickList40 = customPickList40;
}
|
174d92ab-9051-45ed-b53f-09712734c6f4
|
public crmondemand.xml.customobject3.query.QueryType getCustomNumber34() {
return this.customNumber34;
}
|
23268b84-4de5-4277-b732-f38fddce2330
|
public java.math.BigDecimal getCustomCurrency11() {
return this.customCurrency11;
}
|
3c254ae8-e8d9-4b79-b967-5527b499453a
|
public void setCustomObject14Id(java.lang.String customObject14Id) {
this.customObject14Id = customObject14Id;
}
|
a0fe8d9f-e47f-4351-ad6c-bf79e94c9981
|
public void setName(String name) {
this.name = name;
}
|
9f3d64de-15cb-47d1-932b-ba9e9249f5cb
|
public java.math.BigDecimal getCustomNumber39() {
return this.customNumber39;
}
|
e09547ab-23b8-42da-8d59-85bd38051639
|
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
|
36241cec-5ef2-4bde-bb08-70b262017429
|
public void setServiceRequestStatus(java.lang.String serviceRequestStatus) {
this.serviceRequestStatus = serviceRequestStatus;
}
|
9a135908-b9e8-484b-8128-a06a35310ec7
|
public java.lang.String getCustomText56() {
return this.customText56;
}
|
867298e0-57c8-4da7-9e5a-b2224e154eac
|
public crmondemand.xml.contact.query.QueryType getFundRequestStatus() {
return this.fundRequestStatus;
}
|
68a16601-9c8b-49c4-9836-915d9c9260af
|
public crmondemand.xml.customobject3.query.QueryType getCustomText20() {
return this.customText20;
}
|
bb0df263-4248-4899-9e94-f073cf551bfe
|
public void setCustomPickList97(crmondemand.xml.contact.query.QueryType customPickList97) {
this.customPickList97 = customPickList97;
}
|
a90e74ab-fc4a-4730-9223-b084534a996d
|
public java.lang.String getCustomText73()
{
return this.customText73;
}
|
09a4beaa-aa99-4fe8-aa17-3553972ad37a
|
public ResultSet phoneQuery(String phone) {
ResultSet rs = null;
try
{
stmt = conn.prepareStatement("select idCustomer, First, Last, Street, City, State, Zip, isClubMember from customer_data, customer_data_has_phone, phone where customer_data.idCustomer = customer_data_has_phone.CUSTOMER_DATA_idCustomer && customer_data_has_phone.PHONE_idPhone = phone.idPhone && phone.phoneNum = ?");
stmt.setString(1, phone);
rs = stmt.executeQuery();
} catch (SQLException e)
{
e.printStackTrace();
}
return rs;
}
|
6a509e44-ced1-4303-a67f-0d51fc48d45d
|
public crmondemand.xml.customobject3.query.QueryType getCustomObject12ExternalSystemId() {
return this.customObject12ExternalSystemId;
}
|
5938d1f3-c71d-41a8-a303-9f88b29c6045
|
public void setCustomBoolean3(java.lang.Boolean customBoolean3) {
this.customBoolean3 = customBoolean3;
}
|
c513a248-4090-484e-891c-6ab3209c45e2
|
public java.lang.String getBookName() {
return this.bookName;
}
|
183f3abe-565b-445a-8e63-3bcb8e79e287
|
public java.lang.String getOwnerId() {
return this.ownerId;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.