query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "51e32e5225bbe931b5b5cd74a8e1eb1b", "score": "0.0", "text": "@Override\r\n public boolean equals(Object object) {\n if (!(object instanceof Retencion)) {\r\n return false;\r\n }\r\n Retencion other = (Retencion) object;\r\n if ((this.idRetencion == nu...
[ { "docid": "27d40fad6ffddfb882d4698918a44f23", "score": "0.68939245", "text": "private void setId(Integer id) { this.id = id; }", "title": "" }, { "docid": "c520db2892ba2af63fa6d93e9c1cb59a", "score": "0.6838206", "text": "private Integer getId() { return this.id; }", "title": ""...
849cd59203ca676142764f5587235bf1
Crea un nuevo punto
[ { "docid": "c33d5284f4f4abd51c2fda2aa8e53fd9", "score": "0.0", "text": "public Punto(double x, double y) {\n this.x = x;\n this.y = y;\n }", "title": "" } ]
[ { "docid": "c09784e6164810a293953a6a112386d3", "score": "0.6884867", "text": "PPO createPPO();", "title": "" }, { "docid": "f9069787d2c5714046d9491d9db974c7", "score": "0.67989045", "text": "public Tiporodaje crearTiporodaje(Tiporodaje obj) {\r\n\t\tList lista = null;\r\n try ...
50779e15af9bfc1a8870879ef3b2b74f
Represent the creating and saving index RPC.
[ { "docid": "8bf91ae47d59566954425381c577aafa", "score": "0.6944379", "text": "public void createAndSaveIndex(org.vdaas.vald.api.v1.payload.Control.CreateIndexRequest request,\n io.grpc.stub.StreamObserver<org.vdaas.vald.api.v1.payload.Empty> responseObserver) {\n io.grpc.stub.ClientCalls.asy...
[ { "docid": "7369f20b97f717bc0484474adef8b441", "score": "0.7109743", "text": "default void createAndSaveIndex(org.vdaas.vald.api.v1.payload.Control.CreateIndexRequest request,\n io.grpc.stub.StreamObserver<org.vdaas.vald.api.v1.payload.Empty> responseObserver) {\n io.grpc.stub.ServerCalls.as...
f5357c8072816b942035640adc9cfd81
Returns the minimum value of the range
[ { "docid": "51295bd49c298ec1f26ae5ff9e022b6e", "score": "0.69369936", "text": "int getMininum() {\n\t\t\treturn this.min;\n\t\t}", "title": "" } ]
[ { "docid": "25a2110e822837b3f3ccd9a0db113246", "score": "0.83614933", "text": "public double getRangeLowerBound() {\n return this.rangeMin.doubleValue();\n }", "title": "" }, { "docid": "38dc6f0464d549c17cb03051ba917355", "score": "0.83387077", "text": "public int getRangeM...
e3a6bf4800bf851f9a9c23d55f4e8e34
Test case number: 16 /Coverage entropy=1.893788232391138
[ { "docid": "3b86a8445cef7a65fcb8647407200779", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test16() throws Throwable {\n FBProcedureCall fBProcedureCall0 = new FBProcedureCall();\n FBProcedureParam fBProcedureParam0 = fBProcedureCall0.getOutputParam(258);\n fBProcedure...
[ { "docid": "3bf6260ff7ca41d881514ae7b2bcdcd5", "score": "0.70647967", "text": "@Test\n\tpublic void testEntropyCalculation()\n\t{\n\t\tassertEquals(1.0, tree.entropy(5, 10), 0.0);\n\t\tassertEquals(0.0, tree.entropy(1, 1), 0.0);\n\t\tassertEquals(0.8113, tree.entropy(3, 4), 0.0001);\n\t\tassertEquals(0....
4bda9607e5294f27beecf68c7cdfd0b3
Information for all brokers repeated .proto.Broker brokers = 1;
[ { "docid": "effddc53ae00e93334010db86172a2f4", "score": "0.7784358", "text": "public java.util.List<proto.Api.Broker> getBrokersList() {\n return brokers_;\n }", "title": "" } ]
[ { "docid": "68a8387f2a78d594b3f00f1a2010fb16", "score": "0.80722564", "text": "java.util.List<proto.Api.Broker> \n getBrokersList();", "title": "" }, { "docid": "3ed552e63627c22e6de0ef827449f63f", "score": "0.7949603", "text": "proto.Api.Broker getBrokers(int index);", "ti...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8ebcdcedcc91c444517923a5f36f53e9", "score": "0.0", "text": "@Transactional\n\t@Override\n\tpublic String gettotalAmount(String supplierName) {\n\t\treturn purchaseDaoI.gettotalAmount(supplierName);\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
c93e0aafdfcd5eb4031a2fdd07e50926
Exposes this object to the remote API.
[ { "docid": "3c407a56e7ab7e0f0e27c4701478e617", "score": "0.5007325", "text": "public Api getApi() {\n return new Api(this);\n }", "title": "" } ]
[ { "docid": "be815ac1229849db72bbb59e58b30ba7", "score": "0.6504438", "text": "void expose();", "title": "" }, { "docid": "d96601ff65e48ad006ba57d1eae77a09", "score": "0.60273534", "text": "public ProxyOutPersistenceAccess() {\n final UplinkConfiguration mainServerConfig = Conf...
1109234cb00e806af1d300577bdb3a2c
Read the next datum in the file.
[ { "docid": "cdfe29d9614360b3b49001a1aa1d302e", "score": "0.5524521", "text": "@Override\n public D next() {\n try {\n return next(null);\n } catch (IOException e) {\n throw new AvroRuntimeException(e);\n }\n }", "title": "" } ]
[ { "docid": "3029a936a7739d38ca847d6a41dcc80b", "score": "0.65594983", "text": "public static void readNextByte() {\n\t\t\n\t\ttry {\n\t\t\t\n\t\t\tif (currentByte == null) {\n\t\t\t\tnextByte = file.readByte();\n\t\t\t\tnextNextByte = file.readByte();\n\t\t\t}\n\t\t\t\t\n\n\t\t\tcurrentByte = nextByte;\...
a1c2c02ea48c06bb435ff2ff8593db3d
Creates new form AboutDialog
[ { "docid": "16bdaa98e1272423782290460fcfbca3", "score": "0.80072886", "text": "public AboutDialog() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "d1d7e9bb0241b823255b97a31bb5cad0", "score": "0.828967", "text": "public AboutDialog() {\n buildGUI();\n }", "title": "" }, { "docid": "4ff8c4d7cb0b3363cd90dcef562c867c", "score": "0.8018815", "text": "public AboutDialog() {\r\n super();\r\n }", "title...
470f352d44b2b6999d0a5ccff8e81d43
The base model interface for the EVPServiceRequest service. Represents a row in the &quot;EVPServiceRequest&quot; database table, with each column mapped to a property of this class. This interface and its corresponding implementation com.liferay.evp.model.impl.EVPServiceRequestModelImpl exist only as a container for t...
[ { "docid": "792a4f4dfba989a6af5cedc8ad89c253", "score": "0.7054214", "text": "@ProviderType\npublic interface EVPServiceRequestModel\n\textends AuditedModel, BaseModel<EVPServiceRequest>, ShardedModel,\n\t\t\tWorkflowedModel {\n\n\t/*\n\t * NOTE FOR DEVELOPERS:\n\t *\n\t * Never modify or reference this...
[ { "docid": "31809ef4934998cf4066c94f31de94e5", "score": "0.54903203", "text": "public static ModelRequest createModelRequest() throws ServiceException\n\t{\n\t\treturn (ModelRequest) KeelTools.getService(ModelRequest.ROLE, \"default\", new DefaultContext());\n\t}", "title": "" }, { "docid": ...
5107edfcc41343107ea31f7922b18d98
Handles the HTTP GET method.
[ { "docid": "c94c06dacd08865842f733627ecd98a1", "score": "0.0", "text": "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "title": "" } ]
[ { "docid": "9fe42397850a0bf0c267742ff743ff19", "score": "0.7319032", "text": "@Override\n\tpublic void doGet(Request req, Response res) throws Exception {\n\n\t}", "title": "" }, { "docid": "8a4b444634d10884d62ee8f877c2952d", "score": "0.72424144", "text": "@Override\n\tpublic void d...
41692cbea188beb8556c64848af564a0
Returns true if the passed execution plan is valid
[ { "docid": "f941d127d874055fc027ad9a46e42577", "score": "0.75233126", "text": "public boolean validateExecutionPlan(String executionPlan){\n return globalThrottleEngineClient.validateExecutionPlan(executionPlan);\n }", "title": "" } ]
[ { "docid": "5aecb952435c642147216b79ed8b42bc", "score": "0.65165603", "text": "boolean hasPlan();", "title": "" }, { "docid": "5aecb952435c642147216b79ed8b42bc", "score": "0.65165603", "text": "boolean hasPlan();", "title": "" }, { "docid": "e09347f6fca9184511b800c4db79b4...
da42fb19c7d64c5ae7510d8ff7ba458f
Created by ChenX on 2017/8/4.
[ { "docid": "f4d9c30b67eae84da785e08a66ee34f2", "score": "0.0", "text": "public interface UserService {\n\tboolean getUsername(String username);\n\n\tvoid registUser(User user);\n\n\tUser login(String username,String password);\n\n\tUser getUserByUsername(String username);\n}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.65801495", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "d07c1f5c9d405e36c1ebf9e7e586652e", "score": "0.60042435", "text": "private Solution() {\n /** Not using this function**/\n ...
b350176020852c310c5e3716b410440e
Construct an Abstract RenderedImage from a bounds rect and props (may be null). The srcs Vector will be empty.
[ { "docid": "b42036d4cbd904ebf743559e6d4a5ccd", "score": "0.5683537", "text": "protected AbstractTiledRed(Rectangle bounds, Map<String, ?> props) {\n\t\tsuper(bounds, props);\n\t}", "title": "" } ]
[ { "docid": "36a4a36a5542bb08be446286b2614dea", "score": "0.6133967", "text": "protected AbstractTiledRed(List<CachableRed> srcs, Rectangle bounds, Map<String, ?> props) {\n\t\tsuper(srcs, bounds, props);\n\t}", "title": "" }, { "docid": "6d014a861f971eeb9089025b0b1edf07", "score": "0.597...
739f56d2e1c44dc698a3aa0ceaadf4eb
Reads a file on disk. The method uses default file encoding (see: file.encoding system property)
[ { "docid": "4fed4c846919af302582f3a88f4b1df8", "score": "0.7033843", "text": "public static String readFile(File file, String charsetName) throws IOException {\r\n String result = null;\r\n FileInputStream fis = new FileInputStream(file);\r\n try {\r\n result = readStream...
[ { "docid": "300743ab80b212943db55dcdcffee057", "score": "0.72181547", "text": "@Override\n\tpublic String readContent(String filepath, String charset) throws FileNotFoundException, IOException {\n\t\treturn readContent(filepath);\n\t}", "title": "" }, { "docid": "88099631b32774e6eed48cb9f70b...
d03c686b3e817f577d29cfdc3c041d65
Creates a default Condition based off of a provided ConditionManager
[ { "docid": "da7a27c8bf2d762b8224a72d1ec5734d", "score": "0.66505504", "text": "public Condition(ConditionManager condition)\r\n\t{\r\n\t\tthis.condition = condition;\r\n\t\tinit();\r\n\t}", "title": "" } ]
[ { "docid": "f2f5b5cea5cf739b918dec43e0247493", "score": "0.6562644", "text": "LogicCondition createLogicCondition();", "title": "" }, { "docid": "6a7351d417f9f8ab0d03f094fa83bcd9", "score": "0.6539918", "text": "Condition createCondition();", "title": "" }, { "docid": "59...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fe2f677d63cfe80e27ecab4868ab1707", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tSpringApplication.run(ManagerStarter.class, args);\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
fedf32f47bd8e9c6ea62d345884b94fa
/ Theta4 of the previous point (i1) could be any of the 8 previous configurations. Therefore it is chosen the angle belonging to the configuration that covers less space between i1 and i in terms of theta1,2,3. We ALREADY know that theta5 is a SINGULARITY (very close to zero)
[ { "docid": "1051d171730384d24aeda3569f54ebad", "score": "0.7268297", "text": "private double theta4Optimal(double theta5, double theta1, double theta2, double theta3, int index){\r\n\t\tdouble minSum = Double.MAX_VALUE;\r\n\t\tdouble temp = 0;\r\n\t\tint configIndex = 0;\r\n\r\n\t\tif (theta5 < 0){\r\n\...
[ { "docid": "95fdafa088c1815d1754dd21f2d4f685", "score": "0.6069851", "text": "private double[] solveTheta1(double[] Pw)\r\n\t{\n\t\tdouble[] theta_1 = new double[2];\r\n\r\n\t\t//calculate first theta1\r\n\t\ttheta_1[0] = Math.atan2(Pw[1], Pw[0]);\r\n\r\n\t\t//calculate second theta1\r\n\t\ttheta_1[1] =...
1f762d3809edd4a0ad13faebf82cd616
For Inverted Index Maintenance add a value, maintain the order
[ { "docid": "111d8c9bffd9d6affb81a08c9907db62", "score": "0.59462357", "text": "private void insertValueToQindex(short value, int qID){\n\t\tif(this.qfIndex[qID] == null){\n\t\t\tthis.qfIndex[qID] = new short[4];\n\t\t\tqfIndex[qID][qfSize[qID]++] = value;\n\t\t}\n\t\telse if(this.qfSize[qID] == this.qfI...
[ { "docid": "5d70bc1d8e1a53e7fdd04414c3299d98", "score": "0.63486844", "text": "private void increaseIndex() {\r\n \t\tindex++;\r\n \t}", "title": "" }, { "docid": "9bbb6e972b591b58d9752f040fdcbfb1", "score": "0.6312063", "text": "public void add(Integer index, int value) {\n i...
e508cc47d713cba934fcc32269d863e5
GENLAST:event_FinalCheckActionPerformed Gantt chart buttons
[ { "docid": "ff91c236007076ec9a4ca60212f8f22a", "score": "0.5909863", "text": "private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed\n JFreeChart chart = ChartFactory.createGanttChart(\"Sectional Work Schedule Gantt Chart\", \"Order Article...
[ { "docid": "3b0b856fde867e60f090bc6f39b0026c", "score": "0.6497303", "text": "public void initButtonOnTask() \r\n {\r\n // Depending on what type the current task is, checkButton oand giveUpButton should either be\r\n // disabled or enabled\r\n if (currentTask==null)\r\n currentTask = par...
add14259b83b3ba3908054d5263348ea
Returns the user name of this product.
[ { "docid": "a386fa41ad92e48f1b0013261c6ccc9e", "score": "0.8666081", "text": "@Override\n\tpublic java.lang.String getUserName() {\n\t\treturn _product.getUserName();\n\t}", "title": "" } ]
[ { "docid": "913f3a84919c8d9e3e447d7ffed65087", "score": "0.78341293", "text": "public String getUserName() {\r\n return user.get().getName();\r\n }", "title": "" }, { "docid": "cbdd19c4cb7f576233890d7ebcd13f22", "score": "0.7751747", "text": "public String getNameOfUser() {...
26516266426833ff29a01370069d9fc0
SEARCH /_search/classrooms?query=:query : search for the classroom corresponding to the query.
[ { "docid": "701895c7e733215ead1a0c0c77eeb5c3", "score": "0.76317745", "text": "@GetMapping(\"/_search/classrooms\")\n @Timed\n public ResponseEntity<List<Classroom>> searchClassrooms(@RequestParam String query, Pageable pageable) {\n log.debug(\"REST request to search for a page of Classroo...
[ { "docid": "4b5e065f98abcb5cb59e898e1a530fa4", "score": "0.69062203", "text": "public void search(String query){\n new LFMNet().search(query, this);\n }", "title": "" }, { "docid": "d6ef16230a726e4f6c5d73e17c7b8fd0", "score": "0.6516857", "text": "List<Game> search(String q...
de7abd608ed72a5138b02a46904c745c
Deletes the connection action types with the primary key from the database. Also notifies the appropriate model listeners.
[ { "docid": "3cecefab54a6ad5f0d4894142729e783", "score": "0.6381781", "text": "public static es.davinciti.liferay.model.ConnectionActionTypes deleteConnectionActionTypes(\n\t\tlong connectionActionTypeId)\n\t\tthrows com.liferay.portal.kernel.exception.PortalException,\n\t\t\tcom.liferay.portal.kernel.ex...
[ { "docid": "9881516a5c2fea4c8add8ea7d7627e76", "score": "0.6227814", "text": "public static es.davinciti.liferay.model.ConnectionActionTypes deleteConnectionActionTypes(\n\t\tes.davinciti.liferay.model.ConnectionActionTypes connectionActionTypes)\n\t\tthrows com.liferay.portal.kernel.exception.SystemExc...
b10c529fc46cac1df45eabb56cb1f8ce
/ Method which calculates ScreenCoords as WorldCoords
[ { "docid": "9da7aefac73030c39c8c1dd1366af12c", "score": "0.58427775", "text": "public static Vector3 generateWorldCoordsGeneric(OrthographicCamera c, float x, float y) {\r\n\t\treturn c.unproject(new Vector3(x, y, 0));\r\n\t}", "title": "" } ]
[ { "docid": "26cc96ecfeaf276751d09ecb846528b8", "score": "0.7829507", "text": "public double[] getWorldCoordinateWGS84(int screenX, int screenY);", "title": "" }, { "docid": "902b27a91b96ff4d7f5e0f3bc13d3c62", "score": "0.7712509", "text": "public long[] getWorldCoordinate(int screenX...
587ba05f64de6a280197337309047e12
optional fixed64 private_lobby_id = 2;
[ { "docid": "180f193b02af28e488f4ed8b5670abad", "score": "0.6502256", "text": "public boolean hasPrivateLobbyId() {\n return ((bitField0_ & 0x00000002) == 0x00000002);\n }", "title": "" } ]
[ { "docid": "b527c6a8f2ab6334064e7f938ecf2bec", "score": "0.8135841", "text": "long getPrivateLobbyId();", "title": "" }, { "docid": "b527c6a8f2ab6334064e7f938ecf2bec", "score": "0.8135841", "text": "long getPrivateLobbyId();", "title": "" }, { "docid": "b527c6a8f2ab633406...
71cc952a2b69832f479f64e59fd1dc09
Tell XStream to process the annotations on a class. This is generally the preferred method of tweaking the xml construction or parsing.
[ { "docid": "f8a3604c71fe2e114d66ba27006e2741", "score": "0.6222414", "text": "public void registerClass(Class<?> c) {\n \t\tlog.trace(\"registering class \" + c.getName());\n \t\tlog.trace(\"processing XStream annotations\");\n \t\tgetXStream().processAnnotations(c);\n \t}", "title": "" } ]
[ { "docid": "afc48b3f1afd90fa60fa6b4f61c73f30", "score": "0.60221195", "text": "public BaseProcessor(Class<? extends A> annotationClass) {\n this.annotationClass = annotationClass;\n }", "title": "" }, { "docid": "fa73d1575749da069601c1850a3c3ba3", "score": "0.60152453", "te...
9b72b24ad957d57929b92a83666025db
Disconnects all active clientthreads.
[ { "docid": "464bcbd9ccca02898fa20e6ae1b2fa49", "score": "0.78729564", "text": "public void disconnectAll() {\n\t\tallClientsDisconnected = true;\n\t\tfor (ClientThread th : clients) {\n\t\t\tth.endConnection();\n\t\t}\n\t\tremoveAllClientThreads();\n\t\tSwingUtilities.invokeLater(() -> {\n\t\t\tJOptionP...
[ { "docid": "f4ae8f92e8b4ef5bd876172a64d8f987", "score": "0.8002419", "text": "public void disconnectAll() {\n for (GameServerThreads thread : clients) {\n disconnect(thread.getPlayerNumber());\n }\n }", "title": "" }, { "docid": "679630c5cdcfdda520028e15b369beee",...
6548a55f1856562cbcaf681dd4f20bc9
presents a dialog/ activity to set the necessary parameters of the Generator returns false if the parameters weren't correctly set, true otherwise
[ { "docid": "3378544f0112449e3949ed3ad70cfcb8", "score": "0.52471113", "text": "public abstract boolean setParameters(Activity myActivity);", "title": "" } ]
[ { "docid": "cc2b706763ae2fca9953dfb2a9efddd0", "score": "0.62019026", "text": "private boolean verificarCamposGenero() {\n\t\tif (textFieldNombreGenero.getText().trim().equals(\"\")) {\n\t\t\tUtilidades.mostrarMensaje(\"Complete el campo\", \"Por favor el nombre del genero.\");\n\t\t\treturn false;\n\t\...
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": "fb7133920c77adbe81ed90deadc1e603", "score": "0.75932914", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException{\n if (...
d76ef88b88ff30a363ca3fa73705faad
Pie Chart Section Names
[ { "docid": "fcf4e072d375f31ccb48615847e6e48b", "score": "0.5849612", "text": "private void openChart() {\n String[] code = new String[] { \"Arts & Entertainment\", \"Business\",\n \"Computers & Internet\", \"Culture & Politics\", \"Gaming\", \"Health\", \"Law & Crime\",\n ...
[ { "docid": "2748fc8cf44227e6e0cc5af4977c8a8a", "score": "0.6456021", "text": "public void pieChart(){\n\n pieChart.setDragDecelerationFrictionCoef(0.99f);\n\n pieChart.setDrawHoleEnabled(false);\n pieChart.setHoleColor(Color.WHITE);\n pieChart.setDrawEntryLabels(false);\n ...
1d1cc47f577314b500c8a9d83a849bee
/ JADX DEBUG: Failed to insert an additional move for type inference into block B:93:0x022f
[ { "docid": "e0a869091f0912ee200d46098b4f591e", "score": "0.0", "text": "public final void b(XmlPullParser xmlPullParser, AttributeSet attributeSet, Menu menu) {\n char c2;\n char c3;\n ColorStateList colorStateList;\n W31 w31 = new W31(this, menu);\n int eventType = xm...
[ { "docid": "b398eca40705ae7789fe009bfae79e4a", "score": "0.6035805", "text": "protected abstract void mo4021a(C2918d<T> c2918d);", "title": "" }, { "docid": "ec01799986e1c1f7aefe77f8d307df6f", "score": "0.5925418", "text": "AnonymousClass1OptionalBox(java.util.function.BinaryOperator...
dbd5dcea7a3d85c382d74e0ea8f7329f
int value = 100 / 0;
[ { "docid": "66ba189a21434021173da392a9504ca5", "score": "0.0", "text": "@SuppressWarnings(\"unused\")\n\t@GetMapping(\"/index\")\n\tpublic String index() {\n\t\tInteger value = Integer.parseInt(\"10x\");\n\n\t\treturn \"index\";\n\t}", "title": "" } ]
[ { "docid": "54c3e5b25a96b31a5e1f9cedfbb504ce", "score": "0.6883831", "text": "void m(){ \r\n\t\t int data=50/0; \r\n\t\t }", "title": "" }, { "docid": "428855f033aff2a75c3c554f92dbfb8f", "score": "0.6799463", "text": "public void divide(int value) {\n\n\t}", "title": "" }...
3c20adefcc0352b2483d16453c17b1d2
setter dei Danari del giocatore
[ { "docid": "5d42c96c8434c8131d126ae4f1316e76", "score": "0.0", "text": "private void setPlayerDanariAmount(Integer playerDanariAmount){\r\n\t\tthis.playerDanariAmount = playerDanariAmount;\r\n\t}", "title": "" } ]
[ { "docid": "f405a2f0745b2ceedb0631815449d4f3", "score": "0.694111", "text": "public void setPensiones_Gracia(int param){\n \n this.localPensiones_Gracia=param;\n \n\n }"...
0024ea2a9b7ebb08641c408c03021a37
Add a tower to the game.
[ { "docid": "12533d6093f9a63542715c20908dfcc6", "score": "0.7325027", "text": "public synchronized void add(Tower t) {\n towers.add(t);\n }", "title": "" } ]
[ { "docid": "0e12275626e2de04ba90d2514ba3e42d", "score": "0.6207951", "text": "@Test\r\n\tpublic void testAddToTower() {\r\n\t\tBoard b=Board.getInstance();\r\n\t\tBoard.initializeBoard();\r\n\t\tShape shape= new Shape(Type.O);\r\n\t\tb.newShape(shape);\r\n\t\tb.setPieceOnGoing(\":\");\r\n\t\tb.setShapeP...
246950f355e098445a261771286f22f5
Save the state so that next time we know if we need to refresh data.
[ { "docid": "8a72ccf29d27dedba03c52f23b5c0aca", "score": "0.0", "text": "@Override\n protected void onSaveInstanceState(Bundle outState) {\n outState.putBoolean(Constants.SHOULD_LOAD_DATA_FROM_REPO_KEY, mAddEditCarPresenter.isDataMissing());\n super.onSaveInstanceState(outState);\n }"...
[ { "docid": "9ac7d81542bf6da436cf70eb34da9a28", "score": "0.80501854", "text": "public void saveState() {\n\t}", "title": "" }, { "docid": "9ac7d81542bf6da436cf70eb34da9a28", "score": "0.80501854", "text": "public void saveState() {\n\t}", "title": "" }, { "docid": "9ac7d8...
4331b7f58497e784af783df668ce50fd
/ renamed from: c
[ { "docid": "23abec8a9cd6f7dc8c7debffab3ac414", "score": "0.0", "text": "public AnimatableIntegerValue mo10540c() {\n return this.f5093c;\n }", "title": "" } ]
[ { "docid": "1e50fdc0a079e9ccff8941a7c9d7b183", "score": "0.66310865", "text": "@Override\n\tpublic void c() {\n\t\t\n\t}", "title": "" }, { "docid": "020d8fba1f0c85979a1543be1a848ce9", "score": "0.65459764", "text": "public void c() {\n\t\t\r\n\t}", "title": "" }, { "doci...
783e499b672d230dcaa8f3ce08e423e9
Creates new form CookView
[ { "docid": "4986ba174c0daf06da36fa7c72bdc68b", "score": "0.553677", "text": "public CookView() {\n initComponents();\n VegList.removeAll();\n NonvegList.removeAll();\n OthersList.removeAll();\n addcomponent();\n }", "title": "" } ]
[ { "docid": "1c17179ed9c703200f8e19a6589399e4", "score": "0.62143403", "text": "@Override\n public void onClick(View view) {\n m_Controller.ShowNewRecipeDialog();\n //CreateNewRecipe();\n }", "title": "" }, { "docid": "a345edc128073c57d473f7...
76c5fa311e97b2f170cd15571a9d4b92
PUBLIC: This method is called when a finer level message needs to be logged. The message will be translated
[ { "docid": "d688fee910f4b6ea002f9da98b9ad156", "score": "0.0", "text": "public void finer(String message);", "title": "" } ]
[ { "docid": "22276033de9ca7d00e72ed9cf17d90f4", "score": "0.6547056", "text": "@Override\n\t\t\tpublic void newMessage(String level, String message) {\n\n\t\t\t}", "title": "" }, { "docid": "5050a137c4b25ee54f7b24fb7969c22d", "score": "0.6468102", "text": "@Override\n\t\tpublic void h...
e8eca537b9d7630ae90edff0351e04b1
Insert New Employee For Deparment
[ { "docid": "3b8a232b77c760250500ea94a1dd7de4", "score": "0.69624835", "text": "int sqlNewEmployeeForDeparmentInsert(UserDepartment userDepartment);", "title": "" } ]
[ { "docid": "9e47d7343d3550ca88ceaae84380771c", "score": "0.77640027", "text": "public void insert(Employee newEmployee) {\n\t}", "title": "" }, { "docid": "78b1da8180e5190ed32dd8b13db30913", "score": "0.77092487", "text": "@Override\n\tpublic void insertEmployee() {\n\t\t\n\t}", ...
3f496552e555bed73c5ea39286328ab5
private FaceRecognizer faceRecognizer = createFisherFaceRecognizer(); private FaceRecognizer faceRecognizer = createLBPHFaceRecognizer()
[ { "docid": "86882de8b50168226da54cfd02e9d641", "score": "0.0", "text": "@Override\n protected EntityManager getEntityManager() {\n return em;\n }", "title": "" } ]
[ { "docid": "c41f9db847bb70a5f5a88437d7b10ffc", "score": "0.7631185", "text": "public FaceDetection() {\r\n\t\t// TODO: Leer\r\n\t}", "title": "" }, { "docid": "6eb7921f84396d84e627b94722160a93", "score": "0.66822994", "text": "@OnClick(R.id.btn_process_face)\n public void launchRe...
e694203cd3da23e9052a55c3452b966c
== below is a set of functions for solving sudoku ==//
[ { "docid": "5cde13e69e29074b20d834f96fc44d49", "score": "0.7532482", "text": "public boolean solveSudoku(char[][] board) {\n//\t\tint[][] Blank = new int[9][9]; // matrix for store the available blank spot and possible value\n//\t\tfor(int i=0;i<9;i++)\n//\t\t\tfor(int j=0;j<9;j++)\n//\t\t\t\tBlank...
[ { "docid": "7c66c176d00f06453de2bc7c25555053", "score": "0.7533394", "text": "public void solucionar() \r\n\t{\r\n\t\tString imagen = sudoku.solucionar();\r\n\t\tactualizarInformacion();\r\n\t\tactualizarImagen(imagen);\r\n\t\tJOptionPane.showMessageDialog( this, \"Has completado satisfactoriamente el S...
8f2bd0c63765faf4eb1b06855777b396
This method was generated by MyBatis Generator. This method corresponds to the database table itemstatusorderset
[ { "docid": "123337470bd7412740ad0fe0a885680c", "score": "0.5263821", "text": "int insertSelective(ItemStatusOrderSet record);", "title": "" } ]
[ { "docid": "0f8400c8ccf4b7a6e945843646fc0c90", "score": "0.6809099", "text": "ItemStatusOrderSet selectByPrimaryKey(Long id);", "title": "" }, { "docid": "4193f0475dda701316eae59d4d2cda26", "score": "0.60093045", "text": "public String getOrderStatus() {\n return this.orderStatus;...
a9f83d5c88abced22a72eff1935b104b
Construct a BLAST8HitRegion from scratch
[ { "docid": "24ac5e3799a05886ecc404e3e6a33c78", "score": "0.6125813", "text": "public BLAST8HitRegion(Genome genome, String chrom, int alignmentStart, \r\n \t\tint alignmentEnd, String name, char strand, \r\n \t\tdouble percentIdentity, int alignmentLength, int numMismatches, \r\n \t\tint numGap...
[ { "docid": "93dacf5d27b1d02e7a39c3690d9b5fe6", "score": "0.7031249", "text": "public BLAST8HitRegion(BLAST8HitRegion r) { \r\n \tsuper(r);\r\n \tthis.eValue = r.getEValue();\r\n \tthis.bitScore = r.getBitScore();\r\n }", "title": "" }, { "docid": "dfa5973e03b968044a8b54c2b62d68d6...
d1c967f1bfe9e63b64da31e69802f0f8
A test method. (Replace "X" with a name describing the test. You may write as many "testSomething" methods in this class as you wish, and each one will be called when running JUnit over this class.)
[ { "docid": "df38fd0ad90bcf5a77ff6afe5065935f", "score": "0.0", "text": "public void testHeapInsert() throws MyHeapException, ClassCastException{\n Heap<Integer> p = new Heap<Integer>();\n p.heapInsert(100);\n assertEquals((Integer) 100, p.heapDelete());\n }", "title": "" } ]
[ { "docid": "9715e1b6858bf417155c6a5fdbf01f6e", "score": "0.7431749", "text": "public void testGet()\n {\n\n }", "title": "" }, { "docid": "ac6a1b07119895a070e361e2a984cc5b", "score": "0.73552287", "text": "public void testGet() {\n }", "title": "" }, { "docid": "1f...
628203b269d50d8fa9d67b3f02ebe841
Remove the tag from the images present in the list.
[ { "docid": "c69e8811c7a7a2f593578f970a77bcc7", "score": "0.743794", "text": "public void update(Object tag_) { //remove specified tag from images in directory.\n String tag = (String)tag_;\n ImageList imgList = new ImageList(filer.getAllFilesInDir());\n ImageListIterator<Images> ite...
[ { "docid": "8d85d05e580726252006b0de56e81df1", "score": "0.7705931", "text": "public void removeTagFromImage(Tag tag) {\n if (currentTags.contains(tag)) {\n currentTags.remove(tag);\n }\n\n }", "title": "" }, { "docid": "7d3871fb5c9ea5982d04a06eb7b98b11", "score": "0.7159367"...
7a1dfa53b185c985677cdfd9f06fcbb4
if current is root or already visited
[ { "docid": "ec1d634262781f44eb78fd04ac377d3a", "score": "0.5847398", "text": "private boolean explore(int index){\n\t\t\tif(nodes.get(index).parentIndex == -1 || nodes.get(index).visited){\n\t\t\t\tnodes.get(index).visited = true;\n\t\t\t\treturn nodes.get(index).valid;\n\t\t\t}\n\t\t\t\n\t\t\tnodes.get...
[ { "docid": "c915591a866c2a0b96a922cb2e48d62d", "score": "0.6628705", "text": "boolean isRoot();", "title": "" }, { "docid": "c915591a866c2a0b96a922cb2e48d62d", "score": "0.6628705", "text": "boolean isRoot();", "title": "" }, { "docid": "c915591a866c2a0b96a922cb2e48d62d",...
ccec6f24b5efd0ec67b55b7bad1d02a0
Add your implementation here
[ { "docid": "766738d25d2fa02fceff4bc70d3508de", "score": "0.0", "text": "@Override\r\n\tpublic Student[] getStudentsWithMaxAvgMark() {\n\t\tStudent[] stus=new Student[students.length];\r\n\t\tint i=0;\r\n\t\tdouble[] marks=new double[students.length];\r\n\t\tfor(Student student:students){\r\n\t\t\t\r\n\t...
[ { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.70794845", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6957686", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "t...
51f35cd4907899481c66b98060294bd9
Setting AutListener to check if there is an existing user already
[ { "docid": "bb7416fd8f426692419a3e27a884f5de", "score": "0.0", "text": "public FirebaseAuth.AuthStateListener AuthListener(Activity activity) {\n this.mContext = activity.getApplicationContext();\n this.activity = activity;\n SharedPreferences settings = mContext.getApplicationConte...
[ { "docid": "fe2ea36c3f317b6a45d9c1667ab54c9a", "score": "0.7340126", "text": "private void onUserChecked() {\n btnContinueAsGuest.setEnabled(/*!userExists*/ true);\n }", "title": "" }, { "docid": "cbfa397826dfc9f0c1b97c4cbc4a0679", "score": "0.7153704", "text": "boolean has...
b748e0eeb195ed960f92c3bee5e3022a
End of additions The following was edited by HFH
[ { "docid": "355257e70add7fbbc166945d24e2a05e", "score": "0.0", "text": "public static void printDirectoryList() {\n\n String directoryName; // Directory name entered by the user.\n File directory; // File object referring to the directory.\n Scanner scanner; // For rea...
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.70084053", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "22f2421f5b9cc11d1699c42857b4dfe9", "score": "0.65049535", "text": "protected void mo1582st() {\n }", "title": "" }, { "d...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "dc86d6be46d9b8027da8f4db7d4357bf", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_movie, container, false);\n }", ...
[ { "docid": "7e52f54a51b60b2d92de2945e07553d5", "score": "0.67576385", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_list_data_packet, container, ...
ce53c71cc630ca8e1cbae165966abb00
Incremeta el total scoring
[ { "docid": "b1d8844a5bf799501239cf02b47afa69", "score": "0.0", "text": "@Override\n\tpublic mx.movistar.col.lead.model.Lead incrementTotalScoring(\n\t\tmx.movistar.col.lead.model.Lead lead, int increment) {\n\n\t\treturn _leadLocalService.incrementTotalScoring(lead, increment);\n\t}", "title": "" ...
[ { "docid": "ede1fd6943ac8dc4f03024038a42ea4e", "score": "0.7116806", "text": "@Override\r\n\tpublic int calculateScore()\r\n\t{\n\t\treturn 0;\r\n\t}", "title": "" }, { "docid": "3cc9c022397b0f80696829e1b357fe91", "score": "0.7064433", "text": "public int getScore() {\n if (sc...
4f6358dd9d08c54ea9e73903733c53c3
repeated .injective.exchange.v1beta1.CampaignRewardPool campaign_reward_pools_updates = 5;
[ { "docid": "914f6753eafee4da5cc1727431723300", "score": "0.5378866", "text": "public Builder setCampaignRewardPoolsUpdates(\n int index, injective.exchange.v1beta1.Exchange.CampaignRewardPool.Builder builderForValue) {\n if (campaignRewardPoolsUpdatesBuilder_ == null) {\n ensure...
[ { "docid": "6723fb1058a8d55032d1c15c41822499", "score": "0.7592327", "text": "injective.exchange.v1beta1.Exchange.CampaignRewardPool getCampaignRewardPoolsUpdates(int index);", "title": "" }, { "docid": "22d7eaf22d76744c2cfccb8a83917331", "score": "0.7248192", "text": "java.util.List...
d7c93acb04ed44ed7f4429e4244c7f5a
atribut untuk mendapatkan papan permainan dari suatu level
[ { "docid": "694c1d92da4865c7d2b68cdfc962cfdd", "score": "0.0", "text": "public Board getBoard() {\n return board.get(level - 1);\n }", "title": "" } ]
[ { "docid": "862991487da76fd65bda32498f8789cc", "score": "0.67215353", "text": "@Override\n\tpublic void mencariTunjanganMenikah() {\n\t\tdouble persen = 0;\n\t\tif(statusPerkawinan.equalsIgnoreCase(\"menikah\")) {\n\t\t\tpersen = 0.02;\n\t\t}\n\t\tsetTunjanganMenikah(persen*(gajiPokok+tunjanganPegawai))...
de01a621cbb0ab3faf17badd549c977e
This method was generated by MyBatis Generator. This method returns the value of the database column platform_order.order_pay_amount
[ { "docid": "48de9945624e6ed81e5e1638871d93da", "score": "0.6701733", "text": "public BigDecimal getOrderPayAmount() {\n return orderPayAmount;\n }", "title": "" } ]
[ { "docid": "8b87d761b304019a9960a9fe5e2b5017", "score": "0.6331511", "text": "public Long getOrderAmount() {\n return orderAmount;\n }", "title": "" }, { "docid": "a4a3c942bf1ce71461be1f87446a262f", "score": "0.60505044", "text": "public BigDecimal getOrderAmount() {\n ...
fee7bbd80244177bd629aa019db73dd4
$ANTLR end "rule__XMemberFeatureCall__Group_1_1__1__Impl" $ANTLR start "rule__XMemberFeatureCall__Group_1_1__2" ../org.eclipse.xtext.idea.example.entities.ui/srcgen/org/eclipse/xtext/idea/example/entities/ui/contentassist/antlr/internal/InternalEntities.g:8082:1: rule__XMemberFeatureCall__Group_1_1__2 : rule__XMemberFe...
[ { "docid": "32dc54262669ae0ff78c2ef61ca57a47", "score": "0.78559566", "text": "public final void rule__XMemberFeatureCall__Group_1_1__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipse.xtext.idea.example.entities....
[ { "docid": "9a3b6e9b8ee10d6d7c09175e78fe89ef", "score": "0.8104928", "text": "public final void rule__XMemberFeatureCall__Group_1_1_1__2__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipse.xtext.idea.example.en...
3530ace8d67904c0669f21d0126fb57a
Gets the current number of records that have been harvested by this harvester. This number increases as the harvest progresses.
[ { "docid": "988e33dad18d6d5fd7f6d0fdddaa8644", "score": "0.8087837", "text": "public int getNumRecordsHarvested() {\n\t\treturn recordCount;\n\t}", "title": "" } ]
[ { "docid": "3ed77732fc401dbf20a70f366b74da44", "score": "0.7051685", "text": "public int getRecordsCount() {\n return records_.size();\n }", "title": "" }, { "docid": "715816fa0e776740e40ad68165fedf50", "score": "0.704632", "text": "public int recordsCount()\n\t{\n\t\treturn ...
c0a00c33ec0c135a000157948d0e3d5a
Used by call order type .com.consorsbank.module.tapi.grpc.OrderType order_type = 11;
[ { "docid": "90fae1ea5c08079f547027e475fa8655", "score": "0.6969274", "text": "public int getOrderTypeValue() {\n return orderType_;\n }", "title": "" } ]
[ { "docid": "9af081ce2f5dcd2442c73c0f5d4f6994", "score": "0.75867", "text": "public void setOrderType(Byte orderType) {\n this.orderType = orderType;\n }", "title": "" }, { "docid": "7ee9da2737fbf1a3ef64a966f36d15fc", "score": "0.7353498", "text": "public void setOrderType(I...
2f2e5d59b109ee96ed586594556fe1fe
This method was generated by MyBatis Generator. This method sets the value of the database column weixin_news.news_id
[ { "docid": "03a55ce6424bb0ae459be3f1f14dd05b", "score": "0.7581941", "text": "public void setNewsId(Long newsId) {\n this.newsId = newsId;\n }", "title": "" } ]
[ { "docid": "6afb5bebbca56a17969d9bc270bf4b85", "score": "0.7886107", "text": "public void setNewsId(Integer newsId) {\n this.newsId = newsId;\n }", "title": "" }, { "docid": "e5be8e1aa7a384058be482ea969e9b51", "score": "0.71212894", "text": "public Integer getNewsId() {\n ...
078929d3bbbf7e3a47ce55561e58a1d5
This test makes a getVersionRPC call, but the DummyStorageServer is going to respond little slowly. We will assert that we are still in the GETVERSION state after the timeout.
[ { "docid": "c9c4c3af42ea20b7e7f29145bdd63503", "score": "0.8006511", "text": "@Test\n public void testGetVersionAssertRpcTimeOut() throws Exception {\n final long rpcTimeout = 1000;\n final long tolerance = 100;\n OzoneConfiguration conf = SCMTestUtils.getConf();\n\n try (EndpointStateMachi...
[ { "docid": "f1c0debbfec1c9d47e7dac9d8cb4033b", "score": "0.72498995", "text": "@Test\n public void testGetVersion() throws Exception {\n try (EndpointStateMachine rpcEndPoint =\n createEndpoint(SCMTestUtils.getConf(),\n serverAddress, 1000)) {\n SCMVersionResponseProto respons...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3fd8ecb367f5b2ee331300fde3dcb0ec", "score": "0.0", "text": "@Override\n\tpublic void resetView() {\n\t\tsetVisibility(View.VISIBLE);\n\t\tscrollTo(0, 0);\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
2f5a9c002f7cc2139b19df075a0507ac
Create a new XorPredicate.
[ { "docid": "7a043c4ff640f4409c28afbc7382406e", "score": "0.74647665", "text": "public XorPredicate(Predicate p1, Predicate p2) {\r\n super(p1, p2);\r\n }", "title": "" } ]
[ { "docid": "07ceb746d2b85226158ca2aa262d457c", "score": "0.84395576", "text": "public XorPredicate() {\r\n }", "title": "" }, { "docid": "3043e6cde78bbd098a1c9ca08be692cd", "score": "0.7421237", "text": "public XorPredicate(Predicate p1) {\r\n add(p1);\r\n }", "title...
0d9ab19f2d92ff38201247a4b21b001c
Destroy method for closing entity manager.
[ { "docid": "a56da91c17bd91b10c157238e0d61890", "score": "0.72504157", "text": "@PreDestroy\n public void closeRepository() {\n\n //Close entity manager\n this.em.close();\n\n }", "title": "" } ]
[ { "docid": "98cc753fc7a5ddbb11d70b51ebfb25a0", "score": "0.70834285", "text": "@Override\n\tpublic void closeEntityManager() {\n\t\tJPAUtil.closeEntityManager();\n\t}", "title": "" }, { "docid": "ec470148d6ad85792479f1045e7292e9", "score": "0.695126", "text": "public void destroy() {...
f4512145563e2e88e60f83594c179c3a
Create a new view, which defines the UI of the list item
[ { "docid": "bd152519e88681e88c530ae054fe01de", "score": "0.0", "text": "@Override\n public ViewHolder onCreateViewHolder(ViewGroup viewGroup, int viewType) {\n View view = LayoutInflater.from(viewGroup.getContext())\n .inflate(R.layout.view_experiment_post_item, viewGroup, false...
[ { "docid": "a439f72e4dfe3a9dc66ad8892fde65b8", "score": "0.7070542", "text": "ListItem createListItem();", "title": "" }, { "docid": "65f6c7266ed52de82035c0f0a957e1a6", "score": "0.70375216", "text": "@Override\n protected Object creaItem(Class<? extends AViewList> viewClazz) {\n ...
044f2be7da4ca39f5263374231978efe
Failures that can happen using PassiveFaceLiveness's SDK
[ { "docid": "482583c2d238f59371bcc76079df5569", "score": "0.7700626", "text": "private void postPassiveFaceLiveness(PassiveFaceLivenessResult passiveFaceLivenessResult) {\n\n if (passiveFaceLivenessResult != null) {\n com.combateafraude.passivefaceliveness.output.failure.SDKFailure sdkF...
[ { "docid": "b1e6387183c97e6e0384cee6e5535b34", "score": "0.66133374", "text": "public void passiveFaceLiveness(View view) {\n\n com.combateafraude.passivefaceliveness.input.PreviewSettings previewSettings = new com.combateafraude.passivefaceliveness.input.PreviewSettings(\n true,\n...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "cff8d9b4545524a52da49f19df04cc87", "score": "0.0", "text": "public void mo6146a(List<C1227c> list, List<C1227c> list2) {\n for (int i = 0; i < list2.size(); i++) {\n C1227c cVar = (C1227c) list2.get(i);\n if (cVar instanceof C1239n) {\n this.f4616j...
[ { "docid": "ea653814105676b3aa0fd0c45766e6db", "score": "0.6285023", "text": "@C4056a\n /* renamed from: a */\n public abstract void mo17535a(@C0193h0 A a) throws RemoteException;", "title": "" }, { "docid": "943c68e245d857d7dbc5516eee1106d7", "score": "0.61489946", "te...
ca205831a60e3c7cbea2e2abc23d63d1
Sets object for which contract is built
[ { "docid": "6a6cbcb45aeaf262a514c7975b943783", "score": "0.50182724", "text": "public void setObjectContext(MBObject object) throws WSDLBuilderException {\r\n\t\ttry {\r\n\t\t\tMBProcedure tmp = new MBProcedure(object.getOID());\r\n\t\t\tif (tmp.isValid()) {\r\n\t\t\t\tthis.procedure = tmp;\r\n\t\t\t} e...
[ { "docid": "7dca6ad6c5da15f218ba3860199964fb", "score": "0.68088657", "text": "public ActBean setContractBean(ActBean pObject,ContractBean pObjectToBeSet)\n {\n pObject.setContractid(pObjectToBeSet.getContractid());\n return pObject;\n }", "title": "" }, { "docid": "c0027...
5237334ca3cf866af85bcdcda6f4f9e4
Encodes the byte array to integer. Note: implementation doesn't check for ArrayIndexOutOfBounds
[ { "docid": "dcb6e8005ad9b9ba13bd83b28e5a6b71", "score": "0.6672763", "text": "public static int encodeBytesToInteger(final byte[] bytes, int bytesOffset) {\r\n return ((bytes[bytesOffset++]) << 24) + ((bytes[bytesOffset++] & 0xff) << 16) + ((bytes[bytesOffset++] & 0xff) << 8) + (bytes[bytesOffset] & ...
[ { "docid": "26f5a98192e075d9ffed8547957c2b43", "score": "0.7000825", "text": "public static int[] byteToInt(byte [] arr) {\n\t\tint[] ret = new int[arr.length];\n\t\tfor(int i = 0; i < arr.length; i++){\n\t\t\tret[i] = arr[i] + 128;\n\t\t}\n\t\treturn ret;\n\t}", "title": "" }, { "docid": "2...
e5da1532c8ea64e8ab38e3d8ad40a1af
Create and start and interactive query server
[ { "docid": "7c1d73c6ad91a6fd96614e59f1c3008b", "score": "0.70778847", "text": "private InteractiveQueryServer startInteractiveQueryServer(int port, TBaseProcessor processor) {\n return createInteractiveQueryServer(port, processor).start();\n }", "title": "" } ]
[ { "docid": "db0540716711ac2f02820ab58669d596", "score": "0.6691639", "text": "private InteractiveQueryServer createInteractiveQueryServer(int port, TBaseProcessor processor) {\n interactiveQueryServer = Optional.of(new InteractiveQueryServer(port, processor));\n return interactiveQueryServ...
35b141ce79ad3af83f2f7151795035cc
This returns a notyetHTMLencoded protocol URL. You may want to encode it with XML.encodeAsHTML(url)
[ { "docid": "19be76b18e534509e80067668b79ee15", "score": "0.5829807", "text": "public static String protocolUrl(String tErddapUrl, String protocol) {\n return tErddapUrl + \"/\" + protocol + \n (protocol.equals(\"files\")? \"/\" : \"/index.html\") +\n (protocol.equals(\"table...
[ { "docid": "c328a7ecf07a32d5cd35ec73161b8af9", "score": "0.6832502", "text": "public String encodeURL(String url);", "title": "" }, { "docid": "bf1c09ada12ae7717febcff01a280ee0", "score": "0.66148436", "text": "java.lang.String getURL();", "title": "" }, { "docid": "83eed...
4cadd706b981a6a773701874f18b40e7
This functional interface has some preset visibilities which you can use to specify how your advancements are revealed. NOTE: If an advancement is invisible, all children are inherently invisible.
[ { "docid": "9df6049610025f25a02b7165104f8bb2", "score": "0.6419589", "text": "@FunctionalInterface\npublic interface AdvancementVisibility {\n\n /**\n * @return Whether the advancement is visible to the player\n */\n boolean isVisible(@NotNull Advancement advancement, @NotNull Player playe...
[ { "docid": "e740cc8a200fdce11da61eced293ea63", "score": "0.6288117", "text": "private void setVisibilities() {\n\t\tclose.setVisibility(View.VISIBLE);\n\t\tavatar.setVisibility(View.GONE);\n\t\tmerchant_underline.setPaintFlags(Paint.UNDERLINE_TEXT_FLAG);\n\t\thelp_underline.setPaintFlags(Paint.UNDERLINE...
7af378d4c28a1663de1012676ccef35b
Set the gyroscope sensitivity. This service will not send a UDP packet unless at least one of the gyro readings exceeds this value in magnitude.
[ { "docid": "5e2bd43beac6ebb5184048ef55e4605e", "score": "0.7524391", "text": "public static void setGyroSensitivity(double sensitivity) {\n _sensitivityGyro = (float) (sensitivity * 32768.0 / SCALE_GYRO);\n }", "title": "" } ]
[ { "docid": "d52e39582935d45eef9f838ee2d41dc4", "score": "0.7120802", "text": "public static double getGyroSensitivity() {\n return _sensitivityGyro * SCALE_GYRO / 32768.0;\n }", "title": "" }, { "docid": "2d9c1427f23dc0305e8cc61a766d3ee7", "score": "0.6777582", "text": "pub...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "92b975d024ec5b4224e14b293c6fc945", "score": "0.0", "text": "@Override\r\n\t\t\t\tpublic void onAnimationFinished(AnimatedSprite pAnimatedSprite) {\n\t\t\t\t\tBeeGameActivity.mGame.runOnUpdateThread(new Runnable() {\r\n\r\n\t\t\t\t\t\t@Override\r\n\t\t\t\t\t\tpublic void run() {\r\n\t\t\t\t\t...
[ { "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...
763a84f270aebf4c5a0dd1d3df4dc2ef
repeated .TSP.Path.Element elements = 1;
[ { "docid": "afa95f9b543dee47ae15e41777ef739f", "score": "0.0", "text": "public Builder setElements(\n int index, org.techforumist.keynote.proto.TSP.TSPMessages.Path.Element.Builder builderForValue) {\n if (elementsBuilder_ == null) {\n ensureElementsIsMutable();\n eleme...
[ { "docid": "cc5d55a87ca26055d81992a16e145cce", "score": "0.64991784", "text": "org.techforumist.keynote.proto.TSP.TSPMessages.Path.Element getElements(int index);", "title": "" }, { "docid": "8402d0539f6578bbb9d28cd8d084b42b", "score": "0.5661475", "text": "java.util.List<org.techfor...
e1f2ce38ddd57b16721dea86f4a49af5
/ This call is triggered by execution of queries or commit
[ { "docid": "18822f4794956a5c4df22ec0f658f5ec", "score": "0.0", "text": "@Override\n public void preFlush(Iterator entities) {\n List<PersistenceListener> listeners = null;\n while (entities.hasNext()) {\n Object entity = entities.next();\n if (entity instanceof Per...
[ { "docid": "f5f9f3f92d00a1d43a9e5958a517649a", "score": "0.7193388", "text": "@Override\n public void commit() {\n }", "title": "" }, { "docid": "8e6c0be5ca2896d1631c6194d32c8193", "score": "0.71179086", "text": "@Override\n\tpublic void commit() {\n\n\t}", "title": "" },...
bf8c84364223bc09d0f4ffeef6f76f3e
method to load: read in file and set states as 1 and 0 accordingly
[ { "docid": "61d9d1f09428c805169a59fabcb09aa7", "score": "0.767749", "text": "public void load(){\n\t\tint count = 0,i=0,j=0,allcount=0;\n\t\tString textinput = null;\n\t\ttry {\n\t\tBufferedReader reader = new BufferedReader(new FileReader(filename));\n\t\t\n\t\t// read file into String\n\t\twhile(reade...
[ { "docid": "8f2fdf384ac94392171d1c3939a79427", "score": "0.7644894", "text": "public void loadState(String filename) {\n \t}", "title": "" }, { "docid": "83399b6d9a66954e8cb638d3182bc1bc", "score": "0.7560575", "text": "public void loadStates() throws IOException {\n\t\tList<String> ...
7df4767f31df6c1927bc11d83d59cb38
Returns the value of the 'Regex' attribute. If the meaning of the 'Regex' attribute isn't clear, there really should be more of a description here...
[ { "docid": "196e67dc01d08f3f5dba6faa9c29b871", "score": "0.79741013", "text": "String getRegex();", "title": "" } ]
[ { "docid": "a94d84b8bae871159643b458d7c33318", "score": "0.817427", "text": "public String getRegex() {\n return getPropertyAsString(REGEX);\n }", "title": "" }, { "docid": "c52cdff4a273443e0c21f92f7aac1ea4", "score": "0.8163085", "text": "public String getRegex()\n {\...
64d01aaac57fd82d6edb29f6be1b6727
Assert that if no one is selected: 1) the price is 0 2) warning message appears 3) continue button is disabled
[ { "docid": "5c7bf8d7982d7ff4d3a9c1b0669211f1", "score": "0.66307104", "text": "@Test\n public void zeroPeopleZeroPrice() {\n WebElement adultDecrementElement = personPickPage.getAdultDecrementElement();\n adultDecrementElement.click();\n\n int finalPrice = personPickPage.getPrice...
[ { "docid": "de50235cccfec37dd827f9216b1abdfb", "score": "0.68146765", "text": "public void edit_new_ppv_with_invalid_price() \n\t\t\t {\n\t \t\t SoftAssert sAssert = new SoftAssert();\t\n\t \t\t Catalog.click();\n\t\t\t \tppvsubmenu.click();\n\t\t\t \tclicking_on_edit_of_one_ppv1.click...
00f53b6158a5ef218dd54d0a22e138dd
repeated .TSP.Point points = 2;
[ { "docid": "0626a5511452e5f8e6357cd2e5bd2fd6", "score": "0.0", "text": "int getPointsCount();", "title": "" } ]
[ { "docid": "16161e6b608a586147d1e813dc27dedf", "score": "0.60611355", "text": "org.techforumist.keynote.proto.TSP.TSPMessages.Point getPoints(int index);", "title": "" }, { "docid": "ad074f01de46cee58f6304fc5c09b840", "score": "0.5988153", "text": "public static void main(String args...
094d1959b9e1e1cc21f44c7e550a33f7
/ Add item to the end of the list
[ { "docid": "91f637d6b61a752d8a2a8913aad54da8", "score": "0.695467", "text": "public void addLast(T item){\n Node temp = new Node(headNode.prev, item, headNode);\n headNode.prev = temp;\n temp.prev.next = temp;\n size++;\n }", "title": "" } ]
[ { "docid": "ec85b645ef03513b2bc576091b463d9b", "score": "0.79313767", "text": "@Override\n public void addLast(T item) {\n if (size >= items.length) {\n resizeItems(items.length * 2);\n }\n items[(start + size) % items.length] = item;\n size = size + 1;\n }",...
fcc6471291b3f413b50f13532a41a3c0
This function is used when modifying an already written value.
[ { "docid": "624d8985646dcacea12d113f88ddaa4c", "score": "0.0", "text": "private void writeDeltaValueAtOffset(int delta, int locationOffset,\n int locationSize) {\n if(requiresFourBytes(delta)) {\n data[locationOffset] = (byte)(delta & 0xFF);\n ...
[ { "docid": "5ff0255bb2f1aa9a5249815a92f1ea68", "score": "0.67851555", "text": "private void writeModified(boolean value) {\n array[0] = value ? (byte) 1 : (byte) 0;\n }", "title": "" }, { "docid": "f4522d48b49f8d9275f1c9f815ff47b7", "score": "0.6747946", "text": "@Override\...
4637f790d30de975d4d22d622c9f65c5
Asserts that the test project build output indicates a success.
[ { "docid": "be4c8138e744f3fbbbff93be1c90d485", "score": "0.7463661", "text": "static void assertBuildSuccess(BuildResult buildResult, String taskName, String successMessage) {\n BuildTask classesTask = buildResult.task(\":classes\");\n BuildTask jibTask = buildResult.task(\":\" + taskName);\n\n ...
[ { "docid": "23b4aaadde3b0ec4f690cfbf725b3301", "score": "0.6942264", "text": "public void checkTestSuccess() {\n\n\t}", "title": "" }, { "docid": "8a2ba5fd7be8627f9c92ba39f3a71d7f", "score": "0.6901965", "text": "@Test\n public void success() {\n XUnit.TestsResult res = XUnit.run...
c232fc755a494343c391c0f89b0e90fb
Sets the person to be edited in the dialog.
[ { "docid": "1d066d5a0eac95a8102a1ecbf6358fd4", "score": "0.0", "text": "public void setClient(Client client) {\r\n this.client = client;\r\n\r\n nombreField.setText(client.getNombre());\r\n apellidosField.setText(client.getApellidos());\r\n noVentasField.setText(Integer.toStr...
[ { "docid": "fefcfe4f317602bba88badaf707f8466", "score": "0.7096372", "text": "public void setPerson(Person person){\n this.person = person;\n \n familynameTextField.setText(person.getFamilyname());\n firstnameTextField.setText(person.getFirstname());\n dateofbirthTextF...
505a95414c5e04c1af57f479cafc1c8d
Filter out empty lines and empty comments, perform platform adaptations
[ { "docid": "33c6424300186105a70cd57b31f5bfaa", "score": "0.0", "text": "public void doFilter(ServletRequest request, ServletResponse response,\n FilterChain chain) throws IOException, ServletException {\n \n if (!(request instanceof HttpServletRequest)) {\n chain.doFi...
[ { "docid": "960815b23240eea722a7fb39efc2aaa5", "score": "0.6160132", "text": "public void stripComments() {\r\n if (command.contains(\"//\")) {\r\n command = command.substring(0, command.indexOf(\"//\"));\r\n }\r\n command = command.replace(\"\\n\", \"\");\r\n comm...
fe1bcb9f090246291884bf251a2bae95
Get the End time of the Job
[ { "docid": "44a84eef546dacef48b117d23718565f", "score": "0.7238379", "text": "public Date getEndTime()\n\t{\n\t\treturn trigger.getEndTime();\n\t}", "title": "" } ]
[ { "docid": "c8b6ce067a8fe2ba154bfb1a8132a8ae", "score": "0.81730974", "text": "long getEndTime();", "title": "" }, { "docid": "c8b6ce067a8fe2ba154bfb1a8132a8ae", "score": "0.81730974", "text": "long getEndTime();", "title": "" }, { "docid": "c8b6ce067a8fe2ba154bfb1a8132a8...
50eac649c1ae01ebebe20ceb77482538
/ Set the value for configuration parameters.
[ { "docid": "295ac604ff3fa2aaa0196512b66b416a", "score": "0.0", "text": "private static void configureConsumer(String[] args) {\n\t\tProperties props = new Properties();\n\t\t// cause consumers to start at beginning of topic on first read\n\t\tprops.put(\"auto.offset.reset\", \"earliest\");\n\t\tprops.pu...
[ { "docid": "49d3eeb0c05e38106687f41e290c38b6", "score": "0.70773864", "text": "public void setParameter(String value);", "title": "" }, { "docid": "863917fabf94ecdb4fdd082953c01cb0", "score": "0.7031152", "text": "public void setParameter(String key,String value) throws FileNotFoundE...
d785fed4ce462dde1a9b83b188191443
/ Similar implementation to addition. Easier to do since there is only case where the element is added And that is only when both the row and column of the element is the same in both matrices
[ { "docid": "eb0fb3fca6ace98821ae838bc9f638f2", "score": "0.5607427", "text": "@Override\n\tpublic SparseM multiplication (SparseM otherM) {\n\t\tif (this.nrows() != otherM.nrows() || this.ncols() != otherM.ncols())\n\t\t\treturn null;\n\t\tif (this.cnrows() == 0)\n\t\t\treturn new LLSparseM(0, 0);\n\t\t...
[ { "docid": "5634c1302e0eb51dad1e811f7fe74c57", "score": "0.76278687", "text": "@Test\n public void failedTestingAdd() {\n int[][] a1 = { { 14, 9, 3 }, { 2, 11, 15 }, { 5, 2, 3 } };\n Matrix a = new Matrix(a1);\n\n int[][] a2 = { { 12, 2, 5 }, { 9, 10, 1 }, { 8, 5, -9 } };\n Matrix b = new M...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "f50d72ba1cabd1a211dd4c611f0de970", "score": "0.0", "text": "public final void mo62155a(C23820a aVar) {\n CollectionType collectionType;\n if (!C6307b.m19566a((Collection<T>) this.f63296d)) {\n for (MusicItemViewHolder musicItemViewHolder : this.f63296d) {\n ...
[ { "docid": "8c202bef975a1ce9b229619975cdce2f", "score": "0.6234015", "text": "public interface aacac {\n /* renamed from: a */\n void mo29386a(String str);\n}", "title": "" }, { "docid": "d9afe0b047b7674b49c3d401ac2542aa", "score": "0.62241286", "text": "public interface C4823a...
8d2b13d888060d9f2a20c83c86388413
The "modern" way to initialize Spark is to create a SparkSession although they really come from the world of Spark SQL, and Dataset and DataFrame.
[ { "docid": "f6473c13b81419d56e2f0b9432c036ee", "score": "0.46268386", "text": "public static void main(String[] args) {\n // The \"modern\" way to initialize Spark is to create a SparkSession\r\n // although they really come from the world of Spark SQL, and Dataset\r\n // and DataFrame.\r\n ...
[ { "docid": "2c564e6a001b9efc4e991bd7b0833621", "score": "0.6685633", "text": "@Before\n public void setUp() {\n spark = new TestSparkSession();\n jsc = new JavaSparkContext(spark.sparkContext());\n spark.loadTestData();\n }", "title": "" }, { "docid": "e1a06c45cb7eb4cee81921c2ac10...
1b72c50f4a00142b41ee9e439a4d4e46
Return the option description
[ { "docid": "e5245320e7fffeb4eabaf268e7dd3e23", "score": "0.8441553", "text": "public String getOptionDescription()\n\t{\n\t\treturn optionDescription;\n\t}", "title": "" } ]
[ { "docid": "8b1fbbfe6c41047874ac4322074828dd", "score": "0.77558106", "text": "public String getDesciption();", "title": "" }, { "docid": "596a3c74c1e7a8566ad9988ee37a336d", "score": "0.7232114", "text": "protected String getOption() {\n\t\tStringBuffer str = new StringBuffer();\n\t\...
9c3b1ff6c1e83fa2bc93bc37b797fa72
Check Calculator functionality (few test for positive/negative scenarios of main operations 10 tests will be enough)
[ { "docid": "118b7012e9bde1f60c4a905d07c5223a", "score": "0.628699", "text": "@Test //Positive\n public void checkCalculatorFunctionalitySumTest1() throws InterruptedException {\n long[] numbers = {1, 1, 100, 1000, 10000, 9999999};\n sum(numbers, \"10011101\");\n reset();\n }",...
[ { "docid": "bc0f792c2e206e251498b14ae81037b9", "score": "0.7556207", "text": "@Test\r\n public void validInputTest() throws CalculatorException \r\n {\r\n //tests the normal inputs\r\n Assert.assertEquals(9, Calculator.compute(new String[]{\"4\", \"+\", \r\n \"5\"}));\r\n ...
58c39af42ee10de84d9178fa4048f05e
Test case number: 43 /Coverage entropy=1.4689735339649
[ { "docid": "8fab2282d8f6e8a0d487686303059fbc", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test043() throws Throwable {\n StringReader stringReader0 = new StringReader(\"a<e+g{z+\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 1386, (-232));\n ...
[ { "docid": "b2a807d3076bd9789dc6f99fe8c0c34f", "score": "0.714834", "text": "@Test(timeout = 4000)\n public void test141() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluation...
7d7aa2f0df26207ba521c1d3415a1a57
Set the whole card as swipeable
[ { "docid": "8f5a2831232a7c511520d1dbcb47c075", "score": "0.73335105", "text": "@Override\n protected void initCard() {\n setSwipeable(true);\n setOnSwipeListener(new OnSwipeListener() {\n @Override\n public void onSwipe(Card card) {\n Toast.makeText(...
[ { "docid": "d859ae1729ad1dfcd771bd0a8651ef1c", "score": "0.73264897", "text": "@Override\n protected void initCard() {\n setSwipeable(true);\n\n setOnSwipeListener(new OnSwipeListener() {\n @Override\n public void onSwipe(Card card) {\n Toast.makeTex...
3fac092ac5dcf9ee42e6782dc51314e9
Verifie que le joueur peut bouger
[ { "docid": "af0c5ed1c20b6449d58ae323d58e2ace", "score": "0.0", "text": "public boolean playerCanMove() {\n\n\t\tif (!isFull()) {\n\t\t\treturn true;\n\t\t}\n\n\t\telse if (myGame.getLostStatut() == true) {\n\t\t\treturn false;\n\t\t}\n\n\t\telse {\n\t\t\tint i;\n\t\t\t// Mouvement vers le haut\n\t\t\tfo...
[ { "docid": "e002f5f3a3bb0571463ff951f3a51011", "score": "0.6708508", "text": "public boolean mangerBambou(){\n int nombreBambou = nbBambou;\n if(nombreBambou > 0){\n nbBambou--;\n return true;\n }\n return false;\n }", "title": "" }, { "do...
ab96275123b4cecceb15bfd3c25c1ea2
ObiektZad11.ArrayList m = new ObiektZad11.ArrayList();
[ { "docid": "00247cb50c58aa3dbcf94753767267b8", "score": "0.5940864", "text": "public Arraylist2a() {\n this.sum = sum;\n }", "title": "" } ]
[ { "docid": "c6c99501a9a132f485f25b5e0c410d84", "score": "0.7297518", "text": "public MyArrayList(){\r\n createList();\r\n }", "title": "" }, { "docid": "b4be17f7f250ceeb5c82426801ab679a", "score": "0.7184491", "text": "public ArrayListTest()\n {\n }", "title": "...
8eaa0c86af9d36735c48078143e61daa
Set the value related to the column: HOSPITAL_NAME
[ { "docid": "2888cb0098826e6c9713af65ea5b6159", "score": "0.5531476", "text": "public void setHospitalName (java.lang.String hospitalName) {\n\t\tthis.hospitalName = hospitalName;\n\t}", "title": "" } ]
[ { "docid": "f4cf5c0eb1df7c278e5f17e617ee0b56", "score": "0.5913447", "text": "public void setLife_Name(String Life_Name);", "title": "" }, { "docid": "65dcbc0db95c69dc2cf1a6e258762599", "score": "0.56896615", "text": "public void setHouseName(String originalHouseName){\n house...
24580cfff9937eeaeb72c8c692d94dab
Not used since we want a Timesheet object to be DIed to this class, and not just a Timesheet Id overloaded method to get timesheetrows for the specific timesheetId.
[ { "docid": "00eab11c96e4769c331366802fbcb669", "score": "0.71824545", "text": "public List<TimesheetRow> getAllTimesheetRows(int timesheetId){\n\t\treturn service.getAllTimesheetRows(timesheetId);\n\t}", "title": "" } ]
[ { "docid": "6b038222ef6654be095997cbe0247512", "score": "0.7300666", "text": "public List<TimesheetRow> getAllTimesheetRows(Timesheet timesheet){\n\t\tcurrentTimesheet = timesheet;\n\t\ttimesheetRowList = service.getAllTimesheetRows(currentTimesheet.getTimesheetId());\n\t\ttimesheetRowList.add(new Times...
86ab3b25b2950cec0139afa1723c5c5b
Return an object reference of the AGG_State with the int value specified. NOTE: if there is no matching reference null will be returned.
[ { "docid": "3943971bc57ed33c1170d35a5e7b79e7", "score": "0.7535733", "text": "public static AGG_State getReference( int i )\n {\n return( (AGG_State)( intHash.get( new Integer( i ) ) ) );\n }", "title": "" } ]
[ { "docid": "47f46841533331037402b893f9e0f846", "score": "0.6430966", "text": "public static AGG_State getReference( String s )\n {\n return( (AGG_State)( nameHash.get( s ) ) );\n }", "title": "" }, { "docid": "99572aa22b6a766cf939e48ed4555774", "score": "0.61113983", "text": "in...
abb33f85d76f7e8736e63ece06e7d531
databinding method to get an XML representation of this object
[ { "docid": "f2d3b662df981664da9bd1c1cf705bb0", "score": "0.0", "text": "public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)\n throws org.apache.axis2.databinding.ADBException{\n\n\n \n java.util.ArrayList elementList = new java...
[ { "docid": "e8e01405cbdc7e8bfc26bf89b5568b29", "score": "0.6843911", "text": "@Override\n\tpublic Object toXML() {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "b0e9b592ad8b2feda2c57830abb8794d", "score": "0.66853166", "text": "@Override\r\n\t\t\tpublic String toXml() {\n\t\t\t...
b4f2db92bc669ddd5d6782a727d14c2c
This method was generated by MyBatis Generator. This method sets the value of the database column t_report.report_tag
[ { "docid": "4af5c1a2b8d9ccfbca8e3e93c6daa70e", "score": "0.7385148", "text": "public void setReportTag(Integer reportTag) {\n this.reportTag = reportTag;\n }", "title": "" } ]
[ { "docid": "fc7dd56da1f3fd97b85f3f2ff9585fe4", "score": "0.63580424", "text": "public Integer getReportTag() {\n return reportTag;\n }", "title": "" }, { "docid": "3ecadf259dcd46e5bdb389f30494c241", "score": "0.5572713", "text": "public void setTag(String tag) {\n this.t...