query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
1aebbc154cef27ba4398ef36bc1b7ea4
Returns the content by converting it to UNICODE from the provided charset.
[ { "docid": "9840de5202e4aa409911ed5290ee77ab", "score": "0.58637595", "text": "@Nullable\n public String getContent(Charset charset) {\n ByteBuffer content = request.getContent();\n if (content != null && content.hasRemaining()) {\n return charset.decode(content).toString();\n }\n retu...
[ { "docid": "89a3d4e6f7690b1ca149dfc69b53553d", "score": "0.592529", "text": "@Override\n\tpublic CharSequence getCharContent(boolean ignoreEncodingErrors) throws IOException\n\t{\n\t\tInputStream is = this.openInputStream();\n\t\tByteBuffer bb = ByteBuffer.wrap(IOUtilities.readAll(is));\n\t\tis.close();...
44b0e8564d5de83087d0b947be2d9cbb
/ Returns ArrayList version2WithLineNumbers
[ { "docid": "a6e34d57f7a90e363f15ed847587329d", "score": "0.8345276", "text": "public List<String> getAGBVersion2WithLineNumbers();", "title": "" } ]
[ { "docid": "278a494ba4c32e4c798263a4bb551e64", "score": "0.80842954", "text": "public List<String> getAGBVersion1WithLineNumbers();", "title": "" }, { "docid": "d01716c0a18ae4bcb03a913cf90b03d7", "score": "0.6687845", "text": "public void showAGBVersion2WithLineNumbers();", "titl...
f465dd0b82ef058eb53ff50c7c44a4da
optional .gfp2p.Event event = 2;
[ { "docid": "72c594f80d870f86c0045373c5d809a6", "score": "0.0", "text": "public boolean hasEvent() {\n return eventBuilder_ != null || event_ != null;\n }", "title": "" } ]
[ { "docid": "dc7158753a1bc6c8f3fb4fe8a88c949a", "score": "0.7698665", "text": "gfp2p.Api.Event getEvent();", "title": "" }, { "docid": "dc7158753a1bc6c8f3fb4fe8a88c949a", "score": "0.7698665", "text": "gfp2p.Api.Event getEvent();", "title": "" }, { "docid": "dc7158753a1bc6...
8f73026f6a1eb273cbbad229dfdd7ee0
/ The Data accesss object provides provides an interface between the Room database and the queries. It also allows to create own queries for various tasks. See the UnitDatabase class for resources and references
[ { "docid": "630f8603c762326d0a044a5b8d0b2c13", "score": "0.6749275", "text": "@Dao\npublic interface UnitDao {\n\n @Insert(onConflict = OnConflictStrategy.IGNORE)\n long insertUnit(Unit unit);\n\n @Insert(onConflict = OnConflictStrategy.IGNORE)\n long insertConsumption(Consumption consumptio...
[ { "docid": "63b1d99da49b124c08b5e7e1220c8305", "score": "0.75121146", "text": "public interface DataBaseDao {\n void open();\n void close();\n Cursor rawQuery(String query);\n Cursor query(String table, String selection, String... selectionArgs);\n Cursor query(String ...
dcfb831893323944d54a8631c4845b9c
This function converts decimal degrees to radians
[ { "docid": "5b88c935c5f261e5b6e58b431b6a823c", "score": "0.7043482", "text": "private static double deg2rad(double deg) {\n return (deg * Math.PI / 180.0);\n }", "title": "" } ]
[ { "docid": "21b7bb17d0725b4e9253ca2a14e2c2a8", "score": "0.7749254", "text": "public float toRad(float a) {return(a*PI/180);}", "title": "" }, { "docid": "ccfe6f04cbca12464d579d54bde41561", "score": "0.734621", "text": "public static double toRadians(double deg){\r\n\t\treturn (deg*3...
0b69897b674ed49aec8992dd20d0049b
Here we need to provide an intent to view the trailers in youtube.
[ { "docid": "74c65234c0d2a5cdc4496ce74ad4a490", "score": "0.79209024", "text": "@Override\n public void onClick(View v) {\n startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(\"http://www.youtube.com/watch?v=\" + trailerResult.getKey())));\n }", "t...
[ { "docid": "703b660112e1f1eadd8613b69d5be41e", "score": "0.7891157", "text": "@Override\n public void onMovieTrailerClick(int clickedTrailerIndex) {\n String url=\"https://www.youtube.com/watch?v=\"+trailerList.get(clickedTrailerIndex).getKey();\n\n Intent urlIntent=new Intent(Intent.AC...
bf0bbbb68f34a5eb4ffd044950292f96
Tests method CustomResultSetgetTime(int, Calendar) for failure.
[ { "docid": "3a78973b6c6c22e56ec1234c83a403d9", "score": "0.70400804", "text": "public void testGetTime_NullColumnValue() throws Exception {\r\n CustomResultSet crs = getCumstomResultSetInstanceNullValue();\r\n crs.next();\r\n try {\r\n crs.getTime(1, Calendar.getInstance(...
[ { "docid": "320d04557fa7986db2e3600433c0dcfa", "score": "0.6576438", "text": "public void testGetTimestamp_NullColumnValue() throws Exception {\r\n CustomResultSet crs = getCumstomResultSetInstanceNullValue();\r\n crs.next();\r\n try {\r\n crs.getTimestamp(1, Calendar.get...
79767bddff3e6d84b80e457cc562a1cc
This method was generated by MyBatis Generator. This method corresponds to the database table employee
[ { "docid": "7f0550932ec9ae2f4b0e514d824e0277", "score": "0.0", "text": "int insert(Employee record);", "title": "" } ]
[ { "docid": "5fa02d64665de5b40332f7695325a13f", "score": "0.7127702", "text": "@Select({ \"select\", \"`employee_id`, `employee_name`, `address`, `gender`, `remark`, `email`, `password`, \",\n\t\t\t\"`phone`, `role`\", \"from `employee`\", \"where `employee_id` = #{employeeId,jdbcType=BIGINT}\" })\n\t@Re...
d5cdb8ce7b9a6d077477f7d6c06dd0c5
Gets the best scrollbar size according to some criteria.
[ { "docid": "8f655c576c8892537e7b5067bb213c7f", "score": "0.5817327", "text": "public static final int getScrollbarSize(int w, int h, \r\n\t\tboolean hasPointerEvents) {\r\n\t\treturn hasPointerEvents ? 7 : 5;\r\n\t}", "title": "" } ]
[ { "docid": "4f62a47a5cb6da829fdf243324a4caa8", "score": "0.61888856", "text": "private double getVerticalScrollBarWidth() {\n\t\tfor (Element e : getGridParts(\"div\")) {\n\t\t\tif (e.getClassName().contains(\"v-grid-scroller-vertical\")) {\n\t\t\t\tif (BrowserInfo.get().isIE11() || BrowserInfo.get().is...
f4c408c0af7a6c1946c42553408b18c3
$ANTLR end "entryRuleXClosure" $ANTLR start "ruleXClosure" InternalJexTest.g:1656:1: ruleXClosure : ( ( rule__XClosure__Group__0 ) ) ;
[ { "docid": "0f31569951bcd2ebc2b4b0c92c1c80d8", "score": "0.8297272", "text": "public final void ruleXClosure() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalJexTest.g:1660:2: ( ( ( rule__XClosure__Group__0 ) ) )\n ...
[ { "docid": "be78a54d4e581ccb9d6794f75f8409bd", "score": "0.848659", "text": "public final void ruleXClosure() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipse.xtext.xbase.testlanguages.ui/src-gen/org/eclipse/xtext/x...
31c84e9bad8d56d986dcc3c347b70210
Method to Prepare the JSON Respopnse
[ { "docid": "1065544801f4d40ee47ebebd2199c1fc", "score": "0.6670619", "text": "private void prepareJsonResponse(SlingHttpServletResponse response) throws JSONException, IOException {\n\t\tLOGGER.info(\"Json Conversion\");\n\t\torg.json.JSONObject obj = new org.json.JSONObject();\n\t\tobj.put(\"retailers\...
[ { "docid": "72cb103e62aa039e27bbdfa82030033b", "score": "0.6453298", "text": "private JSON(){\n\t\t\n\t}", "title": "" }, { "docid": "62fa71be8386efe53caf65ed4016abaa", "score": "0.6382949", "text": "@Override\n public String getJSONParameters() {\n JSONArray arr = new JSON...
4541423df339fb23a5828bb3c54f3ce5
/ renamed from: m
[ { "docid": "6f3e558eba3c492655c1c2e3658a96a1", "score": "0.0", "text": "public final void mo984m(float f) {\n if (this.f977B != f) {\n this.f977B = f;\n invalidateSelf();\n m946e();\n }\n }", "title": "" } ]
[ { "docid": "dad6fb4fe333eddc93ab96bf99106c71", "score": "0.6686902", "text": "@Override\n\tpublic void m() {\n\t\t\n\t}", "title": "" }, { "docid": "e74cf60be50602a7e8aa3e6f538c7fc6", "score": "0.6512546", "text": "public static void m(){\n \n }", "title": "" }, { ...
2a0b231499e51d75cbb62752646aa531
Checks if the computer has a buffer to prefetch tasks
[ { "docid": "fcd7051850ef30c737c7710372cfb783", "score": "0.60089463", "text": "public boolean bufferAvailable() throws RemoteException;", "title": "" } ]
[ { "docid": "4e9d3a3d9e2833ed61ec53a1358c6a0e", "score": "0.65949684", "text": "public boolean hasPendingRequests() {\n \tLog.e(\"hasPendingRequests\", \"ImageBlock\");\n return mRequestedMask != 0;\n }", "title": "" }, { "docid": "b979febc145ba3213828fceba6e33b4d", ...
792ac47533d0f2265e0cabe6771805c6
Get method for retrieving a collection of Maginfo instance in XML format.
[ { "docid": "a8944c5077c28863e3f67040cffe976c", "score": "0.5957602", "text": "@GET\n\t\t@Produces({\"application/xml\", \"application/json\"})\n\t\tpublic MaginfoesConverter get(@QueryParam(\"start\")\n\t\t\t\t@DefaultValue(\"0\") int start, @QueryParam(\"max\")\n\t\t\t\t@DefaultValue(\"10\") int max, @...
[ { "docid": "1d36b91574c3d2b9bd973f11206e0aa0", "score": "0.6280913", "text": "@GET\r\n @Produces(MediaType.APPLICATION_XML)\r\n public Persona getXml() {\r\n //TODO return proper representation object\r\n return new Persona(1000L,\"Xavier\");\r\n }", "title": "" }, { "...
43a7763ff2e94a7d96e066033a8c5a18
Performs a clean remove of a squad from this mission, if found.
[ { "docid": "8f65870847c43e1d2ec25cfa91e79da1", "score": "0.6894932", "text": "public void cancelSquad(Squad s) {\n if (this.squads.contains(s)) {\n this.squads.remove(s);\n }\n }", "title": "" } ]
[ { "docid": "ffec58c1b6576622eb3d4835843aeba6", "score": "0.62009215", "text": "public void clearSquads() {\n this.squads.removeIf((Squad s) -> s.isEmpty());\n }", "title": "" }, { "docid": "a5c7c3a0677ae19f873a39f30e320434", "score": "0.57012844", "text": "public static voi...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "c71e8a2747ee9894e610f045b0541377", "score": "0.0", "text": "public static by m52729a(Provider<C9965a> provider, Provider<OnboardingExperiments> provider2, Provider<OnboardingAnalyticsInteractor> provider3) {\n return new by((C9965a) provider.get(), (OnboardingExperiments) provider2.ge...
[ { "docid": "fc84bfffbb135cb8d4b6f8f6e4fc5d30", "score": "0.62497115", "text": "public interface C4521a {\n /* renamed from: a */\n void mo12348a();\n }", "title": "" }, { "docid": "01ed565ecd5da249ab9411db2a325750", "score": "0.6242887", "text": "public interface C14...
9953f3ee83922bc1a4f54c37904bb333
Gathers all accessions per peptide sequence and determines if the peptide is unique to a protein sequence.
[ { "docid": "12eb501cfcc8bf9fb9e8e786d5f1177a", "score": "0.5897042", "text": "public final String getAccessions(final String sequence) {\r\n String accessions = \"\";\r\n for (CombinedPeptideEntry peptide : uniquePeptideCountList.getUniquePeptideList()) {\r\n if (peptide.getSequ...
[ { "docid": "12cdb3990fd1c0049e164a9b65f4133b", "score": "0.59824944", "text": "private UniquePeptideCollection createUniquePeptideCountList(final SingleDatabaseReferenceCollection singleDatabaseReferenceCollection) {\r\n System.out.println(\"Creating list for peptide data objects.\");\r\n ...
faa17a92134ff591ecf56cbd00831c8c
Recreates Limitless session if current hasn't been used for more than given period of time
[ { "docid": "ae9e6c3c74f3a0545c8ff6b915da6950", "score": "0.0", "text": "protected void refreshCommandService() {\n\n\n }", "title": "" } ]
[ { "docid": "d9f03afab3dbc1f0a061c3ecb7d8b70f", "score": "0.6168483", "text": "protected boolean needsNewSession() {\n if (sessionCredentials == null) {\n return true;\n }\n long currentTime = System.currentTimeMillis()\n - SDKGlobalConfiguration.getGlobalTi...
94458f467fcc2c47ceea879b0a8e25a2
Returns the maximum mz value for an ion and a spectrum
[ { "docid": "01d6ad288340b0ed6e106c2d2d5f074e", "score": "0.7837795", "text": "static public float maxMzFor(IonType ion, Spectrum spec){\n\t\tif(ion.equals(IonType.NOISE)) return Float.MAX_VALUE;\n\t\treturn ion.getMz((float) (spec.getParentMass() - Composition.H2O - AminoAcid.getStandardAminoAcid('G').g...
[ { "docid": "8b9a3b989bc2623a2b8f9f09e8897262", "score": "0.61898863", "text": "public void keepLargestMzMax(double _mzMax) {\n if (_mzMax > mzMax) mzMax = _mzMax;\n }", "title": "" }, { "docid": "8048ee9ca0a28c85b5b97c0fe1296fb6", "score": "0.6081089", "text": "static publi...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "d825ac8b7ec65dd146536b2f459a9956", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_toolbar_ajout_signalement, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "9813d71a4b724b9d132f23a2cb80322c", "score": "0.70788306", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main_activity_actions, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "...
0b168ed4390a5f4e85c08a0a66ecc502
Gets the width of this camera's viewing rectangle, with no zoom taken into account.
[ { "docid": "b074ab79dc7a82ef2a8ec616d9dcd46b", "score": "0.68695277", "text": "public double getWidth() {\r\n\t\treturn this.width;\r\n\t}", "title": "" } ]
[ { "docid": "f1a40935567c086e5ba747ff0c7fe9cb", "score": "0.7659276", "text": "public int getWidth() {\n\t\treturn rect.width;\n\t}", "title": "" }, { "docid": "2081573c86c1358bbcac1404f183fe66", "score": "0.73933834", "text": "public int getViewportWidth() {\n\t\treturn this.g.width;...
0bfa4b32d003cd5bf755057be03640a3
execCommand(su); sleep(300); execCommand(chmodBackup); sleep(300); execCommand(copyToBackup); sleep(300); ExEc(); reboot();
[ { "docid": "fc9f2bf66daace9b84f3c0b25a8ec027", "score": "0.5132777", "text": "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tiwlist();\n\t\t//\t\texecCommand(\"\");\n\t\t\t//**\tPowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE);\n\t\t\t//**\tpm.reboot(\"recovery\");\n\t\t...
[ { "docid": "adb7501487c2911d56e25c70a970c70b", "score": "0.6695643", "text": "public void rebootcommand() {\n\n try {\n\n Toast.makeText(GridDeleteLayers.this, \"Rebooting\", Toast.LENGTH_LONG).show();\n // MK DIR /SDCARD/OVERLAYS/BACKUP/TEMP\n CommandCapture comm...
1d84f1831a3574d43b314b91817d297b
Gets a list of user queue associations.
[ { "docid": "b1120374ca2ad71181deb673a69e0f1f", "score": "0.62109697", "text": "public Observable<ServiceResponse<List<UserQueueModel>>> getUserQueueAssociationsWithServiceResponseAsync(int userID) {\n final Integer queueID = null;\n final Integer acl = null;\n final Integer page = n...
[ { "docid": "bdeaf00e400d3d1eba82557c5e638a84", "score": "0.7452513", "text": "public List<UserQueueModel> getUserQueueAssociations(int userID) {\n return getUserQueueAssociationsWithServiceResponseAsync(userID).toBlocking().single().body();\n }", "title": "" }, { "docid": "3f2f810e...
12e365fd8c23d0fde69f6a450fb0485d
Get the value of con.
[ { "docid": "42570e301d6e2ebf0b68e0b55b28b284", "score": "0.5671341", "text": "public t_connect getCon() {\n if ( con == null) {\n\t con = new t_connect(getHost(),\n\t\t\t\tgetUser(),\n\t\t\t\tgetPassword(),\n\t\t\t\tgetDatabase());\n\t if ( ! con.acceptsConnection() ) con = null;\n\t}\t\n\t...
[ { "docid": "b3b793960e875ecae97f8142edc9e97f", "score": "0.6970864", "text": "public Connection getCon()\r\n\t{\r\n\t\treturn con;\r\n\t}", "title": "" }, { "docid": "8a54ffdb66ab2eee4e1b9dac32650101", "score": "0.67853963", "text": "public static Connection getCon(){\n return...
8c568d950c7e541f3c6559431c62924f
Clear the referenced object.
[ { "docid": "7bc12f574c06ec7f73d22eba3df0c1b2", "score": "0.79229754", "text": "public void clear() {\n mObject = null;\n }", "title": "" } ]
[ { "docid": "5be0a60ac7f9ec12c5fb9d13f0087129", "score": "0.7244822", "text": "public synchronized void clear() {\n objects.clear();\n }", "title": "" }, { "docid": "32bc73205c790e770f69cd9eb4e4856f", "score": "0.7167009", "text": "public void clear() {\n\tthis.type = this.p...
aa6010be7d7e5ad123d4dbca38bb2e31
Constructor that builds a board square for the card using the given row and column numbers
[ { "docid": "ea960888656ce35859648b854137b23d", "score": "0.8644447", "text": "public BoardSquare(Card card, int rowNumber, int colNumber) {\n this.card = card;\n this.rowNumber = rowNumber;\n this.colNumber = colNumber;\n }", "title": "" } ]
[ { "docid": "96eb9ed325b7fbfd2c2432352efe772c", "score": "0.7066852", "text": "public CheckeredBoard(int squareSize) {\n this.squareSize = squareSize;\n }", "title": "" }, { "docid": "366296f818c3039a0f545e1fb5779b83", "score": "0.70619047", "text": "public Board(int rows, int col...
2946f2fa0dfa6e24ba79d19e95904921
Metodo principal que efectua la busqueda en base a los filtros seleccionados en la pantalla de Busqueda Para las busquedas tipo AJAX
[ { "docid": "927099a56b1b051e35d895d257baec49", "score": "0.0", "text": "public void find(ActionEvent actionEvent) {\n\t\tthis.find();\n\t}", "title": "" } ]
[ { "docid": "681edb198482ce570147271d6b260ad1", "score": "0.6736764", "text": "public void buscarFiltrado(ActionEvent e) {\r\n\t\ttry {\r\n\t\t\tboolean matriculaB = (selectedItemFilter != null && !selectedItemFilter\r\n\t\t\t\t\t.isEmpty());\r\n\t\t\tboolean nombreB = (selectedItemFilter2 != null && !se...
8ebf27038b6413a38bc73977faf9e0e1
valor por default es null
[ { "docid": "41663e1fba67dd3d240e67711c9957de", "score": "0.0", "text": "public Persona(String nombre) {\n this.nombre = nombre;\n }", "title": "" } ]
[ { "docid": "e0ae40a171707278d939fa092c1680b3", "score": "0.69684607", "text": "public Object getDefaultValue();", "title": "" }, { "docid": "e0ae40a171707278d939fa092c1680b3", "score": "0.69684607", "text": "public Object getDefaultValue();", "title": "" }, { "docid": "24...
2a74102b112c33955c48025f0d6dfcee
System.out.println("enter to start manyints"); System.in.read();
[ { "docid": "dda58d3033be8d1af196cdf1c80c0e3a", "score": "0.0", "text": "@Test\n\t@Ignore\n\tpublic void TestManyInts() throws IOException\n\t{\n\n\t\tint amount=500000;\n\t\tint[] array = new int[amount];\n\t\tfor(int i=0; i<amount; ++i)\n\t\t\tarray[i] = 12345;\n\t\t\n\t\tSerializer serpent = new Seria...
[ { "docid": "870460c9cea13d5c2741358d49f96cf2", "score": "0.6879847", "text": "public static void main(String[] args) {\n\t\tSystem.out.println(\"Enter the number=\");\r\n\t\tScanner sc = new Scanner(System.in);\r\n\t\tint number=sc.nextInt();\r\n\t\tSystem.out.println(\"the number is=\"+number);\t\t\r\n...
21b567032d00c257e7b5faa603db6ad5
GENLAST:event_btReportActionPerformed Method called when highlight tasks checkbox is un/checked.
[ { "docid": "b09d3ea40dc66e8c2543c4f056daca47", "score": "0.6819254", "text": "private void chbHighlightTasksActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_chbHighlightTasksActionPerformed\n setComponents();\n historyChart.setHighlightingFilter(getFilter());\n }", ...
[ { "docid": "5fafedbcdd58737739928902bb059621", "score": "0.57535845", "text": "public void onUncheckAllButtonClicked(ClickEvent event);", "title": "" }, { "docid": "f99a2d7fcb6336a4591f77840f829372", "score": "0.569882", "text": "public void setTextUnCheckedColor( Color unchecked )\n...
6e8e2b00c57e4afac5b8972d17cec52b
Gets the total distance in inches recorded by the left encoder.
[ { "docid": "67f58e2fad083d535765f8bfe64af5bf", "score": "0.7492411", "text": "public double getLeftEncoderDistance() {\n return this.leftEncoder.getDistance();\n }", "title": "" } ]
[ { "docid": "05ee9ead31edb101ebd45642ea3f2c50", "score": "0.8727733", "text": "public double getLeftDistanceInches() {\n return leftEncoder.getDistance();\n }", "title": "" }, { "docid": "9370e557d6e8df76f8ebb7a2cab6e1eb", "score": "0.83074814", "text": "public double getLef...
f0c34a8916e2d7387498f3b5bc32b200
Sets the "CValue" element
[ { "docid": "f7d9b80eae8227b01198d14b71e5b23c", "score": "0.77688485", "text": "public void setCValue(org.apache.xmlbeans.XmlObject cValue)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.XmlObject target = null;\n target = (o...
[ { "docid": "49708b18d1471349b54fdb51b23aabc9", "score": "0.6589521", "text": "void xsetValue(gov.nih.nlm.ncbi.www.TxinitDocument.Txinit.Txsystem.Value value);", "title": "" }, { "docid": "d4191205a999118c634119f390541c4e", "score": "0.6541636", "text": "public void setValue(Petrolink...
f59f10b34b311a7d132b0c59444eace0
Creates a new point.
[ { "docid": "017e2853781f6ab7ae437220f3e08444", "score": "0.6666322", "text": "public Point(Point p)\n {\n x = p.x;\n y = p.y;\n }", "title": "" } ]
[ { "docid": "aa066a682dee435035be731a63ac712a", "score": "0.8444993", "text": "Point createPoint();", "title": "" }, { "docid": "106c570435046f0b3938c340db6063ac", "score": "0.76566774", "text": "Points createPoints();", "title": "" }, { "docid": "c9037548c4e741084613bbc49...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3d1ac1e2fe6298b4d17b22e066c6ad4d", "score": "0.0", "text": "@Override\n\tpublic boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {\n\t\tSystem.out.println(\"-----拦截器执行了--------\" + request.getRequestURI());\n\t\tString uri = request...
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
24429b0832163a2593015028511fa091
Get the start block.
[ { "docid": "5320a4186202162776c61cd3ef2f6f3d", "score": "0.78236955", "text": "IBasicBlock getStartBlock();", "title": "" } ]
[ { "docid": "116ce4ef3021034324c7ae9a38c96f05", "score": "0.83648086", "text": "public final long getStartBlock() {\n return Util.unsign(getRawStartBlock());\n }", "title": "" }, { "docid": "f20cf7eb7cb615abde170c59dff10384", "score": "0.7905182", "text": "public final int g...
6d974a52124c4540b925f0c9243ff8e5
Has a 20% chance to paralyze, freeze, or burn the target.
[ { "docid": "3306cb68046864713d6dd97cf29decc2", "score": "0.61723995", "text": "public void secondaryEffect(SeenPokemon Attacker, SeenPokemon Defender, int Damage)\r\n\t{\n\t\tif(!Defender.hasCondition())\r\n\t\t{\r\n\t\t\tint chance = genrand(1, 100);\r\n\t\t\tif(chance <= 20)\r\n\t\t\t{\r\n\t\t\t\tDefe...
[ { "docid": "db458c4f0293413537f73d52126b6dc7", "score": "0.69301265", "text": "public void boostRangeDmg()\n {\n rangeDamage += 2;\n }", "title": "" }, { "docid": "3afae09b7de254cec2c7b4de0248ca23", "score": "0.67971486", "text": "public void boostSD(){\n damage++...
0bb2955c27c89a5835212b218a81708e
Get a cursor object pointing to all archived notes in database
[ { "docid": "796b9f288cb5342a72a8a1b420fbf66e", "score": "0.6667621", "text": "public Cursor getDeletedNotesCursor() {\n return getReadableDatabase().rawQuery(\n \"SELECT * FROM \" + TABLE_NAME +\n \" WHERE \" + COL_DELETED + \" = '1'\" +\n ...
[ { "docid": "7f6c6cfdc031365be22eccd0b7b77a78", "score": "0.8090434", "text": "public Cursor getArchivedNotesCursor() {\n return getReadableDatabase().rawQuery(\n \"SELECT * FROM \" + TABLE_NAME +\n \" WHERE \" + COL_ARCHIVED + \" = '1' AND \" +\n ...
7171f3366ed2148439046944a7fc1a1f
Tomany relationship, resolved on first access (and after reset). Changes to tomany relations are not persisted, make changes to the target entity.
[ { "docid": "fdbc337afa1c7c6b0e4161a1e6eeda25", "score": "0.0", "text": "public List<Picture> getPictureList() {\n if (pictureList == null) {\n if (daoSession == null) {\n throw new DaoException(\"Entity is detached from DAO context\");\n }\n Picture...
[ { "docid": "53b428b75f928797cbabfc0e77e89e8c", "score": "0.57952374", "text": "@Override\n\tprotected void doMergeRelationships() {\n\t\t\n\t}", "title": "" }, { "docid": "a99ed7c5ac90dd018e01edd6582825dc", "score": "0.57875556", "text": "ManyToOneRelationProperty createManyToOneRela...
0075e4a5c4468d495a48187e45891a21
Sets all submissions with userId == beforeId to afterId and inverts version number to maintain consistency of submissions. For example if before there were two submissions s1 and s2 with version 0 and 1, after the migration the submissions would have versions s1.version == 2 and s2.version == 1 This way the versioning ...
[ { "docid": "3ee7cbb6e1e134f9ced7b17002f06573", "score": "0.5261398", "text": "@Override\n public UserMigrationResult migrateUserSubmissions(String from, String to) {\n List<Map<String, List<StudentSubmission>>> submissionsByExercises = submissionsByExercises(from);\n\n UserMigrationResu...
[ { "docid": "c25a87b765910cb18e1218d9c5d2a5c1", "score": "0.47475243", "text": "Relationship incrementVersion(String userId,\n InstanceAuditHeader originalInstance,\n Relationship updatedInstance);", "title": "" }...
f533da6feda0db024a8961434105053c
Creates the event when you click the button
[ { "docid": "9294296ca7a48ef5de9ee97be12e0c89", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n Intent intent = new Intent(ChooseOptionActivity.this, InsertDetailsActivity.class);\n startActivity(intent);\n }", "title": "" } ]
[ { "docid": "83414b634e4ce925567dd9aca4d3e587", "score": "0.7609235", "text": "@Override\r\n\tvoid createButtonClicked() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b3145209a082d9fb97cf3222924a69f9", "score": "0.74024034", "text": "@Override\r\n\tpublic void buttonClick(ClickEvent eve...
edba694b2b05563421eff507c22e376e
optional .io.automatiko.engine.workflow.marshalling.ProcessTimer.TimerInstance timer = 1;
[ { "docid": "e4f8b07fc0c520a93e305d9672349a53", "score": "0.77941203", "text": "io.automatiko.engine.workflow.marshalling.impl.AutomatikoMessages.ProcessTimer.TimerInstance getTimer();", "title": "" } ]
[ { "docid": "392224e235bfb489ae36997b9dfda89a", "score": "0.7312412", "text": "io.automatiko.engine.workflow.marshalling.impl.AutomatikoMessages.ProcessTimer.TimerInstanceOrBuilder getTimerOrBuilder();", "title": "" }, { "docid": "00a1adc9b03c824d16adc3210c2376a9", "score": "0.6821969", ...
b6215eb5ecfcc5fa8675ff123beb144e
This method was generated by MyBatis Generator. This method sets the value of the database column user.CREATED_BY
[ { "docid": "5dde980e85924b9aafba651e5c6fe45b", "score": "0.7180648", "text": "public void setCreatedBy(Long createdBy) {\n this.createdBy = createdBy;\n }", "title": "" } ]
[ { "docid": "73da10ae55b04913737e5fdf0f21af80", "score": "0.7794984", "text": "public void setCREATEDBY(java.lang.String value) {\n this.CREATED_BY = value;\n }", "title": "" }, { "docid": "a658f4d5cd9abd7b7bde0532496662f1", "score": "0.7449907", "text": "public void setCREATED_BY...
db851447878a1dd369e294ccfd4f815f
A method to destroy the account of a user
[ { "docid": "75847c356aa4af60561e8f45201cb846", "score": "0.71988285", "text": "public String destroyUser(Users user) {\n if (!verifyToken(user.getScc(), user.getUuid())) {\n return \"ID Invalid\";\n }\n\n arsDatabase.update(\"DELETE FROM users WHERE scc='\" + user.getScc(...
[ { "docid": "ffac64f5dec473fc4889ebf73152a4ce", "score": "0.7451434", "text": "public void deleteUser(User user) \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "e71243a6a6db60e4c6a88857d4738787", "score": "0.7397017", "text": "public void deleteUser(IdpUser user);", "title": "" ...
e2d833823a91aeb2d94b0589b9d93a4b
Run on ok button being pressed
[ { "docid": "cae1fcc2d2a9febc20cc9c45ce99929b", "score": "0.0", "text": "@FXML\n public void okButtonClicked(){\n stage.close();\n }", "title": "" } ]
[ { "docid": "083e893b58b33d8d30330c282786b50d", "score": "0.7954066", "text": "protected void okPressed()\r\n {\r\n closeState = ID_OK;\r\n setVisible( false );\r\n }", "title": "" }, { "docid": "65561ebef63e2424720008fcecb82f56", "score": "0.79495007", "text": "pu...
62327820862ab874fe8681c163ee5343
Enable/disable SO_LINGER with the specified linger time. This operation has no effect for an HttpSendSocket.
[ { "docid": "0294ff703e3c08ec2fd2e8174e59269e", "score": "0.6458153", "text": "public void setSoLinger(boolean on, int val) throws SocketException\n {\n }", "title": "" } ]
[ { "docid": "5e266560ba8ab5f28d8854906f9b6b85", "score": "0.6777933", "text": "public boolean setLinger(int value)\n {\n return base.setSocketOpt(zmq.ZMQ.ZMQ_LINGER, value);\n }", "title": "" }, { "docid": "dcb971f7387aca733f93eb68ecbc9f97", "score": "0.60751796",...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "843f4efe331fde59c5cec9f5db2be1a9", "score": "0.0", "text": "public java.lang.String getIdRequisicao(){\n return localIdRequisicao;\n }", "title": "" } ]
[ { "docid": "d439507c7b287c525bd9720ce8b58f2a", "score": "0.76903296", "text": "public Method getGetter();", "title": "" }, { "docid": "216e3ce97b8c9ad9175f15fc15b66645", "score": "0.7489412", "text": "abstract public Object get();", "title": "" }, { "docid": "8d5e1e149b54...
7d4aa9671270672d637d6f6e6151c8b1
number of blocks out of place
[ { "docid": "c2cc49a25fb7eef7623c2237ffaed537", "score": "0.0", "text": "public int hamming(){\r\n\t\treturn hamming;\r\n\t}", "title": "" } ]
[ { "docid": "544a3a3298beca231b970348148a7b27", "score": "0.7402485", "text": "int numberOfBlocksToRemove();", "title": "" }, { "docid": "544a3a3298beca231b970348148a7b27", "score": "0.7402485", "text": "int numberOfBlocksToRemove();", "title": "" }, { "docid": "544a3a3298...
865bec90f14dc3bce150f40e6797ff27
Executes the child commmand, returning a process on success.
[ { "docid": "4383cbdb738b0d848e161dae76c3019c", "score": "0.6427972", "text": "public Process start()\n\t\tthrows IOException\n\t{\n\t\tassert (child == null) : \"can't reuse ProcessExecutor instances\";\n\n\t\tFile fcwd = null;\n\t\tif (cwd != null) {\n\t\t\tfcwd = new File(cwd);\n\t\t}\n\n\t\tString[] ...
[ { "docid": "0c24f971f012b4665bf24cbc2ea90544", "score": "0.6725736", "text": "public int execute() throws IOException, InterruptedException {\n\t\tfinal String[] cArr = this.composeCommandArray();\n\t\tfinal File workingDirPath = this.getWorkingDir();\n\t\tfinal Runtime rt = Runtime.getRuntime();\n\t\tf...
0c422dd0887c12035fed9a10fcdf5526
Creates an object property assertion (ensures that the property is not inverse by swapping arguments if necessary) (implements rule [O4])
[ { "docid": "a3370551dee1cd8bc28d8a2c3fc2d57f", "score": "0.6174889", "text": "ObjectPropertyAssertion createObjectPropertyAssertion(String op, ObjectConstant o1, ObjectConstant o2) throws InconsistentOntologyException;", "title": "" } ]
[ { "docid": "471d566089062642d362c65cdbe84c59", "score": "0.56978774", "text": "Property createProperty();", "title": "" }, { "docid": "471d566089062642d362c65cdbe84c59", "score": "0.56978774", "text": "Property createProperty();", "title": "" }, { "docid": "471d5660890626...
742fd2623c7bacb74292f4235e4a34f7
Returns the temperature sensor type.
[ { "docid": "7df9e17a8d577f16d18a7d3ebc37be65", "score": "0.720325", "text": "public int getSensorType()\n {\n return _sensorType;\n }", "title": "" } ]
[ { "docid": "60e8914561c5437ee5b0eb83616ccf14", "score": "0.720529", "text": "private String getTemperatureMeasure() {\n String _temp = null;\n try {\n if (condls) {\n double _value = tempSensor.getCelsius();\n _temp = String.valueOf(_value);\n ...
f9bf83ecfdb98c5089a48f90948b57d2
instantiate the root context menu
[ { "docid": "f4c3989fcd35270f6084fd30c9e638c2", "score": "0.5925328", "text": "@Override\n public void start(Stage stage)\n {\n ContextMenu rootContextMenu = ContextMenuBuilder.create()\n .items(\n MenuItemBuilder.create()\n ...
[ { "docid": "e0af9fe5051e237cc0a30b074941e04f", "score": "0.69801164", "text": "protected abstract void constructMenu();", "title": "" }, { "docid": "11adb4ef995a8b240f5d214d1472803c", "score": "0.687957", "text": "@Override\n \tpublic void fillMenu(Object pContext, Menu pMenu)\n \t{\...
259b0fb07d673a9a187d4eb38d1ee5d3
/ return true is a and b are equal TODO equalsIntegers(int a, int b) method
[ { "docid": "34e7377ec1fa87719f61e11fa64b0946", "score": "0.88422406", "text": "public static boolean equalsIntegers(int a, int b){\n\n return (a == b);\n }", "title": "" } ]
[ { "docid": "02c8dc014c9282f5cc3893c2d2a1c12a", "score": "0.7859214", "text": "public static final boolean equal(int a, int b) {\n return a == b;\n }", "title": "" }, { "docid": "9b04bb78040b4bfa6772fd4c1112ee7a", "score": "0.73433", "text": "public static boolean isSameNumb...
5f7498321f2ca3d01ba96f103c252510
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code!
[ { "docid": "a584e8b9a8b6eaccc994a1d1a2bb22a4", "score": "0.0", "text": "private void $$$setupUI$$$() {\n ModificarTutor = new JPanel();\n ModificarTutor.setLayout(new GridBagLayout());\n final JLabel label1 = new JLabel();\n Font label1Font = this.$$$getFont$$$(\"Arial Rounde...
[ { "docid": "efcc239ffed823d0bc14eeafa54b41ab", "score": "0.6716398", "text": "@Override\n\t\t\tpublic void updateUI() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "4d3329ebabd39478dbb225bfee1d1967", "score": "0.6661886", "text": "@Override\n protected void configureUI() {\n }",...
0bf0b04bf1eacdd39afe28ebaf49e6df
This function removes the coach from team
[ { "docid": "10082ca72cdb44dd05de37cf33de742f", "score": "0.74807656", "text": "@Override\n public void removeAssetFromTeam() {\n this.team.removeCoach(this);\n this.team=null;\n }", "title": "" } ]
[ { "docid": "55f616d29200024bc0df429d5fdd8ece", "score": "0.6892531", "text": "private void removeTeam(String teamName) {\r\n Team team = this.getTeam(teamName);\r\n Map<String, Object> filters = new HashMap<String, Object>();\r\n filters.put(\"teamKey\", team.getKey());\r\n DatastoreMana...
d3718ead5f2cca937a7077cfde143766
Returns the upstream channel histories before and after the current upstream channel history in the ordered set where cmtsId = &63;.
[ { "docid": "05b27c5d14aec718302e1d66cee5e34a", "score": "0.68997914", "text": "@Override\n\tpublic UpstreamChannelHistory[] findByCmtsId_PrevAndNext(long ucHisId,\n\t\tlong cmtsId, OrderByComparator orderByComparator)\n\t\tthrows NoSuchUpstreamChannelHistoryException, SystemException {\n\t\tUpstreamChan...
[ { "docid": "f41ffa94df3f285089084317c3eab222", "score": "0.6093565", "text": "@Override\n\tpublic UpstreamChannelHistory[] findByIfIndex_PrevAndNext(long ucHisId,\n\t\tint ifIndex, OrderByComparator orderByComparator)\n\t\tthrows NoSuchUpstreamChannelHistoryException, SystemException {\n\t\tUpstreamChan...
38b4b32c1df28bee0f8f8110b0bd6f92
The Number State required that number count to be 3, so if it is under 3 when this method is called it will throw an exception. If it is at 3 then it will move the FSM on to the suffix state
[ { "docid": "2581dca69d53f177bbb1e08c8b4fcec9", "score": "0.60678595", "text": "@Override\n\t\tpublic void onLetter() throws InvalidTransitionException {\n\t\t\tif(digitCount == COURSE_NUMBER_LENGTH){\n\t\t\t\tstate = new SuffixState();\n\t\t\t\tvalidEndState = true;\n\t\t\t}\n\t\t\telse{\n\t\t\t\tthrow ...
[ { "docid": "84d3faa7664cd3a391a5045f3cd4ac0b", "score": "0.57869124", "text": "@Override\n\t\tpublic void onDigit() throws InvalidTransitionException {\n\t\t\tif(digitCount >= COURSE_NUMBER_LENGTH){\n\t\t\t\tthrow new InvalidTransitionException(\"Course name can only have 3 digits.\");\n\t\t\t}\n\t\t\te...
dece023ff1a95d567c684a96cc4515f0
Use FrameS2CMoveSettlement.newBuilder() to construct.
[ { "docid": "5e0901e3f1f47a51d9fbfc87482a18c0", "score": "0.7357036", "text": "private FrameS2CMoveSettlement(com.google.protobuf.GeneratedMessage.Builder<?> builder) {\n super(builder);\n this.unknownFields = builder.getUnknownFields();\n }", "title": "" } ]
[ { "docid": "758db8a43bb09a960928c04f77f89141", "score": "0.5691412", "text": "Settlement createSettlement();", "title": "" }, { "docid": "178f2d8572e9d13cb934cfaac1b46075", "score": "0.5194209", "text": "public static NonDeliverableSettlement.Builder builder() {\n return new NonDe...
6863cda4c27c22d9581ef3793088c8ad
$ANTLR end "rule__XImportDeclaration__WildcardAssignment_1_0_3_0" $ANTLR start "rule__XImportDeclaration__MemberNameAssignment_1_0_3_1" ../org.eclipse.xtext.xbase.testlanguages.ui/srcgen/org/eclipse/xtext/xbase/testlanguages/ui/contentassist/antlr/internal/InternalXImportSectionTestLang.g:19358:1: rule__XImportDeclarat...
[ { "docid": "c5db74e639174efca5af4c548f46d0d9", "score": "0.798887", "text": "public final void rule__XImportDeclaration__MemberNameAssignment_1_0_3_1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipse.xtext.xbase.te...
[ { "docid": "33971944f0674ca5111aead658d52880", "score": "0.7795518", "text": "public final void rule__XImportDeclaration__MemberNameAssignment_1_0_3_1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalBotDuino.g:23770:1: ...
835c8cff7329d6c49c03906882e3b136
Removes a point from the stack
[ { "docid": "980119cce5ed833519a0a2348abf6315", "score": "0.6682438", "text": "public Point pop() {\n\t\tif (topOfStack == null)\n\t\t\tthrow new RuntimeException (\"These points make up the convex Hull!\");\n\t\telse {\n\t\t\tPoint outPoint = topOfStack.currPoint;\n\t\t\ttopOfStack = topOfStack.prevPoin...
[ { "docid": "08d95001b8eee6fbc19ea06816deceee", "score": "0.7527151", "text": "public void removePoint() {\r\n\t\tpoints.remove(points.size()-1);\r\n\t}", "title": "" }, { "docid": "53b8be0b87bc442990a23594a0cd76a0", "score": "0.7098227", "text": "public void removePoint() {\r\n\t\tcu...
85b63311018b55377bf6e52101961f2c
XML elements names as final String literals
[ { "docid": "a6cc8fee9416dd5a3b3e0addc32014d1", "score": "0.0", "text": "List<Record> toJavaObject(File serverFile) {\n final String RECORD = \"record\";\r\n final String REFERENCE = \"reference\";\r\n final String ACCOUNTNUMBER = \"accountNumber\";\r\n final String DESCRIPTIO...
[ { "docid": "78c9035431786ce3348c7cdbaa992ff6", "score": "0.69729626", "text": "public abstract String elementName();", "title": "" }, { "docid": "a8b4521d94d5d7a0da6f0c665fd49206", "score": "0.6582694", "text": "public String getElementName();", "title": "" }, { "docid": ...
e8947448618a2f138aa7f29c2b67868c
Run the void parse(String) method test.
[ { "docid": "ab9adc326939c627230285da258544b9", "score": "0.0", "text": "@Test\n\tpublic void testParse_fixture2_1()\n\t\tthrows Exception {\n\t\tXPathReader fixture = getFixture2();\n\t\tString xpath = \"0123456789\";\n\n\t\tfixture.parse(xpath);\n\n\t\t// add additional test code here\n\t}", "title...
[ { "docid": "1805fe96a116a4c35e31f3083e88e9dd", "score": "0.72955257", "text": "public void parse();", "title": "" }, { "docid": "55ab754d9c5fc40405ffb19e610ae0ee", "score": "0.723109", "text": "public abstract T parse(String parse);", "title": "" }, { "docid": "cf00fefa20...
95685752a8fa2bc8312880cce5164712
Image related pic resize for upload
[ { "docid": "9e882c503e832c6cf3381afddfc42a9e", "score": "0.6515942", "text": "private ImageIcon resizeImage(String imagePath){\n ImageIcon myImage = new ImageIcon(imagePath);\n Image img = myImage.getImage();\n Image newImg = img.getScaledInstance(imagePanel.getWidth(), imagePanel.g...
[ { "docid": "a1f74f18568077702b3598826d81191d", "score": "0.7020928", "text": "private Bitmap setReducedImageSize() {\n int targetImageViewWidth = imageToUpload.getWidth();\n int targetImageViewHeight = imageToUpload.getHeight();\n\n BitmapFactory.Options bmOptions = new BitmapFactor...
2f66dc53ac4914926e30f80c5ee62c61
Adds a class node.
[ { "docid": "05e3bbe51c8edb4291645955904b3eae", "score": "0.6539168", "text": "private void addClass(Node parentNode, SrampOntology.SrampOntologyClass sclass) throws RepositoryException {\n\t\tNode classNode = parentNode.addNode(sclass.getId(), JCRConstants.SRAMP_CLASS);\n\t\tclassNode.setProperty(JCRCon...
[ { "docid": "adee742b037166771ce21cd9581f6919", "score": "0.6814659", "text": "gov.nih.nlm.ncbi.www.EMBLBlockDocument.EMBLBlock.Class addNewClass1();", "title": "" }, { "docid": "fe3251524eee9d23ed7f7fe844b21e1c", "score": "0.64568603", "text": "public void addNewClass(AST.class_ newC...
a8d99e419edd3f9455fb46f72d32cf70
Default constructor. Finds and reserves a range of blockSize ports starting at or after basePort.
[ { "docid": "ea5a94b31be6c09f200b7e6f99b27b50", "score": "0.71058804", "text": "public PortFinder(String container, int basePort, int blockSize) {\n this.container = container;\n this.blockSize = blockSize;\n this.placeHolderSocket = findServerSocket(basePort, blockSize);\n this.basePort = pl...
[ { "docid": "dd0c230d53775b555a6cc2db5b84c4ba", "score": "0.68631756", "text": "PortRange createPortRange();", "title": "" }, { "docid": "bce23f91d43c247fd2cf31ecd59749ec", "score": "0.6335648", "text": "public PortRange(final int port) {\n this(port, port);\n }", "title...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5eb37eda8b6ff30fe0a1288cb5ee320c", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t\n\t\tRandom generator = new Random();\n\t\t\n\t\tint num1;\n\t\tnum1 = generator.nextInt();\n\t\tSystem.out.println(num1);\n\t\t\n\t\t//0~9\n\t\tnum1 = generator.nextInt(10);\n\t\tSyste...
[ { "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}", ...
b2d98bb1453f2317f090f0711e2ad7a4
Sets the uuid of this topic.
[ { "docid": "143200b43c4b29f374cad3af41e21384", "score": "0.8551356", "text": "@Override\n\tpublic void setUuid(java.lang.String uuid) {\n\t\t_topic.setUuid(uuid);\n\t}", "title": "" } ]
[ { "docid": "f8bd7738929743e011b4ca46a71d4b4a", "score": "0.78610045", "text": "public void setUuid(String uuid);", "title": "" }, { "docid": "f8bd7738929743e011b4ca46a71d4b4a", "score": "0.78610045", "text": "public void setUuid(String uuid);", "title": "" }, { "docid": "...
ad6c8343a1e3594c10c81ee56e01c228
Procesa pedido Nuevo Cobro
[ { "docid": "c621a31e7c68e8095629bb23b57466b1", "score": "0.0", "text": "public static void procesarPedidoNuevoCobro(Frame myParentFrame, JDialog pJDialog, JLabel lblVuelto,\r\n JTable tblDetallePago, JTextField txtMontoPagado) {\r\n log.debug(\"#####...
[ { "docid": "c7d83519c55a6a5e39fd4a0c16b8e6bd", "score": "0.7434638", "text": "@Override\n\tpublic void enviarPara(Aluno indicado) {\n\t\t\n\t}", "title": "" }, { "docid": "d9e677b5ae593f6ae530a5040aad2f77", "score": "0.7002858", "text": "@Override\r\n\tpublic void realizarpago() {\n\...
7cb003a38e3a2db3a133e4dea62be6cc
Creates an OnClickListener that triggers the specified PendingIntent.
[ { "docid": "a8d2ba89fe8611bb97089270c2144a0d", "score": "0.78738517", "text": "public static OnClickListener createIntentOnClickListener(@NonNull final PendingIntent intent) {\n Preconditions.checkNotNull(intent);\n return v -> {\n try {\n intent.send();\n ...
[ { "docid": "b03d410a8b044c183eadd30ce7d6a5d0", "score": "0.6127531", "text": "protected PendingIntent getPendingSelfIntent(Context context, String action) {\n Intent intent = new Intent(MyOnClick);\n intent.setAction(action);\n Log.d(\"Pending\",\"Pending\");\n return Pending...
b0bbef76d2e133ac514d713b4838191a
/ Enabled force condition propagation Lifted jumps to return sites
[ { "docid": "a8b3d3b76e7ac60c30f1d20e0416e36f", "score": "0.0", "text": "public final void unregisterContentObserver(ContentObserver object) {\n Preconditions.checkNotNull(object, \"observer\");\n try {\n object = ((ContentObserver)object).releaseContentObserver();\n i...
[ { "docid": "eef9917ad62d5b0c2856562f0da0a537", "score": "0.5649358", "text": "@Override\n\tpublic void jumpCond() {\n\t\t\n\t}", "title": "" }, { "docid": "cae52b39dbc38fcdcf22b5cf8c4184f2", "score": "0.5603634", "text": "public void computeSwitchPoint(){\r\n\t\tSWITCH = false; \r\n\...
d04c45f55f2fb54c5297678db26543fc
Returns the result of interpreting the object as an instance of 'Result Spec Type'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "20d9758c6527cc3694aa939a78830957", "score": "0.75824285", "text": "public T caseResultSpecType(final ResultSpecType object) {\n return null;\n }", "title": "" } ]
[ { "docid": "5abc924fd04b3c9102c0868af48f8b51", "score": "0.59409624", "text": "@Override\n @SuppressWarnings(\"unchecked\")\n public Object convert(final ResultDescriptor desc, final Object result) {\n final Class<?> expectType = desc.expectType;\n final Class<?> returnClass = expect...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "5972682ded1b4086a1cedad7347e794c", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_privacy_policy, container, fals...
[ { "docid": "e352d0fde191c692db503ebc4af2e55a", "score": "0.68928224", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View rootView = inflater.inflate(R.layout.fragment_team_bio, container,...
2fd0a266f8adc6a52b7795f03da2649d
shows the game scoreboard
[ { "docid": "222773b7049eb30659824f0300e8404f", "score": "0.66201705", "text": "public void showGameBoard(Player player){\n\t\tFeatherBoardAPI.removeScoreboardOverride(player, \"build-battle-lobby\");\n\n\t\tFeatherBoardAPI.showScoreboard(player,\"build-battle-game\");\n\t}", "title": "" } ]
[ { "docid": "6ac955ec063175a3bd71c0e8ff0410ea", "score": "0.7992759", "text": "private void showScore() {\r\n View.show(score, this.getSize().width + 15, 0);\r\n }", "title": "" }, { "docid": "58ffdf688fd8a21899199308d8bdf252", "score": "0.78361124", "text": "public void sho...
9b2221bd14788ecceb91b10efbad9a49
Return if the webui is deployed in development mode or other.
[ { "docid": "df32549220428bcce055be16ecc93b74", "score": "0.79106456", "text": "public boolean isDevModeDeploy() {\n return _devModeDeploy;\n }", "title": "" } ]
[ { "docid": "7d089e8ca4369fbebcb26616451ae681", "score": "0.78225845", "text": "public boolean isDevelopmentMode() {\r\n\t\tif (this.environment.getRequiredProperty(\"app.mode\").equals(DEVELOPMENT_MODE))\r\n\t\t\treturn true;\r\n\t\treturn false;\r\n\t}", "title": "" }, { "docid": "4fa023953...
d402dde19d830f236ba8d56676279225
Set in current object child at index the given value
[ { "docid": "54db65bcbdddb24148ca9e8f205b5b2d", "score": "0.72975075", "text": "void set(int index, Object value);", "title": "" } ]
[ { "docid": "ce69ef37a3af46189124daab0f5b5ffa", "score": "0.74453086", "text": "public void set(int index, Object value) {\n checkIndex(index, size() - 1);\n\n myVersion++;\n getNodeAt(index).element = value;\n }", "title": "" }, { "docid": "ae178c8f3ca1bb68bd82d7f8bec5552f", "s...
7678e5b46b1c85d2bd492275f5dc3544
Return the number of blocks in the wrong position
[ { "docid": "3f807fcd2c219865ebe22d7f49980918", "score": "0.0", "text": "public int hamming() {\n int count = 0;\n for (int row = 0; row < n; row++)\n for (int col = 0; col < n; col++)\n if (board[row][col] != goal(row, col) && board[row][col] != 0)\n ...
[ { "docid": "20e09ba340b0221a2f86dc2c7dbaeac1", "score": "0.76490915", "text": "int getBlocksCount();", "title": "" }, { "docid": "20e09ba340b0221a2f86dc2c7dbaeac1", "score": "0.76490915", "text": "int getBlocksCount();", "title": "" }, { "docid": "47ca187f827718070a35ab65...
4b5f7cb7c802479721969dc817594e39
Act do whatever the button wants to do. This method is called whenever the 'Act' or 'Run' button gets pressed in the environment.
[ { "docid": "4c6fdae94479b1894ff76f8fac85f3a8", "score": "0.67712224", "text": "public void act() \n {\n if(Greenfoot.mouseClicked(this))\n {\n //checks for if the mouse clicks a button and which\n switch(type)\n {\n case \"teacup\": type =...
[ { "docid": "736cbd8fb5dd0698c61652c19080b539", "score": "0.74415463", "text": "public void actClick(){\n\texecutor.execute(() -> {\n\t\tif(GameKeeper.isCommandLegal(board, board.getCurrentPlayerID(), \"act\") == true){\n\t\t GameKeeper.actInput(\"\", board.getCurrentPlayerID(), board);\n\t\t}\t\t\n\t...
c1470cda267bf727d49c707b0dd35610
Optional. The date when the virtual machine image was created.
[ { "docid": "84a22e8c28c0931daaf13ac75197c656", "score": "0.0", "text": "public void setModifiedTime(final Calendar modifiedTimeValue) {\n this.modifiedTime = modifiedTimeValue;\n }", "title": "" } ]
[ { "docid": "be4ce66e87c69e75bcd6ddd215de8ca2", "score": "0.7081866", "text": "@DISPID(110)\r\n\t// = 0x6e. The runtime will prefer the VTID if present\r\n\t@VTID(105)\r\n\tjava.util.Date creationDateTime();", "title": "" }, { "docid": "01aa3701d4e4cb276ce6fde22c84833b", "score": "0.66838...
ac88eb0d03c345492a759d4fcc0ea1f9
Sends Date to DailyPlanner
[ { "docid": "0ae487b9fb1f56ba15597b53add47bfd", "score": "0.59583366", "text": "public void sendDateInfo(int year, int month, int dayOfMonth){\n\t\tIntent intent = new Intent(this, DailyPlannerActivity.class);\n\t\tString yearStr, monthStr, dayStr;\n\t\tyearStr = \"\" + year;\n\t\tmonthStr = \"\" + month...
[ { "docid": "830bb5ef0e9ba025fe7d69c908b0eb45", "score": "0.64905053", "text": "private void setDate()\n\t{\n\t\t// get today's date\n\t\tGregorianCalendar today = new GregorianCalendar();\n\t\tDateFormat dateFormat = DateFormat.getDateInstance(DateFormat.MEDIUM);\n\t\treportDate = dateFormat.format(toda...
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": "4edfa7179881df4304dedfcad4665f9a", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jLabel9 = new javax.swing.JLabel();\n jLabel1...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.73917925", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "b431c293...
ec926d4d7dbc8f444f6743280cca8f18
This is the method for customer to register.
[ { "docid": "020379cce5b35e4dea42c44c6b4a2f68", "score": "0.666171", "text": "public void register(){\r\n String id = registerID.getText();//get user input of user name\r\n String pwd = password.getText();//get user input of password\r\n String pwdCon = passwordConfirm.getText();//ge...
[ { "docid": "19b87c0cc89b62f8200918341bfff2b1", "score": "0.7608428", "text": "@Override\r\n\tpublic void toRegister(Customer customer) {\n\t\t\r\n\t}", "title": "" }, { "docid": "f7ca58103b32d654521c72a85d88040b", "score": "0.7594997", "text": "@Override\n public boolean registerC...
c4dcf069ea5e534662c65c2601c80f5f
Nothing happens for now
[ { "docid": "75d7d680f97e342791cf431d9cbeb155", "score": "0.0", "text": "public void takePicture(View view){\n }", "title": "" } ]
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.72789127", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "f8d94fd3a365ff0f8b293a42b581cc33", "score": "0.71324563", "text": "@Override\r\n public void caminar() {\r\n }", "tit...
879d6d66179fe3d39dfbdb177cb45617
Called back when the view is first created or its size changes.
[ { "docid": "ad7a97100de844d1cbc0a139f7eb23ef", "score": "0.0", "text": "@Override\n public void onSizeChanged(int w, int h, int oldW, int oldH) {\n // Set the movement bounds for the ball\n displayArea.setDisp(w-1, h-1);\n if (!isInitBackground) {\n isInitBackground = ...
[ { "docid": "a272beb29d701104a0f661eb97a7ef49", "score": "0.73823255", "text": "@Override\n protected void sizeChanged () {\n }", "title": "" }, { "docid": "59cafa3984202dd13052f9a9663340d4", "score": "0.7081468", "text": "@Override\n protected void onSizeChanged(int w, int h...
8ff8189d3248b3bfb92f45a883259bc4
Get The document microversion contained in the reference, or the current document microversion if not set in the reference
[ { "docid": "dfb8c071e5498102e291b4092cb5a6be", "score": "0.6576618", "text": "public final String getResolvedDocumentMicroversionId() {\n return this.resolvedDocumentMicroversionId;\n }", "title": "" } ]
[ { "docid": "22f508933a53168973c7c4f2a980a6b1", "score": "0.6795585", "text": "public final String getTargetDocumentMicroversionId() {\n return this.targetDocumentMicroversionId;\n }", "title": "" }, { "docid": "5d0b645acb746c36e51b66e53f6fb97c", "score": "0.5956887", "text": "@Ov...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "899409266f58006cefe9409debdb5681", "score": "0.0", "text": "public static void main(String[] args) throws InterruptedException {\n\n\t\tWebDriverManager.chromedriver().setup();\n\t\t\n\t\tWebDriver driver = new ChromeDriver();\n\t\tdriver.get(\"https://www.online.citibank.co.in/\");\n\t\t\n\...
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
72ba97f64267fce0f982d5aa3ea78139
/ / / STRINGS AND OTHER RENDERINGS / STRINGS AND OTHER RENDERINGS / STRINGS AND OTHER RENDERINGS Creates an ASCII drawing of this cube. The drawing is in a dagger like format. An example of a 2x2 cube is shown:
[ { "docid": "d690f80eb6349081677bea6a46cbaa09", "score": "0.5789833", "text": "@Override\n\tpublic String toString() {\n\t\tStringBuilder sb = new StringBuilder();\n\n\t\tbyte[][] ptop = getFacePieces(Face.TOP);\n\t\tbyte[][] pleft = getFacePieces(Face.LEFT);\n\t\tbyte[][] pfront = getFacePieces(Face.FRO...
[ { "docid": "5fb3cc563420b9d9129a4613a886e747", "score": "0.7243847", "text": "public void outputCube(){\r\n\t\tfor(int face = 0; face < 6; face++){\r\n\t\t\tfor(int x = 0; x < 3; x++){\r\n\t\t\t\tfor(int y = 0; y < 3; y++){\r\n\t\t\t\t\tSystem.out.print(faces[face].getChar(x, y));\r\n\t\t\t\t}\r\n\t\t\t...
c67da5ad038f422f0ff6ade2bf09e366
sieve method time complexity: O(N), space complexity: O(N) beats 38.09%(25 ms for 20 tests) TODO: improvement
[ { "docid": "651dbc8f237d08978f7befc2d4810a1f", "score": "0.0", "text": "public int countPrimes9(int n) {\n boolean[] isComposite = new boolean[n];\n int[] primes = new int[n]; // can be smaller\n for (int i = 2, primeCount = 0; i < n; i++) {\n if (!isComposite[i]) {\n ...
[ { "docid": "8a206653af3b4bacdd891c70128afd63", "score": "0.7488599", "text": "public static void sieve() {\n\n arr = new int[MAX + 1];\n arr[1] = 1;\n\n for(int i = 2; i <= MAX; ++i) \n if(arr[i] == 0)\n for(int j = i; j <= MAX; j += i)\n ...
3f193438a8309af473b71fc1663837bd
optional .greco.Params params = 3;
[ { "docid": "7e374fc48524691925eb3e5575e58a01", "score": "0.52934724", "text": "@java.lang.Override\n public greco.ParamsProto.ParamsOrBuilder getParamsOrBuilder() {\n return params_ == null ? greco.ParamsProto.Params.getDefaultInstance() : params_;\n }", "title": "" } ]
[ { "docid": "c702376c8f3e03fbeb0603bcdbc76c5c", "score": "0.7903122", "text": "greco.ParamsProto.Params getParams();", "title": "" }, { "docid": "91904c273f81451aa22e0c12cec264f7", "score": "0.7079716", "text": "injective.peggy.v1.Genesis.Params getParams();", "title": "" }, {...
011493959aea7c7cc47ebb7e8da6c02f
Updates flags to the current value of the EFLAGS register.
[ { "docid": "cdd6d167f69c36fcd64bc4249e44656b", "score": "0.52348644", "text": "private void syncFlags() {\r\n\t\tint flags = registry[9];\r\n\t\tcarryFlag \t = flags % 2 == 1; flags /= 4;\r\n\t\tparityFlag \t = flags % 2 == 1; flags /= 4;\r\n\t\tadjustFlag \t = flags % 2 == 1; flags /= 4;\r\n\t\tzero...
[ { "docid": "7a823e02cfb19142305c339bf5b01372", "score": "0.62494886", "text": "public void setFlags(int newFlags) {\r\n\tflags = newFlags;\r\n}", "title": "" }, { "docid": "0e137243b66a7b04673eaa8c55e34e65", "score": "0.6037235", "text": "protected void setFlags(int flags) {\n set...
7db6f8c294f1c37de996c663244b1d16
.dstore.values.StringValue replacement_function = 3;
[ { "docid": "07518790b643640ed5a895bd605a920e", "score": "0.5062752", "text": "public io.dstore.values.StringValueOrBuilder getReplacementFunctionOrBuilder() {\n return getReplacementFunction();\n }", "title": "" } ]
[ { "docid": "9f783d70fa931fb4e61f2bbb1d70757b", "score": "0.7981367", "text": "io.dstore.values.StringValue getReplacementFunction();", "title": "" }, { "docid": "cfb53e11c3073f4b211177ce89352fdd", "score": "0.7729501", "text": "io.dstore.values.StringValue getValue3();", "title":...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4b3d179ee081b9cd56693ba071a8c006", "score": "0.0", "text": "private void setListener() {\n\t\tbtnCapNhat.setOnClickListener(new OnClickListener() {\n\n\t\t\t@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\t// TODO Auto-generated method stub\n\n\t\t\t}\n\t\t});\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...
f48bf226a7aa0007ebad945fc11f89f3
Use if you need a collection of things to be converted from a json string like a List or Set
[ { "docid": "a699295439700d789d8926df79780c49", "score": "0.0", "text": "public static <T> T fromString(final String string, TypeReference<T> typeReference) throws DxlException {\n try {\n ObjectMapper jsonMapper = new ObjectMapper();\n return jsonMapper.readValue(string, typ...
[ { "docid": "c314dca80d7083e7473ded1b0a03d2d9", "score": "0.64748967", "text": "List parse(String json);", "title": "" }, { "docid": "7d96ae4df43d60e7f2cf9ed5fed1edfe", "score": "0.6102988", "text": "@Test\n public void shouldConvertStringOfListWithMixedElementTypesIntoListWithDiff...
a9bdc94304083c3011758963e5339ba4
repeated string match_players = 3;
[ { "docid": "bd75dd7d743bc0724ba9b5ecc6578f1d", "score": "0.5412104", "text": "com.google.protobuf.ByteString\n getMatchPlayersBytes(int index);", "title": "" } ]
[ { "docid": "68d120994687bb58c1e3422d5a36fe6a", "score": "0.6997661", "text": "String getMatchPlayers(int index);", "title": "" }, { "docid": "db129432ccdde85adb55840ea0bb192d", "score": "0.673322", "text": "int getMatchPlayersCount();", "title": "" }, { "docid": "e9b36915...
6cc7ced345188059da9a8ca1e0f6b66a
This returns the property descriptors for the adapted class.
[ { "docid": "413eed3b76a388ba526152c372f951dc", "score": "0.5713444", "text": "@Override\r\n public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) {\r\n if (itemPropertyDescriptors == null) {\r\n super.getPropertyDescriptors(object);\r\n\r\n // addMain...
[ { "docid": "02a58bf417cf34a41c16d7d82014c451", "score": "0.7653281", "text": "@Override\n\tpublic IPropertyDescriptor[] getPropertyDescriptors() {\n\t\treturn descriptors;\n\t}", "title": "" }, { "docid": "012617e2c62934c78b837faf13f74443", "score": "0.7395546", "text": "public Prope...
a78beb99d65e33dd3e96adab84c960cf
one of the most important task. :D here we will get to know what is the message of the reciever and sender. :D
[ { "docid": "39b30490685284ae4af8e1e2c62f8c66", "score": "0.0", "text": "@Override\n public void onBindViewHolder(@NonNull RecyclerView.ViewHolder holder, int position) {\n MessageModel messageModels = messageModel.get(position);\n final String posi = String.valueOf(position);\n i...
[ { "docid": "6075f825b21ed878a4c6aedb88b1bc4e", "score": "0.72904015", "text": "java.lang.String getSender();", "title": "" }, { "docid": "6075f825b21ed878a4c6aedb88b1bc4e", "score": "0.72904015", "text": "java.lang.String getSender();", "title": "" }, { "docid": "6075f825...
d2c31a5cf0b492d72ce9c590156aa197
The generic visit method used to allow an object that implements the Visitor interface to traverse the subtree rooted at this node. The implementation of this method determines which method of the Visitor will be called, which allows all the behaviours associated with a particular activity (e.g. intrepreting or compili...
[ { "docid": "b5b77fa01e349fcc3ccc5d1d3da0d0b4", "score": "0.56917506", "text": "public abstract <S, T> T visit(Visitor<S, T> v, S state) throws SmplException;", "title": "" } ]
[ { "docid": "e5057ca108e4f7bcc5d658554ca40b45", "score": "0.71683323", "text": "public abstract void accept(Visitor paramVisitor);", "title": "" }, { "docid": "81d758d559474cf1a481c4d99a7b252b", "score": "0.7120974", "text": "@Override\n\tpublic void accept(TreeProcessingVisitorI visi...
8a2f88dde8110b6a982598779dd5fa5a
End of display function
[ { "docid": "ea5621b21731bd63866b0b7ff60db599", "score": "0.0", "text": "void deposit(){\n\t\tint deposit;\n\t\tSystem.out.print(\"Enter the value to deposit:\");\n\t\tdeposit = sc.nextInt();\n\t\tbal+=deposit;\n\t\tSystem.out.print(\"Enter balance of your account as of now is:\"+bal);\n\t}", "title"...
[ { "docid": "d70b0735a894a6f15b7794d52ff79495", "score": "0.7955853", "text": "@Override\n\tpublic void endDisplay() {\n\n\t}", "title": "" }, { "docid": "a11d08695e862ceb218baee98b29a8dc", "score": "0.7860059", "text": "public void display() {\n\t\t\n\t}", "title": "" }, { ...
639c677f5dc2dd8f9dd15802f8b7512f
This method was generated by MyBatis Generator. This method sets the value of the database column cm_group_rel_industry_h.EFFECTIVE_DATE
[ { "docid": "d1e454c2cd29135fef0bc79018fa0916", "score": "0.5859318", "text": "public void setEffectiveDate(Date effectiveDate) {\n this.effectiveDate = effectiveDate;\n }", "title": "" } ]
[ { "docid": "d0e9f11a2dcd24cd7081a68f3fa13401", "score": "0.61963665", "text": "public abstract void setFec_segu_2(java.sql.Date newFec_segu_2);", "title": "" }, { "docid": "c547bd24b35ecf91d04fcab70247dfec", "score": "0.60770404", "text": "public abstract void setFec_segu_1(java.sql....
c14631b968f44fec4d30e4ef639f00de
Triggered when the base adapter detects the RecyclerView is approaching the end of its data set and is waiting for more data.
[ { "docid": "355880717ad23583108bf7f1918ff264", "score": "0.0", "text": "void onLoadMore(int pageCount);", "title": "" } ]
[ { "docid": "0f7570c97ab67ab6e664b43614d950b0", "score": "0.7121402", "text": "@Override\n public void onScrolled(RecyclerView recyclerView, int dx, int dy) {\n if (isMoreDataAvailable)\n if (!isSending)\n if (dy > 0)\n ...
e00f2b597c736441e0727c8119e64b3c
Validate that this layer can be added, (ie. not duplicate, etc)
[ { "docid": "4a9e5308c4a8bba6d2148e8470f63aaa", "score": "0.6453668", "text": "private void checkNewLayer(Layer l) \r\n throws Exception \r\n {\r\n\r\n }", "title": "" } ]
[ { "docid": "7f920ece1f5e2e1ece96bb6e6aa856f8", "score": "0.62937355", "text": "protected abstract boolean isAddAvaiable();", "title": "" }, { "docid": "a8cdcbc340c7b21c2199dbf97318c680", "score": "0.6211664", "text": "public boolean addLayer(CLayer layer) {\n if (layer != null...
2323efd7d19b73b509931ed80a803dd5
optional int32 attachment = 4;
[ { "docid": "2eab7cd811f95bbbda7c596e6cf48a30", "score": "0.67842907", "text": "public int getAttachment() {\n return attachment_;\n }", "title": "" } ]
[ { "docid": "78b7ce943515a52cd847bebdf5e69df6", "score": "0.7484156", "text": "int getAttachment();", "title": "" }, { "docid": "23aef5c96d519000ba03e905dc94c501", "score": "0.7052742", "text": "public int getAttachment() {\n return attachment_;\n }", "title": "" ...