query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
3d4a9392b63b76afd2eb0c928d4c1e20
Maximo de tres double sobrecarga mismo nombre para otro metodo
[ { "docid": "f6a3c42755a88787b464613b01915cf0", "score": "0.0", "text": "public static double maximo(double n1, double n2, double n3){\n\t\tdouble max = Math.max(n1, n2);\n\t\tmax = Math.max(max, n3);\n\t\treturn max;\t\t\n\t}", "title": "" } ]
[ { "docid": "9c1f0a68b67e14fe350606bff809690f", "score": "0.67383313", "text": "public double getMaximumDouble() {\n/* 255 */ return this.max;\n/* */ }", "title": "" }, { "docid": "564b971497aa39e3543543ce85e769ea", "score": "0.6593811", "text": "public double getMaxDoubleVa...
55a758c79838100e6bbc0278aaa9ebc8
Save the sensor data to be used in the game loop
[ { "docid": "308cf9a85da453f820f00ca7f86b0dbf", "score": "0.0", "text": "public void updateOrientation(float x, float y) {\n synchronized (mSensorPoint){\n mSensorPoint.x = x * super.velocity;\n mSensorPoint.y = y * super.velocity;\n }\n\n }", "title": "" } ]
[ { "docid": "eb611606f8599d4db1c3a9eb5570a894", "score": "0.61850345", "text": "public static void save() {\n \tFileOutputStream fh = null;\n \ttry {\n \t String path = System.getProperty(\"user.home\") + File.separator + \"SmartDashboard.serialized\";\n \t fh = new FileOutputStream(path);\n \t ...
e8022dcbecf2f7fbc11a5002989fa6d6
Check if location binding is in use for the given topology. This method returns true if a location binding resource with the id in the domain exists.
[ { "docid": "59f5df28f877381892f2036b4b15ad91", "score": "0.7742892", "text": "public boolean isLocationBindingUsage(Topology topology) {\r\n\r\n\t\tif (topology != null) {\r\n\t\t\tResource resource = topology.eResource();\r\n\t\t\tif (resource != null) {\r\n\t\t\t\treturn isLocationBindingUsage(resourc...
[ { "docid": "277b199c605fc3360f35c50db0356b17", "score": "0.76218146", "text": "public boolean isLocationBindingUsage(IFile topologyFile) {\r\n\r\n\t\tif (topologyFile != null) {\r\n\t\t\tIFile locationFile = resolveBindingFile(topologyFile);\r\n\t\t\tif (locationFile != null) {\r\n\t\t\t\treturn locatio...
738f9175bf3a582eb478dfb5ce0e967d
Creates new form Distribution
[ { "docid": "3d7b6a25adf4dbc07a8ae9bb4b41c752", "score": "0.0", "text": "public Distribution() {\n initComponents();\n try{\n Connection c = db.mycon();\n Statement s = c.createStatement();\n ResultSet rs1 = s.executeQuery(\"Select * from export_item order by ExportID D...
[ { "docid": "f3d4e3470a57e4ca2b96b9ba468388c7", "score": "0.5923661", "text": "Form createForm();", "title": "" }, { "docid": "f3d4e3470a57e4ca2b96b9ba468388c7", "score": "0.5923661", "text": "Form createForm();", "title": "" }, { "docid": "7e9f146299ed3f4903a1b7baa4659caf...
123f1ceaa5ea66e94ee5f34808a954ae
Il compratore invia anomalia e setta lo stato della notifica non letta per amministratore e venditore
[ { "docid": "7aebb0fc586dc33cc4f5cbe4f7cc43cc", "score": "0.0", "text": "public void InvioAnomalia(int orderStatus, String problemDescription, int orderid, int productid) throws SQLException {\n\n try (PreparedStatement stm = CON.prepareStatement(\"UPDATE ORDER_PRODUCTS SET buyerReadNot=1, sellerR...
[ { "docid": "19f97fae902bfffe97b778faf0131f5d", "score": "0.6489563", "text": "public void calcularEstado(){\r\n \r\n if(this.notaFinal>=7.0){\r\n this.estado = \"APROBADO\";\r\n }\r\n else if(this.notaFinal<=5.0){\r\n this.estado = \"REPROBADO\";\r\n ...
d2223261dd4c58189a303d14d4797f6e
An incoming or outgoing call has connected
[ { "docid": "ae01a4b4b9a7733e43fb6dcee9da7900", "score": "0.73798215", "text": "void\n onConnectedInOrOut() {\n mConnectTime = System.currentTimeMillis();\n mConnectTimeReal = SystemClock.elapsedRealtime();\n mDuration = 0;\n\n // bug #678474: incoming call interpreted as m...
[ { "docid": "b3f693a1aad43f147301ca1fc499c892", "score": "0.69602185", "text": "private boolean\n isConnectingInOrOut() {\n return mParent == null || mParent == mOwner.mRingingCall\n || mParent.mState == GsmCall.State.DIALING\n || mParent.mState == GsmCall.State.ALERTING;\...
fce1f213da216ba137c9b7b4b6bb772c
/ depth first traversal if graphs are disconnected; call dfs on every unvisited node
[ { "docid": "5b96bd0bdc13e21b65eb4f11977722e8", "score": "0.7761732", "text": "void dft(){\r\n for(int i=0;i<numberNode;i++){\r\n if(nodeList[i].visited==false){\r\n dfs(i);\r\n }\r\n }\r\n }", "title": "" } ]
[ { "docid": "ea816b9ac22a1341b1e4aa3a189b3bc1", "score": "0.75706816", "text": "void DFS()\n {\n HashSet<Integer> visited = new HashSet<>();\n for(int vertex =0; vertex<neighbours.size(); vertex++)\n {\n System.out.println(vertex);\n if(!visited.contains(vert...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "65c9ed928da165679616b1d9936a822e", "score": "0.0", "text": "@Override\r\n\tpublic void scale(Point vector, UnitChangeArgs e) {\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
6e14f83333708be640c575e19e392a51
/ Constructs a game map the map file to use for tiles game the game engine
[ { "docid": "b8628766fdb920622ab7533062bf8848", "score": "0.0", "text": "public Level(Game game, Map map, LevelViewport viewport)\n\t{\n\t\tthis.level = new Tile[map.getHeight()][map.getWidth()];\n\t\tthis.game = game;\n\t\tthis.map = map;\n\t\tthis.viewport = viewport;\n\t\t\n\t\tselection = new TileOve...
[ { "docid": "a2fa43a73d324677fb008e17f4bcc6d8", "score": "0.77364945", "text": "private void setupMap() {\n \tint[][] map = MapLoader.getMap(BOARD_SIZE, MAP_FILE);\n gameMap = new Tile[BOARD_SIZE][];\n for (int i = 0; i < BOARD_SIZE; i++) {\n gameMap[i] = new Tile[BOARD_SIZE];...
d2781a2021fe0471fc6a31fd3c93fa5e
Sends message to group.
[ { "docid": "0c1b3d1675797a296fcef1bed9f7724f", "score": "0.5982638", "text": "public Mono<WebPubSubResult> sendToGroup(String group, BinaryData content, WebPubSubDataType dataType,\n SendToGroupOptions options) {\n Objects.requireNonNull(group);\n ...
[ { "docid": "e64f22238ab1f72bd30376d2ff055caa", "score": "0.7380955", "text": "public void sendGroupMessage(int sender, Message m, String gname) throws RemoteException;", "title": "" }, { "docid": "687bb765961d8074a4165d017e1739ed", "score": "0.7367052", "text": "void sendMessageToUse...
181e2b04698b5bd56ef68fdc76eaf2ed
Return true if the element with given id exists.
[ { "docid": "8d6ecc7abeef99c5290dd94486c494e5", "score": "0.8290107", "text": "public boolean elementExists(String id) {\n Scanner scan = null;\n try {\n scan = getScanner();\n scan.setRange(Range.exact(id));\n scan.fetchColumnFamily(new Text(Constants.LABEL));\n return new Prop...
[ { "docid": "f364e799455ac311f7a4bce42048b4be", "score": "0.8910861", "text": "boolean hasElement (String id);", "title": "" }, { "docid": "b749fbf574dd4f4ce12418678aa768cb", "score": "0.8196722", "text": "public boolean elementWithIdIsPresent(final String id) {\n return isElem...
565f1ca6769c1a98e4f0d31737c1b50e
Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
[ { "docid": "552d082b36b006acc76f11f4f78f566a", "score": "0.0", "text": "public DeleteCollectionIngress timeoutSeconds(Number timeoutSeconds) {\n put(\"timeoutSeconds\", timeoutSeconds);\n return this;\n }", "title": "" } ]
[ { "docid": "e1bf947e3808fc796634d3681ef68c73", "score": "0.6731393", "text": "public int getInCallTimeout();", "title": "" }, { "docid": "1ae0379df154a89570db34792566d3fe", "score": "0.66949475", "text": "public void setInCallTimeout(int seconds);", "title": "" }, { "doci...
ba46a011b896e73f1fed55b514532054
This method tests divide method in IntFractions
[ { "docid": "b6b7c34923f6507a5be59a688e518fc5", "score": "0.7798295", "text": "public void testdivide(){\n num2=num2.divideThisBy(num3);\n assertEquals(\"The result should be 8\", num2, new IntFraction(8));\n }", "title": "" } ]
[ { "docid": "40dd2546ae90c473ee3fe448e3de3fe0", "score": "0.805413", "text": "@Test\n public void should_Return_Correct_Divide_Value() {\n Fraction dividend = new Fraction(1, 3);\n Fraction devisor = new Fraction(4, 3);\n Fraction expResult = new Fraction(3, 12);\n Fraction...
1f49a8a35dfc5f125bfb9bae3c98c14c
Returns true if the document content looks worthy of indexing, eg that it doesn't have a known signature
[ { "docid": "647ef6e34d2acf60e52f7ab682f72aca", "score": "0.70763904", "text": "public synchronized boolean isIndexable(String content) {\n\t\treturn signatures.add(CrawlerUtils.gentMD5Sign(content));\n\t}", "title": "" } ]
[ { "docid": "f6b91ea19f67b4fb21d5917003a1f93b", "score": "0.6587497", "text": "public abstract boolean hasIndexDefinitions();", "title": "" }, { "docid": "a86e54889eac995865b2cb29707ae866", "score": "0.64503545", "text": "boolean isIndexed()\n {\n return DirectoryReader.inde...
a28511fdf20964e7f10e472225c0880d
optional int32 couponType = 2;
[ { "docid": "0f3e5063f68fbdf62899eaa6c35d66e2", "score": "0.0", "text": "public Builder clearCouponType() {\n \n couponType_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "962974a099a03311107d0a7c859f1804", "score": "0.7468841", "text": "int getCouponType();", "title": "" }, { "docid": "5f4a56b91dca142c5889467c2b523b82", "score": "0.6789831", "text": "public int getCouponType() {\n return couponType_;\n }", "title": "" }, { ...
6de28a2f8c74157b8e447850874f8066
Parse the parameter related to budget
[ { "docid": "071d422dca7e268cbd7a817311b1e03d", "score": "0.66537416", "text": "private void parseBudgetParameter(String[] parameters) throws Exception\n\t{\n\t\tString[] values = getParameterValues(parameters, \"-b\");\n\t\tthis.budgets = asIntegerArray(values);\n\t\t\n\t\tif (this.budgets.length == 0)\...
[ { "docid": "588636e22d0b21130f38cc5542c54386", "score": "0.5769263", "text": "@Test\n public void parseBudgetValidInputSuccess() {\n SetBudgetParser setBudgetParser = new SetBudgetParser();\n String input = \"$1000 01/2019\";\n SetBudgetCommand setBudgetCommand = setBudgetParser....
ad1650fbd16d6cd93ae792860f9196ec
Gets a list of audio inputs.
[ { "docid": "8237f3c5a7b8cae06f14b9e54e8a2981", "score": "0.8699399", "text": "public List<AudioInput> getInputs()\n {\n return Collections.unmodifiableList(audioInputs);\n }", "title": "" } ]
[ { "docid": "dfc961b4a4063ec4622e3fba0c873bdc", "score": "0.6992936", "text": "java.util.List<com.clarifai.grpc.api.Input> \n getProbeInputsList();", "title": "" }, { "docid": "9fcfcf396e427088625aa2dc3f8d29ac", "score": "0.66873616", "text": "java.util.List<ubii.processing.Proce...
5fbcaf91dc7f16e3e7bce995b0f1e7ec
get list of files on the server
[ { "docid": "c8e018ef4f218d9af919d6f6682b591e", "score": "0.76171184", "text": "public static List<String> getFileList(String path){\n\t\tif(getProperties().containsKey(\"image.list.server.url\")){\n\t\t\ttry{\n\t\t\t\tURL url = new URL(getProperty(\"image.list.server.url\"));\n\t\t\t\tCommunicator comm ...
[ { "docid": "afcbe312ea87faa873e5655edd6ff126", "score": "0.8404041", "text": "public String getServerFileList() throws IOException {\n //open a connection\n Socket socket = new Socket(host, port);\n\n //send the request with the DIR directive\n BufferedOutputStream out = new ...
4eb3eb45a26b6283cd2824b369facd21
Removes all of the elements from this list
[ { "docid": "e14319915e75f92f961fa6e12e057d48", "score": "0.7032705", "text": "public void clear()\r\n {\r\n //clear the list of all elements\r\n head = null;\r\n size = 0;\r\n }", "title": "" } ]
[ { "docid": "8b62eaa0d88120364926e24056e53ee2", "score": "0.8118094", "text": "public void removeAllElements();", "title": "" }, { "docid": "1af947b4f2be9336538b29c191748504", "score": "0.7796868", "text": "public void clear() {\n Iterator it = toList().iterator();\n while (it.h...
ff3d741d89ec5a0dbccbd74496864356
Test case 2 for .equals
[ { "docid": "24cac984de27e3c16ee7e26637b72d20", "score": "0.70736235", "text": "@Test\n\tpublic void test_equals2() {\n\tTennisPlayer c1 = new TennisPlayer(11,\"Joe Tsonga\");\n\tTennisPlayer c2 = new TennisPlayer(521,\"Joe Tsonga\");\n\tassertFalse(c1.equals(c2));\n }", "title": "" } ]
[ { "docid": "274de1e3ff1a278fcb7f52eb8ac137c6", "score": "0.77367693", "text": "@Test\n public void testEquals_2() {\n LOGGER.info(\"testEquals_2\");\n final AtomString atomString = new AtomString(\"Hello\");\n final Atom atom = new AtomString(\"Hej\");\n final boolean actu...
b082f5e4eebbdb61916306a854113fe4
add Directory using relative path
[ { "docid": "58ba6c968bb8d0651645db0de2e42944", "score": "0.66365045", "text": "private Directory addDirRelativePath(Directory currentDir, String path) {\n\t\tString[] directoryList = path.split(\"/\");\n\t\tDirectory traversal = currentDir;\n\t\tfor (int i = 0; i < directoryList.length; i++) {\n\t\t\tif...
[ { "docid": "5f30f6760b5313d43e2344d26447462f", "score": "0.74628925", "text": "void addSearchPathDirectory(String path);", "title": "" }, { "docid": "b66e277b16928ebcaa1dd7584610f60b", "score": "0.67318654", "text": "@Test\n\tvoid relativeTest() {\n\t\tDirectory dir = new Directory()...
6bad0193c4f818c5a68419c838f4b75c
required int32 truckid = 1;
[ { "docid": "82e78f1679af84cbf7f1e835017fb52e", "score": "0.0", "text": "public boolean hasTruckid() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "title": "" } ]
[ { "docid": "5c6094ee1ab441e2f79eecb6b872827d", "score": "0.7462811", "text": "int getTruckid();", "title": "" }, { "docid": "5c6094ee1ab441e2f79eecb6b872827d", "score": "0.7462811", "text": "int getTruckid();", "title": "" }, { "docid": "5c6094ee1ab441e2f79eecb6b872827d",...
0ee3c20f5e1939bcf5d5986fbc500890
Returns the current state object.
[ { "docid": "e92846d19468c50c0fb051835ac46c6e", "score": "0.0", "text": "private SelectionToolState getToolState() {\n\t\treturn this.state;\n\t}", "title": "" } ]
[ { "docid": "09ecb8661b4bfd1c47d47a83c4e7c355", "score": "0.80894643", "text": "public CraftsmanState getCurrentState() {\n return state;\n }", "title": "" }, { "docid": "be9bf5ecaad8193f53aa45e59ed11d6a", "score": "0.80335706", "text": "public State getCurrentState() {\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "03a356f327c6263477f2682eb4c881bd", "score": "0.0", "text": "public static void main(String[] args) {\n\n\t\tint a = 10;\n\t\tint b = 20;\n\t\t\n\t\tSystem.out.println(\"Before swap\");\n\t\t\n\t\tSystem.out.println(a);\n\t\tSystem.out.println(b);\n\t\t\n\t\ta = a + b;\n\t\tb = a - b;\n\t\ta ...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
56733c4210f6e21e76cfb2cc1494f656
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
[ { "docid": "a4d5d88614df739c818695017fb05ade", "score": "0.0", "text": "public static _Fields findByThriftIdOrThrow(int fieldId) {\n _Fields fields = findByThriftId(fieldId);\n if (fields == null) throw new java.lang.IllegalArgumentException(\"Field \" + fieldId + \" doesn't exist!\");\n ...
[ { "docid": "70098c9fc190dda1fbf0c3dd82936905", "score": "0.75047946", "text": "public static _Fields findByThriftId(int fieldId) {\n switch(fieldId) {\n case 1: // I_MY_EDU_SECTION_DETAILS_REQUEST\n return I_MY_EDU_SECTION_DETAILS_REQUEST;\n default:\n retu...
147a7c3a20d7c259f394966bd6a7686d
============================================================================= ============ metodo para eliminar un campo de la tabla ======================
[ { "docid": "2a0eb7c977781149378f02a216312ce8", "score": "0.0", "text": "@RequestMapping(\"borrarCliente.htm\")\r\n public ModelAndView borrarCliente(HttpServletRequest request ){\r\n ModelAndView mav = new ModelAndView();\r\n int id = Integer.parseInt(request.getParameter(\"id\"));\...
[ { "docid": "97b962491a94782278c5cc24385db50f", "score": "0.7311315", "text": "@Override\r\n\tpublic void eliminar() {\n\t\t\r\n\t\tutilitario.getTablaisFocus().eliminar();\r\n\t\t//calcularCertificacion ();\r\n\t}", "title": "" }, { "docid": "f1f1999d19a553d0ff9f4c26af77277c", "score": "...
f0aa8111f14aae6280b73fa8bfa803c1
Configure the jersey request handler for the /rs/ path
[ { "docid": "0bfb848fc3851d2e5df839cadb666714", "score": "0.59772515", "text": "protected void startJersey() {\n\t\tfinal WOJerseyRequestHandler jerseyRequestHandler = new WOJerseyRequestHandler(config);\n\t\tWOApplication.application().registerRequestHandler(jerseyRequestHandler, JERSEY_ACTION_REQUEST_K...
[ { "docid": "b0178beffca4ac5436a437a7f15e5bbc", "score": "0.58572763", "text": "@Override\n protected void configureServlets() {\n bind(StandardResource.class);\n bind(DocumentationResource.class);\n Map<String, String> params = new HashMap<String, String>();\n\n params.put(\"com.sun.jersey....
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7ce77564e2bb42c5be6d08d27333d606", "score": "0.0", "text": "@Override\r\n\tpublic void eliminar(CategoriaLiga cl) {\n\r\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
4ca219c29338ecfbb03d2ecc32637c82
Returns the yearmnth from the input encrypted number
[ { "docid": "95f213b46e9a39350cda38be7d04c4dc", "score": "0.5636783", "text": "private static String getDateFromNum(int num, String startDate) {\n\t\tString[] arr = startDate.split(\"-\");\n\t\tint startYear = Integer.parseInt(arr[0]);\n\t\tint startMnth = Integer.parseInt(arr[1]);\n\n\t\tint curryear = ...
[ { "docid": "c0ce86099a916ddf40e2044ae783d2c7", "score": "0.66630477", "text": "public String getFourDigitYear() {\n if (error) {\n return \"XXXX\";\n }\n\n try {\n return isoDateTime.substring(0, 4);\n } catch (Throwable t) {\n return \"XXXX\";\n }\n }", ...
0b9ea60517568cc9223a155d29583add
(Highcharts, Highstock) The hover state for a single point marker.
[ { "docid": "05086b91cccf4d6b893ad08f5a36ed2c", "score": "0.72090536", "text": "@JSProperty(\"hover\")\n @Nullable\n PlotAreasplineStatesHoverMarkerStatesHoverOptions getHover();", "title": "" } ]
[ { "docid": "cd9cb4f7fe0c99cb087d69d27e0c718f", "score": "0.6948206", "text": "@JSProperty(\"hover\")\n void setHover(PlotAreasplineStatesHoverMarkerStatesHoverOptions value);", "title": "" }, { "docid": "bcb08f9e3327780df45d237392b5f271", "score": "0.6817642", "text": "@JSProperty(\...
def650689f836ce8d5857de61a376e15
This method, written with Java Reflect, provides to add the Remote Agent in the right Region.
[ { "docid": "3e1c23588eb9df79208ee7e152624ec5", "score": "0.59525263", "text": "private boolean setAgents(RemotePositionedAgent<Double2D> rm,Double2D location)\n\t{\n\t\tClass o=rmap.getClass();\n\n\t\tField[] fields = o.getDeclaredFields();\n\t\tfor (int z = 0; z < fields.length; z++)\n\t\t{\n\t\t\tfiel...
[ { "docid": "797aef0901d2b4f797cd5ee203b0ea87", "score": "0.61298287", "text": "@Override\n\tpublic void registerAgent(int agentID) throws RemoteException {\n\t\tregisteredAgents.add(agentID);\n\t\tSystem.out.println(\"Common place has registered agentID: \" + agentID);\n\t}", "title": "" }, { ...
b6056663445d4e63a4ac41ce50be9adc
The stage of the Experiment definition allowing to specify location.
[ { "docid": "09b7975045b87188400a0bed47aeafb4", "score": "0.52907205", "text": "interface WithLocation {\n /**\n * Specifies the region for the resource.\n *\n * @param location The geo-location where the resource lives.\n * @return the next defi...
[ { "docid": "6d0736e462dd52c444b1a4c70a7b66f7", "score": "0.61620975", "text": "interface DefinitionStages {\n /** The first stage of the Experiment definition. */\n interface Blank extends WithLocation {\n }\n /** The stage of the Experiment definition allowing to specify loc...
2ca56135f85b0218a2bf638715375a5c
/ Test du score en cas |O|X|O| | |X| | | | |O|
[ { "docid": "75553757d0cd72b22be8f8b8590fa3fb", "score": "0.0", "text": "@Test\n\tpublic void testMinmax1(){\n\t\tsetUp();\n\t\t\n\t\tGameAction c1 = new TictactoeAction(j1, 0, 0);\n\t\tGameAction c2 = new TictactoeAction(j2, 1, 0);\n\t\tGameAction c3 = new TictactoeAction(j1, 2, 0);\n\t\tGameAction c4 =...
[ { "docid": "dfce9c5ed69ca3fc76f631bfc0413244", "score": "0.69877523", "text": "double score();", "title": "" }, { "docid": "816706801e6f1311c3c0e38f49854166", "score": "0.68897486", "text": "double getScore();", "title": "" }, { "docid": "d93c258710d222236c97701ef1494922"...
d2b2901690047ae865f51f42722989c1
Modificateur sur la propriete login
[ { "docid": "7ca43d8e818ca91fa0c602052230c106", "score": "0.69133854", "text": "public void setLogin(String login) {\r\n this.login = login;\r\n }", "title": "" } ]
[ { "docid": "c3757e546685a58d7c35c3d17b1e7807", "score": "0.70518166", "text": "void setLogin(String login) {\r\n\t\tthis.login = login;\r\n\t}", "title": "" }, { "docid": "5ceb10199ac24c699a013877df9fb261", "score": "0.70261526", "text": "public TelaLogin() {\n initComponents(...
39d3d6d5f335aa0fd546f7be8d205c4c
Appends and returns a new empty value (as xml) as the last "OrganizationPrimaryContactInformation" element
[ { "docid": "e586e778c7cd6fb07a892ecf6b35374f", "score": "0.68873566", "text": "gov.niem.niem.niem_core._2_0.ContactInformationType addNewOrganizationPrimaryContactInformation();", "title": "" } ]
[ { "docid": "7896782e7a02d685a574e614e35a8032", "score": "0.6084696", "text": "org.apache.xmlbeans.XmlObject addNewOrganizationParent();", "title": "" }, { "docid": "0b7085b4a1175cdf48f033bed5220a84", "score": "0.5984441", "text": "gov.niem.niem.niem_core._2_0.ContactInformationType i...
77d0f4b717cef5ea165573e6afb3de4f
terminal TBINARY: "binary" MAX_LENGTH;
[ { "docid": "5f86e70ad1b4557c13d4f1e93eb7f130", "score": "0.6387675", "text": "public TerminalRule getTBINARYRule() {\n\t\treturn tTBINARY;\n\t}", "title": "" } ]
[ { "docid": "306bac2ce4449e0a2cc98d5b91b5444e", "score": "0.6407863", "text": "public FlashMath_Binary() {\n super(BINARY);\n generateQuestion(); \n }", "title": "" }, { "docid": "f0b9e935cc039aa5ed254b60260e9abd", "score": "0.63182914", "text": "public int get...
08160816ede0577b63ed00d68317df09
required string elementName = 1;
[ { "docid": "55c900278b6f9f1290b34b55139da27d", "score": "0.0", "text": "public boolean hasElementName() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "title": "" } ]
[ { "docid": "95aa90a227aae896a2e92dab330a7c21", "score": "0.6957583", "text": "java.lang.String getElementName();", "title": "" }, { "docid": "95aa90a227aae896a2e92dab330a7c21", "score": "0.6957583", "text": "java.lang.String getElementName();", "title": "" }, { "docid": "...
32e44c1f9a6159cac7abf5eb452a3adf
Tests that clicking on the duke theme option changes the styling on that node and changes the theme in the game view.
[ { "docid": "a48e3d7c7048c35e736d7c987e585df8", "score": "0.83963054", "text": "@Test\n void themeChangeDukeTest() {\n Rectangle dukeOption = (Rectangle)themeOptions.get(\"duke\").getChildren().get(0);\n javafxRun(() -> clickOn(dukeOption));\n sleep(2, TimeUnit.SECONDS);\n ...
[ { "docid": "3bd39c9f993e923c15b91dabc2ff8646", "score": "0.7876202", "text": "@Test\n void darkModeDukeTest() {\n CheckBox darkMode = lookup(\"dark mode\").query();\n darkMode.setSelected(true);\n Rectangle dukeOption = (Rectangle)themeOptions.get(\"duke\").getChildren().get(0);\...
3b9ebd2115480b7d15583fe3dc8ee79a
Connects to the IMAP server logs in with the given credentials.
[ { "docid": "c365eead80c7752345e4b866727623e0", "score": "0.5054565", "text": "@Override\n public synchronized boolean connect(final DisconnectListener listener) {\n reset();\n\n ChannelFuture future = bootstrap.connect(new InetSocketAddress(config.getHost(),\n config.getPort()));\n\n Ch...
[ { "docid": "f8de54883facf348edbe8e174f595699", "score": "0.6450473", "text": "public void login() throws Exception {\r\n\t\t\tlogin(\"imap.gmail.com\", \"ur@gmail.com\",\r\n\t\t\t\t\t\"urpassword\");\r\n\t\t}", "title": "" }, { "docid": "d9c3988005cd6bb27528af282ffbfc18", "score": "0.625...
7cf3b27cb12520b4e87d80bc351689dc
configures builder for both local and shared
[ { "docid": "d606bf5775534e3842736500643c8c99", "score": "0.5973497", "text": "ConcurrentThetaBuilder configureBuilder() { //temporary\n ConcurrentThetaBuilder bldr = new ConcurrentThetaBuilder();\n bldr.setSharedLogNominalEntries(shared_lgK);\n bldr.setLocalLogNominalEntries(local_lgK);\n bl...
[ { "docid": "0a5df8e1be46a4c70366c9af595aeba1", "score": "0.6234003", "text": "private Builder() {\n\t\t\tsuper(CONFIG);\n\t\t}", "title": "" }, { "docid": "bd1bcc861108b1e75d491b3d53c1aafd", "score": "0.58312374", "text": "protected PGMacUtilitiesConfig(Builder builder){\n ret...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fe3144b8634553bfdc0dea811d826603", "score": "0.0", "text": "@Override\r\n\tpublic Class<Integer> getIdType() {\n\t\treturn Integer.class;\r\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
d62b2689976071269eb41011dc032101
/ WARNING Removed try catching itself possible behaviour change.
[ { "docid": "90dfda24b27db4e1d0ad811652e2ab31", "score": "0.0", "text": "public void getLastHeadView(float[] headView, int offset) {\n Thread t = Thread.currentThread();\n Log.e(\"headtracker\", \"getLastHeadView, id=\" + t.getId());\n if (offset + 16 > headView.length) {\n ...
[ { "docid": "47628cd5d2302d6e51c2fa996b36b798", "score": "0.6571747", "text": "private void broken() {\n }", "title": "" }, { "docid": "d0278925405636d30ca1bf4cccd39eae", "score": "0.6087222", "text": "private static void m7352a(Object obj) {\n if (obj instanceof Exception) ...
5de8de3d4a15a20ab99be87bdcf80409
/ 231: / 232:
[ { "docid": "008b3316bdae43b2f2e89d046b802838", "score": "0.0", "text": "public String cargarDatos()\r\n/* 233: */ {\r\n/* 234:273 */ return \"\";\r\n/* 235: */ }", "title": "" } ]
[ { "docid": "fa7da676996ff4771e3f18daf8123d12", "score": "0.5746164", "text": "public abstract C15215a mo12587h(Number number);", "title": "" }, { "docid": "53154759e1f63c552ab29bdbcd185275", "score": "0.56941915", "text": "@Test\n public void test187() throws Throwable {\n in...
08422e48df70fcdd58fe53fbec9f3b8f
Create file input stream
[ { "docid": "9cf178d5375945abf7ca96b41eabee1c", "score": "0.61232877", "text": "public void openInputStream() {\n try {\n fis = new FileInputStream(\"data.ser\");\n } catch (FileNotFoundException ex) {\n Logger.getLogger(Serialize.class.getName()).log(Level.SEVERE, nul...
[ { "docid": "5fa97e81e1351c6ec06e1766ba9e2927", "score": "0.7135984", "text": "public abstract InputStream createInputStream() throws IOException;", "title": "" }, { "docid": "5fa97e81e1351c6ec06e1766ba9e2927", "score": "0.7135984", "text": "public abstract InputStream createInputStre...
cd00ba318b1fc085eaccdcc088edb410
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[ { "docid": "cd672d23967aa878c87a6930ab6ff660", "score": "0.0", "text": "private static void test01() {\n BinaryTreeNodeWithParent n1 = new BinaryTreeNodeWithParent(1); // 12\n BinaryTreeNodeWithParent n2 = new BinaryTreeNodeWithParent(2); // 10\n BinaryTreeNodeWithParent n3 = new Bi...
[ { "docid": "2beeaf7d842252f6d39c3ce427487561", "score": "0.6308751", "text": "public void multiplosDe5()\n {\n int index = 10;\n while (index <= 95){\n System.out.println(index);\n index = index + 5;\n }\n }", "title": "" }, { "docid": "2c101b...
620844fae6dd97f2407f2c4bd65f18a8
Called when RaftNode status changes.
[ { "docid": "3897ff489f0bd8380b1867c26e459a75", "score": "0.8721768", "text": "void onNodeStatusChange(RaftNodeStatus status);", "title": "" } ]
[ { "docid": "310dcff3e304397aaff29877a48c0ae5", "score": "0.7582297", "text": "public void nodeStatusChanged(Node node, Node.Status oldStatus, Node.Status newStatus);", "title": "" }, { "docid": "a06ae45084297d9494c62eb0f29505fe", "score": "0.6932465", "text": "void onStatusChanged();...
c5f2cc389b84305dc45ed3c450123433
Sets the parent id of this document. If routing is not set, automatically set it as the routing as well.
[ { "docid": "bc6a4992445d48e4c76f23d9f32a31bf", "score": "0.6191178", "text": "public IndexRequest parent(String parent) {\n this.parent = parent;\n if (routing == null) {\n routing = parent;\n }\n return this;\n }", "title": "" } ]
[ { "docid": "8393474f0bcb8d7a7135aeed64eab1fe", "score": "0.6894911", "text": "public void setParentid(Integer parentid) {\r\n this.parentid = parentid;\r\n }", "title": "" }, { "docid": "c08baa1e47cae1bf9c142f27e549a85e", "score": "0.6833853", "text": "public void setParent...
0321293e336887188bd6eed6e4c28d0c
Removes all of the elements from this Vector. The Vector will be empty after this call returns (unless it throws an exception).
[ { "docid": "e115ead308b329d4e475e48d584158d2", "score": "0.7166858", "text": "public void clear() {\n removeAllElements();\n }", "title": "" } ]
[ { "docid": "9ba530a77c9c90983a795cd088e0429c", "score": "0.7409556", "text": "public final synchronized void removeAllElements() {\r\n\r\n m_Size = 0;\r\n m_Head = null;\r\n m_Tail = null;\r\n }", "title": "" }, { "docid": "3ce4a49beefa57df46c108046e6d0ca5", "score": "0.7262642...
af51dabc7c1ca1aee537b5718bf4d9dd
This method verifies if given date is passed or not
[ { "docid": "305231e5b6bbd99c08eb28ca70db8045", "score": "0.7124109", "text": "static boolean datePassed(String date) throws ParseException\n\t{\n\t\tif (date.equals(\"\")) return false;\n\t\tDate todayDate = new Date();\n\t\tString todayDateStr = new SimpleDateFormat(\"M/d/yyyy\").format(todayDate);\n\t...
[ { "docid": "46b16ecebbf706332a337b92f773437b", "score": "0.7671718", "text": "private boolean validDate(DateData date) {\n int year=date.getYear();\n int month=date.getMonth();\n int day=date.getDay();\n if(year > LocalDate.now().getYear() || month <= 0 || month > 12 || day <...
c3d29153b5ee3db34071b537c0bd87df
Compares instance variable of the calling object with the parameter object. It returns 1 if the dollars and the cents of the calling object are less than the dollars and the cents of the parameter object, 0 if the dollars and the cents of the calling object are equal to the dollars and cents of the parameter object, an...
[ { "docid": "270ac576a47d65fb5a4f08754d741462", "score": "0.52409446", "text": "public int compareTo(Money amount) {\n int value;\n if (this.dollars < amount.dollars) {\n value = -1;\n } else if (this.dollars > amount.dollars) {\n value = 1;\n } else if (...
[ { "docid": "4b6d584952ce8fcb009bfba04aa98904", "score": "0.58138895", "text": "public int compareTo(ATM other)\r\n {\r\n //declare instance variables for this ATM and other ATM\r\n int ThisTotal = 0;\r\n int OtherTotal = 0;\r\n int returnValue = 0;\r\n\r\n //check i...
65186d97f79c12fe6514c046719442cb
Returns the normalization maximum of this profile
[ { "docid": "7fc2cddaef55ce3c3114c557b5fe88d2", "score": "0.81971", "text": "public double getNormalizationMaximum() {\n\t\treturn normalizationMaximum;\n\t}", "title": "" } ]
[ { "docid": "fef2dcab71be42ce3ee12af8c04e8ca4", "score": "0.68651265", "text": "public double getNormalizationFactor();", "title": "" }, { "docid": "474c746a8b243bf80096ce6d47fd6d37", "score": "0.67567325", "text": "public float getMaxU()\n {\n return maxU;\n }", "tit...
102935cac49f330b2bff1baf818a731f
This interface must be implemented by activities that contain this fragment to allow an interaction in this fragment to be communicated to the activity and potentially other fragments contained in that activity. See the Android Training lesson Communicating with Other Fragments for more information.
[ { "docid": "a2f44558f4e87ce20325f21b87465516", "score": "0.0", "text": "public interface OnFragmentInteractionListener {\n // TODO: Update argument type and name\n void onFragmentInteraction(Uri uri);\n }", "title": "" } ]
[ { "docid": "b4fed4d61d36ab5324634efa2e6ae638", "score": "0.7195862", "text": "public void onFragmentInteraction();", "title": "" }, { "docid": "08640c61e89609cc9fc37382b17d5904", "score": "0.71886367", "text": "public interface FragmentInteraction {\n void openFragmnet(Enumes.Fra...
59c0c609d04f4991f621b2795d1e473e
Sets the maxHostSupportedVcpus value for this HostCapability.
[ { "docid": "ff3030185cce6b3af4deeb307ae45e0b", "score": "0.8483244", "text": "public void setMaxHostSupportedVcpus(java.lang.Integer maxHostSupportedVcpus) {\r\n this.maxHostSupportedVcpus = maxHostSupportedVcpus;\r\n }", "title": "" } ]
[ { "docid": "8a7b6d95c17fade4e696e4d4c7a4ddaf", "score": "0.76962966", "text": "public void setMaxSupportedVcpus(java.lang.Integer maxSupportedVcpus) {\r\n this.maxSupportedVcpus = maxSupportedVcpus;\r\n }", "title": "" }, { "docid": "704b0342c5eb672c850ab92569662b92", "score": ...
bc26fb072637b273daa1dc4f0d565e49
The standard implementation of this method is not outputting anything for test start events.
[ { "docid": "cd7e6445d049d87072cfeeefd261c25e", "score": "0.635271", "text": "@SuppressWarnings(\"unused\")\n public String msgTestStart(final ITest test, final String testName) {\n return null;\n }", "title": "" } ]
[ { "docid": "eb90fc610c9fba48fd627b854c196f51", "score": "0.77997565", "text": "@Override\n public void startTest() {\n System.out.println(\"Started by default\");\n }", "title": "" }, { "docid": "6e59e6a6ffeded74354d2a3ed5c824a2", "score": "0.76154774", "text": "@Test\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1285d0ba374ee5220ed20e466bf95865", "score": "0.0", "text": "@Override\n\t\t\tpublic void actionPerformed(ActionEvent arg0) {\n\t\t\t\tJButton thisButton = (JButton) arg0.getSource();\n\t\t\t\tCodePanel thisCodePanel = (CodePanel) thisButton.getParent().getParent();\n\t\t\t\tQuestionPanel thi...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
2c65fc432ef4e306704084d0b0adbd12
Called instead of post and after, when the a handler is being executed concurrently. Implementations may use the provided request and response but should avoid modifying them in ways that would conflict with the concurrent execution of the handler. A typical use of this method would be to clean thread local variables. ...
[ { "docid": "3259fa0733aaaf55bdb9c926cc22f859", "score": "0.75809586", "text": "protected void afterConcurrent(HttpServletRequest request, HttpServletResponse response, Object handler) {\r\n\t\t// TODO Override for handling completion\r\n\t}", "title": "" } ]
[ { "docid": "5769627d70a15545cea77ef0f3e5d0aa", "score": "0.7124209", "text": "public void afterConcurrentHandlingStarted(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {\n }", "title": "" }, { "docid": "275116d8f0371260a8e1ba34ae39d7d1", "scor...
2c00559b9544b4f0bfa2c5da685e3d8b
Retorna consulta a base de datos en formato ResultSet
[ { "docid": "d44666e12f67fa7e0eea810330a1c9b3", "score": "0.6867705", "text": "public ResultSet resp(String tabla) throws SQLException {\n String consulta = String.format(\"SELECT * FROM %s WHERE 1=1 \", tabla);\n if (null != region && !\"\".endsWith(region)) {\n consulta = consu...
[ { "docid": "a901b2c3bb489106207db84ec574ffb6", "score": "0.7350684", "text": "public ResultSet consulta() throws SQLException {\n this.estancia = (Statement) conn.createStatement();\n return this.estancia.executeQuery(accion1);\n }", "title": "" }, { "docid": "96f6d848b50041...
8b6d28cc97d32edd772cd1ebca6fe634
A response inteface. Makes all protocols model HTTP.
[ { "docid": "8a40766c9cbb2bc72ee5b9746c6055e5", "score": "0.69959456", "text": "public interface Response extends HttpHeaders {\n\n /** Returns the URL used to retrieve this response. */\n public URL getUrl();\n\n /** Returns the response code. */\n public int getCode();\n\n /** Returns th...
[ { "docid": "49889bef8e2612f055216f81897c5c74", "score": "0.7116078", "text": "public abstract Response getResponse();", "title": "" }, { "docid": "028e70e0375d3089bf790942c9f3570c", "score": "0.71036965", "text": "public interface HttpResponse extends Response {\n\n\tpublic Cookie[] ...
8f6aa083d121f78114f60d26e89d6b40
/Email Utility method to send simple HTML email
[ { "docid": "8651a1b9f9349fd57cbcd6b13a431a16", "score": "0.63007665", "text": "public static void sendEmail(Session session, String toEmail, String subject, String body) {\n try {\n MimeMessage msg = new MimeMessage(session);\n //set message headers\n msg.addHeade...
[ { "docid": "7b6650b8326de967ec8360ceb383ab4a", "score": "0.7102348", "text": "public String sendhtmlnormal(String from, String to, String subject, String message) throws IOException {\n String host = \"10.122.13.10\";\n\n // Create properties for the Session\n Properties props = new...
c253c75c7de185ac431cb0464774c82a
Constructor with configurable upperLeft point and the width and the heigh of the rectangle, Also a keyboard should be provided. This constructor does not get color therefore it uses the block's constructor that provided default color.
[ { "docid": "3771c8145548edde5e1eef8a7a91210c", "score": "0.68783766", "text": "public Paddle(Point upperLeft, double width, double height, biuoop.KeyboardSensor keyboard) {\r\n this.delegate = new Block(upperLeft, width, height);\r\n this.keyboard = keyboard;\r\n this.regions = new Line[REGIONSNUM];\...
[ { "docid": "0ff31ecaf7e0c5b73bc46c0836911676", "score": "0.7659805", "text": "public Block(Point leftUpperCorner, int width, int height) {\n this.rectangle = new Rectangle(leftUpperCorner, width, height);\n hitListeners = new ArrayList<>();\n }", "title": "" }, { "docid": "c...
8eb3277e60bb8dda0109de50125902a0
updates displayed images to match the boardPieces
[ { "docid": "2c4c57f08b28de76eec53b09b99d489e", "score": "0.8280716", "text": "public void updateDisplayedImages(){\n\t\t\n\t\t/*Variables used to show extra board pieces in X or Y direction only when player is near map edge.*/\n\t\tint startEarlyX = 0;\n\t\tint startEarlyY = 0;\n\t\tint endLateX = 0;...
[ { "docid": "50726045fa04b234f87f24262a3a8acc", "score": "0.7967369", "text": "private void updateBoardDisplayFromGame() {\n for(int i = 0; i < 8; i++) {\n for(int j = 0; j < 8; j++) {\n if(g.spaceOccupied(i, j)) {\n String pieceName = g.whatPieceInSpac...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "3c0e59c592269194a218fd962e3710b5", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.activity_second_menu, menu);\n\n MenuItem item= menu.findItem(R.id.action_settings);\n item.setVisible(false);\n\...
[ { "docid": "b470b12158e9a37414c1897a8fc7b04e", "score": "0.71308285", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif = getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" ...
0c0d00da3b66163ba6c725b17bf34b95
To string method to get display the elements of a set.
[ { "docid": "a03f9f20fbbb9e80a75a199fa7f2a17e", "score": "0.0", "text": "public String toString()\n\t{\n\t\tString str = \"{\" +this.getList()+\"}\";\n\t\treturn str;\n\t\t\n\t}", "title": "" } ]
[ { "docid": "45f4ef89fa300686a911ba2cb97c9549", "score": "0.7944904", "text": "public String toString() {\n\t\treturn String.format(\"Set elements: \" + this.getlist() + \"\\n\");\n\t}", "title": "" }, { "docid": "713022614e576042f377ad887af72daf", "score": "0.7755041", "text": "publi...
6c6bf20fe1a8c31e72c54b9e33172e54
a method that use for called the currency of coin.
[ { "docid": "c3876a8c0cd726a3151451eff7c1163c", "score": "0.0", "text": "@Override\n\tpublic String getCurrency() {\n\t\treturn currency;\n\t}", "title": "" } ]
[ { "docid": "ee16ff3dc9ff0f6b16464721d4bbe5a2", "score": "0.7374685", "text": "public void ReturnCoins();", "title": "" }, { "docid": "b7b5e461315f0d24301e1506b6215fd5", "score": "0.71894693", "text": "int getCurrency();", "title": "" }, { "docid": "2692b1392c0a5e05f856fc2...
b9ffdb3c936458d72dde67071112b916
check for required fields check for substruct validity
[ { "docid": "f656ae2e53a7448eb1a1ae59d10aa6ae", "score": "0.0", "text": "public void validate() throws org.apache.thrift.TException {\n }", "title": "" } ]
[ { "docid": "d341597f56a56e5043a20dde802e43dc", "score": "0.80722606", "text": "public void validate() throws org.apache.thrift.TException {\n if (!isSetFields()) {\n throw new org.apache.thrift.protocol.TProtocolException(\"Required field 'fields' is unset! Struct:\" + toString());\n }\n\n ...
691aaf516f8a63c88a1d47b12c97331a
Controls how the splashscreen functions, and how it should respond if the player does something wrong
[ { "docid": "f22c669202953fe64ab0ee4abf778293", "score": "0.67625713", "text": "@FXML\n private void splashScreenAction(ActionEvent event){\n String playerName = playerNameEnterField.getText();\n if (!playerName.equalsIgnoreCase(\"\") && !playerName.equalsIgnoreCase(null)) {\n ...
[ { "docid": "52da06ab559db9fb12329db927f5a5e0", "score": "0.697472", "text": "static void initiateGoodbye () {\n new SplashScreen(\"GoodByeScreen\");\n }", "title": "" }, { "docid": "2ef426f9de69b59ca2f121c841e1cd43", "score": "0.6886551", "text": "public void splashScreen (...
d3846333e6607c177c387ce480021ad5
NOTE: Listening to all Users all the time is not optimal. It's whatever if it doesn't cause issues.
[ { "docid": "e27f8e7d70b6d1d7abf0deade39c61ba", "score": "0.6594596", "text": "void registerUsersListener() {\n mUsersListener = new UserListener();\n\n Log.d(TAG, \"In registerUsersListener\");\n Query userRef = mRoot.child(USERS);\n userRef.addChildEventListener(mUsersListen...
[ { "docid": "bc3d6b43faaa23a382edb7e7e1eaafb2", "score": "0.6439886", "text": "public void run() {\n\t\tsize = server.getUserNames().size();\n\t\tSystem.out.println(\"**\");\n\t\tSystem.out.println(size);\n\t\twhile(running) {\n\t\t\t\n\t\t\tif(server.getUserNames().size() > size) {\n\t\t\t\tsize +=1;\n\...
78eeab69a0d3cceafc62736db5e560c8
Retrieve all artifacts TODO: return only active ones.
[ { "docid": "09b441d7e46bbe0cbcba5153ec99f0b3", "score": "0.80232704", "text": "public List<Artifact> getAllArtifacts() {\n\t\tlogger.info(\"getAllArtifacts.\");\n\t\tList<Artifact> result = artifactDao.findAll();\n\t\tlogger.info(\"getAllArtifacts DONE.\");\n\n\t\tfor (Artifact art : result) {\n\t\t\tlo...
[ { "docid": "1d0369ff1f49563e9c4a75c983800f66", "score": "0.7398508", "text": "public ArtifactSetImpl getArtifacts() {\n assertOpen();\n return artifacts;\n }", "title": "" }, { "docid": "7c29533477aaf5513498cce82c407823", "score": "0.70956784", "text": "Set<PublishAr...
c0a2bba5958bd079dc6990fdb308facc
Convert a String to the application/xwwwformurlencoded MIME format
[ { "docid": "c1d36e548a87148ccdf11f868fb805fe", "score": "0.45991015", "text": "public static String encodeURIComponent(String s) {\n String result;\n try {\n result = URLEncoder.encode(s, \"UTF-8\");\n } catch (UnsupportedEncodingException e) {\n result = s;\n ...
[ { "docid": "7d10960213c7c23cc02370355661d9e3", "score": "0.6031414", "text": "@Override\n public String getBodyContentType() {\n return \"application/x-www-form-urlencoded\";\n }", "title": "" }, { "docid": "7d10960213c7c23cc02370355661d9e3", ...
ecc621c2c8ee34ed0e6f35205a713bf3
Remove the appropriate not submitted manuscript from the database and all additional files from the file system.
[ { "docid": "fa9e9f03d39a0bba909a27c884282a02", "score": "0.0", "text": "public RemoveSubmissionResponse removeSubmission(RemoveSubmissionRequest request);", "title": "" } ]
[ { "docid": "6ca389c2f633b78e0f79be790b571b47", "score": "0.64399785", "text": "public void deletePostingFiles(){\r\n System.gc();\r\n File stemFolder= new File(posting_textFeild.getText()+\"\\\\withStemmer\");\r\n if(stemFolder.exists()){\r\n deleteAll(stemFolder);\r\n ...
29c40717b99d7f31ad999152d8a65eb5
This method was generated by MyBatis Generator. This method sets the value of the database column wf_flow_global_parameter.DESCRIPTION:Coloured
[ { "docid": "2157cf897c6934b77e354c9faa7ca20f", "score": "0.621593", "text": "public void setDescriptionColoured(boolean descriptionColoured) {\n this.descriptionColoured = descriptionColoured;\n }", "title": "" } ]
[ { "docid": "e7e006df5af36a9c78bfda428abba0ad", "score": "0.5965953", "text": "public void setGlobalParamNameColoured(boolean globalParamNameColoured) {\n this.globalParamNameColoured = globalParamNameColoured;\n }", "title": "" }, { "docid": "0b66b80f4fbbe3cea4ac961cc436cd69", ...
f54ee7859568282575e8149345ba9cd2
remove and return a random item
[ { "docid": "3a15e8357c3bc9187501a267a437ab6a", "score": "0.0", "text": "public Item dequeue() {\n if (isEmpty()) throw new NoSuchElementException();\n Item item = a[n - 1];\n a[n - 1] = null;\n n--;\n // shrink size of array if necessary\n if (n > 0 && n == a.le...
[ { "docid": "b30f4a972e62466890cf24bf9d38491a", "score": "0.7716123", "text": "public T removeRandom() {\n if (isEmpty())\n try {\n throw new Exception();\n } catch (final Exception e) {\n // TODO Auto-generated catch block\n e.pri...
ed40a8fcf943d19db7c668bd060a3c53
Returns true if the specified file should be displayed in the chooser.
[ { "docid": "f58e5bedd83e5213241f4cc17bd54c8a", "score": "0.65519285", "text": "public boolean accept(java.io.File file) {\n String extension;\n \n // Directories are always displayed.\n if(file.isDirectory())\n return true;\n \n // If the f...
[ { "docid": "31143e4bf27ce8e25045bdd0992f322c", "score": "0.6585045", "text": "public boolean showDialog(Widget parent)\n {\n JFileChooser jfc = getComponent();\n Component parentComponent = (parent == null ? null : parent.getComponent());\n int result;\n if (selectMode == SAVE_FILE)\n ...
c5b5268ff97cc37f267bd929a294c7e5
Check whether user has access to specified action url or does not have access.
[ { "docid": "6b8bcd8cd8d8360a164766d4bb6318ed", "score": "0.7450676", "text": "public boolean isAccessAllowed(final String action) {\r\n\t\tfinal List<String> roles = getListOfRolesHavingAccessToAction(action);\r\n\t\tfinal List<String> userRoles = appPrincipalUser.getPrincipalUserRoles();\r\n\r\n\t\tret...
[ { "docid": "69834ef33e8700198f775a928a06342a", "score": "0.70879906", "text": "public boolean checkAcess(String urlPattern, User user) {\n return !securityMap.containsKey(urlPattern) || securityMap.get(urlPattern).contains(user.getRole());\n }", "title": "" }, { "docid": "53e181820...
18157330e5ce0967662b059e7494ff11
Getter for the user's items in the trade
[ { "docid": "d5f5b20227fa06f57ead7f83d3fe41a8", "score": "0.6832293", "text": "List<String> getUserItems();", "title": "" } ]
[ { "docid": "4ac21f2660696efdec7ccdd0e4e0f4fa", "score": "0.722324", "text": "public int getUserFBuyItems() {\n return userFBuyItems;\n }", "title": "" }, { "docid": "4a0122dfafa30fe2dc5d9025833f0308", "score": "0.7175199", "text": "public List<BuyHistory> getItems() {\r\n ...
93afc67d2943dffb4f77890f31afb56b
intermediario da geracao do token
[ { "docid": "b130627f36ba82eb8bd015df4d91e02f", "score": "0.0", "text": "public String generateTokeCliente(Cliente cliente) {\n\t\tMap<String, Object> claims = new HashMap<>();\n\t\t\n\t\tSystem.out.println(cliente.getEmail()+\" \"+ cliente.getIdCliente());\n\t\t\n\t\treturn doGenerateToken(claims, clien...
[ { "docid": "55ea9cce2cdcc62df0b42ca6b606fc6a", "score": "0.76617414", "text": "java.lang.String getToken();", "title": "" }, { "docid": "55ea9cce2cdcc62df0b42ca6b606fc6a", "score": "0.76617414", "text": "java.lang.String getToken();", "title": "" }, { "docid": "55ea9cce2c...
24c6ef5ab7dbf6aaf1c79bdadaa24750
gets ArrayList from SharedPreferences
[ { "docid": "bb6d111dd413478fe51de6b041796a20", "score": "0.7374222", "text": "public ArrayList<String> getPlayList()\n {\n ArrayList<String> list = new ArrayList<>();\n String play_list_items = context.getSharedPreferences(KEY_PLAY_LIST, MODE_PRIVATE).getString(KEY_PLAY_LIST_ITEMS, null...
[ { "docid": "88f1f83beee673473b80507f85b161c0", "score": "0.73459375", "text": "private void getDataFromSharedPrefs() {\n Gson gson = new Gson();\n String json = sharedPreferences.getString(Constants.productList, \"\");\n products = gson.fromJson(json, new TypeToken<List<Product>>() ...
f5f8101264ace9deee828a30592a2885
Test of getUsers method, of class Users.
[ { "docid": "8a91ea872644f7cdb2cb7cadecf7e4cd", "score": "0.7216704", "text": "@Test\n public void testGetUsers() throws Exception {\n System.out.println(\"getUsers\");\n \n User u=new User(123,\"Testname\",\"Test@test.com\",\"password\");\n Users users=new Users();\n ...
[ { "docid": "fee0c4de3f7ed515c7f9e81a610412b4", "score": "0.78085697", "text": "@Test\n public void testGetUsers()\n {\n List<User> users = userClient.getUsers();\n\n // Run assertions against the response\n Assert.assertNotNull( \"User should not be null\", users );\n A...
015f12aeb5aff044c6d2bd203e8579a4
Checks whether the 'status_id' field has been set.
[ { "docid": "ac9f3bb1d29ef9f54aba5bd0ac0aa270", "score": "0.73518676", "text": "public boolean hasStatusId() {\n return fieldSetFlags()[0];\n }", "title": "" } ]
[ { "docid": "2d81288f5cc9108d7dbc8a2d944ff26c", "score": "0.6677795", "text": "public void setId_status(Integer id_status) {\n this.id_status = id_status;\n }", "title": "" }, { "docid": "a620ae4973c5f2200685d277303f91fe", "score": "0.65972793", "text": "public boolean isSet...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "454f2248f90f479aa4b829489c33c566", "score": "0.0", "text": "@Override\r\n\tpublic Integer updateCustomerByFid(WphCustomer customer) {\n\t\treturn mapper.updateByPrimaryKeySelective(customer);\r\n\t}", "title": "" } ]
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
29dbc0086b3988404576bfd72466b396
Used by copyFiles() to create the subfolders of the before folder in the other folders.
[ { "docid": "48bb702e6d1f3e007190d7044998a341", "score": "0.72513086", "text": "private void createSubFolders(IFolder folderName) throws CoreException, IOException {\n\t\t\n\t\tFile pathFolder = new File(folderName.getLocation().toString());\n\n\t\tcreateSubFolders(folders.get(BEFORE), pathFolder);\n\t}"...
[ { "docid": "2d92b3b1683e2a924779b095fa2418e3", "score": "0.65017194", "text": "private void createSubFolders(IFolder folder, File pathFolder) throws CoreException, IOException {\n\t\tfor (IResource resource : folder.members()) {\n\t\t\tif (resource.getClass().getSimpleName().equals(\"Folder\") && !(reso...
ae581596acd9bd2cc9d70aa5d4ae8d72
TODO: Replace with your code
[ { "docid": "6a74b1a0079af8436999c44d55a1b04b", "score": "0.0", "text": "public String gasQualityAnalyserDatabaseLinkAction1_action() {\n\n return \"MainMenuToAnalyserSelect\";\n }", "title": "" } ]
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.58932394", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "7c4f2f94b290de5507eb56a649c4fab9", "score": "0.5869207", "text": "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "title": ...
67cc69a257d9fdcf4a59220fa80968c8
send email and password to post...
[ { "docid": "255bc23786752da23b4c3220c196624a", "score": "0.0", "text": "@Override\n protected Map<String, String> getParams() throws AuthFailureError {\n HashMap<String, String> params = new HashMap<>();\n params.put(\"pID\", projectID);\n...
[ { "docid": "cd6b76a97539bf5b510d913d70f9c167", "score": "0.70546514", "text": "void sendNewUser(String email, String password);", "title": "" }, { "docid": "fb8b103d47eb9395faf0d548fb4dafef", "score": "0.67108136", "text": "void sendAddUserMail(String toAddress, String password);", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8bf5c3912fec743f4ced814f001a80a7", "score": "0.0", "text": "@Override\r\n\tpublic void recolte() {\n\r\n\t}", "title": "" } ]
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
9a727fd8f0aff15818c97c0c7829f178
Web service that create new message (both initial and reply)
[ { "docid": "c28ad1b7ff48013deb8a16644171145a", "score": "0.6485593", "text": "@Path(\"/createNewMessage/{sessionId}\")\r\n\t@POST\r\n\t@Consumes(MediaType.APPLICATION_FORM_URLENCODED)\r\n\t@Produces(\"text/html;charset=utf-8\")\r\n\tpublic Response createNewMessage(@PathParam(\"sessionId\") String sessi...
[ { "docid": "b230c675f8a42c29c1722a0b8af7c7e2", "score": "0.6858381", "text": "Message createMessage();", "title": "" }, { "docid": "3ed65f3b33b8e68c40aa76644175c776", "score": "0.67300105", "text": "@PostMapping\n public ResponseEntity<Message> create(@RequestBody Message newMessa...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "87b430dbe0111f6db59d9fc75872c42b", "score": "0.0", "text": "public void setComment(String param) {\n\n this.localComment = param;\n\n\n }", "title": "" } ]
[ { "docid": "6eb7b473bde80f5b58be5ddf4d6bd291", "score": "0.7639155", "text": "@Override\n protected void set(String name, Object value) {\n\n }", "title": "" }, { "docid": "92fbf9717cbdbf19230f717d034b3c8d", "score": "0.7548963", "text": "@Override\r\n public void set(Object...
020f84a2d4093f62c6ea866fc3d132cb
Getter for attribute 'DecisionMergeNode.DecisionInputBehavior' Metamodel description: Provides input to guard specifications on edges outgoing from the decision node.
[ { "docid": "78504732c46dae833aaff6cfb1424a7e", "score": "0.7678452", "text": "@objid (\"047f4395-cb2d-42e4-a05f-a5969e9a2628\")\n String getDecisionInputBehavior();", "title": "" } ]
[ { "docid": "9d677a8727e3dbafb93fb7e2c6354be3", "score": "0.6632423", "text": "@objid (\"21bdf8d6-431c-4b8b-8bdf-5469fcc89bf5\")\n void setDecisionInputBehavior(String value);", "title": "" }, { "docid": "9e4b416583202581368fbd8ab6962971", "score": "0.5306883", "text": "@objid (\"0...
728fb7e3049c040d156e1fc2e44459fb
button listener, if not activated then activate. and if activated then deactivate
[ { "docid": "54f83319fa669d754c4344f01741dd2f", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n if (tripActive == false) {\n startTrip();\n } else {\n endTrip(tripStartLatitude, tripStartLongitude, tripSta...
[ { "docid": "2e722f9830ea1c232e3d3c30b86ec6df", "score": "0.74624276", "text": "public void mouseClicked(MouseEvent e){\n if(T.getStatus() == false){\n T.activated();\n }else{\n T.deactivate();\n }\n }", "title": "" }, { "docid": "c2e240e03936968e61b689ccbe1e958d...
73f016d30373703b1bc12eeb83ffa619
Constructor, given all info
[ { "docid": "9f88cb00f774650da6170ea9b909690c", "score": "0.0", "text": "public MediaInfo(int id, String title, int year, String genre, String mediaType, String comments, double currentVal) {\n\t\tthis.id = id;\n\t\tthis.title = title;\n\t\tthis.year = year;\n\t\tthis.genre = genre;\n\t\tthis.mediaType =...
[ { "docid": "eee4293d3a940774b85eec2586fbb54c", "score": "0.699965", "text": "protected ContRecInfo()\n {}", "title": "" }, { "docid": "f20506358daafd8413e3921a59cc0787", "score": "0.6981518", "text": "public Information() {\n }", "title": "" }, { "docid": "d4320f1c5f...
3b302c477b92d3d761d4e38d4cdd7be3
Retrieve whether top text is bold.
[ { "docid": "5d1fc71da2085dd4759bd2114ee34dda", "score": "0.82712924", "text": "public boolean isTextBoldTop() {\r\n return mIsTextBoldUpper;\r\n }", "title": "" } ]
[ { "docid": "64354b9f570aa08aeb95d1adcd55c4e2", "score": "0.76017976", "text": "public boolean isBold()\r\n\t{\r\n\t\treturn bold;\r\n\t}", "title": "" }, { "docid": "08e17a5c814816c7ca5dd2f50fec3bdf", "score": "0.75441265", "text": "public boolean isBold ()\n\t{\n\t\treturn bold;\n\t...
9fd047f118ff05074814d2cbd6a1d238
$ANTLR end "Call_operation" $ANTLR start "Implementation"
[ { "docid": "baf468bd262d2ad89882d4d057945c3b", "score": "0.0", "text": "public final void mImplementation() throws RecognitionException {\n try {\n int _type = Implementation;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // InternalAADMLexer.g:30:16: ( 'implementatio...
[ { "docid": "295c704e7769a15c721f834f6ff6dbf4", "score": "0.6415918", "text": "public final void mCall_operation() throws RecognitionException {\n try {\n int _type = Call_operation;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // InternalAADMLexer.g:28:16: ( 'call_op...
6bf6f78087365ff6f8744a33b8b247e0
Sets the effectiveTime value for this QueryPaymentRelationResultPaymentRelationListPayRelation.
[ { "docid": "b13160a28bc78f8961a9434d28d470f6", "score": "0.6573531", "text": "public void setEffectiveTime(java.lang.String effectiveTime) {\r\n this.effectiveTime = effectiveTime;\r\n }", "title": "" } ]
[ { "docid": "75749ae2417c953c93bd64c032183b87", "score": "0.67186147", "text": "public void setEffectiveTime(Date effectiveTime) {\n this.effectiveTime = effectiveTime;\n }", "title": "" }, { "docid": "4c7477098471350463878ecc6caf9a9d", "score": "0.6691751", "text": "public ...
c70e5e34afade9987648205064999ba3
Handle removed DetermineRequirements Task. Removed task should remove it's subtasks, so we only need to clean out it's DeployPlan.
[ { "docid": "f7668eb31e00df7f003d26fcaa350cf3", "score": "0.6503549", "text": "protected void watchRemovedDetermineRequirementsTasks() {\n // Normal rescind processing is sufficient\n }", "title": "" } ]
[ { "docid": "a34423c115398a7e85903ec60655dc95", "score": "0.6511306", "text": "protected void watchRemovedSelfOrgDeployAct(OrgActivity selfOrgAct) {\n // throw away the deploy plan\n DeployPlan oldDeployPlan = getDeployPlan();\n if (oldDeployPlan != null) {\n if (logger.isInfoEnabled()) {\n...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4ce9e29610aaac3896c67d0703e2295a", "score": "0.0", "text": "@Override\n public DoodleView getDoodleView() {\n return this;\n }", "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}", ...
051050f7c93e247720e2fa229347a0a7
/ access modifiers changed from: private / access modifiers changed from: public / renamed from: A
[ { "docid": "5adb03adfe83309241823434471117d0", "score": "0.0", "text": "private final void m132996A() {\n RecyclerView recyclerView = this.f95953k;\n if (recyclerView == null) {\n C32569u.m150520b(C6969H.m41409d(\"G7B95F913AC24\"));\n }\n if (!recyclerView.canScrol...
[ { "docid": "efbb574512145320a6c0fa11485a8451", "score": "0.6830075", "text": "private A() {\r\n\t}", "title": "" }, { "docid": "7779800ed7284c30f18930a7280d127f", "score": "0.65772164", "text": "private void methodA() {\n\n\t}", "title": "" }, { "docid": "a3c53afc6cb98e61...
42df7b43b0931f9b30753121c6fa4cf3
TODO Autogenerated method stub TODO Autogenerated method stub
[ { "docid": "f824d81d94975bd46090603bf072a06d", "score": "0.0", "text": "@Override\n\t\t\t\tpublic void onClick(View v) {\n\t\t\t\t\t// TODO Auto-generated method stub\n\t\t\t\t try {\n\t\t\t\t int id = getActivity().getIntent().getIntExtra(\"ID\", -1);\n\t\t\t\t String[] telefono = getR...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.7024743", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.68452144", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "t...
50a8284505ee1d1e0f2daf6995df6938
To create the part object from create component
[ { "docid": "0028da70322e71ee3d7531caae8b39d6", "score": "0.0", "text": "@com.matrixone.apps.framework.ui.CreateProcessCallable\r\n\tpublic int checkPartDeleteAllowed(Context context, String [] args) throws Exception {\r\n\t\tString objectId = args[0];\r\n\t\tString relationshipName = args[1];\r\n\t\t\r\...
[ { "docid": "8b03ceeee5e5df16699b2058b332c6d8", "score": "0.70017403", "text": "@ModelAttribute(\"part\")\n\tpublic Part constructPart() {\n\t\treturn new Part();\n\t}", "title": "" }, { "docid": "b3f1d82914d48c91885a7673e3348d5b", "score": "0.6620321", "text": "@Override\r\n\tpublic ...
4d55e56f9ffac45a44b4608439376b9e
Sets if the RequestProcessor is to replace plinks in the configured attributes (plink attributes).
[ { "docid": "0bceca2bbfd85181462921d0a2a8276a", "score": "0.65849596", "text": "public final void setDoReplacePlinks(final boolean doreplaceplinks) {\n\t\tthis.set(DEFAULT_ATTRIBUTES.DO_REPLACE_PLINKS.toString(), new Boolean(doreplaceplinks));\n\n\t}", "title": "" } ]
[ { "docid": "f6b2b907b39ae017307067e5d0b588c9", "score": "0.67794853", "text": "public final boolean getDoReplacePlinks() {\n\t\tBoolean doR = (Boolean) this.get(DEFAULT_ATTRIBUTES.DO_REPLACE_PLINKS.toString());\n\t\tif (doR == null) {\n\t\t\treturn (false);\n\t\t}\n\t\treturn (doR.booleanValue());\n\n\t...
6d0cd446d430c974335931af3888af6a
Inserts image into imageList
[ { "docid": "7db3df53ad85e426f8dc65bd5393b705", "score": "0.7439013", "text": "@Override\n\tpublic void addImages(List<ImageMap> imageList) {\n\t\timageDao.insertImages(imageList);\n\t}", "title": "" } ]
[ { "docid": "fbf89389cad653188e755c1216775a84", "score": "0.7153225", "text": "@Override\n\tpublic void insertImages(List<ImageMap> imageList) {\n\t\tSession curSes = sesFact.getCurrentSession();\n\t\tfor (ImageMap image : imageList) {\n\t\t\tcurSes.save(image);\n\t\t}\n\t}", "title": "" }, { ...
5952179aef4c9e25ad2c72a37daab937
++ getter for static property _Instance Getter for property _Instance. Auto generated
[ { "docid": "4f122af9124a7999956bfaf167b9f5f0", "score": "0.0", "text": "public static com.tangosol.coherence.Component get_Instance()\n {\n return new com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.initiator.TcpInitiator.TcpConnection.TcpReader();\...
[ { "docid": "386e165ccacd4c9a6a2ffd9227a5ef6e", "score": "0.753641", "text": "public Instance getInstance() {\n\t\treturn this.instance;\n\t}", "title": "" }, { "docid": "61deba9afe97101c1379150522c272e2", "score": "0.70797753", "text": "public String getInstance() {\n return insta...