query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
e7f701ba3f07cd93552f1a3dffc08dfd
/////////////////////////////////////////////////////////////////////////////////////////////////// Cac ham chuc nang ///////xet dang nhap
[ { "docid": "4c7b1439588caa9d17c3acc03324e651", "score": "0.0", "text": "int xetdn(EditText uname, EditText pass) throws Exception{\t\t\t\n\t\tif(Bao_mat.SHA256(uname.getText().toString()).equals(pre.getString(\"username\",null)) & Bao_mat.SHA256(pass.getText().toString()).equals(pre.getString(\"pass\", ...
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.71459836", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "a212b436945afa7bc0fcd1495479e0f8", "score": "0.66670936", "text": "public void nacrtaj(){\n //naredbe za crtanje pravougao...
75619b791756df7e03599da5632f7dd0
Copies all of the mappings from the specified map to this map.
[ { "docid": "a6219fab741b80e0f76789330fdd3315", "score": "0.0", "text": "@Override\n public void putAll(Map<? extends K, ? extends V> m) throws UnsupportedOperationException {\n for (final Map.Entry<? extends K, ? extends V> entry : m.entrySet()) {\n ensureValidType(entry.getKey(), ...
[ { "docid": "af7f25eb054acf237f1859f2a2d925b8", "score": "0.71315396", "text": "public void copy(Map map) {\n tiles.putAll(map.getTiles());\n }", "title": "" }, { "docid": "af05967e22280342d20b8b9745f0b592", "score": "0.68544143", "text": "public void putAll(Map<? extends K,...
df0b9902cf41ceab3d9dcafa3b000696
/ compiled from: fb4a_timeline
[ { "docid": "27c769866ea7739039801a50d936a570", "score": "0.0", "text": "public interface RemoveTokensUpdater {\n void mo1213a(List<BaseToken> list, BaseToken baseToken);\n }", "title": "" } ]
[ { "docid": "7c8a6f30da2e59eb4d5d00d0a7bc8a13", "score": "0.61845636", "text": "public TimelineReader()\n {\n }", "title": "" }, { "docid": "9caf7cb8fa5b097a04c83fb0119084be", "score": "0.6163802", "text": "public Timeline(){\n\t\tlist = new SimpleLinkedList<Tweet>();\n\t}", ...
5f63f4baeecf2248256678069edfd63e
Sets the sizeLimit value for this WUFileOption.
[ { "docid": "109972ee2e2d2b5ddab7bfbcbea2b9a6", "score": "0.7264562", "text": "public void setSizeLimit(java.lang.Long sizeLimit) {\n this.sizeLimit = sizeLimit;\n }", "title": "" } ]
[ { "docid": "e6a9e036f4439b444d79dbf56886a330", "score": "0.67624664", "text": "public void setMaxFileSize(int x) {\n maxFileSize = x;\n }", "title": "" }, { "docid": "9a7df90b5fad2af5f027d2394da77243", "score": "0.65771914", "text": "void setUploadLimit(int uploadLimit);", ...
c4e242cb36c110242aafb9085df07794
Saves a tree to a text file
[ { "docid": "d7214bf292e27d838a1b7c49ff062d46", "score": "0.7434842", "text": "@Override\n\tprotected void save(PrintWriter out) throws FileNotFoundException\n\t{\n\t\t//Start saving the tree\t\t\n\t\ttreeHead.save(out);\n\t\t\n\t\t//close the file\n\t\tout.close();\n\t}", "title": "" } ]
[ { "docid": "6e480fb92a3a72e31bb1af053d0c04a5", "score": "0.7977924", "text": "public void saveTree(String path)\n\t{\n\t\ttry \n\t\t{\n\t\t\tsave(new PrintWriter(path));\n\t\t} catch (FileNotFoundException e) \n\t\t{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t}", ...
63e3ba244c02b6e21c3f686ca2e3b725
This method was generated by MyBatis Generator. This method returns the value of the database column multilevel_menu.parent_menus_code
[ { "docid": "b5538786b80da96669a7453bab540e54", "score": "0.78382725", "text": "public String getParentMenusCode() {\n return parentMenusCode;\n }", "title": "" } ]
[ { "docid": "491030bebbac0ccface774c6f8635b2b", "score": "0.7069261", "text": "public void setParentMenusCode(String parentMenusCode) {\n this.parentMenusCode = parentMenusCode;\n }", "title": "" }, { "docid": "64dab2169126d739c1aff5a1e2428b13", "score": "0.7057549", "text":...
9bee7370ade8a4f924f0509abd3d3477
Mandamos a buscar el usuarioTop
[ { "docid": "11d19e09178a63ec17b8b1bd1e2e8c29", "score": "0.0", "text": "@Override\n public void onChanged(List<UsuarioVentas> usuarioVentas) {\n vm.traerUsuarioTop(usuarioVentas);\n\n //cargamos los datos en el grafico de torta\n vm.cargarDatos(usu...
[ { "docid": "1071bd6a18fdf360239a9db57d27a930", "score": "0.647995", "text": "@Test\n public void testFindTop() throws Exception {\n List<UserOnline> userOnlineList = userOnlineRepository.findTop(\n new Sort(Sort.Direction.DESC, PROP_TOTAL_LOGIN_COUNT), 2);\n assertNotNull...
628572bf35f7942f0bd142cd93d11563
Set/tag a vertex id with the specified type.
[ { "docid": "8c00a8c955ba0ae2fc78e83dcd7b3c3d", "score": "0.7834603", "text": "public void setVertexType(I vertexId, VertexType type) {\n switch (type) {\n case INTERNAL:\n // implicit (absence from all sets indicates internal)\n return;\n case LOCAL_BOUNDARY:\n synchronizedAdd(lo...
[ { "docid": "dd2b646f5090b0aae27edd778cc97283", "score": "0.66361725", "text": "void markVertex(Type vertex);", "title": "" }, { "docid": "8aeb9d8106a2632724b11d283cbe7279", "score": "0.64484245", "text": "public Vertex(long id, VertexType type) {\n this.id = id;\n this....
9fef15b7f4432378a54f1951cc072eed
Log.d(TAG,"animateMove item = " + holder);
[ { "docid": "4cd285ec9bc491953187c45987c16f41", "score": "0.6339479", "text": "@Override\n public boolean animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY, int toX,\n int toY) {\n final View view = holder.itemView;\n fromX += ViewCompat.getTr...
[ { "docid": "595077ee66896e5effb24036decd0ad5", "score": "0.65527225", "text": "protected void onNewItemAttached(AnimatorItem item){}", "title": "" }, { "docid": "4396dcd4de947188f0788f45a068373f", "score": "0.6539534", "text": "public MyHolder(View itemView) {\n super(ite...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "44d55710cfab9f6615b9c9ce1c61bb74", "score": "0.0", "text": "@Override\n\tpublic void onClick(View v) {\n\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...
1132926ba36ff0c2e246755860ccc2e0
El dia de devolucion sera el dia de hoy
[ { "docid": "4d10a9899a068112fd588077710564da", "score": "0.66739815", "text": "public void setDiaDevolucion() {\n\t\tthis.diaDevolucion = LocalDate.now();\n\t}", "title": "" } ]
[ { "docid": "0744100bc679b37090bb3eb9314ed171", "score": "0.7197981", "text": "@Override\n\tpublic int dia() {\n\t\treturn 0;\n\t}", "title": "" }, { "docid": "cabf9a8d0a6af3502bfa42d5cd1f36ff", "score": "0.6899989", "text": "public int cambiarHora(){\n if(hora>24){\n ...
2d1296f21d4d1591267b835c84bec735
Saves the given staff to a file with the given filename.
[ { "docid": "b1b6c9c0de448fc09a0caa13a4c0b377", "score": "0.6280474", "text": "public static void saveSheet(Context context, String fileName,\r\n\t\t\tStaffLayout staffLayout) {\r\n\t\ttry {\r\n\t\t\tString xml = createSheetXML(staffLayout);\r\n\t\t\tFile root = context.getDir(RECORDINGS_DIR, Context.MOD...
[ { "docid": "3f6dad64ba58545740088a59f8c07413", "score": "0.6746374", "text": "public void saveToFile(String filename) {\n }", "title": "" }, { "docid": "db9bfee3edfaf638530b722f9c1710da", "score": "0.64893293", "text": "public void saveToFile() {\n\n try {\n Outp...
92e9d870ec723f12ffc33cdcbfed0d77
Method to 'play' the game with the provided players. It returns the winner profile.
[ { "docid": "dc1df2f87d3f65d2f0b0bc5c00a23f29", "score": "0.66500634", "text": "Map<String, List<PlayerDetails>> playMatch(PlayerDetails[] players);", "title": "" } ]
[ { "docid": "699bbe8e398082cac3c022f7d53832aa", "score": "0.69496846", "text": "public void playPlayersGame(){\r\n startGame();\r\n while (playersActive())\r\n playRound();\r\n \r\n }", "title": "" }, { "docid": "8ac623a7647faa6bebedc9f3b838dc5e", "score...
bc5dbddd8978d0a6a79d8068589a866e
required string block_object = 9; required string block_object = 9;
[ { "docid": "96ca01270778a7012d0ac6b81ad0eafe", "score": "0.50080955", "text": "boolean hasBlockObject();", "title": "" } ]
[ { "docid": "0a2d06d67a7a49008342ba36bf6859ca", "score": "0.6618622", "text": "java.lang.String getBlockObject();", "title": "" }, { "docid": "af01086077083926a9805209b42070be", "score": "0.6344437", "text": "public Builder setBlockObject(\n java.lang.String value) {\n ...
da505e5fdd1a3875a0e384d3c2148325
Logging out the user. Will set isLoggedIn flag to false in shared preferences Clears the user data from sqlite users table
[ { "docid": "435fd3951e29c8d2cd10d4a073b02c17", "score": "0.79458183", "text": "private void logoutUser()\n {\n session.setLogin(false);\n\n db.deleteUsers();\n\n // Launching the login activity\n Intent intent = new Intent(settings.this, LoginActivity.class);\n star...
[ { "docid": "c2f99bf23f9863a6f450e86b3f40a83c", "score": "0.7906204", "text": "private void logoutUser() {\n session.setLogin(false);\n\n db.deleteUsers();\n\n // Launching the login activity\n Intent intent = new Intent(MainActivity.this, LoginActivity.class);\n startA...
1dc2061ad125029085aedcf0ab5331ff
int64 Quantity_2 = 14;
[ { "docid": "2e63c8cfaae5d545f934a900f4b6d809", "score": "0.5961467", "text": "public long getQuantity2() {\n return quantity2_;\n }", "title": "" } ]
[ { "docid": "989cca5e13c482e1d924533e6f4b1969", "score": "0.73971236", "text": "long getQuantity2();", "title": "" }, { "docid": "f9990290a3ff3aeb8bb6efa8c0ba2f05", "score": "0.7308187", "text": "long getQuantity1();", "title": "" }, { "docid": "795a29f8586d7af2de7cc6e4714...
9a320eba81623ef1408ed2a21aa16522
Constructor prepares class for use by making new instances of 'allCollections', which holds all rows, columns and blocks as ordered lists.
[ { "docid": "4352c6b375449fdd217874ad94451ac8", "score": "0.6135252", "text": "public SolverModel() {\r\n allCollections = new LinkedList<LinkedList<Cell>>();\r\n }", "title": "" } ]
[ { "docid": "f6450b0ff1da92236b6d721d6f272a28", "score": "0.65896285", "text": "public void defineRowsAndColumns() {\r\n for (int i = 0; i < SUDOKU_SPACES; i++) {\r\n LinkedList<Cell> collectionRow = new LinkedList<Cell>();\r\n LinkedList<Cell> collectionColumn = new LinkedLi...
9a2f7015e1b7703fe9da501b130f3ae3
Create an image file name
[ { "docid": "55a0164ab64114f0170d108ae34e5438", "score": "0.62885094", "text": "private File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\", Locale.US).format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n ...
[ { "docid": "3bdb71f6fd8237ec4fa93baf6697a30d", "score": "0.8001125", "text": "private File createImageFileName() throws IOException{\n String timestamp = new SimpleDateFormat(\"yyyymmdd_HHmmss\").format(new Date());\n String prepend = \"IMAGE_\" + timestamp;\n File imageFile = new F...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7c45c8430d050753b3df5871a3baf420", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint A = scan.nextInt();\n\t\tint B = scan.nextInt();\n\t\t\n\t\tscan.close();\n\t\t\n//\t\tint A = 4, B = 6;\n\t\t\t\t\n\t\tif ((A...
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
97f633cad95eeaf77995839195b819b2
Creates a new ReferenceDAO object and adds it to the datastore.
[ { "docid": "4f83c8c7dea997b04ff71f3a82e4df69", "score": "0.5718143", "text": "ReferenceData add(ReferenceData instance) throws DataException;", "title": "" } ]
[ { "docid": "8c53c4a0c4be2898e705c22243f3f453", "score": "0.57855207", "text": "public gov.nih.nlm.ncbi.www.RsiteRefDocument.RsiteRef.Db addNewDb()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n gov.nih.nlm.ncbi.www.RsiteRefDo...
e7db1a42f5ddf1a50f0bca8bb78bcc0a
This method will return the second player's current board.
[ { "docid": "750c68c642e243b8e515f52bda21329a", "score": "0.5940386", "text": "public int[] checkPit2(){\r\n\t\treturn p2.getBoard();\r\n\t}", "title": "" } ]
[ { "docid": "443cccda9bd35b425ab3fbf348fce72c", "score": "0.7386028", "text": "public Board getBoard() {\n return playerBoard;\n }", "title": "" }, { "docid": "7e8418090c7a5385983b76b2f88ae979", "score": "0.69361126", "text": "public Piece[][] getCurrentBoard(){\n\t\treturn ...
6c77686b5b3a961eac870e70c085d262
Returns a textual representation of a bean.
[ { "docid": "02bbf1996831f8ff716a4265fc684bfa", "score": "0.0", "text": "public String toString() {\n\n\t\tStringBuilder buffer = new StringBuilder();\n\n\t\tbuffer.append(\"id=[\").append(id).append(\"] \");\n\n\t\treturn buffer.toString();\n\t}", "title": "" } ]
[ { "docid": "11fecaadbe5d182ff0e7c89aca9e2515", "score": "0.75772583", "text": "public String toString() {\r\n return _objBean.toString();\r\n }", "title": "" }, { "docid": "f44ebf9b41c03f9e0b103e86b370d23f", "score": "0.7466819", "text": "public static String toString( Obje...
bf3bdda1530bee978ecf82089709c313
Indicates the type of function performed at the location. Replaces the existing list with a new one containing elements from the Collection
[ { "docid": "536a78a3dcf1de44361e515bb263fc3c", "score": "0.0", "text": "public Builder type(Collection<CodeableConcept> type) {\n this.type = new ArrayList<>(type);\n return this;\n }", "title": "" } ]
[ { "docid": "a5a72be0609db0970f48cc4294a8d948", "score": "0.5262138", "text": "@Override\n\tpublic List<Map<String, Object>> updateList(String type,\n\t\t\tList<Map<String, Object>> data) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "c7bf96904ae93c8faa420b163b264134", "score": "0....
10806cfab388d467ca2d05591ebf7d42
Sets the folderName attribute to the given value. To search the root folder, use a slash or backslash, or simply don't set a folder at all.
[ { "docid": "a3b33d65253a936aeec37b1bc4d139c3", "score": "0.72601736", "text": "public void setFolderName(String folderName) {\n this.folderName = folderName;\n }", "title": "" } ]
[ { "docid": "2e45bb2823cd73f1a9eb8a0cfbeb1b39", "score": "0.7388973", "text": "public void setFolderName(String folderName) {\n //We do nothing here. \n //This is to placate serializers looking for folderName setter.\n }", "title": "" }, { "docid": "d69115f152b41eb353e6a518d4...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "b446e930f302ef72a889dad526d05f12", "score": "0.0", "text": "public void setAccountresource(java.lang.String param){\n localAccountresourceTracker = param != null;\n \n this.localAccountres...
[ { "docid": "0c6eff1fd7481cc169c659695ed0a260", "score": "0.7509955", "text": "@Override\r\n\t\tpublic void set(Object arg0) {\n\t\t\t\r\n\t\t}", "title": "" }, { "docid": "7c0b39df4cc33f9500abab79c0a8f23f", "score": "0.72649664", "text": "Method getSetter() { return _setter; }", ...
dfa16eab7e472db7d203b1289f62811b
public int Decrease_Key(DHeap_Item item, int delta) precondition: item.pos < size; item != null isHeap() postcondition: isHeap()
[ { "docid": "397b6cf2aa4ecb6ef43e67547097ff0c", "score": "0.9100421", "text": "public int Decrease_Key(DHeap_Item item, int delta)\n\t{\n\t\tint counter=0;\n\t\tint pos = item.getPos();\n\t\tif (delta==Integer.MAX_VALUE)\n\t\t\tarray[pos].setKey(Integer.MIN_VALUE);\n\t\telse\n\t\t\tarray[pos].setKey(item...
[ { "docid": "d38168da09fc62e851e074d3b192db47", "score": "0.81245446", "text": "public int Delete(DHeap_Item item)\n\t{\n\t\tint counter=0;\n\t\tcounter+=Decrease_Key(item, Integer.MAX_VALUE);//Integer.MAX_VALUE); //2nd implementation option -> decreasekey(item , source.key-item.key)\n\t\tcounter+=Delete...
6f1857bd33fef56c54c5fdc2e7f30f8c
Get the target anchor model.
[ { "docid": "8233d2cd86d8709627bb9e46a672c338", "score": "0.76470363", "text": "@objid (\"8014d2db-1dec-11e2-8cad-001ec947c8cc\")\n public final Object getTargetAnchor() {\n return getPath().getTargetAnchor();\n }", "title": "" } ]
[ { "docid": "3114842f7653393df4c5ed4e1c91a457", "score": "0.69885594", "text": "protected ModelElement getTarget() {\n return target;\n }", "title": "" }, { "docid": "630df351de6864f374fd4ef2f83659ad", "score": "0.64988446", "text": "public TargetImpl getTarget() {\n ...
e7b6af7799832c94d4cdc9c92111aede
Create District object with given id.
[ { "docid": "7e2772127c626f24bde62f852277a74a", "score": "0.6751067", "text": "default District toDistrict(String districtId) {\n if (districtId == null || districtId.isEmpty()) {\n return null;\n }\n\n return new District(UUID.fromString(districtId));\n }", "title": "" } ]
[ { "docid": "6003c4779b4b8a28a61930d531056f11", "score": "0.6742262", "text": "@Override\n\tpublic District getById(int id) {\n\t\treturn districtRe.findOne(id);\n\t}", "title": "" }, { "docid": "5d9337f4fb92833003f48fd5721e1d1e", "score": "0.6365017", "text": "public Builder setDistr...
80377cb01f8ed2db604f930b427c8745
updates the sessionInfo object. It updates the message if any and then sets the expire timestamp to the current time and also increments the version
[ { "docid": "0d5352b3cad65f4808519403b1ad47b0", "score": "0.61702144", "text": "public void update(String newMessage){\n\t\tif(newMessage!=null){\n\t\t\tthis.message = newMessage;\n\t\t}\n\t\tCalendar now = GregorianCalendar.getInstance();\n\t\tnow.add(GregorianCalendar.SECOND, maxAge);\n\t\tthis.expireA...
[ { "docid": "aa3e8df82397c2a188fb4a314336718d", "score": "0.63489515", "text": "private void updateSessionEntry() {\n\t\t\tString sid = getRandomString();\n\t\t\tSessionMapEntry entry = new SessionMapEntry();\n\t\t\tentry.sid = sid;\n\t\t\tentry.validUntil = System.currentTimeMillis() / 1000\n\t\t\t\t\t+...
6e904a7cd499f2f42cbf6cda8db4fcc2
Restore the original InputConnection, if needed.
[ { "docid": "ce5ef418b2696e913ab4bdb387f5f729", "score": "0.6055338", "text": "void dispose() {\n resetInputConnection();\n }", "title": "" } ]
[ { "docid": "bcac53ff5cc2348c98de093fbc3d96e3", "score": "0.616661", "text": "public boolean restoreState(final InputObjectState ios);", "title": "" }, { "docid": "04ca041750ca7a302fd6b2f395d38595", "score": "0.6009546", "text": "protected void resetInput()\r\n\t{\r\n\t\tinputChanged ...
637ae0520830966bed9b2f6b6911a36c
This method was generated by MyBatis Generator. This method returns the value of the database column em.e_name
[ { "docid": "7880c5e65b9b8e7798b77adccbf3a7d4", "score": "0.74065405", "text": "public String geteName() {\n return eName;\n }", "title": "" } ]
[ { "docid": "d3778eaef118b73492de76ca1d697997", "score": "0.68500894", "text": "String getName() {\n return m_column.getName();\n }", "title": "" }, { "docid": "3155b3ca7ab7ca80a1ae61b32aa8dc7e", "score": "0.68367547", "text": "public String getName(){\n\t\treturn this.colum...
497cc0c1911f21c55e4b89cceb068756
$ANTLR end "rule__AstExpressionBitand__Group_1__2" $ANTLR start "rule__AstExpressionBitand__Group_1__2__Impl" ../org.caltoopia.frontend.ui/srcgen/org/caltoopia/frontend/ui/contentassist/antlr/internal/InternalCal.g:17618:1: rule__AstExpressionBitand__Group_1__2__Impl : ( ( rule__AstExpressionBitand__RightAssignment_1_2...
[ { "docid": "e852e6b93e9eace3c579ff837934959b", "score": "0.8142336", "text": "public final void rule__AstExpressionBitand__Group_1__2__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.caltoopia.frontend.ui/src-gen/or...
[ { "docid": "59454de73bd97f09bbbe7a3fafe88dd5", "score": "0.8077853", "text": "public final void rule__AstExpressionBitand__Group_1__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.caltoopia.frontend.ui/src-gen/org/calt...
e86d5d097307124945d6aaec1bd292dc
Returns the average number of hops (number of links) and km (summing all links) of the multicast trees in the network
[ { "docid": "9caa7e6f9c7949b23d177b372bac6725", "score": "0.7407707", "text": "public static Pair<Double,Double> getAverageHopsAndLengthOfMulticastTrees(List<MulticastTree> trees)\n\t{\n\t\tif (trees.isEmpty()) return Pair.of (0.0,0.0);\n\t\tdouble accumKm = 0;\n\t\tdouble accumHops = 0;\n\t\tfor (Multic...
[ { "docid": "0a1a8384d519cbf2779edf9479eea1a0", "score": "0.57821846", "text": "private double calcAverageError() {\n List<Double> outputError = nodeError.get(nodeError.size() - 1);\r\n \r\n //sum the values for all the errors in the output neurons\r\n double sum = 0.0; \r\n ...
95c4197b42040cdd3b509ca0feefe41d
Removes the permission for the specified principal from the specified resource.
[ { "docid": "6925c28b8029ac193300a7a1bfe2d442", "score": "0.78277045", "text": "@Override\n public RemoveResourcePermissionResult removeResourcePermission(RemoveResourcePermissionRequest request) {\n request = beforeClientExecution(request);\n return executeRemoveResourcePermission(reque...
[ { "docid": "4a63b0ec1471b835a06889cf90ea2e2c", "score": "0.69993526", "text": "void removePermission(Permission permission);", "title": "" }, { "docid": "2e41510641f9dacd43038f9b7787499f", "score": "0.6821262", "text": "void removeAccess(Long principalId);", "title": "" }, { ...
36c511aa4a701fe1cdc273863e0a2364
Compare two dates and return the latest one
[ { "docid": "152f1b25f43d69e0fb62bb5d44fadf98", "score": "0.80927134", "text": "private static LocalDate getLatestDate(LocalDate firstDate, LocalDate secondDate)\n {\n int result = firstDate.compareTo(secondDate);\n if(result >= 0)\n {\n return firstDate;\n }\n ...
[ { "docid": "0fbdf00b0e739b34eebc8a5943b57cc3", "score": "0.69879663", "text": "private static Date getFreshestDate(Date a, Date b){\n if ( a == null && b == null ){\n throw new IllegalArgumentException(\"Both arguments cannot be null\");\n }\n if ( b == null ){\n ...
0dac15c227930e44ffbcbd71e3672210
SETTERS Set task completed status
[ { "docid": "8285aa9534a93d0fd1ac96ef31fcbd10", "score": "0.75739753", "text": "public void setCompleted(boolean status){\n\t\t\n\t\tcompleted = status;\n\t\t\n\t}", "title": "" } ]
[ { "docid": "4e1ed2340e3327c2121142591d40f9c3", "score": "0.76072973", "text": "private void setCompleteStatus(Task source, Task editedTask) {\n editedTask.setCompleted(source.getCompleted());\n }", "title": "" }, { "docid": "4781f0e2b266bf92b6166efc7fa9f317", "score": "0.746891...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "3160d7df665bc09f121f4999fefff8ae", "score": "0.0", "text": "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tint id = item.getItemId();\n\t\tswitch (id) {\n\t\tcase R.id.action_settings:{\n\t\t\tTscDll.closeport();\n\t\t}break;\n\t\tcase R.id.router:{\n\t\t\tLog.i(TAG,...
[ { "docid": "c12f9377447ba11f11e99e1c184f2319", "score": "0.77265275", "text": "@Override\r\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch (item.getItemId()) {\r\n//\t\tcase android.R.id.home:\r\n//\t\t\t// go to previous screen when app icon in action bar is clicked\r\n//\t\t\tInte...
01f16ca6b13dcfe6b15d536d58330808
Set the networkManagerId property: Network Manager Id.
[ { "docid": "30aefe198da98c2003da8f590e1b658c", "score": "0.5931843", "text": "public NetworkManagerConnectionProperties withNetworkManagerId(String networkManagerId) {\n this.networkManagerId = networkManagerId;\n return this;\n }", "title": "" } ]
[ { "docid": "9f70719201b4d5a774e353261713317b", "score": "0.7017544", "text": "public void setManagerId(Integer value) {\n setAttributeInternal(MANAGERID, value);\n }", "title": "" }, { "docid": "e43ee8aff552cb42a5789bcd86b5524a", "score": "0.69820005", "text": "public void ...
1aa04f4985f859b61ce40bd37db407ed
FIXME Add a LinkUtil.createLink(Property property).... Dirty Hack. FIXME: Should be changed when a decision is made on SCRUM525.
[ { "docid": "82a9a9c92a70c5614f8aca0419a7f151", "score": "0.67369694", "text": "@Function\n public static String linkForProperty(Property property) {\n return getTemplatingFunctions().link(property);\n }", "title": "" } ]
[ { "docid": "0646c571354e38d2b23523086621c780", "score": "0.7062441", "text": "public void addLinksFromProperties() {\n\t\ttry {\r\n\r\n\t\t\tfor (Enumeration e = props.propertyNames(); e.hasMoreElements();) {\r\n\t\t\t\tString propKey = (String) e.nextElement();\r\n\t\t\t\tint p = propKey.lastIndexOf(no...
2b8703e0ecfa7ae7fd967039842690b1
SMS sending related functions
[ { "docid": "20af64b5f0ecd5a794566b4a74618bba", "score": "0.68926424", "text": "private void sendSMS(String phoneNumber, String message) {\n String SENT = \"SMS_SENT\";\n String DELIVERED = \"SMS_DELIVERED\";\n\n PendingIntent sentPI = PendingIntent.getBroadcast(this, 0, new Intent(S...
[ { "docid": "f4f5633d07be76617126c2d9bb95a401", "score": "0.8140918", "text": "@Override\r\n\tpublic void sendSMS() {\n\r\n\t}", "title": "" }, { "docid": "ea7e1919a3fae08724cc6ad21a23491c", "score": "0.78367966", "text": "boolean sendSmsMessage(String mobilePhoneNumber, String text,l...
05ada9beae23de58aa631e403f66460a
create a function to resize the image
[ { "docid": "45b9d174234793b5c84c53e30d15d3a9", "score": "0.0", "text": "public void SetImageSize(int i){\n ImageIcon icon = new ImageIcon(list[i]);\n Image img = icon.getImage();\n Image newImg = img.getScaledInstance(pic.getWidth(), pic.getHeight(), Image.SCALE_SMOOTH);\n Im...
[ { "docid": "fe01de01f0909fe9a723acfb0b8fe3fc", "score": "0.7323509", "text": "void resize(int width, int height);", "title": "" }, { "docid": "2174f713a1e855ad763380a9521dd955", "score": "0.72572565", "text": "@FunctionalInterface\r\n interface ResizeOperation {\r\n Buffere...
eeefb3b0fdd08cf0f4d7d1deb125fb64
create from a dataset
[ { "docid": "747f39af428fa6700e971b687b82f144", "score": "0.0", "text": "public AttributeBean(Attribute att) {\n this.att = att;\n }", "title": "" } ]
[ { "docid": "8cfde152047886e574330f6b0d786d04", "score": "0.7013612", "text": "private DefaultCategoryDataset createDataset() {\n DefaultCategoryDataset result = new DefaultCategoryDataset();\n\n for (int j = 0; j < allRposList.size(); j++) {\n ArrayList rpos = (ArrayList) allRpo...
be9aaeb2bedae88f2acd8797ef0235da
Creates a new instance and sets the next filter in the chain.
[ { "docid": "d5b02c596ccb8620a10e38c9d6765f3f", "score": "0.6627318", "text": "public UntagFilter(Filter nextFilter) {\n super(nextFilter);\n }", "title": "" } ]
[ { "docid": "78bca627d334c0cb5475ad99b7331101", "score": "0.64506346", "text": "public Reader chain(final Reader rdr) {\n ConcatFilter newFilter = new ConcatFilter(rdr);\n newFilter.setPrepend(getPrepend());\n newFilter.setAppend(getAppend());\n // Usually the initialized is s...
9fa6e2bab13ad42bb9d9435967bf82ea
Clears the entire INI file. Remember to save() when ready.
[ { "docid": "c39bf6e2ae3613db2e6d82be2f40534d", "score": "0.0", "text": "public Hashtable removeAll() {\n Hashtable temp = sections;\n sections = new Hashtable();\n return temp;\n }", "title": "" } ]
[ { "docid": "eb13519edb5c0a2ef390e13ab7cda63b", "score": "0.6827319", "text": "void clearFile();", "title": "" }, { "docid": "7884334c312d31081527865b07955332", "score": "0.68078667", "text": "public void clear() {\n getConfig().set(\"settings.\" + name, null);\n }", "ti...
c9002e117486ef262470a23e0f0f1de9
Constructor for the SocketClient, acting as a socket and controller.
[ { "docid": "ba601e4a656b31cf9bf63b452bbacc6e", "score": "0.0", "text": "public SocketClient(String requestType, int plantID) throws IOException, ClassNotFoundException {\n Socket socket = new Socket(\"localhost\", PORT);\n\n // Create input and output streams to read from and write to the ...
[ { "docid": "5720f66bdfa0c4625d44858cc95c5d7d", "score": "0.78464556", "text": "public ClientSocketController() {\n\t\tc = new Client();\n\t\tconnectionView = new ClientConnectionSocketView(this);\n\t}", "title": "" }, { "docid": "419947cbd6dea4bf34ad3879b983d514", "score": "0.74970067", ...
9e716e9a9bec44912a5aafb86943f42a
Abre a lista de FormsIRR com os guardados e os uploaded
[ { "docid": "5c7bd2ea8e6700c56698d6650dbdce34", "score": "0.0", "text": "public void form_irr(View view) throws IOException, JSONException {\n if(User.getInstance().getPermissoes() > 1)\n startActivity(new Intent(this, Form_IRR_mainActivity.class));\n else {\n Context ...
[ { "docid": "dad6fc54400c64a60602306154673f0d", "score": "0.6399608", "text": "@RequestMapping(value = \"/{idAppelOffre}/upload\", method = RequestMethod.POST, produces = {MediaType.APPLICATION_JSON_VALUE})\n public @ResponseBody\n LinkedList<FileMeta> upload(MultipartHttpServletRequest request, Ht...
b0eca6a6b802e199170b584891cb70b5
Deauthenticate players when they leave the game.
[ { "docid": "446ca95a4b0ee60cc85d1006d428b20c", "score": "0.7061837", "text": "@EventHandler\r\n public void onLeave(PlayerQuitEvent event) {\r\n\t// don't show the quit message if the user never authenticated\r\n\tif (!plugin.getAuthenticator().isAuthenticated(event.getPlayer())) {\r\n\t plugin.ge...
[ { "docid": "529ce5bf4ac7d55ecb66e3cbfa8805f5", "score": "0.6727931", "text": "@EventHandler\n public void LogoutEvent(PlayerQuitEvent event)\n {\n aiming.removePlayer(event.getPlayer());\n }", "title": "" }, { "docid": "22291fa6e158424b4c6cc969e1c4d2bb", "score": "0.66094...
8161130c12cc5c226293b7b681ad39fa
will be called in case of a POST request.
[ { "docid": "bd79df11854cca83bff779af6c84de47", "score": "0.0", "text": "public void addEntity(T entity) {\n Class<? extends Identifiable> cls = createEntityTemplate().getClass();\n OrientVertex vertex = (OrientVertex) getApplication().getRepository(cls).save(entity, getApplication().getApp...
[ { "docid": "e075458a5338fcf73f53265165696eed", "score": "0.75520056", "text": "@Override\n public void post(HttpServletRequest request, HttpServletResponse response) throws Exception {\n\n }", "title": "" }, { "docid": "26f753ebbbf4b809f95b1c81cf10167f", "score": "0.7398198", "...
632b8cec6dfd6c4d16c805cef12d160b
.POGOProtos.Rpc.QuestDialogProto.CharacterExpression expression = 2;
[ { "docid": "5de496011e969d2e420632554bde9d43", "score": "0.0", "text": "public Builder clearExpression() {\n \n expression_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "6ec4901e00fff8832b9ec64c065f1b36", "score": "0.6965423", "text": "@java.lang.Override public POGOProtos.Rpc.QuestDialogProto.CharacterExpression getExpression() {\n @SuppressWarnings(\"deprecation\")\n POGOProtos.Rpc.QuestDialogProto.CharacterExpression result = POGOProtos.Rpc.QuestDia...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c216db7c3fe794b91c41ab877eb9a10d", "score": "0.0", "text": "@Override\n\tpublic boolean scrolled(int amount) {\n\t\treturn false;\n\t}", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
3681ffa864309cd7a8f6c6042b91f5ab
Replace contents with the given search condition.
[ { "docid": "d44509f532316dfec4b9cefa1225b778", "score": "0.61231315", "text": "public void replaceSearchCondition(SearchCondition searchCondition) {\r\n\t\tthis.predicate = null;\r\n\t\tthis.searchCondition = searchCondition;\r\n\t}", "title": "" } ]
[ { "docid": "5bc9f2a910cd1dad5b41494033993601", "score": "0.63002837", "text": "private void replaceAndSearchAgain() {\n if (replaceText()) {\n searchForText();\n }\n }", "title": "" }, { "docid": "660f1c99ef51ab845f1c189ee9cc456f", "score": "0.61025804", "...
5df4df40e473727812cc774bb5653f52
the dealer and user exist
[ { "docid": "f9ac76cf733c4b5aa96e94b1c1dfed5c", "score": "0.0", "text": "public void testPlayerSetup() {\n\n assertTrue(Menu.game.getPlayers().length == 2);\n }", "title": "" } ]
[ { "docid": "d12ea64727c0ecbe27c3ca7dd8dbdd6e", "score": "0.6539694", "text": "@Override\n\tpublic boolean isBuyerExist(String username) {\n\t\treturn buyerDao.getBuyer(username) != null;\n\t}", "title": "" }, { "docid": "6d55386e4d0fdc4db763a5c551bcc4d6", "score": "0.64878947", "text...
994cff374e7198dbdea4d45f9d39ca61
Basic circle point computation. Uses a radius and a precision.
[ { "docid": "bc86577bc68f1da4439731bf792f43ef", "score": "0.7042374", "text": "private List<Point> computePointsWithPrecision(final float radius, final int precision) {\n List<Point> points = new ArrayList<Point>();\n Vector translator = VectorRotate2D(this.axis, -PI / 2).normal().scale(rad...
[ { "docid": "58e92dc599dd75143b617553cb13fa41", "score": "0.6950397", "text": "double Circle(double radius) throws ArithmeticException {\n return 3.14 * radius * radius;\n }", "title": "" }, { "docid": "b0ec33c2260fee2cedeec59ab94549ce", "score": "0.6799238", "text": "public...
7fd76bbc35ff6441dcaf5f4309227bef
<< define FldINAUFPXLOrderPostionForManufactur 189
[ { "docid": "5d2940119f6d9a2c3470a64617f547b4", "score": "0.72239494", "text": "public static Object $$$FldINAUFPXLOrderPostionForManufactur(mContext m$) {\n return (189);\n }", "title": "" } ]
[ { "docid": "415052472714ec8fb02adb6db83173bb", "score": "0.65812665", "text": "public static Object $$$FldINAUFPTManufacturingInstruction(mContext m$) {\n return (53);\n }", "title": "" }, { "docid": "d3b69fdde7f68b012fe309ae9bb2df07", "score": "0.64439726", "text": "public stati...
04d483965b2fcfe2da9e5812664dbdf8
Construct a new A3DInfo object that is copied from an existing one.
[ { "docid": "2502ef6a4b3b2e8febd139198ae1a7ea", "score": "0.71819824", "text": "public A3DInfo(A3DInfo info) {\n set(info);\n }", "title": "" } ]
[ { "docid": "27a69797dd2910865feeb653e95f00fe", "score": "0.59950066", "text": "@Override\n public Object3D duplicate()\n {\n ExternalObject obj = new ExternalObject();\n obj.externalFile = externalFile;\n obj.objectName = objectName;\n obj.theObject = theObject;\n obj.includeChildren = ...
ff1b180e9e34d3134c4fb4f2c0601e54
repeated .com.ctrip.flight.intl.agg.additionproduct.v3.MemberPointType MemberPoint = 4;
[ { "docid": "4458653ec31f800d9c882dee4faa0674", "score": "0.557352", "text": "public int getMemberPointCount() {\n return memberPoint_.size();\n }", "title": "" } ]
[ { "docid": "3444641360eeee6ee5ef4a450bd69498", "score": "0.63860816", "text": "public com.ctrip.flight.intl.agg.additionproduct.v3.MemberPointType.Builder addMemberPointBuilder() {\n return getMemberPointFieldBuilder().addBuilder(\n com.ctrip.flight.intl.agg.additionproduct.v3.MemberPointT...
78a034198a8dca839a52d1faea082c63
Gets the applicantPostcode value for this ApplicantInfo.
[ { "docid": "c4ab46c9308b48ca1a257ce78c4c6b3e", "score": "0.8837067", "text": "public java.lang.String getApplicantPostcode() {\n return applicantPostcode;\n }", "title": "" } ]
[ { "docid": "e5ece04bf81e3349759fe9cbb413dd71", "score": "0.72637707", "text": "public void setApplicantPostcode(java.lang.String applicantPostcode) {\n this.applicantPostcode = applicantPostcode;\n }", "title": "" }, { "docid": "215664aed4a2d64d3c85dca07ee96afd", "score": "0.72...
59092f5e34d2db1959750e025414ffa3
Sets the unit pick desired minimum pop.
[ { "docid": "0dbec92fff031f6c21072ea33db2a168", "score": "0.6639675", "text": "public native bool kbUnitPickSetMinimumPop(int upID, int number) ;", "title": "" } ]
[ { "docid": "ad8f259a0644a412911b8026e4e57601", "score": "0.6625805", "text": "public void setMinUnit(String minUnit) {\n this.minUnit = minUnit;\n }", "title": "" }, { "docid": "a7cc927d4f95f82cb20a9173a80632d5", "score": "0.6561243", "text": "void setMinimum( int min );", ...
1c428b9e1439e1001d17f88ce82f9444
/ PORTLETSPEC_20 PLT.19.3.5 The following methods of the HttpServletRequest must be equivalent to the methods of the PortletRequest of similar name: ..., getScheme,...
[ { "docid": "efe13319f8d11dceffaf884d93b9f7cf", "score": "0.58953285", "text": "@Override\r\n public String getScheme() {\r\n return resourceRequest.getScheme();\r\n }", "title": "" } ]
[ { "docid": "0553ee0a1c97dc4ec4851769fd79bc2e", "score": "0.72488976", "text": "HttpServletRequest getHttpServletRequest(PortletRequest portletRequest) throws UnsupportedOperationException;", "title": "" }, { "docid": "9219658cb395f14f5b21cee0719e3f98", "score": "0.6751099", "text": "...
5ce792cf82813bd3f40c9b212fee7e79
Checks if given cell is equal to this cell (based on x and y values)
[ { "docid": "86fa1f2f7920474dea6439753a07b03e", "score": "0.84407175", "text": "public boolean equals(Cell cell){\n\t\treturn this.x == cell.getX() && this.y == cell.getY();\n\t}", "title": "" } ]
[ { "docid": "8894544215136ab7f5d23068ac41672e", "score": "0.76884675", "text": "public boolean equals(Cell other) {\r\n\t\treturn other.x == x && other.y == y;\r\n\t}", "title": "" }, { "docid": "74c8137d09690e1dc2c0870039450b12", "score": "0.7584462", "text": "@Override\r\n public...
06b0a85de9ce53220bdf56eb7d59c765
Preference of which stocks are displayed in the table.
[ { "docid": "d39e10bc8b8ad723cad2d550da5ea148", "score": "0.5164602", "text": "private void getPreferences() {\n Account rootAccount = book.getRootAccount();\n displayedSecuritiesList = rootAccount.getPreference(\"StockGlance_displayedSecurities\", \"\");\n allowMissingPrices = rootA...
[ { "docid": "4f54834e6ce4e8558eed0a1ad1f7078c", "score": "0.6618249", "text": "@Override\n\tpublic int getStock() {\n\t\treturn 2;\n\t}", "title": "" }, { "docid": "3ef01d202e2943b5d6c17c62c09eb52c", "score": "0.6220529", "text": "public int getStock() {\n\t\treturn stock;\n\t}", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "aea4efdfc9304a9e4addaa21aca4b6f0", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void onClick(View arg0) {\n\r\n\t\t\t\tgetFragmentManager().popBackStack();\r\n\t\t\t\tGlobal.is_card_view = false;\r\n\t\t\t}", "title": "" } ]
[ { "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}", ...
e812d7716c381a73082978dd6c33196a
These method converts the URI in URL with api key autentication.
[ { "docid": "e0592cc5b75b54f95e30c7645dfa7e5b", "score": "0.0", "text": "public static URL buildURLToFetchReviews(String a_strApiKey, long movieId) {\n String urlFormatted = MOVIEAPI_URL + movieId + \"/reviews\";\n Uri builtUri = Uri.parse(urlFormatted)\n .buildUpon()\n ...
[ { "docid": "2867c749e962a5861ee8fb161cd645dc", "score": "0.60573095", "text": "private String normalizeUri(String uri) {\n\t\turi = uri.replaceAll(MHV_PROXY_PATH, SLASH);\n\t\t\n\t\t// normalize the URI by converting https:// to http://\n\t\turi = uri.replaceAll(HTTPS, HTTP);\n\t\t\n\t\treturn uri;\n\t}...
264ea090712c11801c4abafb516252a4
Wen the app is resumed
[ { "docid": "74f32815767d88d4c6a3ad7c6d0bc712", "score": "0.0", "text": "@Override\n public void onResume() {\n super.onResume();\n\n if (cam == null) {\n torch_status = false;\n initializeCamera(); //Start the camera\n }\n //Update the UI components\n...
[ { "docid": "0ea964be38626d21487a91e68d71b247", "score": "0.7444488", "text": "@Override\n public void Resume() {\n }", "title": "" }, { "docid": "0ea964be38626d21487a91e68d71b247", "score": "0.7444488", "text": "@Override\n public void Resume() {\n }", "title": "" }...
5b900d8f09f2975525350ad3ba76af53
Add the given element, value, to the list at the given index
[ { "docid": "099fd49ba890f11ac51e1a1f4879c06f", "score": "0.0", "text": "public void addIndex(int index) {\n if (index < 0 || index >= array.length) {\n System.out.println(\"Invalid index. Please select valid index.\");\n }\n boolean currentIndex = false;\n boolean...
[ { "docid": "970eba413c760b803df0a89c8e7a87e8", "score": "0.79803634", "text": "public void add(int index, Object element) {}", "title": "" }, { "docid": "85676d36d3ae80c90ff3a52e9c10076f", "score": "0.7857565", "text": "@Override\n public void add(int index, E element) {\n ...
c7ea217b30a9697aa5344ef4cf1af2d7
Contuct a new project
[ { "docid": "bc80ce1be99cf2e8f9b6f88b4c618074", "score": "0.0", "text": "public IProject build(String fullPath);", "title": "" } ]
[ { "docid": "d77e8a2151dabc3155601ca268f2d67b", "score": "0.79506284", "text": "Project createProject();", "title": "" }, { "docid": "d77e8a2151dabc3155601ca268f2d67b", "score": "0.79506284", "text": "Project createProject();", "title": "" }, { "docid": "d77e8a2151dabc3155...
9a293d4317a8a2963aabc978afeb0f03
Used to create the specific content pane.
[ { "docid": "9b9b6a0b6170e8213a3cdfc370b0b4b5", "score": "0.743077", "text": "protected JPanel createSpecificContent() {\r\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "c64e12352ec367929fb3ab5c9f2aabba", "score": "0.79769367", "text": "private void createContentPane() {\n var topPane = createTopMenu();\n // center parameter panes\n tabPane = new TabPane();\n tabPane.setTabClosingPolicy(TabClosingPolicy.UNAVAILABLE);\n tabPane.setTabDragPolicy...
47074d09c01f1f9e8a59bf747e3d6f56
$ANTLR end "rule__EExtendedTriggerCondition__Group_3__0" $ANTLR start "rule__EExtendedTriggerCondition__Group_3__0__Impl" InternalAADMParser.g:10305:1: rule__EExtendedTriggerCondition__Group_3__0__Impl : ( Method ) ;
[ { "docid": "80737e0160914f8433d76ede54accb15", "score": "0.7543284", "text": "public final void rule__EExtendedTriggerCondition__Group_3__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalAADMParser.g:10309:1: ( ( M...
[ { "docid": "a2f614c3f069c08d63a03743215b8c34", "score": "0.7701294", "text": "public final void rule__EExtendedTriggerCondition__Group_0__3() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalAADMParser.g:10162:1: ( rule__EEx...
ef4de9d73a74cb60f699ee58406439c9
JOIN implementatin required .....
[ { "docid": "a81ec2a5f0543cbd1eaab4f3307bbc2d", "score": "0.0", "text": "public void NOTtestEmptySet() {\n final EntityManager entityManager = emf.createEntityManager();\n\n PersonBINT user1 = new PersonBINT();\n\n user1.setUsername(\"BobBint1\");\n user1.setPassword(\"passwor...
[ { "docid": "3fb4db9f290400724f924d1b8cbb308e", "score": "0.6863196", "text": "Join createJoin();", "title": "" }, { "docid": "c11d7adfde84a6946c69dcf96bdb1a81", "score": "0.66258246", "text": "@Override\n \tpublic void LodeDataUsingHQLFetchJoin()\n \t {\n \t\t Session sec=Ut...
f13ce2b0138e52660623a943d6020a5f
Evaluates the given string value to an object of type T.
[ { "docid": "6dc75a4399ad41bb92ae99eb67f33f26", "score": "0.0", "text": "@Override\n public Boolean fromString(String value) {\n return FxFormatUtils.toBoolean(value);\n }", "title": "" } ]
[ { "docid": "47ddc44954417f2e1b8ac0d877a84833", "score": "0.72422695", "text": "<T> T evaluate( String expression, Class<T> type ) throws EvaluationException;", "title": "" }, { "docid": "26894838b539bbdcbf54d1b1386a29ef", "score": "0.7106035", "text": "abstract T parseValue(final Str...
db6e544936e55fecc570a555b3feb0c0
Choose a number of random available ports
[ { "docid": "85977cdc3b2b6a103027c2d18b25c96c", "score": "0.7299109", "text": "ArrayList<Integer> choosePorts(int count) throws IOException {\n ArrayList<Integer> sockets = new ArrayList<Integer>();\n for (int i = 0; i < count; i++) {\n ServerSocket socket = new ServerSocket(0);\n sockets...
[ { "docid": "6c02ade4f50375243cbe9f75e9576316", "score": "0.7654639", "text": "private static int randomPort()\n\t{\n\t\t// Create Random Object\n\t\tRandom random = new Random();\n\t\t//Generate a Random Int between our Port Ranges (1024 -> 65535)\n\t\tint r_port = random.nextInt((65535 - 1024) + 1) + 1...
7459c9b02570c7e3d5685ecbed0c9606
FIXME this is defunct, but how do we fix it? return getRepeatText(getBool(KEY_RPT_HOURLY), getBool(KEY_RPT_MINUTELY), getBool(KEY_RPT_WED), getBool(KEY_RPT_THURS) ,getBool(KEY_RPT_FRI), getBool(KEY_RPT_SAT), getBool(KEY_RPT_SUN)); return getRepeatText(getBool(KEY_RPT_HOURLY), getBool(KEY_RPT_MINUTELY));
[ { "docid": "efc4d7b5e6a28fbe16644aee20e9dbbe", "score": "0.8134495", "text": "public String getRepeatText() {\n return getRepeatText(getBool(KEY_RPT_HOURLY), getBool(KEY_RPT_HALFHOURLY), getBool(KEY_RPT_QUARTERHOURLY), getBool(KEY_RPT_TENMINUTELY), getBool(KEY_RPT_FIVEMINUTELY), getBool(KEY_RPT_M...
[ { "docid": "c69641065427c0b6e3ca5c239d59a5b6", "score": "0.69393253", "text": "public String getRepeatString(){\n StringBuilder repeatBuilder = new StringBuilder(mPeriodType.getFrequencyRepeatString());\n Context context = GnuCashApplication.getAppContext();\n\n String dayOfWeek = n...
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": "a2f44558f4e87ce20325f21b87465516", "score": "0.0", "text": "public interface OnFragmentInteractionListener {\n // TODO: Update argument type and name\n void onFragmentInteraction(Uri uri);\n }", "title": "" } ]
[ { "docid": "bef7f6ca9d626f52b19e362f5c67123c", "score": "0.75678456", "text": "public interface ListeningFragment {\n\n /**\n * Called in activity for chosen fragment when transfer is needed\n *\n * @param data data to transfer\n */\n public void transferData(Bundle data);\n}", ...
91f367d588826dda93fbf17f1498b011
Moves the sprite Bike in Y direction also checks the bound as well and if true then change isAlive status to false
[ { "docid": "5951c0502bc04956e0627ddfb643384a", "score": "0.66225255", "text": "public void moveY() {\r\n\r\n y += vely;\r\n if (y <= 0 || y +height >= 580) {\r\n //return false;\r\n isAlive=false;\r\n //invertVelY();\r\n }\r\n \r\n \r\n ...
[ { "docid": "c25947f478ae90c56470c20678d00f58", "score": "0.67144525", "text": "public void OnBoundaryEnemy() {\r\n\t\tif (c == 'w') {\r\n\t\t\tKeepEnemyInSamePosition(0, -speed);\r\n\t\t\tDeltaY = DeltaY - 5;\r\n\t\t\t// Y - Opposite Direction (S)\r\n\t\t}\r\n\t\telse if (c == 'a') {\r\n\t\t\tKeepEnemyI...
4d8782873ba0ee99b970c34c5b8d97c8
inserting node in last location
[ { "docid": "30c2853b7936ce0b92386a0e00f2703b", "score": "0.0", "text": "public void push(int value) {\n\t\tNode node = new Node(value);\n\t\t\n\t\tif (isEmpty()) head = node;\n\t\telse {\n\t\t\t// parsing current through end\n\t\t\twhile(current.next != null) \n\t\t\t\tcurrent = current.next;\n\t\t\tcu...
[ { "docid": "b74ad2213869e6dd83a569f3cd441bdf", "score": "0.6922474", "text": "public void insertLast(E e);", "title": "" }, { "docid": "e2c1a4b6d904dd43f39da982473b719e", "score": "0.6665499", "text": "public void insertAfter(Node node, Object object) {\n\t\t\n\t}", "title": "" ...
1f76ff5044b7ba9e0d887a1d78f1d2cf
Get access to the lock on projection change events.
[ { "docid": "575eaa1e562944d074c8d8b936b8d385", "score": "0.82087183", "text": "protected ReentrantReadWriteLock getProjectionChangeLock()\r\n {\r\n return myProjectionChangeLock;\r\n }", "title": "" } ]
[ { "docid": "51601f4934e5f10fa143633e9c8ba56b", "score": "0.6147998", "text": "public Object getLock() {\n\t\treturn lock;\r\n\t}", "title": "" }, { "docid": "3fc50143446d2408d8f06dd52750306a", "score": "0.5872618", "text": "private void onLockChange() {\n if (_CurrentPoint != ...
dc9115e5d51427feaa71e8acacb068ac
Stub for MKL function DftiGetValue(), double precision value. Before invoking this method, create dummy double[] array of the length 1 for storing the result: double[] config_val = new double[1]; int status = GetValue(desc_handle,config_param,config_val); ...use the config_val[0] value...
[ { "docid": "17b116efb3ee332384f44bb2a28f8d5b", "score": "0.8290272", "text": "native static int DftiGetValue_d(DFTIDESCRIPTORHANDLE desc_handle,\n int config_param, double[] config_val);", "title": "" } ]
[ { "docid": "5ddb9a890b5d5734348b9d06ac1cd6f7", "score": "0.7569736", "text": "native static int DftiGetValue_f(DFTIDESCRIPTORHANDLE desc_handle,\n int config_param, float[] config_val);", "title": "" }, { "docid": "4bb6f4d895006ee8518ed6460814f663", "score": "0.72304624", "tex...
5735c0e5f99d000ae6cc8433b45635b6
Construct a new DoubleHalfRingBuffer out of the given buffer
[ { "docid": "da32d91f106b2a702e55a3016bdabd4d", "score": "0.789498", "text": "public DoubleHalfRingBuffer(DoubleHalfBuffer buffer, int granularity) {\n\t\tthis.granularity = granularity;\n\t\tif(buffer.remaining() % granularity > 0) throw new IllegalArgumentException(\"Granularity doens´t match buffer ca...
[ { "docid": "80c31c6c6bd0e68a97680e67e9f9e274", "score": "0.6166285", "text": "default SmallDoubleBuffer asDoubleBuffer() {\n\t\treturn new SmallDoubleBuffer(duplicate());\n\t}", "title": "" }, { "docid": "652c3af25b18582a7c8290e2d303f1cf", "score": "0.60368085", "text": "public RingB...
04fd3844e9bc0c6cd50e19da6b184185
The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it is ignored.
[ { "docid": "a080bd5ced584b7f22ce18bce2b7f0e4", "score": "0.0", "text": "public ActivityTaskScheduledEventAttributes withHeartbeatTimeout(String heartbeatTimeout) {\n setHeartbeatTimeout(heartbeatTimeout);\n return this;\n }", "title": "" } ]
[ { "docid": "753ba295bf2a796f63cbb53c9e554b61", "score": "0.6463407", "text": "public int getTimeout() {\n return timeout;\n }", "title": "" }, { "docid": "dc98b327f525049782f9139d55b11529", "score": "0.6420198", "text": "public long getTimeout () { r...
8417c0564699c38d17b5e7769b748582
Returns the format of this filter
[ { "docid": "1b0e6059c31cc8d17500f028102fe257", "score": "0.7016293", "text": "public String getFormat()\n {\n return this.format;\n }", "title": "" } ]
[ { "docid": "85988413d808ebe0fff6a91581a062cf", "score": "0.751551", "text": "String getFormat();", "title": "" }, { "docid": "85988413d808ebe0fff6a91581a062cf", "score": "0.751551", "text": "String getFormat();", "title": "" }, { "docid": "ae5289de65f23ab42f74b1cae421162f...
f4c1ff770777da7f35a972effdeac537
repeated .lighthouse.Pledge pledges = 4; Pledges with transaction data removed. TODO: Allow the project creator to decide that pledges should be public (implies anyone can close the contract when it's completed).
[ { "docid": "a0b6f43d31e91c8379dea28933f4c6db", "score": "0.48299238", "text": "public java.util.List<lighthouse.protocol.LHProtos.Pledge.Builder> \n getPledgesBuilderList() {\n return getPledgesFieldBuilder().getBuilderList();\n }", "title": "" } ]
[ { "docid": "cb6bf4adf174e78927406ae05adfb2ea", "score": "0.7317095", "text": "lighthouse.protocol.LHProtos.Pledge getPledges(int index);", "title": "" }, { "docid": "968bd141f6fec331eb22d5181a72d706", "score": "0.68235445", "text": "lighthouse.protocol.LHProtos.PledgeOrBuilder getPle...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9b7e77555ffc67c82702f4a57ea03ccc", "score": "0.0", "text": "@Override\n\t\t\tpublic void onStopTrackingTouch(SeekBar seekBar) {\n\t\t\t\t\n\t\t\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
dadef699ec26ad74f843477b486cd372
Setup the instrument component.
[ { "docid": "473acccdafcb63077ade9a25127e33a9", "score": "0.0", "text": "@Test\n public void testMultiChangeOverhead() throws Exception {\n gpiDataObject.setFilter(Gpi.Filter.J);\n gpiDataObject.setDisperser(Gpi.Disperser.PRISM);\n gpiDataObject.setExposureTime(EXP_TIME);\n ...
[ { "docid": "703fcdf13426e3a902264321de8c07a5", "score": "0.64666253", "text": "protected void setup() {\n tini = System.currentTimeMillis();\n addBehaviour(new miTicker(this, 1000));\n }", "title": "" }, { "docid": "046664a34eb0faff3931c8cfaf38c4fc", "score": "0.63793355...
ab4f3571416575542398932aa06542be
.1//.1//.1//.1//.1//.1//.1.2//.1//.1//.1//.1//.1.6.2//.1 trace exhausted depth scope.
[ { "docid": "7bb5bbdccd77b3e7c396b3dd0a096dd4", "score": "0.0", "text": "@Test\n public void test150() {\n //test case for state //.1//.1//.1//.1//.1//.1//.1.2//.1//.1//.1//.1//.1.6.2.2[1]\n this.nullObjectFields = new HashSet<>();\n common.LinkedList __ROOT_this = (common.LinkedL...
[ { "docid": "9c87dfea4bcb07346912c08a10b08388", "score": "0.7208552", "text": "private static void getAllStackTraces() {\n\t\t\n\t}", "title": "" }, { "docid": "d0e7c73a85dbda4fd05cc2df2b5bdf96", "score": "0.6756294", "text": "@Override\n protected String[] getTraceRecursion() {\n ...
8b2119af82e0b32bd8a54484ad4f6f31
Scan the deployment for relevant annotations. Returns an AsyncAPI data model that was built from those found annotations.
[ { "docid": "45dddfa9f69e9c7176bf1facb455925c", "score": "0.6980284", "text": "public Document scan() {\n LOG.debug(\"Scanning deployment for Async Annotations.\");\n // TODO implement this method\n return document;\n }", "title": "" } ]
[ { "docid": "62213b1b89abfef814c4897e6f28b944", "score": "0.5943401", "text": "public synchronized MetadataModel<WebAppMetadata> getAnnotationMetadataModel() {\n if (webAppAnnMetadataModel == null) {\n FileObject ddFO = getDeploymentDescriptor();\n File ddFile = ddFO != null ...
21af208a1bab24be845d7b43356617ea
Is called by the move handler to execute move specific routine.
[ { "docid": "0e0cbc9f653861ad197d17cd816133df", "score": "0.0", "text": "public void performFirstSettlementMove(FirstSettlementMove move) {\n\n // build settlement\n boardService.build(move);\n\n // get adjacent tiles\n List<Tile> tiles = boardService.getTilesWithBuilding(move...
[ { "docid": "7593f8d3618d681b7a96989703127654", "score": "0.7536631", "text": "@Override\n\t\tpublic void move() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "9c981cd9acc187650fe6e979c248c5d4", "score": "0.74860996", "text": "void move() {}", "title": "" }, { "docid": "cb2...
5476a3437707ef01bece093863b7a63c
Static binding also known as early binding Dynamic binding also known as late binding
[ { "docid": "370fd531e9bb837a8e8c6ae4e72da6bc", "score": "0.0", "text": "public static void walk() {\n\t\tSystem.out.println(\"Boy walks\");\n\t}", "title": "" } ]
[ { "docid": "06bb6762cc4df4d55ef4b6b178a092ef", "score": "0.63998", "text": "static public void bind(Binding binding) { GlobalBindings.addGlobal(binding); }", "title": "" }, { "docid": "d64432e297d5ee9f4bb6700a52106293", "score": "0.6370368", "text": "static public void bind(Binding b...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2bdb7e7f3b0f63b549a2a7744bc3eb20", "score": "0.0", "text": "@Override\n\t\t\tpublic boolean connect(SocketAddress remote) throws IOException {\n\t\t\t\treturn false;\n\t\t\t}", "title": "" } ]
[ { "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...
cda08c80fe148c0fd90fc6f3b36aecff
SoundUtil.playSound2(mContext, type, main); int origionalVolume = mAudioManager.getStreamVolume(AudioManager.STREAM_MUSIC); mAudioManager.setStreamVolume(AudioManager.STREAM_MUSIC, mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC), 0);
[ { "docid": "9eb1628feb2f2ec0dfe6239debb39156", "score": "0.63606477", "text": "public void sound(Context mContext, int type) {\n \t\n \t\n \tmySoundEffects.play(getTypeSound(type), 0.6F, 1.0F, 1, 0, 1.0F);\n }", "title": "" } ]
[ { "docid": "7a853a1ba32e97ce92d8218bad69d2a9", "score": "0.77622193", "text": "protected float getSoundVolume()\n {\n return 0.4F;\n }", "title": "" }, { "docid": "7a853a1ba32e97ce92d8218bad69d2a9", "score": "0.77622193", "text": "protected float getSoundVolume()\n {\...
b7ca800c697feae08f66907876fde1fb
Keeps the light centered on the square's position
[ { "docid": "f38472708e7bf0b0e976676b4ae6c23f", "score": "0.6085186", "text": "@Override\n\tpublic void tick() {\n\t\tpos_x = targetSquare.pos_x - RADIUS + Square.SIZE / 2;\n\t\tpos_y = targetSquare.pos_y - RADIUS + Square.SIZE / 2;\n\t}", "title": "" } ]
[ { "docid": "fd48f5cb206ef5eed393b4a5297155eb", "score": "0.604557", "text": "private void setLightFromSlider()\r\n\t{\n\t\tfloat coeff = sliderPanel.getTolerance();//sliderPanel.getRawValue();\r\n\t\tsetLightPosition(10 * (float) Math.sin(10 * Math.PI * coeff), 7 + 2 * (float) Math.cos(5 * Math.PI * coe...
32c076f2b946e025565c11381f340f5b
GET AND SET LASTNAME
[ { "docid": "22d1a2be65ca304e0b44a288f331db6d", "score": "0.75960106", "text": "public String getLastName(){return lastName;}", "title": "" } ]
[ { "docid": "f3e8a0e42128e34a4032a706c9a5cea6", "score": "0.8114097", "text": "java.lang.String getLastName();", "title": "" }, { "docid": "f3e8a0e42128e34a4032a706c9a5cea6", "score": "0.8114097", "text": "java.lang.String getLastName();", "title": "" }, { "docid": "7b2b18...
7dba3ad42a9271fdb68f2573b300633a
Gets the func name txt area.
[ { "docid": "84a954838da8333adb92caf9b97f3d80", "score": "0.81078047", "text": "@Override\n\tpublic TextBox getFuncNameTxtArea() {\n\t\treturn funcNameTxtArea;\n\t}", "title": "" } ]
[ { "docid": "d0beaa28ec0cf3b89a3b8ab4b65b91cd", "score": "0.7258298", "text": "public String getFuncname() {\r\n return funcname;\r\n }", "title": "" }, { "docid": "1aa958a97910ddd11ee58743a288c5ca", "score": "0.720115", "text": "public String getFuncName() {\n return...
bb7d7307f81e48b9fe660aa985fecebf
This method was generated by MyBatis Generator. This method sets the value of the database column company.id
[ { "docid": "459fe6614e7d5c4d7f21c5f894264736", "score": "0.0", "text": "public void setId(Integer id) {\r\n this.id = id;\r\n }", "title": "" } ]
[ { "docid": "c70f7bf1f579123d0a41295b8e599ced", "score": "0.7841778", "text": "public void setCompanyId(Integer value) {\r\n this.companyId = value;\r\n }", "title": "" }, { "docid": "37d2e4661339d9b7346ab7e5d5df568f", "score": "0.7794021", "text": "@Override\n pu...
da6bbaa980bd0d568f6aebec6c65e614
Reads a character from a file, returning 1 on EOF.
[ { "docid": "5cbb388e348a95d99cd0920e6a75f4bb", "score": "0.0", "text": "@Override\n public int read()\n throws IOException\n {\n if (_doUnread) {\n _doUnread = false;\n\n return _buffer;\n } else {\n Value output;\n\n if (_env.isUnicodeSemantics())\n output = _wrapp...
[ { "docid": "84b96b0d9f913292a4e87069ae5beaa6", "score": "0.71888185", "text": "private char read() throws IOException {\n // Increment the column.\n column++;\n // Return the result of FileInputStream#read().\n return (char)fis.read();\n }", "title": "" }, { "d...
1c83391e071f917c1d780de7856250b1
Creates an file for an image stored in the pictures directory and writes data to file system
[ { "docid": "6345be7c536f40bf4b294c59085f9ee9", "score": "0.7071698", "text": "private File createImageFile() throws IOException {\n // Create an image file name\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + ti...
[ { "docid": "797f04a107e3b0d15c6997c6709e99ae", "score": "0.7398456", "text": "public ImageFile createImageFile();", "title": "" }, { "docid": "51ae16fdfb1ba85d49cb3631b376bec3", "score": "0.7236907", "text": "private void createImageFile() throws IOException {\n String timeSta...
e45fdc02725371712a6fe746493be589
Writes an input string to a TuringTape
[ { "docid": "fea796154e25e60f529dbd5823ca66ac", "score": "0.52725554", "text": "void writeInput(char[] vals) throws UnsupportedOperationException, NullPointerException{\n if (hasWrittenTape) throw new UnsupportedOperationException(\"Tape already written.\");\n if (vals == null) throw new Nu...
[ { "docid": "26b6c0c0a354376403e19a1a4963e7e7", "score": "0.623113", "text": "public void write(String string);", "title": "" }, { "docid": "8ac6419470b2cf2232ba38196a98b785", "score": "0.5778424", "text": "@Override\n\tpublic void write(String string) {\n\t\t\n\t}", "title": "" ...
3e82a87bb8e9c14d3a40c01283b58ac3
boolean benginsWithVowel(String) tells whether the first letter of the String is a vowel pre: w != null and w.length() > 0 post: beginsWithVowel("apple") > true beginsWithVowel("strong") > false
[ { "docid": "43c93f903f2e73383dfe31dbd5f4f028", "score": "0.8106908", "text": "public static boolean beginsWithVowel(String w) {\r\n return firstVowel(w).equals(w.substring(0,1));\r\n }", "title": "" } ]
[ { "docid": "452390096e95af1e35bf38d4643747a3", "score": "0.8068841", "text": "public static boolean beginsWithVowel(String w){\n\treturn isAVowel(w.substring(0,1));\n }", "title": "" }, { "docid": "a22fee2043f33633093b595e0cfdc9fb", "score": "0.7572383", "text": "public static boo...
3f8bdd4f523d73b4f5c46798e57f9db8
Return the multiplication of this matrix with the given matrix (is on the right hand side).
[ { "docid": "ecbfdbee5ac828e8b2202401921a44bd", "score": "0.57715803", "text": "public Matrix4f multiplyRight(Matrix4f matrix) {\n\t\tMatrix4f temp = new Matrix4f();\n temp.m00 = m00 * matrix.m00 + \n m01 * matrix.m10 + \n m02 * matrix.m20 + \n m03 * ma...
[ { "docid": "116248fee4279a52b4a382b6a5c167eb", "score": "0.77086014", "text": "public SquareMatrix multiply(SquareMatrix right) {\n\t\t// Check that these matrices have the same size.\n\t\tif (right.getSize() != this.getSize())\n\t\t\treturn null;\n\n\t\t// Loop through the values to compute matrix mult...
f508bc39622e1df694f8a45a5c4b3988
show the messages (touch)
[ { "docid": "dde14ce2ef47663054eab33f702e77c2", "score": "0.8267089", "text": "private void showTouchMsgs() \n\t{\n\t\tString msg = buildMsgs( touchMsgs, MAX_TOUCH_MSG, \"\\n\" );\n\n\t\t/* show message */\n \t\ttxtMsg.setText(msg);\n\t}", "title": "" } ]
[ { "docid": "63cafb3aa46871bc027d00e2342eab0e", "score": "0.6878767", "text": "public static void displayMessage() {\n\t\tSystem.out.println(\"What would you like to do?\");\n\t\tSystem.out.println(\"Write = w\");\n\t\tSystem.out.println(\"Read = r\");\n\t\tSystem.out.println(\"Append = a\");\n\t\t\t\t\n...
b4f0bbfc55a7891fbcc2feb1dd6365e7
repeated .cn.wsds.gamemaster.pb.QuestionSuvery questionSuvery = 1;
[ { "docid": "ba610d1157ed2319a88c10e63f114661", "score": "0.66089225", "text": "cn.wsds.gamemaster.pb.Proto.QuestionSuvery getQuestionSuvery(int index);", "title": "" } ]
[ { "docid": "2121582a440e567542092872b5644e75", "score": "0.72581685", "text": "com.protobuftest.protobuf.GameProbuf.Game.Question getQestion();", "title": "" }, { "docid": "4e7dbf8fcd797f51df1a517a94ce0a33", "score": "0.67886424", "text": "com.protobuftest.protobuf.GameProbuf.Game.Qu...