query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
8cb91c8f905843c944a663443c97ed12
Clears the value of the 'IdConta' field. Id da conta.
[ { "docid": "9cc9964c3fa952ab747c85012d5ff35c", "score": "0.82262605", "text": "public br.com.veloe.mecanicafinanceira.LancamentoAprovisionado.Builder clearIdConta() {\n IdConta = null;\n fieldSetFlags()[2] = false;\n return this;\n }", "title": "" } ]
[ { "docid": "dcbd09c9d5b72ceeef26d40759b7b6a5", "score": "0.68879366", "text": "public Builder clearConta() {\n if (contaBuilder_ == null) {\n conta_ = null;\n onChanged();\n } else {\n conta_ = null;\n contaBuilder_ = null;\n }\n\n return this;\n }", ...
a7e06dbe1366db088da3621ca953a414
/ Create Menu for Playlist View
[ { "docid": "64b7e78d422f9074e125b56fee705f06", "score": "0.6455569", "text": "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t\tinflater.inflate(R.menu.mpd_playlistmenu, menu);\n\t}", "title": "" } ]
[ { "docid": "cd219ae0f2679242f479b0c95af63fad", "score": "0.70076257", "text": "public void drawMenu() {\r\n menu = new MyObjectListField();\r\n this.deleteAll();\r\n \r\n if (ampacheberry.comm.authToken.equals(\"\") || \r\n \t\tampacheberry.comm.authToken == null) {\r\...
9d7c5bf000663e1b3da28c05b20c7963
Build logging properties prefix.
[ { "docid": "ea23320fba10500213f10cd5a4f71b62", "score": "0.5874967", "text": "private static String getLoggingPrefix(String category) {\r\n String prefix;\r\n if (\"rootLogger\".equals(category)) {\r\n prefix = \"log4j.\";\r\n } else {\r\n prefix = \"log4j...
[ { "docid": "d69f9406908bbe069440809845b83292", "score": "0.62932307", "text": "public String getLogPrefix();", "title": "" }, { "docid": "0e00daadd3d7275b203c8a04a7c8e159", "score": "0.6120727", "text": "public void appendPrefix(String prefix) {\n PropertyRef r = new Property...
87fe586e2a17daed76e8ef1f2cf3c9c7
On text channel create.
[ { "docid": "28d10d46505c72fedf90f56f7277a53b", "score": "0.8668891", "text": "@Override\n\tpublic void onTextChannelCreate(TextChannelCreateEvent event) {\n\t\t// TODO Auto-generated method stub\n\t\tsuper.onTextChannelCreate(event);\n\t\tguildaController.onTextChannelCreate(event.getChannel());\n\t}", ...
[ { "docid": "6e82a46e3861ff6a7054f79cce1073d0", "score": "0.62291354", "text": "public TextMessage(String text){\n this.text = text;\n }", "title": "" }, { "docid": "7ea15702e974ccfd073464f88a619510", "score": "0.61639625", "text": "public final void\n channelCreated(Chan...
ca6d7d7955b39dec3df94d140070960c
Make a POST call with no HTTP headers and a Json body
[ { "docid": "d06cf51874fc69bf6f4007cf7e08c182", "score": "0.60625756", "text": "public ResponseEntity<String> makeRestCallPost(String url, JSONObject body) {\n if (restOperations == null) { return null; }\n\n return this.makeRestCallPost(url, (HttpHeaders)null, body);\n }", "title": ...
[ { "docid": "081f14ef8810905f9434231a31d1c293", "score": "0.67015296", "text": "private String doPostRequest(String url, String json) throws IOException {\n\t\tRequestBody body = RequestBody.create(JSON, json);\n\t\tRequest request = new Request.Builder().url(url).post(body).build();\n\t\tResponse respon...
1f1d1e04625f82afb271e3a204bcbc4c
Instantiates a new Hubble base exception.
[ { "docid": "ab87ecc047362f68cd3d9151217c9243", "score": "0.6524054", "text": "public BaseException(String message) {\n super(message);\n }", "title": "" } ]
[ { "docid": "e766d6cf26557e7a20353ca1a4637e8a", "score": "0.70259786", "text": "public BaseException() {\n super(\"\");\n }", "title": "" }, { "docid": "40814f7417788adeb146d3c460343941", "score": "0.67799735", "text": "private ExceptionFactory() {}", "title": "" }, ...
6ea13c145ee47c1f2f0ece8f71ed538b
Evaluates the row index from a given cellId in A1 notation. Extracts the row number and translates that to an numeric index value beginning with 0.
[ { "docid": "5d65f2447b9904a45e40542291c527a1", "score": "0.7982465", "text": "protected static int getRowIndex(String cellId) {\n char[] characters = cellId.toCharArray();\n String index = IntStream.range(0, characters.length)\n .mapToObj(i -> characters[i])\n .filter...
[ { "docid": "3cedfe68f96ece883792fc1b4c6ed727", "score": "0.7187756", "text": "private int getRow(int cellId) {\n\t\tint row=(cellId/8);\n\t\treturn row;\t\n\t}", "title": "" }, { "docid": "5926ee0089460d307b2d66e4449e6d48", "score": "0.6749208", "text": "protected static int getColum...
d6e7e8b7df3654a8b07324d89d9e2ecb
setLanguageDialog set the language list and open the dialog
[ { "docid": "dbc0603dfb933f38fb19e329553d5264", "score": "0.80187327", "text": "void setLanguageDialog(int indexSelected);", "title": "" } ]
[ { "docid": "eb9277811f9b15ccb4179c701174b600", "score": "0.70998", "text": "void setLanguage(LanguageList languageCode);", "title": "" }, { "docid": "d2b109cef87e0795cdb4ac7e95a6be3e", "score": "0.6920414", "text": "void changeLanguage(LanguageList languageList);", "title": "" ...
17ef144254e6e0048bd2e8e967ed8ed0
getting the product of the specified position
[ { "docid": "2f9580225d0bec9f7872948f7adde95e", "score": "0.0", "text": "@Override\n public void onBindViewHolder(ProductViewHolder holder, int position) {\n\n holder.cat.setText(productList.get(position));\n\n }", "title": "" } ]
[ { "docid": "dc376db9a412fe1fcb243800dab96e27", "score": "0.7020118", "text": "double product();", "title": "" }, { "docid": "849d43cbe57f229f0be9dcb0dc1beb1c", "score": "0.6958239", "text": "public static long productofadjacent(int position){\n String sub =thoudigit.substring(...
ee97b4bb9585ab9b283c74d9cc0e6f24
if (!reader.hasMoreTokens()) return null;
[ { "docid": "74d9eb39a101cca6cedc90f0d28aac02", "score": "0.0", "text": "public DataTuple readDataTupleFirstFake(ClusReader reader, ClusSchema schema,RowData mDataPrevious) throws IOException, ClusException {\n\t\tboolean sparse = reader.isNextChar('{');\n\t\tif (sparse) {\n\t\t\tm_Attr.clear();\n\t\t\ts...
[ { "docid": "86cacbcba252a22766d39e46beeb4e3c", "score": "0.67099977", "text": "public Token nextToken() throws IOException{\r\n\t\t \r\n\t\t while(true){\r\n\t\t //guardo la ultima linea\r\n\t\t int lastLine = numLinea;\r\n\t\t Character ch = ultimoCharLeid...
660db369ef0fb2e8b275541fde87ea01
The method retrieves user records for a given customer id
[ { "docid": "b43780b46c10e4003ae18dbfd9004f6f", "score": "0.72017", "text": "@Override\n public List getUsers(Integer customerID, Integer userID) {\n\n //creating the getSession() method to create criteria object for Users class\n Criteria objCriteria = getSession().createCriteria(Users....
[ { "docid": "0da3874a225c36fb6a34f20448654743", "score": "0.729021", "text": "Customer getCustomerByUserId(Integer userId) throws DVDException;", "title": "" }, { "docid": "eba1b7fbae93578248f2334cc5a228e9", "score": "0.70457435", "text": "public Customers getCustomerById(int id);", ...
0a57d5e72f62edfba5adadede8236560
must be static, to safely call from other Activities
[ { "docid": "818c72751926bdf4ba8404dd87a09e6a", "score": "0.0", "text": "public static String getExposurePreferenceKey() {\n\t\treturn \"preference_exposure\";\n\t}", "title": "" } ]
[ { "docid": "ca0ff6fe218a382bb3a92c2fcc1fa914", "score": "0.65566444", "text": "@Override\n public void onCreate(Activity act, Bundle savedInstanceState) {\n\n }", "title": "" }, { "docid": "6eb15ebbce68844fbfc85130b03b28b4", "score": "0.65285265", "text": "private void MainAciv...
8e10a53df10fb0cb4f7f4b4f48295e90
============================================ These methods (through findterminalp) layer over other methods in order to align with notation in the notes for Stanford's CS227B course Returns the list of roles for the game.
[ { "docid": "70fa1ebf40642d3ce137d7258dae82bf", "score": "0.6189543", "text": "public List<Role> findRoles() {\n\t\treturn getRoles();\n\t}", "title": "" } ]
[ { "docid": "4f6b2a204cd79cb35330a3f34b64b449", "score": "0.66969025", "text": "@Override\n\tpublic Vector<String> getRoles();", "title": "" }, { "docid": "577c1e4ea14ab96808a28c632adc4b71", "score": "0.63300455", "text": "public List<String> findAllRoleNames();", "title": "" },...
99b7b5101a31b86aad9ddfe3304cf05d
Builds a domain object from gRPC data
[ { "docid": "c33af1fc40506d17d3858e593501d754", "score": "0.0", "text": "public PersistentObject getObject(ObjectType type, String sId) {\n if (type == ObjectType.PERSON) {\n try {\n // If it fits a long, it is a long\n Long.parseLong(sId);\n ...
[ { "docid": "32856f276a10ce0bc950a9e6687e40d3", "score": "0.59855837", "text": "Domain createDomain();", "title": "" }, { "docid": "32856f276a10ce0bc950a9e6687e40d3", "score": "0.59855837", "text": "Domain createDomain();", "title": "" }, { "docid": "aacd9220a5458060b7736d...
50e9180de99ec6cec8b3a70f234c273e
C++: void cornerSubPix(Mat image, vector_Point2f& corners, Size winSize, Size zeroZone, TermCriteria criteria) Refines the corner locations. The function iterates to find the subpixel accurate location of corners or radial saddle points, as shown on the figure below. Subpixel accurate corner locator is based on the obs...
[ { "docid": "a34bcec2917487789c3be9f96510c1fe", "score": "0.80751324", "text": "public static void cornerSubPix(Mat image, List<Point> corners, Size winSize, Size zeroZone, TermCriteria criteria)\n {\n Mat corners_mat = Converters.vector_Point2f_to_Mat(corners);\n cornerSubPix_0(image.na...
[ { "docid": "d4aff3c85fc17efc0434101996a74bd3", "score": "0.83624053", "text": "private static native void cornerSubPix_0(long image_nativeObj, long corners_mat_nativeObj, double winSize_width, double winSize_height, double zeroZone_width, double zeroZone_height, int criteria_type, int criteria_maxCount,...
32500c33b7ac451adbb803289e302737
/MyLog.log("in Login.execute() with submit = " + this.submit); /System.out.println("in Login.execute() with submit = " + this.submit);
[ { "docid": "6e7c12a56f3702ed5e2d0851fcd5c7c1", "score": "0.57820684", "text": "public String execute() {\n\t if (this.username.isEmpty() || this.password.isEmpty()) {\n\t\t\t return \"initial_entry\";\n\t } \n\t if(this.user.equalsIgnoreCase(\"member\"))\n\t {\n\t i...
[ { "docid": "9056b496df23902fb0579027c611384e", "score": "0.6235642", "text": "public abstract void logExecution();", "title": "" }, { "docid": "034992f3d6089d0855870d51ec5aab63", "score": "0.6222406", "text": "void printLoginSuccessful() {\r\n super.printActionMessage(\"Login ...
da5964e950c8e65e03226380ac9944dd
Method to return the name of a facility.
[ { "docid": "47f0cec0cd3a6970f7df7dd79e099e87", "score": "0.8471733", "text": "public String getFacilityName()\r\n\t{\r\n\t\treturn facilityName;\r\n\t}", "title": "" } ]
[ { "docid": "491f73e224c46ecda65858ac092ad871", "score": "0.78812164", "text": "@java.lang.Override\n public java.lang.String getFacility() {\n return facility_;\n }", "title": "" }, { "docid": "93245ee430b4e7c2c30a2da123b3e3c7", "score": "0.7809239", "text": "java.lang.Str...
3a58716f754e7c7c808ffe81098fbc89
Creates a formatter with default incremental indentations of 2 spaces.
[ { "docid": "e7d2cc0541ac12aabb68a6c0e93ba373", "score": "0.0", "text": "public JSFormatter (@Nonnull @WillCloseWhenClosed final Writer aWriter)\n {\n this (aWriter instanceof PrintWriter ? (PrintWriter) aWriter : new PrintWriter (aWriter));\n }", "title": "" } ]
[ { "docid": "cc6b2e763800b13ef9efe477558c270d", "score": "0.63220435", "text": "Formatter createFormatter();", "title": "" }, { "docid": "bee2587c6f03b2c36ead8d7ecf6e139a", "score": "0.63156587", "text": "public static String formatIndentationStyle( int indent ) {\n\t\treturn indent =...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "16e754a11c1d7baa7cb421c6961fa91b", "score": "0.0", "text": "public String mo32460b() {\n return this.f20732c;\n }", "title": "" } ]
[ { "docid": "d67c399b1ad2b307c2c48fda30282ec6", "score": "0.65688473", "text": "public abstract void mo27873b(Object obj, B b);", "title": "" }, { "docid": "6786d3cdc133f9c9f4e751b41ecc6118", "score": "0.62114835", "text": "public void b() {\r\n }", "title": "" }, { ...
93ad7fad4c5d8a38c0c520921abb0c68
Name of the user to be updated. To get the name of the user, make a [UserService.List] request. string user_name = 2 [(.yandex.cloud.required) = true, (.yandex.cloud.pattern) = "[azAZ09_]", (.yandex.cloud.length) = "163"];
[ { "docid": "f0aa4f04f091bc5284ef8be490573ca9", "score": "0.7109415", "text": "public java.lang.String getUserName() {\n java.lang.Object ref = userName_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteStrin...
[ { "docid": "ea00ad5b3f5c5623ff84d12c85578656", "score": "0.71058357", "text": "public String getUserName() {\n Object ref = userName_;\n if (ref instanceof String) {\n return (String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n (com.google.protobuf.By...
d8fe15fa3d3329e9f313b6f123ac72ef
Kills the animal: sets the "dead" flag to true, unfollows and releases every related animal and leaves it's current tile.
[ { "docid": "788141c424e24c29ec1774fd0b3c0941", "score": "0.6768271", "text": "public void die() {\n\t\tLogger.startFunction(this, \"die\");\n\n\t\tunfollow();\n\t\trelease();\n\t\tleaveTile();\n\t\tdead = true;\n\n\t\tLogger.endFunction();\n\t}", "title": "" } ]
[ { "docid": "782a24ec23675dd81a9cd005b960210f", "score": "0.6654502", "text": "public void kill() {\n scope = DEAD;\n }", "title": "" }, { "docid": "ae1dc4e135ce54ee92605bde37ebbed2", "score": "0.66520387", "text": "protected void kill() {}", "title": "" }, { "do...
ded9ce2c7c4d2cef0a19177d33e569b3
Created by Hayk on 18.07.2021.
[ { "docid": "ca25298bd105a843a80deca254fee4c2", "score": "0.0", "text": "interface CrudRepository<T, Integer> {\n void create(T t);\n\n void update(T t, Integer id);\n\n void delete(Integer id);\n}", "title": "" } ]
[ { "docid": "b5dec8709a9a146ca6e5962661476057", "score": "0.5799783", "text": "private Semitones() {\n \n }", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.5643425", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\t\t\t\r\n\t\t\t}", "ti...
77887121b3a0dd6a03bf150f2d06aa84
A method to set the Title of the Account page by retrieving the first name of the current user from the database
[ { "docid": "311eda3f78f7bd1523324e7ffc80730c", "score": "0.8173313", "text": "private void setTitle()\n {\n titleField.setText(currentUserInfo.getFirstName().toUpperCase() + \"'S ACCOUNT\");\n }", "title": "" } ]
[ { "docid": "a00ed2455f7e9d0d740a3634b427fb54", "score": "0.74018735", "text": "public String getUserAccountTitle() throws Exception {\n\t\tWebDriverUtils.sleep(5000);\n\t\treturn browser.findElement(By.xpath(\"//div[@class='header__right-col']\"\n\t\t\t\t+ \"//span[@class='user-menu__title'][contains(te...
29886bcaaecb1639a87ab2675dcf5c9a
Sends a title with the given timing to a player.
[ { "docid": "7e5b646037b0910b6e8d1df7f2480cbc", "score": "0.6204669", "text": "public static void sendTitle(Player player,\n String title, ChatColor titleColor,\n int fadeIn, int stay, int fadeOut) {\n sendTitle(player, title, titleCo...
[ { "docid": "0b63bbf7f5b997dd2f4079c490de50f5", "score": "0.7563334", "text": "private void playGiveTitle(Player player) {\n String title = ChatColor.GOLD + \"You have received your sword!\";\n String subTitle = null;\n int duration = 50;\n int fadeIn = 10;\n int fadeOu...
4716fee63d9af1272591e1c88614aade
Retrieves all user stories for a given username
[ { "docid": "28e69e00b0ba6d41253bcde833227e59", "score": "0.81237257", "text": "public static Collection <UserStory> retrieveAllUserStories(String username){\r\n\t\tUser user = UserManager.getUser(username);\r\n\r\n\t\tCollection<UserStory> all = retrieveAllUserStories();\r\n\t\tCollection<UserStory> res...
[ { "docid": "753356e2ddee024f0f289e8c079c7ce1", "score": "0.7683398", "text": "public static Collection <UserStory> retrieveOwnedUserStories(String username){\r\n\t\tUser user = UserManager.getUser(username);\r\n\r\n\t\tCollection<UserStory> all = retrieveAllUserStories();\r\n\t\tCollection<UserStory> re...
bcdc43a7eb632270d5ba693fbaf2fe28
The credential definition stage allowing start date to be set.
[ { "docid": "4173139c90971294000c00f385501053", "score": "0.65138507", "text": "interface WithStartDate<ParentT> {\n /**\n * Specifies the start date after which password or key would be valid. Default value is current time.\n *\n * @param startDate the star...
[ { "docid": "84879bac25d0d1f35670f13c34fb758c", "score": "0.5646319", "text": "interface WithCredential {\n /**\n * Starts the definition of a certificate credential.\n *\n * @param name the descriptive name of the certificate credential\n * @ret...
9ab87880f81e22a158ce6e2d1b11e2ca
/ We use a custom title so never request a window title
[ { "docid": "a1be574b753d9de520ee0d6719b5dd88", "score": "0.0", "text": "public void installContent() {\n\t\tmWindow.requestFeature(Window.FEATURE_NO_TITLE);\n\n\t\tif (mView == null || !canTextInput(mView)) {\n\t\t\tmWindow.setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,\n\t\t\t\t\tWindowMana...
[ { "docid": "566182b6b8719ef80e163ac3e0519549", "score": "0.7502775", "text": "public void setWindowTitle(CharSequence title) {\n if (!mUserTitle) {\n setTitleImpl(title);\n }\n }", "title": "" }, { "docid": "14b18a7d9a04b7c35e61869445be1803", "score": "0.74014...
117b031a50fd1e7f8d5759b1b4ed645e
This method was generated by MyBatis Generator. This method returns the value of the database column user.salt
[ { "docid": "9ac25e3b087c9cfb4a07aba5e8be8acb", "score": "0.7800948", "text": "public String getSalt() {\r\n return salt;\r\n }", "title": "" } ]
[ { "docid": "2ff20679a5fc94eafe8bb540a0693a54", "score": "0.7514601", "text": "public String getF_salt() {\n return f_salt;\n }", "title": "" }, { "docid": "b561df2b19d10b3ab6467efb802bcf9c", "score": "0.7260229", "text": "private String getSalt(Connection connection, String...
63aa806dcd26b86bb8085d5b2120115b
End of depositFunds method A method to withdraw funds
[ { "docid": "1064f704ab98987779af7a6e6ed69b2c", "score": "0.71454144", "text": "public void withdrawFunds(double withdrawal) throws IOException\n {\n \tbalance-=withdrawal;\n \ttransactionsMade++;\n \tif(transactionsMade > transactionsMax)\n \t{\n \t\tbalance -= 2.00;\n \t\t//Let use...
[ { "docid": "38f14472e9d4ea4470024d528225563e", "score": "0.7181644", "text": "public void depositFunds(double deposit) throws IOException\n {\n \tbalance += deposit;\n \ttransactionsMade ++;\n \tif (transactionsMade > transactionsMax)\n \t{\n \t\tbalance -=2.00;\n \t\t//Let user kno...
e412c6dfc7c4e8130f8f8902386c33c1
Gets if this field is static.
[ { "docid": "43ee0776c0b9bab3b8c5e9b80bfc38a4", "score": "0.8092981", "text": "public boolean isStatic() {\n return this.is_static;\n }", "title": "" } ]
[ { "docid": "d277bd4713b5c74fc897512dbc7c88d8", "score": "0.84172624", "text": "public boolean isStatic() {\n return Modifier.isStatic(field.getModifiers());\n }", "title": "" }, { "docid": "30caede2c32be7c7d62943061376693d", "score": "0.78440934", "text": "public boolean is...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a4c46fc6007a72dfc70b7e3b22cf9d0f", "score": "0.0", "text": "@Override\n\tpublic String getDeletedProperty() {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
4a73476381d0afe5eb2f28e74c6fced4
GoogleApiClient.ConnectionCallbacks interface Variable ends LocationListener interface Methods Starts
[ { "docid": "4d7da8187826b1d021ab573cf1ef13c4", "score": "0.0", "text": "@Override\n public void onLocationChanged(Location args0)\n {\n // TODO Auto-generated method stub\n mCurrentLocation = args0;\n mLastUpdateTime = DateFormat.getTimeInstance().format(new Date());\n ...
[ { "docid": "e5222396234cbd45217b056cf6a62fa9", "score": "0.75120413", "text": "@Override\n public void onConnected(Bundle connectionHint) {\n Log.i(TAG, \"Connected to GoogleApiClient\");\n\n // If the initial location was never previously requested, we use\n // FusedLocationApi....
67693e720e07a6b178496a04bee552dd
After completing background task Dismiss the progress dialog
[ { "docid": "cf4588d884dbf50268f02cb6b4e42fa0", "score": "0.0", "text": "protected void onPostExecute(String file_url) {\n\t\t\t// dismiss the dialog after getting all products\n\t\t\tpDialog.dismiss();\n\t\t\t// updating UI from Background Thread\n\t\t\trunOnUiThread(new Runnable() {\n\t\t\t\tpublic voi...
[ { "docid": "2a87f6ea2631b35e052865c963e4cbec", "score": "0.77287996", "text": "public void onComplete() {\n progressDialog.dismiss();\n }", "title": "" }, { "docid": "a04e66fc81a9e5c79eb0286bec07da4c", "score": "0.76830494", "text": "@Override\n\t\tprotected void onPostExec...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "a5315383d99fce5d029b710553058940", "score": "0.0", "text": "public static int m87026a() {\n return Calendar.getInstance().get(1);\n }", "title": "" } ]
[ { "docid": "40e9785645e7f278c7de226a84dd3b77", "score": "0.61801475", "text": "public interface C35595b {\n /* renamed from: a */\n void mo90406a();\n }", "title": "" }, { "docid": "a14760f0a1a6f90e9f568881c3a67610", "score": "0.61778456", "text": "public interface a...
82e5b57f517832adbf578065ae0b011f
Updates the height after rotation.
[ { "docid": "093e4500e53343b87f4b185e8b3fe5d1", "score": "0.0", "text": "private void fixHeight(TreeNode node){\n\t\tif(node != null){\n\t\t\tint left = 0;\n\t\t\tif(node.left != null){\n\t\t\t\tleft = node.left.height;\n\t\t\t}\n\t\t\tint right = 0;\n\t\t\tif (node.right != null){\n\t\t\t\tright = node....
[ { "docid": "37c235dd351f38c6e58811027763beb7", "score": "0.6740426", "text": "public void setNewHeight(int height);", "title": "" }, { "docid": "f549831461d7765e6bed748dfd02cbff", "score": "0.6572694", "text": "public void setHeight(int newHeight);", "title": "" }, { "doc...
926fb9149ecab43ad1fb5765d0ddfa85
boolean hasIsApprovalMode() Method hasUlIdCntrctWkr
[ { "docid": "f5b04abf78208662ef596fbb0fd795a6", "score": "0.0", "text": "public boolean hasUlIdCntrctWkr()\r\n {\r\n return this._has_ulIdCntrctWkr;\r\n }", "title": "" } ]
[ { "docid": "627556baccf883eaae96417e08098cbf", "score": "0.7931026", "text": "public boolean hasIsApprovalMode()\r\n {\r\n return this._has_isApprovalMode;\r\n }", "title": "" }, { "docid": "71074df1b5f1b6fcefc4db4a8934dd3b", "score": "0.7735218", "text": "public boolean...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "6ca795c65f1369ae90a1fc87a97e164a", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n fragmentProfileBinding = DataBindingUtil.inflate(inflater, R.layout.fragment_p...
[ { "docid": "38a92048c5518dd0ba2537b8d61228b7", "score": "0.68197936", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_query_wallpaper_frgment, cont...
f3125fd76f63f80db2934c7a73f81104
Ex.5.27 This method that takes an animal name and spotterID then returns the first Sighting object stored in the sightings collection for that combination.
[ { "docid": "e8467467975b464ef5103ce5d8029e35", "score": "0.8222854", "text": "Sighting useFindFirst(String animal, int spotterID){\n return(\n sightings.stream()\n .filter(animal.equals(sighting.getAnimal()))\n .filter(sighting -> sighting.getSpotter()== spotterID).findFirst(...
[ { "docid": "b7457872e427036a52738ac3dbc0a7cf", "score": "0.6421762", "text": "public void nameOfAnimalsSighted(int spotterID, int day){\n int count;\n for(Sighting record : sightings){\n count = record.getCount();\n if(count > 0){\n System.out.println(r...
61acbdb0bad8e3bce6c836c0572b5b33
Creates load cases folder.
[ { "docid": "2e36a7f0c99f79f06455a280bdb8dc31", "score": "0.0", "text": "public AircraftLoadCases(int id) {\n\n\t\t// create spectrum item\n\t\tsuper(\"Load Cases\", id);\n\n\t\t// create icon label\n\t\tLabel iconLabel = new Label(\"\\ue9db\");\n\t\ticonLabel.getStylesheets().add(IconicFont.ICOMOON.getS...
[ { "docid": "6c38aa66bdb1b67d3f9882eda7b96cb9", "score": "0.62602663", "text": "public void createDirectory() {\n File newFile = load();\n boolean isCreated = newFile.mkdir();\n if (isCreated) {\n System.out.println(DIRECTORY_CREATED);\n } else {\n System...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "27272f9cc46df27022fa74c14d446b02", "score": "0.0", "text": "@Override\n\tprotected void onCreate(Bundle savedInstanceState) {\n\t\tsuper.onCreate(savedInstanceState);\n\t\tsetContentView(R.layout.meusprojs_layout);\n\t\tprogressBar = (ProgressBar) findViewById(R.id.progressBar3);\n\t\tfont =...
[ { "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...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ef092522189be4ac04468b5854e4a9d9", "score": "0.0", "text": "@Override\r\n\tpublic void visit(AllTableColumns allTableColumns) {\n\t\t\r\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": "" ...
f78d690e444be315fe941dbb1566170e
TODO: test doesn't work with some Locales, see SOLR6458
[ { "docid": "f540ac93b60d7642b88aa1f5cfcbe0a9", "score": "0.0", "text": "@BeforeClass\n public static void beforeClass() throws Exception {\n savedLocale = Locale.getDefault();\n Locale.setDefault(Locale.ENGLISH);\n \n // we leave this in case the above is addressed\n assumeFalse(\"This t...
[ { "docid": "e1f88e8de1f06a4762e11eca094ad7d0", "score": "0.65849197", "text": "@Test\n public void testLocaleString() throws Exception {\n verifyLocale(\"en_US\");\n verifyLocale(\"apparently invalid locale string\");\n verifyLocale(\"zz\");\n verifyLocale(\"iw\");\n ...
0fbca6481dd56c307ebdb7e6bfbf10a5
selects a collection of Incidencias objects prefilled with their Uejecuciones objects. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IncidenciasPeer.
[ { "docid": "0b578822303e0655dc30986ac387a15c", "score": "0.58441377", "text": "protected static List doSelectJoinUejecuciones(Criteria criteria)\n throws TorqueException\n {\n setDbName(criteria);\n\n IncidenciasPeer.addSelectColumns(criteria);\n int offset = numColumns + ...
[ { "docid": "03f94424754ec105a3a4f8b55ad31293", "score": "0.6314917", "text": "private void iniciarCuentas() {\n for (Cuenta a : cuentas) {\n cuentaDropDown.addItem(a);\n }\n }", "title": "" }, { "docid": "00e4a66b6aa209faf22c368aa186adb5", "score": "0.608999",...
a77f64151b847a69c7c07d0f8b78e600
Gets file name and extension for a given file full name
[ { "docid": "85fe07b5359d2aec2ab735bb03648871", "score": "0.70180446", "text": "public static String[] getFileNameAndExtension(String fileName) {\n\t\tint p = fileName.lastIndexOf('.');\n\t\tString details[] = new String[2];\n\t\tif(p != -1) {\n\t\t\t// extension\n\t\t\tdetails[0] = fileName.substring(0,...
[ { "docid": "8c019bafd91c3b48379be8918512aa18", "score": "0.7610089", "text": "private String getExtension(String fileName) {\n String extension = \"\";\n int i = fileName.lastIndexOf('.');\n if (i > 0) {\n extension = fileName.substring(i + 1);\n }\n return ...
1d2ef4fb9fd985c4111bf3b2e0e8f52f
Set accessor for persistent attribute: dist_sec_asg
[ { "docid": "ae97faee659998198f131c47a0659f7a", "score": "0.72653896", "text": "public void setDist_sec_asg(java.lang.Long newDist_sec_asg);", "title": "" } ]
[ { "docid": "5aed9943ead75191f206fef1375bf302", "score": "0.66694736", "text": "public java.lang.Long getDist_sec_asg();", "title": "" }, { "docid": "e9b1fe7cac5d21f58b87f7dd0c9cfcdb", "score": "0.60308844", "text": "public java.lang.String getDesc_dist_sec_adg();", "title": "" ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "97f5930a332658e0a59e02d735a925ed", "score": "0.0", "text": "public String Serve() {\n\t\t\treturn null;\n\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}", ...
2b76c017c3aa1675a426c9e656291a05
Gets the board for the two players
[ { "docid": "906bef5cd0fd73ef2840ac5332196f37", "score": "0.0", "text": "public BoardView getBoardView(String gameCode) {\n ArrayList<Object> board = boards.get(gameCode);\n return (BoardView) board.get(0);\n }", "title": "" } ]
[ { "docid": "226fe920150525f1cbd9ce75a2f5ad3f", "score": "0.68926555", "text": "public static void twoPlayers() {\n\t\tint[][] board = createBoard();\n\t\tshowBoard(board);\n\n\t\tSystem.out.println(\"Welcome to the 2-player Checkers Game !\");\n\n\t\tboolean oppGameOver = false;\n\t\twhile (!gameOver(bo...
8e8adc86be830dc98ca6865620ba8275
Creates a Stream Object from a DSMCC Object. The BIOP message referenced by the DSMCCObject has to be a Stream or StreamEvent BIOP message.
[ { "docid": "bbec9a315f7aa9f152066c4385c1a977", "score": "0.7349104", "text": "public DSMCCStream(DSMCCObject aDSMCCObject)\n\t\tthrows NotLoadedException, IllegalObjectTypeException\n\t{\n\t}", "title": "" } ]
[ { "docid": "effc95d1bee35743356a89576a67b3dc", "score": "0.58060044", "text": "public DSMCCStream(String path) throws IOException, IllegalObjectTypeException\n\t{\n\t}", "title": "" }, { "docid": "5a1f74b601b80791596f994b5e5047a6", "score": "0.523256", "text": "public StreamContainer...
64653d8f28b886902dd11885e1750137
Rebalances the table for the replicagroup based segment assignment strategy by uniformly spraying group of segments belonging to each instancePartitionId to the instances of that instance partition.
[ { "docid": "e0bb5e11d3ac0021c50eed1127f06b64", "score": "0.7216004", "text": "public static Map<String, Map<String, String>> rebalanceReplicaGroupBasedTable(\n Map<String, Map<String, String>> currentAssignment, InstancePartitions instancePartitions,\n Map<Integer, List<String>> instancePartit...
[ { "docid": "245fbb1f093a7449a31ef5d9cd37b329", "score": "0.73656136", "text": "public static void rebalanceReplicaGroupBasedPartition(Map<String, Map<String, String>> currentAssignment,\n InstancePartitions instancePartitions, int partitionId, List<String> segments,\n Map<String, Map<String, S...
e2bf69f4a0b3140772707e466425219a
VDMTOOLS END Name=IsLegalCard VDMTOOLS START Name=NumberOfTriesExceeded KEEP=NO
[ { "docid": "666568c6f63c89737e909bf0d28ac3d6", "score": "0.0", "text": "public Boolean NumberOfTriesExceeded (final Integer cardId) throws CGException {\n sentinel.entering(((CentralResourceSentinel) sentinel).NumberOfTriesExceeded);\n try {\n return new Boolean((UTIL.NumberToInt(numberOfTrie...
[ { "docid": "cf5466b827862e1c6e2a4a2c4df8b12a", "score": "0.53225106", "text": "public interface ISO7816 {\r\n\r\n // Mnemonics for the SW1,SW2 error codes\r\n\r\n /**\r\n * Response status : No Error = (short)0x9000\r\n */\r\n short SW_NO_ERROR = (short)0x9000;\r\n\r\n /**\r\n * Response statu...
11b8330b97ee8fd0cb29a412cba0ca13
JsonNode root = jp.getCodec().readTree(jp); JsonNode profile = root.get("profile"); String phone = root.get("phone").asText(); String username = profile.get("username").asText(); String email = root.get("email").asText(); JsonNode birthdayNode = profile.get("birthday"); LocalDate birthday = LocalDate.of(birthdayNode.ge...
[ { "docid": "3b5473c4c2f3efdb03f510604af0645e", "score": "0.616642", "text": "@Override\n public Profile deserialize(JsonParser jp, DeserializationContext ctxt) throws IOException, JsonProcessingException {\n return null;\n }", "title": "" } ]
[ { "docid": "4b7d77498d6a05c1c73f1fa090fb8309", "score": "0.5845697", "text": "private void jsonToProfileList() {\n for (int i = 0; i < mJSONArray.length(); i++) {\n Profile profile = new Profile();\n JSONObject object;\n JSONArray skills;\n\n // Iterate...
7c3dbe304a8f4bb13660e058a1ce35ef
Returns the first legal type in the ordered set where groupId = &63; and companyId = &63;.
[ { "docid": "1dcb715426f74556a08b640b2c704124", "score": "0.6928452", "text": "public static LegalType fetchByFindAll_First(\n\t\tlong groupId, long companyId,\n\t\tOrderByComparator<LegalType> orderByComparator) {\n\n\t\treturn getPersistence().fetchByFindAll_First(\n\t\t\tgroupId, companyId, orderByCom...
[ { "docid": "135b93a6f6131726d5371998b6b05e80", "score": "0.6322696", "text": "public static LegalType findByFindAll_First(\n\t\t\tlong groupId, long companyId,\n\t\t\tOrderByComparator<LegalType> orderByComparator)\n\t\tthrows com.ecoit.elegaldocument.exception.NoSuchLegalTypeException {\n\n\t\treturn g...
bac67ba027cd2659a665909069277977
Gets the typed object code
[ { "docid": "ad5e18c24a7a38c0bf1a2afd0037ab70", "score": "0.7400295", "text": "public abstract String getCode(T object);", "title": "" } ]
[ { "docid": "e811b217dcec98926598a80b881510c3", "score": "0.7113565", "text": "int getTypeCode();", "title": "" }, { "docid": "a7d55a5cfd10da3b85a1b46168f57513", "score": "0.70285654", "text": "public TypeCode _type() {\n/* 109 */ return ORB.init().get_primitive_tc(TCKind.tk_objre...
7c1d1ff1761b5d1679f719c65a9b1f68
///////////////////////////////////// // STATIC ATTRIBUTES ///////////////////////////////////// // STATIC METHODS ///////////////////////////////////// // INSTANCE ATTRIBUTES ///////////////////////////////////// // CONSTRUCTORS
[ { "docid": "77924fa75fbe1adf5b96f74d1a24a824", "score": "0.0", "text": "public ExitAction()\n {\n }", "title": "" } ]
[ { "docid": "46a460fe7658f3c47ccd353629357303", "score": "0.6923098", "text": "private Obsfucator() {\n\t\tsuper();\n\t}", "title": "" }, { "docid": "9a26c4906f8195084e9ec158504cab47", "score": "0.6671997", "text": "@Override\n public void init() {\n \n }", "title": "...
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": "4a28a512fd6f193091790cf4fdf96b1d", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n Grupo_Botoes = new javax.swing.ButtonGroup();\n ...
[ { "docid": "5f8540ed063cf75672e07098d5395e1e", "score": "0.769977", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n\n }", "title": "" }, { "docid": "4837a419ef51215909345e93ff8d7eb0", "score": "0.7682445", "text": "private void initComponents () {//GEN-BEGIN:i...
91623b6a811d29dd8d5cdab6ef0309eb
DB This method map the name of items and the other information from ItemInfo class.
[ { "docid": "43e780545152aca78d7a50bb16dba6d8", "score": "0.0", "text": "void storeData(BookInfo x) throws IOException {\n\t\tbookDB.put(x.getISBNNum(), x);\n\t\tif (userName != \"Guest\")\n\t\t\tupdateOutputFile();\n\t}", "title": "" } ]
[ { "docid": "ca5bceb02251bac6f2fce00febf49fbe", "score": "0.6035769", "text": "public abstract Map<String, ItemInfo> getAllItemsData(BotDefinition bot);", "title": "" }, { "docid": "2c7cbe80c879cd395424887a15e21003", "score": "0.6035358", "text": "public void setItems() {\n\n\t\t/* Ad...
421d87923ddcc56e03c2bcc98c690a77
override fly() and implement it to do nothing
[ { "docid": "50ed59a02ffebd0294c71f5d60928a66", "score": "0.8109961", "text": "void fly(){\n\t\t;\t// do nothing\n\t}", "title": "" } ]
[ { "docid": "d719cb77f4553a05487b257aced60c9c", "score": "0.82085913", "text": "@Override\n\tpublic void fly() {\n\t\t\n\t}", "title": "" }, { "docid": "d719cb77f4553a05487b257aced60c9c", "score": "0.82085913", "text": "@Override\n\tpublic void fly() {\n\t\t\n\t}", "title": "" }...
e635d8ebfa829036a173ca64cef81ad8
Constraint: (name=ID numcells=INT typeneigh=TypeofNeighbourhood)
[ { "docid": "84d6a876ee134d3a0249396a1a2ff06e", "score": "0.0", "text": "protected void sequence_Space(EObject context, Space semanticObject) {\n\t\tif(errorAcceptor != null) {\n\t\t\tif(transientValues.isValueTransient(semanticObject, EcecPackage.Literals.SPACE__NAME) == ValueTransient.YES)\n\t\t\t\terr...
[ { "docid": "5547928eeab414a73151482bbc69a226", "score": "0.56748784", "text": "public Neighborhood(){}", "title": "" }, { "docid": "aae5ad118aeab19c731c521a416ba9d1", "score": "0.54376143", "text": "public Cell(int a) {\n x = a;\n neighbors = new Cell[4];// North, Ea...
e109b8718261eb976d2e32baf4e4c693
End method Manages the inputs in such a way that the proper output is created
[ { "docid": "868d6ea6da7ac7823e06767e9f9efc25", "score": "0.0", "text": "private static void manager(String[] inputs) {\n try {\n validInput = ArgumentParser.checkInput(inputs);\n String inputFiles[] = inputs[0].split(\",\"); // Split up html pages\n for (String inputFile : inputFiles) ...
[ { "docid": "40b41659f71209cbcc4cef49f097a95e", "score": "0.6481104", "text": "public void endInput() {\n for (int i = 0; i < numInputGates; i++) {\n inputGates[i].endInput();\n }\n }", "title": "" }, { "docid": "af8404b35e3b644695cc8099fded2bb4", "score": "0.6...
b6fb0b54180f0c903e4cdcd2f6bc564e
Instantiates a new HEM_MultiSlice surface.
[ { "docid": "dac97d24f6e4ad36cee74322bb81ac2f", "score": "0.8394963", "text": "public HEM_MultiSliceSurface() {\n\t\tsuper();\n\t}", "title": "" } ]
[ { "docid": "267f9b0f0f31ee1e41a38b9e71f9f431", "score": "0.5627007", "text": "Slice createSlice();", "title": "" }, { "docid": "cdf8bc426a95fc25e655b09973bca828", "score": "0.5616135", "text": "MultiGeometry createMultiGeometry();", "title": "" }, { "docid": "356b6981e4a0...
505bb31cab10db2a06750bbbf0158666
Updates the commit ID in the saved file.
[ { "docid": "ad20fd9428cfa7d73c370f29a98c2c59", "score": "0.7372039", "text": "public static void newCommitID(String commitID) {\n try {\n FileWriter fileWriter = new FileWriter(FILE_TO_DETECT_UPDATES);\n\n BufferedWriter bufferedWriter = new BufferedWriter(fileWriter);\n\n ...
[ { "docid": "c18ef4f11c93c2dd6f4c014d54a19f1c", "score": "0.58920664", "text": "protected void checkout(String id, String filename) {\n try {\n Branch active = Branch.load(activeBranch);\n\n for (String ids : active.branchCommits) {\n if (ids.length() <= 40 && ...
5a28c18949893c7ff6cb79693f2ba813
add a node at the end
[ { "docid": "3d7608d6c10870568c8a72b4801f98ac", "score": "0.6118366", "text": "public void append(int newData){\n Node newNode = new Node (newData);\n\n if (head == null){\n head = newNode;\n }else{\n //traverse till the last node\n Node lastNode = he...
[ { "docid": "2716f0bea3d7bd8aa60b758735945940", "score": "0.71257734", "text": "public void addEnd(E element)\r\n\t{\r\n\t\tNode<E> newTail = new Node<E>(element,null);\t// creates a new node and points it to null since it\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t// is the new tail\r\n\t\tif(Size == 0)\t\t\t\t\t\t...
3f0cd446a31111d9bef6544bb2711505
/private int toasttext = 0; private EditText et1,et2,et3;
[ { "docid": "ee2e61f58feef747e6f0e20655f453d9", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.activity_main);\n\n RecyclerView recyclerView = findViewById(R.id.recyclerView)...
[ { "docid": "9cc59674b8744fc9e6b0b77f96f2236e", "score": "0.5968676", "text": "public void ltoast(String s){Toast.makeText(LoginSignUpActivity.this,s,Toast.LENGTH_LONG).show();}", "title": "" }, { "docid": "2ac68777e836265eddcff7b0d0179c60", "score": "0.59302574", "text": "public void...
3a9d33b715f99c8a354db94cfef39df4
/ Check if this order is empty
[ { "docid": "5d5300bac20f041ad685a6bfc024d255", "score": "0.819254", "text": "public boolean isEmptyOrder() {\n if(this.buySellFlag == 0 || this.openPrice == 0 || this.volume == 0 ) {\n return true;\n }\n\n return false;\n }", "title": "" } ]
[ { "docid": "9ee609979195d39c475da46f9a69a190", "score": "0.76043004", "text": "public boolean isEmpty(){\n return this.getAmount() == -1;\n }", "title": "" }, { "docid": "4a7fb10f0898356ed2afd4b14975ef70", "score": "0.7324539", "text": "public boolean hasOrder() {...
e336b60d35deac13f4918817e5d9f473
/ Name: getSecondFactor() Description: Getter function for this.secondFactor Arguments: N/A Returns FactorNode reference to the second child of this node
[ { "docid": "14472c91ce128b68c2b51de534c57de0", "score": "0.9111275", "text": "public FactorNode getSecondFactor() {\n\t\treturn this.secondFactor;\n\t}", "title": "" } ]
[ { "docid": "1d0097bdac49f3c57bba1e92102d5ff8", "score": "0.7129629", "text": "public void setSecondFactor(int factor) {\n\t\tthis.secondFactor = new FactorNode(factor);\n\t}", "title": "" }, { "docid": "ba34947cf8d5ecf9f35001701439b073", "score": "0.60820705", "text": "public S getSe...
c8d43e066ca19d4d66337f031ede7fd7
/ End searches To handle Dto Entity conversion
[ { "docid": "c7f28a3bc03727b052f11590d94e4c36", "score": "0.0", "text": "@Bean ( name = \"modelMapper\" )\n\tpublic ModelMapper modelMapper () {\n\t\treturn new ModelMapper();\n\t}", "title": "" } ]
[ { "docid": "b02788d9d23e1d63b7d470bbd4d398f5", "score": "0.69254464", "text": "public ENTITY convert(DTO dto) throws BaseException;", "title": "" }, { "docid": "87f4e56d5a51475ce381ff04d64d6108", "score": "0.68697184", "text": "public DTO convert(ENTITY entity) throws BaseException;"...
2a88a4ca1301e2332ab1fba5f20a17b5
This method will be called after host component composition has been done (AfterCompose)
[ { "docid": "2be81978f9c4ad6ad34b4318c6cfad6c", "score": "0.0", "text": "@Command(\"menuClicked\")\n\tpublic void menuClicked(@BindingParam(\"node\") final MenuNode menuNode) {\n\t\tboolean isContinue = true;\n\t\tif (isContinue) {\n\t\t\tRQMSMenu.menuClicked(menuNode, mainTab);\n\t\t}\n\t}", "title"...
[ { "docid": "c7b042b3086c36d3cd14f13b0c2315e0", "score": "0.6654939", "text": "protected void onAfterConstruct() {\n }", "title": "" }, { "docid": "46379d33b4f437c7d09c26f634b68b64", "score": "0.6541401", "text": "@Override\n public void componentClosed() {\n }", "title...
a1dff7e5067a917115481ad6e4c3bfd5
MIN_FIELD_[indeks array item] DATA DIRI / 0: No Smartcard
[ { "docid": "2740b27d1bd93cb0b4bfd4ce07047769", "score": "0.69697636", "text": "public void InisiasiMinField(){ MIN_FIELD_DATA[0] = (short) 3;\r\n /* 1: Kategori Pasien/Jenis pembayaran/Asuansi */ MIN_FIELD_DATA[1] = (short) 3;\r\n /* 2: Nomer Asuransi ...
[ { "docid": "e3e2be52c4d53566e54b2dc7d725c65c", "score": "0.5819091", "text": "public void InisiasiMinVal(){ MIN_VAL_DATA[6] = (short) 1;\r\n\t /* 8: RT */ MIN_VAL_DATA[8] = (short) 1;\r\n\t /* 9: RW ...
98f1dac3fe0b78706af1587736ea405d
TODO Autogenerated method stub MainActivity main = new MainActivity();
[ { "docid": "53d24e67158073e3c0724334eecfd3f6", "score": "0.0", "text": "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tif(saveModel(modelName) == true){\n\t\t\t\t\tToast.makeText(context, \"Selection was saved!\", Toast.LENGTH_SHORT).show();\n\t\t\t\t}else{\n\t\t\t\t\tToast.makeText(context, \"...
[ { "docid": "e8e91e8c256616c6415a84edd13047cc", "score": "0.7039762", "text": "private MainActivity(){\n }", "title": "" }, { "docid": "7eb87c66ea2e8a7cb447d42c8e3c3d45", "score": "0.70381224", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n su...
aada01685389879d4619ad17bca59700
/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
[ { "docid": "20ecc0a9965002214788e7335cf4171a", "score": "0.0", "text": "default int get(TemporalField paramTemporalField) {\n/* 209 */ if (paramTemporalField == ChronoField.ERA) {\n/* 210 */ return getValue();\n/* */ }\n/* 212 */ return super.get(paramTemporalField);\n/* */ }...
[ { "docid": "ac9bdd6c2d72eb8b8d2a1c6b3e74527a", "score": "0.55847716", "text": "public int getLength() { return 2 + 8 * count; }", "title": "" }, { "docid": "2d09c2667d02737311a032c800665cb0", "score": "0.5265567", "text": "void mo21758Dp();", "title": "" }, { "docid": "cd...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "492d1ad1ea1fe7c447cd6844518417e0", "score": "0.0", "text": "public Labyrinth load() {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "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...
3465d45c3e753a504e110f28f6d3f921
Test case number: 32 /Coverage entropy=0.6365141682948128
[ { "docid": "d4f08c698b5fd2752cf04e9fb4243efc", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test032() throws Throwable {\n Label label0 = new Label();\n ClassWriter classWriter0 = new ClassWriter(4);\n MethodWriter methodWriter0 = new MethodWriter(classWriter0, (-2), \"...
[ { "docid": "15193fcb259395b91a7ad7204db76cfd", "score": "0.68099177", "text": "@Test\n public void canCalculateEntropy() {\n assertEquals(0.0, ID3.calcEntropy(0, 5), 0.01);\n assertEquals(0.0, ID3.calcEntropy(5, 0), 0.01);\n\n // even split of class labels have max entropy (1.0)\...
68c181648194336e7d4869c62bead46f
admin/agencia/saveAgencia show update form
[ { "docid": "1b0248ef7659a267928c0d512e7b5399", "score": "0.7495091", "text": "@RequestMapping(value = \"/admin/agencias/{id}/updateAgencia\", method = RequestMethod.GET)\n\tpublic String updateAgencia(@PathVariable(\"id\") int id, Model model) {\n\n\t\t//logger.debug(\"showUpdateUserForm() : {}\", id);\...
[ { "docid": "88db585e661b7f0c9b80e5292899d465", "score": "0.65051067", "text": "@Override\n\tpublic void updateAvisos(DynaActionForm form) throws SQLException {\n\t\t\n\t}", "title": "" }, { "docid": "d4b69ca1aa35d0585117eec6fc372d7a", "score": "0.6336461", "text": "public void onSave...
1bce158fcf7ef5209ae24c000195dc2b
Collects the needed information user inputs into the program
[ { "docid": "08e3c6096ec698d7de3f4acadf2251ec", "score": "0.6297224", "text": "public static void main(String args[]) {\n\t\tuserInput();\n\t\t//Collects all the data and organizes it, prepares it for calculation. \n\t\t sampleCollection = new SampleCollection(metadataLocation);\n\t\tcalculateData();\n\t...
[ { "docid": "051784ecf72512b0df67d6f21a020326", "score": "0.70520306", "text": "public void input()\r\n\t{\r\n\t\tSystem.out.println(\"Give me a male name.\");\r\n\t\tname = scan.nextLine();\r\n\t\t\r\n\t\tSystem.out.println(\"Give me a mode of transportation.\");\r\n\t\ttransportation = scan.nextLine();...
ba21dd68332e71b294444f3daa082bb8
Retrieve a Scrum Poker session to display in the frontend.
[ { "docid": "b67af1ff417433ebe88c44ee0b025895", "score": "0.62601155", "text": "@GET\n @Produces({MediaType.APPLICATION_JSON})\n @Path(\"/{issueKey}\")\n public Response getSession(@PathParam(\"issueKey\") String issueKey) {\n String userKey = jiraAuthenticationContext.getLoggedInUser().g...
[ { "docid": "0b41988ff8b8444385b93d0d27e17178", "score": "0.56262976", "text": "public String getGameSessionData() {\n return this.gameSessionData;\n }", "title": "" }, { "docid": "eafa6903231d8618d2278442e83d3d00", "score": "0.55980164", "text": "java.lang.String getSession...
ab3c705ff3e9bdff3f1ea0ab2a0b7a98
from Popup to Robot
[ { "docid": "ffdf1be0fa5c4b936c25e0b894c6e5a3", "score": "0.61976236", "text": "public void msgPopupReadyForGlass();", "title": "" } ]
[ { "docid": "74ee176753848b9ffc89d5434b52650f", "score": "0.69459456", "text": "public void msgGlassPopupToRobot(Glass g);", "title": "" }, { "docid": "89e20a0f88d9d4a5af11d6f8f81a285a", "score": "0.6556138", "text": "private static void popupwindow(FirefoxDriver fdriver) // Method to...
6f09d1b6a41a7683bc2139691c71e4df
Get the byte order of the buffer/file being written into.
[ { "docid": "f62c3a5c796867f6612d8446e4f5e898", "score": "0.75361526", "text": "public ByteOrder getByteOrder() {return byteOrder;}", "title": "" } ]
[ { "docid": "5dc26d42099fccb09550a341a7690078", "score": "0.76391137", "text": "public ByteOrder getByteOrder()\n {\n return _buffers[0].order();\n }", "title": "" }, { "docid": "65dc906a26af36b24afbd7e2b9b9abb3", "score": "0.71527815", "text": "public Byte getOrder() {\n...
7473de71d752aa6b753732f46583ebaa
get the Customers id for create payment account
[ { "docid": "4c42053b7ef8a6b74d3aa779eb1243a5", "score": "0.6070546", "text": "public static void get_customerID_for_payment_account(Msg msg1, Connection conn, ConnectionToClient client) {\r\n\t\tArrayList<String> customers = new ArrayList<String>();\r\n\t\tString store = (String)msg1.oldO;\r\n\t\tPrepar...
[ { "docid": "37c6afbadd1050be4a15a064910568d7", "score": "0.69957966", "text": "java.lang.String getCustomerId();", "title": "" }, { "docid": "ea4a548d9dc9759f7024a76bc95d08a2", "score": "0.69547033", "text": "int getCustomerId();", "title": "" }, { "docid": "03afe534d44a5...
dd825f1727d11cfdcbb816fa8c44dd6a
ArrayList list = new ArrayList();
[ { "docid": "fc0cbbc0e589569de2cf6a3526e5b9fa", "score": "0.0", "text": "public static void listTest() {\n\t\t\r\n\t\tLinkedList<Integer> list = new LinkedList<Integer>();\r\n\r\n\t\tfor(int i = 0; i < 10000000; i++) {\r\n\t\t\tlist.add(i);\r\n\t\t}\r\n\t\tlong sum = 0;\r\n\t\tlong timeStart = System.cur...
[ { "docid": "b28bc642e51eac0319124f3d1b791675", "score": "0.75545186", "text": "public ArrayList() {\n\n \tarray = new Object[ INITIAL_CAPACITY ];\n\n }", "title": "" }, { "docid": "d3c743898e5a95f434ba00ea52aafb8d", "score": "0.73759717", "text": "public MyArrayList() {\r\n ...
5413a865910a1d947972c3e37f895142
Check the equivalence between two sets of logical forms
[ { "docid": "880aeb4d94e7d1b2376575948697d32e", "score": "0.5939226", "text": "public static boolean compareLFSets (LogicalForm[] lfs1, LogicalForm[] lfs2) {\n\t\t boolean allParsesCorrect = true;\n\t\t \n\t\t for (int i= 0; i < lfs1.length ; i++) {\n\t\t\t LogicalForm lf = lfs1[i];\n\t\t\t \n\t\t//\t St...
[ { "docid": "4a55092a11af685e0c3ff2e952a2df19", "score": "0.67043823", "text": "protected static boolean areEqual(Set<?> set1, Set<?> set2) {\n for (Object next : set1) {\n if (!set2.contains(next)) return false;\n }\n for (Object next : set2) {\n if (!set1.cont...
c7eebf3750f2847fc451174eb32f586b
/ / / / / / / / / / / / / / / / / / / / / /
[ { "docid": "42f8e73d4509e5480f1688f15069c87c", "score": "0.0", "text": "public Dialog.ModalExclusionType getModalExclusionType()\n/* */ {\n/* 1711 */ return this.modalExclusionType;\n/* */ }", "title": "" } ]
[ { "docid": "c5535bcafc031111cd4759821f42c009", "score": "0.5639559", "text": "@Override\n\tdouble permimeter() {\n\t\treturn 2*length+2*breadth;\n\t}", "title": "" }, { "docid": "c2abac99adbb5cc23924536ed7ed5bb2", "score": "0.53692096", "text": "@Override\n\tpublic void divertir() {\...
89a0f0b6aca7c04bc5c3c44186d2c783
This method was generated by MyBatis Generator. This method sets the value of the database column vendor.brand_type
[ { "docid": "d0c9a1a1bf3f80dd24feaf68d74ad596", "score": "0.7550596", "text": "public void setBrandType(Byte brandType) {\n this.brandType = brandType;\n }", "title": "" } ]
[ { "docid": "cb267fdae9179afa09c647411317adc1", "score": "0.6835512", "text": "public Byte getBrandType() {\n return brandType;\n }", "title": "" }, { "docid": "f70c1133a38d4861a564e5bbf597b195", "score": "0.6557879", "text": "public void setBrand(String brand) {\n th...
9dfb1ab2bc6bcb3c0c8fbb1928b122e6
This form encapsulates the fields that are used in the execution of the selectAction method, which is located on the es.pode.empaquetador.presentacion.basico.desagregar.DesagregarBasicoController controller.
[ { "docid": "975c694c31bd12bde61fa26d2888d8f2", "score": "0.60499513", "text": "public interface SelectActionForm\r\n{\r\n /**\r\n * Sets the <code>destino</code> field.\r\n *\r\n * \r\n */\r\n public void setDestino(java.lang.String destino);\r\n\r\n /**\r\n * Gets the <code...
[ { "docid": "dd3119bac2d56a24a90241b0dc6103ec", "score": "0.61627805", "text": "public RezervoForm() {\n initComponents();\n tabelaSelectedIndexChange();\n loadTable();\n loadComboBox();\n clear();\n Kalendari();\n }", "title": "" }, { "docid": "18...
48e4267739afc0ffa00de3e91959035c
Handles V19 and up uri's
[ { "docid": "4dfe8300885a27cef213726b6e8d9647", "score": "0.0", "text": "@TargetApi(Build.VERSION_CODES.KITKAT)\n public String getPathForV19AndUp(Context context, Uri contentUri) {\n String wholeID = DocumentsContract.getDocumentId(contentUri);\n\n // Split at colon, use second item in ...
[ { "docid": "d5a6600d60b632f7034ab4b816e2f035", "score": "0.6371995", "text": "public abstract String uri();", "title": "" }, { "docid": "199c8b1b18dc86f7981ba65b0fc4ecfb", "score": "0.63706857", "text": "public String getURI() {\n/* 94 */ return this.uri;\n/* */ }", "t...
6c4fc8232b209c70cfc5392404c25526
Loads a AccommodationPledge object based on the accommodationPledgeId column
[ { "docid": "325ee750f5fa980b34f21acea1f60bd2", "score": "0.79420626", "text": "public AccommodationPledge load(Long accommodationPledgeId, Long loggedInUserId) throws AuthorisationException, InvalidUserIDException\n {\n if (Authorisation.isAuthorisedView(\"AccommodationPledge\", loggedInUserId...
[ { "docid": "85db85c50f32beec8d25e504f65391fb", "score": "0.70148855", "text": "public List<AccommodationPledge> listAccommodationPledge()\n {\n @SuppressWarnings(\"unchecked\")\n List<AccommodationPledge> result = this.sessionFactory.getCurrentSession().createQuery(\"from AccommodationP...
5a0add83039dc40f50bb38ece8a49fe9
Load the Preferences from the XML file
[ { "docid": "97d8b48755b5b86ad184e86fcc97a6d9", "score": "0.0", "text": "@Override\n public void onCreatePreferences(Bundle bundle, String s) {\n addPreferencesFromResource(R.xml.app_preferences_connection);\n sharedPreferences = getActivity().getSharedPreferences(MainActivity.SYSTEM_SET...
[ { "docid": "08eaa4930ad61d62aa0b97a33e712561", "score": "0.7108444", "text": "public void loadConfig() {\n ConfigXmlParser configXmlParser = new ConfigXmlParser();\n configXmlParser.parse(this);\n this.preferences = configXmlParser.getPreferences();\n this.preferences.setPref...
905267a46257fb5cfb08d7ee51f4a846
Returns number of vertices in graph
[ { "docid": "0e0536ea24873079d323f5f1f31ba966", "score": "0.76663756", "text": "public int getNumVertices() { return numVertices; }", "title": "" } ]
[ { "docid": "3ad802efad23566757c4283ee842f04a", "score": "0.8372458", "text": "public int vertexCount() {\n\t\treturn vertices.size();\n\t}", "title": "" }, { "docid": "890b3fb54ea8f7802f7aac3f1f0b0dc5", "score": "0.8291132", "text": "int getVerticesCount();", "title": "" }, {...
6cf097f32120f8c8bbfcccf9b7fe68a4
Get the date the order is scheduled for pickup/delivery
[ { "docid": "6ec9e73745c7a141901410f6b2996cd8", "score": "0.61703867", "text": "public String getPickupDate() {\r\n return this.pickupDate;\r\n }", "title": "" } ]
[ { "docid": "8b6da8b5a7a6df4f9084657f1f9d2370", "score": "0.75290346", "text": "java.util.Calendar getDeliveryDate();", "title": "" }, { "docid": "3a539f3e7526ff807b62346ac6045608", "score": "0.6861092", "text": "public Date getDeliveryStartTime()\n\t{\n\t\treturn getDeliveryStartTime...
9281f0158a1d2eddbe38e1566005a6a3
GETTERS AND SETTERS \\
[ { "docid": "f10926f09cdd8d5a6636a3bcd8817c14", "score": "0.0", "text": "public int getTeacherID() {\r\n\t\treturn teacherID;\r\n\t}", "title": "" } ]
[ { "docid": "81ac73c3eb05537a14a8fe2363120896", "score": "0.6450398", "text": "protected void init_get() {\n }", "title": "" }, { "docid": "81ac73c3eb05537a14a8fe2363120896", "score": "0.6450398", "text": "protected void init_get() {\n }", "title": "" }, { "docid...
359a2ef3473d1060356514bcb4271761
This method prompts the user for a file name and returns the file name as a String.
[ { "docid": "db9c80e7dab69adda2c44ec8d8e7e0f8", "score": "0.8092997", "text": "public String getFileName(){\n String fileName = \"\";\n \n System.out.println(\"Enter file name: \"); //prompts user for file name\n if (keyboard.hasNext()){ //che...
[ { "docid": "465567d748dee4e513ec41853adb07f3", "score": "0.8114628", "text": "public static String getFileName() {\n\t\tScanner in = new Scanner(System.in);\n\t System.out.print(\"Input the sales files name : \");\n\t if(in.hasNext())\n\t \treturn in.next();\n\t else\n\t \treturn getFileN...
2b8751dad43ba516f428bc4c35ff2cbb
uint32 RetryTimeInSeconds = 4;
[ { "docid": "e2664f7ade338f11bb05d405c9fc1d1f", "score": "0.6170871", "text": "public Builder setRetryTimeInSeconds(int value) {\n \n retryTimeInSeconds_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "e7a929c347fb5e0a33651a98b0b856c0", "score": "0.8257429", "text": "int getRetryTimeInSeconds();", "title": "" }, { "docid": "ae9e6ec8399d07045f84c23c0b427800", "score": "0.70630956", "text": "public int getRetryTimeInSeconds() {\n return retryTimeInSeconds_;\n }", ...
b14d72e28efbbde1f430a60de1f21858
Method used to select the answer from the spinner.
[ { "docid": "55e604af81698c1a9c96280820848240", "score": "0.67761165", "text": "@Override\n public void onItemSelected(AdapterView<?> adapterView, View view, int i, long l) {\n switch (i) {\n case 0:\n break;\n case 1:\n break;\n ca...
[ { "docid": "f0847731b01b5aede4f0e384c148c156", "score": "0.68328506", "text": "@Override\n public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {\n QuestionBasic.Scattagory = parent.getItemAtPosition(position).toString();\n }", "tit...
37718da4c400eab650d52c07be31cf1c
Gets all the reservations that start on or after the given from date AND end on or before the given to date sorted by price in an ASCENDING order.
[ { "docid": "6921643acfd2fe9c2fb39e3bc538561d", "score": "0.8410311", "text": "List<Reservation> getAllReservationsSortedByPrice(LocalDate from, LocalDate to);", "title": "" } ]
[ { "docid": "3dfda60e8e7406b66a4c914f3dc4f6e6", "score": "0.7717063", "text": "List<Reservation> getAllReservationsSortedByDate(LocalDate from, LocalDate to);", "title": "" }, { "docid": "15f4354a49cb75a92c1503d778497894", "score": "0.68421996", "text": "List<Order> findOrdersWithinDa...
ea54f6c7f4dd205970f9dd6b4539b50b
Menu option to load dummy data into inventory program.
[ { "docid": "4a0f5befaaf1d4dcb77d73f234c8dd5a", "score": "0.5538737", "text": "@FXML public void loadDummyData() {\n if(!dummyDataLoaded){\n main.generateDummyData();\n dummyDataLoaded = true;\n } else {\n Alerts.warningAlert(\"Dummy data already loaded.\");...
[ { "docid": "19d9b3a9a3a91f18422cdbd61f11d825", "score": "0.67310303", "text": "public static void load()//Method that loads inventory from file\n\t{\n\t\tString input=\"savedata/\"+JokemonDriver.getVersion()+\".inventory\";\n\n\t\ttry\n\t\t{\n\t\t\tBufferedReader in = new BufferedReader(new FileReader(i...
4e45b9c82423a929d5db27e6cb8f1dac
Binds properties related to an individual item within the RecyclerView.
[ { "docid": "09b88d5cfc9ad97af01d2e4f34a878ef", "score": "0.0", "text": "static void bindListItem(PropertyModel model, View view, PropertyKey propertyKey) {\n ContinuousSearchChipView chipView = view.findViewById(R.id.csn_chip);\n boolean isTwoLineChipView = chipView.isTwoLineChipView();\n\...
[ { "docid": "032624e4617643b9f11747671404b592", "score": "0.6472849", "text": "private void bind(CardItem item, View view) {\n TextView mCityResource =(TextView) view.findViewById(R.id.titleTextView);\n LinearLayout mbackResource = view.findViewById(R.id.ll_background);\n mCityResour...
a7045d2b034264a111149287f1a231ca
Update the cached copy of the words in the adapter.
[ { "docid": "a779d81db983b806ce9cb8718bad8c4f", "score": "0.0", "text": "@Override\n public void onChanged(@Nullable final CART_MODEL words) {\n if (words != null && words.getcartcount() != null) {\n result.setText(words.getcartcount());\n }\n ...
[ { "docid": "d9f1a1388824488010fc0006b782ba7c", "score": "0.69005305", "text": "private void updateControllerWords()\n {\n setWords(getFilteredHistoryWords());\n }", "title": "" }, { "docid": "878caddc88171e42aab85da4882fceda", "score": "0.6700088", "text": "private void refreshW...
70b3f075ece3267446368bbdbc089fa0
check user existance in the realtime dbase
[ { "docid": "db245f1110f329238e4e7dd4c767107f", "score": "0.75059974", "text": "private void checkUserExistence()\n {\n // final String current_user_id = mAuth.getCurrentUser().getUid();\n\n UserRef.addValueEventListener(new ValueEventListener()\n {\n @Override\n ...
[ { "docid": "1b6a4cc68ff07d23cbed027499435ace", "score": "0.7808023", "text": "boolean userExist() \n {\n return this.link.performExistanceQuery(\n \"select * from users where username = '\" + username + \"'\"); \n }", "title": "" }, { "docid": "61b2cea3bf7a18584fe...
ff0690d36d78390ff54a6e27e91c5670
Get the imageConstraintForAnalogComponentVideoRestriction property: Enables the Image Constraint For Analog Component Video Restriction in the license.
[ { "docid": "935409b87293589eb6fcd2ed2c2b9a60", "score": "0.85434794", "text": "public boolean imageConstraintForAnalogComponentVideoRestriction() {\n return this.imageConstraintForAnalogComponentVideoRestriction;\n }", "title": "" } ]
[ { "docid": "4d65c25f423fe97ee04abc09b7ccdf6e", "score": "0.73200434", "text": "public boolean imageConstraintForAnalogComputerMonitorRestriction() {\n return this.imageConstraintForAnalogComputerMonitorRestriction;\n }", "title": "" }, { "docid": "937452734cf45dd1383a6b480e2d2418",...
334482ed15160aa002b684692a38b0f5
Animate the favorite star to return to its original position
[ { "docid": "872753d94e237e3c1567366d88e67a68", "score": "0.53662056", "text": "@Override\n public void onPosterAtTop() {\n ObjectAnimator animY = ObjectAnimator.ofFloat(\n mBinding.movieDetailsContent.movieDetailsFavoriteLl,\n \"tra...
[ { "docid": "573376c1dcc5be28613af715763a6864", "score": "0.6291064", "text": "public void animate() {\r\n\t\t// TODO: do paused check in Wator?\r\n\t\tsetChanged();\r\n\t\tnotifyObservers();\r\n\t}", "title": "" }, { "docid": "4bfc63db558e99e9ae2314b02dc08bd2", "score": "0.6182806", ...
f107475fd4b75f454ff75dd391dae2d5
method to handle Qnames
[ { "docid": "ac8077b495c79682ac3ae2d6f352a662", "score": "0.0", "text": "private void writeQName(javax.xml.namespace.QName qname,\r\n javax.xml.stream.XMLStreamWriter xmlWriter)\r\n throws javax.xml.stream.XMLStreamException {\r\n java.lang.String namespaceURI = qname.get...
[ { "docid": "93b00b4e42c55323e7a9d4264e0da839", "score": "0.61146456", "text": "public ServiceQname getServiceQname();", "title": "" }, { "docid": "1a43c964d43f47ca592b5e3c4cb689f0", "score": "0.5761415", "text": "@Override\n\tpublic void setQq(String qq) {\n\t\tsuper.setQq(qq);\n\t}"...