query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
f2651ac036d20e5671b518f90fd4ffd0
/ Method one:very slow
[ { "docid": "1bff9060d51aaa1620cde3f32d979b28", "score": "0.0", "text": "public int sumNumbers(TreeNode root) {\r\n\t \r\n\t if(root==null)\r\n\t return 0;\r\n\t int sum=0;\r\n\t List<List<Integer>> ll=getList(root);\r\n\t for(int i=0;i<ll.size();i++)\r\n\t {\r\n\t ...
[ { "docid": "ba42cc86442c36e403234152d0b52718", "score": "0.5429896", "text": "private int[] FindCommonSpaceForLen(int i,FastBitmapReader currentBmp,FastBitmapReader nextBmp,int nStartA,int nEndA,int len)\n {\n //long regionStartTime = System.currentTimeMillis();\n int tmpStartA=nStartA,...
613524bec55049ea946a5175a66b8fc4
Let toHex(n) be the representation of the 16 octet MD5 hash n as a string of 32 hex digits (with alphabetic characters always in lower case, since MD5 is case sensitive).
[ { "docid": "614822958c4e0f8b1cf4ceca9ac0cdcb", "score": "0.732566", "text": "private static String toHex(byte[] n) {\n StringBuilder result = new StringBuilder();\n for (byte b : n) {\n int unsignedByte = b & 0xFF;\n result\n .append(HEX_CHARS.charAt(unsignedByte / 16))\n ...
[ { "docid": "82a2b59c6383981171b32bef73f23b20", "score": "0.7250125", "text": "private static String intToHex(int n) {\n StringBuilder sb = new StringBuilder(8);\n String a;\n char []b = {'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'};\n while(n != 0){\n ...
51daa40e9215f506ddd8e59864517159
The Invoke method is called as a result of an application request to run the Smart Contract 'fabcar'. The calling application program has also specified the particular smart contract function to be called, with arguments
[ { "docid": "183838bc10a21c7f47239a6ad51e5383", "score": "0.5915078", "text": "@Override\n\tpublic Response invoke(ChaincodeStub stub) {\n\t\ttry {\n\t\t\t_logger.info(\"Invoke java simple chaincode\");\n\t\t\tString func = stub.getFunction();\n\t\t\tList<String> params = stub.getParameters();\n\n\t\t\ti...
[ { "docid": "2c737994fe1a0b15244bad8122db5d8e", "score": "0.55218774", "text": "public void doCall(){\n CalculatorPayload operation = newContent();\n\n ((PBFTClient)getProtocol()).syncCall(operation);\n }", "title": "" }, { "docid": "ec9538535f1a4abff53cbbf52eac7acc", "scor...
ed7e7b68f0df32a62752d69899d195a9
Specifies that the given plugin should be added.
[ { "docid": "b3dad26c8c4f20886ecef56f09701cba", "score": "0.0", "text": "public static final URI PLUGIN(Class<? extends Plugin> clazz) {\n return new ClassURI(clazz).toURI();\n }", "title": "" } ]
[ { "docid": "b49d9cc727b78337ce5872892d24401b", "score": "0.65453357", "text": "public void setPluginConfigured() {\n this.isPluginConfigured = true; \n }", "title": "" }, { "docid": "241049db5789e16d0fbc99942099048e", "score": "0.6494944", "text": "void enablePlugin(AnalyticsPlug...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3cb61ba048f8500dca55559f6e761b9b", "score": "0.0", "text": "@Override\n public void onNaviTurnClick() {\n\n }", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.6887848", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.6730944", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "tit...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f7c66e72fcf3e5f9517199399d32e248", "score": "0.0", "text": "@Override\n\t\t\tpublic double operate(double x, double y) {\n\t\t\t\treturn x*y;\n\t\t\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
7ce6ea4f05d2fc839fd82a942f5d2d5d
Test case number: 8 /Coverage entropy=0.6931471805599453
[ { "docid": "16fd179ca64894a5ad3d0b4694df87b5", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test08() throws Throwable {\n ClassWriter classWriter0 = new ClassWriter(2);\n classWriter0.newUTF8(\"09\\\"7w//Wil,H'+\");\n FieldWriter fieldWriter0 = new FieldWriter(classWrit...
[ { "docid": "eefcb8163fe844db41b4e7f3007cf287", "score": "0.6717032", "text": "@Test(timeout = 4000)\n public void test24() throws Throwable {\n Discretize discretize0 = new Discretize(\"h&uYpUC]>5dku/m]CS\");\n discretize0.m_ClassIndex = 102;\n double[][] doubleArray0 = new double[4][0...
1bf89447b80ec86ff401a389c9f91f7d
/ access modifiers changed from: protected
[ { "docid": "4ebd557b94f0b820f6aa71946c632dd1", "score": "0.0", "text": "public boolean checkLayoutParams(android.view.ViewGroup.LayoutParams p) {\n return p instanceof LayoutParams;\n }", "title": "" } ]
[ { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.7004436", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t}", "title": "" }, { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6881562", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}...
7439cf28a114f4d62d7ad1a3e5bbee57
Get Created. Date this record was created
[ { "docid": "aec58714462d072546194bfa789fc829", "score": "0.79081243", "text": "public Timestamp getCreated();", "title": "" } ]
[ { "docid": "dec3d0e76becca63df484e9197927c44", "score": "0.84489805", "text": "Date getCreatedDate();", "title": "" }, { "docid": "1d0ad679c832d28428e9620a71bdd2cf", "score": "0.84439546", "text": "public final Date getCreated() {\r\n\t\treturn created;\r\n\t}", "title": "" }, ...
24c2d43ac1aca708bd9d4fcdaccfed67
Sets the type of variable to s. This method is mainly used in the BayesNetParse class
[ { "docid": "1bf54c12530b4ea6eb4ad45d465a3cbb", "score": "0.79254955", "text": "public void setTypeOfVariable(String s) {\n\n int i;\n\n for(i=0 ; i<totalTypes ; i++) {\n if (s.equals(typeNames[i])) {\n typeOfVariable=i;\n return;\n }\n }\n }", "...
[ { "docid": "ded208f120b2c058758c67fd3be14270", "score": "0.63361883", "text": "public void setType(String value) {\n type = value;\n }", "title": "" }, { "docid": "35dacf115edc89c9d073a5c2bb628190", "score": "0.63347214", "text": "void setType(String type);", "title": "...
50a41914e16b05c4ac84265d28b4e84e
/ Enable the countdown.
[ { "docid": "8c97f908c41127e63a4bedf16883e527", "score": "0.0", "text": "@Override\n\tpublic void onReady() {\n\t\tisReady = true;\n\t}", "title": "" } ]
[ { "docid": "92be6601189383edf02237f6b2905c60", "score": "0.68314135", "text": "private void setNewCountDown()\n {\n Long remainingTime= ( sharedPrefQueue.getLong(\"CURRENT_TIME_WHEN_DESTROY_APP\",0) +sharedPrefQueue.getLong(\"COUNTER_TIME_WHEN_DESTROY_APP\",0) )-System.currentTimeMillis();\n ...
8dbc59ba40f0d1f5343e2af527555dd8
Created by wmatex on 4.4.15.
[ { "docid": "823002c73c8354309dbf6e557f2b4608", "score": "0.0", "text": "public interface DynamicConstraint {\n public Set<Point4d> expand(final Point4d current, final Point toExpand);\n}", "title": "" } ]
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.66193885", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b941b399a338e8c204f1063e54a94824", "score": "0.59700817", "text": "public void mo7103g() {\n }", "title": "" }, { ...
fdd8baa0d3dc3bd0bcb17566f74bbcdc
The region of the chromosome at which a particular gene is located is called its locus. For our purposes, a Gene's locus is its position within another Gene. The total number of locus positions within a Gene is specified by its Promoter.
[ { "docid": "1333579d92d7e91e3d2eafdd1d47bf9b", "score": "0.0", "text": "public int loci();", "title": "" } ]
[ { "docid": "715a7ed672239b8c52c6a3fd824eaa3f", "score": "0.59171814", "text": "public long getLOC() {\n return loc;\n }", "title": "" }, { "docid": "bc9a788e230d175d142dfbf0f7b477ef", "score": "0.57679915", "text": "public String getGeoRegion() {\n\t\treturn userData.getGeo...
a4840d97d60f087b5af241528a09df9c
Check if null goal is added, it doesn't affect Account's Goals Set.
[ { "docid": "52cb98e556628f2955e4bda9b474f1c1", "score": "0.81058174", "text": "@Test\n public void addNullGoal() {\n Account account = new Account();\n account.addGoal(null);\n Assert.assertEquals(0,account.getGoals().size());\n }", "title": "" } ]
[ { "docid": "5d577ef39fc9daf70f6c49905a7acbea", "score": "0.7180881", "text": "@Test\n public void removeNullGoal(){\n Account account = new Account();\n Goal goal = new Goal();\n account.addGoal(goal);\n account.removeGoal(null);\n Assert.assertEquals(1, account.get...
1d1a11bf773b5daf14635ccfe5eacab2
get size of the current stack
[ { "docid": "5cfd8ae7e2521f6c2dec9e6200356501", "score": "0.0", "text": "public int getSize(){\n\t\treturn size;\n\t}", "title": "" } ]
[ { "docid": "86e94fa81970f45c791aa4f3d95f0137", "score": "0.8568454", "text": "public int size() {\r\n return stack.size();\r\n }", "title": "" }, { "docid": "b890eae726daa5b2089cde9d7ef38f42", "score": "0.85552096", "text": "public int size() {\n return stack.size();...
8f894bb8aa2fee443b378dd10796d569
Returns the effective padding for the given node. If the node has a specified padding, it will be used, otherwise, the graph's defaultPadding is returned. The returned value must not be modified.
[ { "docid": "32f1114501f83cecad3529ccc6920594", "score": "0.71934897", "text": "public Insets getPadding(Node node) {\n Insets pad = node.getPadding();\n if (pad == null)\n return defaultPadding;\n return pad;\n }", "title": "" } ]
[ { "docid": "34ee479625951acffa8ac398264b96fc", "score": "0.6411517", "text": "public Integer getPadding()\n\t{\n\t\treturn padding;\n\t}", "title": "" }, { "docid": "3eb562d93eb31095d06b62ea1111a14a", "score": "0.6285425", "text": "int getPadding();", "title": "" }, { "do...
c7eebf3750f2847fc451174eb32f586b
/ / / / / / / / / / / / / / / / / / / / / /
[ { "docid": "8f531c002fa90675d752ba670c0ba45c", "score": "0.0", "text": "public boolean abort() throws LoginException {\n/* 242 */ if (this.debug) {\n/* 243 */ System.out.println(\"\\t\\t[UnixLoginModule]: aborted authentication attempt\");\n/* */ }\n/* */ \n/* */ \n/* 247 *...
[ { "docid": "c5535bcafc031111cd4759821f42c009", "score": "0.5640147", "text": "@Override\n\tdouble permimeter() {\n\t\treturn 2*length+2*breadth;\n\t}", "title": "" }, { "docid": "c2abac99adbb5cc23924536ed7ed5bb2", "score": "0.5370152", "text": "@Override\n\tpublic void divertir() {\n...
975f06522ae0546d8ad4778e2781261a
Create preferences panel for the Global Preferences dialog.
[ { "docid": "4ed1153a9a7c55d3d6dca660fe3afafe", "score": "0.5848424", "text": "public IGlobalPreferencesPanel[] getGlobalPreferencePanels()\r\n\t{\r\n\t\treturn new IGlobalPreferencesPanel[0];\r\n\t}", "title": "" } ]
[ { "docid": "e636604525d7e908acc3e988d40f427b", "score": "0.7639911", "text": "private JMenu createPreferencesMenu() {\r\n JMenu prefMenu = new JMenu(Labels.PREFERENCES_LABEL);\r\n prefMenu.setMnemonic('P');\r\n prefMenu.add(createItem(ActionManager.configurationAction, KeyStroke.get...
c97de9a0362e55a916e3ea5e4a793639
repeated .osmosis.poolincentives.v1beta1.DistrRecord records = 3 [(.gogoproto.nullable) = false];
[ { "docid": "20fd9914249fbca7e1fbef9511132d62", "score": "0.43721268", "text": "public Builder clearRecords() {\n if (recordsBuilder_ == null) {\n records_ = java.util.Collections.emptyList();\n bitField0_ = (bitField0_ & ~0x00000001);\n onChanged();\n } else {\n ...
[ { "docid": "17c840c7a2db087ae36455f6398068c7", "score": "0.6852623", "text": "osmosis.poolincentives.v1beta1.Incentives.DistrRecordOrBuilder getRecordsOrBuilder(\n int index);", "title": "" }, { "docid": "17c840c7a2db087ae36455f6398068c7", "score": "0.6852623", "text": "osmosi...
d7e6c6674ccc5c9f3e1aeced17996e2b
System.out.println("getSuccessor func index: i="+i+" j="+j +" color="+ c);
[ { "docid": "d57afc536127dffe626ae6053170fc6e", "score": "0.5265194", "text": "ArrayList<Node> getSucessor(int i,int j,int c,int oc){\n ArrayList<Node> successor = new ArrayList<Node>();\n if((i-1) >0 && (j-1)>0) {\n if (board[i - 1][j - 1] == 0) {\n Node n = callA...
[ { "docid": "d42d701e4fc8f3d18494708aae0b98c9", "score": "0.6595987", "text": "public int getColorIndex()\n { return this.colorIndex; }", "title": "" }, { "docid": "a4c8d6bdae4c2780238f4c1b5791208b", "score": "0.62868947", "text": "int getColor();", "title": "" }, { "do...
5846261dfe77539e6d032fccafcbbf64
Will kill entity in square defined
[ { "docid": "3dc5da6404d68edc8529f2aa87bf3f5d", "score": "0.71684253", "text": "public void kill (int x, int y) {\r\n\t\tfor ( Entity e : this.dungeon.EntitiesOnTile(x, y)) {\r\n\t\t\tif(e instanceof Enemy) {\r\n\t\t\t\te.removeSelf();\r\n\t\t\t}\r\n\t\t}\r\n\t}", "title": "" } ]
[ { "docid": "d4b4ad608e5dbb00881bc98b040937ae", "score": "0.7297812", "text": "public void kill(Entity entity) throws Exception;", "title": "" }, { "docid": "53275b85b3daa9a86f4dfe29a8b9c476", "score": "0.70531476", "text": "public void kill(){\n\t\talive = false;\n\t\tc.getSquare(coo...
f4fb1c6cbaf790e54d67616aa24502fb
Put up the Yes/No message box
[ { "docid": "c9ab207cd531fd4ec14192facd48123b", "score": "0.0", "text": "@Override\n public void onBackPressed() {\n AlertDialog.Builder builder = new AlertDialog.Builder(this);\n builder.setTitle(\"Close Extra Mirror!\")\n .setMessage(\"Are you sure?\")\n ....
[ { "docid": "37db8294c91333b813fda788fe4dcad5", "score": "0.7710592", "text": "private static int askUserforYesOrNo() {\n\t\tint confirm = JOptionPane.showConfirmDialog(null,\n\t\t\t\t\"Do you want to select Other Jurisdiction?\",\n\t\t\t\t\"Generate Interstate Transaction\", JOptionPane.YES_NO_OPTION);\...
5d51e3fe9e7f3e1d51d543ab8e838689
$ANTLR end "rule__RevisionDateStatement__Group_2_1__1" $ANTLR start "rule__RevisionDateStatement__Group_2_1__1__Impl" ../org.eclipse.yang.ui/srcgen/org/xtext/editor/yang/ui/contentassist/antlr/internal/InternalYang.g:10207:1: rule__RevisionDateStatement__Group_2_1__1__Impl : ( ( rule__RevisionDateStatement__Revisiondat...
[ { "docid": "7d842e8727c538ed61fe65a64508f6c8", "score": "0.8343285", "text": "public final void rule__RevisionDateStatement__Group_2_1__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipse.yang.ui/src-gen/org/...
[ { "docid": "e3283cf73fd57dd22d989794c94c2676", "score": "0.79262924", "text": "public final void rule__RevisionDateStatement__Group__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipse.yang.ui/src-gen/org/xtext/edi...
6b944ac03280597a94ce75df22bdb8a6
Adds a new bullet to the screen. The bullet can be reused from the object pool
[ { "docid": "c76d3b35cd0b87d9953244d559bc8ed4", "score": "0.66890883", "text": "public void addBullet(BulletTemplate template, float x, float y, float angle)\n\t{\n\t\tClass<? extends AbstractBullet> clazz = template.getBulletClass();\n\t\t\n\t\tif (pool.containsKey(clazz) && pool.get(clazz).size != 0)\n...
[ { "docid": "293b86feff9ba95717b7f917f28ebdc3", "score": "0.79420215", "text": "private void shoot(){\n\t\tBullet b = new Bullet(getCenter(), new Point2D.Double(10,10), Color.red, 10, 90);\r\n\t\tbullets.add(b);\r\n\t}", "title": "" }, { "docid": "c4e2bf010db2d48ece05dd0d05335c34", "score...
f021500aaa0c80d620d44f84ce5f10bb
need to clean the res field
[ { "docid": "d0e5dc4952a75f62f5b7e00d3462317b", "score": "0.0", "text": "@Override\n public void testDoubleAddIssue35274() throws Exception {\n res = null;\n super.testDoubleAddIssue35274();\n }", "title": "" } ]
[ { "docid": "4db994b6b8354a2cb58e3d904e1b2c7f", "score": "0.61550045", "text": "private void cleanFields(){\n\n company.setText(\"\");\n email.setText(\"\");\n landline.setText(\"\");\n cell.setText(\"\");\n city.setText(\"\");\n address.setText(\"\");\n c...
e90ffe11b3b5950659620e51da9ad75c
Get the value of the 'acceptCharset' attribute.
[ { "docid": "7f98d75412b85fa571a5f149bdac390c", "score": "0.8482025", "text": "protected String getAcceptCharset() {\n\t\treturn this.acceptCharset;\n\t}", "title": "" } ]
[ { "docid": "b9c001ff0b3c38a50b32922a73ac82d5", "score": "0.8441959", "text": "String getAcceptCharset();", "title": "" }, { "docid": "9cca19ed6b8eddee38ea7025c708dff2", "score": "0.8419336", "text": "public String getAcceptCharset() {\r\n Object ref = acceptCharset_;\r\n if...
c37ada5aadee418ac105512a6d371250
Creates a new Mallard duck with appropriate bitmaps and GIFs
[ { "docid": "a9dd0e0706fa427acb48d35bd99f07e9", "score": "0.6741547", "text": "public Mallard() {\n\t\tsuper(\"Mallard\",\n\t\t\t\t\"mallard.bmp\",\n\t\t\t\tBehaviorStrategy.behavior(\"mallard flap\",\"mallard paddle\", Qtype.QUACK));\n\t}", "title": "" } ]
[ { "docid": "47b0dda0723be2e37cca4cd7e4561fd2", "score": "0.5863993", "text": "public Deck() {\n allocateMasterPack();\n init(1);\n }", "title": "" }, { "docid": "bbed837b900d1df58a5c1cc61437c254", "score": "0.56956017", "text": "public BMPPicture(){}", "title": "...
6b82a7e46017724f9433fb89f1124cfb
Returns hash of the last commit for specified repository and branch.
[ { "docid": "70edaedd13c18b40c099d286ab4eb60f", "score": "0.6864182", "text": "String getCommit(String userId, String repo, String branch);", "title": "" } ]
[ { "docid": "101bf39755fbe9913578c198f16104e7", "score": "0.7671687", "text": "private String getCommitHash() {\n \t\tString commitHash = null;\n \t\ttry {\n \t\t\tString currentBranchRefString = gitRepository.getFullBranch();\n \t\t\tRef ref = gitRepository.getRef(currentBranchRefString);\n \t\t\tcommit...
60e2d73a144dcf0ab9056912e475cde1
display dialog , return false if canceled or on error.
[ { "docid": "17c51f2c5eab26985e40dd4dc85e78dc", "score": "0.0", "text": "private boolean showDialog(HarrisCornerDetector.Parameters params) {\n\t\tGenericDialog dlg = new GenericDialog(\"Harris Corner Detector\");\n\t\t//dlg.addNumericField(\"Alpha\", params.alpha, 3);\n\t\t//set threshold\n\t\tparams.th...
[ { "docid": "c3a84ef69eeccc567389f557ab83f553", "score": "0.7393021", "text": "public boolean showDialog() {\n setVisible(true);\n return okPressed();\n }", "title": "" }, { "docid": "d2011d68ec78e476974c24412213cec1", "score": "0.68836486", "text": "public void showD...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ede010d6df59f613977faf2ec7d7b325", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tint i = P007_ReverseInteger.reverse(1534236469);\n\t\ti = P007_ReverseInteger.reverse(321);\n\t\ti = P007_ReverseInteger.reverse(-123);\n\t\ti = P007_ReverseInteger.reverse(120);\n\t\ti ...
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
3bc7039ebb01134bf26f0ad23110f2a5
funcion para obtener una sesion
[ { "docid": "c527195a82dc8529bd0a75d8c42065bd", "score": "0.0", "text": "@Override\n public Sesion getSesion(String idSesion){\n return md.getSesion(idSesion);\n }", "title": "" } ]
[ { "docid": "313a93a7fa5eb39220a56bea07d5a6ba", "score": "0.705379", "text": "private void sesion() {\n clavePrivada();\n // recibimos la clave de sesion\n recibirClave();\n //desciframos la clave\n descifrarClave();\n }", "title": "" }, { "docid": "72307...
c564b73dbf0fd40c78a7a87e199d9a45
Verify and decypt the signed blob.
[ { "docid": "75cabfc5bbc33d7a8aa78ce394963bd7", "score": "0.571145", "text": "public byte[] decrypt(final byte[] signedBlob) throws KeyczarException {\n if (null == session) {\n throw new KeyczarException(\"Session has not been initialized\");\n }\n \n AesKey aesKey = session.getKey();\n...
[ { "docid": "6c38df8c538e2fb3664cfbd9bc82734c", "score": "0.6492722", "text": "boolean verify(Transaction transaction, byte[] signature);", "title": "" }, { "docid": "24d906c9e705c62dd02032fcfd7551fe", "score": "0.6137234", "text": "public boolean verify(Signature sig)\n\t{\n\t\t//cal...
76f98d2dca7521ea0daaac22f34195e1
... ~ Graph Aspects
[ { "docid": "2adb055e8c3cb7ed42886e4f14c351d7", "score": "0.0", "text": "public BeanPropertySet<? extends GTNode.Undirected>\t\t\tgetNodes\t\t\t\t();", "title": "" } ]
[ { "docid": "c524d7b069d1e39034d390173419de4b", "score": "0.6014282", "text": "@Override\n\tpublic boolean isAspect() {\n\t\treturn false;\n\t}", "title": "" }, { "docid": "a93b266194b6cbe677077ffeebb6392a", "score": "0.57114464", "text": "public interface IAspect<V extends IValue, T ...
7f3f6dde6245463357b1b867680daf88
attributes are k/v pairs .google.protobuf.Struct attributes = 3;
[ { "docid": "e1aa1f683f4b530bba92c23bdbd848f1", "score": "0.0", "text": "public boolean hasAttributes() {\n return attributesBuilder_ != null || attributes_ != null;\n }", "title": "" } ]
[ { "docid": "543ed7f1e28af84898bfb80b495fc677", "score": "0.8178797", "text": "com.google.protobuf.Struct getAttributes();", "title": "" }, { "docid": "543ed7f1e28af84898bfb80b495fc677", "score": "0.8178797", "text": "com.google.protobuf.Struct getAttributes();", "title": "" }, ...
a34b96a1e26028db8b0ebcc0a6c5efb5
No longer throws exception as long as it's registered in transaction if (!TransactionManager.INSTANCE.isInTransaction(null)) throw new RuntimeException("cancelTask not within transaction!");
[ { "docid": "5c1cc7fcd65063cddc3884c2cfebda7d", "score": "0.57218", "text": "@Override\n public void cancelTask(Ref target) {\n if (target.getType()!= Ref.RefType.CELL && target.getType()!=Ref.RefType.AREA)\n return;\n if (!TransactionManager.INSTANCE.isInTransaction(BookBindi...
[ { "docid": "a5a49c46530851f674755769e0d8c551", "score": "0.7012752", "text": "public abstract void cancel()\n throws UnknownTransactionException, SystemException, WrongStateException;", "title": "" }, { "docid": "907867e81562c1f54962cafe179bf7b3", "score": "0.66089", "text": "...
c283606e7b78477edc9b57cbd5711c03
====== METODOS DE CALIBRACION ======
[ { "docid": "b7cf056f50a8c048b7d1fbf32b948824", "score": "0.0", "text": "public Collection<Calibracion> CalibracionGetByInstrumento(Instrumento seleccionada) {\n return dao.CalibracionGetByInstrmento(seleccionada);\n }", "title": "" } ]
[ { "docid": "ce90dd1ad488566280cbbbd8d3c6ad45", "score": "0.66477555", "text": "@Override\n\tpublic void calc() {\n\n\t}", "title": "" }, { "docid": "83f1a0f4009af0415783f390d2224563", "score": "0.66062355", "text": "private void CalculaTotal() {\n\t}", "title": "" }, { "d...
3e8cce9389322d81c8d4ea551acd8f58
Imports downstream boundary capacity profiles
[ { "docid": "6009114080c4f4715dd5cc9bb6723fa9", "score": "0.4362479", "text": "private DownstreamBoundaryCapacityProfileSets save(com.relteq.sirius.jaxb.DownstreamBoundaryCapacityProfileSet dbcps) throws TorqueException {\n\t\tif (null == dbcps) return null;\n\t\tDownstreamBoundaryCapacityProfileSets db_...
[ { "docid": "4e0a4b1fca9ab2ca1ea0df1b0c961423", "score": "0.49376255", "text": "public ProvisionedClusterPoolUpgradeProfile() {\n }", "title": "" }, { "docid": "559d5bfc7e3e70db9e059fa86f8fb019", "score": "0.4777842", "text": "private void save(com.relteq.sirius.jaxb.CapacityProfil...
db2a715da9989517f3d2fc48159dee37
Costruttor for arc in directed graph
[ { "docid": "dbf53af48ca0657c0888dd66c27a4e0b", "score": "0.5420946", "text": "public Arc(T elem, Arc<T,S> next, S weight){\n this.elem=elem;\n this.next=next;\n this.weight=weight;\n this.fake = false;\n }", "title": "" } ]
[ { "docid": "cde904d9cfef83727d94d20656bf065a", "score": "0.6879073", "text": "public Arc getArc() {\r\n return arc;\r\n }", "title": "" }, { "docid": "b27947b89a818400ccc614232996f112", "score": "0.6313234", "text": "Arc getArc(int index);", "title": "" }, { "do...
224c3d28ab3d9700644dfa9cae30e7b6
This implementation substitutes the factory itself as the key for the adapter.
[ { "docid": "eace6c182b5ba1ac047b55199741431a", "score": "0.0", "text": "@Override\n\tpublic Adapter adapt(Notifier notifier, Object type) {\n\t\treturn super.adapt(notifier, this);\n\t}", "title": "" } ]
[ { "docid": "7585b51ab95d1dc14928a41db847a51e", "score": "0.5721609", "text": "public SimpleFactorylike<D, I> getItemFactory() {\n return iFactory;\n }", "title": "" }, { "docid": "53572012e7d2e19b2e05df5442e6d682", "score": "0.5628179", "text": "public GenDiagramPreferences...
0c1298d61fb03906b7883b42f95dbcea
repeated Info info = 4; optional .io.greennav.persistence.osmpbf.DenseInfo denseinfo = 5;
[ { "docid": "1c13638f06c19bccae9f8d16a583943f", "score": "0.6868424", "text": "public boolean hasDenseinfo() {\n return ((bitField0_ & 0x00000002) == 0x00000002);\n }", "title": "" } ]
[ { "docid": "924b07aeb964e014878b10aaab16ccea", "score": "0.81823814", "text": "io.greennav.persistence.pbfparser.OsmFormat.DenseInfo getDenseinfo();", "title": "" }, { "docid": "2a8863624e1413c8a07c9aa7be396e91", "score": "0.79499865", "text": "io.greennav.persistence.pbfparser.OsmFo...
3f9bdfcc5550329d5a22e3d82417dda1
This method was generated by MyBatis Generator. This method corresponds to the database table pension_dic_payway
[ { "docid": "2773bcbf74bcaffef9571e4635222e1a", "score": "0.0", "text": "@Override\r\n\tpublic boolean equals(Object that) {\r\n\t\tif (this == that) {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t\tif (that == null) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\t\tif (getClass() != that.getClass()) {\r\n\t\t\treturn fal...
[ { "docid": "47234a4c7ecf9d9bb7028071da157083", "score": "0.56863725", "text": "JzPaylist selectByPrimaryKey(Integer paylistId);", "title": "" }, { "docid": "35a0d2548b7e6d69c8e584298bf609e9", "score": "0.5664665", "text": "@Select({\n \"select\",\n \"ID, ORDER_ID, PAY_A...
5bcbd0f11c0b9b05834228ef445e9f71
Original signature : int32 DAQmxSetAnlgWinPauseTrigCoupling(TaskHandle, int32) native declaration : NIDAQmx.h:7542
[ { "docid": "e8e5e6aa278ae9f04fc16879beddbaba", "score": "0.9199347", "text": "int DAQmxSetAnlgWinPauseTrigCoupling(Pointer taskHandle, int data);", "title": "" } ]
[ { "docid": "38eb78e5850c461dc24e258b483d860e", "score": "0.8767946", "text": "int DAQmxResetAnlgWinPauseTrigCoupling(Pointer taskHandle);", "title": "" }, { "docid": "09dc68a9e8b3ed42192359e0fceda761", "score": "0.8557701", "text": "int DAQmxGetAnlgWinPauseTrigCoupling(Pointer taskHa...
fdef568b5687d2fd99719763350932e5
////////////////////////////////// Getters / Setters //////////////////////////////////
[ { "docid": "ed729fe12772225e01511543e17ce642", "score": "0.0", "text": "@Required\n public void setMessageHandler(SipMessageHandler messageHandler) {\n this.messageHandler = messageHandler;\n }", "title": "" } ]
[ { "docid": "3e556c0f03a7d2509fe80fc61a60a369", "score": "0.64563483", "text": "@Override\n\t\t\t\tpublic void init() {\n\t\t\t\t\t\n\t\t\t\t}", "title": "" }, { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.63463074", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n...
e3839fb982e01b38ee69f57aa7deb5ea
Set the masechta number in the order of the Daf Yomi. The sequence is: Berachos, Shabbos, Eruvin, Pesachim, Shekalim, Yoma, Sukkah, Beitzah, Rosh Hashana, Taanis, Megillah, Moed Katan, Chagigah, Yevamos, Kesubos, Nedarim, Nazir, Sotah, Gitin, Kiddushin, Bava Kamma, Bava Metzia, Bava Basra, Sanhedrin, Makkos, Shevuos, A...
[ { "docid": "fc7c57510f0a4afdee47636686b97343", "score": "0.69979864", "text": "public void setMasechtaNumber(int masechtaNumber) {\r\n\t\tthis.masechtaNumber = masechtaNumber;\r\n\t}", "title": "" } ]
[ { "docid": "b36284ce2c71f0f4114e1cea66ffb460", "score": "0.57836807", "text": "void setSequenceNumber(int sequenceNumber);", "title": "" }, { "docid": "8cbd1f638963576b154027cf53523ca4", "score": "0.57362", "text": "public void setTallaId(Number value) {\n setAttributeInternal...
48275eef6b4466bb452a8a950b155196
whithout synchronized check it has good performance because of no synchronzation
[ { "docid": "77351d5d94cd7762cdedbea3ebeb4238", "score": "0.0", "text": "public static PrinterSingletonSerilazier getInstance() {\n\t\tif (instance == null) {\n\t\t\tinstance = new PrinterSingletonSerilazier();\n\t\t}\n\t\treturn instance;\n\t}", "title": "" } ]
[ { "docid": "968069d7f6461bf7c289958e547a6d83", "score": "0.64705706", "text": "@Override\n public void run() {\n\n SyncCheck();\n }", "title": "" }, { "docid": "754aed7cabbc9f8eccd74839ad8954ed", "score": "0.6237474", "text...
dead350c7d661772121c7d0adf26fc9e
This function creates a new service if the list does not have it
[ { "docid": "6460bc80d562c731b542ee28bd00ea76", "score": "0.74119717", "text": "private static void createNewService(String receivedPayload) {\n // If the New service is not in the list, adds to the list\n boolean duplicatePayload = false;\n for (var payload : serverList) {\n ...
[ { "docid": "29f0254e92d793419f69dd4580d0820b", "score": "0.7077831", "text": "Service createService() throws Exception;", "title": "" }, { "docid": "d0bda7fac1e72969a23e400e1c3bbb67", "score": "0.69628125", "text": "org.apache.geronimo.deployment.xbeans.AbstractServiceType insertNewS...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3fd0b6a46b2b2cb099d2c072d41fdef2", "score": "0.0", "text": "@Override\n\tpublic void actionPerformed(ActionEvent e) {\n\t\ttry {\n\t\t\tp=Runtime.getRuntime().exec(cmd);\n\t\t} catch (IOException e1) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te1.printStackTrace();\n\t\t}\n\t\tThread ...
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2437ea568ecd60b6c954ee3bbae35bac", "score": "0.0", "text": "public int size() {\n return model.size();\n }", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
0a381d58c3ab8e9d7314e6e574a8be45
Arrange: create a TimeCalculator object
[ { "docid": "3179fbe6c10a585dc99e29853a4e04a9", "score": "0.0", "text": "@Test\n\tpublic void testShouldNotAllowNegativeSeconds() {\n\t\tTimeCalculator theCalculator = new TimeCalculator();\n\n\t\t// Act & Assert: assert that calling getTimeBreakdown with a\n\t\t// negative value throws an IllegalArgumen...
[ { "docid": "07f14ba046fc7b3f2e8039a6f989a271", "score": "0.6635775", "text": "public void init () {\n Scanner keyboard = new Scanner(System.in);\n System.out.println(\"Enter a time. (Separate the hour and minutes with a space) (Military time is used instead \" +\n \"of the n...
764f47beb70624c3bb1fef6585fcef3a
Insert the method's description here. Creation date: (26.11.2004 12:22:38)
[ { "docid": "ad41dddec046fe30056dea2e2b912b30", "score": "0.0", "text": "public void setSerial100BC(java.lang.String newSerial100BC) {\n\tserial100BC = newSerial100BC;\n}", "title": "" } ]
[ { "docid": "b4d7f671f527efc3e048a88ada2fe816", "score": "0.6911626", "text": "@Override\n\tpublic void 말한다() {\n\t\t\n\t}", "title": "" }, { "docid": "b4d7f671f527efc3e048a88ada2fe816", "score": "0.6911626", "text": "@Override\n\tpublic void 말한다() {\n\t\t\n\t}", "title": "" }, ...
9ce9c804caa9da03d365b79c84387839
get the current hibernate session
[ { "docid": "7d66acd9470a63d3eff17051fe4f37ad", "score": "0.0", "text": "@Override\n\tpublic Course getCourse(int id) {\n\t\tSession currentSession = sessionFactory.getCurrentSession();\n\t\t\n\t\t// get the course\n\t\tCourse course = currentSession.get(Course.class, id);\n\t\t\n\t\t// creating a query ...
[ { "docid": "0209c3e3afe9ff719471f526920b566d", "score": "0.8397036", "text": "private Session getCurrentSession() {\n return sessionFactory.getCurrentSession();\n }", "title": "" }, { "docid": "3adf2f0988b8366b593c5cc99d42a26b", "score": "0.8311105", "text": "public Session...
22c53c6131711463da98ac3aacfb5dc6
supportsTransactionIsolationLevel JDBC API Does the database support the given transaction isolation level? level the values are defined in java.sql.Connection
[ { "docid": "90a8d76ef3d40ad2e48d28b63327abe4", "score": "0.8154558", "text": "public boolean supportsTransactionIsolationLevel(\n int level)\n throws SQLException\n {\n // The SimpleText driver does not support transaction. Return\n // false for any level except for TRANS...
[ { "docid": "071f508e0a8b84e7e98f79565aadb207", "score": "0.7509975", "text": "public int getTransactionIsolation() \n throws SQLException\n {\n return _level;\n }", "title": "" }, { "docid": "117e27c1baf7318d95177eb61cb4b51d", "score": "0.7301728", "text": "@Overr...
65796cfb1d2714cbf2feb1ae81eb89f1
Store the actual role count for a role.
[ { "docid": "f4c5ee310caaaeefe70782fccd7a4657", "score": "0.64872366", "text": "@Override\n public void storeActual(int iRole, String role, int iGenome, int count) {\n this.reports[iGenome].consistentRole(role, count, this.rolesActual[iGenome][iRole]);\n }", "title": "" } ]
[ { "docid": "76ef754366b0206b652d4fb8be55d2a4", "score": "0.7128457", "text": "public int Count() {\n\t\treturn roleMapper.Count();\r\n\t}", "title": "" }, { "docid": "d66ef02d86dbcf9cd3ddc213f73fcfc5", "score": "0.6791023", "text": "public int numberOfRoles()\n {\n int number = r...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cad58fe735bc47ed1337f3697172b1f5", "score": "0.0", "text": "@Override\r\n\tpublic void setValue(IRodinElement element, String value,\r\n\t\t\tIProgressMonitor monitor) throws RodinDBException {\n\r\n\t}", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
505b88967eb7159057c3b26c73d2ba0f
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
[ { "docid": "cef0af56f35edf7e35fd69c50851925d", "score": "0.0", "text": "public Builder clearChannels() {\n copyOnWrite();\n instance.clearChannels();\n return this;\n }", "title": "" } ]
[ { "docid": "29b7f2829bc4d39151ad1aa89eadda59", "score": "0.66369164", "text": "org.floj.protocols.channels.ServerState.StoredServerPaymentChannel getChannels(int index);", "title": "" }, { "docid": "45a122b7a28ac5bb646da4dee2aa72a8", "score": "0.6395508", "text": "private void addCha...
cbe3fcac9717dda23a330cc1a2cc696c
Set up for use in conjunction with a block cipher to handle the message. It is strongly recommended that the cipher is not in ECB mode.
[ { "docid": "b6fd132d91561a30565bdb2c817b51c1", "score": "0.0", "text": "public IESEngine(\n BasicAgreement agree,\n DerivationFunction kdf,\n Mac mac,\n BufferedBlockCipher cipher)\n {\n this.agree = agree;\n this.kdf = kdf;\n this.mac = mac;\n ...
[ { "docid": "f12ee6f7d34cfce98b3bb2b61b0c6397", "score": "0.62062675", "text": "public Encryption() {\r\n message = \"\";\r\n encryptedMessage = \"\";\r\n }", "title": "" }, { "docid": "9b1394ffe4a40b4cbbd0cd2f18032b2c", "score": "0.5854286", "text": "private void parseSet...
be88a247be7c8a52b266fb4d5847fa23
Checks if user can access the Twitter feature.
[ { "docid": "090aa11d9e459cdce2e8f07b23133457", "score": "0.7319654", "text": "public boolean hasTwitter() {\n return twitter;\n }", "title": "" } ]
[ { "docid": "7c5384f4f88582370230b8eb1b3a753a", "score": "0.63655853", "text": "private boolean isTwitterLoggedInAlready() {\n\t\t\treturn mSharedPreferences.getBoolean(PREF_KEY_TWITTER_LOGIN, false);\n\t\t}", "title": "" }, { "docid": "3f6d66e06d60a937229b6bb3541692f7", "score": "0.60930...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "a67b20d755a3b7d0c8bc77ddb31bcdfb", "score": "0.0", "text": "@Override // retrofit2.m\r\n public void a(o oVar, @Nullable T t) throws IOException {\r\n String a2;\r\n if (t != null && (a2 = this.b.a(t)) != null) {\r\n oVar.a(this.a, a2);\r\n ...
[ { "docid": "092f51e9c99cd4188e1aae23e1830dfd", "score": "0.6995383", "text": "protected void func_70626_be() {}", "title": "" }, { "docid": "e0c094d83d14ff81389cf2b976bc6f8b", "score": "0.68796366", "text": "private MeineEingabe()\n\t{\n\t}", "title": "" }, { "docid": "8c...
2b8b976071e3ef4fb03feb084a5f39c8
The find() method returns the value of the first element in the provided array that satisfies the provided testing function.
[ { "docid": "b37359193929525de56d7de0ee6e0336", "score": "0.0", "text": "@Nullable\n public native T find( @Nonnull Predicate2<T> predicate );", "title": "" } ]
[ { "docid": "c7e51fdce89a0a55ed30c5860537197b", "score": "0.73180884", "text": "int find(int[] array, int element);", "title": "" }, { "docid": "3a1a509d94af3effe13b9daa8f5799a7", "score": "0.67957485", "text": "T find(T value);", "title": "" }, { "docid": "1b702802d7d707a...
3119e52ed5c6d25bf991a35558821980
Creates a new complete platform object
[ { "docid": "bed9b02838a7d01bd581e4bba9faf243", "score": "0.53201467", "text": "public Platform(String id, Location location, Type platformType, Set<Camera> cameras) {\n this(id);\n this.type = platformType;\n this.location = location;\n if (cameras != null) {\n thi...
[ { "docid": "bff20e0de6012161684afcb166779816", "score": "0.7420782", "text": "public Platform()\n {\n }", "title": "" }, { "docid": "5bc9b0f03d10abfa2300bee510335956", "score": "0.6914885", "text": "public Platform(String id) {\n super(id);\n }", "title": "" }, ...
bbf4c68bed6d3f3bc542663fb1fbb2c0
Option 1 productRepository.updateNumberOfViews(id); Option 2
[ { "docid": "765b682f821f0c4350133ca0683908e6", "score": "0.7829309", "text": "public void updateNumberOfViews(long id){\n synchronized (this) {\n productRepository.findById(id).map(product -> {\n product.setNumberOfViews(product.getNumberOfViews() + 1);\n ...
[ { "docid": "80940a0b039d8f41f90f2355dcf87060", "score": "0.65937006", "text": "public void update(){\r\n model.updateViews(model.getCurrentProduct());\r\n }", "title": "" }, { "docid": "28ce4e3be248103cdfefa0b19d4399b5", "score": "0.62203914", "text": "public void updateVie...
3f13be505173267883048b04c8197ac6
This readAttribute method is used for deserialization of the provided node object using a delegate converter. This is typically another Composite converter, or if the node is an attribute a Primitive converter. When the delegate converter has completed the deserialized value is assigned to the contact.
[ { "docid": "596d87166e23ef7c2a937046cff69be3", "score": "0.52737933", "text": "private void readAttribute(InputNode node, Object source, Section section, LabelMap map) throws Exception {\n String name = node.getName();\n String path = section.getAttribute(name);\n Label label = map.getLab...
[ { "docid": "07f3e160e455d6cf69be9bd75834b3d2", "score": "0.4993546", "text": "public Object read(InputNode node) throws Exception {\n Object source = value.getInstance();\n Section section = schema.getSection();\n \n value.setInstance(source);\n composite.readVers...
06a92afba65198a969488fef58e45051
Create a new byte array to store the decrypted text
[ { "docid": "e31cd72206f580db87a6752ba472de74", "score": "0.60072535", "text": "public String decrypt(byte[] text) {\n\t\tbyte[] decrypted_text = null;\n\t\t\n\t\ttry {\n\t\t\ttext = Base64.decode(text);\n\t\t} catch (IOException e) {\n\t\t\t\n\t\t}\n\t\t\n\t\ttry {\n\t\t\t//Try to decode the text\n\t\t\...
[ { "docid": "c6000eca61dacd88207b45755c10d33a", "score": "0.64814377", "text": "public byte[] toBytes() {\n data = new byte[Globals.getBlockLength()];\n\n for (int i = 0; i < Globals.getBlockLength(); i++) {\n data[i] = (byte) text[i]; // move the local variables\n }\n\n ...
832cbb48b6c61aacacac84d57083f0e7
accessor method of consumerPrice
[ { "docid": "425b391356fbe1b90c65c0b2fa43ea65", "score": "0.82187593", "text": "public double getConsumerPrice() {\n\t\treturn this.consumerPrice;\n\t}", "title": "" } ]
[ { "docid": "1aa66e74b480bf3e4f6ea4286ff9820c", "score": "0.8128817", "text": "public BigDecimal getPrice() {\r\n return price;\r\n }", "title": "" }, { "docid": "dbb03069907dc140c4309606b845a68a", "score": "0.8054893", "text": "public BigDecimal getPrice() {\n return...
99bf5e8fa6317d9d3481d0d1fe0ac81d
Returns an implementation of GenericRow record reader.
[ { "docid": "36d0682efafa8b259f70106c4096cce5", "score": "0.74482477", "text": "private static RecordReader getGenericRowRecordReader(final Schema schema, final List<GenericRow> data) {\n return new RecordReader() {\n int _counter = 0;\n\n @Override\n public void rewind()\n thr...
[ { "docid": "33081ea7a3cf724b212d15ac9406b21e", "score": "0.6069694", "text": "public RecordReader<ImmutableBytesWritable, RowResult> getRecordReader(\n InputSplit split, JobConf job, Reporter reporter)\n throws IOException {\n TableSplit tSplit = (TableSplit) split;\n TableRecordReader trr =...
f9b6934249c5a9ac46d01ce8b53d183e
Convert the input string to a JSON object
[ { "docid": "987a7e5b6e28fcefaf2665a903f1463d", "score": "0.0", "text": "@PUT\n\t@Path(\"/\")\n\t@Consumes(MediaType.APPLICATION_JSON)\n\t@Produces(MediaType.TEXT_PLAIN)\n\n\tpublic String updateFund(String fundData) {\n\t\tJsonObject fundObject = new JsonParser().parse(fundData).getAsJsonObject();\n\n\t...
[ { "docid": "70eedf64b32760819a2cb9851d0a7037", "score": "0.78157806", "text": "private JSONObject stringToJSON(String str) throws JSONException {\n try {\n return new JSONObject(str);\n } catch (JSONException e) {\n System.out.println(\"Could not transform String: \" ...
b8095f74d798bb386cbff1c94730cab5
This method was generated by MyBatis Generator. This method sets the value of the database column bs_team.reg_date
[ { "docid": "2077e52ff2b41ec19b1ef3f9bcedf57f", "score": "0.69731855", "text": "public void setRegDate(Date regDate) {\n this.regDate = regDate;\n }", "title": "" } ]
[ { "docid": "5c073b243ec3b9f574dad41c9c57c5ed", "score": "0.6945997", "text": "@Override\n public void setRegdate(String regdate) {\n \n }", "title": "" }, { "docid": "d844dd1d1f97d6278de275a765a1e8a6", "score": "0.6233951", "text": "public void setRegister_date(String re...
943ea0ebffdd57325acfdd620d1414d2
This method was generated by MyBatis Generator. This method returns the value of the database column TBL_EDUCATION.IS_INSURANCE_PREMIUMS
[ { "docid": "f49113035c98257710a2497a854f0d79", "score": "0.5586158", "text": "public String getIsInsurancePremiums() {\n return isInsurancePremiums;\n }", "title": "" } ]
[ { "docid": "1bb03737cd09baf3245ad14081e4678b", "score": "0.5560223", "text": "public BigDecimal getINSURANCE_COMP_CODE() {\r\n return INSURANCE_COMP_CODE;\r\n }", "title": "" }, { "docid": "a538b4584ee1e1280cf0633bfa5829e0", "score": "0.50612247", "text": "public void setIs...
1d2a22118ab0037c0e652eb42227a73e
return the size of the list
[ { "docid": "409432d0b6513e357deee9e8635f15b0", "score": "0.8673851", "text": "public int size() {\r\n\t\treturn list.size();\r\n\t}", "title": "" } ]
[ { "docid": "bc25e263a53df6f737b39c2eb1f84ed6", "score": "0.87042", "text": "private int size()\n {\n return list.size();\t\t\t\t\t\t\t//return length\n }", "title": "" }, { "docid": "c0605cf712a9536bab7547926391bc44", "score": "0.866858", "text": "public int size() {\r\n ...
6da0670729172da4976457ba7442a94f
Get the transaction pool to mine a new block
[ { "docid": "ab8191115318180a0d914832c1e58b36", "score": "0.6237972", "text": "public TransactionPool getTransactionPool() {\n return txpool;\n }", "title": "" } ]
[ { "docid": "fb35fc23302bb95133a107b7383b088e", "score": "0.6175397", "text": "block createblock();", "title": "" }, { "docid": "1a5752c78a2a3c114b2afccdc2406055", "score": "0.61175025", "text": "public SimpleCheckoutPool<E> getPool() {\n return parent;\n }", "ti...
da8f978f757ba6aea2685084c8342e9a
Method will return sms message for patient as well as doctor if the doctorName parameter is not none
[ { "docid": "832ec7f73292c09ee3fd0192df3f931a", "score": "0.63684714", "text": "public String getMsgForSms(String template, String patientName, String doctorName, String time) {\n\t\tProperties properties = getClinicParams();\n\t\ttemplate = BASE_DIR + \"/\" + template;\n\t\tTemplate t = ve.getTemplate(...
[ { "docid": "8fd9129f45f7708c8c0c3e9b0e741e7c", "score": "0.61120766", "text": "java.lang.String getDoctorReqNm();", "title": "" }, { "docid": "3998a6e57180c52fffdc96e0cc7b63ad", "score": "0.5729308", "text": "public static String createPendingPatientRecord(\r\n\t\t\tString doctorId,\...
1e3f16fb36b442ae61b81168628a4333
/ Helper method that updates the coresite config to enable/disable logging.
[ { "docid": "35567a6498f7f5adce5b76a384fb9b7a", "score": "0.5490706", "text": "private void updateFileSystemConfiguration(Boolean loggingFlag)\n throws Exception {\n\n Configuration conf = fs.getConf();\n conf.set(KEY_LOGGING_CONF_STRING, loggingFlag.toString());\n URI uri = fs.getUri();\n ...
[ { "docid": "262938c0452641d044ba96aaa4fd9c66", "score": "0.6584613", "text": "private static void configureLogging() {\n log.myLog = LogManager.getLogger(\"Launcher\");\n ThreadContext.put(\"side\", \"launcher\");\n configured = true;\n \n Logging.fine(\"Injecting trac...
7fc79d21134f09ee003d433c32471181
change the focus to the given window
[ { "docid": "2e67b4cc113501a8bf7a2364ba7b2ea4", "score": "0.0", "text": "public static void show(Window win){\n\t\tgui.showWindow(win, GUIScreen.Position.CENTER);\n\t}", "title": "" } ]
[ { "docid": "7bce4497473ccc5db84c73432f515e5d", "score": "0.7467591", "text": "public void focus()\r\n {\r\n try\r\n {\r\n _driver.switchTo().window(_driver.getWindowHandle());\r\n }\r\n catch (Throwable exception)\r\n {\r\n\r\n }\r\n }", "ti...
0494b0e11063dd7863d0e4d073dcb5ec
Generate a session key using the specified password and key.
[ { "docid": "66e3de5089f9b29b3d55f0ab6482abe7", "score": "0.5242483", "text": "public byte[] generateSessionKey(String plainPwd, byte[] encryptKey, int alg)\n\t\tthrows NoSuchAlgorithmException {\n\n\t\t// Create the session key for the specified algorithm\n\n\t\tbyte[] sessKey = null;\n\t\tMessageDigest...
[ { "docid": "aa7dbd5719c86424c5f3ea5339d0c69f", "score": "0.6541871", "text": "private Key generateKey() throws Exception\n\t{\n\t\tKey key = new SecretKeySpec(keyValue, ALGO);\n\t\treturn key;\n\t}", "title": "" }, { "docid": "9fa6e24f52de9ebea24288d14c6db08e", "score": "0.6495888", ...
b02c77dc5c2efda3bbcfd2318eb8c42a
to fetch from CSV
[ { "docid": "abd8d70568fb25da5793d0ea0d133d2e", "score": "0.59842306", "text": "public List<Countries> getCsvData(String type) {\n\n String fileName = \"/coronavirus-dataset/\";\n switch (type) {\n case (\"newDeaths\"):\n fileName += \"new_deaths.csv\";\n break;\n case (\"ne...
[ { "docid": "d00724a32efb9bef0043c33c61a2e941", "score": "0.68910605", "text": "public void importFromCsv();", "title": "" }, { "docid": "5a79ed141b7b68b1c11834da5cac1f37", "score": "0.6750446", "text": "public static void fetchData() {\n try (BufferedReader csvReader = new Buf...
2331f26c07590dcb0f0e7a35c421204e
Describes the sorting of report rows. The order of the condition in the list defines its precedence; the earlier the condition, the higher its precedence. If no sort conditions are specified, the row ordering is undefined. repeated .google.ads.admob.v1.NetworkReportSpec.SortCondition sort_conditions = 5;
[ { "docid": "93ce911c7f9dd1dcd3701aedc6ec7b2c", "score": "0.5724373", "text": "public Builder clearSortConditions() {\n if (sortConditionsBuilder_ == null) {\n sortConditions_ = java.util.Collections.emptyList();\n bitField0_ = (bitField0_ & ~0x00000008);\n onChanged();\...
[ { "docid": "f5e441287d4c785882f88bc2140d74c7", "score": "0.7853538", "text": "com.google.ads.admob.v1.AdMobResourcesProto.NetworkReportSpec.SortCondition getSortConditions(int index);", "title": "" }, { "docid": "da70eb16c8d4d65d807259708929e3e6", "score": "0.7565917", "text": "java....
07a548397d69d0542473327d6840b90a
Returns the number of running processes, filtered by optional parameter values.
[ { "docid": "626c756ed7e37b06a67aaa3bec5712ef", "score": "0.5897952", "text": "int getRunningProcessSize(String packageId, String processId, String processName, String version);", "title": "" } ]
[ { "docid": "16675a369ecad9c215fc6e790fbde17d", "score": "0.6199299", "text": "public int getNumTaskProcesses()\n {\n return numTaskProcesses;\n }", "title": "" }, { "docid": "2f5bd783bd4c9b2c023a6237f37f3bc5", "score": "0.5777032", "text": "public int sizeProcess() {\n\t\tre...
b2f3238f00e0c502127dda2b8440548c
end of main method
[ { "docid": "46dd01df0f42597e011175f58f541e0d", "score": "0.0", "text": "private static void printCorrectPercentage(int correct, int total) {//start of printCorrectPercentage function, which takes in the correct number of questions the user has answered and the total number of questions the user has answ...
[ { "docid": "558dd9fdb92e1ef920f265687e4120fe", "score": "0.72474927", "text": "public static void main() {\n\t\t\r\n\t}", "title": "" }, { "docid": "fbd351fcd44dec975ff4bcb47952ba79", "score": "0.70569843", "text": "public void main() {\n\n\t}", "title": "" }, { "docid": ...
617b1b9bf885d814b8f3cbbc7e34d02b
Attempt to create server socket and connect to port
[ { "docid": "102ad4ce2220ac8d99ef4f4a97ec6bb5", "score": "0.0", "text": "public static void main (String args[])\n {\n try {\n server = new ServerSocket(PORT);\n System.out.println(\"PORT connection successful\");\n } catch (IOException io) {\n System.out...
[ { "docid": "92a82549e41f6fe215de6ac9ee6eea66", "score": "0.7917514", "text": "private static void createSocket() {\r\n final String address = \"127.0.0.1\";\r\n final int port = 23456;\r\n while (true) {\r\n try {\r\n clientSocket = new Socket(InetAddress.g...
994c98969ef29f198e774414f73a516f
Set the price of the RentARide membership.
[ { "docid": "b1e4e88cbed11fcb6ffbc2d736cbe476", "score": "0.74721026", "text": "public void setMembershipPrice( int membershipPrice );", "title": "" } ]
[ { "docid": "6e07cc71539a5f0f55416459930aed21", "score": "0.7169588", "text": "public void setPrice(double p)\n {\n price = p;\n }", "title": "" }, { "docid": "1aa9438f9b1d22596568d9dc3e0145ed", "score": "0.7078605", "text": "@Override\n public void setPrice(Double new...
4bf2ea1ce1ec6e94d7ec33de387ad30f
Creates a BackupDBTables object instance
[ { "docid": "dc2cf23649f69d556fc6aa3be636ed39", "score": "0.57273674", "text": "public BackupDBTables(Connection connection, Component parentComponent){\n this.tableName = null;\n this.backupTableName = null;\n this.parentComponent = parentComponent;\n this.connection = connec...
[ { "docid": "28d7c468d673b2013d903ece7acdb393", "score": "0.67535603", "text": "TableName createTableName();", "title": "" }, { "docid": "b8d2a70897ab94a6488e59b840cd2812", "score": "0.66465247", "text": "public void createTables(){\n \n }", "title": "" }, { "doc...
b0d8f504008eb65b1bf24ebae2894f08
Determine whether the current production is generic.
[ { "docid": "28667296f0275fb2792835a53570207c", "score": "0.8449519", "text": "protected boolean isGeneric() {\n return Generifier.isGeneric(production);\n }", "title": "" } ]
[ { "docid": "ddab0020ce2ccf320606bcc4ffb0081a", "score": "0.5933747", "text": "public boolean isSpecial() {\n return \"SPECIAL\".equals( configId );\n }", "title": "" }, { "docid": "f9094acdb57adb25fdf9831cc86e9e75", "score": "0.5896975", "text": "public static boolean canBeGeneri...
7dd0be108f717d15380a0390c1932843
/ viewApplications print all the applications
[ { "docid": "fb3cbd1d02dbe48c0f67193c17af9c44", "score": "0.8336431", "text": "public void viewApplications() {\n\t\tif(Driver.appRequestList.isEmpty()) {\n\t\t\tSystem.out.println(\"\\nThere are no pending applications at this time.\");\n\t\t}\n\t\t\n\t\telse {\n\t\t\tSystem.out.println(Driver.appReques...
[ { "docid": "b92efa7c8939d98822901b61a5f4f810", "score": "0.7600688", "text": "public void view()\n {\n \n for (Appliance ap : ListApps) \n {\n\t\t\tSystem.out.println(ap.getClass().getName() + \" \" + ap.toString());\n\t}\n }", "title": "" }, { "docid": "d6d1b2d49914a00e4ea82...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "afd5ff263401ea5027fb2dadb9936f59", "score": "0.0", "text": "@Override\n\tpublic void validateBusiness() throws DtoValidationException {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
0c3cabc61479bcdc87a375ff75b250ae
Run the void setValidFromDate(String) method test.
[ { "docid": "1b730609f5a2ce90f58b78e089c2f766", "score": "0.7610552", "text": "@Test\n\tpublic void testSetValidFromDate_fixture18_1()\n\t\tthrows Exception {\n\t\tAddressDetails fixture = getFixture18();\n\t\tString value = \"0123456789\";\n\n\t\tfixture.setValidFromDate(value);\n\n\t\t// add additional...
[ { "docid": "9148e150f12a4348b6e6dd61413ad9e7", "score": "0.7602876", "text": "@Test\n\tpublic void testSetValidFromDate_fixture28_1()\n\t\tthrows Exception {\n\t\tAddressDetails fixture = getFixture28();\n\t\tString value = \"0123456789\";\n\n\t\tfixture.setValidFromDate(value);\n\n\t\t// add additional...
85c621f37428f9fe1582663d198b6eb4
Returns the id of the product
[ { "docid": "45a910688854349a301090e0262d0902", "score": "0.0", "text": "public int getId() {\n return this.id;\n }", "title": "" } ]
[ { "docid": "5b6bb1ce2e09e243fe8a076aa067d68e", "score": "0.7985838", "text": "public int getProductID()\n\t{//Return the ID of a product.\n\t\treturn productID;\n\t}", "title": "" }, { "docid": "3941b29722c85307bb2ee956ebb41428", "score": "0.7803689", "text": "@Override\r\n\tpublic L...
af626d35683bc6695ae0dccaac564b04
Draws the specified string.
[ { "docid": "e96e59cebd5348abf8f4b81fd9df84ec", "score": "0.7608714", "text": "@Override\n public int drawString(String text, int x, int y, int color) {\n return this.drawString(text, x, y, color, false);\n }", "title": "" } ]
[ { "docid": "31b82a54d93804f505404eaba19d29e7", "score": "0.8429499", "text": "public abstract void drawString(String str, int x, int y);", "title": "" }, { "docid": "0743ddd63350b72e16b73038fe723b8b", "score": "0.7792092", "text": "public abstract double drawString(AEColor clr, doubl...
26139a9c7b40eff2d479d3d810f384df
Get que devuelve un boolean.
[ { "docid": "2685a1c000a75bd878755ebbcd267dd3", "score": "0.0", "text": "public boolean getVisitado() {\n\t\treturn visitado;\n\t}", "title": "" } ]
[ { "docid": "3bf0c82d00247c8f28eba4f65335d4bc", "score": "0.88866496", "text": "boolean getBool();", "title": "" }, { "docid": "c089c38e01ed7813a87c32aae2938bd1", "score": "0.87238157", "text": "Boolean getBooleanValue();", "title": "" }, { "docid": "b409a74629f3234ba5d8e4...
5b08dc3f9448cc8bf948bae8c21399f5
This method returns a set of candidates for each word in devwords.txt .
[ { "docid": "d06ae62b83d51dfe68626a3652946e10", "score": "0.0", "text": "public List<TupleT> getCandidates(HashMap<List<String>, Double> t, String e, int limit)\n {\n ArrayList<TupleT> filteredT = new ArrayList<TupleT>();\n Iterator<List<String>> iter = t.keySet().iterator();\n wh...
[ { "docid": "56cdca82bc62d9c16a2a1a45380b8a96", "score": "0.6386495", "text": "public void findAllWords() {\n\t\t \n\t\t try {\n\t\t\t \n\t\t\t BufferedReader in = new BufferedReader(new FileReader(inputFile));\n\t\t\t String line = in.readLine();\n\t\t\t String[] text = line.split(\" \");\n\t\t\t for (i...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5b8449a6ffbd2afe0a5623a58224512f", "score": "0.0", "text": "@Override\r\n\t\tpublic void mouseExited(MouseEvent arg0) {\n\t\t\t\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}", ...
a1a9a8a09453efc1e8cd85483130ce05
Sort the Time Blocks
[ { "docid": "023e0674f771b683e4a87cb7d474caf8", "score": "0.6324579", "text": "public int compare(TimeBlock tb1, TimeBlock tb2) {\n\t\t\t\tif (tb1 != null && tb2 != null)\n\t\t\t\t\treturn tb1.getBeginTimestamp().compareTo(tb2.getBeginTimestamp());\n\t\t\t\treturn 0;\n\t\t\t}", "title": "" } ]
[ { "docid": "4f92567c4313bf17f3cbbc0163e6c888", "score": "0.7169954", "text": "public void sortByTime() {\n\t\tCollections.sort(playableList, new CmprTime());\n\t}", "title": "" }, { "docid": "5577c2ac72695c16d0c442710681010d", "score": "0.65984005", "text": "public void sort() {\n ...
8025923dbe2ddfc470d7b9f51be4bf4a
Method untuk print data
[ { "docid": "c6e29196190d01f7511648a7100a85d2", "score": "0.7824268", "text": "public void printData (){\n System.out.println(\"====Recruiter====\");\n System.out.println(\"ID : \" + id);\n System.out.println(\"Name : \" + name);\n System.out.println(\"Email : \" + email);\n ...
[ { "docid": "d4eee803eef00911cedb2978a436bda8", "score": "0.7801556", "text": "public void printData() {\n\t\tSystem.out.println(this.name + \":\");\r\n\t\tSystem.out.println(\"Resource Total: \" + this.resource);\r\n\t\tSystem.out.println(\"\\nPlanets:\");\r\n\t\tfor (int i = 0; i < this.planets.size();...
c780a9ed155676409c639898801a9a4e
Iteration with LinkedList (FIFO) w/o temp list
[ { "docid": "f8e890fe4558ea44105edf450c218575", "score": "0.0", "text": "public static List<String> letterCombinations3(String digits) {\n\t\tLinkedList<String> res = new LinkedList<String> ();\n\t\tif (digits.isEmpty()) \n\t\t\treturn res;\n\t\tres.add(\"\");\n\t\t\n\t\tString[] str = new String[] {\"\"...
[ { "docid": "213bd731c0f5187af2fa515a7ba30c27", "score": "0.6038458", "text": "public Solution_225() {\n deque = new LinkedList<>();\n }", "title": "" }, { "docid": "63a70053df2017a3a1233a765ba02c07", "score": "0.603751", "text": "public void run() {\n LinkedList<Even...
e477019c325924bed99d369799a300cb
Epoch 1 Jan 1970 00H00M00S000MS
[ { "docid": "dc7f279df342f77ca9dc2fd88cbfa3dc", "score": "0.0", "text": "private void calculateTime() {\r\n long time = millis;\r\n // Substract one to the month to specify 0-based month in GregorianCalendar\r\n GregorianCalendar gc = new GregorianCalendar(year, month - 1, day, hour,...
[ { "docid": "032e6dfead42079155d5959dfd67cb9c", "score": "0.7092392", "text": "long getTimestampFromEpoch();", "title": "" }, { "docid": "6899f4f2054f421d91154a15586a24b4", "score": "0.69007206", "text": "int lastKnownEpoch();", "title": "" }, { "docid": "7d70eab6ca0b59359...
476d357f6fc0901082c97f3548b6d5ce
/ Do not attempt to create an instance of this class!
[ { "docid": "4a153c97916187e76cfa6b14416a2d93", "score": "0.7023129", "text": "private Example() {\n\t\tthrow new Error(\"no instantiation is permitted\");\n\t}", "title": "" } ]
[ { "docid": "1a99b3a047a548e9bddf06dab6f38cd7", "score": "0.72947407", "text": "private Rekenhulp()\n\t{\n\t}", "title": "" }, { "docid": "1278cded58b027c2dd77a8bbe1fa44fb", "score": "0.6981774", "text": "protected Problem() {/* intentionally empty block */}", "title": "" }, {...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e48735df291781a8426fb9c25e4a7d0c", "score": "0.0", "text": "public Terrain getTerrain() {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
978e0620bf501c416187f1bc9d920415
Checks if this piece can legally move to position (x,y). Kings may move one space in any direction.
[ { "docid": "70ce596f4052278abb7af5b1df12a9dc", "score": "0.7251903", "text": "@Override\r\n\tpublic boolean canMove(int x, int y){\r\n\t\tif(x<0 || x>7 || y<0 || y>7)\r\n\t\t\treturn false;\r\n\t\tif(Chess.board[y][x].toString().charAt(0)==color)\r\n\t\t\treturn false;\r\n\t\tboolean normalMove = (this....
[ { "docid": "45f035b085ee01610c94d1f7666d2dc7", "score": "0.776771", "text": "private boolean isValidMove(int x, int y) {\n return true;\n }", "title": "" }, { "docid": "a1550d0b8e41546341838141c59ba258", "score": "0.77581936", "text": "private boolean isValidMove(in...
b81f3ecc777752bb5964339ffff1d7b3
optional string nameSpace = 10;
[ { "docid": "850ba60910a8489f875393e8705f376c", "score": "0.0", "text": "public Builder setNameSpaceBytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n checkByteStringIsUtf8(value);\n \n nameSpace_ = value;\n on...
[ { "docid": "f970fe858a8544c0fc7dcfa29f6348fd", "score": "0.7640606", "text": "String getNameSpace();", "title": "" }, { "docid": "f970fe858a8544c0fc7dcfa29f6348fd", "score": "0.7640606", "text": "String getNameSpace();", "title": "" }, { "docid": "da41759ce72e7f99c1ba174a...
0ee112e07e4b34abdc0f06438db80336
Get an amount of array elements.
[ { "docid": "ca44c6e00563a180907c53d89a47c47a", "score": "0.6023908", "text": "public int size() {\n return elements.size();\n }", "title": "" } ]
[ { "docid": "7bb0597af24fe47584c1080bb190e4dd", "score": "0.7583037", "text": "long getNrOfElements();", "title": "" }, { "docid": "07c7cac77fc18dc07560b42e6c7d04a7", "score": "0.73580605", "text": "public int getArrayLength();", "title": "" }, { "docid": "8460046a72bdf4a4...
e23bd5a27b3394bd79f5abf45245c83b
/ Access modifiers changed, original: 0000
[ { "docid": "53c435d871cddb5ccdccbaba8bc02a98", "score": "0.0", "text": "public void j(Expiration expiration) {\n this.anH = expiration;\n aFk();\n }", "title": "" } ]
[ { "docid": "092f51e9c99cd4188e1aae23e1830dfd", "score": "0.6752089", "text": "protected void func_70626_be() {}", "title": "" }, { "docid": "7962d153e783ad8caa520c66a0ffeeca", "score": "0.66652423", "text": "@Override\n\tpublic int getModifiers() {\n\t\treturn 0;\n\t}", "title": ...