query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
7d32aaed96ca92d168b9c0c7d156f459
.tophap.mapbox_gl.TransitionOptions color_transition = 8;
[ { "docid": "bdea840057b22b3c65763fcbc926abc3", "score": "0.0", "text": "public Builder setColorTransition(com.tophap.mapbox_gl.proto.Util.TransitionOptions value) {\n if (colorTransitionBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n ...
[ { "docid": "15d4e50936a7219ad26fd2740a7702ae", "score": "0.74799204", "text": "com.tophap.mapbox_gl.proto.Util.TransitionOptions getColorTransition();", "title": "" }, { "docid": "15d4e50936a7219ad26fd2740a7702ae", "score": "0.74799204", "text": "com.tophap.mapbox_gl.proto.Util.Trans...
fc6e3fa3fc5c123a4766f9dbe7389f37
Converts the given true/false String into a Boolean.
[ { "docid": "ba1fb82df603f47592248e29cee2b8a2", "score": "0.589073", "text": "@Override\r\n protected Object convertToObject(String target) {\r\n return Boolean.valueOf(target);\r\n }", "title": "" } ]
[ { "docid": "916ddb28d656f567827b4c109bf7ab27", "score": "0.8300758", "text": "private boolean convertToBoolean(String trueOrFalse){\n if(trueOrFalse.trim().equals(\"true\")){\n return true;\n }else{ return false;}\n }", "title": "" }, { "docid": "c01d19393647fa396...
affcae48aa8678fd265d9c8344847bba
Calcula la cantidad de plastico utilizando las conversiones
[ { "docid": "5bcac22af24a377a247915dca6ad3f82", "score": "0.0", "text": "public static double calcPlastic(double cant, String lb_kg){\r\n if (lb_kg.equals(\"lb\")){\r\n cant = Conversiones.lbsAkg(cant);\r\n }\r\n double barby = Conversiones.barby(cant);\r\n return barby;\r\n ...
[ { "docid": "fae0a67519c297faf72fde4f99113e74", "score": "0.7119563", "text": "public int getPrecioUnitario();", "title": "" }, { "docid": "d45f5d211abb4a705878292ef3d9e621", "score": "0.6780727", "text": "public int getPrixVenteCalcule();", "title": "" }, { "docid": "030f...
3eb94ec7efd7920552bc307004ec941c
FindReverseBinaryOperator returns the unmangled, text representation of a binary operator.
[ { "docid": "9cc88f080dcb0bc684ea259ec206145d", "score": "0.77059406", "text": "public static String findReverseBinaryOperator(String id) {\n Operator op = byId(id);\n if (op == null || op == LogicalNot || op == Negate) {\n return null;\n }\n return op.reverse;\n }", "title": "" }...
[ { "docid": "8eb414e64ab4589ab2e61fc1b460dbaf", "score": "0.6471923", "text": "public static String findReverse(String id) {\n Operator op = byId(id);\n return op != null ? op.reverse : null;\n }", "title": "" }, { "docid": "c41cc1d7233f234a2895037fb811c89a", "score": "0.5615824", ...
5ba4ea42ea1f18ad77f8770841c1dfbb
API method to get single existing Customer
[ { "docid": "9116a0d3ca5a33e114cad669b54dd994", "score": "0.71892554", "text": "@GET\n\t@Path(\"/get/{custId}\")\n\t@Produces(MediaType.APPLICATION_JSON)\n\tpublic AppResponse getCustomer(@PathParam(\"custId\") int custId) {\n\t\t\n\t\tAppResponse resp = new AppResponse();\n\t\t\n\t\ttry {\n\t\t\tCustome...
[ { "docid": "9e3f874d608593f8e3f64a3bce101ad0", "score": "0.8460815", "text": "Customer getCustomerById(int id);", "title": "" }, { "docid": "3a26a1370c7e8b9136180afb10871db6", "score": "0.8283651", "text": "public Customer getCustomerById(long id);", "title": "" }, { "doc...
84c70193e3730d65837afc131a8b3e3e
TODO: Use a param to load the store from a file.
[ { "docid": "e143614ecb20c73a8a7a7f0e3cf82a55", "score": "0.0", "text": "static <H, I> TableStore<I, X509Certificate> getTableStore(I localId, X509Certificate localCert, Serializer<I> iSerializer, X509Serializer cSerializer, InputBuffer buf) {\n MyStore<H, I> ret = new MyStore<H, I>();\n ret.put(lo...
[ { "docid": "d38f175c6c8510bb28492f574c5648b2", "score": "0.711806", "text": "private void retrieve() {\r\n\t\ttry {\r\n\t\t\tif (store == null) {\r\n\t\t\t\tstore = Store.retrieve();\r\n\t\t\t\tif (store != null) {\r\n\t\t\t\t\tSystem.out.println(\" The store has been successfully retrieved from the fil...
1aad87bc87f8e2ee71bc1b3ac96edf55
Return type metadata object
[ { "docid": "ce3960bb9a2db1273501f75bb8e7f21b", "score": "0.0", "text": "public static org.apache.axis.description.TypeDesc getTypeDesc() {\n return typeDesc;\n }", "title": "" } ]
[ { "docid": "4d0706e225de0d3c32f5d58aacee919a", "score": "0.81437534", "text": "MetadataType getMetadata();", "title": "" }, { "docid": "e71c56f6e557b3b88520e47e4799797e", "score": "0.6904064", "text": "Metadata.Restriction.Type getTyp();", "title": "" }, { "docid": "44a3d...
ed73e735c55f5d870e5cfd9a4d06298f
This adds a property descriptor for the Body Condition feature.
[ { "docid": "17147c8247f15839e30fa3cc06604286", "score": "0.7480183", "text": "protected void addBodyConditionPropertyDescriptor(Object object) {\n\t\titemPropertyDescriptors.add\n\t\t\t(createItemPropertyDescriptor\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),\n\t\t\t\t ...
[ { "docid": "7a3424dddb656c1f5fd80fd9336d4c8e", "score": "0.7021408", "text": "Constraint getBodyCondition();", "title": "" }, { "docid": "769cfa9e551e3b73070bf73888200c56", "score": "0.5447269", "text": "@NonNull\n public Builder setCondition(@NonNull DynamicBool condition...
0da060bd0bed96f637703aa5202bf3e5
Instantiates a new fractal producer.
[ { "docid": "cd5a87527ba2b9a3a72557c711711736", "score": "0.54511774", "text": "public FractalProducer(ComplexRootedPolynomial rootedPolynomial) {\n\t\tthis.rootedPolynomial = rootedPolynomial;\n\t\tthis.polynomial = rootedPolynomial.toComplexPolynom();\n\n\t\tnumOfProcessors = Runtime.getRuntime().avail...
[ { "docid": "dae78d75f5d1080b635c5b99f7d987c7", "score": "0.6256386", "text": "public Producer(){}", "title": "" }, { "docid": "dcb93a31fcd8512adb843700b84620e9", "score": "0.5864925", "text": "public RateProducer() {\r\n\t\tnumWorkers = 1;\r\n\t\tmessageCount = 1;\r\n\t\tmessageSize ...
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": "d717513ee3525b7172c6b7f7b1f53025", "score": "0.73312104", "text": "public interface OnFragmentInteractionListener {\n void goToViewMessage(User currentUser, User otherUser);\n }", "title": "" }, { "docid": "8fd81f4499f971ae6da33bc468e94eac", "score": "0.7305355", ...
967bccaa08fd53e864980db54d3ed840
Sets the sequential index of the pie slice in the legend. Defaults to undefined. Note This applies to pie charts only.
[ { "docid": "6b452345b336c5a7a0e5d238fa506ee3", "score": "0.54939824", "text": "public void setLegendIndex(Number legendIndex) {\n this.legendIndex = legendIndex;\n makeCustomized();\n }", "title": "" } ]
[ { "docid": "b3d5de4d1d59c4199c03ab80fb94fe5a", "score": "0.57511955", "text": "public void setLegendColor(int index, Color color)\n/* */ {\n/* 3389 */ if (this.legendColors == null) {\n/* 3390 */ this.legendColors = new Color[index + 1];\n/* */ }\n/* */ \n/* 3393 */ ...
6081c12da409170b9752dc16d7370e01
public getter Container for scheduling limits for the user. Conveys the minimum and maximum minutes the user may schedule listings in advance, as well as the maximum number of items the user may schedule.
[ { "docid": "956f744de342a6a514e08edb69af97e8", "score": "0.0", "text": "public SchedulingInfoType getSchedulingInfo() {\n\t return this.schedulingInfo;\n\t}", "title": "" } ]
[ { "docid": "76dacf49afc86879570484fa8b7378fb", "score": "0.62861437", "text": "@JsonIgnore public Collection<Integer> getMaximumAttendeeCapacitys() {\n final Object current = myData.get(\"maximumAttendeeCapacity\");\n if (current == null) return Collections.emptyList();\n if (current instanceof...
323ac501582b1ea5221f08732a734e78
TEST 1: TEST WHEN PANEL READ ONLY = FALSE
[ { "docid": "9b0b018493103907994d1ecf3c5de700", "score": "0.70087147", "text": "@Test\n public void testPanelReadOnlyByTreeTable() {\n FormItem panelFormItem = FormItem.get(101L);\n panelFormItem.setReadonly(false);\n // Set panel form item to use tree table\n panelFormItem...
[ { "docid": "2ddc679b208e6c6f4e8ee2281979e8f1", "score": "0.6657987", "text": "@Test\n public void testPanelReadOnlyByTree() {\n FormItem panelFormItem = FormItem.get(101L);\n panelFormItem.setReadonly(false);\n\n HeaderOrFolderBuilder headerOrFolderBuilder1 = new HeaderOrFolderBu...
9fe6d7750112f5cee10842aabb376760
Method to get the list of client handlers
[ { "docid": "795b322b3139f6d25bf12ebcea5a24be", "score": "0.85389066", "text": "public synchronized List<ClientHandler> getClientHandlers() {\n return clientHandlers;\n }", "title": "" } ]
[ { "docid": "53714ff84d1c738d7939c0e9483972c3", "score": "0.7545787", "text": "public static HandlerList getHandlerList() {\n return handlers;\n }", "title": "" }, { "docid": "17c065b8c3606a1cad8bf48488328c41", "score": "0.75025034", "text": "public static HandlerList getHan...
efda5974dbdfa8705c9d94df6f7d5d44
Extracts the device information and adds it to the headers.
[ { "docid": "3050eb9dbe194c0f4b3a6eb08b2fe70b", "score": "0.5282008", "text": "private static Map<String, String> buildHeaders(@NonNull Context context) {\n Map<String, String> headers = new HashMap<>();\n\n String applicationId = context.getPackageName();\n Locale locale = getLocale...
[ { "docid": "93be2256e87b33470b4cf3386a80e253", "score": "0.608568", "text": "InternalDevice getDevice(RequestHeaders headers)\n throws RepositoryException;", "title": "" }, { "docid": "c09bd990f879da585675d7e4a62d4c12", "score": "0.60459626", "text": "public List<DeviceHea...
6b0f8186d7473c337e0f1b0cec9c0077
Getter for the next node that contains a specific character
[ { "docid": "516708713b7a99ef64fb82b3d9053235", "score": "0.63779354", "text": "public TrieNode getNextNode(char aChar) {\n for (TrieNode nextNode : nextNodes) {\n if (nextNode == null) {\n return null;\n } else if (nextNode.getaChar() == aChar) {\n ...
[ { "docid": "6d3cbea2b4540551fd8daade1c2cd410", "score": "0.6654527", "text": "public String next() {\n\t\t\ttry{\n\t\t\t\tlastAccessed = current;\n\t\t\t\tString val = current.val;\n\t\t\t\tcurrent = current.next;\n\t\t\t\tpos++;\n\t\t\t\treturn val;\n\t\t\t}catch(NoSuchElementException e){\n\t\t\t\tSys...
a398dea413eecfb9da54c45c43153893
This method was generated by MyBatis Generator. This method corresponds to the database table partner_user
[ { "docid": "eaf63ac66c9eb0c267f4df8c2956ad34", "score": "0.5959332", "text": "PartnerUserDO selectByPrimaryKey(Integer id);", "title": "" } ]
[ { "docid": "cf3e653ba082585e6d1a8bf4a7290230", "score": "0.6187605", "text": "public void setPartnerId(long partnerId);", "title": "" }, { "docid": "3946065fa85d141a259aca6207e809a1", "score": "0.57740515", "text": "public long getPartnerId();", "title": "" }, { "docid": ...
d74ab545d4d9007e5611100e50e506e4
optional uint32 winning_player = 2;
[ { "docid": "52e7ead56459ed3496b227f77da7796b", "score": "0.6864152", "text": "boolean hasWinningPlayer();", "title": "" } ]
[ { "docid": "06195e2bc49a7542e4ed3227f914f751", "score": "0.8010472", "text": "int getWinningPlayer();", "title": "" }, { "docid": "84a751e0efd7e2cfb3a040338b2e896c", "score": "0.70666486", "text": "public int getWinningPlayer() {\n return winningPlayer_;\n }", "title": ""...
241e2b8c6742c136bb40a20bfc323f66
Metod, koito printira Glavnoto Menu
[ { "docid": "30398d4ebf5b0c2f08ca24986a778e04", "score": "0.76102203", "text": "public static void mainMenu() {\r\n System.out.println(\"Glavno menu: \");\r\n String one = \"1. Rabota s chisla\";\r\n String two = \"2. Rabota s dumi\";\r\n String three = \"3. Izhod ot programat...
[ { "docid": "4edcd8e80e8ec0cd586282c3ff3627d3", "score": "0.79337865", "text": "private static void print_menu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "9a6f3997566d39c8235022095cbafb10", "score": "0.7652575", "text": "private static void menu() {\n System.out.println(\"1.V...
9272707339654be3ad992568e18f27e5
Invoked when the underlying data model is cleared, resulting in the GUI removing and resetting all components. This method must only be invoked on the event dispatch thread.
[ { "docid": "8c3b4f5b514e121bd284f8b93002bb17", "score": "0.7101906", "text": "protected void clear() {\r\n\t\tresultListModel.clear();\r\n\t\tresultTable.getSelectionModel().clearSelection();\r\n\t\tresultTableModel.fireTableDataChanged();\r\n\t\tmetricListModel.clear();\r\n\t\tmetricList.getSelectionMo...
[ { "docid": "550324440b60a2a68467f8767ea5fde3", "score": "0.75273013", "text": "@Override\n public void dataModelChanged() {\n reset();\n }", "title": "" }, { "docid": "6f9f85c42839ca5427744065128720bd", "score": "0.74693894", "text": "public void modelCleared();", "t...
fe0a1e8ee4f7a7d73bb1f935fd102fa5
$ANTLR end synpred73_DBL $ANTLR start synpred93_DBL
[ { "docid": "039a11a3dcd9db5d10e8adb70b6e61ec", "score": "0.6966095", "text": "public final void synpred93_DBL_fragment() throws RecognitionException {\n\t\tToken o=null;\n\t\tToken v=null;\n\n\n\t\t// C:\\\\Users\\\\darfores\\\\git\\\\asup_0_8_0\\\\org.smeup.sys.db.syntax.ibmi\\\\src\\\\org\\\\smeup\\\\...
[ { "docid": "dd88a6fb58d85d409dd2c5dbdedcc979", "score": "0.61594754", "text": "public final void synpred328_DBL_fragment() throws RecognitionException {\n\t\t// C:\\\\Users\\\\darfores\\\\git\\\\asup_0_8_0\\\\org.smeup.sys.db.syntax.ibmi\\\\src\\\\org\\\\smeup\\\\sys\\\\db\\\\syntax\\\\ibmi\\\\parser\\\...
4285ea0b2da65a3690b2761f2cbba91c
Set the service type name to the object. Ignored if the URL is a service: URL.
[ { "docid": "531cc3fef50942d2fa24b007ae4e002f", "score": "0.68204075", "text": "public void setServiceType(ServiceType pServicetype) {\r\n\t\tif (!this.iServiceType.isServiceURL()) this.iServiceType = pServicetype;\r\n\t}", "title": "" } ]
[ { "docid": "ef7a49704440807de0e4134bd25941a1", "score": "0.6672693", "text": "public ServiceDependency setService(Class<?> serviceName);", "title": "" }, { "docid": "b5607f1e4d42796dedc0d52d3f058188", "score": "0.6569701", "text": "public void setServiceType(String serviceType) {\n ...
fa68444e828a058e14fff1a48d24eff5
Wait for promise to be done
[ { "docid": "e208375c025f24d4a5c2002f841c31cb", "score": "0.7050178", "text": "protected void waitForPromiseSuccess() throws IOException, TimeoutException {\n while(!promise.isDone() && !promise.isCancelled()) {\n Promise<T> listeningPromise = this.promise;\n listeningPromise.awaitUninterrup...
[ { "docid": "605c6d1f4e30c6a115f60c690a45fb96", "score": "0.71445024", "text": "boolean waitToProceed();", "title": "" }, { "docid": "a3618a911f8042a74caac4f2d5559855", "score": "0.6681311", "text": "public void waitUntilFinished(){\n\t\tnewOutputSemaphore.release();\r\n\t}", "tit...
3156bf8f22d38c31701549697292ba17
Gets the set of ids of blobs that have been deleted.
[ { "docid": "bff50f37651ec02567f5c6eb294a7c24", "score": "0.79767907", "text": "public Set<String> getDeletedBlobs() {\n return Collections.unmodifiableSet(deletedBlobs);\n }", "title": "" } ]
[ { "docid": "81bc6eafa700774a22b1bfdc05b16dbc", "score": "0.62878007", "text": "public List<String> getDeletedImages(){\n\t \tList<String> results = new ArrayList<String>();\n\t \tCursor cursor = query(new String[] {\"timestamp\"}, \"deleted=\" + 1,null, null, null, \"timestamp desc\", null);\n\t\t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "08b7b4614abf26907a5988436a7cec98", "score": "0.0", "text": "@Override\n public int getCount() {\n return arrlist.size();\n }", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
5d84f065283bdadfa9a18760daa43795
Edit: with specific test context and state. .text : Card Nr: .class : Edit .name : Card Nr: .classIndex : 9
[ { "docid": "56e084ea2c451e89cd2ca379f6cad64e", "score": "0.55449957", "text": "protected TextGuiTestObject Txt_Card(TestObject anchor, long flags) \n\t{\n\t\treturn new TextGuiTestObject(\n getMappedTestObject(\"Txt_Card\"), anchor, flags);\n\t}", "title": "" } ]
[ { "docid": "6d4fe12a9218a6d2b715d22bc1cc028b", "score": "0.63140476", "text": "@When(\"^I click on Edit \\\"([^\\\"]*)\\\"$\")\n public void iClickOnEdit(SObject sObject) {\n Navigator.mapActions(sObject).clickEditButton(helper.getItemName());\n }", "title": "" }, { "docid": "61...
706e5dde15ffc26d33311c8440988293
Sends the Data to the specified Player
[ { "docid": "1a3e6d6fb6f6e1ffe9d4ff7befecab39", "score": "0.0", "text": "public void sendData(String s_MSG)\r\n\t{\r\n\t\tps_sock.sendData(s_MSG);\r\n\t}", "title": "" } ]
[ { "docid": "3b28bf08d675a914f0b6e69982db1dba", "score": "0.729815", "text": "public void sendToPlayer(Player p)\r\n {\r\n \r\n try {\r\n \r\n IChatBaseComponent comp = ChatSerializer.a(message);\r\n \r\n PacketPlayOutChat packet = ...
13cdc0c98a3cbe70192e368ca47b982c
Get Encoded password and salt value from database
[ { "docid": "f920a553c6465840cfa4567a0293b4f1", "score": "0.0", "text": "@Override\n public List<RestaurantLogin> verifyPassword(String userName, String password) {\n List<RestaurantLogin> restaurantLoginList = restaurantLoginRepository.findRestaurantLoginForARestaurant(userName);\n // E...
[ { "docid": "55b5ea60b8dcfc7f03fce042e861d886", "score": "0.7490985", "text": "String getSalt();", "title": "" }, { "docid": "a772b015e15a92ace19a6e18b44b6dc9", "score": "0.6920704", "text": "public byte[] getSalt(String uname)throws SQLException{\n\t\tConnection dbConnection = null;\...
2acba73a6c344052afe386e199445643
string variability = 6;
[ { "docid": "d98ccbbd154404c891131905eef4bcee", "score": "0.0", "text": "public Builder setVariability(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n variability_ = value;\n onChanged();\n return this;\n }", ...
[ { "docid": "d0030cdcb80b22d27cf10bffa3e1f75b", "score": "0.6553133", "text": "String getVariable();", "title": "" }, { "docid": "d0030cdcb80b22d27cf10bffa3e1f75b", "score": "0.6553133", "text": "String getVariable();", "title": "" }, { "docid": "d0030cdcb80b22d27cf10bffa3...
cee9b53d32d88c2c3225d4b1f4dd6881
Returns the bind variable value for type.
[ { "docid": "62ba3b9aae7bb6adb422144f4a078a00", "score": "0.5904706", "text": "public String gettype() {\r\n return (String) getNamedWhereClauseParam(\"type\");\r\n }", "title": "" } ]
[ { "docid": "831b330e9a14ea0baa1312c3d9f471bc", "score": "0.6693056", "text": "public VariableType getType(){\n return type;\n }", "title": "" }, { "docid": "fa447504f2405a9be50de18494a6f6ac", "score": "0.64843166", "text": "private Var getVar(Token type) {\n return V...
830c4f6270f9b0d4acc007ba5b2fcebd
Remove a specific button provider.
[ { "docid": "ed682ee80aed8736fde3f91c45cdf48e", "score": "0.80539817", "text": "public void removeButtonProvider(OwImageButtonView buttonProvider)\r\n {\r\n getButtonProvider().remove(buttonProvider);\r\n }", "title": "" } ]
[ { "docid": "7d7b7897cc6cd163c7af4fb916e02442", "score": "0.70226973", "text": "void removeWidget(Widget widget) throws ProviderException;", "title": "" }, { "docid": "23cb5614033baa77e582954ba9a4b453", "score": "0.646478", "text": "protected void removeProvider(ISynchronizeModelProvi...
3cec99925b3e5ef7092ef2f97f840538
Get next object in stack and push its children onto the stack
[ { "docid": "e8cf85a46e880a9e9ca8bbb7e5fd648a", "score": "0.59712094", "text": "@SuppressWarnings(\"unchecked\")\n\t\t@Override\n\t\tpublic E next() {\n\t\t\tE obj = null;\n\t\t\tif (hasNext()) {\n\t\t\t\tobj = stk.pop();\n\t\t\t\tif (obj.getClass().getName() == \"driver.Directory\") {\n\t\t\t\t\tfor (Ob...
[ { "docid": "825a4d01c9f51b014c1a0babb01ad13f", "score": "0.6437324", "text": "public void push(E obj) {\n\t\t//If the head is pointing to null. \n\t\t//Create a stack with 1 object, the head object.\n\t\tif(this.head == null) {\n\t\t\tNode temp = new Node(obj);\n\t\t\thead = temp;\n\t\t\tsize++;\n\t\t}\...
29291ffb4b20ec958b9714a1ca1fd1b3
Determines all the funds the employments of a given year and month
[ { "docid": "719b447dd90925c70ef7ac5aca8c0ce2", "score": "0.7336495", "text": "public CostUnit[] getFunds(int year, int month) {\n ArrayList<CostUnit> costUnits = new ArrayList<CostUnit>();\n List<Employment> employments;\n try {\n /*\n * Since the control...
[ { "docid": "b30cf6d263cf49600d3800e6417a4f14", "score": "0.60461843", "text": "@Override\n\tpublic double getProfitByMonth(int year, int month) {\n\t\tdouble profit = 0;\n\t\t\n\t\ttry {\n\t\t\tprofit = orderRepository.findProfitBetweenDates(\n\t\t\t\tLocalDateTime.of(year, month, 1, 0, 0),\n\t\t\t\tLoc...
0d3ffe65b82de720b8cb4a3d74478807
Created by root on 05/04/17.
[ { "docid": "e1228c981f8cfde40c2d7c2f3c742b32", "score": "0.0", "text": "public interface OnMusicStateChangedListener {\n void OnMusicStateChanged(Song s, int state);\n}", "title": "" } ]
[ { "docid": "73505425d75fccf0aaca07c596941abd", "score": "0.6036438", "text": "static private void herd() {\n\t\t\n\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.5966195", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\t\t\t\r\n\t\t\t}", "t...
c9c53e09c047b497cc17331b48e5bce7
we obtain the current wallMove object and checks its direction, row, and column
[ { "docid": "421935b5938249cb8bede3cf8d0cbf9b", "score": "0.5932135", "text": "@And(\"A wall move candidate shall exist with {string} at position \\\\({int}, {int})\")\n public void wallMoveCandidateExistsAt(String dir, int row, int column) {\n Quoridor quoridor = QuoridorApplication.getQuorido...
[ { "docid": "f3f1bca6e471a624f79a4e47a2f72b27", "score": "0.7135159", "text": "public Direction hitWall() {\n if (this.px < 0) {\n return Direction.LEFT;\n } else if (this.px > this.maxX) {\n return Direction.RIGHT;\n }\n\n if (this.py < 0) {\n ...
a843f1bbcca615bcf5840d4288c70bfe
Returns a new instance of this fragment for the given section number.
[ { "docid": "5f128ba6bce37711a15d4f3c96cc254e", "score": "0.71191317", "text": "public static IntroFragment newInstance(int sectionNumber) {\n IntroFragment fragment = new IntroFragment();\n Bundle args = new Bundle();\n args.putInt(ARG_SECTION_NUMBER, sectionNumber);\n ...
[ { "docid": "3dfbddcf5cbbf90a158dee3732469627", "score": "0.79065776", "text": "public static OnFragment newInstance(int sectionNumber) {\n OnFragment fragment = new OnFragment();\n Bundle args = new Bundle();\n args.putInt(ARG_SECTION_NUMBER, sectionNumber);\n ...
0171e12edde5f9ec8aa30eea066ff2c6
getX Retrieves the X position
[ { "docid": "7218266e5e41d0c6b3112a9b507a212d", "score": "0.8211602", "text": "int getX() {\n return xPos;\n }", "title": "" } ]
[ { "docid": "f48652ee3b03f47752b8af254b3affe6", "score": "0.8491918", "text": "public int getX()\r\n {\r\n \treturn xPos;\r\n }", "title": "" }, { "docid": "6b4ad4e19dbbe1c5a95f7768c4ee6875", "score": "0.8459436", "text": "public int getX() {\n return pos_x;\n }", ...
f8b73afd2250568c9be74e3ccd7c6cd9
used for Scripts, sending data from SceneObj to Script
[ { "docid": "a159bb212069ef4ffc6d6157a3ac8108", "score": "0.0", "text": "public InteractiveObject() {\n }", "title": "" } ]
[ { "docid": "4a41f37731a5207698c3c93abca17697", "score": "0.6284142", "text": "protected abstract void updateScene(BundleData data);", "title": "" }, { "docid": "35484f87b885f8162caeb7ccf04518bd", "score": "0.60051787", "text": "public void onInitScene() {\r\n\t\tARState arState= (ARS...
56870d4d7f9eaafd71a1052e109cc909
Returns the new description being set to the home
[ { "docid": "a930f8c4bff5fc10647a11f31c54119d", "score": "0.74176955", "text": "public String getNewDescription() {\n return newDescription;\n }", "title": "" } ]
[ { "docid": "ce705be9f7035153040cf50e27d6a1c9", "score": "0.7607509", "text": "public PlayerChangeHomeDescriptionEvent(Player player, Home home, String newDescription) {\n super(player, home);\n this.oldDescription = home.getDescription();\n this.newDescription = newDescription;\n ...
bbfecf208dd15e327c74d4f91958c9ef
optional bytes contents = 2;
[ { "docid": "b46cf5f788b0c167a1c2c411067e0f59", "score": "0.0", "text": "public boolean hasContents() {\n return ((bitField0_ & 0x00000002) == 0x00000002);\n }", "title": "" } ]
[ { "docid": "409b18d2f457049bdd00e29fcf26372b", "score": "0.6370631", "text": "com.google.protobuf.ByteString getContents();", "title": "" }, { "docid": "409b18d2f457049bdd00e29fcf26372b", "score": "0.63694984", "text": "com.google.protobuf.ByteString getContents();", "title": "" ...
b6fa641cf7318a8ade0835846ab4d5a0
Sorts the list depending on how the user wants to sort the list
[ { "docid": "64a3fc1c52552a25e883c79884ef5881", "score": "0.6155819", "text": "public void sortList(String s)\n {\n if (s.equals(\"Date\"))\n Collections.sort(_events, dateComparator);\n else if (s.equals(\"Location\"))\n Collections.sort(_events, locationComparator...
[ { "docid": "e881c811efe99d189da765f1e7f493fd", "score": "0.7269299", "text": "private void sortIfWeShould ( )\n \t{\n \t\tif (getWeightStrategy.hasChanged())\n \t\t{\n \t\t\tCollections.sort(list, comparator);\n \t\t\tsetChanged();\n \t\t\tnotifyObservers();\n \t\t\tgetWeightStrategy.clearChanged();\n \...
f95e5bca737c7e9aae8e3f41ec11843c
/ All Methods with respect to elements
[ { "docid": "d3d0b7af0006540bbb5461aea973e279", "score": "0.0", "text": "public void writeFromLocation(String loc) {\n\t\tfromLoc.clear();\n\t\tfromLoc.sendKeys(loc);\n\t\tfromLoc.sendKeys(Keys.ENTER);\n\t}", "title": "" } ]
[ { "docid": "a091b75171d796c20f7e322886acfa7f", "score": "0.6859086", "text": "Elements getElts();", "title": "" }, { "docid": "e958a5e010fcac934d3fc37acf5a4be4", "score": "0.67823595", "text": "public abstract Element getElement();", "title": "" }, { "docid": "7e1a6633653...
3d7e06e8ebcde79ddf4f0964cba45f86
menu principal del juego
[ { "docid": "8321a17236fab3f72a96a1a396b044d3", "score": "0.6721825", "text": "private static void menu(Sistema miSistema) {\n int opcion;\n do {\n String opciones = \"\\n1. Registro de jugador\\n2. Jugar pàrtida\\n3. Replicar partida\\n4. Ranking\\n5. Salir\\n\";\n\n ...
[ { "docid": "6cec0544ddc0a1080cbc183969e3ffe4", "score": "0.77129966", "text": "public void apresentarMenu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "12022e56236d397701b3e5ab2c2b7ede", "score": "0.7394438", "text": "private void menu(){\n System.out.println(\"Elige una opció...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "477f7494b2fc830b650b1efa64e383d7", "score": "0.0", "text": "@Override\r\n\t\tpublic List<Product> SearchProductIdWithMerchantId(Integer productId, Integer merchantId) {\n\t\t\tMerchant merchantObject=adminDao.findById(merchantId).get();\r\n\t\t\treturn merchantDao.findByProductIdWithMerchant...
[ { "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...
5a43e053352ae2f8814de05ec94fe719
optional bool IsCommunicated = 4;
[ { "docid": "6f94452e2d44dca22bfd7e9be44ab34a", "score": "0.77090067", "text": "boolean hasIsCommunicated();", "title": "" } ]
[ { "docid": "3dded04e2589598c0ffb771fc9e650f8", "score": "0.7865415", "text": "boolean getIsCommunicated();", "title": "" }, { "docid": "9f8fcd44a35be875eae8a2bf2f2aa394", "score": "0.6988831", "text": "int getCommunicationMode();", "title": "" }, { "docid": "dba3408951cba...
92fb697eb2d307a6aaaca4aa8496333e
Returns a value from offset time.
[ { "docid": "660391cee4d12451b8651e71553fa916", "score": "0.72844976", "text": "public static Value value(OffsetTime offsetTime) {\n return new TimeValue(offsetTime);\n }", "title": "" } ]
[ { "docid": "70fa5255196b5ac2fb2c2187e8748327", "score": "0.641111", "text": "public OffsetTime getOffsetTime() {\n String temp=prefs.getString(\"offset_time\", null);\n return (StringUtils.hasText(temp)) ? OffsetTimeUtils.read(temp): defaultBean.getOffsetTime();}", "title": "" }, { "do...
ffe67a7a0f1a869eab8a52bbae38f9c5
Ensures empty and null String[]s are handled consistently when extracting the first element.
[ { "docid": "673899080ecec7bed1f7d18d351eb62d", "score": "0.64501554", "text": "protected String stringResultFirstElement(StringQueryResult src) {\n \n String[] stringArrayResult = src.getQueryResults();\n\n return stringArrayResult == null || stringArrayResult.length == 0 ? null\n ...
[ { "docid": "9190c90a44097c603e800630115f373f", "score": "0.6578677", "text": "private String getFirstElementOfStringList(final String[] input)\n {\n return input[FIRST_ELEMENT];\n }", "title": "" }, { "docid": "c39a61294c915eacdfb95b56b04e560b", "score": "0.5944931", "te...
5ad27a6d24169e5c488ced28d7c27eba
.mdg.engine.proto.Trace.QueryPlanNode.ParallelNode parallel = 2;
[ { "docid": "f00ee23b8b4e93cd765e43a760151cb6", "score": "0.53324986", "text": "private com.google.protobuf.SingleFieldBuilderV3<\n mdg.engine.proto.Reports.Trace.QueryPlanNode.ParallelNode, mdg.engine.proto.Reports.Trace.QueryPlanNode.ParallelNode.Builder, mdg.engine.proto.Reports.Trace.Query...
[ { "docid": "f73cd2607f3042879428b50c1408302a", "score": "0.73615026", "text": "mdg.engine.proto.Reports.Trace.QueryPlanNode.ParallelNode getParallel();", "title": "" }, { "docid": "17fedef7a7c4b5798abe460242404e10", "score": "0.71790576", "text": "mdg.engine.proto.Reports.Trace.Query...
d06596557aabd96d17485759104a6a0a
Fin variables Getters y Setters
[ { "docid": "a4ca2e5d2e030c2c600a1c9e491126f7", "score": "0.0", "text": "public Double getTemperaturaCorporal() {\n return temperaturaCorporal;\n }", "title": "" } ]
[ { "docid": "c763bcd2bb20a588a7c933f764b7b447", "score": "0.6334335", "text": "protected void initVars() {\n }", "title": "" }, { "docid": "8995fc5ba46f4d5b0d851f4b185c10af", "score": "0.62620056", "text": "void valoresPredeterminados(){\n\n\n\tthis.tiempoE = 0;\n\tthis.tiempoS = 0...
1d5225661ef3f541fdc0a1aa86a64bbf
Set up circle and buttons to move it.
[ { "docid": "8ca7454b975407d2034ef87ef0ffe589", "score": "0.7629689", "text": "public CirclePanel(int width, int height)\n{\n// Set coordinates so circle starts in middle\npanelwidth = width;\npanelheight = height;\nx = (width/2)-(CIRCLE_SIZE/2);\ny = (height/2)-(CIRCLE_SIZE/2);\nc = Color.green;\n// Nee...
[ { "docid": "6adb544d8fab60ae665a0ddc5767d9c7", "score": "0.73635125", "text": "public void moveCircle() {\n \n if(x+angleX<0){\n angleX=1;\n }else if(x+angleX>myDisplayer.getWidth()-50){\n angleX=-1;\n }else if(y+angleY<0){\n angleY=1;\n ...
5e3565a3226b8b1a889900620c21d8c8
Test case number: 99 /Coverage entropy=0.6931471805599453
[ { "docid": "2317507f397dec229f992d558118ea32", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test099() throws Throwable {\n String[] stringArray0 = new String[4];\n JSONObject jSONObject0 = null;\n try {\n jSONObject0 = new JSONObject((Object) null, stringArray0);...
[ { "docid": "15193fcb259395b91a7ad7204db76cfd", "score": "0.68659276", "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)\...
5126fa5ecbf0903ced2ad589fbf49ec4
required string contentType = 5; required string contentType = 5;
[ { "docid": "2589bd1aa503578029db68ffabc24fec", "score": "0.51759696", "text": "boolean hasContentType();", "title": "" } ]
[ { "docid": "b43f28c4f578e7fc1d4878912e4cceaa", "score": "0.6676129", "text": "public void setContentType(String contentType)\r\n/* 25: */ {\r\n/* 26:18 */ this.contentType = contentType;\r\n/* 27: */ }", "title": "" }, { "docid": "b9b9f7187d6fd070f5b6422fe68e5f18", "score": "...
3e0b21c11d3aebb4986f63295deb17b0
Construct a AccountNotExistException with a message.
[ { "docid": "a398ec9d50f15e9f6326f35b6bd75ebf", "score": "0.79020274", "text": "public AccountNotExistException(String msg) {\n\t\tsuper(msg);\n\t}", "title": "" } ]
[ { "docid": "b5d2265135cc493d5a4074f9780a3107", "score": "0.6127272", "text": "public TransactionNotFoundException(String message) {\n super(message);\n }", "title": "" }, { "docid": "e2711e0167621dc9efec71995b8a3833", "score": "0.6101171", "text": "protected UnknownDomainOb...
39ad0746aa31e8ca3ddcc106db52424d
Gets the value of the id property.
[ { "docid": "6f19ae94f934f52bf1a9790c4a055b56", "score": "0.0", "text": "public int getId() {\n return id;\n }", "title": "" } ]
[ { "docid": "1bd858c549a39243c9e59da157decebd", "score": "0.8349905", "text": "public String getId() {\n\t\tString value = (String)getStateHelper().eval(PropertyKeys.id);\n\t\treturn value;\n\t}", "title": "" }, { "docid": "0cddc493502d0188d3e27bc5d1f9672f", "score": "0.83185065", "t...
228e8b864c13cfd3adcaebc30d225f10
fill array with random numbers
[ { "docid": "6612c25a0d763d112714b42ce95864ca", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tint[] in = new int[SIZE];\n\t\tfor(int i = 0; i < in.length; i++)\t{\n\t\t\tin[i] = (int)(Math.random() * 5);\n\t\t}\n\n\t\tperformScan(in);\n\t}", "title": "" } ]
[ { "docid": "dd8f48ef64a1db5458463a0eb5e42a40", "score": "0.7731219", "text": "public void fillWithRandom () {\n int arrayLength = list.length; Random r = new Random();\n for (int i = 0; i < arrayLength; i++) {\n list[i] = r.nextInt();\n } \n }", "title": "" }, { "docid": "6eaa...
a685bfc552049611cce7a6126b122165
Restituisce l'attributo link dell'istanza su cui e' invocato il metodo
[ { "docid": "99289e93fdcb8007a1d2d5aae4c23756", "score": "0.0", "text": "public ArrayList<URL> getLink(){\r\n\t\t\r\n\t\treturn this.link;\r\n\t}", "title": "" } ]
[ { "docid": "4e4a744ab533cd3a44e5fad7f314bc49", "score": "0.6122355", "text": "private void clickOnLink(Cognome istanzaNome) {\n String wikiTitle = getTitolo(istanzaNome);\n String message = CostBio.VUOTO;\n\n if (Api.esiste(wikiTitle)) {\n this.getUI().getPage().open(WIKI...
2abb2a185c476b937ef9dddc7d8f4184
optional uint32 keyCode = 2;
[ { "docid": "3d9ed09b065e84e9fbf9abc9be39e4d5", "score": "0.63019586", "text": "boolean hasKeyCode();", "title": "" } ]
[ { "docid": "df462888c240dfa29f35f54eff1fd031", "score": "0.8063269", "text": "int getKeyCode();", "title": "" }, { "docid": "df462888c240dfa29f35f54eff1fd031", "score": "0.8063269", "text": "int getKeyCode();", "title": "" }, { "docid": "1517c549241657253058d6fdd7187470",...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "05083aff88e18083b93a97c7b784d5f2", "score": "0.0", "text": "@Override\n\tpublic void importPreferences() {\n\n\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...
f9d09a847303f68156ce04e56c7cf2e4
getters and setters for properties always put getters and setters at the end of class
[ { "docid": "98678596681259d59e366694951bc909", "score": "0.0", "text": "public String getStreet() {\n\treturn this.street;\n }", "title": "" } ]
[ { "docid": "3336bacb7805e5a485eb4e4b64133a42", "score": "0.6113339", "text": "public PropertyCustomization generateGetterAndSetter() {\n Optional<CodeAction> generateAccessors = languageClient.listCodeActions(fileUri, symbol.getLocation().getRange())\n .stream().filter(ca -> ca.getKind...
67dd893179c3d3e8b675cb0c6eeff197
Returns the TAZ limit space type group that this space type belongs to, or null if it is not assigned to a group.
[ { "docid": "28aecea925928d8937393a99f25eb277", "score": "0.7646412", "text": "public TazLimitGroups getTazLimitGroup() {\n if (!tazLimitGroups)\n return null;\n if (!tazLimitGroupFound) {\n SSessionJdbc session = SSessionJdbc.getThreadLocalSession();\n bool...
[ { "docid": "7ef730c30f9d5ea849e344d5495b0700", "score": "0.6177045", "text": "TgroupType getTgroup();", "title": "" }, { "docid": "c889b42b6cff7203b5d4ae71227add9a", "score": "0.5864605", "text": "public int getGroup() {\r\n\t\treturn type;\r\n\t}", "title": "" }, { "doci...
92cff356ce0f0c57a34d982dd0cc5f24
The value of a slider is a relative value between 1.0f and 1.0f with the power you can change the way the value increases and decreases. Power values higher than 1 will result in low increase at the beginning values lower than 1 will result in fast increase at the beginning and slow increase in the end
[ { "docid": "62b56a046d03b0abf06534eadd4e0289", "score": "0.0", "text": "public void power(final float thePower) {\n\t\t_myPower = thePower;\n\t}", "title": "" } ]
[ { "docid": "f7e497c5ee7bd70675c6186d27b8b5fc", "score": "0.74258643", "text": "public void setValue(float val){\n if(val<-1) val=-1; else if(val>1) val=1;\n int sliderValue=(int)Math.floor((val+1)/2*maxSlider);\n ignoreNextChange=true;\n slider.setValue(sliderValue);\n ...
6e4587cad2962a06f0b2e9bb430e9729
log off from the server
[ { "docid": "7a9385f51aefbc34c04642e782c6590d", "score": "0.7350963", "text": "private void logoff(String username) {\n\t\tString logoffSignal = \"logoff \" + username;\n\t\tsendMessage(logoffSignal);\n\t\ttry {\n\t\t\tfinalize();\n\t\t} catch (Throwable e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\tSyste...
[ { "docid": "beea8c8a55e649d48e31e076e11b344d", "score": "0.7776744", "text": "public abstract boolean logoff(Object context);", "title": "" }, { "docid": "929f942dd580668500d6177256325648", "score": "0.75810593", "text": "private void logOut() {\n mApi.getSession().unlink();\n...
6a852752ff4aa378dacb864a3e9446af
This method was generated by MyBatis Generator. This method sets the value of the database column lectures.collegesid
[ { "docid": "e50c60c09224480af2a1f195cc3779e6", "score": "0.6759393", "text": "public void setCollegesid(Integer collegesid) {\n\t\tthis.collegesid = collegesid;\n\t}", "title": "" } ]
[ { "docid": "484163b0113789edda0530bc27c773d6", "score": "0.6031718", "text": "public Integer getCollegesid() {\n\t\treturn collegesid;\n\t}", "title": "" }, { "docid": "1c94d6368d01763579108ecbb41f7dfd", "score": "0.5752674", "text": "public long getCollegeId() {\n\t\treturn collegeI...
5107edfcc41343107ea31f7922b18d98
Handles the HTTP GET method.
[ { "docid": "ed855acc78d35943575447ab71368d94", "score": "0.6244862", "text": "@Override\r\n \r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n // this.consultarSocio(request, response);\r\n }", ...
[ { "docid": "f26f525b1a38667294768ecc778643f5", "score": "0.7146772", "text": "@Override\r protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {", "title": "" }, { "docid": "8bdd22932f77a6e10299138b1291fa05", "score": "0.71243477"...
5566461ec13ca024d0262017d019950c
Should be found by MyPointcutTestAspect
[ { "docid": "294e21bc1756c1506e8a5366d4e2ee00", "score": "0.0", "text": "public void calculate() {}", "title": "" } ]
[ { "docid": "e1088764ba43de7351442dbdc5f735aa", "score": "0.70636094", "text": "@Pointcut(\"within(pl.sq2wkh.spring.tutorial.aop.*)\")\n public void allMethodsPointcut(){\n\n }", "title": "" }, { "docid": "fc8f70410dc730d99f7602a1e27ed13b", "score": "0.67368615", "text": "public...
f6ec3c2f8443cf56d98ba34d3b9f313e
Removes the specified header parameter.
[ { "docid": "bcf80a255f7697db9ae0cdc984a1d74f", "score": "0.7498807", "text": "public String removeHeaderParam(String key) {\n\t\tif (mHeaderParams.containsKey(key)) {\n\t\t\treturn mHeaderParams.remove(key);\n\t\t}\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "96ed3d73d2ff035fa0b4900c68221975", "score": "0.7522742", "text": "void removeHeader();", "title": "" }, { "docid": "b1239aaa8ffd8e38e718123810ca4a01", "score": "0.728656", "text": "public HttpResourceBuilder<T> removeHeader(Header value) {\r\n\t\theadersBuilder().remove(v...
5f66d5c1ebd561eb31a78f70b8bbb877
obtem a moda, media e mediana de um dia
[ { "docid": "5b4b0c18ca16c308dba237d1f953bc46", "score": "0.0", "text": "VariacaoNumberModel getPressoesDiaAnterior();", "title": "" } ]
[ { "docid": "8dfdc6d1088acd842264887052185aaa", "score": "0.6604843", "text": "private Media extrarDadosMedia(final List<String> conteudo, FormatoDW tipo) {\n Map<String, MediaNome> mapTitulos = new HashMap<String, MediaNome>();\n boolean extraiTitulosAlternativos = false;\n boolean ...
3a50298683ae7c73e52674ec15e96f65
Search for a list of PK's to send to the next step in the chain
[ { "docid": "0624d218b7d1e6510e3dfdeea69446e9", "score": "0.47417888", "text": "List<PK> search(Message<?> message, ExportDataEvent exportDataEvent) throws Throwable;", "title": "" } ]
[ { "docid": "47024dca7055ac0c110e3f0cac1c08cb", "score": "0.5581482", "text": "public void query(List<UniqueId> ids, IncrementalResult result, IDataSourceManager chainTo);", "title": "" }, { "docid": "530fe12724cf5f5355d641187f3afaeb", "score": "0.5465137", "text": "@Override\r\n\tpub...
8de95cd6f406bbb5369a746e904d534d
Parses a JSON String containing the movies list, and returns a List of Movie objects
[ { "docid": "534504a3ffcbcb2f2bd6efed2345f02b", "score": "0.8149811", "text": "public static List<Movie> parseMoviesList(String jsonString) {\n List<Movie> movies = new ArrayList<>();\n\n int movieId;\n String originalTitle;\n String title;\n String posterPath;\n ...
[ { "docid": "1de3bdfd49963b097fe1f98134d357e2", "score": "0.8122692", "text": "public static ArrayList<Movie> parseMovieListJson( String json ) {\n\n ArrayList<Movie> movieList = new ArrayList<>(); // creating List of Movie objects to be returned\n\n try {\n JSONObject movie...
b94bd4158de1158adf722786b2954f1f
Used to get the bill data from user returns UpdateStockRequestDto
[ { "docid": "20457f37b01c8547281fe54fc06ead80", "score": "0.6877362", "text": "private UpdateStockRequestDto setBillData() {\n Util.LoggingQueue(this, \"SalesSummaryWithOutOTPActivity\", \"setBillData()\");\n UpdateStockRequestDto updateRequest = new UpdateStockRequestDto();\n QRTran...
[ { "docid": "a8a27ec12595f1f1f48d02cfec4569ee", "score": "0.62392193", "text": "StocksDTO getSingleStockInfo(String StockName, String username, boolean admin);", "title": "" }, { "docid": "f9b3221be8fb7ffb9a6cc01246b988c4", "score": "0.58865577", "text": "public List<Bill> getBillRequ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0731df4a411d953d02b21ed718c17c7d", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tRuntime runtime = Runtime.getRuntime();\r\n\t\tSystem.out.println(\"处理器数量:\" + runtime.availableProcessors() + \" 空闲:\" + runtime.freeMemory() + \"总内存:\" + runtime.totalMemory());\r\n\t\...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
b2067d54ef0cd55a07da3627c88e13a2
Performs a deep copy on other.
[ { "docid": "4c114f9bd3c96d81f6a43b4fae6f17a4", "score": "0.0", "text": "public queryTrendByDay_args(queryTrendByDay_args other) {\n __isset_bitfield = other.__isset_bitfield;\n if (other.isSetCode()) {\n this.code = other.code;\n }\n this.no = other.no;\n this.begindate =...
[ { "docid": "c90613b5a32d2e2aaee2ae4086571195", "score": "0.6955332", "text": "@VTID(28)\r\n void copy();", "title": "" }, { "docid": "f0c5a6ae211e7d5a369d1f8d0fc35783", "score": "0.68209225", "text": "public void copy(Castle other) {\r\n\t\tfor (Troop troop : other.troopList) {\r\...
3cfdff3e1abe5a3098024f59e9f78d25
The object inspector returned is always of type StructObjectInspector
[ { "docid": "3612cf271d28895223a331909e623516", "score": "0.49545202", "text": "@Override\n\tpublic ObjectInspector getObjectInspector() throws SerDeException {\n\t\treturn this.oi;\n\t}", "title": "" } ]
[ { "docid": "0dbeaaff9a85a0251b3e0252177bd9f5", "score": "0.6054174", "text": "public boolean isStruct();", "title": "" }, { "docid": "3bfcc39c746b52bb72e8c27ab3d5210a", "score": "0.5931931", "text": "public org.apache.axis2.databinding.types.soapencoding.Struct getStruct(){\n ...
1a3b7804bbcb84ca2573c65775e1e29d
Creates new form ViewPharmacist
[ { "docid": "f4763866a8a5551beed17fc7f17e8076", "score": "0.64242655", "text": "public ViewPharmacist() {\n initComponents();\n\n this.setVisible(true);\n }", "title": "" } ]
[ { "docid": "5e48d4b87f4d5f32373bde24fbe58358", "score": "0.6522118", "text": "@Override\n public void Create() {\n initView();\n }", "title": "" }, { "docid": "8cf1ebb70e6e40c4adf4e1b712dfe565", "score": "0.627143", "text": "public ViewCreateAcoount() {\n initComp...
83de6b76518998ac4b85b9e622b182df
/ GETTERS: THOSE ARE WHO GET INFORMATION FROM THE DATABASE
[ { "docid": "9cd285f4ce9afede8400302da79693f2", "score": "0.0", "text": "public static Boolean exist(String rfc, String table) {\n\t\t/***** USED FOR VERIFY IF \"RFC\" EXISTS IN \"TABLE\" *****/\n\t\tboolean result = false;\n\t\ttry\n\t\t{\n\t\t\tstmt = conn.createStatement();\n\t\t\tquery = \"SELECT * F...
[ { "docid": "c4b2a11705e28b143095749fa2091d99", "score": "0.6576783", "text": "protected abstract void retrievedata();", "title": "" }, { "docid": "62875134866d4f38c917d1190cf88de5", "score": "0.61267036", "text": "public void getDataFromDatabase(){\r\n\t \tArrayList<Object> row = ...
e781a4aa93474d1dee0797d146ee1e18
Removes the siac r mutuo voce subdoc.
[ { "docid": "5ecfc24d70bd18cf2aad3fd763f4b4af", "score": "0.66315603", "text": "public SiacRMutuoVoceSubdoc removeSiacRMutuoVoceSubdoc(SiacRMutuoVoceSubdoc siacRMutuoVoceSubdoc) {\n\t\tgetSiacRMutuoVoceSubdocs().remove(siacRMutuoVoceSubdoc);\n\t\tsiacRMutuoVoceSubdoc.setSiacTSubdoc(null);\n\n\t\treturn s...
[ { "docid": "5ceefa2507acb4926f8df00cadf87ec1", "score": "0.6678116", "text": "public SiacRSubdoc removeSiacRSubdocs1(SiacRSubdoc siacRSubdocs1) {\n\t\tgetSiacRSubdocsA().remove(siacRSubdocs1);\n\t\tsiacRSubdocs1.setSiacTSubdocB(null);\n\n\t\treturn siacRSubdocs1;\n\t}", "title": "" }, { "doc...
a046db1d0f0a21fc0d2e9ef1f8f203ea
creator Creates some prebuilt examples for the user.
[ { "docid": "c5acc16bfcc575bec2e89d7a79e25256", "score": "0.52782154", "text": "public static void prebuild()\r\n\t{\r\n\t\tSystem.out.println(\"Producing Class\");\r\n\t\tProducing custom5 = new Producing(\"Zerg\", \r\n\t\t\t\t\"Hatchery\",\t1000, \"All Units\");\r\n\t\tSystem.out.println(custom5);\r\n\...
[ { "docid": "3be38f94d9883d14d179f3a459da84d8", "score": "0.62009597", "text": "public static void main(String[] args)\r\n\t{\r\n\t\tSystem.out.println(\"Welcome to the Starcraft \"\r\n\t\t\t\t+ \"unit and building creator!\");\r\n\t\tSystem.out.println(\"First I've created a few \"\r\n\t\t\t\t+ \"for yo...
750109833d7c39a33a9af73378cf84ba
DP solution which is TLE
[ { "docid": "4975a85669ddb219c27b1b27bf4610e9", "score": "0.0", "text": "public int solutionB(int[] A) {\n int n = A.length;\n int[] minJump = new int[n];\n Arrays.fill(minJump, Integer.MAX_VALUE);\n minJump[0] = 0;\n\n for (int i = 1; i < n; i++) {\n for (int j = 0; j < i; j++) {\n ...
[ { "docid": "f99cef3ff0fa48ecf7d570453ca2f825", "score": "0.6702328", "text": "private static void optimizeByDP(int[] original) {\n\n\t\tint N = original.length;\n\t\tint[][] opt = new int[N][2];\n\n\t\tfor (int i = 1; i < N; i++) {\n\t\t\topt[i][0] = Math.max(opt[i-1][0] + Math.abs(1-1) , opt[i-1][1]+Ma...
230a09ad1bcec568c8ef28a28b8c0f3d
PRIVATE METHODS private boolean AddPiece Place a specific piece on a specific board square
[ { "docid": "b1e79bb7af01feb565c0c2febf61ca22", "score": "0.8543477", "text": "private boolean AddPiece( int whichSquare, int whichPiece )\n {\n // Add the piece itself\n BitBoards[ whichPiece ] |= SquareBits[ whichSquare ];\n \n // And note the new piece position in the bitboard containing...
[ { "docid": "d91276a55b6f1f81d93188523784e0ec", "score": "0.81996286", "text": "public abstract void addPiece(Piece piece, int x, int y);", "title": "" }, { "docid": "04415bebc1237d639696b6527eef39c1", "score": "0.799689", "text": "public boolean addPiece(int x, int y, int piece) {\n ...
1478a0b29f0a4a80933fe47843d3df7e
fine getLocalParam ========================================================== rappresentazione esterna della tabella delle variabili ========================================================= Fornisce la rappresentazione esterna della tabella delle variabili gloabali
[ { "docid": "42d5aef4c7e9cd8956479c709153593c", "score": "0.0", "text": "public String toString() {\r\n\t\treturn var.toString();\r\n\t}", "title": "" } ]
[ { "docid": "25e3a0ad9fc69935ec44df91b4a6102e", "score": "0.64718115", "text": "public void setNVlLargura(java.math.BigDecimal param){\n \n this.localNVlLargura=param;\n \n\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "153d230186628894a54c7ec5a0db7641", "score": "0.0", "text": "@Override\r\n\t\t\t\t\t\t\t\tpublic void onClick(View arg0) {\n\t\t\t\t\t\t\t\t\tmyDialog.dismiss();\r\n\t\t\t\t\t\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...
962c6d3d0d435cdb644cff87ca1443a9
send an ChatBean to assigned client
[ { "docid": "9400459201bfea2d4a10b222aa639b88", "score": "0.6655783", "text": "public boolean send(Socket client,ChatBean bean)\n\t{\n\t\tLBLOutputStream outputStream=outStreams.get(client);\n\t\tif(outputStream==null)\n\t\t\treturn false;\n\t\ttry{\n\t\t\toutputStream.writeObject(bean);\n\t\t\tlog.write...
[ { "docid": "0c2574c3218d7407cb9c943fd880f660", "score": "0.6697618", "text": "public void sendChat(){\n sendChat(chatText);\n }", "title": "" }, { "docid": "c6f221b0517fdca9c8f3767904e95f0f", "score": "0.6473113", "text": "public void sentToClient(Object msg) {\n\n }", ...
f5e2a7dbc67ae20d196600f6b9951650
initializing moves to the rows
[ { "docid": "4494d6c0d75168a72d8a21b1030d7337", "score": "0.0", "text": "public boolean Equals(Move move){\n return (this.initialRow == move.initialRow &&\n this.initialCol == move.initialCol &&\n this.finalRow == move.finalRow &&\n this.finalCol == mov...
[ { "docid": "4499f151689e7a89f73c6b29662411d0", "score": "0.71047115", "text": "private void initialize()\n {\n getNextRow();\n if (unnestListForCurrentRow.isEmpty()) {\n moveToNextNonEmptyRow();\n }\n needInitialization = false;\n }", "title": "" }, { "docid": "d79b52a2fd0...
775ef58f1f3d36492a4b2170c7d6f038
Sets the value of the valueAdded property.
[ { "docid": "f7e5f7da16a3aa7cb294fe5547f4f367", "score": "0.84462357", "text": "public void setValueAdded(boolean value) {\n\t\tthis.valueAdded = value;\n\t}", "title": "" } ]
[ { "docid": "2059fe0afe4b2923ad5ca2fc9666c0dd", "score": "0.8639742", "text": "public void setValueAdded(boolean valueAdded) {\n this.valueAdded = valueAdded;\n }", "title": "" }, { "docid": "49b8c02678d633cb6fbf06c9cd675ab1", "score": "0.73557484", "text": "public boolean i...
de31823ea1002fa3697597328da301bd
/ access modifiers changed from: protected / renamed from: a
[ { "docid": "6f3b711e0ad4f0f99ee9be8c251216d3", "score": "0.0", "text": "public void mo11222a(String str, String str2) {\n if (str != null && str2 != null) {\n this.f5738a.put(str, str2);\n }\n }", "title": "" } ]
[ { "docid": "55c46b869b6d786d8df5e3524b6bb6a9", "score": "0.7174165", "text": "@Override\n\tpublic void a() {\n\t\t\n\t}", "title": "" }, { "docid": "55c46b869b6d786d8df5e3524b6bb6a9", "score": "0.7174165", "text": "@Override\n\tpublic void a() {\n\t\t\n\t}", "title": "" }, { ...
98181159788f60a2693df31394357d86
Creates a fixed interval from its start and its size.
[ { "docid": "5f75afde376fc2189c0c363fc85e7414", "score": "0.7483632", "text": "public IntervalVar newFixedInterval(long start, long size, String name) {\n return new IntervalVar(modelBuilder, indexFromConstant(start), indexFromConstant(size),\n indexFromConstant(start + size), name);\n }", ...
[ { "docid": "8ec6ceac678d64a4389245d3e3589e6a", "score": "0.6234984", "text": "public IntervalVar newOptionalFixedInterval(\n long start, long size, Literal isPresent, String name) {\n return new IntervalVar(modelBuilder, indexFromConstant(start), indexFromConstant(size),\n indexFromConsta...
5870a86bab39997b52ec456c6c9c031a
required string stock_code = 17;
[ { "docid": "1d296e93bfc4812ac62a255e006e42b5", "score": "0.6328152", "text": "public com.google.protobuf.ByteString\n getStockCodeBytes() {\n java.lang.Object ref = stockCode_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n com.google....
[ { "docid": "312d2479b605a9110f5a63c5994b046d", "score": "0.76419586", "text": "String getStockCode();", "title": "" }, { "docid": "efd149ffef94da02f1fb65d604a5629e", "score": "0.7555814", "text": "java.lang.String getStockCode();", "title": "" }, { "docid": "59385bed8313e...
312389db27b3d9de506f69848b6fcfc4
C++: void update(vector_Mat src, Mat labels)
[ { "docid": "50dbef4502344c1f88c13a566472503f", "score": "0.713953", "text": "private static native void update_0(long nativeObj, long src_mat_nativeObj, long labels_nativeObj);", "title": "" } ]
[ { "docid": "00318300884aca9046ce4733ebc00ced", "score": "0.8587149", "text": "public void update(List<Mat> src, Mat labels)\r\n {\r\n Mat src_mat = Converters.vector_Mat_to_Mat(src);\r\n update_0(nativeObj, src_mat.nativeObj, labels.nativeObj);\r\n \r\n return;\r\n }",...
c927757fc96fc2788682af0e079440b4
Handle unsuccessful uploads ...
[ { "docid": "fc75afe37782604b06f2d9eb694aa457", "score": "0.0", "text": "@Override\n public void onFailure(@NonNull Exception exception) {\n Log.i(\"AppInfo\", \"FAIL: \" + exception.toString());\n ...
[ { "docid": "eaea408711af191061319b14bf3e6b58", "score": "0.7912576", "text": "void onUploadFailure(Exception e);", "title": "" }, { "docid": "152440eb216d75d70bc633a505c2ca43", "score": "0.72969824", "text": "@Override\n\t\t\t\t\tpublic void onError(Throwable t) {\n\t\t\t\t\t\tSystem...
aec1430b7d35f408c4489723c42885b4
Build call for startProcesses
[ { "docid": "73f9302ab375d77bd1a504a3f3afa917", "score": "0.0", "text": "public okhttp3.Call startProcessesCall(String orderBy, String orderDirection, Integer perPage, String include, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressR...
[ { "docid": "28d83e4996924520cb262dcb89b52978", "score": "0.6722285", "text": "public void startProcess() {\n\t\t//\n\t}", "title": "" }, { "docid": "d7d20f88bded355457546984ea01b35c", "score": "0.6409389", "text": "CollectdProcesses createCollectdProcesses();", "title": "" }, ...
84fa8fd62cde2c0d8d9469a0cb6843b1
This function is called once each time the robot enters operator control.
[ { "docid": "dcc08a365924eda96df00ed404660cf1", "score": "0.77711105", "text": "public void operatorControl() {\n CameraSetup.InitializeCameraWhiteBalance(AxisCamera.getInstance());\n while(isOperatorControl())\n {\n drive.arcadeDrive(j1);\n }\n }", "title": ...
[ { "docid": "56bbd499b6888276176a7aceaa18c123", "score": "0.78712475", "text": "public void operatorControl() {\n gyro.setSensitivity(voltsPerDegreePerSecond); //calibrate gyro to have the value equal to degrees\n while (isOperatorControl() && isEnabled()) {\n myRobot.mecanumDriv...
00f85649b761a0b1b24a963dc9911301
Remove and get the last element in a list List
[ { "docid": "f4ed309dd184925a53275b42616bb9ed", "score": "0.0", "text": "public BulkReply rpop(Object key0) throws RedisException {\n if (version < RPOP_VERSION) throw new RedisException(\"Server does not support RPOP\");\n return (BulkReply) execute(RPOP, new Command(RPOP_BYTES, key0));\n }", ...
[ { "docid": "73800d9bf24e0eefaa8910fe9e60b082", "score": "0.8047321", "text": "public T removeLast () {\n\t\tT result;\n\n\t\tif (isEmpty()) {\n\t\t\tSystem.out.println(\"List is empty\");\n\t\t}\n\t\t\n\t\trear--;\n\t\tresult = list[rear];\n\t\tlist[rear] = null;\n\t\t\n\t\treturn result;\n\t}", "ti...
5f022fe214b86fd6e832ea8df9cd6c99
show all modules for add role
[ { "docid": "092d6968f3845b7bd0939f2f37b5b2b1", "score": "0.5943438", "text": "public void getFunctionModules() {\n try {\n renderJson(JsonHelp.buildSuccess(JsonKit.toJson(moduleServ.getModules())));\n } catch (Exception e) {\n renderJson(JsonHelp.buildFailed(e.getMess...
[ { "docid": "6c6700885e22448baeb19ff7ed389311", "score": "0.68511", "text": "public void getRoleModule(){\n String param = getPara(\"role_id\");\n try {\n renderJson(JsonHelp.buildSuccess(JsonKit.toJson(moduleServ.getRoleModule(param))));\n } catch (Exception e) {\n ...
5450ae454f4b0b63a277a701768217c3
Ensures that stream is configured and functional.
[ { "docid": "facd88d5bcf8474078d7734818ce4c96", "score": "0.0", "text": "public boolean isReady()\n {\n return((bReader != null));\n }", "title": "" } ]
[ { "docid": "a2a6124f2538e898aa580e5cf67df5ce", "score": "0.66415495", "text": "@java.lang.Override\n public boolean hasStream() {\n return stream_ != null;\n }", "title": "" }, { "docid": "a2a6124f2538e898aa580e5cf67df5ce", "score": "0.66415495", "text": "@java.lang.Overri...
ebe5fb4e4a94e872decaedfb6f0e398f
method to create Cloudscape connections
[ { "docid": "62a0f6dcd09ecdb36401a148637eef25", "score": "0.5227314", "text": "public static Connection createConnection() {\n\t // Use DRIVER and DBURL to create a connection\n\t // Recommend connection pool implementation/usage\n\t\t return null;\n\t }", "title": "" } ]
[ { "docid": "4d85dc18d93a44f3cca29500aaad263f", "score": "0.67592674", "text": "void createConnection();", "title": "" }, { "docid": "ffc5b824e06e6e65a7d6547bb3eb36a3", "score": "0.6491267", "text": "Connection createConnection();", "title": "" }, { "docid": "b1f54d583d3ff...
f97fd9e76b4fe14e9a86135f7b49319d
$ANTLR end "RULE_SL_COMMENT" $ANTLR start "RULE_WS"
[ { "docid": "90e5edef1ff26845fab65864ec6643d5", "score": "0.66032386", "text": "public final void mRULE_WS() throws RecognitionException {\n try {\n int _type = RULE_WS;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // InternalPDL.g:994:9: ( ( ' ' | '\\\\t' | '\\\\r' |...
[ { "docid": "7a29330e5a3506097ab19620b9e3666b", "score": "0.66922146", "text": "public final void mRULE_WS() throws RecognitionException {\r\n try {\r\n int _type = RULE_WS;\r\n int _channel = DEFAULT_TOKEN_CHANNEL;\r\n // InternalMusicDsl.g:4725:9: ( ( ' ' | '\\\\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e6a19901c3aae442814bd4dcccb4464b", "score": "0.0", "text": "@Override\n\tpublic MppsStaff findMppsStaffById(int id) {\n\t\tString qry=\"SELECT * FROM mpps_staff WHERE staff_id=:staff_id\";\n\t\treturn npjt.queryForObject(qry,gSPBM(new MppsStaff(id)),new Mappingrow());\n\t\t\n\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}", ...
b426327e106f3c0d5b5e16b9f23fce56
Returns the latitud of this carga tienda.
[ { "docid": "4362bafdcac5dfb113592a82678492c6", "score": "0.6770702", "text": "@AutoEscape\n\tpublic String getLatitud();", "title": "" } ]
[ { "docid": "80b91e5a7e5d483248ae3c1cf39aa992", "score": "0.77225345", "text": "@Override\n\tpublic BigDecimal getLatitud() {\n\t\treturn model.getLatitud();\n\t}", "title": "" }, { "docid": "9191f63ce66339cde63f6c9cc0731d90", "score": "0.7589997", "text": "public String getLatitud() ...
c08b73b4f74e82153ec73200c796f47b
In theorie to 256, but only first 50 are interesting
[ { "docid": "db00e2d6df534bc9e1ed564639779242", "score": "0.0", "text": "@Override\n public void adjust(final int percentage) {\n getFilter().setColorLevels(range(percentage, 1, 50));\n }", "title": "" } ]
[ { "docid": "a54bb696e6352ef408038b953e443c64", "score": "0.66653246", "text": "public void challenge3(){\n int sum = 0;\n for (int i = 1; i < 256; i++){\n sum = i + sum;\n System.out.println(\"New Number: \"+i+ \" Sum: \" + sum);\n }\n }", "title": "" ...
ff47aa6a41210d55d818780ed0dd07cd
/ renamed from: fe
[ { "docid": "50ec445a1562c951f9f59e2ae24d9503", "score": "0.0", "text": "boolean mo10353fe();", "title": "" } ]
[ { "docid": "4fd121321f2d50da2f5700be65d017d8", "score": "0.62409407", "text": "@Override\n\tpublic void filngtonext() {\n\t\t\n\t}", "title": "" }, { "docid": "8d618a1dfe5dc957c942b49f410b78b4", "score": "0.61197", "text": "private EFS() {\n \t\tsuper();\n \t}", "title": "" }, ...