query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "3907b3533686313019fb407ac19677a7", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_profile, container, false);\n\...
[ { "docid": "8b5df47011cc799d795dc7120e1c0c49", "score": "0.68263656", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {\n return inflater.inflate(R.layout.kuliahfragisidata, container, false);\n }", "title": "" }, ...
b62df8363eb5e2c149147fe41a029030
Dump common words map
[ { "docid": "7cf5b132003f68076ad76a2e3c3ea3c5", "score": "0.800933", "text": "public static void dumpCommonWords()\n {\n System.out.println(\"Tot. common words: \" +commonWords.size());\n // <<Sentence Pair>,<Word,Count>>\n commonWords.forEach((k,v) -> {\n // Sentence p...
[ { "docid": "a164a0ddc976835949e361c105bd9e5e", "score": "0.63199645", "text": "public static void writeToCommonWords(String outputFileName)\r\n\t\t\tthrows IOException {\r\n\r\n\t\t// extract the words from each page.\r\n\t\tfor (String s : entries.keySet()) {\r\n\t\t\tst = new StringTokenizer(entries.g...
b5c4ca30666aee58cd8598647ac8f1db
Compares the specified object for equality
[ { "docid": "6f9d0da3494220e7e2b6b9419a18795b", "score": "0.0", "text": "@Override\r\n public boolean equals(Object obj) {\r\n if (this == obj) {\r\n return true;\r\n }\r\n if (obj == null) {\r\n return false;\r\n }\r\n if (getClass() != obj.get...
[ { "docid": "daa6f061213361ca99a7f7227aa3a4cb", "score": "0.73239315", "text": "public abstract boolean equals(Object object);", "title": "" }, { "docid": "5ece36860b8a61071724ac58bb9aefdc", "score": "0.72680044", "text": "public boolean isEqual(java.lang.Object objectname1, java.lang...
5759c6a4bc94f30b44d3c7fb881af6cb
PNO retry for low RSSI networks. Expected behavior: WifiConnectivityManager doubles the low RSSI network retry delay value after QNS skips the PNO scan results because of their low RSSI values.
[ { "docid": "0a6b31b284867801c1987e9509b7c684", "score": "0.833477", "text": "@Test\n public void pnoRetryForLowRssiNetwork() {\n when(mWifiNS.selectNetwork(any())).thenReturn(null);\n\n // Set screen to off\n mWifiConnectivityManager.handleScreenStateChanged(false);\n\n //...
[ { "docid": "45674b29f9095a80f70582e12a52b8f1", "score": "0.61413676", "text": "@Test\n public void checkMaximumScanRetry() {\n // Set screen to ON\n mWifiConnectivityManager.handleScreenStateChanged(true);\n\n doAnswer(new AnswerWithArguments() {\n public void answer(S...
e7bacc83dfb8b2069c4d386451e33aa2
return string formatted off code for boss menu
[ { "docid": "21ae1c9f698b2ca865eaf273e9b34285", "score": "0.0", "text": "public String toString() {\n StringBuilder result = new StringBuilder(super.toString());\n result.append(\"Number Of Times Can Be Still Used: \").append(numberOfTimesCanBeUsed).append(\"\\n\");\n result.append(\...
[ { "docid": "8848d29a54953e3f230eba825181316c", "score": "0.6492427", "text": "private String printMenu() {\n StringBuilder sb = new StringBuilder();\n sb.append(N + \"Choose an option:\" + N);\n sb.append(\"1. Add a book to shopping cart\" + N);\n sb.append(\"2. View shopping...
d3759d8952782b727d39ea6f608fc77d
Afficher toutes les demandes ayant des messages et le statut ACCEPTER findAlldAndStatutAccepte
[ { "docid": "8e47a50e30573528c19d4d340852cbad", "score": "0.57477915", "text": "@Query(\"select d from Demande d where d.statutNotif = sopra.ShareYourFood.model.StatutNotif.ACCEPTER and \"\r\n\t\t\t+ \"d.entite.id = :idEntite\") //, d.lot.don.entite.nom une seule sortie ? \r\n\tList<Demande> findAllAccep...
[ { "docid": "2fbdaff26df92791c9470afa234944a7", "score": "0.6160229", "text": "public List<CommunityMsg> findAllValid();", "title": "" }, { "docid": "eb321694fb356ae92c66df960ad309a5", "score": "0.6071381", "text": "List<MensajeDTO> findAll();", "title": "" }, { "docid": "...
765d94ffce816ba86552c132dc4db0ad
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
[ { "docid": "c597e9ff80aaa7c8c04812a0e7f22bc9", "score": "0.7274861", "text": "public boolean isSet(_Fields field) {\n if (field == null) {\n throw new IllegalArgumentException();\n }\n\n switch (field) {\n case ATTRIBUTE_TYPE:\n return isSetAttribute_type();\n case EVIDENCE:\n ...
[ { "docid": "9d6cf1f4b0cf9dd5a9e3dc8c0c85a356", "score": "0.80692136", "text": "public boolean isSet(int fieldID) {\n switch (fieldID) {\n case NAME:\n return isSetName();\n case VALUE:\n return isSetValue();\n case TIMESTAMP:\n return isSetTimestamp();\n default:\n thr...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "a754674ed6433852528afc1f023331e2", "score": "0.0", "text": "public boolean onOptionsItemSelected(MenuItem item) {\n\n switch (item.getItemId())\n {\n case R.id.consulta:\n\n getSupportFragmentManager().beginTransaction().replace(R.id.container, consult...
[ { "docid": "c12f9377447ba11f11e99e1c184f2319", "score": "0.77269685", "text": "@Override\r\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch (item.getItemId()) {\r\n//\t\tcase android.R.id.home:\r\n//\t\t\t// go to previous screen when app icon in action bar is clicked\r\n//\t\t\tInte...
36cc5c22e77c57d2e12bd2ebc18884f1
/ / / / /
[ { "docid": "8ebad48250aabb5c3c86be3057bbd16e", "score": "0.0", "text": "public void setEntries(int entriesResId) {\n/* 61 */ throw new RuntimeException(\"Stub!\");\n/* */ }", "title": "" } ]
[ { "docid": "32e3ae2fc5e1c5a9b321c371f2a94424", "score": "0.5759642", "text": "@Override\n\tpublic String toString() {\n\t\treturn \" / \";\n\t}", "title": "" }, { "docid": "f8f74c9db0d4ba3605abe84d2c580ef5", "score": "0.55974907", "text": "private int yyr27() {\n {\n yyrv =...
c249083f0fd6b6a58f5dc3ab0925b416
/ renamed from: j
[ { "docid": "c74e4a7f20436396b44f33cb16e0dde9", "score": "0.0", "text": "private final C28969h m95154j() {\n int i;\n int i2;\n int i3;\n Aweme aweme = this.f76271b;\n if (aweme == null || !aweme.isCollected()) {\n if (C6399b.m19944t()) {\n i3 ...
[ { "docid": "b9fc5d9437d2d0e9bb95c17314216d33", "score": "0.7266597", "text": "@Override\n\tpublic void j() {\n\t\t\n\t}", "title": "" }, { "docid": "3d01024adfc8f330144849a5fdb02bc6", "score": "0.6449527", "text": "public void mo24203F(long j) {\n }", "title": "" }, ...
b41913a52614b10d7888a562c62c5a5e
This method was generated by MyBatis Generator. This method returns the value of the database column CIF_TRXTYPE_LIMITS.CHARGE_SCHEMA_CODE
[ { "docid": "d3aa25b9a3de96153b12c71aad719d52", "score": "0.7055434", "text": "public BigDecimal getCHARGE_SCHEMA_CODE() {\r\n return CHARGE_SCHEMA_CODE;\r\n }", "title": "" } ]
[ { "docid": "995f95ea41acda7a89ce95e0a47c541a", "score": "0.6489591", "text": "public void setCHARGE_SCHEMA_CODE(BigDecimal CHARGE_SCHEMA_CODE) {\r\n this.CHARGE_SCHEMA_CODE = CHARGE_SCHEMA_CODE;\r\n }", "title": "" }, { "docid": "9c93fcd38d8966ea9031a75445fb5501", "score": "0.5...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "be2757bdb1c2a4cbba2f2f0e66cdf4fb", "score": "0.0", "text": "@Override\n\tpublic boolean touchDragged(int screenX, int screenY, int pointer) {\n\t\treturn false;\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...
bec3100891f8fc42c84d91f1c434abe3
Get the angle in degrees of the rotation around the specified axis. The axis must be normalized.
[ { "docid": "c8312ee6c62767f8e501162af0a85d44", "score": "0.783712", "text": "public double getAngleAround (final Point3 axis) {\n return getAngleAround(axis.x, axis.y, axis.z);\n }", "title": "" } ]
[ { "docid": "11bb009356506b8027cdd31d3e1e6604", "score": "0.8014297", "text": "public double getAxisAngle (Point3 axis) {\n return getAxisAngleRad(axis) * MathUtils.radiansToDegrees;\n }", "title": "" }, { "docid": "d5de3a1373f4c93b6ba02dd129fd3a7e", "score": "0.7658803", "t...
71d6d13782930381421e9506f88e07e5
Create a HashGrid with the default grid dimensions.
[ { "docid": "9278e48b87def457e390b385c0d25f36", "score": "0.6904658", "text": "public IntHashGrid() {\n this(0.0018); // About 200m\n }", "title": "" } ]
[ { "docid": "8023d2acca8978f1f3644bbc36117cf7", "score": "0.64856666", "text": "public GameGridBuilder(int gridWidth, int gridHeight) {\n this.gridWidth = gridWidth;\n this.gridHeight = gridHeight;\n }", "title": "" }, { "docid": "1cdc2f20ae849056021c0b9464818b63", "score...
4331b7f58497e784af783df668ce50fd
/ renamed from: c
[ { "docid": "f28a0168ffc3ea212efb1f9c6206afde", "score": "0.0", "text": "public final C0497w mo1155c(Interpolator interpolator) {\n View view = (View) this.f586Nw.get();\n if (view != null) {\n view.animate().setInterpolator(interpolator);\n }\n return this;\n }"...
[ { "docid": "1e50fdc0a079e9ccff8941a7c9d7b183", "score": "0.66318566", "text": "@Override\n\tpublic void c() {\n\t\t\n\t}", "title": "" }, { "docid": "1e50fdc0a079e9ccff8941a7c9d7b183", "score": "0.66318566", "text": "@Override\n\tpublic void c() {\n\t\t\n\t}", "title": "" }, ...
5d23b488c649db3b56dcdbe943d48a42
Generate a 1024bit Digital Signature Algorithm (DSA) key pair
[ { "docid": "a8dbb30c36fc5095388a20b4d014c0b2", "score": "0.6491007", "text": "@Test\n public void testGenerator() throws NoSuchAlgorithmException {\n KeyPairGenerator keyPairGenerator = KeyPairGenerator.getInstance(\"DSA\");\n keyPairGenerator.initialize(512);\n KeyPair keyPair =...
[ { "docid": "097dade7f9fb9bcc0f625196a2b9df7e", "score": "0.6560823", "text": "KeyPair generate();", "title": "" }, { "docid": "62a4ab0ba2f4bb085b822410f3f2b9c5", "score": "0.64802134", "text": "@Test\n public void testDSAGeneration() throws Exception {\n final BigInteger MOCKMY...
0229462e29636944cabd747e2d7936fe
Where to position the tick on an edge.
[ { "docid": "d14d2bf34a395137aeb7010b4fc497b7", "score": "0.0", "text": "@jakarta.annotation.Nullable\n @JsonProperty(JSON_PROPERTY_TICK_POS)\n @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)\n public String getTickPos() {\n return tickPos;\n }", "title": "" } ]
[ { "docid": "1adc90148002bda62a53f656bba08d95", "score": "0.59164107", "text": "public void edges()\n {\n if (x - (10) > displayHeight - 140) \n {\n x = 70;\n size = 0;\n }\n else if (x - 10 < 0)\n {\n x = displayHeight - 140;\n size = 0;\n }\n else ...
cc5b862f16b216dd9b9a0004e7fb3228
Sets the ccValidT value for this Bapiccard.
[ { "docid": "5b0d6264e3c70ce561653434aa252806", "score": "0.77652985", "text": "public void setCcValidT(java.lang.String ccValidT) {\n this.ccValidT = ccValidT;\n }", "title": "" } ]
[ { "docid": "785a229f68029782e1b75e7483fc213b", "score": "0.65024227", "text": "public java.lang.String getCcValidT() {\n return ccValidT;\n }", "title": "" }, { "docid": "72b8308fcbd58ea2ee6ce182f390f0fe", "score": "0.5394724", "text": "public void setValid(boolean valid) {...
7cb923e59b978d31fe81ab795812ebca
Informe de citas activas
[ { "docid": "08b8d262a556d6326ba0a27f9180b5b7", "score": "0.0", "text": "public String listarSalidas() {\r\n\r\n\t\tlistaSalidas = productoBean.listarSalidas();\r\n\r\n\t\treturn \"/Informes/salida_productos.xhtml\";\r\n\r\n\t}", "title": "" } ]
[ { "docid": "5a94283dd2b022eeb435e08f8aa40ab2", "score": "0.64726114", "text": "public IfrAuditoria() {\n initComponents();\n chkAtivo.setSelected(TranSOFT.AUDITORIA);\n Programas telaAtual = new Programas(0, \"Auditoria\", \"IfrAuditoria\");\n Controle.permissiona(jTabbedPane...
e50aa2418fe569792ec53657e7c9e906
TODO In real apps this userId should be fetched by implementing firebase auth
[ { "docid": "80515fdbdc265cc0c1469ac5c11c002a", "score": "0.0", "text": "private void createLocation(String location) {\n if (TextUtils.isEmpty(userId)) {\r\n userId = mFirebaseDatabase.push().getKey();\r\n }\r\n\r\n Location location1 = new Location(location);\r\n\r\n ...
[ { "docid": "3e56b024561d2f5f05bc439b67287f85", "score": "0.75029814", "text": "java.lang.String getUserId();", "title": "" }, { "docid": "3e56b024561d2f5f05bc439b67287f85", "score": "0.75029814", "text": "java.lang.String getUserId();", "title": "" }, { "docid": "3e56b024...
37da17873e9718323707c91c9ef09bd8
This method was generated by MyBatis Generator. This method sets the value of the database column TRS_VENDOR.VENDOR_CODE
[ { "docid": "017d0f4a706abd61e9e2fa4487e338f0", "score": "0.7509155", "text": "public void setVENDOR_CODE(BigDecimal VENDOR_CODE) {\r\n this.VENDOR_CODE = VENDOR_CODE;\r\n }", "title": "" } ]
[ { "docid": "084da7a6deec1dc11958af5b3c3708ec", "score": "0.67184967", "text": "public BigDecimal getVENDOR_CODE() {\r\n return VENDOR_CODE;\r\n }", "title": "" }, { "docid": "f060cdd5252a33ad623e4ec78731831e", "score": "0.64099973", "text": "public void setVendor(String ven...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "8692ec510c3527b4745fdc8a1ac3522e", "score": "0.0", "text": "@Override\r\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\r\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_post_answer, container, fal...
[ { "docid": "9889cfe738b7e9b399fedfcc374cd8be", "score": "0.6940545", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {\n // Defines the xml file for the fragment\n return inflater.inflate(R.layout.fragment_feed, parent,...
8936324c1fc093039edf03aea40be6cc
The inputs and outputs of the graph. repeated .onnx.ValueInfoProto input = 11;
[ { "docid": "27d082478a5e9932a194458f19890746", "score": "0.0", "text": "public org.onnx4j.prototypes.OnnxProto3.ValueInfoProto.Builder getInputBuilder(\n int index) {\n return getInputFieldBuilder().getBuilder(index);\n }", "title": "" } ]
[ { "docid": "a3916b95d389ec9b5915c338046f5ce2", "score": "0.68020976", "text": "java.util.List<org.onnx4j.prototypes.OnnxProto3.ValueInfoProto> \n getInputList();", "title": "" }, { "docid": "9be9f0e85c2c50adc49ab5412b24688e", "score": "0.6530654", "text": "org.onnx4j.prototype...
afb34dc5aee8327f5f6355bb34cbea23
Gets the adjustedValueCurrencyCode value for this OfflineConversionAdjustmentFeed.
[ { "docid": "051e07db0d251b97d8462c088b671ff6", "score": "0.73330724", "text": "public java.lang.String getAdjustedValueCurrencyCode() {\n return adjustedValueCurrencyCode;\n }", "title": "" } ]
[ { "docid": "1c5105ef683b64ee1f137c43463a84f6", "score": "0.59965426", "text": "public com.google.protobuf.StringValue getCurrencyCode() {\n if (currencyCodeBuilder_ == null) {\n return currencyCode_ == null ? com.google.protobuf.StringValue.getDefaultInstance() : currencyCode_;\n } else...
9395d467b35f1e233be554ca2de88364
Creates a ListTransition by the Element element.
[ { "docid": "fb12429da6d7d378edb9f1c2cc9ffe4e", "score": "0.8615801", "text": "ListTransition createListTransitionWithContext(Element element);", "title": "" } ]
[ { "docid": "adf8e896b8002f70b0bca52fc06a5d7a", "score": "0.91264385", "text": "ListTransition createListTransition(Element element);", "title": "" }, { "docid": "40ce7d6418d054d089e5d1c67691e809", "score": "0.7472301", "text": "ElementTransition createElementTransition(Element elemen...
3dd86d0fc8750270846f41092f28b5ee
Admin methods: admin not implemented in offline mode
[ { "docid": "8f2d67570d9eda68871c4f93ee551edc", "score": "0.0", "text": "@Override\n public void veranderSpeler(String spelerNaam, String nieuweNaam, int nieuweGebDat, int nieuwKrediet) {\n\n }", "title": "" } ]
[ { "docid": "cc1d1c3a6031052c89494e4d2276c9f6", "score": "0.7143467", "text": "@Override\n public boolean getIsInitialAdmin(){return false;}", "title": "" }, { "docid": "df756f6b7ed29ad55d2964035f5f7632", "score": "0.68576264", "text": "@Override\r\n public boolean createAdmin() {...
2cf9449144f0d4f07a4be0fa6b89c2a4
The doPost method of the servlet. This method is called when a form has its tag value method equals to post.
[ { "docid": "127a38aa03b3b9eb1c1c8859feacc003", "score": "0.0", "text": "public void service(HttpServletRequest request, HttpServletResponse response)\r\n\t\t\tthrows ServletException, IOException {\r\n\r\n\t\tresponse.setContentType(CONTENT_TYPE);\r\n\t\tresponse.setHeader(\"Cache-Control\", \"no-cache\...
[ { "docid": "592c858effbb343071b2c8145a0fe4d8", "score": "0.7782349", "text": "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\r\n\t perForm(request,response);\r\n\t}", "title": "" }, { "docid": "592c858effbb343071b2c81...
6912481f43d299f1a4e979604e89a2f8
repeated int32 superTypes = 7;
[ { "docid": "d0df344046ef060b7596baa7419e1052", "score": "0.59953004", "text": "public int getSuperTypes(int index) {\n return superTypes_.get(index);\n }", "title": "" } ]
[ { "docid": "8bd64a0b67ba424835135e256d82d1ed", "score": "0.62249106", "text": "public int getSuperTypesCount() {\n return superTypes_.size();\n }", "title": "" }, { "docid": "2f2f82031bb391d6c82960088fbda065", "score": "0.61509174", "text": "public int getSuperTypesCount() {\n ...
ced910676eb4e5f3830a7b16513ae09d
/ author Saravana Ganesh created on 11oct2019
[ { "docid": "83acb8346298191263701246e9b89881", "score": "0.0", "text": "public boolean addNewUser(SignupBo signupBo) throws SQLException {\n\t\tDatabaseConnection db = null;\n\t\tboolean addUser = false;\n\t\tint count=0;\n\t\ttry {\n\t\t\tdb = DatabaseConnection.getDbConnection();\n\t\t\tStringBuilder ...
[ { "docid": "092f51e9c99cd4188e1aae23e1830dfd", "score": "0.6269435", "text": "protected void func_70626_be() {}", "title": "" }, { "docid": "f76cff0faf8f5cac2bb5c9fa073b3900", "score": "0.59954536", "text": "private static void ispisiRemi() {\n\t\t\n\t}", "title": "" }, { ...
e653b8c600298e7e6cafbbc8c5cc5876
required string name = 1; Name of the group
[ { "docid": "55f18c5dd59a3ac557d40de72bab6828", "score": "0.0", "text": "com.google.protobuf.ByteString\n getNameBytes();", "title": "" } ]
[ { "docid": "12352cefcf68a552e39bfc06ccd6a6f9", "score": "0.83062816", "text": "public Group(String name)\n {\n this.name = name;\n }", "title": "" }, { "docid": "5752a811cae722865e4bda50fafaaf09", "score": "0.77361196", "text": "String getGroupName();", "title": "" ...
6fe3c4ba1507c1b2b1401a87127f6567
print out the shortest path
[ { "docid": "afad6ebfc69011fe61cbf8dd37643390", "score": "0.7151826", "text": "public void output () {\r\n\t\tdouble cost = 0.0;\r\n\t\tString output = \"\\n\\t--\";\r\n\t\toutput += shortestpath[0].getNode().getNode() + \" \";\r\n for(int i = 0; i < shortestpath.length; i++) {\r\n \tif (sh...
[ { "docid": "76202178ccb0fb4faa11efd57b2c0699", "score": "0.7880958", "text": "void printShortestPath(String origin, String dest, LinkedList<Vertex<String>> lineDown) throws Exception {\n\n\t\tDijkstraAlgorithm da = new DijkstraAlgorithm(sGraph, lineDown);\n\t\tVertex<String> sv = getVertex(origin);\n\t\...
2a17c00b5da6ca823a39d05136360d28
Project: collaborativepaint Package: com.acme.collpaint.client CometSessionsSupport Description
[ { "docid": "03bc3cbe73aa3c4cf562331a7209aa7f", "score": "0.5409099", "text": "public interface CometSessionsSupport {\n \n public interface MessageWithAuthor extends Serializable {\n public String getAuthor();\n }\n\n public String getUsername() throws CometSessionException;\n publ...
[ { "docid": "2292daa5d15ec1a8f14ba3c9bbdf86f2", "score": "0.5855474", "text": "public CPUMonitor(){\n\t\tthis.client = login();\n\t}", "title": "" }, { "docid": "fcf449c424479e34b031d7ab7c3d8c07", "score": "0.5740187", "text": "public interface CreditControlClientSession extends Credi...
484c0dbc00e7be4602871281d7b1e8be
Returns the country ID of this candidate.
[ { "docid": "bd6a21b54d1522ec4b62e572fd54a0d5", "score": "0.86718434", "text": "@Override\n\tpublic long getCountryId() {\n\t\treturn _candidate.getCountryId();\n\t}", "title": "" } ]
[ { "docid": "076be1793f527fcf91bb13f9d19716fe", "score": "0.78085214", "text": "public int getId() {\n\t\treturn (m_country_id);\n\t}", "title": "" }, { "docid": "4879d22fcd895967b995f5bed79760cf", "score": "0.7802762", "text": "public java.lang.String getCountryId() {\r\n retu...
df04dd95aa5ba21727c7779c648a26d9
Created by javier on 10/27/17.
[ { "docid": "12c4740592c43b79836abe84ad926326", "score": "0.0", "text": "public interface INewsView extends ILoadDataView {\n void setNews(List<dtos.NewsFeed> newsList);\n void showErrorAndClose(Exception ex);\n\n}", "title": "" } ]
[ { "docid": "092f51e9c99cd4188e1aae23e1830dfd", "score": "0.6582304", "text": "protected void func_70626_be() {}", "title": "" }, { "docid": "63918b2e510c9040bbddcac00095b41a", "score": "0.5977478", "text": "private void recuperation() {\n\t\t\n\t}", "title": "" }, { "doci...
84c53f2e95a46791e37e33f864222286
Get accessor for cellType
[ { "docid": "0ba5b56c30b8f9d158644255aa31c1b0", "score": "0.6561835", "text": "public Class<?> getCellType () {\n\t\treturn this.cellType;\n\t}", "title": "" } ]
[ { "docid": "ea94a7ef7f54ca9418c5335bddf67b9c", "score": "0.717255", "text": "public CellType getType();", "title": "" }, { "docid": "11b27d65ae3a07cf552c057643872708", "score": "0.7018191", "text": "public String getCellType()\n {\n return cell_type;\n }", "title": "" }, ...
afc43d32b98ebf0176bd9468ae054820
metodo che setta la tipologia di algoritmo
[ { "docid": "18bdbf00fd9a66232f231e5845128baf", "score": "0.0", "text": "public void setMinimaxOPotature(Boolean setting){\n //ho pensato che sarebbe comodo avere un setting che ci fa decidere a view se vogliamo usare il minimax o la potatura\n //non è necessario, possiamo farlo tranquillam...
[ { "docid": "7ae02c40485a376876242bcd791dbb1b", "score": "0.6848345", "text": "private void atualizarTipoEmpresa() {\n }", "title": "" }, { "docid": "e80bd2499524b332fb938c2f24f0f07e", "score": "0.67161083", "text": "public void setTipo(int tipo) {\r\n this.tipo = tipo;\r\n ...
bf125d140847e15b684076e0dbfd0d2e
a declaration is needed if the class has associated constraints, or extends classes, implements interfaces that are X10 specific (contain closures, constraints)
[ { "docid": "cf6cb221bcb8edb75dd160958f07020a", "score": "0.0", "text": "public String declString() {\n\t\tRef<CConstraint> refC = classDef.classInvariant(); \n\t\tRef<TypeConstraint> refG = classDef.typeGuard();\n\t\tboolean needsDeclForSuperOrInt = false; // signifies that the declaration is needed bec...
[ { "docid": "abf22c89470cc8abfae02a69fcf3437e", "score": "0.6339063", "text": "public interface AbstractTCGConstraint extends AbstractTCGElement {\r\n}", "title": "" }, { "docid": "facb3bf03f0c21755c31d96e2979a8fe", "score": "0.5816248", "text": "boolean ClassDeclaration()\n {\n ...
80de316bc1e7a8789dfb8b31e6a435f3
This function removes a specified sheet from our list of sheets, given the sheet's index
[ { "docid": "a59dbec0561ce22e1acfb220d8b38c92", "score": "0.762043", "text": "public String remove(int index) {\n String sheet = sheetName(index); //Get sheetname before removed\n if (m_sheetAmount > 1 && this.popSheet(index)) { // popSheet also checks if sheet is valid\n return ...
[ { "docid": "6bcac17956dcf5815c6377220646c901", "score": "0.7173488", "text": "private boolean popSheet(int index) {\n if (!isValidIndex(index)) {\n return false;\n }\n\n m_Sheets[index-1] = null; //Mark for deletion\n for (int i = (index-1); i < m_Sheets.length-1; ...
fbf6eb5976fc61df46971a000caa9716
TODO: always fails with 404 error ...
[ { "docid": "5ac1cb60161e0c99e1c045f1e9f18dda", "score": "0.0", "text": "public String getRevision(String project, String repo, String path) throws IOException {\n JsonObject result;\n\n result = getJsonObject(\"rest/api/1.0/projects/\" + project + \"/repos/\" + repo + \"/last-modif...
[ { "docid": "35b1dcbc52d6462325821b928c6bd36b", "score": "0.644232", "text": "@Test\n public void test_category_id_todos_fail_get() throws IOException, InterruptedException {\n HttpClient client = HttpClient.newHttpClient();\n HttpRequest request = HttpRequest.newBuilder()\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "72a0aca8de70bc90d6714238c8909590", "score": "0.0", "text": "public String gainDealNum(Map param) {\n\t\treturn orderItemsMapper.gainDealNum(param);\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": "" }, { ...
f02f32ad1f5c47edcc4cf5c4fefba1c9
Created by nampham on 12/23/18.
[ { "docid": "b747ce049c0f66d86d3b7f6b30c9dade", "score": "0.0", "text": "public interface MainContract {\n interface Presenter {\n void mainTest();\n }\n\n interface View{\n void showUI();\n }\n}", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.59509444", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "ded15aaeb71ec68606fe2fb94e86fd30", "score": "0.5865807", "text": "@Override\n\tpublic void festlegen() {\n\t\t\n\t}", "title": "" ...
d5f0f924f210b55e14a221941545fea6
GET REQUEST AND DOWNLOAD PNG
[ { "docid": "fbd342ca6416b8c7f1cbd796ebc3d752", "score": "0.61590683", "text": "public static void getPNGBitmap(String url, final RequestCallback apiFinalCallback) {\n // download users\n HttpRequestCallback httpRequest = new HttpRequestCallback(apiFinalCallback, \"GET RAW\");\n http...
[ { "docid": "554bd1b9a5cb1b8536dc254e6e48e9c4", "score": "0.6797439", "text": "private void downloadFile (SourceBean request) throws EMFUserError, EMFInternalError {\t\t\t\n\t\t\tString binId =(String) request.getAttribute(\"BIN_ID\");\n\t\t\t\n \t\t\t//download file\n \t\t\ttry{\t\n\t\t\tif (binId == nu...
6d322e14ab2c80051fb871f776f8ee58
This method, is used to display the help screen
[ { "docid": "3344f7be491507f9688beaff913930fa", "score": "0.8329329", "text": "public void displayHelpView() {\r\n\t\thelpView = systemController.displayHelpView();\r\n\t}", "title": "" } ]
[ { "docid": "516535cc2c7f3b8f09ad2b6284ecbbaf", "score": "0.8578976", "text": "private void help() {\n Main.printHelpResource(HELP, _out);\n }", "title": "" }, { "docid": "3333350e064cfc06dd92c264df72659b", "score": "0.8559087", "text": "public void showHelp();", "title"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c3609cf1abf97b57c88afc0d54fa3455", "score": "0.0", "text": "@Override\n\tpublic void Update() {\n\t\tSetPosition(new Vector2f(entity.GetPosition().x, entity.GetPosition().y));\n\t\tSetRotation(entity.GetRotation());\n\t\tSetScale(entity.GetScale());\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
4543cb10cc5e79754c01703b0b41a643
Randomize the start and stop Times to be between 0 and 10 hours Monitor the Time a car is parked as startTime
[ { "docid": "b019b4a6f82e92b6803e12f8f313a7fa", "score": "0.7187365", "text": "public int setParkingTime()\n\t{\n\tRandom rand=new Random();\n\tint startTime=rand.nextInt(10);\n\tSystem.out.printf(\"The start Time was: \\n %d\",startTime);\n\t\n\t//Monitor the Time a car is being moved from the parking s...
[ { "docid": "8692424a97c692a4a37e818d28a842fe", "score": "0.676927", "text": "public static double drawArrivalTimes (double startTime){\n return TimeConverter.convertHourtoSeconds(Math.random()+startTime);\n }", "title": "" }, { "docid": "47476d824d183384cdd5963ec55ad96f", "scor...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "89abe717fce7094a07e6929c57f1a525", "score": "0.0", "text": "@VisibleForTesting\n public void setBluetoothA2dpWrapper(BluetoothA2dpWrapper wrapper) {\n this.mServiceWrapper = wrapper;\n }", "title": "" } ]
[ { "docid": "0c1baa66e57a742b19c8ef24f031c945", "score": "0.67250997", "text": "private Composer()\t{ super();\t\t}", "title": "" }, { "docid": "330fb60652277f643854b081333e4df2", "score": "0.6569769", "text": "protected abstract void mo6248a();", "title": "" }, { "docid":...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e088c7b9cc9bb99cb2695e444329f3ef", "score": "0.0", "text": "@Override\n\tpublic int insertOne(GuestVo bean) throws SQLException {\n\t\treturn 0;\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}", ...
d12864d2a97388248da90b17c1443cba
This method was generated by MyBatis Generator. This method corresponds to the database table certification
[ { "docid": "b1ac98cf3d864ab8c7f5e641c0d57346", "score": "0.0", "text": "public Criteria or() {\r\n Criteria criteria = createCriteriaInternal();\r\n oredCriteria.add(criteria);\r\n return criteria;\r\n }", "title": "" } ]
[ { "docid": "1533591ecbd8a4b51d46cf44253d9041", "score": "0.6322677", "text": "public String getTableName() { return \"Customers\"; }", "title": "" }, { "docid": "6493a7336c3b5c8e08311b76204ff173", "score": "0.61787766", "text": "@Override\n\tpublic void creationTable() {\n\t\t\n\t}",...
d47aa95a9205f0f0efe6b7bca2349660
POST /location/list > get the list of locations
[ { "docid": "4db9463567949b4ce3af6c8cc3cef3fd", "score": "0.57882154", "text": "@POST\n @Path(\"/location/current_location_list\")\n @Produces(MediaType.APPLICATION_JSON)\n @Consumes(MediaType.APPLICATION_JSON)\n @ApiOperation(value = \"Gets the current location list of the devices matching q...
[ { "docid": "d3d2421101427a755f18c11270a22f6b", "score": "0.7689283", "text": "public List<Location> getLocations();", "title": "" }, { "docid": "87f4472a955d7a9a3c55a2d427fb8100", "score": "0.7209159", "text": "List<Location> getLocationsByName(Location location) throws ServiceExcept...
ccc9104cbd9f7ddc57703ab3b67eb4cc
Tests that the namesspace aware set prefix mapping method throws an unsupported open element exception.
[ { "docid": "102fe8c1276731a3441af486835db682", "score": "0.7780212", "text": "public void testUnsupportedPrefixMapping() throws IOException {\n try {\n this.xml.setPrefixMapping(\"\", \"x\");\n System.err.println(\"The XML writer failed to report an unsupported operation.\");\n assertT...
[ { "docid": "7ea79186a7a4950e9f3d87cff40d61fa", "score": "0.73145276", "text": "public void testSetPrefix()\n {\n //any prefix here is invalid\n String val = null;\n val = \"blah\"; //Eric's default\n try\n {\n m_node.setPrefix(val);\n fail(\" s...
0465be31231f3dd92b208216b530ee55
No args constructor for use in serialization
[ { "docid": "38a9599f06a9a2f3f9ee276ab098bad6", "score": "0.0", "text": "public RecordsRequest() {\n }", "title": "" } ]
[ { "docid": "910fab05def8b91c4483599e0adfdb91", "score": "0.73672825", "text": "private Serializable() { }", "title": "" }, { "docid": "aa20ae03823e30ae6cf9c6aa5916bb87", "score": "0.7006668", "text": "public TSerializer() {\n this(new TBinaryProtocol.Factory());\n }", "title...
461f364f3a6ea51519639e6b13c39781
Update pom with pluginArtifact.
[ { "docid": "1c2d3959b6741cd62e9f94b79ace1bb5", "score": "0.62198645", "text": "protected void updatePOMWithPluginArtifact(File pomFile, List<com.photon.phresco.model.ModuleGroup> modules, String techId) throws PhrescoException {\n \t\ttry {\n \t\t\tif(CollectionUtils.isEmpty(modules)) {\n \t\t\t\treturn...
[ { "docid": "b17a18f28cd55b10331df2a64e2c6339", "score": "0.5847402", "text": "private void updatePomProject(ProjectInfo delta, ProjectInfo projectInfoClone) throws PhrescoException {\n \t\tString techId = delta.getTechnology().getId();\n \t\tFile path = new File(Utility.getProjectHome() + File.separato...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "722f27662ec7a85d7888c2a8e398500a", "score": "0.0", "text": "@Override\r\n\tpublic IWFlowDao workflow() {\n\t\treturn iwfd;\r\n\t}", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
da3b7df087a10d79f830734c69f09b82
bytes info = 7;
[ { "docid": "278e25fd606e66c78db5ae421d44b95e", "score": "0.55244666", "text": "@java.lang.Override\n public com.google.protobuf.ByteString getInfo() {\n return info_;\n }", "title": "" } ]
[ { "docid": "338ad42387696a5aea7f520b87a5e914", "score": "0.6733507", "text": "com.google.protobuf.ByteString\n getInfoBytes();", "title": "" }, { "docid": "b08bd8ff01bd6426bccca469c4514f84", "score": "0.62133753", "text": "public abstract int readableBytes();", "title": ...
d3440450c7c96c5acc70398edb918c16
Add a GameObject to the GameObjectList.
[ { "docid": "0946bc35ccd46de5d9548f2a1fc1b45c", "score": "0.67858845", "text": "public final void addGameObject(GameObject gameObject, float layerposition) {\r\n\t\titems.add(Math.round(items.size() * layerposition), gameObject);\r\n\t}", "title": "" } ]
[ { "docid": "368e780ff0810c0efad765c01039f7b5", "score": "0.7957035", "text": "public final void addGameObject(GameObject gameObject) {\r\n\t\titems.add(gameObject);\r\n\t}", "title": "" }, { "docid": "c1d0bbe2dd286150d0b932ab64a41967", "score": "0.76863766", "text": "public final voi...
31b390e19db8cf3af820c2065351e34e
Get the fucking real height for the longnotes
[ { "docid": "abe76189bf7ed532481b36be416c6dbd", "score": "0.71653616", "text": "public float getTheFuckingRealHeight() {\r\n return (height * scale_y * screen_scale_y)-0.1f;\r\n }", "title": "" } ]
[ { "docid": "3fd30a9ab767a6b151f0407565795e33", "score": "0.73672324", "text": "public int getLastHeight() {\n\t\treturn (-1 * (int) Math.round(groundOutline[30]) + (int) (Y_BUFFER_SIZE / (1.5))) * 30;\n\t}", "title": "" }, { "docid": "7da0cb06c9c4cc4f2b5c7b1827ad4fe0", "score": "0.708366...
fd8c7a72267cee2728c8a998b9223102
Dohvati vezu koju trenutna dretva (pozivatelj) smije koristiti.
[ { "docid": "27f87778542bcdf678d3e28510f82194", "score": "0.0", "text": "public static Connection getConnection() {\n\t\treturn connections.get();\n\t}", "title": "" } ]
[ { "docid": "cd3202ab97e6e16523f3b0b985c0ed7f", "score": "0.6607839", "text": "public void nakresli()\n {\n V.setBarvaPopredi( barva );\n V.zapln( kruh );\n }", "title": "" }, { "docid": "f193aec4cb44f3bf3bcb7ac8ec020cf4", "score": "0.6529338", "tex...
7e0e27db7200ef611d23fe3ff8c90a77
looks for parent and switches them if necessary then changes the value of current index to its new index (where parent was)
[ { "docid": "6d09bdd35f960e0b4063d617e64af4a3", "score": "0.6281699", "text": "public void sort(){\n\t\twhile(current.prev != null && currentIndex != -1){\n\t\t\t//setting tempIndex equal to the parent's index\n\t\t\tcurrentIndex = swap();\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "b4240e365560ac9664ab65c0f78a7498", "score": "0.745361", "text": "public int swap(){\n\t\t\n\t\tfindParent();\n\t\t\n\t\t//switches parent and child if necessary\n\t\tif(current.prev.data[parentIndex] > current.data[currentIndex]){\n\t\t\ttemp = current.prev.data[parentIndex];\n\t\t\tcurrent....
1094c2dee3fa55c5ad69f7c42d901a53
Determine if HCat integration from direct mode of the connector is allowed. By default direct mode is not compatible with HCat
[ { "docid": "907f76b3d8a1958490148e298c77bd0c", "score": "0.7048766", "text": "public boolean isDirectModeHCatSupported() {\n return false;\n }", "title": "" } ]
[ { "docid": "0e76a333f9857d372a18d66cfa349290", "score": "0.6171414", "text": "private boolean mdsIsConnector() {\n return (this.m_use_api_token == true && this.m_using_callback_webhooks == true && this.m_use_https_dispatch == true);\n }", "title": "" }, { "docid": "03c50078180a9b49...
c3d67389a8e0befaad86f942e9a3089e
$ANTLR end "rule__XAssignment__Group_1_1_0_0__0__Impl" $ANTLR start "rule__XAssignment__Group_1_1_0_0__1" ../org.xtext.builddsl.ui/srcgen/org/xtext/builddsl/ui/contentassist/antlr/internal/InternalBuildDSL.g:4197:1: rule__XAssignment__Group_1_1_0_0__1 : rule__XAssignment__Group_1_1_0_0__1__Impl ;
[ { "docid": "1dbc88d22eed1ca6098daf17bec32022", "score": "0.8049588", "text": "public final void rule__XAssignment__Group_1_1_0_0__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.builddsl.ui/src-gen/org/xtext/buil...
[ { "docid": "1d65a9db0786116de0e2e10601a73613", "score": "0.7950782", "text": "public final void rule__XAssignment__Group_1_1_0__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.builddsl.ui/src-gen/org/xtext/buildd...
458e6d1bde208ad68d82f9023f4dc06d
Move left IP Camera
[ { "docid": "00e5d4d555a6c265a6212683d64eb45f", "score": "0.5960181", "text": "boolean relativeMoveLeft();", "title": "" } ]
[ { "docid": "8182bfe004a7997a2e18b54f71f9828a", "score": "0.69895285", "text": "public void movePlayerLeft(){\n moveLocation(-1,0);\n }", "title": "" }, { "docid": "2473177c3a21d699863af69ef093a2fd", "score": "0.68219405", "text": "public void moveLeft(){\r\n\t\tsprite.setSt...
75d59ae3d2bbe3e76e5557b5d340f1ae
The type of dataset/datasource identified on &x60;datasource_id&x60;.
[ { "docid": "6a791f4b560b387fdd8c68a35b54a3b9", "score": "0.7639091", "text": "@Schema(required = true, description = \"The type of dataset/datasource identified on `datasource_id`.\")\n public DatasourceTypeEnum getDatasourceType() {\n return datasourceType;\n }", "title": "" } ]
[ { "docid": "3d16eb62cac7c7b0dc2113ccb6e01882", "score": "0.6570595", "text": "@java.lang.Override\n public java.lang.String getDatasetType() {\n java.lang.Object ref = datasetType_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.prot...
f329c872a27e64781e167a33f123b8c0
Toone relationship, resolved on first access.
[ { "docid": "6659503305245986cb4a61f213d6d5f9", "score": "0.0", "text": "@Generated(hash = 980252105)\n public SimNetworkCodes getSimNetworkCodes() {\n Long __key = this.id;\n if (simNetworkCodes__resolvedKey == null || !simNetworkCodes__resolvedKey.equals(__key)) {\n final Da...
[ { "docid": "15abed5f0b08cf2fbc3427bfb07b3a32", "score": "0.65381104", "text": "public boolean isOneToOne() {\n return oneToOne;\n }", "title": "" }, { "docid": "e6367818e4d418e89f7d65bf922413cd", "score": "0.65078694", "text": "public boolean isOneToOne();", "title": ""...
66c9a3c740e145fe74b969afc168fc6e
todo: remove all registered users
[ { "docid": "5e4beead0ef8602a63718b4486aecfc8", "score": "0.0", "text": "@AfterClass\n public void tearDownClass() {\n }", "title": "" } ]
[ { "docid": "9a5135b9dd3c4043805f86481d2b82d0", "score": "0.81400096", "text": "public void removeUsers() {\n List<User> usersList = new ArrayList<>(fr.getSocialMap().keySet());\n for (User u : usersList) {\n removeUser(u);\n }\n }", "title": "" }, { "docid"...
075598dfb93860671f5cd8cd24782b48
Sets adapters to be added.
[ { "docid": "9044cb51f6175deed9e73ccfeb976eb0", "score": "0.7286611", "text": "public void setAdapters(final Map<Map<String, String>, CockpitConfigurationAdapter<?>> adapters)\n\t{\n\t\tthis.adapters = adapters;\n\t}", "title": "" } ]
[ { "docid": "d6d39205009dc38d4b0892919fc6cfb7", "score": "0.7845624", "text": "public void setAdapters(Map adapters)\r\n {\r\n this.adapters = adapters;\r\n }", "title": "" }, { "docid": "3627eef86bacb36719e74d166590aac1", "score": "0.68722516", "text": "private void setAdapt...
5880d478fd13002483e4794f7214e514
Test method for createNewRequirementsList
[ { "docid": "7d806e4dd338afa616e22a51aa7c09b8", "score": "0.8272371", "text": "@Test\r\n\tpublic void testCreateNewRequirementsList() {\r\n\t\tRequirementsTrackerModel model = RequirementsTrackerModel.getInstance();\r\n\t\tmodel.createNewRequirementsList();\r\n\t\tObject[][] array = model.getRequirementL...
[ { "docid": "863725e4fe8bb69e52fad42713717649", "score": "0.7044222", "text": "@Test\r\n\tpublic void testAddRequirement() {\r\n\t\tRequirementsTrackerModel model = RequirementsTrackerModel.getInstance();\r\n\t\tmodel.createNewRequirementsList();\r\n\t\tmodel.addRequirement(\"summary\", \"acceptanceTestI...
3ff4418d7476a47acbdd9f40f3accc20
This will determine the max size of a vector in the current evironment. absolute value is important
[ { "docid": "9ee4849369431a4e5da8be7c3ef9a30e", "score": "0.0", "text": "public EnvironmentPhysics(){\n currentEventArraySize = 0;\n changesStack = new Stack<PhysicsEvent>();\n \n speedLimit = new Vector(20, 20);\n // I will make a new environment physics record which ho...
[ { "docid": "9fe75fc64612f78ce888f54382c9ad25", "score": "0.72432685", "text": "static int maxSize() {\n String prop = System.getProperty( ValueVector.MAX_BUFFER_SIZE_KEY );\n int value = ABSOLUTE_MAX_SIZE;\n if (prop != null) {\n try {\n value = Integer.parseInt(prop);\n valu...
2a14bb0e457b42af9039a46692eaa065
returns the family of the component
[ { "docid": "c9e228e7c169da000f55ab429efe1ac4", "score": "0.7251164", "text": "@Override\n\tpublic String getFamily() {\n\t\treturn UITYPE;\n\t}", "title": "" } ]
[ { "docid": "487b6e95867c74ac538daf727a032630", "score": "0.8170371", "text": "@Override\n public String getFamily() {\n return COMPONENT_FAMILY;\n }", "title": "" }, { "docid": "bdb3d8e76bb31acca7957203c9c594bf", "score": "0.7905193", "text": "String getFamily();", "...
731a9cf444380d0ddc425e6b08327f6d
Sets up the downstream subscriber.
[ { "docid": "229535e0cc07b0b6cf1e18d99855a41a", "score": "0.5004527", "text": "@Override\n public void subscribe(CoreSubscriber<? super Message> actual) {\n Objects.requireNonNull(actual, \"'actual' cannot be null.\");\n\n final boolean terminateSubscriber = isTerminated()\n |...
[ { "docid": "13628937390590e00075336506649438", "score": "0.6243536", "text": "@Override\n public void onSubscribe(Subscription subscription) {\n Objects.requireNonNull(subscription, \"'subscription' cannot be null\");\n logger.info(\"Setting new subscription for receive link processor\"...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "eeb25b2cf1808f0fe634f24aa4e6bc44", "score": "0.0", "text": "public final boolean mo6729a(Map<String, String> map, boolean z, C1141q c1141q) {\n boolean exists = new File(\"/system/dxversion\").exists();\n C1146b.m3303a(\"DianXinHandler\", \"File /system/dxversion exisits:\" + e...
[ { "docid": "59fb7d137f85b012d3708b776f11150f", "score": "0.6218701", "text": "public interface C32666a {\n /* renamed from: a */\n void mo84109a();\n }", "title": "" }, { "docid": "42bede8e5f8886d152f3ee2639e2ed0e", "score": "0.6139383", "text": "public interface C11...
a48d2611b4c4a59487fe9823a3a3bfc1
Get the array value in this document for the given field name.
[ { "docid": "48b5d592f718bc3aef46bf2c650bb8a8", "score": "0.5727148", "text": "default Array getArray(CharSequence fieldName, Array defaultValue) {\n Value value = get(fieldName);\n return value != null && value.isArray() ? value.asArray() : defaultValue;\n }", "title": "" } ]
[ { "docid": "3d0af71742a650d475f1f22db58dabfd", "score": "0.63062465", "text": "protected abstract ArrayNode getFieldValue(PrestoField field);", "title": "" }, { "docid": "073def154a4f752e04b05a8ba3669b3d", "score": "0.6100933", "text": "default Array getArray(CharSequence fieldName) ...
96ae8d24da4837c2356ad6eae4761f47
load noise words to hash table
[ { "docid": "24f96588adeb6847a3c35f6fefb04edf", "score": "0.53514165", "text": "public void makeIndex(String docsFile, String noiseWordsFile) throws FileNotFoundException\n\t{\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(new File(noiseWordsFile));\n\t\twhile (sc.hasNext())\n\t\t{\n\...
[ { "docid": "44d62cd6aa05e17ef25bce27b212c2a4", "score": "0.64378005", "text": "public void initVisitHash(){\n try {\n \tSystem.out.println(\"Loading words from words.txt\");\n BufferedReader reader = new BufferedReader(new FileReader(\"words.txt\"));\n String line = r...
dd93ec8853fd7f4035e37769e92adbef
Fills the stack view with the values currently held on the computation stack
[ { "docid": "1d544841f3a79578ae6614158602269f", "score": "0.6494813", "text": "public void updateStackView(Stack<BigDecimal> stack) {\r\n if (mStackView == null)\r\n return;\r\n\r\n mStackAdapter.clear();\r\n int depth = 1;\r\n Object[] values = stack.toArray();\r\n...
[ { "docid": "8574f62062e4d5221cb98396932989ff", "score": "0.6448418", "text": "public static void getStack() \r\n {\r\n\r\n \t//pasing the values into the stack\r\n stack.push(8);\r\n stack.push(2);\r\n stack.push(7);\r\n stack.push(5);\r\n stack.push(4);\r\n ...
c1ab00685d37aaa7b3fdcdfc649de632
assertTrue("Al buscar por id = 2 tiene que retornar Registro", regDTO = new RegionDTO());
[ { "docid": "1ed33d36b97a19cd8ef2debec9d6d004", "score": "0.0", "text": "@Test\r\n\tpublic void testLeer() {\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "9c0a40ba55fee517e8162cb3d871b551", "score": "0.6869424", "text": "@Test\n public void testGetCarById() throws Exception {\n System.out.println(\"getCarById\");\n\n MockCarRegisterRepository mockCarRegisterRepository = new MockCarRegisterRepository();\n MockMailSender ...
23add1c8f1149bade35f3c8eed7b8f72
Initialize an Arduino robot controller
[ { "docid": "f67ab2686296ea500207dcb0d25485fb", "score": "0.0", "text": "public boolean initArduinoBot(RobotType rt)\n\t{\n\t\tbyte[] robotTypeMsg = \"robot m\\r\".getBytes();\t// message to Arduino to tell it the robot type\n\t\t\n\t\trobotType = rt;\t\t// record robotType for later use\n\t\tSystem.out....
[ { "docid": "88a4d66f1b8449352def3bf6775410fd", "score": "0.7918329", "text": "public void robotInit() {\n realDriveStick = new Joystick(driveStickId);\n realAuxStick = new Joystick(auxStickId);\n driveStick = new simulatedJoystick(realDriveStick);\n auxStick = new simulatedJo...
662305ac18d4dc6e37ca27df44085530
if a message arrived to client it should be printed to console
[ { "docid": "3fc7f44a4c00317f60d0607a5c98d760", "score": "0.0", "text": "public void messageArrived(String t, MqttMessage mqttMessage) throws Exception {\n\t\t\t\t\tSystem.out.println();\n\t\t\t\t\tSystem.out.println(\"**** NEW MESSAGE *************************\");\n\t\t\t\t\tSystem.out.println();\n\t\t\...
[ { "docid": "e0dfc63a1e2126e5db65f14b1a9c7316", "score": "0.7223542", "text": "private void logConsole(SRecMessage message) {\n\n if ( message instanceof SRecMessageRequest )\n System.out.println(\"(Client: \" + socket.getLocalAddress() +\") requesting a message with code: \" + message....
45603e89b977cc1964d03c62b7823225
/ open a popupwindow showing name and content of a matrix
[ { "docid": "523ae878afa495bd0fe5371bc81eb8d6", "score": "0.76627505", "text": "private void showPopup(String name, double[][] matData){\n\n if(popup_open){\n return;\n }\n\n // get root\n CardView parent = ((Activity) this.context).findViewById(R.id.select_root);\n...
[ { "docid": "6d0ca6dea30282b6007e5ff4f7327e7d", "score": "0.6165422", "text": "public static void main(String[] args) throws IOException {\n Matrix[] m = new Matrix[10];\n\n // JFrame init\n JFrame theGUI = new JFrame(\"Matrix\");\n theGUI.setDefaultCloseOperation(JFrame.EXIT_...
a2e2fb96736ea7206bd3aaca1516f200
Funkcja na podstawie zadanego ciagu wejsciowego zwraca tablice z numerami grup.
[ { "docid": "c2a2f7c5d43a5679b1bd61e3a5e8cba1", "score": "0.0", "text": "public static String[] getGroups(String rodzajStudiow, String kierunek,\n int stopien, int rok) {\n HttpConnect con = new HttpConnect(siteIn + rodzajStudiow);\n String site = null;\n...
[ { "docid": "ec6b03986be7cb8a7263bbe4f1ee71dc", "score": "0.5826943", "text": "public int getCapacidadF();", "title": "" }, { "docid": "93394b3c5732fd40a9919fd219f9dc3f", "score": "0.5800756", "text": "public String toString() {\r\n\t\tString ret = \"\";\r\n\r\n\t\tfor (int i = this.n...
5912a6158bfe02d258616cdf688b4451
Returns the event period with the primary key or throws a NoSuchEventPeriodException if it could not be found.
[ { "docid": "3e5a90f6915595b1f9f57d421a417e5d", "score": "0.6991451", "text": "public static EventPeriod findByPrimaryKey(long eventPeriodId)\n\t\tthrows eu.strasbourg.service.agenda.exception.\n\t\t\tNoSuchEventPeriodException {\n\n\t\treturn getPersistence().findByPrimaryKey(eventPeriodId);\n\t}", ...
[ { "docid": "2018bf1e6e964b00d7b01ccb47b75121", "score": "0.7493013", "text": "public static EventPeriod fetchByPrimaryKey(long eventPeriodId) {\n\t\treturn getPersistence().fetchByPrimaryKey(eventPeriodId);\n\t}", "title": "" }, { "docid": "79a5c64db852dadecc32f0b522a4192d", "score": "0....
6a983027a5edc4f5a15ea485838a25f2
return the destination (topic or queue name)
[ { "docid": "de4eca4940f6ae668f11a125e609713e", "score": "0.7024455", "text": "public String getDestination() {\n return getPropertyAsString(DEST);\n }", "title": "" } ]
[ { "docid": "48af597f01e34813758017c1a9e84c5e", "score": "0.7841608", "text": "java.lang.String getDestination();", "title": "" }, { "docid": "d54a764a140d4aafb292f46d19cb94c3", "score": "0.76035947", "text": "com.google.cloud.eventarc.v1.Destination getDestination();", "title": "...
828ce99dd62f463ea32090253571f2de
Sets the variable hostServices used to open the CSV files
[ { "docid": "00622c438c21afdf7d7daacf9400bd86", "score": "0.707951", "text": "public void setHostServices(HostServices hostServices) {\n this.hostServices = hostServices ;\n }", "title": "" } ]
[ { "docid": "f6e25d551cf10fd89b9fd3ee9456ca9b", "score": "0.5830388", "text": "public void setHosts(String hostList) {\n\t\t\t\tAssert.notNull(hostList, \"The list of hosts cannot be null\");\n\t\t\t\tString[] parsedHostList = hostList.split(\",\");\n\t\t\t\tArrayList<String> configuredHosts = new ArrayL...
86a55ff64ef45b19225f5721294e0524
.forge_abi.PageInfo page = 2;
[ { "docid": "57375326d4c152473bf6df8c6eb96790", "score": "0.0", "text": "public Builder mergePage(forge_abi.TraceType.PageInfo value) {\n if (pageBuilder_ == null) {\n if (page_ != null) {\n page_ =\n forge_abi.TraceType.PageInfo.newBuilder(page_).mergeFrom(value)....
[ { "docid": "219b8cc003f51eeb8d8035881af004f6", "score": "0.77400154", "text": "forge_abi.TraceType.PageInfo getPage();", "title": "" }, { "docid": "219b8cc003f51eeb8d8035881af004f6", "score": "0.77385366", "text": "forge_abi.TraceType.PageInfo getPage();", "title": "" }, { ...
4b932355b240667c3ec4dc9d621fdecd
Cambia el valor del nombre del postre
[ { "docid": "c954ebd4adb0d7b7572c543e82be5e0f", "score": "0.0", "text": "public void setName(String name) {\n this.name = name;\n }", "title": "" } ]
[ { "docid": "01618bbfd7384f4c1e5f073fb506f33e", "score": "0.6680482", "text": "public String getName() {\n\t\treturn nume;\n\t}", "title": "" }, { "docid": "17b5d6328cba18bd8f9bfa39768ed0fa", "score": "0.6279041", "text": "Magneto(String nume){\n this.nume = nume;\n }", ...
901da63fdb012efe04c29153618a496f
Default constructor of a Product class.
[ { "docid": "6e8da9463be3ed0fdfb0f94edc4e5ecb", "score": "0.0", "text": "public Resource() {\n this.designation = DEFAULT_DESIGNATION;\n }", "title": "" } ]
[ { "docid": "b904e96f3a3bf9dbdd2cbc619359a8e4", "score": "0.8648444", "text": "public SimpleProduct() {}", "title": "" }, { "docid": "b5c01dfcee0df34ef2a430569f6ba612", "score": "0.8645423", "text": "public Product() {}", "title": "" }, { "docid": "9b38c7f86b16c03b5ee5869d...
956fa56af53f4e99ac371b3ad3b97819
repeated .TSP.Reference styles = 3;
[ { "docid": "e2a3b98bf681c6633007cfb7cab81713", "score": "0.48122445", "text": "public org.techforumist.keynote.proto.TSP.TSPMessages.Reference getStyles(int index) {\n return styles_.get(index);\n }", "title": "" } ]
[ { "docid": "f3ff27e3dacd6d97cd4c0f7642a83601", "score": "0.60855824", "text": "org.techforumist.keynote.proto.TSP.TSPMessages.Reference getStyles(int index);", "title": "" }, { "docid": "149465ee11dd2f1012bc53de05bf0859", "score": "0.5565319", "text": "public int getPointStyle();", ...
aa5b953f057d69ec7b5ecdc0ba5026fc
repeated .pomelo.area.MasteryRing s2c_ring = 3;
[ { "docid": "3b1c1bbd20902500a32e3ae8974fd5cd", "score": "0.0", "text": "public java.util.List<pomelo.area.MasteryHandler.MasteryRing.Builder> \n getS2CRingBuilderList() {\n return getS2CRingFieldBuilder().getBuilderList();\n }", "title": "" } ]
[ { "docid": "527de81e2403c02873dd508130ba3c1e", "score": "0.5992883", "text": "pomelo.area.MasteryHandler.MasteryRing getS2CRing(int index);", "title": "" }, { "docid": "abf2884a83d840fb09999e9d0d7a1319", "score": "0.56881183", "text": "private void catculateSmaPart(int position2) {\n...
f0cdc3a0d09eab55ae211d6aa4a80613
$ANTLR end "rule__For_equation__Group_3__1" $ANTLR start "rule__For_equation__Group_3__1__Impl" ../org.openmodelica.modelicaml.editor.xtext.modification.ui/srcgen/org/openmodelica/modelicaml/editor/xtext/modification/ui/contentassist/antlr/internal/InternalModification.g:10133:1: rule__For_equation__Group_3__1__Impl : ...
[ { "docid": "893fa1d8fde16ccca1c9cfa65ceafa41", "score": "0.78931683", "text": "public final void rule__For_equation__Group_3__1__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.openmodelica.modelicaml.edit...
[ { "docid": "fc8fb2d8f58eca4780ef3a7cf9c02ef0", "score": "0.79657346", "text": "public final void rule__For_equation__Group_3__1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.openmodelica.modelicaml.editor.xte...
ed6136049abe984753ea857043cd19ee
set the email body
[ { "docid": "af955415f648b8e1b56d32f1388546cb", "score": "0.58805805", "text": "private void buildEmailContentGlobalBm(String name, String bano, String enddate,\n double totout, String lob, String currency,\n double overdue, double cmc, String due_date,\n File pdf\n ) throws M...
[ { "docid": "25850c8741ee78143531a64d7f3a1029", "score": "0.7280818", "text": "void setBody(String content);", "title": "" }, { "docid": "798d1afdc5ab9ea6e29f0bf8d8ab2c36", "score": "0.72575986", "text": "void setBody(String body) {\r\n this.body = body;\r\n }", ...
46f5eb44ddad6fb3b5ca428c5cf53414
Purpose: finds average time of the skater Interface: in: string of times out: average time
[ { "docid": "6f0401eca59d621a3f5ea281928807a4", "score": "0.6797089", "text": "public int avgTime() {\r\n int avgTime = 0;\r\n int totSec = 0;\r\n \r\n for (int i = 0; i < races; i++) {\r\n totSec += secTime[i];\r\n ...
[ { "docid": "38c051de82ea57dfd8ec33025779db4e", "score": "0.6385969", "text": "public double getAverageResponseTime(String mediatorUID) throws Exception;", "title": "" }, { "docid": "ec234f0fa0f285625f54e928ec50ae69", "score": "0.6307586", "text": "public String getAvgTime() {\n ...
cfb5edef825da6c1af04374104f65863
Create a new Path expression
[ { "docid": "06b153fa5a7284eb5d16f2621eb6cadd", "score": "0.0", "text": "public static <T> DslPath<T> dslPath(Class<? extends T> type, Path<?> parent, String property) {\n return new DslPath<T>(type, PathMetadataFactory.forProperty(parent, property));\n }", "title": "" } ]
[ { "docid": "98563b4715cfe30d089ec42c228a7305", "score": "0.6671521", "text": "Path create(String path)\n\t{\n\t\treturn new Path(this, path);\n\t}", "title": "" }, { "docid": "69bacf99e2c5dbf3bb9c00193b4393c8", "score": "0.6473801", "text": "public Path createPath( String path );", ...
d9cfe08cf3875da85a991f705878df57
XXX: not done yet
[ { "docid": "c978b99d45cd588e4546382f9d9414ac", "score": "0.0", "text": "public void cancel() {\n }", "title": "" } ]
[ { "docid": "f0705d77863f0fa7c516a99a8eca8134", "score": "0.63003296", "text": "private void zbudujSciezkeiRozpocznij() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6070991", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", ...
29cc46473f2e8119caf3e97b1253faff
The salary variable is assigned a value.
[ { "docid": "7ac7a955f05f23bad3f3d9b44910a479", "score": "0.0", "text": "public void setAge(int stuAge) {\r\n age = stuAge;\r\n }", "title": "" } ]
[ { "docid": "65c46e7b254e9784df1082fe58629ce4", "score": "0.8057222", "text": "public void setSalary(double salary) {\n this.salary = salary;\n }", "title": "" }, { "docid": "398e1ee9eff7dc785703dfb69775eb82", "score": "0.80228776", "text": "public void setSalary(int salary)...
a2ab58840287943626453f1ef24e03d5
Determine total force on object exerted by input object F = (G m1m2) / rsquared
[ { "docid": "88235182440e219b7a642b6ae2e6f887", "score": "0.60646576", "text": "public double calcForceExertedBy(Body b){\n\t\tdouble rsquared = java.lang.Math.pow(calcDistance(b), 2);\n\t\tdouble force = (G * this.mass * b.mass) / rsquared;\n\t\treturn force;\n\n\n\t}", "title": "" } ]
[ { "docid": "f7ca18328b37fda0c219145bc4e62796", "score": "0.67903554", "text": "public void calculateForce() \r\n {\r\n \tdouble m1=12;\r\n \tdouble m2=13;\r\n \tint radius=3;\r\n \tdouble Force= G*(m1*m2)/radius;\r\n \tSystem.out.println(\"The force is given by ...
1bf89447b80ec86ff401a389c9f91f7d
/ access modifiers changed from: protected
[ { "docid": "5672791684310c79a2e4e37623acd256", "score": "0.0", "text": "public String getSummaryObjectEndText() {\n return this.summaryObjectEndText;\n }", "title": "" } ]
[ { "docid": "ce01e16cbc1fc0a29d28a4365b63f79d", "score": "0.721303", "text": "@Override\n\tprotected void specialFuntion() {\n\t\t\n\t}", "title": "" }, { "docid": "9b9787eedaf8ab2866634795354c59ac", "score": "0.6794554", "text": "@Override\n\tprotected void special() {\n\n\t}", "...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "c801c0e47aba56f019ccebbbcc0027c9", "score": "0.0", "text": "public C10006a<L> mo27203b() {\n return this.f26389a.mo27135b();\n }", "title": "" } ]
[ { "docid": "296c620927f5ac829962efb5e91985b0", "score": "0.6268342", "text": "public void b() {\n }", "title": "" }, { "docid": "296c620927f5ac829962efb5e91985b0", "score": "0.6268342", "text": "public void b() {\n }", "title": "" }, { "docid": "da0c4ac2bb0e...
2b25057951fc7495e4c57cc2ef1534dd
This method initializes jPanel14
[ { "docid": "a5cdd03b140fc0938a17750ca064dfba", "score": "0.6615546", "text": "private javax.swing.JPanel getJPanel14() throws ConexionExcepcion {\n\t\tif (logger.isDebugEnabled()) {\n\t\t\tlogger.debug(\"getJPanel14() - start\");\n\t\t}\n\n\t\tif(jPanel14 == null) {\n\t\t\tjPanel14 = new javax.swing.JPa...
[ { "docid": "7ac51a1ee64d350427ca6fc6bee0b92a", "score": "0.7623221", "text": "public JPanel06() {\n initComponents();\n }", "title": "" }, { "docid": "35fb8689756b979d364ac5005fd2dd36", "score": "0.72961915", "text": "private void initComponents() {\n\n jPanel1 = new...
58265368f8a6d47761bb189832182022
Standard list metadata. More info: +optional optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
[ { "docid": "b81c98ac378ce06de3fca5973b4b65e1", "score": "0.0", "text": "boolean hasMetadata();", "title": "" } ]
[ { "docid": "a445f29f295c225502bc002550955a9b", "score": "0.84906906", "text": "io.kubernetes.client.proto.Meta.ListMeta getMetadata();", "title": "" }, { "docid": "a445f29f295c225502bc002550955a9b", "score": "0.84906906", "text": "io.kubernetes.client.proto.Meta.ListMeta getMetadata(...
f4e5857b18193635ce8e86ec11eb9ddb
todo: not comfortable with this method, we should be using specific field names
[ { "docid": "e9204dc7de13f23bd645449cf73972f0", "score": "0.0", "text": "public EntityInstance findInstanceByGUIDorID(final String instanceGuid) {\n EntityInstance instance = findInstanceByGUID(instanceGuid);\n if(instance==null){\n final List<Field> idFields = definition.getFiel...
[ { "docid": "dd7dbb82976eb6543d93c870c5e22f60", "score": "0.6839229", "text": "java.lang.String getField();", "title": "" }, { "docid": "39f42afc431c1e861a9e5f25f56004cd", "score": "0.6442478", "text": "String getField();", "title": "" }, { "docid": "f3f639c70d896a7f17061b...
4d058345af6ff470562d460b0ddbdca4
Called repeatedly when this Command is scheduled to run
[ { "docid": "80e5f36a55632f007ffd5e86630addc9", "score": "0.0", "text": "@Override\n protected void execute() {\n \n \n \n\n \n }", "title": "" } ]
[ { "docid": "7297edef50a0a3b163e445550b7443ba", "score": "0.727059", "text": "@Override\n public void autonomousPeriodic() {\n CommandScheduler.getInstance().run();\n }", "title": "" }, { "docid": "f14851cbfad06077f2535249666740b6", "score": "0.7143919", "text": "@Override\n pub...
70d9e1347213009e82d1dc3e6dbe8e01
Constructor Creates a connection by calling establishDBConnection in SingletonSwitcher
[ { "docid": "cfaea8403e21f84d33b4d9285b2ed08c", "score": "0.68362087", "text": "public BookTableGateway() {\n\t\tconn = SingletonSwitcher.getInstance().establishDBConnection();\n\t}", "title": "" } ]
[ { "docid": "dfcc5aa05f73dfdf9ff076b58dfa03fb", "score": "0.7368984", "text": "private void initConnectionToDb() {\n ConfigFileProperties config = ConfigFileProperties.getInstance();\n String url = config.getPropertyValue(\"dbUrl\");\n String dbName = config.getPropertyValue(\"dbName...