query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
68219b03fc6871ca0e59f2b4e24d2d60
Discards the location of the source code.
[ { "docid": "4fb4ab6fa667a0d1da6c576627d1185c", "score": "0.0", "text": "public BuiltinType() {\n\t\tsuper();\n\t}", "title": "" } ]
[ { "docid": "06215bcbaf39c0985ded52d168c9ada9", "score": "0.6408756", "text": "void unsetSource();", "title": "" }, { "docid": "e6d8b2a68a9061b55479a753e4c13881", "score": "0.5400571", "text": "public void cut() {\n codeArea.cut();\n }", "title": "" }, { "docid":...
d677085b01a0b08e8d9b9d7dfb62c86d
repeated .seldon.protos.Metric metrics = 5;
[ { "docid": "9da57b4322e2d7b8abe45b97fcc9fb79", "score": "0.0", "text": "public Builder addMetrics(Metric value) {\n if (metricsBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ...
[ { "docid": "a4116778c22dcb7785dd4254f0739b83", "score": "0.6046752", "text": "@Test\n public void service_that_is_down_has_a_separate_metrics_packet() {\n var downService = new DownService(HealthMetric.getDown(\"No response\"));\n List<VespaService> testServices = List.of(downService);\...
0f63be24b186c6c883a4dc142f76f635
Called once after isFinished returns true
[ { "docid": "6b89a63e112ed478575baf98453a852b", "score": "0.0", "text": "protected void end()\n {\n \t\n }", "title": "" } ]
[ { "docid": "ba1e21b3099c65117f344aef57a2c9b0", "score": "0.8585291", "text": "@Override\n protected boolean isFinished() {\n return true;\n }", "title": "" }, { "docid": "8f43006f0dc58e0d9a6744eaefb74254", "score": "0.85705674", "text": "@Override\n protected boolean isFinished...
b7ece97827e30e9dc08e689dfacaa1f3
private String hiddenString; This initializes the tweet when a date is given.
[ { "docid": "b001dfdf17227bc779d6eb69d382c776", "score": "0.6386795", "text": "public Tweet(Date date, String message) {\n this.date = date;\n this.message = message;\n }", "title": "" } ]
[ { "docid": "90a71e43fdbe9f562fe3ac1352057e7c", "score": "0.7037437", "text": "public Tweet() {\n this.content = \"\";\n this.date = \"\";\n\n }", "title": "" }, { "docid": "d01eb6deb02c13ce32639de82be43235", "score": "0.66160446", "text": "Tweet(String message, Date date){\n ...
bb5bd88f3d8ca664ef35ac289f76b208
Construct the Avro schema error response body
[ { "docid": "e1fbf0ff7f2a46db8925df593630e8c6", "score": "0.50085914", "text": "private String buildErrorResponse(ErrorVO errorVO) {\n return new ErrorResponse(\n new Date().toString(),\n errorVO.getHttpStatus().value(),\n errorVO.getHttpStatus().getReasonPhrase(),...
[ { "docid": "91238cf4c6d5d296da7c1d7fd6d61398", "score": "0.6056943", "text": "protected Response buildValidationErrorResponse(ValidationException ve) {\n\t\tResponseObject responseObject = new ResponseObject();\n\t\t\n\t\t\n\t\tErrorMessage errMsg = getErrorMessageObject(ve.getAppErrorCode(), ve.getErro...
bfd3671f3a4cceed3cb86a36c4fe1c6b
Returns the fixture for this Package test case.
[ { "docid": "0bc0522fba849c0c1d877519f80dfec6", "score": "0.7464623", "text": "@Override\n\tprotected uml.Package getFixture() {\n\t\treturn (uml.Package)fixture;\n\t}", "title": "" } ]
[ { "docid": "657b79c5b93742a07c80a702f9dce46e", "score": "0.7727413", "text": "protected SourceBucket getFixture() {\n\t\treturn fixture;\n\t}", "title": "" }, { "docid": "94094710f6ce36cff76b13ffa0cc3084", "score": "0.7547561", "text": "protected Tabla getFixture() {\r\n\t\treturn fi...
ff024b68afe54b789e04d2a8ae782b74
Data Load From API
[ { "docid": "213e9dde5c6de788e295c661a0cfe62a", "score": "0.0", "text": "private void setMyCart() {\n Log.d(\"MYCART\",\"ProductActivity setMyCart()\");\n\n Cart myCart = (Cart) OfflineCache.getOfflineSingle(OfflineCache.MY_CART);\n if(myCart == null) {\n myCart = new Cart...
[ { "docid": "7627cd723c34ab89c3de626841bf41a0", "score": "0.67523235", "text": "public void loadData() {\n\n new FetchDataFromServer().execute();\n }", "title": "" }, { "docid": "c3935f9b1e30b7e94bfa4c2911d866ff", "score": "0.6558112", "text": "public void loadData() {\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c7011e3fee82954c04b3ba385ad96785", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tHashMap<Integer, String>opp=new HashMap<Integer, String>();\r\n\t\tString s=\"\";\r\n\t\tSystem.out.println(\"insert element\");\r\n\t\tScanner sc=new Scanner(System.in);\r\n\t\ts=sc.nex...
[ { "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...
f1dd31d4bd0a14a577537201388bff70
write your code here
[ { "docid": "086574860019fdc354d38ab075e642be", "score": "0.0", "text": "public char longestLightingTime(List<List<Integer>> operation) {\n long maxTime = 0;\n char maxLight = 'a';\n for (int i = 1; i < operation.size(); i++) {\n long time = operation.get(i).get(1) -operat...
[ { "docid": "94d09ff39c62b11e2d540943a5f5f7fb", "score": "0.61019534", "text": "public void logic(){\r\n\r\n\t}", "title": "" }, { "docid": "b1fe5f45e8e521a90beaba7e47e60029", "score": "0.6054925", "text": "public static void generateCode()\n {\n \n }", "title": "" ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5c103b39b4fce8d79271b1f4c8fb4c1c", "score": "0.0", "text": "@Override\n\t//withdraw from a course\n\tpublic void withdraw() {\n\t\tScanner input = new Scanner(System.in);\n\t\tArrayList<Course> courseList = new ArrayList<Course>(); \n\t\tcourseList = null;\n\t\ttry {\n\t\t\tFileInputStream f...
[ { "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 ...
f2ab30fc0ca223acc2c8446182fff467
required .ActorRef child = 1;
[ { "docid": "9c1c0f80d28e1673a03dea68011be499", "score": "0.0", "text": "public boolean hasChild() {\n return ((bitField0_ & 0x00000001) != 0);\n }", "title": "" } ]
[ { "docid": "da943c18774d79b23ae629ea93ae696b", "score": "0.78363514", "text": "Optional<ActorRef> child(String child);", "title": "" }, { "docid": "513ce800deed65110b23cbfed52a4fc0", "score": "0.687802", "text": "Actor createActor();", "title": "" }, { "docid": "513ce800d...
4eae785117a3227a138ca72cbaa56574
Initialise the CPT. This checks that parentlwbs and parentupbs have the same length, and that logProbs is exactly the right size. Throws an exception if the above is not the case.
[ { "docid": "a1e8236569452e74f73e38c122481a9f", "score": "0.56960064", "text": "public CPT(Value.Model childModel, int[] parentlwbs, int[] parentupbs, int maxCells )\n {\n \n super(new Type.Model( ((Type.Model)childModel.t).dataSpace,\n new Type.Vector( Type....
[ { "docid": "257c6d094dc0daecc974fa84d7abcfdf", "score": "0.5145221", "text": "public void InitializeConstructive(){\n\t\tString[] levelString = SharedData.constructiveGen.generateLevel(SharedData.gameDescription, null, level[0].length, level.length).split(\"\\n\");\n\t\tHashMap<Character, ArrayList<Stri...
9feb016037002db99f712897bfd5a0d3
Text with cannot be concat with another stirng
[ { "docid": "23265e2b84857f31c4e99c195e2460cf", "score": "0.0", "text": "public void addToToken(String s){\n if (s.equals(\"<html>x<sup>2</sup></html>\")){\n text_set[idx] = \"^\";\n idx++;\n text_set[idx] = \"2\";\n } else if (s.equals(\"<html>x<sup>y</sup>...
[ { "docid": "68fa51be510896118c074fc2a8109d8e", "score": "0.5989283", "text": "private void prepareAddition()\n {\n if (builder.length() > 0)\n {\n builder.append(\" OR \"); //$NON-NLS-1$\n }\n }", "title": "" }, { "docid": "22121a6e38b9d7e796b489997256503c", "score": "0.5...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "a4d6191746ad49b4def8ce5d514d3b1a", "score": "0.0", "text": "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "title": "" } ]
[ { "docid": "f3896f956acab2083e5d8d58d7ba2a69", "score": "0.73289514", "text": "@Override\n\tpublic void doPost(Request request, Response response) {\n\n\t}", "title": "" }, { "docid": "bee9bbb045cfc0233fe58892d96e1a7c", "score": "0.71383566", "text": "@Override\n protected void do...
d714bcced4db39b094955543a6035624
Define the scheduler names here
[ { "docid": "691f41655749233f73e6ca5042d31eb8", "score": "0.6604882", "text": "public interface SchedulerDef\n{\n public static final String REMIND_SCHEDULER = \"REMIND_SCHEDULER\";\n\n}", "title": "" } ]
[ { "docid": "ab50b68909b3a8348b4b9a32e79b35bb", "score": "0.67444533", "text": "@Override\n\tpublic void schedulerStarted() {\n\t\t\n\t}", "title": "" }, { "docid": "ac5a3af304ac13a8da07adbf3ecc623c", "score": "0.6706098", "text": "@Override\n\tpublic void schedulerStarting() {\n\t\t\...
2db1effcf98ade27f56e5b6e9cdcab5d
Run an kec instance that you've previously stopped.
[ { "docid": "3633648ba8fc9c376d13b34cef8d76c6", "score": "0.5555206", "text": "RunInstancesResult runInstances(RunInstancesRequest runInstancesRequest);", "title": "" } ]
[ { "docid": "f310dbbe687278f70f6db65fc0704084", "score": "0.56318665", "text": "private void restartApplication() throws Exception\n {\n\t StringBuilder cmd = new StringBuilder();\n cmd.append(System.getProperty(\"java.home\") + File.separator + \"bin\" + File.separator + \"java \");\n for...
c84640a7b9135101df90c236c717712d
Writes a long value at an offset.
[ { "docid": "908764a9dfe5bcb35a12e3fbcf4d6b7e", "score": "0.64681774", "text": "public native final void putInt64(long offset, long x);", "title": "" } ]
[ { "docid": "91c6ce1344feb8a797f86c63eb71b389", "score": "0.7273915", "text": "public ByteBuf writeLongLE(long value)\r\n/* 454: */ {\r\n/* 455: 468 */ return this.wrapped.writeLongLE(value);\r\n/* 456: */ }", "title": "" }, { "docid": "511e774d2ca68035506619fe0bdd455a", ...
954a9d606cb873b45bdb26807dfb6f96
Fetch Anime information from MAL
[ { "docid": "0f29369aae7c890e529e7480d1d8ee7d", "score": "0.5874608", "text": "@GetMapping(\"searchMAL/{name}\")\n public ArrayList<SearchResult> searchAnimeFromMAL(@PathVariable(value = \"name\") String fetchName)\n throws ResourceNotFoundException {\n \t\n \t\n\t\t//And is at least ...
[ { "docid": "ea7a9779cb6863cc48f1c2f9c11beee1", "score": "0.5971687", "text": "public void exibirAnimes(){\n AnimeDAO ad = new AnimeDAO();\n List<Animes> animesList = ad.infos();\n for (Animes animes: animesList){\n animes.infos();\n }\n }", "title": "" ...
bd7820092bd124db0d07fe1ea2c99152
Test case number: 46 /Coverage entropy=0.6931471805599453
[ { "docid": "6594c2bc4ae3bed421d342521614a9b7", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test46() throws Throwable {\n JRip jRip0 = new JRip();\n String[] stringArray0 = new String[6];\n stringArray0[0] = \"\";\n stringArray0[1] = \"-O\";\n stringArray0[2] ...
[ { "docid": "4605fe6a0e91e1fcc385cd0ac7474c0c", "score": "0.7230369", "text": "@Test\n public void test05() throws Throwable {\n Well512a well512a0 = new Well512a(4294967291L);\n RandomAdaptor randomAdaptor0 = new RandomAdaptor((RandomGenerator) well512a0);\n HypergeometricDistribution ...
813d2f58358d57de5609661a9a03afb4
$ANTLR end "rule__ClassifierTypeRule__Group_0__0" $ANTLR start "rule__ClassifierTypeRule__Group_0__0__Impl" InternalAle.g:6867:1: rule__ClassifierTypeRule__Group_0__0__Impl : ( RULE_IDENT ) ;
[ { "docid": "8da2aef28cec51ffc594a91f69c92830", "score": "0.789418", "text": "public final void rule__ClassifierTypeRule__Group_0__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalAle.g:6871:1: ( ( RULE_IDENT ) )\n ...
[ { "docid": "8fb83aef8df7a8c09ec6dc113c492b5f", "score": "0.8012207", "text": "public final void rule__ClassifierTypeRule__Group_0__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalAle.g:6913:1: ( rule__ClassifierTypeRule...
5efcfe60451baa74ad3b72e2d6c832fd
method to run after loading
[ { "docid": "262c7dc40424a9f9a45ca0c6e13450ba", "score": "0.0", "text": "public default void init() {\n\t}", "title": "" } ]
[ { "docid": "3db67d25b17f6a76e6fc2f5820c2a9d4", "score": "0.8148824", "text": "@Override\r\n\tpublic void doAfterLoad() {\n\t}", "title": "" }, { "docid": "04c0772363bd3fbf48e475f607be05ca", "score": "0.7627065", "text": "@Override\r\n\tpublic void loaded() {\n\t\t\r\n\t}", "title...
1538d87c9a91bc5f3edf0c6f15cf227e
The timestamp of the point in milliseconds
[ { "docid": "ba15f8e0ce95711dc36cf756fef31242", "score": "0.72395736", "text": "@ApiModelProperty(required = true, value = \"The timestamp of the point in milliseconds\")\n public Long getTimestamp() {\n return timestamp;\n }", "title": "" } ]
[ { "docid": "03afe2a6da8ff238d797d38bc15a92ba", "score": "0.80569464", "text": "long getTimestampMs();", "title": "" }, { "docid": "38447f47d5517b840a2e05bb2f9963a6", "score": "0.7728794", "text": "public static long getTimestamp() {\n return System.nanoTime();\n }", "title": ...
6cca6c88455865b20e514a79ab04097c
Find all t cust cat name and id.
[ { "docid": "1b9cd3371d22adc388dc516db975a4ef", "score": "0.57445645", "text": "@Override\n\tpublic Map<Integer,String> findAllTCustCatNameAndId(Short tenantId, String localeId) {\n\n\t\tList<Object> paramList = new ArrayList<Object>();\n\t\tparamList.add(tenantId);\n\t\tparamList.add(localeId);\n\t\tLis...
[ { "docid": "1091003adde25b9dda92b1b9e73b404c", "score": "0.6494776", "text": "List<Category> lisCat() {\n return dao.getAll(Category.class);\n }", "title": "" }, { "docid": "d365b3d321f7da6262b2c3eee3b1234a", "score": "0.6390726", "text": "public List<CatVo> selectCat() {\n...
806ea3e5d2a21fc158e864acc760fde6
Dado: Un Id Empleador valido y Ids Afiliados invalidos Cuando: Cuando se llama la funcion cesantiasFiltroEmpleadorAfiliados Entonces: Regresa una lista vacia
[ { "docid": "a8d9d620e66e08797e12f50c8a7fdad5", "score": "0.62244284", "text": "@Test\r\n\tpublic void dadoIdEmpleadorValidoIdsAfiliadosInvalidosCuandoCesantiasFiltroEmpleadorAfiliadosEntoncesListaVacia()\r\n\t{\r\n\t\tEntityTransaction transaction = entityManager.getTransaction();\r\n\t\ttransaction.beg...
[ { "docid": "85e67c170b1b2ccc7799e307934368e7", "score": "0.6618118", "text": "@Test\r\n\tpublic void dadoEmpleadorRequestConIdEmpleadorInvalidoCuandoConsultarAfiliadosEntoncesRegresaEstadoError()\r\n\t{\r\n\t\tEmpleadorRequest empleadorRequest = new EmpleadorRequest();\r\n\t\templeadorRequest.setId(UUID...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8d7084a168e08eee6f7e5e57a5d6e447", "score": "0.0", "text": "public void onClick(View view) {\n\n\t\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...
70db04b36d96282a36ea36f5cfa1c36f
Create a new ListNode p and reserve the value of head in that
[ { "docid": "909dffad4d05ad80c6ebf6b75e3e4ae6", "score": "0.0", "text": "public boolean isPalindrom(ListNode head ){\n ListNode p = head;\n // initialize a listnode prev with the value of head node\n ListNode prev = new ListNode(head.val);\n //Iterate on p\n while (p.ne...
[ { "docid": "9a4b38c6e5a9dd2988f11cd1a5e450ed", "score": "0.71284163", "text": "private ListNode(int x) {\n val = x;\n next = null;\n }", "title": "" }, { "docid": "6174238951835f6a631ee53cb958edd0", "score": "0.7003745", "text": "public LinkedListPoint(No...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "4b7b5abf9956ef4992cb5bdd431b4d8a", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n ((HomeMitra) getActivity()).setActionBarTitle(\"Riwayat Penukaran\");\n ...
[ { "docid": "9889cfe738b7e9b399fedfcc374cd8be", "score": "0.6940545", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {\n // Defines the xml file for the fragment\n return inflater.inflate(R.layout.fragment_feed, parent,...
ad2e46fe8e8916ba57e7dba5e6c8986d
account saves money m
[ { "docid": "0286f630d31e226c0c70ca61087f0801", "score": "0.7299746", "text": "public boolean save(double m) {\r\n\t\tif(m <= 0.0) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\t\tmoney = money + m;\r\n\t\tDate date = new Date();\r\n\t\ttransactions.add(new Transaction(TransactionType.SAVE, Aid, m, date.toString...
[ { "docid": "bcece2425d0e022efe3026c1d4ef7d4a", "score": "0.7089365", "text": "public synchronized void depositar(double monto){\n saldo += monto;\n }", "title": "" }, { "docid": "bba31142773856301af9b4ff530ce994", "score": "0.69808376", "text": "public void addMoney(int acc...
75826d7715a431e4b26e4eb19ef23a06
Creates new form ExportMoviePanel
[ { "docid": "03ba3735f278d01e8531c77808dc9bec", "score": "0.6434709", "text": "public ExportMovieFramesPanel(MovieExporterContext ctx)\n {\n this.ctx = ctx;\n initComponents();\n \n// chooser.setFileFilter(new Filter());\n chooser.setFileSelectionMode(JFileChooser.DI...
[ { "docid": "c10a58a879acf6218ce44fa88bfafb40", "score": "0.67267805", "text": "public ExportPanel() {\n initComponents();\n }", "title": "" }, { "docid": "a03a0a482b17fff549e3790d792aa66d", "score": "0.6524674", "text": "private void createNewFilePanel()\n {\n // ...
7ee2644ca00b12b54aeececb9b2d1bc1
Just get the Diagram Object, for the ToolTip in the Library
[ { "docid": "43e3dd548c6fe38ff018c56681268c14", "score": "0.5809914", "text": "public DiagramObjectToolTip getDiagramObjectPureById(String SID, Long diagramObjectId) {\r\n\t\ttry {\r\n\t\t\t\r\n\t\t\tServletContext servletContext = this.servletRequest.getSession().getServletContext();\r\n\t\t\t\r\n\t\t\t...
[ { "docid": "e76bf409dbae3fc006b37a937c65175e", "score": "0.708376", "text": "ObjectProcessDiagram createObjectProcessDiagram();", "title": "" }, { "docid": "4196278833e21cfbfa81b65a41749b3e", "score": "0.62920576", "text": "Object getDiagramElementOwner(Object diagram);", "title"...
02a612d8331830d6f8684f2ec6cd406a
Store in SharedPreference that we are using Dark Theme
[ { "docid": "7adce1705e33836a0c4117d760908774", "score": "0.78520435", "text": "public void switchToDarkTheme() {\n writePreference(THEME, true);\n }", "title": "" } ]
[ { "docid": "487d70a38208d33ed2a4d265fcfaf942", "score": "0.73489463", "text": "@StyleRes\n @Override\n public int getActivityTheme() {\n return PreferenceManager.getDefaultSharedPreferences(this).getBoolean(DarkTheme, false) ?\n R.style.AppThemeNormalDark : R.style.AppThemeNo...
f1707e67ce95b7dc70221698a4e12dbb
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device. All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.
[ { "docid": "6e8dafccb34288ba81de320cfe52e97f", "score": "0.5240397", "text": "public void setVTLDeviceARNs(java.util.Collection<String> vTLDeviceARNs) {\n if (vTLDeviceARNs == null) {\n this.vTLDeviceARNs = null;\n return;\n }\n\n this.vTLDeviceARNs = new com.a...
[ { "docid": "1cec6305400929e48d73831141ef54f2", "score": "0.5974706", "text": "public java.util.List<String> getVTLDeviceARNs() {\n if (vTLDeviceARNs == null) {\n vTLDeviceARNs = new com.amazonaws.internal.SdkInternalList<String>();\n }\n return vTLDeviceARNs;\n }", ...
7c3d8f8ef29847b8c854bc2ca1cab4ed
Returns a panel with a JScrollPane containing information read from a file. The try attempts to read lines from a file, while the catch catches any errors. The for loop goes through the entire file until there are no more lines to read.
[ { "docid": "09d5c2e20745e7ab3267fda668a118ce", "score": "0.5545199", "text": "public JPanel createTab (String fileName)\n {\n JPanel panel = new JPanel (new BorderLayout());\n BufferedReader input;\n JScrollPane scroll;\n JTextArea textArea = new JTextArea();\n String line;\n \n sc...
[ { "docid": "fe15df3c2c10909f96d2eb0d653e9b50", "score": "0.6321673", "text": "public void readFile() {\r\n try (BufferedReader br = new BufferedReader(new FileReader(file))) {\r\n\r\n String fileLine = br.readLine();\r\n\r\n while (fileLine != null) {\r\n proc...
a51dc7d8a25d304f7cf5fde22c679cd5
Metodo que le anuncia al usuario que el carro fue removido
[ { "docid": "57202ce70f56d6f222bf17a455688abe", "score": "0.6704029", "text": "public void carroRemovido(){\n System.out.println(\"Su carro fue removido exitosamente\");\n }", "title": "" } ]
[ { "docid": "ff22dd2645295699bd45f0c8ce6a3cdb", "score": "0.6748167", "text": "public void borrarUsuario(String ident){\r\n listaPlantilla.get(obtenerPosicionUsuario(ident)).setControl(\"borrar\");\r\n }", "title": "" }, { "docid": "d7873f1d39a1dd9e74b2ec15705323f9", "score": "0...
8b6fb73f9f51af0de5e202a47c791c84
// main // //
[ { "docid": "336ea6ce0508dd5a771934bb4e815fb7", "score": "0.0", "text": "public static void main(String[] args) {\r\n\t\tint m=3, n=5;//m-the first bottle, n-the second bottle\r\n\t\tint D=4; //D is (0,4)\r\n\t\tSystem.out.println(\"A = \"+ m + \", B = \"+n+\", D=\"+D+\"\\n\");\r\n\t\tint w[][]=initMatr...
[ { "docid": "e23b8046c397fe8eba086cc503f6405f", "score": "0.8335721", "text": "private static void main() {\r\n }", "title": "" }, { "docid": "8b450c45773ee8637b1736f4e2517e6c", "score": "0.8288373", "text": "public void main() {\n\t}", "title": "" }, { "docid": "57ce8d...
41b44cd206b78424960ae0d7dbc9e417
Called when the activity is first created.
[ { "docid": "9d0c870f599cda80f79d885f2e7ee7c2", "score": "0.0", "text": "@Override\n\tpublic void onCreate(Bundle savedInstanceState) {\n\t\tsuper.onCreate(savedInstanceState);\n\t\tsetContentView(R.layout.main);\n\t\tinitialized = false;\n\t\tIntent sender = getIntent();\n\t\tUri base = (Uri) sender.get...
[ { "docid": "3686818f489d73b666d4e769c92dee2a", "score": "0.7817437", "text": "@Override\r\n\tpublic void onActivityCreated() {\n\t\t\r\n\t}", "title": "" }, { "docid": "fdd5f464db13a939e663e6ef00253c8c", "score": "0.77630854", "text": "@Override\r\n\tpublic void onActivityCreated(Bun...
d22176a447e97002ab9b3b610982e303
/ Method to handle back arrow click from toolbar
[ { "docid": "6b825a2646a8d447d50236a23a21f2b2", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n // handle arrow click here\n if (item.getItemId() == android.R.id.home) {\n finish();\n }\n return super.onOptionsItemSele...
[ { "docid": "93e4e566a05f1aa1eac4c5779ed19a88", "score": "0.7906275", "text": "@Override\n public void onBackPressed() {\n if (editorToolbar.handlesBackButtonPress() == false) {\n super.onBackPressed();\n }\n }", "title": "" }, { "docid": "e4801568148978c71dc633...
8ce03616a6c6f831dd4f9a1a0ee65efa
$ANTLR end "entryRuleSpriteTypes" $ANTLR start "ruleSpriteTypes" InternalCk2Gfx.g:162:1: ruleSpriteTypes : ( ( rule__SpriteTypes__Group__0 ) ) ;
[ { "docid": "c550b479331b3e0c937e3ebcb4443274", "score": "0.8146865", "text": "public final void ruleSpriteTypes() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalCk2Gfx.g:166:2: ( ( ( rule__SpriteTypes__Group__0 )...
[ { "docid": "3d7c98bb0579c251358285c3ff1710a1", "score": "0.79557157", "text": "public final void rule__SpriteTypes__Group__1__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalCk2Gfx.g:1443:1: ( ( 'spriteType...
18abdba01fb2a82b3418b96f40d43a37
TODO need consider how to skip duplicate log when restart log monitor
[ { "docid": "ed36ad143f9b30856920f4f8ab9df1d9", "score": "0.0", "text": "private void scanExistingFiles(String path, String suffix) {\n Collection<File> files = FileUtils.listFiles(new File(path), new String[]{suffix}, false);\n files.forEach(this::startFileScanner);\n }", "title": "...
[ { "docid": "171d2e19444d29c5c2ddaaa6dd052510", "score": "0.6345169", "text": "private void addLogRecord(LogRecord paramLogRecord) throws ActivationException {\n/* 1513 */ synchronized (this.log) {\n/* 1514 */ checkShutdown();\n/* */ try {\n/* 1516 */ this.log.update(paramLog...
21ab96187e0c34fdef6220171a81f7f2
Return the value of the column_6 column.
[ { "docid": "ec7a5ec2a95bb81ac9642705bea1a2a0", "score": "0.8463693", "text": "public java.lang.String getColumn6()\r\n {\r\n return this.column6;\r\n }", "title": "" } ]
[ { "docid": "2ea1c79ed4da85e6aec8af2dd43a0178", "score": "0.73206127", "text": "public void setColumn6(java.lang.String column6)\r\n {\r\n this.column6 = column6;\r\n }", "title": "" }, { "docid": "f3752c7db78f2109a7a06a039302ce17", "score": "0.693934", "text": "public ja...
e1df3e87290b9b27650a6df51652f991
adds data to end of List
[ { "docid": "4092f3b4baacae31b1b4038f1cf84b6d", "score": "0.58857", "text": "public void addToTail(String data){\r\n Node newNode = new Node(data);\r\n newNode.setNext(null);\r\n if (head == null) {\r\n head = newNode;\r\n }\r\n Node temp = head;\r\n\r\n ...
[ { "docid": "7ffd77cc1997d132cc3ad1e7dcb2c477", "score": "0.72265595", "text": "public void addToBack(T data) {\n if (data == null) {\n throw new IllegalArgumentException(\"Can't add null to a list!\");\n } else {\n //resize array if needed\n if (size + 1 > ...
9eaf01f09ad8949401cc063f1b1bef90
As per [JACKSON423], handling for BigInteger and BigDecimal was missing!
[ { "docid": "d3ec1c6f7c6c8584bae5dd2063e786c0", "score": "0.0", "text": "@Override\n public void serialize(Number value, JsonGenerator jgen, SerializerProvider provider)\n throws IOException, JsonGenerationException\n {\n if (value instanceof BigDecimal) {\n ...
[ { "docid": "5f6613c66afd26e17a4392c47b419636", "score": "0.7213862", "text": "BigInteger toBigInteger() {\n/* 193 */ normalize();\n/* 194 */ return toBigInteger(isZero() ? 0 : 1);\n/* */ }", "title": "" }, { "docid": "7cfdb8a9ac6c5a40674cf94c7a686ff4", "score": "0.682653...
32abfa4a4076f17fa9cb2f8d9ac91c0e
Erzeugt saemtliche Tabellen der Anwendung fuer MySQL und schreibt die Testdaten hinein.
[ { "docid": "91ec526076b638d99f31ace0f38cbb99", "score": "0.63024247", "text": "private static void createAllTablesAndTestDataMySql() {\n\t\tConnection connection = null;\n\t\tfinal List<String> createStatements = DatabaseConstants.getCreateStatementsForAllMySqlTables();\n\t\t\n\t\ttry {\n\t\t\tconnectio...
[ { "docid": "cc407f0eaca98e8540f6023c60e04cf6", "score": "0.6972778", "text": "@Test\r\n\t@Disabled\r\n\tpublic void testTableAccess() throws Exception {\r\n\t\tConnection con = null;\r\n\t\tResultSet rs = null;\r\n\t\tint i = 0;\r\n\r\n\t\ttry {\r\n\t\t\tcon = Data.Connection();\r\n\t\t\trs = con.create...
31943a00d2cc0725a1e45744eb0f257b
Always add to min at start
[ { "docid": "9e1fe0a52996f29a5792f0d501423881", "score": "0.0", "text": "public void addNum(int num) {\n lower.add(num);\n \n // Bubble the highest thing in the lower to the top\n higher.add(lower.poll());\n \n // Balance if we need to\n if (higher.size() ...
[ { "docid": "e21be8188d9d9a2a24b99e7eae913ea2", "score": "0.71902055", "text": "protected abstract void growTo(int min);", "title": "" }, { "docid": "80e210acf1db1a52b707ec3784633e0e", "score": "0.71184057", "text": "public void setMin(int min) {\n this.min = min;\n }", ...
22fc2594a66e7c63cb3d4a70aa63fab1
/ access modifiers changed from: private / access modifiers changed from: public
[ { "docid": "db4bd5bb1ef0b5a5a59e0565844b72e2", "score": "0.0", "text": "private void setIsStayOnWhilePluggedInAc(boolean value) {\n this.bitField0_ |= 1;\n this.isStayOnWhilePluggedInAc_ = value;\n }", "title": "" } ]
[ { "docid": "0c1baa66e57a742b19c8ef24f031c945", "score": "0.6786168", "text": "private Composer()\t{ super();\t\t}", "title": "" }, { "docid": "aa7554fd42f3feb35ca8e0c43fe0ccc3", "score": "0.65392023", "text": "private L() {\n\t\t\n\t}", "title": "" }, { "docid": "02b250bc...
12f1fb94b5ba8aa2c8838f24557803e5
Test case number: 28 /Coverage entropy=3.610917912644226
[ { "docid": "3223e6b3b2450f5df28da49d82a7d70e", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test028() throws Throwable {\n RawVariable rawVariable0 = new RawVariable();\n rawVariable0.getFilePath();\n DerivedVariable derivedVariable0 = new DerivedVariable();\n Arra...
[ { "docid": "c8a93b378bf2ea1e6db41c358f1f5c6e", "score": "0.70354605", "text": "@Test(timeout = 4000)\n public void test117() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evalua...
569059dc30336d73af0f4346b88b5bc2
Get user Guid which the change set was assigned to.
[ { "docid": "53e97cbfaa1785eedf98ad1649ed3449", "score": "0.7190766", "text": "public String getUserGuid() {\n\t\treturn userGuid;\n\t}", "title": "" } ]
[ { "docid": "07ab37651d0f059d54eeacb6bf367e16", "score": "0.70184416", "text": "public static String currentUserGuid() {\n final User user = securityHolder.currUser();\n return (user != null ? user.guid() : null);\n }", "title": "" }, { "docid": "2f6f6f5bd5ead70799ade0bc447c5...
ef9c9fa52d56c278817070b2aa30d310
Fix for bug5026041 Table should not accept duplicate prop names.
[ { "docid": "77c5834f1c458077d9ccf550904273e9", "score": "0.0", "text": "private boolean isNotUnique(String newVal){\n for(int i=0; i<data.size()-1; i++){\n NameValuePair pair = (NameValuePair)data.elementAt(i);\n if(pair.getParamName().equals(newVal)){\n Notif...
[ { "docid": "9d793e9cb2b1734b3ff2661125ccc67d", "score": "0.5485386", "text": "public String getRHSUniqueKeyPropertyName();", "title": "" }, { "docid": "91937c6339064fb1a7272ef63072167c", "score": "0.5433548", "text": "@Test\n public void testSimpleDups() {\n RequestedTuple projSe...
5d9469df158004cd39771b78e70e99a7
Creates a new instance of Login
[ { "docid": "951701fdc9d846c61488a03e724550d5", "score": "0.0", "text": "public ControlSeccion() {\r\n \r\n \r\n secciones = new ArrayList<Seccion>();\r\n secciones.add(new Seccion(TipoSeccion.castores));\r\n }", "title": "" } ]
[ { "docid": "bbbb1af4871d40ab16af15de3ebd52ee", "score": "0.7500759", "text": "public Login() {\r\n }", "title": "" }, { "docid": "bbbb1af4871d40ab16af15de3ebd52ee", "score": "0.7500759", "text": "public Login() {\r\n }", "title": "" }, { "docid": "6e1303b7a8b770a4af...
06fb1fe7736b8481487d71ec92798b91
If network is not available, then this method gets called.
[ { "docid": "e39c3dc1de2160fa4527bd8cddd23a84", "score": "0.69993013", "text": "@Override\n\t\t\t\t\tpublic void networkNotAvailable() {\n\t\t\t\t\t\tLog.d(\"LOG\", \"Payment Transaction Failed \" );\n\t\t\t\t\t}", "title": "" } ]
[ { "docid": "cff054c4510abbdfdcc8af51226b83e0", "score": "0.78773284", "text": "private void checkNetwork() {\n if (isNetworkEnabled(this)) {\n presenter.onResume();\n } else {\n //Check for network availability\n retrieveNetworkCheck();\n }\n }", ...
c31c4cb40042312136c1b6638cac3f5f
Limits access to this class's constructor so that only one Lexer is ever instantiated during the lifetime of the program. This ensures one point of access to the information stored in Lexer's instance variables across the interpreter without conflicts arising from the instantiation of other Lexers. (Singleton pattern)
[ { "docid": "c060a9fec09ff86cce5f343f61e35c8f", "score": "0.7851775", "text": "public static Lexer getInstance ()\n {\n if (myLexer == null)\n {\n myLexer = new Lexer();\n }\n return myLexer;\n }", "title": "" } ]
[ { "docid": "6a93156c805e8913a2245484ff33d2ef", "score": "0.7235063", "text": "private Lexer ()\n {\n mySymbolTable = new TreeMap<String, Token>();\n myTokenQueue = new LinkedList<Token>();\n mySymbolQueue = new LinkedList<String>();\n }", "title": "" }, { "docid": ...
589805cfe63ca505c627ade1e02cfabc
/ 735: / 736:
[ { "docid": "00e50049a61211b1531585da5a819fa3", "score": "0.0", "text": "public void setNombreMotivoAjusteInventario(String nombreMotivoAjusteInventario)\r\n/* 737: */ {\r\n/* 738:1251 */ this.nombreMotivoAjusteInventario = nombreMotivoAjusteInventario;\r\n/* 739: */ }", "title": "...
[ { "docid": "00dc47c683947203a7fafccecbbc824f", "score": "0.56777155", "text": "public int getCastingTime()\n/* 19: */ {\n/* 20:19 */ return 30;\n/* 21: */ }", "title": "" }, { "docid": "ccac28ce4aa69f8e04dc58aaefdb645d", "score": "0.5623936", "text": "private String m4988...
093fed714a9d4dac4a051f2fd2748f8a
Sets the accountingLineView attribute value.
[ { "docid": "9f7e163391c2b52bf92a00c69e65f626", "score": "0.8029196", "text": "public void setAccountingLineView(AccountingLineViewDefinition accountingLineView) {\n this.accountingLineView = accountingLineView;\n }", "title": "" } ]
[ { "docid": "3dd5801f6286fe18e7d4e61ae3307d9d", "score": "0.6534146", "text": "public AccountingLineViewDefinition getAccountingLineView() {\n return accountingLineView;\n }", "title": "" }, { "docid": "76e7b6eef578629f52d0c5315ccf397c", "score": "0.560772", "text": "public ...
1d2eabad7cc584711228bfb343c48cee
Method responsible for generating a graph when the user has chosen the circle or complete option.
[ { "docid": "3ee8f2c1b64c64c39ede770626aa56ef", "score": "0.52282137", "text": "@FXML\n public void setAnchorCircle() {\n graphPane.getChildren().clear();\n buttons.clear();\n int nodeNumber = Integer.parseInt(tf.getText());\n if (nodeNumber > limit1) {\n Alert alert = new Alert(AlertTy...
[ { "docid": "22eec380775dafefdd7bc9789cc28903", "score": "0.59433126", "text": "public void graphButton_actionPerformed(ActionEvent e) {\r\n // Disable the button first.\r\n graphButton.setEnabled(false);\r\n contentPane.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));\r\n\r\n // Ge...
56c5458007671570257ecc0fe30cd5ba
/ Skip Statement When interpreting code you have to skip statements, this is a way to simulate jumps.
[ { "docid": "7a48cdad06f7a696895ea974e79d516d", "score": "0.0", "text": "private Token SkipSats(Token T) {\n /* ### TODO: similar to IntSats ### */\n return T;\n }", "title": "" } ]
[ { "docid": "8c9a56cce69fb0fb56934a33ed8b1340", "score": "0.7385589", "text": "public void skip();", "title": "" }, { "docid": "44db3d94d3af2b61e830c13b5dbe19b1", "score": "0.6699262", "text": "@Test\n\tpublic void skipNextInstructionIfEqual() {\n\t\texecuteOpCode(0x3421);\n\n\t\tveri...
7a317dff731db66202902659c398ee42
test tree structure: 1 2 3 4 5 6 7
[ { "docid": "f08eb03cd3c36299187110de6e8ae617", "score": "0.0", "text": "@Test\n\tpublic void testForNonExistentNodes() {\n\n\t\tLCA lca = new LCA();\n\t\tlca.root = new Node(1);\n\t\tlca.root.left = new Node(2);\n\t\tlca.root.right = new Node(3);\n\t\tlca.root.left.left = new Node(4);\n\t\tlca.root.left...
[ { "docid": "a6c0771698a9ac4f10dda1e4ed3a4d5a", "score": "0.7564026", "text": "public static Node makeTestTree(){\n \n return new Node(\"1\",\n new Node(\"2\", \n new Node(\"4\", null, null),\n new Node(\"5\", null, \n new Node(\"6...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "358ed30ab87d30098a28b7043b1d96bd", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_photo, container, false);\n }", ...
[ { "docid": "8bb7e3993bde01b4555bbb3cffff8569", "score": "0.7403527", "text": "protected void onInflateView() {\n }", "title": "" }, { "docid": "afe95b32eaf36044ffac0c621528e0ae", "score": "0.68513155", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewG...
21f0ba6b7b83234b5d3a74800ced5f67
This is the setter method this will set the notes Placeholder for description of property notes of obj type controllerupgradestate field type str type array. Default value when not specified in API or module is interpreted by Avi Controller as null.
[ { "docid": "b3ef68d42548bed811da3b8c41c6c3d4", "score": "0.60037714", "text": "public ControllerUpgradeState addNotesItem(String notesItem) {\n if (this.notes == null) {\n this.notes = new ArrayList<String>();\n }\n this.notes.add(notesItem);\n return this;\n }", "title...
[ { "docid": "23d6af45478d003044a57360dbde28e4", "score": "0.70883924", "text": "public void setNotes(String value) {\r\n notes = value;\r\n }", "title": "" }, { "docid": "1cbcf95d4163168b918da4a424d95c9a", "score": "0.68478787", "text": "public void setNotes(String notes) {\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "79829d50b6ced835a0ed0cc63aa088da", "score": "0.0", "text": "@Override\n\tprotected void setup(Reducer<Text, TvplayWritable, Text, Text>.Context context) throws IOException, InterruptedException\n\t{\n\t\tmos = new MultipleOutputs<Text, Text>(context);\n\t}", "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": "" }, ...
5694c0cd38e21406f7375e5da0214af1
.dstore.values.IntegerValue field_type_id = 7;
[ { "docid": "813279afab0980be66753abec8136563", "score": "0.0", "text": "public Builder setFieldTypeId(io.dstore.values.IntegerValue value) {\n if (fieldTypeIdBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n fieldTypeId_ = v...
[ { "docid": "3104d19db55141e3266ddd5393938596", "score": "0.8375965", "text": "io.dstore.values.IntegerValue getFieldTypeId();", "title": "" }, { "docid": "3416dcd4fbe6d496372e43f576caad2d", "score": "0.71884614", "text": "io.dstore.values.IntegerValueOrBuilder getFieldTypeIdOrBuilder...
5f2c7ca63f64a9e749b85aa9f26e16e4
Set the value of an extension.
[ { "docid": "f18f11f22d718bed13b80879a553937b", "score": "0.64447284", "text": "public final <Type> BuilderType setExtension(\n final ExtensionLite<MessageType, Type> extensionLite,\n final Type value) {\n Extension<MessageType, Type> extension = checkNotLite(extensionLite);\n\n v...
[ { "docid": "4b0e1047ad753383f320730a6e7faa3f", "score": "0.73049957", "text": "public void setExtension(java.lang.String extension);", "title": "" }, { "docid": "59f21d1d56ebdbcd42d73ffa2b7832a6", "score": "0.7244133", "text": "public void setExtension(java.lang.String param){\r\n ...
a926d72291f656700c64bbb354ffa1a5
print function for debugging
[ { "docid": "640f8cf3aa644bc3f2bdf4dbe500529a", "score": "0.0", "text": "public void streamTopicToEvent(final Map<String, Map<String, List<KafkaDependencyInstanceContext>>> map) {\n map.entrySet().stream().forEach(entry -> System.out.println(entry.getKey() + \": \" + entry.getValue()));\n }", "ti...
[ { "docid": "16cfc59e9cda356b8de985fbd3e7f1a2", "score": "0.75945115", "text": "public void debug()\n {\n System.out.println(toDebugString());\n }", "title": "" }, { "docid": "f167a068c0f68b50868ecc456b317e72", "score": "0.75598556", "text": "public void print(){\n\t\tSystem.out....
b61d5fd53f4889ec617a7aac6372d44d
/ access modifiers changed from: private
[ { "docid": "f241938b271b77b330dfdcdb3e88ea79", "score": "0.0", "text": "public void updateVirtualDisplay() {\n if (shouldRunVirtualDisplay()) {\n Log.i(TAG, \"Attempting to start virtual display\");\n startVirtualDisplay();\n return;\n }\n stopVirtua...
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.68335724", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.66884047", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\...
347ef512a340fc68ea6e5bf3b75836ff
Mock component with arbitrary identifying value.
[ { "docid": "88f10fb0a1a6a097795cce8d1833f9d9", "score": "0.6402047", "text": "private MockComponent(final Object a) {\n this.value = a;\n }", "title": "" } ]
[ { "docid": "25c42913d43a4a5e6e356047b40900f7", "score": "0.598502", "text": "private <T extends ModelComponent> T createComponentWithName(Class<T> clazz, String name) {\n T comp = mock(clazz);\n when(comp.getName()).thenReturn(name);\n when(comp.getProperty(anyString())).thenAnswer((InvocationO...
dbbceef3cd011f649f2819d35752c36d
Query DB table vr_book_version for records. The sql statement for this operation is select from vr_book_version
[ { "docid": "25f19bab0782157a732278f6660719ef", "score": "0.5483768", "text": "public BookVersionDO queryByBookId(String bookId, String status) throws DataAccessException {\n\n\tMap<String,Object> param = new HashMap<String,Object>();\n\n param.put(\"bookId\", bookId);\n param.put(\"status\...
[ { "docid": "ea40832ff94f14db07656aa018caf288", "score": "0.5969611", "text": "public List<appVersion> VersionQueryAll()\r\n/* 19: */ {\r\n/* 20:19 */ return this.aVMapper.VersionQueryAll();\r\n/* 21: */ }", "title": "" }, { "docid": "9494d9e5db10921fc5bdd846d97cba61", "score"...
406751668d63112a893a2fd1ed5c6c31
Date to the milliseconds.
[ { "docid": "2044de56f7c46a7ce914069f533c756f", "score": "0.7476787", "text": "public static long date2Millis(final Date date) {\n return date.getTime();\n }", "title": "" } ]
[ { "docid": "2cea2345034a8a449737552fe27714b7", "score": "0.72145635", "text": "public long dateToMillis() {\n\t\tlong millis;\n\t\t//Create a ZonedDateTime to get the offset\n\t\tZonedDateTime zdt = date.atZone(ZoneId.systemDefault());\n\t\t//Get the zoned offset\n\t\tZoneOffset offset = zdt.getOffset()...
5be7ff2f8a537f136869a897ea79ce34
Returns the first file group in the ordered set where dossierId = &63; and dossierPartId = &63;.
[ { "docid": "381e539f67197c3ecaf52013eb9d44ee", "score": "0.737546", "text": "public static org.opencps.dossiermgt.model.FileGroup fetchByD_P_First(\n\t\tlong dossierId, long dossierPartId,\n\t\tcom.liferay.portal.kernel.util.OrderByComparator orderByComparator)\n\t\tthrows com.liferay.portal.kernel.exce...
[ { "docid": "c7a6a313e273762f38609d475eb0a4a0", "score": "0.6995382", "text": "public static org.opencps.dossiermgt.model.FileGroup findByD_P_First(\n\t\tlong dossierId, long dossierPartId,\n\t\tcom.liferay.portal.kernel.util.OrderByComparator orderByComparator)\n\t\tthrows com.liferay.portal.kernel.exce...
9b9308147bfeb15c38d54b2bfe64d144
This method was generated by MyBatis Generator. This method sets the value of the database column org_recommends.last_updator
[ { "docid": "e4e747c9b0990aa822f6617ffcb161b0", "score": "0.5922929", "text": "public void setLastUpdator(String lastUpdator) {\n this.lastUpdator = lastUpdator == null ? null : lastUpdator.trim();\n }", "title": "" } ]
[ { "docid": "813e78a4335d0eae11f42d3a168bb392", "score": "0.6371507", "text": "public void setLastupdate(Date lastupdate) {\n this.lastupdate = lastupdate;\n }", "title": "" }, { "docid": "f8ee1d88fee269b1b20a276e18838897", "score": "0.62898177", "text": "public void setLast...
26ab7c877e5f489299def6a297721462
Created by SomeOneInTheWorld on 2016/5/29.
[ { "docid": "1a92667820dc1ea80fc4f44abef928c9", "score": "0.0", "text": "public interface ImageDetailView {\n\n}", "title": "" } ]
[ { "docid": "40be4915804d3229e08fed067ec03fd6", "score": "0.61585486", "text": "Bug_616419() {\r\n\t}", "title": "" }, { "docid": "7ba2946d983bb1e7f8bf10a547e6dc3f", "score": "0.6071069", "text": "public void mo14489d() {\n }", "title": "" }, { "docid": "d18a5453cb9...
a0aaf679f8c1c62274938ab58964da3c
Returns the query's filter values, which is null if filter has no parameters.
[ { "docid": "f4c076f86eba40530d931e71841aa572", "score": "0.6981029", "text": "FilterValues<S> getFilterValues();", "title": "" } ]
[ { "docid": "aec98f67f60d0f774f41e4eeb5f28f62", "score": "0.6949517", "text": "public final Object[] getFilterValues() {\n return filterValues.clone();\n }", "title": "" }, { "docid": "5ffd9dea51b215faee9fd5694056f9f0", "score": "0.67791796", "text": "default Object[] getFilterVal...
3c9f44e485070d32667aeafc75e58ae1
This method uses reflection to scan the values of the given class's static fields, returning the first matching field's name.
[ { "docid": "af0b738ee14be60137d7d35e98834038", "score": "0.56863856", "text": "public static String getFieldName(final Class<?> c, final int value) {\n\t\tfinal Field[] fields = c.getDeclaredFields();\n\t\tfor (int i = 0; i < fields.length; i++) {\n\t\t\tif (!Modifier.isStatic(fields[i].getModifiers()))...
[ { "docid": "15bf8a32f72e19723f9816ddc5dc7c20", "score": "0.6720258", "text": "public static Object getStaticFieldValue(Class<?> aClass, String fieldName) {\n Object result = null;\n try {\n Field field = aClass.getField(fieldName);\n result = field.get(null);\n ...
d6a92d1bfadbe2f8d923f6a945f44c00
Retrieves a child Node by name
[ { "docid": "7cbf974977d2296b861f492136445775", "score": "0.704137", "text": "public static Node findChild(Node content, String name) {\n if (content == null)\n return null;\n NodeList children = content.getChildNodes();\n for (int i = 0; i < children.getLength(); ++i) {\n...
[ { "docid": "b22edf1bea3aef4d5ddf5a573096dbbf", "score": "0.82322216", "text": "public Node findChildByName(String name) {\n return null;\n }", "title": "" }, { "docid": "be95e29ad0f19b2e121cc33ec5e00db7", "score": "0.75541764", "text": "public XMLItem getChild(String name) ...
17534114775e73ed0a26b53bc5e98a32
Start inclusive, end exclusive [start, end[
[ { "docid": "59e455e26f3a609c8671554c9ad4d774", "score": "0.0", "text": "public int nextInt(int start, int end) {\n return random.nextInt(end - start) + start;\n }", "title": "" } ]
[ { "docid": "9a07448ee1e70893a9c15129ba2e355b", "score": "0.6837927", "text": "public abstract void includeRange(C begin, C end);", "title": "" }, { "docid": "8101fd94cad730d4acf9b1eb64782276", "score": "0.68038327", "text": "public static INDArrayIndex interval(long begin, long end, ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6e84c7c358df190ab617a54c360dff61", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tGorilla g = new Gorilla();\n\t\tg.throwSomething();\n\t\tg.eatSomething();\n\t\tg.climbSomething();\n\t\tg.displayEnergy();\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
914a433e53df36da84d93fb640fb2ad9
Cancel a job&x27;s schedule.
[ { "docid": "cbb34a18f61d6d1b20e266b9ff7514e4", "score": "0.0", "text": "public void unscheduleJob(String name, Integer projectId) throws ApiException {\n unscheduleJobWithHttpInfo(name, projectId);\n }", "title": "" } ]
[ { "docid": "843ca1093a650890bbc761949c309745", "score": "0.7812018", "text": "private void cancelJob(){\n AlarmMediaPlayer.stop();\n\n // Canceling the job by passing its ID\n mScheduler.cancel(JOB_ID);\n\n // Saving the current job status to Shared Preference.\n saveJ...
1f1764d29110ddb69350ea85702b84af
todo add Responce Entity if name will null
[ { "docid": "195fd428e2dc8e5216e8da25f61c4a3e", "score": "0.0", "text": "@Override\n @RequestMapping(method = POST)\n public @ResponseBody\n ResponseEntity<Currency> create(@RequestBody SimpleDto dto) {\n Currency currency = new Currency();\n currency.setName(dto.getName());\n ...
[ { "docid": "771fde5e9f2bfe4b6a99fa1495829a7a", "score": "0.6313635", "text": "public String getName() { return getEntity().getName(); }", "title": "" }, { "docid": "8f8351047be067846574d06b4ad53bbb", "score": "0.6223319", "text": "public abstract String getEntityName();", "title...
3efd7016a15f9895116f295b63518e2e
repeated uint32 hero_picks = 5;
[ { "docid": "8ae68d8c56757b726aa376cc57fae783", "score": "0.5476467", "text": "public java.util.List<java.lang.Integer>\n getHeroPicksList() {\n return heroPicks_;\n }", "title": "" } ]
[ { "docid": "935ccdbc6f168c925515e4eec0b62b43", "score": "0.71136695", "text": "int getHeroPicksCount();", "title": "" }, { "docid": "bd5447aeb3d992e68cf056396edf9306", "score": "0.65769", "text": "int getHeroPicks(int index);", "title": "" }, { "docid": "e182afd0c4f6133e9...
a69de09d897d932990bc6f1ea21db93f
load a theory from a file TODO set up menus to load a theory file. TODO write a wrapper around taskQueue.enqueue that checks to see if the thread is busy and, if so, enqueues the runnable with some additional code to 1) the runnable to notify the user and prompts about continuing to wait, 2) notify the waiting dialog w...
[ { "docid": "0ec87ba02663e00850a69469f524c9b2", "score": "0.0", "text": "private void init() {\n\n this.goAction =\n new GoActionListener(\"Step\", new ActionListener() {\n @Override\n public void actionPerformed(ActionEvent e) {\n if (Bitnots.this.getTableau().getCloser() != null)...
[ { "docid": "6da148b39ee51201617da6734d9f81ba", "score": "0.6083825", "text": "public void load() {\n\t\t\tprogressMonitor = new ProgressMonitor(MyProgressMonitor.this,\n\t\t\t\t\t\"Loading solution...\", \"\", 0, 100);\n\t\t\tprogressMonitor.setProgress(0);\n\t\t\ttask = AODBuilderRunner.getInstance(fil...
e5b47b489a69209ff96d32d98de983c2
/ Initialize standard Hardware interfaces
[ { "docid": "1f98d20575c6048adb05352865b2e9fa", "score": "0.59807116", "text": "public void init(HardwareMap ahwMap) {\n // Save reference to Hardware map\n hwMap = ahwMap;\n\n // Define and Initialize Motors\n leftDrive = hwMap.get(DcMotor.class, \"left_drive...
[ { "docid": "d8a9df34e6409de1a69347fe050438e2", "score": "0.8218544", "text": "private void initHardware(){\n }", "title": "" }, { "docid": "1d76c1d30eef90ef891154936a780ff6", "score": "0.73745877", "text": "protected abstract void initHardwareInstructions();", "title": "" },...
184fadd7d689148bdd72ee65b07a0a97
This routine will be called once, before any of your other Aside routines are called. It can be used to do any required initialization (e.g. of member variables you add to control the state of entity A).
[ { "docid": "3b1d8457485b4645c0a970b7c3bd2910", "score": "0.0", "text": "protected void aInit()\r\n {\r\n \t\t//state_sender = STATE_WAIT_FOR_CALL_0_FROM_ABOVE;\r\n \t\tpacketBufferAry = new Packet[LimitSeqNo];\r\n \t\twindow_base = FirstSeqNo;\r\n \t\tnext_seq_num = FirstSeqNo;\r\n \t\...
[ { "docid": "84691601ef3b7086fdece85d8e7dd86c", "score": "0.70612794", "text": "protected void entityInit() {}", "title": "" }, { "docid": "2e5f94deb46339cef53d7fbd0388214d", "score": "0.70105904", "text": "public void performInitialisation() {\n \t\t// subclasses can override the beh...
61e6578826bb84f9e21bc908126c725c
SETTER True if this email domain has a catchall policy (it will accept mail for any username)
[ { "docid": "f25712b5d6d99503afc702a2c97f87b9", "score": "0.0", "text": "@JsonSetter(\"isCatchAll\")\r\n public void setIsCatchAll (boolean value) { \r\n this.isCatchAll = value;\r\n }", "title": "" } ]
[ { "docid": "11eb5afcd94e7f378c254f1476260e38", "score": "0.5674181", "text": "public void setNevereMail(boolean param){\n \n // setting primitive attribute tracker to true\n \n ...
8dd6e6a78c3cbbc14500910233f44a67
Creates a fully configured check button with the given text.
[ { "docid": "5d5ae9cad2d757ef087f4d679f03f00a", "score": "0.7942118", "text": "protected Button createCheckButton(Composite parent, String text) {\n \t\tButton button= new Button(parent, SWT.CHECK | SWT.LEFT);\n \t\tbutton.setText(text);\n \t\tbutton.setFont(parent.getFont());\n \t\tbutton.setLayoutData(...
[ { "docid": "7988a65b4c4d2e2f2fce6cd9080d7802", "score": "0.7560354", "text": "public static Button createCheckbox( Composite parent, String text, int span )\n {\n Button checkbox = new Button( parent, SWT.CHECK );\n checkbox.setText( text );\n GridData gridData = new GridData();\...
733dad7396a9368e342c1c96bd469366
required .ProtoCompareType compareOp = 1;
[ { "docid": "ea5c707f7f122d7c195bb51e094628e3", "score": "0.59939635", "text": "public ca.mcgill.distsys.hbase96.indexcoprocessors.inmem.protobuf.generated.IndexCoprocessorInMem.ProtoCompareType getCompareOp() {\n return compareOp_;\n }", "title": "" } ]
[ { "docid": "e3090ebb6e01a8278e5b71a56144997f", "score": "0.6721101", "text": "ca.mcgill.distsys.hbase96.indexcoprocessors.inmem.protobuf.generated.IndexCoprocessorInMem.ProtoCompareType getCompareOp();", "title": "" }, { "docid": "adbc8c8344bf0e2cec445bd129b54952", "score": "0.640716", ...
a19c796a0c471db80e1dde4fa8ba0a7e
required string order_id = 6;
[ { "docid": "c4bb55980ffbaf1d30bf12053cc027e2", "score": "0.0", "text": "private void clearOrderId() {\n bitField0_ = (bitField0_ & ~0x00000020);\n orderId_ = getDefaultInstance().getOrderId();\n }", "title": "" } ]
[ { "docid": "3fd7d57e52d4a4e3f7a1c2bc9b65781c", "score": "0.6927591", "text": "String addOrderAndOrderID(OrderRequestAdd orderRequest);", "title": "" }, { "docid": "17e36fe796de8fa9a32ca4a83b5ee764", "score": "0.66267467", "text": "Order getOrder(String orderID);", "title": "" }...
e1d715a5834b93b89e8cca0213b4be05
A final triple (subject/object order will not changed), does not rely on semantic relation (sr == null), from two word (implicit relations of modifier)
[ { "docid": "aed9261a7b7bbff02eab16ef02b455dc", "score": "0.58595747", "text": "public Triple(int sId, String s, int p, int oId, String o, SemanticRelation sr, double sco, Word subj, Word obj) {\n\t\tsubjId = sId;\n\t\tobjId = oId;\n\t\tsubject = s;\n\t\tpredicateID = p;\n\t\tobject = o;\n\t\tsemRltn = s...
[ { "docid": "9418874ef7e2db67040b75ea2d75c521", "score": "0.6012141", "text": "public Triple (int sId, String s, int p, int oId, String o, SemanticRelation sr, double sco) {\n\t\tsubjId = sId;\n\t\tobjId = oId;\n\t\tsubject = s;\n\t\tpredicateID = p;\n\t\tobject = o;\n\t\tsemRltn = sr;\n\t\tscore = sco;\...
270509658f24af6c22ffc07ea973e011
Release an acquired connection.
[ { "docid": "b29e8f8acfda1e70cfeb9de3bf59d61c", "score": "0.8308019", "text": "void release(Connection connection);", "title": "" } ]
[ { "docid": "9711dd6abf3aea34604cdaf41b113c25", "score": "0.7904782", "text": "public void releaseConnection(Connection connection) throws MMPNetException;", "title": "" }, { "docid": "6036cc26d94ec315d70fb1140ae6c519", "score": "0.74081874", "text": "void releaseConnection(Connection...
13e6be239371b07b7ac0e53caefc341b
/ List emp = new ArrayList(); emp.add(new Employee(1, "ram", 10000, "it")); emp.add(new Employee(2, "mohan", 15000, "operation")); emp.add(new Employee(3, "krishna", 20000, "it")); emp.add(new Employee(4, "ravi", 30000, "it")); List fileterdList = emp.stream().filter(e > e.getSalary() > 1500) .filter(e > e.getDepartmen...
[ { "docid": "1cde758c71a40f905265b23689d8073e", "score": "0.0", "text": "public static void main(String[] args) {\n\n\t\tint [] arr = {3,1,5,6,4,8,2};\n\t\tString [] str = {};\n\t\tArrays.sort(arr);\n\t\tList<Integer> sort = Arrays.stream(arr).boxed().distinct().sorted(Collections.reverseOrder()).collect...
[ { "docid": "145b7c5c3721d8c54d0fc4ee8836723c", "score": "0.70531756", "text": "public static void main(String[] args) {\nArrayList<Student> al=new ArrayList();\nal.add(new Student(23,\"satya\",67));\nal.add(new Student(3,\"sai\",77));\nal.add(new Student(58,\"charan\",37));\nal.add(new Student(34,\"para...
739ee4b83d249a3c6df4348416bce866
ModeloEstilo p = modeloEstilos.get(idx); intent.putExtra("Objeto", p); //putextraserializable /System.out.println("entrou pora"); ModeloEstilo p = modeloEstilos.get(idx); FragmentTransaction ft = fm.beginTransaction(); FragmentAddEstilo fragmentAddEstilo = new FragmentAddEstilo(); Bundle bundle = new Bundle(); bundle.p...
[ { "docid": "64953c3f9c8d1ebbc902d92f8be9ea4e", "score": "0.0", "text": "@Override\n public void onClickModeloBarbeiro(HorarioAdapter.ModeloBarbeirosViewHolder holder, int idx) {\n\n }", "title": "" } ]
[ { "docid": "3581c4341a9ed8f95bb2b2d0b1db3174", "score": "0.7708157", "text": "@Override\n public void onClick(View v) {\n Bundle args = new Bundle();\n // Colocamos el String\n args.putString(\"id_pedido\", id_pedido_nuevo);\n\n\n ...
110f5ea6c16336fa9679975ea9709e43
Creates a matcher that matches when the examined date is at the same instant or before the reference date For example: assertThat(myDate, isSameOrBefore(new Date()))
[ { "docid": "cb8d38d304c4d6ff1f31073068129b83", "score": "0.67655694", "text": "public static Matcher<LocalDateTime> sameOrBefore( final LocalDateTime date )\n {\n return new IsSameOrBefore<>( new LocalDateTimeWrapper( date ), new LocalDateTimeFormatter() );\n }", "title": "" } ]
[ { "docid": "55059e26afd54e8d3f6e58d36f6b0e0b", "score": "0.6244007", "text": "@Test\r\n public void testBefore() {\r\n System.out.println(\"before\");\r\n Date date;\r\n Date currentDate = Calendar.getInstance().getTime();\r\n DateUtil instance = new DateUtil();\r\n ...
0bc060faef3aab4440e38cc462e561f6
Sets the retrieve and rank configuration.
[ { "docid": "a9fe7182f86c1687bbc9c84e30184a64", "score": "0.0", "text": "public Builder indexConfiguration(IndexConfiguration indexConfiguration) {\n this.indexConfiguration = indexConfiguration;\n return this;\n }", "title": "" } ]
[ { "docid": "4e3b224253b6cf1a983f8796f2be3cec", "score": "0.5927281", "text": "public void setRank(int rank) {\n\tthis.rank = rank;\n}", "title": "" }, { "docid": "7982fdf619511617aee9c48eb5765a92", "score": "0.58155364", "text": "public void setRxtConfig(String param){\n ...
e87e928e5f8b61bc964ee0f0e45e336d
Load Spleen and Pancreas Sounds
[ { "docid": "25c686be2f6df4bd8db9d21f54ae1ffb", "score": "0.7455169", "text": "public void loadPancreasNSpleenSounds(){\n\n mManager.load(p01_initiation_pancreas, Sound.class);\n mManager.load(p02_look_deep_pancreas, Sound.class);\n mManager.load(p03_look_for_worry_audio_pancreas, So...
[ { "docid": "a05046f7a1eaa291828657cfdeac996f", "score": "0.7505096", "text": "private void loadSounds() {\n _changePlayer = _game.getAudio().newSound(\"sounds/changePlayer.wav\");\n _changeState = _game.getAudio().newSound(\"sounds/changeState.wav\");\n _takeBall = _game.getAudio()....
a00cb5f10e9e82b812735204e8e135b6
/ Test 16: When an update is requested, the selected movie is renamed to whatever is answered by the view as the new name Test 32: Updating a movie changes its rating if a different rating was selected for it
[ { "docid": "ec8d03440891c9acd5e42bafbc27c2e1", "score": "0.62942946", "text": "@Test\n\tpublic void testUpdate() throws UnratedMovieException {\n\t\tmockView = mock(MovieListEditorView.class);\n\t\twhen(mockView.getCategoryFilter()).thenReturn(Category.ALL);\n\t\teditor = new MovieListEditor(movieList, ...
[ { "docid": "34c96859bfa26c36a65841c08401c919", "score": "0.67571497", "text": "public String updateMovie(Movie movie);", "title": "" }, { "docid": "a2c2c621c53f272daa7d6ebf203ab875", "score": "0.6621189", "text": "Movie updateMovie(Movie movie);", "title": "" }, { "docid"...
51a80e51870ffd6fc0c14e6fe157e615
function to proces Sparql results that contain a label, uri or both, the result is stored in a RefDTO object
[ { "docid": "354e91a668e1292ec4d1258c5973dea7", "score": "0.60892105", "text": "private static RefDTO processItem(Model m, Statement st) {\n RefDTO ref = new RefDTO();\n Value value = st.getObject();\n if (value instanceof Literal) {\n ref.url=\"\";\n ref.label = st.getObject().stringV...
[ { "docid": "d0f30c2ae270edd7b4d3004acce5907d", "score": "0.6350273", "text": "@Override\n public List<TermDTO> fetchMatchingTerms(XdmItem config, String match) {\n\n ArrayList<TermDTO> terms = Lists.newArrayList();\n try {\n String queries_path = \"/app/nde-termennetwerk/conf/queries/\";\n ...
1b247f826690a0f2af9f2b31456fb5bd
Created by CovertJaguar on 7/18/2016 for Railcraft.
[ { "docid": "dddb6cdd1860b92326b91c2c9a6042a1", "score": "0.0", "text": "public interface IRailcraftItem extends IRailcraftObject<Item> {\n\n default String getTooltipTag(ItemStack stack) {\n return stack.getTranslationKey() + \".tips\";\n }\n\n @SideOnly(Side.CLIENT)\n default ToolTip...
[ { "docid": "b07058c0e9932c554db04be4801fc100", "score": "0.60258", "text": "private static void SacarBola() {\n\t\t\r\n\t}", "title": "" }, { "docid": "119b459aa82980ed18ed9f73e4c0c1f6", "score": "0.60119325", "text": "public void mo8248e() {\n }", "title": "" }, { ...
211f1473341d8542c8a1b63b5b58c541
Returns true if the attribute "border" is set.
[ { "docid": "d32eabcf28c201c239d975a86e5dc0ff", "score": "0.8334403", "text": "public final boolean isBorderSetted() {\n\t\treturn engine.isPropertySetted(Properties.BORDER);\n\t}", "title": "" } ]
[ { "docid": "ad4050cee1b280673311decfc8d5a340", "score": "0.8059791", "text": "public boolean hasBorder() {\n return this.hasBorder;\n }", "title": "" }, { "docid": "e4f08023859df31ea91550a0e810a208", "score": "0.73370016", "text": "public boolean allowsBorder() {\r\n\t\treturn tr...
7832ed64c09857b7d46d82427b79b37d
Creates new form DOrdonance
[ { "docid": "aaf9c7afab66628aed3acf625c4617eb", "score": "0.6129765", "text": "public DOrdonance() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "879b4b5b927d709c0f7b43eabe5ca3c7", "score": "0.6144709", "text": "@RequestMapping(\"/form\")\n\tpublic String formForCreate(final Model model) {\n\t\tlog(\"Action 'formForCreate'\");\n\t\t// --- Populates the model with a new instance\n\t\tLandschaftselement landschaftselement = new Landscha...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fe525455d4786da3000cd405657ef405", "score": "0.0", "text": "public void printAdjacent(T airport) {\n\t\n}", "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}", ...
e1b7e8584bcc70379e3305a3875f78e3
Get the scale factor for the y axis. The default value is 1.0.
[ { "docid": "cf90f9ee1288e5bc483f1e64243b54fe", "score": "0.73503685", "text": "public double getScaleY() {\r\n return scaleY;\r\n }", "title": "" } ]
[ { "docid": "dc8e05a0972bec1a820f105572af7c3e", "score": "0.79616135", "text": "public float getyScaleFactor() {\r\n\t\treturn yScaleFactor;\r\n\t}", "title": "" }, { "docid": "66eb6006c6334e2a57671af66807cb00", "score": "0.7847746", "text": "public double getScaleY() {\n\t\treturn sc...
af4aac1ac8dcb6da15ea211f5b1f274e
Connect to the segments.db database
[ { "docid": "7b7dadd9c800e3a255d6a47362a5d754", "score": "0.67809576", "text": "private Connection connect() throws ClassNotFoundException {\n // SQLite connection string\n String url = \"jdbc:sqlite:./resources/sqlite/db/segments.db\";\n Connection conn = null;\n try {\n ...
[ { "docid": "a26709a5e655527cc66ea28fb156663c", "score": "0.68066984", "text": "void connectDB(){\n\t\tdb = new JDBCHelper(\"cse.unl.edu\", \"spalusa\", \"spalusa\", \"Test@464\");\n\t}", "title": "" }, { "docid": "5f80883ae922e9510bc5100e3bc2ee5b", "score": "0.6528685", "text": "void...
55b94e755ea41d9709f150110eb28e79
Gets the calculator instance.
[ { "docid": "116c5d07005016a1659b2615c89e3809", "score": "0.6251034", "text": "public static ParSpreadRateDiscountingCalculator getInstance() {\n return INSTANCE;\n }", "title": "" } ]
[ { "docid": "d5646d92d2ae2756d975c48b1bf904d9", "score": "0.64341426", "text": "public Calculator()\r\n {\r\n engine = new CalcEngine();\r\n gui = new UserInterface(engine);\r\n }", "title": "" }, { "docid": "26f66524394a00a15cca0ea9a0b12301", "score": "0.6286432", ...