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
This function is called periodically during operator control
public void teleopPeriodic() { double forward = joy.getX(); double strafe = joy.getY(); double rotate = joy2.getX()/2; double ftLeft = forward + strafe + rotate; double ftRight = -forward + strafe + rotate; double bkLeft = forward - strafe + rotate; ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void teleopPeriodic() {\n \t\n \twhile (isOperatorControl() && isEnabled()) {\n \t\tdebug();\n \t\tsmartDashboardVariables();\n \t\t//driver control functions\n \t\tdriverControl();\n \t//state machine\n \tterrainStates();\n \t//this function always comes last\n ...
[ "0.7665666", "0.73227316", "0.7286976", "0.72593725", "0.7255314", "0.71488637", "0.71488637", "0.71138996", "0.7093574", "0.7090445", "0.70560575", "0.7046668", "0.704289", "0.7039102", "0.7032054", "0.7023366", "0.6963418", "0.69623876", "0.69429386", "0.69309705", "0.69309...
0.0
-1
This function is called periodically during test mode
public void testPeriodic() { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void testPeriodic()\n {\n \n }", "@Override\n public void testPeriodic() {\n }", "@Override\n public void testPeriodic() {\n }", "@Override\n public void testPeriodic() {\n }", "@Override\n public void testPeriodic() {\n }", "@Override\n public void testPeriodi...
[ "0.7800467", "0.75683486", "0.75683486", "0.75683486", "0.75683486", "0.75683486", "0.75683486", "0.75683486", "0.75683486", "0.75683486", "0.75683486", "0.7513078", "0.7469104", "0.7374911", "0.7364876", "0.7364876", "0.7364876", "0.7364876", "0.73407346", "0.7327271", "0.73...
0.7108927
46
TODO Autogenerated method stub
@Override public ArrayList<String> showFlights(String source, String destination, String date) throws ParseException { ArrayList<String> result = new ArrayList<String>(); Timestamp travelTimestamp = new Timestamp(((new SimpleDateFormat("dd/MM/yyyy")).parse(date)).getTime()); ArrayList<TransportMode> flights; i...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
load the user via api users service
@Override protected void successfulAuthentication(HttpServletRequest request, HttpServletResponse response, FilterChain chain, Authentication authResult) throws IOException, ServletException { ApiUser apiUser = this.apiUsersService.getApiUserByUserName(((User) authResult....
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public User loadUserDetails(String id)throws Exception;", "User loadUser( String username ) throws UserNotFoundException;", "private void fetchUser() {\n UserFetcher userFetcher = new UserFetcher();\n userFetcher.setListener(this);\n userFetcher.getUser();\n }", "User loadUserByUserNa...
[ "0.72172195", "0.71799153", "0.6990898", "0.68650293", "0.6854368", "0.68500084", "0.68126905", "0.67953944", "0.6770859", "0.6770859", "0.6770581", "0.6719164", "0.66830534", "0.6678184", "0.66775805", "0.665865", "0.665865", "0.6657846", "0.66531575", "0.66334045", "0.66299...
0.0
-1
TODO Autogenerated method stub
@Override public MobileOperator getMobileOperatorByCode(Integer mobileOperatorCode) { return mobileOperatorMapper.selectByPrimaryKey(mobileOperatorCode); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
Toast.makeText(PokemonBankActivity.this, "clicked "+ pokemon.id, Toast.LENGTH_LONG).show();
@Override public void onClickPokemon(PokemonItem pokemon) { // Toast.makeText(PokemonBankActivity.this, "clicked "+ pokemon.id, Toast.LENGTH_LONG).show(); // gotoPkmDetail(pokemon); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void onClick(View v) {\n Toast.makeText(mContext, \"You Clicked \" + position, Toast.LENGTH_LONG).show();\n }", "@Override\n public void onClick(View v) {\n\n String s = v.getTag().toString();\n int durat...
[ "0.73037267", "0.7294913", "0.714666", "0.7085572", "0.7079824", "0.70669806", "0.6907034", "0.687794", "0.6845494", "0.6838485", "0.68174833", "0.68096083", "0.6801787", "0.67563", "0.67546636", "0.6752743", "0.67107767", "0.6682527", "0.6661593", "0.6634974", "0.6621392", ...
0.8448364
0
OK Excluir da Tela o Objecto como um todo do Banco de Dados
private void alertBuilderClickLongoAction() { AlertDialog.Builder alerta = new AlertDialog.Builder(activity); alerta.setTitle(R.string.MESSAGE_builderTitle); String alertaMessage = activity.getString(R.string.MESSAGE_ExcluirProduto, pedidoVO.toString()); alerta.setMessage(alertaMessa...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void incluir(Entidade entidade);", "public void borrarZonaObjetivoAtaque() {\n\t\t\n\t}", "public void borrarZonaObjetivoMovimiento() {\n\t\t\n\t}", "public void excluirPorTalento(Talento objTalento)\r\n throws DAOException\r\n {\r\n if (log.isDebugEnabled())\r\n {\r\n log....
[ "0.6393546", "0.63677156", "0.6205788", "0.61686265", "0.6155003", "0.61350125", "0.6116726", "0.6105965", "0.6022047", "0.59913546", "0.5970982", "0.5966702", "0.595966", "0.5959126", "0.5938386", "0.5934589", "0.5928677", "0.59100497", "0.58992314", "0.585413", "0.58526456"...
0.0
-1
OK Click Longo Excluir o Objeto
private void excluirAction() { Integer i = daoPedido.excluir(this.pedidoVO); if (i != null && i > 0) { msg = activity.getString(R.string.SUCCESS_excluido, pedidoVO.toString()); Toast.makeText(activity, msg + "(" + i + ")", Toast.LENGTH_SHORT).show(); Log.i("DB_...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void alertBuilderClickLongoAction() {\r\n AlertDialog.Builder alerta = new AlertDialog.Builder(activity);\r\n alerta.setTitle(R.string.MESSAGE_builderTitle);\r\n String alertaMessage = activity.getString(R.string.MESSAGE_ExcluirProduto, pedidoVO.toString());\r\n alerta.setMessag...
[ "0.63614005", "0.62230563", "0.6168156", "0.61534417", "0.60894495", "0.6011257", "0.60071146", "0.60018075", "0.5998361", "0.5990935", "0.594002", "0.59389615", "0.5934483", "0.58806854", "0.58800685", "0.58753335", "0.5874021", "0.584795", "0.5825284", "0.5818145", "0.58106...
0.571891
22
metoda koja radi posao
@Override protected void doFilterInternal(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, FilterChain filterChain) throws ServletException, IOException { String header = httpServletRequest.getHeader(jwtConfig.getHeader()); //if(header == null || !header.startsWith(...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "Radian createRadian();", "void getRadiationlevel();", "public Unit<Angle> radian() {return radian;}", "public void mostrarPregunta(int indicePregunta){\n etiquetaTituloPregunta.setText(preguntas.get(indicePregunta).getTitulo());\n\n //Llenamos con el modelo los radio buttons\n for (...
[ "0.67464703", "0.6308822", "0.6172513", "0.6083551", "0.60184836", "0.6015545", "0.5998583", "0.5994896", "0.59654546", "0.59442806", "0.59142137", "0.5878964", "0.58713037", "0.5850559", "0.5849663", "0.58467364", "0.58326286", "0.58148104", "0.5807951", "0.5791459", "0.5791...
0.0
-1
Configures the visibility of the fields in view mode depending on the user privileges
public void setFieldReadAccess() { if (!AccessManager.canReadPersonnelIdentification()) personnel_nomFilterBox.setVisible(false); if (!AccessManager.canReadCentreDiagTraitDescription()) cdt_nomFilterBox.setVisible(false); if (!AccessManager.canReadCandidatureFormationRegionApprobation()) approuveeRegi...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setFieldReadAccess() {\n\n\t\tif (!AccessManager.canReadSmsPredefiniDescription())\n\t\t\ttypeFilterBox.setVisible(false);\n\n\t\tif (!AccessManager.canReadSmsPredefiniDescription())\n\t\t\tobjetFilterBox.setVisible(false);\n\n\t\tif (!AccessManager.canReadSmsPredefiniDescription())\n\t\t\tmessageFilte...
[ "0.70096827", "0.63979554", "0.63496363", "0.6270395", "0.6248248", "0.622794", "0.61584723", "0.6104357", "0.60859567", "0.60780627", "0.60701454", "0.60358334", "0.5996962", "0.5900193", "0.58921176", "0.5854022", "0.5833579", "0.5816315", "0.5798064", "0.5795799", "0.57789...
0.7310704
0
method to create Cloudscape connections
public String createConnection() { // Use DRIVER and DBURL to create a connection // Recommend connection pool implementation/usage return "Connect to Cloudscape > " + DRIVER + "::" + DBURL + "\n"; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void createConnection();", "Connection createConnection();", "private void createConnection() {\n this.callbacks = getCallbacks();\n\n Properties props = new Properties();\n props.putAll(getTestProps());\n props.putAll(getProps());\n this.connection = Connections.create((Conn...
[ "0.67616224", "0.6493082", "0.61696726", "0.6047278", "0.5994237", "0.5969304", "0.5922478", "0.5894126", "0.58901435", "0.5877589", "0.58629924", "0.5854297", "0.5838389", "0.5827732", "0.58250064", "0.5795101", "0.5769538", "0.57575", "0.57491255", "0.5721182", "0.5721182",...
0.6324447
2
Define class variables with contents of properties file File has been determined at this point.
public void loadProperties(){ try{ prop.load(file); // get the property value and print it out host = prop.getProperty("host"); port = prop.getProperty("port"); sslmode = prop.getProperty("sslmode"); source = prop.getProperty("source"); dbname = prop.getProperty...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void setPropertiesFile(File file);", "private static void loadPropertiesFile() {\n checkNotNull(propertyFileName, \"propertyFileName cannot be null\");\n String currentDir = new File(\"\").getAbsolutePath();\n propertyFile = currentDir + \"/\" + propertyFileName;\n File propFile = new...
[ "0.6914919", "0.6621996", "0.65530556", "0.65371066", "0.6490984", "0.63823843", "0.635147", "0.635121", "0.6325412", "0.63203067", "0.63031995", "0.6299484", "0.62982357", "0.62614733", "0.62427324", "0.6215004", "0.61814594", "0.61687344", "0.6120421", "0.61097044", "0.6106...
0.64907867
5
Continuation of login; at this point user has been determined either from properties or login dialog Have to separate so that the proper username is used i.e. null might have been entered in properties file
public void postLoadProperties(){ try{ switch (source){ case "heroku": URL = new String("jdbc:postgresql://" + host + ":" + port + "/" + dbname + "?sslmode=require&user=" + user + "&password=" +password ); break; case "local": URL = new String("jdbc:postgresql://" + host + "/" + dbname); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void login() {\n\t\tUser user = new User(\"admin\", \"12345678\", Role.ADMIN);\n\t\tuser.setEmail(\"admin@gibmit.ch\");\n\t\t\n\t\tif(user != null) {\n\t\t\tuserBean.setLoggedInUser(user);\n\t\t\tFacesContext context = FacesContext.getCurrentInstance();\n\t\t\tHttpServletRequest req = (HttpServletRequest)co...
[ "0.71384144", "0.69907933", "0.6971489", "0.6836995", "0.68090963", "0.67889345", "0.6760627", "0.67551035", "0.6732519", "0.67077166", "0.67074174", "0.6631476", "0.6623934", "0.6595075", "0.6592032", "0.6578718", "0.65643364", "0.6544988", "0.6529199", "0.6526276", "0.65093...
0.0
-1
/Name: Triangle (ctor) Purpose: Sets the name of the shape as triangle, makes the new 3 points Parameter: None
public Triangle() { super("Triangle: "); this.setP1(new Point()); this.setP2(new Point()); this.setP3(new Point()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Triangle(int x1, int y1, int x2, int y2, int x3, int y3, String name){\n this.x1 = x1;\n this.y1 = y1;\n this.x2 = x2;\n this.y2 = y2;\n this.x3 = x3;\n this.y3 = y3;\n this.name = name;\n \n \n }", "public Triangle( Point p1, Point p2, Point p3 ) {\n super(\"Triangle: \");\...
[ "0.8415871", "0.81651855", "0.80568683", "0.79905903", "0.79899", "0.7891779", "0.7880099", "0.7879606", "0.7877851", "0.7834905", "0.7764724", "0.77494127", "0.77493256", "0.77158225", "0.7692485", "0.7610884", "0.76004845", "0.7597298", "0.75854164", "0.75346315", "0.750225...
0.8638796
0
/Name: Triangle Purpose: Takes the arguments and sets them to the 3 points Parameter: Point p1, Point p2, Point p3
public Triangle( Point p1, Point p2, Point p3 ) { super("Triangle: "); this.setP1(p1); this.setP2(p2); this.setP3(p3); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Triangle (double x1,double y1,double x2, double y2,double x3,double y3)\r\n {\r\n v1 = new Point(x1,y1);\r\n v2 = new Point(x2,y2);\r\n v3 = new Point(x3,y3);\r\n }", "public Triangle(Point p1, Point p2, Point p3) {\n this.p1 = p1;\n this.p2 = p2;\n this.p3 ...
[ "0.79755145", "0.7912208", "0.7550642", "0.7544282", "0.7518018", "0.74959946", "0.7461565", "0.7459375", "0.7360202", "0.7347534", "0.7329074", "0.7280041", "0.725419", "0.7128969", "0.7024389", "0.68053454", "0.6735911", "0.66348016", "0.657332", "0.6524166", "0.6519116", ...
0.813633
0
/Name: Triangle Purpose: Functions as Triangle's copy ctor Parameter: Triangle tri
public Triangle( Triangle tri ) { super("Triangle: "); this.setP1( new Point( tri.getP1() ) ); this.setP2( new Point( tri.getP2() ) ); this.setP3( new Point( tri.getP3() ) ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Triangle copy()\r\n {\r\n return new Triangle (v1.getX(),v1.getY(),v2.getX(),v2.getY(),v3.getX(),v3.getY());\r\n }", "public Triangle(Triangle tri){\n this(tri.width, tri.height, tri.perpendicular, tri.getX(), tri.getY());\n }", "public Triangle(ITriangle triangleToCopy, IPrimitive paren...
[ "0.81603223", "0.80536884", "0.7915246", "0.78789204", "0.7667266", "0.7662036", "0.7646799", "0.75171727", "0.74930185", "0.74649507", "0.735555", "0.7331417", "0.72936183", "0.723734", "0.7235341", "0.7227298", "0.72151494", "0.721447", "0.7175447", "0.71575665", "0.7037574...
0.7948236
2
/Name: move Purpose: Moves the Triangle Parameter: int xDelta, int yDelta Return: void
public void move( int xDelta, int yDelta ) { setP1(new Point (getP1().getX()+xDelta, getP1().getY()+yDelta)); setP2(new Point (getP2().getX()+xDelta, getP2().getY()+yDelta)); setP3(new Point (getP3().getX()+xDelta, getP3().getY()+yDelta)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void move(int delta);", "void moveTo(int dx, int dy);", "public abstract void move(int deltaX, int deltaY);", "void move(IntVector delta);", "public void move (int deltaX, int deltaY)\r\n {\r\n\tx = x + deltaX;\r\n\ty = y + deltaY;\r\n }", "void move(int dx, int dy);", "void move(double dx...
[ "0.7223233", "0.7156592", "0.7110946", "0.70924956", "0.70155394", "0.6977223", "0.69685733", "0.69194853", "0.68480843", "0.66892886", "0.66784954", "0.6617365", "0.6600057", "0.6567003", "0.6510693", "0.6487859", "0.64823145", "0.6467433", "0.6467433", "0.64626485", "0.6449...
0.6533249
14
/ Name: toString Purpose: Puts Triangle's information (coordinates,name,shape) in a string Parameter: None Return: String
@Override public String toString() { return super.getName() + getP1().toString() + ", " + getP2().toString() + ", " + getP3().toString(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String toString() {\n\treturn triangles.toString(); \n }", "public String toString(){\n return \"Triangle: side1 = \" + side1 + \" side2 = \" + side2 + \" side3 = \" + side3;\n }", "public String toString() {\n\t\treturn \"Triangle with side1 = \" +side1+ \", side2 = \" +side2+ \", side3 = ...
[ "0.79010886", "0.777186", "0.77599716", "0.76690036", "0.7530281", "0.7468121", "0.7219927", "0.7193032", "0.7170112", "0.71249986", "0.7051208", "0.7043872", "0.7038314", "0.7000161", "0.6984174", "0.69781756", "0.688246", "0.6876519", "0.6782614", "0.67725885", "0.6719703",...
0.0
-1
/ Name: equals Purpose: Checks whether two objects equal one another Parameter: Object o Return: boolean
@Override public boolean equals( Object o ) { if (o!=null && this.getClass() == (o.getClass()) && getP1().equals(((Triangle)o).getP1()) && getP2().equals(((Triangle)o).getP2()) && getP3().equals(((Triangle)o).getP3())){ return true; } return false;//if not equal to each o...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean equals(Object o);", "public boolean equals(Object object);", "public boolean equals( Object obj );", "public boolean equals(Object obj);", "boolean equals(Object o);", "boolean equals(Object o);", "boolean equals(Object o);", "boolean equals(Object o);", "boolean equals(Object o);", ...
[ "0.8396135", "0.8290508", "0.8269481", "0.82401186", "0.8178233", "0.8178233", "0.8178233", "0.8178233", "0.8178233", "0.81047344", "0.80913466", "0.8018209", "0.7985758", "0.7964618", "0.7964618", "0.78080124", "0.77144533", "0.76717645", "0.76642996", "0.7651076", "0.762405...
0.0
-1
/ Name: hashCode Purpose: Computes the hashcode Parameter: None Return: int
@Override public int hashCode() { return this.toString().hashCode(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "int hashCode();", "int hashCode();", "public int hashcode();", "public int hashCode();", "public int hashCode();", "public int hashCode();", "public int hashCode();", "public abstract int hashCode();", "int\thashCode();", "public int hashCode() {\n if (hashCode != 0){\n return h...
[ "0.8710819", "0.8710819", "0.8651185", "0.8644573", "0.8644573", "0.8644573", "0.8644573", "0.8379583", "0.8287664", "0.8223883", "0.8111538", "0.80071473", "0.7936796", "0.7926537", "0.7914131", "0.7914131", "0.7914131", "0.78939384", "0.7867987", "0.78482306", "0.7835941", ...
0.0
-1
/Name: draw Purpose: Draws the Triangle Parameter: DrawingCanvas canvas, Color c, boolean fill Return: void
public void draw( DrawingCanvas canvas, Color c, boolean fill ) { myTriLine1= new Line((double)getP1().getX(), (double)getP1().getY(), (double)getP2().getX(),(double)getP2().getY(), canvas); myTriLine2= new Line((double)getP2().getX(), (double)getP2().getY(), (double)get...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void draw(DrawingCanvas canvas, Color c, boolean fill) {\n\t// TODO\n\tif(canvas == null)\n\t\treturn;\n\t// If c is null, use Color.BLACK\n\tif(c == null)\n\t c = Color.BLACK;\n\tif(fill == true){\n\t // Create filledrect to draw the triangle if fill is true\n\t FilledRect mySquare = new FilledRec...
[ "0.73964804", "0.66092396", "0.6505457", "0.6289106", "0.6287553", "0.6277798", "0.61622715", "0.61259586", "0.60951185", "0.5991359", "0.5991359", "0.59766906", "0.59187263", "0.5916481", "0.5897679", "0.58899784", "0.58799", "0.5873088", "0.58697736", "0.58544147", "0.58308...
0.72791547
1
/ Name: getP1 Purpose: Accessor for p1 Parameter: None Return: Point
public Point getP1(){ return this.p1; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Point getPoint1() {\r\n return p1;\r\n }", "public Point2D getPoint1() {\n return this.point1;\n }", "public double getX1() {\n\t\treturn p1.x;\n\t}", "public Point3D getPoint1() {\r\n return point1;\r\n }", "public int getP1Points() {\n return p1Points;\n }",...
[ "0.8442106", "0.7788126", "0.75421065", "0.75006026", "0.7296104", "0.7247851", "0.7144482", "0.711864", "0.70327497", "0.68372387", "0.68085515", "0.6775154", "0.6754737", "0.67472655", "0.6680553", "0.66707695", "0.65976936", "0.65653527", "0.6490827", "0.6344911", "0.63078...
0.85836685
0
/ Name: setP1 Purpose: Mutator for p1 Parameter: Point P1 Return: void
private void setP1( Point p1 ){ this.p1=p1; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setP1(Player p1) {\n this.p1 = p1;\n }", "public void setPoint1(Point3D point1) {\r\n this.point1 = point1;\r\n }", "public void setP1(Point point){\n\t\tif((point.getX() >= getP2().getX()) || (point.getY() >= getP2().getY())){\n\t\t\tthrow new IllegalArgumentException();\n\t\t}\n\t\t...
[ "0.76494974", "0.75374794", "0.75192565", "0.7281379", "0.7169862", "0.71301293", "0.7071515", "0.696299", "0.684572", "0.6820452", "0.6801169", "0.67734474", "0.6724141", "0.6695586", "0.6587306", "0.6545218", "0.646474", "0.64560354", "0.64420176", "0.63705575", "0.6351249"...
0.90909845
0
/ Name: getP2 Purpose: Accessor for p2 Parameter: None Return: Point
public Point getP2(){ return this.p2; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Point2D getPoint2() {\n return this.point2;\n }", "public GPoint getSecondPoint(){\n return(point2);\n }", "public Point3D getPoint2() {\r\n return point2;\r\n }", "public IPoint getSecondPoint()\n {\n\n Set<IPoint> vertices = this.getVertices();\n Object[] ver...
[ "0.8286237", "0.7866755", "0.7850316", "0.7469282", "0.7448721", "0.74406976", "0.73862183", "0.71603024", "0.7156841", "0.71455413", "0.7114456", "0.7105068", "0.70303285", "0.69901115", "0.6985438", "0.6945167", "0.692615", "0.6923109", "0.6914532", "0.69005436", "0.6888692...
0.86975276
0
/ Name: setP2 Purpose: Mutator for p2 Parameter: Point P2 Return: void
private void setP2( Point p2 ){ this.p2=p2; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void setP2p(int p2p);", "public void setP2(Player p2) {\n this.p2 = p2;\n }", "public void setP2(Point point){\n\t\tif((point.getX() <= getP1().getX()) || (point.getY() <= getP1().getY())){\n\t\t\tthrow new IllegalArgumentException();\n\t\t}\n\t\tsuper.setP2(point);\n\t}", "public void setPoint2(Point3D ...
[ "0.8099879", "0.7627279", "0.76112074", "0.7552706", "0.7519155", "0.73526603", "0.7289643", "0.72273207", "0.71857667", "0.7159037", "0.69816893", "0.69618994", "0.6938398", "0.6933772", "0.68220675", "0.681848", "0.67835325", "0.6765071", "0.6648621", "0.6635011", "0.663110...
0.904104
0
/ Name: getP3 Purpose: Accessor for p3 Parameter: None Return: Point
public Point getP3(){ return this.p3; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public IPoint getThirdPoint()\n {\n\n Set<IPoint> vertices = this.getVertices();\n Object[] verticesArray = vertices.toArray();\n IPoint thirdPoint = (IPoint)verticesArray[2];\n\n return thirdPoint;\n }", "public Point3 getPoint(int pointNr);", "public ResultPoint getRp3() {\n...
[ "0.7883347", "0.7817437", "0.7370058", "0.727791", "0.72334486", "0.71529853", "0.6951865", "0.6916233", "0.687929", "0.6803111", "0.67991716", "0.6648159", "0.6636446", "0.6602868", "0.66008466", "0.6596201", "0.6591862", "0.6561314", "0.65505546", "0.65081364", "0.65066385"...
0.86503965
0
/ Name: setP3 Purpose: Mutator for p3 Parameter: Point P3 Return: void
private void setP3( Point p3 ){ this.p3=p3; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void set(Point3 p) {\r\n\t\tx = p.x;\r\n\t\ty = p.y;\r\n\t\tz = p.z;\r\n\t}", "public Point3(Point3 p) {\n this.x = p.x; this.y = p.y; this.z = p.z;\n }", "public void set(float x, float y, float z);", "public void setLocation(Point3D p) {\r\n\t\tthis.p = new Point3D(p.longtitude, p.latitude, p.al...
[ "0.84003145", "0.72968245", "0.710987", "0.70800835", "0.69004965", "0.6851419", "0.68209016", "0.6809941", "0.67930007", "0.6743181", "0.67289996", "0.66021496", "0.65821815", "0.65771747", "0.6564237", "0.64787525", "0.64473677", "0.64414454", "0.64263326", "0.6414726", "0....
0.8927753
0
/ / / /
public IOContext withEncoding(JsonEncoding enc) /* */ { /* 116 */ this._encoding = enc; /* 117 */ return this; /* */ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void divide() {\n\t\t\n\t}", "public static void slashes() {\n\t\tSystem.out.println(\"//////////////////////\");\r\n\r\n\t}", "public abstract String division();", "public void division() {\n\t\tx=1;\n\t\ty=0;\n\t\tz=x/y;\n\t\t\t\t\n\t}", "private boolean slash() {\r\n return MARK(OPERATOR) ...
[ "0.5906264", "0.55749613", "0.5428019", "0.53241616", "0.5294036", "0.527193", "0.52582306", "0.5256754", "0.51585066", "0.5141374", "0.51100975", "0.5097357", "0.5026707", "0.50235814", "0.50100124", "0.49757177", "0.4967908", "0.49668512", "0.4931213", "0.49272057", "0.4915...
0.0
-1
/ / / / / / / / 126
public Object getSourceReference() { return this._sourceRef; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "static int getNumPatterns() { return 64; }", "private static char[] m6491z(String str) {\n char[] toCharArray = str.toCharArray();\n if (toCharArray.length < 2) {\n toCharArray[0] = (char) (toCharArray[0] ^ 108);\n }\n return toCharArray;\n }", "private...
[ "0.588433", "0.57063925", "0.5667071", "0.5628257", "0.5615408", "0.5593419", "0.5588886", "0.5563886", "0.55067235", "0.550189", "0.54914445", "0.54407513", "0.54153246", "0.5390796", "0.5389226", "0.53845793", "0.53841317", "0.53479475", "0.53400034", "0.5332851", "0.531177...
0.0
-1
/ / / / / / /
public TextBuffer constructTextBuffer() /* */ { /* 137 */ return new TextBuffer(this._bufferRecycler); /* */ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private int parent(int i){return (i-1)/2;}", "private int leftChild(int i){return 2*i+1;}", "public void divide() {\n\t\t\n\t}", "public void zeichneQuadrate(){\n for (int i=0; i<10;i++)\n rect (50+i*25,50,25,25);\n }", "private int rightChild(int i){return 2*i+2;}", "public abstract void b...
[ "0.54567957", "0.53680295", "0.53644985", "0.52577376", "0.52142847", "0.51725817", "0.514088", "0.50868535", "0.5072305", "0.504888", "0.502662", "0.50005764", "0.49740013", "0.4944243", "0.4941118", "0.4937142", "0.49095523", "0.48940238", "0.48719338", "0.48613623", "0.486...
0.0
-1
/ / / / / /
public byte[] allocReadIOBuffer() /* */ { /* 146 */ _verifyAlloc(this._readIOBuffer); /* 147 */ return this._readIOBuffer = this._bufferRecycler.allocByteBuffer(0); /* */ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void divide() {\n\t\t\n\t}", "private int parent(int i){return (i-1)/2;}", "private int leftChild(int i){return 2*i+1;}", "public void zeichneQuadrate(){\n for (int i=0; i<10;i++)\n rect (50+i*25,50,25,25);\n }", "public abstract void bepaalGrootte();", "public static void bottomHalf(...
[ "0.5472371", "0.5383522", "0.52979374", "0.5293668", "0.5211566", "0.51842105", "0.5161626", "0.51377255", "0.5100369", "0.5067393", "0.5064298", "0.50376177", "0.49875325", "0.49361488", "0.49140826", "0.49058613", "0.49058613", "0.48946288", "0.48945552", "0.48931476", "0.4...
0.0
-1
/ / / /
public byte[] allocReadIOBuffer(int minSize) /* */ { /* 154 */ _verifyAlloc(this._readIOBuffer); /* 155 */ return this._readIOBuffer = this._bufferRecycler.allocByteBuffer(0, minSize); /* */ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void divide() {\n\t\t\n\t}", "public static void slashes() {\n\t\tSystem.out.println(\"//////////////////////\");\r\n\r\n\t}", "public abstract String division();", "public void division() {\n\t\tx=1;\n\t\ty=0;\n\t\tz=x/y;\n\t\t\t\t\n\t}", "private boolean slash() {\r\n return MARK(OPERATOR) ...
[ "0.5906264", "0.55749613", "0.5428019", "0.53241616", "0.5294036", "0.527193", "0.52582306", "0.5256754", "0.51585066", "0.5141374", "0.51100975", "0.5097357", "0.5026707", "0.50235814", "0.50100124", "0.49757177", "0.4967908", "0.49668512", "0.4931213", "0.49272057", "0.4915...
0.0
-1
/ / / /
public byte[] allocWriteEncodingBuffer(int minSize) /* */ { /* 167 */ _verifyAlloc(this._writeEncodingBuffer); /* 168 */ return this._writeEncodingBuffer = this._bufferRecycler.allocByteBuffer(1, minSize); /* */ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void divide() {\n\t\t\n\t}", "public static void slashes() {\n\t\tSystem.out.println(\"//////////////////////\");\r\n\r\n\t}", "public abstract String division();", "public void division() {\n\t\tx=1;\n\t\ty=0;\n\t\tz=x/y;\n\t\t\t\t\n\t}", "private boolean slash() {\r\n return MARK(OPERATOR) ...
[ "0.5906264", "0.55749613", "0.5428019", "0.53241616", "0.5294036", "0.527193", "0.52582306", "0.5256754", "0.51585066", "0.5141374", "0.51100975", "0.5097357", "0.5026707", "0.50235814", "0.50100124", "0.49757177", "0.4967908", "0.49668512", "0.4931213", "0.49272057", "0.4915...
0.0
-1
/ / / /
public byte[] allocBase64Buffer() /* */ { /* 175 */ _verifyAlloc(this._base64Buffer); /* 176 */ return this._base64Buffer = this._bufferRecycler.allocByteBuffer(3); /* */ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void divide() {\n\t\t\n\t}", "public static void slashes() {\n\t\tSystem.out.println(\"//////////////////////\");\r\n\r\n\t}", "public abstract String division();", "public void division() {\n\t\tx=1;\n\t\ty=0;\n\t\tz=x/y;\n\t\t\t\t\n\t}", "private boolean slash() {\r\n return MARK(OPERATOR) ...
[ "0.5906264", "0.55749613", "0.5428019", "0.53241616", "0.5294036", "0.527193", "0.52582306", "0.5256754", "0.51585066", "0.5141374", "0.51100975", "0.5097357", "0.5026707", "0.50235814", "0.50100124", "0.49757177", "0.4967908", "0.49668512", "0.4931213", "0.49272057", "0.4915...
0.0
-1
/ / / /
public char[] allocTokenBuffer(int minSize) /* */ { /* 188 */ _verifyAlloc(this._tokenCBuffer); /* 189 */ return this._tokenCBuffer = this._bufferRecycler.allocCharBuffer(0, minSize); /* */ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void divide() {\n\t\t\n\t}", "public static void slashes() {\n\t\tSystem.out.println(\"//////////////////////\");\r\n\r\n\t}", "public abstract String division();", "public void division() {\n\t\tx=1;\n\t\ty=0;\n\t\tz=x/y;\n\t\t\t\t\n\t}", "private boolean slash() {\r\n return MARK(OPERATOR) ...
[ "0.5906264", "0.55749613", "0.5428019", "0.53241616", "0.5294036", "0.527193", "0.52582306", "0.5256754", "0.51585066", "0.5141374", "0.51100975", "0.5097357", "0.5026707", "0.50235814", "0.50100124", "0.49757177", "0.4967908", "0.49668512", "0.4931213", "0.49272057", "0.4915...
0.0
-1
/ / / / /
public void releaseReadIOBuffer(byte[] buf) /* */ { /* 207 */ if (buf != null) /* */ { /* */ /* */ /* 211 */ _verifyRelease(buf, this._readIOBuffer); /* 212 */ this._readIOBuffer = null; /* 213 */ this._bufferRecycler.releaseByteBuffer(0, buf); /* */ } /* */ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void divide() {\n\t\t\n\t}", "private int parent(int i){return (i-1)/2;}", "public abstract void bepaalGrootte();", "public void zeichneQuadrate(){\n for (int i=0; i<10;i++)\n rect (50+i*25,50,25,25);\n }", "public void gored() {\n\t\t\n\t}", "public static void bottomHalf() {\n\n ...
[ "0.5654086", "0.5282051", "0.5270874", "0.5268489", "0.5230159", "0.5229372", "0.5205559", "0.51923394", "0.51524484", "0.50993294", "0.50948834", "0.5071109", "0.5043058", "0.5009983", "0.5006536", "0.49739555", "0.49691963", "0.4959123", "0.49568397", "0.49425906", "0.49421...
0.0
-1
/ / / / / / /
protected final void _verifyAlloc(Object buffer) /* */ { /* 269 */ if (buffer != null) throw new IllegalStateException("Trying to call same allocXxx() method second time"); /* */ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private int parent(int i){return (i-1)/2;}", "private int leftChild(int i){return 2*i+1;}", "public void divide() {\n\t\t\n\t}", "public void zeichneQuadrate(){\n for (int i=0; i<10;i++)\n rect (50+i*25,50,25,25);\n }", "private int rightChild(int i){return 2*i+2;}", "public abstract void b...
[ "0.54567957", "0.53680295", "0.53644985", "0.52577376", "0.52142847", "0.51725817", "0.514088", "0.50868535", "0.5072305", "0.504888", "0.502662", "0.50005764", "0.49740013", "0.4944243", "0.4941118", "0.4937142", "0.49095523", "0.48940238", "0.48719338", "0.48613623", "0.486...
0.0
-1
Created by suhaas on 22/7/17.
@PerActivity public interface LoginFragmentMvpPresenter { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void perish() {\n \n }", "private stendhal() {\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "public final void mo51373a() {\n }", "@Overri...
[ "0.60669637", "0.5928702", "0.5880841", "0.5851694", "0.57994014", "0.5729721", "0.5722993", "0.5722993", "0.57027674", "0.5692021", "0.56782794", "0.56734896", "0.56607926", "0.56592745", "0.56508976", "0.56481135", "0.56462663", "0.56342125", "0.56292015", "0.56292015", "0....
0.0
-1
Creates a new instance of RenderableMessage
public RenderableHTMLMessage(Message m) throws MessagingException, IOException { subject = m.getSubject().substring(MessagesBundle.getString("SUBJECT_TOKEN").length()); from = m.getFrom(); sentDate = m.getSentDate(); attachments = new ArrayList<Attachment>(); extractPart(m); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void create() {\r\n render();\r\n }", "public interface MessageRenderer {\n void render();\n void setMessageProvider(MessageProvider provider);\n MessageProvider getMessageProvider();\n}", "public interface MessageRenderer {\n void render();\n MessageProvider getMessagePr...
[ "0.6030513", "0.5982888", "0.59657365", "0.58996123", "0.5898513", "0.5875312", "0.5826958", "0.5817158", "0.5817158", "0.57857996", "0.57298374", "0.5720081", "0.5696178", "0.5651022", "0.56288695", "0.56288695", "0.5593864", "0.5569345", "0.5548007", "0.55462843", "0.554263...
0.55741876
17
Creates just a port listening server socket
public MemcachedServerSocket(int port) throws IOException { this(port, 0); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static ServerSocket createServerSocket() {\n \t\n try {\n listener = new ServerSocket(PORT,1, InetAddress.getByName(hostname));\n } catch (IOException e) {\n e.printStackTrace();\n }\n return listener;\n }", "public ServerSocket createSocket (int por...
[ "0.79066765", "0.79004264", "0.77011746", "0.76718813", "0.752396", "0.7501004", "0.74719197", "0.7457652", "0.7454347", "0.74223334", "0.7301645", "0.72954965", "0.72575355", "0.7249157", "0.72462547", "0.7244361", "0.72280234", "0.720109", "0.716276", "0.7110897", "0.710094...
0.6497981
58
Creates just a port listening server socket
public MemcachedServerSocket(int port, int clientTimeout) throws IOException { this(new InetSocketAddress(port), clientTimeout); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static ServerSocket createServerSocket() {\n \t\n try {\n listener = new ServerSocket(PORT,1, InetAddress.getByName(hostname));\n } catch (IOException e) {\n e.printStackTrace();\n }\n return listener;\n }", "public ServerSocket createSocket (int por...
[ "0.79066765", "0.79004264", "0.77011746", "0.76718813", "0.752396", "0.7501004", "0.74719197", "0.7457652", "0.7454347", "0.74223334", "0.7301645", "0.72954965", "0.72575355", "0.7249157", "0.72462547", "0.7244361", "0.72280234", "0.720109", "0.716276", "0.7110897", "0.710094...
0.6348869
75
Make sure not to block on accept
public void listen() throws Exception { if (serverSocket != null) { try { serverSocket.setSoTimeout(0); } catch (SocketException sx) { sx.printStackTrace(); } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void acceptTimeout();", "@Override\n public boolean block() {\n return false;\n }", "abstract public void accept() throws SystemException;", "public void blockingReceiveSenderSide() throws OOBException {\n \t}", "@Override\r\n public boolean accept() {\n return canEat();\r\n ...
[ "0.6664048", "0.6380287", "0.6347309", "0.63012296", "0.62502337", "0.6151074", "0.60849625", "0.60388196", "0.60345715", "0.5987597", "0.5927568", "0.5909367", "0.5864893", "0.58506256", "0.58290684", "0.58072376", "0.5767471", "0.57307476", "0.57277995", "0.5715328", "0.570...
0.0
-1
The threadsafeness of this is dubious, but Java documentation suggests that it is safe to do this from a different thread context
public void interrupt() { close(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\t\tprotected void run() {\n\t\t\t\r\n\t\t}", "@Override\r\n\t\t\tpublic void run() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void run() {\n\t\t\t\t\r\n\t\t\t}", "static void m61437a() {\n if (!m61442b()) {\n throw new IllegalStateException(\"Method call should happen...
[ "0.6001483", "0.59566426", "0.59566426", "0.58715", "0.58162326", "0.5808726", "0.57781094", "0.5777771", "0.5777771", "0.577629", "0.577629", "0.5775342", "0.5762395", "0.5762395", "0.5762395", "0.5741366", "0.57284206", "0.57284206", "0.57284206", "0.57284206", "0.57284206"...
0.0
-1
If dragging function is enabled, subclass must override this method
@Override public UIData getTransferData() { throw new UnsupportedOperationException("Override this method to support this function."); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected abstract boolean dragged();", "static void setNotDraging(){isDraging=false;}", "@Override\n public void drag(int x, int y)\n {\n }", "abstract boolean getIsDragging();", "@Override\r\n\tpublic void mouseDragged(MouseEvent e) {\n\t\t\r\n\t}", "@Override\r\n\tpublic void mouseDragged(Mou...
[ "0.845048", "0.7980012", "0.78591734", "0.7792767", "0.7756633", "0.7756633", "0.7739826", "0.77389735", "0.77389735", "0.77389735", "0.77118737", "0.7707798", "0.76972544", "0.76957047", "0.76957047", "0.76957047", "0.76957047", "0.76957047", "0.7691661", "0.7691661", "0.769...
0.0
-1
Constructor for the binary dictionary. This is supposed to be called from the dictionary factory. All implementations should pass null into flagArray, except for testing purposes.
public BinaryDictionary(final Context context, final String filename, final long offset, final long length, final boolean useFullEditDistance, final Locale locale, final String dictType) { super(dictType); mLocale = locale; mUseFullEditDistance = useFullEditDistance; ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public MagicDictionary() {\n\n }", "public ArrayHashMap() {\n super();\n }", "public Binary() { \n\t_decNum = 0;\n\t_binNum = \"0\";\n }", "public ArrayMap() {\n this(DEFAULT_INITIAL_CAPACITY);\n }", "public BVHashtable()\n {\n super();\n }", "public AgentBuilderDic...
[ "0.61425775", "0.6073161", "0.59965825", "0.59942013", "0.59570557", "0.5903155", "0.58463985", "0.580169", "0.5762211", "0.574304", "0.57187873", "0.57030576", "0.5686595", "0.5686595", "0.5686595", "0.5676817", "0.5669737", "0.56652415", "0.5656466", "0.5629075", "0.562517"...
0.6062081
2
TODO: Move native dict into session
private final void loadDictionary(String path, long startOffset, long length) { Log.e(TAG, "loadDictionary: path=" + path); mNativeDict = openNative(path, startOffset, length, TYPED_LETTER_MULTIPLIER, FULL_WORD_SCORE_MULTIPLIER, MAX_WORD_LENGTH, MAX_WORDS, MAX_PREDICTIONS); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\npublic void setSession(Map<String, Object> arg0) {\n\t\r\n}", "private static JsonSession toBasicJson(Session session) {\r\n\t\tJsonSession jsonSession = new JsonSession();\r\n\t\tapplyBasicJsonValues(jsonSession, session);\r\n\t\treturn jsonSession;\r\n\t}", "@Override\r\n\tpublic void setSession...
[ "0.66351", "0.6395603", "0.63473696", "0.6187331", "0.6187331", "0.613383", "0.61093765", "0.61004907", "0.60094154", "0.597671", "0.5929359", "0.5893237", "0.5880861", "0.58715194", "0.5870193", "0.58406186", "0.5824709", "0.58119696", "0.5800683", "0.57986295", "0.57778364"...
0.0
-1
/ package for test
boolean isValidDictionary() { return mNativeDict != 0; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test\n\tpublic void testMain() {\n\t}", "@Test\n public void simpleUse(){\n }", "@Test\n\tvoid test() {\n\t\t\n\t}", "@Test\r\n\tpublic void testSanity() {\n\t}", "private ProtomakEngineTestHelper() {\r\n\t}", "private void test() {\n\n\t}", "public static void main(String[] args) {\n // ...
[ "0.7321986", "0.705925", "0.70520943", "0.7028087", "0.69910204", "0.69838464", "0.697992", "0.6969591", "0.6941328", "0.6941328", "0.69380647", "0.6892036", "0.6851991", "0.6851991", "0.68097216", "0.67986184", "0.67973626", "0.6789668", "0.67690545", "0.67660964", "0.676130...
0.0
-1
TODO: Add a batch process version (isValidBigramMultiple?) to avoid excessive numbers of jni calls when checking for changes in an entire dictionary.
public boolean isValidBigram(CharSequence word1, CharSequence word2) { if (TextUtils.isEmpty(word1) || TextUtils.isEmpty(word2)) return false; int[] chars1 = StringUtils.toCodePointArray(word1.toString()); int[] chars2 = StringUtils.toCodePointArray(word2.toString()); return isValidBigra...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void checkByteArrKey(Key key) {\n m_logger.debug(\"checkByteArrKey start key:\" + Hex.toHexString((byte[])key));\n if(m_cache != null){\n \tm_logger.debug(\"Cache HashCode:\" + m_cache.hashCode());\n }\n if (m_checked){\n m_logger.debug(\"checkByteArrKey end.\"...
[ "0.53916395", "0.52388227", "0.51859224", "0.51846623", "0.5160176", "0.51282394", "0.50879616", "0.5040037", "0.50345576", "0.50269157", "0.50136304", "0.49998036", "0.4996766", "0.49750835", "0.49741104", "0.4944953", "0.4908899", "0.4904125", "0.4902877", "0.48935324", "0....
0.5344238
1
/ access modifiers changed from: protected
@Override // com.android.systemui.qs.tileimpl.QSTileImpl public void handleDestroy() { super.handleDestroy(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n protected void prot() {\n }", "private stendhal() {\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override...
[ "0.7375736", "0.7042321", "0.6922649", "0.6909494", "0.68470824", "0.6830288", "0.68062353", "0.6583185", "0.6539446", "0.65011257", "0.64917654", "0.64917654", "0.64733833", "0.6438831", "0.64330196", "0.64330196", "0.64295477", "0.6426414", "0.6420484", "0.64083177", "0.640...
0.0
-1
/ access modifiers changed from: protected
public void handleUpdateState(QSTile.BooleanState booleanState, Object obj) { boolean z; int i; int i2 = 1; boolean z2 = obj == QSTileImpl.ARG_SHOW_TRANSIENT_ENABLING; if (booleanState.slash == null) { booleanState.slash = new QSTile.SlashState(); } bo...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n protected void prot() {\n }", "private stendhal() {\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override...
[ "0.7375736", "0.7042321", "0.6922649", "0.6909494", "0.68470824", "0.6830288", "0.68062353", "0.6583185", "0.6539446", "0.65011257", "0.64917654", "0.64917654", "0.64733833", "0.6438831", "0.64330196", "0.64330196", "0.64295477", "0.6426414", "0.6420484", "0.64083177", "0.640...
0.0
-1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
public SysMailRecordExample() { oredCriteria = new ArrayList<Criteria>(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.51034755", "0.5076...
0.57856053
1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.57856053", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.5103...
0.0
-1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
public String getOrderByClause() { return orderByClause; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.57856053", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.5103...
0.0
-1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
public void setDistinct(boolean distinct) { this.distinct = distinct; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.57856053", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.5103...
0.0
-1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
public boolean isDistinct() { return distinct; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.57856053", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.5103...
0.0
-1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
public List<Criteria> getOredCriteria() { return oredCriteria; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.57856053", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.5103...
0.0
-1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
public void or(Criteria criteria) { oredCriteria.add(criteria); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.57856053", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.5103...
0.0
-1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
public Criteria or() { Criteria criteria = createCriteriaInternal(); oredCriteria.add(criteria); return criteria; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.57856053", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.5103...
0.0
-1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); if (oredCriteria.size() == 0) { oredCriteria.add(criteria); } return criteria; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.57856053", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.5103...
0.0
-1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(); return criteria; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.57856053", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.5103...
0.0
-1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_mail_record
public void clear() { oredCriteria.clear(); orderByClause = null; distinct = false; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Users> sendnotificationMail() {\n\t\t\r\n\t\t\r\n\t\t\t\tString sqlSelectQuery = \"select email from libuser where userid=(select userid from libtrx where trx_date<= (LocalDate.now()-14) and trx_status in ('RS','RN','CO'))\"; \r\n\t\t\t\tList<Users> usersList= jdbcTemplate.query(sqlSele...
[ "0.6187615", "0.57856053", "0.5721536", "0.5636033", "0.5629812", "0.55389804", "0.5502372", "0.5495383", "0.5483202", "0.54300666", "0.53601605", "0.5341538", "0.5255737", "0.52520585", "0.52136385", "0.52105707", "0.51451224", "0.5143477", "0.51434135", "0.5108478", "0.5103...
0.0
-1
return null if not cheap
@Nullable Set<String> findFileNamesMatchingIfCheap(char nextLetter, MinusculeMatcher matcher) { List<Pair<VirtualFile, String>> files = getMatchingRoots(); Set<String> names = new HashSet<>(); AtomicInteger counter = new AtomicInteger(); BooleanSupplier tooMany = () -> counter.get() > 1000; for (P...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public T peekBest();", "long memoryUnused();", "public T poll() {\n if (size == 0)\n return null;\n int s = --size;\n T result = (T) heap[0];\n T backup = (T) heap[s];\n heap[s] = null; // delete\n if (s != 0)\n siftDown(0, backup);\n retur...
[ "0.6135795", "0.61110085", "0.59644145", "0.5883754", "0.5865811", "0.58456814", "0.5796659", "0.5697531", "0.5693747", "0.5662287", "0.5652031", "0.56482625", "0.5583307", "0.55773276", "0.5536762", "0.5536762", "0.55074245", "0.55042934", "0.5499135", "0.5497112", "0.549393...
0.0
-1
TODO Autogenerated method stub
public static void main(String[] args) { int s = somme (458); System.out.println(s); System.out.println(estDiv3(451)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
equivalent to new JScrollPane(view) except uses a LazyViewport
public static JScrollPane createLazyScrollPaneFor(Component view) { LazyViewport vp = new LazyViewport(); vp.setView(view); JScrollPane scrollpane = new JScrollPane(); scrollpane.setViewport(vp); return scrollpane; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void createScrollPane() {\n\n\t\t// --------------------------------------------\n\t\t// first create the client\n\t\t// --------------------------------------------\n\t\tclient = new Client(this);\n//\t\tclient.setTransferHandler(PM_TransferHandler.getInstance());\n\t\tfocusPanel = new PM_FocusPanel(null,...
[ "0.72170603", "0.6986949", "0.6949286", "0.6926177", "0.68542266", "0.67874706", "0.6779777", "0.67420846", "0.6723147", "0.6720622", "0.665134", "0.66367143", "0.6631854", "0.6623382", "0.66108674", "0.6588276", "0.6567269", "0.6542432", "0.6539254", "0.6537546", "0.6524824"...
0.7423779
0
overridden to not repaint during during a vertical drag
public void setViewPosition(Point p) { Component parent = getParent(); if ( parent instanceof JScrollPane && ((JScrollPane)parent).getVerticalScrollBar().getValueIsAdjusting() ) { // value is adjusting, skip repaint return; } super.setViewPosit...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected abstract boolean dragged();", "private void dragPaint() {\n\n\t\t//buffer die image ooit\n\t\tinvalidate();\n\t\trepaint();\n\t}", "public void mouseDragged(MouseEvent e) {\r\n// if (mouseDraggedEnabled && ((e.getModifiers() & (InputEvent.ALT_DOWN_MASK | InputEvent.ALT_MASK)) == 0))\r\n if (m...
[ "0.70829624", "0.7016529", "0.69386053", "0.6785105", "0.66778135", "0.66285866", "0.66285866", "0.66243386", "0.66107076", "0.66107076", "0.65943015", "0.6586641", "0.65845895", "0.65845895", "0.65845895", "0.65845895", "0.65845895", "0.65838736", "0.6581555", "0.6581555", "...
0.0
-1
once something has collided you can change the characteristics of that collision.
@Override public void preSolve(Contact contact, Manifold oldManifold) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void collided(Collision c);", "public void collision() {\n\t\tcapacity = 0;\n\t\tcolor = ColorUtil.YELLOW;\n\t}", "@Override\n\tpublic void onCollision(Entity collidedEntity)\n\t{\n\t\t\n\t}", "void collisionHappened(int position);", "@Override\n void onCollide(Actor other, Contact conta...
[ "0.75636005", "0.74989825", "0.7360824", "0.70894766", "0.695407", "0.6812957", "0.6803225", "0.6800571", "0.6766339", "0.6741012", "0.6738314", "0.6705596", "0.6690516", "0.66711336", "0.6643309", "0.6578294", "0.65773755", "0.65678674", "0.6566855", "0.65653944", "0.6560088...
0.0
-1
Things like what angles the fixtures went at. results of the collision
@Override public void postSolve(Contact contact, ContactImpulse impulse) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void collide() {\n int collisionRange;\n \n if(isObstacle) {\n for(Thing thg: proximity) {\n if(\n thg.isObstacle\n &&\n !thg.equals(this)\n ) {\n collisionRange = (thg....
[ "0.66035914", "0.6322255", "0.62664837", "0.6139862", "0.61270356", "0.6049002", "0.6034974", "0.6009953", "0.5968733", "0.5962583", "0.5910753", "0.58421886", "0.58375347", "0.5832002", "0.58120483", "0.58052444", "0.58031434", "0.579037", "0.57877696", "0.5787758", "0.57819...
0.0
-1
Use Node.newBuilder() to construct.
private Node(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Node() {}", "public Node() {}", "public Node() {}", "public Node() {}", "public Node(){}", "private Node() {\n\n }", "public Node(){\n\n\t\t}", "public Node() {\r\n\t}", "public Node() {\r\n\t}", "public Node() {\n\t}", "public Node() {\n }", "public Node() {\n\n }", "...
[ "0.72650486", "0.72650486", "0.72650486", "0.72650486", "0.71266395", "0.6974745", "0.69311255", "0.69223446", "0.69223446", "0.689666", "0.68463737", "0.6786413", "0.6767036", "0.6685787", "0.6625483", "0.65714884", "0.65402496", "0.65076154", "0.65075386", "0.65075386", "0....
0.7687979
0
An opaque node identifier for the Envoy node. This also provides the local service node name. It should be set if any of the following features are used: :ref:`statsd &lt;arch_overview_statistics&gt;`, :ref:`CDS &lt;config_cluster_manager_cds&gt;`, and :ref:`HTTP tracing &lt;arch_overview_tracing&gt;`, either in this m...
@java.lang.Override public java.lang.String getId() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getId() {\n return _node_id;\n }", "public String getNode_id() {\r\n\t\treturn node_id;\r\n\t}", "public String getNodeId() {\r\n return nodeId;\r\n }", "public UUID nodeId();", "NodeId getNodeId();", "public String getNodeIdString()\r\n\t{\r\n\t\treturn nodeIdString;\r\n\t}",...
[ "0.6875956", "0.6717294", "0.6668587", "0.66230196", "0.6621808", "0.6617107", "0.6611438", "0.660057", "0.660057", "0.6600536", "0.6576632", "0.65353936", "0.64849573", "0.6462937", "0.6424131", "0.62815756", "0.62722796", "0.6218541", "0.6215257", "0.618209", "0.6166598", ...
0.0
-1
An opaque node identifier for the Envoy node. This also provides the local service node name. It should be set if any of the following features are used: :ref:`statsd &lt;arch_overview_statistics&gt;`, :ref:`CDS &lt;config_cluster_manager_cds&gt;`, and :ref:`HTTP tracing &lt;arch_overview_tracing&gt;`, either in this m...
@java.lang.Override public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); id_ = b; return ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getId() {\n return _node_id;\n }", "public String getNode_id() {\r\n\t\treturn node_id;\r\n\t}", "public String getNodeId() {\r\n return nodeId;\r\n }", "public UUID nodeId();", "NodeId getNodeId();", "public String getNodeIdString()\r\n\t{\r\n\t\treturn nodeIdString;\r\n\t}",...
[ "0.6875099", "0.6716186", "0.6667662", "0.66216654", "0.66209745", "0.6616401", "0.66105926", "0.6600276", "0.6599668", "0.6599668", "0.6575837", "0.6533598", "0.648408", "0.64617354", "0.6422986", "0.6280868", "0.6272266", "0.62169456", "0.6214032", "0.61810434", "0.61655474...
0.0
-1
Defines the local service cluster name where Envoy is running. Though optional, it should be set if any of the following features are used: :ref:`statsd &lt;arch_overview_statistics&gt;`, :ref:`health check cluster verification &lt;envoy_api_field_config.core.v3.HealthCheck.HttpHealthCheck.service_name_matcher&gt;`, :r...
@java.lang.Override public java.lang.String getCluster() { java.lang.Object ref = cluster_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toString...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "java.lang.String getClusterName();", "public Builder setClusterName(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n endpointConfigCase_ = 2;\n endpointConfig_ = value;\n onChanged();\n return this;\n }", "public java.l...
[ "0.64594126", "0.6388077", "0.63816977", "0.62610775", "0.62460583", "0.6215531", "0.5946686", "0.5943927", "0.5824463", "0.5811769", "0.57394016", "0.57394016", "0.56571585", "0.56571585", "0.56571585", "0.56571585", "0.56571585", "0.56571585", "0.56495076", "0.5592566", "0....
0.5901371
8
Defines the local service cluster name where Envoy is running. Though optional, it should be set if any of the following features are used: :ref:`statsd &lt;arch_overview_statistics&gt;`, :ref:`health check cluster verification &lt;envoy_api_field_config.core.v3.HealthCheck.HttpHealthCheck.service_name_matcher&gt;`, :r...
@java.lang.Override public com.google.protobuf.ByteString getClusterBytes() { java.lang.Object ref = cluster_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); cluster_ = b...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "java.lang.String getClusterName();", "public Builder setClusterName(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n endpointConfigCase_ = 2;\n endpointConfig_ = value;\n onChanged();\n return this;\n }", "public java.l...
[ "0.64594126", "0.6388077", "0.63816977", "0.62610775", "0.62460583", "0.6215531", "0.5946686", "0.5943927", "0.5901371", "0.5824463", "0.5811769", "0.57394016", "0.57394016", "0.56571585", "0.56571585", "0.56571585", "0.56571585", "0.56571585", "0.56571585", "0.56495076", "0....
0.52517825
50
Opaque metadata extending the node identifier. Envoy will pass this directly to the management server. .google.protobuf.Struct metadata = 3;
@java.lang.Override public boolean hasMetadata() { return metadata_ != null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public com.google.protobuf.Struct getMetadata() {\n return metadata_ == null ? com.google.protobuf.Struct.getDefaultInstance() : metadata_;\n }", "void addNodeMetadata(int node, String key, String value);", "public com.google.protobuf.Struct getMetadata() {\n if (metadataBuilder...
[ "0.6588992", "0.63584673", "0.6222809", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.5921322", "0.5868876", "0.58489925", ...
0.0
-1
Opaque metadata extending the node identifier. Envoy will pass this directly to the management server. .google.protobuf.Struct metadata = 3;
@java.lang.Override public com.google.protobuf.Struct getMetadata() { return metadata_ == null ? com.google.protobuf.Struct.getDefaultInstance() : metadata_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void addNodeMetadata(int node, String key, String value);", "public com.google.protobuf.Struct getMetadata() {\n if (metadataBuilder_ == null) {\n return metadata_ == null ? com.google.protobuf.Struct.getDefaultInstance() : metadata_;\n } else {\n return metadataBuilder_.getMessage();\n ...
[ "0.63584673", "0.6222809", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.5921322", "0.5868876", "0.58489925", "0.58393437", ...
0.6588992
0
Opaque metadata extending the node identifier. Envoy will pass this directly to the management server. .google.protobuf.Struct metadata = 3;
@java.lang.Override public com.google.protobuf.StructOrBuilder getMetadataOrBuilder() { return getMetadata(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public com.google.protobuf.Struct getMetadata() {\n return metadata_ == null ? com.google.protobuf.Struct.getDefaultInstance() : metadata_;\n }", "void addNodeMetadata(int node, String key, String value);", "public com.google.protobuf.Struct getMetadata() {\n if (metadataBuilder...
[ "0.6588992", "0.63584673", "0.6222809", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.59329647", "0.5921322", "0.5868876", "0.58393437", ...
0.58489925
19
Locality specifying where the Envoy instance is running. .envoy.config.core.v3.Locality locality = 4;
@java.lang.Override public boolean hasLocality() { return locality_ != null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public io.envoyproxy.envoy.config.core.v3.Locality getLocality() {\n return locality_ == null ? io.envoyproxy.envoy.config.core.v3.Locality.getDefaultInstance() : locality_;\n }", "@java.lang.Override\n public io.envoyproxy.envoy.config.core.v3.LocalityOrBuilder getLocalityOrBuilder()...
[ "0.73800063", "0.70843536", "0.68856007", "0.66398156", "0.66330975", "0.6037491", "0.5746431", "0.5714474", "0.54952824", "0.54041076", "0.5354622", "0.5313924", "0.5157565", "0.49859104", "0.48669577", "0.48558584", "0.4847188", "0.4847085", "0.47803363", "0.47735325", "0.4...
0.58495694
6
Locality specifying where the Envoy instance is running. .envoy.config.core.v3.Locality locality = 4;
@java.lang.Override public io.envoyproxy.envoy.config.core.v3.Locality getLocality() { return locality_ == null ? io.envoyproxy.envoy.config.core.v3.Locality.getDefaultInstance() : locality_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public io.envoyproxy.envoy.config.core.v3.LocalityOrBuilder getLocalityOrBuilder() {\n return getLocality();\n }", "public io.envoyproxy.envoy.config.core.v3.Locality getLocality() {\n if (localityBuilder_ == null) {\n return locality_ == null ? io.envoyproxy.envoy.config.c...
[ "0.70843536", "0.68856007", "0.66398156", "0.66330975", "0.6037491", "0.58495694", "0.5746431", "0.5714474", "0.54952824", "0.54041076", "0.5354622", "0.5313924", "0.5157565", "0.49859104", "0.48669577", "0.48558584", "0.4847188", "0.4847085", "0.47803363", "0.47735325", "0.4...
0.73800063
0
Locality specifying where the Envoy instance is running. .envoy.config.core.v3.Locality locality = 4;
@java.lang.Override public io.envoyproxy.envoy.config.core.v3.LocalityOrBuilder getLocalityOrBuilder() { return getLocality(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public io.envoyproxy.envoy.config.core.v3.Locality getLocality() {\n return locality_ == null ? io.envoyproxy.envoy.config.core.v3.Locality.getDefaultInstance() : locality_;\n }", "public io.envoyproxy.envoy.config.core.v3.Locality getLocality() {\n if (localityBuilder_ == null) {...
[ "0.73800063", "0.68856007", "0.66398156", "0.66330975", "0.6037491", "0.58495694", "0.5746431", "0.5714474", "0.54952824", "0.54041076", "0.5354622", "0.5313924", "0.5157565", "0.49859104", "0.48669577", "0.48558584", "0.4847188", "0.4847085", "0.47803363", "0.47735325", "0.4...
0.70843536
1
Freeform string that identifies the entity requesting config. E.g. "envoy" or "grpc" string user_agent_name = 6;
@java.lang.Override public java.lang.String getUserAgentName() { java.lang.Object ref = userAgentName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s =...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getUserAgentName() {\n java.lang.Object ref = userAgentName_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString) ref;\n java.lang.String s = bs.toStringUtf8();\n userAgentName_ = s;\n...
[ "0.6352294", "0.6120394", "0.607737", "0.5975737", "0.59126735", "0.57785326", "0.5729692", "0.5722757", "0.5658484", "0.562868", "0.5604517", "0.5586205", "0.5573378", "0.55730873", "0.5562866", "0.55455655", "0.55063695", "0.55033255", "0.54752046", "0.5462106", "0.54435396...
0.63530475
0
Freeform string that identifies the entity requesting config. E.g. "envoy" or "grpc" string user_agent_name = 6;
@java.lang.Override public com.google.protobuf.ByteString getUserAgentNameBytes() { java.lang.Object ref = userAgentName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public java.lang.String getUserAgentName() {\n java.lang.Object ref = userAgentName_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n (com.google.protobuf.ByteString) ref;\n java.la...
[ "0.63530475", "0.6352294", "0.6120394", "0.5975737", "0.59126735", "0.57785326", "0.5729692", "0.5722757", "0.5658484", "0.562868", "0.5604517", "0.5586205", "0.5573378", "0.55730873", "0.5562866", "0.55455655", "0.55063695", "0.55033255", "0.54752046", "0.5462106", "0.544353...
0.607737
3
Freeform string that identifies the version of the entity requesting config. E.g. "1.12.2" or "abcd1234", or "SpecialEnvoyBuild" string user_agent_version = 7;
public boolean hasUserAgentVersion() { return userAgentVersionTypeCase_ == 7; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getUserAgentVersion() {\n java.lang.Object ref = \"\";\n if (userAgentVersionTypeCase_ == 7) {\n ref = userAgentVersionType_;\n }\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n ...
[ "0.7407472", "0.7340214", "0.71192366", "0.70719755", "0.69019365", "0.67085683", "0.6631732", "0.6402201", "0.63864344", "0.6288223", "0.6286936", "0.62148845", "0.6146525", "0.60816836", "0.60785866", "0.5942647", "0.59350556", "0.5918938", "0.5908703", "0.59080505", "0.588...
0.58335567
24
Freeform string that identifies the version of the entity requesting config. E.g. "1.12.2" or "abcd1234", or "SpecialEnvoyBuild" string user_agent_version = 7;
public java.lang.String getUserAgentVersion() { java.lang.Object ref = ""; if (userAgentVersionTypeCase_ == 7) { ref = userAgentVersionType_; } if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google....
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public java.lang.String getUserAgentVersion() {\n java.lang.Object ref = \"\";\n if (userAgentVersionTypeCase_ == 7) {\n ref = userAgentVersionType_;\n }\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.go...
[ "0.73409975", "0.7120255", "0.7072585", "0.6903101", "0.67085683", "0.6631816", "0.64020854", "0.63862324", "0.6289047", "0.6288965", "0.6217027", "0.61471474", "0.6080606", "0.6078712", "0.59445435", "0.5937122", "0.591671", "0.5909918", "0.59098166", "0.5888223", "0.587329"...
0.74086416
0
Freeform string that identifies the version of the entity requesting config. E.g. "1.12.2" or "abcd1234", or "SpecialEnvoyBuild" string user_agent_version = 7;
public com.google.protobuf.ByteString getUserAgentVersionBytes() { java.lang.Object ref = ""; if (userAgentVersionTypeCase_ == 7) { ref = userAgentVersionType_; } if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFro...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getUserAgentVersion() {\n java.lang.Object ref = \"\";\n if (userAgentVersionTypeCase_ == 7) {\n ref = userAgentVersionType_;\n }\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n ...
[ "0.74086416", "0.73409975", "0.7072585", "0.6903101", "0.67085683", "0.6631816", "0.64020854", "0.63862324", "0.6289047", "0.6288965", "0.6217027", "0.61471474", "0.6080606", "0.6078712", "0.59445435", "0.5937122", "0.591671", "0.5909918", "0.59098166", "0.5888223", "0.587329...
0.7120255
2
Structured version of the entity requesting config. .envoy.config.core.v3.BuildVersion user_agent_build_version = 8;
@java.lang.Override public boolean hasUserAgentBuildVersion() { return userAgentVersionTypeCase_ == 8; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public io.envoyproxy.envoy.config.core.v3.BuildVersionOrBuilder getUserAgentBuildVersionOrBuilder() {\n if (userAgentVersionTypeCase_ == 8) {\n return (io.envoyproxy.envoy.config.core.v3.BuildVersion) userAgentVersionType_;\n }\n return io.envoyproxy.envoy.config.core.v3.Build...
[ "0.69763917", "0.6883269", "0.68149596", "0.6661388", "0.6660825", "0.6366127", "0.62011826", "0.5895524", "0.5691307", "0.5619565", "0.5592896", "0.5588695", "0.5564323", "0.55602616", "0.55516213", "0.55451375", "0.5471725", "0.5404383", "0.5388014", "0.5377189", "0.5376704...
0.54492533
17
Structured version of the entity requesting config. .envoy.config.core.v3.BuildVersion user_agent_build_version = 8;
@java.lang.Override public io.envoyproxy.envoy.config.core.v3.BuildVersion getUserAgentBuildVersion() { if (userAgentVersionTypeCase_ == 8) { return (io.envoyproxy.envoy.config.core.v3.BuildVersion) userAgentVersionType_; } return io.envoyproxy.envoy.config.core.v3.BuildVersion.getDefaultInstance()...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public io.envoyproxy.envoy.config.core.v3.BuildVersionOrBuilder getUserAgentBuildVersionOrBuilder() {\n if (userAgentVersionTypeCase_ == 8) {\n return (io.envoyproxy.envoy.config.core.v3.BuildVersion) userAgentVersionType_;\n }\n return io.envoyproxy.envoy.config.core.v3.Build...
[ "0.69770545", "0.6815711", "0.6662313", "0.6661038", "0.6367077", "0.62001735", "0.5896723", "0.56929064", "0.5619437", "0.559292", "0.5587493", "0.5565331", "0.555983", "0.55519557", "0.55448234", "0.54710245", "0.5448341", "0.54035395", "0.53870237", "0.5376856", "0.5375657...
0.6883406
1
Structured version of the entity requesting config. .envoy.config.core.v3.BuildVersion user_agent_build_version = 8;
@java.lang.Override public io.envoyproxy.envoy.config.core.v3.BuildVersionOrBuilder getUserAgentBuildVersionOrBuilder() { if (userAgentVersionTypeCase_ == 8) { return (io.envoyproxy.envoy.config.core.v3.BuildVersion) userAgentVersionType_; } return io.envoyproxy.envoy.config.core.v3.BuildVersion.ge...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public io.envoyproxy.envoy.config.core.v3.BuildVersion getUserAgentBuildVersion() {\n if (userAgentVersionTypeCase_ == 8) {\n return (io.envoyproxy.envoy.config.core.v3.BuildVersion) userAgentVersionType_;\n }\n return io.envoyproxy.envoy.config.core.v3.BuildVersion.getDefault...
[ "0.6883269", "0.68149596", "0.6661388", "0.6660825", "0.6366127", "0.62011826", "0.5895524", "0.5691307", "0.5619565", "0.5592896", "0.5588695", "0.5564323", "0.55602616", "0.55516213", "0.55451375", "0.5471725", "0.54492533", "0.5404383", "0.5388014", "0.5377189", "0.5376704...
0.69763917
0
List of extensions and their versions supported by the node. repeated .envoy.config.core.v3.Extension extensions = 9;
@java.lang.Override public java.util.List<io.envoyproxy.envoy.config.core.v3.Extension> getExtensionsList() { return extensions_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public java.util.List<? extends io.envoyproxy.envoy.config.core.v3.ExtensionOrBuilder> \n getExtensionsOrBuilderList() {\n return extensions_;\n }", "@java.lang.Override\n public io.envoyproxy.envoy.config.core.v3.ExtensionOrBuilder getExtensionsOrBuilder(\n int index) {\n ...
[ "0.814672", "0.79000425", "0.77417564", "0.7648402", "0.74963915", "0.7296648", "0.7260697", "0.7174507", "0.7119157", "0.711506", "0.70672125", "0.6921448", "0.69168043", "0.6901394", "0.6880448", "0.68568313", "0.68568313", "0.68568313", "0.68568313", "0.68568313", "0.68568...
0.7932168
1
List of extensions and their versions supported by the node. repeated .envoy.config.core.v3.Extension extensions = 9;
@java.lang.Override public java.util.List<? extends io.envoyproxy.envoy.config.core.v3.ExtensionOrBuilder> getExtensionsOrBuilderList() { return extensions_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public java.util.List<io.envoyproxy.envoy.config.core.v3.Extension> getExtensionsList() {\n return extensions_;\n }", "@java.lang.Override\n public io.envoyproxy.envoy.config.core.v3.ExtensionOrBuilder getExtensionsOrBuilder(\n int index) {\n return extensions_.get(index);\n ...
[ "0.7932168", "0.79000425", "0.77417564", "0.7648402", "0.74963915", "0.7296648", "0.7260697", "0.7174507", "0.7119157", "0.711506", "0.70672125", "0.6921448", "0.69168043", "0.6901394", "0.6880448", "0.68568313", "0.68568313", "0.68568313", "0.68568313", "0.68568313", "0.6856...
0.814672
0
List of extensions and their versions supported by the node. repeated .envoy.config.core.v3.Extension extensions = 9;
@java.lang.Override public int getExtensionsCount() { return extensions_.size(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public java.util.List<? extends io.envoyproxy.envoy.config.core.v3.ExtensionOrBuilder> \n getExtensionsOrBuilderList() {\n return extensions_;\n }", "@java.lang.Override\n public java.util.List<io.envoyproxy.envoy.config.core.v3.Extension> getExtensionsList() {\n return extens...
[ "0.814672", "0.7932168", "0.79000425", "0.77417564", "0.7648402", "0.74963915", "0.7296648", "0.7260697", "0.7174507", "0.7119157", "0.711506", "0.70672125", "0.6921448", "0.69168043", "0.6901394", "0.6880448", "0.68568313", "0.68568313", "0.68568313", "0.68568313", "0.685683...
0.651859
40
List of extensions and their versions supported by the node. repeated .envoy.config.core.v3.Extension extensions = 9;
@java.lang.Override public io.envoyproxy.envoy.config.core.v3.Extension getExtensions(int index) { return extensions_.get(index); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public java.util.List<? extends io.envoyproxy.envoy.config.core.v3.ExtensionOrBuilder> \n getExtensionsOrBuilderList() {\n return extensions_;\n }", "@java.lang.Override\n public java.util.List<io.envoyproxy.envoy.config.core.v3.Extension> getExtensionsList() {\n return extens...
[ "0.814672", "0.7932168", "0.79000425", "0.77417564", "0.74963915", "0.7296648", "0.7260697", "0.7174507", "0.7119157", "0.711506", "0.70672125", "0.6921448", "0.69168043", "0.6901394", "0.6880448", "0.68568313", "0.68568313", "0.68568313", "0.68568313", "0.68568313", "0.68568...
0.7648402
4
List of extensions and their versions supported by the node. repeated .envoy.config.core.v3.Extension extensions = 9;
@java.lang.Override public io.envoyproxy.envoy.config.core.v3.ExtensionOrBuilder getExtensionsOrBuilder( int index) { return extensions_.get(index); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public java.util.List<? extends io.envoyproxy.envoy.config.core.v3.ExtensionOrBuilder> \n getExtensionsOrBuilderList() {\n return extensions_;\n }", "@java.lang.Override\n public java.util.List<io.envoyproxy.envoy.config.core.v3.Extension> getExtensionsList() {\n return extens...
[ "0.814672", "0.7932168", "0.77417564", "0.7648402", "0.74963915", "0.7296648", "0.7260697", "0.7174507", "0.7119157", "0.711506", "0.70672125", "0.6921448", "0.69168043", "0.6901394", "0.6880448", "0.68568313", "0.68568313", "0.68568313", "0.68568313", "0.68568313", "0.685683...
0.79000425
2
Client feature support list. These are well known features described in the Envoy API repository for a given major version of an API. Client features use reverse DNS naming scheme, for example `com.acme.feature`. See :ref:`the list of features &lt;client_features&gt;` that xDS client may support. repeated string client...
public com.google.protobuf.ProtocolStringList getClientFeaturesList() { return clientFeatures_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public com.google.protobuf.ProtocolStringList\n getClientFeaturesList() {\n return clientFeatures_.getUnmodifiableView();\n }", "public java.lang.String getClientFeatures(int index) {\n return clientFeatures_.get(index);\n }", "public java.lang.String getClientFeatures(int index) {\n re...
[ "0.7481413", "0.73077476", "0.7232576", "0.70243657", "0.69971675", "0.6896651", "0.6792523", "0.6569749", "0.6379921", "0.6206767", "0.6140706", "0.6092626", "0.60399514", "0.603407", "0.59872514", "0.5944946", "0.590462", "0.5804063", "0.57907516", "0.57708347", "0.5719567"...
0.77140456
0
Client feature support list. These are well known features described in the Envoy API repository for a given major version of an API. Client features use reverse DNS naming scheme, for example `com.acme.feature`. See :ref:`the list of features &lt;client_features&gt;` that xDS client may support. repeated string client...
public int getClientFeaturesCount() { return clientFeatures_.size(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public com.google.protobuf.ProtocolStringList\n getClientFeaturesList() {\n return clientFeatures_;\n }", "public com.google.protobuf.ProtocolStringList\n getClientFeaturesList() {\n return clientFeatures_.getUnmodifiableView();\n }", "public java.lang.String getClientFeatures(int index...
[ "0.77144974", "0.7481826", "0.73083687", "0.723322", "0.6999075", "0.68973166", "0.679316", "0.6569425", "0.63798517", "0.62063193", "0.61402583", "0.60924006", "0.6039977", "0.6033993", "0.59874815", "0.5945865", "0.59052396", "0.58038205", "0.57907265", "0.57714295", "0.572...
0.70262724
4
Client feature support list. These are well known features described in the Envoy API repository for a given major version of an API. Client features use reverse DNS naming scheme, for example `com.acme.feature`. See :ref:`the list of features &lt;client_features&gt;` that xDS client may support. repeated string client...
public java.lang.String getClientFeatures(int index) { return clientFeatures_.get(index); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public com.google.protobuf.ProtocolStringList\n getClientFeaturesList() {\n return clientFeatures_;\n }", "public com.google.protobuf.ProtocolStringList\n getClientFeaturesList() {\n return clientFeatures_.getUnmodifiableView();\n }", "public java.lang.String getClientFeatures(int index...
[ "0.77140456", "0.7481413", "0.7232576", "0.70243657", "0.69971675", "0.6896651", "0.6792523", "0.6569749", "0.6379921", "0.6206767", "0.6140706", "0.6092626", "0.60399514", "0.603407", "0.59872514", "0.5944946", "0.590462", "0.5804063", "0.57907516", "0.57708347", "0.5719567"...
0.73077476
2
Client feature support list. These are well known features described in the Envoy API repository for a given major version of an API. Client features use reverse DNS naming scheme, for example `com.acme.feature`. See :ref:`the list of features &lt;client_features&gt;` that xDS client may support. repeated string client...
public com.google.protobuf.ByteString getClientFeaturesBytes(int index) { return clientFeatures_.getByteString(index); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public com.google.protobuf.ProtocolStringList\n getClientFeaturesList() {\n return clientFeatures_;\n }", "public com.google.protobuf.ProtocolStringList\n getClientFeaturesList() {\n return clientFeatures_.getUnmodifiableView();\n }", "public java.lang.String getClientFeatures(int index...
[ "0.77140456", "0.7481413", "0.73077476", "0.7232576", "0.70243657", "0.69971675", "0.6792523", "0.6569749", "0.6379921", "0.6206767", "0.6140706", "0.6092626", "0.60399514", "0.603407", "0.59872514", "0.5944946", "0.590462", "0.5804063", "0.57907516", "0.57708347", "0.5719567...
0.6896651
6
Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners &lt;config_listeners&gt;` to be returned. For example, if there is a listener bound to port 80, the list can optionally contain the SocketAddress `(0.0.0.0,80)`. The field is optional and just a hint. repeated .en...
@java.lang.Override @java.lang.Deprecated public java.util.List<io.envoyproxy.envoy.config.core.v3.Address> getListeningAddressesList() { return listeningAddresses_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n @java.lang.Deprecated public io.envoyproxy.envoy.config.core.v3.AddressOrBuilder getListeningAddressesOrBuilder(\n int index) {\n return listeningAddresses_.get(index);\n }", "@java.lang.Override\n @java.lang.Deprecated public java.util.List<? extends io.envoyproxy.envoy.config.c...
[ "0.7395131", "0.7277722", "0.71276444", "0.6903526", "0.6826338", "0.6713869", "0.66563314", "0.65887254", "0.6560918", "0.6504121", "0.6461965", "0.6436128", "0.6272197", "0.6184819", "0.6144155", "0.6114009", "0.60620165", "0.5995614", "0.5979992", "0.5962518", "0.5942519",...
0.7067325
3
Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners &lt;config_listeners&gt;` to be returned. For example, if there is a listener bound to port 80, the list can optionally contain the SocketAddress `(0.0.0.0,80)`. The field is optional and just a hint. repeated .en...
@java.lang.Override @java.lang.Deprecated public java.util.List<? extends io.envoyproxy.envoy.config.core.v3.AddressOrBuilder> getListeningAddressesOrBuilderList() { return listeningAddresses_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n @java.lang.Deprecated public io.envoyproxy.envoy.config.core.v3.AddressOrBuilder getListeningAddressesOrBuilder(\n int index) {\n return listeningAddresses_.get(index);\n }", "@java.lang.Override\n @java.lang.Deprecated public io.envoyproxy.envoy.config.core.v3.Address getListeni...
[ "0.73959684", "0.71289015", "0.7068962", "0.6904901", "0.6827096", "0.67153555", "0.66574967", "0.65887994", "0.6562259", "0.6504933", "0.6462406", "0.6436186", "0.6271347", "0.61861837", "0.6144026", "0.6114995", "0.6062084", "0.59963584", "0.59806526", "0.5962941", "0.59440...
0.72792095
1
Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners &lt;config_listeners&gt;` to be returned. For example, if there is a listener bound to port 80, the list can optionally contain the SocketAddress `(0.0.0.0,80)`. The field is optional and just a hint. repeated .en...
@java.lang.Override @java.lang.Deprecated public int getListeningAddressesCount() { return listeningAddresses_.size(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n @java.lang.Deprecated public io.envoyproxy.envoy.config.core.v3.AddressOrBuilder getListeningAddressesOrBuilder(\n int index) {\n return listeningAddresses_.get(index);\n }", "@java.lang.Override\n @java.lang.Deprecated public java.util.List<? extends io.envoyproxy.envoy.config.c...
[ "0.7395131", "0.7277722", "0.71276444", "0.7067325", "0.6903526", "0.6826338", "0.6713869", "0.66563314", "0.65887254", "0.6504121", "0.6461965", "0.6436128", "0.6272197", "0.6184819", "0.6144155", "0.6114009", "0.60620165", "0.5995614", "0.5979992", "0.5962518", "0.5942519",...
0.6560918
9
Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners &lt;config_listeners&gt;` to be returned. For example, if there is a listener bound to port 80, the list can optionally contain the SocketAddress `(0.0.0.0,80)`. The field is optional and just a hint. repeated .en...
@java.lang.Override @java.lang.Deprecated public io.envoyproxy.envoy.config.core.v3.Address getListeningAddresses(int index) { return listeningAddresses_.get(index); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n @java.lang.Deprecated public io.envoyproxy.envoy.config.core.v3.AddressOrBuilder getListeningAddressesOrBuilder(\n int index) {\n return listeningAddresses_.get(index);\n }", "@java.lang.Override\n @java.lang.Deprecated public java.util.List<? extends io.envoyproxy.envoy.config.c...
[ "0.7395131", "0.7277722", "0.7067325", "0.6903526", "0.6826338", "0.6713869", "0.66563314", "0.65887254", "0.6560918", "0.6504121", "0.6461965", "0.6436128", "0.6272197", "0.6184819", "0.6144155", "0.6114009", "0.60620165", "0.5995614", "0.5979992", "0.5962518", "0.5942519", ...
0.71276444
2
Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners &lt;config_listeners&gt;` to be returned. For example, if there is a listener bound to port 80, the list can optionally contain the SocketAddress `(0.0.0.0,80)`. The field is optional and just a hint. repeated .en...
@java.lang.Override @java.lang.Deprecated public io.envoyproxy.envoy.config.core.v3.AddressOrBuilder getListeningAddressesOrBuilder( int index) { return listeningAddresses_.get(index); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n @java.lang.Deprecated public java.util.List<? extends io.envoyproxy.envoy.config.core.v3.AddressOrBuilder> \n getListeningAddressesOrBuilderList() {\n return listeningAddresses_;\n }", "@java.lang.Override\n @java.lang.Deprecated public io.envoyproxy.envoy.config.core.v3.Address ...
[ "0.7277722", "0.71276444", "0.7067325", "0.6903526", "0.6826338", "0.6713869", "0.66563314", "0.65887254", "0.6560918", "0.6504121", "0.6461965", "0.6436128", "0.6272197", "0.6184819", "0.6144155", "0.6114009", "0.60620165", "0.5995614", "0.5979992", "0.5962518", "0.5942519",...
0.7395131
0