query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
ba29f3f34e70296037ff2b5ca4fc027c
Auto generated method signature for Asynchronous Invocations
[ { "docid": "06230a98a10b2d429b4b106eba14a910", "score": "0.0", "text": "public void startobtenerStringStored(\r\n\r\n com.datacode.avon_ots_ws.NotificacionesCorreoStub.ObtenerStringStored obtenerStringStored8,\r\n\r\n final com.datacode.avon_ots_ws.NotificacionesCorreoC...
[ { "docid": "ef21126e8123333dd9e15fb2abd0e04c", "score": "0.64520615", "text": "public interface ProductoServiceAsync {\r\n\tvoid buscar(Integer entity, AsyncCallback<Producto> callbak ) throws EntidadBaseException; \r\n\tvoid eliminar(Integer id,AsyncCallback<Void> callback) throws EntidadBaseException;...
5e3296fde4c8818bf0f7c1f3143dfa99
Add credit to credits
[ { "docid": "24fed30e285b73a7e387bcd21e94135d", "score": "0.6557855", "text": "public void addCredit(TableCredit credit) {\n\t\tif (credits == null) {\n\t\t\tcredits = new HashSet<TableCredit>();\n\t\t}\n\t\tif (credit != null) {\n\t\t\tcredit.setDinnerTable(this);\n\t\t}\n\t\tcredits.add(credit);\n\t}",...
[ { "docid": "9aec9bb0d2a88c25adc16ae0f381d308", "score": "0.7363958", "text": "public void addCredits(int additionalPoints) {\n credits += additionalPoints;\n }", "title": "" }, { "docid": "dcd22c0addb422a0f4dcd12d4cffb86b", "score": "0.72454154", "text": "public void setCre...
a484d426dc84328e8208a6952c72c927
Deletes rows with the given value in the given column. For example, for parameters 'title' and 'write' this method removes all rows whose 'title' column value is 'write'.
[ { "docid": "e74bdc0f11b7aae851c70cc2693d1f7a", "score": "0.72395635", "text": "void deleteByValue(String columnName, String columnValue) {\n\t\twaitWhileLocked();\n\t\tif (columnValue == null)\n\t\t\treturn;\n\t\tif (columnName != AppConstants.ID_COL)\n\t\t\tcolumnValue += \"'\" + columnValue + \"'\";\n...
[ { "docid": "5516530f688b1091ac661c771bc51978", "score": "0.63968563", "text": "private void deleteColumn(String column) {\n removeColumn(getSchema().getName(), EDGE_PREFIX + getLabel(), column);\n }", "title": "" }, { "docid": "3853b7a8c74ba1d83e338bac2b3e8951", "score": "0.628...
7384958c2ce81e691f42e541eb04e7f5
Controls the translation reference point.
[ { "docid": "0db3663a03548a92ee67ce2a7103d0bc", "score": "0.0", "text": "public static Property<String> circleTranslateAnchor(@Property.CIRCLE_TRANSLATE_ANCHOR String value) {\n return new PaintProperty<>(\"circle-translate-anchor\", value);\n }", "title": "" } ]
[ { "docid": "93bcb1a750f554665eaedd9ee5c1f9e6", "score": "0.67223096", "text": "void setTranslation(float x, float y);", "title": "" }, { "docid": "31bdec70392c6d058352b6fc2a2802a5", "score": "0.6290169", "text": "@Override\r\n protected void computeReferencePoint ()\r\n {\r\n ...
ae06f691b7d5aca966cab76f24324203
User cancelled the dialog
[ { "docid": "491fe1e14a7aea295401e95d01b64a60", "score": "0.0", "text": "public void onClick(DialogInterface dialog, int id) {\n }", "title": "" } ]
[ { "docid": "a30ba3acd04819968314bcef47ef4589", "score": "0.8616186", "text": "@Override\n public void cancel() {\n dialog.cancel();\n }", "title": "" }, { "docid": "10726e95ac0768bab0f78089defa72d7", "score": "0.8548497", "text": "public void cancel() {\n getDialo...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7a3368568aa27c36bc8b9f527780f78c", "score": "0.0", "text": "@Override\n public String getDeptName(String deptName) {\n return deptName;\n }", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d68d7537de9b23013534e9d8957e7431", "score": "0.0", "text": "public String mregist(int id, String account, String password, String name) {\n\t\treturn this.managerbiz.mregist(id, account, password, name);\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
5979bd708e3c813cb0212cba473e8010
Removes the local copy of the info about a download.
[ { "docid": "f025a499023f3f6dd4b9fc2688880b03", "score": "0.5964994", "text": "private void deleteDownloadLocked(long id) {\n DownloadInfo info = mDownloads.get(id);\n if (info.mStatus == Downloads.Impl.STATUS_RUNNING) {\n info.mStatus = Downloads.Impl.STATUS_CANCELED;\n }...
[ { "docid": "cc68f6d9907dafa74e00e72005ed1351", "score": "0.71418166", "text": "public void removeDownload(\n DownloadRequest dr )\n {\n\n }", "title": "" }, { "docid": "116bff89606c37060bac050fa14c44a4", "score": "0.6749979", "text": "private void cleanUpAllDownloads() {...
9f1088a6bc8a8999711af60d84fc3976
Sets the field 'merchantGroup'. The parameter is not copied so changes to it will be reflected in this instance and viceversa.
[ { "docid": "9a1f6e9f85f2bf169a55c2ac12328acd", "score": "0.8354648", "text": "public AppCarousel setMerchantGroup(com.clover.sdk.v3.base.Reference merchantGroup) {\n return genClient.setRecord(merchantGroup, CacheKey.merchantGroup);\n }", "title": "" } ]
[ { "docid": "3b4f8b04c50fe7d693bc670a1a0d9957", "score": "0.65977305", "text": "public void setGroup(String group) {\n // check if setting to existing value\n if (this.group == null ? group != null : !this.group.equals(group)) {\n // set to new value for customer parameter\n this.group = ...
4602b1fa5b8039ece01673a87139d091
performance test of statistics aggregation
[ { "docid": "4926635582cd3c1e17b9dea3af5a51f3", "score": "0.6230957", "text": "@Test\r\n\tpublic void testLogStatisticOperationMetric() {\n\t\tfinal OperationMetric metric = new OperationMetric();\r\n\t\tmetric.startOperation(\"test\", true, \"a\", \"b\");\r\n\t\tmetric.stopOperation(123123, false, true)...
[ { "docid": "3c925f141975586053f0ee3eab821988", "score": "0.7316721", "text": "@Test\n public void statisticsTest(){\n double total = 0;\n double startTime = 0;\n double endTime = 0;\n for(int i = 0;i<10;i++) {\n startTime = System.nanoTime();\n data.s...
a439c56f98f74a7bb57e66aef44f576f
This is a helper method that fills in company array
[ { "docid": "0509a624bc0aa5f938a3f29d9ba58fe6", "score": "0.6348793", "text": "private int[][] fillArray(ArrayList<String> company){\r\n\t\tint[][] day_hour = new int [7*24][3];\r\n\t\tinitializeArray(day_hour);\r\n\t\tint day;\r\n\t\tint hour;\r\n\t\tint row;\r\n\t\t\r\n\t\t// loop through the google ar...
[ { "docid": "e6a3c3d99cd3ea782cec5740e3fcccdc", "score": "0.6340512", "text": "public void addCompany(List<Company> companies) {\r\n\r\n\t\t for (Company comp:companies)\r\n\t\t {\r\n\t\t\t addCompany(comp);\r\n\t\t }\r\n\r\n\t}", "title": "" }, { "docid": "65b90fcf6bb72a875e5e956b2d15963d", ...
dfd94620ab582d0ebce752c0ace25ced
required string version = 6;
[ { "docid": "290d73e6a46d6f90989b57e671244711", "score": "0.0", "text": "public boolean hasVersion() {\n return ((bitField0_ & 0x00000020) == 0x00000020);\n }", "title": "" } ]
[ { "docid": "600afda0b1941345b8529de80b5370eb", "score": "0.7013596", "text": "public void setVersion(String version);", "title": "" }, { "docid": "600afda0b1941345b8529de80b5370eb", "score": "0.7013596", "text": "public void setVersion(String version);", "title": "" }, { ...
e90adadf7845ec2a1ff9badc5b00f803
determines if we can move top right, and will move top right or not respond NOTE: for all searches except for manual, we do not want this to be called, and will throw an exception accordingly
[ { "docid": "eabd9840f156d86c27c2930f84e2b62e", "score": "0.71623516", "text": "public void maybeMoveTopRight() {\n throw new UnsupportedOperationException(\"Cannot move top right during a automatic search.\");\n }", "title": "" } ]
[ { "docid": "3a18864b0f6062b8a89c7c0016f90a67", "score": "0.7154331", "text": "public void maybeMoveTopRight() {\n this.maybeMoveTo(this.current.maybeTopRight());\n }", "title": "" }, { "docid": "468fad7e412d7eb52ffaef69c41fad32", "score": "0.69050103", "text": "public void moveRi...
a006768934f0c131d8d8a75aa54f30b6
Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that rerunning this recipe results in bitforbit identical output (if the build is reproducible). .grafeas.v1.Recipe recipe = 2;
[ { "docid": "ddcad912477e2fd692321434b775ad87", "score": "0.5791236", "text": "public io.grafeas.v1.RecipeOrBuilder getRecipeOrBuilder() {\n if (recipeBuilder_ != null) {\n return recipeBuilder_.getMessageOrBuilder();\n } else {\n return recipe_ == null ? io.grafeas.v1.Recipe.getD...
[ { "docid": "d4e120d72446bae2cfa81065eba4e4ba", "score": "0.62127864", "text": "@java.lang.Override\n public io.grafeas.v1.Recipe getRecipe() {\n return recipe_ == null ? io.grafeas.v1.Recipe.getDefaultInstance() : recipe_;\n }", "title": "" }, { "docid": "b833634c45f66b310fbfb4c232428ec...
fa54fbd08955c2a89df6eb9ef825fd78
Utility method for retrieving of data file metadata. Does not modify source JsonNode.
[ { "docid": "3d15461c985bf965f74e7a4eec974323", "score": "0.6737984", "text": "public List<InfoSystemDocumentMetadata> getDataFileMetadata() {\n JsonNode dataFilesNode = jsonContent.path(DATA_FILES_KEY);\n if (!dataFilesNode.isArray()) {\n return new ArrayList<>();\n }\n\n...
[ { "docid": "fc470f58110c7a8254ef7aa3a7c77df6", "score": "0.67679834", "text": "DataView metadata();", "title": "" }, { "docid": "51348f63a58eeace6fe41a5ee3072c05", "score": "0.6550436", "text": "ContentNodeMetadata getMetadata() throws TestException;", "title": "" }, { "d...
06a1c150950b7d19b2c7fa8949697ef8
A method to determine who the winner of a round is.
[ { "docid": "693e1c9bec9226d5123b2510d6ea7ffc", "score": "0.0", "text": "public boolean checkRoundWinner(boolean playerIsEven) {\n\n\t\t// If total fingers is even..\n\t\tif ((totalFingers % 2) == 0) {\n\t\t\tSystem.out.println(\"The total number of fingers is even.\");\n\n\t\t\t// If player is even..\n\...
[ { "docid": "03640a8228c84ddf2982a7f1b785ddbc", "score": "0.75902", "text": "java.lang.String getWinner();", "title": "" }, { "docid": "a8ea008460b007836350fcf082244129", "score": "0.7379085", "text": "Player getWinner();", "title": "" }, { "docid": "a8ea008460b007836350fc...
13bfbf325d578bc47e793e7ebacdb898
Loads the information from the configuration file
[ { "docid": "9aca0145be23611978b0e55ba70d0725", "score": "0.60090613", "text": "private void loadConfig() throws InitializationException {\n\ttry {\n\t cfgManager = PackageCfgLoader.getInstance().load(getConfigFilePath(), this.getClass().getClassLoader());\n\t} catch (ConfigurationException e) {\n\t ...
[ { "docid": "478e5e5b7ffcec4a58ccaf3ddf4a66db", "score": "0.7265041", "text": "private void loadData() {\n\t\t// Declare a properties object\n\t\tProperties prop = new Properties();\n\n\t\t// Read configuration.properties file\n\t\ttry {\n\t\t\t\n\t\t\tprop.load(new FileInputStream(propertyFilePath));\n\...
0221511dbb9ea2241fefa83c73c8b836
Returns the angle used to calculate the anchor point.
[ { "docid": "4d22b19cf3fe25e0afdf167a911cde33", "score": "0.64477974", "text": "public double getAngle() {\n return this.angle;\n }", "title": "" } ]
[ { "docid": "916866989dc7bd243cdc211af48a24e0", "score": "0.747602", "text": "public double angle () {\n\t\treturn Math.atan2(y,x);\n\t}", "title": "" }, { "docid": "f95e91050c1967c271813cc98f4ad9d7", "score": "0.73486185", "text": "public double getAngle() {\r\n\t\tdouble y = Math.ab...
98529c9cb87fc65382731c4987ab0596
An alias (or commonly called "nickname") is: Nickname must begin with a letter. Only letters az, numbers 09, or . are allowed in Nickname field.
[ { "docid": "5065926039bed5f1c5faaf28e9a5a55a", "score": "0.6512894", "text": "public static boolean isAlias(String string) {\n if (!MmsConfig.isAliasEnabled()) {\n return false;\n }\n\n int len = string == null ? 0 : string.length();\n\n if (len < MmsConfig.getAlia...
[ { "docid": "fac70960d7d2b817353cfb78730e6308", "score": "0.67609704", "text": "private Nickname() {}", "title": "" }, { "docid": "da679ff3f5445583eec93483436ca8fa", "score": "0.6707433", "text": "public void setNickname(String n ) {nickname = n;}", "title": "" }, { "docid...
d3646acf7508d33494eebea74fe0f04d
Set the user's favorite books.
[ { "docid": "41ae2118fc813b23722b0af3717cb763", "score": "0.5618836", "text": "public void setBooks(String books);", "title": "" } ]
[ { "docid": "b28a6a271a57a4a063a740bd1cfbe2a2", "score": "0.6466336", "text": "public void setFavoritos(com.tmk.kernel.site.Favoritos favoritos)\r\n {\r\n this._favoritos = favoritos;\r\n }", "title": "" }, { "docid": "864b45f730f5cb7003c792728525345e", "score": "0.63881487",...
2a30543f071a06a71fbd8b49e31f08d4
Recursive method to calculate the tree layout starting with the leaves.
[ { "docid": "f2c9797a1741bd5b3d14d4708514975e", "score": "0.54173094", "text": "protected void layoutStep(NodeComponent node, StepParameter p, double depth) {\r\n\t\t// compute X coordinate of the node components anchor point\r\n\t\tif(!treeView.getTreeLayoutManager().isUseDistances())\r\n\t\t\tnode.getR...
[ { "docid": "4fbb0abd97b8b6d53479868a1cb03060", "score": "0.65273625", "text": "private void calculateHeights()\r\n {\r\n // Clear marks to avoid having to set all the heights to 0.\r\n Atom.clearAllMarks();\r\n\r\n // Calculate height from each leaf\r\n Enumeration e =...
678f735ae659be658478b464b86b1106
Return the 5 high scores of a level.
[ { "docid": "31289a6b9efaec59ae33dc8b64aabbcf", "score": "0.6531826", "text": "public String highScoreLevel(int num){\n\n Connection connection = null;\n try {\n String table = \"scoreLevel\"+num;\n Statement statement = connection();\n ResultSet rs2 =statem...
[ { "docid": "2e8b040eed120d72dbebdec458219600", "score": "0.68599594", "text": "public static String[] getHighscores() {\n Connection con = maakconnectie();\n String[] highscore = new String[5]; //top 5\n try {\n int i = 0;\n Statement stmt = con.createStatement...
97650c8ae9382af36e924f4b0c853831
interrupted exception: method is called with in a method
[ { "docid": "b6f3e3a4b4723b56f83834c396c9b684", "score": "0.0", "text": "public static void main(String[] args) throws InterruptedException {\n\t\tSystem.setProperty(\"webdriver.chrome.driver\",\"./Driver/chromedriver.exe\");//which driver and where is it located\r\n\t\tWebDriver driver= new ChromeDriver...
[ { "docid": "9a8ed98b1a41f1f020ed93927a04bf69", "score": "0.8033015", "text": "protected void interrupted() {}", "title": "" }, { "docid": "d2d0c9e53ad64dbc3538127cec603d80", "score": "0.7566501", "text": "protected void interrupted() {\r\n }", "title": "" }, { "docid":...
c72a6597539ac8c33d70281e7265df99
Action a = getAction( actionName );
[ { "docid": "5b80c582c0578de9c181d06a9d7c8353", "score": "0.0", "text": "public Behaviour createBehaviour( String name, String actionName, ExpressionTerm expression )\n\t{\n\t\tBehaviour b = behaviourCreator.create( name );\n\t\tb.setAction( getAction( actionName ) );\n\t\tb.setExpression( expression );\...
[ { "docid": "d43af6bcedd2a0da5ff9f16cbe83ed2d", "score": "0.7754285", "text": "public String action(String action);", "title": "" }, { "docid": "9a6a79b5fdfafa1681a9e576f743c9e6", "score": "0.77448934", "text": "public static Action getAction(String actionName) {\n \tSystem.out.pri...
99a0656bff83c8fef940d9f9f9fb03aa
The Document object associated with this node. This is also the Document object used to create new nodes. When this node is a Document or a DocumentType which is not used with any Document yet, this is null .
[ { "docid": "3a716d2d8e99546dbde936d479345408", "score": "0.6338316", "text": "public org.w3c.dom.Document getOwnerDocument()\n {\n\treturn doc;\n }", "title": "" } ]
[ { "docid": "116627dc602b118d3573dc94f966aa07", "score": "0.7606329", "text": "public Document getDocument() {\n\t\treturn document;\n\t}", "title": "" }, { "docid": "116627dc602b118d3573dc94f966aa07", "score": "0.7606329", "text": "public Document getDocument() {\n\t\treturn document...
b4ebdf5b62647ad379b3303d282f7a33
This is automically called if the agent arrives on a base.
[ { "docid": "145d727bf430aa394e284907d6b31e35", "score": "0.0", "text": "public void onArrival(){\n System.out.println(\"Hi! I am the traveler. \");\n fireDestroyRequest();\n }", "title": "" } ]
[ { "docid": "5f9600021f728d1fbe8659142e46bf41", "score": "0.64358675", "text": "protected void onArrival() {\n/* 63 */ super.onArrival();\n/* */ }", "title": "" }, { "docid": "faa882581a29f007343ccc0f2939e8b0", "score": "0.62487984", "text": "@Override\n\tpublic void hit(Agen...
bf028a52e9721954ee4b2b1093242c21
Returns a Set of Actions in the action set that are not in actions. Essentially the symmetric difference of the action set and the given one.
[ { "docid": "8b063e6d158b620b559e35668dcc1f3c", "score": "0.7428171", "text": "private Set<A> uncoveredActions(Set<A> actions){\n\t\tSet<A> uncovered = new HashSet<A>();\n\t\tfor(A action : actionSet){\n\t\t\tif(!actions.contains(action)){\n\t\t\t\tuncovered.add(action);\n\t\t\t}\n\t\t}\n\n\t\treturn unc...
[ { "docid": "8a5a34d964f3db2565763e48e2fb6bad", "score": "0.6362631", "text": "public static <E> Set<E> asymmetricDifference(final Set<? extends E> inSet, final Set<? extends E> notInSet) {\r\n Set<E> i = new HashSet<>(inSet);\r\n i.removeAll(notInSet);\r\n return Collect...
60fc3a7efbb08b7321f1adeb7af043d2
Scope to add transactions dynamically
[ { "docid": "bc05c637e72da0f15032fd2e9fbbbb29", "score": "0.0", "text": "@Override\n\tpublic void save(final ParentTransaction parentTransaction) {\n\t\tVirtualDatabase.PARENT_TRANSACTIONS.put(parentTransaction.getId(), parentTransaction);\n\t}", "title": "" } ]
[ { "docid": "aa0559946e8db1ae66cf5c93089e53a4", "score": "0.59970415", "text": "Transaction create();", "title": "" }, { "docid": "8829b4058b63845bf32add5e83926c50", "score": "0.59728044", "text": "public void addTransaction(Transaction tx) {\n globalTransactionPool.addTransact...
303ca4883d05602c57e8a6711f249fb2
Determine if packet needs to be sent to another hop or displayed
[ { "docid": "62e4780a8102248eaa3ad4918fcd766f", "score": "0.0", "text": "public void processLL3PPacket(LL3PDatagram packet, Integer ll2pAddr){\n arpDaemon.getArpTable().touch(ll2pAddr);\n if(packet.getDestAddr().getKey().equals(Integer.parseInt(Constants.LL3P_SRC_ADDR,16))){\n UI...
[ { "docid": "459068639a6a29687a9eee2bbb1c08fc", "score": "0.6613321", "text": "public boolean isServerPacket();", "title": "" }, { "docid": "e27cc13c37a0be9fa51cb7dd2656ca80", "score": "0.6319023", "text": "public boolean isClientPacket();", "title": "" }, { "docid": "4ae7...
3de36683a2c1a9687dabcee1142fdb54
split info panel to two halves so that can use second half to write recommendation
[ { "docid": "439410373b39017765dfa29c37915f4c", "score": "0.0", "text": "public void addWorkspace() {\n infoPanel.addWorkspace();\n }", "title": "" } ]
[ { "docid": "9f18a6cdb415e2932a6241b98456d12f", "score": "0.5575131", "text": "private JPanel generateSpyInfo(Dictionary player) {\n\t\t\n\t\tJPanel playerPane = new JPanel();\n\t\t\n\t\tplayerPane.setLayout(null);\n\t\tplayerPane.setBorder(new LineBorder(new Color(0, 0, 0), 2));\n\t\t\n\t\t\n\t\tJLabel ...
5414776d357e9b4f5b98ddea7898afdf
Will spawn a new fish of the same type that follows the original fish
[ { "docid": "f1a136489b437b9092835e56d9618b6a", "score": "0.6566361", "text": "public EntityTropicalFish(EntityTropicalFish original) {\n\t\tthis(original.worldObj);\n\t//\tshouldSpawnSchool = false;\n\t\tsetShouldSpawnSchool(false);\n\t\tthis.texture = \"/mods/TropicraftMod/textures/entities/tropicalFis...
[ { "docid": "dc3d4ed11b2fc94d821563b2f54b0620", "score": "0.7109557", "text": "public Fish create(){\n\t\tRandom rand = new Random();\n\t\tint randomNum1 = rand.nextInt((6 - 1) + 1) + 1; //random speed between 1 and 6\n\t\tMovementStyle style = new VerticalMovement(randomNum1);\n\t\treturn new Pufferfish...
a11430dee0afe17278d9e0149eeb3e0e
Inits X500Principal with byte array with wrong length field checks if proper exception is thrown
[ { "docid": "8c67cca54ff0dac02bb9efa1e83d981b", "score": "0.6290565", "text": "public void testIllegalInputArray() {\n try {\n byte[] mess = { 0x30, 0x18, 0x31, 0x0A, 0x30, 0x08, 0x06, 0x03,\n 0x55, 0x04, 0x03, 0x13, 0x01, 0x42, 0x31, 0x0A, 0x30, 0x08,\n ...
[ { "docid": "7fda35678024a9fb4dc8250d7db792df", "score": "0.67836213", "text": "public void testIllegalInputArray_0() {\n try {\n byte[] mess = null;\n new X500Principal(mess);\n fail(\"No IllegalArgumentException on input array with improper length field\");\n ...
14dc26d5c3a9609d77420d9f6fffd592
Perform a rollback, as requested by the JDBC driver. If any row updates have been delayed, they are discarded.
[ { "docid": "47fdfec255188fa5dbcbfe1a42ffde01", "score": "0.7893656", "text": "public synchronized void rollback() {\n\t\t// transaction was rolled back - discard the updates\n\t\tlogger.info(\"Rollback\");;\n\t\tdelayed_updates.clear();\n\t}", "title": "" } ]
[ { "docid": "c596c4d63d54603f87d98d55c8364728", "score": "0.7638371", "text": "public void rollback() throws Exception;", "title": "" }, { "docid": "d761b5d0c698c054a55c630c8b2f03f5", "score": "0.7612672", "text": "public void rollback() throws SQLException {\r\n \tendTransaction(f...
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": "33238970f3175c8e270a39060c7105c4", "score": "0.7313741", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n defaul...
[ { "docid": "985bae39c1f21724e8f393a8866b7b19", "score": "0.79041415", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) { Handle action bar item clicks here. The action bar will\n // automatically handle clicks on the Home/Up button, so long\n // as you specify a ...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "df9d3f948edacec3e93b392538d323ec", "score": "0.0", "text": "private static Bitmap m17153b(C9633b c9633b) {\n AppMethodBeat.m2504i(115410);\n Bitmap createBitmap = Bitmap.createBitmap(c9633b.width, c9633b.height, C45433k.fdG);\n AppMethodBeat.m2505o(115410);\n retu...
[ { "docid": "23d98ca5b5475fa6206ea46d48f073f2", "score": "0.6569241", "text": "protected abstract bpw a();", "title": "" }, { "docid": "886c0fa3a75c118f8104624e34a63609", "score": "0.65668255", "text": "a(x6.c.b.b bVar) {\n }", "title": "" }, { "docid": "233c6c99ba8...
78ff6d82172f23093009d6d03c45b0d6
Removes a listener for shove gestures.
[ { "docid": "758ec89cd444336a961867bc22971539", "score": "0.87518334", "text": "public void removeShoveGestureListener() {\n shoveGestureDetector.removeListener();\n }", "title": "" } ]
[ { "docid": "3fbcfea6bbb1e6d6eedc77be25adef69", "score": "0.7802121", "text": "public void removeSidewaysShoveGestureListener() {\n sidewaysShoveGestureDetector.removeListener();\n }", "title": "" }, { "docid": "b718483407955b7c8ccd72767c3d18d0", "score": "0.7580246", "text": "pub...
77669047e63fd4107c1d428a7f0ea3ca
This method was generated by MyBatis Generator. This method sets the value of the database column users.default6
[ { "docid": "6d1ba4372eda7ad47b346cfe1875b6ff", "score": "0.73551923", "text": "public void setDefault6(Boolean default6) {\n this.default6 = default6;\n }", "title": "" } ]
[ { "docid": "5bd4bf52d2c2051511b0e558a87c3a26", "score": "0.64166015", "text": "public Boolean getDefault6() {\n return default6;\n }", "title": "" }, { "docid": "bff83acbc6d7221e43b46004d4b0f583", "score": "0.63571364", "text": "public void setDefault5(Boolean default5) {\n...
b2a3d8b29d590c92235e333c0b898beb
Add data to Booking table
[ { "docid": "ed00f9b1f61b236f46d73ecb8e5f4d7e", "score": "0.0", "text": "public boolean addInfoBook(String name, String contactNum, String description, String people) {\n SQLiteDatabase db = this.getWritableDatabase();\n\n ContentValues values = new ContentValues();\n values.put(COLU...
[ { "docid": "e5d40948a7f9c255f462f9149835e6b8", "score": "0.7022491", "text": "@Override\n\tpublic boolean AddNewBook(Book_Table data) {\n\t\tint result = 0;\n\t\t MapSqlParameterSource parameters = new MapSqlParameterSource();\n\t\t \n\t\t parameters.addValue(\"book_id\", data.getBook_id());\n\t\t param...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "36ec7cbd858120045f4b475019a21135", "score": "0.0", "text": "@Override\n\tpublic int onFiltering(MessageData data) {\n\t\treturn 0;\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68410474", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.65663373", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
b7fbd8e5d81d291fe55d4b14433676cf
Get the bet button
[ { "docid": "d71fc44015f0dbf36712e5091cd14549", "score": "0.84962493", "text": "public JButton getBetButton()\n {\n return betButton;\n }", "title": "" } ]
[ { "docid": "c6343d18559a59aa36063f2639579a56", "score": "0.7150061", "text": "public int getButton()\n\t{\n\t\treturn button;\n\t}", "title": "" }, { "docid": "197cab4d45bde24906eff8cb4c02db4b", "score": "0.7054512", "text": "protected final int getButton() {\r\n return button;\r\...
ca3c5c065b3ca95be563debbc0d90ff9
Test of hashCode method, of class Libro.
[ { "docid": "d88b425f3c58a851eb5d2f77fa13c1b8", "score": "0.84395415", "text": "@Test\n public void testHashCode() {\n System.out.println(\"hashCode\");\n Libro instance = new Libro();\n int expResult = 0;\n int result = instance.hashCode();\n assertEquals(expResult,...
[ { "docid": "37f2b0294ff93c85e62c03c784ca8586", "score": "0.78298783", "text": "int hashCode();", "title": "" }, { "docid": "37f2b0294ff93c85e62c03c784ca8586", "score": "0.78298783", "text": "int hashCode();", "title": "" }, { "docid": "6711d6b0eabc2b5d202da97fe55fb63e", ...
2b8cc77d595096dae595753bb206c51c
/ The push method was taking from the slides.
[ { "docid": "13f4c1214ab7343fd5e42ec0877169a8", "score": "0.0", "text": "public void push(Country j) {\n stackArray[++top] = j;\n }", "title": "" } ]
[ { "docid": "ed9923d7f380f3ca5a3a33aaaab69435", "score": "0.7692463", "text": "public void push()\n {\n }", "title": "" }, { "docid": "31b9c0790c9af3b94c12ec6e95f1893c", "score": "0.6919693", "text": "public void push()\n\t{\n\t\tactive = !active;\n\t\t\n\t\tif(active)\n\t\t{\n\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "528a6b1ec9f296b982ec8eaa4404f03f", "score": "0.0", "text": "@Override\r\n protected void setFieldValues (Object ... fields)\r\n {\n \r\n }", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.66713095", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567948", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "t...
75688d9fece1f00c931b105d31a7f85e
optional uint64 captured_cell_id = 22;
[ { "docid": "b46df41e29ab2f2774bd901e0be44a7a", "score": "0.67202854", "text": "public long getCapturedCellId() {\n return capturedCellId_;\n }", "title": "" } ]
[ { "docid": "1e9eb6120a9cab8222e3598c413e1a6b", "score": "0.74983406", "text": "long getCapturedCellId();", "title": "" }, { "docid": "3f3a5c1d5018bc161fdba89302b7b8fd", "score": "0.7035422", "text": "private void setCapturedCellId(long value) {\n \n capturedCellId_ = value;...
861dbe3ca31890143ac48e5e7f019f5e
taskid is used for definite filter,if not null vmId is used
[ { "docid": "e7c6d337276dedc81f5675e0f506998f", "score": "0.55707794", "text": "public void setTaskId(String taskId) {\n\t\t\tthis.taskId = taskId;\n\t\t}", "title": "" } ]
[ { "docid": "803c6417965225410d3fd450ce820eb3", "score": "0.6870486", "text": "public void setTaskid(Integer taskid) {\r\n this.taskid = taskid;\r\n }", "title": "" }, { "docid": "ee203aa6cccabb72cd93bf38a1f5ee72", "score": "0.6801923", "text": "public void setTaskid(String ...
ed5ab706b091eb6a43a3153098d3423b
Returns the result of interpreting the object as an instance of 'Action Step'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "926fdf44ab2342b3fc7cd55985294d51", "score": "0.74764884", "text": "public T caseActionStep(ActionStep object) {\r\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "ae8ac1ed5be6d2f8063fcd16893ae094", "score": "0.68397856", "text": "public T caseAsteriskActionStep(AsteriskActionStep object) {\r\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "f5877db51a1900c4dea97ff74da78820", "score": "0.63770634", "text": "private Action getAct...
326d69f005de556be1bcdd7a50647b2f
Returns a new object of class 'Single Value'.
[ { "docid": "d3ef1500231e6b08f267924fd3b6a328", "score": "0.84063876", "text": "SingleValue createSingleValue();", "title": "" } ]
[ { "docid": "d3e606b13dd9d7537ec9ea6891d48bcd", "score": "0.76902014", "text": "DomainValueSingle createDomainValueSingle();", "title": "" }, { "docid": "186f009a17c24651b3345daedcdb4aee", "score": "0.75342727", "text": "public Value singleCopy ()\n {\n switch (type)\n {\n ...
82c424fdaaa4fb3c6efe3e1ec7f16881
Returns true if field title is set (has been assigned a value) and false otherwise
[ { "docid": "c1cd1e09b7fe3c0aa8522eacd415cd4c", "score": "0.8064743", "text": "@JsonIgnore\n public boolean isSetTitle() {\n return this.title != null;\n }", "title": "" } ]
[ { "docid": "ffa88013e9c5931bfb918ab09de29675", "score": "0.82033193", "text": "public boolean isSetTitle() {\r\n return this.title != null;\r\n }", "title": "" }, { "docid": "ffa88013e9c5931bfb918ab09de29675", "score": "0.82033193", "text": "public boolean isSetTitle() {\r\n ...
ce8d63f1e30983815e0efbcae0ce8f22
Displays Level Three Screen
[ { "docid": "bfac8a243cd5d58965689a8c0753302d", "score": "0.786146", "text": "public void levelThreeScreen() {\n timer.stop();\n gameModel.setState(\"Level 3\");\n currentScene = levelSetup.getLevelThree().getScene(levelThreeInitialEntrance);\n currentBoard = levelSetup.getLev...
[ { "docid": "4cd30583a8e374991ad6ffeb388bbb36", "score": "0.6669762", "text": "public void level3Button(ActionEvent event) throws IOException {\r\n\t\tParent lv3View = FXMLLoader.load(getClass().getResource(\"Level3Scene.fxml\"));\r\n\t\tScene lv3ViewScene = new Scene(lv3View);\r\n\t\tStage window = (Sta...
a8a040ea4c8d4eee602b239c253618f0
Author : CaoLPT get parent comment
[ { "docid": "d6b4022de44e9dca5abf230fdd1f284b", "score": "0.6547292", "text": "@Override\n public ParentComment getParentCommentById(Integer parentCommentId) {\n return parentCommentRepository.getParentCommentById(parentCommentId);\n }", "title": "" } ]
[ { "docid": "261fe3f5d07e3f291b2cc95ea355163d", "score": "0.6954927", "text": "java.lang.String getComment();", "title": "" }, { "docid": "ff61a832e00d6078b15a0724310d01da", "score": "0.68263906", "text": "@Nullable\n public DiscussionComment getParent() {\n return parent;\n...
11de93af988ea44d848eba3b05cfd1db
/ JADX WARNING: Can't wrap try/catch for region: R(5:24|25|26|27|28) / JADX WARNING: Code restructure failed: missing block: B:23:0x0083, code lost: r6 = moveexception; / JADX WARNING: Code restructure failed: missing block: B:25:?, code lost: ohos.hiviewdfx.HiLog.error(ohos.bluetooth.HandsFreeHfProxy.TAG, "getDevicesB...
[ { "docid": "6962972651470c007b7424c078eb52a4", "score": "0.0", "text": "@Override // ohos.bluetooth.IHandsFreeHf\r\n /* Code decompiled incorrectly, please refer to instructions dump. */\r\n public java.util.List<ohos.bluetooth.BluetoothRemoteDevice> getDevicesByStates(int[] r7) {\r\n /*\r\...
[ { "docid": "5cc9592fc21158064bc7e72ff5976de5", "score": "0.61768603", "text": "static int m1289a(com.onesignal.C0588G r4) {\n /* JADX: method processing error */\n/*\nError: java.lang.NullPointerException\n\tat jadx.core.dex.visitors.regions.ProcessTryCatchRegions.searchTryCatchDominators(Process...
2907b589ed8fa14ad549bc16b7fe187a
required string user_tel = 8;
[ { "docid": "1ad5c04c2873bfad282df0c85125c164", "score": "0.0", "text": "public boolean hasUserTel() {\n return ((bitField0_ & 0x00000080) == 0x00000080);\n }", "title": "" } ]
[ { "docid": "e6a44c9713e04f862791fea36cf6eec8", "score": "0.75133425", "text": "java.lang.String getUserTel();", "title": "" }, { "docid": "654c75ecea7ada1b16d9606638040fa5", "score": "0.6923735", "text": "public void setTelNo(String telNo);", "title": "" }, { "docid": "7f...
69fc01187296c8fb59d923ae3e4a7378
Sets the "operation" element
[ { "docid": "1a656d048eec91e405b74eaa58d49409", "score": "0.7703262", "text": "public void setOperation(dave.Operation.Enum operation)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n ...
[ { "docid": "3440ac6415a1972e1267b3f052d8a7f5", "score": "0.8406243", "text": "void\t\tsetOperation(Operation op);", "title": "" }, { "docid": "0dc1b593be4d52bcde5645715dae38a4", "score": "0.81841326", "text": "void setOperation(java.lang.String operation);", "title": "" }, { ...
fcc31154209aadb2b5f7fd1b75c095af
/ access modifiers changed from: protected / renamed from: b
[ { "docid": "c8a506def611b89e48df3ad8e3b5bbf6", "score": "0.0", "text": "public void mo24653b(C12321v<? super T> vVar) {\n this.f36959a.mo24393a((C12297q<? super T>) new C12856a<Object>(vVar, this.f36960b));\n }", "title": "" } ]
[ { "docid": "9b05b4ea3be9777fdd711867d8e6192b", "score": "0.7219827", "text": "protected void a() {}", "title": "" }, { "docid": "4be742ea3632261871da1c57f4ef0578", "score": "0.6979798", "text": "@Override\r\n\tpublic void b() {\n\t\t\r\n\t}", "title": "" }, { "docid": "03...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "21be666dc043ca43f2b9b2c1de0a20d7", "score": "0.0", "text": "public String getName() {\n\t\t\treturn name;\r\n\t\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
6032b473609231c84cd58ca661745ffa
Gets the "FacilityAttributes" element
[ { "docid": "430af4931f9e4d52caf18ab89583bca6", "score": "0.77737445", "text": "public org.erdc.cobie.cobielite.core.AttributeCollectionType getFacilityAttributes()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.erdc.cobie.cobielite.core.Attr...
[ { "docid": "377f3c6027f19b30dc0ddbbcbf781b5b", "score": "0.649054", "text": "public org.erdc.cobie.cobielite.core.AttributeCollectionType addNewFacilityAttributes()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.erdc.cobie.cobielite.core.Att...
c3b1392ea7fd0778b25962fc3b790a7f
Returns the stat changes induced by the item, based on an array in which the indices 0,1,2,3 correspond to attack, defense, speed, and HP stats respectively.
[ { "docid": "ad3b2389d46cedecf32ce8dd1d0ec788", "score": "0.62124455", "text": "public int[] getStatChange() {\r\n\t\treturn Arrays.copyOfRange(statChange,0,NUMSTATS);\r\n\t}", "title": "" } ]
[ { "docid": "def96a3267c924ac412a90ba5ea4bff7", "score": "0.66392857", "text": "public int[] getStats(){\n\t\treturn new int[] {atk,def,hpMax,manaMax,critBonus,healBonus,manaBonus};\n\t}", "title": "" }, { "docid": "a952483c878885b1c1970ac7fc530a60", "score": "0.6338332", "text": "voi...
4e2cdec134cc43b13cdb2c7ee546246c
if (model.getCurrentTableGraph() != null) webEngine.generateReport(websession, "csv");
[ { "docid": "deb0ab839274c68cdd2d99eb2c453baf", "score": "0.7130374", "text": "@Override\n public void generateCSVReport(GraphWizardModel model) {\n }", "title": "" } ]
[ { "docid": "80a8c57609ca5ad3f34d49eda3ae0367", "score": "0.64427465", "text": "@Override\n public void generateExcelReport(GraphWizardModel model) {\n }", "title": "" }, { "docid": "458aad200455751f2cd3d18c29ad2f47", "score": "0.6186041", "text": "@Override\n public void gen...
6772a6eb8d893c1d18930fb574766a16
Test the quantity after loading the sales log. This will test the quantity that should be changed when running the Stock class.
[ { "docid": "51ea9a2828593a48d6e4adca57577ddb", "score": "0.7206068", "text": "@Test\n\tpublic void readSalesLogTest() throws IOException, StockException, DeliveryException {\n\t\ttry {\n\t\t\tStock.readSalesLog(\"sales_log_0.csv\");\n\t\t} catch (StockException e) {\n\t\t\t// TODO Auto-generated catch b...
[ { "docid": "4aec28d329436d7e93f75070ec578941", "score": "0.7037904", "text": "@Test\n public void updateQuantityTest() {\n productConsumer.updateQuantity(\"Nike\",3);\n }", "title": "" }, { "docid": "5a70770ccf51a47c92ba99df05bf2f84", "score": "0.68170035", "text": "@Tes...
d887d7ab9e9fa5074b1f3e5824744dea
XXX android.database.CursorIndexOutOfBoundsException: Index 1 requested, with a size of 1
[ { "docid": "4fb81b028fbf58c8fd9ef0a3a2ba193d", "score": "0.0", "text": "public static Cursor getVisibleTopNodesCursor() {\n\t\tfinal String showHidden = Preferences.getShowHidden() ? \"\" :\n\t\t\t\" AND \" + getHiddenSelection();\n\t\tfinal String[] projection = Nodes.getDefaultProjection();\n\t\t\n\t\...
[ { "docid": "d6ab99ddd3475a3f0ddf8c51dde22251", "score": "0.62070286", "text": "public Cursor discountTypes(int place) {\n// SQLiteDatabase database = this.getReadableDatabase();\n SQLiteDatabase database = this.getWritableDatabase();\n Cursor cursor = database.rawQuery(\"SELECT * FR...
9598ecd6cccf9f2c3b21ec9414244972
TODO Autogenerated method stub ParseItem.TestParseJson(line);
[ { "docid": "aa22886c75fbf28e502b620f718a503c", "score": "0.0", "text": "public void call(String line) throws Exception {\n\t\t\t\t}", "title": "" } ]
[ { "docid": "bba411ba3f45da6695834f4d85da953c", "score": "0.6370595", "text": "public void testParse() {\n\t\ttestBodyParamsToJson() ;\n\t}", "title": "" }, { "docid": "65aeec245c90ab9594b0cb690b199a11", "score": "0.6166652", "text": "@Override\n\tpublic void parserJson(JSONObject jso...
250a4e6b1c9fbc24382f6c357e91f02b
This Method is used get the header or page title
[ { "docid": "efa47f7bb9f954d0008d65d0fa4b30a2", "score": "0.7142177", "text": "public String getHeaderTitle() throws Exception {\n \n try {\n logInstruction(\"LOG INSTRUCTION:GETTING THE HEADER TEXT\");\n frameSwitch.switchToFrameContent();\n uiDriver.waitTo...
[ { "docid": "81919374e1ee63910f206e7145622db0", "score": "0.7765806", "text": "java.lang.String getTitle();", "title": "" }, { "docid": "81919374e1ee63910f206e7145622db0", "score": "0.7765806", "text": "java.lang.String getTitle();", "title": "" }, { "docid": "81919374e1ee...
d1418a0a4c65b252c9b0d1645580fb5e
optional string udid = 11;
[ { "docid": "813fa96eef28987412bea0fafae3208b", "score": "0.59681654", "text": "public java.lang.String getUdid() {\n java.lang.Object ref = udid_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n (co...
[ { "docid": "b27f7436545c26fbccc1392835bf1044", "score": "0.7397105", "text": "String getUdid();", "title": "" }, { "docid": "ce3245c908842905ccbc3cd86d42fc58", "score": "0.68366957", "text": "public Builder setUdid(\n java.lang.String value) {\n if (value == null) {\n ...
30bfc2ca3dcccc4789ad0e74676cbc2b
internals only below this point
[ { "docid": "858b8f005cbb72262c445d66404b78db", "score": "0.0", "text": "private Object sleepToJava(Object value, ScriptInstance script) {\r\r\n return sleepToJava(value, Object.class, script);\r\r\n }", "title": "" } ]
[ { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.62607116", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b42b054dfaac7d94036bce6ecf272a0e", "score": "0.62035346", "text": "private void pepe() {\n\t\t\n\t}", "title": "" }, {...
b4fac7784a2439dd231a077aba85bbcb
This method was generated by MyBatis Generator. This method sets the value of the database column HF_hy_20.t14_b1_2_2d
[ { "docid": "c9d8e3d42544fb4a01efb1b0b772acf3", "score": "0.50504005", "text": "public void setT14B122d(Float t14B122d) {\r\n this.t14B122d = t14B122d;\r\n }", "title": "" } ]
[ { "docid": "8be79513cdcccc0ebdc056c0f6f83f64", "score": "0.60854834", "text": "public final void mo4692b() {\n try {\n this.f24070d.m20885b(i2, gzVar2);\n } catch (IOException e) {\n }\n }", "title": "" }, { "docid": ...
24f502a8d4c403846c56449a24de9e7e
sort the paths to display order rather than selection order
[ { "docid": "f7b405192f9250bdee1e42b6c2657907", "score": "0.78089684", "text": "TreePath[] getDisplayOrderPaths(TreePath[] paths){\n ArrayList<TreePath> selOrder=new ArrayList<TreePath>();\n for(TreePath path : paths){\n selOrder.add(path);\n }\n ...
[ { "docid": "40ef8e6f0648ebc55080a0210abd54d3", "score": "0.6683863", "text": "private static void sortPathList(List<Path> pathList) {\n bubbleRevSort(pathList);\n }", "title": "" }, { "docid": "e14b3ba18ee007609353642850826a27", "score": "0.62947345", "text": "private void s...
eb3134bc8eb5fc3e95da68c61495591f
Returns the result of interpreting the object as an instance of 'Multi Geometry Property Type'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "62a51e6f18110f4fdfeb5b9258920602", "score": "0.69139564", "text": "public T caseMultiGeometryPropertyType(MultiGeometryPropertyType object) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "271533f456f1991fd4c3af0b7e5a0c0f", "score": "0.6502702", "text": "public T caseMultiGeometryType(MultiGeometryType object) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "2dd0dbed100b1a79759f85022f6b3663", "score": "0.59954304", "text": "public T caseMultiSurfacePro...
421f49e6de84a0e11df062d588b714be
Copies the contents of a List to a new, unmodifiable List. If the List is null, an empty List will be returned. This is especially useful for methods which take List parameters. Directly assigning such a List to a member variable can allow external classes to modify internal state. Classes may have different state depe...
[ { "docid": "df20a1d0a84c258432e2cef95571255e", "score": "0.7813309", "text": "public static <T> List<T> copyToUnmodifiableList(List<T> list)\n {\n if (list != null)\n {\n List<T> listCopy = new ArrayList(list);\n return Collections.unmodifiableList(listCopy);\n }\n else\n {\n ...
[ { "docid": "870043353a5d199cc273c7c68fab2de1", "score": "0.7099561", "text": "public static <T> List<T> unmodifiableList(List<T> original) {\n ArrayList<T> list = new ArrayList<>(original.size());\n original.forEach(list::add);\n return Collections.unmodifiableList(list);\n }", ...
f86b3d0e51092544806f3736d6a79e27
This method is used to convert from Arabic to Roman.
[ { "docid": "8bf2bf4a37d3c8a37cb1cc621c1b1e1e", "score": "0.58324295", "text": "public String ArabictoRoman(String value){ //going backwards help doing it easily.\n String ret = \"\";\n int num = Integer.parseInt(value);\n for(int i =0;i<numbers.length;i++){ //goes through all of num...
[ { "docid": "eee0493f6e6be6b19badd9b2d4914119", "score": "0.7451673", "text": "static String arabicToRoman(int arabic) throws RomanArabicException{\n if (arabic > 3999 || arabic <= 0) {\n throw new RomanArabicException(\"number cannot be represented in roman system\");\n }\n\n ...
70309e27c0e2fcd60de13436e50d1246
Create an instance of this class by providing the parent Frame, the window title as a string and an instance of the GUIController.
[ { "docid": "65a94ed5337e018decd110846932608f", "score": "0.0", "text": "AddStrategyDialog(Frame frame, String text, GUIController controller) {\n super(frame, text);\n\n\n initialiseFields();\n\n addComponentsToRootPanel(\"Enter the name of the strategy\", strategyNameErrorLabel,\n s...
[ { "docid": "b8a751344bcc3836eaf4c8d59d4bce17", "score": "0.74087435", "text": "public static void loadGUI(final String title) {\n\t\t// try to set the UI to native win/mac layout\n\t\tControllerGUI.setNativeLookAndFeel();\n\n\t\t// setup a new frame\n\t\tControllerGUI.mainframe = new JFrame(title + \" \...
1c0040a01dc448a9b59e801d8c8ca702
Gets the request builder for RoleDefinition
[ { "docid": "f9c5fb109f831278f8725775445e44d8", "score": "0.7151298", "text": "public IRoleDefinitionWithReferenceRequestBuilder roleDefinition() {\n return new RoleDefinitionWithReferenceRequestBuilder(getRequestUrlWithAdditionalSegment(\"roleDefinition\"), getClient(), null);\n }", "title...
[ { "docid": "5e1726f8db63162ef1c27513fa72ac40", "score": "0.5721017", "text": "public io.bloombox.schema.services.pos.v1beta1.AuthorizeUser.Request.Builder getRequestBuilder() {\n \n onChanged();\n return getRequestFieldBuilder().getBuilder();\n }", "title": "" }, { ...
9d157a150fc8cfc1334bb5b6312521d7
returns angle aob in rad
[ { "docid": "a369a0ae0b9831b44b267f77a38c856c", "score": "0.6778282", "text": "static double angle(Point a, Point o, Point b) {\n Vec oa = toVec(o, a), ob = toVec(o, b);\n return Math.acos(dot(oa, ob) / Math.sqrt(norm_sq(oa) * norm_sq(ob)));\n }", "title": "" } ]
[ { "docid": "4834c64a397ae255f87a6876771946c6", "score": "0.8360923", "text": "double getAngleRad();", "title": "" }, { "docid": "7efd3cb126febc9e2bd5ab29cf3cd8c7", "score": "0.78516454", "text": "public double getAngleRad()\t{\n\t\treturn (Math.atan2(getTrueY(), getX()) + 3*Math.PI/2...
77ea1191abea8a74c3b427e60ffa0d16
Just the skeleton code
[ { "docid": "21e20f5c437fd2952db75332442983ed", "score": "0.0", "text": "public String simulatedAnnealingAlgorithm() {\r\n // Initial Temperature\r\n double temp = 10000000.0;\r\n\r\n double coolingRate = 0.00001;\r\n\r\n Solution current = new Solution();\r\n current.r...
[ { "docid": "b2858312446172fa25a799c5367d2043", "score": "0.6772073", "text": "Smelting(){\r\n\r\n\t\t}", "title": "" }, { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.670953", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "afc2a...
545bac6bdca05da523979f461a8c5725
this method returns a new game.
[ { "docid": "275ca46f81b7fb5c22a68f4b26d9f6f1", "score": "0.66122305", "text": "public GameFlow copyGame() {\n return new GameFlow(this.width, this.hight, this.table, this.gui, this.ks);\n }", "title": "" } ]
[ { "docid": "71af45c8ada38c8704c67ea07fef50ad", "score": "0.7998309", "text": "public Result newGame() {\n\t\tgames = GoBangGame.getInstance();\r\n\t\tcontroller = games.getController();\r\n\t\treturn ok(jsonField());\r\n\t}", "title": "" }, { "docid": "73d6bf944d35a05b7b32f5ee8e2dbc1d", ...
eaf56069bbe6a7f331bd87062ee45424
Initializes the f a q question persistence.
[ { "docid": "2de106820c1ae9f5d8ced7ae1e69a651", "score": "0.0", "text": "public void afterPropertiesSet() {\n\t\tString[] listenerClassNames = StringUtil.split(GetterUtil.getString(\n\t\t\t\t\tcom.liferay.util.service.ServiceProps.get(\n\t\t\t\t\t\t\"value.object.listener.com.vportal.portlet.vfaq.model.F...
[ { "docid": "37846ac2bbb814cc8b56beda21674e39", "score": "0.6797096", "text": "public void setupQuestions(){\r\n\t\tcurrentQuestion = 0;\r\n\t\tcreateQuestions();\r\n\t}", "title": "" }, { "docid": "2c56e233b20761393dda5b14247217fb", "score": "0.6553878", "text": "protected void setup...
9eaef2971d23079ea1bbc35648d927fa
Get start time of a given day during which full backups can take place. 023 hours.
[ { "docid": "f670fd22c24f9a9c3381c8eef39d8efd", "score": "0.60659814", "text": "public Integer fullBackupStartTime() {\n return this.fullBackupStartTime;\n }", "title": "" } ]
[ { "docid": "bfc3d55bca7cbd301010209340947b0c", "score": "0.63567674", "text": "public static Date getStartOfDay()\n {\n return getStartOfDay(new Date());\n }", "title": "" }, { "docid": "a7915dc3c30eac04f425116b0acba7d6", "score": "0.6230455", "text": "public static Stri...
09b1e01db6c6fa9955802587d7c1a07b
Encoder constructor. Construct a Encoder given a and b channels as digital inputs. This is used in the case where the digital inputs are shared. The Encoder class will not allocate the digital inputs and assume that they already are counted. The encoder will start counting immediately.
[ { "docid": "3d02a511004368dbb8649dba9def0e3d", "score": "0.51041174", "text": "public Encoder(DigitalIO aSource, DigitalIO bSource, boolean reverseDirection, EncodingType eType) {\n this(aSource, bSource, null, reverseDirection, eType);\n }", "title": "" } ]
[ { "docid": "1941df56d50affbb7fa3a0bac17794fe", "score": "0.65631217", "text": "public Encoder(DigitalIO aSource, DigitalIO bSource) {\n this(aSource, bSource, null, false, EncodingType.k4X);\n }", "title": "" }, { "docid": "ef41d017624719c5dede249377548f6f", "score": "0.637977"...
af203dcd5cf47745ffeff8b1b86e4424
/ NOTE FOR DEVELOPERS: Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regenerate this class.
[ { "docid": "23b860246567dc789348052fc1f21b6d", "score": "0.0", "text": "public static void clearCache() {\n\t\tgetPersistence().clearCache();\n\t}", "title": "" } ]
[ { "docid": "e11e9a46d20608e182cd09bc39bc7201", "score": "0.61074406", "text": "public interface BsNotificationPersonViewService extends Service<BsNotificationPersonView> {\n\n}", "title": "" }, { "docid": "76e54c254a305e01502c74ae41a4cdb5", "score": "0.60831743", "text": "@Override\n...
4ea4ee489d1db41ba7050b1d6f0b8977
/ / / /
[ { "docid": "46e40fa842271072badece07bbeb1df5", "score": "0.0", "text": "abstract void setLoyalty(float paramFloat);", "title": "" } ]
[ { "docid": "ed09b76919f53c65643ece0f61410ec7", "score": "0.58116597", "text": "public String toString(){\n return \"/\";\n }", "title": "" }, { "docid": "447d4d4bcbddbf9a2e265683f0e09b34", "score": "0.57590806", "text": "@Override\r\n\tpublic void divide() {\n\t\t\r\n\t}", "t...
9adc394b58c904a7dca64efa94ea9d8b
This methods will be called when the user touches the cancel button.
[ { "docid": "3c4b4ddae1222663b5e9a8087006f64c", "score": "0.76526487", "text": "void onCancel();", "title": "" } ]
[ { "docid": "e4db31174b54a0a8bf79a78d661475bb", "score": "0.8465924", "text": "@Override\n\t\t\tpublic void onCancelClick() {\n\t\t\t}", "title": "" }, { "docid": "0ac031d2331ddba66aaec2c94b56d030", "score": "0.84386474", "text": "@Override\n\t\t\tpublic void onCancelClick() {\n\t\t\t...
52aea0c81905bfe8485c257955321941
This method writes all of this DataNodes properties back to the disk.
[ { "docid": "c84656ec3ef995fb710734d28c84ade7", "score": "0.5422767", "text": "boolean writeProperties() {\n return m_propertyBundle.write();\n }", "title": "" } ]
[ { "docid": "67807c0dfe092aa2e38de88cf21e21a0", "score": "0.6733205", "text": "public void writeProperties() {\r\n Preferences prefs = Lookup.getDefault().lookup(Preferences.class);\r\n prefs.setTree(keyTree, tree);\r\n }", "title": "" }, { "docid": "373c69e284820d5ea11a77f18...
0ae6c9a326c21fca1bbcc05885bb87da
region Getters & Setters
[ { "docid": "461e73247528c8d4de688bcc58ec869b", "score": "0.0", "text": "public Set<String> getIsSet() {\n return isSet;\n }", "title": "" } ]
[ { "docid": "0a5a4adfa9f5ac60c0775ec0c6b7a8c3", "score": "0.6536376", "text": "@Override\n\tpublic void getvalue() {\n\t\t\n\t}", "title": "" }, { "docid": "b07fa371b39d89d85ee2b46058153640", "score": "0.6386209", "text": "private void set() {\n\t\t\r\n\t}", "title": "" }, { ...
7deca62f9a321c0a6a870a3182121b04
Test whether if the right side is blue
[ { "docid": "b65a4336962e3f5820c77baf8c6e3cf0", "score": "0.78039885", "text": "public boolean isRightBlue() {\n return (right == BeaconColor.BLUE_BRIGHT || right == BeaconColor.BLUE);\n }", "title": "" } ]
[ { "docid": "2da6fb54a3e0654719310560b5bea67b", "score": "0.8047136", "text": "public boolean isRightRed() {\n return (right == BeaconColor.RED_BRIGHT || right == BeaconColor.RED);\n }", "title": "" }, { "docid": "40d93d5ba4a7d731c60c94d6a7b89eae", "score": "0.72598416",...
b6211ed99072e789e88e691a591e2016
$ANTLR start "prog" /home/c3budiman/Desktop/antlr/bahasaBudi/4.part3/BahasaBudi2.g:20:1: prog : declaration ( stat )+ > ^( STATEMENT_LIST declaration ( stat )+ ) ;
[ { "docid": "d38a3fbfd34695331c102f337b91391f", "score": "0.68046063", "text": "public final BahasaBudi2Parser.prog_return prog() throws RecognitionException {\n\t\tBahasaBudi2Parser.prog_return retval = new BahasaBudi2Parser.prog_return();\n\t\tretval.start = input.LT(1);\n\n\t\tCommonTree root_0 = null...
[ { "docid": "0f71100f071bce66a397753481a75593", "score": "0.5867024", "text": "public final void program() throws RecognitionException {\n\t\ttry {\n\t\t\t// Q.g:12:5: ( ( stat )+ )\n\t\t\t// Q.g:12:9: ( stat )+\n\t\t\t{\n\t\t\t// Q.g:12:9: ( stat )+\n\t\t\tint cnt1=0;\n\t\t\tloop1:\n\t\t\twhile (true) {...
ab87105e0f40b5579f123a1ec4e734a5
Start default registry client config builder.
[ { "docid": "1a16cf8d583912c6e2e0c978515a12c5", "score": "0.78625864", "text": "public static DefaultRegistryClientConfigBuilder start() {\n return new DefaultRegistryClientConfigBuilder();\n }", "title": "" } ]
[ { "docid": "3a0d5e0a183df3a81a226c59b3de665a", "score": "0.6960066", "text": "public DefaultRegistryClientConfig build() {\n return new DefaultRegistryClientConfig(env, instanceId, zone, registryEndpoint,\n registryEndpointPort, dataCenter, appName, connectTimeout, socketTimeout,\n ...
1b2d4fe1860705f63b69b128ad6cf51a
Created by Administrator on 2016/9/6.
[ { "docid": "0a4d8770cc10e162b685352d69bca79f", "score": "0.0", "text": "public interface LoginView extends BaseView<String> {\n void onLoginSuccess();\n\n void onLoginFiled();\n}", "title": "" } ]
[ { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.62734777", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "title": "" }, { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6202612", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "ti...
3b0b9f98bc50064b3d3356f1ce137a07
If multiple remotes have been combined into one, the device will have the GCProductCategoryCoalescedRemote product category. By default, the Game Controller framework will try to coalesce, or combine, the physical Apple TV Remote and the virtual Control Center remote and treat them as a single GCDevice instance. By set...
[ { "docid": "12b78ecd114632e9feadce00a7f7d1c0", "score": "0.5170966", "text": "@Generated\n @CVariable()\n @MappedReturn(ObjCStringMapper.class)\n public static native String GCProductCategoryCoalescedRemote();", "title": "" } ]
[ { "docid": "85b3651f855e50ee38f57dc0e0366449", "score": "0.49069244", "text": "Devices devices();", "title": "" }, { "docid": "455e476cbe75a996bc4498b6c8778cee", "score": "0.4808464", "text": "@Override\n public void remoteDeviceAdded(Registry registry, RemoteDevice device...
8a78ea5c4f9a28a443bda0be25aeff42
Almacenar el valor de la carta.
[ { "docid": "b36a2bb69b3abeb0e36f2fbfa7ef8ec7", "score": "0.0", "text": "public void setValor(int valor) {\n\t\tthis.valor = valor;\n\t}", "title": "" } ]
[ { "docid": "5f213570e0456d024f4f5d6a67f8cf17", "score": "0.60770243", "text": "public void atualizaCartao() {\r\n\t\tdouble valorReputacao = this.reputacao.getReputacao();\r\n\t\tif (valorReputacao >= 0) {\r\n\t\t\tif (itens.size() == 0) {\r\n\t\t\t\tthis.cartao = new CartaoFreeRider();\r\n\t\t\t}\r\n\t...
96203a2e4669bf16d8396c2d5e6af866
TODO: Listen for cancel message by overriding onCancel
[ { "docid": "927da74b96df7f0e284069c6467648a6", "score": "0.0", "text": "@Override\n public void onCancel(DialogInterface dialog) {\n super.onCancel(dialog);\n Log.d(TAG, \"Dialog cancelled!\");\n }", "title": "" } ]
[ { "docid": "528f399102934909a7685ddc17b2c984", "score": "0.8704512", "text": "@Override\n\t\t\t\tpublic void onCancel() {\n\t\t\t\t}", "title": "" }, { "docid": "ebdede7659e55c9fa3fc3f2662e3c226", "score": "0.8625279", "text": "@Override\n public void onCancel() {\n }",...
6487ff787d236f84b94c6ca0a36da744
private member functions strip stringdelimiters and whitespaces
[ { "docid": "c2496381b7a2b5aae8aa013cee93ee52", "score": "0.72095543", "text": "private String stripDelimiters(String valueAsString)\n {\n \tString s = valueAsString;\n \twhile (s.startsWith(\" \")) s = s.substring(1,s.length());\n \twhile (s.endsWith(\" \")) s = s.substring(0,s.length()-1);\n \tif...
[ { "docid": "a1a7b2439f8d34080891c16be2e5c6ab", "score": "0.67946786", "text": "protected String getStringWhiteSpacesRemoved() {\n\t\tString before = buffer.toString();\n\t\tStringBuilder tmpBuilder = new StringBuilder();\n\n\t\tfor (String line : before.split(\"\\n\")) {\n\t\t\tif (line.isEmpty()) {\n\t...
34818373a5925515ea90cca275b338e6
Count the inscope namespaces of a node with name fn:space. .
[ { "docid": "24fc9ca2925874a5a33b5cde3a7e3326", "score": "0.66100407", "text": "@org.junit.Test\n public void k2InScopePrefixesFunc21() {\n final XQuery query = new XQuery(\n \"count(in-scope-prefixes(element xs:space {()}))\",\n ctx);\n try {\n result = new QT3Result(query.value())...
[ { "docid": "df59e6a3b003637cc1f863394506942a", "score": "0.6928663", "text": "@org.junit.Test\n public void k2InScopePrefixesFunc22() {\n final XQuery query = new XQuery(\n \"count(in-scope-prefixes(<fn:space/>))\",\n ctx);\n try {\n result = new QT3Result(query.value());\n } ca...
1f53b07c8f319cf9b96fb1153815bcc6
optional .CMsgPaintKit_Definition.Item flamethrower = 7;
[ { "docid": "f21a5e6c0d44aafa7697d30a7454b08d", "score": "0.63785446", "text": "@java.lang.Override\n public TfProtoDefMessages.CMsgPaintKit_Definition.Item getFlamethrower() {\n return flamethrower_ == null ? TfProtoDefMessages.CMsgPaintKit_Definition.Item.getDefaultInstance() : flamethrower_;\n...
[ { "docid": "7ced6ad230284b903f4827d11a876021", "score": "0.7625665", "text": "TfProtoDefMessages.CMsgPaintKit_Definition.Item getFlamethrower();", "title": "" }, { "docid": "2ac093062f1deb597d71b7d578ae38e9", "score": "0.73002374", "text": "TfProtoDefMessages.CMsgPaintKit_Definition....
d7112bdeee3ac8e4e8a0f62495354549
This method was generated by MyBatis Generator. This method sets the value of the database column order_record.order_record_id
[ { "docid": "80a5a47ad9670fb3860b14c1dcc72b31", "score": "0.6965131", "text": "public void setOrderRecordId(String orderRecordId) {\r\n this.orderRecordId = orderRecordId == null ? null : orderRecordId.trim();\r\n }", "title": "" } ]
[ { "docid": "8d7a018c65f5869ae43d7647a5c40b3d", "score": "0.6748656", "text": "public String getOrderRecordId() {\r\n return orderRecordId;\r\n }", "title": "" }, { "docid": "4190a317a24c73ef71708d7145efef35", "score": "0.67112154", "text": "public void setOrderRecordOrderId...
c4aac080fcd65a538f62b7b02d5a6a96
Initialize your data structure here.
[ { "docid": "1064c7b160b19591d7aa599f4d3f8758", "score": "0.0", "text": "public MyHashMap() {\n this.key=new ArrayList();\n this.value=new ArrayList();\n\n\n }", "title": "" } ]
[ { "docid": "684e39f80e8d22e021e03c37d55fe13b", "score": "0.7997161", "text": "private void initData() {\n\n\t}", "title": "" }, { "docid": "74bee6dce01aafdb044924e66085f7c7", "score": "0.79940057", "text": "private void initData() {\n }", "title": "" }, { "docid": "74b...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0ce1c083658610b15dad95f9b0cb84e3", "score": "0.0", "text": "@Override\n\tpublic Parcelable saveState() {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
edda8098eb7e71d6a7ab2320e57f33a1
Returns true if the remote server with the specified domain can connect to the local server.
[ { "docid": "5d4de5389320572f3058f2d28c6eb795", "score": "0.67183346", "text": "public static boolean canAccess(String domain) {\n // If s2s is disabled then it is not possible to send packets to remote servers or\n // receive packets from remote servers\n if (!JiveGlobals.getBoolean...
[ { "docid": "2a0761dae5eb6f6acb495dee60cd9833", "score": "0.64054227", "text": "public boolean isServerReachable() {\n\n try {\n int timeOut = AgentService.getSocketTimeout();\n URL url = new URL(uri);\n Socket socket = new Socket();\n socket.connect(new...
7909dfcc6193daf0b7c75e098fe9e6a4
/ Add a new friend request to user's database
[ { "docid": "2bc7d748141e9eb617dbe35de668194c", "score": "0.6973635", "text": "@Path(\"add_friends\")\n \t@POST\n \tpublic Response addfriends(@FormParam(\"username\") String username,\n \t\t\t@FormParam(\"friend_name\") String friend_name) {\n \n \t\ttry {\n \t\t\tDBCollection collection = db.getCollect...
[ { "docid": "a9e0bbb93ea53facc3ae5e8ae010462e", "score": "0.7429126", "text": "private void addFriend(Statement stmt, String requestor)\r\n \t{\r\n \t\ttry\r\n \t\t{\r\n \t\t\tint mid;\r\n \t\t\tResultSet rset = stmt.executeQuery(\"select max(mid) from messages\");\r\n \t\t\tif (!rset.next())\r\n \t\t\t{...
3f019bae7da50a33d0311e0a356fc127
Get the type name
[ { "docid": "56ffc5b8d1e827924671b18fe07a7b92", "score": "0.0", "text": "@Override\n\tpublic String getTypeName() throws RemoteException {\n\t\treturn \"HDFS TEXT FILE WITH HEADER\";\n\t}", "title": "" } ]
[ { "docid": "c52bffd72f4eed4b4c1b37f08a28d3ee", "score": "0.8887048", "text": "String getTypeName();", "title": "" }, { "docid": "9697ae1c67ca6c2befaf646f91b08485", "score": "0.8550582", "text": "public String getTypeName() {\n return Descriptor.toClassName(pool.getUtf8Info(typ...
f092d6ac82549dbccdeb8ee519da1a8f
Logger.getLogger(CardConnector.class.getName()).log(Level.SEVERE, "cardParseTranaction: begin rawtx:"+CardConnector.toString(transaction));
[ { "docid": "c3884220f4bfba0054e07c77007a5567", "score": "0.6927507", "text": "public byte[] cardParseTransaction(byte[] transaction) throws CardConnectorException{\n \r\n byte cla= JCconstants.CardEdge_CLA;\r\n byte ins= JCconstants.INS_PARSE_TRANSACTION;\r\n byte p1= JCc...
[ { "docid": "8eaa2b4aa5036beb6247660dd76e36ef", "score": "0.60426754", "text": "public void printTransaction() {\n\taccDao.printTransaction();\r\n\t}", "title": "" }, { "docid": "2adb642ed2457fbc59aaf6870ab345c8", "score": "0.5972552", "text": "private void log_transaction(Integer acc...
e18c260d4d802fe0fc91029cd059f798
Set the UserAgent header's value (by adding to the default header map).
[ { "docid": "aa2bb3be90cdbc02180fa4f911d17dd5", "score": "0.65176535", "text": "public ApiClient setUserAgent(String userAgent) {\n addDefaultHeader(\"User-Agent\", userAgent);\n return this;\n }", "title": "" } ]
[ { "docid": "3a0f6698f1ecffbd3efb8424793fc044", "score": "0.7700908", "text": "public static void setUserAgent(String agent) {\n headers.put(HeaderMap.PROPERTY_USER_AGENT, agent);\n }", "title": "" }, { "docid": "c656f9e1dcd7510854a836a17f9480ac", "score": "0.7506622", "text...