id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
19d23570-ea0d-4257-8855-bb46a5771b17 | public static String toStringFromI(double[] weight, int i){
StringBuilder string = new StringBuilder();
for(int j = i; j < weight.length; j++){
string.append(weight[j]+" ");
}
return string.toString().trim();
} |
5b9bd0d1-8525-4164-b7ad-af054b711b74 | public static TruthValue setFrameTruthValue(ControlFrame frame, TruthValue truthvalue) {
return (frame.truthValue = (frame.reversePolarityP ? TruthValue.invertTruthValue(truthvalue) : truthvalue));
} |
b50e8a38-8ce2-446e-9ba3-162c0cdc666c | public java.math.BigDecimal getCustomNumber56() {
return this.customNumber56;
} |
ef97ae56-46e0-4fb3-9a65-45b19faf7723 | public void setCustomDate42(java.util.Calendar customDate42) {
this.customDate42 = customDate42;
} |
db5fa03c-ea5b-48d2-a075-acf0c4bca98e | public void setCustomInteger2(crmondemand.xml.opportunity.query.QueryType customInteger2) {
this.customInteger2 = customInteger2;
} |
d944b0c9-b45d-46c9-bef6-4ee81d2a0903 | public void setCustomPickList33(java.lang.String customPickList33) {
this.customPickList33 = customPickList33;
} |
dc997d2b-4a4e-4ac9-93ab-49dd6c311ae2 | public void setCreatedById(crmondemand.xml.customobject6.query.QueryType createdById) {
this.createdById = createdById;
} |
8c288361-285a-4e6e-be8d-15b3770e5da6 | static RomLoadPtr rom_marukodq = new RomLoadPtr(){ public void handler(){
ROM_REGION( 0x100000, REGION_CPU1 );
ROM_LOAD_WIDE_SWAP( "maru-p1.rom", 0x000000, 0x100000, 0xc33ed21e );
ROM_REGION( 0x40000, REGION_GFX1 );
ROM_LOAD( "maru-s1.rom", 0x000000, 0x08000, 0x3b52a219 );
ROM_LOAD( "ng-sfix.rom"... |
90511808-28ec-4c93-98cb-0aae880b49f9 | public void setCustomInteger30(java.lang.Integer customInteger30) {
this.customInteger30 = customInteger30;
} |
8bb90ad7-15f1-4c3d-bc8f-87c5ae5652bd | public static void connectToMailServer() throws UnknownHostException, IOException {
serverSocket = new Socket("192.168.1.100", 1500);
in = new BufferedReader(new InputStreamReader(serverSocket.getInputStream()));
out = new PrintWriter(serverSocket.getOutputStream(),true);
} |
ff9282e1-b867-4ce5-9c7d-332eb1ee250d | public void setCustomBoolean21(crmondemand.xml.customobject3.query.QueryType customBoolean21) {
this.customBoolean21 = customBoolean21;
} |
d57e00bd-4d68-4b03-a1d1-7240bc9fb4c9 | public java.lang.String getCreatedByFirstName()
{
return this.createdByFirstName;
} |
1f126343-73c5-4a40-9b6b-998be835789d | public java.lang.String getCustomText71() {
return this.customText71;
} |
24158f62-6db7-46fb-b8e3-80176f2db9db | public void setCustomNumber36(crmondemand.xml.contact.query.QueryType customNumber36) {
this.customNumber36 = customNumber36;
} |
e62b429e-052a-4080-aeb3-730d90124c33 | public void setCustomText31(crmondemand.xml.customobject6.query.QueryType customText31) {
this.customText31 = customText31;
} |
45550ecb-da4f-4794-98a3-7746592e609e | public void setCustomPickList48(java.lang.String customPickList48) {
this.customPickList48 = customPickList48;
} |
03e9d84f-1b66-465a-85c6-eeb7cf9fea9f | public void updateAllPictures(){
pictureList.clear();
pictureList.addAll(getAllPictures());
files.setPictureList(pictureList);
} |
7a240781-c542-49b2-94ee-bd37d352d802 | public void setCustomNumber20(crmondemand.xml.customobject6.query.QueryType customNumber20) {
this.customNumber20 = customNumber20;
} |
55f3faaa-0592-4174-a68e-c1603aa858de | @Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (getClass() != obj.getClass())
return false;
Address other = (Address) obj;
if (city == null) {
if (other.city != null)
return false;
} else if (!city.equals(other.city))
return ... |
c28305c1-8653-42b5-b80c-5dca03fe3a15 | public void setCustomText14(crmondemand.xml.customobject6.query.QueryType customText14) {
this.customText14 = customText14;
} |
49dfbe3b-9ca0-4f33-be90-d9c641896cd9 | public java.lang.Boolean getCustomBoolean21() {
return this.customBoolean21;
} |
5eb003ba-cca3-4e3f-813e-a9cbb1a138b0 | public java.lang.String getCustomText11() {
return this.customText11;
} |
d5155b42-a68d-45a8-b148-9700736081e6 | public crmondemand.xml.customobject6.query.QueryType getCustomPickList93() {
return this.customPickList93;
} |
b8dc360a-ad7c-4769-931c-3d426eb5a4bb | public java.lang.String getIndexedPick3() {
return this.indexedPick3;
} |
4ec7ef12-9e2a-4566-bc06-88b1ab35cdee | public void setActivitySubject(crmondemand.xml.customobject3.query.QueryType activitySubject) {
this.activitySubject = activitySubject;
} |
0adb2dfe-baaf-49cc-aac2-44fc279c7b8b | public void setCustomObject1Type(crmondemand.xml.customobject6.query.QueryType customObject1Type) {
this.customObject1Type = customObject1Type;
} |
51ec80ed-e6bf-40bf-a41f-1c8a2eefbe31 | public static void main(String args[]) {
/*
* Set the Nimbus look and feel
*/
//<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
/*
* If Nimbus (introduced in Java SE 6) is not available, stay with the
* default look and fe... |
2821a53c-eba8-4b0c-96b4-5b04db77be84 | public crmondemand.xml.contact.query.QueryType getCustomText62() {
return this.customText62;
} |
75304610-dbfd-492f-b339-ae4afd72400a | public void setInvtPeriodExternalSystemId(java.lang.String invtPeriodExternalSystemId) {
this.invtPeriodExternalSystemId = invtPeriodExternalSystemId;
} |
fc95d8c7-0849-44e7-a8d5-8d00b0bb015a | public Builder clearConstructing() {
bitField2_ = (bitField2_ & ~0x00000020);
constructing_ = false;
onChanged();
return this;
} |
bb63bfab-d4b8-456f-aa40-d961353de69b | public java.util.Calendar getCustomDate23() {
return this.customDate23;
} |
b7d30243-cabd-467b-a0f0-96d2f9570917 | public crmondemand.xml.customobject6.query.QueryType getCustomObject4Id() {
return this.customObject4Id;
} |
04decc0a-1c8f-49f8-b912-c66b284ef9d8 | public void setCustomText17(crmondemand.xml.opportunity.query.QueryType customText17) {
this.customText17 = customText17;
} |
0d538b94-ef6a-44a9-bd58-d4cd37f7d725 | public java.lang.String getCustomPickList0() {
return this.customPickList0;
} |
b27f4b32-2993-468c-b1ac-ac22868a9fe8 | public void setCustomBoolean34(crmondemand.xml.opportunity.query.QueryType customBoolean34) {
this.customBoolean34 = customBoolean34;
} |
e4ab504d-c2af-4853-bede-e1eefbcd2f93 | public void setCustomText68(crmondemand.xml.customobject6.query.QueryType customText68) {
this.customText68 = customText68;
} |
11a6cf11-5a04-4b09-81ad-9a46c59b68cb | public java.util.Calendar getCustomDate40() {
return this.customDate40;
} |
86c322d4-8f9d-4e19-85f1-9d88e487f724 | public static byte[] sendFamilyInvite(int cid, int otherLevel, int otherJob, String inviter) {
MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.FAMILY_INVITE.getValue());
mplew.writeInt(cid);
mplew.writeInt(othe... |
e0e8196d-5df4-47df-840c-48e226896a33 | public void setCustomNumber61(java.math.BigDecimal customNumber61) {
this.customNumber61 = customNumber61;
} |
ace33da7-1945-4a83-9254-2ed3b10921b2 | public void setCustomText41(crmondemand.xml.customobject3.query.QueryType customText41) {
this.customText41 = customText41;
} |
c9377397-78d5-46d6-9bea-116a9239ba54 | public void setCustomObject12Type(crmondemand.xml.contact.query.QueryType customObject12Type) {
this.customObject12Type = customObject12Type;
} |
30a7e7a1-9c64-4a91-bb79-b62f415df945 | public crmondemand.xml.opportunity.query.QueryType getCustomNumber14() {
return this.customNumber14;
} |
b262ce13-0ca6-4ae0-9335-5cac7515aa38 | public void setOwnerFirstName(crmondemand.xml.contact.query.QueryType ownerFirstName) {
this.ownerFirstName = ownerFirstName;
} |
591cba68-95b7-45e6-9520-9165fbd6e044 | public void setCustomPickList88(java.lang.String customPickList88) {
this.customPickList88 = customPickList88;
} |
4ac80ffc-4d3a-4cbf-9248-78b66ca0c299 | public crmondemand.xml.customobject6.query.QueryType getCustomText24() {
return this.customText24;
} |
f506ebdc-a740-4262-8b32-57c1eb6b72c9 | @Override
public void actionPerformed(ActionEvent e) {
System.exit(0);
} |
244566da-55cd-4a5a-a9ce-a81eabe47584 | public void setHouseholdSegment(crmondemand.xml.customobject6.query.QueryType householdSegment) {
this.householdSegment = householdSegment;
} |
041c8a1d-0e3b-4a37-93b8-5771ba2db794 | public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
} |
56fa56a9-f791-40d1-877b-9c1255a66bd6 | public void setCustomText82(crmondemand.xml.opportunity.query.QueryType customText82) {
this.customText82 = customText82;
} |
093f627f-69e5-41db-ba94-7d597e444189 | public java.util.Calendar getPolicyCanceledDate() {
return this.policyCanceledDate;
} |
035c1f34-19c2-4b70-8618-2d7b752bbd58 | public crmondemand.xml.contact.query.QueryType getIndexedDate0() {
return this.indexedDate0;
} |
b5ce6f4c-17cf-40cb-bdce-7f57c5d4e320 | public java.lang.String getBusinessAccountId() {
return this.businessAccountId;
} |
db830c96-f37b-4b27-bcce-a78b9621334f | public void setCustomNumber40(crmondemand.xml.customobject6.query.QueryType customNumber40) {
this.customNumber40 = customNumber40;
} |
c1ec16ae-1a1b-4ccb-a1cd-c4905543ac4d | public void setCustomText25(java.lang.String customText25) {
this.customText25 = customText25;
} |
e7aa71ec-912c-4979-bad2-1681b62b0354 | public void run()
{
main.manageShows();
} |
446b2945-fb46-4cbe-947e-7a0c04f86fe0 | public java.lang.Boolean getCustomBoolean27() {
return this.customBoolean27;
} |
4aa6c37a-774c-4412-b5a4-727e203d022a | public void handler() {
if (m68klog != null) {
fclose(m68klog);
}
throw new UnsupportedOperationException("Unimplemented");
} |
710f7875-b760-4174-a4bf-46db7b26a5ac | public void setZCustomPickList68(java.lang.String zCustomPickList68) {
this.zCustomPickList68 = zCustomPickList68;
} |
303b673e-e4ef-4713-a579-623fb6572e21 | public java.lang.String getCustomPickList27() {
return this.customPickList27;
} |
b8c09c08-357e-4d42-93fa-c8511f0b9125 | @Override
public BoundingBox getBoundingBox() {
return new BoundingBox(this, 0, 0, this.length(), this.height());
} |
6c1d91dc-d2ad-4bc2-a05f-827db2638942 | @Override
public Dimension getMinimumSize ()
// for the layout menager of the containing component
{
Dimension d = getSize();
if (d.width == 0) return d = Dim;
d.width = d.height + 5;
return d;
} |
d945f89e-24d2-4baa-9d57-f8e5dc858526 | @Override
public int getCount(MOB mob)
{
return count;
} |
7dca7d2d-26f7-45cf-8846-1074449a1218 | public void setOriginatingPartnerExternalSystemId(java.lang.String originatingPartnerExternalSystemId) {
this.originatingPartnerExternalSystemId = originatingPartnerExternalSystemId;
} |
953c3e88-3ca3-41ca-b10a-56a92421e4cc | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean0() {
return this.customBoolean0;
} |
aae7f746-a597-46ff-9411-c8bc68a7af57 | public crmondemand.xml.contact.query.QueryType getActivityStatus() {
return this.activityStatus;
} |
da2ee4b4-0d43-4901-afe9-3b78a1006b0b | public java.lang.String getPriceListStatus() {
return this.priceListStatus;
} |
699a3938-d3eb-4c59-a08d-41335f9af2db | public void setCustomObject1Type(crmondemand.xml.customobject6.query.QueryType customObject1Type) {
this.customObject1Type = customObject1Type;
} |
4531e684-03f1-4723-9233-9a1b71322bb6 | public void handler() {
if (m68klog != null) {
fclose(m68klog);
}
throw new UnsupportedOperationException("Unimplemented");
} |
8d1d3f44-210b-4505-a483-5c73ad8a0332 | public void setCustomInteger5(java.lang.Integer customInteger5) {
this.customInteger5 = customInteger5;
} |
4af3820e-5746-4663-bacc-6c3612c1cc58 | public void setCustomPickList56(java.lang.String customPickList56) {
this.customPickList56 = customPickList56;
} |
6cbbc12e-d30f-477a-a56a-e61ecd1490b0 | public crmondemand.xml.customobject6.query.QueryType getUpdatedByFirstName() {
return this.updatedByFirstName;
} |
ecd67f6a-d833-43a6-a996-ef5129bd9623 | public void setCustomObject8Type(java.lang.String customObject8Type) {
this.customObject8Type = customObject8Type;
} |
7cf7836c-01b2-42e2-9e08-45a66dd8c63b | public java.lang.String getCustomText11() {
return this.customText11;
} |
9f04f623-240d-4160-8b5d-605c515f56ee | private void loadMoves() {
moves = new Move[355];
int offs = romEntry.getValue("MoveData");
int nameoffs = romEntry.getValue("MoveNames");
int namelen = romEntry.getValue("MoveNameLength");
for (int i = 1; i <= 354; i++) {
moves[i] = new Move();
moves[i].name = readFixedLengthString(nameoffs + i * namel... |
6f292330-cc2d-4fdd-ab10-1428b67be371 | public void setCustomPickList21(crmondemand.xml.contact.query.QueryType customPickList21) {
this.customPickList21 = customPickList21;
} |
6e6ac2f4-c7f0-4b2b-b05b-64ea576d8953 | public void setAccountFuriganaName(crmondemand.xml.customobject6.query.QueryType accountFuriganaName) {
this.accountFuriganaName = accountFuriganaName;
} |
195a4939-9878-4e3a-8ea1-0cc6ab9a8006 | */
public Name getStrF() {
Object tmp = library.getObject(entries, "StrF");
if (tmp != null && tmp instanceof Name) {
return (Name) tmp;
}
return null;
} |
e4048af7-566d-4ebc-b179-4789de41165a | public void setCustomNumber25(java.math.BigDecimal customNumber25) {
this.customNumber25 = customNumber25;
} |
84264564-8fea-41e5-aef2-1e1237de8b4a | public void setCustomNumber24(java.math.BigDecimal customNumber24) {
this.customNumber24 = customNumber24;
} |
8e933873-639c-464a-9ce2-27ed34ee36e9 | public java.lang.Integer getCustomInteger33() {
return this.customInteger33;
} |
f74b1d23-554c-440a-96c9-740f794cf10d | public abstract void progress(String s, int i, int maximum); |
82e70190-ffb5-41ec-9851-ab595c686107 | public void oldClose() {
realChannel.oldClose();
} |
9d488dec-00be-42bb-8bf2-6ef25fede3d3 | public java.math.BigDecimal getCustomCurrency10() {
return this.customCurrency10;
} |
d7c8c6dd-bb13-4384-b018-471335438bf6 | public void move(){
if(direction.equals("N")){
y-= moveRate;
}else if(direction.equals("NW")){
y-= moveRate;
x-= moveRate;
}else if(direction.equals("W")){
x-= moveRate;
}else if(direction.equals("SW")){
x-= moveRate;
y+= moveRate;
}else if(direction.equals("S")){
y+= moveRate;
}else if... |
235f888a-3566-42fa-9339-96e8b9e03809 | public void setCustomDate47(crmondemand.xml.contact.query.QueryType customDate47) {
this.customDate47 = customDate47;
} |
86fd6df0-030e-40cb-b470-729843d61b00 | public java.lang.String getCustomText12() {
return this.customText12;
} |
e0695d26-06ab-4b86-9e16-a16eaa15c8f0 | public void handler() {
long d_dst = get_DX();
long res = MAKE_INT_16(get_DY()) * MAKE_INT_16(MASK_OUT_ABOVE_16(d_dst));
set_DX(res);
m68k_cpu.not_z_flag = res;
m68k_cpu.n_flag = GET_MSB_32(res);
m68k_cpu.v_flag = 0;
m68k_cpu.c_flag =... |
95960144-8064-4ba4-8b05-881f746317c9 | public java.lang.String getOpportunityStatus() {
return this.opportunityStatus;
} |
7fdf02fe-24f8-49e6-832e-99e82147b78b | public crmondemand.xml.customobject3.query.QueryType getCustomNumber32() {
return this.customNumber32;
} |
eee273d3-bdb2-4cdd-997a-1449b7314714 | public void setCustomNumber47(crmondemand.xml.customobject6.query.QueryType customNumber47) {
this.customNumber47 = customNumber47;
} |
b73bf43a-3514-4d2c-9603-5923a300af82 | public void setCustomObject4Id(java.lang.String customObject4Id) {
this.customObject4Id = customObject4Id;
} |
386c652e-0559-49eb-99b2-f690b9cb426d | public void setSolutionIntegrationId(crmondemand.xml.customobject3.query.QueryType solutionIntegrationId) {
this.solutionIntegrationId = solutionIntegrationId;
} |
c5271ead-570f-4194-9608-a86ba022da70 | public java.lang.String getCustomText84() {
return this.customText84;
} |
e7d92b47-d4b1-4fca-b814-553a028b87a6 | private boolean check()
{
if (!isSizeConsistent(root))
{
System.out.println("Size is not consistent");
return false;
}
if (!isRankConsistent(root))
{
System.out.println("Rank is not consistent");
return false;
}
return true;
} |
1d1ac648-df57-448f-99c4-c64874fc0eb3 | public crmondemand.xml.customobject6.query.QueryType getModifiedById() {
return this.modifiedById;
} |
6ef2d64b-0a07-4a4d-8d3e-5b20edb1c5d5 | public java.lang.String getAccreditationStatus() {
return this.accreditationStatus;
} |
334e8c32-7c89-45f9-9a2b-8dd38f6bcbcb | public Texture getTexture() {
return texture;
} |
971718a5-18ca-482b-b778-6394688a4ed9 | public void factory_of_6intsMonth_hourTooHigh() {
LocalDateTime.of(2007, Month.JULY, 15, 24, 30, 40, 987654321);
}
@Test(expectedExceptions = DateTimeException.class, groups = { "tck" } |
98847fd4-363d-499f-adcd-2b294247d80b | public void setCustomInteger25(crmondemand.xml.contact.query.QueryType customInteger25) {
this.customInteger25 = customInteger25;
} |
3489ff1c-291e-416c-ac16-773d8e9ad3fe | public java.lang.String getCustomText37() {
return this.customText37;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.