id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
4a3b1b31-92cc-4d43-80bf-c463a7d22e52
|
public java.lang.String getCustomObject5Id() {
return this.customObject5Id;
}
|
08214365-5af6-45c2-a832-980bc6e479ff
|
public java.util.Calendar getFinancialAccountOpenDate() {
return this.financialAccountOpenDate;
}
|
d2d672a5-2f1a-4c72-811f-30eacb9baee7
|
public crmondemand.xml.customobject6.query.QueryType getCustomText13() {
return this.customText13;
}
|
25ab04a0-e245-4d14-b8fc-414f4a947310
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList46() {
return this.customPickList46;
}
|
0833f759-4915-4b9c-b044-d01f2c0c8c03
|
public crmondemand.xml.customobject3.query.QueryType getCustomPhone17() {
return this.customPhone17;
}
|
e2cdf321-052e-4660-997b-8fe7f86d704f
|
public void setCustomPickList96(crmondemand.xml.customobject6.query.QueryType customPickList96) {
this.customPickList96 = customPickList96;
}
|
ac5bb538-6880-4f04-bb24-6a267a980af9
|
public crmondemand.xml.customobject3.query.QueryType getPortfolioIntegrationId() {
return this.portfolioIntegrationId;
}
|
53ea585e-5781-4cfd-9cc6-961553e70955
|
* @return int
*/
public static int integerLength(long x) {
if (x < 0) {
x = -1 - x;
}
if (x == 0) {
return (0);
}
{ int bot = 0;
int top = Stella.LONG_INTEGER_BIT_WIDTH - 1;
int split = 0;
long rem = 0l;
for (;;) {
split = ((bot + top) >> 1);
rem = (x >> split);
if (rem == 1) {
return (split + 1);
}
if (rem == 0) {
top = split - 1;
}
else {
bot = split + 1;
}
}
}
}
|
d8e17c07-02d1-4935-9334-de4ad37b4c5e
|
public void addElement(Element element) {
currentPlanet.addElement(element);
}
|
71525c2d-7755-4894-9087-95c76038509c
|
public void setStmLMinZField(JFormattedTextField stmLMinZField) {
this.stmLMinZField = stmLMinZField;
}
|
9c3f96f6-7ccb-438c-ba81-c475676ba7b4
|
public crmondemand.xml.opportunity.query.QueryType getCustomPickList17() {
return this.customPickList17;
}
|
168f09f1-b32d-4fe5-8f2a-56aa03b30e4e
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList47() {
return this.customPickList47;
}
|
9eba636b-4b98-4fdc-b5fd-9d8a1ea2a626
|
public java.lang.Boolean getIsDifferentCity() {
return IsDifferentCity;
}
|
e001cc67-0ee5-48a7-b69d-66e884d2092d
|
public List<Rectangle> getHoles() {
return holes;
}
|
c4a6115e-ed8f-4a43-8c80-1c162b161aec
|
private int countDiffTypes() {
CardList list = AllZoneUtil.getCardsInGraveyard();
int count = 0;
for (int q = 0; q < list.size(); q++) {
if (list.get(q).isCreature()) {
count++;
break;
}
}
for (int q = 0; q < list.size(); q++) {
if (list.get(q).isSorcery()) {
count++;
break;
}
}
for (int q = 0; q < list.size(); q++) {
if (list.get(q).isInstant()) {
count++;
break;
}
}
for (int q = 0; q < list.size(); q++) {
if (list.get(q).isArtifact()) {
count++;
break;
}
}
for (int q = 0; q < list.size(); q++) {
if (list.get(q).isEnchantment()) {
count++;
break;
}
}
for (int q = 0; q < list.size(); q++) {
if (list.get(q).isLand()) {
count++;
break;
}
}
for (int q = 0; q < list.size(); q++) {
if (list.get(q).isPlaneswalker()) {
count++;
break;
}
}
for (int q = 0; q < list.size(); q++) {
if (list.get(q).isTribal()) {
count++;
break;
}
}
return count;
}
|
7c7c8a20-8a9a-458a-a9b8-4aaac030cd9e
|
public void setCustomObject6IntegrationId(crmondemand.xml.customobject6.query.QueryType customObject6IntegrationId) {
this.customObject6IntegrationId = customObject6IntegrationId;
}
|
c4eae854-b01c-43ef-9d3c-12d4f15a407d
|
public void setOriginatingPartnerAccountChannelAccountManagerAlias(crmondemand.xml.customobject3.query.QueryType originatingPartnerAccountChannelAccountManagerAlias) {
this.originatingPartnerAccountChannelAccountManagerAlias = originatingPartnerAccountChannelAccountManagerAlias;
}
|
cde18f2d-89a7-4654-88d8-7b3d41c90781
|
public boolean isGoalState(PuzzleState state) {
return state.equals(goalState);
}
|
182d9a20-6ad6-4de8-bc8b-2b4b5afac217
|
public void setCreatedByEMailAddr(java.lang.String createdByEMailAddr) {
this.createdByEMailAddr = createdByEMailAddr;
}
|
dc8cf44d-b8ac-452e-9de0-be45ca6e4191
|
public void quack() {}
|
f3d3f5b3-de84-4fda-8b75-8b46bda8b10d
|
public java.lang.String getCustomText77() {
return this.customText77;
}
|
f3b40009-643d-4dec-8467-eebc5bd4aa69
|
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
schemes.get(oprot.getScheme()).getScheme().write(oprot, this);
}
|
6716678a-5d81-4423-815e-0ab35184f996
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList40() {
return this.customPickList40;
}
|
e89201b1-e1bd-4b2f-83ed-ecbcf8530020
|
public void setCustomPickList21(crmondemand.xml.contact.query.QueryType customPickList21) {
this.customPickList21 = customPickList21;
}
|
77259c28-e68d-42fa-a17c-3e6686733656
|
public void setSPRequestSPRequestName(java.lang.String sPRequestSPRequestName)
{
this.sPRequestSPRequestName = sPRequestSPRequestName;
}
|
d7433255-7e55-44cc-96f3-a2a93481685f
|
public java.lang.String getPrimaryProductStatus() {
return this.primaryProductStatus;
}
|
a2d809ef-caee-4cff-a7cc-f35286ca2089
|
private UserContainer(){
}
|
cc37fc74-40ac-4823-9287-5b227732db27
|
public void setCustomNumber60(crmondemand.xml.opportunity.query.QueryType customNumber60) {
this.customNumber60 = customNumber60;
}
|
653cce14-76a8-4d99-8c93-8405d3b1199c
|
public void setInvtPeriodActiveFlg(java.lang.Boolean invtPeriodActiveFlg) {
this.invtPeriodActiveFlg = invtPeriodActiveFlg;
}
|
d70d1809-a4e3-4feb-b1d1-8fa721389c91
|
public void setCustomPickList50(crmondemand.xml.contact.query.QueryType customPickList50) {
this.customPickList50 = customPickList50;
}
|
8995b41c-4427-434f-9c34-f7776c5aae3f
|
public void setCustomPickList29(crmondemand.xml.customobject6.query.QueryType customPickList29) {
this.customPickList29 = customPickList29;
}
|
8373ea37-07be-4213-8287-4c2ecd1dcc00
|
public crmondemand.xml.customobject6.query.QueryType getCustomNumber16() {
return this.customNumber16;
}
|
f10c0b32-fc74-40ab-a4ce-6844057e44b2
|
public void setCreatedBy(crmondemand.xml.customobject6.query.QueryType createdBy) {
this.createdBy = createdBy;
}
|
5eed7c7b-1473-4fba-8bec-b856a92bca98
|
public void setCustomText30(java.lang.String customText30) {
this.customText30 = customText30;
}
|
ed4e6690-60e9-4323-a827-e4c3e703c09b
|
public void setCustomText50(crmondemand.xml.customobject6.query.QueryType customText50) {
this.customText50 = customText50;
}
|
07ffef6d-e672-4579-a6a2-13100270a9ad
|
void recordVDNDomainEntry(String vdn_domain_we_are_entering) {
log.info("recordVDNDomainEntry: -- entering VDN domain for Address "
+ vdn_domain_we_are_entering
+ " - wasEverMonitoredByCallsViaDevice="
+ this.wasEverMonitoredByCallsViaDevice + " refVDN="
+ this.refVDN);
String found_name = null;
this.wasEverMonitoredByCallsViaDevice = true;
if (this.refVDN != null) {
found_name = this.refVDN.getName();
if (!found_name.equals(vdn_domain_we_are_entering)) {
recordVDNDomainExit();
}
}
if (this.refVDN == null) {
TSDevice tsDevice = this.provider
.createDevice(vdn_domain_we_are_entering);
this.refVDN = ((TsapiAddress) TsapiCreateObject.getTsapiObject(
tsDevice, true));
}
}
|
f60de331-064a-4c1e-80a2-b5d038926f7d
|
public void setCustomCurrency11(crmondemand.xml.customobject3.query.QueryType customCurrency11) {
this.customCurrency11 = customCurrency11;
}
|
f97f7337-aa9d-4b49-8889-89a7f7f0370b
|
public crmondemand.xml.opportunity.query.QueryType getCustomText37() {
return this.customText37;
}
|
9953f8a3-f590-469a-9b22-af54c17cdb60
|
public java.lang.String getCustomPickList2() {
return this.customPickList2;
}
|
516cec05-993b-4b91-bf3f-0611d82299f6
|
public crmondemand.xml.contact.query.QueryType getFinancialAccountIntegrationId() {
return this.financialAccountIntegrationId;
}
|
37730418-8556-4639-bf24-88dbc65e98e5
|
public void setMilk(boolean milk) {this.milk = milk;}
|
b7a6fc66-157f-4538-a6dc-deacc2f0f653
|
public java.lang.String getCustomText56() {
return this.customText56;
}
|
05cd0b16-05ec-4eb4-9e14-a7fc9ea3992d
|
public void setCustomBoolean0(crmondemand.xml.customobject3.query.QueryType customBoolean0) {
this.customBoolean0 = customBoolean0;
}
|
833c4a41-5610-4898-b83e-c1ece78752e2
|
public void setEndCustomerId(crmondemand.xml.customobject3.query.QueryType endCustomerId) {
this.endCustomerId = endCustomerId;
}
|
53058105-ef52-4b3e-ab37-0afbd0c383e1
|
public crmondemand.xml.contact.query.QueryType getCustomText56() {
return this.customText56;
}
|
57a103a3-5296-437f-9a35-5fce261cdf67
|
public void setOrderItemOrderItemNum(java.math.BigDecimal orderItemOrderItemNum) {
this.orderItemOrderItemNum = orderItemOrderItemNum;
}
|
98b59316-c6ff-4aec-a45f-aeaab1e08f0a
|
public void setCustomPickList43(java.lang.String customPickList43) {
this.customPickList43 = customPickList43;
}
|
63b95700-5142-42a9-a328-c25c3eb8664b
|
public void setCustomPhone18(crmondemand.xml.customobject6.query.QueryType customPhone18) {
this.customPhone18 = customPhone18;
}
|
405bfd4d-687c-4c72-998a-628291197928
|
public java.lang.String getContactId() {
return this.contactId;
}
|
5da6e3a0-3bf5-456f-a177-3b014955d4a6
|
public void setCustomText99(java.lang.String customText99) {
this.customText99 = customText99;
}
|
fe16c603-4eed-413d-9d7d-2adb3dd5fa7b
|
public int getHours() {
return creditHours;
}
|
f146c2f0-d32e-48a8-ad2d-9dd17f832ff2
|
public static com.google.protobuf.DescriptorProtos.FieldDescriptorProto parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
|
51c03b28-9236-4fd6-aed1-52805b42ed53
|
public crmondemand.xml.opportunity.query.QueryType getCustomObject7Type() {
return this.customObject7Type;
}
|
5797598a-392c-4df8-9c4c-cd9114dad739
|
public void setCustomNumber51(crmondemand.xml.contact.query.QueryType customNumber51) {
this.customNumber51 = customNumber51;
}
|
86387084-a082-4d9b-8622-dc59c8a44e2c
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList32() {
return this.customPickList32;
}
|
56c7597a-7fe6-4f30-a984-10fd12ffb219
|
public void setCustomBoolean12(java.lang.Boolean customBoolean12) {
this.customBoolean12 = customBoolean12;
}
|
d07f7099-b922-45d4-89cf-fec133f06c19
|
public java.lang.String getOperation() {
return this.operation;
}
|
71fb062a-260b-477c-b405-2d2ae8d1c24c
|
public void setCustomPickList86(java.lang.String customPickList86) {
this.customPickList86 = customPickList86;
}
|
031ca9df-b538-49c1-9142-57c58c6ebc78
|
public void setCustomText25(crmondemand.xml.customobject3.query.QueryType customText25) {
this.customText25 = customText25;
}
|
798e3fb0-8f83-427d-8f22-c8881e73371b
|
public java.math.BigDecimal getShortDays() {
return this.shortDays;
}
|
c16ded73-d280-4435-ad5d-fac7bffba9fb
|
public void setSolutionStatus(crmondemand.xml.customobject3.query.QueryType solutionStatus) {
this.solutionStatus = solutionStatus;
}
|
117eaec4-2283-425e-8d3c-466972650a1d
|
public void setPrice(float price){ this.price = price; }
|
05fdcf83-4d8c-46b9-a940-95e0de89891a
|
public void setCustomDate17(crmondemand.xml.contact.query.QueryType customDate17) {
this.customDate17 = customDate17;
}
|
5e89525b-ce54-44ee-8a40-edb1df5cf861
|
protected void fileArrestResister(Law laws, Area myArea, LegalWarrant W)
{
if((W.criminal()!=null)
&&(W.arrestingOfficer()!=null)
&&(!W.arrestingOfficer().amDead())
&&(!W.crime().equalsIgnoreCase("pardoned"))
&&(!CMLib.flags().isInTheGame(W.criminal(),true))
&&(isStillACrime(W,false)))
{
if(laws.basicCrimes().containsKey("RESISTINGARREST"))
{
final String[] info=laws.basicCrimes().get("RESISTINGARREST");
fillOutWarrant(W.criminal(),
laws,
myArea,
null,
info[Law.BIT_CRIMELOCS],
info[Law.BIT_CRIMEFLAGS],
info[Law.BIT_CRIMENAME],
info[Law.BIT_SENTENCE],
info[Law.BIT_WARNMSG]);
}
}
}
|
1fa75ad6-b9b8-4fd1-8328-d04b3b6a18e7
|
@Test
public void testPublic() {
Differentiator d = new Differentiator();
d.evaluate("(Hi * there)", "foo");
}
|
b816edb2-896e-4f13-9496-45cc4b6ebbdd
|
public crmondemand.xml.contact.query.QueryType getCustomPickList64() {
return this.customPickList64;
}
|
2d882e2a-a770-46b8-8d94-7137e0a8ff4a
|
public static QuestionType[] getQuestionTypes(Statement stmt) throws SQLException {
String query = "SELECT type, type_name FROM question_types";
ResultSet rs = stmt.executeQuery(query);
rs.last();
int numTypes = rs.getRow();
QuestionType[] types = new QuestionType[numTypes];
rs.first();
for (int i = 1; i <= numTypes; i++) {
QuestionType qt = new QuestionType(rs.getString("type"), rs.getString("type_name"));
types[i - 1] = qt;
rs.next();
}
return types;
}
|
24624c02-af68-43dd-b318-663881cd550c
|
public crmondemand.xml.customobject3.query.QueryType getCustomInteger7() {
return this.customInteger7;
}
|
e5bfe23d-6551-416d-9843-2ea2b2de48ad
|
public java.lang.String getInvtPeriodId() {
return this.invtPeriodId;
}
|
8ff0c650-bdd2-4511-aba6-67a8002c9df3
|
public static Banco getInstancia() {
if (instancia == null)
instancia = new Banco();
return instancia;
}
|
73683e6b-40db-4b62-bc68-e4c01579abda
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList11() {
return this.customPickList11;
}
|
2f0887aa-be80-4da5-939a-a5ef4f241cd9
|
public void setFinancialAccountJoint(crmondemand.xml.customobject3.query.QueryType financialAccountJoint) {
this.financialAccountJoint = financialAccountJoint;
}
|
bda633ae-f97c-456d-bb33-8a34d15bf9b4
|
public java.lang.String getOrderNumber() {
return this.orderNumber;
}
|
357b8b44-3ded-42a7-8588-ea0f9f7c1b98
|
private void writeFixedLengthString(String str, int offset, int length) {
byte[] translated = translateString(str);
int len = Math.min(translated.length, length);
System.arraycopy(translated, 0, rom, offset, len);
while (len < length) {
rom[offset + len] = 0x50;
len++;
}
}
|
a1a049f6-9270-425d-b8bc-8387dc62a0c1
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList12() {
return this.customPickList12;
}
|
9da29b9f-b342-4f11-9925-418dce958312
|
public void setCustomInteger28(java.lang.Integer customInteger28) {
this.customInteger28 = customInteger28;
}
|
6c31d920-e894-4747-9c32-15ce287a6f01
|
public void setCustomInteger34(crmondemand.xml.contact.query.QueryType customInteger34) {
this.customInteger34 = customInteger34;
}
|
0833fe94-c9ab-402a-af21-154f9ddee838
|
public crmondemand.xml.opportunity.query.QueryType getCustomText4() {
return this.customText4;
}
|
1056ca58-ae88-4400-ad2a-2a4bf8ce0a1d
|
public crmondemand.xml.contact.query.QueryType getCustomDate28() {
return this.customDate28;
}
|
b872bcfe-6a07-42a9-86d5-2115cdd20b7b
|
public java.lang.String getCustomPickList63() {
return this.customPickList63;
}
|
81c9022f-aa59-4837-acb9-a31d73f00d0f
|
public crmondemand.xml.customobject6.query.QueryType getCustomNumber59() {
return this.customNumber59;
}
|
85d402d8-61bd-45a2-9815-8a80aa107a90
|
public java.math.BigDecimal getCustomNumber2() {
return this.customNumber2;
}
|
bbbb5dc2-f51a-40bd-91f6-6cfb30ce885a
|
public java.lang.String getIntegrationId() {
return this.integrationId;
}
|
f3dbdb4d-f20b-490c-8f6e-53e01a81eecc
|
public void setCustomText79(java.lang.String customText79) {
this.customText79 = customText79;
}
|
752d11f3-c96f-4aa5-8361-6289911e620e
|
public java.lang.String getCustomPickList24() {
return this.customPickList24;
}
|
351e8f78-df73-46ee-aa81-c27e6664e94a
|
public void setAttachFileName(java.lang.String attachFileName) {
this.attachFileName = attachFileName;
}
|
bb355cfe-d5f5-44e1-af0c-42195907d88e
|
public void setCustomDate22(crmondemand.xml.customobject3.query.QueryType customDate22) {
this.customDate22 = customDate22;
}
|
24824b93-82dd-447e-8a7c-ba57322e7192
|
public void setCustomText50(crmondemand.xml.customobject6.query.QueryType customText50) {
this.customText50 = customText50;
}
|
ff3b427b-1214-4942-9c2f-fc270b41a76d
|
public java.lang.String getContactLastName() {
return this.contactLastName;
}
|
e75f5e7f-33aa-4735-898f-59acb289afb7
|
public java.lang.Boolean getCustomBoolean3() {
return this.customBoolean3;
}
|
27ab1548-dd8b-477b-a0a9-61a5ab3d78f9
|
public java.lang.String getCreatedByUserSignInId() {
return this.createdByUserSignInId;
}
|
d6ddb897-56ad-460c-a824-8471fdd1a42a
|
public void setExamStatus(java.lang.String examStatus) {
this.examStatus = examStatus;
}
|
afd38d26-c70b-4683-bc65-0a71fd83ed51
|
@Test
public void testEqualForStrings() {
Context c = new Context();
DataFactory factory = new DataFactory();
IVPString a = factory.createIVPString();
IVPString b = factory.createIVPString();
EqualTo eq = factory.createEqualTo();
eq.setExpressionA(a.getUniqueID());
eq.setExpressionB(b.getUniqueID());
a.setValueType(IVPValue.STRING_TYPE);
b.setValueType(IVPValue.STRING_TYPE);
c.addString(a.getUniqueID(), "hello");
c.addString(b.getUniqueID(), "hello1");
HashMap map = new HashMap();
map.put(a.getUniqueID(), a);
map.put(b.getUniqueID(), b);
map.put(eq.getUniqueID(), eq);
IVPBoolean result = (IVPBoolean) eq.evaluate(c, map, factory);
assertFalse(c.getBoolean(result.getUniqueID()));
b.updateValue(c, "hello");
result = (IVPBoolean) eq.evaluate(c, map, factory);
assertTrue(c.getBoolean(result.getUniqueID()));
}
|
0a73c273-c51b-4bee-bb11-2fd08b0a10eb
|
public void setAccountOwner(java.lang.String accountOwner) {
this.accountOwner = accountOwner;
}
|
9450bb2b-1b63-492c-837b-6c17e4c66e89
|
public void setCustomDate49(crmondemand.xml.contact.query.QueryType customDate49) {
this.customDate49 = customDate49;
}
|
d82c4a4f-3b82-4fa8-b60d-2a5d162bdf8e
|
public java.util.Calendar getCustomDate39() {
return this.customDate39;
}
|
7f5da5a2-4024-448c-8d91-d4f483b95882
|
public crmondemand.xml.customobject3.query.QueryType getCustomInteger31() {
return this.customInteger31;
}
|
4c390e95-39b1-412f-829f-3561639bed71
|
public crmondemand.xml.opportunity.query.QueryType getCustomText57() {
return this.customText57;
}
|
d98200f3-2afd-4a6f-a536-4adc49481331
|
public java.lang.Boolean getCustomBoolean34() {
return this.customBoolean34;
}
|
d3359a5d-6055-4c2f-9c48-0b5227831974
|
*
* @throws IllegalStateException Falls ein Typ sowohl einen dynamischen als auch einen konfigurierenden Typen erweitert.
*/
private boolean isDynamicType(List<SystemObjectType> superTypes) {
boolean isConfigurating = false;
if(superTypes.size() > 0) isConfigurating = superTypes.get(0).isConfigurating();
for(SystemObjectType objectType : superTypes) {
if(objectType.isConfigurating() != isConfigurating) {
// Typ erweitert sowohl einen dynamischen Typ als auch einen konfigurierenden Typ
throw new IllegalStateException("Typ erweitert sowohl einen dynamischen Typ, als auch einen konfigurierenden Typ.");
}
}
return !isConfigurating;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.