query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
f48fbe3ec7c66aa1efe114a9ee3a1019
This method was generated by MyBatis Generator. This method sets the value of the database column tb_contract.is_open_invoice
[ { "docid": "5925371542a919d28781a45267392e3a", "score": "0.7916112", "text": "public void setIsOpenInvoice(Integer isOpenInvoice) {\n this.isOpenInvoice = isOpenInvoice;\n }", "title": "" } ]
[ { "docid": "ba5e1bb99f59a9cb2216aca52cf1943b", "score": "0.67186606", "text": "public Integer getIsOpenInvoice() {\n return isOpenInvoice;\n }", "title": "" }, { "docid": "fe32561aab50600672bb91e2faaa68f8", "score": "0.65952337", "text": "public void setInvoice(boolean valu...
58d2b6d1f9be7177cd295e54fecda135
Use the VA Reactor watchlist instead of the UPA Channel for sending and receiving.
[ { "docid": "20e994ae59ec57e7da4c2d161cb233cb", "score": "0.0", "text": "public boolean useWatchlist()\n {\n return _useWatchlist;\n }", "title": "" } ]
[ { "docid": "a2fc429767c879835fe9f037a5c99c8b", "score": "0.52351403", "text": "private void makeMessengers() {\n\t\t\n\t\ttry {\n\t\t\tinbound = new Scanner(client.getInputStream());\n\t\t\toutbound = new PrintWriter(client.getOutputStream());\n\t\t} catch (IOException error) {\n\t\t\terror.printStackTr...
d6b905774ad5a27273d9fa6babbe5b9c
private method used to build prior radiation type query to OJB ReportQueryByCriteria in order to construct a nested query based on patient DIDs
[ { "docid": "5c4b8479a7df2cae5f3665cd6ae43582", "score": "0.6867772", "text": "private ReportQueryByCriteria getPriorRadiationTherapySubQuery(ClinicalDataQuery clinicalQuery,PersistenceBroker _BROKER,Class subQueryClass, String fieldToSelect) throws Exception {\n \t Criteria c = buildPriorRadiationCr...
[ { "docid": "8b69951e70314a02aed185efaf61e3d2", "score": "0.7366435", "text": "private Criteria buildPriorRadiationCriteria(ClinicalDataQuery clinicalQuery) {\n \t \n \t RadiationTherapyCriteria crit = clinicalQuery.getRadiationTherapyCriteria(); \t \n Criteria c = new Criteria(); \t\...
89dc6b1970f3b782d256c88f6f19e9c3
Set the value related to the column: bimanual_lateral
[ { "docid": "e88bd90b0e507d5c26b5f33f2ca40393", "score": "0.6865346", "text": "public void setBimanualLateral (java.lang.String bimanualLateral) {\n\t\tthis.bimanualLateral = bimanualLateral;\n\t}", "title": "" } ]
[ { "docid": "4e321c86c36611019025d02b5598a839", "score": "0.64607435", "text": "public void setLateralidade(byte value) {\n this.lateralidade = value;\n }", "title": "" }, { "docid": "ea1098bba8da08391563a3bfb5fc3e3e", "score": "0.5888503", "text": "p...
b61d375868b9721fcc47759bf50bcd76
string id = 1;
[ { "docid": "0b34d3eb877f63ad23e709d8c5f6a430", "score": "0.0", "text": "public java.lang.String getId() {\n java.lang.Object ref = id_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n (c...
[ { "docid": "634f1fe6d91a7956a48aeaf128de37ec", "score": "0.7270131", "text": "String getID();", "title": "" }, { "docid": "634f1fe6d91a7956a48aeaf128de37ec", "score": "0.7270131", "text": "String getID();", "title": "" }, { "docid": "634f1fe6d91a7956a48aeaf128de37ec", ...
c6425792e00a1e5da1bad0c41ba6b984
Returns the number of objects of type "specified end" previously added to the collection of the current object.
[ { "docid": "2e9f942eef60316b06ca244a181a6e45", "score": "0.0", "text": "int countSpecifiedEnds();", "title": "" } ]
[ { "docid": "9f8fafebea90a0494b82a1fafa1476a1", "score": "0.65919787", "text": "public int size() {\n\t\treturn end;\n\t}", "title": "" }, { "docid": "bd93c43d5ffd4b0cc69541fb01b7ddc7", "score": "0.6411524", "text": "public int getObjectCount() {\n\t\treturn objects.size(); // Replace...
c718378dacf8f1265a4aa08475d4caac
/ End of store_final_results() / checks whether number of infected people are zero or not, Function Parameters: (num_infect_node)
[ { "docid": "48039f0b515567f1f534700fee544264", "score": "0.6477104", "text": "public boolean check_termination_of_simulation(int[] num_infect_node) \n\t{\n\t\t\n\t for(int i=0; i<nodes; i++)\n\t {\n\t\t if(num_infect_node[i] != 0)\n\t\t { return false;\n\t\t }\n\t } \n\t return true;\n\t...
[ { "docid": "8cf19f34dc0b0032fdc2a2aaa8b242b1", "score": "0.72347647", "text": "public void find_infected_after_recovery_at_each_node(int[] num_infect_node, int[] curr_pos_people) throws IOException \n\t{\t\t\t\t\n\t\tSystem.out.print(\"\\n\");\t\t\n\t\tfor(int i=0; i<nodes; i++)\n\t\t{\n\t\t\tSystem.ou...
1e64474d43a2babe9bdd21852a2b76f6
moving the cursor with animation
[ { "docid": "453dc11acf93af9d8d1968b5d0c38136", "score": "0.65568817", "text": "public static void animatedCursor(float x1, float y1, float x2, float y2)\n\t{\n\t\tPath chalkPath = null;\n\t\t\n\t\tchalkPath = new Path(2)\n\t\t.to(x1, y1).to(x2, y2);\n\t\t\n\t\t\n\t\tMainActivity.cursor.registerEntityMod...
[ { "docid": "46f863f2879fec01e7404e72c3f20fa4", "score": "0.6501239", "text": "public void setCursor(int x, int y){\n\t}", "title": "" }, { "docid": "47ce1a35f6348ebd166a9b8c4ff21190", "score": "0.64762414", "text": "void fireMovedCursor(C point);", "title": "" }, { "docid...
c59b2dc1a7d63a3c4b7a40293329b97e
/ Method called by JSP javascript
[ { "docid": "f806877b207f519465b56f4723cb85ec", "score": "0.0", "text": "public void getObjectContentUrlJSON(final Control control, final ArgumentList args) {\n\t\tMobileContentHelper.getObjectContentUrlJSON(this, args);\n\t}", "title": "" } ]
[ { "docid": "afca54f918ec1e07b06c0310a1ac1233", "score": "0.6011751", "text": "@Override\n public int doEndTag() throws JspException {\n return 0;\n }", "title": "" }, { "docid": "53f00365c7958cb4df36c3439672076a", "score": "0.5891131", "text": "public void _jspService(Ht...
d7f9e8d48baa6f4daf5abd7230f8b843
Create a Properties file for testing.
[ { "docid": "76a92c5bb3acddc5551e2d7392944f17", "score": "0.7410881", "text": "public Properties createProperties() {\r\n\t\tString path = System.getProperty(\"java.io.tmpdir\");\r\n\t\tString pattern = \"file.txt\";\r\n\t\tProperties props = new Properties();\r\n\t\tprops.setProperty(LogMgmtI.INPUT_P...
[ { "docid": "0415559fc19f95c09eabe2d4b97cee42", "score": "0.80265814", "text": "public static void createPropertyFile() throws IOException {\n LOGGER.info(\"Create new property-File in \" + PROPERTIES_FILE_PATH);\n\n /*\n * Checks if parent-directory for file exists, if not, creates this direct...
b140c60234f144c0da837b5c119d36c7
int32 result = 3;
[ { "docid": "10bcf4df3ffbe384428784b2a13ed490", "score": "0.5877753", "text": "int getResult();", "title": "" } ]
[ { "docid": "615041a726cfdfd1a8cffb8476f96a8e", "score": "0.7653144", "text": "int getInt32();", "title": "" }, { "docid": "a17f980104e206905ec67ea814ae97bf", "score": "0.72096044", "text": "int getIntResult();", "title": "" }, { "docid": "3a458532bca1f7c784f5dd661e6d2c18"...
c36d524bc14f821374bda3dc6276c1d2
required double high = 5;
[ { "docid": "e8c7f30c8a51ce013e1b6f751e5d609a", "score": "0.7366647", "text": "double getHigh();", "title": "" } ]
[ { "docid": "ce49182e7afa5669715e5805c3ef3563", "score": "0.73811203", "text": "public double getHigh() {return high;}", "title": "" }, { "docid": "d45add676e033dfc34d5e78f49de2fdc", "score": "0.71506274", "text": "public double getHigh() {\n return high;\n }", "title": "" }...
be4c8c153d4b9e8776ea1106fc02d3fa
Solution of Choice Dynamic Programming(1D array) beats 9X%(7 ms)
[ { "docid": "200ed786aa45e9ccb5ced4ffa69cdd20", "score": "0.0", "text": "public int numDistinct6(String s, String t) {\n int sLen = s.length();\n int tLen = t.length();\n char[] sChars = s.toCharArray();\n char[] tChars = t.toCharArray();\n int[] dp = new int[tLen + 1];...
[ { "docid": "b89e4350ce0e795866f963dde56553a1", "score": "0.67757034", "text": "private static boolean dynamicProgramming(int[] nums) {\r\n\t\tif(nums.length == 0 || nums == null) return false;\r\n\t\tint n = nums.length;\r\n\t\tboolean[] dp = new boolean[n];\r\n\t\tdp[n-1] = true;\r\n\t\tfor(int i=n-2; ...
7acb00252f78f1b6a565b226882c9913
/ JADX INFO: finally extract failed / access modifiers changed from: packageprivate
[ { "docid": "f05fe7a814ab79846a81fb6506b6f8f7", "score": "0.0", "text": "public void notifyMoveLocked(float x, float y) {\n if (this.mAnimator == null) {\n int displayid = this.mDisplayContent.getDisplayId();\n float thumbCenterX = this.mThumbOffsetX;\n float thumb...
[ { "docid": "23bc887a014854448b1ca74e6b8b65da", "score": "0.6053455", "text": "@DSComment(\"Package priviledge\")\n @DSBan(DSCat.DEFAULT_MODIFIER)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 12:56:45.010 -0500\", hash_original_method = \"0FEA708D...
cd0b5343260ebbe59b58269a382fdb1e
verify the required parameter 'email' is set
[ { "docid": "eb4e79a467519d0169c6ab4441bf2bfe", "score": "0.0", "text": "@SuppressWarnings(\"rawtypes\")\r\n private com.squareup.okhttp.Call getCustomerByEmailValidateBeforeCall(String email, String expand, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.Progre...
[ { "docid": "fd2996f7451e56562eb3346dadb117c1", "score": "0.73102695", "text": "@Test\n\tpublic void givenemail_whichisproper_returntrue() {\n\t\tUserRegistration user = new UserRegistration();\n\t\tboolean result;\n\t\ttry {\n\t\t\tresult = user.validateEmail(\"anirudhamayya23@gmail.com\");\n\t\t\tAsser...
fb46c37fdccff95149ea9b74654fd545
Discards all resources held by this class, notably the EGL context. Also releases the Surface that was passed to our constructor.
[ { "docid": "0d98055cc9b7b5970651535a9b1673e0", "score": "0.8059939", "text": "public void release() {\n\n Log.d(TAG, \"release EGL surface\");\n instances--;\n\n EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_CONTEXT);\n ...
[ { "docid": "8af8d84fbcc925b967925c58e0f91127", "score": "0.8314889", "text": "public void release() {\n if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {\n EGL14.eglDestroySurface(mEGLDisplay, mEGLSurface);\n EGL14.eglDestroyContext(mEGLDisplay, mEGLContext);\n ...
c627744e388b86695f375b8777eabd72
This is the method for enable the tile
[ { "docid": "8a99cee26e3b5e40e4899839effcb757", "score": "0.6809826", "text": "public void enableTile(String user , String id , boolean isEnabled) {\n\t\ttry {\n\t\t\t\n\t\t\tWebElement userRoleAddButton = driver.findElement(By\n\t\t\t\t\t.xpath(\"//td[text()='\"+ user +\"']/..//td[@class='watable-col-ad...
[ { "docid": "58af36d08276c0508e1406af5230ff15", "score": "0.66717905", "text": "public void enable(){}", "title": "" }, { "docid": "bd9fcd2a31d63c60cd7a039a64ae08bf", "score": "0.6616897", "text": "@Override\n\tpublic void enable()\n\t{\n\n\t}", "title": "" }, { "docid": "...
fe6680e639149911616ebb75720bab34
Creates new form DocumentViewerPanel
[ { "docid": "23a18f6774ac011fe36cf05a5654932d", "score": "0.0", "text": "public DocumentViewerPanel(String title, String content, int date, String doi, String exercise, DefaultTableModel model) {\n \tthis.title = title;\n \tthis.content = content;\n \tthis.date = date;\n \tthis.doi = doi;\n ...
[ { "docid": "d2b915aa2fa8d8d49b183434c29768b6", "score": "0.6821174", "text": "public void createContents(Composite parent) {\r\n parent.setLayout(new GridLayout(1, false));\r\n\r\n // Pressing the \"New Document\" button will create a new ViewForm\r\n Button button = new Button(pare...
b1ff1c5d79dcebea6fb81e8fd2ebe3ca
Get the preferred group length.
[ { "docid": "5e1d7a9feef6922cfa801a128ea98907", "score": "0.80120075", "text": "public int getPref_group_len()\n\t{\n\t\treturn pref_group_len;\n\t}", "title": "" } ]
[ { "docid": "cdf9fbd2265529ef26795d945c6485ff", "score": "0.7686633", "text": "public int getMax_group_len()\n\t{\n\t\treturn max_group_len;\n\t}", "title": "" }, { "docid": "399ad914c591f59a6c74a36d1dda7f7b", "score": "0.76771", "text": "public int getMin_group_len()\n\t{\n\t\treturn...
7758a81a5c5998d97ca15dd91a4cd824
Sets the account type.
[ { "docid": "fd1052e384e8392d64324b39d2087e01", "score": "0.78660154", "text": "public void setAccountType(final AccountType accountType) {\n\t\tthis.accountType = accountType;\n\t}", "title": "" } ]
[ { "docid": "502b7652ef17e433d21c3859bf8135c6", "score": "0.79781014", "text": "public void setAccountType(Byte accountType) {\n this.accountType = accountType;\n }", "title": "" }, { "docid": "f5aeb36048b136e529d498171e09a36e", "score": "0.793318", "text": "public void setA...
0dd1b2d6f8a0c3a6789ce2536870ef6c
This method generates the specification of the text, this is used while writing the specification to a file.
[ { "docid": "13705cff45c7d333170889f42f80507d", "score": "0.74852514", "text": "public String generateSpec() {\n\t\tString spec = \"\\ntext\\n\" + rb + \" \" + cb + \"\\n\" + text + \"\\n\" + rInc + \" \" + cInc + \"\\n.\";\n\t\treturn spec;\n\t}", "title": "" } ]
[ { "docid": "d4777e33d2f56faef0cdef0e105e70af", "score": "0.6466778", "text": "private void writeSpecFile() throws MojoExecutionException\n {\n File f = new File( workarea, \"SPECS\" );\n File specf = new File( f, name + \".spec\" );\n try\n {\n getLog().in...
5c7c55a0f81ee22d35db8e618d66d799
This method was generated by MyBatis Generator. This method returns the value of the database column province_city.parent_id
[ { "docid": "a02b16d8f9eb53f8709c870b09df624c", "score": "0.65446675", "text": "public Integer getParentId() {\n return parentId;\n }", "title": "" } ]
[ { "docid": "2bec54dab32f07af8cd9f1530c2eceaf", "score": "0.6777824", "text": "public Integer getParent_id() {\n return parent_id;\n }", "title": "" }, { "docid": "79a52c2265c4139528ca39cd6ed4cc33", "score": "0.66903263", "text": "public Long getParentid() {\r\n retur...
89b7df22b89a875951278077dd7ddc7b
Tests whether the action of the request is follow or unfollow.
[ { "docid": "ca3b125d7ecaf90634a69946c69f0cfc", "score": "0.8123929", "text": "private boolean isFollowAction(HttpServletRequest request)\r\n throws IllegalRequestParameterException {\r\n String action = getNonEmptyParameter(request, \"action\");\r\n if (action.equals(\"follow\")...
[ { "docid": "80d177e7136dc89ceb98acbc306d40f8", "score": "0.6708929", "text": "public Integer getIsFollow() {\n return isFollow;\n }", "title": "" }, { "docid": "8d376ebb335502f07cbf68a939ec938f", "score": "0.65291286", "text": "public final boolean getFollow() {\n re...
764a584b5fe9739ff58222f73ebb3d3f
Creates new form PenerimaanBarang
[ { "docid": "057561056618f49d06d0431353153730", "score": "0.0", "text": "public FrmMutasiStok() {\n initComponents();\n table.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).\n put(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0),\n \"selectNextColumnCel...
[ { "docid": "8a988b9b17d53507aaacec1f6c72ef52", "score": "0.73015267", "text": "public void insert(){\n Barang B = new Barang();\n B.setKodebarang(form.getTxtkdbarang().getText());\n B.setNamabarang(form.getTxtnmbarang().getText());\n B.setSatuan(form.getCmbsatuan().getSelecte...
48ac6ca15a9fcda5ad6a6096263573ce
An interface for both Database's and WebContainer's methods.
[ { "docid": "eb1065fab7888017c38d4b9984905f92", "score": "0.69944394", "text": "public interface DatabaseAndWeb extends Database, WebContainer {\n public abstract String getLocation();\n}", "title": "" } ]
[ { "docid": "78d051670303ee6075c1e9b26945a4b7", "score": "0.7709888", "text": "public void DatabaseInterface() {\r\n }", "title": "" }, { "docid": "650d1c3451b992a6b5a7320cc51aca38", "score": "0.7437257", "text": "public interface Database {\n public String sayHello();\n}", ...
ac267706c8a56ae5d574dfba6feb62d5
.liubaninc.m0.storage.ShareEncryptStorage ShareEncryptStorage = 1;
[ { "docid": "8bb27aa144021e97db0ff1d47a130a08", "score": "0.645733", "text": "public liubaninc.m0.storage.ShareEncryptStorageOuterClass.ShareEncryptStorageOrBuilder getShareEncryptStorageOrBuilder() {\n return getShareEncryptStorage();\n }", "title": "" } ]
[ { "docid": "b61eeb0874e9b68b32024c8a05d02277", "score": "0.787022", "text": "liubaninc.m0.storage.ShareEncryptStorageOuterClass.ShareEncryptStorage getShareEncryptStorage();", "title": "" }, { "docid": "ede3a637a2b525ea8b8a7506c8569e64", "score": "0.7132145", "text": "boolean hasShar...
27c2dd7ab4a50a37882846b058d82ef9
=====================================CODIFICAR Y DECODIFICAR ARCHIVOS ENVIADOS, RECIBIDOS A SUNAT=========================================
[ { "docid": "22622ed232bcd4448ce04ea10389478e", "score": "0.0", "text": "public String encode(String RutaCPE) throws Exception {\n FileInputStream fis = new FileInputStream(RutaCPE);\n ByteArrayOutputStream baos = new ByteArrayOutputStream();\n int c = 0;\n while ((c = fis.rea...
[ { "docid": "51deae9316bd2b9b69aa8ea483a61948", "score": "0.65195805", "text": "public void leeArchivo()\r\n {\r\n File fichero = new File(ruta);\r\n if(fichero.exists())\r\n {\r\n try{\r\n FileInputStream file = new FileInputStream(fichero);\r\n Objec...
d44e6c48116bb6d22b59a147be0edd82
MozuClient mozuClient=UpdateProductHandlingFeeRuleClient(dataViewMode, rule, profilecode, id, responseFields); client.setBaseAddress(url); client.executeRequest(); HandlingFeeRule handlingFeeRule = client.Result();
[ { "docid": "5e861c39a7dee632f9341ea4aec13614", "score": "0.7687488", "text": "public static MozuClient<com.mozu.api.contracts.shippingadmin.profile.HandlingFeeRule> updateProductHandlingFeeRuleClient(com.mozu.api.DataViewMode dataViewMode, com.mozu.api.contracts.shippingadmin.profile.HandlingFeeRule rul...
[ { "docid": "24816b9bf885e82a0639cf0d174f3f19", "score": "0.7277167", "text": "public static MozuClient<com.mozu.api.contracts.shippingadmin.profile.HandlingFeeRule> updateProductHandlingFeeRuleClient(com.mozu.api.DataViewMode dataViewMode, com.mozu.api.contracts.shippingadmin.profile.HandlingFeeRule rul...
d128e9435452e9ec08c6c62939ec3073
If specified, the tap filter will be configured via a static configuration that cannot be changed. .envoy.config.tap.v3.TapConfig static_config = 2;
[ { "docid": "cd315026ba2e5fffa80e8ed9956454ec", "score": "0.64902323", "text": "@java.lang.Override\n public io.envoyproxy.envoy.config.tap.v3.TapConfig getStaticConfig() {\n if (staticConfigBuilder_ == null) {\n if (configTypeCase_ == 2) {\n return (io.envoyproxy.envoy.config.tap...
[ { "docid": "4a954e2dbb2c1e49af5513b0b9d61374", "score": "0.6975074", "text": "@java.lang.Override\n public io.envoyproxy.envoy.config.tap.v3.TapConfig getStaticConfig() {\n if (configTypeCase_ == 2) {\n return (io.envoyproxy.envoy.config.tap.v3.TapConfig) configType_;\n }\n return io.env...
89a8b6f4180ddd6522a410c235f57d90
Set property with browser driver name and path of the driver For Chrome Browser
[ { "docid": "6496baf3556c457e864da2cfd37a1dd7", "score": "0.0", "text": "public static void woot() {\n System.setProperty(\"webdriver.chrome.driver\", \"Lib\\\\BrowserDriver\\\\chromedriver.exe\");\n myDriver = new ChromeDriver();\n //Navigate to URL\n myDriver.get(\"https://w...
[ { "docid": "866dea83c6c4205b219891392aba913f", "score": "0.83386093", "text": "private static void setDriverProperty(){\n PropertiesFile properties = new PropertiesFile(Dictionary.PropertiesPath.DEFAULT);\n String osName = System.getProperty(\"os.name\").toLowerCase();\n String driv...
5bbc550fc09bb29a183d83345af16f66
handle for every card this player is dealt. kaiser state is DEAL Default impl does nothing.
[ { "docid": "b8d57804d7e1ff92ac5205c5a47b4293", "score": "0.67858016", "text": "public void onDealtCard(Kaiser k, Card c) {\r\n }", "title": "" } ]
[ { "docid": "c2772172352f13f3d595c57e6472b4db", "score": "0.6715749", "text": "public void deal()\r\n\t{\t\t\t\r\n\t\tif(cardsDealt)\r\n\t\t{//if cards are still in the game the dealer needs to clear them\r\n\t\t\tclear();\t\t\t\r\n\t\t}\r\n\t\t\r\n\t\tPlayer currentPlayer = user;//the dealer starts with...
717404ecee71b2da9942449a0d8bdd29
The algorithm is the following : If the pixel has no neighbors( i.e in a binary image: all neighbors are 0s ) assign a new label to it If the pixel has one neighbor take it's label If the pixel has more than one neighbor take one of the labels and mark the labels as similar
[ { "docid": "11ff1b6a1a8810bb89985a0fe4893881", "score": "0.62521523", "text": "public int findClustersLabels(int x,int y,int width)\n {\n int w,nw,n,ne;\n if(y == 0)\n {\n if(x == 0)\n {\n label++;\n clustersMembers[x][y] = label;\n labels[label] = Integer.MIN_VA...
[ { "docid": "4de19150bf9d052f6ececc552a310af8", "score": "0.7354132", "text": "private int EnforceLabelConnectivity(\n int[] labels, // input label that needs to be corrected to remove stray labels\n int width,\n int height,\n int[] nlabels,// new labels\n ...
d7fc4bd37f0793407a89cec9738038f4
/ / / / 482
[ { "docid": "acd4ad5e8d8f8fc9fa44e343f6624ed5", "score": "0.0", "text": "public SOAPMessage getSoapMessage() { return this.soapMessage; }", "title": "" } ]
[ { "docid": "8e014e254b3ae100c446a63d228a0bde", "score": "0.61704785", "text": "void mo52408pG();", "title": "" }, { "docid": "51832016ae28a6d9c6b018f74420d13e", "score": "0.5986455", "text": "C17688l mo52406pE();", "title": "" }, { "docid": "ace44ada706f0558713e5158ffcb33...
a59f59405798357544c62e43596f473e
Returns the distance between 2 locations in meters
[ { "docid": "dd28fa913ab1f08bd4bab06a19d694ce", "score": "0.7925686", "text": "public static double getDistance(LatLng first, LatLng second) {\n Location firstLocation = new Location(\"First Location\");\n firstLocation.setLatitude(first.latitude);\n firstLocation.setLongitude(first....
[ { "docid": "6361a54324cb6085b4d04d2884506b97", "score": "0.8119285", "text": "public double calculateDistance(GeoCoordinate pos1, GeoCoordinate pos2);", "title": "" }, { "docid": "5647cee572896bbc9bbf416824fef0d2", "score": "0.75590986", "text": "public static double calculateDistanc...
0bc5aeb13bfbf1ac289ff3ae9b7cdc73
Helper function to check whether to abandon retries in ZooKeeper AsyncCallback functions
[ { "docid": "2f6076507ee05568bee2cefbd7b2002b", "score": "0.6671404", "text": "private boolean needAbandonRetries(int statusCode, String action) {\n if (statusCode == KeeperException.Code.SESSIONEXPIRED.intValue()) {\n LOG.error(\"ZK session expired. Master is expected to shut down. Abandoning re...
[ { "docid": "1b8319fb69a704e85679408e24d3f277", "score": "0.6252885", "text": "public boolean isRetry();", "title": "" }, { "docid": "14be586c24555d69fa5b6179fec601fe", "score": "0.6109242", "text": "@Override\n\t\tpublic boolean isRetry() { return false; }", "title": "" }, { ...
87687bb5edaec1414452dd645e56606c
Method checks 13digit ISBN
[ { "docid": "05fb6fbfc3f17ed7a4d9dd979e0d56e0", "score": "0.8192909", "text": "private static boolean CheckISBN13 (String isbn) {\r\n int sum = 0;\r\n int nValue;\r\n\r\n for (int n = 0; n < 13; n++) {\r\n nValue = Integer.parseInt(isbn.substring(n, n+1));\r\n i...
[ { "docid": "15a02944475d809683580b5615fb718f", "score": "0.80088913", "text": "private boolean isValidIsbn(){\r\n String textValue = txtISBN.getText();\r\n if (!FieldValidator.isEmpty(textValue) && FieldValidator.isNumericOnly(textValue) && textValue.length() == 13) \r\n return ...
437a71f8048441d530ec85df6be544f9
Randomly generate alphanumeric document ID with a length of 20 characters
[ { "docid": "9a11f35a95811d8ab2addf181d704bb3", "score": "0.6915368", "text": "public static String getUuid() {\n StringBuilder builder = new StringBuilder();\n Random random = new Random();\n for (int i = 0; i < 20; i++) {\n builder.append(chars[random.nextInt(35)]);\n ...
[ { "docid": "298184f214ddf46c6db18114296e8985", "score": "0.7563683", "text": "private String generateId() {\n StringBuilder randomId = new StringBuilder();\n\n var rand = new Random();\n\n for (int i = 0; i < 9; i++) {\n randomId.append(\n rand.nextInt(...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "a4d6191746ad49b4def8ce5d514d3b1a", "score": "0.0", "text": "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "title": "" } ]
[ { "docid": "4e843ab3fbf537d9a47083a83228b04d", "score": "0.73853797", "text": "public HttpResponse post() {\n return sendRequest(HttpMethod.POST);\n }", "title": "" }, { "docid": "562775c0b0cdcbdaf975e723cab24ae1", "score": "0.70231426", "text": "public Response post() thro...
b5b750e16e6a031466e3715f7bca5105
Add the given variables and their values to the command's environment.
[ { "docid": "4a5ae49fe06f9e6129ac2d0e8eee4752", "score": "0.6497309", "text": "public void setEnvironmentVariables(Map<String, String> variables) {\n processBuilder.environment().putAll(variables);\n }", "title": "" } ]
[ { "docid": "a7a65711382f2baa1d8f4a10da816494", "score": "0.6306769", "text": "public Builder addAllEnvironmentVariables(\n java.lang.Iterable<? extends com.google.devtools.testing.v1.EnvironmentVariable> values) {\n if (environmentVariablesBuilder_ == null) {\n ensureEnvironmentVariab...
652b9eff9bb623432f5cf1c057778a20
repeated int32 dims = 1[json_name = "dims"];
[ { "docid": "993edb6d554360614cfed5457a9f128f", "score": "0.5639273", "text": "int getDims(int index);", "title": "" } ]
[ { "docid": "a9bbff6de868d99d049c0a1dfef01729", "score": "0.60289973", "text": "ArrayListener array(int arrayDims, JsonType type);", "title": "" }, { "docid": "bad5ea5753094dbca6ef4c63fcc7836c", "score": "0.5552414", "text": "public static int numDimensions_payload() {\n return...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f814a94e20331cf59609f5719d65c0e8", "score": "0.0", "text": "@Override\r\n public boolean addResource(Resource re) {\n\tString sql=\"insert into resource (openId,newfilename,originName,size,type) values(?,?,?,?,?)\";\r\n\tPreparedStatement psmt=null;\r\n\tboolean flag=false;\r\n\ttry {\r\n...
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
a2eaa1854707b203dac707a3cbd241f9
Translates raw input code points to DFA table row
[ { "docid": "4ea6424a8f443b4002439f8e63895d3e", "score": "0.0", "text": "private static int zzCMap(int input) {\n int offset = input & 255;\n return offset == input ? ZZ_CMAP_BLOCKS[offset] : ZZ_CMAP_BLOCKS[ZZ_CMAP_TOP[input >> 8] | offset];\n }", "title": "" } ]
[ { "docid": "b71c39e753b9df812c336fa586fd84f4", "score": "0.54344654", "text": "private void translationTable(){\n\t\tencode = new int[length()];\n\t\tfor(int i = 0 ; i< length() ; i++){\n\t\t\tencode[word[i]] = i;\n\t\t}\n\t}", "title": "" }, { "docid": "c8e04f8bf3de48e45ff9319f5ebf5c04", ...
193ca63076e2c8cfce8c7b75f45d4e94
Wait until element to be clickable.
[ { "docid": "6580d30783f79f3c22d2b56fce4e942e", "score": "0.6767844", "text": "public void explicitlyWaitForElementToBeClickable(int seconds, String xPath) {\n\t\tnew WebDriverWait(driver, seconds).until(ExpectedConditions.elementToBeClickable(inspectElement(xPath)));\n\t}", "title": "" } ]
[ { "docid": "10db1b7d17cabd407cf57330e37d7474", "score": "0.7936264", "text": "public static void waitForClickability(WebElement element) {\n getWait().until(ExpectedConditions.elementToBeClickable(element));\n }", "title": "" }, { "docid": "ca32bee9035c16eb6df186f9dca08667", "s...
64a40b984b5e8375519b4f3d6cee3208
Get the volume in which the work was published.
[ { "docid": "57b6a44e4cd11b838764134fb86db275", "score": "0.62965417", "text": "@JsonGetter(value = \"volume\")\n public String getVolume() {\n return this.volume;\n }", "title": "" } ]
[ { "docid": "7a488f3af0c0e75953f95cdfb3b630b9", "score": "0.7337446", "text": "private Volume getVolume() {\n if (volume != null) {\n return volume;\n }\n DescribeVolumesRequest req = new DescribeVolumesRequest();\n req.se...
56733c4210f6e21e76cfb2cc1494f656
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
[ { "docid": "a4d5d88614df739c818695017fb05ade", "score": "0.0", "text": "public static _Fields findByThriftIdOrThrow(int fieldId) {\n _Fields fields = findByThriftId(fieldId);\n if (fields == null) throw new java.lang.IllegalArgumentException(\"Field \" + fieldId + \" doesn't exist!\");\n ...
[ { "docid": "5ba85bc0fbe50125e4b6a2412af6075a", "score": "0.7639112", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByThriftId(int fieldId) {\n switch(fieldId) {\n case 0: // SUCCESS\n return SUCCESS;\n case 1: // EX\n retu...
43b37d5e4e9f1a4fdda9fbb69afc6c15
Sets (as xml) the "def41" element
[ { "docid": "f7d17ed851fb31bbb3e98c625e511e22", "score": "0.7859877", "text": "void xsetDef41(org.apache.xmlbeans.XmlString def41);", "title": "" } ]
[ { "docid": "6b57f970ffce752b09c6016a335c6343", "score": "0.7801252", "text": "void xsetDef43(org.apache.xmlbeans.XmlString def43);", "title": "" }, { "docid": "53edce50890d1e553786cad6d49a6e43", "score": "0.7788638", "text": "void xsetDef44(org.apache.xmlbeans.XmlString def44);", ...
57ceb8ccb49cec9fee35e5d3bf3d4f3c
Get proposals to this assistant
[ { "docid": "addb69bbe8367339b958b5af39fa5d19", "score": "0.5854701", "text": "public void addProposals(IProposal[] proposals) {\n if (proposals != null) {\n for (IProposal proposal : proposals) {\n this.contributedProposals.add(proposal);\n activatorSet.ad...
[ { "docid": "d0bee89bc051a6530b7b17d0e9590ca6", "score": "0.70334536", "text": "public ICompletionProposal[] getContentProposals(IParseController controller, int offset, ITextViewer viewer);", "title": "" }, { "docid": "837633db440c34683afdf6f72b6b9886", "score": "0.69007844", "text":...
5740a78ee85599e3efebd44956826ecd
Calculate the sum of distances customers must travel from each location in storeLocations to the given location
[ { "docid": "7cb2ccf8a1eaf9df928fd5337699c8df", "score": "0.70408857", "text": "public int totalTravelDistance( int loc ) {\n if( storeLocations == null) {\n return -1;\n }\n int totalDist = 0;\n for( int i : storeLocations ) {\n totalDist += Math.abs( i ...
[ { "docid": "5ee9c8e845b22eca85edc7b861152b93", "score": "0.6706089", "text": "private Map<Store, Integer> __getStoreDistances(\n\t\t\tfinal Collection<Store> stores, final String destinationLocation\n\t\t\t) {\n\t\tfinal Map<Store, Integer> result = new HashMap<Store, Integer>();\n\n\t\tfor (final Store...
7c39a5080e4f6cd10bf48d26b49017d0
Gets the save button of this level editor.
[ { "docid": "fbdb2c7f1f82ccc2a39e56b10c751bf3", "score": "0.82342285", "text": "public JButton getSaveButton() {\n\t\treturn save_button;\n\t}", "title": "" } ]
[ { "docid": "729c82ec4a448049f43a1fb868622737", "score": "0.81390977", "text": "public JButton getSaveButton() {\n return saveButton;\n }", "title": "" }, { "docid": "b596fc266c7f35c0bca640ea286e09d5", "score": "0.80990297", "text": "final protected Button getSaveBtn() {\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "86162d1f909d3ffd521368a4ab0b8fce", "score": "0.0", "text": "@Override\r\n\tpublic void mouseExited(MouseEvent e) {\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
ae61aa13f46269f0bfb28cbb2007ebd1
To configure the connection and the socket using the key/values from the Map. The option is a: java.util.Map type. The option is multivalued, and you can use the httpConnectionOptions(String, Object) method to add a value (call the method multiple times to set more values). Group: advanced
[ { "docid": "a796e0b058c7a072545b3d98f286e36a", "score": "0.725989", "text": "default AdvancedHttpEndpointBuilder httpConnectionOptions(\n String key,\n Object value) {\n doSetMultiValueProperty(\"httpConnectionOptions\", \"httpConnection.\" + key, value);\n ...
[ { "docid": "01be757600003676bdcfaf5e1b737ca7", "score": "0.69618", "text": "default AdvancedHttpEndpointBuilder httpConnectionOptions(Map values) {\n doSetMultiValueProperties(\"httpConnectionOptions\", \"httpConnection.\", values);\n return this;\n }", "title": "" }, ...
4d1afcfe4395e023c9c4e7cb9a9bc5ce
This method was generated by MyBatis Generator. This method sets the value of the database column T_VARIABLES.CODESNAME
[ { "docid": "28df7478025037185dfc8b939601ee07", "score": "0.60412866", "text": "public void setCodesname(String codesname) {\n this.codesname = codesname == null ? null : codesname.trim();\n }", "title": "" } ]
[ { "docid": "e82bbc661d39dc1109eebfa2e6aafb56", "score": "0.6355531", "text": "public String getCodesname() {\n return codesname;\n }", "title": "" }, { "docid": "d86c21df4f8fb2c2914c639480bbe335", "score": "0.5656538", "text": "void setCode(java.lang.String code);", "ti...
c918df057a5cdba70a13479116e289ff
repeated .weizhu.tool.productclock.Product product = 1;
[ { "docid": "46b16aeb3a2f6e3c85b1e3417a6d4b6c", "score": "0.0", "text": "public Builder addProduct(\n int index, com.weizhu.proto.ProductclockProtos.Product.Builder builderForValue) {\n if (productBuilder_ == null) {\n ensureProductIsMutable();\n product_.add(index, buil...
[ { "docid": "a5ff6d0375be5c8f38e3fe898135473c", "score": "0.67185396", "text": "private void Product1() {\n\t\t\r\n\t}", "title": "" }, { "docid": "6bcbc6b1434d139e4eef9142a2f04594", "score": "0.6286827", "text": "public void restockProduct() {\n\t\t\n\t}", "title": "" }, { ...
cf72b346fd0bf08d18f2623583ed015f
overloaded spawn method for each spawnable class
[ { "docid": "eba10ffa72a7794fcda3ae061e86c9f8", "score": "0.0", "text": "public static void spawn(Player player, double x, double y){\r\n\t\tNode playerModel = PlayerModel.playerNode(player,x,y);\r\n\t\tControls.initialize(player,playerModel, window);\r\n\t\tControls.setPlayerControls();\r\n\t\tPlatform....
[ { "docid": "90fe9f85376d007b25e0c0aae9f0888f", "score": "0.8079229", "text": "@Override\r\n\tpublic void spawn() {\n\t\t\r\n\t}", "title": "" }, { "docid": "f7db86e48fa6fe70d74022aa6274f50e", "score": "0.78801596", "text": "public T spawn();", "title": "" }, { "docid": "6...
320908cbe2c2810dae16ea30beaa9444
Display button if the row is not empty
[ { "docid": "a02fa6198c590e14ce9aad348a64095e", "score": "0.67402625", "text": "@Override\n protected void updateItem(Boolean t, boolean empty) {\n super.updateItem(t, empty);\n if(!empty){\n setGraphic(cellButton);\n }\n }", "title": "" ...
[ { "docid": "e0c4fdb8fdcf7e7a456dabddeeafef94", "score": "0.65963024", "text": "@Override\r\n protected void updateItem(Boolean t, boolean empty) {\r\n super.updateItem(t, empty);\r\n if (!empty) {\r\n setGraphic(cellButton);\r\n }\r\n }", "title": "" }, { ...
b78fc283227bf9f54384ee9cc813aa3e
THIS METHOD COLLECT THE PROCESS DETAILS DATA
[ { "docid": "42243d0bf0ca5c057bc9a33c7968fe2b", "score": "0.0", "text": "public void callF9Details(PAProcess bean,HttpServletRequest request)\r\n\t {\r\n\t\t String sql =\"SELECT EMP_FNAME||' '||EMP_MNAME||' '||EMP_LNAME, ALLW_EMP_ID, ALLW_PERCENT, ALLW_AMOUNT_ENTITLE, \"\r\n\t\t\t\t +\" ALLW_AMOUNT_FI...
[ { "docid": "fa68d89ed3f4c603ae37ef7a717996ea", "score": "0.6505045", "text": "public void extractData() {\n try {\n //Get the thread details of each threads\n StringBuilder dump = new StringBuilder();\n ThreadMXBean threadMXBean = ManagementFactory.getThreadMXBean...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "984b4957d7924f08cefb84372f3813d8", "score": "0.0", "text": "@Override\r\n\tpublic String getLspace() {\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...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4976fe707cde959b1db88c1e537496ce", "score": "0.0", "text": "@Override\r\n\tpublic void setEnabled(boolean arg0) {\n\r\n\t}", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
563ace261a16d8924ced24cceeb4636d
The first empty file we expect to throw as it's invalid We need to pass the second as well, because allowTruncation will be set to true for the final segment
[ { "docid": "186fa668d5b8a0968b79e258592f5147", "score": "0.0", "text": "@Test\n public void testRecoveryWithEmptyLog() throws Exception\n {\n runExpecting(new WrappedRunnable() {\n public void runMayThrow() throws Exception\n {\n CommitLog.instance.recov...
[ { "docid": "941934174c9501b403706f7c90df881a", "score": "0.6156635", "text": "@Test\n void testTidyStreamOnInvalidFile1() throws Exception {\n openInvalidFile(\"SampleSS.ods\", false);\n }", "title": "" }, { "docid": "1b74459d8b5d02fb0abafa95577b8168", "score": "0.5921829", ...
5c9c2c14b90f01e03ec423f1b41e5878
read data read data as JavaRDD
[ { "docid": "36a7999fcceff3f474bd8a7b3efeb0e7", "score": "0.63831973", "text": "public void readRawData(){\n // read CSV data\n JavaRDD<String> rawData = spark.read()\n .option(\"header\",\"true\")\n .textFile(fileIn)\n .javaRDD();\n // re...
[ { "docid": "5a2229354ed253d1a883a652d66f28c6", "score": "0.73655283", "text": "public JavaRDD<String[]> getRawData() {//\n return rawData;//\n }", "title": "" }, { "docid": "38f25af2197c01e02314b7705c9b32bf", "score": "0.6661498", "text": "private JavaPairRDD<String, Iterab...
26de184245ff55360b75b2eac10e5af3
This method was generated by MyBatis Generator. This method sets the value of the database column t_order.receive_name
[ { "docid": "e34be029ab00bd63f4f1f9b607e76f16", "score": "0.6614624", "text": "public void setReceiveName(String receiveName) {\n this.receiveName = receiveName == null ? null : receiveName.trim();\n }", "title": "" } ]
[ { "docid": "d7c18a8fdddf145baae9548f59bf5264", "score": "0.5480795", "text": "public String getReceiveName() {\n return receiveName;\n }", "title": "" }, { "docid": "3b52b0719f2a647b385b87075591a6e3", "score": "0.5419201", "text": "public void setReceiveAddress(String recei...
f6cbdd397152d89dbe533fc6e0497783
Gibt den Items ein Bild, ein Titel und eine ChannelID
[ { "docid": "dccb158f1d5e7f29d31949523c769cb8", "score": "0.0", "text": "private ArrayList<ImageItem> getData() {\n final ArrayList<ImageItem> imageItems = new ArrayList<>();\n TypedArray imgs = getResources().obtainTypedArray(R.array.image_ids);\n for (int i = 0; i < imgs.length(); ...
[ { "docid": "825d902921c226ea8fda9f608bc10a37", "score": "0.599969", "text": "@Override\n public int getItemCount() {\n return channelList.size();\n }", "title": "" }, { "docid": "94f1407efed0fccf99d7f7c04165ba08", "score": "0.59892845", "text": "public int ge...
5a0a9a04c2c382c84f5cb5e9d867bf6a
Force get list of crafters using this container
[ { "docid": "8dbd41edc755abf86d91153bbf9606d3", "score": "0.70137215", "text": "public static ArrayList<?> getCrafters(Container cont)\n {\n \ttry\n \t{\n \tField craftField = Container.class.getDeclaredField(\"field_75149_d\");\n \tcraftField.setAccessible(true);\n \treturn...
[ { "docid": "1a05e01e6fcc0a6fa972a716756fa1b9", "score": "0.5415372", "text": "public List getParents() throws TorqueException \n {\n return getParents(true);\n }", "title": "" }, { "docid": "786ea77af8d54f09e79faecfcf972436", "score": "0.53733724", "text": "private List...
eb79cb92d10ff896566734957e25e657
ResponseCallback interface methods notifies activity..
[ { "docid": "13621d6da1ebe4a64d7903ea511a4742", "score": "0.0", "text": "@Override\r\n public void onSuccess(String joke) {\r\n jokeTextView.setText(joke);\r\n Logger.d(\"Activity: onSuccess of getJoke method is called\");\r\n }", "t...
[ { "docid": "0deb3789d3cfadb94ea52374016da95d", "score": "0.7230273", "text": "void registerResponseCallback(ResponseCallback callback);", "title": "" }, { "docid": "995543233c6b48d8108cefa8bd893500", "score": "0.7185948", "text": "public interface RequestCallBack {\n public void o...
5436c8a39bf0646c12077f9e4bb729f6
The request builder for this collection of ThreatAssessmentResult
[ { "docid": "11ae4072342da237aabd0955941c2c1a", "score": "0.53950673", "text": "public ThreatAssessmentResultCollectionRequest(final String requestUrl, IBaseClient client, final java.util.List<? extends com.microsoft.graph.options.Option> requestOptions) {\n super(requestUrl, client, requestOption...
[ { "docid": "c55841c00199a7ffb96d38310707c8b9", "score": "0.5321049", "text": "public IThreatAssessmentResultCollectionRequest expand(final String value) {\n addQueryOption(new com.microsoft.graph.options.QueryOption(\"$expand\", value));\n return (ThreatAssessmentResultCollectionRequest)th...
71517b744815f6f8b38e7e86c784d214
This method was generated by MyBatis Generator. This method sets the value of the database column shop_detail.pic_url3
[ { "docid": "5bf7067b143aeb9f707a06c1516f5319", "score": "0.60874695", "text": "public void setPicUrl3(String picUrl3) {\n this.picUrl3 = picUrl3;\n }", "title": "" } ]
[ { "docid": "10f8f8bf04f4d3e4270590d279189bae", "score": "0.6076205", "text": "@Update({\n \"update shop_img\",\n \"set shop_id = #{shopId,jdbcType=VARCHAR},\",\n \"img_name = #{imgName,jdbcType=VARCHAR},\",\n \"img_url = #{imgUrl,jdbcType=VARCHAR},\",\n \"del_fla...
e43fdd3bb3adb5164c9cd71cf39a7a7f
Returns true if this service is initialized, otherwise false. This service is considered initialized if the internal reference to the service is not null.
[ { "docid": "8b988bafc56e305ce0f7e7cc5ec7e527", "score": "0.0", "text": "private static boolean isInitialized(Integer storeId)\r\n\t{\r\n\t\tfinal String METHODNAME = \"isInitialized\";\r\n\t\tLOGGER.entering(CLASSNAME, METHODNAME);\r\n\t\tLOGGER.exiting(CLASSNAME, METHODNAME);\r\n\t\treturn mySelfs.cont...
[ { "docid": "d04f442550e493b52fe2e5340056b480", "score": "0.81604135", "text": "public boolean isInitializationStarted() {\n synchronized (mLock) {\n return mIServiceManager != null;\n }\n }", "title": "" }, { "docid": "cdf310d4089dcdea56b3d5fc95106cfd", "score...
6fc60e512fb3b455e48825a93ea9840a
Add item to the cart
[ { "docid": "e08f834c8c922f866bcc4357d479f4c4", "score": "0.0", "text": "ExecResult<Long> removeSku(long userId, long skuId);", "title": "" } ]
[ { "docid": "c30df0db51dd1e0005c7bb70b401f4b3", "score": "0.8629723", "text": "void addCartItem(CartItem cartItem);", "title": "" }, { "docid": "80302ad8a0003d85b4cf18d22eedc7ff", "score": "0.75738543", "text": "public static void add1ItemToCart() { \n\t\tdriver.findElement(By.xpath(\...
0b58d5c1f03bfe98febe12854414fde0
/ Method to verify Play Button is displayed under Active Video on the PodCast page
[ { "docid": "4d840db129849bd7b922ba7bc9f5cce7", "score": "0.7017506", "text": "public boolean isActiveVideoPlayIconDisplayed() {\n\t\tWebPageLoaded.isDomInteractive();\n\t\tWebElement activevideoplayicon = getDriver().findElement(byActiveVideoPlayIcon);\n\t\tactivevideoplayicon.syncVisible(15);\n\t\tretu...
[ { "docid": "819510be017a38916ffdc2926a90706c", "score": "0.69713855", "text": "public boolean isPauseIconDisplayedOnActiveVideo() {\n\t\tWebPageLoaded.isDomInteractive();\n\t\tWebElement activevideopauseicon = getDriver().findElement(byActiveVideoPauseIcon);\n\t\tactivevideopauseicon.syncVisible(15);\n\...
b4c94ef57e563396230bebed6c78e5fb
Set the ID of the budget.
[ { "docid": "4bebc232b28afa92bcb0bd9df9ecfdc0", "score": "0.6823703", "text": "public void setId(int id) {\n\t\t\n\t\tthis.id = id;\n\t}", "title": "" } ]
[ { "docid": "18d3246e23b0e1eaa8a1a9b336b353ff", "score": "0.7161503", "text": "public void setBudgetID(int ID) {\n\t\t\n\t\tbudget_id = ID;\n\t}", "title": "" }, { "docid": "2356574fd14b38b2d27731160b662009", "score": "0.6874916", "text": "public void setId(int id) {\n this.id = ...
b61d5fd53f4889ec617a7aac6372d44d
/ access modifiers changed from: private
[ { "docid": "931ad36670b1a28fabb917c1c5d33a06", "score": "0.0", "text": "public /* synthetic */ void lambda$new$0() {\n this.mChoreographer = Choreographer.getInstance();\n }", "title": "" } ]
[ { "docid": "5d6f8db1f75beb16acd7c64687bc500c", "score": "0.6989152", "text": "private Utilitarios() {\n\t\t\n\t}", "title": "" }, { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.6514589", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, {...
b0d83c2233dacacb1e3359755dd493be
This method was generated by MyBatis Generator. This method returns the value of the database column B_RS_RY.IPJYQSDZ
[ { "docid": "f1ab54dd91fefe355dff3bc0463feb21", "score": "0.5684447", "text": "public String getIpjyqsdz() {\n return ipjyqsdz;\n }", "title": "" } ]
[ { "docid": "b843feb28f1cff252984174880ab3f88", "score": "0.5932302", "text": "public JYYXQ getJYYXQ() {\n return jYYXQ;\n }", "title": "" }, { "docid": "22735a8e040e0c8741751807838aa40d", "score": "0.5731355", "text": "public static Object $$$StrINDRPBESTVORSetupColumnId(mC...
40c86c5d88c519ee1c58b92023d7403b
Resources allocated to mongos hosts. .yandex.cloud.mdb.mongodb.v1.Resources resources = 2;
[ { "docid": "c65d33cb164692c8382f7c793e7ceba3", "score": "0.0", "text": "public Builder clearResources() {\n if (resourcesBuilder_ == null) {\n resources_ = null;\n onChanged();\n } else {\n resources_ = null;\n resourcesBuilder_ = null;\n ...
[ { "docid": "9fb93f1c3cba3e5720617dbf6b44f2f5", "score": "0.7299066", "text": "yandex.cloud.api.mdb.mongodb.v1.ClusterOuterClass.Resources getResources();", "title": "" }, { "docid": "9fb93f1c3cba3e5720617dbf6b44f2f5", "score": "0.7299066", "text": "yandex.cloud.api.mdb.mongodb.v1.Clu...
562817fba2581815bf6689c11d098f59
Check if the move may be performed.
[ { "docid": "7b1ee5c66b086af9bb08e4ffbd147d27", "score": "0.0", "text": "public boolean check(Pack source, Card card);", "title": "" } ]
[ { "docid": "61f485ee765e7ca80b96d68dd6ba2183", "score": "0.7909075", "text": "public boolean canMove()\r\n {\n return true;\r\n }", "title": "" }, { "docid": "f17a476b5d815b100a98ff1721b5cdab", "score": "0.7908492", "text": "@Override\n public boolean canM...
d4b9fe22bcb166d5a421de3320e88565
Prints the board to console.
[ { "docid": "b436cc3940034eacec214579b402bcfc", "score": "0.7559732", "text": "public void print() {\n\t\tfor ( int i = 0; i < board.length; i++ )\n {\n for ( int j = 0; j < board[i].length; j++ )\n {\n String s = board[i][j].toString() + \" \";\n ...
[ { "docid": "c1a03bb7107466704c3e285b92cb28b1", "score": "0.85031545", "text": "private void printGameBoard() {\n System.err.println(\"\\n\" + board + \"\\n\");\n }", "title": "" }, { "docid": "f25d7be3b80988f904f6ed52f30c3d54", "score": "0.8468683", "text": "public void pri...
de3308ed3c37c841c2686634db09f2b8
Assume an object moving from line.start() to line.end(). If this object will not collide with any of the collidables in this collection, return null. Else, return the information about the closest collision that is going to occur.
[ { "docid": "a2db1e557ad8883ab2b333678c103c6b", "score": "0.70668817", "text": "public CollisionInfo getClosestCollision(Line trajectory) {\r\n\r\n //initializations:\r\n Point collisionPoint = new Point(Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY);\r\n Collidable collisionObj...
[ { "docid": "d92bee327df723122f0528a23ac0a306", "score": "0.7357765", "text": "public CollisionInfo getClosestCollision(Line trajectory) {\n Point closestPoint = null;\n Collidable temp = null;\n for (Collidable c : collidables) {\n if (!c.getCollisionRectangle().intersect...
18a61cdcfe75d6e0043c90a1a52cf8e1
synchronized method if Synchronized is replaced with public then thee order of printing will be random
[ { "docid": "9daeceff61700c69901566f45f9b715a", "score": "0.0", "text": "synchronized void PrintTable(int val){\n for(int i = 0; i < 5; i++){\n System.out.println(val*i);\n try{\n Thread.sleep(400);\n }catch(Exception e){System.out.println(e);}\n ...
[ { "docid": "8fe59cd4a59bc8edafa06b064d28508e", "score": "0.664876", "text": "synchronized\tstatic void read()\n\t {\n\t System.out.println(\n\t \"a=\" + a + \" b=\" + b +\" \"+ Thread.currentThread().getId());\n\t }", "title": "" }, { "docid": "182ff7c82309a7020c4...
d5e611958b24e74de18cad14f982b354
Function to create a menu item to place a song on the playback queue
[ { "docid": "400bddce5c9f090e44a8c063aa22729e", "score": "0.729625", "text": "private static MenuItem createPlaceSongOnQueueMenuItem(MusicPlayerManager musicPlayerManager, TreeView<Item> tree) {\n MenuItem placeSongOnQueue = new MenuItem(PLACE_SONG_ON_QUEUE);\n\n placeSongOnQueue.setOnActio...
[ { "docid": "b5b60b99fe149afe675548e9a7d668be", "score": "0.7808746", "text": "private static MenuItem createPlaceSongOnQueueMenuItem(MusicPlayerManager musicPlayerManager, Item selectedItem) {\n MenuItem placeSongOnQueue = new MenuItem(PLACE_SONG_ON_QUEUE);\n\n placeSongOnQueue.setOnAction...
8edf79632321581e1ae1aa13b4725727
Toggles the user's administrative privileges
[ { "docid": "f1bdde58c301419b9e87899e4ab72472", "score": "0.6511546", "text": "public void setAdmin(boolean admin) {\n this.admin = admin;\n }", "title": "" } ]
[ { "docid": "0f0c7c502c586f96253379d5dfc340fe", "score": "0.7387821", "text": "void setAdmin(boolean flag);", "title": "" }, { "docid": "93552be24accd6aee8fda7f15bd33c58", "score": "0.7180796", "text": "public void setAdmin(boolean value) {\n this.admin = value;\n }", "t...
15308e11d6379351589b0848144ea289
TODO Create tests for `void eat(Food food)`
[ { "docid": "0ebef0f4bc65d540e0e996bbdb61651a", "score": "0.6341894", "text": "@Test\n public void eatTest(){\n Food onion = new Food();\n Food banana = new Food();\n dog.eat(onion);\n dog.eat(banana);\n\n\n Food expected = banana;\n Food actual = dog.getFood(...
[ { "docid": "4095f18f53682926e85199ae0de71cc4", "score": "0.85698926", "text": "@Override\r\n\tpublic void eat(Food food) {\n\r\n\t}", "title": "" }, { "docid": "d39ea75c8967aad5f57b0eb642825cae", "score": "0.7622663", "text": "public void eat();", "title": "" }, { "docid"...
a45ad5d10990c1d890796c54420b7bac
Created by tlh on 2016/7/29.
[ { "docid": "429b1607db5d90cd25d208bd02f4a506", "score": "0.0", "text": "public interface MvpView {\n}", "title": "" } ]
[ { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.61493814", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.60248137", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t...
1bfb2e4aac96230e06031149885161f1
WHEN THE PHILOSOPHER IS THINKING HAVE THEM SLEEP FOR A RANDOM PERIOD OF TIME
[ { "docid": "dfe18840a6642dd263030f788a6fae74", "score": "0.7786192", "text": "private void thinking(){\n int sleepTime = (int)(Math.random()*2000);\n try{\n Thread.sleep(sleepTime);\n }catch (InterruptedException e){\n e.printStackTrace();\n...
[ { "docid": "ab3fa7a68fd80a0927007cb645e94652", "score": "0.74569273", "text": "private void eating(){\n int sleepTime = (int)(Math.random()*2000);\n try{\n Thread.sleep(sleepTime);\n }catch (InterruptedException e){\n e.printStackTrace();\n ...
98b56e609fe217433dd17bd1fc8c702e
count the no of tree entered for a given plantation
[ { "docid": "0933de41503b6c84ffab4c755e16533c", "score": "0.6818018", "text": "public long counttreeRows(int i) {\n db=this.getWritableDatabase();\n String count=TABLE_TREE_DETAIL+\n \" WHERE \"+(DbColumns.TreeDetails.Plant_id)+\"=\"+i;\n return DatabaseUtils.queryNumE...
[ { "docid": "8fe52fca29d39e54e6e58f3c023d0276", "score": "0.70074654", "text": "protected int treelessCount() {\n int count = 0;\n for (int i=0;i<tree.length;i++) {\n if (tree[i] == -1) count++;\n }\n return count;\n }", "title": "" }, { "docid": "e49...
d4b39a45a1d4069927a6bdd472ba46bb
field for testing money type .google.type.Money furo_data_money_input = 21;
[ { "docid": "d67df2940361e2464d2289647f08eda9", "score": "0.0", "text": "public Builder setFuroDataMoneyInput(\n google.type.MoneyOuterClass.Money.Builder builderForValue) {\n if (furoDataMoneyInputBuilder_ == null) {\n furoDataMoneyInput_ = builderForValue.build();\n on...
[ { "docid": "2ce8b3e04b35c2719b477cd4fbeb21ab", "score": "0.8394223", "text": "google.type.MoneyOuterClass.Money getFuroDataMoneyInput();", "title": "" }, { "docid": "1af6e80878e49e8a608603578022576a", "score": "0.7286699", "text": "google.type.MoneyOuterClass.MoneyOrBuilder getFuroDa...
eb60d202265263c26f0b4870445a8226
end run setPc for branch or call or return
[ { "docid": "d5c39f593a64b111cbf092e36bb76418", "score": "0.62524676", "text": "static void setPc(int newPc)\n\t{\n\t\tif (verbose)\n\t\t\tSystem.out.println(\" setPc to: \" + newPc);\n\t\tif (newPc < 0 || newPc >= allInstrs.size())\n\t\t\tMain.internalError(\"setPc - value (\" + newPc \n\t\t\t\t\t +...
[ { "docid": "5a86f90e7f85b8ed9f37b0039346704a", "score": "0.5876742", "text": "public void branch(){\n }", "title": "" }, { "docid": "800f6caae1290cc2aa541f7881c326c9", "score": "0.5853625", "text": "protected abstract void branch(int opcode, int targetBCI, int bci);", "title":...
9410ba4dae6f2f0d00dc2534f3eca292
This method was generated by MyBatis Generator. This method sets the value of the database column doll_ad.ad_code
[ { "docid": "85362b129e1b92cf8778e7210d4335fc", "score": "0.6856129", "text": "public void setAdCode(String adCode) {\n this.adCode = adCode == null ? null : adCode.trim();\n }", "title": "" } ]
[ { "docid": "4f9de73ce5c18da88a57f58b2a430c9c", "score": "0.6479024", "text": "public String getAdCode() {\n return adCode;\n }", "title": "" }, { "docid": "be47b5d4377cc0e3982f47b0e59aa8e8", "score": "0.59661454", "text": "public void setCode(Long code) {\n this.code...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2f12b8259821eb5f524ac0e68661af62", "score": "0.0", "text": "@Override\n\tpublic PageInfo<Operation> findPageOperation(Paging page, Operation operation) {\n\t\t PageHelper.startPage(page.getPageNum(), page.getPageSize(), page.getOrderBy());\n\t List<Operation> list = findList(operation...
[ { "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}", ...
0a6159ce60adbd8c10759831b327b07b
Do the call to the DB in whatever fashion is in style at the current moment.
[ { "docid": "59ac5ab319576582c0f98a2878ccd8b0", "score": "0.0", "text": "ScriptResultsEvent runSqlCmdScript(ArrayList<ScriptCompletionListener> completionListeners,\n\t\t\t\t\t\t\t\t\t SqlConfigItems items,\n\t\t\t\t\t\t\t\t\t SqlScriptFile scriptFile,\n\t\t\t\t\t\t\t\t\t ScriptType type) throws IO...
[ { "docid": "fad817b01eb5ff28408cdb76210e37b9", "score": "0.63911074", "text": "@Override\r\n\tprotected void query() {\n\t\texecQueryWithoutProgress();\r\n\t}", "title": "" }, { "docid": "aa2e1fa9b9e864bb4cfb870dbf20f6f7", "score": "0.62082297", "text": "protected void makeDatabaseQu...
e66703fc9f6bf8454035707d7f0edf54
Starts the start date dialog
[ { "docid": "503393480a84d1292fc1c6cd07005a92", "score": "0.6395536", "text": "@RequiresApi(api = Build.VERSION_CODES.N)\n private void startHandler(View v) {\n DatePickerDialog newFragment = new DatePickerDialog(MapRatDataActivity.this);\n newFragment.setOnDateSetListener(new StartDateP...
[ { "docid": "ebaf17bd956e4acaf3a6fea8263f0420", "score": "0.73174727", "text": "public void beginDatePickerDialog (){\n // Get Current Date\n final Calendar c = Calendar.getInstance();\n mYear = c.get(Calendar.YEAR);\n mMonth = c.get(Calendar.MONTH);\n mDay = c.get(Cale...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "610c7e46e767c342ea32581a143a319b", "score": "0.0", "text": "@Override\n\tpublic void update(ShoppingList shoppingList) {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
b79bf3731385d00011b3ffd72f7f66d3
Shows the feature highlight fragment. This results in this Fragment being added.
[ { "docid": "e21c8077b36f880b7b73fda34cf903d7", "score": "0.5047474", "text": "public void show(FragmentManager fragmentManager) {\n showState = SHOW_STATE_USER_SHOWN;\n\n backStackId =\n fragmentManager.beginTransaction().add(android.R.id.content, this, FRAGMENT_TAG).commit(...
[ { "docid": "39e9abc4d5d42cf1ac35bab0cf8aec46", "score": "0.6323302", "text": "private void showFragment() {\n }", "title": "" }, { "docid": "e69fee5272b1ab7e537c3409c468faed", "score": "0.61931586", "text": "private void showFavoriteMatches() {\n FragmentManager fragmentMan...
f329c872a27e64781e167a33f123b8c0
Toone relationship, resolved on first access.
[ { "docid": "150d4def777aac24210a4fa867cc7199", "score": "0.0", "text": "public Account getAccount() {\n\t\tlong __key = this.accountId;\n\t\tif (account__resolvedKey == null || !account__resolvedKey.equals(__key)) {\n\t\t\tif (daoSession == null) {\n\t\t\t\tthrow new DaoException(\"Entity is detached fr...
[ { "docid": "15abed5f0b08cf2fbc3427bfb07b3a32", "score": "0.65381104", "text": "public boolean isOneToOne() {\n return oneToOne;\n }", "title": "" }, { "docid": "e6367818e4d418e89f7d65bf922413cd", "score": "0.65078694", "text": "public boolean isOneToOne();", "title": ""...
0cb83d0b7341fd3edae50e5974d7dae0
obtinere array cu nr Cod_Int pentru materii prime
[ { "docid": "3be50d795f513c40fea1209d934d3990", "score": "0.0", "text": "public static int[] getCodInt(SQLiteDatabase db) {\n String selectQuery = Constructor.SQL_QUERY_OBTI_COD_INT;\n Cursor cursor = db.rawQuery(selectQuery, null);\n int[] retCodInt = new int[cursor.getCount()];\n ...
[ { "docid": "27505ee46371b2f1ecce774160f5645a", "score": "0.65729564", "text": "public int[] primeArray(){\n\t\treturn primes;\r\n\t}", "title": "" }, { "docid": "c86a482e07e9b14491f63ba6bba81afe", "score": "0.64872026", "text": "private static int[] filterPrimes2(int[] array){\n\n ...
f33471bd77808fff1458ea192cd780a6
Constructs a new AsteroidSounds with audio clips open and ready to use
[ { "docid": "47ca47a352cc4178aa9a4a7cbc71cf98", "score": "0.75574553", "text": "public AsteroidSounds ()\r\n {\r\n soundMap = new HashMap<>();\r\n addSoundMap();\r\n }", "title": "" } ]
[ { "docid": "da70e63dcbe3393f0cc91778a49cef8e", "score": "0.65891963", "text": "private void setUpSound() {\n ArrayList<Track> tracks = new ArrayList<>();\n tracks.add(new Track(RELOAD, Source.FILE, \"/sounds/Gun_reload.wav\"));\n tracks.add(new Track(EMPTYCLIP, Source.FILE, \"/sound...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "f5ac59e36621297db5b175435d00b702", "score": "0.0", "text": "public static final SearchEnterViewModel m89249a(FragmentActivity fragmentActivity) {\n return C27244a.m89252a(fragmentActivity);\n }", "title": "" } ]
[ { "docid": "acca3c01e51d08a4d60d67937f3fd23f", "score": "0.6243165", "text": "public interface C2525a {\n /* renamed from: a */\n void m12672a();\n }", "title": "" }, { "docid": "0b5ec8f53273b48128542de9a10a26fa", "score": "0.61942255", "text": "public interface C353...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "af816d664183b37368f583fa3a6d9039", "score": "0.0", "text": "@Override\r\n\tpublic void onShowCustomView(View view, CustomViewCallback callback) {\n\t\tp(\" onShowCustomView :\");\r\n\t\tsuper.onShowCustomView(view, callback);\r\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
6afa1f0dec8be0ddd6a9da8c689753c8
Assert one of the following indications : Operating environment (operating system, language, and/or middleware) is correctly identified. The target software accepts connections via the network.
[ { "docid": "cf21914c1becfe6bd8ced099e057871a", "score": "0.0", "text": "@Then(\"Assert the success of Fingerprinting of the operating system\")\npublic void assfingerprintingoftheoperatingsystem(){\n}", "title": "" } ]
[ { "docid": "59d3a3408a77c69c8765ac07e9f9bfeb", "score": "0.5591315", "text": "public void \n validateOs()\n throws IllegalConfigException\n {\n String name = getOsName();\n if((name == null) || !name.equals(\"Linux\"))\n throw new IllegalConfigException\n\t(\"The Pipeline Configuration T...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "8263a78cfa97fdb08156499c13751a61", "score": "0.0", "text": "public void destroy(CoreEntityArrayView gcList) {\n CoreJni.destroyInCoreComponentManager1(this.agpCptr, this, CoreEntityArrayView.getCptr(gcList), gcList);\n }", "title": "" } ]
[ { "docid": "0b06f1c2066a7ed1df417a1383204e17", "score": "0.7614444", "text": "Internal internal();", "title": "" }, { "docid": "a55a150557f80abcbd733ee3162b0661", "score": "0.7008973", "text": "private void m18301a() {\n }", "title": "" }, { "docid": "2ad52390d9295...
80f2453ce4f8a5b9932a539a3b8ef5dc
Return the OrderedDeleteableSharedIdValuePairType Object for the Group's current statusId
[ { "docid": "f0446bf1e03828bf4454e1e0c51ee0ad", "score": "0.65465605", "text": "public OrderedDeleteableSharedIdValuePairType getStatusObj(ApplicationType application, GroupType group) {\n if (!application.isSetRuleStatuses()) {\n logger.debug(\"This application does not use statuses.\"...
[ { "docid": "8456093c689f67dda5859315bf0f4ecb", "score": "0.49029773", "text": "public OrderGroupVO getOrderGroupById(String groupId);", "title": "" }, { "docid": "7cbd3b903c6cd012be17d90d9597cc10", "score": "0.48822823", "text": "io.dstore.values.IntegerValueOrBuilder getOrderIdOrBui...
aff38e027ec32c7b7e4beed206141364
deletes a submission with the given id
[ { "docid": "4742d909c7c3d4d09abc813449b1c791", "score": "0.75204927", "text": "@Override\n\tpublic Boolean deleteSubmissionBy_id(String id) {\n\t\tSubmission sub = submissionRepo.findBy_id(id);\n\t\tif (sub!=null) {\n\t\t\tsubmissionRepo.delete(sub);\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}"...
[ { "docid": "eb9b4d0d780b408ae27d9149e18ab608", "score": "0.68187106", "text": "public void delete(SubmissionFormPk pk) throws SubmissionFormDaoException;", "title": "" }, { "docid": "b9bd6be6d9a55702b8229289f02579b6", "score": "0.6704113", "text": "public static void deleteItem(long ...