query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
b92dd3f36fae941ff860e5a8432f4f67
Object one = new BigDecimal(100.0);
[ { "docid": "bcf55a42103f9cabfb632d328d052f9d", "score": "0.65193635", "text": "public static void main(String[] args) {\n Object one = null;\n //\n if (one instanceof BigDecimal) {\n System.out.println(\"YES\");\n }\n else {\n System.out.println(\"NO\");\n }...
[ { "docid": "c1474d6f357f9940a5ccbf12896ddc6f", "score": "0.7334414", "text": "public static void exercise7() {\n BigDecimal a = new BigDecimal(1.89);\n BigDecimal b = new BigDecimal(\"394486820345\");\n BigDecimal c = new BigDecimal(\"15\");\n BigDecimal d = new BigDecimal(\"...
ed6daecd296ebe028483326d914b0b6e
Returns a Duration instance of the time the Application has been running
[ { "docid": "c66542e10ec7f784a1d492ec291c1817", "score": "0.76581365", "text": "public static Duration getRunningTime() {\n return Duration.ofMillis(System.currentTimeMillis() - startedAt);\n }", "title": "" } ]
[ { "docid": "69ed8a3598aedcc869fff0b5a8ac6171", "score": "0.6826546", "text": "public long getElapsedTime(){\n if (isRunning){\n long endTime = System.currentTimeMillis();\n return elapsedTime + endTime - startTime;\n }\n else{\n return elapsedTime;\n }\n }",...
9915c7bc770b2455d83ff235c879762a
get the Comment of this claim
[ { "docid": "382ddf6990004779e30307f13e031b57", "score": "0.6138649", "text": "public ArrayList<String> getComment() {\n\t\treturn Comments;\n\t}", "title": "" } ]
[ { "docid": "ca8ed7f9c9c915d0ce4a00f77ae624cb", "score": "0.77359015", "text": "public com.zhicai.byteera.service.Common.Comment getComment() {\n if (commentBuilder_ == null) {\n return comment_;\n } else {\n return commentBuilder_.getMessage();\n }\n }", "...
84dfb9f387895a38996c9beef785d21c
This method creates a dialog boxes using the Alert class.
[ { "docid": "5e42da9d3974152ce9e92a23d74e0f28", "score": "0.6516299", "text": "private void showAlert(String title, String message, Alert.AlertType type, ButtonType buttonType) {\n\t\tAlert alert = new Alert(type, message, buttonType);\n\t\talert.getDialogPane().getStylesheets().add(\"/res/styles.css\");...
[ { "docid": "c77f166d35840f6e21631bd3843d66dd", "score": "0.82168657", "text": "private void createDialog() {\n\t\tAlertDialog.Builder alertbox = new AlertDialog.Builder(this.activity);\n\n\t\t// set the message to display\n\t\talertbox.setMessage(params.get(Keys.MESSAGE));\n\n\t\tLog.i(\"\", \"this.type...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ad4365fa0b1a58e5ba5d09996849c304", "score": "0.0", "text": "@Override\r\n\tpublic void keyReleased(KeyEvent e) {\n\t\t\r\n\t}", "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...
08984967fbc59665ec810e1e7bbfc2cb
/ renamed from: e
[ { "docid": "dd2eba79e14fc6a50319d16bd6c12d70", "score": "0.0", "text": "public final boolean mo120944e() {\n return this.f100341g;\n }", "title": "" } ]
[ { "docid": "dcfc5f83893a9323fc5df67fb0b6feca", "score": "0.698906", "text": "private void e() {\n }", "title": "" }, { "docid": "8ed85455170208b95135b63f138d27d2", "score": "0.63705385", "text": "public void catchEvent(Event e) {\n\t\t\n\t}", "title": "" }, { "docid": ...
606b621abb1b30b9d17979b4a36ccd7d
/ TODO: update getContents to real data
[ { "docid": "117381a0a14fe5f22c659938087360f1", "score": "0.5642508", "text": "public List<ContentData> getContents() {\n List<ContentData> contentList = new ArrayList<ContentData>();\n String readContentsQuery = \"SELECT * FROM \" + TABLE_CONTENT;\n SQLiteDatabase database = getRead...
[ { "docid": "2b75094cfdc9b0d7c5c6b9771131ffbd", "score": "0.6776765", "text": "Reader getContent();", "title": "" }, { "docid": "34e9d29b542ef0509f895f5904f63c08", "score": "0.65793574", "text": "java.lang.String getDataContent();", "title": "" }, { "docid": "f9784b1fa91c8...
f52f1664d17683ccb63eb4d90ece634a
This method was generated by MyBatis Generator. This method sets the value of the database column tra_hotel.area_id
[ { "docid": "4f06e2f2b9497ad43d2360aca61affb7", "score": "0.69496286", "text": "public void setAreaId(Integer areaId) {\r\n this.areaId = areaId;\r\n }", "title": "" } ]
[ { "docid": "305bdedbc6e273248570c7afccedc5ec", "score": "0.68786067", "text": "public void setAreaId(Integer areaId) {\n this.areaId = areaId;\n }", "title": "" }, { "docid": "305bdedbc6e273248570c7afccedc5ec", "score": "0.68786067", "text": "public void setAreaId(Integer a...
85ed472d081bdf903de1dc7cf1e4a010
Handle acknowledgement response messages (threaded mode).
[ { "docid": "522601bec3d2d81cda545708d6a153e1", "score": "0.0", "text": "public void handleResponse (int size) {\n if (size == 0) {\n if (isDebugging)\n System.err.println (\"[MCom][Debug] : Unexpected response of size 0!\");\n return;\n }\n try {...
[ { "docid": "799cf3fb303673823fa72e3b41beb3d1", "score": "0.64220995", "text": "@Override\n public final void run() {\n initialize();\n while (!terminated) {\n\ttry {\n\t\tMessage message = MessageBusImpl.getInstance().awaitMessage(this);\n\t\n\t if (message.getClass()==RequestCompleted.cl...
2f96b4560f4190aaa6c43c02bd26664d
This method was generated by MyBatis Generator. This method sets the value of the database column nl_ol_name_list.TYPE
[ { "docid": "88cf563fae070f15982771976b896c63", "score": "0.0", "text": "public void setType(String type) {\n this.type = type == null ? null : type.trim();\n }", "title": "" } ]
[ { "docid": "bf604b6c7ba3dd8c3a7e11680e007e89", "score": "0.6071373", "text": "public void setTypeList(Long [] TypeList) {\n this.TypeList = TypeList;\n }", "title": "" }, { "docid": "6552ea26e72937b22d03f129ffcffe23", "score": "0.6018391", "text": "public void setType(int c...
1356d5df8c61ff9e687572a566d3fc6e
metodo para eliminar una linea de detalle
[ { "docid": "506b7fcad2c3359ef9e99768ef890e12", "score": "0.70349747", "text": "private void eliminarLinea() {\n // TODO add your handling code here:\n Articulos art = articulosList.get(cbArticulos.getSelectedIndex());\n art.setUnidades(art.getUnidades() + lineasDetallesList.get(jtLi...
[ { "docid": "938d48a758ea3603848bea8b3aa1aa0b", "score": "0.7361079", "text": "public void removeLine();", "title": "" }, { "docid": "a63888fbcfa6b3a2f699eded8cacb6d4", "score": "0.6912481", "text": "public void deleteLine() {\n\t\tlogger.info(\"tableInteractionDeleteLine\");\n\t\ttab...
c5902a183bd8665b84f1e7316d70ee39
All enemies start off with generic stats; two of the stats will be overridden later for it's specialty
[ { "docid": "832145b444ad267306b9eec995efe888", "score": "0.7372272", "text": "private void createGenericEnemy() {\n\n int enemyRes;\n int enemyAttack = randomInt(7, 10);\n int enemyHealth = randomInt(80, 100);\n\n this.getMyStats().setHp(power * enemyHealth);\n this.ge...
[ { "docid": "fae22a500e56e20aaf54fa60b6bbfb94", "score": "0.6657542", "text": "@Test\r\n public void testEnemyStatGen()\r\n {\r\n Enemy test = new Enemy(0,0,\"testing123\");\r\n Enemy test1 = new Enemy(0,0,\"testing123\");\r\n test.setBase(10);\r\n test.addVar();\r\n ...
04c86d096e0390d3638165f458f23ab3
Insert the method's description here. Creation date: (03.06.2003 19:27:39)
[ { "docid": "4c419f139ff109f4ab036e596f6c67a5", "score": "0.0", "text": "public void setProjectActionFrm(String value) {\n\tprojectActionId.setString(value);\n}", "title": "" } ]
[ { "docid": "14f6250e215aa66dcffb123fd6b7fd74", "score": "0.675441", "text": "@Override\n\tpublic void entzünden() {\n\n\t}", "title": "" }, { "docid": "8bf8511f65e0c2b04c8bd3242cfd3d0d", "score": "0.6740879", "text": "public void mo25201a() {\n }", "title": "" }, { "do...
0673b394cb8053453a326f9118d65a6a
Post: (n' == n 1) && (a'[i 1] == a[i] for i = 1...n 1) Pre: n > 0
[ { "docid": "6ea07cd2ef99aac5f6ab643c126de0f0", "score": "0.0", "text": "public static Object remove(ArrayQueueADT deq) {\n \tassert deq.size > 0;\n \tObject temp = peek(deq);\n \tpopBack(deq);\n \treturn temp;\n }", "title": "" } ]
[ { "docid": "0b48ad40be19aac039d8bb1060ab49f2", "score": "0.5887879", "text": "public static int calculateExpectedSame(int n)\n {\n int sum = 0;\n for(int i = n-1; i>0; i-- )\n {\n sum += i;\n }\n return sum;\n }", "title": "" }, { "docid": ...
8266373e3020c8c001b43f538b2d4c1e
Sets the pointer halo color.
[ { "docid": "dee169b108c30236c5c1517e226b2262", "score": "0.8194569", "text": "public void setPointerHaloColor(int color) {\n\t\tmPointerHaloColor = color;\n\t\tmPointerHaloPaint.setColor(mPointerHaloColor);\n\t\tinvalidate();\n\t}", "title": "" } ]
[ { "docid": "42cc6af0cb277eefad88c5141155e177", "score": "0.7274709", "text": "public int getPointerHaloColor() {\n\t\treturn mPointerHaloColor;\n\t}", "title": "" }, { "docid": "68829f3512ac055ab1ce4d303ef27a46", "score": "0.63958246", "text": "public void setHandleColor(int color) {...
e959ad19bf656a8af67ca11e4254c4c0
Create a new lesserThan predicate.
[ { "docid": "63a1be09d0a3dcc4e8c592c745eafbd4", "score": "0.7209165", "text": "public static Predicate<Integer> getLesserThanPredicate(int compareValue) {\n return (number) -> number < compareValue;\n }", "title": "" } ]
[ { "docid": "26e9a84e31d61c1c5120a864a01534c5", "score": "0.67072636", "text": "public boolean lessThan(Number number);", "title": "" }, { "docid": "d74b9b8d98f7c800c575623b12356800", "score": "0.668911", "text": "public Exp newLessThan(Exp e1, int pos, Exp e2) { return new LessThan(p...
732223069defd4a00ba4b43f5f55154b
Method to save image details to database
[ { "docid": "f70486c5a688b7072d51adf95b1c375d", "score": "0.6079528", "text": "public int saveImage(File file, String fileName, String fileType, boolean annotated) throws Exception;", "title": "" } ]
[ { "docid": "c0bec959fd7853ab1155a054b484d5f2", "score": "0.7265135", "text": "public int saveImagingResult(ImagingResult imagingResult){\n DbConnection dbConnection = new DbConnection();\n try {\n Connection con = dbConnection.connectDb();\n\n String query = \"insert ...
0ddc343464f1b2b2756d0c6d125296b3
Query is MSSQL specific it will not work on Oracle
[ { "docid": "9f66f457f1829ebc144160aa77e48b40", "score": "0.0", "text": "public boolean verifyObjectURI(Statement stmt, int interId, String objectURI){\n\t\tint count=0;\n\t\tString query;\n\t\tif(System.getProperty(\"dbType\").equalsIgnoreCase(\"MSSQL\"))\n\t\t\tquery = \"select count(*) from Interactio...
[ { "docid": "34f97a2c0f68bcc5eecc90db99f915a5", "score": "0.60396665", "text": "public void selectMghs125a186() {\n /**\n * *----------------------------------------------------------------*\n */\n sqlSttmt = \"SELECT \" +\n \"C_TRANSACCAO,\" +\n ...
b3afc56a4bd5dcec85e72c4036ef6c5d
Sets the value of the 'EXRATEXACC' field
[ { "docid": "4a5e805cc794d7d106789dcb498c84c0", "score": "0.8036364", "text": "public Builder setEXRATEXACC(Double value) {\n validate(fields()[31], value);\n this.EXRATEXACC = value;\n fieldSetFlags()[31] = true;\n return this; \n }", "title": "" } ]
[ { "docid": "e27d3c07f3865040f5778309ddf4a39f", "score": "0.8014673", "text": "public void setEXRATEXACC(Double value) {\n this.EXRATEXACC = value;\n }", "title": "" }, { "docid": "763185051f03b319a87166225ea4a03e", "score": "0.7799616", "text": "public Builder setEXRATEACC(CharSe...
29adf30714a41b5d2ad0e26e1178a1ac
TODO Autogenerated constructor stub
[ { "docid": "1a6988a7196c9a10f29868730bcdd000", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tdouble x = StdIn.readDouble();\n\t\tdouble y = StdIn.readDouble();\n\t\tSystem.out.println(0 < x && x < 1 && 0 < y && y < 1);\n\t}", "title": "" } ]
[ { "docid": "a7ada994943f62a4589674e89199475b", "score": "0.6936954", "text": "@Override\n public void init() {}", "title": "" }, { "docid": "79434840a1497982c86bb9b36527139d", "score": "0.6898739", "text": "@Override\n\tpublic void init() {}", "title": "" }, { "docid":...
b9272f06c253b81613df8611d91ab520
mockMvc = MockMvcBuilders.standaloneSetup(new MerchantControllerTest()).build();
[ { "docid": "cba2fcb1c6c38cdd10dce9dcb7dc6695", "score": "0.7650805", "text": "@Before\n public void setUp(){\n mockMvc = MockMvcBuilders.webAppContextSetup(webApplicationContext).build();\n }", "title": "" } ]
[ { "docid": "816fbdc1f6826a0de00f7336e75ed493", "score": "0.80742383", "text": "@Before\r\n public void setUp() throws Exception {\n mockMvc = MockMvcBuilders.standaloneSetup(target).build();\r\n\r\n }", "title": "" }, { "docid": "ae9f92f1a50c39e06d5c53cf0c0be891", "score": "...
70bf3b459dd37e643e2eeeabcd1d7a3a
/ renamed from: i
[ { "docid": "cc906f71828ff9fe42232616b3dc5c08", "score": "0.0", "text": "public boolean mo23871i(C6717d dVar) {\n if (dVar != null) {\n C6715c cVar = this.f13614a;\n Objects.requireNonNull(cVar);\n if (dVar == null) {\n C6715c.m12259a(15);\n ...
[ { "docid": "9f3eb85e622ed9407268c013c56bf694", "score": "0.7212553", "text": "void mo28389mj(int i);", "title": "" }, { "docid": "bf5872985233ecedefa370ddb420f55e", "score": "0.67707956", "text": "public ur a(int i)\r\n/* 364: */ {\r\n/* 365:339 */ return this.contents[i];\r...
99e2d821897655d97ee9168ac90763d1
Implementing the action of pressing the ok button.
[ { "docid": "6c16e6a5802b09ea83ec08d36a9fa93b", "score": "0.7722598", "text": "public void okButton_actionPerformed(ActionEvent e) {\n\t\tapprove();\n }", "title": "" } ]
[ { "docid": "265951e47cc5d31dfd3110da68c89917", "score": "0.800608", "text": "void onOkClicked();", "title": "" }, { "docid": "a67db9ad20a78f5e84f402c38a50743c", "score": "0.790674", "text": "public void actionPerformed (ActionEvent event)\n\t {\n\t\tOkButtonActionPerformed (event)...
bbe5d7c5a5131db672399e152477c68f
no main method creationg constroctor..
[ { "docid": "5273d2a2b09ab175d28a79e605a13328", "score": "0.0", "text": "Employee(String name,int age,String dept){\n\n this.name=name;\n this.age=age;\n this.dept=dept;\n }", "title": "" } ]
[ { "docid": "a0d9a5ea104b90fa95c9f244a5290810", "score": "0.84270966", "text": "private Main() {\n\n\t}", "title": "" }, { "docid": "b1a40ca5c0eb429f9f8bb38c8ae33bc8", "score": "0.82667893", "text": "public Main() {\r\n }", "title": "" }, { "docid": "b1a40ca5c0eb429f9f8...
08984967fbc59665ec810e1e7bbfc2cb
/ renamed from: e
[ { "docid": "19ffdc4c70ecb168c65e1f45ba33876a", "score": "0.0", "text": "private static final boolean m116e(int i) {\n int sqrt = ((int) Math.sqrt((double) i)) - 1;\n while (true) {\n int i2 = sqrt + 1;\n if (i2 * i2 > i) {\n break;\n }\n ...
[ { "docid": "22f0b25f2663d139f7ed212e479c84a3", "score": "0.6967728", "text": "@Override\r\n\tpublic void process(Evnt e) {\n\t\t\r\n\t}", "title": "" }, { "docid": "a10b8c16bc4ab00ba19fb788073f39aa", "score": "0.6161739", "text": "@Override\n \tpublic void handleEvent(Event e) {\n \t...
28d5031414659c057d882a742ae1542c
Should be using a TestSubscriber here, but this works just fine
[ { "docid": "d96efde9658d6477bafffdf548813748", "score": "0.0", "text": "@Test\n public void testToAll() throws Exception {\n\n Kelvin.toAll(\"310.9764326946\", 10)\n .subscribe(results -> {\n assertNotNull(results);\n assertEquals(\"37.82643...
[ { "docid": "ddbaf4e8b7d192c6cf09dfd82df7a5b8", "score": "0.66129", "text": "static <T> rx.observers.TestSubscriber<T> test1(rx.Observable<T> s) {\n rx.observers.TestSubscriber<T> ts = new rx.observers.TestSubscriber<T>();\n s.subscribe(ts);\n return ts;\n }", "title": "" },...
99d5dfbbc14e4f24c2444e66628865fb
Test of toString method, of class Point.
[ { "docid": "88bf6c65aa38383b5e2fa433e49d6aba", "score": "0.84172714", "text": "@Test\n public void testToString() {\n\n System.out.println(\"toString\");\n\n Point instance = new Point(1, 2);\n String expResult = \"(1.0, 2.0)\";\n String result = instance.toString();\n assertEquals(expRe...
[ { "docid": "a47d67727ee62cbe0809f02f3b1f8d5b", "score": "0.83732265", "text": "@Test\n public void testToString() {\n System.out.println(\"toString\");\n Point instance = new Point(34.0,22.0);\n String expResult = \"<34.0,22.0>\";\n String result = instance.toString();\n ...
02a21e8ab83ecc5fabae7566f5d6a37d
This method was generated by MyBatis Generator. This method sets the value of the database column role.role_createtime
[ { "docid": "66bd377aec1754aacf4520eafc5cdc2c", "score": "0.77815354", "text": "public void setRoleCreatetime(Long roleCreatetime) {\n this.roleCreatetime = roleCreatetime;\n }", "title": "" } ]
[ { "docid": "90a8c659fe7f6027a5f55769d4170436", "score": "0.76047504", "text": "public Long getRoleCreatetime() {\n return roleCreatetime;\n }", "title": "" }, { "docid": "c3a8b37b7ce14cecc59306e2e3f85c76", "score": "0.64834875", "text": "void setCreatedTime(long value);", ...
865e8d0f7c959f0208c7b6c9d2c92801
data reference private Node data; constructor
[ { "docid": "8a36913785b3fcc52f16ba83ca5c39cc", "score": "0.0", "text": "public MyLinkedList() {\n head = null;\n tail = null;\n size = 0;\n }", "title": "" } ]
[ { "docid": "604698c396118bd219a426546280d277", "score": "0.7941023", "text": "public Node(T nodeData) {\n this.data = nodeData;\n }", "title": "" }, { "docid": "a2240dc6adfb694579050f970e362432", "score": "0.79263234", "text": "public Node(T data) {\n\t\tthis.data =...
d68777dd0e910042d2b68e689040e4dc
This method sets (overwrites) the element OrgnlMsgNmId.
[ { "docid": "a3ce9c0ebd9e758675aa7be25d110885", "score": "0.8103137", "text": "void setOrgnlMsgNmId(String data) {\n\t\tm_orgnlMsgNmId = data;\n\t}", "title": "" } ]
[ { "docid": "abcce339b2c51001a8f3bda8b67299c3", "score": "0.7036353", "text": "public String getOrgnlMsgNmId() {\n\t\treturn m_orgnlMsgNmId;\n\t}", "title": "" }, { "docid": "93b9aad511b7412bdeb1d0a48f642535", "score": "0.6644089", "text": "void setOrgnlMsgId(String data) {\n\t\tm_org...
1c90f88867feda81bb04df51b0d08503
Load the initial components
[ { "docid": "314cea9c7c54b7e74fb8a188214a87ec", "score": "0.0", "text": "private void initComponents() {\r\n try {\r\n\r\n this.setBackground(java.awt.Color.white);\r\n \r\n this.lblx = new JLabel(\"X: \");\r\n lblx.setFont(systemdesing.font(14, true));\...
[ { "docid": "f922c1e0d8961b10e5f91313fe5601a0", "score": "0.78059894", "text": "private void loadComponents() {\n setListModel();\n }", "title": "" }, { "docid": "c96f21c8550d65cb834789159b48fd2e", "score": "0.76019627", "text": "protected void initComponents() {\n\t\t\n\t}"...
36dc775394a94f3a35a8b3464603442f
Created by user on 2016/1/13.
[ { "docid": "5bb787ab824d4b2ef5c51e4955725597", "score": "0.0", "text": "public interface Invocation {\n\n boolean prepare(Request request, Response response);\n\n public Object invoke();\n\n List<SimpleParam> getParameters();\n\n void setParameters(List<SimpleParam> parameters);\n\n}", "...
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.61909056", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "93de84d0e77a5e19e12e7d0655c39af3", "score": "0.61483485", "text": "@Override\n\tpublic void agit() {\n\t\t\n\t}", "title": ...
cf34059c1e2e15005a8a79afab1cfe84
Prints player icon as a String
[ { "docid": "261656f8fe0722a47d89d5be81b2c3b4", "score": "0.0", "text": "@Override\n\tpublic String toString()\n\t{\n\t\treturn \"P\";\n\t}", "title": "" } ]
[ { "docid": "8b5b40c9b4f98000f276150ff9df47f6", "score": "0.6885404", "text": "String getIcon();", "title": "" }, { "docid": "1eb7f970f97acae41de2c703eb92275e", "score": "0.6838989", "text": "private void setIcon(String playerIcon) {\n\t\tthis.profileIcon = playerIcon;\n\t}", "tit...
0bf752649217eeec7b9e28748362160e
Swap all the elements of two lists at the same position. The run time of this method depends on the implementation of the lists since elements are removed and added in the lists.
[ { "docid": "1116177ff5dd839cc07799c620e990eb", "score": "0.6479707", "text": "public static <E> void swap(List<E> list1, List<E> list2, int index) {\n // Call the other method by passing the index twice\n TrivialSwap.swap(list1, index, list2, index);\n }", "title": "" } ]
[ { "docid": "fb287e39912ea1b71dfc5a313dc5e169", "score": "0.7700265", "text": "public void swapLists() {\n\t\tFastQueue<Helper> tmp = srcPositive;\n\t\tsrcPositive = dstPositive;\n\t\tdstPositive = tmp;\n\n\t\ttmp = srcNegative;\n\t\tsrcNegative = dstNegative;\n\t\tdstNegative = tmp;\n\t}", "title": ...
2e020a18b60378517ce712c5515baec4
remove buttons from previous panel
[ { "docid": "5468de099bdf29731d77397ed31da0ee", "score": "0.0", "text": "private void reCreateBoard(int size){\n removeButtons();\n\n createBoard(size);\n //Create new button array\n// board = new JButton[size][size];\n//\n// //invalidate previous panel\n// //and...
[ { "docid": "912dccfb333d630232e5c5a6468a6c61", "score": "0.76836675", "text": "private void removeAllButtons(){\r\n\t\t\tbuttons.getBtnConnect().setVisible(false);\r\n\t\t\tbuttons.getBtnBack().setVisible(false);\r\n\t\t\tbuttons.getBtnNext().setVisible(false);\r\n\t\t}", "title": "" }, { "...
78f948b7eb60392ead82d7da814054b9
Gets all policies in the cluster.
[ { "docid": "54acb40a969da7427ea0a2a009f8aab9", "score": "0.63867986", "text": "public static Map<String, EnrichPolicy> getPolicies(ClusterState state) {\n final Map<String, EnrichPolicy> policies;\n final EnrichMetadata enrichMetadata = state.metadata().custom(EnrichMetadata.TYPE);\n ...
[ { "docid": "641bd8a0b899c700435874c8a276d86d", "score": "0.7296094", "text": "@Override\n\tpublic List<Policy> getAllPolicies() {\n\t\ttry {\n\t\t\treturn (List<Policy>)pr.findAll();\n\t\t}catch(Exception e){\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn null;\n\t}", "title": "" }, { "docid...
f5be1e14397d9a36296b06bc9babf990
Creates new form holderUIPanel
[ { "docid": "2fb996b1808250461b6076c71294eabb", "score": "0.6709344", "text": "public holderUIPanel() {\n initComponents();\n instance = new BungeniClientDB (DefaultInstanceFactory.DEFAULT_INSTANCE(), DefaultInstanceFactory.DEFAULT_DB());\n //the below are called from initUI()\n ...
[ { "docid": "9e54aaff781ae4365f83b7539f3c7a37", "score": "0.7030991", "text": "public void createPanel() {\n\t}", "title": "" }, { "docid": "2fe0d5c7ff21b1391d41025ebbfc080e", "score": "0.69215566", "text": "FormPanel createFormPanel();", "title": "" }, { "docid": "95a7802...
1035136e3422c8cb1feed8dfcaf29ee7
This method is called when the start date field is modified, this will check if the booking date can be set to the selected date, setting the field to green if valid or red if invalid
[ { "docid": "ab33d69d9537f786e220d68a775ec364", "score": "0.787869", "text": "private static void updateStartDate()\n {\n if(dpStartDate.getValue() != null)\n {\n try {\n Date date = new Date();\n date.setYear(dpStartDate.getValue().getYear());\n ...
[ { "docid": "e200966c092e466853abc8ee876adc83", "score": "0.6661699", "text": "private void checkInput(){\n long selectedDate = choose.getSelectedDate().getTimeInMillis();\n if(time.getAlarmStartDate().getTime() < selectedDate){\n time.setStartDate(new Timestamp(selectedDate));\n...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6f8a1315e01e9dbdccd6315024df36b8", "score": "0.0", "text": "@Override\n public void actionPerformed(ActionEvent e) {\n if(textField1.getText().equals(\"\"))\n {\n JOptionPane.showMessageDialog(null, \"请输入要查询的工号!\");\n ...
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115143", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.67343336", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-g...
874f33f88ae1fe2270afa51d08a643b8
Sets the horizontal relative position.
[ { "docid": "85b88a388542c6eebd762de591508411", "score": "0.0", "text": "public void setDeltaBaseX(double deltaBaseX) {\n\t\tthis.deltaBaseX = deltaBaseX;\n\t}", "title": "" } ]
[ { "docid": "bc11e663835e932e21897bcbf3206bcc", "score": "0.6668019", "text": "public void testSetHorizontalTextPosition() {\r\n//\t\tint teste = MiniJavaConstants.TRAILING;\r\n//\t\tthis.absButton.setHorizontalTextPosition(teste);\r\n//\t\tint resp = this.absButton.getHorizontalTextPosition();\r\n//\t\t...
4b54122dc5b205e69ce5d10308c3d06a
this method will update user
[ { "docid": "2dacaf8e871ca9e55a462f934bb5387f", "score": "0.7714535", "text": "public void updateUser(User user) {\n updateObject(user);\n }", "title": "" } ]
[ { "docid": "c418d2773d6995d677d241688f22b47b", "score": "0.83810884", "text": "public void update(User user) {\n\t\t\r\n\t}", "title": "" }, { "docid": "2620be3a95699650ae2fa0f273f5b0b8", "score": "0.8315853", "text": "public void updateUser(User user);", "title": "" }, { ...
1536e2b1daed84a86d00226e4c84681c
Method to obtain location names stored in a database table.
[ { "docid": "84b8c20a397b01bc62fec4851623119e", "score": "0.0", "text": "public static ArrayList<String> getSensors() {\r\n ArrayList<String> sensors = new ArrayList<>();\r\n // From database\r\n try {\r\n databaseCon.searchData(databaseCon, \"SELECT * FROM APP.SENSOR\",\"...
[ { "docid": "a12664bf9d5ac41caec9cf4ae39464a1", "score": "0.719109", "text": "public static ArrayList<String> getLocations() {\r\n ArrayList<String> locs = new ArrayList<>();\r\n // From database\r\n try {\r\n databaseCon.searchData(databaseCon, \"SELECT * FROM APP.LOCATIO...
df842c641c60bf4e6138f85ac188c073
1, 3, 1, 3, 5, 3, 6, 7 stack 1 3 3,1 3, 1, 3
[ { "docid": "d09c3d010cab73cf32bf6cb5d9626e11", "score": "0.0", "text": "public int[] maxSlidingWindow2(int[] nums, int k) {\n Deque<Integer> queue = new LinkedList<>();\n\n int[] ans = new int[nums.length];\n\n int idx = 0;\n for(int i = 0; i < nums.length; i++) {\n ...
[ { "docid": "06f5c01dc23163d7b26b08abce7863b0", "score": "0.6230696", "text": "public static void main(String[] args) {\nStack<Integer>s=new Stack<Integer>();\r\nScanner var=new Scanner(System.in);\r\nint n=var.nextInt();\r\nint m=var.nextInt();\r\nint arr[][]=new int[m][m];\r\nfor(int i=0;i<m;i++)\r\n{\...
c567b1201e6aa3e471aacbc6b57a21b5
verify the required parameter 'shipmentId' is set
[ { "docid": "9cdd9c52de23923f8f05b38392af3b3a", "score": "0.0", "text": "@SuppressWarnings(\"rawtypes\")\n private com.squareup.okhttp.Call getBillOfLadingValidateBeforeCall(String shipmentId, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListen...
[ { "docid": "37f5870f3084fb63222718477091fca0", "score": "0.6219717", "text": "private void validateShipmentNotificationSp()\n\t{\n\t\ttry\n\t\t{\n\t\t\tList<NotifiedShipmentOrderModel> list = shipmentNotificationSp.execute();\n\t\t\tlogger.info(list.size());\n\t\t\tassertTrue(\"validateShipmentNotificat...
bd3a1dfb18c7d717b994763b993feb28
Questo metodo serve a chiedere al giocatore corrente quale mossa vuole effettuare, scegliendo tra quelle disponibili.
[ { "docid": "84f5d03366aa295445d1632cb42013fc", "score": "0.0", "text": "public abstract int sceltaMossa(boolean[] mosseAbilitate,\n\t\t\tGiocatore giocatoreCorrente);", "title": "" } ]
[ { "docid": "9f421ae477963e69a967142005980788", "score": "0.68475384", "text": "private void persoGioco() //FUNZIONE LANCIATA QUANDO VIENE PERSO IL GIOCO\n {\n inGioco = false; //SETTA IL GI...
f3789d65f6e9a760133148bd510af55b
This method was generated by MyBatis Generator. This method corresponds to the database table isp_notice
[ { "docid": "2c8fe37653f35439b1775c3b41157a99", "score": "0.0", "text": "int updateByExampleSelective(@Param(\"record\") NoticeWithBLOBs record, @Param(\"example\") NoticeExample example);", "title": "" } ]
[ { "docid": "d626138cba1fe552848dd197473c55aa", "score": "0.6067111", "text": "@Override\n\tpublic List<StudentNotice> listnotice() {\n\t\treturn studentDao.listnotice();\n\t}", "title": "" }, { "docid": "ed11a3148d7f1a05a87899303cb8c1fe", "score": "0.6041584", "text": "@Override\n\tp...
cfd5cd90526bb91c9bf9c8b7f9606661
Use this factory method to create a new instance of this fragment using the provided parameters.
[ { "docid": "8efe7c115e988f7e94c623e6a31277d6", "score": "0.0", "text": "public static ExchangeListFragment newInstance(String param1, String param2) {\n ExchangeListFragment fragment = new ExchangeListFragment();\n Bundle args = new Bundle();\n args.putString(ARG_PARAM1, param1);\n ...
[ { "docid": "8e485b89edacbcd375bad33f2bf1c8fa", "score": "0.7233175", "text": "protected abstract Fragment createFragment();", "title": "" }, { "docid": "8e485b89edacbcd375bad33f2bf1c8fa", "score": "0.7233175", "text": "protected abstract Fragment createFragment();", "title": "" ...
bac78a6c5f6c9217947dede209fa18c7
/ Get the Controller from which this Controller is initiated PersonnelBudgetDetailController is passed on to this controller to call method in those Controllers set the ParentController from which its being invoked
[ { "docid": "7d7c6b159e86f06424af68b24c3312c6", "score": "0.8175769", "text": "public void setParentController(PersonnelBudgetDetailController personnelBudgetDetailController) {\r\n this.personnelBudgetDetailController = personnelBudgetDetailController;\r\n }", "title": "" } ]
[ { "docid": "697d41f1c20e3cd3967ca5002b2c1437", "score": "0.6692951", "text": "public SelectBudgetPersonsController(PersonnelBudgetDetailController controller ) {\r\n super();\r\n this.parent = CoeusGuiConstants.getMDIForm();\r\n this.modal = true;\r\n budgetDetailBean = null...
62c087411c4d8cf8713191cee4439c94
fjerner noden med gitt posisjon
[ { "docid": "d5ce06624cd97bcd1cf97725ecc28c6d", "score": "0.0", "text": "public T fjern(int posisjon) {\r\n\r\n\treturn null;\r\n }", "title": "" } ]
[ { "docid": "7f8b7038cbb56f7b3ad2dff18bbc7e44", "score": "0.6149029", "text": "private static void writerepo() {\n File repofile = new File(\".gitlet/repo/repofile\");\n Utils.writeObject(repofile, _repo);\n }", "title": "" }, { "docid": "f3c9ab2e8e8b69e21e7cb580c780616f", ...
2465bafa7d9152311858daf2a2a7b2bd
Checks whether the 'baseInstantTime' field has been set
[ { "docid": "4f00f01fa4425b5e141fc8d11e78baad", "score": "0.81527", "text": "public boolean hasBaseInstantTime() {\n return fieldSetFlags()[0];\n }", "title": "" } ]
[ { "docid": "3ad0c076fe7278b2912a70fa847406be", "score": "0.71650887", "text": "public void setBaseInstantTime(java.lang.String value) {\n this.baseInstantTime = value;\n }", "title": "" }, { "docid": "1867d128642f0b5ecbc74af71b570733", "score": "0.66079557", "text": "@java.lang.O...
63e5ed226bf967c7569932ea52608c64
Construct the name from individual fields
[ { "docid": "7e1140f53bdfa04df103f8522d9bb600", "score": "0.0", "text": "private static void createName(PatientBuilder patientBuilder, SRPatient parser, FhirResourceFiler fhirResourceFiler) throws Exception {\n CsvCell firstNameCell = parser.getFirstName();\n CsvCell surnameCell = parser.ge...
[ { "docid": "55839ebf02a7be56955cc29e3324b34f", "score": "0.6825871", "text": "public String buildName(){\n\t\tString ab = antibody_volume==null ? antibody : antibody+\"-\"+antibody_volume;\n\t\tString repID = assay_code+rep_code;\n\t\treturn target+\"_\"+ab+\"_\"+strain+\"_\"+mutation+\"_\"+media+\"_\"+...
71ac24dcdffb6b65b4279aff152feb52
constructors Constructor for the GetFormCommand object
[ { "docid": "06ddd47fff8cc20acc89336a8ae13e71", "score": "0.0", "text": "public InsertCommand(String next, Boolean termMode) {\n\t\tsuper(next);\n\t\tsetTermMode(termMode.booleanValue());\n\t}", "title": "" } ]
[ { "docid": "02bc92eb47dd23f2a149b11be1d3ac7b", "score": "0.6561431", "text": "public EntityLookupQueryForm() {\n initComponents();\n }", "title": "" }, { "docid": "dbc002dff2e91acd767c63cc401067f4", "score": "0.6394438", "text": "public PETBaseForm() {\n\n\t}", "title":...
e0dffd870d79402a983e47f3db7c2569
/ Changing projection mode to perspective. In order for this to work, depth buffer must also be cleared. Thanks to Gegy for pointing this out (depth buffer)!
[ { "docid": "dd45047c8683e87bd2344b7ac61f39fc", "score": "0.0", "text": "protected void setupViewport(GuiContext context)\n {\n GlStateManager.clear(GL11.GL_DEPTH_BUFFER_BIT);\n\n float rx = (float) Math.ceil(mc.displayWidth / (double) context.screen.width);\n float ry = (float) M...
[ { "docid": "acf5371ba80d2d78e8cd19d3fa657476", "score": "0.71104753", "text": "private void updateProjection() {\n projection = new Matrix4f();\n float aspectRatio = (float)Display.getWidth() / (float)Display.getHeight();\n\n float yScale = 1.0f / (float)Math.tan(Math.toRadians(fov...
b5170ae0b2152b41ba6f0d219aac2f02
Handles the code for the ability spinners. Keeps the score from going below 7 and above 18. Keeps the player from using more points than they have available.
[ { "docid": "50ddfffe3c900e40c2830f2ee5eee1d5", "score": "0.740604", "text": "private void abilitySpinnerListener() {\n\t\tstrengthSpinner.addChangeListener(new ChangeListener() {\n\n\t\t\t@Override\n\t\t\tpublic void stateChanged(ChangeEvent e) {\n\t\t\t\tint holder = (Integer) strengthSpinner.getValue(...
[ { "docid": "0b162c8b2464830355b28a84a86d09e5", "score": "0.6410339", "text": "void awardPoints(){\n if (currentPoints <= 100 - POINTSGIVEN) {\n currentPoints += POINTSGIVEN;\n feedback = \"Your current rating is: \" + currentPoints + \"%\";\n }\n }", "title": "...
8e22d2a141ddc4d86cde2a0d7720dbe1
Service Interface for managing Phase.
[ { "docid": "2c5815a3b3a04d439564a4d9a05dc528", "score": "0.72106886", "text": "public interface PhaseService {\n\n /**\n * Save a phase.\n *\n * @param phase the entity to save\n * @return the persisted entity\n */\n Phase save(Phase phase);\n\n /**\n * Get all the phase...
[ { "docid": "5ae4b95694495eeb4789010680bbe311", "score": "0.6631117", "text": "@Override\r\n public void beforePhase(PhaseEvent event) {\n }", "title": "" }, { "docid": "dd8e1f38eeabc775003df3679b0314cb", "score": "0.63227636", "text": "public void afterPhase(PhaseEvent pe) {\n\...
4aec95f77c0aebfe65cb6384c5beef12
A test which tests the editHexPrism Method.
[ { "docid": "ab75c1557473e114402cb092151894ee", "score": "0.7658336", "text": "@Test public void editTest() {\n HexagonalPrism[] array = new HexagonalPrism[25];\n array[0] = new HexagonalPrism(\"Short Example\", 4.0, 6.0);\n array[1] = new HexagonalPrism(\" Wide Example \", 22.1, 10.6);\n ...
[ { "docid": "1990bee9e2454e7c3f5af7c3c06ec14f", "score": "0.6292463", "text": "@Test\n public void hexToHexTest(){\n onView(withId(R.id.inputBases)).perform(click());\n onData(allOf(is(instanceOf(String.class)), is(\"Hex\"))).perform(click());\n onView(withId(R.id.outputBases)).pe...
d90de9c8e93993d62258523999f91815
Test case number: 378 /Coverage entropy=1.4941751382893083
[ { "docid": "62532660f8148adefece67710beb74f8", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test378() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n // Undeclared exception!\n try { \n errorPage0.radio(\"org.mvel.ast.PrebixIncNode\");\n fai...
[ { "docid": "e47c559cfcb271cc978935778eb25873", "score": "0.72084355", "text": "@Test(timeout = 4000)\n public void test091() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evalua...
37734e4917c188bfaa747fa6402b321d
seteaza pretul unui producator
[ { "docid": "f6cbb59430307f940302e1078b03cd7a", "score": "0.0", "text": "public void setPriceKW(float priceKW) {\r\n this.priceKW = priceKW;\r\n }", "title": "" } ]
[ { "docid": "f5ad44807e95f6f32239985325705439", "score": "0.67321527", "text": "public void setProceso(String p) { this.proceso = p; }", "title": "" }, { "docid": "0ecc2b05fa1b3fe069983a07eba7914d", "score": "0.6673978", "text": "private void inicialitzarTaulell() {\r\n\t\t//PENDENT I...
73c2ccc5dd2f047001abd6bfc616eaa0
i is the current parent node
[ { "docid": "2c05a78d30650c01374dfcd76fc465ef", "score": "0.0", "text": "public void maxHeapify(int [] A, int i){\n\t\tint lft = i *2; //index of left child node is always parent node index * 2\n\t\tint rgt = lft +1; //index of right child node = parent index * 2 +1, therefore = lft + 1 \n\t\tint largest...
[ { "docid": "52b9396630d065c503cd835af65b93c4", "score": "0.808518", "text": "private int parent(int i) {\n\t\treturn ((i+1)/2) - 1;\n\t}", "title": "" }, { "docid": "34de06b77d1dd8e129ffba44465bddf4", "score": "0.80509007", "text": "private int parent(int i){\n\t\treturn ((i+1)/2)-1;...
d851cd60d5848cafe238be3473ba09b4
Specifies privileges granted pursuant to the issuance, and validity, of this license. Privileges specified are used to govern behavior and obtain authorization for various actions. repeated .bloombox.licensure.LicensePrivilege privilege = 6;
[ { "docid": "5e7fac072fdd3afe181871342a779fbe", "score": "0.0", "text": "public Builder addAllPrivilegeValue(\n java.lang.Iterable<java.lang.Integer> values) {\n ensurePrivilegeIsMutable();\n for (int value : values) {\n privilege_.add(value);\n }\n onChanged...
[ { "docid": "0bfbda6636cb7ae4f058519a95dcd7ba", "score": "0.7366125", "text": "io.bloombox.schema.licensure.Licensure.LicensePrivilege getPrivilege(int index);", "title": "" }, { "docid": "0bfbda6636cb7ae4f058519a95dcd7ba", "score": "0.7366125", "text": "io.bloombox.schema.licensure.L...
d20f28f5d19a2200c42833e7d6c1c5ca
Calculates the class that contains all fields. This class is used as the insert statement parameter, as well as the returned value from the select by primary key method. The actual class depends on how the domain model is generated.
[ { "docid": "bbaaad8950fd96f5b8e6fce1e7650295", "score": "0.6191359", "text": "FullyQualifiedJavaType calculateAllFieldsClass();", "title": "" } ]
[ { "docid": "aa5035a66923aa5d259dcb2899febcf1", "score": "0.6321936", "text": "@Insert({\n \"insert into class_type (id, created_at, \",\n \"updated_at, class_type)\",\n \"values (#{id,jdbcType=INTEGER}, #{createdAt,jdbcType=TIMESTAMP}, \",\n \"#{updatedAt,jdbcType=TIMESTAMP},...
b8480475c82fbe49324a0c32ade4b3b1
expects that we have already constructed a ProcedureInfo for the given name
[ { "docid": "3ab27827ad873d4ea5dd616fba8f1d09", "score": "0.7542646", "text": "BoogieProcedureInfo getProcedureInfo(final String procName) {\r\n\t\tfinal BoogieProcedureInfo result = mProcedureNameToProcedureInfo.get(procName);\r\n\t\tif (result == null) {\r\n\t\t\tthrow new IllegalArgumentException(\"a ...
[ { "docid": "b3cba996308529ccb9de950633467716", "score": "0.703067", "text": "StoredProcedureInfo findOrCreateStoredProcedure(Map<String, StoredProcedureInfo> map, String procedureName) {\n StoredProcedureInfo procedureInfo = map.get(procedureName);\n if (procedureInfo == null) {\n ...
f99c7db509fb07de671487f8fa8aa21d
get list of orders for jsp table
[ { "docid": "1f22ad2b07b16baacd3ac2f99ba7fd68", "score": "0.0", "text": "public List<OrderTable> getOrdersByMaster(Users users)\n\t\t\tthrows ServiceException;", "title": "" } ]
[ { "docid": "ce7286eb16845096b8f172ef4026ea23", "score": "0.74617267", "text": "public static List<Order> viewOrders()\n {\n ArrayList<Order> orders = new ArrayList<>();\n try\n {\n PreparedStatement searchStatement = DatabaseConnection.conn.prepareStatement(\"SELECT * ...
3d431362f3c768e3f9b87c3a18ddd200
This method opens the default browser on a given webpage
[ { "docid": "7bff29abe2c15f38d0a930df8cafeb8b", "score": "0.7297877", "text": "private boolean showInBrowser(String url) {\n\n String os = System.getProperty(\"os.name\").toLowerCase();\n Runtime rt = Runtime.getRuntime();\n try {\n if (os.indexOf(\"win\") >= 0) {\n ...
[ { "docid": "02f98c3a285d00b05ca01330d5c598cd", "score": "0.7724187", "text": "public void openWebsite(String openBrowser){\n\n if(openBrowser.equalsIgnoreCase(\"chrome\")){\n System.setProperty(\"webdriver.chrome.driver\", \"C://ChromeDriver//chromedriver.exe\");\n driver= new ChromeDriver();\n...
a94d4634d2b7e4f6d96ca181c55a589f
/ 38: / 39:
[ { "docid": "ca61eca3e09a0eb3fbcd8727a7879abf", "score": "0.0", "text": "public NotaCredito.Detalles createNotaCreditoDetalles()\n/* 40: */ {\n/* 41: 93 */ return new NotaCredito.Detalles();\n/* 42: */ }", "title": "" } ]
[ { "docid": "4603b56054e9f50d621cbcbb2f28a30f", "score": "0.5591713", "text": "Point mo2622a() {\n return this.f3238a;\n }", "title": "" }, { "docid": "7b401e4206e7a1859706f2d641445cdc", "score": "0.540582", "text": "void mo12646up();", "title": "" }, { "docid": ...
2283fef0438e82f6a5888b5c6ce3147e
This method was generated by MyBatis Generator. This method returns the value of the database column TFSLC1.ISSUING_BANK_CY
[ { "docid": "e0b3cc4ece98efbb3ce4f7dfc7dd0b5a", "score": "0.77807504", "text": "public BigDecimal getISSUING_BANK_CY() {\r\n return ISSUING_BANK_CY;\r\n }", "title": "" } ]
[ { "docid": "c10b2c491f77c55e4d29635928fd22e4", "score": "0.7166758", "text": "public void setISSUING_BANK_CY(BigDecimal ISSUING_BANK_CY) {\r\n this.ISSUING_BANK_CY = ISSUING_BANK_CY;\r\n }", "title": "" }, { "docid": "2c79c62e87731a23ee71c4723279df0c", "score": "0.6701995", ...
0e4a0bca1aef80e3a2b7b0b7c12d2d83
Sending messages messages are initiated by the application layer Sends a confirmed service, and blocks until a reply is received, or timeout.
[ { "docid": "d6ff5d8bd42cde4d241d7372ad1459ea", "score": "0.0", "text": "public AcknowledgementService send(final Address address, \n \t\t\t\t\t\t\t\t final OctetString linkService, \n \t\t\t\t\t\t\t\t final int maxAPDULengthAccepted,\n \t\t\t\t\t\t\t\t final Segmentation segmentationSuppo...
[ { "docid": "0a9d68c0b091a3cece052d6adc928a31", "score": "0.659555", "text": "public static void javaSE_Sender() throws Exception {\n\n final Context context = new InitialContext();\n final ConnectionFactory connectionFactory = (ConnectionFactory) context.lookup(Resources.ASYNC_CONTAINER_MA...
7c3ba70edbde0b56b8adede1cc5f631f
Whether the key space is iterated in the order provided by LMDB.
[ { "docid": "1a60eb9a09ff179e799cae95463bb4ab", "score": "0.0", "text": "public boolean isDirectionForward() {\n return directionForward;\n }", "title": "" } ]
[ { "docid": "31ee95a59b5c71a2909c2ccf00655be4", "score": "0.6936835", "text": "public boolean hasSymmetricOrder() {\n\t\t\r\n\t\thasSymmetricOrderMethod(root);\r\n\t\tfor(int i = 0 ; i < TKeys.size() ; i++)\r\n\t\t{\r\n\t\t\tfor(int j= i+1 ; j < TKeys.size() ; j++)\r\n\t\t\t{\r\n\t\t\t\tif((TKeys.get(i)....
c8cdd37a8cf2cb7e1640da2e187b61f8
The getLow method returns the lowest value from the file.
[ { "docid": "e8fb9980eec9c1a9f52a569c6cfc9ad7", "score": "0.86518663", "text": "public double getLow() {\n\t\tdouble low = fileNumbers[0];\n\t\tfor(int i = 1; i < 12; i++) {\n\t\t\tif(fileNumbers[i] < low) {\n\t\t\t\tlow = fileNumbers[i];\n\t\t\t}\n\t\t}\n\t\treturn low;\n\t}", "title": "" } ]
[ { "docid": "a08f18d227e6288d049ebee7afb94f49", "score": "0.7722713", "text": "public int getLow() {\n return low_;\n }", "title": "" }, { "docid": "a08f18d227e6288d049ebee7afb94f49", "score": "0.7722713", "text": "public int getLow() {\n return low_;\n }", ...
26c208705f51da7b4dd6e3f6056a2b82
This method was generated by MyBatis Generator. This method corresponds to the database table dev_device
[ { "docid": "927907f94b45bac95268da06e0669bb5", "score": "0.0", "text": "int updateByExampleSelective(@Param(\"record\") DevDevice record, @Param(\"example\") DevDeviceExample example);", "title": "" } ]
[ { "docid": "4dc2024a752a10dc03a7466b0b89c342", "score": "0.6500025", "text": "@Mapper\r\npublic interface DeviceMapper {\r\n\r\n @Select(\"SELECT * FROM ip_device WHERE device_sn = #{deviceSn} and park_code=#{parkCode} limit 1\")\r\n @Results(value = {\r\n @Result(property = \"deviceNam...
3e8611c2c7166b19f23365fea725842b
Only popups generated with the Aqua LaF turned on will be translucent with shadows
[ { "docid": "27055ab54bc34806c11228f78fd9e86b", "score": "0.0", "text": "void setActive(final boolean b) {\n fIsActive = b;\n }", "title": "" } ]
[ { "docid": "d2245f6f43b5d31af0a615ccc2c6042f", "score": "0.62836516", "text": "private void applyShadowVisiblity() {\n\t}", "title": "" }, { "docid": "fa02aa527bf5569e0401e231b5e330cb", "score": "0.5789073", "text": "private void a()\n/* */ {\n/* 71 */ if (h.a().k()) {\n/*...
6c55fb0e6298cf61ce98eb0deb058a6c
Tests the Uncomment Line(s) command with multiple lines. These sample lines should be uncommented and indented by the algorithm.
[ { "docid": "d799e7c92a7b73743da8c62a9e0e0e09", "score": "0.6723119", "text": "public void testUncommentMultipleLines() throws BadLocationException {\n String text =\n \"// // Here is some abritrary text that should be uncommented.\\n\" +\n \"// /* along with a little bit of code, just to sp...
[ { "docid": "1de4fb1e297795912297e9c14fd70b57", "score": "0.7062588", "text": "public void testCommentOutMultipleLines() throws BadLocationException {\n String text =\n \"Here is some abritrary text that should be commented.\\n\" +\n \"/* It is on multiple lines, and contains slashes // and ...
3b05a7359035b4a53000e83ede67b72c
Timestamp for when this record was created. .temporal.Instant created = 100;
[ { "docid": "6ad8d9013e4806de24cf5c1ec9f154d1", "score": "0.826659", "text": "io.bloombox.schema.temporal.Instant getCreated();", "title": "" } ]
[ { "docid": "ffd192494705b7ef5ad907652a5dae21", "score": "0.7738538", "text": "public Timestamp getCreationTimestamp() { return _created; }", "title": "" }, { "docid": "ab5747907608d032d4481294f3b3052a", "score": "0.7680858", "text": "com.google.protobuf.Timestamp getCreateAt();", ...
0b0bab443e92fe999fc2586a4d230ec0
Gets the identity provider.
[ { "docid": "84df3da158aa6bf7e21d8165d0be9f52", "score": "0.49611104", "text": "java.util.concurrent.Future<GetIdentityProviderResult> getIdentityProviderAsync(GetIdentityProviderRequest getIdentityProviderRequest,\n com.amazonaws.handlers.AsyncHandler<GetIdentityProviderRequest, GetIdentityPr...
[ { "docid": "1acf21c17fbcd6c011d78ea31dd3b3bd", "score": "0.71801144", "text": "public ExternalId getProviderId() {\n return _providerId;\n }", "title": "" }, { "docid": "4add92d9c2cc62426916331f1f8bb384", "score": "0.69275486", "text": "Identifier getProviderIdentifier();", "...
b0fb573060d59b53b2fcab39bfbc3c3d
compute (again) the combine transformed to avoid interpolation arrors
[ { "docid": "096c757eea0be242236fe30a9ee8d3f6", "score": "0.0", "text": "public Matrix getCombinedTransfo(Document document){\n\t\tElement root = XMLUtil.getRootElement(document);\n\n\n\n\n\t\tArrayList<Element> transfoElementArrayList = XMLUtil.getElements( root , \"MatrixTransformation\" );\n\n\t\tArra...
[ { "docid": "95cffb7eb5f94230f9dffb6cce65b317", "score": "0.5742516", "text": "private void combine(EuclideanTransformation2D inputTransformation, \n EuclideanTransformation2D outputTransformation) {\n //combination in matrix representation is:\n //[R1 t1] * [R2 t2] = [R1*R2 + t1...
955e458de2c204c199ba96f44893a88f
Gets called before every jUnitTest.
[ { "docid": "f7096f9dcfd39944b04df4be545526d7", "score": "0.0", "text": "@PrepareGenerator\r\n\tpublic void preCreate() {\r\n\t\tthis.creator = new EntityBeanCreator<T>(manager, intro, beanType, currentGenList);\r\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "209fa3a6c7c5dcad5deaab3da285ab74", "score": "0.8235093", "text": "@Before\n\tpublic void beforeTest() {\n\t}", "title": "" }, { "docid": "60e69d4606aae5d2aafeb465bc857afa", "score": "0.8195703", "text": "protected void beforeTest() {\n }", "title": "" }, { ...
07e05b666536564071f62b5ea7ec6f96
Creates new form Newbrwindow
[ { "docid": "2a9108866a331a0f65f0f830bc750cc2", "score": "0.0", "text": "public AddBorrowerForm(java.awt.Frame parent, boolean modal) {\n super(parent, modal);\n initComponents();\n this.setLocationRelativeTo(null);\n }", "title": "" } ]
[ { "docid": "6220990c52a908cdea7ee527782908b1", "score": "0.71626866", "text": "@Override\n\tpublic void createNewWindow() {\n\t}", "title": "" }, { "docid": "ad9dc66099c7767e5627bd38f6a18dfb", "score": "0.7050971", "text": "private void createWindow() {\n frame = new JFrame(\"...
80dbeb6b5b16a429595f9656c6f2baaf
Will delete selected video. Make sure your application was allowed to do delete.
[ { "docid": "ca10933cb31db7cfd5c41af3b1f0963a", "score": "0.6579545", "text": "private void deleteVideoApiCallExample(String videoToken, Callback callback) {\n ziggeo.videos().destroy(videoToken, callback);\n }", "title": "" } ]
[ { "docid": "939c90e8dbcfae451e0917e02fa198e9", "score": "0.7114748", "text": "@Override\n\tpublic boolean delVideo(Video video) {\n\t\tString sql=\"delete from video where id=?\";\n\t\tQueryRunner runner=new QueryRunner(DaoUtils.getSource());\n\t\ttry {\n\t\t\tint i=runner.update(sql,video.getId());\n\t...
02e5c8ad40b9909afcaaf9e93bd5f5b2
updateStats() called only in the constructor and when someone ages a year. updates their ageClass, their status, which heavily depends on age, and their region. changes their region if they move up an age class
[ { "docid": "faf1a0eb704928b3059cd1c919e1559a", "score": "0.8214525", "text": "public void updateStats() {\n\t\t\t\n\t\t\t// Children are five and younger\n\t\t\tif ( age < 6 )\n\t\t\t\tageClass = Model.CHILD;\n\t\t\t// Students are ages six to seventeen\n\t\t\telse if ( age < 18 )\n\t\t\t\tageClass = Mo...
[ { "docid": "9106beab503a56be71e26129f957d4b0", "score": "0.707214", "text": "public void updateAge() {\n\t\t\t\n\t\t\t// every step, increment the number of ticks the person has been alive\n\t\t\t++numTicksAlive;\n\t\t\t\n\t\t\t// once the person has been alive for a multiple of stepsPerYear ticks\n\t\t...
b237cb0281b04d22a86a58cefcbeac1d
Gets the commision amt.
[ { "docid": "44e17b1d19adc1196266f07951df4e77", "score": "0.8301161", "text": "public String getCommisionAmt() {\r\n\t\treturn commisionAmt;\r\n\t}", "title": "" } ]
[ { "docid": "895bea8410990d367f5ee3f8c0bfd5da", "score": "0.78844106", "text": "@gw.internal.gosu.parser.ExtendedProperty\n public java.math.BigDecimal getCommission_amt() {\n return (java.math.BigDecimal)__getInternalInterface().getFieldValue(COMMISSION_AMT_PROP.get());\n }", "title": "" }, ...
9f9ec7ba29a5127899238c07ec09405e
Closes the current scope. All identifiers in the current scope will be removed from the SymbolTable and all IdEntry's responding to the variables that were declared in the current scope will be popped from the stack responding to that variable in scopeStack
[ { "docid": "d73a083b5df162a73fd812da549e6216", "score": "0.8762478", "text": "public void closeScope()\n {\n for (String var : scopeStack.peek())\n {\n symtab.get(var).pop();\n }\n scopeStack.pop();\n }", "title": "" } ]
[ { "docid": "8918fdba4328dcad01d88f69a0ffdde3", "score": "0.7383874", "text": "public static void closeScope() {\r\n if (currentScope == null) return;\r\n currentScope = currentScope.getOuter();\r\n currentLevel--;\r\n }", "title": "" }, { "docid": "f27b6e1ea9d6449f499...
b39247afd5d76d1aec1e4eb9955806ff
string sender = 3;
[ { "docid": "06fa3fdd048719172beb78cf8de14f21", "score": "0.0", "text": "public com.google.protobuf.ByteString\n getSenderBytes() {\n java.lang.Object ref = sender_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n com.google.protobuf.Byt...
[ { "docid": "6075f825b21ed878a4c6aedb88b1bc4e", "score": "0.6777702", "text": "java.lang.String getSender();", "title": "" }, { "docid": "6075f825b21ed878a4c6aedb88b1bc4e", "score": "0.6777702", "text": "java.lang.String getSender();", "title": "" }, { "docid": "6075f825b2...
7888c796aa5931f57307ffad0d2158cc
Verify a capsule to the mixing proxy
[ { "docid": "f0ebceba3e02b2328319fd693a6fa604", "score": "0.4685786", "text": "private void registerCapsuleLogic() throws Exception {\n CapsuleVerification verification = registerToMixingProxy();\n\n //Log the new Capsule\n spentCapsuleLogger.logCapsule(tokenWallet.getCurrentCapsule(...
[ { "docid": "1dd4c39d2d7b239c0d8d7f66cc99914c", "score": "0.59363514", "text": "private void interrogateProxy()\r\n {\r\n\r\n GetProxyAuthParameters params = new GetProxyAuthParameters(host.getText(), port.getText());\r\n params.testURL();\r\n\r\n debug(\"Params is a \" + (params.isSuccess() ? ...
03369f89d6e4cc12d4c1517c121cb065
Reduces or increases the size of a file as needed
[ { "docid": "60697d2ad862e81d2d6c42bf6bce6c37", "score": "0.7289264", "text": "public static void changeSize(final File file, final long newSize){\n try {\n // create a random access file object\n RandomAccessFile randomAccessFile = new RandomAccessFile(file, \"rw\");\n //...
[ { "docid": "eb5e46d011f34c78f26a2c0dcce0f778", "score": "0.70432115", "text": "private void getFile(String filename, long size){}", "title": "" }, { "docid": "e5e50f926c58b6b0807f97c977650d81", "score": "0.6603531", "text": "public void setFilesize(int newValue) {\n\tthis.filesize = ...
4c24267a2b6da6b6ffddf7f1829d5719
identify buttons on create
[ { "docid": "a50e10a1a65a7f3cc31f5695c68242bb", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.activity_info);\n\n li = (LinearLayout) findViewById(R.id.info);\n\n btn...
[ { "docid": "e694391bea3635bfd9269e4f100235e5", "score": "0.7446688", "text": "private void createButtons() {\n\t\tfor (int i = 0; i < problemList.length; i++) {\n\t\t\t//create button that allows a problem to be attempted\n\t\t\tDatabaseProblemButton b = new DatabaseProblemButton(statusList[i] == SUCCES...
0ab5fe96faa93309a4d358b0ca0d8fc4
$ANTLR end "rule__Dataset__Group__3__Impl" $ANTLR start "rule__Variables__Group__0" InternalMLRegression.g:1299:1: rule__Variables__Group__0 : rule__Variables__Group__0__Impl rule__Variables__Group__1 ;
[ { "docid": "e0380a3e3781b084966086413c6b91dd", "score": "0.8306994", "text": "public final void rule__Variables__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMLRegression.g:1303:1: ( rule__Variables__Group__0_...
[ { "docid": "2877036c9977cafe1e920ecdb2b5606c", "score": "0.77422523", "text": "public final void ruleVariables() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalMLRegression.g:216:2: ( ( ( rule__Variables__Group__0 ) ) )\n ...
bd99a93fcfab4d59b32dd219b9e5d1d4
Returns the current player balance
[ { "docid": "16abcf7cbdb6b805e95892fb94968844", "score": "0.7446733", "text": "public int getCurrentBalance() {\n\t\treturn currentBalance;\n\t}", "title": "" } ]
[ { "docid": "aae894ea1ec4ee01a617bb7642841cfe", "score": "0.78113294", "text": "java.lang.String getBalance();", "title": "" }, { "docid": "22c3e8973c86bb75475ba61795f536dc", "score": "0.777339", "text": "float getBalance();", "title": "" }, { "docid": "f9b1620a9cfda16fb64...
73951a5ea14e882fa0ee18aec67c9731
for use by admin to reset the current slice state ... only for extreme use cases !!
[ { "docid": "df2e28422333926db9e5e692cd3492f4", "score": "0.76422215", "text": "public void forceSliceReset();", "title": "" } ]
[ { "docid": "f806dcbb2b9628068d3c6e8b13738a77", "score": "0.68204105", "text": "@Override\n\tpublic void setSlice() {\n\t\tthis.slice=true;\n\t\t\n\t}", "title": "" }, { "docid": "32715b31d088967efdee17091ed39ac1", "score": "0.6581441", "text": "public abstract void resetState();", ...
3281791fba768938ea3f760edc037c6f
Store the result image in the script runner's image table now that the action execution is finished.
[ { "docid": "79f394d321e0547c96153594852cac6e", "score": "0.6880907", "text": "protected void doPostAlgorithmActions() {\r\n AlgorithmParameters.storeImageInRunner(getResultImage());\r\n }", "title": "" } ]
[ { "docid": "cdb2594a0676ea08c79f888ded1289fc", "score": "0.68345016", "text": "protected void doPostAlgorithmActions() {\r\n\r\n if (outputPanel.isOutputNewImageSet()) {\r\n AlgorithmParameters.storeImageInRunner(getResultImage());\r\n }\r\n }", "title": "" }, { "...
4d8a3bae4958dac75668a5a11ad3606b
generate a statement for inserting new data into userprofiles
[ { "docid": "0ccb285cd30f184724fac672648dd7df", "score": "0.65789634", "text": "private String generateNewRowStatement(String[] columns, String[] values, int[] types, Map<String, String> info){\n String query_base = \"INSERT INTO USERPROFILES (\";\n String query_columns = \"\";\n Str...
[ { "docid": "b8f18f7198f9b85e30b79b52324ea705", "score": "0.6484416", "text": "@Override\n public void addInsertStatementPlaceHolder(final StringBuilder sql, final boolean generateKeys) {\n sql.append(\" sde.version_user_ddl.next_row_id('\");\n sql.append(this.schemaName);\n sql.append(\"', \")...
37457a7ab9330cd4637b08d4149d1ecd
Returns an array representation of the ArrayStack.
[ { "docid": "f96544e026c62c8a39974f837522b7ab", "score": "0.0", "text": "public int[] toArray() {\n return Arrays.copyOf(a,n);\n }", "title": "" } ]
[ { "docid": "97c8e727682a93fb57cf14c81ccbe105", "score": "0.6592037", "text": "@Override\n\tpublic T[] getStack() {\n\t\tif (!isEmpty()) {\n\t\t\tT[] array = (T[]) new Object[size];\n\t\t\tListNode<T> temp = getTail();\n\t\t\tint i = 0;\n\t\t\twhile (temp != null) {\n\t\t\t\tarray[i] = (T) temp.data;\n\t...
4d058345af6ff470562d460b0ddbdca4
Called repeatedly when this Command is scheduled to run
[ { "docid": "49710c76c209eebcf72696efeab2e483", "score": "0.0", "text": "protected void execute() {\n \tgetLeftValue = Robot.DriveTrain.getLeftVolt();\n \tgetRightValue = Robot.DriveTrain.getRightVolt();\n \tif (getLeftValue < deadZoneHalf && getLeftValue > -deadZoneHalf){\n \t\tgetLeftValue ...
[ { "docid": "7297edef50a0a3b163e445550b7443ba", "score": "0.7269404", "text": "@Override\n public void autonomousPeriodic() {\n CommandScheduler.getInstance().run();\n }", "title": "" }, { "docid": "f14851cbfad06077f2535249666740b6", "score": "0.7142692", "text": "@Override\n pu...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "6f20b4ca1fe94bc33a0bbd1846e73010", "score": "0.0", "text": "public void mo37459a(String str) {\n this.f26072j = str;\n }", "title": "" } ]
[ { "docid": "5b086c8ac16e5d5bb19debbe6162f992", "score": "0.6385309", "text": "public interface C35018a {\n /* renamed from: a */\n void mo88789a();\n }", "title": "" }, { "docid": "b83b0f0ec27f3e5a93d4f7f54f8557d8", "score": "0.6229075", "text": "protected interface ...
d5a78ac492dc22d235b93bacf11a8f68
endregion region Method onCreate
[ { "docid": "e48a19f3e23483de206ab3c3b06dc4dd", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.activity_bi_producao_mes);\n }", "title": "" } ]
[ { "docid": "a669388c5f4513831c783e41be4cf02a", "score": "0.85385966", "text": "@Override\r\n public void onCreate() {\n }", "title": "" }, { "docid": "a5c07aea1f09720a80d57f9bbac82e6e", "score": "0.84759164", "text": "@Override\n\tpublic void onCreate() {\n\t\t\n\t\n\t}", "...
fe7bd8db853dffe4f8a1e26e51b42447
if we did not walk to the very end of currently loaded transcripts, then we definitely have next
[ { "docid": "9c133db9103f9e32b76b90c57c3ef9d4", "score": "0.6050609", "text": "@Override\n \tpublic boolean hasNext() {\n \t\tif ( curr_position < max_position ) return true;\n \t\t\n \t\t// we are past currently loaded stuff; we have next if there are more lines to load:\n \t\treturn reader.hasNext();\n...
[ { "docid": "581e5e2cf0f8ad6e1f87094039b32bba", "score": "0.6047754", "text": "boolean next( )\n \t{\n \t\tthis.currentPosition++;\n \t\tthis.curPosOnMap++;\n \t\tif ( currentPosition < this.traverseLength )\n \t\t{\n \t\t\treturn true;\n \t\t}\n \t\telse\n \t\t{\n \t\t\treturn false;\n \t\t}\n \t}", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1d5856922c53004299c528e802fe51b2", "score": "0.0", "text": "@Override\n\tpublic List<FoodCat> pager(Long pageNum, Long pageSize) {\n\t\treturn foodCatDao.pager(pageNum, pageSize);\n\t}", "title": "" } ]
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
f57c305e31bebfb1981e4707915c79b3
Tells if the argument is an astral PUA character.
[ { "docid": "46660669080f4c2d9b9d341382a81394", "score": "0.0", "text": "private boolean isAstralPrivateUse(int c) {\n return (c >= 0xF0000 && c <= 0xFFFFD)\n || (c >= 0x100000 && c <= 0x10FFFD);\n }", "title": "" } ]
[ { "docid": "c79806a3a545edc58b16df0e1ceb90d9", "score": "0.67453307", "text": "public static boolean isPuryn(char iupac) {\n\tswitch(iupac) {\n\tcase 'A': case 'a' :\n\tcase 'G': case 'g':\n\tcase 'R': case 'r':\n\t\treturn true;\n\tdefault: return false;\n\t}\n}", "title": "" }, { "docid": ...
02677134f22a2754eb81a62d138eca6d
This method will be called during the checkOut method, and will ask the user to enter a valid promocode to add a discount to the price. Requires This method will need a valid code. Ensure This method will be sure to verify that the code is valid, and adjust the final check out price of the cart based on the code that y...
[ { "docid": "b62c3f62653c045c457fda7a4d612592", "score": "0.0", "text": "public void applyCode(String code);", "title": "" } ]
[ { "docid": "2f83fdad50e81235c88da096377c6995", "score": "0.62619424", "text": "public CompletionStage<Cart> addDiscountToCart(final Cart cart, final String code) {\n\n return\n null;\n\n }", "title": "" }, { "docid": "6ad0eaafb1db44f672cc59bf46ef4f39", "score": "...
44dc30f33bc358bdcc89b19f389a4f3c
string status_description = 16;
[ { "docid": "bb06ef5a3e01ff6ed9d64cd6ee31a847", "score": "0.63912904", "text": "com.google.protobuf.ByteString\n getStatusDescriptionBytes();", "title": "" } ]
[ { "docid": "e13833f3acda5240aeee19e07629798c", "score": "0.68055403", "text": "java.lang.String getStatusDescription();", "title": "" }, { "docid": "e13833f3acda5240aeee19e07629798c", "score": "0.68055403", "text": "java.lang.String getStatusDescription();", "title": "" }, { ...
ed5c582ff75f48122b04262f7e7a8bce
Ritorna la stringa per creare data.xsl dentro la folder di output
[ { "docid": "457f29bdc48426716f2889c4b29164c2", "score": "0.5019427", "text": "public String getStringOfPathDataXSLCopy() {\n\t\treturn System.getProperty(\"data_xsl_path_copy\");\n\t}", "title": "" } ]
[ { "docid": "418027f774f6bb8e41053f1cc982ab9d", "score": "0.6065248", "text": "private String transformToXMLDatastructure() throws OutputWriterException {\n\t\tStringBuilder output = new StringBuilder(\"var diagramXMLSource = [\\n\");\n\n\t\ttry {\n\t\t\tfor (final String bpmnFilename : getModelPaths()) ...