query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
a7ce9880eb4b9c07f19a62d78294accf
Test Create User without Password.
[ { "docid": "9e5c61dae975afd979407c60903570be", "score": "0.7458693", "text": "@Test\n public void testCreateUserwithPassword() throws EnMeExpcetion{\n createDefaultPermission();\n SecUserSecondary secCreateUser = new SecUserSecondary();\n UnitUserBean userCreateBean = Conv...
[ { "docid": "54635470a9e010b89cf14f454c5ea941", "score": "0.7853839", "text": "@Test\n public void testCreateUserwithoutPassword() throws EnMeExpcetion{\n createDefaultPermission();\n SecUserSecondary secCreateUser = new SecUserSecondary();\n UnitUserBean userCreateBean = C...
0dcf2c6a7cfe10695157fcc91078bf90
get a short value from the beginning of a byte array
[ { "docid": "c1a22c8bdd14c99872a8d11e029812b1", "score": "0.7485332", "text": "public static short getShort(final byte[] data) {\n return getShort(data, 0);\n }", "title": "" } ]
[ { "docid": "bd1db44895d66a2d9d836fd31222f731", "score": "0.78512394", "text": "short getShort( int offset );", "title": "" }, { "docid": "6d3336a61527fb3366c723d982880304", "score": "0.7627379", "text": "public static short getShort(final byte [] data)\n {\n return getSho...
cfe7bd4d0cc62217b1580a4d4a7afb94
Clientside salted hash of the package name for tracking purposes. optional string package_id = 1;
[ { "docid": "dfb10f7eccee220d427eef75f3940db3", "score": "0.6426114", "text": "com.google.protobuf.ByteString\n getPackageIdBytes();", "title": "" } ]
[ { "docid": "574b6565b3a58f6aea5e2f071e5057a1", "score": "0.75464827", "text": "int getPackageNameHash();", "title": "" }, { "docid": "3f81c34bca85772d9b781e96578bb859", "score": "0.67758936", "text": "@java.lang.Override\n public int getPackageNameHash() {\n return packageNam...
ea8ba14458f6f884bc3456fa3e9a5e7d
TODO: quote the identifier in primary key clause when this is fixed in the underlying SQL Parser
[ { "docid": "6f49a3120e054388d181daf8da516a23", "score": "0.5444478", "text": "@Test\r\n public void testQuotedCreateTableStatement() throws SQLException {\r\n CloudSpannerPreparedStatementTest.testCreateTableStatement(\r\n \"CREATE TABLE `FOO` (`ID` INT64, `NAME` STRING(100)) PRIMARY KE...
[ { "docid": "53b92c9d20dd5f47c86172368a1450b5", "score": "0.67985344", "text": "protected abstract String addPrimaryKeyQuery(String sql);", "title": "" }, { "docid": "d6a6f21438ff03caa71ff7c3b509b81e", "score": "0.6643913", "text": "protected abstract String getRowID(ResultSet rs, Lis...
91983a12a9bb691d1d5cc88574dba0f3
This method parses all users received by the Server at JSON format to User Objects
[ { "docid": "cd133b6e2c4365ab484d3c4cb3e56f21", "score": "0.0", "text": "public static ArrayList<User> parseAllChilds(String jsonText) {\r\n\t\t\r\n\t\tArrayList<User> users = new ArrayList<User>();\r\n\t\t\r\n\t\tif (jsonText == null || jsonText.equals(\"err\")){\r\n\t\t\treturn users;\r\n\t\t}\r\n\t\t\...
[ { "docid": "e86429b9ae638b33ab3ed820e6dbc704", "score": "0.73590076", "text": "public static void readAllUsers(){\n JSONArray userList = JSONFileManager.readJSONArrayFromFile(\"JSONStorage/users.json\");\n\n userList.forEach(item -> {\n JSONObject JSONUser = (JSONObject) item;\n...
49ecb2ec8c7fe27d6e7e9ef5a4195fb7
Finds an autonomous program via its name and returns the proper program Returns null if a program cannot be found
[ { "docid": "7ce2c1aefc0ad6d62c65e6cf6cdaa947", "score": "0.77041984", "text": "public AutonomousProgram GetAutonomousProgram(String name)\r\n\t{\r\n\t\tAutonomousProgram program = null;\r\n\t\t\t\r\n\t\tfor(int i = 0; i < AutonomousProgramCount; i++)\r\n\t\t{\r\n\t\t\tprogram = AutonomousPrograms.get(i)...
[ { "docid": "e41b677a2a303fcdd66a872dd026ddf8", "score": "0.6751274", "text": "public void getProgram() { pf.retrieveProgram(pf.getProgName()); }", "title": "" }, { "docid": "57133c2a3f195f514ddc8d85c7465126", "score": "0.6594178", "text": "public TeleopProgram GetTeleopProgram(String...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "361e756b0650b88ac9e68e6b97dc3912", "score": "0.0", "text": "@Override\n public void onNothingSelected(AdapterView<?> arg0) {\n String text = spin.getSelectedItem().toString(); // get spinner text selected\n\n\n }", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
2d4e4febb9e2a698ab75e5076751e722
repeated .feast.core.FeatureSet feature_sets = 1;
[ { "docid": "b8b3c3fb849c79d95cc7b03e23e58399", "score": "0.0", "text": "public Builder addAllFeatureSets(\n java.lang.Iterable<? extends feast.proto.core.FeatureSetProto.FeatureSet> values) {\n if (featureSetsBuilder_ == null) {\n ensureFeatureSetsIsMutable();\n com.goo...
[ { "docid": "82535fafac002e6e442910a43b4885ba", "score": "0.7039858", "text": "feast.proto.core.FeatureSetProto.FeatureSet getFeatureSet();", "title": "" }, { "docid": "82535fafac002e6e442910a43b4885ba", "score": "0.7039858", "text": "feast.proto.core.FeatureSetProto.FeatureSet getFea...
505eb859c77415e06adfa36b015b9f7b
Getting All Images Path
[ { "docid": "c65957e7dea3bf64ef81a2796eb0c7b8", "score": "0.7035105", "text": "@SuppressWarnings(\"unused\")\n public static ArrayList<String> getAllShownImagesPath(Activity activity) {\n Uri uri;\n Cursor cursor;\n int column_index_data, column_index_folder_name;\n ArrayLi...
[ { "docid": "69a530d1b75cacb134d8fb2546a1b0c9", "score": "0.752656", "text": "public static String[] findAllImages() {\n\t\tFile file = new File(FOLDER_PATH);\n\t\treturn file.list();\n\t}", "title": "" }, { "docid": "01e07a1ee7e5bc7be6b4e3dca5a3fc23", "score": "0.72701216", "text": "...
65b51eae0c31a7ba716f3c655e1dfd25
$ANTLR end "rule__XCastedExpression__Group_1_0_0__1" $ANTLR start "rule__XCastedExpression__Group_1_0_0__1__Impl" InternalBotDuino.g:10385:1: rule__XCastedExpression__Group_1_0_0__1__Impl : ( 'as' ) ;
[ { "docid": "522dab02b1fd6eb2e68297dd649e9ae8", "score": "0.8520533", "text": "public final void rule__XCastedExpression__Group_1_0_0__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalBotDuino.g:10389:1: ( ( 'as' ...
[ { "docid": "486652cf62db4c054c9c0bbeeea0337c", "score": "0.8243633", "text": "public final void rule__XCastedExpression__Group_1_0_0__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalJexTest.g:13082:1: ( ( 'as' )...
ec126c3999e289194c7b067f12993ac8
Find the _Fields constant that matches fieldId, or null if its not found.
[ { "docid": "74c9c18e81cd879de60f9b16b4b0cfc8", "score": "0.0", "text": "public static _Fields findByThriftId(int fieldId) {\n switch(fieldId) {\n case 0: // SUCCESS\n return SUCCESS;\n default:\n return null;\n }\n }", "title": "" } ]
[ { "docid": "39b6c11a20dc7e14fdd0a4fe0d8b752e", "score": "0.7867982", "text": "@org.apache.storm.thrift.annotation.Nullable\n public static _Fields findByThriftId(int fieldId) {\n switch(fieldId) {\n default:\n return null;\n }\n }", "title": "" }, { ...
ad85e7926f16a5b31a4c4123afdabacc
repeated .proto.Achievement com.codedchai.igdb.kt.achievements = 1;
[ { "docid": "fccd98728e45be2437fbf03d34d17bf2", "score": "0.56831306", "text": "int getAchievementsCount();", "title": "" } ]
[ { "docid": "fc51ef6730ecc525d7b53bcf517bdad0", "score": "0.7244591", "text": "java.util.List<? extends proto.AchievementOrBuilder> \n getAchievementsOrBuilderList();", "title": "" }, { "docid": "a36d4347fb7cb7001fc77fce34e9dfd3", "score": "0.7155553", "text": "java.util.List<pro...
e5155979f6d1967c83775711571cfa9f
Constructs a boxed shape.
[ { "docid": "9781d0422d30b1422dfc691ea818513c", "score": "0.7068223", "text": "public BoxedShape(Shape shape, int padding) throws java.io.IOException\n {\n this.shape = shape;\n this.padding = padding;\n }", "title": "" } ]
[ { "docid": "ad0128024805c75dc903e0bbf03a9712", "score": "0.71086663", "text": "public Box()\r\n\t{\r\n\t\tSystem.out.println(\"Box Constructor Called\");\r\n\t\tlength = 3;\r\n\t\twidth = 3;\r\n\t\theight = 3;\r\n\t}", "title": "" }, { "docid": "fa576cda2e4b4e48cfdbe731cce35535", "score...
e45cf1af772bacd570f61368091c1f50
/ Convert a json string to a ChatMessage
[ { "docid": "f6e68904ff0a6610352d4f780cb02c46", "score": "0.71666455", "text": "@Test\n\tpublic void ChatMessageTest(){\n\t\tString message = \"{\\\"from\\\":\\\"Eric Lu\\\",\"\n\t\t\t\t+ \"\\\"type\\\":\\\"CHATTOSERVER\\\",\"\n\t\t\t\t+ \"\\\"conversation\\\":\\\"piper\\\",\"\n\t\t\t\t+ \"\\\"content\\\...
[ { "docid": "2abe526c8283b350c64c9d6452c45537", "score": "0.76431245", "text": "public static WrapperMessage parseMessageJSON(String json) {\n Gson gson = new Gson();\n return gson.fromJson(json, WrapperMessage.class);\n }", "title": "" }, { "docid": "70bb539fc21f9fe41c4f75a7...
bce1ae74bc6a37f030c83e9c53265c5f
This method was generated by MyBatis Generator. This method corresponds to the database table message_push_member
[ { "docid": "322c02ced9156753fc3e21e331d7ea5b", "score": "0.49363253", "text": "List<MessagePushMember> selectSelectiveWithPage(MessagePushMember record);", "title": "" } ]
[ { "docid": "80f64fe0fd8b5c762a66679690cb2b01", "score": "0.67341256", "text": "MessagePushMember selectByPrimaryKey(Long mpmId);", "title": "" }, { "docid": "a83b1e5dddff5a35608ce1abb9d80c01", "score": "0.59143263", "text": "int insert(MessagePushMember record);", "title": "" }...
6dcdb4bfd2b51f92d2a26d393623a9b1
Evaluate the two expressions we'll be comparing
[ { "docid": "89e4e34a097a35dcc5ee82d514ddb2ea", "score": "0.0", "text": "public static Boolean evalLessThan(ArrayList<Object> exp, Environment env) {\n\t\tObject v1 = meval(exp.get(1),env);\r\n\t\tObject v2 = meval(exp.get(2),env);\r\n\r\n\t\t// Check that both values are indeed integers\r\n\t\tif (v1 in...
[ { "docid": "c7e52b872c2e60f8a82a9f9734a35beb", "score": "0.7516143", "text": "@Override\r\n\tpublic boolean evaluate() {\n\t\tint first = EquationEvaluator.cheat(eqn1);\r\n\t\tint second = EquationEvaluator.cheat(eqn2);\r\n\t\treturn (first!=second);\r\n\t}", "title": "" }, { "docid": "84a02...
ea4bba27277f6c163686ae503d2b4372
Reset this AirportTram to initial state
[ { "docid": "2ba4643f028330fd5fbf9f1a50d11ec9", "score": "0.0", "text": "public void restart(int givenInitialStop)\n\t{\n\t\t// set the new initial stop\n\t\tcurrentstop = givenInitialStop;\n\t\t\n\t\t// reset all fields\n\t\tcurrentpassengers = 0;\n\t\tmaxpassengers = 0;\n\t\ttotalpassengers = 0;\n\t\tt...
[ { "docid": "7cb089b803d581bf82b93975c5cdd851", "score": "0.701708", "text": "public void reset() {\n mState = State.RESET;\n }", "title": "" }, { "docid": "da9e018f3c892355aa041cdc47210a1e", "score": "0.7001003", "text": "@Override\n\tpublic void reset() \n\t{\n\t\taircraft...
50faf013ba2dff35a80a7f6d8c7f8b31
/ TODO Premier niveau
[ { "docid": "c45d37de79e51526a754de0bb7d3bb7b", "score": "0.0", "text": "public MenuPrincipale() {\n\t\tsuper();\n\t\tTexture texFond = new Texture();\n\t\tTexture texBoutton = new Texture();\n\t\ttry {\n\t\t\ttexFond.loadFromStream(getClass().getResourceAsStream(\"/ressources/images/menu_background.png\...
[ { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6709101", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "title": "" }, { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6634874", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "ti...
2456bd6996ea730a20839b285ae94622
/ \brief Build a new array type trait expression. / / By default, performs semantic analysis to build the new expression. / Subclasses may override this routine to provide different behavior.
[ { "docid": "78693d9388b26521d1df05030cb2c875", "score": "0.7038694", "text": "@Converted(kind = Converted.Kind.AUTO,\n source = \"${LLVM_SRC}/llvm/tools/clang/lib/Sema/TreeTransform.h\", line = 2633,\n FQN=\"clang::TreeTransform::RebuildArrayTypeTrait\", NM=\"_ZN5clang13TreeTransformIN12_GLOBAL__N_1...
[ { "docid": "7d8c127d1bafb670281212de9fce29da", "score": "0.6476273", "text": "@Override\n public Type getExpressionType() {\n return arrayType;\n }", "title": "" }, { "docid": "82ac69aa49fa4212cd0f64ba1da3386c", "score": "0.6403999", "text": "@Converted(kind = Converted.Kind.AUT...
7bbacde1e14b7a53ac430082bd73fbfb
move_abort, execution_failure optional string location = 2;
[ { "docid": "76e35c65a2e9e39371a2194d088f80f2", "score": "0.0", "text": "com.google.protobuf.ByteString\n getLocationBytes();", "title": "" } ]
[ { "docid": "d2f13bec71f7b0a1d5e4a185cd5a79ea", "score": "0.6105626", "text": "public static void moveToLocation(MapLocation location) throws GameActionException\n\t{\t\n\t\tif(rc.isCoreReady())\n\t\t{\n\t\t\tif(rc.getType() == RobotType.TURRET)\n\t\t\t{\n\t\t\t\trc.pack();\n\t\t\t}\n\n\t\t\tMapLocation ...
995d8498026b72db4a3fe491056327a8
Copy bytes from an InputStream to an OutputStream. This method buffers the input internally, so there is no need to use a BufferedInputStream. Large streams (over 2GB) will return a bytes copied value of 1 after the copy has completed since the correct number of bytes cannot be returned as an int. For large streams use...
[ { "docid": "1043341de88c855917e209acc8400432", "score": "0.7181637", "text": "public static int copy(InputStream input, OutputStream output) throws IOException {\n long count = copyLarge(input, output);\n if (count > Integer.MAX_VALUE) {\n return -1;\n }\n return (...
[ { "docid": "cff1a17c90925b9fcb50965da4cfc92e", "score": "0.7337494", "text": "public int copy(InputStream input, OutputStream output)\n throws IOException {\n byte[] buffer = new byte[getBufferSize()];\n int count = 0;\n int n = 0;\n\n while (-1 != (n = input.read(buff...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "c06c924504b5468655b2b8e9ac662bfd", "score": "0.0", "text": "private void m15241b(TTAdDislike.DislikeInteractionCallback dislikeInteractionCallback) {\n if (this.f14274i == null) {\n this.f14274i = new TTAdDislikeImpl(this.f14268c, this.f14271f);\n }\n this.f14...
[ { "docid": "296c620927f5ac829962efb5e91985b0", "score": "0.6268342", "text": "public void b() {\n }", "title": "" }, { "docid": "3dec4739787395aa7630bcb544fc6a37", "score": "0.60974354", "text": "public void b() {\r\n }", "title": "" }, { "docid": "f17b60b207f21...
92b57bfc71c0b1fbb412326750786cea
Type of component that should be replaced with an instance of the component prototype
[ { "docid": "c0cb711edf95b6e6a59895d404b680e9", "score": "0.6999244", "text": "@BeanTagAttribute\r\n public Class<? extends Component> getComponentTypeToReplace() {\r\n return this.componentTypeToReplace;\r\n }", "title": "" } ]
[ { "docid": "0dfe3c1941dfe51faced95ed070b9355", "score": "0.707252", "text": "@BeanTagAttribute\r\n public Component getComponentReplacementPrototype() {\r\n return this.componentReplacementPrototype;\r\n }", "title": "" }, { "docid": "dce5cefca7a5030a7658e7687310d911", "scor...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ebadc65e568836c08405e80317b630e2", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void onClick(View arg0) {\n\t\t\t\tif (slider == 0) {\r\n\t\t\t\t\tMainActivityA.getInstance().showUnitConverterVolumeFragment();\r\n\t\t\t\t}\r\n\t\t\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}"...
6410e1bdc5bcb49132b2c1202a8716b9
Returns the string for the given language and the given label for this entity.
[ { "docid": "2b579746bf0bea7c58c173e13426368e", "score": "0.62455684", "text": "public String getDescription(Integer languageId, String label) {\n InternationalDescriptionDTO description = getDescriptionDTO(languageId, label);\n\t\tif (description == null && !ServerConstants.LANGUAGE_ENGLISH_ID.eq...
[ { "docid": "18f6ab202e37275e680060e99e61b240", "score": "0.650044", "text": "public String getText(String language);", "title": "" }, { "docid": "63628d8d9a0ebef2aac749dc8693e4ea", "score": "0.61744946", "text": "java.lang.String getLabel();", "title": "" }, { "docid": "6...
a33df5c89c1d4c06dca967563c32bccc
String startDate, Integer currentCycle, String currentLift, String currentFreq, double first, double second, double third
[ { "docid": "57307d52b961d583b7e0716c7a923997", "score": "0.0", "text": "String getLiftType()\n\t{\n\t\treturn CURRENT_LIFT;\n\t}", "title": "" } ]
[ { "docid": "0173249dd29dafb30d9e98596fb49e7d", "score": "0.56602705", "text": "void calculateCycle(ThirdScreenFragment thirdScreen, String[] myPattern)\n\t{\n CURRENT_DATE_CAL = Calendar.getInstance();\n String startingDate = getStartingDate();//12-27-2014\n int year = Integer.value...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "eccbfc2ab5c6733cb48a7aa97564cbe6", "score": "0.0", "text": "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tintent.setClass(getApplicationContext(), About.class);\n\t\t\t\tstartActivity(intent);\n\t\t\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
e13188fca352865bf2d24143344d99cf
your code goes here
[ { "docid": "8b049a36e6fca7b1d986497842e15ad2", "score": "0.0", "text": "public static void main (String[] args) throws java.lang.Exception\n\t{\n\t\tint n=(int)4e6+5;\n\t\tint[] phi= new int[n];\n\t\tint[] ans= new int[n];\n\t\tfor(int i=0;i<n;i++){\n\t\t phi[i]=i;\n\t\t ans[i]=0;\n\t\t}\n\t\tfor(...
[ { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.6142476", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-generated method stub\r\n\t\t\r\n\t}", "title": "" }, { "docid": "f8d94fd3a365ff0f8b293a42b581cc33", "score": "0.5823899", "text": "@Override\r\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7b56e1a541c2c9150b258cf435e559c3", "score": "0.0", "text": "@Override\n\t\tpublic void mousePressed(MouseEvent arg0) {\n\n\t\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}", ...
56e12ea1e6538398eb17f2988c5e8554
La matriz mapa, que sera usada para representar el laberinto
[ { "docid": "77f84e7453f7c05bf0e649f5cedd71a7", "score": "0.0", "text": "public static void main( String args[] ){\n int [][] mapa = new int[10][10];\n // Coordenadas de inicio del recorrido o entrada del lab.\n int xinicial = 1;\n int yinicial = 0;\n // Coordenadas de ...
[ { "docid": "2ae2454a991f21633e2d1a0ae0470724", "score": "0.73346", "text": "public Map<ACoordinate<D, A>, AControl<T>> getMatrix();", "title": "" }, { "docid": "e52e3384d59202ee178ae305a455ed81", "score": "0.63556296", "text": "private void crearEstadosMapa(){\n estadosMapa = ...
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": "a396bb4825c6fe3aec5ec2741b8990f0", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jScrollPane1 = new javax.swing.JScrollPane();\n ...
[ { "docid": "0683d7c04886f33eb3de4cd0ed5cbadc", "score": "0.74529076", "text": "public Herrendjimi1() {\n initComponents();\n }", "title": "" }, { "docid": "a265c28895719fa5abe69bc5acb37bbf", "score": "0.7301484", "text": "public FormLat3() {\n initComponents();\n ...
012662e6fd28720fa3ccb07d70e4ac74
/ Create a new 10 x 10 maze. Feel free to change these values. Maze maze = new Maze(10, 10); / Pick (0, 0), the bottom left corner, as the starting point. Put the end in the top right corner. / You should be able to solve a 10 x 10 maze in (far fewer than) 1000 steps. Feel free to adjust this number if you experiment w...
[ { "docid": "5f477c3bae30197c03e2124679d7c4c7", "score": "0.57166284", "text": "public static void main(final String[] unused) {\n int passed = 0;\n int failed = 0;\n int testRepeatTimes = 100;\n int maximumSteps = 40;\n\n for(int i = 0; i < testRepeatTimes; i++) {\n ...
[ { "docid": "fd2a201d67df25435d6bcc41a7b0201a", "score": "0.73690695", "text": "public static void main(String[] args) {\n int start_x = 3;\n int start_y = 13;\n\n String[] myMaze = new String[15];\n myMaze[0] = \"***************\";\n myMaze[1] = \"* * *\";\...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "d33df2028ec80f158190c4303076f724", "score": "0.0", "text": "@Override\n\tpublic View onCreateView(LayoutInflater inflater, ViewGroup container,\n\t\t\t\t\t\t\t\t\t\t\t\t\t Bundle savedInstanceState) {\n\t\tView view = inflater.inflate(R.layout.fragment_detail_product, container, false);\n\t\...
[ { "docid": "5db754451b89950dcc8f0d4244c4b6e8", "score": "0.69515103", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {\n View rootView = inflater.inflate(R.layout.fragment_feed_recycle, container, false);\n\n //set ...
ce862928e2a22668678a1856a3429222
System.out.println("[Output: command: "+command+" query:" + srcId + "\n" + obj.toString() + "]");
[ { "docid": "7bcb0d526667f0998ad99ee448b2fcce", "score": "0.6116733", "text": "void generateOutput(ArrayList<Integer> queriesIdList, String srcId, DataObject obj, Command command) {\n\t\tthis.outputTuplesCount += queriesIdList.size();\n\t\tCombinedTuple outputTuple = new CombinedTuple();\n\t\toutputTuple...
[ { "docid": "5b4338ea12ce1e346741ff5830a05001", "score": "0.67326766", "text": "public String toString(){\n return _commandResult.toString();\n }", "title": "" }, { "docid": "dcce33489cba3a62ecc41d2c3780440f", "score": "0.64704186", "text": "public String toString(){\n\t\tre...
b958ee25bff11c364182509f9f1b00a4
Called before JSON files are parsed.
[ { "docid": "33b6a6f1fbd5c2de35d2c4bbd7479d21", "score": "0.0", "text": "void preProcess();", "title": "" } ]
[ { "docid": "0150dafac21d243ee0f19abe17e60b48", "score": "0.71097773", "text": "public static void initialize() {\r\n\t\tjson = new JSONFile(filePath);\t\r\n\t}", "title": "" }, { "docid": "df0914ed033bd5e6bd1c409a270a0280", "score": "0.6572356", "text": "void initBeforeParsing() {\r\...
1c278711da21cffbc95943f4aa5a5007
Announce the winner of this game
[ { "docid": "14fd7b9605173379554373c8ef550186", "score": "0.70345575", "text": "void announceGameWinner(Color color);", "title": "" } ]
[ { "docid": "0c4627f2323815210886aab1b6929c61", "score": "0.7653648", "text": "private void Winner() {\n String message = \"\";\n if(gameResult == 1) {\n message = \"Player 1 is the winner\";\n }\n else if(gameResult == 2){\n message = \"Player 2 is the w...
acab35e0100834655f2114c58455f8fd
/ / Creates a new MPFS Classic image builder / / The directory to save the image in / The output file name for the image
[ { "docid": "5f769fb40a2b5fd8b01e04f3aa449947", "score": "0.0", "text": "public MPFSClassicBuilder(String localPath, String localFile)\n {\n if (!localPath.endsWith(\"\\\\\"))\n localPath += File.separator;\n LocalPath = localPath;\n LocalFile = localFile;\n Rese...
[ { "docid": "0ba80bde3305404202428667abb5092f", "score": "0.6517887", "text": "private File createImageFile() throws IOException {\n targetW = 100;\n targetH = 100;\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = JPEG...
43b25e02f0432f62b43f5b21acde747d
DELETE data INSERT data
[ { "docid": "09f2cb4afd64ac0e7f2290b158b92217", "score": "0.0", "text": "private void updateCodeForV411() throws Exception {\n this.insertDataFromCSVfile();\n\n // QUERY data\n }", "title": "" } ]
[ { "docid": "d94cecb5d5b9130b4159206cdc907431", "score": "0.78336304", "text": "@Override\n\tpublic void delData() {\n\t\tStringBuilder sb = new StringBuilder(\"delete from asset1 where id='6'\");\n\t\tthis.getJdbcTemplate().update(sb.toString());\n\t}", "title": "" }, { "docid": "06bdc0d3c73...
c35741daf8d3db7ddd31066c3f6ab6eb
public constructor with 2 2D double array parameters
[ { "docid": "0f4a5eb145c65643ba116266d2999853", "score": "0.0", "text": "public Chart(double[][] result, double[][] observed){\n //Create a new Frame object\n final Frame f1 = new Frame(\"Model Fit\");\n\t//Set the Frame object size\t\n\tf1.setSize(600,400);\n //Add a window listener...
[ { "docid": "9f98068a4cedcdce83a16722a122ea19", "score": "0.7052264", "text": "public Matrix(double[][] twoD){\r\n\t\tthis.nrow = twoD.length;\r\n\t\tthis.ncol = twoD[0].length;\r\n\t\tfor(int i=0; i<nrow; i++){\r\n\t\t if(twoD[i].length!=ncol)throw new IllegalArgumentException(\"All rows must have th...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8d53346ec02c5afdc330b24cfe612a92", "score": "0.0", "text": "@Override\r\n\t\tprotected void onPostExecute(String result) {\n\t\t\tsuper.onPostExecute(result);\r\n\t\t\tpd.setVisibility(View.GONE);\r\n\t\t\tplayVideo(result);\r\n\t\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...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "eec7a29e218e97fdd122ed16e715451a", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n v = inflater.inflate(R.layout.detail_information_job, container, false);\n ...
[ { "docid": "8bb7e3993bde01b4555bbb3cffff8569", "score": "0.7403527", "text": "protected void onInflateView() {\n }", "title": "" }, { "docid": "afe95b32eaf36044ffac0c621528e0ae", "score": "0.68513155", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewG...
936a48673860a13ff0d51532787789fd
Set the value related to the column: maxChildren.
[ { "docid": "2e864feaf33b8741817983cac211ad69", "score": "0.7818604", "text": "void setMaxChildren(final Integer maxChildren);", "title": "" } ]
[ { "docid": "baf75ff6c28865c2b67250cd68c8ca01", "score": "0.78019935", "text": "public void setChildrenMax(int max)\n\t{\n\t\taddField(ConfigureNodeFields.children_max, FormField.TYPE_TEXT_SINGLE);\n\t\tsetAnswer(ConfigureNodeFields.children_max.getFieldName(), max);\n\t}", "title": "" }, { "...
b33926bb9a13f26c9ea609b4bf006f24
A description of the hub content.
[ { "docid": "6c7cd5edcd13051c96d33ac39ae591cb", "score": "0.0", "text": "public HubContentInfo withHubContentDescription(String hubContentDescription) {\n setHubContentDescription(hubContentDescription);\n return this;\n }", "title": "" } ]
[ { "docid": "cfe70798278f29ef010d0f1d268f09eb", "score": "0.824006", "text": "public String getHubContentDescription() {\n return this.hubContentDescription;\n }", "title": "" }, { "docid": "1a8ec75ba6d829fd91cfdde3e37080ee", "score": "0.7342062", "text": "private void descr...
29572747f80c0125e4a4469aec76619d
This method is called before processing an instruction.
[ { "docid": "2ae7519dc9bb83cb3e9da930a231ba2a", "score": "0.5342613", "text": "void startInstruction(final Instruction instruction);", "title": "" } ]
[ { "docid": "d49431533d6caeba327e33745fba0cd9", "score": "0.6762719", "text": "@Override\r\n\tpublic void onStartInstrExecution(Instruction instr) {\n\t\t\r\n\t}", "title": "" }, { "docid": "4d957dfa9e0fa4aa2c86f21090157ccf", "score": "0.6689586", "text": "private void Process_Process...
7f169f3e21fdd087a44649206d8b8dce
Created by davide on 29/12/16. Interfaccia per i metodi di restituzione della velocita' e rotazione
[ { "docid": "8405808d0e7da276b52277c6a109024d", "score": "0.0", "text": "public interface JoystickTranslator {\n\n int getSpeed(double joyPower, double joyAngle);\n\n int getRotation(double joyPower, double joyAngle);\n\n}", "title": "" } ]
[ { "docid": "48a2499e7ccd0a7d10eb704e74c68870", "score": "0.64812756", "text": "public void voltaAoPontoDeOrigem() {\t\n\t\tthis.setVelocidadeEsteirasGrau(240);\n\t\t//Se o carro achou bola na esquerda, ele tem que virar pra esquerda para voltar ao ponto de origem\n\t\tif(this.achouBolaNaEsquerda) {\n\t\...
ea82cb1a74f876ee3dd0ff1900e4547c
price defines the price of the oracle base and quote repeated string price = 4 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/cosmos/cosmossdk/types.Dec"];
[ { "docid": "71e09097f70072f96d71457bf0e20075", "score": "0.0", "text": "public int getPriceCount() {\n return price_.size();\n }", "title": "" } ]
[ { "docid": "b478593f4ea44a0cbad7c17a019434b4", "score": "0.71997005", "text": "public void setPrice( BigDecimal price ) {\n this.price = price;\n }", "title": "" }, { "docid": "48f45e5df57b8eb301a0a55a9ce08878", "score": "0.7157397", "text": "public void setPrice(BigDecimal...
604ef7fc11f6a175f86a6688993e5b5d
Get information about the layout, use that to display a picture nicely
[ { "docid": "78841b813869c542d7a6216c75a0af5c", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.popwindow);\n DisplayMetrics dm = new DisplayMetrics();\n getWindowManag...
[ { "docid": "b5e372e0059bdda01666db957c2b6d22", "score": "0.70508236", "text": "String getLayout();", "title": "" }, { "docid": "75e5f9e634565949bcfb4cc8ca653430", "score": "0.70141715", "text": "public abstract int getLayout();", "title": "" }, { "docid": "75e5f9e63456594...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "27bbf44cc1d3bc1ecf07a9cdc383387f", "score": "0.0", "text": "public static final void m10427a(View view, int[] iArr, View view2) {\n r0 = new int[2];\n view.getLocationInWindow(r0);\n iArr[0] = iArr[0] + r0[0];\n iArr[1] = iArr[1] + r0[1];\n view2.getLocatio...
[ { "docid": "e8b407e15e709133d36c40b376c5772b", "score": "0.6288352", "text": "@C4056a\n /* renamed from: a */\n public abstract Object mo18472a(String str);", "title": "" }, { "docid": "b7e8cbc10834bded8ca03375afdf1d79", "score": "0.6287218", "text": "public interface C35231a {...
3e17101a94fb5f5be22487d5aa7720ca
This method was generated by MyBatis Generator. This method corresponds to the database table interesado
[ { "docid": "9f09b8934abac18670770f600249a57a", "score": "0.0", "text": "public String getOrderByClause() {\n\t\treturn orderByClause;\n\t}", "title": "" } ]
[ { "docid": "c056b7035a17e3ca80fdd5c63ee875fa", "score": "0.6117783", "text": "@Select({ \"select\", \"id_sintomo, id_decorso, temperatura, flg_gusto, flg_olfatto, flg_tosse, flg_dolori_musc, \",\n\t\t\t\"flg_stanchezza, flg_congiuntivite, flg_diarrea, flg_raffreddore, note_sintomo, \",\n\t\t\t\"flg_disp...
fb113a34fcf3aa542f3dc7c0edf42983
Assign a solution to the set of solutions X
[ { "docid": "661a89f25ad25af3feab029a93c87e11", "score": "0.71735996", "text": "private void setX(int i, int j, Solution solution)\n {\n if (this.X.get(i) == null) {\n this.X.set(i, new ArrayList<>(Collections.nCopies(this.trips.size() + 1, null)));\n }\n\n if (this.X.g...
[ { "docid": "c28b9365c05a7f43bff0f67a3b40a2bd", "score": "0.683633", "text": "private void setSolution()\n {\n // LINE 1: for i := l to 1 do /* process every trip of T, l is a source */\n for (int i = this.labels.length - 1; i > 0; i --) {\n\n if (this.labels[i] == -1) continu...
45e93c242110bd0c64db04d4728d3419
Processes the specified file or directory.
[ { "docid": "af941539ee5fc67ae79fb3113e8e00c8", "score": "0.6728172", "text": "boolean processFile(@NotNull VirtualFile fileOrDir);", "title": "" } ]
[ { "docid": "e8b0a25cb6cae347b5a081db0f7ed150", "score": "0.638351", "text": "public void processFile(File file) {\n processFile(file, new File(destDir == null\n ? srcDir : destDir, file.getName()));\n }", "title": "" }, { "docid": "661f14a45cdda...
1c98a410b1653cee950f57e4ca371ff8
Is empty cell in map.
[ { "docid": "474bdfed293a9c6c34291a4ba14684bb", "score": "0.0", "text": "public boolean isEmptyCell(Point2D point2D, Card card) {\n ArrayList<Card> cards = new ArrayList<>();\n for (Card temp : getUser1().getPlayer().getGameAccessory().getInGameTargets()) {\n if (!(temp instanceo...
[ { "docid": "594e70df680e67c8eeb525c6ed39d197", "score": "0.83814096", "text": "public boolean isEmpty() {\n/* 982 */ return this.map.isEmpty();\n/* */ }", "title": "" }, { "docid": "aa26da9f35ccbc7107cdba8f44460fba", "score": "0.82000476", "text": "public boolean isEmpty(...
650acf84a48f7df4c290f6b6edb932a4
Checks whether the 'birthDateEpoch' field has been set
[ { "docid": "a1cd938bf02134c2e2c971a0c19fea51", "score": "0.84359145", "text": "public boolean hasBirthDateEpoch() {\n return fieldSetFlags()[6];\n }", "title": "" } ]
[ { "docid": "539e64f40951022305e8bda0810086b4", "score": "0.7710506", "text": "public void setBirthDateEpoch(java.lang.Long value) {\n this.birthDateEpoch = value;\n }", "title": "" }, { "docid": "b193946b8eca4922b2fb75d1c240163b", "score": "0.7278583", "text": "public org.bdgenom...
dc9aa66f48663c2680d94963393d9746
/Method Add controls to add student scene
[ { "docid": "f0923f0d9d95936b05bb26779de4c88e", "score": "0.0", "text": "private VBox getDetailAddStudentBox() {\n\t\tVBox vBox = new VBox(15);\n\t\tvBox.setPadding(new Insets(15, 5, 5, 5));\n\t\tvBox.getChildren().add(new Label(\"Student Name:\"));\n\t\tvBox.getChildren().add(new TextField());\n\t\tretu...
[ { "docid": "9413bd71d7fa266bf646baf78dc1b387", "score": "0.64248556", "text": "public static void addContent(Scene currentScene) {\n scene = currentScene;\n\n if (ServerCommunication.getRole().equals(\"admin\")) {\n ImageView add = (ImageView) scene.lookup(\"#add\");\n ...
0c7404fe4faa4865a21abf78f1291c12
Wybieranie ruchu w danym stanie
[ { "docid": "44f32508dfda695073d17a1293f51e3a", "score": "0.0", "text": "public abstract Constants.MOVE getMove(Game game, BoardData boardData);", "title": "" } ]
[ { "docid": "b6d0e7f9c3ac1d2af700d1fe013ac836", "score": "0.63481534", "text": "private void rysujPionowyPasekPrzewijania() {\n }", "title": "" }, { "docid": "e6068b0200c883e42ca4379e8b4390f4", "score": "0.6112246", "text": "@Override\n\tpublic void ihtiyacGidermek() {\n\t\t\n\t}",...
5ed575f5776d01547bf9bc813d116b5f
This handles the redstone power
[ { "docid": "72e80684a081c32503f62db245217f98", "score": "0.0", "text": "public void onNeighborBlockChange(World world, int i, int j, int k, int l)\n\t{\t\t\n\t\t// If block is redstone powered\n\t\tif (l > 0 && Block.blocksList[l].canProvidePower() && world.isBlockIndirectlyGettingPowered(i, j, k))\n\t\...
[ { "docid": "f02a8ce4f834d9341566b6fa4d3d5bd1", "score": "0.6429892", "text": "public void powerOn();", "title": "" }, { "docid": "f02a8ce4f834d9341566b6fa4d3d5bd1", "score": "0.6429892", "text": "public void powerOn();", "title": "" }, { "docid": "8ce0476ee575f18ff0b7b125...
0df6b14c9270fecb46c4b7b66df6643d
Modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters and CacheParameterGroupName parameters.
[ { "docid": "cb190ffc728cea52655d42568afe08ed", "score": "0.82872975", "text": "ResetCacheParameterGroupResult resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest);", "title": "" } ]
[ { "docid": "06a93235859fd08118b2b55c070300fa", "score": "0.7717581", "text": "ModifyCacheParameterGroupResult modifyCacheParameterGroup(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest);", "title": "" }, { "docid": "0ea1c820cb68423dc6b493100442a9d9", "score": "0.6624329"...
c13855db2716f84af26c2ea529cedc56
end executeQuery Method to close the physical connection if it is open.
[ { "docid": "4d0b13236f3b10bcd7f66dec81279b18", "score": "0.60417706", "text": "public void cleanup(){\n try{\n if (this._connection != null){\n this._connection.close ();\n }//end if\n }catch (SQLException e){\n // ignored.\n }//end try\n }", "titl...
[ { "docid": "6c5c0d69bfb6635916ccb9f2150d194b", "score": "0.7491658", "text": "private void closeQuery()\n {\n qexec.close();\n }", "title": "" }, { "docid": "a024f1eb633594c679c39a0a4decbb00", "score": "0.6975613", "text": "public void endSingleQuery() {\n if (connection ...
d9d903ccca3209c028d3d9bf970bbb8f
/method for checking internet is available or not
[ { "docid": "76e605d3a29b1f06da180dae79a87a5a", "score": "0.0", "text": "private void checkInternet() {\n cm = (ConnectivityManager) getSystemService(CONNECTIVITY_SERVICE);\n info = cm.getActiveNetworkInfo();\n if (info == null) {\n alertDialog();\n // setConten...
[ { "docid": "245da4ade4fac7610c02db361cc31f3c", "score": "0.85991645", "text": "boolean isNetworkAvailable();", "title": "" }, { "docid": "7c152ff2096b9031148ce1ec46073eda", "score": "0.8344318", "text": "private boolean conexionInternet(){\n\n if(isNetworkAvailable()){\n ...
c4274b3abbbffcff3625ef1b777113ca
retter et event i databasen
[ { "docid": "436aa2163f63e3c60c41fe5ebbc917ab", "score": "0.5539247", "text": "public static void editEventInDatabase(String i) {\n try {\n String query = \"SELECT * FROM event WHERE eName='\" + i + \"'\";\n st = Database.getConnect().createStatement();\n rs = st.e...
[ { "docid": "1acc83f3b8c530f96d3c96e874842be0", "score": "0.65726954", "text": "@Override\r\n\tpublic void onApplicationEvent(DaoEvent event) {\n System.out.println(\"Dao监听:\" + event.getSql());\r\n\t}", "title": "" }, { "docid": "014f8cf9914e47f257d6858be6929a00", "score": "0.6476...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5c3eb696f05fad8813d68d32b1ac3428", "score": "0.0", "text": "private void showHelp() {\n\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...
f6cf5d0d3f24240869247b604770ef1c
This method was generated by MyBatis Generator. This method returns the value of the database column ke_configure.rThreshold
[ { "docid": "40fb376188d6eefb8d233af41c34dc53", "score": "0.72906333", "text": "public Integer getRthreshold() {\n return rthreshold;\n }", "title": "" } ]
[ { "docid": "383fa7800ebfab73d1b7270668990bdb", "score": "0.68965536", "text": "public void setRthreshold(Integer rthreshold) {\n this.rthreshold = rthreshold;\n }", "title": "" }, { "docid": "fa40fbb5d6550f2010562a9d037b5d85", "score": "0.68694663", "text": "public Integer ...
9d971e3a51606d4c686dd1ef236ee4af
metodo para ACTUALIZO DATOS
[ { "docid": "6f854f53a38126ef7eeccc652580a975", "score": "0.0", "text": "@GetMapping(\"/admin/editarCategoria/{id}\")\n\tpublic String editar(@PathVariable int id, Model modelo) { //@pathVariable es para el parametro que le paso (ID)\n\t\tOptional<Categoria> categoria = service.listaId(id);//trae los dat...
[ { "docid": "7820615aa980cfb86bdca588eb3999a2", "score": "0.67401344", "text": "private void recuperaDatos() {\r\n\t\thabitacionDao = new HabitacionDao();\r\n\t\tlistaHabitacion = habitacionDao.recuperarTodo();\r\n\t\t\r\n\t\tcargarGrilla();\r\n\t\tif (listaHabitacion.size()>0)\r\n\t\t\taccion = \"DATOS\...
145f8875447b0198aab46566434dacea
repeated .weizhu.offline_training.TrainUser ref_train_user = 3;
[ { "docid": "8a00f84ce0e42f922a16d70742c99beb", "score": "0.0", "text": "public com.weizhu.proto.OfflineTrainingProtos.TrainUser.Builder addRefTrainUserBuilder(\n int index) {\n return getRefTrainUserFieldBuilder().addBuilder(\n index, com.weizhu.proto.OfflineTrainingProtos.Tra...
[ { "docid": "888abfd34f643d7aae2c887691e094be", "score": "0.6526743", "text": "@Override\n\tpublic void train() {\n\t\t\n\t}", "title": "" }, { "docid": "20766e1b56186a3d2cff8114c7253e7c", "score": "0.6238752", "text": "com.weizhu.proto.OfflineTrainingProtos.TrainUser getRefTrainUser(...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "a5fcbf48bc58e9313354ab351294d7b0", "score": "0.0", "text": "private final void m124128b(String str) {\n if (TextUtils.isEmpty(str)) {\n this.f88559c.setVisibility(8);\n return;\n }\n this.f88559c.setImageURI(str);\n this.f88559c.setVisibility...
[ { "docid": "1b24f1ffb0e4001a899da3c8a2e7c804", "score": "0.65493786", "text": "public abstract T mo40402a(B b);", "title": "" }, { "docid": "9cd37ace8f832e02a7e77b72cb00ff86", "score": "0.63973576", "text": "public abstract void mo40413b(Object obj, B b);", "title": "" }, { ...
23b1f6d58cbe1af82dd2f367374c9c80
Linear tween for Pos.
[ { "docid": "7fed909d8117841100afae28066945c5", "score": "0.0", "text": "public static TweenPosOperation moveBetween(Vector2 from, Vector2 to, float duration, Interpolation interpolation) {\n\t\treturn moveBetween(from.x, from.y, to.x, to.y, duration, interpolation);\n\t}", "title": "" } ]
[ { "docid": "6b71562c8926414b81453d4713aa58b6", "score": "0.6319913", "text": "double tween(double a, double b, int ta, int tb, int tick);", "title": "" }, { "docid": "e43461667d88c5483799d747ec689871", "score": "0.53756356", "text": "public abstract void setLinearVelocity( float velX...
68c0add53fbd991e582605c718e2ce98
Returns the input consumed thus far from the stream.
[ { "docid": "eba402fd49de7b8e38e5f972c8bb98e1", "score": "0.0", "text": "public String getOutput() {\n return this.buffer.toString();\n }", "title": "" } ]
[ { "docid": "94ced604e8a2b2e95facac191549b07a", "score": "0.64642334", "text": "private int peekByte() throws IOException, ServletException {\n if (peekOffset < peekLength) {\n return peek[peekOffset++] & 0xff;\n } else {\n int b = _in.read();\n if (b >= 0)\n assertMaxValueNot...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "91f530f04848154d2f8e0583de944aa4", "score": "0.0", "text": "@Override\n\tpublic int getPathLength() {\n\t\treturn pathLength;\n\t}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
1e33968c4f531fa979f2f08cfc1e8fff
This should be called everytime the page contents are changed in a way that might effect the links on the page.
[ { "docid": "062c2ee017907f0049451c6560dc8a86", "score": "0.0", "text": "private void refreshOutboundLinks(Cognoscenti cog) throws Exception {\n String key = getKey();\n String siteKey = getSiteKey();\n NGPageIndex ngpi = cog.getWSBySiteAndKey(siteKey, key);\n if (ngpi == null...
[ { "docid": "48fbc5d96c6216803752448f3f0f39b3", "score": "0.6598985", "text": "public void HomePageLinks()\n\t{\n\t\t\n\t\t\n\t\t\n\t}", "title": "" }, { "docid": "2427c2b26c55c8a8f9ca76a081f79973", "score": "0.651431", "text": "@Override\n\t\t\tpublic void hyperlinkUpdate(HyperlinkEv...
c84e6df8fcd0ac4575bb0a83870b5498
Log a bug reported by a user.
[ { "docid": "cd50c92fa405e9bf326e5147bd87f5b4", "score": "0.6231548", "text": "public static void doBug(UserCon c, String args)\n\t{\n\t\tif (args.length() == 0)\n\t\t{\n\t\t\tc.sendln(\"You must provide a short description when submitting a bug report.\");\n\t\t\tc.sendln(\"Syntax: }H'}hbug }H<}hmessage...
[ { "docid": "d68ced6581ca929c476776f2e5773b1b", "score": "0.6448183", "text": "public void ShowBugReport(){\n\t}", "title": "" }, { "docid": "9643d6bbfa3aaa07178f0b0ea8dd3c7d", "score": "0.5711898", "text": "@Override public void requestBugReport(int bugreportType) throws android.os.R...
c5ec8f5fabd8a70313c0f7531c27c836
a fine time ressettiamo l'app per farla rfunzionare
[ { "docid": "c72be1cbe645312dc8a3bfbbe62cdf66", "score": "0.0", "text": "@Override\r\n public void onFinish() {\n resetTimer();\r\n MediaPlayer media=MediaPlayer.create(getApplicationContext(),R.raw.canzone);\r\n medi...
[ { "docid": "97458d959aed37dba6de71a9b7c51583", "score": "0.6040454", "text": "public static void main(String[] args){\n int appid = 637650;\n //524220\n //374320\n //668630\n //570\n //292030\n long time1 = System.currentTimeMillis();\n// new ConMa...
4088ecb091628aabcc72ef5d12ee5abc
Given a node, returns its index in the node array.
[ { "docid": "71fa5ac53497f6b715423a2d04f88df7", "score": "0.75237286", "text": "private int getNodeIndex(JEACNode node)\r\n\t{\r\n\t\t for(int i = 0; i < nodes.length; i++)\r\n\t\t {\r\n\t\t if(node == nodes[i])\r\n\t\t {\r\n\t\t return i;\r\n\t\t }\r\n\t\t }\r\n\t\t \r\n\t\t ret...
[ { "docid": "c7639fefd5ad6912ee9abcdca40b2bb7", "score": "0.7880864", "text": "public int indexOf(Node<E> node){\n return node.getIndex();\n }", "title": "" }, { "docid": "2b2b928d63ef397a9317b33248b30906", "score": "0.7538494", "text": "public int indexOf(Node node) {\r\n\t...
d7a90738bb9a545a46749fe9b32278cf
sql:SELECT (2191879204480 POW(2,32)) / (246060) /POW(10,12)
[ { "docid": "c5b8645c6113533336232a885438af28", "score": "0.0", "text": "public static String MathShareDay(Long share) {\n\t\treturn getShareString(share, DAY);\n\t}", "title": "" } ]
[ { "docid": "ec8f0b620c5390d110b6cd606b4d508e", "score": "0.60296273", "text": "@Test\n public void test_Pow_0050() {\n Matrix A = new DenseMatrix(new double[][]{\n {1, 2, 3},\n {4, 5, 6},\n {7, 8, 9}\n });\n\n int b...
6c462ace279d05216e24dc631c2fb5ba
Get the person type service.
[ { "docid": "40850e418f64ca03784c9ba214033133", "score": "0.6552945", "text": "public PersonService getPersonService() {\r\n\t\treturn personService;\r\n\t}", "title": "" } ]
[ { "docid": "b5e8adae698379b5e9f21d6af6319357", "score": "0.6884001", "text": "public Integer getTypeofperson() {\r\n\t\treturn typeofperson;\r\n\t}", "title": "" }, { "docid": "8f3d39f2014203327de4748fc12aa0e3", "score": "0.6862986", "text": "@Override\n public String getPersonTyp...
2bd61317e4ff13e67049a21ae6bb4a87
required string job_id = 3;
[ { "docid": "c95783344bfb28f2725af7e0e078655c", "score": "0.5592241", "text": "public com.google.protobuf.ByteString\n getJobIdBytes() {\n java.lang.Object ref = jobId_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n com.google.protobuf...
[ { "docid": "05c3a3fb3fcba4c59545ade5dfd538ce", "score": "0.6938534", "text": "public Integer getJob_id(){\n\t\treturn this.job_id ;\n\t}", "title": "" }, { "docid": "c82e737c0246ad2e490986ccd5b07e7e", "score": "0.68903756", "text": "public void setJobID(long param){\r\n ...
4ea4ee489d1db41ba7050b1d6f0b8977
/ / / /
[ { "docid": "2cea45572aa6d5242b4722a72f41d24d", "score": "0.0", "text": "public String toString() {\n/* 86 */ return BasicLineFormatter.DEFAULT.formatRequestLine((CharArrayBuffer)null, this).toString();\n/* */ }", "title": "" } ]
[ { "docid": "0b640577f93787ccafd051cf7e5af6cf", "score": "0.6068762", "text": "public static void main (String[]args)\n\n {\n System.out.println (\" /\\\\\");\n System.out.println (\" //\\\\\\\\\");\n System.out.println (\" /\\\\/\\\\/\\\\\");\n System.out.println (\"...
488b26432376603237c5825c157e9f67
Returns an object instance.
[ { "docid": "c751df6d2802a998b469b5b6647569e2", "score": "0.67816806", "text": "public T get() {\n return constructor.construct();\n }", "title": "" } ]
[ { "docid": "1fdf30024bc0cde7260db20faf8cf7e4", "score": "0.7497715", "text": "Object getObject();", "title": "" }, { "docid": "74efaed19c30cb4266eec95ee1276f31", "score": "0.74476725", "text": "public T instantiate() {\n return objenesis.newInstance(type);\n }", "title"...
874c7b4d69c42289c03c6a0e833335ca
Randomly assign a student a advisor from the faculty list, This method is call by driver before the driver prints students' advisor names, otherwise, the students' advisor names would be null.
[ { "docid": "84bf7404a551fdbb2829379169ae7a41", "score": "0.70912457", "text": "public void assignAdvisorForAllStudents() {\n for (Student student: this.students.values()) {\n String advisorName = getRandomFacultyName();\n student.setAdvisor(faculties.get(advisorName));\n ...
[ { "docid": "1a9c4a433516fa84129e60a0a1678d71", "score": "0.5949323", "text": "private String getRandomFacultyName() {\n Random generator = new Random();\n Object[] facultyNames = faculties.keySet().toArray();\n return (String)facultyNames[generator.nextInt(facultyNames.length)];\n ...
9d1089fd908ab737ef8d303a90996278
Creates a new regular server channel updater.
[ { "docid": "dfd5cc7c1ce09d57a53105ed2645e7cf", "score": "0.62757957", "text": "protected RegularServerChannelUpdater(RegularServerChannelUpdaterDelegate regularServerChannelUpdaterDelegate) {\n super(regularServerChannelUpdaterDelegate);\n this.regularServerChannelUpdaterDelegate = regular...
[ { "docid": "0b28ae44193165be041e160bd8b46b54", "score": "0.694388", "text": "public RegularServerChannelUpdater(RegularServerChannel channel) {\n this(DelegateFactory.createRegularServerChannelUpdaterDelegate(channel));\n }", "title": "" }, { "docid": "1002d8a21a7263f8874cf72e87f5a...
40febe52a158e95c2c7a351f0c4a7ef7
&64;&64; .. cpp:var:: uint64 byte_size &64;&64; &64;&64; Size of the shared memory block, in bytes. &64;&64; optional uint64 byte_size = 4;
[ { "docid": "e3e428d9879f6a7d55a16be8f10f3ffa", "score": "0.0", "text": "public Builder setByteSize(long value) {\n\n byteSize_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "3ba5b463a00def33694dbb7be581a0f0", "score": "0.7275758", "text": "long getSharedMemorySize();", "title": "" }, { "docid": "d96ee0271ae83195b4413d46399378fa", "score": "0.6714488", "text": "@Override\n public Integer getSize() { return Byte.SIZE >> 3; }", "title": "" ...
b5f4ff1112162ab60013328c1bea06aa
Metodo che ritorna l'ambito del progetto formativo.
[ { "docid": "f31acaf64c4b8f2727db25fb088de6ef", "score": "0.0", "text": "public String getAmbito() {\n\t\treturn ambito;\n\t}", "title": "" } ]
[ { "docid": "28c80c62b7783502d60a3745d8cd3c8b", "score": "0.70563656", "text": "public ProgettoFormativo() {\n\t\tsuper();\n\t}", "title": "" }, { "docid": "7dd9e6079f1e1751b626db5836dbb7ee", "score": "0.6797411", "text": "@Override\n\tpublic String toString() {\n\t\treturn \"Progetto...
39cf3905d093bf7b3243504ff25323b6
$ANTLR end "rule__FSM__Group_7_0__0" $ANTLR start "rule__FSM__Group_7_0__0__Impl" InternalMyDsl.g:472:1: rule__FSM__Group_7_0__0__Impl : ( 'State' ) ;
[ { "docid": "c1e18315523a442009c18d9f341fc193", "score": "0.8101071", "text": "public final void rule__FSM__Group_7_0__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMyDsl.g:476:1: ( ( 'State' ) )\n // ...
[ { "docid": "71e3774f233a623b9e8f4e816015ec12", "score": "0.73534566", "text": "public final void rule__State__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalStatemachine.g:575:1: ( rule__State__Group__0__Impl ru...
6ecbfb1d958ee8b08f7424778bce0bc9
Test case for testSetReferences method
[ { "docid": "52520fe80f029fed646042011c408969", "score": "0.79149085", "text": "@Test\r\n\tpublic void testSetReferences() {\r\n\t\tString S=\"one two three\";\r\n\t\tPage P= new Page(S);\t\r\n\t\tArrayList<String> ref2=new ArrayList<>();\r\n\t\tassertTrue(ref2.size()==0); \r\n\t\tref2.add(S);\r\n\t\tass...
[ { "docid": "592e9e6b55afcf5d9a39c465c36a26a4", "score": "0.76303566", "text": "@Test\r\n\tpublic void testSetReferencedBy() {\r\n\t\tString S=\"one two three\";\r\n\t\tPage P= new Page(S);\t\r\n\t\tArrayList<String> ref4=new ArrayList<>();\r\n\t\tassertTrue(ref4.size()==0); \r\n\t\tref4.add(S);\r\n\t\ta...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "86e3846bcc9749f25540924786eece60", "score": "0.0", "text": "@Override\n\t\t\t\tpublic void forget(Xid xid) throws XAException {\n\t\t\t\t\tSystem.out.println(xid);\n\n\t\t\t\t}", "title": "" } ]
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
6e6f83b35425eb3b825ec3377fb5a9a7
Removes all the vdoc fields where groupId = &63; and language = &63; and parentId = &63; from the database.
[ { "docid": "bb47fd15ea89db56b7b07a0417229a2d", "score": "0.74202245", "text": "@Override\n\tpublic void removeByG_L_P(long groupId, String language, String parentId) {\n\t\tfor (vdocField vdocField : findByG_L_P(groupId, language, parentId,\n\t\t\t\tQueryUtil.ALL_POS, QueryUtil.ALL_POS, null)) {\n\t\t\t...
[ { "docid": "9f15e5ea72f61142454394f84e6c4cef", "score": "0.68412626", "text": "@Override\n\tpublic void removeByG_L(long groupId, String language) {\n\t\tfor (vdocField vdocField : findByG_L(groupId, language,\n\t\t\t\tQueryUtil.ALL_POS, QueryUtil.ALL_POS, null)) {\n\t\t\tremove(vdocField);\n\t\t}\n\t}"...
f797af3b58142f4cf19b2bf4974d7531
optional .com.elisland.protobuf.Dog dog = 2;
[ { "docid": "884e69c04fea37a1a65425aa1d4e63c7", "score": "0.0", "text": "boolean hasDog();", "title": "" } ]
[ { "docid": "04c89b0d17a80402993461fb08d59389", "score": "0.8298876", "text": "com.elisland.protobuf.MessageData.DogOrBuilder getDogOrBuilder();", "title": "" }, { "docid": "73af12ba29781b25e46b4ebc94fcb557", "score": "0.80485606", "text": "com.elisland.protobuf.MessageData.Dog getDog...
04840df8096e000c9c99c20784810ff8
Get an event (asynchronously) Get all the information for a specific event This route is cached for up to 5 seconds
[ { "docid": "0defd23662221e8c537c47d1b5726801", "score": "0.0", "text": "public com.squareup.okhttp.Call getCharactersCharacterIdCalendarEventIdAsync(Integer characterId, Integer eventId, String datasource, String ifNoneMatch, String token, final ApiCallback<GetCharactersCharacterIdCalendarEventIdOk> cal...
[ { "docid": "ff481df2401a3f397bd09cafe7b26e2f", "score": "0.6972241", "text": "private void getEvent(long eventId) {\n\n Log.d(TAG, \"Retrieving event...\");\n\n Event evt = ServiceContainer.getCache().getEvent(eventId);\n String creatorName = evt.getCreator().getName();\n\n L...
0247dc50ba16b870351a5835568eed19
Gets the admin value for this Perm_login.
[ { "docid": "fc65aaa3186a0e8b56ee8ff8752fa28d", "score": "0.8178522", "text": "public int getAdmin() {\n return admin;\n }", "title": "" } ]
[ { "docid": "2e45c73f500287fd28a4698a1dadfb45", "score": "0.7919986", "text": "java.lang.String getAdmin();", "title": "" }, { "docid": "04e7a00ce212cf81f73c420407815cb2", "score": "0.7851882", "text": "public String getPermissionAdmin() {\n return permissionAdmin;\n }", ...
ae654ea5d6aa5d1d7a4ed90de2ab890d
Get all test targets
[ { "docid": "938f51554242905a6b2779ad4b3c6e1b", "score": "0.7770421", "text": "public TestTarget[] getAll() {\r\n\t\tList<TestTarget> applications = new ArrayList<TestTarget>();\r\n\t\tResult<Record> result = getDbContext().select().from(TESTTARGET).fetch();\r\n\t\tfor (Record r : result) {\r\n\t\t\tTest...
[ { "docid": "1814e808c955827fda29f9d0a84ab0db", "score": "0.7119645", "text": "public static ArrayList<String> getTargets() {\r\n return TARGETS;\r\n }", "title": "" }, { "docid": "c6ce38d518a6d83c05b269c92f27ff20", "score": "0.7075553", "text": "public List<Target> getTarge...
dbcbc46261611c8b0cf9819b8cfd195d
Gets the attribute value for PRINTABLE using the alias name Printable.
[ { "docid": "2f668544ddcf8d126cdef7323917a718", "score": "0.72565997", "text": "public Number getPrintable() {\n return (Number) getAttributeInternal(PRINTABLE);\n }", "title": "" } ]
[ { "docid": "3dc899e8535c43f502bfd3fde98decec", "score": "0.580152", "text": "public Object getAttribute();", "title": "" }, { "docid": "6d4715072af03205902ce9936387bfd2", "score": "0.5667602", "text": "@Field(25) \n\tpublic Pointer<CK_C_GetAttributeValue > C_GetAttributeValue() {\n\t...
263e1f2e84380e19af6802aa8cbc58d5
rotateNodes checks the location of the leaves determined to be on the outermost branches of each child of "node". If the branches are not configured for optimal ordering, the method switches Child1 and Child2 to fix it.
[ { "docid": "8ec1738ebb269cf97d2eaa0cd9a608b1", "score": "0.6181719", "text": "private void rotateNodes(int[] NumberOfChildren, int[] Child1,\r\n\t\t\tint[] Child2, int bestU, int bestW, int node, int n,\r\n\t\t\tint[][] LeavesUnder) {\r\n\t\tint intermediate;\r\n\t\tfor (int u = 0; u < NumberOfChildren[...
[ { "docid": "7c261134b083ff42b8034432336a1ed2", "score": "0.628818", "text": "private void fixTree(Node node) {\n if(node.parent == null || node.parent.color == COLOR.BLACK)\n return;\n\n Node uncle = getUncle(node);\n if(isRedUncle(uncle))//spawdzamy czy wojek jest czerwo...
48c8ca2a67199b64851e2691f691799a
Determines whether the web driver will be operating in a headless mode.
[ { "docid": "8cf65e1ff53fa9400fbcc7396e3142e8", "score": "0.82571423", "text": "public boolean isHeadlessMode() {\n return headlessMode;\n }", "title": "" } ]
[ { "docid": "53dd87820fea9a9b7baf386fbcb95354", "score": "0.7821137", "text": "private static boolean getHeadlessProperty() {\n/* 163 */ if (headless == null) {\n/* 164 */ AccessController.doPrivileged(() -> {\n/* */ String str = System.getProperty(\"java.awt.headless\");\n/* ...
58537b14a727cd07006dba81383ff90c
The visual publish options of a visual in a dashboard.
[ { "docid": "8cc768b8beaa7545a2f44274625a62f2", "score": "0.6799645", "text": "@Deprecated\n public DashboardVisualPublishOptions getVisualPublishOptions() {\n return this.visualPublishOptions;\n }", "title": "" } ]
[ { "docid": "c055ecd21ab45f903348ff697551f335", "score": "0.5776842", "text": "public DashboardPublishOptions withVisualMenuOption(VisualMenuOption visualMenuOption) {\n setVisualMenuOption(visualMenuOption);\n return this;\n }", "title": "" }, { "docid": "fced66912e14947fe8b...
8f56c2d17f1d1aac686abaf5ca6510fc
ObserverInterface have method update to update and delete courses
[ { "docid": "c883b339c605bb5f2f73c6eff309531a", "score": "0.7108463", "text": "public interface ObserverI {\r\n\t/**\r\n\t * update is used to update and delete courses\r\n\t * @param student\r\n\t */\r\n\tpublic void update(Student student);\r\n}", "title": "" } ]
[ { "docid": "982d3807f5c50c842713e0c98201cade", "score": "0.70906466", "text": "@Override\n\tpublic void updateObs(List<String> courses, int data) {\n\t\tthis.courses = courses;\n\t}", "title": "" }, { "docid": "2fc108bdf6df9b9e822ec7bbdfedb6f7", "score": "0.6975132", "text": "public ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1d746964986a2ee1aba0939ebe44bd45", "score": "0.0", "text": "@Override\n\tpublic boolean ChangeTruckInfo(String[] truckID, String[] licensePlate, String[] inTime) {\n\t\treturn truckManage.ChangeTruckInfo(truckID, licensePlate, inTime);\n\t}", "title": "" } ]
[ { "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": "" }, ...
3c5f8522dd497a2da704b3675715c49a
$ANTLR end "rule__XAndExpression__Group__0" $ANTLR start "rule__XAndExpression__Group__0__Impl" InternalBotDuino.g:8217:1: rule__XAndExpression__Group__0__Impl : ( ruleXEqualityExpression ) ;
[ { "docid": "c12d42c415e4bb95bae80c8e58b9fb6f", "score": "0.8626235", "text": "public final void rule__XAndExpression__Group__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalBotDuino.g:8221:1: ( ( ruleXEqualityEx...
[ { "docid": "7fa43f263caca0b3136e01aa1f3f39d8", "score": "0.8515112", "text": "public final void rule__XAndExpression__Group__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.mongobeans.ui/src-gen/org/xtext/m...
b1220f18ca0b4da9391d6c031df2bbc5
The V2 JSON reader fills in missing columns with a nullable VARCHAR.
[ { "docid": "dece6d6916f58c2b0492b18251042aa3", "score": "0.0", "text": "@Test\n public void testTypeOfWithFileV2() throws Exception {\n // Column `x` does not actually appear in the file.\n String sql =\"SELECT typeof(bi) AS bi_t, typeof(fl) AS fl_t, typeof(st) AS st_t,\\n\" +\n \"...
[ { "docid": "c3d0d917e9478fa02e8b9a6b8c38ec54", "score": "0.61202353", "text": "private @NonNull JsonNull readNull() throws FormatException, IOException {\n readAndAssert(\"null\");\n return JsonNull.INSTANCE;\n }", "title": "" }, { "docid": "320a6a4da738152d29810b1b3caa2d20"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ea852f304285016a92e506a5e71e46ef", "score": "0.0", "text": "@Override\n\tpublic boolean create(ExpLevel obj) {\n\t\treturn false;\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}", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "57921034986a892e8c9beda595264f59", "score": "0.0", "text": "@Override\n protected void onPostExecute(JSONObject result) {\n super.onPostExecute(result);\n\n if (str_start.equalsIgnoreCase(\"0\"))\n progressDialog.dismiss();\n\n try\n {\n\n\n ...
[ { "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}"...
26ac914ed9f0fa81b8e1f11eb5dd03b2
Returns the number of points in this line chart
[ { "docid": "eeb06a1f4944ab0afe3e93cbe038c3ab", "score": "0.75027615", "text": "int getNumPoints();", "title": "" } ]
[ { "docid": "38ceacead8669fcbac99a369b9ab88b5", "score": "0.7850627", "text": "public int numPoints() {\n return x.length;\n }", "title": "" }, { "docid": "76ecdbb8d7a5d88f4e3ef9da93395a38", "score": "0.7794819", "text": "public int getNumberOfPoints()\n {\n return this....