query
stringlengths
7
33.1k
document
stringlengths
7
335k
metadata
dict
negatives
listlengths
3
101
negative_scores
listlengths
3
101
document_score
stringlengths
3
10
document_rank
stringclasses
102 values
The doGet method of the servlet. This method is called when a form has its tag value method equals to get.
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String uid1=request.getParameter("uid1"); String uid2=request.getParameter("uid2"); String uidentity=request.getParameter("uidentity"); System.out.println("message:"+uid2); if(uid...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tSystem.out.println(\"get\");\n\t\tthis.doPost(req, resp);\n\t}", "@Override\n \tpublic void doGet(HttpServletRequest req, HttpServletResponse resp)\n \t\t\tthrows ServletException, IOEx...
[ "0.74321973", "0.7351684", "0.7254353", "0.72517896", "0.7243276", "0.72414607", "0.720676", "0.720676", "0.7205302", "0.7200583", "0.72004616", "0.71830994", "0.717302", "0.7170418", "0.7159133", "0.71552026", "0.7151952", "0.7150853", "0.71395576", "0.7138539", "0.7138539",...
0.0
-1
The doPost method of the servlet. This method is called when a form has its tag value method equals to post.
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { doGet(request,response); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n }", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\n }", "protected void doPost(HttpServletRequest request, H...
[ "0.7657621", "0.76030004", "0.75246334", "0.7469326", "0.7469255", "0.7469255", "0.7469255", "0.7469255", "0.7469255", "0.7469255", "0.7469255", "0.7469255", "0.7469255", "0.7469255", "0.7469255", "0.7428146", "0.74123853", "0.74027944", "0.7386053", "0.73711526", "0.7369957"...
0.68725073
85
Initialization of the servlet.
public void init() throws ServletException { // Put your code here }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void init() throws ServletException {\r\n\r\n\t}", "public void init() throws ServletException {\n }", "public void init() throws ServletException {\n\t\t\n\t}", "public void init() throws ServletException {\r\n\t\t// Put your code here\r\n\t}", "public void init() throws ServletException {\r\n\t...
[ "0.8178207", "0.8166057", "0.81264925", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", "0.8115332", ...
0.8043129
65
/////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////// Returns the date format depending upon the language
private static String _dateFormat(final Language lang) { return lang == Language.SPANISH || lang == null ? Dates.ES_DEFAULT_FORMAT : Dates.EU_DEFAULT_FORMAT; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private String getDefaultDateFormat() {\n return getString(DATE_FORMAT_KEY, DEFAULT_DATE_FORMAT);\n }", "DateFormat getDisplayDateFormat();", "public static java.lang.String getDateFormat() {\r\n\t\treturn getDBLayer().getDateFormat();\r\n\t}", "public String getFormatDate() {\n String forma...
[ "0.7067441", "0.7063968", "0.6919854", "0.6848742", "0.666181", "0.6660026", "0.6615121", "0.6560887", "0.6533782", "0.6514712", "0.6479731", "0.647352", "0.6441492", "0.6395259", "0.63300776", "0.6319692", "0.6288264", "0.62601477", "0.6198154", "0.61790925", "0.6175554", ...
0.7908429
0
Formats a date range
private static String _formatDateRange(final Range<Date> dateRange, final String dateFormat) { String dateRangeFormatted = null; LocalDate startLocalDate = new LocalDate(dateRange.getLowerBound()); LocalDate endLocalDate = new LocalDate(dateRange.getUpperBound()); if (startLocal...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Method(selector = \"stringFromDate:toDate:\")\n public native String format(NSDate fromDate, NSDate toDate);", "public DateRange getDateRange();", "public static String format(com.google.api.client.util.DateTime start, com.google.api.client.util.DateTime end){\n DateTime startGood = new DateTime(sta...
[ "0.63918215", "0.6358707", "0.6072305", "0.59788495", "0.5830662", "0.574824", "0.5681422", "0.56634027", "0.5634396", "0.5577455", "0.55639213", "0.5557548", "0.5525696", "0.54854", "0.5423078", "0.5357201", "0.53429854", "0.5337522", "0.5331969", "0.5313436", "0.518972", ...
0.7700298
0
Home interface for Enterprise Bean: CfgDocument
public interface CfgDocumentHome extends javax.ejb.EJBHome { /** * Creates an instance from a key for Entity Bean: CfgDocument */ /* public com.hps.july.persistence.CfgDocument create( int document, com.hps.july.persistence.Organization argOwner, com.hps.july.persistence.StoragePlace argTo, com.hps.july....
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface CfgDocument extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: savconfigidold\n\t */\n\tpublic int getSavconfigidold() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: savconf...
[ "0.75065196", "0.60824424", "0.60294473", "0.58744645", "0.5831068", "0.5717989", "0.56901604", "0.5666071", "0.5617364", "0.5546978", "0.55319685", "0.5522068", "0.5506323", "0.55029166", "0.5492529", "0.5456948", "0.5455946", "0.5439097", "0.54125684", "0.53871214", "0.5367...
0.7576422
0
Creates an instance from a key for Entity Bean: CfgDocument / public com.hps.july.persistence.CfgDocument create( int document, com.hps.july.persistence.Organization argOwner, com.hps.july.persistence.StoragePlace argTo, com.hps.july.persistence.Organization argContragent, com.hps.july.persistence.StoragePlace argFrom,...
public com.hps.july.persistence.CfgDocument findByPrimaryKey( com.hps.july.persistence.DocumentKey primaryKey) throws javax.ejb.FinderException, java.rmi.RemoteException;
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface CfgDocumentHome extends javax.ejb.EJBHome {\n\t/**\n\t * Creates an instance from a key for Entity Bean: CfgDocument\n\t */\n\t/*\n\tpublic com.hps.july.persistence.CfgDocument create(\n\t\tint document,\n\t\tcom.hps.july.persistence.Organization argOwner,\n\t\tcom.hps.july.persistence.StoragePlac...
[ "0.64601755", "0.63041663", "0.62849045", "0.5728411", "0.5595048", "0.53134304", "0.52860224", "0.525177", "0.5184702", "0.51642376", "0.50393206", "0.4989261", "0.49150172", "0.49141285", "0.4907472", "0.48994136", "0.484834", "0.48466218", "0.48466218", "0.48337063", "0.48...
0.458045
42
Binds a preference's summary to its value. More specifically, when the preference's value is changed, its summary (line of text below the preference title) is updated to reflect the value. The summary is also immediately updated upon calling this method. The exact display format is dependent on the type of preference.
private static void bindPreferenceSummaryToValue(Preference preference) { // Set the listener to watch for value changes. preference.setOnPreferenceChangeListener(sBindPreferenceSummaryToValueListener); // Trigger the listener immediately with the preference's // current...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void bindPreferenceSummaryToValue(Preference preference);", "private void bindPreferenceSummaryToValue(Preference preference) {\n preference.setOnPreferenceChangeListener(this);\n // We also read the current value of the preference stored in the SharedPreferences on the device,\n ...
[ "0.7896386", "0.7734421", "0.77067864", "0.7546164", "0.7520276", "0.7503773", "0.7462089", "0.74431145", "0.74366075", "0.73669535", "0.73642135", "0.7340225", "0.7338544", "0.7334707", "0.7334707", "0.7334707", "0.73144734", "0.7299641", "0.7240732", "0.7062147", "0.6821389...
0.7374575
9
perform basic initialization task
public InfoLiveTollsStepDefinition() { super(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void init() {\n this.log.pri1(LoggingInterface.INIT_START, \"\");\n // Any task initialization code goes here.\n this.log.pri1(LoggingInterface.INIT_END, \"\");\n }", "public void initialize() {\n\n getStartUp();\n }", "public void init() {}", "public void in...
[ "0.7886057", "0.78438365", "0.7611649", "0.7611649", "0.7605633", "0.7591794", "0.7579315", "0.75756264", "0.75756264", "0.7557773", "0.7543295", "0.7541091", "0.75236464", "0.75011396", "0.74952286", "0.7484972", "0.7479504", "0.7479504", "0.7479504", "0.7455268", "0.7451756...
0.0
-1
Click on tolls button
@Then("^User clicks Tolls button on Live panel$") public void user_clicks_Tolls_button_on_Live_panel() throws Throwable { CommonStepDefinitions.homePage.clickLiveTollsButton(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test\n public final void testClickButton() {\n spysizedialog.getStartButton().doClick();\n }", "@When(\"^I click on quiz button$\")\n public void i_click_on_quiz_button() throws Throwable {\n }", "public void clickFirstQviewbutton(){\r\n\t\tclass Local {};\r\n\t\tReporter.log(\"TestStepComp...
[ "0.6927116", "0.6904134", "0.68923706", "0.68820834", "0.68439054", "0.6835962", "0.6769175", "0.67664695", "0.66420096", "0.6594733", "0.657557", "0.6569924", "0.65513855", "0.65397966", "0.6534044", "0.65221465", "0.65182656", "0.64971656", "0.6496695", "0.64958185", "0.648...
0.62955225
57
Click on toll name specified on configuration file
@Then("^User clicks on a toll$") public void user_clicks_on_a_toll() throws Throwable { CommonStepDefinitions.homePage.selectToll("Anson Road"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void Admin_Configuration()\n\t{\n\t\tAdmin_Configuration.click();\n\t}", "public void clickOnFile(String file) {\n clickOnFile(file, 1);\n }", "public void clickOnAccountSettingLink() {\r\n\t\tprint(\"Click on Account Setting Link\");\r\n\t\tlocator = Locator.MyTrader.Account_Setting.value;\r\...
[ "0.6632283", "0.6441828", "0.64001787", "0.6346152", "0.58794963", "0.5843137", "0.58219737", "0.5787543", "0.5786847", "0.578086", "0.57627386", "0.57112235", "0.57033736", "0.56896365", "0.5688826", "0.5659082", "0.56417024", "0.560729", "0.5604973", "0.56046575", "0.559858...
0.5353914
54
Verify whether toll pop up displayed with correct toll name
@Then("^Display toll popup with correct toll name$") public void display_toll_popup_with_correct_toll_name() throws Throwable { Assert.assertTrue(CommonStepDefinitions.homePage.validateLiveTolls(prop.getProperty("desktop.selected.toll"))); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void verifyPresenterNameMatchedOnCourseInfoPage(String name) {\n \t Assert.assertEquals(presenterLabel.getText(),name);\n }", "@Test\n public void testWrongOpenHoursCheck() {\n window.textBox(\"storeNameTFld\").setText(\"store1\");\n window.textBox(\"numOfSeatsTFld\").se...
[ "0.6206638", "0.6029092", "0.59953636", "0.5822256", "0.5716721", "0.5713859", "0.5686331", "0.56670344", "0.5667033", "0.5664601", "0.56512314", "0.56436944", "0.56100374", "0.5584827", "0.5572161", "0.55629134", "0.55415004", "0.55398715", "0.5512817", "0.5510826", "0.54991...
0.820629
0
La subred => 198.160.2
public void getNetworkIPs(String subRed) { //ArrayList<String> disponibles = new ArrayList<String>(); //InetAddress servidor = null; for (int i = 1; i < 255; i++) { final int j = i; new Thread(() -> { try { String ser = subRed ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private String LightConversion() {\n\n int exponent = ((raw[19] & 0xC0) >> 6) + ((raw[20] & 0x03) << 2);\n int mantissa = ((raw[20] & 0xFC) >> 2) + ((raw[21] & 0x03) << 6);\n double value = (Math.pow(2.0, exponent)) * mantissa * 0.025;\n\n return Double.valueOf(threeDForm.format(value))...
[ "0.59948665", "0.58404243", "0.5602957", "0.5602957", "0.55565476", "0.55413014", "0.54533917", "0.5432967", "0.53995496", "0.53968066", "0.53850996", "0.53387696", "0.5294919", "0.5294124", "0.52636105", "0.52565014", "0.5225282", "0.51905465", "0.51905465", "0.5181381", "0....
0.0
-1
Any Open port on other machine openPort = 22 ssh, 80 or 443 webserver, 25 mailserver etc.
private boolean isReachable(String addr, int openPort) { try { ClienteUDP cliente = new ClienteUDP(addr); cliente.enviar("hola,df,df"); String rpta = cliente.recibir(); if(rpta.equals("hola")) return true; }catch(Exception e) ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void openport(String ipaddress, int portnumber) {\n\n try {\n this.socket = new Socket(ipaddress, portnumber);\n this.InStream = this.socket.getInputStream();\n this.OutStream = this.socket.getOutputStream();\n } catch (Exception var4) {\n ;\n ...
[ "0.628264", "0.62408566", "0.623582", "0.6153494", "0.61505276", "0.6148704", "0.6148704", "0.6148704", "0.61227685", "0.6094173", "0.6091545", "0.608308", "0.60749614", "0.6032988", "0.602406", "0.602406", "0.602406", "0.602406", "0.602406", "0.602406", "0.602406", "0.6024...
0.0
-1
default vertical alignment Creates a celleditor from a FormFieldComponent.
public FormFieldComponentCellEditor(FormFieldComponent editorComponent) { setEditorComponent(editorComponent); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Component getTableCellEditorComponent(JTable table,\r\n Object value,\r\n boolean isSelected,\r\n int row,\r\n int c...
[ "0.5779509", "0.5726742", "0.5684896", "0.547547", "0.5436216", "0.5352508", "0.53412664", "0.53306013", "0.5308889", "0.52515733", "0.5224087", "0.5213991", "0.51749605", "0.51694226", "0.51147205", "0.50617415", "0.5029998", "0.5009967", "0.49675035", "0.49581298", "0.49413...
0.5006596
18
Creates a celleditor with a default editing component.
public FormFieldComponentCellEditor() { this(new StringFormField()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected TreeCellEditor createTreeCellEditor() {\n\tBorder aBorder = UIManager.getBorder(\"Tree.editorBorder\");\n\tDefaultCellEditor editor = new DefaultCellEditor\n\t (new DefaultTextField(aBorder)) {\n\t public boolean shouldSelectCell(EventObject event) {\n\t\tboolean retValue = super.sho...
[ "0.63913405", "0.6182216", "0.60790735", "0.6051993", "0.6003717", "0.5897226", "0.5887033", "0.5874065", "0.58550787", "0.5793271", "0.5780534", "0.5749021", "0.5747774", "0.5703304", "0.5684259", "0.5671821", "0.5649315", "0.5595361", "0.55700946", "0.55536616", "0.55404085...
0.63329786
1
Sets the editor FormFieldComponent.
public void setEditorComponent (FormFieldComponent editor) { super.setEditorComponent(editor); defaultFormat = editor.getFormat(); defaultHorizontalAlignment = editor.getHorizontalAlignment(); defaultVerticalAlignment = JLabel.CENTER; if (editor instanceof FormTextArea) { // using a FormText...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public FormFieldComponent getEditorComponent() {\n return (FormFieldComponent)editor;\n }", "public FormFieldComponentCellEditor(FormFieldComponent editorComponent) {\n setEditorComponent(editorComponent);\n }", "public void setEditor(Editor editor)\n {\n this.editor = editor;\n...
[ "0.7296328", "0.69877803", "0.6417136", "0.63893247", "0.607599", "0.5959906", "0.59586847", "0.5854546", "0.5854546", "0.58511", "0.5795062", "0.5792093", "0.5772374", "0.57203716", "0.56771225", "0.55546117", "0.55387074", "0.5534631", "0.54549944", "0.5383722", "0.53716385...
0.67360145
2
Gets the current editor component.
@Override public FormFieldComponent getEditorComponent() { return (FormFieldComponent)editor; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public JawbComponent getEditorComponent () {\n if (editorComponent == null)\n initEditorComponent ();\n return editorComponent;\n }", "public Component getEditorComponent ()\r\n {\r\n return editor;\r\n }", "protected final JTextComponent getComponent() {\n return editor;\n }",...
[ "0.87984455", "0.8723224", "0.81440884", "0.7717952", "0.7517486", "0.74506146", "0.73953986", "0.7387162", "0.7385587", "0.7376131", "0.7352081", "0.72547257", "0.7157163", "0.7143282", "0.70814097", "0.70452106", "0.699219", "0.6956345", "0.6940736", "0.6940736", "0.686668"...
0.7157917
12
literals (pref, end, operators), variables (stems, operators, macros)
public MorphRule(String morphRuleStr) { this.morphrule = morphRuleStr; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private String processShorthand() {\n line = line.replace(\" \",\"\");\n StringBuilder result = new StringBuilder();\n StringBuilder variable = new StringBuilder();\n StringBuilder value = new StringBuilder();\n //This is to get the shorthand operator used.\n boolean equal...
[ "0.59805554", "0.5959672", "0.5959672", "0.5958913", "0.59210575", "0.591461", "0.5901314", "0.58975863", "0.5878692", "0.5829799", "0.58232784", "0.5804326", "0.5759074", "0.5698334", "0.5684242", "0.567672", "0.566835", "0.5661575", "0.5640531", "0.5629224", "0.5627988", ...
0.0
-1
Marker interface for L1Nodes with quoted content. The sematics are: This node contains only quoted chars, they must not be interpreted as special chars whereever they could be special. Of course, there is a exception: the slash ("/") is allways a slash in pattern matching, there is no way to quote a slash in pathnames....
public interface QuotedL1Node { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void quote() {\n text.append(\"\\'\");\n }", "private String doubleQuote( String raw ) { return '\"' + raw + '\"'; }", "Rule DoubleQuotedLiteral() {\n return Sequence(\n \"\\\"\",\n ZeroOrMore(NoneOf(\"\\\"\")),\n \"\\\"\");\n }", "priva...
[ "0.5090182", "0.5065827", "0.5045099", "0.5004481", "0.50039256", "0.49936187", "0.49907482", "0.4918722", "0.4889858", "0.48599917", "0.48310375", "0.48267403", "0.48211044", "0.482086", "0.47868472", "0.47867885", "0.47320047", "0.4707991", "0.46388534", "0.4623326", "0.460...
0.6321564
0
TODO: Warning this method won't work in the case the id fields are not set
@Override public boolean equals(Object object) { if (!(object instanceof Lin2006)) { return false; } Lin2006 other = (Lin2006) object; if ((this.lin2006PK == null && other.lin2006PK != null) || (this.lin2006PK != null && !this.lin2006PK.equals(other.lin2006PK))) { ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void setId(Integer id) { this.id = id; }", "private Integer getId() { return this.id; }", "public void setId(int id){ this.id = id; }", "public void setId(Long id) {this.id = id;}", "public void setId(Long id) {this.id = id;}", "public void setID(String idIn) {this.id = idIn;}", "public void se...
[ "0.6897049", "0.6839498", "0.67057544", "0.66417086", "0.66417086", "0.6592169", "0.6579292", "0.6579292", "0.6575263", "0.6575263", "0.6575263", "0.6575263", "0.6575263", "0.6575263", "0.656245", "0.656245", "0.65447694", "0.65251684", "0.6516205", "0.6487982", "0.6477638", ...
0.0
-1
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.id
public Long getId() { return id; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getId_number() {\n return id_number;\n }", "@Override\n\tpublic long getEmpId() {\n\t\treturn _employee.getEmpId();\n\t}", "public String getIdNo() {\n return idNo;\n }", "public String getIdNo() {\n return idNo;\n }", "public int getM_Product_ID() {\n\t\tInteger...
[ "0.60946685", "0.59125894", "0.58685845", "0.58685845", "0.5867823", "0.5867823", "0.5867823", "0.58332324", "0.58276016", "0.5818861", "0.57969147", "0.5777846", "0.5767743", "0.5763979", "0.5747412", "0.5738141", "0.57328075", "0.57327557", "0.5731548", "0.5726024", "0.5721...
0.0
-1
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.id
public void setId(Long id) { this.id = id; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setID(Number numID);", "public void setM_Product_ID (int M_Product_ID)\n{\nset_Value (\"M_Product_ID\", new Integer(M_Product_ID));\n}", "public void setM_Product_ID (int M_Product_ID);", "public void setM_Product_ID (int M_Product_ID);", "public void setM_Production_ID (int M_Production_ID);",...
[ "0.59670585", "0.5900585", "0.586083", "0.586083", "0.5856912", "0.57444435", "0.5713776", "0.567243", "0.56487375", "0.5643983", "0.5611246", "0.55613923", "0.5535575", "0.5535575", "0.5533423", "0.5523904", "0.54994905", "0.54952484", "0.54757744", "0.5467935", "0.54576606"...
0.0
-1
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.merType
public String getMertype() { return mertype; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Integer getMotType() {\n\t\treturn motType;\n\t}", "public Integer getMaterial_type() {\n return material_type;\n }", "public String getMptType() {\n return mptType;\n }", "public String getMiNo() {\r\n return miNo;\r\n }", "TypeAssociationEXT getEstPourTypeMateriel();"...
[ "0.5738208", "0.54363024", "0.5400017", "0.52423847", "0.5191768", "0.5162191", "0.5156442", "0.50609934", "0.5055393", "0.50259715", "0.5011505", "0.5009359", "0.50035197", "0.49979243", "0.49480584", "0.49301186", "0.49258634", "0.49051312", "0.48986235", "0.48560777", "0.4...
0.58383447
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.merType
public void setMertype(String mertype) { this.mertype = mertype == null ? null : mertype.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setMerkki(char merkki){\r\n this.merkki = merkki; \r\n }", "public void setMotType(Integer motType) {\n\t\tif (motType == null) {\n\t\t\tthis.motType = null;\n\t\t} else {\n\t\t\tthis.motType = motType;\n\t\t}\n\t}", "public void setMerReserved(String merReserved) {\n\t\tthis.merRe...
[ "0.55711496", "0.5303986", "0.50698966", "0.50199586", "0.48623177", "0.48216838", "0.47958973", "0.4794181", "0.47628537", "0.4714822", "0.4693759", "0.46499732", "0.46455193", "0.46418253", "0.46399832", "0.46172005", "0.46139824", "0.45711502", "0.45705277", "0.45579618", ...
0.47962186
6
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.num
public String getNum() { return num; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getNumMP(){\n\t\treturn numMP;\n\t}", "public String getMiNo() {\r\n return miNo;\r\n }", "public int getMp() \n\t{\n\t\treturn mp;\n\t}", "public String getNumber() {\n\t\treturn getValue(\"number\");\n\t}", "java.lang.String getNumber();", "java.lang.String getNumber();", "java.l...
[ "0.6602746", "0.6229399", "0.60524994", "0.6018422", "0.6010142", "0.6010142", "0.6010142", "0.5971874", "0.59384865", "0.5932117", "0.5891665", "0.5848714", "0.58337134", "0.57910883", "0.57626617", "0.5749802", "0.5749802", "0.5749432", "0.57308984", "0.57251257", "0.572512...
0.591893
11
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.num
public void setNum(String num) { this.num = num == null ? null : num.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setNum(int num) {\r\n this.num = num;\r\n }", "public void setNum(int num) {\n\t\tthis.num = num;\n\t}", "public void setNum (java.lang.Integer num) {\r\n\t\tthis.num = num;\r\n\t}", "public void setNum(Integer num) {\n this.num = num;\n }", "public void setNum(Integer num) ...
[ "0.6298667", "0.6222119", "0.6127516", "0.61058354", "0.61058354", "0.610248", "0.5913477", "0.58518386", "0.58501273", "0.58246905", "0.5790368", "0.5764769", "0.56376266", "0.5635374", "0.5585142", "0.5545568", "0.5530495", "0.5522852", "0.54858136", "0.54157764", "0.539670...
0.583394
10
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.validTime
public String getValidtime() { return validtime; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.util.Date getValidTime() {\r\n return validTime;\r\n }", "public java.lang.Long getValidToMillis() {\n return validToMillis;\n }", "public java.lang.Long getValidToMillis() {\n return validToMillis;\n }", "public Long getChecktime() {\n return checktime;\n }", "p...
[ "0.6474274", "0.60376173", "0.6029475", "0.5902972", "0.5840427", "0.5823002", "0.58028525", "0.55717045", "0.5540612", "0.55016625", "0.53859884", "0.5382644", "0.5267086", "0.5216481", "0.5198704", "0.51905274", "0.51792663", "0.5171899", "0.5156652", "0.5155262", "0.514717...
0.6963816
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.validTime
public void setValidtime(String validtime) { this.validtime = validtime == null ? null : validtime.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setValidTime(java.util.Date validTime) {\r\n this.validTime = validTime;\r\n }", "public String getValidtime() {\n return validtime;\n }", "public void setTime(){\n \tDatabaseManager.getDBM().setLockedTime(cal); \n }", "public java.util.Date getValidTime() {\r\n ...
[ "0.66046923", "0.5983328", "0.5845092", "0.572153", "0.5637941", "0.5582725", "0.5495182", "0.5479817", "0.54606915", "0.5404571", "0.5367408", "0.5367408", "0.5367408", "0.53505886", "0.5303649", "0.52670366", "0.5256985", "0.520029", "0.5151856", "0.5147368", "0.5147368", ...
0.60927975
1
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.oneMerchant
public Long getOnemerchant() { return onemerchant; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getMerchantNo();", "public Long getMerchantId()\n {\n return merchantId;\n }", "public Long getMerchantId() {\n return merchantId;\n }", "public java.lang.Long getMerchantId () {\r\n\t\treturn merchantId;\r\n\t}", "public String getMerchantId() {\n return merchantId;...
[ "0.6733171", "0.64096653", "0.630618", "0.613921", "0.6067672", "0.6067672", "0.6067672", "0.6067672", "0.60635847", "0.59224105", "0.5766007", "0.5681632", "0.565376", "0.56533366", "0.5646959", "0.5641026", "0.55306536", "0.55295724", "0.5505478", "0.54996437", "0.5449151",...
0.60923785
4
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.oneMerchant
public void setOnemerchant(Long onemerchant) { this.onemerchant = onemerchant; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setMerchantNum(String merchantNum) {\n this.merchantNum = FileUtils.hexStringFromatByF(10, \"\");\n }", "public void setMerchantId(Long merchantId) {\n this.merchantId = merchantId;\n }", "public Long getMerchantId()\n {\n return merchantId;\n }", "public void setJP_B...
[ "0.64300424", "0.6113805", "0.6019851", "0.6003249", "0.59822613", "0.59498894", "0.59498894", "0.59074974", "0.5833107", "0.5824657", "0.5824657", "0.5726773", "0.57207835", "0.5676078", "0.5676078", "0.5676078", "0.5676078", "0.5626262", "0.56137997", "0.5582946", "0.549028...
0.5866983
8
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.twoMerchant
public Long getTwomerchant() { return twomerchant; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getMerchantNo();", "public String getJP_BankDataCustomerCode2();", "public Long getMerchantId()\n {\n return merchantId;\n }", "public java.lang.String getMerchantTransNo () {\r\n\t\treturn merchantTransNo;\r\n\t}", "public int getProperty2() {\n return property2_;\n ...
[ "0.61377513", "0.57546604", "0.5603113", "0.55720276", "0.55499643", "0.55488145", "0.553884", "0.5479143", "0.5465626", "0.5465626", "0.5400951", "0.5396982", "0.53754044", "0.5354439", "0.5332357", "0.52906185", "0.5285692", "0.5266205", "0.5245513", "0.5225794", "0.5220536...
0.5608601
2
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.twoMerchant
public void setTwomerchant(Long twomerchant) { this.twomerchant = twomerchant; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);", "public void setMerchantNum(String merchantNum) {\n this.merchantNum = FileUtils.hexStringFromatByF(10, \"\");\n }", "public void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);", "public void setMerchantTra...
[ "0.63480365", "0.5898815", "0.57974195", "0.57307345", "0.56119287", "0.55252486", "0.5464291", "0.5464291", "0.5452505", "0.53874815", "0.53132725", "0.53132725", "0.5277599", "0.5256164", "0.5243542", "0.5231169", "0.52218574", "0.52218574", "0.5186691", "0.51849794", "0.51...
0.61074495
1
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.ThreeMerchant
public Long getThreemerchant() { return threemerchant; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getMerchantNo();", "public String getThirdNumber() {\n return thirdNumber;\n }", "public String getCol3value() {\n return col3value;\n }", "public java.lang.String getMerchantTransNo () {\r\n\t\treturn merchantTransNo;\r\n\t}", "@Override\n\tpublic int getField3() {\n\t\tr...
[ "0.58702505", "0.58076614", "0.5764264", "0.55039734", "0.5451649", "0.54129064", "0.54129064", "0.53944635", "0.53298277", "0.52698475", "0.5263792", "0.52530694", "0.5227366", "0.5226155", "0.521574", "0.5203305", "0.51962817", "0.51947266", "0.5191813", "0.509307", "0.5084...
0.5059752
23
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.ThreeMerchant
public void setThreemerchant(Long threemerchant) { this.threemerchant = threemerchant; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setMerchantNum(String merchantNum) {\n this.merchantNum = FileUtils.hexStringFromatByF(10, \"\");\n }", "public void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);", "public void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);", "@Override\n\tpublic void s...
[ "0.60044724", "0.5632943", "0.5417169", "0.5390416", "0.536188", "0.5305445", "0.52918625", "0.5287107", "0.5287107", "0.52756864", "0.5164459", "0.51341605", "0.5133608", "0.5123341", "0.51113313", "0.5097215", "0.5063969", "0.5062127", "0.5016571", "0.50114083", "0.49917057...
0.4827412
38
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.oneAgent
public Long getOneagent() { return oneagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setOneagent(Long oneagent) {\n this.oneagent = oneagent;\n }", "public java.lang.String getAgentNumber() {\r\n return agentNumber;\r\n }", "public String getAgentId() {\n return this.agentId;\n }", "public Integer getAgent() {\r\n return agent;\r\n }", "p...
[ "0.6104749", "0.61038446", "0.59569263", "0.59422904", "0.5893177", "0.58748704", "0.5869909", "0.5787809", "0.5776391", "0.56782156", "0.56457335", "0.54086936", "0.53882027", "0.5382781", "0.5346251", "0.53223884", "0.530866", "0.52871495", "0.52712476", "0.52587664", "0.52...
0.66920024
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.oneAgent
public void setOneagent(Long oneagent) { this.oneagent = oneagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setAgent(Integer agent) {\r\n this.agent = agent;\r\n }", "public Long getOneagent() {\n return oneagent;\n }", "public void setAgentNumber(java.lang.String agentNumber) {\r\n this.agentNumber = agentNumber;\r\n }", "public void setAgent(String agent)\n {\n this....
[ "0.63639575", "0.5865114", "0.577655", "0.5775388", "0.57455903", "0.56586456", "0.56516105", "0.56437546", "0.56437546", "0.55946463", "0.54746866", "0.54506063", "0.5425559", "0.5381447", "0.53747743", "0.5362624", "0.5309026", "0.52663726", "0.5262275", "0.5262275", "0.524...
0.6979044
0
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.twoAgent
public Long getTwoagent() { return twoagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setTwoagent(Long twoagent) {\n this.twoagent = twoagent;\n }", "public int getProperty2() {\n return property2_;\n }", "public int getProperty2() {\n return property2_;\n }", "public String getColumnNameTwo(){\n return columnNameTwoLbl.getText();\n ...
[ "0.66200304", "0.5821781", "0.57855415", "0.56868106", "0.56575143", "0.5595248", "0.54404575", "0.5415659", "0.5408638", "0.54064983", "0.539419", "0.5332674", "0.52958405", "0.52872235", "0.526595", "0.5258429", "0.5257282", "0.52492315", "0.5213436", "0.52006906", "0.51647...
0.71512127
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.twoAgent
public void setTwoagent(Long twoagent) { this.twoagent = twoagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Long getTwoagent() {\n return twoagent;\n }", "public void setAgent(Integer agent) {\r\n this.agent = agent;\r\n }", "public void setOneagent(Long oneagent) {\n this.oneagent = oneagent;\n }", "public void setAgentNumber(java.lang.String agentNumber) {\r\n this.age...
[ "0.62625617", "0.5819807", "0.55734926", "0.5457337", "0.5257064", "0.5231685", "0.5163021", "0.51296484", "0.51179016", "0.511128", "0.51071703", "0.50991356", "0.50892043", "0.5078423", "0.50740534", "0.50740534", "0.5073474", "0.5072953", "0.5019847", "0.5018603", "0.50032...
0.7365973
0
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.countyAgent
public Long getCountyagent() { return countyagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setCountyagent(Long countyagent) {\n this.countyagent = countyagent;\n }", "public Long getCityagent() {\n return cityagent;\n }", "public Number getAgentNoFk() {\r\n return (Number) getAttributeInternal(AGENTNOFK);\r\n }", "public void setCityagent(Long cityagent) {...
[ "0.6546524", "0.6116691", "0.55294716", "0.54924685", "0.5485768", "0.5481962", "0.547271", "0.546395", "0.5389522", "0.53533125", "0.5353064", "0.5345692", "0.52859575", "0.5279653", "0.5217674", "0.52131784", "0.5145228", "0.51403534", "0.50992376", "0.50535786", "0.5038684...
0.70557445
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.countyAgent
public void setCountyagent(Long countyagent) { this.countyagent = countyagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Long getCountyagent() {\n return countyagent;\n }", "public void setCityagent(Long cityagent) {\n this.cityagent = cityagent;\n }", "public void setAgent(Integer agent) {\r\n this.agent = agent;\r\n }", "public void setProvinceagent(Long provinceagent) {\n this.pro...
[ "0.62952995", "0.61941576", "0.5915021", "0.56107765", "0.5462223", "0.5445213", "0.5400472", "0.5371523", "0.5335997", "0.53164077", "0.5305936", "0.5305936", "0.52962416", "0.52707934", "0.5237122", "0.5188564", "0.51577", "0.5075161", "0.50750965", "0.50439936", "0.5043993...
0.7331369
0
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.cityAgent
public Long getCityagent() { return cityagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setCityagent(Long cityagent) {\n this.cityagent = cityagent;\n }", "public String getCityno() {\n return cityno;\n }", "public Long getCitiesCityCode() {\n return citiesCityCode;\n }", "public Long getCountyagent() {\n return countyagent;\n }", "public In...
[ "0.6584327", "0.61328423", "0.6022569", "0.60209346", "0.59617233", "0.5947774", "0.5935447", "0.5901055", "0.5901055", "0.5898084", "0.5898084", "0.58865887", "0.58794653", "0.5870358", "0.5870358", "0.5869066", "0.5838182", "0.58326584", "0.58056283", "0.5804711", "0.579591...
0.7127523
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.cityAgent
public void setCityagent(Long cityagent) { this.cityagent = cityagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Long getCityagent() {\n return cityagent;\n }", "public void setCity(Integer city) {\n this.city = city;\n }", "public void setCity(Integer city) {\n this.city = city;\n }", "public void setCountyagent(Long countyagent) {\n this.countyagent = countyagent;\n }", ...
[ "0.63638246", "0.61217886", "0.61217886", "0.60287434", "0.60151225", "0.5920781", "0.58818686", "0.58662874", "0.5864168", "0.58508766", "0.5827198", "0.5827198", "0.5804004", "0.57992405", "0.57923156", "0.5784736", "0.57700205", "0.57522565", "0.5739305", "0.57349265", "0....
0.71986747
0
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.provinceAgent
public Long getProvinceagent() { return provinceagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setProvinceagent(Long provinceagent) {\n this.provinceagent = provinceagent;\n }", "public Integer getProvinceid() {\n return provinceid;\n }", "public Integer getProvinceid() {\n return provinceid;\n }", "public Integer getProvince() {\n return province;\n ...
[ "0.6780136", "0.56256366", "0.56256366", "0.5604644", "0.5604644", "0.5517641", "0.5517641", "0.54281396", "0.54281396", "0.54281396", "0.5354953", "0.5354953", "0.53505754", "0.53505754", "0.53505754", "0.53505754", "0.53505754", "0.53505754", "0.53505754", "0.5307064", "0.5...
0.72236377
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.provinceAgent
public void setProvinceagent(Long provinceagent) { this.provinceagent = provinceagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Long getProvinceagent() {\n return provinceagent;\n }", "public void setProvince(Integer province) {\n this.province = province;\n }", "public void setProvince(Integer province) {\n this.province = province;\n }", "public void setProvince(String province) {\r\n thi...
[ "0.64654815", "0.5944819", "0.5944819", "0.5754577", "0.5754577", "0.5650735", "0.5637837", "0.5637837", "0.5637837", "0.5636056", "0.5388166", "0.5388166", "0.5366051", "0.53529054", "0.532534", "0.52976054", "0.528157", "0.5252492", "0.5252492", "0.5245404", "0.5245404", ...
0.74615
0
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.institution
public Long getInstitution() { return institution; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Long getInstitution_id() {\n return institution_id;\n }", "public String getInstitution() {\n return this.institution;\n }", "public String getInstitution()\n\t{\n\t\treturn this.institution;\n\t}", "public void setInstitution(Long institution) {\n this.institution = institution;\...
[ "0.6881057", "0.6717317", "0.66834533", "0.6407007", "0.640365", "0.61705846", "0.61026704", "0.60722023", "0.6056451", "0.57710797", "0.57624465", "0.57260716", "0.5705066", "0.56911576", "0.56220543", "0.5555804", "0.55174196", "0.5498171", "0.5326378", "0.52943975", "0.525...
0.71396357
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.institution
public void setInstitution(Long institution) { this.institution = institution; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setInstitution(String institution1) {\n this.institution = institution1;\n }", "public void setInstitution_id(Long institution_id) {\n this.institution_id = institution_id;\n }", "public void setInstitution( final String institution )\n\t{\n\t\tthis.institution = institution;\n\t}", ...
[ "0.6575533", "0.6490006", "0.64571613", "0.63534355", "0.626843", "0.6132972", "0.6019117", "0.58149076", "0.57761645", "0.5733954", "0.56421566", "0.55293965", "0.5419456", "0.53065586", "0.5260211", "0.5154281", "0.5152178", "0.51082397", "0.50404423", "0.5035555", "0.50082...
0.7079047
0
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.amount
public String getAmount() { return amount; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Long getAmount() {\n return amount;\n }", "public Long getAmount() {\n return amount;\n }", "public Long getAmount() {\n return amount;\n }", "public Long getAmount() {\n return amount;\n }", "public long getAmount() {\r\n return amount;\r\n }", "p...
[ "0.6372693", "0.6372693", "0.6372693", "0.6372693", "0.6158905", "0.6150242", "0.6112349", "0.6017065", "0.6017065", "0.59735197", "0.5944436", "0.5883904", "0.5867831", "0.580102", "0.5800891", "0.57931554", "0.57837456", "0.57837456", "0.57837456", "0.5782933", "0.57793343"...
0.5612368
40
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.amount
public void setAmount(String amount) { this.amount = amount == null ? null : amount.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setAmount(long amount);", "public void setAmount(long value) {\r\n this.amount = value;\r\n }", "public void setAmt(java.math.BigDecimal param) {\r\n this.localAmt = param;\r\n }", "public void setAmount(Long amount) {\n this.amount = amount;\n }", "public ...
[ "0.6421779", "0.6342244", "0.6200678", "0.6108661", "0.6108661", "0.6108661", "0.6108661", "0.5985847", "0.594769", "0.5943966", "0.5913408", "0.59033763", "0.5844616", "0.5844616", "0.5844616", "0.58341575", "0.58116144", "0.5805814", "0.57764727", "0.57741547", "0.5765816",...
0.0
-1
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.level
public String getLevel() { return level; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Integer getMlevel() {\n return mlevel;\n }", "public Long getLevel() {\r\n return (Long) getAttributeInternal(LEVEL);\r\n }", "public String getMlLevel() {\r\n return mlLevel;\r\n }", "public int getLevelNo() {\n return levelNo;\n }", "public Integer getLevelI...
[ "0.699455", "0.6488673", "0.64666164", "0.6406958", "0.62848365", "0.62390953", "0.62201166", "0.6215487", "0.6185992", "0.6178211", "0.6176739", "0.6176156", "0.61721915", "0.61579794", "0.6131719", "0.6131719", "0.6131719", "0.6131719", "0.6131719", "0.6113099", "0.6106807"...
0.60850996
26
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.level
public void setLevel(String level) { this.level = level == null ? null : level.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setMlevel(Integer mlevel) {\n this.mlevel = mlevel;\n }", "public void setLevel(Level level) throws SQLException\r\n\t{\r\n\t\tif (level == null)\r\n\t\t{\r\n\t\t\treturn;\r\n\t\t}\r\n\t\t\r\n\t\tString SQL_USER = \"UPDATE user SET level =? WHERE id=?;\";\t\t\r\n\t\ttry\r\n\t\t{\r\n\t\t\t//...
[ "0.6794887", "0.63049215", "0.6282915", "0.62185746", "0.62015414", "0.6159614", "0.6141597", "0.6062717", "0.6058848", "0.60509187", "0.60409737", "0.6038965", "0.6035624", "0.6034228", "0.6032683", "0.5962532", "0.59496874", "0.5926102", "0.5926102", "0.5926102", "0.5926102...
0.5504713
53
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.payType
public String getPaytype() { return paytype; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Integer getPayType() {\n\t\treturn payType;\n\t}", "public String getPayType() {\n return payType;\n }", "public String getPayType() {\n return payType;\n }", "@Override\n public String convertToDatabaseColumn(TransactionType transactionType) {\n if (transactionType == nu...
[ "0.6650202", "0.6580538", "0.6580538", "0.60417926", "0.5993838", "0.5986644", "0.5939317", "0.59123933", "0.589468", "0.588307", "0.58412576", "0.58395237", "0.58310777", "0.57920796", "0.572275", "0.5670641", "0.5655209", "0.56528085", "0.56489134", "0.56489134", "0.5648913...
0.63483626
3
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.payType
public void setPaytype(String paytype) { this.paytype = paytype == null ? null : paytype.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void queryByPaymentType(String payType) {\n\t\tPAYMENT_TYPE = payType;\n\t}", "public void setPayType(String payType) {\n this.payType = payType == null ? null : payType.trim();\n }", "public void setPayType(String payType) {\n this.payType = payType == null ? null : payType.trim();\n ...
[ "0.6389963", "0.63889015", "0.63889015", "0.6162612", "0.60713035", "0.5918396", "0.5918396", "0.5886985", "0.58778036", "0.5731292", "0.5723527", "0.56188226", "0.560882", "0.5582814", "0.55572456", "0.5507886", "0.5377308", "0.5326834", "0.53192484", "0.5283777", "0.5279869...
0.55294335
15
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.vipType
public String getViptype() { return viptype; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getSqlType() { return _type; }", "public Integer getVatType() {\r\n\t\treturn vatType;\r\n\t}", "ResultColumn getTypeIdColumn(TableReference tableReference);", "public String getMptType() {\n return mptType;\n }", "public int getTipoSql() {\n return tipoSql;\n }", "fi.kapsi...
[ "0.5868447", "0.5785235", "0.5771019", "0.57096195", "0.5661836", "0.5652982", "0.56043935", "0.5581096", "0.55734885", "0.5444195", "0.54400957", "0.54030883", "0.5394666", "0.53309584", "0.53309584", "0.53309584", "0.53309584", "0.53309584", "0.53309584", "0.53309584", "0.5...
0.59171104
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.vipType
public void setViptype(String viptype) { this.viptype = viptype == null ? null : viptype.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setIdVoteType( int idVoteType )\n {\n _nIdVoteType = idVoteType;\n }", "public void setMailType(int v) \n {\n \n if (this.mailType != v)\n {\n this.mailType = v;\n setModified(true);\n }\n \n \n }",...
[ "0.5619481", "0.5498958", "0.54630595", "0.5314751", "0.5246094", "0.5101773", "0.50755733", "0.50725245", "0.5072327", "0.5064169", "0.5048558", "0.5036305", "0.5034855", "0.50322866", "0.50290906", "0.5008291", "0.49985936", "0.49980932", "0.49883986", "0.4986356", "0.49801...
0.5791534
0
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.topAgent
public String getTopagent() { return topagent; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Number getAgentNoFk() {\r\n return (Number) getAttributeInternal(AGENTNOFK);\r\n }", "public String getTopnum() {\n return topnum;\n }", "public Integer getAgent() {\r\n return agent;\r\n }", "public java.lang.String getAgentNumber() {\r\n return agentNumber;\r\n ...
[ "0.6090851", "0.5987785", "0.5982128", "0.581261", "0.57266796", "0.5696453", "0.56426615", "0.5323059", "0.5296853", "0.52396095", "0.5231435", "0.52136505", "0.520864", "0.5203923", "0.51716465", "0.5161355", "0.5131998", "0.5116781", "0.51081717", "0.5070194", "0.5065648",...
0.66617113
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.topAgent
public void setTopagent(String topagent) { this.topagent = topagent == null ? null : topagent.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setAgent(Integer agent) {\r\n this.agent = agent;\r\n }", "public String getTopagent() {\n return topagent;\n }", "public void setTopnum(String topnum) {\n this.topnum = topnum;\n }", "public void setTwoagent(Long twoagent) {\n this.twoagent = twoagent;\n }...
[ "0.6086431", "0.56785303", "0.55865157", "0.54564154", "0.5377941", "0.5173748", "0.51460844", "0.5120784", "0.5114151", "0.5095915", "0.5093122", "0.50913244", "0.5075603", "0.50527513", "0.50527513", "0.50486887", "0.5048001", "0.5042733", "0.49881127", "0.4981998", "0.4964...
0.64254624
0
This method was generated by MyBatis Generator. This method returns the value of the database column t_mp_num.levelWeight
public Long getLevelweight() { return levelweight; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setLevelweight(Long levelweight) {\n this.levelweight = levelweight;\n }", "public Integer getMlevel() {\n return mlevel;\n }", "public int getWeight() {\n return parameter.getWeight();\n }", "public String getWeightUnit() {\n return (String) get(\"weight_unit...
[ "0.64300835", "0.6148921", "0.6069385", "0.6063182", "0.600119", "0.596947", "0.5935619", "0.589034", "0.58894676", "0.5875409", "0.5861565", "0.58510363", "0.5847897", "0.5839947", "0.5835685", "0.58336914", "0.5829046", "0.58236957", "0.5820961", "0.5808707", "0.580344", ...
0.7383077
0
This method was generated by MyBatis Generator. This method sets the value of the database column t_mp_num.levelWeight
public void setLevelweight(Long levelweight) { this.levelweight = levelweight; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Long getLevelweight() {\n return levelweight;\n }", "public void setWeight(final double pWeight){this.aWeight = pWeight;}", "public void setpWeight(int pWeight) {\n this.pWeight = pWeight;\n }", "public void setMlevel(Integer mlevel) {\n this.mlevel = mlevel;\n }", "pub...
[ "0.6471283", "0.6074667", "0.5922078", "0.5842921", "0.5841826", "0.5774737", "0.57434064", "0.57325053", "0.57212836", "0.5714365", "0.5705782", "0.56901026", "0.5683849", "0.56812584", "0.56802666", "0.56508553", "0.56397617", "0.5631138", "0.5624939", "0.5612928", "0.55986...
0.71299756
0
moves index to next Doc
@Override public void updateToNextDoc() { if(idx < postingList.size()) idx += postingList.get(idx+1)+2; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void moveNext()\n\t{\n\t\tif (cursor != null) \n\t\t{\n\t\t\tif (cursor == back) \n\t\t\t{\n\t\t\t\tcursor = null;\n index = -1; //added cause i was failing the test scripts and forgot to manage the indices \n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tcursor = cursor.next; //moves cursor toward back of t...
[ "0.68933016", "0.6860292", "0.6851571", "0.66036445", "0.6588952", "0.6542838", "0.64898974", "0.6339634", "0.62242126", "0.6160499", "0.6032072", "0.59595525", "0.59413", "0.5909608", "0.5901525", "0.58765805", "0.58636373", "0.58409613", "0.582506", "0.57981056", "0.5754589...
0.7478092
0
returns the next position in document sequence
@Override public int nextPos(){ if(pos<docPostingList.length) { return docPostingList[pos]; } return -1; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getPosition()\n {\n return m_sequence;\n }", "public int nextIndex() {\n\t\t\treturn cursor;\n\t\t}", "public abstract Position nextPosition(Position position);", "public int nextIndex()\n {\n // TODO: implement this method\n return -1;\n }", "private int...
[ "0.73315287", "0.719292", "0.7068866", "0.692017", "0.690599", "0.6857983", "0.68135357", "0.6813496", "0.67675036", "0.67432564", "0.6732417", "0.6689272", "0.6672428", "0.66280353", "0.6613563", "0.65752625", "0.65389615", "0.6535808", "0.6458399", "0.6423849", "0.63955534"...
0.73498726
0
/ Build Posting List for this Unordered Window
private void buildPostingList(){ boolean isEndOfList = false; // boolean moveToNextDoc = false; ArrayList<Integer> tempList = new ArrayList<>(); // tempList to hold doc wise posting List while(!isEndOfList){ boolean skipDoc = false; int doc = children.get(0).next...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void listAction() {\n TextWin newWindow = new TextWin(getSelectedCell());\n WindowUtils.avoidParent(newWindow, parentFrame);\n watchers.add(newWindow);\n }", "public void createNewList(ActionEvent actionEvent) {\n // ideally again, this would have its own window\n // ...
[ "0.5988327", "0.5559937", "0.543908", "0.5425774", "0.5420445", "0.54054135", "0.53559303", "0.5293337", "0.52800643", "0.5188987", "0.5187527", "0.51822066", "0.5166142", "0.5158807", "0.51209027", "0.5116124", "0.51155937", "0.5040405", "0.5008404", "0.5005362", "0.49980527...
0.5248545
9
Updates the docPostingList array to the document
private void updateDocPostingList(int docId){ int i = getIndexForDocument(docId); if(i==-1){ // document does not exist in posting list. Error out. System.err.println("Document not in List"); updateDocPostingList(this.postingList.get(0)); } int size =...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void updateToNextDoc() {\n if(idx < postingList.size())\n idx += postingList.get(idx+1)+2;\n }", "private void updateDocumentList(Response response) {\n\t\t\tfor (String doc : response.getEditorList()) {\n\t\t\t\tif (!RevisionList.this.listmodel.contains(doc))\n\t\t\t\t...
[ "0.66025186", "0.5978807", "0.53245443", "0.53075564", "0.52752584", "0.5224995", "0.5165847", "0.5163889", "0.5159986", "0.50679773", "0.5054795", "0.503741", "0.5012287", "0.50078195", "0.49915126", "0.49776915", "0.49601436", "0.4956072", "0.4954362", "0.4951993", "0.49509...
0.8206703
0
Returns the index at which this document exists in the posting List
private int getIndexForDocument(int docId){ int i = 0; while(i < this.postingList.size() && this.postingList.get(i) != docId){ i += this.postingList.get(i+1)+2; } if(i >= this.postingList.size()) return -1; // document does not exist in posting List. Return -1 ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public int nextPos(){\n if(pos<docPostingList.length) {\n\n return docPostingList[pos];\n\n }\n return -1;\n\n }", "public int getIndex()\n {\n return index;\n }", "public int getIndex() {\n return index;\n }", "public int getIndex() {\r\n retur...
[ "0.65622747", "0.64522076", "0.6448254", "0.6422895", "0.6422895", "0.64194834", "0.64194834", "0.64194834", "0.64194834", "0.64194834", "0.64194834", "0.6410809", "0.6400087", "0.63986653", "0.639682", "0.6392008", "0.6392008", "0.6392008", "0.6392008", "0.6392008", "0.63895...
0.7601457
0
skips past the position in docPostingList. Returns 1 if end of list
public int skipPastPosition(int pos){ int p = 0; while(p<docPostingList.length && docPostingList[p]<=pos) p++; if(p>=docPostingList.length) return -1; // end of list. return docPostingList[p]; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public int nextPos(){\n if(pos<docPostingList.length) {\n\n return docPostingList[pos];\n\n }\n return -1;\n\n }", "@Override\n public void updateToNextDoc() {\n if(idx < postingList.size())\n idx += postingList.get(idx+1)+2;\n }", "publ...
[ "0.7593913", "0.64612436", "0.6287553", "0.6236603", "0.57971954", "0.57640445", "0.57100517", "0.5580008", "0.5525419", "0.5486336", "0.5475061", "0.54270804", "0.54123855", "0.5391704", "0.53388226", "0.5326396", "0.52841836", "0.52608055", "0.525266", "0.5240906", "0.52403...
0.8014126
0
Skips idx to doc. Should preferably be called after hasMatch()
public boolean skipToDoc(int docId){ if(!this.hasMatch(docId)) return false; while(this.postingList.get(this.idx) != docId) this.idx += this.postingList.get(this.idx+1)+2; return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic int skipTo(int docId) {\n\t\treturn 0;\n\t}", "public SearchBuilder<T> skip(final int offset) {\n\t\tthis.offset = offset;\n\t\treturn this;\n\t}", "public int skipTo(int index) {\n\t\twhile(hasNext() && offset < index)\n\t\t\tnext();\n\t\treturn offset;\n\t}", "void skip(int index) throw...
[ "0.7072604", "0.6117972", "0.59022814", "0.5884213", "0.586702", "0.5702539", "0.55632687", "0.55033743", "0.5493307", "0.5444358", "0.54387367", "0.53985924", "0.53972775", "0.53876466", "0.5321624", "0.5289344", "0.5258604", "0.52371603", "0.5201394", "0.5195265", "0.518382...
0.6621353
1
ChromeOptions opt = new ChromeOptions(); opt.setHeadless(true);
@BeforeClass public static void setup() { System.setProperty("webdriver.chrome.driver", driverPath); driver = new ChromeDriver(); wait = new WebDriverWait(driver, 10); util = new Util(driver, wait); util.login(emailAddress, pwd); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static ChromeOptions setChromeOptions() {\n\t\t\tChromeOptions cOptions = new ChromeOptions();\n\t\t\tcOptions.addArguments(\"disable-infobars\");\n\t\t\t//cOptions.addArguments(\"--headless\", \"window-size=1920,1080\");\n\t\t\tcOptions.addArguments(\"--disable-notifications\");\n\t\t\treturn cOptions;\n\t...
[ "0.7396299", "0.6912096", "0.67882735", "0.6571952", "0.65674406", "0.65285647", "0.6475248", "0.62566274", "0.61946577", "0.61924076", "0.6174309", "0.613815", "0.6130195", "0.6075498", "0.60255355", "0.60232687", "0.59300965", "0.59206223", "0.5897919", "0.5860622", "0.5843...
0.0
-1
WebElement wb=driver.findElement(By.xpath("//span[.='Hello. Sign in']")); Actions act=new Actions(driver); act.moveToElement(wb).perform(); driver.findElement(By.xpath("//span[.='Sign Out']")).click(); driver.close();
@AfterMethod public void closeapp() { driver.quit(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void clickLogout() throws InterruptedException {\n\n logoutGuru99= driver.findElement(By.xpath(\"//a[contains(text(),'Log out')]\"));\n logoutGuru99.click();\n Thread.sleep(500);\n driver.quit();\n\n }", "@When(\"^Click on Sign Up Button$\")\npublic void click_on_Sign_Up...
[ "0.7703198", "0.7415503", "0.74098164", "0.7380709", "0.737615", "0.7256528", "0.7216754", "0.7163167", "0.7048579", "0.70316625", "0.7022921", "0.7022819", "0.6992356", "0.69759077", "0.69702494", "0.69217", "0.69052905", "0.6828672", "0.6824615", "0.67736524", "0.67609704",...
0.0
-1
Here the magic happens Recursive method which execute operations in order and also dealing parentheses expressions: 1: ^, sqrt 2: , / 3: +,
protected Double calculationEngine(String strExpression, List<Character> split) throws Exception { Pattern prio0 = Pattern.compile("[\\^]"); Pattern prio1 = Pattern.compile("[\\*\\/]"); Double result = 0.0; List<String> listExpressions = splitExpressions(strExpression, split); String lastOperat...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void recursion(final String expression, int countOperation) {\n int numberOfOperations=0;\n String operationString=expression.replace(\" \",\"\");\n for (int i=0; i<operationString.length()-1; i++)\n {\n if(expression.substring(i,i+1).matches(\"\\\\+\")\n ...
[ "0.71477723", "0.6928224", "0.67546463", "0.6746661", "0.6662835", "0.6643951", "0.66033053", "0.6454405", "0.64519256", "0.64446056", "0.642797", "0.641443", "0.63565457", "0.6341474", "0.6327548", "0.63258183", "0.6307139", "0.62927526", "0.6219473", "0.62060726", "0.619197...
0.5879024
47
I have to did this way in order to get the right content in the scenario with multiple parentheses ((())())
protected String getParenthesesContent(String expression, int begin) { Stack<Character> stack = new Stack<>(); for(int end = begin;end < expression.length(); end++) { Character c = expression.charAt(end); if(c == '(') { stack.push('('); } else if(c == ')') { stack.pop(); if(stack.em...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test(timeout = 4000)\n public void test157() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\"($mYG)Udli\");\n Token token0 = xPathLexer0.leftParen();\n assertEquals(1, token0.getTokenType());\n assertEquals(\"(\", token0.getTokenText());\n \n Token token1 = xPathLex...
[ "0.5656921", "0.55601406", "0.55601287", "0.5555252", "0.5530083", "0.55269134", "0.5513987", "0.5506644", "0.5428014", "0.54157263", "0.54049826", "0.54002255", "0.5394583", "0.53703487", "0.53575724", "0.5352101", "0.53517467", "0.5347607", "0.5326678", "0.53204733", "0.529...
0.5559247
3
convert methodfor example: if Operator= 'mul'> to 'Times' and if Operator= 'Times' > to 'mul' to fit the constructor
private static String ConvertOp(String Operator) { switch(Operator) { case "comp": { return "Comp"; } case "mul": { return "Times"; } case "div": { return "Divid"; } case "plus": { return "Plus"; } case "max": { return "Max"; } case "min": { return "Min"; } ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private DoubleBinaryOperator chooseOperator() {\n\t\tswitch(name) {\n\t\tcase \"+\":\n\t\t\treturn ADD;\n\t\t\t\n\t\tcase \"-\":\n\t\t\treturn SUB;\n\t\t\t\n\t\tcase \"*\":\n\t\t\treturn MULTIPLY;\n\t\t\t\n\t\tcase \"/\":\n\t\t\treturn DIVIDE;\n\t\t\t\n\t\tcase \"x^n\":\n\t\t\treturn POW;\n\t\t\t\n\t\tdefault:\n\t...
[ "0.66234756", "0.6540454", "0.65042174", "0.636095", "0.6279429", "0.61347085", "0.61224484", "0.60922194", "0.60922194", "0.60922194", "0.60798043", "0.59688526", "0.58893", "0.587462", "0.5832223", "0.58205956", "0.5806678", "0.57956475", "0.5784959", "0.5760347", "0.575984...
0.7065992
0
equals function compares current function f(x) values to f1(x) values between closed interval [x0,x1] with epsilon accuracy. when x belongs to [x0,x1] and we increase x`s value by step value
private boolean equals(function f1,double x0,double x1,double step) { double epsilon=0.0001; if(x0>=x1)throw new RuntimeException("x0`s value must be smaller then x1!!" ); if(step>(x1-x0)/2)throw new RuntimeException("step value must be <= (x1-x0)/2"); while(x0<=x1) { if(Math.abs(this.f(x0)-f1.f(x0))>epsi...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test\n \tpublic void testEqual() {\n \t\tAssert.assertTrue(f1.equals(f1));\n \t}", "private boolean isApproximatelyEqual(Node n, Node first) {\r\n\t\tDouble nwD = n.getWeightValueUnsynchronized(\"value\");\r\n\t\tdouble nw = nwD==null ? 1.0 : nwD.doubleValue();\r\n\t\tDouble fwD = first.getWeightValueUnsynchron...
[ "0.61208826", "0.5903816", "0.5783584", "0.57698876", "0.5730806", "0.56187135", "0.5608374", "0.5548254", "0.5504354", "0.5400719", "0.54006034", "0.5340525", "0.51925945", "0.51830214", "0.5179673", "0.5172285", "0.51708096", "0.51677233", "0.51610726", "0.51417035", "0.513...
0.83133334
0
TODO this will probably fail when stock are added to portfolio in some other way
public static PortfoliosModel getStockModelForAssociatedPortfolio(PCollection collection) { if (collectionsPortfolios.containsKey(collection.getName().toLowerCase())) { log.debug("Return Portfolio model for existing mapped collection: " + collection.getName()); return collectionsPortfolios.get(collection.getNam...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void buyStock(Stock stock) {\n\t\tportfolio.add(stock);\n\t}", "public void addStock(Stock stock) throws StockAlreadyExistsException, PortfolioFullException {\r\n\t\tboolean doesStockExists = false;\r\n\r\n\t\tfor (int i = 0; i < portfolioSize; i++){\r\n\t\t\tif (stockStatus[i].getSymbol().equals(stock.ge...
[ "0.69139105", "0.68215823", "0.6716515", "0.6712295", "0.66704947", "0.64989734", "0.6386601", "0.62768316", "0.6268673", "0.624811", "0.6225142", "0.62072074", "0.6181191", "0.61625445", "0.6124076", "0.6120187", "0.6101263", "0.6076248", "0.60733956", "0.6044304", "0.600098...
0.0
-1
TODO Autogenerated method stub
public static void main(String[] args) { Solution49 s49 = new Solution49(); int result=s49.strstr1("bcabc", "ab"); System.out.println(result); result=s49.strstr2("bcabc", "aab"); System.out.println(result); return; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
Initialize the contents of the frame.
private void initialize() { frmAddStudentGroup = new JFrame(); frmAddStudentGroup.getContentPane().setBackground(SystemColor.inactiveCaptionBorder); frmAddStudentGroup.setBackground(Color.YELLOW); frmAddStudentGroup.setResizable(false); frmAddStudentGroup.setTitle(" Time Table Management System"); frmAddStu...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public BreukFrame() {\n super();\n initialize();\n }", "public MainFrame() {\n\t\tsuper();\n\t\tinitialize();\n\t}", "private void initialize() {\n\t\tthis.setSize(211, 449);\n\t\tthis.setContentPane(getJContentPane());\n\t\tthis.setTitle(\"JFrame\");\n\t}", "public SiscobanFrame() {\r\n\t\tsuper();\r...
[ "0.77704835", "0.75652915", "0.7442664", "0.7369101", "0.7366378", "0.7358479", "0.73146075", "0.73096764", "0.72987294", "0.72978777", "0.7278321", "0.72729623", "0.7269468", "0.7269468", "0.7215727", "0.7180792", "0.71682984", "0.7140954", "0.7140953", "0.7126852", "0.71079...
0.0
-1
Home home = new Home(); home.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new Home(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Home() {\n initComponents();\n ShowLauncher();\n }", "public void goHome();", "public void gotoHome(){ application.gotoHome(); }", "private FXHome() {}", "public HomePage() {\n }", "public void home() {\n\t\tUserUI ui = new UserUI();\n\t\tui.start();\n\t}", "public static voi...
[ "0.72928286", "0.7264683", "0.720523", "0.70408523", "0.6984557", "0.696074", "0.6919641", "0.69099987", "0.6879576", "0.6867097", "0.68426764", "0.68422985", "0.6799225", "0.6765037", "0.676361", "0.6746435", "0.6733024", "0.6723352", "0.6691096", "0.6691096", "0.6691096", ...
0.0
-1
Add_Lecturer add_lecture = new Add_Lecturer(); add_lecture.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new Add_Lecturer(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Lecture() {\n\t\tthis.name = \"default lecture name\";\n\t\tthis.credits = 1.0;\n\t\tSystem.out.println(\"lecture created\");\n\t}", "public static void main(String[] args) {\n\t\t\r\n\t\tSystem.out.println(\"Welcome to our Java Tutorial Page\");\r\n\t\t\r\n\t\tStudent rookieStudent=new Student();\r\n\t\t...
[ "0.7093634", "0.6915391", "0.6585375", "0.64172554", "0.63688153", "0.63217735", "0.62181103", "0.6190159", "0.6177776", "0.61774766", "0.61292535", "0.61034906", "0.6074091", "0.60709935", "0.6054558", "0.6043117", "0.6040941", "0.6025791", "0.6017555", "0.598913", "0.598341...
0.5677967
80
Add_StudentGroup add_st= new Add_StudentGroup(); add_st.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new Add_StudentGroup(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void main (String[] arg){\n\n Student student1 = new Student();\n Student student2 = new Student(12345,\"Anh\",\"Pham\");\n Student student3 = new Student(27485,\"New\",\"Student\");\n\n System.out.println(student1);\n System.out.println(student2);\n System.o...
[ "0.7903365", "0.7005159", "0.6954559", "0.6851353", "0.6841363", "0.6831545", "0.67150146", "0.6628074", "0.66041577", "0.6587065", "0.6561647", "0.6524478", "0.6509013", "0.65080494", "0.64492327", "0.64488286", "0.64459354", "0.6431977", "0.63449687", "0.6321537", "0.630427...
0.634147
19
Add_Subjects add_sub= new Add_Subjects(); add_sub.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new Add_Subjects(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void main(String[] args) {\n Sal s=new Sal();\n s.getinfo();\n s.Addsal();\n s.Addwork();\n s.display();\n\t}", "public static void main(String[] args) {\n\t\tStatic_Demo s=new Static_Demo();\r\n\t\ts.add();\r\n\t\t\r\n\t\tStatic_Demo.sub();\r\n\r\n\t}", "private void sub() {\...
[ "0.6807049", "0.67640334", "0.6755928", "0.64443654", "0.6433523", "0.6401077", "0.6385301", "0.6210802", "0.61911607", "0.616586", "0.61190856", "0.60631245", "0.6054729", "0.60222125", "0.5992752", "0.59787947", "0.59178185", "0.59114695", "0.5909232", "0.5899433", "0.58759...
0.0
-1
Add_Session add_session= new Add_Session(); add_session.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new Add_Session(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "Session begin();", "public static void main(String args[]) throws Exception\r\n {\r\n\t HI_login hi= new HI_login();\r\n\t hi.HiLogin();\r\n\t \r\n\t ASP_Page asp=new ASP_Page();\r\n\t asp.VerifyAspPage();\r\n\t\r\n\t/*Acuity_admin_login admin= new Acuity_admin_login();\r\n\tadmin.acuity();\r\n\t*/\r\n\t\r\n\t/*...
[ "0.6690716", "0.6288554", "0.62846094", "0.62721866", "0.6265712", "0.6217781", "0.6162024", "0.6152425", "0.61449", "0.60977715", "0.5962124", "0.5878225", "0.5878225", "0.58522123", "0.5828959", "0.581904", "0.5817648", "0.57988095", "0.57891816", "0.57740414", "0.5755337",...
0.0
-1
Add_Tags add_tag= new Add_Tags(); add_tag.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new Add_Tags(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void getTagCommand() {\n\n }", "private TagHome( )\r\n {\r\n }", "void tag1() { }", "private void addAI(){\n\n }", "public static void main(){\n\t}", "public void main(){\n }", "public void Main(){\n }", "void pramitiTechTutorials() {\n\t\n}", "public Main() {\r\n\t}", "...
[ "0.63226587", "0.6240148", "0.6154858", "0.60634696", "0.60156226", "0.59822506", "0.5952908", "0.5941633", "0.59353894", "0.5931626", "0.5905735", "0.5905597", "0.58853686", "0.5868664", "0.5824387", "0.5823887", "0.5823887", "0.5778622", "0.5764667", "0.5760667", "0.5751204...
0.0
-1
ManageSessionsRooms m_rooms= new ManageSessionsRooms (); m_rooms.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new ManageSessionsRooms(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void main(String[] args) {\nnew room();\n\n\t}", "private static void performRoomManagement() {\n\t\t\r\n\t\t\r\n\r\n\t}", "private void createRooms()//refactored\n {\n currentRoom = RoomCreator.buildCurrentRooms();//new\n }", "Room mo12151c();", "public MyRoom() {\r\n }", "...
[ "0.70682466", "0.6883028", "0.6804415", "0.65642536", "0.65521705", "0.65003866", "0.64671576", "0.64671576", "0.64289534", "0.6357297", "0.63391656", "0.63232976", "0.62614787", "0.6260181", "0.62336814", "0.6230084", "0.6217123", "0.61671644", "0.61588275", "0.6124248", "0....
0.0
-1
AddWorkingdays w_days= new AddWorkingdays(); w_days.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new AddWorkingdays(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void main(String[] args) {\n\n\t\n\tSchool obj =new School();\n\tobj.studentfee();\t\n\t \n\t}", "public static void main(String[] args) {\n Sal s=new Sal();\n s.getinfo();\n s.Addsal();\n s.Addwork();\n s.display();\n\t}", "int main() \n{\n clas s;\n s.cal();\n retur...
[ "0.64324075", "0.62268865", "0.61989194", "0.6171247", "0.6169126", "0.6165336", "0.6080239", "0.60196406", "0.60159546", "0.59797144", "0.59454143", "0.59396374", "0.5931076", "0.59097725", "0.59005904", "0.5899089", "0.5881059", "0.5846416", "0.58209854", "0.5813453", "0.58...
0.5692316
31
ManageLocations m_locations= new ManageLocations(); m_locations.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new ManageLocations(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void getLocation(){\n }", "public static void main(String[] args) {\n AccessManagement accessManagement = new AccessManagement();\n //System.out.print(location1.direction);\n }", "public MyLocation() {}", "public static void main(String[] args) {\n\nCeo c=new Manager();\nc.manage()...
[ "0.6376541", "0.63727856", "0.63642025", "0.6320977", "0.62862515", "0.62776315", "0.622821", "0.6218433", "0.61355275", "0.60879195", "0.60710496", "0.60601294", "0.5980754", "0.59795386", "0.59729725", "0.5945925", "0.5944389", "0.59385556", "0.59357363", "0.592614", "0.591...
0.0
-1
Statistics stat= new Statistics (); stat.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new Statistics(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void statistics();", "public Statistics() {}", "public Statistics() {\n }", "public static void showStatistics(){\n\n }", "public SmallStatistic() {\n\n }", "static void jstat() {\n\n }", "void printStats();", "public StStatutesub() {\n }", "public void computeStats() {\n\t\tstats = ...
[ "0.7758431", "0.740626", "0.7343393", "0.7262991", "0.6689851", "0.66711974", "0.6645592", "0.66384614", "0.6532945", "0.6513251", "0.6413941", "0.6401137", "0.6393964", "0.6368531", "0.6331462", "0.63255703", "0.6321758", "0.6315645", "0.6315492", "0.6306428", "0.62664", "...
0.0
-1
Consecutive_sessions a_session= new Consecutive_sessions (); a_session.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new Consecutive_sessions(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void run() {\r\n\t\t\tactivityStartTimestamp = startTimestamp + lastCommandTimestamp;\r\n//\t\t\tSystem.out.println(\"Session started\");\r\n\t\t\tActivitySessionStarted.newCase(this, activityStartTimestamp);\r\n//\t\t\tDate startDate = new Date(); // make this global also\r\n\t\t\t startDate = new Date(); ...
[ "0.6544945", "0.6389057", "0.60314673", "0.6001268", "0.58544075", "0.584698", "0.58433443", "0.5803247", "0.578226", "0.577024", "0.5690853", "0.55903023", "0.5561625", "0.5544395", "0.55428183", "0.55304086", "0.55293524", "0.55089694", "0.5502198", "0.544968", "0.5430016",...
0.0
-1
Consecutive_sessions a_session= new Consecutive_sessions (); a_session.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new Lecturer(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void run() {\r\n\t\t\tactivityStartTimestamp = startTimestamp + lastCommandTimestamp;\r\n//\t\t\tSystem.out.println(\"Session started\");\r\n\t\t\tActivitySessionStarted.newCase(this, activityStartTimestamp);\r\n//\t\t\tDate startDate = new Date(); // make this global also\r\n\t\t\t startDate = new Date(); ...
[ "0.65454066", "0.6389412", "0.6033127", "0.6001602", "0.58551043", "0.5847426", "0.5842997", "0.5803257", "0.578237", "0.577128", "0.56913525", "0.55908465", "0.55611455", "0.5545269", "0.55432606", "0.5531598", "0.5529778", "0.55082226", "0.5502439", "0.5449748", "0.5430614"...
0.0
-1
NotAvailableTime not= new NotAvailableTime(); not.main(null);
public void actionPerformed(ActionEvent e) { frmAddStudentGroup.dispose(); new NotAvailableTime(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FreeTime() {}", "public EatTime() {\n }", "public TimeTravel() {\r\n\t\t}", "protected Time() {\n\t}", "public static void main(String[] args) {\n Time time = new Time();\r\n\t\tSystem.out.println(time.toString());\r\n\r\n\t}", "private TimeUtil() {}", "public static void main(...
[ "0.69082993", "0.64178705", "0.63905436", "0.62765455", "0.61669236", "0.61576277", "0.61495024", "0.6115709", "0.60594213", "0.5983445", "0.5976925", "0.5974933", "0.5944891", "0.59034234", "0.5862753", "0.5789801", "0.5756207", "0.5719635", "0.5683992", "0.5683992", "0.5683...
0.0
-1
ControllerPart is used to control an entity with a collection of behaviours for which it also serves as a collection. Behavious are stored in a way similar to the entity Entity HashMap. Get, replace, remove methods not implemented as they are not yet needed.
public <T extends Behaviour> boolean has(Class<T> behaviourClass) { return behaviours.containsKey(behaviourClass); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface ThrottleMediatorPropertiesEditionPart {\n\n\t/**\n\t * @return the commentsList\n\t * \n\t */\n\tpublic EList getCommentsList();\n\n\t/**\n\t * Defines a new commentsList\n\t * @param newValue the new commentsList to set\n\t * \n\t */\n\tpublic void setCommentsList(EList newValue);\n\n\t/**\n\t * ...
[ "0.56636536", "0.55948496", "0.5565017", "0.5471189", "0.5448698", "0.54395163", "0.52978367", "0.51947707", "0.5194202", "0.51638186", "0.5138217", "0.51166135", "0.51164496", "0.50227004", "0.49996325", "0.4981187", "0.49749827", "0.49593124", "0.4944438", "0.4908836", "0.4...
0.0
-1
return true if two strings differ in exactly one letter
public static boolean isNeighbor(String a, String b) { assert a.length() == b.length(); int differ = 0; for (int i = 0; i < a.length(); i++) { if (a.charAt(i) != b.charAt(i)) differ++; if (differ > 1) return false; } return ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private static boolean letterDifferByOne(String word1, String word2) {\n if (word1.length() != word2.length()) {\n return false;\n }\n\n int differenceCount = 0;\n for (int i = 0; i < word1.length(); i++) {\n if (word1.charAt(i) != word2.charAt(i)) {\n ...
[ "0.8223656", "0.7759652", "0.75793445", "0.7547023", "0.7379117", "0.72285545", "0.72124815", "0.7175379", "0.7086983", "0.7080199", "0.7058158", "0.701928", "0.7015631", "0.69687355", "0.6963736", "0.69634694", "0.69354784", "0.68933463", "0.68850124", "0.68340516", "0.68221...
0.6067544
86
Read a list pf strings, all of the same length.
public static void main(String[] args) { In in = new In(args[0]); IndexSET<String> words = new IndexSET<String>(); while (!in.isEmpty()) { String word = in.readString(); words.add(word); } System.err.println("Finished reading word list"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "List<String[]> readAll();", "public static String[] readStrings() {\n return readAllStrings();\n }", "public List<String> read()\n\t{\n\t\treturn null;\n\t}", "public List<String> readFileIntoList(String filepath) throws IOException;", "String getStringList();", "List<T> read();", "List<T> ...
[ "0.72155714", "0.69461167", "0.6594252", "0.6424665", "0.6401839", "0.6387264", "0.6380512", "0.63130856", "0.62731576", "0.62649566", "0.6231889", "0.62134904", "0.6211056", "0.619637", "0.619572", "0.6188771", "0.61575335", "0.61162645", "0.60928315", "0.6088306", "0.601127...
0.0
-1
TO DO: fill the code below and add JavaDoc
public CardSwitch(Rank r, Suit s){ // constructor to create card for the game Switch }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public int describeContents() { return 0; }", "@Override\n public void perish() {\n \n }", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\r\n\t...
[ "0.6101758", "0.6023872", "0.59950536", "0.59907824", "0.5981643", "0.5899271", "0.5890819", "0.5878374", "0.5866157", "0.5866157", "0.5846889", "0.5805267", "0.5801695", "0.579771", "0.5779771", "0.574615", "0.5746049", "0.57038987", "0.57038987", "0.57038987", "0.57038987",...
0.0
-1
checks if two cards equals and returns a boolean
@Override public boolean equals(Card anotherCard){ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static boolean sameCard(Card card1, Card card2){\r\n return (card1.rank == card2.rank && card1.suit == card2.suit);\r\n }", "public boolean equals(Card other) {\n return this.compareTo(other) == 0;\n }", "boolean similarCard(Card c);", "public boolean matches(Card otherCard) {\r\n ...
[ "0.807541", "0.7702625", "0.7611307", "0.75916094", "0.75570923", "0.7429845", "0.7394734", "0.72193563", "0.7197877", "0.7136484", "0.7112749", "0.7078676", "0.7065867", "0.7038399", "0.7020218", "0.69912726", "0.69863045", "0.6960764", "0.6859821", "0.68569267", "0.6810141"...
0.7556486
5
return points of the card
@Override public int getPoints(){ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int points() {\n\t\treturn cards[0].points() + cards[1].points() + cards[2].points();\n\t}", "public int getPoints();", "public int getPoints() { return points; }", "int getPoints();", "public int getPoints(){\r\n\t\treturn this.points;\r\n\t}", "public int getPoints(){\r\n\t\treturn this.points;\...
[ "0.80917513", "0.738216", "0.7365589", "0.7338494", "0.7327437", "0.7327437", "0.7327084", "0.7327084", "0.7327084", "0.7327084", "0.7285123", "0.72572494", "0.72102106", "0.7195674", "0.7147995", "0.7144143", "0.71136916", "0.7102207", "0.70387816", "0.7006211", "0.70013285"...
0.68785584
22
convert card to string consisting of as "(rank,suit)" see examples below for format
@Override public String toString(){ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String toString() {\n // return \"Card {suit: \"+getSuitString()+\", rank: \"+getRankString()+\"}\";\n return \"{\"+getSuitString()+\",\"+getRankString()+\"}\";\n }", "public static String cardToString(int card){\n StringBuffer sb = new StringBuffer(\"\");\n //add the suit o...
[ "0.75342786", "0.7420282", "0.73644125", "0.7259153", "0.72054434", "0.7141901", "0.7055332", "0.69973767", "0.6981261", "0.6820901", "0.68103766", "0.6805153", "0.67881024", "0.67445594", "0.662979", "0.6620053", "0.6603597", "0.65374446", "0.65338737", "0.6532252", "0.65207...
0.0
-1
example test code... edit this as much as you want!
public static void main(String[] args) { CardSwitch card = new CardSwitch(Card.Rank.ACE, Card.Suit.SPADES); if (card.getRank().equals(Card.Rank.ACE)){ System.out.println("Yay 1"); } if (card.toString().equals("(ACE,SPADES)")){ System.out.println("Yay 2"); } if (card.getPoints()==1){ System.o...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void test() {\n\n\t}", "@Override\r\n\t\t\tpublic void test() {\n\t\t\t}", "private test5() {\r\n\t\r\n\t}", "@Override\n public void runTest() {\n }", "@Override\n\tpublic void test() {\n\t\t\n\t}", "@Test\n public void testQuickMapList() {\n//TODO: Test goes here... \n }", "public...
[ "0.6747402", "0.66337234", "0.6186492", "0.61541456", "0.6133403", "0.60006374", "0.5987847", "0.5981586", "0.59664655", "0.5954129", "0.59234", "0.5922196", "0.59073395", "0.5899989", "0.58935195", "0.5882696", "0.5868838", "0.5860713", "0.5854798", "0.58367014", "0.58234143...
0.0
-1
TODO Autogenerated method stub
@Override public void onClick(View arg0) { session.logoutUser(); Toast.makeText(getApplicationContext(), "Anda Sudah Keluar!", Toast.LENGTH_LONG).show(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
TODO Autogenerated method stub
@Override public void onClick(View arg0) { Intent i = new Intent(Akun.this, Riwayat_pemesanan.class); startActivity(i); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
TODO Autogenerated method stub
@Override public void onClick(View v) { Intent i = new Intent(Akun.this, Home.class); startActivity(i); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
TODO Autogenerated method stub
@Override public void onClick(View v) { Intent i = new Intent(Akun.this, Tukang.class); startActivity(i); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1