query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
15ef627f45a611c80616b9ed6c6e0814
Volume id to exercise the offer
[ { "docid": "41c89a3d14bb2b2321cc3bd1064fd885", "score": "0.6422836", "text": "public java.lang.String getVolumeId() {\n return volumeId;\n }", "title": "" } ]
[ { "docid": "e9d4ad1164deb2597de02d634fcdd6a6", "score": "0.76311284", "text": "public String getVolumeID();", "title": "" }, { "docid": "7a9efda59b7a0c878458a088818ec110", "score": "0.73643464", "text": "public String newVolumeId();", "title": "" }, { "docid": "5ee380c258...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "e9bdacd7f6cfc4d142c0ab66f7ae1062", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.daily_special, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "d74efebd6fe79f46209a7e8cb2c52d89", "score": "0.71845514", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif= getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" ...
86d4da3023d4b97bc4d49f1384b7e429
Gets all instances of SynchronousState from the ontology.
[ { "docid": "afb28a708db74a35225dc73abacce908", "score": "0.8074299", "text": "public Collection<? extends SynchronousState> getAllSynchronousStateInstances() {\n\t\treturn delegate.getWrappedIndividuals(Vocabulary.CLASS_SYNCHRONOUSSTATE, DefaultSynchronousState.class);\n }", "title": "" } ]
[ { "docid": "0a2201528e8887910d30539e63777b9d", "score": "0.61961937", "text": "public Collection<? extends Resource_SharedState> getAllResource_SharedStateInstances() {\n\t\treturn delegate.getWrappedIndividuals(Vocabulary.CLASS_RESOURCE_SHAREDSTATE, DefaultResource_SharedState.class);\n }", "tit...
b0b0d12fe6bf0395c5ebc7d263fda3d9
/ A relieve can be done keeping the order or not
[ { "docid": "27a7c04c30ceca1e0a15b441cfc6de3d", "score": "0.5523876", "text": "private void LearnFromRelieve(final Integer fromRow, final Integer toRow,\n Integer added, Integer removed)\n {\n\n /*\n * whether the order was kept or didn't, differences in the sum of\n ...
[ { "docid": "73081d189e2f420ed0b1d5f3844f7061", "score": "0.63541883", "text": "@Override \n public void inorder() {\n }", "title": "" }, { "docid": "cdffa899ae0a8b11d96534ed920ca21e", "score": "0.62321424", "text": "boolean hasChangeOrderDeadlineTo();", "title": "" }, { ...
b46e505b2f3c91a8a6a19a9e5e5ce9e7
Find all User entities with a specific property value.
[ { "docid": "24f3c3b53be71cb1fc1b8d7924698408", "score": "0.73677146", "text": "@SuppressWarnings(\"unchecked\")\n\tpublic List<User> findByProperty(String propertyName, final Object value) {\n\t\tLogUtil.log(\"finding User instance with property: \" + propertyName\n\t\t\t\t+ \", value: \" + value, Level...
[ { "docid": "ba38fd26ab3a01fe0ab4e714307f7daa", "score": "0.6878196", "text": "List<User> findUser(String key, String criteria, String criteriaValue);", "title": "" }, { "docid": "9ea0b7dba9d8a8ee042defc2ecffa48f", "score": "0.674124", "text": "@SuppressWarnings(\"unchecked\")\n\tpubl...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f302a361ede61af2e33d21985acc7288", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t\n\t\tArrayDemo arrayDemo=new ArrayDemo();\n\t\tarrayDemo.createArray(26);\n\t\tchar[] arr=arrayDemo.getArray();\n\t\t\n\t\tfor(char c:arr)\n\t\t{\n\t\t\tSystem.out.print(c+\" \");\n\t\t...
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
ec12f2d0b65704f9efe73d7cee0983b2
Set Park's Elevation In Feet
[ { "docid": "b38ec5f032c81f71594cefa33404a494", "score": "0.6368698", "text": "public void setElevationInFeet(int elevationInFeet) {\n\t\tthis.elevationInFeet = elevationInFeet;\n\t}", "title": "" } ]
[ { "docid": "c9d8373d09f41e9029d6b86f18398133", "score": "0.66368026", "text": "double getElevationWithFlooring();", "title": "" }, { "docid": "08435ee03a32d1df9f4428eb4fce7663", "score": "0.63914436", "text": "float getElevation();", "title": "" }, { "docid": "b2a9f83e249...
1f8c737937bfbb3976e11610cbda33b1
Gets the inmemory data management service.
[ { "docid": "e7ca45e40ab052c95640839891a9d2aa", "score": "0.68439543", "text": "@Override\n public final DataManagementService getDataManagementService() {\n return this.dataManagementService;\n }", "title": "" } ]
[ { "docid": "6655d1483150ae4f3acbb6f53349adb2", "score": "0.6320418", "text": "protected AeroDataMetricsStoreI getAeroDataMetricsStore() {\n \tAeroDataMetricsStoreI service = null;\n \tswitch (this.type) {\n \t\tcase JEPP:\n \t\t\tservice = EJBClientUtilities\n \t\t\t\t\t\t.getInstance()\n...
81449ae242e8a0abae2aaefe812950d8
========================== after take photo ==========================
[ { "docid": "89a864758c31697b9b02c6a5787c402e", "score": "0.71276784", "text": "@Override\n protected void onActivityResult(int requestCode, int resultCode, Intent data) {\n super.onActivityResult(requestCode, resultCode, data);\n if (requestCode == TAKE_PHOTO_REQUEST_CODE && resultCode ...
[ { "docid": "4b069ebac6a8befb396cdb3ed34676ee", "score": "0.76215744", "text": "public void takePicture(){\n\t\t\n\t}", "title": "" }, { "docid": "6786fdd9d4e48b8f18ddadeb50265afd", "score": "0.75195044", "text": "private void uploadSuccessBackToCam() {\n backToCameraMode();\n ...
dab6b91a57567c94d3a7b0fdb71fdb10
Base case 1:: if any one of target equals node
[ { "docid": "bed5a529fde03ae2690b3b0f546c0129", "score": "0.0", "text": "private TreeNode<E> LCA(TreeNode<E> root, E data1, E data2){\n if(root.data.equals(data1) || root.data.equals(data2)){\n return root;\n }\n \n // base case 2 :: targets are immediate left and r...
[ { "docid": "5e3d2c4ecaa5c5cebe02b061f92bf840", "score": "0.6543187", "text": "public boolean has( GraphNode<V> target ) {\n return _targetsToAgents.stream().anyMatch( ref -> ref.node() == target );\n }", "title": "" }, { "docid": "f77b6681815532ec21aacdc544779ac3", "score": "0....
4721debd0c6b973d9c720aa3c8b71af1
this function generates a string of integers delimited by spaces which contain the activities in an optimal schedule between activities i and j if repl > 0, then this computes the same string but in the case that this.path[i][j] = repl Used to generate strings of schedules which are potentially optimal
[ { "docid": "78dcae41bd4ff0d7c7307acb4f3ed2e9", "score": "0.61674786", "text": "String altPrint(int i, int j,int repl)\n {\n int k = (repl > 0 ? repl: this.path[i][j]);\n String Soln = \"\";\n \n if (k > 0 )\n {\n Soln += Integer.toString(this.data.getId(k))+ \" \"; \n Soln += ...
[ { "docid": "54b55ca292a3469d4e48284959f1b1c9", "score": "0.58466387", "text": "public String solution(){\n if(flag){\n String str = \"|\";\n for(int x=0;x<getOrder();x++){\n for(int y=0;y<getOrder();y++){\n str = str + matArr[x][y];\n }\n ...
3e4fa0cd3ab985f0dde7f79447b0e389
returns the position in the given List feature for the addition of the given new object
[ { "docid": "d93469f5ff32642933e1773e70c4d24f", "score": "0.6492521", "text": "int getPos(List<?> list, Object object);", "title": "" } ]
[ { "docid": "2a4c1260efc1f685200d63288b721a28", "score": "0.6476034", "text": "private int add(final E anObject) {\n if (anObject != null) {\n list.add(anObject);\n Collections.sort(list);\n\n return list.indexOf(anObject);\n }\n return -1;\n }", ...
5967ac09605be843315937298209a455
this method gets map grid selection
[ { "docid": "bb8407cd7273b822d5f4781c5dd12dff", "score": "0.7408013", "text": "public int[][] getMapGridSelection() {\n\t\treturn mapGridSelection;\n\t}", "title": "" } ]
[ { "docid": "9cc66cd0fc1f5d41da9c168477a503e3", "score": "0.65647113", "text": "public void setMapGridSelection(int[][] new_mapGridSelection) {\n\t\tthis.mapGridSelection = new_mapGridSelection;\n\t}", "title": "" }, { "docid": "9329cf33466a31ae4b2880c6b35def1c", "score": "0.64560276", ...
288202c8ecd2e6ed7faa6dc655951163
Calculate new price after discount rate
[ { "docid": "76ff5cd6b9b4fbb1409c8b53cd2801c1", "score": "0.0", "text": "@Override\n\tpublic void sellGame(Game game, Gamer gamer, Campaign campaign) {\n\t\tdouble newFiyat = game.getPrice() - ( game.getPrice() * campaign.getDiscountRate() ) / 100 ;\n\t\tgame.setPrice(newFiyat);\n\t\t\n\t\tSystem.out.pri...
[ { "docid": "31adf76d267f03eb1787fa409f77a6d8", "score": "0.7724113", "text": "@Override\n public double computePrice(double total, int discount) {\n decimal = (discount * 0.01);\n return total - (total * decimal);\n }", "title": "" }, { "docid": "4ab21bbb34302a1fb39daa122...
cde54f0acc30f4f0ea4581afe5c6499e
Method is defined as packageprotected in order to be accessible by unit tests
[ { "docid": "2fec9082bdea11d916492344591a8332", "score": "0.0", "text": "PostMethod buildSendExportMethod(String type, String load, InputStream is) throws UnsupportedEncodingException {\n String serviceUrl = RegisterPackageServlet.CONTEXT_PATH;\n if (type != null && load != null) {\n ...
[ { "docid": "52576bf8f6059c3b8fba651a973d9376", "score": "0.6770352", "text": "private void testMethod() {\n\n\t}", "title": "" }, { "docid": "06012d51723afddd7b9003b92d7d49c3", "score": "0.6567502", "text": "protected void mo1734a() {\n }", "title": "" }, { "docid": "f...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1276203f0182a01b742ff6845956380d", "score": "0.0", "text": "@Override\n public void onFail(int status, int reason) {\n new AlertDialog.Builder(MainTabActivity.this)\n .setTitle(\"tips...
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
352ee7af2bee0834a592fd265255e291
/ Getmapping for home, hvor vi opretter en list til at hente alt fra newsfeed via. spring framework model.addAttribute Samme er ens for storset alle andre getmapping bare med forskellige tables og html sider der bliver hentet
[ { "docid": "d0c03fbdd9a0dbd8fca4cb47c9255a67", "score": "0.70031244", "text": "@GetMapping(\"/home\")\n public String home(Model model) {\n System.out.println(\"getmapping home\"+status);\n if (status.equalsIgnoreCase(\"Admin\")){\n List<NewsFeed> newsFeedList = services.getAllNe...
[ { "docid": "27379fd36d6e45dc14afd5712f016b69", "score": "0.6691479", "text": "@RequestMapping(\"/facturas/lista\")\r\n //funcion encargada (metodo GET)\r\n \r\n public String ListaFacturas(Model model) {\n List facturas = facturaservice.findAllFactura();\r\n //se agrega como atri...
10eca514f4de6dc38d1f69f33702b241
/ Additional tests in Employee
[ { "docid": "1da61e27b965556894730bdde6b213e3", "score": "0.7535306", "text": "@Test\n public void testAdditionalTestEmployee() throws Exception {\n // Creates a system\n System SoftwareHouse = new System();\n\n // Adds two employees\n String ID01 = \"CBG\";\n Softwa...
[ { "docid": "de4ede6fc0bec38ae4d201810b40adb2", "score": "0.72028285", "text": "@Test\n\tpublic void testEmployee() {\n\t\tEmployee testing = new Employee();\n\t\tassertNull(testing.getEmployeeName());\n\t}", "title": "" }, { "docid": "e4be0fde942472162677735780ee7a34", "score": "0.704784...
329cd20faecfbaebf0acbfeeca619361
init Initialisieren des Levels
[ { "docid": "248095d5526bd5e228a8d95f0ef4b55c", "score": "0.0", "text": "@Override\n public void init() {\n // Hintergrundbild\n g2d = (Graphics2D) graphics;\n g2d.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY);\n //this.backgroundImage ...
[ { "docid": "6f57cc8431d921c91d0ecea806ed947a", "score": "0.7505187", "text": "private void initLevel() {\r\n\t\twon = false;\r\n\t\tscorePlaced = false;\r\n\t\ttime = 30;\r\n\t\ttimeVisual = time;\r\n\t\tshardsCollected = 0;\r\n\t\ttotalShards = 0;\r\n\t\tlevel = new Level(Constants.LEVEL_01);\r\n\t\tca...
5da0f0024e95e801a5422e8661f07101
DataSource dataSource = DatabaseConnection.getmDataSource();
[ { "docid": "c1bca1339263c815e09f1207bb54b6c7", "score": "0.0", "text": "public static List<LihatData> getDataList_kwh0_belum_cek() {\n\r\n String sql = \"Select blth,idpel,nama,alamat,tarif,daya,kwh_maks,totkwh,status_monitoring,unitup,approve,verifikasi,koordinat,tgl_monitor \"\r\n ...
[ { "docid": "469b82961853dc95ecba628b3f812e90", "score": "0.82404894", "text": "javax.sql.DataSource getDataSource();", "title": "" }, { "docid": "0c756a7cb2b0f78cf58252d0c89cd415", "score": "0.7859392", "text": "public DataSource getDataSource()\n\t{\n return mDataSource;\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "950011d2522866b78d18a221275e4e1e", "score": "0.0", "text": "@Override\n\tpublic GeneroPlanta buscarGeneroPlanta(String nombre) {\n\t\treturn adminEJB.buscarGeneroPlanta(nombre);\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...
7e51ec61b660c904153723a52d7fb12a
Finds node id in nodeAsInteger given its index
[ { "docid": "c1b50282faadca3ff82673a27f159a28", "score": "0.8286931", "text": "@Override\n\tpublic long findIdNodeByIndex(int index){\n\t\tlong idCorrespondingNode = -1;\n\t\tfor(Map.Entry<Long, Integer> entry : nodeAsInteger.entrySet())\n\t\t\tif(entry.getValue().equals(index)){\n\t\t\t\tidCorresponding...
[ { "docid": "47592623890f67a3d39b164533539f08", "score": "0.710727", "text": "public Integer findIndexNodeById(long id){\n\t\treturn nodeAsInteger.get(id);\n\t}", "title": "" }, { "docid": "69fd6ff5ea3534e62a1163112b5be0eb", "score": "0.68430376", "text": "int getFromId(int index);", ...
61a356c50cd9545e62dfd034f7b42a8a
/ / / / / / / / / / / / / / / / / / / / / / /
[ { "docid": "6c9680cc2acb59cce2009cce7d9f2a74", "score": "0.0", "text": "public void copyFrom(short[] d) {\n/* 374 */ throw new RuntimeException(\"Stub!\");\n/* */ }", "title": "" } ]
[ { "docid": "1722ee4b5f314d8939279c8005045492", "score": "0.5257984", "text": "public int getCount() {return sideLength*sideLength;}", "title": "" }, { "docid": "82f1c76abc4235baa5e964f54c95ca28", "score": "0.520336", "text": "public static void main(String[] args)\n {\n int grid...
efb681f67d2803e1885ddd68c3117a9a
/ Escreve o array de linhas e colunas em um novo arquivo csv
[ { "docid": "8e18f652cacbccf52e94f5b123d75a1c", "score": "0.5981906", "text": "public static void writeAllLinesToFile(String fileName, String[][] aList) throws IOException {\n\t\tFile newFile = new File(\"arquivos-csv/\" + fileName + \".csv\");\n\t\tString aux = \"\";\n\t\tString line = \"\";\n \ttry{...
[ { "docid": "ecb5a200d413c7b2cbe30969a96ac1ba", "score": "0.6792559", "text": "Jokbo (String filename) {\n String [] lines = loadStrings(filename);\n //calculate max width of csv file\n for (int i=0; i < lines.length; i++) {\n String [] chars=split(lines[i],'\\t');\n if (chars.length>c...
2fca6b290bad80e540c51b58cfe1a676
Returns the source of the edge.
[ { "docid": "f9180dcdf738b7b5f446b6ce9af084ed", "score": "0.63839823", "text": "@Override\n\tpublic VType getSource() {\n\t\t// TODO: Add your code here\n\t\treturn super.from;\n\t}", "title": "" } ]
[ { "docid": "96dbe416e2cb645d9267fd9424426622", "score": "0.728941", "text": "public Node getSource() {\n\t\treturn source;\n\t}", "title": "" }, { "docid": "9a8418d87ecea50e97a9f2f1e0c7b984", "score": "0.72358435", "text": "public Node getSource(){\n\t\t\treturn this.source;\n\t\t}",...
1bf89447b80ec86ff401a389c9f91f7d
/ access modifiers changed from: protected
[ { "docid": "dafb8369d054071624d6df835bbd74bf", "score": "0.0", "text": "public abstract T createRefreshableView(Context context, AttributeSet attributeSet);", "title": "" } ]
[ { "docid": "176e34d0e98f75196c596e32acb014d3", "score": "0.73110557", "text": "protected Indirect() {/* intentionally empty block */}", "title": "" }, { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.68201965", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "...
6c80c956cb26c7c3aed6b05b1b6c78aa
add sharing capabilities here
[ { "docid": "1a0683bfffd578891832ae61c30d2a1e", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n Log.d(\"ONCLICK\", currentItem.getDetails());\n }", "title": "" } ]
[ { "docid": "ae1ecc492844640e54f841f428c92077", "score": "0.6463116", "text": "Intent onPrepareSharingIntent(Intent intent);", "title": "" }, { "docid": "e26bcc56f589487ad1aeaaca43e6f19e", "score": "0.6263448", "text": "public boolean allowsSharing() {\n return share;\n }", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "08d38be21dc4ede841644cfe66043be4", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tAtomicInteger ai=new AtomicInteger();\n\t\tSystem.out.println(ai.get());\n\t\tSystem.out.println(ai.incrementAndGet());\n\t\tSystem.out.println(ai.getAndIncrement());\n\t\tSystem.out.pri...
[ { "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": "" }, { ...
4302fa77cf640d5e8f87f7df82f97ee0
Changes status of reservation
[ { "docid": "0bc16d9e51d62b3c69790829cf6f7939", "score": "0.829822", "text": "public void setReservationStatus(ReservationStatus status){this.reservationStatus=status;}", "title": "" } ]
[ { "docid": "66ad8ad873ad7bc071e382fa563c0e7f", "score": "0.7070234", "text": "private void myReservationUpdate() {\n\t\t\n\t}", "title": "" }, { "docid": "c7ffb4fd880f61fa7121e6fdfaf18b75", "score": "0.6872138", "text": "protected void setReservation(Reservation reservation) {\n ...
360bd38eaa2c6e78492bf99725243ac1
min number of moves to solve initial board; 1 if unsolvable
[ { "docid": "9b1530e98abba1db526798a2d17c15e6", "score": "0.0", "text": "public int moves() {\n return moves;\n }", "title": "" } ]
[ { "docid": "cfd4663cfc72e4d7314f099ce701af9a", "score": "0.68741626", "text": "private int minimax(int[] board)\n\t{\n\t\t// Set expansions to total number of expansions desired per top level branch\n\t\tint alpha = -100000;\n\t\tint beta = 100000;\n\t\tint expansions = 0;\n\t\treturn this.maxValue(boar...
03e881638631cf2e5627b177f32b950e
Method for the player to win
[ { "docid": "cd8302f11ef6e8d91e7c838d4c485935", "score": "0.70355874", "text": "public void win(Player player) {\n // Inform message\n int option = JOptionPane.showConfirmDialog(new JFrame(), player.getName() + \" won!\\nDo you want to restart?\", \"WIN\", JOptionPane.YES_NO_OPTION, JOption...
[ { "docid": "7081836a42c277aa71c2f3c4f2b760c0", "score": "0.81026936", "text": "public void playerWin(){\n\t\tSystem.out.println(\"\\nYou win!\");\n\t}", "title": "" }, { "docid": "be2949639f2497d7a9b27f0b5a1f6ff9", "score": "0.7709091", "text": "public void win(int player) {\n\t\t\n\...
2c2560cf6f66f38ab11f964372353465
Returns the internal proto instance.
[ { "docid": "3f502443c1b2e8a778482148165d0004", "score": "0.5382531", "text": "@RestrictTo(Scope.LIBRARY_GROUP)\n @NonNull\n public ModifiersProto.Semantics toProto() {\n return mImpl;\n }", "title": "" } ]
[ { "docid": "25d4217d989cd66a85684de5c0ff9ee8", "score": "0.6430761", "text": "String getProto();", "title": "" }, { "docid": "b4ebc494ee6556137a525430a6fe29a9", "score": "0.61369234", "text": "public java.lang.CharSequence getProto() {\n return proto;\n }", "title": "" ...
69bc82f7722e3b52c93152b3a86ee3ed
Gets all filter A items.
[ { "docid": "13d6be55dbdbd9d764e3bab011160111", "score": "0.6953248", "text": "public com.net.webqa.WebQAFilterItem[] getFilterAItems(java.lang.String authKey) throws java.rmi.RemoteException;", "title": "" } ]
[ { "docid": "5d345da7224334119dddc104669aba2c", "score": "0.7073055", "text": "String[] getFilterItems();", "title": "" }, { "docid": "4f8fcaf60b0b2c2e42b73dc4cdca7fdb", "score": "0.683314", "text": "public List<AsAnmag0f> getFilteredAsAnmag0fLs(){\n\t\treturn filteredAsAnmag0fLs;\n\t...
47fe334ba4ad0969be983921d5d94013
Extracts a Rectangle2D from the source shape if the underlying shape data describes a rectangle.
[ { "docid": "7a4d08073829e7c477a5f3a5b19ab257", "score": "0.71937513", "text": "Rectangle2D extractRectangle() {\n if (s == null) {\n return null;\n }\n float[] points = new float[12];\n int count = 0;\n PathIterator p = s.getPathIterator(null);\n floa...
[ { "docid": "4f24008d385197ba2b775744b2013581", "score": "0.6412831", "text": "abstract Rectangle2D getLogicalBounds();", "title": "" }, { "docid": "a64d97092494332b7f1b0a2a21037dec", "score": "0.63446945", "text": "public Rectangle2D getBounds2D() {\n/* 59 */ return getSource().g...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9b636b2536a05a276ab38502fc22341a", "score": "0.0", "text": "@Override\n\tpublic T remove(int index) {\n\t\tif (index < 0 || index > size) {\n\t\t\tthrow new IndexOutOfBoundsException();\n\t\t} else if (index == 0) {\n\t\t\treturn removeFirst();\n\t\t} else if (index == size - 1) {\n\t\t\tret...
[ { "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": "" }, ...
dfb5d737df415002303c79b7417bf565
This method initializes browseProjButton
[ { "docid": "97a337c34cfb24dc4dd90045858a0c87", "score": "0.7619535", "text": "private JButton getBrowseProjButton() {\r\n\t\tif (browseProjButton == null) {\r\n\t\t\tbrowseProjButton = new JButton();\r\n\t\t\tbrowseProjButton.setBounds(new Rectangle(820, 60, 80, 20));\r\n\t\t\tbrowseProjButton.setText(\...
[ { "docid": "76bc1f955aeb541a0f81ab5fef9ef54f", "score": "0.72790974", "text": "public CreateProjectFrame() {\n initComponents();\n\n String oldPath = SysData.instance().getApplicationConfig().newProjectPath;\n if (oldPath.length() > 1) {\n workPositionFiled.setText(oldPat...
8f14c8f6df088b74e74bf3a8a989538e
Called when another command which requires one or more of the same subsystems is scheduled to run
[ { "docid": "c249fd66b6918ca7def4d1709bcbff3e", "score": "0.0", "text": "protected void interrupted() {\n\t\tend();\n\t}", "title": "" } ]
[ { "docid": "cccd1c485f188b9ef13466b7c0775984", "score": "0.5830862", "text": "@Override\n public void execute(CommandSender sender, String[] args) {\n if (args != null && args.length > 0) {\n String sub = args[0];\n\n switch (sub.toLowerCase()) {\n case \"e...
6bf8f46618029fa96501a20a4b810221
get new dto instance
[ { "docid": "1e550f903934ae2bf398662c530b9776", "score": "0.0", "text": "@Override\n public StatusMessageDTO toDTO( IDomainStatusMessage statusMessage ) {\n StatusMessageDTO dto = new StatusMessageDTO();\n\n //fill this dto's attributes\n dto.code = statusMessage.getCode();\n dto.message = s...
[ { "docid": "12e2d8d2acafdd923cab250f99a8f230", "score": "0.8336941", "text": "protected abstract D getNewDTO();", "title": "" }, { "docid": "82b50b41ad1984f90067d309698a69b6", "score": "0.79768384", "text": "public BaseDto createDto() {\n return new BaseDto();\n }", "title": ...
d9decd94aa72bda4caaf514919caa4eb
Poll the Keyboard and adds any pressed keys to the list. Removes released keys.
[ { "docid": "9389a797b48a71c6a172a8f89e40605a", "score": "0.77541095", "text": "public static void pollKeyboardInput(){\n\t\tkeysHeld.clear();\n\t\twhile(Keyboard.next()){\n\t\t\tkeysHeld.put(Keyboard.getEventKey(), Keyboard.getEventKeyState());\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "75da4cee3e37a71ef7319ffa146093df", "score": "0.5996276", "text": "private void resetKeys()\n {\n for (int i = 0; i < Keyboard.KEYBOARD_SIZE; i++)\n keyboardEvents.set(i, EventState.NONE);\n }", "title": "" }, { "docid": "75fc7bd8f0fee63e4290961bb5177327", ...
28f7e29b2bba2fc85592af7697b9eefd
Gets the Protection attribute of the ProtectionOrder object
[ { "docid": "8a6093a503e03f2026b74677752b5d64", "score": "0.5642213", "text": "private int getProtection(ModifierHolder mods) {\r\n\t\tif (mods.isPrivate()) {\r\n\t\t\treturn PRIVATE;\r\n\t\t}\r\n\t\telse if (mods.isProtected()) {\r\n\t\t\treturn PROTECTED;\r\n\t\t}\r\n\t\telse if (mods.isPublic()) {\r\n...
[ { "docid": "12ce050d76ec1b619120ac5682bd1f47", "score": "0.60080713", "text": "public int getProtectionMode()\n {\n return protectionMode;\n }", "title": "" }, { "docid": "56eaaee6d021251bd459c8e57f04c7d1", "score": "0.59975", "text": "public int getProtectio...
183ccd2476cbca9d761ed32c03b1bc4f
This method was generated by MyBatis Generator. This method returns the value of the database column sport_coach_train.type
[ { "docid": "bdaacb0fe4178b9ad22188d0d9de5b1e", "score": "0.0", "text": "public Integer getType() {\r\n return type;\r\n }", "title": "" } ]
[ { "docid": "6f4c221c9fcd623964f450571a6cccb6", "score": "0.6468947", "text": "public Integer getTrainType() {\r\n return trainType;\r\n }", "title": "" }, { "docid": "cb3c437aca4ff4a5c89b58a772f02c07", "score": "0.584379", "text": "public void setTrainType(Integer trainType...
1c82a988f20b5909e9f39c5323dbf5aa
/ / / / / / / / /
[ { "docid": "2a25afe357e8d53acf5c76b7f4cf9cdc", "score": "0.0", "text": "public int[] getSelectedColumns() {\n/* 2291 */ return this.columnModel.getSelectedColumns();\n/* */ }", "title": "" } ]
[ { "docid": "d2a10a8f8b9f99acf73138c79fabb5ec", "score": "0.5462377", "text": "public static void main(String[] args) {\n System.out.println(\" /\\\\\");\n System.out.println(\" / \\\\\");\n System.out.println(\" / \\\\\");\n}", "title": "" }, { "docid": "40250d8ac...
e3363504f033005cf7a42195df472bf9
Parse date string and return date object, default format is: yyyymmdd
[ { "docid": "467c52ce7920e1d290155d9c7a71f21b", "score": "0.6380118", "text": "public static Date parseDateAuto(String dateString) {\n\t\tif (isBlank(dateString)) {\n\t\t\treturn null;\n\t\t} else {\n\t\t\tDateFormat[] formatters = new DateFormat[] { DATE_FORMATTER_MONTH_DAY_YEAR, DATE_FORMATTER_CUPS_DAT...
[ { "docid": "fdb39988879d13ef49d33d2638d4dbbe", "score": "0.7634985", "text": "public static Date parseDate(final String str) {\n String[] date = str.substring(0, 10).split(\"-\");\n Integer year = Integer.valueOf(date[0]);\n Integer month = Integer.valueOf(date[1]);\n Integer...
7db6173ad2b6a28be003c2c5cb68b5cf
This method was generated by MyBatis Generator. This method sets the value of the database column t_stats_tenant_eva.land_satisf_ava
[ { "docid": "ec208d26d4ffa03e53a913bff70cea57", "score": "0.60079", "text": "public void setLandSatisfAva(Float landSatisfAva) {\n this.landSatisfAva = landSatisfAva;\n }", "title": "" } ]
[ { "docid": "da56d2affe21f707670b7369d8c8fb5c", "score": "0.5935916", "text": "public void setLandSatisfTal(Integer landSatisfTal) {\n this.landSatisfTal = landSatisfTal;\n }", "title": "" }, { "docid": "4e74eab72d78ebdbe0a766253946562a", "score": "0.52566713", "text": "publ...
92f1a53b1d266d49363b0d78ff148553
public static int prevMillis = 0;
[ { "docid": "9b9b67c528cc9ec5849cc60330591167", "score": "0.0", "text": "public static void learnAudio(int theKubeId, MidiType theType) throws Exception {\n sendAudio(theKubeId, theType, 127);\n }", "title": "" } ]
[ { "docid": "2f6d451c395af0f29b20cdaf2c9107d4", "score": "0.72500414", "text": "synchronized long getPrevTime() {\n return prevTime;\n }", "title": "" }, { "docid": "5a5dc7bea8ed5442b3841a542220c8a6", "score": "0.71721786", "text": "public static void initTime(){\n\t\tprevTi...
06a4a7febef51de747110819e0832496
This method was generated by MyBatis Generator. This method returns the value of the database column CIFOBJECT.TYPE
[ { "docid": "1db99c8b5656461a388eb52da3f4f91d", "score": "0.6167494", "text": "public String getTYPE() {\r\n return TYPE;\r\n }", "title": "" } ]
[ { "docid": "e16c7daaa6705fb9078b1f00c9055bfb", "score": "0.6945358", "text": "public String getType() {\n return this.cimiObject.getType();\n }", "title": "" }, { "docid": "c63c2aaff271412c7771c72111281f8f", "score": "0.66914797", "text": "public String getObjectType()\n ...
85ea529bb19c4c5c06f543906e064830
This method was generated by MyBatis Generator. This method corresponds to the database table tax_question
[ { "docid": "a0bc9ce390da5a470f89d63650278ad0", "score": "0.453777", "text": "int updateByPrimaryKeySelective(TaxQuestion record);", "title": "" } ]
[ { "docid": "4f75ac031ccbf46bb08bee3362faaeaa", "score": "0.6202605", "text": "@Insert({\r\n \"insert into tax_question (id, author_id, \",\r\n \"type, prize, title, \",\r\n \"content, publish_date, \",\r\n \"click, likes, favourite, \",\r\n \"status)\",\r\n \"va...
273926f2ebc026cc2f6122f701552d97
/ this method calculate the area of given polygon
[ { "docid": "f6ae6a19b9eea14a66f9b85af64107f3", "score": "0.0", "text": "public double calculate(double number) {\n// tight coupling\n Circle circle = new Circle();\n double area = circle.getArea(number);\n return area;\n }", "title": "" } ]
[ { "docid": "bb3a503affaad3184a80cc49bb0bf072", "score": "0.76173013", "text": "double calculateArea() {\r\n\t\tif(area==0) {\r\n\t\t\tCoordinate coordinate1;\r\n\t\t\tCoordinate coordinate2;\r\n\t\t\tfor(int i=0;i<linearRing.getNumberOfLines();i++) {\r\n\t\t\t\tcoordinate1=linearRing.coordinates.get(i);...
b81b2bceb9d5be44b6165a0ab2290a84
Permite realizar una busqueda dentro del archivo JSON y eliminar un registro quer coinciada con el parametro ingresado
[ { "docid": "feb1dbde1e1588e940f7bc16fa46b9c5", "score": "0.0", "text": "public boolean EliminarDomiciliario (int identification) {\n\t\tdomiciliario=TraerTodoslosdomiciliarios();\n\t\tfor (int i = 0; i < domiciliario.size(); i++) {\n\t\t\t\n\t\t\tif(domiciliario.get(i).getIdentification()==identificatio...
[ { "docid": "3324631d35582a0999d2a9faef453308", "score": "0.6039849", "text": "@Override\r\n\tpublic UscitaJSON elimina(UscitaJSON json) {\n\t\tTestataOrdini esistente = daoTestataOrdine.trovaDaRiferimento(json.getRiferimentoOrdine()); //trovaDaRiferimento(json.getRiferimentoOrdine());\r\n\t\tif (esisten...
a971b7e34e7fba5d22483d894f8ca016
method for updating collegiateSportComboBox runs once
[ { "docid": "0c9f6bbf60380d5904495ea84ff7dcfc", "score": "0.81624395", "text": "public void updateCollegiateSportComboBox(){\n // Creation object τύπου DefaultComboBoxModel και σύνδεση με το sportComboBoxModelObject\n \n // Πέρνα ολα τα ατομικά και ομαδικά αθλήματα\n this.cont...
[ { "docid": "e047a46e34cb0d7da2978802570832bc", "score": "0.7544641", "text": "public void updateNonCollegiateSportComboBox(){\n // Creation object τύπου DefaultComboBoxModel και σύνδεση με το sportComboBoxModelObject\n \n // Πέρνα ολα τα ατομικά και ομαδικά αθλήματα\n this.co...
5cf86657c575d059c90fafb8e42270c2
Test of esNumero method, of class Num.
[ { "docid": "0a92c95d2ea1f5f954681453034b0b3b", "score": "0.6808831", "text": "@Test\n public void testEsNumero_String() {\n System.out.println(\"esNumero\");\n String cadena = \"\";\n boolean expResult = false;\n boolean result = Num.esNumero(cadena);\n assertEquals...
[ { "docid": "9b2b108269c1122feda2ab199149906e", "score": "0.7830932", "text": "@Test(timeout = 2)\n public void esNumero() {\n System.out.println(\"esNumero\");\n assertTrue(Num.esNumero('1'));\n assertTrue(Num.esNumero('2'));\n assertTrue(Num.esNumero('3'));\n asser...
a61583fd807506183311e98bcb30344a
Get a key by identifier If not present it will create one
[ { "docid": "8180397d1d70048720a443535d8068cc", "score": "0.7206466", "text": "PrisonKey key(String id);", "title": "" } ]
[ { "docid": "c5d833ae201513c3acaac5be88b1498d", "score": "0.7236674", "text": "String getKey(String key);", "title": "" }, { "docid": "a56194d11116d2cc7298df5e226e068f", "score": "0.6939892", "text": "Object createCacheKey(Object id);", "title": "" }, { "docid": "7f6090d4c...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fc70be8b7b1aed1cac248860e1c629d5", "score": "0.0", "text": "@Override\n\t\t\tpublic Object getValue(String arg0) {\n\t\t\t\treturn null;\n\t\t\t}", "title": "" } ]
[ { "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": "" }, { ...
a0c65a94cea4703c024c0b6e541b87d9
TODO Autogenerated method stub System.setProperty("webdriver.edge.driver","C:\\JAVA Details\\Downloads\\Selenium webdrivers\\msedgedriver.exe"); WebDriverManager.edgedriver().setup();
[ { "docid": "685f3847eb9cc1cc1bc133738453f779", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tWebDriverManager.chromedriver().setup();\r\n\t\tWebDriver driver = new ChromeDriver();\r\n\t\tdriver.navigate().to(\"https://www.google.com/\");\r\n\t\tWebElement enterbox = driver.findE...
[ { "docid": "f716728562ba2efcda3493bace2a7f16", "score": "0.7734759", "text": "public WebDriver EdgeDriver() {\n\t\tWebDriver driver;\n\n\t\t// To print on console that Edge is launching\n\t\tSystem.out.println(\"Launching Edge Browser\");\n\n\t\t// Set driver properties (driverName, driverLocation)\n\t\...
280cdf18e9bcd81518b890ab52b97a79
get the footer and then you can check if it is visible, or filter by All, Completed, Active and get the displayed count
[ { "docid": "52a4241d3d4c2ec02fa3eed388a0e861", "score": "0.5744897", "text": "public Footer footer(){\n return footer;\n }", "title": "" } ]
[ { "docid": "f307a74ba6c4aa0a89cbc5614dc19053", "score": "0.6006257", "text": "public boolean getShowFooter()\n {\n return this.showFooter;\n }", "title": "" }, { "docid": "557cf74fece5fbc5a3c42c38e33d7063", "score": "0.5719588", "text": "@ApiModelProperty(value = \"Repre...
6ea0a3168af45f91eb1145d9341be77d
Override this method to provide any extra customization needed in the generated base record class
[ { "docid": "61b4490b5d80933663a76478a2ac5acd", "score": "0.0", "text": "protected void afterRecordWithBLOBsGenerationHook(IntrospectedTable introspectedTable,\n TopLevelClass topLevelClass) {\n return;\n }", "title": "" } ]
[ { "docid": "6fdb2eb4d8a7caea69ae6de362139b03", "score": "0.64339066", "text": "public CustomRecord() {}", "title": "" }, { "docid": "97b5cf74c2808535abbb137b79fc76d5", "score": "0.6388624", "text": "public RubyRecordsRecord() {\n\t\tsuper(RubyRecords.RUBY_RECORDS);\n\t}", "title"...
c9a6dccf7f88e8e77f1b6920c79350ab
Get an SMSSUBMIT PDU for a destination address and a message. This method will not attempt to use any GSM national language 7 bit encodings.
[ { "docid": "80cf87ca2cb6ee654e3c41fa5bad0a63", "score": "0.4789675", "text": "public static SubmitPdu getSubmitPdu(String scAddress,\n String destinationAddress, String message, boolean statusReportRequested, int subId) {\n SubmitPduBase spb;\n if (useCdmaFormatForMoSms(subId)) ...
[ { "docid": "ef2de9ddbd8ee8a5119e72bb0a900c52", "score": "0.5310752", "text": "boolean SendSMS(String toNumber, int message);", "title": "" }, { "docid": "4c4ad5c9e9eef8bc20c3bd98ec40f5cd", "score": "0.5227898", "text": "SMS sendSMS(String destination, String message)\n \t\tthrows ...
71d888d6c2bfb576fa20a29ec79b1e4d
Private helper method to set up the "Add" button on the main frame and add an ActionListener to it.
[ { "docid": "fdf80230b722aa17f20961cf4ef376c8", "score": "0.8023725", "text": "private void setAdd()\r\n\t{\r\n\t\taddButton = new JButton(\"Add\");\r\n\t\tmainPanel.add(addButton);\r\n\t\taddButton.setBounds(20, 110, 90, 30);\r\n\t\t\r\n\t\taddButton.addActionListener(this);\r\n\t}", "title": "" }...
[ { "docid": "5672abd4e2898c4bddcda811ff6a0cae", "score": "0.75535345", "text": "public void setAddButton() {\n addButton.addActionListener(new ActionListener() {\n @Override\n public void actionPerformed(ActionEvent e) {\n serverController.fulfill();\n ...
5b6e6502ebe8d6b132b12278d9bdf096
Read from the console until introduce BREAK_POINT.
[ { "docid": "4d622a9fbe5bafe8941272a5729d18fd", "score": "0.5917349", "text": "public void read()throws IOException{\n String line;\n while (!(line = scann.nextLine()).equals(BREAK_POINT)) {\n if (this.validate(line)) {\n save(line);\n }\n }\n ...
[ { "docid": "8798f88cfc7baf705524c620074628e6", "score": "0.60635215", "text": "private static void runPrompt() throws IOException {\n InputStreamReader input = new InputStreamReader(System.in);\n BufferedReader reader = new BufferedReader(input);\n\n for (;;) {\n System.o...
11eca791fb1e5aa06230a79754d24f74
/ Looks for a policy with the given id in pending state. If it is not found, returns an error message
[ { "docid": "4a247ea44ceb6decdfee86c80f638681", "score": "0.63870347", "text": "@Override\n public SimpleResponse activatePolicyById(int id) {\n PolicyRule p = getPolicyById(id, getPoliciesByState(PolicyState.PENDING));\n List messages = new ArrayList();\n\n if (p == null) {\n ...
[ { "docid": "5af4ff3ecaa69abf598aa701021fe9ab", "score": "0.61925", "text": "private PolicyRule getPolicyById(int id, PolicyRules policies) {\n\n CopyOnWriteArrayList<PolicyRule> filteredPolicies = policies.getPolicyRules()\n .stre...
212880a05de0fafa103547ca022e98dc
private final Source source;
[ { "docid": "ba48d81a549e575ec87382fc9925c5c5", "score": "0.0", "text": "@Override\n public void sendToQueue(Ticket ticket) {\n\n/* TicketNotification ticketNotification =new TicketNotification();\n ticketNotification.setAccountId(ticket.getAssignee());\n ticketNotification.setTic...
[ { "docid": "94a487ee61e489f607742e19f298eb80", "score": "0.81570977", "text": "Source getSource();", "title": "" }, { "docid": "2c3f6a0ce2d8be66083ed3a3dddf2bf4", "score": "0.7878604", "text": "public void setSource(String source) { this.source = source; }", "title": "" }, { ...
d8e82697cbc579849e2bcf38b7bd872d
Initialize the rank and suit.
[ { "docid": "d7e4e6a5cfcfecc41b040e1c7551338b", "score": "0.7328529", "text": "public Card(int rank, int suit) {\n this.rank = rank;\n this.suit = suit;\n }", "title": "" } ]
[ { "docid": "1314c1a53ad820d7f5af802466bd9e0c", "score": "0.7746183", "text": "public Card(int rank, int suit){\r\n // initiallize all of the variables\r\n this.rank = rank;\r\n this.suit = suit;\r\n this.isFaceUp = false;\r\n }", "title": "" }, { "docid": "f0a6...
28855821c4e4cfb035504ead807a570c
com/sun/corba/se/PortableActivationIDL/ORBProxy.java . Generated by the IDLtoJava compiler (portable), version "3.2" from j:/jenkins/tmp/workspace/build/src/corba/src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl Wednesday, April 22, 2020 9:35:15 AM UTC ORB callback interface, passed to Activator ...
[ { "docid": "d4f78327b4ef217f24f332cd5d071aee", "score": "0.71823275", "text": "public interface ORBProxy extends ORBProxyOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity \n{\n}", "title": "" } ]
[ { "docid": "8329345322035d795df78365991ece43", "score": "0.6490235", "text": "public org.omg.CORBA.ORB _orb() {\n return _get_delegate().orb(this);\n }", "title": "" }, { "docid": "2a5241f3992fcb096f9bd84694c63895", "score": "0.63998157", "text": "ORB getORB() {\n return...
14fd8235acadb959017b802c37022e5a
Adds unknown users that are exposing themselves. This happens mostly during startup, but can also happen after a timeout.
[ { "docid": "a31f11bf6865e29c4c9034c3b95566f3", "score": "0.5886116", "text": "@Override\n public void userExposing(final User user) {\n if (controller.isNewUser(user.getCode())) {\n // Usually this happens when someone returns from a timeout\n if (chatState.isLogonCom...
[ { "docid": "ca6e8073a32ab8c6e857526421db51e6", "score": "0.62498826", "text": "private void broadcastingAddUser(String username) {\n for (IRemoteClient remoteClient : users.values()) {\n new Thread(() -> {\n try {\n remoteClient.addUser(username);\n ...
8b81910a6c466fc40eb30d6efad43ac8
Serialisation of TaskOperationFailure and ElasticsearchException changes the object so use a custom compare method rather than Object.equals
[ { "docid": "849642fcb71b324ee0644d4abd684da3", "score": "0.48239532", "text": "private static void assertEqualInstances(GetTransformStatsResponse expected, GetTransformStatsResponse actual) {\n assertEquals(expected.getCount(), actual.getCount());\n assertEquals(expected.getTransformsStats...
[ { "docid": "7cd7e46d323bf15dddeb021b7501edb3", "score": "0.59027165", "text": "public abstract SnapshotTestException compare(SnapshotResult other);", "title": "" }, { "docid": "052b15866b618573b17a0e4c363fc5f1", "score": "0.5713606", "text": "@Test\n public void testErrorSerializati...
67693e720e07a6b178496a04bee552dd
After completing background task Dismiss the progress dialog
[ { "docid": "b933879eeedadbcf24c1a7e38f77929e", "score": "0.0", "text": "protected void onPostExecute(String file_url) {\n Log.d(\"Teste\", \"Cheguei 2\");\n pDialog.dismiss();\n if(sucesso == 0) {\n passwordr.setText(\"\");\n AlertDialog.Bui...
[ { "docid": "58b1d724a07612a3137e17abccf415d1", "score": "0.77438664", "text": "public void dismissProgress() {\n\n //To prevent unable to bind error.\n if(isFinishing()) {\n return;\n }\n\n if (mProgressDialog != null) {\n mProgressDialog.dismiss();\n ...
00d10ee4fc34ec9fbc4eb43a7cd7c7a3
auto generated Axis2 call back method for disSystemMaintain method override this method for handling normal response from disSystemMaintain operation
[ { "docid": "4d346dcdb15960cc756f96f553d11234", "score": "0.7235975", "text": "public void receiveResultdisSystemMaintain(\n com.topshinetech.topway.cu.dis.service.DisSystemWebServiceStub.DisSystemMaintainResponse result\n ) {\n }", "title": "" } ...
[ { "docid": "ab3c0bb625b3a01fea7fa57428c946da", "score": "0.60728776", "text": "public com.omgd.ec.ws.DoSurrenderResponseE doSurrender(\n\n com.omgd.ec.ws.DoSurrenderE doSurrender8)\n \n\n throws java.rmi.RemoteException\n ...
fce0373d7df40ee619d4b5b061ac79f5
$ANTLR end "rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0" $ANTLR start "rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1" ../org.sqlproc.model.ui/srcgen/org/sqlproc/model/ui/contentassist/antlr/internal/InternalProcessorModel.g:48659:1: rule__XMemberFeatureCall__MemberCallArg...
[ { "docid": "f0a1362f550e645dc1d8df2a2495b57f", "score": "0.83743685", "text": "public final void rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.sqlpr...
[ { "docid": "cdfd674d24356f44a1cc8c6f069b208d", "score": "0.85840213", "text": "public final void rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.sqlproc.model.ui/src-gen...
8de6bea85631438fe8ff5587bb003430
This is a query method which can return all unavailble time slot to an ArrayList
[ { "docid": "33c61c67ac9cbcf2366d8f476edcccbb", "score": "0.63430387", "text": "public static List<TOTimeSlot> getUnavailbleTime(String date1, Boolean ByDay, Boolean ByWeek) throws InvalidInputException{\n\t\tDate date;\n\n\n\t\tArrayList<TOTimeSlot> unavailbleTimeSlots = new ArrayList<TOTimeSlot>();\n\n...
[ { "docid": "52767aa2eebd45c48b561c78ba6e8292", "score": "0.74138147", "text": "ArrayList<String> getFreeTimeSlots(Date date);", "title": "" }, { "docid": "38ce5d0b5c12292087ab8c621eed055d", "score": "0.695157", "text": "public LinkedList<TimeSlot> getBusyTimeSlots() {\n\t\n\tList<Tim...
4485b486f6b9fa946e3f50a72a6fda7c
Put your code here
[ { "docid": "036d3d0bc4a4e47e7ef858a43bbb4cea", "score": "0.0", "text": "public void init() throws ServletException {\n\t}", "title": "" } ]
[ { "docid": "4cc0f1875f6ed6476740aa67d705ac1d", "score": "0.5853951", "text": "@Override\n public void code() {\n \n }", "title": "" }, { "docid": "d886e1b668bfe3982846a2ae2ff4cbe5", "score": "0.5823096", "text": "@Override\n \t\tprotected void onPreExecute() {\n \t\t}", ...
d8bde44938a350dd3765eb624ee27154
Toast.makeText(activity, "No internet connection", Toast.LENGTH_SHORT).show();
[ { "docid": "d89874774431d940261e02b6a27d3400", "score": "0.0", "text": "@Override\n public void onErrorResponse(VolleyError error) {\n\n object.onError();\n }", "title": "" } ]
[ { "docid": "bcdd1b5179755330503b5826e7cf90d0", "score": "0.8407364", "text": "private void NoConnectionToast(){\n Toast t = Toast.makeText(this, R.string.no_internet_connection, Toast.LENGTH_SHORT);\n t.setGravity(Gravity.CENTER, 0, 0);\n t.show();\n }", "title": "" }, { ...
f0ef5885da6fc71b020c06da8d813bc0
if list is null, create it
[ { "docid": "44f1cbb899cb72049af1bfeceec7e547", "score": "0.0", "text": "public void append(LinkedList list, int value) {\n if (list.head == null) {\n list.head = new Node(value);\n } else {\n Node last = list.head;\n //traverse the list until the last element is reached and then add...
[ { "docid": "891350ae054b383d6dc469915ddc4da7", "score": "0.72585446", "text": "private void createList() {\n createForecasterList();\n }", "title": "" }, { "docid": "3dd3556fdf3be97debe5668effe3f05e", "score": "0.72526777", "text": "public RDFList createList() {\n\t\treturn...
05382333c9be9b910265aa8f968c7912
Deselects and selects the currently selected tile in order to update UI
[ { "docid": "17553d950eb2f5b046b1f70c2b93058d", "score": "0.69031465", "text": "public void updateSelectedInfo() {\n if (selectedTile != null) {\n Point p = selectedTile;\n Sidebar window = screenGame.gameManager.sidebarBuildWindow;\n window.deselect(screenGame.get...
[ { "docid": "85e55d8c935d35e82d511ce390b93703", "score": "0.7750485", "text": "public void Deselect()\n {\n if (selected)\n {\n ((Circle)currentTile).setFill(Color.ORANGE);\n currentTile = null;\n selected=false;\n }\n }", "title": "" }, ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "63aa6377f4e321fc359b7708086ca156", "score": "0.0", "text": "public static void main(String[] args) {\n HashSet<Object> n=new HashSet();\r\n\t\t\r\n\t\tn.add(\"harika\");\r\n\t\tn.add(\"kriti\");\r\n\t\tn.add(21);\r\n\t\tn.add(6);\r\n\r\n\t\tIterator i=n.iterator();\r\n\t\t while(i.hasNext...
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
dd8b4bcf09b94aa758623cd77537abd6
/ JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object]
[ { "docid": "0e1d68c9ce0faa16f5fd174e034f0490", "score": "0.0", "text": "@Override // kotlin.jvm.functions.Function2\n public final Object invoke(Object obj, Continuation<? super Unit> continuation) {\n return ((SequencesKt___SequencesKt$runningReduceIndexed$1) create(obj, continuation)).invoke...
[ { "docid": "9f5ad55659c6d0f6733268ec1e746216", "score": "0.67072654", "text": "private Object[] getMethodArgumentValues(NativeWebRequest request, ModelAndViewContainer mavContainer, Object... providedArgs)\r\n/* 68: */ throws Exception\r\n/* 69: */ {\r\n/* 70:141 */ MethodParameter[] ...
78a09859677ab210769b65e1a89f53fb
Graba datos de plantilla Detalle
[ { "docid": "ff8d7c6c0fcc6a0a979b20e43a48b756", "score": "0.0", "text": "public static void grabaPlantillaDethorariolocal(String codPlant, String pId, String codRol,\r\n String cDiaRefrigerio,\r\n Stri...
[ { "docid": "28c05f6900e406a12d2798eb23d3125d", "score": "0.72449833", "text": "private void detalle() throws Exception {\n\t\tString[] ll;\n\t\tfloat[] verificar; // ir guardando los totales\n\t\tint[] numericos; // si 0 NO numerico, si 1 ES numerico\n\t\tString[] arrayTipos;\n\n\t\tfileImport.readRecor...
908f9c5b8f6b663b76157a75ef047a7d
This function add the given edge without checking if this edge will maintain the graph chordal. The user has to be sure it will, or the results of the class won't be valid anymore.
[ { "docid": "800f9ce8e2c1219c54d189c4887c43e7", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n\tpublic DefaultEdge addSecuredEdge(Integer a, Integer b, MyPriorityQueue pq, boolean verbose) {\n\t\tint nbVertices = vertexSet().size();\n\t\t// System.out.println(\"adding (\" + a + \",\" + b + \...
[ { "docid": "d4fc5c2192b019358deacefa9fe49f23", "score": "0.7755235", "text": "@Override\n public void addEdge(Edge<GIRAPH_OID_T, GIRAPH_EDATA_T> edge) {\n throw new IllegalStateException(\"not implemented\");\n }", "title": "" }, { "docid": "393c43fc7a6b3de59f055cc3caae433b", ...
430ac39910c06f4eb4d24b199858e2f8
Set the state of the clock buttons.
[ { "docid": "b06f9a8c3cfc70d24d39540833b5a69e", "score": "0.86976725", "text": "void setClockButtonState(ClockButtonState clockButtonState);", "title": "" } ]
[ { "docid": "f90bbc6b09a5c1ceb16dda5b8b7de0c1", "score": "0.66825247", "text": "public void changeClock()\n\t{\n\t\tclockPanels.get(gameData.getCurrentTeam().getTeamIndex()).setVisible(false);\n\t\taddUpdate(\"Team \"+gameData.getCurrentTeam().getTeamName()+\" didn't choose a question promptly! Now next ...
5cb371d9a2987950e2f76744611463c1
/ renamed from: d
[ { "docid": "1396fa24c0873196f48fc88acc61a8ad", "score": "0.0", "text": "public Integer m1164d() {\n return this.f721j;\n }", "title": "" } ]
[ { "docid": "77f859c241fd5e1d997f67c3b890833e", "score": "0.6054156", "text": "@Override\n\tpublic void dormir() {\n\t\t\n\t}", "title": "" }, { "docid": "cd20dc2e6f880853839a76e66137b8ef", "score": "0.5912701", "text": "public void setD(String d) {\n this.d = d;\n }", "...
e41bff5c5ad901db48b21bb53ebbfb68
This method is executed once before each episode of the simulation.
[ { "docid": "504d472bca7292a283f815966631dc94", "score": "0.6604064", "text": "public abstract void beforeEpisode();", "title": "" } ]
[ { "docid": "5ff2b86da16125550ae40027a00ca858", "score": "0.7031879", "text": "public abstract void beforeSimulation();", "title": "" }, { "docid": "dde8675b16a700f1baa58027d96bf7a5", "score": "0.69239336", "text": "protected void beforeLoop() {\n }", "title": "" }, { "...
cfc938963d0ad76fd31aa316dce938a1
This adds a property descriptor for the Index feature.
[ { "docid": "3e46f64026916d2dfcebd251543ad7e2", "score": "0.7373576", "text": "protected void addIndexPropertyDescriptor(Object object) {\n\t\titemPropertyDescriptors.add\n\t\t\t(createItemPropertyDescriptor\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),\n\t\t\t\t getResou...
[ { "docid": "88afcfa71b4bfe982952f2d6705965eb", "score": "0.622774", "text": "void addProperty(String index, Object value) {\n if (getProperty(index) == null) {\n properties.addProperty(index, value);\n }\n }", "title": "" }, { "docid": "1e88a40330d075c4a16e947007d...
f7a1955368c38916aaf0be11624b101b
Load reports for appointment counts by month into table
[ { "docid": "f7beebb8cc24cf43d67c114153803cd0", "score": "0.75494087", "text": "private void loadMonthList() {\n monthList = FXCollections.observableArrayList();\n ObservableList<String> monthData = FXCollections.observableArrayList();\n ArrayList <Integer> monthCount = new ArrayList...
[ { "docid": "3748c831d3774c8ac605173d53997e81", "score": "0.6274388", "text": "public void displayMonthlyAppointments() {\r\n\r\n LocalDate first = LocalDate.now().withDayOfMonth(1);\r\n LocalDate last = LocalDate.now().withDayOfMonth(first.lengthOfMonth());\r\n Date firstOfMonth = D...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b1604a1c29f7f4ef3f3451ef0338ec3b", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t\n\t\tint numero, impar=0, par=0, x;\n\t\tScanner leia = new Scanner(System.in);\n\t\t\n\t\tfor (x=1;x<=10; x++) {\n\t\t\tSystem.out.println(\"\\nDigite um número: \");\n\t\t\tnumero = l...
[ { "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...
cd6c52ef47dc3f5d536fdc54a5b42184
Creates an example of Class_01_1_Sub.
[ { "docid": "bf39199c6b2a0b19dd2f34120777d00d", "score": "0.6658455", "text": "protected Class011Sub getClass011SubExample() throws DaoException {\n\t // fill attributes with example values\n\t Class011Sub class011Sub = new Class011Sub();\n\t class011Sub.setFakeAttr(\"myFakeAttr\");\n\t \n\t ...
[ { "docid": "c86a7efa5718bd574968d1ec4fa61fbf", "score": "0.64288837", "text": "public final void testCreateClass011Sub() throws DaoException {\n\t // fill attributes with example values\n\t Class011Sub class011Sub = getClass011SubExample();\n\t \n\t // Execute the tested code\n\t class011...
b6f00ebb936619cb25aeb3e2edaa77f0
Generates an Oval object based on values from the input file.
[ { "docid": "cfd9119e558203f134a189a379af187e", "score": "0.5962644", "text": "private static Oval readOval(String s) {\n\t\tScanner line = new Scanner(s);\n\n\t\tint x = line.nextInt();\n\t\tint y = line.nextInt();\n\t\tint vx = line.nextInt();\n\t\tint vy = line.nextInt();\n\t\tboolean isFilled = line....
[ { "docid": "e3ed26aa7542ba3b00ab137bcf648fed", "score": "0.540595", "text": "private void readFromFile() {\n\t\tPath filePath = Paths.get(inputFile);\n\n\t\ttry (BufferedReader reader = Files.newBufferedReader(filePath,\n\t\t\t\tCharset.forName(\"UTF-8\"));) {\n\t\t\tString line = null;\n\n\t\t\twhile (...
f1402f95e808902af4998f6c3fcea87e
When pause, close any open database.
[ { "docid": "5199160f15b059f2c4671e8da98a1c1c", "score": "0.7429037", "text": "@Override\n protected void onPause() {\n plutusDbManager.close();\n super.onPause();\n }", "title": "" } ]
[ { "docid": "202937681b466012578049e88117c427", "score": "0.8124281", "text": "public static void closeDatabase() {\n if (instance != null) {\n instance.kill();\n instance = null;\n }\n }", "title": "" }, { "docid": "0f16a8759fd95c35896f552deb690304", ...
7efd459ccafa832f44741d0548366e5b
This Method initializes the item Nouveau.
[ { "docid": "9076a5d859aa5d240ba1d96ab83fdb72", "score": "0.0", "text": "private JMenuItem getINouveau() {\r\n\t\t\tif (INouveau == null) {\r\n\t\t\t\tINouveau = new JMenuItem();\r\n\t\t\t\tINouveau.setText(\"Nouveau jeu\");\r\n\t\t\t\tINouveau.addActionListener(new java.awt.event.ActionListener() {\r\n\...
[ { "docid": "c0bdc83a229d5464704738b0a84f0261", "score": "0.80161804", "text": "public static void init() {\n createItem();\n }", "title": "" }, { "docid": "02f3f955b2daea1f0917a9caa7ddd8d5", "score": "0.70394063", "text": "private void initialize()\r\n {\r\n this.id ...
bac8b697c67c613fe2e475f9de8dfc85
transsion begin, IB02533, xieweiwei, add, 2016.11.26
[ { "docid": "149bca2b3cf6afc0501b2494f6c114f0", "score": "0.0", "text": "public void updateBottomButtonsState(int selectCount) {\n Log.w(TAG,\"updateBottomButtonsState mGetMultiImage = \" + mGetMultiImage);\n if(mGetMultiImage){\n return;\n }\n if(mBottomControls !=...
[ { "docid": "96f44c71ae4b992e13a81b502d7b730e", "score": "0.65295374", "text": "private void add() {\n\t\t\n\t}", "title": "" }, { "docid": "7876bb0c8d60e9ade58b191bfb903e72", "score": "0.5860294", "text": "public void addb_ix() {\n int t, r;\n _cpu.fetch_effective_addre...
0e678f551a2788b2b8a2563fa8b46be9
Returns the cost of travel from parent node, sqrt(2) for diagonal and 1 for straight.
[ { "docid": "d8fb301660d26086f964b601ed096d9c", "score": "0.6737581", "text": "public double getNodeCost(JPSNode node) {\n int dx = (node.nodeX - node.parentX) / Math.max(Math.abs(node.nodeX - node.parentX), 1);\n int dy = (node.nodeY - node.parentY) / Math.max(node.nodeY - node.parentY, 1)...
[ { "docid": "a6eb7abc58caa24994b05b6cbf62dc87", "score": "0.7078288", "text": "public int calculateCost() {\n\t\tfor(Edge e : toCity) {\n\t\t\tif(e.destination.toString().equals(parent.toString())) \n\t\t\t\treturn e.cost;\n\t\t}\n\t\treturn 0;\n\t}", "title": "" }, { "docid": "f9a8424db3ec02...
ca8bf1a2c852e9a2a4022aea6dd0e580
private final AsyncWorld asyncWorld;
[ { "docid": "853bb5290021f78123ce3516d2c5a1c1", "score": "0.0", "text": "public MoveCalculateTask(Craft craftClone){\n this.craftClone = craftClone;\n }", "title": "" } ]
[ { "docid": "9bd3aea3000d76e99d07529101d2fe88", "score": "0.62566024", "text": "public World getWorld() { return world; }", "title": "" }, { "docid": "9bd3aea3000d76e99d07529101d2fe88", "score": "0.62566024", "text": "public World getWorld() { return world; }", "title": "" }, ...
99bd7212837a4ea1e23adc8349a80d01
K O N S T R U K T O R E N
[ { "docid": "63e74067ae2e2391bcdb33f39db06357", "score": "0.0", "text": "public DatabaseHelper(Context context) {\n super(context, DBNAME, null, DBVERSION);\n }", "title": "" } ]
[ { "docid": "3e75bf9cf1b8fdbbc98a46aef8d9ab1f", "score": "0.5524034", "text": "@Override\r\n\t\tprotected String TiengKeu() {\n\t\treturn super.TiengKeu();\r\n\t\t}", "title": "" }, { "docid": "fa4f0f9c52278e5ed40859393acf448c", "score": "0.53334236", "text": "private void porukaServe...
9517419ac77079eeb5d3207783b37e97
This method is called to save Job seeker registration information into Database
[ { "docid": "afb16d83c1b839f2ea66d866d584a512", "score": "0.63772213", "text": "@Override\r\n\t@Transactional(readOnly=false,propagation=Propagation.REQUIRED)\r\n\tpublic UserDTO createNewJobSeeker(JobSeekerRegistrationDTO jsDTO) {\r\n\t\t\t\t\r\n\t\ttry {\r\n\t\t\tMerUser merUser = registrationConversio...
[ { "docid": "6995677745af5284fbb311c84dd55ab5", "score": "0.6359948", "text": "private void saveAdvancePassDetails(JobSeekerRegistrationDTO jsDTO) {\r\n\t\tUserDTO merUser = jsDTO.getMerUserDTO();\r\n\t\t\r\n\t\tmerUser = registrationConversionHelper.transformJSRegnToUserDTO(jsDTO, merUser);\t\t\r\n\t\tT...
088ee3d5dcea7534b112058d11377860
Updates the total amount of a specific product in the cart based either in the product code or the entryNumber.
[ { "docid": "83c869de593c8ed6a862a4c6fd0c9126", "score": "0.6608601", "text": "@RequestMappingOverride(priorityProperty = \"b2bocc.CartResource.updateCartEntryByProduct.priority\")\n\t@RequestMapping(value = \"/{cartId}/entries/\", method = RequestMethod.PUT)\n\t@ResponseBody\n\tpublic CartModificationWs...
[ { "docid": "d8155317284baedee578e13517136423", "score": "0.64802366", "text": "@RequestMappingOverride(priorityProperty = \"b2bocc.CartResource.updateCartEntry.priority\")\n\t@RequestMapping(value = \"/{cartId}/entries/{entryNumber}\", method = RequestMethod.PUT)\n\t@ResponseBody\n\tpublic CartModificat...
06f46b90d924bf9828619c3f5644ace5
calculates Euclidean distance between two points.
[ { "docid": "ac743dabb718482df1049156cda04bde", "score": "0.69490457", "text": "double euchDist(Point p1, Point p2){\n return Math.sqrt(Math.pow((p1.x-p2.x),2)+Math.pow((p1.y-p2.y),2)+Math.pow((matrix[p1.x][p1.y]-matrix[p2.x][p2.y]),2));\n }", "title": "" } ]
[ { "docid": "1bc41b68419a6f787240f23d99e498d3", "score": "0.78381926", "text": "public double EuclideanDistance(int x1, int y1, int x2, int y2){\n \n return (int) Math.sqrt( Math.pow(x2 - x1, 2) + Math.pow(y2 - y1, 2));\n }", "title": "" }, { "docid": "8661a17fc2a613d753e2f49...
92e6ae156cf45ff4ab99aba3aa629981
/ creates a server socket listener for incoming connections
[ { "docid": "a2c3e3fc3ffbaa10690382b25a0c1b5b", "score": "0.7772721", "text": "public void createServerListener(CoapServer serverListener, int localPort);", "title": "" } ]
[ { "docid": "e25a74b0143ddd438137dc153aab0304", "score": "0.7258294", "text": "private void listen() {\n\t\tServerSocket serverSocket = null;\n\t\ttry {\n\t\t\tserverSocket = new ServerSocket(PORT);\n\t\t\t// listening for a client wanting to connect\n\t\t\tSystem.out.println(\"Listening on port \" + POR...
d5e071d9ce05ac868d545ac7b74e3528
This method tries to read a file and send it over the server
[ { "docid": "cc3db82d71591049527261fe8946aeed", "score": "0.5846812", "text": "public void PutFile(String UID){\n \n \t\tfileName = UID;\t\t\t\t\t//need to see how the filename and Id are related\n \t\tString localFileName = \"../ClientFile/\" + fileName;\n \t\tSystem.out.println(localFileName);\n \t\tBu...
[ { "docid": "3efbd9d5d0c42d3d42d064d27b0a7442", "score": "0.75005555", "text": "private void sendFile() throws IOException {\n\t\t\n\t\tString fileRequested = \"\";\n\t\tint character;\n\t\t//read in the file name that is being requested \n\t\twhile ((character = inputStream.read()) != END)\n\t\t\tfileRe...
4ee3e220ae8d48bfae21d5a6f7838e7c
`status: Not Mapped` coredatatypereference: BIAN::DataTypesLibrary::CoreDataTypes::UNCEFACT::Text generalinfo: A Classification value that distinguishes between Assessments according to type of concern defined within Product Customer Combination Assessment . Eg Market Analysis, Risk Analysis, Perfomance Analysis, etc.
[ { "docid": "89618676f5960e3793e32b317be76856", "score": "0.0", "text": "public String getProductCustomerCombinationAssessmentParameterType() {\n return productCustomerCombinationAssessmentParameterType;\n }", "title": "" } ]
[ { "docid": "3de20814bb8ca2de47a4ca4e51bcbd20", "score": "0.57348317", "text": "public String GetClassification()\n\t{\n\t\treturn Classification;\n\t}", "title": "" }, { "docid": "417866a5d3b037248887b8bec32efb3f", "score": "0.5587806", "text": "com.tencent.angel.serving.apis.predict...
8e7ecf7929ac3ffe3489cc4b5e2080ef
$ANTLR end "rule__RecordAttribute__Group__3" $ANTLR start "rule__RecordAttribute__Group__3__Impl" ../org.erlide.erlang.ui/srcgen/org/erlide/ui/contentassist/antlr/internal/InternalErlang.g:7662:1: rule__RecordAttribute__Group__3__Impl : ( ',' ) ;
[ { "docid": "0359a82432b96545cf60de1d816e3afb", "score": "0.82897586", "text": "public final void rule__RecordAttribute__Group__3__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.erlide.erlang.ui/src-gen/org/erlide/u...
[ { "docid": "323827ce8f2f6dafe4572431c2194679", "score": "0.7391402", "text": "public final void rule__RecordAttribute__Group__3() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.erlide.erlang.ui/src-gen/org/erlide/ui/conte...
13f29d5af54c0bfc965abc57730944c0
String s = "/gui/SelectGameScene.fxml"; show(actionEvent, s);
[ { "docid": "e0d993817bc5c800db2bbbb0cb7b5312", "score": "0.0", "text": "public void selectGameS(ActionEvent actionEvent) throws IOException {\n }", "title": "" } ]
[ { "docid": "aa2acaefe7e93b8a6044d3fa0e00c3d0", "score": "0.7244117", "text": "public void newGame(ActionEvent actionEvent) throws IOException {\n Node node=(Node) actionEvent.getSource();\n Stage stage=(Stage) node.getScene().getWindow();\n Parent root = FXMLLoader.load(getClass().g...
970e4e7dab471e7c2db5e0781b835f18
Basic integrator that simply iterates over the light sources and accumulates their contributions. No shadow testing, reflection, refraction, or area light sources, etc. supported.
[ { "docid": "8481b8d69f5c9bc0bb084fed13ff0f68", "score": "0.5151766", "text": "public Spectrum integrate(Ray r) {\n\t\t\n\t\tSpectrum outgoing = new Spectrum();\n\t\t\n\t\tArrayList<PathNode> lightSubPath = createLightSubPath();\n\t\tArrayList<PathNode> eyeSubPath = createEyeSubPath(r);\n\t\t\n\t\tif (li...
[ { "docid": "9d556ae1f34acdd1a2ecf19b8284db3a", "score": "0.6099598", "text": "public interface LightSource \n{\n /**\n * get Color Intensity of a certain point\n *\n * @return color Intensity\n */\n Color getIntensity(Point3D p);\n\n /**\n * g...