query stringlengths 8 1.54M | document stringlengths 9 312k | negatives listlengths 19 20 | metadata dict |
|---|---|---|---|
Returns the group ID of this events. | @Override
public long getGroupId() {
return _events.getGroupId();
} | [
"public int getGroupIdentifier() {\n return groupIdentifier;\n }",
"public Integer groupID() {\n return this.groupID;\n }",
"public String getGROUP_ID() {\n return GROUP_ID;\n }",
"public String getGROUP_ID() {\r\n return GROUP_ID;\r\n }",
"public Long getGroup_id() {... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This function sets the mode to PRODUCTION in Shared Preference | private void selectProdEnv() {
new Handler(getMainLooper()).postDelayed(new Runnable() {
@Override
public void run() {
((AppController) getApplication()).setAppEnvironment(AppEnvironment.PRODUCTION);
editor = settings.edit();
editor.putBoo... | [
"public void setSharedPreferencesMode(int sharedPreferencesMode) { throw new RuntimeException(\"Stub!\"); }",
"private void selectPRODUCTIONEnv() {\n ((AppController) getApplication()).setAppEnvironment(AppEnvironment.PRODUCTION);\n editor = settings.edit();\n editor.putBoolean(\"is_prod_env\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
int64 free_asset_net_limit = 22; | public long getFreeAssetNetLimit() {
return freeAssetNetLimit_;
} | [
"long getFreeAssetNetLimit();",
"long getPublicFreeAssetNetLimit();",
"public long getFreeAssetNetLimit() {\n return freeAssetNetLimit_;\n }",
"public long getPublicFreeAssetNetLimit() {\n return publicFreeAssetNetLimit_;\n }",
"public long getPublicFreeAssetNetLimit() {\n return ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/Method for click on thirdalert,and click on cancel in the alertbox | @Test
public void checking_thirdalertbtn_withcancel()throws IOException, InterruptedException
{
getlogin();
SwitchtoPage sp=new SwitchtoPage(driver);
sp.getswitchtolink().click();
sp.getAlertlink().click();
sp.getalTextbox().click();
sp.getPrompt().click();
Alert al=driver.switchTo().alert();
... | [
"public void clickCancelAlertButton()\n\t{\n\t\ttry{\n\t\t\telementhandler.clickElement(PropertiesRepository.getString(\"com.trgr.maf.\"+BaseTest.productUnderTest +\".save_and_schedule_search_cancelbutton\"));\n\t\t}\n\t\tcatch(Exception e){\n\t\t\textentLogger.log(LogStatus.INFO, \"Error in : clickCancelAlertButto... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Move up a slide. | public void moveUpSlide(Slide slide); | [
"public void moveDownSlide(Slide slide);",
"@Override\n\tpublic void moveUp() {\n\t\tif (getVisibility()) {\n\t\t\tif (getY() > 0) {\n\t\t\t\tsetY(getY() - 15);\n\t\t\t}\n\t\t\telse {\n\t\t\t\tsetVisible(false);\n\t\t\t}\n\t\t}\n\t}",
"public void slideUpPicture() {\n Log.d(TAG, \"slideUpPicture\");\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Deals with Messages received through a regular Socket. | public void handleMessage(Message message, Socket socket) throws IOException, HandlingException; | [
"private SocketMessage() {\n initFields();\n }",
"public void run() {\r\n\t\t\ttry {\r\n\t\t\t\tos = new ObjectOutputStream(socket.getOutputStream());\r\n\t\t\t\tis = new ObjectInputStream(socket.getInputStream());\r\n\t\t\t\tthis.msg = (Object) is.readObject();\r\n\t\t\t} catch (IOException | ClassNotFou... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
void finish(String result, int requestCode); | void finish(String result, int resultCode); | [
"void finish(Request request);",
"public abstract void finished(Object result);",
"public abstract HTTPResponse finish();",
"int getFinish();",
"Status finish(ServerName workerName, String taskname);",
"public void finishOperation();",
"public int finish() {\r\n\t\treturn _done ? SUCCESS : FAILURE;\r\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
machine is created with empty initial state and valid package repository machine is created with valid populated initial state and valid package repository machine throws exception with invalid initial state and any package repository todo > implement logic of 'invalid initial state', or leave it and assume initial.jso... | @Test
public void testCase0() throws Exception {
CoreTestCase testCase = new CoreTestCase(0);
Machine machine = testCase.createMachine();
ConstraintsPair constraints = testCase.getConstraints();
FinalState state = machine.satisfyConstraints(constraints.install, constraints.forbidden)... | [
"T transformToAndValidateInitialState(VendingMachine vendingMachine);",
"public void testFailureNonExistantBeginState()\n {\n logger_.info(\"Running testFailureNonExistantBeginState...\");\n\n StateMachine machine = new DefaultStateMachine(\"machine5\");\n State state1 = new DefaultState(\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Search wrapper that returns the list of ObjectVectors. | public static ObjectVector[] getSearchResultVectors(String[] args, int numResults)
throws IllegalArgumentException {
LinkedList<SearchResult> results = Search.RunSearch(args, numResults);
ObjectVector[] resultsList = new ObjectVector[results.size()];
for (int i = 0; i < results.size(); ++i) {
St... | [
"public static ObjectVector[] getSearchResultVectors(FlagConfig flagConfig)\n throws IllegalArgumentException {\n List<SearchResult> results = Search.runSearch(flagConfig);\n\n CloseableVectorStore searchVecReader = null;\n try {\n searchVecReader = VectorStoreReader.openVectorStore(flagConfig.se... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
repeated .paint_preview.PaintPreviewFrameProto subframes = 2; | private void setSubframes(
int index, org.chromium.components.paint_preview.common.proto.PaintPreview.PaintPreviewFrameProto value) {
value.getClass();
ensureSubframesIsMutable();
subframes_.set(index, value);
} | [
"org.chromium.components.paint_preview.common.proto.PaintPreview.PaintPreviewFrameProto getSubframes(int index);",
"private void addSubframes(org.chromium.components.paint_preview.common.proto.PaintPreview.PaintPreviewFrameProto value) {\n value.getClass();\n ensureSubframesIsMutable();\n subframes_.ad... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sends status of controller to Bluetooth | public void sendControllerStatus() {
Log.d(DEBUGMSG, controler_status.toString());
mServiceIntent = new Intent(MainActivity.this, SendActivity.class);
mServiceIntent.putExtra("payload", controler_status.toString());
MainActivity.this.startService(mServiceIntent);
} | [
"void sendStatus(int status);",
"public void setStatus(int status){\n Log.d(TAG, \"-- SET STATUS --\");\n switch(status){\n //connecting to remote device\n case BluetoothClientService.STATE_CONNECTING:{\n Toast.makeText(this, \"Connecting to remote bluetooth device...\", Toast.L... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
CM11579 Set the stock piece qty. | public void setStockPieceQty(int arg)
{
wStockPieceQty = arg;
} | [
"public void setStockPieceQty(long arg)\n\t{\n\t\tsetValue(STOCK_PIECE_QTY, new Long(arg));\n\t}",
"public void setProductStock(int qty){\n\t\tstockQuantity = qty;\r\n\t}",
"public void setTotalStockPieceQty(long arg)\n\t{\n\t\twTotalStockPieceQty = arg;\n\t}",
"public void setStoragePieceQty(int arg)\n\t{\n\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
void ChainMonitor_free(struct LDKChainMonitor this_obj); | public static native void ChainMonitor_free(long this_obj); | [
"public static native void ChannelMonitor_free(long this_obj);",
"public static native void ChannelMonitorUpdate_free(long this_obj);",
"public static native void LockedNetworkGraph_free(long this_obj);",
"public static native void ChainParameters_free(long this_obj);",
"public static native void HTLCUpdate... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Draws the fractal recursively. Base case is an order of 1 for which a simple straight line is drawn. Otherwise three intermediate points are computed, and each line segment is drawn as a fractal. | public void drawFractal (int order, int x1, int y1, int x2, int y2, double angle, int r, int g, int b,
Graphics page)
{
int deltaX, deltaY, x3, y3;
double newLength;
double radians;
if (order == 1){
page.drawLine (x1, y1, x2, y2);
}
els... | [
"public void drawFractal (Graphics g, int order, int x1, int y1, int x5, int y5){\n \n int deltaX, deltaY, x2, y2, x3, y3, x4, y4;\n \n if(order == 1){ g.drawLine (x1, y1, x5, y5); }\n else{\n \n //calculates the distance between end points\n deltaX = x5 - x1;\n deltaY = y5 - y1;\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Notifies all the observers for this sale class, for example Total Revenue View class. | public void notifyAllSaleObservers(){
for(SaleObserver saleObserver : saleObservers){
saleObserver.update(totalPrice);
}
} | [
"public void notifyObserver() {\n\r\n for (Observer observer : observers) {\r\n\r\n observer.update(stockName, price);\r\n\r\n }\r\n }",
"public void addSaleObserver(SaleObserver observer) {\n saleObservers.add(observer);\n }",
"public interface Observer {\n\t/**\n\t * Send... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
optional float yaw = 4; | float getYaw(); | [
"public float getYaw() {\n return yaw;\n }",
"public void yaw(float amount){\r\n yaw += amount;\r\n }",
"public void yaw(float amount)\r\n {\n yaw += amount;\r\n }",
"public float getYaw() {\n\t\treturn yaw;\n\t}",
"public double getYawWeight()\n {\n return yaw_weight... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Do a query for all known ROS Masters of a given type. This call should be used to pickup masters when first starting to use zeroconf. The listeners for this class are for dynamic registrations. | List<ZeroconfRosMasterInfo> getKnownMasters(String type); | [
"List<ZeroconfRosMasterInfo> getKnownMasters();",
"List<Map<K, V>> masters();",
"public static ArrayList<SalonUser> selectMasters() {\n Connection connection = null;\n PreparedStatement preparedStatement;\n ResultSet resultSet;\n ArrayList<SalonUser> masters = new ArrayList<>();\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Handle a spec that looks like package.classNamemethodName | private void addMethod(String specString) throws SpecException {
String[] results = specString.split("#");
if (results.length != 2) {
throw new SpecException(specString, "Expected only one # in spec");
}
String className = results[0];
String methodName = results[1];
Optional<Spec> spec = ... | [
"CurveSetUpInterface rootFindingMethodName(String methodName);",
"void setMethodName( String name );",
"KNNMethod getMethod(String methodName);",
"public String getSpecName();",
"@Override\n\t\tpublic void visitMethodDeclaration(MethodDeclaration x) {\n\t\t\tif (className.equals(packagePrefix + getContainin... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method returns the value of the database column cabinet_info.value_three | public BigDecimal getValueThree() {
return valueThree;
} | [
"public String getCol3value() {\n return col3value;\n }",
"public String getCol3() {\r\n return col3;\r\n }",
"public BigDecimal getTemperatureThree() {\n return temperatureThree;\n }",
"public String getThirdNumber() {\n return thirdNumber;\n }",
"public void setValu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Removes the ith "contentType" element | public void removeContentType(int i)
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(CONTENTTYPE$0, i);
}
} | [
"public void unsetContentType()\n {\n synchronized (monitor())\n {\n check_orphaned();\n get_store().remove_element(CONTENTTYPE$22, 0);\n }\n }",
"public void unsetContentType()\n {\n synchronized (monitor())\n {\n check_orphaned();\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
this method creates a new deck and deals the deck into two piles, one for the player and one for the computer | private void dealCards()
{
// create a new deck of 52 cards
Deck deck = new Deck();
// shuffle cards
deck.shuffle();
// create queues to deal cards to player and computer
compPile = new QueueReferenceBased();
... | [
"public void dealCardsToPile()\n {\n // Set the first initial computer card to display\n computerCard = highCardGame.getCardFromDeck();\n\n // Sets the first initial player card\n playerCard = highCardGame.getCardFromDeck();\n }",
"public void createDeck() {\n\t\tfor (int i = 0; i < 4; i++... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Container's getter for VirtualBookList_farsiCardVO1. | public ViewObjectImpl getVirtualBookList_farsiCardVO1() {
return (ViewObjectImpl)findViewObject("VirtualBookList_farsiCardVO1");
} | [
"public VirtualBookVOImpl getVBook_book_farsi_Card() {\n return (VirtualBookVOImpl)findViewObject(\"VBook_book_farsi_Card\");\n }",
"public Rep_VirtualBookFarsiCardImpl getRep_VirtualBookFarsiCardVo1() {\n return (Rep_VirtualBookFarsiCardImpl)findViewObject(\"Rep_VirtualBookFarsiCardVo1\");\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
To remove all value event listener | public void removeValueEventListener(){
for (ValueEventListenerModel model : removeListenerFromFriendList){
userDatabaseRef.child(model.getKey()).removeEventListener(model.getValueEventListener());
}
removeListenerFromFriendList.clear();
for (ValueEventListenerModel model : ... | [
"@Override\n\tpublic void removeCalcValueListener(CalcValueListener l) {\n\t\tlisteners.remove(l);\n\t}",
"public void removeValueChangeListener(\n Property.ValueChangeListener listener);",
"public void removeAllTuioListeners()\n\t{\n\t\tlistenerList.clear();\n\t}",
"public void unregisterValue... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Clears the value of the 'var139' field. | public com.dj.model.avro.LargeObjectAvro.Builder clearVar139() {
var139 = null;
fieldSetFlags()[140] = false;
return this;
} | [
"public com.dj.model.avro.LargeObjectAvro.Builder clearVar138() {\n var138 = null;\n fieldSetFlags()[139] = false;\n return this;\n }",
"public com.dj.model.avro.LargeObjectAvro.Builder clearVar121() {\n var121 = null;\n fieldSetFlags()[122] = false;\n return this;\n }",
"pub... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Methode, um ein Responsibility Objekt anhand eines Person Objekts zu finden. | public ArrayList<Responsibility> getResponsibilityByPerson(Person p) {
return this.responsibilityMapper.findByPerson(p);
} | [
"public Person getResponsible() {\n return responsible;\n }",
"Engineer getResponsible();",
"public void setResponsible(Person responsible) {\n this.responsible = responsible;\n }",
"ResponsibleInformation getResponsibleInformation();",
"String getResponsible();",
"public abstract void... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the first e s f match in the ordered set where startDate > &63; and isNational = &63; and code LIKE &63;. | public it.ethica.esf.model.ESFMatch fetchByDate_Code_First(
java.util.Date startDate, boolean isNational, java.lang.String code,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException; | [
"public it.ethica.esf.model.ESFMatch findByDate_Code_First(\n\t\tjava.util.Date startDate, boolean isNational, java.lang.String code,\n\t\tcom.liferay.portal.kernel.util.OrderByComparator orderByComparator)\n\t\tthrows com.liferay.portal.kernel.exception.SystemException,\n\t\t\tit.ethica.esf.NoSuchMatchException;",... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
NewWitnessAddress creates a new witness address under control of the local wallet. | public com.google.common.util.concurrent.ListenableFuture<lnrpc.Rpc.NewAddressResponse> newWitnessAddress(
lnrpc.Rpc.NewWitnessAddressRequest request) {
return futureUnaryCall(
getChannel().newCall(getNewWitnessAddressMethod(), getCallOptions()), request);
} | [
"public lnrpc.Rpc.NewAddressResponse newWitnessAddress(lnrpc.Rpc.NewWitnessAddressRequest request) {\n return blockingUnaryCall(\n getChannel(), getNewWitnessAddressMethod(), getCallOptions(), request);\n }",
"public void newWitnessAddress(lnrpc.Rpc.NewWitnessAddressRequest request,\n io.g... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This fills the pool to the size specified in parameter. | public final void fill( final int fillSize ) throws Exception
{
final int size = Math.min( m_pool.length, fillSize );
for( int i = m_count; i < size; i++ )
{
m_pool[ i ] = (Poolable)m_factory.newInstance();
}
m_count = size - 1;
} | [
"protected void fillPool(int n) {\n for (int i=0; i<n; i++) {\n addToPool(new Context());\n }\n }",
"public BlockingObjectPool(int size) {\n synchronized (pool) {\n range(0, size)\n .forEach(i -> pool.add(new Object()));\n }\n }",
"public CacheThreadPool(final int size)\n {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Extract the sorted distinct values of column and populate a set to be returned. | public Set<Object> getDistinctColumnValues(final String tableName, final Column column) throws SQLException {
TreeSet<Object> distinctColumn = new TreeSet<Object>();
Statement statement = database.getConnection().createStatement();
ResultSet resultSet = statement.executeQuery("SELECT " + column.getColumnName() + ... | [
"public List<Object> getDistinctValues(String column);",
"List<Value> getColumnDistinctValues(int columnIndex) {\n Set<Value> values = Sets.newTreeSet();\n for (TableRow row : getRows()) {\n values.add(row.getCell(columnIndex).getValue());\n }\n return Lists.newArrayList(values);\n }",
"public... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__EExtendedTriggerCondition__Group_3__1__Impl" $ANTLR start "rule__ETimeInterval__Group__0" InternalAADMParser.g:10347:1: rule__ETimeInterval__Group__0 : rule__ETimeInterval__Group__0__Impl rule__ETimeInterval__Group__1 ; | public final void rule__ETimeInterval__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalAADMParser.g:10351:1: ( rule__ETimeInterval__Group__0__Impl rule__ETimeInterval__Group__1 )
// InternalAADMParser.g:10352:2: rule__ETimeI... | [
"public final void rule__ETimeInterval__Group__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalAADMParser.g:10363:1: ( ( ( rule__ETimeInterval__Group_0__0 ) ) )\n // InternalAADMParser.g:10364:1: ( ( rule__ETimeInt... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test Method for Soft Commitment | public final void testSoftCommit() {
// soft commit
OutputCommit out = commitment.qSCom(keys.getPk());
// message for soft-decommit
Element m = commitment.getZr().newRandomElement();
// soft decommit
Element W = commitment.qSOpen(keys.getPk(), m, 1, 1, out.getAux());
assertTrue(commitment.qSVer(keys.g... | [
"public final void testHardCommit() {\n\t\t// Messages commitment\n\t\tOutputCommit ohc = commitment.qHCom(keys.getPk(), messageArray);\n\n\t\t// Message 3 opening\n\t\tElement mi = ohc.getAux().get(3);\n\t\tElement[] piGreek = null;\n\t\ttry {\n\t\t\tpiGreek = commitment.qHOpen(keys.getPk(), mi, 3, ohc.getAux());\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method sets the value of the database column vendor.valid_end_at | public void setValidEndAt(Date validEndAt) {
this.validEndAt = validEndAt;
} | [
"public Date getValidEndAt() {\n return validEndAt;\n }",
"void setEndDate(Date endDate);",
"public void setEndDate(Date value)\n {\n\n validateEndDate(value);\n setAttributeInternal(ENDDATE, value);\n \n }",
"public void setREQ_END_DATE(java.sql.Date value)\n {\n if ((__REQ_END... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Encode this EncryptedContent to a wire encoding. | public final Blob
wireEncode(WireFormat wireFormat)
{
return wireFormat.encodeEncryptedContent(this);
} | [
"public final Blob\n wireEncode()\n {\n return wireEncode(WireFormat.getDefaultWireFormat());\n }",
"public void encode() {\n\t\ttry {\n\t\t\tFileOutputStream output = new FileOutputStream(fileName);\n\t\t\tXMLEncoder encoder = new XMLEncoder(output);\n\t\t\tencoder.writeObject(this);\n\t\t encoder.close... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
an internal array to hold the collection of steaks constructor that creates an empty arraylist with a capcity of 10 | public WCUArrayList() {
size = 0;
capacity = 10;
data = new PhillyCheesesteak[capacity];
} | [
"public NumberArrayList() {\r\n list = new long[10];\r\n count = 0;\r\n }",
"public CirArrayList() {\n // todo: default constructor\n head = tail = curSize = 0;\n data = (E[])new Object[10];\n }",
"public WatchList(){\n n = 0;\n first = 20;\n wish = new Movie[20... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Create all the rooms and link their exits together. | private void createRooms() {
Room outside, theatre, pub, lab, office;
// create the rooms
outside = new Room("outside the main entrance of the university");
theatre = new Room("in a lecture theatre");
pub = new Room("in the campus pub");
lab = new Room("in a computing la... | [
"private void createRooms()\n {\n \n \n // create the rooms\n outside = new Room(\"outside the main entrance of the mall\");\n gym = new Room(\"in the gym\");\n movieHall = new Room(\"in the movie hall\");\n bar = new Room(\"in the bar\");\n office = new Room... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the AccessReviewStage from the service | @Nullable
public AccessReviewStage get() throws ClientException {
return send(HttpMethod.GET, null);
} | [
"public Stage getStage() {\n com.guidebee.game.engine.scene.Stage stage = internalGroup.getStage();\n if (stage != null) {\n return (Stage) stage.getUserObject();\n }\n\n return null;\n }",
"public AccessReviewStageRequest(@Nonnull final String requestUrl, @Nonnull final ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
random first actor or winner of previous round | private void assignFirstActor() {
if (prevRoundWinner == null){
Random rand = new Random();
int value = rand.nextInt(this.players.size());
this.players.get(value).setActiveTurn(true);
dealCard(this.players.get(value));
} else {
prevRoundWinner.... | [
"private String whichPlayerToStart(){\n\t\tdouble whichPlayerToCommence = Math.random();\n\t\tdouble randomLimit = Math.random();\n\t\tif(whichPlayerToCommence <= randomLimit){ \n\t\tthis.turn = \"blue\";\n\t\treturn this.turn;\n\t\t}\n\t\telse{\n\t\tthis.turn = \"red\";\n\t\treturn this.turn;\n\t\t} \n\t}",
"p... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Tests getting session scope attributes. | public void testGetSessionScope() {
Map<String, Object> map = context.getSessionScope();
assertTrue("The session scope does not contain a set value",
"sessionValue1".equals(map.get("sessionAttribute1")));
assertTrue("The session scope does not contain a set value",
... | [
"public void testGetRequestScope() {\n Map<String, Object> map = context.getRequestScope();\n assertTrue(\"The request scope does not contain a set value\", \"value1\"\n .equals(map.get(\"attribute1\")));\n assertTrue(\"The request scope does not contain a set value\", \"value2\"... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Check the coordinate is in close list | private boolean isCoordInClose(ArrayList<Node> closeList, int x, int y) {
if (closeList.isEmpty()) return false;
for (Node node : closeList) {
if (node.coord.x == x && node.coord.y == y) return true;
}
return false;
} | [
"private boolean isInList(List<Point3D> pointsList, Point3D point) {\r\n for (Point3D tempPoint : pointsList) {\r\n if(point.isAlmostEquals(tempPoint))\r\n return true;\r\n }\r\n return false;\r\n }",
"boolean compareCoordinates();",
"public static boolean check... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
reference back up to ldap sync | public LdapSync getLdapSync() {
return this.ldapSync;
} | [
"public void setLdapSync(LdapSync ldapSync1) {\n this.ldapSync = ldapSync1;\n }",
"boolean log( LdapPrincipal principal, long revision, LdifEntry forward );",
"@Test\n public void testAddUnescapedRdnValue_DIRSERVER_1311() throws Exception\n {\n LdapContext ctx = ( LdapContext ) getWiredContext(... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Ensures that a row index in the table is cached and if not a chunk of data is retrieved. | private void ensureRowCached(int rowIndex) {
if(!isRowCached(rowIndex)) {
//HAVE TO FETCH DATA FROM THE REMOTE STORE
//SET THE toIndex AND fromIndex VARIABLES
//TEST IF THE USER IS DESCENDING THE TABLE
if (rowIndex >= lastRequiredFetchRow... | [
"int cacheRowsWhenScan();",
"private boolean isRowCached(int rowIndexInTable) {\n return getIndexOfRowInCache(rowIndexInTable) >= 0;\n }",
"public native boolean allRowsCached() /*-{\r\n var self = this.@com.smartgwt.client.core.BaseClass::getOrCreateJsObj()();\r\n return self.allRowsCac... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
POST /categoriesfu : Create a new category. | @PostMapping("/categoriesfu")
@Secured({ AuthoritiesConstants.ADMIN, AuthoritiesConstants.BOSS, AuthoritiesConstants.MANAGER })
public synchronized ResponseEntity<Category> createCategory(@Valid @RequestBody Category category) throws URISyntaxException {
log.debug("REST request to save Category : {}", cate... | [
"CreateCategoryResponse createCategory(CreateCategoryRequest request);",
"Category createCategory(String name);",
"Category createCategory();",
"public void createNewCategory() {\n try {\n userInterface.getCurrentSession().createNewCategory(categoryName.getText());\n playSuccessSo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the numJobs value for this GPResourceProperties. | public void setNumJobs(int numJobs) {
this.numJobs = numJobs;
} | [
"public void setJobCount(int count){\n\t\tjobCount = count;\n\t\tinitializeJobs();\n\t}",
"public void setNumWorkers(int numWorkers) {\n this.numWorkers = numWorkers;\n }",
"public void \n setJobPort\n (\n int num\n ) \n throws IllegalConfigException\n {\n if(num < 0) \n throw new Ill... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks if is estimated delivery date cmos call failed. | public boolean isEstimatedDeliveryDateCmosCallFailed() {
return estimatedDeliveryDateCmosCallFailed;
} | [
"public void setEstimatedDeliveryDateCmosCallFailed(final boolean estimatedDeliveryDateCmosCallFailed) {\r\n this.estimatedDeliveryDateCmosCallFailed = estimatedDeliveryDateCmosCallFailed;\r\n }",
"boolean isSetDeliveryDate();",
"public void setExpectedDateOfDelivery(java.util.Date expectedDateOfDelivery) {... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Called when the client successfully disconnects from the host. The PiClient object can now be safely destroyed. | @Override
public void clientDisconnectedFromHost(PiClient piClient) {
activity.runOnUiThread(new Runnable() {
@Override
public void run() {
Toast.makeText(activity, "Disconnected", Toast.LENGTH_SHORT).show();
}
});
} | [
"public void onClientDisconnected() {\n try {\n client.dispose();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }",
"public void disconnectClient() {\n pc.disconnectClient();\n }",
"public void clientDisconnected();",
"public void disconnect()... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Retrieves the alpha identifier associated with the voice mail number. | @DSSource({DSSourceKind.UNIQUE_IDENTIFIER})
@DSGenerator(tool_name = "Doppelganger", tool_version = "2.0", generated_on = "2013-12-30 12:59:12.216 -0500", hash_original_method = "D600B0CF58C0E649216D70FCBA15089F", hash_generated_method = "331CF1735E15EA1180693FBB3E5A5A35")
public String getVoiceMailAlphaTag() ... | [
"@DSSource({DSSourceKind.UNIQUE_IDENTIFIER})\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 12:59:12.211 -0500\", hash_original_method = \"D6964CF0DD97089F5666548710C28DF3\", hash_generated_method = \"338688FE1AD8A648CE8D6D66CE97A979\")\n \npublic String getVo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get a GProcess Proximity Alert Audit record, including user parameters. | public Result getGProcProxAlertAudit(CapIDModel capID, String serviceProviderCode, String gisServiceID,
int proxAlertNbr, int relationSeqID, int SD_STP_NUM, int gisObjectID, String callerID) throws AAException,
RemoteException
{
try
{
return new Result(true, getGProcProxAlertAuditServer().getGProcPr... | [
"List<GPXpressAlertProdHistoryModel> getExistingAlertHistoryRecords(final ProductModel gpProd, final String attName);",
"public AlertProfileLog[] getAlertProfileLog()\r\n\t{\r\n\t\treturn dbConnector.getAlertProfileLog();\r\n\t}",
"public Audit getAudit() {\n return audit;\n }",
"public ByApplicatio... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns true if field followerIds is set (has been assigned a value) and false otherwise | public boolean isSetFollowerIds() {
return this.followerIds != null;
} | [
"public boolean isSetFollowNames() {\n return this.followNames != null;\n }",
"static boolean isFollower(Long user_id){\n return MainActivity.followersIdsList.contains(user_id);\n\n }",
"public boolean isFollowedByLocalUser() {\n return followedByLocalUser;\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method search in DB if mail is available | boolean checkMailAvailability(String mail); | [
"public boolean checkMailExistence(String mail) {\n return checkQuery(\n StringManager.getString(\"usersTableName\"),\n new String[]{StringManager.getString(\"users_column_mail\")},\n new String[]{mail}\n );\n }",
"public boolean checkMail(String mail)... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
When the user closes the app we are checking what value is in savedAuthor, and we are saving that information in a key value pair with the keys of "author". | protected void savePreferences() {
// Create or retrieve the shared preference object.
int mode = Activity.MODE_PRIVATE;
android.content.SharedPreferences mySharedPreferences = getSharedPreferences(MYPREFS, mode);
// Retrieve an editor to modify the shared preferences.
android.co... | [
"private void saveDetailsBeforeClose(){\n BUser user = getNetworkAdapter().currentUserModel();\n\n\n\n\n if (!etName.getText().toString().isEmpty()) {\n user.setMetaName(etName.getText().toString());\n }\n\n user.setMetadataString(BDefines.Keys.BDateOfBirth, txtDateOfBirth.get... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Indicates the underlying connector helper is available. | @Override
public boolean isAvailable() {
return getHelper() != null;
} | [
"public SDMConnectivityHelper getConnectivityHelper() \n {\n\t\treturn connectivityHelper;\n\t}",
"boolean hasConnector(String groupId, String artifactId, String version);",
"public Connector getConnector() {\n return connector;\n }",
"boolean supportsConnects();",
"private boolean isWsdlAvaila... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test of getRank method, of class Card. | @Test
public void testGetRank() {
logger.info("\ntesting getRank()");
Card instance = new Card(Rank.JACK, Suit.SPADES);
Rank expResult = Rank.JACK;
Rank result = instance.getRank();
logger.debug("result = " + result);
assertEquals(expResult, result);
} | [
"@Test\n public void cardHasRank(){\n assertEquals(Rank.NINE, this.card.getRank());\n }",
"public void testGetRank() {\n System.out.println(\"testGetRank\");\n \n assertEquals(rank, ref.getRank());\n }",
"public Rank getRank() {\n return cardRank;\n }",
"public Rank rank... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Collects File System Information. | private SensorData collectFSInfo() throws SigarException {
if (LOG.isDebugEnabled()) {
LOG.debug("Collecting File System Information");
}
SensorData data = new SensorData();
FileSystem[] fileSystems = sigar.getFileSystemList();
List... | [
"public FSInfo createFSInfo() {\n return new CommandLineVcsFileSystemInfo(FileUtil.normalizeFile(new File(\"\")), null, null);\n }",
"public static void list(){\n System.out.println(\"FS Information: \\n\");\n System.out.println(\"Name: \"+metaData.name);\n System.out.println(\"Crea... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Add a value to property character. | Builder addCharacter(String value); | [
"public void addChar(char ch){\n\t\tvalue.append(ch);\n\t}",
"public void addChar(String name, char value) {\n CHARS.add(new SimpleMessageObjectCharItem(name, value));\n }",
"public void add(String property, Object value) {\n\t\tvalues.add(new UserValue(property, value));\n\t}",
"public void addChar... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__AnnotationParameters__Group__1" $ANTLR start "rule__AnnotationParameters__Group__1__Impl" ../org.ow2.mindEd.idt.editor.textual.ui/srcgen/org/ow2/mindEd/idt/editor/textual/ui/contentassist/antlr/internal/InternalFractalIdt.g:6039:1: rule__AnnotationParameters__Group__1__Impl : ( '(' ) ; | public final void rule__AnnotationParameters__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.ow2.mindEd.idt.editor.textual.ui/src-gen/org/ow2/mindEd/idt/editor/textual/ui/contentassist/antlr/internal/InternalFractalIdt.g:6... | [
"public final void rule__AnnotationParameters__Group__1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.ow2.mindEd.idt.editor.textual.ui/src-gen/org/ow2/mindEd/idt/editor/textual/ui/contentassist/antlr/internal/InternalFra... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Instantiates a new AAI exception. | public AAIException() {
} | [
"Exception createException();",
"ExceptionDef createExceptionDef();",
"private ExceptionFactory() {\n\t}",
"private Exceptions() {\r\n }",
"ExceptionType createExceptionType();",
"public PrologException() {}",
"public SAException()\n {\n super();\n }",
"public EmployeeException() {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
make it so there is NO title bar, we have to make this call in the activity rather than in the fragment, and must be called before the call to the super() | @Override
public void onCreate(Bundle savedInstanceState) {
requestWindowFeature(Window.FEATURE_NO_TITLE);
super.onCreate(savedInstanceState);
} | [
"public void noTitle() {\n\t\trequestWindowFeature(Window.FEATURE_NO_TITLE);\n\t\tgetWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, \n\t\t\t\tWindowManager.LayoutParams.FLAG_FULLSCREEN);\n\t}",
"protected boolean hideTitlebar() {\r\n\t\treturn true;\r\n\t}",
"private void hideTheWindowTitle() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Generates Floats inclusively bounded below by Float.NEGATIVE_INFINITY and above by Float.POSITIVE_INFINITY. | public Gen<Float> any() {
return Floats.fromNegativeInfinityToPositiveInfinity();
} | [
"public Gen<Float> between(float minInclusive, float maxInclusive) {\n return Floats.between(minInclusive, maxInclusive);\n }",
"public Gen<Float> negative() {\n return Floats.fromNegativeInfinityToNegativeZero();\n }",
"public Gen<Float> fromZeroToOne() {\n return Floats.fromZeroToOne();\n }",
"f... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets called when a user recoverable intent should be started. | public void managerDidReceiveUserRecoverableIntent(DSGoogleDriveAPI apiInstance, Intent intent) {
// show the recoverable intent
this.startActivity(intent);
} | [
"public abstract void onUserActionRequired(Intent intent);",
"protected void onFirstResume() {}",
"@Override\n\tpublic void startActivity(Intent intent) {\n\t\tif (DineOnConstants.DEBUG && DineOnUserApplication.getDineOnUser() == null) {\n\t\t\tToast.makeText(this, \"Need to create or download a User\", Toast.L... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Accessor that sets the region flag. | public void setRegionFlag( boolean flag ) {
regionFlag = flag;
} | [
"public boolean getRegionEnabled(){return regionEnabled;}",
"public void setRegion(String region);",
"public void setRegion(String value) {\r\n this.region = value;\r\n }",
"public void setRegion(CoordinateRadius region);",
"@Override\r\n public final IRegion getRegion() {\r\n return region;\r... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
creates grammar for doctor asking for moving gas | public static Grammar grammarMoveGas (OSFactory factory) {
Grammar g = factory.createGrammar("gr_MoveGas");
g.addGrammarString(factory.factory.getOWLLiteral("Gas umsetzen","de"));
return g;
} | [
"public static void main(String[] args) {\n\t\t\n//\t\t//PA4 a\n//\t\tArrayList<ArrayList<String>> rhs1 = new ArrayList<>();\n//\t\tArrayList<String> rhs11 = new ArrayList<>();\n//\t\trhs11.add(\"S\");rhs11.add(\"a\");\n//\t\tArrayList<String> rhs12 = new ArrayList<>();\n//\t\trhs12.add(\"b\");\t\t\n//\t\trhs1.add(... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Simulates an illegal creditcard exception by always throwing InvalidCreditCardException. Handled by SimpleMappingExceptionResolver. | @RequestMapping("/invalidCreditCard")
String throwInvalidCreditCard() throws Exception {
logger.info("Throw InvalidCreditCardException");
throw new InvalidCreditCardException("1234123412341234");
} | [
"@Test\n public void testInvalidCustomerCardException() throws InvalidPasswordException, InvalidUsernameException {\n\n // login with sufficient rights\n shop.login(admin.getUsername(), admin.getPassword());\n\n // verify correct exception is thrown for string null, empty, to short, too long... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Generate "hexdump" output of the buffer at src like the following: 00000: 04 d2 29 00 00 01 00 00 00 00 00 01 20 45 47 46 |..)......... EGF| 00010: 43 45 46 45 45 43 41 43 41 43 41 43 41 43 41 43 |CEFEECACACACACAC| 00020: 41 43 41 43 41 43 41 43 41 43 41 41 44 00 00 20 |ACACACACACAAD.. | 00030: 00 01 c0 0c 00 20 00 01 ... | public static void hexdump(PrintStream ps, byte[] src, int srcIndex, int length) {
if (length == 0) {
return;
}
char[] c = getDumpData(src, srcIndex, length);
ps.println(c);
} | [
"public static void hexdump(byte[] buffer, int len, PrintStream ps, String msg)\n {\n int i = 0;\n char[] text = new char[16];\n \n ps.println(msg + \" (\" + len + \" bytes)\");\n \n while (i < len) {\n ps.format(\"%05x | \", i);\n for (int j = 0; j < 16... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Overflow value test for the setLastName method, of class User. | @Test
public void testSetLastNameOverflow() {
System.out.println("setLastName Test (Overflow value)");
String lastName =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
user.setLastName(lastName);
... | [
"@Test\n public void testLastNameUpperBound()\n {\n owner.setLastName(repeatM(30));\n assertEquals(0, validator.validate(owner).size());\n }",
"public boolean validateLastName() {\n\t\treturn this.getLastName().length() > 0 && this.getLastName().length() <= 20;\n\t}",
"java.lang.String ge... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Allows for the passing of WaitingRoomWorker jobs to be handed off to the waiting room selector thread by threads outside this one. This method wraps the executor method in the WaitingRoom class. | public void doWaitingRoomTask (SocketChannel sc, byte[] cmdString)
{
this.waitRoomWorker.processData
(
this.waitingRoom, sc, cmdString, cmdString.length
);
} | [
"@Override\r\n public void run() \r\n {\n this.echoW = new ChatWorker();\r\n \r\n // Start the thread\r\n new Thread(this.echoW, \"EchoWorker\").start();\r\n \r\n // Instansiate a WaitingRoomWorker used by this chat thread \r\n this.waitRoomWorker = new WaitingRoomWorke... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Creates new form TournamentResultsPanel | public TournamentResultsPanel(int tournament_id) {
initComponents();
this.tournament_id = tournament_id;
list = this.repository.getAll(tournament_id);
roundComboBox.removeAllItems();
for (Round round : list) {
roundComboBox.addItem(round);
}
if (!l... | [
"public ResultsPanel() {\r\n initComponents();\r\n }",
"private void btnCreateLeagueTableActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnCreateLeagueTableActionPerformed\n LeagueTableForm f = new LeagueTableForm(Manager);\n f.setVisible(true);\n }",
"public Searc... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Removes a value of property AttachedPicture as an RDF2Go node | public void removeAttachedPicture( org.ontoware.rdf2go.model.node.Node value) {
Base.remove(this.model, this.getResource(), ATTACHEDPICTURE, value);
} | [
"public void removeAttachedPicture(DataObject value) {\r\n\t\tBase.remove(this.model, this.getResource(), ATTACHEDPICTURE, value);\r\n\t}",
"public static void removeAttachedPicture( Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) {\r\n\t\tBase.rem... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets adapter for MessagesList and listen for gestures | public <MESSAGE extends IMessage>
void setAdapter(MessagesListAdapter<MESSAGE> adapter, OnMessageGestureListener listener) {
setAdapter(adapter, true);
final ItemTouchHelper itemTouchHelper = new ItemTouchHelper(new ItemTouchHelper.SimpleCallback(0, ItemTouchHelper.LEFT | ItemTouchHelper.RIGHT) {
... | [
"private void setAdapter() {\n adapter = new MessageAdapter(messages);\n RecyclerView.LayoutManager mLayoutManager = new LinearLayoutManager(getApplicationContext());\n recyclerView.setLayoutManager(mLayoutManager);\n recyclerView.setItemAnimator(new DefaultItemAnimator());\n recy... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Format a command usage for a given player and command. | static String formatCommandFor(CommandSender sender, String command, String permission) {
if (!sender.hasPermission("superjukebox." + permission)) {
command = ChatColor.RED.toString() + ChatColor.STRIKETHROUGH + ChatColor.stripColor(command);
}
return command;
} | [
"private static String formatCommand(String command) {\n\t\treturn ChatColor.GOLD + command + ChatColor.RESET + \" - \";\n\t}",
"private static String getUsage()\n {\n final StringBuilder usage = new StringBuilder(400);\n\n // Empty line before usage info\n usage.append(\"\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Adds Passenger to the shortest queue. Notifies consumers of queue that passengers have been added if they have been waiting | public void joinQueue(Passenger newPassenger){
//find the shortest queue
LinkedList<Passenger> shortest = queues.get(0);
for(LinkedList<Passenger> queue : queues) {
if(queue.size() < shortest.size())
shortest = queue;
}
synchronized(shortest) {
shortest.add(n... | [
"public void addQueuedPassenger(){\n this._queuedPassengers +=1;\n }",
"public synchronized void addWaitingPassenger() {\n waiting++;\n }",
"public void addWaitingPerson(Person passenger) {\n\t\tpassengers.add(passenger);\n\t}",
"@Override\n\tpublic void run() {\n\t\tSystem.out.pri... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the first proposal2 phase in the ordered set where contestPhaseId = &63;. | @Override
public Proposal2Phase fetchByContestPhaseId_First(long contestPhaseId,
OrderByComparator orderByComparator) throws SystemException {
List<Proposal2Phase> list = findByContestPhaseId(contestPhaseId, 0, 1,
orderByComparator);
if (!list.isEmpty()) {
return... | [
"@Override\n public Proposal2Phase fetchByProposalId_First(long proposalId,\n OrderByComparator orderByComparator) throws SystemException {\n List<Proposal2Phase> list = findByProposalId(proposalId, 0, 1,\n orderByComparator);\n\n if (!list.isEmpty()) {\n return lis... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the attribute value for REVISION using the alias name Revision. | public Number getRevision() {
return (Number) getAttributeInternal(REVISION);
} | [
"java.lang.String getRevision();",
"public static String revision() { \n\t\treturn alma.CalDataOriginMod.revision.value;\n\t}",
"String getRevision();",
"public static String revision() { \n\t\treturn alma.TimeScaleMod.revision.value;\n\t}",
"public String getRevision() {\n return revision;\n }",
"pub... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Start the domain application. This will start all its subapplications, which are essentially NodeApplication objects. | public void start ()
{
this.logger_.debug ("starting " + this.nodeApps_.size () +
" node application(s)");
// Start all the node applications.
for (Item item : this.nodeApps_)
item.getApplication ().start ();
this.logger_.debug ("finished starting each node applications... | [
"public static void launchApplication() {\r\n\t\twithMainArgs().launchApplication();\r\n\t}",
"public void bootProcess()\n {\n ProgressMgr progressMgr = (ProgressMgr)\n // ManagerManager.getInstance(ProgressMgr.class);\n // Axiom:\n (ProgressMgr) ProgressMgr.getInstance();\n\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Manually Set the speed of the lift motor if you are in manual Will not allow the motor to go past the limit switches if they are setup | public synchronized void set (double speed){
m_liftSpeed = speed;
if (m_liftSpeed < 0 && isLowerLimit() == false) {
m_liftMotor.set(m_liftSpeed);
} else if (m_liftSpeed > 0 && isUpperLimit() == false){
m_liftMotor.set(m_liftSpeed);
} else {
m_liftSpeed... | [
"public void setMotorSpeed(double speed){\n \tmotors.setSetpoint(speed);\n }",
"public void setSpeed(double speed);",
"public void setDriveSpeed(double power){\r\n\t \tif(wheelError() < Constants.TURNING_ADD_POWER_THRESHOLD) {\r\n\t \t\tdriveMotor.set(-power);}\r\n\t \t}",
"public void forwardUs... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set the message associated with failure of the execution. | void setFailure(String message)
{
mFailureMessage = message;
} | [
"public Experiment setFailureMessage(String message)\r\n\t{\r\n\t\tm_failureMessage = message;\r\n\t\treturn this;\r\n\t}",
"public void setFailure(String failure) {\n this.failure = failure;\n }",
"public void failMessage() {\r\n\t\tString actionName = getActionName();\r\n\t\tSystem.out.printf(\"Fail... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Accept a list of MobileIconStates, which all live in the same slot(?!), and then are sorted by subId. Don't worry this definitely makes sense and works. | @Override
public void setMobileIcons(String slot, List<MobileIconState> iconStates) {
Slot mobileSlot = getSlot(slot);
int slotIndex = getSlotIndex(slot);
// Reverse the sort order to show icons with left to right([Slot1][Slot2]..).
// StatusBarIconList has UI design that first item... | [
"private void sortStateList()\n {\n Collections.sort(stateList);\n }",
"List<T> getOrderedStatesByHeuristics();",
"private List<Lr0State> lpgAccess(Lr0State state, Item item)\n {\n Set<Lr0State> result = new NumSet<>();\n result.add(state);\n \n for (int i = item.getDot(... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
.google.protobuf.Any data = 3; | com.google.protobuf.Any getData(); | [
"com.google.protobuf.AnyOrBuilder getDataOrBuilder();",
"com.google.protobuf2.Any getContent();",
"com.google.protobuf2.Any getObject();",
"com.google.protobuf.Any getContent();",
"godot.wire.Wire.ValueOrBuilder getDataOrBuilder();",
"com.google.protobuf2.AnyOrBuilder getContentOrBuilder();",
"com.zzson... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Method to get Delete a process from a product | @PatchMapping("/DeleteProcess/{productId}/{processId}")
public String DeleteProcess(@PathVariable long productId,@PathVariable long processId){
Process process=processdao.findById(processId).get();
Product product=dao.findById(productId).get();
List<Process> processArrayList=product.getProc... | [
"public void removeProcess(long aProcessId) throws AeBusinessProcessException;",
"public SimProcess removeProduct() {\n\t\twhere = \"SimProcess removeProduct()\";\n\n\t\tSimProcess currentProcess = currentSimProcess();\n\n\t\t// if the current process is not valid: just return\n\t\tif (!checkProcess(currentProces... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
writeCtors Generate the _read method. | protected void writeRead ()
{
stream.println (" public void _read (org.omg.CORBA.portable.InputStream i)");
stream.println (" {");
if (entry instanceof ValueBoxEntry)
{
TypedefEntry member = ((InterfaceState) ((ValueBoxEntry) entry).state ().elementAt (0)).entry;
SymtabEntry mType = memb... | [
"@Test\n public void testCompiledRead() {\n // TODO: test CompiledRead\n }",
"private void readMethods() throws IOException, ClassFormatException {\n final int methods_count = dataInputStream.readUnsignedShort();\n methods = new Method[methods_count];\n for (int i = 0; i < method... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Retreat landed units from allied territory when their transport retreats. | private Change retreatFromNonCombat(final Collection<Unit> units, final Territory retreatTo) {
final CompositeChange change = new CompositeChange();
final Collection<Unit> transports =
CollectionUtils.getMatches(units, Matches.unitIsTransport());
final Collection<Unit> retreated = getTransportDepend... | [
"@Override\n public Collection<Territory> getAttackerRetreatTerritories() {\n if (headless\n || (!attackingUnits.isEmpty() && attackingUnits.stream().allMatch(Matches.unitIsAir()))\n || Properties.getRetreatingUnitsRemainInPlace(gameData)) {\n return Set.of(battleSite);\n }\n // its pos... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
showViewSquads creates an instance of the ViewSquadDetails class and displays it | public void showViewSquads() {
ViewSquadDetails sd = new ViewSquadDetails();
sd.setTitle("View Squad Details");
sd.setController(this);
sd.setVisible(true);
} | [
"public void displaySquad(Squad squad);",
"@Override\n public void onClick(View view)\n {\n defineSquad(playerListId);\n\n }",
"public interface PresentablePlanSquadView {\n\n /**\n * Adds a single squad to be displayed in the list\n * @param squad\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the result of interpreting the object as an instance of 'Ordenacion'. This implementation returns null; returning a nonnull result will terminate the switch. | public T caseOrdenacion(Ordenacion object) {
return null;
} | [
"public T caseOrden(Orden object) {\n\t\treturn null;\n\t}",
"public T caseOr(Or object) {\n\t\treturn null;\n\t}",
"public T caseOr(Or object)\n {\n return null;\n }",
"public T caseORNodeExpression(ORNodeExpression object)\n {\n return null;\n }",
"public T caseRespuestaUnica(RespuestaUnica obje... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "ruleDefDtoModelTypeVariable" $ANTLR start "entryRuleDefDtoCollectionTypeAttribute" InternalDtoDsl.g:228:1: entryRuleDefDtoCollectionTypeAttribute : ruleDefDtoCollectionTypeAttribute EOF ; | public final void entryRuleDefDtoCollectionTypeAttribute() throws RecognitionException {
try {
// InternalDtoDsl.g:229:1: ( ruleDefDtoCollectionTypeAttribute EOF )
// InternalDtoDsl.g:230:1: ruleDefDtoCollectionTypeAttribute EOF
{
before(grammarAccess.getDef... | [
"public final void entryRuleDefDtoModelTypeCollectionVariable() throws RecognitionException {\r\n try {\r\n // InternalDtoDsl.g:254:1: ( ruleDefDtoModelTypeCollectionVariable EOF )\r\n // InternalDtoDsl.g:255:1: ruleDefDtoModelTypeCollectionVariable EOF\r\n {\r\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the property with the specified name from the property set of this RenderedImage. | public Object getProperty(String name); | [
"public Object getVisualProperty(String propertyName) {\n return this.visualProperties.get(propertyName);\n }",
"String getProperty(String name);",
"Property getProperty(String propertyName);",
"public Property property(String name)\n\t{\n\t\tList<Element> list = filter(p -> p.getName().equals(name) && ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Clears the value of the 'field969' field | public com.maxpoint.cascading.avro.TestExtraLarge.Builder clearField969() {
field969 = null;
fieldSetFlags()[969] = false;
return this;
} | [
"public com.maxpoint.cascading.avro.TestExtraLarge.Builder clearField987() {\n field987 = null;\n fieldSetFlags()[987] = false;\n return this;\n }",
"public com.maxpoint.cascading.avro.TestExtraLarge.Builder clearField232() {\n field232 = null;\n fieldSetFlags()[232] = false;\n re... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Contexts: CommandOperation returns AssignmentCmdFor AbrevCmd returns AssignmentCmdFor AssignmentCmdFor returns AssignmentCmdFor Constraint: (left=[Attribute|ID] e=ExprArit) | protected void sequence_AssignmentCmdFor(ISerializationContext context, AssignmentCmdFor semanticObject) {
if (errorAcceptor != null) {
if (transientValues.isValueTransient(semanticObject, CrossPlatformPackage.Literals.ASSIGNMENT_CMD_FOR__LEFT) == ValueTransient.YES)
errorAcceptor.accept(diagnosticProvider.cre... | [
"AttributeAssignmentExpression getAttributes_assignment();",
"AssignmentExpression createAssignmentExpression();",
"public interface AttributeAssignmentExpression extends EObject {\r\n\r\n\tObject toProlog(String type, String variableName, String entityName);\r\n\r\n\tString toPrologExecution();\r\n}",
"assig... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the MIME type of the file icon | public String getFileIconMimeType() {
return mFileIconMimeType;
} | [
"public String getFileIconMimeType() throws RcsPersistentStorageException, RcsGenericException {\n try {\n return mTransferInf.getFileIconMimeType();\n\n } catch (Exception e) {\n RcsPersistentStorageException.assertException(e);\n throw new RcsGenericException(e);\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ This test expects the target table to exist on all clusters prior to execution of the test. Data must also exist hbase shell: disable table 'test_table' drop table 'test_table' create 'test_table', 'cf1' put 'test_table',0,'cf1:data','my data test' Example Command: java cp hbase.multicluster0.2.0SNAPSHOT.jar org.apac... | public static void main(String[] args) throws Exception {
MultiClusterConf multiClusterConf = new MultiClusterConf();
multiClusterConf.addClusterConfig(args[0],args[1],args[2],args[6],args[7]);
multiClusterConf.addClusterConfig(args[3],args[4],args[5],args[6],args[7]);
/*multiClusterConf.set("hbase.client.retri... | [
"@Test\n public void testHFileReplicationForConfiguredTableCfs() throws Exception {\n TestMasterReplication.LOG.info(\"testHFileReplicationForConfiguredTableCfs\");\n int numClusters = 2;\n Table[] htables = null;\n try {\n startMiniClusters(numClusters);\n creat... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Generar entregas de trabajos. | private void generarTrabajos () {
for (int i = 0; i < TRABAJOS; i++) {
trabajos[i] = new Trabajo();
}
} | [
"public List getTrabajadores();",
"public String generarEstadisticasGenerales(){\n \n String estadisticaGeneral = \"En general en la universidad del valle: \\n\";\n estadisticaGeneral += \"se encuentran: \" + EmpleadosPrioridadAlta.size() + \" empleados en prioridad alta\\n\"\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
uint16_t AcceptChannel_get_max_accepted_htlcs(const struct LDKAcceptChannel NONNULL_PTR this_ptr); | public static native short AcceptChannel_get_max_accepted_htlcs(long this_ptr); | [
"public static native short OpenChannel_get_max_accepted_htlcs(long this_ptr);",
"public static native short ChannelHandshakeLimits_get_min_max_accepted_htlcs(long this_ptr);",
"public static native long AcceptChannel_get_max_htlc_value_in_flight_msat(long this_ptr);",
"public static native void AcceptChannel... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Make a database from a directory. | public static Database makeFromDirectory(String directoryName, boolean shouldPopulate) {
Database database = new Database(USE_EXAMPLE_DATABASE ? exampleRelations() : housingRelations());
if (shouldPopulate)
database.readFromDirectory(directoryName);
return database;
} | [
"public static Database makeFromDirectory(String directoryName) {\n return makeFromDirectory(directoryName, true);\n }",
"public void crearDatabase_DIR (String name, String directorio){\r\n try{\r\n Statement st = (Statement) this.conn.createStatement();\r\n st.executeUpdate... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the first titles department unit unit group in the ordered set where unitGroupId = &63;. | public vn.com.ecopharma.emp.model.TitlesDepartmentUnitUnitGroup findByUnitGroup_First(
long unitGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
vn.com.ecopharma.emp.NoSuchTitlesDepartmentUnitUnitGroupException; | [
"public vn.com.ecopharma.emp.model.TitlesDepartmentUnitUnitGroup fetchByDepartmentUnitUnitGroup_First(\n\t\tlong departmentId, long unitId, long unitGroupId,\n\t\tcom.liferay.portal.kernel.util.OrderByComparator orderByComparator)\n\t\tthrows com.liferay.portal.kernel.exception.SystemException;",
"public vn.com.e... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This is a command interface. It is used to make new commands and show messages on Appendable. | public interface Command {
/**
* This method is used to initialize the command.
*/
void start();
/**
* This method writes message to the appendable provided as argument.
* @param appendable - This is the appendable for output.
* @param message - This is a message to be displayed.
*/
void sh... | [
"public interface Command {\r\n\t\t/**\r\n\t\t * <h1>doCommand</h1>\r\n\t\t * this method performs the inserted command\r\n\t\t * @param args is the String array that represents the command with the parameters\r\n\t\t */\r\n\t\tvoid doCommand(String[] args);\r\n\t}",
"public interface ICommand {\r\n\t\r\n\t/**\r\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by Abator for iBATIS. This method returns the value of the database column MI043.datemodified | public String getDatemodified() {
return datemodified;
} | [
"public Date getModifieddate() {\n return modifieddate;\n }",
"public Date getMODIFIED_DATE() {\r\n return MODIFIED_DATE;\r\n }",
"public Date getDATE_MODIFIED()\r\n {\r\n\treturn DATE_MODIFIED;\r\n }",
"public Date getDateModified()\n {\n return (Date)getAttributeInternal(DATEMO... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Method For Faculty SignUp | @FXML
public void facultySignUp(MouseEvent event) throws Exception {
MysqlConnection mysqlConnection = new MysqlConnection();
connection = mysqlConnection.getConnection();
String gender = "";
boolean area = (cbFacultyArea.getValue() == null);
String facultyArea = cbFa... | [
"private void _saveFaculty()\n {\n String firstStr = _firstName.getText();\n String lastStr = _lastName.getText();\n String slugStr = (firstStr.charAt(0) + lastStr).toLowerCase();\n _faculty = EntityRetriever.getInstance().reattachIfNecessary(_faculty);\n if(!firstStr.equals(_f... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Pravi LocalTime objekat iz string koji sadrzi vreme u formatu SS:mm ili SS (S sat, m minut) | private LocalTime getLocalTimeFromString(String str) {
String[] split = str.split(":");
if(split.length == 1) {
return LocalTime.of(Integer.parseInt(str), 0);
}
else {
return LocalTime.of(Integer.parseInt(split[0]), Integer.parseInt(split[1]));
}
} | [
"public static LocalTime convertStringToLocalTime(String input) {\n\t\tLocalTime output = null;\n\t\tif(input != null && input != \"\")\n\t\t{\n\t\tStringTokenizer inputST = new StringTokenizer(input, \":\");\n\t\tString hour = inputST.nextToken();\n\t\tString minute = inputST.nextToken();\n\n\t\tDateTimeFormatter ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Another way to create nodes is to customize other nodes that already exist. Here we create an ellipse, except when you press the mouse on this ellipse it turns into a square, when you release the mouse it goes back to being an ellipse. | public void subclassExistingClasses() {
final PNode n = new PPath.Float(new Ellipse2D.Float(0, 0, 100, 80)) {
/**
*
*/
private static final long serialVersionUID = 1L;
public void paint(final PPaintContext aPaintContext) {
if (fIsP... | [
"Ellipse createEllipse();",
"public void rollover(){\n\t\tgui.fill(gui.color(255,0,0),75);\n\t\tgui.noStroke();\n\t\tgui.ellipse(getTransformedPosition().x, getTransformedPosition().y, diameter +4, diameter + 4);\n\t}",
"public Ellipse() {\n\t\tthis.point = new Vector();\n\t\tthis.size = new Vector();\n\t}",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
query for checking whether a RecommendationCategories node exists or not | @Query("match (n:RecommendationCategories) where n.categories_id={id} return n;")
List<RecommendationCategories> checkCategoryId(@Param("id") int id); | [
"public boolean existsCategory(Category c) {\r\n return (findNode(c) != null);\r\n }",
"boolean exists(String category);",
"public boolean categoryExist() {\n try {\n ResourcePropertyGroup[] categories = resource.getData()\n .getPropertyGroup(new URI(PROPERTY_GROUP_... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the esf organization ID of this e s f tournament. | @Override
public void setEsfOrganizationId(long esfOrganizationId) {
_esfTournament.setEsfOrganizationId(esfOrganizationId);
} | [
"@Override\n\tpublic long getEsfOrganizationId() {\n\t\treturn _esfTournament.getEsfOrganizationId();\n\t}",
"@Override\n\tpublic void setEsfTournamentId(long esfTournamentId) {\n\t\t_esfTournament.setEsfTournamentId(esfTournamentId);\n\t}",
"@Override\n\tpublic void setEsfOrganization(java.lang.String esfOrgan... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "ruleEEqual" $ANTLR start "entryRuleEAssignmentValue" InternalRMParser.g:8619:1: entryRuleEAssignmentValue returns [EObject current=null] : iv_ruleEAssignmentValue= ruleEAssignmentValue EOF ; | public final EObject entryRuleEAssignmentValue() throws RecognitionException {
EObject current = null;
EObject iv_ruleEAssignmentValue = null;
try {
// InternalRMParser.g:8619:57: (iv_ruleEAssignmentValue= ruleEAssignmentValue EOF )
// InternalRMParser.g:8620:2: iv_rul... | [
"public final void entryRuleEAssignmentValue() throws RecognitionException {\n try {\n // InternalAADMParser.g:2766:1: ( ruleEAssignmentValue EOF )\n // InternalAADMParser.g:2767:1: ruleEAssignmentValue EOF\n {\n if ( state.backtracking==0 ) {\n befor... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |