query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
a607bb463ec807b05f28a89ef54bc6b7
Preparing data Mocks & Stubs configuration
[ { "docid": "fb6e9f93a7e71d7af4ba2c9960728824", "score": "0.0", "text": "@Test\n void doGet_error() throws Exception {\n when(customerService.getList()).thenThrow(new RuntimeException());\n\n // Business logic execution\n mockMvc.perform(get(\"/customers\")\n .accep...
[ { "docid": "aeaacf3576d7ed44d4ad2467f2b439fd", "score": "0.69924265", "text": "@Before // Sets up required test data and AUT state\r\n\tpublic void prepareData() {\r\n\t\t// Load the application home page\r\n\t\tdriver.get(baseUrl + \"/Edgesite2/\");\r\n\t\tHomePagePOM home = new HomePagePOM(driver);\r\...
54c453872eb719f6866e3f11369d8b57
$ANTLR end "rule__MicroserviceMapping__Group_4__3" $ANTLR start "rule__MicroserviceMapping__Group_4__3__Impl" InternalMappingDsl.g:4966:1: rule__MicroserviceMapping__Group_4__3__Impl : ( '}' ) ;
[ { "docid": "6656a4a9fca511d00aad9f03ceb82dfa", "score": "0.7823469", "text": "public final void rule__MicroserviceMapping__Group_4__3__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMappingDsl.g:4970:1: ( ( '}' ) )\...
[ { "docid": "4639834562a0e29f5b535eac33692e57", "score": "0.76478034", "text": "public final void rule__Microservice__Group_3__4__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMappingDsl.g:11618:1: ( ( '})' ) )\n ...
e23bd5a27b3394bd79f5abf45245c83b
/ Access modifiers changed, original: 0000
[ { "docid": "eac92fce77393ff0a6fd27c623249f2b", "score": "0.0", "text": "public int aa() {\n return (this.aq * 1213849873) + (this.al * -2054690887);\n }", "title": "" } ]
[ { "docid": "a126bba8e08b45e6af9f7d1df24fc0cc", "score": "0.70258236", "text": "@Override\r\n public int flags() {\n return 0;\r\n }", "title": "" }, { "docid": "a126bba8e08b45e6af9f7d1df24fc0cc", "score": "0.70258236", "text": "@Override\r\n public int...
fced1f81043b9be560fdc452355febf7
Sets an interpolator for the opening menu animation
[ { "docid": "f4a6230c413f15a641ca691268afdea6", "score": "0.6635396", "text": "public FloatingMenu setAnimationInterpolator(Interpolator animationInterpolator) {\n mAnimationInterpolator = animationInterpolator;\n return this;\n }", "title": "" } ]
[ { "docid": "48362875bc46d26ef2fb676d0f0e4f75", "score": "0.6297873", "text": "@Override\n\t\t\tpublic void onAnimationStart(\n\t\t\t\t\tcom.nineoldandroids.animation.Animator arg0) {\n\t\t\t\tisMenuVisible = true;\n\t\t\t\tisExpand = true;\n\t\t\t\tmExpandCancelAnimating = true;\n\t\t\t\t// System.out.p...
f95c186aa3ee3c26022f71243b159bc2
initialCustomList: initialize the custom_values and list view that holds the values
[ { "docid": "9ec504ebec2571a5f35a027bb5674af5", "score": "0.7496319", "text": "private void initialCustomList(){\n // set initial array list that holds data\n custom_values = new ArrayList<>();\n\n // get all data from database\n getAllDataFromDatabase();\n\n // initial...
[ { "docid": "092a816962f7963e1cff338ebba5a62d", "score": "0.6793719", "text": "private void initListValues(JList myList, Vector<String> vValues) {\n logger.trace(\"vValues.size:\"+vValues.size());\n DefaultListModel model = new DefaultListModel();\n if (vValues != null) {\n ...
a8a39b1a00839aa9b7a78449f91b7b12
returns the mirror ray after intersection with incoming ray
[ { "docid": "d47bd9f56a560ad98dff42dad286e91d", "score": "0.7328015", "text": "public Ray get_reflection_ray(Vector intersection_point, Ray incomming_ray);", "title": "" } ]
[ { "docid": "b66214d2a083c3809bc468d7e508c392", "score": "0.6563616", "text": "@Override\n public void intersect( Ray ray, IntersectResult result ) {\n \tVector3d p = new Vector3d(ray.eyePoint.x - center.x, ray.eyePoint.y - center.y, ray.eyePoint.z - center.z); \n \tVector3d d = ray.viewDirectio...
ff97a1cd48c2029054a8f06029b0ac9e
String shareEmail = edtShareEmail.getText().toString(); String[] recipients = shareEmail.split(","); String subject = edtSubject.getText().toString();
[ { "docid": "c88a56333d4e05cd0589fc81a72e1062", "score": "0.6163227", "text": "private void sendEmail() {\n\n String msg1 = txt_date.getText().toString();\n String msg2 = txt_location.getText().toString();\n String msg3 = txt_item1.getText().toString();\n String msg4 = txt_ite...
[ { "docid": "f5e97ed3e162a14acfd83776614cd0e6", "score": "0.6636054", "text": "private void shareData(){\n String subject = eName.getText().toString();\n String subject2 = eSlackID.getText().toString();\n String subject3 = eEmail.getText().toString();\n String subject4 = e...
721992bf598f813427c95cde6c5f565e
/ reverse linked list iteratively
[ { "docid": "e15c252950ed374043412fd19dcbc3e2", "score": "0.0", "text": "public static void main(String[] args)\n {\n reverse_linkedlist reverse=new reverse_linkedlist();\n Scanner sc=new Scanner(System.in);\n int n=sc.nextInt();\n\n for(int i=0;i<n;i++)\n {\n ...
[ { "docid": "f2d75195dd324361ad525b5e0bd5ab77", "score": "0.82497066", "text": "void reverseList(){\n\n Node prev = null;\n Node next = null;\n Node iter = this.head;\n\n while(iter != null)\n {\n next = iter.next;\n iter.next = prev;\n ...
03bd8cedb91e39e9f094c86f9286100e
This method initialize the food data base
[ { "docid": "c2fdbf132f79678a40f577147f8d5519", "score": "0.0", "text": "@Override\n public void onCreate(SQLiteDatabase database) {\n database.execSQL(\"create table Food(IdFood text,nameOfFood text, IdCategory text, Calories text, gr text, image text)\");\n ContentValues values = new C...
[ { "docid": "117f28cd2818e405cdf5374ce1b6aabc", "score": "0.70728654", "text": "public void initializeDatabase() {\n DataService dataService = new DataServiceImpl(new HibernateDataDAO());\n dataService.eliminarDatos();\n dataService.crearDatosIniciales();\n }", "title": "" }...
316fe77b998d53c8b32680e75330e82a
Returns the HTTP response content byte stream, automatically recognizing gzip encoded responses and returning an uncompressing stream if that's the case.
[ { "docid": "c5606d1049dc1f9a41510ba27a2ecba2", "score": "0.63319635", "text": "public InputStream getResponseStream() throws IOException;", "title": "" } ]
[ { "docid": "52745f976e875f3a286fd6986cc94c6d", "score": "0.64410937", "text": "InputStream getResponseBodyAsStream() throws IOException;", "title": "" }, { "docid": "7829ae895d1c42dada617deddb086512", "score": "0.6298027", "text": "private static String getStreamContentAsString(HttpU...
8eb1cf21cff0c0d9ef21b4591f8ba9b0
Called when views need to be inflated
[ { "docid": "efd76cddadf2cc633405aa6c39b58ce2", "score": "0.6917883", "text": "protected abstract void afterInflate();", "title": "" } ]
[ { "docid": "043a2471820425570bfb0415824f8e47", "score": "0.7442594", "text": "@Override\n protected void initViews() {\n }", "title": "" }, { "docid": "db49e1ba3571f23eb9451ae04d620942", "score": "0.74371034", "text": "protected abstract void onViewInflated(View view, Bundle sa...
4e9c8397e82ad5ecd9a086276b1f13d3
Get the set of inputs from the user.
[ { "docid": "aa6975ca714a537d7b489bbde1f3e91e", "score": "0.75603163", "text": "@Override\r\n public String[] getInputs() {\r\n\r\n String[] inputs = new String[1];\r\n\r\n inputs[0] = getUserInput(\"How many acres of land do you want to plant?\");\r\n\r\n return inputs;\r\n }"...
[ { "docid": "72210d4d475aa843c7cf3646cd886371", "score": "0.76478404", "text": "@Override\n public String[] getInputs() {\n String[] inputs = new String[1];\n \n inputs[0] = getUserInput(\">: \", true);\n \n // Repeat for each input you need, putting it into its prop...
bb1729ba2834c4b850e086d2f647c843
/ post: interpreta el tipo de formato que se recibe (que esta en palabraSeparada). Ve si es pretty, quiet o formato no aceptado. Por defecto es pretty
[ { "docid": "0c5dbd085fa15a29598af039ca866576", "score": "0.6506943", "text": "public void interpretarFormato(){\n\t\tString[] palabras = this.getPalabraSeparada();\n\t\tfor(int i = 0; i<palabras.length; i++){\n\t\t\tif(palabras[i].contains(\"--format\")){\n\t\t\t\tString[] partesDeLaPalabra = palabras[i...
[ { "docid": "1e8cda417ccb367088ce16ef48a02504", "score": "0.5613361", "text": "@RequestMapping(path = \"/pretty\", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE)\n public String prettify(@RequestBody String json) {\n\n // log the parameters\n logger.info(\"pret...
15e288c2671e02d4d6a8f43555153236
Here addition is handled.
[ { "docid": "dd923039c95032bd782b6a91f49faa77", "score": "0.0", "text": "public double add(double firstNo, double secondNo) {\n\t\treturn firstNo + secondNo;\n\t}", "title": "" } ]
[ { "docid": "bcafe298c8e3b55d0161eca3f5b02e5b", "score": "0.7231501", "text": "@Override\n\tpublic void visit(Addition arg0) {\n\t\t\n\t}", "title": "" }, { "docid": "bcafe298c8e3b55d0161eca3f5b02e5b", "score": "0.7231501", "text": "@Override\n\tpublic void visit(Addition arg0) {\n\t\...
d4e890cb246fb0e6d5ddce60d8fe6948
If an object has already been updated, it does not need to be updated again. Note that the children of the UCExpr are visited first. There is a seen bit vector for both AUPDATE and SUPDATE UCExpr. If the value number of the expression being checked has already been encountered in a UCExpr, then the UCExpr is redundent ...
[ { "docid": "e1196cb335a7b0679a0b464ec1ee0f3a", "score": "0.7100927", "text": "public void visitUCExpr(UCExpr expr) {\n\texpr.visitChildren(this);\n\n\tint v = expr.expr().valueNumber();\n\tAssert.isTrue(v != -1);\n\n\tSideEffectChecker sideEffects = new SideEffectChecker(context);\n\texpr.expr().visit(s...
[ { "docid": "635108da2b7f57384f63f807d57377ed", "score": "0.58569825", "text": "@Override\n\tpublic boolean update(Counts obj) {\n\t\treturn false;\n\t}", "title": "" }, { "docid": "3d8a0e5f246fdc445c517dcbfb620219", "score": "0.57380104", "text": "@Override\n\tpublic boolean update(S...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "710efd4be88b5e778173f1bae979e75b", "score": "0.0", "text": "public void mo6794a(View view, int i) {\n if (this.f4648a.get() != null) {\n ((AudienceNetworkActivity) this.f4648a.get()).f4637b.addView(view, i);\n }\n }", "title": "" } ]
[ { "docid": "ea653814105676b3aa0fd0c45766e6db", "score": "0.6285023", "text": "@C4056a\n /* renamed from: a */\n public abstract void mo17535a(@C0193h0 A a) throws RemoteException;", "title": "" }, { "docid": "943c68e245d857d7dbc5516eee1106d7", "score": "0.61489946", "te...
c029dddc38e6ea0d47c22230f27d21f9
Gets the uniquely generated ID from the database record stored via the Morpheus appliance.
[ { "docid": "1bd0d7a6263918e198c7d10454adff47", "score": "0.0", "text": "public Long getId() {\n\t\treturn id;\n\t}", "title": "" } ]
[ { "docid": "d17a357ef1c01d9a51e44de8eb9ad147", "score": "0.7311375", "text": "long getRecordId();", "title": "" }, { "docid": "d17a357ef1c01d9a51e44de8eb9ad147", "score": "0.7311292", "text": "long getRecordId();", "title": "" }, { "docid": "64a2ba4431fc8e9665495482616fd3...
c3f2c5e4c643227a4d971f7837119f55
can user access page
[ { "docid": "4e3b0fec465b571c11558c5c257fbcd7", "score": "0.7437279", "text": "boolean canUserAccessPage(long userId, int pageId);", "title": "" } ]
[ { "docid": "87b487fb7e6d110088d0a4cb174a8537", "score": "0.8004965", "text": "protected void checkPageAccess()\r\n {\r\n }", "title": "" }, { "docid": "388a68b1365f96e34f34b7c5f5af691f", "score": "0.6791219", "text": "boolean hasAccessDeniedPageUri();", "title": "" }, {...
64c7cc6a069fe2ca3c7350e0c89bc90b
Sets the defaultSubObject attribute value.
[ { "docid": "7b2f32375b9a3140bb33c864839029c7", "score": "0.8166393", "text": "public void setDefaultSubObject(SubObjectCode defaultSubObject) {\n this.defaultSubObject = defaultSubObject;\n }", "title": "" } ]
[ { "docid": "bb501625038aec093be75fb9c0f92618", "score": "0.6817273", "text": "public void setDefaultSubAccount(SubAccount defaultSubAccount) {\n this.defaultSubAccount = defaultSubAccount;\n }", "title": "" }, { "docid": "83a3cba1f380777a52b67d2cca7bc045", "score": "0.6812748",...
da3edb296b3542e2adedf6e25a91a037
TODO: Rename method, update argument and hook method into UI event
[ { "docid": "a807a154bceff236ba6fe8b144625dfc", "score": "0.0", "text": "public void onButtonPressed(Uri uri) {\n if (mListener != null) {\n mListener.onFragmentInteraction(uri);\n }\n }", "title": "" } ]
[ { "docid": "2bb97c867232becd82fe2273fd20ac64", "score": "0.62777287", "text": "@Override\r\n\tpublic void event() {\n\r\n\t}", "title": "" }, { "docid": "92501bb7061fdf2ecf7a13c84d45a296", "score": "0.6223507", "text": "@Override\n public void handle(ActionEvent event) {\n ...
974ed9c6f699eae1b5e19e19d6eb0989
The method will decrease the inventory value of the ingredient by 1
[ { "docid": "9fbc26ecfaa0b88a5eac8de973672f01", "score": "0.7464434", "text": "protected void adjustInventory(DrinkIngredient ingredient) {\n\t\tint currentValue = inventory.get(ingredient).intValue();\n\t\tcurrentValue--;\n\t\tinventory.put(ingredient, currentValue);\n\t\treturn;\n\t}", "title": "" ...
[ { "docid": "508ae7bb0400cf3881891546a73696e7", "score": "0.72714496", "text": "public void replenishInventory(int quantity){\n\t\tthis.quantity += quantity;\n\t}", "title": "" }, { "docid": "645da4e80bb1191ad9c83712f44115ed", "score": "0.68841887", "text": "public void restock(int ad...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ac5571cbe9b7e0c012e9a079c7081526", "score": "0.0", "text": "@Override\r\n\tpublic int create(Customer cs) {\n\t\tlogger.info(\"enetred Dao\");\r\n\t\tSession session = this.sessionFactory.getCurrentSession();\r\n\t\tlogger.info(\"session\",session);\r\n\t\tCustomer cm = new Customer();\r\n\t...
[ { "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": "" }, ...
4442128aca21e095bc20be7d8b114409
this method disables level activity
[ { "docid": "0379e2f38bc82d2bbaea44d0c6a9c29c", "score": "0.0", "text": "public void backToMenu(View view) {\n\n finish();\n }", "title": "" } ]
[ { "docid": "f85abdf6d7460bbd32ce31d527c15da9", "score": "0.7657347", "text": "void disable(Level level);", "title": "" }, { "docid": "8a99e1f2d2f8b9e5f88f4050c028944b", "score": "0.7201161", "text": "void disableAllLevels();", "title": "" }, { "docid": "02c968dd68ce73855b...
c1e1f5d144dfd97c4e331484bc2f5201
Reads a boolean value from configuration properties safely, i.e. if the value is not set, the default value is returned instead.
[ { "docid": "4c916d1fba20c1a0d29f67cf8ed82db3", "score": "0.77574015", "text": "private static boolean safeReadBooleanProperty(Properties config, String key, boolean defaultValue) {\n\t\tString _value = config.getProperty(key);\n\t\tif (_value != null) {\n\t\t\treturn new Boolean(_value).booleanValue();\...
[ { "docid": "e2cd90b7ecc62b9996377a41919c0fc5", "score": "0.75889623", "text": "boolean getValueAsBoolean() throws ConfigurationException;", "title": "" }, { "docid": "716a8970c434b0c3ebf4c5ec5b894563", "score": "0.71126765", "text": "public boolean GetBoolProperty(String propName, bo...
0f89c742baa853b65947aa89fdaef95a
ackchannel for sending acknowledgments when new FeatureSetSpecs is installed in Job .feast.core.KafkaSourceConfig ack = 2;
[ { "docid": "5c8c13e5d2148d1336a5b553b7808694", "score": "0.6625249", "text": "@java.lang.Override\n public feast.proto.core.SourceProto.KafkaSourceConfig getAck() {\n return ack_ == null ? feast.proto.core.SourceProto.KafkaSourceConfig.getDefaultInstance() : ack_;\n }", "title": "" } ]
[ { "docid": "bc4b03d7198cb58497bc79d81fd81551", "score": "0.7197436", "text": "feast.proto.core.SourceProto.KafkaSourceConfig getAck();", "title": "" }, { "docid": "19f652f2546e53b0ad8c09f514ce39be", "score": "0.68593526", "text": "feast.proto.core.SourceProto.KafkaSourceConfigOrBuild...
211b9bf0ea5e6c7ce3044f2566aad7f4
Clears the value in the component
[ { "docid": "edb8c36ce2ee04aa9c2c816d4d7bc5c4", "score": "0.0", "text": "public void clear() {\n webElement.clear();\n }", "title": "" } ]
[ { "docid": "910f00d27ae61f79c4b2d6cbc6428f28", "score": "0.79922265", "text": "void resetValue() { value.clear(); }", "title": "" }, { "docid": "bacf21e3048dee589b059846ccc54968", "score": "0.7837856", "text": "@Override\n\tpublic void clear() {\n valueBoxBase.setText(\"\");\n...
8eeef438ffd5df3fb4cba5afb7d13df5
Gets the pearl repair materials
[ { "docid": "84aa753a9067ff2a08b31f8322a19ef3", "score": "0.75418663", "text": "Set<RepairMaterial> getRepairMaterials(PearlType type);", "title": "" } ]
[ { "docid": "e90a320d4129d364c497deebe94319a9", "score": "0.7061381", "text": "MaterialId getRepairMaterial();", "title": "" }, { "docid": "1667b6cb6ec70273c1a068589b9d417e", "score": "0.6426455", "text": "MaterialPE getMaterial();", "title": "" }, { "docid": "aabe682d3e83...
4f9461eb626c8fbb431e697e32e71bed
Displays a summary of the Player info
[ { "docid": "17fb4cd1b5763d55ad777bce4588f978", "score": "0.0", "text": "public String toString() {\n\t String retVal;\n\t if(this.attPower == 69){\n\t\tretVal = \"Name: \" + this.name + \"\\n\" +\n \t \"Gender: \" + this.gender + \"\\n\" +\n \t \"Health: \" + this.heal...
[ { "docid": "0cfeb573d35cc4d4d770a9fae8380f5c", "score": "0.78626823", "text": "private static void printPlayerDetails() {\r\n\t\tout.println(GameContext.get().getPlayerConfiguration().getPlayerDetails());\r\n\t}", "title": "" }, { "docid": "7d9448c302c788e33776c0b334cbb3fa", "score": "0....
ffcaf03a7e4ce5c2bc62742bc1f7dd2a
optional .CMsgGCRerollPlayerChallengeResponse.EResult result = 1 [default = eResult_Success];
[ { "docid": "b7689aa679647fb321bddea3fcbc2f39", "score": "0.0", "text": "public boolean hasResult() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "title": "" } ]
[ { "docid": "9c71a4f598afa4fa72e5b4dacb5f4a22", "score": "0.9245281", "text": "MsgGCCommon.CMsgGCRerollPlayerChallengeResponse.EResult getResult();", "title": "" }, { "docid": "de96793a82e910e5251052bbe9b70187", "score": "0.765288", "text": "public MsgGCCommon.CMsgGCRerollPlayerChalle...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "e4bceae3ea23e5490d79eee3ed477250", "score": "0.0", "text": "public C3794h mo16858a() throws IOException {\n C3789e eVar = this.f11963e;\n if (eVar == null) {\n return null;\n }\n if (this.f11959a == null) {\n return eVar.mo16533a(this.f11960b...
[ { "docid": "40e9785645e7f278c7de226a84dd3b77", "score": "0.6179902", "text": "public interface C35595b {\n /* renamed from: a */\n void mo90406a();\n }", "title": "" }, { "docid": "a14760f0a1a6f90e9f568881c3a67610", "score": "0.6177619", "text": "public interface apf...
340af948c9f7fdb844e434f2d4275049
// Calls getNextMove if the Board is not filled
[ { "docid": "497f7ae69a167917023880e444d2eada", "score": "0.7878406", "text": "public void makeNextMove()\n {\n if (!copyOfBoard.isFilled())\n {\n \tgetNextMove();\n }\n }", "title": "" } ]
[ { "docid": "399bb2f1acfe2c6c6d67d1c7e49e2ab8", "score": "0.71589136", "text": "public ArrayList<Move> getNextMoves(Color[][] board) {\n ArrayList<Move> nextMoves = new ArrayList<>();\n ArrayList<String> tileLocs = getTileLocs(board);\n for (int i = 0; i < tileLocs.size(); i++) {\n String l...
a259bba87083b0351aea9f4c56bdcb12
/ JADX WARNING: inconsistent code. / Code decompiled incorrectly, please refer to instructions dump.
[ { "docid": "783c068e44005db88376feceaddd651e", "score": "0.0", "text": "public boolean requestContentNode(ComponentName componentName, Bundle data, int token) {\n enforceCallingPermission(\"com.huawei.permission.CONTENT_SENSOR_PERMISSION\", \"requestContentNode()\");\n synchronized (this) ...
[ { "docid": "d8213513c731982ea071a6034e71cc1a", "score": "0.74744797", "text": "static void method_2981() {\r\n // $FF: Couldn't be decompiled\r\n }", "title": "" }, { "docid": "f4f7bcdf27874d7a17a80f57f8df43e0", "score": "0.70722055", "text": "public void mo10744d() {\n ...
5c8fb79ffeb236867e7ed06fd549a6ad
Add a node list field to the tested content
[ { "docid": "f11ec8ca843bbada0500e92f9c691a98", "score": "0.73512125", "text": "protected void addNodeListField() {\n\t\tContentDaoWrapper contentDao = boot().contentDao();\n\t\tHibNode node = content(\"concorde\");\n\n\t\t// Update the schema\n\t\tSchemaModel schema = node.getSchemaContainer().getLatest...
[ { "docid": "56fc614aeb14512ec8895d694f79a5db", "score": "0.60695994", "text": "protected void addMicronodeListField() {\n\t\tContentDaoWrapper contentDao = boot().contentDao();\n\t\tHibNode node = content(\"concorde\");\n\n\t\t// Update the schema\n\t\tSchemaModel schema = node.getSchemaContainer().getL...
575e62a29c965c3f2aa8e72856b40e80
Assignment Assigned To Me is displayed
[ { "docid": "0e399cd595138de1f6fcefff934d7062", "score": "0.6732869", "text": "public boolean txtAssignmentAssignedToMeDisplayed()\r\n\t{\r\n\t\treturn txtAssignmentAssignedToMe.isDisplayed();\r\n\t}", "title": "" } ]
[ { "docid": "d535f63592aaeb3a7ea51bd15b5eac28", "score": "0.65405893", "text": "@Override\r\n\t\t\tpublic void actionPerformed(ActionEvent arg0) {\n\t\t\t\tnew AssignmentView(name.getText());\r\n\t\t\t}", "title": "" }, { "docid": "1f216bb9d33c12f50d935f2a13ec6a05", "score": "0.65172654",...
272145ce641426ae1572da8320030349
Logs a user into a predix application using the users SSO username and password
[ { "docid": "b0faf208b1525111c4941e62a5058ff7", "score": "0.0", "text": "public static void predixLogin(WebDriver driver){\r\n String url = PropertiesHandler.properties.getProperty(PropertiesHandler.PREDIX_URL);\r\n driver.get(url);\r\n\r\n AogLogIn aogLogin = new AogLogIn(driver);\r...
[ { "docid": "a49e7902cc301fc3c5fd5980f45f8674", "score": "0.68496317", "text": "public void logIn(Session user, String request) {}", "title": "" }, { "docid": "a88c2b898acebb3f4a3495a399078a83", "score": "0.67614096", "text": "IWindowsIdentity logonUser(final String username, final St...
ca19e195016d1ecf93ba7c123682023a
Run a demo with more readers than writers
[ { "docid": "d146b0196e3a8cb7edf903d5bcb15021", "score": "0.6633013", "text": "private void demo() {\n\n // Start two reader threads\n for (int i = 0; i < NUM_READER_THREADS; i++) {\n new Thread() {\n public void run() {\n while (!done) {\n ...
[ { "docid": "fcdc4535c81e2cc640dd647ffb74eb36", "score": "0.6304773", "text": "public static void main(String[] args) throws IOException {\n\t\tdemo1();\n\t\tFileReader_Demo.print(1);\n\t\t\n\t\tdemo2();\n\t\tFileReader_Demo.print(2);\n\t\t\n\t\tdemo3();\n\t\tFileReader_Demo.print(3);\n\t\t\n\t\tdemo4();...
cbe5eeb05fcd5d0aaa1520b5bd604a62
Set the endpoint address for the specified port name.
[ { "docid": "d72658a9cab6331c00cb463b57bee690", "score": "0.76731443", "text": "public void setEndpointAddress(java.lang.String portName, java.lang.String address)\r\n throws javax.xml.rpc.ServiceException {\r\n\r\n if (\"BasicHttpBinding_IKRService\".equals(portName)) {\r\n setKrServiceEndpoi...
[ { "docid": "2bb300dc24cdb547a588e89a6d19c8ff", "score": "0.79936934", "text": "public void setEndpointAddress(String portName, String address) throws ServiceException {\n \nif (\"iptv\".equals(portName)) {\n setiptvEndpointAddress(address);\n }\n else \n{ // Unknown Port ...
a91b962202b457b9219f26b25eb591ba
if it is "static" then it is not serialized
[ { "docid": "4b43db4cd600bfc5ba38423debdb489a", "score": "0.0", "text": "public ControlDB4o() {\n\t\tlastHouseNumber = 0;\n\t\tbookingNumber = 0;\n\t\tofferNumber = 0;\n\t}", "title": "" } ]
[ { "docid": "c599c304489f99a97df2aeb87f6dcb94", "score": "0.65742373", "text": "public void serialize(){\n }", "title": "" }, { "docid": "7f434f2beba05b328adf816173cbc38a", "score": "0.6394056", "text": "boolean getSerializable();", "title": "" }, { "docid": "23b1245e7c...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e82b7c769b536ee53191a26bd15f1a00", "score": "0.0", "text": "@Override\r\n\tprotected void onStop() {\n\t\tsuper.onStop();\r\n\t}", "title": "" } ]
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
e2c5abf93b342581dfa33fa1e203af20
Get the highest year for the same name in a period
[ { "docid": "544d7d04582a87643c9d60fcdc7574f6", "score": "0.6478536", "text": "public static int tsk3csv_get_highest_year(int years, int yeare, String name, String gender) {\r\n\t\tint rank = -1;\r\n\t\tint out = 0;\r\n\t\tfor (int i = years; i <= yeare; i++) {\r\n\t\t\tif (getRank(i, name, gender) > ran...
[ { "docid": "1d2e5d7919ba1da99ccbd2209e2f73dc", "score": "0.66693866", "text": "public int yearOfHighestRank(String name,String gender) throws Exception{\n int highestRank =-1;\n int highestYear = -1;\n int year = recordStartingYear;\n while(year <= rocordEndingYear && highestRank!=1...
a44c2ed59cb742cf64bca75d4d9e1d1a
Creates new form RelVarFrame
[ { "docid": "f58bbff3784d68a1cbe98726d5997bd8", "score": "0.59989583", "text": "public RelVarFrame(String t_alias, String var_name, Map<String, Map<String, String>> keyVar) {\n this.t_alias=t_alias;\n this.var_name=var_name;\n this.keyVar=keyVar==null?new HashMap<String, Map<String, ...
[ { "docid": "bb67fb82a1ffb5ff55b49d844776eec3", "score": "0.5414255", "text": "public abstract Variables newVariables();", "title": "" }, { "docid": "df33dcdedc938f15fb8d5374d7eb6f5e", "score": "0.5371814", "text": "@Override\n\tpublic AgentAppFrame createFrame() {\n\t\treturn new NQu...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "73b9c5cab5af101d6c08f3913342e010", "score": "0.0", "text": "private void loadTraps(String savestring, HellbentGame hg) {\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
c57148b5c6fd6205dd00c41e438070bb
/ anything that depends on what's checked gets updated here.
[ { "docid": "c6747e100e35e1fc32b62ec3c4767acc", "score": "0.0", "text": "@Override\n public void onItemCheckedStateChanged(ActionMode actionMode, int i, long l, boolean b) {\n }", "title": "" } ]
[ { "docid": "51bb2dee57bba44dae37b6de7c204b1f", "score": "0.6778172", "text": "@Override\n\tpublic void doCheck() {\n\t\t\n\t}", "title": "" }, { "docid": "36fa321afd2c257c605c8f271745504b", "score": "0.6374638", "text": "@Override\r\n\tpublic void checkUpdate()\r\n\t{\n\t\t\r\n\t}", ...
0f2437d8d5036e10a68659696a473948
/ basic spell SQL method
[ { "docid": "25bd20874b084fdcb5424319fa9caf58", "score": "0.6569357", "text": "private void spellSQL(SQLHelper sh,PosStoreClass posStoreClass)\n {\n if(posStoreClass != null){\n \tif(posStoreClass.getId()!= null){\n sh.appendSql(\" AND obj.id = ? \");\n sh.insertValue(posStor...
[ { "docid": "53ed540bc9cda6551c93a3e1a960b476", "score": "0.63200814", "text": "private void spellCheckString() {\n String text = input.getString(\"Enter the text you want to spell check: \");\n outputMisspelledWords(text);\n }", "title": "" }, { "docid": "594b19ce2424ce7e17d...
308c88280c172e2f68f87679772b902f
Create a new Derby IO exception.
[ { "docid": "f2fd74978d2cba2f083414742b02e275", "score": "0.6335597", "text": "public DerbyIOException(String msg, String sqlState) {\n super(msg);\n this.sqlState = sqlState;\n }", "title": "" } ]
[ { "docid": "c2328775853701a177c5a71543ad12a9", "score": "0.6472474", "text": "public PersistenceException() {\n\n\t}", "title": "" }, { "docid": "4dd0eb522ac3f3954748dab8db8e77e2", "score": "0.6428704", "text": "protected DBException() {\n super();\n }", "title": "" }...
30c7e943de48c8a1c71264fe001cceaa
Create iMap if this instance run as server
[ { "docid": "f40414c560d84c606240d867aa0154c4", "score": "0.0", "text": "@Override\r\n\tpublic void afterPropertiesSet() {\n\t\tmap = this.getMap();\r\n\t\tif(map!=null) {\r\n\t\t\tif(map.size()<1) {\r\n\t\t\t\tmap.addIndex(\"header.messageId\", true);\r\n\t\t\t}\r\n\t\t\tLOG.info(\"hazelcast MAP({}), in...
[ { "docid": "a86305d3ebd28a743f2746aaa194d9b9", "score": "0.6238472", "text": "private void initMap() {\n simulationMapController = new SimulationMapController(width, height, pMap, agents, getGridTickPx(), getAgentRadiusPx(), getGridLineWidthPx(), mode == Mode.ONSCREEN);\n logger.info(\"Sim...
39ca44e7d02023732606c4ccf34b459e
get the list of alerst.
[ { "docid": "9b63719791b1fc37a00fc2a782c9b226", "score": "0.0", "text": "public AlertInfoContainer listAlerts() throws Exception, SessionException;", "title": "" } ]
[ { "docid": "997a7815eddea7adb37eb01a35f98e24", "score": "0.66691434", "text": "static public List<Allele> getAlleles() {\n return client\n .target(\"https://rest.hlatools.org/hladpb1/resources/alleles\")\n .queryParam(\"synonymous\", \"false\")\n .queryParam(\"noC...
782d68c01b8c8349c566bd8ef34e4105
Create the GeoObject player and add to the world
[ { "docid": "03fe6fa0b68f7080cdabfe4fb0673f5c", "score": "0.68630755", "text": "public void initializePlayer(Player player) {\n\n GeoObject player_obj = new GeoObject(1l);\n player_obj.setGeoPosition(player.getPos().getLatitude(),player.getPos().getLongitude());\n player_obj.setImage...
[ { "docid": "f6c4f39c5bf10ee5d3a745ab53ca3c11", "score": "0.68987435", "text": "public void spawnNewPlayer() {\t\t\n\t\tplayer= new Player(running,0,125);\t\t\n\t}", "title": "" }, { "docid": "16a3cb9c42f2bc4db111b2676384d436", "score": "0.67512006", "text": "void createWorld() {\n ...
66d7a419cb737e732b75a13ee22b3f9c
error handling would be implemented once we get the details from backend team
[ { "docid": "2c71c6d039693e5c89cd463930c4cd42", "score": "0.0", "text": "@Override\n public void onError(Throwable e) {\n mView.onError(e.getLocalizedMessage());\n\n }", "title": "" } ]
[ { "docid": "19d43f21479a2dd143adc151340c8d5a", "score": "0.6409306", "text": "private static String handleServerError(Object err) {\n VolleyError error = (VolleyError) err;\n NetworkResponse response = error.networkResponse;\n try {\n JSONObject result = new JSONObject(ne...
af49dc47fd7eb0947116c77f6a1847a6
Utility methods to extract fields from argument strings.
[ { "docid": "46fc711e70685c4db316071c5f1fa170", "score": "0.0", "text": "public static String getBoardName(String data) {\n String[] parts = data.split(\"%\", 2);\n return parts[0];\n }", "title": "" } ]
[ { "docid": "ec49221217ccfe1aa72d37cf90601cf2", "score": "0.5434955", "text": "FromParts getFromParts();", "title": "" }, { "docid": "ec49221217ccfe1aa72d37cf90601cf2", "score": "0.5434955", "text": "FromParts getFromParts();", "title": "" }, { "docid": "ec49221217ccfe1aa7...
aa356711c19ffc4b6c4f9669ac8d3819
This constructor calls the FastICA algorithm. Note that the constructor expects the data, which should be analysed, to be an array of signals from different sources. These signalvectors must have equal length.
[ { "docid": "bce307c3e59f5e5ba52639ff0fe5d092", "score": "0.67530197", "text": "public FastICA(int numICs) {\r\n\t\tthis.config = new FastICAConfig(numICs);\r\n\t\tthis.conFunction = new TanhCFunction(1.0);\r\n\t\tthis.evFilter = new BelowEVFilter(1.0e-12, false);\r\n\t}", "title": "" } ]
[ { "docid": "c5078f5ef520ae25bb4779b5e75a8519", "score": "0.5444477", "text": "public FastICA(FastICAConfig config, ContrastFunction conFunction, EigenValueFilter evFilter) {\r\n\t\tthis.config = config;\r\n\t\tthis.conFunction = conFunction;\r\n\t\tthis.evFilter = evFilter;\r\n\t}", "title": "" },...
7d37226665ceedbeb1cb6c082ce43616
Metodo para obtener la cantidad total de comentarios del arbol
[ { "docid": "53e66fbc3ea53913915e538fb81a7e75", "score": "0.0", "text": "public int totalCommentSize() {\n Publicacion p = this.postPtr;\n int count = 0;\n while (p != null) {\n count += p.commentsSize();\n p = p.link;\n }\n return count;\n }", ...
[ { "docid": "1111816246c8ce36c6384c44814b5deb", "score": "0.70662487", "text": "private int getCantidadPuntoComa() {\n\t\t// Declaración de variables\n\t\tScanner sc = new Scanner(this.texto); // Le digo al scanner que me analice el texto\n\t\tint cantFilas;\n\t\t\n\t\t// Inicialización de variables\n\t\...
0ca769d32b908242d27d608bb714e4f6
optional .benchmarks.google_message3.Enum33960 field33980 = 7;
[ { "docid": "f390988cb31279e230f9b5474cc008e7", "score": "0.85306376", "text": "benchmarks.google_message3.BenchmarkMessage38.Enum33960 getField33980();", "title": "" } ]
[ { "docid": "bba16408e5abf27fd23395c4db2318af", "score": "0.83491004", "text": "benchmarks.google_message3.BenchmarkMessage38.Enum6065 getField6164();", "title": "" }, { "docid": "801b41ad9c4fbf73377fb3203e3ac632", "score": "0.83233106", "text": "benchmarks.google_message3.BenchmarkMe...
ca217570147d6986f784131165a4b935
Get ui mode manager
[ { "docid": "0004c157363e678a192593618d3bf542", "score": "0.8109194", "text": "@TargetApi(8)\n public static UiModeManager getUiModeManager() {\n return (UiModeManager) getSystemService(Context.UI_MODE_SERVICE);\n }", "title": "" } ]
[ { "docid": "4d6ad47c890c14ea00e92c926a1af40f", "score": "0.6439823", "text": "private ComponentUI findUIStandalone() {\n ComponentUI result = null;\n String lf = UIManager.getLookAndFeel().getID();\n switch (type) {\n case TYPE_VIEW :\n if (\"Aqua\".equals(...
1b58dceb1fadb8e33384834c9f5385af
metoda za prikaz snackbara prilikom pisanja novog problema
[ { "docid": "dab4d15c476ed2ea266337c8afa6a30b", "score": "0.0", "text": "public static void showSnackBar( RelativeLayout relativeLayout, String message){\n Snackbar.make(relativeLayout, message, Snackbar.LENGTH_SHORT ).show();\n }", "title": "" } ]
[ { "docid": "8351168c5f3de32926de3a9f7a8bc904", "score": "0.5564984", "text": "@Override\r\n\t\t\tpublic void działaniePrzycisku() \r\n\t\t\t{\n\t\t\t\tSystem.out.println(\"Jestem z klasy anonimowej przyciskiem zP\");\r\n\t\t\t}", "title": "" }, { "docid": "d9825cd68233dccebb14bd9342e2701a", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c96f95f01c9d2b89faafb765e3f8eb11", "score": "0.0", "text": "public void assertNotEquals(double actual, double expected, double delta,\n String message) {\n softAssert.assertNotEquals(actual, expected, delta, message);\n }", "title": "" } ]
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
236eefb11c9cdfda98cb672696780514
The Master list of transformations TODO: Implement this as a list imported from a flat file. It will make changes easier than modifying code, and can easily customize games.
[ { "docid": "a1161a571eb5cf9e1a7387b4d88d8b46", "score": "0.4673666", "text": "public static void makeTransformation (Boolean isReroll)\n\t{\t\n\t\t\n\t\t//Initiate our random selection of the top level transformation.\n\t int intStartRoll = tfGenerator.getDSize();\n\t int roll = rand.nextInt(intSt...
[ { "docid": "b9d8223f30f9d553ae92c5fcd7261ac0", "score": "0.5891769", "text": "abstract List<GNode> transform();", "title": "" }, { "docid": "362361f88c7127314fbe865f963ad356", "score": "0.55359536", "text": "Map<String, StreamTransform> getTransforms();", "title": "" }, { ...
904c9c745060acdd11f0331ba8dfccdd
Constructs a new Sentence object.
[ { "docid": "aae24b938b2bf8b7488d20964bcfe6c8", "score": "0.72027904", "text": "public Sentence(String p) {\n\t\tcurrSent = p;\n\t}", "title": "" } ]
[ { "docid": "dc8a8ded1d26f041e070379f6b3de089", "score": "0.77293193", "text": "public Sentence(String text) {\n\t\tthis.text = text;\n\t}", "title": "" }, { "docid": "2962cc21e5c7b6f22f5f8190117b13e8", "score": "0.75471187", "text": "protected Sentence() {/* intentionally empty block...
93e5dd9b447cbc0bf1f9686f5d6a3d20
Checks if is element have attribute.
[ { "docid": "2b87a181b8110682d18cf4d40187dd74", "score": "0.650892", "text": "public static boolean isElementHaveAttribute(WebElement element, String attribute, String value)\n {\n try\n {\n return element.getAttribute(attribute).contains(value);\n }\n catch (Exception e)\n ...
[ { "docid": "abad6618164e65fb802ff14304570260", "score": "0.76395935", "text": "public boolean hasAttribute(String name);", "title": "" }, { "docid": "abad6618164e65fb802ff14304570260", "score": "0.76395935", "text": "public boolean hasAttribute(String name);", "title": "" }, ...
622b269b6f1b9df8a5e4e76bf23d6797
Find the position of key.
[ { "docid": "ada3926ba81df026decb6a2eff293d02", "score": "0.0", "text": "public int treePredecessor(binaryTreeNode root, int key){\n binaryTreeNode x;\n x = position(root, key);\n if (x.right == null && x.left == null && x.parent == null){\n return Integer.MAX_VALUE;\n ...
[ { "docid": "a6295eb2e47b5b94e7ed52cd6ab4adff", "score": "0.7361474", "text": "com.hps.july.persistence.StoragePlaceKey getPositionKey() throws java.rmi.RemoteException;", "title": "" }, { "docid": "55aa1433f7c1da44a8908583f5601b0c", "score": "0.7249602", "text": "public int find(Key ...
0aef8b5aadf58a1dc15700dc9fd3cbf1
/ amplification of com.squareup.javapoet.AnnotatedTypeNameTestannotated
[ { "docid": "50b96a9ae7761d57b8cc402272a4b6ec", "score": "0.5980827", "text": "@org.junit.Test(timeout = 10000)\n public void annotated_cf11() {\n com.squareup.javapoet.TypeName simpleString = com.squareup.javapoet.TypeName.get(java.lang.String.class);\n org.junit.Assert.assertFalse(simp...
[ { "docid": "c8923cb181be71b5e0d6ef294df4b27a", "score": "0.76053363", "text": "@org.junit.Test(timeout = 10000)\n public void annotatedType_cf21140() {\n java.lang.String expected = (\"@\" + (com.squareup.javapoet.AmplAnnotatedTypeNameTest.NN)) + \" java.lang.String\";\n com.squareup.ja...
f2163569a9b04445f359def10e834379
repeated .system_del_info info_list = 3;
[ { "docid": "5e10ad1e338407cb585abb49ed6296ba", "score": "0.6064854", "text": "java.util.List<? extends MsgDefine.system_del_infoOrBuilder> \n getInfoListOrBuilderList();", "title": "" } ]
[ { "docid": "552e517dc2d5d5218ad111495df28418", "score": "0.68375283", "text": "MsgDefine.system_del_info getInfoList(int index);", "title": "" }, { "docid": "fe40c3651a561549b641b296e22b8e72", "score": "0.6276112", "text": "public MsgDefine.system_del_infoOrBuilder getInfoListOrBuild...
3441521b9871060f9b641d098da7db70
bool defined = 1;
[ { "docid": "e272db009e589b4f517cf4885cd9b8be", "score": "0.7703492", "text": "boolean getDefined();", "title": "" } ]
[ { "docid": "5da7e6663e702400306dc1ea966c22e4", "score": "0.7721188", "text": "public void setDefined() {\n defined = true;\n }", "title": "" }, { "docid": "4bf371cd4f405c856d37db4d725797db", "score": "0.6891049", "text": "@java.lang.Override\n public boolean getDefined() {\n ...
12c6ce5203b653cf87424f0a9bd269a5
Setter method for property cardType.
[ { "docid": "ec77c2f56ed68dede5e01baca56cb3be", "score": "0.7866452", "text": "public void setCardType(String cardType) {\n\t\tthis.cardType = cardType;\n\t}", "title": "" } ]
[ { "docid": "6247239de11ff06ab9c692584f4e5b84", "score": "0.817101", "text": "public void setCardType(String cardType) {\r\n this.cardType = cardType;\r\n }", "title": "" }, { "docid": "dd023869d8de266bfe0727795064a617", "score": "0.807756", "text": "public void setCardType(...
040cd389874eaa32c77ff799af8ef365
GPSTracker latitude getter and setter
[ { "docid": "6445510028ddbab8c8891278f77f798f", "score": "0.65939355", "text": "public double getLatitude() {\n if (gpsLocation != null) {\n latitude = gpsLocation.getLatitude();\n }\n\n return latitude;\n }", "title": "" } ]
[ { "docid": "19c86925fbc7e299c4eed284b618b22c", "score": "0.77378786", "text": "public double getLat() { return _lat; }", "title": "" }, { "docid": "67ab7dcd7b7662e7430a0cdf19676f10", "score": "0.7630811", "text": "public Double getLatitude() {\r\n return latitude;\r\n }", ...
86845b958543310323d51ca198cac719
Auto Generated methods follow
[ { "docid": "6f19ae94f934f52bf1a9790c4a055b56", "score": "0.0", "text": "public int getId() {\n return id;\n }", "title": "" } ]
[ { "docid": "35e5940d13f06d1f0d6a21cf2739c70a", "score": "0.6655583", "text": "public function() {}", "title": "" }, { "docid": "5d259e9a9ed31ac29902b25db191acd1", "score": "0.65851605", "text": "@Override\n\tpublic void bewegen() {\n\t\t\n\t}", "title": "" }, { "docid": "...
fb725a559a0f173b39897d7fee6bf2a0
This method returns the named constraint.
[ { "docid": "8c22f1fc4da9ef456befe25f1f083c77", "score": "0.70734054", "text": "public Constraint getConstraint(String strName) {\r\n\t\tConstraint constraint = null;\r\n\r\n\t\tstrName = (strName != null ? strName.toLowerCase() : strName);\r\n\r\n\t\tif (m_constraintPrimaryKey != null && strName.equals(...
[ { "docid": "4d5c881376446ea9309d882035384079", "score": "0.8305146", "text": "ConstraintDescriptor getConstraint(String name);", "title": "" }, { "docid": "5b91c42e95c20a0511b5ceba5705cc35", "score": "0.82203525", "text": "public String getConstraintName() {\n return constrain...
9e93abb0a6fbdbf91474b853eca77038
/ Copyright 2007 microneering, Inc and James Gamber Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at Unless required by applicable law or agreed to in writing, software distributed under the License i...
[ { "docid": "8f62aff0174b6333700caa6559bd1e4f", "score": "0.6672187", "text": "public interface IBBDBeanBroker<B extends Object, \n L extends BBDBeanArrayList<B>> extends Serializable {\n\n /**\n * Select information from database.\n *\n * @param row\n * An BB...
[ { "docid": "66c7a754904637b69c221a8b18261de6", "score": "0.6285188", "text": "public interface I_C_OrderB2C \n{\n\n /** TableName=C_OrderB2C */\n public static final String Table_Name = \"C_OrderB2C\";\n\n /** AD_Table_ID=1000657 */\n public static final int Table_ID = MTable.getTable_ID(Tab...
45ef7cd46e1f9a557e56083e5f4edf9e
Set the reason for the current SoftwareWorkRequest
[ { "docid": "79cbc2829c4f856df320ff0f1ce3d828", "score": "0.69239444", "text": "public void setReason(String txt) {\n reason = txt;\n }", "title": "" } ]
[ { "docid": "b29bac5c543bc1b47ed60c84b1a98d14", "score": "0.6834776", "text": "TChngReqBussReason updateTChngReqBussReason(TChngReqBussReason tChngReqBussReason);", "title": "" }, { "docid": "389afcde62400dfc7af17ddf6dcf4b89", "score": "0.6591892", "text": "public Builder setReason(ja...
d811e817833c91f4ed80e812e17406a6
CONSTRUCTEUR // Create the frame.
[ { "docid": "17582e3092830ef1321e58d7f8459cdc", "score": "0.0", "text": "public ComposantIndices(FenetreJoueur _fenetre, SpringLayout _springLayout, CoeurClient _coeurClient)\r\n\t{\r\n\t\tcoeurClient = _coeurClient;\r\n\t\tpanelIndice = new JPanel();\r\n\t\tSpringLayout sl_contentPane = new SpringLayout...
[ { "docid": "b9f326c04e9785cdff0ad7ace69daa10", "score": "0.61977273", "text": "public FrameBodyEQUA() {\n }", "title": "" }, { "docid": "47de64acb3079d78e94aec3e61f1819c", "score": "0.60472697", "text": "Frame createFrame();", "title": "" }, { "docid": "058050248fe92a5...
3285fb6908dfd51749903626f1b4badc
Convert from meters to feet
[ { "docid": "c5e1836b852be7fa27de7e99e1f4a4a6", "score": "0.6354718", "text": "public static double meterToFoot(double meter){\r\n double foot = 3.279 * meter;\r\n meter = foot;\r\n return meter;\r\n }", "title": "" } ]
[ { "docid": "b498e0b3f6db1218550792c11435f816", "score": "0.73056734", "text": "private static double convertMetersToFeet(double qty)\r\n\t\t {\r\n\t\t\t return (qty*3.2808);\r\n\t\t }", "title": "" }, { "docid": "dcac48749438dfd6f3b5d47070b87255", "score": "0.6938318", "text": ...
88ad8dde4cef93956b8ca8319b10c25d
This method was generated by MyBatis Generator. This method sets the value of the database column DDJC_KGGZTDDY_DATA.JL
[ { "docid": "d0c5ad2950ad80765527259e9d7b907d", "score": "0.0", "text": "public void setJl(String jl) {\n this.jl = jl == null ? null : jl.trim();\n }", "title": "" } ]
[ { "docid": "fa0bd65321a7d0d6b92baf4d1dbf4566", "score": "0.56646323", "text": "public void setDataTypeKey(String dataTypeKey)\r\n {\r\n myDTKey = dataTypeKey;\r\n }", "title": "" }, { "docid": "d2c3e604b4e21cdb42fc3b340337bc9c", "score": "0.5663286", "text": "public void...
63ea5cd9ca078f000e83970b37dee3f2
$ANTLR end "entryRuleObjectServiceDefinition" $ANTLR start "ruleObjectServiceDefinition" InternalMASLParser.g:1794:1: ruleObjectServiceDefinition : ( ( rule__ObjectServiceDefinition__Group__0 ) ) ;
[ { "docid": "cfa0677698369f2800ecb28ae583c410", "score": "0.84340096", "text": "public final void ruleObjectServiceDefinition() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMASLParser.g:1798:2: ( ( ( rule__ObjectServiceDe...
[ { "docid": "1c562b3a799d0473b490edf8e4502614", "score": "0.77498066", "text": "public final void ruleObjectServiceDeclaration() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMASLParser.g:1398:2: ( ( ( rule__ObjectServiceD...
d6b381f3b819a3d0641df801e333d903
The method updates email settings for campaigns
[ { "docid": "b02a63ca783ff38e672715537784429f", "score": "0.6645258", "text": "@Override\n public void updateEmailOptions(Integer customerId, String[] siteId, String[] reportEmailId, String[] frequency) {\n\n for (int i = 0; i < siteId.length; i++) {\n //iterating the loop for all ca...
[ { "docid": "f92a74814fde46b2874df1908a8a8806", "score": "0.6947367", "text": "void updateMailConfig(MailConfig config);", "title": "" }, { "docid": "c409f606e207ca38a9ac7d63c7d00890", "score": "0.6230418", "text": "@Override\n public void updateNextMailSendDate(Campaigns objCampai...
1341a2e97b88258b5482d323d841ee64
Initialize the client, set up the sockets
[ { "docid": "80cdd784c9996636142894f501d658a0", "score": "0.67792046", "text": "private void initializeClient(String serverIP, int serverPort) {\n\ttry {\n\t clientSocket = new Socket(serverIP, serverPort);\n } catch (UnknownHostException e) {\n System.err.println(\"Don't know about host:\" + ...
[ { "docid": "7130ff4656a2aa09b65e84f11cc34c25", "score": "0.7428715", "text": "public MainClient() {\n try {\n clientCommandSocket = new Socket(DEFAULT_HOST, DEFAULT_COMMAND_PORT);\n clientDataTransferSocket = new Socket(DEFAULT_HOST, DEFAULT_DATA_TRANSFER_PORT);\n }ca...
3eeb993b9fb1c9fffff91ec29d9d477b
optional string duration = 5;
[ { "docid": "392f8198e035e25bf44368869aa199d5", "score": "0.0", "text": "public java.lang.String getDuration() {\n java.lang.Object ref = duration_;\n if (!(ref instanceof java.lang.String)) {\n java.lang.String s = ((com.google.protobuf.ByteString) ref)\n .toStringUtf8();\n ...
[ { "docid": "beade5a828f02b0c41cd7fbda06e9096", "score": "0.77530265", "text": "void setDuration(java.lang.String duration);", "title": "" }, { "docid": "17ef1b16296547c24155a01fa4f4ab9b", "score": "0.76956826", "text": "public void setDuration(int duration) \n {\n _duration...
2dc2e15cf00dc5b4f75dda4f9563c9c8
Sets flights to a given Itinerary.
[ { "docid": "9a33961ca0e77b8ec131e749310cd56a", "score": "0.7721412", "text": "public void setFlights(Itinerary flights) {\n\t\tthis.flights = flights;\n\t}", "title": "" } ]
[ { "docid": "1a813e9ee4922969499dd280c7dab198", "score": "0.63398963", "text": "private void setFlights(FlightInfo[] flightsInfo) {\r\n if (flightsInfo != null) {\r\n for (FlightInfo info : flightsInfo) {\r\n if (info != null) {\r\n String key = info.ge...
5285ad9016df1c85edaac6378bb2eacb
Executes the current Position in the current part (or snippet) and advances the Position (skipping parts if DELETED).
[ { "docid": "0700f7cd2f614ae0a9fb82e792a9b8d0", "score": "0.5468291", "text": "private void interpretPosition()\n {\n switch (m_pos.m_type)\n {\n case Position.ADD: interpretAdd(); break;\n case Position.ADDED: interpretAdded(); break;\n case Position.DEL...
[ { "docid": "d278e5b117ba2c863c15829c46469ac9", "score": "0.6464097", "text": "protected void execute() {\n\t\tintakePos.stow();\n\t}", "title": "" }, { "docid": "537c6e3e1061b90800c131ea37d89337", "score": "0.58054495", "text": "private void interpretDeleted()\n {\n int dep...
124b8c78eba4ddd8adb54bfacab4da54
Prompts for the user to update the BankAccount that they are currently accessing
[ { "docid": "88b306e56a68eaf5105961914153da81", "score": "0.59585476", "text": "private static BankAccount updateBankAccount() {\n\t\tBankAccount ba = new BankAccount();\n\t\tboolean breakLoop = false;\n\t\twhile (!breakLoop) {\n\t\t\tSystem.out.println(\"What would you like to do\");\n\t\t\tSystem.out.p...
[ { "docid": "c807d4d6c1f22dfd54c4c7cf5dcad29d", "score": "0.65785086", "text": "public static void withdraw(){\r\n System.out.print(\"Enter an account #: \");\r\n int accountNo = input.nextInt();\r\n \r\n BankAccount currentAccount = getBankAccount(accountNo);\r\n \...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9ccc67e90e3ba949c46183b457e4eeef", "score": "0.0", "text": "@Override\r\n\tpublic List<Car> findCarByBrand(String brand) {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
a10533f444ce3137617ccf92f80ae95b
This method was generated by MyBatis Generator. This method corresponds to the database table sku_entity
[ { "docid": "f27b3a9d9940347e6891a91ed6cb789c", "score": "0.5319138", "text": "public int updateByPrimaryKeySelective(SkuEntity record) {\r\n int rows = getSqlMapClientTemplate().update(\"sku_entity.updateByPrimaryKeySelective\", record);\r\n return rows;\r\n }", "title": "" } ]
[ { "docid": "906040add0363c9d9abeebd6812a2438", "score": "0.6446145", "text": "public SkuEntity selectByPrimaryKey(Long entityId) {\r\n SkuEntity _key = new SkuEntity();\r\n _key.setEntityId(entityId);\r\n SkuEntity record = (SkuEntity) getSqlMapClientTemplate().queryForObject(\"sku_...
768d4cf21e7f24ea652553e642855710
Handles the release of the drag motion of the mouse. Responds to the end of the drag movement of the mouse by releasing the moving/resizing notes if there are any and sets all of our corresponding pieces back to their resting state.
[ { "docid": "a9e40e230e2ac77b5ccc92fe5c7d2a35", "score": "0.7229018", "text": "public void handleDragEnded() {\n releaseMovedNotes();\n isResizing = false;\n isMovingNotes = false;\n composition.getChildren().remove(this.dragBox);\n }", "title": "" } ]
[ { "docid": "aac21b98452f16116fc10d88380ebb89", "score": "0.7356044", "text": "@Override\n public void mouseReleased( MouseEvent evt ) {\n dragSurface_ = null;\n startPoint_ = null;\n }", "title": "" }, { "docid": "841c6741d49bfc91387757566570fb44", "sc...
6b8166062cb59e462b062b5562912236
To change body of implemented methods use File | Settings | File Templates.
[ { "docid": "12818a7ab7938c4f7194a4a09a092db6", "score": "0.0", "text": "@Override\n public void setConf(Configuration entries) {\n }", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.8026737", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "9a618b27fbeac32212f9b2e740d96efb", "score": "0.7353168", "text": "@Override\r\n\tpublic void 계산하다() {\n\r\n\t}", "ti...
eb4561109578b2e05517b96c67975c3b
Reinicializo o BD apos cada teste.
[ { "docid": "d69511a21bfd1c3067013eb7c766cc5a", "score": "0.0", "text": "@Override\n protected void afterTest() throws Throwable {\n this.getEnvironment().restart();\n }", "title": "" } ]
[ { "docid": "b648409bce6635a448f861d4e5d4f0f3", "score": "0.69659936", "text": "public AccesoDatos() {\n\t\temf = Persistence.createEntityManagerFactory(\"jpa-trazabilidad\");\n\t\tem = emf.createEntityManager();\n\t}", "title": "" }, { "docid": "145864dd2ae39644043ab1dcdaf3ef28", "score"...
e5de394e05433ed4fa6177fb7e31a2bd
Update Scorecard and Scorer ready for saving game
[ { "docid": "b9a6c5182cd358d8530d40aa9ed03d73", "score": "0.7662237", "text": "public void update()\n {\n scorecard.update();\n scorer.update();\n }", "title": "" } ]
[ { "docid": "fc556e08af50c4d5ee66a3c59d53d0c3", "score": "0.6994139", "text": "@Override\n\tpublic void update() {\n\t\tif(isSaveScore()){\n\t\t\tsaveScore();\n\t\t\tmanager.reconstruct();\n\t\t}\n\t\tmanager.move();\n\t}", "title": "" }, { "docid": "82eda08c5b9f0273146ed5e394ed9271", "sc...
8fe24a72f0077c69f98bbf9423c6e5ac
Returns an arraylist of the printed out data
[ { "docid": "165cf8905fab61ce38cd23b489f85cc3", "score": "0.57198775", "text": "public ArrayList<String> getData(){\n return data;\n }", "title": "" } ]
[ { "docid": "74f51c6cef6c132d52a83e4543bf81aa", "score": "0.67287165", "text": "public ArrayList<String> printPatientList(){\n ArrayList<String> ar=new ArrayList<String>();\n Patients curr=head.Next();\n int wait=0;\n while(curr!=null){\n ar.add(\"Name: \"+curr.getN...
6b7db62352b74fd96e31c8c05804dcea
Returns booking of Client.
[ { "docid": "125f54de71b490b15410325b6d4a0945", "score": "0.62870777", "text": "public List<Booking> getBooking() {\n\t\treturn booking;\n\t}", "title": "" } ]
[ { "docid": "e3434ffa8a2a729f33560df194ca4b51", "score": "0.6217978", "text": "public Booking getBooking(long bookingId);", "title": "" }, { "docid": "4ab29baa4a1fb982fd498aced00dd04c", "score": "0.6084976", "text": "Reservation findByClientCode(String clientCode);", "title": "" ...
c176d8bb69e3888b8eea869ae407ec64
Returns the result of interpreting the object as an instance of 'Text Value'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "1d3eff3707a0b6fc8006e35fe901957b", "score": "0.73674786", "text": "public Object caseTextValue(TextValue object) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "281e928b31965fed1e862264f6e48889", "score": "0.71816474", "text": "protected Object doGetValue() {\n\t\tsuper.doGetValue();\n\t\treturn text.getText();\n\t}", "title": "" }, { "docid": "1c359a9e03054b52d71d5b651ce5b49d", "score": "0.6793108", "text": "@Override\r\n pub...
c6d22dec787ae5ae0d23f9df116e6b64
ViewGroup.LayoutParams layoutParams = msvContent.getLayoutParams(); layoutParams.width = 2; layoutParams.height = 2; msvContent.setLayoutParams(layoutParams);
[ { "docid": "b36d114f22a0d81fc7b2e7ca3636da5c", "score": "0.5402452", "text": "@OnClick({R.id.btn_translate})\n public void onClick(View view) {\n width = width -10;\n height = height - 10;\n msvContent.getHolder().setFixedSize(width, height);\n }", "title": "" } ]
[ { "docid": "da38500188f5e3a4f1915b25bac27d4a", "score": "0.60807693", "text": "@Override\r\n protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {\n int width = MeasureSpec.getSize(widthMeasureSpec);\r\n int height = MeasureSpec.getSize(heightMeasureSpec);\r\n L...
05b3ec6603f5db741111ba53db8d3729
Adds flight reservation to this customer
[ { "docid": "3525e6a7dcecea78ff816e114d2aff35", "score": "0.57489073", "text": "public boolean reserveFlight(int xid, int customerID, int flightNum) throws RemoteException, DeadlockException {\n addPendingTransaction(xid);\n return reserveItem(xid, customerID, Flight.getKey(flightNum), Stri...
[ { "docid": "bc7cdf7e2f79f90fd9bd29dd1da97a58", "score": "0.67562", "text": "@Override\n public Reservation bookFlight(Reservationrequest reservationrequest){\n LOGGER.info(\"Inside bookFlight()\");\n Long flightId=reservationrequest.getFlightId();\n Optional<Flight> flightOptiona...
107708bc7ddf4a636c4b858c093f72b5
Creates a rectangular filter used for modifying images
[ { "docid": "550091aa07692d1a0b4ed453ee9c3263", "score": "0.48081136", "text": "public Filter(int x, int y) {\n\t\tthis.x = x;\n\t\tthis.y = y;\n\t}", "title": "" } ]
[ { "docid": "04bc195a4109dda19176cffc788fc211", "score": "0.72234476", "text": "protected BufferedImage makeFilterImage()\n {\n BufferedImage image = new BufferedImage(4, 4, BufferedImage.TYPE_INT_ARGB);\n\n Graphics2D g = (Graphics2D) image.getGraphics();\n\n g.se...
becddfc382507c10b540a653a5c30784
/ Almost the same as getRevisionNode(), but returns a parent path object containing the noderev itself plus the chain of parent nodes up to the root.
[ { "docid": "50a6dffc958c43c6132b0a71a6534e97", "score": "0.0", "text": "public FSParentPath getParentPath(FSRoot root, String path, boolean entryMustExist, File reposRootDir) throws SVNException{\r\n if(reposRootDir == null || path == null || \"\".equals(path) || root == null){\r\n r...
[ { "docid": "be49fe9eb63094098e3013c3c0c4553d", "score": "0.6527421", "text": "Tree<V> getParent();", "title": "" }, { "docid": "077cce3892f84354a70d1dacdf6941aa", "score": "0.64356124", "text": "public NodePathTree getParent(){\n\t\treturn parent;\n\t}", "title": "" }, { ...
699f5a3d053601b5501d40ad2cd8e7fb
java.lang.String getIndPrevAdopt() Returns the value of field 'indPrevAdoptPre'.
[ { "docid": "ee8576598fe1e9be583235227aefb0f1", "score": "0.93481743", "text": "public java.lang.String getIndPrevAdoptPre()\r\n {\r\n return this._indPrevAdoptPre;\r\n }", "title": "" } ]
[ { "docid": "b562fa7badefb75aa34ee640fc9ae8ed", "score": "0.8905892", "text": "public java.lang.String getIndPrevAdopt()\r\n {\r\n return this._indPrevAdopt;\r\n }", "title": "" }, { "docid": "f24bfb53590baa26d3414bb28ab86a5a", "score": "0.8679597", "text": "public void s...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2f25caddb4636e33f6630ec0891d9bbb", "score": "0.0", "text": "@Override\r\n\tpublic Optional<Utilisateur> findByNom(String nom) {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
689de4413bc6a6db8b03b2d3f7f4a9de
Creates new form ChecklistItemSelectionPanel
[ { "docid": "bfad00646fd8950191ca6c73e15561d3", "score": "0.75182337", "text": "public ChecklistItemSelectionPanel(List<ChecklistItemBean> selectedItems) {\n this.selectedItems = selectedItems;\n initComponents();\n }", "title": "" } ]
[ { "docid": "ee7deb4c35dbea90bd1338a76e29849b", "score": "0.79233754", "text": "public ChecklistItemSelectionPanel() {\n listBean = new ChecklistItemListBean();\n initComponents();\n }", "title": "" }, { "docid": "73cd5aad1d419475d936d4e4ae36acac", "score": "0.65364146", ...
44b66534454064208d2383a8fc2db605
The constructor which accepts the File Name and set it to the File's property, fileName.
[ { "docid": "867defc201adc73339c62949f49da3dd", "score": "0.734134", "text": "public FileStorageModel(String fileName){\r\n\t\tsuper();\r\n\t\tthis.fileName = fileName;\r\n\t}", "title": "" } ]
[ { "docid": "98715109a6019985b7af83acab56a4e5", "score": "0.77984554", "text": "public FileProcessor(String fileNameIn) {\r\n\t\tLogger.writeMessage(\"File Processor constructor\", Logger.DebugLevel.CONSTRUCTOR);\r\n\t\tfileName = fileNameIn;\r\n\t}", "title": "" }, { "docid": "31b53c2a71deb1...
1c0cad3077b3a64465a71c1a6b89cc12
send an email to user that the format is not correct.
[ { "docid": "7e2fe061f6c2d85b77fb478b52b05b70", "score": "0.6024512", "text": "private void sendFormatIssueEmail(BatchFile batchFile, String fileName, Exception e) {\n batchFile.setResults(\"Failed proceesing a batch file: \" + fileName + \" due to \" + e.getLocalizedMessage());\r\n Accrual...
[ { "docid": "18235db11b148340ad2bd220521812ec", "score": "0.6364983", "text": "public String generateInvalidEmail(){\r\n\t\treturn \"example.@gmail.com.1a\";\r\n\t}", "title": "" }, { "docid": "70778d542d9ae07976e83426703b86b3", "score": "0.62149566", "text": "public static void print...
1013a61eb3760eb1fc032ed9d7222643
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>UserFeedback SERVICE LIFECYCLE METHODS>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ { "docid": "c4c8624786a0f0fa1624d507f8635aeb", "score": "0.0", "text": "@Override\r\n\tpublic IBinder onBind(Intent intent) {\r\n\t\treturn null; //NO-ONE ALLOWED TO BIND TO THIS SERVICE\r\n\t}", "title": "" } ]
[ { "docid": "26cbf0cacdcfd33c93ad0292da50d6a4", "score": "0.62110037", "text": "protected Feedback() {\r\n\t}", "title": "" }, { "docid": "66f479ccfdb1cf2261381f789fa96a22", "score": "0.5924122", "text": "List<Feedback> getHelperFeedbacks(User u) throws NoSuchUserException;", "tit...
340c4ed0cf11499ba2e48cdd7cfefbbe
See android.hardware.Camera.setCameraDisplayOrientation for documentation.
[ { "docid": "d2e30f6bc2e5c68845323dbf8ee6c7c3", "score": "0.7589488", "text": "public static void setCameraDisplayOrientation(int degrees,\n int cameraId, Camera camera) {\n Camera.CameraInfo info = new Camera.CameraInfo();\n Camera.getCameraInfo(cameraId, info);\n int...
[ { "docid": "f7401dba3533ed8f8531dd5d1e4cd19e", "score": "0.81747377", "text": "private void setDisplayOrientation() {\n mDisplayRotation = Util.getDisplayRotation(FaceDetectRGBActivity.this);\n mDisplayOrientation = Util.getDisplayOrientation(mDisplayRotation, cameraId);\n\n mCamera...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "e0fac52440e6695c90fe2e6840fbc06c", "score": "0.0", "text": "public boolean WriteBCE() {\n if (Iop.IIcSendOneByte((byte) 67, (byte) 0, (byte) this.m_B) == -1) {\n Log.i(TAG, \"I2cWrite B error\");\n return false;\n } else if (Iop.IIcSendOneByte((byte) 67, (...
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.69766134", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "d07c1f5c9d405e36c1ebf9e7e586652e", "score": "0.66386575", "text": "private Solution() {\n /** Not using this function**/\n ...