query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
a42b62e0f6157fa09c1693b8072639fc
A function that prints the grid
[ { "docid": "17f9db1ce8a6b297d17683e68f128f0f", "score": "0.0", "text": "public void printGrid(int interval, java.awt.Color color) {\r\n\r\n\t\tfor (int j = 0; j < _imageWriter.getWidth(); j++) {\r\n\t\t\tfor (int i = 0; i < _imageWriter.getHeight(); i++) {\r\n\t\t\t\tif (i % interval == 0 || j % interva...
[ { "docid": "258a74f8b8121d5f318b916d03f4d2e7", "score": "0.8739573", "text": "public void printGrid(){\n\t\tfor (int i = 0; i < 8; i++){\n\t\t\tfor (int j = 0; j < 8; j++)\n\t\t\t\tSystem.out.print(Grid[i][j]+\" \"); \n\t\t\tSystem.out.println(); \n\t\t}\n\t}", "title": "" },...
8c235939d9a23c91d03de9b75d8929d3
This method was generated by Apache iBATIS ibator. This method corresponds to the database table MEDICAL.EXPORTXLS
[ { "docid": "c12e1f09bb3667da15d374c24178fee4", "score": "0.0", "text": "protected Criteria createCriteriaInternal() {\r\n\t\tCriteria criteria = new Criteria();\r\n\t\treturn criteria;\r\n\t}", "title": "" } ]
[ { "docid": "ea149f54d39cb8ead8366c466f80e3b2", "score": "0.6561356", "text": "@Override\n @Detail(\"adds\")\n public Workbook export() {\n List<User> users = userDAO.queryAll(0,100);\n Workbook workbook = POIUtil.export(users,User.class);\n return workbook;\n }", "titl...
e4caef5fb9a779c77c28a6ca063f7c11
TODO: MAYBE NTO WKROK
[ { "docid": "3887dba76d1f73a55fa09108c4dabb35", "score": "0.0", "text": "public double getSpeed()\n {\n\n return (float)Math.sqrt(this.motionX * this.motionX + this.motionZ * this.motionZ);\n }", "title": "" } ]
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.5680265", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "35e5940d13f06d1f0d6a21cf2739c70a", "score": "0.5377756", "text": "public function() {}", "title": "" }, { "docid": "af0768baa709...
c742d835cafa0a45544435ebb31ba981
Handles the division command
[ { "docid": "a77adc758ad1c36353eee7a74bc3f093", "score": "0.82705873", "text": "public void handleDivision() {\n setOperation(DIVISION);\n }", "title": "" } ]
[ { "docid": "a6e3da3b015f40046b350ec704aca266", "score": "0.72919106", "text": "private void execute_div() {\n Token op1 = operands.pop();\n Token op2 = operands.pop();\n Token res = new Token(op2.getNumber() / op1.getNumber());\n operands.push(res);\n }", "title": "" ...
a9f2945d72d202fbd97a32aed4de7fa3
Verification des informations saisie
[ { "docid": "1973468ad6b419374b5e6a210f211887", "score": "0.0", "text": "public void handleSaveCompte(ActionEvent actionEvent) {\n oldImage = profilImage.getImage();\n oldUsername = usernameTextField.getText();\n oldPassword = passwordTextField.getText();\n oldCin = cinTextFie...
[ { "docid": "c98c7b7189f7133b4f926305af42780b", "score": "0.7261709", "text": "@Override\r\n\tpublic void Verify(Statistiques statistiques) {\n\t\t\r\n\t}", "title": "" }, { "docid": "be4c22e458e72c780cfd46875660d6e7", "score": "0.65820026", "text": "private boolean verificar() {\n ...
e01766b448d2c06ad4cc89ec056b5232
8. Road 2 Node Choice
[ { "docid": "368b4b1a59f3687a57fdd13bbdf162f4", "score": "0.0", "text": "@Test\n void testRoadGraph8() {\n TerrainPosition v1 = new TerrainPosition(50, 0, 50);\n TerrainPosition v2 = new TerrainPosition(51, 0, 50);\n TerrainPosition v3 = new TerrainPosition(52, 0, 50);\n Te...
[ { "docid": "8614e3535356280e51d063704cd73d74", "score": "0.57826406", "text": "public static void main(String[] args) {\n\t\tRouter router1 = new Router(\"R1\");\n\t\tRouter router2 = new Router(\"R2\");\n\t\tRouter router3 = new Router(\"R3\");\n\t\tRouter router4 = new Router(\"R4\");\n\t\tRouter rout...
22e16a0e9dadf016e4e4e737aa6f9d08
Space between each drawing.
[ { "docid": "52135e055ca8ed0bc586e9c96f496058", "score": "0.0", "text": "public static void main( String[] args ) {\n launch( args );\n\n }", "title": "" } ]
[ { "docid": "c53c4b226215c7c8e461e44ae820c504", "score": "0.67142236", "text": "public int drawing_stride() { return 1; }", "title": "" }, { "docid": "0220a4e92cffc3a42ec58b6d2cd29958", "score": "0.65067714", "text": "private int getSpacing() {\n return (int) ((getHeight() * 20...
bff8af5e62a439f9bb8c10dd35f7c422
Generated by Spring Data Generator on 08/04/2021
[ { "docid": "974d3b86aa191106d06ff10e9df804bb", "score": "0.0", "text": "@Repository\npublic interface NtpcRepository extends JpaRepository<Ntpc, Integer>, JpaSpecificationExecutor<Ntpc> {\n\tNtpc findFirstByOrderBySidDesc();\n}", "title": "" } ]
[ { "docid": "6f2aa928152228f97484dd973e5b4efe", "score": "0.63848555", "text": "public interface SinRepository extends JpaRepository<Sin, Integer>, QuerydslPredicateExecutor<Sin> {\n\n // Add any extra methods here. This file will not get overwritten unlike any other generated file\n}", "title": "...
7062562161e190aa17ffdb0c60614124
This method returns the minimum value for this entity's radius.
[ { "docid": "84175a8c487956c507b635688fd30bbf", "score": "0.7594543", "text": "@Basic\n\t@Immutable\n\tpublic abstract double getRadiusLowerBound();", "title": "" } ]
[ { "docid": "444ba8573f35d81c85d95f353aeee209", "score": "0.81923836", "text": "public double getMinimalRadius() {\n\t\treturn minimalRadiusProperty().getValue();\n\t}", "title": "" }, { "docid": "17252c39b253cd47bd574ffa8e35b3c0", "score": "0.74695975", "text": "@Generated\n @Sele...
6915b80e3291b5c97cf505d34ab29ba8
create a new RenderSessionContext and register it with the RenderSessionManager. This method is intended to be called during render time by the render engine, e.g. DocDesign's desktop server, or a productive DocBase service, etc.
[ { "docid": "5206ae6368109362d6baa2d1ea687cda", "score": "0.7175438", "text": "public static String createRenderSessionContext() {\n RenderSessionContext context = RenderSessionContexts.createDefaultRenderSessionContext();\n contextMap.put(context.getUuid(), context);\n if (logger.is...
[ { "docid": "688a3241b8e5b13d7383d279b0437519", "score": "0.5653659", "text": "public interface RenderContext {\n\n /**\n * @return used to batch render 3D models (takes care of depth-sorting, minimizing number of texture switches, etc).\n */\n ModelBatch getModelBatch();\n\n /**\n *...
7f509b3dac5879299b993d53d5cf3300
Total number of expired referral codes in the account.
[ { "docid": "cbf2b6f854c96963e0872183fe64845b", "score": "0.7378116", "text": "@ApiModelProperty(example = \"400\", required = true, value = \"Total number of expired referral codes in the account.\")\n\n public Integer getExpiredReferralCodes() {\n return expiredReferralCodes;\n }", "title": ""...
[ { "docid": "39924753c331aa14f70d344c3cc9f14e", "score": "0.6148255", "text": "int getRecryptAccountCount();", "title": "" }, { "docid": "e8d18c158d65457e98b310836b45582f", "score": "0.59587985", "text": "@ApiModelProperty(example = \"100\", required = true, value = \"Total number of ...
76f768b182f20c4b4d77168bca40563a
Returns the cur_elg_ind. Creation Date Thu Jul 07 14:01:55 CDT 2005
[ { "docid": "d86e715d3560a6955a06eb91a3fc9535", "score": "0.85720813", "text": "public java.lang.String getCur_elg_ind() {\n\t\treturn cur_elg_ind;\n\t}", "title": "" } ]
[ { "docid": "cf00b8d140696dea35882b51183c9dc3", "score": "0.72412413", "text": "public void setCur_elg_ind(final java.lang.String cur_elg_ind) {\n\t\tthis.cur_elg_ind = cur_elg_ind;\n\t}", "title": "" }, { "docid": "457534f0a4efb94508f77175cb95ab3e", "score": "0.68491954", "text": "pu...
087fc9f78cb61c0690ba843dd322ed8b
Getter and setter for the comment included with an emotion
[ { "docid": "3af35ffe3a252505744f1311a1c9a311", "score": "0.7025873", "text": "public String getComment() { return this.comment; }", "title": "" } ]
[ { "docid": "46fc54566dd56383d83c648b07a5b34c", "score": "0.70436966", "text": "public String getComment();", "title": "" }, { "docid": "46fc54566dd56383d83c648b07a5b34c", "score": "0.70436966", "text": "public String getComment();", "title": "" }, { "docid": "46fc54566dd5...
d497cbe03f8ef9876f207269196d20fc
$ANTLR end "rule__ContainerInitializer__Group_2__1" $ANTLR start "rule__ContainerInitializer__Group_2__1__Impl" InternalRtVil.g:14120:1: rule__ContainerInitializer__Group_2__1__Impl : ( ( rule__ContainerInitializer__Group_2_1__0 ) ) ;
[ { "docid": "45d9f8b2f49978e3563d22691aef4c6a", "score": "0.8055629", "text": "public final void rule__ContainerInitializer__Group_2__1__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // InternalRtVil.g:14124:1: ( (...
[ { "docid": "c33729025090b4a4026582fac1eec617", "score": "0.83898306", "text": "public final void rule__ContainerInitializer__Group_2_1__1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // InternalRtVil.g:14176:1: ( rule...
861cfebb51568232aecfc0e6b60e6bef
Gets the RegulatoryComplianceStandardsClient object to access its operations.
[ { "docid": "78de0edbf1f3192cb8e55556a0d03df1", "score": "0.7565118", "text": "public RegulatoryComplianceStandardsClient getRegulatoryComplianceStandards() {\n return this.regulatoryComplianceStandards;\n }", "title": "" } ]
[ { "docid": "8b88beebe8c8e6c9c2aee47086f24f89", "score": "0.81742847", "text": "RegulatoryComplianceStandardsClient getRegulatoryComplianceStandards();", "title": "" }, { "docid": "b3d3240fa085c0dd654a59853912bdfa", "score": "0.6534122", "text": "CompliancesClient getCompliances();", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "89e9b3121c866c96815bfa31c568fe8a", "score": "0.0", "text": "public static void main(String[] args) throws IOException {\n\t\t {\n\t\t\t// TODO Auto-generated method stub\n\n\t\t\n\t\n\t\tWebDriver driver;\n\t\tSystem.setProperty(\"webdriver.chrome.driver\",\"/Users/yuvarajk/Downloads/chromed...
[ { "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}", ...
8517b06135ac8b687e5bbdf859d7f9ae
$ANTLR end synpred1_CollectionLevelPermission $ANTLR start synpred2_CollectionLevelPermission
[ { "docid": "cde69159fbb71384f91a6cca72abc3b9", "score": "0.6628806", "text": "public final void synpred2_CollectionLevelPermission_fragment() throws RecognitionException { \n // C:\\\\data\\\\cts\\\\runtime-workspace\\\\com.sap.coghead.editor\\\\generated\\\\generated\\\\CollectionLevelPermissi...
[ { "docid": "d66a2d62a646a25c9050c9c97de5b9a2", "score": "0.6911811", "text": "public CollectionLevelPermissionLexer() {;}", "title": "" }, { "docid": "0959d7099bc9e0c976bef607572b7925", "score": "0.6380346", "text": "public final void synpred4_CollectionLevelPermission_fragment() thr...
2ddf0d0fa9ad9d29fffb9cf309796492
endregion region Factory pattern for Play Store
[ { "docid": "771f10b9462bb2f11899dcb7310c2fa9", "score": "0.0", "text": "@NonNull\n public static Button openPlayStoreDev(@NonNull final Context ctx,@NonNull final String user) {\n return customButton(ctx,R.drawable.ic_google_play_store_black,R.string.btn_play_store,new View.OnClickListener() {...
[ { "docid": "908311c02eb84b3d2aefc79037fdce77", "score": "0.69417524", "text": "public interface ShopFactory {\n Shop.Builder createShop(String shopNumber, String shopName, String shopOwner, String shopPhoneNumber);\n\n}", "title": "" }, { "docid": "b5a445f8d4fa3bb346ba4919faeca11b", "...
3af41d4d0a8577589789c98668a9f46d
Financial transactions of the Payment. Each Transaction has a TransactionType and a TransactionState.
[ { "docid": "8ac7eb6d841a108099d572e198c89ec7", "score": "0.5150821", "text": "@NotNull\n @Valid\n @JsonProperty(\"transactions\")\n public List<Transaction> getTransactions();", "title": "" } ]
[ { "docid": "dcaf15961f257653dffccbd419e092b5", "score": "0.61261344", "text": "Transactions getTransactions();", "title": "" }, { "docid": "3145a6b2830adb1b2f6fa590a5b5059f", "score": "0.6094525", "text": "public DailyBalance transactions(List<Long> transactions) {\n this.transact...
467ffed57a56c9511fb52df16ace1886
a method that takes in two arrays and returns the sum of the first array multiplied by the sum of the second array
[ { "docid": "775e4df3c872c9cd18f499547bbe6668", "score": "0.73278666", "text": "public static int doubleArraySum(int[] arrOne, int[] arrTwo) {\n // variables to hold first and second sum\n int sumOne = 0;\n int sumTwo = 0;\n // loop through the first array\n for (int i ...
[ { "docid": "894727fcd98ee3662c52f06cdf397e8e", "score": "0.7198298", "text": "private double[] calcArrayAdd(double[] a1, double[] a2) {\n\t\tdouble [] a3 = new double [a1.length];\r\n\t\tfor(int i = 0; i < a1.length; i++)\r\n\t\t{\r\n\t\t\ta3[i] = a1[i]+a2[i];\r\n\t\t}\r\n\t\treturn a3;\r\n\t}", "ti...
435f5f4bc6d7f50fc78920b767ab22f0
End of user code
[ { "docid": "5ccc2af16711d53e3cc45ad9271d5818", "score": "0.0", "text": "public interface DomainPropertiesEditionPart {\n\n\n\n\t/**\n\t * Init the Resources\n\t * @param current the current value\n\t * @param containgFeature the feature where to navigate if necessary\n\t * @param feature the feature to ...
[ { "docid": "1567df6995bc884cdc9e5ffdb691b883", "score": "0.78160244", "text": "public void quitter() {\n\t\t\tSystem.exit(1);\n\t\t// End of user code\n\t\n\t}", "title": "" }, { "docid": "097272de22d124d944843f63c5c88c57", "score": "0.78052574", "text": "protected void end ()\r\n\t{...
4d7ff075eacb682a2c59f8289f02286c
/ Logic for addition of a new tuple to database table Pregled
[ { "docid": "86d296677e69a43a2b178f040f50336c", "score": "0.0", "text": "public ResponseEntity<PregledDTO> addPregled(String entiteti, PregledDTO pregledDTO) {\n\t\tSystem.out.println(entiteti);\n\t\tLong odabranaSala = (long) -1;\n\t\tLong odabraniLekar = (long) -1;\n\t\tLong odabraniTip = (long) -1;\n\...
[ { "docid": "01dc2e77c0a285b6c2f173963058ea07", "score": "0.6886303", "text": "void insert(Tuple t);", "title": "" }, { "docid": "4fffd89c06c8e42380c319ec118c98bf", "score": "0.6747897", "text": "public void add(Tuple t) {\n\t\tthis.tuples.addFirst(new TupleDate(t, this.dernierId));\r...
e36e4cbf1ee50e38d4eaafacbebcaaa3
Format methods Returns the ID and the title of the given page.
[ { "docid": "955b39e0d1736410f155bd77f205eb45", "score": "0.6792314", "text": "public String formatHeader(final IWiktionaryPage page) {\n\t\tif (page == null)\n\t\t\treturn \"\";\n\t\treturn new StringBuilder()\n\t\t\t\t.append(page.getId()).append(\" \")\n\t\t\t\t.append(page.getTitle()).toString();\n\t...
[ { "docid": "6cb8d4dbbfec48076b5208d7f775b4f2", "score": "0.5999452", "text": "public abstract String getPageTitle();", "title": "" }, { "docid": "b570f3cd335266ba509e5bb4d3068839", "score": "0.59595424", "text": "String getTextParagraphPageId();", "title": "" }, { "docid"...
2793638efff0be163f5e1fe66cb90db6
See if this statistic computes weighted statistics If not, skip this test
[ { "docid": "86a189b8ffba8d4a1477d1e1c3edc0a9", "score": "0.54488015", "text": "@Test\n public void testEvaluateArraySegmentWeighted() {\n UnivariateStatistic statistic = getUnivariateStatistic();\n if (!(statistic instanceof WeightedEvaluation)) {\n return;\n }\n ...
[ { "docid": "bc9a810d2c71b103e4bb8d643d65e05e", "score": "0.7397544", "text": "public boolean isWeighted();", "title": "" }, { "docid": "a411ee81e6163a56f7b0ffd18b3e9ec2", "score": "0.6856204", "text": "@Test\n public void testWeightedConsistency() {\n\n // See if this stati...
0ec40ebc1f5882713ba45531838e44cd
if no cached item list
[ { "docid": "7442822e76a08b7535b1f99159366ffc", "score": "0.0", "text": "public String getItemList () throws Exception\n\t{\n\t\tif (m_sItemList == null)\n\t\t{\n\t\t\tYFSEnvironment env = YFSUtil.getYFSEnv();\n\t\t\tgetItemList (env, null, null);\n\t\t}\n\t\treturn m_sItemList;\n\t}", "title": "" ...
[ { "docid": "12da87f6f991990ab3833afdb0232bc7", "score": "0.6818383", "text": "@Override\r\n\tpublic Boolean getCached() {\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "4307f7fc63a0a8293b47322abc6ffc06", "score": "0.6447165", "text": "public boolean isCached() {\n\t\treturn th...
aa44e12381b762dcc4cfb9fb737a005c
There should be no 'GET' requests to this servlet, so redirect the user to the home page.
[ { "docid": "147ee6d7297558f5908f3ce6e582cecd", "score": "0.7519545", "text": "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException\n {\n response.sendRedirect( ADMIN_HOME_PAGE );\n }", "title": "" } ]
[ { "docid": "84e70d7d2a8a7b289a40c68dfd67fddc", "score": "0.79088426", "text": "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n response.sendRedirect(\"./index.jsp\");\n }", "title": "" }, ...
6d0ac075577c9577bce6d96c414fb9c8
NOTE : this is called as the last piece in setting SimpleValue type information, and implementations rely on that fact, using it as a signal that all information it is going to get is defined at this point...
[ { "docid": "d9d50f2030cf7d579b7f5939f9428de3", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n \tpublic void setTypeUsingReflection(String className, String propertyName) throws MappingException {\n \n \t\tif ( typeName != null ) {\n \t\t\t// assume either (a) explicit type was specified or ...
[ { "docid": "fe21abcc10a4d83382c2e01181f20c95", "score": "0.6604038", "text": "public abstract String getValueType();", "title": "" }, { "docid": "4a35fdc89c1c7be6903da4fb48203cf6", "score": "0.64802945", "text": "private OlSaveAsType(int value) { this.value = value; }", "title": ...
e35e737897239460b92e4cae1e91638a
This method accepts the fileName as a String and searches for the file.
[ { "docid": "dc77ba04db362bab529d568d7cf9c6e1", "score": "0.6233947", "text": "public void openFile(String fileName){\n try{ //trys to opens fileReader Scanner\n fileReader = new Scanner(new File(fileName));\n }\n catch(FileNotFoundExcept...
[ { "docid": "dfcb72dd060b583664e913609ba327fb", "score": "0.6826707", "text": "public static boolean searchFile(String folderPath, String fileName)\n\t{\n\t\t//Creating file object\n\t\tFile fl = new File(folderPath+\"\\\\\"+fileName);\n\t\t\n\t\t//check if file exist in the specified folder, return true...
eb264b1e1a5700e72f2357d1347b48a6
=== pointClaimed methods fixes issue in setting score. === //
[ { "docid": "d7e348103103c3917523b7deedcdf487", "score": "0.0", "text": "private boolean isPlayer1PointClaimed() {\n return player1PointClaimed;\n }", "title": "" } ]
[ { "docid": "fe73535269d7a1d94a902d8a425fe102", "score": "0.72854614", "text": "public void addPointToScore() {\n\t\t\n\t\tscore++;\n\t}", "title": "" }, { "docid": "9c1d0899bb554556a8b117c8b776c8c7", "score": "0.714441", "text": "protected void setScore() {\n }", "title": "" ...
e35985908c34bd24221f0e5d02b37c58
repeated int64 int64_maxs = 15;
[ { "docid": "5af22afc5044de3e1031098099ae0c36", "score": "0.76965314", "text": "long getInt64Maxs(int index);", "title": "" } ]
[ { "docid": "68eab48b9e47460660e1c2c2b82a2bb5", "score": "0.75326306", "text": "int getInt64MaxsCount();", "title": "" }, { "docid": "edc0a9a7516165c202f2c03e7efa6b1f", "score": "0.7102496", "text": "java.util.List<java.lang.Long> getInt64MaxsList();", "title": "" }, { "do...
6c93a3dcce040157aec7c9e7114331d7
////////////// Validation // //////////////
[ { "docid": "9c57540b312807b81e1673c031cd7275", "score": "0.0", "text": "@Override\n public boolean validate(String name, String input) {\n switch (name) {\n case \"goal_add_user_firstname\":\n case \"goal_name\":\n return validateName(input);\n c...
[ { "docid": "6f657b00feeaf74e10679b7359ecc12e", "score": "0.81741947", "text": "protected void validate() {}", "title": "" }, { "docid": "5f51ebebfe75b062a04e7f9d851f7a4c", "score": "0.8168919", "text": "public void validate() {}", "title": "" }, { "docid": "5f51ebebfe75b0...
55a7ac053ea59eb925d8812c8cfb0134
Calculates the negated (Complement(R)) relation, i.e. "=u"
[ { "docid": "61c15464bc8d6e8bd037781a1f20f29d", "score": "0.6895042", "text": "public Relation negated() {\n\t\treturn fromValue(val ^= True.val);\n \t}", "title": "" } ]
[ { "docid": "8c14796d45552a095614018330e3f2b9", "score": "0.64352727", "text": "Inequality<T> getNegation();", "title": "" }, { "docid": "f049b72e768ade06926d457ab3f2de97", "score": "0.62579", "text": "public void not() {\n\t\tinvertOperator = true;\n\t}", "title": "" }, { ...
2dcd7cdc228c2130b24342f7be3ea2ea
Auto generated method signature
[ { "docid": "5df93a6c5bdd6a9ff55c1d464af25514", "score": "0.0", "text": "public com.datacode.avon_ots_ws.MantenimientoElementoControllerStub.InsertarCatalog14Response insertarCatalog14(\r\n\r\n com.datacode.avon_ots_ws.MantenimientoElementoControllerStub.InsertarCatalog14 inse...
[ { "docid": "6b2109b8dcb751c952889be4892c4802", "score": "0.6581796", "text": "String getSignature() {\n String retString = \"\";\n if (method != null) {\n Class retType = method.getReturnType();\n retString = retType.getName();\n retString = retString.subst...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7acef211c0bb472f34fdb65c0f077ab8", "score": "0.0", "text": "@Override\n\tpublic void onProviderEnabled(String provider) {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
033a8ab34a8b2a0c12e175e4d1f0101c
need to write validation logic here
[ { "docid": "d69cc2e4fb248e82b0f8015f3256c49c", "score": "0.0", "text": "@Override\n\tpublic boolean isValid(Integer age, ConstraintValidatorContext context) {\n\n\t\tif (age == null) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif (age < this.lower || age > this.upper) {\n\t\t\treturn false;\n\t\t}\n\n\t\tretur...
[ { "docid": "d27b977f8498c2dc0e2fddba0169d0a5", "score": "0.8398937", "text": "private void validate() {\n \t//implementation here \n }", "title": "" }, { "docid": "7cf2a0bea4799caa346a778c644814d6", "score": "0.7625407", "text": "@Override\r\n\tprotected void do...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "317acf5f2a9fe6f665045d3762d39d01", "score": "0.0", "text": "@Override\r\n\tpublic Systeme mettreAjourSysteme(Systeme t) {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "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...
5e4242a054778d63bd15af6183a89f80
param :: String inputs return ::void throws :: throwable methodName :: clickOnOKAndCancel description :: click On OKAndCancel date :: 18feb2018 author :: Ravi
[ { "docid": "cda35c4d476404e14f3342cadb7efdaa", "score": "0.7065929", "text": "public void clickOnOK() throws Throwable {\n\t\tif (isVisibleOnly(CRDispatcherUpdatePage.lblErrorOk, \"Error ok button\")){\n\t\t\tclick(CRDispatcherUpdatePage.lblErrorOk, \"Error ok button\");\n\t\t\tdynamicWaitByLocator(CRDi...
[ { "docid": "7085eec6c29eeb2f0a811b68e210f427", "score": "0.67201734", "text": "@Override\n public void onOkClick() {\n\n }", "title": "" }, { "docid": "7af188a2895c47d83a1e7bd5820833f7", "score": "0.66885185", "text": "private void butCancel_Click(Object sender, System.EventArg...
49a9a8d05ff09b0233c2c85318c5c7ed
optional string workload_name = 1;
[ { "docid": "1470c264d2323dec31e7eb348160f0fd", "score": "0.7545137", "text": "java.lang.String getWorkloadName();", "title": "" } ]
[ { "docid": "97475a7200538f321fcabe50485f4450", "score": "0.66789055", "text": "java.lang.String getSweepWorkload();", "title": "" }, { "docid": "98205d1a2e9120d67c821aba75b14cea", "score": "0.65520525", "text": "public java.lang.String getWorkloadName() {\n java.lang.O...
b1fd7bce1cdb36fba17afe2ca8fefd4c
optional string jangbi_code3 = 25; optional string jangbi_code3 = 25;
[ { "docid": "45a9b95f47e2dd9fa5aa4edc642b9d1b", "score": "0.5993356", "text": "boolean hasJangbiCode3();", "title": "" } ]
[ { "docid": "f3389739b1cd1d6e0bbe8c8484101aa1", "score": "0.6773999", "text": "java.lang.String getJangbiCode3();", "title": "" }, { "docid": "fa4b6fdfcb7c5d62ff12e7c86c78a298", "score": "0.6617951", "text": "public Builder setJangbiCode3(\n java.lang.String value) {\n ...
5e868d3a7abdd7b272d7b80917a6c85d
Parcelable needs this function
[ { "docid": "ab361ef700ac3a081b854f9b77c70e7e", "score": "0.0", "text": "@Override\n\tpublic int describeContents() {\n\t\t// TODO Auto-generated method stub\n\t\treturn 0;\n\t}", "title": "" } ]
[ { "docid": "436fbf254bc96f1f5c4bad683e05e375", "score": "0.73896444", "text": "public abstract void mo9302a(Parcelable parcelable);", "title": "" }, { "docid": "1d16d018ea93ca2e2166855e37d0564b", "score": "0.7039427", "text": "@Override\n public void writeToParcel(Parcel dest, int...
9453650167e8839e0a5614adf0689d81
Partially updates a questionCategory.
[ { "docid": "9e4ec74093a9ed31fbf4334f1f268aa7", "score": "0.6514648", "text": "Optional<QuestionCategoryDTO> partialUpdate(QuestionCategoryDTO questionCategoryDTO);", "title": "" } ]
[ { "docid": "29da374ffdd12ea0396f53b1a57c9632", "score": "0.6996665", "text": "@Override\r\n\tpublic void updateCategory(Category cat) {\n\t\t\r\n\t}", "title": "" }, { "docid": "aae5499d6622faaeca5a7754de74e111", "score": "0.69865173", "text": "void update(Category category);", "...
4950ba65317f059c158008464ea65b99
This method was generated by Apache iBATIS ibator. This method sets the value of the database column HR_AL_NON_FINISH_QUALITY.ID
[ { "docid": "459fe6614e7d5c4d7f21c5f894264736", "score": "0.0", "text": "public void setId(Integer id) {\r\n this.id = id;\r\n }", "title": "" } ]
[ { "docid": "2f0e75870125ec60e91406c85718faad", "score": "0.5095672", "text": "public void setHT_GroupMedicalTest_ID (int HT_GroupMedicalTest_ID)\n\t{\n\t\tif (HT_GroupMedicalTest_ID < 1) \n\t\t\tset_Value (COLUMNNAME_HT_GroupMedicalTest_ID, null);\n\t\telse \n\t\t\tset_Value (COLUMNNAME_HT_GroupMedicalT...
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": "29f618b303a137017135e9dd112f285f", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jPanel = new javax.swing.JPanel();\n jLabel3 ...
[ { "docid": "5f8540ed063cf75672e07098d5395e1e", "score": "0.76998395", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n\n }", "title": "" }, { "docid": "37a5472d5b0f35cf64a077bc1dd978c4", "score": "0.73205817", "text": "public Form() {\n initComponents();...
c3aafbdb539269bda183a10a67b8c683
Create a VA manager instance
[ { "docid": "4ca42f639e7d2d8dd53c9685bb8e60a0", "score": "0.6399995", "text": "public static VAManager getVAManager(boolean enable, ConfigProvider configProvider, MediaPlayer mediaPlayer)\n {\n if (enable)\n return new VAManagerOn(configProvider, mediaPlayer);\n else\n ...
[ { "docid": "4967612adb6e0a805e608af2a7e55262", "score": "0.69857776", "text": "private KvManager createManager() {\n KvManager manager = null;\n try {\n KvManagerConfig config = new KvManagerConfig(this);\n manager = KvManagerFactory.getInstance().createKvManager(conf...
63215971c33ddb1f612dd68f63451946
This method was generated by MyBatis Generator. This method corresponds to the database table t_edu_parent
[ { "docid": "f91456effd43f29d15013f314350b44d", "score": "0.0", "text": "int insert(EduParent record);", "title": "" } ]
[ { "docid": "545438ecefbdbb2ab5c0171b740057c5", "score": "0.6695393", "text": "@Override\r\n\tpublic String getParentPKFieldName() {\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "545438ecefbdbb2ab5c0171b740057c5", "score": "0.6695393", "text": "@Override\r\n\tpublic String get...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cb034f1a94d48003dd9f071a04fbf731", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case R.id.action_edit:\n UmengUtil.shareDefault(this);\n break;\n case R...
[ { "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...
2cbc60d4721c66ad99d3a57dc81995c2
FIXME may be database is not cloud but ez cloud.
[ { "docid": "4499d1381fa5fc376ac697702da6c926", "score": "0.0", "text": "@Override\r\n @DB\r\n public UserVmTcDetailVO persist(UserVmTcDetailVO tcDetail) {\n final String InsertSequenceSql = \" INSERT INTO `cloud`.`user_vm_tc` (`guest_user_id`, `total_bandwidth`, `tc_type`, `state`) VALUES ...
[ { "docid": "c23d77fa04c7aa961a3ff4ce4617f9ff", "score": "0.6233044", "text": "private boolean inDatabase() {\r\n \t\treturn inDatabase(0, null);\r\n \t}", "title": "" }, { "docid": "f6f25c8c49c245362581edb6b8305f81", "score": "0.61880076", "text": "private void getDatabase(){\n\n ...
c6d6192ada489572808c0ed86a797044
get the registerExists variable
[ { "docid": "9a436e63858430b68ee6234c5e142df2", "score": "0.8149234", "text": "public String getRegisterExists(){\n\t\treturn registerExists;\n\t}", "title": "" } ]
[ { "docid": "5984ab1debcea7adc72a2ea477072036", "score": "0.786447", "text": "boolean hasRegister();", "title": "" }, { "docid": "0f7116e9235acbb861284edbf5779a28", "score": "0.74351794", "text": "boolean getRegister();", "title": "" }, { "docid": "bc739a46223435ff5f01b19a...
e99b603ff4e231b1a55d22be0a61b967
return the searched ranger credentials if true
[ { "docid": "2c838c6f3f2695d9bd3283432b50d848", "score": "0.0", "text": "@Test\n public void search_returnsAllMatchingObjects_true() {\n Ranger firstRanger = new Ranger(\"User\", \"Tom\", \"Smith\", 1, 5035550000L);\n firstRanger.save();\n Ranger secondRanger = new Ranger(\"NewUser\", \"Tommy\"...
[ { "docid": "4115f5d326695a904924947154efd116", "score": "0.6244352", "text": "String searchPasswordByName(String adminName);", "title": "" }, { "docid": "9abf13e316b7a08ef0d0c930439766e2", "score": "0.619643", "text": "Object getCredentials();", "title": "" }, { "docid": ...
d4ba19d4deecb6c93d4d0c044b0346f9
TODO: Iterate over all Categories n getting all the probabilities for all cat's The cat with best prob wins
[ { "docid": "f4fc63836e678dc7bd6f2464f48c2874", "score": "0.5036331", "text": "public String classifyBaysean(String tweet){\n\t\t\r\n\t\tString bestCat= null;\r\n\t\tfloat bestProb= Integer.MIN_VALUE;\r\n\t\tfloat currentProb;\r\n\t\tfor(String category : categoryCounts.keySet()){\r\n\t\t\tcurrentProb = ...
[ { "docid": "43674cfb9f2f984eafd423049818f3bd", "score": "0.6299977", "text": "public final double[] getCategoryProbabilities() { return probability;\t}", "title": "" }, { "docid": "1a4b947f44e9ccdfe9d4905dc4ff1624", "score": "0.60718226", "text": "public void testFindBestCategory()\n...
5576bd4d917194207c4ef939cf0a6baa
Vrati CSN na zaklade daneho identifikatora
[ { "docid": "6c6ae70f2bcb4b8486868a5b68a4cbc3", "score": "0.6600148", "text": "StandardCsn getCsnById(Long id);", "title": "" } ]
[ { "docid": "91d71c36919c1975ad3e867eaaa202f8", "score": "0.64678377", "text": "java.lang.String getCnarid();", "title": "" }, { "docid": "20eb28e10f0e2dc5573c40059382663b", "score": "0.6351229", "text": "public void loginWithSN() {\n this.emailAddress = \"\";\n this.pas...
f330793a558688e7e0e3b7f339b146cb
Creates a new instance of RSSFeedDAO
[ { "docid": "416cecda23013e1f38d844dc3a8ccbd7", "score": "0.51394844", "text": "private RentalDAO() {\n }", "title": "" } ]
[ { "docid": "20ebe4937bfc0b475eef719e9cc1f660", "score": "0.6247387", "text": "protected abstract D instanciarDAO();", "title": "" }, { "docid": "2747a435bf4a0dffe4ece110b812a5cc", "score": "0.6030714", "text": "private DaoFactory(){}", "title": "" }, { "docid": "3a60a8430...
199979d0e6f9ab428964e4d85ed421cf
Test case number: 191 /Coverage entropy=2.379042103983462
[ { "docid": "7cb5195c3f8337bfbe828168007e8318", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test191() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n StringSelectModel stringSelectModel0 = new StringSelectModel();\n Select select0 = new Select(errorPage0,...
[ { "docid": "32737fd821a7ee1c0e22b7998c7d0f3b", "score": "0.63705254", "text": "@Test\n public void testEntropy() {\n System.out.println(\"entropy\");\n MultivariateGaussianDistribution instance = new MultivariateGaussianDistribution(mu, Matrix.of(sigma));\n assertEquals(2.954971,...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "37b46d36f280952f58cdb2a6cbd5e24c", "score": "0.0", "text": "@Override\n\tpublic College getModel() {\n\t\treturn college;\n\t}", "title": "" } ]
[ { "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...
509318d14dad936c2537572e70b0e4f0
Returns the Width of an OceanObject
[ { "docid": "e276bfd71963fbdb19ac65a482df72ef", "score": "0.0", "text": "public int getWidth() {\r\n\t\treturn width;\r\n\t}", "title": "" } ]
[ { "docid": "47729f89ff06e6ad20dfa3c1a7a4a76e", "score": "0.72426", "text": "@ZenGetter(\"width\")\n int getWidth();", "title": "" }, { "docid": "18bc0d867a54bfb417dc31c5750cba4b", "score": "0.69231296", "text": "public double width()\n\t\t{\n\t\tcomputeBoundingBox();\n\t\treturn m...
d74ef8eea0b065e556c2b9036d1d106c
setCast with an new JTvseasoncreditsResponse.
[ { "docid": "a3baf1334421fd7520fdf2027cddd405", "score": "0.73902035", "text": "@org.junit.Test\n public void testSetCast() {\n // arrange : set up the test\n final JTvseasoncreditsResponse jTvseasoncreditsResponse = mock(JTvseasoncreditsResponse.class);\n assert jTvseasoncreditsR...
[ { "docid": "07509e4bd7fe6a26e6090b0bd85dbc23", "score": "0.62522405", "text": "@org.junit.Test\n public void testGetCast() {\n // arrange : set up the test\n final JTvseasoncreditsResponse jTvseasoncreditsResponse = mock(JTvseasoncreditsResponse.class);\n assert jTvseasoncreditsR...
65210c67b217a842c2a8966e4e6d29a0
Test To Phone Number Does Not Have 10Numbers Return False
[ { "docid": "973b1582f1f0f6d9feaef931e07c6c5f", "score": "0.7834606", "text": "@Test\n public void givenPhoneNumber_DoesNotHave10Numbers_ReturnFalse() {\n //Checking Validate Phone Number With Pattern And Storing In result\n boolean result = userRegistration.validatePhoneNumber(\"91 9790...
[ { "docid": "836d09005ab6975901af61e38accb551", "score": "0.77128404", "text": "public boolean validatePhone(){\n\t\t\n//\t\tPattern p = Pattern.compile(\"\\\\d{3}\");\n//\t\tMatcher m = p.matcher(phone);\n\t\n//\t\tif(b){\n//\t\t\tSystem.out.println(\"***Enter valid Mobile no with 10 digits*****\");\n//...
6ddd20b6fce64e3d39d07b0752be461f
whenever the program is booked for recording, view should be changed. "Book!" => "Booked for recording!"
[ { "docid": "85fbeb991a12bbf15735743907c82efb", "score": "0.6185897", "text": "private void setBooked(List<Program> programList) {\r\n if (programList != null && programList.size()>0) {\r\n for (int i=0; i<programList.size(); i++) {\r\n if (recordingDBManager.isProgramBoo...
[ { "docid": "70e8a1c9f0f719c5d146ca24c4f84aaa", "score": "0.63836956", "text": "public void viewRecord(View view){\n Intent intent = new Intent(this, ViewRecord.class);\n startActivity(intent);\n }", "title": "" }, { "docid": "d1a103ba9b06c0fd9428b7aaf14d3020", "score": "...
99975e5a30b1cb986cf5dc84066724eb
Construct an instance with the given parameters.
[ { "docid": "722aba6fbd7b268815c6267575a0643e", "score": "0.0", "text": "protected BudgetModel(String name, double amount, boolean isShared,\n\t\t\tboolean isRecurrent, Date startingDate, Date endingDate, int gap) {\n\t\t\n\t\tsetName(name);\n\t\tsetAmount(amount);\n\t\tsetShared(isShared);\n\t\tsetRecur...
[ { "docid": "505c5bc955d74a44820f96901dd9abef", "score": "0.71046174", "text": "public Object newInstance(Object[] parameters) throws \n NoSuchMethodException, \n InstantiationException,\n IllegalAccessException, \n IllegalArgumentException,\n InvocationTargetException\...
4e3f48c6b7c9a5c0976a1b6329ce43f7
Prueba de activar la cuenta sin usuario
[ { "docid": "8c2f64b6843d51353566d867624f9fc7", "score": "0.0", "text": "@Test\n public void accessAccountActivateNoUser() throws Throwable\n {\n mvc\n .perform(get(\"/user/?k=UKEYTEST\"))\n .andExpect(status().is3xxRedirection())\n .andExpect(redirectedUrl(\...
[ { "docid": "7d967b9c08cf5793e2a874612eb6082e", "score": "0.73420084", "text": "public void activateUser(String user_id) {\n\n\t}", "title": "" }, { "docid": "81595813bd8c70ca47968b551e75a425", "score": "0.7208263", "text": "@Override\n\tpublic void activateUser(int id, User user) {\n...
8d2563bbaa192cd5d9976ed41ba32c93
Create a new map element.
[ { "docid": "39ecdb0dcf27a5706c37a6d8c8fa2c6c", "score": "0.0", "text": "public MapCircle(UUID id, Point2D<?, ?> point, double radius) {\n\t\tthis(id, null, point.getX(), point.getY(), radius);\n\t}", "title": "" } ]
[ { "docid": "1905e2b5bc90135116fe968d4937e357", "score": "0.7646045", "text": "public abstract AbstractMapElement getNewInstance(Map<? extends Element, ? extends Element> map);", "title": "" }, { "docid": "e625b34855e400aa527fb323342aefae", "score": "0.68693554", "text": "public abstr...
b6bd4248b2d780a477e4497edb1deddb
Pass in all attackers. This method will automatically filter which creatures it can block and set them as blockable
[ { "docid": "766c31920a34c7bb1d69f0e3769bd7a1", "score": "0.80500853", "text": "public void determineBlockableAttackers(List<Creature> attackers) {\n this.blockableCreatures = attackers.stream()\n .filter(this::canBlock)\n .collect(Collectors.toList());\n }", "...
[ { "docid": "dc194de2ca1907e0174100da82486746", "score": "0.5951931", "text": "public void initializeShields() {\r\n for (int numOfShield = 0; numOfShield < 3; numOfShield++) {\r\n for (int row = 0; row < 3; row++) {\r\n for (int column = 0; column < 30; column++) {\r\n ...
e19f504869b6fecdd50d3a085e3c9aa9
Creates an instance with a master to populate.
[ { "docid": "8eff07bc7114b80b942c0b8c164be27f", "score": "0.0", "text": "UnLocodeRegionFileReader(final RegionMaster regionMaster) {\n ArgumentChecker.notNull(regionMaster, \"regionMaster\");\n _regionMaster = regionMaster;\n }", "title": "" } ]
[ { "docid": "2fc9efd4ec6daebbac47a3dfb9568acc", "score": "0.5775198", "text": "public void setMaster(String master);", "title": "" }, { "docid": "5ca3ebcc4c1bc273b0a1573188cba0ec", "score": "0.56929004", "text": "public AbstractMasterSource(final M master) {\n ArgumentChecker.notNu...
b5e885c1689916c8e34c96c170ad5161
Children Desktop UI displays correctly
[ { "docid": "0442619398fc40e32bbb91b4c64a95ba", "score": "0.6204687", "text": "@Test\n public void Child_Home_07_testChildrenDesktopUIDisplay(){\n try{\n navigateToChildrenDesktopPage();\n //断言\n UiObject suggestTabObj = findElementByID(\"tv....
[ { "docid": "a5a273b7c6ffe6da477011fe5679a3ee", "score": "0.66661", "text": "public Desktop() {\n map = new DDoSMap();\n Prefs.load(map);\n\n formatForDateNow = new SimpleDateFormat(\" HH:mm\");\n appPanelManager = new AppPanelManager(this);\n Rectangle appPanel = new ...
1846559aeafb4f37ae8db7fb2b878921
Populate this instance from a previously generated snapshot.
[ { "docid": "9267f26d81032f1576e3c3de2e32dced", "score": "0.4829459", "text": "public SnapshotDistribStateManager(Map<String, Object> snapshot, AutoScalingConfig config) {\n snapshot.forEach((path, value) -> {\n Map<String, Object> map = (Map<String, Object>)value;\n Number version = (Number...
[ { "docid": "6bb4f238503fc1acbc36656040b13cee", "score": "0.58724225", "text": "public void createSnapshot() {\n\t\tthis.snapshot = getCurrentStateSnapshot();\n\t}", "title": "" }, { "docid": "f1bec2938de026260d0c6d6057e61236", "score": "0.5746002", "text": "@Override\n public void i...
c2101f04357029d9c2f25d3c9cc738a3
Tests configuring the buffered log.
[ { "docid": "6ac2b9300a14a7c7cb8eddb23ad60dd1", "score": "0.6202845", "text": "public void testConfigurationDefaults() throws Throwable {\n Log log = new FileLog();\n assertEquals(log.getSegmentSize(), 1024 * 1024 * 1024);\n log.setSegmentSize(1024 * 1024);\n assertEquals(log.getSegmentSize()...
[ { "docid": "7b288ca733cf6ed3d5291d19d4f4ddd6", "score": "0.6452784", "text": "public void testConfigurationFile() throws Throwable {\n Log log = new FileLog(\"log-test\");\n assertEquals(log.getSegmentSize(), 1024 * 1024);\n assertEquals(log.getSegmentInterval(), 60000);\n }", "title": "" ...
af66799e1a28f47defc9c01a2f47ec70
Returns a list of all objects that satisfy the query
[ { "docid": "29f69208f7bd5e96d19c1b83c53ced3c", "score": "0.6786437", "text": "public <T> Collection<T> getObjects(Class<T> clazz, Query query);", "title": "" } ]
[ { "docid": "31336277ac8ab6111394efbd2fec79c6", "score": "0.7504931", "text": "public List<T> queryForObjectList();", "title": "" }, { "docid": "32692c9053a242b0ffd011edc763fbef", "score": "0.6930303", "text": "List<User> queryAll();", "title": "" }, { "docid": "68d8a5d80c...
644424b3798bd307067f35ffee70deed
Fill identification protein information from the result set
[ { "docid": "79a32fccba163603ec6661e25337f561", "score": "0.68228734", "text": "private Map<Integer, IdentificationProteinBean> fillProteinInformation(ResultSet rs) {\n Map<Integer, IdentificationProteinBean> proteinsList = new HashMap<>();\n try {\n while (rs.next()) {\n ...
[ { "docid": "8eccb0941be6efd2e7ca2c48a67dbe17", "score": "0.61361533", "text": "private List<QuantProtein> fillQuantProtData(ResultSet resultSet) {\n List<QuantProtein> quantProtResultList = new ArrayList<>();\n\n try {\n while (resultSet.next()) {\n\n QuantProtein...
cc99ed2f1734c7eed9de1a8436912e90
Release the player when the activity is destroyed.
[ { "docid": "ad42db0d88d07b5ef1998008ae057111", "score": "0.76622707", "text": "@Override\n protected void onDestroy() {\n super.onDestroy();\n if (Util.SDK_INT > 23) {\n if(mTwoPane)releasePlayer();\n }\n\n\n }", "title": "" } ]
[ { "docid": "4318257b7b544966d57673e22381fbbf", "score": "0.8375962", "text": "@Override\n protected void onDestroy()\n {\n super.onDestroy();\n mPlayer.release();\n }", "title": "" }, { "docid": "6035692897028fb14241c27d3010ccbb", "score": "0.80571574", "text":...
92c8ab18491b1a4bd1ac1e2cfb096eeb
skrocenie pozwoli uniknac przekroczenia zakresu
[ { "docid": "939eb3511b56aad31ac4a53bd5e43904", "score": "0.0", "text": "public static long newtonSymbol(int n, int k) {\n return multiply(max(n - k, k) + 1, n) / multiply(1, min(n - k, k));\n }", "title": "" } ]
[ { "docid": "9c0be8b41abbc5a688c29d02287c4158", "score": "0.7061575", "text": "public void wyjscie(){}", "title": "" }, { "docid": "8565c40e7fd64f317574f9a4b0750e9b", "score": "0.6996875", "text": "public void obirisLekciju(){\n\t}", "title": "" }, { "docid": "95a170614aa8...
17f2101f30052e5bdf8fa1827bff2db7
when deleting then also make all subscriptions be unsubscribed
[ { "docid": "a0473f9008c8404b0f76275313b6f92a", "score": "0.0", "text": "private static void handleDeleteActions( RealmObject realmObject ){\n doAnswer(new Answer<Void>() {\n @Override\n public Void answer(InvocationOnMock invocation) throws Throwable {\n Realm...
[ { "docid": "d67d86e96dba754f16960e83b8c6200c", "score": "0.79834765", "text": "@Override\n\tpublic void deleteSubscribers() {\n\t\t\n\t}", "title": "" }, { "docid": "95c0bfb59bcb55f13d24221f6b8126b1", "score": "0.72154313", "text": "void unSubscribe();", "title": "" }, { ...
327bd11dd743a0c8034029722d2fa2f8
System.out.println("Loading map " + map.getProperties().get("source"));
[ { "docid": "26aa6f47dd22f1b108cf005f2aa827f2", "score": "0.0", "text": "private void loadMap(int offX, int offY) {\n for(MapLayer mapLayer : map.getLayers())\n {\n TiledMapTileLayer tileLayer = (TiledMapTileLayer)mapLayer;\n System.out.println(\"Loading layer \" + til...
[ { "docid": "5cc81c72d3bf68d423a1834478364116", "score": "0.65247923", "text": "void readFile(){\r\n\t\tthis.map = mapFile.readMap();\r\n\t}", "title": "" }, { "docid": "dd3d5854aed52385c552a9d3b50f53a4", "score": "0.64589864", "text": "public static void printAllMapsAndVersions(){\n ...
725450b584d498db4809e711adb1d89e
Generate two lists of random X and Y coordinates
[ { "docid": "999cae95d5f27be795d0e8a96c47ce15", "score": "0.56332314", "text": "private static List<Point2D.Double> valtrMethod(int n) {\n List<Double> xPool = new ArrayList<>(n);\r\n List<Double> yPool = new ArrayList<>(n);\r\n\r\n for (int i = 0; i < n; i++) {\r\n xPool....
[ { "docid": "c715c72494af114c31040ec4bee78c6e", "score": "0.73750657", "text": "private static double[] randCoords() {\n\t\tdouble randX = random.nextFloat() * FRAME_MINMAX[0] * 3 * sign() / 4;\n\t\tdouble randY = random.nextFloat() * FRAME_MINMAX[0] * 3 * sign() / 4;\n\t\treturn new double[] { randX, ra...
a1811112d0d78ce7a2ad6a43b3bf175b
Intent intent = new Intent(getActivity(),RegistrationForm.class); startActivity(intent); getFragmentManager().beginTransaction().replace(R.id.main_fragment,RegistrationFragment.class).commit(); getSupportFragmentManager() .beginTransaction() .replace(R.id.main_fragment, RegistrationFragment.class) .setTransitionStyle(F...
[ { "docid": "34a0fd41e578453dda257937fb53e6d4", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n }", "title": "" } ]
[ { "docid": "b8393a644c0341fc110256caffbc55b2", "score": "0.77662516", "text": "public void switchToSignUpFragment() {\n getSupportFragmentManager().beginTransaction().replace(R.id.fragment_container,\n new RegisterFragment()).addToBackStack(null).commit();\n }", "title": "" ...
786478893341d4fe8eb40c7b54c9e3cb
send the returned object to loopback thread for processing
[ { "docid": "4b95db641b57e05170655138a6b34d3f", "score": "0.0", "text": "@Override\n\t\t\tpublic void call(Object... args) {\n\n\t\t\t}", "title": "" } ]
[ { "docid": "a7b131e0657bf385f0838576e8c0db89", "score": "0.6834295", "text": "@Override\n\t\t\tpublic void call(Object... args) {\n\n\t\t\t\tMessage msg = Message.obtain(null, 0, args[0]);\n\t\t\t\ttry {\n\t\t\t\t\tmMessenger.send(msg);\n\t\t\t\t} catch (RemoteException e) {\n\t\t\t\t\t// TODO Auto-gene...
20f77beaad44f6db6aba3e5649a90025
Creates a bodyguard NPC based on chance
[ { "docid": "56b330c483777d8ddc4ed9951cb5b39d", "score": "0.64536744", "text": "public static Bodyguard createBodyguard() {\n \n Random random = new Random();\n if((random.nextInt(10) + 1) > 6) {\n return null;\n }\n else {\n Bodyguard bodyguard = ...
[ { "docid": "9d739f532e0a2048f545dfd63faca71d", "score": "0.6116843", "text": "public boolean spawnChance()\n {\n double randDouble;\n if (!getType().equals(\"wall\") && !hasZombie)\n {\n randDouble = rand.nextDouble();\n if (randDouble >= 0 && randDouble < zombieSpawn)\n {\n ...
be2f0d718a72110d98f9335d7e7798da
$ANTLR end "entryRuleXExpressionInsideBlock" $ANTLR start "ruleXExpressionInsideBlock" ../org.xtext.builddsl.ui/srcgen/org/xtext/builddsl/ui/contentassist/antlr/internal/InternalBuildDSL.g:1252:1: ruleXExpressionInsideBlock : ( ( rule__XExpressionInsideBlock__Alternatives ) ) ;
[ { "docid": "75645d26bda2332717e0ca0886e5d66d", "score": "0.85282475", "text": "public final void ruleXExpressionInsideBlock() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.builddsl.ui/src-gen/org/xtext/builddsl/ui/...
[ { "docid": "5b38f4fcf72f8fe17cafd12dfe38870c", "score": "0.75882155", "text": "public final void rule__XExpressionInsideBlock__Alternatives() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.builddsl.ui/src-gen/org/xt...
53847f2edccaf5b1c500ba37449784c7
Returns an array of the active routes
[ { "docid": "0d72a0bc9d9194940ffda6e8cf98fb78", "score": "0.80514085", "text": "public static ArrayList<BusRoute> getActiveRoutes() {\n updateActiveRoutes();\n return BusData.getActiveRoutes();\n }", "title": "" } ]
[ { "docid": "dc37a5522eaec5a6208612784bbad827", "score": "0.72154206", "text": "@Override\r\n\tpublic Route[] getRoutes() {\r\n\t\treturn routes;\r\n\t}", "title": "" }, { "docid": "2fcd5c310b129f3cda1ba5849f8e1acf", "score": "0.69408166", "text": "public List<Route> getAllRoutes() {\...
b31c8b2f7165f3455e195573ff449262
$ANTLR end "regExpExpr" $ANTLR start "builtinFunc" EsperEPL2Ast.g:719:1: builtinFunc : ( ^(f= SUM ( DISTINCT )? valueExpr ( aggregationFilterExpr )? ) | ^(f= AVG ( DISTINCT )? valueExpr ( aggregationFilterExpr )? ) | ^(f= COUNT ( ( DISTINCT )? valueExpr )? ( aggregationFilterExpr )? ) | ^(f= MEDIAN ( DISTINCT )? valueE...
[ { "docid": "12c155677264815308d11445eafe86a2", "score": "0.8107598", "text": "public final void builtinFunc() throws RecognitionException {\r\n CommonTree f=null;\r\n CommonTree c=null;\r\n\r\n try {\r\n // EsperEPL2Ast.g:720:2: ( ^(f= SUM ( DISTINCT )? valueExpr ( aggreg...
[ { "docid": "3c357b97761b736577aa69a3532b1aae", "score": "0.58080477", "text": "@Override\n public Void visitFunction(FunctionContext ctx) {\n\n ArrayList<Expr> inputNames = new ArrayList<Expr>();\n String inputName = \"\";\n for (ExprContext expr : ctx.expr()) {\n inpu...
298c562ac4f912549c2f07531de751a0
return true if this is a register reference path (no field)
[ { "docid": "79aa75f3b5dfb1859859b120d00f8d6d", "score": "0.7783078", "text": "public boolean isRegRef() {\n\t return hasDeRef() && (deRef.equals(\"intr\") || deRef.equals(\"halt\"));\n }", "title": "" } ]
[ { "docid": "9f16c2526ea89f43ec371229edf755da", "score": "0.667645", "text": "public boolean hasRegister() {\n return register_ != null;\n }", "title": "" }, { "docid": "b877a21c85491f3f5d057517f110e001", "score": "0.65548855", "text": "public boolean hasRegister() {\n ...
a8fb12b819d66f4ac85369039cce9e0e
check the input telephoneNumber and put error message if is empty
[ { "docid": "fe1f05588389b381e0d5fde9f3c9660b", "score": "0.7908607", "text": "private String validateNumber(EditText phoneNumber) {\n String stringNumber = phoneNumber.getText().toString();\n if (!stringNumber.isEmpty()) {\n\n if(stringNumber.length()<11)\n {\n ...
[ { "docid": "2c125d8ad6f8050d40b10c073e97ec0d", "score": "0.73847127", "text": "@Override\n public void validate(View view, String text) {\n if (!InputValidationHelper.isValidIndianMobileNo(phoneNo.getText().toString())) {\n phoneNo.setError(\"Phone No must st...
ec8158d95ba8c4fa2d59167de680093f
Runs an sql SELECT query.
[ { "docid": "8e2d70145bad7d1a68a61da283df6bbd", "score": "0.5687253", "text": "protected ResultSet sql(String sql) throws SQLException {\n\t\treturn sql(sql, false);\n\t}", "title": "" } ]
[ { "docid": "3ddf2fb9a577d8e5c01d2b4486ecc7b7", "score": "0.7318346", "text": "public DBSelectResult executeQuery( String sql) throws ScratchpadException {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tDBSingleOperation o = new DBSingleOperation( sql);\n\t\t\t\t\t\t\tDBSelectResult res = (DBSelectResult)doExecute( o...
2cb9b1ad071c0c1392355568f5a20eb5
This method is used to set the entitlement operations
[ { "docid": "03041ea245cf2329e54d83954da7c357", "score": "0.0", "text": "private Map<String, Boolean> parseEntitlePermission(String operations) {\n\t\tif (StringUtils.isBlank(operations)) {\n\t\t\toperations = \"XXXX\";\n\t\t}\n\t\tMap<String, Boolean> permissionMap = new HashMap<>();\n\t\toperations.cha...
[ { "docid": "917e8258150815d5838717db57918f7b", "score": "0.5409506", "text": "public <E extends Entitlement> RoleBuilder addEntitlement(E entitlement) {\n this.entitlements.add(entitlement);\n return this;\n }", "title": "" }, { "docid": "de069be04330764de77e180afdfe6ab4", ...
1d0be000ff16ccc233ee593b8e4870ef
method to create ComboBox for choosing source and destination
[ { "docid": "fc3b1fa63f148a6ad44e93ff920f55f2", "score": "0.70998806", "text": "public JPanel createComboBox() {\n\t\tsourceComb = new JComboBox();\n\t\tdesComb = new JComboBox();\n\t\tfor (Entry<String, DijkstraPath.Vertex> v : vs.entrySet()) {\n\t\t\tsourceComb.addItem(v.getKey());\n\t\t\tdesComb.addIt...
[ { "docid": "e18c235bdd0445dded8866c01f1cdc75", "score": "0.63668364", "text": "public Combo trouverCombo();", "title": "" }, { "docid": "368e9c3f567ad80e0459ec722fd1c6a6", "score": "0.61423236", "text": "private void createCombo() {\n\t\tcombo = new Combo(sShell, SWT.NONE);\n\t\tcomb...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fe852c0247a3da5f71531d635ce12850", "score": "0.0", "text": "@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\n\t\t\t\tnew ScoreView().init();\n\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": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
fcef11b4de16f765e63b89e187fd6281
Creates a new instance of plan
[ { "docid": "fea0ae0aab07e4bec9d67023d443042e", "score": "0.59387255", "text": "private Plan() {\n days = new Hashtable();\n regularTasks = new Vector();\n }", "title": "" } ]
[ { "docid": "ecad8a81af18d5efe62ace557abd1625", "score": "0.7414321", "text": "public PaymentPlan() {}", "title": "" }, { "docid": "365513eb8384f1fadc35a716af40a3be", "score": "0.7340678", "text": "public PlanFactoryImpl() {\n\t\tsuper();\n\t}", "title": "" }, { "docid": "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9f68cac3f1af36f3a434869f8acba8ed", "score": "0.0", "text": "@Override\r\n\t\t\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\t\t\tChat c=new Chat();\r\n\t\t\t\t\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
77add3eb4f9ab986f2ec9c9c1c97c8da
File Target path and filename, use '' for stdout. Unit: Default value: Acceptable Range:
[ { "docid": "955f78e9cdff58227dffed3e79a07dd1", "score": "0.0", "text": "public PpmSave setPath(String value)\n {\n\t\n m_Path = value;\n setProperty(\"path\", value);\n return this;\n }", "title": "" } ]
[ { "docid": "35dddfbeffc1ac61bd2f7bb11fcb9e43", "score": "0.64087915", "text": "java.lang.String getTargetFile();", "title": "" }, { "docid": "d9af9ff7fd0eb4bca6c152e6e43188c7", "score": "0.6243273", "text": "public void setTargetFile(File targetFile)\n {\n _targetFile=targetFile;...
fbe1b4f2bafd65fab980d59edb756e3d
Constructor of this average rating wrapper.
[ { "docid": "64cf7bc3641f45805027fea1d648996e", "score": "0.65705955", "text": "public AverageRatingApi(AverageRating arating)\n {\n this.averageRating = arating;\n }", "title": "" } ]
[ { "docid": "8873064ded758247e81b07681081089c", "score": "0.6734737", "text": "public Ratings() {\n this(DSL.name(\"ratings\"), null);\n }", "title": "" }, { "docid": "8d495ecd7da9266ea2bbbfdd919147f7", "score": "0.6619296", "text": "private AvgExpression() {\n }", "t...
b5868e43d975d585cdbcb39d6d1ac7dc
required uint32 answer_type = 3;
[ { "docid": "1d698615ed40a69eca6e344fe10e8065", "score": "0.52598834", "text": "boolean hasAnswerType();", "title": "" } ]
[ { "docid": "1ff358d455b84b434bead74d7a877caa", "score": "0.68157154", "text": "int getAnswerType();", "title": "" }, { "docid": "1ff358d455b84b434bead74d7a877caa", "score": "0.68157154", "text": "int getAnswerType();", "title": "" }, { "docid": "1ff358d455b84b434bead74d7a...
1eabd04238e4f2c12118f0054953aa63
Provides a reference to a 2 dimensional array representation of the current board state. This is for use by the user interface. Each dimension of the array extends from 0 to boardSize 1. Note that the referenced array is a clone of the internal board representation. Changes made to the array will not affect the board s...
[ { "docid": "76a4bfa4dd9bcd1786abee3a334efa47", "score": "0.76593345", "text": "public int[][] getBoardState() {\n\t\tfinal int[][] repBoard = new int[this.boardSize][this.boardSize];\n\t\tSystem.arraycopy(this.board, 0, repBoard, 0, this.boardSize);\n\t\treturn repBoard;\n\t}", "title": "" } ]
[ { "docid": "c1181778f700bf140e8c1bfa26443efd", "score": "0.7216402", "text": "public char[][] getBoardState() {\n char[][] boardStateCopy = new char[3][3];\n for (int i = 0; i < 3; i++) {\n for (int j = 0; j < 3; j++) {\n boardStateCopy[i][j] = boardState[i][j];\n }\n }\n re...
3757764ee1809e5acae4094241f7d0aa
Return the message converter for this template.
[ { "docid": "9fb58569d656bda1801bfe267717ccf9", "score": "0.7275385", "text": "public MessageConverter getMessageConverter() {\n\t\treturn this.messageConverter;\n\t}", "title": "" } ]
[ { "docid": "f6683fca6aff3106270b43c58e2931ac", "score": "0.74159116", "text": "public String getConverter() {\n return converter;\n }", "title": "" }, { "docid": "51f7de827b65c2e6bb10bb5e15466f3f", "score": "0.730249", "text": "public AzureMessageConverter<?, ?> getMessageC...
15ccec64de79aedcf4a5206e28c420ca
LayoutInflater inflater = LayoutInflater.from(getContext());
[ { "docid": "4c776105130f43c2763dd2a2f9047382", "score": "0.0", "text": "public View getView(int position, View convertView, ViewGroup parent) {\n TV serie = getItem(position);\n /*LayoutInflater inflater = context.getLayoutInflater();\n View item = inflater.infla...
[ { "docid": "f7700a59810c274c744cffeb010a8274", "score": "0.7728128", "text": "MyAdapter(Context context) {\n layoutInflater = LayoutInflater.from(context);\n }", "title": "" }, { "docid": "618817e57fc5548c8d74b7ad3bc1f320", "score": "0.7141537", "text": "@Override\n...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e0b3639cec6ffac4050445f02816547c", "score": "0.0", "text": "@Override\n\tpublic void optionsSave(User savedBy, HomeOptions options)\n\t{\n\n\t}", "title": "" } ]
[ { "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...
c08b5ea318e9ca4f86af22056abfa324
string topic = 6;
[ { "docid": "92f6495ff66376ac351ae3b968e911cf", "score": "0.5502025", "text": "public com.google.protobuf.ByteString\r\n getTopicBytes() {\r\n java.lang.Object ref = topic_;\r\n if (ref instanceof java.lang.String) {\r\n com.google.protobuf.ByteString b = \r\n com.googl...
[ { "docid": "f3a1a53fac7019b6539c85fbcb99aa74", "score": "0.6577016", "text": "java.lang.String getTopic();", "title": "" }, { "docid": "f3a1a53fac7019b6539c85fbcb99aa74", "score": "0.6577016", "text": "java.lang.String getTopic();", "title": "" }, { "docid": "f3a1a53fac70...
c3a25e8a46051c79496afcaeca5e5eed
TimingConstraint: timingConstraint=("within" | "every" | "for") minmax=("less than" | "at least")? time=Time;
[ { "docid": "043ae388f2cccc1e2d4b814efe7233a9", "score": "0.0", "text": "public ParserRule getRule() { return rule; }", "title": "" } ]
[ { "docid": "f35edc2c70bbb175b709e26f7976973f", "score": "0.7088483", "text": "public void setTimingConstraint(ITimingConstraint timing);", "title": "" }, { "docid": "a2bc0c0546917559d458146e250b0728", "score": "0.64859694", "text": "IGrowCondition timeAllowed(int strength, long min, ...
532d719acd78df4338067aa2c9ef1df3
This methods allows classes to register for LearningEvents
[ { "docid": "7c0fbfb52079da198f0517de7a855703", "score": "0.0", "text": "public synchronized void addListener(NeuralNetworkEventListener listener) {\r\n if (listener == null)\r\n throw new IllegalArgumentException(\"listener is null!\");\r\n\r\n listeners.add(listener);\r\n }"...
[ { "docid": "961cdfd43676eb3fcd289c20d94eb39f", "score": "0.6413804", "text": "public void registerListeners();", "title": "" }, { "docid": "b453c725627d761416e46bd6609197c4", "score": "0.6240653", "text": "@Override\n protected void registerEvents() {\n\n }", "title": "" ...
a73c0e4dbe1851e32d2aac583a332ebd
rotate theta degrees about the y axis
[ { "docid": "951c9b6227c9692d7f5a02eced2ef949", "score": "0.6512174", "text": "public final void rotateY(double theta) {\n\ttheta *= (pi / 180);\n\tdouble ct = Math.cos(theta);\n\tdouble st = Math.sin(theta);\n\n\tdouble Nxx = (double) (xx * ct + zx * st);\n\tdouble Nxy = (double) (xy * ct + zy * st);\n\...
[ { "docid": "957bf90725f1cb7d395b537eeee8fc87", "score": "0.78113174", "text": "public void yrot(double theta)\n {\n theta *= (pi / 180);\n\n double ct = Math.cos(theta);\n double st = Math.sin(theta);\n\n float Nxx = (float) ((xx * ct) + (zx * st));\n float Nxy = (f...
667963457e2b01c630751005f3c994bd
Constructor method for MultipleChoiceQuestion objects
[ { "docid": "6abc6412166179ea9edff1ee509220db", "score": "0.5820363", "text": "public MultipleChoiceQuestionOld(String query, String a, String b, String c, String d, String e, String answer) {\n\t\tquestion = query + \"\\n\"; // setter for question stem and answer choices\n\t\tquestion += \"A. \" + a + \...
[ { "docid": "a788cbc053fc918451c4c80cedbeae97", "score": "0.753473", "text": "public MultipleChoiceQuestionEntity() {\n super(false);\n super.setQuestionType(QuestionType.MULTIPLE_CHOICE);\n }", "title": "" }, { "docid": "ad1cb5a4ade41994d2a1acc14aec2903", "score": "0.709...
08e0e8d44b49285502968c22cd6dacaf
Install uptodate platformtools and emulator
[ { "docid": "bc62a75eb017b3635679ef4047b03849", "score": "0.7690366", "text": "private void installTools() throws SDKException, IOException, InterruptedException {\n Process process;\n LicenceObserver licenceObserver = new LicenceObserver();\n ProgressObserver progressObserver = new ...
[ { "docid": "2fb3c47469407bbab0cdf53fe5c19d1a", "score": "0.6253624", "text": "private void install() {\n this.installAquaTeam();\n this.installLandTeam();\n this.installOxygen();\n }", "title": "" }, { "docid": "f02867f1267fc3329c821d16f7902a22", "score": "0.61402...