query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
2c0a7be7d5f3a221245feb830b1f0186
If the simulation is cancelled, the progress bar should be hidden. However, we check the fragment to see if another simulation has taken this task's place, and if it has we should choose not to hide the progress bar instead.
[ { "docid": "363184fd82d95a1f582c665fea72e8f8", "score": "0.7508692", "text": "@Override\n protected void onCancelled() {\n if (fragmentWeakReference.get().getView() == null) return;\n\n if (!fragmentWeakReference.get().graphGeneration.isCancelled()) return;\n\n ch...
[ { "docid": "30dc17c808fd3432c5c33d6efc361b13", "score": "0.69740903", "text": "public void hideProgress();", "title": "" }, { "docid": "1106d992bd9233074824d7f88dc61f08", "score": "0.68057543", "text": "private void showWorkFinished() {\n mProgressBar.setVisibility(View.GONE);\n ...
098874b2d56fd5593fe0b564037a4e35
Check if the specified appender is an alias. If so the appender name is converted to fully qualified class name.
[ { "docid": "867d41821505462eb3c676693b8365bc", "score": "0.75575787", "text": "private String checkForAliasAppender(String appenderName) {\n\t\treturn resolveAlias(appenderName, appenderAliases);\n\t}", "title": "" } ]
[ { "docid": "b2494ecabec2091b7a4a9dd4cc49d18e", "score": "0.5881493", "text": "private String checkForAliasFormatter(String formatterName) {\n\t\treturn resolveAlias(formatterName, formatterAliases);\n\t}", "title": "" }, { "docid": "3d715e115c6e408163e18e2886961ee6", "score": "0.5441888"...
79c6dabbc7aeaa0a751d4c32a629b054
Computes the progress monitor label.
[ { "docid": "08e7b52602ec836b0dcd8ece0b22b76b", "score": "0.68913907", "text": "@objid (\"69d77935-0723-4f8a-9091-6204de73246a\")\n protected String getProgressMonitorLabel(int currentCount, int entriesNumber) {\n StringBuffer s = new StringBuffer();\n \n if (this.progressPrefix !...
[ { "docid": "e43c4d1624a2f01c3ed773b2162c213f", "score": "0.6250897", "text": "void updateIterationsLabel()\r\n {\r\n int numberOfIterations = this.parentUIElement.getGameInstance().getNumberOfIterations();\r\n this.numberOfIterationsLabel.setText(\"\" + numberOfIterations);\r\n }", "ti...
98cce4eb844afaef6eafcd1c6589c7c4
Generates a key for key based encoding and decoding.
[ { "docid": "9ef7579ed2f88178b79e29a3fe1c6577", "score": "0.0", "text": "public StringBuilder generateNewKey(int length) {\n\t\tStringBuilder k = new StringBuilder();\n\t\tif (length < 64) {\n\t\t\tlength = 64;\n\t\t}\n\t\tint pv = -1;\n\t\tfor (int i = 0; i < length; i++) {\n\t\t\tint v = pv;\n\t\t\twhi...
[ { "docid": "e2ce54d52e7f017347739bc1b5c89da4", "score": "0.74067855", "text": "private static Key generateKey() {\n return new SecretKeySpec(keyValue, ALGO);\n }", "title": "" }, { "docid": "d695189d9f859558214b1db79c9e7148", "score": "0.7069487", "text": "public interface ...
7e84333804ca3d06006278dd8d3ec5ab
Returns the production of the given type of goods accoring to this plan.
[ { "docid": "1b5a4c6ecf6bce9e08b44febc2974bc5", "score": "0.59182775", "text": "public int getProductionOf(GoodsType goodsType) {\n int amount = 0;\n \n Iterator<WorkLocationPlan> wlpIterator = workLocationPlans.iterator();\n while (wlpIterator.hasNext()) {\n WorkLocat...
[ { "docid": "9193b3b5b22f3dba3d30bcbd12f7a588", "score": "0.6337884", "text": "public int getPotentialProduction(GoodsType goodsType,\n UnitType unitType) {\n if (!canProduce(goodsType, unitType)) return 0;\n\n if (unitType != null) {\n switch...
38fa0ae13ede7842d976c939bbec05d2
Invoked by game engine to signal that next level should be started.
[ { "docid": "21309d53fd87fc037e2fa4854350b06d", "score": "0.0", "text": "public final void prepareNextLevel( int score )\r\n {\r\n if( ++Settings.level < GameConfig.levels ){\r\n this.nextState = STATE_START_LEVEL_WITHOUT_RES_LOADING;\r\n Settings.score = score;\r\n }\r\n else{\r\n ...
[ { "docid": "50a271c6a6fc04a07f0cd58ee14a9f25", "score": "0.7701681", "text": "private void startNextLevel() {\n InGameHelper.turnAllSensorsOff(this);\n if (levelNumber < GlobalPreferences.TOTAL_NUMBER_OF_LEVELS) {\n InGameHelper.turnAllSensorsOff(this);\n CCScene scene = GameLayer.scene(...
c37c930e64db6c8b451d8c16d90f79ab
Created with IntelliJ IDEA. User: Vsevolod Date: 21.03.14 Time: 18:10 To change this template use File | Settings | File Templates.
[ { "docid": "e51c26664efa8416cd2911a91df17285", "score": "0.0", "text": "public interface CompItem\n{\n String getName();\n}", "title": "" } ]
[ { "docid": "5cf6e7275cb8d34bdacabdb57b1297ed", "score": "0.6113009", "text": "public void mo74847b() {\n }", "title": "" }, { "docid": "17942d6ab34e0234c0d99b1b5c8e7a12", "score": "0.6100912", "text": "private void gemsupid() {\n\n }", "title": "" }, { "docid": ...
3ccc095ac393c6560175fc0e69423ee0
$ANTLR end "rule__ViewInstance__Group__1__Impl" $ANTLR start "rule__ViewInstance__Group__2" InternalIsml.g:12611:1: rule__ViewInstance__Group__2 : rule__ViewInstance__Group__2__Impl ;
[ { "docid": "27069bf8e8eb190a53d7ad9e8805edee", "score": "0.8380413", "text": "public final void rule__ViewInstance__Group__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalIsml.g:12615:1: ( rule__ViewInstance__Group__2...
[ { "docid": "d28c3a11aac0103e45ee0f71498d6411", "score": "0.8215849", "text": "public final void rule__ViewInstance__Group_2_0__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalIsml.g:12707:1: ( rule__ViewInstance__Grou...
8c80fa755cb3193dff114c813d97d226
Questa funzione serve a chiedere all'utente se vuole o no commentare/condividere il video
[ { "docid": "038d3675999751e13cdd1f7db125d97b", "score": "0.0", "text": "public boolean vuoi()\r\n {\r\n Scanner in1 = new Scanner(System.in);\r\n String scelta1 = in1.next();\r\n\r\n if (scelta1.equals(\"S\") || scelta1.equals(\"s\"))\r\n {\r\n return true;\r\n ...
[ { "docid": "18f2004ffd6a293cadc765b5b0b193a3", "score": "0.6633543", "text": "@Override\r\n\tprotected void onVideo() {\n\t\t\r\n\t}", "title": "" }, { "docid": "2a2d3943485de70946a66205e5d91239", "score": "0.65335023", "text": "private void cargarvideo(String video, String mensaje,e...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7af8062996788ceaeb93d5818829eab7", "score": "0.0", "text": "@Override\n\t\t\t\t\tpublic void onItemClick(AdapterView<?> parent, View view,\n\t\t\t\t\t\t\tint position, long id) {\n\t\t\t\t\t\tif (mReviewAdapter != null) {\n\t\t\t\t\t\t\tObject item = mReviewAdapter.getItem((int) id);\n\t\t\t...
[ { "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}", ...
c1c65a4c9f03d54b576f6ecf192f8da2
Set this required option to specify where to write the output.
[ { "docid": "e3a14478972311cee3852543a21ad775", "score": "0.55623", "text": "@Description(\"Path of the file to write to\")\n @Validation.Required\n String getOutput();", "title": "" } ]
[ { "docid": "5254ea09d48e40db9e2ec7f83083f81a", "score": "0.69469327", "text": "public static void setOutput(String opt){\n\t\t\tout = opt;\n\t}", "title": "" }, { "docid": "d82b79145f4d5273db0224ec6c57c4b2", "score": "0.6651191", "text": "void setOutputOptions(String property);", ...
1aad87bc87f8e2ee71bc1b3ac96edf55
Return type metadata object
[ { "docid": "ce3960bb9a2db1273501f75bb8e7f21b", "score": "0.0", "text": "public static org.apache.axis.description.TypeDesc getTypeDesc() {\n return typeDesc;\n }", "title": "" } ]
[ { "docid": "4d0706e225de0d3c32f5d58aacee919a", "score": "0.81437534", "text": "MetadataType getMetadata();", "title": "" }, { "docid": "e71c56f6e557b3b88520e47e4799797e", "score": "0.6904064", "text": "Metadata.Restriction.Type getTyp();", "title": "" }, { "docid": "44a3d...
ae8082bf559c0ef564c1122eed719513
Setter of the property op2NacinAdresiranja
[ { "docid": "dd76d08331f9d3b9a36e45562a234623", "score": "0.7429136", "text": "public void setOp2NacinAdresiranja(NacinAdresiranja op2NacinAdresiranja) {\r\n\t\t\tthis.op2NacinAdresiranja = op2NacinAdresiranja;\r\n\t\t}", "title": "" } ]
[ { "docid": "1163eb29b2939e9376e10144aa506c36", "score": "0.6874269", "text": "public void setOp1NacinAdresiranja(NacinAdresiranja op1NacinAdresiranja) {\r\n\t\t\tthis.op1NacinAdresiranja = op1NacinAdresiranja;\r\n\t\t}", "title": "" }, { "docid": "9cb7e4c0357ccae9555f2a276c5c5b79", "scor...
6f8dbd6ba7c5142beaecf200bd378537
does the set contain point p?
[ { "docid": "ca6823638919a79ad63b3352feff5584", "score": "0.6882322", "text": "public boolean contains(Point2D p){\n if(p == null)\n throw new IllegalArgumentException(\"null input!\");\n return contains(root, p);\n }", "title": "" } ]
[ { "docid": "3ab2b6b4a6ca3858cee48ed271818ac0", "score": "0.85049033", "text": "public boolean contains(Point2D p) {\n return set.contains(p); \n }", "title": "" }, { "docid": "faa6fc4f0e0b11d20abb9bb86838b9ca", "score": "0.85019296", "text": "public boolean cont...
6c067e6140865ced6d6c44b027ff255e
optional uint32 account_to_swap = 3;
[ { "docid": "fc4ee0be46ee95310dc3451ad22d023d", "score": "0.5508211", "text": "public Builder clearAccountToSwap() {\n bitField0_ = (bitField0_ & ~0x00000004);\n accountToSwap_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "308f36aedd752653bbf25312f496aea0", "score": "0.7898375", "text": "int getAccountToSwap();", "title": "" }, { "docid": "b9499a1dd927b92984c96c90ba055e37", "score": "0.68841094", "text": "public int getAccountToSwap() {\n return accountToSwap_;\n }", "title": ""...
a18cdd3ac90cc93bc5680b06a6d624e3
Test the behavior when loading the comments failed and the view layout is created before the request is send.
[ { "docid": "6236966daa1ba2f6e8fe2f71424219b0", "score": "0.8373467", "text": "@Test\r\n public void testLoadCommentsFailedAndViewLayoutCreated() {\r\n this.initArgs();\r\n presenter.onViewCreated(args);\r\n presenter.onViewLayoutCreated();\r\n verify(api).comments(lineup.g...
[ { "docid": "6f8b5115a9ca511b5bc580ea6361127b", "score": "0.85237205", "text": "@Test\r\n public void testLoadCommentsFailedAndViewLayoutNotCreated() {\r\n this.initArgs();\r\n presenter.onViewCreated(args);\r\n verify(api).comments(lineup.getId(), true, null, null);\r\n ve...
0f968715e73c180fc8860caa45440031
Change player velocity, direction and size(crouch)
[ { "docid": "1794c61cf99204d1423508dd37dcc2bb", "score": "0.0", "text": "@Override\n public void keyPressed(KeyEvent e) {\n if (paused) return;\n if (p1.getYOrd() == jjm.GAME_HEIGHT1 - p1.getPlayerHeight()) updatePlayer(e, p1);\n if (multiplayer && p2.getYOrd() == jjm.GAME_HEIGHT2...
[ { "docid": "30a2fd8f5b37e9217e8c2635ae1404e0", "score": "0.6702331", "text": "@Override\n public void apply(){\n setVelocity(0,0);\n }", "title": "" }, { "docid": "2d24a6fd910cc2dc16ff851dba0060c1", "score": "0.66954273", "text": "public void s...
8f05bc9d57eb50fbbcf5e526c6e5ef70
change view while click menu icon
[ { "docid": "1425ed140dd3735baafd5ac742688c00", "score": "0.0", "text": "private void setActionDisPlayMenu() { \n JPanel sub_menu_icon_panel = frame.getMenu_display_icon_panel();\n sub_menu_icon_panel.addMouseListener(new MenuColorListener(sub_menu_icon_panel));\n sub_menu_icon_panel...
[ { "docid": "3ae748dcae642bab51ab4461e01b93ca", "score": "0.7402334", "text": "void OnMenuClicked(int position, View view);", "title": "" }, { "docid": "455d3a133cf88489fa435f20fe9b822d", "score": "0.7170047", "text": "public void toMenu() {\n myGame.setMenuView();\n }", ...
8fcdafe7bf04dad587e6cf2b17088306
/ Enabled aggressive block sorting Enabled unnecessary exception pruning Enabled aggressive exception aggregation
[ { "docid": "149cedb321f6df164ecefdf68005132e", "score": "0.0", "text": "@Override\n public long cancelRequest(int n) {\n if (this.mLegacyDevice.isClosed()) {\n Log.e(TAG, \"Cannot cancel request, device has been closed.\");\n throw new ServiceSpecificException(4, \"Cannot...
[ { "docid": "8862bb37cfc75bf8be0fcadb4e78ec46", "score": "0.5742954", "text": "@Override\r\n public boolean shouldSort() {\r\n return false;\r\n }", "title": "" }, { "docid": "f6e6ab9a68d19d3551da496d9d06a35a", "score": "0.5652064", "text": "@Test\n public void queueOr...
aacb2948eb65a54d9783c60e50dad6f4
Get the file for cached data.
[ { "docid": "cb51e1cb7eed6614033d1efa4b585d7c", "score": "0.0", "text": "public double[] getThresholds(DataType dataType) {\n PGMConfiguration config = PlugInObjectManager.getManager().getPathwayPGMConfig();\n Map<DataType, double[]> typeToThreshold = config.getTypeToThreshold();\n i...
[ { "docid": "e1c0d9e80874033954af6d8a91addaed", "score": "0.8302934", "text": "File getCacheFile();", "title": "" }, { "docid": "e6439381ee2ac26b765f0d22e3db0a38", "score": "0.7159669", "text": "@Nullable\n private Path getCacheFile(@NotNull Project project, @NotNull VirtualFile reso...
bbad12eafcfb222a01f90f7c93770f1e
find the view objects needed to make this work
[ { "docid": "986b64f02d393165ec4e1000bf4ef9ae", "score": "0.0", "text": "public void onCreate(Bundle savedInstanceState)\n {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.factor_matrix);\n mv0 = (MatrixView)findViewById(R.id.mat0);\n ml = (PartitionGroup)f...
[ { "docid": "480c4721e181aeaddf268cfa47b217dc", "score": "0.8323697", "text": "private void findViews() {\n \n }", "title": "" }, { "docid": "a763ff730e45e8b5d76ac7ecd1a14671", "score": "0.7511613", "text": "private void findViews() {\n if (getView() != null) {...
6c1b70d1ca905525d22ee581b315b7a2
Gets a readonly view of the custom error HTTP status code to exception type mapping.
[ { "docid": "c73d86bf546ea733587048603c7b0116", "score": "0.66655254", "text": "public Map<Integer, String> getHttpStatusCodeToExceptionTypeMapping() {\n return httpStatusCodeToExceptionTypeMapping == null\n ? null : Collections.unmodifiableMap(httpStatusCodeToExceptionTypeMapping);\n ...
[ { "docid": "59317a8920540a169741a182e300dbdf", "score": "0.6802127", "text": "public Map<Integer, Class<? extends StatusCodeException>> getStatusCodeExceptionMap()\n\t{\n\t\treturn statusCodeExceptionMap;\n\t}", "title": "" }, { "docid": "7dcce358bba80316fbeeb4d09dd0ee0d", "score": "0.63...
880396fc25c8a8b84018d9b67e5f6352
Created by wjt on 2018/6/17.
[ { "docid": "1936b84d4562ae5c3dd20cbfd1f04438", "score": "0.0", "text": "public interface ApplicationContext extends BeanFactory {\n\n}", "title": "" } ]
[ { "docid": "76a80470fd21f5a9092c258ed3a8a632", "score": "0.64534336", "text": "private static void 로또번호리스트() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6331273", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d35a212b6a1fe33b7d2d465d6f220fc4", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\r\n\t\tN=sc.nextInt();\r\n\t\tK=sc.nextInt();\r\n\t\tarr=new int[N];\r\n\t\tG=new ArrayList<ArrayList<Integer>>();\r\n\t\tfor(int i=0;i<N;i++)\r\n\t\t\...
[ { "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 ...
341bf24f6e8f3c817dc4d4ffacb15aa3
/parantez ici carpma ve bolmeler.onceki soldaki islem yapilir toplama ve cikarma yapilir. onceki soldaki
[ { "docid": "b1ed045215998de0e72794de405899aa", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tint i1 = 12;\n\t\tint i2 = 13;\n\t\tint i3 = 14;\n\t\tint i4 = 15;\n\t\t\n\t\tSystem.out.println(i1 + i2 * i3);//13*14=182 ve 12+182=194\n\t\tSystem.out.println(i1*i2 + i3*i4);//12*13=1...
[ { "docid": "ccb859420fd8187cd6a5ac0905b01243", "score": "0.6845925", "text": "private int sonHeceHarfSayisi(HarfDizisi kelime) {\r\n\r\n final int boy = kelime.length();\r\n TurkceHarf harf = kelime.harf(boy - 1);\r\n TurkceHarf oncekiHarf = kelime.harf(boy - 2);\r\n\r\n if (...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "5847b7ed1c7e686c7bb89925711d7178", "score": "0.0", "text": "public final void m8628b() {\n this.f7100e = true;\n if (this.f7099d) {\n this.f7096a.m8632a(this.f7097b);\n }\n }", "title": "" } ]
[ { "docid": "dad0e5f2871b1cb3bb5be4a851aa49c0", "score": "0.6336056", "text": "@Override\r\n\tpublic void operatorB() {\n\t\t\r\n\t}", "title": "" }, { "docid": "da0c4ac2bb0ebbc548180f9ebaee4c39", "score": "0.62674177", "text": "@Override\n\tpublic void b() {\n\t\t\n\t}", "title":...
a330bd02e7ecd13d17c00c45c591e298
Returns the description of the dialog. It is defined as Dialog.vm.Domain.Description in TextResources.
[ { "docid": "db7ca6aa39326f33c772fdbebb147de9", "score": "0.7967584", "text": "@Override\n protected String getDescription() {\n return Tools.getString(\"Dialog.vm.Domain.Description\");\n }", "title": "" } ]
[ { "docid": "e1d957cbf881b4f5bd3ea89547eaf601", "score": "0.7330862", "text": "@Override\n\tpublic String getDescription() {\n\t\treturn descriptionText.getText();\n\t}", "title": "" }, { "docid": "5992aa91bcb6642274026bd49d99a25b", "score": "0.7237004", "text": "@Override\n\tpublic S...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "f7c4a807a5151ee20136c3cdeaf988a6", "score": "0.0", "text": "public void mo11198a(JSONSerializer agVar, Object obj, Object obj2, Type type, int i) throws IOException {\n SerializeWriter baVar = agVar.f2846b;\n if (obj instanceof Multimap) {\n agVar.mo11325c(((Multimap...
[ { "docid": "937780f4f035d57e7a7e7267f6580385", "score": "0.6369484", "text": "public interface C0257a {\n /* renamed from: a */\n void mo786a();\n }", "title": "" }, { "docid": "e64b0e78a1866c07d6a7a8de5ad114d6", "score": "0.63654995", "text": "public a a(ao.a ☃) {\r...
bc128a38e57a2c2ca9b3cef706140f5a
Intent intent = new Intent(Settings.ACTION_SETTINGS); startActivity(intent);
[ { "docid": "a35c7259739c68b830915d5d60408aa4", "score": "0.6653777", "text": "private void openSystemSettings() {\n }", "title": "" } ]
[ { "docid": "f4ebec6d17abe4b3c2f1c8f1d4a117e8", "score": "0.837693", "text": "private void goToSettings(){\n Intent intent = new Intent(android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS);\n Uri uri = Uri.fromParts(\"package\", Objects.requireNonNull(getActivity()).getPackageName...
56733c4210f6e21e76cfb2cc1494f656
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
[ { "docid": "12fddf206fd292af75ba4f0ae29f423a", "score": "0.0", "text": "public static _Fields findByThriftIdOrThrow(int fieldId) {\n _Fields fields = findByThriftId(fieldId);\n if (fields == null) throw new IllegalArgumentException(\"Field \" + fieldId + \" doesn't exist!\");\n retu...
[ { "docid": "1375135833329b2bec485473bc019be5", "score": "0.76263654", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByThriftId(int fieldId) {\n switch(fieldId) {\n case 1: // E\n return E;\n default:\n return null;\n ...
953903773d9d7152b92ae9429e9636b7
Dependency: event tracking service.
[ { "docid": "fd94fa52c06b5f04660748fae0b46f30", "score": "0.63481283", "text": "public void setEventTrackingService(EventTrackingService service)\n\t{\n\t\tm_eventTrackingService = service;\n\t}", "title": "" } ]
[ { "docid": "5b3ccc1fa6851c9d4cfb6e37db8496ba", "score": "0.7005448", "text": "private EventService() {\n\t\teventClass = Event.class;\n\t\tsubscriptions = new Vector<Subscription>();\n\t}", "title": "" }, { "docid": "0f5df6498f3b1193005fbef346074c00", "score": "0.69145954", "text": "...
45720987227a13be69413f63914c8345
2 cases (Smooth Marker or Step Marker) return near or not
[ { "docid": "81a32bfb668efbe7a8d0c43fba3660f9", "score": "0.66178685", "text": "public boolean checkNear(Location my, LatLng smooth, NavigationMarkers step){\n\t\tfloat dist = returnDist(my, smooth, step);\n\t\tif(dist == -1){\n\t\t\tLog.e(\"ERR\", \"my, smooth, step are all set\");\n\t\t\treturn false;\...
[ { "docid": "2b9be1475975a1bc8dabcd787aa66a1d", "score": "0.60266525", "text": "boolean hasOffsetDistance();", "title": "" }, { "docid": "4cacaf46dac7f0e4f519a784fc6d8d54", "score": "0.5866493", "text": "private LatLng bestPointCalculator() {\n\n double latitude = 0.0;\n ...
50f3d1f304c15606ff42609c45cdad69
Test case number: 20 /Coverage entropy=1.0986122886681096
[ { "docid": "eaf46fdf32fc029e9fdfa64287b3bf20", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test20() throws Throwable {\n ContractDetails contractDetails0 = new ContractDetails();\n String string0 = EWrapperMsgGenerator.contractDetails((-1073741824), contractDetails0);\n ...
[ { "docid": "edbd254adb205bdee80095b913541089", "score": "0.7316224", "text": "@Test(timeout = 4000)\n public void test085() throws Throwable {\n TestInstances testInstances0 = new TestInstances();\n Instances instances0 = testInstances0.generate();\n Evaluation evaluation0 = new Evalua...
b287f0a7106ffc40434cfc93491609db
Turns a block vector into a readable string
[ { "docid": "294cc480f8922035db6e9bcce3c981dc", "score": "0.728455", "text": "public static String blockVectorToString(BlockVector blockVector) {\n return \"(\" + blockVector.getBlockX() + \", \" + blockVector.getBlockY() + \", \" + blockVector.getBlockZ() + \")\";\n }", "title": "" } ]
[ { "docid": "7d8dcef1888a336f564cff560a9b8b02", "score": "0.62242925", "text": "private String vectorToString(final List<String> vector, final String delim) {\r\n final StringBuffer sb = new StringBuffer();\r\n String s = \"\";\r\n for (int i = 0; i < vector.size(); i++) {\r\n ...
20a7fe28942a96dfcf4b10e1ac92e52a
Get Name. Alphanumeric identifier of the entity
[ { "docid": "1ab1288c7ef7e817ff2cf7e6989720e1", "score": "0.0", "text": "public String getName() \n{\nreturn (String)get_Value(\"Name\");\n}", "title": "" } ]
[ { "docid": "6ff287a555c18e86ebe9a141b83e2829", "score": "0.7945959", "text": "public String getName() {\n\t\treturn new String(\"E\") + id;\n\t}", "title": "" }, { "docid": "14d9f2e954c020ffb2385e7000f927f1", "score": "0.7864825", "text": "String getEntityName();", "title": "" ...
4987d2ea1e85c0ab449735750e295d34
registrar la baja de las evidencias que recibe como parametro.
[ { "docid": "e1a633ff63f5755c6d80f2e1dcfe091f", "score": "0.65865993", "text": "void registrarBajaEvidencia(List<EvidenciaDTO> evidenciasDto) throws NSJPNegocioException;", "title": "" } ]
[ { "docid": "00828655bb54deeb8fcd521f7fc13192", "score": "0.59291416", "text": "public void entregarPedido() {\n\t\t//mostrar el precio del pedido\n\t\t//long id = vista.getPedido().getId()\n\t\tPedido pedido= preparacion.getPedido(1);//1 serie el id \n\t\t//marcar pedido como pendiente\n\t\tpreparacion....
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a1af1f813d6cb106f1f11ddbd8e53652", "score": "0.0", "text": "public static void main(String[] args) throws ParseException {\n\t\tSimpleDateFormat sdf = new SimpleDateFormat(\"dd-MM-yyyy\");\n\t // java.util.Date bDate = sdf.parse(\"12-12-1990\");\n\t // java.util.Date eDate =sdf.parse(\"1...
[ { "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": "" }, { ...
96c39d8edd39d6962a8adbc90b31694c
Returns an iterator for all DrawFillImageElement elements.
[ { "docid": "3d4f633e03e072c474d54b136ef8ff99", "score": "0.79469496", "text": "public Iterable<DrawFillImageElement> getFillImages() {\n if (mFillImages != null) {\n return mFillImages.values();\n } else {\n return new ArrayList<DrawFillImageElement>();\n }\n ...
[ { "docid": "7662bbcfc2fa84caac1e9bd6b13742d0", "score": "0.64058816", "text": "public Iterator<ImageData> iterator() {\n return Arrays.asList(_imageDataAry).iterator();\n }", "title": "" }, { "docid": "4a2183aaa83ad73b1be1fe2c689d903e", "score": "0.6205426", "text": "java.u...
3064aedb2a64a2c92f1b42de3ecf58f8
required .protobuf.AirConditionerSendorSpecificInfo.AirConditionerOperatironMode operationMode = 4;
[ { "docid": "86b7cbb2c4e35748c2e98ea95645cee0", "score": "0.76971596", "text": "public com.harmazing.protobuf.SensorProtos.AirConditionerSendorSpecificInfo.AirConditionerOperatironMode getOperationMode() {\n return operationMode_;\n }", "title": "" } ]
[ { "docid": "81f62dd4ea621e6f97dd069928a5b5dd", "score": "0.8566893", "text": "com.harmazing.protobuf.SensorProtos.AirConditionerSendorSpecificInfo.AirConditionerOperatironMode getOperationMode();", "title": "" }, { "docid": "7c974330759fa8d632e468b636294db2", "score": "0.77722776", "...
4df2ba97fe5735aea7d4e754460843be
Entry point to show all Answer entities
[ { "docid": "c8cf59a659e162303695ccc16fcd7c01", "score": "0.0", "text": "public String indexAnswer() {\n\t\treturn \"redirect:/indexAnswer\";\n\t}", "title": "" } ]
[ { "docid": "414ceafd3b99bcff7549b94c6400470e", "score": "0.696818", "text": "public List<Answer> allAnswers() {\n\t\treturn answerRepository.findAll();\n\t}", "title": "" }, { "docid": "cf3f1fd41bda844f3d37e2d8205e044d", "score": "0.677224", "text": "public Collection<Question> getAl...
acd3a8682ad943df56b557e5320d5a7f
Send text input to the device
[ { "docid": "183009178ddccadac264f5a9fceb66de", "score": "0.6497768", "text": "public void writeTextEvent(String text) {\r\n\t\ttry {\r\n\t\t\tbridge.sendTextEvent(text);\r\n\t\t\tpause();\r\n\t\t} catch (CalabashException e) {\r\n\t\t\tSystem.out.println(\"Unable to send text event\");\r\n\t\t}\r\n\t}",...
[ { "docid": "349aa0e0c07e7469b4ea111eca1c61f8", "score": "0.71794105", "text": "private void send() {\n\t\tif (!_connected)\n\t\t\treturn;\n\t\tString str = _field.getText();\n\t\tif (str.length() == 0)\n\t\t\treturn;\n\t\t_field.setText(\"\");\n\t\t_buttons.setButtonEnabled(1, false);\n\t\t_area.setText...
702ab1671b4a58e0e4149ab9caaf8f63
Handler for the "About" menu item in the "File" menu. Creates an Information alert dialog to display author and information of this program
[ { "docid": "1a708f2a9d19d7a5ba373ada04ea7fb9", "score": "0.67113405", "text": "@FXML public void handleAbout() {\n fileController.handleAbout();\n }", "title": "" } ]
[ { "docid": "0fab98571755a97e86c5c015856d1c43", "score": "0.7880316", "text": "public void onAboutMenuItem(ActionEvent actionEvent) {\n JOptionPane.showMessageDialog(null, \"This program was created by\" +\n \" Luis Padron.\\n To use this simply select what you would want to do\" +\...
dcbc01d4b51372df11c88a823f13b937
Setter for element bounds settings.
[ { "docid": "6a9a3d64051837ad12c94c680f52938d", "score": "0.0", "text": "public com.anychart.core.annotations.Label bounds(Number x, Number y, String width, Number height) {\n APIlib.getInstance().addJSLine(String.format(Locale.US, jsBase + \".bounds(%s, %s, %s, %s);\", x, y, wrapQuotes(width), he...
[ { "docid": "29cb1b2a25bad0724a082b8c0be552e1", "score": "0.72174454", "text": "public final void setBounds(Bounds bounds) {\n\t\tsetValueAndAddToParent(Property.BOUNDS, bounds);\n\t}", "title": "" }, { "docid": "c7d54b699060bd90b2c707cb71a5a7b0", "score": "0.7008001", "text": "protec...
2304d31b6824f864f7beff687e9371a5
optional bool result = 1;
[ { "docid": "7f58f87733e9e42f7d160e3e56b1b60b", "score": "0.58747786", "text": "public Builder setResult(boolean value) {\n bitField0_ |= 0x00000001;\n result_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "b740a01ab92b1c019157e369aee13a2c", "score": "0.6874348", "text": "boolean getResult();", "title": "" }, { "docid": "1eb73df3b8dda47fd24f8431d72b4eb0", "score": "0.6723591", "text": "public boolean getResult() {\n/* 266 */ return this._result;\n/* */ }", ...
5f5dada17020c8c35d21a53c26ccac3f
optional .CHIDMessageToRemote.DeviceGetFeatureReport device_get_feature_report = 7;
[ { "docid": "95ef705aee1b55e88339f064e1f9b6c8", "score": "0.7353936", "text": "public SteammessagesHiddevices.CHIDMessageToRemote.DeviceGetFeatureReport.Builder getDeviceGetFeatureReportBuilder() {\n return getDeviceGetFeatureReportFieldBuilder().getBuilder();\n }", "title": "" } ]
[ { "docid": "ca81764061234500c428836dac10db9a", "score": "0.88375795", "text": "SteammessagesHiddevices.CHIDMessageToRemote.DeviceGetFeatureReport getDeviceGetFeatureReport();", "title": "" }, { "docid": "ec47c14ae97308eb2985312da2694794", "score": "0.84506756", "text": "Steammessages...
170655b9c4ae84f29de7424109f45af8
/ renamed from: com.facebook.ads.internal.j.a.d
[ { "docid": "58de1edc0c1420fdff331cc22707123e", "score": "0.0", "text": "public interface C1436d {\n /* renamed from: a */\n C1435c mo1754a(C1433a c1433a, C1434b c1434b);\n}", "title": "" } ]
[ { "docid": "b8d0ca6b2ab2b2158daa093444e1c120", "score": "0.6770852", "text": "public static com.facebook.ads.internal.p081a.C1714d m6464a(java.lang.String r1) {\n /* JADX: method processing error */\n/*\nError: java.lang.NullPointerException\n\tat jadx.core.dex.visitors.regions.ProcessTryCatchReg...
765b50521d09560db556a69ff32c199d
Set value with expire time
[ { "docid": "86fea4c7206c496c901c77f444f141dd", "score": "0.0", "text": "public String setex(byte[] session, int expire_time, byte[] user) {\n Jedis jedis = getJedis();\n String res = jedis.setex(session, expire_time, user);\n jedis.close();\n return res;\n }", "title":...
[ { "docid": "14849b62cfe2940e64f9ae7099ba9879", "score": "0.7705041", "text": "public void setExpireTime(int seconds);", "title": "" }, { "docid": "8eb051969ddc79eddf495006cd142557", "score": "0.76332927", "text": "public void setExpiryTime(Date expire) {\n\t\t\n\t}", "title": "" ...
6022e6ab9dde09da6d481b588daeb777
Usado para retorna seu STATUS CODE (um codigo de resposta da requisicao)
[ { "docid": "359de8ed04515fbdb74307bd0ab248a5", "score": "0.0", "text": "@GetMapping(\"/list\")\n\t//@PreAuthorize(\"hasRole('ROLE_USER')\")\n\t@PreAuthorize(\"hasAuthority('USER')\")\n\t@Operation(summary = \"List all animes paginated and sorted\",\n \tdescription = \"To use pagination and sort add t...
[ { "docid": "f1d8e6dc90d2dc994f2258051e695e53", "score": "0.74878436", "text": "gov.nasa.gsfc.spdf.ssc.ResultStatusCode.Enum getStatusCode();", "title": "" }, { "docid": "342233476493885da40df2ee89f57871", "score": "0.73814225", "text": "int getStatusCode();", "title": "" }, {...
682343c0068aae3f3c468b695e2af3dd
Construct a FileSource from a file path.
[ { "docid": "65c329e0f6528f38a94f302f267aeb05", "score": "0.79978245", "text": "public static FileSource fromPath(String filename) {\n return fromPath(filename, new SmarterMap());\n }", "title": "" } ]
[ { "docid": "417f282600f2557d3d704121acd1a982", "score": "0.72700226", "text": "public static FileSource fromPath(String filename, SmarterMap options) {\n if (StringUtils.isBlank(filename))\n throw new FwissrRuntimeException(\"Unexpected file source path: \" + filename);\n return...
0b43aac79a64612207240a37b914abc2
Create the listener list public javax.swing.event.EventListenerList listenerList = new javax.swing.event.EventListenerList(); This is the default constructor
[ { "docid": "4c3d9e2f42a0f8070ba92e147115ba26", "score": "0.0", "text": "public JWPanel() {\r\n\t\tsuper();\r\n\t\t//this.setSize(new Dimension(1024,1024));\r\n\t\t//this.setPreferredSize(new Dimension(800,600));\r\n\t\t//this.setMinimumSize(new Dimension(800,600));\r\n\t}", "title": "" } ]
[ { "docid": "e62f2dc136f03e19c45c3f5334f40fb2", "score": "0.6687404", "text": "public Nim() {\n initComponents();\n cmbListener = new ComboListener();\n btnListener = new ButtonListener();\n }", "title": "" }, { "docid": "307e1498d55e8bb9b7ce4018037f5fcd", "score":...
6a70411c06b5c4321f6494beb99bcc4e
required string Name = 3;
[ { "docid": "6b245d5eea62c8c69e84f76c6b6c4d53", "score": "0.0", "text": "java.lang.String getName();", "title": "" } ]
[ { "docid": "24dd08ed8c2a778a1b026c47b1319c77", "score": "0.62930226", "text": "public void setName (String Name)\n{\nif (Name == null) throw new IllegalArgumentException (\"Name is mandatory\");\nif (Name.length() > 60)\n{\nlog.warning(\"Length > 60 - truncated\");\nName = Name.substring(0,59);\n}\nset_...
4e680f2be942c8f12c1bae3eb310a337
Sets the payment status to yes and adds the payment method
[ { "docid": "5a568ae1d9cd211e9784218c6af01638", "score": "0.54616106", "text": "public void premiumPayment (String name, String paymentMethod) {\r\n for (Premium member : premium) {\r\n if (member.getName() == name.toLowerCase()) {\r\n member.setPaid(true);\r\n ...
[ { "docid": "75ee6a001b02f3a72570c56d21489445", "score": "0.62839156", "text": "@Override\r\n\tpublic String addPaymentToStatus(Payment p) {\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "ca75849298420dd32e9e5b0b78f9a75d", "score": "0.62576944", "text": "public void pay(){\r\n ...
f024df61ae40e7fa3c41fe680c8d1fc9
Sets the given copy as the production copy. As a prerequisite, all link settings between this copy and other local/remote copies must be added to the consistency group.
[ { "docid": "a265b6064c2645118d6a2ef6fd157949", "score": "0.6967483", "text": "public void setCopyAsProduction(FunctionalAPIImpl impl, ConsistencyGroupCopyUID cgCopyUID) throws RecoverPointException {\n String cgCopyName = null;\n String cgName = null;\n\n try {\n cgCopyNa...
[ { "docid": "ba979d593f4db27e504f52d09094726e", "score": "0.6114768", "text": "void setCopyTrust(boolean copy);", "title": "" }, { "docid": "fb9d8e240874a7f8e3ddda5a5b9ed793", "score": "0.6017832", "text": "public final void setCopyMode(int copy) {\n myTree.setCopyMode(copy);\n...
c9802961fdc0cfb04913e9ed5d40414a
| 0 | 1 | 2 | | 3 | X | 5 | | 6 | 7 | 8 | This method will check if a turn is possible & if check=false, it will do the move.
[ { "docid": "d99d6c9e8af0d144bb9610714cc4b559", "score": "0.0", "text": "public boolean putPiece(Board board, int direction, int x, int y, Player getter, boolean check){\n return currentGame.settings.putPiece(this,board,direction,x,y,getter,check);\n }", "title": "" } ]
[ { "docid": "f466d55230cb9efa565207473759caca", "score": "0.71555924", "text": "static void playerTurn() {\r\n int move = s.nextInt();\r\n ArrayList<Integer> legalMoves = getLegalMoves();\r\n\r\n while(!legalMoves.contains(move)) {\r\n System.out.println(\"That is not a le...
c97b62d0831fd1069ae9ca1513cc1138
Express the Regexp above with the code you wish you had
[ { "docid": "7a2cfc807dd580940623b9a90568f440", "score": "0.0", "text": "@Given(\"^(\\\\d+) and (\\\\d+) are provided$\")\n\tpublic void and_are_provided(int arg1, int arg2) throws Throwable {\n\t System.out.println(arg1 % arg2);\n\t}", "title": "" } ]
[ { "docid": "406695df8b70eff4275ab94aff363599", "score": "0.70254314", "text": "@Override\n\tpublic void visit(RegExpMatchOperator rexpr) {\n\t\t\n\t}", "title": "" }, { "docid": "cb1fea238a58c842d863b52bdc76873d", "score": "0.6719434", "text": "public abstract RegularExpression patte...
816efb3ccbf523fb914a66c2547a1c67
Gets the style value for this MapOptions.
[ { "docid": "cea75f6b4d721b5f7ae1209116a858b5", "score": "0.79088765", "text": "public MapStyle getStyle() {\n return style;\n }", "title": "" } ]
[ { "docid": "7d897d8410d28d05e833aae0eb2a0128", "score": "0.76573", "text": "public String getStyle() { return style.getValue(); }", "title": "" }, { "docid": "6679407d32546fab8030328301e8c4f4", "score": "0.7116363", "text": "public String getStyle() {\r\n return style;\r\n ...
f7c6e772098f7a690afadab990b55793
Returns coordinates of the next empty Square.
[ { "docid": "0493a84077ec5303d6449427f7528a3d", "score": "0.73184997", "text": "public String findNextSquare()\n {\n Square s1 = null; \n for (int r = 0; r < 9; r++)\n {\n for (int c = 0; c < 9; c++)\n {\n Square s2 = square[r][c];\n ...
[ { "docid": "a0699bdcf89ad041dcaba3459f5a94e5", "score": "0.6979067", "text": "public Square getStartSquare() {\n\t\treturn this.homeSquares.get(0).getNextSquare();\n\t}", "title": "" }, { "docid": "5bb7560605bde1121a1f1a945bcd3072", "score": "0.69046724", "text": "private int findEmp...
591a68966c09e49d48cbfd81b13c9481
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected. This data isn't considered part of the result data returned by an operation, so it's available through this separate, diagnostic interface. Response metadata is only c...
[ { "docid": "57725af5efc1ffb6b3b589cbd567e693", "score": "0.66214734", "text": "public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request) {\n return client.getResponseMetadataForRequest(request);\n }", "title": "" } ]
[ { "docid": "f7b9caa7fadb33390ec56c08f6f26c2c", "score": "0.6786516", "text": "ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request);", "title": "" }, { "docid": "f7b9caa7fadb33390ec56c08f6f26c2c", "score": "0.6786516", "text": "ResponseMetadata getCachedResponse...
a5c79d2b25b34114ebfefab8d4d3b7f0
Constructor that stores the list string.
[ { "docid": "4aab6e313044edccc1cfe1838fcf9191", "score": "0.0", "text": "public ListCommand() { }", "title": "" } ]
[ { "docid": "33a2b1ffbb04a6f7172143baaa104f50", "score": "0.7245695", "text": "public List( )\r\n\t{\r\n\t\tthis( \"\" );\r\n\t}", "title": "" }, { "docid": "5f78f534a2d6777a8d72c37f4f92d073", "score": "0.70051354", "text": "public SerializableList(List<String> list){\n this.li...
ba92572b901e8835968c664c00b5ae83
Construct a new Minesweeper model
[ { "docid": "168f9dbd4ec5a40c0631c6acd933111c", "score": "0.5262031", "text": "public DemineurModel(int width, int height, int mines) {\n this.WIDTH = width;\n this.HEIGHT = height;\n this.MINES = mines;\n discovered = new boolean[HEIGHT][WIDTH];\n marked = new boolean[...
[ { "docid": "36280de349604b4f2b47e91b9d90e0e5", "score": "0.8306125", "text": "public MinesweeperModel() {\n \tinitMinefield();\n \tsetMines();\n \tsetMinefieldMetadata();\n }", "title": "" }, { "docid": "355aa123c816f7c3af61a65a24afcb16", "score": "0.7595525", "text": "pu...
58265368f8a6d47761bb189832182022
Standard list metadata. More info: +optional optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
[ { "docid": "c951dd224d44ca87a76bff58ae5df8b3", "score": "0.0", "text": "public boolean hasMetadata() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "title": "" } ]
[ { "docid": "a445f29f295c225502bc002550955a9b", "score": "0.84906906", "text": "io.kubernetes.client.proto.Meta.ListMeta getMetadata();", "title": "" }, { "docid": "a445f29f295c225502bc002550955a9b", "score": "0.84906906", "text": "io.kubernetes.client.proto.Meta.ListMeta getMetadata(...
f109a496e5f2a778806c684d55df25bc
repeated .DRG0102U01GrdMasterItemInfo grd_master_item_info = 1;
[ { "docid": "d9d0e4985f42ddafb0685bf794c0d95a", "score": "0.56481117", "text": "public java.util.List<? extends nta.med.service.ihis.proto.DrgsModelProto.DRG0102U01GrdMasterItemInfoOrBuilder> \n getGrdMasterItemInfoOrBuilderList() {\n if (grdMasterItemInfoBuilder_ != null) {\n r...
[ { "docid": "477ca82e168f95d45af9975daf2b4d02", "score": "0.64189917", "text": "nta.med.service.ihis.proto.DrgsModelProto.DRG0102U01GrdMasterItemInfo getGrdMasterItemInfo(int index);", "title": "" }, { "docid": "477ca82e168f95d45af9975daf2b4d02", "score": "0.6417979", "text": "nta.med...
9d44d4abe643f0507091679fc908ef32
Log an info exception and a message with optional format args.
[ { "docid": "c8866ba53e6f813e636ae30cd94838b0", "score": "0.5402546", "text": "void i(Throwable t, String message, Object... args);", "title": "" } ]
[ { "docid": "fd1d59451aad520e18147bcbd80c171e", "score": "0.70147896", "text": "void info(String msg, Throwable cause, Object... params);", "title": "" }, { "docid": "3ec861e5c8877c06aa5b596376c04b5b", "score": "0.6696005", "text": "public void info(String format, @Nullable Object arg...
3e0d649646418b46ae4762b2548e2585
Evaluation of static typing feature within a "where" clause. Wrong operand for expression (uses fn:min). .
[ { "docid": "a40c2faa11457b9163022db7af09eda6", "score": "0.49994475", "text": "@org.junit.Test\n public void statictyping5() {\n final XQuery query = new XQuery(\n \"for $var in (\\\"a\\\",\\\"b\\\",\\\"c\\\") where fn:min(($var,1)) return $var\",\n ctx);\n\n final QT3Result res = resul...
[ { "docid": "9eda31c25f7ae7d3f15c0c8af0088a08", "score": "0.6024587", "text": "T min();", "title": "" }, { "docid": "419006f2d0d6644c7817466a3d38b5fe", "score": "0.58360076", "text": "@Test void testMinAggWithDouble() {\n try (Hook.Closeable ignored = Hook.ENABLE_BINDABLE.addThread...
3f67e2cb85d92641d8274e1557744457
Contexts: Command returns Command Constraint: ( command=Nop | command=Affectation | command=While | command=For | command=If | command=Foreach )
[ { "docid": "be511f9721524c3cd7c6cd9001f96a80", "score": "0.0", "text": "protected void sequence_Command(ISerializationContext context, Command semanticObject) {\n\t\tgenericSequencer.createSequence(context, semanticObject);\n\t}", "title": "" } ]
[ { "docid": "b734d8358f82aab2319d7b7f52f96b35", "score": "0.66298866", "text": "public interface CommandContext\n{\n\t/**\n\t * Retrieve the current attempt number. This will be zero on the initial\n\t * execution attempt on a sequence of <code>Command</code>s, 1 on the first\n\t * retry, etc. Thus, amo...
d7cac2575a1b43cd796ef0dc740a82a6
this is the right position to insert the new node
[ { "docid": "56ea4de1a194be03f55b3b2bb9ec5958", "score": "0.0", "text": "private TreeNode put(TreeNode root, K k, V v){\n if (root == null){\n return new TreeNode(k, v, 1);\n }\n\n int comp = root.key.compareTo(k);\n // if k > root.key, it is in right subtree\n ...
[ { "docid": "d5cc93e53e0b25f939df3d4abf8cb755", "score": "0.7290576", "text": "abstract Node insert(DataNode dnode);", "title": "" }, { "docid": "d083643106c6aa2b9a7666195d01e767", "score": "0.7263915", "text": "abstract public Node insert(MBRHandle data);", "title": "" }, { ...
abb33f85d76f7e8736e63ece06e7d531
databinding method to get an XML representation of this object
[ { "docid": "cdb06bc04a1e8bed3a05f46637d4529a", "score": "0.0", "text": "public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)\r\n throws org.apache.axis2.databinding.ADBException{\r\n\r\n\r\n \r\n \r\n //We can safe...
[ { "docid": "e8e01405cbdc7e8bfc26bf89b5568b29", "score": "0.6846071", "text": "@Override\n\tpublic Object toXML() {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "f683af3c3b70fdf53692bd959780afe5", "score": "0.67550135", "text": "public String as_xml() { return inst.lsl_get_xml(o...
91c7974f004eceeed8c86c093fb46b87
//////////////// SEARCH MZ RT // ////////////////
[ { "docid": "7254ba3b8acad7bfd6dde3f99dc48cae", "score": "0.4639654", "text": "public Map<Field, Collection> searchMzRt(Map<Field, Collection> input, Mode mode, double shift, double prec, double rttolx, double rttoly, Collection<String> cols) throws REngineException, REXPMismatchException {\n\n\t\t// Che...
[ { "docid": "94a02d4c262069bcaa1921e85bda8543", "score": "0.5765462", "text": "TorrentPreview[] search(SearchRequest request);", "title": "" }, { "docid": "9c90a4d6e2caa4d5447209304011fbf1", "score": "0.5572155", "text": "private File searchFile(String namePart)\r\n\t{\r\n\t\tFile sea...
97f4ab8befd5772cd933f0aad45ab323
Gets the balance of an address
[ { "docid": "6874c3d810673da71d49240fbf4e6c73", "score": "0.7348201", "text": "public Request<BigInteger> getBalance(Address address) {\n return getBalance(address, null);\n }", "title": "" } ]
[ { "docid": "163fb4d96527528f10c20e6042ef08ae", "score": "0.79943", "text": "public JSONObject getBalance(String address) throws Exception\n {\n JSONObject result = (JSONObject) query(\"/chains/main/blocks/head/context/contracts/\" + address + \"/balance\", null);\n\n return result;\n ...
b777a0373d35a1fe1be346905ac20ab1
Initializing the Page Objects:................................................................
[ { "docid": "ed774c0d13407a80a60d8b11bb76c99d", "score": "0.7175624", "text": "public AnalysePage() {\n\t\tPageFactory.initElements(driver, this);\n\t}", "title": "" } ]
[ { "docid": "96975dbfd0d24cb801fc49b7ba55a0a1", "score": "0.801259", "text": "@Override\n\tprotected void initOwnPageComponents() {\n\t\tsuper.initOwnPageComponents();\n\t\tconstructPage();\n\n\t}", "title": "" }, { "docid": "2d36fa63c9c5c628a97494e1ce38df32", "score": "0.7638502", "t...
899c9f16d2a10beec81393a53a4ab55c
/ 73: / 74:
[ { "docid": "dceabb5aba182fd2db74f26372108446", "score": "0.0", "text": "public void setStarttime(Date starttime)\r\n/* 75: */ {\r\n/* 76: 73 */ this.starttime = starttime;\r\n/* 77: */ }", "title": "" } ]
[ { "docid": "b941b399a338e8c204f1063e54a94824", "score": "0.6673789", "text": "public void mo7103g() {\n }", "title": "" }, { "docid": "3e2b6cecdab3b4495e39686fcb37522b", "score": "0.6586119", "text": "public void method_7608() {}", "title": "" }, { "docid": "c57f1a...
f1d1e795df005fbfe59aa98a8634c7d2
please leave following line alone, necessary for keyboard/mouse input
[ { "docid": "3191d1f2b644c64801c120ea36181f99", "score": "0.0", "text": "public static void main(String args[]) {\n\t\tKeyController kC = new KeyController(Canvas.getInstance(),new starter());\n\t\tMouseController mC = new MouseController(Canvas.getInstance(),new starter());\n\t\tm = new Rectangle(50,100...
[ { "docid": "06f94f003cc11f57d18539ea2b94c6b4", "score": "0.6750404", "text": "@Override\n \tprotected void mouse() {\n \t\t\n \t}", "title": "" }, { "docid": "1c9cf8423b5c4584248c912f30ec2462", "score": "0.6658055", "text": "@Override\r\n\tpublic void input(MouseHandle mosue) {\n\t\t...
5156dbbf730d92af1361760e86cdd5b3
/ Checks (if necessary) and save data
[ { "docid": "01a265e9fbba6373f8f7fca825df8593", "score": "0.0", "text": "public static final String callMethodFor (final EFormElement field, final String value)\n {\n String checkInputReturnMessage = Data.CHECKMESSAGE_SUCCESS;\n\n switch (field)\n {\n /*\n * Order data\n */\n ...
[ { "docid": "720a4d816285f3c49bf0f7e77a8ff5e4", "score": "0.6910971", "text": "@Override\n\tpublic void saveData() {\n\t\tsuper.saveData();\n\t}", "title": "" }, { "docid": "45cabaa9cd63de352f0d5c0b99f5d447", "score": "0.6885286", "text": "public void saveData();", "title": "" }...
08b9a21423a18fc1e5307bb83353617f
This method call the player object from the game class. If player class is squire, current fatigue will add 1. Call stepsOnRoad statement. It will print out the statement. Depends on the player class, the player step on trap statement will be vary. Print out currentFatigue / maxFatigue
[ { "docid": "8ee77f9e226904224555f40a3d9b990c", "score": "0.72096735", "text": "@Override\r\n\tpublic void visitTile(Game game) {\r\n\t\tPlayer player = game.getPlayer();\r\n\t\tif(player.getClass().equals(Squire.class))\r\n\t\t\tplayer.setCurrentFatigue(player.getCurrentFatigue() + 1);\r\n\t\tplayer.ste...
[ { "docid": "dcf1c38ef97ca39493b0231905dfb1a6", "score": "0.5910511", "text": "public void Step() {\n Testing.methodStart(\"Asteroid.Step()\");\n Move();\n Testing.methodEnd(\"Asteroid.Step()\");\n //its logic stuff, please omit this\n //...
4a614968dd5a534a5413bec85477f90e
changes scene to add Part View, uses the ActionEvent passed into it to identify the stage
[ { "docid": "c3f6f3ad8ca25e1764f36ed3e5532210", "score": "0.7915383", "text": "@FXML\n public void addPartView(ActionEvent event){\n \n changeScene(\"/View_Controller/AddPart_View.fxml\", event);\n }", "title": "" } ]
[ { "docid": "77b0876985dda73502b2fc1d17599723", "score": "0.73232996", "text": "@FXML\n public void MainPartsAdd(ActionEvent event) throws IOException {\n sceneChange(\"addPart.fxml\", event);\n }", "title": "" }, { "docid": "e2571cc2f8906386d541052c07b573a9", "score": "0.710...
9832521ffcb7b6dce6419ecc68bbc445
Loads the configuration file with the given input stream
[ { "docid": "24b5d1bcbf41ede901fe9489c2bc4514", "score": "0.65465856", "text": "public void load(InputStream inputStream) {\n try {\n read(yaml.load(new UnicodeReader(inputStream)));\n } catch (ConfigurationException e) {\n root = new HashMap<String, Object>();\n ...
[ { "docid": "437e072dca1a3b31541ac97301bc666d", "score": "0.79730266", "text": "public InputStream loadConfiguration();", "title": "" }, { "docid": "7f237bef6a29f4ebed5da7efd8edb8a6", "score": "0.7497756", "text": "void loadConfiguration(final InputStream configurationStream) throws C...
86909907457617c9299a15382698c49c
To return the result of applying the given visitor to this Arith
[ { "docid": "49d0b47c4613ebf32f8594c54134a515", "score": "0.6469595", "text": "<R> R accept(IArithVisitor<R> visitor);", "title": "" } ]
[ { "docid": "463731d6abb09ffd5677dfc984f1c370", "score": "0.75107646", "text": "public abstract Object accept(Visitor visitor) ;", "title": "" }, { "docid": "33a1deaaf6a0d29399a39095e62ad4c0", "score": "0.71156543", "text": "@Override\r\n\tpublic Object accept(Visitor<?> visitor) {\n\...
2f799d969c7aa281aa2746e3193771d2
Gets the index of the sound's bufferIndex.
[ { "docid": "a23e60be5f1f58a20c3dc236da490d3b", "score": "0.81224847", "text": "public int getBufferIndex() {\n return bufferIndex;\n }", "title": "" } ]
[ { "docid": "58f9f207f40bae2bdac5a9826f04a2ec", "score": "0.6519565", "text": "int getSoundIndex();", "title": "" }, { "docid": "14ccbaccfc76a0e46ac9529be1f3807e", "score": "0.6391769", "text": "public int getSoundIndex() {\n return soundIndex_;\n }", "title": "" }, { ...
3b75076b26c99f769feec91f987fad8a
This method was generated by MyBatis Generator. This method sets the value of the database column new_qrtz_schedule_job.brand_id
[ { "docid": "2d465866e32aa1aff539694b498af627", "score": "0.7164492", "text": "public void setBrandId(Integer brandId) {\n this.brandId = brandId;\n }", "title": "" } ]
[ { "docid": "8c561182714653978cd95630fdc12b9c", "score": "0.7303375", "text": "public void setBrandId(Long brandId) {\r\n this.brandId = brandId;\r\n }", "title": "" }, { "docid": "8c561182714653978cd95630fdc12b9c", "score": "0.7303375", "text": "public void setBrandId(Long ...
7a5e1cf4b34d49b0bda90ab132afa5ca
Create a new authenticator object
[ { "docid": "32370b1aef4e52a438f19beb70d9f85f", "score": "0.5869666", "text": "@Override\n public void onCreate() {\n mAuthenticator = new NewzAuthenticator(this);\n }", "title": "" } ]
[ { "docid": "fab1a533222c0a6890e0d4243dc61c92", "score": "0.77699846", "text": "private AbstractAuthenticator<String> createAuthenticator() {\n return new AbstractAuthenticator<String>(30, TimeUnit.SECONDS) {\n @Override\n protected String getPrincipal(Credentials credentials...
7a5f3e4326f1253a16ae5406ae3b467d
Long running delete request, service returns a 202 to the initial request. Poll the endpoint indicated in the AzureAsyncOperation header for operation status.
[ { "docid": "1938d2eb1fa6455225673ce525aec810", "score": "0.56086093", "text": "public Observable<ServiceResponseWithHeaders<Void, LROSADsDeleteAsyncRelativeRetryNoStatusHeaders>> deleteAsyncRelativeRetryNoStatusAsync() {\n Observable<Response<ResponseBody>> observable = service.deleteAsyncRelativ...
[ { "docid": "aebf48e8f2175542e15ef2de003b3708", "score": "0.6178769", "text": "Response delete() throws InvocationException;", "title": "" }, { "docid": "6adac2db7af49fdf23e52add3ee06426", "score": "0.60950553", "text": "@ServiceMethod(returns = ReturnType.SINGLE)\n SyncPoller<Poll...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "e1a7d9f5527431f567360d57b9e01017", "score": "0.0", "text": "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n PrintWriter out = response.getWriter();\r\n System.out.println(...
[ { "docid": "cae8906078924cde8196073adb9173fe", "score": "0.70273906", "text": "Post(){\r\n \r\n \r\n }", "title": "" }, { "docid": "65498fd0c44ab7f02f73e2018ca33680", "score": "0.7000886", "text": "@Override\n protected void doPost(HttpServletRequest request, Http...
8fa739a76f4974f4aabe2000ba51e14c
repeated .Request.ProtoRequest.Card cards = 1;
[ { "docid": "11543d59d0060e769d390ed882433eeb", "score": "0.71726465", "text": "com.jcoinche.server.Request.ProtoRequest.Card getCards(int index);", "title": "" } ]
[ { "docid": "bd28de26b9536fd00d32459d90385a40", "score": "0.7260855", "text": "java.util.List<com.jcoinche.server.Request.ProtoRequest.Card> \n getCardsList();", "title": "" }, { "docid": "248b24a4e7c8e4416e580f7005a92abb", "score": "0.71801645", "text": "java.util.List<? ext...
22f80b6abc2c467b9224232f3af6cf73
/ / / / / / / / / / / / / / / / / / / / / / / /
[ { "docid": "53f2bdb3d8df94e317f1f9bae0d22a88", "score": "0.0", "text": "private DefinedProfileSpec createPofileSpec(VsanIscsiConfigEditSpec spec) {\n/* 74 */ DefinedProfileSpec profileSpec = null;\n/* 75 */ if (spec.policy != null) {\n/* 76 */ profileSpec = new DefinedProfileSpec();\n/* 77...
[ { "docid": "d94093d5bb76d3a8340b4a6ceffae099", "score": "0.53916776", "text": "int rootSize();", "title": "" }, { "docid": "752e4c59765407d1dbded4c6913db8f1", "score": "0.5320277", "text": "public int getSize() {\n/* 38 */ return 1;\n/* */ }", "title": "" }, { "d...
4149a151af8976ae68363709aa7b91aa
/long a = Calendar.getInstance().getTime().getTime(); System.out.println(a); long b = a + 60 1000; System.out.println(new Date().getTime() ); Date datea = new Date(a); Date dateb = new Date(b); SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd HH:mm:ss:SSSS"); System.out.println(sdf.format(datea)); System.out.print...
[ { "docid": "212e1d543230e65cfe573b4c21a822b7", "score": "0.0", "text": "public static void main(String[] args) {\n\n CodCacheEhcacheServiceImpl ehcacheService = new CodCacheEhcacheServiceImpl();\n\n Map map = new HashMap();\n map.put(\"a\", \"a\");\n map.put(\"b\", \"b\");\n ...
[ { "docid": "1718fd86dde507ae582933f42096c437", "score": "0.6539089", "text": "long getLogDate();", "title": "" }, { "docid": "668eca7ba4573d67a6cd6e591297fee0", "score": "0.64751893", "text": "private String createLogTimeStamp()\r\n {\n long currTime = plugin.getCurrentTimeInM...
37aa8352405d2161117f823c03750fda
Without alpha mapping: x = X(t) t = t0 + alphaX (tFX t0) alphaX = (t t0) / (tFX t0) With alpha mapping: y = X(tPrime) tPrime = t0 + alphaPrime(alphaY) (tFX t0) alphaY = (t t0) / (tFY t0) where alphaPrime ensures that the velocities at t0 and tF end are unchanged
[ { "docid": "50cbdbf69563d74d14b2b1da731552a6", "score": "0.4894958", "text": "public double getPosition(int index, double t)\n {\n\n if (alphaToAlphaFunctions == null)\n {\n return trajectories[index].getPosition(t);\n }\n\n else\n {\n double deltaTime = (tFMax...
[ { "docid": "e73f61fe3cb2837579c447e02f78e5c9", "score": "0.5856096", "text": "public static float[] lerp(float v1x, float v1y, float v1z, float v2x, float v2y, float v2z, float alpha, @ExtractionParam @MinLength(3) float[] res)\n\t{\n\t\tif(alpha == 0.0f)\n\t\t{\n\t\t\tres[0] = v1x;\n\t\t\tres[1] = v1y;...
ea58af030c9b4f1072ef9ee9aa53ae60
this method adds the order by statements to the query model
[ { "docid": "65846519c55d92c6da3c4f5b21e4eab2", "score": "0.7062411", "text": "protected void generateOrderBy( SQLQueryModel query, LogicalModel model, List<Order> orderBy,\n DatabaseMeta databaseMeta, String locale, Map<LogicalTable, String> tableAliases, Map<String, String> columnsMap,\n Map<...
[ { "docid": "45b846177b001323b923e8d54beec705", "score": "0.70872843", "text": "private void constructExecuteSql() {\n getMetaData();\n // Validate that the primary keys are present in the underlying SQL\n StringBuilder orderBySql = new StringBuilder(super.getExecuteSql()).append(\"\...
b82a48b5a24b586620c67d94634a5ccf
skip header of csv file
[ { "docid": "fa65d5f2b6d0aa394f02b4fcb77f9e82", "score": "0.0", "text": "public void map(LongWritable key, Text value, OutputCollector<WeekBoroughWritable, IntWritable> output,\n\t\t\tReporter reporter) throws IOException {\n\t\tif (key.get() == 0)\n\t\t\treturn;\n\t\tString line = value.toString();\n\t\...
[ { "docid": "e75c59dcf47124eb0a911ab1450e3ed5", "score": "0.6747277", "text": "public static void skipHeader(Scanner chessFile, String filename, int headerLength) throws FileNotFoundException\r\n\t{\r\n\t\tfor (int i = 0; i < headerLength; ++i)\r\n\t\t{\r\n\t\t\tchessFile.nextLine();\r\n\t\t}\r\n\t}", ...
a1e551dbc3337982312918649d4dad68
Distribution over possible languages. repeated .speechkit.stt.v3.LanguageEstimation languages = 6;
[ { "docid": "1ab5ee3eea49e3bb8fa9bd8a42345c65", "score": "0.6410349", "text": "@java.lang.Override\n public yandex.cloud.api.ai.stt.v3.Stt.LanguageEstimation getLanguages(int index) {\n return languages_.get(index);\n }", "title": "" } ]
[ { "docid": "5a6ca062f60daebc3ccfc7d1d38d805a", "score": "0.692368", "text": "yandex.cloud.api.ai.stt.v3.Stt.LanguageEstimation getLanguages(int index);", "title": "" }, { "docid": "06ad2d2fa3889ab9350cf428bef2f7c8", "score": "0.654052", "text": "java.util.List<yandex.cloud.api.ai.stt...
48b15e356a9c56bfc756c1d89b10b2e4
creates a ndimensional vector
[ { "docid": "c90c3f53a062d4b04a7cb424f0073225", "score": "0.6828809", "text": "public Vector(int n){\n\t\tthis.n = n;\n\t\tthis.content = new double[n];\n\t}", "title": "" } ]
[ { "docid": "af0c723612a219673b0c2acc29fa1955", "score": "0.7136528", "text": "public NVector() {}", "title": "" }, { "docid": "7d30806f26eb160b14fe87109a280377", "score": "0.665296", "text": "public Vec() {\n\t\t//Set attributes\n\t\tnumComponents = 2;\n\t\t//Initialize array\n\t\tco...
691b464bbf4abee3aaf2591262e40358
/ drawPlustAtSpot showImageMousePos() show the mouse positions in the image. Only report if debugging...
[ { "docid": "745d84ad2927cb4a714c3d97e2c81e48", "score": "0.7528222", "text": "private void showImageMousePos(MouseEvent e, String msg, int x, int y)\n { /* showImageMousePos */\n /*\n if(mae.CONSOLE_FLAG)\n {\n if(msg==null)\n msg= \"\";\n Util.showMsg(\"[\" + msg + \"] \" + \" x=\"...
[ { "docid": "68329a0ff33fd033d4bc5bb00898a5dc", "score": "0.7144402", "text": "private void showMouseCoords(String msg, int x, int y, int imgNbr)\n { /* showMouseCoords */\n /*\n if(mae.CONSOLE_FLAG)\n Util.showMsg(\"[\" + msg + \"] (x,y)= (\" + x+ \",\" + y +\n \") (xRelMap...
8471b01f162871828c47f8d87e7a2be6
Open the creategame UI. You will get back an onActivityResult and figure out what to do.
[ { "docid": "73406d37ed708e4f05c2257cff63a4fa", "score": "0.0", "text": "public void onStartMatchClicked() {\n Intent intent = Games.TurnBasedMultiplayer.getSelectOpponentsIntent(mGoogleApiClient,\n 1, 7, true);\n startActivityForResult(intent, RC_SELECT_PLAYERS);\n }", ...
[ { "docid": "102f63b9f8167c79c194d05d136fd8bb", "score": "0.81101155", "text": "public void goToCreateGame(){\n presenter.setScreenCreateGame();\n Intent intent2 = new Intent(this, CreateGameActivity.class);\n this.startActivity(intent2);\n }", "title": "" }, { "docid"...
0c8643a53093c2c8eed157478a575970
Add a numbered rule.
[ { "docid": "8100258423aff5817b77b609056fbf20", "score": "0.0", "text": "public void add(double order, Rule rule) {\n\t\t\torders.add(new Double(order));\n\t\t\trules.add(rule);\n\t\t}", "title": "" } ]
[ { "docid": "3a800a3d07be747635aaf23f283332df", "score": "0.6476196", "text": "private static interface NumberRule\n/* */ extends Rule\n/* */ {\n/* */ void appendTo(Appendable param1Appendable, int param1Int) throws IOException;\n/* */ }", "title": "" }, { "doc...
53fd87a254e5e42ab82ffe72e93c59b0
Retrieve all the agents AID that have a skill that matches the name
[ { "docid": "70e9be6a61515002375585576acb75df", "score": "0.66523105", "text": "protected ArrayList<AID> getAgentsWithSkill(String skillName) {\n\t\treturn getAgentsWithSkill(skillName, JadeUtils.JADE_SKILL_TYPE_DEFAULT);\n\t}", "title": "" } ]
[ { "docid": "943b48b2d1b6602e185d97d0201efe1a", "score": "0.6354329", "text": "@Override\n Optional<Set<Advert>> findAllBySkillIdName(String skill);", "title": "" }, { "docid": "91798ec28c2a296962a8cecf66b1a67f", "score": "0.6333652", "text": "protected ArrayList<AID> getAgentsWith...
f9adb2fe149a99c7787877140e5dfdb6
C type : AVCodecID
[ { "docid": "e669180ec59e0111242b22d453ce5699", "score": "0.678332", "text": "@Field(22) \n\tpublic IntValuedEnum<AVCodecID > audio_codec_id() {\n\t\treturn this.io.getEnumField(this, 22);\n\t}", "title": "" } ]
[ { "docid": "9759f51d640581a120690694a6186093", "score": "0.69213283", "text": "@Field(21) \n\tpublic IntValuedEnum<AVCodecID > video_codec_id() {\n\t\treturn this.io.getEnumField(this, 21);\n\t}", "title": "" }, { "docid": "c3fab2f0a263ced019f491a2544bbab4", "score": "0.6908187", "te...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "d7164b08111d3123755adc67b310298c", "score": "0.0", "text": "void mo45054a(long j);", "title": "" } ]
[ { "docid": "6dbd84c2d6cc660eb674e0befd23600a", "score": "0.6301801", "text": "public interface C4326z extends aa {\n /* renamed from: a */\n void mo2587a(String str);\n\n /* renamed from: b */\n void mo2591b(String str);\n}", "title": "" }, { "docid": "1d239752b83eb1ec789bfa67b2e...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "27b313d9e5e92a54ab465015686cc395", "score": "0.0", "text": "protected void mo5421a(String str) {\n C2065a a = C1954e.m4637a(this.b, Integer.valueOf(0), Integer.valueOf(1));\n if (a != null) {\n mo5379a(a);\n } else {\n super.mo5421a(str);\n }...
[ { "docid": "fc84bfffbb135cb8d4b6f8f6e4fc5d30", "score": "0.62497115", "text": "public interface C4521a {\n /* renamed from: a */\n void mo12348a();\n }", "title": "" }, { "docid": "01ed565ecd5da249ab9411db2a325750", "score": "0.6242887", "text": "public interface C14...
06df973bcf987a68df7aac4caac109b4
Returns a new object of class 'Feature Ref'.
[ { "docid": "2a5d4edbbdc5fea87475edf60a72f20c", "score": "0.8582197", "text": "FeatureRef createFeatureRef();", "title": "" } ]
[ { "docid": "db20f16e7ec1b8c0a5f8e422f811f023", "score": "0.68690366", "text": "ISiteFeature createFeature();", "title": "" }, { "docid": "23e3eb85db7b64e7d72711080ad1fedc", "score": "0.6648972", "text": "public Object clone() {\r\n\t\tFeature clone = new Feature(this.node, this.funct...
646bf408500757d4ecb8828a17cbb8da
<< define FldINFASTPOutput1 39
[ { "docid": "b47e40a8156a7d49274e9c94fc4db2f1", "score": "0.6427433", "text": "public static Object $$$FldINFASTPOutput1(mContext m$) {\n return (39);\n }", "title": "" } ]
[ { "docid": "d34bbb6bb4ceff0c30d2785429262a8d", "score": "0.57444364", "text": "public static Object $$$FldINAUFPXLOutput1(mContext m$) {\n return (39);\n }", "title": "" }, { "docid": "88df6379cf763120ec203f70ff347918", "score": "0.5739907", "text": "float getOut();", "title"...
a234aba63c6b18a84040df687b2ba7ae
decremente le nombre de vies de notre joueur.
[ { "docid": "663dbaa944172e8c294621f465fe4b8a", "score": "0.54001325", "text": "public void loseLife() {\n lives--;\n }", "title": "" } ]
[ { "docid": "ad6c3e5b87c5626f4782b8636dea0284", "score": "0.69330066", "text": "public void decrement() {\r\n n--;\r\n campo.setText(Integer.toString(n));\r\n if (n == 0) {\r\n Alert finestra = new Alert(AlertType.INFORMATION);\r\n finestra.setContentText(\"Hai ...