query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9c8423ca40071d9cedff3af8e20bc145", "score": "0.0", "text": "@Override\n\t\t\tpublic void onCheckedChanged(RadioGroup group, int checkedId) {\n\t\t\t\tif(checkedId == R.id.radio0){\n\t\t\t\t\ttipAfterTax=false;\n\t\t\t\t}\n\t\t\t\telse{\n\t\t\t\t\ttipAfterTax=true;\n\t\t\t\t}\n\t\t\t\tupdateS...
[ { "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...
2adac21c1be4811e7dcada22a63a9fd5
read the index of the element to select
[ { "docid": "5adb289dd551c2e27731501b1991aa1b", "score": "0.0", "text": "@Override\n\tprotected void readParameters(Iterator params) {\n\t\tint index = params.getInt();\n\t\tsetSelectedIndex(index);\n\t\t//have the child Element at that index read its params\n\t\tchildren.get(index).readParameters(params...
[ { "docid": "38cdae050d296ff1a03fc63d1860e639", "score": "0.7499624", "text": "int getIndexSelect();", "title": "" }, { "docid": "07c2644f3b37d09c6f1761abf5eb005d", "score": "0.7254388", "text": "int index(Element element);", "title": "" }, { "docid": "6405451748631501569e...
9c0554a40bbc338ba94ac3e08b95726f
Equal To the result of a subquery.
[ { "docid": "6b599d41a6c51bd4be4546f06253bd11", "score": "0.5115545", "text": "ExpressionList<T> eq(String propertyName, Query<?> subQuery);", "title": "" } ]
[ { "docid": "f0a90d2e503ffb35338213d2a6d8fdc6", "score": "0.5435438", "text": "@Test public void testScalarSubQueryInSelect() throws TeiidComponentException, TeiidProcessingException {\n String sql = \"select intkey, case when (select stringkey from bqt1.smallb) is not null then 'nuge' end as a fr...
cac5ecb53e9d7d944eb3aa96a7b21882
Type your code here
[ { "docid": "ed9b06bddd556f47972aa09ca617d3d6", "score": "0.0", "text": "include<stdio.h>\nint main()\n{\n int a,b,i,h,n=1;\n scanf(\"%d%d\",&a,&b);\n h=(a>b)?a:b;\n for(i=1;i<=h;i++)\n {\n if((a%i==0)&&(b%i==0))\n {\n a=a/i;\n b=b/i;\n n=n*i;\n } \n else if((a%i==0)&&(b%i...
[ { "docid": "4847654cac8511b3bfb56192faa1d939", "score": "0.6504831", "text": "public abstract String code();", "title": "" }, { "docid": "3705bee2b00b711ef2693852ab309a4f", "score": "0.6452282", "text": "Code createCode();", "title": "" }, { "docid": "d05877a056cc9e218382...
deb78aca06fdda09bd1c73247e9faf11
$ANTLR end "rule__Specification__NameAssignment_2_2" $ANTLR start "rule__Specification__FunctionAssignment_2_4" ../edu.cmu.sei.annex.dmpl.ui/srcgen/edu/cmu/sei/annex/dmpl/ui/contentassist/antlr/internal/InternalDmpl.g:14467:1: rule__Specification__FunctionAssignment_2_4 : ( RULE_TIDENTIFIER ) ;
[ { "docid": "95a2787dd17a93f5443f2ce23e323adf", "score": "0.81277657", "text": "public final void rule__Specification__FunctionAssignment_2_4() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../edu.cmu.sei.annex.dmpl.ui/src-gen/e...
[ { "docid": "13c812c8516e2a68f3fa2f59e7cfa2d1", "score": "0.7275401", "text": "public final void rule__Specification__FunctionAssignment_0_6() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../edu.cmu.sei.annex.dmpl.ui/src-gen/ed...
822dfa850b9550378ea85c9cd64da3d0
Returns all of the dictionary entries for this dictionary.
[ { "docid": "5e7b9c5774109a4e28268f24e054931a", "score": "0.63326836", "text": "public List<DictionaryEntry<C>> entryList();", "title": "" } ]
[ { "docid": "7e2b60d0b5a3239387d4ec8ffef2044a", "score": "0.7424512", "text": "public @NotNull List<Entry<K, V>> entries() {\n List<Map.Entry<K, V>> values = new ArrayList<>();\n Iterator<Map.Entry<K, V>> iterator = entryIterator();\n while (iterator.hasNext()) {\n values....
6f3bb284766a1e2c43121e895e73134a
Handle the action of clicking on the deleting an event option.
[ { "docid": "4e737d5b5f9d5d4742564343b5fbb025", "score": "0.7011277", "text": "@Override\n public void onDeleteClick(final String id) {\n AlertDialog.Builder builder = new AlertDialog.Builder(getContext(),\n R.style.AppTheme_Dialog_Alert);\n builder.setMessage(R.string.confirm...
[ { "docid": "291f4d6e62dd2a03faffb62aec0f2026", "score": "0.71895695", "text": "private void deleteMouseClicked(java.awt.event.MouseEvent evt) {\n }", "title": "" }, { "docid": "01b4c5b9e48cc33bcc877a7e10654cc6", "score": "0.7177756", "text": "public void delteClicked(ActionEvent a...
41b7f5d76efb52fef58265679d88b324
string icon = 5;
[ { "docid": "a6d9660d9845baff53fcbdc91f4fc2d9", "score": "0.60819757", "text": "public java.lang.String getIcon() {\n java.lang.Object ref = icon_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString ...
[ { "docid": "07d831ca0cbc1c106388a968fd02849c", "score": "0.70638156", "text": "java.lang.String getIcon();", "title": "" }, { "docid": "07d831ca0cbc1c106388a968fd02849c", "score": "0.70632684", "text": "java.lang.String getIcon();", "title": "" }, { "docid": "07d831ca0cbc...
95c6011a5afea576a520ee9912847a8e
/ NON GENERIC GRAPH
[ { "docid": "2e674320255ea6d9ee2e12faffa0cfa1", "score": "0.52528715", "text": "public void test1() {\n\t\tGraphNonGeneric g1 = new GraphNonGeneric(6);\n\t\t// BFS AND DFS in GraphNonGeneric\n\t\taddNodeUtil.addNodeNonGeneric_DFSTest(g1);\n\t\tg1.dfs(2);\n\t\tg1.bfs(2);\n\t}", "title": "" } ]
[ { "docid": "1c7bf6ee74e18fc16696cce075c77de3", "score": "0.6349776", "text": "public void ConcreteGraph() {\n\t\t\n\t}", "title": "" }, { "docid": "b46b6f58050ffc8120a0d8210836fde7", "score": "0.59544003", "text": "public interface GraphAlgorithm\n{\n\n\n\n/**\n * Apply the algorith...
ac37d9b12b72de1d307fec39c46cfbdc
GET /partners/:id : get the "id" partner.
[ { "docid": "e7304fa3a8a720542ccb41340c15f466", "score": "0.7973053", "text": "@RequestMapping(value = \"/partners/{id}\",\n method = RequestMethod.GET,\n produces = MediaType.APPLICATION_JSON_VALUE)\n @Timed\n public ResponseEntity<PartnerDTO> getPartner(@PathVariable Long id) {\n ...
[ { "docid": "78e6834cfd3a73302d64b23a9eda23e8", "score": "0.7653489", "text": "@CrossOrigin(origins = \"http://112.137.130.47:8000\")\n @RequiredRoles({Role.ADMIN, Role.STUDENT, Role.PARTNER1})\n @RequestMapping(value=\"/partner/{partnerId}\", method = RequestMethod.GET)\n public Partner showPar...
7889250a27b11d07011e70917fb22f2a
Search for node with given value and returns its parent node
[ { "docid": "894405cff8a443621ee788682771e608", "score": "0.6807807", "text": "private static TreeNode<Integer> findParentNode(TreeNode<Integer> node, Integer v) {\n if (node == null) {\n return null;\n }\n\n if (node.value.equals(v)) {\n return node.parent;\n ...
[ { "docid": "6662929f51dff61ed2698c8488f34b97", "score": "0.6844209", "text": "Item<T> findChild(T value, Item<T> parent);", "title": "" }, { "docid": "bdf367a9025b52e1739d2975754fe6e1", "score": "0.68331707", "text": "private Node<T> ancestorsFindNodeRecursive(T value, Node<T> n){\n\...
9d9243ae7d703fe74eb8d04e135f41ff
/ Set type of light this is.
[ { "docid": "121848f8606e204b72f717b9a885aa27", "score": "0.7785136", "text": "public void setLightType(LightTypeE lightType ) { mLightType = lightType ; }", "title": "" } ]
[ { "docid": "04e58f8172306524473de3c2150ac975", "score": "0.68776286", "text": "void setType(Material type);", "title": "" }, { "docid": "c5710ce47fcd582439410e023fd78165", "score": "0.66839194", "text": "void SetType(E_MATERIAL_TYPE type);", "title": "" }, { "docid": "a72...
dc10554eed3cfcd3523c7f514be84e08
destroy the presenter and set the view null
[ { "docid": "476885622a3ec44d8c4e88eb9ec79525", "score": "0.0", "text": "void destroy();", "title": "" } ]
[ { "docid": "3e7362e6442e78258c04cddb00d6f082", "score": "0.83976424", "text": "@Override\n protected void onDestroy() {\n presenter.detachView();\n super.onDestroy();\n }", "title": "" }, { "docid": "502fe8c251009364eac06c0cb3cc1649", "score": "0.7245709", "text":...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "78883add86f8d712b7a03d30490d8d13", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tint a[][]=takeInput2D();\n\t\tspiral(a);\n\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
18c150819d483a47413c769ac05afeb5
this method make the sliders, checkbox, and comboBox in the pane disabled
[ { "docid": "72f43164bb8af931e74310134ae85054", "score": "0.8252961", "text": "public void disableSliderBoxes() {\n indexSlider.setDisable(true);\n radiusSlider.setDisable(true);\n objectPositionSlider.setDisable(true);\n objectHeightSlider.setDisable(true);\n principle...
[ { "docid": "4a8cd1a178919499e0d297b4f2e429e7", "score": "0.8021077", "text": "public void enableSliderBoxes() {\n indexSlider.setDisable(false);\n radiusSlider.setDisable(false);\n objectPositionSlider.setDisable(false);\n objectHeightSlider.setDisable(false);\n princi...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "1a239553d1a9a50807c9256d7901f3e1", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n return true;\n ...
[ { "docid": "07ae17b4f0aba18cdb307bd571a38f09", "score": "0.7816054", "text": "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch (item.getItemId()) {\n case android.R.id.home:\n // app icon in action bar clicked; goto parent activity.\n this.finis...
cd55be825fa6ccd61082e17802e9539c
$ANTLR end "rule__XExpression__Group__0" $ANTLR start "rule__XExpression__Group__0__Impl" ../com.jaspersoft.studio.data.sql.ui/srcgen/com/jaspersoft/studio/data/ui/contentassist/antlr/internal/InternalSqlParser.g:9669:1: rule__XExpression__Group__0__Impl : ( KEYWORD_15 ) ;
[ { "docid": "8499fc91748f0d1c377c463a1cf25d92", "score": "0.7578931", "text": "public final void rule__XExpression__Group__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../com.jaspersoft.studio.data.sql.ui/src-gen/com/...
[ { "docid": "698de74be26725dcf45e6485eb7783c1", "score": "0.792339", "text": "public final void rule__XExpression__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../com.jaspersoft.studio.data.sql.ui/src-gen/com/jaspers...
e4fbe242f0e86f073986ef3dca3bd682
The terminal&39;s MAC address in your WiFi network.
[ { "docid": "2bc15a7e57bd1c699c258ae2e7b402cd", "score": "0.67701334", "text": "@javax.annotation.Nullable\n @ApiModelProperty(value = \"The terminal's MAC address in your Wi-Fi network.\")\n\n public String getWifiMac() {\n return wifiMac;\n }", "title": "" } ]
[ { "docid": "57556de5682bbd8c35029686ed7b95a2", "score": "0.82742244", "text": "private String getMACAddress() {\n WifiManager wifi = (WifiManager) mContext\n .getSystemService(Context.WIFI_SERVICE);\n WifiInfo info = wifi.getConnectionInfo();\n String mac = info.getMa...
899161c4c0dd3fc46838cb25694c3444
hide add button if the screen is readonly
[ { "docid": "61dd34ea8eec61703177a57d28e6c467", "score": "0.65231335", "text": "@Override\r\n\tpublic boolean isVisible()\r\n\t{\n\t\treturn !this.getFormScreen().isReadonly();\r\n\t}", "title": "" } ]
[ { "docid": "5c3cb6d73c570c5318d1f797f76a007c", "score": "0.7120933", "text": "private void enableDisableAdd(){\n if (!isAdd) {\n isAdd = true;\n }else{\n isAdd = false;\n add.setText(\"Add\");\n }\n }", "title": "" }, { "docid": "3eba6...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6dcc7e62cf47a8f2c6ac283eb68b8028", "score": "0.0", "text": "@Override\r\n\tpublic View getInfoWindow(Marker marker) {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
0b8ecfdfc8ee8ba49ba244d4bc0ed297
Get the document set.
[ { "docid": "5d14ec012b2ee60d81f38b7ea9313c8a", "score": "0.7968336", "text": "public DocumentDescription[] getDocumentSet()\n {\n return documentSet;\n }", "title": "" } ]
[ { "docid": "2d549e517a1fd2082edb689708aa5569", "score": "0.70617944", "text": "public Set<Document> getDocuments(){\n\t\treturn documents;\n\t}", "title": "" }, { "docid": "351f47b054759daf2da418ec38766d07", "score": "0.67954236", "text": "@JsonProperty(\"documents\")\r\n\tpublic Set...
2fe1202e3afa4ab359ec432ac6c9d617
Sets both installment and PDL principal
[ { "docid": "246cd54ac8a53d20b7cbd3179ce3b171", "score": "0.72658825", "text": "public void setPrincipal(int principal) {\n installLoan.setPrincipal(principal);\n pdLoan.setPrincipal(principal);\n }", "title": "" } ]
[ { "docid": "87ea8841af897dc241c8f2e606a6b645", "score": "0.665579", "text": "protected void initPrincipal() {\n\n // System.out.println(\"Inside initprincipal of customprinciimpl\");\n setName(null); // will have to set from db .\n setFullName(null);\n setGuid(null);\n ...
0fa8c3b514b5cdf6dc26f8fb4b1cf755
/ Tests for moving a piece by B and unselecting a piece once.
[ { "docid": "ab429197d03fb569faaf3704cf262750", "score": "0.7444138", "text": "@Test\n public void testForBMoveAPieceAndUnselectAPiece() {\n UpdateUI updateUI = createUpdateUI(bId, bId, allFacingUpState);\n BanqiState banqiState = banqiLogic.gameApiStateToBanqiState(\n updateUI.getState(), ...
[ { "docid": "7dc6435def779135379ae00d94e513c9", "score": "0.7102152", "text": "@Test\n public void testForBMoveAPiece() {\n UpdateUI updateUI = createUpdateUI(bId, bId, allFacingUpState);\n BanqiState banqiState = banqiLogic.gameApiStateToBanqiState(\n updateUI.getState(), Color.B, playerId...
5a54160f571e17d8d69d1417d37b35f1
This method was generated by MyBatis Generator. This method corresponds to the database table t_qr
[ { "docid": "03e12bc36ad1bf4822aa7d3a6cb823b9", "score": "0.0", "text": "public void or(Criteria criteria) {\r\n oredCriteria.add(criteria);\r\n }", "title": "" } ]
[ { "docid": "93d196faab2699827b75cf6e93c2fabe", "score": "0.5831237", "text": "@Select({\r\n \"select\",\r\n \"ORG_CD, BRANCH_CD, MAC_NO, CLOSE_DATE, CLOSE_TIME, GV_COM_CD, GV_TYPE, GV_OUT_CNT, \",\r\n \"UPDATE_DATE, UPDATE_UID, DEPT_CD, OFFICE_CD\",\r\n \"from OP.T_FN_NICE_CL...
40420e2f1e631119a2d4eba0b7ba341b
Show the menu options
[ { "docid": "60603fd96e460f40c858ee9ea27b6a5c", "score": "0.7454744", "text": "public void showMenu() {\n\t\tSystem.out.println(\"Please, choose one option!\");\n\t\tSystem.out.println(\"[ 1 ] - Highest Company Capital\");\n\t\tSystem.out.println(\"[ 2 ] - Lowest Company Capital\");\n\t\tSystem.out.print...
[ { "docid": "2dc3fb26be3e519b55adb8c8e1064cad", "score": "0.77779526", "text": "private void displayMenuOptions()\n {\n // display user options menu\n System.out.println(\"\");\n System.out.println(\"----------------------------------------------------\");\n System.out.prin...
73d402b60c616a5ede095ddc3e3643bb
The main method lists all accessible ports on the system and tries to connect to the port passed with arg[0]. On windows it is something like COM15, where on unixes maybe something like /dev/tty...
[ { "docid": "e02bc01f66268df26f95661084b7049f", "score": "0.55910474", "text": "public static void main(String[] args)\n\t{\n\t\ttry\n\t\t{\n\t\t\t// to find out what ports are available\n\t\t\tlistSerialPorts();\n\n\t\t\tHygroMain main = new HygroMain();\n\n\t\t\tString port = args.length > 0 ? args[0] ...
[ { "docid": "6591ac9ca0777eab7aca275ecced596b", "score": "0.6807955", "text": "private void handlePort(String args) {\n // Extract IP address and port number from arguments\n String[] stringSplit = args.split(\",\");\n String hostName = stringSplit[0] + \".\" + stringSplit[1] + \".\" + stringSpl...
637a279c11064fee2813aa77dba286b6
making a phone call
[ { "docid": "5f4c2a61ca20d8586e348d29dbbfaed7", "score": "0.7665784", "text": "public void makeACall() {\n \tif( doYouWantTo(\"make a phone call\") ) {\n \t\tsetPhoneNumber(Operations.CALL);\n \t\tdial();\n \t}\n }", "title": "" } ]
[ { "docid": "9b28f712bb28a8e722e5b03a0d23e22f", "score": "0.8384841", "text": "private void makeCall() {\n Intent callIntent = new Intent(Intent.ACTION_CALL);\n callIntent.setData(Uri.parse(\"tel:\" + txtPhone.getText()));\n\n startActivity(callIntent);\n }", "title": "" }, ...
3ed7b2c17ebabe4a419b112e488452c9
Sound duration in milliseconds
[ { "docid": "3f35441e727ad969a166cfe628c63cff", "score": "0.6052271", "text": "@Override\n public long duration()\n {\n return this.duration;\n }", "title": "" } ]
[ { "docid": "dbca45138d189a23c4fffc93b4ec183e", "score": "0.77132875", "text": "public int getDuration()\r\n {\r\n if (soundClip == null) {\r\n return 0;\r\n }\r\n else {\r\n return (int) soundClip.getMicrosecondLength()/1000000;\r\n }\r\n }", "...
bdffac40d4f077fce487c497dad0cad5
Deze methode sluit de connectie met de databank.
[ { "docid": "2c3a3eebe72b69d92242dbcac8413bae", "score": "0.0", "text": "public void closeConnection() {\r\n\ttry{\r\n\t con.close();\r\n\t}\r\n\tcatch(SQLException e) {e.printStackTrace();}\r\n }", "title": "" } ]
[ { "docid": "297ab40930a8ddb86f54f524f4fc3775", "score": "0.72126615", "text": "public DataConnect() {\n\t\ttry {\n\t\t\t\n\t\t\tClass.forName(\"com.mysql.jdbc.Driver\");\n\t\t\t\n\t\t\tcon = DriverManager.getConnection(\"jdbc:mysql://localhost:3306/dbfitness\",\"root\",\"\");\n\t\t\t\n\t\t\tst = con.cre...
936307c63a62d854864f9448910b692e
Return file that this object expects to temporarily write data to.
[ { "docid": "3482e8e46bcb041a2ce0975aeb14a8ca", "score": "0.0", "text": "public File getAdjacentFile() {\n\t\treturn adjacentFile;\n\t}", "title": "" } ]
[ { "docid": "173588d0542c032fda558cff7f699322", "score": "0.6811504", "text": "public final String getTemporaryFile() {\n\t\treturn m_tempFile;\n\t}", "title": "" }, { "docid": "dd82b7a6e7c83f99c97a792ab577c6c6", "score": "0.6650328", "text": "public File toFile() {\n\t\treturn file;\...
765a352a91c06b7b10f790d56c497069
Scales an image. The image is increased by dx times in the positive X direction, and by dy times in the positive Y direction. If |scale factor| is greater than 1, the image is expanded, and if |scale factor| is less than 1, but greater than zero, the image is shrunk. Naturally, scale factors of 1 will not change the im...
[ { "docid": "0cb6779cbb437aad123a8f8afc51f891", "score": "0.6894093", "text": "public ImageOp scale(double dx, double dy)\n {\n checkParameters(dx, dy);\n double[][] scaleAffine = getNeutralArray();\n scaleAffine[0][0] = dx;\n scaleAffine[1][1] = dy;\n return multipl...
[ { "docid": "a2f0cd0defaadde31b90cd29ac1ac8ea", "score": "0.6848777", "text": "public void scale(double factor) {\n int width = (int)(factor * this.getWidth()); // get and scale the width\n int height = (int)(factor * this.getHeight());\n this.setSize(width, height);\n }", "title": "" }, ...
ca5addede0c4fed1f3f506ad1ca86703
//////////////////////// END OF RULES //////////////////////////////// Gets the width of the board, also accessible through Board.WIDTH
[ { "docid": "2ea99557b05854c907796ef428094571", "score": "0.7708985", "text": "public int getWidth() {\n return WIDTH;\n }", "title": "" } ]
[ { "docid": "59bf9880c9a20cc9bd8469372e76b9cf", "score": "0.85730743", "text": "public int getWidth() {\n return board.length;\n }", "title": "" }, { "docid": "d82f60d0cde6be9687c6237015fe3870", "score": "0.7986796", "text": "static private int getBoardWidth() {\n\t\ttry\n\t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "60f481be2ff051f289952301f1cf13ee", "score": "0.0", "text": "@Override\n\tpublic Role getAdminRoleByCompanyType(String companyTypeId) {\n\t\treturn roleDao.getAdminRoleByCompanyType(companyTypeId);\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
05e7eaa3c6c9610873b9120f5404f331
method for the button sign out, which calls the signOut() method. return the signOut() method.
[ { "docid": "6adde97a9ef261d16074bc05939f7238", "score": "0.76597273", "text": "private void buttonSignOut() {\n buttonSignOut = (Button) findViewById(R.id.buttonSignOut);\n buttonSignOut.setOnClickListener(new View.OnClickListener() {\n public void onClick(View view) {\n ...
[ { "docid": "23d46bbef819b2d60da44ea2eae97331", "score": "0.83671534", "text": "public void signOut();", "title": "" }, { "docid": "4dac54e3e36f8e7b51d3bb41d17043a1", "score": "0.83013153", "text": "public abstract void signOut();", "title": "" }, { "docid": "2ae27a1e15a5b...
12912694f155784328cff66e5fcabbde
$ANTLR start "floatnum" C:\\Documents and Settings\\user\\Desktop\\drizzle\\DrizzlePrp\\grammars\\SDLgrammar.g:60:1: floatnum : ( '' )? NATNUM '.' NATNUM ;
[ { "docid": "caf8b06eb90e50632e4b5e37fbc7378d", "score": "0.73057795", "text": "public final SDLgrammarParser.floatnum_return floatnum() throws RecognitionException {\n SDLgrammarParser.floatnum_return retval = new SDLgrammarParser.floatnum_return();\n retval.start = input.LT(1);\n\n ...
[ { "docid": "deec61892ce80176392ee2aaa66cb97c", "score": "0.6279092", "text": "public final void mFLOAT() throws RecognitionException {\n try {\n int _type = FLOAT;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // /Users/ernstl/PostDoc/BU/Eugene/ecosystem/workspace/eug...
b7d35ea22779e12b897f361c481a2259
Executes the action taken after the suggestion item is chosen. The action will be different depending on the type of SuggestionGenerator.
[ { "docid": "3395f9cd96e56ff0dcead68e169022fa", "score": "0.0", "text": "Runnable getAction();", "title": "" } ]
[ { "docid": "ac2702676a0aae2dc61ddd0b552c8486", "score": "0.6534127", "text": "public interface SuggestionItem {\n /**\n * Gets the property value of the SuggestionItem based on the key.\n *\n * @param key The key to a key-value mapping.\n * @return The value of the mapping.\n */\n...
78756b446aab68106ad9d9322eeb4023
/ does everything needed for the set of a channel like assign all objects, adds peer to channel and channel to peer
[ { "docid": "1c8e9a87efabf992bdda01714c63b4a8", "score": "0.6251954", "text": "private void setChannel(Channel channel) {\n\t\tthis.channel = channel;\n\t\tthis.peer.addConnection(new Connection(this, channel));\n\t\tthis.channel.addPeer(this.peer);\n\t}", "title": "" } ]
[ { "docid": "ce486524f1bbda4bb6bafa1adaa7bde8", "score": "0.60624784", "text": "public void setUpConnectionWithOtherPeers() {\n\t\tPeerInfo currentPeerInfo = peerInfoMap.get(peerId);\n\t\tint currentPeerDeclaredOnLine = currentPeerInfo.getLineDeclared();\n\t\tfor (int remotePeerId : peerInfoMap.keySet())...
12eec5096c488fd525bac42603dd4e2c
$ANTLR end rule__RelationalExpression__RightOperandAssignment_1_0_2 $ANTLR start rule__RelationalExpression__TypeAssignment_1_1_2 ../org.eclipselabs.mscript.language.ui/srcgen/org/eclipselabs/mscript/language/ui/contentassist/antlr/internal/InternalMscript.g:16087:1: rule__RelationalExpression__TypeAssignment_1_1_2 : (...
[ { "docid": "1e3ef7cec1e8003adffb04054159884f", "score": "0.79601014", "text": "public final void rule__RelationalExpression__TypeAssignment_1_1_2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipselabs.mscript.langua...
[ { "docid": "63ca4558111f5398d153d9f3f3266246", "score": "0.6840542", "text": "public final void rule__RelationalExpression__Group_1_1__2__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipselabs.mscript.language....
9e6b5213cf4e55c3a941b6c790df9dcf
Determines whether the passed in task has cost avoidance. The rules are: If goodwill PO and cost avoidance amount is null, then is cost avoidance task If cost avoidance amount exist and is greater than 0, then is cost avoidance task Otherwise, the task does not have cost avoidance
[ { "docid": "3c2e8b0aafd18598ec522d1f9fd6c854", "score": "0.7894678", "text": "private boolean hasCostAvoidance(MaintenanceRequestTask maintenanceRequestTask){\n\t\tboolean isGoodwill = false;\n\t\tboolean isCostAvoidance = false;\n\t\t\n\t\tisGoodwill = hasGoodwill(maintenanceRequestTask.getMaintenanceR...
[ { "docid": "afdc8aad3b02d355e735467aa5435131", "score": "0.65201914", "text": "private boolean hasGoodwill(MaintenanceRequest maintenanceRequest){\n\t\tMaintenanceRequestTask task = null;\n\t\tboolean isGoodwill = false;\n\t\t\n\t\tif(!MALUtilities.isEmpty(maintenanceRequest.getMrqMrqId())){\n\t\t\tisGo...
a32974cecaa8f6da06ee6d99d230eb5c
Created by xxx on 18.11.2016..
[ { "docid": "fccf394bc24ae4473509aa684dbafebf", "score": "0.0", "text": "public interface InternetInteractor {\n\n interface onWebDataListener {\n void onWDResponse(String response, String url);\n void onWDError(String msg);\n }\n\n void getHtmlContent(String url, onWebDataListener...
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.59743464", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "bdc1683df7d1d6b2d988cd3acab4903e", "score": "0.5944301", "text": "public void mo5201a() {\n }", ...
6e6ac07b696369918f7d9c32afd6263a
Write code here that turns the phrase above into concrete actions
[ { "docid": "64751b46f11bd5a3716443096f004550", "score": "0.0", "text": "@When(\"^Merchant does not enter product quantity$\")\r\n\tpublic void merchant_does_not_enter_product_quantity() throws Throwable {\n\t throw new PendingException();\r\n\t}", "title": "" } ]
[ { "docid": "e8c67f59aacefad2171fc30c8f3da48f", "score": "0.6524557", "text": "public void action() {}", "title": "" }, { "docid": "7133578c877b5aaac7794fb83a8c15ee", "score": "0.639387", "text": "public void action() {\n }", "title": "" }, { "docid": "01438e109df22...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e8e8fabf353228fef340c974a9e2559d", "score": "0.0", "text": "@Override\r\n public void onClick(View v) {\n copy(mAdapter.getItem(mPos).content);\r\n optionPw.dismiss();\r\n }", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
c00c5ed7a929e9e853711bfce4a730fd
Returns an array of Gaussian (normal) random deviates user provided seed mean = the mean, sd = standard deviation, length of array
[ { "docid": "18aa2a54d55283a47caad593f6d63048", "score": "0.7986475", "text": "public static double[] gaussianRand(double mean, double sd, int n, long seed){\n return normalRand(mean, sd, n, seed);\n }", "title": "" } ]
[ { "docid": "7efe9614e2c9f825050696b7a1442f1e", "score": "0.75048316", "text": "public static double[] gaussianRand(double mean, double sd, int n){\n return normalRand(mean, sd, n);\n }", "title": "" }, { "docid": "c4dcb386b22c44fcad9946e9920b925a", "score": "0.7491945",...
6f0ad882cf8f2ce72e58034fdcc826e0
/ when we want to show the BAMUL window for a specific Worker
[ { "docid": "de6dbc1df8a14608e76746ff2067815a", "score": "0.6752041", "text": "public void openBAMULWindow (Worker selected) {\n\t\tif (this.bamulWindow != null) {\n\t\t\tthis.mouseParsers.remove(this.bamulWindow.box);\n\t\t\tthis.mouseParsers.remove(this.bamulWindow.saveButton);\n\t\t\tthis.mouseParsers...
[ { "docid": "27e84901db6c6ebed8decba1429a1b9a", "score": "0.61723375", "text": "@Override\n\tpublic void onClick(IGUIObject obj) {\n\t\tif (this.workerPanel != null && obj == this.workerPanel.bamulButton) {\n\t\t\tif (UnitSelector.currentlySelected != null && UnitSelector.currentlySelected instanceof Wor...
4ebff1ef95575ebe769f4cd88d36ad72
This method will launch both firefox and chrome according to the testcase and maximize the browser and set the wait for 30 seconds and load the url
[ { "docid": "d13635d90599f1545101128f8bd68d89", "score": "0.0", "text": "public void invokeApp(String browser){\n\t\t\n\t\ttry {\n\t\t\tif(browser.equalsIgnoreCase(\"firefox\")){\n\t\t\t\tdriver = new FirefoxDriver();\n\t\t\t} else if (browser.equalsIgnoreCase(\"chrome\")) {\n\t\t\t\tSystem.setProperty(\...
[ { "docid": "22aa981aeaa0a8489028c308b334cd0b", "score": "0.70272577", "text": "public static void main(String[] args) throws InterruptedException {\n\t\tSystem.out.println(\"Launch the Chrome\");\r\n\t\tSystem.setProperty(\"webdriver.chrome.driver\", \"F:\\\\EclipseWorkSpace2018\\\\Selenium\\\\chromedri...
a4653b9a49c5aa454474583ce96d50b7
The client opens a socket server and sending it a random query from the Array of preformance , the client waits for a response and prints it and back again ( not open again Socket )
[ { "docid": "cdb1f3b22e4b5fa8fc9a337c5eb129f7", "score": "0.6089611", "text": "@Override\r\n public void run() {\r\n Socket soc;\r\n BufferedReader in;\r\n PrintWriter out;\r\n String str;\r\n\r\n int[] ArrayOfPreformance = new int[1000];\r\n FileReader fr;\r\...
[ { "docid": "82979a7d1836dd9f38b3c0396dc62808", "score": "0.64102036", "text": "public static void main(String[] args) throws IOException, InterruptedException{\n \n final String HOST = \"25.107.131.108\"; //Ip luis\n final int PUERTO = 2000; //puerto luis\n \n \n ...
39afb839fd6905d188c2b4daab5b3ee7
string field_1942 = 1942;
[ { "docid": "fd61030a2cdc2a5cfe01649107740333", "score": "0.0", "text": "public com.google.protobuf.ByteString\n getField1942Bytes() {\n java.lang.Object ref = field1942_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n com.google.protob...
[ { "docid": "5ca472adb1473fa5bcaed7b63903df67", "score": "0.76386875", "text": "java.lang.String getField1977();", "title": "" }, { "docid": "5492d63cbce79896e1f20a5c876ac944", "score": "0.7637134", "text": "java.lang.String getField1934();", "title": "" }, { "docid": "370...
20de7311fc2f02b55a3c37fe0407fdf1
COUNT HOW MANY GRAMS OF ALCOHOL INCREASE IN YOUR BLOOD
[ { "docid": "44b413274188c66e962ec954bfeaf57b", "score": "0.5860116", "text": "private double countAlco(String type, String size, Time now) {\r\n\r\n\t\tString tag = size.toUpperCase() + \"_\" + type.toUpperCase();\r\n\t\tdouble vol = sp.getInt(tag, 0) * 0.79; // density of alcohol 0.79;\r\n\t\tLog.i(App...
[ { "docid": "cea55d929bb161c02c0a6e4ffb5bfa97", "score": "0.70559555", "text": "int getIncentiveHongbaoCount();", "title": "" }, { "docid": "52a5b3595fe0440fde866e558f353e1e", "score": "0.67247033", "text": "int getFlowerHongbaoCount();", "title": "" }, { "docid": "7f00bdf...
b687526395b456d527500339f2c106a8
/ function check if input string is legal numbers 09 operator + / ^ signal point (.)
[ { "docid": "45cf31a343e74d7fefd5789bfcc36fc1", "score": "0.75066227", "text": "public boolean checkIfNormalNum(String str){\n\t\tif(!ifHaveNum(str))\n\t\t\treturn false;\n\t\tstr = removeBracketsVoid(str);\n\t\tif(str==\"\")\n\t\t\treturn false;\n \t\tstr = convertMarks(str);\n\t\tstr = removeFirstCharI...
[ { "docid": "813955420f8060cd1b04ea47a045e6bc", "score": "0.7512232", "text": "private static boolean checkIfInteger(String str) {\r\n\t\tboolean matches = str.matches(\"^[+-]?\\\\d+$\");\r\n\t\treturn matches;\r\n\t}", "title": "" }, { "docid": "61c9fe4a31c73961fbb0494958c35f0a", "score"...
d10697a1788eaa18d1c8494d8c28f694
this is only good for locale == English
[ { "docid": "0bd3775ec041b37f8e29dd8928855de1", "score": "0.0", "text": "private String ordinalize(int count) {\n String countString = Integer.toString(count);\n if (countString.endsWith(\"1\")) {\n return countString + \"st\";\n } else if (countString.ends...
[ { "docid": "92ecf0b038cca3cc390342358275c160", "score": "0.7428933", "text": "Locale getLocale();", "title": "" }, { "docid": "4bca262ab2afec0648bbc52b6d9b06ef", "score": "0.70752627", "text": "boolean hasLocale();", "title": "" }, { "docid": "4bca262ab2afec0648bbc52b6d9b...
4ea4ee489d1db41ba7050b1d6f0b8977
/ / / /
[ { "docid": "daff46d691173080be87b6a51e7e1be5", "score": "0.0", "text": "public static Object call(ReflectorMethod p_call_0_, Object... p_call_1_) {\n/* */ try {\n/* 563 */ Method method = p_call_0_.getTargetMethod();\n/* */ \n/* 565 */ if (method == null)\n/* */ ...
[ { "docid": "0b640577f93787ccafd051cf7e5af6cf", "score": "0.6068762", "text": "public static void main (String[]args)\n\n {\n System.out.println (\" /\\\\\");\n System.out.println (\" //\\\\\\\\\");\n System.out.println (\" /\\\\/\\\\/\\\\\");\n System.out.println (\"...
b2bb688de88ce0792e4119af9ce33dbc
Retrieve all the stored songs.
[ { "docid": "a0fce670582f3d5676df518d6f8f230c", "score": "0.7438661", "text": "@RequestMapping(path = \"songs\", method = RequestMethod.GET)\n public ResponseEntity<?> findAllSongs() {\n List<Song> songs = new ArrayList<>();\n for (Song song : this.repository.findAll()) {\n songs.add(song);\n...
[ { "docid": "2ef09da4c5f40eba0d18cf01fe4f85f3", "score": "0.81505495", "text": "public List<Song> allSongs() {\n\t\treturn songRepo.findAll();\n\t}", "title": "" }, { "docid": "f9adfd8394d1f039ad9d7ac7814dbb5f", "score": "0.79642355", "text": "public List<Song> retrieveSongs() throws ...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "82c1291c37912db9bf34951362822670", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n deleteNo = new javax.swing.JLabel();\n delete...
[ { "docid": "98e3f367d20a60eb829a633a5ff465e6", "score": "0.7293069", "text": "public LeTanForm() {\n initComponents();\n }", "title": "" }, { "docid": "2901c5027f800c57f8efe188557aec1f", "score": "0.72908777", "text": "public MainForm() {\n initComponents();\n }",...
87b4db1e242a2ab8e7612dbc7452f7b2
Return the value associated with the column: emergency_type
[ { "docid": "4b8b36b6a0577e3d7f5590061066ccbb", "score": "0.7560538", "text": "public java.lang.String getEmergencyType () {\n\t\treturn emergencyType;\n\t}", "title": "" } ]
[ { "docid": "3f4ddc35de66eab954ca0089cd55c7e8", "score": "0.6617199", "text": "public void setEmergencyType (java.lang.String emergencyType) {\n\t\tthis.emergencyType = emergencyType;\n\t}", "title": "" }, { "docid": "1d768d650c3a38a402fb4eec76e11342", "score": "0.57107794", "text": "...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "4db780d92ff19c88bf11c53d9a795383", "score": "0.0", "text": "public static final long m522a(long j, int i, boolean z) {\n if (z) {\n return j | (1 << i);\n }\n return m532b(j, i);\n }", "title": "" } ]
[ { "docid": "6e7d19f90dff629712933844b194e213", "score": "0.62741643", "text": "interface xb {\n /* renamed from: a */\n void mo3338a(String str);\n}", "title": "" }, { "docid": "dfc8884398507d7a30967d7ad7e44432", "score": "0.62433356", "text": "interface C11843b {\n /* r...
53766ec99ac1ec00c183f0d297f82ac5
/ JADX INFO: this call moved to the top of the method (can break code semantics)
[ { "docid": "8e655c0c42c97519a07057ee398602b0", "score": "0.0", "text": "@VisibleForTesting\n public ActivityRecognitionResult(DetectedActivity detectedActivity, long j, long j2) {\n this(detectedActivity, j, j2, 0, (Bundle) null);\n }", "title": "" } ]
[ { "docid": "ec76ff8d70ced9d8135ad33b23353b4d", "score": "0.66240424", "text": "@Override\r\n\t\t\tpublic void adelante() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6603262", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\...
ed33c9f8c44e6999943d004f8cd8aca6
Log a message with the WARN level including the stack trace of the Throwable t passed as parameter.
[ { "docid": "d35cd14bd7f0409512728a2cfae675b3", "score": "0.75315136", "text": "public void warn(Throwable t) {\n\t\tthis.logger.warn(\"\", t);\n\t}", "title": "" } ]
[ { "docid": "0ef365efc0eeed8ae58d55da7446cdff", "score": "0.79538864", "text": "public static void warn(String message, Throwable t) {\n\t\tcheck();\n\t\tinstance.message(\"[W] \" + message, Level.WARN, t);\n\t}", "title": "" }, { "docid": "6370da2b161bbb78385f5a83e511a597", "score": "0.7...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "8f4771c4933e9bd13049ef173c8e2e05", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_enter_group, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "733ed274ccd37b1430acd3149250d7f2", "score": "0.72144043", "text": "protected abstract void createActionBarMenu(Menu menu);", "title": "" }, { "docid": "d74efebd6fe79f46209a7e8cb2c52d89", "score": "0.718687", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu me...
240f2230f9ef53ab55ad8bb46520ef3d
/ Leo el archivo desde el directorio por defecto
[ { "docid": "d75bef578cfda695ac1ed33f3d491afd", "score": "0.0", "text": "public Automata (){\n \n this.listaEstados = new ArrayList();\n this.listaTransiciones = new ArrayList();\n this.listaEstadosFinales = new ArrayList();\n this.listaAlfabeto = new ArrayList();\n ...
[ { "docid": "4516a08311e81a86a425d0a913b0f7d9", "score": "0.6651465", "text": "public void cargarArchivo() {\n\t\tarchivo = new File(ruta);\n\n\t\ttry (PrintWriter writer = new PrintWriter(archivo)) {\n\t\t\tgenerarJSON();\n\t\t\twriter.print(root.toJSONString());\n\t\t} catch (FileNotFoundException e) {...
afea9621b18f9a0060b9c0f631500ec4
Seeks to the required position
[ { "docid": "566ecf4cb1b30ec64df743bc6d3aecf7", "score": "0.0", "text": "public void seekTo(int pos) {\n mMediaPlayerLock.lock();\n if (mMediaPlayer != null) {\n try {\n mMediaPlayer.seekTo(pos);\n } catch (Exception e) {\n ...
[ { "docid": "aa6365c5140bc42a0400f6301e92b8c4", "score": "0.68800765", "text": "public void seekOpenSpace() {\n seek1();\n setOpenSpace();\n }", "title": "" }, { "docid": "362f32de9972e68f263fabf661faa33d", "score": "0.67807925", "text": "public void seekTo(long position) throw...
074fa8986d86bdca6b5211ebbd3d10f9
Returns the references Data for the item
[ { "docid": "b299c7655a5c8b06b2b1812d8e15944d", "score": "0.7327514", "text": "public Map<Integer, Map<Integer, List<Map>>> getReferenceData() {\n prepareReferenceValues();\n return ReferenceData;\n }", "title": "" } ]
[ { "docid": "09a219555a13fb2889896a5a8c380555", "score": "0.7348584", "text": "public abstract ReferenceData getReferenceData();", "title": "" }, { "docid": "9558e6e991d561ad7a8b807381a3caf3", "score": "0.728068", "text": "public Object getReferenceData() {\n return referenceData;\...
44ecc7a98b4b2176e26d50b58dbbc4f1
The template for a CacheContract update operation, containing all the settings that can be modified.
[ { "docid": "5f248a272a63fb61ec8f2b10d1352702", "score": "0.64854133", "text": "interface Update extends Appliable<CacheContract>, UpdateStages.WithIfMatch, UpdateStages.WithDescription, UpdateStages.WithResourceId {\n }", "title": "" } ]
[ { "docid": "5204b7535d63e11a006bf7b146879832", "score": "0.57888436", "text": "interface UpdateStages {\n /**\n * The stage of the cachecontract update allowing to specify IfMatch.\n */\n interface WithIfMatch {\n /**\n * Specifies ifMatch.\n ...
311cb7b00ddbc847df059ad47a602d6b
Downgrades the last edge lock in the lock list from WRITE lock to READ lock. Example Starting from [a, a>b] downgradeLastEdge() results in [a, a>b]
[ { "docid": "756263c2614e2a117f4f37e2c7e4bc18", "score": "0.76953566", "text": "void downgradeLastEdge();", "title": "" } ]
[ { "docid": "57910c62fdd0fceb773b497b5e1b5766", "score": "0.7012489", "text": "void downgradeToReadLocks();", "title": "" }, { "docid": "8489f9a82a98c224066b7383d6102ad9", "score": "0.68519056", "text": "void unlockLastEdge();", "title": "" }, { "docid": "9c3e97e4c2b1b1a8f...
619233ed4ede810e3f6927d4acb32566
TODO format the data and output it to the console
[ { "docid": "7ca1460fffcd633869d5808430847b63", "score": "0.0", "text": "@Override\n public void report(Location location, TrafficConditions conditions) {\n }", "title": "" } ]
[ { "docid": "aeff00195c6e05eff75bbebfa1fcd898", "score": "0.64864635", "text": "@Override\n\tpublic void printData() {\n\n\t}", "title": "" }, { "docid": "bfe83aaebc0c9200e29949ef1d20d3c4", "score": "0.6473977", "text": "public void printData();", "title": "" }, { "docid":...
22fc2594a66e7c63cb3d4a70aa63fab1
/ access modifiers changed from: private / access modifiers changed from: public
[ { "docid": "0154e0887389e4ba8dd8d5ce59d03ada", "score": "0.0", "text": "private void addBucketInfo(int index, CountBucketInfo.Builder builderForValue) {\n ensureBucketInfoIsMutable();\n this.bucketInfo_.add(index, (CountBucketInfo) builderForValue.build());\n }", "title"...
[ { "docid": "5d6f8db1f75beb16acd7c64687bc500c", "score": "0.7138833", "text": "private Utilitarios() {\n\t\t\n\t}", "title": "" }, { "docid": "8a25055bb85939ca272f2502bebb1975", "score": "0.6818074", "text": "private Public() {\n\t\tsuper(\"PUBLIC\");\n\t}", "title": "" }, { ...
411bc9c21d3483b77c2b7cd249825b32
Puts the given object into the cache using the given key. It is left up to the ICache implementation for how the Object key is handled within the cache. Implementations should explicitly document their key handling algorithm. This method will overwrite the existing object with the new object if the key already exists. ...
[ { "docid": "4f087f2a9303a53f340d42865fcb914d", "score": "0.6868363", "text": "void put(Object key, Object value);", "title": "" } ]
[ { "docid": "4eb0841af963b7bba1cac3d7350b1f2d", "score": "0.7318524", "text": "public void put(String key, Object value) {\n cache.put(key, value);\n }", "title": "" }, { "docid": "8cfe714db3b7f16c2de35bf8ded6e8e3", "score": "0.71380603", "text": "void put(K key, V object);"...
656acf9f384d8d288a9a5f809b680953
Creates a MatchWorker instance based on the current state of this panel.
[ { "docid": "287fa17ecbc23a1f21fc877aef2796e5", "score": "0.66140574", "text": "private MatchWorker createMatchWorker() {\n\n /* Get input table and column data. */\n TopcatModel tcModel = tcModel_;\n if ( tcModel == null ) {\n throw new NullPointerException( \"No table se...
[ { "docid": "d5a035df3a6a9595fee8af2e4cdd0089", "score": "0.5490689", "text": "private void startMatch() {\n MatchWorker worker;\n try {\n worker = createMatchWorker();\n }\n catch ( RuntimeException e ) {\n Object msg = new String[] {\n \"...
f56512b3707e4277e0f8e8884e783768
Validates the validateFamilyHistoryObservationTemplateId constraint of 'Family History Observation'.
[ { "docid": "fbd8d0e0826cba1c0233b08623e65103", "score": "0.73685306", "text": "public boolean validateFamilyHistoryObservation_validateFamilyHistoryObservationTemplateId(\r\n\t\t\tFamilyHistoryObservation familyHistoryObservation, DiagnosticChain diagnostics,\r\n\t\t\tMap<Object, Object> context) {\r\n\...
[ { "docid": "6e53366c7faf472dafa0382d78d55e4b", "score": "0.6757882", "text": "public boolean validateFamilyHistoryCauseOfDeathObservation_validateFamilyHistoryObservationTemplateId(\r\n\t\t\tFamilyHistoryCauseOfDeathObservation familyHistoryCauseOfDeathObservation, DiagnosticChain diagnostics,\r\n\t\t\t...
728a7da507622f2fb84fb5f7a39167dc
Tests the sortArtist method for when some songs have the same artist, title, release year, and genre.
[ { "docid": "176d22b0e2f64d10cf42453794b42b30", "score": "0.8500156", "text": "public void testSortArtistSameArtistSameTitleSameYearSameGenre() {\n Song riseAbove2 = new Song(\"Rise Above\", \"Black Flag\", 1984, \"Punk\");\n list.add(riseAbove2);\n list.sortArtist();\n assert...
[ { "docid": "f68738da2ed0db6035200802112410b2", "score": "0.8428697", "text": "public void testSortArtistSameArtistSameTitleSameYearDiffGenreNoSwitch() {\n Song riseAbove2 = new Song(\"Rise Above\", \"Black Flag\", 1981, \n \"Soul\");\n list.add(riseAbove2);\n list.sor...
65a461e9d42441195b7ac61add65a5b3
// After pressing the finish button, the system Continue to the next screen add course
[ { "docid": "a2c33c83e6a34163904eec64086f972b", "score": "0.6139319", "text": "@FXML\r\n void finish(ActionEvent event) {\r\n\t\t try {\r\n\t\t\t FXMLLoader loader = new FXMLLoader(getClass().getResource(\"/SystemManager/SystemManagerAddCourseWindow.fxml\"));\r\n\t\t\t loader.setController(new Sys...
[ { "docid": "33954f86cd5b356759667ffbbabb7a17", "score": "0.72567695", "text": "public void goCoursePage() {\n\t\tmainCards.show(container, \"COURSES\");\t\n\t}", "title": "" }, { "docid": "a7a85859319c35f4857adb7073890055", "score": "0.71309775", "text": "@Override\n\tpublic void add...
809e11413181cbf39483aa323c6c93ca
Metodo que muestra las citas que tiene un veterinario actualmente
[ { "docid": "8d76de38b2d84ee1dd840c9f7930b2b6", "score": "0.5396459", "text": "public static void consultarCitasVeterinario() throws GestionVeterinarioException {\n\t\tVeterinario veterinarioEncontrado;\n\t\tList<Cita> VeterinariosConCita;\n\n\t\tSystem.out.println(\"Búsqueda de la cita de un veterinario...
[ { "docid": "a5e42eab1246d42101b043a67867c5df", "score": "0.61908734", "text": "public void cargarInasistenciaDocente(String dni, Date fecha, Licencia licencia, float horasCatedraAusente,\r\n\t\t\tint cantDiasAusente, Clase clase) {\r\n\t\tint semanasMesCorriente = cantidadSemandasMes(fecha.getMonth());\...
78ce6d301c65746a264c865a09318196
This function sums up all the edges weights or costs given the nodes to traverse.
[ { "docid": "aafe047c727475566449ad4d548f145f", "score": "0.0", "text": "public static Pair getEdge(Graph graph, String[] arr){\n // Validate inputs\n if(graph == null || arr == null) throw new NullArgumentException();\n if(graph.size() == 0 || arr.length == 0) return new Pair(false,...
[ { "docid": "35e065584bf3f151f6cb3eab71b2e4f3", "score": "0.6689562", "text": "private static void calcAdjNodeWeights(LinkedHashMap<String, LinkedHashMap<String, String>> nodeTracker,\n LinkedHashMap<String, Node> nodeMap,\n ...
b4919eb925aa2084906b7ce9b1b0fd26
$ANTLR end "rule__XSwitchExpression__Group_2_1_0_0__0__Impl" $ANTLR start "rule__XSwitchExpression__Group_2_1_0_0__1" InternalMyDsl.g:8989:1: rule__XSwitchExpression__Group_2_1_0_0__1 : rule__XSwitchExpression__Group_2_1_0_0__1__Impl ;
[ { "docid": "405b6e5bff2b966024cd85e42fb72f14", "score": "0.8206801", "text": "public final void rule__XSwitchExpression__Group_2_1_0_0__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMyDsl.g:8993:1: ( rule__XSwitchExpr...
[ { "docid": "a84aa06a70d8743d7d28c08836ed333a", "score": "0.84653795", "text": "public final void rule__XSwitchExpression__Group_2_0_0_0__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.scripting.ui/src-gen/org/xt...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ffd7dcb0fd233eba33da8cda8918e86a", "score": "0.0", "text": "public static void main(String[] args) {\n\t debug d=new debug();\n\t d.someone=new info();\n\t d.someone.name=\"root\";\n\t d.someone.password=\"root\";\n\t try {\n\t\tif(d.login(serializeToString(d.someone))) {\n\t\t\t System.out....
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.6948892", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6921454", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
2f20e20c42c451dd164ee83fbd092965
Metodo listado mapas de un usuario
[ { "docid": "311030e490c6ce7eac99e5dfdf4ea5a5", "score": "0.65426606", "text": "@Test\n\tpublic void testListUserMaps() throws Exception {\n\t\tpeticion.setCredenciales();\n\t\tMvcResult result = peticion.get(\"/\" + MAPPING + \"/user/\" + PropiedadesTest.getUserId())\n\t\t\t\t.andExpect(status().isOk())...
[ { "docid": "5a93ae8c72969e8df0dff0570106c022", "score": "0.7328428", "text": "public abstract List<MapInfo> getUsersMapList(String id);", "title": "" }, { "docid": "f354ca0e91abffa2aa5b41383c656b24", "score": "0.66587913", "text": "@Override\n\tpublic List<Map<String, Object>> select...
b49c68d0788c73c20edbfbea8e61a447
set listview click listener
[ { "docid": "7139c0febff9de254496ff40a8e62994", "score": "0.0", "text": "public AdapterView.OnItemClickListener ClickListener() {\n return new AdapterView.OnItemClickListener() {\n @Override\n public void onItemClick(AdapterView<?> parent, View viewClicked, int position, long...
[ { "docid": "22e53fe07ce67729b8377ba811a87fad", "score": "0.8053212", "text": "private void listItemClicked(AdapterView<?> parent, View view, int position, long id) {\n }", "title": "" }, { "docid": "2696ffc4236c78e8fb2db576f0df67ac", "score": "0.78769416", "text": "private void se...
dea4b4086a5f24c0759e7ab906f702ba
iOS 7 changed the switch to not include any text
[ { "docid": "77694810ee709f4b1df0618285189502", "score": "0.0", "text": "public boolean isNoTextMode() {\n return noTextMode;\n }", "title": "" } ]
[ { "docid": "179dd2571b9a00c89d953502ca0fe721", "score": "0.6147768", "text": "String getSwitch();", "title": "" }, { "docid": "98b10fcd5aebb1ddb83ff015a2e292ac", "score": "0.59847957", "text": "@Override\r\n public boolean hasAlternativeModeText() {\r\n return true;\r\n ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "6271f9060dbcde8e54239239447cfaae", "score": "0.0", "text": "public void mo390a(MediaDescriptionCompat mediaDescriptionCompat) {\n Parcel obtain = Parcel.obtain();\n Parcel obtain2 = Parcel.obtain();\n try {\n obtain.writeInterfa...
[ { "docid": "561e1ad2be3078ec8b0e2ca7a4d4d261", "score": "0.62639445", "text": "A(A a){\n this.a = a.a;\n this.b = a.b;\n }", "title": "" }, { "docid": "9f48728c71c479e7c8162d75ccb161a3", "score": "0.62316394", "text": "public interface C16179d {\n /* renamed f...
05af4c65423577498d2de62d6e060cc9
This would produce a rightleft rotation
[ { "docid": "63016db3718a78adf559973a466f23ef", "score": "0.0", "text": "@Test(timeout = TIMEOUT)\n public void testAdd() {\n tree.add(47);\n\n expected = \"[[66], [47, 76], [42, 53, 70, 89]]\";\n actual = Visualizer.binViz(tree);\n\n assertEquals(expect...
[ { "docid": "9f54601fde3ef21b8c152f07791c0e88", "score": "0.7708283", "text": "public abstract void rotateLeft();", "title": "" }, { "docid": "e0919e5a80f4523e16d3599994f0ca14", "score": "0.7668011", "text": "public abstract void rotateRight();", "title": "" }, { "docid": ...
749fe29f19f141e84a5181a0caeb56e7
Gets the remaining unallocated tasks. (i.e. total sum of allocated so far)
[ { "docid": "fe823b35253a8b4e900f155678680154", "score": "0.6780282", "text": "private int getRemainingTasksCount(InputWorkLoad input, List<TaskDistributionOutput> initialSplit) {\n\t\treturn input.getNumTasks() - getSumOfAllocatedTasksSoFar(initialSplit);\n\t}", "title": "" } ]
[ { "docid": "79e524e21a4e25e7389a3693549f9dd5", "score": "0.7014629", "text": "protected int numOfTasksLeft() {\n return tasks.size();\n }", "title": "" }, { "docid": "a5aede70066b7679d1352f7a5e2ef424", "score": "0.6823808", "text": "public int numPendingTasks() {\n\t\tretur...
28f33d69e4577a311784e77c06004f12
When receiving a certificate challenge from Android, the SDK will apply the selected policy for HttpsURLConnection object.
[ { "docid": "5c4803e8cb214a6452fed41798dc4e4a", "score": "0.7205742", "text": "void applySecurityPolicy(HttpsURLConnection connection);", "title": "" } ]
[ { "docid": "7327bdba64674351203496132b8fe8a1", "score": "0.80944264", "text": "public interface RequestSecurityPolicy {\n /**\n * When receiving a certificate challenge from Android, the SDK will apply the selected policy for HttpsURLConnection object.\n */\n void applySecurityPolicy(Https...
7c5470e91b033106d101649c505c1cea
/ 207: / 208:
[ { "docid": "e720016f8228adc2ef6eb6a454d0e5d1", "score": "0.0", "text": "private <T> T mergeObjectEncodedAsGroup(T value, Schema<T> schema)\r\n/* 209: */ throws IOException\r\n/* 210: */ {\r\n/* 211: 355 */ if (value == null) {\r\n/* 212: 357 */ value = schema.newMessage();\r\...
[ { "docid": "288fd3ee71b736e770bbef790831c263", "score": "0.5969734", "text": "User mo18615e();", "title": "" }, { "docid": "4a3a3aeaffc4b367a8aa8488e4b59610", "score": "0.5953119", "text": "public void mo10856b() {\n }", "title": "" }, { "docid": "b21335651fee04159...
0358fec156963ec2602a9b6cec547000
The list of items that can be used for entitlement (wager amounts/etc)
[ { "docid": "a57592f436f9c0b59fa72358106b62b5", "score": "0.6590906", "text": "@ApiModelProperty(value = \"The list of items that can be used for entitlement (wager amounts/etc)\")\n public List<ActivityEntitlementResource> getEntitlements() {\n return entitlements;\n }", "title": "" } ]
[ { "docid": "5063e754d5059e28ae707999deaef9dc", "score": "0.6833645", "text": "public String listItems()\n {\n if(playerItems.isEmpty())\n {\n return \"You are not carrying any items\";\n }\n String itemsList = \"You are carrying:\\n\";\n for(Item item : p...
e3ce049cbe3395f0646e7248bc978d2d
Methode changeant la page courrante a la page suivante
[ { "docid": "0b09ca1a19b01a345396bb9ce0e726b8", "score": "0.0", "text": "public int suivant() {\n\t\tpage++;\n\t\trepaint();\n\t\treturn page;\n\t}", "title": "" } ]
[ { "docid": "7d21a8a6b9760cad6494780e3c737599", "score": "0.75030744", "text": "public void changePage (ProcessPage pp) {\n\t}", "title": "" }, { "docid": "f3b0b2ac4133f4bf8f0ce4f60c724cba", "score": "0.72136074", "text": "public void setPage(Page page) {\n this.page=page;\n ...
ab4863ea944fe1daabb14b765a37e8aa
Print the exception and generates the bug report
[ { "docid": "8c13bdebc51df66d3f301ed472a9063f", "score": "0.658972", "text": "public void printExceptionInMorphing(Exception e,String absoluteWorkingDirectoryPath, String initialPath, String finalPath) {\n System.out.println(\"************Exception in the morphing process occurs *********\");\n ...
[ { "docid": "7dc1b41008b99d51c2c0046e04278e8a", "score": "0.68015337", "text": "public void printError(RubyException excp);", "title": "" }, { "docid": "6e03023716840d9cfe1783bcab525bea", "score": "0.6730535", "text": "@Override\n public void exception(Throwable exception) {\n ...
2aad2f868b8c02c177ceee7afaf94243
Deposits money into the bank account.
[ { "docid": "67517e9991a8509d0a204553042e6ecc", "score": "0.67746776", "text": "public void deposit(double amount) {\n\t\tbalance += amount;\n\t}", "title": "" } ]
[ { "docid": "f958fefc4e66ff0562cf14017b0678ab", "score": "0.7760199", "text": "@Override\n\tpublic void deposit(int money) {\n\t\t\n\t}", "title": "" }, { "docid": "cd7b3f95d210a637095a3dd6eb204e8c", "score": "0.749094", "text": "public void debitBankAccount() {\n\t\tint beforeDebit =...
657860608494418f72f92343c59b0ca0
/ this test uses the validate(Object) method of the selector pool. creating 1000 objects, which are not valid: ReachedEndException
[ { "docid": "c17aa5a51d213a6edaf44f60322474a9", "score": "0.82605785", "text": "@Test(expected = ReachedEndException.class)\n\tpublic void validateObjects() throws ReachedEndException {\n\t\tthis.selectorPool = new DefaultTestSelectorPool() {\n\n\t\t\t@Override\n\t\t\tpublic boolean validate(Object input...
[ { "docid": "659a47f6692e8c725d409d72e170b03a", "score": "0.7312129", "text": "@Test(expected = ReachedEndException.class)\n\tpublic void filterObjects() throws ReachedEndException {\n\t\tthis.selectorPool = new DefaultTestSelectorPool(new Predicate<Object>() {\n\n\t\t\t@Override\n\t\t\tpublic boolean ap...
60097f027855b03faf103d335ad2e1e5
Creates and returns a string representation of the clause in either POSL or RuleML format. The format is determined by the jdrew.oo.Config.PRPRINT variable. If PRPRINT is true then the POSL format is used for output, otherwise RuleML (0.88 + rests or 0.91) is used.
[ { "docid": "060c4c63e0fab65e082f2b79e50af65a", "score": "0.5938713", "text": "public String toString(int format) {\r\n if (jdrew.oo.Config.PRPRINT) {\r\n return toPOSLString();\r\n } else {\r\n return toRuleMLString(format);\r\n }\r\n }", "title": "" }...
[ { "docid": "b5783bbc4bea9c52f89efa4e76725c60", "score": "0.63344985", "text": "public String toString() {\r\n if (jdrew.oo.Config.PRPRINT) {\r\n return toPOSLString();\r\n } else {\r\n return toRuleMLString(RuleMLParser.RULEML88);\r\n }\r\n }", "title":...
296ac9b49184fcfa99b3e1faf6ef4109
Find by ID of reference: menuItems.id
[ { "docid": "37fb5c35c1f58e9ba1effade2bfa003a", "score": "0.5864454", "text": "public List<Role> findByMenuItemsId(String menuItemsId);", "title": "" } ]
[ { "docid": "d88a0103acbcf20cac514db640a20fd9", "score": "0.7830409", "text": "MenuItem findMenuItem(Integer menuItemId) throws BusinessException;", "title": "" }, { "docid": "0a0cc60e9712a2f2ed1c9df709e19e21", "score": "0.74367136", "text": "public Item GetItemByID(String id) \n {...
dd416af5bb0292bbbd9203008a8a1fa8
Enter relevant functionality for when the first widget is created
[ { "docid": "78d04779fe029e12accbcaa81aed0383", "score": "0.0", "text": "@Override\n public void onEnabled(Context context) {\n }", "title": "" } ]
[ { "docid": "eedec2bf2f1b98d31d892eb87398ba37", "score": "0.7402504", "text": "@Override\n\t\tpublic void initWidget() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "a455d0dc687f3b174ca5a32c8e3e961f", "score": "0.7400789", "text": "protected void init() {\r\n\t\tsetWidget(getOurWidget(...
3bfd494649f911ed6eacea06a19847c3
s.s("Inside removeOutport hook 1");
[ { "docid": "921d5b9a8e555c0073c6f457f13ec4e0", "score": "0.65804523", "text": "public void removeOutportHook1(String modelName, String port) {\n s.s(\"Inport removed: \" + port + \" component: \" + modelName);\n }", "title": "" } ]
[ { "docid": "b095dae1a1744b12884fb17c48e928b0", "score": "0.6302881", "text": "public void removeInportHook1(String modelName, String port) {\n s.s(\"Inport removed: \" + port + \" component: \" + modelName);\n }", "title": "" }, { "docid": "a92ef4f07b07ea7007bb9f92475a6a97", ...
cc72c6fe69f673050562d86dfd36b2ec
Moves Face element based on a instruction(can be smile, laugh etc.) and based on change value (double) provided by server
[ { "docid": "54dd4424bf1fd77a4d49ae23de87d3b4", "score": "0.69309103", "text": "void moveElement(String instruction, double changeValue);", "title": "" } ]
[ { "docid": "0224b4b32604e0da801b5beed9ff7197", "score": "0.63732535", "text": "void moveElement(String instruction, boolean changeValue);", "title": "" }, { "docid": "ebea800e0a3dd252a63454928c82f614", "score": "0.6333955", "text": "public void move() {\n this.energy -= 0.03;\...
3cd249f9ce58c115d5ea35d8eddf14a2
optional int32 _attr_order = 2;
[ { "docid": "ccb9da66144b1955fb1ec55ebec50390", "score": "0.0", "text": "public Builder clearAttrOrder() {\n bitField0_ = (bitField0_ & ~0x00000004);\n AttrOrder_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "623a6e71cafff04d300b9e4435c00821", "score": "0.77482754", "text": "int getAttrOrder();", "title": "" }, { "docid": "cb69c9878299fc5fd26b6a0d8ff3b56f", "score": "0.691726", "text": "boolean hasAttrOrder();", "title": "" }, { "docid": "bd625fe702ba5ef464b49173d6...
32e055d1281312a6e2be6c16c5d2054f
Set MapiContactTelephonePropertySetDto.carTelephoneNumber and return builder.
[ { "docid": "00659c58141f9768f24bd768fc82052f", "score": "0.7775236", "text": "public MapiContactTelephonePropertySetDtoBuilder carTelephoneNumber(String carTelephoneNumber) {\n this.model.carTelephoneNumber(carTelephoneNumber);\n return this;\n }", "title": "" } ]
[ { "docid": "d37ad173c8e33ba07b9333012b0418b4", "score": "0.6419397", "text": "public MapiContactTelephonePropertySetDtoBuilder mobileTelephoneNumber(String mobileTelephoneNumber) {\n this.model.mobileTelephoneNumber(mobileTelephoneNumber);\n return this;\n }", "title": "" }, { ...
f2e2a20240a1759f450c0e07be547ef3
Returns a Date representation of date objects as mm/dd/yyyy based on the divider parameter (ie. '','/') Creation date: (4/16/2002 7:28:45 PM)
[ { "docid": "04013d20553165ae95de66730bfa7c35", "score": "0.6453558", "text": "public static java.util.Date dateFormat(String myDate, String divider) {\n\t\tif (myDate != null) {\n\t\t\tSimpleDateFormat formatter = new SimpleDateFormat(\"MM\" + divider + \"dd\" + divider + \"yyyy\");\n\t\t\t// Parse the ...
[ { "docid": "4d516d9bb7d6fd64956ba99c698f0762", "score": "0.7173907", "text": "public static String dateFormat(Object myDate, String divider) {\n\t\tString output = \"\";\n\t\tSimpleDateFormat formatter = new SimpleDateFormat(\"MM\" + divider + \"dd\" + divider + \"yyyy\");\n\t\tDate currentTime_1 = new ...
8b11faa0582aa140e01451f8321ff516
Problem 1.2: Given a string, produce the reversed of the string. Time: O(n), where n = length of the string Memory: O(n)
[ { "docid": "fecaf8ad893488bb716426729972f977", "score": "0.0", "text": "static char[] reverseString(char[] chars) {\n char[] reversed = new char[chars.length];\n int j = chars.length - 1;\n for (char ch : chars) {\n reversed[j] = ch;\n j--;\n }\n ...
[ { "docid": "6742c6ce8ca7c2413e44717eddde2566", "score": "0.7254874", "text": "public static String reverse(String input) {\n\treturn String.copyValueOf(reverse(input.toCharArray()));\n }", "title": "" }, { "docid": "5ec382c3ae9a89b3508fc5aaf88256d9", "score": "0.71819454", "text":...
ea42e356bbb8c80d4634e409f8295e3e
only works for linux
[ { "docid": "0ad3e7cbd6b2139295cad621adad2fd7", "score": "0.0", "text": "public static void createTempFileForLinux() throws IOException {\n Path path = Files.createTempFile(\"temp_linux_file\", \".txt\",\n PosixFilePermissions.asFileAttribute(PosixFilePermissions.fromString(\"rw----...
[ { "docid": "d723def4d65a0e09c6231db0c8167d09", "score": "0.53882784", "text": "java.lang.String getSystem();", "title": "" }, { "docid": "62fdc27225f850a55f190f8bb4761a9a", "score": "0.5366506", "text": "private boolean osIstLinux() {\n\t\treturn System.getProperty(\"os.name\").equal...
5017670ee8d48c7e55ba1a0d88bc1704
Method allows to extract user entity from DB. Method should be used only in DAO class as handler.
[ { "docid": "12c3c307a7ff31c68938d94af2588063", "score": "0.72731405", "text": "@Override\n\tpublic User extractUser(ResultSet rs) throws SQLException {\n\t\tUser user = new User();\n\t\tuser.setId(rs.getInt(\"id\"));\n\t\tuser.setLogin(rs.getString(\"login\"));\n\t\tuser.setPassword(rs.getString(\"passw...
[ { "docid": "9b79b6e90fcdb4ac72117b9dfaaee160", "score": "0.7341838", "text": "private User extractUser(ResultSet rs) throws SQLException {\n\t\tUser user = new User();\n\t\tuser.setId(rs.getInt(Fields.ENTITY_ID));\n\t\tuser.setLogin(rs.getString(Fields.USER_LOGIN));\n\t\tuser.setPassword(rs.getString(Fi...
ea9f642c5c59869628101fe33459e334
Returns a readonly view of the drugs to which this cell type is resistant.
[ { "docid": "e7924c43dfa9cd6f576fce1dcc3e3e56", "score": "0.60834783", "text": "public Set<DrugType> viewResistant() {\n return resistant;\n }", "title": "" } ]
[ { "docid": "7d0fc79dc321404898766bf7e0250745", "score": "0.5739404", "text": "public List<Drug> getDrugs() {\n return drugs;\n }", "title": "" }, { "docid": "efdfb79276e7219e3ceeb41664fdd8e9", "score": "0.56825256", "text": "private List<IndexedCellContent> indexedDraftpool...
f15846f6adf149954dbd73eb153e8d27
Created by hibernate on 2017/3/21.
[ { "docid": "06fbcc4624b041f6d7211afeab80aa9e", "score": "0.0", "text": "public interface IUserDao extends IBaseDao<User> {\n}", "title": "" } ]
[ { "docid": "39132efb6b42f8ec625d96ff6226d80b", "score": "0.590903", "text": "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.58499557", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t...