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 |
|---|---|---|---|---|---|---|
end of Before Method | @AfterSuite
public void quitDriver() {
driver.quit();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected abstract void before();",
"void before();",
"public void before() {\n }",
"public void before() {\n }",
"protected void runBeforeStep() {}",
"@Before\r\n\tpublic void before() {\r\n\t}",
"@Override\n public void beforeFirstLogic() {\n }",
"@Stub\n\tpublic void before()\n\t{\n\t\... | [
"0.8088492",
"0.79838204",
"0.76933515",
"0.76933515",
"0.7578068",
"0.74829984",
"0.74533236",
"0.74388885",
"0.7245797",
"0.7241847",
"0.7241847",
"0.70548725",
"0.70533776",
"0.7016919",
"0.7016919",
"0.70123047",
"0.69923943",
"0.6933776",
"0.6907281",
"0.68941236",
"0.68... | 0.0 | -1 |
end of test priority 1 | @Test(dependsOnMethods="searchIngoogle")
public void captureTheResult() throws InterruptedException {
driver.navigate().to(getURL);
Thread.sleep(2000);
String searchResult = Reusable_Library2.captureText(driver, "//*[@id='result-stats']", "Search Results");
//split
... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"@Test\n public void priorityTest() {\n // TODO: test priority\n }",
"@Test(priority=3)\n\tpublic void t1() {\n\t\tReporter.log(\"Running t1 Method\", true);\n\t}",
"@Test(priority=4) \r\n public void method1()\r\n {\r\n\t System.out.println(\"I am in method 1\");\r\n\t \r\n }",
"@Override\r... | [
"0.6992806",
"0.6730504",
"0.66854495",
"0.64830935",
"0.6448804",
"0.64445466",
"0.6395495",
"0.6375439",
"0.636854",
"0.63286006",
"0.6262114",
"0.6261201",
"0.62332064",
"0.62328786",
"0.62286067",
"0.61888623",
"0.61648214",
"0.6141592",
"0.61216706",
"0.6102548",
"0.6092... | 0.0 | -1 |
/Write a method to convert from degrees to radians. Write a method to convert from radians to degrees. You are given a number n and n queries for conversion. Each conversion query will consist of a number + space + measure. Measures are "deg" and "rad". Convert all radians to degrees and all degrees to radians. Print t... | public static void main(String[] args) {
Locale.setDefault(Locale.US);
Scanner input = new Scanner(System.in);
int count=input.nextInt();
input.nextLine();
for (int i = 0; i < count; i++) {
double num=input.nextDouble();
String op=input.ne... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private static double degToRad(float deg)\r\n/* 25: */ {\r\n/* 26:32 */ return deg * 3.141592653589793D / 180.0D;\r\n/* 27: */ }",
"@Test\n\tvoid toRadiansConversionTestWithDegreeInput() throws CustomException {\n\t\tdouble input = 180;\n\t\tdouble actual = 3.141592653589793;\n\t\tdouble result = Tri... | [
"0.6278927",
"0.6193188",
"0.6099077",
"0.6065252",
"0.60403097",
"0.6006806",
"0.5989746",
"0.5984784",
"0.59697026",
"0.59697026",
"0.59656996",
"0.59617853",
"0.59302753",
"0.59263945",
"0.59263945",
"0.59263945",
"0.58859074",
"0.58859074",
"0.5857445",
"0.5835958",
"0.58... | 0.0 | -1 |
TODO Autogenerated method stub | @Override
//@Transactional这个注解表示此方法运用事务
//SUPPORTS:支持当前事务,如果当前没有事务,就以非事务方式执行。
@Transactional(propagation = Propagation.SUPPORTS)
public List<OrderHeader> batchUpdate(IRequest requestContext, List<OrderHeader> headers) {
for (OrderHeader header : headers) {
if (header!= null) {
S... | {
"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 |
Gets the "TrafficControl" element | org.landxml.schema.landXML11.TrafficControlDocument.TrafficControl getTrafficControl(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"org.landxml.schema.landXML11.TrafficControlType xgetControlType();",
"org.landxml.schema.landXML11.TrafficControlType.Enum getControlType();",
"org.landxml.schema.landXML11.TrafficControlPosition xgetControlPosition();",
"public org.landxml.schema.landXML11.TrafficControlDocument.TrafficControl addNewTraffic... | [
"0.7130002",
"0.6730046",
"0.6518572",
"0.6352506",
"0.6306119",
"0.62931174",
"0.6270048",
"0.6270048",
"0.61675286",
"0.6091648",
"0.5967953",
"0.5953476",
"0.5942533",
"0.5772555",
"0.57679",
"0.5709072",
"0.56817496",
"0.5576301",
"0.55138713",
"0.5485899",
"0.5425705",
... | 0.82192343 | 0 |
Sets the "TrafficControl" element | void setTrafficControl(org.landxml.schema.landXML11.TrafficControlDocument.TrafficControl trafficControl); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void setControlType(org.landxml.schema.landXML11.TrafficControlType.Enum controlType);",
"void xsetControlType(org.landxml.schema.landXML11.TrafficControlType controlType);",
"void setControlPosition(org.landxml.schema.landXML11.TrafficControlPosition.Enum controlPosition);",
"void xsetControlPosition(org.la... | [
"0.73623896",
"0.72316974",
"0.6997732",
"0.69695306",
"0.6672577",
"0.6672577",
"0.659941",
"0.6422167",
"0.62843025",
"0.6065092",
"0.6049651",
"0.5984126",
"0.58139867",
"0.57840514",
"0.5752835",
"0.5738729",
"0.5660101",
"0.5538519",
"0.5475612",
"0.5471642",
"0.54432464... | 0.8179234 | 0 |
Appends and returns a new empty "TrafficControl" element | org.landxml.schema.landXML11.TrafficControlDocument.TrafficControl addNewTrafficControl(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public org.landxml.schema.landXML11.TrafficControlDocument.TrafficControl addNewTrafficControl()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.landxml.schema.landXML11.TrafficControlDocument.TrafficControl target = null;\r\n ... | [
"0.72119415",
"0.5940448",
"0.5864771",
"0.5735787",
"0.5662564",
"0.56413454",
"0.5446943",
"0.52750236",
"0.5232815",
"0.52066886",
"0.5054267",
"0.5034545",
"0.50101495",
"0.49265012",
"0.48510885",
"0.47602138",
"0.47313938",
"0.4701996",
"0.46862537",
"0.4667485",
"0.465... | 0.7594828 | 0 |
Gets a List of "Feature" elements | java.util.List<org.landxml.schema.landXML11.FeatureDocument.Feature> getFeatureList(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"List<Feature> getFeatures();",
"List<IFeature> getFeatureList();",
"java.util.List<iet.distributed.telemetry.Feature> \n getFeatureList();",
"java.util.List<java.lang.String> getFeaturesList();",
"List<String> getFeatures();",
"public java.util.List<org.landxml.schema.landXML11.FeatureDocument.Featu... | [
"0.8773742",
"0.8419684",
"0.8260446",
"0.80482674",
"0.80223644",
"0.79324466",
"0.7794034",
"0.778159",
"0.778159",
"0.77691215",
"0.7689697",
"0.76682246",
"0.76682246",
"0.76032937",
"0.7504648",
"0.7437057",
"0.7437057",
"0.74345946",
"0.73984194",
"0.73776525",
"0.73394... | 0.86848277 | 2 |
Gets array of all "Feature" elements | org.landxml.schema.landXML11.FeatureDocument.Feature[] getFeatureArray(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public org.landxml.schema.landXML11.FeatureDocument.Feature[] getFeatureArray()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n java.util.List targetList = new java.util.ArrayList();\r\n get_store().find_all_element_users(... | [
"0.8268561",
"0.82670134",
"0.82670134",
"0.8055511",
"0.79728377",
"0.79728377",
"0.78956044",
"0.78956044",
"0.7713429",
"0.76701015",
"0.7618657",
"0.7555063",
"0.7346499",
"0.73286754",
"0.7278872",
"0.7249029",
"0.7234206",
"0.7218973",
"0.7169345",
"0.7168903",
"0.71450... | 0.8331222 | 1 |
Gets ith "Feature" element | org.landxml.schema.landXML11.FeatureDocument.Feature getFeatureArray(int i); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public Integer getFeature() {\n return feature;\n }",
"iet.distributed.telemetry.Feature getFeature(int index);",
"public FeatureElements getFeatureAccess() {\n\t\treturn pFeature;\n\t}",
"public ComponentFeature getFeature(int index) {\r\n\t\tif (index >= features.length)\r\n\t\t\treturn null;\r\n... | [
"0.73654866",
"0.7245774",
"0.7196299",
"0.7083809",
"0.70292205",
"0.6987689",
"0.6970695",
"0.69087356",
"0.6907502",
"0.6907502",
"0.6887405",
"0.6845539",
"0.6809979",
"0.6805172",
"0.6784114",
"0.6784114",
"0.67792743",
"0.6771839",
"0.67177945",
"0.6716564",
"0.6673536"... | 0.7101987 | 4 |
Returns number of "Feature" element | int sizeOfFeatureArray(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getFeatureCount();",
"public int getFeatureCount() {\n\r\n\t\treturn _features.length;\r\n\t}",
"int getFeaturesCount();",
"public int getFeaturesCount();",
"public int numberOfFeatures(){\n\t\treturn indexByFeature.keySet().size();\n\t}",
"public int size(Feature f){\n\t\treturn featureIndex(f).siz... | [
"0.8455797",
"0.82311",
"0.8189297",
"0.8175046",
"0.79531467",
"0.7900231",
"0.77681404",
"0.77681404",
"0.77415675",
"0.77278954",
"0.77278954",
"0.75117",
"0.7459172",
"0.73487455",
"0.7178075",
"0.7158966",
"0.7154373",
"0.7112217",
"0.71096694",
"0.70961475",
"0.6969181"... | 0.75709176 | 12 |
Sets array of all "Feature" element | void setFeatureArray(org.landxml.schema.landXML11.FeatureDocument.Feature[] featureArray); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void setFeatureArray(int i, org.landxml.schema.landXML11.FeatureDocument.Feature feature);",
"void setFeatureArray(int i, org.landxml.schema.landXML11.FeatureDocument.Feature feature);",
"public void setFeatureArray(org.landxml.schema.landXML11.FeatureDocument.Feature[] featureArray)\r\n {\r\n ... | [
"0.80588627",
"0.80588627",
"0.71688396",
"0.71688396",
"0.7144149",
"0.7121031",
"0.71121496",
"0.71121496",
"0.69640315",
"0.67518634",
"0.67465526",
"0.66042405",
"0.66042405",
"0.660271",
"0.6601007",
"0.658869",
"0.6521212",
"0.6343569",
"0.6322774",
"0.6322774",
"0.6318... | 0.7949801 | 3 |
Sets ith "Feature" element | void setFeatureArray(int i, org.landxml.schema.landXML11.FeatureDocument.Feature feature); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void setFeature(int index, Feature feature);",
"void setFeatures(Features f) throws Exception;",
"public void setFeatureArray(int i, org.landxml.schema.landXML11.FeatureDocument.Feature feature)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n ... | [
"0.81057084",
"0.73668224",
"0.69845116",
"0.69845116",
"0.69805217",
"0.6979606",
"0.69000524",
"0.6785458",
"0.66490173",
"0.6556751",
"0.6556751",
"0.65112054",
"0.65112054",
"0.6473489",
"0.6460772",
"0.6423529",
"0.6421798",
"0.64173895",
"0.63779587",
"0.6362048",
"0.62... | 0.7382774 | 2 |
Inserts and returns a new empty value (as xml) as the ith "Feature" element | org.landxml.schema.landXML11.FeatureDocument.Feature insertNewFeature(int i); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"org.landxml.schema.landXML11.FeatureDocument.Feature addNewFeature();",
"org.landxml.schema.landXML11.FeatureDocument.Feature addNewFeature();",
"org.landxml.schema.landXML11.PlanFeatureDocument.PlanFeature insertNewPlanFeature(int i);",
"public org.landxml.schema.landXML11.FeatureDocument.Feature insertNewF... | [
"0.65355325",
"0.65355325",
"0.6184197",
"0.61094517",
"0.61094517",
"0.6108916",
"0.59525836",
"0.5905022",
"0.5905022",
"0.5871856",
"0.58447427",
"0.5661006",
"0.56224614",
"0.550559",
"0.5501026",
"0.5380016",
"0.532821",
"0.52842957",
"0.5273521",
"0.5260906",
"0.5247082... | 0.71010745 | 1 |
Appends and returns a new empty value (as xml) as the last "Feature" element | org.landxml.schema.landXML11.FeatureDocument.Feature addNewFeature(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"org.landxml.schema.landXML11.FeatureDocument.Feature insertNewFeature(int i);",
"org.landxml.schema.landXML11.FeatureDocument.Feature insertNewFeature(int i);",
"public org.landxml.schema.landXML11.FeatureDocument.Feature addNewFeature()\r\n {\r\n synchronized (monitor())\r\n {\r\n... | [
"0.5928968",
"0.5928968",
"0.58948916",
"0.58948916",
"0.5881476",
"0.5856327",
"0.57552284",
"0.56087846",
"0.55609834",
"0.5544772",
"0.5342502",
"0.53145003",
"0.5262389",
"0.52376676",
"0.5181151",
"0.5181151",
"0.5159556",
"0.5121166",
"0.50993866",
"0.5097389",
"0.50955... | 0.6081155 | 1 |
Removes the ith "Feature" element | void removeFeature(int i); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"Feature removeFeature(int index);",
"public void removeFeature(Feature feature) {\n rows.removeElement(feature);\n }",
"public void removeFeature(int i)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n get_store().remove_e... | [
"0.7983761",
"0.7642704",
"0.75618553",
"0.75618553",
"0.7515041",
"0.7320212",
"0.71069795",
"0.70447224",
"0.689986",
"0.6799276",
"0.67934424",
"0.6710031",
"0.66962737",
"0.6630069",
"0.6606125",
"0.6529459",
"0.6466736",
"0.64242876",
"0.6293582",
"0.62894607",
"0.628492... | 0.8124915 | 1 |
Gets the "station" attribute | double getStation(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getStation() {\n return stationName;\n }",
"public String get_station_name () {\n if (!this.on) {\n return null;\n }\n\n return this.stationName;\n }",
"public String getFromStation();",
"public String getStationld() {\n return stationld;\n ... | [
"0.7952298",
"0.7694531",
"0.7554454",
"0.752113",
"0.7417537",
"0.7347013",
"0.72979593",
"0.7110674",
"0.7107731",
"0.705886",
"0.70431036",
"0.7032776",
"0.69525766",
"0.694087",
"0.6910657",
"0.687651",
"0.6857671",
"0.6824484",
"0.68179816",
"0.66871846",
"0.6598677",
... | 0.72596365 | 7 |
Gets (as xml) the "station" attribute | org.landxml.schema.landXML11.Station xgetStation(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getStation() {\n return stationName;\n }",
"public String get_station_name () {\n if (!this.on) {\n return null;\n }\n\n return this.stationName;\n }",
"public String getFromStation();",
"public String getStationld() {\n return stationld;\n ... | [
"0.71047145",
"0.6960947",
"0.6794653",
"0.67840564",
"0.6749465",
"0.6641028",
"0.6416055",
"0.63654613",
"0.6331055",
"0.62984467",
"0.62778807",
"0.6235459",
"0.61721176",
"0.61652815",
"0.6164458",
"0.613745",
"0.61268175",
"0.61067146",
"0.6085111",
"0.6078749",
"0.60147... | 0.769996 | 0 |
True if has "station" attribute | boolean isSetStation(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private boolean isAtStation(){\n\n if (this.selectedTrain.getGPS().getCurrBlock().getStationName() != null){return true; }\n else { return false; }\n }",
"public boolean hasStation(String station) {\n if(this.station.equals(station)) {\n return true;\n } else {\n ... | [
"0.7740368",
"0.75422364",
"0.71579456",
"0.69446886",
"0.6816942",
"0.6391264",
"0.6387357",
"0.63631594",
"0.634895",
"0.6268695",
"0.6247551",
"0.62365025",
"0.62272114",
"0.62272114",
"0.61842716",
"0.6166986",
"0.6120836",
"0.60771155",
"0.607368",
"0.607368",
"0.6070316... | 0.80915385 | 0 |
Sets the "station" attribute | void setStation(double station); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void setStation(String station) {\n \tthis.station = station;\n }",
"void xsetStation(org.landxml.schema.landXML11.Station station);",
"public void setFromStation(String fromStation);",
"void setStation(String stationType, double band);",
"public void setStationIdx(int idx) {\n stationI... | [
"0.82427746",
"0.7759571",
"0.7651877",
"0.7382851",
"0.7280644",
"0.7278273",
"0.70748395",
"0.7059499",
"0.70103854",
"0.6846989",
"0.6710939",
"0.6710939",
"0.66543514",
"0.6631525",
"0.6578177",
"0.64825195",
"0.6434709",
"0.64252424",
"0.6381716",
"0.6377738",
"0.6334361... | 0.79424316 | 1 |
Sets (as xml) the "station" attribute | void xsetStation(org.landxml.schema.landXML11.Station station); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void setStation(String station) {\n \tthis.station = station;\n }",
"public void setFromStation(String fromStation);",
"void setStation(double station);",
"public void setToStation(String toStation);",
"void setStation(String stationType, double band);",
"public void setFromStationName(Strin... | [
"0.7550983",
"0.7264476",
"0.717533",
"0.6943594",
"0.68648535",
"0.6636123",
"0.655534",
"0.6532279",
"0.6514265",
"0.64780277",
"0.6310617",
"0.62594146",
"0.62410885",
"0.62410885",
"0.6179623",
"0.6177691",
"0.61738163",
"0.613203",
"0.60318506",
"0.60204375",
"0.60034513... | 0.820562 | 0 |
Unsets the "station" attribute | void unsetStation(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void unsaveCurrentStation();",
"public void unsetStationDescription()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n get_store().remove_attribute(STATIONDESCRIPTION$20);\r\n }\r\n }",
"public void remove(Station st... | [
"0.7369266",
"0.70762515",
"0.6336499",
"0.6201975",
"0.6145265",
"0.6124161",
"0.61017174",
"0.6056837",
"0.6030822",
"0.59730995",
"0.59394854",
"0.5896029",
"0.58945316",
"0.58945316",
"0.5869679",
"0.5863804",
"0.5825555",
"0.5803646",
"0.5774561",
"0.57659703",
"0.575294... | 0.8378096 | 0 |
Gets the "signalPeriod" attribute | double getSignalPeriod(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"org.apache.xmlbeans.XmlDouble xgetSignalPeriod();",
"public int getPeriod()\r\n\t{\r\n\t\treturn period;\r\n\t}",
"public int getPeriod() {\n return period;\n }",
"public double getPeriod() {\n return period;\n }",
"public String getPeriod() {\n return period;\n }",
"public ... | [
"0.81279397",
"0.7427438",
"0.7396468",
"0.73930883",
"0.72743064",
"0.7213091",
"0.7188411",
"0.7184781",
"0.7098652",
"0.7060738",
"0.7031588",
"0.70292753",
"0.7006272",
"0.70020336",
"0.6935024",
"0.6909783",
"0.68588626",
"0.67824566",
"0.67824566",
"0.67062855",
"0.6704... | 0.8845842 | 0 |
Gets (as xml) the "signalPeriod" attribute | org.apache.xmlbeans.XmlDouble xgetSignalPeriod(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"double getSignalPeriod();",
"public String getPeriod() {\n return period;\n }",
"public int getPeriod()\r\n\t{\r\n\t\treturn period;\r\n\t}",
"public String getPeriod() {\n return this.period;\n }",
"public int getPeriod() {\n return period;\n }",
"public double getPeriod() ... | [
"0.80286586",
"0.6707825",
"0.66900146",
"0.6632724",
"0.6631127",
"0.6559409",
"0.6481861",
"0.6422867",
"0.64225215",
"0.63832533",
"0.6367224",
"0.63361645",
"0.6314858",
"0.6292091",
"0.6259636",
"0.6198447",
"0.6186876",
"0.61822015",
"0.6164478",
"0.6035547",
"0.6028589... | 0.8223315 | 0 |
True if has "signalPeriod" attribute | boolean isSetSignalPeriod(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public boolean isPeriodic() {\n return period != 0;\n }",
"boolean hasSignal();",
"boolean isSetValuePeriod();",
"public boolean isSetPeriod()\n {\n synchronized (monitor())\n {\n check_orphaned();\n return get_store().count_elements(PERIOD$2) != 0;\n ... | [
"0.74436665",
"0.7331806",
"0.73059356",
"0.7160074",
"0.7140812",
"0.7045174",
"0.7007983",
"0.7001783",
"0.65960574",
"0.65666777",
"0.6540112",
"0.65398175",
"0.6490818",
"0.64750195",
"0.6437389",
"0.64213604",
"0.6404307",
"0.63357955",
"0.62549406",
"0.6251832",
"0.6184... | 0.878138 | 0 |
Sets the "signalPeriod" attribute | void setSignalPeriod(double signalPeriod); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void xsetSignalPeriod(org.apache.xmlbeans.XmlDouble signalPeriod);",
"public void setSignal(double signal) {_signal = signal;}",
"double getSignalPeriod();",
"void unsetSignalPeriod();",
"public void setPeriod(double value) {\n this.period = value;\n }",
"void setValuePeriod(org.hl7.fhir.Period... | [
"0.7952729",
"0.712624",
"0.7032992",
"0.6832462",
"0.6662278",
"0.6567903",
"0.6560474",
"0.65451837",
"0.65094256",
"0.6505599",
"0.65025145",
"0.63939106",
"0.6349574",
"0.6272647",
"0.613408",
"0.613408",
"0.60925525",
"0.6074685",
"0.6060773",
"0.60552996",
"0.60552996",... | 0.9110974 | 0 |
Sets (as xml) the "signalPeriod" attribute | void xsetSignalPeriod(org.apache.xmlbeans.XmlDouble signalPeriod); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void setSignalPeriod(double signalPeriod);",
"double getSignalPeriod();",
"public void setSignal(double signal) {_signal = signal;}",
"org.apache.xmlbeans.XmlDouble xgetSignalPeriod();",
"void unsetSignalPeriod();",
"void setValuePeriod(org.hl7.fhir.Period valuePeriod);",
"public void setPeriod(double ... | [
"0.86506456",
"0.6948321",
"0.6667789",
"0.6643316",
"0.64894366",
"0.6486793",
"0.6485478",
"0.63956267",
"0.63153404",
"0.6270103",
"0.6251882",
"0.6167836",
"0.60410243",
"0.60280645",
"0.5973469",
"0.5945853",
"0.58975726",
"0.58975726",
"0.5875661",
"0.5858548",
"0.58519... | 0.819988 | 1 |
Unsets the "signalPeriod" attribute | void unsetSignalPeriod(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void unsetValuePeriod();",
"void setSignalPeriod(double signalPeriod);",
"public void unsetPeriod()\n {\n synchronized (monitor())\n {\n check_orphaned();\n get_store().remove_element(PERIOD$2, 0);\n }\n }",
"void xsetSignalPeriod(org.apache.xmlbeans.XmlDouble... | [
"0.7906733",
"0.7395579",
"0.7320015",
"0.6910281",
"0.6897734",
"0.6512772",
"0.64643854",
"0.63166595",
"0.62934047",
"0.62497866",
"0.6105614",
"0.6105614",
"0.6105614",
"0.6085441",
"0.6009187",
"0.58369255",
"0.5751157",
"0.57442486",
"0.5734794",
"0.5679361",
"0.5678575... | 0.88957924 | 0 |
Gets the "controlPosition" attribute | org.landxml.schema.landXML11.TrafficControlPosition.Enum getControlPosition(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public final ControlPosition getPosition() {\n return impl.getPosition();\n }",
"org.landxml.schema.landXML11.TrafficControlPosition xgetControlPosition();",
"@JsOverlay\n\tpublic final String getPosition() {\n\t\treturn this.position;\n\t}",
"boolean isSetControlPosition();",
"@Override\n\tpublic D3in... | [
"0.749115",
"0.7119866",
"0.69853336",
"0.6577207",
"0.6501621",
"0.6464566",
"0.6411136",
"0.63911444",
"0.6365089",
"0.63524055",
"0.6322769",
"0.6308909",
"0.6273803",
"0.6256502",
"0.6247742",
"0.6238205",
"0.6228013",
"0.61985207",
"0.61941594",
"0.6187546",
"0.6184051",... | 0.6939243 | 3 |
Gets (as xml) the "controlPosition" attribute | org.landxml.schema.landXML11.TrafficControlPosition xgetControlPosition(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"org.landxml.schema.landXML11.TrafficControlPosition.Enum getControlPosition();",
"public final ControlPosition getPosition() {\n return impl.getPosition();\n }",
"@JsOverlay\n\tpublic final String getPosition() {\n\t\treturn this.position;\n\t}",
"@XmlElement(name = \"xposition\") //TODO: Bonnie added th... | [
"0.7088857",
"0.67137307",
"0.66436815",
"0.6344583",
"0.6250162",
"0.6224025",
"0.6132923",
"0.6117019",
"0.60921276",
"0.6081524",
"0.604712",
"0.5996497",
"0.59914565",
"0.5973339",
"0.595441",
"0.5953392",
"0.59499776",
"0.59416926",
"0.59416926",
"0.59416926",
"0.5941692... | 0.7378835 | 0 |
True if has "controlPosition" attribute | boolean isSetControlPosition(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public boolean isSetPos() {\n return this.pos != null;\n }",
"public boolean isSetPos() {\n return this.pos != null;\n }",
"public boolean hasPosition() {\n return fieldSetFlags()[7];\n }",
"boolean hasPosition();",
"boolean hasPosition();",
"boolean hasPosition();",
"boolean hasPositio... | [
"0.7175118",
"0.7175118",
"0.7173384",
"0.6918224",
"0.6918224",
"0.6918224",
"0.6918224",
"0.6753249",
"0.6752585",
"0.6742937",
"0.67365324",
"0.6735415",
"0.6735415",
"0.67190206",
"0.66611964",
"0.66611964",
"0.66507673",
"0.6627912",
"0.662444",
"0.66126376",
"0.66124785... | 0.88725793 | 0 |
Sets the "controlPosition" attribute | void setControlPosition(org.landxml.schema.landXML11.TrafficControlPosition.Enum controlPosition); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void xsetControlPosition(org.landxml.schema.landXML11.TrafficControlPosition controlPosition);",
"@Override\npublic void setControlXControlY(int newControlXValue, int newControlYValue) {\n\tsetControlX(newControlXValue);\n\tsetControlY(newControlYValue);\n\t\n}",
"public final void setControls(ControlPosition ... | [
"0.7113529",
"0.6781173",
"0.66223484",
"0.6347161",
"0.63276553",
"0.63276553",
"0.6298403",
"0.62895846",
"0.6191613",
"0.61850756",
"0.61228436",
"0.61228436",
"0.6107817",
"0.6074384",
"0.6072322",
"0.6063389",
"0.60301876",
"0.60036874",
"0.59472895",
"0.5931693",
"0.592... | 0.72682357 | 0 |
Sets (as xml) the "controlPosition" attribute | void xsetControlPosition(org.landxml.schema.landXML11.TrafficControlPosition controlPosition); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void setControlPosition(org.landxml.schema.landXML11.TrafficControlPosition.Enum controlPosition);",
"@Override\npublic void setControlXControlY(int newControlXValue, int newControlYValue) {\n\tsetControlX(newControlXValue);\n\tsetControlY(newControlYValue);\n\t\n}",
"public void setPos(int pos);",
"public v... | [
"0.7518791",
"0.6862644",
"0.6414762",
"0.6414762",
"0.63311577",
"0.63086313",
"0.6269905",
"0.6199976",
"0.6195112",
"0.61892444",
"0.6173889",
"0.6117504",
"0.6117504",
"0.61118007",
"0.6102487",
"0.60553247",
"0.6052731",
"0.60190254",
"0.60127103",
"0.6011755",
"0.594864... | 0.757701 | 0 |
Unsets the "controlPosition" attribute | void unsetControlPosition(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void resetPosition()\n {\n resetPosition(false);\n }",
"void unsetControlType();",
"void unsetBeginPosition();",
"void unsetAnchorOffset();",
"public void resetHorizontalPanelPosition() {\n setHorizontalPanelTranslation(0.0f);\n }",
"void positionCleared();",
"void reset()... | [
"0.6972143",
"0.69592226",
"0.6675364",
"0.65680605",
"0.64053327",
"0.63267666",
"0.6308531",
"0.62881196",
"0.6286965",
"0.6270659",
"0.62499094",
"0.62198675",
"0.6137128",
"0.6133139",
"0.61317575",
"0.6072614",
"0.6064631",
"0.60579145",
"0.60542244",
"0.601221",
"0.6008... | 0.91151196 | 0 |
Gets the "controlType" attribute | org.landxml.schema.landXML11.TrafficControlType.Enum getControlType(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"Control getControl(String controlType);",
"boolean isSetControlType();",
"public int getReqType()\r\n {\r\n return safeConvertInt(getAttribute(\"type\"));\r\n }",
"org.landxml.schema.landXML11.TrafficControlType xgetControlType();",
"public String getcType() {\n return cType;\n }",
... | [
"0.7206687",
"0.6549649",
"0.63327974",
"0.6325051",
"0.6290709",
"0.6151159",
"0.60990053",
"0.60957336",
"0.60899335",
"0.6070567",
"0.606146",
"0.6054704",
"0.6053452",
"0.60497695",
"0.602704",
"0.6026117",
"0.6026117",
"0.6026117",
"0.6026117",
"0.6026117",
"0.6025898",
... | 0.68222237 | 1 |
Gets (as xml) the "controlType" attribute | org.landxml.schema.landXML11.TrafficControlType xgetControlType(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"org.landxml.schema.landXML11.TrafficControlType.Enum getControlType();",
"Control getControl(String controlType);",
"public int getReqType()\r\n {\r\n return safeConvertInt(getAttribute(\"type\"));\r\n }",
"public String getType () { return getAttributeOrDefault(ATTNAMECOMMONPREFIX + ATTNAMESUFF... | [
"0.7015384",
"0.6740713",
"0.6272551",
"0.6180262",
"0.6089521",
"0.6085066",
"0.60470974",
"0.6023964",
"0.6011436",
"0.5999356",
"0.5997712",
"0.59960693",
"0.5991649",
"0.59871453",
"0.59832495",
"0.5982885",
"0.5977353",
"0.59710807",
"0.59633595",
"0.5962597",
"0.5962597... | 0.67362684 | 2 |
True if has "controlType" attribute | boolean isSetControlType(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public boolean isSetControls() {\n return this.Controls != null;\n }",
"public boolean hasControlNumber() {\n return fieldSetFlags()[4];\n }",
"public boolean isSetType() {\n return this.type != null;\n }",
"public boolean isSetType() {\n return this.type != null;\n }",
"public boolean ... | [
"0.64627695",
"0.6287893",
"0.61961126",
"0.61961126",
"0.61961126",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",
"0.61686724",... | 0.8583862 | 0 |
Sets the "controlType" attribute | void setControlType(org.landxml.schema.landXML11.TrafficControlType.Enum controlType); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void xsetControlType(org.landxml.schema.landXML11.TrafficControlType controlType);",
"void unsetControlType();",
"boolean isSetControlType();",
"public final native void setType(String type) /*-{\n this.setType(type);\n }-*/;",
"public void setType(String type);",
"public void setType(String type);",... | [
"0.65632653",
"0.62259376",
"0.6158585",
"0.6047671",
"0.6006688",
"0.6006688",
"0.6006688",
"0.59409523",
"0.5920074",
"0.5906241",
"0.5885905",
"0.578431",
"0.57799137",
"0.57638747",
"0.57145",
"0.57075924",
"0.568068",
"0.5670361",
"0.5670361",
"0.5667633",
"0.5650961",
... | 0.68080604 | 0 |
Sets (as xml) the "controlType" attribute | void xsetControlType(org.landxml.schema.landXML11.TrafficControlType controlType); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void setControlType(org.landxml.schema.landXML11.TrafficControlType.Enum controlType);",
"public void setType (String type) { n.setAttribute(ATTNAMECOMMONPREFIX + ATTNAMESUFFIX_TYPE , type); }",
"public void setType(String type);",
"public void setType(String type);",
"public void setType(String type);",
... | [
"0.7145411",
"0.63913935",
"0.6219024",
"0.6219024",
"0.6219024",
"0.6199407",
"0.61132795",
"0.6096444",
"0.608307",
"0.60583913",
"0.5985018",
"0.5984728",
"0.5984547",
"0.59627134",
"0.5957281",
"0.5951621",
"0.58816755",
"0.5873473",
"0.5851673",
"0.5833518",
"0.58214307"... | 0.71321446 | 1 |
Unsets the "controlType" attribute | void unsetControlType(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void unsetType();",
"void unsetControlPosition();",
"public void resetForm() {\n selectedTipo = null;\n }",
"protected void typesReset() {\n\t valueList.setListData(nullValues);\n\t valueField.setEnabled(false);\n\t valueList.setEnabled(false);\t \t \n }",
"public void resetTipo... | [
"0.665575",
"0.640985",
"0.6291456",
"0.62638116",
"0.611541",
"0.6035882",
"0.59788436",
"0.59647256",
"0.59647256",
"0.59647256",
"0.5956782",
"0.59542394",
"0.59319174",
"0.5925369",
"0.58913296",
"0.5860942",
"0.58524674",
"0.5826418",
"0.5807009",
"0.5807009",
"0.5807009... | 0.887257 | 0 |
Allocates a name for for a new temporary table having the specified schema. | public TempTable(Schema sch, Transaction tx) {
String tblname = nextTableName();
ti = new TableInfo(tblname, sch);
this.tx = tx;
FileHeaderFormatter fhf = new FileHeaderFormatter();
Buffer buff = tx.bufferMgr().pinNew(ti.fileName(), fhf);
tx.bufferMgr().unpin(buff);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private String generateSqlServerTemporaryTableName() {\n return \"temp\" + temporaryTableCounter.getAndIncrement();\n }",
"String getTempTableName(String name);",
"public String getCreateTemporaryTableString() {\n \t\treturn \"create table\";\n \t}",
"private void createTemporaryTable(Session sessi... | [
"0.7126995",
"0.6553606",
"0.6187478",
"0.6158081",
"0.61549675",
"0.61234915",
"0.5860203",
"0.57999647",
"0.5765377",
"0.5712795",
"0.5699941",
"0.5664847",
"0.55797863",
"0.5500894",
"0.5497527",
"0.54714864",
"0.54087603",
"0.5407769",
"0.54056555",
"0.53986937",
"0.53940... | 0.5599751 | 12 |
Opens a table scan for the temporary table. | public UpdateScan open() {
return new TableScan(ti, tx);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private TempTable createTempTable() throws Exception{\n\t\treturn new TempTableFile();\n\t}",
"public void createTempTable() throws Exception {\n Db db = getDb();\n try {\n db.enter();\n _logger.info(\"Creating temporary table t_http_log_data\");\n PreparedStatement... | [
"0.6037978",
"0.5811719",
"0.5653793",
"0.5515021",
"0.539781",
"0.50909",
"0.50905806",
"0.50043",
"0.49819207",
"0.4935032",
"0.4929144",
"0.4925313",
"0.4919402",
"0.4881061",
"0.48371276",
"0.47733173",
"0.47723868",
"0.47643933",
"0.47623473",
"0.47619686",
"0.47574642",... | 0.6478182 | 0 |
Return the table's metadata. | public TableInfo getTableInfo() {
return ti;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public ShowTableMetadataResponse showTableMetadata(ShowTableMetadataRequest request) throws GPUdbException {\n ShowTableMetadataResponse actualResponse_ = new ShowTableMetadataResponse();\n submitRequest(\"/show/table/metadata\", request, actualResponse_, false);\n return actualResponse_;\n ... | [
"0.73042655",
"0.72903776",
"0.71699417",
"0.7164119",
"0.71494687",
"0.71320194",
"0.6936285",
"0.6883361",
"0.6880913",
"0.6844418",
"0.6787449",
"0.6784124",
"0.6784124",
"0.6751599",
"0.67508537",
"0.67503965",
"0.6742017",
"0.6716582",
"0.67142886",
"0.66827357",
"0.6645... | 0.6881243 | 8 |
TODO Autogenerated method stub | @Transactional
public void addRegistration(Registration reg) {
entityManager.persist(reg);
} | {
"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 | @Transactional
public Registration findRegistration(String email) {
return entityManager.find(Registration.class, email);
} | {
"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 | @Transactional
public List<Registration> findRegistrations() {
List<Registration> regList;
regList = new ArrayList<Registration>();
String queryString = "from Registrations";
Query query=entityManager.createQuery(queryString);
return null;
} | {
"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 | @Transactional
public void modifyRegistration(Registration reg) {
entityManager.merge(reg);
} | {
"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.66713095",
"0.6567948",
"0.652319",
"0.648097",
"0.64770466",
"0.64586824",
"0.64132667",
"0.6376419",
"0.62759",
"0.62545097",
"0.62371093",
"0.62237984",
"0.6201738",
"0.619477",
"0.619477",
"0.61924416",
"0.61872935",
"0.6173417",
"0.613289",
"0.6127952",
"0.6080854",
... | 0.0 | -1 |
TODO Autogenerated method stub | @Transactional
public void removeRegistration(String email) {
Registration regTemp= entityManager.find(Registration.class, email);
entityManager.remove(regTemp);
} | {
"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 |
This method gives us the english number value by parsing the roman number | public static Double convertRomanNumber (String romanNumber) throws InvalidRegularExpressionException {
validate(romanNumber);
String[] listOfRomanCharacters = TextUtil.splitWordIntoCharacters(romanNumber);
Double totalValue = 0.0;
int currentNumericValue = 0, nextNumericValue = 0;
for (int i=0; i<listO... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static int romanToInt(String roman) throws NumberFormatException {\r\n int value = 0;\r\n if (roman != null) {\r\n for (int p = 0; p < roman.length(); p++) {\r\n char c = roman.charAt(p);\r\n if (c == 'X') {\r\n value += 10;\r\n } else if (c == 'V') {\r\n va... | [
"0.7245726",
"0.6972899",
"0.69559884",
"0.683279",
"0.6807943",
"0.67966324",
"0.6770935",
"0.67390954",
"0.6732676",
"0.6693926",
"0.66509473",
"0.6642196",
"0.6572416",
"0.65642864",
"0.65244746",
"0.643395",
"0.63923055",
"0.6391739",
"0.63802135",
"0.63554245",
"0.630913... | 0.5623541 | 44 |
Utility method that determines if benchmarks are anonymized in a PrimitivesToAnonmize enum. | public static boolean areBenchmarksAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {
return isEverythingAnonymized(primitivesToAnonymize);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static boolean areJobsAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn isEverythingAnonymized(primitivesToAnonymize) ||\n\t\t\t\tprimitivesToAnonymize == PrimitivesToAnonymize.ALL_BUT_BENCH;\n\t}",
"public static boolean isEverythingAnonymized(PrimitivesToAnonymize primitivesToAnonymi... | [
"0.63539135",
"0.6243305",
"0.6074458",
"0.559229",
"0.5417837",
"0.54102033",
"0.517975",
"0.5075906",
"0.5075906",
"0.5036228",
"0.50314057",
"0.50314057",
"0.50090283",
"0.493658",
"0.49152768",
"0.49036413",
"0.48934975",
"0.48467514",
"0.48080927",
"0.47760975",
"0.47384... | 0.7084025 | 0 |
Utility method that determines if solves are anonymized in a PrimitivesToAnonmize enum. | public static boolean areSolversAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {
return isEverythingAnonymized(primitivesToAnonymize) ||
primitivesToAnonymize == PrimitivesToAnonymize.ALL_BUT_BENCH;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static boolean isEverythingAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn primitivesToAnonymize == PrimitivesToAnonymize.ALL;\n\t}",
"public static boolean areBenchmarksAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn isEverythingAnonymized(primitivesToAnonymize... | [
"0.6828361",
"0.6412777",
"0.6167454",
"0.6000568",
"0.5688884",
"0.5548281",
"0.55466026",
"0.51411474",
"0.5107489",
"0.5107489",
"0.5107489",
"0.5099785",
"0.5097573",
"0.5097573",
"0.5097573",
"0.5097573",
"0.5097573",
"0.5097573",
"0.5094306",
"0.5047107",
"0.49839097",
... | 0.72438496 | 0 |
Utility method that determines if jobs are anonymized in a PrimitivesToAnonmize enum. | public static boolean areJobsAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {
return isEverythingAnonymized(primitivesToAnonymize) ||
primitivesToAnonymize == PrimitivesToAnonymize.ALL_BUT_BENCH;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static boolean isEverythingAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn primitivesToAnonymize == PrimitivesToAnonymize.ALL;\n\t}",
"public static boolean areBenchmarksAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn isEverythingAnonymized(primitivesToAnonymize... | [
"0.65265733",
"0.6483961",
"0.6102693",
"0.5746852",
"0.54874474",
"0.5428526",
"0.5267001",
"0.5249332",
"0.4990709",
"0.49855104",
"0.49670786",
"0.49520594",
"0.49464315",
"0.49445814",
"0.4887847",
"0.4863556",
"0.48593885",
"0.4767394",
"0.4711017",
"0.47061345",
"0.4670... | 0.75352335 | 0 |
Utility method that determines if all primitives are anonymized in a PrimitivesToAnonmize enum. | public static boolean isEverythingAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {
return primitivesToAnonymize == PrimitivesToAnonymize.ALL;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static boolean areBenchmarksAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn isEverythingAnonymized(primitivesToAnonymize);\n\t}",
"public static boolean areSolversAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn isEverythingAnonymized(primitivesToAnonymize) ||\n\... | [
"0.6847401",
"0.673415",
"0.6628199",
"0.6514083",
"0.5816851",
"0.56527233",
"0.55644464",
"0.5070315",
"0.49921423",
"0.49615726",
"0.49247015",
"0.49134558",
"0.48809004",
"0.48734036",
"0.48722672",
"0.48344773",
"0.482628",
"0.4771041",
"0.47690395",
"0.47675842",
"0.473... | 0.7695392 | 0 |
Utility method that determines if no primitives are anonymized in a PrimitivesToAnonmize enum. | public static boolean isNothingAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {
return primitivesToAnonymize == PrimitivesToAnonymize.NONE;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static boolean isEverythingAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn primitivesToAnonymize == PrimitivesToAnonymize.ALL;\n\t}",
"public static boolean areBenchmarksAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn isEverythingAnonymized(primitivesToAnonymize... | [
"0.70701885",
"0.615011",
"0.6125295",
"0.6093962",
"0.5919079",
"0.5836839",
"0.5776024",
"0.576985",
"0.57639086",
"0.5744014",
"0.568609",
"0.56465405",
"0.56310326",
"0.56079453",
"0.5593544",
"0.55795527",
"0.5565532",
"0.5531149",
"0.551147",
"0.5504524",
"0.5502851",
... | 0.7294029 | 0 |
Converts from a PrimitivesToAnonymize enum name to a PrimitiveToAnonymize enum. | public static PrimitivesToAnonymize createPrimitivesToAnonymize(String enumName) {
PrimitivesToAnonymize primitivesToAnonymize = null;
switch (enumName) {
case R.ANONYMIZE_ALL:
primitivesToAnonymize = PrimitivesToAnonymize.ALL;
break;
case R.ANONYMIZE_ALL_BUT_BENCH:
primitivesToAnonymize = Primiti... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static String getPrimitivesToAnonymizeName(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\tString enumName = null;\n\t\tswitch (primitivesToAnonymize) {\n\t\t\tcase ALL:\n\t\t\t\tenumName = R.ANONYMIZE_ALL;\n\t\t\t\tbreak;\n\t\t\tcase ALL_BUT_BENCH:\n\t\t\t\tenumName = R.ANONYMIZE_ALL_BUT_BENCH;\n\t\t\t... | [
"0.71674126",
"0.46775985",
"0.46647942",
"0.46425828",
"0.46220255",
"0.45834327",
"0.45828393",
"0.4581167",
"0.44844267",
"0.44809353",
"0.44667798",
"0.43901482",
"0.43901482",
"0.43901482",
"0.43766022",
"0.43377006",
"0.43290418",
"0.432181",
"0.430899",
"0.42675588",
"... | 0.7135855 | 1 |
Converts from a PrimitivesToAnonymize enum to the string representation of that enum. | public static String getPrimitivesToAnonymizeName(PrimitivesToAnonymize primitivesToAnonymize) {
String enumName = null;
switch (primitivesToAnonymize) {
case ALL:
enumName = R.ANONYMIZE_ALL;
break;
case ALL_BUT_BENCH:
enumName = R.ANONYMIZE_ALL_BUT_BENCH;
break;
case NONE:
enumName = R... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String asString() {\n\t\t\tString enumName;\n\t\t\tswitch(this) {\n\t\t\tcase INDEX:\n\t\t\t\tenumName = \"index\";\n\t\t\t\tbreak;\n\t\t\tcase NAME:\n\t\t\t\tenumName = \"name\";\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tenumName = \"unsupported\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\treturn enumName;\n\t\t}",
... | [
"0.57119644",
"0.57107437",
"0.56934494",
"0.5532337",
"0.5517992",
"0.5414938",
"0.5360882",
"0.53561074",
"0.53369564",
"0.5267392",
"0.5236",
"0.5212947",
"0.5142771",
"0.51042503",
"0.5090145",
"0.4993574",
"0.49813452",
"0.49738815",
"0.4966119",
"0.49501806",
"0.4943002... | 0.7285785 | 0 |
Adds a new anonymous link entry to the database. | public static String addAnonymousLink(
final String primitiveType, final int primitiveId, final PrimitivesToAnonymize primitivesToAnonymize
) throws SQLException {
final String methodName = "addAnonymousLink";
log.entry(methodName);
final String universallyUniqueId = UUID.randomUUID().toString();
log.deb... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public Link add(Link link);",
"public void testLinkPersists() {\n\t\tJabberMessage msg = new JabberMessage();\n\t\tmsg.setMessage(\"Hello There! http://google.com/fwd.txt This is a test\");\n\t\tmsg.setId(1);\n\t\tmsg.setUsername(\"Test\");\n\t\tmsg.setTimestamp(\"NOW!\");\n\t\tLink link;\n\t\ttry {\n\t\t\tlh.pu... | [
"0.58358306",
"0.5676557",
"0.55171776",
"0.55018836",
"0.5457281",
"0.5391272",
"0.5317161",
"0.5234913",
"0.52048224",
"0.5169048",
"0.5140277",
"0.5131021",
"0.5069013",
"0.5002221",
"0.49630517",
"0.49556768",
"0.4935919",
"0.49020213",
"0.4897081",
"0.4895171",
"0.488881... | 0.5405206 | 5 |
Get the unique code that links to a given primitive from the database. | public static Optional<String> getAnonymousLinkCode(
final String primitiveType, final int primitiveId, final PrimitivesToAnonymize primitivesToAnonymize
) throws SQLException {
final String methodName = "getAnonymousLinkCode";
log.entry(methodName);
Connection con = null;
CallableStatement procedure = nu... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"long getCodeId();",
"long getCodeId();",
"long getCodeId();",
"private static Optional<Integer> getIdOfPrimitiveAssociatedWithLink(\n\t\t\tfinal String universallyUniqueId, final String primitiveType\n\t) throws SQLException {\n\n\t\tfinal String methodName = \"getIdOfPrimitiveAssociatedWithCode\";\n\t\tlog.... | [
"0.66872686",
"0.66872686",
"0.66872686",
"0.6629433",
"0.6361331",
"0.6236036",
"0.62331784",
"0.61724013",
"0.61425877",
"0.60976917",
"0.60964257",
"0.6029987",
"0.59198594",
"0.5880514",
"0.5850665",
"0.5762611",
"0.57593185",
"0.5747331",
"0.5741322",
"0.5733446",
"0.573... | 0.5635525 | 78 |
Gets the id of the job associated with a given UUID | public static Optional<Integer> getIdOfJobAssociatedWithLink(final String universallyUniqueId) throws
SQLException {
return getIdOfPrimitiveAssociatedWithLink(universallyUniqueId, R.JOB);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"UUID getId();",
"public UUID getID() {\r\n if(!getPayload().has(\"id\")) return null;\r\n return UUID.fromString(getPayload().getString(\"id\"));\r\n }",
"UUID id();",
"UUID getUniqueId();",
"public UUID getId() {\n return id;\n }",
"public UUID getId() {\n return id;\n }",
"java.lang.St... | [
"0.6485722",
"0.6142574",
"0.59806377",
"0.594854",
"0.59311026",
"0.59311026",
"0.59126395",
"0.5906543",
"0.5903481",
"0.5903481",
"0.5903481",
"0.5903481",
"0.5901625",
"0.58936566",
"0.58815205",
"0.58760434",
"0.5873845",
"0.58703107",
"0.58409387",
"0.58289427",
"0.5826... | 0.6161786 | 1 |
Gets the id of the benchmark associated with a given UUID | public static Optional<Integer> getIdOfBenchmarkAssociatedWithLink(final String universallyUniqueId)
throws SQLException {
return getIdOfPrimitiveAssociatedWithLink(universallyUniqueId, R.BENCHMARK);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"UUID getId();",
"UUID id();",
"UUID getUniqueId();",
"String getUniqueId();",
"java.lang.String getUUID();",
"public abstract UUID getId();",
"UUID getUUID();",
"private static String getUniqueId()\n\t{\n\t\tfinal int limit = 100000000;\n\t\tint current;\n\t\tsynchronized (DiskFileItem.class)\n\t\t{\... | [
"0.64371717",
"0.64011455",
"0.6151297",
"0.5850662",
"0.5838132",
"0.5708197",
"0.5664511",
"0.5660057",
"0.5623854",
"0.5602628",
"0.5565815",
"0.5521144",
"0.5455443",
"0.5443444",
"0.5443444",
"0.54340917",
"0.5426658",
"0.53292185",
"0.53292185",
"0.53292185",
"0.5329218... | 0.60020375 | 3 |
Gets the id of the solver associated with a given UUID | public static Optional<Integer> getIdOfSolverAssociatedWithLink(final String universallyUniqueId)
throws SQLException {
return getIdOfPrimitiveAssociatedWithLink(universallyUniqueId, R.SOLVER);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"UUID getId();",
"UUID id();",
"UUID getTransmissionId();",
"public UUID getComponentId();",
"public String getId(){\n\t\treturn uuid;\n\t}",
"public UUID getId() {\n return id;\n }",
"public UUID getId() {\n return id;\n }",
"java.lang.String getId();",
"java.lang.String getId();",
"java.... | [
"0.62409467",
"0.57642186",
"0.56874734",
"0.56612545",
"0.5573702",
"0.55612344",
"0.55612344",
"0.55511296",
"0.55511296",
"0.55511296",
"0.55511296",
"0.55511296",
"0.55511296",
"0.55511296",
"0.55511296",
"0.55511296",
"0.55511296",
"0.55511296",
"0.55511296",
"0.55511296",... | 0.5829953 | 1 |
Gets the id of the primitive associated with a given UUID | private static Optional<Integer> getIdOfPrimitiveAssociatedWithLink(
final String universallyUniqueId, final String primitiveType
) throws SQLException {
final String methodName = "getIdOfPrimitiveAssociatedWithCode";
log.entry(methodName);
// UUIDs have a max size of 36.
if (universallyUniqueId.length() ... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"UUID getId();",
"public abstract UUID getId();",
"UUID id();",
"public UUID getID() {\r\n if(!getPayload().has(\"id\")) return null;\r\n return UUID.fromString(getPayload().getString(\"id\"));\r\n }",
"public UUID getId() {\n return id;\n }",
"public UUID getId() {\n return id;\n }",
"Ob... | [
"0.7371468",
"0.69046897",
"0.67692035",
"0.67341214",
"0.6666565",
"0.6666565",
"0.66617817",
"0.6606605",
"0.6606605",
"0.6606605",
"0.6595925",
"0.6595925",
"0.6595925",
"0.6595925",
"0.6529031",
"0.6364822",
"0.625621",
"0.625621",
"0.625621",
"0.625621",
"0.625621",
"0... | 0.6375673 | 15 |
Gets which primitives to anonymize for an anonymous solver page. | public static Optional<PrimitivesToAnonymize> getPrimitivesToAnonymizeForSolver(String linkUuid)
throws SQLException {
return getPrimitivesToAnonymize(linkUuid, R.SOLVER);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static String getPrimitivesToAnonymizeName(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\tString enumName = null;\n\t\tswitch (primitivesToAnonymize) {\n\t\t\tcase ALL:\n\t\t\t\tenumName = R.ANONYMIZE_ALL;\n\t\t\t\tbreak;\n\t\t\tcase ALL_BUT_BENCH:\n\t\t\t\tenumName = R.ANONYMIZE_ALL_BUT_BENCH;\n\t\t\t... | [
"0.48979738",
"0.48229423",
"0.47545967",
"0.4726822",
"0.47057822",
"0.47015634",
"0.47015634",
"0.47015634",
"0.47015634",
"0.46909723",
"0.4673536",
"0.46274048",
"0.46194622",
"0.46099213",
"0.455558",
"0.4547664",
"0.45378885",
"0.4537119",
"0.4493094",
"0.44807115",
"0.... | 0.5593092 | 0 |
Gets which primitives to anonymize for an anonymous job page. | public static Optional<PrimitivesToAnonymize> getPrimitivesToAnonymizeForJob(String linkUuid) throws SQLException {
return getPrimitivesToAnonymize(linkUuid, R.JOB);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public final String mo69547a() {\n return \"user\";\n }",
"public static boolean areJobsAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn isEverythingAnonymized(primitivesToAnonymize) ||\n\t\t\t\tprimitivesToAnonymize == PrimitivesToAnonymize.ALL_BUT_BENCH;\n\t}",
"public static O... | [
"0.47765195",
"0.47744936",
"0.47128677",
"0.46979362",
"0.46918607",
"0.46238077",
"0.46129733",
"0.46105346",
"0.46030733",
"0.45734537",
"0.45648283",
"0.45472246",
"0.45469",
"0.4537054",
"0.45270464",
"0.45180327",
"0.45139247",
"0.4504126",
"0.45031464",
"0.44996178",
"... | 0.5712724 | 0 |
Gets which primitives to anonymize for an anonymous benchmark page. | public static Optional<PrimitivesToAnonymize> getPrimitivesToAnonymizeForBenchmark(String linkUuid)
throws SQLException {
return getPrimitivesToAnonymize(linkUuid, R.BENCHMARK);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static boolean areBenchmarksAnonymized(PrimitivesToAnonymize primitivesToAnonymize) {\n\t\treturn isEverythingAnonymized(primitivesToAnonymize);\n\t}",
"private String _selectAdvisor() {\n int profType;\n int index;\n\n profType = _getRandomFromRange(CS_C_FULLPROF, CS_C_ASSTPROF);\n index = ra... | [
"0.5600216",
"0.5001534",
"0.49151254",
"0.4893151",
"0.4822878",
"0.47405353",
"0.47188506",
"0.4710065",
"0.46736503",
"0.46582323",
"0.46484777",
"0.4629685",
"0.46156874",
"0.46037975",
"0.46015903",
"0.45843333",
"0.4583279",
"0.45758075",
"0.45674533",
"0.45668402",
"0.... | 0.61748374 | 0 |
Deletes all old links in the database. | public static void deleteOldLinks(int ageThresholdInDays) throws SQLException {
final String methodName = "deleteOldLinks";
Connection con = null;
CallableStatement procedure = null;
try {
con = Common.getConnection();
Common.beginTransaction(con);
procedure = con.prepareCall("{CALL DeleteOldLinks(?)... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private void deletedAllNewsFromDatabase() {\n new DeleteNewsAsyncTask(newsDao).execute();\n }",
"@Transactional\n\t@Override\n\tpublic void deleteAll() {\n\t\tanchorKeywordsDAO.deleteAll();\n\t}",
"@Override\n\tpublic void deleteAll() {\n\t\tdao.deleteAll();\n\n\t}",
"public void deleteAllFromDB() ... | [
"0.6645092",
"0.6633894",
"0.6628981",
"0.65544486",
"0.64549905",
"0.63653815",
"0.63653815",
"0.63653815",
"0.63653815",
"0.6356521",
"0.63490963",
"0.6317374",
"0.63073385",
"0.6301715",
"0.6291786",
"0.6291761",
"0.6291353",
"0.6289154",
"0.6289154",
"0.6289154",
"0.62759... | 0.59736496 | 57 |
Deletes all anonymous link that corresponds to the given UUIDs | public static void delete(List<String> uuids) throws SQLException {
final String methodName = "delete(List<String>)";
Connection con = null;
try {
con = Common.getConnection();
Common.beginTransaction(con);
for (String uuid : uuids) {
delete(uuid, con);
}
Common.endTransaction(con);
} catch (... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void unpublish(List<String> uuids) throws GWTJahiaServiceException;",
"void delete(String uuid);",
"public void deletelink(Integer linkId);",
"public void clearLinkRemovalTags() {\n\tfor (Link l : allLinks)\n\t l.clearRemovalTag();\n }",
"void clearLinks();",
"public void removeAllLinks() {\n\t\tfo... | [
"0.63550895",
"0.63351303",
"0.6091373",
"0.5996668",
"0.59176266",
"0.5871594",
"0.5708837",
"0.5707633",
"0.57040656",
"0.57040656",
"0.57040656",
"0.57040656",
"0.56684506",
"0.5662025",
"0.56331575",
"0.55805075",
"0.5569822",
"0.55695766",
"0.5535024",
"0.55290467",
"0.5... | 0.60570544 | 3 |
Deletes an anonymous link that corresponds to a given UUID | public static void delete(String uuid) {
final String methodName = "delete(String)";
Connection con = null;
try {
con = Common.getConnection();
Common.beginTransaction(con);
delete(uuid, con);
Common.endTransaction(con);
} catch (SQLException e) {
log.error(methodName, "Caught SQLException: " + e... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"void delete(String uuid);",
"public void deletelink(Integer linkId);",
"boolean delete(String linkId);",
"void delete(UUID id);",
"void delete(UUID id);",
"void delete(UUID id);",
"void delete(UUID id);",
"public void deleteLink(IHyperLink link)\n throws OculusException;",
"@Override\n\tpublic i... | [
"0.7241315",
"0.715992",
"0.6921919",
"0.6710643",
"0.6710643",
"0.6710643",
"0.6710643",
"0.6541248",
"0.6147518",
"0.6130685",
"0.6114118",
"0.6114118",
"0.6114118",
"0.6113646",
"0.6027417",
"0.5951261",
"0.59169334",
"0.5904997",
"0.58805853",
"0.58784854",
"0.58729297",
... | 0.5770899 | 28 |
Adds all primitives in a job to the anonymous names table for use in the anonymous job page. | public static void addAnonymousNamesForJob(final int jobId) throws SQLException {
final String methodName = "addAnonymousNamesForJob";
log.entry(methodName);
Job job = Jobs.getWithSimplePairs(jobId);
List<JobPair> jobPairs = job.getJobPairs();
List<Benchmark> benchmarks = new ArrayList<>();
List<Solver> ... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private void loadJobs(){\n\t\tsuperJobsList.clear();\n\t\tsuperJobs=jdbc.getProjectsAndJobs();\n\t\tfor(Job j: superJobs){\n\t\t\tsuperJobsList.addElement(j.jobname);\n\t\t}\n\t\t\n\t}",
"int addJobs(Iterable<? extends PrintJob> jobs);",
"public static void EmployeeJob() {\r\n\t\t\r\n\t\tJLabel e4 = new JLabel... | [
"0.52651185",
"0.52627265",
"0.5216787",
"0.5174477",
"0.5148201",
"0.51274526",
"0.5122695",
"0.49357563",
"0.49287084",
"0.49287084",
"0.49283326",
"0.4918184",
"0.4905536",
"0.48455155",
"0.48163015",
"0.48069584",
"0.48053393",
"0.47634253",
"0.47518906",
"0.4727998",
"0.... | 0.64509106 | 0 |
Gets a mapping of solver ID's to unique anonymized names. | private static Map<Integer, String> buildAnonymizedSolverNamesMap(final List<Solver> solvers) {
// Build a mapping of solvers to anonymized names.
Map<Integer, String> solverIdToAnonymizedName = new HashMap<>();
int numberToAppend = 1;
for (Solver solver : solvers) {
int solverId = solver.getId();
if (!so... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public Map<CharSequence, CharSequence> getReplacableNames();",
"private Map<Integer, Integer> buildRenaming() {\n\t\tMap<Integer, Integer> map = new HashMap<>();\n\n\t\tfor(int i = 0; i < this.dimension; i++){\n\t\t\tfor(int j = 0; j < this.dimension; j++)\n\t\t\t\tmap.put(board_p[i][j].var(), board[i][j].var())... | [
"0.61470497",
"0.6133492",
"0.6045788",
"0.58212054",
"0.5709153",
"0.5612033",
"0.55322444",
"0.53447485",
"0.52292067",
"0.5200475",
"0.5134772",
"0.5110515",
"0.50702184",
"0.504512",
"0.5034223",
"0.5005298",
"0.4998287",
"0.49221653",
"0.4916038",
"0.49149007",
"0.489749... | 0.7902465 | 0 |
Gets a mapping of benchmark ID's to unique anonymized names. | private static Map<Integer, String> buildAnonymizedBenchmarkNamesMap(final List<Benchmark> benchmarks) {
final String methodName = "buildAnonymizedBenchmarkNamesMap";
log.entry(methodName);
Map<Integer, String> benchmarkIdToAnonymizedName = new HashMap<>();
int numberToAppend = 1;
for (Benchmark bench : benc... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private static Map<Integer, String> buildAnonymizedSolverNamesMap(final List<Solver> solvers) {\n\t\t// Build a mapping of solvers to anonymized names.\n\t\tMap<Integer, String> solverIdToAnonymizedName = new HashMap<>();\n\t\tint numberToAppend = 1;\n\t\tfor (Solver solver : solvers) {\n\t\t\tint solverId = solve... | [
"0.61388874",
"0.5976046",
"0.53327227",
"0.52627856",
"0.5201258",
"0.51909447",
"0.5154202",
"0.51055807",
"0.51047426",
"0.5085954",
"0.50269425",
"0.50019544",
"0.4974055",
"0.49503666",
"0.4932827",
"0.4922438",
"0.48916772",
"0.4878591",
"0.4865376",
"0.4848619",
"0.484... | 0.8088599 | 0 |
Gets a mapping of job space ID's to unique anonymized names. | public static Map<Integer, String> getAnonymizedJobSpaceNames(final int jobId) {
Job job = Jobs.get(jobId);
List<JobSpace> jobSpaces = Spaces.getSubSpacesForJob(job.getPrimarySpace(), true);
jobSpaces.add(Spaces.getJobSpace(job.getPrimarySpace()));
jobSpaces.sort(Comparator.comparingInt(Identifiable::getId));
... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private static Map<Integer, String> buildAnonymizedSolverNamesMap(final List<Solver> solvers) {\n\t\t// Build a mapping of solvers to anonymized names.\n\t\tMap<Integer, String> solverIdToAnonymizedName = new HashMap<>();\n\t\tint numberToAppend = 1;\n\t\tfor (Solver solver : solvers) {\n\t\t\tint solverId = solve... | [
"0.59909004",
"0.55409014",
"0.54960877",
"0.5416084",
"0.53499496",
"0.53053457",
"0.52514946",
"0.51637316",
"0.5005068",
"0.5004387",
"0.4947439",
"0.49028668",
"0.48922485",
"0.48645505",
"0.4857878",
"0.48505318",
"0.4811226",
"0.47740263",
"0.46955648",
"0.46920827",
"0... | 0.80145454 | 0 |
Creates a new instance of PPDeadType | public PPDeadType()
{
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void setDead(boolean dead) {\n this.isDead = dead;\n }",
"public void setDead(boolean dead) {\n isDead = dead;\n }",
"public void setDead(boolean dead) {\r\n this.dead = dead;\r\n }",
"protected DPP createDPP() {\n\t\tDPP dpp = new DPP();\n\t\tdpp.add(null, OP_CREATE, ST_... | [
"0.57349247",
"0.5722365",
"0.57160807",
"0.5712761",
"0.5688397",
"0.56682795",
"0.5525031",
"0.55239654",
"0.5448788",
"0.5410152",
"0.540261",
"0.540261",
"0.540261",
"0.53870267",
"0.5353865",
"0.5337716",
"0.5305146",
"0.5287731",
"0.52739567",
"0.5269259",
"0.5264883",
... | 0.8406926 | 0 |
P E R S I S T E N C E M E T H O D S | @TransactionAttribute(TransactionAttributeType.REQUIRED)
public com.spirit.cartera.entity.CuentasPorCobrarIf addCuentasPorCobrar(com.spirit.cartera.entity.CuentasPorCobrarIf model)
throws com.spirit.exception.GenericBusinessException
{
CuentasPorCobrarEJB value = new CuentasPorCobrarEJB();
... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static void main(String[] args) {\n\n\n BasicProducer basicProducer = new BasicProducer(\"3-part-topic\");\n long t0 = System.currentTimeMillis();\n basicProducer.postSynchMessage(\"Synched 8 Message\");\n long t1 = System.currentTimeMillis();\n System.out.println(\"time ... | [
"0.53847903",
"0.5029988",
"0.4998435",
"0.49781522",
"0.4952768",
"0.48900557",
"0.48854342",
"0.48661515",
"0.48599494",
"0.4853938",
"0.48503062",
"0.4830594",
"0.48269126",
"0.48269126",
"0.48196948",
"0.4819625",
"0.47961807",
"0.47945994",
"0.47935402",
"0.47935402",
"0... | 0.0 | -1 |
//////////// Retrieves a list of data object for the specified query Map. | @TransactionAttribute(TransactionAttributeType.REQUIRED)
public java.util.Collection findCuentasPorCobrarByQuery(Map aMap) {
return queryManagerLocal.singleClassQueryList(CuentasPorCobrarEJB.class, aMap);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"@Override\n\tpublic List<Zongjie> findList(Map<String, Object> queryMap) {\n\t\treturn zongjieDao.findList(queryMap);\n\t}",
"@Override\r\n\tpublic List<Map<String, Object>> list(Map<String, Object> map) {\n\t\treturn dao.list(map);\r\n\t}",
"@Override\n\tpublic List<Map<String, String>> getData() throws Excep... | [
"0.7401962",
"0.6968881",
"0.66745466",
"0.66594666",
"0.654755",
"0.6526035",
"0.65135306",
"0.6511507",
"0.64510137",
"0.64260143",
"0.64061075",
"0.6315984",
"0.6244504",
"0.624444",
"0.6210138",
"0.61757183",
"0.61323625",
"0.611546",
"0.61013466",
"0.60952175",
"0.608869... | 0.0 | -1 |
TODO Autogenerated method stub | public static void main(String[] args) {
ApplicationContext actx = new FileSystemXmlApplicationContext("/src/main/java/com/baby/springStudy/echoMsgConfig.xml");
EchoMsg echoMsg = (EchoMsg)actx.getBean("EchoMsg");
System.out.println(echoMsg.sayHello());
} | {
"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 |
This method is called from the worker thread. | @Override
public void run() {
DataLine.Info lineInfo = new DataLine.Info(
TargetDataLine.class, new AudioFormat(44100, 16, 2, true, true));
AVIWriter writer = null;
TargetDataLine line = null;
try {
line = (TargetDataLine) AudioSystem.getLine(lineInfo);
... | {
"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}",
"@Override\n\t\t\tpublic void run() {\n\t\t\t\t\n\t\t\t}",
"@Override\n\t\t\tpublic void run() {\n\t\t\t\t\n\t\t\t}",
"@... | [
"0.7546132",
"0.74965376",
"0.74965376",
"0.72889143",
"0.72889143",
"0.72632396",
"0.72327334",
"0.70925343",
"0.70925343",
"0.70925343",
"0.70694846",
"0.70694846",
"0.70486027",
"0.70464754",
"0.70464754",
"0.70359623",
"0.70359623",
"0.70268804",
"0.70268804",
"0.7023571",
... | 0.0 | -1 |
Convert the obj to blob and store it in database | public static void WriteObject(String tableName, int id, Object obj) {
try {
conn = DriverManager.getConnection(connectionURL);
byte[] testBytes = ConvertObject.getByteArrayObject(obj);
PreparedStatement statement = conn.prepareStatement("INSERT INTO " + tableName + " (id, o... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static byte[] save(Object obj) {\r\n byte[] bytes = null;\r\n ByteArrayOutputStream baos = new ByteArrayOutputStream();\r\n ObjectOutputStream oos = null;\r\n try {\r\n oos = new ObjectOutputStream(baos);\r\n oos.writeObject(obj);\r\n oos.flush();... | [
"0.67073125",
"0.6371031",
"0.6270703",
"0.6265649",
"0.62501544",
"0.6111847",
"0.6037584",
"0.6002714",
"0.5982352",
"0.59330916",
"0.5932242",
"0.5896893",
"0.58618325",
"0.5858365",
"0.5793204",
"0.57852036",
"0.5777782",
"0.5777074",
"0.5772704",
"0.5767658",
"0.5756302"... | 0.6951577 | 0 |
Make DataMatrix object into bitmap | private static BufferedImage getMagnifiedBarcode(Symbol symbol, int magnification, int BORDER_SIZE){
BufferedImage image = new BufferedImage((symbol.getWidth() * magnification) + (2 * BORDER_SIZE),
(symbol.getHeight() * magnification) + (2 * BORDER_SIZE),
... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public byte[] bitmap();",
"public static Bitmap getMatrixBitmap(Bitmap src, ColorMatrix colorMatrix) {\n Bitmap bmp = Bitmap.createBitmap(src.getWidth(), src.getHeight(), Bitmap.Config.ARGB_8888);\n Canvas canvas = new Canvas(bmp);\n Paint paint = new Paint();\n paint.setColorFilter(n... | [
"0.6413006",
"0.64051956",
"0.60612404",
"0.5722842",
"0.571146",
"0.56634647",
"0.56519914",
"0.5648794",
"0.5613599",
"0.56118894",
"0.55997545",
"0.55704117",
"0.54934436",
"0.5413234",
"0.53030634",
"0.5293576",
"0.5286375",
"0.52834404",
"0.52720153",
"0.5265377",
"0.525... | 0.0 | -1 |
Additional method, mainly for debugging purposes, to avoid scanning the device for a huge number of tracks | List<MtpDeviceTrack> getTracks(MtpDevice<T> portableDevice, int maxNumberOfTracks) throws MTPException; | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"@Test\n public void testGetTracks() {\n System.out.println(\"getTracks\");\n double id = 22.0;\n double od = 45.0;\n int resolution = 5;\n boolean index = false;\n boolean clockwise = false;\n BinaryEncoder instance = new BinaryEncoder();\n List<EncoderTrack> result = instance.getTracks(id... | [
"0.6437486",
"0.6276272",
"0.6246852",
"0.6057301",
"0.602286",
"0.6006875",
"0.59244853",
"0.59088755",
"0.5877824",
"0.58003783",
"0.5785709",
"0.57740974",
"0.57228684",
"0.5713916",
"0.5703424",
"0.56957793",
"0.56794834",
"0.5653524",
"0.56057054",
"0.55997187",
"0.55988... | 0.59719265 | 6 |
MultiExchange with one final response. | MultiExchange(HttpRequest req,
HttpClientImpl client,
HttpResponse.BodyHandler<T> responseHandler) {
this.previous = null;
this.userRequest = req;
this.request = new HttpRequestImpl(req);
this.currentreq = request;
this.attempts = 0;
th... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"MultiExchange(HttpRequest req,\n HttpClientImpl client,\n HttpResponse.MultiProcessor<U, T> multiResponseHandler) {\n this.previous = null;\n this.userRequest = req;\n this.request = new HttpRequestImpl(req);\n this.currentreq = request;\n this.a... | [
"0.60656834",
"0.55655956",
"0.5264915",
"0.5242877",
"0.52356535",
"0.50873876",
"0.50804645",
"0.5019598",
"0.49767515",
"0.49746728",
"0.49100322",
"0.49100322",
"0.48737428",
"0.48706803",
"0.4807985",
"0.47980553",
"0.4767323",
"0.47347352",
"0.47306615",
"0.47048116",
"... | 0.59373313 | 1 |
MultiExchange with multiple responses (HTTP/2 server pushes). | MultiExchange(HttpRequest req,
HttpClientImpl client,
HttpResponse.MultiProcessor<U, T> multiResponseHandler) {
this.previous = null;
this.userRequest = req;
this.request = new HttpRequestImpl(req);
this.currentreq = request;
this.attempts = 0;... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"MultiExchange(HttpRequest req,\n HttpClientImpl client,\n HttpResponse.BodyHandler<T> responseHandler) {\n this.previous = null;\n this.userRequest = req;\n this.request = new HttpRequestImpl(req);\n this.currentreq = request;\n this.attempts = 0... | [
"0.62730587",
"0.53579557",
"0.53436285",
"0.5326872",
"0.52744246",
"0.5198946",
"0.5146495",
"0.50682545",
"0.5056575",
"0.5030321",
"0.49659505",
"0.49077988",
"0.48905218",
"0.48851228",
"0.48784363",
"0.48277357",
"0.4802971",
"0.47941434",
"0.4790822",
"0.47861037",
"0.... | 0.6485045 | 0 |
Take a Throwable and return a suitable CompletableFuture that is completed exceptionally. | private CompletableFuture<Response> getExceptionalCF(Throwable t) {
if ((t instanceof CompletionException) || (t instanceof ExecutionException)) {
if (t.getCause() != null) {
t = t.getCause();
}
}
if (cancelled && t instanceof IOException) {
t ... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static <T> CompletionStage<T> exceptionallyCompleted(Exception e) {\n CompletableFuture<T> result = new CompletableFuture<T>();\n result.completeExceptionally(e);\n return result;\n }",
"@Override\n public Promise<T> exceptionallyComposeAsync(Function<Throwable, ? extends Comple... | [
"0.69194937",
"0.6428132",
"0.6157814",
"0.61288285",
"0.5938671",
"0.5746863",
"0.5671078",
"0.5153394",
"0.51190144",
"0.5118353",
"0.5017514",
"0.50059617",
"0.4966227",
"0.49154323",
"0.490704",
"0.49007422",
"0.48900533",
"0.48714316",
"0.48170602",
"0.4738879",
"0.47135... | 0.6852078 | 1 |
Constructor for objects of class Title. | public Title()
{
// Create a new world with 600x400 cells with a cell size of 1x1 pixels.
super(PlatformWorld.sWidth, PlatformWorld.sHeight, 1);
addObject(new TitleController(), 0, 0);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public Title(String title)\r\n {\r\n this();\r\n if( title != null )\r\n add(title);\r\n }",
"public Title()\r\n {\r\n startTag=\"TITLE\";\r\n endTag=\"/TITLE\"; \r\n }",
"public Title(final String text) {\n this(text, null, null, TextDir... | [
"0.76947576",
"0.7435208",
"0.71526784",
"0.70380175",
"0.7033431",
"0.69401264",
"0.69067144",
"0.68781877",
"0.68770057",
"0.68731964",
"0.67322326",
"0.6722322",
"0.6688528",
"0.6671267",
"0.6669899",
"0.66368765",
"0.66327786",
"0.66091377",
"0.66079843",
"0.65965194",
"0... | 0.6654323 | 15 |
This method was generated by MyBatis Generator. This method returns the value of the database column homage_genealogy.genealogy_id | @ApiModelProperty(value = "族谱ID")
public Long getGenealogyId() {
return genealogyId;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"int getGeneId();",
"public String get_gene_id() {\n return m_gene_id;\n }",
"public void setGenealogyId(Long genealogyId) {\n this.genealogyId = genealogyId;\n }",
"public Long gethId() {\n return hId;\n }",
"public StrColumn getGoId() {\n return delegate.getColumn(\"go... | [
"0.7185918",
"0.6694901",
"0.6490846",
"0.5979952",
"0.58803356",
"0.58037955",
"0.5736441",
"0.5576184",
"0.5549942",
"0.55490893",
"0.55324215",
"0.55037975",
"0.53802925",
"0.5364948",
"0.534878",
"0.5339645",
"0.530378",
"0.5278927",
"0.52746147",
"0.5258357",
"0.5222314"... | 0.6819529 | 1 |
This method was generated by MyBatis Generator. This method sets the value of the database column homage_genealogy.genealogy_id | public void setGenealogyId(Long genealogyId) {
this.genealogyId = genealogyId;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"@ApiModelProperty(value = \"族谱ID\")\n public Long getGenealogyId() {\n return genealogyId;\n }",
"int getGeneId();",
"public String get_gene_id() {\n return m_gene_id;\n }",
"@Override\n\tpublic void setId(long id) {\n\t\t_phieugiahan.setId(id);\n\t}",
"public void sethId(Long hId) {... | [
"0.6305673",
"0.62379676",
"0.5797824",
"0.56455487",
"0.5324894",
"0.52435654",
"0.5121736",
"0.5092535",
"0.5086977",
"0.50574005",
"0.505282",
"0.5025401",
"0.49837282",
"0.49735284",
"0.49619368",
"0.49414673",
"0.49349597",
"0.4929457",
"0.4902495",
"0.4899816",
"0.48873... | 0.7249085 | 0 |
This method was generated by MyBatis Generator. This method returns the value of the database column homage_genealogy.genealogy_name | @ApiModelProperty(value = "族谱名")
public String getGenealogyName() {
return genealogyName;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getGeneName() {\n return geneName;\n }",
"public String getGeneName(int row);",
"public String get_gene_id() {\n return m_gene_id;\n }",
"public void setGenealogyName(String genealogyName) {\n this.genealogyName = genealogyName == null ? null : genealogyName.trim();\n... | [
"0.7001441",
"0.6811249",
"0.61940473",
"0.6014596",
"0.5983431",
"0.5870327",
"0.5775455",
"0.560439",
"0.5513346",
"0.54270595",
"0.54184425",
"0.538369",
"0.53371537",
"0.5330009",
"0.5327494",
"0.5324635",
"0.53073066",
"0.5256018",
"0.5248917",
"0.52439326",
"0.5238256",... | 0.6884373 | 1 |
This method was generated by MyBatis Generator. This method sets the value of the database column homage_genealogy.genealogy_name | public void setGenealogyName(String genealogyName) {
this.genealogyName = genealogyName == null ? null : genealogyName.trim();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void setGeneSetName(String name) {\r\n\t\tgeneSetName=name;\r\n\r\n\t}",
"public void setGeneName(String geneName) {\n this.geneName = geneName;\n }",
"@ApiModelProperty(value = \"族谱名\")\n public String getGenealogyName() {\n return genealogyName;\n }",
"public String getGeneNam... | [
"0.6678806",
"0.66210866",
"0.63544035",
"0.6163778",
"0.5728547",
"0.55324256",
"0.55079794",
"0.5390155",
"0.53252345",
"0.5269386",
"0.5269386",
"0.52527064",
"0.51818293",
"0.51247644",
"0.5116608",
"0.5062985",
"0.49853864",
"0.4948645",
"0.4942268",
"0.4916776",
"0.4912... | 0.6906013 | 0 |
This method was generated by MyBatis Generator. This method returns the value of the database column homage_genealogy.user_id | @ApiModelProperty(value = "创建者用户")
public Long getUserId() {
return userId;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"Integer getUserId();",
"public Integer getIdUser() {\r\n\t\treturn idUser;\r\n\t}",
"Long getUserId();",
"public Integer getUser_id() {\n\t\treturn user_id;\n\t}",
"java.lang.String getUserId();",
"java.lang.String getUserId();",
"java.lang.String getUserId();",
"public long getUserId();",
"public ... | [
"0.7036468",
"0.6963744",
"0.69516015",
"0.6917556",
"0.68966484",
"0.68966484",
"0.68966484",
"0.6879321",
"0.6879321",
"0.6879321",
"0.6879321",
"0.68360674",
"0.68360674",
"0.6825171",
"0.6825171",
"0.68186074",
"0.68186074",
"0.6800175",
"0.6778597",
"0.67421055",
"0.6724... | 0.0 | -1 |
This method was generated by MyBatis Generator. This method sets the value of the database column homage_genealogy.user_id | public void setUserId(Long userId) {
this.userId = userId;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void setIdUser(Integer idUser) {\r\n\t\tthis.idUser = idUser;\r\n\t}",
"public void setIdUser(int value) {\n this.idUser = value;\n }",
"public void setIdUser(String idUser) {\n\t\tthis.idUser = idUser;\n\t}",
"public void setId_user(int id_user) {\r\n this.id_user = id_user;\r\n }... | [
"0.71079403",
"0.69730175",
"0.69607717",
"0.6781297",
"0.67793566",
"0.67563975",
"0.6631086",
"0.6555477",
"0.6555477",
"0.6555477",
"0.6555477",
"0.6466226",
"0.64376503",
"0.64125615",
"0.64125615",
"0.64083284",
"0.6379929",
"0.63748085",
"0.6336763",
"0.63125",
"0.63109... | 0.0 | -1 |
This method was generated by MyBatis Generator. This method returns the value of the database column homage_genealogy.surname | @ApiModelProperty(value = "姓氏")
public String getSurname() {
return surname;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getSurname() {\n return this.surname;\n }",
"public String getSurname()\n\t{\n\t\treturn surname;\n\t}",
"public String getSurname() {\n return surname;\n }",
"public String getSurname() {\n return surname;\n }",
"public String getSurname() {\n return surname;\n... | [
"0.7207148",
"0.70685154",
"0.69879526",
"0.69879526",
"0.69879526",
"0.69879526",
"0.69879526",
"0.69879526",
"0.69879526",
"0.69879526",
"0.69879526",
"0.69879526",
"0.6979274",
"0.6959286",
"0.6850823",
"0.671051",
"0.6699202",
"0.6679207",
"0.6656211",
"0.6580896",
"0.642... | 0.5713347 | 47 |
This method was generated by MyBatis Generator. This method sets the value of the database column homage_genealogy.surname | public void setSurname(String surname) {
this.surname = surname == null ? null : surname.trim();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void setSurname(String s) {\n this.surname = s;\n }",
"public void setSurname(String surname) {\n this.surname = surname;\n }",
"public void setSurname(String surname) {\n this.surname = surname;\n }",
"public void setSurname(String surname) {\n this.surname = surname;\n... | [
"0.72491366",
"0.7031395",
"0.7031395",
"0.7031395",
"0.7031395",
"0.6830904",
"0.6772853",
"0.6766394",
"0.661886",
"0.6465502",
"0.63467157",
"0.63428855",
"0.6335922",
"0.6331336",
"0.6311165",
"0.62708855",
"0.62708855",
"0.62708855",
"0.62708855",
"0.62708855",
"0.627088... | 0.6435899 | 10 |
This method was generated by MyBatis Generator. This method returns the value of the database column homage_genealogy.church | @ApiModelProperty(value = "堂号")
public String getChurch() {
return church;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void setChurch(String church) {\n this.church = church == null ? null : church.trim();\n }",
"public String getDIA_CHI()\n {\n return this.DIA_CHI;\n }",
"public String getGh() {\n return gh;\n }",
"public double getChiSquare() {\r\n\t\treturn chisq;\r\n\t}",
"public... | [
"0.62058336",
"0.5760689",
"0.5464995",
"0.54609966",
"0.53072",
"0.52263236",
"0.520417",
"0.51557726",
"0.5116827",
"0.5093971",
"0.5085753",
"0.5081366",
"0.5078368",
"0.5046383",
"0.5029797",
"0.49874556",
"0.49874556",
"0.49722984",
"0.49530062",
"0.49500662",
"0.4946840... | 0.6954921 | 0 |
This method was generated by MyBatis Generator. This method sets the value of the database column homage_genealogy.church | public void setChurch(String church) {
this.church = church == null ? null : church.trim();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"@ApiModelProperty(value = \"堂号\")\n public String getChurch() {\n return church;\n }",
"protected void setChiSquare(double chiSq) {\n\tthis.chiSq = chiSq;\n }",
"public void setHeuristic(int h) {\n\t\t\tthis.heuristique = h;\n\t\t}",
"public Gel_BioInf_Models.ChiSquare1KGenomesPhase3Pop.Build... | [
"0.6440788",
"0.5559991",
"0.55357766",
"0.50933415",
"0.50646484",
"0.50575256",
"0.50087833",
"0.49362028",
"0.48518807",
"0.4847241",
"0.4840864",
"0.48127115",
"0.48127115",
"0.48127115",
"0.48105308",
"0.47954595",
"0.47894755",
"0.47894755",
"0.47873327",
"0.4787191",
"... | 0.7102704 | 0 |
This method was generated by MyBatis Generator. This method returns the value of the database column homage_genealogy.province | @ApiModelProperty(value = "所在-省")
public String getProvince() {
return province;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public Integer getProvince() {\n return province;\n }",
"public Integer getProvince() {\n return province;\n }",
"public String getProvince() {\r\n return province;\r\n }",
"public String getProvince() {\r\n return province;\r\n }",
"public String getProvince() {\r\n... | [
"0.6998752",
"0.6998752",
"0.69688",
"0.69688",
"0.69688",
"0.6951481",
"0.69266653",
"0.69266653",
"0.69266653",
"0.69266653",
"0.69266653",
"0.69266653",
"0.69266653",
"0.66662866",
"0.66662866",
"0.6659326",
"0.6659326",
"0.6621711",
"0.6621383",
"0.6590775",
"0.6371417",
... | 0.64363134 | 20 |
This method was generated by MyBatis Generator. This method sets the value of the database column homage_genealogy.province | public void setProvince(String province) {
this.province = province == null ? null : province.trim();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void setProvince(String province) {\r\n this.province = province;\r\n }",
"public void setProvince(String province) {\r\n this.province = province;\r\n }",
"public void setProvince(String province) {\n this.province = province;\n }",
"public void setProvince(String provin... | [
"0.7200745",
"0.7200745",
"0.71305287",
"0.71305287",
"0.71305287",
"0.71159625",
"0.71159625",
"0.6642171",
"0.6550487",
"0.6510801",
"0.6473051",
"0.6473051",
"0.6413273",
"0.6125059",
"0.6070098",
"0.6002779",
"0.5861107",
"0.58448035",
"0.57249045",
"0.57155013",
"0.57067... | 0.6613578 | 12 |
This method was generated by MyBatis Generator. This method returns the value of the database column homage_genealogy.city | @ApiModelProperty(value = "所在-市")
public String getCity() {
return city;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getCity() {\n return (String) get(\"city\");\n }",
"public String getCity() {\r\n\t\treturn city;\r\n\t}",
"public String getCity() {\r\n\t\treturn city;\r\n\t}",
"public String getCity() {\r\n\t\treturn city;\t\t\r\n\t}",
"public String getCity() {\n\t\treturn this.city;\n\t}",
"... | [
"0.6917999",
"0.6870865",
"0.6870865",
"0.684045",
"0.68383604",
"0.6793937",
"0.6793937",
"0.6793937",
"0.6793937",
"0.6793731",
"0.6793731",
"0.6793731",
"0.67907333",
"0.67907333",
"0.67907333",
"0.67756605",
"0.676964",
"0.6764188",
"0.6757632",
"0.67403424",
"0.67403424"... | 0.0 | -1 |
This method was generated by MyBatis Generator. This method sets the value of the database column homage_genealogy.city | public void setCity(String city) {
this.city = city == null ? null : city.trim();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void setCity(City city) {\n this.city = city;\n }",
"public void setCity(String city) {\r\n this.city = city;\r\n }",
"public void setCity(String city) {\r\n this.city = city;\r\n }",
"public void setCity(String city) {\n this.city = city;\n }",
"public void s... | [
"0.6877953",
"0.68200105",
"0.68200105",
"0.6776421",
"0.6776421",
"0.6776421",
"0.6776421",
"0.6776421",
"0.6776421",
"0.67740774",
"0.67734903",
"0.6773374",
"0.67689204",
"0.67679733",
"0.6757389",
"0.6738895",
"0.6738895",
"0.66916007",
"0.6660391",
"0.6660391",
"0.666039... | 0.62800294 | 36 |
This method was generated by MyBatis Generator. This method returns the value of the database column homage_genealogy.county | @ApiModelProperty(value = "所在-区")
public String getCounty() {
return county;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public String getCounty() {\n return county;\n }",
"public String getCounty() {\r\n return county;\r\n }",
"public String getCounty()\n {\n \treturn county;\n }",
"public Integer getCountyid() {\n return countyid;\n }",
"public String getCountyFeature() {\n\n ... | [
"0.6522816",
"0.6517964",
"0.64968985",
"0.64653176",
"0.63346833",
"0.6240758",
"0.62235636",
"0.61959803",
"0.5982106",
"0.59307796",
"0.59196466",
"0.5802208",
"0.5722518",
"0.5672815",
"0.56368583",
"0.54445857",
"0.5342407",
"0.52805763",
"0.5136963",
"0.51001376",
"0.50... | 0.5612279 | 15 |
This method was generated by MyBatis Generator. This method sets the value of the database column homage_genealogy.county | public void setCounty(String county) {
this.county = county == null ? null : county.trim();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public void setCounty(String county) {\r\n this.county = county;\r\n }",
"public void setCounty(String county) {\n this.county = county;\n }",
"public void setCountyid(Integer countyid) {\n this.countyid = countyid;\n }",
"public void setCounty_id(String county_id) {\n ... | [
"0.67870796",
"0.6703173",
"0.6461634",
"0.6300074",
"0.6169375",
"0.5992943",
"0.5594419",
"0.5474403",
"0.5447666",
"0.54101837",
"0.53164953",
"0.527014",
"0.5243082",
"0.5212459",
"0.5211088",
"0.49603406",
"0.494772",
"0.49308735",
"0.49019465",
"0.48503324",
"0.48079",
... | 0.60610455 | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.