query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
7acc87f3e29e21e068c2035129931162
attribute setters and getters //////////////////////////////
[ { "docid": "4ab4802757a397c0165aeac9905386d0", "score": "0.0", "text": "public abstract void setInfo( final Object info );", "title": "" } ]
[ { "docid": "8c148c014ca5bae4f4f0f5c8f60db26b", "score": "0.7095888", "text": "@Override\n public String setAttributes() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "title": "" }, { "d...
c1ae89bd4e67a72dc4a57cf25bcd10d2
optional uint32 assigned_server_tv_port = 22;
[ { "docid": "b4934269fba76645beecb088ae247477", "score": "0.0", "text": "public Builder clearAssignedServerTvPort() {\n bitField0_ = (bitField0_ & ~0x00000010);\n assignedServerTvPort_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "4f984a410cf31385ed8c0bea0b0422b8", "score": "0.77762204", "text": "int getServerTvPort();", "title": "" }, { "docid": "a038e0a363d09312fd1bcf366ccba774", "score": "0.7714502", "text": "int getAssignedServerTvPort();", "title": "" }, { "docid": "9dd813ee0764358...
f617c077367904f150ef4c96f726e431
Visit method for MinorThanEqual node based on postorder tree traversal. This method sets onlyEqualityExp to false.
[ { "docid": "08595849fb47adb8181b4f789b3e0338", "score": "0.7737733", "text": "@Override\n\tpublic void visit(MinorThanEquals arg) {\n\t\tonlyEqualityExp = false;\n\t}", "title": "" } ]
[ { "docid": "8cfda1dbe7d21a4d72bd1a01f2e4fd7d", "score": "0.7203514", "text": "@Override\n\tpublic void visit(MinorThan arg) {\n\t\tonlyEqualityExp = false;\n\t}", "title": "" }, { "docid": "d269f902d5390560334de8951f511945", "score": "0.62862504", "text": "@Override\n\tpublic void vi...
98370a9292e583407c09cc4a47962800
This function ensures that prefix/suffix sets aren't redundant. For example, if we know "ab" is a possible prefix, then it doesn't help at all to know that "abc" is also a possible prefix, so delete "abc".
[ { "docid": "fd3c9b0da388b5025c02bfa58cb6d43f", "score": "0.5544429", "text": "static void removeRedundantAffix(TranslatorUtils.IContain iContain, List<String> strList) {\n if (strList.size() <= 1) {\n return;\n }\n int w = 0;\n for (String str : strList) {\n ...
[ { "docid": "e1fe9a3b91e11843bd5ae9775c7721e3", "score": "0.6049619", "text": "static void removeDuplicateAffix(List<String> strList, boolean isSuffix) {\n HashSet<String> strSet = new HashSet<String>(strList);\n strList.clear();\n strList.addAll(strSet);\n if (isSuffix) {\n ...
5121b497897e0735f0e57db06529374d
level is the first level I may add a level manager class later Override this to create a new level Make sure you call createLevel After you Ovveride level Reason I've Done it like this is so the user feels the need to write their own createLevel function
[ { "docid": "fb53a4cf8a09fd83f4de169f17197696", "score": "0.7576471", "text": "abstract void level();", "title": "" } ]
[ { "docid": "2036a3e840fbd33560c5a505f3171ebb", "score": "0.81042475", "text": "public void newLevel();", "title": "" }, { "docid": "69b6d8a71d56feaaf3f8666a887d2064", "score": "0.7511588", "text": "public void constructLevel() {\n\t\tisGameProcessActive = true;\n\t\t\n\t\tworld.game....
bc0e7288b7024a01e07f7825e3a49698
/ /Ask seede to find dependencies for a particular statement /
[ { "docid": "65e587a2baaf2314e3f633b9b01b772f", "score": "0.6013683", "text": "List<VarNode> findDependents(VarNode vnorig,Element dep,BicexEvaluationContext ctx,int lno,long when)\n{\n if (dep == null) return null;\n\n VarNodeType typ = IvyXml.getAttrEnum(dep,\"TYPE\",VarNodeType.VALUE);\n String ...
[ { "docid": "609e5449b5701c365a2fd58d6b92567f", "score": "0.597885", "text": "private Element getCallDependencies(String name,BicexEvaluationContext ctx,BicexEvaluationContext cctx,\n int lno,int clno,long when)\n{\n\n CommandArgs args = new CommandArgs(\"FILE\",ctx.getFileName(),\n\t \"LINE\",lno...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b4dd77200cd91cc1319d684a16eca8aa", "score": "0.0", "text": "@Override\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tString username = req.getParameter(\"loginName\");\n\t\tusername=new String(username.getBytes(\"...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
1e92f1a6ca12c71073da8aa8fe768e84
boolean b = true;
[ { "docid": "e93bf233ddc7ec21f3d7c4aa7ca837fe", "score": "0.0", "text": "public void stopPendingEditing() {\n JTable t = (JTable) getComponent();\r\n\r\n TableCellEditor tce = t.getCellEditor();\r\n\r\n if (tce != null) {\r\n tce.stopCellEditing();\r\n ...
[ { "docid": "ea238ee99e83353fbbb58e2b15072af9", "score": "0.7436193", "text": "public boolean b() {\n return true;\n }", "title": "" }, { "docid": "addfb04a98604e69e75cc0f5efbf4dbc", "score": "0.7362605", "text": "public static Boolean getBoolean (boolean b){\n\t\treturn b?B...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f8fb8aaa4b4937e7a05d5a7cdb42ef65", "score": "0.0", "text": "@Override\n\tpublic void writeData(ClienteInvader cliente) {\n\t\n\t\t\tcliente.enviarData(getData());\n\t\t\n\t\t\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
0139caf44592b21c6ba0a85495746b42
method to format file name
[ { "docid": "354a6cb09fbde8d5e66811276b4cb7ac", "score": "0.0", "text": "public static String format(String s) {\n s = s.toLowerCase();\n s = s.replace(\"!\",\"\");\n s = s.replace(\",\",\"\");\n s = s.replace(\"''\",\"\");\n s = s.replace(\":\",\"\");\n s = s.replace(\"@\",\"\");\n ...
[ { "docid": "e0f66f9fe56e066fb8d57a7ed425a3c0", "score": "0.8406438", "text": "protected String formatFileName(String name) {\n return name;\n }", "title": "" }, { "docid": "d23d74d820afc1105bb757267ef057a0", "score": "0.7992281", "text": "private String formatFileName(Strin...
01f8e83d9d6a2e0831f70bdd8f6be866
$ANTLR end "rule__ProcessLoop__Group__1__Impl" $ANTLR start "rule__Update__Group__0" InternalGoatComponentsParser.g:5312:1: rule__Update__Group__0 : rule__Update__Group__0__Impl rule__Update__Group__1 ;
[ { "docid": "56b48a320efccda395f261944a420b99", "score": "0.79756695", "text": "public final void rule__Update__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalGoatComponentsParser.g:5316:1: ( rule__Update__Group_...
[ { "docid": "d5e4183349afca58250aab92bd67e6ba", "score": "0.76964265", "text": "public final void rule__Update__Group_1__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalGoatComponentsParser.g:5370:1: ( rule__Update__Grou...
46c20ba41f7b3056aee14e7c3d17479b
optional .proto.TimeStringMessage time_from = 3;
[ { "docid": "ec767d918c888536d1996b00626c73a5", "score": "0.66004705", "text": "public Builder mergeTimeFrom(loader.elbrus.proto.CommonProto.TimeStringMessage value) {\n if (timeFromBuilder_ == null) {\n if (((bitField0_ & 0x00000004) == 0x00000004) &&\n timeFrom_ != loader.e...
[ { "docid": "56a50fbaeff73e0d6cb14955b6e00832", "score": "0.85204214", "text": "loader.elbrus.proto.CommonProto.TimeStringMessage getTimeFrom();", "title": "" }, { "docid": "56a50fbaeff73e0d6cb14955b6e00832", "score": "0.8520323", "text": "loader.elbrus.proto.CommonProto.TimeStringMes...
cb81ff3222b8efc74bcef57b143bb87c
/ Complete the 'aVeryBigSum' function below. The function is expected to return a LONG_INTEGER. The function accepts LONG_INTEGER_ARRAY ar as parameter.
[ { "docid": "b5d4bb8776bda71c96066cf894dc66fd", "score": "0.7423441", "text": "public static long aVeryBigSum(List<Long> ar) {\n // Write your code here\n //find the list size and use loop to find the sum using each iteration\n int list_legnth=ar.size();\n long sum=0;\n for(int i=0; i<list...
[ { "docid": "490f94ce629f38f586114fd33942e93b", "score": "0.7223591", "text": "private static long foundSum(long[]array){\n\t\tlong sum =0;\n\t\tfor (int i=0;i<array.length;i++){\n\t\t\tsum = sum + array[i];\n\t\t}\n\t\treturn sum;\n\t}", "title": "" }, { "docid": "4470749782315a634c2ea2eddca...
21af847f158e7bf744bcd20e2a493943
repeated .ComboListItemInfo xEditGridCell20 = 1;
[ { "docid": "b28bdf421141581b7339106bda3da267", "score": "0.65272444", "text": "nta.med.service.ihis.proto.CommonModelProto.ComboListItemInfoOrBuilder getXEditGridCell20OrBuilder(\n int index);", "title": "" } ]
[ { "docid": "26b960f43e9abeea27019a1aebdaa837", "score": "0.75306433", "text": "nta.med.service.ihis.proto.CommonModelProto.ComboListItemInfo getXEditGridCell20(int index);", "title": "" }, { "docid": "59488a63c574d7efec3b7592e31d40fa", "score": "0.7525915", "text": "nta.med.service.i...
8552dda958e217c10e7b79c60ba3d7a5
/ Date : 2018/11/29 beats : 6.09%
[ { "docid": "a50518d06406eac8190aa5eef7081e61", "score": "0.0", "text": "public List<List<Integer>> fourSum(int[] nums, int target) {\n Arrays.sort(nums);\n HashSet<List<Integer>> set = new HashSet<>();\n HashMap<Integer, Integer> remvDup = new HashMap<>();\n for (int i = 0; i...
[ { "docid": "348f2ebe8b3a7c0e05d1dcb7d83f2eb5", "score": "0.6073751", "text": "private double matchDob(Date dob){\n double matchDobPercent = 0.0; \n \n return matchDobPercent;\n }", "title": "" }, { "docid": "ba341cd9b1e7a23c346cc79401a59d2c", "score": "0.5995558",...
f8b6d2636e5aadea079d42877b3f6a93
read the specified StorageClass.
[ { "docid": "a8750d2594868ece20f76e875a490173", "score": "0.0", "text": "public Observable<V1beta1StorageClass> readStorageClass1Async(String name) {\n return readStorageClass1WithServiceResponseAsync(name).map(new Func1<ServiceResponse<V1beta1StorageClass>, V1beta1StorageClass>() {\n @...
[ { "docid": "c14c5177fe4e33b112698df460991abd", "score": "0.6392702", "text": "public StorageClass getStorageClass() {\n return storageClass;\n }", "title": "" }, { "docid": "b54d3f0223993a7d6cc77d3b850b7d50", "score": "0.6165444", "text": "Policy getReadPolicy(Class<?> clazz);", ...
cd6a17d1657abc629b4496c7ca02b224
Created by xiet on 2017/10/14.
[ { "docid": "30bbacf52c0d90c74e99a95491b42dc1", "score": "0.0", "text": "@Mapper\npublic interface SecondHandCarHotParamDao extends BaseMapper<SecondHandCarHotParam> {\n}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6141466", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "efda110dae3567ecb4380b4b672c3e8d", "score": "0.605613", "text": "public void anzeigen() {\n\t\t\r\n\t}", "title": "" }, ...
0324adab3085be2bbebcf76d1ec589b3
private static Multimap, Field> CACHE_FIELD = ArrayListMultimap.create(); private static Multimap, Method> CACHE_METHOD = ArrayListMultimap.create();
[ { "docid": "d1afc2f689911f9063b938d42cef6737", "score": "0.0", "text": "private ReflectHelper() {\n\t}", "title": "" } ]
[ { "docid": "b4f286b771073f3affa6cdff54749de3", "score": "0.6041384", "text": "private static ExpirableCache<String, Map<String, String>> propertySetCache() {\r\n if (propertySetCache == null) {\r\n propertySetCache = new ExpirableCache<String, Map<String, String>>(GrouperAtlassianConfig.grouperA...
172c42b09291215200aa2fbe1fed05ba
Gets a list with all the categories.
[ { "docid": "9a22a4b675d588ee92cb7818ef0358f9", "score": "0.8360864", "text": "List<Category> getAllCategories();", "title": "" } ]
[ { "docid": "a18bff8315a6c47028ac5c05d822386d", "score": "0.87993526", "text": "public List<Category> getAllCategories(){\n return new ArrayList<>(ALL_CATEGORIES);\n }", "title": "" }, { "docid": "c194a8aa56a2d619b97325b59b216c81", "score": "0.8650531", "text": "public List<...
e3d6e420b438d1a6f6cc3760bf45a17d
Inclui um usuario no banco de dados.
[ { "docid": "2eb1c9f467cd096c6b7378fed2808290", "score": "0.68221885", "text": "@Override\n\tpublic boolean incluir(Usuario user) {\n\t\tConnection connection = null;\n\t\tPreparedStatement sttm = null;\n\n\t\ttry {\n\t\t\tClass.forName(JDBC_DRIVER);\n\n\t\t\tconnection = DriverManager.getConnection(LOCA...
[ { "docid": "064de83d91d07eea79e253475c439706", "score": "0.67635584", "text": "@Override\n public int Incluir(int id, String nome, String Senha, String IPaddres) { // funcao para adicionar usuarios ao banco\n // string que sera enviada ao banco para realizar uma açao\n String sql = \"in...
de4746a81cf563b4c7e17593be3900c9
Get all the variables ( enums ) associated with this parameter Get the state matrix and get the heading row and the condition
[ { "docid": "c5555dc2514e10445dea1b33d505fbd2", "score": "0.5831428", "text": "public DefaultPersistibleList getVariableDefinitions(){\n\t\t\t\tDefaultPersistibleList variableDefinitions = \r\n\t\t\t\t\t\tnew DefaultPersistibleList();\r\n\t\t\t\tSystem.out.println(\"variableDefinitions \" + \r\n\t\t\t\t\...
[ { "docid": "557b93bbc3b3b7e413ff6ca9e109cf73", "score": "0.5875374", "text": "public HashMap<Variable, ModalGraphState> getMGStateVariableList();", "title": "" }, { "docid": "0bb5d1366b3197809521d191c70373a7", "score": "0.574083", "text": "StateVariableSet getStateVariableSet();", ...
7444d76f666791f92828104acff08878
Returns true if object's body is empty (accounts for HTML elements within body)
[ { "docid": "24b0bb6b9b329c0694c477c19a1b7232", "score": "0.7654056", "text": "public boolean isEmpty() {\n boolean ret;\n \n try{\n String body = super.getText();\n body = body.substring(0, body.indexOf(\"</body>\"));\n body = body.substring(body.las...
[ { "docid": "48cd711dd53725a6cd9e19027cc14ea4", "score": "0.82363814", "text": "public boolean isEmptyBody() {\n return this.emptyBody;\n }", "title": "" }, { "docid": "2ca342113e9b00e2c858b73fd8a508d5", "score": "0.75659865", "text": "public boolean emptyContent();", "title":...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0f02d0dca242ef5d0ea64a91cc663b26", "score": "0.0", "text": "@Override\n public void SetUpperLayer(BaseLayer pUpperLayer) {\n if (pUpperLayer == null)\n return;\n this.p_aUpperLayer.add(nUpperLayerCount++, pUpperLayer);\n // nUpperLayerCount++;\n\n }", ...
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
4f05aec9597e614a799d6463677be48f
Sums the weighted predictions up. Special case when all weights are equal: simple mean average.
[ { "docid": "84dd63c70bbd10c032e2591531cd1b1c", "score": "0.64285487", "text": "protected double simpleWeightedSum(@NotNull List<Double> forecasts, @NotNull List<Double> weights) {\n double sumOfWeightedForecasts = 0;\n for (int i = 0; i < forecasts.size(); i++) {\n if (!Double.i...
[ { "docid": "6e1f37b9884ee3bb3d9a2626dd172560", "score": "0.63509566", "text": "private HashMap<Object, Object> avg() {\n int i, len, total = this.predictions.length;\n double result = 0.0d, confidence = 0.0d;\n HashMap<Object, Object> average = new HashMap<Object, Object>();\n\n ...
c6a01d60380613eee01f16f54c081144
Test case number: 4 /Coverage entropy=0.06215038042171724
[ { "docid": "48709d95d6e4389fa9386039c675fe2b", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test004() throws Throwable {\n Frame frame0 = new Frame();\n Label label0 = new Label();\n frame0.owner = label0;\n ClassWriter classWriter0 = new ClassWriter(127);\n f...
[ { "docid": "fe2c88e93b06984ab138fd42b4ed1b18", "score": "0.71233326", "text": "public void testEntropy() {\n Assert.assertEquals(1.0, InformationTheory.entropy(new long[] { 5, 5 }));\n Assert.assertEquals(1.0,\n InformationTheory.entropy(new long[] { 15, 15 }));\n\n /...
ac729498538ac6d1e1e3170d63154441
Check that all mines have been flagged Check that there is an equal amount of flags and mines
[ { "docid": "3fe073113ff9b0ff188de471f49ac1e0", "score": "0.63794386", "text": "public void check_victory_condition(){\n\n int mine_count = 0;\n int correctly_flagged = 0;\n int total_flag_count = 0;\n\n // Gets mine count and correctly flagged count\n for(int i = 0; i ...
[ { "docid": "c857b2b2fa730b6c0d1448b6314bdafb", "score": "0.7751373", "text": "public boolean areAllMinesRevealed()\r\n {\r\n if (markCount == mines)\r\n {\r\n return true;\r\n }\r\n else\r\n {\r\n return false;\r\n }\r\n }", "titl...
4ac8132d83cf316fc953087dbc90a0e2
Determines whether an undigested password matches a (possibly digested) reference value.
[ { "docid": "58aabd0229e201db30f37c2f88034f21", "score": "0.7146919", "text": "protected boolean matches(final String undigested, final String reference) {\n final String compare;\n if (digest != null) {\n compare = digest.digest(undigested.getBytes(), converter);\n } else...
[ { "docid": "643a3134a68fecdcdd14ee3f40122d95", "score": "0.6253107", "text": "boolean verifyPassword(String testPassword) {\n //the password that is to be tested\n if (testPassword == null) return false;\n char[] passwordChars = testPassword.toCharArray();\n //salt string fro...
06d6965a41fdabff5d0dfc53c4504005
This method was generated by MyBatis Generator. This method returns the value of the database column tt_fitment_detail.FITMENT_DETAIL_ID
[ { "docid": "d7677ad509c1775834be076fcab68417", "score": "0.7265291", "text": "public Integer getFitmentDetailId() {\n return fitmentDetailId;\n }", "title": "" } ]
[ { "docid": "d46ed8cfe0a81ff7db50df9f1eea513b", "score": "0.6610174", "text": "public Number getDetailId() {\n return (Number)getAttributeInternal(DETAILID);\n }", "title": "" }, { "docid": "d770f49b32c81ddc746a1df093512f9e", "score": "0.60705", "text": "public void setFitme...
60be1af6ddf222fe935609a6b91ca5c3
.forge_abi.Transaction transfer = 3;
[ { "docid": "0b42c201ee5376f35afa894d9c1e0c77", "score": "0.5851752", "text": "public forge_abi.Type.TransactionOrBuilder getTransferOrBuilder() {\n if ((valueCase_ == 3) && (transferBuilder_ != null)) {\n return transferBuilder_.getMessageOrBuilder();\n } else {\n if (val...
[ { "docid": "5c5a228302af13534698832a3e7d8090", "score": "0.858089", "text": "forge_abi.Type.Transaction getTransfer();", "title": "" }, { "docid": "cc36e11a22ca594eafb8f989a53bf2d3", "score": "0.77814525", "text": "forge_abi.Type.TransactionOrBuilder getTransferOrBuilder();", "ti...
755ee350603248d78ebdcbbb46cb52d5
Returns the value of the 'Basis Curve' reference. If the meaning of the 'Basis Curve' reference isn't clear, there really should be more of a description here...
[ { "docid": "582af0061ade1d9eeca79cbb44439ba1", "score": "0.77451724", "text": "IfcCurve getBasisCurve();", "title": "" } ]
[ { "docid": "fba94035e04aa08206e6c483f555f3bc", "score": "0.6856265", "text": "public IfcSurface getBasisSurface()\n\t{\n\t\treturn this.BasisSurface;\n\t}", "title": "" }, { "docid": "fba94035e04aa08206e6c483f555f3bc", "score": "0.6856265", "text": "public IfcSurface getBasisSurface(...
ce0a0350df1ac8ba2effdcd5cea8dbe6
If set, filters for envelopes which where created (Status: Template, Draft) or sent before the end date.
[ { "docid": "c4e93da565d01fcafafe85f84884abdd", "score": "0.6370633", "text": "@javax.annotation.Nullable\n @ApiModelProperty(value = \"If set, filters for envelopes which where created (Status: Template, Draft) or sent before the end date.\")\n @JsonProperty(JSON_PROPERTY_END_DATE)\n @JsonInclude(val...
[ { "docid": "b4165698e09b2288a246b54070c86174", "score": "0.5605307", "text": "private boolean generateMessageFilter() {\n messageFilter = new MessageFilter();\n\n // set start/end date\n try {\n messageFilter.setStartDate(getCalendar(mirthDatePicker1, mirthTimePicker1));\...
9fa6d981012a92d7c61870b71243151e
Checks whether there is an edge from the vertices v to w.
[ { "docid": "1eef236c615401ac6de6d6db48d4fad8", "score": "0.7353593", "text": "boolean isAdjacent(V v, V w);", "title": "" } ]
[ { "docid": "6fa663ef45ab199511bde9d9d0d65128", "score": "0.78685665", "text": "public boolean hasEdge(int v,int w) {\n\t\t\n\t\tvalidate_Vetrex(v);\n\t\t\n\t\tvalidate_Vetrex(w);\n\t\t\n\t\treturn g[v].containsKey(w);\n\t\t\n\t}", "title": "" }, { "docid": "9cb470ca234d1e8c3f87baa616ad633d",...
51dfba52d849449a06ed3267eeac5d1e
checks if there is any quantity of a given inventory
[ { "docid": "a07371a8cd9668f480a2b5431772e065", "score": "0.0", "text": "private boolean isAvailable(String InventoryCode){\n boolean isAvailable = false;//sets it as false initially\n String userCode = tfInventoryCode.getText();//gets text\n String query = \"SELECT * FROM ...
[ { "docid": "bfcf25e879216eb56c4ba4aa17eb4bf8", "score": "0.74344033", "text": "boolean hasQuantity();", "title": "" }, { "docid": "bfcf25e879216eb56c4ba4aa17eb4bf8", "score": "0.74344033", "text": "boolean hasQuantity();", "title": "" }, { "docid": "bfcf25e879216eb56c4ba4...
a1feae2b5d010d7ab167db3faeb1c563
establecer fecha de la partida
[ { "docid": "d20727141191aa1da5cd91521a96d13f", "score": "0.0", "text": "public void setFecha(String fecha) {\n this.fecha.set(fecha);\n }", "title": "" } ]
[ { "docid": "42556cc1abad1fad9c4857b99f0c6874", "score": "0.72409326", "text": "public static void modificarParteDeFecha() {\n\t\tLocalDateTime mismoDiaEnDiciembre = LocalDateTime.now().withMonth(Month.DECEMBER.getValue());\n\t\t\n\t\n\t}", "title": "" }, { "docid": "4b9c3aed22a472b6da61bb6b6...
1b02710d16e2762ce74bf5b1000f22c5
System variable specifies the verbosity for handling events intended for the error log For details, see [MySQL documentation for the variable]( .google.protobuf.Int64Value log_error_verbosity = 76 [(.yandex.cloud.value) = "13"];
[ { "docid": "318b11c8a11f9cffed79850b5484c2d7", "score": "0.655795", "text": "@java.lang.Override\n public com.google.protobuf.Int64ValueOrBuilder getLogErrorVerbosityOrBuilder() {\n return getLogErrorVerbosity();\n }", "title": "" } ]
[ { "docid": "67b5c63610e93e30dfcfff47f4ea4944", "score": "0.7052065", "text": "com.google.protobuf.Int64ValueOrBuilder getLogErrorVerbosityOrBuilder();", "title": "" }, { "docid": "609bd4d9dcdd41076abd5a38c76f04b6", "score": "0.6431461", "text": "public com.google.protobuf.Int64ValueO...
2ad2d34c31b97f09864e508e1fbb0a8d
/ Added by Su See Retrieve all depts based on survey and division
[ { "docid": "cbd251e16b284b5b4ed74bebde41679b", "score": "0.6638053", "text": "public Vector getDepartment(int surveyID, int divID) {\n\t\tVector v=new Vector();\n\t\tConnection con = null;\n\t\tStatement st = null;\n\t\tResultSet rs = null;\n\n\t\ttry {\n\t\t\tString query = \"SELECT DISTINCT Department...
[ { "docid": "b156d8ab3014a8bf2e66084df34b7e1a", "score": "0.65982604", "text": "public Vector getDesignation(int surveyID, int divID, int deptID, int groupID) {\n\t\tVector v=new Vector();\n\t\tConnection con = null;\n\t\tStatement st = null;\n\t\tResultSet rs = null;\n\n\t\ttry {\n String que...
7adf282ec1b9dea83a1bd0cc3f615c5d
Returns if the IChunkProvider supports saving.
[ { "docid": "98151e105c6a222afb676fe2fe013bdc", "score": "0.6648956", "text": "@Override\n\tpublic boolean canSave() {\n\t\treturn !worldObj.levelSaving;\n\t}", "title": "" } ]
[ { "docid": "bed98b66de6eb2ff6f7c55e5078e2d76", "score": "0.70214576", "text": "public static boolean needsSaving(org.bukkit.Chunk chunk) {\n return ChunkHandle.T.checkCanSave.invoke(HandleConversion.toChunkHandle(chunk));\n }", "title": "" }, { "docid": "8d93a41a5c43c14e414d91fad68...
b61d5fd53f4889ec617a7aac6372d44d
/ access modifiers changed from: private
[ { "docid": "95fe5413d78415c0f2178e247ce4712e", "score": "0.0", "text": "public void updateChatPermissionAndChatRole(String str, String str2) {\n DatabaseReference reference = FirebaseDatabase.getInstance().getReference();\n String str3 = ChatConstants.ARG_USERS;\n String str4 = \"ro...
[ { "docid": "e0c094d83d14ff81389cf2b976bc6f8b", "score": "0.6966323", "text": "private MeineEingabe()\n\t{\n\t}", "title": "" }, { "docid": "092f51e9c99cd4188e1aae23e1830dfd", "score": "0.6880786", "text": "protected void func_70626_be() {}", "title": "" }, { "docid": "639...
12945242ee6553b9f4d6103fd6f74992
Instantiates a new server hand.
[ { "docid": "51dc108f924cc5833405ffbad0f3e400", "score": "0.6876623", "text": "public ServerHand(Deck deck) {\n\t\tthis.deck = (Deck) deck.clone();\n\t}", "title": "" } ]
[ { "docid": "7e80acb96c5dec797f5c2b079e56e4a2", "score": "0.71057194", "text": "public Hand() {\r\n this.hand = hand;\r\n }", "title": "" }, { "docid": "04fdef1341debdaac7024d4b19f83ce9", "score": "0.6540873", "text": "public Player() {\n\t hand = new Hand();\n }", "titl...
d19379ae13e86ca263226d2f5947320c
int32 oneof_1531 = 1531;
[ { "docid": "b11a7459c0529ae29d4f20e3290ea7b5", "score": "0.5664204", "text": "public int getOneof1531() {\n if (hugeOneofCase_ == 1531) {\n return (java.lang.Integer) hugeOneof_;\n }\n return 0;\n }", "title": "" } ]
[ { "docid": "70d84d3289af5625e363d1fdc64f1066", "score": "0.62212086", "text": "int intOf();", "title": "" }, { "docid": "bcb5fa3b11bca848a5e6cfd3b39c287e", "score": "0.6056126", "text": "long mo107678c(Integer num);", "title": "" }, { "docid": "14d9de64d1d4966292bdc0add61...
2f3811635339c8b2995a1afc7b063e30
create a snapshot from a materialization spec.
[ { "docid": "da76e8e65b63a661e9a88549d57f7965", "score": "0.6514292", "text": "public static ExistingSnapshot fromMaterialization(final Materialization m, final VolumeManager vmgr, final LayerApplicator applicator) throws IOException {\n\n if (m.isExistingSnapshot()) {\n return (ExistingSnapshot)...
[ { "docid": "3e5c66420896fb943b9fbcd06697d8d4", "score": "0.6493506", "text": "Snapshot createSnapshot();", "title": "" }, { "docid": "9c5ef4a6c7ffaf646b271cb9815b9b4c", "score": "0.6388802", "text": "Snapshot create();", "title": "" }, { "docid": "82f43cf11c04a83ae887cddb...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1384ad2215480d4ccf235b425be05095", "score": "0.0", "text": "@Override\r\n\tpublic List<Article> selectByNumberAdmin(ArticleNumber articleNumber) {\n\t\treturn articMapper.selectByNumberAdmin(articleNumber);\r\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.68310827", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67588294", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\...
c8991a4e2ac4771ca2e4c17b146a7299
/ String userNameAndPassword = "anacr:qwe123"; MessageDigest sha1 = MessageDigest.getInstance("SHA1"); byte[] digest = sha1.digest(userNameAndPassword.getBytes()); Base64 base64 = new Base64(); String s = base64.encodeToString(digest); System.out.println(s); System.out.println(1 << 0);
[ { "docid": "5c8f56188cdba226ff4d6553cf6cf555", "score": "0.0", "text": "public static void main(String[] args) throws Exception {\n int a = 0;\n try {\n if(hello(\"1\")==1) {\n throw new Exception(\"hello\");\n }\n }catch (IOException e){\n ...
[ { "docid": "1f56ee8e283b240c37849ac169137283", "score": "0.70373684", "text": "public static void commonsCodecSHA1() {\n\t\tMessageDigest messageDigest = DigestUtils.getSha1Digest();\r\n\t\tbyte[] bytes = messageDigest.digest(src.getBytes());\r\n\t\tString shaStr = Hex.encodeHexString(bytes);\r\n\t\tSys...
15e3ff7e5d6ff4e6bed65fc68bcfc881
TODO: Autogenerated Javadoc A zoom listener.
[ { "docid": "c47b1b8b090877f268d36d3b1d730cd3", "score": "0.8381332", "text": "public interface ZoomListener {\n\n\t/**\n\t * Called when a zoom change is triggered.\n\t * \n\t * @param e\n\t * the zoom event\n\t */\n\tvoid zoomApplied(ZoomEvent e);\n\n\t/**\n\t * Called when a zoom reset is d...
[ { "docid": "39e0827a1a708f0160aeb50c71b53eab", "score": "0.81505203", "text": "void zoomApplied(ZoomEvent e);", "title": "" }, { "docid": "652678f87117e509fbc78c868b24e4ec", "score": "0.7798796", "text": "void onZoomStart();", "title": "" }, { "docid": "925f336ad37f542df5...
c30b1c09775be59296b40113c6bba139
setup an sRGB image with 16bit components of the right size.
[ { "docid": "8c87725346fc8cac23f786e7b0e4fa87", "score": "0.0", "text": "private static void write(String filename, double[] data, int width, int height, boolean linear)\n throws IOException {\n int cs = ColorSpace.CS_sRGB;\n if (linear) cs = ColorSpace.CS_LINEAR_RGB;\n ComponentColorModel ...
[ { "docid": "291e3b8f281942f93e6921f334407c99", "score": "0.5457655", "text": "public RGB2NUHSY733()\r\n/* 16: */ {\r\n/* 17: 21 */ this.inputFields = \"input\";\r\n/* 18: 22 */ this.outputFields = \"output\";\r\n/* 19: */ }", "title": "" }, { "docid": "f5689fa7304d1bfe5...
690f790195f97eb58cf6f3473fe8684e
Set the buffered reader we are using to include a file of commands.
[ { "docid": "91fd4e51caaeae9e09cd366cc54369a9", "score": "0.7297595", "text": "public final void setIncludeFileBufferedReader(BufferedReader includeFileBufferedReader) {\n interpreterFrame.setIncludeFileBufferedReader(includeFileBufferedReader);\n }", "title": "" } ]
[ { "docid": "d9321c5e2d194d19aabf07c965de8c64", "score": "0.6210244", "text": "public void setIn(BufferedReader in) {\r\n\t\tthis.in = in;\r\n\t}", "title": "" }, { "docid": "b4f7640f22a1b7332541e1f4152ac75a", "score": "0.6009842", "text": "private static void redefineReader()\n {\...
080ac085d5fdd63326dcc5e3a4ed064f
Create a new FailGroupStatistic corresponding to the given test.
[ { "docid": "9ca2b54fead604bd8308ac06c49b4996", "score": "0.41231042", "text": "public TestGroup getUnknownGroup() {\n\t\tif(unknownGroup == null){\n\t\t\tunknownGroup = new TestGroup(this, \"Unknown\"){\n\t\t\t\t/**\n\t\t\t\t * The unknownGroup has no representative.\n\t\t\t\t */\n\t\t\t\t@Override\n\t\...
[ { "docid": "730a929542253c7d16d867939b229187", "score": "0.5517798", "text": "public void addFailure(final Test test, final Throwable t) {\r\n formatError(FAILURE, test, t);\r\n }", "title": "" }, { "docid": "b91f282d00701fb25d2ef8832d9ca91d", "score": "0.5298438", "text": "publi...
6fe6f584dd2a9bb8cbbb6e6c7e870454
Drives the robot in tank drivetwo sticks represent the left and right sides of the robot; pushing forward on the left stick moves the left side forward, pushing backwards on the right stick moves the right side of the robot backwards.
[ { "docid": "aa2361805702cee45b16e156610faf32", "score": "0.72147566", "text": "public void tankDrive(double left, double right);", "title": "" } ]
[ { "docid": "87d22b9f50ec929beebc63674928c40a", "score": "0.7134566", "text": "public void drive(){\n\n if (gamepad1.left_stick_y > .1) {\n\n Bot.driveForward( speedMultiply * gamepad1.left_stick_y);\n }\n else if (gamepad1.left_stick_y < -.1) {\n\n Bot.driveBac...
9e9505d2de260c1c41994879bac36206
builds OrderSearchQueryExpressionValue without checking for nonnull required values
[ { "docid": "0de4f4f2596cf02f7eb599e313647890", "score": "0.6923589", "text": "public OrderSearchQueryExpressionValue buildUnchecked() {\n return new OrderSearchQueryExpressionValueImpl(field, boost, customType);\n }", "title": "" } ]
[ { "docid": "38a37a2156624111371eff99c4b7a6bd", "score": "0.71706533", "text": "public static OrderSearchQueryExpressionValueBuilder of() {\n return new OrderSearchQueryExpressionValueBuilder();\n }", "title": "" }, { "docid": "7799477c55111b7a7ae2a347af218052", "score": "0.6974...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3efbd895f2b6712f0879e0b6c3dc79f4", "score": "0.0", "text": "@Override\n\tprotected void onBoElse(int intBtn) throws Exception {\n\t\tsuper.onBoElse(intBtn);\n\t\tswitch (intBtn) {\n//\t\tcase IBtnDefine.DataStyle:\n//\t\t\tdataStyle();\n//\t\t\tbreak;\n\t\tcase IBtnDefine.DataCheck:\n\t\t\td...
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115143", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.67343336", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-g...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a9e6b361af3a298252e6d362a2d4bc50", "score": "0.0", "text": "@Override\n\t\t\tprotected Map<String, String> getParams() throws AuthFailureError {\n\t\t\t\treturn params;\n\t\t\t}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
c905f5e4807809c060e1d881c48f4a0d
This method was generated by MyBatis Generator. This method corresponds to the database table appointment_login_manage
[ { "docid": "d493f856477951fc6b07de4859050f0a", "score": "0.5035254", "text": "int insert(AppointmentLoginManage record);", "title": "" } ]
[ { "docid": "4a1ee51e15478fc8e1821195ead15457", "score": "0.64279217", "text": "List<AppointmentLoginManage> selectByExample(\n\t\t\tAppointmentLoginManageExample example);", "title": "" }, { "docid": "ee4d1df8e4141eedd772c41c2279b0d1", "score": "0.6038293", "text": "AppointmentLoginM...
96814b51f97723fe8013fd7d888744e2
Replaces a chunk of elements in this buffer with a new chunk of elements, moving the elements currently after the old chunk of elements to the end of the space where the new chunk of elements will be located.
[ { "docid": "d973b17eaa4fd5db6ec113502acec6c9", "score": "0.681856", "text": "@Override\n public void replace(long offset, long chunkLength, Collection<? extends E> elements) {\n if (offset < 0) {\n throw new IllegalArgumentException(\"Offset cannot be less than zero\");\n }\n...
[ { "docid": "6442cea66bc8d07f456082fb0f89c9f0", "score": "0.662726", "text": "@Override\n public void replace(long offset, long chunkLength, E element) {\n if (offset < 0) {\n throw new IllegalArgumentException(\"Offset cannot be less than zero\");\n }\n\n if (chunkLeng...
dec7a0db059c158e29bd3788601b6449
This check if the actual count equals a configured expected count.
[ { "docid": "0cdeffa19e270398a9e2f87e7fd7af5d", "score": "0.0", "text": "public static void checkClusterUp()\n\tthrows Exception\n\t{\n\t//Check server one and running\n\t\t\n\t\tint actualCount = 0;\n\t\tboolean printed = false;\n\t\t\n\t\tint attempts = 0;\n\t\t\n\t\twhile (actualCount != expectedMembe...
[ { "docid": "4ec7d96fbc00cf72176edddb63cc7d0d", "score": "0.6909494", "text": "public boolean isCount(final int expectedCount) throws IllegalArgumentException\n {\n // expectedCount must be 0 at least\n ParameterCheckUtils.isGreaterThan(expectedCount, -1, \"expectedCount\");\n\n r...
46ea90ab99c5a634fe4c68f4572e3c3d
Obtention du nom original du fichier
[ { "docid": "4b034adc316d5301d232c693ca240a1d", "score": "0.0", "text": "public String getOriginalName() {\n\t\treturn originalName;\n\t}", "title": "" } ]
[ { "docid": "8945eb4c92b5f154567ebc042c8a2c6b", "score": "0.7422704", "text": "public String getOriginalFileName();", "title": "" }, { "docid": "f5962389f6e2ac7979fa0e8d3c06577e", "score": "0.7096778", "text": "java.lang.String getFileName();", "title": "" }, { "docid": "f...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d26e4666713dc2174adb708d49a2a30f", "score": "0.0", "text": "public OnItemClickListener onItemClickListener() {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
cace0477744be10620bc685023c1a2d5
Writes the given message template to the log if log level DEBUG is activated for this logger. Placeholders in the message template will be replaced by the given (optional) parameters.
[ { "docid": "0383cf71eaeba06ae94852415a578334", "score": "0.6394483", "text": "public void debugf(String msgTemplate, Object...params);", "title": "" } ]
[ { "docid": "38d0b47662ee51905ac5f866945765a3", "score": "0.6055977", "text": "public void logf(LogLevel logLevel, String msgTemplate, Object...params);", "title": "" }, { "docid": "8681b2294fab72f18d721bf9766f69d0", "score": "0.5413385", "text": "public void debug(Object message){\r\...
5b80b573d0de120cce733b77167c7c49
Almaceno los vuelos ofrecidos
[ { "docid": "dc9db4014fba5c9ff5d6e775125f8553", "score": "0.0", "text": "public void FijoVuelo3(int A1) { Vuelo3 = A1; }", "title": "" } ]
[ { "docid": "ed6cb0e2e84b5f4ce9d732ee38e83076", "score": "0.67175555", "text": "private void busquedaCapacidadPasajeros(int capPas){\r\n\t\tArrayList<Integer> ids = new ArrayList<Integer>();\r\n\t\tint aux=0;//ID actual en el vector ids\r\n\t\tordenarPorCapacidadPasajeros();\r\n\t\tordCP.buscarInt(ordCP....
ad03380163f04f6a48c088f2224134b7
/ Launches feature of sonimcare application Pass the webelement of feature as parameter
[ { "docid": "78a1e403094380b4ad85bd600da78d77", "score": "0.52569574", "text": "public void sonimCareSelect(String feature) throws InterruptedException{\n\t\t\tminWait();\n\t\t\tnavigateUsingText(feature);\n\t\t\tminWait();\t\t\n\t\t}", "title": "" } ]
[ { "docid": "681c17f9447bf706b3102689f10b7e79", "score": "0.6015669", "text": "public void select_subApplication_sonimCare(WebElement feature) throws InterruptedException{\t\t\n\t\tminWait_SonimCare();\n\t\tclickBtn(feature);\n\t\tminWait_SonimCare();\n\t\t\n\t\t\n\t}", "title": "" }, { "doci...
78b03dbc7200346afb183762981a9b67
Callback method called when a start element tag is found
[ { "docid": "e4a742049079d6c2f5d925f4564af826", "score": "0.5341661", "text": "public void startElement(String uri, String localName,String qName, \n\t\t\tAttributes attributes) throws SAXException {\n\n\t\t//if the element name is valid and in the elementMap\n\t\tif(elementMap.containsKey(qName.toUpperC...
[ { "docid": "2370716309c0d79bc9eae7e5798174a0", "score": "0.70504504", "text": "@Override\n\tpublic void startElement(String namespace, String localName, String qName,\n\t\t\tAttributes attrs) throws SAXException {\n\t\tString splitter = getCurrentSplitter();\n\t\tString splitterTag = XmlUtils.getSplitte...
8fff374af2259c2be10a78c3310fd18b
ObjectEditor.setAttribute(AnAnalyzerParameters.class, AttributeNames.LAYOUT, AttributeNames.GRID_BAG_LAYOUT); ObjectEditor.setPropertyAttribute(AnAnalyzerParameters.class, "PredictionParameters", AttributeNames.STRETCHABLE_BY_PARENT, true); ObjectEditor.setAttribute(AnAnalyzer.class, AttributeNames.STRETCHABLE_BY_PAREN...
[ { "docid": "899e24b7ba8cc1c0a50493356a9a91ee", "score": "0.0", "text": "public Object execute(Object theFrame) {\n\t\tObjectEditor.setPropertyAttribute(AnAnalyzerParameters.class, \"Participants\", AttributeNames.LABELLED, false);\n\t\tObjectEditor.setPropertyAttribute(AnAnalyzerParameters.class, \"Curr...
[ { "docid": "0b7840eeafaca57c1f84462eaf07d1f2", "score": "0.5845579", "text": "@Override\r\n\tprotected Control createDialogArea(Composite parent) {\r\n\t\tComposite container = (Composite) super.createDialogArea(parent);\r\n\t\tGridLayout gridLayout = (GridLayout) container.getLayout();\r\n\t\tgridLayou...
094a549c6957110fe100c3cf5209b4c7
Normalized value is a value in the range from 1 to (11/(2^15)) This class represents value as an integer from 32768 to 32767 instead. In order to get the real normalized value you need to divide value by 32768.
[ { "docid": "2eca50736856dfd55f310eb796d185e0", "score": "0.7902205", "text": "public IeNormalizedValue(int value) {\n\t\tif (value < -32768 || value > 32767) {\n\t\t\tthrow new IllegalArgumentException(\"Value has to be in the range -32768..32767\");\n\t\t}\n\t\tthis.value = value;\n\t}", "title": "...
[ { "docid": "dbfd511c97b8073caf6a4520094107dc", "score": "0.6929177", "text": "public double normalizeValue (double val){\r\n if (type == NOMINAL) return val;\r\n if (type == INTEGER) return val-min;\r\n if (type == REAL) return (val-min)/(max-min);\r\n return val;\r\n }", ...
f1dd31d4bd0a14a577537201388bff70
write your code here
[ { "docid": "8e0b2b1e5af486ffc4ab067e93404fa4", "score": "0.0", "text": "public ArrayList<String> convertToRPN(String[] expression) {\n\t\tStack<TreeNode> stack = new Stack<TreeNode>();\n\t\tTreeNode root = null;\n\t\tint val = 0;\n\t\tInteger base = 0;\n\t\tfor (int i = 0; i <= expression.length; i++) {...
[ { "docid": "a2392cc71aaf87bc730f13f37ecdb439", "score": "0.64542645", "text": "private void apparence()\r\n\t\t{\r\n\t\t//Rien\r\n\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.61411023", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n\t}"...
b97eb5663e49cb60a4a5dad14952eed8
ID of the image that was used for disk creation. string source_image_id = 12;
[ { "docid": "9a39e0d4ec976731f8324f590a06fe30", "score": "0.7412158", "text": "public java.lang.String getSourceImageId() {\n java.lang.Object ref = \"\";\n if (sourceCase_ == 12) {\n ref = source_;\n }\n if (ref instanceof java.lang.String) {\n return (java.lang.String)...
[ { "docid": "668815920ea694aade3018d3c28b61eb", "score": "0.8248729", "text": "java.lang.String getSourceImageId();", "title": "" }, { "docid": "257fdc8a262db184568bda8366ed6de9", "score": "0.7838324", "text": "java.lang.String getImageId();", "title": "" }, { "docid": "25...
4a900d6a06670a1d4597c8caaefaa2a2
beep() send a beep to the window
[ { "docid": "695f7611ebe44fbbb8a10ab65ccb3152", "score": "0.8910421", "text": "public void beep() {\n toolkit.beep();\t\t// n.b. actually independent of the window\n}", "title": "" } ]
[ { "docid": "f27ab292d155aeb9b8a9b7f25f5cad46", "score": "0.69921154", "text": "public static void ballDrop(){\r\n\t\tSound.beep();\r\n\t\ttry {\r\n\t\t\tThread.sleep(3000);\r\n\t\t} catch (InterruptedException e) {\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}", "title": "" }, { "docid": "05...
9e1951767b7904de6219d0eed065d5aa
The method finds the number in the 'numbers' which is the most repeatable number.
[ { "docid": "23667d3556bb5511dac8cc2467a97bf8", "score": "0.71050406", "text": "public int getNumberOfMaxOccurrence(List<Integer> numbers) {\n\n }", "title": "" } ]
[ { "docid": "bd1d443104478a3bd9590f719790ea33", "score": "0.6785443", "text": "public int repeatedNumber(final List<Integer> a) {\n\t int count1 = 0, count2 = 0;\n\t int num1 = Integer.MAX_VALUE, num2 = Integer.MIN_VALUE;\n\t for(int i = 0; i < a.size(); i++) {\n\t if(a.get(i) == num1) {\...
6eb9df9a97ab61f60e137c76f7f17642
El formato que tenemos es el siguiente: Date;TimeRange; WeekDay;District;Place; PlaceNumber;PartID;Hail;Ice; Rain;Fog;Dry;Snow;Wet;Oil;Mud;Gravel; IceRoad;DryAndClean;Victims;VehicleType;PersonType; Sex;AgeRange;
[ { "docid": "b896380ddd0ed2dc7266a3ec76e49f0b", "score": "0.0", "text": "public void map(Object key, Text value, Context context) throws IOException, InterruptedException {\n final String[] values = value.toString().split(SEPARATOR);\n\n\n final String hail = format(values[7]);\n ...
[ { "docid": "78e411adb6424e3fe7a5ea019d710d37", "score": "0.5325919", "text": "private void parseData() {\n fecha = LocalDate.parse(fc);\n idSede = model.Entities.Sede.getIdSede(idS);\n }", "title": "" }, { "docid": "1690be772e1cb768d2df6d612f85c8b0", "score": "0.5257994", "tex...
2277386663745aa975df698edf5efae5
Gets the GHRQ value for this REGIST_DEPT.
[ { "docid": "f7c481fd4a71ff14a0df33f34f46a68b", "score": "0.711569", "text": "public java.util.Calendar getGHRQ() {\r\n return GHRQ;\r\n }", "title": "" } ]
[ { "docid": "b877f9eeef1a1aec65c301466038216c", "score": "0.63151497", "text": "public java.math.BigDecimal getGHF() {\r\n return GHF;\r\n }", "title": "" }, { "docid": "518b1f1eabd1db3bc8200b0543763a49", "score": "0.58300936", "text": "public double getdGPA() { //getters fo...
c1cb02481f2980f1edb5b133446c7bb1
NOTE: page 82 Image resource handling To use a different image, either the global ImageRegistry of JFaceRegistry could be used, or one can be instantiated separately. Using the global one will work, but it means that effectively the Image instance never gets disposed, since the JFaceRegistry will last for the lifetime ...
[ { "docid": "8720ebf1c21833e710876d1154b1b81d", "score": "0.6198505", "text": "public void createPartControl(Composite parent) {\n\t\tResourceManager rm = JFaceResources.getResources();\n\t\tLocalResourceManager lrm = new LocalResourceManager(rm, parent);\n\t\tImageRegistry ir = new ImageRegistry(lrm);\n...
[ { "docid": "f87342c141c1bf85e50d02c90681893b", "score": "0.62486017", "text": "@Override\r\n\tpublic org.eclipse.swt.graphics.Image getImage() {\n\t\treturn new Image(Display.getCurrent(), imagePath);\r\n\t}", "title": "" }, { "docid": "e6310dd07f084297c5c6d9c1bc09e2a1", "score": "0.6205...
894b5df9106e7be0b2f0d0d7ff7cbd25
A method to visit "table:datapilotdisplayinfo" elements
[ { "docid": "f681f2c2bcccd9331eec67766b89a03b", "score": "0.70020765", "text": "public void visit(TableDataPilotDisplayInfoElement ele) {\n\t\tvisit((OdfElement) ele);\n\t}", "title": "" } ]
[ { "docid": "24a13fff9b3d770a6299615c955126a4", "score": "0.5715663", "text": "public void visit(TableDataPilotLayoutInfoElement ele) {\n\t\tvisit((OdfElement) ele);\n\t}", "title": "" }, { "docid": "710166ce23e8e04e0c21ff21a2757130", "score": "0.56138206", "text": "public void visit(...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "a207fc40bce33d728371e3e2dd4e750a", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_group__discussion, container, false)...
[ { "docid": "7e52f54a51b60b2d92de2945e07553d5", "score": "0.6759142", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_list_data_packet, container, f...
3ab5fd74907fecdae37ce0e16b9515b8
Insert more than one character directly into the document
[ { "docid": "4a0f0b802a88950407ded1b04e119545", "score": "0.0", "text": "@Override\n public boolean onDefaultPaste(SignalEvent event, String text) {\n SelectionModel selection = this.getScheme().getInputController().getSelection();\n int column = selection.getCursorColumn();\n\n ...
[ { "docid": "2fed224711254137293b44035a90ebc4", "score": "0.69582963", "text": "void insertChars(String text);", "title": "" }, { "docid": "78f15f04c73e5a50a37e354a8bb37629", "score": "0.65421754", "text": "@Insert\n void insertAll(DDCharacter... characters);", "title": "" },...
069aff60129b38ce81733f38e0068db5
Gets the value of the 'HUMEDAD' field
[ { "docid": "9df9607d9a3a8ce080e58061f305755a", "score": "0.8077191", "text": "public java.lang.Double getHUMEDAD() {\n return HUMEDAD;\n }", "title": "" } ]
[ { "docid": "88ccaeb97e7d2a6e47f78fa9b83f54a6", "score": "0.8088166", "text": "public java.lang.Double getHUMEDAD() {\n return HUMEDAD;\n }", "title": "" }, { "docid": "df5606c123045e0f88a182fed9bb0756", "score": "0.74190897", "text": "public void setHUMEDAD(java.lang.Double value...
eb93df67903b4119ceb968fa1aaffb39
Setter for terminator, utilizing byte[] for address
[ { "docid": "af2cc77ba9d5d24425ea9a13dbf090cb", "score": "0.84793925", "text": "public void setTerminator(byte[] terminator);", "title": "" } ]
[ { "docid": "45b0774c60c280d44cf82e8cbd58718b", "score": "0.7032499", "text": "public byte[] getTerminator();", "title": "" }, { "docid": "d94e8377dbccadf0eb33f91900617426", "score": "0.60724276", "text": "synchronized void setTerminator(CompletionHandler term) {\n terminator =...
4bc95079120b0bb7c81d04a62ebbb960
World sets this RenderManager's worldObj to the world provided
[ { "docid": "9285a0de0b652d40e5d3e9c07537f549", "score": "0.67233884", "text": "public void setWorld(@Nullable World worldIn)\n {\n this.world = worldIn;\n\n if (worldIn == null)\n {\n this.field_78734_h = null;\n }\n }", "title": "" } ]
[ { "docid": "b18ef10dc9c719b7fef1ccef4edba3d7", "score": "0.8048662", "text": "public void setWorld(World world) {\n this.world = world;\n }", "title": "" }, { "docid": "f34bd6ad041e4dc76c0136841b0f4876", "score": "0.7999648", "text": "public void setWorld(GameData world) {\...
1dbc318372a5c9a50c0433d638cf22fc
/ / / / / / / / / /
[ { "docid": "ab5552d7b78bdeb6290378fdbb0c838f", "score": "0.0", "text": "private void writeObject(ObjectOutputStream stream) throws IOException {\n/* 436 */ stream.defaultWriteObject();\n/* 437 */ SerialUtilities.writePaint(this.subLabelPaint, stream);\n/* */ }", "title": "" } ]
[ { "docid": "035f1350f51835e976527ee94aae34e4", "score": "0.5467751", "text": "public void truc(){\n left=(left+1)%8;\n middle=(middle+1)%8;\n right=(right+1)%8;\n }", "title": "" }, { "docid": "447d4d4bcbddbf9a2e265683f0e09b34", "score": "0.5286698", "text": "...
408f3c27665452b9ac5e4b24f78132bd
Interface defining the necessary functions for a configuration reader.
[ { "docid": "8e2054d4f7c9af88ba1e3ead2068884a", "score": "0.7983881", "text": "public interface ConfigurationReader {\n\n /**\n * Read a configuration from the input.\n *\n * @throws ReadConfigurationException - If there is an error reading the input.\n */\n void readConfiguration()...
[ { "docid": "1247d918da39c7f604d3b355fc6fd6d5", "score": "0.7443417", "text": "public ConfigurationReader(){\n properties = new HashMap<String, String>();\n processConfigurationFile();\n }", "title": "" }, { "docid": "4a237fed3adda7158134b617d9f2cb70", "score": "0.7081364...
35d38f20c44ba7baa3b21c93c8c02e37
Run the boolean isWhitespaceNode() method test.
[ { "docid": "f4febffe407fc22b65e4759728299b7a", "score": "0.7618132", "text": "@Test\n\tpublic void testIsWhitespaceNode_fixture4_1()\n\t\tthrows Exception {\n\t\tNode fixture = getFixture4();\n\n\t\tboolean result = fixture.isWhitespaceNode();\n\n\t\t// add additional test code here\n\t\tassertEquals(fa...
[ { "docid": "c9a509a1ec07aea4c60182620baef67f", "score": "0.84450346", "text": "public boolean isWhitespaceNode(Text text);", "title": "" }, { "docid": "2734a6c5bdd5dc949db675902507ec4d", "score": "0.8033001", "text": "@Test\n\tpublic void testIsWhitespaceNode_fixture10_1()\n\t\tthrow...
dbd74aa608ebfb8f310e350f3d9fce41
Values of highly variant features for this cluster. repeated .google.cloud.bigquery.v2.Model.ClusteringMetrics.Cluster.FeatureValue feature_values = 2;
[ { "docid": "6d1c97d258ba9dc544c5a1abd92913ac", "score": "0.59163755", "text": "public Builder addFeatureValues(\n int index, com.google.cloud.bigquery.v2.ModelProto.Model.ClusteringMetrics.Cluster.FeatureValue value) {\n if (featureValuesBuilder_ == null) {\n if (val...
[ { "docid": "33ebf18b2d1dee9eea9a13159e669ccc", "score": "0.7577384", "text": "com.google.cloud.bigquery.v2.ModelProto.Model.ClusteringMetrics.Cluster.FeatureValue getFeatureValues(int index);", "title": "" }, { "docid": "e8ca80c0a41f3a105b3b0e1847cc2fd4", "score": "0.7160301", "text"...
ecb26f23356c68b3e01fbe1ab602b9f5
reading the board and assigning the location with the right value
[ { "docid": "08e57606e80f034c1df8f34c540a9739", "score": "0.0", "text": "public static void assignment(int length, int width,char [][] grid ) {\n\r\n\t\t\r\n\t\tfor (int y = 0; y < length; y++) {\r\n\t\t\t\tfor (int x = 0; x < width; x++) {\r\n\t\t\t\t\tif (grid[y][x] != 'X') {\r\n\t\t\t\t\t\tint hint1 =...
[ { "docid": "33e0dbfbf159438c5cc3a176563b63db", "score": "0.6491964", "text": "public void setLocation(int[][] board){\n\t\tboard[x][y] = 3;\n\t}", "title": "" }, { "docid": "97ec54c6e3331630a641223bbc8c1710", "score": "0.63739306", "text": "public void setEntry(BoardSquare piece, cha...
1f21d386830e234f7e92de6c32792f94
Output only. Time at which the request to update the `WorkerPool` was received. .google.protobuf.Timestamp update_time = 17;
[ { "docid": "405996d53f267077dad3263dce13549b", "score": "0.0", "text": "@java.lang.Override\n public boolean hasUpdateTime() {\n return updateTime_ != null;\n }", "title": "" } ]
[ { "docid": "1c229a2b690e61e3772623d4f321be22", "score": "0.6213211", "text": "com.google.protobuf.ByteString getUpdateTime();", "title": "" }, { "docid": "affed2b2b6f0274bd73fdf9d9e338bae", "score": "0.61908853", "text": "public com.google.protobuf.ByteString getUpdateTime() {\n ...
455c64b1d2945d465e48a4a7eed6ebfd
Jon's method to check to see if classes in cart are overlapping with classes in the database
[ { "docid": "6df928e6d65f6749e8ce3f9bd6bacdaf", "score": "0.47833067", "text": "public static String isOverlappingDB(List<Section> secs, String stu_id) {\n SessionFactory sessionFactory = HibernateUtil.getSessionFactory();\n Session session = null;\n String msg = \"\";\n List<...
[ { "docid": "e16951295979b3a106069f22136cdeb4", "score": "0.6110001", "text": "public boolean searchEconomyClass()\n\t{\n\t\tfor(int i=0;i<4;i++)\n\t\t{\t\n\t\t\tif(seats[2][i] == false)\n\t\t\t{\n\t\t\t\treturn true;\t\t\t\n\t\t\t}\n\t\t\telse if(seats[3][i] == false)\n\t\t\t{\n\t\t\t\treturn true;\t\t\...
5b928ae587ad17485e239956d6301c47
This method was generated by MyBatis Generator. This method sets the value of the database column c_tasks.cover
[ { "docid": "416f29475f93d8d66d28efe66cb1d8fe", "score": "0.6441107", "text": "public void setCover(String cover) {\n this.cover = cover == null ? null : cover.trim();\n }", "title": "" } ]
[ { "docid": "334b4690b40576c985dc219d8b32f582", "score": "0.5986261", "text": "public void setCoverimg(String coverimg) {\n this.coverimg = coverimg;\n }", "title": "" }, { "docid": "fa93dbb067cd6b7e14bdcca697f7e18c", "score": "0.5694072", "text": "public void setCoverPic(In...
2c79678d00ac94ce2e65fc64184caa85
Convert raw statement to SimpleWhereStatement object.
[ { "docid": "2913661c30b7b56238a9fbe4daa57d73", "score": "0.7964341", "text": "public static SimpleWhereStatement fromRawStatement(final String rawStatement) {\n final String[] split = rawStatement.split(\"(=[' ]*?:)|(like['% ]*?:)|(in[( ]*?:)\", 2);\n if(split.length < 2) {\n ...
[ { "docid": "c02500432f9642af87b2d2121418d4ad", "score": "0.60847205", "text": "FilterStatement createFilterStatement();", "title": "" }, { "docid": "83acae99230cebad279d4ad57a8f29fc", "score": "0.57853734", "text": "public de.uni_koblenz.jgralab.greql2.schema.WhereExpression createWh...
6263a16dbb63005f41a321ebee1a9639
Test of main method, of class ImageMergerPanel.
[ { "docid": "6e208f61ad8b6d64be7c4624f8876da3", "score": "0.83420783", "text": "@Test\n public void testMain() {\n System.out.println(\"main\");\n String[] args = null;\n ImageMergerPanel.main(args);\n // TODO review the generated test code and remove the default call to fa...
[ { "docid": "e883bd40028243b60218ee7e0bed0f11", "score": "0.7436625", "text": "@Test\n public void testConcatImage() {\n System.out.println(\"concatImage\");\n int col = 0;\n int row = 0;\n ArrayList<BufferedImage> images = null;\n BufferedImage expResult = null;\n ...
3793e69186b66274b7c93bac3a5cad1d
Returns the time period after which items will be considered to have expired, in hours. Default: 12 hours Equivalent deprecated property: com.arjuna.ats.arjuna.recovery.transactionStatusManagerExpiryTime
[ { "docid": "d9abbde4fbaf9f82e48bc08f3ebbb120", "score": "0.7304363", "text": "public int getTransactionStatusManagerExpiryTime()\n {\n return transactionStatusManagerExpiryTime;\n }", "title": "" } ]
[ { "docid": "f816de98509a2f38e4d970247ec33458", "score": "0.64998376", "text": "long getLeaseExpirationTime();", "title": "" }, { "docid": "8a03e6e31c85314c532dc511a7810609", "score": "0.64636433", "text": "long getExpirationTime();", "title": "" }, { "docid": "9ce9b839ccb...
0878e00b98a41df8aed234ade57c32cf
setup new session check for User by emailAddr... generate "resetKey" , save in Users record, send in Reset request email.
[ { "docid": "60c5e3bcd5dd868ed18c581a9acdd77d", "score": "0.53926307", "text": "@RequestMapping(\"/resetPasswordRequest\")\r\n\tpublic ModelAndView resetPasswordRequest(HttpServletRequest request, @RequestParam String emailAddr) {\n\t\tif(emailAddr==null || emailAddr.length()<1){\r\n\t\t\t\temailAddr = \...
[ { "docid": "0bf9a91c52395e9ff8afa62ee78b346c", "score": "0.6667117", "text": "public boolean setUserResetTo1 (String email) ;", "title": "" }, { "docid": "7097419a97f9e582923b7f20eb569b25", "score": "0.6639571", "text": "public boolean setUserResetTo0 (String email) ;", "title": ...
45d2f333cfc7b5fd09ba9ba288a311cd
Sub text for the option.
[ { "docid": "8177692dee92f9bc001e5d1127afbf3b", "score": "0.6696509", "text": "protected String subtext(T choice, boolean isSelected, boolean isDisabled) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "c71f30402011d2fe0f7da91b9db0d71f", "score": "0.6506677", "text": "public IOptionBuilder subTitle(String subTitle);", "title": "" }, { "docid": "d627da0ba986ab2cb57cbf389cb752fc", "score": "0.6472899", "text": "public IOptionBuilder subTitle();", "title": "" }, { ...
b78e940d89e7bac2383b44a021b68ada
The method defines main job cycle for the object.
[ { "docid": "f70edf66afb8bda664f7f3ed653568a0", "score": "0.0", "text": "public void run() {\n while( ! Thread.interrupted()) {\n\t\t\ttry {\n\t\t\t\tsendDataToServerAndReturnAnswerToClient();\n\t\t\t} catch (StreamCorruptedException e) {\n\t\t\t\tSystem.err.println(CONNECTION_PROBLEM);\n\t\t\t\td...
[ { "docid": "b441acb6e273c8f3baa4580228180132", "score": "0.69969714", "text": "Job nextJob();", "title": "" }, { "docid": "e890588d1d5c8761ab39d58031947b6f", "score": "0.6873687", "text": "@Override\n\tpublic void exeJob() {\n\t}", "title": "" }, { "docid": "621657db40d9a...
0ab7991ae64a627225d9099a49aa57fb
We call to R through this interface.
[ { "docid": "55bbbf5fa46bc5639f22d1adc7181e2d", "score": "0.0", "text": "@FunctionalInterface\n interface ShowPlot {\n void show(Graphics2D graphics2D, int width, int height, int clustersCount, String x, String y);\n }", "title": "" } ]
[ { "docid": "a71f185dfaf7230b8e77ee6f6a04d21b", "score": "0.61056006", "text": "@Override\n\tvoid rr() {\n\t\t\n\t}", "title": "" }, { "docid": "a03e9c28a8331a019204d69bf2ced045", "score": "0.57285005", "text": "ExecuteR(String path){\n\tsetName(path);\n\t}", "title": "" }, { ...
1e7a861176d0089be4700232ae8dce3e
Getter for the JLabel used in this class.
[ { "docid": "519442a81a32dcff7b27356b78afeeea", "score": "0.8536712", "text": "public JLabel getLabel() { return this.label; }", "title": "" } ]
[ { "docid": "eb73223b5d1e4b36bb5e3a90c91abe6e", "score": "0.8248365", "text": "public JLabel getLabel()\n\t{\n\t\treturn label;\n\t}", "title": "" }, { "docid": "51c7ddb3a2103d77fac8feab163ace6a", "score": "0.7770934", "text": "public JTextField getLabel() {\r\n\t\treturn label;\r\n\t...
4c2a080841bd8165e8c8b62e6c83894c
/ Check if this entity collided with another entity
[ { "docid": "cb765d830549d8fec183771e42de7ad1", "score": "0.6585112", "text": "public boolean collidesWith(Entity other){\n\t\tme.setBounds((int)x, (int)y, sprite.getWidth(), sprite.getHeight());\n\t\thim.setBounds((int)other.x, (int)other.y, other.sprite.getWidth(), other.sprite.getHeight());\n\t\tretur...
[ { "docid": "bce9c100dd93e86fa955ed817cc4e2cb", "score": "0.75433683", "text": "public abstract void collidedWith(Entity other);", "title": "" }, { "docid": "bce9c100dd93e86fa955ed817cc4e2cb", "score": "0.75433683", "text": "public abstract void collidedWith(Entity other);", "titl...
a678a1b4fef682eadbdf70ad88501355
This method was generated by MyBatis Generator. This method corresponds to the database table activity_info
[ { "docid": "b7669dab9972859ba379dbf42c0451fd", "score": "0.0", "text": "int insert(HdActivityInfo record);", "title": "" } ]
[ { "docid": "dfc621a6303d38caa70f6c7764eaeb5f", "score": "0.59653986", "text": "@Select({\n \"select\",\n \"id, title, sub_title, content, type, wx_card_id, create_date, start_time, end_time, \",\n \"picture_url, enter_url\",\n \"from activity\",\n \"where id = #{id,jdb...
ce8257eafd13f8dcc6c7165be7fdd394
Create HashMap with String and Integer. Print only the key values by using the Enhanced for loop add values like ("ONE",1); Output FIVE ONE FOUR TWO THREE
[ { "docid": "8b48b410c5e321d0f27b6887a0333e39", "score": "0.6598151", "text": "public static void main(String[] args) {\n\t\tHashMap<String,Integer>hm=new HashMap<>();\n\t\thm.put(\"ONE\", 1);\n\t\thm.put(\"TWO\", 2);\n\t\thm.put(\"THREE\", 3);\n\t\thm.put(\"FOUR\", 4);\n\t\thm.put(\"FIVE\", 5);\n\t\tfor...
[ { "docid": "29e1ec59625c037fb7ec2bded7454b2f", "score": "0.7086616", "text": "public static void main(String[] args) {\n\r\n\t\tHashMap<Integer,String> hm = new HashMap<>();\r\n\t\thm.put(01,\"Coffee\");\r\n\t\thm.put(02,\"Tea\");\r\n\t\thm.put(03,\"Green tea\");\r\n\t\thm.put(04,\"Black coffee\");\r\n\...
24d3b2738886327a2e8eb0a61a9e5260
Public accessor for retrieveCountryByName Creates a temporary country to return which is equal to the result of calling retrieveCountryByName () passing in the predefined String and the root node to begin search from. Cast's the data from the returned node to type Country so it can be passed out.
[ { "docid": "c63f28399ccd4660f9a7cb1092d9ee9e", "score": "0.74388075", "text": "public Country RetrieveCountryByName (String name)\r\n {\r\n Country tempCountry = (Country) retrieveCountryByName(name, root).getData();\r\n return (tempCountry != null) ? tempCountry : null;\r\n }", ...
[ { "docid": "8aff268dbca020881a80c955439ec5c6", "score": "0.6573331", "text": "private Node<T> retrieveCountryByName (String item, Node<T> tree)\r\n {\t\t\r\n Boolean found = false; // only insane people carry on looking for something once they've found it...\r\n while ( !found && tree ...
4c80f90f0daf6297f28eeb03c38e4b3f
Repositorio para la entidad AssociationTwin. Gestiona una serie de operaciones CRUD sobre AssociationTwins
[ { "docid": "8e6d20f1d88672bee5cc55c35fcd37f3", "score": "0.62644154", "text": "public interface AssociationTwinRepository extends CrudRepository<AssociationTwin, AssociationTwinId>{\n\n}", "title": "" } ]
[ { "docid": "d11edd9e226ff1aa17cc7ce41050e45a", "score": "0.5709789", "text": "OAuthRelationship createOAuthRelationship();", "title": "" }, { "docid": "a18cd18e49a81e379051d40c0be05254", "score": "0.54846203", "text": "public interface TwonRepository extends JpaRepository<Twon, Integ...
f0cdb137a9d94115c03852ad9dfaad2d
(This function set the window behavior when a plugin is removed.
[ { "docid": "2e254426957528a4c79329ff3c94fd72", "score": "0.0", "text": "@Override\n\tpublic void pluginRemoved(PluginEvent e) {\n\t\t\t\t\n\t\tfor(int i = 0; i < this.pluginMenu.getItemCount(); i++) {\n\t\t\t\n\t\t\tJMenuItem menuItem = this.pluginMenu.getItem(i);\n\t\t\t\n\t\t\tif(menuItem.getName().eq...
[ { "docid": "ec4046ad778cd3d6d9352141fe852989", "score": "0.67974716", "text": "@Override\n public void windowDeiconified(WindowEvent arg0) {\n \n }", "title": "" }, { "docid": "aab5014f79c78a60900888efa1b804a6", "score": "0.6706037", "text": "@Override\r\n\r\n\tpublic vo...
f552ca15ccac5e994f7f37da211a3b66
Create a db_mall.t_product_ghost table reference
[ { "docid": "58583d478e4bbbc887cebbf700ee8be7", "score": "0.6326737", "text": "public TProductGhost() {\n this(DSL.name(\"t_product_ghost\"), null);\n }", "title": "" } ]
[ { "docid": "8d3b95f6c855824df57b04b79af8d8af", "score": "0.6154509", "text": "public SupplierProductTbl () {\n\t\tsuper();\n\t}", "title": "" }, { "docid": "282287071dc1cf65425048369e92c54b", "score": "0.6038024", "text": "public static void createSupplierTable() {\n\n\t\ttry {\n\t\t...
07b0491eca6b400d8c668b8265abf029
Gets an identity by a user's name and returns in the JSON format.
[ { "docid": "f6a1cd534891a6497036f49f5fa285f9", "score": "0.6528584", "text": "@GET\n @Path(\"show.json\")\n @Produces({MediaType.APPLICATION_JSON})\n public Response getId(@Context UriInfo uriInfo,\n @PathParam(\"username\") String username,\n @PathParam(\"po...
[ { "docid": "acfb7c2d24e28eebfdfd8a924da692bd", "score": "0.64689946", "text": "@GET\n @Produces(MediaType.APPLICATION_JSON)\n public Response getUser(@HeaderParam(\"Authorization\") String name) {\n UserDAO dao = new UserDAO();\n User user = dao.getUser(name);\n\n if(user == n...
7958b3589b7583dfbef7e2065af21159
Empties a register. While a for loop is being executed, registers cannot be emptied to ensure correct loop behaviour.
[ { "docid": "69613b385fa7e6ecc7e55e9e133e6e7b", "score": "0.57288593", "text": "private void emptyReg(String reg) {\n if (!nested && !this.emptyRegisters.contains(reg)) {\n this.emptyRegisters.add(0, reg);\n }\n }", "title": "" } ]
[ { "docid": "41fbc5c2736d42e6f63432d75947b8a6", "score": "0.6425619", "text": "public void clearIAccum() {\n\t}", "title": "" }, { "docid": "2c976220c06a5e0c770677b38bdc8a3c", "score": "0.6184968", "text": "public void clear() {\n i = 0;\n }", "title": "" }, { "d...