query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
7ee5c21ddfb58f00ad39ebeadec70b5e
Checks if is empty.
[ { "docid": "5c83e3f0acb884e6f9754e6e29640fc1", "score": "0.0", "text": "public static boolean isEmpty(String str) {\r\n return ( str == null || str.length() == 0 );\r\n }", "title": "" } ]
[ { "docid": "19985e9038495ffcb17d4d39f8b0863e", "score": "0.83497775", "text": "@Override\n\tpublic boolean isEmpty() {\n\t\treturn (size == 0);\n\t}", "title": "" }, { "docid": "19985e9038495ffcb17d4d39f8b0863e", "score": "0.83497775", "text": "@Override\n\tpublic boolean isEmpty() {...
01a3f1d099a451f81e05292d738780d3
This adds a property descriptor for the Value feature.
[ { "docid": "971581f7e99fd6ce19b929314c305aa1", "score": "0.7063662", "text": "protected void addValuePropertyDescriptor(Object object) {\n\t\titemPropertyDescriptors.add\n\t\t\t(createItemPropertyDescriptor\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),\n\t\t\t\t getResou...
[ { "docid": "7bd527ffb38d8e6047985144a5249084", "score": "0.65438926", "text": "public DoubleProperty valueProperty() { return valueProperty; }", "title": "" }, { "docid": "2b324ade657faeaec5774378d7bb5416", "score": "0.6374567", "text": "public void addProperty(String name, String va...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0a5a8b1993e503ce2bc30cb279c6a720", "score": "0.0", "text": "@Override\r\n\tpublic Iterator<Recipe> recipeIterator() {\n\t\tthrow new NotImplementedException();\r\n\t}", "title": "" } ]
[ { "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": "" ...
7d905d2a5a1cea77df8072556c0ad395
The method setPlayerGameEnd is called if the species owned by a player is extinct. It removes the player from the game and delete its current species
[ { "docid": "eaccd8d48b36b1610287c4e8983280c9", "score": "0.81589574", "text": "private void setPlayerGameEnd(Player thePlayer) {\n\t\tremovePlayer(thePlayer);\n\t\tthePlayer.deleteCurrentSpecies();\n\t}", "title": "" } ]
[ { "docid": "4be42fbbceb7cb4c298ac8bf28861db3", "score": "0.66509646", "text": "public void endGame(Game game) {\n games.remove(game);\n }", "title": "" }, { "docid": "d412a84a726dac56491e80bd7257f7b8", "score": "0.6603485", "text": "public void endGame() {\n endGame(...
be6eca631fad4efeb85c88f9ed9184e4
Append an array of Characters
[ { "docid": "16e90bd6f4ce4b2370d91d38607fc3d2", "score": "0.7140176", "text": "public void append(final Character[] newChars) {\n append(newChars, 0, newChars.length);\n }", "title": "" } ]
[ { "docid": "e01ffac0d5a4f924f55761191ee52d59", "score": "0.7229967", "text": "public int addChars(char[] c, int offset, int len) {\n return 0;\r\n }", "title": "" }, { "docid": "9eab380be813d82dff862e77564118f3", "score": "0.70303637", "text": "public void append(final char[] ...
2c6b1e56b4f858fca0961297bc28ba2e
Toast.makeText(this, "Item clicked at position " + position, Toast.LENGTH_SHORT).show();
[ { "docid": "8a17076514d8988e0a2a451e717bcaf9", "score": "0.0", "text": "@Override\n public void userData(int position) {\n UserModel data = userModelList.get(position);\n Intent intent = new Intent(this,UserProfileActivity.class);\n intent.putExtra(Constants.USER_DATA, Parcels.wr...
[ { "docid": "b8ea4576fd7e9b29dfd03d8af25d2a49", "score": "0.87084883", "text": "@Override\n public void onItemClick(View view, int position) {\n Toast.makeText(MainActivity.this, position + \" click\",\n Toast.LENGTH_SHORT).show();\n }", "ti...
e1afff4ebe64ab3abf6903a5daf8b15d
could possibly add some logic here to handle different activities depending on HouseRep availability?
[ { "docid": "6a972b931a7dfe6d6c1ffdd417596025", "score": "0.0", "text": "public void sendCivicInfo(String url){\n RequestQueue queue = Volley.newRequestQueue(this);\n Intent intent = new Intent(MainActivity.this, CongressionalActivity.class); //All 3 are applicable from here\n Intent...
[ { "docid": "4e1b84e7b68f75f0705058696633fbe7", "score": "0.5604677", "text": "private void doWiperAvailabiltiyCheck()\n {\n // Hardcode for now to make sure WPS is not triggered\n bWiperAvailable = true;\n\n mWifi = (WifiManager)getSystemService(mContext.WIFI_SER...
4909eea8f3a1c6949d72c8eafc4aafae
Adds a new make
[ { "docid": "17680b2a67f0b0c3b63ee7cb932a799c", "score": "0.77489895", "text": "void addMake(String make);", "title": "" } ]
[ { "docid": "461a4e48ba2b85f7a08f67fee8fbf9a8", "score": "0.60498357", "text": "public void addRecipe(){\n\n Recipe recipe = new Recipe(recipeName, culture, ingredients, instructions);\n\n MainActivity.writeNewRecipe(recipeName, recipe);\n\n this.recreate();\n\n }", "title": "...
55b4008141b601f38fa18029d610df8b
This method releases an object. Returns a default time to sleep (2s)
[ { "docid": "59af87bb4b5604ac4006478138d1c53a", "score": "0.66276205", "text": "public static int releaseObject() {\n\t\tclaw.setAcceleration(200);\n\t\tclaw.setSpeed(150);\n\t\tclaw.rotateTo(-55, true);\n\t\treturn 2000;\n\t}", "title": "" } ]
[ { "docid": "80f09173a9855f843b3fcff0f0c65dd2", "score": "0.62279564", "text": "public synchronized void release(){\n\t\tpermits++;\n\t\n\t\tthis.notify();//wakes the FIRST thread that put to sleep.\n\t\t\n\t}", "title": "" }, { "docid": "975a189a52ce7580f3c83df5b8052db2", "score": "0.581...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "97df2c3d4e23a9e2921d8389707c4481", "score": "0.0", "text": "public static void main(String[] args) {\n\r\n\t\tEmployee empl = new Employee();\r\n\t\templ.setInfo (\"Kovalenko\", \"Ostap\");\r\n\t\r\n\t\tSystem.out.println(empl.getInfo());\r\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}", ...
89b066c45fa5ecb6453448df6b0bd491
Find the index of the last element that less than or equals the given element, via loop method.
[ { "docid": "01696e14ebf4732f90fb753009d6f05b", "score": "0.78808993", "text": "public int binarySearchLastLessEqualsLoop(final Comparable ele) {\n if (this.size > 3) {\n if (get(this.size - 1).compareTo(ele) <= 0) {\n return this.size - 1;\n } else {\n if (get(0).compareTo(ele...
[ { "docid": "dc527e923fe33b377b70ff809c167f2d", "score": "0.69979733", "text": "public int indexOfLast(Object element)\n {\n //initialize values\n ListIterator listIterator = listIterator();\n int index = 0;\n int lIndex = -1;\n\n while(listIterator.hasNext())\n ...
e9433b6867839b7c95de0d9fbfb41886
Returns an object containing the promotion discount
[ { "docid": "b44fd988d051e7a04cbe6e954d287e2c", "score": "0.59612995", "text": "public PromotionResult getPromotionResult(Product product, Promotion promotion)\r\n throws Exception\r\n {\r\n return null;\r\n }", "title": "" } ]
[ { "docid": "5f537eeaf5b27d807cbdf656230c4590", "score": "0.7272265", "text": "public VODiscount getDiscount() {\n return discount;\n }", "title": "" }, { "docid": "cc707f2e4f40f2645b43eea910da7bf9", "score": "0.7201696", "text": "public BigDecimal getDiscount() {\n retur...
b67f4f73a8eb98260ef5091132dd9b07
Test of setCierre method, of class Restoran.
[ { "docid": "2c8b817697d8f0f22a0485e82c78f802", "score": "0.7677053", "text": "@Test\r\n public void testSetCierre() {\r\n System.out.println(\"setCierre\");\r\n int cierre = 0;\r\n rest.setCierre(cierre);\r\n // TODO review the generated test code and remove the default ca...
[ { "docid": "1e6a58f8009679ff664fdcfcebe42da4", "score": "0.67688084", "text": "public void test_22_AccesCercleCirconscrit()\n\t{\n\t\tUnTriangle t=new UnTriangle(new UnPoint(100,0), new UnPoint(0, 100), new UnPoint());\n\t\tUnCercle co=new UnCercle(t);\n\t\tassertEquals(\"le centre doit etre non null\",...
f66b37e987b06b355e89c45b3e0f88c6
Returns the last event in the ordered set where idRoute = &63;.
[ { "docid": "73e1459fc4d864d0734f01d3249f360e", "score": "0.7851983", "text": "public es.eina.tfg.model.Event fetchByrouteId_Last(long idRoute,\n com.liferay.portal.kernel.util.OrderByComparator orderByComparator)\n throws com.liferay.portal.kernel.exception.SystemException;", "title": ...
[ { "docid": "5bc18ff56059706e6b2c2372d90c0ab9", "score": "0.7627442", "text": "public es.eina.tfg.model.Event findByrouteId_Last(long idRoute,\n com.liferay.portal.kernel.util.OrderByComparator orderByComparator)\n throws com.liferay.portal.kernel.exception.SystemException,\n es....
e570d239d5eddc4e3d4b1ec0afcc434c
~ Methods ~ Methods Returns the k shortest simple paths in increasing order of weight.
[ { "docid": "de33db42eb3f7f241ea0ba61b4e74cef", "score": "0.5299792", "text": "public List<GraphPath<V, E>> getPaths(V endVertex) {\n\t\tassertGetPaths(endVertex);\n\n\t\tKShortestPathsIterator<V, E> iter = new KShortestPathsIterator<V, E>(\n\t\t\t\tthis.graph, this.startVertex, endVertex, this.nPaths);\...
[ { "docid": "05a706629db96517c5bb9aec3d4780f9", "score": "0.7467739", "text": "public KShortestPaths(Graph<V, E> graph, V startVertex, int k) {\n\t\tthis(graph, startVertex, k, graph.vertexSet().size() - 1);\n\t}", "title": "" }, { "docid": "35eeebdb179fa21e0d321c04715ced7f", "score": "0....
7d90756f89a869fa3737b4b2ccda90d2
Execute the Rest Client Request
[ { "docid": "075b24b82dd34f690577b1bec14eb672", "score": "0.5904179", "text": "private void executeRequest(HttpUriRequest request, String url)\n\t{\n\n\t\t//PARAMS\n\t\tHttpParams httpParams = request.getParams();\n\t\tHttpProtocolParams.setContentCharset(httpParams, HTTP.UTF_8);\n\t\tHttpProtocolParams....
[ { "docid": "180da2c985351e948a70e4c7e2adfd5b", "score": "0.6577681", "text": "private void callRestEndpoint() throws IOException {\n\t\t URL url = new URL(\"this the rest URL\");\n\t\t String values = \"the values for the service\";\n\n\t\t //make connection\n\t\t URL...
4c16260928d760408b71634a17702c77
Instantiates a new Kv dto.
[ { "docid": "9b517ecb8693a236926acbe1d5abfb81", "score": "0.6798501", "text": "public KvDto(K key, V value) {\n\t\tthis.key = key;\n\t\tthis.value = value;\n\t}", "title": "" } ]
[ { "docid": "db8d35254d70a0f172533234af9fb740", "score": "0.8288782", "text": "public KvDto() {\n\t}", "title": "" }, { "docid": "beb0dab0221b2f1de9cccafefec3743f", "score": "0.6101666", "text": "public KeyValue() {}", "title": "" }, { "docid": "cd564549f822e3f724ec3922571...
cff72cb7d0e946c88915a1aa64ed9148
public static EndpointConfig defaultConfigNoParser = defaultConfig(JsonWriter.cheapJson);
[ { "docid": "1272a1c0ab7f07dd340a9edb5a2eb881", "score": "0.7195045", "text": "public static <J> EndpointConfig<J> defaultConfig(JsonParserAndWriter<J> parserAndWriter) {\n return new EndpointConfig<J>(Files.getText(\"header.js\"), parserAndWriter, \"http://\", JavascriptDetailsToString.simple, IM...
[ { "docid": "d6dfb86cccb301218801853a6812ab8f", "score": "0.7122773", "text": "Endpoint getDefaultEndpoint();", "title": "" }, { "docid": "9d8ff5d31ce58c2a8e9333ff66716bce", "score": "0.6658968", "text": "void setDefaultEndpoint(Endpoint defaultEndpoint);", "title": "" }, { ...
069113a18d3950a0f06c9f0c01566375
Returns report of endangered planets
[ { "docid": "2cdfad649d834984bb7a4e1278185cfe", "score": "0.0", "text": "public static String getDecayReport(){\n\t\treturn decayReport;\n\t}", "title": "" } ]
[ { "docid": "b798bcc0cd1aa6aec3fad5cf34a469c0", "score": "0.6064146", "text": "public void reportEconomyMonthEnd() {\n\t\t\r\n\t}", "title": "" }, { "docid": "d7d8a932a106d8a4bac41e796cc6a740", "score": "0.5906086", "text": "public static void showEndResult () {\n\n if (fleets[...
6345cdf3419edb78e0f1464944a6d105
This method help us to check if we were in a previous check in
[ { "docid": "8aafff40f6e3217d95feca7e476d3e32", "score": "0.7325437", "text": "private void checkPreviousCheckIn(){\n if(PreferenceManager.getInstance(this).isInRoute()){\n if(PreferenceManager.getInstance(this).isDoingCheckIn()){\n if(PreferenceManager.getInstance(this)....
[ { "docid": "9bf5097d7c16357d792a06832375cb76", "score": "0.68008846", "text": "public boolean hasPreviousResult() {\n ResultAction<?> action = baseline.getAction(type);\n \n return action != null && action.hasPreviousAction();\n }", "title": "" }, { "docid": "1f4e15118da3...
1b289471626838a61170ee8d28aa4503
Promotes the ball in its trajectory, in case of a collision and in case of noncollision.
[ { "docid": "3be9aa7c2e50b508190b41da8542c477", "score": "0.5749785", "text": "public void moveOneStep(double dt) {\r\n /* compute the ball trajectory . */\r\n Line trajectory = this.computeTrajectory(dt);\r\n /* Check if moving on this trajectory will hit anything. */\r\n Col...
[ { "docid": "37758cef7ec6352adbc8097802d390c0", "score": "0.73663956", "text": "public void moveOneStep() {\n CollisionInfo collisionInfo = this.gameEnvironment.getClosestCollision(this.getTrajectoryLine());\n Line trajectory = this.getTrajectoryLine();\n Line trajectory2;\n P...
a45fd107b8479b5a7b5f6f464255886c
/ renamed from: v
[ { "docid": "fd9caa40a4350bee7a71056a9e140aba", "score": "0.0", "text": "public boolean mo23169v(C6714b bVar) {\n C6888i.m12438e(bVar, \"fqName\");\n Iterator it = ((C6795m) C6790h.m12346d(this.f11929g)).iterator();\n while (it.hasNext()) {\n if (((C6060h) it.next()).mo231...
[ { "docid": "f993aede52b73fb4977dcada4b14c1a5", "score": "0.7272439", "text": "int mo29877a(V v);", "title": "" }, { "docid": "d367e46e8ae7036d6fbd36a80828a4cb", "score": "0.7064342", "text": "public void cambiarV(V v)\n\t{\n\t\tthis.v=v;\n\t}", "title": "" }, { "docid": "...
cd1c420c4a8ae6fe9e1add085afde6b8
Copies the data "body" identified by a data management reference to a local file.
[ { "docid": "1a3aed8ea488b3bdf00dfc5c0c8a981e", "score": "0.5926812", "text": "void copyReferenceToLocalFile(String reference, File targetFile, Collection<NodeIdentifier> platforms) throws IOException;", "title": "" } ]
[ { "docid": "320e5006e23a85ecae4960006bf34c46", "score": "0.6262166", "text": "void copyReferenceToLocalFile(String reference, File targetFile, NodeIdentifier platform) throws IOException;", "title": "" }, { "docid": "7ffe81483c93d6e05cabd253eb9324ca", "score": "0.53333545", "text": "...
03450a728ecb42c320869c1dabc712aa
Constructor to initialize location with an x and a y value
[ { "docid": "84123cd6414b1ae8b492983fb3706461", "score": "0.85210073", "text": "public Location (float x, float y){\n\t\tthis.x = x;\n\t\tthis.y = y;\n\t}", "title": "" } ]
[ { "docid": "58f4ada5986085a0350d3b70fe6bd60b", "score": "0.87990046", "text": "public Location(int x, int y)\n {\n xCoord = x;\n yCoord = y;\n\t}", "title": "" }, { "docid": "4862cdd6774fbeb84b857f85111ff880", "score": "0.8686354", "text": "public Location ( int x, i...
dba8ac97b071da96a0c478aadb298bd8
Runtime: 0 ms, faster than 100.00% of Java online submissions for Merge Two Sorted Lists. Memory Usage: 38.4 MB, less than 19.53% of Java online submissions for Merge Two Sorted Lists.
[ { "docid": "cbd65f504261f4b8283cba274efbf209", "score": "0.62734115", "text": "public ListNode mergeTwoLists_recursive(ListNode l1, ListNode l2) {\n if (l1 == null && l2 == null) return null;\n if (l1 == null) return l2;\n if (l2 == null) return l1;\n if (l1.val <= l2.val) {\...
[ { "docid": "ac6c33cfa944f433940deadc84ba4024", "score": "0.7580306", "text": "private static void merge(int[] merge1, int[] merge2, int[] list)\n {\n int left = 0;//index for merge1\n int right = 0;//index for merge2\n int whole = 0;//index for original list\n\n //bounds c...
cb3f2e7735c1907c0a11e3794c712963
Fetches all the products when page and size are not provided. Fetches products in paginated manner when both page and size are provided.
[ { "docid": "021677d892f4a7ec609a26cdee74df41", "score": "0.76836514", "text": "@Override\n\tpublic List<Product> getAllProducts(Integer page, Integer size) {\n\t\tPageable pageableRequest = null;\n\t\tPage<Product> pages = null;\n\t\tList<Product> products = null;\n\n\t\tif (page != null && size != null...
[ { "docid": "97077a1c76790d3a78d0fbebf66d31bb", "score": "0.74870193", "text": "@GetMapping\n public Page<Product> getPageSize(@RequestParam int page, @RequestParam int size) {\n Pageable pageable = PageRequest.of(page, size);\n// Page <Product> allProducts = productRepository.findAll(pa...
6cdec5d9981f327a6cccc1ca02b85643
Constructs a new body with the given dimensions and position.
[ { "docid": "c7990c27e1db0ca35d8658f7541225dd", "score": "0.5822378", "text": "public Body(float x, float y, float w, float h) {\n\t\t\n\t\ttrigger = false;\n\t\tabsolute = false;\n\t\t\n\t\tinvMass = 1;\n\t\tepsilon = 0.0f;\n\t\tmu = 1;\n\t\t\n\t\tdim = new Vector2f(w, h);\n\t\tthis.transform = new Tran...
[ { "docid": "4c66afe14d37efde2668b939675f1615", "score": "0.707541", "text": "Body createBody();", "title": "" }, { "docid": "4c66afe14d37efde2668b939675f1615", "score": "0.707541", "text": "Body createBody();", "title": "" }, { "docid": "96718ef4f6f985c32985e7543f906f26",...
4c5e6c59d30cebbcb7a9623843819333
Copying me gets us both zero. Just use this as inspiration.
[ { "docid": "7a7231cea033fc0538f9a53144596d43", "score": "0.0", "text": "public static void main(String[] args) {\r\n\t\t// TODO Auto-generated method stub\r\n\t\t//Declare required variables.\r\n\t\tint nums[] = new int[10];\r\n\t\t//Populate the array.\r\n\t\tfor (int i = 0; i < 10; i++) {\r\n\t\t\tnum...
[ { "docid": "3419598ef6965566c3db2f3c6ab70dbc", "score": "0.60861754", "text": "@Override\n public Integer reduceInit() {\n return 0;\n }", "title": "" }, { "docid": "3419598ef6965566c3db2f3c6ab70dbc", "score": "0.60861754", "text": "@Override\n public Integer reduceIn...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9ced062fe2b7d6b8505b056c2b5eb48a", "score": "0.0", "text": "@Override\n\tpublic int getInstanceCount(EventsByContractorFilter filter) {\n\t\treturn 0;\n\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...
90bc62a57b808505f3899a509618cde1
Created by Noman Khan on 08/06/17.
[ { "docid": "820f2b0d6f3ca1afe1cf210ede5acf19", "score": "0.0", "text": "public interface ReadFile {\n void readFile(String path);\n}", "title": "" } ]
[ { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.6250849", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.609815", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "421df6095df22d6125737944ed608f34", "score": "0.0", "text": "@Override\n\tpublic List<Grade> searchGradePopup(String departementCode, String divisionCode, String gradeCode, String gradeName) {\n\t\tList<Grade> grade = new ArrayList<>();\n\t\tif(divisionCode.equals(\"\")&&departementCode.equal...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905785", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66777676", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
5c4adb51f0eb583b9aa5679c8b84a5df
Iterates through patterns matched by PRESERVE_THREAD tag. For each tries to match supplied data, and if it matches passes matched string and qualifier to supplied method.
[ { "docid": "5cf02b2e5ea9240b0d6df1409bea9266", "score": "0.49821943", "text": "private List<String> extractThreadStarts(String data) {\n\t\tList<String> extractedStarts = new ArrayList<String>();\n\t\tfor (String extractorPattern : threadStartExtractorList) {\n\t\t\tif (LOGGER.isTraceEnabled())\n\t\t\t\...
[ { "docid": "aa99a0d3b737f81d3f52a8ae9643e973", "score": "0.6161827", "text": "private String extractThreadPatterns(String data)\t{\n\t\tif (data == null) { //ignoring nulls\n\t\t\treturn data;\n\t\t}\n\t\t\n\t\tif (searchThreadEnds(data))\t{\n\t\t\tfor (String extractedStart: extractThreadStarts(data)) ...
adf9784590f2f580f88e6d88cbc8c5f7
$ANTLR end "rule__AttributeDefinition__Group__4" $ANTLR start "rule__AttributeDefinition__Group__4__Impl" InternalCommunicationObject.g:2329:1: rule__AttributeDefinition__Group__4__Impl : ( ( rule__AttributeDefinition__Group_4__0 )? ) ;
[ { "docid": "7ec9ca11a9773ea434f7a880d8d09a2f", "score": "0.82266176", "text": "public final void rule__AttributeDefinition__Group__4__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalCommunicationObject.g:2333:1: ( ( ...
[ { "docid": "a615b0c7db67f2051c57a3364160e0e2", "score": "0.8352713", "text": "public final void rule__AttributeDefinition__Group_4__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalCommunicationObject.g:2402:1: ( rule__A...
0c27ed78d4ea89d89dd7410350e64fb3
test01_adminFacade_CreateCompany() checks method createCompany() in AdminFacade class. Creates Company and assert checks if Company is exists
[ { "docid": "3dabaa218746fdfbae4fbae28337b846", "score": "0.8252631", "text": "@Test\n\tpublic void test01_adminFacade_CreateCompany() throws WrongLoginInputException, CompanyAlreadyExistException, InterruptedException, NameOrIdNotExistException {\n\t\tAdminFacade adminFacade = (AdminFacade) couponSystem...
[ { "docid": "d8377a3fcd870fb90dc8defc9273529f", "score": "0.7876735", "text": "@Test\n\tpublic void testCreateCompany() {\n\t\tCompanyModel companyModel = new CompanyModel();\n\t\tcompanyModel.setCompanyId(003);\n\t\tcompanyModel.setCompanyName(\"FaceBook\");\n\t\tcompanyModel.setCountry(\"India\");\n\t\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a1b0b506dfe707343df740fc5e687ce5", "score": "0.0", "text": "public void onEnable() {\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
04cb03086ae8906355534212c80889a8
Show input text dialog.
[ { "docid": "5583a9c89cd6d1aadb0e559067016ea5", "score": "0.75568306", "text": "private String showInputTextDialog(String message, String title) {\n\t\tString out = \"\";\n\t\tTextInputDialog dialog = new TextInputDialog();\n\n\t\tdialog.setTitle(title);\n\t\tdialog.setContentText(message);\n\n\t\tOption...
[ { "docid": "17981b361a723568451d971e252280d7", "score": "0.7505292", "text": "void showTextPrompt() {\n final EditText input = new EditText(this);\n String title = \"Add a user\";\n if (listCode == LIST_CODE_PASSWORD)\n title = \"Add a password for \" + userList[userIndex...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cf7682dcfe7aa00546ddb93f0ca75332", "score": "0.0", "text": "@Override\n\tpublic List<Categorys> findAll(Integer page) {\n\t\tString hql = \"from Categorys\";\n int rows = 10;\n return find(hql, page, rows);\n\t}", "title": "" } ]
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
7b9459ac759898ec2dd7f3099ace7588
new TestRepositoryAdmin().testStaticMethods(); new TestRepositoryAdmin().testColumnDiscoveryWithWildcardedExcludes(); new TestRepositoryAdmin().testColumnDiscoveryWithIncludeAllCells(); new TestRepositoryAdmin().testColumnDiscoveryWithIncludeAllCellsUsingMapReduce(); new TestRepositoryAdmin().testColumnDiscoveryWithWil...
[ { "docid": "cfa665c13aeee955cd3605b285f10d5c", "score": "0.70736283", "text": "public static void main(String[] args) throws Exception {\n new TestRepositoryAdmin().testColumnAuditingWithWildcardedExcludesAndColumnAliases();\n // new TestRepositoryAdmin().scratchPad();\n // new TestRepositoryAd...
[ { "docid": "7a4201a320f8295f0e1253b87245bf86", "score": "0.6945848", "text": "@Test\n public void testFindAll() {\n }", "title": "" }, { "docid": "4ec40639a63b77fa7bbbd97f464a479f", "score": "0.6829325", "text": "@Test\n public void queryTest() {\n\n }", "title": "" ...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "d868d8b6172b3543445c3c04b2e27715", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof CourseCriteria)) {\n return false;\n }\n CourseCriteria other = (CourseCriteria) object;\n if ((this.id == null &...
[ { "docid": "27d40fad6ffddfb882d4698918a44f23", "score": "0.68939245", "text": "private void setId(Integer id) { this.id = id; }", "title": "" }, { "docid": "c520db2892ba2af63fa6d93e9c1cb59a", "score": "0.6838206", "text": "private Integer getId() { return this.id; }", "title": ""...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ed997a4e26abc2cb31e878afa952f40f", "score": "0.0", "text": "public void handleDataChange(String dataPath, Object data)\n throws Exception {\n\n }", "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...
17d3a3a7825bf4de8cff77224dc3ea2a
java 1.2 Collection ArrayList obj1 = new ArrayList(); obj1.add(5); obj1.add(10); obj1.add("5"); Problem statement is > 5 + 10 = 15 + "5" > 155 Generic Scope restriction of data (dataType) Java 1.5 introduce Generic
[ { "docid": "599f159965db2cca07208bc49f2f2249", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tArrayList<String> object = new ArrayList<String>();\n\n\n\t\t// Java 1.7 \n\t\tList<String> mentors = new ArrayList<>();\n\t\tmentors.add(\"Babu\");\n\t\tmentors.add(\"Sarath\");\n\t\tme...
[ { "docid": "f560d99dbec9758c1b1768116bf0010a", "score": "0.65433234", "text": "public static void main(String[] args) {\n List<Number> numberList = new ArrayList<>();\n numberList.add(1);\n System.out.println(numberList); // [1]\n\n // Integer is a subtype of Number, which sa...
c4594a13ec6d637276071d57b5007c7b
This method was generated by MyBatis Generator. This method sets the value of the database column t_sys_menu_his.MENU_URL
[ { "docid": "b7021788d369784de68a725d35cc0d89", "score": "0.6444964", "text": "public void setMenuUrl(String menuUrl) {\n this.menuUrl = menuUrl == null ? null : menuUrl.trim();\n }", "title": "" } ]
[ { "docid": "c3fdfd9cce08f4b0b4e79a4285891e82", "score": "0.6507047", "text": "public void setMenuUrl(String menuUrl) {\n this.menuUrl = menuUrl;\n }", "title": "" }, { "docid": "78df57ba3257d741b461f4fd4493ff4f", "score": "0.6337304", "text": "public void setMenuurl(String ...
5562d78e4b94dba59c96f291e658d467
Runs the game: start the animation loop.
[ { "docid": "2f520a232665fb093f702d3232c74516", "score": "0.7150597", "text": "public void run(Animation animation) {\r\n int millisecondsPerFrame = 1000 / this.framesPerSecond;\r\n while (!animation.shouldStop()) {\r\n long startTime = System.currentTimeMillis(); // timing\r\n ...
[ { "docid": "155f83338921c8d684f517e53b1f8f47", "score": "0.8528614", "text": "public void run() {\n\t\tplayInitialMusic();\n\t\tdrawBackground();\n\t\twhile (true) {\n\t\t\twhile (!gameStarted && !levelEditorStarted) {\n\t\t\t\tanimate();\n\t\t\t\tint counter = 0;\n\t\t\t\twhile (animationIsRunning && c...
22ea4d959eb85fbfabb7dc79540affce
This test method demonstrates the ability to create a result class to encapsulate the results returned from a value query.
[ { "docid": "7eda37bbafec7cfd6ede54917e557dd0", "score": "0.6901864", "text": "@Test\n\tpublic void testResultClass() {\n\t\tlog.info(\"*** testResultClass ***\");\n\n\t\tString query = String.format(\"select new %s(m.title, m.releaseDate) \" +\n\t\t\t\t\"from Movie m \" +\n\t\t\t\t\"order by title ASC\"...
[ { "docid": "ce95f2d09b843344e08d069cff31f943", "score": "0.67223006", "text": "protected abstract QueryResult createQueryResult();", "title": "" }, { "docid": "66df00b330cb6bc2b145780bedf37dfa", "score": "0.6448785", "text": "@Test\n\tpublic void testResultValueQuery() {\n\t\tlog.inf...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "430a7e9443a470d7bb8f21cc0fef127a", "score": "0.0", "text": "@Override\n\tpublic void onTabSelected(Tab tab, FragmentTransaction ft) {\n\t\t\n\t\tif (fragment == null) {\n\t\t\tfragment = Fragment.instantiate(parent, fragmentClass.getName());\n\t\t\tft.add(android.R.id.content, fragment, tag)...
[ { "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...
7faa9e94ce6b41479c22c92c5058f0c8
gibt das String Array zurueck(getter)
[ { "docid": "644d56cb933de7942ef16f311e9f19e1", "score": "0.0", "text": "public String[][] getSpielerFiguren () {\n return spielerFiguren;\n }", "title": "" } ]
[ { "docid": "ff99e6aa868847de0b787499566a6c63", "score": "0.7564704", "text": "public String[] stringArray();", "title": "" }, { "docid": "c61192dc22041905f43043853255e6dc", "score": "0.7381472", "text": "java.lang.String getStringArray(int index);", "title": "" }, { "doci...
5e6a841e59f7e4ece6a2ea1e4f9a2015
This method was generated by MyBatis Generator. This method corresponds to the database table bs_tenant
[ { "docid": "4553f146e13f03aa9adbc54ac5c103dc", "score": "0.5031742", "text": "int deleteByExample(BsTenantExample example);", "title": "" } ]
[ { "docid": "5aa527a7c7b1ff2764f9bfa40e783c5f", "score": "0.72494096", "text": "BsTenant selectByPrimaryKey(Long tId);", "title": "" }, { "docid": "c5e851bb070be31e09d0e8e27f9b8d9f", "score": "0.62822574", "text": "List<BsTenant> selectByExample(BsTenantExample example);", "title"...
dd045482f5977b5001d97f6b0e96c53e
Constructors Create a detached EquipmentAwardedRecord
[ { "docid": "2b55228c7d77ca82d353a2cba7bb08fe", "score": "0.7529419", "text": "public EquipmentAwardedRecord() {\n super(Tue4EquipmentAwarded.EQUIPMENT_AWARDED);\n }", "title": "" } ]
[ { "docid": "32d81c49a2b009876920ec138e297bfa", "score": "0.701435", "text": "public EquipmentAwardedRecord(Long productId, String awardedLeqId, BigDecimal quantity, OffsetDateTime createdAt) {\n super(Tue4EquipmentAwarded.EQUIPMENT_AWARDED);\n\n set(0, productId);\n set(1, awardedLe...
9484887d1ad08c3e3dc1bd0d097286bd
Updating a choice or creating a new choice if choiceId is not given in choiceUpdateRequest.
[ { "docid": "57b36214e8ca4272cab8634ecca4fcc2", "score": "0.7586508", "text": "public ChoiceUpdateResponse updateChoice(ChoiceUpdateRequest choiceUpdateRequest) throws P13nServiceException, org.apache.thrift.TException;", "title": "" } ]
[ { "docid": "87756da4854b1084ff0b39758e861c83", "score": "0.6635867", "text": "boolean updateChoice(Choice choice);", "title": "" }, { "docid": "164036f7dc82423cb556caff37abce2f", "score": "0.66047746", "text": "void updateChoice(DB db, int pollchoice_id, int num, String choice) throw...
e52adda5c73a3ed4fce58bda17f9a57f
Returns true if allow model cross orm context, else false. Default is false
[ { "docid": "021b993705e26048987d1608cf311ce6", "score": "0.71005815", "text": "boolean isModelCrossContext();", "title": "" } ]
[ { "docid": "62ad051f6a65675b4ab17d1b0880c374", "score": "0.63960296", "text": "public boolean isModel() {\r\n \treturn false;\r\n }", "title": "" }, { "docid": "06a09d80aa69ff3133b99dd16b039c87", "score": "0.6162869", "text": "boolean hasModel();", "title": "" }, { ...
6d0462c405c5bc2b9eb94d789bda5e0d
Created by Administrator on 2016/8/3.
[ { "docid": "e2da7908e45e70b75af971621823396d", "score": "0.0", "text": "public interface HttpCallBackListener {\n public void onFinish(String response) ;\n public void onError(Exception e) ;\n}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.627705", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "534c466f09845319b9edaf959a891c09", "score": "0.6188488", "text": "@Override\r\n\tpublic void debriyaj() {\n\t\t\r\n\t}", "ti...
8f13d662771f70445e3e1e9547be098b
returns a node search in root node O(h)
[ { "docid": "759fa7bbdaf302e01766ffef2000a914", "score": "0.6896477", "text": "TreeNode treeSearch(int key) {\n\t\treturn nodeSearch(root, key);\n\t}", "title": "" } ]
[ { "docid": "4c0df0ee240954817f06c3f7227af287", "score": "0.7580918", "text": "protected MNode<T> search(T elem) {\n //new node\n MNode<T> element = new MNode<T>(elem, 0, RBColor.BLACK, null, null);\n //made a pointer node\n MNode<T> tmp = root;\n //search key\n ...
fa78d5a25d11c0411e384da8da145c27
repeated .large_coref.protobuf.Document.Token tokens = 1;
[ { "docid": "acbb3fb8c0608e4e0a1ec07b5cc07908", "score": "0.0", "text": "public Builder addTokens(\n int index, cc.refectorie.proj.relation.protobuf.DocumentProtos.Document.Token.Builder builderForValue) {\n if (tokensBuilder_ == null) {\n ensureTokensIsMutable();\n ...
[ { "docid": "210ba09e25305eb9352c65d89e3158cf", "score": "0.6537097", "text": "cc.refectorie.proj.relation.protobuf.DocumentProtos.Document.Token getTokens(int index);", "title": "" }, { "docid": "71158f2957d4d3ddd9861d563b362b13", "score": "0.6454267", "text": "protobuf.run.Token get...
37fe9f72b0a1de0977120dd4ca532fc5
Read LCourses from a marshalled stream
[ { "docid": "2c5e3e16f4f2bd882e5b29a53f7aabfa", "score": "0.5896532", "text": "public void _read(org.omg.CORBA.portable.InputStream istream)\r\n {\r\n value = LCoursesHelper.read(istream);\r\n }", "title": "" } ]
[ { "docid": "c28a9403ec0f8f6fc4a5a935b8483011", "score": "0.5591711", "text": "private void readObject( ObjectInputStream s ) throws IOException,\n ClassNotFoundException\n {\n s.defaultReadObject(); // read basic information\n\n ...
8320ea67236097f455b2e5956ee4460c
Creates an extension of this registry
[ { "docid": "816e192a789e1949da6a898ec5c2ac2a", "score": "0.7106332", "text": "AnnotationRegistry createExtension();", "title": "" } ]
[ { "docid": "d7ebe5df6e719d16b958d7f61d1ee00b", "score": "0.67625326", "text": "Registry createRegistry();", "title": "" }, { "docid": "b30cdeddcbf9af8d8bedc6f8bd2c58bd", "score": "0.66561484", "text": "CreateExtensionInfo createCreateExtensionInfo();", "title": "" }, { "d...
2dcccd96e21762b1d58718ee0255f8ee
Sends a request to the tag.
[ { "docid": "83b664b5439f102892eb01f113fdf53f", "score": "0.0", "text": "<Res, Request extends CommandRequest<Res>> Signal<Res> enqueue(Request request);", "title": "" } ]
[ { "docid": "8f4c0819c98172110f8c9379f4342bd8", "score": "0.75191355", "text": "private void sendTag(JSONObject request)\n\t{\n\t\tsendResponseTo(this.ansClient , request);\n\t}", "title": "" }, { "docid": "630d2a5c13340f945fbdc07d17905245", "score": "0.6871052", "text": "void send(St...
4e5b55abd3f3c5629843a29eb601bd43
required string producerName = 2;
[ { "docid": "427f78ee5a51e3a9153dfe79a622ebc6", "score": "0.0", "text": "public Builder clearProducerName() {\n bitField0_ = (bitField0_ & ~0x00000002);\n producerName_ = getDefaultInstance().getProducerName();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "44a9e5483a04d55a9fcc891aa6ba3cac", "score": "0.6051919", "text": "java.lang.String getProducerName();", "title": "" }, { "docid": "44a9e5483a04d55a9fcc891aa6ba3cac", "score": "0.6051919", "text": "java.lang.String getProducerName();", "title": "" }, { "docid":...
98eccba9f18007b4124a9fd3a44ca868
Retorna el id de un proyecto filtrando por su nombre
[ { "docid": "37075f469fe4e176edfebbed77ab9471", "score": "0.0", "text": "public String selectIdProjectByName(String name) throws SQLException {\r\n\t\treturn ProjectDAO.getInstance().selectIdProjectByName(name);\r\n\t}", "title": "" } ]
[ { "docid": "4fc57128903e4a7059947a4cfbc67610", "score": "0.6546249", "text": "public int getIdParcialE(String nombre) {\n try {\n int id;\n String query = \"SELECT * FROM Parcial WHERE nombre = '\" + nombre + \"'\";\n rs = st.executeQuery(query);\n rs.n...
5ee550a104d8742e1f308d38da727cb2
repeated .Contributor contributors = 1;
[ { "docid": "bdb0c42b1d55ae3dda08679c22c6198e", "score": "0.5448695", "text": "java.util.List<Twitter.Contributor> \n getContributorsList();", "title": "" } ]
[ { "docid": "3a774bb74bbfccec99c155268475d7de", "score": "0.6036778", "text": "void addContributor(Person contributor);", "title": "" }, { "docid": "a5692efa2aa45f9a848db9555780b75d", "score": "0.58998585", "text": "void setContributors(List<Person> contributors);", "title": "" ...
724ad4e391b3f6dcb269ada34505bd5a
Test of incrementDiscriminant method, of class RealQuadRingDisplay.
[ { "docid": "70a886c96517bb0c3b8ffe216a2d067b", "score": "0.8248262", "text": "@Test\r\n public void testIncrementDiscriminant() {\r\n System.out.println(\"incrementDiscriminant\");\r\n// RealQuadRingDisplay instance = null;\r\n// instance.incrementDiscriminant();\r\n // TO...
[ { "docid": "47b67ca7bb6df5340e23cd16173037a5", "score": "0.69329005", "text": "@Test\r\n public void testDecrementDiscriminant() {\r\n System.out.println(\"decrementDiscriminant\");\r\n// RealQuadRingDisplay instance = null;\r\n// instance.decrementDiscriminant();\r\n // T...
19cbafa9f8cc17122312500dfbdd4ab8
~ getter method for creator.
[ { "docid": "1a1ce0bab4a402860d582f9780066425", "score": "0.74685997", "text": "public User getCreator() {\n return creator;\n }", "title": "" } ]
[ { "docid": "a823b35e8fb0a7c1ff9deef067dce9a2", "score": "0.83713794", "text": "public Creator getCreator() {\n return creator;\n }", "title": "" }, { "docid": "71d279238af7cfa31f8290b68ace1cea", "score": "0.8233181", "text": "String getCreator();", "title": "" }, { ...
d1f176a4b0594c044ddfd475350c35be
Interface that provides method to generate Registration Center ID.
[ { "docid": "42b2c87d8dbc042bfcc3306c24aad067", "score": "0.7903056", "text": "public interface RegistrationCenterIdGenerator<T> {\n\t/**\n\t * This method generates registration center id.\n\t * \n\t * @return the generated registration center id.\n\t */\n\tpublic T generateRegistrationCenterId();\n}", ...
[ { "docid": "2d91fb71eb2059fdc15b30f9596b578b", "score": "0.9074833", "text": "public T generateRegistrationCenterId();", "title": "" }, { "docid": "aa297e1e122ca84b309ea5ea39cc56c3", "score": "0.688193", "text": "private String generateID() {\n Timestamp timestamp = new Timest...
023561bd71f9fa14d8ad3d828201029f
Set new network. In this case, process the network too
[ { "docid": "6c7a2fd5728b14186f0b7098f9b32432", "score": "0.70386237", "text": "public void setNewNetwork(Network bfn) {\n if (bfn != null) {\n myData_.nodeCount = bfn.getNodeCount();\n myData_.linkCount = bfn.getLinkCount(false);\n myData_.fullShadowLinkCount = bfn.getLinkCount...
[ { "docid": "3d5b303b49d0fa13e0cd85060ec994c5", "score": "0.771609", "text": "public void assignNetwork(Network net) {\n\t\tnetwork = net;\n\t}", "title": "" }, { "docid": "be15e7c65f3379330a6cad83a35e3df7", "score": "0.74445194", "text": "public abstract void setTo(Network network);"...
f971164c32258f289c157cbdadd2b62a
Test case number: 124 /Coverage entropy=0.0
[ { "docid": "346894681d5392465f83ef483d6a3c49", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test124() throws Throwable {\n String string0 = EWrapperMsgGenerator.fundamentalData(2146855968, \" It does not support delta-neutral orders.\");\n assertEquals(\"id = 2146855968 le...
[ { "docid": "e47c559cfcb271cc978935778eb25873", "score": "0.72505295", "text": "@Test(timeout = 4000)\n public void test091() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evalua...
db31e8168f56b0fabc631de7072a91b7
An internationalized wrapper call to log4j's debug method
[ { "docid": "719bb3d2530701cd4a894b8e0c99f535", "score": "0.6110108", "text": "public void debug( String code, Object arg0, Object arg1, Object arg2, Object arg3 ) {\n\t if ( isDebugEnabled() ) {\n\t\tObject[] args = { arg0, arg1, arg2, arg3 };\n\t\tdebug( code, args );\n\t }\n\t}", "title": ""...
[ { "docid": "b574f41da04e29482ee3baebe977cce4", "score": "0.7513624", "text": "void debug(String format, Object... args);", "title": "" }, { "docid": "68e323145be3f048652674979eac8c8c", "score": "0.7283085", "text": "void debug(String msg);", "title": "" }, { "docid": "2e7...
88e3f95e3b05ea11eb0782a4040989fe
$ANTLR end "rule__ScopedRules__Group_0_0_0_2__0" $ANTLR start "rule__ScopedRules__Group_0_0_0_2__0__Impl" InternalACMECNl.g:2785:1: rule__ScopedRules__Group_0_0_0_2__0__Impl : ( 'in' ) ;
[ { "docid": "da2d437aa83461a58379b0d723b137a9", "score": "0.7689208", "text": "public final void rule__ScopedRules__Group_0_0_0_2__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalACMECNl.g:2789:1: ( ( 'in' ) )\n ...
[ { "docid": "73be2dab015f1ce1fb2f6c606817c548", "score": "0.754934", "text": "public final void rule__ScopedRules__Group_0_0_0_3_5_6__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalACMECNl.g:3382:1: ( ( 'in' ) )\n...
4b8c313bb639d0634d2549cc26a49140
This method makes the parser stop running if it encounters invalid input and throw a RuntimeException.
[ { "docid": "ea02984a3b37c5beb8043f7c8cd26655", "score": "0.0", "text": "public void reportErrorsAsExceptions() {\n //removeErrorListeners();\n \n addErrorListener(new ExceptionThrowingErrorListener());\n }", "title": "" } ]
[ { "docid": "b3098c7c833954f06e21778eb16407e0", "score": "0.6594731", "text": "private void fail() {\n throw new IllegalStateException(\"Some problem at token: \"\n + parser.current());\n }", "title": "" }, { "docid": "bd8e0cafe99a0e0f0a544512b361198d", "score": "...
1b876890f03a041a10dbef71053433c8
Pensez a utiliser la methode lireEntierComprisEntre() de la classe UtilitairesJeux
[ { "docid": "0899df7e4219bf3fcb226efa902a5892", "score": "0.0", "text": "@Override\n\tpublic Flechette viserEtLancerFlechette() {\n\t\tSystem.out.println(\"Quel secteur vises-tu?\");\n\t\tint secteur = UtilitairesJeux.lireEntierComprisEntre(0, 25, \"Il faut un chiffre compris entre 0 et 25\");\n\t\tSyste...
[ { "docid": "026f37f8dd8828f5294e5346200c4a1d", "score": "0.6532125", "text": "@Override\n\tpublic FicheConseilClasseBean getRapportConseilClasseTrimestriel(Etablissement etab, \n\t\t\tAnnee annee, Classes classe , double tauxReussite, double moyenne_general,\t\n\t\t\tTrimestres trimestre, List<Eleves> l...
ca1172ea8555e20ab173859c8c336d03
Handles loading and unloading plugin artifacts from a location
[ { "docid": "d88057902abf12d37300bfaff5210c3c", "score": "0.50615925", "text": "public interface PluginLoader {\n Collection<Plugin> loadAllPlugins(ModuleDescriptorFactory moduleDescriptorFactory) throws PluginParseException;\n\n /**\n * @return a collection of discovered plugins which have now...
[ { "docid": "589ab10580887b96ba190ccf7f215c62", "score": "0.59940547", "text": "void loadPlugin( URL path, String classname, String pluginID, int maxConnections ) throws ClassNotFoundException, ClassNotAHydraPluginException, FileNotFoundException;", "title": "" }, { "docid": "90eef4bdfaa77193...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "619b7891939e85c617f0e0381e6d9675", "score": "0.0", "text": "@Override\n\tpublic void execute() {\n\t\tthis.mAlarm.start();\n\t}", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
523f8783cbfff559a9b396d3d8e2ae2f
/ Return the StreamDataSource property It is helpful for retrieving Audio properties to draw the audio and spectrogram panel
[ { "docid": "2d7471c27f126e5906364da4b203c38d", "score": "0.68507177", "text": "public synchronized StreamDataSource getStreamDataSource(){\n StreamDataSource streamDataSource = null;\n if(liveRecognizer != null){\n streamDataSource = liveRecognizer.getStreamDataSource();\n ...
[ { "docid": "6574a9f7940cc5656c62e7b791391f71", "score": "0.6208873", "text": "public String getPropertyAudioChannels();", "title": "" }, { "docid": "ecddb00fc97cf00f477fab89e921a614", "score": "0.61198443", "text": "public String getDataSource();", "title": "" }, { "docid...
c499dd91c99b3b4f6a4cf47d51b6dbe0
Creates a new KeyValuePair RecordBuilder.
[ { "docid": "20e228c8837fa3fd53e6dde9849704b6", "score": "0.74151194", "text": "public static org.rockscache.avro.proto.KeyValuePair.Builder newBuilder() {\n return new org.rockscache.avro.proto.KeyValuePair.Builder();\n }", "title": "" } ]
[ { "docid": "e16f892edb02fc46f5ed51d33a7a0e48", "score": "0.6907099", "text": "public static org.rockscache.avro.proto.KeyValuePair.Builder newBuilder(org.rockscache.avro.proto.KeyValuePair other) {\n return new org.rockscache.avro.proto.KeyValuePair.Builder(other);\n }", "title": "" }, { ...
87f73b6fd9b006cf9f2148272c6e999d
Convert the given object to string with each line indented by 4 spaces (except the first line).
[ { "docid": "8279fe35d1f3c688ad6983974b78755b", "score": "0.0", "text": "private String toIndentedString(java.lang.Object o) {\n if (o == null) {\n return \"null\";\n }\n return o.toString().replace(\"\\n\", \"\\n \");\n }", "title": "" } ]
[ { "docid": "5ba91dc3b84c54d334b0aff5a9bed628", "score": "0.7546715", "text": "private String toIndentedString(Object o)\n/* */ {\n/* 146 */ if (o == null) {\n/* 147 */ return \"null\";\n/* */ }\n/* 149 */ return o.toString().replace(\"\\n\", \"\\n \");\n/* */ }", ...
136453f37860b25cca74dd5d2f9d5b3b
If true, groups are always expanded and toggle button is not displayed
[ { "docid": "0fd5876b5cac48bbb6c3cfa06de55011", "score": "0.58593184", "text": "public boolean isAlwaysExpanded() {\n\t\treturn alwaysExpanded;\n\t}", "title": "" } ]
[ { "docid": "32f8429b572ad7fe460d56728253605c", "score": "0.6777574", "text": "@Override\n\tpublic void setExpanded(boolean is) {\n\t\t\n\t}", "title": "" }, { "docid": "fe8edd4107db831e84a8fb413c813a25", "score": "0.67186713", "text": "public abstract boolean onCheckCanExpandOrCollap...
bf2307952709072eb49ab0a7327814b0
Store the number of tabs, this will also be passed when the ViewPagerAdapter is created Build a Constructor and assign the passed Values to appropriate values in the class
[ { "docid": "c3d2a82a9c88b3900d20ee237287c651", "score": "0.56201243", "text": "public ViewPagerAdapterRG(FragmentManager fm,CharSequence mTitles[], int mNumbOfTabsumb, Context context, int formulario_numero) {\n super(fm);\n\n this.Titles = mTitles;\n this.NumbOfTabs = mNumbOfTabsum...
[ { "docid": "ea7dc2fd5ea8e353b6e709041ce2e6f2", "score": "0.72481364", "text": "public void setTabs(int count) {\n ViewPager pager = (ViewPager) findViewById(R.id.pager);\n\n switch (count){\n case PAsettings:\n //MyPagerAdapterSettings adapterViewPagerSett...
f93bcc319a11994c5a202118606f86c8
Receive data from IntentPlayground Activity
[ { "docid": "a38bbe3e50de2daa7f5306c9b4655e6d", "score": "0.53029907", "text": "private void receiveData() {\n\n // check bundle is not null\n if (getIntent().getExtras() == null) {\n sharedPreferences.edit().putInt(Constants.COUNT_VAlUE, 0).apply();\n return;\n ...
[ { "docid": "14dd477bee324000f98ec88badefca0a", "score": "0.6087767", "text": "private void retrieveIntent(){\n //Retrieving the data being passed through from the previous page\n intentTitle = getIntent().getStringExtra(\"Exercise Name\");\n intentID = getIntent().getIntExtra(\"Exer...
d2e24ff6a7a4f2fa011c640640bf596c
Creates a new Light. Note that this is not intended to be called directly (use one of derived classes instead).
[ { "docid": "a90b2c7a4671b91f7aae0fd7ec8ed060", "score": "0.5776672", "text": "@JsConstructor\n public Light(int color) {\n\n }", "title": "" } ]
[ { "docid": "6317d137244581aa74580c33f551279a", "score": "0.7614357", "text": "Light createLight(int position, boolean initialState);", "title": "" }, { "docid": "2bc64a454258247da8f0e43705d2cb40", "score": "0.74300873", "text": "public Light() {\r\n \tthis.name = \"\";\r\n \tth...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d6b4dc12fc57e93be63041079269adce", "score": "0.0", "text": "@Override\n\tpublic ApplicationsDTO addOperation(OperationDTO module)\n\t\t\tthrows com.fos.common.security.exception.SecurityException {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
4e4cef4722cacbf8afdf942196e25f90
/ [array] return Name, enterprise number and countrycode
[ { "docid": "beaa65c28beae590f9abe9b11bbdcb53", "score": "0.0", "text": "public static ArrayList<Businesscard.nameEntity> SearchByName(String name) {\r\n\t\tArrayList<Businesscard.nameEntity> bCrds = new ArrayList<Businesscard.nameEntity>();\r\n\t\tNodeList bcards = XMLreader();\r\n\t\tBoolean getBcard;\...
[ { "docid": "0cb1d8b82672b240eae69ea7230df1fd", "score": "0.5950366", "text": "String getCountryList();", "title": "" }, { "docid": "68a048567a8695f350a262e1de95656b", "score": "0.58362424", "text": "String getListAgencyName();", "title": "" }, { "docid": "7b1383bc8460a6e5...
a54a2d4434f512770071ccf2e5129783
string field_1352 = 1352;
[ { "docid": "43903ff68bd336406e36f6b791dbf4cf", "score": "0.7274361", "text": "java.lang.String getField1352();", "title": "" } ]
[ { "docid": "4c218e4e9596468192dc862f6174448f", "score": "0.7592633", "text": "java.lang.String getField1307();", "title": "" }, { "docid": "c9a970cfec4911e10cf0dbc3c12247fe", "score": "0.7573896", "text": "java.lang.String getField1320();", "title": "" }, { "docid": "3dda...
641053749352e71fb023bc8eae2238dd
Compares thisWidget to thatWidget using the Widget's compareTo method.
[ { "docid": "715dc8aec77afc254326aa6e748881be", "score": "0.81109554", "text": "public int compare(Widget thisWidget, Widget thatWidget) {\n\t\treturn thisWidget.compareTo(thatWidget);\n\t}", "title": "" } ]
[ { "docid": "f4a01714959c23dd4b7ac185c5ebbd1a", "score": "0.5864292", "text": "@Override\n\tpublic int compare(Combo arg0, Combo arg1) {\n\t\treturn arg1.distance - arg0.distance;\n\t}", "title": "" }, { "docid": "b3884f7f7a3609ddbd5b40725fd79eab", "score": "0.5748673", "text": "@Over...
06eb97152511550fd773e54bb7684324
calls the actionPerformed methods
[ { "docid": "742124ab264dfaca5f7fbf404248b786", "score": "0.0", "text": "public void actionPerformed(ActionEvent e){\n\t\tfor(ActionListener al : actionListeners){\n\t\t\tal.actionPerformed(e);\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "37ed162ed5dca60c46e6d134f1cd169e", "score": "0.83955383", "text": "@Override\n\t\t\tpublic void actionPerformed(ActionEvent arg0) {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "624ad912566a718e48eac5b64ff591b0", "score": "0.83533233", "text": "public void actionPerform...
8345f9658563d5a631535c513da3156a
$ANTLR end "ruleDepthLiteral" $ANTLR start "entryRuleTouchLiteral" InternalDSL.g:678:1: entryRuleTouchLiteral : ruleTouchLiteral EOF ;
[ { "docid": "e43aff1088832ebfbad6870b8cadef45", "score": "0.7268337", "text": "public final void entryRuleTouchLiteral() throws RecognitionException {\n try {\n // InternalDSL.g:679:1: ( ruleTouchLiteral EOF )\n // InternalDSL.g:680:1: ruleTouchLiteral EOF\n {\n ...
[ { "docid": "0c846ff937da35c14096600f2f77001b", "score": "0.6453373", "text": "public final void entryRuleDepthLiteral() throws RecognitionException {\n try {\n // InternalDSL.g:654:1: ( ruleDepthLiteral EOF )\n // InternalDSL.g:655:1: ruleDepthLiteral EOF\n {\n ...
c4c5fb5e9fd351b65da890697f7c26cb
$ANTLR end "entryRuleQualifiedName" $ANTLR start "ruleQualifiedName" ../org.etl.dsl.Sparrow/srcgen/org/etl/parser/antlr/internal/InternalSparrow.g:5064:1: ruleQualifiedName returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleVal...
[ { "docid": "1096a5675493864a3ac61292bf777b84", "score": "0.75223976", "text": "public final AntlrDatatypeRuleToken ruleQualifiedName() throws RecognitionException {\n AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();\n\n Token kw=null;\n AntlrDatatypeRuleToken this_Vali...
[ { "docid": "12f34552e3045500c5ff4ddf28bd73df", "score": "0.8067608", "text": "public final String entryRuleQualifiedName() throws RecognitionException {\n String current = null;\n\n AntlrDatatypeRuleToken iv_ruleQualifiedName = null;\n\n\n try {\n // InternalDomainDSL.g:5...
4c848edbe28554ebaa29d569bccf3fa9
approach 1 : DFS & Recursive Runtime : 0 ms
[ { "docid": "801232575b47f5045fa8b30eddc886f5", "score": "0.0", "text": "public static TreeNode subtreeWithAllDeepest(TreeNode root) {\n if (root == null) {\n return null;\n }\n\n int leftDepth = depth(root.left);\n int rightDepth = depth(root.right);\n\n if ...
[ { "docid": "482270383d65f917704392543b11cb0d", "score": "0.7271152", "text": "private static void dfs(int i , int j) {\n\tboolean f = false;\r\n\tfor(int k=0;k<adj[i].size();k++){\r\n\t\tint x = adj[i].get(k);\r\n\t\tif(x!=j){\r\n\t\t\tdist[x]=dist[i]+1;\r\n\t\t\tdfs(x,i);\r\n\t\t\tif(visitParent[x])\r\...
273b060df63fb14bfa7b47ae56c674d9
Inserts a TrueFalse question
[ { "docid": "547a58765410038c25b0b0f70025f094", "score": "0.642426", "text": "@Override\r\n public void insertQuestion(String SurveyOrTest) {\r\n ioOutput.getOutput(\"Enter the prompt for your \" + questionType + \" Question: \");\r\n prompt = ioInput.checkEmpty();\r\n choices.add...
[ { "docid": "2a8f94d26a59e102c300e185a83c386f", "score": "0.65165806", "text": "public void addTrueFalseQuestion(int questionNumber, String text,\r\n\t\t\tdouble points, boolean answer) {\r\n\t\tquestions.put(questionNumber,\r\n\t\t\t\tnew TrueFalseQuestion(text, points, answer));\r\n\t}", "title": "...
b79545ce083ef1862ecf42af9c887ffc
Receiver represents the request receiver string receiver = 2 [(.gogoproto.moretags) = "yaml:&92;"receiver&92;""];
[ { "docid": "1daffb38be22c68f58da2fcd5d6fd80a", "score": "0.0", "text": "public Builder setReceiverBytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n checkByteStringIsUtf8(value);\n \n receiver_ = value;\n ...
[ { "docid": "6f23c9a5284893eeca112b85fb3ca557", "score": "0.68601584", "text": "public void setReceiver(String receiver) {\n\t\tthis.receiver = receiver == null ? null : receiver.trim();\n\t}", "title": "" }, { "docid": "ad6a84941f050b505e87ea092e0dcf53", "score": "0.67087966", "text"...
283f2e3be024815df6f4a4eba0b5837d
Set the UnpreparedCaster value.
[ { "docid": "556b654135ca4022728abcd7c616a387", "score": "0.7295892", "text": "public void setUnpreparedCaster(boolean newUnpreparedCaster) {\n\t\tthis.unpreparedCaster = newUnpreparedCaster;\n\t}", "title": "" } ]
[ { "docid": "98ded68abbdb51a1473ca8a7f72fa023", "score": "0.6159387", "text": "public boolean isUnpreparedCaster() {\n\t\treturn unpreparedCaster;\n\t}", "title": "" }, { "docid": "f32de5bdebefca89f4c9cf5e3e28222c", "score": "0.5295582", "text": "protected final void internalMarkAsNot...
3f682b60ca726a7c73973ebc82fa967f
This method was generated by MyBatis Generator. This method corresponds to the database table sys_metadata
[ { "docid": "2787d8925d5eecae3423a3472c3eaf7f", "score": "0.0", "text": "int updateByPrimaryKey(SysMetadataDO record);", "title": "" } ]
[ { "docid": "466ea8b94dafcabf89d9a36d04fa8238", "score": "0.67382145", "text": "TableMetadata metadata();", "title": "" }, { "docid": "4e7a3d87ce43808713575c3246f59bf9", "score": "0.6331333", "text": "private void retTableMetaData() throws SQLException\n {\n DatabaseMetaData...
56e3522434388afd8318b372ef3e2d5c
Delete a full row ( and it's index rows )
[ { "docid": "6eeda57611158dce5d4eb16c2b75a948", "score": "0.5987282", "text": "public void delete(String entityName, AbstractType rowKey) throws TransformationException, DataStoreIntegrationException, SerializationException;", "title": "" } ]
[ { "docid": "459009941e661be899085c3c02d2eac6", "score": "0.73130375", "text": "public void deleteRow(int row) {\n rows.remove(row);\n }", "title": "" }, { "docid": "6b3cf6a8e27fd4bf109c029a04b6e337", "score": "0.73055065", "text": "public void deleteRow(int row) {\n\t\tthis...
99f4ccec7dd3aba56873313e017706ef
This test has a number of problems. 1. without the wait code in the for loop the create time for each instance was usually the same due to clock presision. 2. It's very hard to follow.
[ { "docid": "6acdb9a3c16fab0e6bf866cca8170dc5", "score": "0.545721", "text": "public void DISABLEDtestEvictionSoftMinIdle() throws Exception {\n GenericObjectPool pool = null;\n \n class TimeTest extends BasePoolableObjectFactory {\n private final long createTime;\n ...
[ { "docid": "970e92d58f33504a95ad590d49a4f372", "score": "0.65513", "text": "public static void main(String[] args) throws NoSuchMethodException, InvocationTargetException,\n\t\t\tInstantiationException, IllegalAccessException {\n\t\tfor (int i = 0; i < iterationsOfAllTests; i++) {\n\t\t\tlong javaNewTim...
2f4140e71fd6fde46450b588b4cda9ce
Attach all data to the DOM Document passed in.
[ { "docid": "31dd2dd5093ede2c750429434b2984be", "score": "0.0", "text": "public Element encode(Document aDocument) throws EPPEncodeException {\n\n try {\n //Validate States\n validateState();\n }\n catch (EPPCodecException e) {\n cat.error(\"EPPRgpEx...
[ { "docid": "d56b594065c3a31a6fe3da51c614ea3d", "score": "0.6066535", "text": "public final void prepassDocument(DOM document) {\n setIndexSize(document.getSize());\n buildIDIndex(document);\n }", "title": "" }, { "docid": "588cc12b8e78c71463eac0b1102b71bc", "score": "0.5...
d7a00cfd8f817833598980a444bef264
Median key. If the tree has N keys k1 < k2 < k3 < ... < kN, then their median key is the element at position (N+1)/2 Asymptotic runtime: Theta(h), where h is the height of the tree Justification: When the median function is called, it makes a call to the method rank, which gets the rank of the highest value node in the...
[ { "docid": "6a646222780aea17e32693c0aac17182", "score": "0.80092627", "text": "public Key median() {\n\t\tif (isEmpty())\n\t\t\treturn null;\n\t\tNode currentNode = root;\n\t\twhile (currentNode.right != null)\n\t\t\tcurrentNode = currentNode.right;\n\n\t\tint rankOfLargestKey = rank(currentNode.key);\n...
[ { "docid": "7abdc57d616b6efc97d2826096810a49", "score": "0.7222322", "text": "public int recursiveMedian() {\n \n // list generation can create an empty list, this handles it\n if(n < 1) {\n return -1;\n }\n \n // index of the expected median\n ...
0a436faac0510568eedacfdd14dfbaed
Generate a TAP file for every method tested
[ { "docid": "384e5b34851709fd905ab3f9006b5f1e", "score": "0.71515435", "text": "protected void generateTAPPerMethod(ITestContext testContext) {\r\n List<ITestResult> testNGTestResults = TapTestNGUtil\r\n .getTestNGResultsOrderedByExecutionDate(resultMap);\r\n\r\n for (ITestRe...
[ { "docid": "30cc09c4e75b59d723186d4a45af08b2", "score": "0.62376755", "text": "protected void generateTAPPerClass(ITestContext testContext) {\r\n List<ITestResult> testNGTestResults = TapTestNGUtil\r\n .getTestNGResultsOrderedByExecutionDate(this.resultMap);\r\n\r\n for (ITe...
11fcd2f5fa724f09de29ed39f6583580
Created for refactoring method 2
[ { "docid": "980b8e45664739854279fde576d4c26e", "score": "0.0", "text": "public abstract void readItem();", "title": "" } ]
[ { "docid": "6b0e2e41d411b76c357d16b3eb3a159c", "score": "0.58585733", "text": "protected abstract void entschuldigen();", "title": "" }, { "docid": "fb314e70bb3a93fa9517b4dd27193bd2", "score": "0.5709324", "text": "public void _Refactorings();", "title": "" }, { "docid": ...
14cdb4c505ba639d4a86fa9822aa538d
Returns the (i)th cursor of the given type, or null if no such cursor exists. Can be used for retrieving both cursors of type TYPE_DRAGGING, for example, by calling getCursorByType( MyCursor.TYPE_DRAGGING, 0 ) and getCursorByType( MyCursor.TYPE_DRAGGING, 1 ), when there may be cursors of other type present at the same ...
[ { "docid": "87b192a94c5a8f31e762dbb8acebf614", "score": "0.83834666", "text": "public MyCursor getCursorByType(int type, int i) {\n for (int ii = 0; ii < cursors.size(); ++ii) {\n if (cursors.get(ii).getType() == type) {\n if (i == 0)\n return cursors....
[ { "docid": "fa41e11326a60d1f176e37b11ee973ca", "score": "0.5802969", "text": "private Cursor findCursor() {\n\t\tfor(Measure measure:getMeasures()) {\n\t\t\tfor(Voice voice:measure.getVoices()) {\n\t\t\t\tfor(VoiceItem item:voice.getItems()) {\n\t\t\t\t\tif(item instanceof Cursor) {\n\t\t\t\t\t\treturn ...
8a6057852aaa3d1779b341b4678da9d1
/ access modifiers changed from: 0000
[ { "docid": "de125d37623d36319212739aeeabccaa", "score": "0.0", "text": "public void onAnchorReady(Recycler recycler, State state, AnchorInfo anchorInfo, int i) {\n Recycler recycler2 = recycler;\n State state2 = state;\n AnchorInfo anchorInfo2 = anchorInfo;\n int itemDirectio...
[ { "docid": "ff86c3e5dba10aeeb57d62c4db80a220", "score": "0.65839547", "text": "protected abstract Object m8602a();", "title": "" }, { "docid": "d93c74d91cdd5fd7d5ba828e7409b39e", "score": "0.64764357", "text": "private AccessPrivate() {\n }", "title": "" }, { "docid": "6...
2704b67ba3ea26c7eb330f713c37a996
This method was generated by Abator for iBATIS. This method returns the value of the database column TB_IC_CARD_INVOICE_APPLY.RECEIVER_NAME
[ { "docid": "31deec0559278520d6ce07d8ac871c2a", "score": "0.637488", "text": "public String getReceiverName() {\r\n\t\treturn receiverName;\r\n\t}", "title": "" } ]
[ { "docid": "5b6c8c886868ce2ea5366d894ce51bef", "score": "0.64096564", "text": "public static String fieldReceiverName() {\r\n\t\treturn \"RECEIVER_NAME\";\r\n\t}", "title": "" }, { "docid": "8799ce4942d1b5b5fc40099e0d294e3f", "score": "0.63197726", "text": "public String getReceiverN...
e98e9915c6bf82addbb1b1e5e0a39a09
permite cerrar la ventana de editar y crear
[ { "docid": "3ad8e14387d90032347f3e2c01cdb34f", "score": "0.0", "text": "@FXML\n\tprivate void cancelar() {\n\t\tescenarioEditar.close();\n\t}", "title": "" } ]
[ { "docid": "4c06aff919bba9d22961593682ccb3de", "score": "0.6912413", "text": "public String editar()\r\n/* 67: */ {\r\n/* 68:109 */ if (this.unidad.getIdUnidad() > 0)\r\n/* 69: */ {\r\n/* 70:110 */ setEditado(true);\r\n/* 71:111 */ this.unidad = this.servicioUnidad.carga...
07e2df9e911a42b3b2959fe42cc67733
Method that add keyvalue to the trie. This is recursive method that build sequence of nodes that has linked between each other
[ { "docid": "b21364fc8c57082598a5dd9563153743", "score": "0.64803183", "text": "private Node add(Node node, String key, Integer val, int d) {\r\n\t\tif (node == null) {\r\n\t\t\tnode = new Node();\r\n\t\t}\r\n\t\tif (d == key.length()) { //\r\n\t\t\tnode.value = val;\r\n\t\t\treturn node;\r\n\t\t}\r\n\t\...
[ { "docid": "67ae2d6abd8bb2e5caafd7fc0ba31ea7", "score": "0.70195013", "text": "public void addChild(String key, String value) {\n int childPosition = getFirstCharCode(key);\n\n if (children[childPosition] == null) {\n children[childPosition] = new TrieNode(key.charAt(0));\n ...