query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
69aafba4eb5c62bc5495b9bc5304440f
use this to track which pipes have been cleared
[ { "docid": "6e7700490b9fe34aade20f41748280d9", "score": "0.0", "text": "public Stem(Context context, float h, boolean drawShadow) {\n super(context, h);\n id = mCurrentPipeId;\n mDrawShadow = drawShadow;\n setBackground(null);\n mGradient.setOrienta...
[ { "docid": "b996c88d8e19f1586f47092a23c4d400", "score": "0.60392475", "text": "public void flushPipe();", "title": "" }, { "docid": "24ed65f1f5ee0681a61fce16c63b99a7", "score": "0.5812154", "text": "public static void reset ()\n {\n serverCount = 0;\n facilityCount...
fc084037e27b1a35cbc6584a14ca3778
Default constructor creates a new chunk server tying the host:port combination for the node as the identifier for itself.
[ { "docid": "24ec57aea0c67fc4a1a0c4bd4955201e", "score": "0.73784137", "text": "private ChunkServer(String host, int port) {\n this.metadata = new ServerMetadata( host + \":\" + Integer.toString( port ) );\n this.cachedConnections = new ConnectionUtilities();\n this.host = host;\n this.port =...
[ { "docid": "49015b1e52167795f075e14354fa4c11", "score": "0.6553893", "text": "public Server(){\r\n super(null,null);\r\n }", "title": "" }, { "docid": "771703e95d0e7ca1c156684d326c0047", "score": "0.6532398", "text": "public Server() {\n this(NetworkConfig.DEFAULT_TC...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "84045c50fde7b3eb82f7e72bf7dcb25f", "score": "0.0", "text": "@Override\r\n\tpublic void run() {\n\r\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
0de5a85cb67bf35d44cb90b37e49db7b
This method was generated by MyBatis Generator. This method sets the value of the database column USER_PROFILE_VIEW.USERS_ID
[ { "docid": "c24249377cb6b642895d681ff3876d95", "score": "0.62197894", "text": "public void setUsersId(Integer usersId) {\n\t\tthis.usersId = usersId;\n\t}", "title": "" } ]
[ { "docid": "e4ffb6d4c2e0f427f32d75b5de954e56", "score": "0.6453615", "text": "public void setUsersId(Integer usersId) {\n this.usersId = usersId;\n }", "title": "" }, { "docid": "348f1a4b142fd265afaff1b8307403b7", "score": "0.61164874", "text": "private void setUserId(int v...
04bac6572c4657ca09d806e7603440cd
Returns the X coordinate of the position of this worm.
[ { "docid": "2b906923e109416cfb03292423c36570", "score": "0.71687526", "text": "@Basic\n\t@Raw\n\tpublic double getCoordinateX(){\n\t\treturn this.coordinateX;\n\t}", "title": "" } ]
[ { "docid": "cc9b12c9c4a11f4bdbf56d87bef7d5e9", "score": "0.80195254", "text": "public static int getX() {\n\t\treturn position.x;\n\t}", "title": "" }, { "docid": "c4af899b59a10b9d22c347c5ae69e5bf", "score": "0.7948041", "text": "public int getX() {\r\n\t\treturn posX;\r\n\t}", "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2786486af481e6e6f1f5b2f0fabea117", "score": "0.0", "text": "@Override\n public List<Objetivo> findByFlagActivo(boolean flagActivo) {\n return repository.findAllByFlagActivo(flagActivo);\n }", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.6948742", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920628", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
cdfaf0e5094c3e30eb81458f60a09ca4
Creates an AdaGradRDA optimiser with the specified parameter values. Sets the regularisation parameters to zero.
[ { "docid": "758e2ff32285f4191d74d7b8331fc3d3", "score": "0.64561415", "text": "public AdaGradRDA(double initialLearningRate, double epsilon) {\n this(initialLearningRate,epsilon,0,0,1);\n }", "title": "" } ]
[ { "docid": "4ab8921822593bdfb750b0716a512af0", "score": "0.5876987", "text": "public AdaGradRDA(double initialLearningRate, double epsilon, double l1, double l2, int numExamples) {\n this.initialLearningRate = initialLearningRate;\n this.epsilon = epsilon;\n this.l1 = l1;\n t...
c086092da648a44533d46580ede00396
required string id = 1;
[ { "docid": "56aa6b61e2737cd5fa8e502b6e45a265", "score": "0.0", "text": "public java.lang.String getId() {\n java.lang.Object ref = id_;\n if (!(ref instanceof java.lang.String)) {\n java.lang.String s = ((com.google.protobuf.ByteString) ref)\n .toStringUtf8();\n ...
[ { "docid": "0895ecd9b2ae67369f44e96670ca75e5", "score": "0.75862837", "text": "public void setId(String id){this.id = id;}", "title": "" }, { "docid": "967580d8512c6f853489204621f0142c", "score": "0.7480058", "text": "public void setID(String id) { this.id = id;}", "title": "" ...
3581df0473da756e809656af680b64ff
try to close everything
[ { "docid": "940157407347610a8db0ff75cb92a5c8", "score": "0.0", "text": "private void close() {\n\t\t\t// try to close the connection\n\t\t\ttry {\n\t\t\t\tif (writer != null) {\n\t\t\t\t\twriter.close();\n\t\t\t\t}\n\t\t\t\tif (reader != null) {\n\t\t\t\t\treader.close();\n\t\t\t\t}\n\t\t\t\tif (socket ...
[ { "docid": "e796921bd70ea6f90c3d8043a2002fd4", "score": "0.7683373", "text": "@Override\r\n\tpublic void closeAll() {\n\r\n\t}", "title": "" }, { "docid": "a1f23ec770c258da82a50cb589dbcd8b", "score": "0.7576889", "text": "public static void close() {\n\t\t\r\n\t}", "title": "" ...
bf51a708684e8cc710f7f453e335d52c
Mutable operations not implemented
[ { "docid": "b56238c53de790c4ec086ee08612ab4d", "score": "0.6180335", "text": "@Override\n public void add(T t) {\n throw new UnsupportedOperationException(\"Mutable method called on immutable list\");\n }", "title": "" } ]
[ { "docid": "881e67fff02ca71c97c8c3b8138332e6", "score": "0.77775294", "text": "@Override\n public boolean isMutable() {\n return true;\n }", "title": "" }, { "docid": "5f34e5a205d201b7295621e90ea70eb4", "score": "0.7275755", "text": "public boolean isMutable() {\n retur...
d059480fa48e32e04309af131d834265
Time complexity: O(nlogn). Space complexity: O(1)
[ { "docid": "afec95fe5a29eaa958062799b4addf03", "score": "0.0", "text": "public boolean canAttendMeetings(int[][] intervals) {\n Arrays.sort(intervals, (e1, e2) -> e1[0] - e2[0]);\n\n for (int i = 0; i < intervals.length - 1; i++) {\n int endTimeOfFirst = intervals[i][1];\n ...
[ { "docid": "f7329c1dbb13e85fb87a04e8a38de4d0", "score": "0.63898426", "text": "public static void efficientMethod(int[] arr, int n)\n {\n int[] newArr = new int[n];\n for(int i = 0; i<n; i++)\n {\n if(arr[i] == 0)\n newArr[i] = -1;\n else\n ...
0ce1ed51fd5a4e3ee0a4964f6c28f19b
Home page expects only menu name to change No other edits are currently supported
[ { "docid": "58012b2cf555deace94183ec0f7f9678", "score": "0.657648", "text": "private void processHomePage(VitroRequest vreq, OntModel displayModel, Resource menuItemResource, Resource pageResource) {\r\n\t\t//remove statements for existing linkText and title\r\n\t\tremoveMenuName(displayModel, removeSta...
[ { "docid": "5388ee672f028a69711d3d1990dbd53a", "score": "0.7001484", "text": "public void setMenuName(String name){\r\n menuName = name;\r\n }", "title": "" }, { "docid": "18ae56815c5c839ba4170bf6c4e02c77", "score": "0.66914165", "text": "private void setMenu_Edit() {\n\t\t\t\n\t...
a06b29f0d31bf35f9f6e562171986b7b
Base line fft methods
[ { "docid": "19b1947e9a9ce244f0ac92318662e4f7", "score": "0.61685824", "text": "public interface FFTInstance {\n\n /**\n * FFT along a particular dimension\n *\n * @param transform the ndarray to op\n * @param numElements the desired number of elements in each fft\n * @return the...
[ { "docid": "0f38a71ab028634a056fddef16fb053c", "score": "0.63848484", "text": "public FourierTransform(){\r\n\t}", "title": "" }, { "docid": "a8e41d62b0273717e2dd393b58ddff7e", "score": "0.6341958", "text": "public static void cfft( float[] x, boolean forward ) {\n\t\t\n\t\tint nfft=...
fbfccccd92306df5e803ad3111516516
Create an array list
[ { "docid": "536a183994ba5713ce4fc342481cbae7", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tArrayList<String> al=new ArrayList<String>();\r\n\t\tboolean flag=true;\r\n\t\tScanner in=new Scanner(System.in);\r\n\t\twhile(flag) {\r\n\t\t\tSystem.out.println(\"Wish to enter Strings...
[ { "docid": "eeb2c540e7b432bc05f7358d2e45b54d", "score": "0.6790856", "text": "public ArrayBasedList(){\n\t\tthis(DEFAULT_CAPACITY);\n\t}", "title": "" }, { "docid": "9a22ee9eb6eda560c7c4cc51c27cc776", "score": "0.67809117", "text": "private MyList createList(int... value) {\n ...
d0e619297ab2a8fdc489046da150e826
Puts a scroll pane with a key dockable into the drawing view map. The scroll pane has to contain the drawing view and both rulers.
[ { "docid": "409e975a065964a248b474cf1589c2eb", "score": "0.66138566", "text": "public void addDrawingView(DefaultSingleCDockable dockable,\n DrawingViewScrollPane scrollPane) {\n requireNonNull(dockable, \"dockable\");\n requireNonNull(scrollPane, \"scrollPane\");\n\n ...
[ { "docid": "f05d91614f235cc6c87cf4c5cf22441d", "score": "0.5838166", "text": "public void loadMapsScrollPane() {\n //add map\n Rectangle r = new Rectangle(499, 50);\n r.setFill(Resources.getGray());\n r.setStrokeWidth(borderThickness);\n r.setStroke(Resources.getWhite(...
d5669a2ec1940bfadeea19382fedbdf7
Get one coordenadas by id.
[ { "docid": "39d1f19729b8401244ecca7aea3b6e2c", "score": "0.7266992", "text": "@Transactional(readOnly = true)\n public CoordenadasDTO findOne(Long id) {\n log.debug(\"Request to get Coordenadas : {}\", id);\n Coordenadas coordenadas = coordenadasRepository.findOne(id);\n return c...
[ { "docid": "2132890289910a7c56c126a8d6c27db2", "score": "0.7886989", "text": "public Coordinates getCoordinates(int id) {\n \t\tSQLiteDatabase sqdb = this.getReadableDatabase();\n \t\tCursor cursor = sqdb.query(TABLE_COORDINATE, new String[] { KEY_ID,\n \t\t\t\tKEY_COORDINATES }, KEY_ID + \"=?\",\n \t\t...
48a8cfbf5f487e5413e27893c0040bbd
While paint draws the background image, which is cached, paintImmediately will force a paint from the actual openedLayers. If offLevel is true, then this will adjust the view to the closest level first, to ensure the tile graphics look good.
[ { "docid": "10c26e9f1d8449645d1b40ea54bfd72c", "score": "0.71866655", "text": "public final void paintImmediately() {\n if (this.view.width == 0 || this.view.height == 0) {\n return;\n }\n if (this.offLevel) {\n doSetLevel(getClosestLevel());\n this.offLevel = false;\n }\n ...
[ { "docid": "d698a7cfa717b116d600450e96160ec3", "score": "0.56358516", "text": "public void drawImageTile(ImageTile image, int offX, int offY, int tileX, int tileY){\n \n if(image.isAlpha() && !processing){\n imageRequest.add(new ImageRequest(image.getTileImage(tileX, tileY), zDepth,...
0b415fa8bc8bf35b8c9ebde7c0146938
The max is always the
[ { "docid": "13c06be972f7dec1700b31c24efff04b", "score": "0.0", "text": "public int findMax(TreeNode root){\r\n TreeNode current;\r\n if( isLeaf(root )){\r\n return root.getValue();\r\n }else {\r\n current = root;\r\n current = current.right;\r\n ...
[ { "docid": "722432f0e2fb9f29c41fef00e0727d74", "score": "0.8358632", "text": "protected final int getMax() {\n\treturn(this.max);\n }", "title": "" }, { "docid": "3a518648b6b29f838078233b6eeb7440", "score": "0.81924105", "text": "int getMaximum();", "title": "" }, { "d...
6b59f2aef2c151c30d31a280fa40bd32
Returns the description for this typekey for the current locale.
[ { "docid": "100c0fb2fd856ebff4fd98dbcada7550", "score": "0.84238386", "text": "public java.lang.String getDescription() {\n return _typeKeyImplManager.getTypeKeyImpl().getDescription();\n }", "title": "" } ]
[ { "docid": "6be2739f2d28d3f6c7830a25e1a7fd0b", "score": "0.8337355", "text": "public java.lang.String getDescription(gw.i18n.ILocale locale) {\n return _typeKeyImplManager.getTypeKeyImpl().getDescription(locale);\n }", "title": "" }, { "docid": "6be2739f2d28d3f6c7830a25e1a7fd0b", "sc...
02f41296c93f6e36d6ea112c7d9a2ace
Creates new form ListWithHeadline
[ { "docid": "fdff9585c34bff4bcef0d4b6280fa366", "score": "0.80839807", "text": "public ListWithHeadline() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "ad12ad20db67501609a67fcfa0940d2b", "score": "0.6344915", "text": "private void linkedListInsertHeadActionPerformed(java.awt.event.ActionEvent evt) {\n outputTextArea.setText(\"\\n\\t---- LINKED LIST INSERT HEAD -----\\n\");\n \n JavaTest[] toInsert = JavaTest.makeRandom(...
958773d7039c7efb65d3f3b4046d304b
Gets the front of property head of household age.
[ { "docid": "49c30ba331a1f7d4321a0b166325ebf6", "score": "0.7310015", "text": "public String getHeadOfHouseholdAge() {\n return this.headOfHouseholdAge;\n }", "title": "" } ]
[ { "docid": "198a69131efd7245f8545ba01e0f74cb", "score": "0.6460604", "text": "public String getHeadOfHouseholdLifeStage() {\n return this.headOfHouseholdLifeStage;\n }", "title": "" }, { "docid": "db1c654956ce027a306e9a37571d1403", "score": "0.61925125", "text": "public Equ...
b6f900ca072f5ceca6221c1412f8a925
Returns the result of interpreting the object as an instance of 'Reaching Definitions Analysis Configuration'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "46906d6a5c3b2f56326c5a6b1f57c82a", "score": "0.6755468", "text": "public T caseReachingDefinitionsAnalysisConfiguration(ReachingDefinitionsAnalysisConfiguration object) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "08b71d8a3f05c789572d7515cb5af550", "score": "0.6594329", "text": "public T caseAnalysisConfiguration(AnalysisConfiguration object) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "48e6c89cc7ea5c9a10c893793fdddd58", "score": "0.60978216", "text": "public T caseReachin...
fc8cbbd6ed01bbe7593df1ed03757ba4
Remove all the selected contacts from the cache and persistent store
[ { "docid": "624c2c0dd2a0e9ad57405241e4654a36", "score": "0.7135041", "text": "public void removeAll(Collection<Contact> selectedContacts) {\n\n undoStack.push(selectedContacts);\n\n contactService.removeAll(selectedContacts);\n\n contactService.writeContacts();\n\n }", "title": "" } ]
[ { "docid": "cb448a65b776f63e941484e672482c0d", "score": "0.7025622", "text": "public void deleteAllContacts()\n {\n RuntimeExceptionDao<Contact, Integer> dao = getSimpleContactsDao();\n List<Contact> list = dao.queryForAll();\n dao.delete(list);\n }", "title": "" }, { ...
15c71f29ce91871396eda51fc4f19396
This method was generated by MyBatis Generator. This method returns the value of the database column rent.create_at
[ { "docid": "601f1e736819eb68051f113868723a08", "score": "0.6799157", "text": "public Date getCreateAt() {\n return createAt;\n }", "title": "" } ]
[ { "docid": "52d8bf6c8744573ab8a2edf397efb90b", "score": "0.66639245", "text": "public Long getCreatedat() {\n return createdat;\n }", "title": "" }, { "docid": "95d906f036cbd4c977aa510469d81a77", "score": "0.65379715", "text": "public Date getCreatedat() {\n return c...
5b01c3cc7e41665d738dc16b6ee59ab0
Get all the brandTypes.
[ { "docid": "f0b05ed3a141b72c82715afe10d70733", "score": "0.6247699", "text": "@Override\n @Transactional(readOnly = true)\n public Page<BrandType> findAll(Pageable pageable) {\n log.debug(\"Request to get all BrandTypes\");\n return brandTypeRepository.findAll(pageable);\n }", ...
[ { "docid": "e490dde2173276ac5fd69cd46aff3a01", "score": "0.663557", "text": "@Override\r\n\tpublic ArrayList<Brand> getBrandList() {\n\t\treturn mapper.getBrandList();\r\n\t}", "title": "" }, { "docid": "12275589df428c279d08d1a950fcf77c", "score": "0.6626116", "text": "@Override\n\tp...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a3392fcdd52b2f9c3bab828a185034e1", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t\r\n\t\t\tSomthingIsWrong myRect = new SomthingIsWrong();\r\n\t\t\t\r\n\t\t\tmyRect.width = 40;\r\n\t\t\tmyRect.height = 50;\r\n\t\t\r\n\t\t\tSystem.out.println(\"myRect's area is \" + m...
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
7232d869010e827cdf943ea39cd156d1
Recebe uma string que foi splitted e colocaa numa so
[ { "docid": "00ef53ffa24024dddad4ec1a1c2dc629", "score": "0.0", "text": "private static String unsplit(String[] splited){\n\t\tStringBuilder sb = new StringBuilder();\n\n\t\tfor(int i = 0; i < splited.length; i++)\n\t\t\tsb.append(splited[i]);\n\n\t\treturn sb.toString();\n\t}", "title": "" } ]
[ { "docid": "1a8acf548ce0501939dd98282929d145", "score": "0.7050933", "text": "String[] split(String text);", "title": "" }, { "docid": "4941742a8dea0dea9d7d60e38225eb90", "score": "0.68172586", "text": "private static String[] specialSplit(String str)\n {\n ArrayList<String> al =...
aa176c0f8932e872e8d604e55b09eab3
This method was generated by MyBatis Generator. This method corresponds to the database table litemall_browse_record
[ { "docid": "727d09215928a3308a77c159b29c958a", "score": "0.0", "text": "public Criteria andUpdateTimeGreaterThanColumn(LitemallBrowseRecord.Column column) {\n addCriterion(new StringBuilder(\"update_time > \").append(column.getEscapedColumnName()).toString());\n return (Criteria) t...
[ { "docid": "51e97c9534fae39dd82303f608ad535a", "score": "0.6187121", "text": "public LitemallBrowseRecordExample() {\n oredCriteria = new ArrayList<Criteria>();\n }", "title": "" }, { "docid": "3fc29cc7b34d13ce5fe43bc1cb8dcc59", "score": "0.5704619", "text": "void example(o...
7bde07e95cf87af18d434fb9df953e9e
methode pur prendre panel du frame des donateurs
[ { "docid": "1f80aa8cb49ab2548b9df858c5e5e770", "score": "0.0", "text": "static Box getPanelB(){\n\t\treturn panelB;\n\t}", "title": "" } ]
[ { "docid": "2114a3baa3393ba2bd2ea7d8ce185390", "score": "0.70947343", "text": "public void initPanel()\n\t{\t\n\t\tthis.removeAll();\n\n\t\tcontroleur.control();\n\t\t\n\t\tjoueur_courant = fenetre.getModele().getJoueurCourant();\n\t\tadversaires = joueur_courant.getAdversairesEnVie();\n\n\t\tselection_...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "24a110bbf047ba126f0c4b917365c34b", "score": "0.0", "text": "@Override \n public void onClick(View v) \n {\n intZoomLevel--; \n if(intZoomLevel<1) \n { \n intZoomLevel = 1; \n } \n mMapController01.setZoom(intZoomLevel); \n }", "t...
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115143", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.67343336", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-g...
1a289199d7fa65625153d5d4ef51f0eb
List of ad breaks ordered by time. repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;
[ { "docid": "ce0b72afab14eb627eca0fcdafbc4bf0", "score": "0.4315306", "text": "public Builder removeAdBreaks(int index) {\n if (adBreaksBuilder_ == null) {\n ensureAdBreaksIsMutable();\n adBreaks_.remove(index);\n onChanged();\n } else {\n adBreaksBuilder_.remove(ind...
[ { "docid": "fad1449b691b83ed6f337aff882a70ca", "score": "0.83461815", "text": "@java.lang.Override\n public java.util.List<com.google.cloud.video.stitcher.v1.VodSessionAdBreak> getAdBreaksList() {\n return adBreaks_;\n }", "title": "" }, { "docid": "912dbf9c179e08ee567647864bc77df2", ...
25fdb3e3145205a6552ac6a31a553745
Getter for property name.
[ { "docid": "4eff758ed3fbcd358c40dfc5ca21a440", "score": "0.0", "text": "public String getName();", "title": "" } ]
[ { "docid": "68a7f079adefbecc7c24415392fc040c", "score": "0.84244704", "text": "java.lang.String getPropertyName();", "title": "" }, { "docid": "65e42613d372f1f465db5cc315b89695", "score": "0.8397896", "text": "String getPropertyName();", "title": "" }, { "docid": "602c284...
73b9bb5fac6a02e0ca226d04ef1c150d
Removes the person appointment with the primary key from the database. Also notifies the appropriate model listeners.
[ { "docid": "388628b99b3463528115427fd579f334", "score": "0.6969885", "text": "public static com.agbar.intranet.quienesquien.model.PersonAppointment remove(\n\t\tcom.agbar.intranet.quienesquien.service.persistence.PersonAppointmentPK personAppointmentPK)\n\t\tthrows com.agbar.intranet.quienesquien.NoSuch...
[ { "docid": "d3a08e1642cacef0906a15ee5f26554c", "score": "0.67138636", "text": "public static void removeAppointment(int appointmentID)\r\n {\r\n String removeAppt = \"delete from appointment where appointmentId = '\" + appointmentID + \"';\";\r\n \r\n try {\r\n Prepare...
f4939cca2988a92700ebf067420f303e
Removes a set of keys. Returns the keys that were removed.
[ { "docid": "13f9046c67348e2250b8669b63625a5f", "score": "0.5386609", "text": "default Multi<CacheEntry<K, V>> getAndRemoveAll(Multi<K> keys) {\n return getAndRemoveAll(keys, CacheWriteOptions.DEFAULT);\n }", "title": "" } ]
[ { "docid": "5d487789ab2e213171eae7ecc89c4fa7", "score": "0.7230152", "text": "Set<K> removeAll(Set<K> keys, CacheWriteOptions options);", "title": "" }, { "docid": "34defb00925a0d40017312801e728bb3", "score": "0.7029201", "text": "Multi<K> removeAll(Set<K> keys, CacheWriteOptions opt...
4480ee6414638d33a42d7023f1381a28
Publish a message in board; add lecture to list; change professor change TA change Roaster
[ { "docid": "3a1b894b45d7eaf808bd3a321c159f2a", "score": "0.0", "text": "public Course addStudent(String courseId, String studentId){\n Course course = getCourse(courseId);\n List<String> roster = course.getRoster();\n roster.add(studentId);\n this.updateCourse(courseId, cours...
[ { "docid": "2dc4bade8a8ab90cbeacbc8ea66b8aae", "score": "0.6546715", "text": "void updateLectureSubject(Lecture lecture);", "title": "" }, { "docid": "a826d7f2f9f2d72d247fcced69f13652", "score": "0.59030044", "text": "public static void actionInterface() {\n try {\n ...
88ecae2fb07ef6c7dc941ed5d5e8fd6d
returns if the cell is closed
[ { "docid": "1eda1a1b236c072f6c582370f3578eb7", "score": "0.66362673", "text": "public boolean cellIsClosed(int row, int column) {\n if (row < 0 || row >= numRows || column < 0 || column >= numColumns())\n return false;\n return grid[row][column].isClosed();\n }", "title":...
[ { "docid": "dda5b152681177ddc96f38e7cc0191f3", "score": "0.7595041", "text": "public boolean isClosed();", "title": "" }, { "docid": "dda5b152681177ddc96f38e7cc0191f3", "score": "0.7595041", "text": "public boolean isClosed();", "title": "" }, { "docid": "dda5b152681177dd...
eeb2be43b9118e6c2a0d96b8cc3629b5
TODO change 'AAA' to be your username
[ { "docid": "486afdf1d9ccf8bdd8b500ce8f1a8916", "score": "0.0", "text": "@Override\r\n\tpublic String toString() {\n\t\treturn \"psyks10's G52AIM PWP\";\r\n\t}", "title": "" } ]
[ { "docid": "c60a0bfa823df55bb0f8f08893ad73c5", "score": "0.7021501", "text": "String username();", "title": "" }, { "docid": "3f0ad727aa728ed53159e7a7d5a82e85", "score": "0.6935683", "text": "private void setUsername(String name) {\n username = name.toLowerCase().charAt(0) + name....
da7a1724ea320c04d2d8d1570a94f252
/ renamed from: g
[ { "docid": "49c22fc14050bb83ce989dacbff9cb02", "score": "0.0", "text": "public void m11312g(String str) {\n this.f7596c = str;\n }", "title": "" } ]
[ { "docid": "20bf811b7786fa3a01d1d4c29c639c02", "score": "0.6426303", "text": "public abstract void g();", "title": "" }, { "docid": "83bc0a7e56d222209bb50b2d3ccf5dcb", "score": "0.6424545", "text": "public boolean g() {\n }", "title": "" }, { "docid": "11721a650a299ede3d...
65e7ba561e246ef2fd51a6db29f4c9b8
Class toString method override Override for toString method Input none
[ { "docid": "fbcb831cd593908fecf0f515b9718a3e", "score": "0.0", "text": "public String toString() {\n\t\tString zoneInfo = \"\";\n\t\tfor(Zone key : this.zones.keySet()) {\n\t\t\tzoneInfo = zoneInfo + key.getName() + \"\\n\" + this.zones.get(key).toString() + \"\\n\";\n\t\t}\n\t\treturn \"Welcome to \" +...
[ { "docid": "dbba055405aefa5ad7d4595cd2a3954e", "score": "0.8424266", "text": "@Override\n public abstract String toString();", "title": "" }, { "docid": "0e38b8972bc54a2d141655fae9798381", "score": "0.8379318", "text": "@Override\n String toString();", "title": "" ...
bddbe90472bcbdd916f0059c2cfdc203
Check if the statistics are consistent.
[ { "docid": "8572cd1cd263e0584fd9f6126cbd3851", "score": "0.68934166", "text": "@Test\n\tpublic void checkIfTheStatisticsAreConsistent() throws Exception {\n\t\tTransactionPOJO transactionPOJO1 = TransactionPOJO.getUpToDateRandom();\n\t\tTransactionPOJO transactionPOJO2 = TransactionPOJO.getUpToDateRando...
[ { "docid": "1595fd0870fa7d091ce0c9bdea471f58", "score": "0.6855333", "text": "boolean hasStatsOk();", "title": "" }, { "docid": "142e2f66a182b1b8b866ba040d8df795", "score": "0.64372176", "text": "private void checkResults() {\n\t\tfinal int expectedNumTraces =\n\t\t\t\t(NUM_VALID_TRA...
d4e5a6b77394c963279f4b161b68f53d
Set CSS style of the sound module Pane
[ { "docid": "59a9afa57e3852cbd1e6795382672eb8", "score": "0.60378194", "text": "public void setPaneStyle(String style) {\n\t\tvisiblePane.setStyle(style);\n\t}", "title": "" } ]
[ { "docid": "4333b284059ad11097a1aefd5b1e468b", "score": "0.64335525", "text": "private void updateStyle() {\n CaptionStyle cs = captionStyle == null ? CaptionStyle.HIDDEN : captionStyle;\n String background = null;\n \n switch (cs) {\n case FRAME:\n ...
3914cc7bc5a464cde2f42bf64c5f8b08
Delete a detached Event from the database.
[ { "docid": "ac78f6edf5e810ced07838cbcec2e283", "score": "0.0", "text": "public void delete(SensorType sensorType) throws DataAccessLayerException {\n super.delete(sensorType);\n }", "title": "" } ]
[ { "docid": "7b59480a2c202e15be7df3aec18ba50f", "score": "0.7026516", "text": "@Command(\"delete\")\n\t@NotifyChange({\"events\", \"selectedEvent\"})\n\tpublic void delete() {\n\t\tif(this.selectedEvent != null) {\n\t\t\teventDao.delete(this.selectedEvent);\n\t\t\tthis.selectedEvent = null;\n\t\t}\n\t}",...
b46f840257f984666f642cc49217aff2
This method creates a widget which allows interactive manipulation of a new HorizontalSplitterPanel as if it were a list.
[ { "docid": "9517090308bfd3e02c8970bcbe27ac37", "score": "0.8638416", "text": "protected Widget createHorizontalSplitterPanelListView() {\n\n\t\tfinal InteractiveList list = new InteractiveList<SplitterItem>() {\n\n\t\t\tprotected String getCollectionTypeName() {\n\t\t\t\treturn \"HorizontalSplitterPanel...
[ { "docid": "6f6715da30867e782794114a4a5eed96", "score": "0.79613745", "text": "protected Widget createVerticalSplitterPanelListView() {\n\n\t\tfinal InteractiveList list = new InteractiveList<SplitterItem>() {\n\n\t\t\tprotected String getCollectionTypeName() {\n\t\t\t\treturn \"VerticalSplitterPanel\";...
c6c2787077c4ffe86ae70c7c36580920
update the data in the given row and column to aValue
[ { "docid": "327dd288d76f08e4c995beb3c9b270a6", "score": "0.70932424", "text": "public void setValueAt(Object aValue, int row, int col) {\n\t\t//data[rowIndex][columnIndex] = (String) aValue;\n\t\ttry {\n\t\t\tProjectInfo element = projectTableResultList.get(row);\n\t\t\telement.setColumnData(col, aValue...
[ { "docid": "e01f2461a37895586bb45a0ce5c8a53f", "score": "0.74592817", "text": "public void setValue(int row, int column, Object value) {\n\t\tif(row >= nRows || column >= nColumns)\n\t\t\treturn ;\n\t\tdata.setQuick(mapRowOrder.get(row),column,value);\n\t}", "title": "" }, { "docid": "e44180...
68b366f051951c83d191a7446f3fb051
Gets the mission of the player.
[ { "docid": "ebefef63aa9a54fd56d90e4044403710", "score": "0.7300072", "text": "public Mission getPlayerMission(Player player) {\n\t\t// We use the player's color as key for the HashMap, because\n\t\t// the player object comes from the client over the network. This means\n\t\t// that it was serialized two...
[ { "docid": "9a930fb75a0502375dbe9e0855ace210", "score": "0.7341015", "text": "public String getMission() {\n\t\treturn mission;\n\t}", "title": "" }, { "docid": "43a41ce0515232bcc7fd7b8f347b7baf", "score": "0.71965456", "text": "public int getMission() {\n return mission_;\n ...
7222916053a94c43094ee6292528b564
gegeven, mag je niet wijzigen
[ { "docid": "ded5284c9f589779364d0c86e3ea2d1c", "score": "0.0", "text": "public Archiefstuk(LocalDateTime archiveringsDatum) {\n this.archiveringsDatum = archiveringsDatum;\n }", "title": "" } ]
[ { "docid": "be830e7770a95dcf549640eb04c17468", "score": "0.66415656", "text": "@Override //120\n\tpublic void nächsteRundeBereit() {\t}", "title": "" }, { "docid": "f6cbd59708d172a150ed1ef1211f4136", "score": "0.6620364", "text": "public void nachObenBewegen() {\r\n\t\tvertikalBewege...
e2d195abf7b969d395707ee674951451
Gets all the products.
[ { "docid": "52ab38a859f848a68e82a9abb5e560df", "score": "0.0", "text": "public List<String> getProducts() {\n try {\n PreparedStatement statement = conn.prepareStatement(\"SELECT * FROM PRODUCT;\");\n ResultSet result = statement.executeQuery();\n List<String> arr...
[ { "docid": "d893386ad07076c13d09f8520a2f974e", "score": "0.8335315", "text": "public List<Product> getAllProduct()\n {\n return productRepo.findAll();\n }", "title": "" }, { "docid": "722db982123bc5485c78c7d7880cf394", "score": "0.828206", "text": "public List<Product> g...
a259bba87083b0351aea9f4c56bdcb12
/ JADX WARNING: inconsistent code. / Code decompiled incorrectly, please refer to instructions dump.
[ { "docid": "b905e40d1c2c78e01c0d23da46ae57d3", "score": "0.0", "text": "private c(CodedInputStream codedInputStream, ExtensionRegistryLite extensionRegistryLite) {\n Object obj = null;\n this.e = (byte) -1;\n this.f = -1;\n h();\n while (obj == null...
[ { "docid": "5b17434d56301bb9e5ad5aff1c0a1ebe", "score": "0.75053686", "text": "static void method_5326() {\r\n // $FF: Couldn't be decompiled\r\n }", "title": "" }, { "docid": "9ccc59c342131d8362d0966247f90051", "score": "0.7483815", "text": "static void method_6189() {\r\n ...
36cc5c22e77c57d2e12bd2ebc18884f1
/ / / / /
[ { "docid": "fc4570c2a141f5fd19438625c426979a", "score": "0.0", "text": "public LocaleProviderAdapter.Type getAdapterType() {\n/* 77 */ return LocaleProviderAdapter.Type.JRE;\n/* */ }", "title": "" } ]
[ { "docid": "785f839822f847fb68d932ffd1b6fbf8", "score": "0.5444842", "text": "public static void main(String[] args) {\nSystem.out.println(\"\\\\\\\\\\\\\\\\\\\\\\\\\");\r\nSystem.out.println(\"| * * |\");\r\nSystem.out.println(\"| * |\");\r\nSystem.out.println(\"| \\\\_/ |\");\r\nSystem.out.print(\"\...
0c7a3f6e1c3c13a6309f25be67ea67d8
metoda pro kontrolu vitezstvi pro vsechny varianty
[ { "docid": "e5387fd2face6c87ac7135be5d489e0e", "score": "0.0", "text": "public static boolean checkWin(String sign) {\n for (int i = 0; i < DIMENSION; i++) {\r\n // kontrola radku\r\n if (checkLine(i, 0, 0, 1, sign)) {\r\n return true;\r\n }\r\n ...
[ { "docid": "b85dc07db7303ec228d2849a17c703b8", "score": "0.5927473", "text": "VARE getVari();", "title": "" }, { "docid": "5d9f4634054e808deccea8846817de31", "score": "0.5860074", "text": "@Override\r\n\tpublic void vola() {\n\t\t\r\n\t}", "title": "" }, { "docid": "322a1...
6ae26c43ec20f4d4f58ac3308c505b86
a matrix is decided by left right up and bottom boundary We scan from left to right, during the process using treeSet to find the largest matrix
[ { "docid": "f0918a0879243f70ff14874894fa7363", "score": "0.5337627", "text": "public int maxSumSubmatrix(int[][] matrix, int k) {\n int n = matrix.length;\n if (n == 0) return 0;\n int m = matrix[0].length;\n int max = Integer.MIN_VALUE; \n for (int i = 0; i < m; i++) ...
[ { "docid": "8856a2a4cd38524217b48aaf92499baa", "score": "0.69056576", "text": "public static int largestMatrix(List<List<Integer>> arr) {\n // Write your code here\n int rows = arr.size();\n int cols = arr.get(0).size();\n int[][] sub = new int[rows][cols];\n\...
a610819109caf621327f03d8e78285ff
Sets the color of this text
[ { "docid": "5703c16f03781645994982e8f8689220", "score": "0.75841844", "text": "@Override public Text setColor(Color color)\n {\n this.color = color;\n return this;\n }", "title": "" } ]
[ { "docid": "acf73225947933e0ef360a5a43cddd2a", "score": "0.84675837", "text": "public void setColor(Color c) {\n textColor = c;\n }", "title": "" }, { "docid": "c35e2c02bbcc9615e6612147502ce203", "score": "0.7813803", "text": "public void setTextColor(int c) {\n }", "title...
02a234544f6f14d7682cc79d088134b1
The Customer database allows one to access to TCF's customers.
[ { "docid": "b4f842b3284f1c77ae0f6616b1287897", "score": "0.0", "text": "public interface CustomerDatabase {\n\n\t/**\n\t * Add a given customer in the database\n\t * @param c the customer to be added\n\t */\n\tvoid add(Customer c);\n\n\t/**\n\t * Looks for a Customer based on a given first name\n\t * @p...
[ { "docid": "ccc01aecdfda9b66742fed4439f04979", "score": "0.7156075", "text": "public LinkedList<Customer> getAllCustomers() throws Exception {\n\t\tWebAppDBEngine webDB = new WebAppDBEngine();\r\n\t\treturn webDB.getAllCustomerInfo();\r\n\t}", "title": "" }, { "docid": "dd4dca054b2da85e90ea7...
08e11f18e8330cd600e2a5ae99329280
Inserts a new element to the heap.
[ { "docid": "1952341c76bd147df4bc36d71f09031e", "score": "0.67242587", "text": "public boolean insert(T element) {\n Heap.add(element);\n int current = Heap.size()-1;\n while((Heap.get(current).compareTo(Heap.get(parent(current)))) < 0) {\n swap(current,parent(current));\n...
[ { "docid": "d98c244044121f969c9f0c88f21d66bd", "score": "0.78384215", "text": "public void insert(HeapElement val) throws HeapException {\n\t\tif (m_next >= m_elements.length) {\n\t\t\tthrow new HeapException(\"The Heap is full. Can't insert!\");\n\t\t}\n\t\tm_elements[m_next] = val;\n\t\tpercolateUp(m_...
7dfac7d0a4d17b6a0ad12d45d24f3f76
return the views type
[ { "docid": "34e6dba4d601f5aa490c133c1c457e31", "score": "0.0", "text": "@Override\n public int getItemViewType(int position) {\n ChartItem ci = getItem(position);\n return ci != null ? ci.getItemType() : 0;\n }", "title": "" } ]
[ { "docid": "8fce639e29fc163943194246e575aafe", "score": "0.8373221", "text": "public String getTypeOfView() {\n return typeOfView;\n }", "title": "" }, { "docid": "921cb88f6637f57a40a45c76ae189c47", "score": "0.8330007", "text": "java.lang.String getViewType();", "title": "" ...
f902c3a1b3f5ec341f8d0621f7bc0c45
Gives the targeting sprite
[ { "docid": "99f6cf3bb3f9cb0f4bb8f43f9e7c5f37", "score": "0.5906342", "text": "private static Image getTarget()\n\t{\n\t\ttry {\n\t\t\treturn ImageIO.read(new File(tileDirectory + target));\n\t\t} catch (IOException ioe) {\n\t\t}\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "d6eeae68de47a65fa5dda4506e7388cf", "score": "0.7074139", "text": "public void goToSprite(Sprite target) { \n goToXY(target.pos.x,target.pos.y);\n }", "title": "" }, { "docid": "88f95f628cd681572657718689f57e6b", "score": "0.6841459", "text": "public void pointToSprite...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0bb6a7b7b438102a8947638dd41f7c60", "score": "0.0", "text": "@Override\r\n\tpublic void onReceive(Context context, Intent intent) {\n\t\tint level = (int) (intent\r\n\t\t\t\t.getIntExtra(BatteryManager.EXTRA_LEVEL, 0)\r\n\t\t\t\t/ (float) intent.getIntExtra(BatteryManager.EXTRA_SCALE,100) * 1...
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
186843fac3acd67061f95934b7305d66
Permet de changer le Joueur courant
[ { "docid": "3d33c3c3774af96771b32a388727cea6", "score": "0.0", "text": "public void switchCurrentPlayer() {\r\n if (this.getCurrentPlayer() == this.listPLayers[0]) {\r\n this.setCurrentPlayer(this.listPLayers[1]);\r\n } else {\r\n this.setCurrentPlayer(this.listPLayer...
[ { "docid": "12ce059e99f49763e30cd26f2c430a20", "score": "0.7736637", "text": "public void changerTour() {\n if (joueurCourant == 1) {\n joueurCourant = 2;\n } else {\n joueurCourant = 1;\n }\n }", "title": "" }, { "docid": "0c3fbcf6e62169e166acc81d8663b8f4", "score": ...
6f5f22c02b1e24a4c5700e7c8e6040a3
Gets the players current texture
[ { "docid": "0f35d438a56ff6cbfa4b62d83a296f4d", "score": "0.7808032", "text": "public Texture getPlayerTexture() {\n\t\treturn this.texture;\n\t}", "title": "" } ]
[ { "docid": "4b42b4b9f177ffe56c79421e835e25b1", "score": "0.80312955", "text": "public Image getTexture()\n\t{\n\t\treturn texture;\n\t}", "title": "" }, { "docid": "5e99107ce7adff1aeeac10f52f64956f", "score": "0.79939735", "text": "public Texture getTexture()\n\t{\n\t\treturn texture...
2ad606d6f908e1ffcc62609e00c9044c
Set meta data for this credential object.
[ { "docid": "ad50ad61cd2b1bb828a4752bca4b5d52", "score": "0.7181708", "text": "protected void setMetadata(CredentialMetadata metadata) {\n\t\tthis.metadata = metadata;\n\t\tthis.getId().setMetadata(metadata);\n\t}", "title": "" } ]
[ { "docid": "dfcc910d743c668084def85ea648433f", "score": "0.62609947", "text": "public abstract void setMetaData(ObjectMetadata metadata);", "title": "" }, { "docid": "299242ba9f9f309b54390942b07eefc0", "score": "0.5969977", "text": "private void setModMeta()\n {\n meta.modI...
2fe626686d2973ae2306eeb66e5b3930
TODO, this should in fact be part of Document.get().getBodyOffsetLeft/Top(). Would require overriding DOM for all permutations. Now adding fix as margin instead of fixing left/top because parent class saves the position.
[ { "docid": "7d8c28db7e1082919aa59b268b0eab55", "score": "0.5096738", "text": "@Override\n public void setPopupPosition(int left, int top) {\n Style style = getElement().getStyle();\n style.setMarginLeft(-adjustByRelativeLeftBodyMargin(), Unit.PX);\n style.setMarginTop(-adjustByRe...
[ { "docid": "d0fb7aecc218cac196885999e546e2e3", "score": "0.5650368", "text": "int getMarginLeft();", "title": "" }, { "docid": "6ee1819010f3d77811771e9bd5e41ea3", "score": "0.56415534", "text": "Point topLeftAlignmentPoint();", "title": "" }, { "docid": "5d7bedcfa854002a5...
dc2748ed258df533113dd5f6428f77af
This method was generated by Abator for iBATIS. This method corresponds to the database table TB_VEHICLE
[ { "docid": "18d47db7f0c4a2fd0c20941256611b34", "score": "0.5304705", "text": "void insert(Vehicle record);", "title": "" } ]
[ { "docid": "32fe961ec37c4c5b299c4495d7483be0", "score": "0.63867944", "text": "public void duStufWithVehicle(Vehicle vehicul){\n }", "title": "" }, { "docid": "266528e452ef87844d50840ab42befc8", "score": "0.6273556", "text": "public Vehicle getVehicle() {\r\n \t\treturn vehicle;\r...
8d8246d985690f2a960f661b71065f5f
one or three parameters
[ { "docid": "68368605bc4ff112b3d503182116599a", "score": "0.0", "text": "public static void main(String[] args) throws IOException {\n if (args.length != 1 && args.length != 3)\n usage();\n\n Path file = (args.length == 1) ?\n Paths.get(args[0]) : Paths.get(args[2]...
[ { "docid": "8dfb3c4cf52873f75bfde18ba50d71a1", "score": "0.6291653", "text": "@Override\r\n\tpublic int getNumParameters() {\r\n return 2;\r\n }", "title": "" }, { "docid": "a6b0d7ed74d6935039fe364289c1af57", "score": "0.62892795", "text": "public interface OneParameter {\r...
86df9d5b31c95372b52a55baab030859
Return an instance of account.
[ { "docid": "2604476a8c07d29881fe09719565ee6c", "score": "0.6962824", "text": "private Account getAccountMock() {\n Account account = new Account();\n account.setId(\"123\");\n account.setDocumentNumber(\"112233\");\n\n return account;\n }", "title": "" } ]
[ { "docid": "4f9e5273d49ff642c6a342a158d752d0", "score": "0.7293009", "text": "Account getAccount(String address);", "title": "" }, { "docid": "2af0909c47d0cdfea85d38c5153a6c01", "score": "0.7162184", "text": "public Account newAccount();", "title": "" }, { "docid": "e1d8d...
aae8094b86af22b5134fdf2407d972a1
private Set eventOffers; private Set oneTimeEventOfferIds; private Set continousEventOfferIds;
[ { "docid": "3541833535ae9258e8ab4e2c7e9d7aa2", "score": "0.0", "text": "public Boolean isCommon() {\n return common;\n }", "title": "" } ]
[ { "docid": "01331483fa56a919b9afdf3746735664", "score": "0.6037782", "text": "public void setOfficers(ArrayList<Long> officers) {\r\n\t\tthis.officers = officers;\r\n\t}", "title": "" }, { "docid": "a1f1814887331d9dd0cf5d75e7841574", "score": "0.5880475", "text": "public void setOffe...
c599a23256e6766a5dd1d9703df0097f
$ANTLR end "CREATE" $ANTLR start "RETURN"
[ { "docid": "5fda461566f4d94a043130db5b6fb700", "score": "0.0", "text": "public final void mRETURN() throws RecognitionException {\r\n try {\r\n int _type = RETURN;\r\n int _channel = DEFAULT_TOKEN_CHANNEL;\r\n // C:\\\\JavaProjects\\\\CompilerProject1390-11-1\\\\C...
[ { "docid": "67582b2fdda13804008ffeb2bb7a4e56", "score": "0.613347", "text": "Statement createStatement();", "title": "" }, { "docid": "ca7c5a459200146a765197ec9e555753", "score": "0.6081149", "text": "private AST return_statement(){\n AST return_statement = new AST(new Token(\...
912526802183b621c4ba6a5cd90c77d0
Clear clears all stored data and resets the role manager to the initial state.
[ { "docid": "bbdd65b4eda1505e9c271dcf67e80c44", "score": "0.0", "text": "void clear();", "title": "" } ]
[ { "docid": "11fc3bea417baeb21fa130a169c3be53", "score": "0.7432786", "text": "private void clearRole() {\n \n role_ = 0;\n }", "title": "" }, { "docid": "329fa38e67dc475e3b231afb3e9bb177", "score": "0.6794918", "text": "public void clear(){\n\t\tusers.clear();\n\t\...
3e411c1aaf1e07600b608bd52cc7f2e9
Handle navigation view item clicks here.
[ { "docid": "3e4ccf48ca9c414a633dae3783c0d554", "score": "0.0", "text": "@SuppressWarnings(\"StatementWithEmptyBody\")\n @Override\n public boolean onNavigationItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n if (id == R.id.nav_home) {\n\n } else if (id == R.id.na...
[ { "docid": "6d1c56fb11777b5099f6a8c3fcb8ef07", "score": "0.70297277", "text": "@Override\n public void onClick(View view) {\n click_listener_.onItemClicked(getAdapterPosition());\n }", "title": "" }, { "docid": "5ec34447ce7a4ea3583b187bbd10b4c7", "score": "0.699331...
922b551211bc5114125202de41c39e55
Getter method for property returnType.
[ { "docid": "6c9915c87fa0509f0409082ad995a73b", "score": "0.8005874", "text": "public String getReturnType() {\n return returnType;\n }", "title": "" } ]
[ { "docid": "97fe6be096914a53520b8f4cbe92b967", "score": "0.8167139", "text": "public Type getReturnType() {\n return returnType;\n }", "title": "" }, { "docid": "be3dc0997be19517e5bbd38ae33cc956", "score": "0.80822337", "text": "public Type getReturnType() {\n return returnTyp...
a386584c925e91b432858b5154becc34
Checks if the components under Panel p are properly centred (i.e. opposite borders between the Panel and component are equal). Panel p must not be affect by RTL orientation (RTL only affects horizontal positioning and components lay out from top right corner).
[ { "docid": "cc5db52fea916c589153d3549974d165", "score": "0.7997466", "text": "public static boolean isComponentCentredLTR(Panel p) {\n double borderLeft;\n double borderRight;\n double borderTop;\n double borderBottom;\n\n //The first component(rectangle) in panel p.\n...
[ { "docid": "e8cdc95ebc51735a01bca8897619bffd", "score": "0.863055", "text": "public static boolean isComponentCentredRTL(Panel p) {\n double borderLeft;\n double borderRight;\n double borderTop;\n double borderBottom;\n\n //The first component(rectangle) in panel p.\n ...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "639940caacdb478bc7f49130445f992b", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View rootView = inflater.inflate(R.layout.fragment_home_main, container, false...
[ { "docid": "99835468cf77f563acc93aa4365f6c1c", "score": "0.6875124", "text": "@Override\n\tpublic View onCreateView(LayoutInflater inflater, ViewGroup container,\n\t\t\tBundle savedInstanceState) {\n\t\tview = inflater.inflate(R.layout.biu_fragment_layout, null);\n\t\tschoolDao=new SchoolDao();\n\t\tini...
a8761af1dfcb0a34eed6164318eea1d3
constructor overload/default for game like bridge
[ { "docid": "f66a8345298af797ec9345e1a100e10b", "score": "0.69650763", "text": "public CardGameFramework()\n {\n this(1, 0, 0, null, 4, 13);\n }", "title": "" } ]
[ { "docid": "af67e3385aecfa0b98e0ab60594ad334", "score": "0.7119634", "text": "private Game(){}", "title": "" }, { "docid": "af67e3385aecfa0b98e0ab60594ad334", "score": "0.7119634", "text": "private Game(){}", "title": "" }, { "docid": "3248d0185182105f669cb03557aec7b4", ...
5b620190d041b562a02906938e126237
/ main begins this program
[ { "docid": "ba07f438b60543803534f9da4ba9160e", "score": "0.0", "text": "public static void main(String[] args){\r\n\r\n for(int i = 0; i < args.length; i++){\r\n System.out.println(args[i] + \" - \" +\r\n (isPali(args[i]) ? \"is palindrome\" : \"is not palindrome\"))...
[ { "docid": "352e74fe9be7236a67e8703f282c8a70", "score": "0.82389", "text": "public static void main() {\n\n\t}", "title": "" }, { "docid": "3e69ac22eb56d6cea203b23da6a35c06", "score": "0.8037437", "text": "private void main() {\n\r\n\t}", "title": "" }, { "docid": "92177b...
1bf89447b80ec86ff401a389c9f91f7d
/ access modifiers changed from: protected
[ { "docid": "618a62c44578199455498a5c295a7b7b", "score": "0.0", "text": "@Override // androidx.preference.TwoStatePreference, androidx.preference.Preference\n public void onClick() {\n super.onClick();\n if (this.mAction != -1) {\n MetricsLogger.action(getContext(), this.mActi...
[ { "docid": "cfce6138e7c17675b46eff0e9722e5ab", "score": "0.7068866", "text": "protected void bo() {}", "title": "" }, { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.7006419", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid...
f5e36254ebd560212df5ea627b97d770
Devuelve las lineas de albaran que cumplen unas condiciones dadas
[ { "docid": "52654a3608785cb67aa272ad2f53d842", "score": "0.0", "text": "public static String getNumLinAlb(String condWhere,double avlCanti,int proCodi,double avlPrven,\n double avlPrepvp,String avlComent,double avlProfer,DatosTabla dtStat) throws SQLException\n {\n\n String s = \"SELE...
[ { "docid": "8e9b801517a651e0760e89ee89a61010", "score": "0.6305311", "text": "public String mostrarLinea(){\n return this.getDescripcion()+\" \"+this.precioLista()+this.precioContado();\n }", "title": "" }, { "docid": "ac4d5d79856f1e213779c68c91f0fa02", "score": "0.6161504", ...
8f47238542770eedf6708b636b66806c
$ANTLR end "rule__SafetyCritical__Group_11__3" $ANTLR start "rule__SafetyCritical__Group_11__3__Impl" InternalSafetyDSL.g:5620:1: rule__SafetyCritical__Group_11__3__Impl : ( ';' ) ;
[ { "docid": "2b4137d8b665bfaadc7aa6dbed366256", "score": "0.7089138", "text": "public final void rule__SafetyCritical__Group_11__3__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalSafetyDSL.g:5624:1: ( ( ';' ) )\n ...
[ { "docid": "caa6203161f6af647ac57e1848a7f1e6", "score": "0.7379852", "text": "public final void rule__SafetyCritical__Group_11__3() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalSafetyDSL.g:5613:1: ( rule__SafetyCritical_...
89cf1d34c107cc2b3c2bf6b338d31c30
Delete a personalisation at a specific scope (or use scope ALL to purge the setting entirely).
[ { "docid": "56432badb1da4b33fdc978391a7ceee4", "score": "0.7149162", "text": "public Object deletePersonalisation(String scope) {\n return deletePersonalisationWithServiceResponseAsync(scope).toBlocking().single().body();\n }", "title": "" } ]
[ { "docid": "13b7144402f8631d344d5a073f2ca3fc", "score": "0.6488339", "text": "public Object deletePersonalisation(String scope, String key, String group) {\n return deletePersonalisationWithServiceResponseAsync(scope, key, group).toBlocking().single().body();\n }", "title": "" }, { ...
f20aad865354c5e257cc04a71b7f7099
/Users userdata = response.body(); Toast.makeText(getContext(), userdata.getEmail(), Toast.LENGTH_SHORT).show();
[ { "docid": "6edc09ea601fc667ffd0dca8357f5788", "score": "0.0", "text": "@Override\n public void onResponse(Call<Users> call, Response<Users> response) {\n }", "title": "" } ]
[ { "docid": "22063cc5f34979eae1dd6e028fbeec1d", "score": "0.67664844", "text": "void getUserDetailFromFB() {\n GraphRequest request = GraphRequest.newMeRequest(AccessToken.getCurrentAccessToken(),\n (object, response) -> {\n ParseUser user = ParseUser.getCurrentUser();\n ...
663550b4e04b94495dc96fcc2df72d4b
This method creates/updates a calendar entry
[ { "docid": "0591557fe8a1182a232cabeb32107b92", "score": "0.6193619", "text": "@Override\n @Transactional\n public void saveOrUpdate(final CalendarEntry calendarEntry) {\n getCalendarEntryRepository().save(calendarEntry);\n }", "title": "" } ]
[ { "docid": "d800fc38792cd4c23d08ba93b73ce14b", "score": "0.72375995", "text": "@SuppressWarnings(\"deprecation\")\r\n\tprivate void createCalendarEntry(){\r\n\t\t\r\n\t\tUri calendars = Uri.parse(CALENDAR_URI);\r\n\t\t \r\n\t\tCursor managedCursor = managedQuery(calendars, projection, null, null, nu...
4bea1c52ca2dace675846cc652e5825e
$ANTLR end "rule__Ontology__Group__0" $ANTLR start "rule__Ontology__Group__0__Impl" InternalDSL.g:1724:1: rule__Ontology__Group__0__Impl : ( () ) ;
[ { "docid": "97c26e87f4975375ac9d13391f613da8", "score": "0.77551746", "text": "public final void rule__Ontology__Group__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:1728:1: ( ( () ) )\n // Inte...
[ { "docid": "60a546c10e6b9b9b3d6f34a13ffecb3b", "score": "0.78679264", "text": "public final void rule__Ontology__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:1716:1: ( rule__Ontology__Group__0__Impl rule...
f782981e3fcef8e6ef87d76a54e9c87b
Runs Delete protocol for initiatorpeer
[ { "docid": "69de0f43b9a9f74e0c93400051e091dd", "score": "0.6177741", "text": "public void run() throws InvalidProtocolExecution {\n File file = new File(path);\n if(!file.exists())\n throw new InvalidProtocolExecution(InvalidProtocolExecution.Protocol.DELETE, \"File not found!\"...
[ { "docid": "e919d418568f1a14884f96103765ed0e", "score": "0.63416964", "text": "int deleteByExample(PeerUserExample example);", "title": "" }, { "docid": "928332f8ab78bb404a4486f6cebce40e", "score": "0.6233715", "text": "void deleteClient(Client target);", "title": "" }, { ...
5aa8e72bc6b1744f7d074c00a4c366ae
.proto.Response response = 1;
[ { "docid": "9e82ea46e0a1a2ab7717215641d8a2ab", "score": "0.0", "text": "public Builder setResponse(net.iGap.proto.ProtoResponse.Response value) {\n if (responseBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n response_ = va...
[ { "docid": "c7b8118b0e683785ba5a53cfe42c72f8", "score": "0.8267291", "text": "net.iGap.proto.ProtoResponse.Response getResponse();", "title": "" }, { "docid": "c7b8118b0e683785ba5a53cfe42c72f8", "score": "0.8267291", "text": "net.iGap.proto.ProtoResponse.Response getResponse();", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a1a617b62c6c9c3ea2e50948e9570c58", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void onFailure(HttpException arg0, String arg1) {\n\t\t\t\tToast.makeText(getApplicationContext(), \"查询绑定信息失败!!\", 0).show();\r\n\t\t\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
f00eaf4d4029440bd5ba29be45a4aceb
Metodo que se encarga de la busqueda de los registros de los trabajadores que pertenecen a una determinada unidad organizacional y cuya fecha de ingreso sea menor a la indicada por el parametro respectivo.
[ { "docid": "be9139382b30acd8006d0d00db3a0d09", "score": "0.0", "text": "public ArrayList findByUOFIng(String dbpool, String uo, String fIng) throws SQLException {\n\n\t String strSQL = \"\";\n\t PreparedStatement pre = null;\n\t Connection con = null;\n\t ResultSet rs = null;\n\t ArrayLis...
[ { "docid": "d20299c30177c47852673d5eb3d9025e", "score": "0.59055597", "text": "public static void anadirTrabajadoresPredeterminados() {\n \tFecha f1=new Fecha(12,3,2015);\n \tFecha f2 = new Fecha(25,3,2000);\n \tFecha f3 = new Fecha(25,3,2020);\n \tFecha f4 = new Fecha(25,3,2010);\n \tFec...
990962409177f9c0089bc3f5b4cc4d82
Returns the (pSegmentNum) instance of the Segment identified by (pSegmentID).
[ { "docid": "cbebb96ec84e0092b0f93d54db9341ca", "score": "0.64886004", "text": "public String getSegment(String pSegmentID, int pSegmentNum) {\n //getSegment(string, int) returns the nth occurrence of the specified\n // segment id\n\n String aArray[] = mData.split(mSeparatorGet);\n ...
[ { "docid": "a760f8936bcce6a11189cb17ba8e06b3", "score": "0.67720395", "text": "int getSegmentNumber();", "title": "" }, { "docid": "3c6f901adb6cd8b15ecabd8f70799c7e", "score": "0.6732729", "text": "public java.lang.Long getSegmentId() {\n return segmentId;\n }", "title"...
544a20243372cc74500bc22038257825
optional .gfp2p.RequestAddPackConf addPackConf = 12;
[ { "docid": "95acd62165250355854733595636c033", "score": "0.7213693", "text": "public gfp2p.Api.RequestAddPackConfOrBuilder getAddPackConfOrBuilder() {\n if (valueCase_ == 12) {\n return (gfp2p.Api.RequestAddPackConf) value_;\n }\n return gfp2p.Api.RequestAddPackConf.getDefaultInst...
[ { "docid": "9a00d1a8d0c464d93c9f464bc7e04eea", "score": "0.85966015", "text": "gfp2p.Api.RequestAddPackConf getAddPackConf();", "title": "" }, { "docid": "a765d5633232dc65558d71ebb4e492f3", "score": "0.7983612", "text": "gfp2p.Api.ResponseAddPackConf getAddPackConf();", "title": ...
d22af392eb6b66523181c68041814c27
note that this is for workshop to receive NOT DONE
[ { "docid": "08349f37c0e4767ed61411fbd390c25c", "score": "0.0", "text": "public void smsForRejectFinal(String custName, String mobileNo, String vNum){\n try {\n // Construct data\n String data = \"\";\n /*\n * Note the suggested encoding for certain par...
[ { "docid": "560b5969fc37e3bb91849f143d0cb669", "score": "0.649094", "text": "protected synchronized boolean requiresPendingStatus() {\n return false;\n }", "title": "" }, { "docid": "8ab65c9e25fa07cc3c93596227a8698b", "score": "0.62569404", "text": "@Override\n protected ...
38582cdeca9d84131eca24e605a014e6
Perform the test for the given matrix column (A37) and row (B31).
[ { "docid": "5d63a4a4175cafa2f5fa9cd3c7d2b355", "score": "0.5634566", "text": "public void testA37_B31() {\n test_id = getTestId(\"A37\", \"B31\", \"129\");\n\n NonRootModelElement src = selectA(\"A37\");\n\n NonRootModelElement dest = selectB(\"B31\");\n\n A_B_Action(src, des...
[ { "docid": "bc8d4a39d82208307a6066ba9cedf6c5", "score": "0.5877769", "text": "@Test\r\n\tpublic void testCheckCol() {\r\n\t\tassertTrue(matrix.setValue(0, 1, 2));\r\n\t\tassertTrue(matrix.setValue(1, 1, 2));\r\n\t\tassertTrue(matrix.setValue(2, 1, 2));\r\n\t\tassertTrue(matrix.setValue(3, 1, 2));\r\n\t\...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "6d66f573de931c482f91381958b7d81d", "score": "0.0", "text": "public java.lang.String getProcessName(){\n return localProcessName;\n }", "title": "" } ]
[ { "docid": "4b847f28313d4968410f629d805ed421", "score": "0.75256884", "text": "public abstract String get();", "title": "" }, { "docid": "4b847f28313d4968410f629d805ed421", "score": "0.75256884", "text": "public abstract String get();", "title": "" }, { "docid": "49d3f8e8...
df2d6a561605e9a55b1eb99648abb81e
access an action that can be used to disconnect from a hub
[ { "docid": "d7385ea1f79e35054afc0eb4124c0477", "score": "0.8174851", "text": "public Action disconnectAction();", "title": "" } ]
[ { "docid": "a9f3c2a9275128d32d823fb40e65918a", "score": "0.6623866", "text": "@VTID(20)\n void disconnect();", "title": "" }, { "docid": "4ede035d68f68b9a908b23ba9c0e5923", "score": "0.6583339", "text": "public void disconnectionRequest();", "title": "" }, { "docid": "...
8f6c3650c4d0e3345a629ba6cbd7681d
Returns the current time stamp of choice point frame.
[ { "docid": "7b8af58c86feae3ce1343e26e2ded5e9", "score": "0.0", "text": "public long getCPFTimeStamp() { return CPFTimeStamp; }", "title": "" } ]
[ { "docid": "49262796d921fad9597416e4fd20089b", "score": "0.660742", "text": "private static String currentTime() {\r\n\t\treturn new SimpleDateFormat(\"HH:mm:ss\").format(new Date());\r\n\t}", "title": "" }, { "docid": "889efaec6ead88ac1577f2937ff1bfc3", "score": "0.6453396", "text":...
27f41228c90c8399907fb8c3b6aaf6c3
This method is not supported, as delta integration only makes sense between successive levels of quadrature formulas.
[ { "docid": "fc1044a8f35b3ab7ecd96b74f853b712", "score": "0.0", "text": "public int maxNodes() {\r\n\t\tthrow new UnsupportedOperationException();\r\n\t}", "title": "" } ]
[ { "docid": "24d8e6b50308891ee4a8392a65a70736", "score": "0.6604588", "text": "public abstract double integrate();", "title": "" }, { "docid": "161d74ddaf3c229fce97398be863da4f", "score": "0.5526926", "text": "public abstract double derivative(double a);", "title": "" }, { ...
de0846ea46c76b7cf927253863f5acc8
Releases all resources. In order to load new ad init() shall be called
[ { "docid": "11ef23e4d1d03c7a00101c71e505bbe3", "score": "0.0", "text": "@Override\n public void remove() {\n TLog.d(\"Closing ad unit\");\n mVideoPlayer.close();\n }", "title": "" } ]
[ { "docid": "c28035ec3c11884b3ae3c80dc13300c3", "score": "0.78562164", "text": "public void release(){\n adFetcher.release();\n }", "title": "" }, { "docid": "b956b2d2722659c80e6006d334dc36db", "score": "0.71318364", "text": "public void release() {\n init();\n }",...
80f07adab44eeae2a07f4aaeb1442b6a
This method was generated by Abator for iBATIS. This method returns the value of the database column MI421.FREEUSE4
[ { "docid": "dc639fd1eed831d95f30b53134db28b8", "score": "0.77963704", "text": "public Integer getFreeuse4() {\n return freeuse4;\n }", "title": "" } ]
[ { "docid": "556c7ab0719b286bfa7475e7ea5deb34", "score": "0.69866085", "text": "public String getFreeuse3() {\n return freeuse3;\n }", "title": "" }, { "docid": "b6d4a064056a60578d368cde3810d804", "score": "0.6973163", "text": "public void setFreeuse4(Integer freeuse4) {\n ...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "1c5d77f6b8d02fc2ef7f58c738c6af84", "score": "0.0", "text": "public void setEntry(Entry1[] param){\n \n validateEntry(param);\n\n localEntryTracker = true;\n \n ...
[ { "docid": "0b7d5da34ce86a3669b4abee4a90e2df", "score": "0.795823", "text": "Method getSetter();", "title": "" }, { "docid": "c32d5131bbf330c6e417879c6af42e9b", "score": "0.7508898", "text": "@Override\r\n\tpublic void set() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8b2...
fc304d9392c5cc333f1d9e6c1a874486
repeated string union_coaddress = 1;
[ { "docid": "2686f2358c5cd0372dc44f0686890f21", "score": "0.68148404", "text": "int getUnionCoaddressCount();", "title": "" } ]
[ { "docid": "f53b750260f25e9bc1cb68fa01af2f86", "score": "0.75629395", "text": "java.lang.String getUnionCoaddress(int index);", "title": "" }, { "docid": "21450d89879ee019016b397d8ce9ef16", "score": "0.6313909", "text": "public java.lang.String getUnionCoaddress(int index) {\n r...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "309df14a9d741afb50d19c26929d1179", "score": "0.0", "text": "public static void main(String[] args) {\n String word = \"malayalam\";\n Palindrome pal = new Palindrome();\n System.out.println(pal.isPalindromString(word));\n\t}", "title": "" } ]
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
dba563aec76a313bd9893292cb753211
if no accept request friend
[ { "docid": "4c94a2812c87fda9f80540025afb5faa", "score": "0.0", "text": "@Override\n public void onClick(DialogInterface dialogInterface, int i) {\n FirebaseDatabase.getInstance().getReference().child(FRIEND).child(accountReceive.getId()).child(account.getId()).setValue(new Frie...
[ { "docid": "4f62def814adc1d3c08ed664575ecfe1", "score": "0.71387756", "text": "public void accept (UserProfile friend) {\n \n // delete request from friend_requests db \n reject(friend);\n\n // add into friends db \n FriendsDAO.addFriend(currentUser.getUserId(), friend...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "5f3acb8ce506a04be4cae8de299d7ff5", "score": "0.0", "text": "public java.util.Calendar getCompleteDate(){\r\n return localCompleteDate;\r\n }", "title": "" } ]
[ { "docid": "4b847f28313d4968410f629d805ed421", "score": "0.75237775", "text": "public abstract String get();", "title": "" }, { "docid": "4b847f28313d4968410f629d805ed421", "score": "0.75237775", "text": "public abstract String get();", "title": "" }, { "docid": "cae7dd0c...
a0603212c8108c04c57d02056202e9a5
give to the current floor people who finished their ride
[ { "docid": "5f473ba32786ec5b1caa17e84207c2bd", "score": "0.6584442", "text": "public void finishedRide(int floorNumber, ArrayList<Person> finishedRiders) {\r\n\t\tgetFloor(floorNumber).addToDoneList(finishedRiders);\r\n\t}", "title": "" } ]
[ { "docid": "bcfb3dcf1a966d167fa8ca4dcd246e2d", "score": "0.5930625", "text": "private void getRoomRec() {\n\t\tstartActivity(new Intent(ActivityExit.this, ActivityFindRoomLater.class));\r\n\t\tfinish();\r\n\t}", "title": "" }, { "docid": "7832444376444b1a67fba7b41296b140", "score": "0.59...