query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
c8590576543b79057a9e4a8fce958d2b
map<uint64, .proio.proto.Any> entry = 3;
[ { "docid": "01d0d35ea265cda63868f8aa6c3d482c", "score": "0.0", "text": "boolean containsEntry(\n long key);", "title": "" } ]
[ { "docid": "f9c7afdf6701026bdaf804c67317bddc", "score": "0.7650324", "text": "java.util.Map<java.lang.Long, proio.Proto.Any>\n getEntryMap();", "title": "" }, { "docid": "c5b91d123e7293e61f380cce05a39013", "score": "0.63741875", "text": "proio.Proto.Any getEntryOrThrow(\n l...
5bf7ecc7185254b64d53db1834f57018
Returns the first job in the ordered set where userId = &63; and status = &63;.
[ { "docid": "7b0eca7fcaec6f4dbc2458d752bd4bc8", "score": "0.7160054", "text": "public Job findByStatus_U_First(long userId, int status,\n\t\tcom.liferay.portal.kernel.util.OrderByComparator<Job> orderByComparator)\n\t\tthrows NoSuchJobException;", "title": "" } ]
[ { "docid": "d2054b343d5779dd76dd4bdaf1f5332a", "score": "0.7943761", "text": "public Job fetchByStatus_U_First(long userId, int status,\n\t\tcom.liferay.portal.kernel.util.OrderByComparator<Job> orderByComparator);", "title": "" }, { "docid": "0c43728b2e89d105d9953fd71154ad48", "score": ...
da3edb296b3542e2adedf6e25a91a037
TODO: Rename method, update argument and hook method into UI event
[ { "docid": "a807a154bceff236ba6fe8b144625dfc", "score": "0.0", "text": "public void onButtonPressed(Uri uri) {\n if (mListener != null) {\n mListener.onFragmentInteraction(uri);\n }\n }", "title": "" } ]
[ { "docid": "33411cc3c9bc078541878cff2a37e7b8", "score": "0.6526376", "text": "@Override\n\t\t\t\tpublic void handle(ActionEvent event) {\n\n\t\t\t\t}", "title": "" }, { "docid": "33411cc3c9bc078541878cff2a37e7b8", "score": "0.6526376", "text": "@Override\n\t\t\t\tpublic void handle(A...
46ef1ea1493196e116d5f791164b5b0e
Iterates through the supported GATT Services/Characteristics.
[ { "docid": "2654bf155d0c943adb7927cd1976785b", "score": "0.7257331", "text": "private void detectGattServices(List<BluetoothGattService> gattServices) {\n if (gattServices == null) return;\n String uuid;\n String unknownServiceString = getResources().getString(R.string.unknown_servi...
[ { "docid": "7ed4ecf80d924324f802bf3fc0e660fa", "score": "0.6950985", "text": "private void displayGattServices(List<BluetoothGattService> gattServices) {\n if (gattServices == null) return;\n String uuid = null;\n String unknownServiceString = getResources().getString(R.string.unkno...
13992a9237df28e1dd8eb7e43e7fe65c
Sets the scope of a search
[ { "docid": "95f7dcd27140399529d5ddd7714b6477", "score": "0.6246015", "text": "public void setScope(int scope) {\n this.scope = scope;\n }", "title": "" } ]
[ { "docid": "78b3d7f6bf3ec24e34dbee2f659f7209", "score": "0.76025164", "text": "public LdapSearch setScope(SearchScope scope) {\n this.scope = scope;\n return this;\n }", "title": "" }, { "docid": "2c83be481de1120cde767cca420286b7", "score": "0.7085802", "text": "public ISearch...
b2d22d94cd2178db9768fc2ffc0a2f25
Returns the result of interpreting the object as an instance of 'False'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "70e87f456aaa2e4e0ef85e5ea9cc7dd4", "score": "0.78545064", "text": "public T caseFalse(False object) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "95720794a79c0e7eb9fb464eae69d4af", "score": "0.7637633", "text": "public RubyBoolean getFalse() {\n return falseObject;\n }", "title": "" }, { "docid": "7f0f2622fc5222e1604e6b5874dc0074", "score": "0.75475496", "text": "public RubyBoolean getFalse() {\n ...
fcf070440963ecfafa634ec9f58e197e
request permission to access external storage
[ { "docid": "1db1d6e4718fe5e72880245d27c6c4a4", "score": "0.0", "text": "@Override\n public void onClick(View view) {\n submitRoom();\n }", "title": "" } ]
[ { "docid": "5b7eafa1819fc03adaaed45f18f0d549", "score": "0.7595265", "text": "private void userPermission() {\n if (ContextCompat.checkSelfPermission(this,\n Manifest.permission.READ_EXTERNAL_STORAGE) == PackageManager.PERMISSION_GRANTED) {\n } else {\n requestSto...
28a6dbff4cd1a151a6df5c07194f3a40
Removes child for the given key if exists
[ { "docid": "3ed86500d93f15dc25f9e6c87f90b81f", "score": "0.86501634", "text": "E removeChild(final K key);", "title": "" } ]
[ { "docid": "910e7b0dad77e55a4081d6d41b35c474", "score": "0.83336383", "text": "public void removeChild(String key) { children.remove(key); }", "title": "" }, { "docid": "68d0d50c4ce33cacb2f44d2a38f4107d", "score": "0.7059721", "text": "void removeChild(String parentKey, UpdatableMode...
c8d50d80630f0bdea6441a0f4a70074b
Run antlr and return a result that shows the output status, generated files and any captured messages.
[ { "docid": "1bb60cb9949ed6203706943ae5b612b9", "score": "0.52566737", "text": "AntlrSourceGenerationResult build() throws IOException;", "title": "" } ]
[ { "docid": "92325a7ce18ee0ff09ebef04e57c0734", "score": "0.56815004", "text": "public static void main(String[] args) throws Exception {\n CommandLineParser cmdParser = new GnuParser();\n\n// create the Options\n Options options = new Options();\n\n\n options.addOption(OptionBuilder...
e65fc42ff546a441b674ae31825e96c3
Checks to see whether the clientSite is currently active. If it is not then this will try to activate. The boolean return value indicates whether the clientSite is now active after the call to this method.
[ { "docid": "9a07faa23231894a8b57c6e744491678", "score": "0.0", "text": "private int activateIfNotAlready () {\n if (wrapper instanceof ActiveXDisplayComponent)\n { \n ActiveXDisplayComponent axDisplay = (ActiveXDisplayComponent) wrapper; \n Dimension size = axDisplay.getSize();\n...
[ { "docid": "186c168d808afcae54bdb61441b14ae1", "score": "0.6635441", "text": "public static boolean isActive() {\n\t\treturn activated;\n\t}", "title": "" }, { "docid": "3ea96ccb366c005fb75fd1ece030cdc8", "score": "0.65903723", "text": "public boolean isActivated() {\n\t\t\treturn is...
bd4fad59fc55d98cc99476843f1a8522
Change scene to the principal.
[ { "docid": "d7c2addaef45b4fddc4ab85544d448c2", "score": "0.6620114", "text": "private void returnToPrincipal(Card card) {\n try {\n Node node = ((Node) card);\n Stage stage = (Stage) node.getScene().getWindow();\n FXMLLoader loader = new FXMLLoader();\n ...
[ { "docid": "dc57eab28028102e3205d87cbbe410ec", "score": "0.6366878", "text": "public void setCurrentScene(FXAutoScene currentScene) {\n\t\tthis.currentScene = currentScene;\n\t}", "title": "" }, { "docid": "8ffeb4c399d56da09f776bbd9dc13554", "score": "0.6349291", "text": "private voi...
f9c00e1d44805da87f62b71fbc17679f
Get the index value from the arg list
[ { "docid": "b1e8d37f4a53109b5df53420de025bbc", "score": "0.7897881", "text": "public int getIndex(List<Value> args) {\r\n\t\t\treturn args.get(INDEX_INDEX).get(Integer.class);\r\n\t\t}", "title": "" } ]
[ { "docid": "c8f25552e8b130de9595dffb8d477fac", "score": "0.781617", "text": "String getArgument(int idx);", "title": "" }, { "docid": "308a58796d5336127d31d22def5a8ab0", "score": "0.7062616", "text": "public Object getIndexedArgumentValue(int index) {\n\t\treturn this.indexedArgument...
92636d604f4a8c4077085970065fe661
Setup a game to use in these tests.
[ { "docid": "4a3be71e4b3605766ba673465d2efc7c", "score": "0.0", "text": "Game createGame2(){\n GameController gameController = new GameController();\n Game game = gameController.getGame();\n Player player = new Player(TokenColor.BLUE);\n player.setPlayerBoard(new PlayerBoard()...
[ { "docid": "989d9e2aa8fee69bc6eee6694c57edd4", "score": "0.78267384", "text": "@Override\n public void setupGame() {\n logger.info(\"Starting a new Multiplayer game\");\n\n // Start new game\n game = new MultiplayerGame(5, 5, gameWindow);\n }", "title": "" }, { "do...
7f74c5370aaf2db8654221a9f7275f1b
to parse the converted JSON to return a joke
[ { "docid": "52d50d20768ec81819c88d3c6364ad77", "score": "0.7442638", "text": "private static String parseJSON(String json) {\n String joke = \"\";\n\n try {\n JSONObject response = new JSONObject(json); //press Alt Enter to make it in try\n JSONObject value = response...
[ { "docid": "0d702cf85374f7d489af5538d2f66767", "score": "0.64468974", "text": "public static String getJokes() {\n String joke = \"\";\n try {\n URL jokesUrl = new URL(url);\n String json = null;\n try {\n json = setupHttpConnection(jokesUrl)...
ccfedad7b7b94c249506e5e6ff8b0d6d
For each laser head, get the next position of the head.
[ { "docid": "3e53da7bdb7fafb6f3af88466d92abd2", "score": "0.5793795", "text": "private Pair<List<Laser>, List<Vector2>> moveLaserHeads(Pair<List<Laser>, List<Vector2>> lasers) {\n\n List<Laser> nextHeads = new ArrayList<>();\n List<Vector2> nextHeadPositions = new ArrayList<>();\n\n ...
[ { "docid": "b471c4cdc5f846677ecf147a3e329acd", "score": "0.5908355", "text": "@Override //Returns the index of the element that would be returned by a subsequent call to next().\n public int nextIndex() {\n int index = 0;\n T nextData = current.next.data;\n GenericLinkedList<T>.N...
89f95cf575038da5f445a43ab4b9643f
/ 1.a branch manager should be able to see which properties need to be reviewed & listed 2.the property should be returned when searching for properties owned by this landlord
[ { "docid": "fc9afe647e020cf1633e15432b6ada02", "score": "0.6217747", "text": "@Test\n public void testAddRentalProperty() throws Exception {\n setUpLandlord();\n setUpRentalProperty(landlord);\n\n branch.addProperty(rentalProperty);\n\n List<Property> ps = branch.getProper...
[ { "docid": "ca74643369acd58fd553ca4c684c2902", "score": "0.72312623", "text": "@Test\n public void testBrowseRentalPropertyByType() throws Exception {\n Landlord[] landlords = {\n (Landlord)branch.login(branch.register(\"a.de.landlord@gmail.com\", \"123\", \"Landlord\"), \"123\"),\n...
c9d3945073c22c3912b46f3ee71752cf
<< define FldINARTKPrintWorkOrder 76
[ { "docid": "b1a007070e3d07e15b4efbbd691c83f7", "score": "0.73830116", "text": "public static Object $$$FldINARTKPrintWorkOrder(mContext m$) {\n return (76);\n }", "title": "" } ]
[ { "docid": "6440a570744ba7a9f99e8afd4cc85b4e", "score": "0.66554016", "text": "public static Object $$$StrINARTKPrintWorkOrder(mContext m$) {\n return (m$.fnc$(\"COMConst.GetPropertyName\",\"INARTK\",76));\n }", "title": "" }, { "docid": "f95b08ca22aa4fb3399e288461b05206", "score": "...
ee3fb3a6ba6059922b0fc17cc39431f8
adds a new message to text area with sending ID
[ { "docid": "d8eef7431887f1d16965f8d5a4b8b150", "score": "0.62022907", "text": "public void DisplayToChat(String id, String message) {\n chatArea.append(id + \" - \" + message + \"\\n\");\n }", "title": "" } ]
[ { "docid": "73f0b93c8b2f4dcf82c1ed3914160b00", "score": "0.6961247", "text": "@RequestMapping(path = \"/add-message\", method = RequestMethod.POST)\n public String addMessage(String text, Integer id) {\n Message message = new Message(text, messages.size() + 1);\n messageRepository.save(...
11aa8f3ae8cec37638261bd7db86aab9
The ComponentManager is responsible for producing the component definitions
[ { "docid": "9d40d751e3a2edca5996906abb1333af", "score": "0.0", "text": "@Exposed(accessLevel = AccessLevel.PUBLIC)\n public void getComponentDefinitions(OutputStream out) throws Exception\n {\n ComponentManager engine = ComponentManager.getInstance();\n if (engine.getCdaDefinitions() == null...
[ { "docid": "b907a54212903630371714a92fdf3cb6", "score": "0.6395441", "text": "private void createUIComponents() {\n }", "title": "" }, { "docid": "b907a54212903630371714a92fdf3cb6", "score": "0.6395441", "text": "private void createUIComponents() {\n }", "title": "" }, ...
8598feae7f411f1834b870fc5d6b8ac8
Verify that modules and aliases containing combining marks are handled correctly
[ { "docid": "dfca7d17fd2bccad7d0cf956eae0a5ae", "score": "0.65015954", "text": "@Test\n\tpublic void testImportCombining() {\n\t\tString dataDir = \"test/data/modules\";\n\t\tString file = \"nb_64.ipynb\";\n\t\tPythonModule expectedModule = new PythonModule(\"modulé\", \"àpa\", ImportType.ALIAS);\n\t\tve...
[ { "docid": "3df5e9d4ef571ddaa7d4c9931f0d30aa", "score": "0.67353696", "text": "@Test\n\tpublic void testSingleImportWithAlias() {\n\t\tString dataDir = \"test/data/modules\";\n\t\tString file = \"nb_2.ipynb\";\n\t\tPythonModule expectedModule = new PythonModule(\"kalv\", \"naut\", ImportType.ALIAS);\n\t...
933b2e1486743c52a1819bb97c200459
granted value codes & action codes
[ { "docid": "a64eaaebf5674b0009645e58cd538488", "score": "0.0", "text": "@Override\n public List<PrivilegedResourceTreeView> listGrantedHierarchyResources(String roleCode) {\n Set<String> resourceCodes = resourceRoleRelationshipService.listGrantedResources(roleCode)\n ...
[ { "docid": "4f95fcde99793fe0739f2ceb31a1cab0", "score": "0.6362577", "text": "public List<String> grantedValues() {\n return this.grantedValues;\n }", "title": "" }, { "docid": "632575c6fe04086ea65afa91ed58b9de", "score": "0.62684846", "text": "abstract String degreeToBeGra...
d6fd1150ebc656b7cc54ae2f093afa84
setter for Property 'from'.
[ { "docid": "fbbce13171a8cf7adc0e5dad2245090a", "score": "0.7017196", "text": "public void setFrom(final java.util.Date argValue) {\n\t\tProperty.createInstance(getType().getPropertyType(\"from\"), this).setValue(argValue);\n\t}", "title": "" } ]
[ { "docid": "e3095bfccbd6812dd429c01600054550", "score": "0.81850094", "text": "@Override\n public void setFrom(String from) {\n this.from = from;\n }", "title": "" }, { "docid": "8eea70ac8c697ffc44ed7e6dc7a37a7a", "score": "0.7909172", "text": "public void setFrom(String...
da115acf8b4a5e217b5fa9bd9945c025
check if the given award account exists
[ { "docid": "673fe674303e146c4157639aab8d050b", "score": "0.7217005", "text": "protected boolean checkAwardAccount(AwardAccount awardAccount) {\n boolean success = true;\n int originalErrorCount = GlobalVariables.getMessageMap().getErrorCount();\n String errorPathPrefix = OLEConstant...
[ { "docid": "ef386fe9922dcfce3f037446abcca278", "score": "0.71151286", "text": "boolean hasAccount();", "title": "" }, { "docid": "ef386fe9922dcfce3f037446abcca278", "score": "0.71151286", "text": "boolean hasAccount();", "title": "" }, { "docid": "ef386fe9922dcfce3f037446...
88b5c5140bedb8ed1ec67a28c8ff18b0
Test case number: 73 / 151 covered goals: Goal 1. org.apache.commons.lang3.StringUtils.reverseDelimited(Ljava/lang/String;C)Ljava/lang/String;: Line 5185 Goal 2. org.apache.commons.lang3.StringUtils.containsAny(Ljava/lang/String;[C)Z: Line 1218 Goal 3. org.apache.commons.lang3.StringUtils.containsAny(Ljava/lang/String;...
[ { "docid": "2323cea89f8077e385eb2b0edc488337", "score": "0.64611", "text": "@Test\n public void test073() throws Throwable {\n boolean boolean0 = StringUtils.containsAny(\"1.8\", \"1.4\");\n String string0 = StringUtils.defaultString(\"1.4\", \"\");\n boolean boolean1 = StringUtils.equ...
[ { "docid": "b11474817cc11774352d185a5314cb5d", "score": "0.67063904", "text": "@Test\n public void test031() throws Throwable {\n String[] stringArray0 = new String[3];\n stringArray0[0] = \"\";\n stringArray0[1] = \"\";\n stringArray0[2] = \"\";\n String[] stringArray1 = Str...
a6a2ab4095dd24cd426e08a1da29cdba
GENLAST:event_btnRemoveNewCourseActionPerformed btnSubmitNewCourses Submits Courses with appropriate fields to Classes Table.
[ { "docid": "975adaea205b4fc534c9820a04709519", "score": "0.6480595", "text": "private void btnSubmitNewCoursesActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnSubmitNewCoursesActionPerformed\n \n //Instanced Variables\n String courseID; //CourseID (ex. CS3304,...
[ { "docid": "be3c53646b6f458e8dba599af695f378", "score": "0.64752054", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n lblCourseCode = new javax.swing.JLabel();\n ...
3615a0a9f26484e45414f658dc63e841
Checks if this RubyEnumerable contains only one element which are true returned by the block.
[ { "docid": "37c8bdc287731067c0a59875712562aa", "score": "0.6073237", "text": "public boolean oneʔ(final EntryBooleanBlock<K, V> block) {\n return oneʔ(new BooleanBlock<Entry<K, V>>() {\n \n @Override\n public boolean yield(Entry<K, V> item) {\n return block.yield(item.getKey(), i...
[ { "docid": "709c404e25657dab7048edb441c28f1c", "score": "0.6365828", "text": "ListChecker<T> exactlyOne() {\n assertNotNull(it);\n assertFalse(it.isEmpty());\n assertEquals(1, it.size());\n return this;\n }", "title": "" }, { "docid": "84cf9...
25d380c276fc814b0e80a80a63f67d4a
Creating a pane, textfield and button
[ { "docid": "3fa0d5c5aec62e1bc88a04a075805aca", "score": "0.63598466", "text": "private GridPane loginPane() {\n GridPane loginPane = new GridPane();\n\n emplNameText = new TextField(\"Name\");\n Button conButton = new Button(\"Confirm\");\n conButton.setOnAction(e -> confirm(...
[ { "docid": "4eb15bf2ec2adc77ed969d740f2c5a0d", "score": "0.7020032", "text": "private void makeControls() {\n tiles.getChildren().clear();\n Label label1 = new Label(\"Placement:\");\n textField = new TextField();\n textField.setPrefWidth(300);\n Button button = new Bu...
b44f294a101e3c8a1f2f78a7b48fc758
This method was generated by MyBatis Generator. This method corresponds to the database table caiji
[ { "docid": "98c82600b947fafef2baf87346c5e73c", "score": "0.0", "text": "public Criteria createCriteria() {\n Criteria criteria = createCriteriaInternal();\n if (oredCriteria.size() == 0) {\n oredCriteria.add(criteria);\n }\n return criteria;\n }", "title": "...
[ { "docid": "538a3f5163a17aff61b3756fb4399a88", "score": "0.6133149", "text": "@Override\r\npublic List<Iccard> selectAll() {\n\tList<Iccard> d=hiber.find(\"select new Map(i.icid as icid,i.name as name,i.money as money,i.iphone as iphone) from Iccard as i\");\r\n\treturn d;\r\n}", "title": "" }, ...
bec8404fc290a996a25826256ead6dd5
/ Chooses the correct operation (+, , /,or ), when given two distinct operands, ops[0] and ops[1]
[ { "docid": "f7a59a709e544439c923ca56c979cacf", "score": "0.6363122", "text": "private void performOperation(String operator) {\r\n\t\tDouble result = 0.0;\r\n\t\tDouble[] ops = new Double[2];\r\n\t\tif (this.isEmpty()) {\r\n\t\t\tthrow new EmptyStackException();\r\n\t\t} else if (this.size() == 1) {\r\n...
[ { "docid": "1eabcee0010ac641692a9ddecdf5a01c", "score": "0.76114094", "text": "private void eval(String[] ops) throws IllegalArgumentException {\n\tfor (String op : ops) {\n\t try {\n\t\toperatorStack.push(new Rational(Integer.parseInt(op)));\n\t\tcontinue;\n\t } catch (NumberFormatException e) {\...
b5f49e97b7bc34a3ee3b6a97f2303ff3
string ownerUserId = 1;
[ { "docid": "138678da0ed0ba6384fad907668ec6e8", "score": "0.0", "text": "@java.lang.Override\n public com.google.protobuf.ByteString\n getOwnerUserIdBytes() {\n return com.google.protobuf.ByteString.copyFromUtf8(ownerUserId_);\n }", "title": "" } ]
[ { "docid": "5a6325550a1e27fa4b9de9a6525b38a7", "score": "0.7738181", "text": "java.lang.String getOwnerUserId();", "title": "" }, { "docid": "5a6325550a1e27fa4b9de9a6525b38a7", "score": "0.7738181", "text": "java.lang.String getOwnerUserId();", "title": "" }, { "docid": "...
902ef4b320e3f925797c0e577b2ffbd7
Deserializes a serialized license into an actual License object.
[ { "docid": "152bdcc34602e26b7136dca639090bd8", "score": "0.6036396", "text": "public static ALicense deserialize(byte[] data) {\n String string = new String(data, LicensingCharsets.UTF_8);\n String[] parts = string.substring(1, string.length() - 1).split(\"\\\\]\\\\[\", -1);\n\n ret...
[ { "docid": "587d39b3e9806948dda5753ae963b2bd", "score": "0.5490349", "text": "public void decode(String serialize);", "title": "" }, { "docid": "c766eb7208b9a301c54dcef78f6fd0b9", "score": "0.530274", "text": "final void setLicense(String license) {\n this.license = license;\n }"...
b713a6e2e1dfe54f516c348f13ea5ae0
Returns the document record where RecordName = &63; and UserID = &63; and SubjectID = &63; and FileTreePath = &63; or returns null if it could not be found, optionally using the finder cache.
[ { "docid": "6fc0edc2530948fd75350c1dd6711a10", "score": "0.70381016", "text": "public DocumentRecord fetchByRecordProperties(String RecordName,\n\t\tlong UserID, String SubjectID, String FileTreePath,\n\t\tboolean retrieveFromCache) throws SystemException {\n\t\tObject[] finderArgs = new Object[] {\n\t\...
[ { "docid": "603456beb10273ab9de0cd0c9316f17a", "score": "0.7107835", "text": "public DocumentRecord fetchByRecordProperties(String RecordName,\n\t\tlong UserID, String SubjectID, String FileTreePath)\n\t\tthrows SystemException {\n\t\treturn fetchByRecordProperties(RecordName, UserID, SubjectID,\n\t\t\t...
97cd6587538121cad3ede2a016ae2c78
Regresa el nombre del conductor.
[ { "docid": "2a258fe82146884417e2584cf9dc7f76", "score": "0.6859806", "text": "public String getNombreConductor() {\n return nombreConductor;\n }", "title": "" } ]
[ { "docid": "11aa7bc524d64401f8b32731c674ee67", "score": "0.74137", "text": "public void setNombreConductor(String nombreConductor) {\n this.nombreConductor = nombreConductor;\n }", "title": "" }, { "docid": "dda4f37f4d7c1659a77a4644103cc110", "score": "0.65890896", "text": ...
28700360d4177eb36dc68ca0f126e351
Aria2 options Created by canzheng on 2017/4/4.
[ { "docid": "f3c5aca16578cb8dc7e5d3b5ee70ec35", "score": "0.0", "text": "public interface OptionAware<T extends OptionAware> {\n /**\n * Set option\n *\n * @param option\n * @param value\n * @return\n */\n T setOption(String option, String value);\n\n /**\n * Set string option\n *\n ...
[ { "docid": "18bbc8f10013e81286676480baba5482", "score": "0.6529707", "text": "public void activateOptions()\n {\n }", "title": "" }, { "docid": "1842a448274529fb870f8673dd6cc2e4", "score": "0.6155961", "text": "private void fillOptions()\n\t{\n\t\tTextManager tm = TextManager.g...
8e1236b2b5a4250399390b4464a44275
This method is used to delete the product.
[ { "docid": "418fd25d29cb0a653a4160842f199ccd", "score": "0.7940669", "text": "public Product deleteProduct(long id);", "title": "" } ]
[ { "docid": "715e2089c606400b3be3a68753a9c1dd", "score": "0.84745485", "text": "@Override\r\n \tpublic void deleteProduct() {\r\n \t\tif (!canDeleteProduct()) {\r\n \t\t\tthrow new IllegalStateException(\"Unable to delete Product\");\r\n \t\t}\r\n \r\n \t\tgetProductManager().unmanage(getSelectedProductT...
2c391ddb168244e85de2312002bf3923
???????? ??????? ? ??????
[ { "docid": "847297940971e5d6ce73199716540aed", "score": "0.0", "text": "public boolean add(Product product) {\n if (!ensureCapacity()) {\n increaseArray();\n }\n container[count++] = product;\n return true;\n }", "title": "" } ]
[ { "docid": "4420b4784e091ad6597c7b0a16280889", "score": "0.61112297", "text": "private static String guessAppropriateEncoding(CharSequence contents) {\n for (int i = 0; i < contents.length(); i++) {\n if (contents.charAt(i) > 0xFF) {//如果>255 因为像素点为0-255之间\n return \"UTF-...
fadaf905bd94aa1b53889743a4c0eb3c
Container's getter for WorkflowControlSearchVO1
[ { "docid": "0e6040b6de137c8e882a9e6a48993108", "score": "0.83689874", "text": "public WorkflowControlSearchVOImpl getWorkflowControlSearchVO1() {\n return (WorkflowControlSearchVOImpl)findViewObject(\"WorkflowControlSearchVO1\");\n }", "title": "" } ]
[ { "docid": "fc9c93aceeb054e009c974a3109621ef", "score": "0.5808905", "text": "public ValueSetBean.ComponentObject getComponentObject() {\r\n \t\tSystem.out.println(\"(******** getComponentObject ...\");\r\n \t_message = null;\r\n \r\n if (vsb.getUri() == null || vsb.getUri().length() < 1) {\...
de31823ea1002fa3697597328da301bd
/ access modifiers changed from: protected / renamed from: a
[ { "docid": "baaa75ee92d4a4beee86ab8f074f95a5", "score": "0.0", "text": "public ViewInfo mo87783a(C31346k.EnumC31349c cVar, C30809ba.EnumC30812c cVar2, ElementName.EnumC30816c cVar3, List<ViewLocation> list, String str) {\n return mo87784a(cVar, cVar2, cVar3, list, str, false);\n }", "title...
[ { "docid": "9e79e2bfc25b5f685e1b26cae9e584e5", "score": "0.6964006", "text": "protected abstract void Ataca();", "title": "" }, { "docid": "06012d51723afddd7b9003b92d7d49c3", "score": "0.6932429", "text": "protected void mo1734a() {\n }", "title": "" }, { "docid": "5d0...
0a879741d922316a38852c3068451797
This test case tests the functionality when both thresholds are defined. This is tested by validating that tag t1 is only reported as seen after observedTimeTreshold and tag t2 is only reported as seen after observedCountThreshold
[ { "docid": "5bd253a4e9d11aa940cdd3fffc1e8d2b", "score": "0.805599", "text": "@Test\n\tpublic void tagsAreSeenThroughBothTresholds() throws Exception {\n\t\tTagData tag1 = new TagData();\n\t\ttag1.setEpc(new byte[] { 0x01 });\n\t\tTagDataList tagListTimeTreshold = new TagDataList();\n\t\ttagListTimeTresh...
[ { "docid": "659c4c821c6b7f4aa601e7569ff434da", "score": "0.68009645", "text": "@Test\n\tpublic void tagIsSeenAfterObservedTimeThreshold() throws Exception {\n\t\tTagData tag1 = new TagData();\n\t\ttag1.setEpc(new byte[] { 0x01 });\n\t\tTagDataList tagList = new TagDataList();\n\t\ttagList.getEntryList()...
8c4186b05456ec9bc83c28d3fa6423aa
idExists checks if id is in database
[ { "docid": "2ac58c88346e1abfba665ffcbccdd62c", "score": "0.77100396", "text": "public boolean idExists(int id) {\r\n\t\t\t\r\n\t\t\ttry {\r\n\t\t\t\tStatement stmt = c.createStatement();\r\n\t\t\t\tResultSet rs = stmt.executeQuery(\"SELECT * FROM \" + DATABASE + \" WHERE ID = \" + Integer.toString(id) +...
[ { "docid": "32a02038c70b00f2bd32dc5b2a8e3ed7", "score": "0.8081201", "text": "public boolean isExistById(String id);", "title": "" }, { "docid": "7be35c905d3c8982440cec5fe902041a", "score": "0.7893307", "text": "public boolean exists(String id);", "title": "" }, { "docid"...
c5d3c0258a33925f29c16b0f89ca2f87
Updates a single row in the cxp_vale_azul table.
[ { "docid": "9403ed174da7ed07ff07e7a1a1fdb73b", "score": "0.6265611", "text": "public void update(CxpValeAzulPk pk, CxpValeAzul dto) throws CxpValeAzulDaoException\r\n\t{\r\n\t\tlong t1 = System.currentTimeMillis();\r\n\t\t// declare variables\r\n\t\tfinal boolean isConnSupplied = (userConn != null);\r\n...
[ { "docid": "781b207a6faa6c7714ac993f3b18d485", "score": "0.6141805", "text": "public abstract boolean updateAines(int aines_id, String uusi_tuote, String uusi_resepti, double uusi_maara);", "title": "" }, { "docid": "d8f513875449691546306fe321765f9f", "score": "0.60229605", "text": "...
f190567decba8fccc56a5defb9273cd0
Get the local name of this type
[ { "docid": "89842aef658d6a67fa3e712c14441406", "score": "0.7341403", "text": "public String getName() {\n return StandardNames.getLocalName(fingerprint);\n }", "title": "" } ]
[ { "docid": "0e6e270644e1380dd8b57721f64eef2c", "score": "0.71228826", "text": "public String getLocalPart() {\n return node.get_LocalName();\n }", "title": "" }, { "docid": "1e1f5c03b7875caa8560fb7262844363", "score": "0.71118003", "text": "public String getLocalisedName() ...
6491365c9f823ae772f482642a80104f
Method getFactoryMap Get Map with all factory in galaxy
[ { "docid": "899da3aa2d6186390f4ba1f01364882f", "score": "0.7545307", "text": "public Map<String, Factory> getFactoryMap(){\n\t\treturn factoryMap;\n\t}", "title": "" } ]
[ { "docid": "ba718616fd8b7a40e9598899155b18d0", "score": "0.6358982", "text": "public abstract void createMap();", "title": "" }, { "docid": "67a7e4cc68713386001a3369b746bb62", "score": "0.6181906", "text": "public FactoryMapImpl()\n {\n super();\n }", "title": "" }...
75887f7d645b51853947e4791f69c0b5
Group the states first into individual panels
[ { "docid": "3c0edd69825c57433b856bc6fd4128bc", "score": "0.737681", "text": "private void updateStatesPanel() {\n\t\tList<BooleanTokenOverlay> overlays = new ArrayList<BooleanTokenOverlay>(MapTool.getCampaign().getTokenStatesMap().values());\n\t\tMap<String, JPanel> groups = new TreeMap<String, JPanel>(...
[ { "docid": "ba62faa384c13bcca34e8c3647c6e837", "score": "0.64513826", "text": "private void initPanels(){\n\t\t\n\t\t//jpHoaxes represents the panel that will show number of suspected hoaxes during a given range\n\t\tLabelReturnerPanel jpHoaxes= new LabelReturnerPanel(\"Hoaxes\");\n\t\tjpHoaxes.setCente...
cf979188a82a965d3f141c328c8f9473
Toast toast = Toast.makeText(mCtx.getApplicationContext(), "Seek media file from storage..." + music_title, Toast.LENGTH_SHORT); toast.show();
[ { "docid": "1aa4abe3358b832e91273ddd643956f6", "score": "0.0", "text": "public boolean updateMusicInfo(String music_url, String music_title, String music_artist, String music_duration, \n \t\tString lyric_url, String lyric_title, String lyric_encoding,\n\t\t\tString last_play) {\n \t\n\t\t\tConten...
[ { "docid": "28ea5b8e221463ebcee69452439ee75e", "score": "0.74742466", "text": "private void feedback1(){\n Context context = getApplicationContext();\n CharSequence text = \"Langsamer gehts auch\";\n int duration=Toast.LENGTH_SHORT;\n\n Toast toast=Toast.makeText(context, tex...
41d6ff4397421d615a055693783e69f2
switches to specified tab of jTabbedPane1
[ { "docid": "114d1318d7a74e1c12b1be0c7307cb17", "score": "0.0", "text": "private void onClickCartLabelPanel(int i){\n if (designPanelResizeHandler.getSelectedIndex() != i){\n designPanelResizeHandler.setSelectedIndex(i);\n }\n }", "title": "" } ]
[ { "docid": "6135ef8f06969c034b02192a6891e4c0", "score": "0.68513906", "text": "protected void setVisibleTab(JTabbedPane tabWidget, String title) {\n int index = -1;\n for (int i = 0; i < tabWidget.getTabCount(); i++) {\n if (tabWidget.getTitleAt(i).equals(title)) {\n index = i;\n ...
e3b398e3602c9ca1efc84a3bee048eed
This method was generated by MyBatis Generator. This method returns the value of the database column t_gun_resource.parent_resource_id
[ { "docid": "329b52e0afeec8f6a8f908301f3fa02a", "score": "0.7525838", "text": "public Long getParentResourceId() {\r\n return parentResourceId;\r\n }", "title": "" } ]
[ { "docid": "42a471cb9d291c69a58199c5efc78b21", "score": "0.7216863", "text": "public String getParent_id() {\n\t\treturn parent_id;\n\t}", "title": "" }, { "docid": "b74b6a005b738f1f4acd3d1cef17d866", "score": "0.71374416", "text": "public Long getParentid() {\n return parenti...
823f7a184a3a87e751dece2bd08de320
terminal INT returns ecore::EInt: "0".."9"+;
[ { "docid": "a2e4449663250725bfe7ddc24b1776fa", "score": "0.0", "text": "public TerminalRule getINTRule() {\n\t\treturn gaTerminals.getINTRule();\n\t}", "title": "" } ]
[ { "docid": "c3b0438ebd5699a12e63816a3fe99645", "score": "0.6831578", "text": "private static Expr integer(int i) {\n return new IntLiteralExpr(new DecIntNumericLiteralValue(String.valueOf(i)));\n }", "title": "" }, { "docid": "f239ed8369451db358d4bf1609ffcf75", "score": "0.64960766",...
3b402f9c11fd93ce65c38f0023604f24
Drop older table if existed
[ { "docid": "ebbd75d80e0f8b866aed599f0b2ef4d8", "score": "0.0", "text": "@Override\n public void onUpgrade(SQLiteDatabase db, int oldV, int newV) {\n db.execSQL(\"DROP TABLE IF EXISTS \" + TABLE_QUESTIONFour);\n\n // Create tables again\n onCreate(db);\n }", "title": "" }...
[ { "docid": "c9c0ba60552ae5379a59dce59cf79776", "score": "0.74168193", "text": "@Override\r\n\tpublic void dropTable() {\n\t\tif(tableIsExist(TABLE_NAME)){\r\n\t\t String sql = \"drop table \" + TABLE_NAME;\r\n\t\t Log.i(\"drop-->\",sql);\r\n\t\t database.execSQL(sql);\r\n\t\t}\r\n\t}", "tit...
e5dca494de31aebd1d04e64b1b4ec648
This method was generated by MyBatis Generator. This method corresponds to the database table e_recon_detail_result
[ { "docid": "e1b1e96dbc0df50e01cc4c97951ef1a5", "score": "0.0", "text": "int deleteByPrimaryKey(Integer id);", "title": "" } ]
[ { "docid": "998f00545e7690031ec2cb06291e1887", "score": "0.6414189", "text": "@Select({\n \"select\",\n \"id, order_id, goods_id, goods_detail_id, goods_count, status_id, single_price, \",\n \"total_price, remark, created_at, delete_flag\",\n \"from order_detail\",\n \...
49d9c5b4416427899f78418e1cd67ee0
Gets the first char of the value.
[ { "docid": "3d1a68ba7bf3559ad1e68f729a1ffe92", "score": "0.63682723", "text": "public char getChar(String section, String key)\n\t\t\tthrows NumberFormatException, IOException {\n\t\treturn (getString(section, key).charAt(0));\n\t}", "title": "" } ]
[ { "docid": "32dd55927ab16fa90b5d82d3fe7c9af4", "score": "0.7887971", "text": "public short getFirstChar() {\r\n return firstChar;\r\n }", "title": "" }, { "docid": "afd59956516c7c24f3c81802f189b596", "score": "0.7790831", "text": "public char asChar() throws XTypeMismatch {...
ed0deff09f24bed364e314bce451272f
Sets whether the context created by this game will be in debug mode. Adds error checking to many DevilUtil libraries, including DGL and DAL. Defaults to false.
[ { "docid": "6bccc87762dff6f85a398ce4d3ad1322", "score": "0.7452177", "text": "public static void setDebug(boolean debug)\n {\n if (running) throw new IllegalStateException(\"Debug must be set before running game.\");\n \n Configuration.DEBUG.set(debug);\n Configuration.DEB...
[ { "docid": "ccdc9d1e4909174046a3679f30abc479", "score": "0.7616873", "text": "public void setDebugMode(boolean debug) {debugMode_ = debug; }", "title": "" }, { "docid": "470044b1d1f7ac2ede01e7372104ecfb", "score": "0.74817574", "text": "void setDebugMode(boolean enableDebug);", "...
525297b24d056833e3798b52f2b9cd3b
/ JADX INFO: Multiple debug info for r2v13 java.util.Iterator: [D('payloadContext' org.json.JSONObject), D('keyIterator' java.util.Iterator)] / JADX INFO: Multiple debug info for r0v52 java.lang.String: [D('httpsClient' com.facebook.ads.redexgen.X.Pm), D('placement' java.lang.String)]
[ { "docid": "2d1857696a1c9a671f2f80b770023491", "score": "0.0", "text": "public static void A04(C0821Wi wi, MultithreadedBundleWrapper multithreadedBundleWrapper) throws JSONException {\n ArrayList<String> stringArrayList;\n NetworkInfo activeNetworkInfo;\n String bidderToken = Dynam...
[ { "docid": "3aa03e9b4d50d56c4b1f82e31d21f1ab", "score": "0.5699095", "text": "public void debugData() {\n log.debug(\"... debug data ...\");\n for (Map.Entry<String, String> entry : trackingDeviceInfo.entrySet()) {\n log.debug(entry.getKey() + \" : \" + entry.getValue());\n ...
1b9367fe2c35d5e8f093b6f1b116535d
Gets the "finalDefault" attribute
[ { "docid": "44226ec248b99cecdfc749bbac6f61cc", "score": "0.733121", "text": "java.lang.Object getFinalDefault();", "title": "" } ]
[ { "docid": "e188701dbf4741ff6e528104f2c4228a", "score": "0.8281299", "text": "public java.lang.Object getFinalDefault()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n targ...
6bf2ae09d2b63eefafa1d4a93b24d027
repeated .service.Dependency dependencies = 5;
[ { "docid": "bbb4a3727db6c843d1ae9a26cff29d3d", "score": "0.47892347", "text": "public Builder addDependencies(org.qmstr.grpc.service.Bom.Dependency value) {\n if (dependenciesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ...
[ { "docid": "528b3aa49a9853be87f2ffa725e9ae81", "score": "0.6058455", "text": "int getDependencyCount();", "title": "" }, { "docid": "b890eb90a5e8e4eaa8efb0e1f868d7f5", "score": "0.59562516", "text": "public void setDependService(DependService [] DependService) {\n this.DependS...
147636895eca725a206a8e7885926a40
Return the simple primary key value that identifies this object.
[ { "docid": "7068ed07f5418d9e73461e39e2004983", "score": "0.0", "text": "public java.lang.String getId()\r\n {\r\n return id;\r\n }", "title": "" } ]
[ { "docid": "a1a62fdf6e938cad6d406b04a998ab4a", "score": "0.7586545", "text": "String getPrimaryKey();", "title": "" }, { "docid": "a1a62fdf6e938cad6d406b04a998ab4a", "score": "0.7586545", "text": "String getPrimaryKey();", "title": "" }, { "docid": "1c447d7e8bd81195985170...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "bc8f41b812c80ba4c39befb1f7c6596b", "score": "0.0", "text": "@Override\r\n\tpublic String getErrorDescription() {\n\t\treturn null;\r\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}"...
1c82a988f20b5909e9f39c5323dbf5aa
/ / / / / / / / /
[ { "docid": "cc4f5be252b344c53e934d50e16480d9", "score": "0.0", "text": "public static boolean isRectAreaMeasure(@NonNull Annot annot) {\n/* */ try {\n/* 1468 */ if (6 == annot.getType() && \n/* 1469 */ annot.isValid() && \n/* 1470 */ !Utils.isNullOrEmpty(annot.getCustomDat...
[ { "docid": "c2abac99adbb5cc23924536ed7ed5bb2", "score": "0.54198474", "text": "@Override\n\tpublic void divertir() {\n\t\t\n\t}", "title": "" }, { "docid": "7eac1b1d76f46528fa7a1d81470b0b12", "score": "0.5406883", "text": "private int getBoundaryWidth(){ return right-left; }", "t...
2d55924fd8ac814c806674eb500dec9b
The stop() method will terminate all the simulation threads. It is not guaranteed to stop all the simulation threads at the same global time.
[ { "docid": "abd3f0ded1332c217cb000f6af03ced2", "score": "0.680356", "text": "public void stop() {\n if ( thread == null ) return;\n shouldRun = false;\n innerLoop = false;\n try {\n thread.join();\n } catch ( InterruptedException e) {\n // do noth...
[ { "docid": "3aaca02fc78fecf88664e97ed737091e", "score": "0.762815", "text": "private void stopSimulation(){\n if(simThread == null || cancelled == true){\n return;\n }\n //set cancelled flag - should kill simThread\n cancelled = true;\n try {\n //...
db794d227a7b3222502daba0481be3c0
Updates the info of a character.
[ { "docid": "0dd5480fa3472d8f2f53d53c3d025f40", "score": "0.0", "text": "public void deleteFamilyValues(String name, String toname, String lok)\n {\n itsLog.entering(this.getClass().getName(), \"deleteFamilyValues\");\n Connection con=null;\n ResultSet rst=null;\n PreparedS...
[ { "docid": "b0d8220db289d231be5d919828dc8cca", "score": "0.7084912", "text": "private void updateCharacter() {\n \n String placeHolderName = \"\";\n CharacterDTO myCharacter = myDao.getCharacterByName(placeHolderName);//I'm passing the character object to this dao method. The contro...
40896c4697a397ff8a8d951fe2e9866b
delete a specific game with its id param: Long gameId return: returns the deleted game Game
[ { "docid": "10b7a53de8e5a2078c5cf286954f9ed0", "score": "0.8102986", "text": "public Game deleteGameById(Long gameId) {\n Game gameToBeDeleted = gameRepository.findGameByGameId(gameId);\n\n if (gameToBeDeleted.getStatus() != GameStatus.DELETE) {\n return gameToBeDeleted;\n ...
[ { "docid": "dc5bdce1e96ee38f21a405364f4caaf0", "score": "0.81390154", "text": "@DELETE\n @Path(\"games/{id}\")\n @Produces(MediaType.APPLICATION_JSON)\n public Games deleteGame(@PathParam(\"id\") long id) {\n Games game = em.find(Games.class, id);\n if (game != null) {\n ...
467f6943457cc4b916e192860d284b7c
Sets the node instance end time.
[ { "docid": "55e49073624217069940510efce26ea3", "score": "0.79086673", "text": "public void setNodeInstanceEndTime(Date nodeInstanceEndTime) {\n\t\tthis.nodeInstanceEndTime = nodeInstanceEndTime;\n\t}", "title": "" } ]
[ { "docid": "f40d0ed16d3fe492cbbd4b7fd9a25f6e", "score": "0.75321144", "text": "void setEnd(net.opengis.gml.x32.TimeInstantPropertyType end);", "title": "" }, { "docid": "28dc3ffdbc8cbabf71851ba69a519a90", "score": "0.7160804", "text": "public void setEnd_time(long end_time) {\n ...
b2067d54ef0cd55a07da3627c88e13a2
Performs a deep copy on other.
[ { "docid": "5955b2be2acfe79198811a05a85e3824", "score": "0.0", "text": "public getProfile_args(getProfile_args other) {\n if (other.isSetUserEmail()) {\n this.userEmail = other.userEmail;\n }\n }", "title": "" } ]
[ { "docid": "422aa3aedd51a4824c3d714f62c73982", "score": "0.71398515", "text": "Copiable copy();", "title": "" }, { "docid": "87e9ae5a2bffcb75f04fc2f130734d02", "score": "0.6807433", "text": "public void copy(Bounds other) {\n top = other.top;\n left = other.left;\n ...
642bb112396c6bb09cda0619cb61a307
Create a new user.
[ { "docid": "5569df3a457974294eb01d1e81f1094a", "score": "0.0", "text": "@Override\n @Transactional\n public String createUserForUsernamePassword(String username, String password) throws UsernameAlreadyTakenException,\n InvalidPasswordFormatException {\n\n Assert.notNull(username,...
[ { "docid": "3d3d0f9217f7d3774bfb8ea11d4e9e12", "score": "0.8025916", "text": "void create(User newUser);", "title": "" }, { "docid": "54b2e47e123f11b9c681cebb4347077e", "score": "0.80227983", "text": "public com.vanban.model.user create(long userId);", "title": "" }, { "d...
a8be8a693391033e1a131980069e91eb
Checks whether a given bot is an enemy
[ { "docid": "db59f7c4bc4b12dc99bfbaf93339fb1c", "score": "0.70658153", "text": "public boolean isEnemy(String name) {\n\t\treturn !isTeammate(name);\n\t}", "title": "" } ]
[ { "docid": "b897a6364956a3540cc038048cc234f3", "score": "0.749677", "text": "private void checkEnemy()\r\n {\r\n ID object = EnemyManager.isEnemy(player.getX(), player.getY());\r\n\r\n if (object != ID.Null)\r\n if (object == ID.Trap)\r\n player.subHealth(Enemy...
0ea84c68cbec18f782b9caabff2dc375
if size = 1, the top is at index 0
[ { "docid": "e8276736ca039567cd1051763e3da262", "score": "0.58453846", "text": "public int peek()\n\t{\n\t\treturn elements[size-1];\n\t}", "title": "" } ]
[ { "docid": "73abf77a5b8fb89c49972051667a7f38", "score": "0.68860793", "text": "public int front ()\n { \n \treturn top();\n }", "title": "" }, { "docid": "a1b261499a06163be462eaf61eb6c985", "score": "0.6811754", "text": "public int size() {\r\n\t\treturn top;\r\n\t}", "t...
a22fb3697cc52f0a391a2604a5314767
ExStart:SplitAllMeshesofScenebyMaterial The path to the documents directory.
[ { "docid": "bd74ef3502d9ff390bf01c13641dc990", "score": "0.6528343", "text": "public static void run() throws Exception {\n String MyDir = RunExamples.getDataDir();\n MyDir = MyDir + \"test.fbx\";\n\n // Load a 3D file\n Scene scene = new Scene(MyDir);\n ...
[ { "docid": "16eff93cf520658453f95ad0e044e62a", "score": "0.4909003", "text": "public static void saveCoreMesh (OutputStream file, CalCoreMesh coreMesh) throws IOException\n {\n LittleEndianDataOutputStream out = new LittleEndianDataOutputStream (file);\n \n out.write (CalLoader.MESH...
bcee937cdb82d585aa531a9b0178c109
invoke the callback after response if its not null
[ { "docid": "9904395beee86832e3761f1539c9a90b", "score": "0.0", "text": "public void onFailure(HttpContext _context, Throwable _error) {\n if (getHttpCallBack() != null)\r\n {\r\n getHttpCallBack().OnAfterResponse(_context);\r\n ...
[ { "docid": "d1e93c501a4888d16f350215f28bd802", "score": "0.7169871", "text": "@Override\n public void callback(Void response) {\n }", "title": "" }, { "docid": "9efc40e7e09b0a5fb73ad63ef337fef3", "score": "0.6499861", "text": "@Override\r...
e6c091c201eacb2c92daaf8cad171d5f
Returns the result of interpreting the object as an instance of 'EOPENCL'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "c4d9d0e2394b3b67c229b26f687b3936", "score": "0.7984674", "text": "public T caseEOPENCL(EOPENCL object)\n {\n return null;\n }", "title": "" } ]
[ { "docid": "c378e1ccd1b6881bc11991a2b3dfebe5", "score": "0.6918469", "text": "public T caseEOPENCLCase(EOPENCLCase object)\n {\n return null;\n }", "title": "" }, { "docid": "705f195040b0aaaa60c1294ca1ed3c70", "score": "0.5852353", "text": "public T caseEOPENMP(EOPENMP object)\n...
fab9904216c675f5471b5ebac1f29e58
This method will extract annotations from the pinsFile if they have a chosen annotator and a chosen class.
[ { "docid": "440a102730852882b6bde2546365d5bd", "score": "0.75516266", "text": "private ArrayList<Article> extractFromPins(ArrayList<Annotator> chosenAnnotators, ArrayList<String> chosenClasses, ArrayList<String> chosenFiles)\n {\n ArrayList<Annotation> goodEntries = new ArrayList<Annotation>()...
[ { "docid": "d73587ba9845951a077130cfb7b5e012", "score": "0.6512984", "text": "private void processAnnotators()\n {\n //Initialize variables\n humanAnnotators = new ArrayList<Annotator>();\n setAnnotators = new ArrayList<Annotator>();\n\n //Create scanner through this file....
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a7dd9ab173cadbe8795969f985b4f232", "score": "0.0", "text": "@Override\n public boolean onSingleTapUp(MotionEvent e) {\n return false;\n }", "title": "" } ]
[ { "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}", ...
02355d39b47411ce723a280825bbd573
Add source path and resource paths of the project to the list of classpath items.
[ { "docid": "415f0143ffe3a359233a83c719b84762", "score": "0.5183131", "text": "private void addResources( final Collection<File> items, final Collection<Resource> resources )\n {\n for ( Resource resource : resources )\n {\n items.add( new File( resource.getDirectory() ) );\n ...
[ { "docid": "fd69a428ef3a81dd105a7238c8d420f4", "score": "0.695627", "text": "protected void addToClasspath(Collection<IPath> path)\n\t{\n\t\tclasspaths.addAll(path);\n\t}", "title": "" }, { "docid": "f71dca29b81c17d89e649ef8c2aa2968", "score": "0.6424364", "text": "protected void add...
abb33f85d76f7e8736e63ece06e7d531
databinding method to get an XML representation of this object
[ { "docid": "fe755c0aee92094a4809bc46cc82e9ef", "score": "0.0", "text": "public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)\n throws org.apache.axis2.databinding.ADBException{\n\n\n \n java.util.ArrayList elementList = new java...
[ { "docid": "e8e01405cbdc7e8bfc26bf89b5568b29", "score": "0.6843911", "text": "@Override\n\tpublic Object toXML() {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "b0e9b592ad8b2feda2c57830abb8794d", "score": "0.66853166", "text": "@Override\r\n\t\t\tpublic String toXml() {\n\t\t\t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cc2a090d36cb098da1ba31b087212fb9", "score": "0.0", "text": "@Override\r\n\tprotected void onActivityResult(int requestCode, int resultCode, Intent data) {\n\t\tsuper.onActivityResult(requestCode, resultCode, data);\r\n\t\t//===================================================\r\n\t\t\r\n\t\t/...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
0892143a13c2fb8dfd411cd7a1d2607a
The constructor for the BookFlight class which initializes and creates the BookFLight user interface
[ { "docid": "8366c253c0d6b352d0a5b2cd97880a7e", "score": "0.0", "text": "public BookFlight (boolean view, String firstS, String lastS, String DOBS, int numberS, String durationS, String dateS,\n\t\t\t\t\t\tString timeS, String priceS, String sourceS, String destinationS, String user, ObjectOutputStream s...
[ { "docid": "d5f316bbfc2e65568d38649f03a5d8c6", "score": "0.7432518", "text": "public FlightBooking() {\n\t\tsuper();\n\t\tinitialize();\n\t}", "title": "" }, { "docid": "560eb2e7e622be4c46efa8c93b973a1d", "score": "0.6804373", "text": "public AdminAddFlight() {\n initComponent...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a76caa26eb5701d6efb08c04c5d8f2bd", "score": "0.0", "text": "@Override\r\n public void moverAyuda() {\n System.out.println(\"La reina puede mover hacia cualquier dirección en linea recta / diagonal\");\r\n }", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
8ab3d2d683207ddf192c2619cd0fc7a2
Select answer by question id
[ { "docid": "f6a6b908673f0496262f8aba9e9eda1d", "score": "0.60126173", "text": "public List<Ts2__Answer__c> getAnswersForQuestion(String questionID);", "title": "" } ]
[ { "docid": "0da34493a690aa88f88325e25c90c234", "score": "0.7679918", "text": "ExamAnswer selectByPrimaryKey(Long id);", "title": "" }, { "docid": "e28d660c5f7cbed180699ee0d6ba69a8", "score": "0.71429145", "text": "Question selectByPrimaryKey(Integer id);", "title": "" }, { ...
8a6057852aaa3d1779b341b4678da9d1
/ access modifiers changed from: 0000
[ { "docid": "74c30e9f628e529efe38155d369af7e3", "score": "0.0", "text": "public boolean l(Context context) {\n File file = new File(q(context), \"tbs.conf\");\n if (file == null || !file.exists()) {\n return false;\n }\n return true;\n }", "title": "" } ]
[ { "docid": "092f51e9c99cd4188e1aae23e1830dfd", "score": "0.6770283", "text": "protected void func_70626_be() {}", "title": "" }, { "docid": "7962d153e783ad8caa520c66a0ffeeca", "score": "0.67082375", "text": "@Override\n\tpublic int getModifiers() {\n\t\treturn 0;\n\t}", "title": ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b1b1d93cfe2a05d1d9db395c3c0c364e", "score": "0.0", "text": "@Override\n\tpublic void updateNewsByName() {\n\t\t\n\t}", "title": "" } ]
[ { "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...
f4578e15a5d30cb9ad17c64b207400bf
When Adapter is created we hand it an ArrayList of Songs
[ { "docid": "cc0f72ce03757d941300256130ac60a9", "score": "0.82243675", "text": "public SongsAdapter(ArrayList<Song> songsArrayList)\n {\n this.songsArrayList = songsArrayList;\n }", "title": "" } ]
[ { "docid": "1a7b6ea43ff4effc8aae8e90c90f9f01", "score": "0.76177406", "text": "public AddSongAdapter(Context c, ArrayList<Song> theSongs){ //does this automatically\n songs=theSongs;\n songInf=LayoutInflater.from(c);\n this.cont=c;\n\n }", ...
33da2234ec16164d2f8b96a8fa2e9d5d
synchronized to avoid multithread access issues; defined as method synch to avoid potential deadlock issues due to nature of code.
[ { "docid": "6891fc821b45d02a9f4c6070277d894c", "score": "0.0", "text": "private synchronized ResultSet wrapResultSetIfEnabled(final ResultSet rs, final SessionImplementor session) {\n \t\tif ( session.getFactory().getSettings().isWrapResultSetsEnabled() ) {\n \t\t\ttry {\n \t\t\t if ( LOG.isDebugEnabl...
[ { "docid": "625169e41c5250bcc129d1ea2c1d6022", "score": "0.62473917", "text": "@Override\n public void lock() {\n\n }", "title": "" }, { "docid": "6195b979fa5a0476e38c2242a8ab3802", "score": "0.62157387", "text": "@Override\n public void lock(){\n }", "title": "" },...
931a390d74b32e995b6a369b89be93ba
Get the specific Token.
[ { "docid": "bb8e44a039cca7355591f043c10d1c7c", "score": "0.0", "text": "final public Token getToken(int index) {\n Token t = token;\n for (int i = 0; i < index; i++) {\n if (t.next != null) t = t.next;\n else t = t.next = token_source.getNextToken();\n }\n return t;\n }", "tit...
[ { "docid": "89128ba567a50fc8b981bd062aaa8ff9", "score": "0.8298788", "text": "public Token get();", "title": "" }, { "docid": "dd8fd851ee9f91c308b36c30c3ad4c7b", "score": "0.78664154", "text": "public Token getToken(){\n return token;\n }", "title": "" }, { "doc...
a00c3054ef221ad47b688ec12c7d663c
end replication degree functions reclaim functions
[ { "docid": "b6e0a260562236851f18a4b9881461ca", "score": "0.0", "text": "public synchronized void setTotalSpace(int new_space) {\n total_space = new_space;\n }", "title": "" } ]
[ { "docid": "fd0ebb52f93cddac2b24265862f156f6", "score": "0.5886335", "text": "void finalizeReferent();", "title": "" }, { "docid": "77a3e1627910cffd8f90e84344c15426", "score": "0.5776254", "text": "@Override\n protected void finalize() throws Throwable {\n// BigcuddLibrary....
888c3d3f078c2bf22b7063077baddc04
Move users and groups to specific group
[ { "docid": "599a5b709bde402f0aa6d12f110b6b70", "score": "0.55411285", "text": "public void moveUsers(UserMoveDTO dto, User author);", "title": "" } ]
[ { "docid": "d68b17a6137121eea588eb079094d2f0", "score": "0.7853021", "text": "void moveUser (UserTransaction t,String currentGroup,String newGroup,String username) throws RootException;", "title": "" }, { "docid": "892e192608108beb41695620be446697", "score": "0.7538645", "text": "voi...
0f88995177f31e49bb493981b88f6a37
This method was generated by MyBatis Generator. This method corresponds to the database table assetspermission
[ { "docid": "1ba58ab2433e4378786d538e22608646", "score": "0.47514656", "text": "int updateByPrimaryKeySelective(Assetspermission record);", "title": "" } ]
[ { "docid": "0fdc33b4c2b0537b5db9cd28bf7773b1", "score": "0.618072", "text": "Assetspermission selectByPrimaryKey(Integer id);", "title": "" }, { "docid": "39ae3028399ab55359e2ee601f053e98", "score": "0.5302099", "text": "@Transactional\n @Modifying\n @Query(value = \"update bre...
79f3998f157df8790fd4c352d7870b13
/ JADX ERROR: Method load error jadx.core.utils.exceptions.DecodeException: Load method exception: bogus opcode: 00e5 in method: com.color.widget.ColorItemHelper.reSortResolveInfoList(java.util.List):void, dex: at jadx.core.dex.nodes.MethodNode.load(MethodNode.java:118) at jadx.core.dex.nodes.ClassNode.load(ClassNode.j...
[ { "docid": "8aaf40f7056df304f5b6e93a73745b31", "score": "0.57953", "text": "public static void reSortResolveInfoList(java.util.List<android.content.pm.ResolveInfo> r1) {\n /*\n // Can't load method instructions: Load method exception: bogus opcode: 00e5 in method: com.color.widget.ColorIte...
[ { "docid": "5f7793ed445531a461ea1a2724c8b17b", "score": "0.75607604", "text": "public void mo239a(android.view.View r5) {\n /* JADX: method processing error */\n/*\nError: java.lang.NullPointerException\n\tat jadx.core.dex.visitors.regions.ProcessTryCatchRegions.searchTryCatchDominators(Proce...
14944ba6b3747c324a9c1bc5e803ddfd
Submit a job to the server
[ { "docid": "49e5bc460d356afe2513023e729559db", "score": "0.56947625", "text": "@Override\r\n\r\n\tpublic SubmitJobResponse submitJob( SubmitJobRequest submitJobRequest ) throws Throwable {\r\n\r\n\t\tif ( connectionURL == null ) {\r\n\r\n\t\t\tthrow new IllegalStateException( \"The connectionURL to the ...
[ { "docid": "8846484206433234386a361e618da67b", "score": "0.7490137", "text": "void submit(JPPFJob job) throws Exception;", "title": "" }, { "docid": "4912b855f829bd32144764da91c0cb3e", "score": "0.67754674", "text": "void submitJob(final Runnable r);", "title": "" }, { "d...
b45eab134fe627e6a65d603ebbb8245b
required int64 endtime = 3;
[ { "docid": "8a5e1b7dc139ece509520407dbafb0e4", "score": "0.779059", "text": "long getEndtime();", "title": "" } ]
[ { "docid": "d2595650bfbeb41fc56c5dfc7af9bc95", "score": "0.71782994", "text": "long getEndTimeUsec();", "title": "" }, { "docid": "773554647a5414fbcbcbf11ea32a3b7b", "score": "0.7156074", "text": "int getEndTime();", "title": "" }, { "docid": "773554647a5414fbcbcbf11ea32a...
76ac515672ecabda8a223d7bd5068dd4
Sets the serverActionsDir if the dir exists and is not empty
[ { "docid": "64ec7213791831fe0a32a34e099ae937", "score": "0.68028325", "text": "protected void calculateServerActionsDirectory(String stack, String service) {\n serverActionsDir = resolveDirectory(SERVER_ACTIONS_FOLDER_NAME, stack, service);\n }", "title": "" } ]
[ { "docid": "c257502c9360ed93dfca10388e95ede5", "score": "0.6957586", "text": "public File getServerActionsDir() {\n return serverActionsDir;\n }", "title": "" }, { "docid": "1abaac38b1ab22652f21b3252ff8c78e", "score": "0.48308805", "text": "@Test\n public void confdir_not_exis...
6cf0e286db2236d98526d5d3abbef2e3
Destroys this retriever and all threads it has spawned
[ { "docid": "3183254769dddbf0a6e1960236357aa8", "score": "0.7636753", "text": "public void destroy() {\n\t\tfor (long key : retrieverMap.keySet()) {\n\t\t\tretrieverMap.get(key).clear();\n\t\t\tcheckAndDestroy(key);\n\t\t}\n\t\tthis.timer.shutdownNow();\n\t}", "title": "" } ]
[ { "docid": "8882f6fa66fd4caeb4e678442d1131ee", "score": "0.6990237", "text": "private void cleanup() {\n\t\tdataMap.clear();\n\t\tthreads.clear();\n\t\texecutionTimes.clear();\n\t}", "title": "" }, { "docid": "be8e857affe8c6169f353c438776460f", "score": "0.6941491", "text": "public v...
545b85a22cf3ed2413f0cc94e8a8ac14
Sorts the list of crime indices
[ { "docid": "3845048761b313f62e1d4ea1672d4abb", "score": "0.6339009", "text": "private void sort() {\n // Declare variables\n ObservableList<Double> tempList;\n\n // Initialize variables\n tempList = FXCollections.observableArrayList(crimeIndices);\n \n // Call t...
[ { "docid": "2373dc5ad18ee6063a834e38c91cbb44", "score": "0.6065579", "text": "public void indexSort(){\n IndexComparator c1 = new IndexComparator();\n for(int x = 0 ; x < pages.length -1 ; x++){\n for(int y = x ; y < pages.length ; y++){\n int an = c1.compare(page...
c3c6a94a5d1930361202eeb4d6c974d0
Returns the number of pathologie datas.
[ { "docid": "41b1a14fb99a91c17a8b4ca8f85c4129", "score": "0.0", "text": "public int countAll();", "title": "" } ]
[ { "docid": "d781090afa1add8b13d33134c64a7e2e", "score": "0.7862731", "text": "int getPathCount();", "title": "" }, { "docid": "a8cd35e3d86acae7afc2b6838927a3d7", "score": "0.75849783", "text": "public int getPathCount() {\n return path_.size();\n }", "title": "" }, { ...
1898ecc8651e29ced620a68c487b0942
=================================================================================================== / Menu Utama Adegan ===================================================================================================
[ { "docid": "80caffd67444679b1adf82dd06f679de", "score": "0.0", "text": "public void mainkan(){\n System.out.println();\n //System.out.printf(\"Waktu: %1.2f\\n\", this.oPlayer.getWaktu());\n System.out.println(\"Nama : \" + this.oPlayer.nama);\n System.out.println(\"Senjata : ...
[ { "docid": "d88d344ec4f1922e67dd45f555b7be3a", "score": "0.7710834", "text": "private void menuArmadura(){\n System.out.println(\"Escolha o local em que queira colocar a uma armadura:\");\n System.out.println(\"1 - Cabeça\");\n System.out.println(\"2 - Tronco\");\n System.out...
0bb3deedd4b5af2a82f35cb44fa87a22
Use DeleteSemaphoreResult.newBuilder() to construct.
[ { "docid": "6073f799c28a9b54b7ee08bc489c8cee", "score": "0.78089136", "text": "private DeleteSemaphoreResult(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {\n super(builder);\n }", "title": "" } ]
[ { "docid": "53ab44303f4fdc7c3f165f74b12babba", "score": "0.7653821", "text": "public com.yandex.ydb.coordination.SessionResponse.DeleteSemaphoreResultOrBuilder getDeleteSemaphoreResultOrBuilder() {\n if (responseCase_ == 15) {\n return (com.yandex.ydb.coordination.SessionResponse.DeleteSemaphor...
29110afe22d8c1c1711e7584b7946e7b
allows clicks events to be caught
[ { "docid": "5ddafd4e640db129129ee6986d115110", "score": "0.0", "text": "void setClickListener(NotificationItemClickListener itemClickListener) {\r\n this.mClickListener = itemClickListener;\r\n }", "title": "" } ]
[ { "docid": "1abb813482104dce603c4d6ce48ab940", "score": "0.73094493", "text": "private static void click() {\n\t\t\r\n\t}", "title": "" }, { "docid": "007ca314f51bcac0d03fcbfd2caa43c6", "score": "0.7209522", "text": "public void mouseClicked(MouseEvent e) {\n clickEvent(e);\n ...
ef780ae6f818abf149ede702fb2c14bf
Deletes the official position with the primary key from the database. Also notifies the appropriate model listeners.
[ { "docid": "9390f1d83bc9dfc0af9c8fc34f8f6f16", "score": "0.0", "text": "public static com.liferay.docs.eventlisting.model.OfficialPosition deleteOfficialPosition(\n long officialPositionId)\n throws com.liferay.portal.kernel.exception.PortalException,\n com.liferay.portal.kernel...
[ { "docid": "da0c0d47e71cb6d00d946bc41b7948e4", "score": "0.67529416", "text": "@Override\r\n\tpublic int deleteByPrimaryKey(Integer primaryKey) {\n\t\treturn 0;\r\n\t}", "title": "" }, { "docid": "ea89746b3643b97b9736e8bea3e9f4ac", "score": "0.67082286", "text": "int deleteByPrimaryK...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4d6ef810d73fe2a011b2c923652396ca", "score": "0.0", "text": "@Override\n\tpublic View getView(final int position, View convertView, ViewGroup parent) {\n\t\tPrintTextview ptv;\n\t\tif (null == convertView) {\n\t\t\tconvertView = LayoutInflater.from(context).inflate(R.layout.print_list_item, n...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
20f3e46b4a4fe2d42c4eea928e52a3cd
Constructor only used for local uses, not global (does not report itself to master class Opbm).
[ { "docid": "7d9d45983da1e45e2679e3e3deaafa27", "score": "0.0", "text": "public Tuple(String\t\tfirst,\n\t\t\t\t Object\t\tsecond,\n\t\t\t\t Object\t\tthird,\n\t\t\t\t Object\t\tfourth)\n\t{\n\t\tm_opbm = null;\n\t\tinitialize();\n\t\tadd(first, second, third, fourth);\n\t}", "title": "" } ]
[ { "docid": "1f54c514a60f3e094a10118eaaae5480", "score": "0.7384151", "text": "public Pm0711() {\r\n\t}", "title": "" }, { "docid": "34af5677f4653b9451b09b018e956c84", "score": "0.72692317", "text": "public Pm2111() {\n\t}", "title": "" }, { "docid": "f8d928b32f45bc10ac259...
84f1f72193a2178bfea2627d6756cd0d
Gets the name of the concrete annotation implementation class.
[ { "docid": "6c1bb7d37ed78aafe20e731a87572230", "score": "0.6690084", "text": "public String getConcreteClassSimpleName() {\n return concreteClassSimpleName;\n }", "title": "" } ]
[ { "docid": "82e2345250aada2324f882614f5c7d4d", "score": "0.70370615", "text": "String getImplName(){\n return getClassNameType(type, false);\n }", "title": "" }, { "docid": "ac1dbe559b241dd334f04f9713d4e623", "score": "0.68128455", "text": "public String getImplementationNa...
385d0082633acd2c88bb0eb4c7301b38
Adds a new Row object.
[ { "docid": "f3ff28a91bcd89d9af73cea3c4cf8c5b", "score": "0.7837158", "text": "public void addRow(Row aRow)\n {\n\t\t rowList.add(aRow);\n }", "title": "" } ]
[ { "docid": "a0f395e9454e64278dd50aadb1e66658", "score": "0.83005005", "text": "public void addRow() {\r\n\t\tthis.getRows().add(new Row());\r\n\t}", "title": "" }, { "docid": "cb6ba61428bab48123743ea9d5c01846", "score": "0.7614068", "text": "public void addRow()\n {\n inter...