query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "057226b75563d5e47f472b565c516e37", "score": "0.0", "text": "public void mo33236a(String str) throws IOException {\n this.f15017a.mo33236a(str);\n if (this.f15018b.mo33567a()) {\n this.f15018b.mo33569b((str + \"\\r\\n\").getBytes(this.f15019c));\n }\n }", ...
[ { "docid": "cf68b8623ef8f2e72e5d568391d43ec2", "score": "0.622906", "text": "protected interface C3579b<T> {\n /* renamed from: a */\n void mo55348a(T t);\n }", "title": "" }, { "docid": "a738e6fdc907c3783fa577aa7db7f737", "score": "0.6167874", "text": "public interf...
c0d8ca137fc2df01a4ebb3e73e6e38f8
Change Singleton with SingletonObj having dependent objs
[ { "docid": "490da75143545248669a8b9424654984", "score": "0.59730905", "text": "@Test(expected = ConsistencyException.class)\n\tpublic void changeSingleton_test4() throws ConsistencyException, PersistenceException, CycleException {\n\t\tfinal PersistentMAtomicType at1 = typeMngr.createAtomicRootType(aspe...
[ { "docid": "1a6680940b848f097a7f6ceb98fdd804", "score": "0.62350976", "text": "public static void main(String[] args) throws IOException, ClassNotFoundException, NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException {\n Thread t1 = new Thread(new T());\n...
645e3efd7c849f883c2db73885e1f5c0
Converts dp to pixels.
[ { "docid": "8ad0aa7e035b3047ec38bf3ce656de57", "score": "0.64140147", "text": "private static int dpToPx(final int dp, final Context context) {\n float density = context.getResources().getDisplayMetrics().density;\n return Math.round((float) dp * density);\n }", "title": "" } ]
[ { "docid": "05c0acf7fb14fd50a6f18992c8b39b0c", "score": "0.7807044", "text": "public float dpToPix(float dp){\r\n float pix = dp * (density);\r\n return pix;\r\n }", "title": "" }, { "docid": "7be44259df48b15e65fcefc405bdc0d0", "score": "0.7724735", "text": "public s...
f735fa58d876f7e5a560d3ce8c73483e
Test of getListaCitas method "Lista con una cita"
[ { "docid": "5b524726e6999f9b44e82ce7d48e6645", "score": "0.7631207", "text": "@Test\n public void testGetListaCitas1() {\n Agenda agenda = new Agenda();\n Cita cita = new Cita(\"Cita\", 0, null);\n agenda.aniadirCita(cita);\n ListaSE<Cita> listaCitas = agenda.getListaCitas...
[ { "docid": "8a379a76cbfdf4907287d04d578f1a57", "score": "0.7397751", "text": "@Test\n public void testGetListaCitas() {\n Agenda agenda = new Agenda();\n ListaSE<Cita> listaCitas = agenda.getListaCitas();\n assertEquals(null, listaCitas.getIni());\n }", "title": "" }, ...
e3435ee0f244d87d7e6bfbe194655225
Gets (as xml) the "SendLimit" element
[ { "docid": "fee22e45bed050d90bc8f1955d22925c", "score": "0.77712005", "text": "public org.apache.xmlbeans.XmlInt xgetSendLimit()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.XmlInt target = null;\n target = (org.apache.xml...
[ { "docid": "ce7b0453fd82b3726e51967f020ffa4e", "score": "0.7746742", "text": "public int getSendLimit()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.apache.xmlbeans.SimpleValue)ge...
5cb371d9a2987950e2f76744611463c1
/ renamed from: d
[ { "docid": "2f62db6ccfdab5ccc9ff849e828a6706", "score": "0.0", "text": "public boolean mo41878d() {\n return this.f38600O;\n }", "title": "" } ]
[ { "docid": "3ed98ed98220a2646fe539dcdc317393", "score": "0.64480436", "text": "public abstract void d_();", "title": "" }, { "docid": "149f89ed03ef8a604a72d9c5ae75661a", "score": "0.63810617", "text": "public void d() {\n }", "title": "" }, { "docid": "4823aae83aa7af01...
71e69aab4f32bc67ef1dd51ae4d7c26d
Returns true if this observer is interested in notifications for changes made through the cursor the observer is registered with.
[ { "docid": "063d2cd123d5d7d0623ac0a55661ccd1", "score": "0.0", "text": "@DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 12:28:45.947 -0500\", hash_original_method = \"A5B2D8696143266ED24B145CF029F206\", hash_generated_method = \"E7B57C0AFB5FD682336B63E149C8...
[ { "docid": "fb16ad41324b20a0693dbf1003828e4f", "score": "0.7079016", "text": "private boolean updateCursor(Cursor cursor) {\n final Listener listener = mListener.get();\n return listener != null && listener.onFetched(cursor);\n }", "title": "" }, { "docid": "7ace91066af14729...
2267de183a775e17cd98eb0e4fde3344
Instantiates a new neighbor message.
[ { "docid": "74dfb7e33213f55c107663c77d46268d", "score": "0.5909679", "text": "public NeighborMessage(String l, boolean b) {\n\t\tthis.mark = b;\n\t\tthis.label = l;\n\t}", "title": "" } ]
[ { "docid": "d9b5d1b3cbdcf4d28d02f73ea430f7da", "score": "0.67894375", "text": "public NeighborMessage(Neighbor n) {\n\t\tthis.mark = n.mark();\n\t\tthis.label = n.state();\n\t}", "title": "" }, { "docid": "a7f0ff01609860d563f327bc2eb22693", "score": "0.6652102", "text": "public Neigh...
bc404a8a2fe73e0091d23e371974e287
Create a stream whose value is the combination between value of this stream and its index.
[ { "docid": "af4c16537e2f577b78b0ec9203d24c42", "score": "0.5249242", "text": "@Sequential\n public default <T> StreamPlus<T> mapToObjWithIndex(IntObjBiFunction<? super DATA, T> combinator) {\n val index = new AtomicInteger();\n val streamPlus = streamPlus();\n return streamPlus.m...
[ { "docid": "544fda3f9a9b72546dcfb1e44a818e76", "score": "0.57109034", "text": "public StreamerIndex<E, K, V> index();", "title": "" }, { "docid": "389234cb791ea4974954cff1bc65d992", "score": "0.53926164", "text": "public Stream<Tuple3<A, B, C>> generate(){\n\t\treturn Stream.generate...
690a46d3e32d191fe30edbc1999f0366
This method is called each time the app is being run
[ { "docid": "cdabfc42a7668d047220128c51281c78", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n\n myAlarm nh = new myAlarm();\n nh.createNotificationChannel(this);\n\n MainActivity.this.setTit...
[ { "docid": "8c68f58d015cf2fd129da9da6a789792", "score": "0.7704497", "text": "@Override\r\n\tpublic void onAfterStartApp() {\n\t\t\r\n\t}", "title": "" }, { "docid": "991d71561f19d68a96af7fd0ca5dbd92", "score": "0.734723", "text": "@Override\r\n\tpublic void onBeforeStartApp() {\n\t\...
156fab39bdda6d3b344999965eb9ec36
Method: FromThreePoints(Vector3 p1, Vector3 p2, Vector3 p3)
[ { "docid": "58a315c2cb527ee973e8077c2efa2086", "score": "0.5782218", "text": "@Test\n public void testFromThreePoints1() throws Exception {\n Vector3 p1 = new Vector3(1, 0, 0);\n Vector3 p2 = new Vector3(0, 1, 0);\n Vector3 p3 = new Vector3(-1, 0, 0);\n Circle circle = Cir...
[ { "docid": "e94fb3881db69c89e364bec508e0ed7f", "score": "0.7121655", "text": "public Triangle(Point3 p1, Point3 p2, Point3 p3) {\r\n\t\tthis.p1 = p1;\r\n\t\tthis.p2 = p2;\r\n\t\tthis.p3 = p3;\r\n\t\tthis.normal = Vector3.normalVector(p1, p2, p3);\r\n\t}", "title": "" }, { "docid": "0aa539349...
2d7a7d2fca4efbc073e1fad2598b8226
Gets an outcome table for the potential enemies that can spawn.
[ { "docid": "e6a92a900f60c38a454de868a70cdb32", "score": "0.6669767", "text": "IOutcomeTable<Entity> getSpawnTable ();", "title": "" } ]
[ { "docid": "fc7db64761c865e4f9adb31da0cec246", "score": "0.59367645", "text": "DotaGcmessagesServer.CMsgDOTALiveScoreboardUpdate.Team.Player.HeroAbility getAbilities(int index);", "title": "" }, { "docid": "05618b5b62407a6ba35798b88924e0d0", "score": "0.5902339", "text": "public Hash...
3bd3af68f8c72c7c90aed77174490c3b
Resolve the specified filename.
[ { "docid": "53d064c9da4718d915e019466ae1c4a1", "score": "0.5985231", "text": "public File resolveFilename(final String sourceID) {\n final String name = getProperties().getFilename(sourceID);\n\n if (new File(name).getParent() == null && this.basePath != null) {\n return new Fil...
[ { "docid": "7e24c7e1eeb344c568f094fb9cd5e1c0", "score": "0.656907", "text": "@NotNull\n protected abstract InputStream resolveFile() throws IOException;", "title": "" }, { "docid": "9da26e849ac20300ff8fc4867ed8b44e", "score": "0.6356561", "text": "public String resolve(String path...
babac66f17f74318e905ef9380287a3d
repeated .sifnode.oracle.v1.DBProphecy prophecies = 3;
[ { "docid": "5e696e8f0ce5da96fb97b05c2166941c", "score": "0.0", "text": "public Builder addProphecies(sifnode.oracle.v1.Types.DBProphecy value) {\n if (propheciesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureProphec...
[ { "docid": "e4fe9086fc4bcaa759a81416c69704a6", "score": "0.6604752", "text": "sifnode.oracle.v1.Types.DBProphecy getProphecies(int index);", "title": "" }, { "docid": "6db96423e04d954cc5c0979762192071", "score": "0.5827604", "text": "java.util.List<sifnode.oracle.v1.Types.DBProphecy>...
264ecb733fc49ab2c1d310d1d03aa2e9
Obtenemos un contacto por su ID
[ { "docid": "96f1c7ee77295b87791284bb3789034d", "score": "0.7670138", "text": "Contacto getById( int id );", "title": "" } ]
[ { "docid": "93a039a31b0d82b94e93cccfa4211d26", "score": "0.7698998", "text": "Contacto getContactoById( int id );", "title": "" }, { "docid": "b7a8dc94d580c5018c3b74135874fd34", "score": "0.6902234", "text": "public Contact getContatto(long id){\n db = dbhelper.getReadable...
b10de2e14c72e58498fca7f8a4709f80
This method was generated by MyBatis Generator. This method sets the value of the database column sw_area_code_info.parent_id
[ { "docid": "5e333ffba825ab552ea835a6cb3f6695", "score": "0.53921884", "text": "public void setParentId(Integer parentId) {\n this.parentId = parentId;\n }", "title": "" } ]
[ { "docid": "00b1958fc5d32011ebe034526809fb54", "score": "0.6821402", "text": "public void setParentCode(String parentCode) {\n this.parentCode = parentCode;\n }", "title": "" }, { "docid": "6eb78f859d9b02fb75795caab1cfe745", "score": "0.6790891", "text": "public void setPar...
e4a93f78cba8e88c13e91615561d71fa
Clears the value of the 'SERVICE_TYPE' field
[ { "docid": "7786a921addff352237dcdc82816fc84", "score": "0.7656807", "text": "public com.apple.irpt.df.jobs.kvs.dataWrite.schema.aggrDaily.Avro_aggrDaily_KVSDlyAggr0.Builder clearSERVICETYPE() {\n SERVICE_TYPE = null;\n fieldSetFlags()[11] = false;\n return this;\n ...
[ { "docid": "2856ee8aacfa54db8a5907d51ee4c250", "score": "0.7438345", "text": "public Builder clearServiceType() {\n \n serviceType_ = 0;\n onChanged();\n return this;\n }", "title": "" }, { "docid": "2856ee8aacfa54db8a5907d51ee4c250", "score": "0.7438345"...
76828bcbe04a7578b1554ff902c246ae
$ANTLR end rule__ParameterValues__Group__2__Impl $ANTLR start rule__ParameterValues__Group__3 ../org.applause.applausedsl.ui/srcgen/org/applause/applausedsl/ui/contentassist/antlr/internal/InternalApplauseDsl.g:4482:1: rule__ParameterValues__Group__3 : rule__ParameterValues__Group__3__Impl ;
[ { "docid": "f56ee76798cce891099845a4dc4bf8b1", "score": "0.85217667", "text": "public final void rule__ParameterValues__Group__3() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.applause.applausedsl.ui/src-gen/org/applaus...
[ { "docid": "a2cc041d1dd8293f76f21baa4d44bf53", "score": "0.78600895", "text": "public final void rule__ParameterValues__Group__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.applause.applausedsl.ui/src-gen/org/applaus...
5c573e1c6db2dcfefcff937884367b9d
Interface to be implemented in order to configure the BlobCheckpointStore's container programmatically.
[ { "docid": "144764292fc25b414e4f166b4202a355", "score": "0.71037316", "text": "public interface BlobCheckpointStoreContainerInitializer {\n\n /**\n * Init the Storage Blob checkpoint store container.\n * @param containerAsyncClient the Storage Blob container async client.\n */\n void i...
[ { "docid": "85cfdf45c846cd9cb7d5b83b2ffe5e91", "score": "0.57236797", "text": "public void setBlobStoreClientService( IBlobStoreClientService blobStoreClientService )\r\n {\r\n _blobStoreClientService = blobStoreClientService;\r\n }", "title": "" }, { "docid": "16236beef8c7a48f7...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "181abcd27bb3f0eca6bea1b2d013fb9a", "score": "0.0", "text": "@Override\n\tpublic void setString(String key, String value)\n\t{\n\t\tsetConfig(key, value);\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
8c13ffafff4216d7568fffe83c4d07f1
/ 69: / 70:
[ { "docid": "737bdf4d655abd21b34207b51310d993", "score": "0.0", "text": "public synchronized double[] getGeometricMean()\r\n/* 71: */ {\r\n/* 72:143 */ return super.getGeometricMean();\r\n/* 73: */ }", "title": "" } ]
[ { "docid": "57a2533fc47a1bfc903e6fe4589df5c2", "score": "0.6439733", "text": "public int w()\r\n/* 105: */ {\r\n/* 106:145 */ return 80;\r\n/* 107: */ }", "title": "" }, { "docid": "e6e6f47b11f935fbe392a465701a32a5", "score": "0.6407857", "text": "public int w()\r\n/* ...
9bbff67d8764613268e7b6f2d178d20b
Get the color of the card
[ { "docid": "1415717cb3ccb902e5f054a461cdec87", "score": "0.7382898", "text": "public Color getColor() {\r\n return this.color;\r\n }", "title": "" } ]
[ { "docid": "360123e9c0a058c69bb143e289473bba", "score": "0.8561437", "text": "public Color getColor()\n\t{\n\t\tColor colorOfCard;\n\t\tswitch(this.color)\n\t\t{\n\t\tcase RED: colorOfCard =Color.RED; \n\t\t\t\t\tbreak;\n\t\tcase GREEN: colorOfCard=Color.GREEN;\n\t\t\t\t\tbreak;\n\t\tcase PURPLE: colorO...
e19eb7e7a8eb7508f2974ea4941fca9b
Returns the resolved policy detail for given priority.
[ { "docid": "60453f79843cd4d09b448d147b879f82", "score": "0.7156419", "text": "public WBArchPolDetData getArchivePolicyDetail(int priority) {\n return getArchivePolicyDetail(getArchivePolicyDetails() , null , priority) ;\n }", "title": "" } ]
[ { "docid": "f74376ab57e928b4fd1f9462bba8185c", "score": "0.6864299", "text": "public Priority getPriorityById(int priorityId);", "title": "" }, { "docid": "8a8f5674a56b1f4693c14406ce47de61", "score": "0.6800295", "text": "public WBArchPolDetData getArchivePolicyDetailOriginal(int pri...
2b567b913e7bec1efc67fac5b0b6598d
Calculate the coins you have to pay according to the cards you selected and the number of rainbow politics cards
[ { "docid": "9233b94b8cf5607c798fb0119a2126f8", "score": "0.7563774", "text": "private int coinsToPay(Game game) {\r\n\t\tint coinsToPay;\r\n\t\tgame.getGameTable().getCouncilOfKing();\r\n\t\tif (this.cardsToDescard.size()==CouncilBalcony.getNumberofcouncillors())\r\n\t\t\tcoinsToPay=0;\r\n\t\telse\r\n\t...
[ { "docid": "e0192cadaabfb8da6d0a5254344d5315", "score": "0.67046756", "text": "int getCoins();", "title": "" }, { "docid": "0bdecaef3ee3f07c5a1e7a3cbcafdcd8", "score": "0.66491693", "text": "public void coinCalc(){\n coinsRC = Double.parseDouble(changeOP.getText());\n \...
701ca6f9de19877e44e7a80f1d4c8661
verify the required parameter 'cloudBucketId' is set
[ { "docid": "5cb1141f4386947ad7cd19e49d635bd5", "score": "0.0", "text": "@SuppressWarnings(\"rawtypes\")\n private okhttp3.Call updateConfigFileCloudBucketValidateBeforeCall(String cloudBucketId, File configFile, final ApiCallback _callback) throws ApiException {\n if (cloudBucketId == null) {\...
[ { "docid": "9d7259da6da7b768c29c46d0b42d8588", "score": "0.7046961", "text": "private void verifyBucketSpecified() throws ConfigException {\n // Throw an exception if GCS Batch loading will be used but no bucket is specified\n if (getString(GCS_BUCKET_NAME_CONFIG).equals(\"\")\n && !getList...
d06e70e4815252c96a006c493e7c1bde
Returns the result of interpreting the object as an instance of 'Scene'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "1999712ffdaef3e4948ad6190e8e6c51", "score": "0.7837579", "text": "public T caseScene(Scene object) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "6e409b5ac33bd7252e06f80c6a8681bd", "score": "0.68146175", "text": "public Scene getScene();", "title": "" }, { "docid": "f66932ab7536b0912eb4b164eca51e1e", "score": "0.6506137", "text": "@NonNull S getScene(int sceneId);", "title": "" }, { "docid": "8f1e07aae2...
2d60ee2f4692d557c58363ae02a54e36
The Servlet Config belongs to the servlet
[ { "docid": "51d2e39cfa0f1c38ae31c5d119134fb1", "score": "0.6060363", "text": "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tString config = this.getServletConfig().getInitParameter(\"cheese\");\r\n\t\t// The Servlet Cont...
[ { "docid": "519984b1debcf21070f7d54d5150f474", "score": "0.75904626", "text": "public ServletConfig getServletConfig() {\n\t\t\t\treturn null;\n\t\t\t}", "title": "" }, { "docid": "a5f35393a1c037a314673cd4bb80f7b0", "score": "0.7320719", "text": "void setServletConfig(ServletConfig s...
ade86cc5df8772947b6a0316706a44a9
optional uint64 region_id = 1;
[ { "docid": "1ed9209e6c7c298bad5d820f33478a3f", "score": "0.0", "text": "public Builder clearRegionId() {\n bitField0_ = (bitField0_ & ~0x00000001);\n regionId_ = 0L;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "ae51f26fc1765740da120db0507b3c81", "score": "0.7595448", "text": "long getRegionId();", "title": "" }, { "docid": "60931dd109c82daeaffb2d7278116414", "score": "0.7471661", "text": "public long getRegionId();", "title": "" }, { "docid": "99c09a09bd11861c27ea43f...
a2e49e959ae740f68c9cdde550204fc3
Returns a short description of the servlet.
[ { "docid": "8a3f6bbb84898014a0585bb0f023d468", "score": "0.0", "text": "@Override\r\n public String getServletInfo() {\r\n return \"Short description\";\r\n }", "title": "" } ]
[ { "docid": "fecb036d8e5a9d47ef548380bd85db4c", "score": "0.87611574", "text": "public String getServletInfo()\n {\n return \"Short description\";\n }", "title": "" }, { "docid": "535aea8407780e86f071b6fd80e83cfa", "score": "0.87441546", "text": "public String getServletI...
7f94c6dc8c829fd62a102f1499dbeff1
Formerly a native method
[ { "docid": "4b96466d0067a98b30f9c7e8f9f5b6ea", "score": "0.0", "text": "@DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 12:28:39.237 -0500\", hash_original_method = \"283C3F08E27A848CC26557756DCA3292\", hash_generated_method = \"274D89824040C9276F8ACBEF74B8...
[ { "docid": "d18a5453cb937c44d51c46c967f1f4f6", "score": "0.6135636", "text": "protected void method_3848() {}", "title": "" }, { "docid": "440b772e5d66b88298dca972dd63bb16", "score": "0.6131698", "text": "void existingMethod();", "title": "" }, { "docid": "49952cd8cb347a4...
7a65a7a2ca163f62218e19f22ea50ed4
Test of addRCPT method, of class com.rift.coad.daemon.email.smtp.MessageInfo.
[ { "docid": "26be331b52d90861344a4afe29676d2a", "score": "0.8392636", "text": "public void testAddRCPT() throws Exception {\n System.out.println(\"addRCPT\");\n \n Address rcpt = new Address(\"test@test.com\");\n MessageInfo instance = new MessageInfo();\n \n ins...
[ { "docid": "ba8e2c566fb3ec28aab4b7e41988f2c3", "score": "0.55974424", "text": "public void testSetRCPTs() throws Exception {\n System.out.println(\"setRCPTs\");\n \n List rcpts = new ArrayList();\n rcpts.add(new Address(\"new@new.com\"));\n rcpts.add(new Address(\"old@...
48ac3523f61f892bfca1895247bbd167
Descriptions of the data that contributed to the environment's current health status.
[ { "docid": "6af5bfbc88fcec65933fc8cd541ac5b3", "score": "0.0", "text": "public void setCauses(java.util.Collection<String> causes) {\n if (causes == null) {\n this.causes = null;\n return;\n }\n\n this.causes = new com.amazonaws.internal.SdkInternalList<String>...
[ { "docid": "c226e9397df7c949a518a0a6068d5cc4", "score": "0.69248176", "text": "String getStatusDescription();", "title": "" }, { "docid": "b9d4543c8b228fee631b916ae73776bd", "score": "0.68533576", "text": "public String getStatus() {\n StringBuilder builder = new StringBuilder...
6a7b74d71a8546b5ef912394c92d30d7
TODO try to use + _oUnoNode.getClassName() instead of the hack
[ { "docid": "e7a56715c7b01e2380d8f140e38f9253", "score": "0.0", "text": "public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescription){\n String sReturn = \"public void codesnippet(XInterface \" + _soReturnObjectDescription + \"){\";\n if (ba...
[ { "docid": "39639e375a029c05b195a98f6f7c654f", "score": "0.6780864", "text": "protected String getName(Object obj_p, OwTreeViewNode node_p) throws Exception\r\n {\r\n if (obj_p instanceof OwObjectClass)\r\n {\r\n return ((OwObjectClass) obj_p).getClassName();\r\n }\r\n...
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": "7162de26243ae724666b053e33f96052", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jButton9 = new javax.swing.JButton();\n jPane...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.73933303", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "da5c4ff8...
94028eef1a8e55291d41028853c23dc4
The context for the 'from' links in a map. A reference to the unique 'id' attribute of an element defining the context for links in a map. This may be required when id attributes may not be unique within a document. The id should either reference an element uniquely or should be taken as the first ancestor (of the map)...
[ { "docid": "b3cd44906984d81bb75f39516448f8c3", "score": "0.0", "text": "public String getToContext() {\r\n StringSTAttribute att = (StringSTAttribute) this.getToContextAttribute();\r\n if (att == null) {\r\n return null;\r\n }\r\n return att.getString();\r\n }",...
[ { "docid": "10dc24ca9f5758c161c0e6d1c6aeb2ce", "score": "0.51207376", "text": "public int getFromId() {\n return fromId_;\n }", "title": "" }, { "docid": "af3a12a777d843bb454978deabed1334", "score": "0.5095841", "text": "public int getFromId() {\n return fromId_;\n ...
56733c4210f6e21e76cfb2cc1494f656
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
[ { "docid": "852f42536cc459ac8196c93129302d47", "score": "0.0", "text": "public static _Fields findByThriftIdOrThrow(int fieldId) {\r\n _Fields fields = findByThriftId(fieldId);\r\n if (fields == null) throw new IllegalArgumentException(\"Field \" + fieldId + \" doesn't exist!\");\r\n ...
[ { "docid": "1375135833329b2bec485473bc019be5", "score": "0.7627166", "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 ...
7c2996ab7b0461c4f61fc100ab1d4813
.kava.incentive.v1beta1.BaseClaim base_claim = 1 [(.gogoproto.nullable) = false, (.gogoproto.embed) = true];
[ { "docid": "457d51fe1c618544ad6497f8f3879f78", "score": "0.7049098", "text": "public kava.incentive.v1beta1.Claims.BaseClaim.Builder getBaseClaimBuilder() {\n \n onChanged();\n return getBaseClaimFieldBuilder().getBuilder();\n }", "title": "" } ]
[ { "docid": "e8f413bc99057213a3b50805d961d8af", "score": "0.85315144", "text": "kava.incentive.v1beta1.Claims.BaseClaim getBaseClaim();", "title": "" }, { "docid": "a271223ea3784294ce8b2a6371e3e88c", "score": "0.82637566", "text": "kava.incentive.v1beta1.Claims.BaseClaimOrBuilder getB...
48c4e7656ff64ad23d29705faf4025b6
TODO how to get signals for reflectance
[ { "docid": "6119aa6c42cdf5b2e136a62910a3db3c", "score": "0.5400733", "text": "@Override\r\n\tpublic Signal getSignal() {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "da260230ffb02cdc37637643422d8e92", "score": "0.60005164", "text": "@Override\n\tpublic List<Signal> read() {\n\t\tList<Signal> signals = new ArrayList<>();\n\t\tfor (Contact contact : outputs) {\n\t\t\tsignals.add(contact.getOut().getSignal());\n\t\t}\n\t\treturn signals;\n\t}", "title":...
2e3cae8875ea7ea00436d3a2d233645e
Related contents results limit.
[ { "docid": "dbfe1cca1af2ad18a24d4240a50b1373", "score": "0.0", "text": "public Builder limit(long limit) {\n this.limit = limit;\n return this;\n }", "title": "" } ]
[ { "docid": "a126b35b77cc35d9ff827714e32d3acd", "score": "0.6780722", "text": "void setMaxResults(int limit);", "title": "" }, { "docid": "8c7120a3b0ff913eee1ed8e7cffe5089", "score": "0.6707805", "text": "private void limitRows()\n {\n paginate(currentPage, getResultsPerPage...
213b9fa7eb1bccffc6f93f4a6df197c7
Use to find and add close parenthesis when you press Equal Button
[ { "docid": "65c11b031b35b7b4cbd22dce4a8bfe83", "score": "0.56969327", "text": "public void findCloseParenthesis(){\n int countDauNgoac = cout(display, \"(\")-cout(expression, \")\");\n if(countDauNgoac > 0){\n for(int i = 0 ; i < countDauNgoac ; i++){\n display +=...
[ { "docid": "e6dbf7be21f0bf3713af939607ec8429", "score": "0.61031294", "text": "public void equalButtonPushed() {\r\n operatorButtonPushed(\"e\");\r\n equalsPushedLast = true;\r\n }", "title": "" }, { "docid": "2174922a1bdabbfa8fee1491bb875007", "score": "0.6097462", ...
a86126bfb05a02ec69aa761d92eb7dd4
private final int upvotes; private final int userUpvotes;
[ { "docid": "e24f548b71a6ccb6a5a2ed0df34872c8", "score": "0.0", "text": "public FilesAboutCats(\n\t\t\t\t\t@JsonProperty(\"status\") JsonNode status,\n\t\t\t\t\t@JsonProperty(\"type\") String type,\n\t\t\t\t\t@JsonProperty(\"deleted\") boolean deleted,\n\t\t\t\t\t@JsonProperty(\"_id\") String _id,\n\t\t\...
[ { "docid": "2e888adaf838d609974ce401681e31e1", "score": "0.8084905", "text": "public int getUpVotes() {\n return upVotes;\n }", "title": "" }, { "docid": "1d42e87241b6a516cb383cb6998231c9", "score": "0.7823329", "text": "public int getUpVotes() {\n return upVotes;\n }", ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "4727bc49f2b1e09b40b8caf63d970e5f", "score": "0.0", "text": "private void m61751a(RankFeedContent rankFeedContent, RankFeed rankFeed) {\n if (rankFeedContent.voteArea != null) {\n if (rankFeedContent.voteArea.options != null && rankFeedContent.voteArea.options.size() >= 2) {...
[ { "docid": "a765bf7ed9da221df0f073e445ae2e7d", "score": "0.6265472", "text": "public interface af extends es {\n /* renamed from: a */\n void mo2487a();\n}", "title": "" }, { "docid": "4102c4971dc6700191ab1baf983e558c", "score": "0.62033933", "text": "public interface biy {\n ...
b130a7e3f114ea19f9f5908a565d84e9
/ Insert code here
[ { "docid": "cba6385f716cc5b100acf8d1e60c3e7c", "score": "0.0", "text": "public void actionPerformed(ActionEvent e) {\n\t\tif (e.getActionCommand().equalsIgnoreCase(\"Lap\")) {\n\t\t // Checks if a lap is started and running\n\t\t // avoids NullPointerException in case the user clicks on lap righta...
[ { "docid": "24b980dcc7998c9061eef81fa0379a62", "score": "0.6648364", "text": "private void misccode() {\n\t\n\t}", "title": "" }, { "docid": "86cba6fa461dad0a00dd59857d5ff056", "score": "0.61956084", "text": "@Override\n\tpublic void preInsert() {\n\n\t}", "title": "" }, { ...
013aa0a6d4dbfac536b1deced83bd90e
Bitmask containing allowed protocols to be used when communicating with the card. This property is consulted only during connection to the card, changes are not propagated to already connected session. By default, any protocol can be used.
[ { "docid": "0f7b1c9e03acf2067bb6c23168fb187e", "score": "0.5804313", "text": "@Generated\n @Selector(\"setAllowedProtocols:\")\n public native void setAllowedProtocols(@NUInt long value);", "title": "" } ]
[ { "docid": "a202b94e08f17068af05f586f4377579", "score": "0.7073694", "text": "public String[] getEnabledProtocols()\r\n/* 201: */ {\r\n/* 202:208 */ return this.engine.getEnabledProtocols();\r\n/* 203: */ }", "title": "" }, { "docid": "443fdd2ce792bbd30a6c1eb5a2185c47", "sc...
ab90905407b295e56402c12ff37b61ee
nums = [3,2,2,3], val = 3
[ { "docid": "a8e0254f00f217ad7d7a7e97c0c5cb90", "score": "0.0", "text": "public static void main(String[] args) {\n E0027_RemoveElement e0027_removeElement = new E0027_RemoveElement();\n int[] nums = {3, 2, 2, 3};\n System.out.println(e0027_removeElement.removeElement(nums, 3));\n ...
[ { "docid": "766a11496619f1b20bf5923b767281d4", "score": "0.6408613", "text": "public int removeElement(int[] nums, int val) {\n if(nums == null || nums.length == 0) {\n return 0;\n }\n int p1=0;\n for(int p2=0; p2<nums.length; p2++) {\n if(nums[p2] != val) {\n...
e945de55eb873babb86c34b53036072b
Checks if element can be removed.
[ { "docid": "7f322fafa8811ee70389b7aae5130e26", "score": "0.61412144", "text": "static final boolean isAllowedToRemoveElement(short aElementTypeId)\n {\n switch (aElementTypeId)\n {\n case EL_A:\n case EL_CIRCLE:\n case EL_ELLIPSE:\n case EL_G:\n case E...
[ { "docid": "f23729ddcc73c8ecdbffc84959379b98", "score": "0.77863073", "text": "protected boolean canRemove(EObject element)\r\n\t{\r\n\t\treturn findReferencingElements(element).size()==1;\r\n\t}", "title": "" }, { "docid": "4cb23b9a58301b7af5df9ec3148c31fc", "score": "0.72020125", "...
91fdaa49e3f379420d9330c327036eb7
Creates new form Login
[ { "docid": "1463f92193a0e56ae79720a7d735131f", "score": "0.0", "text": "public SignUp() throws MalformedURLException, IOException {\n initComponents();\n try {\n usersDAO = new UsersDAO();\n usersArrList = usersDAO.getAllUsers();\n } catch (SQLException ex) {\n...
[ { "docid": "0017a200e324c010c3dbbd4427191a4a", "score": "0.7112317", "text": "public LoginForm loginform() {\n LoginForm c = new LoginForm();\n c.setImmediate(true);\n add(c);\n return c;\n }", "title": "" }, { "docid": "1d11ebcfca6dfbb7485b667bcc7f623b", "...
c20867f88bb8b5cbee3e6f3d9b7b2400
end of transfer code
[ { "docid": "a7bbb2f2a49c60cc688281b22e8149ce", "score": "0.0", "text": "public void close() {\r\n\t\tp(\"close1\");\r\n try {\r\n\r\n\t\t\thangup();\r\n\t\t\tunregister();\r\n\t\t new Thread().sleep(3000);\r\n\r\n\t\t} catch(Exception e) {\r\n\t\t\tp(\"close: Exception:>\\n\" + e);\r\n\t\t}\r...
[ { "docid": "75e8203741970f6a20b29270e5d9e569", "score": "0.74374676", "text": "@Override\r\n\tpublic void end() {\n\t\tSystem.out.println(\"Transferring done.\");\r\n\t\t\r\n\t}", "title": "" }, { "docid": "27cc2a481b066ef1815e40f0241b0fb2", "score": "0.6780351", "text": "public void...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "709f0014e8454ea55e1b2130a2a6864d", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tboolean b1=true;\r\n\t\tboolean b2=false;\r\n\t\t\r\n\t\tSystem.out.println(\"b1 & b2 : \"+(b1&b2));\r\n\t\tSystem.out.println(\"b1 && b2 : \"+(b1&&b2));\r\n\t\tSystem.out.println(\"b1 |...
[ { "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": "" }, { ...
52446dff8f36b412c23e654499132287
string customer_id = 2;
[ { "docid": "3321dced816f6f17b1a91234e6355285", "score": "0.0", "text": "private void clearCustomerId() {\n \n customerId_ = getDefaultInstance().getCustomerId();\n }", "title": "" } ]
[ { "docid": "df10c434c93d36e939de3a1866aef851", "score": "0.7308613", "text": "public void setCustomerId ( String x ) { customerId = x; }", "title": "" }, { "docid": "b69773b513287bf6fbbae447e5e81084", "score": "0.72839755", "text": "int getCustomer_id();", "title": "" }, { ...
c2cbacd40e9a7d981da1eb0cb4c2be47
Verwijder een klant uit de database via het ID van het object.
[ { "docid": "61bb65d794bb6d5f30115497e3516462", "score": "0.0", "text": "static public boolean deleteKlant(int id) {\n Connection connection = DbConnection.Connect();\n if (connection == null) {\n System.exit(1);\n }\n try {\n Statement stmt = connection....
[ { "docid": "f5ff43df4712916ff2c459774ec7a087", "score": "0.6459648", "text": "private void verwijderenMasterclass() {\n try {\n\n int id_masterclass = Integer.parseInt(idMasterclassTxt.getText());\n\n Sql_connect.doConnect();\n PreparedStatement stat = Sql_connect...
cbbbba32b5723a0721f0a75d44003526
Run che process invoking the run method on each single command
[ { "docid": "6aafc160406fb5ff58b3b5c05844c7a6", "score": "0.5832943", "text": "@Override\n \tprotected boolean run() throws CommandException {\n \n \t\tfor( AbstractCommand cmd : commands ) {\n \t\t\tboolean fail = !cmd.execute();\n \n \t\t\tif( fail ) { \n \t\t\t\treturn false;\n \t\t\t};\n \t\t}\n \n \...
[ { "docid": "fa7ca13522bdae6aab676fcc12e65e85", "score": "0.60138726", "text": "public void run() {\r\n while (scan.hasNextLine()) { // scan the next line in the file\r\n String nextLine = scan.nextLine();\r\n if (nextLine.length() > 0) {\r\n this.extractComman...
272fa0837d0af1bbe994956e3b65d99d
Metadata for image classification models. .google.cloud.automl.v1beta1.ImageClassificationModelMetadata image_classification_model_metadata = 13;
[ { "docid": "9b68e6a484f7d39ae6cb1ba7475ee6bb", "score": "0.84577304", "text": "com.google.cloud.automl.v1beta1.ImageClassificationModelMetadata getImageClassificationModelMetadata();", "title": "" } ]
[ { "docid": "5c0c05aa0c1335248249fd9a3889e9aa", "score": "0.83788615", "text": "com.google.cloud.automl.v1beta1.ImageClassificationModelMetadataOrBuilder getImageClassificationModelMetadataOrBuilder();", "title": "" }, { "docid": "76b2a5fbfa95613dae5913bfb6c707e6", "score": "0.68761915", ...
95849d63dff5e4e219d8d100f5da8473
This DataFlex Web Service opens up country information. 2 letter ISO codes are used for Country code. There are functions to retrieve the used Currency, Language, Capital City, Continent and Telephone code.
[ { "docid": "bc9c4f0b63cedf0bcb252bf5567152de", "score": "0.0", "text": "public CountryInfoServiceLocator() {\n }", "title": "" } ]
[ { "docid": "2a185d5046619d3d8354a743770e34df", "score": "0.7241642", "text": "java.lang.String getCountry();", "title": "" }, { "docid": "a3c5a077a7d989e1b4b5ffaa0f96aa8b", "score": "0.72047627", "text": "public String getCountry()\n/* */ {\n/* 794 */ return getCountry(th...
710a33d9fa0a2d71dcce2d4e07b9c519
Returns a collection with the allowed actions based on the current stage as defined in the SessionData. Possible actions are: prev, next and complete. This method will never be invoked for commands that have no stages.
[ { "docid": "88a532c14265212343e6374276dbaae5", "score": "0.6640946", "text": "protected List getActions(SessionData data)\n\t{\n\t\treturn Arrays.asList(new Action[] { Action.complete });\n\t}", "title": "" } ]
[ { "docid": "7700fff015be2248813217066fe72b29", "score": "0.6560978", "text": "protected abstract List<Action> getActions(SessionData data);", "title": "" }, { "docid": "4071a66a44db85be14361525799247b5", "score": "0.65472966", "text": "public List<Action> getPossibleActions();", ...
21f5a631e3852fe515007849d07f1cfc
Metodo que permite crear nuevo Grupo en el sistema
[ { "docid": "bc678633b061ff11a3e913eace14f636", "score": "0.6863566", "text": "public Grupo create(Grupo nuevoGrupo) {\n\t\t\n\t\tlog.info(\"recibi para crear al grupo\"+nuevoGrupo);\n\t\tOptional<Grupo> grupo = grupoRepository.findById(nuevoGrupo.getId());\n\t\t\n\t if(!grupo.isPresent())\n\t {\n\t\...
[ { "docid": "41b1f790d55d8b0258c659b3a66823d0", "score": "0.69541353", "text": "public void crearGrupo(String nombre) throws GrupoYaExisteExcepcion{\r\n\t\tif(this.existeGrupo(nombre)){\r\n\t\t\tthrow new GrupoYaExisteExcepcion();\r\n\t\t}\r\n\t\tGrupo grupo = new Grupo(nombre);\r\n\t\tthis.grupos.put(no...
abfb3d1258541c286b225e1d4e49d580
The method updates an existing game in the database
[ { "docid": "86924a1cd40ee80c7d0111438978ce61", "score": "0.0", "text": "public boolean showUpdateDialog(final Game game, final String message) {\n prepareFields(\"Update\", true, true);\n return showDialog(game, message);\n }", "title": "" } ]
[ { "docid": "84e72b3ab4e036eb0b37d0123175436a", "score": "0.7461947", "text": "@Test\n public void testUpdateGame() {\n Game game = new Game();\n game.setAnswer(\"9999\");\n game.setStatus(true);\n game = gameDao.addGame(game);\n\n Game fromDao = gameDao.getGameById(...
ecdb3c34293b3700122eaddfaeb43350
Start the ConnectedThread to begin managing a Bluetooth connection
[ { "docid": "0f80294f46614e71681cb15bf3734bcf", "score": "0.0", "text": "public synchronized void connected(BluetoothSocket socket, BluetoothDevice device) {\n if (D) Log.d(TAG, \"connected\");\n\n // Watch에서 연결은 단 하나만 존재\n // Cancel any thread currently running a connection\n ...
[ { "docid": "5184e820054d1ef0d3480378a0bea075", "score": "0.7891426", "text": "public synchronized void start(){\n Log.d(TAG_BT_SERVICE,\"BluetoothService start() is running\");\n if(connectThread != null){\n connectThread.cancel();\n connectThread = null;\n }\n...
dd6283792a457744571b0478f9469df0
This method was generated by MyBatis Generator. This method returns the value of the database column cost_accounting_statistic_totals.statistic_code
[ { "docid": "12d259710be1a3e2b56047cadef5742c", "score": "0.6882387", "text": "public Long getStatisticCode() {\n return statisticCode;\n }", "title": "" } ]
[ { "docid": "48beceadbec643b2ea17e4127fb36981", "score": "0.62631303", "text": "public BigDecimal getCODE() {\r\n return CODE;\r\n }", "title": "" }, { "docid": "0eb73b73a73819cad5e97fc7aa5d25e6", "score": "0.60858124", "text": "public String getCode() {\r\n return ac...
daf293a741ed07068f987096be262113
Resize the icon before its used as a map marker
[ { "docid": "00d51a1fa615f9c31f73d070a55fe097", "score": "0.6488515", "text": "public Bitmap resizeMapIcons(String iconName, int width, int height){\n Bitmap imageBitmap = BitmapFactory.decodeResource(getResources(),getResources().getIdentifier(iconName, \"drawable\", getPackageName()));\n ...
[ { "docid": "9b235c16fd8b3fee073104f7eb1944d9", "score": "0.7404088", "text": "void setIconSize(Dimension size);", "title": "" }, { "docid": "17c4b679fb4b9f5ea5c3cd19a40143f3", "score": "0.7156048", "text": "private void updateIconBounds() {\n if (this.mIcon != null) {\n ...
5f7d2a86ad530a6d89f144120668b1ef
This operation makes the command line option 'regularGrid' optional.
[ { "docid": "2eca346eccf1a6eafa458070ab0f0c57", "score": "0.6446016", "text": "boolean isRegularGrid();", "title": "" } ]
[ { "docid": "4e3bb3dfcc1ca60807c872daec049f55", "score": "0.7326859", "text": "@Option(description = \"If the user wants to use a regular grid in the x direction or not.\")\n\n\t/**\n\t * This operation produces the optional command line option '--regularGrid'\n\t * which takes a single string value and ...
5dc7fae8f62ed63bfa267c570bf07666
Tests whether two compared SortedLists are equal, returning true if they are, and false if they are not
[ { "docid": "30f575de5ca48b43227f973b26d974a8", "score": "0.7838584", "text": "@Test\n\tpublic void testEquals() {\n\t\tSortedList<String> list1 = new SortedList<String>();\n\t\tSortedList<String> list2 = new SortedList<String>();\n\t\tSortedList<String> list3 = new SortedList<String>();\n\n\t\tlist1.add...
[ { "docid": "cfc1f73cbc3f78687f44a371e4f339a9", "score": "0.7150397", "text": "static boolean compareLists(SinglyLinkedListNode head1, SinglyLinkedListNode head2) {\n SinglyLinkedListNode curr1=head1;\n SinglyLinkedListNode curr2=head2;\n while(curr1 != null && curr2 != null){\n ...
0ef07795c79922d7206fefe61c9b0cd0
Created by aman on 16/6/17.
[ { "docid": "344997cc929657b2ae02ad315451d8be", "score": "0.0", "text": "public interface HomeProvider {\n}", "title": "" } ]
[ { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.64897895", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { "docid": "41e50fb9a0b417818374927eb02c67f1", "score": "0.5943492", "text": "protected void mo5608a() {\n }", "title": "" }, { "docid"...
21a6bce2096637f9d284bec4e3e50f1a
Gets the ID of this FeatureStructure. IDs are optional, so this may return null. A FeatureStructure must have an ID if it is to be the target of a reference.
[ { "docid": "2845e0c41163fb67176092d499fb15b4", "score": "0.0", "text": "String getId();", "title": "" } ]
[ { "docid": "422cb8b3f47745cd831e297e17e9a382", "score": "0.62016326", "text": "public Long getId() {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "422cb8b3f47745cd831e297e17e9a382", "score": "0.62016326", "text": "public Long getId() {\n\t\treturn null;\n\t}", "title": "" ...
4161d6bb02ea2dab269490f11ec5903e
A static method to clear the console.
[ { "docid": "16cd065ce5f384d4614c908e71dd4f4d", "score": "0.77281356", "text": "static void clearScreen() {\n try {\n final String os = System.getProperty(\"os.name\");\n if (os.contains(\"Windows\")) {\n Runtime.getRuntime().exec(\"cls\");\n } else ...
[ { "docid": "4e4abee7eecc97133dd68cd87d98ee34", "score": "0.85719997", "text": "public void clear() {\n MessageConsole console = findConsole();\n console.clearConsole();\n }", "title": "" }, { "docid": "f7ba6e39bee375011a19e7e72125b458", "score": "0.8548118", "text": "stat...
24bfdea7ad29e8cf3b80e016e432e71b
Constructor to initialise class
[ { "docid": "c9a9f45ecf4ed1c0ab19cd62f61ce8a9", "score": "0.0", "text": "public ServerThread(Socket clientSocket) {\n\t\tthis.clientSocket = clientSocket;\n\t}", "title": "" } ]
[ { "docid": "9640b45e0ba0aa7401f39d995f53d897", "score": "0.7323498", "text": "public ClassParser() {\n }", "title": "" }, { "docid": "2b4f8311c4c11f67865bb506b028a0f6", "score": "0.7155116", "text": "public void init ( )\n /////////////////////////////////////////////////////...
5d8e9b55aac6b8810f8bc771d280fac4
Constructs a new HttpResourceConnection object.
[ { "docid": "0893fb4f995a8c91deda6da029c3d850", "score": "0.6303617", "text": "public HttpResourceConnection(Settings settings, boolean usesProxy, String userKey, String passwordKey) {\n this.settings = settings;\n this.connFactory = new URLConnectionFactory(settings);\n this.usesPro...
[ { "docid": "f2ee502036279bad1ee2669bc9daab3f", "score": "0.7011489", "text": "public HttpResourceConnection(Settings settings) {\n this(settings, true);\n }", "title": "" }, { "docid": "1657c358f4729e6473e92a69157cc00d", "score": "0.6722013", "text": "public HttpConnectione...
6e6ac07b696369918f7d9c32afd6263a
Write code here that turns the phrase above into concrete actions
[ { "docid": "0c3116974f21b90fc44f31d5c5607bc5", "score": "0.0", "text": "@When(\"Click submit button\")\n\tpublic void clickSubmitButton() {\n\t throw new cucumber.api.PendingException();\n\t}", "title": "" } ]
[ { "docid": "facbfb09ddbe99dfcb836d6ec7bdbb27", "score": "0.66329277", "text": "public void preformAction() {\n\t\t\r\n\t}", "title": "" }, { "docid": "2b24799cfbae9a2538024b8515e67eb8", "score": "0.6465812", "text": "@Override\r\n\tpublic void action() {\n\t\t\r\n\t}", "title": "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a62b10d39214c3a037d0340c9dd94dd5", "score": "0.0", "text": "@Override\r\n\tpublic Object concludeNode(ObjPath ancestors, Object subject, LinkedList<?> children) {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
2d031246e8a8aa84824723273077b847
This method was generated by MyBatis Generator. This method returns the value of the database column V_ACT_HADDO.ORGANISER
[ { "docid": "b93406f1c187e1411db216ae2c70f1c1", "score": "0.57763463", "text": "public String getOrganiser() {\n return organiser;\n }", "title": "" } ]
[ { "docid": "79f7bf376be56008d0b0859d2f024c0d", "score": "0.60896444", "text": "public String getAeropuertoOrigen() {\n\t\treturn myAeropuertoOrigen;\n\t}", "title": "" }, { "docid": "7af7e7ad1f543edc16b6964ae8ca169d", "score": "0.55243665", "text": "public String getOrganiserName() {...
6149ed420e76f4d9ea4ca08cfa4884f5
Create user and his role.
[ { "docid": "530ebabca0c8a2c33acb29601670d8ab", "score": "0.7544685", "text": "public void createAdmin() {\n System.out.println(\"Creating user ...\");\n User userAdmin = userRepository.findByUsername(\"admin\");\n if (userAdmin == null) {\n Rol roleAdmin = rolRepository.f...
[ { "docid": "73497ebe52d1c88b9e72ca2a43c48585", "score": "0.75545824", "text": "public void createUser() {\n userDetail.createUserDetail();\n }", "title": "" }, { "docid": "bd591a601b7d89b369484c78ea772da0", "score": "0.7388408", "text": "public void createUser(User user);",...
4b7a0b885703f319579487ebb1ced16f
working code with recursion
[ { "docid": "c1ded389459da5a3c4146623aa9e03d5", "score": "0.0", "text": "private static int findMaxElement2(TreeNode node) {\n\t\tint max = -1; int leftmax = -1, rightmax = -1;\n\t\tif(node == null) return max;\n\t\t\n\t\tif (node.data > max) {\n\t\t\tmax = node.data;\n\t\t}\n\t\tif (node.left != null ) ...
[ { "docid": "98458b2bd3b39dc4acbeec0b6bc137fa", "score": "0.63323087", "text": "public boolean doRecurse();", "title": "" }, { "docid": "2855951c0818d7e74eb09d363edfbed7", "score": "0.6127437", "text": "public void recursiveWalk()\r\n\t{\r\n\t\tint len = this.size;\r\n\t\tCorner pre =...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c4c340fb8efeb822b01a123b3f603c4c", "score": "0.0", "text": "@Override\r\n\t\t\tpublic Object answer(InvocationOnMock invocation) throws Throwable {\n\t\t\t\tObject[] arguments = invocation.getArguments();\r\n\t\t\t\tTvSeriseDto tvSeriseDto = (TvSeriseDto) arguments[0];\r\n\t\t\t\tAssert.asse...
[ { "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": "" }, { ...
b0c8edba1680b64a76a219a61a7987d5
Creates a OneOrMoreAttributeTransition by the URL url. This method is a template method for concrete classes.
[ { "docid": "62f319c73a420741cfdcf5cce7d1e28f", "score": "0.78959084", "text": "public OneOrMoreAttributeTransition createOneOrMoreAttributeTransitionWithContext(URL url) throws IOException, SAXException, ParserConfigurationException {\n OneOrMoreAttributeTransition oneOrMoreAttributeTransition_ =...
[ { "docid": "d35fb47f5add7435f2a68348b9e0cf2e", "score": "0.854201", "text": "public OneOrMoreAttributeTransition createOneOrMoreAttributeTransition(URL url) throws IOException, SAXException, ParserConfigurationException {\n OneOrMoreAttributeTransition oneOrMoreAttributeTransition_ = createOneOrM...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "e83f4a9d8053d57b8fcc0e132ee510da", "score": "0.0", "text": "C8240v5<E> mo30118a(E e, C8209u uVar, E e2, C8209u uVar2);", "title": "" } ]
[ { "docid": "8c202bef975a1ce9b229619975cdce2f", "score": "0.6234015", "text": "public interface aacac {\n /* renamed from: a */\n void mo29386a(String str);\n}", "title": "" }, { "docid": "d9afe0b047b7674b49c3d401ac2542aa", "score": "0.62241286", "text": "public interface C4823a...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "c91115c61e9a0c48949e8f72b2077c14", "score": "0.0", "text": "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tint id = item.getItemId();\n\t\tif (id == R.id.action_settings) {\n\t\t\t\n\t\t\t\n\t\t\treturn true;\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}...
[ { "docid": "b17d497994c95df0d01a4795e2a9a648", "score": "0.7690752", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n\n switch (item.getItemId()) {\n // Respond to the action bar's Up/Home button\n case android.R.id.home:\n this....
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a5bf23f3b2db914a7a463dbe88c6c4ce", "score": "0.0", "text": "public static void main(String[] args) {\n\r\n\t\tSystem.out.print(\"How old are you? \");\r\n\t\tSystem.out.print(\"Find out by typing your bday\");\r\n\t\tSystem.out.print(\" and today in yyyymmdd format.\");\r\n\t\t\r\n\t\tScanne...
[ { "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...
5c3b7e5180c27e3ea564d46fa6f3f71a
Retrieves the current verbose status.
[ { "docid": "c7b737e333ff8bd62c3371af874e3627", "score": "0.8554135", "text": "public String getVerboseStatus() {\n return verboseStatus;\n }", "title": "" } ]
[ { "docid": "408c83841cfa574e93dd542f27ec82b9", "score": "0.7415112", "text": "public String getVerbose() {\n if (!verbose) {\n return \"\";\n } else {\n return SOSCmd.FLAG_VERBOSE;\n }\n }", "title": "" }, { "docid": "2eb20639be498a2a3d2690ebc31f...
650156a0913df144ff0eadcef7ab5776
Notifify pending loads that a new value was set. This is only relevant to loading value references.
[ { "docid": "65365a2e0d1f0e3ff498c7d45b0d3aa9", "score": "0.5171352", "text": "void notifyNewValue(V newValue);", "title": "" } ]
[ { "docid": "539f94decd0db12a5008f6c332dbe905", "score": "0.64141667", "text": "protected void updateDueToValueChanging(){\n\t}", "title": "" }, { "docid": "539f94decd0db12a5008f6c332dbe905", "score": "0.64141667", "text": "protected void updateDueToValueChanging(){\n\t}", "title"...
eef16a45d8e6aab3aabe62164cb55918
Get item and set a new expiration time for it
[ { "docid": "b308225a09dd6258b1027ca8debfb220", "score": "0.5486902", "text": "public <T> T getAndTouch(final String key, int newExp, long opTimeout) throws TvlCacheException;", "title": "" } ]
[ { "docid": "821767c95ffbd78724c17681a0865423", "score": "0.6445535", "text": "public void setExpiration(Date expiration);", "title": "" }, { "docid": "50d3aeedff815b27e9b3833c842d530a", "score": "0.64000404", "text": "public long getExpiration() throws IOException;", "title": "" ...
71e10f06cb97da7f7a3da2fbc5389b21
/ Solution 2: Store the intermediate result in a variable and overwrite the variable with the next result. Time complexity: O(n) Space complexity: O(1)
[ { "docid": "576b0c4caef3abf72dba31d61c3c0b72", "score": "0.0", "text": "public int computeNthFibNum2(int n) {\n if (n < 2) {\n return n;\n }\n\n int fibMinusOne = 1;\n int fibMinusTwo = 0;\n\n for (int i = 2; i <= n; i++) {\n int temp = fibMinusOn...
[ { "docid": "fb1fb2a6f46fcd74bf7f07d5319ed834", "score": "0.59214175", "text": "private int reduce(int a) {\r\n\r\n\t\tif (equivalences[a] == a) {\r\n\t\t\treturn a;\r\n\t\t} else {\r\n\t\t\treturn reduce(equivalences[a]);\r\n\t\t}\r\n\t}", "title": "" }, { "docid": "1df8fee3f3c49e016c9227761...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "00267d97ffb8bf62a534dcee214a4354", "score": "0.0", "text": "@Override\n public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,\n String sortOrder) {\n Log.e(TAG,\"Query type\" + \"--\" + selection);\n cursor = new MatrixCursor(...
[ { "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...
8a981340b3336eb16da26d3052094219
Deletes specified file (not a directory).
[ { "docid": "57004c92215df2c17cce2eb2a02fece3", "score": "0.64583623", "text": "public static void deleteFile(File file, Console console)\n throws IOException {\n if (console != null)\n console.showMessage(Msg.msg(\"deletingFile\", file),\n Console....
[ { "docid": "fdc33bddfb30cb60e23309a6be504379", "score": "0.7926372", "text": "void deletePath(final Path file);", "title": "" }, { "docid": "46968067f84d23f18c34359877d6acc4", "score": "0.765827", "text": "protected void deleteFile() {\n\t\tFileTask fileTask = new FileTask();\n\t\tfi...
57f3036db3c8a599d748387ef7dd2680
Search BST for given key. Does there exist a keyvalue pair with given key?
[ { "docid": "694cf6ce3a56eaf88cee874269e46bff", "score": "0.0", "text": "public boolean contains(Key key) {\r\n\t\t/*\r\n\t\t * if(key == null){ return false; }\r\n\t\t */\r\n\r\n\t\treturn get(key) != null;\r\n\t}", "title": "" } ]
[ { "docid": "ff6fb927b2813addfa3784d270aed7be", "score": "0.7656238", "text": "public boolean search (int key)\n { \n if (key < 0)\n {\n throw new IllegalArgumentException (\"Invalid parameter\");\n }\n \n boolean isFound = (search(root, key) != null);\n return isFound;\n }", ...
43a383d26959bd8ae6e4cf072ce13a55
The specified ranges of the parameters are only initial ones, and the actual ranges are adjusted during the fuzzing process, as described in the paper.
[ { "docid": "ef01a317cfc9e2d2f4540c93f28f54f6", "score": "0.0", "text": "@Fuzz\n public void testTooLargeFirstStep(@InRange(minDouble = 0, maxDouble = 5) double a,\n @InRange(minDouble = 0, maxDouble = 5) double b,\n @InRange(minDoubl...
[ { "docid": "a33a44e96b23a93b5bd1cb5791c5fa24", "score": "0.6336551", "text": "@Test\n public void testLowerAndUpperBounds() {\n runLowerUpperTest(\"1.00\", \"0.995\", \"1.005\");\n\n // [parameter]=100.00\n // significant figures precision = 5\n // range [99.995 ... 100.00...
4111a0d685c090a406b09da507acd188
Shows a dialog with a listview in it to allow the user to load times from file
[ { "docid": "18b252818356d40aa3a0ff7b4249def5", "score": "0.61627686", "text": "public void loadBlockoutTimes(View view){\n\n ExpandableListView blockoutListView = new ExpandableListView(this);\n\n final BlockoutCoursesAdapter blockoutCoursesAdapter = new BlockoutCoursesAdapter(loadBlockout...
[ { "docid": "6b6b5eb960319a78d9b1bb1eae79b7c0", "score": "0.62638485", "text": "private void localUIUpdateDatesShown() {\r\n values = new ArrayList<String>();\r\n Calendar day = Calendar.getInstance();\r\n Date date = day.getTime();\r\n for (int i = 0; i < 5; i++) {\r\n ...
9dcb555133a54a59311c7e9fb2ce09a3
Gets the value of the PlannedShutdownTime field. Time shutdown planned
[ { "docid": "1069977df2c41dd08bb2563d14e7d532", "score": "0.84689707", "text": "@gw.internal.gosu.parser.ExtendedProperty\n public java.util.Date getPlannedShutdownTime() {\n return (java.util.Date)__getInternalInterface().getFieldValue(PLANNEDSHUTDOWNTIME_PROP.get());\n }", "title": "" ...
[ { "docid": "89752e23e6dd7e016341593a0e8d5d99", "score": "0.8465021", "text": "@gw.internal.gosu.parser.ExtendedProperty\n public java.util.Date getPlannedShutdownTime() {\n return (java.util.Date)__getInternalInterface().getFieldValue(PLANNEDSHUTDOWNTIME_PROP.get());\n }", "title": "" }, { ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b77cb7aaa47bacc9e611e80dd3b539a5", "score": "0.0", "text": "@JsonIgnore\r\n\tpublic void setProvinceCode(int code) {\n\t\tif (e != null && e.length > 0) {\r\n\t\t\te[0] = code;\r\n\t\t}\r\n\t}", "title": "" } ]
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
cf43e5f51bca83feec91811e88131e99
Create a distributed atomic long variable, with the given key
[ { "docid": "319cc2342db3286b76a2ef72615d14a0", "score": "0.57078403", "text": "public static IAtomicLong getParam(String key) {\n return HzObjectCollection.getHzObjectCollection().getFirstInstance().getAtomicLong(key);\n }", "title": "" } ]
[ { "docid": "57b2ffab79a9e0b0cd499837fd21ab7b", "score": "0.67319036", "text": "public LongVariable(String name, String key) {\n super(name, key);\n }", "title": "" }, { "docid": "28ca8aec61355651dce35c8bc171bc6d", "score": "0.6468642", "text": "public OptionalLong putSharedSto...
7a1addfc4e67303690fba15197923e85
Checks if all documents are filled in.
[ { "docid": "04eb3e9471c243b6075dff69b98d6c1c", "score": "0.8629046", "text": "void checkAllDocumentsFilledIn();", "title": "" } ]
[ { "docid": "8557ada3364223a624eb76e4ff0b7344", "score": "0.84009355", "text": "void checkAllReturnDocumentsFilledIn();", "title": "" }, { "docid": "945ac7052582598309d3c6cf6c91f6ae", "score": "0.83100957", "text": "boolean allDocumentsFilledIn();", "title": "" }, { "docid...
24735e1c402b7537880ef4aad47f42a6
===== Constructors ===== \\
[ { "docid": "ce019867ba35465e809898c06a90bc35", "score": "0.0", "text": "public Message(){}", "title": "" } ]
[ { "docid": "70584660920566d27ce9d1f8bc4b0ba5", "score": "0.72165203", "text": "public Sala() {\t\r\n\t}", "title": "" }, { "docid": "2d4582968304eaa1193128df0a913163", "score": "0.71687937", "text": "public Exon( ) {\n\t}", "title": "" }, { "docid": "ad5ac906a9db18a89875...
e4d95f6c90a2ed849784fd5331e17ffc
Configurable parameters of app
[ { "docid": "38e0338160fe8f8c8be8a2470ee037fa", "score": "0.0", "text": "public static void main(String[] args) {\n final int NUM_PASSENGERS = 5;\n final int MAX_BAGS = 5;\n final int MIN_BAGS = 1;\n final int NUM_LINES = 2;\n\n System.out.println(\"Initalize with \" + NUM_PASSENGERS + \" ...
[ { "docid": "47d9badf1c1ae2f08ba7173c8a97d138", "score": "0.66908467", "text": "private interface ApplicationParams {\n String USERNAME = \"username\";\n String PASSWORD = \"password\";\n String EMAIL = \"email\";\n String SMS = \"sms\";\n }", "title": "" }, { "...
49e5cf238f2ce36fe69712ee4bda7ca7
Hier wordt de data in de viewholder gezet
[ { "docid": "1aaa5eae2d30654bd5d2762b1c604f94", "score": "0.0", "text": "@Override\n public void onBindViewHolder(@NonNull MediaItemViewHolder holder, int position) {\n Log.d(TAG,\"onBindViewHolder is called\");\n MediaItem mediaItem = mediaItems.get(position);\n holder.itemView.s...
[ { "docid": "a7cbc2e8685edc73cf8ea049ce8c1aa0", "score": "0.6874329", "text": "@Override\n\t\t\tpublic void onEntrada(Object entrada, View view) {\n\t\t \n\t\t\t\tTextView textoid=(TextView)view.findViewById(R.id.id_item);\n\t\t\t\ttextoid.setText(((Lista_E)entrada).getId());\n\t\t\t\t\n\t T...
4deb7bbc249199cd4bf81330330689a9
Ein RahmenElement kann nicht rotiert werden
[ { "docid": "678942003a929b9ebf80c8ad8b961bdd", "score": "0.5777897", "text": "@Override\n public void rotate(DirectionRotate rotate)\n {\n }", "title": "" } ]
[ { "docid": "445793a212830b351e7a4790ed4e6f9f", "score": "0.674422", "text": "@Override\n public void rotate() {\n return;\n }", "title": "" }, { "docid": "e8ac1c0b328b62eebbc162b0e2661e32", "score": "0.6668211", "text": "@Override\n\tpublic void rotate() {\n\t}", "ti...
921eaeb60c63093bd52f291a3526210a
create a new ImagePanel given a background image. if the given path is invalid, default background image is used instead.
[ { "docid": "1c7feaac12a0e63a9589c47a6042230e", "score": "0.80002534", "text": "public ImagePanel(String path) {\n\t\ttry {\n\t\t\tbackground = ImageIO.read(ResourceLoader.load(path));\n } catch (IOException ex) {\n \tlogger.log(Level.WARNING, \"given image cannot be loaded\");\n \te...
[ { "docid": "cbd08d7083f5b3c07bb3c1494ac5081d", "score": "0.78664786", "text": "public BackgroundPanel(String imagePath) {\n try {\n bgImage = ImageIO.read(getClass().getResource(imagePath));\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "t...
f44e5b133f3d2674022d784afb25aec7
/ checks the weight
[ { "docid": "308c7c867bde3b408925008a4fd0f606", "score": "0.0", "text": "@FXML\n void checkGew(ActionEvent event) {\n \tanzTfz = Integer.parseInt(anzahlTfz.getText());\n \t//if (anzTfz == null)\n \tif(Integer.parseInt(textFieldZuggew.getText()) < zugGewMin*anzTfz){\n \t\t//System.out.print...
[ { "docid": "44b481a9105b49e587c1bfc469395dde", "score": "0.76927567", "text": "private static boolean isValidWeight (int w) {\n return w >= 1 && w <= 5;\n }", "title": "" }, { "docid": "28cd42dd94afbf407f69ba3b29bcbcd3", "score": "0.7381205", "text": "boolean checkForWeight...
0555db8109652caff7d8904c54c7a49c
Gets the future that was traded. The product captures the contracted financial details of the trade.
[ { "docid": "7f7336dc81b402372921f284b44f6e2f", "score": "0.55584073", "text": "@Override\n public OisFutures getProduct() {\n return product;\n }", "title": "" } ]
[ { "docid": "512763f4b243888df5f9eb04ef00a410", "score": "0.6148231", "text": "public BigDecimal getLastTrade() {\n return lastTrade;\n }", "title": "" }, { "docid": "9c6a64378b532d40be5195a36425b123", "score": "0.6109778", "text": "CurrencyAmount presentValue(ResolvedBondFu...
b65b811425fab401c19bbf7b2ec6608c
The rank histogram with the weighted tokens for the feature. .tensorflow.metadata.v0.RankHistogram rank_histogram = 6;
[ { "docid": "72c8972b07fe193030d2c6f46caad0b1", "score": "0.54681134", "text": "public boolean hasRankHistogram() {\n return rankHistogramBuilder_ != null || rankHistogram_ != null;\n }", "title": "" } ]
[ { "docid": "3337d882807d893b169f5c9a2ebdbbe9", "score": "0.7722491", "text": "RankHistogram getRankHistogram();", "title": "" }, { "docid": "1e93c43cc78123fad9a339ee2eeb897b", "score": "0.72015023", "text": "RankHistogramOrBuilder getRankHistogramOrBuilder();", "title": "" }, ...
662c505cebda40c5463bf6d7317bf7d5
Gets the size of the array and does check if they are the same size, They should be. Otherwise throws 1.
[ { "docid": "4e0fd517c98b369b14861efdb65b7ee8", "score": "0.0", "text": "public int getSize(){\n\t\tint num1 = itemName.size();\n\t\tint num2 = itemCost.size();\n\t\tif(num1 == num2){\n\t\t\tif(debug)\n\t\t\t\tSystem.out.println(\"totaltrackerobject: retuned getsize \"+num1);\n\t\t\treturn num1;\n\t\t}\...
[ { "docid": "b204e3bff36150abd6b368a781941388", "score": "0.68902695", "text": "U hasSameSizeAs(Object array);", "title": "" }, { "docid": "e301de755a7c65031a7abf3632a90841", "score": "0.68306375", "text": "int sizeOfAfterAnyArray();", "title": "" }, { "docid": "870981e1b8...
07aff2cd241cc5af4d841d4a4b16aed8
The Check Static IP operation retrieves the details for the availability of static IP addresses for the given virtual network.
[ { "docid": "f0d74ef9df20ee2bc7ecf412fc6aceb2", "score": "0.6878804", "text": "Future<NetworkStaticIPAvailabilityResponse> checkAsync(String networkName, InetAddress ipAddress);", "title": "" } ]
[ { "docid": "e6037da448366ef0aff373f54f3c27be", "score": "0.70862836", "text": "NetworkStaticIPAvailabilityResponse check(String networkName, InetAddress ipAddress) throws IOException, ServiceException, ParserConfigurationException, SAXException;", "title": "" }, { "docid": "724eac41f8cce4fa4...