id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
a70223a9-ffb5-4c76-8477-c6af0ceda700 | public void setCustomDate27(java.util.Calendar customDate27) {
this.customDate27 = customDate27;
} |
11ba2f54-26ba-459c-8560-6c4c7350c37a | public void setCustomPickList33(java.lang.String customPickList33) {
this.customPickList33 = customPickList33;
} |
d47b2ed9-4edc-463a-9a90-8efbf3d08f0f | public java.lang.Integer getCustomInteger24() {
return this.customInteger24;
} |
d0588bd5-c959-42b2-89b6-164a3025ce3f | public void setCustomObject15Type(crmondemand.xml.contact.query.QueryType customObject15Type) {
this.customObject15Type = customObject15Type;
} |
c650509e-b00e-4484-9f1b-858f481682ab | public crmondemand.xml.customobject6.query.QueryType getCustomDate20() {
return this.customDate20;
} |
85cca263-382f-4473-b666-12901c4570cb | public static boolean pointIsInOrTouching(int px, int py, int x, int y, int width, int height) {
return pointIsInBuffer(px, py, 1, x, y, width, height);
} |
33338915-957a-4d02-ae00-42c8f84fa358 | public java.lang.String getCustomPickList22() {
return this.customPickList22;
} |
a4bdae41-c205-4443-b009-7b2a067da2d0 | public void actionPerformed(ActionEvent e) {
pesq.dispose();
} |
65a45c3d-f5eb-4d08-a181-1d795cc8f50f | public void setModifiedById(java.lang.String modifiedById) {
this.modifiedById = modifiedById;
} |
bfc7070c-8874-425d-a21e-dfd828df7b95 | public void setCustomNumber0(crmondemand.xml.customobject3.query.QueryType customNumber0) {
this.customNumber0 = customNumber0;
} |
5dbe0a90-1f72-4168-a559-f35edb6a649b | public void setTimer(Timer timer) {
this.timer = timer;
} |
2bc85f53-6111-4da5-af5a-d2d57000800a | public java.util.Calendar getCustomDate28() {
return this.customDate28;
} |
f9d692a7-92ad-40d8-9959-c4082ea837e9 | public crmondemand.xml.customobject6.query.QueryType getCustomObject8ExternalSystemId() {
return this.customObject8ExternalSystemId;
} |
664eb7ae-67e3-4a5a-aa4b-abd0ff17fb2c | private void render() {
BufferStrategy bs = getBufferStrategy();
if (bs == null) {
createBufferStrategy(3);
return;
}
Graphics2D g = (Graphics2D) bs.getDrawGraphics();
game.render(g);
g.dispose();
bs.show();
} |
16ac4a80-ce60-4684-bf10-2d3a35146d77 | public void setNachricht(String value) {
this.nachricht = value;
} |
6f954102-4989-4dfb-931b-9b3fa5ecffd1 | public java.lang.String getCertficationStatus() {
return this.certficationStatus;
} |
8c62a031-46b7-49bb-969b-4f495dcffd05 | public java.lang.String getOpportunityName() {
return this.opportunityName;
} |
147d1fb1-54ef-4935-9a51-a0059032a437 | @Override protected double computeMinHeight(final double WIDTH, double TOP_INSET, double RIGHT_INSET, double BOTTOM_INSET, double LEFT_INSET) {
return super.computeMinHeight(Math.max(MINIMUM_WIDTH, WIDTH - LEFT_INSET - RIGHT_INSET), TOP_INSET, RIGHT_INSET, BOTTOM_INSET, LEFT_INSET);
} |
2390131d-74b1-431e-a171-4d5ec5aab3bb | public void setPrimaryProductCategoryId(crmondemand.xml.customobject3.query.QueryType primaryProductCategoryId) {
this.primaryProductCategoryId = primaryProductCategoryId;
} |
f8983246-6aa0-4800-b466-9b88a2ac2918 | public crmondemand.xml.opportunity.query.QueryType getCustomDate13() {
return this.customDate13;
} |
addf880e-460a-4d3d-b7db-7963700a7a12 | public java.math.BigDecimal getCustomCurrency47() {
return this.customCurrency47;
} |
eb4ec76e-056e-4da9-8bf6-d9bd297664c8 | public void setCustomNumber5(crmondemand.xml.customobject6.query.QueryType customNumber5) {
this.customNumber5 = customNumber5;
} |
2e272a37-3fa1-4338-bc4b-fa5df70d2f6b | public void setCustomCurrency5(crmondemand.xml.customobject6.query.QueryType customCurrency5) {
this.customCurrency5 = customCurrency5;
} |
47ef4efd-398e-464f-8728-af465c6f3d35 | public String getPlik(){
return this.plik;
} |
f94d4083-fa4b-4ac2-8b4d-51e2cb79b46a | public Sword(String name, double price, int attackpts, double range) {
super(name, price, attackpts);
if (range < 1) { // Valor de 1 a 40
this.range = 1;
} else if (attackpts > 40) {
this.range = 40;
} else
this.range = range;
} |
5f6d4f6c-abf1-4dad-ad35-cc10c4823302 | private void gameLoop() {
// TODO Auto-generated method stub
while(gameState != gamestate.GAME_EXIT){
switch(gameState){
case GAME_PLAY:
{ //Call Updates
GamePlay.update();
}
{ // Call Renders
// Clear the screen and depth buffer
GL11.glClear(GL11.GL_COLOR_BUFFER_BIT | GL11.GL_DEPTH_BUFFE... |
6f73dd77-fbff-4ec5-842b-e00af0853d88 | public java.lang.Integer getCustomInteger18() {
return this.customInteger18;
} |
d24180ec-8752-42bf-8de8-cfe131a756f0 | public crmondemand.xml.opportunity.query.QueryType getCustomNumber22() {
return this.customNumber22;
} |
a577351b-4db9-47a5-b871-bd713ce91d53 | public void setCustomObject1Name(java.lang.String customObject1Name) {
this.customObject1Name = customObject1Name;
} |
add42d22-a54a-4ec4-a151-7313e2cbeb60 | public java.lang.Boolean getCustomBoolean5() {
return this.customBoolean5;
} |
d5809089-6e46-41c2-86e7-18715ccee529 | @Override
public String about() {
return car.about() +" + podgrzewane fotele";
} |
ce087714-d213-410b-829e-23eeb4faf6a0 | public void setCustomDate30(crmondemand.xml.opportunity.query.QueryType customDate30) {
this.customDate30 = customDate30;
} |
c6534b6a-c7db-4f9b-9688-1686d5e2baf2 | public void setCustomText49(crmondemand.xml.customobject6.query.QueryType customText49) {
this.customText49 = customText49;
} |
c555b36c-87a1-486e-9de8-b5c8ec8373b9 | public java.lang.String getCustomText7() {
return this.customText7;
} |
118f9e05-23f6-46f6-832e-2b20bc84d625 | @Before
public void setUp() throws Exception {
String pathToBinary = "C:\\Users\\cowens\\AppData\\Local\\Mozilla Firefox\\firefox.exe";
System.setProperty("webdriver.firefox.bin", pathToBinary);
driver = new FirefoxDriver();
baseUrl = "https://test.nuskin.com/dowicSAP/";
driver.manage().timeouts().impli... |
077e8219-8148-460b-b47e-84172bf2c2a4 | public void setAccreditationName(java.lang.String accreditationName) {
this.accreditationName = accreditationName;
} |
5f7f0a48-0baa-4b5c-b074-3dea05fe34fe | public void test_atTime_int_int_int_int_hourTooBig() {
LocalDate t = LocalDate.of(2008, 6, 30);
t.atTime(24, 30, 40, 50);
}
@Test(expectedExceptions = DateTimeException.class, groups = { "tck" } |
febec6b9-8a9b-48a6-81ec-c9612cf7baa4 | public void setCustomText77(crmondemand.xml.customobject6.query.QueryType customText77) {
this.customText77 = customText77;
} |
41b8e850-a905-4f26-99e7-e23ec784f2b8 | public void handler() {
long res = m68ki_read_32(EA_AW());
m68k_cpu.n_flag = GET_MSB_32(res);
m68k_cpu.not_z_flag = res;
m68k_cpu.v_flag = m68k_cpu.c_flag = 0;
USE_CLKS(4 + 12);
if (m68klog != null) {
fprintf(m68klog, "tst_aw_32 :P... |
e43534b0-1c5b-4d15-a305-b8b8a8f4adaf | public crmondemand.xml.contact.query.QueryType getCustomText8() {
return this.customText8;
} |
6b641efc-cd59-4f9f-aafc-d45562a573be | * @return the recent changes that satisfy these criteria
* @throws IOException if a network error occurs
* @since 0.23
*/
public Wiki.Revision[] recentChanges(int amount) throws IOException
{
return recentChanges(amount, 0, false, MAIN_NAMESPACE);
} |
558fe453-27cc-446d-8cb6-d29e55642df3 | public java.lang.String getCustomPickList59() {
return this.customPickList59;
} |
7e22aa0c-00e3-47b6-aeef-93005bdbae64 | public void setCustomPickList5(crmondemand.xml.opportunity.query.QueryType customPickList5) {
this.customPickList5 = customPickList5;
} |
bed49a54-75f8-4731-921a-cc792fa72c76 | public void test_plus_Duration_zero() {
OffsetDateTime t = this.TEST_2008_6_30_11_30_59_000000500.plus(Duration.ZERO);
assertEquals(t, this.TEST_2008_6_30_11_30_59_000000500);
}
@Test(expectedExceptions = NullPointerException.class, groups = { "tck" } |
3a1b9402-1f8e-4352-b077-f5183b587647 | public java.lang.String getSolutionTitle() {
return this.solutionTitle;
} |
2ab56f48-05ee-45e9-abb7-66f181435164 | public void setOpportunityId(crmondemand.xml.customobject6.query.QueryType opportunityId) {
this.opportunityId = opportunityId;
} |
e3ba9699-92f1-439c-8381-0284ae31bd5b | public java.lang.String getSubmissionStatus() {
return this.submissionStatus;
} |
0ddd4fad-0017-4d29-9cfa-86a5e0599d59 | public java.lang.String getCustomPhone115() {
return this.customPhone115;
} |
8b2fcc98-b5b7-4ff8-b531-21cc7df2a48f | public void unseenShows()
{
//clear the panel
panel.removeAll();
//create the JPanel for the pop-in
final JPanel popIn = new JPanel(new BorderLayout());
popIn.setVisible(false);
//reset the unseenVal so that select/deselect is consistent
unseenVal = true;
//get the table data
final ArrayList<E... |
43a82a97-8f9c-48c9-b8c9-7b0f984ba7cf | public crmondemand.xml.opportunity.query.QueryType getCustomInteger6() {
return this.customInteger6;
} |
96c67496-472f-4ef6-927e-9de0c763336b | public void handler() {
PORT_START();
PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_BUTTON3);
PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_BUTTON1);
PORT_BIT(0x04, IP_ACTIVE_LOW, IPT_BUTTON2);
PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_UNKNOWN);
PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_... |
d42f92c3-b96d-4a96-b04b-0d53443e0e90 | public void setFuriganaContactLastName(crmondemand.xml.customobject6.query.QueryType furiganaContactLastName) {
this.furiganaContactLastName = furiganaContactLastName;
} |
a2abdaef-1b0d-4e11-9a20-b23304c4e5c2 | public void setIndexedShortText1(crmondemand.xml.contact.query.QueryType indexedShortText1) {
this.indexedShortText1 = indexedShortText1;
} |
65a2b046-7c49-473d-a3d6-0b7118066518 | public java.math.BigDecimal getCustomCurrency19() {
return this.customCurrency19;
} |
5e06d71b-604e-4f07-a953-a545da99eb86 | public crmondemand.xml.customobject6.query.QueryType getZCustomDate24() {
return this.zCustomDate24;
} |
83abd42d-646f-4532-83e8-6d57dbcb2de5 | public java.lang.String getCustomText62() {
return this.customText62;
} |
91784ec7-cb61-4400-88c4-54958c394432 | public void setPrincipalPartnerExternalSystemId(java.lang.String principalPartnerExternalSystemId) {
this.principalPartnerExternalSystemId = principalPartnerExternalSystemId;
} |
a61e7b8c-e921-4561-bbd4-6cf2643ea03f | public int sumCol(int c)
{
int sum = 0;
for(int i = 0; i < array.length; i++)
sum += array[i][c];
return sum;
} |
8649bdf4-15f9-42fb-b337-ae38da7730e1 | public void setSearchspec(java.lang.String searchspec) {
this.searchspec = searchspec;
} |
bb63eb2c-f7d0-4b5a-9690-3480056618c5 | public final Core getCore() {
return this.core;
} |
c6e89fab-07c1-43c5-9b98-bf668ad196ca | public void setCustomObject15Type(java.lang.String customObject15Type) {
this.customObject15Type = customObject15Type;
} |
94baca6a-890b-4b8d-98e0-0078e1626920 | public List<ParserError> getErrors() {
return errors;
} |
6fac40c0-f81e-49b6-a7f2-4a06a201b6b5 | public void SetH(int val)
{
H = val;
D = (H << 8) | L;
} |
17f3b970-a803-417a-9104-d597dac9e620 | public void setCustomInteger10(java.lang.Integer customInteger10) {
this.customInteger10 = customInteger10;
} |
1499e971-5a61-45de-aa27-8c8d3a19f939 | public crmondemand.xml.customobject6.query.QueryType getCustomObject13Type() {
return this.customObject13Type;
} |
15963665-d225-4122-9ebf-87660b8467eb | public long getLastReceivedMsgTime() {
return msgs.get(msgs.size() - 1).getTime();
} |
974a783a-8e26-4315-a682-da53aba33e2e | public void setHeldAwayInstitutionIntegrationId(crmondemand.xml.contact.query.QueryType heldAwayInstitutionIntegrationId) {
this.heldAwayInstitutionIntegrationId = heldAwayInstitutionIntegrationId;
} |
c2eb1093-1f26-4310-a98a-5d5db1a38ac6 | public java.util.Calendar getCustomDate44() {
return this.customDate44;
} |
e4a48035-5011-4b32-ba8f-16575ee35ad0 | public int getAccuracy() {
return this.accuracy;
} |
ba60e887-69dd-43e4-bfca-4d56a28a89be | public crmondemand.xml.customobject6.query.QueryType getIndexedBoolean0() {
return this.indexedBoolean0;
} |
25f959b3-c2b2-463e-be01-16215a77cbe3 | public void setCustomText32(crmondemand.xml.customobject6.query.QueryType customText32) {
this.customText32 = customText32;
} |
e73d744e-b1cb-446b-acce-5f7ac0f60ad8 | public java.lang.Integer getCustomInteger14() {
return this.customInteger14;
} |
8bc0b385-1f64-4e8e-8d3e-d3501610aa4e | public crmondemand.xml.customobject6.query.QueryType getCustomText47() {
return this.customText47;
} |
2d48b796-149c-410e-853a-97dc92b171fd | public boolean isPenDown() {
return this.penDown; // Return the state of the pen
} |
146a57c9-6f79-4355-b5e3-023a84c18495 | public String toString() { return st==null?null:st.toString(); }
};
// $ANTLR start "tokensSpec"
// back-end/koopa/trees/antlr/filter/generator/ANTLRv3TreeFilter.g:73:1: tokensSpec : ^( TOKENS ( tokenSpec )+ ) ;
public final ANTLRv3TreeFilter.tokensSpec_return tokensSpec() throws RecognitionException {... |
e7a80e80-71bb-4d99-a8b6-71ae981b6f6e | public void setCustomPickList48(crmondemand.xml.opportunity.query.QueryType customPickList48) {
this.customPickList48 = customPickList48;
} |
07560ca0-557c-4560-8fca-6389973d65ba | public static byte[] temporaryStats_Aran() {
Map<Temp, Integer> stats = new EnumMap<>(MapleStat.Temp.class);
stats.put(MapleStat.Temp.STR, 999);
stats.put(MapleStat.Temp.DEX, 999);
stats.put(MapleStat.Temp.INT, 999);
stats.put(MapleStat.Temp.LUK, 999);
stats.put(MapleSta... |
856481b8-ae5a-412f-b3b0-e83fd2350a91 | public void setOwnerId(java.lang.String ownerId) {
this.ownerId = ownerId;
} |
6eadf82b-0041-4419-ba96-421cad145e89 | public java.math.BigDecimal getCustomNumber62() {
return this.customNumber62;
} |
afcb36b2-0214-42a7-b351-4732d7d5ab5a | public ArrayList<String> parseTemplate(ArrayList<String> data,ArrayList<String> expressions){
int position;
ArrayList<String> newTemplate = new ArrayList<String>();
for(String line : template){
for(int i = 0; i < data.size();i++){
String temp = expressions.get(i); // Get expression
position = line.inde... |
b9838399-7774-4ace-be75-f57aa88e7f69 | public void handler() {
set_AX(m68ki_read_32(EA_DI()));
USE_CLKS(4 + 12);
if (m68klog != null) {
fprintf(m68klog, "movea_di_32 :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,... |
1b8d39d7-805d-4c19-ac36-ea90a9d244d6 | public void stateChanged(javax.swing.event.ChangeEvent evt) {
PainelAbasStateChanged(evt);
} |
d4332657-c716-4edc-a6b5-79a863a655ef | public void setCustomDate8(java.util.Calendar customDate8) {
this.customDate8 = customDate8;
} |
7517577f-162c-479a-a86b-360c9274fc27 | public java.lang.Boolean getCustomBoolean1() {
return this.customBoolean1;
} |
163af716-ebe3-4977-9f66-51b580594cf8 | public void preAnyAdjacentVerticesVisit(Graph G, int source)
{
id[source] = componentCount;
} |
5395eab8-1783-4a15-a854-b641839e062c | public crmondemand.xml.customobject6.query.QueryType getCustomNumber5() {
return this.customNumber5;
} |
543923bc-187e-4851-af6a-24e22b5d4238 | public crmondemand.xml.contact.query.QueryType getCustomDate28() {
return this.customDate28;
} |
6b2e8675-b409-48c9-805b-c8866a94f537 | public java.lang.String getCustomPickList87() {
return this.customPickList87;
} |
be753f80-2e4e-4c8f-889c-14bf374d1868 | @Test
public void testEquals3() {
AbstractCardCollection collection = new AbstractCardCollectionImpl(4);
assertTrue(collection.addCard(new Card(Suit.CLUB, Rank.ACE)));
assertTrue(collection.addCard(new Card(Suit.SPADE, Rank.ACE)));
AbstractCardCollection c... |
3d727d8d-d674-45eb-a07c-c76f80ae33e0 | public void setOwnerAlias(java.lang.String ownerAlias) {
this.ownerAlias = ownerAlias;
} |
f05cace1-c1f6-46d3-bfe1-059f8cea5642 | public crmondemand.xml.contact.query.QueryType getCustomDate20() {
return this.customDate20;
} |
12ff5128-45bb-42e6-b9c1-32834066428e | private String getFieldValue(FileItemStream item) throws IOException {
InputStream fieldStream = null;
try {
fieldStream = item.openStream();
StringWriter writer = new StringWriter();
IOUtils.copy(fieldStream, writer, "UTF-8");
return writer.toString();
} finally {
if (fieldStream != null) {
fi... |
9cd14d1c-fac8-4eef-9fb9-d508f46c0fdf | public crmondemand.xml.contact.query.QueryType getCustomCurrency24() {
return this.customCurrency24;
} |
e7eda4ad-7188-4afd-afae-7caf3a7fbb9b | public void setCustomText3(crmondemand.xml.customobject6.query.QueryType customText3) {
this.customText3 = customText3;
} |
fb292d50-d197-42f1-9921-fa12be1d476a | public crmondemand.xml.opportunity.query.QueryType getCustomObject9Type() {
return this.customObject9Type;
} |
889dbc18-7710-494c-a12b-c9e318b5edff | public java.lang.String getCustomPickList84() {
return this.customPickList84;
} |
045771b9-8c84-4f78-9599-63b4cfccbd5f | public java.lang.String getCustomPhone3() {
return this.customPhone3;
} |
c8850ae5-d3fe-4898-b578-bc57b2857ec9 | public crmondemand.xml.customobject6.query.QueryType getCustomObject15ExternalSystemId() {
return this.customObject15ExternalSystemId;
} |
52786e1a-d395-47e6-b280-5e861300996c | public crmondemand.xml.contact.query.QueryType getCustomText80() {
return this.customText80;
} |
5488192e-a780-4b9b-85a9-13838204f3f8 | public void setOpportunityCloseDate(java.util.Calendar opportunityCloseDate) {
this.opportunityCloseDate = opportunityCloseDate;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.