query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
2a5802f03e573a6c4f89fe3814744aaa
Interface de ocultacion de la clase usada como ejemplo para la creacion de objetos con spring.
[ { "docid": "224161d6c19268c863596df2e07f4ff3", "score": "0.0", "text": "public interface ISaludo {\r\n\r\n\tpublic void mostrar_Texto();\r\n\r\n}", "title": "" } ]
[ { "docid": "8669bed19b6e3c492399d7156775d08b", "score": "0.6334565", "text": "public interface ObjetoEntorno {\n\n}", "title": "" }, { "docid": "7c63c7a53f5c246ce05615edf9571d98", "score": "0.6272521", "text": "public interface Corriere {\n\n /**\n * @return l'ID del corriere....
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6063671c591ca65b0d9560cbf705a2f7", "score": "0.0", "text": "public void addWeapon(StaticBoardModWeaponType wt) {\n\n\t}", "title": "" } ]
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
3dab824ce753e26502b195a9848680de
end turn, with index of the player who lost a point
[ { "docid": "5b3ba3609c43eed69d73911235e9d417", "score": "0.70455265", "text": "void endTurn(int playerIndex) {\n\t\tfor (int i = 0; i < numberOfPlayers; i++) {\n\t\t\tPlayer p = player[i];\n\t\t\tif (i != playerIndex) {\n\t\t\t\tp.increaseScore();\n\t\t\t}\n\t\t}\n\t\tstate = PAUSED;\n\t\t// reset to st...
[ { "docid": "6f15e5285f6f1c13cd9b4ef797c7e6e8", "score": "0.728024", "text": "public static void EndTurn(){\r\n\t\tLevelTick.LocationStore = false;\r\n\t\tinq = Main.getPlayers()[0].turns.size() - 1;\r\n\t\tMain.console.print(Main.getPlayers()[0].getX(), Main.getPlayers()[0].getY(), \" \");\r\n\t\tMain.g...
24e1500ef9f1a2f4e2fbe8bcf552b686
Sets the content of the visual components based on the data in the specific object to be displayed. This function is called by getListCellRendererComponent
[ { "docid": "e39e126c369f956d6fa33010e3c63acd", "score": "0.0", "text": "public void setData(Object data)\n {\n OrderLineItemIfc item = (OrderLineItemIfc)data;\n\n\n labels[DESCRIPTION].setText(item.getPLUItem().getDescription(getLocale()));\n\n labels[QUANTITY].setText(LocaleUtil...
[ { "docid": "bbcb066fcdb3913d22f48b96cc2b36d2", "score": "0.6094508", "text": "private void refreshObjectInfo() {\n int noTotalObjs = gc.getObjectsListSize();\n int noBBoxObjs = 0;\n int noScribbleObjs = 0;\n int noPolygonObjs = 0;\n\n if (gc.getObjectsList() != null) {...
99529eeadc0c6a98694554f7aea12cd4
Gets the EntityRayTraceResult representing the entity hit
[ { "docid": "6e49d0181d99c06afb2c358670b49d7a", "score": "0.5843917", "text": "protected EntityRayTraceResult rayTraceEntities(Vector3d startVec, Vector3d endVec) {\n return ProjectileHelper.rayTraceEntities(this.world, this, startVec, endVec, this.getBoundingBox().expand(this.getMotion()), this::...
[ { "docid": "0aa17dce4b9d037f94b06535f63e5388", "score": "0.61201465", "text": "public static HitResult getRayTraceTarget(Entity entity, World world, double reach, boolean ignoreEntities,\n boolean ignoreLiquids) {\n HitResult crosshairTarget = null;\n if (entity != null && world...
4eb3278d807df1cb393ee0ddf02e1fee
Create the viewer we are testing.
[ { "docid": "704212291c0fc80bfafdade36c48ff3d", "score": "0.73840964", "text": "protected abstract StructuredViewer createViewer(Shell shell);", "title": "" } ]
[ { "docid": "b73c872cebed274d4c95225ba092a1e9", "score": "0.6822825", "text": "protected SourceViewer createViewer(Composite parent) {\n \t\tSourceViewer viewer= new SourceViewer(parent, null, null, false, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);\n \t\tSourceViewerConfiguration configuration= new Sourc...
58efb02bbd445fc44a0a89df56274837
Creates and shows Toast message
[ { "docid": "6f0a2562064a21c3d1b7ec948d7b3b95", "score": "0.0", "text": "private void makeAToast(int stringQuestionId) {\n Toast hint = Toast.makeText(this, getResources().getString(stringQuestionId), Toast.LENGTH_SHORT);\n hint.setGravity(Gravity.CENTER_HORIZONTAL,0,0);\n hint.show(...
[ { "docid": "9653c4558673ddf5f9dd7300e65c604e", "score": "0.7805909", "text": "public void ToastMessage() {\n\n // create toast message object\n final Toast toast = Toast.makeText(Product_Details_Page_Type_4.this,\n \"Product added to cart\",Toast.LENGTH_LONG);\n // sh...
63226497e9bed3a55149b91e80569580
services cannot be instantiated
[ { "docid": "54e5ddd056e0953e8fc7c62f5ad9eae6", "score": "0.0", "text": "public static Iterator<CourseOffering> getCourseCatalog(final String s, final short year) throws SQLException {\n\t\t\n\t\treturn CourseOfferingService.getCoursesInSemester(s, year);\n\t}", "title": "" } ]
[ { "docid": "b4976a7b39ba0c8864691e5b314e36ef", "score": "0.74628085", "text": "private PanierServices() {\r\n\t\t// Constructeur vide\r\n\t}", "title": "" }, { "docid": "4320b601a5b8a6bbfe6a7af0f10f0dc3", "score": "0.7053675", "text": "private PeopleService() {\n }", "title": ""...
f5840dc0bd901f1b8254abee86e948a5
Wieviele verschiedene Werte zum durch "&64;InformationTypeID" angegebenen InformationsTyp gibt es bzw. wieviele (verschiedene) Besucher ("VisitorID"s) gibt es im angegebenen Zeitraum .dstore.values.IntegerValue number_of_distinct_values = 10001;
[ { "docid": "d74698d148a568dfad45b5c31e45effc", "score": "0.0", "text": "public boolean hasNumberOfDistinctValues() {\n return numberOfDistinctValues_ != null;\n }", "title": "" } ]
[ { "docid": "3c81d4cf2c11da1537141bb8c29e9d2f", "score": "0.7036609", "text": "io.dstore.values.IntegerValue getInformationTypeId();", "title": "" }, { "docid": "21e71d43c7707f472e4ddc12ccdb6c7c", "score": "0.68737304", "text": "io.dstore.values.IntegerValueOrBuilder getInformationTyp...
cd94c9328317daa7f1d930f115ff86cb
Sets the Mode to either HSV or RGB and enters the current values
[ { "docid": "2ab952fc24f2a0f512de169617b5854d", "score": "0.6771174", "text": "public void setModeAndValues(int mode, String v1, String v2, String v3, int existingAlpha) {\n if (existingAlpha < 0 || existingAlpha > 255)\n existingAlpha = 255;\n\n eAlpha = existingAlpha;\n\n ...
[ { "docid": "e843807c88b032afaaeb1b3220e2f96f", "score": "0.63267046", "text": "private void applyHsvTargetHsvRangeValues() {\n Scalar targetColorHsv = new Scalar(255);\n targetColorHsv.val[0] = mConeTargetH;\n targetColorHsv.val[1] = mConeTargetS;\n targetColorHsv.val[2] = mC...
fd27a9fe1e25224ba5e39fdea4d8606c
Funcion con la cual obtengo los permisos y los envia a la base de datos
[ { "docid": "fcc6697cb955b18f62be05b3d7f6eb43", "score": "0.6311132", "text": "public void enviarPermisos() {\n\t\tString perAdm = \"\";\n\t\tif ((this.permisosAdm == null || this.permisosAdm.length == 0)\n\t\t\t\t&& (this.permisosInv == null || this.permisosInv.length == 0)\n\t\t\t\t&& (this.permisosPar...
[ { "docid": "f2d3e200c1037791fe0294909e872209", "score": "0.6814076", "text": "private void recuperarProyectos(){\n try{\n ProyectoDAOImp proyectoDAO = new ProyectoDAOImp();\n this.listaProyectos = proyectoDAO.readAll(\"En espera\");\n }catch(Exception ex){\n ...
d5105a418f5b8bb66a37913829afa51f
Builds the Total object.
[ { "docid": "01f242ad3e98e1d7ff5829d984e38ff0", "score": "0.73095447", "text": "public Builder total(Total total);", "title": "" } ]
[ { "docid": "6ae9c8f75601a48163f99f3a8b4f69c3", "score": "0.6398221", "text": "public Builder clearTotal() {\n \n total_ = 0L;\n onChanged();\n return this;\n }", "title": "" }, { "docid": "76cf22aa53a1de5ffbeab689b4d6f6b9", "score": "0.6373177", "text...
c8471ce3d65e9e28d5bcf41c7bdd6f25
Replaces the currentDetailValue detail with newDetailValue and returns true if the operation was a success or false if currentDetailValue did not previously exist (in this case an additional call to addDetail is required).
[ { "docid": "953c182d13df2a26270d6d1125f82837", "score": "0.774213", "text": "public boolean replaceDetail(ServerStoredDetails.GenericDetail currentDetailValue,\n ServerStoredDetails.GenericDetail newDetailValue)\n throws ClassCastException\n {\n if (!newDetailValue.getCla...
[ { "docid": "3333db98af09b4419dabaf05c58ceb70", "score": "0.6137117", "text": "public boolean updateDetailTrx()\n {\n Record recDetail = this.getDetailRecord();\n try {\n recDetail.edit();\n recDetail.getField(Mco.TRX_STATUS_ID).setValue(m_iTrxStatusEntered);\n ...
d3154500e22d4ca8a18ecead9bd1cda1
Set the target of the wrist. Can be used for any mode.
[ { "docid": "2306067afc0c62a3a585b484c0f7d5f9", "score": "0.59230506", "text": "public void set(WristMode mode, double setpoint){\n updateMode(mode); //manage config changes if mode has changed.\n switch(mode){\n case Manual:\n wrist.set(ControlMode.PercentOutput, ...
[ { "docid": "eb5d894ac331eb03924393f9d9bd7661", "score": "0.78300846", "text": "public void setTarget( int t )\n {\n //TODO (38): Remove the pair of slashes in front of this line of code when you are done the above code\n target = t;\n }", "title": "" }, { "docid": "0d99af...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "a286cfb1e584e9ff566c8765809fdb62", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_add_new_card, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "af21c34586929dd479df15d2e4008cff", "score": "0.72254664", "text": "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\r\n //inflater.inflate(R.menu.main_actions, menu);\r\n\t\treturn true;\r\n\t}", "title": "" }, { ...
5e4278d796ef4a46486e4df041d16510
This method will extract puzzle matrix
[ { "docid": "3adda2f40bfb39f76934da2b5480646f", "score": "0.0", "text": "private void extractPuzzleBody(BufferedReader reader) throws IOException {\n int puzzleBodyCounter = 0;\n for (String line = reader.readLine(); line != null; line = reader.readLine()) {\n build2DPuzzleArray(...
[ { "docid": "535323b4a59b62683777a032caadddb1", "score": "0.66229385", "text": "public void extractMatrix() {\n extracCenters();\n // crop Matrix and rotate Matrix\n getMarix();\n }", "title": "" }, { "docid": "952392ac7f9fb6ea511f8e84f3e20ce1", "score": "0.6224217...
12d4fdacc7b5cdffcdea5923305bec6d
Finalizes setup by adding this class to dependency graph and setup for image caching/databinding/screen transition animations/database.
[ { "docid": "15db13ac98f14beb2e4c2ae3d3e54e9e", "score": "0.681769", "text": "private void setup() {\n UnderArmourApplication.getAppComponent().inject(this);\n\n CommonViewBindings.setImageCacheManager(imageCacheManager);\n CommonViewBindings.setErrorDisplayManager(errorDisplayManage...
[ { "docid": "00cc8879bf2488be72a9fc78d7fd223f", "score": "0.669782", "text": "private void finishConstruction() {\n if (cleanupService == null || imagePrefetchService == null) {\n cleanupService = new CleanupService(this);\n starredService = new StarredService(this);\n ...
216d74c973adf375a0b7f26f7ec1ed80
SimpleDateFormat format1 = new SimpleDateFormat("yyyyMMdd HH:mm:ss"); String formatted = format1.format(ride.getDate()); //System.out.println(ride.getStartTime() + " "+ formatted + " " + ride.getStartLocation() + " " + ride.getDriverID() + " " + ride.getRideState());
[ { "docid": "d7880496039094b6550b5e5ec13e7364", "score": "0.0", "text": "public String getInfo() {\n\t\treturn \"Currently waiting to Start Ride.\";\n\t}", "title": "" } ]
[ { "docid": "08c75bded23900b927ad53f5a42935b3", "score": "0.70338774", "text": "static String getDateString(){\r\n\t\treturn new SimpleDateFormat(\"dd/MM/yy HH:mm\").format(new Date());\t\r\n\t\t\r\n\t}", "title": "" }, { "docid": "f052f424a4da91f42af37b2fb582cdde", "score": "0.6689331", ...
40077eea8650cbc97d756e45f9521197
Tears down the test fixture. (Called after every test case method.)
[ { "docid": "6d2f2d62349d0f0036867c83c0189634", "score": "0.0", "text": "protected void tearDown() {\r\n\t\temptyList = null;\r\n\t}", "title": "" } ]
[ { "docid": "df5f01509f136f62743084515e8e9040", "score": "0.81006056", "text": "@After\n\tpublic void teardown() {\n\t\tSystem.out.println(\"Ending test\");\n\t}", "title": "" }, { "docid": "3581093164a8542cd010696f71b4e0cf", "score": "0.7982027", "text": "@AfterClass\n public stat...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "d945af2ba5d842bdd903762c75d915af", "score": "0.0", "text": "public Drawable mo5979a(CompoundButton button) {\n String str = \"CompoundButtonCompat\";\n if (!f2053b) {\n try {\n f2052a = CompoundButton.class.getDeclaredField(\"mButtonDra...
[ { "docid": "5b086c8ac16e5d5bb19debbe6162f992", "score": "0.6385309", "text": "public interface C35018a {\n /* renamed from: a */\n void mo88789a();\n }", "title": "" }, { "docid": "b83b0f0ec27f3e5a93d4f7f54f8557d8", "score": "0.6229075", "text": "protected interface ...
182a8a43835250c0141a91c4e0759b54
This method implements the method that is declared at super.
[ { "docid": "d4f49349746434ea5a67678168591ff9", "score": "0.0", "text": "protected void doClearFetchPageClause() {\r\n _fetchFirstSelectHint = \"\";\r\n }", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.72458464", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "e3110a393bd4b870b4055aa9ed6efd87", "score": "0.723528", "text": "@Override\n\tpublic void attaquer() {\n\t\t\n\t}", "title...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7d669e2f46a9a7f71ab30613afe43028", "score": "0.0", "text": "@Override\n\tpublic void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
66b8caa696b02f74d55de1a1995a733d
/+ Liefert die Jobkette, in der der Auftrag enthalten ist, oder null.
[ { "docid": "fe300d8b176ee8f1511ac84ac6b64a5c", "score": "0.51254785", "text": "@SchedulerGetter\n public Job_chain job_chain () { return (Job_chain)com_call( \"<job_chain\" ); }", "title": "" } ]
[ { "docid": "a3b2ab05752c9ed9b9a591a93aacab9a", "score": "0.57506657", "text": "@Override\n\tpublic SearchJob update(SearchJob educaiton) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "5ebcb749ab4365c8585da125afee707a", "score": "0.56917316", "text": "@Override\n\t\t\tpublic Jo...
fa12f121409ffe83c3597c51c16518c0
/ add an item to the list in first available slot before index i
[ { "docid": "791a5fdcbe61c388ff558f446a65989d", "score": "0.59926975", "text": "protected static boolean addBeforeIndex(int pos, String item)\n\t{\n\tfor (int i = pos; i >= 0; i--)\n\t\t{\n\t\tif (itemList[i] == null)\n\t\t\t{\n\t\t\titemList[i] = item;\n\t\t\tEngine.setConfigString(Engine.CS_ITEMS + i, ...
[ { "docid": "cf5a9f9878073caf5fddc2fc96143888", "score": "0.7290694", "text": "void addFirst(IndexItem item);", "title": "" }, { "docid": "255563dd4c53c1c854ce15114136c0f7", "score": "0.70852625", "text": "public void offer(int i) {\n\t\tmyList.addLast(i);\n\t}", "title": "" }, ...
fb0afe36292ff0fcdf874e16d121c172
End of variables declaration//GENEND:variables
[ { "docid": "1afd33f4f40ea90ea941d95a0c31c18f", "score": "0.0", "text": "public BarangController getBarangController() {\n return barangController;\n }", "title": "" } ]
[ { "docid": "64ef196975494d0f22f64b1b376ba62e", "score": "0.65240926", "text": "private void limpiaVariables() {\n }", "title": "" }, { "docid": "39fc93a8afed8fd9587e1725b3dd1330", "score": "0.6196968", "text": "public void mo9673C_() {\n }", "title": "" }, { "docid"...
feb7d65f301a65a62b67d9c76253d148
Removes all the survey questions from the database.
[ { "docid": "1b00240e2705ddde2d09ac7812227d6c", "score": "0.0", "text": "public void removeAll()\n\t\tthrows com.liferay.portal.kernel.exception.SystemException;", "title": "" } ]
[ { "docid": "2a6cfd9c5b20cb24039a27116b86b733", "score": "0.69350076", "text": "public void deleteQuestions() {\n\t this.questions = new ArrayList<>();\n }", "title": "" }, { "docid": "ef5706fda559e00fdaa099b2df868eb7", "score": "0.63991684", "text": "public void erase(){\n ...
e2fcb6e9b4fbac2a8932586f20c989d5
This method was generated by Abator for iBATIS. This method sets the value of the database column BIZ_DRAFT_DRAW_LIST.ACPT_ACTNO
[ { "docid": "484a282c12059c0a451cf2ec424ebf3c", "score": "0.7292498", "text": "public void setAcptActno(String acptActno) {\r\n\t\tthis.acptActno = acptActno;\r\n\t}", "title": "" } ]
[ { "docid": "93c6249e9912e23a9ea872e237629291", "score": "0.6356855", "text": "public String getAcptActno() {\r\n\t\treturn acptActno;\r\n\t}", "title": "" }, { "docid": "c821185d8b384c74cdece277ce438d6b", "score": "0.5616585", "text": "public void setAcptName(String acptName) {\r\n\t...
64b6b2962593a5bd8b5b40adbaf8537f
Create bucket if it does not exist
[ { "docid": "e6e7f61387292360cb100e9328157c1a", "score": "0.72320396", "text": "@Test\n\tpublic void t2S3CreateBucket() throws Exception {\n\t\tLOG.info(\"--------------------------------------------------------------------------------------------------\");\n\t\tLOG.info(\"Creating new bucket {}\", bucke...
[ { "docid": "fad04bb9a4df26e18fcad44a59cc9682", "score": "0.7427846", "text": "BucketInfo createBucket(BucketConfiguration config) throws IOException, JetStreamApiException;", "title": "" }, { "docid": "55630c28df7bd693d0f46f5b4327f0f3", "score": "0.7082932", "text": "public Bucket cr...
98cccd799bce857c9410f7b409396a26
Metodo para Montar a CTE
[ { "docid": "e6f15f86811f6acfa17edd371f02cb97", "score": "0.0", "text": "static TEnviCTe montaCte(ConfiguracoesCte config, TEnviCTe enviCTe, boolean valida) throws CteException {\n\t\ttry {\n\n\t\t\t/**\n\t\t\t * Assina o Xml\n\t\t\t */\n String xml = Assinatura.assinar(config, XmlCteUtil.obje...
[ { "docid": "a5626359918cc71a0cdea712f6bd81b2", "score": "0.5359162", "text": "String getCTE();", "title": "" }, { "docid": "a5626359918cc71a0cdea712f6bd81b2", "score": "0.5359162", "text": "String getCTE();", "title": "" }, { "docid": "a5626359918cc71a0cdea712f6bd81b2", ...
496b48c5ab213e0b4546c8afe85ca7ad
Returns a nonblank description for this refactor operation.
[ { "docid": "f1731e2217b4ecb2e5c08a0454287fba", "score": "0.0", "text": "default String getDescription() { return getClass().getSimpleName(); }", "title": "" } ]
[ { "docid": "d42491290c5d52a5f41f9224bf0f2432", "score": "0.687367", "text": "String getChangeDescription();", "title": "" }, { "docid": "69ed2601acd6c096bf35cc54527b4360", "score": "0.6583707", "text": "public String getDescriptionOfChange() {\n return descriptionOfChange;\n ...
da9fa8bc1fbad6a5661e697c4b4b33e5
To be implemented in as specific adapter
[ { "docid": "c6a52b8036b43945afaee7e881247ce3", "score": "0.0", "text": "@NonNull\n @Override\n public ExploreCoursesViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) {\n switch (viewType) {\n case VIEW_TYPE_NORMAL:\n return new ExploreCoursesVi...
[ { "docid": "eb4ccb6a330d91c593b760d7d420c81e", "score": "0.7049185", "text": "@Override\r\n\tpublic void initAdapter() {\n\r\n\t}", "title": "" }, { "docid": "4ac33470e306eed7d780edf4189fa7b4", "score": "0.67594755", "text": "private void initAdapter() {\n }", "title": "" },...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4eca501c974361d40dccfda64af93cf3", "score": "0.0", "text": "@Override\n\tpublic boolean deleteEntity(String id) {\n\t\treturn false;\n\t}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
79ec95a1321079a034e714d1a0218778
GENLAST:event_logoutButtonActionPerformed Method jika menekan ctrl+shift+L saat fokus ada di wordTF.
[ { "docid": "aad9b006d9eccd763020d6fbacebce43", "score": "0.75478715", "text": "private void wordTFKeyPressed(java.awt.event.KeyEvent evt) {//GEN-FIRST:event_wordTFKeyPressed\r\n if (!d.login.isLogin) {\r\n if (evt.isControlDown() && evt.isShiftDown() && evt.getKeyCode() == KeyEvent.VK_...
[ { "docid": "5ce8037b7f3401f709946bf9822fddaa", "score": "0.600362", "text": "private void formKeyPressed(java.awt.event.KeyEvent evt) {//GEN-FIRST:event_formKeyPressed\r\n this.requestFocus();\r\n if (!d.login.isLogin) {\r\n if (evt.isControlDown() && evt.isShiftDown() && evt.ge...
b824b1a0d7ab9b720f10cebd7d3f235a
Since Minecraft Beta 1.8, friendly mobs are mainly spawned during the terrain generation. Calling this method will place the mobs.
[ { "docid": "3bec77515820487e180905be55bc8940", "score": "0.6630826", "text": "public void placePopulationMobs(LocalBiome biome, Random random, ChunkCoordinate chunkCoord);", "title": "" } ]
[ { "docid": "7c9d1081278daffe68ebc50b65f9a764", "score": "0.63978153", "text": "@Override\r\n public boolean CanMobsSpawnOn( World world, int i, int j, int k )\r\n {\n \t\r\n \treturn false;\r\n }", "title": "" }, { "docid": "52668801950620ea9b07e10232e2a2f9", "score": "0.6...
f4990b8308e8595e547e580597bde276
repeated .in.trujobs.proto.LocalityObject jobPostLocality = 6;
[ { "docid": "5eeef0c5385a4a97f50e10cb56cf5bd1", "score": "0.60356826", "text": "public java.util.List<? extends in.trujobs.proto.LocalityObjectOrBuilder> \n getJobPostLocalityOrBuilderList() {\n return jobPostLocality_;\n }", "title": "" } ]
[ { "docid": "8c5b3623e6f363a723d336a809c4b533", "score": "0.63798857", "text": "public in.trujobs.proto.LocalityObjectOrBuilder getJobPostLocalityOrBuilder(\n int index) {\n return jobPostLocality_.get(index);\n }", "title": "" }, { "docid": "3f480c259d5e385181cd2c49f24098f7", "s...
f6e59f8c7ca59b6ea24f0ac95236b85c
StatService.onEvent(context, tagName, tagValue, 1); if(WoleConfig.OPENUMENG) MobclickAgent.onEvent(context, tagName, tagName);
[ { "docid": "926e311008914b474f95839f27107f16", "score": "0.0", "text": "public static void statisApp(Context context,String tagName,String tagValue){\n\t}", "title": "" } ]
[ { "docid": "b01ef6d55feb981e4421b108154ff6cb", "score": "0.5901051", "text": "@Override\n public void onEvent(String eventName, Object... args)\n {\n }", "title": "" }, { "docid": "29877014b8091ccea30741ba01ea43e2", "score": "0.5873983", "text": "String getEventName();", ...
9c9d68cbbc42921dee53abf32fafb713
This data source provides the ots secondary index of the current Alibaba Cloud user. For information about OTS secondary index and how to use it, see [Secondary index overview]( > NOTE: Available in v1.187.0+.
[ { "docid": "3cfb404bfe6075522ba042f2a7df17c4", "score": "0.52546215", "text": "public static CompletableFuture<GetSecondaryIndexesResult> getSecondaryIndexesPlain(GetSecondaryIndexesPlainArgs args) {\n return getSecondaryIndexesPlain(args, InvokeOptions.Empty);\n }", "title": "" } ]
[ { "docid": "4fdac58223bfc2ec02753c191674ba8c", "score": "0.5767454", "text": "public static Output<GetSecondaryIndexesResult> getSecondaryIndexes(GetSecondaryIndexesArgs args) {\n return getSecondaryIndexes(args, InvokeOptions.Empty);\n }", "title": "" }, { "docid": "49ff7c1394a83f...
eb15b7551c574eb140cbeac863813ca8
Row view can't cause a complete data change (in the sense of number of rows changing), but can cause a column change. Note that a column change automatically includes changes to rows as well.
[ { "docid": "f555013ec132d51eeb2ef2241b23c1c2", "score": "0.67134106", "text": "@Override\n\tpublic void tableRowViewChanged(TableRowView<?> tableRowView, boolean columnsChanged) {\n\t\thandleChange(false, columnsChanged);\n\t}", "title": "" } ]
[ { "docid": "d4b166102ee333c49f70ff1e74017b49", "score": "0.6306708", "text": "void fixedRowCountChanged();", "title": "" }, { "docid": "d60f09adaea0e3d79a172ff79b35a9f4", "score": "0.61649805", "text": "void notifyColumnChanged(TableValuesModel model, GeoEvaluatable evaluatable, int ...
219b3e6a85502d771ad3bd3e9f85a28b
Reads bytes into byte receiver. Returns the receiver offset after reading. Default implementation reads one byte at a time; efficiency may be improved by overriding.
[ { "docid": "dc7a0b4c6faf06c27182d8654d25fc8c", "score": "0.7041794", "text": "default int readInto(ByteReceiver receiver, int offset, int length) {\n\t\tArrayUtil.validateSlice(receiver.length(), offset, length);\n\t\twhile (length-- > 0)\n\t\t\treceiver.setByte(offset++, readByte());\n\t\treturn offset...
[ { "docid": "9a716bceaca5410510bea2632e6b8cbe", "score": "0.7234204", "text": "default int readInto(ByteReceiver receiver, int offset) {\n\t\treturn readInto(receiver, offset, receiver.length() - offset);\n\t}", "title": "" }, { "docid": "cc75835db9fb92b529eb0a4d82e9a0eb", "score": "0.706...
9ec3d298dc5eb09e77183bd75f26a2f2
required int32 XAngle = 10;
[ { "docid": "0af3eaeb5e2a166d2d97af70539fd5d2", "score": "0.59534687", "text": "boolean hasXAngle();", "title": "" } ]
[ { "docid": "b7f81acf7fa4e029ab9a67897c69dd18", "score": "0.72327715", "text": "int getXAngle();", "title": "" }, { "docid": "5f4df5196bf7bacfff354644709a14c7", "score": "0.70924836", "text": "double xAngle();", "title": "" }, { "docid": "0dd26e70712c963689e4ce7764d2653f",...
c3b5c64f62f29ff11093146f1703e46a
Gets the value of maxRows
[ { "docid": "6e8822dbb7950e701959fb60767bf94f", "score": "0.86922705", "text": "public int getMaxRows();", "title": "" } ]
[ { "docid": "b9312c12db31bf86c13a6eec150ae993", "score": "0.8967338", "text": "public int getMaxRows() {\r\n return maxRows;\r\n }", "title": "" }, { "docid": "69579205b87a56454d81251517e9ce88", "score": "0.8956041", "text": "public long getMaxRows() {\n return maxRow...
3f5a51ecd7f645293759ba0db063c4e9
Calls the database function get_BOOLEAN.
[ { "docid": "6d6f6483c7222e261eb5feff1d190727", "score": "0.7762277", "text": "public Boolean\r\n getBoolean()\r\n throws OpbDataAccessException {\r\n final String methodName = \"getBoolean()\";\r\n\r\n logger.entering(CLASS_NAME, methodName);\r\n\r\n Boolean re...
[ { "docid": "b79ae173366225fda1cea7364cf15471", "score": "0.74509305", "text": "boolean getBoolean();", "title": "" }, { "docid": "b79ae173366225fda1cea7364cf15471", "score": "0.74509305", "text": "boolean getBoolean();", "title": "" }, { "docid": "a6307b9495806762cc96a14a...
db14dff279aa6c424137005336968d4a
Find the _Fields constant that matches name, or null if its not found.
[ { "docid": "df89e0a3046c32259e386bf9daf4403c", "score": "0.0", "text": "public static _Fields findByName(String name) {\n return byName.get(name);\n }", "title": "" } ]
[ { "docid": "2aedca74101f3519831ef106c8e1a7b6", "score": "0.77550375", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByName(String name) {\n return byName.get(name);\n }", "title": "" }, { "docid": "2aedca74101f3519831ef106c8e1a7b6", "score":...
34334624e8aac72a80890a7d1703883f
set static plugin variable for discordsrv methods to use
[ { "docid": "8e0b477dd075304dc774b6fbd0c21925", "score": "0.604719", "text": "public void onEnable(){\n\t\tplugin = this;\n\t\t\n\t\t// load config, create if doesn't exist, update config if old\n\t\tif (!new File(getDataFolder(), \"config.yml\").exists()) saveResource(\"config.yml\", false);\n\t\tif (ge...
[ { "docid": "17e0cd6069455ff8515a62e52f82c669", "score": "0.54497474", "text": "public ChatUtils(JavaPlugin instance) {\n plugin = instance;\n }", "title": "" }, { "docid": "8587e2ab17abe467d25282cdb0f9e2ae", "score": "0.5404547", "text": "public void setPluginApi(PluginApi ...
25252003c8ed7c7ff54394d1859fd4c2
Set the next node in the list after this one
[ { "docid": "d2f24c20aa2da1be967bc843256830d1", "score": "0.75281733", "text": "public void setNext(ListNode<T> pNext)\n {\n \tnext = pNext;\n }", "title": "" } ]
[ { "docid": "409ce67f3075e0af15a29f9949a0e471", "score": "0.7842967", "text": "public void setNext (Node nextNode)\n {\n next = nextNode;\n }", "title": "" }, { "docid": "55fcba2ba90e722046df20a68fabac51", "score": "0.77941155", "text": "public void setNext(No...
6a0be3d05cb1e8287e097bdc1e5b454e
This method formats a given value with the configured locale numberformat.
[ { "docid": "554fa06a7d59877921d80ba8d3faf03f", "score": "0.50612074", "text": "public String valueToString(Object aValue) {\r\n if(aValue == null) return \"\";\r\n String str = aValue.toString();\r\n \r\n try {\r\n str = numberFormat.format(aValue);\r\n } ca...
[ { "docid": "e6a67ec787774c17d6ed53229a22c60b", "score": "0.6997077", "text": "void setNumberFormat(NumberFormat nf);", "title": "" }, { "docid": "b28371bcc2f49d7f2686aa6af8d663d1", "score": "0.6927309", "text": "public void setFormat(final PhoneNumberFormat value)\n\t{\n\t\t_format =...
54071d628499782340c40541654430bc
Ok: need the matching '/'
[ { "docid": "ccf7e44909b2a8b1d1e35102bbe6300c", "score": "0.0", "text": "private void _skipCComment() throws IOException\n {\n while ((_inputPtr < _inputEnd) || _loadMore()) {\n int i = (int) _inputBuffer[_inputPtr++];\n if (i <= '*') {\n if (i == '*') { // ...
[ { "docid": "e50bf51e2d02f9c7eec772f401b1110d", "score": "0.62675756", "text": "@Test\n public void test119() throws Throwable {\n URI uRI0 = MockURI.create(\"\");\n String string0 = MockURI.getRawPath(uRI0);\n int int0 = StringUtils.countMatches(\"\", \"\");\n String string1 = Str...
7e9a252351e68ef16133cc4c6ec93071
The node that this image was found on. This is intentionally not a property to avoid serialization.
[ { "docid": "43fb21ca747157ced5aced1d1e911bfc", "score": "0.0", "text": "public NBIANode associatedLocation();", "title": "" } ]
[ { "docid": "abe87fc3eaeaf7bf5199af6ce8224fa9", "score": "0.73114085", "text": "public ImageView getNode() {\n return repr;\n }", "title": "" }, { "docid": "e9fe4607da56b4dddedcfda320ad5ddf", "score": "0.72164977", "text": "public String getNodeImg() {\n\t\treturn \"\";\r\n\t}...
aa838a316e4961db6fd6167029141c96
This method initializes group
[ { "docid": "3bc8e674bf13f447f8ca48bebc4074d4", "score": "0.0", "text": "private void createBackupsGroup() {\n\t\tGridData gridData4 = new org.eclipse.swt.layout.GridData();\n\t\tgridData4.horizontalAlignment = org.eclipse.swt.layout.GridData.FILL;\n\t\tgridData4.grabExcessHorizontalSpace = true;\n\t\tgr...
[ { "docid": "81392c60890e4e352a06dc78e5494daa", "score": "0.77480334", "text": "public MGroup() {\n\t\tsuper();\n\t}", "title": "" }, { "docid": "487ed7f3d59e1b029090a5fff815d3d7", "score": "0.76120645", "text": "public Group() {\n }", "title": "" }, { "docid": ...
58265368f8a6d47761bb189832182022
Standard list metadata. More info: +optional optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
[ { "docid": "c810cf052ea61f78dce3d844c8f093c9", "score": "0.79354334", "text": "public io.kubernetes.client.proto.Meta.ListMeta getMetadata() {\n if (metadataBuilder_ == null) {\n return metadata_ == null\n ? io.kubernetes.client.proto.Meta.ListMeta.getDefaultInstance()\n ...
[ { "docid": "a445f29f295c225502bc002550955a9b", "score": "0.8490034", "text": "io.kubernetes.client.proto.Meta.ListMeta getMetadata();", "title": "" }, { "docid": "a445f29f295c225502bc002550955a9b", "score": "0.8490034", "text": "io.kubernetes.client.proto.Meta.ListMeta getMetadata();...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "3d581f8da4e634e0c085638e968bf6dd", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "af21c34586929dd479df15d2e4008cff", "score": "0.72264075", "text": "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\r\n //inflater.inflate(R.menu.main_actions, menu);\r\n\t\treturn true;\r\n\t}", "title": "" }, { ...
6aafe6da6ebbcb5db351679096e5ddc4
get current location listener ON FRAGMENT ATTACHED
[ { "docid": "1f474d7cb923713acb9972664a462412", "score": "0.0", "text": "@Override\n public void onAttach(Context ctx) { // save context activity when fragment attached\n super.onAttach(ctx);\n mActivity = (Activity) ctx;\n }...
[ { "docid": "58cb7cc8446d6a31068959e4dec27594", "score": "0.63808024", "text": "private void handleForegroundLocationUpdates() {\n }", "title": "" }, { "docid": "b2b76b812690f74075e9bbc4218ab890", "score": "0.63458604", "text": "@Override\n public void onConnected(Bundle bundle)...
aa0d0df91f09d1e189b17829b5481543
Make a request to the Mapbox Directions API. Once successful, pass the route to the route layer.
[ { "docid": "fd299c221fe80d2aad0edbf3ae88e29e", "score": "0.73875517", "text": "private void getRoute(final MapboxMap mapboxMap, Point origin, Point destination) {\n client = MapboxDirections.builder()\n .origin(origin)\n .destination(destination)\n .ov...
[ { "docid": "e86cf570fcd9691ebf1347be509bf8eb", "score": "0.67652917", "text": "@Override\n public void onResponse(Call<DirectionsResponse> call, Response<DirectionsResponse> response) {\n Timber.d(\"Response code: \" + response.code());\n if (response.body() == n...
f95e5bdb217cf1c857c9dd5d4cef4c92
Returns an ordered range of all the video galleries where uuid = &63; and companyId = &63;. Useful when paginating results. Returns a maximum of end start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to Query...
[ { "docid": "a1e5e9be386ff3e6d2aa3a0b356d009d", "score": "0.79451984", "text": "public java.util.List<VideoGallery> findByUuid_C(\n\t\tString uuid, long companyId, int start, int end,\n\t\tcom.liferay.portal.kernel.util.OrderByComparator<VideoGallery>\n\t\t\torderByComparator);", "title": "" } ]
[ { "docid": "58e1f434cb7ad8a51cacb2f258eae519", "score": "0.7619801", "text": "public java.util.List<VideoGallery> findByUuid_C(\n\t\tString uuid, long companyId, int start, int end,\n\t\tcom.liferay.portal.kernel.util.OrderByComparator<VideoGallery>\n\t\t\torderByComparator,\n\t\tboolean useFinderCache)...
24a81db859fd62551ff905e2d9455437
initialize your data structure here.
[ { "docid": "593e25012c34901cedd2d1ebf974b098", "score": "0.0", "text": "public MinStack() {\n stack = new Stack<>();\n list = new LinkedList<>();\n }", "title": "" } ]
[ { "docid": "74bee6dce01aafdb044924e66085f7c7", "score": "0.7960524", "text": "private void initData() {\n }", "title": "" }, { "docid": "74bee6dce01aafdb044924e66085f7c7", "score": "0.7960524", "text": "private void initData() {\n }", "title": "" }, { "docid": "6b70...
aa46d59db3d09c86d20d00047bdf5604
Niveau de fonctionnement optional int32 CurrentState = 1;
[ { "docid": "b352ae2d4abfbd5d5cd76200c1ce3fbf", "score": "0.69166875", "text": "public int getCurrentState() {\n return currentState_;\n }", "title": "" } ]
[ { "docid": "520f18dcd8b1d5d74cb51530d61f1424", "score": "0.8011977", "text": "int getCurrentState();", "title": "" }, { "docid": "668cfdb622df156499145231df485796", "score": "0.7784866", "text": "int getCurrentStateValue();", "title": "" }, { "docid": "9f5c10e768a117218cc...
276191dc13cc67dd29349081ae3c7add
Used by DatumReader. Applications should not call.
[ { "docid": "7a0666c704007ee2681b9cd311ea9c61", "score": "0.0", "text": "@SuppressWarnings(value=\"unchecked\")\n public void put(int field$, java.lang.Object value$) {\n switch (field$) {\n case 0: id = (java.lang.Integer)value$; break;\n case 1: key = (java.lang.String)value$; break;\n cas...
[ { "docid": "a10ca1495340d75fb626435812f744b7", "score": "0.6434492", "text": "protected void plugPointReadData() {}", "title": "" }, { "docid": "96f2ddc2caa55f503044577f14844013", "score": "0.618743", "text": "@Override\n public PersistentDataset<byte[]> getUnknownData() {\n defe...
1a192e356a9bcf403ec94c825b67dc84
Tells the shader to use the fragment's final color as it is.
[ { "docid": "976652c36bb9fd0bf8814e7e2f98f63b", "score": "0.7377591", "text": "public void useDefaultFinalColorFunction() {\n\t\tthis.setUniformSubroutine(\"finalColorFunc\", \"finalLightColor\", FRAGMENT_SHADER);\n\t}", "title": "" } ]
[ { "docid": "cdfd07afbc45f6c569a4b53071751168", "score": "0.68253654", "text": "public void useTextureColor() {\n\t\tthis.setUniformSubroutine(\"colorFunc\", \"textureColor\", FRAGMENT_SHADER);\n\t}", "title": "" }, { "docid": "5986f2b9894dbb680333de30eb855869", "score": "0.6651907", ...
7e6473508f1239d90e2b3c340c52a70e
Compare the two formal parameters.
[ { "docid": "1131a16363076d71c8201779a731d96b", "score": "0.68324345", "text": "public static int compare(FormalParameter p1, FormalParameter p2) {\n\t\tif (p1 != p2) {\n\t\t\tif (p1 == null) {\n\t\t\t\treturn Integer.MIN_VALUE;\n\t\t\t}\n\t\t\tif (p2 == null) {\n\t\t\t\treturn Integer.MAX_VALUE;\n\t\t\t...
[ { "docid": "e9eb22727f494440b41d3466d7f14b92", "score": "0.7021898", "text": "public static boolean areTwoDifferentParameters(Local l1, Local l2) {\n return l1.isParameter() && l2.isParameter() && l1.parameterNumber != l2.parameterNumber;\n }", "title": "" }, { "docid": "a2f15676e8...
0465be31231f3dd92b208216b530ee55
No args constructor for use in serialization
[ { "docid": "1754f0a8c892656d546974ea19afd64b", "score": "0.0", "text": "public SBALeadBody() {\n }", "title": "" } ]
[ { "docid": "1890e2cff747e0c5d8f550544e5e806b", "score": "0.75123066", "text": "public SerializedData() {\n\t}", "title": "" }, { "docid": "4391e30f5f55f6172a3cd7592c357842", "score": "0.73055756", "text": "SerializableImpl() {\n\n }", "title": "" }, { "docid": "8aa1670...
2cdcaff11d78f34e4a9a37e83f947da4
This methods creates the Post request object for updating assignee with parameters and headers.
[ { "docid": "28ea40a946b4d4a68473e8780fd9fa6e", "score": "0.44828248", "text": "public HttpUriRequest getHttpDeleteAssignees(String prNo, String assignees) throws UnsupportedEncodingException {\n HttpDeleteWithBody post = new HttpDeleteWithBody(Constants.GITHUB_BASE_URL + \"/repos/\" + Constants.R...
[ { "docid": "968d946af31c3a45e79e5c639a0f8b13", "score": "0.5958216", "text": "T setAssignee(Object assigneeReference);", "title": "" }, { "docid": "43f42cc4e61076d8ade41149d87c505c", "score": "0.5746254", "text": "public HttpUriRequest getHttpPostAssignees(String prNo, String assigne...
6f0da42f85b1960210b3b7ad8d9a5db6
Test if it will be possible to leave the current state and use the transition identified by using the the given . 3 callback methods are used (in the following order): currentState.checkBeforeExit transition.testAction state(pointed by previous transition).checkBeforeEntry
[ { "docid": "7958b48a23252e5c788c456040c5c955", "score": "0.0", "text": "public boolean testActiveTransition(TS transition, PAR parameter)\r\n\t\tthrows StdExecutionException, NodeNotFoundException, LinkNotFoundException {\r\n\r\n\t\tboolean found = false;\r\n\t\tDS currentState = vertexKeysPath.peek();\...
[ { "docid": "b2d0255f6553c9ad81c1d7208ce9ca52", "score": "0.62458384", "text": "@Test\n public void successfulBack(){\n try{\n currentState.handleAction(new BackAction(\"Ernestino\"));\n }catch(FSMTransitionFailedException e){\n throw new RuntimeException();\n ...
5f6875ae05af2c8afa78bab7dc04ee86
Constructor which sets the default scanner.
[ { "docid": "3c6f1ac4c955878ea95eddda821a3db7", "score": "0.6868357", "text": "public parser(java_cup.runtime.Scanner s) {super(s);}", "title": "" } ]
[ { "docid": "67cf59fe90fcd7f1537af650ee876554", "score": "0.69324136", "text": "public void initializeScanner ()\n {\n myFile = chooseFile();\n myInput = openFile();\n }", "title": "" }, { "docid": "217be1e0234766a6df1eff16d6f1adff", "score": "0.6887122", "text": "...
02e4897969b9a76628821c709f8a98ae
Feature: helpfulness getter for helpfulness gets
[ { "docid": "f3a864cbc177d4ac6af27780dafd9060", "score": "0.54606456", "text": "public int getHelpfulness() {\n if (Review_Type.featOkTst && ((Review_Type)jcasType).casFeat_helpfulness == null)\n jcasType.jcas.throwFeatMissing(\"helpfulness\", \"type.Review\");\n return jcasType.ll_cas.ll_getI...
[ { "docid": "263e33857607103d73fe0da32acfcb07", "score": "0.60041994", "text": "Poolable get();", "title": "" }, { "docid": "888a1e54738451b858ec5d751d4543b8", "score": "0.5924392", "text": "public String getExample();", "title": "" }, { "docid": "4110c80f22f30376352de8270...
a5d8e4ce0edba9d4a478bed2fc8c0745
Copy values from given zones to local members
[ { "docid": "85452ac77f05b5715e59e2354da71635", "score": "0.0", "text": "public SerializeableZone(final Zone z) {\n rgb = z.getColor().getRGB();\n type = z.getSAMType();\n wps = new double[z.getWaypoints().length][2];\n for (int i = 0; i < z.getWaypoints().length; i++) {\n ...
[ { "docid": "086bfe92e97a576a78e711d0568fbb24", "score": "0.58103144", "text": "public void setZoneMembership(List<String> zoneMembership)\n {\n this.zoneMembership = zoneMembership;\n }", "title": "" }, { "docid": "7c0db29a953e30f1d1a3d9ee6cb51f6b", "score": "0.5672415", ...
a1d673ed5b3ec16bdcd4d13cdc0c66e7
Loads the view matrix to the shader
[ { "docid": "3d7d888bf188b4b86b1552451f7bb95b", "score": "0.6205616", "text": "public void loadViewMatrix(Camera camera){\n this.viewMatrix.loadMatrix(camera.getViewMatrix());\n }", "title": "" } ]
[ { "docid": "16a226f500d383666fa6f0dc378bef28", "score": "0.6248234", "text": "protected void loadMatrix(int location, Matrix4f matrix) {\n FloatBuffer matrixBuffer = BufferUtils.createFloatBuffer(16);\n matrix.store(matrixBuffer);\n matrixBuffer.flip();\n GL20.glUniformMatrix...
e8db69fd659cb5500e12ab38376b82b9
This method was generated by MyBatis Generator. This method corresponds to the database table public.reply
[ { "docid": "86b4d76bd9dd8ef2a5fa785f2d3163b7", "score": "0.0", "text": "int deleteByExample(ReplyExample example);", "title": "" } ]
[ { "docid": "55669bed6bae190ce4d8daa2cc1b0a64", "score": "0.6854349", "text": "public ReplyRecord() {\n\t\tsuper(com.ywj.swiftbuy.dao.model.tables.Reply.REPLY);\n\t}", "title": "" }, { "docid": "7e850c6c1d5e6660c58494b8ba83ed3e", "score": "0.639292", "text": "public void reply()\n ...
7cce0d5ee60d650b147a1c88c438f725
Returns true if the given JavaId has the annotation "org.junit.Test" and the stack trace util has been configured to stop at JUnit tests, false otherwise.
[ { "docid": "f7dc85fd449949a806e2b63510919bcf", "score": "0.62773", "text": "private boolean continueStacktraceTransformation(JavaId _jid) {\n\t\tboolean cont = true;\n\t\tif(_jid==null)\n\t\t\tcont = false;\n\t\telse if(_jid.hasAnnotation(ANNO_JUNIT_TEST)) {\n\t\t\tif(this.stopAtJUnit) {\n\t\t\t\tStackT...
[ { "docid": "b7a2233ef76ccc2bc418a2cc56b54a3c", "score": "0.62628603", "text": "boolean hasTraceId();", "title": "" }, { "docid": "3cc8b46ff38f1cd1edb378b5437256c0", "score": "0.5904602", "text": "boolean hasTrace();", "title": "" }, { "docid": "3cc8b46ff38f1cd1edb378b5437...
428bd92d5a9621c00d28c7f40d1faff6
set testOnBorrow value to testOnBorrow
[ { "docid": "50bc80a7ca971779d8197c3d63a01e39", "score": "0.88871217", "text": "public void setTestOnBorrow(boolean testOnBorrow) {\n this.testOnBorrow = testOnBorrow;\n }", "title": "" } ]
[ { "docid": "b31fc563b75579db8a103cca20751deb", "score": "0.80883896", "text": "public boolean isTestOnBorrow() {\n return testOnBorrow;\n }", "title": "" }, { "docid": "d579db3df352fa7922a79c688a240042", "score": "0.6239607", "text": "public void borrowed(){\n borrow...
651a660e59b123d7a4eec134b58ecb7a
Set the initial position of Board and Pawns
[ { "docid": "250c5bb02ab6512baa2a7ff5f6c49cac", "score": "0.65909547", "text": "private void setGuiComponentsPosition(){\n boardPanel.setBounds(Constants.boardStartX,Constants.boardStartY,Constants.boardWidth,Constants.boardHeight); // 5,5,960,960\n this.add(boardPanel);\n\n// testPa...
[ { "docid": "0cd2b7fcec06e09217a7ea5f4fe37f9a", "score": "0.7283625", "text": "private void initPositions() {\n background.setPosition(0, 0);\n spaceShip.setPosition(getWidth() / 2, getHeight() / 2);\n meteor.setPosition(200, 350);\n win.setPosition(0, 0);\n \n }", ...
83707c903357d17966a34ce5d3557112
Compose a new tweet.
[ { "docid": "665f8772c9596da05583780aeafad2bb", "score": "0.49900535", "text": "public void postTweet(int userId, int tweetId) {\r\n List<Tweet> list = tweets.getOrDefault(userId, new ArrayList<>());\r\n list.add(new Tweet(userId, tweetId, timeStamp.incrementAndGet()));\r\n tweets.pu...
[ { "docid": "e25024e72d899b816dd7a03fad06f278", "score": "0.66569215", "text": "public static Result compose()\n\t{\n\t\tDynamicForm dynamicForm = form().bindFromRequest();\n\t\tString tweet = dynamicForm.get(Constants.TWEET_CONTENT);\n\t\tString handle = session().get(Constants.USER_HANDLE);\n\t\tboolea...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8cd8bd39b2d01bb90a1cc4552a2976de", "score": "0.0", "text": "public HashMap<String,HashMap<String,Double>> getSimilarTarget(String modelfile, String idxfile,HashSet<String> queries, HashSet<String> allTargets) throws Exception {\n\t\t \tBufferedReader br = new BufferedReader(new FileReader(ne...
[ { "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...
b846f2101eb17bfb959ce3edb9a5c92b
GENLAST:event_jBBuscKeyPressed /Cuando se gana el foco del teclado en el campo de buscar
[ { "docid": "105ce52bdb91f5a70c68141dd733ee57", "score": "0.0", "text": "private void jTBuscFocusGained(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_jTBuscFocusGained\n\n /*Establece el botón por default*/\n this.getRootPane().setDefaultButton(jBBusc);\n \n /*Selecciona t...
[ { "docid": "561b018c166e6c5b95ac913f68912754", "score": "0.7363661", "text": "private void txtBuscarUMKeyTyped(java.awt.event.KeyEvent evt) {\n }", "title": "" }, { "docid": "f8ba5f6b87fdb4cd51f61fd7d6231ee2", "score": "0.72739804", "text": "@Override\n\tpublic void keyPressed(Key...
d94af76a60358865fee32b8c1fc92c7f
Test case number: 237 /Coverage entropy=NaN
[ { "docid": "707637091b04905698e3ccef72390eee", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test237() throws Throwable {\n boolean boolean0 = FileSystemHandling.appendLineToFile((EvoSuiteFile) null, \"\");\n assertFalse(boolean0);\n \n boolean boolean1 = FileSystem...
[ { "docid": "b005af55cbcaed7b685f4b7b77cb58b4", "score": "0.6455849", "text": "@Test(timeout = 4000)\n public void test06() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluation...
534f55702a1b5155744257e0b6d308ec
Returns the my page remote service.
[ { "docid": "edb67eae6ca89d4e8c3a38586f65e1a9", "score": "0.62543005", "text": "public com.arman.csb.theme.service.MyPageService getMyPageService() {\r\n return myPageService;\r\n }", "title": "" } ]
[ { "docid": "d6eb62b9cd61be6e02fda830b23eb3fb", "score": "0.64507973", "text": "@SuppressWarnings(\"unused\")\r\n\tprivate Object getMyService() {\r\n\t\treturn (Object) ServiceManager.INSTANCE.locateService(\"self\");\r\n\t}", "title": "" }, { "docid": "4dc8e1d9900ba9d62b7e7983445b9ec3", ...
3ac9b313db558cb236e2a4640e267c9d
Creates an empty DOM document.
[ { "docid": "075c5d0315263597b6b1793d2cc02508", "score": "0.7719565", "text": "private static Document emptyDocument() {\n final DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();\n dbf.setNamespaceAware(true);\n try {\n final DocumentBuilder db = dbf.newDo...
[ { "docid": "9a555e232f83e0fc1763e79aade7378f", "score": "0.7585217", "text": "private static Document newEmptyDocument() {\n try {\n DocumentBuilder db = dbf.newDocumentBuilder();\n return db.newDocument();\n } catch (ParserConfigurationException e) {\n \tthrow...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b177dcbf93936d9cee9aa32913f3a036", "score": "0.0", "text": "public void actionPerformed(ActionEvent e) {\n\t\t\t\t\tnew aboutDialog(mf, \"关于我们\", true);\n\t\t\t\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}", ...
5d8984f8fbdb8117580cd4d89b49cd95
No more than 25 per page allowed for performance reasons
[ { "docid": "e59b2a3d8419a6159985e8a8e33040ed", "score": "0.5961035", "text": "@Override\n\tpublic void setPerPage(int perPage)\n\t{ No more than 25 per page allowed for performance reasons\n\t\t//\n\t\tif ( perPage > MAXPERPAGE )\n\t\t{\n\t\t\tsuper.setPerPage(MAXPERPAGE);\n\t\t}\n\t\telse\n\t\t{\n\t\t\...
[ { "docid": "1a91677322d27ff17a7965ac21e39eed", "score": "0.66385305", "text": "long getPageSize();", "title": "" }, { "docid": "1a91677322d27ff17a7965ac21e39eed", "score": "0.66385305", "text": "long getPageSize();", "title": "" }, { "docid": "1a91677322d27ff17a7965ac21e3...
93a2728db54357b52844e296f31b5f6f
Return the GraphQL type for the key of the given map attribute.
[ { "docid": "f1d7d7c450dabdb3a5bf3f47b886c152", "score": "0.48904094", "text": "protected GraphQLOutputType getKeyType(GraphQLSchema.Builder schemaBuilder, EntityViewManager evm, Class<?> keyType, Map<Class<?>, String> registeredTypeNames) {\n ManagedViewType<?> managedViewType = evm.getMetamodel(...
[ { "docid": "d71cba6e46939f2847063b0102b9c66e", "score": "0.6605341", "text": "protected GraphQLOutputType getKeyType(GraphQLSchema.Builder schemaBuilder, MapAttribute<?, ?, ?> mapAttribute, Map<Class<?>, String> registeredTypeNames) {\n com.blazebit.persistence.view.metamodel.Type<?> elementType ...
512eb8ce1199b4bd402590921e1f5e4d
when this method will be called the user name and password from the bean and whoever logged in
[ { "docid": "d19248b1e94b465144c0b8954c03fd62", "score": "0.0", "text": "private String getLoggedinUserName(){\n\t\t\n\t\tObject principal = \n\t\t\t\tSecurityContextHolder.getContext()\n\t\t\t\t.getAuthentication().getPrincipal();\n\t\t\n\t\tif(principal instanceof UserDetails){\n\t\t\treturn ((UserDeta...
[ { "docid": "e894a37d0cf7cd00ab9951fb345b303c", "score": "0.69021803", "text": "@Override\n\tpublic void login() {\n\t\t System.out.println(\"请输入用户名:\");\n\t\t String username = \n\t\t System.out.println(\"请输入密码:\");\n\t\t String password = \n\t\t //调用UserBiz 中的login 方法\n\t}", "title": ...
d3504b11190c89e3cde373b96e890ef1
Clears (removes) all cached log messages.
[ { "docid": "bc5d097f2da270db4514e5086395e5e9", "score": "0.0", "text": "public void clear() {\n synchronized (_lock) {\n _cache.clear();\n _updated = false;\n }\n }", "title": "" } ]
[ { "docid": "733b11b3ae71cff4d9ad43299e55fe54", "score": "0.79744387", "text": "public void clearLogs() {\n\t\tlogs.clear();\n\t}", "title": "" }, { "docid": "35b5bf86f4ee9d7af5ff6a7f52206c25", "score": "0.7852304", "text": "public void clearLog(){\r\n if(Logger.size()>0){\r\n ...
03e9e1e2bde166f2aae79b13b494a501
Controller method for updating existing employee in the application
[ { "docid": "bd1f01a02d5d1376285e35939bcc84ad", "score": "0.63149923", "text": "@ApiOperation(value = SwaggerStringConstants.UPDATE_EMPLOYEE_DESCRIPTION, response = EmployeeDTO.class)\n\t@ApiResponses(value = { @ApiResponse(code = 200, message = SwaggerStringConstants.UPDATE_EMPLOYEE_SUCCESS_MESSAGE),\n\...
[ { "docid": "84dbe79464fe5a3f60a1157e753bd7fa", "score": "0.8078922", "text": "@RequestMapping(value=\"edit/updateEmployee\", method=RequestMethod.POST) //method must be get else server doesn't know where to go \n\tpublic String updateEmployeebyId(@ModelAttribute(\"employee\") EmployeeFormBean employeeMo...
cbf6f4ec7b26d95769f4710e99c379b1
Obtiene una cadena con formato Json en base a los parametros ingresados, por default envia
[ { "docid": "aefeb71a421d4e85a247b0b7eb47ffe6", "score": "0.0", "text": "public static String getJsonMessage(String code, String type, String eMessage) {\r\n\t\tJSONArray jsArr = new JSONArray();\r\n\t\tJSONObject jsonMsg = new JSONObject();\r\n\t\ttry{\r\n\t\t\tjsonMsg.put(Constante.PARAM_JSON_CODE, cod...
[ { "docid": "86780d2cc9dd92702fd26278312b7d7d", "score": "0.5944097", "text": "default String getJsonFormat() {\r\n return null;\r\n }", "title": "" }, { "docid": "e31e44dfc1c7bae65abdb2e726a1fc58", "score": "0.5915412", "text": "@RequestMapping(\"/pruebaParametro\")\n\t//Me...
767cf679ff9605aafbb409fdf31aa370
$ANTLR end "rule__OrExpression__RhsAssignment_1_2" $ANTLR start "rule__AndExpression__RhsAssignment_1_2" InternalThingML.g:20906:1: rule__AndExpression__RhsAssignment_1_2 : ( ruleEquality ) ;
[ { "docid": "f20b53276540504cb70c8153211dc2c8", "score": "0.82412237", "text": "public final void rule__AndExpression__RhsAssignment_1_2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalThingML.g:20910:1: ( ( ruleEquality )...
[ { "docid": "876ac80351ef8dfc0c6a1566c180994e", "score": "0.78964883", "text": "public final void rule__LogicalAnd__RhsAssignment_1_2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMASLParser.g:30579:1: ( ( ruleEquality )...
8c6bd46857276eb19dcd5553ed6b353c
Generate the uri used to access the department pages.
[ { "docid": "62a4745865968448c5b6fa2c8b6425e8", "score": "0.7587639", "text": "public String generateDepartmentUri(Integer departmentId) {\n return departmentId != null ? BASE_DEPARTMENTS_URI + departmentId : BASE_DEPARTMENTS_URI;\n }", "title": "" } ]
[ { "docid": "ca9b463ece388633d4e788e8b1ced651", "score": "0.6256056", "text": "@Override\r\n\tprotected String getUrl() {\n\t\treturn urlWS + \"/ConsultarGenerador\";\r\n\t}", "title": "" }, { "docid": "16019b325abee64078e0776e452db2af", "score": "0.6056139", "text": "public String ge...
2dbbb8ebd1d406922d6f7e29dfe788d6
Devuelve al Suplente de presidente de la mesa
[ { "docid": "919def2af093ad5aceb2a4e935fc9eb1", "score": "0.63597107", "text": "public ElectorInscripto getSuplenteDePresidente() {\n return this.suplenteDePresidente;\n }", "title": "" } ]
[ { "docid": "524ff501fc12bd5668c24f86f10312e4", "score": "0.6463012", "text": "public void setSuplenteDePresidente(ElectorInscripto suplenteDePresidente) {\n this.suplenteDePresidente = suplenteDePresidente;\n }", "title": "" }, { "docid": "334e5069865315546841f70e6480aacb", "sc...
e50aa148aad4035ade9af8b6e7eae638
Nested structured data property. .google.cloud.contentwarehouse.v1.PropertyTypeOptions property_type_options = 10;
[ { "docid": "2a4b9b162a6dc5b49d2092896f5957a0", "score": "0.68982786", "text": "public com.google.cloud.contentwarehouse.v1.PropertyTypeOptions.Builder\n getPropertyTypeOptionsBuilder() {\n return getPropertyTypeOptionsFieldBuilder().getBuilder();\n }", "title": "" } ]
[ { "docid": "a2947e192be7f4f4cb0449ab95b858b4", "score": "0.76228845", "text": "@java.lang.Override\n public com.google.cloud.contentwarehouse.v1.PropertyTypeOptions getPropertyTypeOptions() {\n if (propertyTypeOptionsBuilder_ == null) {\n if (valueTypeOptionsCase_ == 10) {\n retu...
b7b08694e0dcae58dec8c4ba4af12e10
Hide and show action bar and image options
[ { "docid": "c8008567a74d5ec128a8d50e398a6974", "score": "0.7596532", "text": "private void showActions() {\n\n\n // Hide\n if (mActionBar.isShowing()) {\n mActionBar.hide();\n Animation hideImageOptions = AnimationUtils.loadAnimation(getActivity(), R.anim.bottom_down)...
[ { "docid": "7c617a1f7cca7c10157f65371cfc5f2c", "score": "0.7024303", "text": "public void showActionBarIcons() {\n\t\tthis.mAbShareIcon.setVisibility(View.VISIBLE);\n\t\tthis.mAbFontIcon.setVisibility(View.VISIBLE);\n\t}", "title": "" }, { "docid": "fd2198acf65051f2b0b5ba92ea4b26af", "sc...
b1ae12ec893a460b8f34f60e596a7836
/Con los this.representativos y las this.consultasElegidas, puedo calcular el numero de documentos por motor,y los voy guardando en representativo.googleDocs etc
[ { "docid": "450ce75db0febf0840975d1be0725fd2", "score": "0.7563361", "text": "public void getDocsPorQuery() {\n for (int i = 0; i < consultasElegidas.size(); i++) {\n representativos.get(i).setGoogleDocs((int)Math.ceil(consultasElegidas.get(i)[2]\n * representativos....
[ { "docid": "6fa4dcb90902067fea61c3a1ebec3254", "score": "0.76429105", "text": "public void getTotalDocs() {\n for (Representativo r : representativos) {\n google += r.getGoogleDocs();\n yahoo += r.getYahooDocs();\n bing += r.getBingDocs();\n motor += r....
cf05615715ed4328f21f2a1e535bc441
TypedArray typeArray = context.getTheme().obtainStyledAttributes(attrs, R.styleable.CircleProgressbar, 0, 0); radius = typeArray.getDimension(R.styleable.CircleProgressbar_radius, 80); strokeWidth = typeArray.getDimension(R.styleable.CircleProgressbar_strokeWidth, 10); ringColor = typeArray.getColor(R.styleable.CircleP...
[ { "docid": "7718cbc28a73ba15a059e3b1a9caa99c", "score": "0.54789007", "text": "private void initAttrs(Context context, AttributeSet attrs) {\n }", "title": "" } ]
[ { "docid": "32119f97b2eaeeec4b46434087b8bb21", "score": "0.7174473", "text": "private void initAttrs(Context context, AttributeSet attrs){\n\n TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.RatingTrendView);\n mCornerRadius = typedArray.getDimension(R.styleable.R...
60fc6685af79a031376e82105555556c
Constructor for the Equipment class.
[ { "docid": "32a677a3523be71d630c7a316c87e633", "score": "0.7477982", "text": "public Equipment(String title) {\n this.title = title;\n }", "title": "" } ]
[ { "docid": "00b38960cd23e169cf64ef0f48ffd09f", "score": "0.7487737", "text": "public Equipment(){\n this.equipmentsName.setText(\"\");\n this.equipmentsCategory.setText(\"\");\n this.equipmentsYear.setText(\"\");\n this.equipmentsDescription.setText(\"\");\n this.suppl...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e6dbb49314aca453f01b3d73db640869", "score": "0.0", "text": "@Override\n\tpublic BillRuleReceiveEntity queryByCustomerId(Map<String, Object> parameter) {\n\t\treturn receiveRuleRepository.queryByCustomerId(parameter);\n\t}", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
e7170d147be5464a66c624a30548c12a
Notifies IReviewModelElementChangeListener implementing listeners.
[ { "docid": "0295673a6c8ca09e2cb6971400c0c3a7", "score": "0.6530825", "text": "public void notifyListeners(Object object) {\r\n\t\tfor (Iterator<IReviewModelElementChangeListener> i = this.listeners\r\n\t\t\t\t.iterator(); i.hasNext();) {\r\n\t\t\ti.next().elementChanged(object);\r\n\t\t}\r\n\t}", "t...
[ { "docid": "18ea7c94e2462e57a198df38652ee1d0", "score": "0.7133938", "text": "void addIReviewModelElementListener(\r\n\t\t\tIReviewModelElementChangeListener listener) {\r\n\t\tthis.listeners.add(listener);\r\n\t}", "title": "" }, { "docid": "6fad874d01c792f9725d4bd8309bb1d7", "score": "...
acddd9ad3b3ce886046086a97d50fb15
This method clears the list of expected receivers.
[ { "docid": "f49b0f50add7174581458c31241845e5", "score": "0.8043934", "text": "public final void clearExpectedReceivers() {\n\t\timportantReceivers = null;\n\t\t\n\t\tif (enclosedPacket != null) {\n\t\t\tenclosedPacket.clearExpectedReceivers();\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "5db1099b7b5ae48553321f2f919b6b04", "score": "0.6552212", "text": "private void clearFollowers() {\n followers_ = emptyProtobufList();\n }", "title": "" }, { "docid": "830a615192ab44057b8d5a474371740b", "score": "0.63804775", "text": "public void clearPeers()\r\n\t...
07a64cc4a3eb21be034e31cef909fc35
Given a string, if a length 2 substring appears at both its beginning and end, return a string without the substring at the beginning, so "HelloHe" yields "lloHe". The substring may overlap with itself, so "Hi" yields "". Otherwise, return the original string unchanged.
[ { "docid": "e310321b0706f39becb6507e7539006a", "score": "0.680479", "text": "public String without2(String str) {\n if (str.length()>=3 && str.substring(0,2).equals(str.substring(str.length()-2))) {\n return str.substring(2,str.length());\n }\n return str.length() == 2 ? \"\" : str;\n }",...
[ { "docid": "9a45ac5f574bb95e225c2cb6f662fe33", "score": "0.6811295", "text": "public String without2(String str) {\n if (str.length() == 2) {\n return \"\";\n }\n if (str.length() < 2) {\n return str;\n }\n if (str.substring(0, 2).equals(str.subst...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4bf9bb810c1ecfe0050b56aaebf5b464", "score": "0.0", "text": "@Override\n public Object getItem(int position) {\n return keys.get(position);\n }", "title": "" } ]
[ { "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...
681586c3db25841f922af823da870621
Parses the modifiers of the constructor.
[ { "docid": "6ae92fb509290e6d7a44c392a5859430", "score": "0.5032363", "text": "public void visitModifiers(GNode n) {\n for (Object o : n) {\n String m = ((GNode)o).getString(0);\n if (m.equals(\"public\"))\n visibility = JavaVisibility.PUBLIC;\n else if (m.equals(\"private\"...
[ { "docid": "a4eb9c0af28f398ae1906d7bb7bd6e53", "score": "0.63585943", "text": "public R executeConstructorModifiersNode(ConstructorModifiersNode node, P p) throws X;", "title": "" }, { "docid": "092b7959b8b576347395476e2559b0ba", "score": "0.62198573", "text": "public int modifiers()...
15bd594ab31b604296d8823ea92cc2a1
a function that change the status list to all and archived
[ { "docid": "6fb1ea26448a2ac58180712747ed6e8d", "score": "0.61952454", "text": "public void changeStatusOfList()throws InterruptedException {\n\n\t\t int sizeOfList = middlepane.listOfEntities.size();\n\n\t\t actionsmiddlepane.openEntity(\"test\", \"importenet2\");\n\n\t\t waitForVisibility(therightonthe...
[ { "docid": "8b29a853a9499b24e96554c3d54bf3c2", "score": "0.6248795", "text": "@Test\n public void toggleArchivedStatusTest() throws ApiException {\n RequestArchivedStatus body = null;\n Integer id = null;\n AbstractRestResponse response = api.toggleArchivedStatus(body, id);\n\n ...
604a06e6d62aefe9034097937eede55a
Add String value against key
[ { "docid": "6a57fec8c817b9105711852fc1d597f6", "score": "0.63380045", "text": "public void add(String key, char value) throws ArgumentNullException, ArgumentException\n {\n if(key==null)\n throw new ArgumentNullException(\"Key cannot be null.\\r\\nParameter name: key\");\n if...
[ { "docid": "132d0bf4be082328bec0701ec70bb03f", "score": "0.75595903", "text": "long append(final K key, final string value);", "title": "" }, { "docid": "9efe15d4a2b14baff6bf7b319777a52e", "score": "0.72997814", "text": "public boolean add(String key, Object value);", "title": ""...
088b13b46b2eec91bb9fc44474b12ea5
MODIFIES: printWriter EFFECTS: writes the saveable to printWriter
[ { "docid": "33bec437a1d9a00d2b4ab93d7c6e0922", "score": "0.5581723", "text": "void save(FileWriter fileWriter);", "title": "" } ]
[ { "docid": "f5f88c4413e2325727f0ac5d54fcf831", "score": "0.756795", "text": "public interface Saveable {\n // MODIFIES: printWriter\n // EFFECTS: writes the saveable to printWriter\n void save(PrintWriter printWriter);\n\n}", "title": "" }, { "docid": "577899aa9d6a422e3f7e1de19c611b...