query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
87f73b6fd9b006cf9f2148272c6e999d
Convert the given object to string with each line indented by 4 spaces (except the first line).
[ { "docid": "8279fe35d1f3c688ad6983974b78755b", "score": "0.0", "text": "private String toIndentedString(java.lang.Object o) {\n if (o == null) {\n return \"null\";\n }\n return o.toString().replace(\"\\n\", \"\\n \");\n }", "title": "" } ]
[ { "docid": "63c12a4413c6af0d7a213d6c691564e6", "score": "0.7551677", "text": "private String toIndentedString(java.lang.Object o) {\n if (o == null) {\n return \"null\";\n }\n return o.toString().replace(\"\\n\", \"\\n \");\n}", "title": "" }, { "docid": "060c307f35bb4b6b5f41e4ead15...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "1fb9f65716ebe85b10c442a0489dc7b2", "score": "0.0", "text": "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "title": "" } ]
[ { "docid": "4e843ab3fbf537d9a47083a83228b04d", "score": "0.7386178", "text": "public HttpResponse post() {\n return sendRequest(HttpMethod.POST);\n }", "title": "" }, { "docid": "562775c0b0cdcbdaf975e723cab24ae1", "score": "0.7024393", "text": "public Response post() throws...
af63fa96e2ab5c53f0b4f4b6ef92c53a
$ANTLR end "ruleAndIndice" $ANTLR start "entryRuleIgualdadIndice" InternalVaryGrammarEnglish.g:2068:1: entryRuleIgualdadIndice : ruleIgualdadIndice EOF ;
[ { "docid": "ddf1a2cefdbcdffcdcdeb89b0a4288c5", "score": "0.7693523", "text": "public final void entryRuleIgualdadIndice() throws RecognitionException {\n try {\n // InternalVaryGrammarEnglish.g:2069:1: ( ruleIgualdadIndice EOF )\n // InternalVaryGrammarEnglish.g:2070:1: rule...
[ { "docid": "5ddb3218dd47aa26ec42b94a6c7d5f73", "score": "0.70753056", "text": "public final void rule__AndIndice__Group__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalVaryGrammarEnglish.g:13311:1: ( ( ruleIgua...
97279aeced8bc1f5475ca3e70cd64957
Runs distcp from src to dst, preserving XAttrs. Asserts the expected exit code.
[ { "docid": "a56558096e67d3819dbd5ca8e8caa605", "score": "0.68660444", "text": "public static void assertRunDistCp(int exitCode, String src, String dst,\n String options, Configuration conf)\n throws Exception {\n assertRunDistCp(exitCode, src, dst,\n options == null ? new String[0] :...
[ { "docid": "ecc168264d55c31948bfe3c24cd612ea", "score": "0.5602794", "text": "@Override\n public void copy(Path srcPath, Path dstPath, boolean copyDosAttributes, boolean copyPosixPermissions, boolean copyPosixGroupAndOwner)\n throws IOException, SecurityException {\n FileSystemProvi...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7c3ddf439d9a17e080cb03ebfd88b942", "score": "0.0", "text": "@Override\n\tpublic WillDo newObject() {\n\t\treturn new WillDo();\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.6948892", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6921454", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
e1f3a9ce5e5e03f59341a2a1e759fc36
Creates a new instance of the criterion using the Poisson estimator proposed by Pannekoek or by El Emam.
[ { "docid": "991b980b7f8806d4226675cf9992c4d1", "score": "0.0", "text": "public KMap(int k, double significanceLevel, ARXPopulationModel populationModel, CellSizeEstimator estimator) {\n this(k, significanceLevel, populationModel, estimator, null);\n }", "title": "" } ]
[ { "docid": "d9ec49f36bb780cdab14de08be0e11cd", "score": "0.64728343", "text": "private static PoissonSamplerCache createPoissonSamplerCache() {\n return new PoissonSamplerCache(PoissonSampler.PIVOT,\n PoissonSampler.PIVOT + 10);\n }", "title": "" }, ...
21a4692132496fc8af28a604335630dd
optional uint32 game_duration_loops = 4;
[ { "docid": "bf297879dc1b77158d017720241070e7", "score": "0.70166284", "text": "public int getGameDurationLoops() {\n return gameDurationLoops_;\n }", "title": "" } ]
[ { "docid": "bc3bb6ac7d05292bc76a63328f305f4d", "score": "0.833182", "text": "int getGameDurationLoops();", "title": "" }, { "docid": "309dee1e3226ae38fdc173f7d5a50f55", "score": "0.73331976", "text": "boolean hasGameDurationLoops();", "title": "" }, { "docid": "daade62d36...
06c1820d1030419993db179a501da6fb
Status Status of a check (Required)
[ { "docid": "dab72541557378c69d6626a285b9bc8d", "score": "0.0", "text": "@JsonProperty(\"status\")\n public Status getStatus() {\n return status;\n }", "title": "" } ]
[ { "docid": "b73532e878a4799b3b845fd0bf8facf2", "score": "0.768676", "text": "OverallValidationStatus status();", "title": "" }, { "docid": "cf3813e55e865328efe8a6e3a9a75c05", "score": "0.7161935", "text": "public Integer getCheckStatus() {\n return checkStatus;\n }", "t...
d5220000ccdb5bf5601d5427b10b1a99
Method to delete values for properties from the group on account server.
[ { "docid": "64a61910b3b177c6244261a4f8ad8187", "score": "0.5538686", "text": "public void deletePropertyValueFromGroup(String groupId,\n OcRepresentation propertyValue,\n OnPostListener onPostListener) throws OcExcep...
[ { "docid": "f3a70e0d65f4c5c5bcac529dd003b4c9", "score": "0.76017797", "text": "private synchronized void deleteAllProperties() {\n Connection con = null;\n PreparedStatement pstmt = null;\n try {\n con = DbConnectionManager.getConnection();\n pstmt = con.prepar...
e8177b9d36902fa18fcbdf844a9c7994
Cancels a Scheduled Time Trigger Action
[ { "docid": "4d0e5f12a1bbc76b0ab4db20f8a596d6", "score": "0.6993069", "text": "public void cancel(Long action_);", "title": "" } ]
[ { "docid": "421dbe637a9ae0d617de26cd6a3047b9", "score": "0.6772808", "text": "public void cancel() {\n // prevent a nonexistent task from being run\n if (!scheduled) return;\n else scheduled = false;\n \n // tell bukkit to cancel it\n task.cancel();\n \n ...
35f5b434be0388f09f3bf01d15388d60
/ JADX WARNING: Removed duplicated region for block: B:42:0x005d A[SYNTHETIC] / JADX WARNING: Removed duplicated region for block: B:47:0x0004 A[SYNTHETIC] / Code decompiled incorrectly, please refer to instructions dump.
[ { "docid": "cb17a088a68caab963caa538f9d6cc44", "score": "0.0", "text": "public static java.net.HttpURLConnection toHttpConnection(com.facebook.GraphRequestBatch r7) {\n /*\n java.util.Iterator r0 = r7.iterator()\n L_0x0004:\n boolean r1 = r0.hasNext()\n r2 ...
[ { "docid": "645e43917f498ac126fddc915d2d3e11", "score": "0.608295", "text": "public void a(X var1_1, aU var2_2, aV var3_3, HashSet var4_4) {\n block38 : {\n block36 : {\n var15_5 = N.x;\n var5_6 = new ArrayList<Object>(50);\n for (var6_7 = t...
05f95299f74e2b50a75646a1217949db
Class c = Class.forName(className); java.lang.reflect.Field field = c.getField(fieldName);
[ { "docid": "f709883959458774500e1987611ffaeb", "score": "0.0", "text": "public Class getJavaClass() {\n\t\treturn tag != null ? HostExpr.tagToClass(tag) : field.getType();\n\t}", "title": "" } ]
[ { "docid": "0dafd3cf0fb695ea9fea1cb4d7c259dc", "score": "0.78658676", "text": "public static Field getDeclaredField(Class aClass, String aName)\n{\n Field fields[] = aClass.getDeclaredFields();\n for(Field field : fields)\n if(field.getName().equals(aName))\n return field;\n r...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "edd151561d45744b6f82d0d253f14901", "score": "0.0", "text": "@Override\n\tprotected void onActivityResult(int arg0, int arg1, Intent arg2) {\n\t\tsuper.onActivityResult(arg0, arg1, arg2);\n\t\t// 判断是否实现返回值接口\n\t\tif (arg0 == 0) {\n\t\t\tActivity subActivity = manager.getActivity(\"tab1\");\n\...
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
a475feedbec32d0974a2b2743182a567
Constructs the Menu with the specified text file path to display.
[ { "docid": "6508971405be92232ddf52a4ca6b0539", "score": "0.70347387", "text": "public Menu(String textFile, Align alignment, boolean acceptNoInput) {\n\t\tthis.textFile = textFile;\n\t\tthis.alignment = alignment;\n\t\tthis.acceptNoInput = acceptNoInput;\n\t\tthis.choices = new Screen[] { ScreenAction.M...
[ { "docid": "ef7db5c072fe5be5368dd562496c394a", "score": "0.8070907", "text": "public Menu(String textFile) {\n\t\tthis(textFile, Align.CENTER, true);\n\t}", "title": "" }, { "docid": "f278b42d1a4564f9c357300fef826d18", "score": "0.689113", "text": "public Menu(String textFile, Align ...
077ccb975e9c6c8925fae056f08258a6
/ This is a basic happy path test case to ensure we can retrieve the CA certs from the server, with srp credentials set for client get cacerts, ipv6, good TA, good srp cred, good TLS cred, good http cred Expect: success getting cacerts
[ { "docid": "742f28b6630a7bb92cabb2f9ac855794", "score": "0.7451889", "text": "@Test\n\tpublic void testGetCACerts_TAandSRPandTLSandHTTPv6() {\n\t\tSystem.out.println(\"Beginning TC2030\");\n\t\tArrayList<X509Certificate> newCACerts = null;\n\t\tESTClient ec = new ESTClient();\n\t\tX509Certificate myCert...
[ { "docid": "025b2cd76af3dfa0f22e2821291c33bf", "score": "0.77332956", "text": "@Test\n\tpublic void testGetCACerts_SRPandTLS() {\n\t\tSystem.out.println(\"Beginning TC2008\");\n\t\tArrayList<X509Certificate> newCACerts = null;\n\t\tESTClient ec = new ESTClient();\n\t\tX509Certificate myCert1 = null;\n\n...
34059a870f46bb2c189ca8ee68935557
Toast.makeText(FoodList.this, ""+local.getName(), Toast.LENGTH_SHORT).show(); Start new Activity
[ { "docid": "ab85b7dad1cee401be582fe93d1dd1a8", "score": "0.0", "text": "@Override\n public void onClick(View view, int position, boolean isLongClick) {\n Intent foodDetail = new Intent(FoodList.this, FoodDetail.class);\n foodDetail.putExtr...
[ { "docid": "8e97477cbd7e7b7b40f3ef0258cc8832", "score": "0.715372", "text": "@Override\n public void toastAddPlace() {\n Toast.makeText(this, getString(R.string.you_added) + mRestaurant.getName() + getString(R.string.for_lunch), Toast.LENGTH_LONG).show();\n }", "title": "" }, { ...
904c129d1a08b708d366ea36269ef87e
Retorna l'estructura de dades que guarda objectes Note per gravar i reproduir.
[ { "docid": "eee2d03e48f9d4fbc77b741abf9f3eec", "score": "0.52708346", "text": "public List<Note> getNoteRecording() {\n return noteList;\n }", "title": "" } ]
[ { "docid": "53c9868c1d4e2284574920f5f9d9b131", "score": "0.5593207", "text": "public RecuperacionDos()\n {\n super();\n Mesita m1;\n Pastilla p1;\n Pastilla p2;\n\n m1 = new Mesita();\n p1 = new Pastilla();\n p2 = new Pastilla();\n\n addObject(m...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "496f61fc61deee5eb5a8c6cec52059ee", "score": "0.0", "text": "private static Bundle[] m1551a(Bundle bundle, String str) {\n Parcelable[] parcelableArray = bundle.getParcelableArray(str);\n if ((parcelableArray instanceof Bundle[]) || parcelableArray == null) {\n return...
[ { "docid": "8c202bef975a1ce9b229619975cdce2f", "score": "0.6234015", "text": "public interface aacac {\n /* renamed from: a */\n void mo29386a(String str);\n}", "title": "" }, { "docid": "d9afe0b047b7674b49c3d401ac2542aa", "score": "0.62241286", "text": "public interface C4823a...
80a279b70f7bc12012649817914e3cd9
check for file existence
[ { "docid": "05db641a72ca89bf2116d34c69442bd9", "score": "0.0", "text": "public static boolean existS3File(final AmazonS3 s3Client\n\t\t\t\t\t\t\t\t\t, final String s3Path\n\t\t\t\t\t\t\t\t\t, final String fileName) {\n\t\t\n\t try {\t\t\t\n\t \ts3Client.getObjectMetadata(s3Path, fileName); \n\t ...
[ { "docid": "86b0c09cf330b06507b0f2cf70a40c7e", "score": "0.82624817", "text": "private boolean checkIfFileExists() {\n\t\tString fileName = this.getFileName();\n\t\tString fullFileName = filePath+fileName+\".\"+this.fileType;\n\t\tFile file = new File(fullFileName);\n\t\treturn file.exists();\n\t}", ...
d8d2aabffde8e41a7124e670d3585540
Created by karthur on 2016/3/31.
[ { "docid": "969f6ebaa784a22e89eee2894714f3da", "score": "0.0", "text": "public interface Handler {\n void onResult(boolean result);\n void onReceive(String userName,String msg);\n void onAllUserName(List<String> userNames);\n}", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.60395545", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "ded15aaeb71ec68606fe2fb94e86fd30", "score": "0.5956951", "text": "@Override\n\tpublic void festlegen() {\n\t\t\n\t}", "title": "" ...
7f118886f534a36a4093a9d8e727aff2
This method was generated by MyBatis Generator. This method corresponds to the database table v_privilege
[ { "docid": "ae3e22ade8606bf896144ddf767451bc", "score": "0.5174744", "text": "public VPrivilegeCriteria() {\n oredCriteria = new ArrayList<Criteria>();\n }", "title": "" } ]
[ { "docid": "36e11931d80716917c946243a416f4a7", "score": "0.6466742", "text": "public Long getPrivilege() {\n return privilege;\n }", "title": "" }, { "docid": "523df0f17616e216d453cfe5862b637a", "score": "0.6339613", "text": "public void setPrivilege(Long privilege) {\n ...
4ff3cb76d545d82265e370275094b2a8
optional string username = 1;
[ { "docid": "9c29ca70b63cb12fbf637fa91ba47b53", "score": "0.0", "text": "public boolean hasUsername() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "title": "" } ]
[ { "docid": "b82e4be78f724e031a7f5e34444b9847", "score": "0.8039636", "text": "public void setUsername(String username) { this.username = username; }", "title": "" }, { "docid": "2f516d4d4f619485cda3bc957b385892", "score": "0.78754157", "text": "void setUsername(String username);", ...
30cda81562d13a654e16ad18b516d53d
Polymorphism, changes the AI's behaviour of inherited makeMove for dynamic binding
[ { "docid": "ebfeecb510da1d387c07d2e064ad5f6a", "score": "0.0", "text": "public boolean makeMove(final Tile tile)\r\n {\r\n board.clearColouredTiles();\r\n // synchronizes with lock variable on board so that message screens display correctly\r\n synchronized (board.lock) {\r\n ...
[ { "docid": "fa9d4ff7573201898bd6a3bfdcf877f0", "score": "0.7333777", "text": "public abstract void move();", "title": "" }, { "docid": "fa9d4ff7573201898bd6a3bfdcf877f0", "score": "0.7333777", "text": "public abstract void move();", "title": "" }, { "docid": "fa9d4ff75732...
77e3aa5633cc91f2d369a84b2b1958e1
/ To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor.
[ { "docid": "cbcf10a2b1f17403442f0fc0bedd3100", "score": "0.0", "text": "interface Vehicle_Operation {\n \n \n \n public String right();\n public String left();\n public String reverse();\n public String accelerate();\n \n \n \n \n \n}", "title": "" } ]
[ { "docid": "3b85481494f0d9080d2372972f6e969b", "score": "0.63761324", "text": "public void metodo24hs() {\n\r\n\t}", "title": "" }, { "docid": "f13a29996996a34a710d85285e104a7f", "score": "0.63097805", "text": "public void mo5201a() {\n }", "title": "" }, { "docid"...
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": "d3a4baf4f0871c9d1f5c7306d7a22628", "score": "0.7738565", "text": "@org.apache.storm.thrift.annotation.Nullable\n public static _Fields findByName(java.lang.String name) {\n return byName.get(name);\n }", "title": "" }, { "docid": "eb430f9efa7e73871583e012f28ae314", ...
ccd56b13ac3edb053015f1d578015b25
Este metodo establece el valor del JButton postSe fija un nuevo valor al atributo.
[ { "docid": "df1896e4f1aa1d7c852115ab4a432fe2", "score": "0.5287454", "text": "public void setBoton_ojo_oculto(JButton boton_ojo_oculto) {\r\n\t\tthis.boton_ojo_oculto = boton_ojo_oculto;\r\n\t}", "title": "" } ]
[ { "docid": "71d33e34151f0267efd9a42deed23b07", "score": "0.62094086", "text": "private void disj_btnActionPerformed(java.awt.event.ActionEvent evt) {\n\n String text = arg_textfield.getText();\n arg_textfield.setText(text+\" \"+Conectivo.DISJUNCAO.toString());\n }", "title": "" },...
8af301b78c2e2225e3f7bde01c5b1efb
Common helper method to validate a SSRF component class instance. This method inserts the component in to a SSRF document, then attempts to validate the resultant SSRF document.
[ { "docid": "cab9a7d1c210ae4e2581213443b99da0", "score": "0.0", "text": "public static Set<String> validate(SSRF instance) throws Exception {\n return validate(instance, 0);\n }", "title": "" } ]
[ { "docid": "82e5ecb942885e5535a52ae418a886ae", "score": "0.5365498", "text": "public void validate() throws ValidationException {\r\n/* 310 */ Validator validator = new Validator();\r\n/* 311 */ validator.validate(this);\r\n/* */ }", "title": "" }, { "docid": "022d22057bea322ed...
bc5c592b021398cbe7c2bc6be6b0aa81
This method was generated by MyBatis Generator. This method sets the value of the database column s_menu.status
[ { "docid": "df922a0cb8d76e1eff5ec3ad14e0434d", "score": "0.59423745", "text": "public void setStatus(Boolean status) {\r\n this.status = status;\r\n }", "title": "" } ]
[ { "docid": "8ee81f1be9b015db3b04e08a756c9f47", "score": "0.6848284", "text": "public void setStatus(Map<String, String> status) {\n ColumnDescription columndesc = new ColumnDescription(\n ControllerColumn.STATUS\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "eaefb393cd3ec6f6fc24fb2d8dd3ee2f", "score": "0.0", "text": "@Override\n\tpublic void deleteBoard(int idx) {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
226db0e393fa8e639fc6c003df5ee0d7
takes a reminder id (the integer identifier from the table) and returns a Reminder object with the values associated with that reminder
[ { "docid": "81fc3f3e1dba7022c7576807cdff8af7", "score": "0.80603427", "text": "public Reminder getReminderByReminderId(long reminderId) {\n SQLiteDatabase db = getReadableDatabase();\n Cursor cursor = ReminderContract.queryByReminderId(db, reminderId);\n cursor.moveToFirst();\n ...
[ { "docid": "ce35fa72184ff51d26add485b918b3b8", "score": "0.75159746", "text": "@Override\n public Reminder getReminder(String id) throws ApplicationException {\n Reminder reminder = reminderDAO.selectById(id);\n validateDAOResponse(reminder);\n reminder.setLinks(HateoasLinkUtil.g...
875492aae4972063c805e0091640e8b5
Return the latest greetings, ordered by descending date.
[ { "docid": "a05871a9fb88ee26b5270d717f3b4a95", "score": "0.5777441", "text": "List<Person> latest(int max);", "title": "" } ]
[ { "docid": "3da0eae2ebce9f1af14bdb54da3fc8df", "score": "0.6015307", "text": "List<GameStatistics> retrieveLatestGames();", "title": "" }, { "docid": "0eb7acb0e24bc6b9d1d0657c9c364f4d", "score": "0.5797195", "text": "public interface PersonQueries\n{\n /**\n * Return the lates...
0c46b742b34888bd5d3e7fe6e3c6786f
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
[ { "docid": "66f357f48e26f2e6de75fc4f1c0c3bdb", "score": "0.0", "text": "public UserStore(UserStore source) {\n if (source.TenantId != null) {\n this.TenantId = new String(source.TenantId);\n }\n if (source.UserStoreLogo != null) {\n this.UserStoreLogo = new Str...
[ { "docid": "5e2fe4c75b58f16a9548de044180bdef", "score": "0.66196316", "text": "public abstract void set(String key, Object value);", "title": "" }, { "docid": "9e6a9ed366a36b81b831a9466d7c0755", "score": "0.6413025", "text": "void set(K key, V value);", "title": "" }, { "...
70ef122e028926d0262e2f8e4c1a04a6
Determines the minimum size of the parent container using this templet layout. Most applications do not call this method directly.
[ { "docid": "31a12c64d87de6b29fc91abadc814e7b", "score": "0.7878823", "text": "public Dimension minimumLayoutSize(Container parent) {\r\n\t\tsynchronized (parent.getTreeLock()) {\r\n\t\t\treturn new Dimension(22,22);\r\n\t\t}\r\n\t}", "title": "" } ]
[ { "docid": "f806a0466d91f53b5e846af46ecdb75f", "score": "0.7842805", "text": "public Dimension minimumLayoutSize( Container parent )\n\t{\n\t\treturn getLayoutSize(\n\t\t\tparent,\n\t\t\tfalse );\n\t}", "title": "" }, { "docid": "0a84af32d1d455250356f04dc6bf48a4", "score": "0.78280824", ...
991171d97247e982226681be56b7f0d3
Fetch records that have METADATA IN (values)
[ { "docid": "ad79d3d412a5c817ebb2860d0d245a4b", "score": "0.0", "text": "public List<cn.vertxup.ambient.domain.tables.pojos.XNumber> fetchByMetadata(String... values) {\n return fetch(XNumber.X_NUMBER.METADATA, values);\n }", "title": "" } ]
[ { "docid": "55d040cae7df98673ca78453138ec6f8", "score": "0.50676376", "text": "boolean containsMetadata(\n java.lang.String key);", "title": "" }, { "docid": "bdb9bc502491efc159de64b00a99ec29", "score": "0.4907805", "text": "List<Object> getMetaData(long dataElementId);", ...
1d79bf688eb51fc007697dc140c55605
Retrieve a short string that represents the class extending AnimatedTexture
[ { "docid": "5dd742e6c7d2afc34bc2cf0d38ed881a", "score": "0.0", "text": "public abstract String getName();", "title": "" } ]
[ { "docid": "34839840c3b73576b054cacd6e4b59bd", "score": "0.671868", "text": "public String toString() {\n/* 1295 */ init();\n/* */ \n/* 1297 */ return \"[Image \" + this.ref + \" \" + this.width + \"x\" + this.height + \" \" + this.textureOffsetX + \",\" + this.textureOffsetY + \",\" +...
15c3a3727b9e80948cb21b86ce280f44
Given the passenger is being transported and the transport is cancelled than the transport should be cancelled, i.e. there is no current transporter.
[ { "docid": "42fdd0f92a57de9a57466fd22cea7fda", "score": "0.75518316", "text": "@Test\n public final void cancelPassengerTransportTest() {\n //First the passenger should have a transporter.\n passenger.setTransporter(transporter);\n assertTrue(passenger.isTransported());\n //Whe...
[ { "docid": "e5f7414c6cbf8e230705590ca6fa34a9", "score": "0.67369455", "text": "@Override\n\t\tpublic boolean isCanceled() {\n\t\t\treturn false;\n\t\t}", "title": "" }, { "docid": "e5f7414c6cbf8e230705590ca6fa34a9", "score": "0.67369455", "text": "@Override\n\t\tpublic boolean isCanc...
9dea714465577ce3df494736bb9b4d05
do stuff with S do stuff with P etc
[ { "docid": "4701f63b929197ddcbad16c84fd55fa7", "score": "0.0", "text": "public void bleh() {\n try {\n bla();\n }catch (IOException e) {\n e.getMessage();\n }\n }", "title": "" } ]
[ { "docid": "8302ffffda3f351853165c926b2b685a", "score": "0.57455015", "text": "protected final void parseS() {\n current = read();\n skipSpaces();\n\n for (;;) {\n switch (current) {\n default:\n return;\n case '+': case '-': case '.':...
dcfd9c6dfcc9631457e8efd4ea2a339a
~ Methods Returns true if the passed in StructuredContent is valid according to this rule processor.
[ { "docid": "5e31c4d6d16ea20646f530029b8175ce", "score": "0.0", "text": "boolean checkForMatch(StructuredContentDTO sc, Map<String, Object> valueMap);", "title": "" } ]
[ { "docid": "f542049362883d12a4330d97b0f1e387", "score": "0.65705687", "text": "public boolean validateContent()\n {\n return true;\n }", "title": "" }, { "docid": "979f8f2b93f4bfed6639f4a71c132c44", "score": "0.62313473", "text": "@Override\n public boolean isValid() {\...
3cab0b82386fc46ea18350497df1beec
Inflate the menu; this adds items to the action bar if it is present. getMenuInflater().inflate(R.menu.content, menu);
[ { "docid": "4a39f78aa55688da0f6c50c300267c6d", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n return true;\n }", "title": "" } ]
[ { "docid": "7f438c9d975eb30b24f630a2ccd7987f", "score": "0.8007056", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.content, menu);\n return true;\n }", "title": "" }, { "docid": "95fc5d6ba267064b15174bb9beb12b36", ...
d1e250bb8a39b1a9335667580b7e8dfd
Implementers are expected to provide a new instance of a DcsConnectorConfig. This method is called prior to each test method being executed.
[ { "docid": "17645b34dcc25024536b3ab8a8ed38e6", "score": "0.6481803", "text": "protected abstract DcsConnectorConfig getConnectorConfig();", "title": "" } ]
[ { "docid": "ec5c40216b15bb146a3fdfb52384a6e7", "score": "0.6010125", "text": "@Override\n @Before\n public void connect() {\n myConfig = new MongoClientConfiguration();\n myConfig.addServer(ourSocketAddress);\n // myConfig.setConnectionModel(ConnectionModel.SENDER_RECEIVER_THR...
fb81ce9eb83eb4be7a5a78aec72052ec
///////////////////////////////////////////////////////////////////////// Finders Returns an object Subscriber from its identifier
[ { "docid": "8c0447e1ff2acd283959f3b45d1ba9d4", "score": "0.58794147", "text": "public static Subscriber findByPrimaryKey( int nKey, Plugin plugin )\r\n {\r\n return _dao.load( nKey, plugin );\r\n }", "title": "" } ]
[ { "docid": "6181350e2bfc761bc3ed8e1aa22a7924", "score": "0.79682547", "text": "public Subscriber getSubscriberById(Long subscriberID);", "title": "" }, { "docid": "1e5aa3d07f91109eca2969ccf7f7b4b9", "score": "0.74334806", "text": "Subscriber getSubscriber(long callingNumber);", "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "da928cadebb2c90f7360a611622069ba", "score": "0.0", "text": "@Override\n\tpublic String storeposts(String pagename,Status_Post posts) throws SQLException {\n\t\tString businesslogic=\"unsuccessful\";\n\t\tString post_id=posts.getPid();\n\t\tString post_message=posts.getPmessage();\n\t\tlong p...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "791237ba3e9815a2fbeb0890bd85f77d", "score": "0.0", "text": "public void onClick(View arg0) {\n ByteArrayOutputStream bos = new ByteArrayOutputStream();\n DataOutputStream dos = new DataOutputStream(bos);\n String strTag = null;\n\n final Message msg = new Message();\n...
[ { "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}", ...
52d73717b88f7651a725ff064aefc38a
This method was generated by MyBatis Generator. This method sets the value of the database column t_busine.isfree
[ { "docid": "7c7936f8eead9a4066e5252060eee64c", "score": "0.677218", "text": "public void setIsfree(Integer isfree) {\n this.isfree = isfree;\n }", "title": "" } ]
[ { "docid": "7b6f3fdd6dda95e184724c85ddb32689", "score": "0.6429984", "text": "public void setFree(Boolean free) {\n\t\tthis.free = free;\n\t}", "title": "" }, { "docid": "05e3259adf6d18abd5e7b181dff03f98", "score": "0.59207636", "text": "public void setItHasFreeShipping(int value) {\...
1e92f1a6ca12c71073da8aa8fe768e84
boolean b = true;
[ { "docid": "2953969f6404074bb150b3dc461c6cc7", "score": "0.0", "text": "static boolean isNumber(String num) {\n\t\t\n\t\tfor (int i = 0; i < num.length(); i++) {\n\t\t\tint n = (int)num.charAt(i);\n\t\t\tif(n < 48 || n > 57) {\n\t\t\t//\tb = false;\n\t\t\t//\tbreak;\n\t\t\t\treturn false;\n\t\t\t}\n\t\t...
[ { "docid": "7b6215dd1678c7ad15d247ce535cdba5", "score": "0.77938193", "text": "public boolean b() {\n }", "title": "" }, { "docid": "c063a9ab2bf2d56645b180e79ab05792", "score": "0.7711218", "text": "private void asssetTrue(boolean b) {\n\t\t\n\t}", "title": "" }, { "doci...
52f6ce0189b9d190448178749cdc3764
The value of the field
[ { "docid": "30dfb98b4fe7f2c40bd507fb9094bedc", "score": "0.0", "text": "@ApiModelProperty(value = \"The value of the field\")\n public String getValue() {\n return value;\n }", "title": "" } ]
[ { "docid": "0fac11f2484540777f041500c0833c6b", "score": "0.8330255", "text": "public String getValueField();", "title": "" }, { "docid": "953c7a2b7d588cdfc493a920be6b565d", "score": "0.80085844", "text": "public String getFieldValue()\n {\n return field_value.getCombo().get...
b4b8379a770d01a7fdd2a71e05b2f634
generates a set of the winning lotto numbers
[ { "docid": "72ff5d46abf1df1d0e23cdad7c193426", "score": "0.76851", "text": "public static Set<Integer> createWinningNumbers() {\n Set<Integer> winningNumbers = new TreeSet<>();\n Random r = new Random();\n while (winningNumbers.size() < NUMBERS) {\n int number = r.nextInt(MAX_NUMBER) + 1;\...
[ { "docid": "2cd183d033bc734d2528fc490f55e1bb", "score": "0.7124659", "text": "public int[] lottery() {\r\n return new int[] {2,5,87,4,45,73,432,7,56,34,687,45,23,290,6,85,32};\r\n }", "title": "" }, { "docid": "174713d4c0cdb15e195dc2c08193f1f2", "score": "0.6594023", "text"...
9ba9751426488dbfdf42137ccbffbec2
Clears the value of the 'voivodeship' field.
[ { "docid": "2d6081678752babbf472661770d24eef", "score": "0.8238425", "text": "public com.tech3camp.consumer1.City.Builder clearVoivodeship() {\n voivodeship = null;\n fieldSetFlags()[1] = false;\n return this;\n }", "title": "" } ]
[ { "docid": "c9a27e5d8c6948fb88a873726960ad7e", "score": "0.69376004", "text": "public void setVoivodeship(java.lang.String value) {\n this.voivodeship = value;\n }", "title": "" }, { "docid": "d4cab8e519d15ef24022ddcb3caa4076", "score": "0.67221445", "text": "public com.tech3camp...
e3fdbe1c202a84fcd5f8ff37e73f6b6d
determine if each character in the string is unique,cannot use additional data structure 1.use a check array 2.sort the string, and compare one character with its neighbor ASCII >1 bytes, 8 bits, 256 Unicode >2 bytes, 16 bits, 65536 Here we assume the string is ASCII
[ { "docid": "8db674d0288ee46d4e9b459cc437f1bd", "score": "0.7184575", "text": "public static boolean isUnique(String str) {\n\t\tboolean[] check = new boolean[256];\n\t\tfor (int i = 0; i < str.length(); i++) {\n\t\t\tint val = str.charAt(i);\n\t\t\tif (check[val] == true) {\n\t\t\t\treturn false;\n\t\t\...
[ { "docid": "96c84b1562f9176ee7138d1e08818a4e", "score": "0.7977751", "text": "public boolean allUniqueChars1(String s) {\n int[] counts = new int[140]; //ASCII ranges from 0-127, leaving extra room\n char[] schars = s.toCharArray();\n for(char c: schars) {\n counts[(int) c] += 1;\n ...
98ea1b9c4b7011696548bf163137c4c8
Created by Pauline on 12/28/2016.
[ { "docid": "6ff7aa2c08cf4486f02ac812c2aa677e", "score": "0.0", "text": "public interface Interface {\n}", "title": "" } ]
[ { "docid": "93de84d0e77a5e19e12e7d0655c39af3", "score": "0.59167737", "text": "@Override\n\tpublic void agit() {\n\t\t\n\t}", "title": "" }, { "docid": "fea7a2b12d2393c5b331cdd73164085e", "score": "0.5768549", "text": "private static void problem11() {\n\t\t\n\t}", "title": "" ...
b61d5fd53f4889ec617a7aac6372d44d
/ access modifiers changed from: private
[ { "docid": "f35ed4b7f9502950dbe99ea0a9a56248", "score": "0.0", "text": "public void setGrayscaleEnabled(boolean value) {\n this.bitField0_ |= 128;\n this.grayscaleEnabled_ = value;\n }", "title": "" } ]
[ { "docid": "53e341f0a65f5f2314974705ff4b401c", "score": "0.66572005", "text": "private Ab(){\n\t\t\n\t}", "title": "" }, { "docid": "6f28b858823f2e868517ee6030db6fc1", "score": "0.6599779", "text": "private Kontobewegung() {}", "title": "" }, { "docid": "ce01e16cbc1fc0a29...
6cc7ced345188059da9a8ca1e0f6b66a
This returns the property descriptors for the adapted class.
[ { "docid": "45e6e92b953d403520a27ccedc53d48e", "score": "0.0", "text": "@Override\r\n\tpublic List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) {\r\n\t\t\r\n\t\t\r\n\t\tBusinessRootItemProvider businessRootItemProvider = (BusinessRootItemProvider)object;\r\n\t\tObject o = businessRootI...
[ { "docid": "eeff8d201f9e916c6a38ed44381a8dc5", "score": "0.77231294", "text": "public IPropertyDescriptor[] getPropertyDescriptors()\r\n\t{\r\n\t\treturn descriptors;\r\n\t}", "title": "" }, { "docid": "90cd109b05d356a56ad2d1a7bf4d589c", "score": "0.7581649", "text": "public IPropert...
a41c518998138ef33f6641b47336278e
Get the DataPolicyId property.
[ { "docid": "f66dd81625a5d5c34e2f5bb735c5bf41", "score": "0.8843673", "text": "public String getDataPolicyId() {\n return dataPolicyId;\n }", "title": "" } ]
[ { "docid": "f477223e164e7dd46fbafcd83ae4e871", "score": "0.76952964", "text": "public Long getPolicyId() {\n\t\treturn id;\n\t}", "title": "" }, { "docid": "65a8f86ed3ee2655ede2989136b596ca", "score": "0.756639", "text": "public String getPolicyId() {\n return this.policyId;\n...
20e0c75eeb6d6c62e85570ff388d809d
int64 totalMemory = 4;
[ { "docid": "3d7d92ef842aaf4da1c4b0692fbb18a2", "score": "0.0", "text": "public Builder setTotalMemory(long value) {\n \n totalMemory_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "e0e70dacf2f17943848a8476deb9e003", "score": "0.81792086", "text": "long getTotalMemory();", "title": "" }, { "docid": "372e1589c288ae40b56aa23dbb81a4f6", "score": "0.8014132", "text": "long getMemory();", "title": "" }, { "docid": "1943b1925f2dfd3718489e05ae3b...
e12c94ed93ba2270dbf5ad23cc39291f
void saveMemberInvitationMessage(MemberInvitationEmail memberInvitationEmail); void saveMemberInvitationNotificationToUserSender( String invitationIdentifier); void saveMemberDetailsVerificationRequest(String message, String memberIdentifier); void saveMemberDetailsVerificationRequest(String message);
[ { "docid": "93e7fabe9424cc442bc7db41fc2fb9ff", "score": "0.0", "text": "void replyMessageToMailSenderWithStandardMessage(EmailProcess emailProcess,\n\t String from, String subject, String message);", "title": "" } ]
[ { "docid": "68a399906f2b516a53713b40376eae42", "score": "0.69133496", "text": "void updateInvitationForSendingUser(Invitation invitation);", "title": "" }, { "docid": "285e7f805bc3ab3b39ea4239ffdb355a", "score": "0.67528564", "text": "void updateInvitationForReceivingUser(Invitation ...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "d28655ebd9d7a56a261e89927df24c58", "score": "0.0", "text": "public void setObsFim(java.lang.String param)\n\t{\n\t\tlocalObsFimTracker = param != null;\n\n\t\tthis.localObsFim = param;\n\n\t}", "title": "" } ]
[ { "docid": "8541b1cf741ee8244d45d2fd755acdb3", "score": "0.7789877", "text": "public abstract void set();", "title": "" }, { "docid": "7926260a33dacb33748cc5896367fecc", "score": "0.731393", "text": "public void set()\n\t\t{\n\t\t}", "title": "" }, { "docid": "103930d9bb9...
5599efbadd1b40aef21140f5c8678495
This function removes an action from the list of actions
[ { "docid": "9705245a3b3a42b43b26a62dfd715727", "score": "0.76528275", "text": "public void removeAction(Action action) {\n actions.remove(action);\n action.setStore();\n }", "title": "" } ]
[ { "docid": "44dd5f840948d7a30249cd7bdce53f55", "score": "0.8287387", "text": "synchronized void removeAction(final String action) {\n\n if (!actions.contains(action)) {\n return;\n }\n\n actions.remove(action);\n }", "title": "" }, { "docid": "6070f27a6f434...
4d058345af6ff470562d460b0ddbdca4
Called repeatedly when this Command is scheduled to run
[ { "docid": "92772405cdd191480b432b78d13cb746", "score": "0.0", "text": "protected void execute() {\n double tapelength;\n double dtapeangle;\n tapelength = rightrod.getTapeLength();\n SmartDashboard.putNumber(\"rightFollowTape TapeLength right\", tapelength);\n SmartDa...
[ { "docid": "79248ba559533435266adba0d9fe5a44", "score": "0.6613085", "text": "@Override\n public void robotPeriodic() {\n // runs base periodic functions. Do not delete/comment out\n CommandScheduler.getInstance().run();\n }", "title": "" }, { "docid": "23ac95db872a46a0581aa35d05c5a5...
b758c242ce09e6996ec69874fccaeaeb
Konstruktor dieses Client Handlers
[ { "docid": "cbf876ab9b4baadfadac31a137687d91", "score": "0.0", "text": "public ClientHandler(SmartLogicClient smartLogicClient, int iRetryTime) {\n Client = smartLogicClient;\n this.iRetryTime = iRetryTime;\n }", "title": "" } ]
[ { "docid": "4c9104939dae95e67614f9fab4bb468b", "score": "0.71223664", "text": "private ClientRequestHandlerImpl() {\n\t\tthis.defaultProtocol = new DefaultClientProtocol();\n\t\talternativePlugins = new ConcurrentHashMap<String,ClientProtocolPlugIn>();\n\t\tthis.qosObserver = new QoSObserver(BasicRemoti...
353af0a18fd06e26bcedbb87cb2eee7e
Gets the "type" element
[ { "docid": "32009a2089ffa09f1b82863d393db05f", "score": "0.0", "text": "public int getType()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.apache.xmlbeans.S...
[ { "docid": "b609f3a615742de822a294de4c1fe3bf", "score": "0.83402884", "text": "public ElementType getType();", "title": "" }, { "docid": "b88594940de8574023a24f153442cee1", "score": "0.8179827", "text": "public String getType() {\n return getAttribute(\"type\");\n }", "...
6f52c6e540cc8a767c986b25c29b3e87
Plays an audio resource using phetcommon's resource loader.
[ { "docid": "902319059f0a63e907d9c4ae8ca5278e", "score": "0.6900533", "text": "public void playCommonAudio( String resourceName ) {\n if ( isEnabled() ) {\n PhetCommonResources.getInstance().getAudioClip( resourceName ).play();\n }\n }", "title": "" } ]
[ { "docid": "8d47db77511998bb607c0e463db05c7c", "score": "0.69296527", "text": "private void loadAudio() {\n\t\ttry {\n\t\t\tbgSound = AudioSystem.getClip();\n\t\t\tbgSound.open(AudioSystem.getAudioInputStream(\n\t\t\t\t\tnew BufferedInputStream(getClass().getResourceAsStream(\"/fruitninja/resources/game...
301e61f154b6ec47c8d86281854adceb
This method was generated by MyBatis Generator. This method returns the value of the database column T_SB_ZWYC_XL.LXDD
[ { "docid": "266921f142d8abc4c033e36951b28a7a", "score": "0.5671405", "text": "public BigDecimal getLxdd() {\n return lxdd;\n }", "title": "" } ]
[ { "docid": "b7ade235ddf29bf0a5bd8ae4dbe34802", "score": "0.6041368", "text": "public BigDecimal getLxdn() {\n return lxdn;\n }", "title": "" }, { "docid": "a8b4090d6d51949f4e175485ddcd4678", "score": "0.58179903", "text": "public BigDecimal getDlxlcd() {\n return dlx...
0e0e47cce5855d86c80fe201b9c04add
Test case number: 43 /Coverage entropy=1.0086768778828243
[ { "docid": "2e24bc950bec647314cdaaf3d2b833d4", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test43() throws Throwable {\n LovinsStemmer lovinsStemmer0 = new LovinsStemmer();\n String string0 = lovinsStemmer0.stemString(\"oPmwR5HVv)6W}wXal\");\n assertEquals(\"opmwr5hvv)...
[ { "docid": "d6df76b4cd9e17e2c3e4b99debdb01f6", "score": "0.73115367", "text": "@Test\n public void test16() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluation evaluation0 = ...
0cad11c9ba205191dc6c0f88dac2ebff
Creamos la variable sql de tipo cadena
[ { "docid": "d38315c675b97123f67cfac9ea39047c", "score": "0.0", "text": "public Usuario listarId(int id) {\n String sql = \"SELECT * FROM usuario WHERE idUsuario=?\";\r\n Usuario us = new Usuario();\r\n try {\r\n con = cn.Conexion();\r\n pst = con.prepareStateme...
[ { "docid": "df7ffb93f1e07c2a851f7bf6922bc936", "score": "0.61820906", "text": "public static String syntaxe(String value, TypeBD type) {\t\r\n\t\tString valueDone;\r\n\t\t\r\n\t\tswitch (type) {\r\n\t\tcase CHAR:\r\n\t\t\tvalueDone = \"\\'\" + value.replaceAll(\"'\", \"''\") + \"\\'\";\r\n\t\t\tbreak;\r...
c883b93e2947391631cb0288596be419
Translates a screenspace Y coordinate by a specified amount toward this Direction
[ { "docid": "cd2e9f1fc9f83cc2fff6cd5fd4e9b6ce", "score": "0.59481555", "text": "public double translateY(double y, double amt) {\n return y + (amt * rowModifier);\n }", "title": "" } ]
[ { "docid": "53bfbf7068d0777807bf7b11c75cacb1", "score": "0.69850135", "text": "void towards(double xPosition, double yPosition);", "title": "" }, { "docid": "04875411eb2c7cc88a538f42aa814d56", "score": "0.6925948", "text": "double getDirectionY();", "title": "" }, { "doci...
bced4bde112b003cd209c3f355cd5d1b
A transaction service transaction service builder.
[ { "docid": "6152592757ae6dcfe62a47f6732101bf", "score": "0.8285125", "text": "public static TransactionServiceBuilder aTransactionService() {\r\n return new TransactionServiceBuilder();\r\n }", "title": "" } ]
[ { "docid": "ce5bdc5fdbe3902653319521453313e8", "score": "0.809003", "text": "public static TransactionServiceBuilder create(){\r\n return new TransactionServiceBuilder();\r\n }", "title": "" }, { "docid": "8d8a704e556b385e6abe077621824e02", "score": "0.6651643", "text": "pu...
45c296bb396a8d145454438cb9ae637f
Creates a plain oval (draws stroke).
[ { "docid": "2c1dc639af4aed877b8e20eaead3e663", "score": "0.5189802", "text": "public RMOvalShape() { }", "title": "" } ]
[ { "docid": "d273021bb239c15b0d844763c190b6e2", "score": "0.7022947", "text": "public abstract void drawOval(int x, int y, int width, int height);", "title": "" }, { "docid": "8b603ef2033f9cb48ccf05c2d1cfd882", "score": "0.69926894", "text": "public void drawOval(float x, float y, flo...
59dd0a6c5cf26d61c52f9eb1f558d4f4
Util method to write an attribute without the ns prefix
[ { "docid": "961402ae6bfb45440a70d4be985105c4", "score": "0.0", "text": "private void writeAttribute(java.lang.String namespace,\n java.lang.String attName, java.lang.String attValue,\n javax.xml.stream.XMLStreamWriter xmlWriter)\n throws javax.xml.stream.XMLStreamExcepti...
[ { "docid": "4032b8c44c9067682aec7c95df9e1e42", "score": "0.7247223", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\r\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamE...
0351e25c6d3e914b9ca2ae66d05ed5a9
Executed when upgrading to a new version
[ { "docid": "b0bd4acee75a99ee3b6b95db9283cc43", "score": "0.0", "text": "@Override\r\n public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {\r\n Log.w(\"StudentDatabase\", \"Upgrading database from version \" + oldVersion + \" to \" + newVersion + \", deleting old data, cre...
[ { "docid": "1feddaadb80b780d89327385c176b0b2", "score": "0.7913626", "text": "@Override\n\tprotected void upgrade() {\n\t}", "title": "" }, { "docid": "2631354ec0801e3c1e7c2602137ceeba", "score": "0.7151385", "text": "public abstract void upgrade();", "title": "" }, { "do...
3cdcee5391973d5148a530667c692a4b
Checks if certain query is in cache based on the keywords hash
[ { "docid": "f22cf82d7592666a2c52cec427a0fbd8", "score": "0.6998136", "text": "boolean inCache(int hash);", "title": "" } ]
[ { "docid": "e40562c8d0cd328f38306c47270ebbc5", "score": "0.63445014", "text": "public boolean inCache(String term) {\n\t\ttry {\n\t\t\treturn this.rdb.termExists(term);\n\t\t} catch (SQLException e) {\n\t\t\te.printStackTrace();\n\t\t\treturn false;\n\t\t}\n\t}", "title": "" }, { "docid": "d...
7e68087bb222726469b34de623835a7d
Creates new form VentanaPrinicipal
[ { "docid": "1467e6e7263b397b582f68d4a6c6236d", "score": "0.0", "text": "public VentanaPeriodos() {\n initComponents();\n this.setResizable(false);\n this.getContentPane().setBackground(Color.white);\n }", "title": "" } ]
[ { "docid": "6d5ace3984be21e8c6cbd2453b73e06a", "score": "0.6881496", "text": "public Result createPartie(){\n\t\treturn ok(views.html.partieForm.render(\"Create\", formFactory.form(Partie.class), Stadion.read()));\n\t}", "title": "" }, { "docid": "d5925e1ca1e76528c7b31ac3c8616480", "scor...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "3060c024dada6964b2c34c3fa441525f", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.home, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "af21c34586929dd479df15d2e4008cff", "score": "0.72254854", "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": "" }, { ...
7c29f8b3ab5711eee007cb2ccad6140b
Consulta lista de banners
[ { "docid": "be80067b1f3c46dead4c42b887e3c13e", "score": "0.6458258", "text": "@ApiOperation(value = \"Consulta lista de banners\", notes = \"El servicio regresa una lista\")\n @ApiResponses(value = {\n @ApiResponse(code = 200, message = \"Si retorna Informacion\"),\n @ApiRespons...
[ { "docid": "b494f8162c1ad3a416e1b5c827e870a3", "score": "0.72352535", "text": "public List<Banner> getListOfBanners() {\n Banner hor = new Banner(ACCOUNT_ID, Orientation.HOR.name());\n Banner ver = new Banner(ACCOUNT_ID, Orientation.VER.name());\n Banner mob = new Banner(ACCOUNT_ID,...
be02269fd9ca77270b507657ab4a3b57
On server, we don't consume the data.
[ { "docid": "ee717a26d6b880e282d82897632a7c8e", "score": "0.0", "text": "@Test\n public void testClientExceedingSessionWindow() throws Exception {\n start(new ServerSessionListener.Adapter() {\n @Override\n public Listener onNewStream(Stream stream, HeadersFrame frame) {\n...
[ { "docid": "e020787c6330c3e6ec8bebaaa1cb0d42", "score": "0.5952533", "text": "@Override\r\n public boolean isBlocking(){\n return false;\r\n }", "title": "" }, { "docid": "d98c714e81b53d02a45d8f678f837438", "score": "0.5945208", "text": "@Override\n\tpublic void fetchDat...
cfc6286e2dff83c25223922c01cbe251
Sets the min value.
[ { "docid": "2d835d331423b70fc126e53eaf92ca7d", "score": "0.74879867", "text": "public void setMinValue(final Double minValue) {\n this.minValue = minValue;\n }", "title": "" } ]
[ { "docid": "b9c72e289355b85cef05eed934223037", "score": "0.853106", "text": "public void setMinValue(double min) {\n mMinValue = min;\n }", "title": "" }, { "docid": "a6cb81312c6871b180da15ec7899cf31", "score": "0.8490754", "text": "public void setMin(int min) {\r\n this.m...
6dfac04389d7ea2f4204d5dfffc00e33
Set accessor for persistent attribute: area
[ { "docid": "f9793c269f43ae3fcfa20f5a75409416", "score": "0.6656534", "text": "public void setArea(java.lang.Integer newArea);", "title": "" } ]
[ { "docid": "75b566173531934290d86ee0382c844e", "score": "0.70231116", "text": "public void setArea(Area pArea) {\n this.area = pArea;\n }", "title": "" }, { "docid": "baccafb46296819578de39020e7a1edd", "score": "0.6964559", "text": "public Area getArea(){\n return th...
563b5da6c840f612d6ba91353e70e789
puts, undo of delete
[ { "docid": "95e2a1fe502dcb5368b9a5b9dc4b65e3", "score": "0.0", "text": "private void addToLiveDocNumbers(URI uri) {\n DocumentImpl doc = (DocumentImpl) getDocument(uri);\n String text =doc.getDocumentAsTxt();\n byte[] textBytes = text.getBytes();\n\n\n this.liveDocsCount++;\n...
[ { "docid": "25f355d9d4240de8d88572acb42a5de7", "score": "0.66718674", "text": "public void undo() {\n\t\tccb.cunqian(100);\n\t}", "title": "" }, { "docid": "7d4bee0ae97fe607d74a31afbc6022c8", "score": "0.64667135", "text": "public void undo();", "title": "" }, { "docid": ...
bbe65e09ebd92484717845f078cea9b5
This method was generated by MyBatis Generator. This method returns the value of the database column T_SYS_ROLE_ACTION.ACTION_ID
[ { "docid": "f33eec812049f999dd87c5768a143d57", "score": "0.6923573", "text": "public Integer getActionId() {\n return actionId;\n }", "title": "" } ]
[ { "docid": "d349b5834352851e41b7b510d4fa4e8d", "score": "0.73034173", "text": "public int getActionID()\n {\n return myRow.getIntColumn(\"action_id\");\n }", "title": "" }, { "docid": "d845f8260711027cef935fa0a62e1f9e", "score": "0.71433264", "text": "public int getAc...
b1e02cf59d597e511e727899ca10b18d
Duration spent sending logs to Loggly.
[ { "docid": "caa524039ab415943972dee4aadef3bd", "score": "0.572146", "text": "long getSendDurationInNanos();", "title": "" } ]
[ { "docid": "5e9f9875925e3d3824bf5c3e6e53b263", "score": "0.5708089", "text": "public long logTime() {\n\t\treturn 0;\r\n\t}", "title": "" }, { "docid": "be9d48ee2fbacf1ec63cb0a66f727cea", "score": "0.5571714", "text": "private void sendStatistics() {\n if (statsTimer.get() >= ...
91c03e767617f5b1091b4164ac0f6d86
Method to add a new attribute in the attribute map
[ { "docid": "2910cae87c5164f6b80ddef53e72f633", "score": "0.61558086", "text": "public void addAllAttributes(Map<String, GraphAttribute> atts)\n {\n this.attributes.putAll(atts);\n }", "title": "" } ]
[ { "docid": "c8ede492d1b988ebb7b501844999a781", "score": "0.8053443", "text": "void addAttribute(String attribute);", "title": "" }, { "docid": "54256dd6c1a72fcd4a4ddf064bc68757", "score": "0.7801545", "text": "void addAttributes(Map<String, Object> attributes);", "title": "" },...
8b07bac9e3f7084cd33b02ad00168c91
If this is the signal to start the data generation
[ { "docid": "7af21458d1119c4add2df0ed5cd99adb", "score": "0.0", "text": "@Override\n public void receiveCommand(byte command, byte[] data) {\n if (command == Commands.TASK_GENERATION_FINISHED) {\n terminate(null);\n }\n super.receiveCommand(command, data);\n }", ...
[ { "docid": "72b95d20fc5f995d571a258c6617dea4", "score": "0.6572584", "text": "public void startOfData() {\n super.startOfData();\n }", "title": "" }, { "docid": "f912f3e77096dce9dbd9698246c4e7cd", "score": "0.63934743", "text": "public void start() {\n mData = new Da...
d75a90f61d94d553158f469a7148aa6b
This method will break byte array into parts so that S3 upload can run in parallel for these parts.
[ { "docid": "f95e5764b7cff5b519e7fc56fa2b88c2", "score": "0.61348116", "text": "public static List<byte[]> breakByteArrayIntoParts(byte[] byteArray, int maxNumberOfParts)\n {\n List<byte[]> parts = Lists.newArrayListWithCapacity(maxNumberOfParts);\n int fullSize = byteArray.length;\n ...
[ { "docid": "1372cbe6f37e69a94510919f886c6c95", "score": "0.61723685", "text": "public static void splitMessage(byte[] array) throws Exception {\r\n\t\tString str = new String(array);\r\n\t\tString[] fields = str.split(\"###\");\r\n\r\n\t\tmessage = Base64.getDecoder().decode(fields[0].getBytes());\r\n\t...
915acaae4fc768d41e6ae39140367ade
/ Takes number from System.in if number is even, return "number" is even if number is odd, return "number" is odd
[ { "docid": "baa4fabe93de264c043261b4774a526d", "score": "0.655729", "text": "public static void givesAnswer()\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint numLines = Integer.parseInt(sc.nextLine());\n\t\tString currentLine;\n\t\t\n\t\tfor (int counterLines = 0; counterLines < numLines; counte...
[ { "docid": "65e003f9394959265e480ea543861da2", "score": "0.74546695", "text": "private static void odd() {\n\t\tint number;\n\t\ttry {\n\t\t\tnumber = skriv.askRowInt(\"Enter an integer value: \");\n\t\t\tif ((number & 1) == 0) {\n\t\t\t\tSkrivare2.skrivUt(MessageFormat.format(\"Number {0} is Even\",\n\...
891a1c5d0e2e8441ac767b178e60ebbb
Used to test quickly
[ { "docid": "5f69fffb4f64fb60f93aacb02f8bdd1b", "score": "0.0", "text": "private void updateInput() {\n float veloX = 0.0f;\n\n if (Gdx.input.isKeyPressed(Input.Keys.LEFT)) veloX = -100f;\n if (Gdx.input.isKeyPressed(Input.Keys.RIGHT)) veloX = 100f;\n\n MovementComponent movem...
[ { "docid": "267525a8240e720e8d91796596b7ff63", "score": "0.70989656", "text": "private void passTest3() {\n\t\t\r\n\t}", "title": "" }, { "docid": "58c448e086f121d7770a8885dcf42817", "score": "0.6890411", "text": "private void passTest1() {\n\t\t\r\n\t}", "title": "" }, { ...
2dcd7cdc228c2130b24342f7be3ea2ea
Auto generated method signature
[ { "docid": "188861e51d94ef616030129b115d0d8f", "score": "0.0", "text": "public org.example.www.demo.ParallelInfoResponse parallelInfo\n (\n org.example.www.demo.ParallelInfo parallelInfo2\n )\n {\n //TODO : fill this with the n...
[ { "docid": "18545d487c734805f1d8b504950ec03c", "score": "0.64440924", "text": "Method getMethodSignature(VContext ctx, ServerCall call, String method) throws VException;", "title": "" }, { "docid": "f3ca5041d9b54cb52f18a6996af04a0e", "score": "0.6322849", "text": "protected abstract ...
300149985144c22314ceafca01c3785f
PARA INICIALIZAR CONTROLES DE TABLA
[ { "docid": "992d0a558e22a9d36c634e0a79937b3d", "score": "0.0", "text": "public void setHotKeysJTextFieldGenerico(JTextField jTextField,JInternalFrameBase jInternalFrameBase,String sNombreHotKeyAbstractAction,String sTipoBusqueda) {\r\n\t\tjTextField.addFocusListener(new TextFieldFocusListener(jInternalF...
[ { "docid": "ac2e01625d9a6c8186f04fe3487eeee4", "score": "0.69499487", "text": "public void cargarTitulosColumas() {\n tabla.addColumn(\"Tipo Video\");\n tabla.addColumn(\"Nombre\");\n tabla.addColumn(\"Cantidad\");\n tabla.addColumn(\"Secuelas\");\n tabla.addColumn(\"T...
fbb8d02842035864db0fb1e25e135a35
AbstractPhysicsDebugControl methods Update this control. Invoked once per frame during the logicalstate update, provided the control is enabled and added to a scene. Should be invoked only by a subclass or by AbstractControl.
[ { "docid": "5f6105e3c7e0e4f2de89829805a52e79", "score": "0.5229792", "text": "@Override\n protected void controlUpdate(float tpf) {\n Mesh mesh = geom.getMesh();\n WireBox wireBox = (WireBox) mesh;\n\n pco.boundingBox(bbox);\n float xExtent = bbox.getXExtent();\n fl...
[ { "docid": "6881609fc820fd82d0f9f351d4662af2", "score": "0.60605", "text": "public void update()\n {\n if (isTransitioning)\n {\n if (transitionObj != null)\n {\n transitionObj.update();\n }\n }\n if (isEnabled)\n {\n ...
543ec389a71ca932c3727155ce170abd
abstract class and needs to be implemented
[ { "docid": "df5b3b93b9a27d1422ce83b551991590", "score": "0.0", "text": "@Override\n public void onStartTrackingTouch(SeekBar seekBar) {\n }", "title": "" } ]
[ { "docid": "dcead00c6e13fc6d53bc98188e599994", "score": "0.70871884", "text": "abstract void dibujar();", "title": "" }, { "docid": "5a13a6e8b477121b0c2b6af3b7302cbd", "score": "0.69168097", "text": "public abstract void mo16889d();", "title": "" }, { "docid": "677f434cde...
4eead053dd3f7de0b47bc29c31f0ae6b
"null" declares the value of the fur color as empty or unspecified This is a constructor because it starts with the class name
[ { "docid": "35bfe1eaee78343cb225444b4121cf0b", "score": "0.0", "text": "Dog(int pawCount) {\n\t\t// This is an assignment operator while == is a comparison\n\t\tm_numberOfPaws = pawCount;\n\t\tm_furColor = \"Black\";\n\t\t/* When using \"static\", it declares all types of an object to have the\n\t\t * s...
[ { "docid": "ecc577decfa3fbeb26d132137a4cd0c3", "score": "0.76535064", "text": "public Color(){\r\n\t\tthis(0,0,0);\r\n\t}", "title": "" }, { "docid": "2e7e8c6d47fffa96481c67c30a0d3a34", "score": "0.7451668", "text": "@Override\n\tpublic Color getColor() {\n\t\treturn null;\n\t}", ...
4b172371a1a23ae1bf41c76b01f69736
on a double click, pop up the status dialog for the list item. On a single click, just update the client list to show the newly selected item.
[ { "docid": "ea9fb0f7154d97bb409d418b4e1de9f4", "score": "0.6584258", "text": "public void mouseClicked(MouseEvent e) {\n\t\t\t// if (e.getClickCount() == 2){\n\t\t\t// owner.showStatusDialog();\n\t\t\t// }else if (getSelectedIndex() >= 0){\n\t\t\t// owner.updateClientListPosition(getSelectedIndex());\n\...
[ { "docid": "278c38932b90e045ca09ff1d4172072b", "score": "0.62223727", "text": "@Override\n\tpublic void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) {\n\t\tupdateItemForId(arg3);\n\t\tdisplayDialogForId(arg3);\n\t}", "title": "" }, { "docid": "a3a8a0263fbb4d09ea41ea0de2c7...
79f0c7fcfb1a13bdb6eb03040c9f09de
Create handle for the RetrofitInstance interface
[ { "docid": "37888f6a428c512fcb7d79c00f26b091", "score": "0.0", "text": "@Override\n public void getNewsArrayList(final OnFinishedListener onFinishedListener) {\n GetNewsDataService service = RetrofitInstance.getRetrofitInstance().create(GetNewsDataService.class);\n\n /** Call the method...
[ { "docid": "f30183233bf4bc8a8765fde28ba99026", "score": "0.6597188", "text": "private static Retrofit create() {\n return new Retrofit.Builder()\n .baseUrl(BASE_URL)\n .addConverterFactory(GsonConverterFactory.create())\n .addCallAdapterFactory(RxJava2...
451e36fd763a557ee6800a2bc143f386
required fixed32 checksum = 1;
[ { "docid": "f253af00d0b41c0a195941341309fc08", "score": "0.0", "text": "public boolean hasChecksum() {\n return result.hasChecksum();\n }", "title": "" } ]
[ { "docid": "625e819dae958c9426f8d2927019a0c5", "score": "0.688721", "text": "abstract protected int doGetChecksumCRC32();", "title": "" }, { "docid": "dc0a7cdef816d43e1d1f9dcdf86adc4f", "score": "0.66939443", "text": "public short getChecksum() { return this.checksum; }", "title"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a5d0e80c328c45a7b7389f29ba8691cd", "score": "0.0", "text": "@Override\n\tpublic void notifyRemoved(BindingsResults arg0, String arg1, Integer arg2) {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
c46cebc8dae53b38f56af3ebff8c3a54
Prepara el archivo para escribir y guardar
[ { "docid": "eee76398fb42419dcacb993fe7e94655", "score": "0.0", "text": "public boolean save(){\n //Etiquetas de cierre\n\t\tthis.queue.add(\"</div>\");\n\t\tthis.queue.add(\"</body>\");\n\t\tthis.queue.add(\"</<html>\");\n\t\ttry {\n FileWriter fileWriter = new FileWrit...
[ { "docid": "5754850039ab5a165a1b8b8fcaeb10e2", "score": "0.67873234", "text": "private void initFile() {\r\n\t\t\r\n\t\tFileOutputStream writer;\r\n\t\ttry {\r\n\t\t\twriter = new FileOutputStream(this.fileName);\r\n\t\t\twriter.write((new String()).getBytes());\r\n\t\t\twriter.close();\r\n\t\t} catch (...
b79242139eb0bfd0ec97f2f656ba7de6
Checks whether a address is within the addresses 'occupied' by this element (the address of the element plus the number of codes).
[ { "docid": "4f4e5c962d0df895faf8f4a4d2e4b6c9", "score": "0.724008", "text": "public boolean isInBounds(long address) {\n return this.address <= address && this.address + length > address;\n }", "title": "" } ]
[ { "docid": "e37d712f23520522264aac457bc3049e", "score": "0.72803175", "text": "default boolean isAddressCovered(final int address) {\n\t\treturn (address >= getOffset() && address < (getOffset() + getSize()));\n\t}", "title": "" }, { "docid": "028a1b3d2b38bcbad78e6b4a99791aac", "score": ...
16455cabd48359322b43967c96732446
determine whether the input schema contains recursive records
[ { "docid": "8f2b23bb3cf4f571b5afa6a7b5f8a138", "score": "0.7864015", "text": "public static boolean containsRecursiveRecord(Schema s) {\n /*initialize empty set of defined record names*/\n Set<String> set = new HashSet<String> ();\n return containsRecursiveRecord(s, set);\n }", ...
[ { "docid": "2d56d08135da5b53eafcce7e8689042e", "score": "0.6036612", "text": "boolean hasNestedValue();", "title": "" }, { "docid": "8403fadd61b3f58c1cb7efc6e59ba538", "score": "0.6008481", "text": "boolean isRecursionAllowed() {\n return allowRecursion;\n }", "title": "" }...
73da2ef87ecc4a60b58fb15edabe45ff
"%" is allowed under MYSQL_5 SQL conformance level
[ { "docid": "f02fcc4003ab2587b7d1e24e141f6ad2", "score": "0.64421684", "text": "@Test\n public void testModOperator() {\n final SqlTester tester1 = tester.withConformance(MYSQL_5);\n tester1.setFor(PERCENT_REMAINDER);\n tester1.checkScalarExact(\"4%2\", \"0\");\n tester1.ch...
[ { "docid": "ff7d2276bfc55864137119b2b6990431", "score": "0.643747", "text": "@Test\n public void testModPrecedence() {\n final SqlTester tester1 = tester.withConformance(MYSQL_5);\n tester1.setFor(PERCENT_REMAINDER);\n tester1.checkScalarExact(\"1 + 5 % 3 % 4 * 14 % 17\", \"12\")...
6e6ac07b696369918f7d9c32afd6263a
Write code here that turns the phrase above into concrete actions
[ { "docid": "bafbaa39169ed32759b419c7a1e9ed69", "score": "0.0", "text": "@Given(\"^user selects gender as \\\"([^\\\"]*)\\\"$\")\n\tpublic void user_selects_gender_as(String arg1) throws Throwable {\n\t OC_AddSubject_PageObject.selectgender(arg1);\n\t}", "title": "" } ]
[ { "docid": "da54e23758a310ced4064141dc7ffcdc", "score": "0.6659438", "text": "Handle action(ActionAST action);", "title": "" }, { "docid": "314e661c7c76e3f75141edbd59d0160a", "score": "0.6641654", "text": "public Agent action(PlayerInterface player, Game game, String word);", "ti...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "853658e472956ef5baace08d224c9e1d", "score": "0.0", "text": "@Override\r\n\tpublic VAddMetalInv findOne(int id) {\n\t\treturn vAddMetalInvRepository.findOne(id);\r\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
45256c7f470749ac25d0db2f85d3c3a4
Registers a new user account. Makes sure that the username and mail do not exist before
[ { "docid": "e3623f2aa5cbc2ad2be52d1ac10ff48e", "score": "0.72447205", "text": "@Override\n @Transactional\n public User registerNewUserAccount(RegisterUserForm userForm) throws DuplicateUserException {\n if (emailExists(userForm.getEmail())) {\n throw new DuplicateUserException(\"An account wi...
[ { "docid": "dfbebff79c8a9ef63bc1bc38e5274f5c", "score": "0.77739275", "text": "void registerUser(User user, String password, String email);", "title": "" }, { "docid": "4049136aea4158a67c6daa5af036092a", "score": "0.75434166", "text": "public void register() {\n FacesContext f...