id
stringlengths
36
36
text
stringlengths
1
1.25M
c5055293-90f2-4e2d-a02a-5babd0e5ca5e
public void setCustomPickList25(crmondemand.xml.contact.query.QueryType customPickList25) { this.customPickList25 = customPickList25; }
70d50a74-eb7c-42f0-aeee-6e108e7f745b
public void setCustomObject4Id(crmondemand.xml.customobject6.query.QueryType customObject4Id) { this.customObject4Id = customObject4Id; }
0056fab0-fbc8-4106-848e-55a874effbae
public void setCustomPickList84(crmondemand.xml.opportunity.query.QueryType customPickList84) { this.customPickList84 = customPickList84; }
e94945df-9786-407f-9128-b2c8d1abec1c
public void setInicio(Date inicio) { this.inicio = inicio; }
a263ec37-af95-4bc3-be19-cf3dba5f2f81
public crmondemand.xml.opportunity.query.QueryType getCustomObject7Id() { return this.customObject7Id; }
447c2432-e585-4448-bc42-365001a90dc8
public void setCustomNumber22(java.math.BigDecimal customNumber22) { this.customNumber22 = customNumber22; }
6ab8a2ff-02d1-4cd7-9133-298357cb9b1e
public java.util.Calendar getCustomDate37() { return this.customDate37; }
fe785b51-1166-4064-90ff-1fb8683f3b31
public crmondemand.xml.contact.query.QueryType getCreatedByExternalSystemId() { return this.createdByExternalSystemId; }
4d6b04d8-b4d5-4ea1-8165-5e5367a45695
public java.math.BigDecimal getPolicyTotalPremium() { return this.policyTotalPremium; }
62a5fb95-aad3-4ef2-88cc-91eea7386afb
public void setCustomPickList20(java.lang.String customPickList20) { this.customPickList20 = customPickList20; }
5d9c7ba4-ad44-4967-9cfa-63072151cd27
public java.math.BigDecimal getCustomCurrency22() { return this.customCurrency22; }
f1595bd3-11bb-4bfa-acb4-6c87c133ed4f
public void setCustomPickList2(java.lang.String customPickList2) { this.customPickList2 = customPickList2; }
46500f7c-9381-4237-a8f5-f9fcdab0dfb4
public void setDefaits(Stack<MementoME> defaits) { this.defaits = defaits; }
75fb21c5-821c-4088-b599-c98408293647
public crmondemand.xml.contact.query.QueryType getCustomInteger10() { return this.customInteger10; }
7f911fa1-0915-4a7f-a16a-ae87765cad03
public void resetCircle(){ circleProjectile.setCenterX(10); circleProjectile.setCenterY(730); }
0998b7d3-b5bf-494a-89f5-1413fbe896e4
public crmondemand.xml.customobject6.query.QueryType getCustomCurrency9() { return this.customCurrency9; }
98d0d7c3-defe-477d-bee6-9a6e75b69e4b
public Builder toBuilder() { return newBuilder(this); }
1866e1ef-91c6-4a44-a5d4-c3b159cef209
public boolean hasPatrolling() { return ((bitField2_ & 0x00200000) == 0x00200000); }
27a5194e-8203-4314-a521-0f035ad7ee24
public crmondemand.xml.customobject6.query.QueryType getCustomPickList53() { return this.customPickList53; }
700302c1-9aa2-4ed8-b855-5045975a1ab1
public void setCustomBoolean32(crmondemand.xml.contact.query.QueryType customBoolean32) { this.customBoolean32 = customBoolean32; }
8602709e-ae14-498f-b88f-effb5f159203
public void setCustomPickList48(crmondemand.xml.customobject3.query.QueryType customPickList48) { this.customPickList48 = customPickList48; }
d80eade5-14d4-4e73-8abc-e466ab9cadce
private int adress(){ return System.identityHashCode(this); }
de69bb49-2cc6-4d7b-ac0d-b852b6ae1e14
public void setCustomObject15Id(java.lang.String customObject15Id) { this.customObject15Id = customObject15Id; }
9b1fd1cd-526e-4b33-ad9b-eddde794d47c
@SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { jEImagePanel1 = new GUI.JEImagePanel(); jLabel1 = new javax.swing.JLabel(); jLabel2 = new javax.swing.JLabel(); nombreEmpleado = new javax.swing.JTextField(); jLabel3 = new javax.swing.JLabel(); apellidoEmpleado = new javax.swing.JTextField(); jLabel4 = new javax.swing.JLabel(); cedulaEmpleado = new javax.swing.JTextField(); jLabel5 = new javax.swing.JLabel(); sectorEmpleado = new javax.swing.JTextField(); jLabel6 = new javax.swing.JLabel(); domicilioEmpleado = new javax.swing.JTextField(); jLabel7 = new javax.swing.JLabel(); telefonoempleado = new javax.swing.JTextField(); jLabel8 = new javax.swing.JLabel(); jComboBoxTipoEmpleado = new javax.swing.JComboBox(); jLabel9 = new javax.swing.JLabel(); departamentoEmpleado = new javax.swing.JTextField(); IEbotonIngresar = new javax.swing.JButton(); IEbotonCancelar = new javax.swing.JButton(); jLabel10 = new javax.swing.JLabel(); jLabel11 = new javax.swing.JLabel(); jTextFieldUser = new javax.swing.JTextField(); jTextFieldPass = new javax.swing.JTextField(); setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE); setTitle("Nuevo Empleado"); jEImagePanel1.setIcon(new javax.swing.ImageIcon(getClass().getResource("/IMG/creating-energy-spheres-photoshop.jpg"))); // NOI18N jLabel1.setFont(new java.awt.Font("Ubuntu", 1, 18)); jLabel1.setForeground(new java.awt.Color(251, 241, 241)); jLabel1.setHorizontalAlignment(javax.swing.SwingConstants.RIGHT); jLabel1.setText("Ingreso de Nuevo Empleado"); jLabel2.setForeground(new java.awt.Color(255, 250, 250)); jLabel2.setText("Nombre"); nombreEmpleado.addKeyListener(new java.awt.event.KeyAdapter() { public void keyTyped(java.awt.event.KeyEvent evt) { nombreEmpleadoKeyTyped(evt); } }); jLabel3.setForeground(new java.awt.Color(251, 249, 249)); jLabel3.setText("Apellido"); apellidoEmpleado.addKeyListener(new java.awt.event.KeyAdapter() { public void keyTyped(java.awt.event.KeyEvent evt) { apellidoEmpleadoKeyTyped(evt); } }); jLabel4.setForeground(new java.awt.Color(246, 242, 242)); jLabel4.setText("Cedula"); cedulaEmpleado.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { cedulaEmpleadoActionPerformed(evt); } }); cedulaEmpleado.addKeyListener(new java.awt.event.KeyAdapter() { public void keyTyped(java.awt.event.KeyEvent evt) { cedulaEmpleadoKeyTyped(evt); } }); jLabel5.setForeground(new java.awt.Color(248, 244, 244)); jLabel5.setText("Sector"); sectorEmpleado.addKeyListener(new java.awt.event.KeyAdapter() { public void keyTyped(java.awt.event.KeyEvent evt) { sectorEmpleadoKeyTyped(evt); } }); jLabel6.setForeground(new java.awt.Color(246, 238, 238)); jLabel6.setText("Direccion"); domicilioEmpleado.addKeyListener(new java.awt.event.KeyAdapter() { public void keyTyped(java.awt.event.KeyEvent evt) { domicilioEmpleadoKeyTyped(evt); } }); jLabel7.setForeground(new java.awt.Color(252, 240, 240)); jLabel7.setText("Telefono"); telefonoempleado.addKeyListener(new java.awt.event.KeyAdapter() { public void keyTyped(java.awt.event.KeyEvent evt) { telefonoempleadoKeyTyped(evt); } }); jLabel8.setForeground(new java.awt.Color(254, 242, 242)); jLabel8.setText("Tipo"); jComboBoxTipoEmpleado.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "EMPLEADO", "ADMINISTRADOR"})); jLabel9.setForeground(new java.awt.Color(244, 240, 240)); jLabel9.setText("Departamento"); departamentoEmpleado.addKeyListener(new java.awt.event.KeyAdapter() { public void keyTyped(java.awt.event.KeyEvent evt) { departamentoEmpleadoKeyTyped(evt); } }); IEbotonIngresar.setText("Ingresar"); IEbotonIngresar.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { IEbotonIngresarActionPerformed(evt); } }); IEbotonCancelar.setText("Cancelar"); IEbotonCancelar.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { IEbotonCancelarActionPerformed(evt); } }); jLabel10.setForeground(new java.awt.Color(250, 243, 243)); jLabel10.setText("User"); jLabel11.setForeground(new java.awt.Color(255, 250, 250)); jLabel11.setHorizontalAlignment(javax.swing.SwingConstants.RIGHT); jLabel11.setText("Password"); javax.swing.GroupLayout jEImagePanel1Layout = new javax.swing.GroupLayout(jEImagePanel1); jEImagePanel1.setLayout(jEImagePanel1Layout); jEImagePanel1Layout.setHorizontalGroup( jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addGap(24, 24, 24) .addComponent(nombreEmpleado, javax.swing.GroupLayout.DEFAULT_SIZE, 364, Short.MAX_VALUE)) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addContainerGap() .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addGap(12, 12, 12) .addComponent(apellidoEmpleado, javax.swing.GroupLayout.DEFAULT_SIZE, 364, Short.MAX_VALUE)) .addComponent(jLabel3))) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addContainerGap() .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE, 376, Short.MAX_VALUE) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addComponent(jLabel2) .addGap(140, 140, 140)))) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addContainerGap() .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jEImagePanel1Layout.createSequentialGroup() .addGap(12, 12, 12) .addComponent(cedulaEmpleado, javax.swing.GroupLayout.PREFERRED_SIZE, 151, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 60, Short.MAX_VALUE) .addComponent(sectorEmpleado, javax.swing.GroupLayout.PREFERRED_SIZE, 153, javax.swing.GroupLayout.PREFERRED_SIZE)) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addComponent(jLabel4) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 281, Short.MAX_VALUE) .addComponent(jLabel5)))) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addContainerGap() .addComponent(jLabel6)) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jEImagePanel1Layout.createSequentialGroup() .addGap(24, 24, 24) .addComponent(domicilioEmpleado, javax.swing.GroupLayout.DEFAULT_SIZE, 364, Short.MAX_VALUE)) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addContainerGap() .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addGap(12, 12, 12) .addComponent(telefonoempleado, javax.swing.GroupLayout.PREFERRED_SIZE, 147, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 103, Short.MAX_VALUE) .addComponent(jComboBoxTipoEmpleado, javax.swing.GroupLayout.PREFERRED_SIZE, 114, javax.swing.GroupLayout.PREFERRED_SIZE)) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addComponent(jLabel7) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 206, Short.MAX_VALUE) .addComponent(jLabel8, javax.swing.GroupLayout.PREFERRED_SIZE, 106, javax.swing.GroupLayout.PREFERRED_SIZE)))) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addContainerGap() .addComponent(jLabel9)) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jEImagePanel1Layout.createSequentialGroup() .addGap(24, 24, 24) .addComponent(departamentoEmpleado, javax.swing.GroupLayout.DEFAULT_SIZE, 364, Short.MAX_VALUE)) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addContainerGap() .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addGap(12, 12, 12) .addComponent(jTextFieldUser)) .addGroup(javax.swing.GroupLayout.Alignment.LEADING, jEImagePanel1Layout.createSequentialGroup() .addGap(24, 24, 24) .addComponent(IEbotonIngresar, javax.swing.GroupLayout.PREFERRED_SIZE, 133, javax.swing.GroupLayout.PREFERRED_SIZE))) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 89, Short.MAX_VALUE) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false) .addComponent(jTextFieldPass) .addComponent(IEbotonCancelar, javax.swing.GroupLayout.DEFAULT_SIZE, 130, Short.MAX_VALUE))) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addComponent(jLabel10, javax.swing.GroupLayout.PREFERRED_SIZE, 106, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 152, Short.MAX_VALUE) .addComponent(jLabel11, javax.swing.GroupLayout.PREFERRED_SIZE, 118, javax.swing.GroupLayout.PREFERRED_SIZE))))) .addContainerGap()) ); jEImagePanel1Layout.setVerticalGroup( jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addContainerGap() .addComponent(jLabel1) .addGap(18, 18, 18) .addComponent(jLabel2) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(nombreEmpleado, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(jLabel3) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(apellidoEmpleado, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jLabel4) .addComponent(jLabel5)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(cedulaEmpleado, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(sectorEmpleado, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(jLabel6) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(domicilioEmpleado, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jLabel7) .addComponent(jLabel8)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jComboBoxTipoEmpleado, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(telefonoempleado, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(jLabel9) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(departamentoEmpleado, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jLabel10) .addComponent(jLabel11)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jTextFieldUser, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(jTextFieldPass, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 30, Short.MAX_VALUE) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(IEbotonIngresar) .addComponent(IEbotonCancelar)) .addContainerGap()) ); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jEImagePanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addComponent(jEImagePanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addContainerGap()) ); pack(); }// </editor-fold>//GEN-END:initComponents
80d1dc55-60bc-4e29-8c0b-a7c30646226f
public void setCustomPickList73(java.lang.String customPickList73) { this.customPickList73 = customPickList73; }
29699094-fbaa-430e-86da-de5ca9a114ff
public void setCustomNumber8(java.math.BigDecimal customNumber8) { this.customNumber8 = customNumber8; }
f3428bd1-e993-43d2-b85b-e41c943c2c44
public java.lang.String getCertficationStatus() { return this.certficationStatus; }
51908a19-25b1-4434-bf6d-e64b2b53733c
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // ȡʽ String servletPath = request.getServletPath(); if ("/upload".equals(servletPath)) upload(request, response); else if ("/downloadview".equals(servletPath)) downloadview(request, response); else if ("/downloadrun".equals(servletPath)) downloadrun(request, response); }
5e9ef0d9-4b86-4b10-bf35-cffc83574fea
public java.lang.String getLeadType() { return this.leadType; }
d8d3b589-6239-4017-86fd-d4cc9325e756
public static Map<Integer, Integer> primeFactors(int x) { if (primeFactorsCache == null) { primeFactorsCache = new HashMap<Integer, Map<Integer, Integer>>(); System.out.println("Prefilling prime factors cache..."); // fill cache for (int i = 1; i < 1000000; i++) { primeFactorsCache.put(i, primeFactors(i)); } System.out.println("Prime factors cache filled!"); } Map<Integer, Integer> result = new HashMap<Integer, Integer>(); // terminate early if x is prime. otherwise we're just re-proving something we already know, more slowly. if (Primes.primeSet().contains(x)) { result.put(x, 1); return result; } // iterate through primes until we've destroyed x for (Integer p : Primes.primeList()) { if (x == 1) { break; } // optimization: we cache prime factorization of some small numbers if (x < 1000000) { if (primeFactorsCache.containsKey(x)) { Map<Integer, Integer> cached = primeFactorsCache.get(x); for (Integer cachedP : cached.keySet()) { if (result.containsKey(cachedP)) { result.put(cachedP, result.get(cachedP) + cached.get(cachedP)); } else { result.put(cachedP, cached.get(cachedP)); } } return result; } } if (x % p == 0) { // TODO: do exponential division int count = 0; while (x % p == 0) { x /= p; count++; } result.put(p, count); } } return result; }
aaadffe3-2f78-49e2-9690-19e0094da235
public void setCustomInteger22(java.lang.Integer customInteger22) { this.customInteger22 = customInteger22; }
c581209a-67ff-4a35-984e-35857c278559
public void setCustomNumber15(crmondemand.xml.contact.query.QueryType customNumber15) { this.customNumber15 = customNumber15; }
eff44954-a5f8-48af-8f7e-caf1bd6741af
public void handler() { nec_ICount[0] -= 3; PUSH(I.sregs[CS]); if (neclog != null) { fprintf(neclog, "i_push_cs :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); } }
7bd195aa-2038-406e-a2a0-254ba1509764
public java.lang.Integer getCustomInteger20() { return this.customInteger20; }
8ba39251-be00-4307-bb32-09f5aea00be2
public int[] getGridSize() { return gridSize; }
d9a8107d-22f7-4015-bc97-503952997c4f
public crmondemand.xml.customobject6.query.QueryType getVehicleId() { return this.vehicleId; }
f0c685ca-3c79-4e14-b25c-88261da61286
public crmondemand.xml.opportunity.query.QueryType getCustomNumber63() { return this.customNumber63; }
05e2d143-6c56-4585-af5d-23c419081627
public void setCustomPhone8(java.lang.String customPhone8) { this.customPhone8 = customPhone8; }
d560d8fa-3a4f-484b-a855-e86f7b792081
public void jjtAddChild(Node n, int i);
49b7f8fe-4840-44d7-9464-fdcd64fb0c92
public java.lang.String getCustomText69() { return this.customText69; }
9347c3d4-0810-4a9d-a9da-7a77c2db6e39
public Form getForm() { //gets the Form so it can be used form.pack(); return form; }
b6647380-5786-4354-884b-dac487039511
public void setCustomPickList21(java.lang.String customPickList21) { this.customPickList21 = customPickList21; }
ca526dcf-69aa-498c-a9b2-eddd0ca6ca74
public void setContactLastName(java.lang.String contactLastName) { this.contactLastName = contactLastName; }
da857baa-8992-4c4b-9d41-3b40bfcb0c55
public java.lang.String getCustomPickList91() { return this.customPickList91; }
0af9a07f-ca7b-4136-b784-f09698465deb
public void setCustomPickList67(java.lang.String customPickList67) { this.customPickList67 = customPickList67; }
3345618d-e114-4651-8220-aec0fb257b9c
public crmondemand.xml.customobject3.query.QueryType getCustomText54() { return this.customText54; }
2df2a8a0-3c24-4c45-be8e-3b97805559f1
public void setCustomObject1IntegrationId(java.lang.String customObject1IntegrationId) { this.customObject1IntegrationId = customObject1IntegrationId; }
4a4cd49f-3824-4fc4-8ee4-d4946527c07a
public static org.bwapi.proxy.messages.Messages.FrameCommands parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); }
5b513ed5-3544-4d72-892d-9e5a62e50ee3
public void setCustomNumber13(java.math.BigDecimal customNumber13) { this.customNumber13 = customNumber13; }
7699d3e6-0539-403c-9938-31b764645d6c
public java.math.BigDecimal getCustomCurrency1() { return this.customCurrency1; }
f149c0c6-5d74-452b-8d17-6af07cfcdf7d
public void setCustomPickList40(crmondemand.xml.customobject3.query.QueryType customPickList40) { this.customPickList40 = customPickList40; }
04bcfbde-0af7-4e65-abf0-3632810d47f4
static void compressAll(File dir, File outputDir) throws IOException { for (File subdir : dir.listFiles()) { compress(subdir, new File(outputDir, subdir.getName() + ".zip")); if (subdir.isFile()) continue; } }
2eac4d96-a3f6-4fcf-96c4-66bdbfda2b94
public void setModifier(EffectModifier modifier) { this.modifier = modifier; }
7d13fbaa-692a-4ecb-a468-47dd16eec852
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean14() { return this.customBoolean14; }
bccd6272-29e0-4b6b-ae16-591d62853fff
public void setCustomBoolean2(java.lang.Boolean customBoolean2) { this.customBoolean2 = customBoolean2; }
6d994bf5-bbde-4570-864d-fbdd8c26f5fd
public void setPolicyExternalSystemId(java.lang.String policyExternalSystemId) { this.policyExternalSystemId = policyExternalSystemId; }
f5f9cfe8-c2c1-47b9-9d20-14ad5b237d55
public void setTotalPremium(java.math.BigDecimal totalPremium) { this.totalPremium = totalPremium; }
5bbb6b34-ca13-4ba0-9bee-dab879e755b5
@Override public void enactOrders() { if(!_location.isConflicted()) { if(_order == Orders.BUILD) { ScoutShip s = new ScoutShip(_owner); _location.EnterSector(s); } else if(_order == Orders.UPGRADE) { _orderTarget.setUpgrading(false); _orderTarget.Upgrade(); _orderTarget = null; } } _order = Orders.STANDBY; }
67fe77e6-3709-437e-89ec-7eca69703e4a
public crmondemand.xml.contact.query.QueryType getCustomPickList13() { return this.customPickList13; }
fef6f59a-ba92-452a-8100-bac2c8b3c2cb
public crmondemand.xml.contact.query.QueryType getBusinessPlanStatus() { return this.businessPlanStatus; }
91d0078c-6805-4dcb-9567-9853b7fcdcd9
public void setCustomPickList15(java.lang.String customPickList15) { this.customPickList15 = customPickList15; }
2b41a2ce-bef0-4e8b-8d5b-2ed224a1effa
public void setCustomText24(crmondemand.xml.customobject6.query.QueryType customText24) { this.customText24 = customText24; }
71c283aa-0e9a-46af-b437-b20b17c41c9f
public crmondemand.xml.customobject6.query.QueryType getCustomCurrency7() { return this.customCurrency7; }
b408224c-ce2b-4d6d-a5f2-351764ffb1c2
public crmondemand.xml.customobject6.query.QueryType getZCustomCurrency23() { return this.zCustomCurrency23; }
22d8ca64-53ff-4816-8609-4f6967963538
public crmondemand.xml.customobject6.query.QueryType getCustomPickList47() { return this.customPickList47; }
3ac5a4ba-4929-4ccd-ba5f-5c398dcaef7b
public crmondemand.xml.opportunity.query.QueryType getCustomInteger1() { return this.customInteger1; }
cd455d8a-4c96-4c88-a4d5-fa314cce0684
public static boolean alternativeBindingsSetP(Stella_Object thing) { return ((thing != null) && Stella_Object.isaP(thing, Logic.SGT_LOGIC_ALTERNATIVE_BINDINGS_SET)); }
a61f8e96-0597-4067-847c-4562d8cb3a85
public crmondemand.xml.contact.query.QueryType getPolicyExchangeDate() { return this.policyExchangeDate; }
dd8feaf7-53e3-4325-a6a8-5250f1a57770
public Actor getActor(){ return actor; }
07a2d9cf-fa64-40fd-8593-cc61381ca492
public java.lang.String getCustomPickList25() { return this.customPickList25; }
fcff10ed-f79a-496d-b26f-4d64a8fbda9a
public void setCustomText87(java.lang.String customText87) { this.customText87 = customText87; }
b3528f41-56ba-41ca-b2ff-6accca639191
public void setRelatedContactLastName(crmondemand.xml.contact.query.QueryType relatedContactLastName) { this.relatedContactLastName = relatedContactLastName; }
50752c5a-fafb-4da6-904d-44dcc48bf8e1
final int method3798(int i, int i_295_) { anInt7698++; if (i_295_ != 2) ((OpenGlToolkit) this).aFloat7872 = -1.3399854F; if (i != 6406 && i != 6409) { if ((i ^ 0xffffffff) != -6411 && i != 34846 && i != 34844) { if (i == 6407) return 3; if ((i ^ 0xffffffff) == -6409 || (i ^ 0xffffffff) == -34848) return 4; if ((i ^ 0xffffffff) == -34844) return 6; if ((i ^ 0xffffffff) == -34843) return 8; if (i == 6402) return 3; if ((i ^ 0xffffffff) == -6402) return 1; } else return 2; } else return 1; throw new IllegalArgumentException(""); }
46976e1a-9bf4-4e61-bef6-a314d5600405
public java.lang.String getCustomPickList23() { return this.customPickList23; }
bc110475-7dc4-4a0a-b76b-8a1b28fd1bbd
@Override public int getExitDir(Room from, Exit to) { if((from==null)||(to==null)) return -1; for(int d=Directions.NUM_DIRECTIONS()-1;d>=0;d--) { if(from.getExitInDir(d)==to) return d; if(from.getRawExit(d)==to) return d; if(from.getReverseExit(d)==to) return d; } return -1; }
9fa72f7f-85b0-4045-8a7e-706a3999730b
public void setCustomBoolean29(java.lang.Boolean customBoolean29) { this.customBoolean29 = customBoolean29; }
6c2cfa15-b95e-4cc1-8d8c-9ff1914fbe26
public void setCustomDate32(java.util.Calendar customDate32) { this.customDate32 = customDate32; }
c44cedbd-bfae-461d-99ce-7b849940173e
public void setCustomText52(crmondemand.xml.opportunity.query.QueryType customText52) { this.customText52 = customText52; }
df8f6d96-bf78-4661-854c-b9f3dccbb9b0
public crmondemand.xml.contact.query.QueryType getCustomPickList70() { return this.customPickList70; }
7beccc68-fa28-41bd-a365-e38117f8afb8
public java.lang.Integer getCustomInteger13() { return this.customInteger13; }
899f028b-6d2d-4c82-9060-a68a50a2073f
public crmondemand.xml.contact.query.QueryType getSolutionPCDAttachmentType() { return this.solutionPCDAttachmentType; }
9a3aa56d-69f7-40e5-bcf0-94b0bc528d8d
public java.lang.String getCustomText78() { return this.customText78; }
80f2cec6-7b00-48f3-8142-79ae3c2c15d4
public void setPolicyEffectiveDate(java.util.Calendar policyEffectiveDate) { this.policyEffectiveDate = policyEffectiveDate; }
0eb3f03f-03ad-49f6-be57-bbac218939e5
@Override public int getQuestPoint() { return questPoint; }
b435245d-a473-4f8a-81f7-a881749daa37
static IntegerWrapper stringMatchComputationHelper(Stella_Object pattern, Stella_Object x, Stella_Object start, Stella_Object end, boolean ignoreCaseP) { if (!(Stella_Object.stringP(pattern) && (Stella_Object.integerP(start) && Stella_Object.integerP(end)))) { return (null); } { String thepattern = ((StringWrapper)(pattern)).wrapperValue; int thestart = ((IntegerWrapper)(start)).wrapperValue; int theend = ((IntegerWrapper)(end)).wrapperValue; String name = (Stella_Object.stringP(x) ? ((StringWrapper)(x)).wrapperValue : Logic.objectNameString(x)); int namelength = name.length(); int matchposition = Stella.NULL_INTEGER; if (thestart < 0) { thestart = namelength + thestart + 1; } if (thestart < 0) { return (null); } if (theend < 0) { theend = namelength + theend + 1; } if ((theend < 0) || (theend > namelength)) { return (null); } if (ignoreCaseP) { matchposition = Stella.stringSearchIgnoreCase(name, thepattern, thestart); } else { matchposition = Native.stringSearch(name, thepattern, thestart); } if ((matchposition != Stella.NULL_INTEGER) && (matchposition < theend)) { return (IntegerWrapper.wrapInteger(matchposition)); } else { return (null); } } }
4f92f5df-8436-4b7a-8fb5-437e1e1387eb
public void setDescription(crmondemand.xml.contact.query.QueryType description) { this.description = description; }
b6d03e99-f561-40ed-a168-a102be0fe315
public int getX() { return x; }
731b1969-5a72-40de-803e-006ceeb9691a
public void setCustomNumber19(java.math.BigDecimal customNumber19) { this.customNumber19 = customNumber19; }
4b87d4fa-2bb5-46e4-9e53-7e8c6610b003
public void setCustomText29(crmondemand.xml.contact.query.QueryType customText29) { this.customText29 = customText29; }
58fac6ec-d187-4b66-98b1-7741e8a3ed37
private void jButton21ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton21ActionPerformed try { // TODO add your handling code here: CardLayout cad = (CardLayout) kontenAd.getLayout(); cad.show(kontenAd, "proyekAd"); recordProyekI = cp.getAllPTI(); recordProyekII = cp.getAllPTII(); isiTabelProyekI(); isiTabelProyekII(); } catch (SQLException ex) { Logger.getLogger(FormInduk.class .getName()).log(Level.SEVERE, null, ex); } }
e2d496ae-f76a-4bd8-b81c-2d2e846e0556
public void setCustomNumber56(crmondemand.xml.customobject6.query.QueryType customNumber56) { this.customNumber56 = customNumber56; }
cfc0575d-26fc-405a-83e5-91fc57517d6a
public crmondemand.xml.customobject3.query.QueryType getCustomBoolean16() { return this.customBoolean16; }
5f80f143-06fb-4d91-ab69-b584a29b4883
private void setTransaction(Transaction transaction) { this.transaction = transaction; }
25e335c6-6469-4767-840b-13ed6497c23d
public void setCustomInteger5(java.lang.Integer customInteger5) { this.customInteger5 = customInteger5; }
bd46d8e8-d00f-4689-b4fe-daaea953311f
public java.lang.Boolean getCustomBoolean20() { return this.customBoolean20; }
42ee0aea-5b88-41d2-9785-51e4b6c1eb91
public void setCustomNumber58(crmondemand.xml.contact.query.QueryType customNumber58) { this.customNumber58 = customNumber58; }
41d0205b-fde0-4aea-82a8-aa432dae63d2
public crmondemand.xml.customobject6.query.QueryType getCustomNumber60() { return this.customNumber60; }
6b965238-a475-4540-944e-b88b4c551ac9
public java.lang.Boolean getInvtPeriodActiveFlg() { return this.invtPeriodActiveFlg; }
3201bb67-5b57-49fc-80cf-eebf435841b9
public Builder clearGasPrice() { bitField0_ = (bitField0_ & ~0x00010000); gasPrice_ = 0; onChanged(); return this; }
1565ae9a-5010-4d87-be0a-4e016d215c5f
public void setCustomNumber22(java.math.BigDecimal customNumber22) { this.customNumber22 = customNumber22; }