query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
4af9f9219b532fe22c05096616c43d0b
actionText Generate Access SQL for Search. The SQL returns the ID of the value entered
[ { "docid": "89a92b4f88d52694a82dd23758481642", "score": "0.61934346", "text": "private String getDirectAccessSQL (String text)\n\t{\t\t\n\t\tStringBuffer sql = new StringBuffer();\n\t\t//\n\t\tsql.append(\"SELECT AD_Color_ID FROM AD_Color WHERE (\")\n\t\t\t.append(\"UPPER(Name) LIKE \")\n\t\t\t.append(...
[ { "docid": "61ce5cc783ba7410cab9a86a6c398143", "score": "0.64601666", "text": "private void actionText()\n\t{\n\t\tString text = m_text.getText();\n\t\t// Nothing entered, just pressing enter again => ignore\n\t\tif (text != null && text.length() > 0 && text.equals(m_lastDisplay))\n\t\t{\n\t\t\tlog.fine...
32b547b4075d9e09bf128ac33375c68c
Verify that the input is valid. Do not reveal transit_api_key in the client side.
[ { "docid": "897445875355a5f8750ccc8f295bb8eb", "score": "0.0", "text": "public DestinationLocations greetServer(String url) throws IllegalArgumentException {\n\t\tString input = url.replaceFirst(\"GOOGLE_TRANSIT_API_KEY\", GOOGLE_TRANSIT_API_KEY);\n\n\t\tDestinationLocations destNamesLoc = new Destinati...
[ { "docid": "4e9e29f7f1d376c230f5000537acdaa5", "score": "0.65623665", "text": "@SuppressWarnings(\"resource\")\n @Test\n public void testIsValid() {\n ApiKey apikey = new ApiKey(\"bd1f89fbddbde18d4244b748ca1d250b\", new Date(1570127619953L), -35,\n \"bd1f89...
3bf4fecdef1f2aae6908efad570cf312
Create a new heroe called QuickSilver.
[ { "docid": "05f85c873d70f793d22fe5049d0a7c1f", "score": "0.0", "text": "@Test\n\tvoid testPostHeroe() {\n\t\t\n\t\tHeroe heroeToSave = new Heroe(\"Pietro\",\"Maximoff\",\"Quicksilver\");\n\t\theroeToSave.setId(4L);\n\t\t\n\t\tHttpHeaders headers = new HttpHeaders();\n\t\tHttpEntity<Heroe> entity = new H...
[ { "docid": "ab8001eba27e3ec906b6d8ed9ed152e4", "score": "0.66608846", "text": "public void createNewSheep() {//Sheep animation.\n Environment.getEngine().registerUpdateHandler(new TimerHandler(Generator.getTimeCreateNewSheep(), new ITimerCallback() {\n @Override\n public voi...
8bff538a326e9f3ce6625b68a5664e67
Initialize the contents of the frame.
[ { "docid": "aee19b0498a55cf306c0938f7c44543e", "score": "0.0", "text": "private static void initialize() {\n\t\t//Erstellen des Hauptframes\n\t\tframe = new JFrame();\n\t\tframe.setSize(700, 400);\n\t\tframe.setMinimumSize(new Dimension(700, 400));\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOS...
[ { "docid": "eec4e7f1b87ef8b4320509df7493a0d4", "score": "0.8125882", "text": "public _Frame() {\n\t\tsuper();\n\t\tinitialize();\n\t}", "title": "" }, { "docid": "21f8fac4b5f0a16b691ecb8695fe4a4a", "score": "0.75652915", "text": "public MainFrame() {\n\t\tsuper();\n\t\tinitialize();\...
5a6c71aae6c531a6e025aa11c3141aca
verify the required parameter 'timezoneSettings' is set
[ { "docid": "9a73542147de2622ff82b74f9b26d2bd", "score": "0.5911098", "text": "@SuppressWarnings(\"rawtypes\")\n private com.squareup.okhttp.Call updateTimezoneSettingsValidateBeforeCall(TimezoneRegionTimezone timezoneSettings, final ProgressResponseBody.ProgressListener progressListener, final Progre...
[ { "docid": "a03ef73ff03ddb95ea298ba9dcb9b903", "score": "0.6134336", "text": "public void setTimeZone(java.lang.String param){\n \n if (param != null){\n //update the setting tracker\n ...
73da68ae581c55931010dc3982511286
Return the name of the attribute
[ { "docid": "4ebe848c7a28df65d5e053f09c90c378", "score": "0.0", "text": "public String getName() {\n return name;\n }", "title": "" } ]
[ { "docid": "2f67fde994c9bc231228407472029572", "score": "0.8336534", "text": "final public String getName() {\n return attributeType.name();\n }", "title": "" }, { "docid": "522317e1c533aaba1320cc63eb24e76a", "score": "0.82886124", "text": "String getAttributeName();", ...
8428a7716ee060780c2d59077a9f4bce
This method returns the value of the property. The type of the value depends on the type of the property.
[ { "docid": "7544d9fecfa88507f8844e832d8659b1", "score": "0.72555417", "text": "public Object getValue() {\n return value;\n }", "title": "" } ]
[ { "docid": "605f9f0a1ca8696077c50a641de86fd5", "score": "0.801725", "text": "String getPropertyValue();", "title": "" }, { "docid": "3aedccf46642771e524723c34885414d", "score": "0.7819138", "text": "public StringProperty getValueProp() {\n return value;\n }", "t...
0cbaa659e98274b683a360665083a862
logger.info( " XIODeviceChrono:getDST " );
[ { "docid": "8cf7378d36ea3684e8d11a02b56dd64e", "score": "0.56506085", "text": "public String getDST() {\n\t\treturn this.dst;\n\t}", "title": "" } ]
[ { "docid": "49476422d8d18cfdc32c5745aec1590c", "score": "0.6047387", "text": "public int getUTC () throws java.io.IOException, com.linar.jintegra.AutomationException;", "title": "" }, { "docid": "0332255e6f6d17d8ee2e23bda377a6d8", "score": "0.6046909", "text": "forge_abi.TraceType.T...
77c01db58b8eccb0d1fd6a4fc8f1dae8
Handle the mutex request from other process
[ { "docid": "1d585dc67322ab6566b5a177d09c76e2", "score": "0.5636721", "text": "public void requstHandle(Message mtxMsg) throws IOException {\n\t\treqRcvNum++;\n\t\tif (state.toString().equals(\"HELD\") || vote) {\n\t\t\t//queue request from pi without replying\n\t\t\tfor (int i = 0; i < requests.size(); ...
[ { "docid": "c7a97552e63b5b99337faaa15a17be4e", "score": "0.65912366", "text": "public void request() throws IOException, CloneNotSupportedException {\n\t\treqSendNum ++;\n\t\t//state := WANTED;\n\t\tstate = State.WANTED;\n\t\tvoteGet.clear();\n\t\t//Multicast request to all processes in Vi;\n\t\tArrayLi...
546e31e902cfa0dd4421340be47aaba6
This method was generated by MyBatis Generator. This method sets the value of the database column ehr_articlewages.realHair
[ { "docid": "e4895a38fe91feba27d02940a07c0481", "score": "0.65307236", "text": "public void setRealhair(Integer realhair) {\n this.realhair = realhair;\n }", "title": "" } ]
[ { "docid": "ed7c69bc93fd464fe625806546e9302b", "score": "0.58619535", "text": "public int getHair() {\n return hair_;\n }", "title": "" }, { "docid": "ed7c69bc93fd464fe625806546e9302b", "score": "0.58619535", "text": "public int getHair() {\n return hair_;\n }", "...
b8cf180c2c4cb0faa18462dc966c704d
Commit Transaction and handle Importer errors, adding to import messages. Then start a new transaction.
[ { "docid": "36d3de60c8fc0d806a35934b1651a3f0", "score": "0.7203947", "text": "private void commitHandleErrors(ImportMessages importMessages) throws Exception {\n commitHandleErrors(importMessages, State.COMMITTED);\n }", "title": "" } ]
[ { "docid": "a4035f62bd7217b2b19cd9a7b965dde2", "score": "0.6706286", "text": "private void commitHandleErrors(ImportMessages importMessages, State expectedState) throws Exception {\n // cache current callback as a new one will be created when the commit occurs\n final SynchronousCallback t...
05454a5312a9b1b9c4663c3dfa2f8954
DEFAULT TICK DELAY //
[ { "docid": "c01bf48c01c7a2c810e190f65bf1a4bf", "score": "0.0", "text": "@Override\r\n public void update() {\n this.setTickDelay(1);\r\n \r\n \tif (current <= chargeTime) {\r\n \t // WHILE CHARGING UP //\r\n this.setTickDelay(CHARGE_DELAY);\r\n super.rand...
[ { "docid": "2b4acb59ddc80c18ba66801e4d53d544", "score": "0.6596208", "text": "@Override\r\n\tpublic void tick(int time) {\n\t}", "title": "" }, { "docid": "4d72a4132fe486ed82e4ad7a20372acf", "score": "0.6348847", "text": "public static void tick() {\n\t\t\r\n\t}", "title": "" }...
484318e73aadb8195c8387ec68466f9f
numero : prenotazione attive, passate, prossima prenotazione, negozi prefe
[ { "docid": "27602416f184825b779d9eb0ff25d9b5", "score": "0.0", "text": "@PostMapping(value = \"/api/user/stats\")\n\tpublic JSONObject getStats() {\n\t\t//long id = Long.valueOf(data.get(\"id\").asText());\n\t\tlong id = Long.valueOf(httpSession.getAttribute(\"id\").toString());\n\n\t\tLocalDate now = L...
[ { "docid": "4e5b30e36211c10471b5b39b07a39415", "score": "0.70232", "text": "@Override\r\n\tpublic void comunicarNumero(int numero) {\r\n\t\tif (numero==numeroElegido){\r\n\t\t\tSystem.out.println(\r\n\t\t\t\tnombreHilo+\": ¡Gana 36 veces lo jugado, 360 euros\");\r\n\t\t\tbanca.restarSaldo(360);\r\n\t\t\...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "5ba32563dbdda72cb143d442ee77aa61", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_save) {\n mCurrentValue++;\n ...
[ { "docid": "7c8036532d9f85ff825fd1f6fa38243a", "score": "0.78721184", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n // Respond to the action bar's Up/Home button\n case android.R.id.home:\n // Lau...
f6381ba0dfd6e9a02eb353bbc2f223df
Drop a tile in a particular column.
[ { "docid": "6687f7a38a5cc5f46fdcbeda63f79842", "score": "0.0", "text": "public boolean setBoardAt(final Player player, final int setX) {\n if (!shouldAdd) {\n return false;\n }\n if (width == 0 || height == 0 || n == 0 || player == null) {\n return false;\n ...
[ { "docid": "44998bb97586bd7f69a9c8e8cb23ea96", "score": "0.7206169", "text": "public abstract boolean dropColumn(int col);", "title": "" }, { "docid": "7218c652d718057887c5efcdf2345d47", "score": "0.6880515", "text": "public boolean drop(int column, int player) {\n //check for...
42c5c373023f517a7a48b699fb341f3b
Get position of first column index greater than column c in row r. The position is relative to the indexes/values arrays returned by indexes(r) and values(r). If no such value exists, this call returns 1.
[ { "docid": "9b3dccaebf997ba7e427d1804d0e244f", "score": "0.6087301", "text": "public abstract int posFIndexGT(int r, int c);", "title": "" } ]
[ { "docid": "ffce631e91585479a202825e2926137d", "score": "0.6216045", "text": "public abstract int posFIndexLTE(int r, int c);", "title": "" }, { "docid": "e6b9b0828fc4e8f029a03534a1428c4d", "score": "0.5923485", "text": "public int rightMostCol(){\n int rightMostCol = 0;\n \n ...
6141bad2523d0292ac382e81e774cce0
Restyles the given graph items according to the label provider supplied by getLabelProvider().
[ { "docid": "a9e8853984836e4fff00bacdd63bb507", "score": "0.44105116", "text": "public void update(GraphItem[] items);", "title": "" } ]
[ { "docid": "de2eb41e6d9f6e3be914dfabd437256a", "score": "0.6497664", "text": "@Override\n public void update(GraphItem[] items) {\n for (int i = 0; i < items.length; i++) {\n styleItem(items[i]);\n }\n }", "title": "" }, { "docid": "cbc39cf53065ba7658ecda1aa32b...
f3bdfa145b8b2ed340760f33f04a5fa6
repeated .Monster monster = 16;
[ { "docid": "431865d212d2b6edcce4f6cc4329dca9", "score": "0.0", "text": "public Builder addMonster(\n MonsterPt.Monster.Builder builderForValue) {\n if (monsterBuilder_ == null) {\n ensureMonsterIsMutable();\n monster_.add(builderForValue.build());\n onChanged()...
[ { "docid": "5a5dd6c6d13835f0a01e5677f75fb426", "score": "0.6696742", "text": "public Monster getMonster(){ return monster;}", "title": "" }, { "docid": "ba6e5c89131bd8dd72a0d28e08d44cd4", "score": "0.6517273", "text": "public void setMonster(Monster aMonster) {\r\n this.monste...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2f1c82706699b3fa8f62444cdfac8ed1", "score": "0.0", "text": "@Transactional(readOnly = true)\n\tprivate Page<Order> findPageMeOrderId(String sn, String member,\n\t\t\tPageable pageable) {\n\t\treturn orderDao.findPageMeOrderId(sn, member, pageable);\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...
c4812f848364de92a984e0cbb9ca0dc6
Timestamp containing the end time for an auction int64 end = 5 [json_name = "end"];
[ { "docid": "e179ae299779dd48d8e230f493c8c4d7", "score": "0.0", "text": "public Builder setEnd(long value) {\n\n end_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "018275baf785bfd48b783d87ab34a6ed", "score": "0.7252294", "text": "public Timestamp getEnd() {\n return end;\n }", "title": "" }, { "docid": "35ecba874f08bd380e87148486c2b034", "score": "0.7110811", "text": "public Double getEndTimestamp() {\n return endTi...
483a633b46d219ef0ab9e984303d13dc
Returns the value of the attribute specified by its name as a String, or the default value if no attribute by that name exists or is empty.
[ { "docid": "eb53ab213efd579eee51925e12503fc7", "score": "0.69993657", "text": "String getAttribute( String name, String defaultValue );", "title": "" } ]
[ { "docid": "258b06bf3812ccdacffe4cde97a20463", "score": "0.73820484", "text": "String getAttrString(String name);", "title": "" }, { "docid": "aff7c88b5394bc85b7982c7166dc3c64", "score": "0.7192183", "text": "public String getValue(String name) {\n return attributes.getValue(name)...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "438efb93764881e5918c90e908aed6e1", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tPoint p=new Point(1,2);\n\t\tPoint p1=new Point(2,5);\n\t\tPoint p2=new Point(1,4);\n\t\tSystem.out.println(\"Le point p : \"+p);\n\t\tSystem.out.println(\"Le point p1 : \"+p1);\n\t\tSys...
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
531715a29809b888fb40c0d43c8a081b
Check if there is any possible move at k.
[ { "docid": "05e5b14f7ce758f1999bcef5882ea5a4", "score": "0.7624816", "text": "boolean movePossible(int k) {\r\n char col0 = Move.col(k);\r\n char row0 = Move.row(k);\r\n for (int i = -1; i <= 1; i++) {\r\n char row1 = Move.row(k + 5 * i);\r\n for (int j = -1; j...
[ { "docid": "c261b28dbd71ef8ae10d7a81bbbd147d", "score": "0.71352744", "text": "boolean jumpPossible(int k) {\n return (allOneJumpsFromK(k).size() >= 1);\n }", "title": "" }, { "docid": "eb73ed0790d8b4e2bb006b0cfee27dee", "score": "0.70679593", "text": "boolean movePossible(...
960fc36ea19ab9059428d2602fd05760
Simple constructor using a forward to "401" page on error.
[ { "docid": "62d24cd3d93a580f06af658dafa98169", "score": "0.56771785", "text": "public SilentRequestHeaderAuthenticationFilter() {\n\t\tfinal var handler = new SimpleUrlAuthenticationFailureHandler();\n\t\thandler.setUseForward(true);\n\t\tsetAuthenticationFailureHandler(handler);\n\t\tsetExceptionIfHead...
[ { "docid": "9e221d04b9f7243dcc2e10b9cfb32f0c", "score": "0.6812231", "text": "private AuthError() {\n }", "title": "" }, { "docid": "e713dffe22460c8ed46d108bf10bdc89", "score": "0.60113865", "text": "@Test(timeout = 4000)\n public void test401() throws Throwable {\n ErrorP...
605cca2982517f758f5681ee273eab01
Initialization function. pieces: Location of the pieces for the player. n: Number of pieces available. t: Total turns available.
[ { "docid": "e15b5937e6031f71785269464a3438f8", "score": "0.7569135", "text": "public void init(HashMap<Integer, Point> pieces, int n, double t, boolean isplayer1, double diameter_piece)\n\t{\n\t\tthis.n = n;\n\t\tthis.isplayer1 = isplayer1;\n\t\tthis.diameter_piece = diameter_piece;\n\t}", "title": ...
[ { "docid": "879aaf0f57dfb03c2393fbc7ce9b62a7", "score": "0.65623903", "text": "public void setPieces(Integer pieces) {\n this.pieces = pieces;\n }", "title": "" }, { "docid": "857c1d5008b9148f50d9d76010365307", "score": "0.6107375", "text": "private void initializePieces()\...
835159baf92381a9ffd5277faa146e59
Checks if the feature's geometry is completely contained by the specified constant geometry.
[ { "docid": "b590d34eae19eec59771c4d800a69ac5", "score": "0.0", "text": "Within within(Expression geometry1, Expression geometry2);", "title": "" } ]
[ { "docid": "a1a88ddc6df296d744c8f541bc0211d6", "score": "0.6124039", "text": "Contains contains(Expression geometry1, Expression geometry2);", "title": "" }, { "docid": "23e649a59c70c8acd26893233d3c0b3e", "score": "0.60196394", "text": "private boolean filterByGeometry(List<Geometry>...
b725cdc63b193415443d0cfd040f22a0
Set the reference to the previous node in the linked list.
[ { "docid": "11136e0981cef3d9c9431b50f4f41cfa", "score": "0.7345721", "text": "public void setPrevious(PriorityNode<T> prenode)\r\n\t{\r\n\t\tthis.previous = prenode;\r\n\t}", "title": "" } ]
[ { "docid": "9699d6534102b7a9b1c5bba472746aa2", "score": "0.8235739", "text": "public void setPrevious(Node<E> n)\n {\n previous = n;\n }", "title": "" }, { "docid": "44af04157f8943507f7b68936924d22d", "score": "0.8159538", "text": "public synchronized void se...
7a339397d915ccb89839d970d1de65ba
Java Components are designed to have a template related to. This method sets where is the directory which the template is placed in.
[ { "docid": "5099422459c91a24fdc5634ab5c5dee3", "score": "0.51290333", "text": "public void setRootdir(String rootDir);", "title": "" } ]
[ { "docid": "f82d353bab0a4c13f14d032d2a9c510a", "score": "0.64474624", "text": "String getTemplatePath();", "title": "" }, { "docid": "a8622d72f5f4783df5321d27d8cc7f63", "score": "0.6439272", "text": "@Override\n\tpublic void setTplPath(String arg0) {\n\t\t\n\t}", "title": "" },...
23c8a9b24fe5b9917b971ed97a4d080e
Delete an element from the circular queue. Return true if the operation is successful.
[ { "docid": "fd1c05d24b8b262523a2339a5a56b073", "score": "0.6271159", "text": "public boolean deQueue() {\n\tif (isEmpty()) {\n\t return false;\n\t}\n\n\tif (start == capacity - 1) {\n\t start = 0;\n\t} else {\n\t start++;\n\t}\n\ttotal--;\n\tif (total == 0) {\n\t this.start = -1;\n\t this...
[ { "docid": "5be0bf4fcdeaa59cde895fc9f9b73ec5", "score": "0.7072569", "text": "public boolean remove(E element){\n\t\tNode itr = null;\n\t\tfor( Node n : queue)\n\t\t\tif( n.e == element ){\n\t\t\t\titr = n;\n\t\t\t\tbreak;\n\t\t\t}\n\t\tif( itr == null)\n\t\t\treturn false;\n\t\telse\n\t\t\treturn queue...
a56dd54459508fff2a30c55f7a77dd44
Returns the UserRole of the given role name. If the role name given is not one of the roles in the enumerated type, the default is set to "Guest."
[ { "docid": "abb1471e851f89e4ebf97df3dd108bd9", "score": "0.7727489", "text": "public static UserRole getUserRole (String roleName) {\r\n UserRole name = Guest; // default is guest \r\n\r\n for (UserRole e : UserRole.values ()) {\r\n if (e.roleName.equalsIgnoreCase(roleName.trim()...
[ { "docid": "415fa50a79b33f13cbace71880cd94cf", "score": "0.7370688", "text": "public UserRole getRole(String roleName);", "title": "" }, { "docid": "2d031343674384867b054ba4611785e2", "score": "0.63710004", "text": "public Role findRoleByName(String name);", "title": "" }, { ...
270e36f2f9a4aa163ac8191de5e7b080
137 getSupportedTargets List () Return a list of supported targets names. return: Supported targets names.
[ { "docid": "d89fde9611f14c77c754797f346f5ac5", "score": "0.8646763", "text": "public List<String> getSupportedTargets() throws CallError, InterruptedException {\n return (List<String>) service.call(\"getSupportedTargets\").get();\n }", "title": "" } ]
[ { "docid": "0983c83cddfa48ca10b3f4ba366cd5d5", "score": "0.7863605", "text": "public ArrayList<VisionTarget> getSupportedTargets() {\n\t\tif (fixedTargets) {\n\t\t\treturn supportedTargets;\n\t\t} else if (targetDeterminer != null) {\n\t\t\treturn targetDeterminer.getTargets();\n\t\t} else {\n\t\t\tSyst...
7b8739a25a1098be1f727a7494193ece
Getter for the upper bound of the interval.
[ { "docid": "1ac5f0cfd52b4d0f233bc0f06bf8b217", "score": "0.0", "text": "public double high() {\n return high;\n }", "title": "" } ]
[ { "docid": "ff30f1eb33cd32c0188d17dd68ffad6b", "score": "0.8522749", "text": "public double getUpperInterval() {\n return upperInterval;\n }", "title": "" }, { "docid": "d51494c1826683d3c94d59d342a4160f", "score": "0.7773743", "text": "public Integer getUpperLimit() {\n\t\t...
23c0993df25ed80a20ea98eba839e947
You need to construct a binary tree from a string consisting of parenthesis and integers. The whole input represents a binary tree. It contains an integer followed by zero, one or two pairs of parenthesis. The integer represents the root's value and a pair of parenthesis contains a child binary tree with the same struc...
[ { "docid": "d3ad6b282580b741c5679580d4948f24", "score": "0.7317393", "text": "public TreeNode str2tree(String s) {\n if (s == null || s.length() == 0) {\n return null;\n }\n Stack<TreeNode> stack = new Stack<>();\n for (int i = 0; i < s.length(); i++) {\n ...
[ { "docid": "c8a09607516f80f36fb7392228086ad2", "score": "0.71273726", "text": "public TreeNode deserialize(String data) {\n \n \tif(!data.contains(\"(\") && !data.contains(\")\")) {\n \t\tif(data.length() == 0) {\n \t\t\treturn null;\n \t\t}else {\n \t\t\treturn new TreeNode(Intege...
8293a364bc62ec9e6e341ad1bc8b552f
jhipsterneedleentityaddfield JHipster will add fields here, do not remove
[ { "docid": "823574a9919d9ee0ef0470408b7a800c", "score": "0.0", "text": "public Long getId() {\n return id;\n }", "title": "" } ]
[ { "docid": "b776a0a896fd4c2d8bba6b7f1e0df4d2", "score": "0.6450999", "text": "@Transactional\n public Result addField() {\n Field field = new Field();\n field.setLabel(getLabel());\n field.setType(getType());\n field.setRequired(isRequired());\n field.setActive(isAc...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "43eacb4c7ee172117bfe439a57e259a2", "score": "0.0", "text": "@Override\r\n\tpublic Member findById(String memberId) {\n\t\treturn dao.selectById(memberId);\r\n\t}", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
f9d361403848e95ff95b0a5e95367af3
generator which increases integer
[ { "docid": "d9e81f497d9ef82cc1666fed257db056", "score": "0.0", "text": "public Inkrementacja()\n\t{\n\t\tthis(1);\n\t}", "title": "" } ]
[ { "docid": "5ccc389b0e6a00df2e4cddac6b1db14f", "score": "0.68480045", "text": "public int increment(int step);", "title": "" }, { "docid": "c5e1ca215541a43bacec0bc4a2e59e61", "score": "0.6838079", "text": "public int getNext() {\r\n int value = getValue();\r\n value += 1;\r\n ...
84320d683c5480c0301fa5c18ea8547a
Method that checks if the Address is obsolete on the inputted date.
[ { "docid": "32e3c72f1be677c32a0047f50518a5aa", "score": "0.53838146", "text": "public boolean isObsolete(int year, int month, int day) {\n String[] validFromParts = validFrom.split(\"-\");\n String[] validToParts = validTo.split(\"-\");\n int fromYear = Integer.parseInt(validFromPar...
[ { "docid": "931cafe5a1bbf273f039517c3cfbfa6f", "score": "0.63570046", "text": "@Override\r\n\tpublic boolean invalidate() {\n\t\treturn this.addressid != null;\r\n\t}", "title": "" }, { "docid": "86634c2b9969fb056bc23b0b48469c82", "score": "0.59705883", "text": "public boolean checkA...
9775411b3d39813772e6470373dd1a5e
Creates a String with the instruction given by the list on separate new lines.
[ { "docid": "1870170e2d7e946ed4198e3e735465c3", "score": "0.7267769", "text": "private static String printInstructions(ArrayList<String> instructions) {\n StringBuilder instructs = new StringBuilder();\n int i = 1;\n for (String s : instructions) {\n instructs.append(i).ap...
[ { "docid": "f3259f0e065febba8e734fe7cf23637c", "score": "0.64583826", "text": "private String turnListToString() {\n\t\tString out = \"\";\n\t\tfor (String CurrInstruction : directions) {\n\t\t\tout += CurrInstruction + '\\n';\n\t\t}\n\t\treturn out;\n\t}", "title": "" }, { "docid": "706737f...
9eaa5cb890fe8c2d551c59a0ec52961c
Tests Operations Constructor for 100% coverage
[ { "docid": "efa6c50ff6a108c6e842b9f5b3fe7791", "score": "0.6271348", "text": "@Test\n\tpublic void testConstructor() {\n\t\tnew ConstructorTestClass();\n\t}", "title": "" } ]
[ { "docid": "ed00948bb91b091969bc8e5a245607d7", "score": "0.716205", "text": "public TestArithmetic()\n {\n }", "title": "" }, { "docid": "f11625947d94d19648478bb17baaf385", "score": "0.7059803", "text": "public Operation() {\n\t}", "title": "" }, { "docid": "342f128...
843b751d58bf501a3e3886400ba9a8f8
Sends a message on the connection. Creates a new TextMessage, sets the payload and tries to send the message.
[ { "docid": "2511ff28a65062ae9031d557632fc9bb", "score": "0.0", "text": "public void send(OutgoingMessage out) {\n try {\n //creates a new TextMessage\n textMessage = (TextMessage)messageConnection.newMessage(MessageConnection.TEXT_MESSAGE, out.getAddress());\n tex...
[ { "docid": "1d6a3c480335938d5ae675d12cf1fbdf", "score": "0.6941947", "text": "public void sendMessage(String messageText) {\n Map<String, Object> payload = new HashMap<String, Object>();\n payload.put(\"text\", messageText);\n\n sendPayload(payload);\n }", "title": "" }, ...
dac20866b223674e30ec059ba5b8077f
Should get TopStories from cache for the second time
[ { "docid": "f6ab21cc16ef87ab2acbfd4c575055f1", "score": "0.5684166", "text": "@SuppressWarnings(\"unchecked\")\n @Test\n public void shouldCallAndReturnTopStoriesFromPersistenceStoreForSecondCall() {\n // First call\n List<Long> topStories = MockData.getTopStories();\n when(ap...
[ { "docid": "3308b65178e8dd8c46ba3518836f51ad", "score": "0.64486593", "text": "@NonNull\n public LiveData<List<Story>> getTopStories() {\n return getTopStoriesLiveData();\n }", "title": "" }, { "docid": "4eb80c45025956216ee07e1dbc59c6fc", "score": "0.6277487", "text": "public Li...
edc060a4a0bd009c94e100081413f3d1
Add, update, or merge, the entity. This method also calls the model listeners to trigger the proper events associated with adding, deleting, or updating an entity.
[ { "docid": "6d28bcc9c22c6a5527a9f40695f013f5", "score": "0.0", "text": "public PmlFileTypeAttachedFile update(\n PmlFileTypeAttachedFile pmlFileTypeAttachedFile, boolean merge)\n throws SystemException {\n boolean isNew = pmlFileTypeAttachedFile.isNew();\n\n if (_listeners.le...
[ { "docid": "caa6af8c2b1a69dc1d2903365ae93a76", "score": "0.64992374", "text": "public void addEntity(Entity entity)\n {\n if (updating)\n {\n toAdd.add(entity);\n return;\n }\n entities.add(entity);\n entity.addEntityListener(this);\n fo...
d095029be2d132ef063736546c4cd452
Getter for list ParameterList
[ { "docid": "f8c46110cff8d79632f19abf020ef15b", "score": "0.72041345", "text": "@SuppressWarnings({\"unchecked\", \"cast\"})\n public List<ParameterDeclaration> getParameterList() {\n List<ParameterDeclaration> list = (List<ParameterDeclaration>)getChild(2);\n list.getNumChild();\n return list;...
[ { "docid": "d75fad72ad9d6bceb4f8e67efa5809ab", "score": "0.7873631", "text": "public List getParameterList() {\n return parameters;\n }", "title": "" }, { "docid": "c5f12b477f83bd9b0f971204760aabe1", "score": "0.78063196", "text": "public ParameterListDescriptor getParamete...
b3226c905b02bd4181737a9c33dcf644
Special constructor used by copyAs, heapify
[ { "docid": "26c94c36ca60f636467a3ba89d3e58f8", "score": "0.0", "text": "HllSketch(final HllSketchImpl that) {\n hllSketchImpl = that;\n }", "title": "" } ]
[ { "docid": "a30abaf8be5013b47bc33598165d544c", "score": "0.66750604", "text": "public Heap(){this(7);}", "title": "" }, { "docid": "a30abaf8be5013b47bc33598165d544c", "score": "0.66750604", "text": "public Heap(){this(7);}", "title": "" }, { "docid": "9c1d722df5eb9200e7e8...
1cf6c9d52b5a16afbea2946e90a2a854
Updates the size of the queue of A through L check in
[ { "docid": "9e80e3965593356e039db0de28fc8719", "score": "0.5811667", "text": "public void setALQsize(int aLQsize) {\n\t\tALQsize = aLQsize;\n\t}", "title": "" } ]
[ { "docid": "e734c4f9ff95f0d1082f47faea3beadb", "score": "0.6521082", "text": "private void increase() {\n Node<E>[] temp = list;\n int oldSize = size;\n int count = 0;\n Node<E> altNode;\n int oldBucketSize = bucketSize;\n this.bucketSize = size * 2;\n th...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8b78e5979dbba5e75c2b5ae716a814bb", "score": "0.0", "text": "public int plusReadCount(int recNo) {\n\t\treturn dao.plusReadCount(recNo);\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
3598871dfdfa119a817f8fe9239a8fb7
This method is used to change status of message to read
[ { "docid": "591310296485ccbb1788b17f2189c196", "score": "0.55295926", "text": "@Override\n\tpublic void readMessage(ArrayList<String> readMessageList) {\n\t\tmessageDao.readMessage(readMessageList);\n\t\t\n\t}", "title": "" } ]
[ { "docid": "d195dbabf56556d0331b82aa9349801f", "score": "0.79494315", "text": "public void setRead() {\r\n try {\r\n selectedMessage.setRead(true);\r\n selectedMessage.getMessage().setFlag(Flags.Flag.SEEN, true);\r\n selectedFolder.decrementMessagesCount();\r\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "92c7bdd2fc1f887bd295a678236a2d58", "score": "0.0", "text": "@Override\r\n\t\tprotected Integer doInBackground(Void... params)\r\n\t\t{\n\t\t\tint ErrorCode=0;\r\n\r\n\t\t\tif(checkNetwork.checkNetworkConnection(getActivity()))\r\n\t\t\t{\r\n\t\t\t\tif(getListOfActivitiesOnRecommendedByCluste...
[ { "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}"...
de94a78d53fdbb83f1c158b180f111dd
Build call for createOrganization
[ { "docid": "d7166b1cae17b97f34fe98af6e9bb646", "score": "0.5791435", "text": "public com.squareup.okhttp.Call createOrganizationCall(Organization organization, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ...
[ { "docid": "2cf2c6ff4acfb51739da3d09cd3158c8", "score": "0.68265224", "text": "public void createOrganization() {\n\t\tcreateOrganizationIMG.click();\n\t}", "title": "" }, { "docid": "c48d0321d0f9b697b81150d2aee265e9", "score": "0.6183787", "text": "public Organization registerNewOrg...
a3508f1e59919887df6e90848d77b0a9
Gets laptop display inches.
[ { "docid": "072a77048e51e559419791a898a3aa30", "score": "0.74956596", "text": "private int getDisplayInches(){\n return displayInches;\n }", "title": "" } ]
[ { "docid": "0b94c6b92e5b3cf8df3d0ec181833d8d", "score": "0.7104279", "text": "public String getDisplayInch() {\r\n\t\treturn String.format(Locale.ENGLISH, \"%.2f\\\"\", this.displayInch);\r\n\t}", "title": "" }, { "docid": "13458895346ed2ec84582405e9281bce", "score": "0.62793136", "t...
aad21c2fa193208167a3801f63924c1f
Get the PIN validity time from generation, in seconds, or null if this has not been set.
[ { "docid": "c11ff98d80902fb5cc8a15142cfc8d9b", "score": "0.607152", "text": "public Integer getPinExpiry() {\n return pinExpiry;\n }", "title": "" } ]
[ { "docid": "6154cc5c36e27c92285e71b431557524", "score": "0.59355396", "text": "public Date getVerifyTime() {\n return verifyTime;\n }", "title": "" }, { "docid": "fd51d6cb3ec29fd0705f30e1b3e4513d", "score": "0.5888845", "text": "public TLifeTimeInSeconds pinLifetime();", ...
46bea81c9c3890315bd2e8a03fb58d82
workstealing mechanics Creates a ForkJoinWorkerThread operating in the given pool.
[ { "docid": "e53ac8fc576fe82194c5003e33fd4629", "score": "0.7195957", "text": "protected ForkJoinWorkerThread(ForkJoinPool pool) {\n // Use a placeholder until a useful name can be set in registerWorker\n super(NAME_PLACEHOLDER);\n this.pool = pool;\n this.workQueue = pool.registerWorker(this...
[ { "docid": "648a9b6c3272bef03aebf71111f06190", "score": "0.71414655", "text": "ForkJoinWorkerThread(ForkJoinPool pool, ClassLoader ccl) {\n super(NAME_PLACEHOLDER);\n TLRandom.setContextClassLoader(this, ccl); // java9-concurrent-backport changed\n this.pool = pool;\n this.workQueue = pool.r...
a623039417f313c362e5c91aeb5079a5
One or both of the following methods should be overloaded in subclasses so that the correct calculation is made for PofDgivenAFi
[ { "docid": "9c41f47d81aeded76cb110dc1fd8fd15", "score": "0.0", "text": "protected void calculatelog10PofDgivenAFforAllF(char ref, char alt, int numFrequencies, Map<String, StratifiedAlignmentContext> contexts, StratifiedAlignmentContext.StratifiedContextType contextType) {\n int baseIndex = Base...
[ { "docid": "c6fa3132f0e68b4029b4858ff67772ec", "score": "0.6671037", "text": "public abstract double calculateFunding();", "title": "" }, { "docid": "c3b8378cbd882a2b71a19f36de67c8f8", "score": "0.63532513", "text": "public abstract float calculAire();", "title": "" }, { ...
c98d0e796c3cf87d0f6df3007e225a1d
/ 54: / 55:
[ { "docid": "6c09e40b878a706c1e73d46f5cf8a93c", "score": "0.0", "text": "@Mod.EventHandler\r\n/* 56: */ public void remap(FMLMissingMappingsEvent event)\r\n/* 57: */ {\r\n/* 58:47 */ extraUtils.remap(event);\r\n/* 59: */ }", "title": "" } ]
[ { "docid": "e6e6f47b11f935fbe392a465701a32a5", "score": "0.5560955", "text": "public int w()\r\n/* 82: */ {\r\n/* 83: 95 */ return 120;\r\n/* 84: */ }", "title": "" }, { "docid": "eb5331a9b4a879f1d61031a3bd61be84", "score": "0.5529158", "text": "private static void r...
f6782f9709028750cc55024b553b3ef2
Insert a source file entry to the database. If the filename/rank combination already exist then they are first deleted to allow for an overwrite
[ { "docid": "e3a47c1a5bb4bbd314207d74a68ae954", "score": "0.5767038", "text": "public int insertSourceSimple(String name, double t0, double t1, int rid) {\n\t\tint sid = -1;\n\t\t\n\t\ttry {\n\t\t\tdatabase.useDatabase(dbName);\n\t\t\t\n\t\t\t// lookup this filename/rank combination. if it exists then d...
[ { "docid": "865ed53c1c72e79e11fa6ae6be9f351a", "score": "0.66526073", "text": "public int insertSource(String name, String hash, double t0, double t1, int rid) {\n\t\tint sid = -1;\n\t\t\n\t\ttry {\n\t\t\tdatabase.useDatabase(dbName);\n\t\t\t\n\t\t\t// lookup this hash. if it exists then this file has a...
c4aac080fcd65a538f62b7b02d5a6a96
Initialize your data structure here.
[ { "docid": "4404a21dfb354b84520a28802f2bddb8", "score": "0.0", "text": "public TicTacToe(int n) {\n board = new char[n][n];\n }", "title": "" } ]
[ { "docid": "beee84210d56979d0068a8094fb2a5bd", "score": "0.76371324", "text": "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "title": "" }, { "docid": "c675643173fe07489d8e5fe7081f0458", "score": "0.76246494", "text": "@Override\r\n\tpublic void initData() {\n\t\tsuper.in...
6cee524a54ac24e6f16da1594e93b7a2
Looks up a color definition in preferences, and returns the Color object.
[ { "docid": "f205ca0b180125cce1ce021e7f9be0ed", "score": "0.0", "text": "public Color getColor(String key, String value) {\n\t\tif (key != null) {\n\t\t\tvalue = get(key);\n\t\t}\n\t\tint[] rgb = getRgb(value);\n\t\treturn new Color(rgb[0], rgb[1], rgb[2]);\n\t}", "title": "" } ]
[ { "docid": "722863d7ef49e35174c6dd2549dec491", "score": "0.68598586", "text": "public Color getColor() {\n\t\tif (color == null) {\n\t\t\tString str = properties.get(\"color\");\n\t\t\tif (str != null) {\n\t\t\t\tString[] split = str.split(\",\");\n\t\t\t\tif (split.length == 3) {\n\t\t\t\t\tcolor = new...
ba07a88f0af1f6710d968d89865b4ad0
Returns the direct subclasses of the given term.
[ { "docid": "800b43a9a784b3a358fa47ac2da294ab", "score": "0.7738648", "text": "public Set<URI> getDirectSubClasses(\n final String repositoryName,\n final URI term) {\n //Preconditions\n assert repositoryName != null : \"repositoryName must not be null\";\n assert !repositoryNa...
[ { "docid": "9f0d394698121ccd9b4fcd1379002145", "score": "0.7299464", "text": "private Collection<URI> getDirectSuperClasses_NoCache(\n final String repositoryName,\n final URI term) {\n //Preconditions\n assert repositoryName != null : \"repositoryName must not be null\";\n as...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "89bdf78815a31eda7011200667f4d490", "score": "0.0", "text": "public final Pair<String, String> mo53711b() {\n return new Pair<>(\"2882303761517509924\", \"5571750917924\");\n }", "title": "" } ]
[ { "docid": "936e442a289981fd3ad0a2a96f6e4ea0", "score": "0.71242756", "text": "public void mo31290a(B b) {\n }", "title": "" }, { "docid": "42a240fcb50daa3297554af7226fcd8a", "score": "0.63455534", "text": "abstract void mo3092b(Object obj, B b);", "title": "" }, { ...
8653c4b51b0372d18ecd8ce826bea7e3
Checks if the supplied array contains the specified object. Uses equals() for matching.
[ { "docid": "3740c31e61947015b695e1ca98eefb75", "score": "0.78169405", "text": "public static <E> boolean contains(final E[] array, @Nullable final E object) {\n for (E e : array) {\n if (e.equals(object)) return true;\n }\n return false;\n }", "title": "" } ]
[ { "docid": "1e6c5de6a9e004686a221a5c22e6f4da", "score": "0.8204487", "text": "@Override\n public boolean contains(T object) {\n for (int i = 0; i < this.size; i++) {\n if (array[i].equals(object)) {\n return true;\n }\n }\n return false;\n }", "title": "" }, { "do...
45c9e37f2468ea56562230f921a5fed8
Register a namespace prefix
[ { "docid": "2546b234afb7df27a8bc122b68a1f8c6", "score": "0.0", "text": "private java.lang.String registerPrefix(\r\n\t\t\t\tjavax.xml.stream.XMLStreamWriter xmlWriter,\r\n\t\t\t\tjava.lang.String namespace)\r\n\t\t\t\tthrows javax.xml.stream.XMLStreamException {\r\n\t\t\tjava.lang.String prefix = xmlWri...
[ { "docid": "4dcb82def419d7af43d144fd8b57ee33", "score": "0.79648703", "text": "@Auditable(parameters = {\"prefix\", \"uri\"})\n public void registerNamespace(String prefix, String uri);", "title": "" }, { "docid": "f9d5d7d45caa6e87de5361471eadb290", "score": "0.76692206", "text": ...
9a3ee0273be3a7f119311ef8388ce534
uint32 imageHeight = 10;
[ { "docid": "c6df79c4b7a108f4e3462e76e08e5dd8", "score": "0.5843134", "text": "public int getImageHeight() {\n return imageHeight_;\n }", "title": "" } ]
[ { "docid": "840da450b3c0330b5a6ab09abde9d44c", "score": "0.6763971", "text": "private static int imageHeight()\r\n {\r\n return Iterator.mode ? 1024 : 1080;\r\n }", "title": "" }, { "docid": "8cb98b485e48955eaaef5e031dfb6842", "score": "0.6299201", "text": "String imageHeightmap...
e7756eb9c793806bfe956a473a6491c7
Gets the taskClassID value for this ULTaskInfoType.
[ { "docid": "34faf3c03643694e51930bfc11d7456e", "score": "0.80095005", "text": "public java.lang.String getTaskClassID() {\n return taskClassID;\n }", "title": "" } ]
[ { "docid": "f2e11d4d3a9e84fcf5dbc586e4961340", "score": "0.658066", "text": "public String getTaskClassName() {\n\t\tif (currentTask != null) {\n\t\t\treturn currentTask.getTaskName();\n\t\t} else {\n\t\t\treturn \"\";\n\t\t}\n\t}", "title": "" }, { "docid": "1b7bf789d7175b088655a2dcef9a66ae...
3d1de37c26b0ed2560d69c825e83da24
This method was generated by MyBatis Generator. This method corresponds to the database table mall_manager
[ { "docid": "bd34f64252942c62dd6340bc0c529cea", "score": "0.0", "text": "public MallManagerExample orderBy(String orderByClause) {\n this.setOrderByClause(orderByClause);\n return this;\n }", "title": "" } ]
[ { "docid": "487fd769b53f2ebb85ba23174994d1f3", "score": "0.631341", "text": "public List<ManagerDto> getAllmanger() {\n\t\tConnection con = null;\r\n\t\tStatement stm = null;\r\n\t\ttry {\r\n\t\t\tcon = ConnectionPerson.getConnection();\r\n\t\t\tstm = con.createStatement();\r\n\t\t\tResultSet rs = stm.e...
3469c040d99e59f987b134ad9c9e3db9
Returns the test of this foo1.
[ { "docid": "a1611dd08e5b61b40098fcba467ecb73", "score": "0.7355105", "text": "@Override\n public boolean getTest() {\n return _foo1.getTest();\n }", "title": "" } ]
[ { "docid": "b05f9b84a2a882d8690278e73d921756", "score": "0.6835083", "text": "@Override\n public boolean isTest() {\n return _foo1.isTest();\n }", "title": "" }, { "docid": "118a040055c4f6689c944850c61978a2", "score": "0.61982316", "text": "public String getTest() {\n\t\...
6f659528cd6d7be4bbe2834fcc6f92c9
INetworkAdapter adapter = machine.getNetworkAdapter((long) linkPosition); Create adapter
[ { "docid": "d402598f885aad7401d3cf1dc59aff73", "score": "0.69585115", "text": "private void attachNetworkLink(IMachine machine, Link link) {\n INetworkAdapter adapter = machine.getNetworkAdapter((long) (link.getInterfaceOrder() -1));\n adapter.setAdapterType(NetworkAdapterType.I82540EM); /...
[ { "docid": "a665c46cf1a8aeb040e46784a617e406", "score": "0.6631218", "text": "public NetworkAdapter() {\n }", "title": "" }, { "docid": "97778419582b7bcbf8f1057d82e6c7e4", "score": "0.65415835", "text": "public NetworkMonitorAdapter( Adapter adapter )\r\n {\r\n super( ad...
f5a3fbe5789ee6dad33fb8043a4e50c4
/ see superclass Adds the general concept axiom.
[ { "docid": "971ad3de789d938ca1747c4b13128c5f", "score": "0.597675", "text": "@Override\n public GeneralConceptAxiom addGeneralConceptAxiom(GeneralConceptAxiom axiom)\n throws Exception {\n Logger.getLogger(getClass()).debug(\"Content Service - add axiom \" + axiom);\n // No need to worry about...
[ { "docid": "a089717e84a3a6b5eb183f42257063a9", "score": "0.668028", "text": "public void addConceptAssertion(int individual, int concept);", "title": "" }, { "docid": "11d80bac9add47b0aa312d49181818b3", "score": "0.61811703", "text": "public String getConcept() { return concept; }", ...
d9b7ea92d2243daaf77cc371ee1847a8
Test of get method, of class XLMOD.
[ { "docid": "6aaab27b06c2704323190c2dfd5d3c53", "score": "0.768568", "text": "@Test\n public void testGet_int() {\n System.out.println(\"get\");\n int id = 1000;\n XLMOD instance = new XLMOD();\n try {\n instance.read();\n } catch (IOException ex) {\n ...
[ { "docid": "53dc7419e59e0baa143952d449a21333", "score": "0.7694518", "text": "@Test\n public void testGet_String() {\n System.out.println(\"get\");\n String id = \"01000\";\n XLMOD instance = new XLMOD();\n try {\n instance.read();\n } catch (IOException ...
20f6a6a5cc85d4ec79d80bf3e813496e
shifts courses in this semester backwards one semester at a time this is a recursive helper method for balance sem.s
[ { "docid": "1abdc41b7d048a85000eafcc61ef0caf", "score": "0.54944444", "text": "private boolean fillToMinBwd(int semID){\n\t\tSemester s = this.semesters.get(semID -1);\n\t\t\tSystem.out.println(\"Balancing sem \" + semID);\n\t\t\tSystem.out.println(\"Credits: \" + s.getCredits());\n\n\t\t// base case\n\...
[ { "docid": "b1f05705f66ba87a35fc79cfa128d469", "score": "0.62685204", "text": "private void moveCourseByForce(String courseID, int semID){\n\n\t\tCourse c = this.catalog.get(courseID);\n\t\n\t\tif(semID > 0 && semID <= this.semesters.size()){\n\t\t\tSemester s = this.semesters.get(semID - 1);\n\n\t\t\ti...
efd9b6ca64ddbb66dac4e5a9fd41ce78
Reports whether the bundle contains any parcelled file descriptors.
[ { "docid": "f5e29c31205ffce613514efedd12efa2", "score": "0.6631114", "text": "public boolean hasFileDescriptors() {\n if ((mFlags & FLAG_HAS_FDS_KNOWN) == 0) {\n boolean fdFound = false; // keep going until we find one or run out of data\n\n if (mParcelledData != null) {\...
[ { "docid": "0f59fbe79fe426784ac6fb38a3af1e41", "score": "0.55985695", "text": "public boolean hasBundle() {\n return fieldSetFlags()[5];\n }", "title": "" }, { "docid": "0e274c7251354ecc2d72698a81eefa8a", "score": "0.55368745", "text": "public boolean isClosed() {\n r...
9971416a984aa779cf0745b118511f55
Injects a new value into a particular partialvalue subset of a given existing value
[ { "docid": "4be213a168530ef56cb55b5c4d7d0639", "score": "0.5235499", "text": "public static long setS3(\n final long existingValue,\n final long partialValue\n ) {\n return (existingValue & 0_777700_777777l) | ((partialValue & 0_77l) << 18);\n }", "title": "" } ]
[ { "docid": "495acdc5bb37736b9fd04dd5d67f1ab9", "score": "0.58153725", "text": "public static long setS1(\n final long existingValue,\n final long partialValue\n ) {\n return (existingValue & 0_007777_777777l) | ((partialValue & 0_77l) << 30);\n }", "title": "" }, { ...
29cec36c3a9c660235bb13d390942a93
Setter of the property shoppingCart
[ { "docid": "60be22aa71a83bffa950adb6e3f8ac20", "score": "0.7993978", "text": "public void setShoppingCart(ShoppingCart shoppingCart) {\n\t\tthis.shoppingCart = shoppingCart;\n\t}", "title": "" } ]
[ { "docid": "cc8b292c8cb878248b17f27ecf6f37d6", "score": "0.83047163", "text": "public void setShoppingCart(ShoppingCart shoppingCart)\n\t{\n\t\tthis.shoppingCart = shoppingCart;\n\t}", "title": "" }, { "docid": "0acae841afa5086b75a537145f6e192b", "score": "0.8218415", "text": "public...
e52f7db26f56b90bcc358dbed834c4d3
Auto Generated method for G2 Method GDLOBJECT::GDLRESET
[ { "docid": "edaf5d66487fc4ec844a635d9934113d", "score": "0.62360466", "text": "public void gdlReset(com.gensym.classes.UiClientItem arg1) throws G2AccessException;", "title": "" } ]
[ { "docid": "7cb0901624051b07083b4bbddce4490f", "score": "0.66348636", "text": "@Generated\n @Selector(\"reset\")\n public native void reset();", "title": "" }, { "docid": "aa8eb0646a0d7239a729abddd0ede5e2", "score": "0.62202305", "text": "void unsetGlosaDR();", "title": "" ...
731e54538a7f0bd645cb979745d7b3bf
required int64 chunkName = 1;
[ { "docid": "ec85437c9af8d4167a8f1672d1bf837d", "score": "0.709484", "text": "public long getChunkName() {\n return chunkName_;\n }", "title": "" } ]
[ { "docid": "cf92c3b0393e967065b64033c75c89a4", "score": "0.78119445", "text": "long getChunkName();", "title": "" }, { "docid": "cf92c3b0393e967065b64033c75c89a4", "score": "0.78119445", "text": "long getChunkName();", "title": "" }, { "docid": "6c3dd96ef6b97f87d5b8888229...
6f6af42cfb000066c70da4ddec8b6fee
Disconnect all connections made from this signal emitter to a specific object.
[ { "docid": "e403d2db406e1ed00f57bf186e58fdfb", "score": "0.65598714", "text": "public final void disconnect(Object other) {\n com.trolltech.qt.internal.QtJambiInternal.disconnect(this, other);\n }", "title": "" } ]
[ { "docid": "7579c44e55f07e701197514e2caadda9", "score": "0.64971066", "text": "public void disconnect() {\n \n\tif (!connected)\n\t return;\n \n\tdestroyDSGraph();\n\tstream = null;\n\tconnected = false;\n }", "title": "" }, { "docid": "2b66cf16ebe4da15043dbc2cda79cb67", "sco...
fdb8f091ac66092e80b042733afcb24a
returns the score of the player based on their dollar, credit, and rank
[ { "docid": "de9246b7f806b6836c25a2828cc859bc", "score": "0.7483155", "text": "public int calcFinalScore(){\n return (dollars + credits + (5 * rank));\n }", "title": "" } ]
[ { "docid": "7670d7a5445853a773e49493029b0c52", "score": "0.74275553", "text": "public static int calculateScore(Player player){\n return player.getDollars() + player.getCredits() + (player.getRank() * 5);\n }", "title": "" }, { "docid": "dd76ef6fa79a03bd6195ed97019c9b68", "scor...
2bf80ac6c9b162aa0d9935dd037d27fc
construct the rays for camera1 (rays1) and the rays for camera2 (rays2)
[ { "docid": "a7bef550932b2aebf8adcf47d793603b", "score": "0.6548847", "text": "public IntegrationTest() {\n for (int i = 0; i < 3; i++)\n for (int j = 0; j < 3; j++)\n rays1.add((Ray) camera1.constructBeamThroughPixel(\n 3, 3, j, i, 1, 3, 3).get(0))...
[ { "docid": "508ff8e4cb39edbf348d867a3aa2b069", "score": "0.62444896", "text": "public Ray[][] castRays() {\n\n Tuple2D unitAspectRatio = res.scale(); // Scale the resolution into a vector that has either 1 for x or y\n\n // Multiply viewplane dim by the scale aspect ratio in order to ...
9de993a1d9c502066e5e8ee7e46af2cf
URI uri = URI.create(fileName);
[ { "docid": "bf6c48f31185cad8514ae84482bbe3a6", "score": "0.0", "text": "@Override\n public void onClick(DialogInterface dialog, int which) {\n File file = new File(fileName);\n if (file.exists()) {\n file.delete();\n ToastUti...
[ { "docid": "af66bab39dbdeea99251f46cbcd1c580", "score": "0.7405015", "text": "String getFileUri();", "title": "" }, { "docid": "cb9eb1666d3f211b3d85d0ddffd89a7a", "score": "0.72242665", "text": "private String createURIForFilePath(String filename)\n {\n \tif(!filename.startsWith(FI...
fe811d4b1923180b0210a77b7dd2373a
[endregion] [region] public methods Adds the specified listener to receive event callbacks whenever the targeted fields are modified.
[ { "docid": "0cc738653aee3b9b824af7a5fc7ab359", "score": "0.58654785", "text": "public final void addObservableListener(ObservableListener listener,\r\n\t\tint... fieldIds)\r\n\t{\r\n\t\tif (fieldIds == null || fieldIds.length < 1)\r\n\t\t{\r\n\t\t\tthrow new IllegalArgumentException(\r\n\t\t\t\t\"At lea...
[ { "docid": "b2e98d6eacbbbb0caf05931103a2ace8", "score": "0.6952297", "text": "public void addModifyListeners(ModifyListener listener) {\r\n\t\tfor (SizedText part : parts) {\r\n\t\t\tpart.getTextField().addModifyListener(listener);\r\n\t\t}\r\n\t}", "title": "" }, { "docid": "6cc6129437e7ad3...
981bf514fe16ff82b9ac654ccc13bfe5
/ Prompt the user to enter the number of searches to be made.
[ { "docid": "a22ad43774b6d81da580fe699aabbf63", "score": "0.76664853", "text": "private static int getNumSearches() throws IOException {\n\n int numSearches;\n\n System.out.print(\"Please enter the number of searches you wish to make. The api allows 100 total in a day: \");\n Buffere...
[ { "docid": "16537a0dad83fd5a85d2572146f1f7cb", "score": "0.6764947", "text": "private static int sizer() {\n\t\tScanner scc = new Scanner(System.in);\n\t\tint numberOfIteration = integerInput(scc);\n\t\tif (numberOfIteration < 2) {\n\t\t\tnumberOfIteration = 2;\n\t\t}\n\t\treturn numberOfIteration;\n\t}...
0a6cd2399ce52df799ab5615923864cf
Gets the filtered result dto.
[ { "docid": "94103abab39b01d48c0fb6ea535b8bd3", "score": "0.80977553", "text": "public ReportVersionSearchResultDTO getFilteredResultDto() {\n\t\treturn filteredResultDto;\n\t}", "title": "" } ]
[ { "docid": "dbb57117bfdd9c5cc238b0d942cdc46c", "score": "0.67808336", "text": "public ReportVersionSearchResultDTO getResultDto() {\n\t\treturn resultDto;\n\t}", "title": "" }, { "docid": "bd058e5193e4091eb4da1d125cf5ee02", "score": "0.5735483", "text": "public void setFilteredResult...
84cb25e8977974d92d7a8126882ba91a
This handles a keypress on a row, and lets you copy it if CTRL+C is pressed
[ { "docid": "5c4f1f5557430ceabe3c6e0fa6e0b104", "score": "0.76258105", "text": "@FXML public void KeyShortcuts(KeyEvent event) {\n if (event.isControlDown() && event.getCode() == KeyCode.C) {\n CopyRow();\n }\n }", "title": "" } ]
[ { "docid": "3dc0e3a5a61f7d18144b65133a7e4eb8", "score": "0.643226", "text": "@FXML public void CopyRow() {\n String row = TabTable.getSelectionModel().getSelectedItem().toString();\n\n StringSelection stringSelection = new StringSelection(row);\n Clipboard clipboard = Toolkit.getDef...
5ca0e7fbd16d1ff5f472e9759469fbe6
This is the getter method this will return the attribute value. Unit is sec. Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. Default value when not specified in API or module is interpreted by Avi Controller as 360.
[ { "docid": "29e137fe90ba9713d78af9d8acee5d89", "score": "0.0", "text": "public Integer getDeadSeDetectionTimer() {\n return deadSeDetectionTimer;\n }", "title": "" } ]
[ { "docid": "7efe5d96fee3d73627eb2b3014cffa5d", "score": "0.651236", "text": "public String getUnit() {\r\n return this.unit;\r\n }", "title": "" }, { "docid": "5909e654acc1eeb7ced0f6ed279fced4", "score": "0.6473903", "text": "public String getUnit() { \n retur...
1dc5cbc4137c939d7460275c73bc6835
Created by admin on 2017/4/20.
[ { "docid": "333e78f3eab6c9e9af21dd33828665ed", "score": "0.0", "text": "public interface IosPayTypeService {\n\n List<IosPayType> findIosPayTypeInfoPage(DataGridPage requestModel, IosPayType iosPayType);\n\n IosPayType findById(long id);\n\n void updateIosPayType(IosPayType iosPayType);\n\n ...
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.6446359", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1f6ca7603428a226b143ebf504f69fdb", "score": "0.60938966", "text": "@Override\n protected void initialize() {\n \n }", "titl...
746a5b5d1af8fa68a827f29dc8f25a2f
Check for network connection
[ { "docid": "3a091dabc44ed5b175d44737fbb9246f", "score": "0.0", "text": "@Override\n public void onClick(View view) {\n if (Common.isNetworkAvailable(getBaseContext())) {\n loginUser();\n } else {\n final AlertDialog noNetwork...
[ { "docid": "063d58a398aefa533eab80305c5b5451", "score": "0.80866736", "text": "private boolean doNetworkkCheck() {\n ConnectivityManager connectivityManager = (ConnectivityManager) getSystemService(CONNECTIVITY_SERVICE);\n NetworkInfo netinfo = connectivityManager.getActiveNetworkInfo();\n...
acac06d922673fc94bc947631e02d64f
optional string ownerName = 4;
[ { "docid": "21fcc1cb125081acfc3fc4ea511d9641", "score": "0.5951598", "text": "public boolean hasOwnerName() {\n return ((bitField0_ & 0x00000008) == 0x00000008);\n }", "title": "" } ]
[ { "docid": "02d8d1c13e62b8ffe717a7022dd5a359", "score": "0.7695836", "text": "String getOwnerName();", "title": "" }, { "docid": "e4e106df16f590044c0e7208241d17ef", "score": "0.7593993", "text": "public void getOwnerName() {\n\t\t\r\n\t}", "title": "" }, { "docid": "f54c8...
d2d6720099eeecad9a8fbb134b3f19df
Basic Constructor sets up the default graph node behavior and the starting properties for this process
[ { "docid": "9a3160529cd464e28a3dd46af7c4f576", "score": "0.0", "text": "public CProcessNode( String ProcessName, String Author, String Comments )\n throws CPMLException\n {\n // No parent node, children are allowed, no child order\n super( null, true, false );\n \n ...
[ { "docid": "1e28ed5250c22497b2ee148eb3119700", "score": "0.7246494", "text": "public Node()\r\n {\r\n initialize();\r\n }", "title": "" }, { "docid": "7365eba7a355148dba23e85f37dff774", "score": "0.7092369", "text": "public PGraph() {\n\n\t}", "title": "" }, { "docid...
a917abf994ab53cfc4397b1a2919a906
Constructor De la Ventana
[ { "docid": "5c871a492d5b7d28c11bc4b4520a678f", "score": "0.0", "text": "public VentanaBitwise(){\n \n //Variablede tipo JFrame \n Ventana = new JFrame(\"Ventanita\");\n Ventana.setSize(850,550);\n Ventana.getContentPane().setBackground(Color.white);\n Ventana.setDefaultCloseOperation(...
[ { "docid": "33bb1f919c7d23003812cb9b69f46e26", "score": "0.7740153", "text": "public Camiseta() {\n\t\t\n\t}", "title": "" }, { "docid": "c7ce60820ecaa8673b373fe2545614ea", "score": "0.7704518", "text": "public BemTeVi() {}", "title": "" }, { "docid": "ef311ee9e9bad3f8bda...
f1fbcccaeddb89f7257ef4764bd9e302
Sets the value of the Subtype field.
[ { "docid": "9ee052338af61797f3c2a3d0b700386d", "score": "0.663536", "text": "public void setSubtype(typekey.APDDropdownValue value);", "title": "" } ]
[ { "docid": "771f7ebc5c19c2289966e5e37f8ad773", "score": "0.7215982", "text": "public void setSubType(String v) {\n if (BaseEntity_Type.featOkTst && ((BaseEntity_Type)jcasType).casFeat_subType == null)\n jcasType.jcas.throwFeatMissing(\"subType\", \"org.apache.uima.alchemy.ts.entity.BaseEntity\")...
04157fcd6aaab2c37525a61c4f4f8d9b
Contains a project.ProjectEntity repeated repeated .project.ProjectEntity entities = 4;
[ { "docid": "7aefd164faaa8596ba38641494d89068", "score": "0.52219856", "text": "public Builder addEntities(project.ProjectOuterClass.ProjectEntity value) {\n if (entitiesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensur...
[ { "docid": "98693951d0fc18f3bb7bbe62aeabf445", "score": "0.75278074", "text": "project.ProjectOuterClass.ProjectEntityOrBuilder getEntitiesOrBuilder(\n int index);", "title": "" }, { "docid": "45554184dd5c17bcafed3728ebb97421", "score": "0.74289674", "text": "project.ProjectOu...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2f8af1d4edb917eb4931e2847a672cec", "score": "0.0", "text": "@Override\n\tpublic String getErrorPath() {\n\t\treturn \"erro\";\n\t}", "title": "" } ]
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
886c85c69a77315f5ad8503c72fb6d5c
Description : This Method is used to update Delivery Order
[ { "docid": "d6f49e7de586ea6f271ceafd28ad9de1", "score": "0.7083862", "text": "public ModelAndView updateDeliveryOrder(HttpServletRequest request, HttpServletResponse response) {\n JSONObject jobj = new JSONObject();\n String msg = \"\";\n String billno = \"\";\n String billid...
[ { "docid": "090e5467d8d7efe980e53ba2ce7c7e6e", "score": "0.73431623", "text": "boolean updateOrder(Order order);", "title": "" }, { "docid": "bb2de22f679f7c8f4a7aa7bc7dd25435", "score": "0.73195875", "text": "OrderVO updateOrder(OrderVO order, String orderId);", "title": "" }, ...
9ab70e9c525bbcb4a2febb5cd04cc549
get coursecode of all the courses taught by that faculty
[ { "docid": "8ce3293621559af1d3b27f9c03934b8c", "score": "0.6446005", "text": "public ArrayList<String> GetCourse()\r\n\t{\r\n\t\tArrayList<String> s = new ArrayList<String>();\r\n\t\ttry\r\n\t\t{\r\n\t\t\tClass.forName(\"java.sql.DriverManager\");\r\n\t Connection con=(Connection) DriverManager.g...
[ { "docid": "e52f7a8eed0876533bdf52b980f80834", "score": "0.682203", "text": "public void getcoursecode(int num);", "title": "" }, { "docid": "1da7b70435ebecbd8aadb1865cfa17b4", "score": "0.67025924", "text": "public static void coursesCurrentlyTeaching(Faculty faculty) {\n // ...
ef850a80fb3fd71c7183e1973b79b126
optional int32 errorCode = 1;
[ { "docid": "f76b2ad8298ac81556940848a1981798", "score": "0.65332234", "text": "public int getErrorCode() {\n return errorCode_;\n }", "title": "" } ]
[ { "docid": "5c18408da96e78d4b81607dfdc447c84", "score": "0.7804932", "text": "int getErrorCode();", "title": "" }, { "docid": "5c18408da96e78d4b81607dfdc447c84", "score": "0.7804932", "text": "int getErrorCode();", "title": "" }, { "docid": "5c18408da96e78d4b81607dfdc447c...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0535d979277945e964a0a4ded5725c8a", "score": "0.0", "text": "@Override\r\n public Annotations getAnnotations() {\n return null;\r\n }", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
0047c1a7eab602459a591cff19f59ad2
/ / / / / / / / / / / / /
[ { "docid": "6b56e3eedc93b29a1d1c23ef5a4c2878", "score": "0.0", "text": "public boolean regionMatches(int thisStart, CharSequence string, int start, int length) {\n/* 802 */ if (string == null) {\n/* 803 */ throw new NullPointerException(\"string\");\n/* */ }\n/* */ \n/* 80...
[ { "docid": "6a9ca1922dd81f18ab022cad06247e05", "score": "0.56202906", "text": "int getSideLength() ;", "title": "" }, { "docid": "564c4c725d06dc4fbbd8caf163f959c3", "score": "0.55104524", "text": "private int parent(int i){return (i-1)/2;}", "title": "" }, { "docid": "3d...
e943b523adecb31abee32043a0f6716a
/ This code is taken from the library docs and adjusted to match the situation we have with two remote servers
[ { "docid": "0b8d21396ace30354489f752e8fdf6d8", "score": "0.0", "text": "private int calculateMaxBufferSize(RemoteFile f1, RemoteFile f2) {\n int remoteMaxPacketSize = sftp_clients[0].getSFTPEngine().getSubsystem().getRemoteMaxPacketSize();\n if ( remoteMaxPacketSize > sftp_clients[1].getSFTPEngine...
[ { "docid": "31418fd6ec85ac5162a5000965446b04", "score": "0.5852282", "text": "boolean isRemote();", "title": "" }, { "docid": "6894062e829a25049e06c67950f66e73", "score": "0.5851183", "text": "@Override\n public boolean isRemote() {\n return true;\n }", "title": "" ...
0a2414c895833b6fa94c81922262a4cd
Set the number of folds used for crossvalidation.
[ { "docid": "99a474612a07058022517b16d658488f", "score": "0.8424859", "text": "public void setCrossValidationFolds(int numFolds) {\n mCrossValidationFolds = numFolds;\n }", "title": "" } ]
[ { "docid": "8c31c2c1570cf046acd2b08543f4cfcb", "score": "0.61889625", "text": "private void loadFold(int foldNumber, AbstractLearningClassifierSystem lcs) {\n \n \t\ttrainSet = instances.trainCV(numOfFolds, foldNumber);\n \t\tlcs.instances = InstancesUtility.convertIntancesToDouble(trainSet);\n \t\ttest...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9e5df4f4354b7483d57f37036385ec7c", "score": "0.0", "text": "@Override\r\n\tpublic InternalResultsResponse<Banco> fetchAllBancos()\r\n\t{\n\t\treturn null;\r\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\...
9f051a06fd3271e09b4df06e59a5bc1d
This method prints by first looking at the left and right child then parent\
[ { "docid": "de517d3abb9e2e6c49a30abcc1abc2f3", "score": "0.0", "text": "public void printPostOrder(Node parent) {\n if (parent == null) {\n return;\n }\n\n //Left subtree\n printPostOrder(parent.getLeftChild());\n\n //Right subtree\n printPostOrder(pa...
[ { "docid": "ddc745d7cdce6f87470889fed6e61053", "score": "0.7334219", "text": "public void print(){\n for(int i=0; i <= (lastpos - 1)/2;i++){\n System.out.println(\"Parent : \"+ arr[i]);\n System.out.println(\"Left : \"+ 2 * i + 1);\n System.out.println(\"Right : \"+ 2 * i + 2);\n }\...