query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
ead77d5d7a993cb7a436e257fc4bbcd9
/ Enabled aggressive block sorting
[ { "docid": "7ab7208759fd17ef4df4e56ebc8f9712", "score": "0.0", "text": "@Override\n public void onAnimationEnd(Animator animator2) {\n TitleChanger.this.title.setText(charSequence);\n TitleChanger.this.doTranslation(TitleChanger.this.title, n2);\n ...
[ { "docid": "7bfe29bfdf6ff4f73ee465f84001792a", "score": "0.678067", "text": "public void act() \n {\n if (size < 0) {\n blockList = ((SortingVisualization)getWorld()).getBlockList();\n size = blockList.size();\n j = size - 1;\n } \n \n else if...
804e99c98fab0d9ca5f031f5ea8ae31b
This class is never instantiated
[ { "docid": "cd9fdf5d0241fd496d7cedbab3bc93c8", "score": "0.0", "text": "private StandardFunction() {\n }", "title": "" } ]
[ { "docid": "434e4a5ff222046d0f614414fae44211", "score": "0.74413", "text": "private Reflexion() {\n\t}", "title": "" }, { "docid": "a02f8e0f4ed0eefc7c02ba56f806759b", "score": "0.7342404", "text": "private Implementation() {\n \t}", "title": "" }, { "docid": "baa7a60bd2c7...
b9ffdb3c936458d72dde67071112b916
check for required fields check for substruct validity
[ { "docid": "7d77630af00596e8b0492da00a65440a", "score": "0.0", "text": "public void validate() throws org.apache.thrift.TException {\n if (success != null) {\n success.validate();\n }\n }", "title": "" } ]
[ { "docid": "f4e036299ebf7eba33d642cdfb4ecf78", "score": "0.75351703", "text": "public void validate() throws org.apache.thrift.TException {\n if (name == null) {\n throw new org.apache.thrift.protocol.TProtocolException(\"Required field 'name' was not present! Struct: \" + toString());\n }\n ...
bee8ea1cb13908fda679ff7e0506b4eb
Provides a hook for Sqllite databases to be able to try to migrate themselves in place from the writabledatabase method. Required due to SqlCipher making it incredibly difficult and obnoxious to determine when your databases need an upgrade, so we'll just try to run one any time the method would have crashed anyway. Wi...
[ { "docid": "66df75c4f2f1060c0a861a8fe728cd77", "score": "0.66958016", "text": "public static void trySqlCipherDbUpdate(String key, Context context, String dbName) {\n //There's no clear way how to tell whether this call is the invalid db version\n //because SqlLite didn't actually provide th...
[ { "docid": "86cb8938e3557b26eea7506ee393ab3e", "score": "0.63904285", "text": "@Override\n public void migrate(SQLiteDatabase db) {\n }", "title": "" }, { "docid": "b3a9763da60bf3693aaad0acf47f2bc2", "score": "0.6373688", "text": "@Override\n public void migrate(SupportS...
85272eea111eb926bb7ad0d59c7b3bd1
Gets the tempo for this AudioUnit.
[ { "docid": "4427de9644aea6ea48a280df70e80747", "score": "0.57713234", "text": "public float getTempo() {\n // TODO: implement this\n return 120;\n }", "title": "" } ]
[ { "docid": "5b06f65d0d7b98a0ec73294de01480dd", "score": "0.70331943", "text": "public String getTempo() {\n return tempo;\n }", "title": "" }, { "docid": "e791502d2472ed0744a5e83dadc55615", "score": "0.6754967", "text": "public int getTempo() {\n return this.tempo;\n }"...
19acaf5fe6e345176bae5f8e6f488ab0
GET CONVERSATIONS Return all conversations whose id is found in the given collection.
[ { "docid": "51f7913b5d1fa1a62a57d7aed06aa4af", "score": "0.48186642", "text": "Collection<ConversationPayload> getConversationPayloads(Collection<Uuid> ids);", "title": "" } ]
[ { "docid": "20e4388bf59c264ca22a59cc3a10bbf8", "score": "0.6655992", "text": "Collection<ConversationHeader> getConversations();", "title": "" }, { "docid": "dc90c2432b96fe43aeed0bd025800626", "score": "0.66338104", "text": "public List<Conversation> getConversations(Id userId) {\n ...
f1199342d6c157bcaffbbd0c97b991ed
set the expiry date (only if not before production date )
[ { "docid": "528064b4e3ac876397b99c448a0d3a9d", "score": "0.7846996", "text": "public void setExpiryDate(Date expiryDateToSet){\r\n if(_productionDate.after(expiryDateToSet))\r\n _expiryDate=new Date(_expiryDate);\r\n else\r\n _expiryDate=new Date(expiryDateToSet);\r\n...
[ { "docid": "9070975a8ab1bd37f20cbe138d408f21", "score": "0.7992482", "text": "public void setExpiryDate(long in) { this.expiryDate = in;}", "title": "" }, { "docid": "0875a1b969fcee2c2790bbf3e9de1658", "score": "0.77924484", "text": "public void setExpirationDate(Date d) { }", "t...
9729ffb6263fd96d61d0223e1749eaa7
In the method 'getSizeVector' the number of genes are returned that are stored in the List> refPWarray.
[ { "docid": "8a56f05a940df24602d5d16457d6eca9", "score": "0.7989433", "text": "public static int[] getSizeVector(List<Set<Xref>> refPWarray){\n \t\tint numberOfPathways=refPWarray.size();\n \t\tint[] numberOfGenes=new int[numberOfPathways];\n \t\tfor(int j=0;j<numberOfPathways;j++){\n \t\t\tnumberOfGenes...
[ { "docid": "1353da10898a56d1a5fd1ef34e5f797c", "score": "0.6629628", "text": "public int geneCount() {\r\n return gene.size() / 8;\r\n }", "title": "" }, { "docid": "f6b4955b0c1a521ecf729465d8f8d789", "score": "0.6485831", "text": "public int size() { return this.vec.size()...
ae901a64782f601af33a5cdfd263a574
double DateTime = 6;
[ { "docid": "72159d5a5fb1dfdd8a08274f27caa2fe", "score": "0.595354", "text": "public double getDateTime() {\n return dateTime_;\n }", "title": "" } ]
[ { "docid": "836fd1fdace66f26618704f22e37a3fd", "score": "0.7099146", "text": "double getDateTime();", "title": "" }, { "docid": "836fd1fdace66f26618704f22e37a3fd", "score": "0.7099146", "text": "double getDateTime();", "title": "" }, { "docid": "836fd1fdace66f26618704f22e...
76f9d9258c1680db56a22a5c09cda6ba
$ANTLR end "ruleNAMEVAR" $ANTLR start "entryRuleMACRO" ../org.erlide.erlang.ui/srcgen/org/erlide/ui/contentassist/antlr/internal/InternalErlang.g:2757:1: entryRuleMACRO : ruleMACRO EOF ;
[ { "docid": "adc29a1625d886d5eb68b1b3d2ed3af3", "score": "0.72327054", "text": "public final void entryRuleMACRO() throws RecognitionException {\n try {\n // ../org.erlide.erlang.ui/src-gen/org/erlide/ui/contentassist/antlr/internal/InternalErlang.g:2758:1: ( ruleMACRO EOF )\n ...
[ { "docid": "162d309205f7ca85bae83549931bd1c3", "score": "0.72071683", "text": "public final void entryRuleNAMEMACRO() throws RecognitionException {\n try {\n // ../org.erlide.erlang.ui/src-gen/org/erlide/ui/contentassist/antlr/internal/InternalErlang.g:2788:1: ( ruleNAMEMACRO EOF )\n ...
6f48ce752708c4b41fb5eee014da00a7
resize the hash table to have the given number of chains, rehashing all of the keys
[ { "docid": "4cb7691c88278cb6bbd1c0aecbf10de5", "score": "0.7618769", "text": "private void resize(int chains) {\r\n SeparateChainingHashST<Key, Value> temp = new SeparateChainingHashST<Key, Value>(chains);\r\n for (int i = 0; i < m; i++) {\r\n for (Key key : st[i].ke...
[ { "docid": "df04d491cb5d1276668ac929b7de310b", "score": "0.8181678", "text": "private void resize(int chains) {\n Entry<K, V>[] newhashMap = new Entry[chains];\n Entry<K, V>[] oldhashMap = hashmap;\n int oldbuckets = buckets;\n buckets = chains;\n hashmap = newhashMap;...
d7a33df7077bcb51b36c25cedaef5a2e
Update the state of all jobs in a job collections.
[ { "docid": "0abf3caa505b214dadb5a9075d08f9d0", "score": "0.6592251", "text": "@Override\n public JobCollectionJobsUpdateStateResponse updateJobCollectionState(JobCollectionJobsUpdateStateParameters parameters) throws IOException, ServiceException, URISyntaxException {\n // Validate\n if...
[ { "docid": "3ac1ce425f8e86746c8eab60dbd66c78", "score": "0.6376661", "text": "@Override\n public Future<JobCollectionJobsUpdateStateResponse> updateJobCollectionStateAsync(final JobCollectionJobsUpdateStateParameters parameters) {\n return this.getClient().getExecutorService().submit(new Calla...
b11c14b78bb223c59a37cf3f25127d8d
get the type of piece
[ { "docid": "4b797759e088eca83a5f02d2468003cf", "score": "0.0", "text": "public String getType() {\n\t\tif(this.id != null && this.id.length() == 3) {\n\t\t\treturn this.id.substring(1,2);\n\t\t} \n\t\t\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "8aa287a94bea16ff18ba98c2de77a674", "score": "0.8445958", "text": "public abstract String getPieceType();", "title": "" }, { "docid": "118e482a982bd47319bccbae06584aed", "score": "0.7934395", "text": "public PieceType getType()\r\n\t{\r\n\t\treturn (this.type);\r\n\t}", ...
a721faf37c1fa7ff352a59af6cdcc3c2
Test case number: 116 /Coverage entropy=0.0
[ { "docid": "a6296f3d9f495f329b614207ca2b6a7f", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test116() throws Throwable {\n String string0 = EWrapperMsgGenerator.updateMktDepth(0, 1213, 2278, Integer.MAX_VALUE, 0, 39);\n assertEquals(\"updateMktDepth: 0 1213 2278 2147483647 0...
[ { "docid": "e47c559cfcb271cc978935778eb25873", "score": "0.7104075", "text": "@Test(timeout = 4000)\n public void test091() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluat...
bda89b48f8a4c39e2ae83c2f4162da01
Verifies the signature for the given bytes using the public key.
[ { "docid": "cbca5db48cdb685979feacb59bc5d902", "score": "0.5896338", "text": "public boolean verifySignature(byte[] signature, byte[] data) {\n\t\ttry {\n\t\t\tinitializeKeys();\n\t\t\tsign.initVerify(publicKey);\n\t\t\tsign.update(data);\n\t\t\treturn sign.verify(signature);\n\t\t} catch (SignatureExce...
[ { "docid": "77daaa7f0a9dbaf5c1b88d0250ca5fd0", "score": "0.6959349", "text": "boolean verifyEdDSA(byte[] data, byte[] signature, byte[] publicKey);", "title": "" }, { "docid": "b41736593a6d1c3802ab5b689c83ac5b", "score": "0.6651234", "text": "public static boolean verifySig(byte[] da...
89aae6e0ced42e85d5fa7ddac01e7ac8
getting and setting book author
[ { "docid": "4d6be0c8696ac16a7c7ebeb6848948ec", "score": "0.787446", "text": "public void setAuthor(String author){\r\n this.author = author;\r\n }", "title": "" } ]
[ { "docid": "28b5e1a431c48547632d4eb24bb019b6", "score": "0.82081115", "text": "public String getAuthor() { return book.getAuthor(); }", "title": "" }, { "docid": "178c66e3a6181455b369e2ed57fd4923", "score": "0.801655", "text": "public String getBookAuthor() {\n return bookAuth...
d8a6f5c25088d62834bd508263d4b745
Forms OwnDesire with reasoning command
[ { "docid": "ee9d61088ab9e078048477b533a5c377", "score": "0.6141602", "text": "OwnDesire.Acting formOwnDesireWithActingCommand(DesireKey desireKey);", "title": "" } ]
[ { "docid": "2bb405704946090eea89167de483e0e1", "score": "0.6667617", "text": "OwnDesire.Reasoning formOwnDesireWithReasoningCommand(DesireKey desireKey);", "title": "" }, { "docid": "59cea9ae4641593e23ab8fd0bb0cd004", "score": "0.6094528", "text": "OwnDesire.Reasoning formOwnDesireWi...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "ca3896c683673dd40915f5eeb3db0549", "score": "0.0", "text": "public static String m11865a(String str, Object obj, String str2) {\n String json = new Gson().toJson(obj);\n try {\n HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(str).openConnection();\...
[ { "docid": "561e1ad2be3078ec8b0e2ca7a4d4d261", "score": "0.62639445", "text": "A(A a){\n this.a = a.a;\n this.b = a.b;\n }", "title": "" }, { "docid": "9f48728c71c479e7c8162d75ccb161a3", "score": "0.62316394", "text": "public interface C16179d {\n /* renamed f...
a842e14b769a65003bb1d47bf82e093c
Assigns TaxPriceInfos to commerce items with zero costs
[ { "docid": "553b9d00bb11a523378a24bba7800555", "score": "0.7364645", "text": "protected void initializeItemTaxPriceInfos(Order pOrder){\n List<CommerceItem> items = (List<CommerceItem>) pOrder.getCommerceItems();\n for (CommerceItem item : items){\n TaxPriceInfo taxPriceInfo = createZeroCostT...
[ { "docid": "3614cfd03555e8a8f8ea4e00d5dde57f", "score": "0.696236", "text": "public TaxPriceInfo createZeroCostTax() {\n TaxPriceInfo zeroTax = new TaxPriceInfo();\n zeroTax.setAmount(0.0);\n zeroTax.setCityTax(0.0);\n zeroTax.setCountyTax(0.0);\n zeroTax.setStateTax(0.0);\n zeroTax.se...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "ab6a1d2a514c2d80477b5b3ba125dce2", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "af21c34586929dd479df15d2e4008cff", "score": "0.72268444", "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": "" }, { ...
89367b2e55c3e82eb9c0fd0079158a21
A view of the backing Utf8 bytes as represented by a ByteBuf.
[ { "docid": "319ddf8295df09ab586ce33940c0f656", "score": "0.7378653", "text": "public ByteBuf toByteBuf();", "title": "" } ]
[ { "docid": "b49b1a1d3012316c93c5e8af66413aac", "score": "0.650836", "text": "public CompositeByteBuf readBytes(ByteBuf dst)\r\n/* 1689: */ {\r\n/* 1690:1782 */ return (CompositeByteBuf)super.readBytes(dst);\r\n/* 1691: */ }", "title": "" }, { "docid": "fa7710e6a5468016808952e...
2ffba5b3816909cba4dd3273b253d21f
Updates the bar graph to show the steps/distance of the last week.
[ { "docid": "5ddc412e981e5a98e3c689195503b33c", "score": "0.7615682", "text": "private void updateBars(List<DayStatistic> weekly_stat)\n {\n SimpleDateFormat df = new SimpleDateFormat(\"E\", Locale.getDefault());\n BarChart barChart = getView().findViewById(R.id.bargraph);\n if (b...
[ { "docid": "0cc61296a63525914511c03571e170a3", "score": "0.6892573", "text": "protected void updateWeeklyGraph(View v) {\n Map<String, Object> map = new LinkedHashMap<>();\n\n BarChart barChart = v.findViewById(R.id.weekly_bar_chart);\n barChart.clear();\n\n map.put(\"query_t...
823959fe22d77ee4e4d7194e562023bb
/ renamed from: f
[ { "docid": "621a16d1f1e3d9f56b11d319e837077c", "score": "0.0", "text": "private void m19409f() {\n this.f17840h = 0;\n this.f17843k = 0;\n }", "title": "" } ]
[ { "docid": "322664921fda67c04a722f3a5acfae7d", "score": "0.6707874", "text": "public static void f() {\n }", "title": "" }, { "docid": "fb83c77fa288401620e7019cb3613c32", "score": "0.66410816", "text": "public void mo37803b(float f) {\n }", "title": "" }, { ...
affe77c4d1d8e732a58f4c7db22615a4
<< define INAUFLAYBYSuburb(%obj) $piece(%obj,"~",4)
[ { "docid": "13750735acfeff5d1617945b575c4178", "score": "0.66785896", "text": "public static Object $$$INAUFLAYBYSuburb(mContext m$, Object ... _p) {\n mVar p$obj = m$.varRef(\"p$obj\",(((_p!=null)&&(_p.length>=1))?_p[0]:null));\n return (m$.Fnc.$piece(p$obj.get(),\"~\",4));\n }", "title": ""...
[ { "docid": "803b9910db40b6b14f4b321056646bc4", "score": "0.655639", "text": "public static Object $$$StrINAUFLAYBYSuburb(mContext m$) {\n return (m$.fnc$(\"COMConst.GetPropertyName\",\"INAUFLAYBY\",4));\n }", "title": "" }, { "docid": "882ca0a2070acae7f8a72f154ae88627", "score": "0.6...
9b86318936679e11ebcad7dfea62b3ff
Returns a new list with components that are contained in the parameter list (either directly or in any sub directory of the list).
[ { "docid": "5667b225cd5a3821d7f6e56099eaffc6", "score": "0.48319152", "text": "public static List<AbstractExplorerFileStore>\n getAllContainedComponents(final List<? extends AbstractExplorerFileStore> selected) {\n return getAllContainedObjectsRecursivelyThatComplyingWith(f -> AbstractExpl...
[ { "docid": "bdb82dee94d9669fe994e606d8bc47ee", "score": "0.6092996", "text": "public void buildCustomComponentListWhereToSearch(String space, List<String> components) {\n SilverTrace.info(\"pdcPeas\",\n \"PdcSearchSessionController.buildComponentListWhereToSearch()\",\n \"root.MSG_GEN_EN...
7906941019c252862cb0d487eac5f21d
$ANTLR end "rule__Controller__Group__5__Impl" $ANTLR start "rule__Controller__Group__6" InternalHouseBuilder.g:3612:1: rule__Controller__Group__6 : rule__Controller__Group__6__Impl rule__Controller__Group__7 ;
[ { "docid": "2f3feb38c327614d00f22e10cb77a7f6", "score": "0.7930229", "text": "public final void rule__Controller__Group__6() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalHouseBuilder.g:3616:1: ( rule__Controller__Group__...
[ { "docid": "b53899ac778b6767eadc3c41a228a118", "score": "0.74235654", "text": "public final void rule__Actuator__Group__6() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalHouseBuilder.g:7369:1: ( rule__Actuator__Group__6__...
093190d423fe615466ece02405618173
Metodos de acceso a datos
[ { "docid": "7e198b9c1062c260136fcbbb6909de46", "score": "0.0", "text": "public static boolean registrarPersona(Persona objPer){\n boolean a = false;\n Connection conexion=null;\n try {\n conexion = ControladorBD.darConexionBD();\n CallableStatement st= con...
[ { "docid": "ade397a4736a52d7c0969caa58730db1", "score": "0.6558823", "text": "private void almacenaDatos() {\n almacenaVersion();\n almacenaCuerpoA();\n almacenaCuerpoB();\n almacenaCuerpoC();\n almacenaCuerpoD();\n almacenaCuerpoE();\n almacenaCuerpoF();\n }", "title": "" },...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fa190fe3628ab1edf7461d5b9985d7bd", "score": "0.0", "text": "@Override\r\n\tpublic boolean offerFirst(Object e) {\n\t\treturn false;\r\n\t}", "title": "" } ]
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
0e9922d89e05807aebddcfdb80755284
Service interface delcaring methods to access Emp detail data
[ { "docid": "bf66d10230072c5d867f127491b46409", "score": "0.80971766", "text": "public interface EmpDetailService {\n\t\n\tpublic void addEmpDetail(EmpDetail empDetail);\n\n\tpublic void updateEmpDetail(EmpDetail empDetail);\n\n\tpublic List<EmpDetail> listEmpDetails();\n\t\n\tpublic List<EmpDetail> list...
[ { "docid": "90e40b0c51892d6b12aab9c55d27b3ad", "score": "0.72594434", "text": "public interface IEmpService {\n /**\n * 查询所有\n * @return\n */\n List queryEmpAll();\n\n Emp save(Emp emp);\n\n List<Emp> findByename(String ename);\n\n}", "title": "" }, { "docid": "c7e3a4...
8690e72c4d8ff8d88596cc39496f11f3
Method that return the class of a node.
[ { "docid": "75881c05b04ec7d7b908b32d8738c8fd", "score": "0.6904897", "text": "public static Class getClassNameFromNode(Node node) {\n if (node == null) {\n return null;\n }\n for (Relationship relation : node.getRelationships(Direction.INCOMING)) {\n Node start...
[ { "docid": "042383a36b2d80a60141ac059a23e7a4", "score": "0.8364974", "text": "public abstract Class<? extends Node> getNodeClass();", "title": "" }, { "docid": "d0ab3a863ee2079a79fbd7a8bbce5856", "score": "0.6818431", "text": "public CjClassDecl getTypeNode() {\r\n\t\t\treturn typeNo...
12fe7d57442c111d4afbf61c3caf38bc
Using JAXP in implementation independent manner create a document object using which we create a xml tree in memory
[ { "docid": "9bc64169d4c3f757e23ca56b05087d83", "score": "0.6602258", "text": "private void createDocument() {\r\n\t\t// get an instance of factory\r\n\t\tDocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();\r\n\t\ttry {\r\n\t\t\t// get an instance of builder\r\n\t\t\tDocumentBuilder db = d...
[ { "docid": "54a95f03bf4ccdcea1ea69628ec1a38e", "score": "0.6892152", "text": "public Document makeDocument() throws ParserConfigurationException {\r\n Document doc = UJAXP.makeDocument();\r\n makeElement(doc);\r\n return (doc);\r\n }", "title": "" }, { "docid": "30a39...
1e6a82db1105259f0c6335d994660f73
provides the current course catalog
[ { "docid": "a0c05bfab1ce22649eb713e799972cee", "score": "0.79510367", "text": "public CourseCatalog getCourseCatalog() {\r\n\t\treturn courseCatalog;\r\n\t}", "title": "" } ]
[ { "docid": "955e77e459c4e8b402f8647573398770", "score": "0.7457484", "text": "@Override\n\tpublic void viewCourseCatalog() {\n\t\t// TODO Auto-generated method stub\n\t\tSystem.out.println(\"\\n=======================================================\");\n\t\tSystem.out.println(\"\\t\\tCourseCatalog\");\...
559f256b54dbf19c4022b094012920a1
1) Convert package descriptor graph to DependencyNode graph
[ { "docid": "8230a833b8ce488d3fbf0f81681fbb94", "score": "0.6295524", "text": "private DependencyGraph<ResolvedPackageDependency> resolveBALADependencies() {\n DependencyGraph<DependencyNode> dependencyNodeGraph = createDependencyNodeGraph(\n rootPackageContext.dependencyGraph());\n...
[ { "docid": "b5b616803a8b56f5b054e4098f804951", "score": "0.62589127", "text": "private DependencyGraph<ResolvedPackageDependency> resolveSourceDependencies() {\n LinkedHashSet<ModuleLoadRequest> moduleLoadRequests = getModuleLoadRequestsOfDirectDependencies();\n\n // 2) Resolve imports to ...
2585188ca8d4791849dcc7815fb627a0
builds DiscountCodeDraft without checking for non null required values
[ { "docid": "3b02f4e709b24b503d82f1c1004e46f6", "score": "0.7271123", "text": "public DiscountCodeDraft buildUnchecked() {\n return new DiscountCodeDraftImpl(name, description, code, cartDiscounts, cartPredicate, isActive,\n maxApplications, maxApplicationsPerCustomer, custom, groups, v...
[ { "docid": "5c258a0e228340acc58862f87086cc44", "score": "0.5482993", "text": "public CartDiscountChangeRequiresDiscountCodeAction build() {\n Objects.requireNonNull(requiresDiscountCode,\n CartDiscountChangeRequiresDiscountCodeAction.class + \": requiresDiscountCode is missing\");\n ...
90dcb273e5307a42267425446cebda05
/ Open progress window and initialize with Current password selection
[ { "docid": "f8ae7394ae38a65c10ca477c7f7e5b04", "score": "0.6315377", "text": "public void actionPerformed(ActionEvent e) {\t\t\n\t\t\t\tProgressWindow window = new ProgressWindow(getPassProgress());\n\t\t\t\twindow.getFrmCheckProgress().setVisible(true);\n\t\t\t}", "title": "" } ]
[ { "docid": "be38e246bb4417c7b8690904f55934d6", "score": "0.60271364", "text": "private void loginButtonPressed() {\n String currentUserName = userField.getText();\r\n char[] currentPassWord = pwdField.getPassword();\r\n GetPrideExperimentDetailTask reviewerTask = new GetPrideExperim...
ff75f7b8146fd44f282166259863e0ab
There may be several transactions succeeded repeated .PBTransaction transactions = 1;
[ { "docid": "1bb1a20cc4a469a59867d7c6ef8970f7", "score": "0.5403392", "text": "int getTransactionsCount();", "title": "" } ]
[ { "docid": "e68dcf851969d051d371db04143870dc", "score": "0.6603598", "text": "FollowersPlus.PBTransaction getTransaction();", "title": "" }, { "docid": "40e4a967d20962b970bbc1c24536e865", "score": "0.6598437", "text": "FollowersPlus.PBTransaction getTransactions(int index);", "ti...
91487ab3832ad7c1c684bbdb9adc48cb
Tests method containsWaypoint with null value. IllegalArgumentException should be thrown.
[ { "docid": "c73eb506fb4e8cf515e60dc7582046e3", "score": "0.8918445", "text": "public void testContainsWaypointNull() {\n try {\n instance.containsWaypoint(null);\n fail(\"IllegalArgumentException should be thrown\");\n } catch (IllegalArgumentException ex) {\n ...
[ { "docid": "47323ab8b04de34892affcec14d810f2", "score": "0.8217458", "text": "public void testIndexOfWaypointNull() {\n try {\n instance.indexOfWaypoint(null);\n fail(\"IllegalArgumentException should be thrown\");\n } catch (IllegalArgumentException ex) {\n ...
709f6c5a1b56bcebcde55825a412786e
$ANTLR end "entryRuleFnDef" $ANTLR start "ruleFnDef" InternalAgreeParser.g:739:1: ruleFnDef : ( ( rule__FnDef__Group__0 ) ) ;
[ { "docid": "3090f0d8b03f6313d4c17c599bff5e51", "score": "0.8021152", "text": "public final void ruleFnDef() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalAgreeParser.g:743:5: ( ( ( rule__FnDef__Group__0 ) ) )\n ...
[ { "docid": "6447b4b3488630a26dec6d86837abb70", "score": "0.72220874", "text": "public final void ruleFnDefExpr() throws RecognitionException {\n\n\t\tint stackSize = keepStackSize();\n\n\t\ttry {\n\t\t\t// InternalAgreeParser.g:734:5: ( ( ( rule__FnDefExpr__Group__0 ) ) )\n\t\t\t// InternalAgreeParser.g...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "ff57f6faaf9d432ff50fdef216fee2b6", "score": "0.0", "text": "public C5983k mo6464a() throws IOException {\n m30875f();\n return m30873a(1, \"[\");\n }", "title": "" } ]
[ { "docid": "6bb82b473a9f707f03cb5cb6b11957bb", "score": "0.6303214", "text": "interface C46974a {\n /* renamed from: a */\n void mo118130a();\n }", "title": "" }, { "docid": "4e6a75296e170c4f7ef9da4ffbf823af", "score": "0.6236393", "text": "public interface C0921a {\...
f01fc218352440c8f60e03908586dbff
$ANTLR end "KW_EXCHANGE" $ANTLR start "KW_URI"
[ { "docid": "f9cf13199f0e05a6be1b85dfafe1d89a", "score": "0.6337132", "text": "public final void mKW_URI() throws RecognitionException {\n\t\ttry {\n\t\t\tint _type = KW_URI;\n\t\t\tint _channel = DEFAULT_TOKEN_CHANNEL;\n\t\t\t// org/apache/hadoop/hive/ql/parse/HiveLexer.g:293:7: ( 'URI' )\n\t\t\t// org/...
[ { "docid": "e3ad500d69d9e3f23393e08a23a97cdd", "score": "0.5516107", "text": "public final void mKW_EXCHANGE() throws RecognitionException {\n\t\ttry {\n\t\t\tint _type = KW_EXCHANGE;\n\t\t\tint _channel = DEFAULT_TOKEN_CHANNEL;\n\t\t\t// org/apache/hadoop/hive/ql/parse/HiveLexer.g:292:12: ( 'EXCHANGE' ...
fbdf84d261b168f701c465a78c67d03c
This is a getter method which gets the value of IP of the teacher.
[ { "docid": "1dc95a14d6da7f07328adcc4d58c445a", "score": "0.0", "text": "public String getStrTime() {\n\t\treturn strTime;\n\t}", "title": "" } ]
[ { "docid": "5128eff5070b4f062eca1574d6737e77", "score": "0.7655687", "text": "public String getIP(){\n\t\treturn(targetIP);\n\t}", "title": "" }, { "docid": "efd8b47f62e996b645a329ed08b0c7b3", "score": "0.75888085", "text": "public int getIp() {\n return ip_;\n }", ...
afae9c8d7c4c812d057183b7239f68de
Loads a Mintegral banner ad.
[ { "docid": "02478dc6997fa2ecab224e443e052fd7", "score": "0.7147053", "text": "public abstract void loadAd();", "title": "" } ]
[ { "docid": "2737319eb2b87e5d517f5e88463404e2", "score": "0.70230985", "text": "private void loadBanner() {\n adView = new AdView(this);\n adView.setAdUnitId(AD_B_ID);\n adContainerViewA.removeAllViews();\n adContainerViewA.addView(adView);\n\n AdSize adSize = getAdSize...
848275fbbce771ddcc422e2f58660a02
Cache the reflection method handles for the actions in the class that subclasses this controller class.
[ { "docid": "1c91828c5f9efa3b9af423207e6468a8", "score": "0.74014676", "text": "private void cacheActionMethods()\n {\n collectionActions = new NSMutableDictionary<String, Method>();\n objectActions = new NSMutableDictionary<String, Method>();\n\n for (Method method : getClass().g...
[ { "docid": "1094068ce2bb8b4def01997ffa8fd5bb", "score": "0.57837623", "text": "private void populateMethodCache() {\r\n //\r\n // Build a list of all elements in the class hierarchy. This one is bottom-first (i.e. we start\r\n // with the actual declaring class and its interfaces an...
d7446acd7ac60dbd4b689dcd9f20d541
/ method that is used to view all the rooms in the hotel room and view customer name if occupied
[ { "docid": "7b2fa1c0383ff01049f869204c029022", "score": "0.7214789", "text": "public static void viewList(Customer RoomList[]) {\n\t\tfor (int i = 1; i < RoomList.length; i++) {\n\t\t\tif (RoomList[i].getName() == \"EMPTY\") {\n\t\t\t\t// displaying empty rooms\n\t\t\t\tSystem.out.println(\"Room number ...
[ { "docid": "39687fee3d3d05f957316b804ab68573", "score": "0.750543", "text": "private static void ViewOccupiedRooms(String[] hotel2) {\n\t\tfor (int x = 0; x < 10; x++)\r\n\t\t\tif (hotel[x].equals(\"e\")) {// if no one is occuping the room display\r\n\t\t\t\t\t\t\t\t\t\t// the following message\r\n\t\t\...
c208c97d4cb44669170a3ad5e51b94a4
/ Crontab file ___________ Crontab syntax : A crontab file has five fields for specifying day , date and time followed by the command to be run at that interval. command to be executed | | | | | | | | | + day of week (0 6) (Sunday=0) | | | + month (1 12) | | + day of month (1 31) | + hour (0 23) + min (0 59) (nonJavado...
[ { "docid": "c07ee4598cf04e9b0517d94f8a284c76", "score": "0.0", "text": "public void executeLocked(JobExecutionContext context)\n\t\t\tthrows JobExecutionException {\n\n\t\tEbookshopSakaiDAO ebookshopSakaiDAO = new EbookshopSakaiDAO();\n\n\t\ttry {\n\t\t\tebookshopSakaiDAO.getBooksAdvertised();\n\t\t} ca...
[ { "docid": "56ebde097145c0a3a11b52b756efb1e7", "score": "0.62955046", "text": "private static String toCrontab(String interval) {\n long millis = toIntervalMillis(interval);\n // we want to ensure the crontab wakes us excessively\n if (millis <= TimeUnit.MINUTES.toMillis(5)) {\n ...
da505e5fdd1a3875a0e384d3c2148325
Logging out the user. Will set isLoggedIn flag to false in shared preferences Clears the user data from sqlite users table
[ { "docid": "19ba2205b2064e20ca3c5e10917c1ee5", "score": "0.64292103", "text": "private void logoutUserInGeofence() {\n Toast.makeText(this, \"You will be logged out in 10 seconds because you not in a safe zone\",\n Toast.LENGTH_LONG).show();\n new Handler().postDelayed((new ...
[ { "docid": "ecbf0b48252bdaa6d5c2254d7a9e29dc", "score": "0.7974242", "text": "private void logout() {\n mAppPreferences.edit().putBoolean(Constants.USER_IS_LOGGED_IN_PREFERENCE_KEY,\n Constants.USER_IS_LOGGED_IN_PREFERENCE_DEFAULT).apply();\n\n // Move to login screen\n ...
a473d3172d1bf94600b32c71469f4acb
bitfields for fill palette options get the foreground palette color index
[ { "docid": "f4634161a0f8da7792c1f3850abb2f15", "score": "0.68009937", "text": "public short getFillForeground()\n {\n return _fill_foreground.getShortValue(field_9_fill_palette_options);\n }", "title": "" } ]
[ { "docid": "b8a1b5dc271408b1cdfe14490f5c90c1", "score": "0.71978843", "text": "public short getFillPaletteOptions()\n {\n return field_9_fill_palette_options;\n }", "title": "" }, { "docid": "be2643e3b86c49c763d14fb0837c0886", "score": "0.66889113", "text": "public short...
ac142a98f75c787ad7cfaf18750a33c7
The Factory for the model. It provides a create method for each nonabstract class of the model.
[ { "docid": "836862da2deadebe7f68971febbceb9f", "score": "0.0", "text": "public interface RabbitmqFactory extends EFactory {\n\t/**\n\t * The singleton instance of the factory.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tRabbitmqFactory eINSTANCE = com.tibcobwblog...
[ { "docid": "406f5e6fee15bb3667f1e37d866b2514", "score": "0.77546865", "text": "protected abstract T createModel();", "title": "" }, { "docid": "4d2b99285a5fdfe68fb73ce7f84bcc8e", "score": "0.7559145", "text": "public Factory(){\n adminModel = new AdminModel();\n bikeMod...
b0c6e7902ef878f96e395fa5732bc0b6
Retire tous les observateurs de la liste
[ { "docid": "8b18169b9655d71a569f8c73aa6aaf0c", "score": "0.6721143", "text": "@Override\n public void delObservateur() {\n this.listObservateur = new ArrayList<>();\n }", "title": "" } ]
[ { "docid": "abfc22450a55f18b2fcf2af3e91c7f42", "score": "0.6900744", "text": "public Set<Observacion> getObservaciones() {\n return observaciones;\n }", "title": "" }, { "docid": "871518888190f673de3df2d3d80bf6e6", "score": "0.6376272", "text": "public synchronized Enumerat...
ded32ea8bb1bfd65ea7ca173bcf6496a
Method returns all nondeleted(active) surveys.
[ { "docid": "070acca2f7bbe1b87286c006d7ed4dcb", "score": "0.0", "text": "public List<SurveyTemplateEntity> findByActiveIsTrue();", "title": "" } ]
[ { "docid": "ecd1ff012d904e8c1757e6303fe36fc5", "score": "0.6999202", "text": "public List<Survey> listSurveys() {\n\t\treturn surveyRepository.findAllSurvey();\n\t}", "title": "" }, { "docid": "cd9ac19f8081f8a6854d6312a0806e0e", "score": "0.68789536", "text": "@Override\n\tpublic Lis...
403f10b4e9ddfdce224eaf9a86d394b9
Returns true if employee object meets the criteria of a higher than $35,000/year and worked with the company for more than 5 years.
[ { "docid": "b7afdbd054a742f6d075786ebafa668f", "score": "0.0", "text": "public boolean compareExperience(Object o);", "title": "" } ]
[ { "docid": "2cf3b463d81bf72da9a5cd083225addb", "score": "0.61992335", "text": "public int employeesAgeGreaterThan50(Employee[] employees) {\n int count = 0;\n \tfor(Employee em : employees) {\n \t\tif(em.getAge() > 50) count++;\n \t}\n return count;\n }", "title": "" }, ...
9fa84dd031b022cc65fa98e7586ca1bc
Get data from a URL Original code from
[ { "docid": "4d56456d62dd9b51c05cd636620961d7", "score": "0.6868219", "text": "public static String getDataFromUrl(URL url) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));\n StringBuilder sb = new StringBuilder();\n\n while (br....
[ { "docid": "81b15b48be54974d0b5b0cfc588f8376", "score": "0.7513847", "text": "public String getData(String url) throws IOException, JSONException;", "title": "" }, { "docid": "a8efcde211cda26212954421ce8c0ba4", "score": "0.68969434", "text": "URL getInformation();", "title": "" ...
dc0d06e4b7cba0b9ac682de0d9223de6
Cloning of the object
[ { "docid": "94e464beb7b0420b3c8e683b17e18f86", "score": "0.0", "text": "protected Object clone() throws CloneNotSupportedException {\n GenotypeLikelihoods c = (GenotypeLikelihoods)super.clone();\n c.priors = priors;\n c.likelihoods = likelihoods.clone();\n c.posteriors = ...
[ { "docid": "aecc5003851cb12b7e68297c880116ae", "score": "0.8470539", "text": "Object clone();", "title": "" }, { "docid": "9ab69317929902abf861d3c89913e073", "score": "0.84250164", "text": "Object clone ();", "title": "" }, { "docid": "e72d6745bad98b041cc9efe1aab71c04", ...
9b16f9ce26af97ae834e266ef6631f33
Change the parent of a scene object.
[ { "docid": "21b3f1c06f5487b4ff1ee4b9619e4e1c", "score": "0.8156494", "text": "public void setParent(SceneObject parent) {\n // TODO: add code so that the object does not change its global position, rotation or scale\n // when it is reparented. You may need to add code before and/or after \...
[ { "docid": "a134ffc47e4b63b91a77069684d60dbc", "score": "0.7823455", "text": "public void setParent(SceneNode newParent)\r\n\t{\r\n\t\tparent = newParent;\r\n\t}", "title": "" }, { "docid": "6944a344f34853a399767551028515f4", "score": "0.7769401", "text": "public void setSceneParent(...
994572fb224aef0606512304a58bc157
Test if ReportDataAccessException works properly. With the constructor of ReportDataAccessException(String, Throwable).
[ { "docid": "d2bfe1c488bc43dee375358c3f58be3d", "score": "0.7814661", "text": "public void testReportDataAccessException_Ctor2_Usage() throws Exception {\r\n try {\r\n throw new ReportDataAccessException(ERROR_MESSAGE, CAUSE);\r\n } catch (ReportDataAccessException e) {\r\n ...
[ { "docid": "62392a7604a845562ebaa4798f60744d", "score": "0.81402296", "text": "public void testReportDataAccessException_Ctor1_Usage() throws Exception {\r\n try {\r\n throw new ReportDataAccessException(ERROR_MESSAGE);\r\n } catch (ReportDataAccessException e) {\r\n ...
c55e7e46ae8ce535b0f249f5c0ceff94
make frame full screen
[ { "docid": "fc53932a768035663671934131664922", "score": "0.68247205", "text": "public void setFullScreen(DisplayMode displayMode){\n\t\t\n\t\tJFrame frame = new JFrame();\n\t\tframe.setUndecorated(true);\n\t\tframe.setIgnoreRepaint(true);\n\t\tframe.setResizable(false);\n\n\t\tvideoCard.setFullScreenWin...
[ { "docid": "d710edecd243ce4fd2a94f4428678ad0", "score": "0.77434814", "text": "void fullScreen();", "title": "" }, { "docid": "89bb007c85b587af315e95fa3152afa4", "score": "0.7169768", "text": "public Home() {\n initComponents();\n setExtendedState(JFrame.MAXIMIZED_BOTH)...
8fc30a4fde3a3fabadce65b822487f57
Test of lightMeUp method, of class DataOfSquare.
[ { "docid": "0a7ff6617c0003a6b9d3e307176647fc", "score": "0.67232466", "text": "@Test\r\n public void testLightMeUp() {\r\n Assertions.assertThrows(RuntimeException.class, () -> {\r\n System.out.println(\"lightMeUp\");\r\n int c = 0;\r\n DataOfSquare instance = ...
[ { "docid": "cfbefc5c7b0941d15fc80700ae5f89ec", "score": "0.6361215", "text": "@Test\n\tpublic void testUp_1()\n\t\tthrows Exception {\n\t\tPiece fixture = new Piece(1, 1);\n\t\tfixture.mat = new Matrix(1);\n\n\t\tfixture.up();\n\n\t\t// add additional test code here\n\t}", "title": "" }, { "...
72bacdc173320fd884037942540dd10b
Define o Id de um objeto.
[ { "docid": "653ae65ddda8a4bc9899863af3f6a444", "score": "0.74928963", "text": "@Override\n protected void definirId(SubtipoServico objeto, int id) {\n objeto.setId(id);\n }", "title": "" } ]
[ { "docid": "db283218ddb2e9df55fd1f52a746bb09", "score": "0.7734042", "text": "@Override\r\n\tpublic void setId(Long arg0) {\n\t\t\r\n\t}", "title": "" }, { "docid": "eab2f44690501842660310adbc6b777c", "score": "0.76774454", "text": "public void assignId(Entity obj);", "title": ""...
8fe3e3f8320e6ddc0985a2190f365c2c
onStart Ends This is an interface used for communicatiing with this dialog
[ { "docid": "9a0e76b3dc4d5bb46967e63aece1a164", "score": "0.0", "text": "public interface MyInterface {\n\n public String updatePassword\n (String oldPassword, String newPassword, String confirmedNewPassword);\n }", "title": "" } ]
[ { "docid": "4b9b0d43c0c612caec85001753ced661", "score": "0.8110142", "text": "@Override\n public void onStart() {\n super.onStart();\n DebugLog.e(\"rx\", \"onStart\");\n dialog.show();\n }", "t...
2a6a8bbeedee4fac985bc31c2f5d5074
Get the value of timeCreated
[ { "docid": "376c2517ab9e0de1675092777ee01590", "score": "0.84340197", "text": "public long getTimeCreated() {\n return timeCreated;\n }", "title": "" } ]
[ { "docid": "5f32332af4a64e5a3459919206f02c54", "score": "0.8549198", "text": "public String timeCreated() {\n return this.timeCreated;\n }", "title": "" }, { "docid": "70d309bbe574e854377b6b368d381ed7", "score": "0.8428811", "text": "public String getCreatedTime();", "t...
91cad95499a83427beb5f10efb0c97a8
The method provides extraction all entities from database
[ { "docid": "7af6f5d82d22c1b17c41da28988a325f", "score": "0.5730945", "text": "List<T> findAll() throws FilmStoreDAOException;", "title": "" } ]
[ { "docid": "db7c9cf9f6b8c754b9a6b2368455f060", "score": "0.72652125", "text": "Entities getEntities();", "title": "" }, { "docid": "0df166d5821232c570ccb674b3968780", "score": "0.6857176", "text": "List<Entity> getEntities();", "title": "" }, { "docid": "0df166d5821232c57...
e3c598b320f702c66ef2fe62ff9c52d1
Unable to access variables as of yet
[ { "docid": "508093eb1ac5d31b253aabe93dcf4686", "score": "0.0", "text": "static void forLoop(String line) {\n }", "title": "" } ]
[ { "docid": "c70cec2db5fb35c6fcacb52dd0d50f1b", "score": "0.67112285", "text": "Variables variables();", "title": "" }, { "docid": "ecb514e25c279de37154a11a295ba30e", "score": "0.6524742", "text": "@Override\n protected void initializeVariables() {\n }", "title": "" }, { ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ca2e429d05d731020e3b91fdd4ab8815", "score": "0.0", "text": "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tIntent intent = new Intent();\n\t\t\t\tintent.setClass(AutosendHomeActivity.this,\n\t\t\t\t\t\tAutosend_addActivity.class);\n\t\t\t\tstartActivity(intent);\n\t\t\t}", "titl...
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
950fd393f2730f2abafafc59b35cee9a
string value = 2;
[ { "docid": "3d29ae3b87cd964c320ac747bfd27396", "score": "0.0", "text": "public java.lang.String getValue() {\n java.lang.Object ref = value_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n ...
[ { "docid": "ba1d0ea60c53e8cc239d6662b79afc8c", "score": "0.6402188", "text": "String getValue();", "title": "" }, { "docid": "ba1d0ea60c53e8cc239d6662b79afc8c", "score": "0.6402188", "text": "String getValue();", "title": "" }, { "docid": "ba1d0ea60c53e8cc239d6662b79afc8c...
f5e5896a7d34e6dbce982be53a6b0b5c
Do nothing keep data uninitialized.
[ { "docid": "21e0cca3f568cf8cab0da340c3a26e6f", "score": "0.0", "text": "@Override\n protected void populate(byte[] data) {\n }", "title": "" } ]
[ { "docid": "cdc37cceb32f41946dcbf75969f85fe9", "score": "0.73445547", "text": "void clearData() {\n data.clear();\n }", "title": "" }, { "docid": "9ec5c7bada44a81473f7a4cd1e0456b6", "score": "0.7219946", "text": "protected abstract void resetInternalData();", "title": "...
f62ce92641af4cc6b43e5f4497cd00f8
Parse details of seeds
[ { "docid": "88983990be064cef4207fe83eb5039c5", "score": "0.522676", "text": "public void parseSeedDetails(String htmlLink, String date)\n\t{\n\t\tString condition = SqlUtil.getPublishDateCondition(date) + \" and status >= 2 \";\n\t\tString sql = SqlUtil.getSelectCaptureLogSql(condition);\n\t\tif (DaoWra...
[ { "docid": "07069f0f371d13503437ec6aab0148b8", "score": "0.4897712", "text": "private void parseData() {\n fc = LocalDate.parse(fecha);\n idSede = model.Entities.Sede.getIdSede(idS);\n rol = parseRol(rl.toString());\n }", "title": "" }, { "docid": "103f67cc050693443db0e0ee9c139338"...
a28a0830c7da86df93c2696af5b4d600
Use HistoricalPriceDataTickRecordResponse_Int.newBuilder() to construct.
[ { "docid": "85d8ef2003332ea3c628b7dbaabc11cf", "score": "0.8132135", "text": "private HistoricalPriceDataTickRecordResponse_Int(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {\n super(builder);\n }", "title": "" } ]
[ { "docid": "e79381c4bb7ed79ff648dffec9fe2886", "score": "0.7570944", "text": "private HistoricalPriceDataRecordResponse_Int(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {\n super(builder);\n }", "title": "" }, { "docid": "05c3f0237c6198380ce842d9217bc18c", "score": ...
b4b0d0ae9315843d8bf9ab43b37ada90
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TextTransformation text = 5;
[ { "docid": "62c4319d45d94b346e53abcceb3213be", "score": "0.6993356", "text": "@java.lang.Override\n public com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TextTransformationOrBuilder getTextOrBuilder() {\n if ((transformationDetailCase...
[ { "docid": "d4ea4473b4aebf8e4e4a59db2c7e250d", "score": "0.85768", "text": "com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TextTransformation getText();", "title": "" }, { "docid": "1525040a6f789eef13bfc6756488e478", "score": "0.8...
8782fc2556ee5ace003eb1f00f81c36b
.protocol.Address address = 1;
[ { "docid": "afe5eda6fb75096583fa9571a53d1707", "score": "0.0", "text": "public Builder setAddress(org.tron.api.GrpcAPI.Address value) {\n if (addressBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n address_ = value;\n ...
[ { "docid": "3edc6d9d1c286706414516a65b58d885", "score": "0.661814", "text": "void setAddress(Address address);", "title": "" }, { "docid": "aa324937cfaec825673ada4674cf5b48", "score": "0.6526454", "text": "public void setProtocol(Protocol protocol);", "title": "" }, { "do...
5b140d68bf6eaadeb0f93fa4e7f8e760
TODO: rename the whole class (delete this one and use "FileDudeCom" as new classname
[ { "docid": "b25353bc41163d6870723932ff28bbe7", "score": "0.0", "text": "public AppSceneOrg(PluginWrapper wrapper) {\r\n super(wrapper);\r\n }", "title": "" } ]
[ { "docid": "461dff1b78a832b69fc325e95bf5b9c9", "score": "0.6063286", "text": "private CharSequence File() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "title": "" }, { "docid": "3dc826c6f...
50023052d3517ba8673df759ea9f899f
Obt?m os dados de um registro
[ { "docid": "4088411ae365fa0bbcff84a5edeea64f", "score": "0.0", "text": "public Vw_col_colaboradorT findbyid(Vw_col_colaboradorT vw_col_colaboradorT) throws Exception {\n try {\n Vw_col_colaboradorDAO vw_col_colaboradorDAO = getVw_col_colaboradorDAO();\n List<Vw_col_colaboradorT> listTemp =...
[ { "docid": "008f9d6f431b5e44870a9145995d6a30", "score": "0.6483718", "text": "public void consultarEstados()\n {\n try {\n for (Estado e : esd.obtenerTodos()) {\n System.out.println(\"=================Estados=================\");\n System.out.println(\"...
8160218984338371b336d6bbfca86981
/ renamed from: OooO00o reason: collision with other method in class
[ { "docid": "a659e5c0e8dbadd050fbef1c21ea1f8e", "score": "0.0", "text": "public static void m20397OooO00o(File file, String str, int i) throws IOException {\n OooO00o(file, str.getBytes(\"UTF-8\"), i);\n }", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.63298285", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "11d67a80d2cd31685776b15ccccc59f0", "score": "0.6329057", "text": "@Override\n\t\t\tpublic void PridenieNaBielu() {\n\t\t\t\t\n...
a758e32d4600c9d348beb6a06072bb74
Grab values to create product from our form
[ { "docid": "f27c47427e48c678a6b1c9dbf56573b7", "score": "0.0", "text": "private void addNewBook(HttpServletRequest request, HttpServletResponse response) \n\t\t\tthrows ServletException, IOException {\n\t\tString isbn = request.getParameter(\"isbn\").trim();\n\t\tString title = request.getParameter(\"ti...
[ { "docid": "fcf13d14dec03339cbf72c3a0b9ba3a8", "score": "0.72364116", "text": "private Product parseForm() {\n Product product = new Product();\n\n if (id.getText().length() != 0) {\n product.setProductID(Integer.valueOf(id.getText()));\n }\n\n product.setName(name...
39d7551f5e09f0be8c03ed4460600c16
Returns the info of a Client in a readable form.
[ { "docid": "8c06304e7c3409f0854a2bc968212350", "score": "0.65770537", "text": "@Override\n public String toString(){\n return \"Client: \" + this.name + \" Age: \" + this.age + \" with membership of type: \" + this.membershipType + '\\n';\n }", "title": "" } ]
[ { "docid": "b7a46cca3a951cf09a3c31e3c7e6bdf7", "score": "0.8073132", "text": "@Override\n public String toString() {\n return \"ClientInfo: \" + this.ip + \":\" + this.port;\n }", "title": "" }, { "docid": "dee5a522776ae1726e63056de718086d", "score": "0.7649453", "text":...
a53cf21903d7586d23b298ed67ce8d74
GETTERS & SETTERS FOR FIELDS DATABASE MAPPING : x_coordinate ( numeric )
[ { "docid": "46b2616bef8ffc823564c8d0b61b0d2d", "score": "0.0", "text": "public void setXCoordinate(BigDecimal xCoordinate) {\n this.xCoordinate = xCoordinate;\n }", "title": "" } ]
[ { "docid": "64aa0812cf147500e392fecb86bb60c6", "score": "0.7414658", "text": "public int getxCoordinate(){return xCoordinate;}", "title": "" }, { "docid": "8b1e0d0e3fe6078c6bbd557587406c3a", "score": "0.73392856", "text": "public void setxCoordinate(int x){xCoordinate = x;}", "ti...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "70a58c29d50d93a5800598eefcb3dd7e", "score": "0.0", "text": "@Override\r\n\tpublic boolean onDown(MotionEvent e) {\n\t\treturn false;\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...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b47f60a3e53f800b5c0b41cdb7fa6fd8", "score": "0.0", "text": "@Override\n\tpublic void visit(VariableNode varNode) {\n\t\tDeclareNode view = getVariable(varNode, varNode.variable);\n\t\tConstantNode variableValue = (ConstantNode) view.children.get(1);\n\t\tSystem.out.println(variableValue.valu...
[ { "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}", ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "d6ab2b425376e91792c406a9979dd2cc", "score": "0.0", "text": "public void mo108242a(C45256ag agVar) {\n this.f116715am = agVar;\n }", "title": "" } ]
[ { "docid": "6cff49359236dc9748a42472eaf4954c", "score": "0.63743937", "text": "public interface C35155a {\n /* renamed from: a */\n void mo89459a();\n }", "title": "" }, { "docid": "1ebc1f569daf5575be1aa061331ac667", "score": "0.63378584", "text": "public interface C...
a4029d398e8a7ffc14e5c651d9ae412b
/ Cuando se quiere registrar un recurso se debe tener en cuenta que los nombres no sean nulos.'', ' '. Se coloca nombre= 'fisica 8' que es correcto:
[ { "docid": "2fd1bcac236907e302d212f4ee5744ec", "score": "0.54020965", "text": "@Test\n public void deberiaRegistrarRecurso22() throws BibliotecaException {\n try {\n bibliotecaServices.registrarRecurso(new Recurso(\"fisica 8\", \"Biblioteca JAL Bloque G\", \"Sala\", 6, \"Disponible\...
[ { "docid": "b3be98a51f5f0b1ed72d0ee2b650d6fc", "score": "0.6232479", "text": "public Directorio(String nombre){\n\t\tthis.name=nombre;\n\t\tlist = new LinkedList<Generico>();\n\t}", "title": "" }, { "docid": "684b4e9f0141c1646b260ecfeaefdbff", "score": "0.59101224", "text": "public v...
8475e247b76034881e2210c3ea396652
Combine an option with its single character form. For example, if the option was `diff`, and the single character form was `d`, return `[d]iff`.
[ { "docid": "9e5567c0a96faff1452068e2ca6767a3", "score": "0.7245726", "text": "private String createOptionWithSingleChar(String option, String singleChar) {\n return option.replaceFirst(singleChar, \"[\" + singleChar + \"]\");\n }", "title": "" } ]
[ { "docid": "8c88b342695bd42332f5a1264cd20325", "score": "0.6187992", "text": "OptionSpec shortNames(Character... names);", "title": "" }, { "docid": "adc4ed4558f295fbf02be9d3382b6747", "score": "0.5756072", "text": "private Option canonicalize(Option option) {\n switch (op...
0da7904830e959be6b287364812764ec
$ANTLR end "OctalLiteral" $ANTLR start "HexDigit"
[ { "docid": "f416ab0433f06cb3a8a16afa4fa98909", "score": "0.6305179", "text": "public final void mHexDigit() throws RecognitionException {\n\t\ttry {\n\t\t\t// C:\\\\Users\\\\Mayank Pidiha\\\\Documents\\\\MS CS SEM 3\\\\Software Maintenance\\\\Software Project\\\\oopie_mandar\\\\src\\\\grammar\\\\JavaPla...
[ { "docid": "7e45c8b17431a70f07830079693e9c8a", "score": "0.7641241", "text": "public final void mHexLiteral() throws RecognitionException {\n\t\ttry {\n\t\t\tint _type = HexLiteral;\n\t\t\tint _channel = DEFAULT_TOKEN_CHANNEL;\n\t\t\t// C:\\\\Users\\\\Mayank Pidiha\\\\Documents\\\\MS CS SEM 3\\\\Softwar...
46ec3234a7f3f2ebf4078a880ef697c9
This method was generated by MyBatis Generator. This method sets the value of the database column goods.goods_brief
[ { "docid": "0353d88c37866e1a91c7e71fa8d3486b", "score": "0.67910564", "text": "public void setGoodsBrief(String goodsBrief) {\n this.goodsBrief = goodsBrief == null ? null : goodsBrief.trim();\n }", "title": "" } ]
[ { "docid": "b9a975d4a477b75c1c0f567526eee149", "score": "0.6512162", "text": "public void setGoodsDescription(String goodsDescription) {\n this.goodsDescription = goodsDescription;\n }", "title": "" }, { "docid": "ad78c4588fa7f9cee15bea7735d07afb", "score": "0.6090112", "te...
3718441bcf3d1a3a4d28ee1063d7320a
This method is used to retrieve all the habits based on the UID in the SQLiteDatabase.
[ { "docid": "7b0c3a84602bfa3b0be3ccc7975c1da6", "score": "0.66391987", "text": "public Habit.HabitList getAllHabits() {\n Log.d(TAG, \"getAllHabits: \");\n\n // initialise the habitList\n Habit.HabitList habitList = new Habit.HabitList();\n\n // get the readable database\n ...
[ { "docid": "50b280b475f56c3a7e936bdf9b879c4f", "score": "0.6043569", "text": "public List<IHabit> getData() {\n DataBaseHelper db = new DataBaseHelper(getActivity().getApplicationContext());\n return db.getAllHabits();\n }", "title": "" }, { "docid": "b8e91db4a3ba522d4b28aea...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "6cf6f466a718ac9d81ef631cc62b2700", "score": "0.0", "text": "public final void m544a(Thread thread, int i, String str, String str2, String str3) {\n C0073w.m525e(\"Cocos2d-x Crash Happen\", new Object[0]);\n this.f614c.m121c();\n if (!this.f614c.m120b()) {\n C0...
[ { "docid": "6bb82b473a9f707f03cb5cb6b11957bb", "score": "0.6303214", "text": "interface C46974a {\n /* renamed from: a */\n void mo118130a();\n }", "title": "" }, { "docid": "4e6a75296e170c4f7ef9da4ffbf823af", "score": "0.6236393", "text": "public interface C0921a {\...
d4032c9692329d611bae9d8e86d70320
This method initializes nonlinearVar4Panel
[ { "docid": "0c0b94af08cb6ccfd78756289d8e58a1", "score": "0.75104743", "text": "private JPanel getNonlinearVar4Panel() {\n if (nonlinearVar4Panel == null) {\n nonlinearParams4Lbl = new JLabel();\n nonlinearParams4Lbl.setLocation(new Point(14, 26));\n nonlinearParams4Lbl.setFont(new ...
[ { "docid": "1abe4e2f6e447ad2e7f732752e9b4d9c", "score": "0.7247859", "text": "FixVariablesSliderPanel() {\n initComponents();\n }", "title": "" }, { "docid": "ae255d293bf2cd0b9fd99641b0f0ec13", "score": "0.7193877", "text": "private JPanel getNonlinearVar1Panel() {\n if...
cd983fc66b3b3c6cfbc9994fb7e95fe3
Given the log file, parse the timestamp from the file name. The timestamp is the last number.
[ { "docid": "5de41133384a0d7f2f34d9ea1892f048", "score": "0.59971035", "text": "public static Long getCreationTime(Path p) throws IOException {\n int idx = p.getName().lastIndexOf(LOGNAME_SEPARATOR);\n if (idx < 0) {\n throw new IOException(\"Cannot parse timestamp from path \" + p);\n }\n ...
[ { "docid": "413a408b694b83f681903e677e3d90d0", "score": "0.59564656", "text": "private static String getLatestTimestamp(String batchjobName) \n throws ArgumentNotValid {\n ArgumentNotValid.checkNotNullOrEmpty(batchjobName, \n \"String batchjobName\");\n \n ...
2681d4dad633e8330d3902a78af77aa6
Draws a card from the Player's deck and adds it to their hand
[ { "docid": "cad83dea2453517f2dde5743d8ff890f", "score": "0.882507", "text": "public void drawCard(){\r\n\t\thand.draw(deck.draw());\r\n\t}", "title": "" } ]
[ { "docid": "827cb9d8053b601dda288b65c647e2d4", "score": "0.8075773", "text": "public void drawCard(Player player, Card card){\n checkResetDeck();\n if(!retrieveDeck().contains(card)){\n player.setCurrentHand(player.getCurrentHand().updateHand(retrieveDeck().get(0)));\n ...
320908cbe2c2810dae16ea30beaa9444
Display button if the row is not empty
[ { "docid": "a02fa6198c590e14ce9aad348a64095e", "score": "0.67393947", "text": "@Override\n protected void updateItem(Boolean t, boolean empty) {\n super.updateItem(t, empty);\n if(!empty){\n setGraphic(cellButton);\n }\n }", "title": "" ...
[ { "docid": "62e45edb7ac8e797735204909585d20a", "score": "0.6754965", "text": "protected boolean isAdapterBusinessRow() {\n return showEmpty();\n }", "title": "" }, { "docid": "2ab9ae12066645a408a6ffe2d0335ae9", "score": "0.6681894", "text": "@Override\n protected void up...
0c13d7b802664ced8260b3377333dea2
makes a random move
[ { "docid": "55f814b72759a19f96766f763df14862", "score": "0.78428596", "text": "public void randomMove(){\r\n\t\tif(pMoves().size()!=0){\r\n\t\t\tRandom r=new Random();\r\n\t\t\tint m=r.nextInt(pMoves().size());\r\n\t\t\twhile(pMoves().get(m).size()==2){\r\n\t\t\t\tm=r.nextInt(pMoves().size());\r\n\t\t\t...
[ { "docid": "191b4aaf4e2c3ba4f8c3aa997a9523a2", "score": "0.8291886", "text": "public void randomMoving() {\n if (!moving) {\n targetPosition = new float[2];\n targetPosition[0] = (float) (Math.random() * 200 + orginalPosition[0]);\n targetPosition[1] = (float) (Ma...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cc06d4097800391bd57dbc9b66159e79", "score": "0.0", "text": "@Override\n\t\t\tpublic void onSuccess(Object o) {\n\t\t\t\tBaseNetBean data = (BaseNetBean) o;\n\t\t\t\tif (data.state != null && data.state.code == 0) {\n\t\t\t\t\tif (data.state.msg.equals(\"赞成功\")) {\n\t\t\t\t\t\tToast.makeText(...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
aea7599734968261761774aedecddb80
converts each decimal value to 2digit hexadecimal value, returns entire String
[ { "docid": "2e96341b03f1e121b3d793d42cf9bf0f", "score": "0.6822953", "text": "public String generateHexadecimal() {\n\n String finalHexString = \"\";\n\n for (int x = 0; x < messageLength; x++){\n\n int decValue = messageDecimalArray[x];\n String hexString = methods.C...
[ { "docid": "a26302a73cd35c4cc7ef3da2a1ca2ba3", "score": "0.68165654", "text": "private static String intToTwoValueHex(int i){\n\t\tStringBuffer hex = new StringBuffer(Integer.toHexString(i));\n\t\tif(hex.length() == 1){\n\t\t\thex.insert(0, \"0\");\n\t\t}\n\t\treturn hex.toString();\n\t}", "title": ...
5e33e1d6f61799f5fe14097249d9a708
Field types: 07: primitives 8,9, 10: String, Freezable, Enum 2027: arrayofprim 28,29, 30: arrayofString, Freezable, Enum Barfs on all others (eg Values or arrayofFrob, etc)
[ { "docid": "a3cdb40bfecf04f429c06b93b031ce19", "score": "0.0", "text": "private int ftype( String sig, CtClass ct, CtField fld ) throws NotFoundException {\n switch( sig.charAt(0) ) {\n case 'Z': return 0; // Booleans: I could compress these more\n case 'B': return 1; // Primiti...
[ { "docid": "b36724622f38761944e59e6cb1004cae", "score": "0.6317552", "text": "public abstract int getFieldType();", "title": "" }, { "docid": "fc916e222c592b02bac4ee32532ac8fa", "score": "0.6174956", "text": "public interface FieldType {\n String ROW = \"rows\";\n String COLUMN...
cc1c7050a559547e84523d959bb8d64f
put a new record into the dictionary
[ { "docid": "c9bd8d243f48680b9e543d3c3a337f0e", "score": "0.0", "text": "public int put(TTTRecord record) throws DuplicatedKeyException {\n\t\tConnector newConnector;\n\n\t\tif (get(record.getConfiguration()) != null) {\n\n\t\t\tthrow new DuplicatedKeyException(\"This Configuration already exists within ...
[ { "docid": "06e2da7e88670458b89f5c13b9e7a3c8", "score": "0.687408", "text": "int insert(Kjhm record);", "title": "" }, { "docid": "384e05f7daef7e438c25296f29736230", "score": "0.6643309", "text": "public void put(Object key, Object value) {\n\t\t\n\t\tDictionaryRecord record = new Di...
25b971069e593fd187811b5b47cd8dc6
Getter method for the attribute isHTML
[ { "docid": "e50c0129b59642f8ac0c6ca6ed1098c2", "score": "0.83041686", "text": "public boolean getIsHTML() {\n\t\treturn isHTML;\n\t}", "title": "" } ]
[ { "docid": "6afaa7d546bc6b36f7dab4a9eb131d63", "score": "0.79314864", "text": "@JSProperty(\"useHTML\")\n boolean getUseHTML();", "title": "" }, { "docid": "6afaa7d546bc6b36f7dab4a9eb131d63", "score": "0.79314864", "text": "@JSProperty(\"useHTML\")\n boolean getUseHTML();", "ti...
94c21c219a331d7d73cf05606688952b
repeated string wordlist = 3;
[ { "docid": "809c371f2a9ad11994f842e639d78284", "score": "0.613961", "text": "java.lang.String getWordlist(int index);", "title": "" } ]
[ { "docid": "e9c78e066f7a0995b31ecc0dff24cdd7", "score": "0.68389446", "text": "private void createNewThreeLetterWords(String text) {\n char[] fiveLetterWord = text.toCharArray();\n\n for(int i = 0; i < fiveLetterWord.length; i++) {\n\n //6 steps -> 6 combinations each letter...
511a1bf5ac87b06c08525560a44344d0
taFiles.saveData(data, filePath); GET THE DATA
[ { "docid": "fc42fe31653a0d9a95f671019712c7d9", "score": "0.66229707", "text": "@Override\n public void saveData(AppDataComponent data, String filePath) throws IOException {\n CSGData csgData = (CSGData) data;\n\n TAData dataManager = csgData.getTaData();\n\n // NOW BUILD THE TA J...
[ { "docid": "16eef6fc3dd5cd5c8f2154581138c422", "score": "0.6654617", "text": "public void saveData() throws IOException {\r\n if (!hasModified)//Only save the data when the data is updated.\r\n {\r\n return;\r\n }\r\n if (!file.exists()) {\r\n file.creat...
37150f725119ad195146d437937070a2
This is the constructor for the main frame.
[ { "docid": "57784e54e328e0333307d7087d71d7bc", "score": "0.0", "text": "public TetrisGameGUI() {\n super(\"Tetris\");\n // setting location to center screen\n setLocationRelativeTo(null);\n\n myBoard = new Board();\n\n // set close operation.\n setDefaultCloseOp...
[ { "docid": "f61d02dfe56d018da91dc1dded051aaf", "score": "0.8216515", "text": "public MainFrame() {\n\n initComponents();\n }", "title": "" }, { "docid": "e6b0c538e129b06b58663a9008cff42e", "score": "0.81774217", "text": "public MainFrame() {\n initComponents();\n ...
0dce77d7bb5eebcc13ae656137d8aa31
verify the required parameter 'dateStart' is set
[ { "docid": "691d6fc02e9cd9bda163ae7a6a576539", "score": "0.0", "text": "public ApiRequest<Void> withHttpInfo() {\n if (this.dateStart == null) {\n throw new IllegalStateException(\"Missing the required parameter 'dateStart' when building request for GetTelephonySiptracesRequest.\");\n ...
[ { "docid": "e4c9dcfed7a29edda601d5d3415a3bf6", "score": "0.7157545", "text": "void checkDiscountInfoDate(String start, String finish) throws DateException {\n\n if (!(Controller.isDateFormatValid(start) && Controller.isDateFormatValid(finish)))\n throw new DateException();\n\n s...
47ac8a81bca1972c5619bb87028ffafe
//GENBEGIN:|methods|0| //GENEND:|methods|0| //GENBEGIN:|0initialize|0|0preInitialize Initilizes the application. It is called only once when the MIDlet is started. The method is called before the startMIDlet method.
[ { "docid": "7cad1934f60e132aef7d958698925a20", "score": "0.0", "text": "private void initialize() {//GEN-END:|0-initialize|0|0-preInitialize\n try {\n // write pre-initialize user code here\n actualSettingBean = new Setting();\n actualSettingRecortStore = RecordSt...
[ { "docid": "9c0043bc64a2a44834abdcd2d2bb256c", "score": "0.69707966", "text": "public void startApp() {\n if (midletPaused) {\n resumeMIDlet();\n } else {\n initialize();\n startMIDlet();\n\n }\n\n\n\n\n midletPaused = false;\n }", "tit...
69711d14fdc40f05a881125a09e158b3
The request for the Set
[ { "docid": "ad41ebd6ebb1c060d4f1c1b5b8f074dd", "score": "0.0", "text": "public SetReferenceRequest(String requestUrl, IBaseClient client, java.util.List<? extends com.microsoft.graph.options.Option> requestOptions) {\n super(requestUrl, client, requestOptions, Set.class);\n }", "title": ""...
[ { "docid": "79ddb056ff382613214dc5c08ed3bfd0", "score": "0.6105834", "text": "public S getSet();", "title": "" }, { "docid": "93cf527cc865abdf6fae89c272bb40cc", "score": "0.5896506", "text": "abstract protected S getSet();", "title": "" }, { "docid": "69e9ab710312c041f497...