id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
025bf578-35ae-4c1a-ba6d-32732e828bb2
|
public void setCustomText44(java.lang.String customText44) {
this.customText44 = customText44;
}
|
aa7bae6a-121d-4618-9c10-5cdd10d3b534
|
public BloodParticle(int id, int x, int y, int col, int size, double force, Dungeon dungeon, Random random) {
super(id, x, y, dungeon, random);
this.size = size + random.nextInt(2);
int r = random.nextInt(10);
if(r <= 10) this.col = 0xff752323;
if(r <= 7) this.col = 0xff912C2C;
if(r <= 3) this.col = 0xff6E1010;
if(r <= 1) this.col = 0xff4A0C0C;
xx = x;
yy = y;
zz = 20;
xa = random.nextGaussian() * force;
ya = random.nextGaussian() * force;
za = random.nextFloat();
}
|
660992c2-60f2-41d3-8977-0add5416d68d
|
public void setCustomPickList63(crmondemand.xml.contact.query.QueryType customPickList63) {
this.customPickList63 = customPickList63;
}
|
d977e37f-9d02-438b-afd0-9a6d6cc8938b
|
public static byte[] skillCooldown(int sid, int time) {
MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.COOLDOWN.getValue());
mplew.writeInt(sid);
mplew.writeInt(time);
return mplew.getPacket();
}
|
7a54a122-b4c0-411e-b827-d31dadfe8fb1
|
public Builder removeEnumType(int index) {
if (enumTypeBuilder_ == null) {
ensureEnumTypeIsMutable();
enumType_.remove(index);
onChanged();
} else {
enumTypeBuilder_.remove(index);
}
return this;
}
|
07730a25-50ee-42fe-9604-9ffcbef08b06
|
public void setCustomNumber26(crmondemand.xml.contact.query.QueryType customNumber26) {
this.customNumber26 = customNumber26;
}
|
2495fdfc-7467-4e16-b948-60b7d8c627b5
|
public java.lang.String getCustomPickList51() {
return this.customPickList51;
}
|
8f8bac1d-cc1a-45f4-b1c2-528e3173e98e
|
public void setCustomPickList79(java.lang.String customPickList79) {
this.customPickList79 = customPickList79;
}
|
bcf8b601-d9c2-4bda-b6ac-2615ff7b59a9
|
public void setOwnerAlias(java.lang.String ownerAlias) {
this.ownerAlias = ownerAlias;
}
|
ba5b6933-8760-4e19-8a0f-fc8d8ebc053e
|
public static int[][] exempleCarte()
{
final int[][] carte = new int[LARGEUR_GRILLE][HAUTEUR_GRILLE];
int i;
int j;
for (i = 0; i < LARGEUR_GRILLE; i++) {
carte[i][0] = 0;
carte[i][HAUTEUR_GRILLE - 1] = 0;
}
for (j = 0; j < HAUTEUR_GRILLE; j++) {
carte[0][j] = 0;
carte[LARGEUR_GRILLE - 1][j] = 0;
}
for (i = 1; i < LARGEUR_GRILLE - 1; i++) {
for (j = 1; j < HAUTEUR_GRILLE - 1; j++) {
carte[i][j] = 1;
}
}
return carte;
}
|
971322be-cd35-4166-8c99-05ade5a5f0a0
|
public void setCustomPickList56(java.lang.String customPickList56) {
this.customPickList56 = customPickList56;
}
|
acbe8632-8b56-4d07-9d47-8356a67952f7
|
public static void setWeightRangeEvaluatorWrapper(Cons arguments) {
Logic.setWeightRange(((FloatWrapper)(arguments.value)).wrapperValue);
}
|
f829bb28-15be-48c3-af4d-f4ace9aabfec
|
public int getWidth() {
return this.width;
}
|
1ba1613d-36ce-4662-8667-fdcc7415b1ee
|
public JFrame getFrame() {
return frame;
}
|
68601667-c81c-4de1-a41c-bcde493f6a2c
|
public abstract void update(T value);
|
9d05447b-0748-42ad-a410-a2ccaa223e66
|
public java.lang.String getCustomPickList68() {
return this.customPickList68;
}
|
c2e7649b-ec02-41ba-800c-c070a11be576
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList17() {
return this.customPickList17;
}
|
16266cc1-d99c-446a-9fc7-8673eeaee761
|
public void setCustomText14(java.lang.String customText14) {
this.customText14 = customText14;
}
|
3e9f2baf-37df-4cfe-878c-b067bd4f0dbc
|
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean8() {
return this.customBoolean8;
}
|
daf047f2-76c0-4d1b-a360-82e0facf49be
|
public crmondemand.xml.opportunity.query.QueryType getCustomNumber14() {
return this.customNumber14;
}
|
047de7ec-d11c-483f-977c-a574bc5e2544
|
public void setCustomDate27(crmondemand.xml.contact.query.QueryType customDate27) {
this.customDate27 = customDate27;
}
|
a4733f41-9be8-4b5f-835c-ded03bc59ed1
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList92() {
return this.customPickList92;
}
|
c0166565-279f-427e-8404-6653315c8bb1
|
public void setCustomPhone6(crmondemand.xml.customobject3.query.QueryType customPhone6) {
this.customPhone6 = customPhone6;
}
|
e535b934-70c2-4e1c-a7f3-44bc03ff35ee
|
public void setCustomDate31(java.util.Calendar customDate31) {
this.customDate31 = customDate31;
}
|
fdcc560a-aab5-41b0-819c-773fc40e69a4
|
public void setCustomObject7Name(java.lang.String customObject7Name) {
this.customObject7Name = customObject7Name;
}
|
bbc0974b-d797-419a-868d-179da380a508
|
public void setPolicyId(crmondemand.xml.contact.query.QueryType policyId) {
this.policyId = policyId;
}
|
960461a7-6a50-4398-9c71-14ef24a2b2a8
|
public void setCustomPickList41(java.lang.String customPickList41) {
this.customPickList41 = customPickList41;
}
|
f669e9ee-90ec-42be-80a7-390ad8fdf856
|
public crmondemand.xml.contact.query.QueryType getCustomPhone0() {
return this.customPhone0;
}
|
892a0158-3d2a-4c4f-84ee-8393c425e3cf
|
public static PLQueryResult testServerGetExtensionForRelation() {
{ PLString mod = PLString.new_PLString();
PLString relation = PLString.new_PLString();
mod.Value = "AIRCRAFT-KB";
relation.Value = "cost";
return (PLString.serverGetExtensionForRelation(mod, relation));
}
}
|
275e65be-0502-445b-aa31-40df4b403de6
|
public String getGoodsDescrible() {
return goodsDescrible;
}
|
d6a556e1-5606-49b6-8179-ee5757806473
|
public java.lang.String getCustomText87() {
return this.customText87;
}
|
2100144e-dbe3-422d-85af-c5cb592ec1b4
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton22ActionPerformed(evt);
}
|
586d306f-b7d9-4274-95c0-0f278ce483d7
|
public void setCustomNumber61(crmondemand.xml.contact.query.QueryType customNumber61) {
this.customNumber61 = customNumber61;
}
|
d84468a8-a702-44b4-927c-19d35fec6d60
|
public java.math.BigDecimal getCustomCurrency1() {
return this.customCurrency1;
}
|
c743ce2c-5465-4037-8261-18591baef584
|
private boolean isDelim(char c){
if(("+-*/%^()".indexOf(c))!=-1){
return true;
}
return false;
}
|
cb2f4f7d-a40b-40be-9bc1-c33c81ea4b52
|
public void setCustomNumber15(java.math.BigDecimal customNumber15) {
this.customNumber15 = customNumber15;
}
|
f5847895-789d-44e4-8e90-c6f0ceecc289
|
public void setCustomPickList70(crmondemand.xml.opportunity.query.QueryType customPickList70) {
this.customPickList70 = customPickList70;
}
|
ed3b96a6-501d-499c-bc02-4c920814b39c
|
public void setCustomInteger16(crmondemand.xml.customobject6.query.QueryType customInteger16) {
this.customInteger16 = customInteger16;
}
|
976d9a16-f358-41f8-b140-ff47c667e01c
|
public java.lang.String getCustomText43() {
return this.customText43;
}
|
26a0a402-5dda-405d-8ccc-c340342c46ff
|
public crmondemand.xml.opportunity.query.QueryType getCustomPickList98() {
return this.customPickList98;
}
|
6e8e8e17-d8c8-46f3-83e5-0c5651bde2be
|
private GameData()
{
locationHistory = new ArrayList<Location>();
savedGames = new ArrayList<String>();
locations = new ArrayList<Location>();
players = new HashMap<String, Player>();
}
|
bed89f2f-2f8b-4c32-be55-c3dceeb8e90a
|
public java.lang.String getCustomPhone7() {
return this.customPhone7;
}
|
3b4ec7f3-0ca8-4bb8-ad8c-3e460f9a497d
|
public java.util.Calendar getCustomDate59() {
return this.customDate59;
}
|
e5286085-9828-48e9-a402-e6a7ff300f96
|
public void setCustomPickList26(crmondemand.xml.customobject6.query.QueryType customPickList26) {
this.customPickList26 = customPickList26;
}
|
0a24e89f-bc9e-430c-8e39-9c83a0b9cf01
|
public void actionPerformed(ActionEvent e) {
Executer.stop();
Executer.clear();
Executer.execute(Loader.file);
}
|
6feefc11-030d-4559-b48f-040d3f8f2a46
|
public java.lang.String getCustomPickList86() {
return this.customPickList86;
}
|
365caac7-5a97-45b4-90ab-9770edb6eec1
|
public void setCustomPickList54(crmondemand.xml.opportunity.query.QueryType customPickList54) {
this.customPickList54 = customPickList54;
}
|
a103de90-1e48-4428-b3c8-3eb8d6605058
|
public void setPolicyCurrencyCode(java.lang.String policyCurrencyCode) {
this.policyCurrencyCode = policyCurrencyCode;
}
|
75e55d62-45b3-4ca6-8f12-4e3d782e7c27
|
public void setCustomObject5Name(java.lang.String customObject5Name) {
this.customObject5Name = customObject5Name;
}
|
c4aed5e5-0df3-4ea1-9b3c-783bbae62f8f
|
public void setCustomBoolean15(crmondemand.xml.customobject3.query.QueryType customBoolean15) {
this.customBoolean15 = customBoolean15;
}
|
4fe52355-3a6d-42ef-9da1-0fb5c5ab0755
|
public crmondemand.xml.contact.query.QueryType getCustomText49() {
return this.customText49;
}
|
982abba7-b9d6-44ba-a44e-d03ddf61ee9a
|
public void setCustomText76(java.lang.String customText76) {
this.customText76 = customText76;
}
|
09c0cdd1-416c-4d1a-a851-75b7cbe2bf15
|
public Rectangle2D.Double getViewRectangle() {
return new Rectangle2D.Double(
getMiddleX() - getTrueWidth() / 2,
getMiddleY() - getTrueHeight() / 2,
getTrueWidth(),
getTrueHeight());
}
|
af17ce4d-82b3-43dc-88ee-9e124503f2a6
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList50() {
return this.customPickList50;
}
|
6759d2f6-93bf-48e2-961c-c16fcfed44c3
|
@Override
public void set_reg(int regnum, int val) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
|
2d2bd083-e6fe-4165-accd-0b2fbe7fbb13
|
public void setCustomPhone14(java.lang.String customPhone14) {
this.customPhone14 = customPhone14;
}
|
0133b090-cb2c-4256-b9b5-258845f20096
|
public Object visit(Rule_methodPrologue rule)
{
if (!terminal) System.out.println();
System.out.print("<methodPrologue>");
terminal = false;
visitRules(rule.rules);
if (!terminal) System.out.println();
System.out.print("</methodPrologue>");
terminal = false;
return null;
}
|
b9836ac4-6e4a-4469-99cc-7e1a32cb66a7
|
public void render(Bitmap b, int xx, int yy) {
ImageManager.renderFromImage("itemmap", b, xx, yy, textId, 16, false);
}
|
1bf008b9-4aae-4136-9c19-262cecb4346d
|
public void renderTrail() {
Vec3D ls = null;
for (Vec3D l : trail) {
if (ls != null) {
p5.strokeWeight(1);
p5.stroke(255);
p5.line(l.x, l.y, l.z, ls.x, ls.y, ls.z);
}
ls = l;
}
}
|
e295e3b1-c51c-4571-8695-9e8e77696380
|
public crmondemand.xml.customobject3.query.QueryType getActivityStatus() {
return this.activityStatus;
}
|
07749b4b-7b25-4b6b-99c3-4c2e85f7a566
|
private GameObject createGameObject(IGameObjectType type, Class<? extends GameObject> classType) {
GameObject result = null;
try {
loadGameObjectType(type);
if (gameObjectTypeCache.containsKey(type)) {
Map<String, String> attributeKeyValueList = gameObjectTypeCache.get(type);
if (attributeKeyValueList.containsKey(LOTDConstants.INI_KEY_ABILITY_CLASS_FILE_PATH)) {
// load a specific class file instead of the general one
String classFilePath = attributeKeyValueList.get(LOTDConstants.INI_KEY_ABILITY_CLASS_FILE_PATH);
classFilePath = classFilePath.replaceAll("/", ".");
Object newInstance = Class.forName(classFilePath).newInstance();
if (newInstance instanceof GameObject)
result = (GameObject) newInstance;
else
throw new Exception("Trying to create a custom gameObject that does not extend from GameObject: " + attributeKeyValueList.get(LOTDConstants.INI_KEY_ABILITY_CLASS_FILE_PATH));
} else {
// load the general class file
result = classType.newInstance();
}
// check if unittype or itemtype has abilities to be initialized
// if yes -> create an ability set for the result gameObject
// this set is then filled with the ReflectionUtil
if (attributeKeyValueList.containsKey(LOTDConstants.GAME_OBJECT_KEY_UNIT_ABILITIES) || attributeKeyValueList.containsKey(LOTDConstants.GAME_OBJECT_KEY_ITEM_ABILITIES)) {
if (result instanceof Unit)
((Unit) result).setAbilities(new HashSet<Ability>());
else if (result instanceof Item)
((Item) result).setAbilities(new HashSet<Ability>());
}
for (Entry<String, String> entry : attributeKeyValueList.entrySet()) {
// initialize new unit with its default values taken from its unitType
String attributeToSet = entry.getKey();
if (LOTDConstants.INI_KEY_ABILITY_CLASS_FILE_PATH.equals(attributeToSet)) {
// ignore this attribute because it is handeled above when creating
// the correct instance for the 'result' variable
continue;
}
String attributeValueToSet = entry.getValue();
// check for special key format that is used to initialize Map<?,?> type attributes
// f.e. damage[NATURE]=3
// new format should be damage=NATURE.3 for the ReflectionUtil to work
if (attributeToSet.contains("[")) {
String[] split = attributeToSet.split(Pattern.quote("["));
if (split.length == 2) {
attributeToSet = split[0];
attributeValueToSet = split[1].substring(0, split[1].length() - 1) + "." + attributeValueToSet;
} else
throw new Exception("Incorrect format for initializing a Map<?,?> type attribute: " + entry.getKey());
}
Class<?> attributeType = null;
Method setterMethod = null;
Method getterMethod = null;
if (result instanceof Hero && setterMethodsHero.containsKey(attributeToSet)) {
SimpleEntry<Class<?>, Method> classTypeMethodPairSetter = setterMethodsHero.get(attributeToSet);
attributeType = classTypeMethodPairSetter.getKey();
setterMethod = classTypeMethodPairSetter.getValue();
} else if (result instanceof Unit && setterMethodsUnit.containsKey(attributeToSet) && getterMethodsUnit.containsKey(attributeToSet)) {
SimpleEntry<Class<?>, Method> classTypeMethodPairSetter = setterMethodsUnit.get(attributeToSet);
attributeType = classTypeMethodPairSetter.getKey();
setterMethod = classTypeMethodPairSetter.getValue();
getterMethod = getterMethodsUnit.get(attributeToSet).getValue();
} else if (result instanceof Item && setterMethodsItem.containsKey(attributeToSet)) {
SimpleEntry<Class<?>, Method> classTypeMethodPairSetter = setterMethodsItem.get(attributeToSet);
attributeType = classTypeMethodPairSetter.getKey();
setterMethod = classTypeMethodPairSetter.getValue();
} else if (result instanceof Ability && setterMethodsAbility.containsKey(attributeToSet)) {
SimpleEntry<Class<?>, Method> classTypeMethodPairSetter = setterMethodsAbility.get(attributeToSet);
attributeType = classTypeMethodPairSetter.getKey();
setterMethod = classTypeMethodPairSetter.getValue();
} else if (result instanceof Buff && setterMethodsBuff.containsKey(attributeToSet)) {
SimpleEntry<Class<?>, Method> classTypeMethodPairSetter = setterMethodsBuff.get(attributeToSet);
attributeType = classTypeMethodPairSetter.getKey();
setterMethod = classTypeMethodPairSetter.getValue();
} else if (result instanceof CollidingGameObject && setterMethodsCollidingGameObject.containsKey(attributeToSet)) {
SimpleEntry<Class<?>, Method> classTypeMethodPairSetter = setterMethodsCollidingGameObject.get(attributeToSet);
attributeType = classTypeMethodPairSetter.getKey();
setterMethod = classTypeMethodPairSetter.getValue();
} else if (setterMethodsGameObject.containsKey(attributeToSet)) {
SimpleEntry<Class<?>, Method> classTypeMethodPairSetter = setterMethodsGameObject.get(attributeToSet);
attributeType = classTypeMethodPairSetter.getKey();
setterMethod = classTypeMethodPairSetter.getValue();
}
if (setterMethod != null && !ReflectionUtil.invokeMethod(setterMethod, getterMethod, result, attributeType, attributeToSet, attributeValueToSet))
throw new Exception("GameObject could not be correctly initialized");
}
// set the correct name and description taken from the labels.properties file
GameLogic.INSTANCE.setNameAndDescription(result);
// and add it to the gameObjectCache for later use like collision detection, etc.
gameObjectCache.add(result);
// finally create the sprite if this type has a texturePath defined
createSprite(result, attributeKeyValueList);
if (LOGGER.isDebugEnabled() && result != null)
LOGGER.debug("Successfully created gameObject of type '" + type + "': " + result);
} else
throw new Exception("Couldn't create gameObject of type '" + type + "' because the gameObjectType is not loaded");
} catch (Exception e) {
LOGGER.fatal("Error when trying to create gameObject of type " + type, e);
}
return result;
}
|
0981585c-5971-4337-beae-914216de626e
|
public void tick() {
life--;
if(life <= 0) {
alive = false;
return;
}
if(Game.tickCount % 3 == 0) {
y -= 4;
}
}
|
1fd6513b-a30d-4e5a-9669-31f6ba6f3aec
|
public void read_allocation(Bitstream stream, Header header, Crc16 crc)
{
super.read_allocation (stream, header, crc);
}
|
f0fc014b-65cd-4012-bee4-84afa5e6816f
|
private ArrayList<String> neighbors(String current, HashSet<String> dict, HashMap<String, Boolean> visited) {
ArrayList<String> neighbors = new ArrayList<String>();
for (String s : dict) {
if (visited.get(s) == false && match(s, current)) {
neighbors.add(s);
}
}
return neighbors;
}
|
711f0466-aa94-43e2-ab13-f78185d38221
|
public crmondemand.xml.contact.query.QueryType getCustomObject10Id() {
return this.customObject10Id;
}
|
e6be8346-7642-405d-923d-62782d2c540d
|
public java.lang.String getCustomText46() {
return this.customText46;
}
|
b5f6d476-b74f-40b9-8b34-7564a9e6e4ba
|
public java.lang.String getCustomObject10Id() {
return this.customObject10Id;
}
|
c32b8c15-e272-4c73-87aa-c7d3ac2a116d
|
@Override
public void mouseReleased(MouseEvent e)
{
sim.mouseReleased(e);
}
|
20a63109-9adf-49c0-be86-e30b4800cb38
|
public void setCustomObject13IntegrationId(java.lang.String customObject13IntegrationId) {
this.customObject13IntegrationId = customObject13IntegrationId;
}
|
bb30253e-2edb-4b5d-bbc1-2cdcef26f053
|
public synchronized void setKeepAliveTime(long time) {
keepAliveTime = time;
if(realSvc != null)
realSvc.setKeepAliveTime(time, TimeUnit.MILLISECONDS);
}
|
94ca0e0c-9ba8-478e-bd56-f0ac08cb9448
|
public java.lang.String getCustomText11() {
return this.customText11;
}
|
8234fdba-46d3-4a49-8947-166cc6eb3684
|
public void setOpportunityType(crmondemand.xml.opportunity.query.QueryType opportunityType) {
this.opportunityType = opportunityType;
}
|
ddc1c1b2-51a8-404f-8e38-932da08abd1d
|
public java.lang.String getCustomPhone17() {
return this.customPhone17;
}
|
8fcb83dc-3bfc-4508-9305-c638322c3786
|
public void setCustomPickList67(java.lang.String customPickList67) {
this.customPickList67 = customPickList67;
}
|
8fd9ebb2-b852-4c50-a584-65e1a9d02e47
|
public void setCurrency(java.lang.String currency) {
this.currency = currency;
}
|
8a993887-94bb-4fa8-ba08-60879894fb68
|
public java.lang.String getCustomPickList71() {
return this.customPickList71;
}
|
e26f186d-fc60-4986-a45f-81779b1bac75
|
public static byte[] spawnHaku_change0(int cid) {
MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.HAKU_CHANGE_0.getValue());
mplew.writeInt(cid);
return mplew.getPacket();
}
|
718dc8ea-1ee4-492a-abc6-0572c735c70b
|
public crmondemand.xml.contact.query.QueryType getHomeBranch() {
return this.homeBranch;
}
|
80fed8ae-a932-4bad-85d1-74aea670e58a
|
public void test_plusWeeks_invalidTooLarge() {
LocalDate.of(Year.MAX_YEAR, 12, 25).plusWeeks(1);
}
@Test(expectedExceptions = { DateTimeException.class }, groups = { "tck" }
|
656af265-949f-43d4-9795-eef731af404c
|
public crmondemand.xml.customobject3.query.QueryType getCustomText51() {
return this.customText51;
}
|
83607c28-f2bb-4dab-aa40-9e9fe185b03f
|
public Context(String path, Job job) {
this.path = path;
buffer = new ArrayDeque<String[]>();
partition = new HashMap<Integer, ArrayDeque<String[]>>();
this.job = job;
}
|
188f7c98-1559-4a4c-8276-7a9e54d889c1
|
public org.bwapi.proxy.messages.BasicTypes.PositionOrBuilder getInitialPositionOrBuilder() {
return initialPosition_;
}
|
0d1cc20e-4683-4f8d-9153-8d38007da1cc
|
public crmondemand.xml.opportunity.query.QueryType getCustomText73() {
return this.customText73;
}
|
752e2afb-91e8-4274-9899-135d80c1524d
|
public void setCustomObject2IntegrationId(java.lang.String customObject2IntegrationId) {
this.customObject2IntegrationId = customObject2IntegrationId;
}
|
d4a5502f-f61d-43bf-b01b-87852d077d2c
|
public java.lang.String getCustomPickList22() {
return this.customPickList22;
}
|
9b28bfb3-a2c9-4fb9-832f-a7dda6306473
|
public void setSolutionLegalApproval(java.lang.Boolean solutionLegalApproval) {
this.solutionLegalApproval = solutionLegalApproval;
}
|
c732fcd2-df89-4770-9c1d-f4fa8b2405b0
|
public void setCustomInteger25(java.lang.Integer customInteger25) {
this.customInteger25 = customInteger25;
}
|
1bba4f7b-c518-4aff-9962-60e385934d8c
|
public java.lang.String getUpdatedByAlias()
{
return this.updatedByAlias;
}
|
6e1194fb-17d6-4bd5-b430-2dc0f4f9ca21
|
public void setCustomPickList24(java.lang.String customPickList24) {
this.customPickList24 = customPickList24;
}
|
db3ed1a1-cbfe-40fd-bcd3-024b6d26c7e0
|
public java.lang.String getOpportunityCurrencyCode() {
return this.opportunityCurrencyCode;
}
|
d6bb51bf-bcba-4193-8dca-67bcac67f259
|
public void setContactIntegrationId(crmondemand.xml.opportunity.query.QueryType contactIntegrationId) {
this.contactIntegrationId = contactIntegrationId;
}
|
1f733331-f07a-4843-8501-8b0e6896827e
|
@Override
public void resize(int width, int height) {
selector.x = -400;
selector.y = -240;
}
|
011eb185-4ae4-4ff6-ba25-4820a83e4ce5
|
public void updateGoals(String h) {
if(h != null) {
goals.addElement(h);
}
}
|
2b04b2aa-fd24-48d0-8c20-77d13a9a6565
|
public String getSuite(){
return "Heart";
}
|
2ded30b9-7d88-4500-b393-9d371667d55a
|
public void setCustomNumber126(java.math.BigDecimal customNumber126) {
this.customNumber126 = customNumber126;
}
|
f57802e2-5cdf-4bba-b0dc-638e909ba844
|
public void setCustomBoolean15(crmondemand.xml.customobject6.query.QueryType customBoolean15) {
this.customBoolean15 = customBoolean15;
}
|
3af3f14f-1a74-4b51-a1b6-7a0533918e74
|
public crmondemand.xml.customobject6.query.QueryType getLeadType() {
return this.leadType;
}
|
9c48d1c5-5821-482f-806e-168742847e86
|
public void handler() {
if (CONDITION_EQ()) {
m68ki_branch_byte(MASK_OUT_ABOVE_8(get_CPU_IR()));
USE_CLKS(10);
if (m68klog != null) {
fprintf(m68klog, "beq_8(1) :PC:%d,PPC:%d,mode:%d,dr0:%d,dr1:%d,dr2:%d,dr3:%d,dr4:%d,dr5:%d,dr6:%d,dr7:%d,ar0:%d,ar1:%d,ar2:%d,ar3:%d,ar4:%d,ar5:%d,ar6:%d,ar7:%d,sp0:%d,sp1:%d,sp2:%d,sp3:%d,vbr:%d,sfc:%d,dfc:%d,cacr:%d,caar:%d,ir:%d,t1:%d,t0:%d,s:%d,m:%d,x:%d,n:%d,nz:%d,v:%d,c:%d,intm:%d,ints:%d,stop:%d,halt:%d,intc:%d,prefa:%d,prefd:%d\n", m68k_cpu.pc, m68k_cpu.ppc, m68k_cpu.mode, m68k_cpu.dr[0], m68k_cpu.dr[1], m68k_cpu.dr[2], m68k_cpu.dr[3], m68k_cpu.dr[4], m68k_cpu.dr[5], m68k_cpu.dr[6], m68k_cpu.dr[7], m68k_cpu.ar[0], m68k_cpu.ar[1], m68k_cpu.ar[2], m68k_cpu.ar[3], m68k_cpu.ar[4], m68k_cpu.ar[5], m68k_cpu.ar[6], m68k_cpu.ar[7], m68k_cpu.sp[0], m68k_cpu.sp[1], m68k_cpu.sp[2], m68k_cpu.sp[3], m68k_cpu.vbr, m68k_cpu.sfc, m68k_cpu.dfc, m68k_cpu.cacr, m68k_cpu.caar, m68k_cpu.ir, m68k_cpu.t1_flag, m68k_cpu.t0_flag, m68k_cpu.s_flag, m68k_cpu.m_flag, m68k_cpu.x_flag, m68k_cpu.n_flag, m68k_cpu.not_z_flag, m68k_cpu.v_flag, m68k_cpu.c_flag, m68k_cpu.int_mask, m68k_cpu.int_state, m68k_cpu.stopped, m68k_cpu.halted, m68k_cpu.int_cycles, m68k_cpu.pref_addr, m68k_cpu.pref_data);
}
return;
}
USE_CLKS(8);
if (m68klog != null) {
fprintf(m68klog, "beq_8(2) :PC:%d,PPC:%d,mode:%d,dr0:%d,dr1:%d,dr2:%d,dr3:%d,dr4:%d,dr5:%d,dr6:%d,dr7:%d,ar0:%d,ar1:%d,ar2:%d,ar3:%d,ar4:%d,ar5:%d,ar6:%d,ar7:%d,sp0:%d,sp1:%d,sp2:%d,sp3:%d,vbr:%d,sfc:%d,dfc:%d,cacr:%d,caar:%d,ir:%d,t1:%d,t0:%d,s:%d,m:%d,x:%d,n:%d,nz:%d,v:%d,c:%d,intm:%d,ints:%d,stop:%d,halt:%d,intc:%d,prefa:%d,prefd:%d\n", m68k_cpu.pc, m68k_cpu.ppc, m68k_cpu.mode, m68k_cpu.dr[0], m68k_cpu.dr[1], m68k_cpu.dr[2], m68k_cpu.dr[3], m68k_cpu.dr[4], m68k_cpu.dr[5], m68k_cpu.dr[6], m68k_cpu.dr[7], m68k_cpu.ar[0], m68k_cpu.ar[1], m68k_cpu.ar[2], m68k_cpu.ar[3], m68k_cpu.ar[4], m68k_cpu.ar[5], m68k_cpu.ar[6], m68k_cpu.ar[7], m68k_cpu.sp[0], m68k_cpu.sp[1], m68k_cpu.sp[2], m68k_cpu.sp[3], m68k_cpu.vbr, m68k_cpu.sfc, m68k_cpu.dfc, m68k_cpu.cacr, m68k_cpu.caar, m68k_cpu.ir, m68k_cpu.t1_flag, m68k_cpu.t0_flag, m68k_cpu.s_flag, m68k_cpu.m_flag, m68k_cpu.x_flag, m68k_cpu.n_flag, m68k_cpu.not_z_flag, m68k_cpu.v_flag, m68k_cpu.c_flag, m68k_cpu.int_mask, m68k_cpu.int_state, m68k_cpu.stopped, m68k_cpu.halted, m68k_cpu.int_cycles, m68k_cpu.pref_addr, m68k_cpu.pref_data);
}
}
|
546c34a9-9a28-4ab5-9af8-f9f5bcf699ac
|
public crmondemand.xml.contact.query.QueryType getCustomDate26() {
return this.customDate26;
}
|
a1d3c91e-ee6a-4127-83a6-cf6f81fa4a94
|
public java.lang.String getCustomerAddressProvince() {
return this.customerAddressProvince;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.