query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
580fab0da1ea9789b58e3278d6059108
To extract data from database and save it Arraylist of data type Question
[ { "docid": "d72a5da9a747eb852e6bbc53143b81a1", "score": "0.6717815", "text": "public List<Question> getAllQuestionsList() {\n List<Question> questionArrayList = new ArrayList<>();\n String selectQuery = \"SELECT * FROM \" + TABLE_QUESTION;\n\n SQLiteDatabase db = this.getReadableDa...
[ { "docid": "62d0a36a726f37a3ce644d4bc4c6d816", "score": "0.6910526", "text": "private ArrayList<QuestionModel> getData(){\n ArrayList<QuestionModel> data = new ArrayList<>();\n String sql =\"SELECT * FROM question\";\n\n Cursor contro = database.rawQuery(sql,null);\n contro....
808eb3b8e3c16944bf737a11f3e84111
Get the minute part of the DateRepeat, an integer
[ { "docid": "737e18c96b19ac99cd73f7cbf0970ffb", "score": "0.58282596", "text": "public String doDateRepeatGetMinutesTransform(String dateRepeatSQL) {\r\n\t\tthrow new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\r\n\t}", "titl...
[ { "docid": "c94d2e9e0f2aaf88f8d1883e844d35b5", "score": "0.7709577", "text": "public int getMinute()\n {\n return this._minFromMid % 60;\n }", "title": "" }, { "docid": "befc604dc9832c71e6d15a19c0fd2183", "score": "0.7534318", "text": "int getMinute();", "title": "" ...
2fe5d943912bad6ec77f646108aebb86
Check if the email entered is valid with userManager
[ { "docid": "9824e30a9ef34fe1844b7991d065e0e8", "score": "0.70603836", "text": "public boolean isValidEmail(String email) {\n return userManager.validEmail(email);\n }", "title": "" } ]
[ { "docid": "fa26aa8a1fbcdb21afda04ed814c7162", "score": "0.772426", "text": "public Boolean checkUser (String email);", "title": "" }, { "docid": "1d286f029c90f639f791ce667ab00585", "score": "0.7656137", "text": "public boolean validateEmail(String email){\r\n User user = user...
bb07416907e80e60bee9836fb5bd6d39
repeated string items = 1;
[ { "docid": "5ed228eb4f14ecee3f4e7f51eff174ae", "score": "0.0", "text": "public com.google.protobuf.ProtocolStringList\r\n getItemsList() {\r\n return items_;\r\n }", "title": "" } ]
[ { "docid": "cef770183114755cf4c37158bbb1f487", "score": "0.5607184", "text": "public void addItem(String item){\n\t\tid.add(item);\n\t}", "title": "" }, { "docid": "7d3cd257dd03a2b89582c6459d092c1b", "score": "0.5587454", "text": "public void addItem(String item) {\n\t\tList<String> ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "341c9818e3027dfbeaff0e4e357b3600", "score": "0.0", "text": "@Override\n\t\t\t\tpublic void onClick(View v) {\n\t\t\t\t\tmCellData.isActive = !mCellData.isActive;\n\t\t\t\t\tsaveCalendarList();\n\t\t\t\t\tloadingAllCalendar();\n\t\t\t\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
74c0472eba222a6446f48112b458e525
Tries to evolve a prisoner that does not contain a default constructor or override evolve().
[ { "docid": "2afec703b918fa5cc9f489205cce4458", "score": "0.6995715", "text": "public void testEvolvePrisonerWithNoDefault() throws Exception {\n try {\n prisoner1 = new NoDefaultConstructor(true);\n prisoner1.evolve();\n assertTrue(\"Should throw InstantiationExce...
[ { "docid": "b7f7afbeb0afebdb85f4d5e3c53685a8", "score": "0.6383171", "text": "public void testEvolvePrisonerWithMultipleConstructor() throws Exception {\n prisoner1 = new MultipleConstructor();\n assertTrue(prisoner1.choose());\n\n prisoner2 = prisoner1.evolve();\n assertFals...
8e1dc236cf6fcc658087cdeb3be3ee1a
Returns a new object of class 'Classifier Equivalence Axiom'.
[ { "docid": "a57d70245e5f86a74b4843c99ace29ad", "score": "0.8717025", "text": "ClassifierEquivalenceAxiom createClassifierEquivalenceAxiom();", "title": "" } ]
[ { "docid": "b9112890c057aa11529ab22cdb6d1d22", "score": "0.67197025", "text": "EClassifierType createEClassifierType();", "title": "" }, { "docid": "2c80cc300aa8fce0ea655cce922e1e29", "score": "0.60909355", "text": "ScalarEquivalenceAxiom createScalarEquivalenceAxiom();", "title"...
220dd5582cbb380ddd333ec81843e5cb
check the rule of max package weight should not be be more than 100
[ { "docid": "42a6dd049548c801519810a145504abe", "score": "0.7343723", "text": "@Override\n public void validatePackageChoicesCheckMaxWeight(int packageChoicesMaxWeight) throws APIException{\n if(packageChoicesMaxWeight>100)\n throw new APIException(\"Max package weight is more than 1...
[ { "docid": "e446a666ccf42511ac728f3d57a63ed2", "score": "0.6861705", "text": "boolean getMaxWeight();", "title": "" }, { "docid": "34e5861db111c5812606653384ea2bdb", "score": "0.65273076", "text": "public boolean isOverWeightLimit()\n {\n return (combinedWeight > MAX_LOAD);...
56660c63bad8d3697d8f42180d6a5692
Instanciates a new Projectile
[ { "docid": "d35b19d7af045b9c4b2a3b79f9f14562", "score": "0.67623794", "text": "public Projectile(Vector3 target, float speed, Vector3 initialPosition, DynamicWorld world) {\n\n ModelBuilder modelBuilder = new ModelBuilder();\n modelBuilder.begin();\n modelBuilder.node().id = \"box\"...
[ { "docid": "3f2a7067bdaf8ee0c8ac56f13205476f", "score": "0.83185405", "text": "public Projectile() {\n\n }", "title": "" }, { "docid": "d3d6faf7be1345f4a47ecc24fc857e24", "score": "0.79768157", "text": "public Projectile() {\n this(null, 0, 0);\n }", "title": "" },...
9ce99297949a888ba130db924ae19cd4
Single tag meter for EPC C1 Gen2 tags.
[ { "docid": "406a33fb604ce340d6bb1563752fff7f", "score": "0.53077394", "text": "public CommandObject single_epc_c1_gen2(CommandObject arg,\r\n\t\t\tAbstractReaderSharedResources asr) {\r\n\t\tlogger.debug(\"calling single_epc_c1_gen2\");\r\n\r\n\t\tAwidReaderSharedResources awidSR = (AwidReaderSharedReso...
[ { "docid": "9ee158efebace40be46e518fdb7bb833", "score": "0.6437226", "text": "public CommandObject single_epc_c1_gen1(CommandObject arg,\r\n\t\t\tAbstractReaderSharedResources asr) {\r\n\t\tlogger.debug(\"Started gen1 meter\");\r\n\r\n\t\tAwidReaderSharedResources awidSR = (AwidReaderSharedResources) as...
d19dd1ffdf4414dd0fef8d7fb334e203
Este metodo maneja las peticiones GET de inicio de sesion Si los usarios se encuentran autenticados e intentan ir a la pagina de login.jsp los devuelve al main.jsp
[ { "docid": "62b8c565441fe02c64ab7c32df5c3936", "score": "0.6220509", "text": "@RequestMapping(value = {\"/\",\"/login\"}, method = RequestMethod.GET)\n\tpublic String loginPage() {\n\t\tif (isCurrentAuthenticationAnonymous()) {\n\t\t\treturn \"login\";\n\t\t} else {\n\t\t\tlogger.info(\"ROLE : {}\", get...
[ { "docid": "a38f7018adc1d4966591580ff5f2d406", "score": "0.6796311", "text": "public String iniciarSesion() {\n String ruta = \"/login.xhtml\";\n MD5 md = new MD5();\n SmsUsuario user = new SmsUsuario();\n\n if (usuarioDao.consultarExistenciaUsuario(usuarioView)) {//valida si...
f18f84b7bef86b79ff93d5baaa8a8f6e
Initialisation of the random generator
[ { "docid": "5f3419e4727f565f47b125da79605cfd", "score": "0.67968047", "text": "public ColorGenerator() {\n this.rnd = new Random();\n this.currentHue = (float) rnd.nextDouble();\n }", "title": "" } ]
[ { "docid": "c9b0b3810d597b8a866fb098d7ce9da7", "score": "0.84559596", "text": "public void init()\n {\n r = new Random();\n }", "title": "" }, { "docid": "e64493470765b114799a2862150a4dc3", "score": "0.8156748", "text": "private RandomGenerator() {\n }", "title": "" }, ...
c4647017984fd28ca9252819690aeddd
repeated .FeatureConfig features = 3;
[ { "docid": "874363713eced46ae55a730077ef3638", "score": "0.0", "text": "private void removeFeatures(int index) {\n ensureFeaturesIsMutable();\n features_.remove(index);\n }", "title": "" } ]
[ { "docid": "2ff8dc561a31f5ff749f4827f258c139", "score": "0.6867419", "text": "@Override\n public int getFeatureCount() {\n return 2;\n }", "title": "" }, { "docid": "2993f380bb805bfdd0f36c2118fa584a", "score": "0.6577434", "text": "FollowersPlus.FeatureConfig getFeatures...
abf0b1b994c0492776f41e6feab7fa46
// Activity methods // //
[ { "docid": "3f0a8a0bd94cb67c4607bb390b44201e", "score": "0.0", "text": "@Override\n\tprotected void onCreate(Bundle savedInstanceState){\n\t\tsuper.onCreate(savedInstanceState);\n\t\t\n\t\tResources res = getResources();\t\t\n\t\t\n\t\tpurchaseTestModeOn = Boolean.valueOf(res.getString(R.string.purchase...
[ { "docid": "8a1619cf57762f79f8cf61a56728a4f3", "score": "0.7850072", "text": "void mo85616a(Activity activity);", "title": "" }, { "docid": "e9d17978630416de9ab74b48cbabbd0e", "score": "0.7779977", "text": "void mo85632b(Activity activity);", "title": "" }, { "docid": "a2...
663bf7e82162ef2503a5910221224be9
private HashMap arrowOwners = new HashMap();
[ { "docid": "4b2b8a8fba3ba319bf227fa7ff4eb3a1", "score": "0.0", "text": "public IntruderListener(EffectShootArrow effect) {\n this.effect = effect;\n }", "title": "" } ]
[ { "docid": "48c9f4cd616b1018ea73cd1291c71f12", "score": "0.59969926", "text": "public ArrayList getReferencingKeys ();", "title": "" }, { "docid": "053559a6291d869ff17467a35cef6a40", "score": "0.58819234", "text": "public NeighbourMap(){\n\t\tneighbourMap=new HashMap<Integer, Set<Int...
0d406c24ed1f37d5f71d715a7c8a5188
void wasm_frame_vec_new_uninitialized(wasm_frame_vec_t out, size_t);
[ { "docid": "f2c90b9ae8726c1c117a3feb4385a998", "score": "0.8018358", "text": "public static void frame_vec_new_uninitialized(Addressable out, long x1) {\n if (logger.isTraceEnabled()) {\n logger.tracev(\"frame_vec_new_uninitialized(out=\" + out + \", x1=\" + x1 + \")\");\n }\n ...
[ { "docid": "104ed9ad3da21f3c6b1a7cd78d2b2b43", "score": "0.7628956", "text": "public static void functype_vec_new_uninitialized(Addressable out, long x1) {\n if (logger.isTraceEnabled()) {\n logger.tracev(\"functype_vec_new_uninitialized(out=\" + out + \", x1=\" + x1 + \")\");\n ...
37c8c4daf65d6c837b11b9aa017be9c4
$ANTLR end "rule__XCasePart__Group__2" $ANTLR start "rule__XCasePart__Group__2__Impl" ../org.xtext.mongobeans.ui/srcgen/org/xtext/mongobeans/ui/contentassist/antlr/internal/InternalMongoBeans.g:10426:1: rule__XCasePart__Group__2__Impl : ( ':' ) ;
[ { "docid": "12e91764fc826108d76644f0064f82ae", "score": "0.8229085", "text": "public final void rule__XCasePart__Group__2__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.mongobeans.ui/src-gen/org/xtext/mongob...
[ { "docid": "7415642bcb33f210008afebc1ea5dedc", "score": "0.78805757", "text": "public final void rule__XCasePart__Group__2__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../com.avaloq.tools.dslsdk.check.ui/src-...
a31621fe682d46c6b17e7b52c017ad68
Take table, attributes and product an arraylist of HashMaps where each hashMap correspond to a column The key of the hashMap is distinct elements and the value of HashMap is the occurrences of this element
[ { "docid": "d9e04395ac8fc01041810222581f5781", "score": "0.67310774", "text": "public static ArrayList getDistinctElementsCount(String[][] table, ArrayList<String> attributes, int rowCount)\r\n\t\t{\r\n\t\t\t ArrayList<HashMap<String,Integer>> distinctList = new ArrayList<HashMap<String,Integer>>();\r\...
[ { "docid": "9b4fd90140988e5b49c7b2177bd92ceb", "score": "0.579086", "text": "public static Map<Double, Integer> countUniqueValues(ArrayList<double[]> items, int attr) {\n\t\tMap<Double, Integer> counter = new HashMap<Double, Integer>();\n\n\t\t// detecting classes\n\t\tfor (int i = 0; i < items.size(); ...
5c22c49cfb03f6eec7c6a4382a05be4e
Changes dynamically the background color
[ { "docid": "f0e90411dd768e7285c8c265d8ca4c15", "score": "0.67785966", "text": "void changeBackgroundColorResourceId(int colorResourceId);", "title": "" } ]
[ { "docid": "5810dc981c8c54ee93ee26ba005574ea", "score": "0.772633", "text": "public void setBackgroundColor(){\n ArrayList<String> possibleColors = (ArrayList<String>) posCol.clone();\n possibleColors.remove(destinationColor);\n if(backgroundColor.equals(destinationColor)){\n ...
2d7a178b4a912fb2a6d1d7c95620d6fc
$ANTLR start "implicitStructExpression" C:\\Users\\eberlyrh\\git\\cfml.parsing\\antlr\\CFML.g:928:1: implicitStructExpression : implicitStructKeyExpression ( COLON | EQUALSOP ) ^ impliesExpression ;
[ { "docid": "a756fe5c15bc0bb93fac811df5179841", "score": "0.8008918", "text": "public final CFMLParser.implicitStructExpression_return implicitStructExpression() throws RecognitionException {\r\n CFMLParser.implicitStructExpression_return retval = new CFMLParser.implicitStructExpression_return();\...
[ { "docid": "c947979ea1917dee2822ded382466e6e", "score": "0.6848776", "text": "public final CFMLParser.implicitStructElements_return implicitStructElements() throws RecognitionException {\r\n CFMLParser.implicitStructElements_return retval = new CFMLParser.implicitStructElements_return();\r\n ...
266ae1f6d8e4c667010980217ea62ab2
Retrieve the Type of the Comparison
[ { "docid": "8f2787a6551f3b31fe30055128cea727", "score": "0.0", "text": "public java.lang.String type()\n\t{\n\t\treturn _type;\n\t}", "title": "" } ]
[ { "docid": "4ce3ba098ef75da393645fbb19c419e8", "score": "0.7144406", "text": "protected ComparisonType.UNARY getType(){\r\n return comparisonType;\r\n }", "title": "" }, { "docid": "d43ac10f3f93ef2ec1ab8c2ab59b93a1", "score": "0.6528784", "text": "@Nullable\n public static...
1e45bce6d48bee8c7b676c193c7272e3
Construct a new, empty game.
[ { "docid": "a0913eb96e4559f75a88843244ae19ce", "score": "0.0", "text": "public void Game() {\n\t\tboard = new int[3][3];\n\t\trowSum = new int[3];\n\t\tcolSum = new int[3];\n\t\tdiagSum = new int[2];\n\t\treset();\n\t}", "title": "" } ]
[ { "docid": "2ef0fe87a38bfadb64fef9c1879c14ca", "score": "0.77843064", "text": "public Game() {}", "title": "" }, { "docid": "67ab7fe03f2a8f3f0cedbf06b3940fce", "score": "0.7577279", "text": "public Game() {\n\n\t}", "title": "" }, { "docid": "2ad1b0abeec6be48ed742419d6a3b...
a60ff698fe3d3bdd8787e477aa9abeb0
Classify the element to indicate the expected values of the governance measurements. Can be used to create or update the values.
[ { "docid": "b3d94a7f918b4c9fbc84d8c3a0760601", "score": "0.48849583", "text": "@PostMapping(path = \"/elements/{elementGUID}/classify-with-governance-expectations\")\n\n public VoidResponse setGovernanceExpectations(@PathVariable String serverName,\n ...
[ { "docid": "48d478464d603bcaa9bf8de57a5b961e", "score": "0.58641905", "text": "@Override\n public double classifyInstance(Instance instance) throws Exception {\n\n\n\n int numAttributes = instance.numAttributes();\n int clsIndex = instance.classIndex();\n boolean hasClassAttribut...
6639ab604acb5e797b0ebc954fa580f3
Instantiates a new collaboration folder.
[ { "docid": "da2a8e5e284dc5656f1bf700477702c8", "score": "0.78818685", "text": "public CollaborationFolder() {\r\n }", "title": "" } ]
[ { "docid": "92456fc94281a221394af123012bd81d", "score": "0.627142", "text": "Folder createFolder();", "title": "" }, { "docid": "fea7878adbea176b8ae15ac987d16fe8", "score": "0.58435476", "text": "public Folder() {\n\t\t}", "title": "" }, { "docid": "3345dd9e760e4480753df3...
2436d757a812339363564efd7c302e63
This method writes the output into text files as well as displays a sample output on console
[ { "docid": "18a9c781a9f5d85c41d0c130ad373265", "score": "0.0", "text": "public static void print(int[] array, String fileName , int counter) {\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\tString name = fileName + \".txt\";\r\n\t\t\r\n\t\ttry {\r\n\t\t\t\r\n\t\t\tPrintStream print = new PrintStream(name);\r\n\t\t\t\r\...
[ { "docid": "c187996382dbde54711121917b57c146", "score": "0.684773", "text": "public void outPut() {\n System.out.println(\"Recorder is being called, hang on!\");\n System.out.println(\"Current directory is \" + System.getProperty(\"user.dir\"));\n recorder.write(); //write all r...
0c76205130bb96ae0ec3bcb6492dc02d
dotyczy tekstu UserName // dodano asercje
[ { "docid": "a0b676b2429655e1727e5814d6d05c85", "score": "0.0", "text": "public void setUserNameTextCheck() {\n wait.waitForElementToBeVisible(driver,userNameField,TIME_OUT);\n boolean b = userNameField.isDisplayed();\n assertTrue(b);\n }", "title": "" } ]
[ { "docid": "7056a57c6bac40e9cfb59d8f571459a0", "score": "0.7648386", "text": "java.lang.String getUserName();", "title": "" }, { "docid": "7056a57c6bac40e9cfb59d8f571459a0", "score": "0.7647674", "text": "java.lang.String getUserName();", "title": "" }, { "docid": "7056a5...
dcdbd3e9694168e5164afc9548bae8fe
Class Constructors Class Constructor Creates the default jar file. It expects GeneratorProperties to be loaded.
[ { "docid": "a7b384701df1613bafcd44dca8c325a4", "score": "0.776557", "text": "public CreateJar(){\n //--------------------------------------------------------------------------- \n properties=GeneratorProperties.getProperties();\n buildJar();\n }", "title": "" } ]
[ { "docid": "be327a877cb1af26ea635e85b3cf0f67", "score": "0.66525394", "text": "private GenomeGenerator() {\n }", "title": "" }, { "docid": "c8e89dc2a797013b9a282ae1e619a758", "score": "0.6400944", "text": "public JarMaker(Path jarFile)\r\n {\r\n this.jarFile = jarFile.to...
874eb0566571dc0483f53964a42a135a
<< define StrINANGPFREE11 $$GetPropertyName^COMConst("INANGP",286)
[ { "docid": "c299ebe24b7af644c00fae496bbc7ceb", "score": "0.82299024", "text": "public static Object $$$StrINANGPFREE11(mContext m$) {\n return (m$.fnc$(\"COMConst.GetPropertyName\",\"INANGP\",286));\n }", "title": "" } ]
[ { "docid": "f7b5024eecfe6c3c14b1ff54c64aa66c", "score": "0.8371922", "text": "public static Object $$$StrINANGPFREE15(mContext m$) {\n return (m$.fnc$(\"COMConst.GetPropertyName\",\"INANGP\",290));\n }", "title": "" }, { "docid": "f4909f41e13565f6b1a5e75011929c92", "score": "0.831532...
1a95998ab4d213c782f2068a714c4175
return MoveAnimation.create(MoveAnimation.RIGHT, enter, DURATION);
[ { "docid": "4ea5d1a2de67563de573425553968d18", "score": "0.6678868", "text": "public static Animation get_animation(Boolean enter,Boolean loaded){\n if(loaded)\n return MoveAnimation.create(MoveAnimation.LEFT, enter, DURATION);\n else\n return MoveAnimation.create(Mo...
[ { "docid": "8715701e087d9b5a39e21d76de61653c", "score": "0.679952", "text": "@Override\r\n public void onAnimationRepeat(Animator animation) {\n\r\n }", "title": "" }, { "docid": "c5147aa8cf1ad27315cee4b771e7430e", "score": "0...
f2868a3970fa3fe209f1cfaecc6e6bc4
Test case number: 74 / 4 covered goals: Goal 1. wheel.json.JSONObject.optDouble(Ljava/lang/String;)D: rootBranch Goal 2. wheel.json.JSONObject.(Ljava/util/Map;)V: I11 Branch 16 IFNONNULL L234 true Goal 3. wheel.json.JSONObject.opt(Ljava/lang/String;)Ljava/lang/Object;: I6 Branch 63 IFNONNULL L688 true Goal 4. wheel.jso...
[ { "docid": "5513534390e5844a0e10a26de52cb76b", "score": "0.6805181", "text": "@Test\n public void test74() throws Throwable {\n HashMap<CategoryWordTag, CoreLabel> hashMap0 = new HashMap<CategoryWordTag, CoreLabel>();\n JSONObject jSONObject0 = new JSONObject((Map) hashMap0);\n double ...
[ { "docid": "e3a6fd461275bd94ca57cb4ba5ffd038", "score": "0.72652036", "text": "@Test(timeout = 4000)\n public void test94() throws Throwable {\n JSONObject jSONObject0 = new JSONObject();\n JSONObject jSONObject1 = jSONObject0.putOpt(\"7mia\", \"7mia\");\n jSONObject1.put(\"7mia\", fal...
567a9c1c8a64fc124321900056837867
Sets the db_pool_idle timeout.
[ { "docid": "7eb31aa65742d0cbb5c258a04a34f739", "score": "0.89291173", "text": "public void setDb_pool_idleTimeout(Integer db_pool_idleTimeout) {\n this.db_pool_idleTimeout = db_pool_idleTimeout;\n }", "title": "" } ]
[ { "docid": "be6c52c6b601d99beaff22fecb7d2ab4", "score": "0.7642122", "text": "public void setDb_pool_connectionTimeout(Long db_pool_connectionTimeout) {\n this.db_pool_connectionTimeout = db_pool_connectionTimeout;\n }", "title": "" }, { "docid": "7e0e5de7c6fd77810fee00344b695f07",...
df3a417cda1e75945f4c66b2808ed8e6
comparator, nulls lower (claimSubtotal) //
[ { "docid": "e61c01dcd664545ec3d0370079adbbca", "score": "0.77179855", "text": "public JwComparator<AcUspsInternationalClaimSummaryVo> getClaimSubtotalComparatorNullsLower()\n {\n return ClaimSubtotalComparatorNullsLower;\n }", "title": "" } ]
[ { "docid": "c8e1051a31aa696303b0dffbae176f7c", "score": "0.7273663", "text": "public JwComparator<AcGb0901InvoiceItemClaimRvxData> getClaimTotalComparatorNullsLower()\n {\n return ClaimTotalComparatorNullsLower;\n }", "title": "" }, { "docid": "1476af628a9f433ef3d5ae27cf50b5d2",...
676ab9da6d7b81e6da3e4f5f0ed132d7
Determine how many tasks of a given type we want to run on a TaskTracker. This cap is chosen based on how many tasks of that type are outstanding in total, so that when the cluster is used below capacity, tasks are spread out uniformly across the nodes rather than being clumped up on whichever machines sent out heartbe...
[ { "docid": "df3e7968cf9d3454181fb94332678c24", "score": "0.6963509", "text": "int getCap(int totalRunnableTasks, int localMaxTasks, int totalSlots) {\n double load = maxDiff + ((double)totalRunnableTasks) / totalSlots;\n return (int) Math.ceil(localMaxTasks * Math.min(1.0, load));\n }", "titl...
[ { "docid": "77849db04bbc77327e6a076171304b29", "score": "0.62372833", "text": "int getTaskCount();", "title": "" }, { "docid": "1f2f7332dad572f4c05b8560793e5f5c", "score": "0.6147844", "text": "long getTaskCount();", "title": "" }, { "docid": "5a4bc80b8a73ff7ef5bf8abb7295...
52335f09a5674d401c2911e3f54555db
Method returns position of parse problem.
[ { "docid": "a3b32aba028918419d879c1cc870bacf", "score": "0.74962324", "text": "private Position getErrorPosition(String parseProblemMessage) {\n Matcher matcher = ERROR_POSITION_PATTERN.matcher(parseProblemMessage);\n List<Integer> positionParts = new LinkedList<>();\n\n if (!matche...
[ { "docid": "a55f5eb772e3eb61935a32b8034fd56d", "score": "0.62550646", "text": "final public position position(PrintStream prn) throws ParseException {\n NodeToken n0 = null;\n Token n1 = null;\n n1 = jj_consume_token(INT_LITERAL);\n n0 = JTBToolkit.makeNodeToken(n1);\n {if (true) return new p...
ef0245a4278ee5d2e15fb94d8cc81431
delete by ID. Use MapSqlParameterSource to assign individual values
[ { "docid": "2c9d1c50e2e417c8e5f0a3ef4c5f1518", "score": "0.6618285", "text": "public int deleteAbout(int id) {\r\n\t\tMapSqlParameterSource map = new MapSqlParameterSource();\r\n\t\tmap.addValue(\"_id\", id);\r\n\t\tSystem.out.println(\"deleting from dao with id\" + id);\r\n\t\treturn jdbc.update(\"dele...
[ { "docid": "56b4a408fa792f04eea8a071d0e5fe67", "score": "0.7226819", "text": "@Override\n\tpublic int delete(int id) {\n\t\treturn jdbcTemplate.update(\"call (?)\",id);\n\t}", "title": "" }, { "docid": "638528f9ecabfcb1d57662364e842bae", "score": "0.71757483", "text": "void delete(St...
7113ba28bbdbf16a57896fb569024a67
Retrieve the next page of results.
[ { "docid": "b800c7954d40417f034123ee43732ed2", "score": "0.5841012", "text": "public Collection<T> next(\n A accessPath\n ) throws QueryException\n {\n if( pageNumber < maxPageNumber )\n {\n pageNumber = pageNumber + 1;\n }\n\n ...
[ { "docid": "5f8d45b0f5fb573a52b2ac76d80e0425", "score": "0.72956264", "text": "@Override\n\tpublic PagingList<M> getNextPage() {\n\t\tthrow new NotImplementedException();\n\t}", "title": "" }, { "docid": "89016c719086becf106b7a3e2d2c1de9", "score": "0.7223716", "text": "public Result...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a618b4a5df784f0306938fcfe878f843", "score": "0.0", "text": "@Override\n\tpublic List<ChatRoomVO> chatListAll() throws Exception {\n\t\treturn dao.chatListAll();\n\t}", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
148424ac702174f0b02cd673ee55dc8e
metodo que dado un estado from y un caracter c, retorna el conj de estados a los cuales puede avanzarse desde el estado from por el caracter c
[ { "docid": "688190dd69d96da99e95ff5e03fa6d20", "score": "0.56590563", "text": "@Override\n public Set<State> delta(State from, Character c) {\n assert states().contains(from);\n assert alphabet().contains(c);\n LinkedList<Triple<State, Character, State>> trans = new LinkedList();...
[ { "docid": "d2fcd9c0b00f0a5bb2bdee6a395d8fe9", "score": "0.5847833", "text": "public int cuentaCaracter(String cadena, char c);", "title": "" }, { "docid": "a55fa0186f5b23e432d6ee883026a966", "score": "0.58379173", "text": "protected static String selectorEstado(char c) throws Except...
8970563f31443caf8249faf02e3d731e
send whisper message to other user
[ { "docid": "c8e5e89965036b32b9a56b7247a0ba54", "score": "0.58393", "text": "public void sendmsg(String to, String msg){\n\n HashMap cur_hash = null;\n PrintWriter to_PW = null;\n\n try{\n synchronized (chat_room) {\n Iterator chat_...
[ { "docid": "e5471f93aa8c38f85934b4fd47a38aec", "score": "0.6991243", "text": "void onWhisper(TwitchUser sender, TwitchMessage message);", "title": "" }, { "docid": "10cc336f43e1589b0da5b7283ec4f455", "score": "0.69208455", "text": "void onPrivMsg(TwitchUser sender, TwitchMessage mess...
c2a694bf77f0ae34cf91f07f938d87d9
Metodo POST: Guardar pero es una version mas pura y efectiva
[ { "docid": "b5f24643c575c74a4c023be0d1f91d93", "score": "0.0", "text": "@CrossOrigin\r\n @RequestMapping(value = \"/alumno\", method = RequestMethod.POST, headers = {\"Accept=application/json\"})\r\n public Estatus guardarAlumno(@RequestBody String json) throws Exception {\r\n //Tranformamo...
[ { "docid": "621194e7174b905249ba41df4ae8ea6d", "score": "0.6230257", "text": "private void version() {\n\t}", "title": "" }, { "docid": "a060646e52209bbbcaca3e5fc698ea81", "score": "0.61967814", "text": "boolean requireVersion(HttpServletRequest request, HttpServletResponse response,...
5317d18e6c7aa966b60c1ec8f21eef68
set UtteranceProgressListener AFTER tts is initialized
[ { "docid": "78a1336e34421bff8b26e1c5f310ebc6", "score": "0.5790536", "text": "private void ttsInitialized() {\n textToSpeech.setOnUtteranceProgressListener(new UtteranceProgressListener() {\n\n\n @Override\n public void onStart(String utteranceId) {\n\n }\n\n ...
[ { "docid": "3e81b0b07ba6e36c4d070409f490f496", "score": "0.6412701", "text": "@Override\n public void onInit(int status) {\n if (status == TextToSpeech.SUCCESS) {\n tts.setLanguage(Locale.UK);\n tts.setOnUtteranceCompletedListener(this);\n }\n }", "title": "...
d4241d4526acb878d7067e54409dce0b
Returns decoded structure as a map of values.
[ { "docid": "5ec3351950815c7aae0054146625aaf9", "score": "0.59901863", "text": "public Map<String, Value> asMap() {\n return map;\n }", "title": "" } ]
[ { "docid": "4cad6d7081cd5caa511ba6d3d1ff6f8d", "score": "0.6611766", "text": "@Nonnull\n private BEValue _bdecodeMap() throws IOException {\n Map<String, BEValue> out = new HashMap<String, BEValue>();\n for (;;) {\n BEValue key = bdecode(true);\n if (key == null)\n...
c84b578c5c0a96cb8e9d3b87242d1989
if we added one, return that one
[ { "docid": "93e3f60179f66e849ce9d65c88606e46", "score": "0.0", "text": "public String getParameter(String name) {\n\t if ( params.get( name ) != null ) {\r\n\t return params.get( name )[0];\r\n\t }\r\n\t // otherwise return what's in the original request\r\n...
[ { "docid": "1dceac4e912ee6a4d3a0137967146814", "score": "0.6613285", "text": "private final Pair nextToAdd() {\n if (toAdd.isEmpty()) {\n return null;\n }\n return toAdd.remove(0);\n }", "title": "" }, { "docid": "12d73c2d5de1038eb19acc5918888b27", ...
c97d06162470a15d53fdc2fe512b3f74
/ Access modifiers changed, original: final
[ { "docid": "e2731292b666d5ac4f6a5682214277fe", "score": "0.0", "text": "@VisibleForTesting\n public final void zzb(String str, int i, Throwable th, byte[] bArr, Map<String, List<String>> map) {\n boolean z = true;\n AppMethodBeat.m2504i(69463);\n zzab();\n zzkq();\n ...
[ { "docid": "5eb303064635f4909e997c3effe2511d", "score": "0.6856429", "text": "public void mo27792e() {\n }", "title": "" }, { "docid": "1e34493fdecb11f6bbc24ef12eea2281", "score": "0.6771702", "text": "public void mo27791d() {\n }", "title": "" }, { "docid":...
b565c95537d97668e5b4ef37d4c5c136
/ Sets label to userSymbol and deactivates button for taken space on GUI board.
[ { "docid": "96c58910180c6e697e232e262dd397ea", "score": "0.0", "text": "public boolean takeSpace(int button, char player)\n\t{\n\t\tboolean moved = false;\n\t\t\n\t\tif(button == 7 && TL.isEnabled())\n\t\t{\n\t\t\tTL.setText(\"\" + player);\n\t\t\tTL.setEnabled(false);\n\t\t\tmoved = true;\n\t\t}\n\t\te...
[ { "docid": "2f2dae620657ce850415e2c13b1f4a23", "score": "0.6668855", "text": "private void setButtonSpecialSymbols(){\n b_pi.setText(PI_SYMBOL);\n b_sqrt.setText(SQRT_SYMBOL);\n b_cbrt.setText(CUBE_ROOT_SYMBOL);\n }", "title": "" }, { "docid": "2b1364c7898cb8295cedeae...
a0f828e59d6ad86b64348ffc149706f5
Test case number: 3 /Coverage entropy=1.8065071652616695
[ { "docid": "e72a2fe57b0ef804b9b9d22bdb37e4f8", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test03() throws Throwable {\n ExpressionMatrixImpl expressionMatrixImpl0 = new ExpressionMatrixImpl();\n expressionMatrixImpl0.getValue(0, 0);\n ExpressionElementMapperImpl expre...
[ { "docid": "7b86a76e9e9f3d6b2d46e9aa1a5ecf24", "score": "0.6588236", "text": "@Test(timeout = 4000)\n public void test05() throws Throwable {\n Evaluation.handleCostOption(\"\", 0);\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDir...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0f34d44ac62aed94ab0c131d8a551caf", "score": "0.0", "text": "private void initInfo() {\n\t\t\t\n\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...
a0b62af7d2cbd33d389b441aed039e76
Konstruktor przyjmuje referencje do obszaru tekstowego oraz przyciskow opcji gry i przekazuje je do metody ustawiajacej parametry.
[ { "docid": "ffa0ce90350cad5dd9b4200a409dd849", "score": "0.0", "text": "public Menu(JButton start, JButton options, JButton exit,JTextArea score_table)\n\t{\t\t\n\t\tset_Menu(start,options,exit,score_table);\n\t}", "title": "" } ]
[ { "docid": "253b223234aaae536aa21a6731ac089c", "score": "0.52857995", "text": "public void setReferenciaTC(String value) {\n this.referenciaTC = value;\n }", "title": "" }, { "docid": "a89f28849f3f8fed000f765f6b4867b4", "score": "0.5130184", "text": "public void setReferenc...
28660e53a430bf58f49714717be0289e
Read configurations from applicationauthentication.xml for given authenticator.
[ { "docid": "2794e99cb1a99c6763badd8e6d4c2423", "score": "0.0", "text": "public static String getConfiguration(AuthenticationContext context, String configName) {\n\n String configValue = null;\n Object propertiesFromLocal = context.getProperty(IdentityHelperConstants.GET_PROPERTY_FROM_REGI...
[ { "docid": "20dfdbcbe6aea0a45105be0ad82be901", "score": "0.6335754", "text": "private void retrieveAuthenticationConfiguration(AuthenticationContext context) throws AuthenticatorException {\n\t\tMap<String, String> authenticatorProperties = context.getAuthenticatorProperties();\n\t\tclientId = authentic...
3bc2a9576473bd32a5b44017aac95adb
Test case number: 90 /Coverage entropy=1.1910071366105217
[ { "docid": "ec407b2e3e052a2d432737d2c03d0ca0", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test090() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\"7yK~'W\");\n Token token0 = xPathLexer0.nextToken();\n assertEquals(30, token0.getTokenType());\n as...
[ { "docid": "474568e3244a9a9f12834ec6bd55c9e9", "score": "0.7322875", "text": "@Test\n public void test35() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n CostMatrix costMatrix0 =...
8a0a9ae3f98d129d23c73d883fc88eda
get a array of hole owners. True if hole belongs to whiteSide player, otherwise false.
[ { "docid": "5a0110f6e0560c182ab301cd1e668db6", "score": "0.8621042", "text": "public boolean[] getHoleOwners(){\n boolean[] owners = new boolean[18];\n for(int i =0; i < holes.length; i++){\n if(getHolePlayerByIndex(i).getSide()){\n owners[i] = true;\n ...
[ { "docid": "d51d93d1f1caa9c48531127a3bf19bd2", "score": "0.64506537", "text": "public Hole[] getHoles(){\n return holes;\n }", "title": "" }, { "docid": "0025a8775f9499298f38ef8a069946e0", "score": "0.61712843", "text": "public Board(Player player1, Player player2, int[] ho...
12f3f5a1aabe3e395f38f8083a3a3df7
this method get notification medium and notification level for mapping notification medium with notification level
[ { "docid": "62bcb75973b8708a0c69c8c857e79f96", "score": "0.6090749", "text": "@RequestMapping(value = \"/setNotificationMedium\", method = RequestMethod.GET)\n\tpublic String setNotificationMedium(HttpServletRequest request, HttpServletResponse response, ModelMap model) {\n\t\ttry{\t\n\t\t\tList<Loggin...
[ { "docid": "e78ed6e5e97338438c7e1ba845fd0d99", "score": "0.5910258", "text": "public java.lang.Integer getNotificationPriority() {\n if (org.xms.g.utils.GlobalEnvSetting.isHms()) {\n org.xms.g.utils.XmsLog.d(\"XMSRouter\", \"((com.huawei.hms.push.RemoteMessage.Notification) thi...
a5dac739c42cecef3116d700d9018984
Run all the games
[ { "docid": "162517a3d60885edc67dae4a0c2c66c6", "score": "0.0", "text": "public void run();", "title": "" } ]
[ { "docid": "e06067a01c6a4cf4c00735a65a8ab6b1", "score": "0.74667966", "text": "public void runGame(){\n\t\tsetBoard();\n\t\tdisplay();\n\t\tmenu();\n\t\t\n\t}", "title": "" }, { "docid": "1fe62067cf56d6b5f34faf78c1accc59", "score": "0.70467687", "text": "private void runGame() {\n ...
282603cc541b15d173fc7292988cdeac
/ lado.bmp was reconstructed from ladoLSB1.bmp and ladoLSB4.bmp. That means that on the first 89844 bytes, the LSB is irrecoverably broken. LSBI spreads the information in a way that is not able to cover this zone. But we can try to rewrite the same data onto the same file as it should be idempotent.
[ { "docid": "00ec09a6aa9082c73df5e3404e0a36a9", "score": "0.0", "text": "@Test\n public void conceal() {\n concealTestVector(\"ladoLSBI.bmp\", \"itba.png\", toPlaintext(), \"ladoLSBI.bmp\");\n }", "title": "" } ]
[ { "docid": "ebf98b70e00ea8eb0312bfa8db990e6b", "score": "0.562836", "text": "private void loadBits() throws IOException {\n if((buffer==null)||(buffer_pos<0)||(file_pos<buffer_pos)|| (file_pos>=buffer_pos+buffer_size)) { // file_pos is outside of current buffer, hence we must update the buffe...
84e27c12a9e6a4833f2efc0a7c3d8530
repeated .CMSgJumpListMRUApp apps = 3;
[ { "docid": "6d0a9e0720e2c9f86e5aa0f63bdd5ac6", "score": "0.5624999", "text": "public java.util.List<Htmlmessages.CMSgJumpListMRUApp> getAppsList() {\n return apps_;\n }", "title": "" } ]
[ { "docid": "64f580c40d9b1f8befe5c5b1552b7f69", "score": "0.6588283", "text": "Htmlmessages.CMSgJumpListMRUApp getApps(int index);", "title": "" }, { "docid": "ccae588b0bbfe42cb01812ebb9d8d883", "score": "0.6268008", "text": "java.util.List<? extends Htmlmessages.CMSgJumpListMRUAppOrB...
f5c1f3e036335d6597e25007893fc123
required string exchangeId = 4;
[ { "docid": "48d61c91fa138551bc79b15e0befd779", "score": "0.5652311", "text": "public com.google.protobuf.ByteString\n getExchangeIdBytes() {\n java.lang.Object ref = exchangeId_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n com.googl...
[ { "docid": "c158e915a123071d9fabf10d4cff579a", "score": "0.6806447", "text": "java.lang.String getExchangeId();", "title": "" }, { "docid": "d101ee929a47554414bc32367ef4904a", "score": "0.6583879", "text": "@Test\n public void exchangeIdTest() {\n // TODO: test exchangeId\n...
b8b27c2d9b6051b1458cfd24dc77c5d3
Creates a ElementTransition by the Element element. This method is a template method for concrete classes.
[ { "docid": "4d8c62eff4baf378a4356b14339df9d6", "score": "0.6897673", "text": "public ElementTransition createElementTransitionWithContext(Element element) {\n ElementTransition elementTransition_ = createElementTransition(element);\n elementTransition_.setRContext(createRContext());\n ...
[ { "docid": "2040307d659cb8686d83c8907e8ff0f7", "score": "0.81574726", "text": "public ElementTransition createElementTransition(Element element) {\n ElementTransition elementTransition_ = createElementTransition();\n elementTransition_.setup(element);\n return (elementTransition_);\...
47f5d5cf10d834ed38d9f2b661e32198
For each PMFAccessor in the given HashMap, gets the corresponding value from the Properties and sets that value in the PMF.
[ { "docid": "0d6b07bcb8e5d66b21818e1d5981fd73", "score": "0.68204385", "text": "private void getProps(Properties p, HashMap accessors) {\n Set s = accessors.entrySet();\n for (Iterator i = s.iterator(); i.hasNext();) {\n Map.Entry e = (Map.Entry)i.next();\n String key ...
[ { "docid": "46f411c07f3862b460def387ae356365", "score": "0.6317464", "text": "void setProps(Properties p, HashMap accessors) {\n Set s = accessors.entrySet();\n for (Iterator i = s.iterator(); i.hasNext();) {\n Map.Entry e = (Map.Entry)i.next();\n String key = (String...
d098b0b293b743af97658271a31144a4
Take Values From Keyboard
[ { "docid": "1139faf0bea0ff9765cbcea8059c8f14", "score": "0.0", "text": "public static void main(String[] args) throws Exception \r\n\t{\n\t\t\r\n\t\tScanner sc=new Scanner(System.in);\r\n\t\tSystem.out.println(\"Enter Mobile Number\");\r\n\t\tString mno=sc.nextLine();\r\n\t\tSystem.out.println(\"Enter N...
[ { "docid": "83fbbe1ee42131f42da01b3ec57b6f85", "score": "0.641305", "text": "public void readKeyboard() {\r\n Scanner scan = new Scanner(System.in);\r\n System.out.println(\"Enter licence number: \");\r\n this.licence = scan.nextLine();\r\n }", "title": "" }, { "docid...
d86c55733b9e8b29ca62f9d17dc0e390
optional fixed64 AskPrice = 3;
[ { "docid": "f61c062bd152a2e8abcc8c823d177916", "score": "0.59406906", "text": "public Builder setAskPrice(long value) {\n bitField0_ |= 0x00000004;\n askPrice_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "637d4e898b604374a91c377d2c97935c", "score": "0.73513925", "text": "long getAskPrice();", "title": "" }, { "docid": "75f0c3d71c83ea8801dbfba84df1290a", "score": "0.65115154", "text": "Quantity getFixedQuantity();", "title": "" }, { "docid": "0759c037150111937f3...
32d5645294f32fed0d7f3614793a5f50
Retrieve environment variables from .env, if present
[ { "docid": "a1b7dd18ccc395751cdbef40a026d2f4", "score": "0.0", "text": "public static void main( String[] args ) throws NoSuchAlgorithmException, KeyManagementException, AXLError_Exception {\n Dotenv dotenv = Dotenv.load();\n\n Boolean debug = dotenv.get( \"DEBUG\" ).equals( \"True\" );\n\...
[ { "docid": "07d6b647fce8b3f07296f42d30bd6a25", "score": "0.71909964", "text": "String getEnv(String environmentVariable);", "title": "" }, { "docid": "37563f067ac64af395e3252859a14b8f", "score": "0.7026259", "text": "String getEnv() {\n\t\ttry {\r\n\t\t\tgetConnection();\r\n\t\t\tStr...
4af59ea5195fc8bc85799faabdc3b3c3
Select a part of the buffer
[ { "docid": "ac5507f1b177240a8da28312ef4ac2c8", "score": "0.0", "text": "public void selectionner(int start, int end) ;", "title": "" } ]
[ { "docid": "36aa716d5a0c11a3f6d806459903f251", "score": "0.6335602", "text": "public void onBufferSelected(String fullBufferName);", "title": "" }, { "docid": "b4edec97f5e7f174d1d380ab39e96e49", "score": "0.62961257", "text": "public void select();", "title": "" }, { "doc...
bc8f2575cb5a8ea9e7f34fea9340cc1b
Checks if an entire move matches a given word played by the player is in the dictionary.txt file.
[ { "docid": "0ba26b62dee994369ff1484c13ec9922", "score": "0.56478935", "text": "protected boolean isValidWord(Player player, int numPlayers) {\n\t\treturn dict.validateWord(player, board, numPlayers);\n\t}", "title": "" } ]
[ { "docid": "728b2a8a8e680171b55cf32ad663692b", "score": "0.6454442", "text": "public void crackFromDictionary() {\n \tString currLine, currWord;\n \tboolean matchFound = false;\n \t\n \ttry{\n\t\t\tBufferedReader reader = new BufferedReader(new FileReader(fileName));\n\t\t\tcurrLine = reader...
00ea6d4441eef4323683fc559c87bcea
int32 oneof_1543 = 1543;
[ { "docid": "a6ce83aa0b3a6ad8923fff331b319a22", "score": "0.0", "text": "public Builder clearOneof1543() {\n if (hugeOneofCase_ == 1543) {\n hugeOneofCase_ = 0;\n hugeOneof_ = null;\n onChanged();\n }\n return this;\n }", "title": "" } ]
[ { "docid": "14d9de64d1d4966292bdc0add6135b79", "score": "0.6511917", "text": "void mo107677b(Integer num);", "title": "" }, { "docid": "bcb5fa3b11bca848a5e6cfd3b39c287e", "score": "0.6489812", "text": "long mo107678c(Integer num);", "title": "" }, { "docid": "70d84d3289af...
12ab78c30c6e7702c03ba3418267cf44
Returns the input for this recipe, any mod accessing this value should never manipulate the values in this array as it will effect the recipe itself.
[ { "docid": "ecb27a6bb29995750226e507ff3aa483", "score": "0.6473604", "text": "public ArrayList<Object> getInput()\n {\n return this.input;\n }", "title": "" } ]
[ { "docid": "bde8547f457f04520a804f5e96495582", "score": "0.6858984", "text": "@Override\n public double[][] getInput() {\n return input;\n }", "title": "" }, { "docid": "b409b7c6b90d171a43871c59b59aa450", "score": "0.6701078", "text": "public Entity getInput()\r\n/* 135:...
4113ca45fe76254824dbe55337a92074
This method was generated by MyBatis Generator. This method sets the value of the database column j_travel_line_ext.deposit_remark
[ { "docid": "c196e172f7e66e99b2dbf29283b19f76", "score": "0.6707188", "text": "public void setDepositRemark(String depositRemark) {\n this.depositRemark = depositRemark == null ? null : depositRemark.trim();\n }", "title": "" } ]
[ { "docid": "93a92dee7424316f0d14a09044dc9b61", "score": "0.6591323", "text": "public String getDepositRemark() {\n return depositRemark;\n }", "title": "" }, { "docid": "17ec2054cd05a8b4696ec4557a83612b", "score": "0.63205874", "text": "public void setRemark(java.lang.Strin...
f475ecce5961de836c0921edca63f417
Unsets all ImageView events when it's opponents turn
[ { "docid": "55a10196ccb7ac98c12cabef574289c8", "score": "0.6839813", "text": "public void unsetImageViewEvents(ArrayList<Integer> ids) {\n for(int i : ids) {\n if(((Pane) board_gpane.getChildren().get(i)).getChildren().isEmpty()) {\n System.err.println(\"Got wrong index ...
[ { "docid": "e4d631276a9dc204ee1007a54553a9ad", "score": "0.7052892", "text": "private void winningOrLoosingAnimationOff() {\n LottieAnimationView anim1 = activity.findViewById(R.id.confetti1);\n anim1.setVisibility(LottieAnimationView.INVISIBLE);\n\n LottieAnimationView anim2 = acti...
7fd1f26795a9e29ced02f1d9993d59db
+1 for the footer view
[ { "docid": "b107cdb242d05d52cee1036360cee314", "score": "0.51079553", "text": "@Override\n public int getCount() {\n return rounds+1;\n }", "title": "" } ]
[ { "docid": "1fe84fd2de3a83f2859b3fb4c8aee316", "score": "0.69338065", "text": "public void addfooter() {\n View footerView = ((LayoutInflater) getActivity().getSystemService(Context.LAYOUT_INFLATER_SERVICE)).inflate(R.layout.layout_user_frames_footerview, null, false);\n gridview.addFooter...
ceead1735388aae6374090209266176b
Get the current application version name
[ { "docid": "d2bde432a5a40edc054647c62041d3ec", "score": "0.83632505", "text": "public String getVersionName() {\n String versionName = \"\";\n try {\n if (context == null) {\n return \"\";\n }\n PackageManager pm = context.getPackageManager()...
[ { "docid": "9d4178a6271db8b0a8bcd2a640f79ae3", "score": "0.8594117", "text": "private String getAppVersion() {\n\t\tString toRet = \"Not Found\";\n\t\tPackageInfo info = AppBlade.getPackageInfo();\n\t\tif(info != null)\n\t\t{\n\t\t\ttoRet = info.versionName;\n\t\t}\n\t\treturn toRet;\n\t}", "title":...
02c9f99b7a7d9813c5ae1ac7917b4bde
Constraints: Not nullable, Maximum length: 6 Original property name from the Odata EDM: JointVenture
[ { "docid": "e99a49b64f6d51945c9f550ac3ef6649", "score": "0.0", "text": "public void setJointVenture(\n @Nullable\n final String jointVenture) {\n rememberChangedField(\"JointVenture\", this.jointVenture);\n this.jointVenture = jointVenture;\n }", "title": "" } ]
[ { "docid": "0e119a54b287931c89d716d1bc84ff0f", "score": "0.571033", "text": "@Override\n protected String getUniquePropertyName() {\n return null;\n }", "title": "" }, { "docid": "77821771406389b0a55ae1fc57dd47e9", "score": "0.5366898", "text": "@...
865e0d3a36397ba04194616fbb9c00f9
optional int32 maps_count = 5;
[ { "docid": "708036863b35f98bd8b81b759bed57b8", "score": "0.6633261", "text": "@java.lang.Override\n public int getMapsCount() {\n return mapsCount_;\n }", "title": "" } ]
[ { "docid": "7433678dcf60c3c53a06d6c6cc95762e", "score": "0.75686395", "text": "int getMapsCount();", "title": "" }, { "docid": "12e22cd9dc38d51056e0b2c67fadb147", "score": "0.6774786", "text": "boolean hasMapsCount();", "title": "" }, { "docid": "2ad22847b6624bf5dce308810...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "822f154269c62ec0315f78cc13b8e72f", "score": "0.0", "text": "@Override\r\n\t\tpublic void onClick(View v)\r\n\t\t{\n\t\t\ttimeStruct = new TimeStruct();\r\n\t\t\t\r\n\t\t\tdatePickerDialog = new DatePickerDialog(\r\n\t\t\t\t\tAddActivity.this, \r\n\t\t\t\t\tdateCallback, \r\n\t\t\t\t\tcalenda...
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
1455e26decda6151c01705a9f8e251f5
sample standard deviation of percolation threshold
[ { "docid": "9b23fe5f4be6ff6da120731709f93fac", "score": "0.578577", "text": "public double stddev() {\n return StdStats.stddev(this.result);\n }", "title": "" } ]
[ { "docid": "4ca850b7f534680746fb4c5e5be5f4d4", "score": "0.6778636", "text": "public double stddev() {\n return StdStats.stddev(threshold);\n }", "title": "" }, { "docid": "95aa4e45830344e09a4d14389bc6096a", "score": "0.6662047", "text": "public double stddev() {\n r...
2b21be5a2899c1e7d5c0718a43ebcecb
Searches the matching bracket at the left side of the caret. The position information will be stored in the org.eclipse.jface.text.IDocument in the category ExtensionConstants.PositionCategory.BRACKET.
[ { "docid": "c544fbb3c2cf3bb48f30644d9b3c397b", "score": "0.69931746", "text": "public void matchingBrackets() {\n\t\torg.eclipse.jface.text.IDocument document = viewer.getDocument();\n\t\torg.eclipse.jface.text.source.projection.ProjectionViewer projectionViewer = null;\n\t\tif (viewer instanceof org.ec...
[ { "docid": "06b64b6e3351a0117f3ea46e4913bee6", "score": "0.6197043", "text": "private int indexOfOpenBracket() {\n buffer.mark();\n try {\n for (int i = 0; i < buffer.remaining(); ++i) {\n if (buffer.get() == '{') {\n return i;\n }\n }\n return -1;\n } fina...
3665e7db7e2d4ad74c15c005a165d30b
Shows the invalid QR code dialog
[ { "docid": "7633d05a4456201762604d0e893670be", "score": "0.78990114", "text": "private void showInvalidQRDialog(){\n DialogFragment dialog = new InvalidQRDialog();\n dialog.show(getSupportFragmentManager(), \"error\");\n }", "title": "" } ]
[ { "docid": "2e6fa7e4ee8d5c1f98f4c09948f3338f", "score": "0.65389216", "text": "public void showErrorWindow(){\n showErrorWindow(\"Sorry, your entry was invalid! Nice try, though.\");\n\t}", "title": "" }, { "docid": "f7e6ed766fac439d38feb7b37bdd7bb1", "score": "0.6417142", "te...
f107475fd4b75f454ff75dd391dae2d5
method to handle Qnames
[ { "docid": "4948c79287a13e4ea04aa83fdb3f24a2", "score": "0.0", "text": "private void writeQName(javax.xml.namespace.QName qname,\r\n javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {\r\n java.lang.String namespaceURI = qnam...
[ { "docid": "229c2fa802ef8345aa83246819332bce", "score": "0.6997953", "text": "private String toQname(String name) {\n return name.replace(' ', '_').toLowerCase();\n }", "title": "" }, { "docid": "ffce8db0c419b507219ed6a470f56cbf", "score": "0.68900573", "text": "private voi...
899f54efc4bc28902692a4f68b6f72b1
Construct a Rhizome manifest from a bundle of named fields.
[ { "docid": "416b9a5ac31d3d353791f7d6a3cd5bb9", "score": "0.5758564", "text": "public static RhizomeManifest fromBundle(Bundle b, byte[] signatureBlock) throws RhizomeManifestParseException {\r\n\t\tString service = parseNonEmpty(\"service\", b.getString(\"service\"));\r\n\t\tif (service == null)\r\n\t\t...
[ { "docid": "a2dc1f1d80b38decd51cb887e0f20a75", "score": "0.610875", "text": "public static RhizomeManifest fromByteArray(byte[] bytes) throws RhizomeManifestParseException {\r\n\t\t// The signature block follows the first nul character at the start of a line.\r\n\t\tbyte[] sigblock = null;\r\n\t\tint pr...
943a3050a15aeb3343f6e885800cec8d
end of updateVaOwnerId / Note: Note making changes as of 1122020
[ { "docid": "0eb78b7f62bcc669d96b221a470a08ee", "score": "0.5054686", "text": "public static void insertVaOwner(TransactionManager tmgr, Owner_dobj owner_dobj) throws VahanException {\r\n\r\n PreparedStatement ps = null;\r\n String sql = null;\r\n String chasiNoExistMessage = null;\r...
[ { "docid": "a1697d330834f29f40a1078d497cbb96", "score": "0.641677", "text": "@Override\n public void setOwnerId(IPSGuid ownerId) {\n\n }", "title": "" }, { "docid": "ac41b1e4a0cefe7eae5be5e240e01b2e", "score": "0.63474447", "text": "public void setOwnerID(int param){\n ...
ebf0c33f295a3f54c3574760ab5f5d06
Deletes all the instances in the repository.
[ { "docid": "a44437523927f2ce29d2c986c88359c8", "score": "0.0", "text": "public void clear() {\n csps.clear();\n }", "title": "" } ]
[ { "docid": "43a95ffca1d4bf699334e56865c95c2d", "score": "0.8038624", "text": "public void deleteAll() {\n mRepository.deleteAll();\n }", "title": "" }, { "docid": "3f61e78b119c857f7db341d61765023c", "score": "0.7648858", "text": "public void deleteAll() {\n mReposito...
866408b996f0ee0b7dffa94a7ceb0f29
Operations on Double4 vectors / vector = op( vector, vector )
[ { "docid": "2dbef7dcd8e32c0412cdadd548e84f74", "score": "0.0", "text": "public static Double4 add(Double4 a, Double4 b) {\n return new Double4(a.getX() + b.getX(), a.getY() + b.getY(), a.getZ() + b.getZ(), a.getW() + b.getW());\n }", "title": "" } ]
[ { "docid": "636b08ae50f38a83685b6bdb8272d64b", "score": "0.6845262", "text": "void multiply(DoubleVector v);", "title": "" }, { "docid": "fb6e8e85966537a609287b1238db2b12", "score": "0.67379445", "text": "double dot(DoubleVector v);", "title": "" }, { "docid": "8b7be5a146...
8afbfe13513276dd4fdfdea2ac2f1ae4
Create a cleanup object that will free the underlying JsRootedValue object.
[ { "docid": "c5b71670134efcd41bb644d54b5f9088", "score": "0.7811186", "text": "@Override\n protected JsCleanup createCleanupObject() {\n JsCleanup cleanup = new JsCleanupMoz(jsRootedValue);\n if (debugFlag) {\n debugInfo.destroyInstance(jsRootedValue);\n jsRootedValue = 0;\n }\n re...
[ { "docid": "9c839ede05dfbf63afa9432017e252f0", "score": "0.70053947", "text": "public void destroyInstance(long jsRootedValue) {\n if (jsRootedValue == 0) {\n throw new RuntimeException(\"Cleaning already-cleaned JsValueMoz\");\n }\n Long jsrv = new Long(jsRootedValue);\n if (...
bfb712693bbbf5dbb69b1d03b0d1f693
gets all of the documents of the students filtered by some conditions
[ { "docid": "a376d68a3e0fde6af2a6d0df1763553a", "score": "0.70129776", "text": "@PreAuthorize(\"hasAuthority('SECRETARY')\")\n @ModelAttribute\n @GetMapping(\"/allocation/student/documents\")\n public ResponseEntity<Page<StudentDocumentRowModel>> getAllStudentDocuments(@ModelAttribute final Stud...
[ { "docid": "28d2fa70636a36cfa32e793bc984f307", "score": "0.65981525", "text": "List<Map<String, String>> getFilteredDocuments(Map<String, Object> paramsMap);", "title": "" }, { "docid": "ec084df00a3109c558bdf4c0f16a1f45", "score": "0.6370741", "text": "Student findWithSectionsBy(int ...
66b54ef1244d0446edda3f811259ef39
/ implementation of modifyGroup
[ { "docid": "1a5871a0e93905f888ef559fc16f1be7", "score": "0.6320697", "text": "public boolean modifyGroup(java.lang.String carrier, java.lang.String grouping_symbol, java.lang.String group_id, com.aasc.erp.carrier.shipexec.proxy.types.psi.wcf.PackageRequest pkg_req)\n throws java.rmi.RemoteExcepti...
[ { "docid": "7d74f57cfd886b0e649cd7469df3166f", "score": "0.8045504", "text": "@Override\n\tpublic void updateGroup(Group group) {\n\t\t\n\t}", "title": "" }, { "docid": "a9af20842ebb40ad7bb289372231113e", "score": "0.7777976", "text": "public String updateGroup();", "title": "" ...
4f8c2f5dca99f1f7228bef9de3dfd51e
Rules and Regulations page
[ { "docid": "2529635c9bfd27e34b789a04429c7ba1", "score": "0.577974", "text": "public void rulesRegulationsSetup() {\n TextView title = findViewById(R.id.Title);\n TextView line1 = findViewById(R.id.line1);\n TextView line2 = findViewById(R.id.line2);\n TextView line3 = findVie...
[ { "docid": "18f940b609cfd0cff32b8aea32e33c39", "score": "0.7186328", "text": "private void rules(){\n\t\t\n\t\t//TODO further development insert rules\n\t\tSystem.out.println(\"Rules\");\n\t}", "title": "" }, { "docid": "b1045ab1f6d9fc05a7dae1dd02d98584", "score": "0.638242", "text":...
4d047a51f19a50da5321f6c297cb73a3
update token function with some changes
[ { "docid": "e66eaa21ee1a2396558dbc91e0476211", "score": "0.0", "text": "public void profile_call() {\n //pref = PreferenceManager.getDefaultSharedPreferences(getApplicationContext());\n //Toast.makeText(getActivity(), \"email from pref: \" + pref.getString(\"email\", \"not fatched from pre...
[ { "docid": "d7bc022f9d481cdf3e461ee7d514b0ef", "score": "0.68174505", "text": "public void renewToken(){\n\n TTransport transport= new TFramedTransport(new TSocket(host,port));\n try {\n transport.open();\n TProtocol protocol = new TBinaryProtocol(transport);\n ...
d443d7a12980b5702f29c80ff0b461bd
Gets the date a UserProfile was updated as a Date
[ { "docid": "b032bd22bec700441668de2f1c91983d", "score": "0.6750013", "text": "public Date getUpdated() {\n return updated;\n }", "title": "" } ]
[ { "docid": "bf227fb5d22d313fcaac15a95f27cdc5", "score": "0.7071451", "text": "public Date getDateUpdated() {\n return parseDate(getProperty(DATE_UPDATED_PROPERTY));\n }", "title": "" }, { "docid": "5e54a692bbfba6a813dc5b2462f971fb", "score": "0.6958512", "text": "public Tim...
2e63a3946983b2ad241c03cf0855327d
Destruye al objeto y le impide realizar acciones en el futuro.
[ { "docid": "1a62035664b7057004f6d75ac9f51e5f", "score": "0.6485333", "text": "public void destruir() {\n\t\tthis.destruido = true;\n\t}", "title": "" } ]
[ { "docid": "6948c82f8c1530890251cb97244ccc19", "score": "0.6428238", "text": "public void limpar() {\r\n\t\tmatriculaAluno = null;\r\n\t\tnomeAluno = null;\r\n\t}", "title": "" }, { "docid": "e9dabab56cb715ecd1e065e60c199321", "score": "0.63104886", "text": "public void resetObjetos(...
d5c9fb3e8318645085f259338dbb4518
Returns a set of IP addresses (as plain strings) configured for this host. The strings in the returned set are valid IP addresses.
[ { "docid": "6af200734e968dd253a4946b5dba3477", "score": "0.79095036", "text": "Set<String> getIPAddressesAsStrings();", "title": "" } ]
[ { "docid": "8276d9501965da05f079242e50ca7125", "score": "0.7555212", "text": "public String[] getIpAddresses()\n {\n return ipAddresses;\n }", "title": "" }, { "docid": "6535ce883afeefbf9da86bcd44be2f97", "score": "0.7510633", "text": "Set<DNSIPAddress> getIPAddresses();...
083b1a021aab6e26ae7336fb3402d27a
Create a new instance with a given list of conversers.
[ { "docid": "19038d01ea93540e7873bc0ddec67a43", "score": "0.4747801", "text": "public CustomConversions(final List<?> converters) {\n Assert.notNull(converters);\n\n simpleTypeHolder = new SimpleTypeHolder();\n }", "title": "" } ]
[ { "docid": "fd2bc3b2ffb31572b2b8b475e0c54f2a", "score": "0.5604158", "text": "@SafeVarargs\n public Climber(T... motorControllers) {\n\n motorController = Arrays.asList(motorControllers);\n\n }", "title": "" }, { "docid": "88c02e485b03bf3d3ef8b98ace1ad44b", "score": "0.53221...
b9af1ed3d69c1dbfb430f86a6fdf1e9b
Loads the initial app specified by the url, and ensures the app loads successfully
[ { "docid": "45b9e21c5c12b92cd27762e7640fa212", "score": "0.68777615", "text": "private void loadInitialPage(App app, String url, OutputFile file) {\r\n String startingPage = \"The starting app <i>\";\r\n String act = \"Opening new browser and loading up starting app\";\r\n String ex...
[ { "docid": "0e90cfaf3429890d9a563307d4a7d666", "score": "0.6432163", "text": "public abstract void loadApps();", "title": "" }, { "docid": "c8a458f8b3a92768f80c0efa1c47becd", "score": "0.6038407", "text": "@Override\r\n\tpublic void startApp(String Browser, String URL) {\n\t\ttry {\r...
d5fef4a7101fd511bca3065ead29d910
Sells a number of shares at given price.
[ { "docid": "984ccf96f932598e58c499f071cb90e0", "score": "0.7239502", "text": "public void sell(int quantity, BigDecimal price) {\n trade(quantity, price, Trade.TradeIndicator.SELL);\n }", "title": "" } ]
[ { "docid": "5347ee10aed0e8be88cd23ac1d5d2908", "score": "0.64533466", "text": "public double sell(int shareCount){\n\t\tsortSharesByPrice();\n\t\tint sharesLeftToSell = shareCount;\n\t\tdouble totalBoughtPrice = 0;\n\n\t\tArrayList<Share> sharesToDelete = new ArrayList<>();\n\n\t\tfor (Share share : com...
59dd0a6c5cf26d61c52f9eb1f558d4f4
Util method to write an attribute without the ns prefix
[ { "docid": "a3cbb684c95bdeeb46651841f11997f7", "score": "0.0", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException{\...
[ { "docid": "4032b8c44c9067682aec7c95df9e1e42", "score": "0.7247223", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\r\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamE...
0dd6bdc7cf88b4d21c14823fcc8d86e4
Break crops (only fully grown) in range, if clicking on crop
[ { "docid": "ba85ea6bdd798d07c8a8f531dc5073fd", "score": "0.0", "text": "public static boolean harvestCropsInRange(Range range, ItemStack stack, BlockPos originalPos, World world, PlayerEntity player, Hand hand, boolean replant) throws Exception {\n\t\tBlockState originalState = world.getBlockState(origi...
[ { "docid": "72da1e17a4e063ae34de0b9c0f63b05e", "score": "0.65516037", "text": "private void crop() {\n\t\t\tdrawingPanel.crop();\r\n\t\t}", "title": "" }, { "docid": "a209e822efd5236ca74d6a03b316a69a", "score": "0.6374153", "text": "boolean hasRidingCrop();", "title": "" }, {...
91ce7fbf45db91cd8108114d5a09183f
Get a utility object for dealing with type mirrors.
[ { "docid": "f58497d2b2b44b2089334a290ff4b786", "score": "0.0", "text": "public abstract Types getTypes();", "title": "" } ]
[ { "docid": "e3d6b1e1f922307a03cdabc452f6863b", "score": "0.5322452", "text": "private ReflectionUtil() {\r\n // Empty\r\n }", "title": "" }, { "docid": "2c53709b7dc103dbfc8a4ac1013c6a3c", "score": "0.51489407", "text": "private ReflectionUtil()\n\t{\n\n\t}", "title": ""...
716cb149394f005a173b6474ad8bc2aa
Returns the size of the stack.
[ { "docid": "c0a6029944ea37662388ecfff84bb0cf", "score": "0.59934425", "text": "public int size() {\n\t\treturn size;\n\t}", "title": "" } ]
[ { "docid": "b9461e144e54bd4ccf6ef3f26fade2f7", "score": "0.8465518", "text": "public int size() {\n\t\treturn stack.size();\n\t}", "title": "" }, { "docid": "217f37edd399f94c21eb66e4f69ed217", "score": "0.8458115", "text": "public int size(){\n\t\treturn stack.size();\n\t}", "tit...
7f2748290fbee275b8d2c467e6879f70
int selectSearchCount(String sex, int age1, int age2, double high1, double high2, int weight1, int weight2, String education, String marry) throws Exception;
[ { "docid": "58a911b1155e7c963ad66529e4ee343d", "score": "0.64400595", "text": "int selectSearchCount(HashMap<String,Object> map) throws Exception;", "title": "" } ]
[ { "docid": "05e1344e241eac8c81df194ee441f2d8", "score": "0.67173934", "text": "int getSearchCount();", "title": "" }, { "docid": "5e866afb705f9babc674de6a71a23c42", "score": "0.66708845", "text": "int countByExample(StudentInfoExample example);", "title": "" }, { "docid":...
5ad67428082f9e8d7df542667ae0b8ba
create and store all the exemplaries
[ { "docid": "7fe1c958aa0c90857197eb606f523cb4", "score": "0.0", "text": "public static void main(String[] args) {\n Auteur a1 = new Auteur(\"Victor Hugo\", false);\n Auteur a2 = new Auteur(\"Alexandre Dumas\", false);\n Auteur a3 = new Auteur(\"Raymond Queneau\", true);\n\n Oe...
[ { "docid": "d8a791ee864c7ef69d03c18dcbae9389", "score": "0.54402846", "text": "@java.lang.Override\n public int getExemplarsCount() {\n return exemplars_.size();\n }", "title": "" }, { "docid": "1ababb1a865c4d4780b29f31275e2c54", "score": "0.5435872", "text": "private void...
c780ba634ce42ce3ab66f11f5d789932
required int32 monsterID = 2;
[ { "docid": "bd83f5d977d51ef2f7a03b9a3bc3c45d", "score": "0.57965815", "text": "boolean hasMonsterID();", "title": "" } ]
[ { "docid": "304aa58d2f10f1dcbf83b03f3772d87e", "score": "0.73652405", "text": "int getMonsterID();", "title": "" }, { "docid": "304aa58d2f10f1dcbf83b03f3772d87e", "score": "0.73652405", "text": "int getMonsterID();", "title": "" }, { "docid": "b6b205093ff632599b4919faebad...
d703dc84be44b71e64e65bc0b022bb12
Gets the persistent parameter name's value from internal persistent parameters map.
[ { "docid": "e37de24429a9f3079cf1345605bf9c18", "score": "0.7754403", "text": "public String getPersistentParameter(String name) {\n\t\treturn persistentParameters.get(name);\n\t}", "title": "" } ]
[ { "docid": "27688ec0511fdeee932a7e857b5db732", "score": "0.66077787", "text": "public String getParam(String key) { return (String)get(key); }", "title": "" }, { "docid": "ea6c7e72cc39025880871412b87bf973", "score": "0.66015434", "text": "public String getParameter (String name) {\r\...
90cdc45ebe7b1d846ea98c32ebeda7a1
//////////////////////////////////////////////////////////////////////// Custom Methods /////////////////////////////////////////////////////////////////////////
[ { "docid": "56a05d1c1ed304fa222c1097c14d5848", "score": "0.0", "text": "public void checkStopTarget(QuoteData data, int orderId, int filled)\n\t{\n\t\tQuoteData[] quotes = getQuoteData(Constants.CHART_15_MIN);\n\t\tint lastbar = quotes.length - 1;\n\t\tif (lastbar == -1 )\n\t\t\tlastbar = 0;\t// this co...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.675733", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6746825", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...