query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
108e47073538d20c5e5baaa727856d8d
Set the picked field for each element in family to 0 Allows for repicking after a failed attempt
[ { "docid": "32adc70d474646652f7e79c5e8d3ebf3", "score": "0.7785701", "text": "private void reset()\r\n\t{\r\n\t\t//Reset the picked field for each FamilyMember in family\r\n\t\tfor(FamilyMember member: family)\r\n\t\t{\r\n\t\t\tmember.resetPicked();\r\n\t\t}\r\n\t}", "title": "" } ]
[ { "docid": "28775b620c084f020a0e12331cc1a797", "score": "0.6042515", "text": "@Override\n\tpublic int updateSelective(Familynames record) throws Exception {\n\t\treturn 0;\n\t}", "title": "" }, { "docid": "8f8eaac3b1a57bd6480422e9309c2976", "score": "0.5698173", "text": "public void ...
3c8a6859e1d2437f59bcadee4113c2d2
Sets the payment types.
[ { "docid": "31b130f8208b539ff3d50e6b6046f75f", "score": "0.7489008", "text": "public void setPaymentTypes(List<Integer> paymentTypes) {\n\n this.paymentTypes = paymentTypes;\n }", "title": "" } ]
[ { "docid": "c269540769c31095083c0c49ec3d391d", "score": "0.66294396", "text": "public void setTypeSet(TypeSet types) {\r\n\t\tthis.itsTypes = types;\r\n\t}", "title": "" }, { "docid": "fc4ce34fe95a626293e182325d55de2b", "score": "0.64172024", "text": "public void setPaymentMethods(St...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "25d46f273c435fcf38e64f642937686e", "score": "0.0", "text": "@Override\n\tprotected boolean isUpdateBeforeDeal() {\n\t\treturn true;\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...
198f93f99d58055e31b1dec483426081
Creates a new HTMLFontSizeAction
[ { "docid": "1723dc84e745c48f52274c31092d0a52", "score": "0.73746663", "text": "public HTMLFontSizeAction(int size) throws IllegalArgumentException\n {\n super(\"\");\n if(size < 0 || size > 6)\n throw new IllegalArgumentException(\"Invalid size\");\n this.size = size;\...
[ { "docid": "386b0020a0911da5f795b6f5ad23a1bc", "score": "0.65394914", "text": "public void menuFontSize(Control.FontSize fs);", "title": "" }, { "docid": "4ee8d32d410a55f23b2730db0cc372d6", "score": "0.61865896", "text": "public void setFontSize(float size);", "title": "" }, ...
a1e518c5b5dc32f186634e02c422acfe
Sets the key to the given Object.
[ { "docid": "52383caa547382e7134cbd8a45365237", "score": "0.0", "text": "protected int hashOfObject(Object key) {\n\t\t\treturn set.hashOfObject(key);\n\t\t}", "title": "" } ]
[ { "docid": "a7866baf9f6794b6ccb8c377d49a7500", "score": "0.8357206", "text": "void setObjectKey(String objectKey);", "title": "" }, { "docid": "96bf469acd91d83eaf8f5fe6442f7380", "score": "0.7282402", "text": "public boolean put( KEY key, OBJECT object );", "title": "" }, { ...
ff2ab9acacdde562a438f85430453516
In this constructor we execute method setCustomerDetails() and in this way we get values of every using variables to create object of Customer class.
[ { "docid": "aba3c530f2c0d77c0c2a1780431a1784", "score": "0.79421234", "text": "Customer() {\n\n setCustomerDetails();\n System.out.println();\n\n this.customerId = ++nextCustomerId;\n this.name = getName();\n this.surname = getSurname();\n this.firstAddressLine ...
[ { "docid": "3b84b78f499d2a372c7d427d8f90d7d3", "score": "0.7181628", "text": "public Customer(){\n\t\t\n\t\tlastName = \"\";\n\t\tcustNumber = \"\";\n\t\tacctBalance = 0;\n\t\tphoneNumber = \"\";\n\t\t\n\t}", "title": "" }, { "docid": "7f9375f1b4b395825186290294278b17", "score": "0.69894...
c5dfbe4969e468e3611cdadb34489f98
Page token. To get the next page of results, set [page_token] to the [ListSymmetricKeyOperationsResponse.next_page_token] returned by a previous list request. string page_token = 3 [(.yandex.cloud.length) = "&lt;=100"];
[ { "docid": "3a8a237f3547feb48a51bcb4c94a3ae2", "score": "0.0", "text": "public Builder clearPageToken() {\n \n pageToken_ = getDefaultInstance().getPageToken();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "2ee88587990a3ba6dd8976b41ae87de9", "score": "0.5998014", "text": "@ApiModelProperty(value = \"The token required to request the next page of the data. If null, no further results are available.\")\n public String getNextPage() {\n return nextPage;\n }", "title": "" }, { "doc...
bde94fae143dc0619c78fe308ce99238
Returns the slogans before and after the current slogan in the ordered set where sloganText = &63;.
[ { "docid": "1b259742a4ee5efe677c1d57e27c95dd", "score": "0.5405838", "text": "@Override\n\tpublic Slogan[] findBySloganText_PrevAndNext(long sloganId,\n\t\tString sloganText, OrderByComparator orderByComparator)\n\t\tthrows NoSuchSloganException, SystemException {\n\t\tSlogan slogan = findByPrimaryKey(s...
[ { "docid": "933133f8bc53fe589435fdc984b34151", "score": "0.5242625", "text": "@Override\n\tpublic Slogan[] findByUuid_PrevAndNext(long sloganId, String uuid,\n\t\tOrderByComparator orderByComparator)\n\t\tthrows NoSuchSloganException, SystemException {\n\t\tSlogan slogan = findByPrimaryKey(sloganId);\n\...
fe81773a4f1cb03cc440b43bd674ed1c
private static final String API_URL = "
[ { "docid": "193f0acb78eb26d58114f2c43e82f454", "score": "0.0", "text": "interface POSTInterface {\n\t @POST(\"/books\")\n\t List<Object> postData(@Body people body);\n\t}", "title": "" } ]
[ { "docid": "2d9e46cea763a071202998beddfbaa83", "score": "0.8211071", "text": "public String getAPIURL(){\n return APIURL;\n }", "title": "" }, { "docid": "696d909a7298ed4283d6c5bf94abf2f1", "score": "0.76656634", "text": "public String getAPIUrl(){\n\t\treturn apiURL;\n\t}"...
13fc435915aa37ce586e099c35fa97d7
Produce a string in double quotes with backslash sequences in all the right places. A backslash will be inserted within </, allowing JSON text to be delivered in HTML. In JSON text, a string cannot contain a control character or an unescaped quote or backslash.
[ { "docid": "ef1ac7c1f8aab72ac9c6e9104cafdd23", "score": "0.62358505", "text": "public static String quote(String string) {\n if (string == null || string.length() == 0) {\n return \"\\\"\\\"\";\n }\n\n char b;\n char c = 0;\n int i;\n int len = string.length();\n StringBuilder ...
[ { "docid": "f464806983334a3fadefaef60134c4ea", "score": "0.6817333", "text": "private static String escapeJSON(String text)\r\n/* */ {\r\n/* 567 */ StringBuilder builder = new StringBuilder();\r\n/* */ \r\n/* 569 */ builder.append('\"');\r\n/* 570 */ for (int index = 0; index <...
43ce49f773c620356c8301bd622858d4
Project a data point to the feature space.
[ { "docid": "9ac624629f83bf4d13ba0f78c1f54a24", "score": "0.4880538", "text": "public double[] project(T x);", "title": "" } ]
[ { "docid": "7f96d476d0a81f87b08da43c1c1e92a8", "score": "0.5743852", "text": "public interface Projection<T> {\n /**\n * Project a data point to the feature space.\n */\n public double[] project(T x);\n\n /**\n * Project a set of data toe the feature space.\n */\n public doub...
5adc5df24582ba204eaa9d9e46ed9944
Load an existing VtUsuario entity
[ { "docid": "97dc066c5abc74c853b462ac9b315bb7", "score": "0.65592957", "text": "public VtUsuario getVtUsuario(Long usuaCodigo) throws Exception;", "title": "" } ]
[ { "docid": "fc360208f23131f5d45078fce6a0eddb", "score": "0.6514582", "text": "public User loadUser(long id);", "title": "" }, { "docid": "0a13136a22d6f12cc54a83707a620be6", "score": "0.64654756", "text": "Usuario findByIdUsuario(long idUsuario);", "title": "" }, { "docid"...
af74e7f4ada331cc05e9bf74988ca43d
Generated by ComTest END Generated by ComTest BEGIN testAnnaTerapeutit228
[ { "docid": "6250fff5b60875e79cb72005ba4fbcad", "score": "0.6422558", "text": "@Test\n public void testAnnaTerapeutit228() { // Terapeutit: 228\n Terapeutit terat = new Terapeutit(); \n Terapeutti greta21 = new Terapeutti(2); terat.lisaa(greta21); \n Terapeutti greta11 = new Terapeutti(1); t...
[ { "docid": "7c2f530eef910ca7368316b6425dbb09", "score": "0.6648611", "text": "@Override\n\t\t\tpublic void test12() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "ef1d2cdaef87696d20e46739d9d11a98", "score": "0.6558535", "text": "@Test\n public void testExtractOraginalDataOfQbm(...
33e6a5f198c39952d72c5d61d6d32ed5
/ Create a Rectangle from coordinate values of the two ends of a Line
[ { "docid": "d996fb1167a8072fb6ddc1f173198a07", "score": "0.64494747", "text": "Rectangle formatToRectangle(int x1,int y1,int x2,int y2) \r\n\t{\r\n\t int width = x2-x1;\r\n\t int height = y2-y1;\r\n\r\n\t /* Make width and height positive. */\r\n\t if (width < 0) {\r\n\t width = 0 - w...
[ { "docid": "31f7b5f80d0cb14a2175c796973b990f", "score": "0.6591642", "text": "private Rectangle2D.Float makeRectangle(int x1, int y1, int x2, int y2) {\n return new Rectangle2D.Float(Math.min(x1, x2), Math.min(y1, y2), Math.abs(x1 - x2), Math.abs(y1 - y2));\n }", "title": "" }, { "do...
81ff5faa3d501abd124c5bf858b4ab32
/ 1) Did i understand the problem? Parameters > What is the input for this problem? string > What will be the output for this problem? int > is there any constraints? consider only substring without duplicate characters > Do i have all informants to go the next step? yes > How big is the test data? small 2) Test data s...
[ { "docid": "5d3d601f1c2fc4489d378cf13f1b6a56", "score": "0.0", "text": "@Test\n\tpublic void example1() {\n\t\tString input=\"abcabcbb\";\n\t\tSystem.out.println(returnMaxSubstringLength(input));\n\t}", "title": "" } ]
[ { "docid": "7d79d7b089c90b93996bbb471fbce209", "score": "0.68746924", "text": "public static void main(String[] args) {\n String main=\"SACHIN\";\r\n String target=\"TDCHIS\";\r\n //m-1 brute force will find all possible combination ,there are 3 options if it do not match,hence 0(3^...
2afe4651495c649f95dec60ac9a9154f
^ start $ end [] select from + multiple
[ { "docid": "a568cd0ec980b462f3b31707a7fbcf1b", "score": "0.0", "text": "public boolean utf8str(String text) {\n if (!text.matches(\"^[01 ]+$\") && !text.equals(\"\")) {\n return false;\n }\n int num = 0;\n String[] strs = text.split(\" \");\n for (String str...
[ { "docid": "7773b076e84e2a306b6acb89fd2eff65", "score": "0.5706646", "text": "RangeQuery createRangeQuery();", "title": "" }, { "docid": "7a7756701f97089b3ae68d24a2e0a395", "score": "0.568432", "text": "List<TbLsElecRange> selectByExample(TbLsElecRangeExample example);", "title":...
e1a9461334175a92c5ebf69f6a1d70ad
/ Algorithm to perform modulo subtraction to get original text
[ { "docid": "467ebfd401b6c1a6f7a01d1b63dccfc6", "score": "0.5458949", "text": "public String decrypt(){\n\tString decrypted = \"\";\n\tint indx, n = 0, value;\n boolean larger = false;\n\tfor(int i = 0; i < input.length(); i++){\n \t\n indx = alpha.indexOf(input.charAt(i));\n ...
[ { "docid": "7d846810ffda0679655b491ad5b19244", "score": "0.57826996", "text": "@Override\n public String decifrar(String texto) {\n String salida = \"\";\n int p = 0;\n while(j < LIBRERETA.length() && p < texto.length()){\n salida += (char)((((int)texto.charAt(p)) - ((...
43f1a1ba546acdf403cf83b8774602ca
Getter for the namesake instance variable. Simply return the namesake instance variable.
[ { "docid": "5517d220501fa74fb442204bcf9460d6", "score": "0.0", "text": "public ProjectServices getProjectServices() {\n return projectServices;\n }", "title": "" } ]
[ { "docid": "d362a0667c28c656cc12a25ee484b4e5", "score": "0.65543157", "text": "public String getsName() {\n return (sName);\n }", "title": "" }, { "docid": "acf0ae435df116d1349d54245f296cf6", "score": "0.65522444", "text": "public String getLakeName() {\r\n return la...
c4ca09cceabb88237feda0d1ef9fd575
1. Wait because of region in transition
[ { "docid": "8470ab0298f8c87bdf030b81fce17477", "score": "0.0", "text": "@Override\n protected void handleTableOperation(List<HRegionInfo> regions)\n throws IOException, KeeperException {\n AssignmentManager am = this.masterServices.getAssignmentManager();\n long waitTime = server.getConfiguratio...
[ { "docid": "86e275b8c51a38b952d3bec7847cca46", "score": "0.6009389", "text": "public void waitTurn() {\n\t\tmem[4] = mem[4] + Constants.SOLAR_FLUX;\n\t\tif (mem[4] > mem[3] * Constants.ENERGY_PER_SIZE)\n\t\t\tmem[4] = mem[3] * Constants.ENERGY_PER_SIZE;\n\t}", "title": "" }, { "docid": "5e0b...
5f80289079b5337ad7f602d80b6d7ee9
/ in writeExcel() function we are writing the end result to the new resultSet excel file.
[ { "docid": "9672f26ed51d4b04c7e71e262da2828b", "score": "0.0", "text": "public void writeExcel(String cell1, String cell2, final String cell3,\n\t\t\tString cell4, BufferedWriter bw) {\n\t\ttry {\n\t\t\t// index from 0,0... cell A1 is cell(0,0)\n\t\t\tHSSFRow row1 = this.worksheet.createRow((int) row++)...
[ { "docid": "41e81052671a6792cc90ddcdc13e3976", "score": "0.7136195", "text": "private void saveResultExcel(String filename) {\n\n FileOutputStream fileOut = null;\n try {\n\n String[] columns = {\"File\", \"Title\", \"Rank\", \"Library\", \"Scan No.\", \"RetentionT\", \"Sequence\...
549beb3694b9fbb6f6ebdc09ac45f251
repeated .Selection pattern = 3;
[ { "docid": "6e5e2f4105c36519cde54520bd261301", "score": "0.0", "text": "org.apache.pekko.remote.ContainerFormats.SelectionOrBuilder getPatternOrBuilder(\n int index);", "title": "" } ]
[ { "docid": "9bc0da26b67d5158ffe25b2fb022832c", "score": "0.53904897", "text": "static void clip_start_selection(int col, int row, boolean repeated_click)\n {\n clipboard_C cbd = clip_star;\n\n if (cbd.state == SELECT_DONE)\n clip_clear_selection(cbd);\n\n row = check_r...
770e5dfb9e32a02bcb2732c44be2607f
Updates the display to correspond to an incorrect guess by the user. Calling this method causes the next body part to appear on the scaffold and adds the letter to the list of incorrect guesses that appears at the bottom of the window.
[ { "docid": "9cd9824130a5b87e83777063b51dbd79", "score": "0.6590539", "text": "public void noteIncorrectGuess(char letter, int count) {\n\t\t// Switch/case statement adds parts of body on canvas;\n\t\t// If statement checks incorrect guess in set of wrong letters and adds\n\t\t// if there is not entered ...
[ { "docid": "ffd580577bc6b1f6fc9c1b98475d904a", "score": "0.7162034", "text": "public void noteIncorrectGuess(char letter) {\n incorrect = incorrect+letter;\n GLabel incorrectGuesses = new GLabel(incorrect);\n incorrectGuesses.setFont(\"Courier New-bold-20\");\n add(incorrectG...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2a682c91128ed8b760d68b58284a0170", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\twhile(input.hasNext()){\n\t\t\tn = input.nextInt();\n\t\t\tint m = input.nextInt();\n\t\t\tisConnective = new boolean[n][n];\n\t\t\tvisited =...
[ { "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...
98a0ff469d16086da5302e6258628bc4
seria A subconjunto_de B
[ { "docid": "c3e1242c3b819f1c9c081d5a60aba4ed", "score": "0.5884179", "text": "boolean subConjuntoDe(Conjunto B) {\n\t\tfor(int aux=0;aux<this.getIndice();aux++) {\n\t\t\tif(B.pertinencia(this.elemento[aux])==false) {\n\t\t\t\treturn false;//se nao tiver pertinencia do elemento A em B, A n eh sub de B\n\...
[ { "docid": "14dfaaa035a769f5da227e3b54a9fc21", "score": "0.6128332", "text": "public Segmento (Punto a, Punto b){\r\n\t\t\r\n\t\tthis.a=a;\r\n\t\tthis.b=b;\r\n\t}", "title": "" }, { "docid": "0bcea2ad39a308e748b3a9850b52fa91", "score": "0.61082953", "text": "@Override\n\tpublic Bolsa...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "680ab6db588e9def3e02346d0b5b0954", "score": "0.0", "text": "@SuppressWarnings(\"unused\")\n\tpublic User getUserByUserAndPass(String user,String pass) {\n\t\tUser u=null;\n\t\tQuery q = em.createNamedQuery(\"User.findUserPass\");\n\t\tq.setParameter(1, user);\n\t\tq.setParameter(2, pass);\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...
42f20b3c2918b8b6d253105668acb3bf
endregion region remove methods
[ { "docid": "2a81aee8e056970c9e1cb30eb6759faf", "score": "0.0", "text": "public ListWrapper<T> remove(T item) {\n this.list.remove(item);\n return this;\n }", "title": "" } ]
[ { "docid": "323837c031a4d9a95736ed10f4c96d32", "score": "0.8040162", "text": "@Override\n\t\tpublic void remove() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "323837c031a4d9a95736ed10f4c96d32", "score": "0.8040162", "text": "@Override\n\t\tpublic void remove() {\n\t\t\t\n\t\t}", ...
541f47b74e54a9a9cbde5b21652c0ae6
request cursor from local database
[ { "docid": "93e129b574d03cd02b17b2f72606f026", "score": "0.0", "text": "@Override\n public Loader<Cursor> onCreateLoader(int i, Bundle bundle) {\n Uri uri = ScheduleContract.buildPastScheduleByClientKey(mUserId, mClientKey, mUseDate);\n\n ...
[ { "docid": "49664c5f891716756f04a6d6411b787a", "score": "0.7146207", "text": "@NotNull\n default TransportCursor queryCursor() {\n return queryCursor(\"cursor\");\n }", "title": "" }, { "docid": "8a8477df207e56ebb39f9e0fc6582271", "score": "0.692717", "text": "DBCursor g...
98afec0952576fda2e78eb993b6e6fc8
Observer for changes in the book's list of images
[ { "docid": "26e7905039923f5a6dc7279ae27ce454", "score": "0.6502073", "text": "private void onImagesChanged(List<ImageFile> images) {\n hideMoreMenu();\n\n adapter.setImages(images);\n onUpdateImageDisplay(); // Remove cached images\n\n maxPosition = images.size() - 1;\n ...
[ { "docid": "91f8f18c5d43f07554f248249e8e4656", "score": "0.7585176", "text": "void onLibraryChange(List<Image> images);", "title": "" }, { "docid": "36a193cd6f7c597131893fcb018c63c6", "score": "0.7048154", "text": "private void notifyLibraryChange(List<Image> images) {\n lock....
0d67a4e802863ed3f869f51e4fd7952d
Create a circle of $poly_num+1 line segments centered around the point (center_x, center_y) with each vertex $radius units from the center point.
[ { "docid": "069c67007228504b8f9fb2f934c713bc", "score": "0.77071327", "text": "public Path getCircle (int center_x, int center_y, int radius, int poly_num){\n\t\tPath path = new Path(poly_num+1);\n\n\t\tdouble dAngle = 2*Math.pi/poly_num;\n\t\tfor (int i=0; i<=poly_num; i++){\n\t\t\tint dx = (int)(Math....
[ { "docid": "4f0c74891001a69d6dccce031544cdc6", "score": "0.6818541", "text": "public static float[] approxCircle(float centerX, float centerY, float r, int num_segments){\n float angle = 2 * MathUtils.PI / num_segments;\n float cos = MathUtils.cos(angle);\n float sin = MathUtils.sin...
4a15a0af3f443a47c3b8a7e319d1880f
Checks if the account is considered a first time user. (Someone that has no settings set)
[ { "docid": "49e59bcf5ec3031c8e9981c0bf1ae4bc", "score": "0.0", "text": "public boolean isIncompleteSetup() {\n return activityMultiplier == null || tdeeFormula == null || unitSystem == null || gender == null\n || (birthday == null && age == null);\n }", "title": "" } ]
[ { "docid": "7f4715eadd77393deeea4475543f1cd8", "score": "0.69276667", "text": "private boolean isFirstTimeRun() {\n\t\tSharedPreferences pref = getApplicationContext().getSharedPreferences(\n\t\t\t\t\"myPref\", 0);\n\t\tboolean runBefore = pref.getBoolean(\"RunBefore\", false);\n\t\tif (!runBefore) {\n\...
413ba44db6f831eb007da51ac0822f77
Handles going to next Level when player interacts with portal.
[ { "docid": "8ed3183e168afdd4b85318e9b5d1b7d4", "score": "0.6805574", "text": "public void goNextLevel(int level){\n world.stop();\n this.level = level;\n\n if (level == 1){\n level++;\n world = new Level2();\n world.populate(this);\n contr...
[ { "docid": "028cfbbbf76564ecff96a34c19f50780", "score": "0.7012719", "text": "public void goNextLevel() {\n world.stop();\n if (level == 4) {\n System.exit(0);\n } else if(level == 1){\n level++;\n // get a new world\n world = new Level2()...
1aa691499f01c0cb7b57539417402a88
=========================================================== Constants =========================================================== =========================================================== Fields =========================================================== =========================================================== Con...
[ { "docid": "5a644b748c0b12ebe7b859e3506be45b", "score": "0.0", "text": "@Test\r\n\tpublic void testCapitalizeAllWords() throws Exception{\r\n\t\tAssert.assertEquals(\"Hello World\", Capitalizer.capitalizeAllWords(\"hello woRLd\"));\r\n\t}", "title": "" } ]
[ { "docid": "2fda59f727914730e1ccc0c0b05e57bd", "score": "0.6708376", "text": "Constructor() {\r\n\t\t \r\n\t }", "title": "" }, { "docid": "e4def54880f75e270cbbdf5fcb6c2798", "score": "0.66725487", "text": "public OOP_207(){\n\n }", "title": "" }, { "docid": "6d5d538fd...
6d087bf527271e679b353302826e06f4
Set value of Description
[ { "docid": "bd4395abab8a77175784bb65f3968642", "score": "0.0", "text": "public final void setDescription(com.mendix.systemwideinterfaces.core.IContext context, java.lang.String description)\r\n\t{\r\n\t\tgetMendixObject().setValue(context, MemberNames.Description.toString(), description);\r\n\t}", "...
[ { "docid": "95f492444a681a0ecb6ee2e9686ca9f1", "score": "0.8398925", "text": "public void setDescription(String value) {\n value.getClass();\n this.description_ = value;\n }", "title": "" }, { "docid": "ebad91dd57d6dbfc25ac47e3927133dc", "score": "0.83826894", "text"...
35558d264b2eef807941b794fe3bde1f
Click on View cart button
[ { "docid": "87b791682d182462bacc5d2aabb3060b", "score": "0.8984795", "text": "public void clickOnViewCart() {\n\t\twait.until(ExpectedConditions.elementToBeClickable((viewCartButton)));\n\t\tviewCartButton.click();\n\t}", "title": "" } ]
[ { "docid": "1c355b80d866cbcf9a7ee1698e2fbf91", "score": "0.84917873", "text": "public void clickCartBtn() {\n\t\tcartButton.click();\r\n\t}", "title": "" }, { "docid": "fe54128d2ca5868c43c54a2245b4d2e5", "score": "0.8466334", "text": "public void clickOnViewCartButton(){\n \t//dri...
64e4b92eea4e144259615892ada81fa1
Executes the given line on the existing context of the script. Requires that a context belonging to this controller already exists. (This context is produced by calling execute().)
[ { "docid": "d497dcbe77077f514cf353e0e90df4f6", "score": "0.5961835", "text": "public abstract EvaluationResult execute(String line);", "title": "" } ]
[ { "docid": "f1bd67de99928e3e07cb0e3e08972583", "score": "0.56150895", "text": "public void processLine(String line) {\n }", "title": "" }, { "docid": "713e28e9350ae810ee7067d158ac566c", "score": "0.5290614", "text": "@Override\n\tpublic void execute(ExecutionContext contex...
3b8a20cc5929448f511e026ca880488e
Created by heshan on 3/7/18.
[ { "docid": "637e61d7b231b0c2231b59763539cfd3", "score": "0.0", "text": "public interface BluetoothMessage {\n int HEADBAND_DISTANCE = 0;\n int HEADBAND_BATTERY = 1;\n int STICK_DISTANCE = 2;\n int STICK_BATTERY = 3;\n int IR_READING = 4;\n}", "title": "" } ]
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.63123024", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "5697bde38a38a77f3a0bd238fb737c11", "score": "0.6076192", "text": "@Override\n public int getDochody() {\n return 0;\n }", ...
b8b15163915e1e1aa4d5d0b03c17d941
/ Verifica cpf existentes na Base
[ { "docid": "7c832535ca1fbd685b3bd7678da070fc", "score": "0.7763691", "text": "public boolean verificaBase(String cpf) {\n\n\t\tif (BASE.getCpfProfessores().contains(cpf) == true) {\n\n\t\t\treturn false;\n\t\t} else {\n\n\t\t\tif (BASE.getCpfAlunos().contains(cpf) == true) {\n\n\t\t\t\treturn false;\n\t...
[ { "docid": "8ef0058ae5bbb8fd2a984eda33cecbc7", "score": "0.6171931", "text": "boolean hasBase();", "title": "" }, { "docid": "8ef0058ae5bbb8fd2a984eda33cecbc7", "score": "0.6171931", "text": "boolean hasBase();", "title": "" }, { "docid": "8ef0058ae5bbb8fd2a984eda33cecbc7...
f6143360bf719d56a6bc354173b7c31a
=================================================================================== Unique Info =========== Primary Element
[ { "docid": "5d48e9a364406a816c2ee023825ec46e", "score": "0.5923489", "text": "protected UniqueInfo cpui() { return hpcpui(columnCmKishRenrakusakiId()); }", "title": "" } ]
[ { "docid": "45d6096f750d0bce65aa4ddc639c749c", "score": "0.7432447", "text": "public UniqueInfo getPrimaryUniqueInfo() { return cpui(columnMemberId()); }", "title": "" }, { "docid": "5d7cb10b44034f55d9a8b7456efcfeb3", "score": "0.7128198", "text": "public LdUniqueInfo getPrimaryUniqu...
4adbe86c1ccc8297c91c192c1bd2142a
Adds a PropertyChangeListener to the listener list. The listener is registered for all properties.
[ { "docid": "d6019d05353b0b155800af6c6f1d31f6", "score": "0.7907406", "text": "public void addPropertyChangeListener(PropertyChangeListener listener)\n\t{\n\t\tassert listener != this;\n\t\tlogger.fine(\"Node.addPropertyChangeListener: \" + listener);\n\t\tpcs.addPropertyChangeListener(listener);\n\t}", ...
[ { "docid": "0ed056fbf68edf72263a9976929eaeed", "score": "0.83604354", "text": "public void addPropertyChangeListener(PropertyChangeListener listener);", "title": "" }, { "docid": "0ed056fbf68edf72263a9976929eaeed", "score": "0.83604354", "text": "public void addPropertyChangeListener...
2c3885cebd84f25447b332b54341c3ec
Description of the Field
[ { "docid": "0c442692b74a754546316b74e362aa43", "score": "0.0", "text": "public void setGraphics(Graphics2D graphics) {\n this.graphics = graphics;\n }", "title": "" } ]
[ { "docid": "c94b5c2ce3e24e1b58bf5c1bd0e029a7", "score": "0.85390717", "text": "public java.lang.String getDescription() {\r\n\treturn fieldDescription;\r\n}", "title": "" }, { "docid": "0e20e4502920f784a923fd8c2e617064", "score": "0.7700956", "text": "@Column(nullable = true, length ...
a28de874f1c8cd284222a8a4f1c06e5f
obtain keyvalue state for prediction model
[ { "docid": "8268f238cbbec58a3565432f3e0580d4", "score": "0.0", "text": "@Override\n\t\tpublic void open(Configuration config) {\n\t\t\tValueStateDescriptor<SimplePredictionModel> descriptor =\n\t\t\t\t\tnew ValueStateDescriptor<>(\n\t\t\t\t\t\t\t// state name\n\t\t\t\t\t\t\t\"regressionModel\",\n\t\t\t\...
[ { "docid": "5984e19e6ba45e72ec2c823e105a0c20", "score": "0.5902733", "text": "public interface KeyValueState<K, V> extends State {\n /**\n * Maps the value with the key\n *\n * @param key the key\n * @param value the value\n */\n void put(K key, V value);\n\n /**\n * R...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5b129ed07223f1f9ef5d91b51d2508cf", "score": "0.0", "text": "@Override\n\tpublic Login loginCheck(String id) {\n\t\treturn (Login) selectOne(\"member.loginCheck\", id);\n\t}", "title": "" } ]
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115143", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.67343336", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-g...
dcb560459d617a1ddd319d63ead4a1d0
Method that make deposit on NetSaver Account
[ { "docid": "103bb353427a605ecd16bd9d1e8748c3", "score": "0.0", "text": "@Override\n public int makeDeposit()throws SQLException, NumberFormatException, Exception{\n try{\n String connectionURL = \"jdbc:derby://localhost:1527/BankDatabase\";\n Connection conn = DriverManag...
[ { "docid": "033571208435b829bc0b898ee18b0d80", "score": "0.77325404", "text": "public BankAccount deposit(Integer accountNumber, float depositAmount);", "title": "" }, { "docid": "4886a6be9a7f9dc3bcd903af0fdc2fc5", "score": "0.753603", "text": "@Override\r\n\tpublic void deposit(Stri...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "aaf5c658ff4d6ee02b17a2726b95a76a", "score": "0.0", "text": "@Override\n public void destroyItem(ViewGroup container, int position, Object object) {\n\n container.removeView((View) object);\n\n }", "title": "" } ]
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115143", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.67343336", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-g...
8dfcd4d9682d17f9c6df49658ed2f541
Return the number of flags. This should be the same as the number of vertices in the generalized strip.
[ { "docid": "6ae063bda1c46cc4c3c77c04c3a58636", "score": "0.6613706", "text": "int getFlagCount() ;", "title": "" } ]
[ { "docid": "e63b51bcfda6205261ae0e66a2681e53", "score": "0.7283683", "text": "int getFlagsCount();", "title": "" }, { "docid": "64671dde1f4f7c95c1fb9883f4317124", "score": "0.7221797", "text": "public int getFlagsCount() {\n return flags_.size();\n }", "title": "" }, ...
81212514226f68b7ce9367be79b102b7
Initializes the controller class.
[ { "docid": "82f7a14f3d45bacb7653557d85bca0a7", "score": "0.0", "text": "@Override\n public void initialize(URL url, ResourceBundle rb) {\n \n showuser();\n \n }", "title": "" } ]
[ { "docid": "124d9437a044b060a75ad43974310b9a", "score": "0.8367212", "text": "protected void initializeController() {\n\t}", "title": "" }, { "docid": "f75d9a47d85c66a0a8ea4559db87f899", "score": "0.7969622", "text": "private Controller() {\r\n // Init here\r\n // getCu...
e468c54f7cf3dda13ee87cb8cd217845
Creates new form CadastrarItemInterface
[ { "docid": "b0071fcc0070873f567940ae5d848d6b", "score": "0.7375147", "text": "public CadastrarItemInterface() {\n initComponents();\n this.edit.setVisible(false);\n }", "title": "" } ]
[ { "docid": "0e29db114e843a83e4e7b23d80def896", "score": "0.6835457", "text": "public TelaCadastroItem() {\n initComponents();\n }", "title": "" }, { "docid": "4b75cc8af6386a016b0b5852a62c19f7", "score": "0.6766576", "text": "private void createNewItemClick() {\n\t\tcreateNe...
73ceefa0ae7aeb0aa62eceabb3211eb7
Get the value of table
[ { "docid": "7b521c912425905e5b7b76b80e2124dc", "score": "0.0", "text": "public TableInfo getTable() {\n return table;\n }", "title": "" } ]
[ { "docid": "ed191d67195bf54686c00476ed6284f3", "score": "0.6802183", "text": "Optional<Object> getValue(String column);", "title": "" }, { "docid": "a126a18bcc02dfee7675c56f79c1d67b", "score": "0.6795511", "text": "Object getCellValue(BaseCell cell);", "title": "" }, { "d...
c9a0447cc51e4a141138201938ef335d
Adds to path the separator ('/' or '\') if it isn't present already
[ { "docid": "0e136d4554f77041045d96281c8c2cbc", "score": "0.7562433", "text": "public static String appendFileSeparatorIfNecessary(String path) {\n if (!path.endsWith(File.separator))\n path += File.separator;\n\n return path;\n }", "title": "" } ]
[ { "docid": "3845ed0e5c86c5f9b3dfac5fcead802c", "score": "0.70243484", "text": "public boolean setPathSeparatorChar(char sep);", "title": "" }, { "docid": "b22f742096cf70f924487988548ab63e", "score": "0.6827443", "text": "public static String standardSeparator(String path, char separa...
83b4470e57442690be7c33998854a39e
public constructor with userid for select from database
[ { "docid": "e1d53b3a9df2d2ecf7a8d0d7697ce6c5", "score": "0.0", "text": "public Employee(int id, String first, String last, String email,\r\n\t\t\tString role, String username, String password)\r\n\t{\r\n\t\tthis.employeeId = id;\r\n\t\tthis.firstName = first;\r\n\t\tthis.lastName = last;\r\n\t\tthis.ema...
[ { "docid": "ece8faa2fd1986dc312b2349ce64b322", "score": "0.7089436", "text": "public Student (int userId) throws Exception\r\n\t{\r\n\t\tthis.setConn(Database.get().getConnection());\t\t\r\n\t\tthis.getConn().setAutoCommit(false);\r\n\t\tthis.userId=userId;\r\n\t\tString query = \"SELECT * FROM user WHE...
9f034e4fec880474c3d769c8d10e343a
/ Putting null values is not allowed for this map
[ { "docid": "fff20d6f1609cd8a6b9ddb3a7aba0543", "score": "0.0", "text": "@Override\n public BytesWritable put(byte[] key, BytesWritable value) {\n if (key == null)\n return null;\n if (value == null)// Do not add null key or value\n return null;\n byte[] full...
[ { "docid": "79c16eaa670832a5369ae30daf1a8a05", "score": "0.7792646", "text": "protected boolean doesMapAllowNullKeys() {\n return true;\n }", "title": "" }, { "docid": "59985374093d499408aa6dc4d82b7417", "score": "0.7683893", "text": "protected boolean doesMapAllowNullValues() {\...
9b0280ec83a598569825ffcb90fa8ab1
helper method to find the minimum largest sum of [0:end) among m subarrays
[ { "docid": "94c659b331e090f08bd6db0d50ff014e", "score": "0.65587246", "text": "private int split(int[] nums, int m, int end, int[][] dp, int[] sums) {\n /* termination conidtions */\n if (m > end) return 0; // That the number of subarrays is greater than the number of the element in the a...
[ { "docid": "49e3526beff67b87981a53196508edd1", "score": "0.7032362", "text": "public int splitArray(int[] nums, int m) {\n if (nums == null || nums.length == 0) return 0;\n\n long low = 0; //low bound of sum, or the largest element of the array\n long high = 0; //upper bound of sum,...
f4ddba5d699bb5cd88ed117ba1279021
static method that calculates vector product of two vectors
[ { "docid": "3515103b7c5aece70db7c626064b2a76", "score": "0.65796393", "text": "public static ThreeVector vectorProduct(ThreeVector vec1, ThreeVector vec2) {\r\n\t\tdouble xProd = vec1.y*vec2.z - vec1.z*vec2.y;\r\n\t\tdouble yProd = vec1.z*vec2.x - vec1.x*vec2.z;\r\n\t\tdouble zProd = vec1.x*vec2.y - vec...
[ { "docid": "d093de9b847233a8ee8d1545fd06450e", "score": "0.77277505", "text": "public static Vector mul (Vector a, Vector b) \t{\t\treturn new Vector(a.x * b.x , a.y * b.y, a.z * b.z);}", "title": "" }, { "docid": "dc8ea9a07222a08d55acc3bb2a677df0", "score": "0.7640257", "text": "dou...
731cfe511d564f122c11113ea5b915cd
/GenerateJQKA method Purpose: To generate J,Q,K and A. Precondition: None. Postcondition: None. Algorithm: Uses the Math.random() function to choose from an Array of Strings that contains J, Q, K, A.
[ { "docid": "ba499cce8cc8428cdedcea48c4dd1a4c", "score": "0.8561426", "text": "public static String GenerateJQKA(){\n String[] JQKA = {\"J\",\"Q\",\"K\",\"A\"};\n int x_rand = (int)(Math.random() * ((3 - 0) + 1)) + 3;\n return JQKA[x_rand];\n }", "title": "" } ]
[ { "docid": "6e5065266d7043607d7a321b1156daba", "score": "0.6010168", "text": "String getRandomJoke() throws InterruptedException {\n int i = 0;\n Random r = new Random();\n int jokeNumber = r.nextInt(5);\n for (i = 0; i < jokes[jokeNumber].length(); i++) {\n try {\...
d2cdf4f0bd6b4c2befa7c1435c38f7f7
Call Host and IP to see if we get a connection. If so, the DAS is up and running.
[ { "docid": "b7177ef574bcecf2e7072ea27fe37e4d", "score": "0.59814775", "text": "private static boolean isRunning(String host, int port, int timeoutMilliseconds) {\n try (Socket server = new Socket()) {\n if (host == null) {\n host = InetAddress.getByName(null).getHostName...
[ { "docid": "82875c9b05e1988270d21a541cb432f8", "score": "0.6817288", "text": "boolean hasHost();", "title": "" }, { "docid": "82875c9b05e1988270d21a541cb432f8", "score": "0.6817288", "text": "boolean hasHost();", "title": "" }, { "docid": "82875c9b05e1988270d21a541cb432f8...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "979d3d08de71c9be87b0a246450032ba", "score": "0.0", "text": "public PriceStandardEntity queryPriceStandardById(String id) {\n\t\tPriceStandardVo psv=new PriceStandardVo();\n\t\tPriceStandardEntity pce=new PriceStandardEntity();\n\t\tpce.setId(id);\n\t\tpsv.setPriceStandardEntity(pce);\n\t\tLi...
[ { "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}", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f9d1d7d9850b0e44b3f515d02af44b92", "score": "0.0", "text": "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tif(guardarOrg(listaOrg))\n\t\t\t\t\tToast.makeText(getApplicationContext(), \"Organizaciones guardadas correctamente\", Toast.LENGTH_SHORT).show();\n\t\t\t\telse\n\t\t\t\t\tToa...
[ { "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...
53177dded5f9099fe8ace5be7a59db62
Sets the toll operator.
[ { "docid": "86795bb2de1531a551cd75d418731280", "score": "0.8004987", "text": "public void setTollOperator(String tollOperator) {\r\n\t\tthis.tollOperator = tollOperator;\r\n\t}", "title": "" } ]
[ { "docid": "33fad63470c4da3a4210677595e73127", "score": "0.74977654", "text": "public String getTollOperator() {\r\n\t\treturn tollOperator;\r\n\t}", "title": "" }, { "docid": "ecec109171a6fc038cdcb980c0a48286", "score": "0.63143736", "text": "public void setOperator(Long operator) {...
34570a93505d77a51770768048232ca9
create node of coord closest to nearest street
[ { "docid": "0adbae3189739b8419a0c1cb7b2e6cef", "score": "0.78509104", "text": "private Node coordToNode(Coordinate coord) {\n Node n = new Node();\n double bestDist = Double.POSITIVE_INFINITY;\n for(Street street : streets) {\n Coordinate pot = pointNearestStreet(coord,st...
[ { "docid": "388068ca96280c387ce4714a272039a3", "score": "0.6268849", "text": "private Point2D nearest(Point2D p, Node n){\n\n Point2D nearest;\n double min = n.point.distanceTo(p);\n nearest = n.point;\n\n if (n.lb !=null && n.lb.rect.distanceTo(p) < min) {\n ...
f02d4b4feea3a350fdf815d51975c3c3
End of Insertion Sort Tests / QUICK SORT TESTS
[ { "docid": "83422cf68cbc84e047fbd1c3ad0aa506", "score": "0.0", "text": "@Test(timeout = TIMEOUT, expected = IllegalArgumentException.class)\r\n public void quickExceptionNullArray() {\r\n try {\r\n Sorting.quickSort(null, new ComparatorPlus<String>() {\r\n @Override\r...
[ { "docid": "9eea207af7926e09c3126453cc0717e3", "score": "0.68686044", "text": "private InsertionSort() {}", "title": "" }, { "docid": "eff2ae2fd516f7506c05e21a0166bd44", "score": "0.67260855", "text": "private void insertSort() {\n for(int i = start + 1; i < end + 1; i++) {\n ...
6b5f07dfac1cb56a0250ed00244643b0
List element of tree in postorder
[ { "docid": "53b489a6bb58b2516303da38ef7ecb3d", "score": "0.0", "text": "public String toPostOrderString() {\n StringBuilder builder = new StringBuilder();\n builder.append(\"(\");\n if (left != null)\n {\n builder.append(left.toPostOrderString());\n }\n ...
[ { "docid": "5a9936b7380b56e58daa8263acb1100d", "score": "0.7455269", "text": "@Override\n\tpublic List<K> getPostOrderTraversal() {\n\t\tList<K> nodes = new ArrayList<K>();// create a new list\n\t\tnodes = getPostOrderTraversal(root);// recurse to store\n\t\treturn nodes;\n\t}", "title": "" }, {...
e3b7ddd13199a05c3c03268bc20da6e4
This method returns root of the tree.
[ { "docid": "1c333f5bb5157505582af364a9d29b61", "score": "0.76748526", "text": "BinaryTreeNode<T> getRootOfTree();", "title": "" } ]
[ { "docid": "a3694c9e72525eb83672725f7e6ae5fd", "score": "0.8253682", "text": "public ExpressionTreeNode getRoot() {\n\t\treturn root;\n\t}", "title": "" }, { "docid": "c6bb794adfa650c0b9084d2e8e0106e7", "score": "0.82510096", "text": "@Override\r\n\tpublic TreeNode<String> getRoot() ...
73daa1aa1420267f202c18ec2366fbaa
A method to initialize a perceptron from predetermined weight settings
[ { "docid": "3f7626a79e04a2ce7054f22989bc081b", "score": "0.6408338", "text": "private static Perceptron createNetFromTrainedWeights(File trainedWeightsFile) throws FileNotFoundException\n {\n Scanner data = new Scanner(trainedWeightsFile);\n\n //get data dimensionality\n int inputDimen...
[ { "docid": "4630a1b299d8422fb944508bf98d11b8", "score": "0.7104906", "text": "public PerceptronTools() {\n\t\tsuper();\n\t}", "title": "" }, { "docid": "665f865e4f713074d77c05b6c9752b59", "score": "0.69887024", "text": "public Perceptron(ArrayList<Image> images, int epochs) {\r\n ...
d898bd408fe225109f47eb76b2c9bad3
&64;&64; .. cpp:var:: Kind kind &64;&64; &64;&64; The kind of this instance group. Default is KIND_AUTO. If &64;&64; KIND_AUTO or KIND_GPU then both 'count' and 'gpu' are valid and &64;&64; may be specified. If KIND_CPU or KIND_MODEL only 'count' is valid &64;&64; and 'gpu' cannot be specified. &64;&64; optional .infer...
[ { "docid": "6c271f53fa9dd6a8faeb438d368668c1", "score": "0.0", "text": "public Builder clearKind() {\n\n kind_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "6812b429ea0a58700203d9bd6b96ee0f", "score": "0.61653733", "text": "ModelConfigOuterClass.ModelInstanceGroup.Kind getKind();", "title": "" }, { "docid": "62142748a7212b1da146f8d1d54a59e8", "score": "0.59930205", "text": "public Builder setKind(ModelConfigOuterClass.ModelIn...
e48d5d5e391b2d9c6587758960ea6d35
int countByExample(sys_ModuleExample example); int deleteByExample(sys_ModuleExample example);
[ { "docid": "feab98d29bdbed30155d45a7572921d3", "score": "0.0", "text": "int deleteByPrimaryKey(sys_ModuleKey key);", "title": "" } ]
[ { "docid": "7c53e18e26abf0ac81b8c5ab1b762d30", "score": "0.8764364", "text": "int deleteByExample(SystemModuleExample example);", "title": "" }, { "docid": "96fc2e1b7c0054e02f888f5b7d4245ba", "score": "0.8204577", "text": "int deleteByExample(SysUnitExample example);", "title": "...
7a29a4f6b02ba14b738c617f8651c478
nonstatic method with body. requires to add "default" Modifier
[ { "docid": "9701f2fe82d8d415a1e4ccd3d92e5230", "score": "0.0", "text": "default void display(){\n\t\tSystem.out.println(\"InterfaceThree display Method With Default\");\n\t}", "title": "" } ]
[ { "docid": "23572ef6ce86301f89b5de58c41cf0da", "score": "0.70841056", "text": "default void defaultMethod(){\n System.out.println(\"Java 8 allows method body in interface for methods having the keyword 'default'\");\n }", "title": "" }, { "docid": "5b4b7186719d1c3644548f2a8fdb5dbf"...
2cb9477f6363827027a21af890a426d9
SimpleDateFormat myFormat = new SimpleDateFormat("yyyyMMdd"); String inputString1 = "23 01 1997"; String inputString2 = "27 04 1997";
[ { "docid": "105fa3d4d79c48013293729f71a01a2e", "score": "0.0", "text": "public static int betweenDays(Date from, Date to){\n try {\n// \tjava.util.Date date1 = myFormat.parse(inputString1);\n// \tjava.util.Date date2 = myFormat.parse(inputString2);\n long diff = to.getTim...
[ { "docid": "cd59cfa0a58b9270357868845143b357", "score": "0.6247896", "text": "private String checkAndPrepareEngDate(String dateString){\n //Checkout ddmmyyyy\n /*int date = Integer.parseInt(dateString);\n int year = Integer.parseInt(dateString.substring(0, 4));\n int month = ...
d2d9dd625ee24a6a7b44dee28a3855e4
method to get all data from database and input into table view for user to see when the application is opened
[ { "docid": "d1f6eec0891071b08463388a60421820", "score": "0.0", "text": "public ObservableList<Account> getAccountData() {\n\t\tConnection conn = ConnectDb();\n\t\tObservableList<Account> list = FXCollections.observableArrayList();\n\t\ttry {\n\t\t\tPreparedStatement ps = conn.prepareStatement(\"select *...
[ { "docid": "5e6e16f63bc0ebdbfb69add2ffb964e3", "score": "0.7424671", "text": "private void showData() {\n try {\n DBconnection db = new DBconnection();\n Connection con = db.getConnection();\n\n PreparedStatement ps = con.prepareStatement(\"SELECT * FROM addemploy...
32b09dca236980db1f3ed2843a84016e
Get the course coordinator of this course
[ { "docid": "7742407b3697b754f404a242eed5b3c8", "score": "0.8011603", "text": "public Professor getCourseCoordinator() {\n\t\treturn this.courseCoordinator;\n\t}", "title": "" } ]
[ { "docid": "36c98eede3dc1de863ec6a365f339b55", "score": "0.76533455", "text": "public Coordinator getCoordinator()\n \t{\n \t\treturn mCoordinatorAsClusterMember;\n \t}", "title": "" }, { "docid": "6a325d15de9560dd6e74ff8adbbc9de3", "score": "0.7148321", "text": "@Override\n \tpublic...
3971d3ab63c63eb467bd11b7d922c0eb
Returns the (perhaps partial) interaction capability of the target
[ { "docid": "db7fc66a477a31ad18fae69ba1ce9c1c", "score": "0.0", "text": "final public int getEnabled() {\n return enabledType;\n }", "title": "" } ]
[ { "docid": "00ba5576d5a474bf78d66bfa87d3bee0", "score": "0.622345", "text": "AbilityTarget getAbilityTarget();", "title": "" }, { "docid": "60ef1839cc942345a911db6ab1b8734b", "score": "0.61955976", "text": "public Capability getCapability() {\n\t\treturn _capability;\n\t}", "titl...
24628484512813a4f78479104e5e1d44
Get the param list
[ { "docid": "cf424354fb126985bc05e205736c96b8", "score": "0.84100115", "text": "public String getParamList()\r\n {\r\n\treturn paramList;\r\n }", "title": "" } ]
[ { "docid": "c29e38f1e4d6fb36f6aa39058763d003", "score": "0.8602179", "text": "java.util.List<java.lang.String>\n getParamsList();", "title": "" }, { "docid": "d0f377864d883cf56f56b7752b3f4aaa", "score": "0.85734826", "text": "public List getParameters();", "title": "" }, {...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3140161bdd5b07afff0b262ab4f24f24", "score": "0.0", "text": "@Override\r\n\tpublic int selectPhyTimeWeekNum(String StarTime, String EndTime) {\n\t\tint a1=doctorMapper.selectPhyTimeWeekNum(StarTime,EndTime);\r\n\t\tint a2=doctorMapper.selectAppointTimeWeekNum(StarTime,EndTime);\r\n\t\treturn ...
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
59dd0a6c5cf26d61c52f9eb1f558d4f4
Util method to write an attribute without the ns prefix
[ { "docid": "6cf7f91717851719d66f413e948c381e", "score": "0.0", "text": "private void writeQNameAttribute(java.lang.String namespace, java.lang.String attName,\n javax.xml.namespace.QName qname, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.strea...
[ { "docid": "4032b8c44c9067682aec7c95df9e1e42", "score": "0.7243333", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\r\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamE...
b7f8499dbac0c2c83f8b5fb1ab6524cb
Setter det forste objektet i beholderen til aa vaere null og siden objektene peker paa nestepekere av det forsteobjektet blir beholderen tom
[ { "docid": "53e26da773eef43e354217802d8ad504", "score": "0.0", "text": "public void fjernAlle() {\n listehode.neste = null;\n antall = 0;\n }", "title": "" } ]
[ { "docid": "356925f4004f2b3f0b030ce12bc0c20e", "score": "0.65286344", "text": "@Override\n public void setNull() {\n\n }", "title": "" }, { "docid": "dfbac20d5c0e090f0d0c50f1f10b9437", "score": "0.6528242", "text": "public void setEmpresa(Empresa empresa)\r\n/* 89: */ {\r...
65675f16ef3fd92da6596b17b79f9a2c
test method getConfiguration (as string), content is null
[ { "docid": "fc52f35fb2cc25d68dcbb929d729815b", "score": "0.73979473", "text": "@Test(expected=ConfigurationNotFoundException.class)\r\n\tpublic void testGetConfigurationAsStringNullContent() throws Exception {\r\n\t\tdoReturn(null).when(mockYamlFile).getContent();\r\n\r\n\t\tconfigurationManager.getConf...
[ { "docid": "19c6b3a6509da5521105a9b91639fdda", "score": "0.7696956", "text": "@Test\r\n\tpublic void testGetConfigurationAsString() throws Exception {\r\n\t\tassertEquals(YAML_FILE_CONTENT, configurationManager.getConfiguration());\r\n\t}", "title": "" }, { "docid": "4237a79b01ddb1cbd8bf20dc...
19162dd7df09376d3d7c1b78fc0b173b
called from PlayingCard class, removes a selected card and activates its ability
[ { "docid": "4d58be5ca4cde180e0495dbf26a665c0", "score": "0.5898596", "text": "public void activateCard(PlayingCard cardPlayed) {\n if (usedCard != -1) { //only one card can be played per turn\n //display message saying that a card has already been deployed for this turn\n Di...
[ { "docid": "6eb1216e576a715cbe7894a26e61383d", "score": "0.7495998", "text": "public void PunchOut(){\n current.getCard().setActive(false);\n /*\n CurrentCard.getCard().setActive(false);\n CurrentCard.setActive(false);\n */\n }", "title": "" }, { "docid"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cd9abadf8795bded12d48ff09bb6d1dd", "score": "0.0", "text": "public void realizaCalculo(Orcamento orcamento, Imposto imposto) {\n\n\t}", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
4195c9875dd189be11b6cfe2a94d9cee
Gets the field originalUsers.
[ { "docid": "6aeaf0af16316573270bc066a7cd20b3", "score": "0.8484133", "text": "public ch.ivyteam.ivy.scripting.objects.List<ch.ivyteam.ivy.security.IUser> getOriginalUsers()\n {\n return originalUsers;\n }", "title": "" } ]
[ { "docid": "151e4b1a9b5f5d08c51c127eb3160c0e", "score": "0.63276803", "text": "public void setOriginalUsers(ch.ivyteam.ivy.scripting.objects.List<ch.ivyteam.ivy.security.IUser> _originalUsers)\n {\n originalUsers = _originalUsers;\n }", "title": "" }, { "docid": "80f9515fe8df26bb6397e0c...
b18f84db0e8d4e92f3fe4347e41130e3
Return the nonce set in the single block header.
[ { "docid": "68c87a688b5fd65777101efdf1c9ccae", "score": "0.6973035", "text": "public byte[] getNonce() {\n return nonce_ != null ? nonce_.clone() : null;\n }", "title": "" } ]
[ { "docid": "52f70a170239a9c9687bf6aa90cb3bf3", "score": "0.73731714", "text": "public long getNonce() {\n return nonce;\n }", "title": "" }, { "docid": "cd3e0028eb2acfc65d6f84d8d4f48c88", "score": "0.7250808", "text": "public int getNonce() {\n return nonce_;\n }", ...
e6296a9994d0e66512f40a79a7532146
Launch the application. Create the frame.
[ { "docid": "7a192be9e97896b0189206121130d334", "score": "0.0", "text": "public TelaAdministracao(Fachada fachada) {\r\n\t\tsetTitle(\"Administra\\u00E7\\u00E3o\");\r\n\t\t\r\n\t\tsetDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);\r\n\t\tsetBounds(100, 100, 778, 380);\r\n\t\tcontentPane = new JPanel();\r...
[ { "docid": "19ad4b80f0ed24a0c11b194d9cb455d1", "score": "0.71820843", "text": "public void launchFrame() {\n\t\tf.pack(); // Adjusts panel to components for display\n\t\tf.setVisible(true);\n\t}", "title": "" }, { "docid": "0f7a9a18567ee90517787d45d25e3ca1", "score": "0.70443285", "t...
7a12650295055d3b5aaac52c1be16b41
//AppUtils.logger( 'i', TAG, ">> MObject: " + mobileObject.toString() + " Service: " + serviceName + " Value: " + Arrays.toString( values ) ); /SensorDataExtended sensorData = new SensorDataExtended();
[ { "docid": "560f17849750ab92c5609834372f0317", "score": "0.7179699", "text": "@Override\n public void onMObjectValueRead(MOUUID mobileObject, Double rssi, String serviceName, SensorDataExtended sensorData) {\n sensorData.setMouuid(mobileObject.toString());\n sensorData.setSignal(rssi);\...
[ { "docid": "72eb207c5158c995a5ba54569f74037d", "score": "0.756233", "text": "@Override\n public void onMObjectValueRead(MOUUID mobileObject, Double rssi, String serviceName, Double[] values) {\n\n SensorData sensorData = new SensorData();\n sensorData.setMouuid(mobileObject.toString());...
80d572511eb170d0f263c2ec806faf95
`status: Not Mapped` coredatatypereference: BIAN::DataTypesLibrary::CoreDataTypes::UNCEFACT::Binary generalinfo: The external analysis report in any suitable form including selection filters where appropriate
[ { "docid": "f333e4249fc4385e722f9a546913116a", "score": "0.0", "text": "public Object getCurrencyExchangeTransactionInstanceAnalysisReport() {\n return currencyExchangeTransactionInstanceAnalysisReport;\n }", "title": "" } ]
[ { "docid": "cfb91060fe25d6ee46d8b1082347fdcf", "score": "0.5939311", "text": "@DISPID(24) //= 0x18. The runtime will prefer the VTID if present\n @VTID(18)\n String analysisFilter();", "title": "" }, { "docid": "e3f5ac1f6bdb05e95b3a1f1f84d01f7c", "score": "0.5827921", "text": "@DIS...
1d2e9f381047c41632610c9a52e554f1
PURELY CONCEPT, MADE BY Prof. Doutor. Miguel Garcia
[ { "docid": "43d5ccf7a8b3a8c420597f4d39ccb72c", "score": "0.0", "text": "public void getAllVehicles(DefaultTableModel dataTableModel, String brand, String model) {\n// dataTableModel.setColumnIdentifiers(Vehicle.getVehicleDefinition());\n// dataTableModel.addRow(Vehicle.getVehicleDefinition...
[ { "docid": "d61b8213f1f458cdb3436cd0561c57ec", "score": "0.54236144", "text": "boolean ignoreInner();", "title": "" }, { "docid": "3f5ea65d2a5c26d423152dbf0b260ede", "score": "0.5415159", "text": "public ZYSet<ElementType> difference(ZYSet<ElementType> otherSet){\n ZYSet<ElementTyp...
8a0290e4675d98c3453234c763065164
Returns whether the cash payment was received. Checks to see whether the amount is equal or greater than or equals to the amount to be made.
[ { "docid": "4480a9a0d48fbf055d3b82ced44995ba", "score": "0.7042592", "text": "public static Boolean payByCash(Double amount) {\n Double total = getOrderTotal();\n return amount.equals(total) || amount > total;\n }", "title": "" } ]
[ { "docid": "6c87b8665113ef8b106c851a6cdd1d52", "score": "0.65740454", "text": "boolean hasCashBalance();", "title": "" }, { "docid": "6c87b8665113ef8b106c851a6cdd1d52", "score": "0.65740454", "text": "boolean hasCashBalance();", "title": "" }, { "docid": "f3d9623bffe37ddd...
c4275df3048e52fb4b375cdfd98ba9f2
Retrieve a FontStyle instance.
[ { "docid": "c20855128cfaaaea2e2f7c624c4524ec", "score": "0.5923578", "text": "public FontStyle getBarTextTopFontStyle()\n {\n return (m_barTextTopFontStyle);\n }", "title": "" } ]
[ { "docid": "7daaf14c3156004ad23a763c285937c9", "score": "0.75096244", "text": "@Override\n\tpublic FontStyle getStyle() {\n\t\treturn getValue(Property.STYLE, FontStyle.values(), defaultValues.getStyle());\n\t}", "title": "" }, { "docid": "c7bd2c486682b365f90f8fa053e005fd", "score": "0.7...
601086f551ae8cbe53a64a239aa0b773
This method add a new host's address into list. If list already contains a same host name, update corresponding information
[ { "docid": "33eb557843f07581f3efac4595e04a2e", "score": "0.7276531", "text": "public boolean addHostToList(HostAddress aHost){\n //return boolean for possible future use\n if (!hostList.containsKey(aHost.getHostName())){\n hostList.put(aHost.getHostName(), aHost);\n r...
[ { "docid": "f7995358688d6bc67e58f7ef1bfd8f31", "score": "0.74673045", "text": "public void replaceHostList(HashMap<String ,HostAddress> newList){\n hostList = newList;\n }", "title": "" }, { "docid": "272dcf39a67497324878f54a1234e63a", "score": "0.7173521", "text": "public ...
2b47cee37f605c7e6e220da977c2546d
Help use to initialize the game by reading the configuration file
[ { "docid": "5b163e1afdc30bebe05271145828dd34", "score": "0.6240817", "text": "private void readConfiguration() {\n // Create a new file chooser\n JFileChooser jFileChooser = new JFileChooser();\n\n // set the default directory to the current one\n File workingDirectory = new ...
[ { "docid": "928587b6a926e3fec61580f930673254", "score": "0.7123086", "text": "protected static void InitializeGame() throws IOException{\n game = new BuzzApp();\n Configurations.init();\n }", "title": "" }, { "docid": "e0b065dfebb716d67b3928027c4efed9", "score": "0.69534...
f351ecb81cd3ca43f732fd0d82f5b1ab
Resolve final scoring of not dead players
[ { "docid": "8733104263f099af3f318095fc12f637", "score": "0.7168646", "text": "private List<Player> finalScore() {\n\t\t// Final scoring\n\t\tmatch.setMatchState(MatchState.FINAL_SCORING);\n\t\tfor (Player p : match.getPlayers()) {\n\t\t\tif (!p.getDmgPoints().isEmpty()) {\n\t\t\t\t// First to damage dea...
[ { "docid": "2b29e98d1a9a45536f84b23c04ece3fe", "score": "0.65636826", "text": "private void puddingScore() {\n\t\tboolean mostPudding = true;\n\t\tboolean leastPudding = true;\n\t\tfor(int num = 0; num < opponents.length; num++) {\n\t\t\tif(playerBoard.getOrDefault(\"Pudding\", 0) > opponents[num].getOr...
b08d26434e4917958449bdb43c10f232
checks if encryption or decryption mode
[ { "docid": "1049567b2361b52903524237f51b752d", "score": "0.54451096", "text": "public void actionPerformed(ActionEvent e) {\n\t\t if (encryptMode) {\n\t\t\tencryptMode = false;\n\t\t\tmode.setText(\"Switch to encryption\");\n\t\t } else {\n\t\t\tencryptMode = true;\n\t\t\tmode.setText(\"Switch to ...
[ { "docid": "a3125883b106190d4292f0127ee2eee8", "score": "0.77665395", "text": "public abstract boolean isEncrypted();", "title": "" }, { "docid": "8401ab6f22494c63c16dac72949448bc", "score": "0.769563", "text": "boolean hasEnableEncryption();", "title": "" }, { "docid": "...
3d9167fa5b1fff125658da9e4151e95a
Sets (as xml) the "Warehouse" element
[ { "docid": "b0152514416a93919ffdf0875f776856", "score": "0.7451427", "text": "public void xsetWarehouse(com.cdiscount.www.WarehouseType warehouse)\n {\n synchronized (monitor())\n {\n check_orphaned();\n com.cdiscount.www.WarehouseType target = null;\n t...
[ { "docid": "3df4767e7fbcd12e6964239f58e0cd82", "score": "0.7199318", "text": "public void setWarehouse(Warehouse warehouse) {\n this.warehouse = warehouse;\n }", "title": "" }, { "docid": "9c53caf84a50405bb3dbedd84eaf2378", "score": "0.70692146", "text": "public void setWar...
39292b6cd7b3da73c370c3f71fd6cb25
Run the browser in German
[ { "docid": "314c9f18d6758d179d6929328cddbc4b", "score": "0.5839989", "text": "@Test\n\tpublic void testGermanFacebook() {\n\t\tFirefoxProfile profile = new FirefoxProfile();\n\t\tprofile.setPreference(\"intl.accept_languages\", \"de\");\n\t\tWebDriver driver = new FirefoxDriver(profile);\n\t\tdriver.get...
[ { "docid": "07d8a3d6472aa187b3c262b7b4e32a0c", "score": "0.58870393", "text": "private LanguageServer() {\r\n\t\tthis.load(\"de.lang\");\r\n\t}", "title": "" }, { "docid": "6da347828375c71914b729293a8d0748", "score": "0.5853389", "text": "public static void Germany() {\r\n\r\n\t\tSys...
2bce0b024ca469472294fe4687aae6b4
Gets the VstEvent type.
[ { "docid": "2a70debf486038789f465f299b2cf0fe", "score": "0.0", "text": "public abstract int getType();", "title": "" } ]
[ { "docid": "5993428e446216ed73a0e2fc26a5fa73", "score": "0.7835161", "text": "public int getType() {\n return event_type;\n }", "title": "" }, { "docid": "93a6bfa6f6d2236d3e6641d71b9a0c17", "score": "0.7416851", "text": "public String getType()\r\n {\r\n return ev...
1aa512b68809a295435a05f182c659b3
Get the record size being used by this stream's TarBuffer.
[ { "docid": "d9748060051fa65c40552460ba5c0cab", "score": "0.73459166", "text": "public int getRecordSize() {\n return recordSize;\n }", "title": "" } ]
[ { "docid": "7dfe90dcd7be1783dcc1874449a22651", "score": "0.72244006", "text": "@Field(2) \n\tpublic int buffer_size() {\n\t\treturn this.io.getIntField(this, 2);\n\t}", "title": "" }, { "docid": "ee669a898a325350f0d858641713a904", "score": "0.7220974", "text": "public Long getSizeByt...
42728eddcff15357cbde94f4e2ddbc31
Declares a stop chunk. Pre condition The chunk must not have already been declared as of a different type. Declarations may not be done during interpretation of an RIFFFileExpression. Post condition Stop chunk declared
[ { "docid": "d19ef4aa33cfcf2af98a7e8a99bd0dd5", "score": "0.71259314", "text": "public void declareStopChunkType(int type) {\n if (stopChunkTypes == null) {\n stopChunkTypes = new HashSet<Integer>();\n }\n stopChunkTypes.add(type);\n }", "title": "" } ]
[ { "docid": "4a2020376bee4fa644b652356feb1a7e", "score": "0.7556395", "text": "public void declareStopChunks() {\n isStopChunks = true;\n }", "title": "" }, { "docid": "9c47f3755a4d40c27b1e2befd3f1d931", "score": "0.51726043", "text": "public void declareDataChunk(int type, ...
8160218984338371b336d6bbfca86981
/ renamed from: OooO00o reason: collision with other method in class
[ { "docid": "7a8d8177daf894d9225132f905812d42", "score": "0.0", "text": "public final boolean m18541OooO00o(int i, int i2) {\n ViewParent parent;\n if (i == Integer.MIN_VALUE || !this.f19532OooO00o.isEnabled() || (parent = this.f19531OooO00o.getParent()) == null) {\n return false...
[ { "docid": "2988fe45f681712faab63cb0e862874c", "score": "0.6600819", "text": "@Override\r\n protected void poDolaczeniu() {\n\r\n }", "title": "" }, { "docid": "962e2aa1efc1eb9e8f7e2b38da8566b6", "score": "0.63901126", "text": "@Override\r\n\tprotected void method4() {\r\n\t\t/...
26628045f55b862ce9e8f3125d66ded0
Return whether the stack is empty.
[ { "docid": "3f62a4f1f4da68c7b1f7e528ce70bf30", "score": "0.0", "text": "public boolean empty() \n {\n if(q1.size()==0 && q2.size()==0)\n return true;\n return false;\n }", "title": "" } ]
[ { "docid": "545e596c71b85998c858a92ed0d0fa48", "score": "0.90000063", "text": "public boolean isEmpty(){\n\t\t\n\t\treturn stack.isEmpty();\n\t}", "title": "" }, { "docid": "71e1cf5d2d5e3060e9ca9fbbaf6944ce", "score": "0.8966015", "text": "public boolean stackEmpty()\n\t{\n\t\tif(sta...
b58227c8f9427d60c7cbf4d24f0060a4
$ANTLR end "entryRuleAADM_Model" $ANTLR start "ruleAADM_Model" InternalAADMParser.g:149:1: ruleAADM_Model : ( ( rule__AADM_Model__UnorderedGroup ) ) ;
[ { "docid": "2f50601f6b94db17b011340c5a3cbc2f", "score": "0.8642739", "text": "public final void ruleAADM_Model() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalAADMParser.g:153:2: ( ( ( rule__AADM_Model__UnorderedGroup ) )...
[ { "docid": "c7a98a8fcef26636fc0f294328adf08f", "score": "0.7716044", "text": "public final void rule__AADM_Model__UnorderedGroup__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalAADMParser.g:20326:1: ( rule__AADM_Model_...
9bab237bc951c54486b90bf5f75ffa26
IS NEUTRALIZED Returns true if all weapons have been diabled and no further movement can be made
[ { "docid": "860eeabfb0c84d24660206f7f166a191", "score": "0.69510615", "text": "public boolean isNeutralized()\n {\n Iterator iter;\n Weapon thisWeapon;\n boolean operational = false;\n \n iter = getWeapons().iterator();\n \n while (iter.hasNext())\n ...
[ { "docid": "9ce5914d66fd138d27cc3f7dbc62a332", "score": "0.7286102", "text": "public boolean emptyOfWeapons(){return characterWeapons.isEmpty();}", "title": "" }, { "docid": "f788cdbf582b68c9eb235298bbd8da97", "score": "0.6676792", "text": "protected boolean isMovementCeased()\n {...
3e56e737d837343d202421b71f36debd
Este metodo busca no banco de dados os dados de um candidato. A pesquisa e feita a partir de um nome especificado. Apos a busca a tabela e preenchida com os dados do resultado da pesquisa.
[ { "docid": "5a94cd78bcc7611e419c49257b16d39a", "score": "0.78978467", "text": "private void pesquisaPorNome() {\n\n\t\tString nome = gui.getFieldNome().getText();\n\t\tResultSet resultado = null;\n\t\tdataBaseCandidato = new BancoDadosCandidato();\n\t\tint verifica = 0;\n\n\t\t// Obtem a referencia da t...
[ { "docid": "d187710c47d4483f5b42d7ddd078380e", "score": "0.6771244", "text": "public List<Contato> buscaContato(String nome) {\n database = dbHelper.getReadableDatabase();\n List<Contato> contatos = new ArrayList<>();\n\n Cursor cursor;\n\n String[] cols = new String[] { SQL...
283e5e424cae960d1a8c9672ceab8ae0
Creates new form InterModiPro
[ { "docid": "25796bd3a6673a24b657a50b28a35f69", "score": "0.6551849", "text": "public InterModiPro() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "b6faf11eea859486cb03a05bd9ccd097", "score": "0.6900531", "text": "private void createNew()\n\t{\n\t\tlog.config(\"\");\n\t\t// Get Input\n\t\tString value = valueField.getText();\n\t\tif (value.length() == 0)\n\t\t{\n\t\t\tvalueField.setBackground(CompierePLAF.getFieldBackground_Error());\n...