id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
d45de214-b59c-4345-9001-c90d536f843a
|
private void fireToListeners() {
ChannelRegistrationListener[] listeners = listenerList.getListeners(ChannelRegistrationListener.class);
for(int i = 0; i < listeners.length; i++) {
listenerList.remove(ChannelRegistrationListener.class, listeners[i]);
listeners[i].processRegistrations();
}
}
|
08c9e461-2f3e-435b-acf4-527995d79a4f
|
@Override
protected void attacked() {
attacked = true;
attackFactor = 0;
}
|
201a2900-5c2c-4a0b-80a0-95e90f0cce73
|
public void handler() {
long src = m68ki_read_32(EA_AI());
long dst = get_DX();
long res = MASK_OUT_ABOVE_32(dst - src);
m68k_cpu.n_flag = GET_MSB_32(res);
m68k_cpu.not_z_flag = res;
m68k_cpu.v_flag = VFLAG_SUB_32(src, dst, res);
m68k_cpu.c_flag = CFLAG_SUB_32(src, dst, res);
USE_CLKS(6 + 8);
if (m68klog != null) {
fprintf(m68klog, "cmp_ai_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,sp1:%d,sp2:%d,sp3:%d,vbr:%d,sfc:%d,dfc:%d,cacr:%d,caar:%d,ir:%d,t1:%d,t0:%d,s:%d,m:%d,x:%d,n:%d,nz:%d,v:%d,c:%d,intm:%d,ints:%d,stop:%d,halt:%d,intc:%d,prefa:%d,prefd:%d\n", m68k_cpu.pc, m68k_cpu.ppc, m68k_cpu.mode, m68k_cpu.dr[0], m68k_cpu.dr[1], m68k_cpu.dr[2], m68k_cpu.dr[3], m68k_cpu.dr[4], m68k_cpu.dr[5], m68k_cpu.dr[6], m68k_cpu.dr[7], m68k_cpu.ar[0], m68k_cpu.ar[1], m68k_cpu.ar[2], m68k_cpu.ar[3], m68k_cpu.ar[4], m68k_cpu.ar[5], m68k_cpu.ar[6], m68k_cpu.ar[7], m68k_cpu.sp[0], m68k_cpu.sp[1], m68k_cpu.sp[2], m68k_cpu.sp[3], m68k_cpu.vbr, m68k_cpu.sfc, m68k_cpu.dfc, m68k_cpu.cacr, m68k_cpu.caar, m68k_cpu.ir, m68k_cpu.t1_flag, m68k_cpu.t0_flag, m68k_cpu.s_flag, m68k_cpu.m_flag, m68k_cpu.x_flag, m68k_cpu.n_flag, m68k_cpu.not_z_flag, m68k_cpu.v_flag, m68k_cpu.c_flag, m68k_cpu.int_mask, m68k_cpu.int_state, m68k_cpu.stopped, m68k_cpu.halted, m68k_cpu.int_cycles, m68k_cpu.pref_addr, m68k_cpu.pref_data);
}
}
|
b584c52e-0c85-42f1-9be0-83273fdbafac
|
public java.util.Calendar getCustomDate49() {
return this.customDate49;
}
|
32c3b818-15ee-46e9-be29-c6aaaa6ee7e0
|
public crmondemand.xml.opportunity.query.QueryType getPartnerName() {
return this.partnerName;
}
|
ac7fd487-98d8-4c00-a965-3982a2b683b1
|
public File buildNewFile(int n) {
LOG.info("building new file from index n: " + n);
StringBuilder sb = new StringBuilder();
sb.append(MainWindow.tableModels[1]
.getFileFromHolder(
(FileHolder) MainWindow.tableModels[1].getValueAt(0, 0))
.getPath().toString());
sb.append("\\");
sb.append(getOldFile(n).getName());
return new File(sb.toString());
}
|
ecc5690f-53f9-496d-b1c8-7838f954ade8
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList88() {
return this.customPickList88;
}
|
654e080b-568b-47ca-a929-e9083e08bdc3
|
public crmondemand.xml.opportunity.query.QueryType getCustomPickList24() {
return this.customPickList24;
}
|
518d3d17-81a6-4915-824d-f283cb77d0ba
|
public boolean getLinkToThisPage();
|
0d15ddc9-812d-455b-95ff-cf1c677e8018
|
public java.util.Calendar getCustomDate35() {
return this.customDate35;
}
|
3e8a45a2-d7ef-4c63-848e-05385a217698
|
public void setCustomPickList62(crmondemand.xml.opportunity.query.QueryType customPickList62) {
this.customPickList62 = customPickList62;
}
|
009cf079-639f-4a0f-8705-97611af3da89
|
public void setCustomInteger30(crmondemand.xml.customobject6.query.QueryType customInteger30) {
this.customInteger30 = customInteger30;
}
|
f09c9ae2-3549-45d7-abf4-55e4414dc7c8
|
public java.lang.Boolean getCustomBoolean23() {
return this.customBoolean23;
}
|
c40aca74-42ab-4709-bf39-10c6196bbaf0
|
public java.lang.String getCustomPhone20() {
return this.customPhone20;
}
|
da1b575c-01d6-486b-b9ea-f7a39c80cf3e
|
public java.lang.String getCustomPhone10() {
return this.customPhone10;
}
|
c2af97bd-3c60-4c4f-9996-6ab0a822036a
|
public void setCustomBoolean17(crmondemand.xml.contact.query.QueryType customBoolean17) {
this.customBoolean17 = customBoolean17;
}
|
7950b94a-fbee-4a91-87d6-15a7a889a794
|
protected String addXMLQuestMob(MOB mob,
int showFlag,
DVector pageDV,
String showValue,
String parm1Fixed,
String lastLabel,
boolean optionalEntry,
int step,
int showNumber)
throws IOException
{
MOB M=null;
final Vector<MOB> choices=new Vector<MOB>();
MOB baseM=((showValue!=null)?baseM=CMLib.coffeeMaker().getMobFromXML(showValue):null);
final StringBuffer choiceDescs=new StringBuffer("");
if(baseM!=null)
{
choices.addElement(baseM);
choiceDescs.append(baseM.name()+", ");
}
final Room R=mob.location();
if(R!=null)
for(int i=0;i<R.numInhabitants();i++)
{
M=R.fetchInhabitant(i);
if((M!=null)&&(M.isSavable()))
{
choices.addElement(M);
choiceDescs.append(M.name()+", ");
}
}
final Vector<MOB> newMobs=new Vector<MOB>();
for(final Enumeration<MOB> e=CMClass.mobTypes();e.hasMoreElements();)
{
M=e.nextElement();
if(M.isGeneric())
{
M=(MOB)M.copyOf();
newMobs.add(M);
M.setName(L("A NEW @x1",M.ID().toUpperCase()));
choices.add(M);
choiceDescs.append(M.name()+", ");
}
}
final MOB canMOB=CMClass.getFactoryMOB();
canMOB.setName(L("CANCEL"));
choiceDescs.append("CANCEL");
choices.addElement(canMOB);
String showName=showValue;
if(baseM!=null)
showName=CMLib.english().getContextName(choices,baseM);
lastLabel=((lastLabel==null)?"":lastLabel)+"\n\rChoices: "+choiceDescs.toString();
final GenericEditor.CMEval evaler = getQuestCommandEval(QMCommand.$MOBXML);
final String s=CMLib.genEd().prompt(mob,showName,showNumber,showFlag,parm1Fixed,optionalEntry,false,lastLabel,
evaler, choices.toArray());
canMOB.destroy();
if(s.equalsIgnoreCase("CANCEL"))
return null;
M=(MOB)CMLib.english().fetchEnvironmental(choices,s,false);
if((M!=null)&&(newMobs.contains(M)))
{
final Command C=CMClass.getCommand("Modify");
if(C!=null)
C.executeInternal(mob,0,M);
// modify it!
}
final String newValue=(M!=null)?CMLib.coffeeMaker().getMobXML(M).toString():showValue;
for(int n=0;n<newMobs.size();n++) newMobs.elementAt(n).destroy();
return newValue==null?"":newValue.trim();
}
|
e5a2280e-066f-4004-aaa6-e913f6993e48
|
public Builder addAllUninterpretedOption(
java.lang.Iterable<? extends com.google.protobuf.DescriptorProtos.UninterpretedOption> values) {
if (uninterpretedOptionBuilder_ == null) {
ensureUninterpretedOptionIsMutable();
super.addAll(values, uninterpretedOption_);
onChanged();
} else {
uninterpretedOptionBuilder_.addAllMessages(values);
}
return this;
}
|
f1f387c3-d5ea-48de-9b27-1ad5994c0808
|
public crmondemand.xml.contact.query.QueryType getCustomNumber21() {
return this.customNumber21;
}
|
f57cec1d-0b1e-4d0a-b2a3-d7a65b339e6c
|
public java.lang.String getCustomText16() {
return this.customText16;
}
|
15fde042-19a7-4f20-acf1-a73db63f9b19
|
private void initMenuBar(){
mMenuBar=new JMenuBar();
//Λ΅
JMenu menuFile=new JMenu("File");
JMenuItem menuItemExit=new JMenuItem("Exit");
menuItemExit.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
// TODO Auto-generated method stub
System.exit(0);
}
});
menuFile.add(menuItemExit);
mMenuBar.add(menuFile);
//Ϊ²Λ΅
JMenu menuAbout=new JMenu("Help");
JMenuItem menuItemAbout=new JMenuItem("About");
menuItemAbout.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
// TODO Auto-generated method stub
JOptionPane.showMessageDialog(null, "Author: Φ£ΩΆ\nE-mail: [email protected] \nPhone: 15109221400", "About", JOptionPane.PLAIN_MESSAGE);
}
});
menuAbout.add(menuItemAbout);
mMenuBar.add(menuAbout);
this.setJMenuBar(mMenuBar);
}
|
c93a1caa-459a-49ba-aa64-eb162b1750d1
|
private Pair partition(T[] a, int lo, int hi)
{
// 3-way partitioning
// = < unprocessed > =
//[lo ... p-1][p ... i-1][i ........ j][j+1 ... q-1][q ... hi]
int p = lo, i = lo, j = hi, q = hi;
T v = a[lo];
while (true)
{
int cmp;
while ((cmp = a[i].compareTo(v)) <= 0)
{
if (i == hi)
break;
if (cmp == 0)
exch(a, i, p++);
else // cmp < 0
i++;
}
while ((cmp = a[i].compareTo(v)) >= 0)
{
if (j == lo)
break;
if (cmp == 0)
exch(a, j, q--);
else // cmp > 0
j--;
}
if (i < j)
exch(a, i, j);
else
{
// Swap the lesser and greater subarrays with the equal key
// subarray into positions
// = < > =
//[lo ... p-1][p ... i-1][i ... j][j+1 ... q-1][q ... hi]
System.arraycopy(a, p, a, lo, i - p);
System.arraycopy(a, j + 1, a, hi - ( q - j + 1) + 1, q - j + 1);
for (int k = i - p; k < hi - (q - j + 1) + 1; k++)
a[k] = v;
return new QuickSortFast3WayPartitioning<T>().new Pair(i - p + 1,
hi - (q - j + 1) - 1);
}
}
}
|
596826fe-1d9c-4212-a6b9-0b3208951f43
|
opcode ed_a2 = new opcode() { public void handler(){ INI();}}
|
e84468da-0d43-4839-b051-d8b0df2ca297
|
public void setOwnerPartnerPartnerOrgStatus(crmondemand.xml.contact.query.QueryType ownerPartnerPartnerOrgStatus) {
this.ownerPartnerPartnerOrgStatus = ownerPartnerPartnerOrgStatus;
}
|
bee3c135-f9c6-4936-b130-9e919b2e9d7c
|
@Override
public double getLongitude() {
return this.longitude;
}
|
1f33c396-57ee-448d-885c-691583e0887b
|
public void setCustomDate12(crmondemand.xml.customobject6.query.QueryType customDate12) {
this.customDate12 = customDate12;
}
|
55ab2cb5-15e6-41be-86ff-6aed2b0646d3
|
public void setDealRegistrationExternalSystemId(crmondemand.xml.customobject3.query.QueryType dealRegistrationExternalSystemId) {
this.dealRegistrationExternalSystemId = dealRegistrationExternalSystemId;
}
|
5820896e-1955-4ba4-85b9-600c9a3a5b5a
|
public void setCustomNumber55(crmondemand.xml.contact.query.QueryType customNumber55) {
this.customNumber55 = customNumber55;
}
|
6a4c691a-3796-49b9-91a0-f0095cfe30a8
|
* @param drawUnexploredBorders If true; draws border between explored and
* unexplored terrain.
* @param withNumber indicates if the number of inhabitants should be drawn too.
*/
private void displayTileOverlays(Graphics2D g, Tile tile,
boolean drawUnexploredBorders, boolean withNumber) {
if (tile != null && tile.isExplored()) {
if (drawUnexploredBorders) {
for (Direction direction : Direction.values()) {
Tile borderingTile = tile.getAdjacentTile(direction);
if (borderingTile != null && !borderingTile.isExplored()){
g.drawImage(lib.getBorderImage(null, direction, tile.getX(), tile.getY()), 0, 0, null);
}
}
}
displayTileItems(g, tile);
displaySettlement(g, tile, withNumber);
displayFogOfWar(g, tile);
displayOptionalValues(g, tile);
}
}
|
7710eb93-f2d4-4417-ac4d-ceb9ce087738
|
public void setHouseholdName(crmondemand.xml.contact.query.QueryType householdName) {
this.householdName = householdName;
}
|
5303d58b-b329-43ab-b482-8c71c515a368
|
public crmondemand.xml.contact.query.QueryType getCustomDate32() {
return this.customDate32;
}
|
e1b1d902-1360-408f-b793-5ea06079adab
|
public void setCustomObject13Name(java.lang.String customObject13Name) {
this.customObject13Name = customObject13Name;
}
|
65374628-caca-4a8a-aea9-2ef473359127
|
public void setCustomObject9Type(crmondemand.xml.customobject6.query.QueryType customObject9Type) {
this.customObject9Type = customObject9Type;
}
|
f4d600fd-6471-4ec8-8778-c59db53638b1
|
public void setCustomDate2(crmondemand.xml.customobject6.query.QueryType customDate2) {
this.customDate2 = customDate2;
}
|
7ac1011a-0ecf-49f1-969d-b3196fedc62e
|
public java.lang.String getPolicyIntegrationId() {
return this.policyIntegrationId;
}
|
c85b5212-fa18-4d6f-9ab3-57636dccf8de
|
public crmondemand.xml.customobject6.query.QueryType getContactId() {
return this.contactId;
}
|
2c3f6ab8-bf9d-4ec1-b489-8faf7745fb02
|
public void setFinancialAccountOpenDate(crmondemand.xml.customobject6.query.QueryType financialAccountOpenDate) {
this.financialAccountOpenDate = financialAccountOpenDate;
}
|
e8e54043-80b8-44bd-b1f6-5df79a648a31
|
public void setPrimaryAgencyId(java.lang.String primaryAgencyId) {
this.primaryAgencyId = primaryAgencyId;
}
|
f8c8fc30-ed59-4a0f-8bc1-b0a77cb57deb
|
private int getTopLeftLegY2() {
return (int)this.legLeftTopP2.getY();
}
|
53b679fb-f072-447f-9619-50912495b0a4
|
public java.lang.String getSourceCampaignExternalSystemId() {
return this.sourceCampaignExternalSystemId;
}
|
8a2d4acc-aeb6-463b-823a-b1fb727337c5
|
public void setCustomNumber44(crmondemand.xml.customobject3.query.QueryType customNumber44) {
this.customNumber44 = customNumber44;
}
|
d495dd37-b18d-4e9f-83a8-494e45b583ce
|
public void setCustomPickList26(java.lang.String customPickList26) {
this.customPickList26 = customPickList26;
}
|
38ab7d37-03ea-402a-9642-34a742b4fbe3
|
public crmondemand.xml.customobject3.query.QueryType getCustomNumber51() {
return this.customNumber51;
}
|
7661f393-2960-46b9-9da7-530fcef0357a
|
public void setExchangeDate(crmondemand.xml.customobject3.query.QueryType exchangeDate) {
this.exchangeDate = exchangeDate;
}
|
88c5477f-3283-4729-8229-b615acc0e9ba
|
public EnregistreurRejouer(Enregistreur enregistreur) {
this.enregistreur = enregistreur;
}
|
7dd46625-9356-4291-91c7-0ba2a48e7142
|
public java.lang.String getCustomMultiSelectPickList3() {
return this.customMultiSelectPickList3;
}
|
5c0a8e5a-6fcb-4185-8ce5-04f4ad353bbe
|
public java.lang.String getQuickSearch2() {
return this.quickSearch2;
}
|
1f7f8776-02e8-41cb-830b-c2585190af0e
|
public Parser notOnException() {
if (notOnExceptionParser == null) {
FutureParser future = scoped("notOnException");
notOnExceptionParser = future;
future.setParser(
sequence(
token("NOT"),
optional(
token("ON")
),
token("EXCEPTION"),
nestedStatements()
)
);
}
return notOnExceptionParser;
}
|
7fd7bbe2-f841-43f0-8093-b8785df6bedd
|
public void setVIN(crmondemand.xml.customobject6.query.QueryType vIN) {
this.vIN = vIN;
}
|
da9ca995-3251-48ab-afbf-705934a9910b
|
public java.lang.String getPlaceofInjury() {
return this.placeofInjury;
}
|
e0c4d5b5-9943-4676-bed2-8545f08ebc47
|
public java.lang.String getCustomPickList82() {
return this.customPickList82;
}
|
33b9224f-fd94-4a35-85f7-34491e67092d
|
public void setIndexedPick0(java.lang.String indexedPick0) {
this.indexedPick0 = indexedPick0;
}
|
c5d3f4bc-46ec-4926-8401-19ff62433b7b
|
public crmondemand.xml.customobject6.query.QueryType getCarrierIntegrationId() {
return this.carrierIntegrationId;
}
|
4c7129cb-28b4-4934-aa38-6a6243e422cc
|
public crmondemand.xml.customobject6.query.QueryType getCustomNumber45() {
return this.customNumber45;
}
|
b59688b5-a7b3-4c86-87cf-55bd8ad30e58
|
public JPanel buildSouthPanel() {
JPanel p = new JPanel();
p.setLayout(new GridLayout(1, 2));
Border southBorder = BorderFactory.createTitledBorder("South Panel Stuff");
p.setBorder(southBorder);
p.add(lilWestPanel());
p.add(lilEastPanel());
return p;
}
|
9a4eaaf7-91ee-4d8d-b007-731a939e0d5e
|
public void setDateWithdrawn(java.util.Calendar dateWithdrawn) {
this.dateWithdrawn = dateWithdrawn;
}
|
24a2e8c5-5da9-4e0b-bbe0-dd782f2c5b55
|
public java.math.BigDecimal getCustomNumber23() {
return this.customNumber23;
}
|
a1858aaf-9b37-4a6a-90e6-bb6d8ddc1c65
|
public java.lang.Boolean getCustomBoolean20() {
return this.customBoolean20;
}
|
ef695f0f-d06f-48bf-b7ac-c0df16737566
|
public void registerServerSocketChannel(ConnectionListener listener) {
SecProxyConnectCb proxyList = new SecProxyConnectCb(this, sslFactory, listener);
realChannel.registerServerSocketChannel(proxyList);
}
|
174b9680-921c-4700-ab52-1d074d1c9fac
|
public void setPortfolioAccountNumber(crmondemand.xml.customobject6.query.QueryType portfolioAccountNumber) {
this.portfolioAccountNumber = portfolioAccountNumber;
}
|
711a9425-19e3-4bdc-9e9a-6d5eaa7e8262
|
static int sub(int n, int m) {
int i;
/* nγm-1ε,10γ§ε²γ */
for (i=1; i < m; i++)
n /= 10;
/* 10γ§ε²γ£γδ½γγθΏγ */
return n % 10;
}}
|
b1e28c75-4a58-4d72-a7d0-97250d431ed3
|
public void setCustomPhone13(java.lang.String customPhone13) {
this.customPhone13 = customPhone13;
}
|
9e0a65a3-f5a6-4153-a0b9-f80de1c291fe
|
public boolean isSetInterfaceName() {
return this.interfaceName != null;
}
|
db5e9030-b470-462d-b17f-0ff7de3f6cc5
|
public List<String> getInteractLine2()
{
return interactLine2;
}
|
8f203ab4-8a60-4d0d-8e4b-ab94598f0332
|
public crmondemand.xml.customobject6.query.QueryType getOpportunityForecast() {
return this.opportunityForecast;
}
|
8349e214-b11c-4671-82ff-4d6a340d4eb8
|
public void setCustomBoolean16(crmondemand.xml.contact.query.QueryType customBoolean16) {
this.customBoolean16 = customBoolean16;
}
|
862ce77c-48de-4dd6-ac58-4275e6ef9887
|
@Test
public void halfDigSquareSurroundedByBombs(){
Board board = new Board(3);
board.setCellBomb(2, 2, true);
board.setCellBomb(1, 2, true);
board.setCellState(0, 0, "flagged");
board.halfDig(1, 1);
String output = board.look();
String expected = "F - -" + "/n" +
"- - -" + "/n" +
"- - -" + "/n";
assertEquals(expected, output);
}
|
4d72097d-c87a-4245-bd23-7c1c8a153d62
|
private Instruction readInstruction(java.util.Scanner in) {
Instruction inst = Instruction.ERROR;
String instString = "";
//Start scanner
System.out.print("Please enter a command: ");
instString = in.nextLine();
instString = instString.toUpperCase();
if (instString.equals("MAKE A MOVE")) {
instString = "MOVE";
} else if (instString.equals("PLAY C4")){
instString = "PLAY_C4";
} else if (instString.equals("PLAY CO")){
instString = "PLAY_CO";
}
try {
inst = Instruction.valueOf(instString);
} catch (IllegalArgumentException e) {
inst = Instruction.ERROR;
}
return inst;
}
|
66616566-5af7-4552-93de-df686d997eff
|
public void setCustomPickList15(java.lang.String customPickList15) {
this.customPickList15 = customPickList15;
}
|
ac06a54b-f42e-4f3a-8939-ca6b1c380038
|
public crmondemand.xml.contact.query.QueryType getCustomPickList56() {
return this.customPickList56;
}
|
bf9df7d2-c8cf-44a3-8e1d-2e2ddb3fa133
|
protected void gregorianToHijri(Calendar calendar){
absoluteToHijri(gregorianToAbsolute(calendar.get(Calendar.YEAR), calendar.get(Calendar.MONTH)+1, calendar.get(Calendar.DAY_OF_MONTH)));
//Set time
for (int i = AM_PM; i < FIELD_COUNT; i++) {
fields[i] = calendar.get(i);
}
}
|
29694427-e26a-40e4-b188-a21b38fac6a7
|
public void setDealerName(java.lang.String dealerName) {
this.dealerName = dealerName;
}
|
f85c72c6-0c10-4692-ac70-c692e12906ae
|
public void setLeadExternalSystemId(crmondemand.xml.customobject6.query.QueryType leadExternalSystemId) {
this.leadExternalSystemId = leadExternalSystemId;
}
|
358d5a6f-a163-47f9-84c4-e653bdd1308a
|
public java.lang.Boolean getCustomBoolean9() {
return this.customBoolean9;
}
|
374849e5-96ca-4918-838e-07953c21a363
|
public void setCustomNumber28(crmondemand.xml.customobject6.query.QueryType customNumber28) {
this.customNumber28 = customNumber28;
}
|
4233a076-fe84-4c3c-a3ce-1733dc4864ed
|
public void setCustomText33(java.lang.String customText33) {
this.customText33 = customText33;
}
|
af6000d8-17f8-47f3-b059-68101ef96766
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList7() {
return this.customPickList7;
}
|
1a04751d-5853-4cc0-ae6d-bdd5b9417ec6
|
public void setCustomPickList60(crmondemand.xml.customobject3.query.QueryType customPickList60) {
this.customPickList60 = customPickList60;
}
|
e66d3be2-2555-49e2-92f0-d27514673cde
|
public crmondemand.xml.customobject6.query.QueryType getPartnerOrgStatus() {
return this.partnerOrgStatus;
}
|
d5e6ba59-50ae-415e-b6fd-c6c2ee0a5f57
|
public crmondemand.xml.customobject3.query.QueryType getCustomDate53() {
return this.customDate53;
}
|
00e3405d-622e-43ef-af16-776ff4f3c6ad
|
public void setCustomPhone11(crmondemand.xml.contact.query.QueryType customPhone11) {
this.customPhone11 = customPhone11;
}
|
90155a2b-7fb8-4183-a106-41606005f373
|
public void setCustomDate51(crmondemand.xml.customobject6.query.QueryType customDate51) {
this.customDate51 = customDate51;
}
|
856d3f5b-774b-4380-8d88-0b416b0ea9d7
|
public void setCustomCurrency21(java.math.BigDecimal customCurrency21) {
this.customCurrency21 = customCurrency21;
}
|
bb113348-79b1-475c-a22f-f4df1647861f
|
public crmondemand.xml.customobject3.query.QueryType getCustomInteger9() {
return this.customInteger9;
}
|
cf519af9-d60e-4271-8131-d0c5db9f5f63
|
public void setDealerName(crmondemand.xml.customobject3.query.QueryType dealerName) {
this.dealerName = dealerName;
}
|
67cc7ded-6fe0-4feb-9c82-5e4f745ce600
|
private void learningRadioButtonItemStateChanged(java.awt.event.ItemEvent evt) {//GEN-FIRST:event_learningRadioButtonItemStateChanged
if (evt.getItemSelectable().getSelectedObjects() != null) {
configureMovementLabelsForLearningPhase();
}
}//GEN-LAST:event_learningRadioButtonItemStateChanged
|
1b888859-1670-46cf-83e0-8df1e5b7c07c
|
public crmondemand.xml.opportunity.query.QueryType getCustomBoolean29() {
return this.customBoolean29;
}
|
a676b416-ded5-40b9-a383-78ecc88c1a3c
|
public void setCustomObject3IntegrationId(crmondemand.xml.contact.query.QueryType customObject3IntegrationId) {
this.customObject3IntegrationId = customObject3IntegrationId;
}
|
4a056b64-771d-4303-97a0-cb22a622f292
|
@Override
public void sort(T[] a) {
// Non static aux[].
// Allocate space just once.
@SuppressWarnings("unchecked")
T[] aux = (T[]) new Comparable[a.length];
sortBU(a, aux, 0, a.length - 1);
}
|
0be7689a-ee0b-4d73-9e8e-b8432bf36be5
|
public void setFundStatus(crmondemand.xml.customobject6.query.QueryType fundStatus) {
this.fundStatus = fundStatus;
}
|
526e118b-a971-4457-8398-f48f0c85327e
|
void showAdress(){
System.out.println("δ½ζγ―" + adress + "γ§γ");
}
|
b9615e99-3b2e-42c5-9b2b-7a615dea2084
|
public crmondemand.xml.customobject3.query.QueryType getCustomNumber21() {
return this.customNumber21;
}
|
97229854-343a-4e79-ad6b-a2328f4c00bc
|
public void setCustomCurrency23(java.math.BigDecimal customCurrency23) {
this.customCurrency23 = customCurrency23;
}
|
b62d378b-a2b7-421a-b9af-7bfbd3175729
|
public void setCustomCurrency15(crmondemand.xml.customobject6.query.QueryType customCurrency15) {
this.customCurrency15 = customCurrency15;
}
|
14c4d862-f242-445b-86d5-999ef41d4b8a
|
public void setCustomDate56(java.util.Calendar customDate56) {
this.customDate56 = customDate56;
}
|
fc2c6f01-ae8f-401b-aab0-8909d8d5f9ff
|
public crmondemand.xml.customobject6.query.QueryType getCustomCurrency6() {
return this.customCurrency6;
}
|
88611420-b916-49f9-b574-bdfab653889a
|
public crmondemand.xml.opportunity.query.QueryType getCustomObject4Type() {
return this.customObject4Type;
}
|
ac821c65-1d42-407d-95bb-e3fe061a9e45
|
public static main.Messages.ExecutionStartingRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
|
54041709-7a00-4b1a-860e-6d310feac499
|
public crmondemand.xml.customobject3.query.QueryType getOwnerFirstName() {
return this.ownerFirstName;
}
|
172474e4-8d05-4f33-bcdd-72d5d7efa2e2
|
public void setFinancialAccountHeldAway(crmondemand.xml.customobject3.query.QueryType financialAccountHeldAway) {
this.financialAccountHeldAway = financialAccountHeldAway;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.