query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
d90947076901ebba293873d6b258d00f
int32 oneof_1565 = 1565;
[ { "docid": "8a82827d3b9663e77d962458bf0d97d2", "score": "0.5266963", "text": "public int getOneof1565() {\n if (hugeOneofCase_ == 1565) {\n return (java.lang.Integer) hugeOneof_;\n }\n return 0;\n }", "title": "" } ]
[ { "docid": "8e6e1fb5554302c4ea4f1fb00f513fe5", "score": "0.6678498", "text": "int getFixed32Value();", "title": "" }, { "docid": "8e6e1fb5554302c4ea4f1fb00f513fe5", "score": "0.6678498", "text": "int getFixed32Value();", "title": "" }, { "docid": "06bfb9e7ebf095a24bce56ca...
7f12a129bf67dcb22ede1d344dd5322c
Returns whether to display a visual bar as the separator. Default: false
[ { "docid": "6d2ff7408c704e1d9050585a514d3c7d", "score": "0.0", "text": "public boolean isBar();", "title": "" } ]
[ { "docid": "2aa181bbec7f78a8c4f802aeebf86463", "score": "0.656712", "text": "@Override\n public boolean showRadioBarsDivider() {\n return false;\n }", "title": "" }, { "docid": "b85a6309c2dbfbf38ca3f85cb84d8945", "score": "0.65668195", "text": "pu...
f3f5376403320859d5d3151fbb69cc38
find whether string str is palindrome or not. s is starting index and e is ending index of str
[ { "docid": "515b90e40d28fb2b3b364df1f4a14618", "score": "0.7273985", "text": "static boolean isPal(String str, int s, int e) {\r\n\t\tif(s >= e)\r\n\t\t\treturn true;\r\n\t\tif(str.charAt(s) != str.charAt(e))\r\n\t\t\treturn false;\r\n\t\treturn isPal(str, s+1, e-1);\r\n\t}", "title": "" } ]
[ { "docid": "d6113360473ced8ae98e2a815ab1d51f", "score": "0.81277204", "text": "private boolean isPalindrome(String s)\r\n {\r\n \tint left=0,right = s.length()-1; \r\n \twhile(left < right)\r\n \t{\r\n \t\tif(s.charAt(left) != s.charAt(right))\r\n \t\t\treturn false;\r\n \t\tleft++;...
3adf539d1fc9742d5e2c7cb8e8563c86
Puts all keys and values of the given map to this map
[ { "docid": "9973e0983329badd35500827fc54d469", "score": "0.6972005", "text": "public void putAll(TimedMap<K, V> map){\n this.a.putAll(map.a);\n this.b.putAll(map.b);\n }", "title": "" } ]
[ { "docid": "f5a5868ed9e5b010b85d90adba5d04b4", "score": "0.8262426", "text": "void putAll(Map<K, V> map) throws Exception;", "title": "" }, { "docid": "b89d955891b6662a7cdadc3b60fa29bd", "score": "0.7888477", "text": "public void putAll(Map<? extends K, ? extends V> map)\n {\n...
268ba96e40cc626142344232b5099893
construcctor de camionetas tiene todo
[ { "docid": "ae9eb98363d01d8c4273fd202d98d6ac", "score": "0.6089911", "text": "public Vehiculo(int id, String placa, String marca, String modelo, String tipo_motor, int year,\n double recorrido, String color, String tipo_combustible, int vidrios, String transmicion,\n String traccio...
[ { "docid": "c2bcc3fbb069202019d107e6493d429c", "score": "0.6935597", "text": "public Bicicletas () {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "f6e81404ed3b7af0eae6bb2095e06631", "score": "0.68851846", "text": "public Automobilis(){}", "title": "" }, { "docid": "25ab6833...
89beccaccb4c095f19532f7567a9ac95
ArrayList sti =new ArrayList();
[ { "docid": "5f77097c658046fa74c1ca59012365b0", "score": "0.0", "text": "public String toCode(){\n\n\t\treturn (\"<=\");\n\t\t//return sti;\n\t}", "title": "" } ]
[ { "docid": "4fcbb827f184e7707ee546954dbfad53", "score": "0.68959916", "text": "public MyArrayList() {\r\n\t\t\r\n\t}", "title": "" }, { "docid": "a82b6b489563ae3261f55b2819963c07", "score": "0.6575324", "text": "public ArrayList getLinhas(){return linhas;}", "title": "" }, { ...
22069a1c6886d8a6683d737dab841817
The buffer includes startDocument and endDocument events.
[ { "docid": "d72e34ea1f727fcb6d1a3f9b39afcf90", "score": "0.0", "text": "public PreparedDocument getPreparedDocument(int id) {\n return preparedDocumentsById.get(new Integer(id));\n }", "title": "" } ]
[ { "docid": "e7d7cfb5bfe609d0691ed1a981fb71bb", "score": "0.678611", "text": "public void startDocument() {\n \n currentDocument = new StringBuffer();\n \n }", "title": "" }, { "docid": "f50834c7f4a5247fd6463d342c66f5dc", "score": "0.62827027", "text": "void appendStartDocum...
0a903974ca24d3fb1dc67ffd08b2716e
/ useful for debugging
[ { "docid": "cabbc603c6a64cc4a7bb3a7c94818d00", "score": "0.0", "text": "@SuppressWarnings(\"unused\")\n private static void printDependencyList() {\n System.out.print(\"dependencyList: [ \");\n for (Dependency dependency : stateDependencies) {\n printDependency(dependency);\n...
[ { "docid": "a44491536fc0e11825077942be01dd3a", "score": "0.69542325", "text": "private void debug() {\n }", "title": "" }, { "docid": "40be4915804d3229e08fed067ec03fd6", "score": "0.6705048", "text": "Bug_616419() {\r\n\t}", "title": "" }, { "docid": "cc74ba04abc8b77ae...
525dc038848903b7ea7a896ef78b68f0
Stores the Decryption key fingerprint (20 bytes) on the card
[ { "docid": "0947c419f64548a0a5be8aeb604fad16", "score": "0.5535224", "text": "public void putFingerprintDec(byte[] iFpr) throws OpenPGPCardException {\n if (iFpr.length != 20) throw new IllegalArgumentException(\"Fingerprint must be exactly 20 bytes long\");\n putGenericData(TLV_FPR_DEC[0]...
[ { "docid": "621a514882948f45592fde655ba418c5", "score": "0.63501465", "text": "public byte[] getFingerprintDec() {\n return fingerprintDec;\n }", "title": "" }, { "docid": "eacfab58c26c2be2ca2a793bb27bb2d9", "score": "0.6336375", "text": "public byte[] calculateFingerprintO...
538a016bfacb7db400b69bc7d8ec5baa
Returns the set of tiles the given cast selector could choose to cast a spell.
[ { "docid": "61821e1df4e494d761082f14929c61cf", "score": "0.5857694", "text": "public List<Tile> getCastCloud(CastSelector cs) {\n return getCastCloud(cs.caster, cs.toCast);\n }", "title": "" } ]
[ { "docid": "65384b93d001afa88cf29128159cf801", "score": "0.55058724", "text": "private List<Tile> getTilesPossibleForAttacks (int range){\r\n\t\tList<Tile> TilesPossibleForRangedAttacks = new ArrayList<Tile>();\r\n\t\tList<Tile> temp = new ArrayList<Tile>();\r\n\t\tTilesPossibleForRangedAttacks.addAll(g...
d46c974d2b36ad7e6e5daccb929ad26e
Se hara avanzar las figuras.
[ { "docid": "583cc79007b028fec7956de576ee7ec1", "score": "0.0", "text": "@Override\n public void actionPerformed(ActionEvent e) {\n System.out.println(\"No implementado aun.\");\n }", "title": "" } ]
[ { "docid": "d11abdfb79532d87228f3bc1bfd3dfd8", "score": "0.6780896", "text": "@Override\n\tpublic void decoradorDeFiguras(Figura figura) {\n\t\t\n\t}", "title": "" }, { "docid": "2871452de0ecbdab21f723d4f6894a7c", "score": "0.6622821", "text": "private void _updateFigures() {\n ...
4ac69cdae3ccdb2367241363ea33e64f
Create the GUI and show it. For thread safety, this method should be invoked from the event dispatch thread.
[ { "docid": "98d8fa97148626c35364c79c3b1fe5ce", "score": "0.67400384", "text": "private static void createAndShowGUI() {\r\n // Create and set up the window.\r\n JFrame frame = new JFrame(\"ValidationMessagesAreaTest\");\r\n frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r\n\r...
[ { "docid": "f2915ee4a41dc21ed04baa230997149a", "score": "0.80993456", "text": "private static void createAndShowGUI() {\n }", "title": "" }, { "docid": "b2fb222cedb9bc24fd0b64753b255154", "score": "0.7962464", "text": "private static void createAndShowGUI() {\n\t\t// Create and se...
fbb39639e63fe182fe0183a277afafa0
method untuk mengakses dan membaca data dari database
[ { "docid": "5ae1193eb7e2660e15b250064d4dd7fa", "score": "0.0", "text": "public void getAllItem (ArrayList<itemTodo> list){\n Cursor cursor = this.getReadableDatabase().rawQuery(\"select judul, deskripsi, priority from \"+nama_table,null);\n while (cursor.moveToNext()){\n list.ad...
[ { "docid": "8a31b27d4c6d4cd30834016af0a65fcb", "score": "0.71557784", "text": "private void TampilData(){\n try{ //\n String sql = \"SELECT * FROM buku\"; // memanggil dari php dengan tabel buku\n stt = con.createStatement(); // membuat statement baru dengan mengkonekan ke d...
2d2729e8f5e07c59e6de2097a3c53d56
Verfica se o metodo tem code smell isGod segundo os operadores maior, menor e menor e com os sinais "ou" e "e"
[ { "docid": "3b3ca2014c19eb45869b76d04c952249", "score": "0.0", "text": "public boolean isGodGreaterGreaterGreater_OrAnd(MethodMetrics methodWithMetrics) {\n\t\treturn (methodWithMetrics.getWMC_class() > rule1_threshold || methodWithMetrics.getNOM_class() > rule2_threshold && methodWithMetrics.getLOC_cla...
[ { "docid": "ccdc35223ad849d6d97c86d00070f143", "score": "0.6010963", "text": "@Override\r\n public int operar() {\n return 0;\r\n }", "title": "" }, { "docid": "214793095bbd1d041f745413c1bebfbe", "score": "0.5950207", "text": "private static boolean controlloGiornoNascit...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "bfde12f9200bf8674c0e5f8b37631004", "score": "0.0", "text": "public void onAnimationStart(Animation animation) {\n\t }", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
4f84e857470dd04339364ac634caf492
Handle a gameTimeChanged() event for a player.
[ { "docid": "e8702cbd723894722475ebfb64d1ada4", "score": "0.6643347", "text": "private void handleGameTimeChanged(int playerIndex, long timeMillis) {\n long moveTime = game.getSettings().getMoveTimeMillis() - timeMillis;\n Platform.runLater(() -> {\n switch(playerIndex) {\n ...
[ { "docid": "5421a7d2449eb5baac93c9b66ce6d401", "score": "0.8050435", "text": "void gameTimeChanged(int playerIndex, long timeMillis);", "title": "" }, { "docid": "37e426a6776947fd671400741d1e514d", "score": "0.7047529", "text": "void moveTimeChanged(int playerIndex, long timeMillis);...
b2dd7c322f2b4e435ffecf94df988a8f
/ / Stop executing commands in this Block. /
[ { "docid": "646a0d782e1a959867e7bfcc1bf33210", "score": "0.78702885", "text": "public void Stop()\n {\n // Tell the executing command to stop immediately\n if (activeCommand != null)\n {\n activeCommand.setExecuting(false);\n activeCommand.OnStopExecuting();...
[ { "docid": "bbba98d96475b87399529fc2c967b71b", "score": "0.7141422", "text": "@Override\n\tpublic void stopExecute() {\n\t}", "title": "" }, { "docid": "2668a129c89aaca72e58cb4f7534d41b", "score": "0.7127866", "text": "public void stop(){\n\t\t//suspends execution\n\t}", "title":...
93e4b37da1fe389c5a351f6cea2678fb
Returns the predicate symbol.
[ { "docid": "7e6204afd7fdffafedb6f3d3004ac044", "score": "0.8455663", "text": "public String getPredicateSymbol();", "title": "" } ]
[ { "docid": "5a25087fa250c4b875b177c86f230cb5", "score": "0.6591562", "text": "String getPredicate();", "title": "" }, { "docid": "28b2ae8940d242d8d02de9da1697b1e6", "score": "0.63328433", "text": "public Predicate getPredicate() {\n return this.predicate;\n }", "title":...
17ae11cee83311e8795457d81af0c77b
Sets the ringingDuration value for this AlcForwardState.
[ { "docid": "b023a31e63b0f923e8618037ece6bc29", "score": "0.7013928", "text": "public void setRingingDuration(org.apache.axis.types.PositiveInteger ringingDuration) {\r\n this.ringingDuration = ringingDuration;\r\n }", "title": "" } ]
[ { "docid": "5029e782c08d091fe572d6a8f94314c3", "score": "0.57948416", "text": "public org.apache.axis.types.PositiveInteger getRingingDuration() {\r\n return ringingDuration;\r\n }", "title": "" }, { "docid": "81e95d56fdaccfc8f73e3fc083e52d18", "score": "0.50427145", "text"...
d33b2ad495c79f090e4a7db7bf5603bd
SIMPLE GETTER & SETTERS
[ { "docid": "9a214e0f0d1e969c85465308c57b1893", "score": "0.0", "text": "public AliasableTableIF[] selectTables() { return _selectTables; }", "title": "" } ]
[ { "docid": "cae7dd0c3ea172c79f53946f56f87dc3", "score": "0.7322894", "text": "Object get();", "title": "" }, { "docid": "006c1e45b6bae4e8f6c0e3a81fef3a9f", "score": "0.67866874", "text": "protected abstract void registerGettersAndSetters();", "title": "" }, { "docid": "52...
ee807fe7cc6c67e3a6bf3ccb5c923415
Compares two Square objects to see if they are the same
[ { "docid": "4ecd552bf2a52dfad1fc014ce7fd925b", "score": "0.6755382", "text": "public boolean equals(Object object)\r\n {\r\n \r\n if(object instanceof Square)\r\n {\r\n Square other = (Square)object;\r\n if( this.getHeight() == other.getHeight() \r\n ...
[ { "docid": "ed7c77cbd5475ca71070a3da90573d59", "score": "0.6830864", "text": "@Test\n\tpublic void testSquareCordEqualsItsef() {\n\t\tSquareCoordinate c1 = SquareCoordinate.makeCoordinate(1, 2);\n\t\tassertTrue(c1.equals(c1));\n\t}", "title": "" }, { "docid": "1bf2f8ef5afa7e7dd57645ccfad4b63...
9f76750dd8bd6eb5db1a1b2026744b76
Get the username of the user
[ { "docid": "3ae1e182bac5160dbeffc9333f3fbc49", "score": "0.0", "text": "@Override\n public void onBindViewHolder(@NonNull UserViewHolder holder, int position) {\n holder.getUsernameText().setText(users.get(position).getUsername());\n //get the profile picture of the user\n setPro...
[ { "docid": "0499fd87beada200a8c90bf15f02b6b7", "score": "0.87687373", "text": "java.lang.String getUsername();", "title": "" }, { "docid": "0499fd87beada200a8c90bf15f02b6b7", "score": "0.87687373", "text": "java.lang.String getUsername();", "title": "" }, { "docid": "0499...
842683160afb87d028904f6c23a2818c
Set the value of username
[ { "docid": "dfbb2214a33b1853790f950d477e3dbc", "score": "0.7685412", "text": "public void setUsername(String username) {\r\n this.username = username;\r\n }", "title": "" } ]
[ { "docid": "49f542885c51feb5b0e16a83c3c008ef", "score": "0.866537", "text": "public final void setUsername(final String value) {\n username = value;\n }", "title": "" }, { "docid": "2f516d4d4f619485cda3bc957b385892", "score": "0.855142", "text": "void setUsername(String use...
e6c267a2eaaa697e42844dbb5506dcd0
$ANTLR end "rule__JvmTypeReference__Group_0_1_0__1" $ANTLR start "rule__JvmTypeReference__Group_0_1_0__1__Impl" InternalBotDuino.g:18886:1: rule__JvmTypeReference__Group_0_1_0__1__Impl : ( ruleArrayBrackets ) ;
[ { "docid": "aec9cd9176d50ee4b3bef4eaa2790bb4", "score": "0.8083554", "text": "public final void rule__JvmTypeReference__Group_0_1_0__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalBotDuino.g:18890:1: ( ( ruleAr...
[ { "docid": "aef5ce0e5a9e624d7b87930ef1fcd861", "score": "0.7879137", "text": "public final void rule__JvmTypeReference__Group_0_1_0__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalJexTest.g:21775:1: ( ( ruleArr...
f0a789983d77f3e16ed6a60fb74266c8
Returns the value of the given String property.
[ { "docid": "32365d700d5b59e023bda645e6225edd", "score": "0.0", "text": "public String getString(String name, String defaultValue) {\r\n\t\tif (!hasString(name)) {\r\n\t\t\treturn defaultValue;\r\n\t\t}\r\n\t\treturn stringProps.get(name);\r\n\t}", "title": "" } ]
[ { "docid": "28289ded26589985fe89847dd81e37a8", "score": "0.79381526", "text": "default Optional<String> stringValue(String property) {\n return getValue(property);\n }", "title": "" }, { "docid": "bd75797430eaf94e5e754ee9c9d0a243", "score": "0.7751393", "text": "public Stri...
a16280c5ec939087159cf7aba2684af7
Return the member that represents this node.
[ { "docid": "8f783bfd85f3638eef618b28a4e36863", "score": "0.65560114", "text": "public Member getLocalMember() {\n return membershipService.getLocalMember();\n }", "title": "" } ]
[ { "docid": "4ece43b2b47f06b6691e6a0691c9dd7e", "score": "0.80299735", "text": "public String getMember() {\r\n return member;\r\n }", "title": "" }, { "docid": "c5084e682ac49ca190fbe36172394838", "score": "0.800625", "text": "public String getMember() {\n return memb...
22befaff0d5703692f330328cba19379
Check if the audio manager is playing music thus implying that the music track has already been set up.
[ { "docid": "7fce3c256cf6a9902bc33cb5b13a1047", "score": "0.8600894", "text": "public void checkIfMusicIsPlaying(){\n if(audioManager.isMusicPlaying()){\n musicPlaying = true;\n }\n else{\n musicPlaying = false;\n }\n }", "title": "" } ]
[ { "docid": "3f6194ed01e90367a06505b61e6bae1a", "score": "0.7356787", "text": "public void setUpMusic(){\n musicSetUp = false;\n if(musicPlaying) musicSetUp = true;\n if(!musicPlaying && mainGameActive && masterVolumeOn) startMusic();\n }", "title": "" }, { "docid": "2...
6db01b5ad534f5ceef221af37b9068a6
This will simply load the file by blocks of x rows, then sort them inmemory, and write the result to a bunch of temporary files that have to be merged later. If the sort can fit into memory it just writes the output straight away
[ { "docid": "2a04c6ba2e5e7eaffa6f55bc65103ac8", "score": "0.6813184", "text": "public List<File> sortInBatch(Reader inFile, Writer outFile, Comparator<String> cmp) throws IOException {\n\t\tList<File> files = new ArrayList<File>();\n\t\tBufferedReader fbr = new BufferedReader( inFile );\n\t\t\n\t\ttry{\...
[ { "docid": "3591dd7ce63ea990625ae72de0b618b3", "score": "0.7061749", "text": "private File sort() throws IOException {\n\n tempDirectory.mkdirs();\n\n // read the input into sorted small files\n long time = System.currentTimeMillis();\n count = 0;\n List<File> files = ...
b79874337e27c47aeff47076fd9b9bde
$ANTLR end "rule__StatDSL__ProgramAssignment" $ANTLR start "rule__Program__NameAssignment_1" ../fr.imta.tp2.statDSL.ui/srcgen/fr/imta/tp2/statDSL/ui/contentassist/antlr/internal/InternalStatDSL.g:1022:1: rule__Program__NameAssignment_1 : ( RULE_ID ) ;
[ { "docid": "a916d66e398227e3d6703129c64b0e4b", "score": "0.81020623", "text": "public final void rule__Program__NameAssignment_1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../fr.imta.tp2.statDSL.ui/src-gen/fr/imta/tp2/stat...
[ { "docid": "d970be41ae4300e490e5949f855bbb3a", "score": "0.74755955", "text": "public final void rule__Program__Group__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../fr.imta.tp2.statDSL.ui/src-gen/fr/imta/tp2/statDS...
b649a867a0ce126e22d3185ab6b828a4
is site (row i, column j) open? Checks if is open.
[ { "docid": "93a8eb48bbbfdf5c13a99c5cc9908e75", "score": "0.708519", "text": "public boolean isOpen(int i, int j) {\n\t\t assertValidIndices(i,j);\n\t\t return grid[i-1][j-1];\n\t }", "title": "" } ]
[ { "docid": "9d348b4d118c1652baab369bbb08a4ac", "score": "0.81530726", "text": "public boolean isOpen(int row, int col) {\n if (!validSite(row, col)) {\n throw new IndexOutOfBoundsException();\n }\n return open[site(row, col)];\n }", "title": "" }, { "docid": "0efba7565bce05...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e7428ec0239017e60d2a28e4329f8674", "score": "0.0", "text": "@Override\n\t\tprotected void onPreExecute() {\n\t\t\tsuper.onPreExecute();\n\t\t\tdialog.setTitle(\"Downloading\");\n\t\t\tdialog.setMessage(\"Please Wait!!\");\n\t\t\tdialog.setCancelable(false);\n\t\t\tdialog.show();\n\t\t}", ...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
9f454b72e7265de4e4e5465a80440652
Sets the receiver field of the message and notifies any observers of the change.
[ { "docid": "422801d4b9cca16c12629267ecf18d72", "score": "0.6533779", "text": "public synchronized void setReceiver(String val) {\n String tmp=getReceiver();\n setParameter(\"receiver\",val);\n pcs.firePropertyChange(\"receiver\", tmp, val);\n }", "title": "" } ]
[ { "docid": "2687ece8535e22ff58a37ef3d54688ae", "score": "0.670463", "text": "public void setReceiver(java.lang.String receiver) {\n this.receiver = receiver;\n }", "title": "" }, { "docid": "4f204a1df182e5425280c36105ce5e69", "score": "0.6697264", "text": "public void setMe...
f8eb16f5c80c3305a74115875d483aae
Last tmp by id
[ { "docid": "450017832d6bf276db9049ce75822e6f", "score": "0.6226899", "text": "public Ds18data findlast(Long id) {\r\n\t\treturn dao.findTop1ByDevice_idOrderByAdddateDesc(id);\r\n\t}", "title": "" } ]
[ { "docid": "7d0683dc816579ad2af7d607debe12f6", "score": "0.59822017", "text": "public Integer getTmpId() {\n return tmpId;\n }", "title": "" }, { "docid": "b72dfec68a1fb85247d21ac25ef6bb81", "score": "0.5922075", "text": "public T last();", "title": "" }, { "doc...
f7eaa77064122f58166a8e2e26b1ed02
Created by chunlong.wchl on 2015/6/3.
[ { "docid": "3ef07c6ca121fadea25902148bbdc7a6", "score": "0.0", "text": "@GroupSequence({Default.class, GroupA.class, GroupB.class})\r\npublic interface Group {\r\n}", "title": "" } ]
[ { "docid": "1260bf70decb91faff8466bae6765ba2", "score": "0.6038868", "text": "private stendhal() {\n\t}", "title": "" }, { "docid": "ea8460c7314de45803a19bf7c984d4bf", "score": "0.6025764", "text": "@Override\n public void perish() {\n \n }", "title": "" }, { ...
3300ff40af905f33061b8084a8eb6548
FIXME: this should use an implementationindependent URI class
[ { "docid": "af6bdfd583069283b956d9e92dcabc9d", "score": "0.0", "text": "RippleValue value( String s, URI dataType ) throws RippleException;", "title": "" } ]
[ { "docid": "097967d3e9862a34b83ac782a71d5005", "score": "0.80633044", "text": "java.lang.String getURI();", "title": "" }, { "docid": "d840d5ade3196ab8926b785cfbb5aa26", "score": "0.8027376", "text": "abstract String getUri();", "title": "" }, { "docid": "92bbb8ddeba4cfb2...
c2d57177df19a962065cc60fddf675da
Add the tag to tag.
[ { "docid": "b85156ae86d3288700fac24dd58f9ba7", "score": "0.0", "text": "public HtmlTd< T > td()\n {\n return addChild( new HtmlTd< T >() );\n }", "title": "" } ]
[ { "docid": "29a0339158cfd1bdf2da5baf4ff36eeb", "score": "0.79919046", "text": "public void addTag(String tag){\n\t\ttags.add(tag);\r\n\t}", "title": "" }, { "docid": "c11b4ebfd12d8b78a89d66de8141b34c", "score": "0.796966", "text": "public void addTag(Tag tag){\n if( ! this.tag...
0822c539a4bbb4d0591ba561ba03884c
Called when this Fragment is being created. This makes sure that the container activity has implemented the callback interface. If not, it throws an exception
[ { "docid": "1153bc98f39cc36656a011825f1cf11c", "score": "0.0", "text": "@Override\n public void onAttach(Activity activity) {\n super.onAttach(activity);\n try {\n mCallback = (MenuListener) activity;\n } catch (ClassCastException e) {\n throw new ClassCastE...
[ { "docid": "e469053b60ad0b491e91ec1aae4c659b", "score": "0.6837153", "text": "@Override\n protected void onFragmentPostCreation(View containerView) {\n\n }", "title": "" }, { "docid": "35bb0fe62b44bcd56c2ce563127051d6", "score": "0.68337905", "text": "@Override\n\tpublic void o...
e5f181e2e46c05223328e4577ab2ad74
create two new instances of Animal
[ { "docid": "a487319a7ba61cef9d4d6b76aeea207c", "score": "0.0", "text": "public static void main(String[] args)\n {\n Animal tom = new Animal(\"tiger\", 4, 6.0);\n Animal bob = new Animal(\"human\", 4, 1.0);\n\n // verify that the tom object's instance variables\n // were ...
[ { "docid": "ed0784341831c4591d8acbbe0ddd2140", "score": "0.6585974", "text": "public static void main(String[] args) {\n\n Animal a1=new Dog();\n a1.makeNoise();\n //here we r reassigning a1 to a new object\n a1=new Horse();\n a1.makeNoise();\n\n Animal a2 = new...
30cb8235e60a28d9f755034f4245ff81
Returns the last trade in the ordered set where userId = &63;.
[ { "docid": "1b5f43898d59ec9c9cfaddd8e120a320", "score": "0.77282655", "text": "public com.currencyfair.model.Trade fetchByUserId_Last(long userId,\n com.liferay.portal.kernel.util.OrderByComparator orderByComparator)\n throws com.liferay.portal.kernel.exception.SystemException;", "titl...
[ { "docid": "807265eafa08abd50175ec1f15286621", "score": "0.7809394", "text": "public com.currencyfair.model.Trade findByUserId_Last(long userId,\n com.liferay.portal.kernel.util.OrderByComparator orderByComparator)\n throws com.currencyfair.NoSuchTradeException,\n com.liferay.po...
45e59a4f73280bab89edb667ee0f3cc6
Returns it's super method along with it's ship object's
[ { "docid": "d0cc5050807231d3058f5c554b450469", "score": "0.5091921", "text": "public String toString() {\n if (ship != null)\n return \"\\n Dock: \" + super.toString() + \"\\n \" + ship.toString();\n else\n return \"\\n Dock: \" + super.toString();\n\n\n }", ...
[ { "docid": "956f04a21caacb4433b93f58d7db3da7", "score": "0.6259622", "text": "@Override\n public void method(){\n Sea.super.method();\n Air.super.method();\n }", "title": "" }, { "docid": "9a537f54fad7cc5bd07b765ee8e6c096", "score": "0.61786985", "text": "public A...
cc1698ddc5ba52a9c980d822767e8c76
Adds the specified element to this heap in the appropriate position according to its key value Note that equal elements are added to the right.
[ { "docid": "ee53ab1ac3059bc5989b0e0c1318942a", "score": "0.5966794", "text": "@Override\n public void addElement(T t) {\n HeapNode<T> node = new HeapNode<>(t);\n if (this.getRoot() == null) {\n node.setRoot(node);\n } else {\n HeapNode<T> next_parent = getNe...
[ { "docid": "dbf0a22baa9b94080b39f5252ca21d1b", "score": "0.69851744", "text": "@Override\n\tpublic void add(K element, long priority) throws QueueFullException {\n\t\t// TODO 07 add the item element with the priority priority to the heap\n\t}", "title": "" }, { "docid": "ce2fd963f3666ee3c3a9...
8ca4409189d7d8b13569e2a335ed7a30
Constructor of an explosion animation.
[ { "docid": "e5b89b0fa04f7f7c0433f16c1497a1cd", "score": "0.6386202", "text": "public Explosion(int nParticles, double coordX, double coordY) {\n Random generator = new Random();\n\n // Create timer to animate the explosion\n Timer timer = new Timer(DEFAULT_SPEED_DELAY, actionEvent -...
[ { "docid": "89c44b2638aec66fe73a419d9d8db19e", "score": "0.7264449", "text": "public Explosion createExplosion(){\n Texture texture1 = manager.get(\"img/Boom.png\");\n\n ///////////////////////////////////////////////////////////////////////////////////////////////////////////\n ret...
66a02ffbcadf865c99bae7cbf360138e
Insert value into column of given name. Object is automatically translated onto matching JDBC type.
[ { "docid": "17f29436270bd1b65553651890b29b4c", "score": "0.0", "text": "public InsertQuery value(String fieldName, Object value) {\n valueNames.append(fieldName).append(\", \");\n values.append(\":\").append(fieldName).append(\", \");\n query.setArgument(fieldName, value);\n ...
[ { "docid": "d3f8db44c1c8fec5bc86e2b3463a2961", "score": "0.65201414", "text": "void put(String sColumnName, Object oValue) throws ArrayIndexOutOfBoundsException;", "title": "" }, { "docid": "2847f941d73f789df6b64623f641d331", "score": "0.62797946", "text": "protected void setColumn (...
8aa1630516eb2d3d26e16fb53b9d53ac
$ANTLR end "rule__XAnnotation__Group__3__Impl" $ANTLR start "rule__XAnnotation__Group_3__0" InternalEmfSupportDsl.g:6238:1: rule__XAnnotation__Group_3__0 : rule__XAnnotation__Group_3__0__Impl rule__XAnnotation__Group_3__1 ;
[ { "docid": "87e655507b689c7e0b901b40b7d64981", "score": "0.7929896", "text": "public final void rule__XAnnotation__Group_3__0() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalEmfSupportDsl.g:6242:1: ( rule__XAnno...
[ { "docid": "a6988e03785e3d138a7a419b84686900", "score": "0.81013715", "text": "public final void rule__XAnnotation__Group_3_1_0__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.guicemodules.ui/src-gen/org/xtext/g...
6a7a98c6302e54959d20500304b0b44c
repeated .org.roylance.yaorm.Task processing_tasks = 9;
[ { "docid": "1184dbfc9805a8eceeec368be3aa72e1", "score": "0.0", "text": "public java.util.List<org.roylance.yaorm.TestingModel.Task> getProcessingTasksList() {\n if (processingTasksBuilder_ == null) {\n return java.util.Collections.unmodifiableList(processingTasks_);\n ...
[ { "docid": "29deb0b0a7187367163a98df9570b534", "score": "0.652358", "text": "org.roylance.yaorm.TestingModel.Task getProcessingTasks(int index);", "title": "" }, { "docid": "227d694f0b063b8d87b8379807b1a727", "score": "0.6251243", "text": "org.roylance.yaorm.TestingModel.Task getNewT...
5b5ecdad7988dcbf672f5ad14b6a18dc
tests if a button is within the bounds of the array
[ { "docid": "3b8db7d9780b5b07dca67718cccbf1ee", "score": "0.81019205", "text": "public boolean testBounds(int buttonX, int buttonY){\n if(buttonY < 0) //checks upper bound\n return false;\n if(buttonY > buttonArray.length - 1) //checks lower bound\n return false;\n if(buttonX < 0) //ch...
[ { "docid": "8d715d1a6714f3d87819efaacfa787fb", "score": "0.667692", "text": "boolean isWithinBoundsOfWindow() throws WidgetException;", "title": "" }, { "docid": "721408382e61bbd59b1b2175863b3cab", "score": "0.662205", "text": "protected boolean contains(Point p) {\r\n // chec...
150c24a47b8b6c55c40a136f73e68254
$ANTLR end "rule__ArrowType__Group__33__Impl" $ANTLR start "rule__ArrowType__Group__34" InternalCk2Gfx.g:11337:1: rule__ArrowType__Group__34 : rule__ArrowType__Group__34__Impl rule__ArrowType__Group__35 ;
[ { "docid": "fde5e4b43fccb1237c92a1eb9c06c832", "score": "0.79037213", "text": "public final void rule__ArrowType__Group__34() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalCk2Gfx.g:11341:1: ( rule__ArrowType__Gr...
[ { "docid": "0e0986bc7f6309d346db88e147a1ae08", "score": "0.77448624", "text": "public final void rule__ArrowType__Group__33() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalCk2Gfx.g:11314:1: ( rule__ArrowType__Gr...
9f187a1a3261d844b9ad9149ded99290
TODO: Derek Ruths completeLoad this comment
[ { "docid": "13f5a2dd703cb01cbfe599179d4c9f64", "score": "0.0", "text": "public interface TransactionListener {\n\n /**\n * \n */\n public void transactionOccured(byte[] transaction);\n}", "title": "" } ]
[ { "docid": "a3bf2408f0fad0be77eaf34e9a3ea7d4", "score": "0.6651258", "text": "@Override\r\n\tprotected void load() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cc6f046e041cacf13404bcab2491f1de", "score": "0.6625376", "text": "@Override\n\tprotected void load() {\n\n\t}", "title": ...
78db87fb3a5e6681ebc537ee7aa638a1
Realiza la apertura de caja para el usuario.
[ { "docid": "0715a09a21e1d5a59a3b3f5fa3d0e51b", "score": "0.6903491", "text": "public void abrirCaja() {\n cajaActual = cajasService.abrirCaja(authBackingBean.getUserLoggedIn());\n }", "title": "" } ]
[ { "docid": "8f3fd4add9a9312fd0be21b3867bf493", "score": "0.60189664", "text": "private void analizarPreguntasAlUsuario() {\n\t\tmusica_usuario = myManager.UserMusics().findByUserMusicChatid(usuario.getChatId());\r\n\t\tint caso = usuario.getCaso();\r\n\t\tswitch(caso){\r\n\t\t\tcase PREGUNTAR:\r\n\t\t\...
cc9d4112497f50107984dfe4b4c3d8b5
This method was generated by MyBatis Generator. This method sets the value of the database column JH_Auth_Branch.TXLQX
[ { "docid": "bb2edb47bb6e62d6d473c7e50c41a9e9", "score": "0.58740264", "text": "public void setTxlqx(String txlqx) {\n this.txlqx = txlqx;\n }", "title": "" } ]
[ { "docid": "f5d1f357ed590bc01a387b9dfb9bca09", "score": "0.5375239", "text": "void setBranch(String branch) {\n _branch = branch;\n }", "title": "" }, { "docid": "367654404f1d7a9f7c9ffc3f8c9b39a5", "score": "0.52982986", "text": "public void setCxSalerBranch(java.lang.Strin...
c7e8549d47a270d885f358935a376464
Created by Vinh on 10/23/2017.
[ { "docid": "1183d05b1c8f01f27ca0af3f85be7c28", "score": "0.0", "text": "public interface ReportTaskFmView {\n void showNoReport();\n\n void setListReport(List<ReportTasksRow> arrDocConnect, ModuleRow moduleRow);\n}", "title": "" } ]
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.65276366", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1f6ca7603428a226b143ebf504f69fdb", "score": "0.60218334", "text": "@Override\n protected void initialize() {\n \n }", "tit...
54367d69a1f1e7d19df0d4512d543090
Gets the "precision" element
[ { "docid": "f03c018aaa035d273e1962077546d662", "score": "0.8134515", "text": "public java.lang.String getPrecision()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.apache.xmlbeans.S...
[ { "docid": "6468e377d53b4646dd0eec55af4ad41d", "score": "0.79830706", "text": "String getPrecision();", "title": "" }, { "docid": "e7284154bcf6673cff36488062d44fdc", "score": "0.7642289", "text": "public org.apache.xmlbeans.XmlString xgetPrecision()\n {\n synchronized (moni...
e6ff8782f7fa94e95cded74a6e086a24
Sign out from the current account
[ { "docid": "a77d1fe076ea90e01f4b8960566d44d5", "score": "0.7453233", "text": "public void signOut (View view){\n FirebaseAuth.getInstance().signOut();\n Intent intent = new Intent(getApplicationContext(), Login.class);\n startActivity(intent);\n finish();\n }", "title"...
[ { "docid": "23d46bbef819b2d60da44ea2eae97331", "score": "0.82415706", "text": "public void signOut();", "title": "" }, { "docid": "206088337de08193a392f338438a604e", "score": "0.793209", "text": "public static void signOut() {\n String user = getUser();\n if (user != nu...
d1bf1e66f45d4c4c85cec92d2f903cfa
With this method the programs sends... ID IDREQUEST
[ { "docid": "287b6d09e4226ec69f3b8db142e9af6c", "score": "0.0", "text": "public void send(int id, String type, int data) {\n\t\ttry {\n\t\t\tsenderBuzon.send(new Message(id, type, String.valueOf(data)));\n\t\t} catch (InterruptedException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "title": "" }...
[ { "docid": "e6d3feafb2badbe0a79c89a00d40d70f", "score": "0.6838973", "text": "java.lang.String getRequestID();", "title": "" }, { "docid": "c7634ca982aee0229f1bc1a045f7cbb3", "score": "0.66406965", "text": "public int getRequestID();", "title": "" }, { "docid": "de827f4f9...
e77fc6162c1dfe91163b6368e79816f4
Spawns one boss at difficulty 1 and then +1 boss for each 3 difficulty level increased capping at 3 bosses. That is level 1 = 1 boss, level 2 = 1 boss, level 3 = 1 boss, level 4 = 2 boss etc.
[ { "docid": "aa0bbf747d803cc76a40cf6385058684", "score": "0.60181624", "text": "private int getBossAmount() {\n\t\tint cap = 3;\n\t\tint amount;\n\t\tint difficulty = getDifficulty();\n\t\tif (difficulty < 1) {\n\t\t\treturn 1;\n\t\t}\n\t\tamount = (difficulty - 1) / 3 + 1;\n\t\tif (amount > cap) {\n\t\t...
[ { "docid": "f02984749a046cdb01274f260e857fc5", "score": "0.6208294", "text": "@Override\n protected void createEnemies() {\n// newEntity = new EnemyBattleEntity(new SpawnCoordinate(80, 70, 1), Bestiary.PLANT_MONSTER.build());\n// newEntity.setBattle(this);\n// enemies.add(newEntity);\n// ne...
fb0afe36292ff0fcdf874e16d121c172
End of variables declaration//GENEND:variables
[ { "docid": "a77ee7ce0f217aaa36b475e155288d73", "score": "0.0", "text": "private Point calculaLocal(JDesktopPane dpArea, JInternalFrame p) {\n return new Point(((dpArea.getWidth() - p.getWidth()) / 2), ((dpArea.getHeight() - p.getHeight()) / 2));\n }", "title": "" } ]
[ { "docid": "b8301f10c98dca7e2cca7754d3fb0c03", "score": "0.6359434", "text": "public void lavar() {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t}", "title": "" }, { "docid": "8c4be9114abb8cb7b57dc3c5d34882a8", "score": "0.6280371", "text": "public void mo38117a() {\n }", ...
adfc518fab2e1544325500a352c5d882
returns msg with recipient ID if successful, error msg if not
[ { "docid": "f3309db946deb4b9d756a419116f8636", "score": "0.0", "text": "private String subscribe(String email, NewsletterItem newsltr, Org org) {\r\n String responseMsg = \"\";\r\n long newsltrId = newsltr.getId();\r\n\r\n try {\r\n //Get welcome program from Org\r\n ...
[ { "docid": "653d0f682fdca260f71675492222ea57", "score": "0.6534249", "text": "public Msg getFuturMsgByID(String id){\n for (Msg msg : allFutureMessages) {\n if (String.valueOf(msg).split(\"@\")[1].equals(id)){\n return msg;\n }\n }\n return null;...
558b92bf74c9e9be31c451b911dbaac7
Metodo set de detalle de la noticia
[ { "docid": "25de986686d5cd1db7c05738eb86f650", "score": "0.551085", "text": "public void setDetalle(String detalle) {\n this.detalle = detalle;\n }", "title": "" } ]
[ { "docid": "364568449bec65622e5f88857a7210e7", "score": "0.6095256", "text": "public Noticia(String titulo, String descripcion, String detalle)\n {\n this.titulo = titulo;\n this.descripcion = descripcion;\n this.detalle = detalle;\n }", "title": "" }, { "docid": "...
d2c16747736a4f29c1d84e45ea01041a
This method should flush all the records in all files on disk.
[ { "docid": "4ff72ca321046b57402edcd7f19a997d", "score": "0.0", "text": "void flush();", "title": "" } ]
[ { "docid": "6cc0278aa3f045f0fcbb0042d6e6fecb", "score": "0.77354914", "text": "public void flushAllRecords() {\n\t\trecords = new LinkedList<>();\n }", "title": "" }, { "docid": "5abd9a188341299173833388f54c329a", "score": "0.7521736", "text": "void flushAll();", "title": "" ...
9281f0158a1d2eddbe38e1566005a6a3
GETTERS AND SETTERS \\
[ { "docid": "ae2897bd96533c38101f0be3a2b2e19c", "score": "0.0", "text": "public void addPage() {\n this.page++;\n System.out.println(this.page);\n }", "title": "" } ]
[ { "docid": "63fbd9ecb5e948924b6f53e4ff4ef490", "score": "0.7208953", "text": "@Test\n\tpublic void basicSetGet() {\n\t\tString v = \"value\";\n\t\tpe.setString(v).setInteger(1);\n\t\t// verify set value\n\t\tassertEquals(v, handler.data.get(\"string\"));// direct\n\t\tassertEquals(v, pe.get(\"string\"))...
ce897a9da1937eb837dc6ac32edf8796
end getVal(...) Returns the value in a 3D image buffer of the pixel at location slice, row, col
[ { "docid": "cfb22672b222344f09dd89dadcdaf9aa", "score": "0.82646465", "text": "private float getVal(float[] buffer, int col, int row, int slice) {\r\n float rtnVal;\r\n if (col < 0) col = 0;\r\n if (col >= xDim) col = xDim - 1;\r\n if (row < 0) row = 0;\r\n if (row >= yDim) row = yDim - 1;\r\n...
[ { "docid": "60de497820f058ed892f894a5a2b36eb", "score": "0.78407395", "text": "private float getVal(float[] buffer, int col, int row) {\r\n float rtnVal;\r\n if (col < 0) col = 0;\r\n if (col >= xDim) col = xDim - 1;\r\n if (row < 0) row = 0;\r\n if (row >= yDim) row = yDim - 1;\r\n rtnVal =...
3ac421b172e56eef89ba97927451beba
Returns number of milliseconds of publishing
[ { "docid": "c707ac36d81ee25b79e1513bd1aeb555", "score": "0.0", "text": "@Override\n public long progressInterval() {\n return 200;\n }", "title": "" } ]
[ { "docid": "3a4a9e5caf583926788ac805a639cfbc", "score": "0.6872391", "text": "long getSentTimeMillis();", "title": "" }, { "docid": "51524ae259b05a94d2b7e152e374ab2b", "score": "0.6620994", "text": "long getTimeMs();", "title": "" }, { "docid": "a9f690fd5b2a8e4517f311abc6...
da76938e96d30c114f6d3c8ae04566c6
display all books on main page
[ { "docid": "926f66f46e75f34d748a3e6ca24ec689", "score": "0.66024154", "text": "@RequestMapping(\"/\")\n\tpublic String index(Model viewModel) {\n\t\tList<Book> books = this.bService.getAllBooks();\n\t\tviewModel.addAttribute(\"allbooks\", books);\n\t\treturn \"index.jsp\";\n\t}", "title": "" } ]
[ { "docid": "a33b0cb15baf29f208e7392c7f4811b2", "score": "0.78409785", "text": "@RequestMapping(value = \"/all\", method = RequestMethod.GET)\r\n\tpublic String viewAllBooks(Model model) {\r\n\t\tmodel.addAttribute(\"information\", \"Listed below are all books owned by the library. Click on the title, au...
cce405a1d129bb2594f68e2ee7ee8871
Set value of Createable
[ { "docid": "4671f112bb7c4c9dedd8d94272094aeb", "score": "0.6870935", "text": "public final void setCreateable(java.lang.Boolean createable)\n\t{\n\t\tsetCreateable(getContext(), createable);\n\t}", "title": "" } ]
[ { "docid": "40173558b11b550a121959880b487542", "score": "0.6916561", "text": "public final void setCreateable(com.mendix.systemwideinterfaces.core.IContext context, java.lang.Boolean createable)\n\t{\n\t\tgetMendixObject().setValue(context, MemberNames.Createable.toString(), createable);\n\t}", "tit...
309ec8b1bbc4dad04dcbae9df96e1254
$ANTLR end "rule__QName__Group__1__Impl" $ANTLR start "rule__QName__Group_1__0" InternalXercise.g:1635:1: rule__QName__Group_1__0 : rule__QName__Group_1__0__Impl rule__QName__Group_1__1 ;
[ { "docid": "f3b83df6912fc050756b9746c5762fdc", "score": "0.7961921", "text": "public final void rule__QName__Group_1__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalXercise.g:1639:1: ( rule__QName__Group_1__0__Impl rul...
[ { "docid": "fb7c90822a1ca75bd090c906d4c70373", "score": "0.8109322", "text": "public final void rule__QName__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalXercise.g:1585:1: ( rule__QName__Group__0__Impl rule__Q...
d54e1712f61709927859f05fe6a4f3cb
Default constructor of the reasoner.
[ { "docid": "1bd09d969a74993bb023f94928394ff0", "score": "0.0", "text": "public ExquisiteOWLReasoner(DiagnosisModel<OWLLogicalAxiom> dm,\r\n OWLReasonerFactory reasonerFactory)\r\n throws OWLOntologyCreationException {\r\n this(dm, reasonerFactory, null);\...
[ { "docid": "75f8b796f8fc21dcb8aa5f66ba79ac5e", "score": "0.68400496", "text": "private Tweet() {\n this(\"\", -1, \"\", false);\n }", "title": "" }, { "docid": "f5233bd90114ab008f52c0c1b1ab47f4", "score": "0.6649459", "text": "public Note() {\n\t\tsuper();\n\t}", "title...
c590ed229c6884cce6de140983d6e293
Returns the multipart reqeust.
[ { "docid": "fc88ba3648136421bda94c733ad63aa0", "score": "0.7356281", "text": "THttpMultipart multipart();", "title": "" } ]
[ { "docid": "c7af161e8ed2eb588156bf7512131546", "score": "0.6924315", "text": "public interface MultipartRequest extends HttpRequest {\n\n /**\n * <p> Return an {@link java.util.Iterator} of String objects containing the parameter names of the multipart files\n * contained in this request. The...
142b5bee8b427f69f6ae9acddc1705ae
This method was generated by MyBatis Generator. This method sets the value of the database column order.fee
[ { "docid": "e9853e178ff02d824cf6e1b58d8b3327", "score": "0.7181021", "text": "public void setFee(BigDecimal fee) {\n this.fee = fee;\n }", "title": "" } ]
[ { "docid": "e8e8e80b953d43dc318a19326f472c82", "score": "0.7204208", "text": "public void setFee(BigDecimal fee) {\r\n this.fee = fee;\r\n }", "title": "" }, { "docid": "0d56b4a3a5fd92431cb05b9aa74f79fb", "score": "0.7163725", "text": "public void setFee(MoneyAmount fee) {\...
c6ea205a70baf30de812cdcbd3eddca9
Specifies a Predicate that evaluates to True if the value of the attribute in this PredicateGenerator object is greater than the given value.
[ { "docid": "fee240def88df594cc3b570ae1f782eb", "score": "0.6648364", "text": "public final AndOrConnector<T, BUILDER> isGreaterThan(V value) {\n if (joinedAttribute == null) {\n if (predicateApplier.builder.predicateConnector.equals(\"and\")) {\n predicateApp...
[ { "docid": "3deafdc8b9e288ff9f4a977a59517b77", "score": "0.63523376", "text": "public final AndOrConnector<T, BUILDER> isGreaterThanOrEqualTo(V value) {\n if (joinedAttribute == null) {\n if (predicateApplier.builder.predicateConnector.equals(\"and\")) {\n pr...
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": "6e81872fdf2d1a4bc55669c00fcf0d0e", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents()\n {\n\n jPanel2 = new JPanel();\n jLabel1 = new ...
[ { "docid": "0683d7c04886f33eb3de4cd0ed5cbadc", "score": "0.74529076", "text": "public Herrendjimi1() {\n initComponents();\n }", "title": "" }, { "docid": "a265c28895719fa5abe69bc5acb37bbf", "score": "0.7301484", "text": "public FormLat3() {\n initComponents();\n ...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "37d6e5ab65296d173cfab59affc491a5", "score": "0.0", "text": "public java.lang.String getFormGroupIdName(){\n return localFormGroupIdName;\n }", "title": "" } ]
[ { "docid": "d665e7d91002d5e9b417e001ca6ab4a3", "score": "0.7485485", "text": "@Override\n public abstract String get();", "title": "" }, { "docid": "8d5e1e149b54434e5ef011301af95400", "score": "0.7425297", "text": "public Object get();", "title": "" }, { "docid": "cae7...
82fb34a3ff88bc3237d99acfe9bc2999
Obtain the identifier of the predecessor of this node as int.
[ { "docid": "a4116b694bee2873483e534fc685cd19", "score": "0.5747104", "text": "public static int getPredIDnum(){\n\t\treturn Integer.parseInt(config.get(PREDECESSOR));\n\t}", "title": "" } ]
[ { "docid": "e15a79eead62b538515cbe631c3bc79d", "score": "0.66539216", "text": "public Node predecessor() {\n Node x = this;\n if (left.ID != 0) {\n return left.maximum();\n }\n Node y = x.parent;\n while (y.ID != 0 && x == y.left) {\n x = y;\n ...
09432edeb0b3f182e416b9e840fced16
Tell all the components linked to the bus to write the given value at the given address
[ { "docid": "5cef37dfffac5b004329134f4c0f61bf", "score": "0.76568407", "text": "public void write(int address, int value) {\n Preconditions.checkBits16(address);\n Preconditions.checkBits8(value);\n for (Component c : components) {\n c.write(address, value);\n }\n ...
[ { "docid": "6f35a6028c07a49647583477bb360208", "score": "0.74141383", "text": "public void write(int address, int value);", "title": "" }, { "docid": "20954542065df6382a6407b3803009b4", "score": "0.70785743", "text": "public void write(int address, MixWord value)\n\t{\n me...
7e58c46aa0030c59a23c2cd0361317e1
Unsets the "env" element
[ { "docid": "b43c8a5c0757f647414ac5de46ea580a", "score": "0.80944526", "text": "public void unsetEnv()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n get_store().remove_element(ENV$6, 0);\r\n ...
[ { "docid": "98dae461d5cd67f6a794d3137d15e28f", "score": "0.8127897", "text": "public void unsetEnv()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n get_store().remove_element(ENV$4, 0);\r\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "bc9b5829e665444c85bae63b1741bec0", "score": "0.0", "text": "public Town getTraleeLocation1() {\n\t\treturn new Town(\"Town Park Denny Street\");\r\n\t}", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
76702687281751b29ac5abeb196f73a7
.demo_namespace.UserData user_data = 2;
[ { "docid": "f6239c658a5a4f71deadb06a07211e14", "score": "0.0", "text": "public com.mcicu.protobufvsjson.protobuf.ProtoMessages.UserData.Builder getUserDataBuilder() {\n \n onChanged();\n return getUserDataFieldBuilder().getBuilder();\n }", "title": "" } ]
[ { "docid": "8ea11be6474021877f536005cc865328", "score": "0.61881167", "text": "public void setUserData(Object data);", "title": "" }, { "docid": "56c51086a621570c02553d60b5790117", "score": "0.5953413", "text": "public static void main(String[] args) {\n\n System.out.println(c...
88d38c9f6a88afb5a429d613c337e1d2
Gibt den Startwert der laengsten ColatzFolge zurueck.
[ { "docid": "201d2084c12a38524c177d92bc07aaf2", "score": "0.0", "text": "public static Long getStartwert(){\r\n return laengsteCollatz.getStartwert();\r\n }", "title": "" } ]
[ { "docid": "93cd2b256a14cdd7ad8003133eba885d", "score": "0.68061346", "text": "public void start() {\r\n\t\t\r\n\t}", "title": "" }, { "docid": "48681449fa95b5320b7fd649cf34298c", "score": "0.675743", "text": "private void start() {\n\t\t\t\r\n\t\t}", "title": "" }, { "do...
3a373bc182e91ffe1e8ea8bf461bab40
/ Immunization add / get methods Add a new immunization record to the patient and return the immunization id
[ { "docid": "897148d980a5fc6ffce95f0ee931325d", "score": "0.79429483", "text": "public String addImmunization(String patientID) {\n\n IdType immunizationID = null;\n\n try {\n Patient patient = client.read()\n .resource(Patient.class)\n .with...
[ { "docid": "30be1484135ddc70301d8f691d0e80a8", "score": "0.6377964", "text": "public void addImmunizationCode(String immunizationID,String immunizationName) {\n\n try {\n Immunization immunization = client.read().resource(Immunization.class).withId(immunizationID).execute();\n\n ...
a6bd4f8a92f0d17cccff7c3c192d3ab3
Function to connect to API and get JSON object
[ { "docid": "86a7fea07e6b3caba19afff7650740e7", "score": "0.0", "text": "private String getData(String url) {\n\n HttpURLConnection connection = null;\n InputStream is = null;\n\n try {\n connection = (HttpURLConnection) (new URL(url)).openConnection();\n connec...
[ { "docid": "bf44bbdbd96c823f9d618c261c3e06a6", "score": "0.74963224", "text": "private JSONObject callJokeAPI() {\r\n JSONObject jObject = new JSONObject();\r\n try {\r\n URL url = new URL(JOKE_API_URL);\r\n String resp = NetworkUtil.httpResponse(url);\r\n ...
7c1fd09b1e69b55e8284fa25a00ed2a7
CR 2245 upsell discount prorate
[ { "docid": "c0e863367164272c1e685247637cc2cc", "score": "0.0", "text": "public void setDisallowPrerate(boolean disallowPrerate) {\n\t\tthis.mDisallowPrerate = disallowPrerate;\n\t}", "title": "" } ]
[ { "docid": "ea0bb0b0f6b215ee4dd75a8d80f038f8", "score": "0.6828584", "text": "double getDiscount();", "title": "" }, { "docid": "4d4282d4ac41e2333b6a935d3d014a1c", "score": "0.678757", "text": "int calculateDiscount();", "title": "" }, { "docid": "f0bc707d00ed8d7b9104cb8b...
9461ce03daf9c5acfdbb711384ff0ca7
Changes the current Ground object from the start lane to the Intersection object that is the neighbor of it
[ { "docid": "d6bf96325896e45a4020d66bcf6552d5", "score": "0.7350848", "text": "private synchronized void switchToIntersection() {\n\n onLaneSensor(false); // set lane sensor to false\n if (emergency) triggerEmergencySensor(false);\n\n Ground old = ground;\n ground = ground.get...
[ { "docid": "dcca4fcc262018446dd0c87012008e6a", "score": "0.5986184", "text": "public Intersection () {\n this.minTimeToChangeSegment = 0;\n this.trafficLight = new TrafficLight(1, 1);\n this.cars = new ArrayList<Car>();\n this.outSegmentsForCars = new ArrayList<Segment>();\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d0b500cfd3cb9ef5720765231564c71e", "score": "0.0", "text": "@Override\r\n\tpublic void deleteByCriteria(OperateLogCriteria operateLogCriteria) {\n\t\t\r\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}"...
407c7a9d855cbfdf0a9ddc3f010095f8
This thread first runs the game start sounds, and then constantly plays the playSound
[ { "docid": "c5795fc00c99226a66c4bca37591da8e", "score": "0.7629968", "text": "@Override\n public void run(){\n new GameStart().start();\n gameStartSleep();\n while(pacmanFrame.isRunning()) {\n playSound();\n }\n }", "title": "" } ]
[ { "docid": "cd4070442144e8097bdd3b076dab10c7", "score": "0.784057", "text": "@Override\n public void run() {\n while (true) {\n try {\n Thread.sleep(WAITING_TIME);\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n ...
e0ad17e3737838477197969eccd037e8
Gets the vms to datacenters map.
[ { "docid": "30dd748d986eb882d9102499d04ed9e2", "score": "0.7815471", "text": "protected Map<Integer, Integer> getVmsToDatacentersMap() {\nreturn vmsToDatacentersMap;\n}", "title": "" } ]
[ { "docid": "4af18256da4d47c44d0ee4aa6da3b389", "score": "0.85019207", "text": "protected Map<Integer, Integer> getVmsToDatacentersMap() {\r\n\t\treturn vmsToDatacentersMap;\r\n\t}", "title": "" }, { "docid": "1870fead5433d48b693af7b7b7969cf7", "score": "0.6803194", "text": "protected...
31f6a4ec8ea5418d973045ace24004cd
4000 = 4 detik
[ { "docid": "8f85c7db24cbd6322a3918d11f9b7ba2", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n\n setContentView(R.layout.activity_splash_screen);\n\n new Handler().postDelayed(new Runnable() {\n ...
[ { "docid": "1546ee8e88193cddf97491e0e84b0afd", "score": "0.64570713", "text": "public p073() {\n\n int limit = 12000;\n int result = 0;\n int a = 1, b = 3, c = 4000, d = 11999;\n\n while (c != 1 && d != 2){\n int k = (limit + b) / d;\n int m = k * c - a;...
47e49f16a134e33502226b7667c930d5
$ANTLR end "rule__Atributo__Group__1__Impl" $ANTLR start "rule__Atributo__Group__2" ../org.xtext.catalogo.ui/srcgen/org/xtext/ui/contentassist/antlr/internal/InternalCatalogo.g:2851:1: rule__Atributo__Group__2 : rule__Atributo__Group__2__Impl rule__Atributo__Group__3 ;
[ { "docid": "f1916ad13b9f8565471bbdaadc0cd373", "score": "0.8233549", "text": "public final void rule__Atributo__Group__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.catalogo.ui/src-gen/org/xtext/ui/contentassis...
[ { "docid": "aa4e0d52200ca344d2483fc38df4858f", "score": "0.79656065", "text": "public final void rule__Atributo__Group__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.catalogo.ui/src-gen/org/xtext/ui/contentassi...
c2df0fb11f308984406a47efdcaccbaf
Gets the number of selected reports
[ { "docid": "3e2499623a7c6e6b3dbd6fa6a1d064a2", "score": "0.80939484", "text": "public int getNumSelectedGalleryAppReports() {\n return selectedGalleryAppReports.size();\n }", "title": "" } ]
[ { "docid": "0e7edaa01773237d26d3cb99b3c0f8c8", "score": "0.7846765", "text": "@Override\n\tpublic int selectCountOfReport() {\n\t\treturn getSqlSession().selectOne(\"selectCountOfReport\");\n\t}", "title": "" }, { "docid": "9477b5acd73f92d1448dedce16b83c37", "score": "0.7511455", "te...
ce310627b8941effeb74917b1f632070
optional string ymd_first = 2; optional string ymd_first = 2;
[ { "docid": "fe74cc1fc24a36c8196fba5eb810e044", "score": "0.54429936", "text": "boolean hasYmdFirst();", "title": "" } ]
[ { "docid": "9efad77e1f6c2ef5a5b30f1c53fc1315", "score": "0.67182225", "text": "public Builder setYmdFirst(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000004;\n ymdFirst_ = value;\n onChanged();\n ...
8c21683ab0e5fe689e71328f1ee4e67d
loads requests from the specified folder.
[ { "docid": "795777f13a2a48513d073ce7beca25d8", "score": "0.7384669", "text": "public void loadRequests(){\n requests.clear();\n File folder = new File(requestsFolder);\n File[] listOfFiles = folder.listFiles();\n if ( listOfFiles != null) {\n for (int i = 0; i < li...
[ { "docid": "52fac7979254c2963dcd07d3ba3ed851", "score": "0.6138075", "text": "public void foldersLoader() {\n\t\ttry {\n\t\t\tJSONObject j = folders();\n\n\t\t\tFoldersListing list = new FoldersListing(c, foldersList, this);\n\t\t\tlist.setJson(j);\n\t\t\tlist.setFolderItems();\n\t\t\tObservableList<HBo...
51f2ef3c03ede748c15fa987f940946f
Gdx.gl.glClearColor(0, 0, 1, 1); Gdx.gl.glClear(GL20.GL_COLOR_BUFFER_BIT);
[ { "docid": "b9c39abe4dfcddc70e387893c7e40373", "score": "0.0", "text": "@Override\n\tpublic void render() {\n\t\tstage.act(Gdx.graphics.getDeltaTime());\n\t\t//Gdx.app.log(\"app\",\"spin\");\n\t\t//spinText();\n\t\tstage.draw();\n\t}", "title": "" } ]
[ { "docid": "3e1219e9aaa880308d1b0d96213ae765", "score": "0.8520533", "text": "@Override\n\tpublic void render(float delta) {\t Gdx.gl.glClearColor(0, 0.5f, 0f, 1);\n//\t Gdx.gl.glClear(GL10.GL_COLOR_BUFFER_BIT);\n//\n\t stage.act();\n\t stage.draw();\n\t}", "title": "" }, { "doci...
6a110a9b3d4dc58b99ff6f8b605012d1
SELECT/FILTER QUERIES FOR MYSQL fetch by category
[ { "docid": "602a8646b2b25b382b087d56b3177d72", "score": "0.0", "text": "@Test\r\n\tpublic void fetchByCategoryUsingService() {\r\n\t\tList<Product> prods = productService.fetchProductsByCategory(ProductCategories.BAKERY_DAIRY);\r\n\t\tfor (Product product : prods) {\r\n\t\t\tSystem.out.println(product);...
[ { "docid": "a11ece374a94fa2169612b60ab46c945", "score": "0.6236498", "text": "List<Query> getQueries(Category cat, Level level);", "title": "" }, { "docid": "c22fb7e611b7f7201834c773770c15cf", "score": "0.6197101", "text": "String getValues(Category category) throws FetcherException;...
3313585f1d034e13858796f7ea9f2977
ANWER: If (a, b) = (false, false)...Then expression = TRUE (a, b) = (false, true) ...Then expression = TRUE (a, b) = (true, false) ...Then expression = TRUE (a, b) = (true, true) ...Then expression = false
[ { "docid": "fb7e0a1eb9b3a68e2d2a0a797ecbf0b7", "score": "0.7290853", "text": "@Test\n public void part3j() {\n\n boolean a = true;\n boolean b = true;\n boolean result = !(a && b) && true;\n if(result == true){\n System.out.println(\"Is true: \" + \"!(a && b) &&...
[ { "docid": "b650abe2956dcccb6afc8507fe3d4d67", "score": "0.80657065", "text": "@Test\n public void part3i() {\n\n // ANWER:\n // If (a, b) = (false, false)...Then expression = TRUE\n // (a, b) = (false, true) ...Then expression = TRUE\n // (a, b) = (true, false) ...Then ex...
5f157fbf567902b5fa5d52255f7d9dca
Inserts and returns a new empty value (as xml) as the ith "SpeedStation" element
[ { "docid": "d5008bb0268e4f6f3cc54c07042bd90a", "score": "0.7131342", "text": "org.landxml.schema.landXML11.SpeedStationDocument.SpeedStation insertNewSpeedStation(int i);", "title": "" } ]
[ { "docid": "af75e321ea7a4e0bdd7939ad91bedfbc", "score": "0.7007775", "text": "org.landxml.schema.landXML11.SpeedStationDocument.SpeedStation addNewSpeedStation();", "title": "" }, { "docid": "ca98995bce7f1f9c1175f3eb2b89ab56", "score": "0.5676716", "text": "org.landxml.schema.landXML...
33c85452e45cf6744023db331c6212ad
Path to the directory with additional resources (i.e., JARs, configuration files etc.) to be added to the classpath. Such resources typically represent target MQ client libraries for the ConnectionFactory implementation.
[ { "docid": "78ce0975344a6504701d842eba4472a9", "score": "0.0", "text": "public final JMSConnectionFactoryProvider removeCflib() {\n properties.remove(CFLIB_PROPERTY);\n return this;\n }", "title": "" } ]
[ { "docid": "a446fc5ef691d97bef309ea92dc29a5a", "score": "0.5970045", "text": "public static void addJpfClassPath() {\n\t\tArrayList<File> paths = new ArrayList<File>();\n\n\t\tFile buildDir = new File(jpfHome, \"build\");\n\t\t\n\t\tpaths.add(new File(buildDir, \"jpf\"));\n\t\tpaths.add(new File(buildDi...
67232cd346b2ca8e378854c4466a26a9
Calculate the area of a circle with a given radius.
[ { "docid": "9c7ea6e26f49e65c5824a35e8ae534ea", "score": "0.75945914", "text": "public static double calculateArea(double enterRadius) {\n \n // Make a double\n double area;\n double radius = enterRadius;\n \n // Calculate area\n area = radius * radius * M...
[ { "docid": "c4532e52c7ce200855ea2ae1737ef46b", "score": "0.88312054", "text": "public static double areaCircle(double radius) {\r\n\t\tfloat pi = 3.14f;\r\n\t\tdouble area = radius * radius * pi;\r\n\t\treturn area;\r\n\t}", "title": "" }, { "docid": "aa2a9a535053a3e0dbf468518c392320", "...
7b06307adec299ebf0c85de595725255
The boundary in the conversation where the annotation starts, inclusive. .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
[ { "docid": "56bf99334470aed3e453651b7821ee67", "score": "0.8613352", "text": "com.google.cloud.contactcenterinsights.v1.AnnotationBoundaryOrBuilder getAnnotationStartBoundaryOrBuilder();", "title": "" } ]
[ { "docid": "dd30ef4b7ab7a327858747c093d67f6f", "score": "0.8687576", "text": "com.google.cloud.contactcenterinsights.v1.AnnotationBoundary getAnnotationStartBoundary();", "title": "" }, { "docid": "5ce2f613ea5023c4f208b2e3cf51757a", "score": "0.75654846", "text": "com.google.cloud.co...
e10d3655f65e8ce473b219ac9215a9ac
return a view with information
[ { "docid": "4e28228a8421ccf808149ab2d84ea231", "score": "0.0", "text": "@NonNull\n @Override\n public View getView(int position, View convertView, @NotNull ViewGroup parent) {\n String name = Objects.requireNonNull(getItem(position)).getName();\n int price = Objects.requireNonNull(getItem(positi...
[ { "docid": "e9f0d56afbcb8f84df5b3ff0840f9694", "score": "0.7765047", "text": "protected abstract View make_view();", "title": "" }, { "docid": "1b29cf6def0cc6d8c4d8fc0f159809f6", "score": "0.7353287", "text": "View createView();", "title": "" }, { "docid": "3f4a4a3a505947...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1ca30884e053572aadd299ebd366c351", "score": "0.0", "text": "@Override\n\tpublic void onClick(View v) {\n\t\tswitch (v.getId()) {\n\t\t\n\t\t//点击搜索按钮触发的功能\n\t\tcase R.id.search:\n\t\t\tIntent query_it = new Intent(MainActivity.this,\n\t\t\t\t\tQueryPatientActivity.class);\n\t\t\tquery_it.putE...
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6832814", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.6759608", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t}...
bb2469db07270ac43f4f72b4fba20e6a
Methode de test de construction d'un PitPanel par defaut.
[ { "docid": "3f7ef35c1369441b00d5f2ed4faef264", "score": "0.772909", "text": "private void testConstructor() {\n\t\tPitPanel pitPanel = new PitPanel();\n\t\tSystem.out.println(pitPanel);\n\t}", "title": "" } ]
[ { "docid": "ca209132a8758df3c944beb2171f5f40", "score": "0.72684103", "text": "private void testConstructorPit() {\n\t\tPitPanel pitPanel = new PitPanel(new Pit(10, 24));\n\t\tSystem.out.println(pitPanel);\n\t\tSystem.out.println(pitPanel.getPreferredSize());\n\t}", "title": "" }, { "docid":...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "72d9084d8b271159bdefa848fe50c4cb", "score": "0.0", "text": "@Override\n\tpublic List<DepartamentoFuncionario> findAll() {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115143", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.67343336", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-g...