query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
a6864aceface67a87f40aa2794b23690
TODO(lukes) this could be callModuleFunction but other parts of soy don't generate aliased requires so we can't generate one here without create a 'multiple require' error this could be handled via more clever require handling in the compiler.
[ { "docid": "92a4454c18eab256e466f3fa8cb04b4d", "score": "0.0", "text": "@Override\n public JavaScriptValue applyForJavaScriptSource(\n JavaScriptValueFactory factory, List<JavaScriptValue> args, JavaScriptPluginContext context) {\n return factory.callNamespaceFunction(\"soy.map\", \"soy.map.$$m...
[ { "docid": "14682eae4acde064f40b7fe42ce0699f", "score": "0.55720335", "text": "public Module getInvokingModule();", "title": "" }, { "docid": "0373308572da93c92595465a90bd82eb", "score": "0.5558762", "text": "private Require installRequire(Context cx, ScriptableObject scope) {\r\n\t\...
3ec477726ca2075a07530265bff3cc9f
This test would verify the card is added as normal card to his account
[ { "docid": "af109049793f4f6a7f1416bed758f65e", "score": "0.7355516", "text": "@Test\r\n\t\t\t\tpublic void verifyUserIsAbleToAddNormalTargetDebitCardToHisAccount(){\r\n\t\t\t\t\t\r\n\t\t\t\t\tCardDetails cardDetails = testDataProvider.getNewDebitCardDetails();\r\n\t\t\t\t\t\r\n\t\t\t\t\tgiven(user).open...
[ { "docid": "8a64816de9e269ab198b7f5f7e64902b", "score": "0.7459143", "text": "@Test\r\n\t\t\t\tpublic void verifyUserCanAddDefaultCardToHisAccountSuccessfully(){\r\n\t\t\t\t\t\r\n\t\t\t\t\tCardDetails cardDetails = testDataProvider.getDefaultCardDetails();\r\n\t\t\t\t\t\r\n\t\t\t\t\tString card=\"Master...
2af7de49382892c3f4a24452ac0c7924
Test case number: 3 /Coverage entropy=0.0
[ { "docid": "c0f17637fa98f48b176b6882d997b0cd", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test003() throws Throwable {\n int[] intArray0 = new int[6];\n intArray0[0] = (-1586);\n intArray0[1] = 24;\n intArray0[2] = 1773;\n intArray0[3] = 1048575;\n intA...
[ { "docid": "976eedd7fb7dc305e6bf8bfae02f1546", "score": "0.70876884", "text": "@Test(timeout = 4000)\n public void test098() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluati...
b3143e45b1dc7a9830ea6661c471e0df
insert into address_book values (SEQ_BOOKNO.NEXTVAL,book_name,emp_no)
[ { "docid": "bb71b2efb5f605fe9328494ebbb19416", "score": "0.0", "text": "@FXML\n void btnAddClick(ActionEvent event) throws IOException {\n \tvo.setBook_name(tfGroupName.getText());\n \tvo.setEmp_no(empNo);\n \tif(tfGroupName.getText().isEmpty()) {\n \t\tAlertUtil.errorMsg(\"입력오류\", \"그룹명을...
[ { "docid": "4f9747dad70921e1090943b66e78dd1d", "score": "0.6228137", "text": "public void InsertOrderDetails(String prodid, String orderNo, int no) throws SQLException;", "title": "" }, { "docid": "78f5045452915eed61432969063060bd", "score": "0.61585605", "text": "@Override\r\n\tpubl...
32bb3d9f232dd456c9045546dffe00ce
ruta relativa Por convencion la base de datos debe estar guardada en la carpeta resources en el piso del proyecto, es un habito seguir las estructuras de de carpetas
[ { "docid": "9c224de696dcef68d774c739957c3311", "score": "0.0", "text": "public static Connection getConnection() throws SQLException {\n String url = \"jdbc:sqlite:\" + UBICACION_BD;\n return DriverManager.getConnection(url);\n }", "title": "" } ]
[ { "docid": "d73ec774379bc13bbefe12d6f558be16", "score": "0.6362459", "text": "public void reconstruir (){\n try {\n String current = \"\";\n //Obtencion del folder principal que contiene todos los folders de la base de datos\n try {\n current = new ...
d99682ef2c3b239f338df77207bf36e9
Searches for a string with in the array called buffer.
[ { "docid": "3cae595b015591aeeb717fcd2c118fa0", "score": "0.0", "text": "public int search(String w, int from, int to)\r\n\t{\r\n\t\tint i = from;\r\n\t\tint j = to;\r\n\t\tint mid = (i + j)/2;\r\n\t String pivate = buffer[from];\r\n\t\tString temp;\r\n\t\r\n\t\tif(buffer[mid].equalsIgnoreCase(w))\r\n...
[ { "docid": "7c64980b1ffbead5fb17c638581d2741", "score": "0.6560205", "text": "private static void searchNameInArray(String[] stringArray, String aString) {\n\t\n}", "title": "" }, { "docid": "4c0cf24a01ec25450665e7028e81a685", "score": "0.6484525", "text": "String search(String strin...
329ef18767eaf899e7e91ebd811f6568
a constructor that sets the position of the agent
[ { "docid": "513909aa84e87a39f791a1644a3b9ada", "score": "0.7542594", "text": "public Agent(int x0, int y0){\n x = x0;\n y = y0;\n }", "title": "" } ]
[ { "docid": "7690bc14d0c107b3f08994a6f19017f5", "score": "0.75113714", "text": "public robotPosition(){\n\t\t\tthis(0,0,0);\n\t\t}", "title": "" }, { "docid": "c9c417442f926546d656998cc5f68966", "score": "0.70200384", "text": "public Robot(){\n //Starting point is south\n ...
187f204987a54ef5c5a57c21921b9932
each instance of Race thread will have its own increment value
[ { "docid": "fa90df2841187ac610cc284acd624a8f", "score": "0.6598232", "text": "public Race(int value){\r\n\t\tthis.n = value;\r\n\t}", "title": "" } ]
[ { "docid": "5b4454a5f00f66b6c20e433e2585a8d6", "score": "0.72064227", "text": "public synchronized void increment(){\n counter++;\n }", "title": "" }, { "docid": "d0a5e88eb00eb2a549e45610a10e4f82", "score": "0.716421", "text": "public synchronized void increment(){\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9916f1e28345d3bf20b847f461e95191", "score": "0.0", "text": "@Override\r\n\tpublic int min() {\n\t\treturn Integer.MAX_VALUE;\r\n\t}", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
eb18f7db74e0c0d4da926bae892866f8
Test of populateRandomRankings method, of class RankingDao.
[ { "docid": "7dd2b5a2f9604106e79e68296ee65a36", "score": "0.83097184", "text": "@Test\n public void testPopulateRandomRankings() throws Exception {\n\t\tlogger.info(\"populateRandomRankings\");\n int numberOfRankings = 0;\n String description = \"\";\n List<Ranking> expResult = nu...
[ { "docid": "afb2cc1f3368e4315e0624e230baa0bf", "score": "0.77999127", "text": "@Test\n public void testPopulateRandomRanking() throws Exception {\n\t\tlogger.info(\"populateRandomRanking\");\n int rankingId = 0;\n int numberOfUsers = 0;\n String description = \"\";\n Ranki...
68dfec97b32ee5b142064671eab2457a
Created by Administrator on 2018/3/1.
[ { "docid": "b0a4033acc53fa652f0b6e811fb5f632", "score": "0.0", "text": "public interface Iupnameinfo {\n //修改昵称成功\n void upnamechenggong();\n}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.60772234", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "db6adf52deb87c2723f80c6df873c47d", "score": "0.59615916", "text": "public void mo4741aD() {\n }", "title": "" }, {...
c4cdb6a07f1045904d4cc818c5ea07f4
End of method removeGuestName() Metoden legger til de nye rommene i bookingen.
[ { "docid": "02a5ac589462dffe43979a1b1ac00769", "score": "0.0", "text": "public boolean addRoom(List<HotelRoom> newRooms)\r\n {\r\n return hotelRooms.addAll(newRooms);\r\n }", "title": "" } ]
[ { "docid": "e75b53591379da6f46ce9a8395d9183a", "score": "0.7206356", "text": "public boolean removeGuestName(String oldName)\r\n {\r\n Person person = super.getGuest();\r\n \r\n if(person instanceof PrivateGuest)\r\n return ((PrivateGuest)person).removeGuestName(oldNam...
980edb2dd64219090f9c43a0c7e1fe29
Main metoda koja simulira rad shella.
[ { "docid": "4ea9b116f2ae7aa83ab5181fff54ac18", "score": "0.0", "text": "public static void main(String[] args) throws UnsupportedEncodingException {\n\t\t\n\t\t//ucitaj dostupne naredbe u mapu\n\t\tMap<String, ShellCommand> commands = new HashMap<String, ShellCommand>();\n\t\tcommands.put(\"symbol\", n...
[ { "docid": "534a520bdcb4d7d1f7ef5af4cbf9658c", "score": "0.7268046", "text": "public static void main(String[] args) {\n\n System.out.println(simpel());\n fungsiVoid(\"anjing kau\");\n selamatPagi(\"Babi\");\n selamatPagi(\"Setan\");\n }", "title": "" }, { "doc...
3f6e9223827d3d40a6ee78f9b066dbf0
&64;&64; .. cpp:var:: ExecutionAccelerators execution_accelerators &64;&64; &64;&64; The accelerators used for the model. Optional. &64;&64; optional .inference.ModelOptimizationPolicy.ExecutionAccelerators execution_accelerators = 4;
[ { "docid": "1a260ebcd4735c4d87b390cff2788244", "score": "0.5862561", "text": "public Builder setExecutionAccelerators(ModelConfigOuterClass.ModelOptimizationPolicy.ExecutionAccelerators value) {\n if (executionAcceleratorsBuilder_ == null) {\n if (value == null) {\n throw new ...
[ { "docid": "5312975d81ac9d00006c404de131b512", "score": "0.7359173", "text": "ModelConfigOuterClass.ModelOptimizationPolicy.ExecutionAcceleratorsOrBuilder getExecutionAcceleratorsOrBuilder();", "title": "" }, { "docid": "6c4e662e64e7fb2264943d9a6c4922f9", "score": "0.70246047", "text...
913f96e3c72739969c07b479f8ea5b03
Getter method for the attribute schema.
[ { "docid": "1f8370c31d9dd9b2aa3046d79ebc8a7a", "score": "0.6261538", "text": "public GraphQLSchema getSchema() {\n return schema;\n }", "title": "" } ]
[ { "docid": "fd7d5d37cdabefa471a926160538ae87", "score": "0.72503185", "text": "public abstract Schema getValueSchema();", "title": "" }, { "docid": "cbf2e8fc6add87202f7e1eed236b1745", "score": "0.7229309", "text": "public Schema getSchema() { return _schema; }", "title": "" },...
ac28f3da72336d86bc73b8d38f9d01ba
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If t...
[ { "docid": "5269dbed3d0cca29bcccc4a5c8545116", "score": "0.0", "text": "public static Pkcs7SignV2_multipleResponseE parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{\r\n Pkcs7SignV2_multipleResponseE object =\r\n new Pkcs7SignV2_multipleResponseE();\r\n...
[ { "docid": "1892b399dd6c511e5b2d3cb968cd4a83", "score": "0.55510724", "text": "public static CreateOrder parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{\n CreateOrder object =\n new CreateOrder();\n\n int event;\n java.lang.Strin...
57ba4bbf299c1e620eb79cf546594ae8
Test of setLength method, of class AbstractOccurrenceInText.
[ { "docid": "429b76044e28138daff1b556c10e7c16", "score": "0.8225141", "text": "@Test\n public void testSetLength()\n {\n int length = 0;\n AbstractOccurrenceInText<?> instance = new DummyOccurrenceInText();\n assertEquals(length, instance.getLength());\n\n length = 1;\n ...
[ { "docid": "a05cc5840279625005f558bf9bde6783", "score": "0.73861516", "text": "@Test\r\n public void testSetTextLength() {\r\n assertEquals(20, text.getTextLength());\r\n text.setTextLength(10);\r\n assertEquals(10, text.getTextLength());\r\n }", "title": "" }, { "...
880bd186a0ba0020853f8f90b449a94f
Records an audit message.
[ { "docid": "5182e02007e31ac6ebb5193e387d39a9", "score": "0.5187259", "text": "@Override\n public void recordAuditEventEnd(UUID eventId, String rule) {\n PolicyLogger.recordAuditEventEnd(eventId, rule);\n }", "title": "" } ]
[ { "docid": "a7a21e0c76eef47e210dbab24056d8b3", "score": "0.68717146", "text": "@Override\n public void audit(Object message, Throwable throwable) {\n PolicyLogger.audit(message);\n }", "title": "" }, { "docid": "4e5d9323c81657314114357d54f58cd1", "score": "0.6480479", "t...
dbe96b402bdae4e87dbb89d6dd92424b
test if the cart is empty
[ { "docid": "6f642747a05127325457727d532fb1cc", "score": "0.7282827", "text": "@Test\n\tpublic void testProductArrayIsEmpty() {\n\t\tCart cartEmpty = new Cart();\n\t\ttry {\n\t\t\tprintReceipt.print(cartEmpty);\n\t\t\tAssert.fail(\"Expected: Cart is empty, SimulationException.\");\n\t\t} catch (Exception...
[ { "docid": "e7dd5bd3bad7522a5c882e4ddbd0dfb8", "score": "0.828847", "text": "public boolean isEmptyCart() {\r\n\t\treturn orders.size() == 0;\r\n\t}", "title": "" }, { "docid": "2eff2f3d165f86a2b7ec318d75a7815d", "score": "0.72882664", "text": "public boolean checkNoProducts()\n {...
69054242adb0144007ca236651c7cda2
Although some logic is similar between Aggregation and RawDataQuery, we still use separate method to process the distribution planning now to make the planning procedure more clear
[ { "docid": "b4d3649fc835fbcc145c6ba028e1a7e8", "score": "0.0", "text": "@Override\n public List<PlanNode> visitTimeJoin(TimeJoinNode node, DistributionPlanContext context) {\n if (containsAggregationSource(node)) {\n return planAggregationWithTimeJoin(node, context);\n }\n return Collecti...
[ { "docid": "2cf18efa35a775012da5bfa307d9ff3f", "score": "0.58466166", "text": "private void agg_doAggregateWithKeys() throws java.io.IOException {\n/* 397 */ agg_hashMap = agg_plan.createHashMap();\n/* 398 */\n/* 399 */ if (scan_batch == null) {\n/* 400 */ scan_nextBatch();\n/* 401 */ ...
48a2b0937afecedd349449dba1ef5358
Are the Setters required ?
[ { "docid": "5059acc4610035d87cea6dfacb652190", "score": "0.0", "text": "public boolean isSettersRequired() {\n final boolean result = cbSetters.getModel().isSelected();\n paramSetters = result;\n return result;\n }", "title": "" } ]
[ { "docid": "fe450d8c17bc3cd09e42ebb9348654b3", "score": "0.6838605", "text": "private void checkNoGettersSetters() {\n if (getters != null || setters != null)\n throw new AnalysisException(\"Unexpected getter/setter value!\");\n }", "title": "" }, { "docid": "860c2c10a36...
fba9ac74824b9631176532a030a47984
Saves a given entity. Use the returned instance for further operations as this save could return a wrapped object. The entity is provided as a lazy value, allowing us to perform modifications inside of the service transaction. Without a transaction, it would be impossible to fetch dependencies in the entity tree.
[ { "docid": "31e75f8ff647d3e826f1324b2b7ce2df", "score": "0.57715356", "text": "@Transactional\n default <S extends T> S save(final Lazy<S> supplier) {\n return this.save(\n supplier.apply()\n );\n }", "title": "" } ]
[ { "docid": "05f5365ca740404403224f931695cfc3", "score": "0.7218624", "text": "public <S extends T> S save(S entity) {\n return PMF.get().getPersistenceManager().makePersistent(entity);\n }", "title": "" }, { "docid": "c69ea05f2aeac7caeaa59ae34691dcdf", "score": "0.70764196", ...
ebf349ce0be41dd7acd29d32f2dbe3b3
Gets the value of the 'e' field.
[ { "docid": "7241e9a2eef7e1aed3f73f3c0951416a", "score": "0.7461508", "text": "public java.lang.Float getE() {\n return e;\n }", "title": "" } ]
[ { "docid": "aea120c20dea5b0eef3b7aa6d63ed4bd", "score": "0.82589614", "text": "public int getE() {\n return e_;\n }", "title": "" }, { "docid": "84dce330f2bd0e9ab8de26c8a38a80c6", "score": "0.81636786", "text": "public int getE() {\n return e_;\n }", "title": ...
1bb8558de9499f170f1f6bed9fa16588
Get the data item for this position
[ { "docid": "201838194adb72f093ed4882040d3289", "score": "0.0", "text": "@Override\n public View getDropDownView(int position, @Nullable View convertView, @NonNull ViewGroup parent) {\n ArrayList<String> current_college = getItem(position);\n // Check if an existing view is being reused,...
[ { "docid": "6704d701f2db9ea90fea751d4e6c998c", "score": "0.76882505", "text": "@Override\n\tpublic EventData getItem(int position) {\n\t\treturn data[position];\n\t}", "title": "" }, { "docid": "934e8656750c1b1ca8f559c18666049f", "score": "0.7577262", "text": "public Object getItem(i...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "425c96c0a81c25f220019ac5d1c1e9be", "score": "0.0", "text": "public final boolean mo34646a(C2289a aVar) {\n return aVar != null && this.f4272d.indexOfKey(m4301e(aVar)) >= 0;\n }", "title": "" } ]
[ { "docid": "a765bf7ed9da221df0f073e445ae2e7d", "score": "0.6265472", "text": "public interface af extends es {\n /* renamed from: a */\n void mo2487a();\n}", "title": "" }, { "docid": "4102c4971dc6700191ab1baf983e558c", "score": "0.62033933", "text": "public interface biy {\n ...
f10fe26292f180b2bcec9f28097182d7
Set lower and upper boundaries (inclusive) of input value
[ { "docid": "41ac1846d2879d67fcabc908be8361d0", "score": "0.6046501", "text": "public StringMenu setBoundaries(int min, int max) {\n this.min = min;\n this.max = max;\n return this;\n }", "title": "" } ]
[ { "docid": "bda7329b65c7bd3076a2b06e1e3757b3", "score": "0.71634114", "text": "public void setLowerBounds(int value) {\n this.lowerBounds = value;\n }", "title": "" }, { "docid": "a0778be99c8ace3a3b9c1e3545a01a10", "score": "0.68206346", "text": "public void setRange()\r\n ...
bb5465f69b788dcd4d354ef643eb6e38
/ / / / / / / / / / / / / / / / /
[ { "docid": "f80046c7de8c82207b9422c3e0080d91", "score": "0.0", "text": "protected Iterator<Attr> handleAttributes(Element paramElement, NameSpaceSymbTable paramNameSpaceSymbTable) throws CanonicalizationException {\n/* 268 */ this.xmlattrStack.push(paramNameSpaceSymbTable.getLevel());\n/* 269 */ ...
[ { "docid": "e74e12af32c3666ca676624097063d84", "score": "0.5299537", "text": "public int getLength() {\r\n return 6 + 8*rank; \r\n }", "title": "" }, { "docid": "bd67a1dd3c1e83e8f7c0928bb5a72807", "score": "0.5282731", "text": "public int getNodeWidth() \n {\n re...
d96d0544fc9b1d1e0736abf1335bd5b4
/ Return list of paths of S57 charts in the catalog, fromm root of ENC catalog = "ENC_NP5.kml" for Harbour charts country = "FR" for France version = "000" for first version default
[ { "docid": "3eb72802c810c03a419eb07be655d2a3", "score": "0.6188709", "text": "List<Path> getFilePaths(String rootFileNames, String kmlCatalog, String country);", "title": "" } ]
[ { "docid": "23fdaf9feae981f917c6157305f5abec", "score": "0.55307174", "text": "public ArrayList<String> getGraphs() {\n ArrayList<String> result = new ArrayList<>();\n result.add(\"Citibike1\");\n result.add(\"Citibike100\");\n return result;\n }", "title": "" }, {...
467d1f2f5161d10fb3e3453b51f1f93c
Transforming a list to a string array
[ { "docid": "ee7e53339d4b67fb090adebdc1973c7e", "score": "0.71773076", "text": "private void listToStringArray(List<String[]> ingredientList) {\n ingredients = new String[ingredientList.size()];\n\n for (int i = 0; i < ingredientList.size(); i++) {\n ingredients[i] = Arrays.toStr...
[ { "docid": "f0a11e80d3ee642d75670aba5210440c", "score": "0.7574591", "text": "public static String[] ArraylistToArray(List<String> list) {\n \tString[] temp = new String[list.size()];\n \ttemp = list.toArray(temp);\n\n \treturn temp;\n \t\n }", "title": "" }, { "docid": "37cd9...
92be15aa0c979fd22a55f32898b19667
Gets the time that this parking location opens on Thursday. This is based on the 24hr clock.
[ { "docid": "2520c1a9a5f69ed6ea94c8bcd55c79fb", "score": "0.65170425", "text": "public int getThursdayStart() {\r\n\t\treturn m_thursdayStart;\r\n\t}", "title": "" } ]
[ { "docid": "9a15a1c23f469c520472e9893d916e3a", "score": "0.6091854", "text": "public int getSunHours() {\r\n return localSunHours;\r\n }", "title": "" }, { "docid": "d1bdb482d07104ff3299b164f871a837", "score": "0.60530275", "text": "public static final SourceModel.E...
3e60472d746d025da8255ce022b9fce7
Creates an extensions group viewer under the given parent which is associated with the provided editor.
[ { "docid": "c515ca0309d47344e37e5ef660766fd6", "score": "0.6920697", "text": "public ExtensionsGroupViewer(Composite parent, AbstractExtensionsEditor editor, boolean hierarchical) {\n\t\tthis.editor = editor;\n\t\tthis.isHierarchical = hierarchical;\n\t\tthis.extensionsInput = editor.getInitialExtension...
[ { "docid": "bc8f7c1f9da211c7421c8f000de88e58", "score": "0.7571784", "text": "public ExtensionsGroupViewer(Composite parent, AbstractExtensionsEditor editor) {\n\t\tthis(parent, editor, false);\n\t}", "title": "" }, { "docid": "2d33acab960bafbf079866d024378d46", "score": "0.64669275", ...
d196f37fd20652616773ed32667eaa42
Creates two dialog boxes, one echoing user input and the other containing Duke's reply and then appends them to the dialog container. Clears the user input after processing.
[ { "docid": "40c13b3bc35dde585603f08f21354e65", "score": "0.737737", "text": "private void handleUserInput() {\n Label userText = new Label(ui.userCommand(userInput.getText()));\n Label dukeText = new Label(getResponse(userInput.getText()));\n dialogContainer.getChildren().addAll(\n ...
[ { "docid": "407863b406c9aad08c54da726645da41", "score": "0.7361992", "text": "@FXML\n private void handleUserInput() {\n String userText = userInput.getText();\n String dukeText = getResponse(userInput.getText());\n assert dukeText.length() > 0 : \"Response message cannot be empt...
a342f7de2667c4d532d2a48e9624cc67
decodes image and scales it to reduce memory consumption
[ { "docid": "fb3aefa496ad9f61143d059ebc504ffd", "score": "0.54430205", "text": "public static Bitmap decodeFile(File f, int size) {\n\t\tFileInputStream stream1 = null;\n\t\tFileInputStream stream2 = null;\n\t\ttry {\n\t\t\t// decode image size\n\t\t\tBitmapFactory.Options o = new BitmapFactory.Options()...
[ { "docid": "8e5617512acdd8b8ec820975c48f53fb", "score": "0.62821174", "text": "private void scaleImage() throws Exception {\n //This function can be heavily improved!\n\n InputStream anInputStream = new ByteArrayInputStream( ImageCache.getInstance().getCachedImage(myImage.getUrl()));\n\n ...
b348ea1e0e330534c069bcccc8f24392
Sets the mask of a specified cell to false.
[ { "docid": "9faf38083101e968597a04307ffb4d2a", "score": "0.7393255", "text": "private void setMaskFalse(int x, int y) {\n masks[x][y] = false;\n }", "title": "" } ]
[ { "docid": "9ddd945d58dccf7491176f19dd97848f", "score": "0.6276455", "text": "private void setMaskTrue(int x, int y) {\n masks[x][y] = true;\n }", "title": "" }, { "docid": "92fe128f17d689bd4d73a1cc15e7fce6", "score": "0.6133485", "text": "public void setHidden(int row, int...
83f590943047d034cc9d3ad2c1d91489
Creates new form user
[ { "docid": "471150e9b371175a3a9d1c110cde62b5", "score": "0.0", "text": "public obat() {\n initComponents();\n k = new kontrol_obat();\n tampildata();\n setobjek(false);\n baru.setEnabled(true);\n update.setEnabled(false);\n simpan.setEnabled(false);\n ...
[ { "docid": "9c34925af2bf0fd4b72b78bd56181dd5", "score": "0.768881", "text": "private void createNewUser() {\n String fullName = name.getText().toString();\r\n String uEmail = email.getText().toString();\r\n String uRole = String.valueOf(role.getSelectedItem());\r\n String...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "a4d6191746ad49b4def8ce5d514d3b1a", "score": "0.0", "text": "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "title": "" } ]
[ { "docid": "033e44022fe44bd474c798737c2b5f69", "score": "0.75422394", "text": "private void httpPost() {\n }", "title": "" }, { "docid": "0017565e3c0b8df03ac67e592ac2d7e9", "score": "0.7285255", "text": "@Override\n\tpublic void doPost(Request request, Response response) throws IO...
b3e780710634604dcd3c6e0af45d0464
Gets the "issue" element
[ { "docid": "979c3a795472482926c936314563eb42", "score": "0.7449953", "text": "java.lang.String getIssue();", "title": "" } ]
[ { "docid": "35a5bc70dc3c84b2e85e8b9ba2657b83", "score": "0.68671936", "text": "public Issue getIssue() throws TorqueException\n {\n if ( !ObjectUtils.equals(getIssueId(), null) )\n {\n return IssueManager.getInstance(SimpleKey.keyFor(getIssueId()));\n }\n ...
b240b63d528ebc5cc066e3917e92f592
This function edit a garment consumption detail and update into database
[ { "docid": "5390418e377dbc46c7accdc3352ccacb", "score": "0.6326158", "text": "@ResponseBody\n\t@RequestMapping(value = \"/garmentconsumptiondetail/edit\", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE, consumes = MediaType.APPLICATION_JSON_VALUE)\n\t@ResponseStatus(HttpStatus....
[ { "docid": "b8110c562ed0a942ea3f08352bc7d3e8", "score": "0.62987924", "text": "@Override\n\tpublic void edit(MedicineRelease medicinerelease) {\n\t\tsession.getCurrentSession().update(medicinerelease);\n\t}", "title": "" }, { "docid": "0e3b416a71bd424ae023a29418063847", "score": "0.62972...
e93700c85c3e4b34bc2a24ae4ae69a1f
Test of getAttributeCount method, of class SinkEventAttributeSet.
[ { "docid": "60d434d2b4e1dc8e65125e3606a84e81", "score": "0.81369424", "text": "@Test\n public void testGetAttributeCount() {\n assertEquals(0, sinkEventAttributeSet.getAttributeCount());\n sinkEventAttributeSet.addAttribute(\"name1\", \"value1\");\n assertEquals(1, sinkEventAttri...
[ { "docid": "e20aae9bd2390c18dc6434f581fe5974", "score": "0.7326002", "text": "int getAttributeCount();", "title": "" }, { "docid": "5cc3d9b09d077e9a322c9c511503f575", "score": "0.6878521", "text": "public int getAttributeCount() {\n return attribute_.size();\n }", ...
e062871efb120d1ab4089fd12e8109b2
author: Pandapotan untuk mengubah linkedList yang berisi deltaEncoding menjadi linkedlist angka biasa.
[ { "docid": "8ff4074a86da3d3ca749d884cc287d59", "score": "0.0", "text": "public static ArrayList<Integer> gapDecode(ArrayList<Integer> input) {\r\n ArrayList<Integer> hasil = new ArrayList<Integer>();\r\n for (int i = 0; i < input.size(); i++) {\r\n if (i != 0) {\r\n\r\n ...
[ { "docid": "3feccd08731f89e694d297cd0dac91af", "score": "0.56256104", "text": "@Test(timeout = 4000)\n public void test16() throws Throwable {\n LinkedList<byte[][]> linkedList0 = new LinkedList<byte[][]>();\n byte[][] byteArray0 = new byte[7][4];\n byte[] byteArray1 = new byte[2];\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": "c9f2c45156874e4dcd17cdf3ccd82001", "score": "0.0", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n java.awt.GridBagConstraints gridBagConstraints;\n\n jPanel1 = new javax.swing.JPanel();\n jPanel2 = new javax.swing.JPanel();\n jLabel1 = new ja...
[ { "docid": "5f8540ed063cf75672e07098d5395e1e", "score": "0.76985866", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n\n }", "title": "" }, { "docid": "37a5472d5b0f35cf64a077bc1dd978c4", "score": "0.7318655", "text": "public Form() {\n initComponents();\...
972128a4cd2bf72b98d0777a0c018926
Scenario: AddSideValue Using using padding in the json body value Given I am calling AddSideValue using padding in the json body value When I call it to add the padded value to left side Then the status code is "200" And the left value is "W4s="
[ { "docid": "5dd1e5418ba73dc8b264fb7cabcde251", "score": "0.78490144", "text": "@Test(\n testName = \"AddSideValue_TC14\",\n description = \"AddSideValue - Using a padded value in the json body.\"\n )\n\n public void givenAEncoded64ValueInJonBody_WhenICallItUsingPaddingInJsonB...
[ { "docid": "d98c2369a9d9a8340d1eb3fa55216e51", "score": "0.7299185", "text": "@Test(\n testName = \"AddSideValue_TC18\",\n description = \"AddSideValue - Using a string in json format\"\n )\n\n public void givenAEncoded64ValueInJonBody_WhenICallItUsingAnValueThatIsInJsonBodyF...
8f871ca03ac30d182b0bd49b97e3af64
/ This function finds the Item based on the index passed in
[ { "docid": "1f0e290378fa7a9f83aafad12e9b6d1c", "score": "0.84721076", "text": "public Items findItem(int index) {\n\t\treturn item[index];\n\t}", "title": "" } ]
[ { "docid": "1aaee437e9db1b6f5f92482d7f55a995", "score": "0.7094691", "text": "public T itemAt(int position);", "title": "" }, { "docid": "bc490d36cb2b666152a9a158516866a0", "score": "0.7055889", "text": "int findItem (String itemName ){\n\n return 0;\n }", "title": "" ...
831d92524ee6145695338f325f7ed0b8
This method will be called once per scheduler run during simulation
[ { "docid": "d5ffb9ebd05d669c55cbe9b257d34af9", "score": "0.72969586", "text": "@Override\n public void simulationPeriodic() {\n }", "title": "" } ]
[ { "docid": "fe2e98093ba90b8bc2dc28d7b4d4237b", "score": "0.752391", "text": "@Override\n \tpublic void runScheduler() {\n \t\t\n \t}", "title": "" }, { "docid": "4311eb33c3b591603608041b787be1e3", "score": "0.75098836", "text": "public void schedulerStarting() {\n\r\n\t}", "title...
2b9beb33a86bafcc085ac9a13902b405
Gets the "Region" element
[ { "docid": "1987dc10648da636a9343befc6441a33", "score": "0.7485114", "text": "public org.astrogrid.stc.region.v1_10.beans.RegionType getRegion()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.astrogrid.stc.region.v1_10.beans.RegionType target = null;\...
[ { "docid": "09a1dffa6246458be70067f4b76deec7", "score": "0.8331722", "text": "Region getRegion();", "title": "" }, { "docid": "346aadb3545a74db86bc878d7d95d143", "score": "0.8221768", "text": "String getRegion();", "title": "" }, { "docid": "346aadb3545a74db86bc878d7d95d1...
d5c8f5358b34da50152960b22efa12a2
This method returns the content for the output panel, in the form of a complete panel with buttons
[ { "docid": "d8c5aaa9e8e839657582d1283b49e2d6", "score": "0.80270606", "text": "private JPanel getContentForOutputPanel() {\n\t\tif (outputPanel == null) {\n\t\t\tGridLayout gridLayout = new GridLayout(2,2);\n\t\t\tgridLayout.setRows(8);\n\t\t\tgridLayout.setColumns(1);\n\t\t\toutputPanel = new JPanel();...
[ { "docid": "43302723cc26c4f99021dcfd741a8a6b", "score": "0.73336864", "text": "private static JPanel getActionPanel() {\n\t\tJPanel response = new JPanel(new GridLayout(1, 7));\n\t\tresponse.setBackground(IntersportColors.INTERSPORT_GREEN);\n\t\tresponse.setOpaque(Boolean.TRUE);\n\t\tresponse.setBorder(...
8fa2b74a9af3d9c1fcc359245189f3af
jhipsterneedleentityaddfield JHipster will add fields here
[ { "docid": "823574a9919d9ee0ef0470408b7a800c", "score": "0.0", "text": "public Long getId() {\n return id;\n }", "title": "" } ]
[ { "docid": "d89633a83b2bc3637d994378ef09a7aa", "score": "0.6349701", "text": "Field addField();", "title": "" }, { "docid": "9b2d9a87258c6d81014fdd4a4919c1fd", "score": "0.62195617", "text": "private void addField(ActionContext context, Connection db) throws SQLException {\n if ((...
9dfdcf155c68e107444a65c200113156
System.out.println("Notice what gets printed: "+ available);
[ { "docid": "de8c2498f52313d353f94bee8bde8395", "score": "0.0", "text": "public void run() {\n\t\t\n\t\tsynchronized(this){ // The word this reffers to object Reserve. The line synchronized(this) means that the thread will lock on this object at this point\n\t\tSystem.out.println(\"Available Breths= \" +...
[ { "docid": "dab1a861139a2033fb774e801eced0af", "score": "0.709337", "text": "public int available() {\n/* 44 */ return 0;\n/* */ }", "title": "" }, { "docid": "f58430237367d2ea204e81e15ffa9309", "score": "0.7040016", "text": "void showAvailOut();", "title": "" }, { ...
c8c4571462ae638ea7892f76bbfb3f51
Created by Abbas on 24/05/2016.
[ { "docid": "6f4a1e63d33743ae82a5622f1a5d440e", "score": "0.0", "text": "public interface MovieSearchContract {\n\n interface View extends IView<Presenter> {\n\n void showMoreMovies(List<Movie> tasks);\n\n void clearMovies();\n\n void showLoadingForMovies();\n\n void hideLo...
[ { "docid": "a4dcc093d4ff3452de6ac444aececdf1", "score": "0.59733254", "text": "public void ausgabeZugFiguren() {\n\t\t\t\r\n\t\t}", "title": "" }, { "docid": "5d259e9a9ed31ac29902b25db191acd1", "score": "0.5943204", "text": "@Override\n\tpublic void bewegen() {\n\t\t\n\t}", "titl...
f215b939e187f71b211711e6d93c5c56
Remove an asynchronous request from the pending list
[ { "docid": "7d45d47d142380d0eb4a34ef242da790", "score": "0.6836864", "text": "protected final AsynchRequest removeAsynchronousRequest(int id) {\n\n\t\t// Check if the list is valid\n\n\t\tif ( m_asynchRequests == null)\n\t\t\treturn null;\n\n\t\t// Find the request\n\n\t\tAsynchRequest areq = null;\n\t\...
[ { "docid": "4ab8e0616087122a5cdf79955beb1b7f", "score": "0.74379414", "text": "protected final AsynchRequest removeAsynchronousRequest(AsynchRequest req) {\n\n\t\t// Check if the list is valid\n\n\t\tif ( m_asynchRequests == null)\n\t\t\treturn null;\n\n\t\t// Remove the request from the list\n\n\t\tm_a...
047aa790298455a71eb4414451c5d3eb
Die Umgebung in der das Spielfeld angezeigt wird, falls der Nebel an ist
[ { "docid": "4c50a1980149a83817f1e078c64a11c3", "score": "0.0", "text": "private boolean inRange(int i, int j) {\r\n\t\treturn (Math.sqrt(Math.pow(fenster.engine.spieler.getXPos() - i, 2)\r\n\t\t\t\t+ Math.pow(fenster.engine.spieler.getYPos() - j, 2)) < 3 || !fenster.nebelAn);\r\n\t}", "title": "" ...
[ { "docid": "7db41ae0832c6ea8bad4bfdebd37100b", "score": "0.69680744", "text": "private Konstituentenfolge getIndirekteFrageNachSubjekt() {\n return getVerbletztsatz()\n .withVorkommaNoetigMin(anschlusswort == null);\n }", "title": "" }, { "docid": "098403e7a33f1c4254...
f138920c01a36467e2cd06a1a82fdc00
This method was generated by MyBatis Generator. This method sets the value of the database column con_house_items.CREATE_USER_IDENTITY
[ { "docid": "cca24bbc3e69e5e691e8f139b85a3a1f", "score": "0.61236966", "text": "public void setCreateUserIdentity(Short createUserIdentity) {\n this.createUserIdentity = createUserIdentity;\n }", "title": "" } ]
[ { "docid": "542394cbf8508c58cb36381ee009cf5b", "score": "0.61285925", "text": "public void setCreateUser(Integer createUser) {\n this.createUser = createUser;\n }", "title": "" }, { "docid": "4fa5a5fa9adef798a772c9ded0eb3b7b", "score": "0.60059196", "text": "public void set...
1a40a21003ae2605c753dc995d8b0b21
Tries to fetch the mime type for a node. If the node lacks on, the mimetype will be determined via the extension.
[ { "docid": "ab577c1ddf8ab9e88ab084e990e6447b", "score": "0.55053514", "text": "public static String getMimeTypeForNode(Node imgToCrop, String sImg)\n throws PathNotFoundException, ValueFormatException, RepositoryException {\n String sType = \"\";\n\n // Standard list of images we support.\n ...
[ { "docid": "1ab356dd1b3ee76009a3fe0e60468010", "score": "0.6762631", "text": "String getInferredMimeType();", "title": "" }, { "docid": "db38c8cbd32e2ab928a9e303657a095a", "score": "0.67364407", "text": "String getMimeType();", "title": "" }, { "docid": "e54596d4a55958ddb...
bc82e5367a9adf65f69c956e81ac9214
/ SUBMODULE: processLine IMPORT: network(FollowNetwork), csvRow(String) EXPORT: void ASSERTION: Takes in a line from the file and parses it into the network REFERENCE: Code based on Lecture01 Sorting lecture slides. Accessed on the Sunday 27th of October
[ { "docid": "45e5f1e2d4cb3d6b8081ddee68114f28", "score": "0.78178954", "text": "private static void processLine(FollowNetwork network, String csvRow) throws IllegalStateException\n {\n String label1, label2;\n String[] tokens = csvRow.split(\":\");\n\n try\n {\n ...
[ { "docid": "e1a92b0335a49d770b716097cf93afee", "score": "0.6401455", "text": "public void processLine(String line);", "title": "" }, { "docid": "d6137624cc749638b5dd439d3d3fad77", "score": "0.6336909", "text": "private static void readFile(FollowNetwork network, String inFilename)\n ...
38988e110d74536570799f2a4d80fbba
update current time(sync with server now needed for first time e.g login, signup)
[ { "docid": "1e300767dc767c9b6ed9e228e72ea914", "score": "0.7962501", "text": "public static void updateCurrentTime(){\n if(Config.SHOWLOG) Log.d(\"DEBUG_UTILITY\", \"using updateCurrentTime() during login/signup\");\n\n HashMap<String, Date> parameters = new HashMap<String, Date>();\n ...
[ { "docid": "63981bde0ad001ecf6247085d97d9314", "score": "0.7115461", "text": "void setNow(long now);", "title": "" }, { "docid": "de300d6808a7bf60c23fdafcd4f660aa", "score": "0.71034634", "text": "private static void setLastUpdateTimeToCurrentTime()\n {\n _lastUpdateTime = ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "bdecb537840f16b64a15d173e76e44ba", "score": "0.0", "text": "@Override\r\n\t\tpublic int getCount() {\n\t\t\treturn FicturesActivity.jsonSortListArr[position].size();\r\n\t\t}", "title": "" } ]
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
72e9f09603452bb56a98777138adff39
Constructor with initialization values other than zero.
[ { "docid": "f768b1c135563bc29ae364f0325530cc", "score": "0.0", "text": "public WJState(int small, int big) {\r\n\t\tthis.small = small;\r\n\t\tthis.big = big;\r\n\t}", "title": "" } ]
[ { "docid": "4f120e0d6b956763fba666a93a6f1686", "score": "0.7158433", "text": "public Constant() {\n this(0);\n }", "title": "" }, { "docid": "d1b3d8453fdaa42a4e74737caee3bdba", "score": "0.7130571", "text": "public Counter() {\n this(0);\n }", "title": "" },...
f3efa9ad86cb7e6dc23e73f97270a459
Returns the element from the tree matching the given parameter. Hint: Should you use value equality or reference equality? Must be O(log n) for a balanced tree and O(n) for worst case. Do not return the same data that was passed in. Return the data that was stored in the tree.
[ { "docid": "27fde09ebfce79e47e0a9218d1a8d379", "score": "0.6442009", "text": "public T get(T data) {\n if (data == null) {\n throw new IllegalArgumentException(\"Data cannot be null.\");\n }\n if (root == null) {\n throw new NoSuchElementException(\"Element doe...
[ { "docid": "180a17a5f0ffc498a49d955f2c7e50b0", "score": "0.6544049", "text": "private KeyedItem retrieve(BinarySearchTree currentNode, Comparable key){\r\n\t\t\r\n\t\t//item to return if found\r\n\t\tKeyedItem item = null;\r\n\t\t\r\n\t\t//Node is null, we are at a empty leaf. Item not found\r\n\t\tif(...
b553c4e08390f88640844f07a8cd4961
Checks if it is legal to add a card. A card can be added if it builds in either direction or can wrap
[ { "docid": "34cdca497ba41bac4bcac2c85a811af2", "score": "0.8480844", "text": "@Override\n\tpublic boolean isAddingCardLegal(Card card) \n\t{\n\t\tif(this.pile.peek().canWrap(card) || this.pile.peek().canBuild(card))\n\t\t{\n\t\t\treturn true;\n\t\t}\n\t\t\n\t\treturn false;\n\t}", "title": "" } ]
[ { "docid": "2281a132726b8051738bb91aaf52413e", "score": "0.79595435", "text": "public abstract boolean canAddCard(Card c);", "title": "" }, { "docid": "d00d669f7a517babfdc1b2bbfe35f69e", "score": "0.7399812", "text": "private void checkAddCards() {\n if (addCard) {\n getCurre...
6386ce2805f815291d6409ed8461c75e
float[][] retPoints = MMath.removeFactor(object.getPoints()); /System.out.println("OBJ POINTS: "); MMath.printMatrix(retPoints); System.out.println("JP POINTS: "); MMath.printMatrix(getMatrixJP());
[ { "docid": "e7bd48e84911f762559c5f75c62dbffa", "score": "0.67668396", "text": "private void standardReverseConversion(CGObject object){\n \n float[][] invJP = MMath.invert3x3Matrix(getMatrixJP());\n \n //System.out.println(\"INV JP: \");\n //MMath.printMatrix(invJP);\n...
[ { "docid": "a3b57c6a74b241646870548341f2a20c", "score": "0.58270043", "text": "public static void main(String s[]) {\n\t\tMyVector p1 = new MyVector(0, 0, 0);\n\t\tMyVector p2 = new MyVector(1, 1, 1);\n\t\tMatrix a = new Matrix();\n\t\tSystem.out.println(\"init matrix\" + a.toString());\n\t\tMatrix b = ...
4ca90fece1648183aa33f576ac52f8ee
Using handler with postDelayed called runnable run method
[ { "docid": "a32d11f68918a418cb880d6e7519aa2f", "score": "0.0", "text": "@Override\n public void run() {\n\n\n {\n\n Intent i = new Intent(SplashActivity.this, MainActivity.class);\n startActivity(i);\n }\n\n }", ...
[ { "docid": "a499152b6ffb589880a0ac2b7d4b22a1", "score": "0.7515741", "text": "@Override\n public void run() {\n handler.postDelayed(this, 1000);\n useTime = useTime + 1;\n }", "title": "" }, { "docid": "4ee0656600ddeb948b3a6f3b08b0fb68", ...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "0b8372fe8aee82751f77da62725eaf59", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View vista = inflater.inflate(R.layout.fragment_tmpsalesline, container, fals...
[ { "docid": "4393c859154bbe16da7d6e207e3873ad", "score": "0.68913364", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {\n return inflater.inflate(R.layout.rss_list_fragment, container, false);\n }", "title": "" }, ...
ba139a19c06fb73fc2097b4bb242f55a
Loop through list of sites and extract the LatLng to add to the map
[ { "docid": "fc3665f921cd000198cf50f2e8721a33", "score": "0.66717374", "text": "private void addMarkers() {\n Collection<Site> c = Sites.get(getActivity()).getAllSites();\r\n Iterator<Site> itr = c.iterator();\r\n while(itr.hasNext()) {\r\n Site current = itr.next();\r\n ...
[ { "docid": "3ede4250e21f41ebf6c3275e38f6ed56", "score": "0.6084576", "text": "public void addMarkers() {\n\n if(LocationList==null){\n Toast.makeText(this,\"No nearby Frineds\",Toast.LENGTH_SHORT).show();\n }\n else{\n\n for (String s : LocationList) {\n ...
088c0d3ac265fb0d1ddd28363b6c9022
/ fills assignment data array with data from result set
[ { "docid": "c3ca4bc49ee8c7c370def71a57144813", "score": "0.6895527", "text": "private String[][] fillAssignmentData(ResultSet rs)\n\t{\n\t\tString[][] r = new String[100][4];\n\t\ttry{\n\t\t\tint i=0;\n\t\t\twhile(rs.next())\n\t\t\t{\n\t\t\t\tSystem.out.println(\"HERGERGEG: \"+rs.getString(1));\n\t\t\t\...
[ { "docid": "ba9aa791f9e7841bce368bc841c6dc4f", "score": "0.5999999", "text": "public void populate(List<String[]> results) {\n\t\tthis.resultant = new Object[results.size()][];\n\t\tfor(int i = 0; i < resultant.length; i++) {\n\t\t\tresultant[i] = results.get(i);\n\t\t}\n\t\tArrays.toString(resultant);\...
1366c6178f2c579611bf314ed1be6961
This method was generated by MyBatis Generator. This method corresponds to the database table t_security_info
[ { "docid": "af7b5635c71e518450f10a392a9e4cf3", "score": "0.0", "text": "int updateByPrimaryKey(SecurityInfo record);", "title": "" } ]
[ { "docid": "94cc702c79524dc631c9e54fe8434ed0", "score": "0.6142819", "text": "SecurityInfo selectByPrimaryKey(Long id);", "title": "" }, { "docid": "5d74abf6fc85051b7bac42ff6b119c82", "score": "0.58306456", "text": "List<SecurityInfo> selectByExample(SecurityInfoExample example);", ...
85ece4eb7b8c739afe22731d1bc79f60
Adds a CLR to the log
[ { "docid": "3967f72464522e31ec340cf72a491837", "score": "0.45534876", "text": "public void addCLR(String lsn, String tid, String page, String redo, String prevLsn,String undoNextLsn)\n throws LSNAlreadyExistsException {\n if(entries.stream().anyMatch(x -> x.getLsn() == lsn)){\n ...
[ { "docid": "75327cbccaa121e9dd5bfabece96ac4d", "score": "0.5404403", "text": "private void addLog(String message) {\n }", "title": "" }, { "docid": "5f919a5c14235693212f0d813875e931", "score": "0.48781502", "text": "public void addToLog( String s );", "title": "" }, { ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1effaac2b0c0ff8c19be68f7e974e7f1", "score": "0.0", "text": "@Override\n\tpublic byte[] getBytes() {\n\t\treturn this.data;\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...
7cde6d2a5a20704ca46e7f49930b9f01
Use NamePart.newBuilder() to construct.
[ { "docid": "364ec4914c812bda2cbd330184b65d21", "score": "0.75075597", "text": "private NamePart(com.google.protobuf.GeneratedMessage.Builder<?> builder) {\n super(builder);\n this.unknownFields = builder.getUnknownFields();\n }", "title": "" } ]
[ { "docid": "50e3b05378ac51833df417e38fa2fbb6", "score": "0.7302612", "text": "public Builder setNamePartBytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000001;\n namePart_ = value;\n ...
f826c86a111c6f45500848085db03ab7
True if the declaring class is an interface, false if it's not.
[ { "docid": "03a7bc887e7bc69865546ce4b04c8096", "score": "0.81201625", "text": "public abstract boolean classIsInterface();", "title": "" } ]
[ { "docid": "e62a380c52f352e6675c4d5dff9f4e09", "score": "0.8514619", "text": "boolean isInterface();", "title": "" }, { "docid": "2ba96b8bca05dd450348aa5b9cb82e6f", "score": "0.83066565", "text": "public abstract boolean isInterface();", "title": "" }, { "docid": "e8b923d...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "6c738e117cf9809d6a6a4f381fada980", "score": "0.0", "text": "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item)\n\t{\n\t\tint id = item.getItemId();\n\n\t\t//noinspection SimplifiableIfStatement\n\t\tif (id == R.id.MapMenuItem)\n\t\t{\n\t\t\tIntent intent = new Intent().putExtra...
[ { "docid": "d771bdd1ab23e43342c528d79498f394", "score": "0.77267206", "text": "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t switch (item.getItemId()) {\n\t case android.R.id.home:\n\t // app icon in action bar clicked; go home\n\t Intent intent =...
79924f5f855cd056ec3a52935e41711b
convert string to Current account class
[ { "docid": "1458800c12f03e58f88fd45a4c6e241e", "score": "0.5070293", "text": "public static Current parseCurrent(String str) throws Exception {\r\n\t\tstr = str.replace(\"Current [\", \"\").replace(\"]\", \"\");\r\n\t\tString[] fields = str.split(\";\");\r\n\t\tif (fields.length > 0) {\r\n\t\t\tCurrent ...
[ { "docid": "23117f65ed7ed6a32d33cd5dd8e979d6", "score": "0.64597744", "text": "java.lang.String getAccount();", "title": "" }, { "docid": "7ae0937c5216dcf648349d38ac3aec65", "score": "0.6117368", "text": "public abstract String getAccountType();", "title": "" }, { "docid"...
97e18f9b57a033e2fa4b3f2fa52d5f47
System.setProperty("javax.net.ssl.trustStore", "C:\\Users\\piglet\\workspace\\InstallCert\\bin\\keystore"); System.setProperty("javax.net.ssl.trustStore", "C:\\Program Files\\Java\\jdk1.7.0\\jre\\lib\\security\\cacerts"); System.setProperty("javax.net.ssl.trustStorePassword", "changeit"); System.setProperty("javax.net....
[ { "docid": "cdd006e36fa3caaa5b3a2562b77b8640", "score": "0.7662388", "text": "public static void main(String[] args) throws Exception\r\n\t{\r\n\t\t/* Create the ePayLink Client Object */\r\n\t\tePayLinkClient eplc = new ePayLinkClient();\r\n\t\t/* Load the config file */\r\n\t\teplc.setConfigFile(\"C:\...
[ { "docid": "fcfd154a09b7ad42134843fd28c582f5", "score": "0.658607", "text": "public static void main(String[] args)throws Exception\r\n {\n \t String pkcs11Config = \"C:\\\\Users\\\\\\\\Hello\\\\eclipse-workspace\\\\EToken_23\\\\config.cfg\";\r\n \t java.io.ByteArrayInputStream pkcs11Con...
6116c6f163f1732ab97fa8daaae81792
The method updates the current logged in user. This method is used when updating a new username to the logged in user.
[ { "docid": "82086f35ef142d1c2bb6d9065a86d082", "score": "0.74385226", "text": "public void updateCurrentLoggedInUser(final String username){\n final UserDetails userDetails = loadUserByUsername(username);\n final Authentication authentication = new UsernamePasswordAuthenticationToken(userD...
[ { "docid": "0f22ecc92ab2b97445f1bb028480677d", "score": "0.79502606", "text": "public void update_user() {\n\t\t\n\t}", "title": "" }, { "docid": "b88e54de7166121213904f38e8cf687f", "score": "0.78193337", "text": "private void updateUser() {\n\n String userLogin = provideStrin...
16084ea9c1f7b2ccb9141b5feb999986
Metodos Metodo Constructor por defecto
[ { "docid": "9bbfd6f2ef64a3eb026bab146f1a398e", "score": "0.0", "text": "public Circle() {\n }", "title": "" } ]
[ { "docid": "5a48d068dd1ee55bc920b8ed3fa7ab7f", "score": "0.72484297", "text": "public Meta() {\n }", "title": "" }, { "docid": "39b7390f2b1c6393b3785fff30d35f0b", "score": "0.7214807", "text": "public Meta() {}", "title": "" }, { "docid": "8c61b995ab8f57ab8ee0728404f4f...
0583238dcb6c1c832132c56c821cdeba
Getter for all error level exception messages.
[ { "docid": "c8902ffebd72d77e70e94b0f0c19ab5a", "score": "0.65762645", "text": "public Collection<String> getErrorLevelExceptionIds() {\r\n\t\tif (exceptionLevelBasedUniqueErrorIds.containsKey(ExceptionLevel.ERROR)) {\r\n\t\t\treturn exceptionLevelBasedUniqueErrorIds.get(ExceptionLevel.ERROR);\r\n\t\t}\r...
[ { "docid": "68a2da027e46c8f085b32bbaddbe0176", "score": "0.72022456", "text": "public String exceptionMessage() {\n return this.exceptionMessage;\n }", "title": "" }, { "docid": "8ab540c215a515d591b0f78ff861d8a8", "score": "0.7108489", "text": "public ExceptionMessage getEx...
73947cf06be247d74d1b022d53207e82
Adds the ranks of the move to the given move.
[ { "docid": "b7b3e203ed938b836fe57fb3eaa1dfcc", "score": "0.70351285", "text": "private void addRankToMove(NodeList rankChildren, Move move) throws DrillXMLException {\n\t\t//initialize the rank name\n\t\tString rankName = null;\n\t\tArrayList<CommandPair> commands = new ArrayList<CommandPair>();\n\t\tRa...
[ { "docid": "4de23dde9cfdc4715de1b1ec8d5d4ed6", "score": "0.65252686", "text": "public void addMove(Move move){\n Moves.add(move);\n movecount++;\n }", "title": "" }, { "docid": "4771511acf728fc374ace255bcbaeff6", "score": "0.6466702", "text": "public void addMove(int...
9427a607302aff800131602f0a8e44d6
Test case number: 157 /Coverage entropy=1.4436534297259325
[ { "docid": "0f4d67428bf5901a7a50b4f820bae06c", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test157() throws Throwable {\n StringReader stringReader0 = new StringReader(\"gR39:};Az,EeQ2PLmLM\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 84, 84, 84)...
[ { "docid": "80807553c59aad5881b49e5bf8f2ae4d", "score": "0.7201238", "text": "@Test(timeout = 4000)\n public void test126() throws Throwable {\n TestInstances testInstances0 = new TestInstances();\n Instances instances0 = testInstances0.generate((String) null);\n Evaluation evaluation0...
d45574d3a679c7d9c5590640a0aa9f26
content details common for all content types
[ { "docid": "f50ed25c8f6ea2c9eec83493d85e0f71", "score": "0.0", "text": "public String getStandardContent() {\r\n\t\treturn this.getContentId() + \"\\t\" + util.padStr(this.getContentName(), ' ', 30) + \"\\t\" \r\n\t\t\t\t\t+ this.getNumberOfDownloads() + \"\\t\\t\" + String.format(\"$%.2f\", this.getPri...
[ { "docid": "af5217e1aeab9533429099f82e38430d", "score": "0.674009", "text": "public void showContent() {\n\t\t// add your code here\n \n for(Content obj : content_list)\n {\n //based on content type use the overriden showDetails method of r...
1a0fb99f37ec7dc8936ef4fb22b0ecd8
$ANTLR end "rule__JvmWildcardTypeReference__Group__0" $ANTLR start "rule__JvmWildcardTypeReference__Group__0__Impl" InternalJavaFXDsl.g:26904:1: rule__JvmWildcardTypeReference__Group__0__Impl : ( () ) ;
[ { "docid": "40dad6ebe3d5ee6c9b2950726a11ba32", "score": "0.833949", "text": "public final void rule__JvmWildcardTypeReference__Group__0__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalJavaFXDsl.g:26908:1: ...
[ { "docid": "660255e618013dc90a16876989c0c8fb", "score": "0.8388107", "text": "public final void rule__JvmWildcardTypeReference__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipse.xtext.xbase.testlanguages.u...
5405baaed02157381a597c5fbe941e6c
Resolve OrderManager and Promotion components.
[ { "docid": "ea74ce3c574a4c540f3d7acb1371de78", "score": "0.0", "text": "public void initialize(Map pParameters) throws ProcessException {\r\n logDebug = getSystemSpecs().getCsrScenarioDebug();\r\n logDebug(\"RemoveCsrGiftwrap is Initializing\");\r\n mOrderManager = (OrderManager) Nucleus.getGlo...
[ { "docid": "af784f1f223015d473b4f52d13d39a89", "score": "0.6004525", "text": "public interface ProductOrderManager {\n\n\tpublic GetOrdersResponse getOrders(GetOrdersRequest request);\n\n\tpublic PlaceOrderResponse palaceOrder(OrderDetails orderDetails);\n\n\tpublic GetProductsResponse getProducts();\n\...
c68875877327f44dbcaa2dff4d6aa925
index position of the last item placed on the stack initialize data structure with constructor
[ { "docid": "5719150925e114209f2e31b3281f273c", "score": "0.52166116", "text": "public Stack(int size) {\r\n\t\tthis.maxSize = size;\r\n\t\tthis.stackArray = new char[maxSize];\r\n\t\tthis.top = -1; //represents the item's position, place -1 because there is nothing currently there, 0 is the first item.\...
[ { "docid": "503f3957a4c596f93a9c1efa7aa26d5e", "score": "0.6581772", "text": "public ObjectStack(){\n\n item = new Object[1];\n top = -1;\n\n }", "title": "" }, { "docid": "f18f39744a610f79a30a332f6cc2f111", "score": "0.62209576", "text": "public ArrayStack() { //con...
59ee4ddef28ee16ed11f11c937f0a651
// SECTION ^: Properties // SECTION: Constructors
[ { "docid": "af6e55015517116d8d262b32d0a33141", "score": "0.0", "text": "public Node(String nodeName, String ctxSessionID, PowerIndex powerIndex) {\n this.nodeName = nodeName;\n this.ctxSessionID = ctxSessionID;\n this.powerIndex = powerIndex;\n }", "title": "" } ]
[ { "docid": "b510e449579c92b6c09e1288cc128fb0", "score": "0.7313194", "text": "public LabProperties() {\n }", "title": "" }, { "docid": "9ba41a8740be035cef3d7aa5dac633d0", "score": "0.7301842", "text": "public Property() {\n\t\tthis(0,0,0,0);\n\t}", "title": "" }, { "do...
c25cc0552723e37ba098f069c26e3ad8
$ANTLR end "entryRuleClassDefinition" $ANTLR start "ruleClassDefinition" InternalDSL.g:87:1: ruleClassDefinition : ( ( rule__ClassDefinition__Alternatives ) ) ;
[ { "docid": "96d79ff78969f2f1b652dfbbb555af6b", "score": "0.858968", "text": "public final void ruleClassDefinition() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:91:2: ( ( ( rule__ClassDefinition__Alternatives ) ) ...
[ { "docid": "3c8c3476100edefe6bcd66a88c060db5", "score": "0.74980354", "text": "public final void rule__ClassDefinition__Alternatives() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:1086:1: ( ( ruleSimpleClass ) | ( ...
b21017456b2dc143148e150f88494c73
Deletes an event by his id.
[ { "docid": "22ae2092f348282823f00165cabca439", "score": "0.78545856", "text": "public void deleteEvent(long eventId) throws DataNotFoundException;", "title": "" } ]
[ { "docid": "6221e8e4c30b47a861214c80fc74fbc6", "score": "0.802811", "text": "public void deleteEvent(String id) {\n MongoCollection collection = db.getClient().getCollection(\"events\");\n collection.remove(new ObjectId(id));\n }", "title": "" }, { "docid": "9851000d2e8d83c5...
8b3eee61d30c9a40f58e85afb863f085
Controller to update a movie in database
[ { "docid": "a72832a5dd2d5463bbce23e772cd01ce", "score": "0.67261404", "text": "@PutMapping(ApiRestConstants.UPDATE_MOVIE)\r\n\t@PreAuthorize(ApiRestConstants.IS_ROLE_ADMIN)\r\n\tpublic ResponseEntity<?> update(@Valid @RequestBody Movie updateMovie, @PathVariable Long id) {\r\n\t\tMap<String, Object> res...
[ { "docid": "2cc92c01297766ee8588048f7d9c66f5", "score": "0.7734648", "text": "public void testUpdateMovie() {\t\r\n\t}", "title": "" }, { "docid": "bda67151650330a429fe64c8a26c2048", "score": "0.73653847", "text": "public Movie updateMovie(Movie movie) throws InvalidDataException;", ...
e9919f59ddd6eccecfab12bf6c47c7ef
TODO: Maintain a player list.
[ { "docid": "b8ee0f20da184d88ed5dc73ecdb952ae", "score": "0.0", "text": "private void handlePlayerListItem(PacketC9PlayerListItem item) {\n }", "title": "" } ]
[ { "docid": "06e5c30521c8c1d02dce188c2bf9bd0e", "score": "0.78211886", "text": "public static List<Player> getPlayers() {\r\n\r\n if (players.size() == 0) {\r\n final List<Player> players = new ArrayList<Player>(250);\r\n\r\n players.add(new Player(\"Kate Wells\", 961, 658));...
da3d3fd29472928e72cd605b7507e514
/ renamed from: s
[ { "docid": "5f5fa79cceca441d463589ad9d5a28b9", "score": "0.0", "text": "private C6307g m12136s() {\n int i = C6310i.f11191b[this.f11215r.ordinal()];\n if (i == 1) {\n return new C6237F(this.f11198a, this);\n }\n if (i == 2) {\n return new C6303d(this.f11...
[ { "docid": "968958557f4592792e5abbe93174ce91", "score": "0.6700882", "text": "String getS();", "title": "" }, { "docid": "724450ea25148d59933ed7c3c019bc1b", "score": "0.65779513", "text": "private static String strangize(String s) {\n StringBuilder sb = strangizeInit(s);\n\n ...
ced034a2a6d1c2d486c708c6614a4218
puts `key` with `value`. if `key` already exists, it overwrites its value with `value`
[ { "docid": "af13cbb833ca198dd68bc3e000babc65", "score": "0.0", "text": "public boolean add(int key) {\n if (key < 0) {\n throw new IllegalArgumentException(\"Key cannot be negative: \" + key);\n }\n if (keyCount + removeCount == threshold) {\n expand();\n ...
[ { "docid": "ffd8f551573a8b3b2cbd6770e133f450", "score": "0.6579018", "text": "void put(String key, String value);", "title": "" }, { "docid": "ffd8f551573a8b3b2cbd6770e133f450", "score": "0.6579018", "text": "void put(String key, String value);", "title": "" }, { "docid":...
202d9ec29230d834d2e22e45f3ab0ce3
Finder Constructor that queries the database for the specified nail by their ID
[ { "docid": "772273ebfb8316254f70e5bed5a2f08d", "score": "0.6491955", "text": "public Nail(int id) throws ClassNotFoundException, SQLException, ItemNotFoundException\n\t{\n\t\tsuper(id);\n\t\tResultSet rs = null;\n\t\ttry{\n\t\t\trs = DatabaseGateway.queryNail(this.id);\n\t\t\tif(rs.next())\n\t\t\t{\n\t\...
[ { "docid": "7462b01c00dcfd90007122db04981b86", "score": "0.5820236", "text": "@Override\r\n\tpublic Borne find(long id) {\r\n\t\tBorne borne = new Borne();\r\n\t\t\r\n\t\r\n\t\tStatement st =null;\r\n\t\tResultSet rs =null;\r\n\t\t\r\n\t\t\r\n\t\ttry {\r\n\t\t\tst = this.connect.createStatement();\r\n\t...
665f77bec3d295cdbff4856209d9175b
This method was generated by MyBatis Generator. This method sets the value of the database column events_statements_summary_by_account_by_event_name.SUM_ROWS_AFFECTED
[ { "docid": "5904fb4cc5f5e3c4bf6c9d4f2cc4903d", "score": "0.7037411", "text": "public void setSUM_ROWS_AFFECTED(Long SUM_ROWS_AFFECTED) {\n this.SUM_ROWS_AFFECTED = SUM_ROWS_AFFECTED;\n }", "title": "" } ]
[ { "docid": "6c5bb22bba430e10336be6462db47608", "score": "0.6588969", "text": "public Long getSUM_ROWS_AFFECTED() {\n return SUM_ROWS_AFFECTED;\n }", "title": "" }, { "docid": "8bdcfbb9c3fd89b0e721152d73715371", "score": "0.6061678", "text": "public void setSUM_ROWS_EXAMINED...
9306f6f2c51a50cd8ab9289c094654ba
This method was generated by MyBatis Generator. This method corresponds to the database table t_role_resource_permission
[ { "docid": "1dc724e0516f8d09010baa8985e51a43", "score": "0.56973296", "text": "public tRoleResourcePermission(Long roleId, Long resourceId, Long permissionId, Date createTime, Date updateTime, Long createById, Long updateById, Long counts, String deleteFlg) {\n this.roleId = roleId;\n this...
[ { "docid": "6e9cf23bb46dd487ec6c752e854ec60a", "score": "0.65861255", "text": "public tRoleResourcePermission() {\n super();\n }", "title": "" }, { "docid": "9ce181ee38eb8b4d071c25d0c68c6a18", "score": "0.6514897", "text": "@Select({\n \"select\",\n \"role_id,...
3b74241649fbd439171b20e9d87a9be8
Inserts the specified number of blank rows.
[ { "docid": "023011410d3d94d02543a612659c8780", "score": "0.49281958", "text": "public void addRows(int howMany) {\n\n for (int i = 0; i < getNumColumns(); i++) {\n columns[i].addRows(howMany);\n }\n }", "title": "" } ]
[ { "docid": "a7317f0ef0db6a13114f7f18cd602daf", "score": "0.6644117", "text": "protected void InsertBlanks(int count)\n throws BadLocationException\n {\n Element elem = document.getParagraphElement(terminal_cursor);\n int start = elem.getStartOffset();\n validateLine(elem);...
88c33a107eebf6272f325e14c940697e
get the road1side1 car frequency from object
[ { "docid": "69a80f129647fa5820dccff150fc4767", "score": "0.5616637", "text": "public Integer getRoad1Side1Cars() \n\t{\n\t\treturn Integer.parseInt(road1Side1Cars);\n\t}", "title": "" } ]
[ { "docid": "a21e2f834bc90871507d09238add3fba", "score": "0.6159719", "text": "public int getFrequency()\n {\n return this.frequency;\n }", "title": "" }, { "docid": "988fb9d24543599c99860532dd8c9d6c", "score": "0.6123644", "text": "public int getFrequency() {\n re...
6ff4a997a054f96ed3a58595009e8bd2
/ / / / / / / / / / /
[ { "docid": "01d2eb80f8799922c008b8bba3ede39c", "score": "0.0", "text": "public final boolean push(boolean val) {\n/* 3199 */ if (this.m_index == this.m_allocatedSize - 1) {\n/* 3200 */ grow();\n/* */ }\n/* 3202 */ this.m_values[++this.m_index] = val; return val;\n/* *...
[ { "docid": "c4e34c80d133071eef375083d1e10433", "score": "0.52359426", "text": "public void findPath()\r\n\t{\r\n\t\tBinaryHeap openlist = new BinaryHeap(XmultY);\r\n\t\tArrayList<Integer> closedlist = new ArrayList<Integer>();\r\n\t\tfor(int i=0; i<XmultY; i++) {closedlist.add(0);}\r\n\t\tint currentTil...
389c80e61f6b8078debe1d9ed2a83e36
Sets the value of the 'pseudo' field
[ { "docid": "59de2c21f54b61360cdbea8fab9da445", "score": "0.8262742", "text": "public com.sudoku.comm.generated.User.Builder setPseudo(java.lang.String value) {\n validate(fields()[0], value);\n this.pseudo = value;\n fieldSetFlags()[0] = true;\n return this; \n }", "title": ""...
[ { "docid": "27318ce5dc146d949248d4de4d063215", "score": "0.85371256", "text": "public void setPseudo(java.lang.String value) {\n this.pseudo = value;\n }", "title": "" }, { "docid": "74e0144e69a90e4addcc8964a5ba2c9a", "score": "0.8124277", "text": "public void setPseudo(final Str...
1bf89447b80ec86ff401a389c9f91f7d
/ access modifiers changed from: protected
[ { "docid": "279ac7e12373ffc4a29db48f1be2fe0b", "score": "0.0", "text": "public void doShare(ShareParams shareParams) {\n }", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6966574", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.68438345", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "699057cc5573b4599ef2b79cf9f29a2f", "score": "0.0", "text": "public void sendReqMessage(int pageIndex) {\n\t\tif (MainActivity.starInformation == null) {\n\t\t\tToastUtil.show(getActivity(), \"无法获取信息\");\n\t\t\treturn;\n\t\t}\n\t\tHashMap<String, String> entity = new HashMap<String, String>()...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
24712f85204f23b43df17eea93ce4795
Messagetypespecific access methods appear below. /////////////////////////////////////////////////////// Accessor methods for field: node_id Field type: int, unsigned Offset (bits): 0 Size (bits): 16 /////////////////////////////////////////////////////// Return whether the field 'node_id' is signed (false).
[ { "docid": "fd25869afcd473555a8d817a3c5ba277", "score": "0.7159237", "text": "public static boolean isSigned_node_id() {\n return false;\n }", "title": "" } ]
[ { "docid": "a5a463dfd1ce513aa1b957e2aacbcc9d", "score": "0.59554535", "text": "public Long getNodeID() { return this.nodeID; }", "title": "" }, { "docid": "4d16fb8cfc083ed13ea5affbad24a32e", "score": "0.57384", "text": "public boolean isRealNode();", "title": "" }, { "doc...
42879acdd58f63afd7dcdc6e6d114bb6
Send a variety for form params. Returns file count and body params
[ { "docid": "840512a13fa4c06a51ad45808cd7476f", "score": "0.0", "text": "public void sendMixedArrayAsync(\n final SendMixedArrayInput input,\n final APICallBack<ServerResponse> callBack\n ) {\n //validating required parameters\n if (null == input.getFile())\...
[ { "docid": "4b7959d8d4adac09330504590f2e91f4", "score": "0.5912061", "text": "private String sendPostData(PostMethod post) throws IOException {\n // Buffer to hold the post body, except file content\n StringBuilder postedBody = new StringBuilder(1000);\n HTTPFileArg[] files = get...
d09f6ee7c3db9155afee3412ebd6b83b
None of these methods will be used
[ { "docid": "2dd652303f18c1a6b035756db8a6fe3f", "score": "0.0", "text": "@Override\n public void mousePressed(MouseEvent e) {\n //\n }", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.68839085", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "f13363e9a1929d31760bbc053283bd62", "score": "0.63283074", "text": "private Helpers(){}", "title": "" }, { "...