query stringlengths 8 1.54M | document stringlengths 9 312k | negatives listlengths 19 20 | metadata dict |
|---|---|---|---|
Update business object format retention information | public BusinessObjectFormat updateBusinessObjectFormatRetentionInformation(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatRetentionInformationUpdateRequest businessObjectFormatRetentionInformationUpdateRequest); | [
"public void trackRetention() {\n track(\"_retention\");\n }",
"public void markFileRetentionPeriodReplace() throws JNCException {\n markLeafReplace(\"fileRetentionPeriod\");\n }",
"public void markFileRetentionPeriodCreate() throws JNCException {\n markLeafCreate(\"fileRetentionPerio... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method sets the value of the database column CTSTRS_HISTORY.TEMPLATE_CODE | public void setTEMPLATE_CODE(BigDecimal TEMPLATE_CODE) {
this.TEMPLATE_CODE = TEMPLATE_CODE;
} | [
"public void setTEMPLATE_CODE(BigDecimal TEMPLATE_CODE)\r\n {\r\n\tthis.TEMPLATE_CODE = TEMPLATE_CODE;\r\n }",
"public void setTemplateCode(String templateCode) {\n this.templateCode = templateCode;\n }",
"@Accessor(qualifier = \"objectTemplateCode\", type = Accessor.Type.SETTER)\n\tpublic void ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Subject of association (what it is about), e.g. ClinVar:nnn, MGI:1201606 | @ApiModelProperty(example = "null", value = "Subject of association (what it is about), e.g. ClinVar:nnn, MGI:1201606")
public BioObject getSubject() {
return subject;
} | [
"java.lang.String getSubject();",
"public String getSubjectc() {\n return subjectc;\n }",
"Identifier getSubjectIdentifier();",
"public String getSubject() {\r\n\r\n\t\treturn getStringProperty(\"Subject\");\r\n\t}",
"int getSubjectid();",
"public String getmSubject() {\n return mSubj... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method sets the value of the database column payment_transaction.acquirer_reference | public void setAcquirerReference(String acquirerReference) {
this.acquirerReference = acquirerReference == null ? null : acquirerReference.trim();
} | [
"public String getAcquirerReference() {\n return acquirerReference;\n }",
"public com.diviso.graeshoppe.order.avro.Order.Builder setPaymentRef(java.lang.String value) {\n validate(fields()[7], value);\n this.paymentRef = value;\n fieldSetFlags()[7] = true;\n return this;\n }",
"... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get number of unapproved user. | int getUnapprovedUserNumber(); | [
"Integer getNbUser();",
"public int getUserCount() {\n return userCount;\n }",
"int getUserCountsNumber(int userId) throws CountException;",
"public int getUserCount()\n\t{\n\t\tint ret = -1;\n\t\ttry {\n\t\t\tret = Integer.parseInt(userCount.getTextContent());\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\tlog... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Calculates the Neighbor nodes of set S | public Set<Node> GetNeighbors(Graph graph) {
Set<Node> neigh = new HashSet<Node>();
// Test all nodes in S
for (Node n : S_set) {
int index = n.GetIndex();
// If a node in S has an outgoing edge in the tight
// edges, add that node to the neighbors
for (Edge e : tightEdges) {
if (e.GetX_Index(... | [
"Set<Node> getNeighbors();",
"Set<Node> getOptimalNodes();",
"public Set<Space> getNeighboringSpaces(Space s) {\n\t\tSet<Space> output = new HashSet<Space>();\n\t\tCoord c = s.getCoord();\n\t\tint x = c.getx();\n\t\tint y = c.gety();\n\n\t\tif (x < n - 1)\n\t\t\toutput.add(this.s[x + 1][y]);\n\t\telse\n\t\t\tou... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set the status of the message True indicates good, false indicates bad null = default | void setMessageStatus(Boolean status); | [
"public void setMessageStatus(int status) { this.messageStatus = status; }",
"public void setStatusMessage(IStatus status);",
"public void setStatusPending(){\n this.status = false;\n }",
"Boolean getMessageStatus();",
"public void setStatus() {\r\n status = true;\r\n }",
"public void ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Given the current board state, return the obvious actions that could lead to a lethal. Intended to be a subset of all possible actions that are openly visible on the board, i.e. unleashing minions and attacking face. Unlike the more complete counterpart, this will not use random sampling; we won't really get a chance t... | private WeightedSampler<String> getPossibleLethalActions(int team) {
if (this.b.getCurrentPlayerTurn() != team || this.b.getWinner() != 0) {
return null;
}
Player p = this.b.getPlayer(team);
WeightedSampler<String> poss = new WeightedOrderedSampler<>();
List<Minion> m... | [
"@Override\r\n\tpublic List<Object> GetAdmissibleActions(State state) {\r\n\t\tHanoiTowerState stst = (HanoiTowerState)state;\r\n//\t\tSystem.out.println(\"ncurrent state: \"+stst.disk[0]+\" \"+stst.disk[1]+\" \"+stst.disk[2]+\" \"+\r\n//\t\t\t\tstst.disk[3]+\" \"+stst.disk[4]+\" \");\r\n\t\t\r\n\t\tArrayList admis... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
The method processes sentences to create Annotation_stanford and put the annotations into JCAS. | @Override
public void process(JCas aJCas) throws AnalysisEngineProcessException {
// Retrieve sentences from JCAS
FSIterator<Annotation> stIter = aJCas.getAnnotationIndex(Sentence.type).iterator();
while (stIter.hasNext()) {
Sentence s = (Sentence) stIter.next();
String id = s.getId();
S... | [
"@Override\n public void process(JCas jcas) throws AnalysisEngineProcessException \n {\n FSIndex qaIndex = jcas.getAnnotationIndex(Sentence.type);\n Iterator qaIter = qaIndex.iterator();\n \n while(qaIter.hasNext())\n {\n Sentence sentence = (Sentence) qaIter.next();\n StringTokenizer st ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the message body. | public String getMessageBody() {
return messageBody;
} | [
"public String getBody() {\n if (message.getBody() == null) {\n return null;\n }\n return convertNewlines(message.getBody());\n }",
"public String getMessageBody() {\n return messageBody;\n }",
"public String getMessageBody()\n\t{\n\t\treturn messageBody;\n\t}",
"p... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Subtract method that takes a Money object and calls the above subtract method using temporary integers for dollars and cents | public void subtract(Money subtractedMoney) {
int tempDollars;
int tempCents;
if(subtractedMoney != null) {
tempDollars = subtractedMoney.dollars;
tempCents = subtractedMoney.cents;
this.subtract(tempDollars, tempCents);
}
} | [
"void subtract(ForeignCurrency amount);",
"public Money subtract(Money m) {\n return new Money(value - m.value);\n }",
"public Money subtract(Money money) {\n return new Money(amount - money.longValue());\n }",
"public void subtract(double amount) throws IllegalArgumentException {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/Sets the colors, created by the user, from the Pref | public void setColorsFromPref(){
try {
String[] keys = prefs.keys();
if(keys.length != 0){
colors = new ColorItem[keys.length];
int i = 0;
for(String key : keys){
colors[i] = new ColorItem(key, prefs.get(key, ""));
i++;
}
}
} catch (BackingStoreException e) {
e.pr... | [
"private void changeColors(){\n \n Color vaccanceColor = vaccance.getValue();\n String vaccRGB = getRGB(vaccanceColor);\n databaseHandler.setTermColor(\"vaccance\", vaccRGB);\n \n Color travailColor = travail.getValue();\n String travailRGB = getRGB(travailColor);\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
set the B2B unit service | public void setB2bUnitService(final B2BUnitService<B2BUnitModel, ?> b2bUnitService) {
this.b2bUnitService = b2bUnitService;
} | [
"public void testSetService() throws Exception {\n }",
"public abstract void setServiceName(String serviceName);",
"void setService(java.lang.String service);",
"@Accessor(qualifier = \"Unit\", type = Accessor.Type.SETTER)\n\tpublic void setUnit(final B2BUnitModel value)\n\t{\n\t\tgetPersistenceContext().s... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks whether the userController correctly finds the top 5 users as a string. | @Test
public void findStringList() {
List<User> list = new ArrayList<>();
User user1 = new User("user1","pwd", 50);
User user2 = new User("user2","pwd", 40);
User user3 = new User("user3","pwd", 35);
User user4 = new User("user4","pwd", 30);
User user5 = new User("use... | [
"public String getLongUserNameFromUserList() {\n String longUserName = null;\n for (int i = 1; i <= getList_Users().size(); i++) {\n String appUserNameInputFieldXpath = usersListXpath + \"[\" + i + \"]\" + userNameInputFieldXpath;\n if (BaseClass.rm.isElementPresent(appUserNameInputFieldXpath)) {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets allows its wrapped element to have actions associated with it, which will be executed when the element is tapped. | @Nullable
public Clickable getClickable() {
if (mImpl.hasClickable()) {
return Clickable.fromProto(mImpl.getClickable());
} else {
return null;
}
} | [
"IWebElementWrapper click();",
"@DISPID(-2147412104)\n @PropGet\n java.lang.Object onclick();",
"public boolean getTap() {\n\t\treturn tapped;\n\t}",
"@Override\n FluentList<E> click();",
"public Command click() {\r\n\t\treturn command;\r\n\t}",
"Gesture<E> getGesture();",
"@Nullable\n publi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Deletes the WFMS_Position_Audit with the primary key from the database. Also notifies the appropriate model listeners. | @Indexable(type = IndexableType.DELETE)
@Override
public WFMS_Position_Audit deleteWFMS_Position_Audit(String paId)
throws PortalException {
return wfms_Position_AuditPersistence.remove(paId);
} | [
"@Indexable(type = IndexableType.DELETE)\n\t@Override\n\tpublic WFMS_Position_Audit deleteWFMS_Position_Audit(\n\t\tWFMS_Position_Audit wfms_Position_Audit) {\n\t\treturn wfms_Position_AuditPersistence.remove(wfms_Position_Audit);\n\t}",
"@Override\n\tpublic void deletePosition(Integer id) {\n\t\t\n\t\tpositionRe... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Dumps the profiles for the given package. | public void dumpProfiles(PackageParser.Package pkg) {
final int sharedGid = UserHandle.getSharedAppGid(pkg.applicationInfo.uid);
try {
ArrayMap<String, String> packageProfileNames = getPackageProfileNames(pkg);
for (int i = packageProfileNames.size() - 1; i >= 0; i--) {
... | [
"void dumpWallet(String filename);",
"public String dumpProfile() throws DDlogException {\n this.checkHandle();\n return DDlogAPI.ddlog_dump_profile(this.hprog, null);\n }",
"public void extractProfilesAndPrint(){\n\t\tRepositoryItem[] profiles = extractProfilesUsingQueryBuilder();\n\t\t\n\t\ti... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
browser page refresh action | public void refresh() {
log.info("browser refresh");
driver.navigate().refresh();
} | [
"public void refreshPage() { }",
"public void refreshPage() {\n\t\tdriver.navigate().refresh();\n\t}",
"public final void refreshPage() {\n\t\tWebDriver driver = getDriver();\n\t\tdriver.navigate().refresh();\n\t}",
"public static void refreshPage() {\n\t\tLOG.info(\"Refreshing current page.\");\n\t\tConstant... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__OrOpExp__Group__1__Impl" $ANTLR start "rule__OrOpExp__Group_1__0" InternalOCLlite.g:4202:1: rule__OrOpExp__Group_1__0 : rule__OrOpExp__Group_1__0__Impl rule__OrOpExp__Group_1__1 ; | public final void rule__OrOpExp__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOCLlite.g:4206:1: ( rule__OrOpExp__Group_1__0__Impl rule__OrOpExp__Group_1__1 )
// InternalOCLlite.g:4207:2: rule__OrOpExp__Group_1__0__Impl ... | [
"public final void rule__OrOpExp__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalOCLlite.g:4152:1: ( rule__OrOpExp__Group__0__Impl rule__OrOpExp__Group__1 )\n // InternalOCLlite.g:4153:2: rule__OrOpExp__Group__0_... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the set of AssayImportMethods supported by this assay. If none are provided, a default import method will be used | abstract public Collection<AssayImportMethod> getImportMethods(); | [
"String getSupportedMethods();",
"ImportOption[] getImports();",
"@NonNull\n public Set<Uri> getAuthenticationMethods() {\n return mAuthMethods;\n }",
"Import[] getImports();",
"Collection<HttpMethod> getMinimalSupportedHttpMethods();",
"ImportsOperations getImportsOperations();",
"public E... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Draw draw the ball on the given DrawSurface. | public void drawOn(DrawSurface surface) {
surface.setColor(this.color);
surface.fillCircle(this.getX(), this.getY(), r);
surface.setColor(Color.BLACK);
surface.drawCircle(this.getX(), this.getY(), r);
} | [
"public void drawOn(DrawSurface surface) {\n //setting the color of the ball on the surface\n surface.setColor(this.color);\n\n //setting the ball on the surface as a full circle with center point and radius\n surface.fillCircle((int) center.getX(), (int) center.getY(), radius);\n }",... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns a List of SelectItems representing the available filters for this file. | public List<SelectItem> getFilterTypes() {
List<SelectItem> filters = new ArrayList<SelectItem>();
filters.add(new SelectItem(PSMAccessionsFilter.shortName(), PSMAccessionsFilter.filteringName()));
filters.add(new SelectItem(ChargeFilter.shortName(), ChargeFilter.filteringName()));
filters.add(new SelectItem... | [
"List<SearchFilter> getFilters();",
"public List<Filter> getFilters(){\n List<Filter> filters = new ArrayList<>();\n Filter[] filterArr = Filter.class.getEnumConstants();\n for (int i = 0; i < filterArr.length; i++){\n filters.add(filterArr[i]);\n }\n return filters;\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Create a new timeline date with the current time. | public TimelineDate() {
this (new Date());
} | [
"ITimeline createTimeline();",
"public static Date newDateToday () {\r\n\t\t\r\n\t\tCalendar calendar;\r\n\t\t\r\n\t\tcalendar = new GregorianCalendar();\r\n\r\n\t\tcalendar.set (Calendar.HOUR, -12);\r\n\t\tcalendar.set (Calendar.MINUTE, 0);\r\n\t\tcalendar.set (Calendar.SECOND, 0);\r\n\t\tcalendar.set (Calendar.... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
GENLAST:event_ButtonAddFilterActionPerformed Called when the 'remove addressee' button was clicked. Tells the telegram manager to remove the selected addressees, and updates the GUI to reflect the change. | private void ButtonRemoveFilterActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_ButtonRemoveFilterActionPerformed
{//GEN-HEADEREND:event_ButtonRemoveFilterActionPerformed
// Retrieve selected index, remove filter from telegram manager.
int index = JListFilters.getSelectedIndex();
... | [
"private void removeSourceButtonActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_removeSourceButtonActionPerformed\n {//GEN-HEADEREND:event_removeSourceButtonActionPerformed\n removeSelectedFromList(sourceList);\n }",
"private void btnRemoveActionPerformed(java.awt.event.ActionEvent e... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Extracts an ASN1Sequence from an ASN1 Tagged Object. | private ASN1Sequence getTaggedSequence(
final ASN1Tagged tagvalue,
final int tagid)
throws IOException {
ASN1Object obj = tagvalue.taggedValue();
if (tagid != tagvalue.getIdentifier().getTag()) {
throw new IOException("Unknown Tagged Data");
}
byte[]... | [
"public interface ASN1TaggedObjectParser\n extends ASN1Encodable, InMemoryRepresentable\n{\n /**\n * Return the tag class associated with this object.\n *\n * @return the tag class.\n */\n int getTagClass();\n\n /**\n * Return the tag number associated with this object.\n *\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the value of the 'field259' field | public java.lang.CharSequence getField259() {
return field259;
} | [
"public java.lang.CharSequence getField259() {\n return field259;\n }",
"public void setField259(java.lang.CharSequence value) {\n this.field259 = value;\n }",
"public java.lang.CharSequence getField258() {\n return field258;\n }",
"java.lang.String getField1307();",
"java.lang.String getField13... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Opens the dialog which allows to create a new robot. | public static void showNewRobotDialog() {
RobotDialog profile = new RobotDialog(Application.getApplication( )
.getShell( ));
profile.open( );
} | [
"public void createAndShowDialog() {\n\t\tcreateDialog();\n\t\tgetSwingRenderer().showDialog(createdDialog, true);\n\t}",
"private void createNewStoryDialog() {\n view.createNewStoryDialog();\n }",
"public static void showEditRobotDialog(Robot robot) {\r\n\t\tRobotDialog dialog = new RobotDialog(Appli... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Example command tesseract l vie "G:\\Java\\Java Project\\CongVanService\\hinhcongvan\\sample.png" "G:\\Java\\Java Project\\CongVanService\\hinhcongvan\\sample" pdf String command = "cmd /C start /wait tesseract l vie "+"\""+src+"\""+" "+"\""+dst+"\""+" pdf"; About 1.8s | public static void imageToPDF(String src, String dst) throws IOException, InterruptedException {
String command = "tesseract -l vie "+"\""+src+"\""+" "+"\""+dst+"\""+" pdf";
Process p = Runtime.getRuntime()
.exec(command);
p.waitFor();
// int result = p.exitValue();
} | [
"public OCRTask(String language) throws OCRException {\n this.language = language;\n\n String[] version = {\"tesseract\", \"-v\"};\n try {\n ProcessBuilder builder = new ProcessBuilder(version);\n builder.redirectErrorStream(true);\n Process versionProcess = bui... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Function for comparing if two People are the same. Two people are considered the sameif they have the same personId. | public boolean equals( Object other){
if( other instanceof Person){
return personId == ((Person)other).getPersonId();
}
return false;
} | [
"public boolean Equal(Person other){\n\t\tboolean ret_val = true;\n\t\tint nt = 0;\n\t\tint thisAge = this.GetAge();\n\t\tint otherAge = other.GetAge();\n\t\tif (!this.Compare(thisAge,otherAge)){\n\t\t\tret_val = false ;\n\t\t} \n\t\telse { \n\t\t\tint thisSalary = this.GetSalary();\n\t\t\tint otherSalary = other.G... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the policyNo value for this JPlanMainVo. | public void setPolicyNo(java.lang.String policyNo) {
this.policyNo = policyNo;
} | [
"public void setPolicyNo(String policyNo) {\r\n m_policyNo = policyNo;\r\n }",
"public void setWcPolicyNo(String wcPolicyNo)\n\t{\n\t\tthis.wcPolicyNo = wcPolicyNo;\n\t}",
"public void setPwdPolicyNo(int pwdPolicyNo)\n\t{\n\t\tthis.pwdPolicyNo = pwdPolicyNo;\n\t}",
"public String getPolicyNo() {\r\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test the property 'feedCreativeFields' | @Test
public void feedCreativeFieldsTest() {
// TODO: test feedCreativeFields
} | [
"@Test\n public void feedAdgroupFieldsTest() {\n // TODO: test feedAdgroupFields\n }",
"@GSLWhitelistMember\n public boolean isCreative() {\n return internal.isCreative();\n }",
"public String getCreative() {\n return creative;\n }",
"private boolean checkIfHasRequiredField... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
disconnect ReceivingSpace with smart_pallet in Goods | public ReceivingSpace planToRemoveGoodsListWithSmartPallet(ReceivingSpace receivingSpace, String smartPalletId, Map<String,Object> options)throws Exception; | [
"public void cancelPairing() throws BluetoothPairException;",
"public void disconnect() {\n commModule.disconnect();\n }",
"public void disconnect() {}",
"private void disconnect(){\n bluetoothGatt.disconnect();\n connectionState = CONNECTION_STATE.DISCONNECTED;\n }",
"private voi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Converts a number to two digits. | public String twoDigits(long num); | [
"public static String formatNumberAsTwoDigits (int day)\r\n {\r\n if (day < 10)\r\n {\r\n return \"0\" +day;\r\n }\r\n \r\n else if(day>=10)\r\n {\r\n return day+\"\";\r\n } \r\n else\r\n {\r\n return \"error\";\r\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns an ordered range of all the found objects. Useful when paginating results. Returns a maximum of end start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtilALL_POS will return the full result s... | public static List<FoundObject> findAll(
int start, int end, OrderByComparator<FoundObject> orderByComparator) {
return getPersistence().findAll(start, end, orderByComparator);
} | [
"@Override\n\tpublic List<Arret> findAll(\n\t\tint start, int end, OrderByComparator<Arret> orderByComparator) {\n\n\t\treturn findAll(start, end, orderByComparator, true);\n\t}",
"public static List<FoundObject> findAll(\n\t\tint start, int end, OrderByComparator<FoundObject> orderByComparator,\n\t\tboolean useF... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Moves the window to the monitor (for windowed it centres it on that monitor) | public void changeMonitor(long monitor){
//PROBABLY WRONG --- NEEDS TESTING
//Simply change monitor for fullscreen and borderless, move for windowed
if(type == Type.FULLSCREEN){
//Retrieve the monitor and video mode
monitorID = monitor;
GLFWVidMode mode = glf... | [
"public void centre(){\n //Skip if not windowed\n if(type != Type.WINDOWED){\n return;\n }\n\n //Retrieve the handle of the primary monitor\n long primaryMonitor = glfwGetPrimaryMonitor();\n\n //Retrieve the top left corner of the primary monitor\n IntBuff... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Optional. The time when the message was sent. .google.protobuf.Timestamp send_time = 9 [(.google.api.field_behavior) = OPTIONAL]; | com.google.protobuf.TimestampOrBuilder getSendTimeOrBuilder(); | [
"com.google.protobuf.Timestamp getSendTime();",
"public long getSendTime() {\n return sendTime_;\n }",
"public Date getSendTime() {\n return sendTime;\n }",
"java.lang.String getSendTime();",
"public void setSendTime(Date sendTime) {\n this.sendTime = sendTime;\n }",
"public void s... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
To check for any input mismatch or illegal argument such as negative value. The lastItem id will prevent client from exceeding the number of available. | private int errorCheckingInt(String display, int lastItem) {
int index;
Scanner input = new Scanner(System.in);
while (true) {
System.out.print("\n" + display);
try {
index = input.nextInt();
if (index < 1 || index > lastItem)
throw new IllegalArgumentException("Error input\n");
break;
... | [
"protected void validateItem(Item[] param) {\r\n }",
"@Test(expected=InvalidItemException.class)\n\tpublic void testInvalidItems() throws Exception {\n\t\tfor (int i = 0; i >= -10; i--) {\n\t\t\td.dispense(50, i);\n\t\t}\n\t}",
"protected void validateItem(LogItem[] param) {\n }",
"void checkLas... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
mergeVenTransactionFee merges a VenTransactionFee | public VenTransactionFee mergeVenTransactionFee(VenTransactionFee venTransactionFee); | [
"public ArrayList<VenTransactionFee> mergeVenTransactionFeeList(\n\t\t\tList<VenTransactionFee> venTransactionFeeList);",
"public VenTransactionFee persistVenTransactionFee(VenTransactionFee venTransactionFee);",
"public void removeVenTransactionFee(VenTransactionFee venTransactionFee);",
"public ArrayList<Ve... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Delete all the skills associated to a given job Use relational table job_skill which reference the job id and a skill id per row | public int deleteSkills(Proposal job) {
return executeRequestUpdate("DELETE FROM " + JOB_SKILL + " WHERE "
+ ID_JOB + " = " + job.getId());
} | [
"public int deleteSkills(Job job) {\n\t\t\treturn executeRequestUpdate(\"DELETE FROM \" + JOB_SKILL + \" WHERE \"\n\t\t\t\t\t+ ID_JOB + \" = \" + job.getId());\n\t\t}",
"public void deleteJobById(int id);",
"@DeleteMapping(\"/{skillId}\")\n public void deleteSkill(@PathVariable Integer skillId){\n skillsSer... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
editASLTVSdatetime.setText(date_time + (" "+hourOfDay + ":" + minute)); | @Override
public void onTimeSet(TimePicker view, int hourOfDay, int minute) {
editASLTStime.setText((((hourOfDay < 10) ? "0" + hourOfDay : hourOfDay) + ":" + ((minute < 10) ? "0" + minute : minute) + ":00"));
} | [
"@Override\n public void onTimeSet(TimePicker view, int hourOfDay, int minute) {\n editACVTStime.setText((((hourOfDay < 10) ? \"0\" + hourOfDay : hourOfDay) + \":\" + ((minute < 10) ? \"0\" + minute : minute) + \":00\"));\n }",
"@Override\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
recording message according to status value | private String info(boolean status){
return status ? "recording" : "is not recording";
} | [
"protected abstract O formatStreamStatusMessage(TrackingEvent statusMessage);",
"public void messageArrived(StatusMessage statusMessage);",
"public void setMessageStatus(int status) { this.messageStatus = status; }",
"public void statusMessage(String message);",
"void sendStatus(int status);",
"java.lang.... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Removes the result stored under the given name from the results map. | public void remove(final String name) {
results.remove(name);
} | [
"public void removeMatch(Match m)\r\n {\r\n this.resultsTree.remove(m);\r\n }",
"void removeCache(String name);",
"public void removeWarp(String name) {\n //Load Map (Update)\n loadMap();\n\n //Remove WarpPoint from Map\n map.remove(name);\n\n //Save Map\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns information about whether a resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. This information includes actual and expected property values for resources in which CloudFormation detects drif... | java.util.concurrent.Future<DetectStackResourceDriftResult> detectStackResourceDriftAsync(DetectStackResourceDriftRequest detectStackResourceDriftRequest); | [
"Map<String, Map<String, String>> getAllDefinedTemplateProperties();",
"boolean hasRequestedResourceProperties();",
"com.google.cloud.accessapproval.v1.ResourceProperties getRequestedResourceProperties();",
"public boolean compareTemperatures(Double temp1, Double temp2) throws Exception {\n\n boolean t... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
filter card by cardType | private List<UserCardInfo> filterCardInfoByType(String cardType, List<UserCardInfo> cardList) {
if (StringUtils.isEmpty(cardType)) {
return cardList;
}
return cardList.stream().filter(card -> card.getUser().getUserrole().equals(cardType))
.collect(Collectors.toList()... | [
"public List<Card> getCards(CardType type) {\n List<Card> cards = new ArrayList<>();\n for (Card card : this) {\n if (card.getCardType() == type) {\n cards.add(card);\n }\n }\n return cards;\n }",
"List<CardTypeDTO> lookupCardTypes();",
"Obser... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Purpose: The purpose of this class is it describes the actions that are common between all orders. All orders can operate by adding, getting a drink, finding the subtotal and finding the total price of the order. | public interface OrderAction
{
public void add(Drink drink);
public Drink getDrink(int i);
public double getSubTotal();
public double getTotal(double tip);
} | [
"@Override\n public int ordersCostSummary()\n {\n int total = 0;\n for(int i = 0; i < size; i++)\n for(int j = 0; j < size; j++)\n total += orders[i].get(j).getPrice();\n return total;\n }",
"private void createOrders() {\n\t\tCustomer dave = customerService... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Generates a Dendrogram by interacting with Flapjack's web services. Sends a SimMatrix and lineCount to the web service for creating a Dendrogram and gets a Dendrogram in return. | public Dendrogram generateDendrogram()
throws Exception
{
runnerThread = Thread.currentThread();
// Send similarity matrix to the dendrogram API endpoint
taskId = postSimMatrix();
if (okToRun)
{
// Try to get the generated dendrogram back from the web service
Response<ResponseBody> respo... | [
"public static void main(String[] args) throws IOException {\n String request = new XmlRpc(\"d.multicall\", \"main\", \"d.name=\", \"d.hash=\", \"d.size_bytes=\", \"d.bytes_done=\", \"d.get_down_rate=\", \"d.get_up_rate=\", \"d.get_complete=\", \"d.is_open=\", \"d.is_hash_checking=\", \"d.get_state=\", \"d.g... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Updates or adds the configuration for an entry. If the entry already exists but is stored in a readonly module, then the entry is migrated to the main writable module. If it does not yet exist, a new one is created inside the main writable module. If one already exists in a certain module, the configuration in that mod... | @Override
public ModularConfigurationEntry<T> add(
final String name,
final ConfigurationNode config)
{
ModularConfigurationEntry<T> entry = get(name);
try {
if (entry.isReadOnly()) {
return getDefaultModule().add(name, config);
} e... | [
"void onModuleAdded(final ModularConfigurationModule<T> module) {\n for (ModularConfigurationEntry<T> newEntry : module.getAll()) {\n ModularConfigurationEntry<T> existing = entries.getIfExists(newEntry.getName());\n if (existing == null) {\n existing = removedEntries.rem... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the configuration parameter "MaxConnections". | public Integer getMaxConnections ()
{
return mMaxConnections;
} | [
"public int getMaxConnections() {\n return maxConnections;\n }",
"int getMaxConnections() {\n return maxConnections;\n }",
"public String getDatabaseConnectionPoolMaxNumberConnections(){\n \t\treturn getProperty(\"org.sagebionetworks.pool.max.number.connections\");\n \t}",
"public int getM... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the match object of the match next to be played Iterate backwards to account for data gaps | public static @Nullable Match getNextMatchPlayed(List<Match> matches)
{
if (matches == null || matches.isEmpty()) return null;
Match last = null;
for (int i = matches.size() - 1; i >= 0; i--) {
Match m = matches.get(i);
if (m.hasBeenPlayed()) {
ret... | [
"public int getPrevMatch (int currentIndex, Team team);",
"@Override\n\tpublic int getNextFirstPlayOff() {\n\t\treturn _esfMatchResult.getNextFirstPlayOff();\n\t}",
"public Match getRightPreviousMatch() {\n return rightPreviousMatch;\n }",
"@Override\n\tpublic int getNextSecondPlayOff() {\n\t\tretur... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Substitutes the character through the plugboar | public char substitute(char input){
for(Plug plug: plugs){
if(input == plug.getEnd1()){
return plug.getEnd2();
}
if(input == plug.getEnd2()){
return plug.getEnd1();
}
}
return input;
} | [
"public void insertCharacter(char ch);",
"private void replace(Character c1, Character c2){\r\n if(c1 == '~')\r\n c1 = ' ';\r\n\r\n if (c2 == '~')\r\n c2 = ' ';\r\n\r\n message.replaceAll(c1,c2);\r\n }",
"protected abstract String translateSpecialChar(final Property... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Delete the rancher by id. | @Override
public void delete(Long id) {
log.debug("Request to delete Rancher : {}", id);
rancherRepository.deleteById(id);
} | [
"@Override\n public void delete(Long id) {\n log.debug(\"Request to delete Borrower : {}\", id);\n borrowerRepository.deleteById(id);\n borrowerSearchRepository.deleteById(id);\n }",
"public void delete(Long id) {\n log.debug(\"Request to delete Heater : {}\", id);\n heate... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
List tasks based on planned date | public List<TaskBean> getTasksBasedOnPlannedDate(String catName)
{
BufferedReader br = null;
String line;
PlannedDateComparator plDate = new PlannedDateComparator();
try
{
br = new BufferedReader(new FileReader(catName));
List<TaskBean> tasks = new ArrayList<TaskBean>();
SimpleDateFormat sdf = ne... | [
"void listTasksByDueDate();",
"public String showTaskListByDate() {\n\t\tList<Task> fileContentDate = fileHandler.readFromFile();\n\t\tString retStr = \"\";\n\t\tif (fileContentDate.size() != 0) {\n\t\t\tretStr = Constants.SUCCESS;\n\t\t\tCollections.sort(fileContentDate, Task.DateComparator);\n\t\t\tSystem.out.p... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Return value from Cumulative Distribution Function | public static double cumulativeDistributionFunction(double d) {
NormalDistribution normal = new NormalDistribution();
return normal.cumulativeProbability(d);
} | [
"public double seriesCumulative()\n\t{\n\t\tdouble seriesCumulative = 0.;\n\n\t\tfor (java.util.Map.Entry<java.lang.Integer, java.lang.Double> orderedSeriesEntry :\n\t\t\t_orderedSeriesMap.entrySet())\n\t\t{\n\t\t\tseriesCumulative = seriesCumulative + orderedSeriesEntry.getValue();\n\t\t}\n\n\t\treturn seriesCumul... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Bring you to a page where you can assign a doctor's visit. Accessible by: Nurses | public void seenByDoctor(View view) {
Patient patient = getPatient();
try {
if (ArrivalCheck(patient.getHc())) { // Checks whether patient is checked in before they see a doctor
Intent intent = new Intent(this, SeenDoctorActivity.class);
Health_Card HC = new Health_Card(getNumber());
intent.putExtra... | [
"public void assignDoctorToPatient()\n {\n int healthNumber = ioInterface.readInt(\"Enter the health number of the patient: \");\n String name = ioInterface.readString(\"Enter the name of the doctor: \");\n\n AssignDoctor cmd = new AssignDoctor();\n cmd.assignDoctor(name, healthNumber... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Initialize the Vuforia localization engine. | private void initVuforia() {
/*
* Configure Vuforia by creating a Parameter object, and passing it to the Vuforia engine.
*/
VuforiaLocalizer.Parameters parameters = new VuforiaLocalizer.Parameters();
parameters.vuforiaLicenseKey = VUFORIA_KEY;
parameters.camera... | [
"private void initVuforia() {\n /*\n * Configure Vuforia by creating a Parameter object, and passing it to the Vuforia engine.\n */\n VuforiaLocalizer.Parameters parameters = new VuforiaLocalizer.Parameters();\n\n parameters.vuforiaLicenseKey = VUFORIA_KEY;\n parameters.c... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "SET_DYNAMIC_SCOPE_ATTR" $ANTLR start "DYNAMIC_SCOPE_ATTR" | public final void mDYNAMIC_SCOPE_ATTR() throws RecognitionException {
try {
int _type = DYNAMIC_SCOPE_ATTR;
int _channel = DEFAULT_TOKEN_CHANNEL;
CommonToken x=null;
CommonToken y=null;
// org\\antlr\\grammar\\v3\\ActionTranslator.g:583:2: ( '$... | [
"public final void mSET_DYNAMIC_SCOPE_ATTR() throws RecognitionException {\r\n try {\r\n int _type = SET_DYNAMIC_SCOPE_ATTR;\r\n int _channel = DEFAULT_TOKEN_CHANNEL;\r\n CommonToken x=null;\r\n CommonToken y=null;\r\n CommonToken expr=null;\r\n\r\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ xmsoriginalfile: specification/vmwarecloudsimple/resourcemanager/Microsoft.VMwareCloudSimple/stable/20190401/examples/ListVirtualMachineTemplates.json Sample code: ListVirtualMachineTemplates. | public static void listVirtualMachineTemplates(
com.azure.resourcemanager.vmwarecloudsimple.VMwareCloudSimpleManager manager) {
manager
.virtualMachineTemplates()
.list(
"myPrivateCloud",
"westus2",
"/subscriptions/{subscription-id}... | [
"TemplateList getAllTemplates(String templateType) throws NotificationClientException;",
"java.util.concurrent.Future<ListAssessmentTemplatesResult> listAssessmentTemplatesAsync(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest);",
"public Collection<Template> getListTemplates()\n\t{\t\t\n\t\tTempla... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get the current tempo in beats per minute. | public float getTempoInBPM(); | [
"public double getTempo() {\n return tempo;\n }",
"public int getTempo() {\n return tempo;\n }",
"public ReactorResult<java.lang.Integer> getAllBeatsPerMinute_as() {\r\n\t\treturn Base.getAll_as(this.model, this.getResource(), BEATSPERMINUTE, java.lang.Integer.class);\r\n\t}",
"public doub... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ Returns true if the piece is currently in the process of moving | public boolean isMoving() {
return moveProgress > 0;
} | [
"public boolean isMoving();",
"public final boolean isMoving() {\r\n\t\treturn moveStart > 0;\r\n\t}",
"boolean canMovePieces();",
"boolean isMovementPossible(PieceMovement movement);",
"boolean isMoveFinished(int tick);",
"private boolean handNeedsToMove() {\n\t\treturn Math.abs(handPosition - handTarget... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Converts an output from an input type to an output type | public <@NotNull I, @NotNull O> @NotNull O convert(I pInput, Class<O> pOutputClass); | [
"public Type convertOutBodyTo(Class type) {\n return process(ProcessorBuilder.setOutBody(Builder.outBody().convertTo(type)));\n }",
"public static void convert( ImageBase input, ImageBase output ) {\n\n\t\tImageType typeIn = input.getImageType();\n\t\tImageType typeOut = output.getImageType();\n\n\t\tif... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
returns top words for specific topic | public IDSorter[] topWords(int topic) {
IDSorter[] sortedWords = new IDSorter[numWords];
for (int type = 0; type < numWords; type++) {
sortedWords[type] = new IDSorter(type, nphi[type][topic]);
}
Arrays.sort(sortedWords);
return sortedWords;
} | [
"public abstract String[][] getTopWords();",
"String findWordsTopCount(int topCount, List<String> source);",
"java.lang.String getTopics(int index);",
"public int getTopicHighScore(String username, String topic);",
"private static void printMostUsedWords(){\n\t\tMap<String, Integer> words = getWords();\n\t\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Return the object int the node of the specifyc path. | public Object getNodeObject(String path){
DefaultMutableTreeNode res = getNode(path) ;
if(res==null)
return null;
return res.getUserObject();
} | [
"public CDOResourceNode getResourceNode(String path) throws CDOException;",
"public Object getMatchingPathObject(Object object, String path) throws Exception {\n Log.info( \"org.safs.jvmagent.agents.JMenuAgent.getMatchingPathObject( )\" );\n return traverseMenu( object, path );\n }",
"Node getN... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the queryId value for this WUPublishWorkunitResponse. | public void setQueryId(java.lang.String queryId) {
this.queryId = queryId;
} | [
"public void setQueryId(int queryId)\n {\n this.queryId = queryId;\n }",
"public void setQueryId(String queryId) {\n this.queryId = queryId == null ? null : queryId.trim();\n }",
"public void setQueryID(int queryID) {\n this.queryID = queryID;\n }",
"public void setQueryID(int... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the listOfAssetMgmtAssetOrderMgmt value for this Account. | public void setListOfAssetMgmtAssetOrderMgmt(com.siebel.www.xml.BaseAccount.AssetMgmtAssetOrderMgmt[] listOfAssetMgmtAssetOrderMgmt) {
this.listOfAssetMgmtAssetOrderMgmt = listOfAssetMgmtAssetOrderMgmt;
} | [
"public com.siebel.www.xml.BaseAccount.AssetMgmtAssetOrderMgmt[] getListOfAssetMgmtAssetOrderMgmt() {\n return listOfAssetMgmtAssetOrderMgmt;\n }",
"public void setAssetList(List<Asset> assetList) {\r\n this.assetList = assetList;\r\n }",
"public void setAssetManager(AssetManager assetManage... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Add the specified message handle to the database. | public void addMessageHandle(Connection connection,
MessageHandle handle)
throws PersistenceException {
if (_log.isDebugEnabled()) {
_log.debug("addMessageHandle(handle=[consumer="
+ handle.getConsumerPersistentId()
... | [
"public void message_add(message message){\n \tSQLiteDatabase db = this.getWritableDatabase();\n\n \t// 2. create ContentValues to add key \"column\"/value\n \tContentValues values = new ContentValues();\n \tvalues.put(KEY_MESSAGES_ID, message.id_get());\n \tvalues.put(KEY_MESSAGES_FROM, message.from... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
C++: Ptr_DisparityWLSFilter createDisparityWLSFilter(Ptr_StereoMatcher matcher_left) | private static native long createDisparityWLSFilter_0(long matcher_left_nativeObj); | [
"public static DisparityWLSFilter createDisparityWLSFilter(StereoMatcher matcher_left)\r\n {\r\n \r\n DisparityWLSFilter retVal = DisparityWLSFilter.__fromPtr__(createDisparityWLSFilter_0(matcher_left.getNativeObjAddr()));\r\n \r\n return retVal;\r\n }",
"public static DisparityW... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
The UserSession class holds information related to a User's Session. Information is cached as the application server for use in subsequent requests. Care should be take to keep the UserSession lightweight. Otherwise, if the application server is in a clustered environment, excessive time and network resources will be w... | public interface UserSession extends Cloneable {
public static final String OASIS_USER = IOasisAction.KEY_OASISUSER;
/**
* Get the unique identifier of this UserSession object.
*/
public String getSessionId();
/**
* Get the OasisUser describing the User associated with this U... | [
"public Session getUserSession();",
"public static Map<Session,String> getSessionUserMap() {\n return sessionUserMap;\n }",
"public SessionUserBean getSessionUser() {\n return sessionUser;\n }",
"public static UserSession<?> getUserSession() {\n UserSession us = getThreadLocalUserSe... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Inserta una imagen en la posicion i del memorama | private void setImagePosition(int i,Image image){
this.images[i] =image;
} | [
"private void definirPosicionesImagenes() {\n\t\tif (imagenes.size() == 0)\n\t\t\treturn;\n\n\t\tint puntero = ancho - 10; // comienzo en el extremo derecho del panel con un pequenio espacio para que no\n\t\t\t\t\t\t\t\t\t// quede pegado al costado\n\t\tfor (int i = 0; i < imagenes.size(); i++) {\n\t\t\tint decreme... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Retrieves a document number for a payment request by user defined criteria and sorts the values ascending if orderByAscending parameter is true, descending otherwise. | protected List<String> getDocumentNumbersOfPaymentRequestByCriteria(Criteria criteria, boolean orderByAscending) {
LOG.debug("getDocumentNumberOfPaymentRequestByCriteria() started");
ReportQueryByCriteria rqbc = new ReportQueryByCriteria(PaymentRequestDocument.class, criteria);
if (orderByAscend... | [
"protected String getDocumentNumberOfPaymentRequestByCriteria(Criteria criteria) {\n LOG.debug(\"getDocumentNumberOfPaymentRequestByCriteria() started\");\n List<String> returnList = getDocumentNumbersOfPaymentRequestByCriteria(criteria, false);\n\n if (returnList.isEmpty()) {\n retu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Synchronous executed commands on a node selection for Server Control. | public interface NodeSelectionServerCommands<K, V> {
/**
* Asynchronously rewrite the append-only file.
*
* @return String simple-string-reply always {@code OK}.
*/
Executions<String> bgrewriteaof();
/**
* Asynchronously save the dataset to disk.
*
* @return String simpl... | [
"private void syncNodeSelection() {\r\n\t\tGraphNode node = ((AbstractGraph)graphController.getGraph()).getFirstSelectedNode();\r\n\t\tif(node != null) {\r\n\t\t\tcancelSelectionUpdate = true;\r\n\t\t\tsetGlobalSelection((OWLEntity)node.getUserObject());\r\n\t\t}\r\n\t}",
"@Override\n public void execute() {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
The execute(S_fromClient s) method is called by the client and executes the instructions of the command in the class | public void execute(Tetris_Client s)
{
s.setSendStone();
} | [
"public abstract CommandResult execute();",
"public void execute() {\n // This should already be syncronous\n Bukkit.getServer().dispatchCommand(Util.getConsoleSender(), command);\n }",
"public void execute(Command command){\n command.run(field);\n }",
"public abstract void runComma... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Create output converter and generate output flat content | @Override
public byte[] generateOutput() {
this.plainOut = new PlainOutputConversion();
String output = "";
try {
output = constructTextfromXML(this.rootXML, true);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return output.getBytes();
} | [
"org.tribuo.interop.oci.protos.OCIOutputConverterProto getOutputConverter();",
"public Output createOutput();",
"private void output() {\r\n\t\t// Write new contents to the file\r\n\t\ttry {\r\n\t\t\toutputFile = new File(outputPath);\r\n\t\t\t// Check if file already exists\r\n\t\t\tif (outputFile.exists() == ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets whether this LevelItem holds a Player object. | public void setPlayer(boolean player) {
this.player = player;
} | [
"public void setPlayerObject(Player _player) {\r\n \tplayerObject = _player;\r\n }",
"public void setPlayer(PlayerType player){\n this.player = player;\n }",
"public void setPlayer(Player player)\r\n\t{\r\n\t\tthis.player = player;\r\n\t}",
"public void setPlayer(Player player)... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Creates the options frame, which pops up to allow the user to change settings, such as setting the theme or follow redirect checkbox | private JFrame makeOptionsFrame(){
MenuBarHandler menuBarHandler = new MenuBarHandler();
JFrame optionsFrame = new JFrame("Options");
optionsFrame.setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE);
optionsFrame.setResizable(false);
optionsFrame.setLocationRelativeTo(frame);
... | [
"public void launchOptionsDialog() {\n\t\tgetUIFacade().setStatusText(language.getText(\"settingsPreferences\"));\n\t\tSettingsDialog dialogOptions = new SettingsDialog(this);\n\t\tdialogOptions.show();\n\t\tarea.repaint();\n\t}",
"public void showFormsSettings() {\n Object dialog = loadComponentFromFile(... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Validates whether moving the given folder from the old parent to the new parent is valid with respect to our STS restrictions. Throws an IllegalArgumentException if it is invalid. | void validateCanMoveFolder(UserInfo userInfo, String folderId, String oldParentId, String newParentId); | [
"@Test\n public void testMoveDirUnderParent() throws Throwable {\n Assume.assumeTrue(renameSupported());\n Path testdir = path(\"testMoveDirUnderParent\");\n fs.mkdirs(testdir);\n Path parent = testdir.getParent();\n // the outcome here is ambiguous, so is not checked\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Overrides the run method of java.lang.Thread. Holds the main loop for the ppPaddle. | public void run() {
while (canPlay) {
// Get ball position and speed
double ballX = myBall.getX();
double ballY = myBall.getY();
double ballVx = myBall.getVx();
double ballVy = myBall.getVy();
// Track the ball if it is on the agent's side coming towards him
if (ballVx < 0 ... | [
"public void run()\r\n {\r\n p.paused = false;\r\n createPlatform();\r\n }",
"public void run() {\n long lastLoopTime = System.nanoTime();\n final int TARGET_FPS = 3;\n final long OPTIMAL_TIME = 1000000000 / TARGET_FPS; //nanoseconds per second / target fps\n long l... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Metodo encargado de modificar el valor del atributo numeroTelefonico | public void setNumeroTelefonico(String numeroTelefonico) {
this.numeroTelefonico = numeroTelefonico;
} | [
"public void setTelefonoa(String telefonoa);",
"public String getNumeroTelefonico() {\n\t\treturn numeroTelefonico;\n\t}",
"public void limpiarTelefono() {\r\n this.setNumeroTelefono(\"\");\r\n this.setId_TipoTelefono(0);\r\n }",
"public abstract void setTelefono_it(java.lang.String newTelefo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method is to validate the input text fields and verify login credentials from SQLite | private void verifyData() {
if (!inputValidation.isInputEditTextFilled(textInputEditTextUsername, textInputLayoutUsername, getString(R.string.error_message_email))) {
return;
}else if (!inputValidation.isInputEditTextFilled(textInputEditTextPassword, textInputLayoutPassword, getString(R.stri... | [
"private void verifyFromSQLite() {\n /* if (!inputValidation.isInputEditTextFilled(textInputEditTextEmail, textInputLayoutEmail, getString(R.string.error_message_email))) {\n return;\n }\n if (!inputValidation.isInputEditTextEmail(textInputEditTextEmail, textInputLayoutEmail, getString... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the ticketIssuerCity value for this AirlineData. | public java.lang.String getTicketIssuerCity() {
return ticketIssuerCity;
} | [
"public void setTicketIssuerCity(java.lang.String ticketIssuerCity) {\r\n this.ticketIssuerCity = ticketIssuerCity;\r\n }",
"public java.lang.String getTicketIssuerAddress() {\r\n return ticketIssuerAddress;\r\n }",
"public java.lang.String getTicketIssuerCode() {\r\n return ticketIss... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Creates a new instance of ARM7STRSH | public ARM7LDRSH(ParsedInstruction pi) {
super(pi);
set(6); //set S bit 6
set(5); //set H bit 5
set(20); //set L bit = load
} | [
"private void createSShell() {\n\t\tsShell = new Shell();\n\t\tsShell.setText(\"Remote Manager - TinyReef\");\n\t\tcreateTopComposite();\n\t\tcreateLeftComposite();\n\t\tsShell.setSize(new Point(483, 503));\n\t\tsShell.setLayout(null);\n\t\tmenuBar = new Menu(sShell, SWT.BAR);\n\t\tMenuItem push = new MenuItem(menu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the value of the 'Average Latency' attribute. If the meaning of the 'Average Latency' attribute isn't clear, there really should be more of a description here... | double getAverageLatency(); | [
"public Long getAvg_latency() {\n return avg_latency;\n }",
"public String getAvg_latency() {\n return avg_latency;\n }",
"public BigDecimal getAvgLatency() {\n return avgLatency;\n }",
"public double getAverageLoadPenaltyMs();",
"public double getAvg()\r\n {\r\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the value of the 'tuesdayTimeRanges' field | public referential.store.v2.WeekPattern.Builder setTuesdayTimeRanges(java.util.List<referential.store.v2.TimeRange> value) {
validate(fields()[4], value);
this.tuesdayTimeRanges = value;
fieldSetFlags()[4] = true;
return this;
} | [
"public void setTuesdayTimeRanges(java.util.List<referential.store.v2.TimeRange> value) {\n this.tuesdayTimeRanges = value;\n }",
"public void setSundayTimeRanges(java.util.List<referential.store.v2.TimeRange> value) {\n this.sundayTimeRanges = value;\n }",
"public void setSaturdayTimeRanges(java.util.L... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ amplification of com.twilio.http.RequestTesttestAddQueryDateTimeRangeUpperBound / amplification of com.twilio.http.RequestTesttestAddQueryDateTimeRangeUpperBound_literalMutation14783 | @org.junit.Test
public void testAddQueryDateTimeRangeUpperBound_literalMutation14783_failAssert1_literalMutation14817() throws java.net.MalformedURLException {
// AssertGenerator generate try/catch block with fail statement
try {
com.twilio.http.Request r = new com.twilio.http.Request(co... | [
"@org.junit.Test\n public void testAddQueryDateTimeRangeUpperBound_literalMutation14783_failAssert1() throws java.net.MalformedURLException {\n // AssertGenerator generate try/catch block with fail statement\n try {\n com.twilio.http.Request r = new com.twilio.http.Request(com.twilio.htt... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
display the user information (for debug) | public void displayUserInformations() {
println("getLocation(): "+user.getLocation());
println("getFriendsCount(): "+user.getFriendsCount());
println("getFollowersCount(): "+user.getFollowersCount());
println("getDescription(): "+user.getDescription());
println("getCreatedAt() : "+user.getCreatedAt(... | [
"public void printUserInfo(){\n System.out.print(\"Username: \"+ getName() + \"\\n\" + \"Birthday: \"+getBirthday()+ \"\\n\"+ \"Hometown: \"+getHome()+ \"\\n\"+ \"About: \" +getAbout()+ \" \\n\"+ \"Subscribers: \" + getSubscriptions());\n\t}",
"public void printInfo(){\n\t\tSystem.out.println(\"User Name: \"... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test of toString method, of class DocumentPages. | @Test
@Ignore
public void testToString() {
System.out.println("toString");
DocumentPages instance = new DocumentPages();
String expResult = "";
String result = instance.toString();
assertEquals(expResult, result);
// TODO review the generated test code and remove ... | [
"public void testToString()\n\t{\n\t\t//TODO Implement toString().\n\t}",
"@Override\r\n\t\r\n\tpublic String toString(){\r\n\t\r\n\t return \"\\\"\"+title+\"\\\", by \"+author+\", (\"+numberOfPages+\" pages)\";\r\n\t\r\n\t}",
"@Test\r\n\tpublic void testToStringTitlePage()\r\n\t\tthrows Exception {\r\n\t\tP... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__ParaListItem__ItemAssignment_0" $ANTLR start "rule__ParaListItem__ItemAssignment_1_1" InternalDsl.g:35829:1: rule__ParaListItem__ItemAssignment_1_1 : ( ruleRefListItem ) ; | public final void rule__ParaListItem__ItemAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalDsl.g:35833:1: ( ( ruleRefListItem ) )
// InternalDsl.g:35834:2: ( ruleRefListItem )
{
// InternalDsl.g:... | [
"public final void rule__ParaListItem__ItemAssignment_0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDsl.g:35818:1: ( ( ruleRefListItem ) )\n // InternalDsl.g:35819:2: ( ruleRefListItem )\n {\n // ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ calculate penalty given to the weakest players based on option choosed | public double calculatePenalty(int selectedPenaltyOption) {
double scoreWithPenalty = 0.0;
switch (selectedPenaltyOption) {
case 0:
scoreWithPenalty = getRoundScore() * PenaltyOptions.LOW_DAMAGE.getDAMAGE();
break;
case 1:
scoreWithPenalty = getRoundScore() * PenaltyOptions.MEDIUM_DAMAGE.getDAMAGE()... | [
"public int getPenalty(){\n return penalty;\n }",
"private void adjustDifficulty() {\n\t\tif (numberOfBalloons < TOTAL_BALLOONS && aScoreBoardObject.getScore() >= moreBalloonPoints) {\n\t\t\tnumberOfBalloons++;\n\t\t\tmoreBalloonPoints += INCREASE_BALLOON_SCORE;\n\t\t}\n\t\tif (popTimer > LOWESET_POP_TI... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
UserKeyRepository Created by nuwan on 8/4/18. | @Repository
public interface UserKeyRepository extends JpaRepository<UserKey,Long>,QuerydslPredicateExecutor<UserKey> {
UserKey findByAppId(String appId);
} | [
"public void setKeyRepository(KeyRepository keyrep) {\r\n _keyRepository = keyrep;\r\n }",
"public String getUserKey() {\n return userKey;\n }",
"public void setUserKey(String userKey) {\n this.userKey = userKey;\n }",
"@Before\n\tpublic void before() {\n\t\tuserKey = new UserKey... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Removes a favourite auction from the logged in user's favourite auctions. | public void removeFavouriteAuction(Auction auction) {
this.favouriteAuctions.remove(auction);
} | [
"public void removeFavourite(Favourite favourite) {\n\t\tmFavourites.remove(favourite);\n\t\twriteFavourites();\n\t}",
"public void removeFavouriteUser(User user) {\n\t\tthis.favouriteUsers.remove(user);\n\t}",
"public void removeFavourite(int favId) {\n for (int i = 0; i < favouriteUsers.size(); i++) {\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks whether the 'header' field has an active Builder instance | public boolean hasHeaderBuilder() {
return headerBuilder != null;
} | [
"public boolean isSetHeader() {\n return this.header != null;\n }",
"public boolean hasHeader() {\n return (_header != null);\n }",
"boolean isSetHeader();",
"@Override\n\tpublic boolean hasBuilder() {\n\t\treturn true;\n\t}",
"public boolean hasBaseObjectBuilder() {\n return baseObjectBu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Insert a new node with data at the head of the list. | public void insertFirst( T data )
{
//make a new node to insert it
LinkedListNode<T> newNode = new LinkedListNode<T>();
//add data to the node
newNode.setData(data);
//link up the new node by
//have the new node point to the old current node
newNode.setNext(head);
//set the new node as the head
head ... | [
"public void insertFirst(Object data){\n\t\tListElement newElement = new ListElement(data);\n\t\tnewElement.next = this.head;\n\t\tthis.size++;\n\t\tthis.head = newElement;\n\t}",
"public void insertFirst( T data )\n {\n //create a new linkedListNode\n LinkedListNode<T> newNode = new LinkedListNo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Determine if this process is an OSPF routing process. | public boolean isOspfProcess() {
return (this.ospfConfig != null);
} | [
"public boolean isRouting() {\n return routing;\n }",
"public boolean isBgpProcess() {\n\t\treturn (this.bgpConfig != null);\n\t}",
"public final boolean isWaypoint() {\n\t\treturn status.toString().startsWith(\"WAYPOINT\");\n\t}",
"public static boolean isRoute(String str) {\n\t\treturn same(str, R... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Discard the oldest helmet in the inventory when it is full, the character will receive gold equivalent to the price of the discarded item. | public void discardItem(LoopManiaWorld world) {
super.discardItem(world, price);
} | [
"public void drainTo()\n {\n TileEntity ent = worldObj.getBlockTileEntity(xCoord, yCoord-1, xCoord);\n if(ent != null && ent instanceof ITankContainer)\n {\n int vol = LiquidContainerRegistry.BUCKET_VOLUME;\n if(this.milkStored < vo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Submit a tuple to single output. | protected void submit(O tuple) {
getDestination().accept(tuple);
} | [
"@Override\n public void execute(Tuple tuple, BasicOutputCollector collector) {\n System.out.println(tuple);\n }",
"@Override\n public void nextTuple() {\n\n if(isDone()) return;\n\n if(isBatchEmit()){\n List<T> tuples = prepareBatch();\n collector.emit(new Valu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
transform the 6 vector by the matrixed formed by the 4 and 10 vectors as columns | public void transform_6_by_4_10() {
final double t = x_4 * x_6 + x_10 * y_6;
y_6 = y_4 * x_6 + y_10 * y_6;
x_6 = t;
} | [
"public void transform_6_by_10_4() {\n final double t = x_10 * x_6 + x_4 * y_6;\n y_6 = y_10 * x_6 + y_4 * y_6;\n x_6 = t;\n }",
"public void transpose_6_10() {\n final double t = y_6;\n y_6 = x_10;\n x_10 = t;\n }",
"public void transform_4_by_10_6() {\n final double t = x_10 * x_4 + x_6... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the URI of the request. | void setRequestUri(URI requestUri); | [
"void setURI(java.lang.String uri);",
"public void setRequestUri(String requestUri){\n this.requestUri = requestUri;\n }",
"void setURI(String uri);",
"public io.confluent.developer.InterceptTest.Builder setReqUri(java.lang.String value) {\n validate(fields()[4], value);\n this.req_uri = v... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
.rfid.BaseParam BaseInfo = 1; | rfid.Rfid.BaseParam getBaseInfo(); | [
"rfid.Rfid.BaseParamOrBuilder getBaseInfoOrBuilder();",
"rfid.Rfid.BaseReply getBaseInfo();",
"rfid.Rfid.BaseReplyOrBuilder getBaseInfoOrBuilder();",
"public void setBaseId(Integer baseId) {\r\n this.baseId = baseId;\r\n }",
"rfid.Rfid.ResultCode getResultCode();",
"RBDR createRBDR();",
"publi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__DATA_DECLARATION__Group__2" $ANTLR start "rule__DATA_DECLARATION__Group__2__Impl" ../com.ironglass.hdlforge.ui/srcgen/com/ironglass/hdlforge/ui/contentassist/antlr/internal/InternalSystemVerilog.g:2889:1: rule__DATA_DECLARATION__Group__2__Impl : ( ruleVARIABLE_DECLARATION ) ; | public final void rule__DATA_DECLARATION__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../com.ironglass.hdlforge.ui/src-gen/com/ironglass/hdlforge/ui/contentassist/antlr/internal/InternalSystemVerilog.g:2893:1: ( ( ruleVARIABLE... | [
"public final void rule__VARIABLE_DECLARATION__Group__2() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../com.ironglass.hdlforge.ui/src-gen/com/ironglass/hdlforge/ui/contentassist/antlr/internal/InternalSystemVerilog.g:2974:1: (... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Fetch the Host which owns the specified segment. | Host getHostForTableSegment(String tableName); | [
"Host getHostForSegment(String scope, String stream, long segmentId);",
"public SimHost getHostByName(String name);",
"private static ManagedObjectReference getHost(\r\n ManagedObjectReference hostFolderMor, String hostName)\r\n throws Exception {\r\n ManagedObjectReference hostmor = null;\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This adds a property descriptor for the Authority Event feature. | protected void addAuthorityEventPropertyDescriptor(Object object) {
itemPropertyDescriptors.add
(createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_MQQueueManager_authorityEvent_feature"), //$NON-NLS-1$
ge... | [
"protected void addIGQPutAuthorityPropertyDescriptor(Object object) {\r\n\t\titemPropertyDescriptors.add\r\n\t\t\t(createItemPropertyDescriptor\r\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),\r\n\t\t\t\t getResourceLocator(),\r\n\t\t\t\t getString(\"_UI_MQQueueManager_iGQPutAuthorit... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |