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
to remove mFloatLayout from windowManager
@Override public void onDestroy() { super.onDestroy(); if (mFloatLayout != null) { mWindowManager.removeView(mFloatLayout); } tearDownMediaProjection(); Log.i(TAG, "application destroy"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void onDestroy() {\n super.onDestroy();\n if (mFloatLayout != null) {\n //移除悬浮窗口 \n mWindowManager.removeView(mFloatLayout);\n }\n if (mFloatLayout != null) {\n //移除悬浮窗口\n mWindowManager.removeView(mFloatLayout2);\n ...
[ "0.7482115", "0.72115976", "0.7190252", "0.65956473", "0.6521995", "0.6443978", "0.63216025", "0.6231295", "0.6226329", "0.61800677", "0.6156622", "0.6125683", "0.61078644", "0.6099382", "0.60592973", "0.60555196", "0.6017311", "0.5997843", "0.5989699", "0.59646887", "0.59616...
0.67986804
3
Doesn't contain a body so no need to do anything on rewind (assumes no sideffects to accessor methods via bindings).
protected void renderComponent(IMarkupWriter writer, IRequestCycle cycle) { if (cycle.isRewinding()) return; String sURL = getImage(); if (sURL == null) { throw Tapestry.createRequiredParameterException(this, "image"); } // gets the url for the thumbnail, creates the thumbnail if need be String context = getServletContext().getRealPath("/"); String basePath = getFotoPathService().getPath(); String sThumbImageURL = getThumbNailService().create(context, basePath, sURL, getWidth(), getHeight()); String sBiggerImageURL = getThumbNailService().create(context, basePath, sURL, 760, 570); String sRelativeThumbImageURL = sThumbImageURL.substring(sThumbImageURL.indexOf(getThumbNailService().getThumbPath())+1); String sRelativeBiggerImageURL = sBiggerImageURL.substring(sBiggerImageURL.indexOf(getThumbNailService().getThumbPath())+1); writer.begin("a"); writer.attribute("class", "thickbox"); writer.attribute("rel", "same-for-paging"); writer.attribute("href", sRelativeBiggerImageURL); writer.beginEmpty("img"); writer.attribute("src", sRelativeThumbImageURL); writer.attribute("border", "0"); renderInformalParameters(writer, cycle); writer.closeTag(); writer.end("a"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void rewind() {\n\t\t\n\t}", "void rewind();", "@Override\n @JRubyMethod\n public IRubyObject rewind(ThreadContext context) {\n return getRuntime().getNil();\n }", "public void rewind() {\n try {\n mSessionBinder.rewind(mContext.getPackageName(), ...
[ "0.78420734", "0.6978231", "0.67289615", "0.6724149", "0.66711086", "0.65397835", "0.6469982", "0.63225675", "0.6303301", "0.59982216", "0.590358", "0.5863049", "0.58110696", "0.5665173", "0.566504", "0.5662902", "0.56544286", "0.56434464", "0.5628265", "0.5612784", "0.560167...
0.0
-1
package private util methods
static Class loadClass(String name, Object fallbackClass) throws ClassNotFoundException { ClassLoader loader = getCurrentLoader(fallbackClass); return loader.loadClass(name); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private Util() { }", "private Utils() {}", "private Utils() {}", "private Utils() {}", "private Utils() {}", "private JacobUtils() {}", "private stendhal() {\n\t}", "private void someUtilityMethod() {\n }", "private void someUtilityMethod() {\n }", "private OMUtil() { }", "private...
[ "0.6520478", "0.6273454", "0.6273454", "0.6273454", "0.6273454", "0.6128059", "0.597926", "0.5935656", "0.5935656", "0.5907395", "0.59025896", "0.5893261", "0.5883599", "0.58408207", "0.58408207", "0.58248234", "0.5766288", "0.57157815", "0.5698004", "0.56908154", "0.5654813"...
0.0
-1
todo: might affect loading speed of gallery itemView
@Subscribe public void handlePhotoGalleryPageSelected(OnPhotoGalleryPhotoSelect event) { displayPhoto(event.getPhotoDisplayInfo()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface PhotoGalleryView extends LoadingView {\n\n void showPhotos(ArrayList<PhotoGalleryItem> arPhotos);\n\n void openFullSizePhoto(int position, ArrayList<PhotoGalleryItem> ar);\n\n void setLoadedCount(int loadedCount, int size);\n\n void showToolbarLoading();\n\n void onAdd(ArrayList<Pho...
[ "0.6920021", "0.6821797", "0.68017226", "0.67384267", "0.6498274", "0.6495626", "0.64664143", "0.64416933", "0.64412093", "0.6396239", "0.63724965", "0.6358938", "0.63508326", "0.6350821", "0.631864", "0.6281858", "0.6258841", "0.6255067", "0.62495106", "0.6248705", "0.623827...
0.0
-1
Gets the attribute object.
private Object getAttributeObject(String attribute, JSONObject jsonObject) { Object attributeObject = null; if (attribute.equals(STUDENT_DOCUMENT)) { attributeObject = StudentDocumentDataAssembler.create(jsonObject); } else if (attribute.equals(STUDENT_FAMILY_MEMBER)) { attributeObject = StudentFamilyDataAssembler.create(jsonObject); } return attributeObject; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public GenericAttribute getAttribute () {\n return attribute;\n }", "Attribute getAttribute();", "public org.omg.uml.foundation.core.Attribute getAttribute();", "Object getAttribute(int attribute);", "IAttributes getAttributes();", "java.lang.String getAttribute();", "public String getAttribu...
[ "0.7429106", "0.74178785", "0.7391055", "0.7140726", "0.6890881", "0.6889842", "0.6857794", "0.67254233", "0.67254233", "0.67204213", "0.6712268", "0.6712268", "0.6712268", "0.670571", "0.6689706", "0.6679123", "0.667517", "0.66674554", "0.6661145", "0.6651025", "0.66253555",...
0.6232771
39
This is the default constructor
public MacroModule(JDesktopPane desktop) { this.desktop = desktop; propertySupport = new PropertyChangeSupport(this); initialize(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "Constructor() {\r\n\t\t \r\n\t }", "public Constructor(){\n\t\t\n\t}", "defaultConstructor(){}", "@SuppressWarnings(\"unused\")\n public NoConstructor() {\n // Empty\n }", "public Orbiter() {\n }", "public Pitonyak_09_02() {\r\n }", "public PSRelation()\n {\n }", "p...
[ "0.85315686", "0.8274922", "0.75848484", "0.74773645", "0.7456932", "0.7447545", "0.7443651", "0.7441528", "0.7410326", "0.74039483", "0.7391621", "0.7377517", "0.73672515", "0.7351425", "0.73242426", "0.7324195", "0.73132765", "0.73016304", "0.7279156", "0.7262864", "0.72578...
0.0
-1
This method initializes this
private void initialize() { this.setLayout(new BorderLayout()); this.setSize(300,200); this.add(getJPanel(), java.awt.BorderLayout.CENTER); this.add(getJPanel1(), java.awt.BorderLayout.SOUTH); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override public void init()\n\t\t{\n\t\t}", "public void initialize()\n {\n }", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "public void init() {\n \n }", "@Override\n\t\tpublic void init() {\n\t\t}", "protected void initialize() {\n \t\n }", "@Override\r\n\tpub...
[ "0.8354825", "0.8309513", "0.8283604", "0.8257773", "0.8200911", "0.8199891", "0.8150085", "0.812387", "0.8104957", "0.8103473", "0.8103473", "0.8103473", "0.80656415", "0.8054776", "0.8038111", "0.8030163", "0.8019929", "0.7993678", "0.7993678", "0.7987857", "0.798652", "0...
0.0
-1
This method initializes jPanel
private JPanel getJPanel() { if (list_panel == null) { list_panel = new JPanel(); list_panel.setLayout(new BorderLayout()); list_panel.add(getMacro_pane(), java.awt.BorderLayout.CENTER); } return list_panel; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initPanel() {\n\t\tthis.panel = new JPanel();\n\t\tthis.panel.setBounds(5, 5, 130, 20);\n\t\tthis.panel.setLayout(null); \n\n\t}", "public NewJPanel() {\n initComponents();\n }", "public NewJPanel() {\n initComponents();\n }", "private void initComponents() {\r\n\r\n ...
[ "0.7945597", "0.7690438", "0.7690438", "0.76751626", "0.7653176", "0.7649254", "0.74761856", "0.7464825", "0.73105556", "0.72757375", "0.7228872", "0.7217481", "0.718531", "0.7171886", "0.7130567", "0.7124273", "0.71133393", "0.7104561", "0.7088634", "0.7076967", "0.706594", ...
0.0
-1
This method initializes jPanel1
private JPanel getJPanel1() { if (button_panel == null) { button_panel = new JPanel(); button_panel.add(getJButton(), null); button_panel.add(getJButton2(), null); button_panel.add(getJButton1(), null); button_panel.add(getJButton3(), null); } return button_panel; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initComponents() {\r\n\r\n jPanel1 = new javax.swing.JPanel();\r\n\r\n setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);\r\n getContentPane().setLayout(new java.awt.GridLayout(1, 0));\r\n\r\n javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLa...
[ "0.8497778", "0.8148406", "0.76766485", "0.76390415", "0.75015557", "0.7372715", "0.7343016", "0.73054194", "0.7289836", "0.7277488", "0.7277433", "0.7253382", "0.7210871", "0.72053194", "0.719308", "0.7157428", "0.7157428", "0.7155956", "0.7152984", "0.7144452", "0.7142593",...
0.0
-1
This method initializes macro_pane
private JScrollPane getMacro_pane() { if (macro_pane == null) { macro_pane = new JScrollPane(); macro_pane.setViewportView(getJList()); } return macro_pane; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void init()\n {\n buildUI(getContentPane());\n }", "private void initialize() {\n layout = new HorizontalLayout();\n\n workspaceTabs = new TabSheet();\n\n WorkspacePanel panel = new WorkspacePanel(\"Workspace 1\");\n workspaceTabs.addTab(panel).setCaption(\"Workspa...
[ "0.69243306", "0.67657477", "0.67441416", "0.66815656", "0.66513455", "0.65708095", "0.6542363", "0.6526422", "0.65214694", "0.6520618", "0.6507006", "0.64911985", "0.64751685", "0.64544517", "0.6451679", "0.642904", "0.64131147", "0.6393189", "0.63724643", "0.6330905", "0.63...
0.68265444
1
This method initializes jList
private JList getJList() { if (macro_list == null) { macro_list = new JList(); } return macro_list; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initList() {\n tempShopList=wdh.getTempShopList();\n final String[] listIndex=new String[tempShopList.size()];\n \n // System.out.println(tempShopList.size());\n \n for(int i=0;i<tempShopList.size();i++)\n listIndex[i]=String.valueOf(i+1); \n ...
[ "0.7755719", "0.7418798", "0.7376077", "0.7264294", "0.72435063", "0.7207074", "0.6944494", "0.691965", "0.6884538", "0.6851763", "0.6798565", "0.6747541", "0.6662346", "0.6661429", "0.6637276", "0.6592842", "0.6592299", "0.65587986", "0.65541595", "0.65025175", "0.6485992", ...
0.0
-1
This method initializes jButton
private JButton getJButton() { if (new_button == null) { new_button = new JButton(); new_button.setText(Locale.getString("NEW")); new_button.setMnemonic(java.awt.event.KeyEvent.VK_N); new_button.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent e) { System.out.println("actionPerformed()"); // TODO Auto-generated Event stub actionPerformed() } }); } return new_button; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initComponents() {\n\n jButton1 = new javax.swing.JButton();\n\n setLayout(new java.awt.BorderLayout());\n\n org.openide.awt.Mnemonics.setLocalizedText(jButton1, org.openide.util.NbBundle.getMessage(CallGraphTopComponent.class, \"NO_VIEW_AVAILABLE\")); // NOI18N\n jButton1....
[ "0.7693173", "0.7513969", "0.7420393", "0.74180233", "0.7387431", "0.73775595", "0.73547804", "0.73158616", "0.72829676", "0.7187688", "0.7146853", "0.7146834", "0.7121325", "0.70403755", "0.6987556", "0.69699585", "0.6963861", "0.69615465", "0.6945088", "0.6934827", "0.69306...
0.0
-1
This method initializes jButton1
private JButton getJButton1() { if (edit_button == null) { edit_button = new JButton(); edit_button.setMnemonic(java.awt.event.KeyEvent.VK_E); edit_button.setText(Locale.getString("EDIT")); } return edit_button; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initComponents() {\n\n jButton1 = new javax.swing.JButton();\n\n setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);\n\n jButton1.setText(\"Open\");\n jButton1.addActionListener(new java.awt.event.ActionListener() {\n public void actionPerformed(java.awt.ev...
[ "0.787375", "0.78179973", "0.78103393", "0.7439349", "0.72732615", "0.7151653", "0.705009", "0.70462567", "0.7041948", "0.7036816", "0.6980716", "0.69672203", "0.6943978", "0.6923105", "0.69206107", "0.6896566", "0.6879054", "0.6868752", "0.6867411", "0.68589735", "0.67840004...
0.0
-1
This method initializes jButton2
private JButton getJButton2() { if (import_button == null) { import_button = new JButton(); import_button.setText(Locale.getString("IMPORT")); import_button.setMnemonic(java.awt.event.KeyEvent.VK_I); } return import_button; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initComponents() {\n\n button2 = new java.awt.Button();\n a = new java.awt.Button();\n b = new java.awt.Button();\n\n button2.setLabel(\"button2\");\n\n setLayout(null);\n\n a.setForeground(new java.awt.Color(0, 0, 1));\n a.setLabel(\"ok\");\n a....
[ "0.7754245", "0.7516525", "0.7430411", "0.72510093", "0.7195363", "0.6940945", "0.6925504", "0.6903585", "0.6857082", "0.6832733", "0.6828818", "0.678496", "0.67739093", "0.6755583", "0.6732555", "0.6715561", "0.6698505", "0.6698505", "0.6688187", "0.6681928", "0.66813207", ...
0.6514877
46
This method initializes jButton3
private JButton getJButton3() { if (delete_button == null) { delete_button = new JButton(); delete_button.setMnemonic(java.awt.event.KeyEvent.VK_D); delete_button.setText(Locale.getString("DELETE")); } return delete_button; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initComponents() {\n\n jButton1 = new javax.swing.JButton();\n\n setLayout(new java.awt.BorderLayout());\n\n org.openide.awt.Mnemonics.setLocalizedText(jButton1, org.openide.util.NbBundle.getMessage(CallGraphTopComponent.class, \"NO_VIEW_AVAILABLE\")); // NOI18N\n jButton1....
[ "0.7183003", "0.7022357", "0.6949485", "0.6918995", "0.68680274", "0.68648106", "0.68517625", "0.6848237", "0.6844936", "0.68376464", "0.68165237", "0.6778641", "0.6691512", "0.6688899", "0.66843283", "0.6658199", "0.6652179", "0.66503483", "0.6631814", "0.6613729", "0.659610...
0.0
-1
Noise patterns are symmetrical around the origin and it looks weird. Move origin to corner.
int drawCloud(PVector p, double t) { p = LayoutUtil.Vadd(p, LayoutUtil.V(1, 1)); double z = .08 * t; double hue = .1 * t; double scale = .75; double n = fractalNoise(state.dx + p.x*scale, state.dy + p.y*scale, z) - 0.75; double m = fractalNoise(state.dx + p.x*scale, state.dy + p.y*scale, z + 10.0) - 0.75; return color( MathUtil.fmod(hue + .8 * m, 1.), 1. - constrain(Math.pow(3.0 * n, 3.5), 0, 0.9), constrain(Math.pow(3.0 * n, 1.5), 0, 0.9) ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void makeNoise() {\n\t\tSystem.out.println(\"Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink ...
[ "0.6055073", "0.59890324", "0.59275943", "0.5843089", "0.5752986", "0.56550574", "0.5653842", "0.5595538", "0.5564469", "0.55247647", "0.5518996", "0.5495241", "0.5485197", "0.54612637", "0.5452943", "0.54481524", "0.54090947", "0.53392226", "0.5310805", "0.53026503", "0.5220...
0.0
-1
Noise patterns are symmetrical around the origin and it looks weird. Move origin to corner.
int drawRing(PVector p, double t) { p = LayoutUtil.Vadd(p, LayoutUtil.V(1, 1)); double z = .08 * t; double hue = .1 * t; double scale = .75; double saturation = constrain(Math.pow(1.15 * noise(t * 0.122), 2.5), 0, 1); double spacing = noise(t * 0.124) * 15.; double centerx = noise(t * 0.125) * 2.5; double centery = noise(t * -0.125) * 2.5; double dist = Math.sqrt(Math.pow(p.x - centerx, 2) + Math.pow(p.y - centery, 2)); double pulse = (Math.sin(state.dz + dist * spacing) - 0.3) * 0.3; double n = fractalNoise(state.dx + p.x*scale + pulse, state.dy + p.y*scale, z) - 0.75; double m = fractalNoise(state.dx + p.x*scale, state.dy + p.y*scale, z + 10.0) - 0.75; return color( MathUtil.fmod(hue + .4 * m, 1.), saturation, constrain(Math.pow(3.0 * n, 1.5), 0, 0.9) ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void makeNoise() {\n\t\tSystem.out.println(\"Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink Oink oink ...
[ "0.6055073", "0.59890324", "0.59275943", "0.5843089", "0.5752986", "0.56550574", "0.5653842", "0.5595538", "0.5564469", "0.55247647", "0.5518996", "0.5495241", "0.5485197", "0.54612637", "0.5452943", "0.54481524", "0.54090947", "0.53392226", "0.5310805", "0.53026503", "0.5220...
0.0
-1
Return a value from 1 to 0 and back gain as x moves from 0 to 'period'
double cyclicValue(double x, double period) { return .5*(Math.cos(x / period * 2*Math.PI) + 1.); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "double moireCyclicValue(double x, double period) {\n double val = (Math.exp(Math.sin(x*x/2000.0*Math.PI)) - 0.36787944)*108.0;\n double variance = 0.001;\n \n return (variance*val);\n }", "float getPreGain();", "double moireCyclicValue(double x, double period) {\n double val...
[ "0.6483963", "0.64771533", "0.6361429", "0.6264845", "0.60308546", "0.6014827", "0.579383", "0.5780566", "0.56608826", "0.5615321", "0.5580107", "0.5562117", "0.5531326", "0.5484057", "0.5420001", "0.54022765", "0.5395906", "0.5395872", "0.5394974", "0.5391568", "0.5381895", ...
0.597726
6
Return a value from 1 to 0 and back gain as x moves from 0 to 'period'
double moireCyclicValue(double x, double period) { double val = (Math.exp(Math.sin(x*x/2000.0*Math.PI)) - 0.36787944)*108.0; double variance = 0.001; return (variance*val); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "float getPreGain();", "double moireCyclicValue(double x, double period) {\n double val = (Math.exp(Math.sin(x*x/2000.0*Math.PI)) - 0.36787944)*108.0;\n double variance = 0.001;\n\n return (variance*val);\n }", "double noireCyclicValue(double x, double period) {\n double val = (Ma...
[ "0.647991", "0.6358907", "0.6262612", "0.60334194", "0.60127777", "0.5975067", "0.5975067", "0.5797203", "0.57771266", "0.5657249", "0.5613892", "0.5577949", "0.55612224", "0.55301243", "0.5482679", "0.541774", "0.5400809", "0.53981596", "0.53952503", "0.53947407", "0.5392528...
0.64814335
0
Return a value from 1 to 0 and back gain as x moves from 0 to 'period'
double noireCyclicValue(double x, double period) { double val = (Math.exp(Math.sin(x*x/2000.0*Math.PI)) - 0.36787944)*108.0; double variance = 0.001; return (variance*val); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "double moireCyclicValue(double x, double period) {\n double val = (Math.exp(Math.sin(x*x/2000.0*Math.PI)) - 0.36787944)*108.0;\n double variance = 0.001;\n \n return (variance*val);\n }", "float getPreGain();", "double moireCyclicValue(double x, double period) {\n double val...
[ "0.6480846", "0.6478276", "0.6358467", "0.6031698", "0.6012325", "0.59755594", "0.59755594", "0.57951117", "0.57777554", "0.5658135", "0.56140447", "0.55776066", "0.5560836", "0.5528973", "0.5482461", "0.54177", "0.5400546", "0.53964293", "0.5394687", "0.53936434", "0.539271"...
0.6262369
3
Loop through the collidable entities, Check whether collidable entities collide,Resolve collision
@Override public void update(float dt) { for (GameObject g : getGameObjectList()) { Collider gameObjectCollider = g.getComponent(Collider.class); if (g.getSID() instanceof Map.Block ) { continue; } gameObjectCollider.reduceAvoidTime(dt); for (GameObject h : getGameObjectList()) { Collider gameObjectCollider2 = h.getComponent(Collider.class); if (g.equals(h)) { continue; } if ((gameObjectCollider.bitmask & gameObjectCollider2.layer) != 0) { if (gameObjectCollider2.layer == gameObjectCollider.layer){ continue; } TransformComponent t = g.getComponent(TransformComponent.class); Vector2f pos1 = g.getComponent(Position.class).getPosition(); FloatRect rect1 = new FloatRect(pos1.x, pos1.y, t.getSize().x, t.getSize().y); TransformComponent t2 = g.getComponent(TransformComponent.class); Vector2f pos2 = h.getComponent(Position.class).getPosition(); FloatRect rect2 = new FloatRect(pos2.x, pos2.y, t2.getSize().x, t2.getSize().y); FloatRect collision = rect2.intersection(rect1); if (collision != null) { Collider mainCollider = g.getComponent(Collider.class); Collider collidingWith = h.getComponent(Collider.class); if (!(mainCollider.checkGameObject(h)||collidingWith.checkGameObject(g))) { if (mainCollider.events == true && collidingWith.events == true) { if ((g.getBitmask() & BitMasks.produceBitMask(CollisionEvent.class)) == 0) { g.addComponent(new CollisionEvent()); } g.getComponent(CollisionEvent.class).getG().add(h); if ((h.getBitmask() & BitMasks.produceBitMask(CollisionEvent.class)) == 0) { h.addComponent(new CollisionEvent()); } h.getComponent(CollisionEvent.class).getG().add(g); } if (mainCollider.dieOnPhysics == true) { EntityManager.getEntityManagerInstance().removeGameObject(g); } if (mainCollider.physics == true && collidingWith.physics == true) { float resolve = 0; float xIntersect = (rect1.left + (rect1.width * 0.5f)) - (rect2.left + (rect2.width * 0.5f)); float yIntersect = (rect1.top + (rect1.height * 0.5f)) - (rect2.top + (rect2.height * 0.5f)); if (Math.abs(xIntersect) > Math.abs(yIntersect)) { if (xIntersect > 0) { resolve = (rect2.left + rect2.width) - rect1.left; } else { resolve = -((rect1.left + rect1.width) - rect2.left); } g.getComponent(Position.class).addPosition(new Vector2f(resolve, 0)); } else { if (yIntersect > 0) { resolve = (rect2.top + rect2.height) - rect1.top; } else { resolve = -((rect1.top + rect1.height) - rect2.top); } g.getComponent(Position.class).addPosition(new Vector2f(0, resolve)); } } } } } } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void detectCollisions(){\n\t\tfor(int i = 0; i < pScene.getNumOf(); i++){\n\t\t\tEntity a = pScene.getObject(i);\n\t\t\tif (!a.isAlive())\n\t\t\t\tcontinue;\n\t\t\tfor(int j = i + 1; j < pScene.getNumOf(); j++){\n\t\t\t\tEntity b = pScene.getObject(j);\n\t\t\t\tif(a.intersects(b)&&(!(a.getStatic()&&b.getS...
[ "0.745047", "0.7357392", "0.72109854", "0.71951324", "0.71678776", "0.71515685", "0.70775014", "0.7037712", "0.70233554", "0.6968407", "0.69433975", "0.69398236", "0.69109327", "0.6873509", "0.6851835", "0.68316585", "0.68263847", "0.6801774", "0.6801561", "0.6765534", "0.675...
0.69667375
10
JFormDesigner Component initialization DO NOT MODIFY //GENBEGIN:initComponents Generated using JFormDesigner Evaluation license Tomas Bellus
private void initComponents() { label1 = new JLabel(); label2 = new JLabel(); label3 = new JLabel(); label4 = new JLabel(); first_name_textField = new JTextField(); surname_textField = new JTextField(); phone_textField = new JTextField(); label5 = new JLabel(); email_textField = new JTextField(); cancel_button = new JButton(); add_button = new JButton(); //======== this ======== Container contentPane = getContentPane(); contentPane.setLayout(new GridBagLayout()); ((GridBagLayout)contentPane.getLayout()).columnWidths = new int[] {70, 106, 46, 78, 0}; ((GridBagLayout)contentPane.getLayout()).rowHeights = new int[] {0, 0, 0, 0, 0, 0}; ((GridBagLayout)contentPane.getLayout()).columnWeights = new double[] {0.0, 0.0, 0.0, 0.0, 1.0E-4}; ((GridBagLayout)contentPane.getLayout()).rowWeights = new double[] {0.0, 0.0, 0.0, 0.0, 0.0, 1.0E-4}; //---- label1 ---- label1.setText("New client item"); label1.setFont(label1.getFont().deriveFont(label1.getFont().getStyle() | Font.BOLD)); contentPane.add(label1, new GridBagConstraints(0, 0, 2, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 5, 5), 0, 0)); //---- label2 ---- label2.setText("name"); contentPane.add(label2, new GridBagConstraints(0, 1, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 5, 5), 0, 0)); //---- label3 ---- label3.setText("phone"); contentPane.add(label3, new GridBagConstraints(0, 2, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 5, 5), 0, 0)); //---- label4 ---- label4.setText("e-mail"); contentPane.add(label4, new GridBagConstraints(0, 3, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 5, 5), 0, 0)); //---- first_name_textField ---- first_name_textField.setToolTipText("first name"); contentPane.add(first_name_textField, new GridBagConstraints(1, 1, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 5, 5), 0, 0)); //---- surname_textField ---- surname_textField.setToolTipText("surname"); contentPane.add(surname_textField, new GridBagConstraints(2, 1, 2, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 5, 0), 0, 0)); //---- phone_textField ---- phone_textField.addKeyListener(new KeyAdapter() { @Override public void keyTyped(KeyEvent e) { phone_textFieldKeyTyped(e); } }); contentPane.add(phone_textField, new GridBagConstraints(1, 2, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 5, 5), 0, 0)); //---- label5 ---- label5.setText("e.g. 0901222333"); contentPane.add(label5, new GridBagConstraints(2, 2, 2, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 5, 0), 0, 0)); //---- email_textField ---- email_textField.setToolTipText("example@email.net"); contentPane.add(email_textField, new GridBagConstraints(1, 3, 3, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 5, 0), 0, 0)); //---- cancel_button ---- cancel_button.setText("cancel"); contentPane.add(cancel_button, new GridBagConstraints(0, 4, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 0, 5), 0, 0)); //---- add_button ---- add_button.setText("add"); contentPane.add(add_button, new GridBagConstraints(3, 4, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0)); pack(); setLocationRelativeTo(getOwner()); // JFormDesigner - End of component initialization //GEN-END:initComponents }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initComponents() {\n\n\t\tsetName(\"Form\"); // NOI18N\n\t\tsetLayout(new java.awt.BorderLayout());\n\t}", "private void initComponents() {\n lblHAUF = new JLabel();\n jdcHAUF = new JDateChooser();\n lblStation = new JLabel();\n cmbStation = new JComboBox<>();\n lb...
[ "0.7634215", "0.74907887", "0.73687", "0.736719", "0.729919", "0.72739863", "0.7255759", "0.7254704", "0.7254704", "0.7156147", "0.71266806", "0.71156955", "0.71069187", "0.7098729", "0.70980453", "0.70618844", "0.70472497", "0.7035575", "0.70290476", "0.7027714", "0.7012726"...
0.0
-1
JFormDesigner End of variables declaration //GENEND:variables
public String getFirst_name_textFieldText() { return first_name_textField.getText(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jLabel1 = new javax.swing.JLabel();\n productCompanyjTextField1 = new javax.swing.JTextField();\n jLabel3 = new javax.swi...
[ "0.6569717", "0.65552086", "0.6531055", "0.6521221", "0.6504519", "0.65003455", "0.6485029", "0.64696914", "0.6461923", "0.645299", "0.6423635", "0.63916934", "0.63879645", "0.6366425", "0.6338169", "0.6329359", "0.6327523", "0.6317247", "0.63071066", "0.6296066", "0.627552",...
0.0
-1
/ static JSONObject evaluator; static String evaluatorValue;
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.drawer_test); mTitle = mDrawerTitle = getTitle(); //Array of Strings which show up when the drawer is opened //mPlanetTitles = getResources().getStringArray(R.array.planets_array); mDrawerLayout = (DrawerLayout) findViewById(R.id.drawer_layout); mDrawerList = (ListView) findViewById(R.id.left_drawer); // set a custom shadow that overlays the main content when the drawer opens mDrawerLayout.setDrawerShadow(R.drawable.drawer_shadow, GravityCompat.START); // set up the drawer's list view with items and click listener mDrawerList.setAdapter(new ArrayAdapter<String>(this, R.layout.drawer_list_item, mPlanetTitles)); mDrawerList.setOnItemClickListener(new DrawerItemClickListener()); // enable ActionBar app icon to behave as action to toggle nav drawer getActionBar().setDisplayHomeAsUpEnabled(true); getActionBar().setHomeButtonEnabled(true); // ActionBarDrawerToggle ties together the the proper interactions // between the sliding drawer and the action bar app icon mDrawerToggle = new ActionBarDrawerToggle( this, /* host Activity */ mDrawerLayout, /* DrawerLayout object */ R.drawable.ic_drawer, /* nav drawer image to replace 'Up' caret */ R.string.drawer_open, /* "open drawer" description for accessibility */ R.string.drawer_close /* "close drawer" description for accessibility */ ) { public void onDrawerClosed(View view) { getActionBar().setTitle(mTitle); invalidateOptionsMenu(); // creates call to onPrepareOptionsMenu() } public void onDrawerOpened(View drawerView) { getActionBar().setTitle(mDrawerTitle); invalidateOptionsMenu(); // creates call to onPrepareOptionsMenu() } }; mDrawerLayout.setDrawerListener(mDrawerToggle); if (savedInstanceState == null) { selectItem(0); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getValue();", "String getValue();", "String getValue();", "String getValue();", "String getValue();", "String getValue();", "String getValue();", "String getValue();", "String getValue();", "String getValue();", "String evaluate();", "String getValueAsString();", "java.lang.String ge...
[ "0.569824", "0.569824", "0.569824", "0.569824", "0.569824", "0.569824", "0.569824", "0.569824", "0.569824", "0.569824", "0.56579304", "0.5503118", "0.54619706", "0.54619706", "0.54619706", "0.54619706", "0.54619706", "0.54619706", "0.5438031", "0.5372351", "0.5299607", "0.5...
0.0
-1
/ Called whenever we call invalidateOptionsMenu()
@Override public boolean onPrepareOptionsMenu(Menu menu) { // If the nav drawer is open, hide action items related to the content view boolean drawerOpen = mDrawerLayout.isDrawerOpen(mDrawerList); menu.findItem(R.id.action_websearch).setVisible(!drawerOpen); return super.onPrepareOptionsMenu(menu); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void onDrawerOpened(View drawerView) {\n\t\t\t\t\t invalidateOptionsMenu(); \n\t\t\t\t\t }", "@Override\r\n public void onPageSelected(int position) {\n invalidateOptionsMenu();\r\n }", "public void onDrawerOpened(View drawerView) {\n ...
[ "0.74695104", "0.7392627", "0.7339764", "0.72670704", "0.72611153", "0.724913", "0.7239336", "0.7216229", "0.7208133", "0.71414095", "0.7135056", "0.7113613", "0.7102028", "0.70916605", "0.70880747", "0.7076588", "0.7076588", "0.703805", "0.7026065", "0.7019834", "0.7002915",...
0.0
-1
The action bar home/up action should open or close the drawer. ActionBarDrawerToggle will take care of this.
@Override public boolean onOptionsItemSelected(MenuItem item) { if (mDrawerToggle.onOptionsItemSelected(item)) { return true; } // Handle action buttons switch(item.getItemId()) { case R.id.action_websearch: // create intent to perform web search for this planet Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); intent.putExtra(SearchManager.QUERY, getActionBar().getTitle()); // catch event that there's no activity to handle intent if (intent.resolveActivity(getPackageManager()) != null) { startActivity(intent); } else { Toast.makeText(this, R.string.app_not_available, Toast.LENGTH_LONG).show(); } return true; default: return super.onOptionsItemSelected(item); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n if (drawerToggle.onOptionsItemSelected(item)) {\n return true;\n }\n switch (item.getItemId()) {\n case android.R.id.home:\n drawerLayout.openDrawer(GravityCompat.START);\n ...
[ "0.7326823", "0.72217923", "0.72066426", "0.709211", "0.7061509", "0.7045113", "0.70420563", "0.70230347", "0.6996679", "0.6996679", "0.69864404", "0.69864404", "0.6963795", "0.6963547", "0.69378424", "0.6937765", "0.6937765", "0.6937765", "0.6937765", "0.6937765", "0.6937765...
0.0
-1
update the main content by replacing fragments Fragment fragment = new PlanetFragment();
private void selectItem(int position) { Fragment fragment = null; Bundle args = new Bundle(); switch(position){ case 0: DrawerTest.this.getActionBar().hide(); fragment = new StaticViewer(); args.putInt("static_viewer", position); break; case 1: DrawerTest.this.getActionBar().hide(); fragment = new DoctorPanel(); args.putInt("doctor_panel", position); break; case 2: DrawerTest.this.getActionBar().hide(); fragment = new Panel(); args.putInt("panel", position); break; case 3: fragment = new Help(); args.putInt("help", position); case 4: fragment = new About(); args.putInt("about", position); default: DrawerTest.this.getActionBar().show(); break; } //args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position); fragment.setArguments(args); FragmentManager fragmentManager = getFragmentManager(); fragmentManager.beginTransaction().replace(R.id.content_frame, fragment).commit(); // update selected item and title, then close the drawer mDrawerList.setItemChecked(position, true); setTitle(mPlanetTitles[position]); mDrawerLayout.closeDrawer(mDrawerList); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void fillUpFragment() {\n try {\n FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();\n sensorFragment = getSensorFragment();\n transaction.replace(R.id.sensor_frame, sensorFragment, getSensorName());\n transaction.commit();\n...
[ "0.67488587", "0.6677096", "0.6667937", "0.6647088", "0.6602021", "0.6555627", "0.6547051", "0.64861256", "0.6365591", "0.6345322", "0.6329348", "0.6328265", "0.6322406", "0.630785", "0.63050026", "0.63047695", "0.6279029", "0.6235071", "0.62341267", "0.6221332", "0.62019485"...
0.0
-1
When using the ActionBarDrawerToggle, you must call it during onPostCreate() and onConfigurationChanged()...
@Override protected void onPostCreate(Bundle savedInstanceState) { super.onPostCreate(savedInstanceState); // Sync the toggle state after onRestoreInstanceState has occurred. mDrawerToggle.syncState(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n protected void onPostCreate(Bundle savedInstanceState) {\n super.onPostCreate(savedInstanceState);\n mDrawerToggle.syncState();\n }", "@Override\n protected void onPostCreate(Bundle savedInstanceState) {\n super.onPostCreate(savedInstanceState);\n mDrawerToggle.sy...
[ "0.81230694", "0.81230694", "0.8065238", "0.79620034", "0.7793149", "0.7783265", "0.7768047", "0.77491", "0.7585647", "0.7563878", "0.7563878", "0.7563878", "0.7563878", "0.7563878", "0.7563878", "0.75370556", "0.7496771", "0.7487935", "0.7461407", "0.7461407", "0.7461407", ...
0.7662069
8
Handles expansion of groups independend of querytype. If the field is empty, the default fields are used recursively. If the field is a group, the fields in the group are used. If the field is defined and not a group, it is used directly.
private Query getExpanded(String field, InnerQueryMaker inner) throws ParseException { if (log.isTraceEnabled()) { //noinspection DuplicateStringLiteralInspection log.trace("getExpanded(" + field + ", " + inner + ") called"); } if (field == null) { Collection<Query> subQueries = new ArrayList<>(10); for (String defaultField : descriptor.getDefaultFields()) { Query q = inner.getRecursiveQuery(defaultField); if (q != null) { subQueries.add(q); } } if (subQueries.isEmpty()) { // happens for stopwords return null; } return makeMulti(subQueries, disjunctDefaults); } IndexGroup<LuceneIndexField> group = descriptor.getGroup(field); if (group != null) { if (log.isTraceEnabled()) { log.trace("Expanding group '" + group.getName() + "'"); } List<Query> queries = new ArrayList<>(group.getFields().size()); for (LuceneIndexField groupField: group.getFields()) { Query q = inner.getFinalQuery(groupField.getName()); if (q != null) { queries.add(q); } } return makeMulti(queries, disjunctGroups); } LuceneIndexField resolvedField = descriptor.getField(field); if (resolvedField == null) { // TODO: The field is unknown in the descriptor but might be indexed return inner.getFinalQuery(field); } // Note: This was introduced to support dynamic fields. It _should_ not collide with existing usage for (IndexAlias alias: resolvedField.getAliases()) { if (alias.getName().equals(field)) { // It's an alias so we return the real name return inner.getFinalQuery(resolvedField.getName()); } } return inner.getFinalQuery(field); //return inner.getFinalQuery(resolvedField.getName()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Query getRecursiveQuery(String fieldOrGroup) throws ParseException;", "public interface GroupQueryBuilder extends QueryBuilder\n{\n /**\n * Create GroupQuery based on conditions set using other GroupQueryBuilder methods.\n * @return\n */\n GroupQuery createQuery();\n\n /**\n * Reset all ...
[ "0.59670645", "0.5484373", "0.539813", "0.5377585", "0.53441274", "0.5305408", "0.5094612", "0.5088517", "0.50693446", "0.50447905", "0.5025812", "0.49878824", "0.49074373", "0.49071348", "0.48457614", "0.48415205", "0.48295522", "0.47553235", "0.47396064", "0.47157463", "0.4...
0.5849854
1
If the original field was a null, this method is called for every default field. Implementations should perform a recursive expansion based on the received field as it is possible that it is a group.
public Query getRecursiveQuery(String fieldOrGroup) throws ParseException;
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract String getDefaultGroup();", "public Object getDefault() {\n\t\treturn defaultField;\n\t}", "public void setDefaultGroup(boolean defaultGroup);", "default String getGroup() {\n return null;\n }", "protected ValidationComponent createFieldDefaultFetchGroupComponent (\n\t\tfinal MappingFie...
[ "0.60029846", "0.581179", "0.5702723", "0.5694999", "0.5676131", "0.550559", "0.54682827", "0.5431775", "0.5382633", "0.53696257", "0.5361417", "0.53470737", "0.53388023", "0.53240037", "0.5309186", "0.5295858", "0.5216287", "0.5213469", "0.52132684", "0.5207238", "0.5184808"...
0.0
-1
This method is called only with fully resolved field names and should produce a query based on that.
public Query getFinalQuery(String field) throws ParseException;
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "QueryBuilder forFields(List<FieldUsage> fields);", "private String getFieldEqualityQuery() {\n addTableNamesAndAliasesForJoinDefinition();\n\n appendSelectStatement();\n appendFieldEqualityClause();\n\n return builder.toString();\n }", "CampusSearchQuery generateQuery();", "protected StringBuild...
[ "0.64517236", "0.6194781", "0.6055279", "0.59445983", "0.57160753", "0.5698065", "0.5663634", "0.56225604", "0.56220907", "0.5591791", "0.5561521", "0.5528145", "0.5522869", "0.55161065", "0.5499616", "0.5479993", "0.5462436", "0.5442104", "0.54108703", "0.54040504", "0.53814...
0.6693199
0
Calls super.getFieldQuery and ensures that slop is set if relevant
private Query getFinalFieldQuery(String field, String queryText, int slop) throws ParseException { Query query; try { query = super.getFieldQuery(field, queryText, slop); } catch(NullPointerException e) { ParseException pe = new ParseException( "Got NullPointerException while calling getFieldQuery('" + field + "', '" + queryText + "')"); pe.initCause(e); throw pe; } if (query != null) { if (query instanceof PhraseQuery) { ((PhraseQuery) query).setSlop(slop); } if (query instanceof MultiPhraseQuery) { ((MultiPhraseQuery) query).setSlop(slop); } } return query; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected Query createFieldQuery(\n TokenStream source,\n BooleanClause.Occur operator,\n String field,\n boolean quoted,\n int phraseSlop) {\n assert operator == BooleanClause.Occur.SHOULD || operator == BooleanClause.Occur.MUST;\n\n // Build an appropriate query based on the analys...
[ "0.5708832", "0.5620079", "0.5541669", "0.530131", "0.526398", "0.5123392", "0.50923437", "0.5055415", "0.5049437", "0.50352377", "0.49925396", "0.49732938", "0.49660066", "0.49582407", "0.4956523", "0.48810548", "0.48581916", "0.48559272", "0.48470604", "0.4835925", "0.48112...
0.75375897
0
Create a Query based on the given queries. Depending on the value for disjunct, this will either be a BooleanQuery or a DisjunctionMaxQuery.
private Query makeMulti(Collection<Query> queries, boolean disjunct) throws ParseException { if (queries.isEmpty()) { return null; // Stopwords? } if (disjunct) { return new DisjunctionMaxQuery(queries, tieBreakerMultiplier); } //noinspection UseOfObsoleteCollectionType Vector<BooleanClause> clauses = new Vector<>(queries.size()); for (Query query: queries) { //noinspection unchecked clauses.add(new BooleanClause(query, BooleanClause.Occur.SHOULD)); } return getBooleanQuery(clauses, true); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected Query newGraphSynonymQuery(Iterator<Query> queries) {\n BooleanQuery.Builder builder = new BooleanQuery.Builder();\n while (queries.hasNext()) {\n builder.add(queries.next(), BooleanClause.Occur.SHOULD);\n }\n BooleanQuery bq = builder.build();\n if (bq.clauses().size() == 1) {\n ...
[ "0.61577797", "0.5599881", "0.5505284", "0.53847337", "0.53181976", "0.5279563", "0.52532804", "0.52409273", "0.51910776", "0.51484764", "0.5040818", "0.50039107", "0.49418476", "0.4940926", "0.49223596", "0.4889983", "0.4853089", "0.48465374", "0.48418242", "0.48398516", "0....
0.7497005
0
System.out.println(field + ":" + queryText + ", quoted=" + quoted);
private Query getSuperFieldQuery(String field, String queryText, boolean quoted) throws ParseException { return super.getFieldQuery(field, queryText, quoted); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private String constructEscapedSolrQuery(String query, boolean literal_query) {\n StringBuilder highlightQuery = new StringBuilder();\n String highLightField;\n if (literal_query) {\n highLightField = LuceneQuery.HIGHLIGHT_FIELD_LITERAL;\n } else {\n highLightField...
[ "0.60952044", "0.60567003", "0.60479015", "0.5878379", "0.5797963", "0.57597506", "0.57304955", "0.57280874", "0.5637187", "0.5632692", "0.56209177", "0.5609569", "0.5606093", "0.56053376", "0.5604026", "0.5600075", "0.5587534", "0.5580182", "0.5579857", "0.5560797", "0.55604...
0.5630405
10
the below function is taken from the tree.java file from LaFore's data structures book and modified for the purposes of this program
public void displayTree() { Stack globalStack = new Stack(); globalStack.push(root); int nBlanks = 32; boolean isRowEmpty = false; System.out.println( "......................................................"); while(isRowEmpty==false) { Stack localStack = new Stack(); isRowEmpty = true; for(int j=0; j<nBlanks; j++) System.out.print(' '); while(globalStack.isEmpty()==false) { Node temp = (Node)globalStack.pop(); if(temp != null) { if((temp.getStoredChar()) != '\u0000'){ System.out.print("{"+temp.getStoredChar() + "," + temp.getFrequency()+"}"); } else{ System.out.print("{_,"+ temp.getFrequency()+"}"); } localStack.push(temp.getLeftChild()); localStack.push(temp.getRightChild()); if(temp.getLeftChild() != null || temp.getRightChild() != null) isRowEmpty = false; } else { System.out.print("-"); localStack.push(null); localStack.push(null); } for(int j=0; j<nBlanks*2-2; j++) System.out.print(' '); } // end while globalStack not empty System.out.println(); nBlanks /= 2; while(localStack.isEmpty()==false) globalStack.push( localStack.pop() ); } // end while isRowEmpty is false System.out.println( "......................................................"); System.out.println(""); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static TreeNode getTree() {\n\t\tTreeNode a = new TreeNode(\"a\", 314);\n\t\tTreeNode b = new TreeNode(\"b\", 6);\n\t\tTreeNode c = new TreeNode(\"c\", 271);\n\t\tTreeNode d = new TreeNode(\"d\", 28);\n\t\tTreeNode e = new TreeNode(\"e\", 0);\n\t\tTreeNode f = new TreeNode(\"f\", 561);\n\t\tTreeNode g = new...
[ "0.71137005", "0.702146", "0.6676427", "0.65684485", "0.65451294", "0.65270793", "0.6495209", "0.64635897", "0.64487696", "0.639554", "0.6391264", "0.6345215", "0.6330974", "0.6302734", "0.6297943", "0.6286463", "0.62512857", "0.62478864", "0.6239379", "0.62309927", "0.622617...
0.0
-1
Called when creating a new instance.
public LogicGateAND() { // Initialize input and output ports super(Operators.AND, new IDynamicInterface(2), new IFixedInterface(new IPort())); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void create() {\n\t\t\r\n\t}", "@Override\n\tpublic void create () {\n\n\t}", "@Override\n\tpublic void create() {\n\t\t\n\t}", "@Override\n\tpublic void create() {\n\n\t}", "public void create(){}", "public void create() {\n\t\t\n\t}", "@Override\r\n\tpublic void create() {\n\r\n...
[ "0.76195306", "0.7569643", "0.75395733", "0.7506403", "0.7466292", "0.745281", "0.73184633", "0.7002408", "0.6995371", "0.6914073", "0.6896456", "0.68244374", "0.67743766", "0.66241175", "0.65950114", "0.6515394", "0.6489284", "0.6463911", "0.64419925", "0.6436192", "0.639431...
0.0
-1
Clears the constructor cache
public void clearCache() { constructorCache.clear(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected void clearCaches() {\n DescriptorFactory.clearInstance();\n ObjectTypeFactory.clearInstance();\n TypeQualifierApplications.clearInstance();\n TypeQualifierAnnotation.clearInstance();\n TypeQualifierValue.clearInstance();\n // Make sure the codebases on the classp...
[ "0.73505914", "0.7116649", "0.707993", "0.7010877", "0.6986712", "0.69580555", "0.68918663", "0.68505585", "0.67908376", "0.6734487", "0.6730195", "0.6685585", "0.66811985", "0.6661305", "0.6654765", "0.66492736", "0.6648589", "0.65851164", "0.65585387", "0.6553526", "0.65535...
0.85846174
0
Constructor for primary key
public BaseStoreGrnM (java.lang.Integer id) { this.setId(id); initialize(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "PrimaryKey createPrimaryKey();", "public DatasetParameterPK() {\n }", "public ParametroPorParametroPK() {\r\n\t}", "PrimaryKey getPrimarykey();", "Key getPrimaryKey();", "public TdOficioAfectacionPK() {\n }", "PrimaryKey getPrimaryKey();", "public DomainPK()\n {\n }", "public LeaguePrimar...
[ "0.78750813", "0.74897444", "0.73985463", "0.70965606", "0.70702577", "0.6998011", "0.6979706", "0.69716114", "0.6965111", "0.69635993", "0.6915723", "0.67964387", "0.6758262", "0.67022586", "0.67022586", "0.67022586", "0.66982806", "0.65859663", "0.6583274", "0.6531201", "0....
0.0
-1
Constructor for required fields
public BaseStoreGrnM ( java.lang.Integer id, jkt.hms.masters.business.MasDepartment department, jkt.hms.masters.business.MasHospital hospital, java.lang.String receiveType, java.util.Date grnDate, java.lang.String status, java.util.Date lastChgDate, java.lang.String lastChgTime) { this.setId(id); this.setDepartment(department); this.setHospital(hospital); this.setReceiveType(receiveType); this.setGrnDate(grnDate); this.setStatus(status); this.setLastChgDate(lastChgDate); this.setLastChgTime(lastChgTime); initialize(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Field() {\r\n\t}", "public Field(){\n\n // this(\"\",\"\",\"\",\"\",\"\");\n }", "public CisFieldError()\n\t{\n\t\t// required for jaxb\n\t}", "public RequirementsRecord() {\n super(Requirements.REQUIREMENTS);\n }", "private void fillMandatoryFields() {\n\n }", "public AirField...
[ "0.71718425", "0.70593333", "0.68855685", "0.68011117", "0.6788171", "0.665877", "0.6643776", "0.65873665", "0.65260553", "0.6511593", "0.6507464", "0.6504741", "0.6499354", "0.6499127", "0.6489181", "0.6437741", "0.6416246", "0.6358725", "0.6338867", "0.6270355", "0.62663263...
0.0
-1
Return the unique identifier of this class
public java.lang.Integer getId () { return id; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getId() {\n return this.getClass().getSimpleName() + \"@\" + this.hashCode();\n }", "public String getUniqueID();", "public String getUniqueID ( ) { return _uniqueID; }", "String getUniqueID();", "public String getClassid() {\n return classid;\n }", "String getUniqueId()...
[ "0.8099061", "0.7793248", "0.7745005", "0.773952", "0.76971465", "0.76135826", "0.75959677", "0.75864595", "0.754388", "0.75299907", "0.75275266", "0.7500354", "0.7487855", "0.74852705", "0.74435693", "0.7425048", "0.74089086", "0.74007654", "0.73874485", "0.7354514", "0.7352...
0.0
-1
Set the unique identifier of this class
public void setId (java.lang.Integer id) { this.id = id; this.hashCode = Integer.MIN_VALUE; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setID() {\n\t\tthis.ID = UUID.randomUUID().toString();\n\t}", "public void setUniqueID(String uniqueID)\r\n {\r\n m_uniqueID = uniqueID;\r\n }", "@Override\n\tpublic void setUniqueId(int id) {}", "public void setUniqueId(final String uniqueId) {\n _uniqueId = uniqueId;\n }", "publi...
[ "0.7281828", "0.7188852", "0.70595604", "0.7058688", "0.69680285", "0.6883223", "0.6781155", "0.67765903", "0.67603344", "0.6737482", "0.6681386", "0.66533566", "0.6612935", "0.66081303", "0.66040903", "0.6576922", "0.657261", "0.65361136", "0.653008", "0.6522364", "0.6506520...
0.0
-1
Return the value associated with the column: grn_no
public java.lang.String getGrnNo () { return grnNo; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setGrnNo (java.lang.String grnNo) {\n\t\tthis.grnNo = grnNo;\n\t}", "public java.lang.Integer getGrse_id();", "String getValue(String column, int row);", "public String getValue(Number n) {\n return (n == null) ? null : n.toString();\n }", "public int getG_number() {\n\t\treturn g_numbe...
[ "0.6494415", "0.60750526", "0.596158", "0.59149015", "0.58585924", "0.58325666", "0.57977414", "0.5770624", "0.57238865", "0.56778264", "0.5672192", "0.5645145", "0.5644746", "0.5615887", "0.55912316", "0.5590052", "0.55544895", "0.5553958", "0.55478776", "0.54619384", "0.544...
0.6993799
0
Set the value related to the column: grn_no
public void setGrnNo (java.lang.String grnNo) { this.grnNo = grnNo; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setGrnValue (java.math.BigDecimal grnValue) {\n\t\tthis.grnValue = grnValue;\n\t}", "public java.lang.String getGrnNo () {\n\t\treturn grnNo;\n\t}", "public void setNUMRGSTRO(int value) {\n this.numrgstro = value;\n }", "public void setGnp(int gnp) {\n\n this.gnp ...
[ "0.64508855", "0.6277824", "0.62572056", "0.6111879", "0.60330504", "0.5967326", "0.5897882", "0.58904076", "0.58387", "0.58387", "0.58387", "0.58296174", "0.5825565", "0.5796078", "0.5783885", "0.57638085", "0.57547486", "0.5743771", "0.5736587", "0.5710366", "0.5667548", ...
0.73277444
0
Return the value associated with the column: receive_type
public java.lang.String getReceiveType () { return receiveType; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "int getChatTypeValue();", "public java.math.BigInteger getReceivingType() {\n return receivingType;\n }", "public void setReceiveType (java.lang.String receiveType) {\n\t\tthis.receiveType = receiveType;\n\t}", "public char message_type_GET()\n { return (char)((char) get_bytes(data, 0, 2))...
[ "0.64465636", "0.6410036", "0.6261407", "0.6108382", "0.6088474", "0.60723907", "0.6016946", "0.5989348", "0.5896693", "0.5878364", "0.57419395", "0.5740053", "0.57212883", "0.57212883", "0.5693663", "0.5677754", "0.56738555", "0.56738555", "0.5653952", "0.56531805", "0.56508...
0.71064097
0
Set the value related to the column: receive_type
public void setReceiveType (java.lang.String receiveType) { this.receiveType = receiveType; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setReceivingType(java.math.BigInteger receivingType) {\n this.receivingType = receivingType;\n }", "public void setReceiveTime(Date receiveTime) {\r\n this.receiveTime = receiveTime;\r\n }", "public void setReceiveTime(Date receiveTime) {\n this.receiveTime = receiveTime;\n ...
[ "0.63111234", "0.61069745", "0.608388", "0.6065969", "0.6010663", "0.59542096", "0.5943963", "0.5927001", "0.59176934", "0.5904811", "0.5862038", "0.5859686", "0.5819594", "0.580678", "0.573623", "0.572108", "0.571492", "0.5714146", "0.5709617", "0.57041067", "0.5685347", "...
0.6913335
0
Return the value associated with the column: grn_date
public java.util.Date getGrnDate () { return grnDate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setGrnDate (java.util.Date grnDate) {\n\t\tthis.grnDate = grnDate;\n\t}", "public StrColumn getDateOfNmrDataRelease() {\n return delegate.getColumn(\"date_of_nmr_data_release\", DelegatingStrColumn::new);\n }", "public StrColumn getDateOfNDBRelease() {\n return delegate.getColumn(\...
[ "0.64676523", "0.6357957", "0.6330334", "0.6285846", "0.6268135", "0.60439825", "0.60439825", "0.5951927", "0.5932818", "0.59076184", "0.5886521", "0.5839424", "0.5839273", "0.57996833", "0.579052", "0.57767767", "0.5760497", "0.5756406", "0.5755733", "0.5700786", "0.569935",...
0.6827579
0
Set the value related to the column: grn_date
public void setGrnDate (java.util.Date grnDate) { this.grnDate = grnDate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void setDate(Date data);", "public java.util.Date getGrnDate () {\n\t\treturn grnDate;\n\t}", "private void setUnpaidSongCountDate(String val) {\n\t\tref.edit().putString(COL_UNPAID_SONG_COUNT_DATE, val).commit();\n\t}", "public void setDate( org.ontoware.rdf2go.model.node.Node value) {\r\n\t\tBase.set(this....
[ "0.6462325", "0.6385545", "0.63505316", "0.63080126", "0.62987953", "0.62481576", "0.6226866", "0.6189159", "0.6120222", "0.6096063", "0.60182416", "0.6017203", "0.59971875", "0.5996233", "0.59905815", "0.5959063", "0.5953903", "0.59425116", "0.59397376", "0.5937527", "0.5927...
0.74178946
0
Return the value associated with the column: how_received
public java.lang.String getHowReceived () { return howReceived; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getReceived(){\n String rec;\n if (received == Received.ON_TIME){\n rec = \"On Time\";\n }else if(received == Received.LATE){\n rec = \"Late\";\n }else if(received == Received.NO){\n rec = \"NO\";\n }else{\n rec = \"N/A\";...
[ "0.65043044", "0.58198655", "0.57671744", "0.57671744", "0.57671744", "0.57671744", "0.57671744", "0.57671744", "0.57671744", "0.57671744", "0.57671744", "0.57671744", "0.57671744", "0.57671744", "0.57671744", "0.56665874", "0.5608363", "0.5600108", "0.5600108", "0.5600108", ...
0.6497791
1
Set the value related to the column: how_received
public void setHowReceived (java.lang.String howReceived) { this.howReceived = howReceived; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getHowReceived () {\n\t\treturn howReceived;\n\t}", "public void setField(long messageId, boolean newValue);", "public String getReceived(){\n String rec;\n if (received == Received.ON_TIME){\n rec = \"On Time\";\n }else if(received == Received.LATE){\n ...
[ "0.55405", "0.54887235", "0.5456703", "0.5354087", "0.5267973", "0.5234611", "0.51540184", "0.51278406", "0.50494474", "0.5025672", "0.5022886", "0.5018462", "0.5009483", "0.49844712", "0.49780953", "0.49304718", "0.49150863", "0.49019176", "0.4899093", "0.48984116", "0.48976...
0.68014425
0
Return the value associated with the column: challan_no
public java.lang.String getChallanNo () { return challanNo; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Number getChallanNo() {\n return (Number) getAttributeInternal(CHALLANNO);\n }", "public void setChallanNo (java.lang.String challanNo) {\n\t\tthis.challanNo = challanNo;\n\t}", "public void setChallanNo(Number value) {\n setAttributeInternal(CHALLANNO, value);\n }", "public String...
[ "0.7534721", "0.65972996", "0.6463461", "0.6153821", "0.60017586", "0.55248773", "0.5514036", "0.55135", "0.55119085", "0.5459632", "0.5447237", "0.54201484", "0.54201484", "0.54201484", "0.54201484", "0.54201484", "0.54201484", "0.54201484", "0.54201484", "0.54201484", "0.54...
0.7329076
1
Set the value related to the column: challan_no
public void setChallanNo (java.lang.String challanNo) { this.challanNo = challanNo; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setChallanNo(Number value) {\n setAttributeInternal(CHALLANNO, value);\n }", "public void setIssuanceChallanNo(String value) {\n setAttributeInternal(ISSUANCECHALLANNO, value);\n }", "public Number getChallanNo() {\n return (Number) getAttributeInternal(CHALLANNO);\n }...
[ "0.81301224", "0.6908478", "0.6628803", "0.65571594", "0.6478164", "0.62069803", "0.61339784", "0.5880731", "0.5663949", "0.563474", "0.56335664", "0.5601959", "0.5578235", "0.5559175", "0.5546901", "0.5545251", "0.55305976", "0.55303127", "0.55069077", "0.546756", "0.5461661...
0.7441083
1
Return the value associated with the column: challan_date
public java.util.Date getChallanDate () { return challanDate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setChallanDate (java.util.Date challanDate) {\n\t\tthis.challanDate = challanDate;\n\t}", "public Date date(Column column) {\r\n\t\treturn MappingUtils.parseDate(val(column));\r\n\t}", "private LocalDate get_DATE(int column) {\n // DATE column is always 10 chars long\n String dateStri...
[ "0.6348832", "0.5932522", "0.59299356", "0.57782865", "0.5745693", "0.571729", "0.5716879", "0.568559", "0.56855077", "0.5633034", "0.5599682", "0.55910456", "0.5580505", "0.5525996", "0.5453703", "0.54416203", "0.54131025", "0.53686976", "0.5348266", "0.5340909", "0.53382736...
0.69842595
0
Set the value related to the column: challan_date
public void setChallanDate (java.util.Date challanDate) { this.challanDate = challanDate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.util.Date getChallanDate () {\n\t\treturn challanDate;\n\t}", "void setDate(Date data);", "public void SetDate(Date date);", "public void setDate(int date){\n this.date = date;\n }", "public void setDate(Date date) {\n\t\n\t\tthis.date = date;\n\t\n\t}", "public void setChargedate(j...
[ "0.66170317", "0.6534533", "0.62486494", "0.62430024", "0.62064904", "0.61968213", "0.6186584", "0.6185162", "0.6177431", "0.6153203", "0.61443394", "0.61379105", "0.613297", "0.613297", "0.613297", "0.6132918", "0.6132918", "0.6132918", "0.6132918", "0.6132918", "0.6132918",...
0.74247015
0
Return the value associated with the column: date_received_surplus
public java.util.Date getDateReceivedSurplus () { return dateReceivedSurplus; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDateReceivedSurplus (java.util.Date dateReceivedSurplus) {\n\t\tthis.dateReceivedSurplus = dateReceivedSurplus;\n\t}", "public java.sql.Date getReceiveDate () {\r\n\t\treturn receiveDate;\r\n\t}", "public StrColumn getPostRelRecvdCoordDate() {\n return delegate.getColumn(\"post_rel_recvd_...
[ "0.6291725", "0.5764139", "0.54759175", "0.54193735", "0.5088356", "0.50673753", "0.5053359", "0.49333787", "0.4853187", "0.4833352", "0.4797714", "0.47578362", "0.47550604", "0.47519833", "0.47464663", "0.4745944", "0.47398198", "0.47359085", "0.47352386", "0.47288218", "0.4...
0.67841405
0
Set the value related to the column: date_received_surplus
public void setDateReceivedSurplus (java.util.Date dateReceivedSurplus) { this.dateReceivedSurplus = dateReceivedSurplus; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setReceiveDate (java.sql.Date receiveDate) {\r\n\t\tthis.receiveDate = receiveDate;\r\n\t}", "public void setReceivalDate(String receivalDate){\n\t\tthis.receivalDate = \"\";\n\t\tthis.receivalDate += receivalDate;\n\t}", "public java.util.Date getDateReceivedSurplus () {\n\t\treturn dateReceivedSu...
[ "0.6266294", "0.6212225", "0.6111237", "0.54863757", "0.5454719", "0.54238373", "0.53419876", "0.5335413", "0.5287523", "0.5271039", "0.52401704", "0.523811", "0.5216632", "0.52073383", "0.5170183", "0.51215196", "0.51188403", "0.51066816", "0.50901973", "0.50884986", "0.5072...
0.6961744
0
Return the value associated with the column: rr_no
public java.lang.String getRrNo () { return rrNo; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setRrNo (java.lang.String rrNo) {\n\t\tthis.rrNo = rrNo;\n\t}", "Expression getRValue();", "String getValue(String column, int row);", "private Object getEntry( Object[] row, String rrName ) {\n Integer icol = colMap_.get( rrName );\n return icol == null ? null : row[ icol.i...
[ "0.5983981", "0.5947013", "0.59231734", "0.59022677", "0.5804447", "0.5792276", "0.5741076", "0.57003397", "0.56137735", "0.5603654", "0.55645627", "0.5546157", "0.5540748", "0.54238105", "0.54144514", "0.53949654", "0.53765076", "0.53683835", "0.5363527", "0.53444946", "0.53...
0.6627264
0
Set the value related to the column: rr_no
public void setRrNo (java.lang.String rrNo) { this.rrNo = rrNo; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setRId(long value) {\r\n this.rId = value;\r\n }", "void setRID(RID rid);", "public void setValue(T r) {\n\t\tthis.r = r;\n\t\t// needToNotify = false;\n\t\tmController.onRecordModified(this);\n\t}", "public void SetR(byte num) {\r\n\t\tm_numR = num;\r\n\t}", "public void setRid(Integ...
[ "0.6440398", "0.6018303", "0.58741146", "0.5851804", "0.58412725", "0.58403546", "0.58403546", "0.5837232", "0.57912076", "0.5778937", "0.57539684", "0.57373387", "0.57076055", "0.5672983", "0.56142336", "0.55699277", "0.5537398", "0.5533379", "0.55234224", "0.55147517", "0.5...
0.6901502
0
Return the value associated with the column: mode_of_conveyance
public java.lang.String getModeOfConveyance () { return modeOfConveyance; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setModeOfConveyance (java.lang.String modeOfConveyance) {\n\t\tthis.modeOfConveyance = modeOfConveyance;\n\t}", "public double mode(){\r\n\t\t\r\n\t\t//make a double to return the mode\r\n\t\tdouble mode = 0.0;\r\n\t\t\r\n\t\t//make 2 possible mode doubles\r\n\t\tdouble maybeMode;\r\n\t\t\r\n\t\t//ma...
[ "0.68453777", "0.59450436", "0.57877314", "0.5785759", "0.55051494", "0.54038644", "0.53918105", "0.5386861", "0.5381716", "0.5376585", "0.5338064", "0.53023565", "0.52800477", "0.5258906", "0.52543974", "0.5252612", "0.52202386", "0.52180123", "0.5214245", "0.51982427", "0.5...
0.7188234
0
Set the value related to the column: mode_of_conveyance
public void setModeOfConveyance (java.lang.String modeOfConveyance) { this.modeOfConveyance = modeOfConveyance; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getModeOfConveyance () {\n\t\treturn modeOfConveyance;\n\t}", "public void setConcern(long concern);", "public void saveSettingsMode(int value) {\n SQLiteDatabase database = getReadableDatabase();\n\n String query = \"UPDATE Setting SET Mode = \" + value;\n\n datab...
[ "0.63621867", "0.5632266", "0.5425835", "0.53544486", "0.52911264", "0.52633804", "0.5260256", "0.51999646", "0.5180979", "0.51808864", "0.5177492", "0.5168131", "0.5166822", "0.51637715", "0.514878", "0.5116471", "0.50973713", "0.5074839", "0.507383", "0.50235367", "0.501795...
0.75067854
0
Return the value associated with the column: invoice_no
public java.lang.String getInvoiceNo () { return invoiceNo; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getInvoiceNumber() {\n return invoiceNumber;\n }", "public int getInvoiceNumber() {\n return invoiceNumber;\n }", "public String getInvoiceNumber() {\n return invoiceNumber;\n }", "Long getInvoiceId();", "public int getC_Invoice_ID();", "public String getInvoice() {\n ...
[ "0.69151855", "0.69151855", "0.68587494", "0.65550596", "0.6540829", "0.6467885", "0.64575386", "0.6431784", "0.6377042", "0.6203913", "0.61868644", "0.6091193", "0.6073656", "0.5980127", "0.59172374", "0.59094596", "0.58637434", "0.58443516", "0.5823672", "0.5762264", "0.575...
0.727853
0
Set the value related to the column: invoice_no
public void setInvoiceNo (java.lang.String invoiceNo) { this.invoiceNo = invoiceNo; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setInvoiceNumber(int invoicenum) {\n invoiceNumber = invoicenum;\n }", "public void setC_Invoice_ID (int C_Invoice_ID);", "public void setInvoice(String invoice) {\n this.invoice = invoice;\n }", "void setInvoiceId(Long invoiceId);", "public void setInvoice(java.lang.String ...
[ "0.7349927", "0.7117119", "0.6841788", "0.67903674", "0.67728114", "0.66751087", "0.6519744", "0.6519744", "0.65050554", "0.64908046", "0.64669085", "0.63337725", "0.62878436", "0.61585426", "0.6046399", "0.604285", "0.60190487", "0.6009873", "0.60007155", "0.59845746", "0.59...
0.71803737
1
Return the value associated with the column: invoice_date
public java.util.Date getInvoiceDate () { return invoiceDate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Date getDateInvoice() {\n return dateInvoice;\n }", "Date getInvoicedDate();", "public void setDateInvoice(Date dateInvoice) {\n this.dateInvoice = dateInvoice;\n }", "public Date getInquirydate() {\n return inquirydate;\n }", "public IDataExporter<CRBBase> setInvoiceDa...
[ "0.7307953", "0.6564721", "0.64028174", "0.6219512", "0.6186268", "0.60315794", "0.59979564", "0.59438413", "0.5872612", "0.5733868", "0.57247686", "0.57247686", "0.57061446", "0.5698085", "0.5696407", "0.5667269", "0.5637934", "0.5622129", "0.5614769", "0.56079763", "0.56055...
0.71189415
1
Set the value related to the column: invoice_date
public void setInvoiceDate (java.util.Date invoiceDate) { this.invoiceDate = invoiceDate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDateInvoice(Date dateInvoice) {\n this.dateInvoice = dateInvoice;\n }", "public IDataExporter<CRBBase> setInvoiceDate(LocalDate invoiceDate);", "void setInvoicedDate(Date invoicedDate);", "public Date getDateInvoice() {\n return dateInvoice;\n }", "public java.util.Date g...
[ "0.7888588", "0.7280157", "0.7192367", "0.69076204", "0.6565237", "0.64671373", "0.64221925", "0.6310047", "0.62993777", "0.6210359", "0.620756", "0.6199514", "0.61591625", "0.60987025", "0.60949373", "0.60886204", "0.60201573", "0.60079795", "0.6000037", "0.5996465", "0.5979...
0.7217166
2
Return the value associated with the column: invoice_amount
public java.math.BigDecimal getInvoiceAmount () { return invoiceAmount; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "TotalInvoiceAmountType getTotalInvoiceAmount();", "public double getInvoiceAmount(){\n\t\t// declare a local variable of type double to store the invoice's total price\n\t\tdouble totalPrice;\n\t\t// the total price is given my multiplying the price per unit with the quantity\n\t\ttotalPrice = price * quantity;\...
[ "0.7296837", "0.6984995", "0.64444095", "0.64444095", "0.6365054", "0.632027", "0.62785685", "0.6216746", "0.6197171", "0.6175858", "0.6150644", "0.6100151", "0.60759467", "0.60681474", "0.6064095", "0.60572076", "0.6010226", "0.6007762", "0.5995236", "0.5992934", "0.5992934"...
0.71363854
1
Set the value related to the column: invoice_amount
public void setInvoiceAmount (java.math.BigDecimal invoiceAmount) { this.invoiceAmount = invoiceAmount; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setInvoice(rules.engine.example.SalaryInvoice _invoice)\n {\n invoice = _invoice;\n }", "public void setC_Invoice_ID (int C_Invoice_ID);", "public void setInvoiceNumber(int invoicenum) {\n invoiceNumber = invoicenum;\n }", "public void setAmount(BigDecimal value) {\n this.am...
[ "0.6878183", "0.65059453", "0.64077026", "0.63546723", "0.63540834", "0.6301067", "0.62655324", "0.6256602", "0.62415993", "0.62351376", "0.6224377", "0.6223113", "0.62052315", "0.61547595", "0.61547595", "0.61547595", "0.6109683", "0.60755223", "0.60314703", "0.6026347", "0....
0.6903901
0
Return the value associated with the column: freight_duty
public java.math.BigDecimal getFreightDuty () { return freightDuty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setFreightDuty (java.math.BigDecimal freightDuty) {\n\t\tthis.freightDuty = freightDuty;\n\t}", "@Override\n\tpublic String getDailyFortune() {\n\t\treturn fortune.getDailyFortune();\n\t}", "public java.math.BigDecimal getCustomDuty () {\n\t\treturn customDuty;\n\t}", "public String getDailyFortu...
[ "0.5596643", "0.55109006", "0.55092674", "0.54838765", "0.5428522", "0.531329", "0.52890646", "0.52684176", "0.52656114", "0.5256814", "0.5256814", "0.5251399", "0.5251399", "0.5251399", "0.52479076", "0.521605", "0.521605", "0.521605", "0.521605", "0.5156079", "0.51500225", ...
0.6267641
0
Set the value related to the column: freight_duty
public void setFreightDuty (java.math.BigDecimal freightDuty) { this.freightDuty = freightDuty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.math.BigDecimal getFreightDuty () {\n\t\treturn freightDuty;\n\t}", "public void setFreight (java.lang.Double freight) {\r\n\t\tthis.freight = freight;\r\n\t}", "public void setDmaValue(int value);", "public void setCustomDuty (java.math.BigDecimal customDuty) {\n\t\tthis.customDuty = customDuty;...
[ "0.55470675", "0.5510245", "0.52760994", "0.52734435", "0.5245141", "0.5180349", "0.51268965", "0.5120153", "0.51127565", "0.4999294", "0.4993207", "0.4980775", "0.49807373", "0.49700165", "0.4967234", "0.49376607", "0.4933958", "0.49276254", "0.49175677", "0.48651126", "0.48...
0.6486676
0
Return the value associated with the column: excise_duty
public java.math.BigDecimal getExciseDuty () { return exciseDuty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setExciseDuty (java.math.BigDecimal exciseDuty) {\n\t\tthis.exciseDuty = exciseDuty;\n\t}", "Integer getBusinessValue();", "public int getDificultad(){\n return dificultad;\n }", "int getCauseValue();", "public double getDayAbsent() {\n return dayAbsent;\n }", "public String g...
[ "0.59427226", "0.54188967", "0.52820027", "0.51935744", "0.5143835", "0.5142248", "0.5135291", "0.512695", "0.5068422", "0.5046409", "0.49973872", "0.48554617", "0.48421803", "0.483724", "0.48356226", "0.48317906", "0.4811842", "0.48048195", "0.48035473", "0.479176", "0.47846...
0.6518685
0
Set the value related to the column: excise_duty
public void setExciseDuty (java.math.BigDecimal exciseDuty) { this.exciseDuty = exciseDuty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.math.BigDecimal getExciseDuty () {\n\t\treturn exciseDuty;\n\t}", "protected void onChange_DiseaseDuration() {\n onChange_DiseaseDuration_xjal( DiseaseDuration );\n }", "public void assignDiscountType(int acc_no, String discount_type){\n try {\n Stm = conn.prepareStatement(\"U...
[ "0.55445766", "0.53154296", "0.5272286", "0.5228328", "0.51688457", "0.5135777", "0.5084396", "0.5066086", "0.5062321", "0.5056923", "0.5048839", "0.5047557", "0.49890816", "0.49882594", "0.49536145", "0.49432537", "0.49390736", "0.4935547", "0.49259695", "0.491696", "0.49095...
0.67832583
0
Return the value associated with the column: octroi
public java.math.BigDecimal getOctroi () { return octroi; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setOctroi (java.math.BigDecimal octroi) {\n\t\tthis.octroi = octroi;\n\t}", "public Number getIdbultoOri()\n {\n return (Number)getAttributeInternal(IDBULTOORI);\n }", "public Object getValueAt(int row, int col) {\n\t\t\tif ( nodes == null ) return null;\n\t\t\tif ( nodes.size() == 0 ) return ...
[ "0.67125785", "0.62083507", "0.59658533", "0.57704234", "0.57034284", "0.5637993", "0.55487925", "0.55417526", "0.55314386", "0.55088955", "0.55020475", "0.54971033", "0.54080063", "0.5387078", "0.5385632", "0.53750086", "0.5350293", "0.5343824", "0.5342121", "0.5332582", "0....
0.7182483
0
Set the value related to the column: octroi
public void setOctroi (java.math.BigDecimal octroi) { this.octroi = octroi; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.math.BigDecimal getOctroi () {\n\t\treturn octroi;\n\t}", "public void setIdbultoOri(Number value)\n {\n setAttributeInternal(IDBULTOORI, value);\n }", "public void setValueOf( final Object value, final R row, final C columnEnum ) {}", "void setROIs(Object rois);", "public void setOcena(in...
[ "0.64943206", "0.60551834", "0.5941383", "0.59366924", "0.593027", "0.58143073", "0.5713384", "0.5693419", "0.5657166", "0.5636161", "0.5537705", "0.5498758", "0.5475507", "0.53576565", "0.53485847", "0.5342272", "0.5302044", "0.5233622", "0.5189522", "0.517714", "0.51748896"...
0.75118804
0
Return the value associated with the column: custom_duty
public java.math.BigDecimal getCustomDuty () { return customDuty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setCustomDuty (java.math.BigDecimal customDuty) {\n\t\tthis.customDuty = customDuty;\n\t}", "Integer getBusinessValue();", "public java.lang.String getCustom() {\r\n return custom;\r\n }", "public amdocs.iam.pd.webservices.bundlecomponents.bundledetailsinputimpl.DataCustom getDataCustom...
[ "0.5707721", "0.5456309", "0.51185083", "0.49074748", "0.49025434", "0.49019507", "0.48567897", "0.48513654", "0.4808237", "0.4795521", "0.47865367", "0.47157067", "0.47116676", "0.4710787", "0.4710787", "0.4710787", "0.4710787", "0.4710787", "0.4710787", "0.4710787", "0.4710...
0.6614977
0
Set the value related to the column: custom_duty
public void setCustomDuty (java.math.BigDecimal customDuty) { this.customDuty = customDuty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.math.BigDecimal getCustomDuty () {\n\t\treturn customDuty;\n\t}", "private void setCustomInstrumentationData(java.lang.String value) {\n __getInternalInterface().setFieldValueForCodegen(CUSTOMINSTRUMENTATIONDATA_PROP.get(), value);\n }", "public void setCustomInstrumentationData(java.lang.Strin...
[ "0.57811046", "0.5342947", "0.52108645", "0.51972115", "0.5174188", "0.5136036", "0.51258993", "0.511733", "0.5040886", "0.48472884", "0.47889936", "0.47467825", "0.4742991", "0.47426373", "0.47345603", "0.47264922", "0.47254074", "0.4714599", "0.4708537", "0.4705651", "0.470...
0.6757894
0
Return the value associated with the column: insurance_charge
public java.math.BigDecimal getInsuranceCharge () { return insuranceCharge; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setInsuranceCharge (java.math.BigDecimal insuranceCharge) {\n\t\tthis.insuranceCharge = insuranceCharge;\n\t}", "@Override\r\n\tpublic Integer editInsuranceComapny(Insurance insurance) {\n\t\treturn null;\r\n\t}", "public com.kcdataservices.partners.kcdebdmnlib_hva.businessobjects.insurance.v1.Insu...
[ "0.6383962", "0.5796752", "0.5769911", "0.57355213", "0.5724974", "0.56542057", "0.56324106", "0.562083", "0.5618652", "0.5567658", "0.5487538", "0.5473612", "0.54674023", "0.5383548", "0.5373311", "0.5356557", "0.5327559", "0.531873", "0.5263873", "0.5252489", "0.52355725", ...
0.7100243
0
Set the value related to the column: insurance_charge
public void setInsuranceCharge (java.math.BigDecimal insuranceCharge) { this.insuranceCharge = insuranceCharge; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setCHARGE(BigDecimal CHARGE) {\r\n this.CHARGE = CHARGE;\r\n }", "public java.math.BigDecimal getInsuranceCharge () {\n\t\treturn insuranceCharge;\n\t}", "public void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);", "void setAsInCharge(User user, Project project, Date date);", ...
[ "0.61244434", "0.6054957", "0.6006341", "0.5936434", "0.59172195", "0.5880439", "0.58592135", "0.5785077", "0.5706871", "0.55842185", "0.55705976", "0.55481035", "0.5545838", "0.55003065", "0.5471971", "0.54714584", "0.546651", "0.5455284", "0.5439437", "0.54321307", "0.54223...
0.7355117
0
Return the value associated with the column: other_charges
public java.math.BigDecimal getOtherCharges () { return otherCharges; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setOtherCharges (java.math.BigDecimal otherCharges) {\n\t\tthis.otherCharges = otherCharges;\n\t}", "private OtherChargesDTO[] getOtherCharges() {\n\t\tOtherChargesDTO[] others = null;\t\t\n\t\tif (lrcDTO != null) {\n\t\t\tif (gscDTO != null) {\n\t\t\t\t//Combine LRC GSC\n\t\t\t\tothers = combineLrcG...
[ "0.65120363", "0.60675514", "0.5552033", "0.55495495", "0.54622555", "0.54622555", "0.5412648", "0.5378512", "0.53731626", "0.5316819", "0.53050095", "0.52908593", "0.5234536", "0.5216839", "0.5216766", "0.5187942", "0.51488775", "0.51370555", "0.5128797", "0.5122763", "0.511...
0.73035985
0
Set the value related to the column: other_charges
public void setOtherCharges (java.math.BigDecimal otherCharges) { this.otherCharges = otherCharges; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.math.BigDecimal getOtherCharges () {\n\t\treturn otherCharges;\n\t}", "private void setOtherId(int value) {\n \n otherId_ = value;\n }", "public void setCHARGE(BigDecimal CHARGE) {\r\n this.CHARGE = CHARGE;\r\n }", "public void setCHARGE_AMOUNT(BigDecimal CHARGE...
[ "0.60511905", "0.5803921", "0.57376593", "0.55850106", "0.55667126", "0.54979986", "0.5429503", "0.5390793", "0.5385589", "0.536551", "0.52836627", "0.5279823", "0.52624863", "0.52420574", "0.52271783", "0.5201605", "0.517225", "0.5148684", "0.51337624", "0.5118301", "0.51107...
0.76043844
0
Return the value associated with the column: grn_value
public java.math.BigDecimal getGrnValue () { return grnValue; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getGrnNo () {\n\t\treturn grnNo;\n\t}", "String getValue(String column, int row);", "@Override\n public Object getValueObject()\n {\n return aggVal;\n }", "@Override\n public Object getValueObject()\n {\n return aggVal;\n }", "public String getValue(N...
[ "0.62092596", "0.6194795", "0.6070546", "0.6070546", "0.60436064", "0.5944572", "0.5849164", "0.5834944", "0.58337945", "0.58231276", "0.58231276", "0.58231276", "0.58231276", "0.58231276", "0.58231276", "0.58231276", "0.58231276", "0.58231276", "0.58231276", "0.5797038", "0....
0.65012825
0
Set the value related to the column: grn_value
public void setGrnValue (java.math.BigDecimal grnValue) { this.grnValue = grnValue; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setGrnNo (java.lang.String grnNo) {\n\t\tthis.grnNo = grnNo;\n\t}", "@Override\n public void setNewValue(Object newValue)\n {\n aggVal = (BigDecimal)newValue;\n }", "public void setgVal(float value){\n this.gVal = value;\n }", "public void setValue(int n) {\n\t\t\tthis.v...
[ "0.631267", "0.62466556", "0.621825", "0.60492766", "0.59899235", "0.58272016", "0.58048713", "0.57988435", "0.5791118", "0.5775474", "0.5771794", "0.57435566", "0.5740673", "0.5674927", "0.5667938", "0.5664285", "0.5659574", "0.5631315", "0.56015104", "0.5554061", "0.5546083...
0.7151971
0
Return the value associated with the column: round_off_value
public java.math.BigDecimal getRoundOffValue () { return roundOffValue; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setRoundOffValue (java.math.BigDecimal roundOffValue) {\n\t\tthis.roundOffValue = roundOffValue;\n\t}", "double roundOff (double value) {\n\t\treturn Math.floor((value + EPSILON) * 100) / 100;\n\t}", "public Integer getRound() {\n return round;\n }", "public double round (double value) ...
[ "0.6447535", "0.63834727", "0.59085184", "0.5823366", "0.5757777", "0.57465637", "0.5712596", "0.5709915", "0.57039726", "0.55767596", "0.5573664", "0.55726886", "0.55578184", "0.55073214", "0.5473484", "0.546915", "0.546843", "0.54045385", "0.53800315", "0.53367054", "0.5323...
0.740992
0
Set the value related to the column: round_off_value
public void setRoundOffValue (java.math.BigDecimal roundOffValue) { this.roundOffValue = roundOffValue; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.math.BigDecimal getRoundOffValue () {\n\t\treturn roundOffValue;\n\t}", "public void setRound(final int value) {\n round = value;\n }", "public void setRound(int round) {\r\n this.round = round;\r\n }", "double roundOff (double value) {\n\t\treturn Math.floor((value + EPSILON)...
[ "0.6732103", "0.6425878", "0.629336", "0.6223607", "0.6062288", "0.5799758", "0.5751607", "0.57296413", "0.5709816", "0.56982076", "0.5686265", "0.5685663", "0.56811666", "0.56698024", "0.56698024", "0.56698024", "0.56078494", "0.5596593", "0.5552038", "0.5537863", "0.5523978...
0.77227956
0
Return the value associated with the column: at_so_no
public java.lang.String getAtSoNo () { return atSoNo; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setAtSoNo (java.lang.String atSoNo) {\n\t\tthis.atSoNo = atSoNo;\n\t}", "public ResultSet getAuto(String valueAt) {\n\t\tPreparedStatement prst;\n\t\ttry {\n\t\t\tprst = connection.prepareStatement(DbManagerUtils.SELECT_SPECIFICA_INFOAUTO);\n\t\t\tprst.setString(1, valueAt);\n\n\t\t\treturn prst.exec...
[ "0.62077236", "0.561108", "0.56037617", "0.5487847", "0.5444601", "0.5345921", "0.5264434", "0.5259243", "0.5201294", "0.5154037", "0.5151697", "0.5135033", "0.51223546", "0.51149976", "0.5079974", "0.5076192", "0.5074432", "0.50674266", "0.50662374", "0.5060545", "0.50497264...
0.72154796
0
Set the value related to the column: at_so_no
public void setAtSoNo (java.lang.String atSoNo) { this.atSoNo = atSoNo; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getAtSoNo () {\n\t\treturn atSoNo;\n\t}", "public void setOnion(double countNo) {\n onion = countNo;\r\n }", "public void setAno( int ano ){\n this.ano = ano;\n }", "public abstract void setAtis(java.lang.Long newAtis);", "public void setNo(String no) {\n ...
[ "0.6081385", "0.6031366", "0.6024038", "0.5901459", "0.58447117", "0.572886", "0.5665645", "0.54307896", "0.5397978", "0.5356544", "0.53364223", "0.5331334", "0.5331334", "0.5310625", "0.5307375", "0.52925617", "0.52621", "0.5262041", "0.5245757", "0.5226836", "0.52117383", ...
0.73110443
0
Return the value associated with the column: grn_amount
public java.math.BigDecimal getGrnAmount () { return grnAmount; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.math.BigDecimal getGrnValue () {\n\t\treturn grnValue;\n\t}", "private Double getGiftCheckAmount(int orNo, int storeCode) {\n\t\tString query = \"SELECT SUM(g.AMOUNT) FROM invoice o, gc_item g WHERE o.OR_NO = g.OR_NO and o.STORE_CODE = g.STORE_CODE AND o.OR_NO = '\"+orNo+\"' AND o.STORE_CODE = '\"+st...
[ "0.66579366", "0.65220636", "0.62844235", "0.61591226", "0.6120039", "0.60092854", "0.5995035", "0.596051", "0.5934889", "0.5926356", "0.59243673", "0.5914064", "0.59053797", "0.58740395", "0.5858782", "0.5842376", "0.5834083", "0.5834083", "0.58073646", "0.57756346", "0.5773...
0.70946175
0
Set the value related to the column: grn_amount
public void setGrnAmount (java.math.BigDecimal grnAmount) { this.grnAmount = grnAmount; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setGrnValue (java.math.BigDecimal grnValue) {\n\t\tthis.grnValue = grnValue;\n\t}", "public java.math.BigDecimal getGrnAmount () {\n\t\treturn grnAmount;\n\t}", "public void setGrandTotal (BigDecimal GrandTotal);", "public void setGrandTotal (BigDecimal GrandTotal);", "public void setShrinkQty ...
[ "0.70449305", "0.63628733", "0.6250555", "0.6250555", "0.62468946", "0.62235004", "0.6100424", "0.60723364", "0.60576296", "0.6048004", "0.60417765", "0.59823847", "0.5966438", "0.59662956", "0.59662956", "0.59662956", "0.59367704", "0.5932358", "0.5872747", "0.5864128", "0.5...
0.73999184
0
Return the value associated with the column: status
public java.lang.String getStatus () { return status; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getStatus(){\n\n //returns the value of the status field\n return this.status;\n }", "public int getStatusValue() {\n return status_;\n }", "public int getStatusValue() {\n return status_;\n }", "public int getStatusValue() {\n return status_;\n }", "int getStatusValue();",...
[ "0.7314477", "0.72743285", "0.72743285", "0.72743285", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977", "0.71668977",...
0.0
-1
Set the value related to the column: status
public void setStatus (java.lang.String status) { this.status = status; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(int v) \n {\n \n if (this.status != v)\n {\n this.status = v;\n setModified(true);\n }\n \n \n }", "@JsonSetter(\"status\")\r\n public void setStatus (String value) { \r\n this.status = value...
[ "0.7586964", "0.7474366", "0.7474366", "0.7466916", "0.7466916", "0.7425009", "0.7350268", "0.7318984", "0.7297795", "0.7297795", "0.7291662", "0.72696453", "0.72696453", "0.7257486", "0.72312313", "0.72291726", "0.7224347", "0.7217082", "0.7217082", "0.7217082", "0.7217082",...
0.0
-1
Return the value associated with the column: remarks
public java.lang.String getRemarks () { return remarks; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getRemarks() { return remarks; }", "public String getRemarks() {\r\n return remarks;\r\n }", "public String getRemarks() {\n return (String)getAttributeInternal(REMARKS);\n }", "public String getRemarks() {\n return (String)getAttributeInternal(REMARKS);\n }", "p...
[ "0.6962647", "0.68861574", "0.6871887", "0.6871887", "0.6871887", "0.6871887", "0.6830463", "0.6830463", "0.6830463", "0.6830463", "0.6830463", "0.6830463", "0.6830463", "0.68154335", "0.6757943", "0.67148393", "0.6678023", "0.6658678", "0.66503817", "0.6640166", "0.6640166",...
0.681239
14
Set the value related to the column: remarks
public void setRemarks (java.lang.String remarks) { this.remarks = remarks; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setRemark(String remark)\n/* */ {\n/* 267 */ this.remark = remark;\n/* */ }", "public void setRemarks(String value) {\r\n setAttributeInternal(REMARKS, value);\r\n }", "public void setRemarks(String value) {\n setAttributeInternal(REMARKS, value);\n }", "public...
[ "0.7058448", "0.69150645", "0.6895901", "0.6895901", "0.6895901", "0.6895901", "0.6895901", "0.6895901", "0.68754613", "0.66976964", "0.6656917", "0.6647077", "0.66469306", "0.66469306", "0.66356945", "0.66010684", "0.65731543", "0.65637136", "0.6550581", "0.6550581", "0.6550...
0.66418386
14
Return the value associated with the column: last_chg_date
public java.util.Date getLastChgDate () { return lastChgDate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "Date getForLastUpdate();", "public Date getLastChargeTime() {\n return lastChargeTime;\n }", "private Date computeLastDate() {\n\t\tSyncHistory history = historyDao.loadLastOk();\n\t\tif (history != null) {\n\t\t\treturn history.getTime();\n\t\t}\n\t\treturn new Date(-1);\n\t}", "public java.util.D...
[ "0.6362144", "0.62174785", "0.6077049", "0.6067281", "0.60195804", "0.59632", "0.5954145", "0.5932757", "0.5859771", "0.5835833", "0.5786143", "0.5783284", "0.5764763", "0.57631075", "0.57396716", "0.57365906", "0.5702208", "0.56887835", "0.56792325", "0.5665316", "0.560744",...
0.6095115
6
Set the value related to the column: last_chg_date
public void setLastChgDate (java.util.Date lastChgDate) { this.lastChgDate = lastChgDate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setLastStatusChangeDate(java.util.Date value);", "public void setRegdate(java.sql.Timestamp newVal) {\n if ((newVal != null && this.regdate != null && (newVal.compareTo(this.regdate) == 0)) || \n (newVal == null && this.regdate == null && regdate_is_initialized)) {\n retu...
[ "0.6670309", "0.6398975", "0.63190997", "0.6300402", "0.62961566", "0.62069803", "0.61605805", "0.6121713", "0.6107033", "0.6107033", "0.6107033", "0.6107033", "0.6107033", "0.6107033", "0.6107033", "0.6107033", "0.60415214", "0.6030788", "0.6002376", "0.5940397", "0.5915664"...
0.6139437
11
Return the value associated with the column: last_chg_time
public java.lang.String getLastChgTime () { return lastChgTime; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Date getLastChargeTime() {\n return lastChargeTime;\n }", "public java.lang.String getLastChgTime() {\n\t\treturn lastChgTime;\n\t}", "public long getTimeOfLastValuesChanged();", "protected String getValueOfColumnLastUpdateUser() {\n return SessionContext.open().getUid();\n }", "...
[ "0.6457795", "0.6290453", "0.62007785", "0.60002106", "0.59393907", "0.59136003", "0.5913256", "0.59068394", "0.590527", "0.57650864", "0.57530546", "0.56542754", "0.56523865", "0.56496394", "0.5638012", "0.5608333", "0.560448", "0.5591321", "0.55833745", "0.5574432", "0.5572...
0.6263897
6
Set the value related to the column: last_chg_time
public void setLastChgTime (java.lang.String lastChgTime) { this.lastChgTime = lastChgTime; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void setLastUpdatedTime();", "public void setTimeOfLastValuesChanged(long millis);", "public void setLastChargeTime(Date lastChargeTime) {\n this.lastChargeTime = lastChargeTime;\n }", "public void setLastChgTime(java.lang.String lastChgTime) {\n\t\tthis.lastChgTime = lastChgTime;\n\t}", "public ...
[ "0.6406329", "0.62657064", "0.62573576", "0.61038625", "0.5988686", "0.58790696", "0.58345217", "0.58209705", "0.58130795", "0.5789867", "0.57723975", "0.5743717", "0.5723332", "0.57026386", "0.5684473", "0.5684473", "0.5681466", "0.567698", "0.5669544", "0.56502396", "0.5614...
0.6175679
7
Return the value associated with the column: technical_details
public java.lang.String getTechnicalDetails () { return technicalDetails; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public StrColumn getDetails() {\n return (StrColumn) (isText ? textFields.computeIfAbsent(\"details\", StrColumn::new) :\n getBinaryColumn(\"details\"));\n }", "public StrColumn getDetails() {\n return (StrColumn) (isText ? textFields.computeIfAbsent(\"details\", StrColumn::new) :...
[ "0.6644946", "0.6644946", "0.6644946", "0.64644516", "0.64644516", "0.64644516", "0.64644516", "0.62447584", "0.6036218", "0.5881216", "0.58636945", "0.5754428", "0.57451355", "0.5716759", "0.5716224", "0.57019335", "0.56956846", "0.56577843", "0.56566244", "0.56566244", "0.5...
0.68556565
0
Set the value related to the column: technical_details
public void setTechnicalDetails (java.lang.String technicalDetails) { this.technicalDetails = technicalDetails; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@JsonSetter(\"product_details\")\n public void setProductDetails (ProductData value) { \n this.productDetails = value;\n }", "public void setDetails(String details) {\n this.mDetails = details;\n }", "public void setDetails(String mDetails) {\n this.mDetails = mDetails;\n }", ...
[ "0.57023627", "0.55659735", "0.5536479", "0.54993504", "0.54633427", "0.54594046", "0.54071134", "0.5396007", "0.5388547", "0.5369828", "0.5361066", "0.53509516", "0.5346949", "0.53354657", "0.53089565", "0.52615905", "0.52443695", "0.5240172", "0.52185583", "0.519975", "0.51...
0.68132675
0
Return the value associated with the column: technical_specification
public java.lang.String getTechnicalSpecification () { return technicalSpecification; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setTechnicalSpecification (java.lang.String technicalSpecification) {\n\t\tthis.technicalSpecification = technicalSpecification;\n\t}", "@Override\n @XmlElement(name = \"specification\")\n public synchronized InternationalString getSpecification() {\n return specification;\n }", "pu...
[ "0.6378251", "0.6112871", "0.60583234", "0.5902727", "0.58936083", "0.5813359", "0.578436", "0.578436", "0.578436", "0.5749827", "0.57283753", "0.5588064", "0.55261743", "0.5452149", "0.5425869", "0.5375652", "0.536667", "0.536667", "0.536667", "0.536667", "0.536667", "0.53...
0.6924824
0
Set the value related to the column: technical_specification
public void setTechnicalSpecification (java.lang.String technicalSpecification) { this.technicalSpecification = technicalSpecification; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSpecification(DataHSpecification spec) throws LRException\n\t{\n\t\tDataHRecordData myData=(DataHRecordData)getData();\n\t\tmyData.spec=spec;\n\t}", "public void setSpecification(Integer specification) {\r\n this.specification = specification;\r\n }", "public synchronized void setSpeci...
[ "0.63794076", "0.61179096", "0.6067829", "0.5895694", "0.5849729", "0.5847995", "0.5775917", "0.5706808", "0.55264384", "0.5477818", "0.54630303", "0.54504305", "0.53769076", "0.52180785", "0.5203605", "0.51474327", "0.51195306", "0.5056963", "0.50452495", "0.50450575", "0.50...
0.7078239
0
Return the value associated with the column: amc_contract
public java.lang.String getAmcContract () { return amcContract; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getContractId() {\n return contractId;\n }", "public String getContractNumber() {\n return contractNumber;\n }", "public Integer getContractId() {\n return contractId;\n }", "public int getContractId() {\n return contractId;\n }", "public Integer getContr...
[ "0.6377933", "0.63486606", "0.6348054", "0.63474923", "0.6209731", "0.61591053", "0.6126177", "0.6126177", "0.6126177", "0.6126177", "0.60284257", "0.5893175", "0.5862733", "0.58248234", "0.5783045", "0.5714389", "0.5672911", "0.5672911", "0.5672911", "0.5672911", "0.5650544"...
0.63789165
0
Set the value related to the column: amc_contract
public void setAmcContract (java.lang.String amcContract) { this.amcContract = amcContract; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setContractId(int value) {\n this.contractId = value;\n }", "void setContract(int contract) {\r\n\t\tif (contract == 24 || contract == 30 || contract == 36) {\r\n\t\t\tthis.contract = contract;\r\n\t\t}\r\n\t}", "public void setContractAmount(Integer contractAmount) {\n this.contra...
[ "0.6539383", "0.6528239", "0.60510033", "0.589996", "0.589996", "0.589996", "0.589996", "0.56875426", "0.5648716", "0.55887747", "0.5581133", "0.5565738", "0.54855895", "0.54604274", "0.5404517", "0.54024065", "0.54018676", "0.5393207", "0.53791827", "0.5375579", "0.536409", ...
0.6199931
2
Return the value associated with the column: vat
public java.math.BigDecimal getVat () { return vat; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getVatId()\n {\n return vatId;\n }", "public Integer getVatType() {\r\n\t\treturn vatType;\r\n\t}", "public void setVat (java.math.BigDecimal vat) {\n\t\tthis.vat = vat;\n\t}", "@ApiModelProperty(value = \"Total amount of VAT paid(or should be paid)\")\n @JsonProperty(\"vat\")\n ...
[ "0.65335554", "0.6259563", "0.6205277", "0.6174268", "0.6043038", "0.598083", "0.5963164", "0.59388286", "0.5931973", "0.5931973", "0.5931973", "0.59020364", "0.58773", "0.5852841", "0.58130264", "0.57844126", "0.57680565", "0.57583535", "0.5754046", "0.5694358", "0.568679", ...
0.7546855
0