query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
921fa4d674241b5a2d78cfd19d2a6c00
Tests the custom SMTP server integration connection set on this domain The request body is optional. If omitted, this endpoint will just test the connection of the Custom SMTP Server. If the body is specified, there will be an attempt to send an email message to the server.
[ { "docid": "488265cb23d2a9c0dbc60534d1caaa25", "score": "0.0", "text": "public Future<TestMessage> postRoutingEmailDomainTestconnectionAsync(PostRoutingEmailDomainTestconnectionRequest request, final AsyncApiCallback<TestMessage> callback) {\n try {\n final SettableFuture<TestMessage> future = S...
[ { "docid": "ecbc36661e800402d747c090b269aa73", "score": "0.5389193", "text": "@Test\n public void testSendmail() {\n GreenMailUtil.sendTextEmail(\n \"bmatthews68@gmail.com\",\n \"brian@btmatthews.com\",\n \"Testing\",\n \"One Two Thre...
66f7ac805af265ad895806e1a61942e0
Retrieves the amount of fruit available in the nest.
[ { "docid": "4fa1e60e4bba7d2779dfd121e71c3f2d", "score": "0.628168", "text": "public double getFruitQuantity() {\r\n\t\treturn fruitQuantity;\r\n\t}", "title": "" } ]
[ { "docid": "e7ea07793cea2a17033fd2a408e8b91b", "score": "0.65258163", "text": "private int getFromSellableInventoryService() {\n Map<String, String> pathVars = Maps.newHashMap();\n pathVars.put(\"location\", LOCATION);\n pathVars.put(\"sku\", SKU);\n try {\n InventoryDto inventory = res...
77d86acf836faf7fd4b904eb31515ba5
Accepts a video file to initialize the splay tree inventory. To be efficient, add videos to the inventory by calling the addBST() method, which does not splay. Refer to Section 3.2 for the format of video file.
[ { "docid": "07d5ab2bc2c968303c23e4bea449f63a", "score": "0.8264568", "text": "public void setUpInventory(String videoFile) throws FileNotFoundException\n {\n \tinventory = new SplayTree<Video>();\n \tFile vidFile = new File(videoFile);\n \tif(!vidFile.exists()) throw new FileNotFoundExceptio...
[ { "docid": "8423443382019f72ac40071a58f93d02", "score": "0.67726934", "text": "public VideoStore(String videoFile) throws FileNotFoundException \n {\n \tsetUpInventory(videoFile);\n }", "title": "" }, { "docid": "c2568f5917cde38160423fb79d2738e2", "score": "0.6361267", "tex...
f9275541690bee6e43d9f7c24415a0ff
Creates a new scene owned by the specified parent component.
[ { "docid": "b67c742083145597db050cde72d6f14c", "score": "0.0", "text": "public GLScene(Composite parent) {\r\n \tGLData data = new GLData();\r\n \tdata.depthSize = 1;\r\n \tdata.doubleBuffer = true;\r\n this.canvas = new GLCanvas(parent, SWT.NO_BACKGROUND, data);\r\n \r\n t...
[ { "docid": "6944a344f34853a399767551028515f4", "score": "0.6594321", "text": "public void setSceneParent(SceneController sceneParent);", "title": "" }, { "docid": "36c877f208f6188ee9db6f1d39c27c9f", "score": "0.65804833", "text": "public void addParent(GameObject parent){\n _paren...
4bab60230f004991f6317de818459b63
People mentioned score Method to set peopleMentionedScore.
[ { "docid": "5880bf029e043c66677d5572c02a3a70", "score": "0.85446894", "text": "public void setPeopleMentionedScore(double peopleMentionedScore){\r\n\t\tthis.peopleMentionedScore = peopleMentionedScore;\r\n\t}", "title": "" } ]
[ { "docid": "315a3ff25b7e04d8776ef9ea6604fadf", "score": "0.76080275", "text": "public double getPeopleMentionedScore(){\r\n\t\treturn peopleMentionedScore;\r\n\t}", "title": "" }, { "docid": "7921a13b864ce52409d02b5ebd66eac0", "score": "0.69958514", "text": "public void setLocationMe...
7b27dc1f5043e53755045a055bec7dbe
Player O: 1; Player X: +1;
[ { "docid": "ccf3999ac1e36a121ce75e7dc2f57ed6", "score": "0.0", "text": "public int getWinner(){\n\n int[] rows = new int[8]; //r1,r2,r3,c1,c2,c3,d1,d2\n for(int i=0;i<8;i++){\n rows[i] = 0;\n }\n\n for(int x=0;x<3;x++){\n for(int y=0;y<3;y++){\n ...
[ { "docid": "c6c21facc7e68642402f356cc95acb7e", "score": "0.68777126", "text": "public int getPlayer(Coordinate c) {\n // TODO \n }", "title": "" }, { "docid": "12bbbf5e100c6bf90f6f09cd8ca25cbd", "score": "0.6775823", "text": "void setxPlayer(Player xPlayer){ this.xPlayer = ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fbed1fb400115621120d5b9046a1ceb6", "score": "0.0", "text": "public void updateInfo(String id, String name) {\n\t\tKehMapper kehMapper = sqlSession.getMapper(KehMapper.class);\r\n\t\t\r\n\t\tkehMapper.updateInfo(id, name);\r\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
c471030cf0b43b6b110df61e401ea0ac
i.e. no exception because task is too slow to resolve.
[ { "docid": "db20ad7819b7e13050b5041ce92c6167", "score": "0.5749444", "text": "@Test\n public void testSlowFutureNotResolved() {\n app.createAndManageChild(EntitySpec.create(EntityRequiringConfigKeyInRange.class)\n .configure(EntityRequiringConfigKeyInRange.RANGE, sleepingTask(Du...
[ { "docid": "db3b4da30778001a70fc079f4f7a3c72", "score": "0.6438147", "text": "@Override\n public boolean isRelevant(Task task) {\n return true;\n }", "title": "" }, { "docid": "0fc0985fceab155e202a147b02a13504", "score": "0.6119511", "text": "public boolean protestNotUniqueTaskN...
0080bbcdfdf1a17b9d6458daa8485e84
Get all the media from a corpus by it id_corpus
[ { "docid": "a38ae9f65afd26528d9d4bd70d010d04", "score": "0.8674366", "text": "public ArrayList<Media> getAllMediaFromIdcorpus(String idcorpus) throws Exception {\n ArrayList<Media> ret = new ArrayList<>();\n JSONArray jsa = new Get(\"/corpus/\" + idcorpus + \"/medium\").execute().getJSONAr...
[ { "docid": "269b769685f4c2397e82e5f9ee8a2ada", "score": "0.7882986", "text": "public ArrayList<Media> getAllMediaFromcorpus(Corpus corpus) throws Exception {\n ArrayList<Media> ret = new ArrayList<>();\n JSONArray jsa = new Get(\"/corpus/\" + corpus.getId() + \"/medium\").execute().getJSON...
92f228e000c8d45ddea8e40b9451ee91
include lbrary implementation 'com.theartofdev.edmodo:androidimagecropper:2.7.0' && put in manifest <activity android:name="com.theartofdev.edmodo.cropper.CropImageActivity"
[ { "docid": "274d0aff5dc2bcefb544139bb8ae201b", "score": "0.6201185", "text": "@Override\n public void onActivityResult(int requestCode, int resultCode, @Nullable Intent data)\n {\n super.onActivityResult(requestCode, resultCode, data);\n if (requestCode == CropImage.CROP_IMAGE_ACTIVI...
[ { "docid": "2b1714d1362bd43039b52044b492725e", "score": "0.69057035", "text": "public void cropImage() {\n if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { // 마쉬멜로우 이상 버전일 때\n getActivity().grantUriPermission(\"com.android.camera\", mImageCaptureUri,\n Intent....
6a5a47a7f328f58eee468da02276db23
Sets a string value specifying a list of javascript files to include.
[ { "docid": "2ea180da36bd3ffff78b1f3a9fc5dcea", "score": "0.47665542", "text": "public void setRequiredFiles(String requiredFiles) {\n\t\tengine.setProperty(Properties.REQUIRED_FILES, requiredFiles);\n\t}", "title": "" } ]
[ { "docid": "ef32e5a49cb8f5805e36f900ec7c8dba", "score": "0.642612", "text": "public void setIncludes(String includes) {\r\n \r\n \t\t// Split the string into separate file globs.\r\n \t\tString[] globs = includes.split(\"[\\\\s,]+\");\r\n \r\n \t\t// Loop over these globs and create dirsets from them.\r...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3ddd281056b7a9ad13ecc1e10544f8ce", "score": "0.0", "text": "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\tLog.d(TAG, \"widget--->on service onStartCommand\");\n\t\t\n\t\treturn super.onStartCommand(intent, flags, startId);\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
83a5e31a78d4e4b56906ffb53616ae20
adds the player in the List
[ { "docid": "3549f99ea6763674eadc7232d7dcbc9d", "score": "0.67540675", "text": "public void addPlayer(GameEngine gameEngine) {\n\t\tfor (Player player : gameEngine.getAllPlayers()) {\n\t\t\tString details = player.getPlayerId() \n\t\t\t\t\t+ \" - \" + player.getPlayerName();\n\t\t\tbase.addElement(detai...
[ { "docid": "2f26d778fac6502c4a7aa65363f5c4e2", "score": "0.8770795", "text": "public void add(Player player)\n {\n playerList.add(player);\n }", "title": "" }, { "docid": "e7b483a9ca7439696874216bcf02358d", "score": "0.82357687", "text": "public void addPlayer(Player p)\r\n ...
3fa09389e9f12db879e00775a9667c4f
Created by madhu on 15Nov17.
[ { "docid": "8950f37a16e8ef374ca17ffb2bd08b38", "score": "0.0", "text": "public interface JSONResult {\n\n void successJSONResult(int code, Object result) throws JSONException;\n\n void failedJSONResult(int code);\n}", "title": "" } ]
[ { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.627578", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "title": "" }, { "docid": "f0705d77863f0fa7c516a99a8eca8134", "score": "0.6156576", "text": "private void zbudujSciezkeiRozpocznij() {\n\t\t\r\n\t}", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "93a18d5f3c79ef679c6b0866b650e988", "score": "0.0", "text": "public List<MimeType> getAllMimeTypes() throws ContestManagementException {\n return null;\r\n }", "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...
4b04e45d61b9515adda58544f83cca31
Method that increase personal fouls
[ { "docid": "63f2c823f783ec1822385ccf600b59fa", "score": "0.77998525", "text": "public void incresePersonalFouls(Player p);", "title": "" } ]
[ { "docid": "f17823acd1b0751297fc94c21043998e", "score": "0.64677805", "text": "private void updateFreqPoints(Rental each) {\n frequentRenterPoints ++;\n // add bonus for a two day new release rental\n if ((each.tape().movie().priceCode() == Movie.NEW_RELEASE) && each.daysRented() > ...
c9c50b7057278734debaf26d664b8512
This method was generated by MyBatis Generator. This method returns the value of the database column t_movie_seat.seat_status
[ { "docid": "f0b0578c0d61fe3b49eecac609b9d3d8", "score": "0.69956803", "text": "public String getSeatStatus() {\n return seatStatus;\n }", "title": "" } ]
[ { "docid": "c1b8948a7f51536328bdc7c1259a200b", "score": "0.66522056", "text": "public SeatStatuses getStatus()\n {\n return status;\n }", "title": "" }, { "docid": "63d75d6104d6ea48f92cccd96f6df3ba", "score": "0.5794495", "text": "public void setSeatStatus(String seatSta...
e3df0401517693486e5e1804d3e4aece
private Cliente clienteStipulante; private Utente impiegatoStipulatore; private LocalDate dataInizio; private LocalDate dataFine; private LocalDate dataChiusura; private LocalDate dataStipula; private Autoveicolo autoveicolo; private List listaOptional; private Sede sedeConsegna; private Sede sedeRitiro; private String...
[ { "docid": "cfbf2999f6fd10c6beb6a3b46eae7653", "score": "0.0", "text": "@Override\r\n\tpublic boolean equals(Object obj)\r\n\t{\r\n\t\tContratto c = (Contratto)obj;\r\n\t\t\t\r\n\t\treturn (getClienteStipulante() == c.getClienteStipulante() || getClienteStipulante().equals(c.getClienteStipulante())) &&...
[ { "docid": "be3e4b70cb09326b408f837285c1caa5", "score": "0.6306232", "text": "public interface CostanteData {\n\n //-------------------------------------------------------------------------\n // Costanti statiche della classe (private,pubbliche) (class variables)\n //-----------------------...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cb002aec1944a8a0df40e27677881414", "score": "0.0", "text": "public SeatHold findAndHoldSeats(int numSeats, String customerEmail) {\n\t\tSeatHold seatHoldInfo = new SeatHold();\n\t\tfindAndHoldSeats(numSeats).stream()\n\t\t\t\t\t\t\t\t .forEach( seatInfo -> seatHoldInfo.addSeatInfo(seatInfo)...
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037399", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.6869287", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n\...
5503411aee339536a220a2d808ddd9f7
equals is defined to be: e1 equals e2 iff the coordinates of e1 are the same or the reverse of the coordinates in e2
[ { "docid": "ea4dc12c9add52e0ec242e868d3f1d96", "score": "0.72524786", "text": "@Override\n public boolean equals(final Object o) {\n if (!(o instanceof Edge)) {\n return false;\n }\n final Edge e = (Edge)o;\n\n if (getNumPoints() != e.getNumPoints()) {\n return false;\n }\n\n ...
[ { "docid": "5cbe606cacbe4cc5e566e2555ff889e5", "score": "0.7000962", "text": "boolean compareCoordinates();", "title": "" }, { "docid": "ff5649cfc8a3cfbaf23ddbf66fd5d7d6", "score": "0.6666152", "text": "public boolean equals(Position pos2) {\n /*\n return compareTo(...
49ee6f474fc46afb1390fe866b747d68
Constructor MagicalEnemy Creates a new instance of a MagicalEnemy;
[ { "docid": "602102f45c9cdc58311dab3a34b7e3a3", "score": "0.7419231", "text": "public MagicalEnemy(String n, int mHP, Item i) {\n\t\tsuper(n, mHP, i);\n\t}", "title": "" } ]
[ { "docid": "b93c49c0b12ab055a28824ec0b05b13f", "score": "0.76200867", "text": "public Enemy() {\n setHealth(1);\n }", "title": "" }, { "docid": "f2fd6f88e385cd75390e229bddb00789", "score": "0.7456272", "text": "public Enemy(Enemy e)\r\n\t{\r\n\t\tthis(e.getX(), e.getY(), e....
ac57cdb08e0ac3b29646362f3bb19d60
Shows the infor,ation to the user
[ { "docid": "7e4625ca8e6f05c7f5addedb87208b2a", "score": "0.0", "text": "public void check_schedule(View v)\n {\n TextView strat_time=(TextView)findViewById(R.id.st_time);\n TextView bus_id=(TextView)findViewById(R.id.bs_id);\n // System.out.println(\"STart time \"+abc[0].getStart_...
[ { "docid": "ada9a7674357208413951fd1116ba153", "score": "0.67339027", "text": "@Override\n public void showInfor() {\n super.showInfor();\n System.out.println(\"Tax: \" + this.tax);\n }", "title": "" }, { "docid": "0d57fe08bbfa10517eaf3a2cbfab697f", "score": "0.659215...
b7a6fd5379a8456441326012ac5a4038
optional uint32 rounds_won = 7;
[ { "docid": "9fe5d38b5b4958e233fe808452f4dfe3", "score": "0.0", "text": "public Builder clearRoundsWon() {\n bitField0_ = (bitField0_ & ~0x00000040);\n roundsWon_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "4a78f463d47d2a137f1bce8477d61867", "score": "0.7385885", "text": "int getRoundsWon();", "title": "" }, { "docid": "611d0cf598571c65645bdaa2df24d1d4", "score": "0.72066724", "text": "int getRoundsLost();", "title": "" }, { "docid": "3da135fdab79becb0131256ee249...
ec5657e039cedc10cd9428d36538a031
these are all base things that should be brought down from the DB
[ { "docid": "bdd95b5ee3e1a27c51f2beb83fff8cbf", "score": "0.0", "text": "public Enemy(String mName, float mHealth, float mStrength, float mDefense){\n this.mName = mName;\n this.mHealth = mHealth;\n this.mOverAllHealth = getHealth();\n this.mStrength = mStrength;\n this...
[ { "docid": "133b4a3df867d361618063394e1cd6d4", "score": "0.6157161", "text": "@Test\n\tpublic void refreshDataBase() {\n\t\tweaponManager.clearBulletToWeapon();\n\t\tweaponManager.clearWeapons();\n\t\tweaponManager.clearBullets();\n\t}", "title": "" }, { "docid": "ce57e1a62b8f863fa9cf9098e1b...
4074a8de740fc521f581ebe4cdf0e2fc
Local interface for chat logic EJB
[ { "docid": "ebb4df4918060d54f81c19e86f72d701", "score": "0.7459685", "text": "@Local\r\npublic interface ChatManagerLocal {\r\n\r\n void sendMessage(Message msg);\r\n\r\n Message retrieveLatest(Date after);\r\n\r\n}", "title": "" } ]
[ { "docid": "54b551cfad6fc0c54bbd26d5ead172dd", "score": "0.7606926", "text": "interface Chat extends Remote{\n\n\tString sendMessage(String text) throws RemoteException;\n}", "title": "" }, { "docid": "8dfeac5f23a0261d4a60b8782b40ebe7", "score": "0.7493479", "text": "public interface...
6ac83a9afac4d5fe057e3f932868cd46
new columns (resolved) //
[ { "docid": "70f616d37d721eedd321058ba9c0bd8f", "score": "0.0", "text": "public ScGridColumn<AcUspsInternationalInvoiceSupplement> newResolvedColumn()\n {\n return newResolvedColumn(\"Resolved\", null);\n }", "title": "" } ]
[ { "docid": "f0d6fffc1ebcebee2e473f421211bd40", "score": "0.7699187", "text": "protected abstract void createColumns();", "title": "" }, { "docid": "f0d6fffc1ebcebee2e473f421211bd40", "score": "0.7699187", "text": "protected abstract void createColumns();", "title": "" }, { ...
5dcd091f7d5d9f7296d8cc3adc427905
pour tester si la calculation est correct
[ { "docid": "995f582bbe32a14eca05c3bd764b1e4b", "score": "0.61084884", "text": "public void test() {\n\t\tJunit_testing test = new Junit_testing();\r\n\t\tint output = test.total(3000,0,200);\r\n\t\tassertEquals(3200, output);\r\n\t}", "title": "" } ]
[ { "docid": "9ddf17282f3b474309623ace40ebbaf9", "score": "0.70501465", "text": "public void validarResultado(){\n double valorFuturo = valoractual*(1+((periodo/100)*tasadeinteres));\r\n\r\n //Redondear 3 decimales\r\n DecimalFormat df = new DecimalFormat(\"#.000\");\r\n String...
a452db53fdc60bd3366ba3cd9369ef24
Triggers the generation of report
[ { "docid": "691a68021a4931f80d312f1e21cab158", "score": "0.6900218", "text": "public void generateReport() {\n\t\tProperties prop=new PropertyUtils().getConfigProperties();\n\t\tString reportLocation=prop.getProperty(\"ReportLocation\");\n\t\tStringBuilder report = new StringBuilder(reportLocation);\n\t...
[ { "docid": "90c065e8bcec9158626c784a0e620b1b", "score": "0.71503645", "text": "@Override\n\tpublic void generateReport() {\n\t\tUnitPriceCollection prices = service.getSavedPrices();\n\t\tStringBuilder messages = new StringBuilder();\n\t\tmessages.append(\"*** Report ***\" + NewLine);\n\n\t\tint reportI...
32a3f26b3b4b4891cc48350c18378272
Saves a voice participant to a hash map if not existent The users status will be increased by 1 leaving it in 2 possible states: if the user did not exist in voiceUsers and just has been created the status will change from 0 to 1 (joined) if the user did exist in voiceUsers the status will be changed from 1 to 0
[ { "docid": "29461320b5ca67f75c35bc4e6fcb7005", "score": "0.4202162", "text": "public Voice genStatus(LinkedList<Voice> targetMap)\n {\n Voice voice = null;\n for (Voice v : targetMap)\n if (hash() == v.hash())\n {\n voice = v;...
[ { "docid": "30ef90fa5770d71afc21000a2d96bb84", "score": "0.51666147", "text": "private void setParticipants(List<Participant> participants) {\n synchronized (participantsMap) {\n participantsMap.clear();\n for (Participant participant : participants) {\n parti...
02d981b07f6329e0df83bc35cf92596d
This is called many times during a drag gesture; it breaks the movement up into small x,y distances and distributes these to the currently latched target (a note or the canvas camera)
[ { "docid": "44fe75a452132174bb26d148fceedd44", "score": "0.72427726", "text": "private void actionMove(MotionEvent event){\n //get pointer index and its x,y coordinates\n final int pointerIndex = event.findPointerIndex(\n currentPointerID);\n final float x = event.get...
[ { "docid": "c79ffd91e6dbc80da84fdd1d166123be", "score": "0.65261126", "text": "@Override\n public void move() {\n// //Update de la position de la cible pour permettre le suivit de la cible par le projectile:\n// finalPosition = target.getPosition();\n//\n// //Distance entre la to...
af629b226ca998e452372cc32e41efb7
Create the animation and timeline.
[ { "docid": "bde0111475f359ecd24eb508d14f9a8e", "score": "0.8132352", "text": "private void createAnimation () {\n // KeyFrame frame = new KeyFrame(Duration.millis(MILLISECOND_DELAY), e -> myManager.step());\n // myAnimation = new Timeline();\n // myAnimation.setCycleCount(Timeline.I...
[ { "docid": "1e31c4985546eb31be3d363394bb2110", "score": "0.6832524", "text": "private void prepareTimeline() {\n\r\n\t new AnimationTimer() {\r\n\r\n\t @Override\r\n\t public void handle(long now) {\r\n\r\n\t addDataToSeries();\r\n\r\n\t }\r\n\t }.start();\r\n\r\n\t...
5c95f35f42b7f5b3ad2b291f60e3a9b5
keep this function call here
[ { "docid": "9ff979c9b4fb14f1030bb8c08be8b70f", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tScanner s = new Scanner(System.in);\n\t\tSystem.out.print(ArrayChallenge(new int[] { 5, 10, 15 }));\n\t}", "title": "" } ]
[ { "docid": "ea8460c7314de45803a19bf7c984d4bf", "score": "0.62521756", "text": "@Override\n public void perish() {\n \n }", "title": "" }, { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6246468", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}...
35fbd11bca81184807027f0b748c0d2e
Returns all rows from the utente table that match the criteria 'ute_last_login = :uteLastLogin'.
[ { "docid": "5077d855f130c3ebf9af4be58209bf89", "score": "0.7541684", "text": "public Utente[] findWhereUteLastLoginEquals(Date uteLastLogin) throws UtenteDaoException;", "title": "" } ]
[ { "docid": "62a2a6b555cefc9fb31a66fef301eef1", "score": "0.57148653", "text": "public ResultSet findAll() {\n\t\t\t\treturn super.findAll(\"login\");\r\n\t\t}", "title": "" }, { "docid": "08e36ed4186341b890c09c1d02367986", "score": "0.56475705", "text": "@Override\r\n\tpublic List<St...
cae37b36d391e14f8ba6f6fe65711558
Test of selectById method, of class UserDal.
[ { "docid": "e738cc099954826aea9bfd36e4190ea0", "score": "0.8426223", "text": "@Test\n public void testSelectById() {\n System.out.println(\"selectById\");\n int id = 1;\n UserDal instance = new UserDal();\n User expResult = null;\n User result = instance.selectById(...
[ { "docid": "bc97b8cad122c085f424617540ef738a", "score": "0.78680545", "text": "private void testSelectById() {\n UserDetailsEntity byPrimaryKey = userDetailsMapper.getByPrimaryKey(1l);\n Assert.assertNotNull(byPrimaryKey);\n\n /***\n * 2018-09-19 15:50:22.658 [DEBUG][main]:...
e37bf8b77cb5dfad220730272ea31b08
Returns the user prefs' address book file path.
[ { "docid": "3fb052874b8c49317fe793615ac78a42", "score": "0.7019135", "text": "Path getAddressBookFilePath();", "title": "" } ]
[ { "docid": "f21bb2926e6512fb1231f3025dcd5e40", "score": "0.7338051", "text": "@Override\n public Path getUserPrefsFilePath() {\n return userPrefsStorage.getUserPrefsFilePath();\n }", "title": "" }, { "docid": "f21bb2926e6512fb1231f3025dcd5e40", "score": "0.7338051", "tex...
04313f42d23be510f947bd84a3a11c75
Constructs a String representation of this subgraph in the DOT graph language and returns it.
[ { "docid": "8b79ff8db5f98e39db35a5e4c35ac7c7", "score": "0.7849655", "text": "public String toString() {\n\t\tFormatter f = new Formatter();\n\n\t\ttry {\n\t\t\tif (id().equals(\"\"))\n\t\t\t\tf.format(\"{\\n\");\n\t\t\telse\n\t\t\t\tf.format(\"subgraph %s {\\n\", id());\n\n\t\t\tIterator<String> it = a...
[ { "docid": "24904283bae6ec4a3baa893de3b17064", "score": "0.7994551", "text": "public String toString(){\n\t\tStringBuilder sb = new StringBuilder();\n\t\tsb.append(\"digraph G {\\n\\n\");\n\t\tsb.append(toDotSubgraph(0,0));\n\t\tsb.append(\"\\n}\");\n\t\treturn sb.toString();\n\t}", "title": "" },...
c07b2a9f340bb9c9f792808697d873c8
Testeaza anularea unei cereri de concediu Se verifica ca utilizatorul primeste inapoi zilele de concediu.
[ { "docid": "bd62501c31a4cd10e627ca3272add113", "score": "0.0", "text": "@Test\n public void cancelHolidayRequest () {\n\n HolidayRequest holidayRequest = this.createHolidayRequest();\n holidayRequest.setDaysNumber(3);\n holidayRequest.setRequestType(1);\n\n //user to compa...
[ { "docid": "3b4b998d09d77a51dcefcbc27dcc50f1", "score": "0.6791711", "text": "@Test\n\tvoid cursoSinCuposDisponibles() {\n\t\tboolean esperado = c2.inscribir(a2);\n\t\tassertFalse(esperado, \"El curso no puede inscribir por falta de cupos\");\n\t}", "title": "" }, { "docid": "ac6e31b6fee508a...
86915af1588daab8741037e4b9d8464b
Test case number: 59 /Coverage entropy=0.0
[ { "docid": "d69f9228243407518bc890e419bf42f1", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test059() throws Throwable {\n String string0 = EWrapperMsgGenerator.realtimeBar(2145185276, 2145185276, 2145185276, 2145185276, (-2134.537985751), (-2134.537985751), 2145185276, (-2134.53...
[ { "docid": "c40bf506d7139506e0e2b9f810637cff", "score": "0.70304215", "text": "public void calculateCoverageTest(){\r\n\t\t// TODO Auto-generated method stub\r\n\t\tSystem.out.println(\"calculateCoverageTest()\");\r\n\t}", "title": "" }, { "docid": "eb91d6f4cebb8fb86024a8fa2618303a", "sc...
c1bd244efad1b0668cb076466a50dcae
Test parsing a valid EventEditCommand
[ { "docid": "57b17948087133fb3f2ed3fb87741f23", "score": "0.88464224", "text": "@Test\n public void parseCommand_validEditCommand_success() throws Exception {\n Command command = parser.parse(VALID_FULL_EDIT_COMMAND);\n assertTrue(command instanceof EventEditCommand);\n }", "title...
[ { "docid": "5629fde905a7857dcb06ce8c6fe10dcd", "score": "0.7862368", "text": "@Test\n public void parseCommand_validViewCommandWithValidModeAndValidDate_success() throws Exception {\n Command command = parser.parse(VALID_VIEW_MODE_FULL);\n assertTrue(command instanceof EventViewCommand)...
a94af95d8da314e2247a99da935a27ad
returns a string with the suite character and the named number
[ { "docid": "f8ab4be44e9cb3dc86fe2ed7b62b366a", "score": "0.67147356", "text": "public String fineName()\n\t{\n\t\treturn getSuite().getCharacter() + \" \" + getNamedNumber();\n\t}", "title": "" } ]
[ { "docid": "d88e94b67f12507b0bfdc1c058caa255", "score": "0.7219994", "text": "public String name()\n\t{\n\t\treturn getSuite() + \" \" + getNumber();\n\t}", "title": "" }, { "docid": "aead66d8d7148c91088fcb43861e99ec", "score": "0.6434757", "text": "public String subGrouping() {\n\t\...
e9f54a9d835f7315d419d07259db4f88
This method checks raw data for UTF8 encoding errors
[ { "docid": "296e3311b37e32127f8618f8a2b09cd0", "score": "0.7088365", "text": "private String checkEncoding(String data) throws AggregationFailedException {\n\t\tString result = (String) data;\n\n\t\t// noch zu klären, wie Fehler in der Codierung ausgegeben werden\n\t\t// (Exception),\n\t\t// oder ob der...
[ { "docid": "7132e867b542da37d9c71a4073069765", "score": "0.6851585", "text": "public void testUTF8() {\n checkForEncoding(\"UTF-8\");\n }", "title": "" }, { "docid": "686b5b8eb3de0213f03b84788ea3eb7e", "score": "0.6710758", "text": "@Test\n public void utf8Fail() {\n by...
e75e00c750efbe51aaf36f5295f9e07b
quand la carte est utiliser
[ { "docid": "47e26dc18d61f2f30230d5aaa0e90e14", "score": "0.0", "text": "public abstract void use(Plateau plateau);", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.6649569", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "3725f6f559f3adf4f03ebc1fb569a203", "score": "0.6427994", "text": "public void afficher(){\r\n\t\t\r\n\t}", "title": ...
aac157eb547e1afa5ea4dcfa6a3e984a
Returns the value of the global variable DO_s_3.
[ { "docid": "b3358ac5f3aebd5e711fd86c82b23b36", "score": "0.73643786", "text": "@ReLogoBuilderGeneratedFor(\"global: DO_s_3\")\n\tpublic Object getDO_s_3(){\n\t\treturn repast.simphony.relogo.ReLogoModel.getInstance().getModelParam(\"DO_s_3\");\n\t}", "title": "" } ]
[ { "docid": "f09eed2dbfcf43b78df8843611ae802e", "score": "0.6530123", "text": "@ReLogoBuilderGeneratedFor(\"global: DO_s_3\")\n\tpublic void setDO_s_3(Object value){\n\t\trepast.simphony.relogo.ReLogoModel.getInstance().setModelParam(\"DO_s_3\",value);\n\t}", "title": "" }, { "docid": "d9fbd6...
d5f389da262fdf217f9467e7601d13ad
Test get converted dTO from domain for error.
[ { "docid": "a95b012767df089cf28e55f35b439e05", "score": "0.7676867", "text": "@Test\n public void testGetConvertedDTOFromDomainForError( ) throws Exception {\n\n logger.debug( \"Starting test GetConvertedDTOFromDomainForError\" );\n\n NullPointerException nullPointerException = null;\n...
[ { "docid": "319209ab1f78e8ea882ba3f61588b508", "score": "0.7892174", "text": "@Test\n public void testGetConvertedDomainFromDTOForError( ) throws Exception {\n\n logger.debug( \"Starting testGetConvertedDomainFromDTOForError\" );\n User user = new User( );\n IllegalArgumentValue...
2240ca5258f321c97f65a2af47fae6d9
have to use the name loadUserByUsername due to old naming conventions
[ { "docid": "17d4db119db30f8d21fcb7ce28d2b89b", "score": "0.0", "text": "@Override\n public UserDetails loadUserByUsername(String email) {\n Employee employee = repository.findByEmail(email);\n\n if (employee == null) {\n throw new UsernameNotFoundException(email);\n }\...
[ { "docid": "0005f6832ba6748ac2432124cfcbaa97", "score": "0.8293565", "text": "public User loadUserByUsername(String username) throws UsernameNotFoundException;", "title": "" }, { "docid": "c31ff15808dcd6f4353e36a9db52a618", "score": "0.8034089", "text": "private void loadUser(){\n ...
5f1fd48c57e1dc1eb440b81d74a3f13f
Method initializes the activity
[ { "docid": "eb97b76be5a107b7e4ae73ec0e529f66", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.profile_activity);\n\n\n TextView showUsername = (TextView)findViewById(R.id.us...
[ { "docid": "78b428e3706fe4b3e03b3a5e944bd877", "score": "0.80789185", "text": "public void initializeActivity() {\n\t\tvista.makeVisible();\n client.start();\n\t}", "title": "" }, { "docid": "2431dacb0316382d5b9f76d1b60df38f", "score": "0.7544987", "text": "public Activity() {...
cc26438b3570d118ef3f4e67eda94ff8
Calculates the size of the intersection.
[ { "docid": "4bfe5fe4e9e265c33cdf025b1a7f72de", "score": "0.66108674", "text": "public int sizeOfIntersectionWith(Interval2D that)\n {\n return this.iX.sizeOfIntersectionWith(that.iX) * this.iY.sizeOfIntersectionWith(that.iY);\n }", "title": "" } ]
[ { "docid": "aaaf1ccb9f06d0ce9793ab6e207f4d7b", "score": "0.6571995", "text": "public long getSizeInBytes()\n {\n if (this.intersectingObjectKeys == null)\n return 0;\n\n long size = 4 * this.intersectingObjectKeys.length; // For the array references.\n\n ...
cdd922c103b5fa53de484e22b54d8d89
Password criteria at least 8 characters 1 Upper case letter 1 number
[ { "docid": "ffc5b1f904d51b05fe16aa9e7dcee967", "score": "0.6761532", "text": "public static boolean isPasswordValid(Editable text) {\n int numOfUpperLetters = 0;\n int numOfDigits = 0;\n boolean passwordLength = text.length() >= 8;\n\n byte[] bytes = text.toString().getBytes(...
[ { "docid": "6c069cda2a0febb23fd039183cdc5a60", "score": "0.78398067", "text": "private boolean checkPassword(String password) {\n // define a password complexity (one number, eight characters, one upper case, without blanks)\n String pattern = \"(?=.*[0-9])(?=.*[A-Z])(?=\\\\S+$).{8,}\";\n ...
617f2b74a2239afd1a2e39a509980701
This method was generated by Apache iBATIS ibator. This method corresponds to the database table function_def
[ { "docid": "3db3f5fa6edc63231a202d24b317bac5", "score": "0.5154236", "text": "public void insert(FunctionDef record) {\r\n getSqlMapClientTemplate().insert(\"function_def.ibatorgenerated_insert\", record);\r\n }", "title": "" } ]
[ { "docid": "cc0002f28acf8168476abf13ae3f9d9b", "score": "0.6693159", "text": "@Override\r\n\tpublic void onFuncTable(FunctionInfos arg0) {\n\t\t\r\n\t}", "title": "" }, { "docid": "8f2664f164d674df9e8f51d4c86948bf", "score": "0.654844", "text": "private void udfInsertDetail(){\n }...
7902993f04d88ff43bd5110a2fbc1013
This method to update user.
[ { "docid": "4873764eb5788e7830fab64789acded8", "score": "0.0", "text": "public boolean updateUser(Users user) throws IOException {\n return userDAO.updateUser(user);\n }", "title": "" } ]
[ { "docid": "32afafb76f7ad7378cf5056609c12d05", "score": "0.8885906", "text": "public void updateUser() {\n\n\t}", "title": "" }, { "docid": "39890ffd24a0ee6b7152c64cda1dd5b1", "score": "0.85103315", "text": "public void updateUser(User user) {\n\t\t\n\t}", "title": "" }, { ...
40a5c0f1a758e07190c327ae7d421de7
Test the property 'state'
[ { "docid": "d6ffc3ba1eb3091e213797895e704e91", "score": "0.74364686", "text": "@Test\n public void stateTest() {\n // TODO: test state\n }", "title": "" } ]
[ { "docid": "ae866f048a3cdeebb61d83cba953ebcd", "score": "0.7776733", "text": "public void testGetState() {\n\t\tassertNull(trans.getState());\n\t\ttrans.setState(state);\n\t\tassertSame(state, trans.getState());\n\t}", "title": "" }, { "docid": "6e85ad45eb79d4defe853e71cdcf35c9", "score"...
5bf77ded1b0f4dc96c3dee862584c54d
Set the default command for a subsystem here.
[ { "docid": "25fa6cadd2e8095eba83a28b43311d86", "score": "0.0", "text": "public void initDefaultCommand()\r\n {\n setDefaultCommand(new PrintEncoder());\r\n }", "title": "" } ]
[ { "docid": "54a2ede42243dcdfcc5b9352bb6cd163", "score": "0.878375", "text": "@Override\n public void initDefaultCommand() {\n // Set the default command for a subsystem here.\n // setDefaultCommand(new MySpecialCommand());\n }", "title": "" }, { "docid": "54a2ede42243dcdfcc5b9352bb6c...
dfcdf99d124faa1e34b637bbfc8a7b67
Sets the organizationNameLastUpdateDate value for this TCRMOrganizationNameBObjType.
[ { "docid": "f34756fdb89efddf92ce2b230b399f5e", "score": "0.80096686", "text": "public void setOrganizationNameLastUpdateDate(java.lang.String organizationNameLastUpdateDate) {\n this.organizationNameLastUpdateDate = organizationNameLastUpdateDate;\n }", "title": "" } ]
[ { "docid": "a27ca490d6683e37cc5faacecce2cfad", "score": "0.70951897", "text": "public void setOrganizationNameLastUpdateUser(java.lang.String organizationNameLastUpdateUser) {\n this.organizationNameLastUpdateUser = organizationNameLastUpdateUser;\n }", "title": "" }, { "docid": "f...
b95258cfeb0e9aca36a1eb6f499cfeba
Called when a previously created loader is being reset, and thus making its data unavailable.
[ { "docid": "09836e5c4dd320d6fd9d32fd6859021b", "score": "0.7132838", "text": "@Override\n public void onLoaderReset(Loader<Cursor> loader) {\n this.swapCursor(null);\n }", "title": "" } ]
[ { "docid": "7d78e0e62dec75cd3e7fda3ccc3b4fb2", "score": "0.8303694", "text": "@Override\n protected void onReset() {\n super.onReset();\n\n // Ensure the loader is stopped\n onStopLoading();\n\n // At this point we can release the resources if needed.\n if (data != ...
2b298145ecffae4e3d93ef76456d3670
Normal updates, updates the object list by removing and adding the waiting lists.
[ { "docid": "2ea7cd4e683f527e070a07dafe7619d6", "score": "0.6377095", "text": "public void update() {\n\n objects.addAll(addObjects);\n pane.getChildren().addAll(addObjects);\n addObjects.clear();\n\n objects.removeAll(removeObjects);\n pane.getChildren().removeAll(remo...
[ { "docid": "847834312946f7b504f9c9832ef379e7", "score": "0.6676129", "text": "public void update() {\r\n\t\tif (!removeList.isEmpty()) {\r\n\t\t\tremoveAll(removeList);\r\n\t\t\tremoveList.clear();\r\n\t\t}\r\n\r\n\t\tif (!addList.isEmpty()) {\r\n\t\t\tfor (E e : addList) {\r\n\t\t\t\tadd(0, e);\r\n\t\t...
f54275707153de1cd12d1eef547916c3
drives through a point without stopping
[ { "docid": "ce8d98a24e6ac88fece41e171a336e9c", "score": "0.0", "text": "public void passAt() {\n }", "title": "" } ]
[ { "docid": "51de38308cd74348e6711570ed77c885", "score": "0.6737142", "text": "public Point check_point (LightCycle playerCycle, String view_direction){\n Direction curr_direction = playerCycle.getDirection();\n\n Point curr_point = playerCycle.getPosition();\n\n int curr_x_pos = curr_poin...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "005b03873fa5f5321332c2f2b4d9e702", "score": "0.0", "text": "@Override\n\tpublic void start(Stage primaryStage) {\n\t\tMain.primaryStage = primaryStage;\n\t\tprimaryStage.setScene(getCoverScene());\n\t\tprimaryStage.setTitle(\"FIFA Hex\");\n\t\tprimaryStage.setResizable(false);\n\t\tprimarySt...
[ { "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": "" }, ...
c0faab40c8cfada99bd3afb32d9bbed9
Get Answers of Adjective type for a question
[ { "docid": "ccd0260a1781c3161a91e4947bdfe9b4", "score": "0.0", "text": "public ArrayList<Respuesta> getAdjetivosByarticuloFraccionId(int evalId, int questId) throws SQLException {\n String query = \"SELECT \" +\n \"aux.*, \" +\n \"(\" +\n \" CASE WHEN def.RESPUES...
[ { "docid": "189f6681ad9b68ade2837f10b66570b3", "score": "0.6325347", "text": "public abstract Object getCorrectAnswer();", "title": "" }, { "docid": "17954f8a9469fb8629d5226387c62cdb", "score": "0.6196001", "text": "public String getTaAnswerType() {\r\n return taAnswerType;\r\...
dc72ea60c5853b7850a8313beec20f71
Query the status of a car location.
[ { "docid": "f00bc6ba3686d14c45369915af635706", "score": "0.57508385", "text": "public int queryCarsPrice(int id, String location)\n throws RemoteException;", "title": "" } ]
[ { "docid": "4c6b671734f2a54215417a2bf5ab8b77", "score": "0.6609482", "text": "public int queryCars(int id, String location)\n throws RemoteException;", "title": "" }, { "docid": "2ab0e4c185f07983bcd0a26c43851458", "score": "0.58961576", "text": "public int queryCars(int id...
0fd9251e2334ff7ca8eff27743c22cce
True iff the value of the field should be tokenized as text prior to indexing. Untokenized fields are indexed as a single word and may not be Readervalued.
[ { "docid": "f58fefb2f4c0921dbae5e033ee8a86f7", "score": "0.6563708", "text": "public final boolean \tisTokenized() \t{ return isTokenized; }", "title": "" } ]
[ { "docid": "38fdcb8b8986fa841606ad913fed009f", "score": "0.6482979", "text": "boolean isTokenized();", "title": "" }, { "docid": "01dc619a50713d9211d0e98a676fdb30", "score": "0.5831418", "text": "public boolean hasText() {\n return fieldSetFlags()[0];\n }", "title": "" ...
fa5e813015fabee0a78d0e26c3612eae
//TODO method names should have a verb in them (like "get" "set" "create" etc)
[ { "docid": "cce33676ab8722aa6e315f64e8d1e1f6", "score": "0.0", "text": "protected abstract Utils.Multiplier hpMultiplier();", "title": "" } ]
[ { "docid": "48a9354081839899998c1180c07860de", "score": "0.6309295", "text": "Http.Method method();", "title": "" }, { "docid": "0e7f73866e4ee944812dbfc7e925c0fe", "score": "0.61936754", "text": "@Override\n\tpublic void getters() {\n\t\t\n\t}", "title": "" }, { "docid": ...
5103d6e806a73e6bbb6966e6ca74b40c
constructor If the input of dollars or cents are negative, will throw exception.
[ { "docid": "d7b2b86560a24842d7a4d116fd9109a9", "score": "0.67362386", "text": "public USMoney(int dollars, int cents) {\n if (dollars < 0) {\n throw new IllegalArgumentException(\"Dollars should be a non-negtive number!\");\n\n }\n else if (cents < 0) {\n throw...
[ { "docid": "b0de6c54537b611835dc05399231d104", "score": "0.7685168", "text": "public Amount(Integer dollars, Integer cents) {\n if (dollars < 0 || cents < 0 || cents > 99) {\n System.out.println(\"ERROR\");\n } else {\n this.dollars = dollars;\n this.cents = cents;\n }\n }", ...
9c2040305360ea744c40a96b0ae51330
The name of the source component.
[ { "docid": "ec2283cea0cc873bca8d8ea6cfad98a1", "score": "0.0", "text": "public ActionDTOBuilder setSourceName(final String sourceName) {\n this.sourceName = sourceName;\n return this;\n }", "title": "" } ]
[ { "docid": "837025628c64a7398bf35ba9bd32e8f1", "score": "0.78864145", "text": "public String getSourceName()\n {\n return SOURCE_NAME;\n }", "title": "" }, { "docid": "18ed98ffdcabe7dbecf5a3c68cb788a0", "score": "0.7877612", "text": "public String getSourceName() {\n\t\t...
65c19d2a1a1502703302c29cee19dd47
CodeGenerationHelper.exprHelper(proc, e1, table, scope); CodeGenerationHelper.exprHelper(proc, e2, table, scope);
[ { "docid": "4f19bc2d9ab492535cbf6ea0ab72b896", "score": "0.5811058", "text": "public void generateCode(CodeProcedure proc, SymbolTable table, Object scope) throws Exception {\n codeGenExpr(e1, proc, table, scope);\n codeGenExpr(e2, proc, table, scope);\n // proc.addInstruction(new L...
[ { "docid": "8c8be5cc45bfc46224d9edc420273434", "score": "0.5847889", "text": "EJinjaStatement createEJinjaStatement();", "title": "" }, { "docid": "5a496b5358a3b2228366aa4c57233f05", "score": "0.57051575", "text": "EJinjaExpressionEvaluation createEJinjaExpressionEvaluation();", ...
8b501383f5cc78388cd130f51a139c82
Returns the value of the 'Description' attribute. If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
[ { "docid": "084ab21f7beaf171d7154cc655963175", "score": "0.0", "text": "String getDescription();", "title": "" } ]
[ { "docid": "c44c3d45c9ee90e6fc34448058f26293", "score": "0.8670193", "text": "public String getDescription()\r\n {\r\n return (String)getAttributeInternal(DESCRIPTION);\r\n }", "title": "" }, { "docid": "d003cb5e7abf2718850f5776d888a85f", "score": "0.8663553", "text": "p...
0e563791705898420e62927d85fcdeec
/ public methods Returns a new generator whose internal state is an exact copy of this generator (therefore their future behavior should be identical if subjected to the same series of operations).
[ { "docid": "f8925de32e44116371de998837f76552", "score": "0.7272789", "text": "public abstract AbstractArbitrarilyJumpableGenerator copy();", "title": "" } ]
[ { "docid": "90c751e36866568c3fcb7ce7484da76e", "score": "0.7179931", "text": "public OrchestraGenerator getNewGenerator() {\n\t\treturn new OrchestraGenerator();\n\t}", "title": "" }, { "docid": "af9a8f9e88e41004b5c5f1445e913351", "score": "0.62438214", "text": "Producer getGenerator...
45a2c109844a25d01a59c37731e2adcb
Returns the value of the 'Length' attribute.
[ { "docid": "e476071d991289b0d71989dbd9453c16", "score": "0.0", "text": "int getLength();", "title": "" } ]
[ { "docid": "3408ed5eaa367bbebf9b2f77b7d99383", "score": "0.8709326", "text": "public Integer getLength() {\n\t\t\treturn length;\n\t\t}", "title": "" }, { "docid": "7b1306d235ab539f0c91b378752338d5", "score": "0.8611409", "text": "public long getLength() {\r\n\t\treturn length;\r\n\t...
f1dd31d4bd0a14a577537201388bff70
write your code here
[ { "docid": "af022516539427120260952129607d69", "score": "0.0", "text": "public static void main(String[] args) {\n int temperature = 30;\n int numberOfStudents = 15;\n boolean isRainy = false;\n\n if (temperature >= 25) {\n System.out.println(\"На улице жарко\");\n...
[ { "docid": "94d09ff39c62b11e2d540943a5f5f7fb", "score": "0.61019534", "text": "public void logic(){\r\n\r\n\t}", "title": "" }, { "docid": "b1fe5f45e8e521a90beaba7e47e60029", "score": "0.6054925", "text": "public static void generateCode()\n {\n \n }", "title": "" ...
9109f9918c20ceb809aed2fbad27cb6a
optional int32 os_version_major = 1;
[ { "docid": "37e6e5f481497c0ca4ac10ee9b9714a7", "score": "0.81767184", "text": "int getOsVersionMajor();", "title": "" } ]
[ { "docid": "8f6fefaf2c292eaf5c9dce5c5cc14226", "score": "0.8152998", "text": "long getOSVersion();", "title": "" }, { "docid": "21a11a52338ed8a770fee0fda299d078", "score": "0.7842038", "text": "int getOsVersionMinor();", "title": "" }, { "docid": "bbb4038496dbf2ed63fcf8ef...
9db037f0e38823a4e9f51c8135e9ae46
Accessor Returns the id of the Player who owns this Character PostCondition the id of the Player who owns this Character has been returned
[ { "docid": "545c418cbe19bfd9b3cbe59982b3a35c", "score": "0.0", "text": "public int getId() {\r\n return id;\r\n }", "title": "" } ]
[ { "docid": "61bbf2052673f6fa0f9c30047d78c508", "score": "0.558648", "text": "public UUID getOwnerId() { //Conversation and Media (technically message)\r\n return owner;\r\n }", "title": "" }, { "docid": "47594c75b8678a4ff1f0924c64a00b21", "score": "0.55779874", "text": "public in...
980c71cc702dcf14c58722b60e89812f
Created date in UTC
[ { "docid": "819f8e0ec8250c62a9c07e69dbcc9858", "score": "0.0", "text": "public FileObject createdDateUtc(String createdDateUtc) {\n this.createdDateUtc = createdDateUtc;\n return this;\n }", "title": "" } ]
[ { "docid": "50b5062f5f65d5ac1b11734ed6aac994", "score": "0.8145315", "text": "public Date getCreatedDate() {\n return Utils.parseDateTimeUtc(created_on);\n }", "title": "" }, { "docid": "cb7d1ce9e887099fc942a1fe21b95076", "score": "0.78595227", "text": "String getCreated_at...
878d83ffefb561dd3231ce35256b823d
Delete the contents of both meshes.
[ { "docid": "7657e05ed5b97090c302d60ceb02d497", "score": "0.0", "text": "public void initMesh(){\n left.initMesh();\n right.initMesh();\n }", "title": "" } ]
[ { "docid": "49731d1b3811a462b7366635c739d8ad", "score": "0.59554785", "text": "public void clear()\n {\n meshBuilder.clear();\n }", "title": "" }, { "docid": "4ca8af38c87d5bb9c7c339ae3e0c7f05", "score": "0.5764797", "text": "@Override\n\tpublic void deleteProjectiles() {\n\t...
67ff6ae79bce2aa550491bbab03d3929
Returns the location of this wall
[ { "docid": "e1c73379834e193867ab7e66af5edebf", "score": "0.0", "text": "public String getLocation(){\n return this.location;\n }", "title": "" } ]
[ { "docid": "061cab76d812382007b605bf06c50e08", "score": "0.7491408", "text": "public final Point getLocation()\n {\n\t return new Point(getCastor().getDimension().getX(), getCastor().getDimension().getY());\n }", "title": "" }, { "docid": "b724ec0ae5ba44504d55d642e997c217", "score": "...
a1f73f255a0f8ad036c0542cfc1e5ba0
Returns the company ID of this escritor.
[ { "docid": "28e72b2b5d1ee5ecfb661381d54d70a7", "score": "0.876105", "text": "@Override\n\tpublic long getCompanyId() {\n\t\treturn _escritor.getCompanyId();\n\t}", "title": "" } ]
[ { "docid": "c84133a27c3a91eaa55dc278317a9a84", "score": "0.8557755", "text": "public long getCompanyId() {\n\t\treturn _clip.getCompanyId();\n\t}", "title": "" }, { "docid": "48e43ca3b5fa7062c3472194628cf2d4", "score": "0.8471172", "text": "public int getCompanyId() {\n return...
497bed0fed25da5ac361cbaed3ee0ce8
/ added by sourav.bhadra on 22092017
[ { "docid": "999cc9fadeac5e30294488e15c8281a1", "score": "0.0", "text": "@Override\n\tpublic Double[] getOpeningAndClosingBalanceForAParticularLedger(String from, String to, String ledger) {\n\t\tSqlSession session =sqlSessionFactory.openSession();\n\t\tDouble[] balances = new Double[2];\n\t\tto += \" 23...
[ { "docid": "c8ceec30e6f3ebd2fb8cab39b477d3f3", "score": "0.61151737", "text": "private static void sapxep() {\n\t\t\n\t}", "title": "" }, { "docid": "ccaf5f7aff0d6de105f523c68f63383c", "score": "0.61149126", "text": "private void cathc() {\n\t\t\r\n\t}", "title": "" }, { ...
f7ac6c5774b484109a30cd6079bc7eae
The most stable build. .google.chromeos.moblab.v1beta1.Build build = 1;
[ { "docid": "362adb24747030a52d30a412eed35548", "score": "0.82005346", "text": "com.google.chromeos.moblab.v1beta1.Build getBuild();", "title": "" } ]
[ { "docid": "367c66ab442f745224feff81e72dddf6", "score": "0.7610748", "text": "com.google.chromeos.moblab.v1beta1.BuildOrBuilder getBuildOrBuilder();", "title": "" }, { "docid": "97bfa6cf2a657b943d4f3fb3261533d7", "score": "0.69199175", "text": "public static int getBuildNumber() { re...
49aae8c620ece2803a6f212bc73abdd8
returns the current place of the list iterator
[ { "docid": "f19fde34848c070571e1e553bab287e2", "score": "0.60057044", "text": "public int getIteratorIndex() {\n if (iterator == null) {\n reset();\n }\n return(iterator.nextIndex());\n }", "title": "" } ]
[ { "docid": "f5991b5ea74b84338c4b449ef8205b44", "score": "0.6902293", "text": "public int position() {\r\n return (catchingUp ? 0 : baseIterator.position());\r\n }", "title": "" }, { "docid": "6c1f31ee8f84c73da326cd3b164de425", "score": "0.6895672", "text": "@Override\r\n\t\...
ec3bd506cbf25164cb3d164a18fe763a
.objattr.DaosRpAttr rp = 5;
[ { "docid": "bbffbb7d35ab283cc36063004d92a442", "score": "0.7241624", "text": "io.daos.obj.attr.DaosRpAttr getRp();", "title": "" } ]
[ { "docid": "21e236e84a516f96e7be50784217157f", "score": "0.6292024", "text": "io.daos.obj.attr.DaosObjResil getCaResil();", "title": "" }, { "docid": "6688481d64044927548a42f2c4fd3b5b", "score": "0.6169765", "text": "io.daos.obj.attr.DaosEcAttr getEc();", "title": "" }, { ...
1f4ab2976c1617643e6c3e7c267435ff
Compute vec1 \cdot vec2 .
[ { "docid": "9b2999044dbc0b4f050f7ddf1fcd6354", "score": "0.6530661", "text": "public static double dot(Vector vec1, Vector vec2) {\n\t\tAkPreconditions.checkArgument(vec1.size() == vec2.size());\n\t\treturn vec1.dot(vec2);\n\t}", "title": "" } ]
[ { "docid": "a8be6df7dffbca6de998830d056117bb", "score": "0.70792264", "text": "double dotProduct(Vector vector);", "title": "" }, { "docid": "d01db65eefb896a906835a30de41f745", "score": "0.7012298", "text": "public static double dot(double[] vec1, double[] vec2) {\n return vec...
e1e590aad8db48ef334538698901f515
this method used to set Login TextView click event
[ { "docid": "23306fcbebe9b6255643a21862d7ae83", "score": "0.78954995", "text": "private void initTextViewLogin() {\n TextView textViewLogin = (TextView) findViewById(R.id.textViewLogin);\n textViewLogin.setOnClickListener(new View.OnClickListener() {\n @Override\n publ...
[ { "docid": "58c1c9009f6601dd307aa37cc0e394e0", "score": "0.74058914", "text": "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tlogin();\n\t\t\t}", "title": "" }, { "docid": "61b2c091a30d2646312ece03d723b8ae", "score": "0.73841864", "text": "@Override\n\t\tpublic void onClick(...
18576e1643abd931a4627218d469d3ef
Store final data on Firebase
[ { "docid": "06677d8f2d46d8dec62005a47f87f264", "score": "0.6713862", "text": "private void firebaseStoreProcess(){\n buildHashMap();\n storeShopToFirestore();\n storeBankToFirestore();\n setupSpecialToDatabase();\n addShopToDatabase();\n addShopIdToCurrentUser()...
[ { "docid": "cd574ad4ada7c189a670de8437e25e4f", "score": "0.7740044", "text": "public void saveFullData()\n {\n //Get Firebase ref -> user\n Firebase mFireBaseRef = new Firebase(ReferenceURL.FIREBASE_APP_URL).child(ReferenceURL.CHILD_USERS);\n\n //Map data to object\n Map<S...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d4dac469408964e4218571aeb8007f04", "score": "0.0", "text": "@Override\r\n\tprotected void animateRemoveImpl(final ViewHolder holder) {\n\t\tfinal View view = holder.itemView;\r\n\t\tViewCompat.animate(view).cancel();\r\n\t\tViewCompat.animate(view).setDuration(getRemoveDuration())\r\n\t\t\t\...
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
a47bc4b1479dcfd35f9907c8ce289857
lanjut ke get unit unitController.getUnitList(); kalau sinkron ini gagal, langsung abort!! interface sudah selesai
[ { "docid": "90f497275275da4a998d709fbf81eeb3", "score": "0.0", "text": "@Override\n public void onBrandError(String error, List<Brand> brandOffline) {\n iSinkronizer.onFinish(error);\n }", "title": "" } ]
[ { "docid": "966900dfbb1d827a04b2f853447fdf25", "score": "0.75010806", "text": "public ListUnitsCTL() \r\n\r\n {\r\n um = UnitManager.UM();\r\n }", "title": "" }, { "docid": "9fad42dc8e1e7d7e54731a86475d1267", "score": "0.6819314", "text": "public ArrayList<UnitList> ge...
c9eb3b9bd4da1c61e96749fa78689594
Get the list of frame names that are not selected.
[ { "docid": "1c37cca2cfd0b3e460851c0fa7389b51", "score": "0.77329856", "text": "public List<String> getHiddenFrames()\n {\n List<String> frameNames = new ArrayList<>();\n\n Component[] childComponents = mySelectableFramesPanel.getComponents();\n for (Component comp...
[ { "docid": "8bd2396ff6559f28c1233e5ae21a101b", "score": "0.6988431", "text": "public List<String> getFramesToHide()\n {\n return myFrameSelectorPanel.getHiddenFrames();\n }", "title": "" }, { "docid": "a2cde72053fdd594ec66d79d1b52fe46", "score": "0.60924655", ...
a4fabfd7fad68db8b2178484b62f0a51
Check of given path is a valid ballerina project.
[ { "docid": "f8a2e9b0303b658e356599943da592bc", "score": "0.6235308", "text": "public static boolean isProject(Path path) {\n return Files.exists(path.resolve(ProjectDirConstants.MANIFEST_FILE_NAME));\n }", "title": "" } ]
[ { "docid": "fe88c107a9f2f51cbb6625086e23c67b", "score": "0.66198504", "text": "private void _checkValidPath(@NonNull String pProjectPath)\n {\n if (!pProjectPath.isEmpty())\n {\n FileObject fileObject = FileUtil.toFileObject(new File(pProjectPath));\n if (fileObject == null)\n {\n ...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "b21cbb1f1f7921d2ec3cd26f208a363f", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View rooView = inflater.inflate(R.layout.fragment_list_genre, container, fals...
[ { "docid": "4393c859154bbe16da7d6e207e3873ad", "score": "0.68913364", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {\n return inflater.inflate(R.layout.rss_list_fragment, container, false);\n }", "title": "" }, ...
76e4dffbd7d338e3de6fad733c0fcb46
Rate your app on Play Store
[ { "docid": "53c8971f0dbd101eb5deccf51e268107", "score": "0.66029376", "text": "private void showRateDialog() {\n new AlertDialog.Builder(NewsDetail.this)\n .setTitle(\"Rate Us On Play Store\")\n .setMessage(\"If you like this App. Please rate us on Play Store.\")\n ...
[ { "docid": "86b6b9c989f313546d2ed6220321a017", "score": "0.73679453", "text": "public void btnRateAppOnClick(View v) {\n Intent intent = new Intent(Intent.ACTION_VIEW);\n //Try Google play\n intent.setData(Uri.parse(\"market://details?id=amitech.twok16.amitech16\"));\n if (!M...
9655e7a1a68103528f2727d395380bb1
While we must in general read state before owner, we don't need to do so to check if current thread is owner
[ { "docid": "a0534e1fa8e1b86066a34639d3ceff0f", "score": "0.6055185", "text": "protected final boolean isHeldExclusively() {\n\t\t\treturn getExclusiveOwnerThread() == Thread.currentThread();\n\t\t}", "title": "" } ]
[ { "docid": "f355c5577ea4a6f0a13b6bb11c22a0d9", "score": "0.71222246", "text": "final Thread getOwner() {\n\t\t\treturn ((exclusiveCount(getState()) == 0) ? null : getExclusiveOwnerThread());\n\t\t}", "title": "" }, { "docid": "81ad8cd3a9f32d5097421c1e395590b8", "score": "0.63521826", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "eb914d9389d9ecdfe3c17ff1b4761aad", "score": "0.0", "text": "@Override\n\tpublic void draw(int x, int y) {\n\t\tSystem.out.println(\"draw square in x=\" + x + \" , y=\" + y + \" with side = \" + a);\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}"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8c80c8a726ec2e14a9a80e1654d673b1", "score": "0.0", "text": "@Override\r\n\tpublic UserModel findUserDetailsByUserName(String userid) {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
f3ec719e734fc2f8bce7c1aea2b2bb78
When clicked, show a toast with the TextView text
[ { "docid": "ba6b989d484d9bc3040ed1dc13a6abbc", "score": "0.0", "text": "public void onItemClick(AdapterView<?> parent, View view,\n\t\t\t\t\t\tint position, long id) {\n\n\t\t\t\t\t((GlobalVariables) getApplication()).setId(id);\n\t\t\t\t\tswitchTabInActivity(1);\n\t\t\t\t\t// Toast.makeText(getApplicat...
[ { "docid": "0916e971a51df17abb31cbf1378994c8", "score": "0.7863299", "text": "private void toast(String text) {\n Toast toast = Toast.makeText(getView().getContext(), text,\n Toast.LENGTH_SHORT);\n toast.show();\n }", "title": "" }, { "docid": "1fae613f97f...
2e9226080661a1cacf81b6495b9337c0
[PLAT2294] Add select date dropdown TanPH 2017/05/15 Start check select data drop down is show when click
[ { "docid": "3f2662e42c85ccddcc8106534fe7f0d1", "score": "0.6837803", "text": "public void verifySelectDateDropDown() throws Exception {\n try {\n waitForClickableOfElement(eleIdDueDate, \"Select date drop down\");\n eleIdDueDate.click();\n NXGReports.addStep(\"Ver...
[ { "docid": "d470aa3ca69c3e89f0d9c9f6698d2b85", "score": "0.66819984", "text": "public void selectEnddate() {\n\r\n\t\tSeleniumUtil.getVisibileWebElement(d, \"selectEnddate1_T\", \"CashFlow\", null).click();\r\n\t\t\r\n\t\t//webDriver.findElement(By.xpath(\"//input[contains(@class,'end-date')]\")).click(...
faec6f65a1defe3cd7dcca49ddb5e54a
Reloads the open XML file.
[ { "docid": "15a4f51d19c45610eac47234670c372a", "score": "0.84846014", "text": "public void reloadXML()\n {\n try {\n openXML(documentFilename);\n }\n catch(Exception ex) {\n IlvSDMUtils.showException(ex, getMainDocumentView().getView());\n }\n }", "title": "" } ]
[ { "docid": "6e872a3c76dc041c79a518faad97151f", "score": "0.6999105", "text": "public void reloadIfChanged() {\n\t\t// Will reload only if file is changed\n\t\t// Will check file timestamp only if RELOAD_TIMEOUT_SECONDS have passed since last check\n\t\tString previousNdc = NDC.pop();\n\t\ttry {\n\t\t\tx...
39c2f0bae33d5773a39d30b9bf970247
ActivityManager am = (ActivityManager)getSystemService(Context.ACTIVITY_SERVICE); List tasks =act.am.getRunningTasks(10);
[ { "docid": "5a8ffaa9ed47e44fcbd34a3d4073aa31", "score": "0.0", "text": "public SendRssi( HomeActivity loginActivity){\r\n\t\tsuper();\r\n\t\tthis.act = loginActivity;\r\n\t\troom = new Room();\r\n\t\tdraw = new DrawCharacter();\r\n\t\told_step = 0;\r\n\t\told_stepover = 0;\r\n\t}", "title": "" } ]
[ { "docid": "a62706fac0a59775c9f929bb44319976", "score": "0.7117624", "text": "public int getActiveTasks();", "title": "" }, { "docid": "4c64efaf3bb9b052967a5e1306ce72fc", "score": "0.70611006", "text": "public static List<TaskItem> getAllTask(Activity activity) {\n\n List<Task...
cac5ecb53e9d7d944eb3aa96a7b21882
Type your code here
[ { "docid": "cd025cb389628f2e626572c27cef019b", "score": "0.0", "text": "public static void main (String[] args){\n Scanner in =new Scanner(System.in);\n int base = in.nextInt();\n int exponent = in.nextInt();\n int power=power(base,exponent);\n System.out.println(power);\n\t}", ...
[ { "docid": "0d1140ea56c947e5c9db45665a524f09", "score": "0.68638366", "text": "String code();", "title": "" }, { "docid": "fc7bd0f673b6dc458ca933b0fabf22ab", "score": "0.6562334", "text": "public void writeCode() {\n System.out.println(\"Developer is writing code...\");\n }...
cc34da1e21f2b980bcd74df036bdd140
Creates a new instance of MetodologiaProceso
[ { "docid": "12fba8de7a0d5acfae98c3ceb6170999", "score": "0.8025508", "text": "public MetodologiaProceso() {}", "title": "" } ]
[ { "docid": "9ddc5ff98ecde0066a9ee19fb9e55d1b", "score": "0.64394903", "text": "public Poligono() {\n\n ptos = new Punto[4];\n numPuntos = 0;\n }", "title": "" }, { "docid": "b2ceb5919f572c8e2c99ecfbdc12817e", "score": "0.6374276", "text": "public TipProizvoda() {\n ...
d54d87aeb573009d8f05254d9a63e6bd
Processes requests for both HTTP GET and POST methods.
[ { "docid": "67dcb15d8807c216a36ac768bb00933e", "score": "0.0", "text": "protected void processRequest(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n JDBCFuncionario jf = new JDBCFuncionario();\n Funcionario funciona...
[ { "docid": "f37ef453a327944be30fb1b1309b2eb0", "score": "0.6813098", "text": "public interface SimpleHttpHandler extends HttpHandler {\n @Override\n default void handle(HttpExchange httpExchange) throws IOException {\n String method = httpExchange.getRequestMethod();\n if (\"GET\".eq...
8f3f0c9c260e454e6b3c05d699761247
Clear old domains: ActionGraph:
[ { "docid": "c9ac2e55239a504b5d4314b3dadaf07d", "score": "0.0", "text": "@Override\r\n\tpublic void initialSelection(NodePattern selectedNode, EObject selectedMatch) {\n\t\tfor (NodePattern node : recognitionPattern.getGraphNodePatterns()) {\r\n\t\t\tDomain domain = Domain.get(node.getMatching());\r\n\t\...
[ { "docid": "ed567436e4931aeb500eb43c0695060a", "score": "0.6877725", "text": "public void clearDeltaDomain();", "title": "" }, { "docid": "77e1005c5c51a7aac324c4cc0aa53463", "score": "0.60040194", "text": "protected final void clearGraph() {\r\n this.graph = null;\r\n t...
42cad5cc3f436e9f61828a389131e2fc
TODO code application logic here
[ { "docid": "e588146d9383ffa6c902bd4e0795d24e", "score": "0.0", "text": "public static void main(String[] args) {\n Scanner masukan=new Scanner (System.in);\n \n String nama_karyawan;\n long gapokok;\n\n \n System.out.print (\"Nama Karyawannya adalah = \");\n ...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.62011343", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "dae8b602ea36995333bfb23acf8fc88d", "score": "0.610533", "text": "@Override\n\tpublic void respire() {\n\n\t}", "title": "...
f3c369d739fe57551965b8a97a13eece
Computes the nearest intersection of a Ray3 with a SceneElement.
[ { "docid": "70ed04921dc8c884d9cba5bc119f1acd", "score": "0.68491596", "text": "public static Intersection computeNearestIntersection(Ray3 ray, SceneElement geometry, int index) {\n Interval I = new Interval(0.0, ray.limit());\n NearestIntersectionRecorder recorder = new NearestIntersectionRecorder...
[ { "docid": "ca2c600ca0f4f9cb887edb4bdde4a9ea", "score": "0.7422134", "text": "public static Intersection computeNearestIntersection(Ray3 ray, SceneElement geometry) {\n Interval I = new Interval(0.0, ray.limit());\n NearestIntersectionRecorder recorder = new NearestIntersectionRecorder(I);\n ge...