query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
90e318a5c08547ff92d58953ae8c09ec
/This method calculates force from Newton's Law of Gravitation.
[ { "docid": "eb1381378358e441aeb8138732bec752", "score": "0.54640365", "text": "public double calcForceExertedBy(CelestialBody b) {\n\t\t// TODO: complete method\n\t\treturn ((6.67*1e-11)*this.getMass()*b.getMass()/(calcDistance(b)*calcDistance(b)));\n\t}", "title": "" } ]
[ { "docid": "03b2ac0c4796f043561c4b3a09c3bfd1", "score": "0.7038822", "text": "Vector3f calculateForce(float mass, Vector3f position, Vector3f velocity, float t);", "title": "" }, { "docid": "42211e905376430f02cef4c6c3a367e0", "score": "0.6840121", "text": "public Vector3D gravitation...
350812677a6f8659b12deac2d00439f9
Interface ClusteringMethod Evaluates the classification accuracy of this clustering using an iterator of test samples. These samples should not have been used in learning the cluster positions. Determines what proportions of the test samples are classified correctly, incorrectly, or not at all.
[ { "docid": "2811cac2b9f06716765a33aa7647c5cc", "score": "0.6786374", "text": "public synchronized ClusteringTestResults test(final ClusterableIterator<T> theTestIterator,\n\t final DissimilarityMeasure<String> intraLabelDistances)\n\t\t\tthrows DistributionE...
[ { "docid": "258c547370060beee2d3723815a77a85", "score": "0.66375285", "text": "@Test\n public void testTrain() {\n // train\n this.learner.train(irisData);\n // test\n int[] results = learner.test(irisData);\n double proportionCorrect = results[0] / irisData.size();...
9a039e3114e553638df217202ad30a6a
Gets a TestUser by his/her test index.
[ { "docid": "5f706874b70c4d586ae4ec1b2b9a5128", "score": "0.8759095", "text": "public TestUser getTestUser(int testUserIndex) {\n return testUsers[testUserIndex];\n }", "title": "" } ]
[ { "docid": "3215916a5dcb375942c97d829410830d", "score": "0.77918977", "text": "public User getUser(int userIndex) {\n return users[userIndex];\n }", "title": "" }, { "docid": "d57a2799c93bf38fdf84e330c38c90e7", "score": "0.7775945", "text": "public User getUser(int index){\n\t\tr...
7593921a6739911f98aefc28f2590cde
/this function will be called when the button of this activity is pressed
[ { "docid": "ca865ae6c3595a9d631311ada41b323f", "score": "0.0", "text": "public void savePosButton (View view){\n\n\n\n Log.e(TAG, \"Save Position Button is pressed\");\n\n Vibrator vibe = (Vibrator) this.getSystemService(Context.VIBRATOR_SERVICE);\n\n //test if the mobile phone is c...
[ { "docid": "3246bee7a62415b754ca760e4dd6f1f6", "score": "0.77975684", "text": "void onButtonClicked();", "title": "" }, { "docid": "8d059a478cba1c90e90a7452c6385e75", "score": "0.7672275", "text": "public void onPressed() {}", "title": "" }, { "docid": "ee4195fab7db02a3f8...
46b7f41adac3b2fd18ae365d54e1ecf9
optional string value = 2;
[ { "docid": "7e7d99b5297035d7040f92838047ee5c", "score": "0.0", "text": "public Builder setValueBytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000002;\n value_ = value;\n onChanged();\n...
[ { "docid": "151e13a811e9add27504ee48169aebe5", "score": "0.6217295", "text": "Value of( String value);", "title": "" }, { "docid": "887c8087a5f0262fe3bb905c18f5ae6e", "score": "0.61268014", "text": "String get_value();", "title": "" }, { "docid": "fec208fe603fb3cb77675e78...
38447ffcaf0a91a9132ca2d50168881c
repeated .com.x_keam.protobuff.model.PVideoInfo videos = 3;
[ { "docid": "0e4184d70ba44f3c3095b70bf14c6ae5", "score": "0.5313646", "text": "public com.x_keam.protobuff.model.PVideoInfoOuterClass.PVideoInfo.Builder getVideosBuilder(\n int index) {\n return getVideosFieldBuilder().getBuilder(index);\n }", "title": "" } ]
[ { "docid": "24b0bf7579d40a8c40e5eca211d09989", "score": "0.7069648", "text": "java.util.List<? extends com.x_keam.protobuff.model.PVideoInfoOuterClass.PVideoInfoOrBuilder> \n getVideosOrBuilderList();", "title": "" }, { "docid": "3ceecfb1c7c7fab49150d32b375a628b", "score": "0.7009...
2f9546e7395f26edd8ffb25995cb3f52
Method for taking database entries (data) and inserting into the database.
[ { "docid": "fba42063acced4807606b8db0fe2ebc4", "score": "0.0", "text": "public void insert(int id, String name, int size, int busyness, int cleanliness, int favorite, int image){\n SQLiteDatabase db = getWritableDatabase();\n ContentValues values = new ContentValues();\n // Because ...
[ { "docid": "2e7e5d68f66398e3a170cc7dd7b9174b", "score": "0.69567204", "text": "private void insertDatabase(){\n\t\ttry{\t\n\t\t\tString name = m1.getText();\n\t\t\tString age = m2.getText();\n\t\t\tString color = m3.getText();\n\t\t\tsetStatus(\"Inserting --( \" + name + \", \" + age + \", \" + color + ...
1b2e19f580b2c04cf227621315e22df4
/ ;37: / ;38:
[ { "docid": "cd03b35a91ec591fb2ef715835685e27", "score": "0.0", "text": "int getSize()\r\n/* ;39: */ {\r\n/* ;40:718 */ return signatureOffset() + 64 + (this.version > 0 ? 16 : 0) + this.appendagesSize;\r\n/* ;41: */ }", "title": "" } ]
[ { "docid": "81cf2b7bb9830213638c5415b8ad5c73", "score": "0.5887335", "text": "public void sephab() {\r\n\t\t\r\n\t\tparth = habi.split(\";\");\r\n\t\tfor (int pe = 0; pe < parth.length; pe++) {\r\n\t\t\tparth[pe] += \";\";\r\n\t\t}\r\n\t}", "title": "" }, { "docid": "cc5a2109bf48ff40f8d4b666...
471a3a1d064b3273928a6bf27026ea38
compare result:newest comment > older comment
[ { "docid": "f90f8ac1cf4c2a1630e8af1b0536bd6f", "score": "0.5909785", "text": "@Override\r\n\t\tpublic int compare(Comment o1, Comment o2) {\r\n\t\t\treturn o2.getPostTime().compareTo(o1.getPostTime());\r\n\t\t}", "title": "" } ]
[ { "docid": "54d6025f34c1631506f76a2676c6a65e", "score": "0.55829644", "text": "public int compare(DocEntry other) {\n if (other == null) {\n return 0;\n }\n Matcher m = DocumentObject.FILE_NAME_PATTERN.matcher(other.fileName);\n if (!m.matches()) {\n ret...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "15d53dc024053df23b54da648897d742", "score": "0.0", "text": "@Override\n\tpublic void blitTexture(ZETexture srcTex, ZETextureLayer srcLayer, ZETextureLayout srcLayout, Vector3I srcPos,Vector3I srcSize,\n\t\t\tZETexture dstTex, ZETextureLayer dstLayer, ZETextureLayout dstLayout, Vector3I dstPo...
[ { "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...
e725792849c92e3c32384d884a2069f8
Returns an encoded/decoded string, where key values are added to the characters of a text. The key values are derived from a password, where each character ['a', 'z'] is interpreted as a value in [0, 25]. The ith key value is added to or subtracted from the ith text character. The text and the password are traversed cy...
[ { "docid": "034973a66e80c1c585ff3a067eaedcad", "score": "0.55752367", "text": "public static String rotate(String text, String pass, boolean encode) {\n String s = \"\";\n for (int i = 0; i < text.length(); i++) {\n int code;\n if(encode)\n code = ((text.charAt(i) - 97) + (pass.ch...
[ { "docid": "c3450ffd633501b7853cc3a6ce3fbf1c", "score": "0.6587621", "text": "public String encrypt(String text) {\n\t\t\n\t\t//If key is shorter than the text, repeat keyword along length of text\n\t\tif(key.length() < text.length()) {\n\t\t\trepeatKey(text);\n\t\t}\n\t\t\n\t\ttext = text.toLowerCase()...
efbf65ac632e51a53db2f75a6d7300e5
Retrieve list of local repositories with the specified layout
[ { "docid": "55fa4e06efafdf5cf241994f95d231c4", "score": "0.8855505", "text": "List<LocalRepository> getLocalRepositoriesByLayout( String layout );", "title": "" } ]
[ { "docid": "95bc2211cee52f8ebc96333a57b03acf", "score": "0.7039993", "text": "List<LocalRepository> getAllLocalRepositories();", "title": "" }, { "docid": "5b30701c864c20ee2bc162ad82794d1b", "score": "0.61240286", "text": "private static void listRepositories() {\n System.out....
2f22e7fd87dfc3f68bae4e7e8ba78572
Returns true if pos1 and pos2 are neighbouring positions.
[ { "docid": "36c592c001b0f0d5f3a0ddcafeff7e2c", "score": "0.87763655", "text": "private boolean neighbouring(Pos pos1, Pos pos2) {\n\t\tint row1 = pos1.getRow();\n\t\tint row2 = pos2.getRow();\n\t\tint col1 = pos1.getCol();\n\t\tint col2 = pos2.getCol();\n\t\tif ((Math.abs(row1 - row2) == 1) && col1 == c...
[ { "docid": "b3ded34435657a02b865d8d1b562a9d8", "score": "0.79306835", "text": "private boolean arePositionsAdjacent(Position p1, Position p2) {\n \tboolean hAdj = (Math.abs(p1.getX() - p2.getX()) == 1);\n \tboolean vAdj = (Math.abs(p1.getY() - p2.getY()) == 1);\n \treturn (hAdj && p1.getY() == ...
90efab50d8b842fde116b6d19c19e520
Constructor of the object.
[ { "docid": "7a0bed844e338744b5958b5cb05dc510", "score": "0.0", "text": "public CombinedChartServlet() {\n\t\tsuper();\n\t}", "title": "" } ]
[ { "docid": "49ee472f6433a41dbd2c16009f75220d", "score": "0.7242302", "text": "public ConstructorExample() {\n }", "title": "" }, { "docid": "43b8ff46c4ed9a4c2529ed05a57881cc", "score": "0.71247435", "text": "public Ahhhh()\n {\n \n }", "title": "" }, { "do...
2ead99adb356ba679a04bd017a6b517e
Tab 3 function. This function sets assocGrappoloOutputFile variable.
[ { "docid": "4cf255f9c07475ab83ff80c66ba45538", "score": "0.5675939", "text": "private void btnChooseAssocGrapFileActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnChooseAssocGrapFileActionPerformed\n //Create a file chooser\n JFileChooser fc = new JFileChooser();\n ...
[ { "docid": "ce6588a8bcb1254db0ecf8baf702be85", "score": "0.64804536", "text": "private void processOnTab3Click()\n {\n if(!\"\".equals(this.prTxtOutputDirForGrappoloFile.getText())){\n this.prTxtOutputDirForFinalFile.setText(this.prTxtOutputDirForGrappoloFile.getText());\n }e...
d8b5444fa6bc768001faa75b35ce1f11
This method was generated by Apache iBATIS ibator. This method sets the value of the database column FB_VIP.MODIFIED_BY
[ { "docid": "4a2b4d8b7b2a7cf8402a45efdfbd5b35", "score": "0.67448103", "text": "public void setModifiedBy(String modifiedBy) {\r\n this.modifiedBy = modifiedBy;\r\n }", "title": "" } ]
[ { "docid": "350352d31fe423efad89cae689d21d49", "score": "0.7362261", "text": "public void setMODIFIED_BY(String MODIFIED_BY) {\r\n this.MODIFIED_BY = MODIFIED_BY == null ? null : MODIFIED_BY.trim();\r\n }", "title": "" }, { "docid": "350352d31fe423efad89cae689d21d49", "score": ...
120bc411dc8c09653c6ddc81ad4814d7
single : will Only emit one item (onNext >>> onSuccess)
[ { "docid": "c6b44c4880161b223cb284c3285d53cc", "score": "0.5649653", "text": "public static void main(String[] args) {\n\n List<String> list = new ArrayList<String>(Arrays.asList(\"intro.A\",\"intro.B\",\"C\"));\n Observable observable = Observable.fromIterable(list);\n observable.f...
[ { "docid": "515d09543ce1373029d26b4fc1eab1e1", "score": "0.61152935", "text": "public void testSubscribeSingle() {\n Single.just(1).subscribe();\n }", "title": "" }, { "docid": "105c3d1b92075367322d009266f8d8b9", "score": "0.60658336", "text": "@Override\n public void onNext(O...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "5bc977b4113d7b8d7776aa8949310125", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof Boleto_1)) {\n return false;\n }\n Boleto_1 other = (Boleto_1) object;\n if ((this.codigoBoleto == null && other....
[ { "docid": "57c157d9d98d88367182b07788ed701c", "score": "0.67040265", "text": "public void setId(int id){ this.id = id; }", "title": "" }, { "docid": "3216d0b17cf12ed61e8011fb92d1d036", "score": "0.66114473", "text": "private void clearId() {\n\n id_ = getDefaultInstance().getId...
442fee0063c851451de5870e44228d2b
Converts this histogram to a standard Protobuf representation.
[ { "docid": "e7419a42fa97bcf07b2955b9ae54a1f5", "score": "0.7354497", "text": "public HistogramBucketInt32[] toProto() {\n return toProto(HistogramBucketInt32.class, (start, end, count) -> {\n HistogramBucketInt32 hb = new HistogramBucketInt32();\n hb.start = start;\n ...
[ { "docid": "014003ebb6f1b83eb2712397a273722c", "score": "0.58082366", "text": "public Histogram() {\n super(\"histogram\", Public.PUBLIC, org.jooq.impl.SQLDataType.INTEGER.getArrayDataType());\n\n setReturnParameter(RETURN_VALUE);\n addInParameter(_1);\n addInParameter(_2);\n...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "fb06b5baf1a86d99e59028f0eb5a3c9b", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n view = inflater.inflate(R.layout.fragment_user_following_info, container, fals...
[ { "docid": "87ee7d9bbebc6eb8c289b6f75f45d328", "score": "0.684632", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_feed, parent, false);\n }", "title": "" }, { "doc...
900681466e5145a6dcca7f88a886380c
This method split this range into sub ranges.
[ { "docid": "5a13ec808cd587cbaf57fa9b561bf155", "score": "0.63940126", "text": "public ArrayList<Range> SplitRangeToRanges2(int NumberOfRanges) {\r\n ArrayList<Range> threadsRanges = new ArrayList<>();\r\n\r\n if (NumberOfRanges == 1){\r\n threadsRanges.add(this);\r\n ...
[ { "docid": "9c6e75c12d35bafb7692fdbc82689439", "score": "0.6109428", "text": "RangeLongBlock[] split(long value)\n {\n RangeLongBlock[] blocks = new RangeLongBlock[2];\n blocks[0] = new RangeLongBlock();\n blocks[0].myMin = myMin;\n blocks[0].myMax = value - 1;\n bl...
b0181c48eb78035046f7c4462925e538
Method that gets the stage of main view.
[ { "docid": "ffdc6f25f276120ae0cf8c80da0457db", "score": "0.765325", "text": "public Stage getMainStage() {\n return mainStage;\n }", "title": "" } ]
[ { "docid": "1d8e4e217b018e9c54ddb06a57db9992", "score": "0.7583895", "text": "public Stage getMainStage() {\n\t\treturn mainStage;\n\t}", "title": "" }, { "docid": "7cc2d5c1ed4de5e49e8155b103fb50f5", "score": "0.7547121", "text": "public static Stage getMainStage() {\n return ...
7ababf1d5838b0abcfd2d253e0316334
/ On Click Handler
[ { "docid": "2eafe931671f141396b60b99c03a89d4", "score": "0.0", "text": "public interface UserReviewOnClickHandler {\n\n void onClick(Review review);\n }", "title": "" } ]
[ { "docid": "093a972136c331ed4b81e0aa5772b42d", "score": "0.8409018", "text": "private void onClick() {\n\n\t\t}", "title": "" }, { "docid": "cf837aa9c2899116458e1c0866aac82b", "score": "0.8329704", "text": "private void handleClick() {\n\t\t\n\t}", "title": "" }, { "docid...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "379eb8571624b9e96395c2103685074f", "score": "0.0", "text": "@Override\n\tpublic List<Map<String, Object>> buildServiceWazeLimitesVelocidad(MapaIncidenciaGenerico param) throws Exception {\n\t\t\n\t\tMapaIncidenciaGenericoCriteria c = new MapaIncidenciaGenericoCriteria();\n\t\tc.createCriteri...
[ { "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...
554adeea3796ad11da1ab5671bee3926
repeated .POGOProtos.Rpc.QuestProto sub_quests = 1;
[ { "docid": "0c4865d7cc8c1a8767ff9108f205f94d", "score": "0.48469028", "text": "public Builder addSubQuests(\n POGOProtos.Rpc.QuestProto.Builder builderForValue) {\n if (subQuestsBuilder_ == null) {\n ensureSubQuestsIsMutable();\n subQuests_.add(builderForValue.build());\n ...
[ { "docid": "31312791bcf8aebd159257ceee8bb7ff", "score": "0.72499454", "text": "@java.lang.Override\n public java.util.List<? extends POGOProtos.Rpc.QuestProtoOrBuilder> \n getSubQuestsOrBuilderList() {\n return subQuests_;\n }", "title": "" }, { "docid": "8899d36fdc8e031e31dd48930d...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6288748947aa18f1b872175d5bef4c64", "score": "0.0", "text": "@Override\r\n public void onLoaderReset(Loader<List<Account>> arg0)\r\n {\n }", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
d9e0b32719b1b019de7ab9114ab238e8
The size of MetadataBlob.
[ { "docid": "66935a21381a6f6cb9601d07d3ad5d17", "score": "0.6709587", "text": "public void setMetadataBlobLength(Long metadataBlobLength) {\n this.metadataBlobLength = metadataBlobLength;\n }", "title": "" } ]
[ { "docid": "54e2edf9f5633855772afac75f31e0f9", "score": "0.83317477", "text": "public Long getMetadataBlobLength() {\n return this.metadataBlobLength;\n }", "title": "" }, { "docid": "da64a0f276204af15b348570d0f35d16", "score": "0.71539557", "text": "public int getSize() {\...
bb30370a46cc8d5cdf6fadeaead20d54
Tests that we create the minimal set of models and that version 7.x is created if creating version 8.x fails (to support upgrades to new major version for applications that are still using features that do not work on version 8.x)
[ { "docid": "7a0b825a418ec91054905c9fbd20c8f0", "score": "0.78277475", "text": "@Test\n public void testCreateLatestMajorOnPreviousMajorIfItFailsOnMajorVersion8() {\n deployWithModelForLatestMajorVersionFailing(8);\n }", "title": "" } ]
[ { "docid": "aafebc90a6eaef159d8d4d061d0c975d", "score": "0.76448894", "text": "@Test\n public void testWantedVersionIsRequiredAlsoWhenThereIsAnOlderMajorThatDoesNotFailModelBuilding() {\n int oldMajor = 7;\n int newMajor = 8;\n Version wantedVersion = new Version(newMajor, 1, 2);...
6f8e987c4a07f8aed999326c9c7ca128
optional float cubic_bezier_0 = 3;
[ { "docid": "a0315de96e608b7d920159a5d82dfb9a", "score": "0.63409597", "text": "@java.lang.Override\n public boolean hasCubicBezier0() {\n return ((bitField0_ & 0x00000004) != 0);\n }", "title": "" } ]
[ { "docid": "fe428eeaf562fd5e231167c8cf869708", "score": "0.8325949", "text": "float getCubicBezier0();", "title": "" }, { "docid": "fe428eeaf562fd5e231167c8cf869708", "score": "0.8325949", "text": "float getCubicBezier0();", "title": "" }, { "docid": "fe428eeaf562fd5e2311...
26fc9371e90961c46947966b15bf6f04
Set up mock object behaviour
[ { "docid": "1771332c4f67ddac285650670bc155c8", "score": "0.0", "text": "@Test\n\tpublic void startNoRollingConcurrentUpgradesNull() {\n\t\tLong concurrentUpgradesNoRolling = null;\n\t\t\n\t\t// Execute the action\n\t\tservice.startExperiment(ASG_NAME, ELB_NAME, TOTAL_INSTANCES, concurrentUpgradesNoRolli...
[ { "docid": "f489b0c45de9554067bc55d37362b8f8", "score": "0.76459557", "text": "public M setUpSingleMockObj();", "title": "" }, { "docid": "be772e52b85d29048e121e7592266193", "score": "0.6722445", "text": "private void setMockLocation()\n {\n }", "title": "" }, { "do...
eaed630f472b47d4e9d384761d566626
get the energy of the system if we move the given control point to this new position
[ { "docid": "cd2a0fb8efb177478f08d651fbe7d8be", "score": "0.0", "text": "public float getScalarEnergyIf(int replace, Vector pos) {\n replace = getSafeIndex(replace);\n Vector position = new Vector(pos);\n Vector sum = new Vector();\n for( int ind = 0; ind < size; ++ind )\n ...
[ { "docid": "f774052cac854d928635990123313515", "score": "0.6731586", "text": "public float getEnergy() {\n return (velocity.x + velocity.y) * mass;\n }", "title": "" }, { "docid": "88c70c16ca0f98bba0af7278306d4dd8", "score": "0.6482874", "text": "private void calculateEnerg...
3fc8c9807d28b7c40445980d266aa7ba
Use Fixed64s.newBuilder() to construct.
[ { "docid": "67230b3d9daf48a2bb14f61b67fd53b0", "score": "0.7673416", "text": "private Fixed64s(Builder builder) {\n super(builder);\n }", "title": "" } ]
[ { "docid": "60028f16840959778d24d3c6c3afec7a", "score": "0.6671393", "text": "public Builder addAllRepeatedFixed64(\n java.lang.Iterable<? extends java.lang.Long> values) {\n ensureRepeatedFixed64IsMutable();\n com.google.protobuf.AbstractMessageLite.Builder.addAll(\n v...
159d0f8292385d2d7f7365b8741374b0
/ First, create a new instance of the agent model
[ { "docid": "e3fa4ca6f0ff8fb5bdc57bd1f266d4d4", "score": "0.77018905", "text": "@Override\npublic AgentModel createAgentModel() {\n AgentModel model;\n try {\n model = agentModelClass.newInstance();\n } catch (InstantiationException | IllegalAccessException e) {\n throw new RuntimeException(\n ...
[ { "docid": "80b079f841bd91b94f1811c7131f42b4", "score": "0.741967", "text": "public void createAgent() {\n\t\t\n\t}", "title": "" }, { "docid": "a832daf6b849b101466c4c71c8a7c917", "score": "0.7289767", "text": "Agent createAgent();", "title": "" }, { "docid": "a832daf6b84...
9b580db26577b1b7321990cada881169
Determines Data Transfer Objects behaviour T : API type U : Model type
[ { "docid": "358d22e37c8b222ec68d3db8abfa0131", "score": "0.5624675", "text": "public interface DTO<T, U> {\r\n\t\r\n\t\r\n\tpublic T toBusinessObject(U cplObj);\r\n\tpublic Collection<T> toBusinessObjectList(List<U> cplLst);\r\n\tpublic U toFrontObject(T cplObj);\r\n\tpublic Collection<U> toFrontObjectL...
[ { "docid": "ec81053dc5078a5e6f2e3f6cac376d29", "score": "0.6081284", "text": "DataType getTargetDataType();", "title": "" }, { "docid": "4c8a4dec756fa23921de108e5c1b9be8", "score": "0.573302", "text": "@JsonIgnore\r\n\tpublic abstract DataType getType();", "title": "" }, { ...
bbd35e7cdf95ed89c3115e3d65c95c97
Creates a new instance of WebserviceResource
[ { "docid": "d2ac0020478579b2b0b56818da261cce", "score": "0.80353916", "text": "public WebserviceResource() {\r\n }", "title": "" } ]
[ { "docid": "ae748128b6bb5ead97608b66403266e2", "score": "0.7444369", "text": "WebPubSubResource create();", "title": "" }, { "docid": "16866f4c355e1384be661bef177261d7", "score": "0.7217407", "text": "Resource createResource();", "title": "" }, { "docid": "16866f4c355e138...
224c3d28ab3d9700644dfa9cae30e7b6
This implementation substitutes the factory itself as the key for the adapter.
[ { "docid": "eace6c182b5ba1ac047b55199741431a", "score": "0.0", "text": "@Override\n\tpublic Adapter adapt(Notifier notifier, Object type) {\n\t\treturn super.adapt(notifier, this);\n\t}", "title": "" } ]
[ { "docid": "c3ffe237b8b952b7e648d5fc8a5dc6ad", "score": "0.64461625", "text": "@Override\n default FactoryPrx ice_adapterId(String newAdapterId)\n {\n return (FactoryPrx)_ice_adapterId(newAdapterId);\n }", "title": "" }, { "docid": "9452912e53187d96884f3d381723dc82", "sco...
a2e2436571955289b3caa964232cfc19
Implement this method and use the helper to adapt the view to the given item.
[ { "docid": "90115a03c71bbadb8695c3a44fa8ecd6", "score": "0.56984353", "text": "@Override\n protected void convert(BaseViewHolder helper, NeiHanContentBean.DataBean item) {\n\n /*返回数据类型为图片 gif 时需要显示的控件 Media_type == ?*/\n ImageView mContentImage = (ImageView) helper.getView(R.id.iv_conte...
[ { "docid": "d154091d30df592ad29edf41ce1fbfe2", "score": "0.71131754", "text": "protected abstract void convert(ViewHelper helper, E item, int position);", "title": "" }, { "docid": "390d0d6bcaab37ea3cb71bf2fcb91243", "score": "0.6881739", "text": "protected abstract LinearLayout getI...
8e42cdbad3821aaa5ba0531a1e2ba2cf
Sql statements are executed
[ { "docid": "ed4ebd7024b8b7d7ab7847b67a0ce88b", "score": "0.0", "text": "@Bean\n\tpublic CommandLineRunner init(DataSource ds) {\n\t\treturn args -> {\n\t\t\tScriptUtils.executeSqlScript(ds.getConnection(), initSqlScript);\n\t\t};\n\t}", "title": "" } ]
[ { "docid": "3162865c3e376430ff2fdde9b562ce03", "score": "0.73069066", "text": "public void executeStatements(String sql){\n try{\n Statement statement = this.connection.createStatement();\n System.out.println(sql);\n statement.executeUpdate(sql);\n }\n ...
5394c8426aee5f792c3b66f20c39d702
Checks whether the 'PLATFORM' field has been set
[ { "docid": "64e20d8314e71a9cda9f0dc6a8f5c3d0", "score": "0.8069325", "text": "public boolean hasPLATFORM() {\n return fieldSetFlags()[5];\n }", "title": "" } ]
[ { "docid": "e1247ba55c3e02720885498ecc8d0748", "score": "0.77927834", "text": "boolean isSetPlatform();", "title": "" }, { "docid": "4a3b0eaab25817e94504b8b2db319122", "score": "0.7567794", "text": "public boolean isSetAgentPlatform()\r\n {\r\n synch...
74a00c0be46d03ecedf5110a41cec754
Unity call back when page changed.
[ { "docid": "52258df96fe670edb85395c128b2a532", "score": "0.0", "text": "public void ISARThemeUpdatePageTo(final int pageIndex) {\n onIdealARShowPageIndex(pageIndex);\n }", "title": "" } ]
[ { "docid": "c62b1d308e14adf04a1739e2ed2cba20", "score": "0.6696655", "text": "public void onEffectPageChangePage(View view, int currentPage);", "title": "" }, { "docid": "78ed5724e56b69f9db1d1b794c5fc04f", "score": "0.637925", "text": "@Override\r\n\tpublic void onPageSelected() {\n\...
48caa90a09452973a0133a15b542582c
Encrypts a message, ignores all characters except upper case letters
[ { "docid": "31d48cf37f0958f9147c80799c09a20c", "score": "0.6808226", "text": "public String encrypt(String message) {\t\n\n\t\tchar [] letters = new char [message.length()];\n\t\tString newMessage = \"\";\n\n\t\t//create an array of characters from message\n\t\tfor(int i=0; i< message.length(); i++){\n\...
[ { "docid": "6c56a74c44110315ddaf03babe23b53b", "score": "0.73002905", "text": "@Override\n public String encryptMsg(String msg) {\n if (msg.length() == 0) {\n return msg;\n } else {\n char[] encMsg = new char[msg.length()];\n for (int ind = 0; ind < msg....
9ac0ba9ce30b982ca8ac59fe2ccbfdff
set the tax id.
[ { "docid": "ca5a3292ace47e77356469887eb5eb29", "score": "0.725292", "text": "public void setTaxId(String taxId)\n\t{\n\t\tthis.taxId = taxId;\n\t}", "title": "" } ]
[ { "docid": "dd7a5f78e7ebe4d61250d9af5a8a8ab1", "score": "0.779842", "text": "public void setTaxID(java.lang.String value) {\n __getInternalInterface().setFieldValueForCodegen(TAXID_PROP.get(), value);\n }", "title": "" }, { "docid": "e741df9a43fdf336c215689c0669d568", "score": "0.708...
a194f2a6f19c366e7b0cb5a55eab87a0
optional uint64 exchange = 3; optional uint64 exchange = 3;
[ { "docid": "0e4ab9d87d7c2bf34c18e2270fd2e582", "score": "0.0", "text": "boolean hasExchange();", "title": "" } ]
[ { "docid": "5cabe682a4fa7ec277ce316d585a5174", "score": "0.6473917", "text": "long getExchange();", "title": "" }, { "docid": "6982464b07c140c98b9610868ce72de6", "score": "0.5222809", "text": "Exchange(int number){\n id = number;\n }", "title": "" }, { "docid": ...
16368e99baf00ef66db8cd9d3ee89dd0
Creates a "Refresh" button in the given Composite with a "GridData" LayoutData
[ { "docid": "a51e56f8305b07c211b5dde8ebe3f641", "score": "0.6944184", "text": "public RefreshButton(Composite parent, RepositoryEditor editor) {\r\n\t\tsuper();\r\n\t\t_editor = editor ; // v 2.0.7\r\n\t\t_button = new Button(parent, SWT.NONE);\r\n\t\t\r\n\t\tGridData gridData = new GridData (BUTTON_WIDT...
[ { "docid": "cf9f8e318ae62af98ddfe2178e807f16", "score": "0.7001125", "text": "public RefreshButton(Composite parent, Object layoutData, RepositoryEditor editor) {\r\n\t\tsuper();\r\n\r\n\t\t_editor = editor ; // v 2.0.7\r\n\t\t\r\n\t\t_button = new Button(parent, SWT.NONE);\r\n\t\t\r\n\t\tinit(layoutDat...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "c08f86ca49ec9aa4f9e3c530b55fc710", "score": "0.0", "text": "public final void mo28718a(zzd zzd) {\n this.f25354a.mo28718a(zzd);\n }", "title": "" } ]
[ { "docid": "6e7d19f90dff629712933844b194e213", "score": "0.62741643", "text": "interface xb {\n /* renamed from: a */\n void mo3338a(String str);\n}", "title": "" }, { "docid": "dfc8884398507d7a30967d7ad7e44432", "score": "0.62433356", "text": "interface C11843b {\n /* r...
b9e60b31d11015c522cda589211b4f0c
Notnull value; ensure this value is available before it is saved to the database.
[ { "docid": "b257a707e5579561a767bcf697fd0884", "score": "0.0", "text": "public void setBing_date(String bing_date) {\n this.bing_date = bing_date;\n }", "title": "" } ]
[ { "docid": "b18c1ef3a7f5451a9bfe9322bbe00749", "score": "0.6673123", "text": "@Override\n\tpublic Object getEditableValue()\n\t{\n\t\treturn null;\n\t}", "title": "" }, { "docid": "64fcfce8f8794fd63dd21e9f8d176f96", "score": "0.6607627", "text": "@Override\n\tpublic Object getEditabl...
d920c7242d619fb16026c8919416468b
waiting for properties stored procedure change to test this
[ { "docid": "37091643adcf268b3dea32fb2aa0a522", "score": "0.0", "text": "@Test\n public void testUpdateMapset() throws Exception {\n\n DtoRequestMapset dtoRequestMapset = new DtoRequestMapset();\n\n //get terms for mapset properties:\n DtoRequestNameIdList dtoRequestNameIdList = n...
[ { "docid": "1c3789d86e9161a6170d98146347dfb0", "score": "0.63074833", "text": "@Test\n public void updateCmsOpsProcedureStateTest() throws Exception {\n CmsOpsProcedure proc = opsMapper.getCmsOpsProcedure(procedureId);\n Assert.assertEquals(proc.getProcedureState(), OpsProcedureState.a...
9fe396dcee28b5d606957274b497de4e
Method for setting event listeners
[ { "docid": "daf828c0484deb6fdba40c595cd16592", "score": "0.0", "text": "public void setEventListeners() {\n layoutBack = (LinearLayout) findViewById(R.id.layoutBack);\n layoutBack.setOnTouchListener(new View.OnTouchListener() {\n ImageView imageViewBack = (ImageView) layoutBack....
[ { "docid": "fd5181fd09be5c852a9e54f3103f5261", "score": "0.77332646", "text": "protected void setListeners() {}", "title": "" }, { "docid": "c0992b4dfbaec259f9ebd40d520fa477", "score": "0.7729339", "text": "private void setListener() {\n\n\t}", "title": "" }, { "docid": "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4ac2343562564426503c1e15e70aebfe", "score": "0.0", "text": "@Override\n\tpublic void onClick(View v) {\n\t\tif (v.getId() == R.id.btn_setdetail) {\n\t\t\tIntent intent = new Intent(MydetialActivity.this,\n\t\t\t\t\tUpdateDetailActivity.class);\n\t\t\tintent.putExtra(\"nick\", nick.getText())...
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
05966f697db6cd47b455601252560ff0
Social Security Number v2 Matches: 078051120 | 078 05 1120 | 078051120
[ { "docid": "bde96df12569b8b7baf4c9d51645c881", "score": "0.4705799", "text": "public void testPattern20() throws EXIException {\n\t\tString regex = \"[0-9]{3}(-| )?[0-9]{2}(-| )?[0-9]{4}\";\r\n\t\tEXIRegularExpression re = new EXIRegularExpression(regex);\r\n\r\n\t\tRestrictedCharacterSet rcs = new Code...
[ { "docid": "4f1e24b07a9082759059d85b7255dfd7", "score": "0.59717655", "text": "public void testMatches_NumberBasic() {\n checkMatchesNumber(\"5103337596\", \"510\", true, 0, 3);\n checkMatchesNumber(\"5103337596\", \"511\", false, 0, 0);\n checkMatchesNumber(\"5103337596\", \"510333...
0694f9a24a21b8edb6500ca1704e4dd4
Mouse Listener Invoked when the mouse button has been clicked (pressed and released) on a component.
[ { "docid": "871c7db2b0130d3fcc63949cf7ed1a69", "score": "0.0", "text": "public void mouseClicked(MouseEvent e)\n {\n if( e.getClickCount() == 2 )\n {\n int row = this.table.rowAtPoint( e.getPoint() );\n if( row != -1 ) {\n\t\t doubleClicked(row);\n }\n }\n }", "title": "" ...
[ { "docid": "faf2e4c07cfc6eabf3e8d098428e1999", "score": "0.7353692", "text": "@Override\r\n\tpublic void mouseReleased(int button, int x, int y) {\n\t}", "title": "" }, { "docid": "1886ae4ea0599230271b0cdb1f62f0f8", "score": "0.7309309", "text": "public void mousePressed(MouseEvent e...
ea6622014d1bf65c633bff998bd27cfd
Increment the phase number to the next one.
[ { "docid": "11c399017dde43ced84daa1a03be3d41", "score": "0.8491877", "text": "public void nextPhase() {\n this.phaseNr++;\n }", "title": "" } ]
[ { "docid": "693db4b5882d614f5f488798e0635a41", "score": "0.6785779", "text": "void nextPhase();", "title": "" }, { "docid": "5ccc389b0e6a00df2e4cddac6b1db14f", "score": "0.66966987", "text": "public int increment(int step);", "title": "" }, { "docid": "cfd46508b146aa8e578...
cfcfd57d222a81de64f64a1f5569354b
Adds column to display if specimen has photo(s).
[ { "docid": "64866e926fc7d367996df624f42f9a2a", "score": "0.78323734", "text": "void addPhotoColumn(Predicate<SpecimenWrapper> hasPhoto)\r\n\t{\r\n\t\tTableColumn<SpecimenWrapper, Boolean> column = new TableColumn<>(\"\");\r\n\t\tcolumn.setEditable(false);\r\n\t\tcolumn.setCellValueFactory(cdf -> new Sim...
[ { "docid": "0fd77d5fd90bd33d9995d275848154d5", "score": "0.52442163", "text": "public boolean hasImage() { return hasImage; }", "title": "" }, { "docid": "ea3c93fe1900c693c59696036806e85e", "score": "0.5160616", "text": "private void showPhotoInfo(MouseEvent mouseEvent) {\n if...
992c2166a7f2312015767fc66b4d0f85
setter for armies in source country
[ { "docid": "ff047610e4a05b9e73cf20bb3cfe27a1", "score": "0.0", "text": "public void setArmiesInSource(JLabel armiesInSource) {\n\t\tthis.armiesInSource = armiesInSource;\n\t}", "title": "" } ]
[ { "docid": "2bdb8953da3b6bb1c0dddd76e10f07ed", "score": "0.61001766", "text": "public void setCountry(final String country);", "title": "" }, { "docid": "e85ba9ac80368985edb4c43dfdf425dc", "score": "0.5925758", "text": "public void setCountry(String country) {\n \tthis.country = c...
8242c84b3de92494dce92674ba6b9228
Method called when all checks in the checklist are true.
[ { "docid": "c661bb2fd4861aecab48283f9f55a459", "score": "0.0", "text": "protected abstract void onReady();", "title": "" } ]
[ { "docid": "33ecb5b76fb00cb7ad0e3e4b98dbaf9e", "score": "0.7327119", "text": "public void markAllChecks() {\n for ( int i=0; i < days.size(); i++ ) {\n checks.get(i).setSelected(true);\n }\n }", "title": "" }, { "docid": "02ad49886c34d5abdc7ea27421123915", "sc...
d2a53c5996eec6278150289922bf6edf
Creates a new instance of ZSelectNodes
[ { "docid": "476450d382f751cdaf3930d9279a9243", "score": "0.46190307", "text": "public ZSelectNodes(ResultAndStartPanel result, final CySwingAppAdapter adapter) {\r\n\t\tthis.result = result;\r\n\t\tthis.adapter = adapter;\r\n\t}", "title": "" } ]
[ { "docid": "aee1fd2a9f9f384d72de9f13c87e0e69", "score": "0.63299984", "text": "protected ZK zk(String selector) {\n\t\treturn new ZK(selector);\n\t}", "title": "" }, { "docid": "609b12de861fcea7f46411b276da3672", "score": "0.6120274", "text": "public ZQuery() {}", "title": "" }...
baae800d7188b9f79916abe2339e7eff
required .error_code_e error_code = 1;
[ { "docid": "7df9dd8f2de5a27f2fda3c42532af2d0", "score": "0.0", "text": "public MsgDefine.error_code_e getErrorCode() {\n MsgDefine.error_code_e result = MsgDefine.error_code_e.valueOf(errorCode_);\n return result == null ? MsgDefine.error_code_e.RC_OK : result;\n }", "title": "" ...
[ { "docid": "f910b38a7cbc47dd7c82573f0a2aad4b", "score": "0.71999604", "text": "MsgDefine.error_code_e getErrorCode();", "title": "" }, { "docid": "f910b38a7cbc47dd7c82573f0a2aad4b", "score": "0.71999604", "text": "MsgDefine.error_code_e getErrorCode();", "title": "" }, { ...
b153ad9d1f98836d91e0bd1816aa5d81
$ANTLR end "rule__JvmWildcardTypeReference__Group__0" $ANTLR start "rule__JvmWildcardTypeReference__Group__0__Impl" ../org.xtext.tortoiseshell.ui/srcgen/org/xtext/tortoiseshell/ui/contentassist/antlr/internal/InternalTortoiseShell.g:16642:1: rule__JvmWildcardTypeReference__Group__0__Impl : ( () ) ;
[ { "docid": "4d787ea244f5c2a577914daa760a8bcb", "score": "0.83099145", "text": "public final void rule__JvmWildcardTypeReference__Group__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.tortoiseshell.ui/src-g...
[ { "docid": "25187591c19393e5a163d8081904bb19", "score": "0.82684606", "text": "public final void rule__JvmWildcardTypeReference__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.tortoiseshell.ui/src-gen/org...
4bf64d6f8c45a33edc93870b453ce5f9
Delete the "id" curriculumTag.
[ { "docid": "8fe046818857c6fdee7b9d203ef4ab19", "score": "0.0", "text": "void delete(Long id);", "title": "" } ]
[ { "docid": "aece2a6747f7035760447b36959f6626", "score": "0.7595271", "text": "public iTag delete(String id);", "title": "" }, { "docid": "f0bec581b31f8c6dcae74dfd91a688e3", "score": "0.70491534", "text": "Tag deleteTag(TagKey tagKey);", "title": "" }, { "docid": "36019304...
41df0590f2d82230bd8b2bf528ea2286
Tests the read() method combined with the executeProcessors() method.
[ { "docid": "ac1f79767bce6c61aac0633c9b05df2e", "score": "0.70279264", "text": "@Test\n\tpublic void testReadCombinedWithExecuteProcessors() throws IOException {\n\t\t\n\t\tfinal String[] header = listReader.getHeader(true);\n\t\tassertArrayEquals(HEADER, header);\n\t\t\n\t\t// read all of the customers ...
[ { "docid": "5ad0bb023eb1ce9a7986d83b62cb5467", "score": "0.66208", "text": "@Test\n\tpublic void testReadWithProcessors() throws IOException {\n\t\t\n\t\tfinal String[] header = listReader.getHeader(true);\n\t\tassertArrayEquals(HEADER, header);\n\t\t\n\t\t// read all of the customers in\n\t\tfinal List...
be074bec820c1455f80b4d94f484a682
Returns the number of vertices (nodes) in the graph. Note: this method should run in O(1) time.
[ { "docid": "c94141983595265f2667396ab344c1b8", "score": "0.0", "text": "@Override\n public int nodeSize() {\n return nodes.size();\n }", "title": "" } ]
[ { "docid": "b7924a8731af69fdfe88e94ca40cb88e", "score": "0.8196723", "text": "public int countVertex() {\n\t\treturn this.graph.size();\n\t}", "title": "" }, { "docid": "0763261d8300dbe7b8dc7e4c9a5bc1f6", "score": "0.794282", "text": "public int numVertices() {\n return graphS...
8e521f25d9012baa9fc7fb6de2f3a480
Returns array of components that are linked to the cursor. These components are disabled while the cursor is in the wait mode. When the cursor turns back to normal, these components are reenabled.
[ { "docid": "b52890b9502251f524266b01e52abfc7", "score": "0.80029666", "text": "public Component[] getCursorLinkedComponents() {\n\t\treturn components;\n\t}", "title": "" } ]
[ { "docid": "a95fbb10e0bff592bf29524ad60738f1", "score": "0.632817", "text": "@NotNull\n abstract public List<NlComponent> getSelectableComponents();", "title": "" }, { "docid": "e1569b7f91882743b7ec1d7f5909d510", "score": "0.6249985", "text": "List<Component> getComponents();", ...
6ae7cd970196ad67ea0204624203cb05
This function is run when the robot is first started up and should be used for any initialization code.
[ { "docid": "9f4c16b0fff4145f26b0ae168361b4d9", "score": "0.74274766", "text": "@Override\n public void robotInit() {\n startTimeNS = System.nanoTime();\n\n log = BadLog.init(\"/home/lvuser/\" + getCurrentTimeUsingDate() + \".bag\");\n\n BadLog.createValue(\"Lucky_Number\",\"7\");\n\n BadLog...
[ { "docid": "8efbe13ae338e00a542b2216d7b0ef24", "score": "0.84305984", "text": "public void robotInit() {\n /* Write your code here! */\n }", "title": "" }, { "docid": "f0cc6eec56fe043fad94b2b5fd70be8e", "score": "0.8391855", "text": "@Override\n public void robotInit() {\n...
d363ec9fde76336dcf1a79da781f493b
/ Property Gets all property values for the ID property.
[ { "docid": "ee5a6f0efdbc3edddce47930cb8f0bee", "score": "0.0", "text": "Collection<? extends String> getID();", "title": "" } ]
[ { "docid": "e0aecad02af2f1c28f9efbbaf8442c6c", "score": "0.745275", "text": "public java.util.List<java.lang.Integer>\n getPropertyIdsList() {\n return propertyIds_;\n }", "title": "" }, { "docid": "a643d06f859100683f36108f0dde4cb1", "score": "0.74494225", "text": "public ja...
6b9ed924db7abc5140075a084fb3d0b3
Determine if the type is wellformed.
[ { "docid": "170a476bff5085d0bbd9ad78ac10c8df", "score": "0.6739196", "text": "public boolean isWellFormed(Type t) { return WELL_FORMED.contains(t); }", "title": "" } ]
[ { "docid": "b2c706fa569718e4e82249b855533f73", "score": "0.680594", "text": "public boolean isForWolf()\n {\n return (_type2 == TYPE2_PET_WOLF);\n }", "title": "" }, { "docid": "0625fe22e1be9f1327d74b3e4f39e0b7", "score": "0.63547236", "text": "public boolean isWand() {\...
43a949405e9af14a565d200763f01323
public ApplicationContext dataFile = null;
[ { "docid": "f452ad234fb6c4a5d16a56039cfd13cd", "score": "0.0", "text": "public void inicializaEntorno() throws InterruptedException, AWTException{\r\n\r\n\t\tSystem.out.println(\"Inicializando Entorno....\\n\");\r\n\t\t\r\n\t\tApplicationContext contextEnv = new ClassPathXmlApplicationContext(\r\n\t\t\t...
[ { "docid": "44c8742e3f5d24eeb800c4861e924670", "score": "0.63697845", "text": "DefaultYdtAppContext(T data) {\n appData = data;\n }", "title": "" }, { "docid": "a3101c0ecdc6071ef6867ab2640f2509", "score": "0.62135065", "text": "public T getDataContext() {\n return da...
e537f7b8e29098a5689b6b10ab8fff88
creation of the connect thread
[ { "docid": "2273328bf34b08fd35fe8a815a4fc1f9", "score": "0.59714276", "text": "public ConnectedThread(BluetoothSocket socket) {\n InputStream tmpIn = null;\n OutputStream tmpOut = null;\n\n try {\n //Create I/O streams for connection\n tmpIn...
[ { "docid": "be3db81dbabbe60b426e1cbd446f5878", "score": "0.77105695", "text": "@Override\n public void run() {\n connectHandler.post(connectThread = new ConnectThread());\n }", "title": "" }, { "docid": "58f8c83e081867e9f1a87d8e6564f390", "score": "0....
4541423df339fb23a5828bb3c54f3ce5
/ renamed from: m
[ { "docid": "507cd8d47d60e6df2d6a4bea1dfa4002", "score": "0.0", "text": "public final boolean m2278m() {\n return this.f2952a == ValueType.doubleValue || this.f2952a == ValueType.longValue;\n }", "title": "" } ]
[ { "docid": "392e48f692d4f2fa366dffd2e92bceab", "score": "0.641838", "text": "public void m2() {\n\n\t}", "title": "" }, { "docid": "28931c7922db94ccc3fbb8ca1ec09c2c", "score": "0.63440764", "text": "void mo1506m();", "title": "" }, { "docid": "2b9ab4eab29b952d3dc0ac69a705...
661453fb05c5d486ab5ae4d0a16d0487
Description: updates the like count to new total
[ { "docid": "55708e33b91a8e1a76ccb88e9628d1f4", "score": "0.68310463", "text": "private void updateLikeCount(PostCommentContract.View.ViewHolder viewHolderInterface, int i, String likeCount) {\n if (getItemByIndex(i) != null) {\n getItemByIndex(i).setLikeCount(likeCount);\n v...
[ { "docid": "4e0191e878b52e384bfb6dff1354c919", "score": "0.72884566", "text": "private void setLikeCount(long value) {\n \n likeCount_ = value;\n }", "title": "" }, { "docid": "4e0191e878b52e384bfb6dff1354c919", "score": "0.7286021", "text": "private void setLikeCount(lo...
ee4deabdd7bf0caac5852715fadf2728
Created by Bogdan on 7/30/2015.
[ { "docid": "4ccb90b9adad5945cc45b240b3a837b8", "score": "0.0", "text": "public interface IAccelerometerListener {\r\n\r\n\tpublic void notify(Point p);\r\n}", "title": "" } ]
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.61482877", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "35e5940d13f06d1f0d6a21cf2739c70a", "score": "0.60681343", "text": "public function() {}", "title": "" }, { "docid": "5d259e9a9e...
722af4a33fad0ad22eda8bd5cea23a19
Created by toto9114 on 20161011.
[ { "docid": "fd7d2945f875015b8a1224af6b0d6c39", "score": "0.0", "text": "public interface OnCloseClickListener {\n public void onCloseClick(String imageUri);\n}", "title": "" } ]
[ { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.6316113", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n\t}", "title": "" }, { "docid": "7ba2946d983bb1e7f8bf10a547e6dc3f", "score": "0.618761", "text": "public void mo14489d() {\n }", "title": "" }, ...
1c4cd25083d4bf4f666698803d0eef76
Obtenemos una Session Factory
[ { "docid": "70c217b8da21485c8b6c4e2976ca474f", "score": "0.0", "text": "public static void main(String[] args) {\n SessionFactory sessionFactory = HibernateUtil.getSessionFactory();\n\n // Cuando queremos interactuar con la DB debemos obtener una Session\n Session session = sessionF...
[ { "docid": "55a5cd60ae8a7e0f0659c3eefa4d94cc", "score": "0.7952032", "text": "public interface SessionFactory {\n\n /**\n * Begins a session. If requiresNew is false it could retrieve an already\n * existing session if one is available. If requiresNew is true it will return\n * a nested session i...
d32260170cd3167d27eb7b2aacb84103
$ANTLR end "T__65" $ANTLR start "T__66"
[ { "docid": "253884d3e1f854236012840d24d6d979", "score": "0.47132364", "text": "public final void mT__66() throws RecognitionException {\n try {\n int _type = T__66;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // InternalDSL.g:49:7: ( ')' )\n // InternalDS...
[ { "docid": "ae31b3b67f9647e146bf24b7cdd24f5e", "score": "0.5804198", "text": "public interface JavaGrammarConstants {\n\n /** End of File. */\n int EOF = 0;\n /** RegularExpression Id. */\n int PLUS = 5;\n /** RegularExpression Id. */\n int MINUS = 6;\n /** RegularExpression Id. */\n int MULTIPL...
95f88d7bc2da6919c2a85b9e618eacc2
Saves the given run in the database and returns the database id for the run. Any enzyme information is saved. The location of the run is saved as well.
[ { "docid": "dd9dd95226b6031e7213b0d11b11c1e1", "score": "0.6618833", "text": "public abstract int saveRun(I run, String serverDirectory);", "title": "" } ]
[ { "docid": "70c11b8eafa5aa458a16947cb7e4a061", "score": "0.66188306", "text": "public abstract void saveRunLocation(String serverDirectory, int runId);", "title": "" }, { "docid": "e428b75093df07fecdfa69d0b48bd07c", "score": "0.55661374", "text": "public void save(QuizAttemptTracking...
d998b9b351ba798118eddf174c23fff3
A currency code in ISO4217 format, such as "AED", "USD", "JPY". If the field is empty, the report uses the property's default currency. string currency_code = 8;
[ { "docid": "20018692e309f3ffad971893b6903641", "score": "0.6932844", "text": "public com.google.protobuf.ByteString getCurrencyCodeBytes() {\n java.lang.Object ref = currencyCode_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b =\n com.google.protobuf.ByteS...
[ { "docid": "bbd5ecf177826b7e787fb54ab6e2f4df", "score": "0.75407755", "text": "@java.lang.Override\n public java.lang.String getCurrencyCode() {\n java.lang.Object ref = currencyCode_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.p...
e5f044e3d264cac17d6387c6895da82c
string cluster = 1;
[ { "docid": "ad686874407da456df9d312f352899b0", "score": "0.69218606", "text": "java.lang.String getCluster();", "title": "" } ]
[ { "docid": "b50b2a09060b7e889a18517fb8e64580", "score": "0.6705591", "text": "String getClusterID();", "title": "" }, { "docid": "07a8216ccd0449cc52009d2463a0dfad", "score": "0.6558365", "text": "void setCluster(java.lang.String cluster);", "title": "" }, { "docid": "60a8...
4c9584e3929d0b6bf1ffdee5d69cc110
Returns the value of the axis, between 1 and 1. Will adjust for any curves and deadzones set
[ { "docid": "e5c508a1491a011ca5254d4d4193b225", "score": "0.5537012", "text": "@Override\n\tpublic double getRawAxis(int axis) {\n\t\treturn wrap.getRawAxis(axis);\n\t}", "title": "" } ]
[ { "docid": "92e8a6457ba2684365dc0cb7ac6d10b4", "score": "0.70286226", "text": "@Override\n public double getRawAxis(int axis)\n {\n double value = super.getRawAxis(axis);\n\n if(axisIsFlipped[axis])\n {\n value *= -1;\n }\n if(Math.abs(value) <= axisDe...
2b3ef05bba16bb33ca956cabe843a600
Removes all available elements from this queue and adds them to the given collection. This operation may be more efficient than repeatedly polling this queue. A failure encountered while attempting to add elements to collection c may result in elements being in neither, either or both collections when the associated ex...
[ { "docid": "720ad03fd3466b94ca354febae640bbd", "score": "0.66160804", "text": "public int drainTo(Collection<? super E> c) {\n if (c == null)\n throw new NullPointerException();\n if (c == this)\n throw new IllegalArgumentException();\n return drainTo(c, c.size...
[ { "docid": "7e4ef2265b3099b85ff37318be527b58", "score": "0.7108961", "text": "void drainTo(Collection<? super E> coll);", "title": "" }, { "docid": "5673b37111c7beac72229198f484fbb2", "score": "0.6877282", "text": "public int drainTo(MCollection<? super E> c);", "title": "" }, ...
ed531871f80ab428c85a6e002d72acf6
Sets the value of the PrimaryPhone field.
[ { "docid": "4803ba797ada9972134572a68a35c440", "score": "0.8569099", "text": "public void setPrimaryPhone(typekey.PrimaryPhoneType value) {\n __getInternalInterface().setFieldValue(PRIMARYPHONE_PROP.get(), value);\n }", "title": "" } ]
[ { "docid": "943b08a6787aea16e945d93eee629548", "score": "0.7086042", "text": "public void setPhone(String aPhone) {\n phone = aPhone;\n }", "title": "" }, { "docid": "2cdb83dccbd7a80fb91b0d565dbf74c2", "score": "0.6956429", "text": "public void setPhone(String p) {\r\n\t\tt...
a60ffa28d46c8bf242ae0f4e19b27261
Returns the supported media type.
[ { "docid": "e2089dab4dc288765212b266130d4cf1", "score": "0.0", "text": "@Override\n protected final Representation head(final Variant variant) {\n final Representation repr = super.head();\n repr.setMediaType(MediaType.TEXT_XML);\n return repr;\n }", "title": "" } ]
[ { "docid": "1e96c3749872467ff6d29f08a34fb7a9", "score": "0.8042116", "text": "@Override\n public String getSupportedMediaType() {\n return mediaType;\n }", "title": "" }, { "docid": "4f511652890e8383623473ae31b00701", "score": "0.7963723", "text": "@Override\n\tpublic Li...
6f60a0119928a45346997ec6e8b33e74
$ANTLR end "rule__YAnnotTechnicalDesign__Group__6__Impl" $ANTLR start "rule__YAnnotTechnicalDesign__Group_3__0" InternalModel.g:3295:1: rule__YAnnotTechnicalDesign__Group_3__0 : rule__YAnnotTechnicalDesign__Group_3__0__Impl rule__YAnnotTechnicalDesign__Group_3__1 ;
[ { "docid": "21364b6d88816c2d247e4f0099eb64a4", "score": "0.7591252", "text": "public final void rule__YAnnotTechnicalDesign__Group_3__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalModel.g:3299:1: ( rule__YAnnotTechnic...
[ { "docid": "88ec460aa6020c02d4d81e3844105c41", "score": "0.7902575", "text": "public final void rule__YAnnotTechnicalDesign__Group_3_1__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalModel.g:3418:1: ( ( ( rule__Y...
fb0afe36292ff0fcdf874e16d121c172
End of variables declaration//GENEND:variables
[ { "docid": "561308357c5a604f5389b174dd248dd6", "score": "0.0", "text": "private void cargarForm() {\n System.out.println(\"ordenes enviadas: \"+controller.getSeleccionado().getOrdenList().size());\n this.txtNombre.setText(controller.getSeleccionado().getNombres());\n this.txtApellid...
[ { "docid": "453637afdcc490de35afa10f347a4092", "score": "0.64042217", "text": "protected void mo4927v() {\n }", "title": "" }, { "docid": "dfa3deb699f1baaf610b77ae9370559a", "score": "0.6335469", "text": "@Override\n\tpublic void gravar() {\n\n\t}", "title": "" }, { "d...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a4786439a6115a07f47a7bb7c91844c9", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tint ResponeFromServer;\t\n\t\tBufferedReader Reader=null;\n\t\tBufferedWriter Writer=null;\n\t\tSocket ClientSocket=null;\n\t\tScanner in=new Scanner(System.in);\n\t\t\n\t\ttry {\n\t\t\t...
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
09d66443839cb969f7b44d34ac52666f
Updates derived Module/Document to the new revision (baseline).
[ { "docid": "f022ebef37be258df6c10dcab7500f33", "score": "0.65589106", "text": "public void updateDerivedModule(java.lang.String moduleURI, java.lang.String revision) throws java.rmi.RemoteException;", "title": "" } ]
[ { "docid": "ef615b9439007e9e10c96aabc778ed58", "score": "0.678897", "text": "public void updateDerivedDocument(java.lang.String documentURI, java.lang.String revision, boolean autoSuspect) throws java.rmi.RemoteException;", "title": "" }, { "docid": "a313541149a76f78bfb9f27c0d0d88d3", "s...
fe6a33b6b06fb7e502ba2c7ded70cadd
Show toast This v is the view that was clicked
[ { "docid": "d741463bef428b6e378ef1b03609ef3a", "score": "0.7424419", "text": "@Override\n public void onClick(View v) {\n\n switch (v.getId()) {\n case R.id.btnHello:\n //Show a toast\n break;\n// case R.id.buttonBye:\n// //Sho...
[ { "docid": "b3bda03d90cb0c1dea18b465b763000c", "score": "0.8096601", "text": "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tshowToast1();\n\t\t\t}", "title": "" }, { "docid": "6fc6e3be31dc6177a9b6ca5465ac1dac", "score": "0.8014783", "text": "@Override\n\t\t\tpublic void onC...
be9ed31cb9743f808fcd45c4e4cbe300
Returns the result of interpreting the object as an instance of 'Top Level Decl'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "cfd01c63e979d58c8625c3c36564709a", "score": "0.7138496", "text": "public T caseTopLevelDecl(TopLevelDecl object)\n {\n return null;\n }", "title": "" } ]
[ { "docid": "c6816a369e183d9b7d4ea235fe02b101", "score": "0.6326038", "text": "public T caseDeclaration(Declaration object)\n {\n return null;\n }", "title": "" }, { "docid": "f805d13daba3405cd88585f422c23f75", "score": "0.621147", "text": "public T caseDeclaration(org.yakindu.ba...
9a1c3029f615137ed49260b3efaa1b50
Measure time passed and send new values from the arrays
[ { "docid": "bd293e1f0e434d4eb8ef48e6d8ae5c1d", "score": "0.0", "text": "public void timer(int TAG) {\n if (z < text.length - 1) {\n // println(\"Length: \", text.length);\n // println(\"Millis: \"+millis()+\" Next Millis: \" + singerInfo[0][z+1] + \" SecondPasses: \" + secondPasse...
[ { "docid": "e820e3eb90402ab648e9bdb27b2f7e3c", "score": "0.6365457", "text": "private void getTimes() {\n\t\tdouble totalTime = 0;\n\t\ttraj.get(0).time = totalTime;\n\t\tfor (int i = 1; i < traj.size(); i++) {\n\t\t\tdouble dd = traj.get(i).distanceFromStart - traj.get(i-1).distanceFromStart;\n\t\t\tdo...
db4788119773c0ab978366807c6cda84
Construct a LongLong object based on the low and high long values.
[ { "docid": "5c72225b6b598060e49bff13e45ab972", "score": "0.8071909", "text": "public LongLong(long lLow, long lHigh)\n {\n m_lLow = lLow;\n m_lHigh = lHigh;\n }", "title": "" } ]
[ { "docid": "46a2b52e68bb4a4dc04d9290ecd80591", "score": "0.69546425", "text": "public static long createLong(final long min, final long max) {\n if (max <= min) {\n throw new IllegalArgumentException();\n }\n long between = 0;\n if (Integer.MAX_VALUE > (max - min))...
17bbd5a58310066435ea2ac2bdfb4a2f
This method was generated by MyBatis Generator. This method returns the value of the database column attachment.partial_path
[ { "docid": "5ef7b56f028559ef6417ad4a6ca771ba", "score": "0.74112064", "text": "public String getPartialPath() {\n return partialPath;\n }", "title": "" } ]
[ { "docid": "2933af4b8c1285697d65f973d4509a19", "score": "0.6503009", "text": "public String getFullPath(final String partialPath) {\n return getFullPath(fullPathIndex, partialPath);\n }", "title": "" }, { "docid": "830ef630c514ef3572cba4fe30ce117b", "score": "0.5792621", "t...
300149985144c22314ceafca01c3785f
PARA INICIALIZAR CONTROLES DE TABLA
[ { "docid": "8d89a80971d37aa977ada1fe942c7d11", "score": "0.0", "text": "public void setHotKeysJTextAreaGenerico(JTextArea jTextArea,JInternalFrameBase jInternalFrameBase,String sNombreHotKeyAbstractAction,String sTipoBusqueda) {\r\n\t\tjTextArea.addFocusListener(new TextAreaFocusListener(jInternalFrameB...
[ { "docid": "1673a6110023cd236fd2c13e1b32e854", "score": "0.7160119", "text": "private void cabecera() {\n modelo.addColumn(\"ID\");\n modelo.addColumn(\"DNI\");\n modelo.addColumn(\"APELLIDOS\");\n modelo.addColumn(\"NOMBRES\");\n modelo.addColumn(\"ESTADO\");\n ...
53b5f4925dafc4c714a5ba6b4bc18bd8
metodo que permite configurar una camara a partir de un determinado nodo y a su vez especificando la camara misma a modificar
[ { "docid": "ed98df08b9b44f0ba19ece5648ab4960", "score": "0.5829343", "text": "static public void setupAvatarCamera(int userPos,Node nodoObjetivo,Camera camara) \n\t{\n\t\tif(nodoObjetivo!=null) {\n\t\t\tfloat angle = userPos/WeSketchConstants.MAX_SESSION_PARTICIPANTSF;\n\t\t\tfloat angleRad=angle*360*Fa...
[ { "docid": "09b90b22ca95436ed8af4be7bac0d7fc", "score": "0.56865925", "text": "private void solictarPermisoCamara() {\n //0. pedir permiso con cuadros de dialogo del sistema\n ActivityCompat.requestPermissions( this, new String[]{Manifest.permission.CAMERA}, SOLICTUD_PERMISO_CAMARA );\n ...
ebd2d36fa2985d2f286c12f444dbcd33
Return the result of applying the inverse of this permutation to C modulo the alphabet size.
[ { "docid": "2446834a3700cb3d7b78900ed7bc858d", "score": "0.5707728", "text": "int invert(int c) {\n for (int i = 0; i < pairs.length; i++) {\n if (pairs[i] == wrap(c)) {\n return i;\n }\n }\n throw new EnigmaException(\"There is no correspondence...
[ { "docid": "1cdd2c2eb7b49ad0f706e4fd1a0cfb6c", "score": "0.65749043", "text": "private byte inverse(byte c) {\n byte r;\n short xi;\n\n xi = indexOf(contents, c);\n\tr = char_map[(xi - index) & 0x3f];\n\treturn (prev == null) ? r : prev.inverse(r);\n }", "title": "" }, { ...
613ea855319975da7e858cba29ca130c
This function is called periodically during operator control.
[ { "docid": "d6d4c21ab7b51b074f1b62e2be845190", "score": "0.0", "text": "@Override\n\tpublic void teleopPeriodic() {\n\t\t\n\t\t// Call this here just to update the smart dashboard\n\t\tSmartDashboard.putBoolean(\"Shooter Limit Switch State\", shooter.limitSwitchTest());\n\t\t\n\t\tdrive.moveAtAngleAndSp...
[ { "docid": "9753cdc5806d39b7d303863b258e5fae", "score": "0.7323248", "text": "@Override\n public void teleopPeriodic() {\n Scheduler.getInstance().run();\n //Limit Switch Testing\n }", "title": "" }, { "docid": "b566bd39c9e416befb08caad045d0145", "score": "0.72357523", "text"...
457bd1c65b9ca9c5ecab95d22e88b1ce
Metodo por el que validamos que el NIF tenga una estructura y contenido valido
[ { "docid": "7855794a3c2fcc9c8865b7543e86cc36", "score": "0.58039755", "text": "public boolean validarNif(String nif) {\n boolean flag;\n // comprobamos que tegna 8 numeros y una letra determinada\n Pattern pattern = Pattern.compile(\"(\\\\d{1,8})([TRWAGMYFPDXBNJZSQVHLCKEtrwagmyfpdxb...
[ { "docid": "9f1b578ef518e0cf6cad5e74b53b1ad7", "score": "0.57398325", "text": "public boolean validarFichaEpidemiologia() {\n\n\t\tdtbxFecha_ficha.setStyle(\"background-color:white\");\n\t\t// tbxNombres_y_apellidos.setStyle(\"text-transform:uppercase;background-color:white\");\n\t\ttbxNro_identificacio...
f7966ed5c0e76bf625896de1a15d0e50
Iterates through the LinkedList verifying the players x and y don't intersects with any parts of the tail
[ { "docid": "084f239a263e4575bd0b2928450d2678", "score": "0.0", "text": "public void gameOver() {\n \tint currentPosition=0;\n \twhile(lenght-1 > currentPosition) {\n \t\tif(this.xCoord==handler.getWorld().body.get(currentPosition).x && this.yCoord==handler.getWorld().body.get(currentPosition).y...
[ { "docid": "987a291029301cf2d6336d0f1efade5b", "score": "0.61191905", "text": "private void checkCollisions() {\n int x1 = 0;\n int x2 = 0;\n for(CollisionBox e : cols) {\n for(CollisionBox f : cols) {\n if(\n x2 > x1 && // Skip checking ...
010e75355cf236c8f06b3aca382329ab
Copyright (c) 2000, 2003 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at Contributors: IBM Corporation initial API and implementation Specifies the t...
[ { "docid": "04975f2e27f9c426df3978e3edc0634f", "score": "0.77523935", "text": "interface IPartDropTarget {\r\n\r\n\t/**\r\n\t * Return the layout part that would accept the drag source part,\r\n\t * or null if not applicable.\r\n\t * \r\n\t * @return org.eclipse.ui.internal.LayoutPart\r\n\t * @param dra...
[ { "docid": "aade2e373d6c174e0dcde9868f015a6e", "score": "0.7667867", "text": "ILayoutPart targetPartFor(ILayoutPart dragSource);", "title": "" }, { "docid": "a43dbb2570805e12bbdea28e5188c647", "score": "0.61114335", "text": "@Override\n public void drop(final ContentDrag drag) {\n...
fa90cd166bbb283302a077cae6981bc2
Intent a = new Intent(Intent.ACTION_MAIN); a.addCategory(Intent.CATEGORY_HOME); a.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); startActivity(a);
[ { "docid": "f93930a9a73ab00c7f3696b74ceca0a7", "score": "0.0", "text": "@Override\n public void onBackPressed() {\n new AlertDialog.Builder(this)\n .setTitle(\"Closing Application\")\n .setMessage(\"Do you want to exit the Application and stop help services\")\n ...
[ { "docid": "0dc50c9257266f34a419360561ea8e1e", "score": "0.8665544", "text": "public void onClick(DialogInterface dialog,int id) {\n Intent intent = new Intent(Intent.ACTION_MAIN);\n intent.addCategory(Intent.CATEGORY_HOME);\n intent.s...
80d9b341490639aac1151ed77e1aa2e2
This method was generated by Abator for iBATIS. This method sets the value of the database column VISION.CD_CENTROS.CENFECMOD
[ { "docid": "e512b053f1837b2a7c6313d1383ebac4", "score": "0.0", "text": "public void setEmpdesc(String empdesc) {\r\n\t\tthis.empdesc = empdesc;\r\n\t}", "title": "" } ]
[ { "docid": "9bc75e08b3bc9a9aee8ad20a43384cec", "score": "0.69990116", "text": "public void setCenfecmod(Date cenfecmod) {\r\n\t\tthis.cenfecmod = cenfecmod;\r\n\t}", "title": "" }, { "docid": "f5c1a02f6f15f0a6dee093e4f9a09b57", "score": "0.6251844", "text": "public Date getCenfecmod(...
dbc078cd80799977d04a051bf398b062
Navigate to page that allows the addition of students/staff to the DB
[ { "docid": "f818a6f82f7b34ce6d73435e56fb7125", "score": "0.5857704", "text": "@GetMapping(\"/addStudent\")\n public String addStudent(Model model) {\n\t\tString sql = \"select advisorid, advname, department from advisor\";\n\n\t\t/* Maps the tuples from a query to an advisor object */\n\t\tList<Advis...
[ { "docid": "438930fdf14c8fec589fa9250ff5cff9", "score": "0.641097", "text": "private void addStudent() {\n\t\t\r\n\t}", "title": "" }, { "docid": "2b0388340ee3f1dc34f72dd40b91aa6a", "score": "0.63936037", "text": "private void insertStudent(HttpServletRequest request, HttpServletResp...
8a93af2d15b4ec931d5b278035d2dbac
FarmaLoadCVL.loadCVLFromSP(cmbReaccionContraste, "cmbReaccionContraste","PTOVENTA_PACIENTE.GET_SEXO", new ArrayList(), false);
[ { "docid": "929335b1822040467a004a927702685c", "score": "0.0", "text": "private void initialize() {\n FarmaVariables.vAceptar = false;\n }", "title": "" } ]
[ { "docid": "82ac05b6e52f8b6760d3a67ec7c49c92", "score": "0.67157465", "text": "private void cargaCombo()\n {\n ArrayList parametros = new ArrayList();\n parametros.add(FarmaVariables.vCodGrupoCia);\n }", "title": "" }, { "docid": "375b2b23ddfae6607686fc9bccbc36c8", "s...