query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
1d5729ae8335cbfadd8d4e38c145a843
Metodo para filtrar todos los elementos repetidos en la tabla.
[ { "docid": "a6400254000aecd7ca3c8d620e83b91c", "score": "0.6417214", "text": "private void filtrarElementosRepetidos() {\n List<Compania_Pelicula_Serie> newList = this.listaCPS;\n List<Compania_Pelicula_Serie> oldList = this.listaCPS;\n List<Compania_Pelicula_Serie> temp = new Array...
[ { "docid": "a6b830dfbdeacf1ff86e1820e61bc937", "score": "0.6441418", "text": "public void filtrar() {\n\n\t\tif (!this.enfermedadSeleccionado.equals(\"Todos\")) {\n\n\t\t\tList<RowFilter<Object,Object>> filters = new ArrayList<>(2);\n\t\t\tfilters.add(RowFilter.regexFilter(this.enfermedadSeleccionado, 1...
36cb26202cc8ce36ad283fd3dfcb95ea
Write was successful! ...
[ { "docid": "f9974fa3892783a389dc0197c277ccdb", "score": "0.0", "text": "@Override\n public void onSuccess(Void aVoid) {\n Toast.makeText(mContext, \"Registration Successfully completed\", Toast.LENGTH_LONG).show();\n startNavigationActivity();\n\n\n }"...
[ { "docid": "ab1104123c75d2afe91978a89f91d3f3", "score": "0.76365006", "text": "boolean write() throws Exception;", "title": "" }, { "docid": "beda473da333fba59bf6c1a46686daf4", "score": "0.67526764", "text": "public void write(){\n }", "title": "" }, { "docid": "f17b2d...
7bc736f1b552aff2ee0e26c6b890bbf2
The name of a locality loadbalancing policy. Valid values include ROUND_ROBIN and, for Java clients, LEAST_REQUEST. For information about these values, see the description of localityLbPolicy. Do not specify the same policy more than once for a backend. If you do, the configuration is rejected. Check the Name enum for ...
[ { "docid": "c09567641e7b3fea3e329539323e11dd", "score": "0.0", "text": "boolean hasName();", "title": "" } ]
[ { "docid": "9b5f0bb462404091a5340e9ff6691ba9", "score": "0.58636856", "text": "public static QueuePolicyKind getByName(String name) {\r\n\t\tfor (int i = 0; i < VALUES_ARRAY.length; ++i) {\r\n\t\t\tQueuePolicyKind result = VALUES_ARRAY[i];\r\n\t\t\tif (result.getName().equals(name)) {\r\n\t\t\t\treturn ...
1f4ed598118058334ce8c77a406726cc
Combine POST and PUT operations
[ { "docid": "ceef0cfbf3099a958687fc2910b6b9da", "score": "0.0", "text": "private User storeUser(User user) {\n if (user == null) {\n return user;\n }\n final User response = userService.store(user);\n notificationService.send(response.getId(), NotificationType.ALL, ...
[ { "docid": "f0ebb93c37161d249a491702c8a5cf7d", "score": "0.64566857", "text": "PutRequest getRequestPut();", "title": "" }, { "docid": "cf7d018a6cfe993e93c923fb0401380e", "score": "0.640172", "text": "SimpleHttpResponse put(SimpleHttpRequest request, String requestBody) throws Client...
ce9a952f0be3e4067d31aa0e8375e76d
Test case number: 106 /Coverage entropy=0.5623351446188083
[ { "docid": "234c1cdb4d4c6521738b219b953315e1", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test106() throws Throwable {\n boolean boolean0 = DBUtil.existsEnvironment(\"RKednuw?4['\");\n assertFalse(boolean0);\n }", "title": "" } ]
[ { "docid": "474568e3244a9a9f12834ec6bd55c9e9", "score": "0.73041314", "text": "@Test\n public void test35() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n CostMatrix costMatrix0 ...
dd67ac35ff47870b23f133f0fc6a4f77
Set the value of freightAmtInVisa
[ { "docid": "cc4cda79f51c46a610a913eecbe3c3b2", "score": "0.8330252", "text": "public void setFreightAmtInVisa(double freightAmtInVisa) {\n _freightAmtInVisa = freightAmtInVisa;\n }", "title": "" } ]
[ { "docid": "b128aecb0891a7385e6292270d868ac0", "score": "0.68900114", "text": "public double getFreightAmtInVisa() {\n return _freightAmtInVisa;\n }", "title": "" }, { "docid": "df7c47fcd6e879651872f237485a3543", "score": "0.6007385", "text": "public void setMontoFacturado(...
80fc563822579b648435459e422ebf3a
Get participants from a call.
[ { "docid": "f0cd98249cdf24261c8beb60bc3347be", "score": "0.7225947", "text": "@ServiceMethod(returns = ReturnType.SINGLE)\n public GetParticipantsResponseInternal getParticipants(String callConnectionId) {\n return getParticipantsAsync(callConnectionId).block();\n }", "title": "" } ]
[ { "docid": "660360d34ea86b756d0bcff285feb499", "score": "0.6544913", "text": "@ServiceMethod(returns = ReturnType.SINGLE)\n public Mono<GetParticipantsResponseInternal> getParticipantsAsync(String callConnectionId) {\n return getParticipantsWithResponseAsync(callConnectionId)\n ...
1539bca9f29b56084b969d4a9c76cf27
text: tutorial fly by from left to right
[ { "docid": "dc4414ac399bb3ed01a355720316398c", "score": "0.0", "text": "private SceneNode loadTutorialText(RootMainGame mainGame) {\n\t\tSceneNode node = new SceneNode();\n\t\t\n\t\tCommand command = new DisableAllTableItems(mainGame.table(), true);\n\t\tnode.add(command);\n\t\t\n\t\tfinal String textEn...
[ { "docid": "2d021cb6c909b74dad63bf7d26a7d7e4", "score": "0.6006412", "text": "public void turnLeft() {\r\n\t\tsetHeading(getHeading() - 5);\r\n\t}", "title": "" }, { "docid": "42a0060938c01b0273dcde8e928d5f99", "score": "0.5953028", "text": "public void turnRight() {\r\n\t\tsetHeadin...
4e4432c8abbdcd84b2831ff0d113ad40
Add an item to this room.
[ { "docid": "ba04b6a3b918dcd8426ce7a7be94356d", "score": "0.6963747", "text": "public void addItem(Item newItem)\n {\n items.add(newItem);\n }", "title": "" } ]
[ { "docid": "67558e1137f307ad50983d7dd1765b85", "score": "0.8200591", "text": "public void addItemToRoom(Item toAdd){\n items.add(toAdd);\n }", "title": "" }, { "docid": "2c7fab86180a69f4400ce10c485f4d0f", "score": "0.76046604", "text": "public void addItem(Item item){\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "92230386c684c6715e19019e049dc3aa", "score": "0.0", "text": "@Override\n\tpublic User getUser(int id) {\n\t\tSystem.out.println(\"在SqlServer中根据ID 查找User记录\");\n\t\treturn null;\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...
5516be87adcb0bcde8cebf33b3349e4a
Method to test add
[ { "docid": "52df1efddcf1a4c6ef87dd74d75f06f8", "score": "0.0", "text": "@Test\r\n\tpublic void testAdd() {\r\n\t\tLinkedListRecursive<String> list = new LinkedListRecursive<String>();\t\t\r\n\t\tassertTrue(list.size() == 0);\r\n\t\t\r\n\t\t//Add a string to an empty list\r\n\t\tlist.add(0, \"String0\");...
[ { "docid": "85c258c10f4284a0a08488d4fabdc43a", "score": "0.75549066", "text": "@Test\n void addTest() {\n StudentEnrolment mockNewEnrolment = new StudentEnrolment(\n new Student(\"s129999\", \"Hung\", \"15/4/2000\"),\n new Course(\"a199999\",\"SERR\", 24),\n ...
377b9b789b264807a33a665275d1d612
This method was generated by MyBatis Generator. This method corresponds to the database table t_app_user
[ { "docid": "0def34e6682d473f58ea84cfeea4d5dc", "score": "0.0", "text": "public void clear() {\n oredCriteria.clear();\n orderByClause = null;\n distinct = false;\n }", "title": "" } ]
[ { "docid": "b3610fd22e38da874d24cdb108a245f3", "score": "0.6865926", "text": "@Override\n protected String getTableName() {\n return USER_TABLE_NAME;\n }", "title": "" }, { "docid": "114637761bda3d6a039d5be76f91c375", "score": "0.62499714", "text": "@Results(value = {\n ...
5e3412752141325d5d56e7d5a77a758b
create and initialize a Time1 object Invoke constructor
[ { "docid": "4f385ab24130d6a5b07e878859bd1ab3", "score": "0.0", "text": "public static void main(String[] args) {\n Time1 time = new Time1();\n\n // output string representations of the time\n displayTime(\"After time object is created\", time);\n System.out.println();\n\n ...
[ { "docid": "e6f5f3ffd49e1f6e0e83f5f134880052", "score": "0.7184494", "text": "public Time2()\n {\n this(0, 0, 0); // invoke constructor with three arguments\n }", "title": "" }, { "docid": "24039647727bc8ef466238de01499e08", "score": "0.65580463", "text": "public Time2(int h...
568d2f0d29c60681b0a98bd53e62a6d8
Confirms the selected target for the craft.
[ { "docid": "8b81a397dca4f78031ff6a29bf42a540", "score": "0.0", "text": "public void btnOkClick(Action action)\n{\n\tWaypoint w = (Waypoint)(_target);\n\tif (w != null && w.getId() == 0)\n\t{\n\t\tw.setId(_game.getSavedGame().getWaypointId());\n\t\t(_game.getSavedGame().getWaypointId())++;\n\t\t_game.get...
[ { "docid": "597f41a1516c9c44816c37d57820050a", "score": "0.63886356", "text": "public void selectTarget() {\n\t\t//select a target from the list\n\t\tContext<?> context = ContextUtils.getContext(this);\n\t\tIndexedIterable<?> assetList = context.getObjects(Asset.class);\n\t\t// attack a random asset, fi...
8ed8d0f1c7c1b63cf2d5ab530e71d421
This is used to validate the fraction entered by the user
[ { "docid": "0cec1035226e2362cc33d081f6f7ab47", "score": "0.7483111", "text": "public static boolean validFraction(String input) {\n if ( input.indexOf('-') != 0 && input.indexOf('-') != -1 )\n return false;\n if ( input.indexOf('/') == -1 ) {\n if ( isNumber(input) )\...
[ { "docid": "2afebb8148190efeed2936f49f62018a", "score": "0.69578373", "text": "public static Fraction getFraction(Scanner input) {\n System.out.print(\"Please enter a fraction (a/b) or integer (a): \");\n String sFrac = input.next();\n while (!validFraction(sFrac)) {\n Sy...
c26564d2dbdb67c24d3c2d45dceb8ffe
optional int32 TotalNumberMessages = 2;
[ { "docid": "c46fd008ffc6bd5e00a58db9607a4ef9", "score": "0.0", "text": "public Builder clearTotalNumberMessages() {\n bitField0_ = (bitField0_ & ~0x00000002);\n totalNumberMessages_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "2820a5063838dbf52c52431d9390028d", "score": "0.8017324", "text": "int getTotalNumberMessages();", "title": "" }, { "docid": "2820a5063838dbf52c52431d9390028d", "score": "0.8017324", "text": "int getTotalNumberMessages();", "title": "" }, { "docid": "2820a50638...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "8c34f5232db73912fcd961917eb92f77", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n celsius = new javax.swing.JTextField();\n fah...
[ { "docid": "b2448da2d88321527a008e8847d4903d", "score": "0.751984", "text": "public LineupForm()\n\t{\n\t\tinitComponents();\n\t}", "title": "" }, { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.73921734", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defa...
13d584165c1f015a1f27be7ed03ea107
getItem is called to instantiate the fragment for the given page.
[ { "docid": "1eab2fdf91727d6d8de0ce483f5f5d80", "score": "0.64455736", "text": "@Override\n public Fragment getItem(int position) {\n return TutorialPageDetailFragment.newInstance(position + 1);\n }", "title": "" } ]
[ { "docid": "c374e1ad38967123052afc7c24c1491b", "score": "0.71996737", "text": "@Override\n public Fragment getItem(int position) {\n return PageFragment.newInstance(position + 1);\n }", "title": "" }, { "docid": "a8fb805672cba61aaf66d5db8db4d468", "score": "0.693368", "t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "712ab493b66269163f8f6451b18a4d7a", "score": "0.0", "text": "public static void main(String[] args) throws IOException{\n\t\tScanner sc = new Scanner(System.in);\r\n\t\tint N = sc.nextInt();\r\n\t\tlong M = sc.nextLong();\r\n\r\n\t\tlong[] arr = new long[1000001];\r\n\t\tlong maxHeight = 0;\r...
[ { "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...
c4ee7571bc76f7a1a72a2a1e7853787f
This method was generated by MyBatis Generator. This method sets the value of the database column t_group_role_relation.group_id
[ { "docid": "9eabf068ba305f0efd2c69c071d8f178", "score": "0.5342444", "text": "public void setGroupId(Long groupId) {\n this.groupId = groupId;\n }", "title": "" } ]
[ { "docid": "a8a051bc8a586c9c0ac9a71c5302d897", "score": "0.65986305", "text": "public void setGroupRoleId(Long groupRoleId) {\n this.groupRoleId = groupRoleId;\n }", "title": "" }, { "docid": "d2d040205356c839da6fdb715c3e58b5", "score": "0.6417213", "text": "public void set...
c157e0218324ff833207f9ac4a015fe0
$ANTLR end "rule__Not__Group_1__1__Impl" $ANTLR start "rule__Not__Group_1_0__0" ../org.gemoc.mocc.ccslmocc.model.xtext.mocdsl.ui/srcgen/org/gemoc/mocc/ccslmocc/model/xtext/ui/contentassist/antlr/internal/InternalMoCDsl.g:15571:1: rule__Not__Group_1_0__0 : rule__Not__Group_1_0__0__Impl rule__Not__Group_1_0__1 ;
[ { "docid": "514c4f181ac54c388f1037a51039b927", "score": "0.80535936", "text": "public final void rule__Not__Group_1_0__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.gemoc.mocc.ccslmocc.model.xtext.mocdsl.ui/src-gen/o...
[ { "docid": "6819b49b748f8b8bc7178a114ef8c52b", "score": "0.817831", "text": "public final void rule__Not__Group_1_0__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.gemoc.mocc.ccslmocc.model.xtext.mocdsl.ui/src-g...
25a5f60af9d951bbf899322e96fe686f
This method is used to compare an Hash with the one stored inside the User object
[ { "docid": "4194a7b5ef31d886b768736a67d2da37", "score": "0.0", "text": "public boolean checkPasswordHash(String passwordHash)\n\t{\n\t\treturn password != null && password.equals(passwordHash);\n\t}", "title": "" } ]
[ { "docid": "10219b83e2d4cdb0ce836029cc7cc8cd", "score": "0.76311755", "text": "public int compareHash(_User user1, String hash) throws RemoteException;", "title": "" }, { "docid": "c56e7ccaffb68a04c91101fd081ded53", "score": "0.6846027", "text": "@Override\n public boolean equals(...
ebe80800e08b29ac6258a5bd7f8daff0
Game name as ASCIIArt:
[ { "docid": "4eb61e7ea998362d95ad95491e84abd1", "score": "0.0", "text": "protected String header() {\r\n sb = new StringBuilder(\"\\n\");\r\n appendHeaderFrame();\r\n append(\"* ____ _ _ _ _ _ *\");\r\n append(\"* | _ \\\\ | |...
[ { "docid": "5b2a271497d9700d451462ac486ded62", "score": "0.717058", "text": "public String getGameName(){\n\t\treturn arcade.getGameName();\n\t}", "title": "" }, { "docid": "f27201229836a54be332a20219f83fc7", "score": "0.693627", "text": "public String playerGameName();", "title"...
3c869a5d8f38c88c859dd007ea57edff
noop in GMS messages
[ { "docid": "d8ec62467ec8e37d8d5259fd4ba41c43", "score": "0.0", "text": "@Override\n public void setBytesRead(int amount) {\n }", "title": "" } ]
[ { "docid": "73e3dd7df94624fdfaed844fb0897621", "score": "0.657769", "text": "public void clearMessage() {\n setMessage(\"Ready.\");\n }", "title": "" }, { "docid": "0cf21fd7207062f1fced79a494a29080", "score": "0.6520685", "text": "protected void handleNonTxnlMessage ( Bro...
8f4aa01ea6df0d9cf5633bef21fec7ab
Return the value associated with the column: tog4key
[ { "docid": "e3e3c87ffde4cb476e3d051dcd75aeef", "score": "0.7013431", "text": "public java.lang.String getTog4key () {\n\t\treturn tog4key;\n\t}", "title": "" } ]
[ { "docid": "a9d761dc736269638e7bc5ff12769859", "score": "0.68585783", "text": "public java.lang.String getFromg4key () {\n\t\treturn fromg4key;\n\t}", "title": "" }, { "docid": "dd8469d42cd5357e657752a1a52adca2", "score": "0.6600146", "text": "public java.lang.String getTog2key () {\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "dfe7465933ad44ad61748ef36d700e5d", "score": "0.0", "text": "private void initWeb() {\n shoping_details_webview.getSettings().setJavaScriptEnabled(true);\n shoping_details_webview.getSettings().setSupportZoom(true);\n shoping_details_webview.getSettings().setLayoutAlgorit...
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
cf9984729a80d36629600e0e0242f5c8
check if this number is in the largest form,
[ { "docid": "ab10c21c785af7b9d825f9bc8596c6d9", "score": "0.683073", "text": "public boolean check(int[] sequence){\n\t\tint temp=0; //if it is,output the number in inverted order\n\t\tfor(int i=sequence.length-1;i>=0;i--){\n\t\t\tif(sequence[i]<temp){\n\t\t\t\treturn true;\n\...
[ { "docid": "21016d9960e001c14c9bda3b93c2d269", "score": "0.64003736", "text": "private static int biggestNumber(int number) {\n List<Integer> digits = numbertoDigits(number);\n Collections.sort(digits);\n return digitToNumber(digits);\n }", "title": "" }, { "docid": "26237562f47ffb...
6301b928ac0d93c304624d0e8344737c
Retrieves all songs that belong to the specified album.
[ { "docid": "1a196b0d9e14fa222490e6d207fb3d97", "score": "0.7661632", "text": "public static List<SongEntity> findByAlbum(EntityManager em,\r\n AlbumEntity album)\r\n {\r\n return findByAlbum(em, album.getId());\r\n }", "title": "" } ]
[ { "docid": "6ff06aeb7a951b4a758d84b4e8b2c6f6", "score": "0.7840476", "text": "List<Song> getSongs(String artist, String album);", "title": "" }, { "docid": "197923852a25d59282811dbf5aad4a8d", "score": "0.7413743", "text": "public static List<SongEntity> findByAlbum(EntityManager em, ...
3c2c082e5d4ff120231862cad3386b86
Performs the left rotation in the given string.
[ { "docid": "0f093c9ae0329d3f0b5a9bbcf742bae5", "score": "0.7390556", "text": "static String rotateLeft(String str, int d){\n d %= str.length();\n String ans = str.substring(d) + str.substring(0, d);\n return ans;\n }", "title": "" } ]
[ { "docid": "bf4663695db659822e04a811aff3cf0e", "score": "0.73614544", "text": "public String turnLeftRot() throws IOException ;", "title": "" }, { "docid": "f777d3ee03ca5a22af4319f3407936b3", "score": "0.720331", "text": "private static void rotateLeft() {\n\t\tint temp = getKeyNum(K...
d7480500015933f201d9bc2e0ee6ed53
File file = new File("E:\\cache"); File[] files = file.listFiles(); System.out.println(files[4].getName());
[ { "docid": "f4141163404c62eef4e929eb3e505599", "score": "0.0", "text": "@Test\n public void test4() throws IOException {\n String indexDir = \"E:\\\\cache\\\\test\\\\ctx\";\n String beginDatetime = \"2017-04-26 14:01\";\n String endDatetime = \"2017-04-26 14:03\";\n List<F...
[ { "docid": "d9f5c4b70fd7b09ca6e66c3f7c984224", "score": "0.65175784", "text": "List<File> mo118063c();", "title": "" }, { "docid": "c50f8a2c9248ce0ce36ef903c467060d", "score": "0.6436172", "text": "List<Path> getFiles();", "title": "" }, { "docid": "7a3de1e7d04de77a5f1e04...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c24375fd1a03c1329f9be4b7bb96e398", "score": "0.0", "text": "public void actionPerformed(ActionEvent e) {\n\t\tObject o = e.getSource();\n\t\t\n\t\tif( o == button_send)\n\t\t{\t\n\t\t}\n\t\telse if(o == button_run)\n\t\t{\n\t\t\tacceepserver.startServer();\n\t\t}\n\t\n\t}", "title": "" ...
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
7e8f69d71e61b096ddc38a59d61eb432
Method to hide the picture display
[ { "docid": "4f760e9abf2ee8e6919caca3b0d298a6", "score": "0.80565363", "text": "public void hide()\n {\n if (pictureFrame != null)\n pictureFrame.setVisible(false);\n }", "title": "" } ]
[ { "docid": "c8ecf1d63609b44dadeefd470f30c5c4", "score": "0.82247674", "text": "public void hide()\r\n {\r\n if (pictureFrame != null) pictureFrame.setVisible(false);\r\n }", "title": "" }, { "docid": "824ce1d9335a42a79d9dd7733bd06f7d", "score": "0.790518", "text": "public void hide...
98ae94e6f22b81c226084719bf161e18
Set sleep mode status.
[ { "docid": "fcd888fceb5d08043e0ea67ebc19cd14", "score": "0.71604526", "text": "private void setSleepEnabled(boolean enabled) {\n try {\n I2Cdev.writeBit(i2cDevice, MPU6050_RA_PWR_MGMT_1, MPU6050_PWR1_SLEEP_BIT, enabled);\n } catch (IOException e) {\n throw new Illegal...
[ { "docid": "e3ea89e75af67a715f08cae33dbf2284", "score": "0.6874087", "text": "public final void setSleep(final boolean sleepValue) {\n // Show debug info, but only once per sleep-cycle;\n if (sleepValue && !mSleeping) {\n AppLogger.print(mClassName, \"JobManager is sleeping beca...
e4e1a95bd15b6836f905914835adfcb7
for json and deep copy
[ { "docid": "05247fad2c955bafe1bfec156003ebfa", "score": "0.0", "text": "private Property() {\n identifier = null;\n name = null;\n type = null;\n }", "title": "" } ]
[ { "docid": "5c6138c74e9483e19e4531ef78ecab33", "score": "0.6632258", "text": "public GenericJson clone() {\n return this.clone();\n }", "title": "" }, { "docid": "a6ef0c57c2f8bada2917987ece8db97a", "score": "0.6489135", "text": "protected abstract COSObject copyDeep(Map copied...
3797b45b0757a83b086f7242a198d5bc
Adds the account to the database.
[ { "docid": "89c8478cbf2340cd108ade77dccc9e6f", "score": "0.7749621", "text": "private void addAccount(Account account)\n\t {\n\t\t if(accountExists(account)) return;\n\t\t \n\t\t ContentValues values = new ContentValues();\n\t\t values.put(DatabaseContract.AccountContract.COLUMN_NAME_USERNAME, acco...
[ { "docid": "88f7e9898dd6f2a529e117910856919c", "score": "0.741338", "text": "void addAccount(Accounts account) {\n SQLiteDatabase db = this.getWritableDatabase();\n\n ContentValues values = new ContentValues();\n values.put(KEY_NAME, account.getName());\n values.put(KEY_PASSW...
feb3b6a5c642ff94f69b68376bac33fb
Write values saved in this class out to DataOutput
[ { "docid": "15d511bd09b7c58bff0b794ba32d60d3", "score": "0.0", "text": "public void write(DataOutput out) throws IOException {\n //Write doc\n out.writeLong(getDocCount());\n out.writeLong(getFreq());\n out.writeDouble(getFreqSquared());\n out.writeDouble(getMean());\n...
[ { "docid": "7ed42672c769d4dc3db76285a6e69262", "score": "0.7165075", "text": "@Override\r\n public String writeData() {\r\n return super.writeData() + \",\" + getNumGuns() + \",\" + getNumTorpedoes() + \",\" + getAircraft();\r\n }", "title": "" }, { "docid": "94af97ca0f665d45e71...
4b3ba8ccfe774142d32c6675846cf0df
This method is responsible for processing of all the OWL concepts.
[ { "docid": "cd692b39ae217702ea4cf2fdc036425c", "score": "0.6980078", "text": "protected void processAllConceptsAndProperties(Snapshot snap) {\r\n int count = 0;\r\n \r\n // The idea is to iterate through all the OWL classes, and register them\r\n // as well as find out any associ...
[ { "docid": "25ed5167dd89f6e76bdcc9466f2a71db", "score": "0.7305969", "text": "protected void processOWL() throws LgConvertException {\r\n \r\n messages_.info(\"Before OWL Processing\");\r\n Snapshot snap = SimpleMemUsageReporter.snapshot();\r\n messages_.info(\"Read Time : \" + S...
ead230ff1d484ac0855a10832ae4ea48
Returns the number of retransmitted packets during this mocket connection
[ { "docid": "978896619199e84475eab30e6c475bbf", "score": "0.81168157", "text": "public native long getRetransmittedPacketCount()\n throws IOException, IllegalArgumentException;", "title": "" } ]
[ { "docid": "5014c1b926c415a927f43d08c85f8a9d", "score": "0.7409761", "text": "public int countTransmission(){\n\t\treturn this.curPackets.size();\n\t}", "title": "" }, { "docid": "276e36eca2a979b767160bb1dff6a903", "score": "0.67206347", "text": "public int getTransmissionCount(){\n ...
3c30a00f011035a5076ad0c0ef008f43
create some files and folders for testing purposes
[ { "docid": "dfb7b7952ed02b7664c2bbe312c30343", "score": "0.69656205", "text": "@BeforeAll\n public static void before() throws IOException {\n File f = new File(p);\n f.mkdir();\n\n for (int i = 0; i < numFiles; i++) {\n String[] s = new String[]{\"hello\" + i + \",wor...
[ { "docid": "c879790b47537dc586436ede9b064fa0", "score": "0.72818995", "text": "@Before\n\tpublic void setUp () throws IOException {\n\t\tFile file = new File(OUTPUT_FILE_NAME);\n\t\t\n\t\tFiles.createParentDirs(file);\n\t\t\n\t\tfile.createNewFile();\n\t}", "title": "" }, { "docid": "e286d83...
1822a63a30cf9914d606277d64453816
The platform of the Amazon Web Services instance. The platform is the specific combination of operating system, license model, and software on an instance.
[ { "docid": "6fa46485cee195a6718dc0046f7cfe21", "score": "0.0", "text": "public EC2ResourceDetails withPlatform(String platform) {\n setPlatform(platform);\n return this;\n }", "title": "" } ]
[ { "docid": "106b75bf8a1881d38fab4f10bef8953c", "score": "0.8009174", "text": "public String getPlatform() {\n return platform;\n }", "title": "" }, { "docid": "106b75bf8a1881d38fab4f10bef8953c", "score": "0.8009174", "text": "public String getPlatform() {\n return pl...
26ce1f50a3ad7cb3a745ef208b22bf65
Check whether is the same position or not.
[ { "docid": "728a3df1c4d5d672e7fdf9eee0020cc4", "score": "0.64305276", "text": "@Override\r\n\tpublic boolean equals(Object object) {\r\n\t\tif (object == null)\r\n\t\t\treturn false;\r\n\t\tif (!(object instanceof Position))\r\n\t\t\treturn false;\r\n\t\t\r\n\t\tPosition position = (Position)object;\r\n...
[ { "docid": "4b1ad77244f21b3d371ed970e285ce0a", "score": "0.69359845", "text": "boolean hasPosition();", "title": "" }, { "docid": "4b1ad77244f21b3d371ed970e285ce0a", "score": "0.69359845", "text": "boolean hasPosition();", "title": "" }, { "docid": "4b1ad77244f21b3d371ed9...
9b9fab1a6b1f0c5ab23acf10a14fc2b8
Helper class, no public constructor.
[ { "docid": "6cc83c7a09537778b0da68fce9c9847f", "score": "0.0", "text": "private SecurityResolver() {\n }", "title": "" } ]
[ { "docid": "2ad52390d92954e1d6f2925b4b14bfd4", "score": "0.8132813", "text": "private Helpers() {}", "title": "" }, { "docid": "2d0824e923a5d66806b3bad0940abbd3", "score": "0.7397919", "text": "private Utils() {}", "title": "" }, { "docid": "2d0824e923a5d66806b3bad0940abb...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "483d491c4c676c5756b1df72f92cc6d6", "score": "0.0", "text": "public int getTotalCount() {\r\n return localTotalCount;\r\n }", "title": "" } ]
[ { "docid": "66dfe07a0eb4db8398eaa70157740eef", "score": "0.75164664", "text": "public String get();", "title": "" }, { "docid": "66dfe07a0eb4db8398eaa70157740eef", "score": "0.75164664", "text": "public String get();", "title": "" }, { "docid": "cae7dd0c3ea172c79f53946f56...
48fad311394ab2c58f585b4c85908c04
Explores tree until it finds AND or OR component, returning the component if an Or is found, null otherwise
[ { "docid": "f5c3b3ef58b4a44982243ce3672d46bd", "score": "0.7053126", "text": "private Component findBottomOr(Component terminalComp){\n\t\tComponent currentComp = terminalComp;\n\t\twhile(true){\n\t\t\tif(currentComp instanceof Or){\n\t\t\t\treturn currentComp;\n\t\t\t} else if(currentComp instanceof An...
[ { "docid": "2efe98b910dc8e069bca67385c4e6932", "score": "0.68947726", "text": "@Nullable\n\tprivate SpelNodeImpl eatLogicalOrExpression() {\n\t\tSpelNodeImpl expr = eatLogicalAndExpression();\n\t\twhile (peekIdentifierToken(\"or\") || peekToken(TokenKind.SYMBOLIC_OR)) {\n\t\t\tToken t = takeToken(); //...
4432d3a5829856365424675d1b54d3d6
Generates six random numbers between 0 and the max value (both inclusive) and returns a set containing them
[ { "docid": "8af85f429bff6b79b41f9a8a3f1e2010", "score": "0.73613656", "text": "private Set<Integer> generateWinningNumbers()\r\n\t{\r\n\t\tSet<Integer> winningNumbers = new HashSet<Integer>();\r\n\t\t\r\n\t\tint i=0;\r\n\t\twhile(i<6)\r\n\t\t{\r\n\t\t\tboolean added = winningNumbers.add(random.nextInt(l...
[ { "docid": "cac7c80e66001215d6e55e5d235d9a32", "score": "0.73355573", "text": "public Set<Integer> generateLotteryNumbers ()\n {\n\t Set<Integer> randomGenerator = new HashSet<Integer>(6); \n\t Random randomnum = new Random();\n\t \n\t\n\n\t \n\t for (Integer i=0; i<6;i++) \n\t {\n\t\t //keep l...
c4cd61cccb8b6d4ae05f5b44c56335b7
Creates an RMSPRrop Optimizer
[ { "docid": "b84283255698a2435a63e23497d86bb4", "score": "0.0", "text": "public RMSProp(Graph graph) {\n this(\n graph,\n LEARNING_RATE_DEFAULT,\n DECAY_DEFAULT,\n MOMENTUM_DEFAULT,\n EPSILON_DEFAULT,\n CENTERED_DEFAULT);\n }", "title": "" } ]
[ { "docid": "328ede846b44c2d9285bf01fbdd3bf81", "score": "0.5511377", "text": "public RtfOptimizer()\n {\n }", "title": "" }, { "docid": "0d8313b3b78a9230bf2af15622765058", "score": "0.4939053", "text": "public double[] runOptimizer() {\n List<Integer> sents = new ArrayList<I...
b70d905d775d99986fc5a32be6f8574f
accept the first Value, ignore others if force is false
[ { "docid": "769751dfc8e6a8f2b45b8256844bf70f", "score": "0.46678898", "text": "public final boolean set(final V v, final boolean force) {\n\t\treturn force ? set(v) : setIfAbsent(v);\n\t}", "title": "" } ]
[ { "docid": "438276aaab511e092f096af90e5c7a09", "score": "0.60213065", "text": "public boolean allowAutomaticValues();", "title": "" }, { "docid": "5abe85e93d61260d6eee69ea066df07f", "score": "0.5508149", "text": "@Override\n\tpublic boolean conatiansValue() {\n\t\treturn false;\n\t}"...
3f6c36fb66d61d5e9d298f315842c33f
Jumps the peg from (x,y) over the neighbouring peg in the given direction and removes the peg we have jumped over. Returns true if the move was according to the game rules; and false otherwise. The game board only changes state, if the move was valid.
[ { "docid": "9a0eb55815f6c58422c49af73a5d46f3", "score": "0.70685816", "text": "public boolean jump(int x, int y, int direction) {\n int newX = getNewX(x, direction);\n int newY = getNewY(y, direction);\n\n if (isValidMove(x, y, newX, newY)) {\n setPeg(newX, newY);\n ...
[ { "docid": "664aabd67bc7b869f1ad9677cc62a04c", "score": "0.7095567", "text": "public boolean jump(int x, int y, int direction) {\n int newX = getNewX(x, direction);\n int newY = getNewY(y, direction);\n \n if ( isValidMove(x, y, newX, newY)) {\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0c03b5fc80ec2cb23fd5c7afa84dee46", "score": "0.0", "text": "@Override\n\tpublic String globalInfo() {\n\t\treturn \"Weak VQRS evaluator, using the vaguely quantified fuzzy rough lower approximations.\\n\\n\"\n\t\t+ toString() + \"\\n\\n\" + getTechnicalInformation().toString();\n\t}", "t...
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
4627989aac80c6241981049f800fcd4b
Tests ls on a file
[ { "docid": "7f1ad782f339672c24c995504072442c", "score": "0.72026783", "text": "@Test\n public void testLsFile() {\n FileTree myTree = new FileTree();\n String[] paths = {};\n try {\n myTree.makeFile(\"/file\");\n } catch (NotDirectoryException | AlreadyExistException e) {\n fail(\...
[ { "docid": "bd92a1877bf5db449cd048640a230562", "score": "0.6368711", "text": "@Test\n public void testLsDirectoryDoesNotExist() {\n FileTree myTree = new FileTree();\n String[] paths = {\"file\"};\n String result = \"\";\n try {\n result = myTree.ls(false, paths);\n } catch (Invalid...
d3f7f243786a3926b3bc8d690296b1ab
Gets the next record from the underlying iterator that passes the filter
[ { "docid": "0b0fe1d6bb5c101e2041790e7aa38cdb", "score": "0.78318936", "text": "private SAMRecord getNextRecord() {\n while (iterator.hasNext()) {\n SAMRecord record = iterator.next();\n runtimeMetrics.incrementNumReadsSeen();\n\n boolean filtered = false;\n ...
[ { "docid": "7e178393f2c85560a6f3b0fa4fd6e462", "score": "0.6831316", "text": "public T next() {\n if ( this.currentRecord < getRecordCount() )\n return this.records.get(++currentRecord);\n \n return null;\n }", "title": "" }, { "docid": "9ca33d84bedeed83a49...
5472940b7cd7ad0bd3e280372e7db978
deleteTestOnly, used only to clean up after unit testing, tbh
[ { "docid": "cccd7513b5d9a5b6b77a8b502e86a7f6", "score": "0.0", "text": "public void deleteTestOnly(String name) {\n HashMap variables = new HashMap();\n variables.put(new Integer(1), name);\n this.execute(digester.getQuery(\"deleteTestOnly\"), variables);\n }", "title": "" } ]
[ { "docid": "ce08232b8333dad0c38d27b570d45ff1", "score": "0.7978018", "text": "@Test\n\tpublic void doTest() {\n\t\tdeleteTest();\n\t}", "title": "" }, { "docid": "cf2d15c3fc7362f103e64cab62eb20c2", "score": "0.77551526", "text": "public void deleteTest() {\n\t}", "title": "" },...
391c229aa8af3030d293dd417d025576
The text value represented.
[ { "docid": "adde78436edb73e8561db25046f2c545", "score": "0.0", "text": "public String text(){\r\n\t\tif(this.text!=null)return this.text;\r\n\t\tString text=coupler.getText(this);\r\n\t\tif(text==null&&!coupler.isValidText(this,text))\r\n\t\t\tthrow new IllegalStateException(\"Null or invalid text in \"...
[ { "docid": "f3c69c0080122f81cf44e99b7ed36eac", "score": "0.8180538", "text": "@Override\n\tpublic String asText() {\n\t\treturn value;\n\t}", "title": "" }, { "docid": "f4f66a1199d28471c8881e83d4b2d8c7", "score": "0.8158044", "text": "public String getValue() {\n\t\t\treturn text;\n\...
ae6d380807bf16f6f262b3bc948da64a
convert value to string
[ { "docid": "a16dde518cb525efd2e56c4ec3c5d398", "score": "0.0", "text": "String toString();", "title": "" } ]
[ { "docid": "1f7e6b6e4346a70c0006f8d1217655aa", "score": "0.77746505", "text": "public String toString() {\n return String.valueOf(value);\n }", "title": "" }, { "docid": "011d507ff4f2f7a5dcc2404f8d6168d2", "score": "0.7739373", "text": "public String toString() {\n\t\tretur...
6badb79de66a2b79b3a9fd1c0bd92383
Removes a draft event type created in an organization in Watson IoT Platform.
[ { "docid": "83ee49d25bbebd0cddcea6b53646ccf0", "score": "0.63343966", "text": "public boolean deleteDraftEventType(String eventTypeId) throws IoTFCReSTException {\n\t\tfinal String METHOD = \"deleteDraftEventType\";\n\t\t/**\n\t\t * Form the url based on this swagger documentation\n\t\t */\n\t\tStringBu...
[ { "docid": "e9484540fb944e6e3b582e237aac3a14", "score": "0.59109324", "text": "public JsonObject addDraftEventType(String draftEventType) throws IoTFCReSTException {\n\t\tfinal String METHOD = \"addDraftEventType\";\n\t\tHttpResponse response = null;\n\t\tJsonElement jsonResponse = null;\n\t\tint code =...
9401ff7442cdfdc0c0fea1300ed6b62c
Create the main panel
[ { "docid": "334477919696b95a016daa3ce91e4d2e", "score": "0.78808445", "text": "private void createMainPanel() {\n\t\tmainPanel = new JPanel();\n\t\tmainPanel.setBorder(BorderFactory.createEmptyBorder(10,10,10,10));\n\t\tmainPanel.setLayout(new BoxLayout(mainPanel,BoxLayout.Y_AXIS));\n\t\tmainPanel.add(s...
[ { "docid": "a5ba50e38e5f389cf92521774a41db4a", "score": "0.83266044", "text": "public void createMainPanel()\r\n\t{\r\n\t\tJPanel brandPanel=createComboBox();\r\n\t\tJPanel sizePanel=createCheckBoxes();\r\n\t\tJPanel typePanel=createRadioButtons();\r\n\t\tJPanel fieldPanel=createTextField();\r\n\t\tJPan...
18d19beea15357b2b95e3f697181a53b
menu buttons clicks handling
[ { "docid": "f815a77c747d41cd468f0c1a6d95d2fb", "score": "0.0", "text": "public void handleClicks(ActionEvent actionEvent) throws IOException {\n if (actionEvent.getSource() == btnOverview) {\n showOverview();\n }\n if (actionEvent.getSource() == btnCustomers) {\n ...
[ { "docid": "2d4452281e9de9b791cff0b76f573ccf", "score": "0.75600505", "text": "@Override\n public void onMenuClick() {\n }", "title": "" }, { "docid": "36b511f9576f1a42eb3927855ba98b99", "score": "0.7425774", "text": "@OnClick(R.id.menu_button)\n public void ...
7229dd0bb39a05dced2dee5f350bd393
Called if there's an existing ParametersAction to transform.
[ { "docid": "5b19be4c43c522f6a0fdc93bc3864d19", "score": "0.68920213", "text": "public abstract ParametersAction transformParametersAction(ParametersAction a, Job<?,?> project);", "title": "" } ]
[ { "docid": "c3f98684aabb2afcd3c46da10a8a4433", "score": "0.5223271", "text": "Map<String, ProvidedValue<?>> provideActionArgs(String actionName, ProvideArgsParameters parameters);", "title": "" }, { "docid": "250f6971a85849d399ccebc186beb5d2", "score": "0.51882416", "text": "public f...
4fb7c5a83327621393bfe51c9e2c7dd1
Creates the transactions pipeline.
[ { "docid": "bff5608d8188d0bda8813e71efc14a8b", "score": "0.73236716", "text": "@PostConstruct\n public void createPipeline() {\n LOG.info(\"Going to subscribe on Stellar Transactions stream\");\n\n Flux\n .<TransactionResponse>push(\n sink -> subscribe(\n sink::next,\n ...
[ { "docid": "a43a262bd26d82ea7b10de31cdb9dc8b", "score": "0.5932904", "text": "protected void createTransaction() {\n\n }", "title": "" }, { "docid": "5a38fed8cb1417f8be43d1d87887e5bb", "score": "0.57267797", "text": "public PipeTransformExecutor<T> create(PipelinePhase pipeline) t...
5dae554641eea9d9c20c7164d4091f79
abstract (generic) method implementation of 'AbstractBaseItemAssocDAOMysqlImpl'
[ { "docid": "7d4847f0c351081f9c319a4ab150138f", "score": "0.61717117", "text": "@Override\n public int insertItemAssoc(ItemAssocVO<Integer,Integer> itemAssoc) {\n // validate input parameters\n if (itemAssoc == null) {\n throw new IllegalArgumentException(\"missing 'itemAssoc'...
[ { "docid": "a35c0b24596456e6d87ed320d7c40e00", "score": "0.6278646", "text": "@Override\n public int updateItemAssocUsingUniqueKey(\n ItemAssocVO<Integer,Integer> itemAssoc) {\n // validate input parameters\n if (itemAssoc == null) {\n throw new IllegalArgumentExce...
a72e57debc0619b15cf6f9b2e17cd771
Save a VM image in a file...
[ { "docid": "b34606f77810e67e13e1d330906e8903", "score": "0.6087733", "text": "public void save(String fileName) {\n\n new ImageSerializer(this).serialize(fileName);\n }", "title": "" } ]
[ { "docid": "32dd4ae4fc611edb8adbf2c1c99ff991", "score": "0.6635241", "text": "public void saveImage() throws IOException {\n imageAddress = newImageUrl();\n String baseUrl = \"/usr/local/var/www/\";\n byte[] data = Base64.decodeBase64(imageBase64);\n try (OutputStream stream ...
11572cf4c640e0fcd1c4de13253a9598
/Define objeto que contiene el HomePage de la pagina a automatizar private StoreDemoQaHomePage storedemoqahomepage;
[ { "docid": "4c6f5475c652968d3c1360b9b4046020", "score": "0.0", "text": "@Before\r\n\tpublic void preparaEscenario() {\r\n\t\tOnStage.setTheStage(new OnlineCast()); \r\n\t}", "title": "" } ]
[ { "docid": "02171ada895ba5d067bf1879f09ff297", "score": "0.73999506", "text": "public HomePage(){\t\t\t\n\t\t\tPageFactory.initElements(driver, this);\n\t\t}", "title": "" }, { "docid": "fc0df7b6c394e479f6707b560afcdc67", "score": "0.73663914", "text": "public Home navigateToHomePage...
3527e1773ecd4633e0a08103e39c0e1c
Write your code here
[ { "docid": "0b88b04fe715977532608da95d06b03c", "score": "0.0", "text": "public static List<String> weightedUniformStrings(String s, List<Integer> queries) {\n List<String> result = new ArrayList<>();\n List<Integer> weight = new ArrayList<>();\n Set<Character> uniqueChars = new Hash...
[ { "docid": "15866a7b08117c65b3998c597de3cb1f", "score": "0.6216996", "text": "public void writeVeryComplicatedCode() {\n }", "title": "" }, { "docid": "0f4b3e53e6cc56e2f5b6bb08baeddbb0", "score": "0.6077695", "text": "private static void logic() {\n }", "title": "" }, {...
41124109937d16a76c8f108e9e7be537
string traveler_id = 8;
[ { "docid": "9523804a5afdc0b1ba6ed0fa3e1bd885", "score": "0.6547693", "text": "public java.lang.String getTravelerId() {\n java.lang.Object ref = travelerId_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n ...
[ { "docid": "2bcd058e0fcd82693a3792e9d2cdbe48", "score": "0.6511103", "text": "public java.lang.String getTravelerId() {\n java.lang.Object ref = travelerId_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString) r...
a7c3727211766309e85d8ce4d77e180e
$ANTLR end "ruleFeatureCallID" $ANTLR start "entryRuleIdOrSuper" InternalDroneScript.g:1629:1: entryRuleIdOrSuper : ruleIdOrSuper EOF ;
[ { "docid": "86b3c0231747f092796ad0680868863b", "score": "0.8222997", "text": "public final void entryRuleIdOrSuper() throws RecognitionException {\r\n try {\r\n // InternalDroneScript.g:1630:1: ( ruleIdOrSuper EOF )\r\n // InternalDroneScript.g:1631:1: ruleIdOrSuper EOF\r\n ...
[ { "docid": "496045b21ed6326790011eeda4c7e5a4", "score": "0.8002265", "text": "public final void entryRuleIdOrSuper() throws RecognitionException {\r\n try {\r\n // ../de.nie.fin.ui/src-gen/de/nie/fin/ui/contentassist/antlr/internal/InternalFin.g:1442:1: ( ruleIdOrSuper EOF )\r\n ...
2c44291a314931e5c52342d2ba3d3ec4
Gets the del cell.
[ { "docid": "ee3a42e3117121efb8887e7b888979ed", "score": "0.8777849", "text": "public String getDelCell() {\r\n\t\treturn delCell;\r\n\t}", "title": "" } ]
[ { "docid": "d1582a5e1fe15c11ac0021a9b398e01f", "score": "0.73744845", "text": "public void setDelCell(String delCell) {\r\n\t\tthis.delCell = delCell;\r\n\t}", "title": "" }, { "docid": "461b04ecd7ca40a1ba8173baa27affdc", "score": "0.6719092", "text": "private ColumnDeleteLabel getCo...
cb41fc9e6177183a4b142d0a8cf133ac
if entry scanned qr code is for a monthly plan car
[ { "docid": "d4ab4659974ecf1e2aaddad1cb9cb13f", "score": "0.0", "text": "public void createEntryForMonthlyVehicle(String json) {\n MonthlyCustomer monthlyCustomer = new Gson().fromJson(json, MonthlyCustomer.class);\n // entry.monthlyCustomer=monthlyCustomer;\n monthlyPlanMutableLiveD...
[ { "docid": "26505f287decb2a4721a49fdcee04ab8", "score": "0.5615833", "text": "@Override\n\tpublic boolean checkConting(short year, short month) {\n\t\tList<ContingData> list = contingDataOutputRepositoty.findContingDataOuput(year, month);\n\t\tif (list.isEmpty()) {\n\t\t\treturn false;\n\t\t}\n\t\tretur...
c90c13d7aa3e9fdf93f4b683eae1a872
Needed for moving camel stacks in RaceTrack Camel stacks are merged, if a camel stack ends at a position, where another camel stack is
[ { "docid": "ef91d816c7d25b2cd6bcb01b591c3f7a", "score": "0.5418639", "text": "public void push(CamelStack other){\n stack.addAll(other.getStack());\n }", "title": "" } ]
[ { "docid": "493950fccffaa46ffc7dc5ac6950940d", "score": "0.64116734", "text": "boolean moveMiddle(SStack fromStack, SStack sstack, int fromPilenum, int toPilenum, boolean smart) {\n boolean toReturn = false;\n // Take care of King contingency first\n if (sstack.up.isEmpty()){\n ...
bc2783fc8e04c4a7005b8640988711af
Returns true if field mTenantID is set (has been assigned a value) and false otherwise
[ { "docid": "e4cce46c2d570431c6cc187a61b6c019", "score": "0.8027179", "text": "public boolean isSetMTenantID() {\n return EncodingUtils.testBit(__isset_bitfield, __MTENANTID_ISSET_ID);\n }", "title": "" } ]
[ { "docid": "97f5997504523610dd74381e5e3f0b9a", "score": "0.7139608", "text": "public boolean hasTenantId() {\n return tenantIdBuilder_ != null || tenantId_ != null;\n }", "title": "" }, { "docid": "ff11f03af00207bce82ea805068805dd", "score": "0.70131624", "text": "@java.lang....
6b27567ab2d97dffd9f3b58bafb6d4af
Sets the WFMS_WorkflowConfig local service.
[ { "docid": "be8e513881412cfbabccf9472fee6d6b", "score": "0.7382782", "text": "public void setWFMS_WorkflowConfigLocalService(\n\t\tcom.ys.hmawfm.wfms.services.service.WFMS_WorkflowConfigLocalService wfms_WorkflowConfigLocalService) {\n\t\tthis.wfms_WorkflowConfigLocalService = wfms_WorkflowConfigLocalSe...
[ { "docid": "82b44ada1c20705359fc16aa79efb8d0", "score": "0.730459", "text": "public void setWFMS_ConfigLocalService(\n\t\tcom.ys.hmawfm.wfms.services.service.WFMS_ConfigLocalService wfms_ConfigLocalService) {\n\t\tthis.wfms_ConfigLocalService = wfms_ConfigLocalService;\n\t}", "title": "" }, { ...
a28df540f664ad5f3a8e37e5a73d881a
Creates an observable which repeates the given value indefinitely and runs on the default pool. Note that the observers must deregister to stop the infinite background loop
[ { "docid": "2de2be8a334d9b1967ae3a543715b3af", "score": "0.6644414", "text": "@Nonnull\r\n\tpublic static <T> Observable<T> repeat(final T value) {\r\n\t\treturn repeat(value, scheduler());\r\n\t}", "title": "" } ]
[ { "docid": "613dc40afd7e389c9deda2a594394ced", "score": "0.761121", "text": "public static <T> Observable<T> repeat(\r\n\t\t\tfinal T value,\r\n\t\t\t@Nonnull final Scheduler pool) {\r\n\t\treturn repeat(Functions.constant0(value), pool);\r\n\t}", "title": "" }, { "docid": "7bb5390358b9be1c3...
1dbd1c6476b582321b9c5817fbe8c278
Test of findAll method, of class QuestionDao.
[ { "docid": "a4b11e0232923f3581b34ec0f8500ea2", "score": "0.8424984", "text": "@Test\n public void testFindAll() throws Exception {\n\t\tlogger.info(\"findAll\");\n List<Question> expResult = null;\n List<Question> result = mockedQuestionDao.findAll();\n }", "title": "" } ]
[ { "docid": "e09deaccb292c590ee5ac3731eb366d5", "score": "0.73554677", "text": "@Test\n public void testFindAll_callingFindAllMethod_returnsAll() {\n List<Item> itemList = itemRepository.findAll();\n assertEquals(4, itemList.size());\n }", "title": "" }, { "docid": "637d94...
2a92529aeb3d215325f1e669852f1ec4
add in method isEmpty
[ { "docid": "c48e68cfbaf6df5dd0b554ddd41104b0", "score": "0.0", "text": "public boolean isEmpty()\r\n\t {\r\n\t return head == null;\r\n\t }", "title": "" } ]
[ { "docid": "e15ce11aeee3346f5f13f076cb050ba8", "score": "0.84745824", "text": "public boolean isEmpty() ;", "title": "" }, { "docid": "4e55a9efa959a24d9fbe4ca070352730", "score": "0.8452622", "text": "public abstract boolean isEmpty();", "title": "" }, { "docid": "4e55a9e...
ff7f89140fb0e1e8625dafb6a1a0bcbb
Test case number: 16 /Coverage entropy=2.0794415416798357
[ { "docid": "eb1571f179e56235c6e4b18b8f0f98b8", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test16() throws Throwable {\n boolean boolean0 = true;\n SAXReader sAXReader0 = new SAXReader((String) null, true);\n sAXReader0.setIncludeExternalDTDDeclarations(false);\n ...
[ { "docid": "dc7afd015f73b66477d28310a9524aa9", "score": "0.6995366", "text": "@Test\n public void testEntropy() {\n System.out.println(\"entropy\");\n TDistribution instance = new TDistribution(20);\n Assert.assertEquals(1.46954202, instance.entropy(), 1.0E-7);\n }", "titl...
072eab2d0eebc8d68b3f81daa29c95c7
Grotschell_input_converter gr = new Grotschell_input_converter("./data/raw.csv"); ArrayList al = new ArrayList(); al.add(1); al.add(2); al.add(3); gr.save("./dissim.txt", al);
[ { "docid": "ecc3eebe61efdf921716e80cfaf250bb", "score": "0.0", "text": "public void createDissimilarity(){\n\t}", "title": "" } ]
[ { "docid": "fc42fd247e83cf8affc3a88f8c3901d4", "score": "0.62258124", "text": "public void saveData() {\n Path file = Paths.get(\"./src/main/java/util/algorithmtest/the-file-name.csv\");\n CsvFile csvFile = new CsvFile(file);\n List<String> headers = new ArrayList<>();\n setH...
4d77d03627a3d396145a4fcf8421f5ef
This method sets the hours worked
[ { "docid": "6d77e89e52ab2f5987851963d630af73", "score": "0.71252507", "text": "public void setHoursWorked(double hoursWorked) {\n double maxHoursInAWeek = 168.0;\n this.hoursWorked = (hoursWorked >= 0.0) && (hoursWorked <= maxHoursInAWeek) ? hoursWorked : 0.0;\n }", "title": "" } ...
[ { "docid": "3b765b9366385aa12169d3415c0ff187", "score": "0.775805", "text": "public void setWorkingHours(int workingHours){\n this.workingHours = workingHours;\n }", "title": "" }, { "docid": "4f6908ac5b00fefbd118f5476f4ff691", "score": "0.7633823", "text": "public void set...
821e1e341800dc88bf9ff882eedeee1d
TODO: remember to add file names to array in newpasswordactivity
[ { "docid": "ea989acca1cbeddd5008fa41df8d03ce", "score": "0.0", "text": "private void addTests(byte[] key, Context c) {\n tests.add(0, new TripCheckTest(resultsFile, resultsFileLock, new Locker(\"TripTestFile\", key, c)));\n tests.add(1, new HoneypotTest(resultsFile, resultsFileLock, new Lo...
[ { "docid": "88b8367632c2e7f72981b88466a40d90", "score": "0.63950837", "text": "private static void createFiles(String mastPass) {\n try {\n\n File master__passwd_file = new File(\"master_passwd\");\n File passwd_file = new File(\"passwd_file\");\n\n if (master__pa...
131fe2d1001c97675c3b0ace6501e4dd
limits results of getHL7InArchiveByState
[ { "docid": "d7ae8cceda4831e4de9dfbb173729e12", "score": "0.69582856", "text": "@SuppressWarnings(\"unchecked\")\n\tprivate List<HL7InArchive> getHL7InArchiveByState(Integer state, Integer maxResults) throws DAOException {\n\t\tQuery q = sessionFactory.getCurrentSession().createQuery(\"from HL7InArchive ...
[ { "docid": "cc648f685362cdd41cabd3d3d3edf9e9", "score": "0.48860425", "text": "public void readTopTenAGB();", "title": "" }, { "docid": "b3a42d60534bc402e326ca6a248e2b20", "score": "0.4709474", "text": "public List<long[]> getRangeAZ();", "title": "" }, { "docid": "5f0038...
a3aef8432410ea1c54c518a28d17fd20
This method was generated by MyBatis Generator. This method corresponds to the database table hai_hr_company
[ { "docid": "a7ba2e72844efa71270adb832c05bc8a", "score": "0.0", "text": "public void setDistinct(boolean distinct) {\n this.distinct = distinct;\n }", "title": "" } ]
[ { "docid": "e8526d129522932b933c35cbae94a7e2", "score": "0.57804143", "text": "@Override\n\tpublic long getCompanyId();", "title": "" }, { "docid": "e8526d129522932b933c35cbae94a7e2", "score": "0.57804143", "text": "@Override\n\tpublic long getCompanyId();", "title": "" }, { ...
e5b1f3bf432dc6a34f4770c2552d2c4a
Creates new form ScraperUI
[ { "docid": "692e99ee2fbd965ec0100101a0c8fea1", "score": "0.56703556", "text": "public ScraperUI() {\n super(\"Resume Database Scraper \" + WebScraper.VERSION);\n initComponents();\n initCustom();\n activeScrapers = new ArrayList();\n activeThreads = new ArrayList();\n ...
[ { "docid": "f3d4e3470a57e4ca2b96b9ba468388c7", "score": "0.696619", "text": "Form createForm();", "title": "" }, { "docid": "34168dc256c1a613da346954a43b1b26", "score": "0.66983193", "text": "public CodigoGuiaContenedorForm createGuiaContenedorForm();", "title": "" }, { "...
19642dc76a947afb4b820ea28e8d69a8
verify a value in a dropdown if existing
[ { "docid": "5630e33e3fb60a00d3928e9bd9996e13", "score": "0.0", "text": "public void altTab(){\n\t\tArrayList<String> tabs2 = new ArrayList<String> (driver.getWindowHandles());\n\t\tdriver.switchTo().window(tabs2.get(0));\n\t\tdriver.close();\n\t\tdriver.switchTo().window(tabs2.get(1));\n\t\tSystem.out.p...
[ { "docid": "eb0b66560dd5b5f0dff1b44bfcc7dbfd", "score": "0.6221609", "text": "@Then(\"^option \\\"(.*?)\\\" by (.+) from dropdown having (.+) \\\"(.*?)\\\" should be (selected|unselected)$\")\r\n\tpublic void checkDropdownOptionSelected(String option,String by,String type,String selector,String state) t...
5cefe983b8dd54768122a00f644cc11f
Mangled: _ZN12uavcan_stm329CanDriverC1ILj64EEERA2_AT__NS_9CanRxItemE Demangled: uavcan_stm32::CanDriver::CanDriver(uavcan_stm32::CanRxItem (&) [2][64u])
[ { "docid": "373892fc9fd220a7fc154ce5b4a145eb", "score": "0.47934434", "text": "@Test\n\tpublic void testMultidimensionalArrayFunctionParameter() throws Exception {\n\t\t// Mangled: _ZN12uavcan_stm329CanDriverC1ILj64EEERA2_AT__NS_9CanRxItemE\n\t\t//\n\t\t// Demangled: uavcan_stm32::CanDriver::CanDriver<6...
[ { "docid": "c5d32e0992bde281100710105d41c834", "score": "0.4872402", "text": "public NameDeviceListRecyclerViewAdapter(ArrayList<BluetoothDeviceInfo> item) {\n this.item = item;\n }", "title": "" }, { "docid": "30c5ff6dc809d2566a2593ac525f2051", "score": "0.46703973", "text...
68d381fc81363194dda16c480d562be9
/ JADX INFO: super call moved to the top of the method (can break code semantics)
[ { "docid": "21c75216281a070fd41b3d2c2280983a", "score": "0.0", "text": "C13832h(EBookReadingContentView eBookReadingContentView) {\n super(0);\n this.f50581a = eBookReadingContentView;\n }", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.7294658", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "f4c123120287d8d1840417671f69886b", "score": "0.7171559", "text": "@Override\n public void mystop() {\n super.m...
d114f1a7764c634dfe03c3aea303623b
The DAO associated with the User_Characters_Table add a new row to the table
[ { "docid": "2fc1246e1840aa4bd0d87f3e0a3c8ada", "score": "0.6881638", "text": "@Insert(onConflict = OnConflictStrategy.IGNORE)\n void insert(User_Characters userCharacters);", "title": "" } ]
[ { "docid": "0da67ca50c789b9536f395e486b42d64", "score": "0.68453765", "text": "public void addNewCharacter() {\n addCharacter(CharacterIFactory.makeChar(), true);\n //addTransaction(at);\n }", "title": "" }, { "docid": "921b0b8049fabdcef79eccaaf6669994", "score": "0.6271172", ...
b24d075a76c1fb61d00f1c3391185bed
Returns a new object of class 'Input Clause'.
[ { "docid": "0e9d2b697248acb64d572852bf23c6bd", "score": "0.86197746", "text": "InputClause createInputClause();", "title": "" } ]
[ { "docid": "ff26aed2627f08c71245964741672ee8", "score": "0.62784106", "text": "public InputObject toInputObject() {\n return new InputObject.Builder<>()\n .put(\"idCnv\", this.idCnv)\n .put(\"idCla\", this.idCla)\n .put(\"idUsr\", SessionUser.getInstan...
4103f855b9cd451765ece165693d9e6f
Register current server name as 'server'
[ { "docid": "72f903596e73a817a618446e7d2e2f6e", "score": "0.8293928", "text": "void registerServer(String server);", "title": "" } ]
[ { "docid": "8d7e0e8fa48db072a08cdc9b3c6ade1b", "score": "0.7788385", "text": "public void registered(String server);", "title": "" }, { "docid": "f2446774c88128ef993d7a6704a87e14", "score": "0.7217181", "text": "@Override\r\n public void setServerName(String serverName)\r\n {\r...
079a74c24f8aebdff8481b4f1d5a3971
System.out.println("plrRack mouseDragged (" + e.getX() + "," + e.getY() + ")");
[ { "docid": "a73a6f0592bb159d58876c6359d8d7ec", "score": "0.0", "text": "@Override\n\tpublic void mouseDragged(MouseEvent e) {\n\t\t\n\t\tdragX = e.getX();\n\t\tdragY = e.getY();\n\t\t\n\t\tif (ballDragging > 0) {\n\t\t\tif (p1clicked) {\n\t\t\t\tAutoPoolScorer.mainWindow.scoreWindow.p2RackDetails.ballDr...
[ { "docid": "df37cc0f5823b8a3dd03569043826f60", "score": "0.80395585", "text": "String mouseDragged(Point locationOnScreen, Graphics2D g);", "title": "" }, { "docid": "708e4fc52b9cbbecf0f231924e2d6abb", "score": "0.8002926", "text": "public void mouseDragged(MouseEvent e) {\n }", ...
79dc06f6d6c4ec745d21aa1735969f00
Determines whether this node is a leaf.
[ { "docid": "ce7b0064064feb6644fec00eb1ca559e", "score": "0.8075368", "text": "public boolean isLeaf() {\n boolean notLeaf = false;\n for (TernaryNode<E> child : children){\n \tif (child != null) notLeaf = true;\n }\n return !notLeaf;\n }", "title": "" } ]
[ { "docid": "4a470d6dfc7f0b167f3e0680c64d4f5c", "score": "0.8706696", "text": "public boolean isLeaf() {\n return ! isNode();\n }", "title": "" }, { "docid": "f747dd8a595d4b1c59980c6d4cd356fd", "score": "0.8442929", "text": "public boolean isLeaf() {\n\t\tif (children.size()...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "33c82161cecc5d66f996c95269d96f27", "score": "0.0", "text": "public static void main(String[] args) {\n\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...
a7d4e4b2de9eb49a40fbfc23a9f3c386
delete button on debate page using get meth type instead of delete to go through context path and redirect to home page
[ { "docid": "cb2c624626f8fd75cae8cf476f547891", "score": "0.80083346", "text": "@RequestMapping(value=\"/debate/del/{id}\", method=RequestMethod.GET)\n public String deleteDebateButton(@PathVariable int id) {\n dao.deleteDebate(id);\n return \"redirect:/home\";\n }", "title": "" ...
[ { "docid": "65698d45d01d99eb3d0107af61aedb69", "score": "0.7356125", "text": "public void deleteAction() {\n\t\tsetResponsePage(this);\n\t}", "title": "" }, { "docid": "21d2263148b1cdf930576f9beed3d3b1", "score": "0.7099824", "text": "@RequestMapping(\"voyage/delete/{idvoyage}\")\n ...
b825e7b8cc7f8556784e7f94bfcaa1c9
but it opens wide range of potentially dangerous classes
[ { "docid": "40e26db737207f78debe997727758895", "score": "0.0", "text": "public Object getObjectCustom() {\n return new Object() {\n // in order to provide a web entry-point\n public void doIndex() {\n replyOk();\n }\n ...
[ { "docid": "d2b74bad65615cfcd196a0c0f8f87026", "score": "0.62332785", "text": "@Override\r\n\tprotected void checkSubclass()\r\n\t{\n\t}", "title": "" }, { "docid": "2a550f8458794d16824f204804d00e1c", "score": "0.61532927", "text": "@Override\n public void visitClassContext(ClassC...
a420d4cb51548fc7a3fd9cf2991ec63f
Constructs a new series with the specified name.
[ { "docid": "6e02c87eb4ca6a197d5ee63831bb4050", "score": "0.6744821", "text": "public EventSeries(String name) {\r\n\t\tsuper(name);\r\n\t\tdata = new ArrayList<Event>();\r\n\t\tstart = new Event(Long.MAX_VALUE, Long.MIN_VALUE, 0, Color.BLACK);\r\n\t\tend = new Event(Long.MIN_VALUE, Long.MIN_VALUE, 0, Co...
[ { "docid": "09edd3df69de5fb3a18c6a994b783644", "score": "0.61479944", "text": "public void addSeries(String name, double[] values){\n DataSeries ds = new DataSeries(name, null);\n for (double d : values) {\n DataSeriesDataProvider dsdp = new SimpleDataProvider(d);\n d...
e874f079b916b58e6d9144336f1c28d8
Mouse Drag events for Object Move and Bounding Box Additional variables to set borders of the Bounding Box / (nonJavadoc) Mouse Drag events for Object Move and Bounding Box and add variables to set borders of the Bounding Box
[ { "docid": "b98db327ef61615cd0d9758b5f583b6c", "score": "0.57813877", "text": "public void mouseDragged(MouseEvent e) {\n\t\tif (Mode == \"sel\") {\n\t\t\tif (alts == false){ \n\t\t\t\tselection.clear();\n\t\t\t}\n\t\t\tmx = getWidth(); my = getHeight();\n\t\t\tx2 = e.getX();\n\t\t\ty2 = e.getY();\n\t\t...
[ { "docid": "0c3e33b80d753d847062b4323ecb7a18", "score": "0.6563062", "text": "@Override\n\t\tpublic void mouseDragged(MouseEvent evt) {\n\t\t\tevt.translatePoint(translation, translation);\n\n\t\t\t// ignore right-click drag\n\t\t\tif( !SwingUtilities.isLeftMouseButton(evt))\n\t\t\t\treturn;\n\n\t\t\t//...
255e78277ee2ed80fceeb9a7592838aa
This context indicates that the Skript is being ran from an execute command.
[ { "docid": "12897da980d6b7d579a6003231ceb4aa", "score": "0.6818081", "text": "public interface ExecuteContext extends Context {}", "title": "" } ]
[ { "docid": "e61bff2688cf11b01f84cda4e44a23cd", "score": "0.62565994", "text": "abstract protected boolean onRunExecuted(Context context);", "title": "" }, { "docid": "5ac17eb1152a96b9a644091ce52f127f", "score": "0.61512166", "text": "public void execute(ExecutionContext executionCont...
6eb24511764ddf261389d0943ad588e7
Provide a suitable constructor (depends on the kind of dataset)
[ { "docid": "4fd5045469350cdd9818e92aed264772", "score": "0.0", "text": "public EventViewAdapter(FragmentActivity activity, Fragment f, List<EventData> list) {\n this.context = activity;\n this.f = f;\n this.event_list = list;\n //this.events = events;\n }", "title": ""...
[ { "docid": "daf45bc1ab8a5c4f5ee26aac5868b869", "score": "0.6898611", "text": "public Dataset()\n {\n this(new HashSet<DescriptionsList>());\n }", "title": "" }, { "docid": "d2e8eecca5c079b8067a7d229cd9797c", "score": "0.6757824", "text": "public BinaryDataset() {}", ...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "ef0a3a7f0c0e7da485e77db9f43b5b7f", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_album, container, false);\n ...
[ { "docid": "5db754451b89950dcc8f0d4244c4b6e8", "score": "0.69515103", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {\n View rootView = inflater.inflate(R.layout.fragment_feed_recycle, container, false);\n\n //set ...
9f1ca074c04acdb5f5345604f31eedca
Sets the methods related to the model evolution.
[ { "docid": "84b3027cdd233276c0c0223f1dab3687", "score": "0.0", "text": "public Builder evolution(LiborMarketModelMonteCarloEvolution evolution) {\n JodaBeanUtils.notNull(evolution, \"evolution\");\n this.evolution = evolution;\n return this;\n }", "title": "" } ]
[ { "docid": "88dc64235355e08a6f472fc90814de8d", "score": "0.628781", "text": "private void initMethods() {\r\n\t\t\tBioMightMethodView method = new BioMightMethodView();\r\n\t\t\t\r\n\t\t\tmethod = new BioMightMethodView();\r\n\t\t\tmethod.setMethodName(\"setTexture\");\r\n\t\t\tmethod.setDisplayName(\"T...
84cde81ceef34633407dd6c7d2747e5a
TODO : Eventually axioms in any type of module should be supported
[ { "docid": "bb23f624ed85b2fd7a50e42794f10afc", "score": "0.5309437", "text": "private void addLocalAxioms(ModuleDec module) {\n\n if (module instanceof MathModuleDec) {\n MathModuleDec moduleAsMathModuleDec = (MathModuleDec) module;\n List<Dec> decs = moduleAsMathModuleDec.g...
[ { "docid": "adb1658cc36772946a893e4d7c4dbb28", "score": "0.6875221", "text": "public interface OWLModuleProvider extends ModuleProvider<OWLLogicalAxiom> {\r\n\r\n /**\r\n * Calculates all unsat classes of the ontology and extracts modules for each of them.\r\n * @return the union of the modul...
853faa1b0022c041d93567f7fa440467
Creo un fichero FICHERO_FEATURES con el resultado de la consulta que se ha hecho a uno o varios mne
[ { "docid": "b659aa397390e5cbb64b8f9c6373e468", "score": "0.0", "text": "public boolean readFile(String[] url){\r\n \tNamespace nameSpaceMne = Namespace.getNamespace(\"http://www.idee.es/mne\");\r\n \tNamespace nameSpaceGml = Namespace.getNamespace(\"http://www.opengis.net/gml\");\r\n \ttry{\r\n...
[ { "docid": "a16f5ee08e311de21fc8fff4dbdf8e6d", "score": "0.55945635", "text": "private String[] detectFeatures() {\n \t\t\tchangeStampIsValid = false;\n \t\t\tfeaturesChangeStampIsValid = false;\n \t\t\tparent.changeStampIsValid = false;\n \t\t\tparent.featuresChangeStampIsValid = false;\n \t\t\t\n \t\t...
59dd0a6c5cf26d61c52f9eb1f558d4f4
Util method to write an attribute without the ns prefix
[ { "docid": "26199ca60668186043ee21e4b2d4a8a7", "score": "0.0", "text": "private void writeQNameAttribute(java.lang.String namespace, java.lang.String attName,\r\n javax.xml.namespace.QName qname, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.str...
[ { "docid": "4032b8c44c9067682aec7c95df9e1e42", "score": "0.7244922", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\r\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamE...