id
stringlengths
36
36
text
stringlengths
1
1.25M
b351f492-d92a-41de-925a-916c9b3e17f2
public void setCustomText38(java.lang.String customText38) { this.customText38 = customText38; }
53a88d09-2ffd-4646-b056-9cf8bc498cf9
public void setPolicyExternalSystemId(crmondemand.xml.customobject3.query.QueryType policyExternalSystemId) { this.policyExternalSystemId = policyExternalSystemId; }
604ea1cf-635e-4ae2-b299-d3ab1eb20f2b
public java.lang.String getCustomObject11IntegrationId() { return this.customObject11IntegrationId; }
27aed575-6803-4dad-9126-78a8c24164d7
public crmondemand.xml.customobject3.query.QueryType getAccreditationNum() { return this.accreditationNum; }
db329ce2-cd57-41de-ae3e-f37c3f892484
public java.util.Calendar getCustomDate43() { return this.customDate43; }
aae37540-ca9a-485c-8498-d02026e6bf2d
@Override public void run() { Random rand = new Random(); if (rand.nextBoolean()) { turn = 1; } else { turn = 2; } ui.play(turn); switchTurn(); }
3b2bd728-5af6-4a5d-a9d9-97282294e6b0
public void setId(crmondemand.xml.opportunity.query.QueryType id) { this.id = id; }
dd69d116-ae71-4c48-bf98-48d6585dcc96
public java.lang.String getCustomText27() { return this.customText27; }
51c77a3a-b1be-47df-b9af-2b6e38b5d7f8
public java.lang.String getCustomPickList22() { return this.customPickList22; }
565449bd-c3fa-4f6e-bbcb-788a281e4984
public void setCustomObject1Name(crmondemand.xml.customobject6.query.QueryType customObject1Name) { this.customObject1Name = customObject1Name; }
8a912357-5d74-4d5f-80a5-f2e41e487104
public void setCustomText70(crmondemand.xml.opportunity.query.QueryType customText70) { this.customText70 = customText70; }
9f885a5c-a3bc-4bdc-8af7-0aa1f16c4edb
public crmondemand.xml.customobject6.query.QueryType getCustomDate40() { return this.customDate40; }
551eaad7-f847-41d7-897e-546e6cbd0eea
public java.lang.String getCustomObject4IntegrationId() { return this.customObject4IntegrationId; }
6b49698a-d78d-4417-a79c-b4f52900d198
public void setCustomPickList94(java.lang.String customPickList94) { this.customPickList94 = customPickList94; }
09673dd4-b7af-4386-8374-168f44890eca
public void setCreatedByFirstName(java.lang.String createdByFirstName) { this.createdByFirstName = createdByFirstName; }
5c098539-793f-4e9b-9c3a-76b9641f8e25
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean25() { return this.customBoolean25; }
9b8d1563-e852-42b9-99de-3e9a02660ea7
public void setCustomNumber15(java.math.BigDecimal customNumber15) { this.customNumber15 = customNumber15; }
bb75cd37-f125-4454-8fdc-af0a61faee88
public java.lang.String getCustomPickList17() { return this.customPickList17; }
6cdaa87a-141e-419d-90b7-3326f2e7b179
public java.lang.String getCustomText8() { return this.customText8; }
9d14fa4a-b008-41a2-96e8-35d1fde47512
public crmondemand.xml.contact.query.QueryType getCustomPickList58() { return this.customPickList58; }
51751357-a09a-4e75-809d-9d547f95dbb6
public void setAssetType(crmondemand.xml.customobject6.query.QueryType assetType) { this.assetType = assetType; }
45360fd0-2f5e-4ce9-9bda-43805a5a3c00
public crmondemand.xml.customobject6.query.QueryType getCustomPickList28() { return this.customPickList28; }
07489a1c-9744-41ad-9c47-ed51e220839f
public crmondemand.xml.contact.query.QueryType getCustomObject5Type() { return this.customObject5Type; }
e7938b3c-7cc5-4e0d-99c6-d02e0dccb7bd
public void setCustomDate31(crmondemand.xml.contact.query.QueryType customDate31) { this.customDate31 = customDate31; }
4d8bfdf5-d858-410d-97b9-3089eef436aa
public void handle(DragEvent event) { /* data is dragged over the target */ /* * accept it only if it is not dragged from the same node and if * it has a string data */ Dragboard db = event.getDragboard(); if (event.getGestureSource() != line2_pp5 && db.hasString()) { ch.hockman.model.team.LineUp lineUp = HockmanMain.lineupTeam .getLineUp(); String playerStr = db.getString(); // drag&drop does not work on Ubuntu with Oracle VM 7u9 //TODO remove this workaround as soon as the bug is fixed in JVM for Linux playerStr = dragStringWorkaround; int i = Integer.parseInt(playerStr); if (i >= 0) { Player player = HockmanMain.lineupTeam.getTeamPlayer(i); boolean accept = (lineUp.getPp5().d21 == null || lineUp.getPp5().d22 == null || lineUp.getPp5().lw2 == null || lineUp.getPp5().c2 == null || lineUp.getPp5().rw2 == null) && lineUp.getPp5().d21 != player && lineUp.getPp5().d22 != player && lineUp.getPp5().lw2 != player && lineUp.getPp5().c2 != player && lineUp.getPp5().rw2 != player && lineUp.getG().goal1 != player && lineUp.getG().goal2 != player && HockmanMain.lineupTeam.checkForeigners( player, HockmanMain.game.getLeague() .getModus().maxNofForeigners()); if (accept) { /* * allow for both copying and moving, whatever user * chooses */ event.acceptTransferModes(TransferMode.COPY_OR_MOVE); } } } event.consume(); }
38a20213-0898-4809-aa9b-7592f77a4b55
public Builder toBuilder() { return newBuilder(this); }
fc48f918-439b-437a-b363-5cc4ccabcc49
public java.lang.String getCustomPickList40() { return this.customPickList40; }
6631aaa7-2ddb-44a6-aaa2-64800a77b565
public java.math.BigDecimal getCustomNumber22() { return this.customNumber22; }
5c5f3804-0ea8-4368-abf7-4b2c47b478bf
public crmondemand.xml.customobject3.query.QueryType getCustomPickList9() { return this.customPickList9; }
fb88443b-452c-4ff2-b655-68c347ec6ea0
public void setCustomDate22(crmondemand.xml.opportunity.query.QueryType customDate22) { this.customDate22 = customDate22; }
5875ab37-96d2-44f7-bf78-bf5654319644
public final boolean synpred61_CPP() { this.state.backtracking++; int start = this.input.mark(); try { this.synpred61_CPP_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: " + re); } boolean success = !this.state.failed; this.input.rewind(start); this.state.backtracking--; this.state.failed = false; return success; }
0fd5be5a-899c-4b6e-be46-c226a7a5d5c7
public void setCustomPhone12(crmondemand.xml.contact.query.QueryType customPhone12) { this.customPhone12 = customPhone12; }
efa1d033-6d14-46f0-aa0e-b6a680ff1f9a
*/ public Period plus(long amount, PeriodUnit unit) { Jdk7Methods.Objects_requireNonNull(unit, "unit"); if (unit instanceof ChronoUnit) { if (unit == YEARS || unit == MONTHS || unit == DAYS || unit.isDurationEstimated() == false) { if (amount == 0) { return this; } switch ((ChronoUnit) unit) { case NANOS: return plusNanos(amount); case MICROS: return plusNanos(Jdk8Methods.safeMultiply(amount, 1000L)); case MILLIS: return plusNanos(Jdk8Methods.safeMultiply(amount, 1000000L)); case SECONDS: return plusSeconds(amount); case MINUTES: return plusMinutes(amount); case HOURS: return plusHours(amount); case HALF_DAYS: return plusNanos(Jdk8Methods.safeMultiply(amount, 12 * NANOS_PER_HOUR)); case DAYS: return plusDays(amount); case MONTHS: return plusMonths(amount); case YEARS: return plusYears(amount); default : throw new DateTimeException("Unsupported unit: " + unit.getName()); } } } if (unit.isDurationEstimated()) { throw new DateTimeException("Unsupported unit: " + unit.getName()); } return plusNanos(Duration.of(amount, unit).toNanos()); }
9551606c-a974-4d5e-b59b-ec9e4f8f5830
public crmondemand.xml.contact.query.QueryType getCustomObject8IntegrationId() { return this.customObject8IntegrationId; }
50c704f0-fe44-4917-9d1f-45170f406717
public java.lang.String getCreatedByFirstName() { return this.createdByFirstName; }
9868567c-ef07-474b-91bc-d20ea24483f8
public void setCustomPickList90(java.lang.String customPickList90) { this.customPickList90 = customPickList90; }
82fdae1d-b8e7-4250-a63e-cd3879bd47b3
public crmondemand.xml.contact.query.QueryType getCustomPhone16() { return this.customPhone16; }
d33fd984-caff-4487-84a8-87c7fe980c5d
public void setOwnerUserSignInId(crmondemand.xml.contact.query.QueryType ownerUserSignInId) { this.ownerUserSignInId = ownerUserSignInId; }
e16ddacd-74da-4cfa-8755-b17f4399dc9e
public void setCustomObject2Id(crmondemand.xml.customobject3.query.QueryType customObject2Id) { this.customObject2Id = customObject2Id; }
1fdc0c2a-a44a-4887-ae88-daa9a3ea1c3a
public crmondemand.xml.customobject3.query.QueryType getCustomNumber54() { return this.customNumber54; }
5191b79d-b48f-4c34-9611-ce5f8336fc14
public crmondemand.xml.customobject6.query.QueryType getCustomText54() { return this.customText54; }
d52c5d7f-f070-47aa-8d05-7e5f3ad703c7
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < rows_.size(); i++) { output.writeMessage(1, rows_.get(i)); } getUnknownFields().writeTo(output); }
2a6db864-b5de-43b2-8969-2b5056b879da
public void setCustomText49(crmondemand.xml.customobject3.query.QueryType customText49) { this.customText49 = customText49; }
868cff7d-7ef0-4acb-b761-9d4c4a4d8c95
public crmondemand.xml.customobject6.query.QueryType getCreatedByFirstName() { return this.createdByFirstName; }
29315f6e-231d-4066-b675-308473a51c5c
public void setCustomInteger27(java.lang.Integer customInteger27) { this.customInteger27 = customInteger27; }
54151338-145e-4a83-8a77-879b19a22c97
public void setCustomNumber22(crmondemand.xml.customobject3.query.QueryType customNumber22) { this.customNumber22 = customNumber22; }
9d2f7bd8-cd15-4683-8e7b-4135a6163063
public java.lang.String getCustomObject1IntegrationId() { return this.customObject1IntegrationId; }
4f524514-4858-427a-8807-b37d1ee0ecd8
Node(int x, int y, Node parent, float g) { this.x = x; this.y = y; this.parent = parent; this.g = g; f = 0; h = 0; }
d72a7450-35f5-427d-a89e-9300519a9872
public java.lang.String getPortfolioAccountType() { return this.portfolioAccountType; }
77bd4e38-5b0f-4837-a84c-3dbdf013849d
public int readInt() { return scanner.nextInt(); }
1440a60e-5c5f-44ba-afcf-73192d3f8d0d
public void setCustomText50(java.lang.String customText50) { this.customText50 = customText50; }
e147c00e-e3ad-4d36-a6a7-f88bf93644e5
public java.util.Calendar getCustomDate34() { return this.customDate34; }
37a8d389-215a-4e6a-9262-f2dcfa23e12a
public void setCustomPhone3(crmondemand.xml.customobject3.query.QueryType customPhone3) { this.customPhone3 = customPhone3; }
d4132671-c589-46a2-921e-868897ca0061
public crmondemand.xml.customobject6.query.QueryType getCustomText21() { return this.customText21; }
65a322a4-d037-4d9d-bf87-c76db480945d
public static int booleanArray2Integer(boolean[] input, int length) { int integer = 0; for (int bit = 0;bit < length;++bit) integer = (integer << 1) + (input[bit] ? 1 : 0); //System.out.println("booleanArray2Integer: "+integer); return integer; }
5abb0a5f-d212-47a6-9879-a6bf5844599d
public static void main(String[] args) { System.out.println("Busy Waiting Example:"); Process1a p[] = new Process1a[N]; // Configure and start processes. for (int i = 0; i < N; i++) { p[i] = new Process1a(i, N); p[i].start(); } }
011d431a-ee21-4ac4-889c-66b89e941a68
public final Pair<Integer, Integer> getPot(int f) { return potLife.get(f); }
8eea4095-9e45-4c44-955c-b27ad542b26e
public void setCustomDate16(crmondemand.xml.customobject3.query.QueryType customDate16) { this.customDate16 = customDate16; }
e32289f3-d144-4b93-9093-e1dd6cc98fcc
public void setCustomBoolean32(java.lang.Boolean customBoolean32) { this.customBoolean32 = customBoolean32; }
7e275476-75ab-44f8-8a72-c0f3e94b6c92
* sentence */ public Tree getBestParse() { return getBestParse(true); }
c502697a-2984-47cc-bb3e-092c29eecdce
public void setCustomText89(java.lang.String customText89) { this.customText89 = customText89; }
5d346c50-7cbf-4574-a76f-72771d0f859b
public void setCustomText47(java.lang.String customText47) { this.customText47 = customText47; }
73c98856-1daf-4836-bc34-01123552899b
public java.lang.Boolean getZCustomBoolean29() { return this.zCustomBoolean29; }
728f5d5d-d5b4-4968-b39a-ec6ff2202072
public crmondemand.xml.contact.query.QueryType getCustomNumber25() { return this.customNumber25; }
f247e2e0-824a-4ad5-877b-7ec25314d4c5
public crmondemand.xml.customobject6.query.QueryType getCustomPickList38() { return this.customPickList38; }
ca1c9126-3680-4af0-9877-4ad58db745ef
public Builder addDeadUnitCount( org.bwapi.proxy.messages.GameMessages.UnitTypeIntPair.Builder builderForValue) { if (deadUnitCountBuilder_ == null) { ensureDeadUnitCountIsMutable(); deadUnitCount_.add(builderForValue.build()); onChanged(); } else { deadUnitCountBuilder_.addMessage(builderForValue.build()); } return this; }
b327c673-19c7-46e5-8936-1af16fa509d0
public void handler() { if (m68klog != null) { fclose(m68klog); } throw new UnsupportedOperationException("Unimplemented"); }
64c245b1-7097-46be-b742-2272f4bc1ece
public void setCustomNumber15(crmondemand.xml.customobject6.query.QueryType customNumber15) { this.customNumber15 = customNumber15; }
28a8bc33-ef00-41cf-ae0e-c04bbe78a0ad
public crmondemand.xml.contact.data.ListOfFinancialPlanData getListOfFinancialPlan() { return this.listOfFinancialPlan; }
8d08e6d4-63cd-496e-8d87-36ba5fb38ff2
public void setCustomObject7IntegrationId(crmondemand.xml.customobject3.query.QueryType customObject7IntegrationId) { this.customObject7IntegrationId = customObject7IntegrationId; }
4524ad12-3605-45e2-b3ae-326219f3ca40
public crmondemand.xml.customobject6.query.QueryType getModId() { return this.modId; }
e1a5d529-e4c3-4efc-b856-a8cb555b0ee2
public void setCustomPickList46(java.lang.String customPickList46) { this.customPickList46 = customPickList46; }
4f371a49-f2c6-4866-bbbe-4b5a3776ca93
public void setCreatedDate(crmondemand.xml.customobject6.query.QueryType createdDate) { this.createdDate = createdDate; }
951027ad-4120-47c5-83be-04caf51e7b2a
*/ public void openDocument(String pathname) { if (pathname != null && pathname.length() > 0) { try { // dispose a currently open document, if one. if (document != null) { closeDocument(); } setDisplayTool(DocumentViewModelImpl.DISPLAY_TOOL_WAIT); // load the document document = new Document(); // create default security callback is user has not created one if (documentViewController.getSecurityCallback() == null) { document.setSecurityCallback( new MyGUISecurityCallback(viewer, messageBundle)); } document.setFile(pathname); commonNewDocumentHandling(pathname); } catch (PDFException e) { org.icepdf.ri.util.Resources.showMessageDialog( viewer, JOptionPane.INFORMATION_MESSAGE, messageBundle, "viewer.dialog.openDocument.pdfException.title", "viewer.dialog.openDocument.pdfException.msg", pathname); document = null; logger.log(Level.FINE, "Error opening document.", e); } catch (PDFSecurityException e) { org.icepdf.ri.util.Resources.showMessageDialog( viewer, JOptionPane.INFORMATION_MESSAGE, messageBundle, "viewer.dialog.openDocument.pdfSecurityException.title", "viewer.dialog.openDocument.pdfSecurityException.msg", pathname); document = null; logger.log(Level.FINE, "Error opening document.", e); } catch (Exception e) { org.icepdf.ri.util.Resources.showMessageDialog( viewer, JOptionPane.INFORMATION_MESSAGE, messageBundle, "viewer.dialog.openDocument.exception.title", "viewer.dialog.openDocument.exception.msg", pathname); document = null; logger.log(Level.FINE, "Error opening document.", e); } finally { setDisplayTool(DocumentViewModelImpl.DISPLAY_TOOL_PAN); } } }
8873c7e5-8e7d-4e87-b309-278e888e9ae2
public void setCustomDate36(crmondemand.xml.contact.query.QueryType customDate36) { this.customDate36 = customDate36; }
6cfb4b48-2f15-447a-9715-a20c834f3c1e
public crmondemand.xml.contact.query.QueryType getCustomPickList44() { return this.customPickList44; }
0172bdef-9765-4f60-bee1-c6fd69b47648
public java.lang.Boolean getIndexedBoolean0() { return this.indexedBoolean0; }
70b5d46e-6761-41e0-a548-9f399431ae8d
public java.lang.String getOpportunityIntegrationId() { return this.opportunityIntegrationId; }
eb34b322-f9b0-4105-9ca8-f5d5bb68654b
public crmondemand.xml.contact.query.QueryType getCustomCurrency22() { return this.customCurrency22; }
8bf64491-230b-4714-acc5-685bb36e5434
public void setCustomNumber16(crmondemand.xml.customobject6.query.QueryType customNumber16) { this.customNumber16 = customNumber16; }
b1072080-6ce8-49c8-8d48-d5720f3a5498
public crmondemand.xml.customobject3.query.QueryType getCustomObject5ExternalSystemId() { return this.customObject5ExternalSystemId; }
d5695c5b-035d-4908-9d30-6455b2ac6279
public void setCustomNumber40(crmondemand.xml.customobject3.query.QueryType customNumber40) { this.customNumber40 = customNumber40; }
7da9e892-9ac5-41d2-b8a0-6ca7274c909f
public void setCustomBoolean5(java.lang.Boolean customBoolean5) { this.customBoolean5 = customBoolean5; }
8a11668d-0731-4235-b05a-9ab6eb2eb6e2
public void setCustomText1(java.lang.String customText1) { this.customText1 = customText1; }
4c2f379a-6604-44ac-a67a-49525570839d
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.bwapi.proxy.messages.GameMessages.internal_static_messages_PlayerStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( org.bwapi.proxy.messages.GameMessages.PlayerStatus.class, org.bwapi.proxy.messages.GameMessages.PlayerStatus.Builder.class); }
c8bda253-ac4c-4962-a8e0-8ba934784eb8
public void setApplicationData(Object applicationData) { this.applicationData = applicationData; Vector<TSEvent> eventList = new Vector<TSEvent>(); eventList.addElement(new TSEvent(57, this)); for (TsapiCallMonitor monitor : getObservers()) monitor.deliverEvents(eventList, 100, false); }
efa4b43b-e28b-481d-b968-8049d2ba80d4
public void setCustomText1(crmondemand.xml.customobject3.query.QueryType customText1) { this.customText1 = customText1; }
4085e25a-6cb1-4e49-9a7a-df0a560fb4e2
public void setCustomBoolean17(java.lang.Boolean customBoolean17) { this.customBoolean17 = customBoolean17; }
9f632308-83ee-46a2-bf9f-4c61ac03586d
@Override public void ancestorMoved(AncestorEvent event) {}
d85f454e-5d42-4111-8644-eab2c9d5eb71
public java.lang.String getCustomPickList65() { return this.customPickList65; }
00f596e9-7a45-4898-9478-bbc42ecda6ca
public java.lang.String getCustomPhone9() { return this.customPhone9; }
fb91aadb-d8d7-410a-a0ce-ffe71acaa0f3
public void setCustomText62(crmondemand.xml.customobject6.query.QueryType customText62) { this.customText62 = customText62; }
1639881e-1ad4-4499-bc12-5f3c39eedfbf
public NeuralRegressor(int[] h) { n = new NeuralNet(h); n.setOutputFunction(new LinearFunction()); n.linkLayers(); }
4a8412d1-ead9-42d7-b29b-bf334b61fbb6
public crmondemand.xml.contact.query.QueryType getCustomDate18() { return this.customDate18; }
502215ee-8015-4c5f-bdc7-3001e5b26aa4
public void setFinancialAccountExchangeDate(crmondemand.xml.customobject6.query.QueryType financialAccountExchangeDate) { this.financialAccountExchangeDate = financialAccountExchangeDate; }
0a3dd8bf-b821-428f-9de0-d88213bd0add
public void setCustomPhone11(java.lang.String customPhone11) { this.customPhone11 = customPhone11; }
7157442d-6c69-402b-a1ce-df36bbe5af99
public void setCustomNumber61(java.math.BigDecimal customNumber61) { this.customNumber61 = customNumber61; }
df6b98fa-beb6-407b-a430-51d08fe25822
public Car getMyCar() { return myCar; }
53daeed3-b578-4e80-ac2e-af793488c2e5
public void setCustomText35(crmondemand.xml.customobject6.query.QueryType customText35) { this.customText35 = customText35; }
845c6fc6-b803-458d-a691-183d60d7d65e
public void setCustomText79(crmondemand.xml.contact.query.QueryType customText79) { this.customText79 = customText79; }