query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
36678f5b90ef5f05a9623d710eb91eb9
repeated .movie.Category categories = 2;
[ { "docid": "f013c6294a04bcaf5378e9684feb0034", "score": "0.0", "text": "public int getCategoriesCount() {\n return categories_.size();\n }", "title": "" } ]
[ { "docid": "8ef03c386cb5262252ecf9aedfcd6cbd", "score": "0.582304", "text": "com.ua.mytrinity.tv_client.proto.MovieServer.Category getCategories(int index);", "title": "" }, { "docid": "0b2815b1625ee08279b1843c06b2ec23", "score": "0.53447276", "text": "void addCategory(Category _Cate...
a0d27348374be6dfaca4064380c7f8b7
Sets the sky on the background depending on the the system hour
[ { "docid": "608667504a1159deed1f7be1e9845b92", "score": "0.8561884", "text": "public void setSkyBackground() {\n\n Calendar now = Calendar.getInstance();\n int currentHour = now.get(Calendar.HOUR_OF_DAY);\n if (currentHour <= 6 || currentHour >= 21) {\n if (!(previousHour...
[ { "docid": "d0c50ac2abe5912bf3e9df63c2ceafed", "score": "0.5883816", "text": "private void background()\r\n {\r\n ProjectGoldStarsX.desktop.setBackground(ProjectGoldStarsX.mainColor);\r\n //Apply the Fire theme wallpaper\r\n if(ProjectGoldStarsX.theme.equals(\"Fire\"))\r\n ...
eaa155ea01c49d2226d9897c4fcbff70
does the system percolate?
[ { "docid": "8bf5bb991b9c29a191209be38f2328ab", "score": "0.0", "text": "public boolean percolates() {\n return weightedQuickUnionUF.find(virtualTop) == weightedQuickUnionUF.find(virtualBottom);\n }", "title": "" } ]
[ { "docid": "1cfab71530b203bf2746aca8127d05c3", "score": "0.6475058", "text": "public boolean percolates() // does the system percolate?\r\n {\n return uf.connected(len*len,len*len+1);\r\n }", "title": "" }, { "docid": "9cef8170e9e2a678cabb5ca716a9d429", "score": ...
203f4fb3e4e22eb16c9a69dfb97ac763
Lista todas las ofertas a las cuales se ha postulado el candidato
[ { "docid": "a572fc81e696a22324a8fc6ca0ffb4a7", "score": "0.0", "text": "protected List<Oferta> _getMisOfertas(Long id) throws Exception {\r\n return BP.read(new PersistenceObject(UsuarioHasOferta.class, GET_MIS_OFERTAS, JPQL, id));\r\n }", "title": "" } ]
[ { "docid": "cb0a23aea2d806c9f8d2552d742541e3", "score": "0.62578946", "text": "private void lastPass() {\n\t\tfor (int i = 0; i < candidates.size(); i++) {// iterare in lista sortata deja descendent dupa punctaj\n\t\t\t\n\t\t\tCandidate c = candidates.get(i);\n\t\t\tif (c.agentiaLaCareAFostAlocat != nul...
12b4cc6e22d696ffdfaae13af0814468
Copy G1(this) directly into mergedG.
[ { "docid": "9fbd5df592dd50bfaeeecdda42186d34", "score": "0.6605776", "text": "private void copyTo(Graph mergedG) {\n for (int i = 1; i < this.ar.length; i++) {\n // Object reference assignment since an int array is an object, too!\n mergedG.ar[i] = this.ar[i];\n }\n }", "title": "" } ]
[ { "docid": "327c16c830b99c335d10c7b557a64de7", "score": "0.61072123", "text": "public static <G> void mutateMerge(DynamicListGenotype<G> g0, DynamicListGenotype<G> g1, double probability) {\r\n\t\tif (Util.randomEngine.nextDouble() < probability )\r\n\t\t\tif ( g0.size()+g1.size() < g0.getSizeHigh() ) {...
23cce3e7c68a0236cd06590d4e1c2057
The purpose of this method is to return the row count of the reservation
[ { "docid": "291b7953f2f1c03266e6e5790144b353", "score": "0.80823356", "text": "public int getReservationCount(int reservation) {\n int count = -1;\n try {\n PreparedStatement getCount = db.getConnection()\n .prepareStatement(\"SELECT * FROM \" + DBConst.TABLE_...
[ { "docid": "96678d83e77405d461c083c1128c8e7a", "score": "0.7826726", "text": "@Override\n\tpublic int ReservationCount() throws Exception {\n\t\treturn sqlSession.selectOne(NAMESPACE+\"ReservationCount\");\n\t}", "title": "" }, { "docid": "dcf0c6dc2f4a0bc50069aecf4f76086e", "score": "0.7...
86ae2ddb3d2cff14cab9b0a027e6b864
Creates a TextRegion object from the extracted xml node
[ { "docid": "870f7d1fc83b787e57d551cf74b4179b", "score": "0.7549404", "text": "private static TextRegion extractTextRegion(Node regionNode) {\n Element regionElement = (Element) regionNode;\n String id = regionElement.getAttribute(\"id\");\n String type = regionElement.getAttribute(\...
[ { "docid": "fa060d4a3f67105b596a3899b9bac5d8", "score": "0.5846521", "text": "private STNode parseXMLText() {\n STToken nextToken = peek();\n switch (nextToken.kind) {\n case INTERPOLATION_START_TOKEN:\n case EOF_TOKEN:\n case BACKTICK_TOKEN:\n c...
3b718fafc5867c6433f55f3aa7b6a45f
$ANTLR end "rule__MapEntryValue__Group_0_0__0__Impl" $ANTLR start "rule__MapEntryValue__Group_0_0__1" InternalSpringConfigDsl.g:21630:1: rule__MapEntryValue__Group_0_0__1 : rule__MapEntryValue__Group_0_0__1__Impl ;
[ { "docid": "68f8004fb80eb3871c615f7585e62216", "score": "0.79822385", "text": "public final void rule__MapEntryValue__Group_0_0__1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalSpringConfigDsl.g:21634:1: ( rul...
[ { "docid": "4bcc8e1d3ec499d67554c311c56138f6", "score": "0.7544315", "text": "public final void rule__MapEntryKey__Group_0_0__1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalSpringConfigDsl.g:21445:1: ( rule__...
4880662d5d60683bfcf5c773562e6b18
This method handles AccessDenied redirect.
[ { "docid": "23c3b3be191c095cf0850b0aff19c84d", "score": "0.6439538", "text": "@RequestMapping(value = \"/Access_Denied\", method = RequestMethod.GET)\n public String accessDeniedPage(ModelMap model) {\n model.addAttribute(\"loggedinuser\", getPrincipal());\n return \"accessDenied\";\n ...
[ { "docid": "9deb9bdcbad09b551b07a55fe5dd741e", "score": "0.76773083", "text": "@Override\n public void handle(\n HttpServletRequest request,\n HttpServletResponse response,\n AccessDeniedException exc) throws IOException {\n\n Authentication authentication = Se...
7432bdbf85c0c210f53353db1067f03f
Metodos set y get de las variables ladoA, ladoB y dato
[ { "docid": "08b55201638e31b5169716524d055cae", "score": "0.5773431", "text": "public double getLadoA() {\n return ladoA;\n }", "title": "" } ]
[ { "docid": "0ca38ae515e9d78b71054d3cac7d26e3", "score": "0.60058945", "text": "@Override\n public void datos() {\n System.out.println(\"Ingrese tamaño del ladoA: \");\n ladoA = dato.nextDouble();\n \n System.out.println(\"Ingrese tamaño del ladoB: \");\n ladoB = da...
aee73df64766a26ca96b34d604a76022
to add course of other microservices from batch
[ { "docid": "24b82dfbc05f24f9e7ecf39f19622ed2", "score": "0.57099026", "text": "@Override \n\tpublic ResponseEntity<Course> addCourse(Course course, int companyId, int batchId) {\n\t\tString url = BASEURL + \"/addcourse/companyid/\" + companyId + \"/batchid/\" + batchId;\n\t\tResponseEntity<Course> cours...
[ { "docid": "d47df8cbddbb6a2c66ccd2e0c9b3a0ca", "score": "0.5616386", "text": "void addCourse(Course course) {\n /* METHODS OF PARAMETER: Methods for Course */\n this.courses = new ConsList<Course>(course, this.courses);\n }", "title": "" }, { "docid": "8cd8b8a3093e3d8dd7b030c2bc61b36f...
09f3bbc7d45015738c2537f996bc8583
required string currentPassword = 1; &47; User's current password
[ { "docid": "a69c6478109ff1f52602ae28d17fc454", "score": "0.0", "text": "public boolean hasCurrentPassword() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "title": "" } ]
[ { "docid": "9a02fab492c95b9ed0fe0b67258cb471", "score": "0.76986116", "text": "public java.lang.String getCurrentPassword() {\n java.lang.Object ref = currentPassword_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteStrin...
dbcb3deb66188376e59917d71c3faa2d
sort borda 1 user only
[ { "docid": "280bb143e4ec488b2d1a3bd839b40b95", "score": "0.6191554", "text": "private void SortAndBordaForOneUserOnly(ArrayList<ListTopsis> arrayBaru) {\n\n //sort ascending berdasarkan ciPositif\n Collections.sort(arrayBaru, new SortBorda());\n\n for (int i = 0; i < arrayBaru.size(...
[ { "docid": "0c19f85ac1d752acc951ac7a3475c5da", "score": "0.69609225", "text": "public void sort(String user){\t\n\t\tserv.getUsers().remove(user);\n\t\tif (serv.getNbJoueurs() == 0)\n\t\t\tSync.notify(serv.getCondControlleurEnAttente());\n\t\tserv.signalementD(user); //proto_DECONNEXION\n\t\t//if nb ser...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5ebc38a93eef7aa530bde0ed553b7ec2", "score": "0.0", "text": "@Override\r\n\tpublic int tirer() {\n\t\treturn 100;\r\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...
442fab6d4704b404db9e01c8856b8add
Set percentage of no responses allowed within an item before deletion of the item performed
[ { "docid": "58846855c03ccf493be4c21d108730d8", "score": "0.7303617", "text": "public void setItemDeletionPercentage(double perCent){\n this.itemDeletionPercentage = perCent;\n this.itemDeletionPercentageSet = true;\n if(this.personDeletionPercentageSet && this.replacementOptionSet){...
[ { "docid": "68aef12f40df065503802eb873949fad", "score": "0.6169032", "text": "public void setPersonDeletionPercentage(double perCent){\n this.personDeletionPercentage = perCent;\n this.personDeletionPercentageSet = true;\n if(this.itemDeletionPercentageSet && this.replacementOptionS...
41b44cd206b78424960ae0d7dbc9e417
Called when the activity is first created.
[ { "docid": "74ae19ba91f06f0244c65d8efcdd4f31", "score": "0.0", "text": "@Override\n\tpublic void onCreate(Bundle savedInstanceState)\n\t{\n\t\tsuper.onCreate(savedInstanceState);\n\t\toverridePendingTransition(R.anim.push_left_in, R.anim.push_out);\n\t\tsetContentView(R.layout.gaslaws);\n\t\t\n\t\tActio...
[ { "docid": "e9bd3a65071667c27eef9886d6e1d4bb", "score": "0.791686", "text": "@Override\n\tpublic void onActivityCreated(Bundle savedInstanceState) {\n\t\tsuper.onActivityCreated(savedInstanceState);\n\t\tinit();\n\t}", "title": "" }, { "docid": "b0006cf5cadbf0826603a0183db86285", "score"...
1d62b021f66fab795cd8040a14fd7504
Subscribe to standard events, such as onProgressChanged()...
[ { "docid": "5cd4de0d184fd55158aae2d2ede946b0", "score": "0.0", "text": "@Override\n\t\t\tpublic void onProgressChanged(WebView view, int progress) {\n\t\t\t\t// Your code...\n\t\t\t}", "title": "" } ]
[ { "docid": "e62d51e2f022e8905b8a54aee4af19db", "score": "0.6813146", "text": "public interface ProgressListener {\n\n public void updateProgress(ProgressEvent pe);\n\n}", "title": "" }, { "docid": "29b72104dff197c54947762c19010028", "score": "0.672144", "text": "void onProgress(Prog...
8d8e9699bc7fc468ab93328d23c9841c
adds cities and location coordinates to cities array list
[ { "docid": "f1a69128bae6b05df23ca241526a116c", "score": "0.55864453", "text": "public CityManager() {\n cities.add(new City(\"Atlanta\", 33.748997, -84.387985));\n cities.add(new City(\"Los Angeles\", 34.052235, -118.243683));\n cities.add(new City(\"Chicago\", 41.878113, -87.629799...
[ { "docid": "d9d46977b94cfb8fd2330aa851af1e19", "score": "0.71102756", "text": "public static void addCities(){\n \n // Obstacles Cities:\n addCity(new City(\"A\", 20, 20, false));\n addCity(new City(\"B\", 180, 180, false));\n addCity(new City(\"C\", 120, 60, false));\...
3f4aaf0be3e827d1e48966a6ff512804
This method was generated by MyBatis Generator. This method sets the value of the database column T_Apply_CheckDetail.id
[ { "docid": "e65246d2956f7b3e99aff51e320f3949", "score": "0.0", "text": "public void setId(String id) {\r\n\t\tthis.id = id;\r\n\t}", "title": "" } ]
[ { "docid": "da9be51e472e714651e1696f6a81fd8e", "score": "0.6229785", "text": "public void setCheckID(java.lang.Long value);", "title": "" }, { "docid": "57e9e8baf0043315adc1bd9e267e2aeb", "score": "0.58252597", "text": "public void setCheckId(String checkId) {\n this.checkId =...
ed2320544ef53257f501b05672234f17
checks if rows contain a winner
[ { "docid": "26c6408ca5bfbef452a7be3f31c769b9", "score": "0.0", "text": "private String checkRows() {\n\t\tchar row1[] = {values[0][0], values[1][0],values[2][0]};\n\t\tchar row2[] = {values[0][1], values[1][1],values[2][1]};\n\t\tchar row3[] = {values[0][2], values[1][2],values[2][2]};\n\n\t\tif(checkCo...
[ { "docid": "faaa63e3896345a41437918e5e37da85", "score": "0.76516473", "text": "private Boolean checkRowsForWin(int checkPlayer) {\n int count = 0;\n //check rows for win\n for (int j = 0; j < boardSize; j++) {\n\n for (int i = 0; i < boardSize; i++) {\n int...
e3185bdd352f5031448dd58b1fc99aaf
/////////////////////////////////////// GUI INPUT PROCESSING METHODS /////////////////////////////////// Interprets the specified text field as an address, and returns the resulting Address
[ { "docid": "034f3a2e0e1305ba09cc799812c2e085", "score": "0.63305426", "text": "private Address parseAddress(javax.swing.JTextField tx){\n \t\n \tString in = tx.getText().trim();\n \t\n \tString[] arr = in.split(\" \");\n \tif(arr.length < 3){\n \t\treturn null;\n \t}\n \t\n \t...
[ { "docid": "470900dc926f8c18c872a7ae9a09b413", "score": "0.6744622", "text": "private JTextField getTxtAddress() {\r\n\t\tif (txtAddress == null) {\r\n\t\t\ttxtAddress = new JTextField();\r\n\t\t\ttxtAddress.setPreferredSize(new Dimension(200, 20));\r\n\t\t\ttxtAddress.addKeyListener(new java.awt.event....
e7979024ce7f4a5726070a0572a8c441
Test of toString method, of class org.mmbase.storage.search.implementation.BasicSearchQuery.
[ { "docid": "1d477872707335db46e577534019ce95", "score": "0.6934338", "text": "public void testToString() {\n\n BasicStep step1 = instance1.addStep(images);\n BasicStepField field1a = instance1.addField(step1, images.getField(\"title\"));\n instance1.setConstraint(new BasicFieldNullC...
[ { "docid": "c67758154c2d974dc293bb83a3b2716c", "score": "0.63350385", "text": "public void testToString ()\n\t{\n\n\t}", "title": "" }, { "docid": "e5b7b60d20db576122250f40c2ef73d4", "score": "0.62535506", "text": "public String evaluateToString(String query) {\n \t\treturn evaluate(...
b7383d6b6fb16d4e4882ebfe586c13e5
the tiles's size property measured in pixels
[ { "docid": "ba9a329450f1f7158ae62f1d3609f9c3", "score": "0.75480205", "text": "@ByRef\n @Const\n public native Size getTileSize();", "title": "" } ]
[ { "docid": "f547b6a175a45b9a92d0f6af096b4cb5", "score": "0.8387982", "text": "public float getTileSize() { return tileSize; }", "title": "" }, { "docid": "4f5f46053d916924af84a391b89c50c4", "score": "0.81053984", "text": "public int getSize(){\n\t\treturn tile.size();\n\t}", "tit...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "02026dd748933e829120376f74ad332d", "score": "0.0", "text": "@Override\r\n public boolean equals(Object object) {\n if (!(object instanceof AreaProfundizacion)) {\r\n return false;\r\n }\r\n AreaProfundizacion other = (AreaProfundizacion) object;\r\n ...
[ { "docid": "918ab0b48caaf4ea06d8df5e81d2500d", "score": "0.66967756", "text": "@Override\n public Integer getId() {return id;}", "title": "" }, { "docid": "49448c1c81e39f8c9296232573ecdcce", "score": "0.6620345", "text": "public int getId() {\r\n ...
85b337a251d4b726a8d047d0443c1aa0
Creates a new TlaceEdge from from to to with inputs as input values.
[ { "docid": "d7d774e341e374c85153336e39289c73", "score": "0.8456709", "text": "public TlaceEdge(Value[] inputs, TlaceVertex from, TlaceVertex to) {\n\t\tthis.inputs = inputs;\n\t\tthis.from = from;\n\t\tthis.to = to;\n\t}", "title": "" } ]
[ { "docid": "c856079a58c1bc95187f7e2369d2ce65", "score": "0.62133706", "text": "Edge(final int fromIn,final int toIn,final int valueIn) {\n from = fromIn;\n to = toIn;\n value = valueIn;\n vis = false;\n }", "title": "" }, { "docid": "d4a9d395d43018568960bb1408d...
6dfe3ae947e03dc5e3bacaf22108d3d9
list: 5>1>3>7>2>9>64 BASIC IDEA: insert curr between p and p.next
[ { "docid": "b36b6374ac727a91d62444d0365652ae", "score": "0.6402136", "text": "public static ListNode insertionSortList(ListNode head) {\n\t\tListNode curr = head, next = null;\n\t\t // l is a fake head\n\t\t ListNode l = new ListNode(0);\n\t\t \n\t\t while (curr != null) {\n\t\t next = curr.next;...
[ { "docid": "dfab7ec4b7e9d1e57f288b528a0844e9", "score": "0.6477547", "text": "public static void insert(List<Integer> values, int next) {\r\n\r\n int i = next;\r\n while (i > 0 && values.get(i) < values.get(i - 1)) {\r\n swap(values, i, i - 1);\r\n i = i - 1;\r\n ...
3bc383f42084ae762212941ac787a547
String type could have been used, but StringBuilder is more efficient when just appending to a string as we are doing here.
[ { "docid": "c22c08c19285fe0a0caea4a56b038964", "score": "0.0", "text": "public static String makeStringSelectTag(DbConn dbc, String tagName, String sql, String firstOption, String selected) {\n StringBuilder sb = new StringBuilder(\"<select name='\" + tagName + \"'>\\n\");\r\n\r\n // \\n j...
[ { "docid": "2570d97c64aeb315fbe5a5315fed7b71", "score": "0.7632457", "text": "@Test\n public void appendStringBuilder() {\n StringBuilder sb = new StringBuilder();\n sb.append(\"gibbon\");\n StrString str = new StrString().a(\"chimp \").a(sb).a(\" gorilla\");\n Assert.asse...
71fc976abbc47be552f818343f4a6c32
Get method for struct member 'spring_k'.
[ { "docid": "de9012ca30c8f08a31a3029628b8e9ec", "score": "0.59682614", "text": "public float getSpring_k() throws IOException\n\t{\n\t\tif ((__io__pointersize == 8)) {\n\t\t\treturn __io__block.readFloat(__io__address + 4);\n\t\t} else {\n\t\t\treturn __io__block.readFloat(__io__address + 4);\n\t\t}\n\t}...
[ { "docid": "e6143ffc24f9b3a343530430f798da5e", "score": "0.5781223", "text": "public int getK_num(){return k_num;}", "title": "" }, { "docid": "451302f2eac8dae1046ffeba03451a1a", "score": "0.56329453", "text": "public int getKParameter()\n {\n return k;\n }", "title"...
b98a6d32ff5a5cb2090bb46288b4c508
Function which enables the user to go back to the login screen
[ { "docid": "37498dc79179a9d70a111268d1368565", "score": "0.64210594", "text": "public void sendBackToLogin(ActionEvent actionEvent) throws IOException {\n FXMLLoader gameDashboardLoader = new FXMLLoader(getClass().getClassLoader().getResource(\"com/henri/client/GUI/LoginScreen/Login.fxml\"));\n ...
[ { "docid": "a89f05b449fc17d416651108dd7cebc8", "score": "0.80303705", "text": "private void backToLoginPage(){\n resetForAllFunction();\n Intent intent = new Intent(getApplicationContext(), LoginActivity.class);\n startActivity(intent);\n finish();\n\n }", "title": "" ...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "d56a2434bcf73a551343c9888819b570", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_famous, container, false);\n ...
[ { "docid": "8b5df47011cc799d795dc7120e1c0c49", "score": "0.68263656", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {\n return inflater.inflate(R.layout.kuliahfragisidata, container, false);\n }", "title": "" }, ...
afa8d0fea1c5748feec80a80d97fe906
Private methods ========================================================= Updates the text being displayed on the Driver's Station's LCD area. Calls different methods for generating the text depending on the robot's current state of operation.
[ { "docid": "180476e0afe6b093b9a7dd2ab379966e", "score": "0.67625517", "text": "private synchronized void UpdateLCD()\n\t{\n\t\t// It is possible to be autonomous and disabled, even though we treat\n\t\t// these as three states, so we add checks here to make it work as\n\t\t// expected\n\t\tif (isAutonom...
[ { "docid": "2b37aeb1d701f132b365c00ea60611c3", "score": "0.692284", "text": "private static void refreshSomeLCDLines(){\n\t\tLCD.drawString(\" \", 0, 2);\n\t\tLCD.drawString(\" \", 0, 3);\n\t\tLCD.drawString(\" \", 0, 4);\n\t\tLCD.drawString(\"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3320c89247eff22db75f4cb903da8473", "score": "0.0", "text": "@Override\n\t\t \t protected String doInBackground(String... arg0) {\n\t\t \t\t InputStream is = null;\n\t\t \t\t // Only display the first 500 characters of the retrieved\n\t\t \t\t /* String city = arg0[0];\n\t\t \t\...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
84db4b17694432e8e66cf58973d64ec5
Gets the length of the room.
[ { "docid": "2cefd83189bb4f1c47a4c2af6778da29", "score": "0.7069435", "text": "public int getLength() {\r\n\t\treturn this.length;\r\n\t}", "title": "" } ]
[ { "docid": "81ae3b94f90927ced24d235751a9fcaa", "score": "0.75594646", "text": "public static int getLength() {\n\t\treturn length;\n\t}", "title": "" }, { "docid": "fac5356be4dd5617608f6fa5b797d69d", "score": "0.7468781", "text": "public long getLength() {\n\t\treturn length;\n\t}", ...
174736b90d017939c4a6707814498752
$ANTLR end "rule__BooleanUnaryExpression__Group__3" $ANTLR start "rule__BooleanUnaryExpression__Group__3__Impl" InternalActivityDiagram.g:6166:1: rule__BooleanUnaryExpression__Group__3__Impl : ( ( rule__BooleanUnaryExpression__OperandAssignment_3 ) ) ;
[ { "docid": "a354af96c9a28679572816bc9bdec47b", "score": "0.8255077", "text": "public final void rule__BooleanUnaryExpression__Group__3__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalActivityDiagram.g:6170:1: ( ( ...
[ { "docid": "698cb43386f7161c32b9647dce59584f", "score": "0.8054132", "text": "public final void rule__BooleanUnaryExpression__Group__3() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalActivityDiagram.g:6159:1: ( rule__Bo...
18b228a4ba43fe2c92d4cffc6d22d6f0
batch delete public void deleteByIds(String ids); get by id
[ { "docid": "84fa25428fb849b965b264826d779bad", "score": "0.0", "text": "public T getById(Long id);", "title": "" } ]
[ { "docid": "2334da1fb925c04853efec019a752546", "score": "0.8536349", "text": "public void deleteByIds(List<Integer> ids) {\n\n\t}", "title": "" }, { "docid": "5017e42873acad02e4437755d037b5f7", "score": "0.8506894", "text": "@Override\n\tpublic void deleteAllByIdInBatch(Iterable<Inte...
12f313f32a4a60f6e695b7ae57ee4ec6
Constructor including error message
[ { "docid": "8cd8952cb4e28ddf7f0fbac8e4076f6e", "score": "0.0", "text": "public BadSyntaxException(String message) {\n this(message, INITIAL_LINE);\n\n }", "title": "" } ]
[ { "docid": "76c8827b7404b62c98a816e333005e30", "score": "0.82174736", "text": "public Error(String message) {super(message);}", "title": "" }, { "docid": "62fad90ba7516228e1f337fa37f1e067", "score": "0.8021696", "text": "public Error() {\r\n }", "title": "" }, { "docid...
849ec1b2108e9a0d2dd982ee633475f8
Tests simple sql injection in a jar archive
[ { "docid": "9afb6357744e09342fedab4ea6a8dc01", "score": "0.0", "text": "@Test\n\tpublic void testSqlData1() {\n\t\tdoConnection(dataBean.getMyData1());\n\t}", "title": "" } ]
[ { "docid": "3e57dac068c9c49a2f4cf0e5e57badea", "score": "0.6430946", "text": "@Test\n public void testVanityDriverArgsInUrl() throws SQLException {\n loadDriverClass();\n if (!(enabled())) {\n return;\n }\n Connection connection = DriverManager.getConnection((((...
9639fcbfa4449073eb3aa3af7a4d3815
Fonction qui retourne le premier element de la file Souleve une execption si la file est vide
[ { "docid": "8a45648f6def463c144b7429c39ea8dd", "score": "0.0", "text": "@Override\n\tpublic E tete() {\n\t\tif(this.estVide()) {\n\t\t\tthrow new IllegalStateException(\"File vide\");\n\t\t}\n\t\treturn liste.get(0);\n\t}", "title": "" } ]
[ { "docid": "4498ccb0455da4b5d1e37bf87539416a", "score": "0.6186469", "text": "public File getInputfile() {\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "68a620f3374fa256cac959db20f16416", "score": "0.60579956", "text": "@Override\n\tpublic String file() {\n\t\treturn null;\n\...
eb4018b718695d18d5770d3ed8491b7f
This method was generated by MyBatis Generator. This method corresponds to the database table recognisesecure
[ { "docid": "994eab8b43e58cda9b05426a7bd8ecbe", "score": "0.0", "text": "int updateByPrimaryKeySelective(Recognisesecure record);", "title": "" } ]
[ { "docid": "9313889c6e6d493db584b12ee909260a", "score": "0.54064554", "text": "@Insert({\n \"insert into sys_user (id, company_id, \",\n \"office_id, login_name, \",\n \"password, no, name, \",\n \"email, phone, mobile, \",\n \"user_type, photo, login_ip, \",\n ...
649b6d9ca79da48af125324ee54a891c
Specifies the cached processed header.
[ { "docid": "ce103a660622c9bf1a614c1b945ff0a2", "score": "0.7817652", "text": "protected void setCachedProcessedHeader(@Nullable final String header)\n {\n immutableSetCachedProcessedHeader(header);\n }", "title": "" } ]
[ { "docid": "38d5c99f2aaba637bab65701ad8ddc0b", "score": "0.7557153", "text": "protected final void immutableSetCachedProcessedHeader(@Nullable final String header)\n {\n m__strCachedProcessedHeader = header;\n }", "title": "" }, { "docid": "2e818543da88979968e3ceac8c62dc78", ...
20705857b053907af14b24988c66bd8c
Encapsula el metodo 'put' del Map de la clase para introducir en la clave 'lastHour' el valor recibido por parametro
[ { "docid": "4b5d35f15b860f1956c48860dcc2d5f1", "score": "0.6728379", "text": "public void setOccurrencesLastHour(int occurrencesLastHour){\r\n\t\tmap.put(\"lastHour\", occurrencesLastHour);\r\n\t}", "title": "" } ]
[ { "docid": "1134a10f3c9d777cf689057a73e67da9", "score": "0.598909", "text": "public int getOccurrencesLastHour(){\r\n\t\treturn map.get(\"lastHour\");\r\n\t}", "title": "" }, { "docid": "c413771deea2fb9654e6722ed6715b77", "score": "0.5707623", "text": "public void setHour(int h){\n\t...
77922073d42ddcb5f233b5f60e872cdb
Sets the file name of ExportFile object that we are building.
[ { "docid": "55babc6ccaf98d633226091aab78a8b6", "score": "0.5449382", "text": "public ExportFileBuilder withFileName(String fileName) {\n this.fileName = fileName;\n return this;\n }", "title": "" } ]
[ { "docid": "cedba9e561c19bd7f589ab6d02c8e4a3", "score": "0.71199125", "text": "public void setExportFileName(final String exportFileName) {\n this.exportFileName = exportFileName;\n }", "title": "" }, { "docid": "93de7773926330039639a4d0d986c76a", "score": "0.6454399", "tex...
4a0bfe4d959c2706937fd45145624b2f
required string name = 2;
[ { "docid": "d0caaa44533d828ae9a9eb042a6e60b2", "score": "0.0", "text": "public Builder setName(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000002;\n name_ = value;\n onChanged();\n return this;\...
[ { "docid": "ff00775d6f675660b63f4951cad25879", "score": "0.66827476", "text": "public void setName(String name) {\n _name = Val.chkStr(name);\n}", "title": "" }, { "docid": "aa3b5d1a91f8a925c3d9f8b2db13ad51", "score": "0.62470424", "text": "public void setName(@NotNull @Size(min = 1...
e3e7b821c06284473c4224e8fb481be2
(pseudostatic) checks whether circle is touching polygon (including one inside the other)
[ { "docid": "e765ef630d358f67eb54ec9f41b5dc8f", "score": "0.6661895", "text": "boolean _circPoly(PVector center, float r, PVector[] poly) {\n // center is in polygon\n if (_ptPoly(center, poly)) return true;\n if (_insideCirc(poly, center, r)) return true;\n \n // circle encloses any corner\n...
[ { "docid": "3de10567a2da4c36369f20c4f2cf48b5", "score": "0.71776867", "text": "private boolean inCircle(int x, int y) {\n return Math.pow(x - xs, 2) + Math.pow(y - ys, 2) <= Math.pow(r, 2);\n }", "title": "" }, { "docid": "2ee52b00a7eaa5ce54032dd42c6e8c2a", "score": "0.71653104...
3fa945e0709518819b6a8471a30007e6
GET /jointures/:id : get the "id" jointure.
[ { "docid": "f25e3ffa5a5d37b2eafff341952c0db7", "score": "0.84761804", "text": "@GetMapping(\"/jointures/{id}\")\n public ResponseEntity<Jointure> getJointure(@PathVariable Long id) {\n log.debug(\"REST request to get Jointure : {}\", id);\n Optional<Jointure> jointure = jointureService....
[ { "docid": "a73f9d40d47cc8b80a501a0c123d1c4c", "score": "0.63339454", "text": "@DeleteMapping(\"/jointures/{id}\")\n public ResponseEntity<Void> deleteJointure(@PathVariable Long id) {\n log.debug(\"REST request to delete Jointure : {}\", id);\n jointureService.delete(id);\n retu...
11680426e75f7d184a2abc5ecc2344cd
no way to super Object
[ { "docid": "f531c42a236fb4f8e2958b6b5f46af6e", "score": "0.0", "text": "boolean process3(Processor<Object> processor) {\n return processor.process(null);\n }", "title": "" } ]
[ { "docid": "dde936747c4c582752232db939cc60f4", "score": "0.67044103", "text": "Object getBase();", "title": "" }, { "docid": "dde936747c4c582752232db939cc60f4", "score": "0.67044103", "text": "Object getBase();", "title": "" }, { "docid": "2dbb3646b67cb2c6772005c1a70879e9...
0901d6341adbf3763de2143ba870d4c4
Create list of iterators, one per each list, therefore k iterators
[ { "docid": "424c9df5422a6b8ae5265e5584b16380", "score": "0.0", "text": "public List<Integer> mergeSortedArrays(List<List<Integer>> sortedArrays) {\n\t List<Iterator<Integer>> iters = new ArrayList<>(sortedArrays.size());\n\n\t //Add iterator to beginning of each list \n\t for (List<Integer> arra...
[ { "docid": "d9df5296389f2676e36484824ffea870", "score": "0.6205036", "text": "private void dfs(List<List<Integer>> res, int n, int k, int start, List<Integer> list) {\n for (int i = start; i <= n; i++) {\n list.add(i);\n if (list.size() == k) {\n res.add(new A...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "aa604b86b36b6ebb3e04c58b6d50ff59", "score": "0.0", "text": "@Override\n\tpublic int getLocaY() {\n\t\treturn 0;\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "8a9177a5bb05c6816152cf6a72579cae", "score": "0.0", "text": "public void setIdUserResponsableSub(java.lang.String param){\r\n localIdUserResponsableSubTracker = true;\r\n \r\n this.localIdU...
[ { "docid": "8541b1cf741ee8244d45d2fd755acdb3", "score": "0.7789626", "text": "public abstract void set();", "title": "" }, { "docid": "7926260a33dacb33748cc5896367fecc", "score": "0.7313697", "text": "public void set()\n\t\t{\n\t\t}", "title": "" }, { "docid": "103930d9bb...
38469ab200481686ae83cb03abab52e1
optional .in.trujobs.proto.PreScreenLanguageObject languageList = 4;
[ { "docid": "417c116e78e8c1318f37e35523c82b58", "score": "0.5442278", "text": "public boolean hasLanguageList() {\n return languageList_ != null;\n }", "title": "" } ]
[ { "docid": "0fd899e530af1db62f4ad30cd38c1dc0", "score": "0.75353026", "text": "public in.trujobs.proto.PreScreenLanguageObjectOrBuilder getLanguageListOrBuilder() {\n return getLanguageList();\n }", "title": "" }, { "docid": "adf47111e03c3883a579755e2592f308", "score": "0.729904", ...
bf8bc973cd3cc71da170e026efe749c6
This function takes in a certain amount of groups and attempts the algorithm per group. Since 1 group is 8 people, the algorithm runs 125 times.
[ { "docid": "ac00597da8f5f06de905b92d7d44ae19", "score": "0.6323275", "text": "public static void populationPool(int groups) {\n TestingPool test = new TestingPool();\n int people = groups * 8;\n while (groups > 0) {\n int testsDone = runPooledTest(randomInfection(test.tes...
[ { "docid": "7fc203c40df0020c800c09cd35d8ccbc", "score": "0.62165916", "text": "public static int runPooledTest(int testingPool[]) {\n // ==================== INITIAL TEST ==============================\n TestingPool test = new TestingPool();\n test.testCount = 1; // One test must be...
fb0afe36292ff0fcdf874e16d121c172
End of variables declaration//GENEND:variables
[ { "docid": "5824a8d5adf469cf919eb048fc8c89f7", "score": "0.0", "text": "private void clear() {\r\n txtmaNV.setText(\"\");\r\n txttenNV.setText(\"\");\r\n txtsdt.setText(\"\");\r\n txtdiachi.setText(\"\");\r\n cbo.setSelectedItem(\"hiện\");\r\n }", "title": "" ...
[ { "docid": "06d440269c184993ff4f11d933a81aed", "score": "0.6393878", "text": "public void mo11421d() {\n }", "title": "" }, { "docid": "06d440269c184993ff4f11d933a81aed", "score": "0.6393878", "text": "public void mo11421d() {\n }", "title": "" }, ...
cebba46f2804aa0d4141022c3969a862
Test of canDockShip method, of class DockingBay.
[ { "docid": "6fc02c1b476d8fa28d730474d1155937", "score": "0.79653466", "text": "@Test\n public void testCanDockShip()\n {\n System.out.println(\"canDockShip\");\n IShip ship = null;\n DockingBay instance = null;\n boolean expResult = false;\n boolean result = inst...
[ { "docid": "0340a0cc4939ffa37cb973cf6bc3b6cf", "score": "0.7409336", "text": "@Test\n public void testDockShip()\n {\n System.out.println(\"dockShip\");\n IShip ship = null;\n DockingBay instance = null;\n instance.dockShip(ship);\n // TODO review the generated t...
31292904a31e092bab41385f9fd4afdb
create empty string to hold code
[ { "docid": "76c0579e5894f21b9f79349d870bbf8f", "score": "0.0", "text": "public String encode(String input, HuffTree hTree){\n StringBuilder str = new StringBuilder();\n \n // iterate through given string\n for (int x = 0; x < input.length(); x++) {\n \n ...
[ { "docid": "dc18c2ac8363b828163e85a33ca4e50c", "score": "0.7238641", "text": "public String generateCode(){\n //TODO: implement using this.random\n return null;\n }", "title": "" }, { "docid": "0eb47ad90270e08dbbc21f1a51731ad8", "score": "0.695935", "text": "public S...
52a68a0e7c52f7bf6e4dc9968804529b
Checks for success when valid csv file given with many users in it
[ { "docid": "dbb9eed764317d7d60dc131980fd1cae", "score": "0.0", "text": "@Test\n public void donorReceiverCSVFilesSuccess() throws IOException {\n File donorsFile = fileFinder(donorReceiverCSVFiles, \"FiveDonorReceiverEntriesCSV.csv\");\n assertNotNull(donorsFile);\n\n ResponseEntity importResp...
[ { "docid": "220e37527682db1f9f77c071ce6de5dc", "score": "0.6802994", "text": "public List<CSVUser> importUsers(String filePath) throws Exception {\n List<CSVUser> importedUsers = new ArrayList<>();\n var userModel = UserModel.getInstance();\n var departmentModel = DepartmentModel.ge...
966f780afb37c4341534f0661e70ca5b
$ANTLR end "ruleJavaApp" $ANTLR start "entryRuleJeeProject" InternalMyDsl.g:753:1: entryRuleJeeProject : ruleJeeProject EOF ;
[ { "docid": "c6bae29bd888a063b220d2b4ab15a672", "score": "0.73078054", "text": "public final void entryRuleJeeProject() throws RecognitionException {\n try {\n // InternalMyDsl.g:754:1: ( ruleJeeProject EOF )\n // InternalMyDsl.g:755:1: ruleJeeProject EOF\n {\n ...
[ { "docid": "9cb71293c1e1c1e3275dc6c81fdd97a7", "score": "0.6281611", "text": "public final void rule__JavaApp__JeeprojectAssignment_2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMyDsl.g:13490:1: ( ( ruleJeeProject ) )...
a1358564624944ef2a1f803530d674fe
Return the URI of the local directory tree that holds persistent data and/or configuration info.
[ { "docid": "712677a8022f64f7583ec1d9df5163b8", "score": "0.55326563", "text": "URI getLocalResourceURI();", "title": "" } ]
[ { "docid": "0b6842928e845f111f0fb17f86da46db", "score": "0.6872373", "text": "public String getLocalDirectory() {\n return localDirectory;\n }", "title": "" }, { "docid": "3ea1e98cf76b6a816a43f0bddc3eab62", "score": "0.66016495", "text": "String rootDirectory();", "titl...
913db2a561786ae6899e0c7969c79c71
Gets the second note in the duplet
[ { "docid": "5f000aee5e6edea460e308c067905b40", "score": "0.6972853", "text": "public NoteElement getSecond() {\n return second;\n }", "title": "" } ]
[ { "docid": "66555c30c2f421d4827c53f2e735ff87", "score": "0.5981358", "text": "java.lang.String getSecond();", "title": "" }, { "docid": "efd55556a17eb9033c4302b5ee09243b", "score": "0.59427106", "text": "public java.lang.String getSecond() {\n java.lang.Object ref = second_;\n ...
a8e54da9e8437d715263f7d347bc41f8
Allows the user type in the portNumber and serverIP and sets up the connection.
[ { "docid": "f8ccc972e0e1ec3715d0d27443aca129", "score": "0.603122", "text": "public static void main(String[] args) {\r\n\r\n\t\tScanner scan = new Scanner(System.in);\r\n\r\n\t\tSystem.out.print(\"Please type in the port number: \");\r\n\t\tint portNumber = scan.nextInt();\r\n\t\tSystem.out.print(\"Ple...
[ { "docid": "909431d1c7f928aefd9216e45c3b7957", "score": "0.6746125", "text": "public boolean init (String userName, int port );", "title": "" }, { "docid": "69c6ec67cc53444ab7c94bc9d93153e2", "score": "0.6543591", "text": "public Server(Integer portNum) {\n this.portNum = portNum;...
6c51be4430dc3b469db50aff82181760
Test case number: 22 /Coverage entropy=0.0
[ { "docid": "092d4983b5996c3cc5457d84f70d58c3", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test022() throws Throwable {\n byte[] byteArray0 = new byte[36];\n byteArray0[2] = (byte)1;\n int int0 = MethodWriter.readInt(byteArray0, (byte)0);\n assertEquals(256, int0)...
[ { "docid": "dc15779935f314df980416dd90d2558f", "score": "0.691647", "text": "@Test(timeout = 4000)\n public void test52() throws Throwable {\n Discretize discretize0 = new Discretize();\n Attribute attribute0 = new Attribute(\"rRZ@\\\"zX$H&iQKV\");\n ArrayList<Attribute> arrayList0 = n...
b95f40827b681cdbf411b2cc74a80798
TextView selectedIndex = (TextView) view; fruitList.setSelection(mapIndex.get(selectedIndex.getText()));
[ { "docid": "d79f5bfbf24090ba13c4a1cdaa0a342e", "score": "0.0", "text": "public void onClick(View view) {\n }", "title": "" } ]
[ { "docid": "708d3ea7adddb91e5ca579f7afe3184b", "score": "0.68819", "text": "public void selectItem(int index) {\n\n }", "title": "" }, { "docid": "6aff44a6612ef4bbde07e5dadb90f88d", "score": "0.67522186", "text": "@Override\n public void setSelection(int position) {\n\n }", ...
f107475fd4b75f454ff75dd391dae2d5
method to handle Qnames
[ { "docid": "eb86ebe6f152f15a0904fb0a82c62ce6", "score": "0.0", "text": "private void writeQName(javax.xml.namespace.QName qname,\n javax.xml.stream.XMLStreamWriter xmlWriter)\n throws javax.xml.stream.XMLStreamException {\n java.lang.String namespaceURI = qname.getNamesp...
[ { "docid": "5ca74560fd3e1b41c82747104290b82b", "score": "0.7084324", "text": "QName getQname();", "title": "" }, { "docid": "f7c2f43aba672803961e9833effd2fa7", "score": "0.6891678", "text": "String getQueryNameArg();", "title": "" }, { "docid": "b8fe1e7a4d43822d3a957e7412...
628635c9c9ddbf632ab87274836daf65
$ANTLR end "entryRuleDouble_BitOperator" $ANTLR start "ruleDouble_BitOperator" InternalMQL.g:6742:1: ruleDouble_BitOperator returns [EObject current=null] : (this_Double_And_BitOperator_0= ruleDouble_And_BitOperator | this_Double_Or_BitOperator_1= ruleDouble_Or_BitOperator ) ;
[ { "docid": "ea97b7c135acd7dc9cabce7e472b56b0", "score": "0.81441575", "text": "public final EObject ruleDouble_BitOperator() throws RecognitionException {\n EObject current = null;\n\n EObject this_Double_And_BitOperator_0 = null;\n\n EObject this_Double_Or_BitOperator_1 = null;\n\n...
[ { "docid": "30fe0ccd691660ff034e9d3739e2d94a", "score": "0.7882533", "text": "public final EObject entryRuleDouble_And_BitOperator() throws RecognitionException {\n EObject current = null;\n\n EObject iv_ruleDouble_And_BitOperator = null;\n\n\n try {\n // InternalMQL.g:67...
dce8be86a368d177ef85414e70fa59e3
load fragment on base on position
[ { "docid": "beb383b02466b400cd8b5a053f525466", "score": "0.5493347", "text": "@Override\n public void onPageSelected(int position) {\n viewPager.setCurrentItem(position);\n tabLayout.getTabAt(position).select();\n if(position == 0){\n ...
[ { "docid": "3bd480d3efb5f35e2353c167139299b5", "score": "0.65400046", "text": "private void loadFragment (Fragment fragment){\n if(fragment != null){\n FragmentManager fragmentManager = getSupportFragmentManager();\n FragmentTransaction ft = fragmentManager.beginTransaction(...
bfb1497927f628124a7a24a217a001df
The size of the binary log to hold. .google.protobuf.Int64Value mdb_preserve_binlog_bytes = 51 [(.yandex.cloud.value) = "10737418241099511627776"];
[ { "docid": "e2a0bc04cd9989b9815667ebd256eda4", "score": "0.61957693", "text": "public boolean hasMdbPreserveBinlogBytes() {\n return mdbPreserveBinlogBytesBuilder_ != null || mdbPreserveBinlogBytes_ != null;\n }", "title": "" } ]
[ { "docid": "7c6c515b54055c58ab02a5ff619ee1d2", "score": "0.7651716", "text": "com.google.protobuf.Int64Value getMdbPreserveBinlogBytes();", "title": "" }, { "docid": "f546624a587b8396c3eedf864554c032", "score": "0.7378105", "text": "com.google.protobuf.Int64ValueOrBuilder getMdbPrese...
6d7cb891270094259a52dedcb931883d
The feed mapping referenced in the query. .google.ads.googleads.v1.resources.FeedMapping feed_mapping = 58;
[ { "docid": "b3d3bb3b06855d9b15c44f79f3c56787", "score": "0.84173506", "text": "com.google.ads.googleads.v1.resources.FeedMapping getFeedMapping();", "title": "" } ]
[ { "docid": "9aabc65fc77288025504856bc25d752e", "score": "0.7865003", "text": "com.google.ads.googleads.v1.resources.FeedMappingOrBuilder getFeedMappingOrBuilder();", "title": "" }, { "docid": "4101aecebc70d5afea583da9b34e9f01", "score": "0.6469623", "text": "com.google.ads.googleads....
07751f2b46c3a6f1dcf5ee15cd85909f
Find all of the directories with a total size of at most 100000. What is the sum of the total sizes of those directories?
[ { "docid": "0f7b378e90cbffd66b882a03970bfac9", "score": "0.6159098", "text": "private static long part1(List<String> input) {\n Dir root = parse(input);\n\n return sumAllDirsAtMost(root, 100000);\n }", "title": "" } ]
[ { "docid": "ffc7f68feeef7d2ab5f6e1078f137c44", "score": "0.6913343", "text": "public long getSize() {\n\t\tif ((isDirectory() && indexNodePath.equals(\"\")) || isSearch()) {\n\t\t\tlong ret = 0;\n\t\t\t\n\t\t\tsynchronized (childrenMutex) {\n\t\t\t\tif (childDirectories!=null) {\n\t\t\t\t\tfor (FileSyst...
b13055e1c2c28854a0d44084c8b82e64
Set the players email.
[ { "docid": "5d3c80b6b651e8368a1707d4d79af06e", "score": "0.0", "text": "public void setAuthyID (String authyID) {\n\t\tthis.authyID = authyID;\n\t}", "title": "" } ]
[ { "docid": "4bdccd35bfc3d8fc10b956cd5fd05921", "score": "0.79685813", "text": "public void setPlayerEmail (String email) {\n\t\tthis.playerEmail = email;\n\t}", "title": "" }, { "docid": "269442f21ae34b8cf266ebcb50c40fea", "score": "0.71049434", "text": "public String getPlayerEmail ...
ea231ffee6e2f47d147ee5a768a93d2d
Shows a menu allowing to subscribe a member to a specific service offered today.
[ { "docid": "a0774b1ff00eadd3f804668df4cad84c", "score": "0.5797335", "text": "private void subscribeMemberToService(BufferedReader consoleIn, Member member)\n\t\t\tthrows IOException {\n\t\tList<Session> availableSessions = serviceManager.getSessionsForToday();\n\n\t\tif (availableSessions.size() == 0) ...
[ { "docid": "7d4d8cf30a92045978648f03c968b683", "score": "0.60775954", "text": "private void seeSubscriptions(BufferedReader consoleIn, Professional professional)\n\t\t\tthrows IOException {\n\t\tList<Session> sessions = serviceManager.getSessionsForToday(professional);\n\n\t\tSystem.out.println(\"Séance...
c7b20f7eee0ba60da11e83ce330b2665
Returns the short name of the Policy
[ { "docid": "9341cfd429c9644f4c6bdfdbbd24fe6a", "score": "0.0", "text": "public String name() {\n return \"Lazy\";\n }", "title": "" } ]
[ { "docid": "a86b39a720bd7beb95f9f69989879d37", "score": "0.7958413", "text": "String policyDefinitionName();", "title": "" }, { "docid": "e5e969cdefc08f368884bc6316a30d45", "score": "0.77018285", "text": "String policyAssignmentName();", "title": "" }, { "docid": "20811a6...
8c62faf072554bfe093f6d195bc63fad
query all categories and subcategories.
[ { "docid": "f8f8d3cc696c648d645e135af4aa7060", "score": "0.559966", "text": "public io.reactivesw.catalog.grpc.CategoryList getCategories(io.reactivesw.catalog.grpc.Empty request) {\n return blockingUnaryCall(\n getChannel(), METHOD_GET_CATEGORIES, getCallOptions(), request);\n }", ...
[ { "docid": "e8f769ed6f350c7eaa5533127e03698e", "score": "0.69812584", "text": "@Override\n\tpublic List<Category> queryCategory() throws SQLException {\n\t\treturn productDao.queryCategory();\n\t}", "title": "" }, { "docid": "c79c90f3fed81e20caca34bfecef0699", "score": "0.687561", "t...
f964a24db192a56e2b6392d583636276
TODO: Update argument type and name
[ { "docid": "9d7b09f5e23292d297d1a9f5cd765dd7", "score": "0.0", "text": "void onFragmentInteraction(MovieResponse m);", "title": "" } ]
[ { "docid": "65d48b6f203f51b77b95c14be2631c7a", "score": "0.6743449", "text": "real_arg_list createreal_arg_list();", "title": "" }, { "docid": "aa181bfd79f6fd42d0afe738025f7074", "score": "0.6701845", "text": "real_arg createreal_arg();", "title": "" }, { "docid": "9afceb...
8420051a71bb9a759479b7ba6be21a41
Fade in the main contents of the fragment.
[ { "docid": "869390f84046ba1b9e01b4f70b55018d", "score": "0.737764", "text": "void fadeInContent();", "title": "" } ]
[ { "docid": "9fbe3b6d273c64fc9f58fc96648456dc", "score": "0.7001846", "text": "@Override\n public void run() {\n Fragment fragment = getHomeFragment();\n FragmentTransaction fragmentTransaction = getSupportFragmentManager().beginTransaction();\n fra...
07a9015a3bf66931cedb5ea422a08c51
$ANTLR end "rule__Schema__Group__1__Impl" $ANTLR start "rule__Schema__Group__2" InternalEsper2Maude.g:930:1: rule__Schema__Group__2 : rule__Schema__Group__2__Impl rule__Schema__Group__3 ;
[ { "docid": "66628eb8251c4e74e84d154e4232c613", "score": "0.804092", "text": "public final void rule__Schema__Group__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalEsper2Maude.g:934:1: ( rule__Schema__Group__2__Impl rul...
[ { "docid": "7eb2f7c1bd980c75744f6b18460b319c", "score": "0.75602496", "text": "public final void rule__Schema__Group__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalEsper2Maude.g:907:1: ( rule__Schema__Group__1__Impl r...
d591a546a929904e853ac9b6df0828b4
End SprintTest25_2_15_1B 25.2.15.2A : Hyperlink URL page should have search pane, task pane, properties pane, top menu, breadcrumb and metadatacard visible on selecting Default layout Context menu
[ { "docid": "fe29d56b128a0f7b0b5f43bec7f2ba61", "score": "0.54617584", "text": "@Test(dataProviderClass = DataProviderUtils.class, dataProvider = \"excelDataReader\", groups = { \"Sprint25\", \"Get M-Files Web URL\"}, \r\n\t\t\tdescription = \"Hyperlink URL page should have search pane, task pane, proper...
[ { "docid": "1cd95c594272135cb335f7bc9dd297fd", "score": "0.5904202", "text": "@Test\n public void TextViewHyperLinkClickTest() {\n onView(allOf(withId(R.id.recyclerview), isDisplayed())).perform(RecyclerViewActions.actionOnItemAtPosition(0, clickChildViewWithId(R.id.bottomDescription)));\n ...
bd2e67dfd9004180900e0a58660bcc30
Parse XML file, put it in tree but take string as a parameter
[ { "docid": "482d63b39228e08245d46cefdbd8614f", "score": "0.57504475", "text": "public static BinaryTree<String> parseFile(String fileName) {\n\t\tFile file = new File(fileName);\n\t\treturn parseFile(file);\n\t}", "title": "" } ]
[ { "docid": "13847df33634b3862992153f21ef1b3e", "score": "0.6247079", "text": "public xmlReader(String location)\n {\n try\n {\n FileReader reader = new FileReader(location);\n int data = reader.read();\n int charNo = 2;\n while (data != -1)\n {\n charNo++;\n ...
d7c91b7b2b2ceeb9301c97c3c28eec4a
Method to pass a BufferedImage representing the current cut set of the image.
[ { "docid": "f3257492f1aa3f958851244ad9da30ad", "score": "0.6817137", "text": "public void cutImage(String title, BufferedImage img);", "title": "" } ]
[ { "docid": "1a5553ab55201603494286672259c0fd", "score": "0.74163765", "text": "public void cutImage(int iteration, BufferedImage img);", "title": "" }, { "docid": "143711151d51f8ba4d113a0b12c63369", "score": "0.7338139", "text": "public void cutImage()\r\n {\r\n \tcut = true;\r...
6e68fda187b85fb6f604a365d580a820
Created by araksgyulumyan Date 7/23/18 Time 12:52 PM
[ { "docid": "abb711f1b4edde12ae9ef6ea61410b97", "score": "0.0", "text": "@Repository\npublic interface ProductRepository extends JpaRepository<Product, Long> {\n\n /**\n * Finds product with provided productName\n *\n * @param productName\n * @return Product\n */\n Product findB...
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6064258", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "22f2421f5b9cc11d1699c42857b4dfe9", "score": "0.6053101", "text": "protected void mo1582st() {\n }", "title": "" }, { "doc...
f9f333c970f5dee71cd5c550a347e2df
Updates the projectiles position and checks for collisions
[ { "docid": "79ed11d66c79fe100c55ec022dfdbd7e", "score": "0.0", "text": "@Override\n public void run() {\n List<LivingEntity> list = loc.getWorld().getLivingEntities();\n\n // Go through multiple steps to avoid tunneling\n for (int i = 0; i < steps; i++) {\n loc.add(vel...
[ { "docid": "f1e17cd254168c5c90ae6ff282a52305", "score": "0.7109991", "text": "private void checkProjectileDistance(){\n for(int i = 0; i < projectiles.size(); i++) {\n Fireball projectile = projectiles.get(i);\n projectile.move();\n if(projectile.getX() > projecti...
f584de1887e577e0699dc830e982a1ec
Orientation vers le joueur.
[ { "docid": "cd5cf45db488dbc380e7dd9549c0c090", "score": "0.0", "text": "private void targetPlayer(float multi) {\n followingPath = false;\n Vector2f distance = new Vector2f((float) (player.getColCenterX() - aiShip.getColCenterX()), (float) (player.getColCenterY() - aiShip.getColCenterY()))...
[ { "docid": "1e17f911a9bd003948c7efba10926ad1", "score": "0.79812443", "text": "public double getOrientation();", "title": "" }, { "docid": "abc95a3802ec2217ceb47c928345b5c3", "score": "0.7964318", "text": "float getOrientation();", "title": "" }, { "docid": "45ce2b28a5961...
38e84b4af37999992b57efafc8e4f2d6
Expects the given deprecation warning, allowing to pass documentation url with /current/ version and asserting against the actual current version instead.
[ { "docid": "fbf619891d77d79334bc5cc7236d82ad", "score": "0.71682364", "text": "default GradleExecuter expectDocumentedDeprecationWarning(String warning) {\n return expectDocumentedDeprecationWarning(new ExpectedDeprecationWarning(warning));\n }", "title": "" } ]
[ { "docid": "27e6a9f0bcdfeadc3cc6caaec213d4fc", "score": "0.59932923", "text": "private static void deprecated(String s) \n\t{ errorHandler.warning( new SyntaxError( syntaxErrorMessage(\"Deprecation warning\", s))); }", "title": "" }, { "docid": "de2d9b21cefc5de1d0d0873cd5a27481", "score"...
c997bf68847abed2dabc2520a13997e5
(Highcharts, Highstock) The normal state of a single point marker. Currently only used for setting animation when returning to normal state from hover.
[ { "docid": "5118e26c16bcff1f313870f939cabc22", "score": "0.65115696", "text": "@JSProperty(\"normal\")\n void setNormal(PlotPolygonStatesSelectMarkerStatesNormalOptions value);", "title": "" } ]
[ { "docid": "09bfa85f866d99f1e4641511f6a1eb91", "score": "0.6514465", "text": "@JSProperty(\"normal\")\n @Nullable\n PlotPolygonStatesSelectMarkerStatesNormalOptions getNormal();", "title": "" }, { "docid": "c528c8784306ebc0f1f60d869e7d8706", "score": "0.57517546", "text": "public s...
ba544092e15ae869945fb4589eff7619
Initializes the shared implementation by creating a new, empty ListenerIdentifierMap instance.
[ { "docid": "2d344c71d15fa3134ddf32e67fce17c9", "score": "0.0", "text": "public UI()\n {\n setAction(CogToolLID.Preferences, createPreferencesAction());\n }", "title": "" } ]
[ { "docid": "6ddae15228ea1fccc2c2612c6212f149", "score": "0.6320132", "text": "public IDListener() {\n\t\t}", "title": "" }, { "docid": "6b3558ebb20fc8e6a0418fdce690f114", "score": "0.61573094", "text": "private void init(Class[] listenerClasses) {\r\n \t\tfor (int i = 0; i < listener...
d7aa68ce091fbdd0939ccc8161df1d66
Used when server needs to share key with other client
[ { "docid": "b93b55ca4f6858f1690d14a3447c9fa3", "score": "0.0", "text": "@Test\n public void testTrustedServerToClientConnection() throws Exception{\n trustedCryptoServer.prepareConnectionTo( \"localhost\" , clientB.getPort() );\n trustedCryptoServer.start();\n Thread.sleep(1000);...
[ { "docid": "5f73d760dfff2e9ca75a8bfb6f54a803", "score": "0.68057007", "text": "private void shareKeyFile() {\n if (!isValidKeyFileErrorToast()) {\n return;\n }\n\n // Save key file to to a temporary file\n String fileName;\n if (mFileName.equals(\"\")) {\n ...
1c63e5eff076389acf0bfc75194d142c
SETTER Is the payment method active? (true, false)
[ { "docid": "3add543ccf651f10c68dccdeb7ac5a13", "score": "0.0", "text": "@JsonSetter(\"is_active\")\r\n public void setIsActive (InputStream value) { \r\n this.isActive = value;\r\n }", "title": "" } ]
[ { "docid": "042241981c3bebbdf0db2ae1c39e65fb", "score": "0.75040275", "text": "boolean hasPayment();", "title": "" }, { "docid": "d4189bb9fa5100f74c8c441c22a930c7", "score": "0.7078102", "text": "boolean getPaid();", "title": "" }, { "docid": "f035f77a0304c70f782c578c4956...
d0bf6da59aafbefddc17964226127eaf
Return the size, in bytes, of the field 'voltage'
[ { "docid": "6b0722bb79ab1610de72ad0d2fdbb3cd", "score": "0.84684426", "text": "public static int size_voltage() {\n\t\treturn (32 / 8);\n\t}", "title": "" } ]
[ { "docid": "f8b9aa344ba61798313c1c9326b8f95f", "score": "0.7673797", "text": "public static int sizeBits_voltage() {\n\t\treturn 32;\n\t}", "title": "" }, { "docid": "beca32f3498b8f051d41141d7b37e267", "score": "0.7279026", "text": "public int getVoltageCount() {\n return voltag...
db14dff279aa6c424137005336968d4a
Find the _Fields constant that matches name, or null if its not found.
[ { "docid": "df89e0a3046c32259e386bf9daf4403c", "score": "0.0", "text": "public static _Fields findByName(String name) {\n return byName.get(name);\n }", "title": "" } ]
[ { "docid": "2aedca74101f3519831ef106c8e1a7b6", "score": "0.7757449", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByName(String name) {\n return byName.get(name);\n }", "title": "" }, { "docid": "2aedca74101f3519831ef106c8e1a7b6", "score": ...
35af23eb4cf01a0c406ea1b4768222c8
Set the row separator to use when encoding CSV data.
[ { "docid": "e62e334f99f433a5a3ce9e930de66816", "score": "0.74254066", "text": "public CSVEncoding withRowSeparator(String rowSeparator) {\n\t\tthis.rowSeparator = rowSeparator;\n\t\treturn this;\n\t}", "title": "" } ]
[ { "docid": "2b95c7628a814329ee798c8390228696", "score": "0.7829063", "text": "public void setRowSeparator(String rowSeparator) {\n\t\tthis.rowSeparator = rowSeparator;\n\t}", "title": "" }, { "docid": "2af0ff0f876975aef0cd4712d3c741a9", "score": "0.6786446", "text": "public void set...
275814c9103f65b317604780fd3e053e
$ANTLR end "rule__OpMultiAssign__Group_7__1" $ANTLR start "rule__OpMultiAssign__Group_7__1__Impl" ../org.summer.ss.ide/srcgen/org/summer/ss/ide/contentassist/antlr/internal/InternalSs.g:10943:1: rule__OpMultiAssign__Group_7__1__Impl : ( ( '<=' ) ) ;
[ { "docid": "4e47b0ae3c846fd762c57f5a2d3f754d", "score": "0.78749025", "text": "public final void rule__OpMultiAssign__Group_7__1__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.summer.ss.ide/src-gen/org/s...
[ { "docid": "5e91ce152332ccc3ed4b589204efe70b", "score": "0.7903576", "text": "public final void rule__OpMultiAssign__Group_7__0__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.summer.ss.ide/src-gen/org/su...
d7b5e123a5469c8bc532855062fd0325
Protected donothing constructor for use by subclasses.
[ { "docid": "1a43710e0152b888ed57164ab54a6fde", "score": "0.0", "text": "protected AtomicLongFieldUpdater() {\n }", "title": "" } ]
[ { "docid": "a619e0d587c08d25a7c2e32a11ad5b7a", "score": "0.7297", "text": "public Donor() {\n }", "title": "" }, { "docid": "9fd1deededa9fb5edf9352c23311ef71", "score": "0.67242455", "text": "protected Bill() {}", "title": "" }, { "docid": "9a2e66addc81dc22c693e8d3cff4...
358bb12ceea263192a7d4071d63a6706
Methods: Get the path of the link Getter method for the COM property "Path"
[ { "docid": "0de98ec0d1a9e84555c1e4389b868bbe", "score": "0.0", "text": "@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present\r\n @VTID(7)\r\n java.lang.String path();", "title": "" } ]
[ { "docid": "3af7b04e4ff2da407c9c8a3f70dcfa31", "score": "0.73516434", "text": "public String getLinkPath();", "title": "" }, { "docid": "abe3d74a944fb847cce99dafcc40675d", "score": "0.69739294", "text": "public java.lang.String getPath()\n {\n synchronized (monitor())\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7c7157b47a3f2bfcad8c820c5acd39b1", "score": "0.0", "text": "@Override\n\tpublic String process(HttpServletRequest request, HttpServletResponse response) throws IOException {\n\t\tItem item = new ItemHandler().findByID(Integer.parseInt(request.getParameter(\"idItem\")));\n\t\trequest.setAttri...
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
984d8b3d233c2b21dc1eeca6b93e4988
Returns true if field itemNames is set (has been asigned a value) and false otherwise
[ { "docid": "0f1ca095fe4947cfe2e8f72473b993bd", "score": "0.8153784", "text": "public boolean isSetItemNames() {\n return this.itemNames != null;\n }", "title": "" } ]
[ { "docid": "eb907ae9f7a5c656308a79fd42bd4f1e", "score": "0.73570085", "text": "public boolean hasItemName() {\n return ((bitField0_ & 0x00000008) == 0x00000008);\n }", "title": "" }, { "docid": "63d6a7a8c1a5ea58c52c8967130c7879", "score": "0.7345799", "text": "public boolean ...
a803a22e887630e7117d684149afc05f
Read a multimap, with its nested tags.
[ { "docid": "02c891153741e10bd45698386a4ebbe8", "score": "0.6368775", "text": "private MultiValueMap readMultiMap(XMLEventReader reader, String mapName)\n throws JournalException, XMLStreamException {\n MultiValueMap map = new MultiValueMap();\n\n // must start with a multi-map t...
[ { "docid": "93db51cd2f68a9f0c04a9cc3d641b369", "score": "0.6646302", "text": "private void readMultiMapKeys(XMLEventReader reader, MultiValueMap map)\n throws XMLStreamException, JournalException {\n while (true) {\n XMLEvent event2 = reader.nextTag();\n if (isSta...
89dcd14ffd2f0e3fa7b72e7eee6ef41d
Check the add and remove element methods of the queue
[ { "docid": "2f7cdc6e7ccc8008c3bfd0e3c66962cf", "score": "0.7048712", "text": "@Test\n public void testAddRemoveElement() {\n // Add a lot of stuff\n for (int i = 0; i < SIZE; i++) {\n queue.addElement(new Integer(i));\n }\n // Remove them while checking the valu...
[ { "docid": "c0d41d39a112f677bfce71fdb4d52c78", "score": "0.6891284", "text": "boolean addQueueable(E queueable);", "title": "" }, { "docid": "c4cd6691d77bc9d5253d9478288ae585", "score": "0.67048657", "text": "@sundquis.core.Test.Skip\npublic interface Queue<E> {\n\n\t/*\n\t * The Que...
17241ebaaa192146fb52aab47b95704d
optional uint64 beacon_id = 1;
[ { "docid": "74021d0e583cdcbe64e507bc0a9f5813", "score": "0.635715", "text": "boolean hasBeaconId();", "title": "" } ]
[ { "docid": "29583f44aaad0afe9beaba1381e115f3", "score": "0.757032", "text": "long getBeaconId();", "title": "" }, { "docid": "29583f44aaad0afe9beaba1381e115f3", "score": "0.757032", "text": "long getBeaconId();", "title": "" }, { "docid": "29583f44aaad0afe9beaba1381e115f3...
533167d71464f86e29e5f9d55750a813
TODO Autogenerated method stub Gives the greeting
[ { "docid": "a351dc980c207624240d79d69eb4bd3c", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tSystem.out.println(\"Welcome to the change calculator! By Dwayne!\"); \n\t\tScanner sc = new Scanner(System.in); \n\t\t\n\t\t// Sets the default string choice. \n\t\tString choice = \"y\...
[ { "docid": "6d0017f44301821d7a4494bcd83706c2", "score": "0.79517025", "text": "public void printGreeting() {\n System.out.println(\"Heyy, I'm Grizz.\\n\" +\n \"What can I do for you today?\\n\");\n }", "title": "" }, { "docid": "9d5900ea59c49a7c8667e34d7589fca1", ...
d48f36219d54cdcc8a4ea4d419218dcb
Test case number: 76 /Coverage entropy=0.8343512410575012
[ { "docid": "fd41fae21f42e4b4ff272831b053a63c", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test076() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\"eMA\");\n Token token0 = xPathLexer0.slashes();\n assertEquals(11, token0.getTokenType());\n assertE...
[ { "docid": "7d99c3d84d6525e7048774bb0c237e52", "score": "0.7130224", "text": "@Test(timeout = 4000)\n public void test090() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluatio...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "92f3d9bfd6dae958f9f897315fd4e621", "score": "0.0", "text": "@Override\n\tpublic void addDepartment(Department department) {\n\n\t\tdepartmentDao.addDepartment(department);\n\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...
fb0b1297c21cabefb4355a005ecfb4d1
Return List of Items between two LocalDateTime.
[ { "docid": "003242fa0fe6a91d37e17afc00159716", "score": "0.5695039", "text": "List<Item> findByCreatedGreaterThanEqualAndCreatedLessThanOrderByIdDesc(LocalDateTime start, LocalDateTime end);", "title": "" } ]
[ { "docid": "5e64db255f4627c5a3c07a48b331661a", "score": "0.7177501", "text": "List<String> getAllHotelStaysWithinPeriod(LocalDateTime from, LocalDateTime to);", "title": "" }, { "docid": "13c04220a125b0963d0a41ab0c5a107f", "score": "0.70661354", "text": "List<Travel> travelsBetweenDa...