id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
ba14a7b4-ad9d-489c-ab8a-9908e7a9c774 | public java.lang.String getCustomText88() {
return this.customText88;
} |
93574756-ed07-4465-9bc7-908934b05579 | public void checkType()
{
if (m_predicateList != null)
{
m_predicateList.checkType();
}
}
}
public class AstPredicateList extends AstBase
{
List m_predicates = new ArrayList();
public void add(AstBase n)
{
... |
549facd9-af71-4a82-a71d-0eb0f498a162 | public void setCustomMultiSelectPickList3(crmondemand.xml.customobject6.query.QueryType customMultiSelectPickList3) {
this.customMultiSelectPickList3 = customMultiSelectPickList3;
} |
4be49a37-0be8-49a5-ba1a-5cd6da42e319 | public crmondemand.xml.customobject6.query.QueryType getCustomInteger24() {
return this.customInteger24;
} |
aa37392b-ac88-4839-b97d-07ed91ab4123 | public void setCustomPhone4(crmondemand.xml.contact.query.QueryType customPhone4) {
this.customPhone4 = customPhone4;
} |
3170b7e6-9371-49a7-99c0-1ce248145d1c | public java.lang.String getCustomText46() {
return this.customText46;
} |
32dc221b-2b68-4a9c-9dec-928ec5ec6fe7 | public crmondemand.xml.opportunity.query.QueryType getCustomDate11() {
return this.customDate11;
} |
924590db-c7e6-437f-80ec-76b393bd6fad | @Override
public Thread newThread(Runnable r) {
MyThread myThread = new MyThread(r, prefix + "-" + counter);
counter++;
return myThread;
} |
517c39cf-dd32-4a45-92e9-33bd9ee185f6 | public void setCustomDate5(java.util.Calendar customDate5) {
this.customDate5 = customDate5;
} |
c4abe20f-f06e-4532-aa9c-8781cf3204d5 | public void setCustomNumber51(java.math.BigDecimal customNumber51) {
this.customNumber51 = customNumber51;
} |
734a4fee-b6b3-46a7-827b-d56a459f92b8 | private void storeToVariable(Variable var, Runnable callback) {
if (var.isField() && !var.isStatic()) {
mBuilder.loadThis();
}
callback.run();
if (var.isField()) {
if (!mVariableMap.containsKey(var)) {
declareVariable(... |
00081f59-1e0e-4fd5-a69c-74abff43b581 | public java.lang.String getCustomObject9IntegrationId() {
return this.customObject9IntegrationId;
} |
271c09f3-23e3-47fb-974f-6bc54d303a10 | public void move(int pX, int pY, int maxX, int maxY) {
if (sleepCounter > 0) {
sleepCounter--;
return;
}
realMove(pX, pY, maxX, maxY);
} |
e46ecdbc-00f6-4489-b5b7-42c6fa21729e | public void setCustomObject4Id(java.lang.String customObject4Id) {
this.customObject4Id = customObject4Id;
} |
29b09bf6-2184-4403-a39b-6db6416565d5 | public static double getSumNumbers(double[] numbers) {
double Summa = 0;
for (int i = 1; i<6; i++)
Summa = Summa + numbers[i];
return Summa;
} |
af97b30d-06a8-492d-a9d8-c95f8a85e499 | @Override
public void proccess(HttpServletRequest request,
HttpServletResponse response) {
LOGGER.info("Requested >>Edit&UpdateView command.");
String recordEmail = (String) request.getParameter(RequestParameters.RECORD_ID);
if (recordEmail != null) {
loadRequestedDa... |
07870675-05ea-4eb4-beab-e759b0b5684b | public java.lang.String getQuickSearch1()
{
return this.quickSearch1;
} |
9be0d080-673c-48da-97d4-cb23105bbb7f | public java.lang.String getCustomObject14Id() {
return this.customObject14Id;
} |
68e7e3c1-e78e-40a2-bd26-186aeee705f6 | @Override
public String parseParms(final String parms)
{
final String numStr=CMParms.getParmStr(parms, "NUM", "");
if(!CMath.isInteger(numStr))
return "Error: Missing or invalid NUM parameter: "+numStr+"!";
num=CMath.s_int(numStr);
String charClassID=CMStrings.deEscape(CMParms.getParmS... |
369ff3cb-f47b-41ba-ab6b-24035d9ea6f1 | public void setCustomText67(java.lang.String customText67) {
this.customText67 = customText67;
} |
802e4af9-3098-4d04-bdf2-0030c2bdc749 | public void setInvtPeriodEndDate(crmondemand.xml.opportunity.query.QueryType invtPeriodEndDate) {
this.invtPeriodEndDate = invtPeriodEndDate;
} |
7b25bc80-3fde-43b4-918e-3c22df0b1323 | public java.lang.String getOwnerId() {
return this.ownerId;
} |
8a610341-a377-486a-9e97-c6ef47c604a5 | @Override
public IIncomingCommand parseFrom(String messagePrefix, String messageIdentifier, String messageParameters)
{
// TODO Auto-generated method stub
return null;
} |
59d1b38e-e040-4ef3-9b98-1ce00f567fcc | public void setCustomObject12IntegrationId(crmondemand.xml.customobject3.query.QueryType customObject12IntegrationId) {
this.customObject12IntegrationId = customObject12IntegrationId;
} |
d3e47e25-2a8b-48af-8e84-a7f0608d338e | public static Cons generateDescriptionsAsRule(Description head, Description tail, Proposition rule, boolean reversepolarityP) {
{ boolean forwardarrowP = ((BooleanWrapper)(KeyValueList.dynamicSlotValue(rule.dynamicSlots, Logic.SYM_LOGIC_FORWARD_ONLYp, Stella.FALSE_WRAPPER))).wrapperValue &&
(!reversepolar... |
31722c9a-a5b1-43ed-a47f-73fef3873806 | public java.lang.String getCustomPickList77() {
return this.customPickList77;
} |
9e664831-a916-4969-abf1-8a5e29de650f | protected static boolean isResourceCodeRoomMapped(final int resourceCode)
{
final Integer I=Integer.valueOf(resourceCode);
for(final Enumeration<Room> e=CMClass.locales();e.hasMoreElements();)
{
final Room R=e.nextElement();
if(!(R instanceof GridLocale))
if((R.resourceChoices()!=null)&&(R.resourceChoi... |
19bc8749-859c-4699-9a7a-2b3fb44a6379 | public java.lang.String getCustomPickList46() {
return this.customPickList46;
} |
997d1b63-3bb7-42f4-9884-26d4990031c2 | public void setCustomBoolean3(crmondemand.xml.customobject6.query.QueryType customBoolean3) {
this.customBoolean3 = customBoolean3;
} |
eab062c7-0df4-4fe7-93de-ec864cdf6ee0 | public void setCustomObject8Id(java.lang.String customObject8Id) {
this.customObject8Id = customObject8Id;
} |
c8c8db6a-ee3b-47ef-a046-c76bde25ee90 | public crmondemand.xml.opportunity.query.QueryType getCustomObject14Type() {
return this.customObject14Type;
} |
fa276045-bef5-4f27-b718-ad1e35c13126 | @Override
public boolean isDaylightSavings(Instant instant) {
return (getStandardOffset(instant).equals(getOffset(instant)) == false);
} |
81ab20a3-1acf-4ed3-8864-a9cc7a2be2bc | public void setCustomObject14Name(crmondemand.xml.contact.query.QueryType customObject14Name) {
this.customObject14Name = customObject14Name;
} |
338fbd23-f443-40a8-b0f6-0bf63e580142 | public java.lang.String getCustomPickList53() {
return this.customPickList53;
} |
43625f27-d054-4880-8a74-b5959c708927 | public Rectangle getBounds() {
return bounds;
} |
a7b2b393-6471-4e42-9f28-64382c897b1e | public java.lang.String getCustomPhone6() {
return this.customPhone6;
} |
fe11c570-a07f-42b6-b56c-8a075e790684 | public ConcretePrototype2(String id) {
super(id);
} |
35e37c17-24f7-4e3f-a9ea-99b72f963943 | public void clearX() {
this.x = 0;
} |
a5f4842e-d12d-43d0-805a-f32d5fc437e3 | public void setCustomNumber9(crmondemand.xml.customobject3.query.QueryType customNumber9) {
this.customNumber9 = customNumber9;
} |
59958485-f348-45c7-ad8e-542e81aa120a | public void setIntegrationId(crmondemand.xml.opportunity.query.QueryType integrationId) {
this.integrationId = integrationId;
} |
92268eea-ba76-40fe-968e-831f07e72aa4 | public void setCustomPickList90(java.lang.String customPickList90) {
this.customPickList90 = customPickList90;
} |
3f48244b-fcb9-4213-afb3-85706de32650 | public static Object newInstance(String className, SubPackageType type, Object... args) throws Exception {
return newInstance(getClass(className, type), args);
} |
40152141-f713-4fa3-9d2f-78af77d0eb8f | public java.lang.String getCustomPickList97() {
return this.customPickList97;
} |
42113217-cdb7-4784-8db9-22147a87b058 | public void setCustomText41(crmondemand.xml.customobject3.query.QueryType customText41) {
this.customText41 = customText41;
} |
1479917d-d7fc-44e8-8bab-a2148efbe10d | public void setOrderId(java.lang.String orderId)
{
this.orderId = orderId;
} |
1aa61c60-5356-4693-b173-96a89343de1a | public void setCustomDate43(crmondemand.xml.customobject6.query.QueryType customDate43) {
this.customDate43 = customDate43;
} |
02692a43-7322-461f-b805-098edfbc5c18 | protected String readNextLN() {
if ( mainReadHandle != null) {
try {
return mainReadHandle.nextLine();
} catch (Exception e) {
return null;
}
}
return null;
} |
9fa66bcb-1afc-4ec0-b19b-51b885d1b148 | public void setCreatedByFirstName(crmondemand.xml.customobject3.query.QueryType createdByFirstName) {
this.createdByFirstName = createdByFirstName;
} |
67b4c656-108d-4487-bd2e-263b9a03afff | public crmondemand.xml.customobject6.query.QueryType getCustomPickList32() {
return this.customPickList32;
} |
981a6ce5-d4fc-4cf5-b68e-ef8141381487 | public static MachinePlayer getInstance(int level) {
return new SimpleMachinePlayer(level);
} |
46803705-ec6a-454c-80da-83abac715012 | public String getUserPassword() {
return userPassword;
} |
8325d486-79a2-4bd8-8fca-acd20e915c18 | public java.util.Calendar getCustomDate16() {
return this.customDate16;
} |
dc9637a8-d7b1-4274-97bd-1dbce2a99363 | PixelFountain()
{
this(100);
} |
43a53a95-2ad7-4d6d-b723-33dca5e74246 | public crmondemand.xml.opportunity.query.QueryType getCustomText66() {
return this.customText66;
} |
e833c7d1-7569-40f0-b8ee-4a8cf639f1fb | public crmondemand.xml.customobject3.query.QueryType getCustomPhone1() {
return this.customPhone1;
} |
a6364873-c771-4d03-af5b-7b1a2da67e9e | public void setProductExternalSystemId(crmondemand.xml.opportunity.query.QueryType productExternalSystemId) {
this.productExternalSystemId = productExternalSystemId;
} |
6f272107-6043-4da0-9471-18e76d050eb8 | public static WriteHandlerPtr astinvad_sh_port_4_w = new WriteHandlerPtr() { public void handler(int offset, int data)
{
int bitsChanged;
int bitsGoneHigh;
int bitsGoneLow;
bitsChanged = port4State ^ data;
bitsGoneHigh = bitsChanged & data;
bitsGoneLow = bitsChanged & ~data;
port4State = data;
... |
31d191a3-bee1-4995-a49b-775e6b830dc0 | public void setParentPolicyId(java.lang.String parentPolicyId) {
this.parentPolicyId = parentPolicyId;
} |
dd547a3c-1f91-467c-a422-59a9e54cade5 | public crmondemand.xml.contact.query.QueryType getCustomText69() {
return this.customText69;
} |
ee4bea59-3e55-4f1c-b98f-42141f0e73f0 | public final ElementValuePairsContext elementValuePairs() throws RecognitionException {
ElementValuePairsContext _localctx = new ElementValuePairsContext(_ctx, getState());
enterRule(_localctx, 112, RULE_elementValuePairs);
int _la;
try {
enterOuterAlt(_localctx, 1);
{
setState(710); elementValuePair()... |
8850ff3d-bf39-4f2b-88f6-c0695fb796b4 | public void setCustomText56(java.lang.String customText56) {
this.customText56 = customText56;
} |
db11b89c-7475-41bc-acac-d2e74c2c52f3 | public void setCustomText64(java.lang.String customText64) {
this.customText64 = customText64;
} |
0e9e4501-d1e6-4f5d-bbdd-bcd9458adf4e | @Test
public void testPop() {
assertEquals("Testing pop","One", strings.pop());
assertEquals("Testing pop again", "Two", strings.pop());
assertEquals("Testing pop again", "Three", strings.pop());
assertEquals("Testing pop again", null, strings.pop());
} |
ee964d2d-809b-4a59-83b6-1165d79a77ea | public Builder clone() {
return create().mergeFrom(buildPartial());
} |
e5469bfc-f34d-457d-830e-85c39e240da6 | public Python27Library PyModule_Type(PyTypeObject PyModule_Type) {
try {
{
BridJ.getNativeLibrary("python27").getSymbolPointer("PyModule_Type").as(PyTypeObject.class).set(PyModule_Type);
return this;
}
}catch (Throwable $ex$) {
throw new RuntimeException($ex$);
}
} |
9a349c90-faaa-4882-801e-e0e4f5bef815 | public void populateTypeTable(AstSymbolTable stable)
{
m_stable = stable;
if (m_declaration != null)
{
m_declaration.populateTypeTable(m_stable);
}
if (m_predicate != null)
{
m_predicate.populateT... |
eae91fbc-5333-4720-aa9c-967b0d8f34ba | public void setCustomCurrency16(java.math.BigDecimal customCurrency16) {
this.customCurrency16 = customCurrency16;
} |
11b0c6e0-0260-4c1c-8826-f60bcaa5a427 | private int directionFromAdjacentNode(Node node, Node node1) {
if (node.x != node1.x && node.y != node1.y)
return 0;
else
return 1;
} |
81bf8976-0896-4d97-816b-0e9202314aef | public void hit (int amount){
comboStack += amount;
if (highestCombo<comboStack){
highestCombo = comboStack;
}
} |
11423af8-5f2b-4aa2-b447-900ca7c9bc5e | public void setCustomDate44(crmondemand.xml.opportunity.query.QueryType customDate44) {
this.customDate44 = customDate44;
} |
20a9ad63-111e-48b6-8b5a-21886110bbcf | public void setCustomCurrency12(java.math.BigDecimal customCurrency12) {
this.customCurrency12 = customCurrency12;
} |
1740c1c8-6a78-4d71-8ab1-b717be7659f6 | public void setCustomObject4Id(java.lang.String customObject4Id) {
this.customObject4Id = customObject4Id;
} |
2e4e84a1-9933-43bb-8649-629107c61edf | public java.lang.String getCustomText56() {
return this.customText56;
} |
4a1400b6-e2ef-43df-9ba7-fd88c3e83f0e | public java.lang.String getCustomObject2Name() {
return this.customObject2Name;
} |
5281e2e8-7d64-4cd2-9899-47a9bf13328a | public void setActivityExternalSystemId(crmondemand.xml.contact.query.QueryType activityExternalSystemId) {
this.activityExternalSystemId = activityExternalSystemId;
} |
bceffa34-7009-45e8-8ed0-223cc57d49f0 | public static void reset()
{
Holder.INSTANCE = new Controller();
} |
df1fa5fb-7962-4837-bd3f-9ae5dca9f26f | public java.util.Calendar getCustomDate58() {
return this.customDate58;
} |
8ebdb38e-f2df-4ffb-8ab7-5212d0eb1be6 | public void setContactRole(java.lang.String contactRole) {
this.contactRole = contactRole;
} |
72312b50-87aa-4fdd-8aee-5fe4e0c8b58a | public java.lang.String getCustomPickList74() {
return this.customPickList74;
} |
754a20fe-995e-4d68-9621-24182b32e12b | public java.lang.String getCustomText2() {
return this.customText2;
} |
614da103-c20b-4ccf-b386-76de6ef94014 | public crmondemand.xml.customobject6.query.QueryType getUpdatedByExternalSystemId() {
return this.updatedByExternalSystemId;
} |
74dbb049-7de4-4745-a098-efd113daf8a6 | public static double activateCachedNetwork(Cons tree) {
{ Vector scores = Vector.newVector(tree.length());
double score = 0.0;
double sum = 0.0;
{ Cons cachedNet = null;
Cons iter000 = tree;
int k = Stella.NULL_INTEGER;
int iter001 = 0;
for (;!(iter000 == Stella.N... |
184679d2-9b69-4a7a-bfa9-c7c3e0884307 | public void setCustomText74(java.lang.String customText74) {
this.customText74 = customText74;
} |
fba8c945-e474-46d8-9be9-43131e8c2af4 | public void setCustomText5(crmondemand.xml.customobject3.query.QueryType customText5) {
this.customText5 = customText5;
} |
2ba015dc-03e3-4764-b272-b0079d64cfbc | public java.lang.String getFinancialAccountIntegrationId() {
return this.financialAccountIntegrationId;
} |
920a343f-db9b-44c4-8080-aec67e980116 | public java.lang.Boolean getCustomBoolean25() {
return this.customBoolean25;
} |
221eb733-2321-43de-b936-53e506cf8eb7 | public void setSolutionTitle(java.lang.String solutionTitle) {
this.solutionTitle = solutionTitle;
} |
b212d333-1791-44b1-b17f-3b804a351ec7 | public void setCustomText19(java.lang.String customText19) {
this.customText19 = customText19;
} |
969fe0bb-89f8-4428-8277-35787814795a | public void setActivitySubject(java.lang.String activitySubject) {
this.activitySubject = activitySubject;
} |
1842ebb4-8e54-4c52-b5e3-2249013f4029 | public java.util.Calendar getLastModifiedDate() {
return LastModifiedDate;
} |
d7cabfc9-3f2f-4c43-908d-14f6b0134987 | public java.lang.String getCustomText64() {
return this.customText64;
} |
62757554-0dcb-4bd0-9f3f-bd36729c1d76 | public crmondemand.xml.contact.query.QueryType getInvtPeriodStartDate() {
return this.invtPeriodStartDate;
} |
e407f758-9dfb-4297-9e1a-b75e7fe08f56 | public void setCustomText17(crmondemand.xml.contact.query.QueryType customText17) {
this.customText17 = customText17;
} |
3537017e-c56b-42e6-b8f1-0a27534aa1c3 | public crmondemand.xml.contact.query.QueryType getInteractionTime() {
return this.interactionTime;
} |
85de6c1f-918d-4498-b4fd-0b23d2366526 | public void setCustomNumber7(java.math.BigDecimal customNumber7) {
this.customNumber7 = customNumber7;
} |
02bba67d-56d0-4f17-aaca-88af19c81dbb | public void setCustomNumber30(crmondemand.xml.contact.query.QueryType customNumber30) {
this.customNumber30 = customNumber30;
} |
af989a3d-038c-4892-9035-010165a2b096 | public crmondemand.xml.customobject3.query.QueryType getCustomObject12IntegrationId() {
return this.customObject12IntegrationId;
} |
0013bcbb-b347-40f9-8fbb-1aec2d5e78f2 | public java.lang.String getAttachFileFullName() {
return this.attachFileFullName;
} |
818708bb-5372-4587-8e06-e55c0560433f | public crmondemand.xml.customobject6.query.QueryType getCustomText70() {
return this.customText70;
} |
d48b9fbc-db27-4ab3-a548-cb479d0dea60 | public java.lang.String getCustomObject1Type() {
return this.customObject1Type;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.