query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c142b17a87febcd88a761a07189859f3", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void onReceiveData(byte[] value) {\n\r\n\t\t\t}", "title": "" } ]
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
6c0ced00047d9b4fc79b235e4f84e7c0
AWT/Swing paint method ... never use this manually
[ { "docid": "86b575cfae759e1a2ffb5a16546eefee", "score": "0.0", "text": "public void paint(Graphics g) {\r\n\t\tint height = 20;\r\n\t\tint width = 20;\r\n\r\n\t\t// inner color\r\n\t\tg.setColor(this.color);\r\n\t\tg.fillArc(1, 1, width, height, 0, 360);\r\n\t\t\r\n\t\t//border\r\n\t\tg.setColor(new Col...
[ { "docid": "8794abd188c9df47373d0bc7f079ae35", "score": "0.7806906", "text": "@Override\n\tpublic void paint() {\n\t\t\n\t}", "title": "" }, { "docid": "c8aad447bf49ab33bfe12a9201699158", "score": "0.7537143", "text": "@Override\r\n\tpublic void paint(Graphics g) {\n\t\t\r\n\t}", ...
f6571dea6ad6ec3c0f984489ec37ddf7
Metodo que remplaza una cadena de texto por otra daa
[ { "docid": "dc8e073df18d610deae10f6db095f22d", "score": "0.0", "text": "static String replace(String str, String pattern, String replace) {\r\n int s = 0;\r\n int e = 0;\r\n StringBuffer result = new StringBuffer();\r\n \r\n while ((e = str.indexOf(pattern, s)) >= 0) {\r\n...
[ { "docid": "bb6c374701bc1daf04c7e6e537a69ada", "score": "0.6673343", "text": "String getTexto();", "title": "" }, { "docid": "2948d5681310cfbbd76868a2bfdcbe65", "score": "0.66472554", "text": "String metodo(String cadena);", "title": "" }, { "docid": "ef4a7ace53d4d757ef55...
dc58df7d637afe3d85c771372316fe63
Set the provider that collects the data usage stats. This does not need to be called by default, but you may provide another implementation for more complex monitoring or for testing.
[ { "docid": "66638769d46a08b7c62a86c2bc5ce2e3", "score": "0.72807366", "text": "public Builder dataUsageStatsProvider(DataUsageStatsProvider provider) {\n this.dataUsageStatsProvider = provider;\n return this;\n }", "title": "" } ]
[ { "docid": "cb96eb2740c5f563b1a4227737986d3a", "score": "0.6252546", "text": "public void setProvider(String provider) {\r\n\t\tthis.provider = provider;\r\n\t}", "title": "" }, { "docid": "7f008281ef334041241311faeb2ddf43", "score": "0.61593187", "text": "public void setProvider(Str...
8b3a7baf0978bb724e30d4f205544dd3
Created by jerry on 20161115.
[ { "docid": "c3ff19949c8492b5721c5c8df80fa0d0", "score": "0.0", "text": "public interface ScheduleView {\n Context getContext();\n void setTitle();\n void getSchedule();\n void sendShiftTradeRequest();\n\n void onScheduleLoaded(ArrayList<Shift> shifts, int hour);\n void onTradeRequestSe...
[ { "docid": "76a80470fd21f5a9092c258ed3a8a632", "score": "0.6579766", "text": "private static void 로또번호리스트() {\n\t\t\r\n\t}", "title": "" }, { "docid": "9969c2cd0a26f223be9eea348d1c6160", "score": "0.647551", "text": "private static void 로또수동생성() {\n\t\t\r\n\t}", "title": "" }, ...
f594efd4bece4f7a30f5b74b3cd25b6f
returns list of blobs' centers (x,y)
[ { "docid": "ef933f161e971eca10da12d7d0be3c27", "score": "0.5084572", "text": "public List<double[]> findBlobs(Mat binaryImg, double[] wallY) {\n//\t\tif (wallY > 0.0) {\n//\t\t\tbinaryImg = binaryImg.submat((int)wallY, IMG_HEIGHT, 0, IMG_WIDTH);\n//\t\t}\n\t\tList<MatOfPoint> contours = new ArrayList<Ma...
[ { "docid": "0959f651fff7db705e744ade7052ac6c", "score": "0.6700252", "text": "private Point findCenter(List<Point> points) {\n\t\tdouble x = 0;\n\t\tdouble y = 0;\n\t\tfor (int i = 0; i < points.size(); i++) {\n\t\t\tx += points.get(i).x;\n\t\t\ty += points.get(i).y;\n\n\t\t}\n\t\t// double[] centers = ...
dcd43ad955934bedcfc0f31ae0ce2613
This Method will Validate Given Enumeration Name in Enumeration Table
[ { "docid": "a1a0d07307cd7faad607f4d69439de17", "score": "0.5398545", "text": "public ConfigurationPage validateEnumerationsSavedData(String enumerationName) throws Exception {\n\t\tGlobalController.brw.validateSavedTestData(this.TAB_ENUMERATION, enumerationName);\n\t\treturn GlobalController.brw.initEle...
[ { "docid": "41789588df09dd29161d9201f7dd5c83", "score": "0.6295226", "text": "public void testInvalidEnum () {\n\t\tString example = \"VeHIcLEDatA_GPs\";\n\t\ttry {\n\t\t VehicleDataType temp = VehicleDataType.valueForString(example);\n assertNull(\"Result of valueForString should be null....
2caa328e93fed4ab082d411a1fa79836
Finds parameter 2 value in parameter 1 array
[ { "docid": "da6400deb58110f9e078d418ed1ee332", "score": "0.0", "text": "private static boolean checkUserNum(int[] arr, int checkValue) {\n\n boolean test = false;\n\n //Use Linear Search method\n for (int i = 0; i < arr.length; i++) {\n\n if (arr[i] == checkValue) {\n...
[ { "docid": "d310f7cce76374dcb455c825ded6b48a", "score": "0.69631904", "text": "int search(SimpleArray simpleArray, int value);", "title": "" }, { "docid": "53ecc1cc7e0b7c81ae1dab01d4f5aca4", "score": "0.634347", "text": "public int find(Noeud[] n1, Noeud n2) {\n for(int i = 0;i<n1...
1df8b8e383b3eb6c1b114523b2adc029
compute a mapping from column name to number for file
[ { "docid": "f82cefb981585e87aab217bcd58c5d35", "score": "0.0", "text": "void initialize() throws Exception {\n Map<String,Integer> fileColumnNumbers = new HashMap<String,Integer>();\n int i = 0;\n for (ColumnMetaData c : new AvroDissectedColumnator(fileSchema).getColumns()) {\n fileColumnN...
[ { "docid": "da776a0071cb25e1e0c3caded7b0d9af", "score": "0.596547", "text": "public static Map<Integer, String> getColumnsFromDavisbaseColumns(String tableName) {\n\t\tMap<Integer, String> colNamesMap = new HashMap<Integer, String>();\n\t\ttry {\n\t\t\tRandomAccessFile fileTable = new RandomAccessFile(\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6412b2107d250b8a49760d8dcf1d8c10", "score": "0.0", "text": "@Override\r\n\tprotected Control createContents(Composite parent) {\n\t\tthis.traceableFormulaPreferencesComposite = new TraceableFormulaPreferencesComposite(parent, SWT.NULL);\r\n\t\t\r\n\t\treturn this.traceableFormulaPreferencesC...
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d99f8515bc0c6148ea658cba6bd5a3b6", "score": "0.0", "text": "@Override\n public List<Stock> stockList() {\n\treturn this.stockDAO.listStocks();\n }", "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 ...
b2e7366870b7d251edc7a98e8c9c0dde
NXP2318: i don't get what's supposed to be answered to these questions
[ { "docid": "ec1068b9fb5ac7ed8495ab848bf1a56c", "score": "0.0", "text": "public void XXXtestArrayOrListProperties() throws Exception {\n Property prop = doc.getProperty(\"tp:stringArray\");\n assertFalse(prop.isContainer());\n assertFalse(prop.isList());\n assertTrue(prop....
[ { "docid": "4ce93f9c6bd7f3ed4e58294fa745957f", "score": "0.621047", "text": "public static void problem4()\r\n\t{\r\n\t}", "title": "" }, { "docid": "e023b76b4141f37b030a02978411e11b", "score": "0.6034275", "text": "public static void problem5()\r\n\t{\r\n\t}", "title": "" }, ...
2cb1688c1e9c01e239879531a0fb8cc8
Reads in the configuration file
[ { "docid": "57005c5bd8e6b14e7208c0f896c41f20", "score": "0.0", "text": "public static void initialise(String filename) throws Exception {\n\t\tFile file = new File(filename);\n\t\tFileReader fr = new FileReader(file);\n\t\tBufferedReader br = new BufferedReader(fr);\n\t\tString line = br.readLine();\n\t...
[ { "docid": "a19121c1582ef196f76146184fd28681", "score": "0.7827673", "text": "public void readConfiguration() {\n doConfigure(null);\n }", "title": "" }, { "docid": "3fef88e97c62b35c0f83c5b9aa2f01dd", "score": "0.7794573", "text": "public static void readConfigurationFile()...
ed040bd39fd2030e2f6cc1f60c026a93
FreeIndexList.runs= [1, 1, 2, 0,...] Delete the first vertex of 2.
[ { "docid": "7a936ec53cb96b6ff6ec2bbe9db432e8", "score": "0.56174743", "text": "@Test\n\tpublic void freeRangeTest5() throws CommitFailedException {\n\t\tVertexTestGraph g = createVertexTestGraph(4, 1);\n\t\tcreateReadOnlyTransaction(g);\n\t\tFreeIndexList vList = getFreeIndexListOfVertices(g, true);\n\t...
[ { "docid": "873d4b6c605487435ab874303113f550", "score": "0.6662854", "text": "@Test\n\tpublic void freeRangeTest4() throws CommitFailedException {\n\t\tVertexTestGraph g = createVertexTestGraph(16, 1);\n\t\tcreateReadOnlyTransaction(g);\n\t\tFreeIndexList vList = getFreeIndexListOfVertices(g, true);\n\t...
b8d9113a56ef1112a9783a56cb102ffd
This is thread safe
[ { "docid": "da1fb72b0a5b4cd947adec7e3d4afeca", "score": "0.0", "text": "public synchronized static ChooseACaptain getCaptainSynchronized() {\n\t\tif (_captain == null) {\n\t\t\tSystem.out.println(\"Captain was chosen now\");\n\t\t\t_captain = new ChooseACaptain();\n\t\t} else {\n\t\t\tSystem.out.println...
[ { "docid": "5330f9743eeaf7eadc71115a54acccf5", "score": "0.641292", "text": "@Override\n\t\t\t\t\t\tpublic void run() {\n\t\t\t\t\t\t}", "title": "" }, { "docid": "faf0058c55116bb45ab2a6bf968ab8c7", "score": "0.62126565", "text": "@Override\r\n\t\t\tpublic void run() {\n\t\t\t\t\r\n\...
9e258f6735e11e58b398d080984bab78
Base method that use editor function directly, all of this method is used by this class caller method
[ { "docid": "4e1baa91547dc51864432e4dbbdee27a", "score": "0.0", "text": "@SuppressLint(\"CommitPrefEdits\")\n private SharedPreferences.Editor putString(String key, String value) {\n SharedPreferences.Editor e = sharedPrefs.edit();\n e.putString(key, value);\n return e;\n }", ...
[ { "docid": "117485ed5ba387ec44c2db831c1d7ed3", "score": "0.7505187", "text": "abstract void organizeEditor();", "title": "" }, { "docid": "30c86691fcff9a3ff41cbe42f820e5a1", "score": "0.71313334", "text": "@Override\n public void edit () {\n }", "title": "" }, { "do...
4b52cd03bc9c24a40a3216d29a5f0d41
Add a drawable to the undo set.
[ { "docid": "85ac1afe76276e7d54fd4345d6d7fa57", "score": "0.6688794", "text": "public void addDrawable(GUID zoneId, Pen pen, Drawable drawable) {\n\t\tmanager.addEdit(new DrawableUndoableEdit(zoneId, pen, drawable));\n\t\tSystem.out.println(\"Adding drawable '\" + drawable + \"' to zone \" + zoneId);\n\t...
[ { "docid": "2b0382be0d561dd65733a8cbb8548a9c", "score": "0.6534325", "text": "public void add(Drawable d) {\n if (d != null) {\n drawables.add(d);\n }\n }", "title": "" }, { "docid": "e979c3cfb9869fd96afc0341e35e8d1c", "score": "0.6454403", "text": "public synchro...
809fbd5fe49fe0c113c3c0b4a3059d49
Generates the initial skylight map for the chunk upon generation or load.
[ { "docid": "3d32adda61fca2fe4f7100d1b62f3bb1", "score": "0.70114046", "text": "public void generateSkylightMap() {\n\t\tfinal int var1 = getTopFilledSegment();\n\t\theightMapMinimum = Integer.MAX_VALUE;\n\n\t\tfor (int var2 = 0; var2 < 16; ++var2) {\n\t\t\tint var3 = 0;\n\n\t\t\twhile (var3 < 16) {\n\t\...
[ { "docid": "c8dd41274b22cbdd88b840c2bee9d87e", "score": "0.76582795", "text": "public void generateSkyLightMap();", "title": "" }, { "docid": "e692967879d7427defc75a4c2af4fae2", "score": "0.7342223", "text": "public void generateSkylightMap()\n {\n int i = getTopFilledSegme...
6cd5b14ddc8cfe2939ee94f3eda08e6f
Gets whether the state machine has sub machine states.
[ { "docid": "515be3adbb4c6ccfbebaad3a23ed6e1a", "score": "0.88451624", "text": "boolean hasSubmachineStates();", "title": "" } ]
[ { "docid": "4edcd7bdffdb057b28201a51ea5afc0b", "score": "0.6999255", "text": "public boolean isSubstate()\n {\n return parent != null;\n }", "title": "" }, { "docid": "2d0b4dea03618bf39e3a9504b0294a17", "score": "0.6860054", "text": "boolean hasCompositeStates();", "...
fbca5fa74db9e82f3efb1240209b40dc
convert image bytes to hash bytes
[ { "docid": "0592d9ad83b13235b7aefb8aa9926598", "score": "0.75387543", "text": "public String getMD5HashFromByte(byte[] image_bytes) throws NoSuchAlgorithmException, IOException {\n MessageDigest md = MessageDigest.getInstance(\"MD5\");\n md.update(image_bytes);\n byte[] hash = md.di...
[ { "docid": "c29d2d1450c62a4bfd53afe722bf9178", "score": "0.71347344", "text": "byte[] getHashBytes();", "title": "" }, { "docid": "43b33994270bcb7b511a9531268fcdd3", "score": "0.65532863", "text": "public byte[] getHash();", "title": "" }, { "docid": "08701aea4f1e626d5a57...
cdab4404beea109da47c51601aa91db7
Check if user has access rights to create, change and remove AutoProc3 entities. If not set rollback only and throw AccessDeniedException
[ { "docid": "b98307fbc127ffa27dad59832bf6ace5", "score": "0.7176272", "text": "private void checkCreateChangeRemoveAccess() throws Exception {\r\n\t\t\t\t// AuthorizationServiceLocal autService = (AuthorizationServiceLocal)\r\n\t\t\t\t// ServiceLocator.getInstance().getService(AuthorizationServiceLocalHo...
[ { "docid": "868389a1f7b7577c19c154a891eecaeb", "score": "0.7281404", "text": "private void checkCreateChangeRemoveAccess() throws Exception {\r\n\t\tEJBAccessTemplate template = new EJBAccessTemplate(LOG, context, this);\r\n\t\ttemplate.execute(new EJBAccessCallback() {\r\n\r\n\t\t\tpublic Object doInEJ...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "1fb9f65716ebe85b10c442a0489dc7b2", "score": "0.0", "text": "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "title": "" } ]
[ { "docid": "65498fd0c44ab7f02f73e2018ca33680", "score": "0.7000886", "text": "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response) {\n processPostRequest(request, response);\n }", "title": "" }, { "docid": "65498fd0c44ab7f02f73e2018ca33680"...
8aecd8394c56fc100d1aa859090754d5
getDaysOfMonths. Funcion que retorna el numero de dias que tiene un mes de una fecha
[ { "docid": "031ecc8ec85e44b27bcb7eb4aa69d187", "score": "0.7784093", "text": "public static int getDaysOfMonths(Date date) {\r\n return getDaysOfMonths(getAnio(date), getMes(date));\r\n }", "title": "" } ]
[ { "docid": "f0067f0239da606d8c5f5155c0c67691", "score": "0.7633999", "text": "static int DaysInMonth(int month, int year) throws Exception {", "title": "" }, { "docid": "f6dddc65da22f54a4b96c75aa3c7cc8b", "score": "0.7347872", "text": "public int getDaysInMonth(){\r\n return d...
c33571874f5de1a81747df6e87f62534
Send TIMs and record results
[ { "docid": "e63a0b471340669a7bad8c6551cb157f", "score": "0.54861796", "text": "public void processEncodedTim(TravelerInputData travelerInfo, JSONObject consumedObj) throws TimControllerException {\n HashMap<String, String> responseList = new HashMap<>();\n\n JSONObject dataObj = consumedObj\...
[ { "docid": "e00ff60c1d5adfb5cb07576826f6ee26", "score": "0.6257423", "text": "@Override\n\tpublic void run() {\n\t\tint curCount = count;\n\t\tString sendData = \"\";\n\t\twhile(curCount > 0) {\n\t\t\tif(stop == false) {\n\t\t\t\tsendData = \"{\";\n\t\t\t\tsendData += (\"\\\"method\\\":\\\"TIMEOUT\\\"\"...
2d78af1f305e29e474bd68890abaf276
This method was generated by MyBatis Generator. This method sets the value of the database column usertask.score1
[ { "docid": "d6501737bc95965796e3bf2cde47cbaa", "score": "0.66641", "text": "public void setScore1(String score1) {\n this.score1 = score1 == null ? null : score1.trim();\n }", "title": "" } ]
[ { "docid": "77e9d25378bd200fb9d3e44f6387646b", "score": "0.67334574", "text": "public void setScore(int score) {\n database.setInt(username, Database.SCORE_KEY, score);\n }", "title": "" }, { "docid": "0a310a45961ea3abb3a9104f0884a4a1", "score": "0.6637936", "text": "public...
e69396d2dd7066267c3c4159ab12955e
$ANTLR end "rule__MobaApplication__Group__0" $ANTLR start "rule__MobaApplication__Group__0__Impl" InternalMoba.g:4057:1: rule__MobaApplication__Group__0__Impl : ( 'application' ) ;
[ { "docid": "2e08ff04079400bd620a2a24044f4533", "score": "0.7948679", "text": "public final void rule__MobaApplication__Group__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMoba.g:4061:1: ( ( 'application' ) )\n ...
[ { "docid": "8334a309e149dd9a55b7af3f4f84cbb2", "score": "0.76000607", "text": "public final void rule__MobaApplication__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMoba.g:4049:1: ( rule__MobaApplication__Grou...
e977329183464178cdce7a570d7d696a
/ validate list of attribute groups in query
[ { "docid": "932ae93a28e27462940ee89b48f89a8f", "score": "0.6217141", "text": "protected int checkAttributeGroups(String namespace, long organismId, Collection<Long> attributeGroups) throws ApplicationException {\n \n if (attributeGroups.size() == 0) {\n return 0;\n }\n ...
[ { "docid": "3f1096a924792eaf347ee131e2c96012", "score": "0.5791755", "text": "private boolean validateGroup(SystemModel model, GroupModel group) {\n boolean valid = true;\n\n //Validate that all elements of the group exists\n StringSetProperty elementsProperty = (StringSetProperty) group.getPro...
f806878f1fca536e836354366ef4fbdf
A toString method for Water that returns the name, id, picture, location, subtypeName, and depth of the Water object.
[ { "docid": "eafdd3112fe367330c2a50c3ab5d751c", "score": "0.69954187", "text": "public String toString()\n { \n \treturn (super.toString() + \", Depth: \" + depth + \" \");\n }", "title": "" } ]
[ { "docid": "dc4d7b45051ed2bf50f82fcee514d449", "score": "0.7052145", "text": "public String toString() {\r\n\t\tString finalString = getType(); // Adds the animal type to the string and then \r\n\t\t\r\n\t\tif (getWings()) {\r\n\t\t\tfinalString += \" has wings\"; // Concatenates whether the animal has ...
2f5ac811dcdce292970828cbafdb214a
Tries to add a movie to a category, if it finds an emptyIntValue, it overwrites instead of writing at the file end.
[ { "docid": "b09c7ff159320d267d84fd2ab719988c", "score": "0.77245563", "text": "@Override\n public void AddMovieToCategory(int category_id, int movie_id) throws IOException {\n File file = new File(LOCAL_CATEGORY_MOVIE);\n try (RandomAccessFile raf = new RandomAccessFile(file, \"rw\")) {...
[ { "docid": "8aa95a6ed6601c3240ef564366934a89", "score": "0.6562443", "text": "@Override\n public void deleteFromCategory(int category_id, int movie_id) throws IOException {\n try (RandomAccessFile raf = new RandomAccessFile(new File(LOCAL_CATEGORY_MOVIE), \"rw\")) {\n while (raf.get...
0c3ba04e52824df543cd26d1ab00e486
Constructor for a bitmap font.
[ { "docid": "a27f7b0c746320dac0e8aebfa71388fd", "score": "0.60694027", "text": "protected BitmapFont(String filepath, String chars) {\n\t\t\timage = jog.image.newImage(filepath);\n\t\t\tglyphs = chars;\n\t\t\tcharWidths = new HashMap<Character, Integer>();\n\t\t\tfor (char glyph : chars.toCharArray()) {\...
[ { "docid": "6dfb68022cb65a3c9de7282e3a7d58b8", "score": "0.69859445", "text": "public BitmapFontActor(int id, final BitmapFont bitmapFont) {\n super(id);\n this.bitmapFont = bitmapFont;\n }", "title": "" }, { "docid": "7e73ea468b9ca3674b2711fcc3bb7876", "score": "0.64672...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d358afe3688ce230acb4bc543831f22b", "score": "0.0", "text": "@Override\n\t\tprotected ArrayAdapter<String> doInBackground(String... arg0) {\n\t\t\tUserProfile.mProgressDialog.show(); \n\t\t\t\n\t\t\t if (android.os.Build.VERSION.SDK_INT > 9) {\n \t\t \n\t\t \t\n\t \t \tStr...
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.68664503", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.6846375", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
8ea73887f973877c09c92960e1e8e30f
A static method that resets every relevant variable that is reachable for many classes to change in order to prevent unwanted information from being saved and used inappropriately
[ { "docid": "5c7bc07774ffd604fdb01b012d90c80d", "score": "0.0", "text": "public static void restartParameters() {\n\t\tint id;\n\t\tif(VisitorController.subscriberConnected != null) \n\t\t\tid = VisitorController.subscriberConnected.getVisitorID();\n\t\telse if(EmployeeController.employeeConected !=null)...
[ { "docid": "75fb87acf7812401ee5cac11224a46ca", "score": "0.714811", "text": "public static void reset() {\n\t\tConstants.COLORS = new ArrayList<>();\n\t\tConstants.STATES = new ArrayList<>();\n\t\tConstants.CONFLICTS = new LinkedHashSet<>();\n\t\tConstants.INDEX = 0;\n\t\tConstants.STEPS = 0;\n\t}", ...
7bab246916430b13bde3e03588193177
Creates a new exception instance with this error message and cause of error.
[ { "docid": "7876fefa4288c878dc9eb6b07dbe354c", "score": "0.63754606", "text": "public JiraServiceException(String message, Throwable cause) {\r\n super(message, cause);\r\n }", "title": "" } ]
[ { "docid": "b2b358c434cfa8f99c0da06b328f7a16", "score": "0.6944033", "text": "public EmployeeException(String message, Throwable cause) {\n\t\tsuper(message, cause);\n\t}", "title": "" }, { "docid": "f0375074adda16723276fd86bcdce6f6", "score": "0.6913587", "text": "public Exception(S...
2a856df649520d15861f7bf56ce53852
/ At the first version, there is issue in this Mediator pattern, the tenant may be matched with a landlord he/she doesn't expected to. At the time when the tenant choose another tenant by mistake, however, the Mediator already has a landlord cached. To solve it, we should add check in the PersonInLease's match() method...
[ { "docid": "6839212005de8bf22a65e533b7a36735", "score": "0.65961224", "text": "@Test(expected = IllegalArgumentException.class)\n public void issue() {\n Mediator caMediator = new CAMediator();\n\n PersonInLease john = new Tenant(\"John\", 900, LeasePersonType.Tenant, caMediator);\n ...
[ { "docid": "aab35569d3e4bba5d640623a829dc513", "score": "0.53320503", "text": "public T caseRelatorParticipant(RelatorParticipant object) {\r\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "8ec67aae240fbe36143391bbdc38592a", "score": "0.46157297", "text": "@Override\n\tpublic P...
479b495dcaf4459a6fd4ae567e17c1a2
This method will capture screenshot.
[ { "docid": "b05eaf959a42305d1429186a40d1f553", "score": "0.6354754", "text": "public String captureScreenshot(int[] rect) {\r\n\t\t\tScreen s = new Screen();\r\n\t\t\tString retval = null;\r\n\t\t\tRegion rgn = new Region(rect[0], rect[1], rect[2], rect[3]);\r\n\t\t\tSimpleDateFormat formatter = new Sim...
[ { "docid": "5e6540888e39164682d27cb4bdb8b658", "score": "0.79505306", "text": "public void captureScreen() {\n try {\n Robot robot = new Robot();\n\n Dimension toolkit = Toolkit.getDefaultToolkit().getScreenSize();\n Rectangle rectangle = new Rectangle(toolkit);\n...
19b748e96db508d8037bc9d359eceb3a
string name = 2;
[ { "docid": "f7021263d921343814e4fa6f06615e9d", "score": "0.0", "text": "public Builder clearName() {\n \n name_ = getDefaultInstance().getName();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "639ffc7e2748a594e67fd50cefe47cb1", "score": "0.6628023", "text": "public String name (int n);", "title": "" }, { "docid": "7e29f81e4b3e51bc8e55f5f9fd21ef99", "score": "0.65818584", "text": "public int getInt(String name);", "title": "" }, { "docid": "4056d9d40...
a3c8519ee130cbd3d93b6d93d7bd4258
Returns the number of columns in tuple description.
[ { "docid": "f71af6ad01d714f55fbd04048a834b6a", "score": "0.8255836", "text": "public int getColumns() {\n return tupleDescription.size();\n }", "title": "" } ]
[ { "docid": "184e4d3a053aa2b418b0a7ef0985d32e", "score": "0.80449295", "text": "public int getTupleCnt()\n {\n\t int recCnt = 0;\n\t try {\n\t recCnt = hfColumns[0].getRecCnt();\n\t }catch(Exception e)\t{\n\t\t e.printStackTrace();\n\t }\n\t return recCnt;\n }", "title": "" }, { "doc...
3ea1c61f4155a8e4c618034572df0b10
Constructs and initializes a Tuple2f from the specified Vec2.
[ { "docid": "0f568d9b6adaf497f07646daf6381b58", "score": "0.66023785", "text": "public Vec2(Vec2 t1)\n {\n \tthis.x = t1.x;\n \tthis.y = t1.y;\n }", "title": "" } ]
[ { "docid": "c5a73e538757243ae1b48cde8a01d0b6", "score": "0.6837147", "text": "public Tuple2(float x,float y) {\n\t\tthis.x = x;\n\t\tthis.y = y;\n\t}", "title": "" }, { "docid": "ac24d36c9a73fb99a8aeb2c73ad2e097", "score": "0.67638457", "text": "Vector2f toVector2();", "title": "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8d9a4c66f1a836a6d332dbf1112c6a05", "score": "0.0", "text": "@Override\n\t\tprotected Boolean doInBackground(Void... params) {\n\t\t\t\n\t try {\n\t \t InetAddress ipaddr = InetAddress.getLocalHost();\n\t \t byte[] addr = ipaddr.getAddress();\n\t \t hostname ...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
4301f3a911fbb56156b5953de6e7ea0e
Este metodo carga las sociedades de acuerdo a la division seleccionada por el usuario
[ { "docid": "88441f3637fd2a1a889398158c3a52cd", "score": "0.61296046", "text": "public String cargarSociedades() throws AplicacionGlobalException {\r\n\t\ttry {\r\n\t\t\tif (getValorDivision() != null) {\r\n\t\t\t\tsociedades = sociedadFacade.obtenerSociedadesPorCodigoDivision(getValorDivision());\r\n\t\...
[ { "docid": "4ab89f44f12ab6e73eec3e78186c37cb", "score": "0.6304997", "text": "public void consultarCiudades() {\r\n\r\n\t\tString jpql = \" SELECT p FROM Ciudad p \tWHERE p.pai.nombre = :pais\";\r\n\r\n\t\tQuery query = this.em.createQuery(jpql);\r\n\t\tquery.setParameter(\"pais\",this.userRegistro.getP...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0f0e4c16badd41d7ee39fcf36a3a2f18", "score": "0.0", "text": "@Override\r\n\tpublic boolean retainAll(Collection arg0) {\n\t\treturn false;\r\n\t}", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
bfd2a6dcdf788e1d644ce9cccd0995e0
implementing rotating functionality here
[ { "docid": "c5bca0204c00d01e99ebd6468a246a94", "score": "0.74088967", "text": "@Override\n public void rotate(float degree){\n }", "title": "" } ]
[ { "docid": "2d10bf2b34575d6cc1d49f2c01cd0cf9", "score": "0.8200488", "text": "void rotate();", "title": "" }, { "docid": "1d0383f5d51d371187605091d1fa39d9", "score": "0.7615107", "text": "public void rotationUpdate();", "title": "" }, { "docid": "b6ab074899bac2f9fb0bc5493...
6e5cecb4e6a23bc3f3fe37b6309769f1
add a custom element as a Node. This is used by PresenceHelper to populate the Presence data object during parsing.
[ { "docid": "13a4bec9e97a7e7b2cbfd5d2df61cdac", "score": "0.631898", "text": "protected void addCustomElement(Element element) throws XMLProcessingException\n {\n if (customElements == null) customElements = new HashMap();\n\tString key = (String)_namespaces.get(XMLUtil.getNamespacePrefix(eleme...
[ { "docid": "cb364ab9f6bb52d7755b5e816ef8880f", "score": "0.57252717", "text": "public void addUINode(Node node) {\n uiRoot.getChildren().add(node);\n }", "title": "" }, { "docid": "fbdcbd4e2ed6f8be944d4fe9811030b3", "score": "0.5668692", "text": "@Override\n public void ad...
66cecb764002b6b1d4424e3800e4b1ad
set content pre: pos: set the content of the list
[ { "docid": "93d984278a2bee007297a9ae89d1d54b", "score": "0.0", "text": "public void setContent(String content) {\n\t\tthis.content = content;\n\t}", "title": "" } ]
[ { "docid": "1f0c3b1c56faf9d0cdf7cb7fd733c7b2", "score": "0.648799", "text": "public void setContent(List<String> content){\n\t\t\tif (canHaveContent())this.content = content;\n\t\t}", "title": "" }, { "docid": "289d881edbfc5cda11df1bed5a71f3dd", "score": "0.627092", "text": "public v...
f12b0d1da205a12989eea6a9a5b1fedc
Adds properties to an application.
[ { "docid": "fa9efeb61a2a6634ea8a7abb3ebc0a7b", "score": "0.0", "text": "public void addProperties(MetadataEntity metadataEntity, Map<String, String> properties)\n throws IOException, UnauthenticatedException, BadRequestException, UnauthorizedException {\n String path = String.format(\"%s/metadat...
[ { "docid": "6dc6a7f43d9b3b1cacc6a9663df7b193", "score": "0.7438111", "text": "public void addApplicationProperty(String property) {\n if (property == null)\n return;\n\n if (appProperties == null)\n appProperties = new Vector();\n\n appProperties.addElement(pro...
1130734632711a787c13b0f8ba62c03e
The type of migration.
[ { "docid": "22850be5fbe00032435f782b911973d3", "score": "0.7554119", "text": "public void setMigrationType(String migrationType) {\n this.migrationType = migrationType;\n }", "title": "" } ]
[ { "docid": "e2b06cd0a65b7214dd955c96735b3cff", "score": "0.85823405", "text": "public String getMigrationType() {\n return this.migrationType;\n }", "title": "" }, { "docid": "cad54f43662a178e960ce823d8fd3586", "score": "0.6688578", "text": "com.google.events.cloud.clouddms...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a166af65c02842d3dbbdec899691c3fa", "score": "0.0", "text": "@Override\n\tpublic void setIcon(Drawable icon) {\n\t\t\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...
6f4242b49692e7e68d3bc351625f5181
Updates the database from version 12 to version 13.
[ { "docid": "359f4c687bfe36a9ba0dd23813beb3b5", "score": "0.7589975", "text": "void updateDatabaseFrom12To13(Connection conn) throws SQLException {\n final String DEBUG_HEADER = \"updateDatabaseFrom12To13(): \";\n if (log.isDebug2()) log.debug2(DEBUG_HEADER + \"Starting...\");\n\n if (conn == nu...
[ { "docid": "3cf103954bef6b9bef6ef94698607d96", "score": "0.7159802", "text": "void updateDatabaseFrom13To14(Connection conn) throws SQLException {\n final String DEBUG_HEADER = \"updateDatabaseFrom13To14(): \";\n if (log.isDebug2()) log.debug2(DEBUG_HEADER + \"Starting...\");\n\n if (conn == nu...
f0f178dea79b3797e4955af3fe23ab2a
This method was generated by MyBatis Generator. This method sets the value of the database column stat_sp_day_record.answercnt
[ { "docid": "d45ee283e1fa400752d32cf2a9ca5b6b", "score": "0.7210358", "text": "public void setAnswercnt(Integer answercnt) {\n this.answercnt = answercnt;\n }", "title": "" } ]
[ { "docid": "09e27807a6db59b37f32911b8b82f24b", "score": "0.6009891", "text": "public void setAnswerId(long answerId);", "title": "" }, { "docid": "760b21c75714c10de032260a88af318f", "score": "0.59481335", "text": "public Integer getAnswercnt() {\n return answercnt;\n }", ...
e5d737b7039b33c12b11aabffc9c2c9d
This method was generated by MyBatis Generator. This method corresponds to the database table t_subscription
[ { "docid": "f915188ab60271dc0da8d4f87523b97c", "score": "0.0", "text": "int insertSelective(Subscription record);", "title": "" } ]
[ { "docid": "4aa70e835399d41f5e77ea69f27e74f3", "score": "0.66987467", "text": "Subscription selectByPrimaryKey(Integer subscriptionId);", "title": "" }, { "docid": "3e0565476a58f856f677f242cfc0360b", "score": "0.6095928", "text": "public SubscriptionsRecord() {\n super(Subscri...
df6f9a36d854ba586506f311b4917f50
optional string peer_name = 10; join
[ { "docid": "3c727a116cceb2e74da2ed7c855f8496", "score": "0.5147143", "text": "public boolean hasPeerName() {\n return instance.hasPeerName();\n }", "title": "" } ]
[ { "docid": "68ce55c08ba8f88d03c4ce32a874681c", "score": "0.68885934", "text": "java.lang.String getPeername();", "title": "" }, { "docid": "c574600c2568ba4b106ad1f862c55a71", "score": "0.67710096", "text": "java.lang.String getPeer();", "title": "" }, { "docid": "d8787d97...
2d121e6b776c5338ec87acc849883b36
Measure the size of the label for given tick mark value. This uses the font that is set for the tick marks
[ { "docid": "116675e3f6e9ef82bb726e3146575f82", "score": "0.7054053", "text": "@Override protected Dimension2D measureTickMarkSize(Number value, Object range) {\n final Object[] rangeProps = (Object[]) range;\n final String formatter = (String)rangeProps[5];\n return measureTickMarkS...
[ { "docid": "6043f40a2fe800de475ae1b421541c54", "score": "0.7502487", "text": "private Dimension2D measureTickMarkSize(Number value, double rotation, String numFormatter) {\n String labelText;\n StringConverter<Number> formatter = getTickLabelFormatter();\n if (formatter == null) for...
3ae7dc92932bdb3893f72e46cdea9637
Use Organization.newBuilder() to construct.
[ { "docid": "f1512a95bb8786cb1f9c6e799cd1258b", "score": "0.77367085", "text": "private Organization(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {\n super(builder);\n }", "title": "" } ]
[ { "docid": "6e941e0059943b4e3930b9648d05c5c3", "score": "0.74462086", "text": "public Organization() {\n }", "title": "" }, { "docid": "e47eafb3981d978a64545afbb79e2bfb", "score": "0.7098853", "text": "Organization createOrganization();", "title": "" }, { "docid": "485...
97515295c108eb6a027570f149562c95
Execute a DELETE request.
[ { "docid": "460e9465fc25fbee6f5a7bb3890f2db5", "score": "0.6885901", "text": "protected void executeDeleteRequest(URI uri)\n {\n executeDeleteRequest(uri, null, null);\n }", "title": "" } ]
[ { "docid": "05211cdfdb0c99316046bbeb28f251c3", "score": "0.7353841", "text": "GenericHttpResponse delete(String path);", "title": "" }, { "docid": "25e578fe1af8b5c88b74ff60eabf1118", "score": "0.7212775", "text": "protected void executeDeleteRequest(URI uri, Map<String, Object> heade...
0b8745e68219c2a7fd7e58bb425846b5
Gets all the Nat Gateways in a subscription.
[ { "docid": "8e95a0db9e71738a7291bcf16f4e3d2f", "score": "0.0", "text": "@ServiceMethod(returns = ReturnType.COLLECTION)\n public Mono<PagedResponse<NatGateway>> listSinglePage(Context context) {\n return this.serviceClient.listSinglePageAsync(context);\n }", "title": "" } ]
[ { "docid": "aa64a937db91bbb6177587b7fc443fd7", "score": "0.66392404", "text": "public Collection<Gateway> gateways() {\n\t\treturn parseCommand(\"/gateways\").gateways;\n\t}", "title": "" }, { "docid": "bc42a55315da20766194a514dfb4755f", "score": "0.6044371", "text": "public Describe...
8d213a926a261a465107bb84c8c758f3
TODO: better way of handling cases when service can not execute currently returning the original args inefficient!!
[ { "docid": "067553c3f07434e7bcdf3d147c9a950a", "score": "0.0", "text": "protected void java2DatalogConstOLD() {\n for (int i=0; i < mode.length(); i++) {\n outParams.add(argList.get(i));\n }\n \n ArrayList<String> modes = new ArrayList<>(Arrays.asList(modesStr.spli...
[ { "docid": "e59c4b66453a57b2344df47bb48437ec", "score": "0.65237576", "text": "private String[] args(String... args)\n {\n return args;\n }", "title": "" }, { "docid": "564733d9e1951cefc1633589a503fb10", "score": "0.6228968", "text": "protected abstract void execute(Stri...
0f23879b777384e1d61b6b6a912ef43e
This constructs an instance.
[ { "docid": "207500cf2751f1622efe7b2ea8c751d6", "score": "0.0", "text": "public FactItemProviderAdapterFactory() {\n\t\tsupportedTypes.add(IEditingDomainItemProvider.class);\n\t\tsupportedTypes.add(IStructuredItemContentProvider.class);\n\t\tsupportedTypes.add(ITreeItemContentProvider.class);\n\t\tsuppor...
[ { "docid": "17aa0172ab985c902f7e017c6793a4d8", "score": "0.7636676", "text": "public create() {\n init();\n }", "title": "" }, { "docid": "863737e28b3824c91dbdba2eca5bc2b9", "score": "0.7050668", "text": "T newInstance()\n throws ConstructionException;", "title":...
4a830ebd51d997fc46eafd52a3ef66ca
Initialization: 1. long num = 0; > // avoid integer overflow General Cases: 1. i while loop continue; // "123321", finally i == 3, j == 2; "12321" finally i == 2, j == 2. that's why don't use `i // doesn't need to handel, s == "0". 2. x is negtive; > // doesn't need to handel, sign will be put in string. Time: O(1), 2^...
[ { "docid": "6e60f25e75cc2543c9bb69fa8b420e73", "score": "0.0", "text": "public boolean isPalindrome(int x) {\n if (x < 0) {\n return false;\n }\n int cache = x;\n long num = 0;\n while (x != 0) {\n num = num * 10 + x % 10;\n x /= 10;\n ...
[ { "docid": "63deaac67afc9337bb8c5296d1dcb0e2", "score": "0.61134285", "text": "void mo23222m(String str, long j, long j2);", "title": "" }, { "docid": "35f990af5cd7c346263a407f8345b8e8", "score": "0.59342605", "text": "private static String str(long i) {\n return String.valueO...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "dbc23e181f49048b91dd4ab56aef5c61", "score": "0.0", "text": "public static void main(String[] args) throws InterruptedException {\n\t\tTest1 instance = new Test1();\n\t\tThread t1 = new Thread(instance);\n\t\tThread t2 = new Thread(instance);\n\t\tt1.start();t2.start();\n\t\tt1.join();t2.join...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
283ed5a4ceddea5d190b887876f6abc6
Create an aliased public.films table reference
[ { "docid": "502558671fcee208c0c0faf7d91d8367", "score": "0.5417843", "text": "public Films(Name alias) {\n this(alias, FILMS);\n }", "title": "" } ]
[ { "docid": "1e38baeab08b562a52b250ad483ec55a", "score": "0.56097084", "text": "private final void QualifiedTable()\n \t{\n SQLStatement statement = (SQLStatement) getContext();\n\n \t\tSQLTable table = new SQLTable(statement, t.pos);\n \t\tstatement.addTable(table);\n \t\tboolean wasSet = false;\n ...
1b0aab15a2e960d913c1e80bfcb18f24
change ImageIcon to BufferedImage
[ { "docid": "2b86a194af69d5150c18b73dc8301d43", "score": "0.64546186", "text": "public static BufferedImage getBufferedImage(ImageIcon imageIcon) {\n\t\tint width = imageIcon.getIconWidth();\n\t\tint height = imageIcon.getIconHeight();\n\t\tBufferedImage bufferedImage = new BufferedImage(width, height, B...
[ { "docid": "5dc03bde8beefe3b4fc26b0048f36a49", "score": "0.735998", "text": "private Icon ImageIcon(BufferedImage buffer) {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "title": "" }, { "do...
8f9dd1d45fc548f792dba2a959d393ac
We redraw everything anyway so no need to clear the whole canvas
[ { "docid": "75f134f45ae1c74ea3fdba88ded437ed", "score": "0.0", "text": "@Override\n\tpublic void update(Graphics pen) {\n\t\tpaint(pen);\n\t}", "title": "" } ]
[ { "docid": "4c2cd7005276608c3a5f58d544494b60", "score": "0.779321", "text": "public void repaintCanvas()\n\t{\n\t\trepaint();\n\t}", "title": "" }, { "docid": "fb899f07ac19895e2a8bae436a6c1385", "score": "0.7778785", "text": "public void clearCanvas(){\n onSizeChanged(width, h...
66724b68942ef5c4230a2b88c27abb2e
Validate if a given string is numeric. Some examples: "0" => true " 0.1 " => true "abc" => false "1 a" => false "2e10" => true Note: It is intended for the problem statement to be ambiguous. You should gather all requirements up front before implementing one.
[ { "docid": "3259ffff7845467d159e64b6e6426709", "score": "0.68655896", "text": "public boolean isNumber_regex(String s) {\n // 本题可以使用正则表达式\n return s.matches(\"(\\\\s*)(\\\\+|\\\\-)?((\\\\d+\\\\.)|(\\\\d*\\\\.?\\\\d+))((e|E)(\\\\+|\\\\-)?\\\\d+)?(\\\\s*)\");\n }", "title": "" } ]
[ { "docid": "6cd0587c4582d08ed337ef93458a41c8", "score": "0.8181784", "text": "private boolean stringIsNumeric(String strNum) {\n if (strNum == null) {\n return false;\n }\n try {\n Double.parseDouble(strNum);\n } catch (NumberFormatException nfe) {\n return false;\n }\n ...
29f2d239c10f4d9c325dc47a1e1b1bbc
This will block until load is low or time limit exceeded loadLimit(TAG + " getlatest() 107", 1 , 5 1000, 3 60 1000);
[ { "docid": "7abcd158e2f2143c21d8f0855ca10980", "score": "0.5767663", "text": "public void loadLimit(String who, int loadMin, int waitms, int waittimemax) {\n\t\ti(TAG,\"loadLimit() loadMin(\"+loadMin+\") waitms(\"+waitms+\") waittimemax(\"+waittimemax+\") for \" + who);\n\t\t\n\t\tdouble load = 0;\n\t\t...
[ { "docid": "814344bcafaee74b5db6deadd3772017", "score": "0.55890244", "text": "@Override\r\n\t\t\t\t\t\tprotected Void doInBackground(Void... params) {\n\t\t\t\t\t\t\tLong currenttime = System.currentTimeMillis();\r\n\t\t\t\t\t\t\twhile (!bPullUpStatus) {\r\n\t\t\t\t\t\t\t\tif ((System.currentTimeMillis...
eabe5624ef3b53460a731e54fab0b92c
Selector Returns the index of the face In
[ { "docid": "9b726f20e5f508733b95387739e1aeb1", "score": "0.6117298", "text": "public int Index() {\n return OCCwrapJavaJNI.BOPDS_FaceInfo_Index(swigCPtr, this);\n }", "title": "" } ]
[ { "docid": "a6c476ec63c2814e84626fee47ab12ad", "score": "0.6535772", "text": "int mouseWheelie_getIndexInInv();", "title": "" }, { "docid": "48c302f95746de340e14e97db6a2f13a", "score": "0.610188", "text": "public abstract int[] getFaceModeIndices();", "title": "" }, { "do...
fc146153d59528d2392bf181ecb52272
custom fill color for filled lines (default is line color).
[ { "docid": "36156db891c5b949f1b06cae4e2e8b18", "score": "0.6818426", "text": "public String getFillColor()\n {\n return fillColor;\n }", "title": "" } ]
[ { "docid": "1c57cbb5540194f84f0dd66c855a93e0", "score": "0.6974007", "text": "@Override\r\n\t//implemented\r\n\tpublic Color getFillColor() {\n\t\treturn fillColor;\r\n\t}", "title": "" }, { "docid": "4ffbc7fff81d25ad38e9ce676022587d", "score": "0.6868241", "text": "public void setCo...
71ce2bfd49f914864dbb729cd9c67df7
Get the compilation schema descriptor for this compilation context. Will be null if no default schema lookups have occured. Ie. the statement is independent of the current schema.
[ { "docid": "736594ff802c498a88de45ce5cca76e8", "score": "0.73619896", "text": "public SchemaDescriptor getCompilationSchema()\n\t{\n\t\treturn compilationSchema;\n\t}", "title": "" } ]
[ { "docid": "b58d12b0128796762752556ff667fb0a", "score": "0.6911768", "text": "@Override\n public SchemaDescriptor getSchemaDescriptor(){\n return schemaDesctiptor;\n }", "title": "" }, { "docid": "68cb0e6b1ba6baaf37f4b25eb6d5be36", "score": "0.6719501", "text": "public S...
dc71be4f1e814687b518e413d08b6ce6
set how long to run the virtual world
[ { "docid": "639e9548c5ef72a51b100cc88893d0c9", "score": "0.0", "text": "public static void main(String[] args) {\n final int NUMBER_OF_MOVES = 5;\n \n // start with an empty list of generic inhabitants\n ArrayList<AbstractInhabitant> inhabitantList = new ArrayList<>();\n\n ...
[ { "docid": "373637800aaa1c3d25cea2acd4931a10", "score": "0.6448676", "text": "private void goToSetThinkingTime() {\n\t\tQuoridorController.initQuoridorAndBoard();\n\t\tSetTotalThinkingTimeAndInitializeBoard.run();\n\t\tthis.setVisible(false);\n\t\tthis.dispose();\n\t\t\n\t}", "title": "" }, { ...
84a93b6fa8d02eed203fa26fa101500a
Not used for testing
[ { "docid": "904c2c630faa961b8985877513d167b1", "score": "0.0", "text": "@Override\n\t\t\tpublic String authenticate(String username, String password, Policy policy, String token, String type) {\n\t\t\t\treturn null;\n\t\t\t}", "title": "" } ]
[ { "docid": "267525a8240e720e8d91796596b7ff63", "score": "0.6304186", "text": "private void passTest3() {\n\t\t\r\n\t}", "title": "" }, { "docid": "9bee178f3f344211b2e3e20cc5eb0a44", "score": "0.62672025", "text": "private void gotopic() {\n }", "title": "" }, { "docid"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "69637842dd9c0ce999167234d3888241", "score": "0.0", "text": "@Override\r\n\tprotected void onActivityResult(int requestCode, int resultCode, Intent data) {\n\t\tif(requestCode==1 && resultCode==RESULT_OK){\r\n\t\t\tUri uri=data.getData();\r\n\t\t\tif(uri==null){\r\n\t\t\t\treturn;\r\n\t\t\t}\...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
dec8481bdd61dde8d45c99a1ad1c7a78
Install input ARP rule which will mark all ARP packets received from Customer ports by metadata flag.
[ { "docid": "1f32fb857bab152cc1284994cd8f6480", "score": "0.5704577", "text": "Long installArpInputCustomerFlow(DatapathId dpid, int port) throws SwitchOperationException;", "title": "" } ]
[ { "docid": "ffee370090a3e15c1b4dfa548a7dff2b", "score": "0.590894", "text": "private void handleArpPacket(Ethernet etherPacket, Iface inIface)\n\t{\n\t\t// Make sure it's an ARP packet\n\t\tif (etherPacket.getEtherType() != Ethernet.TYPE_ARP)\n\t\t{ return; }\n\n\t\t// Get ARP header\n\t\tARP arpPacket ...
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": "e9da72a46d96ffbdb1ef400911548856", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jScrollPane1 = new javax.swing.JScrollPane();\n ...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.7394323", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "4d7bc4524...
05a8065e82db7d6dce47a5622e3b5706
lista solicitacao de acesso apoiador
[ { "docid": "0aaaf7c2a7dc02d48d2b40fbab54c067", "score": "0.0", "text": "public List<GestorPublico> getListaSolicitacaoGestorPublico() {\n\t\temptyGestores = new ArrayList<GestorPublico>();\n\t\tList<GestorPublico> g = new ArrayList<GestorPublico>();\n\t\tg = this.getGestores();\n\t\tfor (int i = 0; i < ...
[ { "docid": "81eadd6ee3f811e6764416f7d5de99c5", "score": "0.70182544", "text": "@GetMapping(\"/pessoa\")\n\tpublic List<SolicitacaoDTO> listarsolicitacoesPorPessoa() {\n\t\tLong codigo = patinhasSecurity.getCodigo();\t\n\t\t\n\t\tSystem.out.println(\"\\n\\n codigo --- \"+codigo);\n\t\treturn solicitacaoS...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "97d788f0c260afcc7b10d558d8a0d00c", "score": "0.0", "text": "public java.lang.String getDescLDC(){\r\n return localDescLDC;\r\n }", "title": "" } ]
[ { "docid": "2b673b4ccd5a74b9cff0dfb440cc6fd8", "score": "0.760529", "text": "public T get() {\n }", "title": "" }, { "docid": "8d5e1e149b54434e5ef011301af95400", "score": "0.7426777", "text": "public Object get();", "title": "" }, { "docid": "cae7dd0c3ea172c79f53946f56f8...
ffd60df68d353db3642c7246236d5115
Creating the Menu Bar
[ { "docid": "e7e4ebd9efef027976d40c0ea7155b83", "score": "0.0", "text": "public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater menuInflater = getMenuInflater();\n menuInflater.inflate(R.menu.main, menu);\n addMovieManually = menu.findItem(R.id.addMovieManually);\n add...
[ { "docid": "dbacec9f1cd144279e868bcba7dd86cb", "score": "0.803618", "text": "private void createMenuBar() {\r\n\t\t//Adding menu items to appropriate menus\r\n\t\tfile.add(saveItem);\r\n\t\tfile.add(loadItem);\r\n\t\tthis.animation.add(this.reverseItem);\r\n\t\tthis.animation.add(this.circleItem);\r\n\t...
237e0147b2f1070a4875b6e6da79e6c9
Get the date the User registered into the system
[ { "docid": "873054215ab2263bc6549bf43f1fac5a", "score": "0.6494485", "text": "public LocalDateTime getRegistration_date() {\n\t\treturn registration_date;\n\t}", "title": "" } ]
[ { "docid": "991b3089a142abeb3452734198d312c2", "score": "0.75461155", "text": "Date getUserLastLogin();", "title": "" }, { "docid": "6b8febd03325f6efe734f54c157fd17e", "score": "0.7200706", "text": "public Date getUserOfficialtime() {\r\n return userOfficialtime;\r\n }", ...
f1e201310ec485b1619509c911b50898
dequeues to the end
[ { "docid": "3545c14b9cd3830fc11698846ac2f7d0", "score": "0.0", "text": "public Card pollLast();", "title": "" } ]
[ { "docid": "c85108823993fca9fbc5e4b8813556cf", "score": "0.7849741", "text": "void departedQueue();", "title": "" }, { "docid": "3fe9e77755691c4a5d7fc079c135277c", "score": "0.75067425", "text": "private static void dequeue() {\n\t\tqueue.remove(0);\n\n\t}", "title": "" }, { ...
35bdbf0ed1ba4afa66d4017a28661e76
We'll just log it here, though normally we'd want to rethrow the exception, and have our workflow set up to trap it.
[ { "docid": "ac904a31900642e1ba0436b70a1d74bf", "score": "0.5626726", "text": "@Override\n protected void handleException(ParsedDatum datum, Exception e, TupleEntryCollector collector) {\n LOGGER.error(\"Exception parsing/processing \" + datum.getUrl(), e);\n \n }", "title": "" ...
[ { "docid": "beb22c1834421633c4c3b2a5c46467db", "score": "0.672396", "text": "@Override\n protected void logException(ExceptionWhileDataFetching error, Throwable exception) {\n }", "title": "" }, { "docid": "53aa20417dd93ff8c4b4f7fbb963d562", "score": "0.66105956", "text": "@SneakyT...
97b5c86031c68a035587fc3f299152c1
Wrappa la request per l'invocazione asincrona.
[ { "docid": "41a34fcba7f258b52701fe3c90e6852f", "score": "0.0", "text": "protected <REQ extends ServiceRequest> AsyncServiceRequestWrapper<REQ> wrapRequestToAsync(REQ request) {\n\t\tAsyncServiceRequestWrapper<REQ> result = new AsyncServiceRequestWrapper<REQ>();\n\t\t\n\t\tEnte ente = getEnteTest();\n\t\...
[ { "docid": "a9370f34ac9c76d277f053fb9f43520d", "score": "0.6001661", "text": "private void accionAceptar() {\n this.controlador.mostrarBuscarEnvio();\n }", "title": "" }, { "docid": "0df410b430568f5af30860fb6f3377f9", "score": "0.59726095", "text": "public void ejecucion() ...
3af04700c439e654786fd857e6bbab35
repeated .goldingcloud.CCategorySingleColumn columns = 1;
[ { "docid": "6dd9d43dc364f9f0514c5c7aefec4938", "score": "0.5501979", "text": "public Builder setColumns(\n int index, com.goldingmedia.goldingcloud.LauncherUiProtos.CCategorySingleColumn value) {\n if (columnsBuilder_ == null) {\n if (value == null) {\n throw new Null...
[ { "docid": "ab3890521344d153749a77076b4eff96", "score": "0.70543486", "text": "com.goldingmedia.goldingcloud.LauncherUiProtos.CCategorySingleColumn getColumns(int index);", "title": "" }, { "docid": "ed9b949645df5d36dd91e90e3565d17c", "score": "0.64957833", "text": "public com.goldin...
7ece62d3baaa860701ff28393c1bf88b
Interface for hash value calculators. A hash value is encoded as String to be able to calculate long hashes.
[ { "docid": "5a3a2316c7a533fbb03f69745fd5bbb3", "score": "0.6196993", "text": "public static interface HashCalculator<E> {\n\n /** Calculate the hash value for the given object.\n * \n * @param object Object to calculate the hash value for.\n * \n * @return Hash val...
[ { "docid": "73d3c366d810768db5d6fe91d6803f1c", "score": "0.69937915", "text": "public int hashValue(String value) {\r\n if (value == null) {\r\n System.out.println(\"Illegal input\");\r\n }\r\n int hashVal = this.hashFunc(value);\r\n return hashVal;\r\n }", ...
919045321f4f86f3f341fd9c6c2f0bbe
0123456789 12034aa > 31
[ { "docid": "3f5458e5182123cffdb17de1f995be1c", "score": "0.0", "text": "private static int sum(String s) {\n char[] cs = s.toCharArray();\n int len = cs.length;\n int sum = 0;\n for (int i = 0; i < len; ) {\n char c = cs[i];\n if (c == '-') {\n ...
[ { "docid": "ee81a8db984bdc2b24b6441f74eb9c6c", "score": "0.6378679", "text": "private static int digitoVerificador(String r) {\r\n\t\tint v = 0;\r\n\t\tint c = 1;\r\n\t\tint s = 0;\r\n\t\tint d[] = new int[r.length()];\r\n\t\tfor (int i = r.length() - 1; i >= 0; i--) {\r\n\t\t\td[i] = Integer.valueOf(r....
02c36707db2d6be116973cc9de3a1593
=========================================== DeviceAttribute class constructor.
[ { "docid": "50d11d457f00bc35de96010375fb9d84", "score": "0.0", "text": "public void init(final String name, final double[] values, final int dim_x,\n\t final int dim_y) {\n\t\tbuildAttributeValueObject(name);\n\t\tinsert(values, dim_x, dim_y);\n }", "title": "" } ]
[ { "docid": "8c1dc68102092e44ebcca1b627073d7b", "score": "0.7099333", "text": "public Device( String deviceId ){\n iDeviceId = deviceId;\n }", "title": "" }, { "docid": "b00259f7dcbca22d31ec3341a4db434a", "score": "0.67364746", "text": "private DeviceInfo() { }", "title"...
62e828a952c15520297bfe6662983c15
This method is called whenever OK or Apply is pressed. NOTE: This method can be implemented to remove extra inputs, but this should only be done if the inputs aren't needed any more, since the Builder Call may still remain open for further editing after Apply is pressed.
[ { "docid": "b7ebe51bb0d2270dcabccef6f894d843", "score": "0.0", "text": "public void terminate()\r\n {\r\n }", "title": "" } ]
[ { "docid": "1063c5e925224a334d617f85a377c38c", "score": "0.6290295", "text": "@FXML\n private void editButtonAction(ActionEvent actionEvent) {\n // No fields are required:\n getTextCheckNonEmpty = false;\n // Insert in input editor if valid:\n try {\n final Text...
2743179c10a4c4afab4eaf6e1317fef5
Recursively extracts content of an email. Every Part that has a file name, or is neither multipart, plain text or html, is considered an attachment.
[ { "docid": "a66d2db2325999ff09279dc92d6014c6", "score": "0.73417807", "text": "public MailContent extractPartsContent(Part part) throws MessagingException, IOException\n {\n MailContent mailContent = new MailContent();\n\n String contentType = part.getContentType().toLowerCase();\n\n ...
[ { "docid": "db74a2a7cb024b544ebd50b03f5e2f0e", "score": "0.705713", "text": "public MailContent extractMailContent(Part part) throws MessagingException, IOException\n {\n logger.debug(\"extractMailContent...\");\n\n if (part == null) {\n return null;\n }\n MailC...
573af4eb210aa10c6ffc21050ea88da3
Checks for empty fields in the signup process takes the values stored in the EditText's from activity_create_user.
[ { "docid": "0ecb66df2e1f9117a9a6a31e5c244ff3", "score": "0.0", "text": "public boolean checkEmpty(String email, String pass, String passConf){\n boolean result = false;\n\n if(email.isEmpty() || pass.isEmpty() || passConf.isEmpty()){\n Toast.makeText(this, \"empty Fields\", Toas...
[ { "docid": "b0a8728a1167090499cfaa38de5b8861", "score": "0.7382354", "text": "@Override\n public void onClick(View view) {\n CheckEditTextIsEmptyOrNot();\n if (CheckEditText) {\n //If Edit Text is Not Empty\n UserRegisterFunc...
65952eefd732615b7a8f231b6f584990
Performs a check to decide if a certain car is allowed be taken to all of the countries given.
[ { "docid": "69f009cc000a0c2fe21254070041f049", "score": "0.7482592", "text": "boolean isCountriesAllowedForCar(String vin, String[] countries);", "title": "" } ]
[ { "docid": "0146d074cf5dd9c3487f694e506bbf9d", "score": "0.6707869", "text": "public interface CountryCheckerService {\n /**\n * Performs a check to decide if a certain car is allowed be taken to all of the countries\n * given.\n *\n * @param vin\n * VIN of the car\n ...
4e465e82bed7a1460abfd6199b865092
fonction principale (point d'entree du programme)
[ { "docid": "a6ee45f2bed79e59d17bb29abdfdced7", "score": "0.0", "text": "public static void main(String[] args) {\n\twhile (true)\t\n\tSystem.out.println(\"Bonjour\");\n\t}", "title": "" } ]
[ { "docid": "0e316a0da754e492c325746bd9c9a298", "score": "0.6767527", "text": "@Override\n public void affiche(){\n System.out.println(\"Loup : \\n points de vie : \"+this.ptVie+\"\\n pourcentage d'attaque : \"+this.pourcentageAtt+\n \"\\n dégâts d'attaque : \"+t...
0e905eea28077803be7224608cd495c8
/ JADX WARNING: Code restructure failed: missing block: B:5:0x000e, code lost: if (r10.mIdCaptureConfig.A01() == p000X.C27238C4f.A02) goto L_0x0010;
[ { "docid": "85af77f98552dd6b78986a59c9d4edb9", "score": "0.0", "text": "public synchronized void onPreviewFrame(byte[] bArr) {\n boolean z;\n Integer num;\n if (HAS_LOADED_NATIVE_LIBRARY) {\n z = true;\n }\n z = false;\n if (z && this.mIsImageProcessi...
[ { "docid": "6faad8d03c1ba972a04897d2ba7d26ab", "score": "0.64085174", "text": "private void m4912c() {\n if (this.f4598h.get() != 0 && this.f4593c == null) {\n int abs = Math.abs(new Random().nextInt() % 10);\n this.f4594d.set(0);\n this.f4593c = new Timer();\n ...
b10b97b420b3ee9fc3813ceb8b244d05
Limpia el contenido de un archivo dado su nombre
[ { "docid": "4fa1f804b629c94c36328af5789a37b2", "score": "0.49846756", "text": "private boolean limpiarArchivo(String nombreArchivo) \n\t{\n\t\tBufferedWriter bw;\n\t\ttry \n\t\t{\n\t\t\tbw = new BufferedWriter(new FileWriter(new File (nombreArchivo)));\n\t\t\tbw.write (\"\");\n\t\t\tbw.close ();\n\t\t\t...
[ { "docid": "cfb30c45e898a6f81cc052d37945a8c6", "score": "0.61035085", "text": "void modificar(File fAntiguo,String aCadena,String nCadena)\n {\n Random numaleatorio = new Random(3816L);\n String nFnuevo = fAntiguo.getParent()+\"/auxiliar\"+String.valueOf(Math.abs(numaleatorio.nextInt())...
dcdd4f8a578e06c62ab7a65366ccede8
Serialize and post telling scheduler to setupInternal
[ { "docid": "a9b194adfea857f34662c7511c88cc0a", "score": "0.540877", "text": "protected void serializeAndPostDoc (Document doc) {\n comm.serializeAndPostData (doc);\n sched.setupInternal (comm.getBuffer(), false);\n comm.clearBuffer ();\n }", "title": "" } ]
[ { "docid": "b1219a1b3ab471b8986f24b247269215", "score": "0.658238", "text": "public void setupScheduler () {\n if (!incrementalScheduling || sched == null) {\n sched = new Scheduler ();\n sched.setNewDecoder (newDecoder);\n if (logger.isInfoEnabled())\n\tlogger.info (getName () + \".se...
f9cacc338c1e317be5a6bdb80e52378b
TODO: reproduce 21w14a+ server/client split, where client is stripped of shaded server classes and depends on server artifact? This would kinda blow our MinecraftPlatform model out of the water rather than creating a merged jar, we simply strip all entries from the client jar that are also present in the server jar The...
[ { "docid": "39c5c611e67b7a3f6a7ca74b97907568", "score": "0.0", "text": "CompletableFuture<ResolutionResult<MinecraftEnvironment>> provide(final MinecraftPlatform side, final String version);", "title": "" } ]
[ { "docid": "8129f99ecc7be92bf3a4e18bfcfb130f", "score": "0.5555595", "text": "public Set<String> excludeFromJar() {\n Set<String> result = null;\n if (!doBundleClassPath && null != origClasspath) {\n result = new HashSet<String>();\n for (String path : origClasspath) ...
a66c0e7f1de412018e5b2e649afb2a87
common method that updates the state of the selected piece and if it's not under Hint mode, highlight the selected piece
[ { "docid": "c2a5bdb86a0ba049a9467a925750aea4", "score": "0.6563542", "text": "public void paintSelectColor() {\n\t\tBoard.pieceState[rowIndex][columnIndex] = 2;\n\t\t\n\t\tif (!Helper.hintMode) {\n\t\t\tBoard.boardButtons[rowIndex][columnIndex].setBackground(Color.ORANGE);\n\t\t}\n\t}", "title": "" ...
[ { "docid": "e35868eaec2c127ebacf61782b9e2a97", "score": "0.7031208", "text": "public void highlightPiece(Piece piece);", "title": "" }, { "docid": "9f63be75ed618c50e48da0b5cb1137c2", "score": "0.6411623", "text": "private void setHighlightPosition() {\r\n\r\n\t\tif ( activePosition !...
4b3a2ed6c62ee6d2ae0f3125d33346f3
To find orientation of ordered triplet (p1, p2, p3). The function returns following values 0 > p, q and r are colinear 1 > Clockwise 2 > Counterclockwise
[ { "docid": "bd55356670dd1e5b790c16a8f8e5dbfc", "score": "0.7806645", "text": "public static int orientation(Point p1, Point p2, Point p3) {\n // See 10th slides from following link\n // for derivation of the formula\n float val = (p2.y - p1.y) * (p3.x - p2.x) -\n (p2....
[ { "docid": "ed62072b3826998052a7613e19aca04a", "score": "0.7689503", "text": "public static String getOrientation(Point p1, Point p2, Point p3)\r\n\t{\r\n\t\t\r\n\t\tint val = (p2.y - p1.y) * (p3.x - p2.x) - (p3.y - p2.y) * (p2.x - p1.x);\r\n\t\t\r\n\t\treturn (val == 0) ? \"colinear\" : (val > 0) ? \"c...
ec59ce2ca569605a6a9c9aa7f852e086
method that places the text at the top of the program
[ { "docid": "05ee2c6535a321f73dfcde045bc7bc2d", "score": "0.6339329", "text": "public void setText(){\n //sets text of the title label\n title.setText(\"Welcome to Super Nonograms!\");\n //sets font and colour of the title label\n title.setFont(cent);\n title.setForegro...
[ { "docid": "6ad1bb6dfbe0f877904edc13707d979b", "score": "0.7383186", "text": "public void menuTop(){\n System.out.println(\"************************************************************\");\n System.out.println(\"* SGSE *\");\n }", ...
fc77a664c0e0b4ef4d6150b3c7bef822
Retrieve the self loop handler.
[ { "docid": "20e86ba348e761781629ba4d126f19a5", "score": "0.85214144", "text": "public SelfLoopHandler selfLoopHandler()\n {\n return selfLoopHandler;\n }", "title": "" } ]
[ { "docid": "88616deea67d948bf9c49d6eee769232", "score": "0.7315793", "text": "public Runnable getHandler() {\n return handler;\n }", "title": "" }, { "docid": "242d858a2d7251b245a9c76943d1c0b5", "score": "0.7266366", "text": "public SelfLoopHandler SelfLoopHandler(SelfLoopH...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "63ed1a37bcb2e6e0fddc32c900b584de", "score": "0.0", "text": "public void onStatusChanged(String arg0, int arg1, Bundle arg2) {\n\t\t\t\r\n\t\t}", "title": "" } ]
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
8d1b17010ffebd8a1720d8127e7ad59b
dohvati listu proizvoda odabrane trgovine
[ { "docid": "01d6251d6c9c373374083dfd072b2c29", "score": "0.0", "text": "@Override\n public void productsListByStoreReceived(ArrayList<ProductsModel> mProductsList) {\n if (mProductsList != null) {\n this.mProductsList = mProductsList;\n inflateAdapter(mProductsList);\n ...
[ { "docid": "df167f962d9902506fa18e6d0d4d34dc", "score": "0.6612505", "text": "private static ArrayList<Prestito> getPrestiti(Connection con,Utente utente)\n {\n return getPrestitiSQL(con,\"SELECT * from libri inner join utenti on libri.IDU = utenti.IDU where utenti.IDU = \"+utente.getID()+\";\"...
4331b7f58497e784af783df668ce50fd
/ renamed from: c
[ { "docid": "ebbf08d0b96392f5560c19fc32acaaef", "score": "0.0", "text": "public final void mo50643c() {\n auwc auwc = this.f109258i;\n long elapsedRealtime = SystemClock.elapsedRealtime();\n if (auwc.f92637g && elapsedRealtime > auwc.f92641k + chac.m147847d() && elapsedRealtime > auw...
[ { "docid": "ccaf5f7aff0d6de105f523c68f63383c", "score": "0.71570486", "text": "private void cathc() {\n\t\t\r\n\t}", "title": "" }, { "docid": "83ea979a20635f86077fb6cb6c24aff8", "score": "0.6580152", "text": "void mo10288a(C0956cl c0956cl);", "title": "" }, { "docid": "e...
a94cce98673339556d7e7bfb722e684f
Runs automatically when class instantiated.
[ { "docid": "c9b8acf008071b5ef7bc63dd7f1e9720", "score": "0.0", "text": "public void addNotify(){\n\t\tsuper.addNotify();\n\t\tif(thread == null){\n\t\t\tthread = new Thread(this);\n\t\t\taddKeyListener(this);\n\t\t\tthread.start();\t\t\t//Calls run, which calls init(), update(), draw() & drawToScreen()....
[ { "docid": "7506b04f60e5f033cbf403ba10aa901d", "score": "0.7122567", "text": "@Override\n public void autonomousInit() {\n }", "title": "" }, { "docid": "e775332171b54dca1b1a026bc5d79aa2", "score": "0.70829624", "text": "public void autonomousInit() {\n\t\tSystem.out.println(\"Defa...