query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
6088806ea0a60b7f3d56f5630dd3f67f
Returns National Weather Service digital weather forecast data encoded in GML for a single time
[ { "docid": "c2990ab47276e34a15ba0462aa517832", "score": "0.0", "text": "@WebMethod(operationName = \"GmlLatLonList\", action = \"https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#GmlLatLonList\")\n @WebResult(name = \"dwGmlOut\", partName = \"dwGmlOut\")\n public String gmlLatLonList(\n ...
[ { "docid": "c6568ae0d004a307773c89bf8be2de5d", "score": "0.5572592", "text": "public void getTemperature() throws ParsingException, IOException {\n Builder builder = new Builder();\n Document doc = builder.build(\"https://tinyurl.com/y827e3dh\");\n\n //get current temperature in cel...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "bac89861bce668df39a80805a1b5f6ea", "score": "0.0", "text": "@Override\r\n\tpublic void onAnimationStart(Animation animation) {\n\t\tisNet=NetUtils.isNetConnected(this);\r\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69747204", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.680673", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\t...
0346de4d0b15cfc6fb611cb48a1b5ed5
Gets the argument names for a function.
[ { "docid": "78a779e0e56492a2969fc3b3aebef2d5", "score": "0.74909294", "text": "private List<String> getArgumentNames(IBinding funcBinding) throws DOMException\n\t{\n\t\tList<String> names = new ArrayList<String>();\n\n\t\tif (funcBinding instanceof IFunction)\n\t\t{\n\t\t\tIFunction func = (IFunction) f...
[ { "docid": "4ceac334e6f2d0265aa96d879c1a6760", "score": "0.64769465", "text": "public String getFunctionArgs() { return fFunctionArgs; }", "title": "" }, { "docid": "36071b1b763912c862c857ed1d45e4db", "score": "0.6176605", "text": "String[] variablesNames();", "title": "" }, ...
3a49c2d77944ed9bf32a96cda07042df
On Click// Opens the second activity if an entry is clicked
[ { "docid": "9df6aa1e94b1c7033c7753f41383176b", "score": "0.0", "text": "@Override\n\tprotected void onListItemClick(ListView l, View v, int position, long id) {\n\t\tsuper.onListItemClick(l, v, position, id);\n\t\tCursor cursor = adapter.getCursor();\n\t\tcursor.moveToPosition(position);\n\t\tString dat...
[ { "docid": "305b536d0b88bbbfe9b0244ef3d9a75c", "score": "0.69934326", "text": "@Override\n public void onClick(View view) {\n // Create a new intent to open the {@link SecondActivity}\n Intent secondActivityIntent = new Intent(MainActivity.this, SecondActivity.cl...
8d934e95f0e28b5ecd1eedacfff4776a
$ANTLR end StringLiteral $ANTLR start BackslashSequence
[ { "docid": "2006ca68f24e867212fa50991b7e733f", "score": "0.6141491", "text": "public final void mBackslashSequence() throws RecognitionException {\n try {\n // JS.g:963:2: ( BSLASH ~ ( LineTerminatorChar ) )\n // JS.g:963:4: BSLASH ~ ( LineTerminatorChar )\n {\n ...
[ { "docid": "b1795e612fa0d5c8c665563746328b91", "score": "0.6463161", "text": "public void mEscapeSequence() throws RecognitionException {\n try {\n ruleNestingLevel++;\n // /Users/nm/Projects/eclipse_workspaces/lunareclipse/net.sf.lunareclipse/grammar/Lua.g:212:9: ( '\\\\\\\...
8a6057852aaa3d1779b341b4678da9d1
/ access modifiers changed from: 0000
[ { "docid": "4a086a26f10c8f732554d35d6a448c3e", "score": "0.0", "text": "public void a(ValueReference<K, V> valueReference) {\n ReferenceEntry b2 = valueReference.b();\n int c2 = b2.c();\n b(c2).a(b2.d(), c2, valueReference);\n }", "title": "" } ]
[ { "docid": "849694ebcb0f3deb1486555ab5881265", "score": "0.6731328", "text": "private I000005() {\r\n\t}", "title": "" }, { "docid": "8767ced22aa4a3b92e8c276ad6561981", "score": "0.66456634", "text": "private attrib_mod()\n\t{\n\t}", "title": "" }, { "docid": "288fd3ee71b...
c168778c7643e16b4759db63da416ef8
Obtain the path, two levels from provided path.
[ { "docid": "e5b0fb217044d4ed5690572b60bb53bf", "score": "0.0", "text": "private Path safeGetParentsParent(Path path) {\n if (path.getParent() != null && path.getParent().getParent() != null\n && path.getParent().getParent().getParent() != null) {\n return path.getParent().getParent().getP...
[ { "docid": "8b3e17db788ac0bc9fea8c41cabde5ee", "score": "0.6987296", "text": "Path getPath();", "title": "" }, { "docid": "d679e9d69bcad8922be30fbbde25baf3", "score": "0.68325865", "text": "String getRealPath(String path);", "title": "" }, { "docid": "b9a63b885f1223be09b1...
85f2db14c6b94d666f36a623d83c0de5
Find connected sign to our redstone trail.
[ { "docid": "b60a805a51004dc404e9ebf1a33dd361", "score": "0.61921114", "text": "private Block findConnectedSign(Block startBlock, ArrayList<Location> usedSigns)\r\n \t{\r\n \t\tLocation right = startBlock.getLocation();\r\n \t\tLocation left = startBlock.getLocation();\r\n \t\tLocation forward = startBlo...
[ { "docid": "115b21380b589a3dc51c86948bf3ce57", "score": "0.51522857", "text": "@NonNull Collection<Sign> signs();", "title": "" }, { "docid": "d5c28534581ce5cf980f9d6c8abdd697", "score": "0.51214904", "text": "public Sign getSign ()\n {\n return sign;\n }", "title": ...
8dfdb4678b89ef08d576eb498e0139ac
Appends keywords to an existing dialogue text.
[ { "docid": "d97ae41f5edd16067d7609d3b925e7d4", "score": "0.5418005", "text": "public static void appendKeyword(Player player, String keyword) {\r\n\t\tif (keyword.contains(\"#username\")) {\r\n\t\t\tkeyword.replaceAll(\"#username\", player.playerName);\r\n\t\t}\r\n\r\n\t\tif (keyword.contains(\"#name\")...
[ { "docid": "43830d3172cc13deef64004f3611d236", "score": "0.6174465", "text": "@Override \n\t\t public void onClick( \n\t\t DialogInterface dialog, \n\t\t int which) {\n\t\t ...
7ce773be007106d7345c0904393ac978
map the general parameter
[ { "docid": "74cf451a81f66a3d7de495ce6faefb41", "score": "0.0", "text": "public static NeuralNetworkBuilder mapProtoBufTrainConfigToBuilder(NeuralNetworkBuilder neuralNetworkBuilder, ProtoBufWrapper.SolverParameter solverParameter)\n\t{\n\t\tif (neuralNetworkBuilder == null)\n\t\t{\n\t\t\tthrow new Illeg...
[ { "docid": "76b687f02ec5616ce3a786a1a46b90d7", "score": "0.64985764", "text": "private void collectParameter(ClassNode node, Map<String, ClassNode> map) {\n if (node == null) return;\n if (!node.isUsingGenerics() || !node.isRedirectNode()) return;\n GenericsType[] parame...
a17da82179446058b7eae990c06378e0
TODO will have to add stuff so this animates better later TODO: Want to have one that fires like a projectile basic but stops at the first thing?
[ { "docid": "1dc721a7284c9073e840b67667a876df", "score": "0.0", "text": "private ProjectileBeam(Tower parent, Projectile mold, float targetAreaRadius) {\n\t\tsuper(parent, mold);\n\t\tthis.speed = 0;\n\t\tspeed = currentSpeed = GameConstants.BASE_SPEED_PROJECTILE_BEAM;\n\t\tthis.targetAngle = 0;\n\t}", ...
[ { "docid": "01140927ab16a019e03224b3b5f17c82", "score": "0.70134944", "text": "public void pumpAnimation() {\n\t\tBattle.newExplosion(new Explosion(pos[0],pos[1],9));\n\t\tMain.sound.loadSpecialSound();\n\t\tMain.sound.playHitSound(atts[0]);\n\t}", "title": "" }, { "docid": "4b22689cc98c2223...
4adaf9cd0b75ecc502f3b87aaefb9fba
Generic way to define if a region supports any brand prefix info on the quick order page
[ { "docid": "ddc0f7f7a86d35cbd56a86ab4eb2c1ab", "score": "0.7864878", "text": "public boolean hasQuickOrderBrandPrefixInfo();", "title": "" } ]
[ { "docid": "0308d87d08a569983312396ce7cf6717", "score": "0.7720293", "text": "public boolean hasUploadBrandPrefixInfo();", "title": "" }, { "docid": "170bce266a445798c648e909f02bb784", "score": "0.6771854", "text": "boolean hasListingBrand();", "title": "" }, { "docid": "...
768f6ada5fbf66b3d106b93fe6aa2bda
optional string speak_msg = 5; optional string speak_msg = 5;
[ { "docid": "215899a8109f38f9402215ae12186c67", "score": "0.6509867", "text": "boolean hasSpeakMsg();", "title": "" } ]
[ { "docid": "7a665dfda1d46671f24380aae4ada8cb", "score": "0.7145576", "text": "java.lang.String getSpeakMsg();", "title": "" }, { "docid": "a842ac2d3637f6926ca51add2dd5931c", "score": "0.6393457", "text": "public Builder setSpeakMsg(\n java.lang.String value) {\n if (v...
175b9efce36579a44d21aa6f8809936c
Test if the method returns the same conference location as what we initialized.
[ { "docid": "f7ea5b6d1f244d4a2cccb7bd65d5acaf", "score": "0.7325956", "text": "@Test\n public void getConferenceLocation() {\n Assert.assertEquals(\"seattle\", this.conferenceProceeding.getConferenceLocation());\n }", "title": "" } ]
[ { "docid": "258540ac184496297c7b08656b1d18fd", "score": "0.6835082", "text": "@Override\n public boolean getLocation() {\n return _meetingRoom.getLocation();\n }", "title": "" }, { "docid": "ed92083871d305d3eac4fb256907fc79", "score": "0.65926516", "text": "@Override\n ...
dc30c45155022e756de7ee73502c8914
Get Authentication object for Twitter API.
[ { "docid": "c1c0b177560237422e5882a58af5b5d7", "score": "0.6870761", "text": "public Authentication getAuthentication() {\n return new OAuth1(consumerAPIKey, consumerSecretKey, accessToken, accessTokenSecret);\n }", "title": "" } ]
[ { "docid": "8963e21b34c65f4947896043a9886fe6", "score": "0.69963", "text": "public Twitter getInstance() {\n return getInstance(AuthorizationFactory.getInstance(conf));\n }", "title": "" }, { "docid": "f5b689d2ee9dd6569ed849ac2e58e649", "score": "0.6878279", "text": "public...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0c1153a65a12881050141b0535995480", "score": "0.0", "text": "@Override\n\t\t\tpublic void onStartTrackingTouch(SeekBar seekBar) {\n\n\t\t\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...
844026bdb9ce0856946a3c7cdcb4a83d
A single bauble is drawn at the corresponding position. Its colour is randomly selected out of red, blue, and yellow.
[ { "docid": "76fa8a93e25f7c3d8e84b82666e7e346", "score": "0.6392579", "text": "public void drawBauble(Graphics g, int x, int y, int scale) {\n int i = (int) (3 * Math.random());\n switch(i) {\n case 0 : g.setColor(new Color(200,0,0)); break; // red\n case 1 : g.setColor(new ...
[ { "docid": "0a97463e336ccb004dd9c39edffdc4d2", "score": "0.68105567", "text": "public Shape() {\n Random generator = new Random();\n this.width = randomRange(10, 30); \n this.height = width;\n this.x = generator.nextInt(400-width);\n this.y = generator.nextInt(400-height);\n \n if(...
6f8d7f7b075f1dd40d56c5f4f8ba1862
/ Getters and setters
[ { "docid": "a3f4b6f99353c810496a36e7ae04ffc3", "score": "0.0", "text": "public Node getNode() {\n return node;\n }", "title": "" } ]
[ { "docid": "af3783f15445887e2290c54c0fab0358", "score": "0.70921284", "text": "public void set() {\n\n\t}", "title": "" }, { "docid": "62bee2d9a079e90c8f727bc3c27f232e", "score": "0.6879122", "text": "@Override\n\tpublic void set() {\n\t\t\n\t}", "title": "" }, { "docid":...
5deef697cbc7d8172cc17472ddb6fa11
insert/update value if the key exists, return the old value if not, return null
[ { "docid": "c40b230b6993712c4513ebc94dfe122a", "score": "0.55278146", "text": "public V put(K key, V value) {\n int index = getIndex(key);\n Node<K, V> head = array[index];\n Node<K, V> node = head;\n\n while (node != null) {\n if (equalsKey(node.key, key)) {\n ...
[ { "docid": "fdde22a8d5e71de4e97a0d66bb4510d9", "score": "0.683598", "text": "private V putForNullKey(V value) {\n\t\tfor (Entry<K, V> e = table[0]; e != null; e = e.next) {\n\t\t\tif (e.key == null) {\n\t\t\t\tV oldValue = e.value;\n\t\t\t\te.value = value;\n\t\t\t\te.recordAccess(this);\n\t\t\t\treturn...
b4d40191386ae83603b8f8498690ee4e
This method will be called each time the number of available audio devices has changed.
[ { "docid": "ddd4de60ec54f97e207379331abddbab", "score": "0.7350817", "text": "@Override\n public void onAudioDeviceChanged(\n AppRTCAudioManager.AudioDevice audioDevice, Set<AppRTCAudioManager.AudioDevice> availableAudioDevices) {\n onAudioManagerDevicesChang...
[ { "docid": "fae49474216183dd9ae506d361295573", "score": "0.67032117", "text": "protected abstract void fireAudioAvailable();", "title": "" }, { "docid": "450b1ac239e39014e87f6b086e42edf9", "score": "0.65309393", "text": "private void onAudioManagerDevicesChanged(\n final A...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "e28dd2e11dea8b8be7ef5e83520f791a", "score": "0.0", "text": "public void setArrayOfUserAmountLogInfo(ArrayOfUserAmountLogInfo param) {\r\n this.localArrayOfUserAmountLogInfo = param;\r\n }", "title": "" } ]
[ { "docid": "62bee2d9a079e90c8f727bc3c27f232e", "score": "0.75171316", "text": "@Override\n\tpublic void set() {\n\t\t\n\t}", "title": "" }, { "docid": "010e2dcf6c26c7e2f140c801cbc74fbc", "score": "0.7372426", "text": "@Override\r\n\tpublic void set(Object arg0) {\n\t\t\r\n\t}", "...
d71653b3692769e3c1b5743380d4ebf3
Converts a date to ISO time.
[ { "docid": "32dae95e1752feefeea39f590c0002ea", "score": "0.73269004", "text": "public static String _toISOTime(Date time)\n\t{\n\t\tDateFormat iso = new SimpleDateFormat(\"yyyy-MM-dd'T'HH:mm:ssZ\");\n\t\treturn iso.format(time);\n\t}", "title": "" } ]
[ { "docid": "a04f711180543e7d727b4a106df4cdbb", "score": "0.65194684", "text": "public static String timestampToISOString(Date date) {\n if (isNullDate(date))\n return \"\";\n return MessageFormat.format(\"{0,date,yyyy-MM-dd} {0,time,HH:mm:ss.S}\", date);\n }", "title": "" }, { "d...
6541ab40a5089e4263fbf027f3d7327d
Test when the reporting of host_log is returning null, in this case we don't log anything.
[ { "docid": "b4601de93a04727500f6c8bf4ba9fb32", "score": "0.6341982", "text": "@Test\n public void testInvoke_noBuild_noHostLog() throws Throwable {\n EasyMock.expect(mMockBuildProvider.getBuild()).andReturn(null);\n setupInvoke();\n setupMockFailureListeners(\n new...
[ { "docid": "9d63d95ff4dd03debebd9bf67330e507", "score": "0.60944206", "text": "@Test\n public void reportEmptyNetworkTechnology() {\n // given\n SessionImpl target = createSession().build();\n\n // when\n target.reportNetworkTechnology(\"\");\n\n verify(mockLogger, ...
f965965c7f97b236a0e957d8b6ee5d27
Function that activates LockChoicesGUI.
[ { "docid": "cdabcf4715022b5d0d8164041ad391cf", "score": "0.5605627", "text": "public void showChoices() {\n\t\tframe.setVisible( true );\n\t\tframe.setResizable( false );\n\t\tframe.setDefaultCloseOperation( JFrame.DO_NOTHING_ON_CLOSE );\n\t\tframe.getContentPane().add( panel2, BorderLayout.CENTER );\n\...
[ { "docid": "d54e778c1cc540f026bcbfb3c95cc8d3", "score": "0.65796256", "text": "public LockChoicesGUI( LoginToServer loginToServer ) {\n\t\tframe = new JFrame();\n\t\tthis.loginToServer = loginToServer;\n\t\t\n\t\tlockBtn1.setFocusable(false);\n\t\tlockBtn2.setFocusable(false);\n\t\t\n\t\tpanel.add( lock...
3002ea8a1b8077ebe29dc161acfda48d
it will check if the cluster has the machine with the given host name and if the cluster has the machine with the host name it will add the service to it
[ { "docid": "bc59a5560be7466f75a6f58eda655de3", "score": "0.7177051", "text": "@Override\n\tpublic String SERVICE_OP_ADD_SERVICE(String name , String url , String host) {\n\t\tif(machines.containsKey(host)) {\n\t\t\tMachine machine = machines.get(host);\n\t\t\tif(machine.validate(name , host)) {\n\t\t\t\...
[ { "docid": "9d870385265a4f4634fa9608db567285", "score": "0.6836025", "text": "@Override\n\tpublic String SERVICE_OP_ADD_INSTANCE(String name, String host) {\n\t\tif(machines.containsKey(host)) {\n\t\t\tMachine machine = machines.get(host);\t\n\t\t\tString url = load.getUrl(name);\n\t\t\tif(machine.addIn...
c07b105b334eb72780da6fc568c2d038
/ ======================================================= Getter und Setter ========================================================
[ { "docid": "3063e625bbab274731dabde55a4d9722", "score": "0.0", "text": "public Integer getId() {\n\t\treturn this.id;\n\t}", "title": "" } ]
[ { "docid": "6754b5dbf617cd4b6315568f4ba45bc3", "score": "0.63645613", "text": "@Override\n protected void initialize() {}", "title": "" }, { "docid": "6754b5dbf617cd4b6315568f4ba45bc3", "score": "0.63645613", "text": "@Override\n protected void initialize() {}", "title": "" }...
6ecfef80d352ad8c269904540418482c
Instantiates a new qualification extension page.
[ { "docid": "ca62609b87dedfaed5db9274aa5160c8", "score": "0.64537835", "text": "public QualificationExtensionPage(JTree jtree) {\n super(jtree);\n String[] assertAttributes = Util.addNoSelectionEntry(Configuration.getInstance().getAssertAttributes());\n\n assertAttributeModel = new D...
[ { "docid": "e9539df54d3d2b3593582084d9ec8952", "score": "0.5820097", "text": "public ISearchPage createObject() throws CoreException {\r\n if (fCreatedPage == null) {\r\n fCreatedPage= (ISearchPage) fElement.createExecutableExtension(CLASS_ATTRIBUTE);\r\n //fCreatedPage.setTitle(getLabel())...
25e98ddb1e2c2c4d538c09166fce9dd6
0: date , 1: time
[ { "docid": "a56668b8fc187817ff52d856550260a6", "score": "0.0", "text": "private boolean checkTwoCourseExam(Offering offer1 , Offering offer2){\n String[] examTime_offer1_start = offer1.getExamTimeStart().split(\"T\" , 2);\n String[] examTime_offer1_end = offer1.getExamTimeEnd().split(\"T\"...
[ { "docid": "838548d4bc2156e08645557ecb4baf98", "score": "0.66415197", "text": "public String getDateTime(){\n\t return date_time;\n }", "title": "" }, { "docid": "c9e11b19357c1ebe2f3e633d6e59d709", "score": "0.6540176", "text": "public String getTime() { return this.time; }", ...
5d6237857363bf25e1a858a4690aa88a
new board, doMove on pit 1
[ { "docid": "b8e022be6629eb155d75b85b3b6124da", "score": "0.0", "text": "@Test\n public void startMoveOnPitOneAtStartUp()\n {\n SmallPit pit = new SmallPit();\n\n pit.doMove();\n\n Assert.assertEquals(0,pit.getNumStones());\n Assert.assertEquals(5,pit.testHelperGetNumX(3...
[ { "docid": "c80d83089ac17f348237a3aed0f9b7e9", "score": "0.7699789", "text": "public void doMove(Board board);", "title": "" }, { "docid": "48051312be7ac1011ffd3b6af5ee4a54", "score": "0.7380665", "text": "public final void makeMove(){\n \n int row, col;\n \n ...
55e3b199394fb5901404c232548ef80a
Transfers some amount of money to another bank account
[ { "docid": "aef0a4443356392a6deee73f13e33630", "score": "0.68910855", "text": "public void transfer(BankAccount transferTo, double amount) throws InsufficientFundsException, AccountFrozenException{\n //a bank account must not be null in order to check if it's frozen or not (see below comment)\n ...
[ { "docid": "d3a106842e9c89ede70175a0c18c6f31", "score": "0.8311439", "text": "void transfer(int fromAccountId, int toAccountId, long amount) throws InsufficientFundsException;", "title": "" }, { "docid": "1dd017ef634d2d01bd66839dfc01cd36", "score": "0.82622993", "text": "void transfe...
e614d381c2e99304ba01aaa22a49bbbd
map&lt;string, string&gt; field = 1;
[ { "docid": "910511d338e6b9455add21e40ec644bd", "score": "0.0", "text": "java.lang.String getFieldOrThrow(\n java.lang.String key);", "title": "" } ]
[ { "docid": "66b2864466de7bfe25bac18d50ca4fb1", "score": "0.73631966", "text": "java.util.Map<java.lang.String, java.lang.String>\n getFieldMap();", "title": "" }, { "docid": "6da5e300d225b1ea1472aa14c3e49098", "score": "0.6631786", "text": "protected MapField internalGetMutableMap...
6199e4910e0300ff90e6dc59860bd044
Returns timing information on all method executions on this class.
[ { "docid": "7c88570c84d4f2bf4af096d148c26cea", "score": "0.6283762", "text": "public List<MethodExecStats> getStatsByTotalTime() {\n\t\treturn getStats().stream().sorted(Comparator.comparingLong(MethodExecStats::getTotalTime).reversed()).collect(toList());\n\t}", "title": "" } ]
[ { "docid": "b61f7bbdc6216072a318af6485a87b80", "score": "0.6484193", "text": "public long getExecutionTime();", "title": "" }, { "docid": "6f38b53a8b755b09a61b8d4e28734abe", "score": "0.63967025", "text": "long getExecutionTime();", "title": "" }, { "docid": "406aa6a16687...
3986486615315f00eb1537f999ef96c6
Responsible for player registration where there is less than two players in the game
[ { "docid": "928617054fd05124decade229614ecff", "score": "0.5818712", "text": "Player registerPlayer() throws PlayerRegistrationException;", "title": "" } ]
[ { "docid": "b34391b489131477882996caac14eff3", "score": "0.6640019", "text": "protected void checkPlayerCount() {\n if (started) {\n int playerCount = players.size();\n if (playerCount < 2) {\n playerWon(playerCount == 1 ? players.get(0) : null);\n ...
a61f1173fb8af5073cc781ca28519a43
instantiate TLDTCore with CLI arguments
[ { "docid": "f66f136c218fa6ed646f02c28d513668", "score": "0.0", "text": "private void loadXmpKeyframes() {\n\t\ttry {\r\n\t\t\tthis.core = new TLDTCore(genCliOptions());\r\n\t\t\tthis.isInitDone = true;\r\n\t\t\tthis.isInterpolationDone = false;\r\n\t\t} catch (JSAPException e) {\r\n\t\t\te.printStackTra...
[ { "docid": "1b1d98128123e0bd8d3c8a0aa292fcfe", "score": "0.6402886", "text": "CommandLine() {\n }", "title": "" }, { "docid": "3d65a8636cdda88f9151e48cbbc20314", "score": "0.6164491", "text": "public abstract void init(String[] args);", "title": "" }, { "docid": "945e6...
6a82d831ec1ea9e961f7adcaf9244bc7
Sets the completion of this apply trn application form.
[ { "docid": "3f227ad2baa99088845950ad67953e42", "score": "0.6202482", "text": "public void setCompletion(int Completion);", "title": "" } ]
[ { "docid": "6a240cc79d50392db0542989e4d8e2d7", "score": "0.5894353", "text": "public void setCurrentCompletion(double completion) {\n \n // Do nothing if the completion rate remains unchanged. \n \t// Except if the completion is 0 : in this case, we enforce the rate's update\n if...
cdb599b9f18b30ada2c9c8a8bfc4e064
Gets the statsCollectionEnabled value for this StorageIORMInfo.
[ { "docid": "034d83cc1a26428953c8c1e3f761c054", "score": "0.8087143", "text": "public java.lang.Boolean getStatsCollectionEnabled() {\r\n return statsCollectionEnabled;\r\n }", "title": "" } ]
[ { "docid": "5eca8ae937e60a9fc97973457f5cc64d", "score": "0.67622644", "text": "public void setStatsCollectionEnabled(java.lang.Boolean statsCollectionEnabled) {\r\n this.statsCollectionEnabled = statsCollectionEnabled;\r\n }", "title": "" }, { "docid": "e9994d30447860f10b1b3c911cd6...
cf38df917b89343450ab663415e6a930
Gets a list of all virtual machines in a VM scale sets.
[ { "docid": "fe8b5e63fa68792c51a7bfbf26243714", "score": "0.45921388", "text": "@ServiceMethod(returns = ReturnType.SINGLE)\n private Mono<PagedResponse<VirtualMachineScaleSetVMInner>> listSinglePageAsync(\n String resourceGroupName, String virtualMachineScaleSetName, String filter, String sele...
[ { "docid": "738a32d77b6bfcaf8c82e64bb0f4ab2b", "score": "0.629541", "text": "public List<VirtualMachine> listVirtualMachines() {\n MachineOptions options = MachineOptions.builder().sync(false).build();\n VirtualMachinesWithNodeExtendedDto vms = context.getApi().getInfrastructureApi()\n ...
f49ac64ddbc4e175d9edb539cbfa246d
Clicks on Log in link
[ { "docid": "fa454de7b9896d2f212446c4fdf5d143", "score": "0.8066943", "text": "public void openLoginPage() {\n\t\tclick(logInLink);\n\t}", "title": "" } ]
[ { "docid": "c918539e9e03d424be48cb869e38d749", "score": "0.81712645", "text": "public void clickOnSignLink()\r\n\t{\r\n\t\tsignInLink.click();\r\n\t}", "title": "" }, { "docid": "4d705bd2d7821826c8b2f2b040d2fb08", "score": "0.79284364", "text": "public LoginPage LogINClick() {\r\n\t\...
156bb36c0f352a134f682e8b50420efc
error info required .b_error.info error = 1;
[ { "docid": "aafcd23d2e181ca3455c3d12337dee4a", "score": "0.54658747", "text": "public Builder mergeError(protodef.b_error.info value) {\n if (errorBuilder_ == null) {\n if (((bitField0_ & 0x00000001) == 0x00000001) &&\n error_ != null &&\n error_ != protodef.b_e...
[ { "docid": "5fbda42b91b70b6080aaaa0d562e6dce", "score": "0.80315435", "text": "protodef.b_error.info getError();", "title": "" }, { "docid": "5fbda42b91b70b6080aaaa0d562e6dce", "score": "0.80315435", "text": "protodef.b_error.info getError();", "title": "" }, { "docid": "...
478536bbccf5bf3946c2fa8eba4cc29a
Remove elements from a list List
[ { "docid": "f3743d0895c81ac0701ec0482470982f", "score": "0.0", "text": "public IntegerReply lrem(Object key0, Object count1, Object value2) throws RedisException {\n if (version < LREM_VERSION) throw new RedisException(\"Server does not support LREM\");\n return (IntegerReply) execute(LREM, new Co...
[ { "docid": "6eb5304a2059fb631f8b3605dd25c23e", "score": "0.7367392", "text": "private void removeItems( List list, int start, int end )\n {\n list.subList( start, end ).clear(); // remove items\n }", "title": "" }, { "docid": "02ecdf43a27d6e67351705b104a23456", "score": "0.7139...
5637669e2f4e6506681d33386a54eb22
Interface for controlling the notifications shade.
[ { "docid": "1103a7ad950a7322fdc3e2528c77a775", "score": "0.72670823", "text": "public interface NotificationsShadeController {\n /** Toggles the visibility of the notifications shade. */\n void togglePanel();\n\n /** Returns {@code true} if the panel is open. */\n boolean isN...
[ { "docid": "2ccaeef2c5250f567a3169dfaccd28b5", "score": "0.56523544", "text": "public void registerNotificationController(\n NotificationsShadeController notificationsShadeController) {\n mNotificationsShadeController = notificationsShadeController;\n if (mTopView != null) {\n ...
cce08ecad820a8d56d919d513c6c5735
Check lottery change boolean.
[ { "docid": "4342843f1219e23c7b4eb95871235834", "score": "0.6467598", "text": "Boolean checkLottery(String userId);", "title": "" } ]
[ { "docid": "0d3660a6968f24cc05c4a3de1962a6dc", "score": "0.6093694", "text": "@Test\n public void checkSameValue() {\n // stores the present value of a coin\n int present = c.checkStatus();\n // flips it\n c.flip();\n // checks the flipped value to the previous\n ...
2678639e68213674c13000c23463d108
get a list of individual objects who are not active
[ { "docid": "26e50714ed3fa513c2cf7566fbd9025e", "score": "0.5542689", "text": "public List<Individual> getListOfInactiveIndividuals() throws FileNotFoundException, IOException {\n\n\t\tif (individualList.isEmpty()) {\n\t\t\tindividualList = this.getListOfIndividuals();\n\t\t}\n\n\t\tinactiveIndObjList.cl...
[ { "docid": "23ef9a5e4846084dff662781797eaa5d", "score": "0.63235843", "text": "public ArrayList<Interno> getNoEliminadosYActivos(){\r\n ArrayList<Interno> internosRetorno = new ArrayList<>();\r\n for(int i=0; i<internos.size(); i++){\r\n if(!internos.get(i).estaEliminado() && in...
22cf4d51eba325d4afced68f2abaf380
Starts and stops BLE scanning from device Returns without changing mScanning value when BT is not on.
[ { "docid": "1ffd47db3d93d10466cc87834346adba", "score": "0.6200571", "text": "public static void startStopBLEScanning(final MainActivity activity, final boolean enable)\n\t{\n\t\tfinal int REQUEST_ENABLE_BT = 2;\n\n\t\tprepareBTAdapter(activity);\n\n\t\tif ( mHandler == null )\n\t\t\tmHandler = new Hand...
[ { "docid": "f2853e7d2af46b805637c33bd915e296", "score": "0.7509736", "text": "public void scanDevice() {\n // Ensures Bluetooth is available on the device and it is enabled. If not,\n // displays a dialog requesting user permission to enable Bluetooth.\n if (bluetoothAdapter == null...
42cad5cc3f436e9f61828a389131e2fc
TODO code application logic here
[ { "docid": "c7961c23bbd68f3d9177d967cc02cf33", "score": "0.0", "text": "public static void main(String[] args) {\n String nombre;\r\n int edad;\r\n double salario;\r\n Scanner sc = new Scanner(System.in);\r\n \r\n System.out.println(\"Ingrea el nombre\");\r\n ...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6042511", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1f7c82e188acf30d59f88faf08cf24ac", "score": "0.5703765", "text": "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "...
2f4d1f758c671ed39b30541bbf1ff310
This will retrieve all known allowable values from an enum.
[ { "docid": "3c6acdcbec9111ddcf47a3d22cf2d63e", "score": "0.7298819", "text": "public static Collection<String> allowableValues(Type type) {\n if (type == null || type.asClassDoc() == null)\n return emptyList();\n\n FieldDoc[] fields = type.asClassDoc().enumConstants();\n ...
[ { "docid": "3c20e013f22640802dc814c38ea75237", "score": "0.6843162", "text": "public Map<String, EnumDomainTypeValueDefinition> getEnumValues();", "title": "" }, { "docid": "db6762accfd2fc5249b3a6e989853d1f", "score": "0.66078377", "text": "public List<BaseEnum> getList(){\n\t\tList<...
b8a2a36cb9916c9e254ec1e50c4ccb35
Convenience method that starts a sleep(), running via a future.
[ { "docid": "788381f8aefdde12e73d27a6486f0cb9", "score": "0.66461605", "text": "protected CompletableFuture<Void> sleep(long sleepTime, TimeUnit unit) {\n if (sleepTime <= 0) {\n return CompletableFuture.completedFuture(null);\n }\n\n return new CompletableFuture<Void>().c...
[ { "docid": "8f9f4cd318010510405fbda675597f71", "score": "0.6840234", "text": "public void sleep();", "title": "" }, { "docid": "573200b3d3daae7d1b40ac9597ad87f1", "score": "0.640651", "text": "public void sleep(long milliseconds);", "title": "" }, { "docid": "868d75b9f1ff...
fdcde800563c66d3065c405f1d7426dd
Return the height of the panel after applying the zoom.
[ { "docid": "301d98b1cc4832898f790fe2786b5b11", "score": "0.7965856", "text": "double getNewHeight() {\n\t\treturn zoom.panelToScreen(currentHeight);\n\t}", "title": "" } ]
[ { "docid": "c42dcb61b13d0f19c2e184776192935c", "score": "0.7862981", "text": "int getPanelHeight() {\n return panelHeight;\n }", "title": "" }, { "docid": "ad09b3921edd85889332382d96cffb3e", "score": "0.76258314", "text": "public int getHeight() {\r\n\t\tcheckWidget();\r\n\...
9140f93b4223e9379eed98a36f92e990
The unique name of the report plan. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (az, AZ), numbers (09), and underscores (_).
[ { "docid": "3a49dc071208f9e335b4770fa39dce73", "score": "0.6966036", "text": "public String getReportPlanName() {\n return this.reportPlanName;\n }", "title": "" } ]
[ { "docid": "5fb2f875abfeb4b8c99f388767afc3c5", "score": "0.63322794", "text": "public String generateName()\r\n {\r\n String name;\r\n \r\n do {\r\n name = BASE_NAME + nextDigit++;\r\n \r\n // protect against wrap around to negative numbers\r\n ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "ea38b33160f391c4545e420cadd7e576", "score": "0.0", "text": "public C0392c<Response> mo1158a(int i, Bundle bundle) {\n i = new Bundle();\n i.putString(\"KEY_VERSION_ID\", this.f14760a.f21719n);\n return new C4563b(this.f14760a, i);\n }", "title": ""...
[ { "docid": "6e7d19f90dff629712933844b194e213", "score": "0.62741643", "text": "interface xb {\n /* renamed from: a */\n void mo3338a(String str);\n}", "title": "" }, { "docid": "dfc8884398507d7a30967d7ad7e44432", "score": "0.62433356", "text": "interface C11843b {\n /* r...
d16d135f29be32195666d690c390869d
A description for the Amazon Web Services Verified Access endpoint.
[ { "docid": "3804507aa1fcd40cfa2d1111820c69ff", "score": "0.0", "text": "public void setDescription(String description) {\n this.description = description;\n }", "title": "" } ]
[ { "docid": "1b4237ab792807377f5ad49e416ca8fd", "score": "0.64900017", "text": "public VerifiedAccessEndpoint withDescription(String description) {\n setDescription(description);\n return this;\n }", "title": "" }, { "docid": "bff46ed97ae199e5c517e3f791c803e1", "score": "...
68a8762eafbd32b8f9b56db73218e61d
Compare to another network to see if it has converged.
[ { "docid": "afc85c622e5754c8fd5e76782211e9fd", "score": "0.7718904", "text": "public boolean hasConverged (final NeuralNetwork anotherNet) {\n final double weightDiff = averDiff(anotherNet);\n final double convergeThreshold = learnRate * CONVERGE_FACTOR;\n if (Double.compare(weightD...
[ { "docid": "7da45565a2ab7559e50df9f4de646bcc", "score": "0.6038525", "text": "public boolean isConverged() {\n\t\treturn hasConverged;\n\t}", "title": "" }, { "docid": "07fff172f42a41d941f72d935b8913cd", "score": "0.57000434", "text": "public boolean isNetworkUp() {\r\n return...
2a9585bd1967efb03986a27bbd68b1e5
This method determines if the computer lost the game using the X values. It checks if n player marks have been placed in a column, diagonal or row on a given board.
[ { "docid": "6255647cc68b2a3cf091b3cf044b0dd3", "score": "0.0", "text": "public boolean lose(Board b){\n int state[] = b.getBoardState();\n int lossCounts = GameConstants.numParams/2;\n for(int i = lossCounts+1; i <= lossCounts*2; i++)\n if(state[i] == GameConstants.n)\n ...
[ { "docid": "95ecf63a5aa2262cc1cd3636761e4872", "score": "0.72234595", "text": "int checkWinner(char mark) {\r\n\t\tint row, col;\r\n\t\tint result = 0;\r\n\r\n\t\tfor (row = 0; result == 0 && row < 3; row++) {\r\n\t\t\tint row_result = 1;\r\n\t\t\tfor (col = 0; row_result == 1 && col < 3; col++)\r\n\t\t...
ed637ce3df1b1d0ff76c932461176ef2
optional int64 highBits = 1;
[ { "docid": "16d7384f13ce651d40cb68a1f88f02c6", "score": "0.0", "text": "public Builder clearHighBits() {\n \n highBits_ = 0L;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "7cb2b24b5a93c185be92f211ced0cbcb", "score": "0.8376224", "text": "long getHighBits();", "title": "" }, { "docid": "c538307f310dfeb532d75d8e2346d9f5", "score": "0.7642882", "text": "long getLowBits();", "title": "" }, { "docid": "901aedab40613d5b643f3248eec3852...
0db3c7fc1b7a27f6da5e94a464125b57
Verifica si una figura ha sido formada cuando se cierran los segmentos.
[ { "docid": "03139a9a08f12f8b86c0d8906c7a3a22", "score": "0.5198952", "text": "public void checkCerrado(int player){\r\n System.out.println(\"checkCerrado\");\r\n if (this.hipotenusa.isDrawn() && this.vertical.isDrawn() && this.horizontal.isDrawn()){\r\n System.out.println(\"CERR...
[ { "docid": "3da09d20c4d096c417b01dbf8c5e1504", "score": "0.6786883", "text": "boolean hasSegment();", "title": "" }, { "docid": "353958cf9fb7f527d17886494c8e7ae1", "score": "0.60954845", "text": "public boolean isSegmentSelected(int soi) {\r\n\t//soi SegmentOfInterest\r\n\tif (getSeg...
7fab3466cd4cf208ca4c1ec93bc3b39a
/ In theory, since a file or string on the exec stack is scanned, you could put %stdin on the bottom of the exec stack. This way there is no difference between the input stream and the execution stack flow. So the exec loop goes like this (Simplicity itself!) While there is stuff on the execution stack Execute one step...
[ { "docid": "ee8ebd2940ed736a7272c45e65248fae", "score": "0.6212108", "text": "public void Interpret(String Infn) throws IOException {\r\n PsObject stdin=new PsObject(filetype,Executable,Unlimited,new FileReader(Infn));\r\n ExecStackEntry StackStdin=ExecStackEntry.makeExecStackEntry(stdin);\r\n ...
[ { "docid": "3562f36e006d48c8621391f9b39fa82a", "score": "0.5698594", "text": "public static void getInput() throws IOException {\n BST<Integer> bst = new BST<Integer>();\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n System.out.print(\"Command: \");\n ...
a06bdc0e7ac6ddcf4ed8d065050b3870
a constructor to game flow.
[ { "docid": "5ac15df8eaffff0ac3cb4e3c75642783", "score": "0.0", "text": "public GameFlow(AnimationRunner ar, KeyboardSensor ks) {\r\n this.animationRunner = ar;\r\n this.keyboardSensor = ks;\r\n }", "title": "" } ]
[ { "docid": "aa5ab44fb83504adb1f3ec80b0dc421b", "score": "0.7806395", "text": "public Game() {\n\t}", "title": "" }, { "docid": "242fc8b56547c7d610a0ed47183a1754", "score": "0.7772541", "text": "private Game() {}", "title": "" }, { "docid": "3a9a0db17fc6a93ed0a1e08e9eb39f2...
5cb371d9a2987950e2f76744611463c1
/ renamed from: d
[ { "docid": "892d85887a7a554399a7cbea0c69fdf2", "score": "0.0", "text": "public void mo9694d(int i) {\n this.f2585h = i;\n this.f2578a.postInvalidate();\n }", "title": "" } ]
[ { "docid": "9be9cc54578c9a108ac1be5e158ca3e2", "score": "0.6992037", "text": "public void mo1182a(D d) {\n }", "title": "" }, { "docid": "2a57c2ada9fca9dacc51df047fbc1a2c", "score": "0.6777195", "text": "@Override\r\n public void d() {\n \r\n }", "title": "" }, ...
80fcbec760223bf408114a0f9420b0d6
Once the we sent request then it show cancel chat request but again when we go back and open the same user profile then it display same original Sent message..So we have to fix that
[ { "docid": "7991509e233867f129db768d18ca6e78", "score": "0.67978704", "text": "private void ManageChatRequests() {\n ChatRequestRef.child(senderUserID)\r\n .addValueEventListener(new ValueEventListener() {\r\n @Override\r\n public void onDataCh...
[ { "docid": "d2f4206afbb624bd6cda2ec19a8d36ae", "score": "0.70676184", "text": "private void CancelChatRequest() {\n ChatRequestRef.child(senderUserID).child(receiverUserID)\r\n .removeValue()\r\n .addOnCompleteListener(new OnCompleteListener<Void>() {\r\n ...
860a4782de034ac0c5af6c4f23d14e7a
create instance of Random class
[ { "docid": "2afc688ae3499df496118bdd8baee6d4", "score": "0.0", "text": "public ResponseEntity<Object> obtenListaSeguros(ListaSegurosRequestTO request, String requestCifrado) {\n Random rand = new Random(); \r\n \r\n // Generate random integers in range 0 to 999 \r\n /* int rand_i...
[ { "docid": "8d22fee4e9927a87d138357c54618038", "score": "0.7915237", "text": "private RandomHelper(){}", "title": "" }, { "docid": "e64493470765b114799a2862150a4dc3", "score": "0.7684816", "text": "private RandomGenerator() {\n }", "title": "" }, { "docid": "427a0390e8...
4c3ca8f197beaabf21e10ddea0b5ac0d
optional bool single_team = 16;
[ { "docid": "eb7d9e734bfcef014b581e5ed35bde63", "score": "0.74691564", "text": "boolean getSingleTeam();", "title": "" } ]
[ { "docid": "49d5bc3f153e5b32361bb91779e0f630", "score": "0.7019939", "text": "boolean hasSingleTeam();", "title": "" }, { "docid": "694369bfd67cf8da66c80e37e3d4dbe9", "score": "0.7005024", "text": "boolean getOnlyTeam();", "title": "" }, { "docid": "c4ac0318fcc9538013f0ed...
8a6057852aaa3d1779b341b4678da9d1
/ access modifiers changed from: 0000
[ { "docid": "47d87db7d51ea38c681573574ec70890", "score": "0.0", "text": "@WorkerThread\n public final void zzg(Runnable runnable) {\n zzaf();\n if (this.zzatu == null) {\n this.zzatu = new ArrayList();\n }\n this.zzatu.add(runnable);\n }", "title": "" } ...
[ { "docid": "40cc4730f745534f2162681c375f178f", "score": "0.6631543", "text": "AbstractC7369o0OO0O0 m18905OooO00o();", "title": "" }, { "docid": "b8b97012f0364f42dbdcdcb5e2c35622", "score": "0.642921", "text": "private PermissionBitIndex() {\n }", "title": "" }, { "doci...
5755853fda6033e3a5bc20f5a549cdbb
The connection to Google Play services was lost for some reason. We call connect() to attempt to reestablish the connection.
[ { "docid": "5256fee31e927ee8ee9fcd3b8eb31cc6", "score": "0.6963747", "text": "@Override\r\n public void onConnectionSuspended(int cause) {\n\r\n mGoogleApiClient.connect();\r\n }", "title": "" } ]
[ { "docid": "2e9e20bee26e0ff18a7d01ba87deecfa", "score": "0.75029457", "text": "@Override\r\n\tpublic void onConnectionFailed() {\n\t\tmCallbackContext.error(PlayGamesError.UNAVAILABLE);\r\n\t}", "title": "" }, { "docid": "973c7f96d22326b603860a2e81db1401", "score": "0.7468782", "text...
17feef18f60204f0b630d86cfd9fbf36
Manipulates the map once available. This callback is triggered when the map is ready to be used. This is where we can add markers or lines, add listeners or move the camera. In this case, we just add a marker near Sydney,Australia. If Google Play services is not installed on the device, the user will be prompted to ins...
[ { "docid": "e62d430f2843b8213436a46b5a969668", "score": "0.0", "text": "@RequiresApi(api = Build.VERSION_CODES.M)\n @Override\n public void onMapReady(GoogleMap googleMap) {\n mMap = googleMap;\n if (checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERM...
[ { "docid": "d487dfecc49dc7df2cb9002313cfa846", "score": "0.8193294", "text": "@Override\r\n public void onMapReady(GoogleMap googleMap) {\r\n mMap = googleMap;\r\n\r\n if (ActivityCompat.checkSelfPermission(this, android.Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMIS...
c205e8757350e16c653fd0f6da1a539d
Benchmark to test speed. Original implementation 12seconds This implementation 9 seconds
[ { "docid": "7533dd38980147fc73f6f899b510253a", "score": "0.0", "text": "public void benchmarkPutGetSuryaTest(long allowedTime) throws Exception {\n CacheManager manager = new CacheManager(new Configuration().name(\"testBenchmarkPutGetRemove\"));\n try {\n Cache cache = createCac...
[ { "docid": "51856af1275c5e2cfe8f99712118ec11", "score": "0.6158435", "text": "public static void main(String[] args) {\n\t\n\t\t\n\t\tfor (int n=10;n<=500000000;n*=2) {\n\t\t\t\n\t\t\t//let's declare our variables\n\t\t\t\tStopWatch myWatch = new StopWatch();\n\t\t\t\n\t\t\t\tlong timeGenerateArray;\n\t...
d4f64050a1273068cb4b71f61e2326ac
createDocType Create Default main entities. Dimensions & BPGroup, Prod Category) Location, Locator, Warehouse PriceList Cashbook, PaymentTerm
[ { "docid": "60777458fd7091ee08b662a6eb312d23", "score": "0.0", "text": "public boolean createEntities (int C_Country_ID, String City, int C_Region_ID, int C_Currency_ID)\n\t{\n\t\tLog.trace(Log.l3_Util, \"MSetup.createEntries\", \"C_Country_ID=\" + C_Country_ID + \", City=\" + City + \", C_Region_ID=\" ...
[ { "docid": "6e08615516b4a31860fdef88e5fcd01c", "score": "0.6928393", "text": "private int createDocType (String Name, String PrintName,\n\t\tString DocBaseType, String DocSubTypeSO,\n\t\tint C_DocTypeShipment_ID, int C_DocTypeInvoice_ID,\n\t\tint StartNo, int GL_Category_ID)\n\t{\n\t\tMSequence sequence...
a80bdd70f02768022ed6b2b0327dbf53
Sets the value of the 'id' field.
[ { "docid": "e7bf8a3f454fb5ab2a373b753abad1f1", "score": "0.0", "text": "public void setId(java.lang.Long id)\n\t{\n\t\tthis.id = id;\n\t}", "title": "" } ]
[ { "docid": "a0109a4d426ae664ad722c997ca3b6eb", "score": "0.86392766", "text": "public void setId(final int id) {\n this.id = id;\n }", "title": "" }, { "docid": "53563c37eb438950c428ff6ee67dce78", "score": "0.858745", "text": "public void setId(final java.lang.Integer id) {...
026fb2a626b0c4efea09abf4470a351d
LU decomposer optimised for sparse NSP matrices, note: significant speedups gained only for sparse (<25% NNZ) matrices, as this type of solvers suffer from innerloop indirect addressing, the typical Achilles heel for sparse nonfrontal solvers adapted from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 05...
[ { "docid": "7dbf1fa9dfa3ca35849ecb5bb4d797c3", "score": "0.7269375", "text": "public NSPMatrix[] decomposeLU(boolean copy, boolean generateLandU) {\n\t\t\n\t\tif (M != N)\tthrow new InvalidParameterException(\"NSPMatrix.decomposeLU2(): Matrix not square.\");\n\t\tif (M < 1)\tthrow new InvalidParameterEx...
[ { "docid": "efaee80972541756fbc8c7ed7f983520", "score": "0.6649833", "text": "static boolean luDecomposition(double[] matrix0, int[] row_perm) {\n/* 1150 */ double[] row_scale = new double[3];\n/* */ \n/* */ \n/* */ \n/* */ \n/* */ \n/* */ \n/* */ \n/* 1158 */ ...
dfd8e1717698873d7739b902337f109e
Padding of the max value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the highest data value to appear on the edge of the plot area. When the axis' max option is set or a max extreme is set using axis.setExtremes(), the maxPadding will be ig...
[ { "docid": "4daa161f6675186cf1e0e9fe5bf6fcbb", "score": "0.6300648", "text": "double maxPadding();", "title": "" } ]
[ { "docid": "4caf25a34c9bd460764ea5352fafd4de", "score": "0.7555662", "text": "XAxis maxPadding(double maxPadding);", "title": "" }, { "docid": "9dd2f3a2afdbf6b2777bd7b2524f129f", "score": "0.6147668", "text": "private void adjustRangeUpperMargin(XYPlot plot, double yMax) {\r\n ...
e03a6bf23956a027d11ee309ebb1cb5e
Generate an array of random integers with a given size.
[ { "docid": "b88e0b1d458a32e1cba0a29473d967f0", "score": "0.850648", "text": "public static int[] generateArray(int size) {\n\t\tint[] elements = new int[size];\n\t\t\n\t\tfor (int i = 0; i < elements.length; i++) {\n\t\t\telements[i] = new Random().nextInt(size * 10);\n\t\t}\n\t\t\n\t\treturn elements;\...
[ { "docid": "6bece66b96e44302c12f3ef4323ea54f", "score": "0.83082074", "text": "public static int[] genRandom(int size)\n\t{\n\t\tjava.util.Random numberGen = new java.util.Random();\n\n\t\tint[] arr = new int[size];\n\n\t\tfor(int i=0; i < arr.length; i++)\n\t\t{\n\t\t\tarr[i] = numberGen.nextInt();\n\t...
ccea5471530a9bec0cd2167fd6a94f00
Arrange: create a DivisionFormatter object
[ { "docid": "278acb4231edf17a9e8a6df639a9262b", "score": "0.5717056", "text": "@Test\n\tvoid testShouldThrowArithmeticExceptionIfDivisorIsZero() {\n\t\tDivisionFormatter formatter = new DivisionFormatter();\n\t\t\n\t\t// Act & Assert: perform the formatted divide and assert it throws ArithmeticException\...
[ { "docid": "49d07c90c690a6f84737e5ed070d2a9d", "score": "0.6668363", "text": "@Test\n\tvoid testShouldDivideWithQuotientAndRemainder() {\n\t\tDivisionFormatter formatter = new DivisionFormatter();\n\t\t\n\t\t// Act: perform the formatted divide\n\t\tString actual = formatter.divide(5, 2);\n\t\t\n\t\t// ...
afcf6d91b2de328cd50f60de6b1f4ba3
Launches an asynchronous task to create the notification channel from CleverTap Use this method when implementing your own FCM/GCM handling mechanism and creating notification channel groups. Refer to the SDK documentation for usage scenarios and examples.
[ { "docid": "492586b8c6cb607ba894e6c54a0a4185", "score": "0.54810977", "text": "@SuppressWarnings({\"unused\", \"WeakerAccess\"})\n public static void createNotificationChannel(final Context context, final String channelId, final CharSequence channelName, final String channelDescription, final int imp...
[ { "docid": "b7e53a68ad32ab25445c6c008b761635", "score": "0.61820173", "text": "@SuppressWarnings(\"unused\")\n public static void createNotificationChannelGroup(final Context context, final String groupId, final CharSequence groupName) {\n final CleverTapAPI instance = getDefaultInstanceOrFirs...
8f6532e27f5a93b908b2f0b158408c31
Setter for the name of the country this location belongs to.
[ { "docid": "fa196b4fea872b212240a29d4845d298", "score": "0.0", "text": "public void setPais(String pais)\n {\n this.pais = pais;\n }", "title": "" } ]
[ { "docid": "619484f0fbe73ea525a8a955383fe2a2", "score": "0.7775192", "text": "public void setNameCountry(String nameCountry) {\n this.nameCountry = nameCountry;\n }", "title": "" }, { "docid": "947238170233cd874a04dd17f8ba021b", "score": "0.7572679", "text": "public void se...
f23793f698a77b67795127395632ac75
<< define StrINAUFPNoRecalculationOfCostAllo $$GetPropertyName^COMConst("INAUFP",254)
[ { "docid": "31518cf06bdc08605d124f04c9ccb39f", "score": "0.82081014", "text": "public static Object $$$StrINAUFPNoRecalculationOfCostAllo(mContext m$) {\n return (m$.fnc$(\"COMConst.GetPropertyName\",\"INAUFP\",254));\n }", "title": "" } ]
[ { "docid": "1e32a4f5d5500431dd88dbfaea5823dd", "score": "0.7962289", "text": "public static Object $$$StrINAUFPXLNoRecalculationofCostAllo(mContext m$) {\n return (m$.fnc$(\"COMConst.GetPropertyName\",\"INAUFPXL\",254));\n }", "title": "" }, { "docid": "e1c09d97afc82b93fe40c430e322df2d",...
cb9687f0062df6edbce3e86d615208fd
Returns the number of todos where groupId = &63; and urlTitle = &63; and status = &63;.
[ { "docid": "059346e67071808b86bba8cd6418a2a5", "score": "0.7340478", "text": "public int countByG_UT_ST(long groupId, String urlTitle, int status);", "title": "" } ]
[ { "docid": "10902fad824a45ab003f969a6c3b9802", "score": "0.73434794", "text": "public int filterCountByG_UT_ST(long groupId, String urlTitle, int status);", "title": "" }, { "docid": "de2276fad25b1eb9c51170f1901eb732", "score": "0.67834157", "text": "public int countByG_UT_ST(long gr...
4134c944f4b6c7b3a27d2a407bbfdcf0
indexed setter for aArrayFS sets an indexed value
[ { "docid": "0b5a1220a273500aa684fa4651df0204", "score": "0.7238753", "text": "public void setAArrayFS(int i, Annotation v) {\n ((FSArray) (_getFeatureValueNc(wrapGetIntCatchException(_FH_aArrayFS)))).set(i, v);\n }", "title": "" } ]
[ { "docid": "36117d0c5834225e11d49034c8762e59", "score": "0.6697971", "text": "public void setAArrayFS(FSArray v) {\n _setFeatureValueNcWj(wrapGetIntCatchException(_FH_aArrayFS), v);\n }", "title": "" }, { "docid": "273615c1f267334c94aabc60266445e1", "score": "0.66760045", "text":...
8c03aeeac8838e48b834bd754a410566
Sets up a course for testing.
[ { "docid": "63b813f8f0c375b000a3b51cf9e68a45", "score": "0.7195924", "text": "@Before\n public void initialize() {\n int[] prerequisites = new int[1];\n prerequisites[0] = 1331;\n course = new Course(\"Objects & Design\", 2340, prerequisites);\n }", "title": "" } ]
[ { "docid": "a20be9f4ed27f8574b53eadee5c7d2fb", "score": "0.7388594", "text": "@Before\n public void setUp() throws Exception {\n testCourse = new Course(\"CS\", \"999\",\"Recursive Stuff\");\n }", "title": "" }, { "docid": "ecce04255f9354da977a44b36b6688b6", "score": "0.7297...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "f1e67538c2ccad528c52b8977f042121", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof UserMaster)) {\n return false;\n }\n UserMaster other = (UserMaster) object;\n if ((this.userID == null && other....
[ { "docid": "2ea3f646855a4de84777156e9d69a012", "score": "0.67262894", "text": "private int getId(){\n\t\t return id;\n\t }", "title": "" }, { "docid": "be61a06bd9418dd678f25642f5ddfa42", "score": "0.663311", "text": "public void setId(long id) {this.id = id; }", "title": "" }, ...
74bb75c41d89cbd0708759c9f7d007ad
create default or get from lists
[ { "docid": "088ee90f4bca0f765cd26ad91f470bf2", "score": "0.0", "text": "private ConcurrentSkipListMap<UUID, ConcurrentSkipListMap<Integer, UUID>> getTagFileNameParams(\n final ConcurrentSkipListMap<String, ConcurrentSkipListMap<UUID, ConcurrentSkipListMap<Integer, UUID>>> getListByTypeWordInp...
[ { "docid": "194499900b5348951d6ad1e3dbe751d7", "score": "0.5854781", "text": "List createList();", "title": "" }, { "docid": "3c3e5f38ebcd5d8032660b60b647e74b", "score": "0.56407714", "text": "protected L instantiate(List<?> list)\n {\n return (L)new ResourceList<T>(coralSe...
ac7f87b4b96466906786bd7145ba7f80
Returns the name of the offending field
[ { "docid": "b1c0f56519537f1cd0d5d6f2bd894a22", "score": "0.68208534", "text": "public String getField() { return getMessage(); }", "title": "" } ]
[ { "docid": "611d887175cbc34d94a918ddc8ebb6a9", "score": "0.7588585", "text": "String getName() {\n return field.getName();\n }", "title": "" }, { "docid": "4a3bf0908f192f92c936adf4e0564f41", "score": "0.7309682", "text": "String getFieldName(Field field);", "title": "" }, ...
de72e5d2107193ad79021e59bb35f99a
Called when a new user has been created.
[ { "docid": "dd46a8823f905f84f2b8b7c2a5a99e4e", "score": "0.6942643", "text": "public abstract void onNewUserCreated(@UserIdInt int userId);", "title": "" } ]
[ { "docid": "6640e47320c294a44a6995941e3e3fd5", "score": "0.77311337", "text": "void onNewUser(User user);", "title": "" }, { "docid": "6977764c544a3a75b63f2d7503380cec", "score": "0.7338909", "text": "@Override\n\tpublic int createUser() {\n\t\treturn 0;\n\t}", "title": "" }, ...
d876a4119f1aa371e7bb6a725b9d0a9f
Setups ticks as an explicit array of fixed ticks.
[ { "docid": "7bc5d15903b58bc9d098f3fdfc02718c", "score": "0.63589156", "text": "public OrdinalTicks set(String[] ticks) {\n if (jsBase == null) {\n this.ticks = ticks;\n } else {\n this.ticks = ticks;\n if (!isChain) {\n js.append(jsBase);\n ...
[ { "docid": "3ea554d905917d365d3dff827cfc5614", "score": "0.6981564", "text": "public void setTicks(int ticks) {\n this.ticks = ticks;\n }", "title": "" }, { "docid": "58468e5871d031d1675139b0a5e4c5c8", "score": "0.6703628", "text": "public void setDesiredNumberOfTicks(int t...
5132ffcf086e33e972d65030ae4a30dd
size_t Method getDictId returns the dictId of this DictPref object.
[ { "docid": "9c6916619dadde293dc68677b0003fa9", "score": "0.80321646", "text": "public native int getDictId();", "title": "" } ]
[ { "docid": "4a6421dc7ffbae6a9a580dfb0c4e65d3", "score": "0.59173644", "text": "public int getID() {\n return iD_;\n }", "title": "" }, { "docid": "4a6421dc7ffbae6a9a580dfb0c4e65d3", "score": "0.59173644", "text": "public int getID() {\n return iD_;\n }", "title": ...
e8baee7ff7672b989f27d636bb035804
Creates a quadric robust estimator based on 3D point samples and using provided listener.
[ { "docid": "e1bb3b8f745984af6010dc3496506143", "score": "0.5530753", "text": "public static QuadricRobustEstimator create(\n QuadricRobustEstimatorListener listener, double[] qualityScores,\n RobustEstimatorMethod method) {\n switch (method) {\n case LMedS:\n ...
[ { "docid": "6aa0a1d73452769cd254f7a00865566a", "score": "0.70746464", "text": "public static QuadricRobustEstimator create(\n QuadricRobustEstimatorListener listener, List<Point3D> points) {\n return create(listener, points, DEFAULT_ROBUST_METHOD);\n }", "title": "" }, { ...
b36ae62a219c9e7bb45792b7cf12ff6b
/ renamed from: discoveryAD.aa$a
[ { "docid": "a06b44f3db44fc2cea92727011bad0c1", "score": "0.0", "text": "interface C7887a {\n /* renamed from: Ah */\n public static final String f26825Ah = \"effective_time\";\n /* renamed from: Bh */\n public static final String f26826Bh = \"continuousExposureTime\";\n ...
[ { "docid": "a55a150557f80abcbd733ee3162b0661", "score": "0.6329392", "text": "private void m18301a() {\n }", "title": "" }, { "docid": "619a28ba3c7707bdf8bb1451d5c3d12b", "score": "0.6280592", "text": "public void mo25069a() {\n }", "title": "" }, { "docid":...
be6dd95401e600685eae1cd9b78108da
float type_float = 10;
[ { "docid": "c91802b4f8412a7d07fb258b391020bb", "score": "0.7168337", "text": "public float getTypeFloat() {\n return typeFloat_;\n }", "title": "" } ]
[ { "docid": "e7b5e2ac16f72741cac1ccc826a4831c", "score": "0.7267228", "text": "public float getTypeFloat() {\n return typeFloat_;\n }", "title": "" }, { "docid": "62f50695ed2e1c11e2181e45fdc80f89", "score": "0.7135385", "text": "public static FloatType createFloatType()\n {\n ...
9c5b9a86adfbfdbb77a02c48547fa89c
Test of makeNikeProduct method, of class NikeProduct.
[ { "docid": "db1598f92d4ad3d37ac25b0dfdd8631e", "score": "0.7966072", "text": "@Test\n public void testMakeNikeProduct() {\n System.out.println(\"makeNikeProduct\");\n NikeProduct instance = new NikeProductImpl();\n instance.makeNikeProduct();\n // TODO review the generated...
[ { "docid": "586edefd4fc8b16d5509ffe7c69383f7", "score": "0.68209124", "text": "private Product createTestProduct() {\r\n Ingredient testIng = new Ingredient(\"Cola\",1);\r\n Ingredient testIng1 = new Ingredient(\"Eiswürfel\",0.2f);\r\n LinkedList<Ingredient> testData = new LinkedLis...
3c7591ca6eaf50b31274d53e7bfb4d7b
Con ... se define que vamos a recibir x numeros(Argumentos variables) Se se tienen que utilizar argumentos variables(var args) tiene que ser el ultimo en llamarse
[ { "docid": "0d29603ae85077de0fa8b4ba4d22822b", "score": "0.0", "text": "public static void imprimirNumeros(String nombre, boolean valido, int... numeros){\n System.out.println(\"nombre : \" +nombre);\n System.out.println(\"valido : \"+valido);\n \n for (int num...
[ { "docid": "9698867f23d0ced3024416fdb622a4b4", "score": "0.63507307", "text": "public static void argsDemo3(String []args) {\n for (int i = 0; i < args.length; i++) {\n switch (args[i].toLowerCase()) {\n case \"--minval\":\n System.out.println(\"Parame...
3ece334ddc66898b69199da667b00861
Logger.v(" Ext Storage "+ isExternalStorageAvailable());
[ { "docid": "df839e54be70f1be31519a5a13769c1c", "score": "0.0", "text": "public static File getStorageDirectory(Context ctx) {\n File storage = ctx.getExternalFilesDir(null);\n if(storage!=null && !storage.exists())\n storage.mkdir();\n return storage;\n }", "title"...
[ { "docid": "3d8ef99f00e02abc1d7412ab47869001", "score": "0.7618711", "text": "private boolean isExternalStorageAvailable(){\n String state = Environment.getExternalStorageState();\n if(state.equals(Environment.MEDIA_MOUNTED)){\n return true;\n }else{\n return f...
8f03d1c997ac599bf107d3f3709f20c7
int32 sex = 3;
[ { "docid": "d6e5d669363f02956fe8b8bcc1d13fd7", "score": "0.5358128", "text": "int getSex();", "title": "" } ]
[ { "docid": "235b62a4e44b9ec49b382c5540634db4", "score": "0.702403", "text": "int getFromsex();", "title": "" }, { "docid": "235b62a4e44b9ec49b382c5540634db4", "score": "0.702403", "text": "int getFromsex();", "title": "" }, { "docid": "f732b69c520eb470e34da8ce10594213", ...
156fee2f99848802d9c1c60d5673a527
Returns the distribution of allele frequencies
[ { "docid": "5549b041af8f271a9f8403e6d7766e2a", "score": "0.0", "text": "public XYSeries getUnfoldedAlleleSpectrumExAsSeries(double theta) {\n\t\tdouble[] spec = getUnfoldedAlleleSpectrumEx(theta);\n\t\tArrayList<Point2D> ser = new ArrayList<Point2D>();\n\t\tfor(int i=1; i<spec.length; i++)\n\t\t\tser.ad...
[ { "docid": "03b090a3b21acecbe9de381176d4ebe6", "score": "0.7532465", "text": "double getFrequency();", "title": "" }, { "docid": "03b090a3b21acecbe9de381176d4ebe6", "score": "0.7532465", "text": "double getFrequency();", "title": "" }, { "docid": "962729423e60fe177deea21d...
160481c6e26f45ce9c3f011597694d81
Get all available product brands
[ { "docid": "97e5a8e8f02451de62b5ce181c27b226", "score": "0.60130745", "text": "@RequestMapping(value = \"/products/brand/names\", method = RequestMethod.GET)\n\tpublic List<String> getBrandNames() {\n\t\treturn productService.getBrandNames();\n\t}", "title": "" } ]
[ { "docid": "24f9582465174039dbf3886de8290a6b", "score": "0.77061856", "text": "public List<Brand> findAllBrands();", "title": "" }, { "docid": "948810e1a6b8aba34a5713fefa09fbad", "score": "0.7411189", "text": "@RequestMapping(value = \"/products/brand/all\", method = RequestMethod.GE...
4a340589139eae15622088665f97e051
Creates a new instance of regManagedBean
[ { "docid": "98bd514e3b6bdc26fbc3ce9d3172c292", "score": "0.65446407", "text": "public regManagedBean() {\n System.out.println(\"Hello RegManagedBean \");\n HttpServletRequest request = (HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest();\n HttpSe...
[ { "docid": "85494a9b1d0eb31624cf33cfb3d9a077", "score": "0.7006446", "text": "private Register createRegisterBean() {\n Register registerBean = new Register();\n registerBean.setFirstName(this.firstName.getText().toString());\n registerBean.setLastName(this.lastName.getText().toStri...
cd466e4bd0fe3e456eb6fd167c5886ca
optional string ResolutionEntityId = 4;
[ { "docid": "ade1e5a98c78c6073f60e654360290a4", "score": "0.7225096", "text": "public Builder setResolutionEntityId(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000008;\n resolutionEntityId_ = value;\n o...
[ { "docid": "615b4ed2e0cb047bfade5d5e400265b0", "score": "0.80876535", "text": "java.lang.String getResolutionEntityId();", "title": "" }, { "docid": "cc23c209be5d625601ec0a20c23878e5", "score": "0.68750656", "text": "public java.lang.String getResolutionEntityId() {\n java.lang....
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4dd0b2b927ccc04ad2d74b63dd4a18fe", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tint a[]= {5,3,7,8,2,6,4};\n\t\tMin_heap h1=new Min_heap(10);\n\t\th1.build_heap(a);\n\t\th1.insert(1);\n\t\t\n//\t\tfor(int i=0;i<a.length;i++) {\n//\t\t\tSystem.out.println(h1.heap[i]);...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
ae21b366e1659a197a0952e6e85ba1f1
Prints the content of given complaint
[ { "docid": "89f9c156407184692e038fccbde11a3b", "score": "0.7666109", "text": "void seeComplaintContent(Complaint complaint);", "title": "" } ]
[ { "docid": "6b104177af2a9969cc2fd9d00feb70ba", "score": "0.6539752", "text": "public void print()\n {\n System.out.println(\"Course: \" + title + \" \" + codeNo);\n }", "title": "" }, { "docid": "32719dc7458d37dbda65370da3f4dac7", "score": "0.64996964", "text": "public v...
398fcf775bc13cecd32d8a8d4415b33f
Method to get input data from user.
[ { "docid": "40b48bdad5493ac02f89dc07fd33c52f", "score": "0.82397443", "text": "String getInputData();", "title": "" } ]
[ { "docid": "9c965dcb37149e24b213aa7765954502", "score": "0.76214206", "text": "public static String getUserData()\n\t{\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tString retVal=sc.nextLine();\n\t\t\n\t\tSystem.out.println(\"\\n\");\n\t\treturn retVal;\n\t\t\n\t}", "title": "" }, { "do...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "008d9178cc115778f8d676143f12803c", "score": "0.0", "text": "public boolean performsSurgery() {\n\t\treturn false;\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...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "602748ccfdd17abb88b994937cc43047", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jPanel_login = new javax.swing.JPanel();\n jP...
[ { "docid": "c1f03460981549d2f9d5d64390a7ef2c", "score": "0.73350525", "text": "public Main_Form() {\n initComponents();\n }", "title": "" }, { "docid": "37a5472d5b0f35cf64a077bc1dd978c4", "score": "0.7322041", "text": "public Form() {\n initComponents();\n }", ...
0994d5285719efd03d958ca99ae6e313
Notify an so6 task is under progress. when patches are downloaded (DOWNLOAD_PATCHES task) when removed files are detected (DETECT_LOCAL_OPERATION task) when files are walked (DETECT_LOCAL_OPERATION task) when operations are serialized in the patch file (BUILD_PATCH task) when operations are executed (PATCH_LOCAL_COPY, ...
[ { "docid": "b9317c0ba6e19c033bdf1651596186ee", "score": "0.48344606", "text": "public void taskOnProgress(long min, long max, long current) {\n\t}", "title": "" } ]
[ { "docid": "8e72da559d7a7ebe8dbd1a8075266f9c", "score": "0.6208036", "text": "public void notifyCheckComplete(UpdateTask task, boolean newer, boolean success);", "title": "" }, { "docid": "eaf272001afd8b9116d5dc7ddcf97896", "score": "0.60650814", "text": "public boolean notifyComplet...