query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
c6e8bff668e7b1ef7ff341263b51fbbb
Appends the string object.
[ { "docid": "a8cbfcecaee5047e229763d4e8a4c8c0", "score": "0.5997598", "text": "public void appendObject(String value) {\n\t\tString objectName = getTrueName(Integer.toString(currentIndex++));\n\t\tobjects.put(objectName, new SSDObject(objectName, \"\\\"\" + value + \"\\\"\"));\n\t}", "title": "" } ...
[ { "docid": "4c2d9be1bf185395fbdf0e779cd3c8e4", "score": "0.73129535", "text": "@ExternalBody\r\n\tpublic StringBuilder append(String s){\r\n\t\tsb.append(s);\r\n\t\treturn this;\r\n\t}", "title": "" }, { "docid": "8f716abe2b5485fce7605fbaeb207c32", "score": "0.726478", "text": "void ...
f1fa21f83002e87f24dc410ddf5a888d
Register the block exception handler for Spring Cloud Gateway.
[ { "docid": "11f9f924eabf782579c0c844348c7afc", "score": "0.6844569", "text": "@Bean\n @Order(Ordered.HIGHEST_PRECEDENCE)\n public SentinelGatewayBlockExceptionHandler sentinelGatewayBlockExceptionHandler() {\n return new SentinelGatewayBlockExceptionHandler(viewResolvers, serverCodecConfigu...
[ { "docid": "c1b7406c3d344ac3d55513e5f6e34db7", "score": "0.59271455", "text": "public Block(List<JavaExceptionHandler> exceptionHandlers) {\r\n Assert.isNotNull(exceptionHandlers);\r\n this.exceptionHandlers = exceptionHandlers;\r\n }", "title": "" }, { "docid": ...
3b75f5461dc1bda644a9288a564a9621
GET /reftypeservices/active : get all the refTypeServices.
[ { "docid": "51d9abbc1aed1661fbb633f2b6f5e984", "score": "0.86818624", "text": "@GetMapping(\"/ref-type-services/active\")\n @Timed\n public ResponseEntity<Set<RefTypeServiceDTO>> getAllActiveServiceTypes() {\n log.debug(\"REST request to get a page of RefTypeServices\");\n Set<RefTyp...
[ { "docid": "bdfacd07785933a164f4422e68e85b5d", "score": "0.8077551", "text": "@GetMapping(\"/ref-type-services\")\n @Timed\n public ResponseEntity<Set<RefTypeServiceDTO>> getAllRefTypeServices() {\n log.debug(\"REST request to get a page of RefTypeServices\");\n Set<RefTypeServiceDTO...
1c5da16403f040bbdf8c57157b14c7c4
Tells whether this stream is ready to be read.
[ { "docid": "78c949bb1cab7fecd38f40a96d556b8b", "score": "0.7450355", "text": "public boolean ready() throws IOException {\n return false;\n }", "title": "" } ]
[ { "docid": "4cde938c5bd6e901bb14e9c8098cd95d", "score": "0.8068905", "text": "public boolean ready() throws IOException {\n/* 480 */ return (this.in == null) ? false : this.in.ready();\n/* */ }", "title": "" }, { "docid": "29fe5d5519598d381d298f5a83d8893e", "score": "0.7896781"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ddcf5b92f72c3c49ae299249b3398ef2", "score": "0.0", "text": "@Override\n\t\tprotected void onCreate(Bundle savedInstanceState) {\n\t\t\tsuper.onCreate(savedInstanceState);\n\t\t\tsp = getSharedPreferences(\"config\", MODE_PRIVATE);\n\t\t\t//2.实例化这个手势识别器\n\t\t\tdetector = new GestureDetector(t...
[ { "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...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "65902d98d93b7ada4bda70b7450fe2dc", "score": "0.0", "text": "protected void generateAutoCompleteTextView(AutoCompleteTextView obj, int viewid, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {\n obj = (InstantAutoComplete) findViewById(viewid);...
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
11a781d1a6e09b5ca537c06faa739aa2
This method is derived from interface DialogListener to do: code goes here
[ { "docid": "ea70615a8008fc4ee64c824c48e947c1", "score": "0.0", "text": "public Vector getDialogs()\n {\n return this.dialogs;\n }", "title": "" } ]
[ { "docid": "550a10b3074a2a0003d717e1ce120989", "score": "0.75746137", "text": "@Override\n\tpublic void dialogue() {\n\t\t\n\t}", "title": "" }, { "docid": "134513ec219aca25a8f805103273cab5", "score": "0.75106186", "text": "public void onDialogPrepared() {}", "title": "" }, {...
7c0ca471493516c4f69c8fefeda1304e
Performs a logical XOR of this bit set with the bit set argument. This bit set is modified so that a bit in it has the value true if and only if one of the following statements holds: The bit initially has the value true, and the corresponding bit in the argument has the value false. The bit initially has the value fal...
[ { "docid": "03cf6b660ece894d0776a8751ca5f859", "score": "0.6568436", "text": "public void xor(BitSet set_) \r\n {\r\n if (set_ == this) { \r\n for (int i=0; i<nsubsets; i++) subset[i] = 0;\r\n return; \r\n }\r\n \r\n int nsubsets_ = nsubsets > set_.nsubsets? set_.nsubsets: nsubse...
[ { "docid": "54ed9b92cdf7d0872885567508112600", "score": "0.6539098", "text": "public Value bopBitwiseXor( Value val )\n throws PackagedScriptObjectException\n {\n try\n {\n return OExactNumber.makeExactNumber( longVal ^ val.castToExactNumber() );\n }\n catch(PackagedScriptObjectExce...
3edbaea489f626296a1332cd341c56d6
/ \brief method that gets user id
[ { "docid": "fa5f64d3c8ee2160576d62abe8d5164f", "score": "0.0", "text": "public int getID() {\r\n\t\treturn m_id;\r\n\t}", "title": "" } ]
[ { "docid": "25008295f137be20bf57595ff1223867", "score": "0.86050934", "text": "public long getUserID();", "title": "" }, { "docid": "696cbc8761968e9391953c537ff0e0aa", "score": "0.8495256", "text": "int getUserID();", "title": "" }, { "docid": "696cbc8761968e9391953c537ff...
da17adda38323972fd676fd6df272df7
To create a complaint by account number
[ { "docid": "a3c9490597775dd92abc9e9af1f951b9", "score": "0.6380103", "text": "public long createComplaintByAccount(String acctNo, String description)throws BillingSystemException\r\n\t{\r\n\t\ttry\r\n\t\t{\r\n\t\t\t//system date for the creation date\r\n\t\t\t Date systemDate = new Date();\r\n\t\r\n\t\t...
[ { "docid": "e3df620a69275d79446543c421a34e72", "score": "0.63300735", "text": "public Account(String actNumber) {\n accountNumber = actNumber;\n }", "title": "" }, { "docid": "30c0d8e02fac4de505b443aef4c1f173", "score": "0.62564623", "text": "public int createSavingsAccount(Strin...
3aad38ece818859775d3fbfc8b586b05
The main program for the ReplaceText class
[ { "docid": "5153582c21876840e763bf6a7d82a6c9", "score": "0.65668434", "text": "public static void main(String[] args) {\r\n\t\tGetOpt opt = new GetOpt(args);\r\n\r\n\t\t//System.out.println(opt);\r\n\t\t//Process options\r\n\t\tif (opt.isOpt(\"h\") || opt.getArgsCount() < 2) {\r\n\t\t\tprintExitHelp();\...
[ { "docid": "ec8567bbd7f2ca0ac245027f39e59675", "score": "0.69477147", "text": "public static void main(String[] args) throws FileNotFoundException {\n if (args.length != 4) {\r\n System.out.println(\r\n \"Usage: java ReplaceText sourceFile targetFile oldStr newStr\")...
2143011b0207947d8826f6fdadb4b7b8
Insert the provided patient pat
[ { "docid": "01217da27af7b0b049bba0cbb7e81269", "score": "0.0", "text": "public void addhospitalbyRegister(Hospital hosp) {\n\t\ttry {\r\n\t\t\tString sql = \"INSERT INTO hospital (name, location, telephone)\"\r\n\t\t\t\t\t+ \" VALUES (?,?,?);\";\r\n\t\t\tPreparedStatement prep = c.prepareStatement(sql);...
[ { "docid": "2aa9bfca3f969ee74833a43feedd407d", "score": "0.6792267", "text": "protected void insertPatient() {\r\n\t\ttry {\r\n\t\t\tConnection conn = new MyDatabaseHandler().getConn();\r\n\r\n\t\t\tPreparedStatement stat = conn\r\n\t\t\t\t\t.prepareStatement(\"INSERT INTO `surgery_data`.`patient` (`P_F...
e25fb631be978c5d7a58453301022df0
Declare this method as a method available externally through Endpoints
[ { "docid": "d61ad8f927ddf8475fa1e5baae3b18c1", "score": "0.0", "text": "@ApiMethod(name = \"sayHello\", path = \"sayHello\",\n httpMethod = HttpMethod.GET)\n\n public HelloClass sayHello() {\n return new HelloClass();\n }", "title": "" } ]
[ { "docid": "9b114f1b79ab275f620be3d3cedf637c", "score": "0.6982988", "text": "private Endpoints() {}", "title": "" }, { "docid": "43e06278f1b32eb560740aa9127b202e", "score": "0.63351303", "text": "public interface MyApiEndPointInterface {\n}", "title": "" }, { "docid": "4...
55242c88502dc6d8b412d36cb9e81233
Adds the mapping. Returns the location that the mapping was added to.
[ { "docid": "a6bfce6cbbcb139e71382cbdf2671920", "score": "0.7024385", "text": "int addMapping(Mapping mapping);", "title": "" } ]
[ { "docid": "60a1d6c476571ce684f7b8bbea0f0ce7", "score": "0.64069474", "text": "void addAlternativeLocationMapping();", "title": "" }, { "docid": "0481bb89bb18956450b78600aa08f42b", "score": "0.6388332", "text": "public final MapLocation add(Direction direction) {\n\n\t\treturn new Ma...
2742bc234487b9b2ab03f8a38f13e6e5
to cancel the boook in playground
[ { "docid": "64d5925700c7c40b2babe2a4b388761c", "score": "0.0", "text": "public void Cancel (String time)\n {\n\t BookedHours.remove(time);\n\t System.out.println(\"IT is Canceled\");\n }", "title": "" } ]
[ { "docid": "b086f0f0648c692358ea958eeaf6a32c", "score": "0.7183148", "text": "void cancel();", "title": "" }, { "docid": "b086f0f0648c692358ea958eeaf6a32c", "score": "0.7183148", "text": "void cancel();", "title": "" }, { "docid": "b086f0f0648c692358ea958eeaf6a32c", "...
4c454535ff320d2a8a2551e953eca859
Creates a new async stub that supports all call types for the service
[ { "docid": "0d88d16ea10819d3b37947ecd5cde817", "score": "0.0", "text": "public static KeymanagerListaGrpcServiceStub newStub(io.grpc.Channel channel) {\n io.grpc.stub.AbstractStub.StubFactory<KeymanagerListaGrpcServiceStub> factory =\n new io.grpc.stub.AbstractStub.StubFactory<KeymanagerListaGrp...
[ { "docid": "447ae5d5e3e032837a07095091da94ac", "score": "0.6130361", "text": "public <T, V extends RemoteService> T createMockService(Class<V> serviceClass) {\n\t\ttry {\n\t\t\t@SuppressWarnings({ \"static-access\", \"unchecked\" })\n\t\t\t// The GWT compiler allready check that the Async corresponding\...
311b44d442e8821cc46f86873a7f8779
The topmost y value of the canvas.
[ { "docid": "23a46eefa92571e816f0774e20b93b61", "score": "0.0", "text": "int getY();", "title": "" } ]
[ { "docid": "98f299b455814b204193bda15df1102d", "score": "0.8016935", "text": "public float getY() {\n\t\treturn this.getTopY();\n\t}", "title": "" }, { "docid": "c9f853bfde69ddbd9bfcbb0441d10555", "score": "0.8016924", "text": "public int getTopY() {\n\t\tif(y==30){\r\n\t\t\treturn y...
2e248f77fa38c9158eb2374f32e632ea
Returns the SQL that forms the command to add a primary key to the specified table composed of the given column names.
[ { "docid": "1ebdcc2ccac686455eabb2fd05c71b58", "score": "0.577441", "text": "public String[] getAddPrimaryKeySQL(String pkName, TableColumnInfo[] colInfos, ITableInfo ti, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs)\n\t{\n\t\treturn new String[] { DialectUtils.getAddPrimaryKeySQL(t...
[ { "docid": "7978a925bdeefba7396204c1c8454867", "score": "0.6825892", "text": "public String getCreatePrimaryKeySQL(TableMetaData tmd) throws SQLException {\n\t\tDbKey pk = tmd.getPrimaryKey();\n\t\tif (pk == null || pk.getColumnCount() == 0)\n\t\t\treturn \"\";\n\n\t\tStringBuffer sql = new StringBuffer...
7601125add8032fc53c72826dceea529
Builds the ApiCall object for searchLoyaltyRewards.
[ { "docid": "2ae879a9ba0c6d93cdc3f1358ae178ae", "score": "0.73615736", "text": "private ApiCall<SearchLoyaltyRewardsResponse, ApiException> prepareSearchLoyaltyRewardsRequest(\r\n final SearchLoyaltyRewardsRequest body) throws JsonProcessingException, IOException {\r\n return new ApiCal...
[ { "docid": "3ae7391d38a8b61f3099faeba9368a22", "score": "0.6223893", "text": "public SearchLoyaltyRewardsResponse searchLoyaltyRewards(\r\n final SearchLoyaltyRewardsRequest body) throws ApiException, IOException {\r\n return prepareSearchLoyaltyRewardsRequest(body).execute();\r\n }...
6b01644a10b5070fdc9dfc3a713f3f71
getter que devuelve el numero de filas del tablero
[ { "docid": "83e044856ef1844edfb7ef6ac9800aa0", "score": "0.79313004", "text": "public int getFilasTablero(){\n\t\treturn tablero.length;\n\t}", "title": "" } ]
[ { "docid": "d3599a5488c05f44abb42396334be35c", "score": "0.7623663", "text": "public int getFilas(){\n\t\treturn this.nFil;\n\t}", "title": "" }, { "docid": "f91a550cab8334777719f4b516e5f929", "score": "0.6509807", "text": "public int getColumnasTablero(){\n\t\treturn tablero[0].leng...
68a9dd30049c6cc741cd76ae2f75db5b
register the dispatcher for a realm before starting it.
[ { "docid": "de9bacb6398f5392da3618cdb8317821", "score": "0.7871469", "text": "private void register(String realm, RuleSetDispatcher dispatcher) {\n dispatcherTable.put(realm, dispatcher);\n }", "title": "" } ]
[ { "docid": "2ae2639d1da14e9942e510e68a9b332c", "score": "0.65543944", "text": "void registerDispatcher(ServerMessageDispatcher dispatcher);", "title": "" }, { "docid": "4b0ee370f31d858f8cff4f694979036d", "score": "0.65436494", "text": "public void startup() throws RuleSetControllerEx...
27ac38f0f55376000a1db6b6549d4bda
Move all of the other values forward
[ { "docid": "ccd71aadf226abdde5b5524259fc7d06", "score": "0.0", "text": "public static void insertNumInArray(int[] array, int index, int value)\n\t{\n\t\tfor(int i=array.length-2;i>=index;i--)\n\t\t\tarray[i+1] = array[i];\n\t\t\n\t\t//Put the value in the proper index\n\t\tarray[index] = value;\n\t}", ...
[ { "docid": "63392b34472e777beb8300fe5a55976b", "score": "0.65572304", "text": "private void resetAndTurnAround() {\r\n this.direction *= -1;\r\n Vector2d startingPoint = lastMoves.get(0);\r\n this.lastMoves.clear();\r\n this.lastMoves.add(startingPoint);\r\n }", "title...
67a39fd65c798fc7581046dbf98e2c94
Save the current Wikipedia in disk
[ { "docid": "ff4f5ee0aba0e0bb627e85bceafae7f6", "score": "0.8026255", "text": "public void saveWikipedia(String path) throws IOException{\n ArrayList<ArrayList<String>> wiki = exportWikipedia(w);\n WikipediaDataController.writeWikipedia(wiki, path);\n }", "title": "" } ]
[ { "docid": "018e37e754538290c67ba2be9a86c98e", "score": "0.6593409", "text": "void saveToFile();", "title": "" }, { "docid": "d4b25195dd1659c2acb919df41506089", "score": "0.65263915", "text": "void save() {\n //save based on the appropriate data structure\n switch (this...
7a079345a4a4b00e4335ab402c7655dc
/ renamed from: u
[ { "docid": "ff325647a2770388a371164424289a8f", "score": "0.0", "text": "public void mo11206u() {\n int i = 0;\n while (true) {\n int i2 = i;\n if (i2 < this.f15599B.size()) {\n C2264j.m9783f(((C2003c) this.f15599B.get(i2)).f6191c);\n i = ...
[ { "docid": "5b5591c8317fc4e4f01b37fb9a24ac99", "score": "0.64505756", "text": "java.lang.String getUa();", "title": "" }, { "docid": "3044bf1b76ca7a2457d55bbae97ae4ee", "score": "0.64221895", "text": "private static String strangizeU(String s) {\n\n StringBuilder sb = strangiz...
8b9eb5d9f1c096e0a79f8f3e49361bce
Sets the "other" element
[ { "docid": "81be2f98683852f19c639f5722bb8f7d", "score": "0.6675692", "text": "public void setOther(org.hl7.fhir.ResourceReference other)\n {\n generatedSetterHelperImpl(other, OTHER$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);\n }", "title": "" } ]
[ { "docid": "8e275712f0c10e9ea349cf4425ba37b5", "score": "0.6682014", "text": "public void setOther(String other) {\r\n\t\tthis.other = other;\r\n\t}", "title": "" }, { "docid": "6a50b3c0aea93395f07b209118f67ad0", "score": "0.63031185", "text": "public void setOther (java.lang.String ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "09761d61b1f946e08db43d286c688d27", "score": "0.0", "text": "@Override\r\n public void setRowId(int parameterIndex, RowId x) throws SQLException {\n \r\n }", "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}"...
729b0bddab63763a999d46d964cb6688
This method was generated by MyBatis Generator. This method sets the value of the database column order_trace_pay.id
[ { "docid": "3bcea922ec61f58d1536457a51821e7a", "score": "0.0", "text": "public void setId(Long id) {\n this.id = id;\n }", "title": "" } ]
[ { "docid": "cf42e9c75ba3cfee39f43f0927c1fff9", "score": "0.59201735", "text": "@Override\n public int pay(int idOrder, String pay) {\n Connection connection = null;\n PreparedStatement preparedStatement = null;\n int mod = -1;\n try {\n connection = getConnectio...
c1f85ac208d083c224a3f8e82a0b3239
Used to connect our custom UI to our recycler view
[ { "docid": "975ed3ad69a2e54e04e13fd59f7026d2", "score": "0.0", "text": "@Override\n public AdapterItems.ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {\n View v = LayoutInflater\n .from(parent.getContext())\n .inflate(R.layout.items, parent, false)...
[ { "docid": "6d88d4027204b85a1c569244e12d7d71", "score": "0.69415504", "text": "private void customizeRecyclerViews() {\n mIngredientRecyclerView.setHasFixedSize(true);\n mStepRecyclerView.setHasFixedSize(true);\n\n // Create dividers between items in the Ingredient Recycler View\n ...
d79f8fa20d328a8285a9b7af3ca051ce
$NONNLS1$ Return a array of values to pass to taskKeyComparator.compare() for sorting
[ { "docid": "62807ccec5b6feb2764f8ec8cf29beb5", "score": "0.54696345", "text": "public static String[] getSortableFromElement(IRepositoryElement element) {\n \t\tfinal String a[] = new String[] { \"\", null, element.getSummary() }; //$NON-NLS-1$\n \t\tif (element instanceof ITask) {\n \t\t\tITask task1 =...
[ { "docid": "8dbc6fda1e22c58efd1e6df3276ab04a", "score": "0.5858545", "text": "public abstract int[] getKeys();", "title": "" }, { "docid": "fcb298271a39c17d31da93595aea7231", "score": "0.57027864", "text": "protected abstract Object[] getKeyArray();", "title": "" }, { "do...
7a24779332adea4855e4764b04dcb435
get a calendar date before the current day
[ { "docid": "8a5b3ebed4c64976d9f102f424ca19dd", "score": "0.0", "text": "@Test\n public void contextLoads() {\n SimpleDateFormat simpleDateFormat = new SimpleDateFormat(\"yyyyMMdd\");\n System.out.println(httpConfig.toString());\n Calendar calendar = Calendar.getInstance();\n calendar.add(Ca...
[ { "docid": "53d22cff9fb213b9102ccf67ca1b3c8c", "score": "0.64946544", "text": "public String getPreviousDateByDayView() \r\n\t{\r\n\t\tcal.add(Calendar.DATE,-1);\r\n\t\t SimpleDateFormat date = new SimpleDateFormat(\"EEE, MMM dd\");\r\n\t\t String previousDate = date.format(new Date(cal.getTimeInMillis(...
15ac74b8543b21e3abdea7818424a9f1
return Arrays.asList(new Course(1,"Learn Microservices", "in28Minutes"));
[ { "docid": "bf2fbe5bb2f3fa6cbde92ffb8c98e1ca", "score": "0.6916422", "text": "@GetMapping(\"/courses\")\n public List<Course> getAllCourses(){\n List<Course> al = new ArrayList<>();\n Course c1 = new Course(1,\"JAVA\",\"Shiva\");\n Course c2 = new Course(2,\"Android\",\"Gangashiva\");\n Cou...
[ { "docid": "3d9d20cfa197b0fbdb3ac6be0a76674d", "score": "0.69515103", "text": "List<OptionalCourseVO> list();", "title": "" }, { "docid": "24a6f77f792b5d9abb2e4fb050a64d25", "score": "0.68700576", "text": "List<Course> getAllCourses();", "title": "" }, { "docid": "ed0f3ca...
c8e43ec953d36114b42d97d280c9ee18
Intercepts the request for the main page. Completely initializes the character. Adds condition to the character, if necessary.
[ { "docid": "4afaa2a2d647de2ae05c914849c34ffd", "score": "0.0", "text": "@RequestMapping\n public String main(Model model, Principal principal) {\n String name = principal.getName();\n User user = userService.findByUsername(name);\n Char myChar = user.getaChar();\n boolean ...
[ { "docid": "8cbdc985a8d32d5147fcce1b763a6bb6", "score": "0.56105995", "text": "public static void setInitialVisit(HttpServletRequest request, HttpServletResponse response) {\n HttpSession session = request.getSession();\n\n // init the visitor\n getVisitor(request, response);\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fc210c8a670471a0a2e454d87729a951", "score": "0.0", "text": "@Override\n\tpublic ServerResponse<Administor> login(String username, String password) {\n\t\t\n\t\tboolean isexistsusername = isexistsusername(username);\n\t\tif(isexistsusername){\n\t\t\tAdministor admin = admins.get(username);\n\...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
8d647dea3cd45b4b9581104fe312395b
Disposes of the week.
[ { "docid": "75aa9361e318144a7e521ee9b489537b", "score": "0.6394842", "text": "void dispose() {\n for (int i = 0; i < days.size(); i++) {\n days.get(i).dispose();\n }\n days.clear();\n days = null;\n }", "title": "" } ]
[ { "docid": "c54df693d9a25c7f3aab0812dea5c473", "score": "0.61798286", "text": "public void closeDown() {\n\t\tdispose();\n\n\t}", "title": "" }, { "docid": "ce7a7d83293568e62a5d61b755b57c92", "score": "0.6156721", "text": "private void flushWeek() {\n\t\tComponent[] days = this.weekP...
796be8459356aefa0ee0d5061c6233e7
Check if the device has internet connectivity for fetching data from the server
[ { "docid": "a69a22a09b993596a848818b8f5f13b2", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n if (WeatherUtility.isNetworkConnected(LandingActivity.this)) {\n requestForLocation();\n } else {\n Toast.mak...
[ { "docid": "02b47ed6e77ca384c4ae0d0912f9479d", "score": "0.76818264", "text": "private void check_Connection() {\n\t\tcd = new ConnectionDetector(getApplicationContext());\r\n\t\t// get Internet status\r\n\r\n\t\tisInternetPresent = cd.isConnectingToInternet();\r\n\r\n\t\t// check for Internet status\r\...
bd85b257d96e26321bc156d6f0dbc2a6
Methode zur Verarbeitung von MateNachrichten.
[ { "docid": "9cc5ed3078f2cda081bd2782814a05ef", "score": "0.55776656", "text": "public void processMessage(DeviceMateMessage m);", "title": "" } ]
[ { "docid": "67b1950be8e50d44901e00fd530d9b74", "score": "0.6807854", "text": "private void ChatNachricht() {\n\t\t//Kein leerer Text\n\t\tif (this.chatSendenArea.getText() != null) {\n\t\t\ttry {\n\t\t\t\tserver.sendChatMessage(\"Spieler \" + this.spielerNummer + \":\"\n\t\t\t\t\t\t+ this.chatSendenArea...
f6aa56839b84e4a0386ccff5b1929adb
FUNCTIONS VIEW TASKS FUNCTION
[ { "docid": "0fc178535e1e64bad231ff62b5d7df7d", "score": "0.0", "text": "private void initializeTableTasks (int courseID) {\n\n taskList = services.getCourseTasks(courseID);\n\n table = new JTable(taskList.size(), 2);\n\n model = (DefaultTableModel) table.getModel();\n\n table...
[ { "docid": "d355c7b026bcfbb570484ce1cd8a42fd", "score": "0.68740046", "text": "protected void toTaskView() {\n\t\t\n\t}", "title": "" }, { "docid": "bf7caacfd17f4448b005de223c45098c", "score": "0.68474317", "text": "listOfTasks createlistOfTasks();", "title": "" }, { "doc...
f338d27570809b17a43f7651a50c0639
optional string start_date = 12;
[ { "docid": "123c35939501bf6b72fec816e49952c3", "score": "0.0", "text": "public boolean hasStartDate() {\n return ((bitField0_ & 0x00000800) == 0x00000800);\n }", "title": "" } ]
[ { "docid": "1f0ac510e7802b9287e5046195e84bb1", "score": "0.78271186", "text": "public void setStart_date(int start_date){\n this.start_date = start_date;\n }", "title": "" }, { "docid": "9ec349321fb99e11a7f376d5cd79af94", "score": "0.78037137", "text": "public void setStart...
39f988ce0f5caf0ae33ca6205b9f1091
gets the clients from the server
[ { "docid": "b31d9995386cbcbe2e5d8c7311c7405b", "score": "0.71905315", "text": "public List<Client> getClientList() throws IOException{\r\n\t\t\r\n\t\tthis.send(Convertion.getClientList());\r\n\t\t\r\n\t\ttry {\r\n\t\t\treturn Convertion.convertClientList(this.read());\r\n\t\t\t\r\n\t\t} catch (IOExcepti...
[ { "docid": "58d9565267279074e8d4141165dd387f", "score": "0.7884105", "text": "public static List<ServerWaiter> getClients() {\n return clients;\n }", "title": "" }, { "docid": "b546bbb796fb23e6c2550452b2391eb3", "score": "0.7334195", "text": "@Override\r\n\tpublic List<Ses...
36355b0ff5cc8046ee2a091958b17060
Rueckgabe des Dieselverbrauchs (>=0)
[ { "docid": "3b6e81187dc0bdbbea4cd90306449e03", "score": "0.0", "text": "@Autor(\"Martin\")\r\n\tpublic double getVerbrauch() {\r\n\t\treturn verbrauch;\r\n\t}", "title": "" } ]
[ { "docid": "3b318bd5b7f5635d1f08aab7e99f9bbf", "score": "0.6322152", "text": "public int minValue(){\n return -70;\n }", "title": "" }, { "docid": "a9cc3c486cc987ac9fd24a89f8b1bf74", "score": "0.63165694", "text": "@Override\n\tpublic double boleto() {\n\t\treturn 0;\n\t}",...
5bd4cf2f22d4a4e1c8ca52ccd1bfccf1
string code = 5;
[ { "docid": "903e177d9c17003e0c911c03653e5a81", "score": "0.729171", "text": "java.lang.String getCode();", "title": "" } ]
[ { "docid": "a383711f81d92396589273e906e63c18", "score": "0.7359693", "text": "String getCode();", "title": "" }, { "docid": "a383711f81d92396589273e906e63c18", "score": "0.7359693", "text": "String getCode();", "title": "" }, { "docid": "a383711f81d92396589273e906e63c18",...
23f44ebac1b3b2efcb80ee1228374f3b
The current state of the job run entity itself.
[ { "docid": "dc39557504a2aa73bf85770f7206ee72", "score": "0.0", "text": "public void setState(String state) {\n this.state = state;\n }", "title": "" } ]
[ { "docid": "10e91872299d9d9d3e3cd0b961120555", "score": "0.75789034", "text": "public JobState getState();", "title": "" }, { "docid": "10e91872299d9d9d3e3cd0b961120555", "score": "0.75789034", "text": "public JobState getState();", "title": "" }, { "docid": "97fbfe7259fe...
a45f32180aaad7157667245622244864
Gets the appointmentRequestedCsfFteQuantity attribute.
[ { "docid": "5fa793989ad7e564fe8e2503da02bd6c", "score": "0.8869493", "text": "public BigDecimal getAppointmentRequestedCsfFteQuantity() {\n return appointmentRequestedCsfFteQuantity;\n }", "title": "" } ]
[ { "docid": "c3d42743f5d8aa42d212c4daa3ef71cc", "score": "0.7226298", "text": "public void setAppointmentRequestedCsfFteQuantity(BigDecimal appointmentRequestedCsfFteQuantity) {\n this.appointmentRequestedCsfFteQuantity = appointmentRequestedCsfFteQuantity;\n }", "title": "" }, { "d...
81212514226f68b7ce9367be79b102b7
Initializes the controller class.
[ { "docid": "d286488c485426f043e3eb67204a8cfb", "score": "0.0", "text": "@Override\r\n public void initialize(URL url, ResourceBundle rb) {\r\n txtActivationCode.setPromptText(\"Enter Activation Code Here\");\r\n }", "title": "" } ]
[ { "docid": "08ec19d0e0b59e65bfae9419c0d15b98", "score": "0.7851244", "text": "public Controller(){\n initializeFields();\n }", "title": "" }, { "docid": "52b59bb460716aa4b5cb5002142ee6f7", "score": "0.7629202", "text": "Controller()\n {\n }", "title": "" }, { ...
8da32f17501b51d19321aae119c071a5
Get the selected media item.
[ { "docid": "6ef73e4beeedc078e8389f09e115614a", "score": "0.7486457", "text": "private Multi getSelectedMedia() {\n return this.selectedMedia;\n }", "title": "" } ]
[ { "docid": "c0db51bf37154e2af8f78a01697b4bba", "score": "0.69470966", "text": "public void getSelection() {\n if (selectedMedia != null) {\n selectedMedia = null;\n }\n\n selectedMedia = (Multi) resultsListView.getSelectionModel()\n .getSelectedItem();\n\n ...
a1fd7c3ac1d2eb8a3b976b750566c914
Created by ubt on 2017/7/21.
[ { "docid": "8ff744eeba5bb1598f05f204909ccd3f", "score": "0.0", "text": "public interface IUpgradeListener {\n void onUpgradeSuccess();\n void onUpgradeFailed();\n}", "title": "" } ]
[ { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.61949164", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8b6c961814c14fa02879570fd7e65ac5", "score": "0.5966642", "text": "@Override\r\n\tpublic void scarica() {\n\t\t\r\n\t}", "t...
a3cec87a0ce5b83aea7773eb27e0d780
Retourne la liste des joueurs non inscrit dans l'equipe
[ { "docid": "ec042eb298d39ed81a68191a1009e953", "score": "0.0", "text": "public static List<PlayerBean> getPlayerNotInTeam(long teamId) {\n\n //Sous requete contenant l'ensemble des joueurs de l'équipe\n String allTeamPlayer = \"(Select * FROM \" + TeamPlayerDao.TABLENAME + \" TP WHERE TP.\...
[ { "docid": "bdfd8f7ac8053fbc3137c94c5e695d3e", "score": "0.61522514", "text": "public List<Acteur> findDistinctAllByMetierLibelleMetierContainsAndCompteIsValidTrue (String libelleMetier);", "title": "" }, { "docid": "db4bed5a1cf9528a5dd6f2f26a9d9ab4", "score": "0.6106054", "text": "L...
cbf8fb4c78719b97fb6caac2c14657d4
Get the time elapsed for task.
[ { "docid": "f1de36e26fc2602400607fe43439f959", "score": "0.0", "text": "public Period duration() {\n return this.duration;\n }", "title": "" } ]
[ { "docid": "509f8ebff12e3194a4d61aa24f687e41", "score": "0.8053822", "text": "public long getElapsedTime(AbstractTask task) {\n \t\tSortedMap<Calendar, Long> activityMap = taskElapsedTimeMap.get(task);\n \t\treturn getElapsedTime(activityMap);\n \t}", "title": "" }, { "docid": "9b16ca1c4f307...
2a2c8ba3ba64bcb058846c8d73af087f
Creates or updates an authorization in the specified express route circuit.
[ { "docid": "7151ed1f6cd85cd4b3f7dd29463b03c8", "score": "0.57430786", "text": "@ServiceMethod(returns = ReturnType.SINGLE)\n public Mono<ExpressRouteCircuitAuthorization> createOrUpdate(\n String resourceGroupName,\n String circuitName,\n String authorizationName,\n Expres...
[ { "docid": "e1a76d534ee76b0b76480d967b882297", "score": "0.59150034", "text": "@ServiceMethod(returns = ReturnType.SINGLE)\n public Mono<ExpressRouteCircuitAuthorization> createOrUpdate(\n String resourceGroupName,\n String circuitName,\n String authorizationName,\n Expres...
0661ffe1bed065640e8d911b68b17952
depending on tablet or phone will either initialize a new activity or a new fragment
[ { "docid": "3552ac510d1e76d3db906ffbcf8b3bdd", "score": "0.0", "text": "@Override\n public void onListItemClick(Parcelable data) {\n if (getResources().getBoolean(R.bool.isTablet)) {\n MasterDetailFragment fragment = (MasterDetailFragment) getSupportFragmentManager()\n ...
[ { "docid": "8eb2ac36c7afecfd14dd3aebb6758e1c", "score": "0.6902378", "text": "@Override\n // begin onCreate\n protected void onCreate( Bundle savedInstanceState ) {\n\n // 0. super stuff\n // 1. use the main activity layout\n // 2. if we are on a large screen and thus need to ...
9883416cc9355ae667333c7a9c723d21
Makeset: Creates a new set whose only member is i
[ { "docid": "abe40338936eced48c5d7a7429a64d21", "score": "0.661295", "text": "public void makeset(int i){\n\t\t//If the final set is false\n\t\tif(this.finalSet==false){\n\t\t\t//set the parent to the i passed\n\t\t\tthis.parent[i]=i;\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "a963b1bbeb56009518b40a995d5dc702", "score": "0.75142574", "text": "void makeSet() \n { \n for (int i=0; i<n; i++) \n { \n // all elements are own set initially\n set[i] = i; \n } \n }", "title": "" }, { "docid": "0c1ec7d92492d258450f88fcd49be7bd...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "9e8ae2061a46b871976b26cf82990852", "score": "0.0", "text": "public void mo27641a(String str, QEffect qEffect, boolean z) {\n if (this.cwY != null) {\n VeMSize veMSize = null;\n if (qEffect == null) {\n if (this.cwx != null) {\n v...
[ { "docid": "937780f4f035d57e7a7e7267f6580385", "score": "0.6369484", "text": "public interface C0257a {\n /* renamed from: a */\n void mo786a();\n }", "title": "" }, { "docid": "e64b0e78a1866c07d6a7a8de5ad114d6", "score": "0.63654995", "text": "public a a(ao.a ☃) {\r...
f239ba339aba2ba6ee63c97db1ae13e0
Test of toString method, of class BlackjackOutcome.
[ { "docid": "ba8d6611688e262c81b931af7a1a5c5c", "score": "0.7661084", "text": "@Test\n public void testToString() {\n System.out.println(\"toString\");\n System.out.println(outcome);\n String expResult = \"The odds of placing on TestOutcome1 are 1:3\";\n String result = out...
[ { "docid": "7dec5aef0d38ad90c58dadee8bf797c7", "score": "0.723093", "text": "public String toString(){\n\t\treturn super.toString() + \" has a Blackjack value of \" + value();\n\t}", "title": "" }, { "docid": "f76479d63b9bcdfe683246cd53b4d1fd", "score": "0.6891465", "text": "public S...
1b5076047ab6d1bcaf58a3bb2523a92d
Protected Methods none Private Methods Initialize the components and lay them out.
[ { "docid": "138fb7338e500c13feff7b0859411d12", "score": "0.7225601", "text": "private void initGUI() {\n setLayout(new BorderLayout());\n setOpaque(false);\n\n Font font = UIManager.getDefaults().getFont(\"Label.font\");\n font = font.deriveFont((float)font.getSize() + 1);\n ...
[ { "docid": "514e6800c3e6d342c133ecd613f1f8fd", "score": "0.80008566", "text": "private void initComponents() {\n\n\t}", "title": "" }, { "docid": "954f994ab3e7ccbfcf102e9a27821a74", "score": "0.7983784", "text": "private void initComponents() {\n\n setLayout(new java.awt.Borde...
12ed2aa54af80660fee954d566061b33
return null means request has been handled, and calling routine should exit without further processing
[ { "docid": "f09779ed277dbd538af855a859e17c5c", "score": "0.0", "text": "public static NetcdfFile getNetcdfFile(HttpServletRequest request, HttpServletResponse response, String path) throws IOException {\n TdsRequestedDataset trd = new TdsRequestedDataset(request, null);\n if (path != null) trd.pat...
[ { "docid": "baa8eef71dcca8f527b7aaac425062ed", "score": "0.7301387", "text": "@Override\n\tpublic Response handle(Request request) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "c04b7522d2e0ae14522742c78bca834b", "score": "0.70968366", "text": "void handleRequest();", "tit...
885168b79f701b62231e52f8354d27bd
Interface for class, which are able to show list of files in specific directory.
[ { "docid": "e8290196b343d6376e56b143493e24b8", "score": "0.6755303", "text": "public interface FileListView {\r\n\r\n int FILE_OPERATIONS_NOT_SUPPORTED = 1;\r\n\r\n @IntDef(value = {\r\n FILE_OPERATIONS_NOT_SUPPORTED\r\n })\r\n @Retention(RetentionPolicy.SOURCE)\r\n @interface ...
[ { "docid": "1e67c25760559d6ae5102a20ac4edf96", "score": "0.73480374", "text": "public interface DirectoryFiles {\n\n /** demonstration of creating a list of catalog elements and its subdirectories. */\n void dirElementsList();\n}", "title": "" }, { "docid": "2d283eb7be1c81457b18c3cd07778e4...
cc746a343d05b1d1f23b8422ef63b3ec
Test case number: 115 /Coverage entropy=0.9988874541038845
[ { "docid": "db9bf6d49f51786f6bdb7272e3a1824b", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test115() throws Throwable {\n StringReader stringReader0 = new StringReader(\"\\\"package\\\"\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 3044, 3044);\n ...
[ { "docid": "e47c559cfcb271cc978935778eb25873", "score": "0.709777", "text": "@Test(timeout = 4000)\n public void test091() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluati...
c73b0be33bede01b851a37c49a3de023
TEST destroySession TODO: Implementar el test para el metodo destroySession del servicio SrvSQIService.
[ { "docid": "e651d5e1101adce1e0d8ff4b37d60162", "score": "0.697258", "text": "public void testdestroySession() throws WrongCredentialsException, NoExisteSesionException \n {\n\n\n }", "title": "" } ]
[ { "docid": "ed6da1687a24406bbc49f79a73b13442", "score": "0.7246682", "text": "public Ice.AsyncResult begin_destroySession();", "title": "" }, { "docid": "cb7598683f1eeb6a7a7e10fe819cc939", "score": "0.72276354", "text": "public Ice.AsyncResult begin_destroySession(java.util.Map<Strin...
bb7ecb412d12bad129e56d964e8c50fe
Called when message is received.
[ { "docid": "7cf708feb2677a5435cd6a530b68d627", "score": "0.0", "text": "@Override\n public void onMessageReceived(String from, Bundle bundle) {\n\n titleArray=getResources().getStringArray(R.array.title);\n intentArray=getResources().getStringArray(R.array.intent);\n\n Log.e(\"on...
[ { "docid": "c7a4d921d0e628a10130376a27b173ee", "score": "0.8110454", "text": "@Override\n\tpublic void onMessageReceived(Message message) {\n\t\t\n\t}", "title": "" }, { "docid": "33e9412a56424d1d775becbe13bb682c", "score": "0.8095462", "text": "public void onMessageReceived(Message ...
38285156bb5b4436253fa6d72e36b723
Get description of the API Revision.
[ { "docid": "4900839cec4c6c9d9200207e2fe85355", "score": "0.0", "text": "public String description() {\n return this.description;\n }", "title": "" } ]
[ { "docid": "e58a223ba5e482daee2a06677299b303", "score": "0.7283602", "text": "public String apiRevision() {\n return this.apiRevision;\n }", "title": "" }, { "docid": "0407ad8f30b05bdb1f5476def4fe2454", "score": "0.6787876", "text": "@ApiModelProperty(value = \"The descript...
1ac4e9359fe6775db3a04da989b8bd2b
////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////// PERMISOS PARA APP ////////////////////////////////////////
[ { "docid": "0ad904603817d2641739eb6026810116", "score": "0.0", "text": "private boolean validaPermisos() {\n if(Build.VERSION.SDK_INT<Build.VERSION_CODES.M){\n return true;\n }\n\n if((checkSelfPermission(CAMERA)== PackageManager.PERMISSION_GRANTED)&&\n (ch...
[ { "docid": "a1a52064ad4185c93766d1ae6aa9cfcb", "score": "0.62888974", "text": "@Override\n public void run() {\n List<PackageInfo> packageInfos = pm.getInstalledPackages(0);\n appCount = packageInfos.size();\n try {\n Thread.slee...
87e9c3ef2dc2f7fbd947fcb84f62723f
Sends the command sender a formatted message. If the sender is a player, they will see the colored title, otherwise, it will be plain.
[ { "docid": "ae0820a8f8e3a45673f1ee22741f3c15", "score": "0.6732214", "text": "public static void sendMessage(CommandSender sender, String text) {\n\t\tString title = (sender instanceof Player) ? TITLE : \"[Amulyze]: \";\n\t\t\n\t\tsender.sendMessage(title + text);\n\t}", "title": "" } ]
[ { "docid": "ee11c83c05578e86aef2f1540305905e", "score": "0.7236763", "text": "private void sendMessage(CommandSender sender, String str)\n {\n if (sender == null)\n return;\n\n //strip color of console messages\n if (!(sender instanceof Player))\n str = Chat...
710d8ec6fbec1e82faf41e0b57001804
/HttpClient client = HttpClients.custom().build(); HttpUriRequest request = RequestBuilder.get() .setUri(SAMPLE_URL) .setHeader(HttpHeaders.CONTENT_TYPE, "application/json") .build(); client.execute(request);
[ { "docid": "39d0f5435cd3f66bea06772ffc62e38f", "score": "0.0", "text": "public static NewHttpWrapper prepare(){\n return new NewHttpWrapper();\n }", "title": "" } ]
[ { "docid": "caa67cb885b356beee7b65a24e6abc98", "score": "0.734809", "text": "@Test\n public void getRequest2() throws URISyntaxException, IOException {\n\n HttpClient client= HttpClientBuilder.create().build();\n\n URIBuilder uriBuilder=new URIBuilder();\n uriBuilder.setScheme(\"...
787698f7d971303ec59d6241b3647e1a
Called when the user taps the SEARCH button
[ { "docid": "dffb1d6f516a15e1a70ffa38892e99a3", "score": "0.0", "text": "public void searchForHotels(View view) {// Do something in response to button\n\n EditText editText = findViewById(R.id.editText); //Finds the id \"editText\" from activity_home.xml\n\n OkHttpClient client = new OkHttp...
[ { "docid": "c3bbb38d1c6e89bbea7d78637a6d4acc", "score": "0.8419778", "text": "void hitSearchButton();", "title": "" }, { "docid": "0a3576bb44101b3a4bb9cf78c0398777", "score": "0.8128854", "text": "public void onSearchClicked(){\n if(isStringEmpty(mQuery)) {\n loadVi...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0ec363ed7e3cb27f6ff7dcb07efa9497", "score": "0.0", "text": "@Override\n\tpublic List<RoleEntity> get(String... p) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
a4b8c258cb52b2b35d18b0baef0412ae
wykonaj po wyslaniu przez NFC start serwera
[ { "docid": "1c4732d8ea18ff66cc9f15ded328d74c", "score": "0.571442", "text": "@Override\r\n public void onNdefPushComplete(NfcEvent event)\r\n {\r\n mServer.start();\r\n\r\n SendActivity.this.runOnUiThread(new Runnable()\r\n {\r\n public void run()\r\n {\r...
[ { "docid": "92fa643113919c1d039ff733de2baf5f", "score": "0.66797113", "text": "@SuppressLint(\"NewApi\")\n private void initnfc() {\n nfcAdapter = NfcAdapter.getDefaultAdapter(VoterCardActivity.this);\n if (nfcAdapter == null) {\n Toast.makeText(this, \"nfc_device_not_support...
a99f35d6361e4aeda49cc5e5ca7564f1
Post: runs the thread on the specified range of the CensusData object to calculate the population of the grid squares.
[ { "docid": "38fb65cebc0db43367988372170eafe7", "score": "0.7103284", "text": "public void run() {\n\t\tfor (int i = min; i < max; i++) {\n\t\t\tCensusGroup censusBlock = cenData.data[i];\n\t\t\tint x = (int) Math.floor((censusBlock.longitude - ginfo.getMinLon())/ginfo.getLonGridSize());\n\t\t\tint y = (...
[ { "docid": "3f2ffaf2ceb3c2dba9ec814abb69bb77", "score": "0.5547537", "text": "public int[][] calculatePopulationGrid() {\n\t\tPreprocessBuildGridLock[] threads = new PreprocessBuildGridLock[NUM_THREADS];\n\t\tint threadWork = (max + min) / 4;\n\t\tfor(int i = 1; i < NUM_THREADS; i++) {\n\t\t\tthreads[i ...
1dfafeec6a2848a2bb74dd760eb60fc7
Constructor to create an IdmefMessageFactory instance
[ { "docid": "1d847797914725dfd63828a27a38765d", "score": "0.6925917", "text": "public IdmefMessageFactory(LDMServesPlugin ldm ){\n \n String agentName = \"unknown\";\n Address agentAddress = null;\n \n m_osName = System.getProperty( \"os.name\" );\n m_osVersion = System.getPrope...
[ { "docid": "8c1aaba3ec45b1000579a1dd05b3209c", "score": "0.8228065", "text": "public MessageFactory() {}", "title": "" }, { "docid": "9c311a537e377be61ef2f0e6465b5bc4", "score": "0.7863282", "text": "public MessageFactoryImpl() {\n\t}", "title": "" }, { "docid": "6d298cf7...
615498221e3b56db9a2f985847aa4521
Created by zhouyinyan on 2019/3/29.
[ { "docid": "a47d4f8dcd0134fda087267aab313468", "score": "0.0", "text": "public interface CookService {\n\n CookItem queryById(String id);\n\n PagedResult<CookItem> queryByCtgId(String CategoryId, int page, int size);\n}", "title": "" } ]
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.6118653", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1f6ca7603428a226b143ebf504f69fdb", "score": "0.5996301", "text": "@Override\n protected void initialize() {\n \n }", "title...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "5ed44f385bf99168afde83412118f135", "score": "0.0", "text": "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.mapa, menu);\r\n\t\treturn true;\r\n\t}", "title": "" } ]
[ { "docid": "d74efebd6fe79f46209a7e8cb2c52d89", "score": "0.718687", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif= getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" }...
82590d46b49d8ce958167728a72b7393
Captures user input from the keyboard. Every time data is inserted in the text pane, a variable will be updated with length of the styled document. This is done so that when a prompt to capture user input is initiated, the prompt method will know exactly which piece of data to return beginning with the index of the las...
[ { "docid": "1f72a484c9fd28287c127e4959db6351", "score": "0.0", "text": "public String nextLine() {\r\n return prompt();\r\n }", "title": "" } ]
[ { "docid": "bc723147b525a0b09479bb0b547fd267", "score": "0.56300956", "text": "private void initialize() {\n frame = new JFrame();\n frame.setBounds(100, 100, 535, 390);\n frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n frame.getContentPane().setLayout(null);\n ...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "0ab766f38c9aa0f0fbea43d2913bde22", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof Subseccion)) {\n return false;\n }\n Subseccion other = (Subseccion) object;\n if ((this.subseccionPK == null && ...
[ { "docid": "26849b62db8966bb0c89857458b343fa", "score": "0.6715109", "text": "@Override\r\n\tprotected String getidFieldName() {\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "79899da130da3e3077c9f5a0582fddf4", "score": "0.66858405", "text": "protected Long getID(){ return id;...
0b16f73a167928be9c5211ef061d7386
\brief Sets the default order for empty sequences in the static context.
[ { "docid": "8365abc7060b71888e2d45f9322f561e", "score": "0.7308397", "text": "@Override\n public void setDefaultOrderForEmptySequences(int i) throws XQException {\n if (!((i == XQConstants.DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_GREATEST) || (i==XQConstants.DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_LEAST))...
[ { "docid": "6e3183972d426482303c8a55eafdcabe", "score": "0.713207", "text": "@Override\n public int getDefaultOrderForEmptySequences() {\n int result = XQConstants.DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_GREATEST;\n int order = staticContext.getDefaultOrderForEmptySequences();\n if (or...
7352d9cf91ca1086dcb98a21c5fdf167
RECUPERE LA VALEUR DU DERNIER IDVOYAGE //
[ { "docid": "64c3386c4fd47e0f3624d3c227c90d71", "score": "0.0", "text": "public int GetMaxIdVoyage() {\n int max = 0;\n try {\n String jdbcDriver, dbUrl, username, password;\n DatabaseAccessProperties dap = new DatabaseAccessProperties(configurationFile);\n ...
[ { "docid": "fb0a3be15f28146c4286eebf2bf8e291", "score": "0.6737115", "text": "public int getDuur() {\r\n return duur;\r\n }", "title": "" }, { "docid": "544dfbee16bbd1cd02691135c86f9d34", "score": "0.6707616", "text": "private int valueD()\n {\n \treturn (int) (freque...
1addcbb66b878182083acf5436ce8e48
Returns list with all notes from repository
[ { "docid": "cf70f5034657fa0cc6d8e527124307e0", "score": "0.82115096", "text": "List<Note> getAllNotes();", "title": "" } ]
[ { "docid": "a66ae9a174da6783010f4d1cd45ce1b9", "score": "0.79139274", "text": "@Programmatic\n public List<Note> allNotes() {\n return repositoryService.allInstances(Note.class);\n }", "title": "" }, { "docid": "c8e2ecea09334142ad14533601b75d94", "score": "0.76846004", "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "57fbbde06eb5b52434cdb23f6589d95b", "score": "0.0", "text": "@Override\r\n\tpublic int updateOwner(Owner owner) {\n\t\treturn ownerMapper.updateByPrimaryKeySelective(owner);\r\n\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}"...
2188b5afae81f457f60c263d3a3e79d1
Add zone point for calculation
[ { "docid": "4be9c0633e4bdd77172b4bc300131c68", "score": "0.58989924", "text": "public void addPoint(Point3D point);", "title": "" } ]
[ { "docid": "048d059a4e40bd3445f0bd730f61d11c", "score": "0.6314497", "text": "public void addZone(String layout, String zone);", "title": "" }, { "docid": "efe2bb5e171b734e430c7409a30d6061", "score": "0.58867157", "text": "public void setZone(Integer zone) {\n this.zone = zon...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4ee6093c2ec7453736c1338447ddb28b", "score": "0.0", "text": "@Override\r\n\tpublic Object getModel() {\n\t\treturn ProcatalogDTOList;\r\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.6887848", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.6730944", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "tit...
09db4a79d94e06f4a5480e92afe670a4
Get message generated in thread
[ { "docid": "93d9cc0482b279fbd994e293765907ee", "score": "0.0", "text": "protected String getMessage() {\n if (allMessage == null)\n return allMessage;\n return allMessage.trim();\n }", "title": "" } ]
[ { "docid": "0129782c922fa564f84ce890373cd0db", "score": "0.6859112", "text": "Message getCurrentMessage();", "title": "" }, { "docid": "4feddd79f981e9e09251d17c2384f6ec", "score": "0.6617586", "text": "public void getMsgThread(InboxFragment.MessageThreads mThread){\n\n //now, ...
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": "80a7b49de7848a7d9d42679a376ae635", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n backgroundPanel = new javax.swing.JPanel();\n ...
[ { "docid": "37a5472d5b0f35cf64a077bc1dd978c4", "score": "0.7321245", "text": "public Form() {\n initComponents();\n }", "title": "" }, { "docid": "2901c5027f800c57f8efe188557aec1f", "score": "0.7292375", "text": "public MainForm() {\n initComponents();\n }", "...
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": "e210c81c75afa94fcb877f9e63671e4c", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jPanel1 = new javax.swing.JPanel();\n jLabel1...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.7395133", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "4d7bc4524...
25e9350a0de06beb310320ba71d74aa1
Tells bullet to die
[ { "docid": "7b211f2b2fba892b0fe04a04a3a06c76", "score": "0.7048541", "text": "public void die()\n \t{\n \t\tdead = true;\n \t}", "title": "" } ]
[ { "docid": "ab97cd95990db993f7c555cf0ba81c1e", "score": "0.7333059", "text": "public void die() {\n\t\tspawner.loseEnemyFromMe();\n\t}", "title": "" }, { "docid": "1aa1f1f163e7e885554ea40bf59b5e34", "score": "0.7246188", "text": "public void die()\n \t{\n \t\tdead = true;\n \t\tif (l...
2468dafda0ca2a704fa209a273df922f
This method was generated by MyBatis Generator. This method sets the value of the database column t_ims_query_action.name
[ { "docid": "37a3e0e24d682cc1d09b4a02f7c79d6e", "score": "0.0", "text": "public void setName(String name) {\n this.name = name == null ? null : name.trim();\n }", "title": "" } ]
[ { "docid": "fb3bfe9c2954072b4464bd1c3645779e", "score": "0.60644263", "text": "public void setName(String name)\n {\n this.putValue(Action.NAME, name);\n }", "title": "" }, { "docid": "92d4b722b7657953f826c5a6603a92de", "score": "0.6011023", "text": "public void initActionName()...
ff157025678b634f8c1abb412ae83d9b
Getting a specific Course using it's id
[ { "docid": "532f7194f856029f0a06f696e62f85ce", "score": "0.80832154", "text": "CourseModel getCourse(String id) {\n return courseRepository.findOne(id);\n }", "title": "" } ]
[ { "docid": "09ec6f95d5b72e21a9aedc0388c9561f", "score": "0.8232444", "text": "public Course getCourseById(String id){\n\t\treturn courseRepository.findOne(id);\n\t\t\n\t}", "title": "" }, { "docid": "3617a1cf79bb3fbda38b176ebfc0b18e", "score": "0.8146227", "text": "@Override\n\tpubli...
447262451074909cd7dbc071f29efd17
Metodos Abstratos para todos os graficos
[ { "docid": "0e240c777e22d8ce81465c0ae2303f4c", "score": "0.0", "text": "public abstract void addPosition(int escala);", "title": "" } ]
[ { "docid": "55b52f1d3e9d1eeab50f5ee5ada0c29d", "score": "0.56747806", "text": "@SuppressWarnings(\"rawtypes\")\r\n\tpublic static void getMeta() {\n\t\tDataMod obj = new DataMod();\r\n\t\tClass classe = obj.getClass();\r\n\t\tField[] campi = classe.getDeclaredFields();//ottiene i campi della classe Data...
97c7544dbdab820327dcc429385f8f85
Read the current column of pixels from the final image, send to pixelpusher
[ { "docid": "3c9bd656c4dc4eea5ddd7036ec10c5a1", "score": "0.0", "text": "public void display() {\n int c;\n \n if (testObserver.hasStrips) {\n int stripNum = 0;\n List<Strip> strips = registry.getStrips();\n\n if (strips.size() > 0) {\n ...
[ { "docid": "c08023c78ad54417d006117c89f0e314", "score": "0.58868915", "text": "private void updateGrid(){\n Bitmap preview = cameraObject.cameraData.getRgbImage();\n if (preview == null) return;\n //It's fine to lose a pixel. This just makes sure that I can't exceed the width or hei...
3032baed41b0596f772b8a9632a57f75
Creates an animation of the viewToAnimate view. It will be animated from the position of the fromView to it's normal position. The animation will expand the view from 0% to 100% of it's normal size.
[ { "docid": "4047eb58927a15266565b8b0be5e93df", "score": "0.6490723", "text": "private static AnimationSet getOpenAnimation(View fromView, View viewToAnimate, int duration) {\n int[] detailedViewLocation = new int[2];\n int[] fabLocation = new int[2];\n viewToAnimate.getLocationOnScr...
[ { "docid": "ba1bed6b58d6cfd506be7820fceb6d8d", "score": "0.7072199", "text": "private void setAnimation(View viewToAnimate) {\n ScaleAnimation anim = new ScaleAnimation(0.0f, 1.0f, 0.0f, 1.0f, Animation.RELATIVE_TO_SELF, 0.5f, Animation.RELATIVE_TO_SELF, 0.5f);\n anim.setDuration(new Rando...
3d78180622594d148432cac63fcae187
Created by dimomass on 27.12.18.
[ { "docid": "120fa3bde303be2694496b437f603eff", "score": "0.0", "text": "public interface GeometryPoint extends Identifiable {\n\n Point getPoint();\n\n void setPoint(Point point);\n}", "title": "" } ]
[ { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.6090124", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.5915669", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "61b399f987365e8090621d5e72f80394", "score": "0.0", "text": "@Override\n\t\t\tpublic void onAnimationCancel(Animator arg0) {\n\t\t\t\t\n\t\t\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
9e7422afa717cace16869bee157b1b4c
Contours may be modified by translation. If this Contour has been translated since it was instantiated, this method will return the offset to apply to the Shapes. If this Contour has never been translated, then the Shapes are accurate and this method returns null.
[ { "docid": "e30cfa9e87a0ab4c6749b4b09ec45547", "score": "0.0", "text": "Point2D getTranslation();", "title": "" } ]
[ { "docid": "43a3435f975c52c3741b17b178713890", "score": "0.6300446", "text": "public interface Contour {\n\n /**\n * Get the Shape which defines the outer boundary of the transition zone\n * surrounding this Contour.\n * @return A Shape which defines the outer boundary of the transition\n...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5698319039738180aa76f66c6a3a76aa", "score": "0.0", "text": "@Override\r\n\t\t\t\t\t public Object mapRow(ResultSet rs, int rowNum) throws SQLException {\n\t\t\t\t\t\tStudentVO vo=new StudentVO();\r\n\t\t\t\t\t\tvo.setName(rs.getString(1));\r\n\t\t\t\t\t\tvo.setKor(rs.getInt(2));\r\n\t\t\t\t...
[ { "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...
9eb39f5c051ef827472d845b391e1d6f
gets the number of methods in a class
[ { "docid": "f0b4d392d940afc25d096f52bb5fdaa7", "score": "0.72773856", "text": "public int getNumMethods(ClassNode owner) throws AnalyzerException {\n\t\treturn owner.methods.size();\n\t}", "title": "" } ]
[ { "docid": "4244a8bd7bad94400f882e02f2fc0d8c", "score": "0.7991523", "text": "int getClassesCount();", "title": "" }, { "docid": "9244b0aa9241877bd2628d080dc9dc61", "score": "0.7957857", "text": "@Override\n public int getTotalNumberOfMethods() {\n return objClass.getDeclar...
0d204b612f0372ba1d090784ec6d069f
Convert date to string.
[ { "docid": "e81978d6703fcce7ff79d70e2b0b3f70", "score": "0.0", "text": "public static String convertDateToString(Date strDate, String dateFormat)\r\n\t{\r\n\t\tif (!ValidationUtil.isNull(strDate))\r\n\t\t{\r\n\t\t\tDateFormat sdf = new SimpleDateFormat(dateFormat);\r\n\t\t\tCalendar cal = Calendar.getIn...
[ { "docid": "88a14f915a45796381a1ffd150095514", "score": "0.75786877", "text": "public static String dateString(Date date) {\n if (date == null) return \"\";\n return new SimpleDateFormat(\"yyyy-MM-dd\").format(date);\n }", "title": "" }, { "docid": "f5f0d0d43a8a0ef63cb3ba6fd...
27ec936c78a5744d49c2cd1ad60fd05f
Display the progress dialog
[ { "docid": "8b005d8269787abed44dea07358070a9", "score": "0.0", "text": "@Override\n\t\t\tpublic void run() {\n\t\t\t\tloginHandler.sendEmptyMessage(1);\n\n\t\t\t\t// Do the log in\n\t\t\t\tMySoup.login(loginURL, usernameString, passwordString);\n\t\t\t\tif (MySoup.isLoggedIn()) {\n\t\t\t\t\ttry {\n\t\t\...
[ { "docid": "5976c6fce821962939f3a0672c8c7675", "score": "0.8545667", "text": "@Override\n\tpublic void showProgress() {\n\t\twaitDialog(true);\n\t}", "title": "" }, { "docid": "8de3b2a3d7d95ef76d36344cea540404", "score": "0.81253046", "text": "void showProgress();", "title": "" ...
102935cac49f330b2bff1baf818a731f
This interface must be implemented by activities that contain this fragment to allow an interaction in this fragment to be communicated to the activity and potentially other fragments contained in that activity. See the Android Training lesson Communicating with Other Fragments for more information.
[ { "docid": "c829a94e29eeb1f1a58d9ec35cc97712", "score": "0.0", "text": "public interface OnFragmentInteractionListener {\n void onFragmentInteraction(Uri uri);\n }", "title": "" } ]
[ { "docid": "d717513ee3525b7172c6b7f7b1f53025", "score": "0.7329629", "text": "public interface OnFragmentInteractionListener {\n void goToViewMessage(User currentUser, User otherUser);\n }", "title": "" }, { "docid": "8fd81f4499f971ae6da33bc468e94eac", "score": "0.73038083", ...
8eb9d3e8bac5e1aa49b140820eeed11a
Method to get a Pin ID.
[ { "docid": "890ec3c50d95d0541e60187cd4411c9b", "score": "0.75469136", "text": "public String getPinID()\n {\n return pinID;\n }", "title": "" } ]
[ { "docid": "57e702991779d0ec5163042bfbda050f", "score": "0.69496906", "text": "public int getPin()\r\n {\r\n return pin;\r\n }", "title": "" }, { "docid": "42fa7d7008ae7e62e64216bcb39293f3", "score": "0.69110465", "text": "public int getPin() {\r\n return pin;\r\n }"...
f15803d3eef4c059c89ea17885685993
Test of searchImages method, of class Docker.
[ { "docid": "72ead8c06226da787e6b58278a035995", "score": "0.7665167", "text": "@Test\n public void testSearchImages() {\n System.out.println(\"searchImages\");\n String image = \"saqhuss\";\n Docker instance = new Docker();\n String expResult = \"NAME\";\n String[] r...
[ { "docid": "51223d524136b1a77aa28f2756576829", "score": "0.6925339", "text": "public interface ImageSearchService {\n\n /**\n * Register an image into the search instance.\n *\n * @param imageData Image data in JPEG or PNG format.\n * @param imageType Image format.\n * @param uuid...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7415b6e803033293c7eaa59a6ae56907", "score": "0.0", "text": "@Override\n\tpublic AppInfoBean findByAppId(String appId) {\n\t\tString sql=\"select id, user_id, app_name, description, app_url, redirect_url,\"\n\t\t\t\t+ \" app_id, app_secret, create_time from oauth2_app where app_id=?\"; \n\t\t...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
c219ceacb3eaf22ce32619725ae53fa7
Creates the specified HTML element.
[ { "docid": "9ba6634c64e3cece1a508e1218a4780f", "score": "0.6185024", "text": "public static <E extends HTMLElement> E createElement(String element, Class<E> type) {\n return createElement.create(element, type);\n }", "title": "" } ]
[ { "docid": "a785692b841c7b240621457fb858dfc6", "score": "0.6834702", "text": "public Element createElement(String element) {\n return document.createElement(element);\n }", "title": "" }, { "docid": "f74112a5fd08bbf8bf6cfeb5497b8cfc", "score": "0.679846", "text": "public El...
cb7578daf233dba26967a277ec50dc01
NAmes an auxiliary type.
[ { "docid": "fc29d44743461152946721d66c37f475", "score": "0.0", "text": "String name(AuxiliaryType auxiliaryType, TypeDescription instrumentedType);", "title": "" } ]
[ { "docid": "f08caab4d60cb64654c893d94b6dc521", "score": "0.5862292", "text": "@Override\n\tpublic void visit(NoType noType) {\n\t\t\n\t}", "title": "" }, { "docid": "4ca2be9e1e3be19c1c410a255a89cbd2", "score": "0.57230157", "text": "public abstract Type mo47012a(Type type);", "ti...