query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
41937db0dd9c4a3cf99598b28de1031b
VB modules can have their module name declared by an attribute named VB_NAME, hat can deviate from the module file name. The value of attribute VB_NAME is returned by this method.
[ { "docid": "17a64b1e723992ff85bb5515372343a5", "score": "0.5595652", "text": "protected String analyzeDeclaredModuleName(final StartRuleContext ctx) {\r\n\t\tfinal VbModuleNameAnalyzerVisitorImpl visitor = new VbModuleNameAnalyzerVisitorImpl();\r\n\t\tfinal String moduleName = visitor.visit(ctx);\r\n\r\...
[ { "docid": "b628ad3e2f5745c243c42620a13639e5", "score": "0.6630449", "text": "@Override\n\tpublic String getName() {\n\t\treturn MODULE_NAME;\n\t}", "title": "" }, { "docid": "4bc8991621c09d9cd2f64a7434923d30", "score": "0.6602598", "text": "String getModuleName();", "title": "" ...
23eaac9f21b3c15c2c4441edc1e536c6
Returns the configurations of the dependency required in a given root module configuration.
[ { "docid": "1be22080aa75afdc1942f09dc5dddab4", "score": "0.69004124", "text": "protected Set<String> getConfigurations(String rootModuleConf) {\n return rootModuleConfs.get(rootModuleConf);\n }", "title": "" } ]
[ { "docid": "97bbee58ad0d9f1b603ea0cbd83506fd", "score": "0.612392", "text": "ModuleConfiguration getModuleConfiguration();", "title": "" }, { "docid": "fcf06f46f314d3ea06dc32a6b79b82a5", "score": "0.55242866", "text": "@Override\n public ImmutableList<IvyArtifactName> getConfigura...
196f427bd91dea9a923076385ec0f574
Returns the Y of the bounding box of the original SVG image.
[ { "docid": "832e41f28276c5d7e21eec7903e214b0", "score": "0.6016857", "text": "public static double getOrigY() {\n return 0.0;\n }", "title": "" } ]
[ { "docid": "d5b062f3d0220cac7e9b00b04caaed8b", "score": "0.6876303", "text": "public double getvalueY() {\r\n\t\treturn this.box.leftCorner.getvalueY();\r\n\t}", "title": "" }, { "docid": "c25e91625c4702aa7c9ae5ee37376757", "score": "0.6816627", "text": "int getRectangleY();", "t...
0d61a86dc7adaebe922d5e631474fa84
Find all by tour order by id desc.
[ { "docid": "fddf397864125f2813878d623ad327a7", "score": "0.7822002", "text": "Set<Event> findAllByTourOrderByIdDesc(Tour tour);", "title": "" } ]
[ { "docid": "5e4e944215214f5523e884e12f66e045", "score": "0.72025335", "text": "Set<Hotel> findAllByOrderByIdDesc();", "title": "" }, { "docid": "03af7205791c0b1dba46c76cdb69fcd0", "score": "0.64069104", "text": "public List<Tour> getAll();", "title": "" }, { "docid": "e72...
1e433f3d3a341ed648761cbfa06f13d5
optional uint64 operatorID = 2;
[ { "docid": "8e26c3f22b3efee8783c8701c539e448", "score": "0.5375891", "text": "public Builder clearOperatorID() {\n bitField0_ = (bitField0_ & ~0x00000002);\n operatorID_ = 0L;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "4f99a96a10b7ff0733b1a673ad3a0d58", "score": "0.7483058", "text": "long getOperatorID();", "title": "" }, { "docid": "4d36d4fa94014cbe60957d855f16be30", "score": "0.696566", "text": "@Override\n public long getOperatorID() {\n return operatorID_;\n }", "titl...
7e7cb8ebc4446572aaaf577928f1ae51
Get the domainNameResolutionEnabled flag, if it true customer can use GEOIP_FIRST_LEVEL_DOMAIN and GEOIP_SECOND_LEVEL_DOMAIN tags.
[ { "docid": "308b851253642db97e19f181abb51a13", "score": "0.4959392", "text": "public DomainNameResolver getDomainNameResolver() {\n\t\treturn domainNameResolver;\n\t}", "title": "" } ]
[ { "docid": "9a19b3ae5172881f5061dc1e022604c5", "score": "0.5999154", "text": "boolean hasDomain();", "title": "" }, { "docid": "148fb7683bc746cd6af2eefbf1d35703", "score": "0.59023106", "text": "java.lang.String getDomainName();", "title": "" }, { "docid": "2e67bcfa8617cc...
08beace138f74b166858c00d85887602
Read a 16 bit little endian value as int.
[ { "docid": "9b32dfb1873fe6b23bc12cf78639c1b0", "score": "0.670712", "text": "@Contract(pure = true)\n @SuppressWarnings(\"MagicNumber\")\n public static int readLE16(@NotNull byte[] raw, int offset) {\n return (raw[offset] & 0xFF) + ((raw[offset+1] & 0xFF) << 8);\n }", "title": "" ...
[ { "docid": "6385f5b448d4307919c324e94c47c6d9", "score": "0.76612395", "text": "@FastNative\n public native final short readInt16();", "title": "" }, { "docid": "fb73b8e1a467f0a9ebfa11aac2920665", "score": "0.7296989", "text": "public int readU16() throws IOException {\r\n r...
0047c1a7eab602459a591cff19f59ad2
/ / / / / / / / / / / / /
[ { "docid": "e4de3d9069eff86428298493378a998a", "score": "0.0", "text": "static TableColumn<ObservableList<SpreadsheetCell>, ?> getTableColumnSpan(TablePosition<?, ?> pos, SpreadsheetGridView cellsView, SpreadsheetView spv) {\n/* 126 */ return cellsView.getVisibleLeafColumn(pos.getColumn() + spv\n/* ...
[ { "docid": "564c4c725d06dc4fbbd8caf163f959c3", "score": "0.55104524", "text": "private int parent(int i){return (i-1)/2;}", "title": "" }, { "docid": "3da830bf862d3214317da2be253dd5e0", "score": "0.54136074", "text": "private int leftChild(int i){return 2*i+1;}", "title": "" ...
3932752175d566b7ae421b312f4b582f
find a single entity
[ { "docid": "46d5fc970af49508d82999b0a57f85a3", "score": "0.7462623", "text": "T findOne(String id);", "title": "" } ]
[ { "docid": "5999ca6131836f7b30cd2a4d9038562d", "score": "0.81281596", "text": "T findEntity(Long id);", "title": "" }, { "docid": "185eceaa2a39c6a2f44e2c6b9fbef2d0", "score": "0.753117", "text": "public abstract Entity findById(String id) throws ApplicationException;", "title": "...
516806955b9f4ad593c20d542b95bda8
Metodo que inicializa el controlador de autenticacion
[ { "docid": "b82444f23e79614c55d3443d6e2b20f5", "score": "0.71268636", "text": "public void autenticar()\r\n {\r\n vP.dispose();\r\n cAuten = new ControladorAutenticacion(this);\r\n }", "title": "" } ]
[ { "docid": "53f70089d8c08bb4845ae1e403195e11", "score": "0.73835737", "text": "public Authentification() {\n initComponents();\n }", "title": "" }, { "docid": "0ef19fba339be37d8c98f3955142da4e", "score": "0.69541377", "text": "public AutenticaClient() {\n initCompone...
3f9d8cb05a9375d56e92692bcb28554f
/ Removed PrepareAcademicYearId and used getUserAcademicYearId() is done by venkatesh 04192013
[ { "docid": "2cc31708b57106aa18d401318a553fa2", "score": "0.0", "text": "public Map<String, String> updateStudent(StudentVo pobjStudent,Customer customer,long academicYearId, User loggedUser,String currentClass,String admissionNumber,String feeSettingIds,SMSServiceProviders smsServiceProvider) throws URT...
[ { "docid": "de51ed823c9cc9d4e2d7d3565bdafe44", "score": "0.6374127", "text": "public ResultSet getCreditsThisAcademicYear(int academicYear) {\n try {\n // Sets the academic year to the current year if the academic year has\n // been set to a pre-arranged value for this purpo...
4b9c89d0b94ab147af74d5dd071f4cc8
Returns the symbolic name of the adapter
[ { "docid": "5fcafe3e8a3066ddece496a1ca41ca73", "score": "0.7823246", "text": "@Override\n\tpublic String getAdapterName() {\n\t\treturn configuration.getProperty(Constants.PROPERTY_ADAPTER_NAME);\n\t}", "title": "" } ]
[ { "docid": "18b3ea607319af552d30d71e884cd444", "score": "0.81982005", "text": "String getAdapterName();", "title": "" }, { "docid": "de64dd95ca1ced93622b12c9ab0b800f", "score": "0.76919705", "text": "String getName() throws AdapterException;", "title": "" }, { "docid": "3...
57200d270f39ffd2679c7b260554a29d
Creates a new tag with given name.
[ { "docid": "ca1286d0b5664c79b1cf1fefe0f67ea0", "score": "0.7752319", "text": "public Tag(String name) {\n this.name = name;\n }", "title": "" } ]
[ { "docid": "b60e379a8afe5c5ace3dea3bde87cf99", "score": "0.76794827", "text": "@Deprecated\n public Tag createTag(String name) throws TagNotFoundException, TagStoreNotFoundException;", "title": "" }, { "docid": "069d2d0be91b2c59b33fecf93d160cb8", "score": "0.7298372", "text": "Tag...
d269f62112317219fda4d99f894d9757
TODO Autogenerated method stub GauceDataSet ds1 = null;
[ { "docid": "e646a6a0e87a8b3f49ef9cea0d9b30ba", "score": "0.0", "text": "public void select(Connection conn, HttpGauceRequest greq, HttpGauceResponse gres) throws ServletException, Exception {\n\t\tCallableStatement cstmt = null;\n\t\tResultSet rs = null;\n\t\t\n\t\tString v_depart_date \t= HDUtil.nullC...
[ { "docid": "a18c20dbe939bfe99c6c1f3be2f62393", "score": "0.6672437", "text": "private XYDataset createDataset1() {\n\n // create dataset 1...\n final XYSeries series1 = new XYSeries(\"Series 1\");\n series1.add(10.0, 12353.3);\n series1.add(20.0, 13734.4);\n series1.ad...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c60e8fec595552722ffe7e920b791470", "score": "0.0", "text": "@Override\n public void edit(ReporteAccidente rep) {\n repr.save(rep);\n }", "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...
164b130683c7535d5a7fd537cbc2fd3a
Gets the number of histograms in this file so far Needed when appending files
[ { "docid": "3089f4d638d4691df7a83bbfc87afcac", "score": "0.7168343", "text": "public int getNumHistograms(){\n return node.getNumClasses( \"NXentry\" );\n }", "title": "" } ]
[ { "docid": "1e8022dbbf0a756a9b1b90ea84583844", "score": "0.70498365", "text": "private void createHistograms() {\n TransactionId tId = null;\n DbFileIterator iterator = this.file.iterator(tId);\n try {\n iterator.open();\n while(iterator.hasNext()){\n ...
de31af717fd7ef7ed2dc7dcc5bd1399b
Landfall Whenever a land enters the battlefield under your control, Surrakar Marauder gains intimidate until end of turn.
[ { "docid": "712a8ae2182d6e2ef018afb7051271a0", "score": "0.5649429", "text": "@Test\r\n public void testSurrakarMarauder() {\n addCard(Zone.BATTLEFIELD, playerA, \"Surrakar Marauder\",1); \r\n addCard(Zone.HAND, playerA, \"Plains\"); \r\n \r\n playLand(1, PhaseStep.PRECOMB...
[ { "docid": "a207c647f1a963bb6f34dc0bf12a6b23", "score": "0.69306767", "text": "@Test\n public void landfallUnderOwnControlTriggers() {\n \n addCard(Zone.BATTLEFIELD, playerA, \"Tireless Tracker\", 1);\n addCard(Zone.HAND, playerA, \"Forest\", 3);\n addCard(Zone.HAND, playe...
066659b88693dbdd5386964f391ab3dc
========================================================== constructors ========================================================== Empty constructure used during valuetype internalization.
[ { "docid": "db863b6d892f7e4958a1e307c42bec68", "score": "0.0", "text": "public Control( ){}", "title": "" } ]
[ { "docid": "5810a6b4d743172cd11ae89a7901ac5a", "score": "0.7257009", "text": "private Value() {}", "title": "" }, { "docid": "470e7f0662c5dd20e2457f6af2938afc", "score": "0.7110054", "text": "public SCDValue() {\r\n super();\r\n }", "title": "" }, { "docid": "bb...
79f6cc318243624dab841bbfe6190fb6
Gets the value of idEstatusModified
[ { "docid": "f89f3095a34d50e1d0910354151f9501", "score": "0.78158677", "text": "public boolean isIdEstatusModified()\r\n\t{\r\n\t\treturn idEstatusModified;\r\n\t}", "title": "" } ]
[ { "docid": "46b0966c79b9feb5837056fbc709ece3", "score": "0.7343286", "text": "public void setIdEstatusModified(boolean idEstatusModified)\r\n\t{\r\n\t\tthis.idEstatusModified = idEstatusModified;\r\n\t}", "title": "" }, { "docid": "46b0966c79b9feb5837056fbc709ece3", "score": "0.7343286",...
128d7b8428b56fae069edad0ca8aa3a1
Get user profile This api has been deprecated. Use api/v2/users instead
[ { "docid": "04af675e9caf40ee0a94232a8d63f3e8", "score": "0.57334244", "text": "public UserProfile getUserProfile(String userId, List<String> expand, String integrationPresenceSource) throws IOException, ApiException {\n return getUserProfile(createGetUserProfileRequest(userId, expand, integrationPre...
[ { "docid": "30c606a055ae35558248caa968250afb", "score": "0.7023128", "text": "@GetMapping(\"/get-profile\")\n public ProfileDTO getProfile() {\n return this.customUserService\n .getUserProfileByUserLogin(SecurityUtils.getCurrentUserLogin());\n }", "title": "" }, { ...
14424ef61bb5b6e3d1cacbc0b041d975
Set the order notes of an invoice Permissions Needed: INVOICES_ADMIN
[ { "docid": "859152ce9b2e98ceeaa7765eba3045b5", "score": "0.6247815", "text": "@Test\n public void setOrderNotesTest() {\n Integer id = null;\n StringWrapper orderNotes = null;\n // Void response = api.setOrderNotes(id, orderNotes);\n\n // TODO: test validations\n }", ...
[ { "docid": "2139b88074f96e064e9ec75d30995780", "score": "0.62015724", "text": "public void setNotes(List<OlePatronNotes> notes) {\n this.notes = notes;\n }", "title": "" }, { "docid": "0bcd1f02aeca7315207a6e836e8c07e6", "score": "0.6022157", "text": "@ApiModelProperty(value...
7664c66bfe0cb1f8f5e77222356e57c9
Returns the desired turn command for the robot, based on the most recent reading from the joystick.
[ { "docid": "149c97e787032f2f9346a50d6a41089e", "score": "0.5753957", "text": "public double getTurnCmd() {\n return 0.0;\n }", "title": "" } ]
[ { "docid": "ffa3293cbefcca9c7b43af18e374ad0f", "score": "0.603552", "text": "public int getCmd(Character way) {\n Cell c = at(way);\n return (c == null) ? -1 : c.cmd;\n }", "title": "" }, { "docid": "ae1beff9842f813789750e39aa7b1a5c", "score": "0.5960907", "text": "p...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "204df529b3b5feb3bc12377907b9bb51", "score": "0.0", "text": "public void run() {\n\t\t\t\t\t\tint x=905;\n\t\t\t\t\t\tint y=36;\n\t\t\t\t\t\twhile(x!=665){\n\t\t\t\t\t\t\tif((x-665)>10){\n\t\t\t\t\t\t\t\tx-=10;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\telse{\n\t\t\t\t\t\t\t\tx=665;\n\t\t\t\t\t\t\t}\n\t...
[ { "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...
f9a284df809aaeda2cc9d52c3a25f917
This can be called by the implementation to access the provided ports.
[ { "docid": "43641b82c125a8ceb5573e462afb0ee0", "score": "0.0", "text": "protected Memory.Provides<SharedMemory> provides() {\r\n assert this.selfComponent != null: \"This is a bug.\";\r\n if (!this.init) {\r\n \tthrow new RuntimeException(\"provides() can't be accessed until a component has bee...
[ { "docid": "d525cf1e9683fc022f7fd2b94bd544f3", "score": "0.71797776", "text": "int getPort();", "title": "" }, { "docid": "d525cf1e9683fc022f7fd2b94bd544f3", "score": "0.71797776", "text": "int getPort();", "title": "" }, { "docid": "d525cf1e9683fc022f7fd2b94bd544f3", ...
ae1cd508ce83b2c3173187b83a05943f
This method was generated by MyBatis Generator. This method sets the value of the database column zq_game_user.type
[ { "docid": "80ae207aba379212f303de67f6aa8ca0", "score": "0.0", "text": "public void setType(Integer type) {\n this.type = type;\n }", "title": "" } ]
[ { "docid": "29cf5647d8f1eaf511909690a3d29fe7", "score": "0.704814", "text": "private UserType createUserType(ResultSet resultSet, UserType userType) throws SQLException {\n userType.setUserTypeId(resultSet.getLong(Parameters.USER_TYPE_ID));\n userType.setUserType(resultSet.getString(Parame...
10905b35f6e654c905e4af53340ad806
Check if the actual value contains all of the expected keys in the specified order.
[ { "docid": "5c7a0ae2ffd6f13074e60d8118a46014", "score": "0.693492", "text": "public MapAssertion<K, V> containsAllKeysInOrder(final Iterable<K> expected) {\n checkActualIsNotNull();\n checkArgumentIsNotNull(expected, \"expected\");\n List<K> expectedList = convertValue(expected, nul...
[ { "docid": "e7613a413c41dd26a1633aa0e9763a99", "score": "0.70543236", "text": "public MapAssertion<K, V> containsAllInOrder(final Map<K, V> expected) {\n checkActualIsNotNull();\n checkArgumentIsNotNull(expected, \"expected\");\n checkArgumentIsNotEmpty(expected.isEmpty(), \"expecte...
07bae779b6adc36d5f2ccb5b57748b84
$ANTLR end "rule__XAssignment__FeatureAssignment_1_1_0_0_1" $ANTLR start "rule__XAssignment__RightOperandAssignment_1_1_1" InternalEmfSupportDsl.g:19570:1: rule__XAssignment__RightOperandAssignment_1_1_1 : ( ruleXAssignment ) ;
[ { "docid": "2971bc9b557d740715ff25342a71728a", "score": "0.77515924", "text": "public final void rule__XAssignment__RightOperandAssignment_1_1_1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalEmfSupportDsl.g:19...
[ { "docid": "348f19f92d28effb866144df7653277c", "score": "0.7858102", "text": "public final void rule__XAssignment__RightOperandAssignment_1_1_1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.guicemodules.ui/src-ge...
ecf87c5350fb06a2bc524b65366ee2a3
Gets the part block hash.
[ { "docid": "f3d98086b0f41f1298a6dc35007ec458", "score": "0.0", "text": "public Sha256Hash getParentBlock()\n {\n return m_parentBlock;\n }", "title": "" } ]
[ { "docid": "8df8fedcb21cfe0b8ca8b6665da42b50", "score": "0.7013386", "text": "public byte[] getHash() {\n return hash;\n }", "title": "" }, { "docid": "52dfe654853e3165fd3691fec66c5108", "score": "0.69892925", "text": "public String getHash() {\n \t\treturn hash;\n \t}", ...
5972e9beae68e2ecf8bdb8c348e769a8
$ANTLR end "rule__XSwitchExpression__Group__3__Impl" $ANTLR start "rule__XSwitchExpression__Group__4" ../de.nie.fin.ui/srcgen/de/nie/fin/ui/contentassist/antlr/internal/InternalFin.g:11052:1: rule__XSwitchExpression__Group__4 : rule__XSwitchExpression__Group__4__Impl rule__XSwitchExpression__Group__5 ;
[ { "docid": "eb24ecb0f05850871256a04dc6a26306", "score": "0.79038584", "text": "public final void rule__XSwitchExpression__Group__4() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../de.nie.fin.ui/src-gen/de/nie/fin/ui...
[ { "docid": "2040fd7c595413a9fbffbbc55762914b", "score": "0.8083091", "text": "public final void rule__XSwitchExpression__Group__4() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.lwc.instances.ui/src-gen/org/xtext/l...
bcca8654a7fdcc670da81df70469d387
This piece of code prepares the RawMaryXml equivalent of a boundary tone e.g red > red
[ { "docid": "edd34a12cf9a4e352efeb5900e624d9c", "score": "0.6396046", "text": "private String HandleBoundaryTone(String i_bndry){\n\t\tif(debug){\n\t\t\tSystem.out.println(\"Handle boundary tones got: \" + i_bndry);\n\t\t}\n\t\tString l_lhs =new String(\"\");\n\t\tString l_rhs = new String(\"\");;\n\t\tS...
[ { "docid": "a3ed0614fbdce6312d204557f3fa03f5", "score": "0.52296084", "text": "public void prepareRhythmFlagCountArff(){\n String fileName = \"rhythmFlagCount.arff\";\n \n try{\n FileWriter fw = new FileWriter(fileName);\n BufferedWriter bw = new BufferedWriter...
c38716f08b441e1239053773e3f7241a
Updates covered interval of this node
[ { "docid": "dbacceedec3d15f868214e676b334855", "score": "0.4805072", "text": "public void updateInterval(Interval interval) {\n\t\tthis.interval.update(interval);\n\t}", "title": "" } ]
[ { "docid": "55035a3ccbbaf6aec979c89208d4b792", "score": "0.5358718", "text": "void coverageChanged();", "title": "" }, { "docid": "10c7d4e8d4ff1b50d88e91891dda11c1", "score": "0.5254403", "text": "public abstract long getInterval();", "title": "" }, { "docid": "28d36e6bf9...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1934c3904655c7f4ebe27ec45759d942", "score": "0.0", "text": "public void mouseReleased(MouseEvent e) {\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115143", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.67343336", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-g...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0fd73ff439043305c9e8aad28e67b153", "score": "0.0", "text": "public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "a9b3a3e477ad85ba2881d6f032e502c8", "score": "0.0", "text": "public void setGetOrderDetailInfoResponse(\n\t\t\t\tGetOrderDetailInfoResponse param) {\n\n\t\t\tthis.localGetOrderDetailInfoResponse = param;\n\n\t\t}", "title": "" } ]
[ { "docid": "0b7d5da34ce86a3669b4abee4a90e2df", "score": "0.79580045", "text": "Method getSetter();", "title": "" }, { "docid": "c32d5131bbf330c6e417879c6af42e9b", "score": "0.75098526", "text": "@Override\r\n\tpublic void set() {\n\t\t\r\n\t}", "title": "" }, { "docid": "...
67c9490e1d4f4c5750c0e6260f8a974a
/ / / / / /
[ { "docid": "bfc286bd0f1b6921d11d35e75e7ffa8a", "score": "0.0", "text": "public JTextComponent getPromptComponent(JTextComponent txt)\n/* */ {\n/* 37 */ LabelField lbl = (LabelField)super.getPromptComponent(txt);\n/* 38 */ JTextField txtField = (JTextField)txt;\n/* */ \n/* 40 */ l...
[ { "docid": "9b446b31152d0685562d7765c9809683", "score": "0.53841436", "text": "static void write_8 () \n {\n horizLine ();\n leftRight ();\n horizLine ();\n leftRight ();\n horizLine ();\n }", "title": "" }, { "docid": "cd84ee1a68505d1781a1a85ddb9de6d...
e36aaf925aadf7bbc89520e22eb07b26
Create widgets for selecting the data files to export
[ { "docid": "4e4856e8b4c152fad344ed58676f81d2", "score": "0.6868637", "text": "private void createFileSelectionControl(Composite parent) {\n \t\tGroup group = new Group(parent, SWT.SHADOW_ETCHED_IN);\n \t\tGridLayout gl = new GridLayout(1, false);\n \t\tgroup.setLayout(gl);\n \t\tGridData gridData = new ...
[ { "docid": "25206c43bf3faf57a4092cb57768f1a7", "score": "0.64608544", "text": "private void createExportDirectoryControl(Composite parent) {\n \t\tGroup destDirGroup = new Group(parent, SWT.SHADOW_ETCHED_IN);\n\t\tdestDirGroup.setText(\"Export destination folder\");\n\t\tdestDirGroup.setLayout(new GridL...
c20ca4b7512acd228bc0398d1433a12d
/ This function checks the getting of solution.
[ { "docid": "852c589963642f3a1cfe18e1e474f805", "score": "0.0", "text": "public Solution getSolution(String studentname) {\r\n\r\n\t\tIterator<Solution> Iterator = solutionList.iterator();\r\n\t\treturn (Solution) Iterator.next();\r\n\r\n\t}", "title": "" } ]
[ { "docid": "4bae024ff2cc567dfaf435201f81ae46", "score": "0.7304775", "text": "boolean hasSolution();", "title": "" }, { "docid": "fbd03a74b44c2a27f896d379f7396dac", "score": "0.70950305", "text": "public void checkSolution() {\n\t\tPiece[] pieces = this.gamePanel.getOrderedPieces();\...
ad2340351e826383962606e9d2ad5915
This method was generated by MyBatis Generator. This method corresponds to the database table tt_fitment
[ { "docid": "58a255501198565084acb805af3cac54", "score": "0.49704272", "text": "List<Fitment> selectAll();", "title": "" } ]
[ { "docid": "a23c22870deaab0fd82f6f40e5b66978", "score": "0.5690151", "text": "Fitment selectByPrimaryKey(Integer fitmentId);", "title": "" }, { "docid": "68a8fc5f32c7d982060e06625283be21", "score": "0.53734666", "text": "private void generateTable() {\n\n }", "title": "" }, ...
4cc7c29da30bc2ec75ef40aefc25e8db
sets the student's date of birth.
[ { "docid": "5cf00e1a73d49870fc114453e6bd13dc", "score": "0.67545587", "text": "public void setDb(final Date b) {\n this.dob = b;\n }", "title": "" } ]
[ { "docid": "4c247973d790e69e7ce9c5182b55b379", "score": "0.8312764", "text": "void setDateOfBirth(Date dateOfBirth);", "title": "" }, { "docid": "55fb085163d92c08e2b1bb0d47fe6fac", "score": "0.8080531", "text": "public void setBirth(Date birth) {\r\n\t\tthis.birth = birth;\r\n\t}", ...
fc489a6116d7bcb4ad1a80a85c4deb75
private SimpleDateFormat df=new SimpleDateFormat("MMMyyyy");
[ { "docid": "bd1ee96fbe5be9e017e2cb8e39c55c5a", "score": "0.0", "text": "public GroupByBean evaluate(List<AnalisisDeGasto> sourceValue) {\r\n\t\t\tGroupByBean bean=new GroupByBean();\t\t\t\r\n\t\t\tbean.setKey(sourceValue.get(0).getPeriodoFac());\r\n\t\t\tdouble val=0;\r\n\t\t\tfor(AnalisisDeGasto a:sour...
[ { "docid": "1e50e5e930c73ef8221fd036891d9955", "score": "0.7010676", "text": "public String mydateformat(Date date)\n{\n\n\tSimpleDateFormat myformat = new SimpleDateFormat(\"dd MMMM yyyy\");\n\tString mydate= myformat.format(date);\n\t\n\treturn mydate;\n}", "title": "" }, { "docid": "02a62...
954862a6f7b8c70adc3ec0e3406c485f
Sets whether this thread is stepping
[ { "docid": "cc02927f68e05228bcbf6dec1f865866", "score": "0.77940285", "text": "private void setStepping(boolean stepping) {\r\n\t\tfStepping = stepping;\r\n\t}", "title": "" } ]
[ { "docid": "4e299675653920fbf816e4322cf59000", "score": "0.69148344", "text": "public void setReachingStep(boolean value) {\n this.reachingStep = value;\n }", "title": "" }, { "docid": "c7274d19f7cb84603d6dd7ebdb29cb1a", "score": "0.6535717", "text": "public void setTimingP...
c96da28c527ea86947975f3a52f80008
Creates a new MultiClockPipe instance with 32 bit width and the GLOBAL Clock used for the write and read side. This configuration produces functional but not optimal hardware since the read and write clocks are identical. This configuration is supplied for initial coding, testing, and the unique situations that arise d...
[ { "docid": "101686bd14e39d3c774cd2ce9065f77b", "score": "0.7874142", "text": "public MultiClockPipe() {\n this(32, ClockDomain.GLOBAL.getClockPin(), ClockDomain.GLOBAL.getClockPin());\n }", "title": "" } ]
[ { "docid": "b1123f095ae55840030b514eb26a725b", "score": "0.6087987", "text": "public MultiClockPipe(int dataPathSize, ClockPin writeClock, ClockPin readClock) {\n switch(dataPathSize) {\n case 1:\n case 8:\n case 16:\n case 32:\n case 64:\n ...
8b4ec422f2470c29c77ae71c308c9276
This is to debug situations where the test committer factory on tasks was binding to FileOutputCommitter even when tests were overriding it.
[ { "docid": "38905624c06502f96cf8bd6f02fbde24", "score": "0.4579161", "text": "private void assertConfigurationUsesManifestCommitter(\n Configuration conf) {\n final String factoryName = conf.get(COMMITTER_FACTORY_CLASS, null);\n Assertions.assertThat(factoryName)\n .describedAs(\"Value...
[ { "docid": "4358382966d1d314c64d9953fe9babf9", "score": "0.576082", "text": "@Test\n public void testCommitterWithNoOutputs() throws Exception {\n describe(\"Have a task and job with no outputs: expect success\");\n JobData jobData = startJob(localCommitterFactory, false);\n TaskAttemptContext...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "675fc91a44e1e0802c15ea7823e4eeb6", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jTabbedPane1 = new javax.swing.JTabbedPane();\n ...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.7392281", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "b431c293f...
6cddd248b3284b96559c048c5e8f1e8f
Description: Gets the sub totals for each item
[ { "docid": "9a16e9113416217fa3d5c3bde84ef19d", "score": "0.66416544", "text": "public double getSubTotal()\n\t{\n\t\treturn order.total(); \n\t}", "title": "" } ]
[ { "docid": "02cfe4c06aa5e9501fa86782f01f7a4c", "score": "0.7950975", "text": "private double[] computeSubTotals(){\n \tdouble[] tempTotals= new double[this.itemsByCustomerID.size()];\n \tint j = 0;\n \tdouble sum;\n \tSet<Integer> keys = this.itemsByCustomerID.keySet(); \t\n \tfor (int...
0243506c53eaa82b41a226d932ffe2ce
/ Pull all data from Address Table in DB
[ { "docid": "d50be4dcb23d5ac859033267c390c042", "score": "0.6149462", "text": "public void extractBasicAddressData(ResultSet rs){\n try{\n this.setAddress(rs.getString(\"address\"));\n this.setPhone(rs.getString(\"phone\"));\n }\n catch(SQLException se){\n ...
[ { "docid": "7eb5007799d241dd1cf3d0cfb20edc48", "score": "0.7619024", "text": "@Override\r\n\tpublic List<Address> selectAllAddress() {\n\t\tEntityManager entityManager = getEntityManager();\r\n\t\tQuery query = entityManager.createQuery(\" from Address\");\r\n\t\tList<Address> address = query.getResultL...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4e172c5f746a04888aca39f3fbbd8c48", "score": "0.0", "text": "@Override\r\n public Monitor getMonitorById(int id)\r\n {\n return null;\r\n }", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
6a0fda7fcf2faa10fb48eb9eee66b752
domain status. enum values are akin to those of zimbraAccountStatus zimbraAccountStatus values: active active lockout no login until lockout duration is over locked no login maintenance no login, no delivery(try again, no bouncing) pending no login, no delivery(bouncing mails), Account behavior is like closed, except t...
[ { "docid": "92a45e2d7e74a487548c3aa5394c18e5", "score": "0.62600094", "text": "@ZAttr(id=535)\n public Map<String,Object> setDomainStatusAsString(String zimbraDomainStatus, Map<String,Object> attrs) {\n if (attrs == null) attrs = new HashMap<String,Object>();\n attrs.put(Provisioning.A_...
[ { "docid": "538692218870d29a047af67fae6ad7ff", "score": "0.7369852", "text": "DomainStatus getDomainStatus();", "title": "" }, { "docid": "13d00452abb7da33306850e328742531", "score": "0.7220852", "text": "@ZAttr(id=535)\n public ZAttrProvisioning.DomainStatus getDomainStatus() {\n...
c9656a54ed8297fcf80d1f1656ec8d0d
Will be moved to the interface
[ { "docid": "61a79a8a1903629f876cf051bf08bc93", "score": "0.0", "text": "public static void main(String[] args) throws InterruptedException\n {\n System.out.print(\"Enter the address of the game server: \");\n Scanner scanner = new Scanner(System.in);\n String serverIP = scanner.n...
[ { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.6894072", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6822329", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "ti...
ac02cc8a96644d6e8cf6e53e8bea85af
Returns the max column height present in the board. For an empty board this is 0.
[ { "docid": "521240abb21cb0943138665f6fd8ae6d", "score": "0.7023196", "text": "public int getMaxHeight() {\t\n\t}", "title": "" } ]
[ { "docid": "14585423aa8032373709ca36efe26ee7", "score": "0.7644378", "text": "public int getHeight()\n {\n return board[0].length;\n }", "title": "" }, { "docid": "6125504ed0ba310c08d007e869c01659", "score": "0.73103356", "text": "public int getMaxHeight() {\n\t\tint res...
1f80ca21200d405a6b3c90f8b158fcf8
openDialog with webView for login in twitter
[ { "docid": "b726c17cf9a96b8be55bd3a913be1d0d", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n suggestionRestaurant = new JSONArray();\n suggestionMenu = new JSONArray();\n suggestionRating = new JSONArray();\n l...
[ { "docid": "df47f720696b9769987e071905ba15bf", "score": "0.6911216", "text": "public void login(){\n accessTwitterLogIn();\n twitterLogInPage.twitterLogIn(\"kajol11377@yahoo.com\",\"roushan5151\");\n }", "title": "" }, { "docid": "6537de45d30ee3620497944831181f3b", "scor...
436e4cb27701c9aebb26bb6c89ded642
Save to preference to get when user wants to share a story
[ { "docid": "8addfa53b012ae31ca3f1d07091fb369", "score": "0.52754766", "text": "public void setUserPermissionPreference (String permission) {\n SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(this);\n SharedPreferences.Editor editor = preferences.edit();\n ...
[ { "docid": "0f9fddf151beaa182bd54305e54e2a12", "score": "0.6677605", "text": "public void saveSharePreferences(){\n // Need to store the phone number and password if user clicks \"remember\" button.\n // Save these data to the SharedPreferences file.\n SharedPreferences.Editor edito...
e1af0b5224fc126ef2aee8ff466d41f2
Produces a RSL representation of this relation.
[ { "docid": "e546fca4ac67ac8ef4417f3f667506d3", "score": "0.0", "text": "public void toRSL(StringBuffer buf, boolean explicitConcat) {\n\tbuf.append(\"( \");\n\tbuf.append( getAttribute() );\n\tbuf.append(\" = \");\n\tIterator iterator = values.iterator();\n\tBinding binding;\n\twhile(iterator.hasNext())...
[ { "docid": "3840c97ca7f7d6496a9c2bf6b5c4ef51", "score": "0.59734553", "text": "@Override\n\tpublic String toString() {\n\t\t\n\t\tfinal StringBuilder sb = new StringBuilder();\n\t\tsb.append(\"ExtTrustRelationship (trustorId=\");\n\t\tsb.append(super.getTrustorId());\n\t\tsb.append(\", trusteeId=\");\n\...
184edce99b1f88ef20c79f932878528b
Instantiates a new process cancelled exception.
[ { "docid": "68efd0ce2f5597e300d74b7b468d39f9", "score": "0.6125311", "text": "ProcessCancelledException(String message, Throwable throwable) {\r\n\r\n\t\tsuper(message, throwable);\r\n\t}", "title": "" } ]
[ { "docid": "77c143fd18071aa58d6a6e50c377bd71", "score": "0.7603337", "text": "public ProcessCancelledException() {\r\n\t\tsuper();\r\n\t}", "title": "" }, { "docid": "813a0b52438f8c4aa2bef14fd99109e6", "score": "0.67854613", "text": "ProcessCancelledException(String message) {\r\n\t\...
054300619b51c2d017cd97621711771d
The date on which this issue was published.
[ { "docid": "9514e7ce39cd1c765dfd630e5533eae7", "score": "0.71017987", "text": "@Column(nullable = false)\n @Temporal(TemporalType.DATE)\n public Date getPublishedDate() {\n return publishedDate;\n }", "title": "" } ]
[ { "docid": "035f4bb2244d0f51ae667e7450806854", "score": "0.7806368", "text": "public String getPublishedDate() {\n return publishedDate;\n }", "title": "" }, { "docid": "0721d0f462ff90f56103c9f14c9a5334", "score": "0.7770059", "text": "Date getPublishedDate();", "title"...
080d475bfbe8547d4b6e89f200572b85
Sets the minimum starting gold bonus.
[ { "docid": "41d217c07fbf1b97586811cbeb53396b", "score": "0.8138522", "text": "public void setMinStartingGold(int minGold) {\r\n _minStartingGold = minGold;\r\n }", "title": "" } ]
[ { "docid": "48c11a0f94cc544399fe5b4b44122efa", "score": "0.71771646", "text": "public void setMin(int newMin)\n {\n min = newMin;\n }", "title": "" }, { "docid": "96012f43a1dcb7ccd667b654ac5438b9", "score": "0.7011584", "text": "public void setGoldInitial(int goldInitial...
53fa48564063e458b1eec186cebbcfc8
Adds new QOS MQC Configuration using a specific Controller.
[ { "docid": "4756d09e0cbabcb376ca9c8575ca217c", "score": "0.0", "text": "@POST\n @Path(\"/batch-create-policy-routes\")\n @Consumes(MediaType.APPLICATION_JSON)\n @Produces(MediaType.APPLICATION_JSON)\n public ResultRsp<SbiNePolicyRoute> routeCreate(@HeaderParam(CommonConst.CTRL_HEADER_PARAM) ...
[ { "docid": "97f5437e689e800fb0ae202a86adbbfe", "score": "0.50662005", "text": "@Override\n\tpublic void config() {\n\t\tthis.add(\"wx\", WXController.class);\n\t}", "title": "" }, { "docid": "cc09b70ba0c126787848de78fef28203", "score": "0.50091517", "text": "public void addController...
95cc929d36b3507ef06d43529530bc09
This method was generated by MyBatis Generator. This method sets the value of the database column tb_user.id
[ { "docid": "fc87ecdd44392fddda525d089a9de54c", "score": "0.0", "text": "public void setId(Short id) {\r\n this.id = id;\r\n }", "title": "" } ]
[ { "docid": "059a30a978f4ca2f3f798a0851afb963", "score": "0.7557572", "text": "public void setIdUser(int value) {\n this.idUser = value;\n }", "title": "" }, { "docid": "30cfcceb5cfbed9b42517faba908bcaf", "score": "0.72852296", "text": "public void setIdUser(String idUser) {...
639e2bd4437b46688a7acaea5cde5c7f
.ratis.common.StateMachineExceptionProto stateMachineException = 5;
[ { "docid": "9ff735b292d691968e14000749e3c1a6", "score": "0.65685374", "text": "public org.apache.ratis.shaded.proto.RaftProtos.StateMachineExceptionProtoOrBuilder getStateMachineExceptionOrBuilder() {\n if ((exceptionDetailsCase_ == 5) && (stateMachineExceptionBuilder_ != null)) {\n retu...
[ { "docid": "8c1d160dafbfcbdbf53125476444f06e", "score": "0.84044176", "text": "org.apache.ratis.shaded.proto.RaftProtos.StateMachineExceptionProto getStateMachineException();", "title": "" }, { "docid": "77454c5edabb964aa2e47ef39e91a602", "score": "0.8393398", "text": "org.apache.rat...
54e906948aa3f5fce1d13bfaea03141b
NOTA: addRef_2( parent, parent ) for node 0 results in VOIDED_NODE which means '/bib/..' > no hits and not the document node Is this what we want ?? TODO: check if '/bib/..' => VOIDED_NODE in NodeTree.newParentOf() is desirable 3july03:I've now changed this to only return parents of nodes > 0, not the root
[ { "docid": "3831ec7892e9def477abad94a5f96fe3", "score": "0.5777907", "text": "public DocItems newParentOf( int type, int[] key )\n //------------------------------------------------\n {\n DocItems doc = new DocItems( this ); \n IntList list = doc.getIntList();\n \n ...
[ { "docid": "a6b8608a48e85158467923fc2f3f74db", "score": "0.65148854", "text": "java.lang.String getParentRef();", "title": "" }, { "docid": "4ac01d5d070933ea1de5bf572e9d9736", "score": "0.6105742", "text": "boolean isAncestorOf(String node_id) throws DocmaException;", "title": ""...
012cb609d8bdb300fe3f11a1480c26a9
optional bool charge = 5;
[ { "docid": "07241cd02e3c94a24b8d61adf1e2c9ca", "score": "0.5877689", "text": "public boolean getCharge() {\n return charge_;\n }", "title": "" } ]
[ { "docid": "3405346e7823f46f8a7b9726b0e46bac", "score": "0.7046505", "text": "boolean getCharge();", "title": "" }, { "docid": "5640bbbee25dec355570af5e8d45cf50", "score": "0.63820326", "text": "boolean hasCharge();", "title": "" }, { "docid": "a22447486ff6c86f7c0d2279ca4...
45fca8286286082b5acb83af5b9d831f
System.out.println(isIsomorphic("egg", "add")); System.out.println(isIsomorphic("foo", "bar")); System.out.println(isIsomorphic("paper", "title"));
[ { "docid": "e663c7af5e53f96a72eb05e9d0fedb18", "score": "0.7412339", "text": "public static void main(String[] args) {\n System.out.println(isIsomorphic(\"badc\", \"baba\"));\n }", "title": "" } ]
[ { "docid": "6fcd88790565ceeb1e18d9bd5a68e076", "score": "0.7122504", "text": "public static void main(String[] args) {\n\t\tString s = \"ab\", t = \"aa\";\n\t\tSystem.out.println(isIsomorphic(s, t));\n\t}", "title": "" }, { "docid": "21e0e961a6eec22e0bec8c97b8a1822d", "score": "0.7116943...
c46780acad9f9b1be60b9824d483ab1b
Call method to get the Signature list
[ { "docid": "4664596b2ad13cd73f29f665bbfc0a9c", "score": "0.0", "text": "public static void userSketchList(ProcessCreationActivity context, String text, ViewGroup parentView, ArrayList<PhotoListModel> imageList,\n OnItemClickListener.OnItemClickCallback onClickItem...
[ { "docid": "b1cb43ed2a1c8b5da4bb16fee3143874", "score": "0.76839024", "text": "java.util.List<com.google.protobuf.ByteString> getSignaturesList();", "title": "" }, { "docid": "c35a24a9096dc59d9bd7c5b7b8a6030f", "score": "0.7529726", "text": "private Signature[] getSignatures() {\n ...
93e56514b224e49e80722f2dd1b99aa0
Method create formatter with default settings for perun timestamps (only date without time) and set lenient on false. Timestamp format: "yyyyMMdd" "ex. 20140101" Lenient on false means that formatter will be more strict to creating timestamp from string IMPORTANT: SimpleDateFormat is not thread safe !!!
[ { "docid": "98ce7305f0438bcaeb217b258f301004", "score": "0.5995603", "text": "public static DateFormat getDateFormatterWithoutTime() {\n\t\tDateFormat df = new SimpleDateFormat(\"yyyy-MM-dd\");\n\t\tdf.setLenient(false);\n\t\treturn df;\n\t}", "title": "" } ]
[ { "docid": "8c34b6aea3258e8362018e3d58940b95", "score": "0.6587715", "text": "public static DateFormat getDateFormatter() {\n\t\tDateFormat df = new SimpleDateFormat(\"yyyy-MM-dd HH:mm:ss.S\");\n\t\tdf.setLenient(false);\n\t\treturn df;\n\t}", "title": "" }, { "docid": "a6e2b6a3bf804768fd10f...
9bc662317029b724162827cc5bcaad69
Interface for handling unauthenticted/unauthorized privileged request responses SOFTWARE HISTORY Date Ticket Engineer Description May 21, 2010 mschenke Initial creation
[ { "docid": "c707052cdcc0d5fda19c93fac82ca230", "score": "0.71700716", "text": "public interface INotAuthHandler {\n\n /**\n * Called when user sends a privileged request they are not authorized to be\n * sending\n * \n * @param response\n * @return\n * @throws VizException\n ...
[ { "docid": "48e5e44f30f700fbc4b02e7f0d177b58", "score": "0.7017918", "text": "void unauthorizedClient(Response response, String desc);", "title": "" }, { "docid": "e5e44c5b5a5d63910a5a75a3dfab1e6e", "score": "0.68510216", "text": "public Object notAuthorized(UserNotAuthorized respons...
9321f2aa1de70b24064a3dbf29864a5a
TODO refactor this method
[ { "docid": "de70badcdb34353b39296fae9df0ab5e", "score": "0.0", "text": "public GameDTO toGameDTO(Game game) {\n GameDTO gameDTO = new GameDTO();\n\n gameDTO.setId(game.getId());\n gameDTO.setDate(game.getDate());\n gameDTO.setPlayerNameUa(game.getUsers().get(0).getNameUa());/...
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.55895823", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0e87d402221278c3889063822e567959", "score": "0.5580611", "text": "protected void sift() {\n\t\t\r\n\t}", "title": "...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "ab9037c230023db6989f2170ba290d0a", "score": "0.0", "text": "public int writeDataWireFormat(byte[] dst, int dstIndex) {\n return 0;\n }", "title": "" } ]
[ { "docid": "288fd3ee71b736e770bbef790831c263", "score": "0.7009059", "text": "User mo18615e();", "title": "" }, { "docid": "095e6ff8bab7af049b3fedcf55fc5bad", "score": "0.6918894", "text": "private LieferungModul() {\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c...
84115e114b76b9d402c97a6ec3aac7ae
=============================================================== Adds an option to the list
[ { "docid": "7e72c5c7a7c0c9d1ad8ffce0c0630855", "score": "0.75729054", "text": "public void addOption(ControlOption passedObject) {\n optionList.add(passedObject);\n }", "title": "" } ]
[ { "docid": "db56ca223b39e2a7823b8eeef219203e", "score": "0.7591111", "text": "com.sun.research.wadl.x2006.x10.Option addNewOption();", "title": "" }, { "docid": "54918cfb155c066cb69f8b21508ad2c5", "score": "0.7569196", "text": "public void addOption(String option) {\n options....
304a075d47e4ab119d1acac1abb12ecf
Refreshes the ListView by requeried the DB.
[ { "docid": "29a19bdfa84ea3bba835aa4297e76731", "score": "0.74517834", "text": "private void refreshView()\n {\n // renew the cursor\n Cursor cursor = dbh.findAllTrips();\n // have the adapter use the new cursor, changeCursor closes old cursor\n // too\n sca.changeCu...
[ { "docid": "30c947c086211691e927c4c331cb8b93", "score": "0.79572284", "text": "public void refreshListView() {\n\n mCursor = dbHendler.getAllFromCustAndSTB(areaId, service);\n myAdapter.swapCursor(mCursor);\n }", "title": "" }, { "docid": "2d0e8c82f14a85cc46b32fed9cd9fd6f", ...
ef8560aa7229f9635cc44b8bbbfc521c
For framework so basically DON'T use this method.
[ { "docid": "5c7bd4079146accd1c95d70fcdc6f39d", "score": "0.0", "text": "public void mynativeMappingStatus(String status) {\n setStatus(status);\n }", "title": "" } ]
[ { "docid": "35e5940d13f06d1f0d6a21cf2739c70a", "score": "0.6921837", "text": "public function() {}", "title": "" }, { "docid": "d6d75432f50fcf22c3834bdfb660cd26", "score": "0.64172256", "text": "@Override\n public void use(){\n \n }", "title": "" }, { "docid"...
5a8ea2b7cda9007a7e3a88cd3dbcd07b
Method to load a previous existing DbTaskRunner for NoDb client from File instead of from DB. 'setFromArray' must be called after.
[ { "docid": "cc28d71b6d923af8f9a39abd37abd65d", "score": "0.0", "text": "public void loadXmlWorkNoDb() throws OpenR66ProtocolBusinessException {\n String filename = backendXmlFilename();\n File file = new File(filename);\n if (! file.canRead()) {\n throw new OpenR66Pro...
[ { "docid": "86b9add96eb0fe5def8daf628be5a459", "score": "0.52708745", "text": "public ArrayList<Task> load() throws DukeException {\n ArrayList<Task> store = new ArrayList<>();\n //Read from File\n try {\n BufferedReader br = new BufferedReader(new FileReader(filepath));\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1ca897a8f3e43078ada8e0bbac6bf973", "score": "0.0", "text": "public void onClick(View v) {\n\t\t\t\t\t\tint len = String.valueOf(ckmk.getText().toString()).length();\n\t\t\t\t\t\t\n\t\t\t\t\t\tif(len <= 1) {\n\t\t\t\t\t\t\tckmk.setText(null);\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
d86388720c8fdd1d5d90436c1f57ccfd
This method was generated by MyBatis Generator. This method corresponds to the database table wl_base_permission
[ { "docid": "0e97b252fcd61b5c145aa3a5023b8c71", "score": "0.0", "text": "@Override\n public int hashCode() {\n final int prime = 31;\n int result = 1;\n result = prime * result + ((getPermissionId() == null) ? 0 : getPermissionId().hashCode());\n result = prime * result + (...
[ { "docid": "f3c83a3a60b869d03aaa39cab8ab367f", "score": "0.57595944", "text": "@Mapper\npublic interface PermissionDao {\n int addPermission(SystemPermission permission);\n int delPermission(int id);\n int updatePermission(SystemPermission permission);\n SystemPermission getPermissionById(in...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "698eb9becb259f8c57447651649b27af", "score": "0.0", "text": "public static final /* synthetic */ C4720i0 m10479a(C4740a aVar, C4720i0 i0Var) {\n if (aVar != null) {\n if ((i0Var != null ? i0Var.f11066l : null) == null) {\n return i0Var;\n ...
[ { "docid": "ea653814105676b3aa0fd0c45766e6db", "score": "0.6285023", "text": "@C4056a\n /* renamed from: a */\n public abstract void mo17535a(@C0193h0 A a) throws RemoteException;", "title": "" }, { "docid": "943c68e245d857d7dbc5516eee1106d7", "score": "0.61489946", "te...
b9c845ccf9d6778addbbafa1292dd741
Inutile ici, cf doc
[ { "docid": "a06cb6207496be9118288a9552b9eadf", "score": "0.0", "text": "@Override\n protected void onProgressUpdate(Integer... values) {\n super.onProgressUpdate(values);\n }", "title": "" } ]
[ { "docid": "298cdf7fe1748862a3ed820427455c03", "score": "0.6111954", "text": "public void statoIniziale()\t\t\t\t\t\t\t//\t | | |\n\t{\t\t\t\t\t\t\t\t\t\t\t\t\t// | v |\n\t\tfor ( int i = 0; i < altezza; i++)\n\t\t\tfor ( int j = 0; j < base; j++)\n\t\t\t\t mappa[i][j] = nascita();...
d1f430480739a0d76783f357f3c721bf
Returns the object with the settings used for calls to listHmacKeys.
[ { "docid": "9f12486b3370f7a126b8ae2adb26905b", "score": "0.7251071", "text": "public UnaryCallSettings<ListHmacKeysRequest, ListHmacKeysResponse> listHmacKeysSettings() {\n return ((StorageStubSettings) getStubSettings()).listHmacKeysSettings();\n }", "title": "" } ]
[ { "docid": "68c9424465fb88535facbaf476a58577", "score": "0.74243224", "text": "public UnaryCallSettings.Builder<ListHmacKeysRequest, ListHmacKeysResponse>\n listHmacKeysSettings() {\n return getStubSettingsBuilder().listHmacKeysSettings();\n }", "title": "" }, { "docid": "2b35...
46e8564a4ffdc5ac52cbc95a9e8c0f59
Sets the internal socket and parentserver of this thread.
[ { "docid": "5bbab9c629210f1ad8c97d63292d4a5a", "score": "0.509688", "text": "public void initialize (Socket newSocket, QueryServer newServer) {\n \tthis.socket = newSocket;\n \tthis.server = newServer;\n }", "title": "" } ]
[ { "docid": "d8b4a866e287fce6fe83a0e339617bb0", "score": "0.6623415", "text": "public void setServerSocket (ServerSocket sock) {\n\tsetHost (null, 0);\n\tthis.serverSocket = sock;\n\tname = \"\";\n }", "title": "" }, { "docid": "2c6bcb0384186d01ca72fbac98fe29e3", "score": "0.65676516",...
267187507ed79acc6a8fff63534049fb
SETTER TODO: Write general description for this method
[ { "docid": "16e75553b6eb94390b08d3cf02c23707", "score": "0.0", "text": "@JsonSetter(\"bar_code\")\r\n public void setBarCode (String value) { \r\n this.barCode = value;\r\n }", "title": "" } ]
[ { "docid": "cd3ea008bb7651a66b6c05e4f0f5bb8d", "score": "0.79847646", "text": "public void set() {\r\n\r\n }", "title": "" }, { "docid": "62bee2d9a079e90c8f727bc3c27f232e", "score": "0.7734419", "text": "@Override\n\tpublic void set() {\n\t\t\n\t}", "title": "" }, { "doc...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "36814df7ca51b180eef959d64b790d41", "score": "0.0", "text": "@Override\n public Uri insert(Uri uri, ContentValues values) {\n Log.e(TAG, \"MAIN INSERT: inside insert method\");\n // We need to insert on proper place in ring\n String key = values.getAsString(\"key\");\n...
[ { "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": "" }, { ...
38163c3a59816afef5c86676b1b1fc38
Metodo para exportar a CVS un table model
[ { "docid": "9a9d426c91062c91d0b3eafeab915198", "score": "0.65207964", "text": "public boolean exportaCVS(ArrayList<String> cols, DefaultTableModel modelo, String ruta, String nombrearch) {\n boolean flag = false;\n StringBuffer sb = new StringBuffer();\n NumberFormat formato1 = new ...
[ { "docid": "9c56f82b3c60406e7d1632eae4c3ba4f", "score": "0.67410374", "text": "public void saveDataModelTable() {\n\t\tFileWriter _oFileWriter = null;\n \tString _sOutputFile = sInputFileDirectoryName + sInputFileBaseName + \"_ApdexScore.csv\";\n\t\ttry {\n\t\t\t_oFileWriter = new FileWriter(_sOutput...
dbd6506fd6c85fa8fb6a4a68b00b098b
Get item at position
[ { "docid": "2970b8fd66f52d11d010eb3724a76ae9", "score": "0.0", "text": "public void onItemClick(AdapterView<?> parent, View v, int position, long id) {\n Movies movieFromGrid = (Movies) parent.getItemAtPosition(position);\n\n if (getActivity().findViewById(R.id.movie_detail...
[ { "docid": "b42467158094d6c8f9146580ba92951c", "score": "0.82713366", "text": "T getItem(int position);", "title": "" }, { "docid": "05142d5ee6fb634307811a73272a6b67", "score": "0.8266858", "text": "public Item get(int index);", "title": "" }, { "docid": "ef29e52491c2940f...
2730a35dc31af2f59faa09567d0d6307
check if the token is an operator
[ { "docid": "0f0f8d9f085bbe1b68c9ac86c4924869", "score": "0.8191512", "text": "private boolean isOperator(String op){\r\n if (op.length() == 1) {\r\n char symbol = op.charAt(0);\r\n if (symbol == '^' ||symbol == '+' || symbol == '-' || symbol == '*' || symbol == '/' || symbol...
[ { "docid": "1824e7e47a310299dcaecff933312e3a", "score": "0.8782767", "text": "private boolean isTokenOperator(String token){\r\n\t\tif(token.equals(\"+\")||token.equals(\"-\")||token.equals(\"*\")||token.equals(\"/\")){\r\n\t\t\treturn true;\r\n\t\t}else{\r\n\t\t\treturn false;\r\n\t\t}\r\n\t}", "ti...
a01409c819ff9981d0a1f159692d10ae
Checks to see whether or not the enemy is scheduled to move and updates its frozen state:
[ { "docid": "f65d7091fac81747f182b239f064c31e", "score": "0.0", "text": "public boolean checkTime(int time) {\n\t\tif (isFrozen()) {\n\t\t\tfreezeCount++;\n\t\t\tif (freezeCount >= freezeLength) {\n\t\t\t\tfreezeRate = 0;\n\t\t\t\tfreezeCount = -1;\n\t\t\t\tfreezeLength = 0;\n\t\t\t\timage.remove(image.g...
[ { "docid": "bceb5bd8d4ec93cf7dbaa194fcc3919f", "score": "0.61623603", "text": "protected void checkCombatState() {\n\t/*\tensureMoving();\n\t\tif (combatState == COMBAT.CASTING || combatState == COMBAT.DEFENDING) {\n*/\n\t\t\t// if MO attack animation is finished\n\n\t\t//}\n\n\t}", "title": "" },...
b2be23f885df4f903ecbf917c6e5d507
Get a label associated with this vertex.
[ { "docid": "021846586725fa836a52ae0dc0878659", "score": "0.6852803", "text": "public String getLabel() {\n\treturn label;\n }", "title": "" } ]
[ { "docid": "9791f196464dc79e7e8cdc87b4c8e91c", "score": "0.75214803", "text": "public String getLabel(int v) {\n if (vertexLabels.containsKey(v)) {\n return vertexLabels.get(v);\n } else {\n return null;\n }\n }", "title": "" }, { "docid": "f7f38...
382ae5774ed22e9f431ab6dcd2954f86
The bitmap field serves double duty. It serves to hold the downloaded bitmap image and, when null, it acts as a flag to indicate that the default image should be used.
[ { "docid": "c156cb493df8ae1bc68f4f0d4725a782", "score": "0.0", "text": "@Override\n\tpublic View onCreateView(LayoutInflater inflater, ViewGroup container,\n\t\t\tBundle savedInstanceState) {\n\t\tsuper.onCreateView(inflater, container, savedInstanceState, true);\n\t\tthis.setRetainInstance(true);\n\n\t...
[ { "docid": "58bcf52469bf71f331b7c9b64bb5ba9c", "score": "0.6917096", "text": "@Override\n\t\t\tpublic Bitmap getBitmap(String url) {\n\t\t\t\treturn null;\n\t\t\t}", "title": "" }, { "docid": "e2c308db5384657895916eb4408ad264", "score": "0.6809074", "text": "@Override\n\t\t\tpublic b...
7b8e416a52681e654149f9bc0a92c443
isOperator(String s) is a method that checks to see if a string is an operator that would require two operands. Returns a true/false value.
[ { "docid": "27c4eaf8acfe95f1375e62f5a08e1ef5", "score": "0.87491643", "text": "public static boolean isOperator(String s) //doesnt include !\n {\n return s.equals(\"^\") || s.equals(\"*\") || s.equals(\"/\") ||\n s.equals(\"%\") || s.equals(\"+\") || s.equals(\"-\") || s.equal...
[ { "docid": "16133bf9fe1f0e8f747434c632996966", "score": "0.87202764", "text": "private boolean isOperator(String s) {\n\t\treturn (s.equals(\"+\") || s.equals(\"-\") || s.equals(\"*\") || s.equals(\"/\") || s.equals(\"~\") || s.equals(\"%\")) ? true : false;\n\t}", "title": "" }, { "docid":...
7d633dd73cf59de7d8a05e3d6368e027
Raw height and width of image
[ { "docid": "78f0b44524b63d858b8767541f209a4d", "score": "0.0", "text": "public int calculateInSampleSize(BitmapFactory.Options options, int reqWidth, int reqHeight) {\n\t\t\t\tfinal int height = options.outHeight;\n\t\t\t\tfinal int width = options.outWidth;\n\t\t\t\tint inSampleSize = 1;\n\n\t\t\t\tif ...
[ { "docid": "44946b4a345eba7b05321da884a9616e", "score": "0.77286977", "text": "protected void getImageDimensions() \r\n {\r\n w = img.getWidth(null);\r\n h = img.getHeight(null);\r\n }", "title": "" }, { "docid": "03d150e412b5b08d9512142b9a483c37", "score": "0.7561885...
cfd5cd90526bb91c9bf9c8b7f9606661
Use this factory method to create a new instance of this fragment using the provided parameters.
[ { "docid": "fa851baf893db73b9151e67103b5ba55", "score": "0.0", "text": "public static PaymentMethodsFragment newInstance(String param1, String param2) {\n PaymentMethodsFragment fragment = new PaymentMethodsFragment();\n Bundle args = new Bundle();\n args.putString(ARG_PARAM1, param...
[ { "docid": "0842842b456da358fa92492abff2fffa", "score": "0.72565585", "text": "public static Fragment newInstance() {\n Fragment fragment = new Fragment();\n Bundle args = new Bundle();\n //fragment.setArguments(args);\n return fragment;\n }", "title": "" }, { ...
53eb511aa1a8997a985394009bd60c29
These 2 methods are used to render and draw images (frames)
[ { "docid": "73d368ae4642a2b612b3f55f80b5863d", "score": "0.65000784", "text": "public void render(GraphicsContext gc) {\n gc.drawImage(image, positionX, positionY);\n }", "title": "" } ]
[ { "docid": "aa2edb6137e8b371d0f0f0b2cf86aa05", "score": "0.75763243", "text": "private void render(){\n BufferStrategy bs = this.getBufferStrategy();\n\n if(bs == null){\n createBufferStrategy(3);\n return;\n }\n Graphics g = bs.getDrawGraphics();\n\n ...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "79d4a9ea56f2add7ed53071382d895f0", "score": "0.0", "text": "public void setModifie_par(java.lang.String param){\n localModifie_parTracker = param != null;\n \n this.localModifie_par=param;...
[ { "docid": "45902f90f31024a5345bc0cef8028234", "score": "0.759979", "text": "public SetterHandler set();", "title": "" }, { "docid": "5a3882b5059d153b037d83f9841ae05a", "score": "0.72485393", "text": "public native final JsFunction setter() /*-{\n\t\treturn this.setter;\n\t}-*/;", ...
9efc73ebff1f5a940b29a54cc71e92da
Gets the radius of the inscribed circle.
[ { "docid": "675099c11ad97e48f1410bdd0d3b7f95", "score": "0.7513758", "text": "public float getCircumcircleRadius() { return _rCircumcircle; }", "title": "" } ]
[ { "docid": "e40803791ece0bba1cfd4b430776d7e9", "score": "0.78502446", "text": "@Pure\n\tabstract public double getRadius();", "title": "" }, { "docid": "05d823b59bfc2fc954192822f4698d98", "score": "0.7832335", "text": "public int getRadius() {\r\n\t\tif (!calculatedRadius) {\r\n\t\t\...
87f73b6fd9b006cf9f2148272c6e999d
Convert the given object to string with each line indented by 4 spaces (except the first line).
[ { "docid": "8279fe35d1f3c688ad6983974b78755b", "score": "0.0", "text": "private String toIndentedString(java.lang.Object o) {\n if (o == null) {\n return \"null\";\n }\n return o.toString().replace(\"\\n\", \"\\n \");\n }", "title": "" } ]
[ { "docid": "63c12a4413c6af0d7a213d6c691564e6", "score": "0.75526017", "text": "private String toIndentedString(java.lang.Object o) {\n if (o == null) {\n return \"null\";\n }\n return o.toString().replace(\"\\n\", \"\\n \");\n}", "title": "" }, { "docid": "060c307f35bb4b6b5f41e4ead1...
7f215708063bf23c7627758a732175e1
Internal convenience method; appends a data section to the given parent node as child, containing the keyvalue pairs in the supplied Map as attribute child nodes.
[ { "docid": "b64d4ff0aaebd9283f9c9e682b467586", "score": "0.75350803", "text": "protected void addDataSection(Tag parentNode, Map<String, String> attributes)\n\t\t\tthrows IOException {\n\t\tif (attributes == null) {\n\t\t\treturn;\n\t\t}\n\t\tif (attributes.size() > 0) {\n\t\t\tTag dataNode = parentNode...
[ { "docid": "ab3643032f12661f657c12cbf2ec2ca9", "score": "0.6134644", "text": "public void dataAddedToSet(final Data parent, final Data child) {}", "title": "" }, { "docid": "d16543758e3a2abcccc3e17925a77fb7", "score": "0.5624288", "text": "public void addChildMap(PropertyMap propMap)...
c044bbf6f5398f811393c0dd04254ebe
This method was generated by MyBatis Generator. This method returns the value of the database column recruit.inf
[ { "docid": "939737ed2c579e534e5310eb3eaeb741", "score": "0.49439988", "text": "public String getInf() {\r\n return inf;\r\n }", "title": "" } ]
[ { "docid": "15e2c474767580b4911f69942ff0a777", "score": "0.5426003", "text": "public int getFruitNum() {\n return fruitNum;\n }", "title": "" }, { "docid": "c7d255adf007b508ff939903e41bb501", "score": "0.53996754", "text": "public String getFruit() {\n\t\treturn fruit;\r\n\...
4ddb2a7a7e5e5ad9fb7ee90eca40a317
Hash string AND salt with MD5 hash
[ { "docid": "55a1a619531e68f96bbe74c80d3a8228", "score": "0.6893847", "text": "public String hashWithSalt(String password){\n\n password = password + this.salt;\n\n return Digester.performHashing(password);\n }", "title": "" } ]
[ { "docid": "96b8fea02151f2f4fe0246147bd40144", "score": "0.7382415", "text": "String encodeMd5Hash(String input);", "title": "" }, { "docid": "cba133faab2b1b2339862cc5fedaf62a", "score": "0.72700644", "text": "public String passwordHash(String password, byte[] salt) {\n\n Stri...
4916f17cd904d0ac8722214f2e5b1aba
Replaces the names of modelspecific decision variables with nonambiguous ones. Note: At least, that it what it should do at some point. For now, it merely adds an array index to production and off in the constraints.
[ { "docid": "26a2b3c1b9c39831b2ca20b998fb602d", "score": "0.65852255", "text": "public void replaceDecisionVariables(CspInputModel model,\r\n\t\t\tList<String> orgDecisionVariables) {\r\n\r\n\t\tString constraints = StringLists.toString(model.getConstraints());\r\n\t\tString modelName = model.getFileName...
[ { "docid": "3c75f9617d36ad42232f988e134f2e12", "score": "0.59703916", "text": "public void replaceConstraintNames(CspInputModel model) {\r\n\t\tList<String> constraintNames = this.getConstraintNames(model);\r\n\t\tString constraints = StringLists.toString(model.getConstraints());\r\n\t\tfor (String cons...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6149d9a2aa4cdda3a6b41632a3aec589", "score": "0.0", "text": "public void deleteTrainById(String id) {\n\t\ttrainDao.deleteObject(id);\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": "" }, ...
c6827e76980223389440a53b9d35a425
Get the size represented by the TensorFlow shape.
[ { "docid": "142c3f64f7ee27d29635cfeb4062165a", "score": "0.6595273", "text": "public <U extends TNumber> Operand<U> size(Shape<U> shape, Class<U> type) {\n return Shapes.size(scope, shape, type);\n }", "title": "" } ]
[ { "docid": "cb1e21ebdbd375b2be982bb5a7357a26", "score": "0.7739079", "text": "public Operand<TInt32> size(Shape<TInt32> shape) {\n return Shapes.size(scope, shape);\n }", "title": "" }, { "docid": "b5fc7be0e0abe221c90b72c2d2123a82", "score": "0.71198696", "text": "public Operand<...
6b3c4c52428b4698e17b324a19ae4228
Created by ASUS on 2017/11/8. Login
[ { "docid": "40fc1a40148683c28f359beaa74b3ae4", "score": "0.0", "text": "public interface IUserBandActivityPresenter {\n\n void getUserInfos(String deviceId);\n\n void process(String deviceId, int status, int uin);\n\n void remove(String deviceId);\n\n void getDeviceList();\n}", "title": ...
[ { "docid": "b8649d5e609cf7369638b4c250f2b981", "score": "0.7894205", "text": "private void login() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "title": "" }, { "docid": "9a97f19debef6122...
cf0b328062898b1586aa95c515a3ce0c
Very useful things are done in this method
[ { "docid": "9cc94477613b72b3c1f046d9c4a898ed", "score": "0.0", "text": "public void compute() {\n }", "title": "" } ]
[ { "docid": "63918b2e510c9040bbddcac00095b41a", "score": "0.66201854", "text": "private void recuperation() {\n\t\t\n\t}", "title": "" }, { "docid": "69ade76a69c0f6c07e66b5d0e5136eb3", "score": "0.63401836", "text": "@Override\r\n\tpublic void grabar() {\n\t\t\r\n\t}", "title": ""...