query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
3b3bd0fbf63c1f6254d19e7b7d4317dd
Menampilkan activity WelcomeBackActivity ketika tombol GET STARTED ditekan
[ { "docid": "328dcfec78b14b44c0e17b6434bd7cd2", "score": "0.6806977", "text": "public void onClickGetStarted(View view) {\n\t\tIntent i = new Intent(SlideAssignActivity.this, WelcomeBackActivity.class);\n\t\tstartActivity(i);\n\t}", "title": "" } ]
[ { "docid": "04c5d0ce6fcc60ab6cdd916aeaf9a6e2", "score": "0.67949533", "text": "private void enterHome() {\n\t\tIntent intent = new Intent(SplashActivity.this, MainActivity.class);\n\t\tstartActivity(intent);\n\t\tfinish();\n\t}", "title": "" }, { "docid": "f43db5d2d982fb89866ced811439fe5f", ...
0cd37bea7357d79ed7ab7c713928d0f9
This function is called by default every 100 ms. In that function user emit new tuples to the topology.
[ { "docid": "8f226f46c9e91c39b6f2e0c654fd63e3", "score": "0.0", "text": "public abstract void usernextTuple();", "title": "" } ]
[ { "docid": "f0baaf0ed2a6cf865639ecf8d8ddf1b1", "score": "0.68476176", "text": "@Override\n\t\tpublic void nextTuple() {\n\t\t\tif (next == 20) {\n\t\t\t\tnext = 0;\n\t\t\t}\n\t\t\tLOG.info(\"TestStorm1c SPOUT EMITTING:\" + data[next] + \" !!!!!!!\");\n\t\t\tLOG.info(\"TestStorm1c SPOUT next:\" + next);\...
b5286b01359d46f8ffb3ca9ce9b6f765
Resets an old flying movement task so that it can be reused
[ { "docid": "ac5a7298c1ef44317680fc8f15ebaf8b", "score": "0.0", "text": "public void reset(DynamicEntity entity, HexVector destination) {\n this.entity = entity;\n this.destination = destination;\n complete = false;\n alive = true;\n }", "title": "" } ]
[ { "docid": "13803f57bb5a7f2c513a15699775e623", "score": "0.7995087", "text": "public void resetTask() {\n LivingEntity livingentity = FoxEntity.this.getAttackTarget();\n if (livingentity != null && FoxEntity.func_213481_a(FoxEntity.this, livingentity)) {\n FoxEntity.this.func_...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "dadf96104d38c74f564e139140d657cc", "score": "0.0", "text": "@Override\n\tpublic Date getUpdateTime() {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.70386416", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.6869636", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
c42e4529273a650f2880440902babfca
$ANTLR end synpred403_InternalProcessorModel $ANTLR start synpred410_InternalProcessorModel
[ { "docid": "83f80a1190c3ff08a289440447bc7145", "score": "0.5220154", "text": "public final void synpred410_InternalProcessorModel_fragment() throws RecognitionException { \n // ../org.sqlproc.model.ui/src-gen/org/sqlproc/model/ui/contentassist/antlr/internal/InternalProcessorModel.g:33211:2: ( ...
[ { "docid": "9d8ec96a3e6464b42455043bb6ff3d6f", "score": "0.58785695", "text": "public final void synpred152_InternalProcessorModel_fragment() throws RecognitionException { \n // ../org.sqlproc.model.ui/src-gen/org/sqlproc/model/ui/contentassist/antlr/internal/InternalProcessorModel.g:5288:1: ( ...
3a9dbec8462eda3dbf54981f0bb79c99
Metodo para validar el formulario Login
[ { "docid": "2b1fa3d862afee656ba8f4053d77f93f", "score": "0.7574161", "text": "private void ValidarForm_LoginUsuario() {\n String email = contenedorEmail.getEditText().getText().toString().trim();\n String passw = contenedorPassword.getEditText().getText().toString().trim();\n hideKe...
[ { "docid": "15cf61331df1e2908ab262f4eac18e42", "score": "0.7416202", "text": "public Usuario validaLogin(String username, String password);", "title": "" }, { "docid": "9ebe1b96b6ae711d2790d01a5ef3c72c", "score": "0.7272831", "text": "private boolean validLogin() {\n if (email...
3cb5dcaa8175dc74331a9cd2453c1987
Automatically builds lattices for a given image and set of unordered seam cell positions. The lattices are tested and ranked based on measures of curvature and selfintersection. The top 5 lattices are saved to file for the user to evaluate and select.
[ { "docid": "87cb235f919d438e819069c11581863e", "score": "0.5844072", "text": "private static boolean buildLattice( JProgressBar batchProgress, int imageCount, int numImages, ModelImage image, VOI annotations, VOI nose, int time, String baseFileDir, String baseFileName )\r\n\t{\r\n\t\tint numSteps = 3;\r...
[ { "docid": "8e343e0f2afc35617b4fba17e288b0b6", "score": "0.5286199", "text": "private void addStimuli() {\n \t\tArrayList<Stimulus> stimuli = new ArrayList<Stimulus>();\n \t\tstimuli.add(new Stimulus(R.drawable.androids_experimenter_kids, \"5 minutes\"));\n \t\texperiments.get(bat).getSubExperiments().g...
9f2a426c9437336f7fe69c17444beb8b
Returns the name of the character set for the schema to be created.
[ { "docid": "aaffc54c09b249dc2b3a07d4904bc394", "score": "0.73455477", "text": "public String getSchemaCharset();", "title": "" } ]
[ { "docid": "25deadbb6af332fcb15dd766a06b4ba0", "score": "0.68646824", "text": "public String getCharSetName() {\n switch (dfCharSet) {\n case 0:\n return \"WinAnsi\";\n case 128:\n return \"Shift-JIS (Japanese)\";\n default:\n return \"Unknown...
0ae1cf435cc799ac8c4af15420439e4a
Returns the block to damage the position with
[ { "docid": "d87f4aec68ebe7ac03c48f9ca7af8106", "score": "0.0", "text": "public Block getUsing() {\n return using;\n }", "title": "" } ]
[ { "docid": "1ade631c58c7ed69f1f1f88eeb4214ce", "score": "0.6635862", "text": "public Block getTargetBlock() {\n \t\t/* It use a voxel fast traversal algorithm\n \t\t * from http://www.cse.yorku.ca/~amana/research/grid.pdf\n \t\t */\n \t\tVector3 origin = player.getTransform().getPosition();\n \t\tVector...
4834cbfa87833d3747533326df6d4b03
calls the minMax() and returns the best moves in terms of an array which contains row and column position
[ { "docid": "aa21a88c01e6a8e1372905c8c08531eb", "score": "0.0", "text": "public int[] move() {\n\t\t// looking forward by only 3 levels.\n\t\tint[] result = minMax(2, type);\n\t\treturn new int[] { result[1], result[2] };\n\t}", "title": "" } ]
[ { "docid": "9dfdb25bc327b834baa390eb489c496e", "score": "0.7312394", "text": "private int[] minMax(int depth, CellType player) {\n\n\t\tList<int[]> allMoves = generateMoves();\n\n\t\t// maximizing for computer and minimizing for opposition\n\t\t// hence for computer comparison has to be made with a min ...
494bfbb3254150178f6588cf116b8781
method to serialize each element in this collection NOT PART OF API and subject to change (DO NOT USE)
[ { "docid": "ce158bf2a99269d71fce13af88bf104b", "score": "0.0", "text": "public void writeToStream(final ByteArrayOutputStream bos) throws IOException{\n \n final ObjectOutput os=new ObjectOutputStream(bos);\n \n //size of array as first item\n os.writeObject(max_size);...
[ { "docid": "c3e9140228384a53e4becd95cb554534", "score": "0.6739443", "text": "@Override\r\n protected void serialize() {\r\n\r\n }", "title": "" }, { "docid": "d421ac30af6db6eabf1c4bc8290a1a07", "score": "0.63509774", "text": "private String serializeIterable(Iterable<Document>...
130285d16359b6b9b67ccb8405061466
Nastavi pomer prepoctu bodov na peniaze
[ { "docid": "0637477a0db2271d0e4d2791849f3cf6", "score": "0.0", "text": "public void setPointsCollectionRatio(float pointsCollectionRatio) {\n\t\tthis.pointsCollectionRatio = pointsCollectionRatio;\n\t}", "title": "" } ]
[ { "docid": "9bb2d578b01fdada5602168fa78c82eb", "score": "0.6492865", "text": "private void provedOperace() {\n\t\t//deklarujeme promennou a pomoci metody alokujeme a naplnime pole daty\n\t\tint[] poleCelychCisel = vygenerujPole(10); //parametr urcuje velikost pole\n\t\t//vypiseme obsah celeho pole na o...
afb27235b74f38fe7e8f8ab2be25d4ff
Show if robot can turn or not depends of direction.
[ { "docid": "436fe86c1bc0ef9faae891bded612704", "score": "0.0", "text": "public void rotate(Rotation rotation) {\r\n\r\n\t\tif (rotation.equals(Rotation.LEFT)) {\r\n\t\t\tlookingDirection = lookingDirection.turnLeft();\r\n\t\t\tif (navPanel != null)\r\n\t\t\t\tnavPanel.updateIcon(lookingDirection);\r\n\t...
[ { "docid": "23be17a6d5ecf097022d72ce220b85f3", "score": "0.7023095", "text": "boolean canTurn();", "title": "" }, { "docid": "6f8da273a776c8d7fada3fb0c0598a78", "score": "0.6772342", "text": "public void showDirection() {\n System.out.print(\"Direction: \");\n if (direc...
a18760a3066062eb4f72da5a2602f1c8
Array of all features (not linked)
[ { "docid": "3adaddfed6018521aa1df6d3f6cb01e3", "score": "0.5494093", "text": "@Override\r\n public ICreateFeature[] getCreateFeatures() {\n\treturn new ICreateFeature[] {\r\n\t\tnew DirInputCreateFeature(this),\r\n\t\tnew ImagePreviewCreateFeature(this),\r\n\t\t// SEGMENTATION\r\n\t\tnew MultiCreateF...
[ { "docid": "af0c9bb3fbfa9adab16fc9d4c04dc168", "score": "0.77782226", "text": "public org.landxml.schema.landXML11.FeatureDocument.Feature[] getFeatureArray()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n java.util.List targ...
42c3d6bcc59489a7140ec49723213e3b
Swap a given process out of memory
[ { "docid": "93694a154e65fe124180e765fb282b4f", "score": "0.6885841", "text": "private void swapOut(SwappingProcess p)\n {\n \tint size = p.getSize(), i = 0;\n \tchar name = p.getName();\n \t\n for (; i < memorySize; i++)\n {\n if (mainMemory[i] == name)\n ...
[ { "docid": "89e6253a1a0b48a845a2a1ab2d564779", "score": "0.6457709", "text": "long getMemswap();", "title": "" }, { "docid": "b115783466b9b8bf8891dc737b233258", "score": "0.5893523", "text": "public XFit(LinkedList<SwappingProcess> p)\n {\n processes = p;\n freeSpace...
2b059fbb3d6e1327ab3e8bf3cd296550
field for testing property repeated .furo.Property type_property = 17;
[ { "docid": "710493f34cf4fc20ff8d51cf440c2037", "score": "0.5891127", "text": "public int getTypePropertyCount() {\n return typeProperty_.size();\n }", "title": "" } ]
[ { "docid": "2b4be6a968e235ba1346e361e2e10526", "score": "0.69284916", "text": "furo.PropertyOuterClass.Property getTypeProperty(int index);", "title": "" }, { "docid": "80055ace10e45ff7d3f50e6a5b080da7", "score": "0.65047646", "text": "furo.PropertyOuterClass.Property getSingleTypePr...
b9ffdb3c936458d72dde67071112b916
check for required fields check for substruct validity
[ { "docid": "cd28056d7f3d266cedbb2e6ca881cec2", "score": "0.0", "text": "public void validate() throws org.apache.thrift.TException {\n }", "title": "" } ]
[ { "docid": "aaa63b787426fb6fd63666d1d4671cff", "score": "0.7503346", "text": "public void validate() throws org.apache.thrift.TException {\n if (code == null) {\n throw new org.apache.thrift.protocol.TProtocolException(\"Required field 'code' was not present! Struct: \" + toString());\n }\n ...
fb3ecc857a537ce9d2ea166b19450366
This method was generated by MyBatis Generator. This method returns the value of the database column UserAccount.LastLoginTime
[ { "docid": "446e3a9b63a5ef419c7ff09203c57aa3", "score": "0.6182611", "text": "public Date getLastlogintime() {\n return lastlogintime;\n }", "title": "" } ]
[ { "docid": "9c0a483a871902c18fac9eb0b5d2af97", "score": "0.7434648", "text": "public String getUserLastLoginTime() {\n return userLastLoginTime;\n }", "title": "" }, { "docid": "ba337f7c8dbfd06ee98e272c68d794e2", "score": "0.73656785", "text": "public Integer getLastLoginTi...
59dd0a6c5cf26d61c52f9eb1f558d4f4
Util method to write an attribute without the ns prefix
[ { "docid": "efe7b4dbf2ebd3286bd2b390d62419ad", "score": "0.0", "text": "private void writeQNameAttribute(java.lang.String namespace,\r\n java.lang.String attName, javax.xml.namespace.QName qname,\r\n javax.xml.stream.XMLStreamWriter xmlWriter)\r\n throws javax.xml.stream...
[ { "docid": "4032b8c44c9067682aec7c95df9e1e42", "score": "0.7247223", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\r\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamE...
4548f7830318701c6165163f32e1b073
Action events from the Timer
[ { "docid": "a198e8e718c28e4ebc425dbd6aabb000", "score": "0.0", "text": "public void actionPerformed(ActionEvent e) {\n\t\tsendEvent();\n\t}", "title": "" } ]
[ { "docid": "751b919e18814f715ec60078095efe10", "score": "0.7639938", "text": "@Override\n\t\t\t\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\t\t\t\tSystem.out.println(\"TIMER\");\n\t\t\t\t\t\t}", "title": "" }, { "docid": "60ba77d75dd1ba958d62dcacb35eade9", "score": "0.72367...
b3955a9d2409f96c9f9b86db8fe9442a
Creates a new MathInterpolator which utilizes a vector to store the data and interpolate from. The data is provided as a map of values indexed by keys. For example, in a 2D cartesian system the keys would be the X values and the values (of the map) would be the y values.
[ { "docid": "01fe292dc0ad7b372903f7ad3e6725d3", "score": "0.75873464", "text": "public MathInterpolator createMathInterpolator(Map<Double, Double> valuesMap, InterpolationStrategy strategy)\n {\n return new VectorMathInterpolator(valuesMap, strategy);\n }", "title": "" } ]
[ { "docid": "21bcd52c2a7fc43143159c6468b9b63f", "score": "0.77539647", "text": "public <T extends Number> MathInterpolator createMathInterpolator(Vector<T> keys, Vector<T> values)\n {\n Map<Double, Double> valMap = new HashMap<>();\n\n for (int i = Math.min(keys.size(), values.size()) - ...
c5cfd273b684f5f645964daed4f242ef
Test to see if the field constant is a global address
[ { "docid": "6e2dc6f810dad8f90f1cadc1128f36fc", "score": "0.8226211", "text": "public static boolean isGlobalAddr(long field) {\n return (field & TAGMASK) == ADDR;\n }", "title": "" } ]
[ { "docid": "07cac47fda3693ba0de21c4bd56d26d4", "score": "0.6759294", "text": "boolean hasModAddress();", "title": "" }, { "docid": "07cac47fda3693ba0de21c4bd56d26d4", "score": "0.6759294", "text": "boolean hasModAddress();", "title": "" }, { "docid": "6bf547cf67a5f9993391...
5e0ebb2d51b2ebd08fe6102a54e50ef8
Metodo que se encarga de buscar un producto
[ { "docid": "11623ae8a597b5631f5a00079e70f6ea", "score": "0.0", "text": "public Productos consultarProducto(String id) {\n\t\treturn productoDAO.getOne(id);\n\t}", "title": "" } ]
[ { "docid": "484b40fd893bda58dec97d9f724a76a7", "score": "0.72205573", "text": "Produto cadastrar(Produto produto);", "title": "" }, { "docid": "3a00afedcd62347f2c39f25605fb8481", "score": "0.7211186", "text": "public Producto getProducto(String id_producto);", "title": "" }, ...
6724006af4d0ce15e06c4879baf70823
Returns the 32bit RGBA8888 value of the pixel at x, y. For Alpha formats the RGB components will be one.
[ { "docid": "a9948469e50993d9403b64fb4351b35f", "score": "0.57566345", "text": "public int getPixel(int x, int y) {\n return pixmap.getPixel(x, y);\n }", "title": "" } ]
[ { "docid": "6998bb3934aea9cf362dba82dc0e18fb", "score": "0.6725059", "text": "public int get(int x, int y) {\n int offset = (y * width + x) * 3;\n\n int red = (int) data[offset + 0];\n int green = (int) data[offset + 1];\n int blue = (int) data[offset + 2];\n\n int ...
279122e87995dc75f9e90e5c1a2de637
Instantiates a new Game level.
[ { "docid": "b2b334401a96a627bf2ead9c0634c2ad", "score": "0.65997726", "text": "public GameLevel(AnimationRunner animationRunner, KeyboardSensor keyboard, LevelInformation currentLevel,\r\n Counter score, Counter numberOfLives) {\r\n this.environment = new GameEnvironment();\r\...
[ { "docid": "2ffb3cea8537ab19298dedfa9cc81be6", "score": "0.78223914", "text": "public Game() {\n construct(makeLevels());\n }", "title": "" }, { "docid": "b41a20f80a96669cf3015caa3f4d3ca4", "score": "0.7746711", "text": "public GameLevel() {\n\t\tsuper();\n\t}", "title": "" ...
4448fc9e3f75c627011ce797e0d0702c
Created by fire on 23/07/15.
[ { "docid": "f1f13316857b368b55e03725ad0cb2a2", "score": "0.0", "text": "public interface MessageSendingListener {\n public void onMessageNotSent(String msg);\n}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.6007808", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "c8ceec30e6f3ebd2fb8cab39b477d3f3", "score": "0.5978402", "text": "private static void sapxep() {\n\t\t\n\t}", "title...
47a2c1fcb56e3eb15742795f92663091
The Elasticsearch cluster name to which to connect
[ { "docid": "6561ffd440758044143d56879f334333", "score": "0.775105", "text": "public String cluster_name() { return cluster_name; }", "title": "" } ]
[ { "docid": "b7a91f28193a4b2d3bc291c6f2def31e", "score": "0.7564478", "text": "String getClusterName() ;", "title": "" }, { "docid": "4574da4d0eb4c36bb2560739989ab8d6", "score": "0.7419183", "text": "public String getClusterName() {\n return this.clusterName;\n }", "titl...
f2678dadc50a35ee0af1a512f2b5859a
Simplifies the presentation of choice based on check boxes Check boxes are wrapped into a scrollable check list if there are more than 7 of them
[ { "docid": "e09e07d7ebf576f49d10eca89faebec1", "score": "0.51632416", "text": "public <T> Collection<T> checkChoice( List<T> choices, Collection<T> defaultSelection ) {\r\n\r\n TaskDialog dlg = questionDialog( parent, getTitle( TaskDialog.makeKey(\"Choice\")), null, instruction, text);\r\n ...
[ { "docid": "2627f89bf6a8899e380a37e89b850b81", "score": "0.6577757", "text": "public void init()\r\n { \r\n\t setSize(1920,1080);\r\n\t setBackground(Color.cyan);\r\n\t \r\n\t Font myfont=new Font(\"a\",Font.BOLD,40);\r\n\t Font myfont1=new Font(\"a\",Font.BOLD,20);\r\n\t Font myfont2=new Font(\"a\",Fon...
568a367b1e263b4547928f99fd895b4e
Inflate the options menu from the res menu_catalog.xml file
[ { "docid": "e6904057c8ff21523b1ef00521f01c3c", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.drop_detailed, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "6cd1fe9a52ec02ed61871a3f04edeccf", "score": "0.6712317", "text": "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t\tinflater.inflate(R.menu.context_machine_list, menu);\n\t}", "title": "" }, { "do...
61f72fbb8ed76508da68701e8f01c251
This method was generated by MyBatis Generator. This method returns the value of the database column exsanguinate.exsanguinate_attr1
[ { "docid": "28752668b595d92b23fd374ae64d179a", "score": "0.80408055", "text": "public String getExsanguinateAttr1() {\n return exsanguinateAttr1;\n }", "title": "" } ]
[ { "docid": "9bd5d8a0914db6bda8964648e2af84e7", "score": "0.7375098", "text": "public String getExsanguinateAttr2() {\n return exsanguinateAttr2;\n }", "title": "" }, { "docid": "4bd30e4b4dcdefc1609339daf0b75065", "score": "0.67882574", "text": "public void setExsanguinateAt...
dc38ad4ecaa9eebf78a42cdad3eace4f
At this point, only starts method execute() in eventController.
[ { "docid": "9b2cc3f953cd7245b0ea83222934e541", "score": "0.0", "text": "public void play(){\n //Check if the tactics of the teams are legal according to the match rules\n boolean legalHomeTactic = matchRules.allowedTactic(homeTactic);\n boolean legalGuestTactic = matchRules.allowedT...
[ { "docid": "22a69b4d07010ac92fc1c0b4c9d4a9ad", "score": "0.7345321", "text": "public void execute() {\n this.event = CoordEvent.getCoordEvent(this.eventName);\n if (this.event == null) {\n // This must not happen\n Thread.dumpStack();\n System.out.println (...
8f651d26eceb9b83cdc60735989db8fa
Remove listener for change content events
[ { "docid": "c0f91735856b0b044c47a57639798912", "score": "0.63781655", "text": "public void removeFileContentChangeListener(final FileContentChangeListener<?> l) throws NullPointerException {\n\t\tif (l == null) {\n\t\t\tthrow new NullPointerException(\"Listener to remove can't be null\"); \n\t\t}\n\t\te...
[ { "docid": "63dbb77364ce9112f84341ca09c18d07", "score": "0.73288935", "text": "@Override\r\n\tprotected void doRemoveListener(ChangeListener changeListener) {\n\r\n\t}", "title": "" }, { "docid": "58c40d2335c37bd5895141118070354b", "score": "0.6867038", "text": "public void removeCha...
310a5081648d8265ca460c4ee18d8b13
Enables this class to be used as a singleton
[ { "docid": "4c38ba8d2e9fe9811118ea1cf5219d30", "score": "0.0", "text": "public static PawnController getInstance(){\n if (instance == null) {\n instance = new PawnController();\n return instance;\n }\n else return instance;\n }", "title": "" } ]
[ { "docid": "795ae55ee6f8122cc082be02186c97eb", "score": "0.7915922", "text": "private Singleton(){\n }", "title": "" }, { "docid": "dda179a89a0e10292961761f1612d1e2", "score": "0.78226364", "text": "private Singleton() {\n\t\t\n\t}", "title": "" }, { "docid": "cf6d...
bf189e0b1af5f467201dc4107325c097
Removes registered work from this employee
[ { "docid": "2896072eec5fc7b0539cc9aef3807764", "score": "0.71076584", "text": "public void removeRegisteredWork(RegisteredWork regwork) {\n\t\tWorkWeek workweek = this.getWorkWeek(regwork.getDate().get(Calendar.WEEK_OF_YEAR), regwork.getDate().get(Calendar.YEAR));\n\t\tworkweek.getRegisteredWork(regwork...
[ { "docid": "81a3648580ca8a92842c5f78c72f2269", "score": "0.66067314", "text": "public void removeEmployee(Employee emp) {\n employees.remove(emp);\n }", "title": "" }, { "docid": "daf63ee1de73169870091394ae8ac5d3", "score": "0.6439681", "text": "public void removeEmployee(E...
e5c020375d74af7b256b5f20d000f107
Sets the value of the 'TRG_CRT_DT_PART_UTC' field.
[ { "docid": "c576231cc5c41aa3263c9bc4fbe1d6eb", "score": "0.7932215", "text": "public void setTRGCRTDTPARTUTC(java.lang.CharSequence value) {\n this.TRG_CRT_DT_PART_UTC = value;\n }", "title": "" } ]
[ { "docid": "067c70872ad143e6258435c4c3506f42", "score": "0.753112", "text": "public org.LNDCDC_NCS_TCS.STADIUMS.apache.nifi.LNDCDC_NCS_TCS_STADIUMS.Builder setTRGCRTDTPARTUTC(java.lang.CharSequence value) {\n validate(fields()[11], value);\n this.TRG_CRT_DT_PART_UTC = value;\n fieldSetFla...
b06c43b21dc46a8202d59edc19c56890
Implement table cell tool tips.
[ { "docid": "1812da926c9c134766cfd20ee38d2dc7", "score": "0.56857914", "text": "public String getToolTipText(MouseEvent e) {\n String tip = null;\n java.awt.Point p = e.getPoint();\n int rowIndex = rowAtPoint(p);\n\n if(rowIndex <0){\n ...
[ { "docid": "81c5f0fe9b4ba541090bffff3cad0797", "score": "0.6710482", "text": "public void mouseMoved(MouseEvent e) { \t\r\n\t\t\t Point p = e.getPoint(); \r\n\t\t\t int row = table.rowAtPoint(p);\r\n\t\t\t int column = table.columnAtPoint(p);\r\n\t\t\t table.s...
1bf89447b80ec86ff401a389c9f91f7d
/ access modifiers changed from: protected
[ { "docid": "e4eec5bc4a03e8242ae2ad1df35dc7f1", "score": "0.0", "text": "public final void onLayout(boolean z, int i, int i2, int i3, int i4) {\n int i5 = i3 - i;\n int i6 = i4 - i2;\n Drawable drawable = this.f151549a;\n if (drawable != null) {\n int intrinsicWidth...
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.724272", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "27b3e2daf8a86735f0b0d6e497f368f6", "score": "0.66606337", "text": "protected void dI() {}", "title": "" }, { ...
2d89c869b962a13956d926e1cd237b09
Hamburger hamburger = new Hamburger("Basic", "Sausage", 3.56, "White"); double price = hamburger.itemizeHamburger(); hamburger.addHamburgerAddition1("Tomato", 0.27); hamburger.addHamburgerAddition2("Lettuce", 0.75); hamburger.addHamburgerAddition3("Cheese", 1.13); System.out.println("Total Burger price is " + hamburger...
[ { "docid": "546bf52d013631aaa9772cb6c708e7b6", "score": "0.85632974", "text": "public static void main(String[] args) {\n\n Hamburger hamburger = new Hamburger(\"Basic\", \"Sausage\", 3.56, \"White\");\n hamburger.addHamburgerAddition1(\"Tomato\", 0.27);\n hamburger.addHamburgerAddi...
[ { "docid": "3bfbcf417ac0b2ab0838d8cc704f861b", "score": "0.8900713", "text": "public static void main(String[] args) {\n Hamburger hamburger = new Hamburger(\"Basic\", \"Sausage\",3.56,\"White\");\n\n double price = hamburger.itemizehamburger();\n\n\n hamburger.addHamburgerAddition1...
6c39db70254071c6f88da09901e6b557
this creates a customer in the customers table in the DB with the values that are present in the fields
[ { "docid": "c6e8ec170bd6fb71b9c029781a84bf23", "score": "0.0", "text": "@FXML\n public void create(ActionEvent actionEvent) {\n if (checkErrors() == 0) {\n resetBorders();\n DBConn dbConn = new DBConn();\n DatePicker datepicker = birthDate;\n java.sq...
[ { "docid": "5f7fefb1fd203abad889263f39c2920a", "score": "0.70719355", "text": "public void createCustomer(Customer c) throws SQLException {\n\t\tConnection conn = cf.getConnection();\r\n\t\tString sql = \"{ call INSERT INTO CUST VALUES(?,?,?,?)\";\r\n\t\tPreparedStatement call = conn.prepareCall(sql);\r...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "92ae1d8878c3a26d45f695e18785cbcb", "score": "0.0", "text": "@Override\n public void onError() {\n imageProgressBar.setVisibility(View.GONE);\n image.setBackgroundResource(R.mipmap.ic_launcher_hala);\n }", ...
[ { "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...
e390d02dba7fd69aa8b4da626a23f39f
get the first container from the list and get the information out of it
[ { "docid": "d76d89d0268ae1f5ea81732dbe20d875", "score": "0.0", "text": "private void setContainer() {\n currentContainer = containers.remove();\n currentPos = this.getY();\n destination = (currentContainer.getWaybill().getLoadingBay() * 6);\n containerTask = currentContainer.isPlacingContain...
[ { "docid": "190c7c2aac11e76580db578e61870046", "score": "0.6548787", "text": "public COList<E> firstItemOf();", "title": "" }, { "docid": "d09fdf09bb88252c95096bbb8d1a9477", "score": "0.6315098", "text": "@Override\n public Object getFirst() {\n\tif (getStart() == null)\n\t thr...
a86f38cc19731b6c7e9cff76e2d08fac
This method randomly fills the remaining zeroes in the matrix.
[ { "docid": "9c66dc03a9120020641e663c707211da", "score": "0.71953154", "text": "public void fillZeroes(int[][] arr, int m, int n, double zeroes) {\r\n\t\twhile (zeroes > 0) {\r\n\t\t\tint rand_row = rand1.nextInt(m);\r\n\t\t\tint rand_col = rand2.nextInt(n);\r\n\t\t\tif (arr[rand_row][rand_col] != 0 && c...
[ { "docid": "aa854446436a0632387674f135571309", "score": "0.77562016", "text": "public void fillMatrixZero(){\r\n for(int i=0;i<this.rows;i++){\r\n for(int j=0;j<this.cols; j++){\r\n this.matrix[i][j] = 0;\r\n }\r\n }\r\n }", "title": "" }, { ...
6d46c04cbaf771025480bc50fd1c944b
Get the length of the player's longest road
[ { "docid": "9e35cad183ec6fc1f842e3408fdc3a58", "score": "0.7308184", "text": "public int getRoadLength() {\n \t\treturn roadLength;\n \t}", "title": "" } ]
[ { "docid": "d0eae8a6f87599127d7315a91c805ab2", "score": "0.72059363", "text": "int getWayLength();", "title": "" }, { "docid": "177334c0df6a2a1119ae694fa6ce19b1", "score": "0.6906315", "text": "public int longestRod ();", "title": "" }, { "docid": "7505995f2479cda2737ed60...
3cc465b4165eb8c9854e29ef2cdda748
taskSnapshot.getMetadata() contains file metadata such as size, contenttype, and download URL.
[ { "docid": "d3bca263e5eafda45476d5654d100a4f", "score": "0.0", "text": "@Override\n public void onSuccess(UploadTask.TaskSnapshot taskSnapshot) {\n Uri downloadUrl = taskSnapshot.getDownloadUrl();\n ...
[ { "docid": "ef37b2e4b6058f158f882c85ced42d85", "score": "0.67886746", "text": "public com.filesgen.grpcHelloWorld.FileRequest.SOURCE.METADATA getMetadata() {\n return metadata_ == null ? com.filesgen.grpcHelloWorld.FileRequest.SOURCE.METADATA.getDefaultInstance() : metadata_;\n }", "title": ...
d7ff6f767a348a72f67deebe5981f324
Nullsafe check if the specified collection is not empty. Null returns false.
[ { "docid": "4839cbafd3e6b6e5d4bd83240180c768", "score": "0.74399656", "text": "public static boolean isNotEmpty(Collection<?> coll) {\n return !isEmpty(coll);\n }", "title": "" } ]
[ { "docid": "04796791001483f1b819bdeaf780eb3a", "score": "0.8446903", "text": "public static synchronized boolean isNullOrEmpty(Collection<?> collection) {\n return collection == null || collection.isEmpty();\n }", "title": "" }, { "docid": "c39139a954d08d52dd815c396b92183b", "s...
a4890f6cbdf9c879fd273d626560ff6e
Retrieve an array of the weekdays set for this TimerInitiator.
[ { "docid": "1a1cd50b3521e676f86dcccf3cd802ee", "score": "0.73699516", "text": "public int[] getDaysOfWeek()\r\n {\r\n int[] setDays = new int[7];\r\n int result[];\r\n int i = 0;\r\n\r\n if ((week & SUNDAY) == SUNDAY)\r\n {\r\n setDays[i++] = Calendar.SUN...
[ { "docid": "1aae09625e0f06ff2f4a6e081c854de7", "score": "0.67673343", "text": "@Override\n public Integer[] foreCastDays(){\n\n Integer[] daysOfWeek = new Integer[]{0, 1, 2, 3, 4,5,6,7};\n\n Calendar calendar = Calendar.getInstance();\n int day = calendar.get(Calendar.DAY_OF_WEEK...
0465be31231f3dd92b208216b530ee55
No args constructor for use in serialization
[ { "docid": "407dca21876385329c0efce423878baa", "score": "0.0", "text": "public AuthResponse() {\n }", "title": "" } ]
[ { "docid": "be4560f0e1316107c01bdb90249462f9", "score": "0.7187852", "text": "public CoordinateSerializer() {\n this(null);\n }", "title": "" }, { "docid": "03c2d0155c883f3152b4c677b6db5b7b", "score": "0.7016677", "text": "private InstanceIdSerializer() {\n }", "title"...
46512881a12e1972762802ff6114fe06
Lists students who send answers
[ { "docid": "8a38800bbe03c987363a964de824c844", "score": "0.5827198", "text": "public void list() {\n\t\tArrayList<Integer> students = instructor.getStudents();\n\t\tfor (int i = 0; i < students.size(); i++) {\n\t\t\tSystem.out.println(\"Student: \" + students.get(i));\n\t\t}\n\n\t}", "title": "" }...
[ { "docid": "92fe854ae1eac2baf2c3ca909241579f", "score": "0.61243933", "text": "public String getStudentAnswer() {\r\n return studentAnswer;\r\n }", "title": "" }, { "docid": "51d4ac8edd0df7107e647749fe7b7570", "score": "0.59821254", "text": "public void listAnswers(int num)...
902865737b3f33243a1c907da7b31267
Auto generated method comment
[ { "docid": "310602bbf27cad6a239120042f83907d", "score": "0.0", "text": "public void setSessionFactory(SessionFactory sessionFactory) {\n\t\tthis.sessionFactory = sessionFactory;\n\t}", "title": "" } ]
[ { "docid": "354acc8344740d996481f39068332a73", "score": "0.7463203", "text": "@Override\n\tpublic void comment() {\n\t\t\n\t}", "title": "" }, { "docid": "2015073e147c73535df9477851471b8a", "score": "0.7227025", "text": "public E16_OverloadJavaDoc() {\n System.out.println(\"Pl...
41e9c44a67c53fdc15b997987a75d8b3
Creates a new instance of a GeoObject.
[ { "docid": "5233bb45e6af2e310ef3f5b4002039c3", "score": "0.75399786", "text": "public GeoObject() {\n properties = new HashMap<>();\n }", "title": "" } ]
[ { "docid": "6fec768a80c0e049d7fe3f73ccb792c9", "score": "0.6631138", "text": "public GeoPosition() {\n\t}", "title": "" }, { "docid": "4f6a304836d8a09758dffc66106ad552", "score": "0.6444376", "text": "public GeodeticPoint() {\n }", "title": "" }, { "docid": "38c4224802...
0bb0a04c36ef10dafc45cb01eea774d5
Fires on every single received data packet.
[ { "docid": "1f6ae6588e6f11487b8eec016c52b945", "score": "0.5990198", "text": "void received();", "title": "" } ]
[ { "docid": "d9887e63b67f561ed26fb6380fae96d3", "score": "0.65871173", "text": "void onNewData(byte[] data);", "title": "" }, { "docid": "3810ff7275345f325fe85a89d463806e", "score": "0.65787905", "text": "protected void onData(byte[] data) {}", "title": "" }, { "docid": "3...
eaa8719f4c354551d055db9bb2238870
Subscribe to multiple topics, each of which may include wildcards. Provides an optimized way to subscribe to multiple topics compared to subscribing to each one individually.
[ { "docid": "63d8dd781a099468634d8509ae5a3e09", "score": "0.67306006", "text": "IMqttToken subscribe(String[] topicFilters, int[] qos, IMqttMessageListener[] messageListeners) throws MqttException;", "title": "" } ]
[ { "docid": "0bc06618583f8b899ce851216a67146a", "score": "0.70524246", "text": "private void subscribeToAllTopics() {\n\n }", "title": "" }, { "docid": "026b22159340ea567c2c11c7ec8f5fc7", "score": "0.6867141", "text": "private void subscribeTopics(String token) throws IOException {...
424357aba74504823d6f9d5b07112c7a
Created by ederson.js on 31/10/2016.
[ { "docid": "94ee99d96bb3d9941e4552f16038e95b", "score": "0.0", "text": "public interface OnPostTaskAwayTeamListener {\r\n\r\n void onTaskAwayTeamCompleted(Team team);\r\n\r\n}", "title": "" } ]
[ { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.62467766", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n\t}", "title": "" }, { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.61001587", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3c84610b08bfa722a6e10d9ef33f25dc", "score": "0.0", "text": "@Override\n\tpublic int deleteT_res_cus(String ids) {\n\t\tint num=0;\n\t\tString[] id=ids.split(\",\");\n\t\tfor(int i=0;i<id.length;i++){\n\t\t\tT_res_cus ad=t_res_cusDao.getById(Integer.parseInt(id[i]));\n\t\t\tnum=num+t_res_cusD...
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115525", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.673545", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-gen...
5982c46396d79b6d2445c396984b462f
Set the ending time of the test.
[ { "docid": "bc3c21303bc3af78c9c0b5562e4e27ef", "score": "0.66483456", "text": "public void setEndTime(Date date) {\n endTime = date;\n }", "title": "" } ]
[ { "docid": "8586d63b868f6e87e8460f094663de94", "score": "0.73570096", "text": "protected void setEndTime(long time) {\n fEndTime = time;\n }", "title": "" }, { "docid": "2c56f308a37cc4dc1eabf86e33fff502", "score": "0.7276425", "text": "public void setEndtime(Integer endti...
59cce8d27a469eb8baedb3324f7e953c
Creates an DataSourceRequest object from a Parcel.
[ { "docid": "e294536f553c96e27fa901224f92fb0a", "score": "0.69630903", "text": "private DataSourceRequest(Parcel in) {\n super(in);\n }", "title": "" } ]
[ { "docid": "5143c28b6f518b837df345e07de17cf4", "score": "0.7992037", "text": "@Override\n public DataSourceRequest createFromParcel(Parcel in) {\n return new DataSourceRequest(in);\n }", "title": "" }, { "docid": "b0428c1edc2432902f55d7f24ce4a23b", "score": "0.60...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "910b85a6f9cf56a9b0b1e936e740f201", "score": "0.0", "text": "@Override\n public void onClick(DialogInterface dialog, int which) {\n finishAffinity();\n System.exit(0);\n }", "title": "" } ]
[ { "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": "" }, ...
a8752d335bff9081528751e566e99e1b
Returns true if this device can be made visible to the specified application.
[ { "docid": "e7a78d8e1956d2c6fe69930230b87b15", "score": "0.66500413", "text": "public boolean creationIsAllowed(KnownDevice knownDev, Application app);", "title": "" } ]
[ { "docid": "def990b4aaa58239a68713ba920b8536", "score": "0.6502427", "text": "public boolean canGiveUnprotectedDevTo(Application app);", "title": "" }, { "docid": "2327b1fb9d01f6a4909f352e3e727ecb", "score": "0.5907871", "text": "public boolean isAppDisplayed(Application application)...
91e5f5854953ce3f9e22f515570e1c5f
Init the header line for the distribution of number of uploads of hour of the day
[ { "docid": "5884f14c4520e853cf31f5dda778e3be", "score": "0.5721122", "text": "public static void initComputeDistribUploads(PrintStream ps) {\r\n\t\tps.println(\"### number of uploads by hour of day:\");\r\n\t\tps.println(\"month; 0h; 1h; 2h; 3h; 4h; 5h; 6h; 7h; 8h; 9h; 10h; 11h; 12h; 13h; 14h; 15h; 16h;...
[ { "docid": "07849649ef5f73beee057bd56e6de674", "score": "0.66126114", "text": "public void createHeader() {\n String firstLine = getFirstLineOfFile();\n String[] split = splitString(firstLine, \" \");\n int[] converted = convertArrayOfStringToArrayOfInt(split);\n\n this.setTi...
32583755f502865fe164be41f0adf249
/ JADX ERROR: Method load error jadx.core.utils.exceptions.DecodeException: Load method exception: null in method: android.net.nsd.NsdServiceInfo.set1(android.net.nsd.NsdServiceInfo, int):int, dex: in method: android.net.nsd.NsdServiceInfo.set1(android.net.nsd.NsdServiceInfo, int):int, dex: at jadx.core.dex.nodes.Metho...
[ { "docid": "faa21702cc8c80f01710163cad786596", "score": "0.5792002", "text": "static /* synthetic */ int m525-set1(android.net.nsd.NsdServiceInfo r1, int r2) {\n /*\n // Can't load method instructions: Load method exception: null in method: android.net.nsd.NsdServiceInfo.-set1(android.net....
[ { "docid": "3f160d29cdd18055cf0823e75268fee6", "score": "0.760759", "text": "public static com.google.android.gms.internal.ads.zzaan m9427a(java.lang.String r2) {\n /* JADX: method processing error */\n/*\nError: java.lang.NullPointerException\n\tat jadx.core.dex.visitors.regions.ProcessTryCatchR...
0866ec237cbcb5be4bf0be30c9fbd200
/ access modifiers changed from: packageprivate / renamed from: d
[ { "docid": "b56ad8accf25aa9cf6467120480c15f8", "score": "0.0", "text": "public void mo130075d() {\n AbstractC32175x<? super R> xVar = this.f109356a;\n AtomicInteger atomicInteger = this.f109359d;\n AtomicReference<SpscLinkedArrayQueue<R>> atomicReference = this.f109362g;...
[ { "docid": "6cf22fdfffee744c6dce1a099a0bdd2a", "score": "0.71383554", "text": "private void d() {\n\t\t\r\n\t}", "title": "" }, { "docid": "9f469cde9b8a8717840b90103ccb3930", "score": "0.6939551", "text": "@Override\n\tpublic void d() {\n\t\t\n\t}", "title": "" }, { "doci...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4ba578a3b8539d44b9a0ea9f16506745", "score": "0.0", "text": "@Override\n\tpublic void turnOn() {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
5e2bb1a073461903fa2f0c2a4107ef35
Spring Data JPA repository for the Tema entity.
[ { "docid": "9c9b8a04865297c2b2a36958bf6e3435", "score": "0.7808287", "text": "@SuppressWarnings(\"unused\")\n@Repository\npublic interface TemaRepository extends JpaRepository<Tema, Long> {\n\t\n \n}", "title": "" } ]
[ { "docid": "5e307249427444775fb3c64a2fe4fe3e", "score": "0.66652817", "text": "@GetMapping(\"/tema\")\n Iterable<Tema> getTemas() {\n return repository.findAll();\n }", "title": "" }, { "docid": "0411216376856cac8bf9b582b5ba1b98", "score": "0.6566947", "text": "@Reposito...
4017a8c4cacf172be7adf14269d12be6
This method was generated by MyBatis Generator. This method sets the value of the database column users_relation.relation_user_sex
[ { "docid": "1a67f1016498e30a16b69e446cf5d362", "score": "0.73580503", "text": "public void setRelationUserSex(Byte relationUserSex) {\n this.relationUserSex = relationUserSex;\n }", "title": "" } ]
[ { "docid": "45c56c0e8b500509f2200bfb15ba4310", "score": "0.63197875", "text": "public Byte getRelationUserSex() {\n return relationUserSex;\n }", "title": "" }, { "docid": "8052bd91d1767a1c1dcc63e01832c2cd", "score": "0.6173172", "text": "public void setSex(String sex) {\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "eae1f2aeb60befa5f1d2b9e55ae4611d", "score": "0.0", "text": "@Override\n\tpublic int getPickOrder() {\n\t\treturn 0;\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
efac4a36c30fa2a3432f90686a5599c9
Gets the field name.
[ { "docid": "da77a2bc19b5b47f26e1565708f3e8be", "score": "0.775158", "text": "public String getFieldName() {\n\t\treturn this.fieldName;\n\t}", "title": "" } ]
[ { "docid": "8b3c1dd563045a0eb8737c33853a2a89", "score": "0.84470916", "text": "public String getName() {\n return this.field.getName();\n }", "title": "" }, { "docid": "cb7464abef85f7aa39aea1c0c8cf52db", "score": "0.839642", "text": "public String name() {\n return m...
7858004b883d331c0ac451a76e497235
Reading an array elements from a user
[ { "docid": "11eaba65f6356b0eea5589327b91cc8b", "score": "0.62461776", "text": "public static void readArray(int []arr, int size) {\n\t\tfor (int i = 0; i < size; i++) {\n\t\t\tSystem.out.print(\"Enter any number : \");\n\t\t\tarr[i] = UserIO.readInt();\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "6ba11ea0ed7ae60ab37990603213e7b3", "score": "0.7048838", "text": "public static void takearray()\n\t{\t\t\n\t\tint contents[][] = { {6, 1,8} , { 7, 5,3}, {2,9,4} };\n\t\n\t\tfor(int i=0; i<contents.length;i++)\n\t\t{\n\t\t\tfor (int j = 0; j < contents[i].length; j++) {\n\t\t\t\tSystem.out.p...
27f84c5e9d9f85e8ab1d2abb54c57b58
Check to see if IncludedFeeDetailList is set.
[ { "docid": "52d4bc1d4a7a8ddf03efd8c2abbb56d8", "score": "0.8601956", "text": "public boolean isSetIncludedFeeDetailList() {\r\n return includedFeeDetailList != null;\r\n }", "title": "" } ]
[ { "docid": "9d18ebed19afcb44cfda018779c991e4", "score": "0.78092253", "text": "public void setIncludedFeeDetailList(FeeDetailList includedFeeDetailList) {\r\n this.includedFeeDetailList = includedFeeDetailList;\r\n }", "title": "" }, { "docid": "68f02cfe4e77e69a126fb4a2c655626b", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "76b7221d577a45a3bd817349b7ff554b", "score": "0.0", "text": "@Override\r\n\tprotected void onResume() {\n\t\tsuper.onResume();\r\n\t\tLog.d(TAG, \"onResume\");\r\n\t\t\t\t\r\n\t}", "title": "" } ]
[ { "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}"...
919ef1b5a1b70ac28d77859384831312
Removes child tag. This does not affect on swing components, so this methos is useless after converting to swing.
[ { "docid": "9a7cbbe3176165d4f29aea50dfaa7e2b", "score": "0.6914649", "text": "public void removeChild(Tag tag) {\n tag.setParent(null);\n children.remove(tag);\n contents.remove(tag);\n }", "title": "" } ]
[ { "docid": "c60d4851a00f9c7ac51cedce0018217a", "score": "0.6451798", "text": "public void removeChildEditor(T child)\n {\n myChildren.remove(child);\n myValidator.removeChildValidator(child.getValidatorSupport());\n }", "title": "" }, { "docid": "4e319e8cae1f6a4cf696a69d3...
f081a73b316ddb36180c30594fdf650b
Gets a componentid > executors map which needs scheduling in this topology.
[ { "docid": "54c31ba892290b07d2c76c8094674023", "score": "0.7255125", "text": "public Map<String, List<ExecutorDetails>> getNeedsSchedulingComponentToExecutors(TopologyDetails topology) {\n Map<ExecutorDetails, String> executorToComponents = this.getNeedsSchedulingExecutorToComponents(topology);\n...
[ { "docid": "de4e362e639d7fe017a2f1915c0c8be3", "score": "0.765566", "text": "public Map<ExecutorDetails, String> getNeedsSchedulingExecutorToComponents(TopologyDetails topology) {\n Collection<ExecutorDetails> allExecutors = new HashSet<>(topology.getExecutors());\n\n SchedulerAssignment a...
1fd344144df8eeff981683f24618f688
Return a String representation of this object.
[ { "docid": "8a41e907f60bb2784d4c66103e89f237", "score": "0.0", "text": "@Override\n public String toString() {\n if (filterConfig == null)\n return (\"LoginFilter()\");\n StringBuffer sb = new StringBuffer(\"LoginFilter(\");\n sb.append(filterConfig);\n sb.appen...
[ { "docid": "3af5c0946d62f12d8f590f181b5cc210", "score": "0.8355397", "text": "@Override\n public String toString() {\n return new Gson().toJson(this);\n }", "title": "" }, { "docid": "fd7d1fe3c97788453f181753b0f7553c", "score": "0.8328627", "text": "public String toStrin...
bd63a872800319543e69f7d9c2282494
1: type (0:read 1:write) 4: newChannelId length length: newChannelId 4: remain data length length : remain data
[ { "docid": "68fd88a2950463d4a8da47a89e66f2d8", "score": "0.7106564", "text": "@Override\n protected void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) throws Exception {\n\n int channelIdLength = in.getInt(in.readerIndex() + 1);\n int remainDataLength = in.getInt(1 + 4...
[ { "docid": "d08bf7dc71c8bb02e5224c3023fbe3d4", "score": "0.6106043", "text": "void informReadOperation(ChannelHandlerContext ctx, long now)\r\n/* 161: */ {\r\n/* 162:307 */ Integer key = Integer.valueOf(ctx.channel().hashCode());\r\n/* 163:308 */ PerChannel perChannel = (PerChannel)this.cha...
e07b1b2cc95de8044961893cc3191dbb
Quorum status relating to individual roles is available through the get_quorum_status operation. The identifier argument corresponds to identify of a role exposed within a MembershipModel.
[ { "docid": "e6c6f9e9d6bda47c3511b955ca8065aa", "score": "0.7973081", "text": "public RoleStatus get_quorum_status( String identifier )\r\n {\r\n Role role = locateRole( m_store.model().role, identifier );\r\n\t if( role == null ) throw new RuntimeException(\"unknown role '\" + identifier + \"...
[ { "docid": "cb3524bbc630acc2fff516cfa04c57e5", "score": "0.62434083", "text": "protected RoleStatus getRoleStatus( Role role )\r\n {\r\n if( role == null ) throw new RuntimeException(\"Null value supplied as role argument.\");\r\n\r\n\t RoleStatus status = new RoleStatus();\r\n try\r\n...
5a4a13cb91f3ffcdf0ca9ccb2d956740
Returns a new object of class 'Sort Ids Decl'.
[ { "docid": "fec0bf7bb3aee162fc59734310fe9541", "score": "0.8313865", "text": "SortIdsDecl createSortIdsDecl();", "title": "" } ]
[ { "docid": "0aa26794362b8e9724a8a562a685ca93", "score": "0.7300256", "text": "SortIdList createSortIdList();", "title": "" }, { "docid": "a17b842b4a8b8d512446549083045df7", "score": "0.707641", "text": "SortDecl createSortDecl();", "title": "" }, { "docid": "c471b43b29683...
36cc5c22e77c57d2e12bd2ebc18884f1
/ / / / /
[ { "docid": "d4204fb94dba9a291e5f63108be65364", "score": "0.0", "text": "public static final long get32(byte[] paramArrayOfByte, int paramInt)\n/* */ {\n/* 111 */ return (get16(paramArrayOfByte, paramInt) | get16(paramArrayOfByte, paramInt + 2) << 16) & 0xFFFFFFFF;\n/* */ }", "title":...
[ { "docid": "59f1c45b36b3f96c6a39124fe7b24960", "score": "0.5791961", "text": "public String bentopath();", "title": "" }, { "docid": "3efe9b476114de722d8d0cecb1725e5d", "score": "0.56371117", "text": "private void Subdivise() {\n\r\n\t}", "title": "" }, { "docid": "9cfdb7...
1dcaed5130bf811c1967967ebb72c3fb
The number of table definitions that can be stored in the definition cache. See [MySQL documentation]( for details. .google.protobuf.Int64Value table_definition_cache = 36 [(.yandex.cloud.value) = "400524288"];
[ { "docid": "9025744106140704bbb1168929a5e7a3", "score": "0.70808995", "text": "@java.lang.Override\n public com.google.protobuf.Int64ValueOrBuilder getTableDefinitionCacheOrBuilder() {\n return getTableDefinitionCache();\n }", "title": "" } ]
[ { "docid": "ae55a6a1b8e21d0bf55a3bbf510cdeb4", "score": "0.7750779", "text": "com.google.protobuf.Int64Value getTableDefinitionCache();", "title": "" }, { "docid": "206e28d0be0a84b954a2cbf74c0a035e", "score": "0.737686", "text": "com.google.protobuf.Int64ValueOrBuilder getTableDefini...
9b081b220fe1cd61395a8a1bb52fc3ba
Execution Starting Our Application
[ { "docid": "9172b136740658ac708e7a1e82fe34f5", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tpc = new ProductController();\n\t\tboolean condition = false;\n\t\tSystem.out.println(\"WELCOME TO OUR ESTORE \");\n\t\tdo {\n\t\t\tpc.allFunctionalities();\n\t\t\tSystem.out.println(\"I...
[ { "docid": "a732ebdca9a52c7acbb32cb1f57960af", "score": "0.77694094", "text": "protected void startApp() {\n }", "title": "" }, { "docid": "8f8b113dbf63ff172af17ff97011e235", "score": "0.77335656", "text": "void startApplication();", "title": "" }, { "docid": "34bcd3d0...
1e6b2fadb04d0a843f74d65d386bf579
initial expense entry for category test
[ { "docid": "81b286c07cf43c62f2182cfec7a22a16", "score": "0.5390613", "text": "public static List<ExpenseEntry> createExpenseList() {\n\t\tList<ExpenseEntry> expenseEntryList = new ArrayList<ExpenseEntry>();\n\t\t\n\t\t// int entryId, int userId, double amount, String date, int categoryId, String locatio...
[ { "docid": "fa51fe381c3c2366b072a95e99611fbb", "score": "0.6755297", "text": "public Expense(Category cate, double total) {\r\n category = cate;\r\n this.total = total;\r\n }", "title": "" }, { "docid": "6af7eebf59be64124dbc6b713a11cc62", "score": "0.6489989", "text"...
9fa3f52077210ac812c87c6b7ae7dd7a
Add targets to intervention.
[ { "docid": "555addd554f1d3af045e2360ddc79d55", "score": "0.5068651", "text": "private static void playWithTargets(AgetacClient c, long interId) {\n\t\tTargetDTO target = new TargetDTO();\n\t\tc.addTarget(interId, target);\n\n\t\t// List targets.\n\t\tCollection<TargetDTO> targets = c.getTargets(interId)...
[ { "docid": "170859dfa584a594c5bd44f8cf4aea33", "score": "0.5782635", "text": "public void addTarget(target inputTarget) {\n targetList.add(inputTarget);\n }", "title": "" }, { "docid": "9767631388357ea0d1cb2bcbe08e1ed7", "score": "0.5685163", "text": "public void addConfigu...
1546f8effff1aca749f040cd6b661594
Lay linh vuc nghien cuu cua tac gia
[ { "docid": "5cb6d31576576c0af88630286191dfc0", "score": "0.0", "text": "public static String getInterest (String htmlContentAsText) {\r\n\t\tint start = htmlContentAsText.indexOf(\"Interest:\", -1);\r\n\t\tint end = htmlContentAsText.indexOf(\"Collaborated\",start);\r\n\t\tString interest = htmlContentA...
[ { "docid": "e1ea580fecca5fddf13783c4e49dbdd3", "score": "0.5949709", "text": "public void SeoulDong() {\n\t\tch_dong.removeAll();\n\t\tch_dong.add(\"동작구\");\n\t\tch_dong.add(\"노원구\");\n\t\tch_dong.add(\"강남구\");\n\t\tch_dong.add(\"광진구\");\n\t\tch_dong.add(\"서대문구\");\n\t\tch_dong.add(\"영등포구\");\n\t\t// ad...
d1eabb2458a160bdec8db4e2b2d91c26
Test case number: 164 / 99 covered goals: Goal 1. org.apache.commons.lang3.StringUtils.upperCase(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;: Line 4544 Goal 2. org.apache.commons.lang3.StringUtils.upperCase(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;: Line 4547 Goal 3. org.apache.commons.lang3.S...
[ { "docid": "e07aaa49aa5b0c614779464cc032964e", "score": "0.6529724", "text": "@Test\n public void test164() throws Throwable {\n String[] stringArray0 = StringUtils.splitByWholeSeparatorPreserveAllTokens(\"java.vm.specification.vendor\", \"java.vm.specification.vendor\");\n String string0 =...
[ { "docid": "9ecdaf1a5f339d59cb28e104364ed979", "score": "0.742678", "text": "@Test\n public void test114() throws Throwable {\n String string0 = StringUtils.capitalize(\",<Rtl3mdo*W]xf\");\n String string1 = StringUtils.replace(\"K+DVgvmp[\", \"org.apache.commons.lang3.StringUtils\", \",<Rt...
5b48444612b38ba341b4ed1aa1422133
Retrieves the signing address, coinbase address, and last block where signing address was updated from storage
[ { "docid": "d43e8c39259cae4ffef9723fb65afe1e", "score": "0.47227237", "text": "protected static StakerStorageObjects.AddressInfo getStakerAddressInfo(Address identityAddress) {\n byte[] key = getKey(StorageSlots.ADDRESS_INFO, identityAddress.toByteArray());\n byte[] value = Blockchain.getS...
[ { "docid": "64f1729004b9a4cfa2b7c0f0729eb47e", "score": "0.55124146", "text": "public HashMap<LocationClone, Object> getSavedSignData() {\n return savedSignData;\n }", "title": "" }, { "docid": "975901815f6ffda5fa037794987f790b", "score": "0.5248986", "text": "String getFor...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "6e46355e53d8c0b4d264bd5a2b87a72e", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.empowerplant_toplevel, menu);\n\n final MenuItem menuItem = menu.findItem(R.id.action_cart);\n View actionView = ...
[ { "docid": "4a7f83039295e93d133f65a9d6162925", "score": "0.7133835", "text": "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n if(activity!=null) {\n activity.getMenuInflater().inflate(R.menu.main, menu);\n }\n super.onCreateOptionsMenu...
4f90dc0c20fdfee46f735235b07b4f18
Takes a 3D pixel array from the model and converts it to a BufferedImage, which can be displayed by the view.
[ { "docid": "15c87bbe7accc860de3d1760db4a046d", "score": "0.5524024", "text": "private BufferedImage getBufferedImage() throws IllegalStateException {\n int[][][] pixels = this.model.getImage();\n BufferedImage image = ImageUtil.arrayToImage(\n pixels, this.model.getImageWidth(), this.mo...
[ { "docid": "2d18cb21f1e278ef5e752577e0c9105b", "score": "0.58923125", "text": "public BufferedImage asBufferedImage() {\n\tint pixelFloats = 3;\n\tint bandOffsets[] = new int[] { 0, 1, 2 };\n\n\t// create data buffer that shares the same backing array as this image\n\tDataBufferFloat db = new DataBuffer...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f4f8adb8f89c66ab1312c1748ccceedb", "score": "0.0", "text": "@Override\n\tpublic int addDocumentReview(List<JSONObject> list) {\n\t\treturn documentDao.addDocumentReview(list);\n\t}", "title": "" } ]
[ { "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}"...
f05655936ad6a4444d20abb17d7c0c3e
/ Load a game from "save_game" file throws FileNotFoundException throws SecurityException throws IOException throws ClassNotFoundException
[ { "docid": "5e58a00c2a71a2a4c9ece05b6c23b406", "score": "0.85469383", "text": "public void load() throws FileNotFoundException, SecurityException,\n IOException, ClassNotFoundException {\n load(\"save_game.\" + FILE_EXTENSION);\n }", "title": "" } ]
[ { "docid": "2f64d34fa56c584e4bdcc323fe0ca8c6", "score": "0.7933962", "text": "private void loadGame() {\n //figure out load game dialogue\n try {\n FileInputStream file = new FileInputStream(fileName);\n ObjectInputStream in = new ObjectInputStream(file);\n ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "a4deaf3052d4d3c4d37e060dc19aef17", "score": "0.0", "text": "void mo2604a(T t, long j, long j2);", "title": "" } ]
[ { "docid": "561e1ad2be3078ec8b0e2ca7a4d4d261", "score": "0.62639445", "text": "A(A a){\n this.a = a.a;\n this.b = a.b;\n }", "title": "" }, { "docid": "9f48728c71c479e7c8162d75ccb161a3", "score": "0.62316394", "text": "public interface C16179d {\n /* renamed f...
8177025df74c2dab8c867c599e6f70c0
Print the content of the graph.
[ { "docid": "2f63da7228aba49ccfde419010195eba", "score": "0.0", "text": "abstract String toString(final Graph<? super Vertex, ? extends Edge<?>> network);", "title": "" } ]
[ { "docid": "5aa83e0cffb01cad025d93a89a00f28f", "score": "0.77337426", "text": "public void printGraph() {\n nodes.forEach((k,a) -> {\n System.out.println(\"Node Key: \" + k + \" | Value:\" + a);\n });\n edges.forEach((k,a) -> {\n System.out.println(\"Edge Key: \" + k + \" | Value:\" +...
16295ce0901aab976da0d44dabb766fe
Retorna un valor entero desde un dato tipo String
[ { "docid": "aeb64d01fb501b9f7b161476b35f64c8", "score": "0.6511006", "text": "public static String getEntero(String value){\r\n\t\tDouble valueEntero = null;\r\n\t\ttry {\r\n\t\t\tvalueEntero = Double.valueOf(value);\r\n\t\t} catch (Exception e) {\r\n\t\t\treturn BLANK;\r\n\t\t}\r\n\t\treturn String.val...
[ { "docid": "2f742846837c265d8ac9fef0503633db", "score": "0.70579296", "text": "String getValueString();", "title": "" }, { "docid": "b076d84792e8eb91b02e4f296969cf83", "score": "0.700453", "text": "java.lang.String getStrValue();", "title": "" }, { "docid": "01bcc1f7d0094...
fc69db0c0928e4394c66c8dc85ac67e9
required string imei = 4;
[ { "docid": "27a35a966206d92496d96770a36ab67c", "score": "0.0", "text": "public Builder setImei(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000008;\n imei_ = value;\n onChanged();\n return this;\...
[ { "docid": "38262b4060e5df30750a95356db7185d", "score": "0.69928205", "text": "public void mo1239e(int i, String str) {\n }", "title": "" }, { "docid": "e190824f594341b8173ef8ce3eba6c28", "score": "0.6922521", "text": "public void mo57265a(int i, String str) {\n }", "title"...
2750e294769c23d0bdbb868052dd167d
.weave.common.ResourceId originator = 1;
[ { "docid": "0436663ac4de1f5db4c9af92ac33c498", "score": "0.0", "text": "public Builder clearOriginator() {\n if (originatorBuilder_ == null) {\n originator_ = null;\n onChanged();\n } else {\n originator_ = null;\n originatorBuilder_ = null;\...
[ { "docid": "9b0c861321e8189ac5bc6b2a4324749b", "score": "0.70416623", "text": "weave.common.Common.ResourceId getOriginator();", "title": "" }, { "docid": "344ac753a7078e70d046db7508e44e29", "score": "0.57636094", "text": "weave.common.Common.ResourceIdOrBuilder getOriginatorOrBuilde...
13ff29fe4d6d7528cbaff1fd479068cc
Returns a string with all the files contents
[ { "docid": "5a1ca5a0ccf424749bc1b82aea277d62", "score": "0.56639194", "text": "public String stringify() {\n FileReader f;\n\t\ttry {\n\t\t\tf = new FileReader(this.fileName);\n\t BufferedReader bf = new BufferedReader(f);\n\t\n\t ArrayList<String> lines = new ArrayList<String>();\n...
[ { "docid": "67b74fd4cc7b99a0ae31b9075640e880", "score": "0.7634769", "text": "public static String getFilesAsString() {\r\n\t\tString list = \"\";\r\n\t\tfor(File f : getFiles()) {\r\n\t\t\tif(f.isFile()) {\r\n\t\t\t\tlist += \" - \" + f.getName();\r\n\t\t\t}\r\n\t\t}\r\n\t\tQuery.debugMsg(\"Files in da...
f80d3be1b4abe278a962e4e5f66c5ec9
Sets the brush to new size
[ { "docid": "30e7bd7e726898db08f314991780d5f7", "score": "0.8208888", "text": "public void setBrushSize(float newSize) {\n // brush sizes are recorded in pixels\n float pixelAmount = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,\n newSize, getResources().getDisplayMe...
[ { "docid": "e02cc60ca0461e68a674cc4c4027eac7", "score": "0.73911196", "text": "public void resetPaintBrushSize() {\r\n\r\n // don't reset unless we've remembered a brush size\r\n if (previousPaintBrush != -1) {\r\n setPaintBrushSize(previousPaintBrush);\r\n }\r\n\r\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4c6d479e533d3d10563d11f29781ae4d", "score": "0.0", "text": "@Override\n\tpublic double getYLoc() {\n\t\treturn y;\n\t}", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
8e5ba8468efe6f427ea95c45a70b95e2
Sets (as xml) the "Unit" element
[ { "docid": "30bd5cdcd7a5daf5e721e4fee555fbb4", "score": "0.76999825", "text": "public void xsetUnit(gov.weather.graphical.xml.dwmlgen.schema.dwml_xsd.UnitType unit)\n {\n synchronized (monitor())\n {\n check_orphaned();\n gov.weather.graphical.x...
[ { "docid": "dc014b430e53135cb584fb00976049ea", "score": "0.7675549", "text": "public void setUnit(Unit unit) {\n this.unit = unit;\n }", "title": "" }, { "docid": "1c5da96ddd1903e72798e7edb8355217", "score": "0.76731604", "text": "public void xsetUnit(gov.weather.graphical....
87c42f88b6012af3ae0a8cc0967fb28f
The on change function.
[ { "docid": "01fb5bd6944e76b82ef67e8464840a57", "score": "0.0", "text": "public boolean speedChanged() {\n\t\tif (this.changed) {\n\t\t\tthis.changed = false;\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t}", "title": "" } ]
[ { "docid": "92d7018900ee8d67b4267c578356336c", "score": "0.78694516", "text": "public void onChangeHook() {\n\t}", "title": "" }, { "docid": "784d251590546f064fdf944195d1440b", "score": "0.78251255", "text": "public void onChange();", "title": "" }, { "docid": "a4a64b3957...
15793a919e3d1e3abd0f038ef5759f16
.protocol.rpc.LocationLinks location_links = 3;
[ { "docid": "330f16969409f10b34e4530e2386d105", "score": "0.7963683", "text": "protocol.rpc.LocationLinksOrBuilder getLocationLinksOrBuilder();", "title": "" } ]
[ { "docid": "100a37d4dfcb83be230f48140065b23d", "score": "0.8877374", "text": "protocol.rpc.LocationLinks getLocationLinks();", "title": "" }, { "docid": "100a37d4dfcb83be230f48140065b23d", "score": "0.8877374", "text": "protocol.rpc.LocationLinks getLocationLinks();", "title": ""...
6a6ff90bbc95e2fa76200ad023c57237
Created by pucheng on 2017/2/15.
[ { "docid": "29eb03f573a5664342a636051663a7f8", "score": "0.0", "text": "public interface ForumAgendaView extends MvpView {\n\n\n void onLoadSuccess(List<ForumAgenda> forumAgendas);\n\n void onLoadMore(List<ForumAgenda> forumAgendas);\n}", "title": "" } ]
[ { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.61513466", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n\t}", "title": "" }, { "docid": "4d9e164e4e911df1380f4618e0fe7a08", "score": "0.6105149", "text": "OI (){\n\t\t\n\t}", "title": "" }, { "docid": ...
285d827a3c14ba45d29a50409b25beed
detach/attach can lead to view recreate frequently\
[ { "docid": "790e546fb695e773df9c901748d8ed31", "score": "0.0", "text": "@Nullable\n @Override\n public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {\n if(view == null){\n view=inflater.inflate(R.layout.activity_ma...
[ { "docid": "e5cd9c49133a3fac3030582645b2a7e6", "score": "0.7325486", "text": "void detach();", "title": "" }, { "docid": "c6d81bc7ee92c56e6dbde413e42430d9", "score": "0.7147132", "text": "void onDetachView();", "title": "" }, { "docid": "cad893258e5b4bfaa8e6d32da8d0b4fe",...