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 |
|---|---|---|---|---|---|---|
Gets the specified justification | public TextJustification getJustification(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public com.cognos.developer.schemas.raas.Returns__by__Order__Method___x002d__Prompted__Chart.JustificationEnum getJustification() {\r\n return justification;\r\n }",
"public void setJustification(com.cognos.developer.schemas.raas.Returns__by__Order__Method___x002d__Prompted__Chart.JustificationEnum jus... | [
"0.6991154",
"0.6030807",
"0.57112366",
"0.5521924",
"0.54369116",
"0.53623354",
"0.53428936",
"0.5299692",
"0.5178745",
"0.51555324",
"0.5129962",
"0.5088445",
"0.50741863",
"0.50673515",
"0.50401133",
"0.5018148",
"0.49838796",
"0.49553242",
"0.49369818",
"0.4932562",
"0.48... | 0.8130194 | 0 |
Gets the rotation angle to use | public double getRotation(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public double getRotationAngleInRadians() {\n return Math.toRadians(rotationAngle);\n }",
"public double getAngle() {\n synchronized (this.angleLock) {\n return this.movementComposer.getOrientationAngle();\n }\n }",
"public static double rotation()\r\n\t{\r\n\t\treturn -(m... | [
"0.829856",
"0.819764",
"0.8142991",
"0.81035364",
"0.8014005",
"0.7992899",
"0.7850122",
"0.7850122",
"0.7831463",
"0.7800121",
"0.77861184",
"0.77580583",
"0.7745483",
"0.7743581",
"0.77358675",
"0.77301043",
"0.7711988",
"0.77035004",
"0.7686652",
"0.7684821",
"0.7684821",... | 0.79358464 | 6 |
Gets how the rotation angle is applied | public TextRotation getRotationRelativity(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public double getRotation();",
"public static double rotation()\r\n\t{\r\n\t\treturn -(mxp.getAngle()/45);\r\n\t}",
"public double getRotation()\n\t{\n\t\tdouble determinant = this.basisDeterminant();\n\t\tTransform2D m = orthonormalized();\n\t\tif (determinant < 0) \n\t\t{\n\t\t\tm.scaleBasis(new Vector2(1, -... | [
"0.78736454",
"0.78696454",
"0.7688278",
"0.76305455",
"0.7611532",
"0.75638753",
"0.75362605",
"0.752566",
"0.7515651",
"0.7515651",
"0.75123465",
"0.7481903",
"0.7470624",
"0.7462207",
"0.743856",
"0.7424139",
"0.7423161",
"0.74081904",
"0.7407387",
"0.7385919",
"0.7373047"... | 0.66652364 | 89 |
Determines whether the text should be displayed with an outline box | public DisplayType getDisplayType(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected boolean mustDrawOutline()\n {\n return this.getActiveAttributes().isDrawOutline();\n }",
"@Override\r\n public boolean isText ()\r\n {\r\n Shape shape = getShape();\r\n\r\n return (shape != null) && shape.isText();\r\n }",
"private boolean hasAnOutline()\n {\n ... | [
"0.6666619",
"0.6515917",
"0.65036255",
"0.62327343",
"0.61061496",
"0.59819627",
"0.59819627",
"0.59816146",
"0.5961656",
"0.5920014",
"0.5920014",
"0.5886911",
"0.5828039",
"0.5806132",
"0.5796693",
"0.57757026",
"0.5756183",
"0.5741719",
"0.5700004",
"0.5653556",
"0.564582... | 0.0 | -1 |
Determines whether text background should be masked out. | public Boolean maskText(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected void doToggleTextBackgrounds() {\r\n\t\trenderer.textBackgrounds = ui.viewTextBackgrounds.isSelected();\r\n\t\trenderer.repaint();\r\n\t}",
"public boolean isShapeMasked() {\n return this.shapeMasked;\n }",
"protected boolean mustDrawInterior()\n {\n return this.getActiveAttribute... | [
"0.5845032",
"0.5776659",
"0.57760113",
"0.56532615",
"0.556392",
"0.54231656",
"0.54184985",
"0.5411955",
"0.5392599",
"0.53863055",
"0.53858685",
"0.53858685",
"0.5374031",
"0.53487366",
"0.53381145",
"0.5331263",
"0.5328856",
"0.5328434",
"0.53284144",
"0.53210664",
"0.529... | 0.7219116 | 0 |
Gets the offset in the x direction for the text location. The offset is specified in halfcharacters. | public int getXOffset(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public final int getXOffset() {\n return xOffset;\n }",
"protected abstract int getXOffset();",
"public float getxOffset() {\n\t\treturn xOffset;\n\t}",
"public double getxOffset() {\n return currentXOffset + xOffset;\n }",
"double getXPosition();",
"public int getXOffset(float xpos) ... | [
"0.62868947",
"0.6214687",
"0.61986625",
"0.61674684",
"0.5935549",
"0.5888718",
"0.58577734",
"0.5856762",
"0.5854732",
"0.5846568",
"0.58421713",
"0.58366406",
"0.58366406",
"0.58366406",
"0.58125776",
"0.580233",
"0.57103926",
"0.57098275",
"0.5679153",
"0.5672994",
"0.567... | 0.6625719 | 0 |
Gets the offset in the y direction for the text location. The offset is specified in halfcharacters. | public int getYOffset(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public double getyOffset() {\n\n return currentYOffset + yOffset;\n }",
"public final int getYOffset() {\n return yOffset;\n }",
"public double getTargetVerticalOffset() {\n return getDouble(\"ty\");\n }",
"public double getYOffset() {\n if (isReal) {\n return get(\"... | [
"0.65731955",
"0.6416038",
"0.62980485",
"0.6273652",
"0.624343",
"0.61948335",
"0.61934817",
"0.6151037",
"0.60729253",
"0.60398936",
"0.600046",
"0.5884843",
"0.58675766",
"0.58607125",
"0.58607125",
"0.58607125",
"0.5838321",
"0.58059293",
"0.579697",
"0.5789088",
"0.57765... | 0.7008996 | 0 |
Useful printing code goes here | public void printYourself(){
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"@Override\n\t\t\tpublic void print() {\n\t\t\t\t\n\t\t\t}",
"@Override\r\n\t\t\tpublic void print() {\n\t\t\t\t\r\n\t\t\t}",
"@Override\n\t\tpublic void print() {\n\n\t\t}",
"@Override\n\tpublic void print() {\n\t\t\n\t}",
"@Override\r\n\tpublic void print() {\n\t}",
"@Override\n\tpublic void print() {\n... | [
"0.8025526",
"0.788081",
"0.7781204",
"0.7617085",
"0.7588756",
"0.7516849",
"0.7501645",
"0.74384856",
"0.7343544",
"0.7343544",
"0.7343544",
"0.7343544",
"0.7342307",
"0.72939575",
"0.7279004",
"0.7275095",
"0.7264256",
"0.72424746",
"0.72370327",
"0.7224388",
"0.72171795",... | 0.69891316 | 48 |
Take advantage of Animal code, then add some more | public void printYourself(){
super.printYourself(); // Invoke the superclass
// (Animal) code
// Then do Horse-specific
// print work here
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private void seeAnimal() {\n\r\n\t}",
"@Override\n\tpublic void eat(Animal otherAnimal) {\n\t\t\n\t}",
"@Override\npublic void mating(Animal a) {\nSystem.out.println(a.getType()+ \" is mating.\");\n}",
"public static void main(String[] args) {\n Animal zebra=new Animal(\"Pol\", \"Male\", 11, \"Zebra\");\n... | [
"0.6710252",
"0.652851",
"0.64384943",
"0.63633496",
"0.6346294",
"0.632682",
"0.621854",
"0.6210131",
"0.6141508",
"0.6124768",
"0.61218554",
"0.6104734",
"0.60819554",
"0.6056305",
"0.60297686",
"0.5997801",
"0.59897023",
"0.5988211",
"0.5964773",
"0.59607434",
"0.59600776"... | 0.0 | -1 |
TODO here parse diaocha sort | private void parseSurveySortJson(String result) throws JSONException {
Gson gson = new Gson();
DiaoChaSortBean diaoChaSortBean = gson.fromJson(result, DiaoChaSortBean.class);
rowsBeans = diaoChaSortBean.getRows();
for (int i = 0; i < rowsBeans.size(); i++) {
rowsBean = rowsBeans.get(i);
surveyNo = rowsBean.SurveyNo;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String doSort();",
"public void sort() {\n }",
"void sort();",
"void sort();",
"public String sortBy();",
"private Sort() { }",
"private static void sortingMemo() {\n\t\t\n\t}",
"Sort asc(QueryParameter parameter);",
"public void sortMatches();",
"public void sortCompetitors(){\n\t\t}",... | [
"0.7760498",
"0.70305866",
"0.6991132",
"0.6991132",
"0.69640946",
"0.6853639",
"0.67890114",
"0.6787987",
"0.66851765",
"0.6670961",
"0.66567814",
"0.66543746",
"0.6648262",
"0.6645486",
"0.6558256",
"0.65494674",
"0.6524244",
"0.65065664",
"0.65064543",
"0.64814067",
"0.646... | 0.0 | -1 |
dismissWaitingDialog(); String result = response.body().string(); | @Override
public Object parseNetworkResponse(Response response, int i) throws Exception {
return response.body().string();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"@Override\n public void onResponse(String response) {\n pDialog.hide();\n Log.d(\"reponse\",response);\n }",
"void CloseWaitDialog();",
"@Override\n public void onResponse(JSONObject response) {\n String status= respo... | [
"0.67494226",
"0.6417914",
"0.6344946",
"0.6303712",
"0.6183912",
"0.61445665",
"0.60936904",
"0.6043701",
"0.5992899",
"0.5977336",
"0.5941643",
"0.59082335",
"0.58607334",
"0.5859022",
"0.5856228",
"0.584125",
"0.5829592",
"0.5823654",
"0.5801686",
"0.57987624",
"0.57954043... | 0.0 | -1 |
This method was generated by MyBatis Generator. This method corresponds to the database table city | int deleteByPrimaryKey(Integer id); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public List<InputData> getCityData(String city) {\n String SQL = \"SELECT * FROM world_bank WHERE city = ?\";\n List<InputData> records = jdbcTemplate.query(SQL,\n new Object[] { city }, new DataMapper());\n return records;\n }",
"TbCities selectByPrimaryKey(Long id);",
"... | [
"0.6505853",
"0.64385414",
"0.6370275",
"0.6367586",
"0.63428843",
"0.63094807",
"0.62922806",
"0.62898386",
"0.62898386",
"0.6284711",
"0.62811965",
"0.62771374",
"0.6265",
"0.62594706",
"0.6248275",
"0.6242902",
"0.62317985",
"0.62093914",
"0.6169193",
"0.61605567",
"0.6130... | 0.0 | -1 |
This method was generated by MyBatis Generator. This method corresponds to the database table city | int insert(CityDO record); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public List<InputData> getCityData(String city) {\n String SQL = \"SELECT * FROM world_bank WHERE city = ?\";\n List<InputData> records = jdbcTemplate.query(SQL,\n new Object[] { city }, new DataMapper());\n return records;\n }",
"TbCities selectByPrimaryKey(Long id);",
"... | [
"0.6503546",
"0.64376485",
"0.6367405",
"0.63649356",
"0.634075",
"0.63072133",
"0.62891984",
"0.6287993",
"0.6287993",
"0.62833244",
"0.62785953",
"0.6273202",
"0.62627476",
"0.6257269",
"0.62457776",
"0.6241267",
"0.62292033",
"0.6207846",
"0.61673534",
"0.61591995",
"0.612... | 0.0 | -1 |
This method was generated by MyBatis Generator. This method corresponds to the database table city | CityDO selectByPrimaryKey(Integer id); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public List<InputData> getCityData(String city) {\n String SQL = \"SELECT * FROM world_bank WHERE city = ?\";\n List<InputData> records = jdbcTemplate.query(SQL,\n new Object[] { city }, new DataMapper());\n return records;\n }",
"TbCities selectByPrimaryKey(Long id);",
"... | [
"0.65037996",
"0.64393353",
"0.6370243",
"0.6366207",
"0.63425434",
"0.63078135",
"0.62925977",
"0.6289533",
"0.6289533",
"0.62836415",
"0.62805456",
"0.6275655",
"0.6263473",
"0.6257843",
"0.62476003",
"0.6241647",
"0.6230317",
"0.6208639",
"0.6168165",
"0.6158316",
"0.61294... | 0.6076348 | 35 |
This method was generated by MyBatis Generator. This method corresponds to the database table city | int updateByPrimaryKey(CityDO record); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public List<InputData> getCityData(String city) {\n String SQL = \"SELECT * FROM world_bank WHERE city = ?\";\n List<InputData> records = jdbcTemplate.query(SQL,\n new Object[] { city }, new DataMapper());\n return records;\n }",
"TbCities selectByPrimaryKey(Long id);",
"... | [
"0.6503546",
"0.64376485",
"0.6367405",
"0.63649356",
"0.634075",
"0.63072133",
"0.62891984",
"0.6287993",
"0.6287993",
"0.62833244",
"0.62785953",
"0.6273202",
"0.62627476",
"0.6257269",
"0.62457776",
"0.6241267",
"0.62292033",
"0.6207846",
"0.61673534",
"0.61591995",
"0.612... | 0.0 | -1 |
Constructs an instance of TypeCheckException with the specified detail message. | public TypeCheckException(String msg) {
super(msg);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public TypeException(String msg) {\n super(msg);\n }",
"public TypeConversionException(String message) {\n super(message);\n }",
"public TypeException() {\n }",
"public VerifyException(String message) {\n\t\tsuper(message);\n\t}",
"public TypeException(String msg, Throwable ex) {\n ... | [
"0.63989216",
"0.5979457",
"0.58518934",
"0.58037126",
"0.57915723",
"0.5695851",
"0.55850303",
"0.5578942",
"0.5501505",
"0.549896",
"0.543954",
"0.5412094",
"0.5395827",
"0.53681266",
"0.53244555",
"0.5281776",
"0.52687943",
"0.5250086",
"0.52337915",
"0.52322",
"0.522473",... | 0.7600417 | 0 |
kwdikos paketou (Sindromi) private Subscription subscr; | public Client() {} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void createSubscription(Subscription sub);",
"private void Inscrire() {\n\t\t\r\n\t\tSystem.out.println(\"inscription\");\r\n }",
"public SubscriptionId getSubscription(SubscriptionForm subscriptionForm);",
"public String subscribe() throws SaaSApplicationException,\n IllegalArgumentExcep... | [
"0.62940985",
"0.6116114",
"0.6078219",
"0.60343593",
"0.6004265",
"0.59684765",
"0.5950392",
"0.59151286",
"0.58611053",
"0.5829165",
"0.5770954",
"0.5752774",
"0.5747134",
"0.57449394",
"0.5697824",
"0.5677087",
"0.56691724",
"0.5635211",
"0.5624634",
"0.5619354",
"0.561573... | 0.0 | -1 |
should not happen if (node == null) return; | private int visit(TreeNode node, Map<Integer, Integer> map, int maxCount) {
int newCount = map.getOrDefault(node.val,0) + 1;
map.put(node.val, newCount);
return Math.max(newCount, maxCount);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"boolean hasNode()\n/* */ {\n/* 473 */ if ((this.bn == null) && (this.mn == null)) return false;\n/* 474 */ if (this.jt == null) return false;\n/* 475 */ return true;\n/* */ }",
"static int nullNode() {\n\t\treturn -1;\n\t}",
"@Test\n\tpublic void takingNullNodeTest()\n\t{\n\t\ttry\n\t\t... | [
"0.73564625",
"0.7187139",
"0.68702066",
"0.6676758",
"0.66342604",
"0.6565972",
"0.65025574",
"0.64698297",
"0.6401242",
"0.63511723",
"0.6335728",
"0.6335728",
"0.63315785",
"0.6307236",
"0.6301931",
"0.62940615",
"0.62869924",
"0.62812406",
"0.6276375",
"0.62763464",
"0.62... | 0.0 | -1 |
Created by ashish on 16052017. | public interface IAccountsView {
void onGetDriverStatistics(GetDriverStatisticsResponseModel getDriverStatisticsResponseModel);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"@Override\n public void perish() {\n \n }",
"private stendhal() {\n\t}",
"@Override\n\tpublic void comer() {\n\t\t\n\t}",
"@Override\n\tpublic void grabar() {\n\t\t\n\t}",
"@Override\n public void func_104112_b() {\n \n }",
"private static void cajas() {\n\t\t\n\t}",
"@Overrid... | [
"0.589207",
"0.57918215",
"0.5772923",
"0.5760965",
"0.57458353",
"0.569839",
"0.5681037",
"0.5681037",
"0.56756806",
"0.56632626",
"0.5653282",
"0.563914",
"0.5603166",
"0.5601383",
"0.5601383",
"0.5601383",
"0.5601383",
"0.5601383",
"0.5598915",
"0.5595271",
"0.55878866",
... | 0.0 | -1 |
TODO Autogenerated method stub | @Override
public void start() {
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}",
"@Override\n\tpublic void comer() {\n\t\t\n\t}",
"@Override\n public void perish() {\n \n }",
"@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}",
"@Override\n\tpublic void anular() {\n\n\t}",
"@Override\n\tprotected void getExr... | [
"0.6671074",
"0.6567672",
"0.6523024",
"0.6481211",
"0.6477082",
"0.64591026",
"0.64127725",
"0.63762105",
"0.6276059",
"0.6254286",
"0.623686",
"0.6223679",
"0.6201336",
"0.61950207",
"0.61950207",
"0.61922914",
"0.6186996",
"0.6173591",
"0.61327106",
"0.61285484",
"0.608016... | 0.0 | -1 |
TODO Autogenerated method stub | @Override
public void printMenuHeader() {
System.out.println("***** CHECKOUT *****");
System.out.print("Enter your credit card number without spaces and press enter if you confirm purchase: ");
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}",
"@Override\n\tpublic void comer() {\n\t\t\n\t}",
"@Override\n public void perish() {\n \n }",
"@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}",
"@Override\n\tpublic void anular() {\n\n\t}",
"@Override\n\tprotected void getExr... | [
"0.6671074",
"0.6567672",
"0.6523024",
"0.6481211",
"0.6477082",
"0.64591026",
"0.64127725",
"0.63762105",
"0.6276059",
"0.6254286",
"0.623686",
"0.6223679",
"0.6201336",
"0.61950207",
"0.61950207",
"0.61922914",
"0.6186996",
"0.6173591",
"0.61327106",
"0.61285484",
"0.608016... | 0.0 | -1 |
String containing either domain name or IP (most likely) string host = 1; | java.lang.String getHost(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getHost();",
"private static String getHost(final String host) {\n final int colonIndex = host.indexOf(':');\n\n if (colonIndex == -1) {\n return host;\n }\n\n return host.substring(0, colonIndex);\n }",
"String host();",
"default String getHost()\n {\n return getString( \"... | [
"0.69461715",
"0.6836255",
"0.6815788",
"0.66154885",
"0.6589264",
"0.6589264",
"0.64800084",
"0.64560264",
"0.64560264",
"0.6382199",
"0.63597417",
"0.6359637",
"0.6359637",
"0.6331934",
"0.6331374",
"0.6331374",
"0.63097495",
"0.62707305",
"0.62669635",
"0.6253718",
"0.6234... | 0.7342382 | 1 |
String containing either domain name or IP (most likely) string host = 1; | com.google.protobuf.ByteString
getHostBytes(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getHost();",
"java.lang.String getHost();",
"String getHost();",
"private static String getHost(final String host) {\n final int colonIndex = host.indexOf(':');\n\n if (colonIndex == -1) {\n return host;\n }\n\n return host.substring(0, colonIndex);\n }",
"String host();"... | [
"0.7344322",
"0.7344322",
"0.69481945",
"0.68382776",
"0.681766",
"0.6616979",
"0.6591407",
"0.6591407",
"0.6481483",
"0.64567304",
"0.64567304",
"0.6384434",
"0.6360145",
"0.6360145",
"0.635989",
"0.6334468",
"0.6334468",
"0.633292",
"0.6311417",
"0.6271739",
"0.6268125",
... | 0.0 | -1 |
int32 port = 2; | int getPort(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public int getPort(){\r\n return localPort;\r\n }",
"public int getPort(){\r\n return localPort;\r\n }",
"int localPort();",
"int getIntegPort();",
"public int getPort();",
"public int getPor... | [
"0.7981694",
"0.7981694",
"0.77948284",
"0.7770943",
"0.7692514",
"0.7692514",
"0.7692514",
"0.75826126",
"0.7569563",
"0.7569563",
"0.7567182",
"0.7567182",
"0.75252926",
"0.74752915",
"0.7473951",
"0.74195915",
"0.73965806",
"0.73965806",
"0.73914224",
"0.7320347",
"0.72784... | 0.78664035 | 13 |
Short alias or acronym of the owner of the node string owner = 3; | java.lang.String getOwner(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getOwner();",
"String getOwner();",
"public void setOwner (String owner) {\n\t\tthis.owner=owner;\n\t}",
"public String getOwner();",
"public void setOwner(String owner) {\n this.owner = owner;\n }",
"public void setOwner(String owner) {\n this.owner = owner;\n }",
"public vo... | [
"0.73674804",
"0.73674804",
"0.73136836",
"0.7259146",
"0.7220521",
"0.7220521",
"0.7220521",
"0.7220521",
"0.7185323",
"0.71083075",
"0.7072737",
"0.7039423",
"0.69744754",
"0.6971893",
"0.6957213",
"0.6947755",
"0.6937133",
"0.6929309",
"0.6927399",
"0.6927399",
"0.69143045... | 0.7562618 | 1 |
Short alias or acronym of the owner of the node string owner = 3; | com.google.protobuf.ByteString
getOwnerBytes(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getOwner();",
"java.lang.String getOwner();",
"String getOwner();",
"String getOwner();",
"public void setOwner (String owner) {\n\t\tthis.owner=owner;\n\t}",
"public String getOwner();",
"public void setOwner(String owner) {\n this.owner = owner;\n }",
"public void setOwne... | [
"0.75624436",
"0.75624436",
"0.73674685",
"0.73674685",
"0.73135114",
"0.7259155",
"0.7220412",
"0.7220412",
"0.7220412",
"0.7220412",
"0.71854275",
"0.7107385",
"0.7072446",
"0.7039855",
"0.69745",
"0.6971663",
"0.6957016",
"0.6947957",
"0.6937133",
"0.6928899",
"0.6927421",... | 0.0 | -1 |
Node index within the owner's nodes. Must be 1, 2, or 3 int32 index = 4; | int getIndex(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public long getNodeIndex();",
"entities.Torrent.NodeId getNodes(int index);",
"public int getNodeIndexAt(int index)\n {\n if (index < 0 || index > 1)\n {\n throw new IllegalArgumentException();\n }\n \n return this.nodeList[index];\n }",
"public NodeExpr in... | [
"0.75339246",
"0.68445903",
"0.68303066",
"0.676724",
"0.66543865",
"0.66210306",
"0.64914465",
"0.6423338",
"0.6398588",
"0.63719094",
"0.6351207",
"0.6351207",
"0.6348588",
"0.6296071",
"0.62769955",
"0.62769955",
"0.62769955",
"0.6272955",
"0.6239762",
"0.6239367",
"0.6239... | 0.0 | -1 |
Use NodeId.newBuilder() to construct. | private NodeId(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void nodeCreate( long id );",
"public String generateNodeId(Node node, String remoteHost, String remoteAddress);",
"public Node(final String id) {\n super();\n this.id = id;\n }",
"NodeId getNodeId();",
"entities.Torrent.NodeIdOrBuilder getNodeOrBuilder();",
"entities.Torrent.NodeIdOrBui... | [
"0.66084945",
"0.63555783",
"0.63201606",
"0.6097128",
"0.606605",
"0.606605",
"0.60174537",
"0.5995937",
"0.59799004",
"0.5969441",
"0.5938397",
"0.5850597",
"0.583102",
"0.58078367",
"0.5800381",
"0.5787422",
"0.5784763",
"0.5784763",
"0.5732355",
"0.57108355",
"0.57108355"... | 0.6981314 | 0 |
String containing either domain name or IP (most likely) string host = 1; | @java.lang.Override
public java.lang.String getHost() {
java.lang.Object ref = host_;
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();
host_ = s;
return s;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getHost();",
"java.lang.String getHost();",
"String getHost();",
"private static String getHost(final String host) {\n final int colonIndex = host.indexOf(':');\n\n if (colonIndex == -1) {\n return host;\n }\n\n return host.substring(0, colonIndex);\n }",
"String host();"... | [
"0.7344322",
"0.7344322",
"0.69481945",
"0.68382776",
"0.681766",
"0.6616979",
"0.6591407",
"0.6591407",
"0.6481483",
"0.64567304",
"0.64567304",
"0.6384434",
"0.6360145",
"0.6360145",
"0.635989",
"0.6334468",
"0.6334468",
"0.633292",
"0.6311417",
"0.6271739",
"0.6268125",
... | 0.5972558 | 40 |
String containing either domain name or IP (most likely) string host = 1; | @java.lang.Override
public com.google.protobuf.ByteString
getHostBytes() {
java.lang.Object ref = host_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
host_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getHost();",
"java.lang.String getHost();",
"String getHost();",
"private static String getHost(final String host) {\n final int colonIndex = host.indexOf(':');\n\n if (colonIndex == -1) {\n return host;\n }\n\n return host.substring(0, colonIndex);\n }",
"String host();"... | [
"0.7342382",
"0.7342382",
"0.69461715",
"0.6836255",
"0.6815788",
"0.66154885",
"0.6589264",
"0.6589264",
"0.64800084",
"0.64560264",
"0.64560264",
"0.6382199",
"0.63597417",
"0.6359637",
"0.6359637",
"0.6331934",
"0.6331374",
"0.6331374",
"0.63097495",
"0.62707305",
"0.62669... | 0.0 | -1 |
int32 port = 2; | @java.lang.Override
public int getPort() {
return port_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public int getPort(){\r\n return localPort;\r\n }",
"public int getPort(){\r\n return localPort;\r\n }",
"int getPort();",
"int getPort();",
"int getPort();",
"int getPort();",
"int getPort... | [
"0.7981694",
"0.7981694",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.77948284",
"0.7770943",
"0.7692514",
"0.7692514",
"0.7692514",
"0... | 0.0 | -1 |
Short alias or acronym of the owner of the node string owner = 3; | @java.lang.Override
public java.lang.String getOwner() {
java.lang.Object ref = owner_;
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();
owner_ = s;
return s;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getOwner();",
"java.lang.String getOwner();",
"String getOwner();",
"String getOwner();",
"public void setOwner (String owner) {\n\t\tthis.owner=owner;\n\t}",
"public String getOwner();",
"public void setOwner(String owner) {\n this.owner = owner;\n }",
"public void setOwne... | [
"0.7563581",
"0.7563581",
"0.73686033",
"0.73686033",
"0.7315174",
"0.7259939",
"0.7222075",
"0.7222075",
"0.7222075",
"0.7222075",
"0.71859455",
"0.7108346",
"0.7073358",
"0.70409316",
"0.697494",
"0.69727683",
"0.6958616",
"0.6948956",
"0.69386625",
"0.6929878",
"0.69289345... | 0.6379253 | 53 |
Short alias or acronym of the owner of the node string owner = 3; | @java.lang.Override
public com.google.protobuf.ByteString
getOwnerBytes() {
java.lang.Object ref = owner_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
owner_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getOwner();",
"java.lang.String getOwner();",
"String getOwner();",
"String getOwner();",
"public void setOwner (String owner) {\n\t\tthis.owner=owner;\n\t}",
"public String getOwner();",
"public void setOwner(String owner) {\n this.owner = owner;\n }",
"public void setOwne... | [
"0.7562618",
"0.7562618",
"0.73674804",
"0.73674804",
"0.73136836",
"0.7259146",
"0.7220521",
"0.7220521",
"0.7220521",
"0.7220521",
"0.7185323",
"0.71083075",
"0.7072737",
"0.7039423",
"0.69744754",
"0.6971893",
"0.6957213",
"0.6947755",
"0.6937133",
"0.6929309",
"0.6927399"... | 0.59394646 | 96 |
Node index within the owner's nodes. Must be 1, 2, or 3 int32 index = 4; | @java.lang.Override
public int getIndex() {
return index_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public long getNodeIndex();",
"entities.Torrent.NodeId getNodes(int index);",
"public int getNodeIndexAt(int index)\n {\n if (index < 0 || index > 1)\n {\n throw new IllegalArgumentException();\n }\n \n return this.nodeList[index];\n }",
"public NodeExpr in... | [
"0.75322187",
"0.6845312",
"0.6829977",
"0.67661256",
"0.6654919",
"0.66221094",
"0.64901483",
"0.6422686",
"0.63986397",
"0.6372339",
"0.6352405",
"0.6352405",
"0.6349292",
"0.62964416",
"0.6277176",
"0.6277176",
"0.6277176",
"0.6272882",
"0.62398905",
"0.62398905",
"0.62397... | 0.0 | -1 |
String containing either domain name or IP (most likely) string host = 1; | public java.lang.String getHost() {
java.lang.Object ref = host_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
host_ = s;
return s;
} else {
return (java.lang.String) ref;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getHost();",
"java.lang.String getHost();",
"String getHost();",
"private static String getHost(final String host) {\n final int colonIndex = host.indexOf(':');\n\n if (colonIndex == -1) {\n return host;\n }\n\n return host.substring(0, colonIndex);\n }",
"String host();"... | [
"0.7344322",
"0.7344322",
"0.69481945",
"0.68382776",
"0.681766",
"0.6616979",
"0.6591407",
"0.6591407",
"0.6481483",
"0.64567304",
"0.64567304",
"0.6384434",
"0.6360145",
"0.6360145",
"0.635989",
"0.6334468",
"0.6334468",
"0.633292",
"0.6311417",
"0.6271739",
"0.6268125",
... | 0.61188453 | 25 |
String containing either domain name or IP (most likely) string host = 1; | public com.google.protobuf.ByteString
getHostBytes() {
java.lang.Object ref = host_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
host_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getHost();",
"java.lang.String getHost();",
"String getHost();",
"private static String getHost(final String host) {\n final int colonIndex = host.indexOf(':');\n\n if (colonIndex == -1) {\n return host;\n }\n\n return host.substring(0, colonIndex);\n }",
"String host();"... | [
"0.7340533",
"0.7340533",
"0.6944681",
"0.6834995",
"0.6813677",
"0.66146517",
"0.65878314",
"0.65878314",
"0.6478353",
"0.6453507",
"0.6453507",
"0.6381183",
"0.63583523",
"0.63575196",
"0.63575196",
"0.6331358",
"0.6331358",
"0.6329913",
"0.63087463",
"0.6268141",
"0.626458... | 0.0 | -1 |
String containing either domain name or IP (most likely) string host = 1; | public Builder setHost(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
host_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getHost();",
"java.lang.String getHost();",
"String getHost();",
"private static String getHost(final String host) {\n final int colonIndex = host.indexOf(':');\n\n if (colonIndex == -1) {\n return host;\n }\n\n return host.substring(0, colonIndex);\n }",
"String host();"... | [
"0.7344322",
"0.7344322",
"0.69481945",
"0.68382776",
"0.681766",
"0.6616979",
"0.6591407",
"0.6591407",
"0.6481483",
"0.64567304",
"0.64567304",
"0.6384434",
"0.6360145",
"0.6360145",
"0.635989",
"0.6334468",
"0.6334468",
"0.633292",
"0.6311417",
"0.6271739",
"0.6268125",
... | 0.5840428 | 53 |
String containing either domain name or IP (most likely) string host = 1; | public Builder clearHost() {
host_ = getDefaultInstance().getHost();
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getHost();",
"java.lang.String getHost();",
"String getHost();",
"private static String getHost(final String host) {\n final int colonIndex = host.indexOf(':');\n\n if (colonIndex == -1) {\n return host;\n }\n\n return host.substring(0, colonIndex);\n }",
"String host();"... | [
"0.7342382",
"0.7342382",
"0.69461715",
"0.6836255",
"0.6815788",
"0.66154885",
"0.6589264",
"0.6589264",
"0.64800084",
"0.64560264",
"0.64560264",
"0.6382199",
"0.63597417",
"0.6359637",
"0.6359637",
"0.6331934",
"0.6331374",
"0.6331374",
"0.63097495",
"0.62707305",
"0.62669... | 0.0 | -1 |
String containing either domain name or IP (most likely) string host = 1; | public Builder setHostBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
host_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getHost();",
"java.lang.String getHost();",
"String getHost();",
"private static String getHost(final String host) {\n final int colonIndex = host.indexOf(':');\n\n if (colonIndex == -1) {\n return host;\n }\n\n return host.substring(0, colonIndex);\n }",
"String host();"... | [
"0.7344322",
"0.7344322",
"0.69481945",
"0.68382776",
"0.681766",
"0.6616979",
"0.6591407",
"0.6591407",
"0.6481483",
"0.64567304",
"0.64567304",
"0.6384434",
"0.6360145",
"0.6360145",
"0.635989",
"0.6334468",
"0.6334468",
"0.633292",
"0.6311417",
"0.6271739",
"0.6268125",
... | 0.0 | -1 |
int32 port = 2; | @java.lang.Override
public int getPort() {
return port_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public int getPort(){\r\n return localPort;\r\n }",
"public int getPort(){\r\n return localPort;\r\n }",
"int getPort();",
"int getPort();",
"int getPort();",
"int getPort();",
"int getPort... | [
"0.7981694",
"0.7981694",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.77948284",
"0.7770943",
"0.7692514",
"0.7692514",
"0.7692514",
"0... | 0.0 | -1 |
int32 port = 2; | public Builder setPort(int value) {
port_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public int getPort(){\r\n return localPort;\r\n }",
"public int getPort(){\r\n return localPort;\r\n }",
"int getPort();",
"int getPort();",
"int getPort();",
"int getPort();",
"int getPort... | [
"0.7981694",
"0.7981694",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.77948284",
"0.7770943",
"0.7692514",
"0.7692514",
"0.7692514",
"0... | 0.0 | -1 |
int32 port = 2; | public Builder clearPort() {
port_ = 0;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public int getPort(){\r\n return localPort;\r\n }",
"public int getPort(){\r\n return localPort;\r\n }",
"int getPort();",
"int getPort();",
"int getPort();",
"int getPort();",
"int getPort... | [
"0.7981694",
"0.7981694",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.78664035",
"0.77948284",
"0.7770943",
"0.7692514",
"0.7692514",
"0.7692514",
"0... | 0.0 | -1 |
Short alias or acronym of the owner of the node string owner = 3; | public java.lang.String getOwner() {
java.lang.Object ref = owner_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
owner_ = s;
return s;
} else {
return (java.lang.String) ref;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getOwner();",
"java.lang.String getOwner();",
"String getOwner();",
"String getOwner();",
"public void setOwner (String owner) {\n\t\tthis.owner=owner;\n\t}",
"public String getOwner();",
"public void setOwner(String owner) {\n this.owner = owner;\n }",
"public void setOwne... | [
"0.7562618",
"0.7562618",
"0.73674804",
"0.73674804",
"0.73136836",
"0.7259146",
"0.7220521",
"0.7220521",
"0.7220521",
"0.7220521",
"0.7185323",
"0.71083075",
"0.7072737",
"0.7039423",
"0.69744754",
"0.6971893",
"0.6957213",
"0.6947755",
"0.6937133",
"0.6929309",
"0.6927399"... | 0.6515069 | 46 |
Short alias or acronym of the owner of the node string owner = 3; | public com.google.protobuf.ByteString
getOwnerBytes() {
java.lang.Object ref = owner_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
owner_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getOwner();",
"java.lang.String getOwner();",
"String getOwner();",
"String getOwner();",
"public void setOwner (String owner) {\n\t\tthis.owner=owner;\n\t}",
"public String getOwner();",
"public void setOwner(String owner) {\n this.owner = owner;\n }",
"public void setOwne... | [
"0.7563581",
"0.7563581",
"0.73686033",
"0.73686033",
"0.7315174",
"0.7259939",
"0.7222075",
"0.7222075",
"0.7222075",
"0.7222075",
"0.71859455",
"0.7108346",
"0.7073358",
"0.70409316",
"0.697494",
"0.69727683",
"0.6958616",
"0.6948956",
"0.69386625",
"0.6929878",
"0.69289345... | 0.6239333 | 64 |
Short alias or acronym of the owner of the node string owner = 3; | public Builder setOwner(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
owner_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getOwner();",
"java.lang.String getOwner();",
"String getOwner();",
"String getOwner();",
"public void setOwner (String owner) {\n\t\tthis.owner=owner;\n\t}",
"public String getOwner();",
"public void setOwner(String owner) {\n this.owner = owner;\n }",
"public void setOwne... | [
"0.7562618",
"0.7562618",
"0.73674804",
"0.73674804",
"0.73136836",
"0.7259146",
"0.7220521",
"0.7220521",
"0.7220521",
"0.7220521",
"0.7185323",
"0.71083075",
"0.7072737",
"0.7039423",
"0.69744754",
"0.6971893",
"0.6957213",
"0.6947755",
"0.6937133",
"0.6929309",
"0.6927399"... | 0.6201546 | 69 |
Short alias or acronym of the owner of the node string owner = 3; | public Builder clearOwner() {
owner_ = getDefaultInstance().getOwner();
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getOwner();",
"java.lang.String getOwner();",
"String getOwner();",
"String getOwner();",
"public void setOwner (String owner) {\n\t\tthis.owner=owner;\n\t}",
"public String getOwner();",
"public void setOwner(String owner) {\n this.owner = owner;\n }",
"public void setOwne... | [
"0.75624436",
"0.75624436",
"0.73674685",
"0.73674685",
"0.73135114",
"0.7259155",
"0.7220412",
"0.7220412",
"0.7220412",
"0.7220412",
"0.71854275",
"0.7107385",
"0.7072446",
"0.7039855",
"0.69745",
"0.6971663",
"0.6957016",
"0.6947957",
"0.6937133",
"0.6928899",
"0.6927421",... | 0.0 | -1 |
Short alias or acronym of the owner of the node string owner = 3; | public Builder setOwnerBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
owner_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"java.lang.String getOwner();",
"java.lang.String getOwner();",
"String getOwner();",
"String getOwner();",
"public void setOwner (String owner) {\n\t\tthis.owner=owner;\n\t}",
"public String getOwner();",
"public void setOwner(String owner) {\n this.owner = owner;\n }",
"public void setOwne... | [
"0.7562618",
"0.7562618",
"0.73674804",
"0.73674804",
"0.73136836",
"0.7259146",
"0.7220521",
"0.7220521",
"0.7220521",
"0.7220521",
"0.7185323",
"0.71083075",
"0.7072737",
"0.7039423",
"0.69744754",
"0.6971893",
"0.6957213",
"0.6947755",
"0.6937133",
"0.6929309",
"0.6927399"... | 0.0 | -1 |
Node index within the owner's nodes. Must be 1, 2, or 3 int32 index = 4; | @java.lang.Override
public int getIndex() {
return index_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public long getNodeIndex();",
"entities.Torrent.NodeId getNodes(int index);",
"public int getNodeIndexAt(int index)\n {\n if (index < 0 || index > 1)\n {\n throw new IllegalArgumentException();\n }\n \n return this.nodeList[index];\n }",
"public NodeExpr in... | [
"0.75340146",
"0.68450826",
"0.6830545",
"0.67676276",
"0.6655433",
"0.6620533",
"0.6493807",
"0.6424797",
"0.6400534",
"0.63750625",
"0.6353311",
"0.6353311",
"0.63511366",
"0.6297896",
"0.62800235",
"0.62800235",
"0.62800235",
"0.62760466",
"0.6242755",
"0.6242733",
"0.6242... | 0.0 | -1 |
Node index within the owner's nodes. Must be 1, 2, or 3 int32 index = 4; | public Builder setIndex(int value) {
index_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public long getNodeIndex();",
"entities.Torrent.NodeId getNodes(int index);",
"public int getNodeIndexAt(int index)\n {\n if (index < 0 || index > 1)\n {\n throw new IllegalArgumentException();\n }\n \n return this.nodeList[index];\n }",
"public NodeExpr in... | [
"0.75339246",
"0.68445903",
"0.68303066",
"0.676724",
"0.66543865",
"0.66210306",
"0.64914465",
"0.6423338",
"0.6398588",
"0.63719094",
"0.6351207",
"0.6351207",
"0.6348588",
"0.6296071",
"0.62769955",
"0.62769955",
"0.62769955",
"0.6272955",
"0.6239762",
"0.6239367",
"0.6239... | 0.0 | -1 |
Node index within the owner's nodes. Must be 1, 2, or 3 int32 index = 4; | public Builder clearIndex() {
index_ = 0;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public long getNodeIndex();",
"entities.Torrent.NodeId getNodes(int index);",
"public int getNodeIndexAt(int index)\n {\n if (index < 0 || index > 1)\n {\n throw new IllegalArgumentException();\n }\n \n return this.nodeList[index];\n }",
"public NodeExpr in... | [
"0.75322187",
"0.6845312",
"0.6829977",
"0.67661256",
"0.6654919",
"0.66221094",
"0.64901483",
"0.6422686",
"0.63986397",
"0.6372339",
"0.6352405",
"0.6352405",
"0.6349292",
"0.62964416",
"0.6277176",
"0.6277176",
"0.6277176",
"0.6272882",
"0.62398905",
"0.62398905",
"0.62397... | 0.0 | -1 |
Chunk order number starting from 0 uint32 index = 1; | int getIndex(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkIndex();",
"int getChunkIndex();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"@java.lang.Override\n public int getChunkIndex() {\n return chunkIndex_;\n }",
"@java.... | [
"0.78498846",
"0.78498846",
"0.702188",
"0.702188",
"0.702188",
"0.702188",
"0.702188",
"0.702188",
"0.6560351",
"0.6560351",
"0.6539877",
"0.6539877",
"0.65290433",
"0.65290433",
"0.6437121",
"0.63151425",
"0.6225323",
"0.6225323",
"0.6225323",
"0.6225323",
"0.6225323",
"0... | 0.0 | -1 |
The standard chunk size is 1024. Last chunks will be smaller. uint32 size = 2; | int getSize(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"public int getChunkSize() {\n return chunkSize;\n }",
"public int getChunkWidth() {\n return 256;\n }",
"public int getChunkSize() {\n return chunkSize_;\n }",
"pub... | [
"0.77679664",
"0.766589",
"0.766589",
"0.766589",
"0.766589",
"0.70439804",
"0.68225527",
"0.67184824",
"0.67105126",
"0.66936415",
"0.66936415",
"0.6589024",
"0.65888137",
"0.6565171",
"0.65532076",
"0.6549472",
"0.6541413",
"0.64730096",
"0.6471363",
"0.6471363",
"0.6471363... | 0.6097439 | 52 |
MD5 of the chunk content (1024 bytes or less) bytes hash = 3; | com.google.protobuf.ByteString getHash(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getMD5() {\n return hash;\n }",
"private static String getMD5Checksum(String filename) throws Exception {\r\n\t\tbyte[] b = createChecksum(filename);\r\n\t\tStringBuilder result = new StringBuilder();\r\n\t\tfor (byte v : b) {\r\n\t\t\tresult.append(Integer.toString((v & 0xff) + 0x100, 16... | [
"0.69080025",
"0.675877",
"0.6714178",
"0.66375774",
"0.6440513",
"0.6350388",
"0.62879944",
"0.62833184",
"0.62466013",
"0.6210247",
"0.6199277",
"0.61927915",
"0.61905885",
"0.6161571",
"0.6152501",
"0.6129389",
"0.61098826",
"0.610888",
"0.6091407",
"0.6086834",
"0.6080372... | 0.5687686 | 63 |
Use ChunkInfo.newBuilder() to construct. | private ChunkInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public Chunk() {\n }",
"private ChunkResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {\n super(builder);\n }",
"private ChunkRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {\n super(builder);\n }",
"public entities.Torrent.ChunkInfo... | [
"0.6727227",
"0.64789206",
"0.64665794",
"0.64581233",
"0.6435053",
"0.6380004",
"0.6353853",
"0.6136448",
"0.61183524",
"0.6104443",
"0.6074805",
"0.6011596",
"0.59525275",
"0.59522986",
"0.59335494",
"0.5850256",
"0.5830848",
"0.56900305",
"0.56566125",
"0.5651069",
"0.5633... | 0.7779073 | 0 |
Chunk order number starting from 0 uint32 index = 1; | @java.lang.Override
public int getIndex() {
return index_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkIndex();",
"int getChunkIndex();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"@java.lang.Override\n public int getChunkIndex() {\n return chunkIndex_;\n }",
"@java.... | [
"0.78498846",
"0.78498846",
"0.702188",
"0.702188",
"0.702188",
"0.702188",
"0.702188",
"0.702188",
"0.6560351",
"0.6560351",
"0.6539877",
"0.6539877",
"0.65290433",
"0.65290433",
"0.6437121",
"0.63151425",
"0.6225323",
"0.6225323",
"0.6225323",
"0.6225323",
"0.6225323",
"0... | 0.0 | -1 |
The standard chunk size is 1024. Last chunks will be smaller. uint32 size = 2; | @java.lang.Override
public int getSize() {
return size_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"public int getChunkSize() {\n return chunkSize;\n }",
"public int getChunkWidth() {\n return 256;\n }",
"public int getChunkSize() {\n return chunkSize_;\n }",
"pub... | [
"0.77679664",
"0.766589",
"0.766589",
"0.766589",
"0.766589",
"0.70439804",
"0.68225527",
"0.67184824",
"0.67105126",
"0.66936415",
"0.66936415",
"0.6589024",
"0.65888137",
"0.6565171",
"0.65532076",
"0.6549472",
"0.6541413",
"0.64730096",
"0.6471363",
"0.6471363",
"0.6471363... | 0.0 | -1 |
MD5 of the chunk content (1024 bytes or less) bytes hash = 3; | @java.lang.Override
public com.google.protobuf.ByteString getHash() {
return hash_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getMD5() {\n return hash;\n }",
"private static String getMD5Checksum(String filename) throws Exception {\r\n\t\tbyte[] b = createChecksum(filename);\r\n\t\tStringBuilder result = new StringBuilder();\r\n\t\tfor (byte v : b) {\r\n\t\t\tresult.append(Integer.toString((v & 0xff) + 0x100, 16... | [
"0.69080025",
"0.675877",
"0.6714178",
"0.66375774",
"0.6440513",
"0.6350388",
"0.62879944",
"0.62833184",
"0.62466013",
"0.6210247",
"0.6199277",
"0.61927915",
"0.61905885",
"0.6161571",
"0.6152501",
"0.6129389",
"0.61098826",
"0.610888",
"0.6091407",
"0.6086834",
"0.6080372... | 0.0 | -1 |
Chunk order number starting from 0 uint32 index = 1; | @java.lang.Override
public int getIndex() {
return index_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkIndex();",
"int getChunkIndex();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"@java.lang.Override\n public int getChunkIndex() {\n return chunkIndex_;\n }",
"@java.... | [
"0.78513604",
"0.78513604",
"0.70242095",
"0.70242095",
"0.70242095",
"0.70242095",
"0.70242095",
"0.70242095",
"0.6562278",
"0.6562278",
"0.6541646",
"0.6541646",
"0.6531115",
"0.6531115",
"0.6437964",
"0.6316011",
"0.6228273",
"0.6228273",
"0.6228273",
"0.6228273",
"0.62282... | 0.0 | -1 |
Chunk order number starting from 0 uint32 index = 1; | public Builder setIndex(int value) {
index_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkIndex();",
"int getChunkIndex();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"@java.lang.Override\n public int getChunkIndex() {\n return chunkIndex_;\n }",
"@java.... | [
"0.78498846",
"0.78498846",
"0.702188",
"0.702188",
"0.702188",
"0.702188",
"0.702188",
"0.702188",
"0.6560351",
"0.6560351",
"0.6539877",
"0.6539877",
"0.65290433",
"0.65290433",
"0.6437121",
"0.63151425",
"0.6225323",
"0.6225323",
"0.6225323",
"0.6225323",
"0.6225323",
"0... | 0.0 | -1 |
Chunk order number starting from 0 uint32 index = 1; | public Builder clearIndex() {
index_ = 0;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkIndex();",
"int getChunkIndex();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"int getChunkId();",
"@java.lang.Override\n public int getChunkIndex() {\n return chunkIndex_;\n }",
"@java.... | [
"0.78516495",
"0.78516495",
"0.7024464",
"0.7024464",
"0.7024464",
"0.7024464",
"0.7024464",
"0.7024464",
"0.65617007",
"0.65617007",
"0.6541263",
"0.6541263",
"0.6532396",
"0.6532396",
"0.64392924",
"0.6315612",
"0.6227738",
"0.6227738",
"0.6227738",
"0.6227738",
"0.6227738"... | 0.0 | -1 |
The standard chunk size is 1024. Last chunks will be smaller. uint32 size = 2; | @java.lang.Override
public int getSize() {
return size_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"public int getChunkSize() {\n return chunkSize;\n }",
"public int getChunkWidth() {\n return 256;\n }",
"public int getChunkSize() {\n return chunkSize_;\n }",
"pub... | [
"0.77672553",
"0.7665053",
"0.7665053",
"0.7665053",
"0.7665053",
"0.70434403",
"0.6823302",
"0.6718034",
"0.6709958",
"0.66931564",
"0.66931564",
"0.6588866",
"0.65885633",
"0.65651536",
"0.6552774",
"0.6549481",
"0.6541563",
"0.6472662",
"0.647093",
"0.647093",
"0.647093",
... | 0.0 | -1 |
The standard chunk size is 1024. Last chunks will be smaller. uint32 size = 2; | public Builder setSize(int value) {
size_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"public int getChunkSize() {\n return chunkSize;\n }",
"public int getChunkWidth() {\n return 256;\n }",
"public int getChunkSize() {\n return chunkSize_;\n }",
"pub... | [
"0.7766904",
"0.7664714",
"0.7664714",
"0.7664714",
"0.7664714",
"0.7042876",
"0.6824101",
"0.67174554",
"0.67095006",
"0.66943115",
"0.66943115",
"0.65898174",
"0.6588015",
"0.6566169",
"0.6552256",
"0.6548519",
"0.65409833",
"0.647336",
"0.64703065",
"0.64703065",
"0.647030... | 0.0 | -1 |
The standard chunk size is 1024. Last chunks will be smaller. uint32 size = 2; | public Builder clearSize() {
size_ = 0;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"public int getChunkSize() {\n return chunkSize;\n }",
"public int getChunkWidth() {\n return 256;\n }",
"public int getChunkSize() {\n return chunkSize_;\n }",
"pub... | [
"0.77672553",
"0.7665053",
"0.7665053",
"0.7665053",
"0.7665053",
"0.70434403",
"0.6823302",
"0.6718034",
"0.6709958",
"0.66931564",
"0.66931564",
"0.6588866",
"0.65885633",
"0.65651536",
"0.6552774",
"0.6549481",
"0.6541563",
"0.6472662",
"0.647093",
"0.647093",
"0.647093",
... | 0.0 | -1 |
MD5 of the chunk content (1024 bytes or less) bytes hash = 3; | @java.lang.Override
public com.google.protobuf.ByteString getHash() {
return hash_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getMD5() {\n return hash;\n }",
"private static String getMD5Checksum(String filename) throws Exception {\r\n\t\tbyte[] b = createChecksum(filename);\r\n\t\tStringBuilder result = new StringBuilder();\r\n\t\tfor (byte v : b) {\r\n\t\t\tresult.append(Integer.toString((v & 0xff) + 0x100, 16... | [
"0.6909216",
"0.67599255",
"0.6715248",
"0.6638646",
"0.644247",
"0.6351662",
"0.6290111",
"0.6284938",
"0.6247746",
"0.62120414",
"0.61987436",
"0.61935306",
"0.6191908",
"0.6163334",
"0.6154344",
"0.6129951",
"0.6110919",
"0.61094207",
"0.6092525",
"0.60879964",
"0.60824996... | 0.0 | -1 |
MD5 of the chunk content (1024 bytes or less) bytes hash = 3; | public Builder setHash(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
hash_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getMD5() {\n return hash;\n }",
"private static String getMD5Checksum(String filename) throws Exception {\r\n\t\tbyte[] b = createChecksum(filename);\r\n\t\tStringBuilder result = new StringBuilder();\r\n\t\tfor (byte v : b) {\r\n\t\t\tresult.append(Integer.toString((v & 0xff) + 0x100, 16... | [
"0.69080025",
"0.675877",
"0.6714178",
"0.66375774",
"0.6440513",
"0.6350388",
"0.62879944",
"0.62833184",
"0.62466013",
"0.6210247",
"0.6199277",
"0.61927915",
"0.61905885",
"0.6161571",
"0.6152501",
"0.6129389",
"0.61098826",
"0.610888",
"0.6091407",
"0.6086834",
"0.6080372... | 0.0 | -1 |
MD5 of the chunk content (1024 bytes or less) bytes hash = 3; | public Builder clearHash() {
hash_ = getDefaultInstance().getHash();
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getMD5() {\n return hash;\n }",
"private static String getMD5Checksum(String filename) throws Exception {\r\n\t\tbyte[] b = createChecksum(filename);\r\n\t\tStringBuilder result = new StringBuilder();\r\n\t\tfor (byte v : b) {\r\n\t\t\tresult.append(Integer.toString((v & 0xff) + 0x100, 16... | [
"0.6907548",
"0.67588276",
"0.67139244",
"0.6637966",
"0.6440344",
"0.6350604",
"0.62883955",
"0.6283282",
"0.6246835",
"0.6209992",
"0.6198277",
"0.6192865",
"0.6191173",
"0.6161614",
"0.61523956",
"0.6128981",
"0.61099416",
"0.61083007",
"0.60917705",
"0.60873544",
"0.60806... | 0.0 | -1 |
MD5 of the file content bytes hash = 1; | com.google.protobuf.ByteString getHash(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private String getFileMd5Checksum(String filename){\n\t\ttry {\n\t\t\tbyte[] fileBytes = Files.readAllBytes(Paths.get(FILES_ROOT + filename));\n\t\t\tbyte[] fileHash = MessageDigest.getInstance(\"MD5\").digest(fileBytes);\n\n\t\t\treturn DatatypeConverter.printHexBinary(fileHash);\n\t\t} catch (IOException e) {\n\... | [
"0.79427654",
"0.76599485",
"0.7403539",
"0.73576635",
"0.73522145",
"0.72415394",
"0.7218439",
"0.7167121",
"0.7067042",
"0.70509934",
"0.70412713",
"0.6981765",
"0.69726527",
"0.6925382",
"0.6925382",
"0.68762726",
"0.6843925",
"0.6785746",
"0.67459846",
"0.6745074",
"0.659... | 0.0 | -1 |
uint32 size = 2; | int getSize(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int fixedSize();",
"long getSize();",
"public abstract int getBitSize();",
"godot.wire.Wire.Vector2 getSize();",
"public static int size_counter() {\n return (32 / 8);\n }",
"int getSize ();",
"int getTribeSize();",
"com.google.protobuf.Int32Value getSize();",
"public static int sizeOf()\... | [
"0.68845004",
"0.64285177",
"0.6403865",
"0.6399972",
"0.6356698",
"0.63357437",
"0.6333697",
"0.63133764",
"0.6279272",
"0.62197286",
"0.62064797",
"0.6170445",
"0.6163017",
"0.6159229",
"0.612001",
"0.60839915",
"0.6059871",
"0.6052288",
"0.60459584",
"0.6040687",
"0.604036... | 0.6277018 | 18 |
string filename = 3; | java.lang.String getFilename(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getFilename();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.... | [
"0.66982913",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.62387234",
"0.6234598",
"0.6189585",
"0.6189585",
"0.61346734",
"0.60847... | 0.64821243 | 7 |
string filename = 3; | com.google.protobuf.ByteString
getFilenameBytes(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getFilename();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"java.lang.String getFilename();",
"java.lang.String getFilename();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.... | [
"0.66982913",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.64821243",
"0.64821243",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.62387234",
"0.6234598",
"0.6189585",
"0.6189... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | java.util.List<entities.Torrent.ChunkInfo>
getChunksList(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | entities.Torrent.ChunkInfo getChunks(int index); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.6208317",
"0.620... | 0.6313464 | 15 |
repeated .ChunkInfo chunks = 4; | int getChunksCount(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414a(int i, List<DownloadChunk> list);",
"void mo54426b... | [
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.6208317",
"0.6208317",
"0.61958... | 0.67930806 | 1 |
repeated .ChunkInfo chunks = 4; | java.util.List<? extends entities.Torrent.ChunkInfoOrBuilder>
getChunksOrBuilderList(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | entities.Torrent.ChunkInfoOrBuilder getChunksOrBuilder(
int index); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.56923115 | 55 |
Use FileInfo.newBuilder() to construct. | private FileInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public FileInfo(FileInfo v)\n \t{\n \t\ttitle = v.title;\n \t\tauthors = v.authors;\n \t\tseries = v.series;\n \t\tseriesNumber = v.seriesNumber;\n \t\tpath = v.path;\n \t\tfilename = v.filename;\n \t\tpathname = v.pathname;\n \t\tarcname = v.arcname;\n \t\tformat = v.format;\n \t\tsize = v.size;\n \t\tarcsize = v... | [
"0.73630756",
"0.7335492",
"0.7151471",
"0.7148096",
"0.7089408",
"0.70517117",
"0.7051205",
"0.7049594",
"0.6841119",
"0.6812086",
"0.6812086",
"0.68063825",
"0.67556137",
"0.67556137",
"0.6720752",
"0.6720105",
"0.6642621",
"0.6642621",
"0.6558966",
"0.65360343",
"0.6489764... | 0.7638374 | 0 |
MD5 of the file content bytes hash = 1; | @java.lang.Override
public com.google.protobuf.ByteString getHash() {
return hash_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private String getFileMd5Checksum(String filename){\n\t\ttry {\n\t\t\tbyte[] fileBytes = Files.readAllBytes(Paths.get(FILES_ROOT + filename));\n\t\t\tbyte[] fileHash = MessageDigest.getInstance(\"MD5\").digest(fileBytes);\n\n\t\t\treturn DatatypeConverter.printHexBinary(fileHash);\n\t\t} catch (IOException e) {\n\... | [
"0.79427654",
"0.76599485",
"0.7403539",
"0.73576635",
"0.73522145",
"0.72415394",
"0.7218439",
"0.7167121",
"0.7067042",
"0.70509934",
"0.70412713",
"0.6981765",
"0.69726527",
"0.6925382",
"0.6925382",
"0.68762726",
"0.6843925",
"0.6785746",
"0.67459846",
"0.6745074",
"0.659... | 0.0 | -1 |
uint32 size = 2; | @java.lang.Override
public int getSize() {
return size_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int fixedSize();",
"long getSize();",
"public abstract int getBitSize();",
"godot.wire.Wire.Vector2 getSize();",
"public static int size_counter() {\n return (32 / 8);\n }",
"int getSize ();",
"int getTribeSize();",
"com.google.protobuf.Int32Value getSize();",
"public static int sizeOf()\... | [
"0.68845004",
"0.64285177",
"0.6403865",
"0.6399972",
"0.6356698",
"0.63357437",
"0.6333697",
"0.63133764",
"0.6279272",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",... | 0.0 | -1 |
string filename = 3; | @java.lang.Override
public java.lang.String getFilename() {
java.lang.Object ref = filename_;
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();
filename_ = s;
return s;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getFilename();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"java.lang.String getFilename();",
"java.lang.String getFilename();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.... | [
"0.66982913",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.64821243",
"0.64821243",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.62387234",
"0.6234598",
"0.6189585",
"0.6189... | 0.0 | -1 |
string filename = 3; | @java.lang.Override
public com.google.protobuf.ByteString
getFilenameBytes() {
java.lang.Object ref = filename_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
filename_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getFilename();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"java.lang.String getFilename();",
"java.lang.String getFilename();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.... | [
"0.66982913",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.64821243",
"0.64821243",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.62387234",
"0.6234598",
"0.6189585",
"0.6189... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | @java.lang.Override
public java.util.List<entities.Torrent.ChunkInfo> getChunksList() {
return chunks_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | @java.lang.Override
public java.util.List<? extends entities.Torrent.ChunkInfoOrBuilder>
getChunksOrBuilderList() {
return chunks_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | @java.lang.Override
public int getChunksCount() {
return chunks_.size();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.6011079 | 35 |
repeated .ChunkInfo chunks = 4; | @java.lang.Override
public entities.Torrent.ChunkInfo getChunks(int index) {
return chunks_.get(index);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | @java.lang.Override
public entities.Torrent.ChunkInfoOrBuilder getChunksOrBuilder(
int index) {
return chunks_.get(index);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.0 | -1 |
MD5 of the file content bytes hash = 1; | @java.lang.Override
public com.google.protobuf.ByteString getHash() {
return hash_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private String getFileMd5Checksum(String filename){\n\t\ttry {\n\t\t\tbyte[] fileBytes = Files.readAllBytes(Paths.get(FILES_ROOT + filename));\n\t\t\tbyte[] fileHash = MessageDigest.getInstance(\"MD5\").digest(fileBytes);\n\n\t\t\treturn DatatypeConverter.printHexBinary(fileHash);\n\t\t} catch (IOException e) {\n\... | [
"0.7945153",
"0.7661768",
"0.74050814",
"0.7359544",
"0.735271",
"0.72430146",
"0.72205085",
"0.71678907",
"0.70686764",
"0.7053072",
"0.7042714",
"0.6983657",
"0.6973328",
"0.69245076",
"0.69245076",
"0.6878592",
"0.68433243",
"0.67876023",
"0.67461133",
"0.67443544",
"0.659... | 0.0 | -1 |
MD5 of the file content bytes hash = 1; | public Builder setHash(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
hash_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private String getFileMd5Checksum(String filename){\n\t\ttry {\n\t\t\tbyte[] fileBytes = Files.readAllBytes(Paths.get(FILES_ROOT + filename));\n\t\t\tbyte[] fileHash = MessageDigest.getInstance(\"MD5\").digest(fileBytes);\n\n\t\t\treturn DatatypeConverter.printHexBinary(fileHash);\n\t\t} catch (IOException e) {\n\... | [
"0.79427654",
"0.76599485",
"0.7403539",
"0.73576635",
"0.73522145",
"0.72415394",
"0.7218439",
"0.7167121",
"0.7067042",
"0.70509934",
"0.70412713",
"0.6981765",
"0.69726527",
"0.6925382",
"0.6925382",
"0.68762726",
"0.6843925",
"0.6785746",
"0.67459846",
"0.6745074",
"0.659... | 0.0 | -1 |
MD5 of the file content bytes hash = 1; | public Builder clearHash() {
hash_ = getDefaultInstance().getHash();
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private String getFileMd5Checksum(String filename){\n\t\ttry {\n\t\t\tbyte[] fileBytes = Files.readAllBytes(Paths.get(FILES_ROOT + filename));\n\t\t\tbyte[] fileHash = MessageDigest.getInstance(\"MD5\").digest(fileBytes);\n\n\t\t\treturn DatatypeConverter.printHexBinary(fileHash);\n\t\t} catch (IOException e) {\n\... | [
"0.7943719",
"0.766098",
"0.7404368",
"0.73568195",
"0.73523885",
"0.7242222",
"0.72180223",
"0.7167706",
"0.70678174",
"0.7050062",
"0.70412827",
"0.69807005",
"0.6973986",
"0.692696",
"0.692696",
"0.68756473",
"0.68442684",
"0.67851305",
"0.6746224",
"0.6745485",
"0.6595345... | 0.0 | -1 |
uint32 size = 2; | @java.lang.Override
public int getSize() {
return size_;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int fixedSize();",
"long getSize();",
"public abstract int getBitSize();",
"godot.wire.Wire.Vector2 getSize();",
"public static int size_counter() {\n return (32 / 8);\n }",
"int getSize ();",
"int getTribeSize();",
"com.google.protobuf.Int32Value getSize();",
"public static int sizeOf()\... | [
"0.68845004",
"0.64285177",
"0.6403865",
"0.6399972",
"0.6356698",
"0.63357437",
"0.6333697",
"0.63133764",
"0.6279272",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",... | 0.0 | -1 |
uint32 size = 2; | public Builder setSize(int value) {
size_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int fixedSize();",
"long getSize();",
"public abstract int getBitSize();",
"godot.wire.Wire.Vector2 getSize();",
"public static int size_counter() {\n return (32 / 8);\n }",
"int getSize ();",
"int getTribeSize();",
"com.google.protobuf.Int32Value getSize();",
"public static int sizeOf()\... | [
"0.68845004",
"0.64285177",
"0.6403865",
"0.6399972",
"0.6356698",
"0.63357437",
"0.6333697",
"0.63133764",
"0.6279272",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",... | 0.0 | -1 |
uint32 size = 2; | public Builder clearSize() {
size_ = 0;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int fixedSize();",
"long getSize();",
"public abstract int getBitSize();",
"godot.wire.Wire.Vector2 getSize();",
"public static int size_counter() {\n return (32 / 8);\n }",
"int getSize ();",
"int getTribeSize();",
"com.google.protobuf.Int32Value getSize();",
"public static int sizeOf()\... | [
"0.68845004",
"0.64285177",
"0.6403865",
"0.6399972",
"0.6356698",
"0.63357437",
"0.6333697",
"0.63133764",
"0.6279272",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",
"0.6277018",... | 0.0 | -1 |
string filename = 3; | public java.lang.String getFilename() {
java.lang.Object ref = filename_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
filename_ = s;
return s;
} else {
return (java.lang.String) ref;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getFilename();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"java.lang.String getFilename();",
"java.lang.String getFilename();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.... | [
"0.66982913",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.64821243",
"0.64821243",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.62387234",
"0.6234598",
"0.6189585",
"0.6189... | 0.0 | -1 |
string filename = 3; | public com.google.protobuf.ByteString
getFilenameBytes() {
java.lang.Object ref = filename_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
filename_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getFilename();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"java.lang.String getFilename();",
"java.lang.String getFilename();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.... | [
"0.66982913",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.64821243",
"0.64821243",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.62387234",
"0.6234598",
"0.6189585",
"0.6189... | 0.0 | -1 |
string filename = 3; | public Builder setFilename(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
filename_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getFilename();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"java.lang.String getFilename();",
"java.lang.String getFilename();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.... | [
"0.66982913",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.64821243",
"0.64821243",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.62387234",
"0.6234598",
"0.6189585",
"0.6189... | 0.0 | -1 |
string filename = 3; | public Builder clearFilename() {
filename_ = getDefaultInstance().getFilename();
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getFilename();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"java.lang.String getFilename();",
"java.lang.String getFilename();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.... | [
"0.66982913",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.64821243",
"0.64821243",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.62387234",
"0.6234598",
"0.6189585",
"0.6189... | 0.0 | -1 |
string filename = 3; | public Builder setFilenameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
filename_ = value;
onChanged();
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"String getFilename();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"String getFileName();",
"java.lang.String getFilename();",
"java.lang.String getFilename();",
"java.lang.String getFileName();",
"java.lang.String getFileName();",
"java.... | [
"0.66982913",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.66455555",
"0.64821243",
"0.64821243",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.6453617",
"0.62387234",
"0.6234598",
"0.6189585",
"0.6189... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | public java.util.List<entities.Torrent.ChunkInfo> getChunksList() {
if (chunksBuilder_ == null) {
return java.util.Collections.unmodifiableList(chunks_);
} else {
return chunksBuilder_.getMessageList();
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | public int getChunksCount() {
if (chunksBuilder_ == null) {
return chunks_.size();
} else {
return chunksBuilder_.getCount();
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | public entities.Torrent.ChunkInfo getChunks(int index) {
if (chunksBuilder_ == null) {
return chunks_.get(index);
} else {
return chunksBuilder_.getMessage(index);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.0 | -1 |
repeated .ChunkInfo chunks = 4; | public Builder setChunks(
int index, entities.Torrent.ChunkInfo value) {
if (chunksBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureChunksIsMutable();
chunks_.set(index, value);
onChanged();
} else {
chunksBuilder_.setMessage(index, value);
}
return this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getChunksCount();",
"int getChunksCount();",
"int getChunkSize();",
"int getNumOfChunks();",
"Builder spikesPerChunk(VariableAmount count);",
"List<DownloadChunk> mo54445j(int i);",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"long getChunkSize();",
"void mo54414... | [
"0.67930806",
"0.67930806",
"0.67899454",
"0.6654797",
"0.66464424",
"0.65671897",
"0.65612036",
"0.65612036",
"0.65612036",
"0.65612036",
"0.6432855",
"0.6389131",
"0.6388646",
"0.6388646",
"0.63311213",
"0.6313464",
"0.6313151",
"0.6250478",
"0.6222434",
"0.6212164",
"0.620... | 0.0 | -1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.