id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
2dc1affa-14d8-4202-a974-d5b6d47335ed | public java.lang.String getFundRequestId() {
return this.fundRequestId;
} |
8bfbe40b-16f9-4798-81c0-ae300cf2a4a2 | public crmondemand.xml.customobject6.query.QueryType getCustomObject13ExternalSystemId() {
return this.customObject13ExternalSystemId;
} |
cd5e8245-fe34-401a-8d48-a60869de9d24 | public crmondemand.xml.customobject3.query.QueryType getCustomObject2Id() {
return this.customObject2Id;
} |
d72efe99-49a2-44c5-9de4-24543d87c5f0 | public java.lang.String getCustomObject14ExternalSystemId() {
return this.customObject14ExternalSystemId;
} |
42e90556-7751-480f-95c1-d8d7c952fce1 | public java.lang.String getCustomMultiSelectPickList9() {
return this.customMultiSelectPickList9;
} |
0221a361-74ab-4381-9aa4-1539a4aa9d1a | public void setPartnerOrgStatus(crmondemand.xml.contact.query.QueryType partnerOrgStatus) {
this.partnerOrgStatus = partnerOrgStatus;
} |
31af7b16-9e6b-412b-bb0c-c9de1aa03de0 | public crmondemand.xml.customobject6.query.QueryType getZCustomCurrency18() {
return this.zCustomCurrency18;
} |
35d198b1-1edd-4e4f-b38d-41e67a80dc3a | public crmondemand.xml.opportunity.query.QueryType getCustomNumber34() {
return this.customNumber34;
} |
ad4e7ec1-85aa-4895-a13f-c2d8d70e09c6 | public void setProgramPartnerType(java.lang.String programPartnerType) {
this.programPartnerType = programPartnerType;
} |
14bf41c3-d638-4e8c-b20f-aefcf8fe7224 | public java.lang.Integer getZCustomInteger29() {
return this.zCustomInteger29;
} |
7fd95fd7-57c2-4e43-abf0-359a338f8c75 | public java.lang.Integer getCustomInteger24() {
return this.customInteger24;
} |
b42d7736-7d7d-445c-8185-4ca606fc1a92 | public void setCustomText78(java.lang.String customText78) {
this.customText78 = customText78;
} |
6e4e9884-1824-4ed5-85ca-fbf9a18dde12 | private boolean isYCoordInsideWindow(int yCoord) {
return (yCoord >= Math.abs(yOffset))
&& (yCoord <= (windowDimension.height + Math.abs(yOffset)));
} |
06fd3985-45d5-47a5-9fdf-ab6f906109c1 | opcode xxcb_94 = new opcode() { public void handler(){ throw new UnsupportedOperationException("unimplemented");}} |
2800e888-efb7-4119-ab61-4bdb35004bb6 | public void setCreatedDate(crmondemand.xml.contact.query.QueryType createdDate) {
this.createdDate = createdDate;
} |
bcde44b0-2c14-4a0c-8bc2-eddb33fdd347 | public void setModifiedDate(crmondemand.xml.opportunity.query.QueryType modifiedDate) {
this.modifiedDate = modifiedDate;
} |
6fdad277-e875-41c5-ab73-98dfc0e18b59 | public java.util.Calendar getCustomDate54() {
return this.customDate54;
} |
9e8d7225-3b3c-4d43-a007-910b6326e0cb | public crmondemand.xml.contact.query.QueryType getCustomText44() {
return this.customText44;
} |
5df4c225-c5cf-4b86-a065-bcec9d63877d | public void setCustomInteger26(crmondemand.xml.contact.query.QueryType customInteger26) {
this.customInteger26 = customInteger26;
} |
5c0bf479-bbad-4aaa-8f97-36582a88a1bd | public crmondemand.xml.opportunity.query.QueryType getCustomPickList48() {
return this.customPickList48;
} |
ae388199-ccb7-45a4-8dee-390dca611506 | public java.lang.String getCustomObject9Type() {
return this.customObject9Type;
} |
39609ee7-196e-42fa-8a5d-ad81ef6eefe7 | public crmondemand.xml.customobject6.query.QueryType getCreatedByLastName() {
return this.createdByLastName;
} |
0c76c846-9151-4726-8713-73d82e9385e6 | public java.util.Calendar getCustomDate0() {
return this.customDate0;
} |
619f7b40-f04d-468e-806a-331c2c52d66c | public java.lang.String getProductPartNumber() {
return this.productPartNumber;
} |
2f08ec2b-3de4-4f8a-8a29-8c0251c78522 | public void setApproverLastName(crmondemand.xml.opportunity.query.QueryType approverLastName) {
this.approverLastName = approverLastName;
} |
de256942-bab1-4bbd-aab9-0136c1d987bd | public java.lang.String getCustomObject15ExternalSystemId() {
return this.customObject15ExternalSystemId;
} |
08cd695a-12fa-442f-98b4-7395899902c7 | public speedItem(int x,int y,int type,TankClient tc)
{
super(x,y,tc);
this.type=type;
this.width=33;
this.height=33;
} |
371c939c-8099-4f56-a75a-3db5aec6f139 | public void updateTable() {
this.table = createTable();
Integer val = (Integer) spinner.getValue();
val = val.intValue();
for (int j = 0; j < val + 2; j++)
table.getColumnModel().getColumn(j).setMaxWidth(40);
this.scrollPane.setViewportView(table);
contentPanel.add(scrollPane, BorderLayout.CENTER);
this.getContentPane().repaint();
} |
33d9f114-736e-4600-a0ec-0c8dfb55b463 | public WomanIdeal() {
setVisible(false);
setBackground(Color.WHITE);
setLayout(null);
imageStore = new String[BasicThings.size/2];
imageName = new String[8];
random = new int[8];
int i;
for ( i = 1 ; i <= BasicThings.size ; i +=2 )
{
imageStore[i/2] = "yame\\image\\DB_ORIG\\"+i+".jpg";
}
this.getRand();
for ( i = 0 ; i < 8 ; i ++ )
{
imageName[i] = imageStore[random[i]];
}
panel = new JPanel();
panel.setBackground(Color.LIGHT_GRAY);
panel.setBounds(-11, -12, 687, 603);
add(panel);
leftButton = new JButton("");
leftButton.setBounds(12, 37, 293, 367);
rightButton = new JButton("");
rightButton.setBounds(307, 37, 299, 367);
leftButton.setBackground(Color.PINK);
rightButton.setBackground(Color.ORANGE);
panel.setLayout(null);
panel.add(leftButton);
panel.add(rightButton);
leftButton.addActionListener(this);
rightButton.addActionListener(this);
inputImageName();
} |
1a191de7-8d1e-4047-8dd2-c866c6764fe2 | public EntityPlayer func_48456_a(double par1, double par3, double par5)
{
double var7 = -1.0D;
EntityPlayer var9 = null;
for (int var10 = 0; var10 < this.playerEntities.size(); ++var10)
{
EntityPlayer var11 = (EntityPlayer)this.playerEntities.get(var10);
double var12 = var11.getDistanceSq(par1, var11.posY, par3);
if ((par5 < 0.0D || var12 < par5 * par5) && (var7 == -1.0D || var12 < var7))
{
var7 = var12;
var9 = var11;
}
}
return var9;
} |
2a100d18-f7d5-41c8-8379-b9ea0a2f1112 | public crmondemand.xml.opportunity.query.QueryType getCustomPickList11() {
return this.customPickList11;
} |
71375a1f-45d2-4446-8c12-4a9131531306 | public crmondemand.xml.contact.query.QueryType getCustomDate6() {
return this.customDate6;
} |
81279771-e397-4e90-9eb0-0b503ecb6c98 | /** @param draw Whether to draw the column dividers or not. */
public void setDrawColumnDividers(boolean draw) {
mDrawColumnDividers = draw;
} |
354201b5-5d03-4e6d-a745-9f1ab3c3d71e | public void setCustomText76(crmondemand.xml.customobject6.query.QueryType customText76) {
this.customText76 = customText76;
} |
069b24e1-a34b-40a7-903a-3ad4895e50f0 | public void setCustomPickList22(java.lang.String customPickList22) {
this.customPickList22 = customPickList22;
} |
f3671db4-b840-463c-bb14-5c0bb218e267 | public java.lang.String getObjectiveExternalSystemId() {
return this.objectiveExternalSystemId;
} |
966449b2-fe01-438f-a11b-c40a70390e9e | public void setCarrierUnderwriterContactFullName(java.lang.String carrierUnderwriterContactFullName) {
this.carrierUnderwriterContactFullName = carrierUnderwriterContactFullName;
} |
ab45fed0-df76-484e-b6b1-bfee05ba6ead | public java.math.BigDecimal getCustomNumber29() {
return this.customNumber29;
} |
115e8663-6380-41b3-826c-c985eb90a641 | public void layoutContainer(Container parent) {
Insets insets = parent.getInsets();
int width = parent.getWidth();
int height = parent.getHeight();
int availw = width - insets.left - insets.right;
int availh = height - insets.top - insets.bottom;
if (CustomSplitPane.this.horizonal) {
availw -= SPACER_SIZE;
int width1 = Math.max(0, (int) Math.floor(split * availw));
int width2 = Math.max(0, availw - width1);
if (componentOne.isVisible() && !componentTwo.isVisible()) {
spacer.setBounds(0, 0, 0, 0);
componentOne.setBounds(insets.left, insets.top, availw, availh);
} else if (!componentOne.isVisible() && componentTwo.isVisible()) {
spacer.setBounds(0, 0, 0, 0);
componentTwo.setBounds(insets.left, insets.top, availw, availh);
} else {
spacer.setBounds(insets.left + width1, insets.top, SPACER_SIZE, availh);
componentOne.setBounds(insets.left, insets.top, width1, availh);
componentTwo.setBounds(insets.left + width1 + SPACER_SIZE, insets.top, width2, availh);
}
} else {
availh -= SPACER_SIZE;
int height1 = Math.max(0, (int) Math.floor(split * availh));
int height2 = Math.max(0, availh - height1);
if (componentOne.isVisible() && !componentTwo.isVisible()) {
spacer.setBounds(0, 0, 0, 0);
componentOne.setBounds(insets.left, insets.top, availw, availh);
} else if (!componentOne.isVisible() && componentTwo.isVisible()) {
spacer.setBounds(0, 0, 0, 0);
componentTwo.setBounds(insets.left, insets.top, availw, availh);
} else {
spacer.setBounds(insets.left, insets.top + height1, availw, SPACER_SIZE);
componentOne.setBounds(insets.left, insets.top, availw, height1);
componentTwo.setBounds(insets.left, insets.top + height1 + SPACER_SIZE, availw, height2);
}
}
} |
4e59832a-b7cd-44a9-b0d1-1c4291bcf7c5 | public void setCustomText7(crmondemand.xml.contact.query.QueryType customText7) {
this.customText7 = customText7;
} |
acd59ea5-a27d-4a6a-a671-e40bd0739873 | public void setCustomPickList18(crmondemand.xml.customobject3.query.QueryType customPickList18) {
this.customPickList18 = customPickList18;
} |
21da7c29-6466-444f-a32d-50fed79b70b0 | public void setCustomPickList61(java.lang.String customPickList61) {
this.customPickList61 = customPickList61;
} |
6606b433-2b7b-44c8-824a-9b35b7239444 | public crmondemand.xml.customobject6.query.QueryType getTransactionId() {
return this.transactionId;
} |
b0094669-6ec9-4886-9b59-360bd2a6954c | public java.lang.String getCustomPhone1() {
return this.customPhone1;
} |
99b3d4af-948c-4cfb-899f-a722dcd26511 | public void setCustomPickList9(java.lang.String customPickList9) {
this.customPickList9 = customPickList9;
} |
1da4a806-3c10-494c-a912-3664d4934ac9 | opcode m6502_bf = new opcode() { public void handler(){ m6502_ICount[0] -= 2; ILL(); }} |
7d4d0fe2-65df-407e-9bb0-83de6e783d74 | public void setSolutionMultiFileAsset(crmondemand.xml.customobject3.query.QueryType solutionMultiFileAsset) {
this.solutionMultiFileAsset = solutionMultiFileAsset;
} |
5c922ed3-8d45-4d3c-957d-d640ac283bea | public void setAccountNameAccountType(crmondemand.xml.contact.query.QueryType accountNameAccountType) {
this.accountNameAccountType = accountNameAccountType;
} |
605a5931-baa1-46dd-8eb6-d100dcef8aa9 | public void setCustomBoolean10(crmondemand.xml.customobject3.query.QueryType customBoolean10) {
this.customBoolean10 = customBoolean10;
} |
65091f12-71cd-46bc-9aa2-7c2c71d1674e | public java.lang.String getIndexedPick2() {
return this.indexedPick2;
} |
db58d0c8-d250-4059-9591-4a362d34450f | public java.lang.String getCustomObject4IntegrationId() {
return this.customObject4IntegrationId;
} |
9aa0db16-9276-40e9-b58c-c0b9a44d2cc6 | public static int getInt() {
int userInt = 0;
boolean successful = true;
do {
try {
userInt = Integer.parseInt(scanner.nextLine());
successful = true;
} catch (Exception e) {
successful = false;
System.out.println("That is not valid. Please enter an integer.");
}
} while (!successful);
return userInt;
} |
90045e9d-cf10-491f-9750-09666222605a | public java.lang.String getCustomText84() {
return this.customText84;
} |
486b76e9-0bf5-4fcb-a253-1785a5e449eb | public final void gainGP(final int amount) {
gainGP(amount, true, -1);
} |
a2fee320-48a9-416b-8c90-4f85bcf3b552 | public void setCustomNumber20(crmondemand.xml.contact.query.QueryType customNumber20) {
this.customNumber20 = customNumber20;
} |
42a96179-b03c-4caa-90bd-4ef3f9c0a58b | public File getRF() {
return RF;
} |
5d7d343c-6d60-42da-8db5-2ba24c23f0b9 | public void setCustomPickList2(java.lang.String customPickList2) {
this.customPickList2 = customPickList2;
} |
7d85349d-d3ab-43b8-9ab9-83a5cbf49c84 | public void setCustomText113(crmondemand.xml.customobject6.query.QueryType customText113) {
this.customText113 = customText113;
} |
c9284b68-de52-421e-be85-3d26deafdff2 | public crmondemand.xml.customobject6.query.QueryType getCustomObject9ExternalSystemId() {
return this.customObject9ExternalSystemId;
} |
6196da04-2ca8-4712-8c87-d92886b98573 | public java.lang.String getCustomPhone4() {
return this.customPhone4;
} |
908ed95e-fd24-4ae4-9fb1-12a989bf4b08 | public void setCustomPickList83(java.lang.String customPickList83) {
this.customPickList83 = customPickList83;
} |
b907aeb9-934c-4ddb-918a-f55318b37527 | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JInPiqi.internal_static_handle_action_fieldAccessorTable;
} |
0317bef7-0a3c-491e-b99d-4b45ffa60be6 | public void handler() {
long d_dst = get_DX();
long src = m68ki_read_16(EA_IX());
long dst = d_dst;
long res = MASK_OUT_ABOVE_16(src + dst);
set_DX(MASK_OUT_BELOW_16(d_dst) | res);
m68k_cpu.n_flag = GET_MSB_16(res);
m68k_cpu.not_z_flag = res;
m68k_cpu.v_flag = VFLAG_ADD_16(src, dst, res);
m68k_cpu.x_flag = CFLAG_ADD_16(src, dst, res);
m68k_cpu.c_flag = CFLAG_ADD_16(src, dst, res);
USE_CLKS(4 + 10);
if (m68klog != null) {
fprintf(m68klog, "add_er_ix_16 :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);
}
} |
0f9c7165-9014-43a0-b87b-0a2eecf99dbc | public java.lang.String getIndexedPick4() {
return this.indexedPick4;
} |
e56d5cc8-f717-4406-b3ce-8459ce7932c5 | public static boolean unban(String name) {
try {
int accountid = -1;
Connection con = DatabaseConnection.getConnection();
PreparedStatement ps = con.prepareStatement("SELECT accountid FROM characters WHERE name = ?");
ps.setString(1, name);
ResultSet rs = ps.executeQuery();
if (rs.next()) {
accountid = rs.getInt("accountid");
}
ps.close();
rs.close();
if (accountid == -1) {
return false;
}
ps = con.prepareStatement("UPDATE accounts SET banned = -1 WHERE id = ?");
ps.setInt(1, accountid);
ps.executeUpdate();
ps.close();
} catch (SQLException ex) {
// log.error("Error while unbanning", ex);
return false;
}
return true;
} |
8b25a0e9-683a-4fd6-95a7-1518170f43bd | public crmondemand.xml.customobject6.query.QueryType getCustomInteger33() {
return this.customInteger33;
} |
e8185b58-d9f4-40db-aa4b-de8b14369bb4 | public String evaluate(String expression, String variable) {
Lexer lex = new Lexer(expression);
Parser parser = new Parser(lex);
Expression exp;
exp = parser.parse();
String output = differentiate(exp, variable);
return output;
} |
895fac45-5453-47d2-949b-9aa71cf0ec32 | private void jBAlunosInativosActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBAlunosInativosActionPerformed
Relatorios.this.dispose();
selection = JOptionPane.showConfirmDialog(this,
"Há duas opções de ralatórios sendo: Alunos Inativos por Turma Analítico\n"
+ "ou Alunos Inativos. \n"
+ "Deseja carregar Alunos Inativos?",
"", JOptionPane.OK_CANCEL_OPTION,
JOptionPane.QUESTION_MESSAGE);
if (selection == JOptionPane.OK_OPTION) {
if (!jFTCPF.getText().equals(" . . - ")) {
try {
Connection con = new Conexao().getConnection();
HashMap parametros = new HashMap();
parametros.put("VALOR", jFTCPF.getText());
JasperPrint jp = JasperFillManager.fillReport("./relatorios/AlunosInativos.jasper", parametros, con);
if (jRBSalvar.isSelected()) {
JasperExportManager.exportReportToPdfFile(jp, "C:/Alunos Inativos - Seeds.pdf");
}
JasperViewer jrv = new JasperViewer(jp, false);
jrv.setVisible(true);
con.close();
} catch (Exception e) {
e.printStackTrace();
}
} else {
try {
ClientesDAO dao = new ClientesDAO();
selection = JOptionPane.showConfirmDialog(this,
"Deseja carregar todos os dados?\n"
+ "Consta na base de dados: \n" + dao.gerarCodigoClienteExcluido() + ""
+ " último registro.",
"", JOptionPane.OK_CANCEL_OPTION,
JOptionPane.WARNING_MESSAGE);
dao.desconectar();
} catch (Exception ex) {
Logger.getLogger(Relatorios.class.getName()).log(Level.SEVERE, null, ex);
}
if (selection == JOptionPane.OK_OPTION) {
try {
Connection con = new Conexao().getConnection();
HashMap parametros = new HashMap();
JasperPrint jp = JasperFillManager.fillReport("./relatorios/AlunosInativos2.jasper", parametros, con);
if (jRBSalvar.isSelected()) {
JasperExportManager.exportReportToPdfFile(jp, "C:/Alunos Inativos - Busca CPF- Seeds.pdf");
}
JasperViewer jrv = new JasperViewer(jp, false);
jrv.setVisible(true);
con.close();
} catch (Exception e) {
e.printStackTrace();
}
} else {
new Relatorios(null, rootPaneCheckingEnabled).setVisible(true);
}
}
} else {
if (!jFTCPF.getText().equals(" . . - ")) {
try {
Connection con = new Conexao().getConnection();
HashMap parametros = new HashMap();
parametros.put("VALOR", jFTCPF.getText());
JasperPrint jp = JasperFillManager.fillReport("./relatorios/AlunoTurmaAnaliticoInativos.jasper", parametros, con);
if (jRBSalvar.isSelected()) {
JasperExportManager.exportReportToPdfFile(jp, "C:/Alunos Inativos - Seeds.pdf");
}
JasperViewer jrv = new JasperViewer(jp, false);
jrv.setVisible(true);
con.close();
} catch (Exception e) {
e.printStackTrace();
}
} else {
try {
Connection con = new Conexao().getConnection();
HashMap parametros = new HashMap();
JasperPrint jp = JasperFillManager.fillReport("./relatorios/AlunoTurmaAnaliticoInativos2.jasper", parametros, con);
if (jRBSalvar.isSelected()) {
JasperExportManager.exportReportToPdfFile(jp, "C:/Alunos Inativos - Busca CPF- Seeds.pdf");
}
JasperViewer jrv = new JasperViewer(jp, false);
jrv.setVisible(true);
con.close();
} catch (Exception e) {
e.printStackTrace();
}
}
}
} |
3a0c0ca1-cbef-41cd-993f-3a5b321488a4 | public java.util.Calendar getCustomDate1() {
return this.customDate1;
} |
0464b6bd-5904-4721-8e15-48024f0ca580 | public Quality getQuality(){
return quality;
} |
eb788faa-0168-41d1-a943-7d42571595c4 | public java.lang.String getOpportunityName() {
return this.opportunityName;
} |
320faa0f-215a-457f-a489-283cacb3207b | public void setCustomObject5Type(java.lang.String customObject5Type) {
this.customObject5Type = customObject5Type;
} |
97c035f3-da7c-482e-97c6-d4448ca76f24 | public crmondemand.xml.contact.query.QueryType getCustomObject12Id() {
return this.customObject12Id;
} |
0a3555d5-d8e6-4a87-8fd4-32cb6d38e653 | public crmondemand.xml.customobject3.query.QueryType getCustomCurrency7() {
return this.customCurrency7;
} |
0cf57818-0a2c-4a84-b10f-55031bfdd8c9 | private void fireUnencryptedPackToListener(Object passthrough,
ByteBuffer out) {
try {
sslListener.packetUnencrypted(out, passthrough);
} catch (IOException e) {
throw new NioException(e);
}
} |
18de7456-dabf-47f2-af5a-19cd51a71343 | public java.lang.String getSearchspec() {
return this.searchspec;
} |
0f84eb0c-d355-46c7-a289-12963347e01c | synchronized void dropAll(boolean doSave) throws IOException {
Throwable priorE = null;
final Iterator<Map.Entry<SegmentCommitInfo,ReadersAndUpdates>> it = readerMap.entrySet().iterator();
while(it.hasNext()) {
final ReadersAndUpdates rld = it.next().getValue();
try {
if (doSave && rld.writeLiveDocs(directory)) {
// Make sure we only write del docs and field updates for a live segment:
assert infoIsLive(rld.info);
// Must checkpoint because we just
// created new _X_N.del and field updates files;
// don't call IW.checkpoint because that also
// increments SIS.version, which we do not want to
// do here: it was done previously (after we
// invoked BDS.applyDeletes), whereas here all we
// did was move the state to disk:
checkpointNoSIS();
}
} catch (Throwable t) {
if (doSave) {
IOUtils.reThrow(t);
} else if (priorE == null) {
priorE = t;
}
}
// Important to remove as-we-go, not with .clear()
// in the end, in case we hit an exception;
// otherwise we could over-decref if close() is
// called again:
it.remove();
// NOTE: it is allowed that these decRefs do not
// actually close the SRs; this happens when a
// near real-time reader is kept open after the
// IndexWriter instance is closed:
try {
rld.dropReaders();
} catch (Throwable t) {
if (doSave) {
IOUtils.reThrow(t);
} else if (priorE == null) {
priorE = t;
}
}
}
assert readerMap.size() == 0;
IOUtils.reThrow(priorE);
} |
5eea13af-3838-4b41-a5c8-67656090e86c | public void setSolutionExternalSystemId(crmondemand.xml.opportunity.query.QueryType solutionExternalSystemId) {
this.solutionExternalSystemId = solutionExternalSystemId;
} |
12a2b8c4-c419-4adc-8eae-21880aed1d3c | public crmondemand.xml.contact.query.QueryType getCountry() {
return this.country;
} |
2a4103c1-abab-4d7c-936e-8e6fdecb04c9 | public void setCustomDate32(crmondemand.xml.opportunity.query.QueryType customDate32) {
this.customDate32 = customDate32;
} |
f0b208ac-2d35-4db5-b53f-9e580e7d4a6c | public crmondemand.xml.contact.query.QueryType getIndexedPick0() {
return this.indexedPick0;
} |
b519e019-bc6e-40de-895a-68ca38f95c73 | public static boolean changeAllianceLeader(final int allianceid, final int cid, final boolean sameGuild) {
final MapleGuildAlliance mga = getAlliance(allianceid);
if (mga != null) {
return mga.setLeaderId(cid, sameGuild);
}
return false;
} |
50538d30-46df-4930-b505-b83ae766e232 | public void setPolicyExternalSystemId(java.lang.String policyExternalSystemId) {
this.policyExternalSystemId = policyExternalSystemId;
} |
8a9e418a-03f3-4c4a-b04f-3ed9c9810566 | public void setIndexedPick3(java.lang.String indexedPick3) {
this.indexedPick3 = indexedPick3;
} |
56076ea8-0908-43fe-9ff7-630fc833018e | public crmondemand.xml.opportunity.query.QueryType getCustomDate49() {
return this.customDate49;
} |
362770d0-12e4-477c-bc45-ede97fafb3a5 | public crmondemand.xml.contact.query.QueryType getMDFRequestId() {
return this.mDFRequestId;
} |
d6516a60-5bb5-4fec-9d38-103fc321af62 | @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);
} |
f436da7e-eaf3-4747-b6b4-2dae492eb9c6 | public crmondemand.xml.customobject6.query.QueryType getOpportunityId() {
return this.opportunityId;
} |
ed2e5798-7a40-4c3d-8b31-f281453fc651 | public java.lang.String getCourseType() {
return this.courseType;
} |
3e33e278-3479-4727-ae0c-da452a3b7e8a | public void setCustomCurrency2(crmondemand.xml.customobject3.query.QueryType customCurrency2) {
this.customCurrency2 = customCurrency2;
} |
651d1d26-2e3c-4702-b94c-12f0e1d70057 | public void setActivityId(java.lang.String activityId) {
this.activityId = activityId;
} |
19868a4a-dd27-490a-a622-78f079c14b18 | public void setCustomCurrency12(java.math.BigDecimal customCurrency12) {
this.customCurrency12 = customCurrency12;
} |
97e19863-d03c-4a19-8383-3de44b2d12b9 | public java.lang.String getCustomText62() {
return this.customText62;
} |
11664aa1-6319-403e-b614-7eaf342af634 | public void setCustomCurrency17(crmondemand.xml.opportunity.query.QueryType customCurrency17) {
this.customCurrency17 = customCurrency17;
} |
0a0ee6da-7729-462f-b556-117885997314 | public void setCustomDate23(crmondemand.xml.customobject6.query.QueryType customDate23) {
this.customDate23 = customDate23;
} |
08b38691-a4fd-461e-b95b-64f6b022cea8 | public void handler() {
long res = m68ki_read_imm_32();
long ea_dst = m68k_cpu.ar[(int) ((get_CPU_IR() >>> 9) & 7)] -= 4;
m68ki_write_32(ea_dst, res);
m68k_cpu.n_flag = GET_MSB_32(res);
m68k_cpu.not_z_flag = res;
m68k_cpu.v_flag = 0;
m68k_cpu.c_flag = 0;
USE_CLKS(12 + 8);
if (m68klog != null) {
fprintf(m68klog, "move_pd_i_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);
}
} |
e7792911-0dd7-41fe-b949-059ec33c97c5 | public java.lang.String getCustomObject5ExternalSystemId() {
return this.customObject5ExternalSystemId;
} |
911e6a1e-924b-40c4-9123-8c185ad3b97f | public java.math.BigDecimal getCustomCurrency6() {
return this.customCurrency6;
} |
2f937bdf-8ba1-4989-8de3-14c87f77800b | public crmondemand.xml.contact.query.QueryType getCustomPickList62() {
return this.customPickList62;
} |
1b780429-7579-4555-b908-116b1d7fce41 | public crmondemand.xml.customobject6.query.QueryType getBalance() {
return this.balance;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.