id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
645e9fda-d68a-474f-b6a2-abdf00c47c55 | public crmondemand.xml.contact.query.QueryType getCustomPickList61() {
return this.customPickList61;
} |
d2dfe65a-1169-4ef1-82e1-a74e326166c9 | @Override
public int getSize() {
return list.size();
} |
8cc43e94-6d7c-48aa-b8d6-b9865575bfc8 | public crmondemand.xml.customobject3.query.QueryType getCustomPickList18() {
return this.customPickList18;
} |
6f736f73-3b45-426f-b192-5af30cfbb154 | public crmondemand.xml.customobject6.query.QueryType getCustomDate26() {
return this.customDate26;
} |
e7b5f135-fc8d-427c-a231-4d9d412cb73c | public crmondemand.xml.opportunity.query.QueryType getCustomBoolean19() {
return this.customBoolean19;
} |
16756e9c-97a2-484b-b5a7-80d7cda0db8c | public void setCustomObject6Type(crmondemand.xml.customobject3.query.QueryType customObject6Type) {
this.customObject6Type = customObject6Type;
} |
34578153-3214-4a27-8ac7-bd0f916d80ab | public void setCustomPickList84(crmondemand.xml.customobject6.query.QueryType customPickList84) {
this.customPickList84 = customPickList84;
} |
4cdbe6f0-122c-4820-b338-1197a3e56c15 | public crmondemand.xml.customobject3.query.QueryType getCustomText47() {
return this.customText47;
} |
dcab36bc-2446-454b-b8fd-7deb948b03ec | public java.math.BigDecimal getZCustomNumber50() {
return this.zCustomNumber50;
} |
f8e99a67-3720-4c5e-a0a9-717f63929ecb | public void setCustomNumber35(crmondemand.xml.opportunity.query.QueryType customNumber35) {
this.customNumber35 = customNumber35;
} |
eb49b42c-883e-46bc-8462-538c59c6a706 | public crmondemand.xml.customobject3.query.QueryType getCustomCurrency13() {
return this.customCurrency13;
} |
00e876d0-e4b4-4050-ae93-e6a6db94e7a0 | public void setFinancialAccountPrimaryAccount(crmondemand.xml.contact.query.QueryType financialAccountPrimaryAccount) {
this.financialAccountPrimaryAccount = financialAccountPrimaryAccount;
} |
4ebb26c1-dec6-4bb6-b37f-3e3c092296e9 | public crmondemand.xml.customobject6.query.QueryType getCustomDate58() {
return this.customDate58;
} |
bbb15ff6-f116-436a-b394-226d137559d1 | public java.util.Calendar getModifiedDateExt() {
return this.modifiedDateExt;
} |
c36a52f6-e599-4f24-960f-b8b78bc4d928 | public void setCustomPickList14(crmondemand.xml.customobject6.query.QueryType customPickList14) {
this.customPickList14 = customPickList14;
} |
6670db00-d121-49e2-9700-723eaf4d661f | public java.lang.String getCustomObject8Id() {
return this.customObject8Id;
} |
e9ec6ca5-a9aa-4982-8acf-539f1ba03241 | public crmondemand.xml.opportunity.query.QueryType getCustomText77() {
return this.customText77;
} |
cc498817-0f2a-4a4e-b9b5-711e0f2c3240 | private static boolean isNumber(String str)
{
if(str.equals("")) {
return false;
}
for(char c : str.toCharArray()) {
if (!Character.isDigit(c)) return false;
}
return true;
} |
1f19d417-3438-42ce-bc21-03b40539c5b6 | public interfaceIDL _this()
{
return interfaceIDLHelper.narrow(_this_object());
} |
e9b50bc1-f9cb-457e-85a3-1c9eefe7d879 | public static void trainNeuralNetwork(int cycles, int numTraining) {
if (Logic.$TRAIN_CACHED_NETWORKSp$) {
Logic.trainCachedNeuralNetworks(cycles, numTraining);
}
else {
Logic.trainUncachedNeuralNetworks(cycles, numTraining);
}
} |
6ed15b13-f6ab-4722-af0a-d69eab797e9d | public java.util.Calendar getPolicyCanceledDate() {
return this.policyCanceledDate;
} |
1187137f-72cb-4624-b029-924db12aa9bf | public void setCustomPickList70(java.lang.String customPickList70) {
this.customPickList70 = customPickList70;
} |
38885503-8606-4e09-8029-0b41af798270 | public void setCustomPickList38(java.lang.String customPickList38) {
this.customPickList38 = customPickList38;
} |
e58b14f6-7b76-462f-8b11-5c9dc6b92129 | public static JInPiqi.request parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input)) {
return builder.buildParsed();
} else {
return null;
}
} |
33f6edbd-69f8-442c-8fc7-06da849aefb8 | void supprimerArriere(); |
e13b3824-d0f0-4bdb-8067-d681ebf8c17d | public void getFocus(AccessibleControlEvent e) {
e.childID = isFocusControl() ? ACC.CHILDID_SELF : ACC.CHILDID_NONE;
} |
8a74ccbc-e909-446f-89ef-4e96105ceb85 | public java.math.BigDecimal getCustomNumber32() {
return this.customNumber32;
} |
51bb0d2b-595c-4e3e-a36e-985cf9d73d82 | public void setCustomDate10(java.util.Calendar customDate10) {
this.customDate10 = customDate10;
} |
fe2740ab-cf31-4944-9345-4938aa3146da | private void registerWorld(World world) {
worlds.add(world);
} |
97f27a46-1042-4ed0-a911-52de2913fea1 | public void setHouseholdSegment(java.lang.String householdSegment) {
this.householdSegment = householdSegment;
} |
71ffbca7-7b9e-45cb-8191-1a23f0bca94b | public void setFinancialPlanStatus(crmondemand.xml.opportunity.query.QueryType financialPlanStatus) {
this.financialPlanStatus = financialPlanStatus;
} |
3f9eb827-3c3d-4369-9126-2c26887be592 | public java.util.Calendar getSampleLotStartDate() {
return this.sampleLotStartDate;
} |
12f2ca16-524e-4d62-961a-06ef5b79055c | public crmondemand.xml.customobject6.query.QueryType getCustomPickList94() {
return this.customPickList94;
} |
e46f425c-8655-49ba-8e14-ffe392a68d57 | public java.lang.String getInvtPeriodId() {
return this.invtPeriodId;
} |
703377b8-52bb-4552-8756-9c49d4b77d44 | public java.util.Calendar getCustomDate29() {
return this.customDate29;
} |
15faecb1-6e00-45f5-bf89-ff05e97c797d | public Vec2u getPopulatePad(){
Vec2u poppad = new Vec2u();
if(horizontal_float > 0){
poppad.x = padding.left;
}else if(horizontal_float < 0){
poppad.x = padding.right;
}
if(vertical_float > 0){
poppad.y = padding.top;
}else if(vertical_float < 0){
poppad.y = padding.bottom;
}
return poppad;
} |
8826cd8d-dad6-449d-8c5d-83c204e20f0b | public void setPolicyExternalSystemId(java.lang.String policyExternalSystemId) {
this.policyExternalSystemId = policyExternalSystemId;
} |
79b00544-f2c7-47b9-8490-acefd94797b7 | public void setCustomCurrency18(java.math.BigDecimal customCurrency18) {
this.customCurrency18 = customCurrency18;
} |
9d5912db-79db-45c1-9ecb-6a342baa0a11 | public crmondemand.xml.customobject3.query.QueryType getPolicyTotalPremium() {
return this.policyTotalPremium;
} |
4a97cd7f-549a-4fb0-86c6-309973d60785 | @Test
public void testGetDestination() {
assertSame(mass2, spring.getDestination());
} |
bdb9c56b-58e9-42a8-9405-f6f93c07f0c1 | public String getFEN() {
return FEN;
} |
a7f7b97b-4d1a-4732-a096-8f88a65789e9 | public java.lang.Boolean getCustomBoolean29() {
return this.customBoolean29;
} |
c16f4bc1-b56c-4a62-a228-f4d93ee8be33 | public void setCourseName(crmondemand.xml.customobject6.query.QueryType courseName) {
this.courseName = courseName;
} |
6bac81a9-e1a8-4f95-a0b6-af0072751456 | public void setSolutionExpirationDate(java.util.Calendar solutionExpirationDate)
{
this.solutionExpirationDate = solutionExpirationDate;
} |
bc3d72e9-1c5c-49af-9588-516a0f683f95 | @Override
public boolean equals( Object cliente)
{
if (cliente instanceof Cliente)
return this.dni.equalsIgnoreCase( ((Cliente)cliente).getDni());
return this == cliente;
} |
20d07bfc-1806-4d8a-b04a-0b3bf035b117 | public java.lang.String getFundRequestExternalSystemId() {
return this.fundRequestExternalSystemId;
} |
24ef14f6-d0a0-45d3-b6ff-c5851861a5cc | public void setCompany(java.lang.String company) {
this.company = company;
} |
2f409f8e-79ae-4ed5-93ff-386b1de397c7 | public java.lang.Boolean getCustomBoolean18() {
return this.customBoolean18;
} |
be8f9bf5-216c-462d-9ebc-7fb54ee80b94 | public void setCustomObject8Id(crmondemand.xml.customobject6.query.QueryType customObject8Id) {
this.customObject8Id = customObject8Id;
} |
5f6bc588-278a-44fe-8e29-cf3b61dcdbdd | public void setQuickSearch2(java.lang.String quickSearch2) {
this.quickSearch2 = quickSearch2;
} |
95def7d0-8015-4c27-b804-3eadf4f10dda | public java.lang.String getCustomText67() {
return this.customText67;
} |
0fcbf999-f7e4-4a40-a6ef-7b77b23443b0 | public crmondemand.xml.opportunity.query.QueryType getCustomText32() {
return this.customText32;
} |
a91064c1-2c83-4a9e-9e9c-b730e8f505ac | public crmondemand.xml.contact.query.QueryType getCreatedDate() {
return this.createdDate;
} |
d70c3450-6f8f-4224-ac09-2423fb19ab6e | public java.math.BigDecimal getCustomNumber63() {
return this.customNumber63;
} |
6ea10655-d65a-47dc-9085-f25ee95c1a14 | public static WriteHandlerPtr spunchout_prot_6_w = new WriteHandlerPtr() { public void handler(int offset, int data){
spunchout_prot_w.handler( 6, data );
}} |
eaf229c3-1a8c-4f21-bfa5-1d3a5e0c550e | public void setAccountId(java.lang.String accountId) {
this.accountId = accountId;
} |
d4e427c2-daf7-460a-9d4c-014631c34fbe | public static void add(int count,boolean camp,RTANKTYPE type,TankClient tc) //ӻTank
{
if(count>20) { count=20; } //һӵĿܶ20
RobotTank tempTank=null;
boolean addFlag=true;
int randx;
int randy;
for(int i=0;i<count;)
{
addFlag=true; //Ҫ,ÿζҪΪtrue,Ȼѭ
randx=(Tank.rn.nextInt(15)+3)*40;
randy=(Tank.rn.nextInt(15)+3)*30;
if(randy<50||randy>TankClient.WIN_HEIGHT-25||
randx<25||randx>TankClient.WIN_WIDTH-25) {continue;}
switch(type)
{
case NOR:{tempTank=new RobotTank(randx,randy,camp,tc);}break;
case SPE:{tempTank=new BrainRobotTank(randx,randy,camp,tc);}break;
default:{tempTank=new BossRobotTank(randx,randy,camp,50,tc);}break;
}
for(int j=0;j<tc.tanksList.size();j++)
{
if(tempTank.getRect().intersects(tc.tanksList.get(j).getRect()))
{ addFlag=false; break; }
}
if(addFlag)
{
Wall w=null;
for(int j=0;j<tc.wallList.size();j++) //TankǷǽײ
{
w=tc.wallList.get(j);
if(w.isHits(tempTank.getRect()))
{ addFlag=false; break; }
}
}
if(addFlag)
{
tc.tanksList.add(tempTank);
i++;
}
}
} |
6267e632-a5c1-464b-bf48-f112ab6ab006 | public final void spawnMobDrop(final Item idrop, final Point dropPos, final MapleMonster mob, final MapleCharacter chr, final byte droptype, final int questid) {
final MapleMapItem mdrop = new MapleMapItem(idrop, dropPos, mob, chr, droptype, false, questid);
spawnAndAddRangedMapObject(mdrop, new DelayedPacketCreation() {
@Override
public void sendPackets(MapleClient c) {
if (c != null && c.getPlayer() != null && (questid <= 0 || c.getPlayer().getQuestStatus(questid) == 1) && (idrop.getItemId() / 10000 != 238 || c.getPlayer().getMonsterBook().getLevelByCard(idrop.getItemId()) >= 2) && mob != null && dropPos != null) {
c.getSession().write(CField.dropItemFromMapObject(mdrop, mob.getTruePosition(), dropPos, (byte) 1));
}
}
});
// broadcastMessage(CField.dropItemFromMapObject(mdrop, mob.getTruePosition(), dropPos, (byte) 0));
mdrop.registerExpire(120000);
if (droptype == 0 || droptype == 1) {
mdrop.registerFFA(30000);
}
activateItemReactors(mdrop, chr.getClient());
} |
3c451efa-363f-4939-add2-2d00ee6bc88d | public void setPolicyNumber(crmondemand.xml.customobject6.query.QueryType policyNumber) {
this.policyNumber = policyNumber;
} |
00061c7d-fb01-4448-85e1-9015b1ce3e50 | public crmondemand.xml.customobject3.query.QueryType getCustomText59() {
return this.customText59;
} |
ca740fb4-c808-4b3c-a827-e08636bd92b2 | public crmondemand.xml.customobject6.query.QueryType getCustomText50() {
return this.customText50;
} |
6d2cf404-82bf-4875-bb39-51151ab7ac4e | public crmondemand.xml.customobject6.query.QueryType getSolutionPCDAttachmentType() {
return this.solutionPCDAttachmentType;
} |
3ac2dffa-ed87-49ac-90cd-a39b68174a62 | public java.math.BigDecimal getCustomNumber19() {
return this.customNumber19;
} |
f45de464-9a2b-411e-96f0-bd0a54b16a93 | public void setCustomObject12ExternalSystemId(crmondemand.xml.customobject3.query.QueryType customObject12ExternalSystemId) {
this.customObject12ExternalSystemId = customObject12ExternalSystemId;
} |
0e8d3bb7-9871-4fa2-824c-22329f012d4a | public void setCustomDate44(java.util.Calendar customDate44) {
this.customDate44 = customDate44;
} |
7414b648-26c1-4a41-8eab-e137fa60db72 | public void setPartnerName(crmondemand.xml.customobject3.query.QueryType partnerName) {
this.partnerName = partnerName;
} |
281c852a-4cd1-4017-ae9b-c190ac846965 | private static Builder create() {
return new Builder();
} |
54ea0aff-d3f3-41b1-9066-b75dc0021e03 | public void setCustomNumber10(java.math.BigDecimal customNumber10) {
this.customNumber10 = customNumber10;
} |
f6b3eba4-4eb6-4980-bbfe-d1a143d4fb8f | */
public static Pointer<PyObject > PyNumber_InPlaceAdd(Pointer<PyObject > o1, Pointer<PyObject > o2) {
return Pointer.pointerToAddress(PyNumber_InPlaceAdd(Pointer.getPeer(o1), Pointer.getPeer(o2)), PyObject.class);
} |
6a861b63-843e-47f6-9024-439b7a00741d | public void setCustomText79(java.lang.String customText79) {
this.customText79 = customText79;
} |
e283337d-a4b8-45df-ae86-7b6ea4f4939d | public crmondemand.xml.contact.query.QueryType getCustomDate59() {
return this.customDate59;
} |
818e1973-d1a9-44ee-9e9e-3635a5f3242d | @Produces
@Named
public List<Place> getPlaces() {
System.out.println("Getting places");
ArrayList<Place> ret = new ArrayList<Place>();
ret.add(new Place(1L,"Abbc",8,16));
ret.add(new Place(2L,"Bccd",7,19));
return ret;
} |
b6bbf784-4002-4e00-99c3-1c9ddda25ece | public void setCustomNumber59(crmondemand.xml.customobject6.query.QueryType customNumber59) {
this.customNumber59 = customNumber59;
} |
c751732d-d438-484a-b489-0ed7e2b664c7 | public void setCustomCurrency11(crmondemand.xml.opportunity.query.QueryType customCurrency11) {
this.customCurrency11 = customCurrency11;
} |
13a2e4af-f57e-4fb4-9545-69aad1fa1815 | public void setCustomDate5(crmondemand.xml.customobject6.query.QueryType customDate5) {
this.customDate5 = customDate5;
} |
d5f90109-a3fe-4cd3-a5b7-aa2831d6dfe6 | public crmondemand.xml.contact.query.QueryType getCustomCurrency16() {
return this.customCurrency16;
} |
0f81abe9-9963-4937-9002-0d53a175f3bb | public void setOriginatingPartnerPartnerName(crmondemand.xml.customobject6.query.QueryType originatingPartnerPartnerName) {
this.originatingPartnerPartnerName = originatingPartnerPartnerName;
} |
0dd55238-d153-4c7c-8b1f-b18120a3a102 | public crmondemand.xml.customobject6.query.QueryType getFinancialAccountExchangeDate() {
return this.financialAccountExchangeDate;
} |
25c20538-da0c-4096-9fd4-21aab6cd2a03 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber64() {
return this.customNumber64;
} |
ce98ee62-5d7b-4f8b-97d2-3ec40c10e38b | public void setCustomObject11Type(java.lang.String customObject11Type) {
this.customObject11Type = customObject11Type;
} |
e041ab30-9aa6-4c18-9f54-0967aee4217f | public void setCustomDate13(crmondemand.xml.customobject6.query.QueryType customDate13) {
this.customDate13 = customDate13;
} |
adeea56d-fcc9-4da7-87ae-0e8b0675106b | public void setCustomObject14ExternalSystemId(java.lang.String customObject14ExternalSystemId) {
this.customObject14ExternalSystemId = customObject14ExternalSystemId;
} |
832a97f1-556e-4d43-a7ef-2ac771368766 | public static boolean assertedAsTrueP(Proposition proposition) {
{ Object old$Module$000 = Stella.$MODULE$.get();
Object old$Context$000 = Stella.$CONTEXT$.get();
try {
Native.setSpecial(Stella.$MODULE$, ((Context)(Stella.$CONTEXT$.get())).baseModule);
Native.setSpecial(Stella.$CONTEXT$, ((Module)(Stella.$MODULE$.get())));
return ((!proposition.deletedP()) &&
((((Boolean)(Logic.$REVERSEPOLARITYp$.get())).booleanValue() ? Proposition.falseP(proposition) : (Proposition.trueP(proposition) ||
Proposition.functionWithDefinedValueP(proposition)))));
} finally {
Stella.$CONTEXT$.set(old$Context$000);
Stella.$MODULE$.set(old$Module$000);
}
}
} |
495635ca-336c-4c34-842d-58c439246d84 | public crmondemand.xml.contact.data.ListOfAccountData getListOfAccount() {
return this.listOfAccount;
} |
aea2d587-f90a-4269-a17e-0d793ccb7004 | public crmondemand.xml.contact.query.QueryType getCustomPickList93() {
return this.customPickList93;
} |
67978b72-42e2-4e99-972e-c47ac671f68f | public BookCollection(){
collectionb=new Vector<Book>();
bookCount=0;
} |
93f41c5b-d70f-46a6-a8da-caae424deda9 | public void setCustomDate32(java.util.Calendar customDate32) {
this.customDate32 = customDate32;
} |
16ec4431-8e27-48a0-8a05-a7e1b3d0491d | public crmondemand.xml.customobject6.query.QueryType getCustomPhone18() {
return this.customPhone18;
} |
e11fe08e-7b4c-4eae-b55c-5d2f41720c12 | public crmondemand.xml.customobject6.query.QueryType getCustomText76() {
return this.customText76;
} |
732e46ab-2e00-42fd-a6a8-75a593320bdb | public void setCustomInteger24(crmondemand.xml.customobject6.query.QueryType customInteger24) {
this.customInteger24 = customInteger24;
} |
647b83c3-dd1b-4d0f-8df8-fb30915df25c | public crmondemand.xml.customobject6.query.QueryType getBookId() {
return this.bookId;
} |
f539c6d1-d11b-4d47-9ad0-990c13a9aa22 | public void setCustomPickList13(crmondemand.xml.customobject6.query.QueryType customPickList13) {
this.customPickList13 = customPickList13;
} |
1dbfd812-86e4-4d3a-bbf1-5c2ae0025b97 | public java.lang.String getCustomText22()
{
return this.customText22;
} |
fb088016-3ec5-4f38-b9d3-5dac29178954 | public void setStatus(java.lang.String status) {
this.status = status;
} |
4c4085bd-e50b-4916-84fe-82e424dee300 | public void setActionWhileWalking(boolean x){
actionWhileWalking = x;
} |
14cd50b7-8bfd-471c-b11f-62d790db4f16 | public void handler() {
//DEF_ald8(dst,src);
int src = FETCHOP();
int dst = I.regs.b[AL];
//XORB(dst,src);
dst ^= src;
I.CarryVal = I.OverVal = I.AuxVal = 0;
SetSZPF_Byte(dst);
I.regs.SetB(AL, dst & 0xFF);
nec_ICount[0] -= 4;
if (neclog != null) {
fprintf(neclog, "i_xor_ald8 :PC:%d,I.ip:%d,AW:%d,CW:%d,DW:%d,BW:%d,SP:%d,BP:%d,IX:%d,IY:%d,b1:%d,b2:%d,b3:%d,b4:%d,s1:%d,s2:%d,s3:%d,s4:%d,A:%d,O:%d,S:%d,Z:%d,C:%d,P:%d,T:%d,I:%d,D:%d,M:%d,v:%d,irq:%d,ns:%d,is:%d,pb:%d,pre:%d,EA:%d\n", cpu_get_pc(), I.ip, I.regs.w[AW], I.regs.w[CW], I.regs.w[DW], I.regs.w[BW], I.regs.w[SP], I.regs.w[BP], I.regs.w[IX], I.regs.w[IY], I.base[0], I.base[1], I.base[2], I.base[3], I.sregs[0], I.sregs[1], I.sregs[2], I.sregs[3], I.AuxVal, I.OverVal, I.SignVal, I.ZeroVal, I.CarryVal, I.ParityVal, I.TF, I.IF, I.DF, I.MF, I.int_vector, I.pending_irq, I.nmi_state, I.irq_state, I.prefix_base, I.seg_prefix, EA);
}
} |
29760c3c-b9a8-44db-b34f-3c1b05354282 | public void setCustomText59(crmondemand.xml.opportunity.query.QueryType customText59) {
this.customText59 = customText59;
} |
d74b307f-54c0-49ea-a42e-2d3f5f705363 | public crmondemand.xml.customobject3.query.QueryType getBookName() {
return this.bookName;
} |
dad07d17-11b9-4e87-b977-ab712899df0b | protected void setProperVisibility() {
setVisible(model.isVisible());
} |
1decf429-d53d-439e-9979-d9f0a2eb27c9 | public java.util.Calendar getCustomDate53() {
return this.customDate53;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.