query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
b93636fdab992888ef2d1e801881b74c
Gets the uuid of an online player based on a partial name.
[ { "docid": "42d9d2523435658f3c8df18e6052935b", "score": "0.7397474", "text": "public static UUID getID(String name) {\n UUID partial = null;\n boolean startsWith = false;\n for (Player p : Bukkit.getServer().getOnlinePlayers()) {\n if (p.getName().equalsIgnoreCase(name)) ...
[ { "docid": "74bfc9a3f402f853fe641dc653dcf08b", "score": "0.71191037", "text": "public UUID getPlayerUUID(String playername) {\n Player p = getServ().getPlayer(playername);\n if (p == null) {\n OfflinePlayer po = OfflinePlayerList.get(playername.toLowerCase());\n if (p...
c10c202ceee3aab1a72711009b1092d6
Here to prevent the dom update when parents is Mtabs and it decide to ignore response for this class. This is for the movable feature, because we will update client first and then update server component The add moved will be called when its parent insertBefore or appndChild
[ { "docid": "0fcad363a31d3843311b83ef58221710", "score": "0.6022442", "text": "protected void addMoved(Component oldparent, Page oldpg, Page newpg) {\r\n\r\n\t\tif (this.getParent() instanceof Swifttabs) {\r\n\t\t\tSwifttabs tabs = (Swifttabs) getParent();\r\n\t\t\tif (tabs.isNoResponse()) {\r\n\t\t\t\tr...
[ { "docid": "99cc129d18c1bff2a8cac7a9e60ba2d2", "score": "0.57432836", "text": "@Override\r\n\tprotected boolean beforeAdd() {\n\t\treturn false;\r\n\t}", "title": "" }, { "docid": "dbcc097b7735857ce0bbe1385c678146", "score": "0.5596259", "text": "@Override\r\n public void ...
d5fc03fc9e2988b2941207cf7c3eea3c
List of orders ordered by best price/latest time.
[ { "docid": "882869ca8269ff226398af406f399651", "score": "0.0", "text": "public interface OrderList {\n\n List<Order> asList();\n\n}", "title": "" } ]
[ { "docid": "7ebc72f1cbcfec4eb14f96145c83c23e", "score": "0.6372913", "text": "public List<Vehicle> findAllOrderByPriceAsc() {\n return this.findAll().stream()\n .sorted(Comparator.comparingDouble(Vehicle::getPrice))\n .collect(Collectors.toList());\n }", "title": "" }, { "d...
e56389f46802410840328dfcc4584271
repeated .CMsgDOTAAwardEventPoints.AwardPoints award_points = 1;
[ { "docid": "0c59d311d28187068027a8e2abb21181", "score": "0.5282099", "text": "public Builder setAwardPoints(\n int index, DotaGcmessagesServer.CMsgDOTAAwardEventPoints.AwardPoints value) {\n if (awardPointsBuilder_ == null) {\n if (value == null) {\n throw new NullPoi...
[ { "docid": "3a75f22f974f8bfe3b71aed413d1cdce", "score": "0.7185706", "text": "DotaGcmessagesServer.CMsgDOTAAwardEventPoints.AwardPoints getAwardPoints(int index);", "title": "" }, { "docid": "a4d43dde2035a69143ad569777ebb2bf", "score": "0.6083721", "text": "java.util.List<DotaGcmessa...
42969f281aa7d4e56f5def0305f4ac55
To make instance of mainaction for module
[ { "docid": "241bb4bfc56dbf9f70cf1e06621d3b2e", "score": "0.62396663", "text": "@Mapping(target = \"id\", expression = \"java(idGenerator.generate())\")\n\t@Mapping(target = \"module\", expression = \"java(DtoMapper.INSTANCE.toModuleDto(module))\")\n\t@Mapping(target = \"parent\", expression = \"java(nul...
[ { "docid": "9061ce773c21646620491c7fa280545c", "score": "0.6411695", "text": "ModuleInvocationHandler() {\n\n }", "title": "" }, { "docid": "6e966ca3cd6525c2489f234ca92df311", "score": "0.6371074", "text": "Module createModule();", "title": "" }, { "docid": "6e966ca3cd...
fc1ccde01722942bbef8fa0c1584b42c
BufferLayer( 638): dimensions too large 5760 x 3240
[ { "docid": "45de32484c2cd87cdfc601c19d527af2", "score": "0.0", "text": "protected int getWidth() {\n return 1920 * 3;\n }", "title": "" } ]
[ { "docid": "ee47e999168421ad8343dc86e4ecf502", "score": "0.6191955", "text": "private interface Buffer {\n int VERTEX = 0;\n int ELEMENT = 1;\n int GLOBAL_MATRICES = 2;\n int MODEL_MATRIX1 = 3;\n int MODEL_MATRIX2 = 4;\n int MODEL_MATRIX3 = 5;\n int MODEL...
5fcc539f8e4eaaeb8b9babfc0cbfbe18
Comparisons of numbers on opposite sides of 0
[ { "docid": "8cd04acd156b532d3d5f0a7198dfc593", "score": "0.6519709", "text": "@Test\n void opposite() {\n assertFalse(nearlyEqual(1.000000001f, -1.0f));\n assertFalse(nearlyEqual(-1.0f, 1.000000001f));\n assertFalse(nearlyEqual(-1.000000001f, 1.0f));\n assertFalse(nearlyEqual(1.0f, -1.00000...
[ { "docid": "b31e7a98b4779e668af8285c8d92c767", "score": "0.6781757", "text": "private static boolean checkOppositeSign(int a, int b) {\n if ((a ^ b) < 0)\n return true;\n //if the nos are same or both positive/negative then the xor is positive\n return false;\n }", ...
8ec59b7b799ff3807cf4a380e5e33c48
repeated .hr.client.appuser.StreamCouponHistory streamCouponHistoryList = 3;
[ { "docid": "c9d1fd8c2d76a550ad4aba63e1d73f34", "score": "0.66321164", "text": "public hr.client.appuser.CouponCenter.StreamCouponHistory.Builder addStreamCouponHistoryListBuilder() {\n return getStreamCouponHistoryListFieldBuilder().addBuilder(\n hr.client.appuser.CouponCenter.StreamCo...
[ { "docid": "038883dff3919813c87e05a64428643f", "score": "0.7699786", "text": "hr.client.appuser.CouponCenter.StreamCouponHistory getStreamCouponHistoryList(int index);", "title": "" }, { "docid": "e8254de906dfa20e1d011e4036df18c6", "score": "0.76841086", "text": "java.util.List<hr.cl...
9b6776c841f8c84ad43135e09a499689
Implement this interface to receive a callback immediately after fuel injections have completed.
[ { "docid": "057d36beaa82757d54ca2db95c999395", "score": "0.5721561", "text": "public interface OnFueled {\n\n /**\n * Called immediately after injections have completed\n * Should not get called twice, but potentially could get called twice\n * if you accidentally inject and ignite the sa...
[ { "docid": "2c3fdf917851fba4653e334e8842f052", "score": "0.654697", "text": "@Override\n public void callbackComplete() {\n }", "title": "" }, { "docid": "150c9bfe8b3899c6c530307c61eee9aa", "score": "0.6214232", "text": "@Override\n public void onComplete() {...
a75c300d8d25ff5bd2a7a98f10a62099
Remove page from the scene.
[ { "docid": "591c5373e2c0a15a62792a8256dd46e2", "score": "0.6295042", "text": "public void removeSceneNodeEdges(Page pageNode) {\n\n Collection<NavigationCaseEdge> navCaseNodes = view.getNodeEdges(pageNode);\n for (NavigationCaseEdge navCaseNode : navCaseNodes) {\n try {\n ...
[ { "docid": "71a6c02d8ad6f477ee88bc6e3b94ad7e", "score": "0.7479418", "text": "public void remove() {\n\t\t\tpages.get(p.page()).getLayout().removeView(im);\n\t\t\tdrawn = false;\n\t\t}", "title": "" }, { "docid": "e3ae1c3c4525a467cc928f7c66d13602", "score": "0.74712896", "text": "pub...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "75e93cf80d889ce91adffbac517cae41", "score": "0.0", "text": "public List<News> findListNews(final int page, final int pagesize,\n\t\t\tfinal String sortname, final String sortorder,final HashMap<String ,Object> map) {\n\t\treturn (List)this.getHibernateTemplate().execute(\n\t\t\t\tnew Hiberna...
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
687f5395f7bc3b2164a962338157ce86
Method to display the contents of the stack
[ { "docid": "b8427908f29531f3cb8294c15b21b2e1", "score": "0.810205", "text": "public void display(){\n System.out.print(\"Stack: \");\r\n for(int i=0; i<=topOfStack;i++)\r\n {\r\n System.out.print(theData[i]+ \" | \");\r\n }\r\n System.out.println();\r\n }...
[ { "docid": "9b5530eaa07fb748f95b854d83e783cf", "score": "0.8364721", "text": "public void printStack() {\n\t\tmyStack.showList();\r\n\t\tSystem.out.println(\"\");\r\n\t}", "title": "" }, { "docid": "8c2b8a839bc46187d0979bca0df61543", "score": "0.8074395", "text": "private void displa...
021ff2ca1435550fbf8b966a148be0b7
set up method to add a mountain range for each number of loops
[ { "docid": "01746076924b36e95413646e73a083a1", "score": "0.60517734", "text": "private void setUpForLandscape() {\n int start;\n int end;\n int centre;\n int heightLimit = (int) (height / numberOfLoops)*6;\n\n for (int i = 0; i < numberOfLoops; i++) {\n ...
[ { "docid": "37f93ee658945458f45c16c7c855601b", "score": "0.5836816", "text": "private ArrayList<int[]> fillOutNewMountainRange(ArrayList<int[]> controls, int heightLimit) {\n\n Random random = new Random();\n\n for (int i = controls.size(); i < controls.size() + 1; i++) {\n\n if...
c9a0357df289c007602aab358a7fdcc4
Get an existing forward log entry by id Permissions Needed: BRE_RULE_ENGINE_EVENTS_ADMIN
[ { "docid": "bf6fde4afb41ea42f39c73da7fba04bb", "score": "0.5370316", "text": "public ForwardLog getBREForwardLog(String id) throws ApiException {\n Object localVarPostBody = null;\n \n // verify the required parameter 'id' is set\n if (id == null) {\n throw new ApiException(400, \"Missi...
[ { "docid": "afc35c8fe83c4873d77c68c8757e92d0", "score": "0.622384", "text": "public Audittrail getById(long id);", "title": "" }, { "docid": "faba100a8d32adfb89745268ec14b4a7", "score": "0.58593726", "text": "public LoggingEvent findById(Long id) {\r\n\t\tlog.info(\"Find by id : {}\"...
b3943f6b9ea5b98d78d0d734a1376ac2
Returns true if field creditSituation is set (has been assigned a value) and false otherwise
[ { "docid": "9fb12105909fb2d683155e331b8ad00f", "score": "0.8356471", "text": "public boolean isSetCreditSituation() {\n return this.creditSituation != null;\n }", "title": "" } ]
[ { "docid": "8eb55bdd19d87b194e1a7079524c3ef2", "score": "0.6908822", "text": "public boolean isCredit() {\n return BillingEnum.hasBillingBit(getBillingBits(), BillingEnum.BILL_CREDIT);\n }", "title": "" }, { "docid": "85afe878542c92a3218d630277631159", "score": "0.6819937", ...
7cf9fb9b96819782ec3eb08591532051
Creates a filter that matches all documents where the value of a field is an array that contains all the specified values.
[ { "docid": "a34220b185a8b7cc93cccac504878d83", "score": "0.49036244", "text": "@SafeVarargs\n @SuppressWarnings(\"varargs\")\n public static <TItem> Bson all(final String fieldName, final TItem... values) {\n return all(fieldName, asList(values));\n }", "title": "" } ]
[ { "docid": "7c68bb3ba8142d77a731d8c1ef01c62c", "score": "0.5827921", "text": "public static <TItem> Bson all(final String fieldName, final Iterable<TItem> values) {\n return new IterableOperatorFilter<>(fieldName, \"$all\", values);\n }", "title": "" }, { "docid": "7e8156c56acb8b55...
b869146eb43923c55904e78d2764905f
/ Funtion to find longest common substring
[ { "docid": "f04f998a4ab6200ac409dd02f4186fe2", "score": "0.0", "text": "public static int findLCS(SuffixNode node, int i1, int i2) \r\n\r\n {\r\n\r\n if (node.begin <= i1 && i1 < node.end) \r\n\r\n return 1;\r\n\r\n if (node.begin <= i2 && i2 < node.end) \r\n\r\n ...
[ { "docid": "03283ad4faa70da5bad24c64ce656b4a", "score": "0.76276994", "text": "public int longestCommonSubstring(String a, String b) {\n if (a == null || a.length() == 0 || b == null || b.length() == 0) {\n return 0;\n }\n\n char[] A = a.toCharArray();\n char[] B =...
9d511588e7269d6a1c809c2d3d871001
Ajoute une voiture en queue de la file d'attente.
[ { "docid": "44e6058fab3cd8e204c3055056662121", "score": "0.0", "text": "@Override\n\tvoid entrer(Voiture v) {\n\t\tvoitures.offer(v);\n\t\tv.sengager(this);\n\t}", "title": "" } ]
[ { "docid": "dbca3b39a94ff290fbe5a55a3f2f68c9", "score": "0.65527016", "text": "private void addToQueue(File file)\n {\n playList.addNext(file);\n }", "title": "" }, { "docid": "28e8d90968b9bce9763ad3656442e180", "score": "0.6441704", "text": "public void put(File file){\...
4ea4ee489d1db41ba7050b1d6f0b8977
/ / / /
[ { "docid": "3bab2a50e3b1925aab9a23a31df9e4db", "score": "0.0", "text": "public static String getCurrentTimeStamp() {\n/* 100 */ SimpleDateFormat sdfDate = new SimpleDateFormat(\"HH:mm:a\");\n/* 101 */ Date now = new Date();\n/* 102 */ return sdfDate.format(now);\n/* */ }", "title":...
[ { "docid": "59f1c45b36b3f96c6a39124fe7b24960", "score": "0.59283674", "text": "public String bentopath();", "title": "" }, { "docid": "3efe9b476114de722d8d0cecb1725e5d", "score": "0.5599143", "text": "private void Subdivise() {\n\r\n\t}", "title": "" }, { "docid": "e7eca7...
32300646f8cd6dfda352cdb2dcde025a
Sets the last tick in the model.
[ { "docid": "4257c40bd3c8b3b5f0afe710e3e59be2", "score": "0.6810337", "text": "void setEndTick(int endTick);", "title": "" } ]
[ { "docid": "09f7fccc48f733563b6495206db9587c", "score": "0.7560757", "text": "void setLastTickPos(Vec3 pos);", "title": "" }, { "docid": "48a082e723a755c8f19502d965dcb752", "score": "0.6647233", "text": "public void setTick(long tick) {\n this.tick = tick;\n }", "title"...
ec520651d89645072d9227028e6cc4fa
Set the content rating/certification
[ { "docid": "556eff15cdfaddf3ef4f0fb1480cf113", "score": "0.5909791", "text": "public MovieBuilder setContentRating(String contentRating) {\n this.contentRating = contentRating;\n return this;\n }", "title": "" } ]
[ { "docid": "8c6764100f4dc5bc613bf7713b967be9", "score": "0.69757974", "text": "public void setRating(int rating) {\n this.rating = rating;\n }", "title": "" }, { "docid": "4f0a53f254bd437b22527709fb399c49", "score": "0.69394296", "text": "public void setRating (int rating){\r\n\t...
461b6641be5f564d09dbb4c7a048dea5
Converts this ListEntityTypesResponse into string format.
[ { "docid": "d3d2fe71dd05149471ac71465a001342", "score": "0.8176396", "text": "@Override\r\n public String toString() {\r\n return \"ListEntityTypesResponse [\" + \"type=\" + type + \", attrs=\" + attrs + \", count=\"\r\n + count + \"]\";\r\n }", "title": "" } ]
[ { "docid": "ae07fe02db0d2413df2dfb171e5b2386", "score": "0.5956687", "text": "java.util.List<EntityType>\n getEntityTypeList();", "title": "" }, { "docid": "9e851729f7373ad95f930cb7a19aa89e", "score": "0.5771545", "text": "@Override\n public String toString() {\n Str...
8f0afeaccd5c62b3a7fcce7d8119bbb6
Collection to store memenyos
[ { "docid": "d0228ee287c3c856d327fb2103453902", "score": "0.0", "text": "public CareTaker() {\n\t mementoList = new ArrayList<Memento>();\n }", "title": "" } ]
[ { "docid": "53987f98a7989ccdd1b07c8539e9b3aa", "score": "0.6650761", "text": "protected List<DuDeObject> getInMemoryData() {\n\t\treturn this.inMemoryData;\n\t}", "title": "" }, { "docid": "ce6978e6571c35c4919992a755af9b66", "score": "0.6152827", "text": "public RandomizedCollection(...
00c75e96a6c795f6f7b78574ef6680a3
Get Storage Block by index.
[ { "docid": "7d6e1df181e2f129edf40f86c193111d", "score": "0.78490317", "text": "StorageBlock getStorageBlock(int blockId) throws IOException;", "title": "" } ]
[ { "docid": "963624024b663fd2a41f2f284dc4538b", "score": "0.75259686", "text": "public Block getBlock(int index)\n {\n return blocks[index];\n }", "title": "" }, { "docid": "e610e89b71a7cf7ec08ac45b8ca6e97e", "score": "0.7317253", "text": "public int getAt(int index) {\n retur...
ccdb395eac6259979c04e4e67d84076f
Set the queue name.
[ { "docid": "464a0cd268c9e4d1f2b54b40a616e8b1", "score": "0.8094026", "text": "public void setQueueName(String queueName) {\n this.queueName = queueName != null ? new LazyUTF8String(queueName) : null;\n }", "title": "" } ]
[ { "docid": "d140b96c249f1628838a8be037976bd8", "score": "0.7479585", "text": "public void setQueueName(String queueName) {\n this.queueName = queueName;\n }", "title": "" }, { "docid": "d140b96c249f1628838a8be037976bd8", "score": "0.7479585", "text": "public void setQueueNa...
ce24b84f960f375d68de51afeaefd952
Subinterface to encapsulate tuple of content with it's version.
[ { "docid": "b03149dd5332a5de21e2e985319f0454", "score": "0.6299656", "text": "public interface VersionedContent {\n /**\n * Version of the content.\n */\n long version();\n\n /**\n * Actual content\n */\n String content();\n }", "title": "" } ]
[ { "docid": "613ebd61381eaa5cf956a35d8c82abe6", "score": "0.5819128", "text": "public static interface Tuple {\n\n\t}", "title": "" }, { "docid": "d5e57262274f973d9c2fbeebb9e84c73", "score": "0.57854986", "text": "public interface Header extends Tuple {\n\n /**\n * {@inheritDoc...
b3ddd8386ac51b8a02842661cb605cc8
bottom (float,string) property for the view bottom position. This position is relative to the view's parent. Can be either a float value or a dimension string ie 'auto' (default). Platforms: android iphone ipad, Since: 0.8
[ { "docid": "118f786c6b3339c1e8628efec65e7185", "score": "0.7011343", "text": "public native void setBottom(double bottom) /*-{\n\t\tthis.@com.pmt.wrap.titanium.ui.TableView::handler.bottom = bottom;\n\t}-*/;", "title": "" } ]
[ { "docid": "00657a400daaab659666c4b5ed1020da", "score": "0.7398621", "text": "public float getBottom() {\n return this.bottom;\n }", "title": "" }, { "docid": "b447f841ac5d94c593b0c988c6bad24c", "score": "0.72474265", "text": "public void setBottomHeight(float bottomHeight);", ...
2e95dc2d882c25fc93f6497fe1e37db9
The AdView is ready to be shown
[ { "docid": "c060257ffa073a9eb9ece3af90b9c88c", "score": "0.6882398", "text": "public void onAdViewReady(AdView adView) {\n mAdView.setVisibility(View.VISIBLE);\n\n // Hides the DisplayAdActivity notifying text\n TextView view = (TextView) findViewById(R.id.de...
[ { "docid": "c3d8a838a5d611c111cbf66857268fc0", "score": "0.7249976", "text": "public void onSuccessfulLoad(MobclixAdView view) \n\t{\n\t\tview.setVisibility(View.VISIBLE);\n\t}", "title": "" }, { "docid": "0ee39266a4e1806a90f8afe0afd3d84c", "score": "0.7229964", "text": "public void ...
9b6a72e9855619f0dcf3a20db8ddc691
Gets the targetDiskParams value for this ConverterStorageParams.
[ { "docid": "dae846ace7c5ef46c765ed70d5e96e5e", "score": "0.8123661", "text": "public com.vmware.converter.ConverterStorageParamsTargetDiskParams[] getTargetDiskParams() {\r\n return targetDiskParams;\r\n }", "title": "" } ]
[ { "docid": "ffbcf2ceca3885cb9384d98ba655714e", "score": "0.65397114", "text": "public void setTargetDiskParams(com.vmware.converter.ConverterStorageParamsTargetDiskParams[] targetDiskParams) {\r\n this.targetDiskParams = targetDiskParams;\r\n }", "title": "" }, { "docid": "62c6b20f...
30f2262a581d399ca0e864a91948606a
If 'true', then the output is pretty printed.
[ { "docid": "28c40ff2c8cc1db0ec6a24aa5e0f9e2b", "score": "0.0", "text": "public DeleteCollectionNamespacedOperatorVersion pretty(String pretty) {\n put(\"pretty\", pretty);\n return this;\n }", "title": "" } ]
[ { "docid": "006a2da1060daa06f59611f90ded267c", "score": "0.73858917", "text": "public void setPrettyPrint(boolean val) {\n mPretty = val;\n }", "title": "" }, { "docid": "89dec17c4ae84fad53c24a49d4338e60", "score": "0.7204647", "text": "public boolean prettyPrint() {\n ...
65a2608c883cd34816a6290a816a0c43
private float afwijking; // dit getal reprenteerd de hoek of draai naar/ of van de colorborder, waarmee het stuursysteem aangestuurd kan worden
[ { "docid": "5e66c4aa05af98ee4565cf988405ccd4", "score": "0.0", "text": "public LijnVolger(LijnvolgerOpdracht1 lijnvolgerOpdracht1) {\n\t\tthis.opdracht1 = lijnvolgerOpdracht1;\n\t}", "title": "" } ]
[ { "docid": "0a3949f2f239d519d9bc5b9bb287f1c9", "score": "0.76030767", "text": "public int bepaalAfwijking() {\n\t\tint afwijking;\n\t\tcolorBorder = (colorValueWhite - colorValueBlack) / 2;\n\t\tcolorValue = RedSensor.getRed();\n\t\t\n\t\tafwijking = (int) (colorValue / ((colorValueWhite - colorValueBla...
9a57101ce8cbe1add7067853c906916e
Use this constructor for MongoDB classes as you should not define the typeClass
[ { "docid": "241ce1730d22ebb44a6ff0518cfa9d6e", "score": "0.0", "text": "public FieldDatabaseMap(String fieldName, String classField, ParameterDefinitionInt<?> valueType)\n\t{\n\t\tthis.fieldName = fieldName;\n\t\tthis.classField = classField;\n\t\tthis.valueType = valueType;\n\t}", "title": "" } ]
[ { "docid": "01180bd04f2e39102b50c62900ad5f21", "score": "0.72875834", "text": "private MongoFactory() {\n super();\n }", "title": "" }, { "docid": "7cb99640e1ca904e7a2ba940f570ab41", "score": "0.7139366", "text": "public MongoDbPersistence(String collectionName, Class<T> do...
56733c4210f6e21e76cfb2cc1494f656
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
[ { "docid": "852f42536cc459ac8196c93129302d47", "score": "0.0", "text": "public static _Fields findByThriftIdOrThrow(int fieldId) {\r\n _Fields fields = findByThriftId(fieldId);\r\n if (fields == null) throw new IllegalArgumentException(\"Field \" + fieldId + \" doesn't exist!\");\r\n ...
[ { "docid": "0f0d2aece5032ba23ae36e49e573d8ed", "score": "0.7671767", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByThriftId(int fieldId) {\n switch(fieldId) {\n case 1: // NEEDS_MORE_INPUT\n return NEEDS_MORE_INPUT;\n case 2: // EX...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "b2b891af998d00e63fce71a00cf464fa", "score": "0.0", "text": "public void setManifestBatches(ArrayOfManifestBatch param){\r\n \r\n if (param != null){\r\n //update the setting tracker\r\n ...
[ { "docid": "9be87f27282d43ba8419c15c20a46b50", "score": "0.7929405", "text": "public void set() {}", "title": "" }, { "docid": "4607d6b323a85e6c8e55746f8b76a357", "score": "0.7619289", "text": "Setter<ENTITY, V> setter();", "title": "" }, { "docid": "49c2c569aafed4d0a7ed2...
8a8a12df2d167f3369a02364e0bfa136
Add a many where join.
[ { "docid": "966da1f1b934e3fdf97ed3e40b574931", "score": "0.0", "text": "public void add(ElPropertyDeploy elProp) {\r\n \r\n String join = elProp.getElPrefix();\r\n BeanProperty p = elProp.getBeanProperty();\r\n if (p instanceof BeanPropertyAssocMany<?>){\r\n join =...
[ { "docid": "d87c589cd89241178e03224f2dc38ecd", "score": "0.65551174", "text": "public void containsMany(BeanDescriptor<?> desc, ManyWhereJoins manyWhereJoins);", "title": "" }, { "docid": "257466b8b9538b61be886d2da18882d4", "score": "0.647884", "text": "public void containsMany(BeanD...
1738268c342162b447570c80ec5c026e
User: ddcrichak Date: 9/22/14
[ { "docid": "862b2bbbf5577b02ab9473b78df0d7fd", "score": "0.0", "text": "@RepositoryRestResource\npublic interface VehicleRepository extends PagingAndSortingRepository<Vehicle, String>{\n @RestResource(path = \"type\", rel = \"type\")\n public Vehicle findByType(String type);\n}", "title": "" ...
[ { "docid": "5ab46f6ff6bf8474c1da251446e037e8", "score": "0.6182123", "text": "String getDateCreation();", "title": "" }, { "docid": "6b6c0f62f08796dba0800136ec8cdc0e", "score": "0.6152962", "text": "public String getDate()\n/* */ {\n/* 51 */ return this.date;\n/* */ }",...
d0984a2cc311c5673b4947c2d14f001c
Retrieve (or create) an interned HystrixCommandGroup instance for a given name.
[ { "docid": "45c890f8d620450f4d2673e8315bb802", "score": "0.70751786", "text": "public static HystrixCommandGroupKey asKey(String name) {\n return intern.interned(name);\n }", "title": "" } ]
[ { "docid": "2f184ee304745d50f3aedf861fe0a2fa", "score": "0.66025895", "text": "HostGroup getHostGroup(String name);", "title": "" }, { "docid": "cb071d8348b3bf89be6c09f9700e57a2", "score": "0.62265605", "text": "public AbstractGroupNode getGroupByName(String name);", "title": "" ...
1e70bea124654fe17a4c701d6179d329
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
[ { "docid": "fc573725168e0cce696915d6fc51dbd1", "score": "0.0", "text": "public com.hps.july.persistence.ResourceAccessBean getResource() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n instantiateEJB();\n com.hps.july.persistence.Resource localE...
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6169917", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6169917", "text": "@Override\n public void otvori() {\n ...
57c9485ed1e34fd3525bd1bc131ded76
/ Changes the stamp of an object inside a snippet to be the stamp of the node replaced by the snippet. /
[ { "docid": "0bbf31e3a6b734fc87413a45eb33923f", "score": "0.0", "text": "@NodeIntrinsic(ArrayPlaceholder.class)\n // @defn PiArrayNode.piArrayCastToSnippetReplaceeStamp\n public static final native Object piArrayCastToSnippetReplaceeStamp(Object object, int length);", "title": "" } ]
[ { "docid": "e08ab65eeac7851a4124a2ad26dddd90", "score": "0.5910731", "text": "@NodeIntrinsic(Placeholder.class)\n // @defn PiNode.piCastToSnippetReplaceeStamp\n public static final native Object piCastToSnippetReplaceeStamp(Object object);", "title": "" }, { "docid": "86dbf56d9593a67ec...
ec41a003a0caa0d19d464276c63b125b
(asynchronously) Retrieve the role information.
[ { "docid": "68c7492e813421b45ec53cc4c8956cb7", "score": "0.0", "text": "public com.squareup.okhttp.Call getAuthRoleAsync(String authRoleId, Boolean resolveNames, final ApiCallback<AuthRoles> callback) throws ApiException {\n\n ProgressResponseBody.ProgressListener progressListener = null;\n ...
[ { "docid": "6bf79411ac7fd1e744f7ced5b773fdfa", "score": "0.6865653", "text": "@Override\r\n\tpublic List<Role> fetchrole(String role) throws Exception {\n\t\treturn userDao.findallrole(role);\r\n\t\t\r\n\t}", "title": "" }, { "docid": "46873fcbf466f4c5233de7e70d66aa0f", "score": "0.68446...
198c9ad5a04ae2503a0a92df4538a9f5
Private helper method to make image buttons for the items with the provided texture (the item icon image).
[ { "docid": "2d80fe071297a7fbdbf88300b9d7c411", "score": "0.75878537", "text": "private ImageButton generateItemButton(Texture image) {\n\t\tTextureRegion imgRegion = new TextureRegion(image);\n\t\tTextureRegionDrawable imgDraw = new TextureRegionDrawable(imgRegion);\n\t\treturn new ImageButton(imgDraw);...
[ { "docid": "6ddb369b218ccdcd046ff1e4ba27a449", "score": "0.6898992", "text": "B itemIcon(ITEM item, Resource icon);", "title": "" }, { "docid": "c06dcfa43a03293863919e77aadce89e", "score": "0.6318193", "text": "public static void loadItemTextures() {\n\t\tspriteTItem = ModLoader.addO...
cc977222136a09901433e9497c277314
counter for the Player
[ { "docid": "18b880114dd14a799d123fec36f7ebb9", "score": "0.0", "text": "public PeachThief(World w, String name, Location location, List<Peach> peaches) {\n\t\tsuper(w, name+\"-Thief\"+thief_counter, location, peaches, 70, RGB.BLUE);\n\t\tthis.job = \"PeachThief\";\n\t\tthief_counter++;\n\t}", "title...
[ { "docid": "7f072491ac98961fcdbb2cec134312b7", "score": "0.82250756", "text": "public void incrementPlayers(){\n\t\tplayerCount++;\n\t}", "title": "" }, { "docid": "420765f43a4594b0567ee155df3bb64b", "score": "0.7811174", "text": "int getPlayerCount();", "title": "" }, { ...
c311066db20ba6bffc54bed6e3abc270
Test case number: 60 /Coverage entropy=0.0
[ { "docid": "3b75b2c7fd7864e49a51032848aedd0c", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test060() throws Throwable {\n int int0 = DBUtil.getOpenResultSetCount();\n assertEquals(0, int0);\n }", "title": "" } ]
[ { "docid": "474568e3244a9a9f12834ec6bd55c9e9", "score": "0.7265128", "text": "@Test\n public void test35() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n CostMatrix costMatrix0 =...
327d2c987ecdc94cd3530fd98da536c4
/ renamed from: com.google.android.gms.internal.d
[ { "docid": "97e384d467f37f4be643d3ca329dfe14", "score": "0.587015", "text": "public interface C1817d {\n\n /* renamed from: com.google.android.gms.internal.d.a */\n public static final class C1816a extends kp {\n private static volatile C1816a[] fM;\n public String fN;\n publi...
[ { "docid": "b20997b286cd76adca742ea93b253853", "score": "0.6677471", "text": "private static void zzbu(android.content.Context r7) {\n /*\n r6 = 1;\n r0 = com.google.android.gms.p043b.C1111y.m5247b(r7);\t Catch:{ NameNotFoundException -> 0x002e }\n r1 = \"com.google.android.g...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "eb24d9d4d410a9ee8f46cec80c59e13e", "score": "0.0", "text": "@Override\n protected void onNewIntent(Intent intent) {\n super.onNewIntent(intent);\n Logger.d(\"MainActivity--onNewIntent\");\n setIntent(intent);\n }", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
a7ec30009a9492881337f3cb5a97ff4c
Clears the value of the 'NOTES' field.
[ { "docid": "67d4c9f9b19b227e7f483872baa03da3", "score": "0.7076856", "text": "public org.LNDCDC_NCS_TCS.REPORTING_GROUPS.apache.nifi.LNDCDC_NCS_TCS_REPORTING_GROUPS.Builder clearNOTES() {\n NOTES = null;\n fieldSetFlags()[3] = false;\n return this;\n }", "title": "" } ]
[ { "docid": "54bbe1632c1adb33e953fd51ec4d2b6c", "score": "0.7294499", "text": "public void setNOTES(java.lang.CharSequence value) {\n this.NOTES = value;\n }", "title": "" }, { "docid": "11664020e4dfbe2aacfaa029f228b9fd", "score": "0.65095127", "text": "public void cleanNoteStorag...
627015dc240b723b9bf6a07ecc929d9c
$FF: renamed from: i () boolean
[ { "docid": "2ab31f8d6bb0bf9befc149815e876cd5", "score": "0.0", "text": "public boolean method_2615() {\r\n return this.field_2085;\r\n }", "title": "" } ]
[ { "docid": "b955f33fcb7fe019bac2e81bfacb6be9", "score": "0.7464909", "text": "public abstract boolean mo54491a(int i);", "title": "" }, { "docid": "6e7d4199e7a478adb27422c3a6ddc4d4", "score": "0.7346587", "text": "boolean hasI();", "title": "" }, { "docid": "67d9b3bb5ba15...
0a67210c35f17e3e835d272114b41a08
Method to get employees by names
[ { "docid": "ea45342c2c5693c525ee1b2b3c478a80", "score": "0.74033004", "text": "public List<Employee> getByName(List<Employee> employees, String name) {\r\n\t\tList<Employee> res= new ArrayList<Employee>();\r\n\t\ttry {\r\n\t\t\tfor(Employee emp : employees) {\r\n\t\t\t\tif(emp.getName().equalsIgnoreCase...
[ { "docid": "53ebe5832170883babff5b06b37d6b00", "score": "0.85725284", "text": "List<Employee> getEmployeesByName(String name);", "title": "" }, { "docid": "423480be22df63163f2499351beb0168", "score": "0.79222965", "text": "public List<Employee> findByName(String nm);", "title": "...
be1a246c8888a98e195603b9fdb4baa8
constructs an arraylist that has the elements of the given arraylist from the start to the end
[ { "docid": "a28536d5f8d5347bc976b3ddb209df67", "score": "0.7001447", "text": "<T> ArrayList<T> getElementsBetween(ArrayList<T> src, int start, int end) {\n ArrayList<T> cpArr = new ArrayList<>();\n for (int index = start; index < end; index += 1) {\n cpArr.add(src.get(index));\n }\n ret...
[ { "docid": "32416e8d0fa7cdc795efb97d747cfc4b", "score": "0.69170636", "text": "private ArrayList<String> slice(ArrayList<String> list, int from , int to, int step){\n\tArrayList<String> ans = new ArrayList<String>();\n\tfor (int i = from; i < to; i += step)\n\t ans.add(list.get(i));\n\treturn ans;\n ...
25b323c0f73a7dd31027bf7bcec7693f
Function to compute greatest common divisor using Euclidean algorithm
[ { "docid": "d446bb714f195308c4af602ba80e4290", "score": "0.6813238", "text": "public static int GCD(int a, int b)\n {\n int r = 0;\n while (b > 0)\n {\n r = a % b;\n a = b;\n b = r;\n }\n return a;\n }", "title": "" } ]
[ { "docid": "a0d8969f60703760ae58c0cec486a1e2", "score": "0.7270476", "text": "int euclideanGCD(int a, int b){\n\t\tif (a==b) return a;\n\t\tint larger = a>b ? a:b;\n\n\t\t\n\t}", "title": "" }, { "docid": "a5cc823db1e8de6e139c4cd146d11010", "score": "0.7250713", "text": "static int g...
69265dcb7fd93b545c5d2719fb96a618
Using OnPause to reset icon image once it is pressed
[ { "docid": "3947160a646dba497a606d57b619aac8", "score": "0.0", "text": "@Override\n\tpublic void onResume() {\n\t\t// TODO Auto-generated method stub\n\t\tsuper.onResume();\n\t\t\n\t\tfinal ImageButton tagButton = (ImageButton) findViewById(R.id.TagButton);\n\t final ImageButton searchButton = (Image...
[ { "docid": "3167dee4a60d070660390274449c814a", "score": "0.7037958", "text": "private void changeIcon(){\n switch (_buttonIcon.getValue()){\n case R.drawable.ic_round_pause_circle_filled_24:\n _buttonIcon.setValue(R.drawable.ic_round_play_arrow_24);\n brea...
4aadd453b61658656d4831e5cb662363
Created by Administrator on 2016/3/8.
[ { "docid": "33cb5dcbf93ef4a76c83f4decc10a5bd", "score": "0.0", "text": "public interface AdminDao extends JpaRepository<Admin,Long>{\n\n @Query(\"select a from Admin a where a.username = ?1\")\n public Admin findByUsername(String username);\n}", "title": "" } ]
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.6675931", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "bdc1683df7d1d6b2d988cd3acab4903e", "score": "0.61096054", "text": "public void mo5201a() {\n }", "t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1c10501dfe210d92f802481d85df27a4", "score": "0.0", "text": "@Override\r\n\t\tpublic void onResume() {\n\t\t\tupdateUI(getSwitchStatus());\r\n\t\t\tsuper.onResume();\r\n\t\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
5340864a82bfa5fae2dcd52e6bfd0384
enables user to collect reward
[ { "docid": "1550e15b1dadeec72df4481aee1d0282", "score": "0.5906376", "text": "public void mouseClicked(MouseEvent e) {\n\t\t\tJOptionPane.showMessageDialog(null,//inform user that reward is collected\n\t\t\t\t \"Total Exp Collected: \"+accumExp+\".\",\n\t\t\t\t \"Reward Collected\",\n\t\t\t\t J...
[ { "docid": "9559f357c1707da4eeb162a3757c6e0c", "score": "0.7257135", "text": "public void award()\n {\n totalReward += Constants.MINER_REWARD;\n System.out.println(name +\" has found a hash and total reward is= \" + totalReward);\n }", "title": "" }, { "docid": "8a661dcfa...
1a5c7dc962f664b8c16acd39fa3cdece
Method For Cancel Policy button
[ { "docid": "f4a855fbd90934d96bcdae97f44a0ac3", "score": "0.6921041", "text": "public static WebElement CancelPolicybutton_flat(){\n\t\t\t\n\t\t try\n\t \t\t{\n\t\t\t element= fwait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath(\"//*[@class='btn mx-button mx-name-actionButton2 btn-danger']...
[ { "docid": "ba77b35bb6d089114543b2b023498bce", "score": "0.7865145", "text": "public static WebElement CancelPolicyButton(){\n \t\t\t\n \t\t try\n \t \t\t{\n \t\t\t element= fwait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath(\"//*[@class='mx-dataview mx-name-dataView1 form-horizontal']/d...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "c90353343ff8b55f631a7fd17c855e08", "score": "0.0", "text": "public void setDATE_type0(java.lang.String param){\n \n if (org.apache.axis2.databinding.utils.ConverterUtil.convertToString(param).matches(\"\\\\d{8}\")) {\n ...
[ { "docid": "0b7d5da34ce86a3669b4abee4a90e2df", "score": "0.79580045", "text": "Method getSetter();", "title": "" }, { "docid": "c32d5131bbf330c6e417879c6af42e9b", "score": "0.75098526", "text": "@Override\r\n\tpublic void set() {\n\t\t\r\n\t}", "title": "" }, { "docid": "...
d073041ac6e4174c3361fb65840ef6a4
Attributes Constructors Public Package protected Protected Private
[ { "docid": "1cf7f54b9bac85d542f70acc8d969f54", "score": "0.0", "text": "private static File parseCommandLine(String[] args) throws Exception {\n\n if (args.length == 0) {\n\n throw new Exception(\"yaml file name not specified\");\n }\n\n File f = new File(args[0]);\n\n ...
[ { "docid": "335554397c8420d2ab97c306b390c29f", "score": "0.77984005", "text": "public Attributes() {\n }", "title": "" }, { "docid": "db7c8c296916d3d1a0359170cd19fb6f", "score": "0.77605474", "text": "public Attributes()\n {\n }", "title": "" }, { "docid": "ecbc5...
165707265727889fa4917db3958362cb
runs when the user submits a query into the search view
[ { "docid": "a444096c28a53b203c577294fd756ba2", "score": "0.6471299", "text": "@Override\n public boolean onQueryTextSubmit(String query) {\n addToSharedPreferences(query);\n getRecipes(query);\n return false;\n }", "title": "" } ]
[ { "docid": "cf0493094ed69347f9f8c704718c9edd", "score": "0.7366005", "text": "@Override\n public boolean onQueryTextSubmit(String query) {\n searchData(query);\n return false;\n }", "title": "" }, { "docid": "f9241ca53ab822ade13d483afa60e3d...
3c12c8b8a43171b6657d6a285aee669d
TODO Autogenerated method stub SendActivity.sendLableTv.setText(arr1[arg2]);
[ { "docid": "97e1733217d52b8826865776584bc734", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void onItemClick(AdapterView<?> arg0, View arg1, int arg2,\r\n\t\t\t\t\tlong arg3) {\n\t\t\t\tfinish();\r\n\t\t\t}", "title": "" } ]
[ { "docid": "1bbb3903e27aba4e7e55ffd907bf8baa", "score": "0.59666353", "text": "@Override\n public void onClick(DialogInterface arg0, int arg1) {\n mHZBQText.setText(items[arg1]);\n mBindPatientParment.setPatientLabelId(mList.get(arg1).getAttrCode() + \"\");\n ...
6d04869ab8ecbba7ca67b12a419949ef
String conversion Returns a string representation of this collection. The string representation consists of a list of the collection's elements in the order they are returned by its iterator, enclosed in square brackets ("[]"). Adjacent elements are separated by the characters ", " (comma and space). Elements are conve...
[ { "docid": "f18bcbad3092feba6264be38e3b5dbca", "score": "0.77940047", "text": "public String toString() {\r\n\tStringBuffer buf = new StringBuffer();\r\n\tbuf.append(\"[\");\r\n\r\n Iterator<E> i = iterator();\r\n boolean hasNext = i.hasNext();\r\n while (hasNext) {\r\n E...
[ { "docid": "88a926639b6362f1d95673e4cdc870a8", "score": "0.76908314", "text": "public String toString()\n {\n StringBuffer buf = new StringBuffer();\n\n buf.append(\"[\");\n\n Iterator<E> i = iterator();\n boolean hasNext = i.hasNext();\n\n while (hasNext)\n ...
c059620238709a8a497355c36a02c125
Find child conductor by name.
[ { "docid": "e92da97092c1132c5349ee12ef30060c", "score": "0.86739814", "text": "@Override\n public Conductor findByName(String name) {\n return children.get(name);\n }", "title": "" } ]
[ { "docid": "01e5bdcd2c2402e50205b75db35146bd", "score": "0.640088", "text": "public BaseComponent find(String name) {\n return _find(name, getNameRoot());\n }", "title": "" }, { "docid": "34eb25818b244b195723d8fd9b324fc8", "score": "0.62985766", "text": "@Nullable\n...
7b54c82aa5df57c4dc89bb3901678f96
This procedure register "observer" for the "events" (observables) in the API. It also injects the sender to use.
[ { "docid": "2865bc53a349c69e332a3938e935358e", "score": "0.56681174", "text": "protected void registerHooks() {\r\n\t\tIotSender sender = new AzureIotSender();\r\n\t\tHooks.subscribe(\"add\", new AddIotCallback(sender));\r\n\t\tHooks.subscribe(\"update\", new UpdateIotCallback(sender));\r\n\t\tHooks.sub...
[ { "docid": "c446bc88eba621a977ddc1dc485000dd", "score": "0.7584123", "text": "void registerObserver(EventObserver eventObserver);", "title": "" }, { "docid": "dd3253f4a005f200a5c18760e8653254", "score": "0.7135566", "text": "void register(Observer obj);", "title": "" }, { ...
bd45a5c2910094469541fa77a78d260c
following function is called to set the field values when a record is selected from the search window
[ { "docid": "75af1d40cac6044c5a0b1a2536d51752", "score": "0.0", "text": "public String details() {\r\n\t\tgetNavigationPanel(3);\r\n\t\thelpDeskDept.setHidDeptCode(helpDeskDept.getDeptCode());\r\n\t\tHelpDeskDeptModel model = new HelpDeskDeptModel();\r\n\t\tmodel.initiate(context, session);\r\n\t\tmodel....
[ { "docid": "81ce4c0611d5eb452cca71b75e5e1a55", "score": "0.6422933", "text": "public void setSearch(){\n\t\tsearch();\n\t\t\t\t\t\n\t\tint startSelection=mEditor.getSelectionStart();\n\t\tint endSelection=mEditor.getSelectionEnd();\n\t\tString selectedText = mEditor.getText().toString().substring(startS...
2afe39bf37b7961a61ae7723c0a12db7
Release any resources (such as files or locks on other resources) associated with the response data.
[ { "docid": "d9dbfcd19b7cf2fbd76a27bf63718d5f", "score": "0.5694015", "text": "public void release() throws ServerException;", "title": "" } ]
[ { "docid": "974fd3e960223cf6668c3899abd41c5e", "score": "0.70318484", "text": "@Override\n\t\t\tpublic void releaseConnection() throws IOException\n\t\t\t{\n\t\t\t\tThrowable primaryEx = null;\n\t\t\t\ttry\n\t\t\t\t{\n\t\t\t\t\tif (stream != null)\n\t\t\t\t\t{\n\t\t\t\t\t\tstream.close();\n\t\t\t\t\t}\n...
302383fd0241166c8ad4ddcc6d7cf048
Generates the discrete values of a new child solution
[ { "docid": "1733a8d1749978970c242a5064000af2", "score": "0.67881346", "text": "private ArrayList<Integer> childDiscVals(Solution parent1, Solution parent2)\r\n\t{\r\n\t\t// Generate discrete values\r\n\t\tArrayList<Integer> discValues = null;\r\n\t\tint discCount = discVars.size();\r\n\t\tif(discCount >...
[ { "docid": "eea910f1c70191d2fa59d96599898fbd", "score": "0.64562505", "text": "private ArrayList<Double> childContVals(Solution parent1, Solution parent2)\r\n\t{\r\n\t\t// Generate discrete values\r\n\t\tArrayList<Double> contValues = null;\r\n\t\tint contCount = contVars.size();\r\n\t\tif(contCount > 0...
b0a5827ccec8c50e386218e277618a3a
DELETE STUDENT PERMANENTLY FROM DATABASE. ISSUE AND STUDENT TABLES ARE AFFECTED
[ { "docid": "6292b9ce1320a2a7d1cb3351ef59fc5d", "score": "0.0", "text": "private void deleteStudent()\n {\n int sure = JOptionPane.showConfirmDialog(null,\"Are you sure you want to remove this Student permanently ?\",\"Confirm Delete\",JOptionPane.YES_NO_OPTION);\n if(sure==JOptionPane.Y...
[ { "docid": "9f2e74fa0074037954877266187a9762", "score": "0.6621111", "text": "public void clearDB(){\n try {\n st.execute(\"DROP TABLE SPATIA.DOCUMENT\");\n st.execute(\"DROP TABLE SPATIA.INVERTEDINDEX\");\n st.execute(\"DROP TABLE SPATIA.TERM\");\n st....
478ee88f4be0980d6ea565e0873d7183
Build MongoDB uri and register codecs
[ { "docid": "312517907a2f1299d826cbda80b54375", "score": "0.46314028", "text": "private void setupPersistenceManager() {\n final MongoClientURI uri = new MongoClientURI(\n getConfig().getString(ConfigKey.MONGODB_URI)\n );\n\n final MongoDB db = new MongoDB(uri, getClas...
[ { "docid": "983ab057d807343b9a29072fe955d00d", "score": "0.64154774", "text": "public MongoClientURI(String uri, MongoClientOptions.Builder builder) {\n try {\n this.uri = uri;\n if (!uri.startsWith(PREFIX))\n throw new IllegalArgumentException(\"uri needs to ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c28d355fee9cea9bb30b0df7a749f162", "score": "0.0", "text": "@Override\n\tpublic User login(String account, String password) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
7eb4da34f3ececef1f6fdc8c5f3db51a
Sets the order by clause for the request
[ { "docid": "d1a604db20a7f0d986b894a97c336047", "score": "0.0", "text": "@Nonnull\n public SessionCollectionRequest orderBy(@Nonnull final String value) {\n addOrderByOption(value);\n return this;\n }", "title": "" } ]
[ { "docid": "2ee32de345524958726aabf9a64f8533", "score": "0.7866683", "text": "public void orderBy(String orderBy){\r\n this.orderByClause = orderBy; \r\n }", "title": "" }, { "docid": "4e86dab859f430e298b8a7210432407d", "score": "0.69620085", "text": "public String getOrde...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "5f76525d1fe66dc42111ecd004b29577", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.toolbar_menu_share_diag, menu);\n\n\n return true;\n }", "title": "" } ]
[ { "docid": "b470b12158e9a37414c1897a8fc7b04e", "score": "0.7135346", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif = getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b14a83634be08d1ffd96c7773186afb8", "score": "0.0", "text": "@Override\r\n\t\tpublic int getItemPosition(Object object) {\n\t\t\treturn super.getItemPosition(object);\r\n\t\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
0cd5680a59cb3ccb427eab577234840a
/ for All Add supervisor
[ { "docid": "dd964a5d141621a6a3fb23219e9f2126", "score": "0.5639845", "text": "@RequestMapping(value=\"restAddsupervisors\" , method={RequestMethod.POST})\n\tpublic ResponseEntity<JsonResponse<Object>> restAddsupervisor(@RequestBody HrmsSupervisorMasterModel supervisor) \n\t{\n\t\tlogger.info(\"Method : ...
[ { "docid": "91c6c7225d9d0b715c08049a25f65c97", "score": "0.6489148", "text": "public Supervisor addSupervisor() throws Exception {\n return addSupervisor(null, null, null);\n }", "title": "" }, { "docid": "ee2822733ce246561bf232e89639d123", "score": "0.6354632", "text": "pu...
7dc9c425c893c1d5e22b4b3a7a17bb81
aggregate_prevote defines oracle aggregate prevote submitted by a validator in the current vote period .terra.oracle.v1beta1.AggregateExchangeRatePrevote aggregate_prevote = 1 [(.gogoproto.nullable) = false];
[ { "docid": "675ccd9afa959c889a3904cffa0a89a7", "score": "0.8015518", "text": "terra.oracle.v1beta1.Oracle.AggregateExchangeRatePrevote getAggregatePrevote();", "title": "" } ]
[ { "docid": "5eafff47df634c8e48c4002aa1c592b7", "score": "0.83955187", "text": "public terra.oracle.v1beta1.Oracle.AggregateExchangeRatePrevote getAggregatePrevote() {\n if (aggregatePrevoteBuilder_ == null) {\n return aggregatePrevote_ == null ? terra.oracle.v1beta1.Oracle.AggregateExcha...
3c32039ce5c5381b11d1bc8bf939118e
Calculates the amount of Defense this Legend has if it were attacked. Note: this is not just the Defense Ability a legend may have some GearItem which increases their defense amount. For a Monster, the defense amount is just the defense ability
[ { "docid": "6c93df31e4d47dbff6d60750be954bce", "score": "0.76404744", "text": "@Override\n public double getDefenseAmount() {\n return this.getDefense().getAbilityValue();\n }", "title": "" } ]
[ { "docid": "940654a482fe08e1b9ef5ddd5c74ca9e", "score": "0.73899066", "text": "public int getDefense() {\n return defense_;\n }", "title": "" }, { "docid": "940654a482fe08e1b9ef5ddd5c74ca9e", "score": "0.73899066", "text": "public int getDefense() {\n return defens...
5043e10fd31842d7b03273364454bd82
Remove a game from the file
[ { "docid": "a31708a6a95912bb08cd2cca65fd0037", "score": "0.0", "text": "boolean remove(String id);", "title": "" } ]
[ { "docid": "75fd2308fdc68eb8082afe8f8e5b5d26", "score": "0.71057963", "text": "public static void removePlayer(String name){\n\n File txtFile = new File(\"stats\", name +\".txt\");\n if(txtFile.delete()){\n System.out.println(\"Deleted the file: \" + txtFile.getName());\n ...
e4b06aa2f76cbd241615ccc0b91d90c9
Simulate External System for teste
[ { "docid": "631b664401dce27698584ee9843d6128", "score": "0.0", "text": "@Retryable(value = Exception.class, maxAttemptsExpression = \"${retry.maxAttempts}\", backoff = @Backoff(delayExpression = \"${retry.maxDelay}\"))\n\tprivate Future<Boolean> validateDocument(String document) {\n\t\tCompletableFuture...
[ { "docid": "74a24e1108bd42f6580341c2c3888f18", "score": "0.69163555", "text": "private void simulate() {\n\t}", "title": "" }, { "docid": "c411d14bd65afa18ac1b21ac48678817", "score": "0.64093673", "text": "@Test\n void demo() throws IOException, InterruptedException {\n Spa...
0505b6b05a4e87f7f9aa2237146bf45f
referencia al siguiente nodo en la lida constructor
[ { "docid": "ab8c7e226229ba6c51ae7cfeb69102ea", "score": "0.0", "text": "public Node(E e, Node<E> n) {\r\n\t\t\t\telement = e;\r\n\t\t\t\tnext = n;\r\n\t\t\t}", "title": "" } ]
[ { "docid": "74fb662c098684957320c1bdff8d6e72", "score": "0.7471184", "text": "public Nodo(int d,Nodo n){\n dato=d;\n siguiente=n;\n \n}", "title": "" }, { "docid": "267c908c031592beb2df70255191de88", "score": "0.7377056", "text": "public Nodo() {//Nodo nulo\r\n\t\t\tthis(nul...
b4d4babb0a4927efeb8b4ce62a0a11c7
clear screen by printing several empty lines
[ { "docid": "1a320307251554beeaa1c168830ed6d9", "score": "0.8351519", "text": "private void clearScreen() {\n for (int i = 0; i < 70; i++)\n System.out.println();\n }", "title": "" } ]
[ { "docid": "b1b3cacafa79d34531d028f5dd2e1c9c", "score": "0.830082", "text": "private void clearScreen() {\n for (int i = 0; i < 40; i++) {\n System.out.println();\n }\n }", "title": "" }, { "docid": "3e42a49ed8de3ac4274cf6a27654951f", "score": "0.8281083", ...
17cea6affc2c82048f477a99e66aabb7
optional int64 start_date = 11;
[ { "docid": "c21938d648405c0d36c108c086bcbea0", "score": "0.0", "text": "@java.lang.Override\n public boolean hasStartDate() {\n return ((bitField0_ & 0x00000400) != 0);\n }", "title": "" } ]
[ { "docid": "07e9b8459800c39d5d7feb15a3e71b0c", "score": "0.71474516", "text": "long getStartDate();", "title": "" }, { "docid": "07e9b8459800c39d5d7feb15a3e71b0c", "score": "0.71474516", "text": "long getStartDate();", "title": "" }, { "docid": "07e9b8459800c39d5d7feb15a3...
875f2adbadf9a93d2f07d65dc7b25bb5
Set report folder and filename will be auto generated.
[ { "docid": "9bcdce4cb4893b08084dedf4656accaa", "score": "0.57410026", "text": "public void setHTMLReportFolder(String HTMLReportFolder) {\r\n this.HTMLReportFolder = HTMLReportFolder;\r\n }", "title": "" } ]
[ { "docid": "48fb434e259722e0e909188823a0d8f5", "score": "0.6622188", "text": "@Override\r\n public void onExecutionStart() {\r\n File file = new File(utils.getProperty(HTML_REPORT_FILE));\r\n if(!file.exists()){\r\n try {\r\n FileUtils.forceMkdir(file);\r\n ...
bcca4a982eed3d93ebd856b552d8bc8d
Validate Streaming snowpipe related config provided by config(customer's config)
[ { "docid": "54fdba3c0a0fb51595b9b5f48b432e28", "score": "0.691997", "text": "public static ImmutableMap<String, String> validateStreamingSnowpipeConfig(\n final Map<String, String> inputConfig) {\n Map<String, String> invalidParams = new HashMap<>();\n\n // For snowpipe_streaming, role should...
[ { "docid": "43e314e4ca50849d255d8786adaa8ef0", "score": "0.6153146", "text": "private void checkConfiguration() {\n\t\tif (this.bootstrapServers.isEmpty()) {\n\t\t\tthrow new InvalidConfigurationException(\"At least one bootstrap server must be provided.\");\n\t\t}\n\n\t\t// Check whether a topic name w...
8db85e178817b73e01d685ee8afa8e6e
Something went wrong, because of which we can't continue, so let the user know he can try and exit, and launch the app again.
[ { "docid": "2e53338ecc0368d5042a7fd8fd13d648", "score": "0.0", "text": "private void showErrorAlert()\n {\n \tAlertDialog.Builder builder = new AlertDialog.Builder(this);\n \tbuilder.setMessage(getResources().getString(R.string.app_error_str))\n \t .setCancelable(false)\n \t ....
[ { "docid": "b3f6b1780b065bc9fe1e35dbcb3ffe39", "score": "0.7038303", "text": "private void restartApplication() {\n android.os.Process.killProcess(android.os.Process.myPid());\r\n System.exit(0);\r\n }", "title": "" }, { "docid": "096ae9849e5cd544a5bef4a8568d5ce9", "scor...
f0adb5360d337b3f4a6a31e173fe98b9
Gets the value of the isChassisNoPick property.
[ { "docid": "cc2767afd0e202305261942e9304366e", "score": "0.9023023", "text": "public boolean isIsChassisNoPick() {\n return isChassisNoPick;\n }", "title": "" } ]
[ { "docid": "2a5d5352f051c0f7d0e53b4311a758da", "score": "0.78734016", "text": "public void setIsChassisNoPick(boolean value) {\n this.isChassisNoPick = value;\n }", "title": "" }, { "docid": "9f1553dcbe861c2b44ae26cd7f0c700c", "score": "0.601264", "text": "public boolean ge...
981aeac5e55d0280bff149661cd60c95
Ensure to call this if your entity is ever set dead.
[ { "docid": "b4f1adf5f7e7fcf02c28208d3d0263d9", "score": "0.0", "text": "public void destroy()\r\n {\r\n }", "title": "" } ]
[ { "docid": "f3264d251096ccf0a696e2f832229149", "score": "0.70535576", "text": "protected void setDead()\n {\n alive = false;\n if(location != null) {\n field.clear(location);\n location = null;\n field = null;\n }\n }", "title": "" }, {...
6f0dbdd80ca8dff5efbe51344aef3c98
Returns the first interestcategory in the ordered set where uuid = &63;.
[ { "docid": "a2b1e4adeda96b9dd8cdc8c56e3424d8", "score": "0.76680666", "text": "public static Interestcategory fetchByUuid_First(String uuid,\n\t\tOrderByComparator<Interestcategory> orderByComparator) {\n\t\treturn getPersistence().fetchByUuid_First(uuid, orderByComparator);\n\t}", "title": "" } ]
[ { "docid": "cf2e3156c53cc90d88a4ff4ff1db01ae", "score": "0.65591186", "text": "public static Interestcategory fetchByUuid_C_First(String uuid,\n\t\tlong companyId, OrderByComparator<Interestcategory> orderByComparator) {\n\t\treturn getPersistence()\n\t\t\t\t .fetchByUuid_C_First(uuid, companyId, orde...
9b1cd7d49692b3ca87e9c3fbfa5fde48
trade type BUY or SELL
[ { "docid": "0a0e59749388b949700d444c3c78462f", "score": "0.6495259", "text": "@Schema(example = \"SELL\", description = \"trade type BUY or SELL\")\n public TradeTypeEnum getTradeType() {\n return tradeType;\n }", "title": "" } ]
[ { "docid": "31d31de0436d2784bc4efbc6bc588f04", "score": "0.7177399", "text": "public String getMeTheType(){\n\t// inverse to make \n\tif(type == MarketType.BID){\n\t\treturn \"sell\";\n\t}else{\n\t\treturn \"buy\";\n\t}\n}", "title": "" }, { "docid": "a1bbb818e43e1f19eb68ead6dc41aa8f", "...
6f6b5efe3757aed6d935b3aff77e4641
Piilottaa tai poistaa nykyisen projektin
[ { "docid": "178dd24c424b3da85599ca1f4f4a0a70", "score": "0.0", "text": "protected void hideOrRemoveCurrentProject(boolean remove) {\n Project project = selectedProject;\n Alert alert = new Alert(AlertType.CONFIRMATION, remove ? \"Poistetaanko projektin tuntikirjanpito pysyvästi?\" : \"Pois...
[ { "docid": "1b9fdd444682e6122c4e8d5ff50b24b1", "score": "0.6842442", "text": "public void loppu() {\n\n /*for (Pelaaja pel : kaikkiPelaajat) {\n System.out.println(\"kirjoitetaan tiedostoon: \" + pel.annaNimi() + \", \" + pel.annaEnnatysPisteet());\n\n }*/\n tiedostohall.ki...
6e6ac07b696369918f7d9c32afd6263a
Write code here that turns the phrase above into concrete actions
[ { "docid": "ee52aa6b736b0b64e1c6e48f142290c6", "score": "0.0", "text": "@When(\"^Existing customer enters the same card or account information$\")\n\tpublic void existing_customer_enters_the_same_card_or_account_information() throws Throwable {\n\t\tthrow new PendingException();\n\t}", "title": "" ...
[ { "docid": "c975b67ef4a8d34bfd414060b4ee22f0", "score": "0.702124", "text": "void action(String action);", "title": "" }, { "docid": "ede5b0bf810ac147cb2e1442fc19f7b3", "score": "0.65348786", "text": "@Override\n\tpublic void action() {\n\t\t\n\t}", "title": "" }, { "doci...
5010364c7021b1de8c6a8a9337f6bac6
/ Used to get the students by CSDepartment class
[ { "docid": "f3a3375d89092167040b3ea857f944d5", "score": "0.0", "text": "public TreeSet<Student> getStudents(){\n \t return students;\n }", "title": "" } ]
[ { "docid": "5a8fa7eb508b0e284e8aa4513f0050e2", "score": "0.69700116", "text": "public List<Student> getStudentsInClass(Classroom classroom);", "title": "" }, { "docid": "83f97302062d43073d7990e380fbf03a", "score": "0.67889833", "text": "Student getStudents();", "title": "" }, ...
8319cfcd49f690c1197254a23c3a7e29
Verifies the specified remote group can be updated, if necessary.
[ { "docid": "ae40422eee8bab9b0de29895e6055f16", "score": "0.7365647", "text": "@SuppressWarnings(\"unchecked\")\n private void verifyUpdate(RemoteProcessGroup remoteProcessGroup, RemoteProcessGroupDTO remoteProcessGroupDto) {\n // see if the remote process group can start/stop transmitting\n ...
[ { "docid": "89fe4fa842f8392aeb8601820bf064e4", "score": "0.6278116", "text": "private boolean updateGroup(int id) {\r\n\t\tGroup group = new Group();\r\n\t\tgroup.setID(id);\r\n\t\tgroup.setDescription(\"Updated Group\");\r\n\t\tgroup.setName(\"Update Test\");\r\n\t\treturn requester.updateObject(group)...
9f228ffca88ab4e8722857b43637f94a
A good way to store a stacktrace away efficiently is to simply construct an exception. Later, if you want to inspect the stacktrace call exception.getStackTrace() which will do the slow work of resolving the stack frames to methods.
[ { "docid": "fa3ccfa35c0ba286bfc1a7a1040e57dc", "score": "0.5869296", "text": "@SuppressWarnings(\"ThrowableInstanceNeverThrown\")\n private Supplier<StackTraceElement[]> keepOriginalStackTrace() {\n return new Exception()::getStackTrace;\n }", "title": "" } ]
[ { "docid": "125b662a6538e7100d359534be148292", "score": "0.6146035", "text": "private void throwStackException() {\n try {\n throw new Exception(\"stack underflow exception\");\n } catch (Exception ex) {\n ex.printStackTrace();\n s = new Stack();\n }...
dc0bf5b4ccfdb58df4a9a11f9f64980d
Gets all of the active users with their associated session ID. Admin function.
[ { "docid": "942cc363a55a2ce09c880bb9b5b1a715", "score": "0.0", "text": "public String getAllSessionIds(String sessionId) throws AuthenticationException {\n verifySessionIdForUser(ADMIN_EMAIL, sessionId);\n\n StringBuilder sessionIds = new StringBuilder();\n sessionIds.append(\"<h3>Current Sessi...
[ { "docid": "2ea8e4bd3c19c8277ebca428c09b25e1", "score": "0.73089254", "text": "public List<UserDetails> getActiveUsers() {\r\n\t\t\r\n\t\tList<UserDetails> userList =userMap.values().stream().filter(u -> u.isActive()) .collect(Collectors.toList());\r\n\t\t\r\n\t\tif(userList ==null || userList.isEmpty()...
38292c49c000bba7a4ee49307f1de9a9
Method to reset scores
[ { "docid": "056270ee6c2c468a3564a8a446294c0d", "score": "0.8071721", "text": "private void resetScores(){\n numberRight = 0;\n numberWrong = 0;\n score = 0;\n\n SharedPreferences.Editor edit = AstroQA.prefs.edit();\n edit.putInt(\"numberRight\", numberRight);\n ...
[ { "docid": "c8dbbc076e57f2c8ef740f264766447c", "score": "0.89652145", "text": "public void resetScore() {\r\n\t\tscore = 0;\r\n\t}", "title": "" }, { "docid": "e86f2aa05cb9f1870593be914598418a", "score": "0.8957344", "text": "public void resetScore() {\n this.score = 0;\n }...
76d709aec45750a701b1b260532fc960
The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
[ { "docid": "7cbfe2c2728185659812e3d0273ea5d1", "score": "0.0", "text": "@Override\n public Builder id(java.lang.String id) {\n return (Builder) super.id(id);\n }", "title": "" } ]
[ { "docid": "2a2232aa358169e84882d025ae809828", "score": "0.750502", "text": "@Override\n\tpublic Integer getId() {\n\t\treturn resourceId;\n\t}", "title": "" }, { "docid": "2df9eddc0cf3555661172b279af6c4fa", "score": "0.7460068", "text": "String resourceId();", "title": "" }, ...
430c9daf757584626c77063a7f0373ab
private long DijkstraNum = Integer.MAX_VALUE; private ArrayList DijkstraPath = new ArrayList();
[ { "docid": "1690ec6f43bfbe5d4a6c5e6f726968ae", "score": "0.0", "text": "public Node(Object value) {\n this.value = value;\n }", "title": "" } ]
[ { "docid": "bcc9f0a0485d5cfe4128bf9420fe965e", "score": "0.6299296", "text": "private ArrayList<Node> Dijkstra(Node loc1, Node loc2) {\n\n // Initially, only the start node is known.\n dPQ.add(start);\n\n //while loop that actually runs through all possible paths.\n while (dPQ.is...
54eb786f1ce55e3ad1f9479af2a24df8
private MedianFinder medianFinder = new DynamicFieldMF(); this constructor is being created from an drop off event.
[ { "docid": "1ced2636ab9d0cd1f25f5e8ccfe2295f", "score": "0.0", "text": "public ProfitCellNode(Cell cell, int seqNo) {\n this.profitability = 0;\n this.numOfEmptyTaxis = 1;\n this.midFare = 0;\n this.numOfFares = 0;\n this.cell = cell;\n this.seqNo = seqNo;\n ...
[ { "docid": "b42753bde9f25e19200f1750c2ff9d93", "score": "0.72373044", "text": "public MedianFinder() {\n \n }", "title": "" }, { "docid": "aa0e3871d3c53a95f1f7d62ccea1c3b0", "score": "0.7215805", "text": "public MedianFinder() {\r\n }", "title": "" }, { "doci...
2ade80a039e2401e2e95ce2a50d3f82d
Calls onBeforeLoad method in the knowledge base. Called just before onLoad. The implementation could for example register data types.
[ { "docid": "9498ae80f37204254a60d2615d42a305", "score": "0.81796795", "text": "void onBeforeLoad();", "title": "" } ]
[ { "docid": "eef52e9a270ff74a19d9612715bfb246", "score": "0.7279126", "text": "@Override\n protected void loadDataInitial() {\n\n }", "title": "" }, { "docid": "14b7b452a00b9bf765703352a6a1e621", "score": "0.718057", "text": "@Override\r\n\tprotected boolean beforeLoad() {\n\t\t...
73949628b6941364cba653f4b3f37d0c
Calculates how "far along" a link some point is. This is expressed as a portion of the total link length. So, for example, a point right at the link's begin_node will have an offset_ratio of 0, a point in the middle will have an offset_ratio of .5, and a point at the end_node will have an offset_ratio of .5;
[ { "docid": "1d6bd3568687f67b470a309c3f62d9a4", "score": "0.6891088", "text": "public double offset_ratio(Point coords){\n\t\t//Project onto this link\n\t\tPoint proj = project(coords);\n\t\t//Determine total length of this link\n\t\tdouble totalDist = this.haversine();\n\t\t//Determine distance from beg...
[ { "docid": "72b3a331bf01d117d44287ac72d3fcfc", "score": "0.59087294", "text": "protected abstract Vec3 getConnectorAnchorOffset();", "title": "" }, { "docid": "76c0df81b1166008c0c4a1bdcfb083a0", "score": "0.5481852", "text": "private Pair<Link, Double> getLinkCellOffset(List<Link> li...
efac239cf8c7cd057e820fdc7ed771aa
Gets the riesgo value for this Vtbur_infocalkubo.
[ { "docid": "0c492dc36ae15bf01269c3f924dc758e", "score": "0.72356236", "text": "public java.lang.String getRiesgo() {\n return riesgo;\n }", "title": "" } ]
[ { "docid": "ae073ed403807dd8d296c10f40274944", "score": "0.6170198", "text": "public String getRaza() {\r\n\t\treturn raza;\r\n\t}", "title": "" }, { "docid": "5ab16b2eda4d1a8b0b890c8039e78168", "score": "0.6009843", "text": "public SiacRSoggettoRelaz getSiacRSoggettoRelaz() {\n\t\tr...
cb8321c60397014b9bedd4c1c8840fc4
Scroll Down by one page
[ { "docid": "f60404aa2b98e8feb764cd86c27ba616", "score": "0.68749034", "text": "public void scrollDown() throws CalabashException {\n calabashWrapper.scrollDown();\n }", "title": "" } ]
[ { "docid": "8ec250ac7eef922fbd7512c20b2cb097", "score": "0.75142586", "text": "public void robotScrollDown() throws Exception\r\n\t{\r\n\t\tre = new Robot();\r\n\t\tre.keyPress(KeyEvent.VK_PAGE_DOWN);\r\n\t\tre.keyRelease(KeyEvent.VK_PAGE_DOWN);\r\n\t}", "title": "" }, { "docid": "0566fc48ee...