query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
ac7979a855b5e2fb2f3a749bcec99d65
Bezeichnung der ArtikelBedingung "ItemConditionID" .dstore.values.StringValue item_condition_description = 10008;
[ { "docid": "2cb80674c173dc6bb931ddcdc8b538ef", "score": "0.5861145", "text": "public io.dstore.values.StringValue.Builder getItemConditionDescriptionBuilder() {\n \n onChanged();\n return getItemConditionDescriptionFieldBuilder().getBuilder();\n }", "title": "" } ...
[ { "docid": "3f9df1980f7534cd0ef29bb3e22ee341", "score": "0.7863316", "text": "io.dstore.values.StringValue getItemConditionDescription();", "title": "" }, { "docid": "25940c5d14c460b59d376b47312eb1ff", "score": "0.7704374", "text": "io.dstore.values.StringValue getItemConditionPartDe...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7899b895c2fa1b58eb10fc47fb47492e", "score": "0.0", "text": "@Override\n\tpublic int getLine() {\n\t\treturn line;\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
bc15916e74a4d6c7701b9b076d11d2cf
/ returns a String representation of the Bank return String representation of the Bank
[ { "docid": "f25d0e479fa9f47a30d6313bca515001", "score": "0.73834527", "text": "public String toString()\n\t{\n\t\tString Data = \"\\n\"\n\t\t\t\t+\t\"Account Type Account Balance\\n\"\n\t\t\t\t+\t\"------------ ------- -----------\\n\";\n\t\t\t\n\t\tfor(int i = 0; i < accounts.size(); i++)\n\t\t{\...
[ { "docid": "86fc8d322dc2ff61bd80b55c39c9f5cd", "score": "0.7945426", "text": "public String toString() {\n\t\treturn \"BankAccount [Account number = \"+ accountNumber + \", Account balance = \" +balance+ \", Account type: \" + accountType + \"]\";\n\t}", "title": "" }, { "docid": "fd47fccd7b...
5b0de50e639b184baa17c1a2fdd3093d
Whether to output final box feature. If true, it will crop the rpn feature map based on the final prediction boxes, then pass the crops through the box_classifier to compute the final features in the postprocess() method. optional bool output_final_box_features = 42 [default = false];
[ { "docid": "e11635cce4d17966ad4c9f3f618cf8ff", "score": "0.5686364", "text": "@java.lang.Override\n public boolean hasOutputFinalBoxFeatures() {\n return ((bitField1_ & 0x00000080) != 0);\n }", "title": "" } ]
[ { "docid": "c4d5d2f1fedee7310414ad7a5b59f379", "score": "0.71493363", "text": "@java.lang.Override\n public boolean getOutputFinalBoxRpnFeatures() {\n return outputFinalBoxRpnFeatures_;\n }", "title": "" }, { "docid": "4a26d080bf2be36f53e9828dcda6cec0", "score": "0.71487...
378b01b6f0523cf1a6f264caff9a16c6
Shows updated inventory with products that do not have a quantity that equals 0
[ { "docid": "4a477a4cb8b678b9be245f0e57b99c12", "score": "0.6963868", "text": "public boolean showInventory() {\n\n // removes products of 0 quantity\n for (int k = 0; k < this.getInventorySize(); k++) {\n\n if (this.getProduct(k).getQuantity() == 0) {\n this.remov...
[ { "docid": "5a2109a9e8008b19c91011bc44d6a663", "score": "0.61567265", "text": "public static void emptyInventoryListMessage() {\n System.out.println(\"You do not have any Items in your inventory:(\");\n }", "title": "" }, { "docid": "58804718a1e09386010c5356609ec388", "score": ...
d5afdce7564c91ebd2b787d956e6eaa9
Set the mount and the controller
[ { "docid": "59e572134c29777f763bfcfa7cd8f79d", "score": "0.6175701", "text": "public void setComponents(MountController ctrl,Mount mnt) {\n\t\t((CommonCoordsTableModel)getModel()).setComponents(ctrl, mnt);\n\t}", "title": "" } ]
[ { "docid": "2d4978bc6cff7fb7d78c062bb368be86", "score": "0.6530145", "text": "public void setController(InitController controller)\n {\n this.controller = controller;\n }", "title": "" }, { "docid": "d499c3ce7911352d0628aaca3898ebf5", "score": "0.6339953", "text": "publi...
685f7008ce7454c68edc6c0377fffb57
Returns true if field timestamp is set (has been assigned a value) and false otherwise
[ { "docid": "7de0a054ad702deba45b3a911ff8ba29", "score": "0.8463404", "text": "public boolean isSetTimestamp() {\n return this.timestamp != null;\n }", "title": "" } ]
[ { "docid": "e4ee7486d8d044ce4578142d2362467c", "score": "0.81699044", "text": "public boolean hasTimestamp() {\n return fieldSetFlags()[0];\n }", "title": "" }, { "docid": "eb484f6b94d85cffea14981f0d2c56a5", "score": "0.8144111", "text": "public boolean hasTimestamp() {\n ...
3de399eb2cac7ba4600abe5576270a8e
Noop marker interface used just to enable typesafe component scanning.
[ { "docid": "be1fd5169518229efa1a5207e0651067", "score": "0.0", "text": "public interface WebMvcPackageRef {\n}", "title": "" } ]
[ { "docid": "4f1549a7cee54892101952e322c0f825", "score": "0.6700869", "text": "@Override\n public void PreScanning() {\n //Unused\n }", "title": "" }, { "docid": "08475de2a44eca7674a4219aff5306f3", "score": "0.62017685", "text": "public interface N...
b171d7ddf6afb22dad30fcdfc78e4039
llamar a activity operaciones
[ { "docid": "7a03ee4328f43fc23ca0864809a823ad", "score": "0.0", "text": "public void Siguiente2(View view){\n Intent siguiente2=new Intent(this, operaciones .class ) ;\n startActivity(siguiente2);\n }", "title": "" } ]
[ { "docid": "d821e4e9477d9746b080ff875f33ddaf", "score": "0.6068743", "text": "public Actividades () {\n this.nomeAt = \"\";\n this.codCache = \"\";\n this.descricao = \"\";\n this.meteo = new Meteorologia();\n this.objRetirado = \"\";\n this.objColocado = \"\";\n this.data = new Gre...
91a256ff2594cf8afc72d02401e8e090
required string waveId = 1; Wave to open, URI path format.
[ { "docid": "20772fb0a15adf914ffd6b30827cb970", "score": "0.60406274", "text": "public java.lang.String getWaveId() {\n java.lang.Object ref = waveId_;\n if (!(ref instanceof java.lang.String)) {\n java.lang.String s = ((com.google.protobuf.ByteString) ref)\n .toString...
[ { "docid": "f2680008e678b134aecd433e618ffb05", "score": "0.6599705", "text": "public Builder setWaveId(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000001;\n waveId_ = value;\n onChanged();\n ret...
50c60aa248d2c9213733201d3f5661c2
all below methods are override from animal interface
[ { "docid": "44a085a4c0ce89dd77bfbbfb94bb9614", "score": "0.0", "text": "@Override\n public String getDateofBirth() {\n return this.DateofBirth;\n\n }", "title": "" } ]
[ { "docid": "4adf8faa562ddf29cd7ef03b1688fcc2", "score": "0.7682517", "text": "private void seeAnimal() {\n\r\n\t}", "title": "" }, { "docid": "4da6699289d6e918a8ef1886a05e5fc8", "score": "0.7542767", "text": "@Override\npublic void mating(Animal a) {\nSystem.out.println(a.getType()+ ...
1aff8740c58b8e27f314f6520dfa2af7
/ Test for 'itoc(char)'
[ { "docid": "2aafe16756b307119338b8c7024f595b", "score": "0.590397", "text": "public void testItoc() {\r\n\t\t//assertEquals(g1.itoc(2), 'C');\r\n\t}", "title": "" } ]
[ { "docid": "fc4161d033879851d79cab0b1ea8a2e4", "score": "0.7214309", "text": "public abstract boolean hasChar(char c);", "title": "" }, { "docid": "b3d3b20f705c99ca5c42c2b09e9e9797", "score": "0.6864447", "text": "public static boolean isAncharChar(char c) { return c=='^' || c=='$';...
f060cc9d1ed77e4c37f12ab66d0549cf
Add authentication filter to default client.
[ { "docid": "af0f5e31590dedd3e416228e5f447f7d", "score": "0.54929465", "text": "private Client getClient() {\n Client client = ClientBuilder.newClient();\n client.register(new ClientAuthenticationFilter());\n return client;\n }", "title": "" } ]
[ { "docid": "a17ff903563b77e9fff8ef6617760566", "score": "0.5976253", "text": "public NegotiateSecurityFilterEntryPoint() {\n NegotiateSecurityFilterEntryPoint.LOGGER.debug(\"[waffle.spring.NegotiateEntryPoint] loaded\");\n }", "title": "" }, { "docid": "0772ec8f22f45c1dc631b60f1924...
ac09360dfb00392e3cb5d4cf26fd7b8c
data.statusX = e.getX(); data.statusY = e.getY(); InterfaceFigure figure = data.selectedFigure.getInstance(data.selectedFigure); figure.setMainProperties(data.type, data.color, data.thickness); figure.move(e.getX(), e.getY()); panel.figures.add(figure); panel.initialize();
[ { "docid": "ef543ac865431c4f5a01407e3ca4b339", "score": "0.7335361", "text": "private void addFigure(MouseEvent e)\n\t{\n\t}", "title": "" } ]
[ { "docid": "92ab150f8c99b6dfb93125134ca437d4", "score": "0.6777593", "text": "public void showFigure()\n {\n }", "title": "" }, { "docid": "90ab1c118f04b27863fe2c58756ff39c", "score": "0.67022675", "text": "protected IFigure createFigure() {\n AOFigure figure = new AOFigure...
f5ee2f6c4a5d2eb3771858df10cb83df
other test whether the user is in the liked list
[ { "docid": "e991ddfcc8f2e685425e4ae8af2579e0", "score": "0.79140174", "text": "public boolean testLiked(String username){\n\t\tboolean exist = false;\n\t\tif(!likedList.isEmpty()){\n\t\t\tfor(Student student : likedList){\n\t\t\t\tif(student.getUsername().equals(username)){\n\t\t\t\t\texist = true;\n\t\...
[ { "docid": "0fc8ff7ff23b620ad5984e3b6a78c670", "score": "0.75208306", "text": "public void isLiked(final LikeStatusCallback<Boolean> callback) {\n ParseRelation<User> likes = getRelation(FIELD_LIKES);\n ParseQuery<User> query = likes.getQuery();\n query.whereEqualTo(\"objectId\", Pa...
40863981bd7a65987a5e5fb49eae6dff
checks if the any contains a value of the idl type type.
[ { "docid": "b1a792e7e9e19ab5f41b7e9b50fd2e40", "score": "0.0", "text": "static public boolean isType(Object object){\n\t\treturn containsType(TypeClass.TYPE, object);\n\t}", "title": "" } ]
[ { "docid": "3477c929befb5edb3dea20bf977defc5", "score": "0.68015796", "text": "boolean hasAnyType();", "title": "" }, { "docid": "e761d6b3d9b8e6ca85da698ee67f6db9", "score": "0.6601484", "text": "@Override\n\tpublic boolean contains(TLAType o) {\n\t\treturn false;\n\t}", "title":...
0a1eb707cc1a2e457cd9788f237ea79d
Add directories to use for templates.
[ { "docid": "8ed74e64dbd12ff2641961290971eafe", "score": "0.5659454", "text": "public void addTemplateLoader(URL[] templateDirectory) throws URISyntaxException, IOException {\n if (null != templateDirectory) {\n List<FileTemplateLoader> fileTemplateLoaders = new ArrayList<FileTemplateLo...
[ { "docid": "08f2411c9219b4f2f6102ed0345ec703", "score": "0.65871274", "text": "String getTemplateDir();", "title": "" }, { "docid": "b6a6ad0b8b4977f4c3d7da47f7c77400", "score": "0.6074821", "text": "protected void addDirectory( Map includes, String prefix, File baseDir ) throws IOExc...
98e697d4299e05fd22a110fa7a5d24d7
List categories, ordered by order_idx
[ { "docid": "21683bd850af5714221f0affe5e1904e", "score": "0.63088006", "text": "List<Category> getCategories();", "title": "" } ]
[ { "docid": "bfa256d32404834f05068ab3a6dcf150", "score": "0.7101995", "text": "com.goldingmedia.goldingcloud.LauncherUiProtos.CCategoryNode getCategoryList(int index);", "title": "" }, { "docid": "493f12b9def3b2e0f0fa8cdb2324ff67", "score": "0.6884136", "text": "@Override\n public ...
a7288d951c963f8e3558bc2b8b5809b7
Sorting and binary search.
[ { "docid": "778b3b6ecf8409404f1d6e746d0b5def", "score": "0.0", "text": "public int countElements(int[] arr) {\n Arrays.sort(arr);\n int counting = 0;\n for (int num : arr) {\n if (Arrays.binarySearch(arr, num + 1) >= 0) {\n counting++;\n }\n ...
[ { "docid": "e9a2cdfd73110ca6af930da8b87cbc79", "score": "0.7244667", "text": "private static void bin_Search_rec(int[] a, int key, int low, int high) {\n\t\tint mid=(low+high)/2;\n\t\t\n\t\tif(a[mid]==key)\n\t\t{\n\t\t\tSystem.out.println( mid);\n\t\t}\n\t\telse if(a[mid]<key)\n\t\t{\n\t\t\tif(low==high...
2ccabe5cd81e223ee206e7cb1fb0aaec
Checks if the correct answer already existed in the possible answers array
[ { "docid": "3e3dfe906acc1d5813ea46ea364ac141", "score": "0.7655719", "text": "private boolean checkAnswer(String answer) {\n for (String posAns : possibleAnswers) {\n if (posAns.equals(answer)) {\n return true;\n }\n }\n return false;\n }", ...
[ { "docid": "4b6c5dfbb9a1ec7db78b2d0a26bb8192", "score": "0.72086316", "text": "public boolean checkAnswers(List<String> correctAnswers, List<String> chosenAnswers) {\n for (String corect : correctAnswers) {\n int ok = 0;\n for (String chosen : chosenAnswers) {\n ...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "ac7349e340198e4ee2b263ee5c8b25d2", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_drill_movie, container, false);...
[ { "docid": "ce0e43779394d3f48ae8fe6576e51b7c", "score": "0.6743862", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.shangcheng_fragment, container, false);...
d2372565e941f6a1a6f8ddc9ecee0446
/ Generate a Password object with a random password.
[ { "docid": "928d757cd0d103b47586b0afe0c605c8", "score": "0.0", "text": "public static String getNext(int length) {\r\n if (length < 1) {\r\n throw new IllegalArgumentException(\r\n \"Invalid length \" + length);\r\n }\r\n StringBuffer sb = new StringBuf...
[ { "docid": "9e54edf1abb946fce60fa68561eeb925", "score": "0.822737", "text": "public static String generatePassword(){\n String generatedPassword = RandomStringUtils.random(10, true, true);\n return generatedPassword;\n }", "title": "" }, { "docid": "9fc43a7b78c54a46f3f75ed9b...
d57b7e06c0a3e6a22c310d5c3d6b2a15
The token will be checked with the in memory cache, if it's not present in the cache then the introspection service will be called and the response will be cached in the memory.
[ { "docid": "4be54df2ae2bd80f74b01a69929b4362", "score": "0.6312396", "text": "public boolean isValidToken(final ProcessContext processContext, final String token, final ComponentLog logger) {\r\n\t\tfinal String oAuthUrl = processContext.getProperty(OAUTH_URL_PROP).evaluateAttributeExpressions().getValu...
[ { "docid": "0b346351e8e7b355ded787ed0e9b7cc5", "score": "0.64247465", "text": "public TokenCache() {\n this.tokenCacheDictionary = new ConcurrentHashMap<TokenCacheKey, AuthenticationResult>();\n }", "title": "" }, { "docid": "feea95831ed344ff797ee46718cd1b76", "score": "0.63883...
c2d8dd663afcdb31c9cd9ccfdd333d8a
Check whether the node is a leaf
[ { "docid": "dcefda9aaafecf8b430e37654a93fb14", "score": "0.8278167", "text": "public boolean isLeaf()\n {\n if(getNumberOfChildren() == 0)\n return true;\n return false;\n }", "title": "" } ]
[ { "docid": "19efb28b9c98c3840fb84b64220647a9", "score": "0.8468262", "text": "public boolean isLeaf();", "title": "" }, { "docid": "19efb28b9c98c3840fb84b64220647a9", "score": "0.8468262", "text": "public boolean isLeaf();", "title": "" }, { "docid": "19efb28b9c98c3840fb8...
4ea4ee489d1db41ba7050b1d6f0b8977
/ / / /
[ { "docid": "991eda3bce461bbb6bd072513b8b8115", "score": "0.0", "text": "public MANativeAdBuilder() {}", "title": "" } ]
[ { "docid": "042bdf62184e77a81000e32d30c9bd3f", "score": "0.56960136", "text": "public void draw()\n\t{\n\t\tSystem.out.println(\" _,., \");\n\t\tSystem.out.println(\" ,' ,'\");\n\t\tSystem.out.println(\" / ,'\");\n\t\tSystem.out.println(\" ...
48e76d1595727cc3a988b9ddf6af0057
Tenant id of the Estimate Template Activitie
[ { "docid": "438b2f5eff000c6b192e16cd92d22253", "score": "0.777881", "text": "@ApiModelProperty(required = true, value = \"Tenant id of the Estimate Template Activitie\")\n @NotNull\n\n @Size(min=2,max=128)\n public String getTenantId() {\n return tenantId;\n }", "title": "" } ]
[ { "docid": "f73507c71edc4121fd6ab23a60281bdd", "score": "0.75169855", "text": "public String getTenant_id() {\n\t\treturn DataUtil.toString(super.getByIndex(INDEX_TENANT_ID, true));\n\t}", "title": "" }, { "docid": "a0b6cbef53f19799d3682d1f4af87ef9", "score": "0.722106", "text": "pub...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "e358f5a683ffe04b021216126a975db5", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n buttonGroup1 = new javax.swing.ButtonGroup();\n ...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.7392794", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "b431c293f...
5dc35027269f805970cc69678111ef92
This is the transitioning element on top of bottom stack, calculate how far we are in.
[ { "docid": "e555ad3e6e9afb1f8f763b77fa838421", "score": "0.5386436", "text": "private void updateStateForChildTransitioningInBottom(StackScrollAlgorithmState algorithmState,\n float transitioningPositionStart, float bottomPeakStart, float currentYPosition,\n StackViewState childVie...
[ { "docid": "cf3ae788c518a232b48e623fb53a9dc4", "score": "0.6175163", "text": "public double height() {\n return top - bottom;\n }", "title": "" }, { "docid": "360a508f97535937c134fd6605184203", "score": "0.59228605", "text": "private int getBF(){\n return this.left.get...
04ba1a5a4e2f207c2e0dffce36102b98
Test of getSales method, of class SalesDAO.
[ { "docid": "fe1072f7629d8d7c3152c3c001c28a8f", "score": "0.87301147", "text": "@Test\r\n public void testGetSales() throws Exception {\r\n System.out.println(\"getSales\");\r\n SalesDAO instance = new SalesDAO();\r\n\r\n List<Sales> result = instance.getSales();\r\n assert...
[ { "docid": "33436f43995804bd7f8e438dcd43d9b0", "score": "0.6907121", "text": "public ArrayList<Sales> getAllSales() throws SQLException, ParseException\r\n\t{\r\n\t\tSystem.out.println(\"Retrieving all Sales...\");\r\n\t\tConnection dbConnection = null;\r\n\t\tPreparedStatement preparedStatement = null;...
8154d61317a46365e536d52d03ddec12
String posting="1b829_W1_1;1b857_W1_1;1b8af_W1_1;1b9a7_W1_1;1b9ef_W1_1;1b9f3_W3_3;1b9fe_W1_1;1ba07_W1_1;1ba66_W1_1;1bb96_W1_1;1bed5_W2_2;1befd_W1_1;1bf69_W1_1;1c02f_W3_3;1c0de_W1_1;1c1fe_W2_2;1c320_W1_1;1c3a7_W2_2;1c48c_W1_1;1c48e_W1_1;1c578_W1_1;1c6e8_W1_1;1c718_W1_1;1c7c8_W2_2;1c808_W1_1;1c817_W1_1;1c872_W1_1;1c882_W...
[ { "docid": "370c1305d39391b7fee3bb23e63a6059", "score": "0.0", "text": "public TFIDF()\n\t{\n\t\tmap = new HashMap<String,Double >();\n\t}", "title": "" } ]
[ { "docid": "328f2651dec8d3cd6872a803ee207f78", "score": "0.57863307", "text": "public static void main(String[] args) {\n String a = \"aafsksste95eerwr4434444444444444wjreijreijei5iej5ieuier55i5iiiiririiiriiriii3i3i4i34i34i34i3i43afsksste95eerwr4434444444444444wjreijreijei5iej5ieuier55i5iiiiririiirii...
9dc8faff6e1b31cc199338dde2ccbce2
calculate the split point ( floor(maxsize/2)
[ { "docid": "79c9a4d06ce55609838186c3310e1f85", "score": "0.0", "text": "protected void split(DataNode dnode, Node left, Node right) {\n\t\tint splitlocation, insertlocation = 0; \n\t\tif(maxsize%2 == 0) {\n\t\t\tsplitlocation = maxsize/2;\n\t\t}\n\t\telse {\n\t\t\tsplitlocation = (maxsize+1)/2 -1;\n\t\t...
[ { "docid": "42eaa72e17c86a06a6d7a5ff7f76aa1e", "score": "0.67676055", "text": "protected int splitMaxNumber () {\r\n\t\t\treturn (int)Math.floor(number()*splitMaxRatio());\r\n\t\t}", "title": "" }, { "docid": "6d9be246ea9446312819ee48783e17f4", "score": "0.65435696", "text": "protect...
ec06d6277fe660da3f6ae25d98369297
User.latestProducts = data; listener.onReady(data);
[ { "docid": "092f33e2fe5fa020c69a7d3dfa5dca86", "score": "0.6429161", "text": "@Override\n public void onSuccess(List<Product> data) {\n }", "title": "" } ]
[ { "docid": "416b305327eedb43287c5d79e29a06cd", "score": "0.61691374", "text": "@Override\n public void onRefresh() {\n presenter.GetProducts();\n\n }", "title": "" }, { "docid": "372c1d5bc0de2369bd5c98bfd9196ce8", "score": "0.6047617", "text": "void o...
38ac88283d615d62fe298abcf0b6f260
Clear the specified position on the board
[ { "docid": "e900f0d3ee9475fa6bdce9447b5fa01e", "score": "0.7018741", "text": "public void ClearPosition(Coordinates coords)\n {\n buttonArray[coords.getRow()][coords.getCol()].setText(\"\");\n }", "title": "" } ]
[ { "docid": "b0f9bb0d7471725522424c8ed78a2f1d", "score": "0.78958744", "text": "public void clearBoard();", "title": "" }, { "docid": "5a1ec2dbf4f46336a4d025a16a3a93d9", "score": "0.76111364", "text": "public abstract void clearBoard();", "title": "" }, { "docid": "9f16107...
5db26910e03fa764b329feabe519015b
ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();
[ { "docid": "2fc6c257c7519d5b6d79e99d71c65c44", "score": "0.0", "text": "public List<Vertex<Long,Double>> pageRank(Graph<Long, Double, Double> graph, boolean fileOutput, ExecutionEnvironment env) throws Exception{\n\n\t\t\t\tDataSet<Tuple2<Long, Long>> vertexOutDegrees = graph.outDegrees();\n\t\t\t\t \n\...
[ { "docid": "a79b337ce7f09ba6e59aed18fb28ac8c", "score": "0.65285414", "text": "default TaskExecutionEnvironmentType getExecutionEnvironment(Task masterTask) {\n return null;\n }", "title": "" }, { "docid": "cd856bef90b86359d2b9ae9d9fd42270", "score": "0.6494294", "text": "p...
42f21c821f55874884bcfa16dfaa74d8
Get the ticket with a specific flight and row and seat in the plane .
[ { "docid": "8d5b81169d5504b84aea033be1c7e4eb", "score": "0.72192", "text": "default Ticket getTicket(Integer flight, Integer row, Character seat) {\r\n\t\treturn findById(new TicketIdentity(flight, row, seat)).orElse(null);\r\n\t}", "title": "" } ]
[ { "docid": "d51ff60f84f72633a2eec8f91bff30dc", "score": "0.61896706", "text": "@RequestMapping(value = \"/tickets/{airline_id}\",\n\t\t\tmethod = RequestMethod.GET,\n\t\t\tproduces = MediaType.APPLICATION_JSON_VALUE)\t\t\t\n\tpublic ResponseEntity<?> getAllAirlineFlightTicket(\n\t\t\t@PathVariable Long ...
551ac69574dcb197d38d4704bdda46c6
Creates an instance of PopupMessageNotificationHandlerImpl by specifying the default message to use if no message is specified.
[ { "docid": "3f56c09ec00b625489b5fa24aaa4ef33", "score": "0.6197227", "text": "public PopupMessageNotificationAction(String defaultMessage, long timeout, String groupName)\r\n {\r\n this(defaultMessage, timeout);\r\n this.groupName = groupName;\r\n }", "title": "" } ]
[ { "docid": "469b3bf893d73a69cf491120b9798e2b", "score": "0.71909815", "text": "public PopupMessageNotificationAction(String defaultMessage)\r\n {\r\n super(NotificationAction.ACTION_POPUP_MESSAGE);\r\n this.defaultMessage = defaultMessage;\r\n }", "title": "" }, { "docid"...
cafe2d0994bd51e9910ef3a2aabf2178
Returns the value of the 'Async Delayed Redelivery' attribute. If the meaning of the 'Async Delayed Redelivery' attribute isn't clear, there really should be more of a description here...
[ { "docid": "5386bc0ef346d7b5b8b1131ae994c76d", "score": "0.79187244", "text": "String getAsyncDelayedRedelivery();", "title": "" } ]
[ { "docid": "b0e5bd56be99d1dc428f68180701a782", "score": "0.72492164", "text": "String getRedeliveryDelay();", "title": "" }, { "docid": "134dfe44cffe473636f1230c1bb25966", "score": "0.6900342", "text": "String getMaximumRedeliveryDelay();", "title": "" }, { "docid": "6d0b...
bb771c5405bced2b37d955f7f098df1a
Clears the value of the 'name' field
[ { "docid": "72fed24ecbf31d4d5c7cb33a5f944138", "score": "0.76719326", "text": "public edu.berkeley.path.model_elements_base.Node.Builder clearName() {\n name = null;\n fieldSetFlags()[1] = false;\n return this;\n }", "title": "" } ]
[ { "docid": "e1baea1f0682a767b00d2f70c9397259", "score": "0.8230545", "text": "public void clearName() {\n unlogChange(\"name\");\n getJSONObject().remove(\"name\");\n cacheRemoveValue(CacheKey.name);\n }", "title": "" }, { "docid": "c5c37a405030b39701907322547ec80a", "score": "...
ed543e9003f2599966a469cc64eb64f7
/ compiled from: MemoryCache
[ { "docid": "bfd5c301cdbfe9131ef0b8e2e349b6f6", "score": "0.0", "text": "public interface e<K, V> {\n @Nullable\n a<V> a(K k, a<V> aVar);\n\n int c(Predicate<K> predicate);\n\n boolean d(Predicate<K> predicate);\n\n @Nullable\n a<V> m(K k);\n}", "title": "" } ]
[ { "docid": "dd4779a7b2f7d088df98c2f722713568", "score": "0.6605191", "text": "protected abstract void cache();", "title": "" }, { "docid": "54fe51527e83e387376169074ae0bb33", "score": "0.651916", "text": "abstract public void generatePrepareCache();", "title": "" }, { "do...
6f187c10cde8697d0ec93125e995a798
Zero all Sensors in the Subsystem
[ { "docid": "43507d8581576ae839a3bdf0cce0e844", "score": "0.7946562", "text": "void zeroSensors();", "title": "" } ]
[ { "docid": "81d02b63a5e04f3aaa604d4936c55a48", "score": "0.74730283", "text": "public void zeroSensors(){\n }", "title": "" }, { "docid": "067a6790a138e4c303d7a148cb4e6691", "score": "0.705932", "text": "public void clearAllDevices(){\n\n for (int i = 0; i < MAX_DEVICES; i+...
7ed540a1fbcaa80676d36daa1a6e5119
Gives the offset from the root of the key as an integer, number of half steps
[ { "docid": "f2414d5c373ef020eed8db832f7d9197", "score": "0.0", "text": "public int getPitchOffset(boolean isMajor) {\n\t\tint pitchOffset;\n\t\tswitch (_degreeNumber) {\n\t\t\tcase 1:\n\t\t\t\tpitchOffset = 0;\n\t\t\t\tbreak;\n\t\t\tcase 2:\n\t\t\t\tpitchOffset = 2;\n\t\t\t\tbreak;\n\t\t\tcase 3:\n\t\t\...
[ { "docid": "d023fd32b2ac4a46a18587111141e6c2", "score": "0.6151279", "text": "@Override\n protected long advanceH(final long k) {\n return 5 * k - 2;\n }", "title": "" }, { "docid": "105d75cc06fd6fbbc190fe1fc280220f", "score": "0.6124857", "text": "double getOffset();", "tit...
2a2af62ee22d7c91a9e812e0c9eb46f9
Get the key with the loweset value in a hashmap
[ { "docid": "f1cbe47925f45a7db7c046bbdb5aaff6", "score": "0.7138458", "text": "public static String getLowestKey(HashMap<String, Integer> map){\n String key = \"\";\n int lowest_value = -1;\n Iterator<Map.Entry<String, Integer>> it = map.entrySet().iterator();\n while (it.hasN...
[ { "docid": "fde4d2184437fbfeda66dd4bc80f109b", "score": "0.73171544", "text": "protected Integer keyWithSmallestValue(HashMap<Integer, Integer> map) {\r\n if (map.isEmpty()) {\r\n return null;\r\n }\r\n\r\n ArrayList<Integer> keys = new ArrayList<Integer>(map.keySet());\r...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "8b55ee528163fa22f8b17f572521340c", "score": "0.0", "text": "public p a(SSLSocket sSLSocket) throws IOException {\n p pVar;\n int i = this.f14252b;\n int size = this.f14251a.size();\n while (true) {\n if (i >= size) {\n pVar = null;\n ...
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.68463755", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "06012d51723afddd7b9003b92d7d49c3", "score": "0.67454535", "text": "protected void mo1734a() {\n }", "title": "" ...
9a2f7015e1b7703fe9da501b130f3ae3
Create an image file name
[ { "docid": "4cde3d2ec509f0c01e561994653c3566", "score": "0.6236043", "text": "private File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storage...
[ { "docid": "ab8fa420769cbdc3ec2086426c72d3d4", "score": "0.83975273", "text": "String createImageFile() throws IOException;", "title": "" }, { "docid": "61d3a979edbc6e4d79f01ae6354c0cbd", "score": "0.7635683", "text": "private String createImagePath() {\n String timeStamp = ne...
9d963e45b19f35bad2822d060a5d5551
Hide the validation error message.
[ { "docid": "8907f77d30cdd0aa8ecae9d3169a3798", "score": "0.7260432", "text": "void hideErrorHint();", "title": "" } ]
[ { "docid": "0baea6b8505c491d3441606c93c32d03", "score": "0.7719657", "text": "public void hideErrorMessage()\n\t{\n\t\tm_tvErrorText.setVisibility(View.GONE);\n\t\tm_etText.setVisibility(View.VISIBLE);\n\t\t//m_etText.setText(\"\");\n\t\tm_etText.requestFocus();\n\t\tshowKeyboard(m_context, m_etText);\n...
13f5960562b6053ccc117f250abb2b88
VideoRenderer.Callbacks localVideo = VideoRendererGui.create(0,0,0,0,scalingType,true);
[ { "docid": "d0b5ea3563191a6cd353f8d07f7d8d1c", "score": "0.0", "text": "public static String getDeviceName(int index) {\n Camera.CameraInfo info = new Camera.CameraInfo();\n try {\n Camera.getCameraInfo(index, info);\n } catch (Exception e) {\n Log.e(\"test\", ...
[ { "docid": "799bfd1b5cf185354f05b2d7e9faf921", "score": "0.7304411", "text": "Video createVideo();", "title": "" }, { "docid": "f9bfbda4fc4ebbbbb69771c6d92da469", "score": "0.6989073", "text": "protected override void OnRender(DrawingContext drawingContext) \r\n { \r\n ...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "c9ba5b1ca88fde5186309e8ced38a135", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jScrollPane1 = new javax.swing.JScrollPane();\n ...
[ { "docid": "5f8540ed063cf75672e07098d5395e1e", "score": "0.76991856", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n\n }", "title": "" }, { "docid": "37a5472d5b0f35cf64a077bc1dd978c4", "score": "0.73203033", "text": "public Form() {\n initComponents();...
f5705cf49b014074fde788ae0edcfd93
A method provided by the remote object
[ { "docid": "3c7cb149a6f401cc5a1dcb737997a710", "score": "0.0", "text": "public String getNewClientId() throws RemoteException;", "title": "" } ]
[ { "docid": "f90f09ae1779b96e703945ed0dd16696", "score": "0.6793304", "text": "protected abstract Object invokeRemote(final Method method,\r\n final Object[] args) throws InvocationTargetException, Exception;", "title": "" }, { "docid": "1b60114b4a3b3c5...
fe386e57ce24eeba3d1f98a25c7b89ef
$ANTLR end "ruleEString" $ANTLR start "entryRulePruebaInterfaz" ../formulario.editor/srcgen/formulario/parser/antlr/internal/InternalFormulario.g:577:1: entryRulePruebaInterfaz returns [EObject current=null] : iv_rulePruebaInterfaz= rulePruebaInterfaz EOF ;
[ { "docid": "9ec412eff62e8459457757f1c9542152", "score": "0.7126587", "text": "public final EObject entryRulePruebaInterfaz() throws RecognitionException {\r\n EObject current = null;\r\n\r\n EObject iv_rulePruebaInterfaz = null;\r\n\r\n\r\n try {\r\n // ../formulario.edit...
[ { "docid": "a2eadbcdfaa577eb407ccf8d4c9b075c", "score": "0.6113956", "text": "public final String entryRuleExpression() throws RecognitionException {\r\n String current = null;\r\n\r\n AntlrDatatypeRuleToken iv_ruleExpression = null;\r\n\r\n\r\n try {\r\n // InternalGolan...
6298bceaa1daee874bee800eebeb1e05
Created by shenhongxi on 2016/7/11.
[ { "docid": "1e6519277dae26806c4b5c8b3b58f009", "score": "0.0", "text": "public interface SimpleTaskService {\n\n boolean process(Task task);\n\n}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.6266332", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "f37aebdfc461c1965abd4e2afbc83532", "score": "0.62277603", "text": "private void apparence()\r\n\t\t{\r\n\t\t//rien\r\n\t\t}", ...
777cfa036cf1c917e67ed1fb240189ea
List files in HDFS directory.
[ { "docid": "568670d67a50c3c3c43f57c91cf8f703", "score": "0.5800322", "text": "public static List<String> listFiles(URI uri) {\n List<String> result = new ArrayList<>();\n FileSystem fs = null;\n try {\n fs = FileSystem.get(uri, new Configuration(true), \"cloud\");\n ...
[ { "docid": "148a946b03cd52415ea0baa1881e0ec3", "score": "0.7206484", "text": "public List<String> listFiles(String directory) throws IOException, Exception;", "title": "" }, { "docid": "2bc2677c02dcaae121f653af02d2d5c2", "score": "0.69210744", "text": "@Override\n\tpublic List<String...
c3fa611a61f198d5a455a063e51953b6
Retrieves items for the given buckets.
[ { "docid": "e47f62b59c9b9aee6f7f26319bcf1883", "score": "0.76530075", "text": "List<BucketItemEntity> getBucketItems(Set<String> bucketIds);", "title": "" } ]
[ { "docid": "08b82c00061f05b9243ad887046ca56f", "score": "0.78871846", "text": "List<BucketItemEntity> getBucketItems(String bucketId);", "title": "" }, { "docid": "22efeef4c9918b4028af3389534b54ef", "score": "0.71140635", "text": "List<BucketEntity> getBuckets(Set<String> bucketIds);...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "1fb9f65716ebe85b10c442a0489dc7b2", "score": "0.0", "text": "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "title": "" } ]
[ { "docid": "aa70171ded64df58946cd8884b84efa0", "score": "0.70798635", "text": "@Override\n protected void doPost(HttpServletRequest req, HttpServletResponse resp) {\n\n }", "title": "" }, { "docid": "5803f03735ce717874eaf6aaf4db5a05", "score": "0.6979723", "text": "@Override\r\...
502392b73cf209118f9bca4788e21797
Gets preferred sort order from user settings
[ { "docid": "d87e58e0ac2c251c5a7a7cb4b9a4c053", "score": "0.76835704", "text": "static public String getPreferredSortOrder(Context c) {\n SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(c);\n return sp.getString(c.getString(R.string.pref_sort_key),\n c.ge...
[ { "docid": "523c12fbad36a1289dfc5682b6da2914", "score": "0.75176114", "text": "public int getSharedPreferenceSortOrder() {\n SharedPreferences prefs = getSharedPreferences(SORT_ORDER, MODE_PRIVATE);\n int restoredSortOrder = prefs.getInt(getString(R.string.sortOrderSharedPrefKey),\n ...
c48e165200f6e80ca60daf3837aaf300
Regresa todos los datos de la tabla FECET_PRORROGA_ORDEN cuydo valor del 'ID_ORDEN sea igual al que se le esta mandando y el estatus sea Firmada
[ { "docid": "6b488194c3cd47ab71dabeebe7b419d8", "score": "0.0", "text": "@Override\n public List<FecetProrrogaOrden> getHistoricoProrrogaPorOrden(final BigDecimal idOrden) {\n\n StringBuilder query = new StringBuilder();\n\n query.append(SELECT_PRORROGAS_RELACIONES).append(\" INNER JOIN ...
[ { "docid": "69493ba3b6e1866bd8888ab83b683488", "score": "0.62327653", "text": "@Override\n public void validaProrrogaFirmante(final BigDecimal idProrroga, final String estatusValidada) {\n\n StringBuilder query = new StringBuilder();\n query.append(\"UPDATE \").append(getTableName()).ap...
530d0a1b08c86a7a34d5d1f0b785a70d
optional string result_yn = 8;
[ { "docid": "904f9bb1f91714196cbf71b2d9610d90", "score": "0.0", "text": "public com.google.protobuf.ByteString\n getResultYnBytes() {\n java.lang.Object ref = resultYn_;\n if (ref instanceof java.lang.String) {\n com.google.protobuf.ByteString b = \n com.google.protobuf...
[ { "docid": "f29127329ad82ec9aa5099e02d886f34", "score": "0.7237755", "text": "java.lang.String getResultYn();", "title": "" }, { "docid": "f29127329ad82ec9aa5099e02d886f34", "score": "0.7237755", "text": "java.lang.String getResultYn();", "title": "" }, { "docid": "f29127...
0c8c69b5c1e8bba1ba28d973860088e6
there are no goto statements here, do nothing
[ { "docid": "589f5adc5da16a1a7b1ffd7179330d5e", "score": "0.0", "text": "public void compileLabelReferences(Scope currentScope, Iterator<Scope> subScopes) {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "1b4d71f5089f7cfb5a582b663e811f35", "score": "0.64334255", "text": "@Override public void noLoop() {}", "title": "" }, { "docid": "c26d9045cea0f1fdefda02ba72435e5c", "score": "0.62791616", "text": "private void doNothing() {\n\t}", "title": "" }, { "docid": "1e...
b24cd5b089adc1f490b38f7e761c35b5
Changes current mode to move mode
[ { "docid": "847d2927df3f08876d224831dcb5d765", "score": "0.68188095", "text": "public void setMoveMode() {\n\t\tsetMoveMode(ModeSetter.TOOLBAR);\n\t}", "title": "" } ]
[ { "docid": "0930614fecad777b7a6011f514c0c779", "score": "0.7532113", "text": "public void AGmove() {\r\n\t\ttime = r.getTime();\r\n\t\tcurrentMode = 0;\r\n\t}", "title": "" }, { "docid": "6a8e33f0c0b2cc5c664b3a31cdbf832e", "score": "0.7306704", "text": "public void setMoveMode(ModeSe...
c86870d0c2f73da0d8a75ba24f6b6503
This method was generated by Apache iBATIS ibator. This method corresponds to the database table T_CLIENTE
[ { "docid": "9a7b804dcb7fa8b13bb67e3b4f390194", "score": "0.0", "text": "void insert(TCliente record) throws SQLException;", "title": "" } ]
[ { "docid": "48ae72fc527206956cbbb698bac4815a", "score": "0.646877", "text": "public int getIDCLIENTE() {\n return idcliente;\n }", "title": "" }, { "docid": "ef13a642c27ffc9531922e36c465cae9", "score": "0.63085", "text": "public VtCliente getVtCliente(Long clieId) throws Ex...
9369dd3f4e7ebac4d19b6342f410386a
Convert byte array to the int value
[ { "docid": "7ad2511db0c5271b68165f5e3a2dc63c", "score": "0.76076996", "text": "public static final int ByteArrayToInt(byte[] b) {\r\n return (b[0] << 24)\r\n + ((b[1] & 0xFF) << 16)\r\n + ((b[2] & 0xFF) << 8)\r\n + (b[3] & 0xFF);\r\n }", "title"...
[ { "docid": "5162c727b497fdfe0d3920fdb0136df4", "score": "0.8134226", "text": "public static int ToInt(byte[] data) {\n\t int result = 0;\n\t for (int i = 0; i < 4; i++) {\n\t result <<= 8;\n\t result |= (data[i] & 0xFF);\n\t }\n\t return result;\n\t}", "title": "" }, { ...
3ab2fb6bbc758aac39db2530c879e9da
Returns the card the player desires to play.
[ { "docid": "20c6346901fefaebb34cf017c5b32a86", "score": "0.6128629", "text": "Card cardToPlay(TurnState state, CardSet hand);", "title": "" } ]
[ { "docid": "e063e71f58a26e221de17d1d1e477607", "score": "0.7609213", "text": "private String playCard() {\n\t\t// Get Card.\n\t\tString card = cardList.get(suite).get(cardNumber).toString();\n\t\t\n\t\t// Remove card.\n\t\t cardList.get(suite).remove(cardNumber);\n\t\t\n\t\treturn card;\n\t}", "titl...
5c6d4151ed099d30dc89a997cee09e4a
/ 0>Red 1>Green 2>Blue 3>Yellow
[ { "docid": "4c84ccc55c4204a84a0574e87b13f449", "score": "0.0", "text": "public String WildCardEffect(ArrayList<Card>inHand)\n {\n String color= new String();\n int[] Colors= new int[4];\n for(int i=0;i<inHand.size();i++)\n {\n if(inHand.get(i).color.equals(\"Red...
[ { "docid": "4783952d07642cd1c16c639d8d929840", "score": "0.6631229", "text": "String getColor();", "title": "" }, { "docid": "74b2eff3cef2d527d923ac1ac276fdc2", "score": "0.65411437", "text": "java.lang.String getColor();", "title": "" }, { "docid": "2099c7c4f4c00e8dc22c1...
9e3de1b10d587d470898b320188f8d2d
required string clusterID = 1; ID of the cluster
[ { "docid": "b49ef0e469888f4a5bf60c4d52f9bac3", "score": "0.74006504", "text": "public Builder setClusterID(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000001;\n clusterID_ = value;\n onChanged();\n ...
[ { "docid": "d4f923a8fa3897d8175ad45a835c2676", "score": "0.8448712", "text": "java.lang.String getClusterID();", "title": "" }, { "docid": "b9eefa5f80b7e3493ce5f7a2dfb0b962", "score": "0.7998778", "text": "long getClusterId();", "title": "" }, { "docid": "62f2d83c8f705e58...
b9d2f376df11fce1d561b9dad26ea166
public int getHeight() Returns the height of the tree. precondition: none postcondition:
[ { "docid": "b7dfc8d68482cedb23403f396428da90", "score": "0.9157647", "text": "public int getHeight() {\n return treeHeight(_root, 0);\n \n }", "title": "" } ]
[ { "docid": "4d9c5cf7dbb06ec47fcb9b82726cece3", "score": "0.91300464", "text": "public int getHeight() {\r\n\t\treturn treeHeight(_root, 0);\r\n\r\n\t}", "title": "" }, { "docid": "0d3e690e08b50a23a6318a54989a34ad", "score": "0.87734765", "text": "public int getHeight() {\n\t\treturn ...
97e5527aa82d8d533b25bf4c94c1e91b
Uses the incoming JSON representation of a tasking job to generate a list of CcdpThreadRequest. The data needs to have an array of either Threads, Tasks, or Jobs. If neither of the three types of tasking is found, then it will throw an IllegalArgumentException.
[ { "docid": "3c09a16ab7bd5d6653922280a8bb85ce", "score": "0.72140265", "text": "public static List<CcdpThreadRequest> toCcdpThreadRequest( JsonNode json ) \n throws JsonProcessingException\n {\n List<CcdpThreadRequest> requests = new ArrayList<CcdpThread...
[ { "docid": "6310af866c7e45f24f9c13b7a4e8db52", "score": "0.6733126", "text": "public static List<CcdpThreadRequest> toCcdpThreadRequest( String data )\n throws JsonProcessingException, IOException\n {\n JsonNode node = mapper.readTree( data );\n \n return Ccdp...
c99b721b195690551e606bcc0dd41b1d
Saves project to a file. It uses FileOutputStream that is used to instantiate ObjectOutputStream.
[ { "docid": "3fdbce202b1a9283c44a579b490d560a", "score": "0.8069141", "text": "public static void save(File file, Project project) throws IOException {\n FileOutputStream fileOutputStream = new FileOutputStream(file);\n ObjectOutputStream objectOutputStream = new ObjectOutputStream(fileOutp...
[ { "docid": "2f4a2a297aa057a686fc1b48d107c308", "score": "0.73826534", "text": "void saveProject(@NonNull Project p) throws IOException;", "title": "" }, { "docid": "0c48e443360fe0bfa524ab0c28bc7ac0", "score": "0.7328673", "text": "public void saveProject() {\n\t\tLogger.debug(\"in Ve...
d719fe2a564ec2dca6446298e9cb4991
Given a lock mode, determine the appropriate for update fragment to use.
[ { "docid": "98ff8c471c3d09906c2ac389589435dc", "score": "0.55079377", "text": "public String getForUpdateString(LockMode lockMode) {\n \t\treturn getForUpdateString( lockMode, LockOptions.WAIT_FOREVER );\n \t}", "title": "" } ]
[ { "docid": "84c957d1cca7af74c9612153b43f67cc", "score": "0.5854845", "text": "public LockMode getLockMode();", "title": "" }, { "docid": "8322263f7a39413edd5e62b4270a42ae", "score": "0.55658346", "text": "public void setLockMode(LockMode lockMode);", "title": "" }, { "doc...
e746fdb3bb5448645fc7dc791d205e9e
string assetId = 3;
[ { "docid": "e4506c6e13aee963ee37766a744ca4d8", "score": "0.76345587", "text": "java.lang.String getAssetId();", "title": "" } ]
[ { "docid": "3acddb994fac95d24b09c4b43c4ce028", "score": "0.68735754", "text": "public String getAssetNumber () { return assetNumber; }", "title": "" }, { "docid": "7f605b25279763a23cca2f2511fea172", "score": "0.6860211", "text": "public java.lang.String getAssetId() {\n ...
4ab9e32f90a6cf2d4fb107f4d89e81f9
Tests that the history size can be updated, both through the config framework and the setMaxSize method.
[ { "docid": "00cbac362686db43189b34f7f36c57b5", "score": "0.8564202", "text": "public void testLiveUpdateOfHistoryMaxSize() {\n\n int maxLength = 20;\n DrJava.getConfig().setSetting(HISTORY_MAX_SIZE, new Integer(20));\n \n Utilities.clearEventQueue();\n\n for (int i = 0; i < maxLength; i++...
[ { "docid": "2743c43720cf4a2f6679efc5e1fff88b", "score": "0.7311534", "text": "public void testHistoryIsBounded() {\n\n int maxLength = 500;\n DrJava.getConfig().setSetting(HISTORY_MAX_SIZE, new Integer(maxLength));\n\n int i;\n for (i = 0; i < maxLength + 100; i++) {\n _history.add(\"te...
9f23d9c628294b32d6d525b1bfa74ee7
B U S I N E S S M E T H O D S
[ { "docid": "288264b61d18e05a083e6785a9f589ef", "score": "0.0", "text": "@TransactionAttribute(TransactionAttributeType.REQUIRED)\r\n\tpublic NotaCreditoIf procesarNotaCredito(NotaCreditoIf model,List<NotaCreditoDetalleIf> modelDetalleList,Long idEmpresa,Long idOficina) throws GenericBusinessException {\...
[ { "docid": "cf91be8d472c941d6908d3af4b2eaa83", "score": "0.5663751", "text": "ING getStrDlTmms();", "title": "" }, { "docid": "2762ca3c2d0df2e43c2974f74b6f5794", "score": "0.5511748", "text": "public void mo23507LF() {\n }", "title": "" }, { "docid": "0...
81ac53ce85000818ef220e1c92953e4e
$ANTLR end "entryRuleXPrimaryExpression" $ANTLR start "ruleXPrimaryExpression" InternalSpeADL.g:3529:1: ruleXPrimaryExpression returns [EObject current=null] : (this_XConstructorCall_0= ruleXConstructorCall | this_XBlockExpression_1= ruleXBlockExpression | this_XSwitchExpression_2= ruleXSwitchExpression | ( ( ( () 'syn...
[ { "docid": "39c70e1d5872a4dce62fa0a378c005be", "score": "0.71120816", "text": "public final EObject ruleXPrimaryExpression() throws RecognitionException {\n EObject current = null;\n\n EObject this_XConstructorCall_0 = null;\n\n EObject this_XBlockExpression_1 = null;\n\n EOb...
[ { "docid": "38d072c58edc1d6432c12d6759f4a6a7", "score": "0.7276985", "text": "public final void entryRuleXPrimaryExpression() throws RecognitionException {\r\n try {\r\n // ../com.avaloq.tools.dslsdk.check.ui/src-gen/com/avaloq/tools/dslsdk/check/ui/contentassist/antlr/internal/Interna...
8be3ed26018a780a225d55195bb4f7ac
Created by yugi on 2017/3/15.
[ { "docid": "62c06820da4db70437bf88f8868b0480", "score": "0.0", "text": "@Service\npublic interface InstitutionService {\n Institution getInstitutionByUsername(String username) throws Exception;\n Institution getInstitutionByid(String id) throws Exception;\n boolean addBalance(int institutionid,...
[ { "docid": "4d9e164e4e911df1380f4618e0fe7a08", "score": "0.609561", "text": "OI (){\n\t\t\n\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.6079093", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n\t}", "title": "" }, { "docid": "f...
59e48c94498943700c6f26ae2c5d8dbd
Checks whether the given license key is valid.
[ { "docid": "4c25ff78915f91ea9f1251560caf5a5c", "score": "0.7162027", "text": "boolean isKeyValid( String key );", "title": "" } ]
[ { "docid": "c5c84595c5b04e05c568b09982e4a392", "score": "0.6426574", "text": "boolean saveLicenseKey( String key );", "title": "" }, { "docid": "680d16162f43815d0607fe43178da0ac", "score": "0.6412984", "text": "public boolean checkLicence(String sLicence);", "title": "" }, { ...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "3e6c5e87d9439d91581b24c4cd5df241", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_keyboard, container, false);\n ...
[ { "docid": "8bb7e3993bde01b4555bbb3cffff8569", "score": "0.7403527", "text": "protected void onInflateView() {\n }", "title": "" }, { "docid": "afe95b32eaf36044ffac0c621528e0ae", "score": "0.68513155", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewG...
53876bdcdadddef65dd94346fe450b7e
Reset condition for flying checks (sf + nofall): fluids, web, ladder (not onground, though).
[ { "docid": "7370f0c39483bbf8e23780bc37929ef2", "score": "0.55322117", "text": "public boolean isResetCond(){\r\n\t\t// NOTE: if optimizing, setYOnGround has to be kept in mind. \r\n\t\treturn isInLiquid() || isOnClimbable() || isInWeb();\r\n\t}", "title": "" } ]
[ { "docid": "f47156ff36a5767df49373d3478ee2cf", "score": "0.65712225", "text": "@Generated(hash = 1837784461)\n public synchronized void resetFlightChecks() {\n flightChecks = null;\n }", "title": "" }, { "docid": "ef81c9695646da56d4a0db982e62e291", "score": "0.6443889", ...
bec1ea87fd2de1896e59358d565906a6
bool needSyncFromPeer = 6;
[ { "docid": "bbced7a73f4b16fb720f550f57575e28", "score": "0.73096883", "text": "@java.lang.Override\n public boolean getNeedSyncFromPeer() {\n return needSyncFromPeer_;\n }", "title": "" } ]
[ { "docid": "9b717841def1d26c11d38cbb6ce9bfc9", "score": "0.84296805", "text": "boolean getNeedSyncFromPeer();", "title": "" }, { "docid": "1151779e5b21c15712da71ed48e73792", "score": "0.7421967", "text": "@java.lang.Override\n public boolean getNeedSyncFromPeer() {\n ...
a04c042a05c763dc80efdef1b2de0a64
This constructor initializes the model and view objects for the rooms menu and once a button is pressed in the hotel rooms menu the action listeners and the appropriate actionPerformed method will be executed where it will be directed to another method to perform the required tasks.
[ { "docid": "4916a5c184904b5f971bf7dafe62758f", "score": "0.7353453", "text": "public RoomMenuInteraction(BookedHotelRooms roomsModel, HotelRoomsMenu roomsView)\n {\n this.roomsModel = roomsModel;\n this.roomsView = roomsView;\n \n roomsView.getNextButton().addActionListen...
[ { "docid": "fca957ae782cbf36b326e2c72b4eeace", "score": "0.6757228", "text": "public viewRoomsGUI() {\n initComponents();\n setText();\n \n }", "title": "" }, { "docid": "b6e0002efcf6e46aafb73e2f7a2a5e7d", "score": "0.6720905", "text": "public AllocateRooms() ...
31923b04ec44db6d9babef81e7d6d11e
required uint32 user_id = 1; cmd id:0x020f
[ { "docid": "c24785625cb6285fcb9c346053909db8", "score": "0.0", "text": "public Builder clearUserId() {\n bitField0_ = (bitField0_ & ~0x00000001);\n userId_ = 0;\n \n return this;\n }", "title": "" } ]
[ { "docid": "b446de0c4a2cf6d59374cdf3967ff2a1", "score": "0.6441133", "text": "long getUserid();", "title": "" }, { "docid": "b446de0c4a2cf6d59374cdf3967ff2a1", "score": "0.6441133", "text": "long getUserid();", "title": "" }, { "docid": "b446de0c4a2cf6d59374cdf3967ff2a1",...
a303d8306b190db605c311b212e829d7
TODO: attempt authentication against a network service.
[ { "docid": "7d32e6959631988924704aa546787fb6", "score": "0.0", "text": "@Override\r\n protected String doInBackground(Void... params) {\n Intent nextIntent = null;\r\n Intent prev = getIntent();\r\n String usrid = prev.getStringExtra(Constants.LOGGEDUSERID);\r\n ...
[ { "docid": "3c242f8cd68d41ff5c3b95d32e71244f", "score": "0.6272189", "text": "protected void login() {\n\t\t\n\t\tWebResource mgmtResource = this.mgmtClient.resource(this.uri);\n\t\t\n\t\t// login\n\t\tWebResource loginResource = mgmtResource.path(REST_LOGIN);\n\t\tloginResource.addFilter(new HTTPBasicA...
de75cec512eec12081030ab0a3adc78d
Target ai or opponent flag Static position analysis is a poor substitute for the search tree in determining whether the flag is susceptible to attack and creating countermeasures. But because the search tree is shallow, the AI may not realize the opponent can capture the flag before it is too late. One often used strat...
[ { "docid": "a39762e2a19d3046ecfec0bb75c29737", "score": "0.5268825", "text": "private void defendFlag(int flagi)\n\t{\n\t\tPiece flagp = getPiece(flagi);\n\t\tint color = flagp.getColor();\n\n\t\tif (color == Settings.topColor\n\t\t\t&& flagi != flag[color])\n\t\t\treturn;\n\n\t\t// Even when the flag i...
[ { "docid": "94d23bb834d846c76c3f48022edf5fa3", "score": "0.6334335", "text": "private void aiFlagSafety()\n\t{\n\t\tint flagi = flag[Settings.topColor];\n\t\tPiece pflag = getPiece(flagi);\n\t\tint color = pflag.getColor();\n\n\t\tassert pflag.getRank() == Rank.FLAG : \"aiFlag is \" + pflag.getRank() + ...
bff6ed25337fc6759c145e3e4963bae1
Instantiates a new property enum.
[ { "docid": "63ac0801395b202dd472cceb0687a73e", "score": "0.6951776", "text": "private PropertyEnum(String propertyIdParam)\r\n\t{\r\n\t\tpropertyId = propertyIdParam;\r\n\t}", "title": "" } ]
[ { "docid": "b12ae85c5890b1c28c5220a98c654254", "score": "0.7182929", "text": "PropertyEnum create(String var0, Class var1, Collection var2);", "title": "" }, { "docid": "5f65d00a7eae2d69416fddef40f84017", "score": "0.66708446", "text": "Enum createEnum();", "title": "" }, { ...
af53cb032e05722263d613de6d7bd3ba
Note: All numbers are verified with another tool
[ { "docid": "cab8ca4efee3a7a5a39fdd4a08c3bbeb", "score": "0.0", "text": "@DataProvider\n\tpublic Object[][] addressDataProvider() {\n\t\treturn new Object[][]{\n\t\t\t//IPv4 Tests\t\n\t\t\t{\"127.0.0.1\", \"2130706433\"},\n\t\t\t{\"192.168.21.6\", \"3232240902\"},\n\t\t\t{\"75.221.45.21\", \"1272786197\"...
[ { "docid": "8a29dcdad518d87fe7c97ef3af4df40d", "score": "0.6233766", "text": "public static void main(String[] args) {\n\t\tint orgnum1=1634,orgnum;\r\n\t\tfloat res=0,rem=0;\r\n\t\torgnum=orgnum1;\r\n\t\r\n\t\twhile(orgnum!=0)\r\n\t\t{\r\n\t\trem=(orgnum%10);\t\r\n\t\tres+=(rem*rem*rem);\r\n\t\torgnum/...
4211a28946ad273c89abd2fa8c634bb4
Create a native string (NULterminated array of char), using the requested encoding.
[ { "docid": "0211c7d81eb72731d9be8740203c8bf2", "score": "0.6103118", "text": "public NativeString(String string, String encoding) {\n if (string == null) {\n throw new NullPointerException(\"String must not be null\");\n }\n // Allocate the memory to hold the string. Not...
[ { "docid": "1a49bc440a5cf23d326ad86c1382cc0e", "score": "0.6509132", "text": "@Override\n\tpublic String createString (byte[] b, String encoding) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "b4eef1a89d230c13ec723ddeaeaa0d92", "score": "0.6197628", "text": "ICodec<char[]> utf...
c39c9d18cab9f87c1fea5b17cf9203e7
$ANTLR end "entryRuleDataType" $ANTLR start "ruleDataType" InternalTemplate.g:187:1: ruleDataType : ( ( rule__DataType__Alternatives ) ) ;
[ { "docid": "ad8efb011616fd98b8aa5372478db911", "score": "0.82310086", "text": "public final void ruleDataType() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalTemplate.g:191:2: ( ( ( rule__DataType__Alternatives ...
[ { "docid": "dc368389176e90233908aaf12f9f67b1", "score": "0.78706646", "text": "public final void ruleDataType() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.example.myrdsl.ui/src-gen/org/xtext/example/mydsl/ui/con...
6ac342c59f1d5f0d9d65f55ee2b34aa0
Set the value of paid
[ { "docid": "6f2414ed3776f5b406830b3be1ec4282", "score": "0.8540037", "text": "public void setPaid(double paid) {\r\n this.paid = paid;\r\n }", "title": "" } ]
[ { "docid": "21991d1c901e23a2a132dd21907d8356", "score": "0.73683196", "text": "void setTotalPolicyPremiumPaid(CurrencyAmount value);", "title": "" }, { "docid": "6e74875264e758730e5ab39bea967920", "score": "0.70565915", "text": "public double getPaid() {\r\n return paid;\r\n ...
97173b3129a726fdb7f87b13ecc98249
Returns the WorkflowController singleton
[ { "docid": "c0d67afa5d854e58dd89c4b337b65a9d", "score": "0.6595148", "text": "public static ShortcutController getController()\n\t{\n\t\treturn controller;\n\t}", "title": "" } ]
[ { "docid": "896fa25f7ba2ad0c5ba271a5dd8f3730", "score": "0.7212012", "text": "public static Controller getController() {\r\n\t\treturn ControllerHolder.instance;\r\n\t}", "title": "" }, { "docid": "0e548598890b9106e38e0b1ef33b9c0c", "score": "0.69921464", "text": "public static Conve...
7b9918d034e389d54c26c88e7a945fc0
"Extra" characters in header Normally, the header should be ==Language==. However, we also allow spaces in the header, and allow the header to be a link. So == Language == and ==[[Language]]== Should also be allowed.
[ { "docid": "e1aa1b2653fbc89b11ceb78be164cde0", "score": "0.5921722", "text": "@Test\n public void allowSingleSpaceAroundLanguage() throws Throwable {\n TestableLanguagePrefilter pf = make();\n\n startText(pf);\n String header = \"== \" + LANGUAGE + \"==\";\n sendCharacters(pf, head...
[ { "docid": "e8b758d8c920260e06dc6b8bb21ab409", "score": "0.5707184", "text": "@Test\n public void targetHeaderWIllClose() throws Throwable {\n TestableLanguagePrefilter pf = make();\n\n startText(pf);\n sendCharacters(pf, \"abcdefg\");\n sendCharacters(pf, \"hijklmnop\");\n se...
f12eb24583b9b417ef22892907ccb3cb
Return the current record and move the current pointer to the next older record. Returns null if there is no going back. To return the current record and move the pointer to the next older record.
[ { "docid": "2807b07130ff1f5c79767103b4bf8729", "score": "0.80988836", "text": "public Object goBack()\n {\n // If they are already looking at the emptySlot record, return null.\n if( !havePast() ) //i.e., current is equal to the emptySlot\n {\n return null;\n }\n\n /...
[ { "docid": "23e997a8c64c26437422332e0264e592", "score": "0.7749551", "text": "public Object goForward()\n {\n // If they are already looking at the newest record, return null.\n if( !haveFuture() )\n {\n return null;\n }\n\n // move to the newer record, just after the...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0dff93a73a5e2b7220c681d805936e9f", "score": "0.0", "text": "@Override\n\tpublic void hyperlinkUpdate(HyperlinkEvent e) {\n\t\t\n\t\tif (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED) {\n\t\t\t\n\t\t\ttry {\n\t\t\t\thtmlPage.setPage(e.getURL());\n\t\t\t} catch (IOException e1) {\n\t\...
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
886542987a78b6626458208c94217196
The editor does not have an advanced mode so this is ignored.
[ { "docid": "056a624480c9b16ecbb1c971b85d71d1", "score": "0.71374255", "text": "public void setAdvanced ( @ SuppressWarnings ( \"unused\" )\n boolean status )\n {\n // the editor does not have an advanced mode so this is ignored.\n }", "title": "" } ]
[ { "docid": "45a2331b01aad6c641584baffc22a96a", "score": "0.76053524", "text": "@Override\r\n public boolean hasEditor() {\n return false;\r\n }", "title": "" }, { "docid": "5a93c693de6e03334e3436aa8f041af8", "score": "0.75089496", "text": "@Override\n public boolean i...
80529f957bf52006315ddb52ed8a0b3b
/ ==================================================================== Abstract methods ====================================================================
[ { "docid": "0036ab0a28b966abf44a6a3a5203f949", "score": "0.0", "text": "@Override\n public CurrentAccess getCurrentAccess() throws WebdavException {\n return null;\n }", "title": "" } ]
[ { "docid": "faaac6c61a47fc7384495cb61cc307ff", "score": "0.6911336", "text": "abstract public void cr();", "title": "" }, { "docid": "36d9fdd156ef8b6dde6feb3e03745655", "score": "0.6889405", "text": "@Override\r\n\tpublic void abstractMethod() {\n\t\t\r\n\t}", "title": "" }, ...
9cafe4998ce4c18ece837011c1e8de92
This method was generated by MyBatis Generator. This method returns the value of the database column client.idcard
[ { "docid": "b7d3f033f7ecbb0c7e60f854c0382fb5", "score": "0.70074195", "text": "public String getIdcard() {\r\n return idcard;\r\n }", "title": "" } ]
[ { "docid": "ca90186f0373b9deb909ed93d5d5161e", "score": "0.73912835", "text": "public int getId_card() {\n return id_card;\n }", "title": "" }, { "docid": "44717d68540c5774a44ad3f8f33cac7e", "score": "0.73325115", "text": "public int getCardId() \r\n {\r\n return car...
778565e63e7b31a1eb235df952b3a6b9
Checks if there is Internet access
[ { "docid": "eeee41e3814d31a87836545ba652f8c2", "score": "0.0", "text": "public static boolean isNetworkAvailable(Context context) {\n ConnectivityManager connectivityManager = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);\n\n NetworkInfo activeNetwork = conn...
[ { "docid": "fb14e929651e43541f423b7be8bd9a1e", "score": "0.8763498", "text": "boolean hasInternetAccess();", "title": "" }, { "docid": "9151d39c9fc350a952845836eebfbcd7", "score": "0.85565114", "text": "public boolean checkInternetConnection();", "title": "" }, { "docid":...
5c98f7309ac123300ea8ca760de705b6
Output only. The parameters of the Trial. repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
[ { "docid": "d6299faea0af63b27336aebb1722b243", "score": "0.0", "text": "public Builder clearParameters() {\n if (parametersBuilder_ == null) {\n parameters_ = java.util.Collections.emptyList();\n bitField0_ = (bitField0_ & ~0x00000008);\n onChanged();\n } else {\n p...
[ { "docid": "4d5e6648a879c81fc05ecf130e0375fa", "score": "0.77379954", "text": "@java.lang.Override\n public java.util.List<com.google.cloud.aiplatform.v1beta1.Trial.Parameter> getParametersList() {\n return parameters_;\n }", "title": "" }, { "docid": "83f6430e6fc7ee3e5172655c85de1bf9",...
b4df367ebcd78bad833d533cc60103c4
$FF: Couldn't be decompiled
[ { "docid": "a0998df7d56c7e2409f82103def934df", "score": "0.0", "text": "public static boolean isTimeDefault() {\n }", "title": "" } ]
[ { "docid": "31eda2d085d096ca5c78e442df3ed418", "score": "0.88633096", "text": "static void method_5312() {\r\n // $FF: Couldn't be decompiled\r\n }", "title": "" }, { "docid": "80fa7e88c099068642e33f9a998bbe64", "score": "0.8757167", "text": "static void method_2226() {\r\n ...
d8ccc538adf19973a751109d6a5cd4cc
repeated string successor_id = 3;
[ { "docid": "afdaae2e2b7b66a1375e1c5e2dc95bff", "score": "0.6058174", "text": "public Builder addSuccessorId(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureSuccessorIdIsMutable();\n successorId_.add(value);\n ...
[ { "docid": "31224157b6aa17074ff21cda87b0be73", "score": "0.64842224", "text": "public java.lang.String getSuccessorId(int index) {\n return successorId_.get(index);\n }", "title": "" }, { "docid": "8572f8545627e453354e83df84a1174a", "score": "0.64580786", "text": "jav...
db14dff279aa6c424137005336968d4a
Find the _Fields constant that matches name, or null if its not found.
[ { "docid": "df89e0a3046c32259e386bf9daf4403c", "score": "0.0", "text": "public static _Fields findByName(String name) {\n return byName.get(name);\n }", "title": "" } ]
[ { "docid": "2aedca74101f3519831ef106c8e1a7b6", "score": "0.77550375", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByName(String name) {\n return byName.get(name);\n }", "title": "" }, { "docid": "2aedca74101f3519831ef106c8e1a7b6", "score":...
0b1ffc8fd592f560ce8d7751dab7af6b
attributions d'un personnel de direction
[ { "docid": "d5469ad6e5affdb650c90d7ed7110089", "score": "0.5223482", "text": "public String persondirectattrib(){\r\n\treturn \"persondirectattrib\";\r\n\t}", "title": "" } ]
[ { "docid": "2301098bcbbee4f81bfcf22dfaac7fdc", "score": "0.5727545", "text": "@Override\n\tpublic void attribuerCompte(Personne p, Compte compte) {\n\t\t\n\t}", "title": "" }, { "docid": "f4e1c3e18acb4894034becc63848788e", "score": "0.53979844", "text": "protected int getDirection() ...
4e5caab0dd80fab94bdcdee7c21df42b
Deletes a single row in the historial_movil table.
[ { "docid": "ca8adafdca4ad0f7edf5b9a50bd3dc21", "score": "0.6745733", "text": "public void delete(HistorialMovilPk pk) throws HistorialMovilDaoException;", "title": "" } ]
[ { "docid": "452cd97152c44af17d7335190836529b", "score": "0.6745995", "text": "int deleteByPrimaryKey(String hist_id);", "title": "" }, { "docid": "d3947e25982660dd27303aba4f5a703a", "score": "0.627795", "text": "@Override\n public void delete(Historial historial) {\n }", "t...
41f92c8c7893808596c3a23cc50ea36e
Get the PoItemBean with the registered id.
[ { "docid": "9b21c3fde57bfa27b7d456baa397d6b1", "score": "0.6481099", "text": "public PoItems findById(String id) {\n try {\n createConnection();\n ResultSet rs = this.getStmt().executeQuery(this.getAllQuery() + \" where id='\" + id + \"';\");\n return get(rs);\n } catch (SQLExceptio...
[ { "docid": "17ab023e4626feef4363a816d209b28e", "score": "0.6857009", "text": "public MenuItemBean getItemById(long id);", "title": "" }, { "docid": "ceafa1b328e0d1454d0de68e8ae41978", "score": "0.6697228", "text": "public static ProductBean getItemWithId(int id) throws ClassNotFoundE...