id
stringlengths
36
36
text
stringlengths
1
1.25M
c4fc2586-e63a-41eb-9988-e839afd3786d
protected Database(Plugin plugin) { this.plugin = plugin; }
58040807-7c1a-4a63-95e6-b795cca015fa
public java.lang.String getCustomPickList98() { return this.customPickList98; }
ab1ec24a-dfa6-4bd7-87de-fe25d23141d6
public void handler() { if (m68klog != null) { fclose(m68klog); } throw new UnsupportedOperationException("Unimplemented"); }
5bf3c12b-e3d5-4ceb-afdf-c3e301c4712a
@Test public void testIsOutputFileAccessableOnEmptyString() { assertFalse(MainWindow.isOutputFileAccessable("")); }
b77428a9-2dae-4a0e-8889-632372a193d0
public crmondemand.xml.customobject3.query.QueryType getModId() { return this.modId; }
924324ba-b87c-4aeb-b039-e26797fff4e5
public void setCustomPickList76(crmondemand.xml.customobject6.query.QueryType customPickList76) { this.customPickList76 = customPickList76; }
bfbc574d-fb87-4e70-89c4-46d7991074d4
public void setBusinessPlanPlanName(crmondemand.xml.customobject3.query.QueryType businessPlanPlanName) { this.businessPlanPlanName = businessPlanPlanName; }
c37f653e-c892-4cac-8994-dfc66deb95b1
public crmondemand.xml.opportunity.query.QueryType getCustomObject9Id() { return this.customObject9Id; }
dc068bd9-4e11-4766-8a7c-e78ce781f7e1
public void setAccreditationName(java.lang.String accreditationName) { this.accreditationName = accreditationName; }
729322ba-c3a4-4e7c-8dc4-13906e13ebbb
public java.lang.String getCustomPickList46() { return this.customPickList46; }
d7fbea9c-953c-4833-aae4-3ca7e5fcf46a
public java.util.List<org.bwapi.proxy.messages.GameMessages.UnitTypeIntPair> getDeadUnitCountList() { if (deadUnitCountBuilder_ == null) { return java.util.Collections.unmodifiableList(deadUnitCount_); } else { return deadUnitCountBuilder_.getMessageList(); } }
18ad6b0e-2b42-4c47-8cae-1369ac2d3ec6
public java.lang.String getCustomText34() { return this.customText34; }
a5ccd156-f044-4c84-972e-8df74c2b0233
private boolean areAllPlayerBlinking() { Boolean b = false; if(game.localEntity.blink){ b = true; } for(int i = 0; i < game.globalEntity.length; i++){ if(game.globalEntity[i] != null){ if(!game.globalEntity[i].blink){ b = true; } } } return b; }
b7745e85-1576-4f94-a4c5-94e4404f5498
public void PlayerToNpc(String text) { sendNextPrevS(text, (byte) 3); }
a27ba718-5d0c-4a02-8748-ed8a151bcc17
public Date getStartTime() { return startTime; }
46564b08-889d-4094-9b54-28e00f17f0d8
public static boolean checkPassword()//called when user hits enter password button { boolean correct = false; if (databaseHash.equals(testHash)) { correct = true; } return correct; }
9f8c3bf3-bd36-42a1-a861-36e78291a6b8
public void setCustomBoolean32(java.lang.Boolean customBoolean32) { this.customBoolean32 = customBoolean32; }
f6389e4f-84bc-4596-8110-328fc0cb706b
public void setCustomDate19(java.util.Calendar customDate19) { this.customDate19 = customDate19; }
db976ed0-ebc8-4a88-b9b6-275479eb0e1d
public void setCustomPhone6(crmondemand.xml.contact.query.QueryType customPhone6) { this.customPhone6 = customPhone6; }
ec98fcaa-a009-4302-8b47-812319273127
public void setCustomNumber30(java.math.BigDecimal customNumber30) { this.customNumber30 = customNumber30; }
92f178c6-51cf-422b-a0f5-928127f8dc9d
public void handler() { fclose(konamilog); throw new UnsupportedOperationException("unsupported opcode"); }
73d18688-9bd3-4bfb-8f59-48ed47d45bf2
public void setPrincipalPartnerAccountLocation(crmondemand.xml.customobject6.query.QueryType principalPartnerAccountLocation) { this.principalPartnerAccountLocation = principalPartnerAccountLocation; }
9892c39c-2072-4841-849d-2a0e9a288256
public crmondemand.xml.opportunity.query.QueryType getCustomText45() { return this.customText45; }
11e29200-48b8-421a-b362-ab5b639a9412
public void setCustomDate30(java.util.Calendar customDate30) { this.customDate30 = customDate30; }
886a2459-2db2-4c35-8d05-29781e370357
public crmondemand.xml.contact.query.QueryType getCustomObject9Type() { return this.customObject9Type; }
824e3a1b-8331-4cd6-84b2-cd8197890375
public void setCustomPickList55(java.lang.String customPickList55) { this.customPickList55 = customPickList55; }
1c80ba69-4e32-43bc-ad29-e2977de3decb
public static void addPlayerMove() { do { System.out.println("Please enter the coordinates of your move. (ex. B1)"); Scanner keyboard = new Scanner(System.in); move = keyboard.nextLine(); switch(move.substring(0,1)) { case "A": case "a": row = 0; break; case "B": case "b": row = 1; break; case "C": case "c": row = 2; break; } column= Integer.parseInt(move.substring(1)) - 1; TicTacToeBoard.board[row][column] = playerMarker; TicTacToeBoard.board[TicTacToePlayer.row][TicTacToePlayer.column] = TicTacToePlayer.playerMarker; } while(TicTacToeBoard.isMoveValid()); }
a3e2302a-3483-4f62-a64b-3a3d6b22cad8
public crmondemand.xml.customobject6.query.QueryType getCustomNumber43() { return this.customNumber43; }
f2334ff7-77b1-4787-b6c5-01070f4bfd37
public void setCustomNumber4(java.math.BigDecimal customNumber4) { this.customNumber4 = customNumber4; }
ac0c1ac0-37e9-4ac8-b5bb-347f891ca1b3
public java.lang.String getIndexedPick4() { return this.indexedPick4; }
2f99c5d0-a930-4f00-a2d0-80ce9855e85f
public double playlistTime() { double accum = 0.0; for(Song s : songs) { accum += s.getPlayTime(); } return accum; }
70ecb981-8649-4c4f-9f89-69fbbaf95a2f
public java.lang.Integer getCustomInteger16() { return this.customInteger16; }
41ac2590-94a1-4d3b-a2d8-443d8ab6fbc5
public java.lang.String getCustomText78() { return this.customText78; }
9a383802-6aa9-45c6-8176-3994b8820f57
public java.lang.String getCustomObject3IntegrationId() { return this.customObject3IntegrationId; }
a05f62bf-c9c8-4912-98b3-34daff8dc9b8
public java.lang.String getCustomPickList18() { return this.customPickList18; }
126560b1-2676-43a8-9f38-8f97fe22828b
public PedidoDAO() { this.conexao = ConnectionFactory.getConexao(); }
707b15ef-965a-4e9d-bd8b-59ef6199fb44
public void setUpdatedByLastName(java.lang.String updatedByLastName) { this.updatedByLastName = updatedByLastName; }
f4c37679-3d20-4578-a606-673c71a518be
public crmondemand.xml.opportunity.query.QueryType getCustomDate24() { return this.customDate24; }
9cad5bd8-f41e-4e5c-9f82-b2016bd68921
public java.lang.String getIndexedPick4() { return this.indexedPick4; }
72feadc0-4b9c-449b-a838-e3e111325ff4
* @param breakoncap * @param breakonnumber * @param breakonseparators * @param removeprefix * @param removesuffix * @param addprefix * @param addsuffix * @param outputcase * @param outputseparator * @return String */ public static String makeMatchingNameFull(String originalname, Keyword breakoncap, Keyword breakonnumber, String breakonseparators, String removeprefix, String removesuffix, String addprefix, String addsuffix, Keyword outputcase, String outputseparator) { { int prefixlength = removeprefix.length(); int suffixlength = removesuffix.length(); String resultString = originalname; int resultLength = 0; if ((prefixlength > 0) && ((prefixlength <= originalname.length()) && Stella.stringEqlP(removeprefix, Native.string_subsequence(originalname, 0, prefixlength)))) { resultString = Native.string_subsequence(originalname, prefixlength, Stella.NULL_INTEGER); } resultLength = resultString.length(); if ((suffixlength > 0) && ((suffixlength <= resultLength) && Stella.stringEqlP(removesuffix, Native.string_subsequence(resultString, resultLength - suffixlength, resultLength)))) { resultString = Native.string_subsequence(resultString, 0, resultLength - suffixlength); } if (Stella.stringEqlP(resultString, "")) { resultString = originalname; } resultString = Cons.composeNamestringFull(Stella.decomposeNamestringFull(resultString, breakoncap, breakonnumber, breakonseparators), addprefix, addsuffix, outputcase, outputseparator, null, false); if (Stella.stringEqlP(resultString, "")) { return (originalname); } else { return (resultString); } } }
65527068-d637-4f2c-9c5c-6cd3c5534927
public crmondemand.xml.customobject6.query.QueryType getCustomDate30() { return this.customDate30; }
2218573f-416c-46d1-9f0e-5d90fc1084da
public java.lang.String getCustomText71() { return this.customText71; }
e12c0b2b-29ae-4eb0-81ba-36ef797082cf
public java.util.Calendar getCustomDate59() { return this.customDate59; }
6d37c457-bec7-489d-aa74-06403bf03d72
public void setCustomText41(crmondemand.xml.contact.query.QueryType customText41) { this.customText41 = customText41; }
cef872f2-8166-47fc-8824-a3029ba832f0
public void setCustomPickList77(java.lang.String customPickList77) { this.customPickList77 = customPickList77; }
fc1d6dff-dd48-48d4-aba9-25b929eee605
public java.lang.String getCustomText18() { return this.customText18; }
8bacdf46-99a3-41a0-b613-ef2d9503bf91
public java.lang.Boolean getMaximumPermissionsNewReportBuilder() { return MaximumPermissionsNewReportBuilder; }
1595ac78-c28b-4758-a10a-16ac11c1b110
public void setCustomPhone16(crmondemand.xml.customobject6.query.QueryType customPhone16) { this.customPhone16 = customPhone16; }
7c2a9f04-34e5-422b-8e6f-eba4fdafaf33
public static Texture get(String name) { if(map.containsKey(name)) return map.get(name); return new StandardTexture(name); }
502d852a-74f7-4a35-8271-22db28b16d22
public crmondemand.xml.customobject3.query.QueryType getCustomInteger31() { return this.customInteger31; }
289ad1fe-398b-4f38-bcf9-786c40d2f1fa
public crmondemand.xml.customobject6.query.QueryType getCustomObject13Name() { return this.customObject13Name; }
be08a787-3b6c-4454-a67f-bad45e1d479e
@Override public Object clone() throws CloneNotSupportedException { Board copy = (Board)super.clone(); copy.boardArray = clone2dArray(boardArray); return copy; }
25e6299e-6561-4d54-9c7b-4876192720cf
public java.math.BigDecimal getCustomNumber0() { return this.customNumber0; }
36afdc44-c90c-4c78-ac8f-a11de8f24533
public crmondemand.xml.customobject6.query.QueryType getCustomCurrency16() { return this.customCurrency16; }
68e178c9-a5ef-487f-970c-1f631b0b5795
public java.lang.String getCustomPickList51() { return this.customPickList51; }
bac05dd1-8e6e-45a8-b450-4ffa0f46b004
public int compareTo(WeightedDirectedEdge e) { if (weight < e.weight) return -1; else if (weight > e.weight) return +1; else return 0; }
fa4cff8a-68a8-4187-ac02-0bd2ae8ec452
public crmondemand.xml.contact.query.QueryType getCustomText3() { return this.customText3; }
156be48d-4ae5-47e5-ae2c-c82891660149
public void setContactLastName(crmondemand.xml.customobject3.query.QueryType contactLastName) { this.contactLastName = contactLastName; }
a5bb1393-a3a1-4b35-939b-d9ad4a60e3ac
public java.lang.String getLeadId() { return this.leadId; }
e42c9872-2d9d-46b5-bc71-18bf34f32ad5
public java.math.BigDecimal getCustomNumber62() { return this.customNumber62; }
249e9202-2f8c-4d09-ab26-2dbb5f5e9439
public void setModifiedBy(java.lang.String modifiedBy) { this.modifiedBy = modifiedBy; }
57a10ad0-35c7-4915-8c2f-a84456484514
public void setCustomBoolean6(java.lang.Boolean customBoolean6) { this.customBoolean6 = customBoolean6; }
bd62cb82-a7aa-4b1b-8bd2-60a3a2801ed7
public java.lang.String getCertficationName() { return this.certficationName; }
39d226e3-8722-4198-8014-55764236d6b7
public void setDealRegistrationDealRegistrationName(crmondemand.xml.contact.query.QueryType dealRegistrationDealRegistrationName) { this.dealRegistrationDealRegistrationName = dealRegistrationDealRegistrationName; }
911fa858-43aa-46fa-a2ac-56a21c86ed52
public crmondemand.xml.customobject3.query.QueryType getCustomObject5Name() { return this.customObject5Name; }
747e1051-91e8-480b-a46f-c8fbec6711bb
public void test_withMonth_tooHigh() { YearMonth test = YearMonth.of(2008, 6); test.withMonth(13); } // ----------------------------------------------------------------------- // plusYears() // ----------------------------------------------------------------------- @Test(groups = { "tck" }
58927152-2107-415f-8aee-764553060010
private void collapseExpandTree( boolean expanded ) { if ( !widgetContainer.getInnerHTML().equals( "" ) ) setState( expanded ); if ( hasChildren() ) { for ( TreeItem child : children ) { child.collapseExpandTree( expanded ); } } return; }
b9eb5567-22bf-4656-8614-cb27ccdf6c72
public crmondemand.xml.customobject6.query.QueryType getInvtPeriodEndDate() { return this.invtPeriodEndDate; }
0f7d037a-a6d3-4154-a803-a85fa65c0a57
public java.lang.String getPolicyId() { return this.policyId; }
fca3b6b9-5b7b-4a9a-a5b8-f235c7808f40
public static org.bwapi.proxy.messages.TerrainMessages.Region parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); }
bb0fdbee-a892-4e14-bc12-752073bf1a80
public java.lang.String getCustomPickList65() { return this.customPickList65; }
acd3840d-84fa-4406-a362-314938c3bf16
public void setCustomNumber27(java.math.BigDecimal customNumber27) { this.customNumber27 = customNumber27; }
82aff52d-eb1a-423c-afec-455eca549b59
public java.math.BigDecimal getCustomNumber33() { return this.customNumber33; }
59e98d1c-9886-41b3-aa82-f10f878af7d7
public void setCustomText43(crmondemand.xml.customobject6.query.QueryType customText43) { this.customText43 = customText43; }
39088819-d274-4c42-afd5-155988831d75
public void setZCustomText20(crmondemand.xml.customobject6.query.QueryType zCustomText20) { this.zCustomText20 = zCustomText20; }
dbfd8e73-521d-4838-8a2a-41ec913f248b
public java.lang.String getCustomObject7Type() { return this.customObject7Type; }
25a82514-6bb4-4a45-8d61-e6ea1cb09130
public float getGPA() { return gpa; }
3daff43e-bd36-478d-9ede-3866a77a5a3e
public java.lang.String getCreatedByLastName() { return this.createdByLastName; }
e4c6c2df-20a2-48d1-9d4a-12a112bf2459
public void setCustomNumber5(crmondemand.xml.contact.query.QueryType customNumber5) { this.customNumber5 = customNumber5; }
6070fcd2-b7d6-49b1-a37d-266fa055cf19
public crmondemand.xml.opportunity.query.QueryType getCustomObject7ExternalSystemId() { return this.customObject7ExternalSystemId; }
f1191922-19dd-45a1-8792-ff3cd47fc23b
public void setCustomPickList54(crmondemand.xml.contact.query.QueryType customPickList54) { this.customPickList54 = customPickList54; }
0055bd4f-6099-4908-8d72-b52f783671c6
public Builder clear() { super.clear(); id_ = 0; bitField0_ = (bitField0_ & ~0x00000001); name_ = ""; bitField0_ = (bitField0_ & ~0x00000002); race_ = org.bwapi.proxy.messages.GameMessages.Race.Zerg; bitField0_ = (bitField0_ & ~0x00000004); mineralPriceBase_ = 0; bitField0_ = (bitField0_ & ~0x00000008); mineralPriceFactor_ = 0; bitField0_ = (bitField0_ & ~0x00000010); gasPriceBase_ = 0; bitField0_ = (bitField0_ & ~0x00000020); gasPriceFactor_ = 0; bitField0_ = (bitField0_ & ~0x00000040); upgradeTimeBase_ = 0; bitField0_ = (bitField0_ & ~0x00000080); upgradeTimeFactor_ = 0; bitField0_ = (bitField0_ & ~0x00000100); maxRepeats_ = 0; bitField0_ = (bitField0_ & ~0x00000200); if (whatUpgradesBuilder_ == null) { whatUpgrades_ = org.bwapi.proxy.messages.GameMessages.UnitType.getDefaultInstance(); } else { whatUpgradesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000400); if (whatUsesBuilder_ == null) { whatUses_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000800); } else { whatUsesBuilder_.clear(); } return this; }
d6306d73-8cef-47d9-823f-964cf134f6f0
public void setCustomText3(java.lang.String customText3) { this.customText3 = customText3; }
0f11675b-51f9-49ef-97cf-4942a7b1ffd9
public java.lang.String getCustomPickList14() { return this.customPickList14; }
f2cc701c-977d-47b7-a900-493f1926d391
public void setCustomText44(java.lang.String customText44) { this.customText44 = customText44; }
950029b1-6dc3-445e-ba18-4108e5019ba4
public void setCustomPhone109(java.lang.String customPhone109) { this.customPhone109 = customPhone109; }
ae4aa268-fee3-4641-871c-f02f8867dcc5
public java.lang.String getOwnerExternalSystemId() { return this.ownerExternalSystemId; }
6e97845b-3336-4bba-8f0b-2d2104783390
public void setDealerName(java.lang.String dealerName) { this.dealerName = dealerName; }
bc3e415d-68fb-4935-ad9a-77c3c45c99ab
public crmondemand.xml.contact.query.QueryType getIndexedPick1() { return this.indexedPick1; }
a4f12550-88dc-4af4-b18b-9736d059c0b6
public java.lang.String getPolicyBillingStatus() { return this.policyBillingStatus; }
6765b521-e037-4a31-8306-da6cdbeac904
public java.lang.String getCustomText37() { return this.customText37; }
8a4deb3c-ab18-43c6-8194-44384c18a75f
public java.lang.String getActivityExternalSystemId() { return this.activityExternalSystemId; }
cc8360f3-99ba-4950-a86b-108c91365d56
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean14() { return this.customBoolean14; }
e1ad50b2-d327-4c7c-a749-16b249c81633
public void setStatus(java.lang.String status) { this.status = status; }
fc23ba22-2d18-4f41-947e-105c15b69cb2
public void setCustomInteger14(crmondemand.xml.opportunity.query.QueryType customInteger14) { this.customInteger14 = customInteger14; }
336ee3e9-14b3-4703-898f-b85b0ca26d6f
public Builder setIsFlyingBuilding(boolean value) { bitField2_ |= 0x00000001; isFlyingBuilding_ = value; onChanged(); return this; }
4d40f17b-e14c-4d73-85c1-e73207e6ea0d
public java.lang.String getCustomPhone10() { return this.customPhone10; }
60d4c695-fc93-427c-99d8-0fc62dde9fb8
public java.lang.String getCustomObject11Name() { return this.customObject11Name; }
c58519bd-c239-40ad-ac24-f2c297e1b459
public java.math.BigDecimal getCustomNumber42() { return this.customNumber42; }
1265af78-8cfe-45c1-82ff-ab65e8649e45
public static void reviseEquivalences(Proposition proposition, boolean goestrueP) { { LogicObject arg1 = ((LogicObject)((proposition.arguments.theArray)[0])); LogicObject arg2 = ((LogicObject)((proposition.arguments.theArray)[1])); if (!Logic.$EQUIVALENCE_COLLECTIONSp$) { return; } if (goestrueP) { if (LogicObject.collectionImpliesCollectionP(arg1, arg2) && LogicObject.collectionImpliesCollectionP(arg2, arg1)) { LogicObject.equivalenceCollections(arg1, arg2); } } else if ((((Description)(Stella_Object.accessInContext(KeyValueList.dynamicSlotValue(arg1.dynamicSlots, Logic.SYM_LOGIC_EQUIVALENT_VALUE, null), arg1.homeContext, false))) != null) || (((Description)(Stella_Object.accessInContext(KeyValueList.dynamicSlotValue(arg2.dynamicSlots, Logic.SYM_LOGIC_EQUIVALENT_VALUE, null), arg2.homeContext, false))) != null)) { { System.out.println("DIDN'T FINISH 'revise-equivalences' YET. DON'T KNOW HOW"); System.out.println(" TO REMOVE AN 'equivalent-value' LINK"); } ; } else if ((Stella_Object.isaP(arg1, Logic.SGT_LOGIC_SKOLEM) && (((Stella_Object)(Stella_Object.accessInContext(((Skolem)(arg1)).variableValue, ((Skolem)(arg1)).homeContext, false))) != null)) || (Stella_Object.isaP(arg2, Logic.SGT_LOGIC_SKOLEM) && (((Stella_Object)(Stella_Object.accessInContext(((Skolem)(arg2)).variableValue, ((Skolem)(arg2)).homeContext, false))) != null))) { { System.out.println("DIDN'T FINISH 'revise-equivalences' YET. DON'T KNOW HOW"); System.out.println(" TO REMOVE AN 'equivalent-value' LINK"); } ; } } }