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
Fetches Deposit Account Balance for selected Account You should map balance inside AccountSelected object along with accountId which is required
public ResponseEntity<DepositAccountBalanceResponse> getDepositAccountBalanceResponseEntity(String customerId, String accountId, String accessToken) { DepositAccountBalanceResponse response = new DepositAccountBalanceResponse(); try { HttpResponse<String> apiResponse = Unirest.get(propertyUtil ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void getBalance( Integer account_id ){\r\n\r\n Map<String, String> params = new HashMap<>();\r\n params.put(\"account_id\", String.valueOf(account_id));\r\n String url = API_DOMAIN + ACCOUNT_EXT + GET_BALANCE;\r\n this.makeVolleyRequest( url, params );\r\n }", "public Accoun...
[ "0.690923", "0.6792055", "0.66004276", "0.62962204", "0.628381", "0.62834007", "0.6239266", "0.61846197", "0.61409074", "0.6111476", "0.6046611", "0.603189", "0.6003397", "0.5998494", "0.5986488", "0.59624803", "0.5952425", "0.5923238", "0.59191", "0.5918581", "0.5887684", ...
0.6072647
10
Fetches Loan Account Balance for selected Account You should map balance inside AccountSelected object along with accountId which is required
public ResponseEntity<LoanAccountBalanceResponse> getLoanAccountBalanceResponseEntity(String customerId, String accountId, String accessToken) { LoanAccountBalanceResponse response = new LoanAccountBalanceResponse(); try { HttpResponse<String> apiResponse = Unirest.get(propertyUtil.getAPIU...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void getBalance( Integer account_id ){\r\n\r\n Map<String, String> params = new HashMap<>();\r\n params.put(\"account_id\", String.valueOf(account_id));\r\n String url = API_DOMAIN + ACCOUNT_EXT + GET_BALANCE;\r\n this.makeVolleyRequest( url, params );\r\n }", "@Override\n ...
[ "0.6868144", "0.664009", "0.64164406", "0.6289844", "0.5998576", "0.5988823", "0.5981434", "0.59385955", "0.59287417", "0.59134686", "0.5905982", "0.58935094", "0.5887234", "0.58867747", "0.58540565", "0.5835276", "0.581208", "0.5795954", "0.57925725", "0.578123", "0.57809347...
0.5887776
12
Created by Aktorius on 27/04/2017.
public interface ContactListView { void onContactAdded(User user); void onContactChanged(User user); void onContactRemoved(User user); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void perish() {\n \n }", "public final void mo51373a() {\n }", "private stendhal() {\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\r\n\tpublic...
[ "0.60596424", "0.58972275", "0.5805746", "0.57706416", "0.57522637", "0.57199925", "0.57164013", "0.5686387", "0.567742", "0.567742", "0.56422246", "0.56221676", "0.5616829", "0.56026477", "0.55857307", "0.5563162", "0.5539004", "0.5534119", "0.55178714", "0.5507278", "0.5503...
0.0
-1
Creates new form ListaMedicosJFrame
public ListaMedicosJFrame() { initComponents(); preencheTabela(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public NewJFrame() {\n initComponents();\n IniciarTabla();\n \n \n // ingreso al githup \n \n }", "public VentanaFichaMedica() {\n initComponents(); \n setSize(1195, 545);\n setIcon();\n setLocationRelativeTo(null);\n setResizab...
[ "0.68753636", "0.68605137", "0.68536735", "0.67665184", "0.6666117", "0.65822184", "0.6573808", "0.6573219", "0.65690076", "0.6541961", "0.6533659", "0.65155905", "0.649586", "0.6489574", "0.6482677", "0.64716756", "0.6463121", "0.6415654", "0.641351", "0.64121556", "0.639452...
0.85338914
0
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
@SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { titulojLabel = new javax.swing.JLabel(); jSeparator1 = new javax.swing.JSeparator(); jScrollPane1 = new javax.swing.JScrollPane(); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Form() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public frmRectangulo() {\n initComponents();\n }", "public form() {\n ...
[ "0.7321342", "0.7292121", "0.7292121", "0.7292121", "0.72863305", "0.7249828", "0.7213628", "0.7209084", "0.7197292", "0.71912086", "0.7185135", "0.7159969", "0.7148876", "0.70944786", "0.70817256", "0.7057678", "0.69884527", "0.69786763", "0.69555986", "0.69548863", "0.69453...
0.0
-1
Highlights a view navigation button as the currently active view in the menu. This method does not perform the actual navigation.
public void setActiveView(String viewName) { for (AbstractComponent button : viewMenuItemMap.values()) { button.removeStyleName("selected"); } AbstractComponent selected = viewMenuItemMap.get(viewName); if (selected != null) { selected.addStyleName("selected...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void setActiveView(ViewFrame activeView);", "View getActiveView();", "public void onClick(View view) {\n\t\tint id = view.getId();\n\t\tif(navigateMap.indexOfKey(id) >= 0) {\n\n\t\t\tif(!view.isSelected()) {\n\t\t\t\t//当前非选中状态:需切换到新内容\n\t\t\t\thideorshow(getSupportFragmentManager(), id);\n\t\t\t} else {\n\t\t\...
[ "0.6414043", "0.63873845", "0.6010881", "0.5937377", "0.56577826", "0.56555927", "0.56341934", "0.55427074", "0.55179673", "0.5509693", "0.55085796", "0.549821", "0.54669595", "0.5449899", "0.54205835", "0.537864", "0.5367202", "0.5363608", "0.5346941", "0.5345001", "0.533291...
0.67536855
0
Initialize your data structure here.
public InsertDeleteGetRandom_380() { nums = new int[1000000]; size = 0; lookup = new HashMap<>(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initData() {\n }", "private void initData() {\n\t}", "private void initData() {\n\n }", "public void initData() {\n }", "public void initData() {\n }", "@Override\n\tpublic void initData() {\n\n\n\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\...
[ "0.79946685", "0.7973242", "0.7808862", "0.77763873", "0.77763873", "0.7643394", "0.76371324", "0.76371324", "0.76371324", "0.76371324", "0.76371324", "0.76371324", "0.75553316", "0.7543321", "0.7543321", "0.75426376", "0.75426376", "0.75426376", "0.7532583", "0.75228804", "0...
0.0
-1
Inserts a value to the set. Returns true if the set did not already contain the specified element.
public boolean insert(int val) { if (lookup.containsKey(val)) return false; nums[size] = val; lookup.put(val, size); size++; return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean insert(int val) {\r\n return set.add(val);\r\n }", "public boolean insert(int val) {\n if (!set.contains(val)) {\n set.add(val);\n return true;\n } else return false;\n }", "public boolean insert(int val) {\n if (set.containsKey(val)) r...
[ "0.7449179", "0.744625", "0.715937", "0.6881927", "0.6788543", "0.6713296", "0.6639101", "0.6588095", "0.65269464", "0.6519418", "0.64809257", "0.64618194", "0.6431802", "0.642108", "0.6410042", "0.6406338", "0.6388094", "0.6344363", "0.6337418", "0.6330955", "0.63071275", ...
0.60908645
33
Removes a value from the set. Returns true if the set contained the specified element.
public boolean remove(int val) { if (!lookup.containsKey(val)) return false; int index = lookup.get(val); lookup.remove(val); size--; nums[index] = nums[size]; nums[size] = 0; lookup.replace(nums[index], index); return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean remove(int val) {\n if (set.contains(val)) {\n set.remove(val);\n return true;\n } else return false;\n }", "public boolean remove(int val) {\r\n return set.remove(val);\r\n }", "public boolean remove(Object value)\r\n {\r\n if (!contains(valu...
[ "0.7354486", "0.73387444", "0.68680793", "0.685072", "0.6805884", "0.67954975", "0.6790594", "0.66900486", "0.66587603", "0.6624085", "0.659041", "0.6559723", "0.6537302", "0.6475048", "0.6425499", "0.64148617", "0.6388558", "0.6384977", "0.63015765", "0.62997025", "0.6282977...
0.573391
79
Get a random element from the set.
public int getRandom() { int index = (int) Math.floor(Math.random() * size); return nums[index]; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getRandom() {\n int idx;\n Random rand;\n \n rand = new Random();\n idx = rand.nextInt(set.size());\n return set.get(idx);\n }", "public int getRandom() {\r\n var list = new ArrayList<>(set);\r\n return list.get(new Random().nextInt(set.size()...
[ "0.7917644", "0.77223146", "0.7354531", "0.7304239", "0.7300082", "0.71268517", "0.7075558", "0.70541334", "0.7022889", "0.70020205", "0.69244874", "0.68542874", "0.68402725", "0.6809978", "0.6791676", "0.6768505", "0.6691955", "0.6679453", "0.66532904", "0.6645758", "0.66311...
0.6086748
68
Appliserer angitt funksjon til hver ytelse som matcher dette filteret.
public void forFilter(Consumer<Ytelse> consumer) { getAlleYtelser().forEach(consumer); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public int filterOrder() {\n return 1;\n }", "@Override\n public int filterOrder() {\n return 1;\n }", "public abstract void filter();", "String getFilter();", "boolean doFilter() { return false; }", "java.lang.String getFilter();", "@Override\n public boolean s...
[ "0.70683503", "0.70683503", "0.70643", "0.69877625", "0.69415206", "0.6873778", "0.6858426", "0.681996", "0.6815867", "0.6781572", "0.67802376", "0.6730366", "0.66863406", "0.6682657", "0.66704845", "0.66028255", "0.65506226", "0.6510231", "0.6438123", "0.6429805", "0.6417472...
0.0
-1
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.TIMEID
public String getTimeid() { return timeid; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getC_UOM_Time_ID() {\n\t\tInteger ii = (Integer) get_Value(\"C_UOM_Time_ID\");\n\t\tif (ii == null)\n\t\t\treturn 0;\n\t\treturn ii.intValue();\n\t}", "private LocalTime get_TIME(int column) {\n // Time column is always 8 chars long\n String timeString = dataBuffer_.getCharSequence(colum...
[ "0.6980576", "0.67208", "0.65963036", "0.64613014", "0.642991", "0.6325258", "0.621178", "0.6199162", "0.6197439", "0.6197439", "0.61886585", "0.61800444", "0.61598706", "0.6158221", "0.61534834", "0.61534834", "0.61534834", "0.6139971", "0.6136987", "0.61314946", "0.6115075"...
0.7310558
0
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.TIMEID
public void setTimeid(String timeid) { this.timeid = timeid == null ? null : timeid.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setC_UOM_Time_ID(int C_UOM_Time_ID) {\n\t\tif (C_UOM_Time_ID <= 0)\n\t\t\tset_Value(\"C_UOM_Time_ID\", null);\n\t\telse\n\t\t\tset_Value(\"C_UOM_Time_ID\", new Integer(C_UOM_Time_ID));\n\t}", "public void setTime(long time,int ento){ \r\n\t}", "private void setTime(long value) {\n \n ...
[ "0.67791843", "0.64723706", "0.6401084", "0.6401084", "0.6401084", "0.63502765", "0.6288228", "0.6258627", "0.6240619", "0.62224454", "0.6216728", "0.6216728", "0.6216728", "0.6216728", "0.62050873", "0.6197746", "0.6185255", "0.6171685", "0.61694443", "0.6079975", "0.6060784...
0.65640014
1
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.PUS_MESSAGE_TYPE
public String getPusMessageType() { return pusMessageType; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setPusMessageType(String pusMessageType) {\n this.pusMessageType = pusMessageType == null ? null : pusMessageType.trim();\n }", "public String getSuptypeNo() {\n return suptypeNo;\n }", "public Integer getMessageType() {\n return messageType;\n }", "public MPTMessage...
[ "0.67385244", "0.62301457", "0.61865246", "0.6139584", "0.6109824", "0.6091729", "0.6018575", "0.5997482", "0.5979067", "0.5968354", "0.58940065", "0.5860967", "0.58341414", "0.58126426", "0.57685536", "0.5737607", "0.5699403", "0.56794024", "0.567628", "0.5667691", "0.565812...
0.7431274
0
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.PUS_MESSAGE_TYPE
public void setPusMessageType(String pusMessageType) { this.pusMessageType = pusMessageType == null ? null : pusMessageType.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getPusMessageType() {\n return pusMessageType;\n }", "public void setMessageType(Integer messageType) {\n this.messageType = messageType;\n }", "public void setMessageType(MessageType messageType) {\n this.messageType = messageType;\n }", "public void setMessageT...
[ "0.6269019", "0.6020083", "0.5970809", "0.5952979", "0.5884245", "0.5767863", "0.5728316", "0.569619", "0.5653927", "0.5506985", "0.5435012", "0.54292995", "0.5387085", "0.5374527", "0.5292778", "0.5247083", "0.5231907", "0.52188325", "0.52165204", "0.5212418", "0.5112655", ...
0.73889256
0
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.TSMESSTYPE
public String getTsmesstype() { return tsmesstype; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "gov.nih.nlm.ncbi.www.MedlineSiDocument.MedlineSi.Type getType();", "@JsProperty(name = \"msType\")\n public native String getMsType();", "com.google.cloud.tpu.v1.Symptom.SymptomType getSymptomType();", "String getSType();", "public byte getSType() {\r\n return _sType;\r\n }", "public String ...
[ "0.65887266", "0.6295781", "0.62149096", "0.6103315", "0.5924574", "0.59040004", "0.59004384", "0.5838018", "0.5776288", "0.57240534", "0.5711335", "0.5683041", "0.5678446", "0.5642011", "0.56183016", "0.55910486", "0.5589577", "0.5587188", "0.5583758", "0.5581369", "0.557449...
0.6648015
0
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.TSMESSTYPE
public void setTsmesstype(String tsmesstype) { this.tsmesstype = tsmesstype == null ? null : tsmesstype.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@JsProperty(name = \"msType\")\n public native void setMsType(String value);", "void setType(gov.nih.nlm.ncbi.www.MedlineSiDocument.MedlineSi.Type type);", "gov.nih.nlm.ncbi.www.MedlineSiDocument.MedlineSi.Type addNewType();", "public void setpymttype(String value) {\n setAttributeInternal(PYMTTYPE...
[ "0.6407772", "0.601786", "0.5914185", "0.58899504", "0.5734033", "0.5677679", "0.55158085", "0.5509536", "0.5499975", "0.5477501", "0.54666764", "0.5407431", "0.5407431", "0.5407431", "0.53905785", "0.5388717", "0.53649735", "0.53600043", "0.5359841", "0.5347948", "0.53404796...
0.62163615
1
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.CENTERID
public String getCenterid() { return centerid; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getDataCenterId() {\r\n return dataCenterId;\r\n }", "public int getCenter() {\n\t\t\treturn center;\n\t\t}", "public static int getCenter() {\n\t\treturn Center;\n\t}", "public String getDataCenter() {\n return this.dataCenter;\n }", "public String getDeliCenter...
[ "0.70767134", "0.6550841", "0.6400437", "0.6290022", "0.62637866", "0.61835283", "0.6142748", "0.60902405", "0.6044894", "0.5976166", "0.5884942", "0.5813603", "0.5801042", "0.57921326", "0.5767757", "0.5740566", "0.5720998", "0.57106555", "0.5686812", "0.56803566", "0.567610...
0.77577573
0
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.CENTERID
public void setCenterid(String centerid) { this.centerid = centerid == null ? null : centerid.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getCenterid() {\n return centerid;\n }", "public void setDataCenterId(java.lang.String dataCenterId) {\r\n this.dataCenterId = dataCenterId;\r\n }", "public static void SetCenter(int center) //set the center fret when needed\n\t{\n\t\tif(center==0)\n\t\t\tSfret=Efret=Center=1;...
[ "0.698807", "0.6772105", "0.62549514", "0.62498343", "0.60639834", "0.59367275", "0.5920531", "0.5876416", "0.56988865", "0.56819576", "0.56676173", "0.562801", "0.56238836", "0.558755", "0.55574995", "0.54673016", "0.54555583", "0.54531366", "0.5452813", "0.54258525", "0.541...
0.6815577
1
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.DSDATE
public String getDsdate() { return dsdate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.sql.Date getDatebldbeg() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException {\n return (((java.sql.Date) __getCache(\"datebldbeg\")));\n }", "java.lang.String getToDate();", "public java.sql.Date getDateassemb() throws java....
[ "0.68632865", "0.6526721", "0.6442117", "0.6421328", "0.6416759", "0.62961894", "0.62865824", "0.62363917", "0.62359875", "0.6200648", "0.6198761", "0.6168149", "0.61609554", "0.61555755", "0.6144592", "0.61343056", "0.61071897", "0.6068079", "0.6061092", "0.60570055", "0.600...
0.6432498
3
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.DSDATE
public void setDsdate(String dsdate) { this.dsdate = dsdate == null ? null : dsdate.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDateassemb( java.sql.Date newValue ) {\n __setCache(\"dateassemb\", newValue);\n }", "public void setDatebldbeg( java.sql.Date newValue ) {\n __setCache(\"datebldbeg\", newValue);\n }", "public void setDate(long date)\r\n/* 199: */ {\r\n/* 200:299 */ setDate(\"Date\"...
[ "0.6371454", "0.6346096", "0.6252261", "0.6141744", "0.61230713", "0.6120832", "0.607896", "0.6075794", "0.6018615", "0.60144585", "0.6009033", "0.5983744", "0.59788996", "0.59614164", "0.59614164", "0.5935775", "0.59135616", "0.5912336", "0.5894925", "0.58896714", "0.5867244...
0.56506413
67
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.COMMSGID
public String getCommsgid() { return commsgid; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getCROSG_CODIGO(){\n\t\treturn this.myCrosg_codigo;\n\t}", "public org.apache.axis2.databinding.types.soapencoding.String getCSPID(){\n return localCSPID;\n }", "public String getCQcIdseq() {\n return (String) getAttributeInternal(CQCIDS...
[ "0.63259095", "0.6232248", "0.61857015", "0.61542356", "0.6120248", "0.6115536", "0.60796016", "0.60204595", "0.6017988", "0.6004812", "0.5986798", "0.59652895", "0.594735", "0.59330606", "0.589735", "0.5850212", "0.58468986", "0.5842228", "0.58277136", "0.5824966", "0.581530...
0.5992797
10
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.COMMSGID
public void setCommsgid(String commsgid) { this.commsgid = commsgid == null ? null : commsgid.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setM_Production_ID (int M_Production_ID);", "public void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);", "public void setCLNO(int value) {\n this.clno = value;\n }", "public void setCodigo_pcom(java.lang.String newCodigo_pcom);", "public void setC_BPartner_ID (...
[ "0.5760236", "0.5678964", "0.5656644", "0.5647013", "0.56207263", "0.56100786", "0.5593864", "0.5575054", "0.55454254", "0.5529552", "0.5515873", "0.55081195", "0.5506356", "0.5506261", "0.5501512", "0.54786646", "0.5477857", "0.5430046", "0.54045665", "0.53538185", "0.531749...
0.5645683
4
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.MSGSOURCE
public String getMsgsource() { return msgsource; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getSource() {\n\t\treturn (String) _object.get(\"source\");\n\t}", "public String getSource() {\n/* 312 */ return getValue(\"source\");\n/* */ }", "public MessageSource getMessageSource() {\n return messageSource;\n }", "public final MessageSource getMessageSource() {\n ...
[ "0.6258738", "0.62060374", "0.61788654", "0.60824656", "0.6067209", "0.6039399", "0.603751", "0.6027935", "0.60140544", "0.59902364", "0.59902364", "0.5989308", "0.59695405", "0.596236", "0.59586287", "0.59300107", "0.5915965", "0.59095454", "0.5893215", "0.5885103", "0.58851...
0.73589563
0
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.MSGSOURCE
public void setMsgsource(String msgsource) { this.msgsource = msgsource == null ? null : msgsource.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getMsgsource() {\n return msgsource;\n }", "public void setMSG(java.lang.String MSG) {\n this.MSG = MSG;\n }", "public void setMessageSource(MessageSource messageSource) {\n this.messageSource = messageSource;\n }", "public void setSource(String value) {\n/* 304 */...
[ "0.64233285", "0.59787285", "0.56272066", "0.5612371", "0.55814487", "0.5385063", "0.537646", "0.5356034", "0.53504026", "0.5330525", "0.53003675", "0.5257814", "0.52561176", "0.52491724", "0.52340627", "0.52218366", "0.5210929", "0.5190605", "0.5190605", "0.5190438", "0.5184...
0.68114054
0
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.STATUS
public String getStatus() { return status; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getSTATUS() {\r\n return STATUS;\r\n }", "public String getSTATUS() {\r\n return STATUS;\r\n }", "public String getSTATUS() {\r\n return STATUS;\r\n }", "public String getSTATUS() {\r\n return STATUS;\r\n }", "public String getSTATUS() {\r\n retu...
[ "0.7102735", "0.7102735", "0.7102735", "0.7102735", "0.7102735", "0.70300764", "0.69953007", "0.6905415", "0.6876578", "0.68601054", "0.68551755", "0.68551755", "0.6849046", "0.6817243", "0.6817243", "0.68025994", "0.68025994", "0.68025994", "0.68025994", "0.68025994", "0.680...
0.0
-1
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.STATUS
public void setStatus(String status) { this.status = status == null ? null : status.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setgetStatus()\r\n\t{\r\n\t\tthis.status = 'S';\r\n\t}", "public void setStatus(Integer status)\n {\n data().put(_STATUS, status);\n }", "public void setStatus(int status)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.Simple...
[ "0.65885603", "0.6554459", "0.6492644", "0.6453776", "0.6428416", "0.6428416", "0.6428416", "0.6428416", "0.6428416", "0.6428416", "0.6428416", "0.641657", "0.641657", "0.64131445", "0.6382291", "0.6382291", "0.63712114", "0.63712114", "0.6366213", "0.6366213", "0.6366213", ...
0.0
-1
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.VALIDFLAG
public String getValidflag() { return validflag; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getValidflag() {\n\t\treturn validflag;\n\t}", "protected boolean getValidatedFlag() {\n createFlags();\n return flags[VALIDATED];\n }", "public Integer getFLAG() {\n return FLAG;\n }", "public Integer getCorrectflag() {\n return correctflag;\n }", "public static ...
[ "0.72050184", "0.69601125", "0.6270287", "0.5913097", "0.57962024", "0.5794832", "0.57859", "0.5776784", "0.5640723", "0.56211674", "0.56211674", "0.56098837", "0.55858654", "0.55834705", "0.55572486", "0.5527661", "0.54735255", "0.54419136", "0.53976476", "0.53641", "0.53567...
0.7161749
1
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.VALIDFLAG
public void setValidflag(String validflag) { this.validflag = validflag == null ? null : validflag.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setValidflag(String validflag) {\n\t\tthis.validflag = validflag == null ? null : validflag.trim();\n\t}", "protected void setValidatedFlag(boolean value) {\n createFlags();\n flags[VALIDATED] = value;\n }", "protected boolean getValidatedFlag() {\n createFlags();\n return flags[VALI...
[ "0.6683407", "0.636844", "0.61888343", "0.61714685", "0.61714685", "0.61673415", "0.57840705", "0.56323117", "0.560544", "0.557407", "0.5566999", "0.5514457", "0.5488756", "0.54537636", "0.537454", "0.5347706", "0.53056306", "0.52786857", "0.52786857", "0.52714556", "0.527015...
0.6641611
1
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.DATEMODIFIED
public String getDatemodified() { return datemodified; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Date getDATE_MODIFIED() {\r\n return DATE_MODIFIED;\r\n }", "public Date getDATE_MODIFIED() {\r\n return DATE_MODIFIED;\r\n }", "public Date getDATE_MODIFIED() {\r\n return DATE_MODIFIED;\r\n }", "public Date getMODIFIED_DATE() {\r\n return MODIFIED_DATE;\r\n }"...
[ "0.8114536", "0.8114536", "0.8114536", "0.80738777", "0.7336322", "0.72865415", "0.72354144", "0.72354144", "0.72354144", "0.7200709", "0.71905196", "0.71658343", "0.7157897", "0.7155373", "0.7155373", "0.7155373", "0.7110174", "0.7100409", "0.7082383", "0.7078261", "0.707819...
0.7311698
5
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.DATEMODIFIED
public void setDatemodified(String datemodified) { this.datemodified = datemodified == null ? null : datemodified.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setMODIFIED_DATE(Date MODIFIED_DATE) {\r\n this.MODIFIED_DATE = MODIFIED_DATE;\r\n }", "public void setDATE_MODIFIED(Date DATE_MODIFIED) {\r\n this.DATE_MODIFIED = DATE_MODIFIED;\r\n }", "public void setDATE_MODIFIED(Date DATE_MODIFIED) {\r\n this.DATE_MODIFIED = DATE_MOD...
[ "0.79940885", "0.79864943", "0.79864943", "0.79864943", "0.7289129", "0.7289129", "0.7289129", "0.72506094", "0.7018751", "0.6996474", "0.6996474", "0.6996474", "0.6964723", "0.6904247", "0.6904247", "0.6840598", "0.6840598", "0.6827289", "0.6760655", "0.6748749", "0.6679578"...
0.62549764
46
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.DATECREATED
public String getDatecreated() { return datecreated; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Date getDATE_CREATED() {\r\n return DATE_CREATED;\r\n }", "public Date getDATE_CREATED() {\r\n return DATE_CREATED;\r\n }", "public Date getDATE_CREATED() {\r\n return DATE_CREATED;\r\n }", "public Date getCREATED_DATE() {\r\n return CREATED_DATE;\r\n }", "pub...
[ "0.7790957", "0.7790957", "0.7790957", "0.76862985", "0.7414914", "0.74087393", "0.73632085", "0.727329", "0.72321326", "0.72232836", "0.72210515", "0.7186695", "0.7168113", "0.7165061", "0.71579707", "0.71246654", "0.7111213", "0.7092487", "0.7089234", "0.7089234", "0.708923...
0.69373715
44
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.DATECREATED
public void setDatecreated(String datecreated) { this.datecreated = datecreated == null ? null : datecreated.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setCREATED_DATE(Date CREATED_DATE) {\r\n this.CREATED_DATE = CREATED_DATE;\r\n }", "public void setDATE_CREATED(Date DATE_CREATED) {\r\n this.DATE_CREATED = DATE_CREATED;\r\n }", "public void setDATE_CREATED(Date DATE_CREATED) {\r\n this.DATE_CREATED = DATE_CREATED;\r\n ...
[ "0.7936747", "0.79137975", "0.79137975", "0.79137975", "0.7140067", "0.7120901", "0.70757043", "0.70745176", "0.70745176", "0.70744956", "0.7051783", "0.70317805", "0.70275164", "0.7020456", "0.6996898", "0.6996898", "0.699457", "0.6950094", "0.6950094", "0.6950094", "0.69498...
0.0
-1
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.FREEUSE1
public String getFreeuse1() { return freeuse1; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getFreeuse1() {\n\t\treturn freeuse1;\n\t}", "public String getFreeuse2() {\n\t\treturn freeuse2;\n\t}", "public String getFreeuse2() {\n return freeuse2;\n }", "public String getFreeuse3() {\n return freeuse3;\n }", "public String getFreeuse3() {\n\t\treturn freeuse3;\n\t...
[ "0.78751594", "0.7310599", "0.73031574", "0.6879457", "0.68015075", "0.67105305", "0.66691875", "0.66454077", "0.65850735", "0.6069752", "0.6014512", "0.59256977", "0.5856186", "0.5728578", "0.5649713", "0.56121886", "0.5598183", "0.5579518", "0.55297035", "0.5528843", "0.551...
0.7867886
1
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.FREEUSE1
public void setFreeuse1(String freeuse1) { this.freeuse1 = freeuse1 == null ? null : freeuse1.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setFreeuse1(String freeuse1) {\n\t\tthis.freeuse1 = freeuse1 == null ? null : freeuse1.trim();\n\t}", "public String getFreeuse1() {\n return freeuse1;\n }", "public String getFreeuse1() {\n\t\treturn freeuse1;\n\t}", "public void setFreeuse2(String freeuse2) {\n\t\tthis.freeuse2 = free...
[ "0.7306675", "0.6806013", "0.6775751", "0.649373", "0.63618404", "0.6324334", "0.62569547", "0.61230236", "0.60760605", "0.6011208", "0.5972584", "0.5963203", "0.5854977", "0.58172184", "0.5790664", "0.56935", "0.56494683", "0.5556527", "0.5515397", "0.5468386", "0.5408184", ...
0.71824235
1
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.FREEUSE2
public String getFreeuse2() { return freeuse2; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getFreeuse2() {\n\t\treturn freeuse2;\n\t}", "public String getFreeuse1() {\n return freeuse1;\n }", "public String getFreeuse1() {\n\t\treturn freeuse1;\n\t}", "public void setFreeuse2(String freeuse2) {\n\t\tthis.freeuse2 = freeuse2 == null ? null : freeuse2.trim();\n\t}", "public...
[ "0.8022168", "0.745348", "0.73644835", "0.69049776", "0.68745977", "0.6855495", "0.6776163", "0.6489603", "0.63329434", "0.6214463", "0.61431", "0.6142499", "0.58196676", "0.58196676", "0.57676345", "0.57676345", "0.57415897", "0.5715137", "0.5715137", "0.5630878", "0.5623328...
0.79836154
1
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.FREEUSE2
public void setFreeuse2(String freeuse2) { this.freeuse2 = freeuse2 == null ? null : freeuse2.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setFreeuse2(String freeuse2) {\n\t\tthis.freeuse2 = freeuse2 == null ? null : freeuse2.trim();\n\t}", "public void setFreeuse1(String freeuse1) {\n\t\tthis.freeuse1 = freeuse1 == null ? null : freeuse1.trim();\n\t}", "public String getFreeuse2() {\n return freeuse2;\n }", "public String...
[ "0.73910856", "0.68672353", "0.6830911", "0.6793239", "0.67722386", "0.6521099", "0.6396013", "0.6244982", "0.61561024", "0.61039567", "0.6043392", "0.59105927", "0.5747223", "0.573029", "0.5702358", "0.5646236", "0.55706125", "0.54969007", "0.54537845", "0.5426567", "0.54265...
0.72287
1
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.FREEUSE3
public String getFreeuse3() { return freeuse3; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getFreeuse3() {\n\t\treturn freeuse3;\n\t}", "public String getFreeuse1() {\n return freeuse1;\n }", "public String getFreeuse1() {\n\t\treturn freeuse1;\n\t}", "public String getFreeuse2() {\n\t\treturn freeuse2;\n\t}", "public String getFreeuse2() {\n return freeuse2;\n ...
[ "0.79101497", "0.6950625", "0.69208765", "0.6891804", "0.6843636", "0.6823441", "0.67241126", "0.67100936", "0.66617894", "0.5944049", "0.5944049", "0.5938718", "0.5938718", "0.5897661", "0.5897661", "0.5786415", "0.5750093", "0.573398", "0.5728652", "0.5696277", "0.56800324"...
0.7923771
0
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.FREEUSE3
public void setFreeuse3(String freeuse3) { this.freeuse3 = freeuse3 == null ? null : freeuse3.trim(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setFreeuse3(String freeuse3) {\n\t\tthis.freeuse3 = freeuse3 == null ? null : freeuse3.trim();\n\t}", "public String getFreeuse3() {\n return freeuse3;\n }", "public String getFreeuse3() {\n\t\treturn freeuse3;\n\t}", "public void setFreeuse4(Integer freeuse4) {\n this.freeuse4 =...
[ "0.72423255", "0.6728688", "0.664415", "0.64498115", "0.636316", "0.6293106", "0.61965483", "0.6095272", "0.5956228", "0.58997416", "0.5891816", "0.58212906", "0.5757842", "0.5642585", "0.56085056", "0.55777925", "0.5435542", "0.5380901", "0.5380901", "0.53595126", "0.5351257...
0.7089315
1
This method was generated by Abator for iBATIS. This method returns the value of the database column MI408.FREEUSE4
public Integer getFreeuse4() { return freeuse4; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Integer getFreeuse4() {\n\t\treturn freeuse4;\n\t}", "public void setFreeuse4(Integer freeuse4) {\n\t\tthis.freeuse4 = freeuse4;\n\t}", "public String getFreeuse3() {\n return freeuse3;\n }", "public void setFreeuse4(Integer freeuse4) {\n this.freeuse4 = freeuse4;\n }", "public S...
[ "0.78723663", "0.70358187", "0.7000936", "0.70000595", "0.69347596", "0.6912407", "0.6911665", "0.6685318", "0.66549784", "0.6147009", "0.6147009", "0.60928756", "0.60928756", "0.6027355", "0.60264146", "0.60245246", "0.60245246", "0.59841824", "0.5880235", "0.58590335", "0.5...
0.78702503
1
This method was generated by Abator for iBATIS. This method sets the value of the database column MI408.FREEUSE4
public void setFreeuse4(Integer freeuse4) { this.freeuse4 = freeuse4; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setFreeuse4(Integer freeuse4) {\n\t\tthis.freeuse4 = freeuse4;\n\t}", "public Integer getFreeuse4() {\n return freeuse4;\n }", "public Integer getFreeuse4() {\n\t\treturn freeuse4;\n\t}", "public void setFreeuse3(String freeuse3) {\n\t\tthis.freeuse3 = freeuse3 == null ? null : freeuse3...
[ "0.75680995", "0.6770559", "0.6746281", "0.60862535", "0.6083697", "0.59981006", "0.5940824", "0.5905988", "0.5892104", "0.58705044", "0.58488315", "0.58199215", "0.57850194", "0.57850194", "0.5767729", "0.57070553", "0.5633764", "0.5633764", "0.55607295", "0.5537802", "0.552...
0.75633353
1
URL url = new URL(" URL url = new URL(" URL url = new URL(" URL url = new URL(" URL url = new URL("
public static void buildFromHttpDir() throws FtpException, IOException { URL url = new URL("http://mrms.ncep.noaa.gov/data/3DReflPlus/"); DirectoryScanner scanner = new DirectoryScanner(); ListResults results = scanner.listURL(url); System.out.println(results.getCount() + " results found..."); for (U...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private URL createURL() {\n try {\n Log.d(\"URL\", \"create\");\n String urlString = \"http://cs262.cs.calvin.edu:8084/cs262dCleaningCrew/task/cjp27\";\n return new URL(urlString);\n } catch (Exception e) {\n Toast.makeText(this, getString(R.string.connecti...
[ "0.6417793", "0.6386741", "0.60323113", "0.6029062", "0.5903624", "0.583436", "0.5726708", "0.572238", "0.5689241", "0.568553", "0.5671782", "0.5665608", "0.56242436", "0.5608024", "0.55710685", "0.55710685", "0.5546134", "0.5510208", "0.54930764", "0.5477627", "0.5477623", ...
0.0
-1
write your code here
public static void main(String[] args) throws Exception { Scanner scn=new Scanner(System.in); int size=scn.nextInt(); int arr[]=new int[size]; for(int i=0;i<size;i++) arr[i]=scn.nextInt(); int x=scn.nextInt(); //System.out.println(firstIndex(arr,0,x)); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void logic(){\r\n\r\n\t}", "public static void generateCode()\n {\n \n }", "@Override\n\tprotected void logic() {\n\n\t}", "private static void cajas() {\n\t\t\n\t}", "void pramitiTechTutorials() {\n\t\n}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\r\n\tpub...
[ "0.61019534", "0.6054925", "0.58806974", "0.58270746", "0.5796887", "0.56999695", "0.5690986", "0.56556827", "0.5648637", "0.5640487", "0.56354505", "0.56032085", "0.56016207", "0.56006724", "0.5589654", "0.5583692", "0.55785793", "0.55733466", "0.5560209", "0.55325305", "0.5...
0.0
-1
the game which each client will play on
public DungeonServer(int port){ /*Constructor sets the server up and defaults class fields. * Assigns the programme to run on the argument port*/ try{ server = new ServerSocket(port); game = new GameLogic("SmallMap.txt"); } catch(IOException | ParseException e){ System.out.prin...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static GameClient getCurrentGame() {\n\t\treturn arcade.getCurrentGame();\n\t}", "public GUIGameflow getGame() {\n return game;\n }", "public void InitGame(){\n System.out.format(\"New game initiated ...\");\n Game game = new Game(client_List);\n SetGame(game);\n }", "public GameLo...
[ "0.71749485", "0.6919377", "0.68535084", "0.68368137", "0.67939955", "0.6792772", "0.67723274", "0.67467284", "0.67460126", "0.67434996", "0.67407614", "0.67295706", "0.6724024", "0.6708219", "0.6690039", "0.66855013", "0.66844887", "0.6672804", "0.6666537", "0.6645067", "0.6...
0.0
-1
/method keeps server listening for clients. Each accepted client gets a DungeonClient Thread constructed for it
public void setup(){ try{ Socket serverSocket; boolean serverRunning = true; while(serverRunning == true){ serverSocket = server.accept(); System.out.println("Connected to the server!"); DungeonClient connectedClient = new DungeonClient(serverSocket, game); connectedClient.start(); } ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\t\t\tpublic void run() {\n\t\t\t\twhile (true) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tSocket socket = serverSocket.accept();\n\t\t\t\t\t\tclients.add(new Client(socket));\n\t\t\t\t\t\tSystem.out.println(\"[클라이언트 접속] \" + socket.getRemoteSocketAddress() + \": \"\n\t\t\t\t\t\t\t\t+ Thread.currentThread().getNam...
[ "0.7474708", "0.74162686", "0.72868943", "0.7246431", "0.7162763", "0.7136413", "0.7119667", "0.7087404", "0.7076854", "0.7039104", "0.7039085", "0.7017205", "0.69914496", "0.69769984", "0.6926484", "0.6921783", "0.6874182", "0.68356335", "0.6798913", "0.6789269", "0.678095",...
0.6581333
37
/Main method constructs the server and runs it
public static void main(String [] args){ int port = 55002; DungeonServer theServer = new DungeonServer(port); theServer.setup(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void main(String[] args) {\n Server server = new Server(1234);\n server.listen();\n \n // YOUR CODE HERE\n // It is not required (or recommended) to implement the server in\n // this runner class.\n }", "public static void main (String[] args){\r\...
[ "0.7942329", "0.787471", "0.78451264", "0.7765069", "0.77353066", "0.7716757", "0.7686134", "0.7581883", "0.75623333", "0.75447786", "0.7446194", "0.7430829", "0.7430272", "0.7425696", "0.73914504", "0.73841965", "0.7378021", "0.7374266", "0.7359553", "0.734673", "0.73396003"...
0.69672966
71
setting data toAd apter List
@Override public void onBindViewHolder(@NonNull ViewHolder holder, final int position) { holder.subjectName.setText(list.get(position).getSubject()); holder.subjectTopic.setText(list.get(position).getTopic()); holder.StartingTime.setText(list.get(position).getStart_Time()); holder...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setData(java.util.List data) {\r\n this.data = data;\r\n }", "private void populateData() {\n\t\tList<TrafficRecord> l = TestHelper.getSampleData();\r\n\t\tfor(TrafficRecord tr: l){\r\n\t\t\tput(tr);\r\n\t\t}\r\n\t\t \r\n\t}", "public listAdapter(List<Genres> myDataset,List<Anime> a...
[ "0.60189354", "0.6002027", "0.59398127", "0.5909262", "0.5893451", "0.5811343", "0.5777231", "0.57717884", "0.5754525", "0.57531816", "0.57372427", "0.5722117", "0.57203406", "0.5717191", "0.5695937", "0.5684898", "0.5651143", "0.5636899", "0.56252676", "0.56191134", "0.55908...
0.0
-1
We are Checking Here list should not be null if it will null than we are setting here size = 0 else size you are getting my point
@Override public int getItemCount() { return list==null ? 0 : 2; //return list==null ? 0 : list.size(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private static void checkListSize(List<Map<String, Object>> dataFromDaoList) {\r\n\t\tif (dataFromDaoList == null || dataFromDaoList.size() == 0) {\r\n\t\t\tthrow new ZeroRecordsFoundException(\r\n\t\t\t\t\tReportsConstantsAndUtilityMethods.RECORDS_NOT_FOUND_FOR_YOUR_SEARCH_FILTERS);\r\n\t\t}\r\n\t}", "@Override...
[ "0.7089879", "0.6523998", "0.6511594", "0.6501248", "0.6488857", "0.64846313", "0.64717746", "0.64318955", "0.6404299", "0.6384711", "0.63728696", "0.63672364", "0.6362903", "0.6361525", "0.635528", "0.63382524", "0.63201344", "0.6319083", "0.6315435", "0.62991846", "0.628030...
0.0
-1
Created by Mike on 1/6/2017. Magestore
public interface Currency extends Model { String getCode(); void setCode(String strCode); String getCurrencyName(); void setCurrenyName(String strCurrencyName); String getCurrencySymbol(); void setCurrencySymbol(String strCurrencySymbol); String getIsDefault(); void setIsDefault(String s...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public boolean isMage() {\n return true;\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }...
[ "0.585053", "0.55927944", "0.55927944", "0.55927944", "0.55927944", "0.55927944", "0.55927944", "0.55927944", "0.5536108", "0.5528869", "0.552283", "0.5496383", "0.54426855", "0.53906", "0.53900164", "0.5384625", "0.53151816", "0.53126204", "0.52823687", "0.52699125", "0.5248...
0.0
-1
Constructor. Exceptions: IllegalArgumentException : if any argument is null or empty string
public SheetFilterResourcesImpl(SmartsheetImpl smartsheet) { super(smartsheet); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test (expected = IllegalArgumentException.class)\n\tpublic void testConstructorString1ParameterAlpha() {\n\t\tnew CountDownTimer(\"a\");\n\t}", "public void testCtorStr_Failure1() throws Exception {\n try {\n new RenameConverter(null);\n fail(\"IllegalArgumentException is expected.\...
[ "0.707542", "0.70339304", "0.67655516", "0.6717118", "0.66971177", "0.66971177", "0.665688", "0.66404486", "0.6619728", "0.6619728", "0.65289444", "0.6524486", "0.6511019", "0.64848495", "0.6481325", "0.6472869", "0.6469486", "0.6455208", "0.6389048", "0.6358399", "0.6353819"...
0.0
-1
TODO Autogenerated method stub
public static void main(String[] args) { CarroPasseio carPass = new CarroPasseio(); carPass.EntrVeic(50, 100, 50000); carPass.EntrPass("azol", "testeModelo"); carPass.MostrVeic(); carPass.MostrPass(); Caminhao bino = new Caminhao(); bino.EntrVeic(80, 800, 8000); bino.EntrCAm(800, 5, 10); bin...
{ "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
String hash = passwordEncoder.encode(user.getPassword()); user.setPassword(hash); users.save(user);
@PostMapping("/register") public String saveUser(@ModelAttribute User user){ return "redirect:login"; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void saveNewPassword(String userName, String hashedPassword) throws DatabaseException;", "void setUserPasswordHash(String passwordHash);", "void updateUserPassword(User user);", "private void encodePassword(User customer) {\n\t\tpasswordEncoder = new BCryptPasswordEncoder();\n\t\tcustomer.setPassword(passwor...
[ "0.8072568", "0.7373597", "0.72949624", "0.6964946", "0.691249", "0.6907802", "0.6891677", "0.6891213", "0.68105334", "0.67913336", "0.67133105", "0.66889113", "0.6677882", "0.66750306", "0.66061056", "0.6596167", "0.6585753", "0.65753216", "0.65629125", "0.65587664", "0.6553...
0.0
-1
Initialize a proxy using context (recommended). This context will be used for security checking when the get and setmethods without context parameters are called. The get and setmethods with context parameter should be used when for instance sudo access is necessary (IContext.getSudoContext() can be used to obtain sudo...
public static vehiclelookup.proxies.MOTHistoryObj initialize(com.mendix.systemwideinterfaces.core.IContext context, com.mendix.systemwideinterfaces.core.IMendixObject mendixObject) { return new vehiclelookup.proxies.MOTHistoryObj(context, mendixObject); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static synchronized void initialize(Context context) {\n instance.context = context;\n initInternal();\n }", "void init(@NotNull ExecutionContext context);", "void init(HandlerContext context);", "public void initializeContext(Context context) {\n this.context = context;\n }", "Context cr...
[ "0.6372908", "0.6291033", "0.60121274", "0.59785753", "0.59654987", "0.59654987", "0.5945012", "0.59413296", "0.5923993", "0.58385354", "0.5705513", "0.56814075", "0.56675816", "0.5658362", "0.56263876", "0.56070495", "0.55787605", "0.5515341", "0.5502139", "0.54822785", "0.5...
0.0
-1
Commit the changes made on this proxy object.
public final void commit() throws com.mendix.core.CoreException { com.mendix.core.Core.commit(context, getMendixObject()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void commit() {\n doCommit();\n }", "public void commit() {\n\t\tcommitted = true;\n\t}", "public void commit() {\n tryCommit(true);\n }", "private void commit() {\n if (vote != Vote.COMMIT) {\n throw new IllegalStateException(\"Cannot commit transaction with vote: \" +...
[ "0.6875572", "0.6746927", "0.6668627", "0.6535227", "0.6427639", "0.64237595", "0.64158857", "0.63938296", "0.6278159", "0.62770706", "0.6272535", "0.6221637", "0.6221637", "0.6221637", "0.6221637", "0.6221637", "0.613165", "0.60878485", "0.60878485", "0.60035163", "0.5998244...
0.61429274
19
Commit the changes made on this proxy object using the specified context.
public final void commit(com.mendix.systemwideinterfaces.core.IContext context) throws com.mendix.core.CoreException { com.mendix.core.Core.commit(context, getMendixObject()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void commit(com.mendix.systemwideinterfaces.core.IContext context) throws com.mendix.core.CoreException\r\n\t{\r\n\t\tcom.mendix.core.Core.commit(context, getMendixObject());\r\n\t}", "public final void commit(com.mendix.systemwideinterfaces.core.IContext context) throws com.mendix.core.CoreExceptio...
[ "0.6841245", "0.6841245", "0.6841245", "0.6841245", "0.6841245", "0.6198343", "0.6077365", "0.5883697", "0.5819727", "0.5819727", "0.5819727", "0.5819727", "0.5819727", "0.5735581", "0.5735581", "0.5735581", "0.5735581", "0.5645163", "0.5608459", "0.55641294", "0.550533", "...
0.68284506
8
Delete the object using the specified context.
public final void delete(com.mendix.systemwideinterfaces.core.IContext context) { com.mendix.core.Core.delete(context, getMendixObject()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void delete(com.mendix.systemwideinterfaces.core.IContext context)\r\n\t{\r\n\t\tcom.mendix.core.Core.delete(context, getMendixObject());\r\n\t}", "public final void delete(com.mendix.systemwideinterfaces.core.IContext context)\r\n\t{\r\n\t\tcom.mendix.core.Core.delete(context, getMendixObject());\r...
[ "0.77735937", "0.77735937", "0.77735937", "0.77735937", "0.77735937", "0.77639383", "0.6889786", "0.6768719", "0.6634246", "0.65886116", "0.6562792", "0.65391535", "0.65277755", "0.6518788", "0.64955115", "0.64736897", "0.64335287", "0.6369484", "0.6346575", "0.63429517", "0....
0.7757907
9
Set value of test_date
public final void settest_date(String test_date) { settest_date(getContext(), test_date); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void settest_date(com.mendix.systemwideinterfaces.core.IContext context, String test_date)\n\t{\n\t\tgetMendixObject().setValue(context, MemberNames.test_date.toString(), test_date);\n\t}", "public void setDatetest( java.sql.Date newValue ) {\n __setCache(\"datetest\", newValue);\n }", "...
[ "0.8050832", "0.76492375", "0.7490807", "0.7477425", "0.74341065", "0.7350913", "0.73397785", "0.7314217", "0.7264708", "0.72018445", "0.71343094", "0.70174724", "0.69457895", "0.68701893", "0.6848143", "0.6847842", "0.68379873", "0.68379873", "0.68379873", "0.68307155", "0.6...
0.815246
0
Set value of test_date
public final void settest_date(com.mendix.systemwideinterfaces.core.IContext context, String test_date) { getMendixObject().setValue(context, MemberNames.test_date.toString(), test_date); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void settest_date(String test_date)\n\t{\n\t\tsettest_date(getContext(), test_date);\n\t}", "public void setDatetest( java.sql.Date newValue ) {\n __setCache(\"datetest\", newValue);\n }", "void setDate(Date data);", "@Test\r\n\tpublic void testSetDate() {\n\t\tfail(\"Not yet implement...
[ "0.81527233", "0.7650264", "0.74911755", "0.74777126", "0.74343216", "0.735143", "0.7339591", "0.73139644", "0.7263953", "0.72022545", "0.7133909", "0.7017867", "0.6945417", "0.6870815", "0.684923", "0.68483776", "0.6838759", "0.6838759", "0.6838759", "0.68315065", "0.6827590...
0.80510336
1
Set value of expiry_date
public final void setexpiry_date(String expiry_date) { setexpiry_date(getContext(), expiry_date); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setExpirationDate(java.util.Date value);", "public void setExpiryDate(Date expiryDate) {\n this.expiryDate = expiryDate;\n }", "void setExpiredDate(Date expiredDate);", "public final void setexpiry_date(com.mendix.systemwideinterfaces.core.IContext context, String expiry_date)\n\t{\n\t\tgetMe...
[ "0.8094637", "0.8087737", "0.7866942", "0.78481513", "0.7798514", "0.7750438", "0.77090895", "0.76221037", "0.7603202", "0.7451296", "0.73517567", "0.73392296", "0.7324064", "0.7154033", "0.7154033", "0.7151518", "0.7132934", "0.7072261", "0.70378083", "0.7028033", "0.7024392...
0.80279005
2
Set value of expiry_date
public final void setexpiry_date(com.mendix.systemwideinterfaces.core.IContext context, String expiry_date) { getMendixObject().setValue(context, MemberNames.expiry_date.toString(), expiry_date); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setExpirationDate(java.util.Date value);", "public void setExpiryDate(Date expiryDate) {\n this.expiryDate = expiryDate;\n }", "public final void setexpiry_date(String expiry_date)\n\t{\n\t\tsetexpiry_date(getContext(), expiry_date);\n\t}", "void setExpiredDate(Date expiredDate);", "public ...
[ "0.8094637", "0.8087737", "0.80279005", "0.7866942", "0.7798514", "0.7750438", "0.77090895", "0.76221037", "0.7603202", "0.7451296", "0.73517567", "0.73392296", "0.7324064", "0.7154033", "0.7154033", "0.7151518", "0.7132934", "0.7072261", "0.70378083", "0.7028033", "0.7024392...
0.78481513
4
Set value of test_result
public final void settest_result(String test_result) { settest_result(getContext(), test_result); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void settest_result(com.mendix.systemwideinterfaces.core.IContext context, String test_result)\n\t{\n\t\tgetMendixObject().setValue(context, MemberNames.test_result.toString(), test_result);\n\t}", "public void setResult (String Result);", "public void setResult(int result) {\n this.result ...
[ "0.784076", "0.736742", "0.726197", "0.72521615", "0.72233623", "0.71663475", "0.71582294", "0.7130521", "0.7121438", "0.7088706", "0.70752245", "0.7072294", "0.70255184", "0.696719", "0.69338846", "0.6913851", "0.68887055", "0.67103726", "0.6697779", "0.66683435", "0.6666941...
0.79639786
0
Set value of test_result
public final void settest_result(com.mendix.systemwideinterfaces.core.IContext context, String test_result) { getMendixObject().setValue(context, MemberNames.test_result.toString(), test_result); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void settest_result(String test_result)\n\t{\n\t\tsettest_result(getContext(), test_result);\n\t}", "public void setResult (String Result);", "public void setResult(int result) {\n this.result = result;\n this.isSix = this.result == 6;\n }", "public void setResult(T result) {\n ...
[ "0.79639786", "0.736742", "0.726197", "0.72521615", "0.72233623", "0.71663475", "0.71582294", "0.7130521", "0.7121438", "0.7088706", "0.70752245", "0.7072294", "0.70255184", "0.696719", "0.69338846", "0.6913851", "0.68887055", "0.67103726", "0.6697779", "0.66683435", "0.66669...
0.784076
1
Set value of advisory_count
public final void setadvisory_count(Integer advisory_count) { setadvisory_count(getContext(), advisory_count); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void setadvisory_count(com.mendix.systemwideinterfaces.core.IContext context, Integer advisory_count)\n\t{\n\t\tgetMendixObject().setValue(context, MemberNames.advisory_count.toString(), advisory_count);\n\t}", "public void setCounter(int value) { \n\t\tthis.count = value;\n\t}", "public void setC...
[ "0.8110901", "0.6467539", "0.6431739", "0.6431739", "0.6431739", "0.6351726", "0.61672723", "0.61103725", "0.6106338", "0.6081636", "0.6049249", "0.6030584", "0.59101087", "0.5906529", "0.5904601", "0.5892576", "0.5840714", "0.5838805", "0.58337575", "0.583297", "0.5828403", ...
0.8423529
0
Set value of advisory_count
public final void setadvisory_count(com.mendix.systemwideinterfaces.core.IContext context, Integer advisory_count) { getMendixObject().setValue(context, MemberNames.advisory_count.toString(), advisory_count); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void setadvisory_count(Integer advisory_count)\n\t{\n\t\tsetadvisory_count(getContext(), advisory_count);\n\t}", "public void setCounter(int value) { \n\t\tthis.count = value;\n\t}", "public void setCount(int value) {\n this.count = value;\n }", "public void setCount(int value) {\n ...
[ "0.8423529", "0.6467539", "0.6431739", "0.6431739", "0.6431739", "0.6351726", "0.61672723", "0.61103725", "0.6106338", "0.6081636", "0.6049249", "0.6030584", "0.59101087", "0.5906529", "0.5904601", "0.5892576", "0.5840714", "0.5838805", "0.58337575", "0.583297", "0.5828403", ...
0.8110901
1
Set value of failure_count
public final void setfailure_count(Integer failure_count) { setfailure_count(getContext(), failure_count); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void setfailure_count(com.mendix.systemwideinterfaces.core.IContext context, Integer failure_count)\n\t{\n\t\tgetMendixObject().setValue(context, MemberNames.failure_count.toString(), failure_count);\n\t}", "public void setErrorcount(int value) {\n this.errorcount = value;\n }", "public ...
[ "0.76342577", "0.76135993", "0.7401056", "0.7196559", "0.7051981", "0.7020121", "0.70001423", "0.6928672", "0.6902276", "0.67500204", "0.6738832", "0.6705812", "0.65718865", "0.65252715", "0.648414", "0.6426123", "0.6402235", "0.6402235", "0.6402235", "0.6397299", "0.6374475"...
0.8051696
0
Set value of failure_count
public final void setfailure_count(com.mendix.systemwideinterfaces.core.IContext context, Integer failure_count) { getMendixObject().setValue(context, MemberNames.failure_count.toString(), failure_count); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void setfailure_count(Integer failure_count)\n\t{\n\t\tsetfailure_count(getContext(), failure_count);\n\t}", "public void setErrorcount(int value) {\n this.errorcount = value;\n }", "public Builder setFailures(int value) {\n\n failures_ = value;\n bitField0_ |= 0x00000004;\n ...
[ "0.8049741", "0.76143485", "0.73997873", "0.719715", "0.7050046", "0.7019587", "0.70000124", "0.69296765", "0.690213", "0.6748098", "0.6736833", "0.67070657", "0.6573822", "0.65243137", "0.64837563", "0.6425713", "0.64039797", "0.64039797", "0.64039797", "0.63976985", "0.6373...
0.7632268
1
Set value of odometer_reading
public final void setodometer_reading(String odometer_reading) { setodometer_reading(getContext(), odometer_reading); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void setodometer_reading(com.mendix.systemwideinterfaces.core.IContext context, String odometer_reading)\n\t{\n\t\tgetMendixObject().setValue(context, MemberNames.odometer_reading.toString(), odometer_reading);\n\t}", "public void setO(double value) {\n this.o = value;\n }", "public void...
[ "0.7805424", "0.64860815", "0.6083492", "0.5926238", "0.57346964", "0.5729946", "0.5689431", "0.56818944", "0.5676076", "0.5666947", "0.5662573", "0.5655418", "0.56437004", "0.5622827", "0.5616249", "0.55891794", "0.5580209", "0.55775726", "0.5566214", "0.55519557", "0.555195...
0.78438985
0
Set value of odometer_reading
public final void setodometer_reading(com.mendix.systemwideinterfaces.core.IContext context, String odometer_reading) { getMendixObject().setValue(context, MemberNames.odometer_reading.toString(), odometer_reading); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void setodometer_reading(String odometer_reading)\n\t{\n\t\tsetodometer_reading(getContext(), odometer_reading);\n\t}", "public void setO(double value) {\n this.o = value;\n }", "public void set_reading(int value) {\n setUIntBEElement(offsetBits_reading(), 16, value);\n }", "...
[ "0.78438985", "0.64860815", "0.6083492", "0.5926238", "0.57346964", "0.5729946", "0.5689431", "0.56818944", "0.5676076", "0.5666947", "0.5662573", "0.5655418", "0.56437004", "0.5622827", "0.5616249", "0.55891794", "0.5580209", "0.55775726", "0.5566214", "0.55519557", "0.55519...
0.7805424
1
Set value of mot_test_number
public final void setmot_test_number(String mot_test_number) { setmot_test_number(getContext(), mot_test_number); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void setmot_test_number(com.mendix.systemwideinterfaces.core.IContext context, String mot_test_number)\n\t{\n\t\tgetMendixObject().setValue(context, MemberNames.mot_test_number.toString(), mot_test_number);\n\t}", "public void setTestNo(Long testNo) {\n this.testNo = testNo;\n }", "publi...
[ "0.78093827", "0.6385766", "0.63584787", "0.62058944", "0.6197153", "0.61702543", "0.6146743", "0.6070267", "0.60105723", "0.60012007", "0.59983677", "0.5983099", "0.5962317", "0.5960677", "0.5919282", "0.589774", "0.58840114", "0.58249784", "0.5821217", "0.5821217", "0.58212...
0.812693
0
Set value of mot_test_number
public final void setmot_test_number(com.mendix.systemwideinterfaces.core.IContext context, String mot_test_number) { getMendixObject().setValue(context, MemberNames.mot_test_number.toString(), mot_test_number); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void setmot_test_number(String mot_test_number)\n\t{\n\t\tsetmot_test_number(getContext(), mot_test_number);\n\t}", "public void setTestNo(Long testNo) {\n this.testNo = testNo;\n }", "public void setNumber(String newValue);", "public void setTestSuccessNum(byte value) {\r\n thi...
[ "0.81272143", "0.6387077", "0.6359727", "0.62052304", "0.61977726", "0.6170868", "0.6147065", "0.60709286", "0.6010244", "0.60013205", "0.59981525", "0.59832495", "0.596222", "0.5960881", "0.5918935", "0.58978385", "0.58844846", "0.58238363", "0.58214325", "0.58214325", "0.58...
0.7809742
1
Set value of test_results
public final void settest_results(vehiclelookup.proxies.TestResultObj test_results) { settest_results(getContext(), test_results); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void settest_results(com.mendix.systemwideinterfaces.core.IContext context, vehiclelookup.proxies.TestResultObj test_results)\n\t{\n\t\tif (test_results == null)\n\t\t\tgetMendixObject().setValue(context, MemberNames.test_results.toString(), null);\n\t\telse\n\t\t\tgetMendixObject().setValue(context, ...
[ "0.7337242", "0.727196", "0.72491693", "0.6932657", "0.6872539", "0.68437856", "0.66844624", "0.65972286", "0.655021", "0.65127265", "0.65100956", "0.64989483", "0.6486372", "0.6465313", "0.6460308", "0.64171684", "0.6380889", "0.6360324", "0.6357708", "0.63436496", "0.632970...
0.7887524
0
Set value of test_results
public final void settest_results(com.mendix.systemwideinterfaces.core.IContext context, vehiclelookup.proxies.TestResultObj test_results) { if (test_results == null) getMendixObject().setValue(context, MemberNames.test_results.toString(), null); else getMendixObject().setValue(context, MemberNames.test_resu...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void settest_results(vehiclelookup.proxies.TestResultObj test_results)\n\t{\n\t\tsettest_results(getContext(), test_results);\n\t}", "public final void settest_result(String test_result)\n\t{\n\t\tsettest_result(getContext(), test_result);\n\t}", "public void setResults(Map<String, StepResult> new...
[ "0.7887524", "0.727196", "0.72491693", "0.6932657", "0.6872539", "0.68437856", "0.66844624", "0.65972286", "0.655021", "0.65127265", "0.65100956", "0.64989483", "0.6486372", "0.6465313", "0.6460308", "0.64171684", "0.6380889", "0.6360324", "0.6357708", "0.63436496", "0.632970...
0.7337242
1
Set value of mot_history
public final void setmot_history(java.util.List<vehiclelookup.proxies.dataObj> mot_history) { setmot_history(getContext(), mot_history); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void setmot_history(com.mendix.systemwideinterfaces.core.IContext context, java.util.List<vehiclelookup.proxies.dataObj> mot_history)\n\t{\n\t\tjava.util.List<com.mendix.systemwideinterfaces.core.IMendixIdentifier> identifiers = new java.util.ArrayList<com.mendix.systemwideinterfaces.core.IMendixIdent...
[ "0.74346685", "0.67811096", "0.6179218", "0.61101335", "0.59545135", "0.5910232", "0.58470017", "0.5828769", "0.58260125", "0.57946926", "0.5639704", "0.5632748", "0.56323504", "0.56287825", "0.55690837", "0.55205745", "0.5515247", "0.5502795", "0.54896444", "0.5475527", "0.5...
0.7689985
0
Set value of mot_history
public final void setmot_history(com.mendix.systemwideinterfaces.core.IContext context, java.util.List<vehiclelookup.proxies.dataObj> mot_history) { java.util.List<com.mendix.systemwideinterfaces.core.IMendixIdentifier> identifiers = new java.util.ArrayList<com.mendix.systemwideinterfaces.core.IMendixIdentifier>(); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void setmot_history(java.util.List<vehiclelookup.proxies.dataObj> mot_history)\n\t{\n\t\tsetmot_history(getContext(), mot_history);\n\t}", "public void setHistory(final SubscriberNumberMgmtHistory history)\r\n {\r\n history_ = history;\r\n }", "public void loadHistory(SyncedList<MSens...
[ "0.76898646", "0.6780657", "0.6178709", "0.61099094", "0.59552926", "0.59104604", "0.58474773", "0.5828153", "0.5825798", "0.5794823", "0.5640521", "0.56325626", "0.5632545", "0.5628894", "0.557024", "0.5520753", "0.5516523", "0.5502551", "0.54902107", "0.5476213", "0.5468809...
0.7434794
1
Creates a Library instance with empty books.
public Library() { books = new Book[0]; numBooks = 0; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Library()\r\n\t{\r\n\t\titems = new ArrayList<Book>();\r\n\t}", "public Library() {\n this.okToPrint = true;\n this.libraryBooks = this.readBookCollection();\n this.patron = new HashMap<String, Patron>();\n this.calendar = new Calendar();\n this.openOrNot = false;\n ...
[ "0.7671222", "0.6913412", "0.65660864", "0.6518545", "0.6471043", "0.63870996", "0.63273966", "0.6218497", "0.6192166", "0.61580485", "0.6152418", "0.6093848", "0.6060428", "0.593419", "0.5907813", "0.58951974", "0.5884844", "0.5863916", "0.58490604", "0.58278465", "0.5805002...
0.80627537
0
Finds the index of the book in this library.
private int find(Book book) { for (int i = 0; i < books.length; i ++){ if (books[i] != null && book.equals(books[i])){ return i; } } return NOT_FOUND; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "int getBookId(Book book) {\n\t\t\n\t\t// goes through all our books\n\t\tfor (int index = 0; index < this.bookCounter; index++) {\n\n\t\t\t// checks if the book is already in the library\n\t\t\tif (book == this.bookShelf[index]) {\n\t\t\t\treturn index;\n\t\t\t}\n\t\t}\n\t\t\n\t\t// we could not find the book \n\t...
[ "0.7749636", "0.7525206", "0.6660577", "0.65580714", "0.6456793", "0.6456793", "0.6456793", "0.6456793", "0.6456793", "0.6456793", "0.6456793", "0.6456793", "0.6456793", "0.6456793", "0.6456793", "0.6456793", "0.6456793", "0.6437681", "0.6437681", "0.6437681", "0.61826533", ...
0.7443729
2
Increases the size of the books by GROWTH_SIZE and move all books from previous.
private void grow() { Book[] temp = new Book[books.length + GROWTH_SIZE]; for (int i = 0; i < books.length; i ++){ temp[i] = books[i]; } books = temp; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void grow(LinkedList<Book>[] array2) {\r\n \r\n //condition to double the capacity, resize the array, and copy the contents\r\n if ((this.size + 1) > (this.capacity * 0.8)) {\r\n \r\n int oldCapacity = this.capacity; //stores the old capacity\r\n \r\n this.capacity = this.capac...
[ "0.5639218", "0.5527203", "0.5483177", "0.53929055", "0.5324801", "0.53177625", "0.5313885", "0.52944463", "0.5287554", "0.5275453", "0.5249428", "0.523131", "0.5218819", "0.5213988", "0.52109444", "0.52083206", "0.51992404", "0.5147019", "0.5146787", "0.51460487", "0.5144398...
0.7479425
0
Adds the book into this library.
public void add(Book book) { if (books.length == numBooks){ grow(); } books[numBooks++] = book; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void addBook() {\n\t\t\n\t}", "public void addBook(Book book) {\n this.bookList.add(book);\n }", "public void add(Book book)\n\t{\n\t\tbooks.add(book);\n\t}", "public void addBook(Book book) {\n \tset.add(book);\n }", "@Override\r\n\tpublic Book addBook(Book book) {\n\t\...
[ "0.8286314", "0.8129766", "0.7989792", "0.7969198", "0.7847538", "0.7726533", "0.7665584", "0.7628633", "0.76156366", "0.75971115", "0.7434317", "0.74200493", "0.7413704", "0.7288504", "0.7266828", "0.72072166", "0.7097862", "0.7064702", "0.7059495", "0.7050696", "0.6964055",...
0.7469007
10
Removes the book from this library.
public boolean remove(Book book) { int index = find(book); if (index == NOT_FOUND){ return false; } for (int i = index; i < books.length - 1; i ++){ books[i] = books[i+1]; } books[books.length - 1] = null; numBooks --; return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void removeBook(Book book) {\n this.bookList.remove(book);\n }", "@Override\r\n\tpublic void remove(Book book) {\r\n\r\n\t}", "public void remove()\r\n {\r\n if(bookCount>0)\r\n {\r\n bookCount-=1;\r\n }\r\n }", "public void removeBook(Book b){\n\t\tbook...
[ "0.79130733", "0.7755114", "0.7666435", "0.74920744", "0.74053836", "0.7302507", "0.71954465", "0.71508735", "0.71232754", "0.701393", "0.70031035", "0.6989157", "0.69525534", "0.68087846", "0.6773044", "0.6684236", "0.66784513", "0.6510662", "0.65086436", "0.64970815", "0.64...
0.7026272
9
Checks out the book from this library.
public boolean checkOut(Book book) { int index = find(book); if (index == NOT_FOUND){ return false; } if (books[index].isCheckedOut()){ return false; } books[index].setCheckedOut(true); return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void checkOutBook(String isbn) {\n\n\t\tif (bookExists(isbn)) {\n\t\t\tfor (Book theBook : bookList) {\n\t\t\t\tString bookCode = theBook.getIsbn();\n\t\t\t\tif (bookCode.equals(isbn)) {\n\t\t\t\t\tif (bookType(bookCode) != 3) {\n\t\t\t\t\t\tif (theBook.getAvailable() >= 1) {\n\t\t\t\t\t\t\ttheBook.setAvail...
[ "0.6823427", "0.6457712", "0.63793206", "0.6337734", "0.6324971", "0.6251252", "0.618709", "0.60874003", "0.6001439", "0.5930298", "0.59181523", "0.5891954", "0.5891465", "0.58791614", "0.58670956", "0.58438313", "0.5791096", "0.57472384", "0.57423246", "0.56966245", "0.56712...
0.64938116
1
Returns the book in this library.
public boolean returns(Book book) { int index = find(book); if (index == NOT_FOUND){ return false; } if (!books[index].isCheckedOut()){ return false; } books[index].setCheckedOut(false); return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getBook() {\n\t\treturn book;\r\n\t}", "public Book getBook() {\r\n\t\treturn b;\r\n\t}", "public Book getBook() {\n\t\treturn book; //changed BoOk to book\r\n\t}", "public Book getBook() {\n return book;\n }", "public Book getBook() \t\t{ return this.myBook; }", "public ArrayLis...
[ "0.8062793", "0.8052281", "0.7809026", "0.7582233", "0.718187", "0.7097635", "0.70203424", "0.6981561", "0.69704574", "0.6882936", "0.6820498", "0.6820498", "0.68164337", "0.68110937", "0.6803739", "0.67831916", "0.67590827", "0.6722909", "0.6720396", "0.6708894", "0.6696884"...
0.0
-1
Prints the list of books to the console with the current sequence.
public void print() { System.out.println("**List of books in the library."); for (Book b : books){ if(b != null) { System.out.println(b); } } System.out.println("**End of list"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void printBook(List<Book> books) {\n\t\tIterator<Book> it = books.iterator();\n\t\twhile(it.hasNext())\n\t\t{\n\t\t\tSystem.out.println(it.next());\n\t\t}\n\t\t\n\t}", "private void printAvailableBooks() {\n\t\t\n\t}", "public void print()\n {\n System.out.println(name + \"\\n\");...
[ "0.7424705", "0.74018383", "0.7383547", "0.72373617", "0.71657085", "0.69259393", "0.6900136", "0.686951", "0.66649175", "0.6661692", "0.6599068", "0.65204823", "0.6495742", "0.6491384", "0.6336869", "0.6309395", "0.63056767", "0.62773895", "0.6252685", "0.6226267", "0.620457...
0.7673412
0
Prints the list of books by the dates published in ascending order.
public void printByDate() { for (int i = 0; i < numBooks; i++) { for (int j = i + 1; j < numBooks; j++) { if (books[i].getDatePublished().compareTo(books[j].getDatePublished()) > 0) { Book temp = books[i]; books[i] = boo...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String showAllPublicationsSorted() {\n\n PrintModelVisitor printVisitor = new PrintModelVisitor();\n visitPublications(sortPublicationsAfterTitle(mBooks), printVisitor);\n visitPublications(sortPublicationsAfterTitle(mMagazines), printVisitor);\n\n return printVisitor.getPublications();...
[ "0.6565242", "0.6317292", "0.6279442", "0.6257508", "0.6234722", "0.62065107", "0.61768997", "0.61705923", "0.6133859", "0.6020138", "0.60000896", "0.5975367", "0.59554535", "0.59406835", "0.58875614", "0.58517855", "0.5850011", "0.57499015", "0.57338774", "0.5687777", "0.566...
0.84697026
0
Prints the list of books by the book numbers in ascending order.
public void printByNumber() { for (int i = 0; i < numBooks; i++) { for (int j = i + 1; j < numBooks; j++) { if (books[i].getNumber().compareTo(books[j].getNumber()) > 0) { Book temp = books[i]; books[i] = books[j]; ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void outputBook(){\n\t\tSystem.out.println(\"\\nOrder book: \");\n\t\tNode position = head.next;\n\t\twhile (position!=null){\n\t\t\tSystem.out.println(position.ord);\n\t\t\tposition=position.next; //next or previous\n\t\t}\n\t}", "public void print()\n {\n System.out.println(name + \"\\n\");\n ...
[ "0.70520353", "0.6849421", "0.6803069", "0.66790223", "0.6599663", "0.65226877", "0.6475721", "0.6414992", "0.63920176", "0.6378365", "0.63013685", "0.6248179", "0.615442", "0.6150425", "0.61497533", "0.612129", "0.6120428", "0.6117025", "0.6096272", "0.6033183", "0.60241574"...
0.8258959
0
Gets how many books there are in this library.
public int getNumBooks() { return numBooks; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int noOfBooks() {\n\t\treturn arlist.size();\r\n\t}", "int getCountOfAllBooks();", "public List<Book> getTotalBooksInLibrary() {\n\n return books;\n }", "public int getBookCount() {\n \treturn set.size();\n }", "@Override\n\tpublic int getBooksCount() {\n\t\treturn 2;\n\t}", "public int ...
[ "0.8521747", "0.787035", "0.77627176", "0.77277863", "0.7652621", "0.7548135", "0.7502437", "0.74658996", "0.73540473", "0.7272767", "0.7216107", "0.7136025", "0.70534736", "0.7033546", "0.70131993", "0.6809167", "0.6803866", "0.6774971", "0.66080266", "0.6577476", "0.6546832...
0.8234153
1
Overloaded Allows us to create rooms in the generate path function of RoomList and set as occupied
public Room(String roomText, boolean isEmpty){ this.roomText = roomText; this.enemies = new ArrayList(); this.obstacles = new ArrayList(); this.isEmpty = isEmpty; this.containsDamsel = false; this.criticalPath = false; this.hasText = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private static void createRooms() {\n// Room airport, beach, jungle, mountain, cave, camp, raft, seaBottom;\n\n airport = new Room(\"airport\");\n beach = new Room(\"beach\");\n jungle = new Room(\"jungle\");\n mountain = new Room(\"mountain\");\n cave = new Room(\"cave\");\...
[ "0.74258506", "0.73645115", "0.72916186", "0.71763283", "0.71492076", "0.7114795", "0.71062887", "0.7017642", "0.69886655", "0.69701034", "0.6904233", "0.68667483", "0.684117", "0.6763528", "0.6735894", "0.6696521", "0.6525996", "0.6516012", "0.64833015", "0.6443551", "0.6409...
0.59335154
50
Set isEmpty to false when it receives room assignment
public void setOccupied(){ this.isEmpty = false; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean roomIsEmpty(){\n return this.isEmpty;\n }", "@Override\n\tpublic void setEmpty() {\n\t\t\n\t}", "public void setEmpty(){this.empty = true;}", "public void setEmpty(boolean empty) {\r\n this.empty = empty;\r\n }", "public void setNotEmpty(){\n this.empty = f...
[ "0.75938535", "0.6947772", "0.6864291", "0.66305494", "0.6617764", "0.6614506", "0.6609604", "0.65809923", "0.6417235", "0.626258", "0.62575114", "0.62447107", "0.62305796", "0.6208886", "0.6208886", "0.61936635", "0.6188339", "0.6170823", "0.6170823", "0.6170823", "0.6170823...
0.7368795
1
Returns true if room is empty, false if occupied
public boolean roomIsEmpty(){ return this.isEmpty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean isFull() {\n\t\t\n\t\tif (currentOccup < maxOccup)\n\t\t\treturn false;\n\t\telse\n\t\t\treturn true;\n\t}", "protected boolean isOccupied(){\n\t\treturn occupied;\n\t}", "public boolean lastRoomsIsEmpty(){return this.aLastRooms.empty();}", "public boolean IsOccupied() {\n\n\t\treturn occupied...
[ "0.76068014", "0.7492438", "0.7456808", "0.740186", "0.7387342", "0.7355624", "0.7309217", "0.72769725", "0.72396183", "0.72259206", "0.717692", "0.7123945", "0.7114434", "0.70784664", "0.7078345", "0.7077375", "0.7042122", "0.7023731", "0.7010901", "0.70012516", "0.6997257",...
0.8304474
0
Returns text indicating type of room
public String getText(){ return this.roomText; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String showRoomType()\r\n {\r\n return typeOfRoom + \"\\nAntall sengeplasser: \" + nrOfBedspaces + \"\\nSenger: \" + typeOfBeds;\r\n }", "public String getName() {\n\t return roomType;\n }", "public String convertRoomType(){\r\n String str = null;\r\n if (this.roomTyp...
[ "0.8491548", "0.7879053", "0.7802333", "0.7647612", "0.7638152", "0.7600262", "0.7379442", "0.7128636", "0.7092871", "0.7074212", "0.6956651", "0.69428533", "0.6933777", "0.68773", "0.6794568", "0.67831534", "0.67120576", "0.6704035", "0.6678149", "0.66542596", "0.6587554", ...
0.6503464
22
Set as part of critical path
public void setCriticalPath(){ this.criticalPath = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void markCriticalOnsetReplace() throws JNCException {\n markLeafReplace(\"criticalOnset\");\n }", "public void setMultipleCriticalPaths(boolean multipleCriticalPaths)\r\n {\r\n m_multipleCriticalPaths = multipleCriticalPaths;\r\n }", "public void markCriticalOnsetMerge() throws JNCExc...
[ "0.6264537", "0.6147195", "0.6049118", "0.58704853", "0.5807213", "0.57389826", "0.56996375", "0.5625555", "0.5569777", "0.55575454", "0.55306363", "0.5509964", "0.54303956", "0.5425321", "0.5409325", "0.5336862", "0.5333409", "0.53209436", "0.5300896", "0.5285262", "0.526501...
0.81816506
0
Returns true if part of criticalPath
public boolean isCriticalPath(){ return this.criticalPath; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "boolean hasCriticalPathDurationMs();", "boolean hasNumberOfTasksOnCriticalPath();", "public void setCriticalPath(){\n this.criticalPath = true;\n }", "boolean testCriticalPath(String[] criticalPath) {\n\t\tInetAddress addr = null;\n\t\tboolean result = true;\n\n\t\tThreadCategory log = log();\n\t\t...
[ "0.72893035", "0.7118203", "0.6839066", "0.6818037", "0.6781174", "0.6658166", "0.62473685", "0.5912554", "0.5844681", "0.5806339", "0.5776168", "0.5755154", "0.56787425", "0.56664157", "0.5615948", "0.56015927", "0.55746067", "0.54968387", "0.54968387", "0.54968387", "0.5496...
0.8175217
0
Set text for type of room
public void setText(String text){ this.roomText = text; this.hasText = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setRoom(java.lang.CharSequence value) {\n this.room = value;\n }", "@Override\n\tpublic void setText(CharSequence text, BufferType type) {\n\t\tString selected_font = StoreUtil.getInstance().selectFrom(\"fonts\");\n\t\tif(selected_font != null){\n\t\t\tif(selected_font.equals(\"myanmar3\")){\n\t\...
[ "0.68682957", "0.67418814", "0.66964227", "0.66139066", "0.64485085", "0.63242686", "0.63214016", "0.63000363", "0.6282164", "0.62451845", "0.62262857", "0.6221842", "0.6209351", "0.6194316", "0.6192257", "0.61878103", "0.6176052", "0.61717576", "0.6171689", "0.61567634", "0....
0.7833819
0
method for contact two array accordingly even and odd position of the array
int[] populateArray(int[] firstArr,int[] secondArr){ length = firstArr.length + secondArr.length; //Getting length of the resultant array resultArr = new int[length]; //set resultant array length for(kCounter = 0 ; kCounter < length; kCounter++){ //checking index of the array is even or odd if(kCounter % 2 ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void main(String args[])\n {\n Scanner sc = new Scanner(System.in);\n int n = sc.nextInt();\n int arr[] = new int[n+1];\n int arr1[] = new int[n+1];\n int arr2[] = new int[n+1];\n int o = 0 , e = 0;\n for(int i = 1 ; i <= n ; i++ )\n {\n arr[i] = sc.nextInt();\n i...
[ "0.6236411", "0.59388703", "0.5797276", "0.57957965", "0.578523", "0.5773653", "0.5675018", "0.5594198", "0.55910367", "0.55540144", "0.5549973", "0.55242896", "0.55197227", "0.5512062", "0.5510448", "0.5496678", "0.5484028", "0.54739195", "0.5469335", "0.5460286", "0.5449981...
0.6568731
0
This builds a wheel (if required) made of segments.
protected Map<Integer, List<Shape>> getWheel() { if (mapWheel == null) { mapWheel = new HashMap<>(CIRCLE_COUNT); // The current radius float radius = getRadius(); // The radius of each individual circle... float circleRa...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "Segment createSegment();", "public ArcadeDrivetrain build() {\n verify();\n return new ArcadeDrivetrain(this);\n }", "protected String pathBuilder(String... segments) {\n\t\t\n\t\tStringBuffer path = new StringBuffer();\n\t\tfor(String seg : segments){\n\t\t\tif(seg != null){\n\t\t...
[ "0.5435406", "0.5343041", "0.5220337", "0.4951282", "0.48310268", "0.4815104", "0.47999972", "0.4764678", "0.47060168", "0.46752188", "0.46002272", "0.44992045", "0.44624594", "0.44557214", "0.44346252", "0.4414419", "0.44025815", "0.4385251", "0.43733865", "0.43726638", "0.4...
0.49293935
4
Spring Data JPA repository for the Lanche entity.
@SuppressWarnings("unused") @Repository public interface LancheRepository extends JpaRepository<Lanche, Long> { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Repository\npublic interface LandUriRepository extends CrudRepository<LandUri, Long>{\n}", "@Repository\npublic interface AtletaRepository extends JpaRepository<Atleta, Long> {\n\n}", "public interface GirosLinRepository extends JpaRepository<GirosLin,Long> {\n\n}", "@SuppressWarnings(\"unused\")\n@Reposito...
[ "0.6814632", "0.67716527", "0.67304033", "0.6711844", "0.67064583", "0.6672469", "0.6664834", "0.656486", "0.6559021", "0.65066653", "0.64629024", "0.64185065", "0.6413979", "0.6398807", "0.6391561", "0.6384893", "0.6380177", "0.6367829", "0.63651335", "0.6357129", "0.6349979...
0.7150438
0
Referenced classes of package com.aliyun.aos.services.oss.model: ProgressEvent
public interface ProgressListener { public abstract void progressChanged(ProgressEvent progressevent); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface ProgressEvent\r\n {\r\n \tpublic void progressEvent(double value, double total);\r\n }", "public void handleProgressEvent(ProgressEvent event) {\n DeploymentStatus ds = event.getDeploymentStatus();\n System.out.println(\"Received Progress Event state \" + ds.getState() + \" msg ...
[ "0.6242137", "0.6032123", "0.55870134", "0.55133355", "0.5478687", "0.54644483", "0.5460981", "0.5432043", "0.54309154", "0.53818935", "0.5363255", "0.53582966", "0.5331744", "0.53132796", "0.5281198", "0.5275068", "0.5272711", "0.5251982", "0.52348244", "0.5212416", "0.52100...
0.5655138
2
Gets the status code.
public String getStatusCode() { return statusCode; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "int getStatusCode();", "int getStatusCode();", "int getStatusCode( );", "public int getStatusCode() {\r\n\t\treturn mStatus;\r\n\t}", "public int getStatusCode() {\n return code;\n }", "public int getStatusCode() {\n return statusLine.getStatusCode();\n }", "public int statu...
[ "0.8436027", "0.8436027", "0.82879496", "0.82397985", "0.8227875", "0.8223135", "0.8207808", "0.8156078", "0.81032693", "0.80750716", "0.80750716", "0.80750716", "0.80750716", "0.80365723", "0.79972965", "0.7940892", "0.7932309", "0.79033005", "0.78969127", "0.78361726", "0.7...
0.77820677
22
Sets the status code.
public void setStatusCode(String statusCode) { this.statusCode = statusCode; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatusCode(final HttpStatus status) {\n\t\tthis.statusCode = status;\n\t}", "public void setStatusCode(Integer statusCode) {\n this.statusCode = statusCode;\n }", "public void setStatusCode(Integer statusCode) {\n this.statusCode = statusCode ;\n }", "public void setStatus...
[ "0.7978704", "0.79785526", "0.7974413", "0.78098994", "0.772269", "0.7641405", "0.7594093", "0.7593325", "0.75897723", "0.7556361", "0.747618", "0.7438867", "0.74356973", "0.7419066", "0.7419066", "0.7412286", "0.7394159", "0.7394159", "0.73576117", "0.73576117", "0.73495483"...
0.7675954
5
Gets the status name.
public String getStatusName() { return statusName; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getStatusName() {\n return status.getText();\n }", "@Override\n\tpublic java.lang.String getStatusName() {\n\t\treturn _dmGtStatus.getStatusName();\n\t}", "public java.lang.String getPatStatusName() {\n java.lang.Object ref = patStatusName_;\n if (ref instanceof java.lang.Stri...
[ "0.87318736", "0.81568503", "0.74855137", "0.74855137", "0.7485048", "0.7356789", "0.7356789", "0.7325749", "0.7325749", "0.7325749", "0.7325749", "0.73231137", "0.7312351", "0.72845256", "0.72845256", "0.72835433", "0.72570646", "0.7253418", "0.7248129", "0.72331476", "0.721...
0.855364
1
Sets the status name.
public void setStatusName(String statusName) { this.statusName = statusName; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatusName(String statusName);", "@Override\n\tpublic void setStatusName(java.lang.String statusName) {\n\t\t_dmGtStatus.setStatusName(statusName);\n\t}", "public void setStatus(String stat)\n {\n status = stat;\n }", "void setStatus(java.lang.String status);", "public void setS...
[ "0.86537814", "0.8177235", "0.7382496", "0.7378916", "0.7333289", "0.73161674", "0.7260324", "0.7260324", "0.724076", "0.7198793", "0.71908516", "0.7175543", "0.7175543", "0.7175543", "0.7175543", "0.7175543", "0.7172888", "0.7172888", "0.716974", "0.716974", "0.71535593", ...
0.86035186
1