query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
733df2cb5c24db84b52f95b77bc59af3
The list of documents. repeated .google.cloud.documentai.v1.GcsDocument documents = 1;
[ { "docid": "0a380530a3f31f8783b01df13add8aaf", "score": "0.7630255", "text": "com.google.cloud.documentai.v1.GcsDocumentOrBuilder getDocumentsOrBuilder(\n int index);", "title": "" } ]
[ { "docid": "40a4c4f0907efd36391508917e052dac", "score": "0.86860204", "text": "java.util.List<com.google.cloud.documentai.v1.GcsDocument> \n getDocumentsList();", "title": "" }, { "docid": "a57a6544d6d9043eb27b646e00d01bd5", "score": "0.8297995", "text": "java.util.List<? extend...
7aabac09e15e329f21d1d462c778abd8
Gets the (english) name of the language which corresponds to the given ISO639 language code.
[ { "docid": "46a807ed0aec0ee3b328b61b35e87417", "score": "0.7608425", "text": "public static String getName( String isoCode ) {\n\t\treturn englishNames.get( isoCode );\n\t}", "title": "" } ]
[ { "docid": "06bf22b93e0e3324e8e77fd8fd8b0d23", "score": "0.7305642", "text": "public static String getOcrLanguageName(Context context, String languageCode) {\n\t\tResources res = context.getResources();\n\t\tString[] language6393 = res.getStringArray(R.array.iso6393);\n\t\tString[] languageNames = res.g...
f05f25578a764991d6dd2726630f7506
It is very important to override ALL methods of POLYGON class, that this decorated class also can be(behave) as a Polygon
[ { "docid": "86c57671808282d3e3b54e885b6c35f4", "score": "0.63389665", "text": "public void onlyPolygonSpecificMethod() {\n\t\tthis.paintedPolygon.onlyPolygonSpecificMethod();\n\t}", "title": "" } ]
[ { "docid": "2b889856ff4f729592918b8a49b73e74", "score": "0.73335665", "text": "public PolygonApprox getShape() { return (PolygonApprox)super.getShape(); }", "title": "" }, { "docid": "52b317da2fa9b99159ca57f775e5f935", "score": "0.7082943", "text": "public MyPolygon() {\n\n }", ...
66eb1fd6ebb3ae3430750946b1989e74
User clicked the "Keep editing" button, so dismiss the dialog and continue editing the product.
[ { "docid": "885b3a6e8fa6cc9453ad05aab48ba0b4", "score": "0.0", "text": "public void onClick(DialogInterface dialog, int id) {\n if (dialog != null) {\n dialog.dismiss();\n }\n }", "title": "" } ]
[ { "docid": "6b110222700c352f424963adfc3a6eac", "score": "0.66474795", "text": "private void editConfirm() {\n\t\tmodel.changeIngredient( \n\t\t\t\tindex,\n\t\t\t\tview.ingreNameText.getText(),\n\t\t\t\tFloat.valueOf(view.ingreAmountText.getText()),\n\t\t\t\tview.ingreUnitBox.getValue());\n\t\tview.loadI...
dc5469a1bb2b575b7c508bf13e8262e8
Generate a key pair, sign a message, then verify the signature
[ { "docid": "49a2030c774463ca487c9590b08b7fbf", "score": "0.7491969", "text": "@Test\n\tpublic void crypto_v1_generateKeyPair() {\n\t\tbyte[] message = StringUtils.getBytesUtf8(\"test message\");\n\t\tKeyPair keyPair = v1CryptoProvider().rsaGenerate();\n\t\tbyte[] sig = v1CryptoProvider().rsaSign(message...
[ { "docid": "56d8a9ca84c149828997ef8ae1d912cb", "score": "0.68519247", "text": "static private String sign(String input) {\n\t\tString key = \"\";\n\t\tString file = \"Resources/client-rsa-private-key.pem\";\n\t\t//read from file\n\t\ttry {\n\t\t\tFile f = new File(file);\n\t\t\tScanner read = new Scan...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "945f0f7871bc42939739a32d40228e12", "score": "0.0", "text": "public int getMinMediaPort(){\n return localMinMediaPort;\n }", "title": "" } ]
[ { "docid": "8d5e1e149b54434e5ef011301af95400", "score": "0.7425297", "text": "public Object get();", "title": "" }, { "docid": "8d5e1e149b54434e5ef011301af95400", "score": "0.7425297", "text": "public Object get();", "title": "" }, { "docid": "cae7dd0c3ea172c79f53946f56f8...
c94fce03164c601403bb1cd8683bbe9a
Public interface to access ComapiImpl services limited to messaging functionality.
[ { "docid": "2c99252110082c6d2839d9e61ae0e8a7", "score": "0.699503", "text": "public interface MessagingService {\n\n /**\n * Returns observable to create a conversation.\n *\n * @param request Request with conversation details to create.\n * @param callback Callba...
[ { "docid": "27dfd403f4fc5a1a01758e0df9ea54f9", "score": "0.6846139", "text": "public interface MessagingService {\n\n /**\n * Checks whether message receivers are registered for this channel.\n * \n * @param ccid the channel id\n * @return <code>true</code> if there are message receiv...
e73b66f699fd7d320a02c17ec95ada42
Returns the employee_ titles_ history ID of this employee_ titles_ history.
[ { "docid": "4745be51aae47bf0706e6570a7c3dfea", "score": "0.8621596", "text": "@Override\n public long getEmployee_Titles_HistoryId() {\n return _employee_Titles_History.getEmployee_Titles_HistoryId();\n }", "title": "" } ]
[ { "docid": "7696e7c27f86f6e082193650deeb32fb", "score": "0.8178401", "text": "@Override\n public long getEmployeeId() {\n return _employee_Titles_History.getEmployeeId();\n }", "title": "" }, { "docid": "393b790449b6f671a7798f7b9dd473b3", "score": "0.8080396", "text": "@...
38c38e550622066bce225ab7e7c02e20
$ANTLR end "rule__Object__Group__9__Impl" $ANTLR start "rule__Object__Group_2__0" ../org.xtext.example.rmodp.ui/srcgen/org/xtext/example/rmodp/ui/contentassist/antlr/internal/InternalRmOdp.g:6053:1: rule__Object__Group_2__0 : rule__Object__Group_2__0__Impl rule__Object__Group_2__1 ;
[ { "docid": "8dbc78f1ca0b3bfd7d21891cf90ca175", "score": "0.7869341", "text": "public final void rule__Object__Group_2__0() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.xtext.example.rmodp.ui/src-gen/org/xtext/...
[ { "docid": "eed5655b179dd765ba35887dbacb0db2", "score": "0.806687", "text": "public final void rule__Object__Group__2__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.xtext.example.rmodp.ui/src-gen/org/xte...
b32ad6cd07dcf0f836c7cda804bebb64
/ Method to update salary for an employee
[ { "docid": "870bfd470171690e0f74f18b7e205f8d", "score": "0.7709948", "text": "public static void updateEmployee(Integer EmployeeID, int salary ){ \r\n\t\tSession session = factory.openSession(); \r\n\t\tTransaction tx = null; \r\n\t\ttry{ \r\n\t\t\ttx = session.beginTransaction(); \r\n\t\t\tEmployee2 em...
[ { "docid": "272290b26b0179062cbb56881d8275b0", "score": "0.7974979", "text": "@Override\n\tpublic void updateEmployee(int emp_no, int salary, int newSalary,\n\t\t\tDate fromDate, Date toDate) {\n\t\t\n\t}", "title": "" }, { "docid": "1468d50d7fb0739a709abaa4bb4c2815", "score": "0.771995"...
96f8ebc0368997060f63f0ebf6e6bf9f
Return x coordinate of the center of the edge
[ { "docid": "8fb1d51f23dd2ff93ac8fe2a01bceedb", "score": "0.76231545", "text": "public int getCenterX(){\n int length = Math.abs(endX - startX);\n\n if(startX < endX)\n return startX + (length/2);\n else\n return startX - (length/2);\n }", "title": "" }...
[ { "docid": "7de1469cfb564d905e2d51265357001c", "score": "0.7702377", "text": "public float getX()\r\n\t{\r\n\t\treturn center.x;\r\n\t}", "title": "" }, { "docid": "7d9a5dd6e07b2f5f8af5635453543d0e", "score": "0.76813215", "text": "public int getCenterX() {\n\t\treturn (int)(x + widt...
168f4e7f82b2f4c08ede3839af346f23
Created by loicstephan on 2017/10/07.
[ { "docid": "862eede794df8e0df76a63859683dac2", "score": "0.0", "text": "public interface MenuPosition {\n\n int POS_HOME = 0;\n int POS_PROFILE = 1;\n int POS_PROMOTION = 2;\n int POS_ACCOUNT = 3;\n\n int POS_LOGOUT = 5;\n\n int EF_POS_LOGOUT =4;\n}", "title": "" } ]
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.6387346", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1f6ca7603428a226b143ebf504f69fdb", "score": "0.61003196", "text": "@Override\n protected void initialize() {\n \n }", "titl...
515939cb4d235b34aa5d89b1e31bebc5
Read in the full test block.
[ { "docid": "16854577ae087499fc7876533aaf3a79", "score": "0.7071486", "text": "private static List<String> readTestBlock(BufferedReader reader)\n {\n try\n {\n // Read in the country's name.\n s_country = reader.readLine();\n\n // Read in the number of li...
[ { "docid": "3febca32867592380e1e43def5b7bf5d", "score": "0.6533963", "text": "@Test\n public void singleByteReadTest() throws IOException {\n singleByteReadInternal(mBlockStream, 0);\n }", "title": "" }, { "docid": "f4a37c05a79c3d6e479da7c6fb8bd18a", "score": "0.6527851", "text"...
1fea79286eb13a5088d94bbb2413d8fe
Computes the option security price. The future price is computed without convexity adjustment.
[ { "docid": "b8730616f1e00e04aaf0dbcb5152b2a9", "score": "0.67364836", "text": "@Override\n public double price(final InterestRateFutureOptionMarginSecurity security, final BlackSTIRFuturesProviderInterface blackData) {\n ArgumentChecker.notNull(security, \"Option security\");\n ArgumentChecker.no...
[ { "docid": "24eae87c87c6469ce97d02909f5e09e7", "score": "0.64685285", "text": "@Override\n public MulticurveSensitivity priceCurveSensitivity(final InterestRateFutureOptionMarginSecurity security,\n final BlackSTIRFuturesProviderInterface blackData) {\n ArgumentChecker.notNull(security, \"Optio...
c9bb169bd0d78bda65df39a775caa0aa
DataGet dataget = new DataGet();
[ { "docid": "8932dfca8a3b4b10fe5c26a22c915fbe", "score": "0.0", "text": "public String updateRecord(Contacts sc) {\n sc.setUpdate(true);\r\n dataget.updateSc(sc);\r\n return null;\r\n }", "title": "" } ]
[ { "docid": "2f313f5b6344b701be9f5c2aa66db740", "score": "0.661007", "text": "Data(){\t\n\t}", "title": "" }, { "docid": "26679c31125b793ebfa07776b273d53e", "score": "0.65663373", "text": "public void getData()\n\t{\t\n\t}", "title": "" }, { "docid": "408f692b73c36e1b5d7a8...
bfab482d4593be6ccb604749bd1def47
handle request form home page
[ { "docid": "a2b9971f32b5f57d5d81d6377c240f18", "score": "0.0", "text": "@RequestMapping(value = \"/movieInfo{movieId}\")\n\tpublic String movieInformation(Model model) {\n\n\t\treturn \"movieInformation\";\n\t}", "title": "" } ]
[ { "docid": "514fc919f6a5c180a0f7ddf432b04909", "score": "0.7356334", "text": "@Override\n protected void handleRequest(HttpServletRequest request, HttpServletResponse response) throws Exception {\n gotoToJSP(\"main/home.jsp\", request, response);\n }", "title": "" }, { "docid": ...
fb5d9b3448bc036fb510780cf3c2fb9d
Checks if you can create a disaster at a specific spot
[ { "docid": "3d8c6130965c9ecf79f871dd8972b60f", "score": "0.62673575", "text": "public static boolean canCreateDisaster(Disaster disaster, Block block) {\n return getEvent(disaster).canOccur(block);\n }", "title": "" } ]
[ { "docid": "7543cecfedfe2eb29aefd95d52f74a2f", "score": "0.63262814", "text": "public boolean canCreateLand(){\r\n return isCreateLand();\r\n }", "title": "" }, { "docid": "086d1fc349fe39f443f3c89f65faf365", "score": "0.61744946", "text": "public boolean canSpawn(Entity tra...
09ba07710c368ab589836464b76e1c5a
set ith bit in given no.
[ { "docid": "9e031b6088a35e13b3afbd37af80e257", "score": "0.76412946", "text": "public static int setBit(int n, int i) {\r\n\r\n\t\tint j = 1 << (i - 1);\r\n\r\n\t\tn = n | j;\r\n\r\n\t\treturn n;\r\n\r\n\t}", "title": "" } ]
[ { "docid": "97bcef959fe9133ebe36dd7485307ba0", "score": "0.76782537", "text": "public static int setNthBit(int number, int bit)\r\n {\r\n return (number | 1<<bit);\r\n }", "title": "" }, { "docid": "552819e375b4904a45c8164a35d1e172", "score": "0.7159859", "text": "public...
6bd2b510958d756f3b73eb6906f62150
Splits the population to perform tournaments in parallel.
[ { "docid": "bfd9f54139d9775c76719559cbc998b5", "score": "0.52533156", "text": "public void split(int cores) {\n\t\tint counter = 0;\n\t\tthis.container = new AI[cores][POPULATION_SIZE / cores];\n\t\tfor (AI ai : this.individuals) {\n\t\t\tai.fitness = 0;\n\t\t}\n\t\tfor (int x = 0; x < cores; x++) {\n\t...
[ { "docid": "7abd06bbb3177b1609f93b56d7c0cfde", "score": "0.59466666", "text": "public void runTournament() {\n\t\t//ArrayList<Gene> tournament = new ArrayList<Gene>();\n\t\tPriorityQueue<Gene> tournament = new PriorityQueue<Gene>(Collections.reverseOrder());\n\t\tint numContenders = (int)(FRAC_IN_TOURNA...
efaabf6d34148b39b9ca743b90281d79
The optional 'regExpsToMatch' tag is an ordered list of Regular Expressions used to match against the Stream Data. If not set then the regExpReturned is used to match.
[ { "docid": "0d9b0c4fcaf09ebe527495f09a2d80ea", "score": "0.48094314", "text": "public boolean isMatch(final String regExp) {\n\t\tif (defn.regExpsToMatch == null)\n\t\t\treturn regExp.equals(defn.regExpReturned);\n\n\t\tfor (final String re : defn.regExpsToMatch) {\n\t\t\tif (regExp.equals(re))\n\t\t\t\...
[ { "docid": "196e67dc01d08f3f5dba6faa9c29b871", "score": "0.61048627", "text": "String getRegex();", "title": "" }, { "docid": "f8c88acdf82c4e9268bebdc4c5e3a017", "score": "0.60053045", "text": "public abstract Pattern getMatchPattern();", "title": "" }, { "docid": "192797...
2ed88f598921e8f54b2003131704ce89
accessor for list of myEvents
[ { "docid": "79591d2bcfa79e045d3ddab0c31f6b50", "score": "0.77184796", "text": "public ArrayList<Event> getMyEventData() {\n return this.myEvents;\n }", "title": "" } ]
[ { "docid": "8c2dbb4bc8b4eec02d43cbf4a1ff69f6", "score": "0.79385805", "text": "public abstract EventList getEvents();", "title": "" }, { "docid": "11bf02f822e6b7d78e6975a4e081e99c", "score": "0.78195316", "text": "public List getEvents() {\n return events;\n }", "title"...
f491895899835d996d2aa0d11bf104e7
Takes the values in the dropdown menus and creates a starts a new memory game with them.
[ { "docid": "91a1455b72baf12698f31492d7446762", "score": "0.0", "text": "@Override\n public void actionPerformed(ActionEvent ae) {\n String widthStr = (String) widthBox.getSelectedItem();\n int width = Integer.parseInt(widthStr);\n String heightStr ...
[ { "docid": "6a637c8d25a1de21d23d86afe81cd22b", "score": "0.6751224", "text": "private void startNewGame() {\n GameControl.createNewGame(CuriousWorkmanship.getPlayer());\n System.out.println(\"*** startNewGame function called ***\");\n \n // display a game menu...
1c82a988f20b5909e9f39c5323dbf5aa
/ / / / / / / / /
[ { "docid": "f19add5a71700a7430d0bf5bcdea0fd3", "score": "0.0", "text": "public PDSeedValueCertificate getSeedValueCertificate() {\n/* 502 */ COSBase base = this.dictionary.getDictionaryObject(COSName.CERT);\n/* 503 */ PDSeedValueCertificate certificate = null;\n/* 504 */ if (base instanceof ...
[ { "docid": "f4bfb491658d23d04e324332ecb7e7a4", "score": "0.5454369", "text": "public abstract int slash();", "title": "" }, { "docid": "0a0082d3dcf27cffffdf481aa595adec", "score": "0.51573575", "text": "public void shiftplane(int xdir,int ydir){\n\n }", "title": "" }, { ...
396b5bdd6e85adb1e59a51431b5018bd
Outputs the supplied List of ImageOverlays to the Printer provided by the state.
[ { "docid": "783adcde5d267bee19ddd743eab80b49", "score": "0.59297615", "text": "protected void writeOverlays(List<ImageOverlay> overlayList,\r\n\t\t\tint startIndent, Illustratable subject) {\r\n\t\t\r\n\t\tImageOverlayWriter overlayWriter = new ImageOverlayWriter(_deltaWriter);\r\n\t\toverlayWriter.writ...
[ { "docid": "f5e0e5815c5aa15915b4374b34e42c2d", "score": "0.54506606", "text": "public void displayImageToConsole();", "title": "" }, { "docid": "49223536beeaadde4eb5c24bc6fb7f68", "score": "0.5404378", "text": "public void printImageMap(){\n for(int counter = savedMap.lengt...
221b54374b56e4a56e27ab80d6db18d6
Internal method to generate the intermediate format.
[ { "docid": "3e22e5f3dda65665f8420bbeb8e98ea9", "score": "0.0", "text": "public IRenderingElement generateDiagram(T obj);", "title": "" } ]
[ { "docid": "4c19d97e63d28df87d47256c715a43f0", "score": "0.55198616", "text": "public String transformation(){\n\t\t\tString script =\"\";\n\t\t\tscript = script + addSubjects();\n\t\t\tscript = script + addObjects();\n\t\t\tscript = script + addUserRules();\n\t\t\treturn script;\n\t\t}", "title": "...
cc055a5eee322709881c69ed6e57d8aa
Sets the holder and due date of the library book with the specified ISBN. If no book with the specified ISBN is in the library, returns false. If the book with the specified ISBN is already checked out, returns false. Otherwise, returns true.
[ { "docid": "38a2e13a70468d34950e2c9555007559", "score": "0.74841267", "text": "public boolean checkout(long isbn, Type holder, int month, int day, int year) {\n\t\t\n\t\tLibraryBookGeneric<Type> thisBook = null;\n\t\tfor (LibraryBookGeneric<Type> element : library) {\n\t\t\tif (element.getIsbn() == isbn...
[ { "docid": "a598d6f061f559e7d707c534b7865ccd", "score": "0.79241633", "text": "public boolean checkout(long isbn, String holder, int month, int day, int year) {\n for (LibraryBook libraryBook : library)\n if (libraryBook.getIsbn() == isbn) {\n\n // check if book is alrea...
e4be95818626abcaddcafb4475a21118
all constructors get namespaceaccess
[ { "docid": "d71edd4c3c5c81de46933b76d41526a1", "score": "0.67172045", "text": "public void encapsulateConstructor() {\n for (Operation feature : operations) {\n if (feature instanceof Constructor) {\n if (feature.getAccess() == AccessModifier.PUBLIC) {\n ...
[ { "docid": "7958f776557cba158b3b833f0305f9e2", "score": "0.67716134", "text": "private Namespace() {\n this(GLOBAL);\n }", "title": "" }, { "docid": "eab238787844fcf9701da6753f09c8c0", "score": "0.635925", "text": "public abstract String getNamespace();", "title": "" ...
7ac061da23893467f146858cc080a227
Method for cleaning and reseting the fields
[ { "docid": "a88207070d3d94a4b19ce7ecd81092b2", "score": "0.6178206", "text": "public void cleanPasswords() {\n\t\tthis.newPassword = \"\";\n\t\tthis.newRetryPassword = \"\";\n\t\tthis.oldPassword = \"\";\n\t}", "title": "" } ]
[ { "docid": "cfefb935dc55c663ee24dfc73edb454b", "score": "0.7733122", "text": "@Override\r\n\tpublic void cleanForm() {\n\t\ttxtDescripcion.setText(null);\r\n\t\ttxtAbreviatura.setText(null);\r\n\t\ttxtIdTipoDoc.setText(null);\r\n\t}", "title": "" }, { "docid": "cad23fee59a145f52c6262000ff40f...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fd2adf5d1791bd253dda3e457f10a40a", "score": "0.0", "text": "@Override\r\n\tpublic Persona ListPersonaId(int id) {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
d0f6f3661f1a816514f6d73c4c9f54b1
Adds descriptive text to the project.
[ { "docid": "b7bd5c3c976d59f895381a467feb67e4", "score": "0.7909947", "text": "public void addText(String text) {\n \n- ProjectHelper ph = ProjectHelper.getProjectHelper();\n+ ProjectHelper ph = (ProjectHelper) getProject().getReference(ProjectHelper.PROJECTHELPER_REFERENCE);\n if (...
[ { "docid": "eebfe7bd29d1ee3d4cebb80f74db0cb2", "score": "0.6867896", "text": "String getProjectDescription();", "title": "" }, { "docid": "fbb0ab43bcee3122beae6948f43984d9", "score": "0.6670024", "text": "public void setDescription (String Description);", "title": "" }, { ...
d7aa29d4b3fbadaba1f93ffe575e36a3
main method for FindKnightsPath will initialize, solve, and display the knights path. The application gets the beginning and ending locations via commandline arguments. It then determines and outputs a valid path.
[ { "docid": "7e1edccdc57a03e7afd5a0604aad6dcf", "score": "0.52791154", "text": "public static void main (String[] args) throws EmptyStackException, \n\tEmptyQueueException\n\t{\n\t\tboard = new int[8][8]; //creates 2D board 8 by 8 in size\n\t\tboard2 = new String [8][8]; //creates 2D board 8 by 8 in size...
[ { "docid": "807d48e484d3f927921456fbb750494f", "score": "0.61373097", "text": "public static void main(String[] args) {\n\n //Offset values to perform directional search.\n int[] x = {-1, -1, 0, 1, 1, 1, 0, -1};\n int[] y = {0, 1, 1, 1, 0, -1, -1, -1};\n\n //Map of ints to la...
aee97691e49917a73e6ac992b037735a
Sort the list of players ordered by points. Players with more points are the highest. topFivePlayers ArrayList ordered descendant by points
[ { "docid": "705b6b2d4a076520313d94fa06e2145b", "score": "0.68500406", "text": "public void sortByPoints() {\n\t\t// 2 Points\n\t\t// TODO Execute the sort by points here\n\t\tCollections.sort(list, int);\n\t}", "title": "" } ]
[ { "docid": "63d3652fd28999ca8aa51b8e11842546", "score": "0.6516141", "text": "private void sortPlayers() {\n for (int i = 0; i < competitors.size() - 1; i++) {\n for (int j = 0; j < competitors.size() - i - 1; j++) {\n Competitor player1 = competitors.get(j);\n ...
c04e9069aef12e5af8fa12ce31293365
Lifts the spinner, spins it, and lowers it as needed.
[ { "docid": "ded23180cd172579992a33a77e1629a2", "score": "0.52888095", "text": "public void run() {\n double bias = lifted ? 0.2 : -0.2;\n\n if (color != null) {\n if (getColor() != color) {\n spin.set(1);\n }\n } else {\n if (lifted) {...
[ { "docid": "df09f13519381f6c0b3de069e6f2c1bb", "score": "0.640999", "text": "Spinner createSpinner();", "title": "" }, { "docid": "70537a0e4189a7f8af990898bc31c84d", "score": "0.6213109", "text": "public void beginSpin(){\n //spinMotor.set(0.55);\n //spinMotor.setSelect...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "52ee67a9b480decd394514d91da936c3", "score": "0.0", "text": "@Override\n\tpublic void onClick(View v) {\n\t\tswitch (v.getId()) {\n\t\tcase R.id.pause_button:\n\t\t\tmLivePlayerManager.pause();\n\t\t\tbreak;\n\t\tcase R.id.resume_button:\n\t\t\tmLivePlayerManager.start();\n\t\t\tbreak;\n\t\tc...
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
fa9e3949ffeb565ba45f281bf33de245
Generic function to close the database
[ { "docid": "b4d72d524270f191227ed3da1833fc47", "score": "0.65655166", "text": "public void close() {\r\n\t\ttry {\r\n\t\t\tfor(SQLiteStatement s : m_statements) {\r\n\t\t\t\ttry {\r\n\t\t\t\t\ts.close();\r\n\t\t\t\t} catch (Exception e)\r\n\t\t\t\t{};\r\n\t\t\t}\r\n\r\n\t\t\tm_dbHelper.close();\r\n\r\n\...
[ { "docid": "cff6ef7f963873c64c5fba37398887d8", "score": "0.7963703", "text": "public static void closeDatabase() {\n\t\t// WARNING: not thread safe\n\t\tif(xmldbInstance != null) {\n\t\t\ttry {\n if(!xmldbInstance.wasContextAdopted) {\n new Close().execute(xmldbInstance...
b476812b9cc841abe9ada8f9bed25191
repeated .protos.Block blocks = 2;
[ { "docid": "694e858227c3c3284dc251c4972e3e91", "score": "0.0", "text": "public Builder removeBlocks(int index) {\n if (blocksBuilder_ == null) {\n ensureBlocksIsMutable();\n blocks_.remove(index);\n onChanged();\n } else {\n blocksBuilder_.remove(index);...
[ { "docid": "a413c50cd825bd64c5d99989cbcd979e", "score": "0.65813655", "text": "protos.Fabric.BlockOrBuilder getBlockOrBuilder();", "title": "" }, { "docid": "e97171aa7f84bd87090728d8e2490065", "score": "0.65085703", "text": "protos.Fabric.Block getBlock();", "title": "" }, { ...
487b21321accae3008d39afe47b5af41
Test case number: 34 /Coverage entropy=1.2130075659799042
[ { "docid": "c3ec4a5fd09c32c90a834e88159cb180", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test034() throws Throwable {\n Submit submit0 = new Submit((Component) null, \"p\", \"f&vrQc[JH/5XdO5p=S\");\n Map<String, String> map0 = submit0._getXhtmlAttributes();\n assertE...
[ { "docid": "80807553c59aad5881b49e5bf8f2ae4d", "score": "0.73175514", "text": "@Test(timeout = 4000)\n public void test126() throws Throwable {\n TestInstances testInstances0 = new TestInstances();\n Instances instances0 = testInstances0.generate((String) null);\n Evaluation evaluation...
3ce499f709deb9d3689b4647d9bd8482
Checks if is empty list.
[ { "docid": "bd23ff027d1219ce1cd1e868f2d2e0fe", "score": "0.76302016", "text": "public static boolean isEmptyList(List lst) {\r\n\t\tif(lst==null)\r\n\t\t\treturn true;\r\n\t\tif(lst.size()>0)\r\n\t\t\treturn false;\r\n\t\treturn true;\r\n\t}", "title": "" } ]
[ { "docid": "35025c5e5bf97a12b595e1bf1deaccd9", "score": "0.8766974", "text": "public boolean isListEmpty() {\n\t\treturn listSize() == 0;\n\t}", "title": "" }, { "docid": "b399e42661626a6c4c2ba0434542de72", "score": "0.8466728", "text": "@Override\r\n\tpublic boolean isEmpty() {\r\n\...
6a47142bcf48dd6c9b367bab2bd04d4e
accessors get Get a property value from the configuration.
[ { "docid": "0554deea51c8a7d37412223ba17d6c20", "score": "0.0", "text": "String get(String inKey, @Nullable String inDefault);", "title": "" } ]
[ { "docid": "3b0143befe89835c4c90addf506bd77f", "score": "0.7508652", "text": "String getProperty();", "title": "" }, { "docid": "605f9f0a1ca8696077c50a641de86fd5", "score": "0.7502289", "text": "String getPropertyValue();", "title": "" }, { "docid": "6025d45a35c027104cfb2...
ed5209faf04855a4ee83ea1104db8ef1
Sets the bundle's timetag specified by a double which is seconds relative to start of session. This relative time offset with origin of zero is understood by SuperCollider in NonRealTime mode. (see example in NonRealtimeSynthesis.rtf).
[ { "docid": "3b98b9c2c526cb0f64411c1e8a4b6a46", "score": "0.574418", "text": "public void setTimeTagRelSecs(double when) {\n\t\t// timetag = ((long) when << 32) | (long) ((when % 1.0) * 0x100000000L +\n\t\t// 0.5);\n\t\ttimetag = ((long) when << 32) + (long) ((when % 1.0) * 0x100000000L + 0.5);\n\t}", ...
[ { "docid": "d57a6d1952cb2248434f27ad8172efae", "score": "0.6034674", "text": "public void setTimeTagSamples(long absMillisOffset, long sampleFrames, int sampleRate) {\n\t\tfinal double seconds = (double) sampleFrames / (double) sampleRate + (double) absMillisOffset / 1000;\n\t\ttimetag = (((long) second...
ae92f51e429c1d740345146f208451ea
Simulate a delay in the task. You can toggle a fixed wait time, or utilize a variable wait.
[ { "docid": "000122470df605ea55c52b3f9abda8a6", "score": "0.0", "text": "@Override\n public Integer call() throws Exception {\n long threadId = Thread.currentThread().getId();\n long wait = threadId * 50; //Variable\n //long wait = 500; //Fixed\n System....
[ { "docid": "4811f20a2208492dbddcdbe235a3c659", "score": "0.7752658", "text": "public void waitForDelay() {}", "title": "" }, { "docid": "eb4bfd54677623520c6e27e132b503cb", "score": "0.7288045", "text": "public void doDelay(long millis);", "title": "" }, { "docid": "1a3276...
5c538fab17a2298e68e7f37ac4b87402
TODO only one for now
[ { "docid": "c534c90b5fbc2575943f5d6abd00f8de", "score": "0.0", "text": "public synchronized List<ServerContext> getAllServerContexts() {\n return activeContext == ServerContext.NO_CONTEXT ? Collections.<ServerContext>emptyList() : Collections.singletonList(activeContext);\n }", "title": ""...
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.6223845", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.5651243", "text": "@Override\n public void otvori() {\n }", ...
3d6adda145bd1037aaeedb46487268cb
Set the created by user of the role.
[ { "docid": "5dde980e85924b9aafba651e5c6fe45b", "score": "0.6075955", "text": "public void setCreatedBy(Long createdBy) {\n this.createdBy = createdBy;\n }", "title": "" } ]
[ { "docid": "c29dd15ca5a72b7ebf52599359bcb182", "score": "0.6986845", "text": "void setCreateby(final U createdBy);", "title": "" }, { "docid": "4c11278754985b37e13256d445179aa6", "score": "0.6956685", "text": "public void setCreator(User creator) {\n this.creator = creator;...
ce7fad1fcf18435d5a79ffd03bdbcd7b
repeated .Department department = 3;
[ { "docid": "e28f076d8ef82c844eac40d5aedf44c7", "score": "0.0", "text": "public org.softlang.company.protobuf.CompanyProtos.Department getDepartment(int index) {\n if (departmentBuilder_ == null) {\n return department_.get(index);\n } else {\n return departmentBuilder_.get...
[ { "docid": "1dda530009cafe809ed715bf37927c87", "score": "0.5441263", "text": "public void setDepartment(Department department) {\n this.department = department;\n }", "title": "" }, { "docid": "32824382123a75cfe4264166042fc5d0", "score": "0.54251826", "text": "public void s...
af979b02d3587da5d1fe0972edafdeaa
fetch students from DB having pagination
[ { "docid": "247276400e1557c281407c5cb0dc0b03", "score": "0.7084048", "text": "@CrossOrigin(origins = \"http://localhost:3000\")\n @RequestMapping(value = \"/get\", method = RequestMethod.GET, produces = \"application/json\")\n Page<Student> getStudentsByPagination(@RequestParam(value = \"page\", r...
[ { "docid": "05880a912e4f074067177719847fab3c", "score": "0.7806152", "text": "Page<Student> findPaginated(int pageNo, int pageSize);", "title": "" }, { "docid": "f7186be0d0ede8a7c157f653cc0c2ec0", "score": "0.7155979", "text": "Page<Student> findAll(Pageable pageable);", "title":...
1d702fa9976463eb7062f86f9b17b287
This method was generated by MyBatis Generator. This method sets the value of the database column UNIORDER.AIR_PAX_SEG.TKT_ID
[ { "docid": "82266c983f5162f8b0f3ebf9774ab77d", "score": "0.5459857", "text": "public void setTktId(Long tktId) {\n this.tktId = tktId;\n }", "title": "" } ]
[ { "docid": "482f25118d8ef30d1a37f352f510a1b9", "score": "0.561491", "text": "public void setAD_OrgTrx_ID (int AD_OrgTrx_ID);", "title": "" }, { "docid": "52bc51a4550fc7663390d0d72c760fa4", "score": "0.5519864", "text": "public void setTktNo(String tktNo) {\n this.tktNo = tktNo...
24ad50f7c3a82cea0d309e40a4ad9273
Iterates through block4 fields and return the first one whose name matches 82J, or null if none is found. The first occurrence of field 82J at MT303 is expected to be the only one.
[ { "docid": "d6d8d045f71aab8b02781dc65a032e97", "score": "0.6041434", "text": "public Field82J getField82J() {\n\t\tif (getSwiftMessage() == null) {\n\t\t\tthrow new IllegalStateException(\"SwiftMessage was not initialized\");\n\t\t}\n\t\tif (getSwiftMessage().getBlock4() == null) {\n\t\t\tlog.info(\"blo...
[ { "docid": "bf231a09e9cd9972434d130982f0075b", "score": "0.5917294", "text": "public String getField4() {\n return null;\n }", "title": "" }, { "docid": "22dabe5b7024ed03cb8279f5e9a4b373", "score": "0.5838426", "text": "public field getField(String name) {\n ...
55404b5cc4e96dabc48d2f61ad20025c
Calls the render method of all Tiles making up this Board, ending with the highlighted tiles so the highlight borders aren't covered up by other tiles.
[ { "docid": "1e3b25150f3fa5c7c669b7896f236cc5", "score": "0.65257454", "text": "public void render(Graphics2D g2D){\r\n int i;\r\n\r\n for(i = 0; i < tileList.length; i++){\r\n tileList[i].render(g2D);\r\n }\r\n if(lastHighlighted != null) {\r\n\t for(i = 0; ...
[ { "docid": "c517002880e31391bedd0673dd34aaf5", "score": "0.66024727", "text": "private void renderInLayer() {\n for (String tileKey:TILE_LAYER) {\n renderTileList(tileMap.get(tileKey));\n }\n }", "title": "" }, { "docid": "2f874bdd10b25b251cd03e7616fdcbb2", "s...
0f197c9a33550003e75843615b2c13c7
Gets the "CodModVenta" element
[ { "docid": "6a86bb91b81764df5e5d04e75601ab73", "score": "0.7620217", "text": "int getCodModVenta();", "title": "" } ]
[ { "docid": "3373d0e4054f3f92c76abd77aef09d18", "score": "0.8301315", "text": "cl.sii.siiDte.DTEDefType.Documento.Encabezado.Transporte.Aduana.CodModVenta xgetCodModVenta();", "title": "" }, { "docid": "62c7c4bf10dd5b03a98c1170f655f0b6", "score": "0.81746924", "text": "cl.sii.siiDte.D...
1c079bb73aabdad7d03395002e8382d7
Used to validate a three marble move
[ { "docid": "3e1788d3770a61a259111438ddf65de2", "score": "0.62987715", "text": "public boolean isValidMove(String pos1, String pos2, String pos3, int direction, Marble m) {\n\t\treturn makeMove(pos1, pos2, pos3, direction, m);\n\t}", "title": "" } ]
[ { "docid": "f08cac72301a4f1532a2354b558df3ff", "score": "0.6330147", "text": "@Test\n public void testValidMove() {\n \n // 1 space\n int newX = 0;\n int newY = 2;\n boolean expResult = true;\n boolean result = pawn.validMove(newX, newY);\n assertEqual...
bdad13327751a56fe925b49755d10bb9
Writes text as HTML in the log window.
[ { "docid": "f0a6d89238bef6d510200fe79f00172f", "score": "0.69813615", "text": "public static native void logWriteHtml(String html) /*-{\n $wnd.GLog.write(html);\n }-*/;", "title": "" } ]
[ { "docid": "5168ddc203bdfd324f163bdfeb75a71b", "score": "0.66998935", "text": "static public void enableHtml() throws IOException {\n // create an HTML formatter\n Logger logger = Logger.getLogger(\"\");\n FileHandler fileHTML = new FileHandler(\"Logging.html\");\n\n HtmlForm...
063ecb8e17396442a0e4e6ac43e05370
Console cons = System.console(); String pas = cons.readLine("Password: "); System.out.println(pas);
[ { "docid": "8440b19fad8c034799cb6dabfb8d45b7", "score": "0.0", "text": "public static void main(String[] args) {\n\n\n System.out.println(\"Write, please, width: \");\n Scanner scanner = new Scanner(System.in);\n int width = scanner.nextInt();\n\n System.out.println(\"Write, ...
[ { "docid": "33bf2074f825abe6b74c2796e1219894", "score": "0.8221429", "text": "public static void main(String[]args)\r\n {\n\t Console cons=System.console();\r\n\t String username=cons.readLine(\"lisi\");\r\n\t if(username==null)\r\n\t \r\n\t {\r\n\t\t System.out.println(\"username is not found!\"...
26d213fdf28fe20603740492a636727e
Created by Mohamed on 01/01/2017.
[ { "docid": "a34ad6734978413a9acd33669a88b08d", "score": "0.0", "text": "public interface UserRepository extends JpaRepository<User,Long> {\n public User findByEmail(String email);\n}", "title": "" } ]
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.6065924", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "93de84d0e77a5e19e12e7d0655c39af3", "score": "0.60274595", "text": "@Override\n\tpublic void agit() {\n\t\t\n\t}", "title": "...
979214ed2b4e7444f085b611a19b3215
Optional. The lowest budget option. optional .google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.BudgetOption low = 1 [(.google.api.field_behavior) = OPTIONAL];
[ { "docid": "fabdf5ea114cdd7b56e7d18194b0e4fb", "score": "0.86947024", "text": "@java.lang.Override\n public com.google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.BudgetOptionOrBuilder getLowOrBuilder() {\n return low_ == null ? com.google.ads.googleads.v14.services.SuggestS...
[ { "docid": "a3f377571b3b53b5d4345efdbf82eac8", "score": "0.8846157", "text": "@java.lang.Override\n public com.google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.BudgetOption getLow() {\n return low_ == null ? com.google.ads.googleads.v14.services.SuggestSmartCampaignBudgetO...
0f7b413145bc7651de4a53c97bcc6a17
Set the views. This is dependent on order and generally pretty icky.
[ { "docid": "5b0ef39eb1e3705b94adafdf6baa05fb", "score": "0.68646055", "text": "@Override\n public void setViews(List<TextView> views) {\n setHorizontalSetpointAngleView(views.get(0));\n setHorizontalAngleView(views.get(1));\n setHorizontalHighCalibrationView(views.get(2));\n ...
[ { "docid": "a787f8fb3970a5ca8ed8d2d753866b88", "score": "0.7527343", "text": "private void setupViews() {\r\n\r\n\t\r\n\t\t\r\n\t}", "title": "" }, { "docid": "ce84a1fecdc299565104366a6b13fff2", "score": "0.7484396", "text": "protected void setUpViews() {}", "title": "" }, { ...
a9daed60140dc52b2e66042433ad505e
Updates the hash associated with the passed AccountHolder ID's
[ { "docid": "efebe6661b951588cd5e355d8db02d71", "score": "0.6795112", "text": "public void updateHash(String acctHoldId, String newHash) {\n\t\tif (hashes.keySet().contains(acctHoldId)) {\n\t\t\thashes.put(acctHoldId, newHash);\n\t\t} else {\n\t\t\tLogger.getInstance().logError(\"Unknown Account Holder w...
[ { "docid": "ba152000937f2a9089ae93715f65529c", "score": "0.5605803", "text": "public void updateAccount(Account account);", "title": "" }, { "docid": "944df6bd86a443991d05dc072bc99dac", "score": "0.5315443", "text": "protected void addToHash(Hasher hash) {\n }", "title": "" ...
a8847422c238ddf2759e34335f7940e0
set the cost of missclassifications
[ { "docid": "c6ebbe03d4d8a6aae633c6488d43ebb1", "score": "0.58668005", "text": "void setCosts(double Cmaj, double Cmin)\n {\n this.CostMaj = Cmaj;\n this.CostMin = Cmin;\n }", "title": "" } ]
[ { "docid": "2c8684d565224671ad8f53f6770a6aae", "score": "0.6640961", "text": "@Override\n public void setCost(double d) {\n\n }", "title": "" }, { "docid": "2c8684d565224671ad8f53f6770a6aae", "score": "0.6640961", "text": "@Override\n public void setCost(double d) {\n\n }...
db55c8fb9793d36ec84dd5a9a41828b5
/ Definisanje metoda za kreiranje wave: paran, neparan, svaki 3, svaki 5, svaki 10, svaki 13,
[ { "docid": "6b6fa4138b80d45e27cfc9dd7396d3df", "score": "0.0", "text": "private void setUpEvenWaves() {\n nizEnemija = new Enemy[brojEnemijaPerWave + evenEnemyCountUpdater];\n for (int i = 0; i < nizEnemija.length; i++) {\n nizEnemija[i] = new Enemy(EnemyType.ENEMY_ONE_EYED_ZOMB...
[ { "docid": "b3238bcb14e5aa004763ab0e307a7711", "score": "0.5764959", "text": "static void trafikMedyan(List<Trafik> trafikList){\n List<Integer> kavsak1dizi = new ArrayList<Integer>();\n List<Integer> kavsak2dizi = new ArrayList<Integer>();\n List<Integer> kavsak3dizi = new ArrayLis...
e79202c42c63df29dd672d04d5cc9db8
This method creates a stack of provided elements
[ { "docid": "e175805a0e7edb46d1bf3c8aeb247379", "score": "0.6460914", "text": "public static <T> LinkedStack<T> of(T... elements) {\n throw new ExerciseNotCompletedException(); // todo: implement this method\n }", "title": "" } ]
[ { "docid": "a988def149a1b4108da15de221a5b67d", "score": "0.6776879", "text": "private ImmutableStack(ILinkedList elements) {\n this.top = elements;\n }", "title": "" }, { "docid": "cbe1d935d4b8afb396a2ac13042f47c3", "score": "0.67150235", "text": "public static <T> LinkedSt...
9893663c39cbafebbd72f8a97da56ef3
The constructor of the CSE visitor.
[ { "docid": "5d28d42163546995612627cfe9f22335", "score": "0.0", "text": "public SubExpressions(ICompilationUnit unit, NamePool pool) throws CompilerException {\n\t\tsuper(unit);\n\t\tthis.pool = pool;\n\t}", "title": "" } ]
[ { "docid": "25660066d98646be2b09a8ac62f0d17f", "score": "0.6913206", "text": "public Visitor() { /* Nothing to do. */ }", "title": "" }, { "docid": "ea83866a8e77f9837cad3f84de0326e9", "score": "0.6876594", "text": "public Visitor() {\n }", "title": "" }, { "docid":...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d4b10ce3282334fc11d645d076b3841a", "score": "0.0", "text": "public User getUser(int pid) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037399", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.6869287", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n\...
a1792939ea08ab84991b0f20d8a2207a
Operao para deletar um arquivo e suas verses
[ { "docid": "d6c044432e6c1554d03155ecccb57f7e", "score": "0.0", "text": "public SimpleDTO deleteFileManaged(Integer idFileManaged) {\n\t\treturn File.deleteFileManaged(getConnectedUser(), idFileManaged);\n\t}", "title": "" } ]
[ { "docid": "a293767590b10ba98abf615708153fb8", "score": "0.6122556", "text": "private void salir() {\r\n\t\tif (Fichero.almacen.isModificado()) {\r\n\t\t\tswitch (JOptionPane.showConfirmDialog(filechooser, \"No ha guardado, ¿Desea Guardar?\", \"!!\",\r\n\t\t\t\t\tJOptionPane.YES_NO_CANCEL_OPTION, JOptio...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d7f86a502352b2652d8209276b3f2a45", "score": "0.0", "text": "@Override\r\n\tpublic Admin login(Admin ad) {\n\t\tAdminExample example = new AdminExample();\r\n\t\texample.createCriteria().andLoginNameEqualTo(ad.getLoginName()).andLoginPwdEqualTo(ad.getLoginPwd());\r\n\t\tList<Admin> list = am....
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115525", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.673545", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-gen...
6d0108bb368203da3a81b2287638f174
/ The classify method takes the feature vector in the form of an double array and return as double class value. The method returns several exceptions as the code would suggest.
[ { "docid": "99af5ccd4971217dc7b620154de83cb1", "score": "0.7321428", "text": "public static double classify(double[] candidateArray) throws Exception {\n\t\tif(candidateArray==null || candidateArray.length==0){\n\t\t\tthrow new Exception(\"Input Array must not be empty\");\n\t\t}\n\t\t//1. Check the num...
[ { "docid": "51283e7b8d9e9472f68fab54cfe7fd27", "score": "0.6988821", "text": "public FeatureVector classify(int[] exampleFeatures, double[] exampleValues)\n {\n return new FeatureVector(featureValue(exampleFeatures, exampleValues));\n }", "title": "" }, { "docid": "dd6794b24a4d4e326a65e...
ba54a092fab738678aaceac3256197e8
Time taken where the first array element contains seconds [0] and the second contains milliseconds [1].
[ { "docid": "6995a0ab8a79064816a308ba5d7926ed", "score": "0.7036918", "text": "public long[] timeTaken() {\n var seconds = SECONDS.between(getStart(), getEnd());\n var ms = MILLIS.between(getStart(), getEnd()) - 1000L * seconds;\n return new long[]{seconds, ms};\n }", "title":...
[ { "docid": "fda9e26becdd54e9abf4c7e448b553c7", "score": "0.66655564", "text": "public double getTimeSeconds()\n/* */ {\n/* 325 */ return this.timeMillis / 1000.0D;\n/* */ }", "title": "" }, { "docid": "eb850ba18146a43bb6d12ace01117ae1", "score": "0.65371776", "t...
16dd4fd12792baa710919b79aa50c0fc
Gets the invoice summary collection operations.
[ { "docid": "1394e037ed8e8b66445aff8b05e4f23d", "score": "0.69967514", "text": "IInvoiceSummaryCollection getSummaries();", "title": "" } ]
[ { "docid": "83a4b983bd9c3bc0545ee45e2e609420", "score": "0.66821396", "text": "IInvoiceSummary getSummary();", "title": "" }, { "docid": "c9068f7f44533933c7843daf8f2b0d5c", "score": "0.6579156", "text": "public com.sforce.soap._2006._04.metadata.SummaryOperations getSummaryOperation(...
d7bcd4980525fa301f6ae2a9483c59c2
/ Diagnostic Finding stuff
[ { "docid": "7aef30016a0fdd09616e18de6b2c8000", "score": "0.0", "text": "public void onDiagnosticFindingPositiveClick(String i_test,\n\t\t\tString i_result, long i_date, String i_interpretation, int i_index) {\n\t\t// if index is -1, which means the user opens the fragments by using the \"+\" button, so ...
[ { "docid": "0504faab60798bfc8b5893dd4e7e9524", "score": "0.6203611", "text": "public void find();", "title": "" }, { "docid": "7038cb0b7c4274d0508e385281a60875", "score": "0.6163005", "text": "private static void search() {\n\t\t\r\n\t}", "title": "" }, { "docid": "858153...
6605df09109157649180145482b582f1
to sign in user
[ { "docid": "11c2a00bc12fca9e7f673e86cd649956", "score": "0.70275307", "text": "private void signIn() {\n // this will show up a popup to user with email id to be selected to login\n Intent signInIntent = mGoogleSignInClient.getSignInIntent(); // intent to select google account\n ...
[ { "docid": "2c89290fef71f4c3a1074b703e412855", "score": "0.76269186", "text": "@Override\n public void signin() {\n }", "title": "" }, { "docid": "305de1e724ee53a29320d57b958c15f9", "score": "0.7483899", "text": "public void signIn(View view) {\n String name = username.g...
098f119d6b3784c3fca8366cc57ef530
Updates on the health incident.
[ { "docid": "1884ab48b7b43f93d8848fdb950c2e5c", "score": "0.5389568", "text": "@ApiModelProperty(required = true, value = \"Updates on the health incident.\")\n\n public List<IncidentUpdate> getIncidentUpdates() {\n return incidentUpdates;\n }", "title": "" } ]
[ { "docid": "e950b058755a70d53284eac06a6604b9", "score": "0.7455951", "text": "public void updateHealth();", "title": "" }, { "docid": "e950b058755a70d53284eac06a6604b9", "score": "0.7455951", "text": "public void updateHealth();", "title": "" }, { "docid": "592b4a5afe425b...
b914598dde1e2e4b81b544273d3324cf
Returns the total count of items in the list
[ { "docid": "a06743b7cbd1d07d5f5b7b0415fa8f4d", "score": "0.0", "text": "@Override\n public int getItemCount() {\n return mTweets.size();\n }", "title": "" } ]
[ { "docid": "46ac8a953193691ccc236b9636cdc2f9", "score": "0.8095051", "text": "public int count() {\r\n\t\treturn list.size();\r\n\t}", "title": "" }, { "docid": "efd5c9db95db597ce3949fa67fa04c5b", "score": "0.8087866", "text": "public int count() {\n\t\treturn list.size();\r\n\t}", ...
f677e372ff7f08789e432a77ec75c8a3
Log.d(ThePips.TAG,"(canPlay) Minutes: " + String.valueOf(this.getMinutes())); Log.d(ThePips.TAG,"(canPlay) Frequency: " + String.valueOf(this.getFrequency()));
[ { "docid": "0abf726b9642508dedc4fd74f147f643", "score": "0.72469044", "text": "private boolean canPlay(){\n\t\treturn this.getMinutes() % this.getFrequency() == 0.0;\n\t}", "title": "" } ]
[ { "docid": "1497b2dc7f9263a156beef3ebb113a39", "score": "0.6414041", "text": "public int time() {\r\n // YOUR CODE HERE\r\n \treturn time;\r\n \t\r\n }", "title": "" }, { "docid": "aa70a8b4f1ca9cb187f42ae81b0fecae", "score": "0.63858384", "text": "public String get_ti...
412ca7abac61595e9300de058f494ad1
get the children for the state called.
[ { "docid": "77769b86912d6b27cdf37c9327dd5785", "score": "0.69037634", "text": "public ArrayList<State> getChildren() {\r\n State current = this;\r\n //stores the current elements, so we will not lose anything.\r\n start();\r\n total_time = new ArrayList<Integer>();\r\n ...
[ { "docid": "52b16c9efc778f1b1d98e063f8a46780", "score": "0.72473747", "text": "public Object[] children(){\n\t\treturn getExits().toArray();\n\t}", "title": "" }, { "docid": "77a686b9739da3a57c03f8ff69988020", "score": "0.7182976", "text": "public abstract Object[] getChildren();", ...
f031a18d46ce91c25ea2a3806507dc68
Gets the edge type for the given label.
[ { "docid": "395c11bc10045a66d72053b3ca29a283", "score": "0.8318458", "text": "public int getEdgeType(Object label);", "title": "" } ]
[ { "docid": "63dfe9f086d64ce1adda465c47c159e3", "score": "0.710562", "text": "public int addEdgeType(Object label);", "title": "" }, { "docid": "bcfd3971e9b490b97caa6c307f29b94f", "score": "0.59934866", "text": "public Object getEdgeLabel(int id);", "title": "" }, { "docid...
0b2eae4696e3e160118645ed23588cfa
Open an exit stream from the final node in this circuit to the specified target address and port.
[ { "docid": "a98c22056e9c3f73fb52dde8494ba5bd", "score": "0.6753877", "text": "OpenStreamResponse openExitStream(IPv4Address address, int port);", "title": "" } ]
[ { "docid": "6e333f15e7c378ee78a0dd45a917e686", "score": "0.6539945", "text": "OpenStreamResponse openExitStream(String hostname, int port);", "title": "" }, { "docid": "f52ac279172dea7f81e111936c99b844", "score": "0.5406038", "text": "AddressEndPointOutputConnector createAddressEndPo...
aee94942887fb5a68caad66c84a564b7
Checks if a email change is legit
[ { "docid": "385a133916e3da8eaa3ba383fb6552eb", "score": "0.5705377", "text": "public boolean checkEmail(String email) {\n//\t\tif (email == null) {\n//\t\t\treturn false;\n//\t\t}\n//\t\tif (email.length() > 320 || email.length() < 6) {\n//\t\t\treturn false;\n//\t\t} // (?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(...
[ { "docid": "d1309aa0d1f42ecdf863803bf024c997", "score": "0.71072286", "text": "private boolean checkMail(String email) {\n return rightEmailStructure(email);\n }", "title": "" }, { "docid": "a39c5ffa7d1ca85e9e6c4ccc980852c1", "score": "0.6522119", "text": "boolean hasRecove...
87f73b6fd9b006cf9f2148272c6e999d
Convert the given object to string with each line indented by 4 spaces (except the first line).
[ { "docid": "80f70bbada262e8bf83a010dcff7ebda", "score": "0.0", "text": "private static String toIndentedString(java.lang.Object o) {\n if (o == null) {\n return \"null\";\n }\n return o.toString().replace(\"\\n\", \"\\n \");\n }", "title": "" } ]
[ { "docid": "9e6d1b5dcd4619e079c1bbb422051363", "score": "0.7617841", "text": "private String toIndentedString(Object o) {\nif (o == null) {\nreturn \"null\";\n}\nreturn o.toString().replace(\"\\n\", \"\\n \");\n}", "title": "" }, { "docid": "2d0895e2e9e966bbddff9ac3e2f3fdd0", "score":...
1415c81b9cd1577d06f6401128634f94
Creates request message with the given method, host and request path.
[ { "docid": "51f178568122a41f56a4089eea75beca", "score": "0.62621605", "text": "public BasicHttpRequest(final Method method, final HttpHost host, final String path) {\n super();\n this.method = Args.notNull(method, \"Method\").name();\n this.scheme = host != null ? host.getSchemeName...
[ { "docid": "1d545d6ada8d5312716ba8ab0ced4a74", "score": "0.6698508", "text": "protected final RequestBuilder create(String substation, String method, String path,\n Object... args) {\n HttpHost target = host;\n if (StringUtils.isNotBlank(substation)) {\n String hostname =...
855a86af054200391258be9df3d0825a
Sets the text on rank buttons for player 3
[ { "docid": "7afe0eac193bd4a07f9f1bda0ee66450", "score": "0.57045585", "text": "private void getCastlePlayer_3() {\r\n\r\n\t\tplayers = XmlOperation.ReadXML();\r\n\t\tPlayer player3 = players.get(2);\r\n\r\n\t\tif (player3.getRank1_castle() == 0)\r\n\t\t\trank1_3.setEnabled(false);\r\n\t\telse\r\n\t\t\tr...
[ { "docid": "30c9c8827478a0e6c3e9e1480889cfc3", "score": "0.69602174", "text": "public void setWinText(String text) {\n\t\tturn.setText(\"Win : \");\n\t\tplayerButton.setFont(new Font(\"SansSerif\", Font.BOLD, 25));\n\t\tplayerButton.setForeground(Color.blue);\n\t\tplayerButton.setText(text);\n\t}", ...
ce84f86bfb76d22005860bbf11b18b20
Append new note to exisiting note
[ { "docid": "420337c4a1462923d2eaa8a6e5a13c2f", "score": "0.0", "text": "public void addTodo(Todo todo){\n\t\tthis.todo.add(todo);\n\t}", "title": "" } ]
[ { "docid": "ee6fad90e02e8e72f3d49bf2d5c79683", "score": "0.7835072", "text": "Note addNote(String text);", "title": "" }, { "docid": "d283509cfdfa8b5ff1c6570c047009c2", "score": "0.7704661", "text": "public void addNote(Note note){\n notes.add(note);\n }", "title": "" ...
812ee39cee05c8597629a57315d363ee
Constructs a new Application object for FaceSelect program
[ { "docid": "df6d7f12627685e9bd77a01b86790bf2", "score": "0.0", "text": "public Main() {\n\t\tsuper();\n\t}", "title": "" } ]
[ { "docid": "e6e1bc60736f465a1ad5ebd69911284e", "score": "0.6862162", "text": "Application createApplication();", "title": "" }, { "docid": "0362a3a40a87f761b6251bbe6fdb211f", "score": "0.6291209", "text": "public FanApp() {\n\t\tinitGUI();\n\t}", "title": "" }, { "docid":...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "aad9918b3ce8f7c6686dff51bafa9424", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tfor(int i=10;i>=0;i--) {\n\t\t\tSystem.out.println(i);\n\t\t}\n\n\t}", "title": "" } ]
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
2973088e12dd65888402c0126ba8bf1c
Protected method for counting elevation of triangle's point with coordinates u,v
[ { "docid": "f28ed7472b3a67417ceb9dc6d1bdcc60", "score": "0.65077215", "text": "protected PointDT getElevation(double u, double v){\n\t\t//System.out.println(\"vypocet> \"+u+\" \"+v);\n\t\t//toStringa();\n\t\tdouble w = 1 - u - v;\n/*\t\tdouble x = b300.x*u + b030.x*v + b003.x*w;\n\n\t\t//double y = b30...
[ { "docid": "91bfb55924750b24dbe12277a5bbf0fa", "score": "0.56848377", "text": "@Override\r\nvoid findArea() {\r\n\tdouble area;\r\n\tarea = (this.dim1 * this.height)/2.0;// calculating area of triangle\r\n\tSystem.out.println(\"The area of a triangle with base \" + this.dim1 + \" and height \" + this.h...
c7a6f3d03f4b34c75bafae6ac73aeccf
dato un char in input, restituisce l'oggetto enum
[ { "docid": "bf2b88570edde76bc742555107405cf7", "score": "0.55768126", "text": "public static ControlCHCostants getEnumFromChar(char ch) {\n\t\tfor (int i = 0; i<ControlCHCostants.values().length; i++)\n\t\t\tif (String.valueOf(ch).equalsIgnoreCase(ControlCHCostants.values()[i].toString()))\n\t\t\t\tretu...
[ { "docid": "816eb0d471f1a5e18b00780021ed1630", "score": "0.6318705", "text": "public static void letra(){\n\t\tScanner sc=new Scanner(System.in);\n\t\tchar letra;\n\t\tSystem.out.println(\"Introduzca una letra: \");\n\t\tletra=sc.next().charAt(0);\n\t\t\n\t\tswitch(letra){\n\t\t\tcase 'a': case 'A':\n\t...
3948c5ded44c7609a0687ee5823d3069
Sets the "Orgref" element
[ { "docid": "aa9b7b2e19d42a910f9ef7dde2fc9cd5", "score": "0.86085284", "text": "void setOrgRef(gov.nih.nlm.ncbi.www.OrgRefDocument.OrgRef orgRef);", "title": "" } ]
[ { "docid": "a9f954acdd8191fc4d570580d0148d2a", "score": "0.69298846", "text": "gov.nih.nlm.ncbi.www.OrgRefDocument.OrgRef addNewOrgRef();", "title": "" }, { "docid": "beaa4732c030d094706fe68c3291d0cf", "score": "0.6835301", "text": "void setOrg(gov.nih.nlm.ncbi.www.SeqdescDocument.Se...
3be3454b860dad032e8fae90140f59c3
/ pushes node (node != null) onto the stack as new head element
[ { "docid": "83236070280923e8194858831cd34d27", "score": "0.6282553", "text": "public void push(StringNode node) {\n\t\thead = new Entry(head, node);\n\t}", "title": "" } ]
[ { "docid": "5afb4a4c9687d9ae0e52e7beaaf5b2c5", "score": "0.72967356", "text": "@Override\n public E push(final E obj) {\n top = new Node<E>(obj, top);\n return null;\n }", "title": "" }, { "docid": "b2cca1f3a34866a800912ad5a3e9effb", "score": "0.7066454", "text": "public void...
cfd5cd90526bb91c9bf9c8b7f9606661
Use this factory method to create a new instance of this fragment using the provided parameters.
[ { "docid": "a7297c0ebfecfb1c74c85289196c4a45", "score": "0.0", "text": "public static SearchConceptsFragment newInstance() {\n SearchConceptsFragment fragment = new SearchConceptsFragment();\n return fragment;\n }", "title": "" } ]
[ { "docid": "a2af29062fb94542c4294b2bb254b8cb", "score": "0.70400536", "text": "public static Faqfragment newInstance() {\n Faqfragment fragment = new Faqfragment();\n Bundle args = new Bundle();\n\n\n return fragment;\n }", "title": "" }, { "docid": "b2eb26f89a2f4a756...
65d6982af866826a1419afd1e9c9a8be
Test of insert method, of class VenteMod.
[ { "docid": "0d9d19462d8f1a9a84fe1c2c7c7ed233", "score": "0.79827696", "text": "@Test\n public void testInsert() {\n System.out.println(\"insert\");\n Vente table = null;\n VenteMod instance = new VenteMod();\n boolean expResult = false;\n boolean result = instance.i...
[ { "docid": "7a115f7f32020986bcaaabf1d8f34476", "score": "0.736459", "text": "public void insert(){\n\t\t\n\t}", "title": "" }, { "docid": "ce73b4f3d92944f6b32b5ba54f845f1a", "score": "0.7352017", "text": "@Override\r\n\tpublic void insertar() {\n\t\t\r\n\t}", "title": "" }, {...
a7b42640eb2b3c7657ce575eb71a9d73
The RDBMS instances. repeated .sdxsvccommon.RdbmsInstance rdbmsInstances = 1 [(.options.FieldExtension.pagingResult) = true];
[ { "docid": "c4e4506fb0e405828a002c907c796920", "score": "0.60250086", "text": "public com.cloudera.thunderhead.service.sdxsvccommon.SDXSvcCommonProto.RdbmsInstance.Builder getRdbmsInstancesBuilder(\n int index) {\n return getRdbmsInstancesFieldBuilder().getBuilder(index);\n }", ...
[ { "docid": "8e5cb35b7b783a2d91f3fb9ceb734fd1", "score": "0.8146481", "text": "java.util.List<com.cloudera.thunderhead.service.sdxsvccommon.SDXSvcCommonProto.RdbmsInstance> \n getRdbmsInstancesList();", "title": "" }, { "docid": "8e5cb35b7b783a2d91f3fb9ceb734fd1", "score": "0.81464...
a26c4be461750eb80cad61e5b6efbe81
Property mutator, does nothing if not overloaded.pointsNumber.
[ { "docid": "b6ac0f407f9d702551cad245181761fc", "score": "0.6244691", "text": "public void setPointsNumber(REAL pointsNumber) { /*throw new UnsupportedOperationException();*/ }", "title": "" } ]
[ { "docid": "ae45bdfc5762642e2e9ddad2542545bf", "score": "0.5693573", "text": "public abstract double setPoints(OfflinePlayer player, double points);", "title": "" }, { "docid": "4d3b2a0ecdeb8ec9c997e06897f1ec14", "score": "0.561198", "text": "void setPoints(int points);", "title"...
72792afe2cb654b17ed85b80afab6970
This program reads the integers between 1 and 100 and counts the occurrences of each. Initialize array.
[ { "docid": "0a1ad5ef4173f95a8581f35618ad2835", "score": "0.6615054", "text": "public static void main(String[] args) {\n\t\tint[] counts = new int[100]; \r\n\t\t\r\n\t\t// Welcome the user.\r\n\t\t\r\n\t\tSystem.out.println(\"Welcome to the Occurrence Counter Program.\");\r\n\t\tSystem.out.println(\"Thi...
[ { "docid": "47e224768b27fcf777c9981891454bf3", "score": "0.7229877", "text": "public static void main(String[] args) {\n Scanner scanner = new Scanner (System.in);\n int n = scanner.nextInt();\n int[] counts = new int[100];\n for ( int i = 0; i < 100; ++i )\n count...
494b09ae1932e6702d3cfc01d2559c50
Returns a list of all products in the user's shopping list
[ { "docid": "4d850116c065f8e5c00f605c3ac07e5d", "score": "0.71282166", "text": "public static List<Pair<Product, Integer>> getShoppingList(CustomerUser user)\n {\n ArrayList<Pair<Product, Integer>> shoppingList = new ArrayList<>();\n try {\n PreparedStatement searchStatement ...
[ { "docid": "9003a5c9f726e72b4b3f5d06c7139075", "score": "0.7240653", "text": "@Override\n\tpublic List<Product> showAllProduct() {\n\t\treturn myList;\n\t}", "title": "" }, { "docid": "adcfabd335d917961fadbfa7e79361cd", "score": "0.7134088", "text": "@GET\n public List<Product> ge...
ae06f691b7d5aca966cab76f24324203
User cancelled the dialog
[ { "docid": "c07cded8230cf01fd11dfd5d7998badd", "score": "0.0", "text": "public void onClick(DialogInterface dialog, int id) {\n\t\t\t\t\t\t\t}", "title": "" } ]
[ { "docid": "a30ba3acd04819968314bcef47ef4589", "score": "0.86170024", "text": "@Override\n public void cancel() {\n dialog.cancel();\n }", "title": "" }, { "docid": "edd464eaf9e9a88786840662deacd070", "score": "0.817844", "text": "@Override\n\t\t\t\t\tpublic void doCance...
559a2a0f99b4c7f251ba16989c665175
Returns the result of interpreting the object as an instance of 'Loaded By Type'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "f2673fc08aa75c9c0771c76056052627", "score": "0.7697294", "text": "public T caseLoadedByType(LoadedByType object) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "924bbef103279ae33d248a16dd85ae48", "score": "0.6764784", "text": "public T caseAppliedLoadType(AppliedLoadType object) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "790dd08303b1dacc6eb9987ace109f52", "score": "0.6474755", "text": "public T caseResultForLoadGroupTy...
759d2b20acbdacf50901042dde507f1a
Calculates the radius for the circle.
[ { "docid": "521ca45501704d78419e81fb0a6575c4", "score": "0.0", "text": "public static double getRoundCoverageRadius(double antennaHeight, double receiverHeight){\r\n \t\tif(receiverHeight < 0) receiverHeight = DEFAULT_RECEIVER_HEIGHT;\r\n \t\t\r\n \t\treturn 2.5*(Math.pow(antennaHeight, 0.5) + Math.pow(...
[ { "docid": "ebb658bcbfe3e412cd54691cccdd5c55", "score": "0.75622374", "text": "public double getCircleRadius()\r\n {\r\n double area = getArea();\r\n return area / (2*side);\r\n }", "title": "" }, { "docid": "193aa5a8f3e5b77e85069c933b1a5b39", "score": "0.74969983", ...
8f14c8f6df088b74e74bf3a8a989538e
Called when another command which requires one or more of the same subsystems is scheduled to run
[ { "docid": "c54eb8483380f6d4ce5b3eef7dcac878", "score": "0.0", "text": "@Override\n protected void interrupted() {}", "title": "" } ]
[ { "docid": "2f3760edb35ff7b32df9dfc65fabd733", "score": "0.56685185", "text": "public AutonomousShootAndPickUpBalls(MecanumDriveSubsystem subsystem1) {\n m_subsystemDrive = subsystem1;\n // Use addRequirements() here to declare subsystem dependencies.\n addRequirements(subsystem1); \n addR...
5d2333e828d5def1aa42cb730d57eac6
Show 3 total pages.
[ { "docid": "16060029f737d8fc4884531ef9412d10", "score": "0.0", "text": "@Override\n public int getCount() {\n return 3;\n }", "title": "" } ]
[ { "docid": "043a4fb5fc4960a9cf7eef82ce87505a", "score": "0.66175514", "text": "public int getTotalPage();", "title": "" }, { "docid": "d3ad5bb5950f3e94aafa244237d23ff6", "score": "0.6305067", "text": "private void makeResultPage(int totalCount, int resultCount) {\n\n\t}", "title"...
4daa78536163389d928de6d3da1a97f9
This function checks if the Date text is filled and if it is, stores the information.
[ { "docid": "4ea6f7a975727476f8f196d208ae07bf", "score": "0.72743297", "text": "private boolean checkDate() {\n EditText dateText = findViewById(R.id.datetext);\n if (dateText.getText() == null || dateText.getText().toString().length() == 0) {\n dateText.setError(\"Please enter d...
[ { "docid": "4462d68f374ae7231ba8aafd63600c7c", "score": "0.626002", "text": "private boolean checkDate() {\n if (fld_birthDate.getEditor().getText().equals(\"\")) {\n lbl_error_birthdate.setText(\"must enter birth date\");\n lbl_error_birthdate.setVisible(true);\n ...
7477b9e39a592443316c366623d37b02
/ returns list of Tuple3 (key, val from table, val from row)
[ { "docid": "14fdc46e5c0277f16fafe5e619497836", "score": "0.52193815", "text": "private <T1, T2> List<Tuple3<K, T1, T2>> join(Multimap<K, T1> tab, List<Pair<K, T2>> rows,\n JoinType leftType, JoinType rightType) {\n List<Tuple3<K, T1, T2>> res = new...
[ { "docid": "7ed879e521bb83dd9a81691169900608", "score": "0.6375978", "text": "private <T> Multimap<K, T> getJoinTable(List<Pair<K, T>> rows) {\n Multimap<K, T> m = ArrayListMultimap.create();\n for (Pair<K, T> v : rows) {\n m.put(v.getFirst(), v.getSecond());\n }\n ...
4331b7f58497e784af783df668ce50fd
/ renamed from: c
[ { "docid": "5bb2262640878ca065afc3642fb4880f", "score": "0.0", "text": "public int m2332c() {\n return this.f1432d;\n }", "title": "" } ]
[ { "docid": "1e50fdc0a079e9ccff8941a7c9d7b183", "score": "0.66310865", "text": "@Override\n\tpublic void c() {\n\t\t\n\t}", "title": "" }, { "docid": "1e50fdc0a079e9ccff8941a7c9d7b183", "score": "0.66310865", "text": "@Override\n\tpublic void c() {\n\t\t\n\t}", "title": "" }, ...
7ef0cd5013641d4eed73fb5d469bf4e9
/ Create and display the form
[ { "docid": "bc5505d84a927a19bdee96bab04bdbe3", "score": "0.0", "text": "public static void main(String args[]) throws FileNotFoundException {\n java.awt.EventQueue.invokeLater(new Runnable() {\n public void run() {\n new Tarifa().setVisible(true);\n }\n ...
[ { "docid": "d659f94e02c35251110bb62546ffc541", "score": "0.78871393", "text": "FORM createFORM();", "title": "" }, { "docid": "3ae2dda271c477faa4dcb1c844ac2e40", "score": "0.72069126", "text": "public static Result newForm() {\n return ok(newForm.render(palletForm, setOfArticl...