query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "a1f4424a47edeb6bb07096bd2f25d1b8", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_search, menu);\n MenuItem searchItem = menu.findItem(R.id.miSearch);\n final SearchView searchView = (Search...
[ { "docid": "021fc86775f734939f4acf57059476b1", "score": "0.7190519", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\n\t\t MenuInflater inflater = getMenuInflater();\n\n\t\tinflater.inflate(R.menu.main_activity_bar, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", ...
738938bdf68faf372015a8e4e8cd757b
Subclass API For subclasses to override (The following method is not called because all existing subclasses override it. 20030611 ICU 2.6 Alan) /CLOVER:OFF Subclasses may override this method to compute several fields specific to each calendar system. These are: ERA YEAR MONTH DAY_OF_MONTH DAY_OF_YEAR EXTENDED_YEAR Sub...
[ { "docid": "4c57dc412fb4e7c7ea27fc67977004d8", "score": "0.720927", "text": "protected void handleComputeFields(int julianDay) {\n internalSet(MONTH, getGregorianMonth());\n internalSet(DAY_OF_MONTH, getGregorianDayOfMonth());\n internalSet(DAY_OF_YEAR, getGregorianDayOfYear());\n ...
[ { "docid": "868e0ca7d841d1ad4f73d08677552848", "score": "0.6923236", "text": "protected void computeFields() {\n int offsets[] = new int[2];\n getTimeZone().getOffset(time, false, offsets);\n long localMillis = time + offsets[0] + offsets[1];\n\n // Mark fields as set. Do th...
0085169e4706fa2eafaada3193403f73
Sets the value of the upper property.
[ { "docid": "830b71973ba535b44f45c15c2ec7a9ca", "score": "0.82982594", "text": "public void setUpper(int value) {\n this.upper = value;\n }", "title": "" } ]
[ { "docid": "5a75725b83e6ff49b621bd65d14b8eb8", "score": "0.7645245", "text": "public void setUpperPoint(Point upper) {\n this.upper = upper;\n }", "title": "" }, { "docid": "b3f30cc8e23e227bd9bd83024a29a1b3", "score": "0.7349667", "text": "public void setUpperValue(int valu...
6491566214b527515a852c4e738e065f
Extracts the java.io.Serializable object in this Any object's value field.
[ { "docid": "d9c12cbe33484359024fe92eb93b3907", "score": "0.7680531", "text": "abstract public java.io.Serializable extract_Value() throws BAD_OPERATION;", "title": "" } ]
[ { "docid": "3595b81b3510e9017345a9eb198c2ae5", "score": "0.70281976", "text": "@Override\n\tpublic Serializable getValue() {\n\t\treturn this.value;\n\t}", "title": "" }, { "docid": "4fbc2458c14c6335c7107cf65aa5fcee", "score": "0.6356952", "text": "public Object getObjectValue()\n ...
df136ef97f90d97b3ff4326911fd03d7
overiding system back button
[ { "docid": "a1c38b7b2b1d7e3078d2e3340d5db834", "score": "0.0", "text": "@Override\n public void onBackPressed(){\n\n try {\n Intent intent = new Intent(GameLevels.this, MainActivity.class);\n startActivity(intent);finish();\n }catch (Exception e){\n }\n\n ...
[ { "docid": "dcfea07c046215f0ffd5032bb17aed11", "score": "0.7686968", "text": "@Override\r\n\tpublic void back() {\n\t\t\r\n\r\n\t}", "title": "" }, { "docid": "70acd11cd3af90986f3b5216eabd2605", "score": "0.76559204", "text": "CalendarSettingsPage clickOnGoBackButton() ;", "title...
7f2943f1567f590d740be3b53fe74549
Required. optional string id = 1;
[ { "docid": "006a4e099deec3ff42f42ee128dfe608", "score": "0.0", "text": "@java.lang.Override\n public boolean hasId() {\n return instance.hasId();\n }", "title": "" } ]
[ { "docid": "faec22aa6607e5029f690bc7fbd6508d", "score": "0.8232628", "text": "public void setId( String id) { this.id = id; }", "title": "" }, { "docid": "e22cabf7b8fa614cafc66d86848e0e1a", "score": "0.7979866", "text": "public void setId (String id){\n this.id = id;\n }", ...
03a82e373491b9918ab4302cae9e52a0
A SessionFactory is set up once for an application
[ { "docid": "e2d76139ad9d0fb1d76f4dd87672b271", "score": "0.65696895", "text": "@Override\r\n protected void setUp() throws Exception {\n sessionFactory = new Configuration()\r\n .configure() // configures settings from hibernate.cfg.xml\r\n .buildSessionFactory();...
[ { "docid": "8fec3905a68cf08d105dba97425cbaf3", "score": "0.7720056", "text": "public void initSessionFactory(){\n if (sessionFactory == null) {\n // loads configuration and mappings\n Configuration configuration = new Configuration().configure();\n // builds a ses...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a46493c93fdf4cb4e968225d668085af", "score": "0.0", "text": "@Override\n\t//delete a role by id\n\tpublic int deleteRoleById(UUID id) {\n\t\tOptional<Role> role=this.selectRoleById(id);\n\t\tif (role.isEmpty()) {\n\t\t\treturn 0;\n\t\t}\n\t\telse {\n\t\t\tdb.remove(role.get());\n\t\t\treturn ...
[ { "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": "" }, { ...
6d796bd4166f6c05368e310b94e00380
Executing sql with minidump and return jsontype result for more use of unit test
[ { "docid": "07fcc8b895ce0a5d3dd90e207320b8fc", "score": "0.5326865", "text": "public static JSONObject executeSql(String sql) {\n NereidsParser nereidsParser = new NereidsParser();\n LogicalPlan parsed = nereidsParser.parseSingle(sql);\n if (parsed instanceof ExplainCommand) {\n ...
[ { "docid": "0ba198e96ac7ebbc4b5033f5ac2949ba", "score": "0.5714005", "text": "public static Minidump jsonMinidumpLoadFromString(String inputString) throws IOException {\n // Parse the JSON string back into a JSON object\n JSONObject inputJSON = new JSONObject(inputString);\n Session...
22c2651175ca3f51afefcc573bd93794
PSEUDOCODE: If n is 0, we return 1 since any number to the power of 0 is 1 if n is 1, we return x since any number to the power of 1 is itself if n < 0, we return (1/x) myPow(1/x, (n+1)) We could have just return myPow(1/x, n), but we want to avoid overflow for the case where n is at the borderline of negative integers...
[ { "docid": "984282ad7f74dd75ba07b02cd7ff391d", "score": "0.8237726", "text": "public double myPow(double x, int n) {\n if (n == 0) return 1;\n if (n == 1) return x;\n if (n < 0) return ( (1/x) * myPow(1/x, -(n+1)) );\n\n double y = myPow(x, n/2);\n double square = y*y;...
[ { "docid": "4c02f4729133d1d55c056d01aac561f7", "score": "0.85754883", "text": "double calcPow(double x, int n)\n {\n // Fast exit cases for x\n if (x == 0.0d || x == 1.0d)\n return x;\n\n // Fast exit cases for n\n if (n == 0)\n return 1.0d; // x^0 = 1...
35ec295fc96f1e98772ed6e795a00877
/ Deletes an eperson from the taskpool of a step
[ { "docid": "c82b5fcf3d4d3db557d1f772163337a3", "score": "0.6174243", "text": "public static void deletePooledTask(Context c, WorkflowItem wi, PoolTask task) throws SQLException, AuthorizeException {\n if(task != null){\n task.delete();\n removeUserItemPolicies(c, wi.getItem(...
[ { "docid": "e770b7b6ab4867890121889c3273e340", "score": "0.66261256", "text": "public void deleteByEPerson(Context context, EPerson eperson) throws SQLException;", "title": "" }, { "docid": "120e8bf133cafcb702c3e45deece5d56", "score": "0.64639395", "text": "int deleteByExample(Waterm...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d64831e1d229ea0b4cabaebde303f32a", "score": "0.0", "text": "@Override\n\tpublic List<RecordingBatch> getErrorRecordingBatches(int userId) {\n\t\treturn recordingBatchDao.getErrorRecordingBatches(userId);\n\t}", "title": "" } ]
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
40a39bd41a74f4c0315517e3afd0cccf
printVocabulary pretty prints the vocabulary structure to the log file
[ { "docid": "4e0cc3815cefdf245fae4f941116ba67", "score": "0.7926053", "text": "void printVocabulary();", "title": "" } ]
[ { "docid": "8216264b835566643c0f02120f154d8a", "score": "0.55006343", "text": "public void vocabularyGenerate (String path)\r\n\t{\r\n\t\tTextTokenizer tck = new TextTokenizer(true, true, false);\r\n\r\n\t\tList <INDArray> fvlist = new ArrayList<INDArray>();\r\n\r\n\t\tNeuralNetworkWTV wtv = new NeuralN...
de95dd3b563f8139f61b0557f8e38cd1
=========================================================== Methods for/from SuperClass/Interfaces ===========================================================
[ { "docid": "99c50816a05bfc5ff11862d666a9fee5", "score": "0.0", "text": "@Override\n\tpublic int getFeatureId() {\n\t\treturn FEATURE;\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.66185653", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "731dc0beeb88ccbc817bb2d002a99665", "score": "0.6532869", "text": "public interface Interface {\r\n\t\r\n\r\n\t\t}", "title...
06f105bc9a78b2b116dcf851a86481df
Reads the topic name from the command line, then calls the run_threads method to execute the program threads.
[ { "docid": "d05da6c028cf2ee8b18e9bac42f869b2", "score": "0.7248134", "text": "public static void main(String[] args) {\n AsynchTopicExample ate = new AsynchTopicExample();\n \n if (args.length != 1) {\n \t System.out.println(\"Usage: java AsynchTopicExample <topic_name>\");\n...
[ { "docid": "4eee5557229dd59194d127bdd08356ea", "score": "0.62071353", "text": "public static void main(String[] args) {\n\t\tThreadRunner tr = new ThreadRunner();\n\t\tThread t=new Thread(tr);\n\t\tt.start();\n\n\t}", "title": "" }, { "docid": "6af24d355e0ea9bf042a9cd5d910230f", "score":...
5cb371d9a2987950e2f76744611463c1
/ renamed from: d
[ { "docid": "6ce5f375d22974bf3448615a1696a552", "score": "0.0", "text": "public static void m78210d(String str, String str2) {\n C6907h.m21524a(\"overwrite_song_toast_confirm\", (Map) m78214f().mo59973a(\"music_id\", str2).mo59973a(\"origin_music_id\", str).f60753a);\n }", "title": "" } ]
[ { "docid": "6cf22fdfffee744c6dce1a099a0bdd2a", "score": "0.7168053", "text": "private void d() {\n\t\t\r\n\t}", "title": "" }, { "docid": "9f469cde9b8a8717840b90103ccb3930", "score": "0.7022046", "text": "@Override\n\tpublic void d() {\n\t\t\n\t}", "title": "" }, { "docid...
ce6878c75826cfd8380e4d8972fce6fe
Obtains the container of plugins associated with this extension.
[ { "docid": "eed9e654de8584bea60790bae6e525df", "score": "0.0", "text": "final SpinePluginTarget pluginTarget() {\n return pluginTarget;\n }", "title": "" } ]
[ { "docid": "1290501e197a04f82f4a03a8817d79ad", "score": "0.71372646", "text": "Collection<ServicePluginClassPath> getPlugins();", "title": "" }, { "docid": "46edee0fbe5f6cbbb0fc1a9ed9059c5c", "score": "0.7124716", "text": "public Plugin[] getPlugins() {\n return mPluginArray;\...
2af2fd3c1a493a0aa928bb06a6b1dab8
Gets the connectionProtocol property: Connection protocol used for this connection.
[ { "docid": "f7d395a4e386b4096bfa8dc20dee5456", "score": "0.67261624", "text": "VirtualNetworkGatewayConnectionProtocol connectionProtocol();", "title": "" } ]
[ { "docid": "7d6a993ea453770745bfa318dc160e98", "score": "0.7752798", "text": "public final String getProtocol() {\n return this.protocol;\n }", "title": "" }, { "docid": "daf1456f723ab37e5f5e3c0561cc7b5c", "score": "0.7688328", "text": "public String getProtocol()\n {\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "18f0fc3561f2dc82ca1bf1a09882fe11", "score": "0.0", "text": "public ArrayList findOrganizationListTO(String searchStr, String orderBy) throws ModelException {\n\t\treturn null;\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...
004c9da58a7303f6e34d5ef9373abd0c
Construct a new DisplayRenderer.
[ { "docid": "6f61dd9d85e02b89d579ab2659c24c32", "score": "0.7913762", "text": "public DisplayRenderer () {\n }", "title": "" } ]
[ { "docid": "503128e75dfadc72167d05e82db23a0d", "score": "0.6801943", "text": "private VirtualDisplay createVirtualDisplay() {\n return mediaProjection.createVirtualDisplay(TAG, WIDTH, HEIGHT, DENSITY_DPI,\n DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR,\n surface, ...
d2201ecf970a9bd928bf520608847f7f
String userUrl = linkTo(methodOn(MobileDistributorController.class).detail(null)).withSelfRel().getHref();
[ { "docid": "0dc3eef2399dc1a350e28ba60b8a4ba1", "score": "0.0", "text": "public static List<Map> retriveTypeseMap() {\n\n List<Map> list = new ArrayList<Map>();\n for (StatisticalIndexCodeEnum status : StatisticalIndexCodeEnum.values()) {\n\n Map map= new HashMap();\n ...
[ { "docid": "e2e963110ae760bb5c83e1542c9d4fb4", "score": "0.66189945", "text": "public String getLink();", "title": "" }, { "docid": "282fe00857aa757a7ed6c62fc3552c3a", "score": "0.64318365", "text": "java.lang.String getLinktarget();", "title": "" }, { "docid": "12e4e1615...
9cffcf0d396fe9c2fb4426e4d27ba69f
Test a library that was first removed from the BCP [to a mainline module] and later was moved back to the BCP via a mainline module update. The first part happening before the current SDK and the second part after.
[ { "docid": "ce4b968d7d7bf9f0b0040324f8ae8ea0", "score": "0.7283946", "text": "@Test\n public void testBcpRemovedThenAddedMiddle_targetR() {\n insertLibrary(\"fooBcpRemovedThenAdded\", SDK_INT_PLUS_ONE, \"30\");\n insertLibrary(\"fooBcpRemovedThenAddedCodename\", \"Z\", \"30\");\n\n ...
[ { "docid": "256b3e94442c6b02d04adbb5e398939d", "score": "0.7989259", "text": "@Test\n public void testBcpRemovedThenAddedFuture_usingLib() {\n insertLibrary(\"fooBcpRemovedThenAdded\", SDK_INT_PLUS_TWO, SDK_INT_PLUS_ONE);\n\n ParsedPackage before = ((ParsedPackage) PackageImpl.forTestin...
c68af005348a113b34a841e684a9c593
Private constructor to ensure class cannot be instantiated
[ { "docid": "3c415c4460bc41643d4a5ba98ad28581", "score": "0.6780519", "text": "private Utils() {\n }", "title": "" } ]
[ { "docid": "aad4413fbdcd14ccc4a82b97834a4f70", "score": "0.79962575", "text": "private PrivateConstructor() {\n // prevent instantiation\n }", "title": "" }, { "docid": "3507cf7037c692c62cee81f871796c74", "score": "0.78741", "text": "protected void constructor() {\n\t\t/* t...
c760e0cd6d8f68f493d587207ae6c0f3
String otherUserId = null;
[ { "docid": "a9d62ae05f1bdd21cf6ad0e1dfd5189c", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.activity_demo);\n ButterKnife.inject(this);\n\n /*//获取上个界面聊天对象id\n ...
[ { "docid": "1ab78448c967a94c9d982d1ba82c0fd7", "score": "0.71497226", "text": "public void setUserId(java.lang.String param){\n localUserIdTracker = param != null;\n \n this.localUserId=param;\n ...
658a30bdfc87f185cbf9bdda0b7a84e5
The name of the Glue Data Catalog database when working with a data catalog.
[ { "docid": "a7d16bc8087ab49addcc2f4036e214ed", "score": "0.0", "text": "public AmazonRedshiftNodeData withCatalogDatabase(Option catalogDatabase) {\n setCatalogDatabase(catalogDatabase);\n return this;\n }", "title": "" } ]
[ { "docid": "99b28b0e3b326310684cb8e57359abe3", "score": "0.7281112", "text": "String getDatabaseName();", "title": "" }, { "docid": "99b28b0e3b326310684cb8e57359abe3", "score": "0.7281112", "text": "String getDatabaseName();", "title": "" }, { "docid": "797ce984bf9e2bccb5...
fd99086e11512ea27760d8049bdce124
Gets the riga finale.
[ { "docid": "0e4424f829e07be9fa3555b1cd092196", "score": "0.7740354", "text": "public int getRigaFinale() {\r\n\t\treturn rigaFinale;\r\n\t}", "title": "" } ]
[ { "docid": "bb673e0f4769ca2a1745319887b7dcad", "score": "0.7024625", "text": "public String getRicao() {\n return ricao.get();\n }", "title": "" }, { "docid": "01af1df0b441f2a18ddb4386accada15", "score": "0.6928308", "text": "public int getRigaCorrente() {\r\n\t\treturn rig...
aa45ac54242e3f827550fb436a22305a
Join filterQueries to a single QueryBuilder but exclude the one specified with "exclude".
[ { "docid": "e90a1a9635e773332ad053b4b254e1f9", "score": "0.6785333", "text": "public static Optional<QueryBuilder> joinAllButOne(String exclude, Map<String, QueryBuilder> filterQueries) {\n\t\t// don't use \"remove\" or similar on filterQueries,\n\t\t// because filterQueries is an UnmodifiableMap\n\t\ti...
[ { "docid": "cc46098a9ce181f4e9ed7361300ded21", "score": "0.5873321", "text": "SearchDsl<T> withFilterQuery(final List<FilterExpression<T>> filterQueries);", "title": "" }, { "docid": "d7b4285fef9e2478699e0e953912f632", "score": "0.5778136", "text": "default SearchDsl<T> plusFilterQue...
51373c85d2faba5cb3706ee4513c7fa7
Returns a list of capital cities ordered by population. List can be limited
[ { "docid": "c9a1b197e0ddb8aeb5ba909c166e7df0", "score": "0.6370201", "text": "@RequestMapping(\"capitals\")\n public ArrayList<City> getCapitals(@RequestParam(value=\"limit\", defaultValue=\"-1\") String limitResult)\n {\n return getCities(\"WHERE \"+capitalCondition+\"\\n\",limitResult);\n...
[ { "docid": "525aa9d4ede8f85096dee209d5d1a5f4", "score": "0.65265274", "text": "public List<City> getCities() {\n List<City> list = cities;\n Collections.sort(list);\n return list;\n }", "title": "" }, { "docid": "29f797de969ba260212e231c4dcc8cb7", "score": "0.6124...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3cd73af381121e206eeb185bd625e068", "score": "0.0", "text": "@Override\n\tpublic int verVida() {\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}", ...
09a74121ed1527e21de3b65580874e12
Constructs a Local with the given name and type.
[ { "docid": "8e74776f9f1703f82b311d92c868528f", "score": "0.836937", "text": "public Local newLocal(String name, Type t) {\n return new BafLocal(name, t);\n }", "title": "" } ]
[ { "docid": "44c8a68dcb8b33a5b6fd7fd7be1c033f", "score": "0.6782771", "text": "public LocalDatum createLocalDatum( final String name, final DatumType.Local type ) {\n return (LocalDatum) pool.intern( new LocalDatum( name, type ) );\n }", "title": "" }, { "docid": "343c88f75c8bf1ea9b...
6d02fac7a6a8cb36d2d2602975970b87
Creates an authenticated user instance for the given user name.
[ { "docid": "59e35cf61cf68574235d87e59d8a6529", "score": "0.60979885", "text": "public static AuthenticatedUser buildAuthenticatedUser(String username, String userStoreDomain,\n String tenantDomain, boolean isFederated) {\n AuthenticatedUse...
[ { "docid": "64c8b575b9f08058ad6362b114ec442c", "score": "0.7793785", "text": "public void createUser(String userName) {\r\n user = new User(userName);\r\n logIn();\r\n }", "title": "" }, { "docid": "a0f1f1e4e50885ee6a7e4b80e7d6bb9c", "score": "0.72539836", "text": "p...
faacd0d7786f0be31ebb02f50e8cfb5d
meal Ings declare boolean checker to see if there are null edit text
[ { "docid": "19fd49be6bdd7c56a8b8f7e55c0e26f6", "score": "0.0", "text": "private void checkIngListAndEleList() {\n checker = false;\n //check if meal edit text is null\n if (etmealName.getText().toString().isEmpty()) {\n etmealName.setError(\"الرجاء ادخال اسم الوجبة\");\n ...
[ { "docid": "19b3dbf2637845808d1540b907b294f0", "score": "0.7489946", "text": "public boolean emptyCheck(EditText editText) {\r\n\t\tif (editText.getText().toString().equals(\"\")) {\r\n\t\t\treturn false;\r\n\t\t} else {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t}", "title": "" }, { "docid": "91b3...
94465b550543966582c4e2fb38b030e8
The namespaced kernel parameter for which to set a ``value``.
[ { "docid": "61f53ba1d5622f8b7b4410d88a8d1843", "score": "0.0", "text": "@Required\n public String getNamespace() {\n return namespace;\n }", "title": "" } ]
[ { "docid": "91248e1ad289cb13b960304fb4ad3976", "score": "0.65111804", "text": "public void setKernel(Kernel value) {\r\n\t\tm_kernel = value;\r\n\t}", "title": "" }, { "docid": "8d199ba120709a1a843c260123617a19", "score": "0.6506579", "text": "public void setKernel(Kernel value) {\r\...
b9b04586db014ccdfda3026efea99a9b
/ display MDR to the user
[ { "docid": "a9b7bd9a9b824d6575479d514d046f9d", "score": "0.0", "text": "@Override\n\tpublic void update(Observable observable, Object data) {\n\t\tmdrTextView\n\t\t\t\t.setText(String.format(mdrFormat, model.getMaximumDataRate()));\n\t}", "title": "" } ]
[ { "docid": "9d1486afcf9db9e2bbc369dbfc524726", "score": "0.611171", "text": "private void displayUserDelegation() {\r\n userDelegationForm = new UserDelegationForm(mdiForm,true);\r\n userDelegationForm.display();\r\n }", "title": "" }, { "docid": "4972d8abfed6a7de1f41d8d0c11...
fda1d1572fa8fe629a6fd74c182a449f
This method publish health event.
[ { "docid": "8d05650a11ec862342cf437440c17f8f", "score": "0.76655453", "text": "private void publishHealth(HealthMessage message) {\n SystemEvent healthEvent = new SystemEvent(this.cswCtx.componentInfo().prefix(), new EventName(Constants.HEALTH))\n .madd(message.healthParam, message...
[ { "docid": "4a8beb86be8d6170dfed996eeecf819d", "score": "0.58496547", "text": "Health getHealth();", "title": "" }, { "docid": "d24b20bcdb187942f929673bd5c0ed1f", "score": "0.583336", "text": "public int getHealth() {\n return health_;\n }", "title": "" }, { "doci...
c3da35e311ec6a9bf584876dde98916a
Clear the ignored objects array after the test execution.
[ { "docid": "03c9e19fa621c2aa95b65d4c3ebf6288", "score": "0.6569934", "text": "@Override\n protected void after() {\n\tignoredObjects.clear();\n\n\tsuper.after();\n }", "title": "" } ]
[ { "docid": "bb2f0688eca6a4e4b0c2cf02bc174415", "score": "0.6637621", "text": "public void clearObjects()\r\n {\r\n objects.clear();\r\n }", "title": "" }, { "docid": "004c8456edba97bdacafeef1c6c0f15e", "score": "0.65778923", "text": "private void clearSkipped() {\n ...
f63addf00e57669d1bdded9e492bf896
This function validates all the parameters required for any visualization. Following checks are done, Validation of dataset name for its existence Validation of table name for its existence Validation of column names for their existence in the given table
[ { "docid": "f34fd34d359a365b5e3e0c004b3353d7", "score": "0.52905923", "text": "public static List<Map<String, String>> areParametersValid(String dsName, String tableName, List<String> columnList, boolean fromTemporaryData) throws IDAException, IOException {\n\t\tif (isStringEmpty(dsName)) {\n\t\t\tthrow...
[ { "docid": "e5e54467dd9a61c2de33015f536e412b", "score": "0.60774535", "text": "public void validate() throws org.apache.thrift.TException {\n if (platformArgs != null) {\n platformArgs.validate();\n }\n if (table != null) {\n table.validate();\n }\n }", "title": ...
da1c0c5d909ddaccaae82f788ba31fcb
Registering as InfoFragment for MeetingActivity
[ { "docid": "47f088678cc0c4d85ba2860ded934a9b", "score": "0.6595417", "text": "@Override\r\n\tpublic View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {\n\t\tJoinusApplication.getInstance().setInfoFragment(this);\r\n\t\t\r\n\t\tView rootView = inflater.inflate(R.l...
[ { "docid": "10581099980984ca665b0f295a99e328", "score": "0.64303684", "text": "ActivityInfo getActivity();", "title": "" }, { "docid": "306d5a45424129045f40e056f02f2a5d", "score": "0.62914896", "text": "public InfoWindowFragment() {\n // Required empty public constructor\n ...
cc208d98a169891886d64bf407aba2cb
Run the void setNamespaceMappings(Vector,Vector) method test.
[ { "docid": "452af95556884a8ee5aa7d326901964f", "score": "0.7004829", "text": "@Test\n\tpublic void testSetNamespaceMappings_fixture7_1()\n\t\tthrows Exception {\n\t\tElement fixture = getFixture7();\n\t\tVector prefixes = new Vector();\n\t\tVector URIs = new Vector(new ArrayList());\n\n\t\tfixture.setNa...
[ { "docid": "c26c195b04867c5b10f9b007fabbe49a", "score": "0.76478493", "text": "@Test\n\tpublic void testSetNamespaceMappings_fixture16_1()\n\t\tthrows Exception {\n\t\tElement fixture = getFixture16();\n\t\tVector prefixes = new Vector(1, 1);\n\t\tVector URIs = new Vector(new ArrayList());\n\n\t\tfixtur...
3436eae4e5934093dd10dce7f02ebca4
public method for finding a node in the tree
[ { "docid": "f60e98dee1f7c0420cafc60c1867056c", "score": "0.0", "text": "public E find( E x )\n {\n LazySTNode resultNode;\n resultNode = find(mRoot, x);\n if (resultNode == null)\n throw new NoSuchElementException();\n return resultNode.data;\n }", "title...
[ { "docid": "416666f65b060b64c85114a349cd9a26", "score": "0.82722706", "text": "Node find(Node node);", "title": "" }, { "docid": "902cc6d61f1e7014486dfb4c5afcc733", "score": "0.75065255", "text": "public Node<E> search(E data){\n \treturn tree.find(data);\n }", "title": "" ...
82e83c911e15faad6b7de350a01340b1
Represents an aggregate expression.
[ { "docid": "2a924340717cfc0060d231343e9b8f5d", "score": "0.7554109", "text": "public interface AggregateExpression {\n\n /** Standard aggregation method. */\n enum StandardMethod { SUM, MIN, MAX, AVERAGE, COUNT_DISTINCT }\n\n /**\n * Gets the name of the custom aggregation method if used.\n * @re...
[ { "docid": "f54e8239e80917c617c789ca8f0adee1", "score": "0.6695316", "text": "public void addAggregateExpression(String aggregateExp) throws Exception{\n selenium.type(\"aggregate_expr\", aggregateExp);\n }", "title": "" }, { "docid": "5f6a857d5099a9e31a4be4a63cd66e3b", "score"...
080caaf344728db23e517564a4bc7cd9
stub of arg size 5, index 14
[ { "docid": "de431755eac06bb505bc1c017e1081d2", "score": "0.0", "text": "public static int stub_hook_14(int a0, int a1, int a2, int a3, int a4) throws Throwable {\n return (int) hookBridge(getMethodId(5, 14), new call_origin_5_14() , a0, a1, a2, a3, a4);\n }", "title": "" } ]
[ { "docid": "b43da4382cc108abf8e8007690e6b5bb", "score": "0.6636643", "text": "@Override\n public int getArgLength() {\n return 5;\n }", "title": "" }, { "docid": "d532429d4fba8cb05cfec7cf50dd9029", "score": "0.63050014", "text": "@Override\n public int getArgLength() ...
85ad85171a70f3aa2a82a07c641f38df
Get a pipeline version string, given a pipeline specification object. The version string is used to uniquely describe the pertinent details of the specification and the configuration, to allow the Connector Framework to determine whether a document will need to be processed again. Note that the contents of any document...
[ { "docid": "e5adf112f8fc1b66bba0d16ee5bfc70d", "score": "0.5601138", "text": "@Override\n\tpublic VersionContext getPipelineDescription(Specification os) throws ManifoldCFException, ServiceInterruption {\n\t\tSpecPacker sp = new SpecPacker(os);\n\t\treturn new VersionContext(sp.toPackedString(), params,...
[ { "docid": "318f7629b8499495324ecf3b891db5d5", "score": "0.6459327", "text": "public java.lang.String getSpecVersion() {\n java.lang.Object ref = specVersion_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.Byt...
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": "1a239553d1a9a50807c9256d7901f3e1", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n return true;\n ...
[ { "docid": "da3606f26f1cc02f03beef11ac6929bc", "score": "0.77362835", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n switch (item.getItemId()) {\n case android.R.id.home:\n // app icon in action bar cli...
09a486b2c23ed05dc3f4302a3fc2bd77
required int64 time = 2;
[ { "docid": "8f0097bbfe2336bab84d040df4daa967", "score": "0.0", "text": "public long getTime() {\n return time_;\n }", "title": "" } ]
[ { "docid": "81935e7f64e8fb3a21e66487794bb67e", "score": "0.66333383", "text": "int getTime();", "title": "" }, { "docid": "81935e7f64e8fb3a21e66487794bb67e", "score": "0.66333383", "text": "int getTime();", "title": "" }, { "docid": "81935e7f64e8fb3a21e66487794bb67e", ...
af735037d245c2bd874ef61b845a7cb4
int32 oneof_1746 = 1746;
[ { "docid": "1b2755fca774d3e795bba2610e0d8b0a", "score": "0.0", "text": "public Builder setOneof1746(int value) {\n hugeOneofCase_ = 1746;\n hugeOneof_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "e304ec8b63a527bb4d11ad929891ac6d", "score": "0.637544", "text": "long mo1761b();", "title": "" }, { "docid": "4da0c951a1621a3be16254e36ada7a53", "score": "0.6176726", "text": "boolean mo61761b(int i);", "title": "" }, { "docid": "c39c4f288f53320415b14251be7dbf...
84387564a5acfbbd8ccd619a778fe027
Returns all rows from the pais table that match the criteria 'ACTIVO = :activo'.
[ { "docid": "a31a2bf72bea98f22c1eb4d6d0a38adb", "score": "0.7553701", "text": "public Pais[] findWhereActivoEquals(int activo) throws PaisDaoException;", "title": "" } ]
[ { "docid": "a289470d1585c6a47d36e401b4939dc6", "score": "0.610694", "text": "public void ListarProvAct(Connection con, JTable tabla){\n DefaultTableModel model;\n String validar = \"ACTIVO\";\n String [] columnas ={\"ID_PROVEEDOR\",\"RUT_PROVEEDOR\",\"PROVEEDOR\",\"NOMBRE_CONTACTO\"...
6429c2fc6b490cbb97fd832601c63dc6
Add a new user. This command adds a new user record to the internal Sinciput repository. At minimum, a new user record should have a username and a password, but other attributes are allowed, too.
[ { "docid": "8b0b1a697afd0842536b71440b8a601a", "score": "0.0", "text": "public void execute() throws ReRouteRequest {\n\t\t/*\n\t\t * 1. Check to see if right params exist.\n\t\t * 2. Check to see if another user of this name exists.\n\t\t * 3. Check password\n\t\t * 4. Create record\n\t\t */\n\t\t\n\t\...
[ { "docid": "8a2c17b340d804244aa0920c14576a39", "score": "0.7331995", "text": "public void addUser()\n\t{\n\t\tStateManager stateManager = StateManager.getInstance();\n\t\t\n\t\tif (!txtUsername.getText().isEmpty() && !txtPassword.getText().isEmpty())\n\t\t{\n\t\t\tif (!UserLibrary.userExists(StateManage...
5073b20bcb830c0c8362bed2a1ff1872
Gets a custom processor for a node.
[ { "docid": "d43c6e0409b2374f7a23ffc0316bbf2f", "score": "0.7242905", "text": "public abstract CustomProcessor getCustomProcessor();", "title": "" } ]
[ { "docid": "4dbc9648564fc6ea86f8f68f2df0f476", "score": "0.6083642", "text": "ICpItem getProcessor(String processorName);", "title": "" }, { "docid": "a74bf942f4c6e24887be7e0eddbd796d", "score": "0.6056875", "text": "protected BasePayment.Processor getProcessor() {\n return ne...
0c46b742b34888bd5d3e7fe6e3c6786f
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
[ { "docid": "09604c5c1683d3895cca872ef9ebefad", "score": "0.0", "text": "public CreateWxCloudBaseRunEnvRequest(CreateWxCloudBaseRunEnvRequest source) {\n if (source.WxAppId != null) {\n this.WxAppId = new String(source.WxAppId);\n }\n if (source.Alias != null) {\n ...
[ { "docid": "b4d2a6406ea6be2bb988058cd250ace7", "score": "0.641572", "text": "public void set(String key, Object value);", "title": "" }, { "docid": "9e6a9ed366a36b81b831a9466d7c0755", "score": "0.6415164", "text": "void set(K key, V value);", "title": "" }, { "docid": "5c...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "df7ffde6051dd48d0e1e07612127899d", "score": "0.0", "text": "@Override\n\tpublic CommentVO get(int idx) {\n\t\tlog.info(\"get\"+idx);\n\t\treturn mapper.get(idx);\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
17eb5aa25624cafcfadd2b39abf3c108
Removes the head of the queue and returns it, blocks until it succeeds.
[ { "docid": "64e0e27ca08a9abf96ee48ee5a7b5f55", "score": "0.0", "text": "public byte[] take() throws KeeperException, InterruptedException {\n // Same as for element. Should refactor this.\n while(true){\n try{\n orderedChildren();\n }catch(KeeperExcept...
[ { "docid": "6e12a09a3b43d5108489a46c6fd6360f", "score": "0.80101144", "text": "public Instruction removeHead() {\n\t\treturn myqueue.poll();\n\t}", "title": "" }, { "docid": "7ebf5be15bb9c9da9c6425cbcffae1b2", "score": "0.7842801", "text": "public T poll() {\n T remove = null;...
444837cc6ab2d006f50e0b49b2cc863c
Constructor for the done command.
[ { "docid": "1367b6dad645c389b67395dd10385ae0", "score": "0.5615181", "text": "public DoneCommand(String afterCommand) {\n this.afterCommand = afterCommand;\n }", "title": "" } ]
[ { "docid": "7373d42dfcc5842e4fe3120a26879b37", "score": "0.7064629", "text": "public void done() {\n }", "title": "" }, { "docid": "7e8ec5636af26261c1d457a583445f54", "score": "0.7014128", "text": "public void done() {\n\n\t}", "title": "" }, { "docid": "6a942d08e9...
5b31d93820f2f90eb44f87a3a8fb5508
Empty constructor: fields get no values!! Only use this if you set the fields immediately afterwards
[ { "docid": "affd179f10c6bb064dfb3f6cdf384c39", "score": "0.0", "text": "public ProtocolHeader()\n\t{\n\n\t}", "title": "" } ]
[ { "docid": "a5e1b110ff380f6b60db1587c9d2b926", "score": "0.7200471", "text": "public Field(){\r\n this(0, 0);\r\n }", "title": "" }, { "docid": "f757895b2b94b222a7a935cba337ddba", "score": "0.7150535", "text": "Person() {\n age = 23;\n fname = \"Unknown\";\n ...
c730b7db1638b3e2898fee3311f76c8d
$ANTLR end synpred92_InternalGo $ANTLR start synpred95_InternalGo
[ { "docid": "f534dc9de235c0ab3363a7c49b99e148", "score": "0.613534", "text": "public final void synpred95_InternalGo_fragment() throws RecognitionException { \r\n Token otherlv_3=null;\r\n EObject lv_simplestmt_2_0 = null;\r\n\r\n\r\n // InternalGo.g:4790:4: ( ( (lv_simplestmt_2_0=...
[ { "docid": "99f41ca1dc69d9c8099369cdf9d92373", "score": "0.65347075", "text": "public final void synpred92_InternalGo_fragment() throws RecognitionException { \r\n Token otherlv_2=null;\r\n EObject lv_exp_1_0 = null;\r\n\r\n\r\n // InternalGo.g:4526:3: ( ( () ( (lv_exp_1_0= ruleEx...
e4be586657e0a0c96b586578845727da
Recorta el texto dado para hallar la parte previa a la aparicion del carater '?1'. Este metodo es empleado por ejemplo en BeanPublication.getUserPublicationPart1, que envia por parametro uno de los valores predefinidos en los ficheros 'events_X.properties'. De forma que puede darse el siguiente ejemplo: dado el texto &...
[ { "docid": "e461f6a1fa15357a5e0f630412f6d311", "score": "0.55897677", "text": "public static String getTextPart1(String textToPart){\n\t\tint indexOfValue = textToPart.indexOf(\"?1\");\n\t\tif( indexOfValue>0 ){\n\t\t\ttextToPart = textToPart.substring( 0,indexOfValue-1 );\n\t\t}else{\n\t\t\ttextToPart ...
[ { "docid": "61ffe639ee2240a55f0f74095c452434", "score": "0.5442196", "text": "String getEnunciadoPreposicion();", "title": "" }, { "docid": "b8e69e6af885fefe7a84c2cd086bdab0", "score": "0.5322176", "text": "private int printProTitle( int line)throws Exception{\n\tline += 30;\n\tconte...
e34ffafe08047faf7d6cc0f3f912fbd1
This will remove a ingredient to a burger and keep all other ingredients in the correct location according to the recipe.
[ { "docid": "46bcd7edf3d8738f9cd3f49e5552d4ab", "score": "0.650449", "text": "public void removeIngredient(String type) {\n\t\tMyStack<MyRecipe> temp =new MyStack<>();\n\t\tMyRecipe item;\n\t\twhile (myCustomerOrder.size() != 0) {\n\t\t\titem = myCustomerOrder.pop();\n\t\t\tif (!(item.toString().equals(t...
[ { "docid": "148dbb6b011e588a0da2f6cbcbaa0926", "score": "0.75125116", "text": "public void removeIngredient(String type) {\n\t\tMyStack<String> temp = new MyStack<String>();\n\t\twhile (myBurger.peek() != type) {\n\t\t\ttemp.push(myBurger.pop());\n\t\t\tif (myBurger.size() == 0) { // burger doesn't have...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "82adbff2acdd19bb1a1780d763f14b47", "score": "0.0", "text": "@Override\n\tpublic void actionPerformed(ActionEvent e) {\n\t\tif (e.getSource() == start) {\n\t\t\tnew ServerConClient();\n\t\t} else if (e.getSource() == close) {\n\t\t\tSystem.exit(0);\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
332dc5f7fedcb77761d52c9db7691e99
The getLength method returns a Rectangle object's length.
[ { "docid": "91b674daa639ebe012512be362ec2908", "score": "0.0", "text": "public void setDogName1(string dogN)\r\n {\r\n dogName = dogN.substing(1, 20);\r\n }", "title": "" } ]
[ { "docid": "3e274a8b8d8151b7df7ddb475d672154", "score": "0.7738027", "text": "@Pure\n\tdouble getLength();", "title": "" }, { "docid": "a1c8961f716153b949606cb31e26800e", "score": "0.7351377", "text": "public double getLength() {\r\n\t\treturn length;\r\n\t}", "title": "" }, ...
7f395c05fcdc9593f666c9dddd551653
optional int32 id = 2;
[ { "docid": "00e36e7a671e63d4046b575ac45822c8", "score": "0.0", "text": "@java.lang.Override\n public boolean hasId() {\n return ((bitField0_ & 0x00000002) != 0);\n }", "title": "" } ]
[ { "docid": "6e04fcf300775ae04dba0b7dd54aea63", "score": "0.73382246", "text": "int getId(){return id;}", "title": "" }, { "docid": "3766cfa2ca4e911421b8261c49c9dd6d", "score": "0.70545655", "text": "Integer getId();", "title": "" }, { "docid": "3766cfa2ca4e911421b8261c49c...
51b44b20aa5968d9cf75814d8ce27006
Getter de l'attribut nom.
[ { "docid": "eaf3354a641b01cd03a8e46983c8287b", "score": "0.8057267", "text": "public String getNom() {\n return nom;\n }", "title": "" } ]
[ { "docid": "588b2fd3795a55d14c4302b4e664739a", "score": "0.82090616", "text": "public String getNom() {\r\n \treturn nom;\r\n }", "title": "" }, { "docid": "47b9fed25f1d294964b8cbf4c9a64718", "score": "0.81962705", "text": "public String getNom() {\n return nom.get();\n }...
c1d3c4171fbcf3a22ce67df6e006e739
Creates new form NewJFrame
[ { "docid": "6e340642107a51a375cf92301d57e443", "score": "0.0", "text": "public MainFrame() {\r\n\t\tinitComponents();\r\n\t}", "title": "" } ]
[ { "docid": "c0c052fa268bdc274a09e3225433ed5a", "score": "0.8175046", "text": "public NewJFrame() {\n initComponents();\n this.show();\n }", "title": "" }, { "docid": "8b823b40821c7c61970dc811fce611b0", "score": "0.7969135", "text": "public NewJFrame() {\n init...
845c91a3c078a30813f86187079c37ab
Make only these properties editable
[ { "docid": "c687b52eaf14f4b8685af1c3ea7110b6", "score": "0.7421309", "text": "public void makeOnlyThesePropertiesEditable(String propertyNameSequence[]) {\r\n\t\tfor (int i = 0; i < _properties.length; i++)\r\n\t\t\t_properties[i].setContextEditable(false);\r\n\t\tfor (int i = 0; i < propertyNameSequenc...
[ { "docid": "90ba55ad6cc94a87f3b8646ebd4f78d0", "score": "0.675861", "text": "private void setEditableP() {\n\n jButton2.setEnabled(true);\n jLabel2.setEnabled(true);\n jButton4.setEnabled(true);\n jToggleButton8.setEnabled(true);\n jTextField1.setEditable(true);\n ...
72b22ad7f86b5cc4874abd5055815d88
Kleisimo tis vasis dedomenwn
[ { "docid": "1c13a756039f7e3b044eea7213a12791", "score": "0.0", "text": "@Override\n protected void onDestroy() {\n super.onDestroy();\n\n appDB.close();\n }", "title": "" } ]
[ { "docid": "9a13608e1cca11d7722c22d60ed908da", "score": "0.71524334", "text": "public void dajZamestancomVyplatu() {\n\t}", "title": "" }, { "docid": "beaa0797e2114fbe337c976071d31e32", "score": "0.7048869", "text": "protected abstract void lisaaSeuraajatKekoon(Koordinaatti kasitelta...
528168f95b0e925aabfdaec6ba9975b3
/ / / / / / /
[ { "docid": "d89b60f22bcddfdaa0b91b3bfa5ec0e5", "score": "0.0", "text": "public void dispose() {\n/* 269 */ this.ctx.removeViewport(this.e);\n/* 270 */ super.dispose();\n/* */ }", "title": "" } ]
[ { "docid": "c2abac99adbb5cc23924536ed7ed5bb2", "score": "0.541662", "text": "@Override\n\tpublic void divertir() {\n\t\t\n\t}", "title": "" }, { "docid": "f315bbba228c01512b113fc8cf550e41", "score": "0.52588", "text": "public String run() {\n\t\tint hei0 = (int) asteroids.GetHeight()...
210af51bfeeac6a7ec50b98aba02aae6
Creates a new request
[ { "docid": "751539cfbc74b1a9bd07e87265b6d1a8", "score": "0.0", "text": "public CopyForm(PerunEntity entityFrom, int fromId, PerunEntity entityTo, int toId) {\n\t\tthis.entityFrom = entityFrom;\n\t\tthis.entityTo = entityTo;\n\t\tthis.fromId = fromId;\n\t\tthis.toId = toId;\n\t}", "title": "" } ]
[ { "docid": "3bd9244cf3ccf943f7cba99e5b91de02", "score": "0.7369348", "text": "protected abstract RequestType createRequest();", "title": "" }, { "docid": "90ae86e74cd32575846a7e8bcd271844", "score": "0.71978724", "text": "HttpClientRequest createRequest(HttpMethod method, String requ...
ea80cd50b6ce5ca1de0fd2bbe3868ecd
Prints out all coreference chains (if annotated)
[ { "docid": "6a358e5d882b3d8d98e5507727722102", "score": "0.8556611", "text": "private void printCorefChains(){\n\t\tCollection<CoreferenceChain> corefChains = JCasUtil.select(aJCas, CoreferenceChain.class);\n\t\tfor(CoreferenceChain cChain : corefChains){\n\t\t\tSystem.out.println(\"--------------------...
[ { "docid": "62101c70696f9666a44c8502a69408d1", "score": "0.8351958", "text": "private void printyMyCorefChains(){\n\t\tCollection<MyCoreferenceChain> corefChains = JCasUtil.select(aJCas, MyCoreferenceChain.class);\n\t\tfor(MyCoreferenceChain c : corefChains){\n\t\t\tSystem.out.println(\"* * * * * * * * ...
12e7c2213d31ab63da484cc06b7cad2f
repeated int32 leafIndex = 2;
[ { "docid": "b86d87bd1b6be2cb22263b1556559ddf", "score": "0.6121319", "text": "public java.util.List<Integer>\n getLeafIndexList() {\n return leafIndex_;\n }", "title": "" } ]
[ { "docid": "e3874c4d4a1775d36c51e8fd6ff08df5", "score": "0.73798007", "text": "int getLeafIndex(int index);", "title": "" }, { "docid": "5a0770d1260562086f55157e3a11c1f2", "score": "0.70036036", "text": "int getLeafIndexCount();", "title": "" }, { "docid": "2a62ef84fbf3fc...
ce94f5b07d17beb0e3d65b299092e3b0
Graph the MO to the wire
[ { "docid": "3f71068cb49b19cbd90cc62ac79b2877", "score": "0.49206644", "text": "@Override\n\tpublic void graph(XMLStreamWriter s, Object o,\n\t\t\tFormatterElementContext context, DatatypeFormatterGraphResult result) {\n\t\t// We don't use base.graph() here because we want to control the value property\n...
[ { "docid": "4811a473a01847e201b2e088cd874987", "score": "0.592964", "text": "private void buildGraph() {\n maze.buildGraph();\n }", "title": "" }, { "docid": "cd4f3ca713a06aa6c313a473b8c7ca99", "score": "0.5775012", "text": "private void drawGraph() {\r\n\t\tdouble x0, x1, ...
95333f862b43bba203d90f040d54e103
get XML from command
[ { "docid": "8295c0dd20401520c9bd39dda30d2f5f", "score": "0.0", "text": "@Test\r\n\tpublic void testBuildXmlHonorsIncludeAllLists() {\n\t\tGetListsCommand command = new GetListsCommand();\r\n\t\tGetListsOptions options = new GetListsOptions();\r\n\t\toptions.setIncludeAllLists(true);\r\n\r\n\t\tcommand.b...
[ { "docid": "67621d0ae534049400d690df359df175", "score": "0.663237", "text": "public String getXML();", "title": "" }, { "docid": "67621d0ae534049400d690df359df175", "score": "0.663237", "text": "public String getXML();", "title": "" }, { "docid": "e8aaea6fc46050e8c5774371...
88d0a21198c2964fc5ef6de6da8884a3
change la valeur de la progress bar
[ { "docid": "252eacbd5b7802474810710dd6092ead", "score": "0.7042436", "text": "public static void setProgressValue(int value,String text) {\n _singleton.progressBar.setValue(value);\n _singleton.progressBar.setString(text);\n //si est arrivé a la valeur max : ferme le splash screen e...
[ { "docid": "fb0a77ee607261f90b5e127dd6fdebbe", "score": "0.8485936", "text": "public void updateProgressBar(int value);", "title": "" }, { "docid": "4420bdf4de8e253dbaefc18c68310c5a", "score": "0.8418475", "text": "public void set(int progress);", "title": "" }, { "docid"...
b391b8f9dcab66c72634dce462763681
The security configuration information to use when performing HTTP client requests.
[ { "docid": "9b2d6d3cdd62e214253d312779de36bb", "score": "0.6685663", "text": "public interface HttpClientSecurityConfiguration {\n \n /**\n * Get an instance of {@link CredentialsProvider} used for authentication by the HttpClient instance.\n * \n * @return the credentials provider, or...
[ { "docid": "504152a27c7faa14e91de66e7971318a", "score": "0.67641056", "text": "public String getSecurityConfiguration() {\n return this.securityConfiguration;\n }", "title": "" }, { "docid": "198c7752c585dc92c23e08ff082b61e8", "score": "0.6618806", "text": "public SecurityC...
bc5946fef6187884c19ed64bd1e94226
Finds activity by id
[ { "docid": "a709052812a12b604ad0dbf58dedd4af", "score": "0.8173423", "text": "Activity findById(long id);", "title": "" } ]
[ { "docid": "622f25733eabf4db4a503aacef1868e3", "score": "0.76529616", "text": "@Override\n\tpublic Activity findById(Integer id) throws Exception {\n\t\treturn activityMapper.findById(id);\n\t}", "title": "" }, { "docid": "6cb098f8ed341893db770ce35509ad94", "score": "0.7359909", "tex...
442453d1a47605e16b5bb0494661248f
Pushes the specified amount of characters back into the input stream. They will be read again by then next call of the scanning method
[ { "docid": "75477a64f91c21a89e2c40f08b504f3b", "score": "0.0", "text": "public void yypushback(int number) {\n if ( number > yylength() )\n zzScanError(ZZ_PUSHBACK_2BIG);\n\n zzMarkedPos -= number;\n }", "title": "" } ]
[ { "docid": "4fc7353dc2f28e402b7e252b150dbba6", "score": "0.60296744", "text": "public void consume(int length) {\n setReadPosition(getReadPosition() + length);\n }", "title": "" }, { "docid": "d3d1036785b70441758f2b1fd03cf019", "score": "0.5927504", "text": "void consumeCha...
5823880165e6b3fb639628f16d53a3b5
Construct the sub ontlogy graph by the neighbors method
[ { "docid": "e553aba340835523f5e6001dfeea17d7", "score": "0.55903196", "text": "public void ConsSGNeighbor(Graph source, Graph target, int k_distance)\r\n\t{\r\n\t\tint i,j;\r\n\t\tSet curTotal_set = new HashSet();\r\n\t\tSet star_set = new HashSet();\r\n\t\tSet new_set = new HashSet();\r\n\t\tSet temp_s...
[ { "docid": "a525e6e42a89ca5e0501a73532f2c889", "score": "0.66702324", "text": "private void formNeighborhoods() {\r\n\r\n // Each cell in the grid has its own neighborhood\r\n for (int row = 0; row < this.size; row++) {\r\n for (int col = 0; col < this.size; col++) {\r\n\r\n ...
ccf76fc12e15a64b541340516e3ee6fd
chick if user image is null or not
[ { "docid": "28cb3e67f3c767d1dcd5d709d591dd5d", "score": "0.0", "text": "private void uploadImage () {\n if (ImageDB != null) {\n String userID = firebaseAuth.getCurrentUser ().getUid ();\n // mack progress bar dialog\n final ProgressDialog progressDialog = new Pro...
[ { "docid": "4250cb176433a680178ef29983dbb13f", "score": "0.6998116", "text": "public boolean hasImage(){\n return mImageResourceId != NO_IMAGE_PROVIDED;\n }", "title": "" }, { "docid": "7f226e91b948bb55779efd669b1f603a", "score": "0.6729797", "text": "boolean hasImage();", ...
8a7784925b4e4a2241ab60fc2524c1fe
Add vehicle for user with ID
[ { "docid": "b66ae04a2283e1fd4efd0c3328c8be8a", "score": "0.78301454", "text": "void addVehicle(String id, String vehicle_id);", "title": "" } ]
[ { "docid": "2aa1cbada971516008dd500fa4dc5c2f", "score": "0.664832", "text": "boolean addVehicle(Vehicle vehicle);", "title": "" }, { "docid": "07d632886a4ae7516fe745301416ec55", "score": "0.6644299", "text": "void addVehicle(Vehicle vehicle) throws SQLException, RemoteException;", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d4ae72a429a0eb435f41b8bed997185e", "score": "0.0", "text": "@Override\r\n\tpublic Album deleteMyImage(int id) throws SQLException {\n\t\treturn dao.deleteMyImage(id);\r\n\t}", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
9fddf7eb085e5453f70419f17c7979e9
Creates an advert from the JSON data (returned by the PHP server)
[ { "docid": "9c19d91e4016fec6a4fd233a11be6804", "score": "0.73919106", "text": "public static Advert fromJson(JSONObject json) {\n try {\n int advertId = json.getInt(\"ID\");\n String vehicleReg = json.getString(\"VehicleReg\");\n String description = json.getStrin...
[ { "docid": "e497583da56dedfbfac68c46744148b3", "score": "0.596881", "text": "private void createAd(JSONArray args, CallbackContext cb) throws JSONException {\n String variant = args.getString(0);\n JSONObject options = args.getJSONObject(1);\n\n Log.d(TAG, JavaUtils.format(\"createA...
6b3c5a60c61ad3e314fd32d0d6143218
Return the element value as a date.
[ { "docid": "48dcd365284633c4cf6c49612aec5988", "score": "0.67428756", "text": "public final Date getAsDate() {\n Date result;\n if(value instanceof Date) {\n result = (Date) value;\n } else {\n result = new Date((Long) value);\n }\n return result;...
[ { "docid": "863fd5ea51393bcad7f4d0396cc0ae3a", "score": "0.6888062", "text": "public Date asDate() {\n\t\treturn tagNameToDate(name);\n\t}", "title": "" }, { "docid": "c407cbc782cc53d7fd84d4e2085e97f3", "score": "0.6807435", "text": "public DateTimeDt getDateElement() { \n\t\tif (my...
ee4688ae7dfa194720db9ab47df86fb2
Handles the reply from server
[ { "docid": "1c4e07195bd42853dafb606e2b95a7df", "score": "0.7618292", "text": "public abstract void handleReply(String reply) throws Exception;", "title": "" } ]
[ { "docid": "f9541df802ffd50212d7ee93a99867a9", "score": "0.767063", "text": "private void responsehandle(CoAPPacket rv_packet, ReceiveMessage req) {\n }", "title": "" }, { "docid": "0fb5c5ecba05eb6b425bba80b7b8ffbc", "score": "0.7344403", "text": "public void handle() {\n /...
5da8c54902a1cd356afac54d1f2eec70
/ / / / / / / /
[ { "docid": "cddad45ac6df731eb1ed08f1621d82d4", "score": "0.0", "text": "public DOMParserImpl(XMLParserConfiguration config) {\n/* 197 */ super(config);\n/* */ \n/* */ \n/* 200 */ String[] domRecognizedFeatures = { \"canonical-form\", \"cdata-sections\", \"charset-overrides-xml-en...
[ { "docid": "0022fd8a33c9a06ec94d5eca80a9a8b1", "score": "0.52996826", "text": "public void divide() {\n\t\t\n\t}", "title": "" }, { "docid": "5d806c71caecb3179c42e96f125c780d", "score": "0.5213461", "text": "int drawLowestElevPath(Graphics g, int row) {\n\n for (int i = 0; i < row...
a5e38af7b67d1ffd5ddeb5d358d24457
Autogenerated main method to display this JFrame
[ { "docid": "768dab2bbdfa28c68e67b69da1033a1f", "score": "0.71467066", "text": "public static void main(String[] args)\n {\n SwingUtilities.invokeLater(new Runnable()\n {\n public void run()\n {\n // ComposeMessageFrame inst = new ComposeMessageFrame(...
[ { "docid": "42e92c16deab22cae2e113072dad5627", "score": "0.7818201", "text": "public void display() { \n frame.pack();\n frame.setVisible(true);\n\t}", "title": "" }, { "docid": "b11799721082055097dab50fb155bd45", "score": "0.7772811", "text": "public Main() {\n\t...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "ff1a1363b02af56737ba794a45eed569", "score": "0.0", "text": "public static C33600a m108487a(Class<? extends Fragment> cls) {\n return new C33600a(cls);\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 {\...
9b72d1aa3b4a1c177c56ce6078eb8280
Constructor of the class
[ { "docid": "1571ed9d12d93bacdf89d9eecdfdc658", "score": "0.0", "text": "public MyScreen(Vescape game, AssetManager assetManager) {\n this.game = game;\n this.assetManager = assetManager;\n cam = new OrthographicCamera();\n cam.setToOrtho(false, Vescape.GUI_VIEWPORT_WIDTH, Ves...
[ { "docid": "70584660920566d27ce9d1f8bc4b0ba5", "score": "0.7671558", "text": "public Sala() {\t\r\n\t}", "title": "" }, { "docid": "2d4582968304eaa1193128df0a913163", "score": "0.74454856", "text": "public Exon( ) {\n\t}", "title": "" }, { "docid": "47acb4d9412da9544e7f6...
30a2304852594cbe2a8fc0737e427fbd
Checks the Node's actual type and invokes the appropriate method to further traverse the scenegraph.
[ { "docid": "78252c140baaab097ac8c5a142de5661", "score": "0.0", "text": "@SuppressWarnings({\n \"unchecked\", \"rawtypes\"\n })\n public final void cullNodeAtoms( Node node, Classification parentClassify, boolean cullingSuppressed, View view, Point3f viewPosition, Frustum frustum, RenderBinP...
[ { "docid": "51b527eee5a424c29802ee055e431ec9", "score": "0.62921274", "text": "protected final A visit(Type node)\n\t{\n\t\tif (node instanceof End)\n\t\t{\n\t\t\treturn visit((End)node);\n\t\t}\n\t\tif (node instanceof Branch)\n\t\t{\n\t\t\treturn visit((Branch)node);\n\t\t}\n\t\tif (node instanceof Se...
ca8d3a916f5d14d36bcf847020706f39
if reaches the maximum size, then insert to the last element
[ { "docid": "5e8919afc54f9ef499abeb7d157c641a", "score": "0.0", "text": "public void insert(String last, String first, int age) {\n if(nElems == a.length)\n nElems--;\n a[nElems++] = new Person(last,first,age);\n }", "title": "" } ]
[ { "docid": "6d3b4e54ca813e827fb3948cb5784b26", "score": "0.67558515", "text": "public void insertLast(Object o){\n\n\tif(first == -1){\n\t\tfirst = last = 0;\n\t\tarr[first] = o;\n\t}\n\n\telse{\n \t\t if(size()==length){\n\t\t\tObject temp[] = new Object[2*length];\n\t\t\tfor(int i=0;i<length;i++){\...
3a1941abbf18733f3d65ebf0b43d66ed
TODO add equivalence check
[ { "docid": "3687a8af09ef3444a3c5f627e32c1a52", "score": "0.0", "text": "private void storeInClosedSet(String serialized) {\n\t\t_closedStates.add(serialized);\n\t}", "title": "" } ]
[ { "docid": "5caa95877b11d2f631636aa18177239d", "score": "0.5796121", "text": "boolean hasIsEquivalent();", "title": "" }, { "docid": "98ff4cb433da19ef86cacb49d54d3e00", "score": "0.54953265", "text": "protected abstract Set method_1559();", "title": "" }, { "docid": "5449...
4d31eb5a2f438ca751d90b4d75930469
Create a callback consumer object to be added to the cache. This implementation will create and cache only 'maxConsumers' new consumer objects. After 'maxConsumers' have been created, each time this is called it will iterate through the cached consumers and return the next one.
[ { "docid": "593a7f4c70a3a044eed60bce80121f8c", "score": "0.79428446", "text": "protected synchronized org.omg.CORBA.Object createNewCallbackConsumer()\n {\n CMIExpectedOpeningPriceConsumer retVal;\n // if the max number of consumers haven't been created yet, create a new consumer and ca...
[ { "docid": "0f1de1c82ffee8b66fefb7a331ac6955", "score": "0.58193076", "text": "public interface CallbackV4ConsumerCacheFactory\n{\n public CMICurrentMarketV4ConsumerCache getCurrentMarketConsumerCache();\n public CMIRecapV4ConsumerCache getRecapConsumerCache();\n public CMITickerV4ConsumerCache...
a27ff243148c0ed594ad4e303fb07946
$ANTLR end "rule__MultipleChoiceAnswer__GotoAssignment_2" $ANTLR start "rule__TextQuestion__QuestionAssignment_1" InternalQ.g:1334:1: rule__TextQuestion__QuestionAssignment_1 : ( RULE_STRING ) ;
[ { "docid": "ffc42190719fc847bb6fc912e46f8f8f", "score": "0.80083424", "text": "public final void rule__TextQuestion__QuestionAssignment_1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalQ.g:1338:1: ( ( RULE_STRING ) )\n ...
[ { "docid": "33be07caac2b09a07ae012aef024a8f9", "score": "0.8021657", "text": "public final void rule__MultipleChoiceQuestion__QuestionAssignment_1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalQ.g:1278:1: ( ( RULE_STRIN...
7a1b7f73497917b8292fef3f385eb5ea
Returns the protected content of the given protected region id with the given start and end comment.
[ { "docid": "8e087e39d6f204d8306e40e4739221c8", "score": "0.8267723", "text": "public static String getProtecedContent(String id, String startComment, String endComment) throws ProtectedRegionSyntaxException {\r\n\t\t/* PROTECTED REGION ID(java.implementation._QlJt8CmzEeOSCvB50Wk7Pw) ENABLED START */\r\n...
[ { "docid": "5a4a1c0d8007000de7f2c05239730954", "score": "0.6098796", "text": "public static ProtectedRegion getProtectedRegion(String id) {\r\n\t\t/* PROTECTED REGION ID(java.implementation._7lonECmyEeOSCvB50Wk7Pw) ENABLED START */\r\n\t\tif (current == null) {\r\n\t\t\tthrow new IllegalStateException(\...
b619410358987b0e152e5e006292b8c1
Intent pour lancer une nouvelle Activity
[ { "docid": "2885fd46e425b756ab9b8e4f9e1e9c4c", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n Intent intent = new Intent(activity, AddCityActivity.class);\n\n // Démarrage de l'Activity\n startActivityForResult(intent, ADD_CIT...
[ { "docid": "512d388448179bb7c73391a12eebe58e", "score": "0.78251344", "text": "@Override\n public void onClick(View v) {\n ActivityInfo activityInfo = mResolveInfo.activityInfo;\n //Get class and package name from the metadata and use them to create an explicit intent using ...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "5cf43f4941db175d14c3e4a24da09c03", "score": "0.0", "text": "@Override\r\n public boolean equals(Object object) {\n if (!(object instanceof FacFactura)) {\r\n return false;\r\n }\r\n FacFactura other = (FacFactura) object;\r\n if ((this.ideFafac == nu...
[ { "docid": "226e4edfcc3315033b343f250068aff0", "score": "0.6599339", "text": "private void clearId() {\n \n id_ = getDefaultInstance().getId();\n }", "title": "" }, { "docid": "0726e82f8e61c201289edfe685d77472", "score": "0.65737987", "text": "public int getId() { return...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "95faad63d5a2be442dbb11867970d901", "score": "0.0", "text": "private static byte[] readInputStream(InputStream inStream)\n\t\t\tthrows IOException {\n\t\tByteArrayOutputStream outStream = new ByteArrayOutputStream();\n\t\tbyte[] buffer = new byte[1024];\n\t\tint len = 0;\n\t\twhile ((len = in...
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
5aa8eb3cc71004316456bc34463fdd18
Set how much time FFmpeg should analyze stream data to get stream information. Note that this affects directly the delay to start the stream.
[ { "docid": "3b25b70556a05e5ba3c2803da9d99703", "score": "0.5394295", "text": "public void setAnalyzeDuration(String duration) {\n this.analyzeDuration = duration;\n }", "title": "" } ]
[ { "docid": "5f7e8e476f2638e1780b6e18f7e94249", "score": "0.576701", "text": "@Override\n protected void setMediaLength(long t)\n {\n duration = new Time(t);\n super.setMediaLength(t);\n }", "title": "" }, { "docid": "f16de081b8a7a77e8bdc0cb3f7406f25", "score": "0.5...
661672a25a0ee3fb812a1bad92fbe36a
optional string bcc = 19;
[ { "docid": "b7acf285cc62e5b3970c211390877b48", "score": "0.0", "text": "public Builder clearBcc() {\n bitField0_ = (bitField0_ & ~0x00040000);\n bcc_ = getDefaultInstance().getBcc();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "baad9e2320bbecca85a3e4ce1228a903", "score": "0.723803", "text": "java.lang.String getBcc();", "title": "" }, { "docid": "baad9e2320bbecca85a3e4ce1228a903", "score": "0.723803", "text": "java.lang.String getBcc();", "title": "" }, { "docid": "0852fcf49291faeef3...
bee35028462c2ff6ccd7d3ccb0cfd751
The addProperty() method adds a property to this syntactic item. The property can be retrieved by its name as a string.
[ { "docid": "076b735092e915ac4cba22682f86f1d7", "score": "0.670866", "text": "public void addProperty(Property p) {\n properties.put(p.name.image, p);\n }", "title": "" } ]
[ { "docid": "ade71139808b8becf4f4b5f7f6c0e511", "score": "0.81367385", "text": "void addProperty(String property, String value);", "title": "" }, { "docid": "fccb6bee31588e27ce10d8036ba8077e", "score": "0.77491724", "text": "public void addProperty(String property, String value) {\n ...
d88ba886c0d44d40e182d5ca9a55e71e
This method was generated by MyBatis Generator. This method returns the value of the database column d_invitecode.icid
[ { "docid": "a87f71e2ce3f55bd8455bf6242e25577", "score": "0.63977313", "text": "public Integer getIcid() {\r\n return icid;\r\n }", "title": "" } ]
[ { "docid": "eb867195ff002693da07abe666082ee2", "score": "0.63875043", "text": "public String getInvitecode() {\r\n return invitecode;\r\n }", "title": "" }, { "docid": "3c8bd71f79806aec72d91990e40c413f", "score": "0.6283251", "text": "public String getInviteCode() {\r\n\t\t...
36083dbd7412308ff5e57b5e7df277fd
Launches the Photo Flow application.
[ { "docid": "a805ff83e174d14a712eb418c8902056", "score": "0.7339879", "text": "public static void main(String[] args) {\n\t\tlaunch(PhotoFlowApplication.class, args);\n\t}", "title": "" } ]
[ { "docid": "fe2979f7f84bb01b899e36fff4654347", "score": "0.70242923", "text": "void launchApp();", "title": "" }, { "docid": "b6966b48f80149e98958794bf6ad25f5", "score": "0.6042138", "text": "void launch();", "title": "" }, { "docid": "b6966b48f80149e98958794bf6ad25f5", ...
e9b44fa57a1ad43feeed5c1ae62f8a02
build the matrix which contains all possible subsequences
[ { "docid": "14472751672d90628de90071376fb3e0", "score": "0.0", "text": "public static int[][] BuildMatrix(String X, String Y)\r\n\t{\r\n\t\tint row = X.length()+1;\r\n\t\tint col = Y.length()+1;\r\n\t\tint mat[][] = new int[row][col];\r\n\t\tint i = 0;\r\n\t\tint j = 0;\r\n\t\tfor(i = 0; i < row; i++)\r...
[ { "docid": "8133d37b9ffff253a2728dec4fa46c3a", "score": "0.585189", "text": "private void buildMatrix() {\n\n int totalnumber=this.patents.size()*this.patents.size();\n\n\n\n int currentnumber=0;\n\n\n for(int i=0;i<this.patents.size();i++) {\n ArrayList<Double> temp_a=ne...