query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
9dfc5732b250affea240927fd496b05a
$ANTLR end "rule__XForLoopExpression__Group_0_0__0" $ANTLR start "rule__XForLoopExpression__Group_0_0__0__Impl" InternalBugsly.g:10563:1: rule__XForLoopExpression__Group_0_0__0__Impl : ( () ) ;
[ { "docid": "8b445521885240f1e58f1be1f0a03d16", "score": "0.7491361", "text": "public final void rule__XForLoopExpression__Group_0_0__0__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalBugsly.g:10567:1: ( ( ...
[ { "docid": "7b90b3f69d5bd7cbe6872688e8b8bec5", "score": "0.8206491", "text": "public final void rule__XForLoopExpression__Group_0__0() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalBugsly.g:10528:1: ( rule__XFor...
b57a3795e2922827b5c8af29a55876e5
returns the player's name
[ { "docid": "977514934214598aad11bde5ced65fb2", "score": "0.0", "text": "String getName()\n\t{\n\t\treturn name;\n\t}", "title": "" } ]
[ { "docid": "a458a92ffb8b2ef7bb449b4b14893a02", "score": "0.8775296", "text": "public String getName() \r\n\t{\r\n\t\treturn playerName;\r\n\t}", "title": "" }, { "docid": "971d47522342c1c08b4f30a47816f433", "score": "0.87596536", "text": "public String getPlayerName();", "title":...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "3d581f8da4e634e0c085638e968bf6dd", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "b470b12158e9a37414c1897a8fc7b04e", "score": "0.71308285", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif = getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" ...
c2a585f28755a9fe6a2cd9d37627a71e
Update the visibility of the many child views based on expanded/collapsed and draft/normal state.
[ { "docid": "1afa4292cd53df3626ac396d1dc4e565", "score": "0.7881224", "text": "private void updateChildVisibility() {\n // Too bad this can't be done with an XML state list...\n\n if (mIsViewOnlyMode) {\n setMessageDetailsVisibility(VISIBLE);\n setChildVisibility(GONE,...
[ { "docid": "223be170f7fc998b610d0c84af94605f", "score": "0.6493848", "text": "public void e() {\n int childCount = getChildCount();\n for (int i2 = 0; i2 < childCount; i2++) {\n View childAt = getChildAt(i2);\n if (childAt.getVisibility() == 4) {\n chil...
7cd9680dd891fe49fa7b3bd72bc6ca24
Toon een formulier om een nieuwe entiteit te maken
[ { "docid": "f0e102fcfd2e06e8b1336c6da57dbe55", "score": "0.0", "text": "public void create() throws ServletException {\r\n\r\n }", "title": "" } ]
[ { "docid": "525570459f23077f55c3dfb7814ed16a", "score": "0.66500777", "text": "private void srediFormu() {\n centrirajFormu();\n RezervisaneSobe k = (RezervisaneSobe) Kontroler.vratiInstancuKontrolera().getMapa().get(\"rezsoba_izabran\");\n prikaziRezSobu(k);\n }", "title": ...
342e20012c2072e43989ec9ac4a792c9
Method searches for datetime given using compareTo and returns the corresponding voltage and power
[ { "docid": "571e7bccc9f37a1af0bd43c960825216", "score": "0.46692997", "text": "private static void printDateTime( String dateTime) throws IOException{\r\n\t\t\tfor (int j=0; j<500; j++){\r\n\t\t\t\topCount++;\r\n\t\t\t\tif (fileData(\"cleaned_data.csv\")[j].getDateTime().compareToIgnoreCase(dateTime) ==...
[ { "docid": "d1617ecf8cb27707a2c0d3f6bf7fc305", "score": "0.5213285", "text": "public int compare(DateTime dateTime) {\n //TODO: implement this method\n return 0;\n }", "title": "" }, { "docid": "1a556e6465e8120214b3dbd1967fca3d", "score": "0.50778735", "text": "int c...
cd33b1ddf00a923b1d08d850210b5387
database name, interface will enforce a database name any time we build a EventsDB
[ { "docid": "26329e6d89d113b1cacd9fed9d26f48a", "score": "0.0", "text": "interface Tables{\n String EVENTS = \"events\";\n }", "title": "" } ]
[ { "docid": "4ef5b745c9ab6afe22f8532a543effcf", "score": "0.7714111", "text": "public abstract String getDatabaseName();", "title": "" }, { "docid": "7977a565ec975384d680e43f6f69eead", "score": "0.7694502", "text": "@Override\r\n\tprotected String getDatabaseName() {\n\t\tSystem.err.p...
c0e5350bd4a21394f714fe3f045274c5
add content to table
[ { "docid": "df1ec4ef5266dff9a227dde7349991fb", "score": "0.0", "text": "public void addWishes(MyNote note) {\n\n SQLiteDatabase db = this.getWritableDatabase();\n\n ContentValues values = new ContentValues();\n values.put(Constants.TITLE_NAME, note.getTitle());\n values.put(C...
[ { "docid": "8fc62662672fb2801a02dc9761d14bd1", "score": "0.68938047", "text": "private void addRow(){\r\n\t\tmessageText=messageText+\"<tr>\";\r\n\t}", "title": "" }, { "docid": "0aed4330db530ecc1ba3b78502e4e62d", "score": "0.68623513", "text": "private void addRowData(String value){...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "70c4ddc719e1165b569dd5392abf8686", "score": "0.0", "text": "@Override\n\tpublic boolean openAccount(String accType, double balance) {\n\t\t\n\t\treturn activeCustomer.openAccount(accType, balance);\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
91ff9cf69288bb898961432db7b64c43
Adds a Card to your hand
[ { "docid": "a4a1cd47d41f88a0b2766c77660d3008", "score": "0.7834757", "text": "public void addCard(PlayingCard c) { \n\n\t\t//Adds a specific playing card instance to hand\n\t\thand.add(c);\n\t}", "title": "" } ]
[ { "docid": "b538fd8e69b28cafc4985f13e1b11adc", "score": "0.8613563", "text": "public void addToHand(Card card){\n hand.add(card);\n }", "title": "" }, { "docid": "39a4a5c5108f9f456516abef046b193e", "score": "0.856177", "text": "public void addCard(Card card) {\n\t\thand.add...
8d5de35703da39c4b6160e439d42c5b9
Get the indicates the status of this physical interface.
[ { "docid": "6dd913e9c7cf214566ff03d3dcbf134e", "score": "0.7326343", "text": "public String getStatus() {\n\t\treturn status;\n\t}", "title": "" } ]
[ { "docid": "2db78dd36e6199261a764f84d43a53f7", "score": "0.7412549", "text": "public Integer getStatus() {\n\t\treturn status;\n\t}", "title": "" }, { "docid": "2db78dd36e6199261a764f84d43a53f7", "score": "0.7412549", "text": "public Integer getStatus() {\n\t\treturn status;\n\t}", ...
e6d708410e6ce7f22c6b25171c08fd5f
Mutator Method for String data type : director : return type : void
[ { "docid": "d87f908ef1199da1dccca7455eae1bb7", "score": "0.0", "text": "public void setDirector(String director)\n {\n this.director = director;\n }", "title": "" } ]
[ { "docid": "62373712ad4fa0e9d0ea3091e8c79dde", "score": "0.7144389", "text": "public void setString(String str) {}", "title": "" }, { "docid": "1fe22d4c3651fc02d9c0c6675a98fbb9", "score": "0.68872774", "text": "@Override\n\tpublic void update(String str) {\n\t\t\n\t}", "title": "...
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": "db2a06b73a96cfdb80cb81c39caaea7b", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jSplitPane2 = new javax.swing.JSplitPane();\n ...
[ { "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": "4d7bc452...
816fc0252e6bedf77e49baf0dea85c48
Tests that the insertProfile(UserProfileDTO profile) method throws an IllegalArgumentException when the argument contains an invalid sponsor mapping. In this test, the UserProfileDTO.SPONSOR_KEY maps to an Admin object.
[ { "docid": "5f80f7eee01231063519638676e64e75", "score": "0.916241", "text": "public void testInsertProfileWithArgContainingInvalidSponsorMapping() throws Exception {\n UserProfileDTO profile = new UserProfileDTO();\n profile.put(UserProfileDTO.SPONSOR_KEY, new Admin(0));\n\n try {\n...
[ { "docid": "ce734038f92535b7eba8b679d8dc5307", "score": "0.79720473", "text": "public void testInsertProfileWithArgContainingInvalidContactInfoMapping() throws Exception {\n UserProfileDTO profile = new UserProfileDTO();\n profile.put(UserProfileDTO.PLAYER_KEY, new Player(0));\n pro...
62c0cf217ef13b7aebf90c18b3184846
repeated string api_groups = 2;
[ { "docid": "8f6982b4978810204ff8da4fe61e0c1e", "score": "0.0", "text": "public com.google.protobuf.ProtocolStringList\n getApiGroupsList() {\n return apiGroups_.getUnmodifiableView();\n }", "title": "" } ]
[ { "docid": "c66110e43aa53fb560579822809c4df1", "score": "0.57320756", "text": "public Builder addApiGroups(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureApiGroupsIsMutable();\n apiGroups_.add(value);\n onChanged();\n r...
f293c52ba4e9bab986a5111094fb79d0
required .CMsgProtoDefHeader header = 1;
[ { "docid": "1c80efb31ca68a285f93171cd711dcfc", "score": "0.0", "text": "@java.lang.Override\n public boolean hasHeader() {\n return ((bitField0_ & 0x00000001) != 0);\n }", "title": "" } ]
[ { "docid": "80a31e3012ac4103fe06db8d7612e5c1", "score": "0.7976947", "text": "TfProtoDefMessages.CMsgProtoDefHeader getHeader();", "title": "" }, { "docid": "80a31e3012ac4103fe06db8d7612e5c1", "score": "0.7976947", "text": "TfProtoDefMessages.CMsgProtoDefHeader getHeader();", "ti...
4ae1a31109261028f40178d149552055
Gets UTF8 encoded bytes from this Memory, starting at offsetBytes to a length of utf8LengthBytes, decodes them into characters and appends them to the given StringBuilder. This method does not reset the length of the destination StringBuilder before appending characters to it. This is specifically designed to reduce th...
[ { "docid": "402c2aa113d5b79624726afbd1ed43e4", "score": "0.6633555", "text": "int getCharsFromUtf8(long offsetBytes, int utf8LengthBytes, StringBuilder dst)\n throws Utf8CodingException;", "title": "" } ]
[ { "docid": "98b356440a46e5ad0bdcda4b47937045", "score": "0.6107432", "text": "int getCharsFromUtf8(long offsetBytes, int utf8LengthBytes, Appendable dst)\n throws IOException, Utf8CodingException;", "title": "" }, { "docid": "2ca7bdfcec925a8b4c78fa2579795b15", "score": "0.5862385", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1a88bfaef611f706ba76402c79a1b5ae", "score": "0.0", "text": "@Override\n public int getCount() {\n return al.size();\n }", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6695466", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65689754", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
6d4e7f22bb318dbf7972f09af7ce7bb4
Applies the effects on the given entity, if it were to collide with this entity.
[ { "docid": "43e10cdeef1a9e2590c51815e7d09bb7", "score": "0.6369618", "text": "public abstract void collide(Entity e);", "title": "" } ]
[ { "docid": "ad538cd9703bc5cf2858b9a7940cd54b", "score": "0.70125514", "text": "public abstract void applyEffect(LivingEntity target);", "title": "" }, { "docid": "392c608376953cfd09b175103dfeac48", "score": "0.67471135", "text": "@Override\n\tpublic void applyEntityCollision(Entity e...
91a954340f6b4b1e5042444c847cff02
change n by l
[ { "docid": "4f25ae39ce8ffa2bef9712764cddc638", "score": "0.0", "text": "private static void organicZonification(){\n\t\tfor (int j = spineLandMap.getPointsy() - 1; j >= 0; j--) {\n\t\t\tfor (int i = 0; i < spineLandMap.getPointsx(); i++) {\t\t\t\t\n\t\t\t\tif (spineLandMap.findPoint(SpineMapHelper.formK...
[ { "docid": "ad249706eb8cbee84369eed6a621bd07", "score": "0.6587886", "text": "public void setNumber(int n) {\n int shift = 0;\n while (n > 0) {\n int d = n / 10;\n int k = n - d * 10;\n n = d;\n Stage1.add(new Digit(k, 40, 290 - shift, 40));\n ...
9e1b1eb8613784b12a78c70b7369a413
repeated .clarifai.api.Workflow workflows = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
[ { "docid": "33ced8fb06331d7bdfae35811158e5e0", "score": "0.7105168", "text": "java.util.List<clarifai2.internal.grpc.api.WorkflowOuterClass.Workflow> \n getWorkflowsList();", "title": "" } ]
[ { "docid": "88d0244f8f33b8cd9a741cac8caef001", "score": "0.70157087", "text": "clarifai2.internal.grpc.api.WorkflowOuterClass.Workflow getWorkflows(int index);", "title": "" }, { "docid": "88d0244f8f33b8cd9a741cac8caef001", "score": "0.70157087", "text": "clarifai2.internal.grpc.api....
9e9a0dd740a5d734243d06e28c4f4e50
Clears the value of the 'account_id' field
[ { "docid": "d5bc2c8f4fd08003a157e70e659e4e3a", "score": "0.6976265", "text": "public com.imrenagi.analytics.events.avro.project.Builder clearAccountId() {\n fieldSetFlags()[9] = false;\n return this;\n }", "title": "" } ]
[ { "docid": "690772bd3e3c59f7d18da4f7bd7e5096", "score": "0.69252247", "text": "public com.flipkart.kafka.BankAccount.Builder clearId() {\n fieldSetFlags()[0] = false;\n return this;\n }", "title": "" }, { "docid": "ff2b4c3867c728d465b370e4b5fc6801", "score": "0.6861399", ...
924dbeee7b162cbbb739d83259a87274
Returns a composite mapper that applies a second mapper to the results of applying the first one.
[ { "docid": "46681f097bf877fea04923a63978133b", "score": "0.0", "text": "public static DoubleToLong compoundOp\n (final DoubleOp first,\n final DoubleToLong second) {\n return new DoubleToLong() {\n public final long op(double t) { return second.op(first.op(t)); }\n ...
[ { "docid": "c6d3c6165258b39c7b107e248ae69b80", "score": "0.57418555", "text": "UnaryOperator<Integer> mapper2(int factor) {\n\n factor2++;\n return value -> value * factor2;\n }", "title": "" }, { "docid": "121e31be17aa39fb0c50060126379aa8", "score": "0.571011", "tex...
a82abd9eed554a2cfb83b87f7480ca2b
Return the typed value as boolean
[ { "docid": "161bd9624cf6ae2a6b8bfe024b28851c", "score": "0.69997734", "text": "public Boolean getValueAsBoolean(String id)\n {\n String value = _values.get(id);\n \n return (Boolean) ParameterHelper.castValue(value, ParameterType.BOOLEAN);\n }", "title": "" } ]
[ { "docid": "7cdedeafafa5305bb32f3bb6571fecaf", "score": "0.83173054", "text": "@Override\n public boolean getAsBoolean() {\n\n // if this datum isn't a boolean or integer type, we've got an error...\n GeneralDataType gt = type.generalType();\n Checks.isTrue( (gt == SignedInteger)...
aeac52dedf00b8a10d3b47c399d647ef
Deploy files via package manager.
[ { "docid": "eb585d673c09def027bf5df839366a09", "score": "0.6135993", "text": "public void installFiles(Collection<PackageFile> packageFiles) {\n for (PackageFile packageFile : packageFiles) {\n installFile(packageFile);\n }\n }", "title": "" } ]
[ { "docid": "d3e840612a0e7901008ca9f24a299218", "score": "0.7353184", "text": "private void autoDeploy() {\n long startTime = System.currentTimeMillis();\n \n getLogger().info(\"Auto deploy start\");\n \n for (File f : BUNDLES_DIR.listFiles(new JarFileFilter())) {\n St...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "25239745e43333c6d89700bfd627dfb0", "score": "0.0", "text": "@Override\n\t\tpublic int getRowCount() {\n\t\t\treturn this.localidades.size();\n\t\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
29f88a54f3fbdc94982d7cacff7e8da7
Checked Reasoned Correct (I believe) More or less same as question 9
[ { "docid": "280fbbba255e4ed68d5e2bb129e9d718", "score": "0.5421512", "text": "public boolean question15(){\n\t\treturn question9();\n\t}", "title": "" } ]
[ { "docid": "df7faea2f21ca1da3c54868aa04aeac2", "score": "0.61913717", "text": "boolean hasOverallCorrectness();", "title": "" }, { "docid": "c887441558f7b95a77c5c1d3d12b6a2a", "score": "0.6182648", "text": "boolean hasIsCorrect();", "title": "" }, { "docid": "f038220b09d4...
bf8fc6cbe485e87f40ef84abed0845d6
null si aucun fichier
[ { "docid": "c7c16d9d53c510ef18285e8d22d08dcb", "score": "0.0", "text": "public ModeleSerializable() {\n\t\tsuper();\n\t\t\n\t\tthis.modifie = false;\t\n\t\tthis.fichierDeSauvegarde = null;\n\t}", "title": "" } ]
[ { "docid": "125c62d0afc6a50b0204711515f635c6", "score": "0.6851385", "text": "@Override\r\n\tpublic File getFile() {\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "7466af22f7b1d9ff41c5ec3d96dc762f", "score": "0.66141057", "text": "@Override\n\tpublic String getFileValue() {\n\...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "b503fc7fa1f36527045b729accf7ab38", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_main, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "b470b12158e9a37414c1897a8fc7b04e", "score": "0.71322024", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif = getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e3eb29f3446770dd8713c9c6f8123ca8", "score": "0.0", "text": "@Override\n public void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n requestWindowFeature(Window.FEATURE_NO_TITLE);\n // 全屏\n getWindow().setFlags(WindowManager.LayoutP...
[ { "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 ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7aa96f6d76613cf1a4c91896b9b32f83", "score": "0.0", "text": "@Override\n\tpublic void reject() {\n\t\tsuper.reject();\n\t}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "4d415460feb37bbc51838eadaa3da285", "score": "0.0", "text": "public final /* synthetic */ boolean mo4653a(C4883b c4883b) {\n AppMethodBeat.m2504i(39444);\n C18384ro c18384ro = (C18384ro) c4883b;\n if (SnsTimeLineUI.this.ryt != null) {\n C43548b ...
[ { "docid": "5b086c8ac16e5d5bb19debbe6162f992", "score": "0.6385309", "text": "public interface C35018a {\n /* renamed from: a */\n void mo88789a();\n }", "title": "" }, { "docid": "b83b0f0ec27f3e5a93d4f7f54f8557d8", "score": "0.6229075", "text": "protected interface ...
5975cf64bc0f6b3f96f7183b3ba9b4e9
Creates a new instance of Basket
[ { "docid": "38b8706a80bf7257bc2430a16f8c3981", "score": "0.7355942", "text": "public BasketMB() {\n }", "title": "" } ]
[ { "docid": "7549ec90ba6216ee795b4ffcd9312b85", "score": "0.7937781", "text": "protected Basket makeBasket()\n {\n return new Basket();\n }", "title": "" }, { "docid": "653e838a3ca60a58d7a0c6aaaf4ef817", "score": "0.66950893", "text": "public BasketMapping() {\n }", "title...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "e848f8c08acb9b29da0444a18f0df098", "score": "0.0", "text": "boolean mo4832a(C0167gc gcVar);", "title": "" } ]
[ { "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...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "833fdb1d35a75a74660a48bb99e2f900", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_toolbar, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "9813d71a4b724b9d132f23a2cb80322c", "score": "0.70787674", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main_activity_actions, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "...
7de556869e4d8209d4dbfbfd912840ba
Reverse date sorting(latest to oldest)
[ { "docid": "3432960cd33b3f88526451bfc3f4259e", "score": "0.0", "text": "@Override\n public int compare(FeedItem feedItem1, FeedItem feedItem2) {\n try {\n Date date1 = new DateUtil().getDateObj(feedItem1.getItemPubDate());\n Date date2 = new DateUtil().getDateObj(feedItem...
[ { "docid": "f713c3236200b511be29235cd03084ed", "score": "0.6809935", "text": "public void sortLofoByDate()\n {\n this.refreshLofo();\n //since all losts and founds are in less than a month\n int[] days = new int[lofos.size()];\n for(int i = 0; i < lofos.size(); i ++)\n ...
7dc0a885e1a971611224b7f30ded361f
Constructor Initializes the variables relevant for product support.
[ { "docid": "df3819c2babfea3a5dfeb35cb5a89981", "score": "0.7226278", "text": "protected ProductSupport(){\n this.supportTypes = new ArrayList<>();\n this.supportTypes.add(SupportType.NO_PRODUCT_SUPPORT);\n this.externalSupportPartner = ExternalSupportPartner.NO_PARTNER;\n thi...
[ { "docid": "1840803e1ccff0641ce7af6ab609b6ab", "score": "0.76714224", "text": "protected Product() {\r\n\t\tname = \"A New Product\";\r\n\t\tprice = 0;\r\n\t\tmaxQuantity = 0;\r\n\t\tcurrentQuantity = 0;\r\n\t}", "title": "" }, { "docid": "c5b0364743cf6aabbffb4d8e8b5512db", "score": "0.7...
482757b2861b97e860d2f7b5e305a3ba
=================================================================== Update Methods ===================================================================
[ { "docid": "6a39616d645348aeb7e3342dd62fc96b", "score": "0.0", "text": "void updateVisualizationSize(\n\t\tint visualizationWidth,\n\t\tint visualizationHeight)\n\t{\n\t\tthis.visualizationWidth = visualizationWidth;\n\t\tthis.visualizationHeight = visualizationHeight;\n\t}", "title": "" } ]
[ { "docid": "ab27a4bf2cde369e3cf5c21c45306c95", "score": "0.7623652", "text": "public void update(){}", "title": "" }, { "docid": "ab27a4bf2cde369e3cf5c21c45306c95", "score": "0.7623652", "text": "public void update(){}", "title": "" }, { "docid": "c53d448b5af836c0624af7be...
9250c8351959c4a8e26008e8c8dfcadd
Initializes the streams for the news feeds collectors
[ { "docid": "c301604b269a06c71ec014741f170e88", "score": "0.6947845", "text": "private void initStreams() throws StreamException {\r\n\t\tstreams = new HashMap<String,Stream>();\r\n\t\t\r\n\t\ttry{\r\n\t\t\tfor (String streamId : config.getStreamIds()){\r\n\t\t\t\tStreamConfiguration sconfig = config.get...
[ { "docid": "b35cb8080ae01d49bcfdca60c3627a93", "score": "0.63581073", "text": "public void init() {\n maxStreamNo = 0;\n for ( int i=0; i<streams.length; i++) {\n if ( streams[i] > maxStreamNo ) {\n maxStreamNo = streams[i];\n }\n }\n maxS...
9ed87a266ad2dc365c64ea706b244df9
Returns the vocabulary ID of this task.
[ { "docid": "c6cb03c6b1cd08c37af46cefecc95bf4", "score": "0.8524129", "text": "@Override\n public long getVocabularyId() {\n return _task.getVocabularyId();\n }", "title": "" } ]
[ { "docid": "2e0c4a46ce70010d09fc1eeacba50ca6", "score": "0.6050108", "text": "public String getConceptId();", "title": "" }, { "docid": "6d68d624a8ce521b75aeff7eee764417", "score": "0.60297024", "text": "@Override\n public void setVocabularyId(long vocabularyId) {\n _task.s...
140f0d32654ef0583887cbc132a0f5db
Insert a new customer
[ { "docid": "029615c7dd1bdf98c95837c2843f5ee3", "score": "0.66709393", "text": "public Customer addCustomer(Customer customer){\n\t\treturn customerRepository.save(customer);\n\t}", "title": "" } ]
[ { "docid": "1406f01cb3317ce4a4195a74d5b37b80", "score": "0.8174312", "text": "@Override\r\n\tpublic void insert(Customer customer) throws SQLException {\n\t\tString sql=\"insert into Customer values(?,?,?,?,?,?,?,?,?)\";\r\n\t\tPreparedStatement pstmt= con.prepareStatement(sql);\r\n\t\tpstmt.setInt(1, c...
d0b40ef60f86d08a3ff1bddcd5d24e15
Set the location of the test resource.
[ { "docid": "2cb66bef3d92f811b0dfc2fbb129177f", "score": "0.7586783", "text": "void setResourceLocation(String location);", "title": "" } ]
[ { "docid": "5868cdba20118c4b78ad6e76811ab4bb", "score": "0.72748035", "text": "public void setLocation(Resource location) {\n this.location = location;\n }", "title": "" }, { "docid": "a168c3f8283683e500007d1ae1374f13", "score": "0.6718875", "text": "public void setLocation...
f8ce1d9894c5d698bade2f0086b8b1d1
APACHE GEODE BUG 3!!!
[ { "docid": "c58dbffefdfb7801ac612425a2b2a82a", "score": "0.0", "text": "@Test(expected = PdxSerializationException.class)\n\tpublic void geodePdxInstanceObjectMapperCannotDeserializeJava8Types() {\n\n\t\ttry {\n\n\t\t\tCache peerCache = newApplicationContext(TestGeodeConfiguration.class).getBean(Cache.c...
[ { "docid": "5188ca7aad5f258e672f0989f34a3f46", "score": "0.5619284", "text": "public void mo80636c() {\n }", "title": "" }, { "docid": "fee1a18ceca61748f93149cd393850fc", "score": "0.5542932", "text": "public void mo74768d() {\n }", "title": "" }, { "docid":...
a5f2a8c72c91d25550415467dc370e4b
This method was generated by MyBatis Generator. This method returns the value of the database column lt_google_adwords_report_ad.campaign_id
[ { "docid": "47e0341f2d65951eac0c58e0bac47642", "score": "0.74886996", "text": "public Long getCampaignId() {\r\n return campaignId;\r\n }", "title": "" } ]
[ { "docid": "180fc4a792fe9d29a43069eb9f8890e8", "score": "0.78396636", "text": "public io.dstore.values.IntegerValue getCampaignId() {\n if (campaignIdBuilder_ == null) {\n return campaignId_ == null ? io.dstore.values.IntegerValue.getDefaultInstance() : campaignId_;\n } else {\n ...
ebe8652bf6d46c44ee8eaada9e4405f2
metodo che crea il file
[ { "docid": "fe33562eec430f21f14d79e43a55f39b", "score": "0.79932535", "text": "public void createFile() {\n\t\ttry {\n\t\t\tFile file = new File(this.path);\n\t\t\tif (file.exists()) {\n\t\t\t\tSystem.out.println(\"Il file esiste già!\");\n\t\t\t} else if(file.createNewFile()) {\n\t\t\t\tSystem.out.prin...
[ { "docid": "8f0150b129ecfbc9195054a510ba6654", "score": "0.79994315", "text": "private void createFile() {\n makeFolder();\n makeFile();\n }", "title": "" }, { "docid": "ef86584bd96800cb7d505c78415ce61e", "score": "0.7901895", "text": "private void makeFile() {\n ...
2bf9ddf2ad09257e38371c4780dc7d26
TODO: Add your code here
[ { "docid": "83e1b001c4d6aa20550c85ff47c20f22", "score": "0.0", "text": "public Object getValueAt(int rowIndex, int columnIndex) {\n\t\tif(rowIndex >= this.rowCount || columnIndex >= this.columnCount){\n\t\t\treturn \"\";\n\t\t}\n\t\treturn data[rowIndex][columnIndex];\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6217368", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "4c841421384f44238db014cb90fda536", "score": "0.58670366", "text": "@Override\n\tpublic void foocall() {\n\t}", "title": "" ...
2af7b89136d7973514b39cb111794a87
checks to see if list contains specified item
[ { "docid": "b0c97675ff99a09f73402a72496861fa", "score": "0.74875724", "text": "boolean contains(E item);", "title": "" } ]
[ { "docid": "bedfea411a5e82501c1dc9215642583d", "score": "0.7611793", "text": "public boolean contains(E item);", "title": "" }, { "docid": "bedfea411a5e82501c1dc9215642583d", "score": "0.7611793", "text": "public boolean contains(E item);", "title": "" }, { "docid": "d7da...
1c717f40addaa9ba38411795994ca2f8
Original signature : int32 DAQmxResetAIVoltageUnits(TaskHandle, const char[]) native declaration : NIDAQmx.h:3658
[ { "docid": "4ddfec8791cadf3f419fbe48ffd3d5a6", "score": "0.8672201", "text": "int DAQmxResetAIVoltageUnits(Pointer taskHandle, byte channel[]);", "title": "" } ]
[ { "docid": "0bd39a5ed14d907acb62dd6e9786f353", "score": "0.85077775", "text": "int DAQmxResetAITempUnits(Pointer taskHandle, byte channel[]);", "title": "" }, { "docid": "a1a28b367159d5c21c85562f5dff6968", "score": "0.8474824", "text": "int DAQmxResetAIBridgePhysicalUnits(Pointer tas...
d9f703e57d15ef6faa33a735045b868b
Constructs a city wrapper class
[ { "docid": "9038fa48b01fc7a8518661610d5c91d2", "score": "0.64250094", "text": "public CityRecord(int x, int y, T city)\n {\n this.x = x;\n this.y = y;\n this.city = city;\n }", "title": "" } ]
[ { "docid": "fd9cc6f262b5450d3f5e449fae6e2259", "score": "0.7258104", "text": "public City() {\n }", "title": "" }, { "docid": "fadff599e04331d3c2fda1ea74d851a5", "score": "0.71637475", "text": "public City()\n {\n }", "title": "" }, { "docid": "a6f4c16cb6075a6bc2...
ffd0f846476342c0fa8e1b40f16792bb
trims off borders of the image returns modified image 2D array
[ { "docid": "31b3e444f2e759d7829ae7a5d8686d55", "score": "0.661442", "text": "public static int[][] trimBorders(int[][] imageTwoD, int pixelCount) {\n // Example Method\n if (imageTwoD.length > pixelCount * 2 && imageTwoD[0].length > pixelCount * 2) {\n int[][] trimmedImg = new i...
[ { "docid": "7a3e78c82971ce06609a3c7db3d0677f", "score": "0.6289059", "text": "public static Bitmap trim(Bitmap source) {\n int firstX = 0, firstY = 0;\n int lastX = source.getWidth();\n int lastY = source.getHeight();\n int[] pixels = new int[source.getWidth() * source.getHei...
5781c5f78efd895f3e381e94db676595
Creates graph that shows the test set changes over time.
[ { "docid": "7f8f1ebd3346fad1d393e7f82e98b86d", "score": "0.0", "text": "@DISPID(25)\n\t// = 0x19. The runtime will prefer the VTID if present\n\t@VTID(36)\n\t@ReturnValue(type = NativeType.Dispatch)\n\tcom4j.Com4jObject buildTrendGraph(\n\t\t\t@Optional @DefaultValue(\"\") java.lang.String groupByField,...
[ { "docid": "9d245aee9496a4c3e8c85b83a696e9fe", "score": "0.62623745", "text": "private void testBuildGraph() {\n\t\t// All test graphs have a node 8 with children [9, 10]\n\t\tSet<Node> expectedChildren = new HashSet<>();\n\t\texpectedChildren.add(new Node(9));\n\t\texpectedChildren.add(new Node(10));\n...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ebe3fbc7b0353fd7da1b2e9771296160", "score": "0.0", "text": "@Override\r\n\tpublic void updateUI(int reqCode, String sender, String message) {\n\r\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
a6838875cd820532d1fcf58d3e322866
Push element x onto stack.
[ { "docid": "afe10208473c17a136074edbff87e3c6", "score": "0.8075835", "text": "public void push(int x) {\n data.add(x);\n }", "title": "" } ]
[ { "docid": "1b83943b6081c0857cdb5dd49c578c19", "score": "0.8586371", "text": "public void push(int x) {\n inStack.push(x);\n }", "title": "" }, { "docid": "f4b62f513311ab28896c03fe65681e91", "score": "0.8585439", "text": "public void push(int x) {\n inputStack.push(x...
5a6ba7903adc6ceb7e13209726d7eae8
If the player typed /tardis then do the following... check there is the right number of arguments
[ { "docid": "5576b9df6a2d32588eb70b6279ed70c7", "score": "0.60877925", "text": "@Override\n public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) {\n if (cmd.getName().equalsIgnoreCase(\"tardis\")) {\n TARDISUtils utils = new TARDISUtils(plugin);...
[ { "docid": "0912397c1e52c1f13a0fee07af462a47", "score": "0.5818576", "text": "private static final void parseArgs(String[] args){\n if(args.length != 2){\n System.out.println(\"Usage: java Distribution <time> <T/F>\");\n System.exit(ERROR);\n }else{\n\n tim...
1f9da2a20cb11c4cce2f7b539fd07700
Serialize object to JSON String
[ { "docid": "c7238cc323a84eb7bb7ad31f6d6e05b4", "score": "0.0", "text": "public String toJSONString() {\n\n\t\tWriter writer = new StringWriter();\n\t\tJSONWriter jsWriter=new JSONWriter(writer);\n\n\t\ttry {\n\t\t\tjsWriter.object();\n\n\t\t\t//\t\tif (SelectedOptimizationGoal.GetOptimizationGoal().Chec...
[ { "docid": "4fa5e9d0cf5cd3fa1493e98301f46480", "score": "0.8176071", "text": "public String toJSONString();", "title": "" }, { "docid": "0d5e835822651dad96b018ac42398d25", "score": "0.8093335", "text": "public String toJsonString();", "title": "" }, { "docid": "7e04243ab3...
67c9f581dbf5c561b374d3d13993b1b4
Revert object to reflect image stored in FieldState. Implementation does nothing as primitive values are immutable. (I.e. a changed value would result into use of a different FieldState instance and would not cause reverting.)
[ { "docid": "4f545a70487060ec251a02b72bd6a5c1", "score": "0.59699464", "text": "protected void internalRevertInstance() {\n }", "title": "" } ]
[ { "docid": "2adbf4b06dbe8724bf32bac721eb57ca", "score": "0.59563845", "text": "public void restoreState();", "title": "" }, { "docid": "8d6a565506d99b65f08402f9416fe508", "score": "0.58148354", "text": "public void restoreOriginal()\n\t{\n\t\tint width = myImage.getWidth();\n\t\tint ...
db39f0336aa4db2343a36f42046fa258
Get Campaign. Marketing Campaign
[ { "docid": "be5534bdf539fea49bb040d58408aebc", "score": "0.48109332", "text": "public int getC_Campaign_ID() \n{\nInteger ii = (Integer)get_Value(\"C_Campaign_ID\");\nif (ii == null) return 0;\nreturn ii.intValue();\n}", "title": "" } ]
[ { "docid": "e51d0b9f9ae8fa6ffd8d4f1f38d19d9f", "score": "0.7639841", "text": "public String getCampaign() {\n return campaign;\n }", "title": "" }, { "docid": "ec5793db93a6b6713bc256566e27b233", "score": "0.6741146", "text": "public int getCampaignID() {\n return thi...
02fb436ad47bd67af6788007f1d2a14f
start share Facebook activity
[ { "docid": "78d4c02e38f832648940a81f5c4f28f4", "score": "0.7020108", "text": "public void onClick(final View view) {\r\n Intent i = new Intent(getApplicationContext(),\r\n ShareFacebook.class);\r\n startActivity(i);\r\n finish();\r\n ...
[ { "docid": "c4d016e1cb938cdbf7b3435570ba4a0a", "score": "0.70306545", "text": "public void launchShare(View view) {\n }", "title": "" }, { "docid": "afee6ec11311e36adfefd968a10fa663", "score": "0.70275503", "text": "public void ClickShare(View view){\n Homeact.redirectActiv...
d8a87a79a6135955b3eb952d5baeb504
Returns a NetworkInterface identified by the ID
[ { "docid": "2bf3f3af71587065503795a2475f120c", "score": "0.81193084", "text": "NetworkInterface getNetworkInterface(int id);", "title": "" } ]
[ { "docid": "38a8c2c8cfb7109f87eea05d248cc615", "score": "0.7202553", "text": "public NetworkNode getNetworkNode(Integer id);", "title": "" }, { "docid": "f2799e6b2e8f7a4f9b72e97623d64dfd", "score": "0.6876611", "text": "@Service NetworkService network(String id);", "title": "" ...
544346a3d41986f010c548ff2fac84de
/ Start Event handlers
[ { "docid": "d08374cef95b601b49d60e14a804ad64", "score": "0.0", "text": "public void setOnNmeaUpdateListeners(Fragment fragment) {\n onNmeaUpdateListeners.add((OnNmeaUpdateListener) fragment);\n }", "title": "" } ]
[ { "docid": "748b0584a7574bc89fb3fbac18958440", "score": "0.7135902", "text": "void startNextEvent();", "title": "" }, { "docid": "09c9e07634dc8d69e3f0c67e2b3b53ae", "score": "0.6830283", "text": "@Override\n\t\t\tpublic void onStart(int what) {\n\n\t\t\t}", "title": "" }, { ...
6427cd8eece1386b91c2143609c5b894
//////////////////////////////////venta solo su valor
[ { "docid": "f506a8ec1a2f97dc950784fd8d9dd777", "score": "0.0", "text": "public LinkedList<venta> listasola(){\n try {\n conn = new Conexion();\n String query = \"select \\n\" +\n \"venta.id_venta as 'id_venta',\\n\" +\n ...
[ { "docid": "c3ef995201808253ad7073bc17e5c09c", "score": "0.76316816", "text": "Valor avaliar();", "title": "" }, { "docid": "259413a8e460b2f7171161966c8f7650", "score": "0.7049396", "text": "void setValor(int novoValor){\r\n valor=novoValor;\r\n }", "title": "" }, { "...
2d65fa42981583a695cb88d743161e0c
This method was generated by MyBatis Generator. This method sets the value of the database column account.english_name
[ { "docid": "1d4a677df9bb38db91b5108f52db0f90", "score": "0.61000496", "text": "public void setEnglishName(String englishName) {\n this.englishName = englishName == null ? null : englishName.trim();\n }", "title": "" } ]
[ { "docid": "2dde3e67422c663964e44580bf149a2d", "score": "0.5761618", "text": "public String getEnglishName() {\n return englishName;\n }", "title": "" }, { "docid": "2dde3e67422c663964e44580bf149a2d", "score": "0.5761618", "text": "public String getEnglishName() {\n ...
2235ea5c7223a467911ff5d81b6483c7
no output parameters repeated .dstore.engine.im_GenerateVariants_Ad.Response.Row row = 4;
[ { "docid": "9b48b71701125583f048ea5988e80a6e", "score": "0.6356067", "text": "io.dstore.engine.procedures.ImGenerateVariantsAd.Response.RowOrBuilder getRowOrBuilder(\n int index);", "title": "" } ]
[ { "docid": "3e81a8360270c2f894140c77773be9c0", "score": "0.7025682", "text": "io.dstore.engine.procedures.ImGenerateVariantsAd.Response.Row getRow(int index);", "title": "" }, { "docid": "2b1673b574e1376bef64d31fad7585b6", "score": "0.619444", "text": "java.util.List<io.dstore.engine...
56556c241c5d068e97f2461e4cd56a8c
optional int64 operatorId = 3;
[ { "docid": "c77eed8fd9663a731d381d3f9f81a4a1", "score": "0.5495648", "text": "public boolean hasOperatorId() {\n return ((bitField0_ & 0x00000004) == 0x00000004);\n }", "title": "" } ]
[ { "docid": "2c41728f9fad2fb9b23765ed9ebf6024", "score": "0.77876467", "text": "long getOperatorId();", "title": "" }, { "docid": "2c41728f9fad2fb9b23765ed9ebf6024", "score": "0.77876467", "text": "long getOperatorId();", "title": "" }, { "docid": "2c41728f9fad2fb9b23765ed...
20d13119e70e52d7dc4adc6ccb8d3dd9
private Carte _map; May Be useless
[ { "docid": "e01671b65c214f70205581bd441d3d06", "score": "0.0", "text": "public Npc (final NpcTemplate temp,final int guid,final int cell, final byte o/*, Carte map*/)\r\n\t{\r\n\t\t_template = temp;\r\n\t\t_guid = guid;\r\n\t\t_cellID = cell;\r\n\t\t_orientation = o;\r\n\t\t//_map = map;\r\n\t}", "t...
[ { "docid": "2f83e5acadb121067ca6e09dbceff65e", "score": "0.72084874", "text": "@Override\n public Map getMap() \n {\n return this;\n }", "title": "" }, { "docid": "eef986f1e851ba0ba6d5285055bcbf4e", "score": "0.7019313", "text": "public Map getMap() { return map; }", ...
0e19e03b0b5617fe978882ecaa05241c
optional .net.hzbox.vj.company.proto.Companys company_page = 5;
[ { "docid": "9591e228b94e8da24ad57a648065e1a8", "score": "0.6305809", "text": "boolean hasCompanyPage();", "title": "" } ]
[ { "docid": "14cdc5bc9932206d8f039fe88bb43c95", "score": "0.865312", "text": "net.hzbox.vj.company.proto.CompanyProtos.Companys getCompanyPage();", "title": "" }, { "docid": "77065f5370bfcbba6f7f4d07a80f9a8a", "score": "0.8324937", "text": "net.hzbox.vj.company.proto.CompanyProtos.Com...
6e938ebc4f1874a89bb51d055a2de75b
Get the strings necessary for selecting a boolean option initiated by cardResponsible, using extras to fill in the necessary information for creating the strings. The first item in the returned array is the header to show, the second item is the string that will be interpreted as "true" if selected, and the third item ...
[ { "docid": "54c9c8771abac036122e6f9e0693c759", "score": "0.7688196", "text": "public static String[] getBooleanStrings(Card cardResponsible, Object[] extras) {\n // See note below under getActionCardText for why we can't test for object equality here,\n // and instead use string equality.\...
[ { "docid": "b481b457330456f57743a4654057c776", "score": "0.57675725", "text": "public static String[] getOptions(Card card, Object[] options) {\n int startIndex = getOptionStartIndex(card, options);\n String[] strings = new String[options.length - startIndex];\n if (card != null && ...
76337247c2334fe1e9b5bcf91880396a
SelectID program method. Allow to get the ID.
[ { "docid": "1383650eb6734518c67dc09d6f338395", "score": "0.0", "text": "public String selectID(String tableName, String tableColumn, String query)\n throws SQLException {\n\n Statement statementx = connection.createStatement();\n ResultSet rs = statementx.executeQuery(\n \"SELECT id FR...
[ { "docid": "2d0ec0ca0395d70282c8ddeb5f75d1cd", "score": "0.6523633", "text": "public static native void libvlc_media_player_select_program_id(libvlc_media_player_t p_mi, int program_id);", "title": "" }, { "docid": "305ce1e5bd9fda90257c2a5baa4016fb", "score": "0.62668407", "text": "p...
441a5ab825170abd4e07f09e8e07ad11
Sets the busquedaSimpleAvanzada field. Este parametro determina si el detalle de la busqueda se ha alcanzado desde el listado de resultados producidos por una busqueda basica o avanzada.
[ { "docid": "9836ad96c882ae1380095a00e547d008", "score": "0.7397231", "text": "public void setBusquedaSimpleAvanzada(java.lang.String busquedaSimpleAvanzada);", "title": "" } ]
[ { "docid": "484b7ede18c75836d2ffc16ebb05f0ce", "score": "0.55712086", "text": "public void setTesauroBusqueda(java.lang.String tesauroBusqueda);", "title": "" }, { "docid": "47e0ee8955d1c0aec0748307b21e605d", "score": "0.5545978", "text": "public void setTipoBusquedaArbol(java.lang.S...
26b4f34cd8810ef7b2031813c8e0e2d9
$ANTLR end "entryRuleFeedback" $ANTLR start "ruleFeedback" ../uws.engage.dsl/srcgen/uws/engage/dsl/parser/antlr/internal/InternalAssess.g:1246:1: ruleFeedback returns [EObject current=null] : ( ( (lv_name_0_0= RULE_ID ) ) ( (lv_message_1_0= RULE_STRING ) ) ( (lv_image_2_0= RULE_STRING ) )? ( (lv_type_3_0= ruleTypeFeedb...
[ { "docid": "dabce9a5388319f96899f5fe2ba5a6e9", "score": "0.8109406", "text": "public final EObject ruleFeedback() throws RecognitionException {\n EObject current = null;\n\n Token lv_name_0_0=null;\n Token lv_message_1_0=null;\n Token lv_image_2_0=null;\n Token lv_win_...
[ { "docid": "422e852f06d83886b96dd510aace6d03", "score": "0.78149325", "text": "public final EObject entryRuleFeedback() throws RecognitionException {\n EObject current = null;\n\n EObject iv_ruleFeedback = null;\n\n\n try {\n // ../uws.engage.dsl/src-gen/uws/engage/dsl/pa...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b1941e065e81ab9c2c849588b8390fd3", "score": "0.0", "text": "@Override\n\tpublic double getSueldo() {\n\t\treturn montoSueldo;\n\t}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
9d9caf5af711b0256b97f2ae21fada06
Created by Tolavio on 19072017.
[ { "docid": "03b5cb67d87edec156d00d19fb7ff91f", "score": "0.0", "text": "public interface ApiBaresInterface {\n\n @POST(\"search?column=categorias_id&operator==&search=5\")\n Call<List<BaresModel>> getBaresModel();\n}", "title": "" } ]
[ { "docid": "ea8460c7314de45803a19bf7c984d4bf", "score": "0.59760684", "text": "@Override\n public void perish() {\n \n }", "title": "" }, { "docid": "7c4f2f94b290de5507eb56a649c4fab9", "score": "0.5774366", "text": "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "t...
626376074fa9065c34104fe3e276f187
sets creation of object.
[ { "docid": "a8fbb72c78de67ab2655868768251cb8", "score": "0.603376", "text": "public void setCreation(Timestamp creation) {\n this.creation = creation;\n }", "title": "" } ]
[ { "docid": "837129b39237e20c39e0a30502646627", "score": "0.68430245", "text": "@Override\r\n\tpublic void create() {\n\t\t\r\n\t}", "title": "" }, { "docid": "04167be3e258fa4745f58c1b82f8e404", "score": "0.6742033", "text": "@Override\r\n public void create() {\n }", "title...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "2d3242936163e1e3f42e09c8ce8bdbdb", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof FactSpecification)) {\n return false;\n }\n FactSpecification other = (FactSpecification) object;\n if ((this.factSpecificati...
[ { "docid": "26849b62db8966bb0c89857458b343fa", "score": "0.6715109", "text": "@Override\r\n\tprotected String getidFieldName() {\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "79899da130da3e3077c9f5a0582fddf4", "score": "0.66858405", "text": "protected Long getID(){ return id;...
0bd25d858e7bfc841e2dc20278f36a2c
Tests executing a statement without existing transaction.
[ { "docid": "90fffdcfe5215b70c8451e484f36e28d", "score": "0.81433964", "text": "@Test\n @DisplayName(\"Tests executing a statement without existing transaction.\")\n void testProcessWithoutTransaction() {\n action.process(data, JobExecution.builder().build());\n\n verify(connectorMock...
[ { "docid": "70471a7823ec7a540a6afcd862e6d67a", "score": "0.7364553", "text": "@Test\n @DisplayName(\"Tests executing a statement with an existing transaction.\")\n void testProcessWithTransaction() {\n UUID transactionId = UUID.randomUUID();\n\n data.put(\"transaction-id\", transacti...
8f108227fd32b118380015156ddd8a74
Set all values in the WordGrid to empty
[ { "docid": "e34473cc597fa9492bfdf05fceac41e8", "score": "0.0", "text": "private void clear(){\n\tfor (int x = 0; x < data.length; x++){\n\t for (int y = 0; y < data[x].length; y++){\n\t\tdata[x][y] = '.';\n\t }\n\t}\n }", "title": "" } ]
[ { "docid": "cb4fc5808782a7536455a0f5e23ed0ac", "score": "0.7417952", "text": "private void setClear()\n {\n for (int index = 0;index<gridSize*gridSize;index++)\n grid[index/gridSize][index%gridSize].setClear();\n }", "title": "" }, { "docid": "bd51d472307b64e7392fae502951008e", ...
37a77dc72386ab8ed3dc528af98de936
/ Method to return the element located at the previous index location on the Deque from where the object parameter is located. Returns null if the object is not found or is found at index value = 0
[ { "docid": "73c6dd555c36937f5afd9196fb18af50", "score": "0.6120219", "text": "Object previous(Object o);", "title": "" } ]
[ { "docid": "67c2ebc202dc52ccb0dbb2d18853bfe7", "score": "0.7151934", "text": "public Object getPreviousObj(Object obj) {\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "e6634a4385853a6303fd377a8600006c", "score": "0.7138797", "text": "public T previous() {\r\n if (currentInd...
097a154ae43da1044a78191b1cb9e714
Perform the test for the given matrix column (T1RV7D2) and row (T1LV1D5).
[ { "docid": "01a2b8823033438f42ad05190bd8a9f9", "score": "0.0", "text": "@Test\n\tpublic void testT1RV7D2_T1LV1D5() {\r\n\t\ttest_id = getTestId(\"T1RV7D2\", \"T1LV1D5\", \"33\");\r\n\r\n\t\tString src = selectTRVD(\"T1RV7D2\");\r\n\r\n\t\tString dest = selectTLVD(\"T1LV1D5\");\r\n\r\n\t\tString result =...
[ { "docid": "9d438df8daa067e55f0c1442a395eafc", "score": "0.5261949", "text": "@Test(timeout = 4000)\n public void test07() throws Throwable {\n ResultMatrixPlainText resultMatrixPlainText0 = new ResultMatrixPlainText();\n resultMatrixPlainText0.getDisplayCol(26);\n ResultMatrixSignific...
bf532e6ceb793a9d26bf47cdd90eb93b
/ Uma lista de funcionario (obj funcionario) divide em 4 cada thread realiza uma parte da lista apenas depois que terminar usa mutex pra acessar a parte seguinte apos terminar as 4 partes usa barreira pra imprimir os cheques
[ { "docid": "5974ea7fd647b6cc01150dc2065ef62a", "score": "0.59505695", "text": "public static void main(String[] args) {\n Semaphore sem1 = new Semaphore(0);\n Semaphore sem2 = new Semaphore(0);\n Semaphore sem3 = new Semaphore(0);\n Semaphore sem4 = new Semaphore(0);\n ...
[ { "docid": "80fef3b57d3b19556ec62adba257f1e3", "score": "0.63848686", "text": "@Override\r\n\tpublic ArrayList<Character> sort(ArrayList<Character> lista) {\n\t\tbarreraFin = new CyclicBarrier(5);\r\n\t\tSystem.out.println(\"****La operacion fue recibida, tamanio: \" + lista.size() +\" #s****\");\t\t\r\...
fcfc7f51c60d94065991cfffbbe3942d
Initialize this binary logical operator with the specified operands.
[ { "docid": "1bdf539a09c834c27fdca75512f53fb3", "score": "0.0", "text": "public LogicalRule(ExecutionPolicy...rules)\n\t\t{\n\t\t\tthis.rules = rules;\n\t\t}", "title": "" } ]
[ { "docid": "732a3d1fd3314977b155152baa2eabd9", "score": "0.77482224", "text": "public LogicalOperator() {\n this.logical = Logical.And;\n }", "title": "" }, { "docid": "239db8f1a9e11c62336e7e6cd433d251", "score": "0.6519579", "text": "public BinaryExpression(IExpression lef...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a67a25f281ea76c5f8e11bd06f5d13a7", "score": "0.0", "text": "public int getCount() {\n\t\t\treturn names.length;\n\t\t\t\n\t\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
7ce8143b8026923b82186078993e27b5
Constructor por Defecto de la clase Celda.
[ { "docid": "6d3516d06c02b177e8c0b6f42b7e607f", "score": "0.6517328", "text": "public Celda() {\r\n\t\tfila = 0;\r\n\t\tcolumna = 0;\r\n\t\timageReverso = new String();\r\n\t\timagenFrontal = new String();\r\n\t\testado = 0;\r\n\t}", "title": "" } ]
[ { "docid": "70c1e938e674eb44e9f2e5f81ecb32c2", "score": "0.6794905", "text": "public Calculo() {\r\n }", "title": "" }, { "docid": "936132645893d1ccb585aacfff2401f7", "score": "0.6755476", "text": "public Edicao() {\t}", "title": "" }, { "docid": "2d699768ae9f3041a211a...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e507025dd80d353ae083c3a91c18fe73", "score": "0.0", "text": "@Override\r\n\tprotected void findViewById() {\n\t\ttableLayout = (TableLayout) rootView.findViewById(R.id.tablelayout);\r\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
018ae8a338f1d59b1ab984a79a8f794f
Get DeviceLink profile status: true if a DeviceLink profile.
[ { "docid": "f3de48b25f915b2171ffa13547bdc2a5", "score": "0.81930566", "text": "@ReportableProperty(order=11, value=\"DeviceLink profile status: true if a DeviceLink profile.\")\r\n public boolean isDeviceLinkProfile() {\r\n return this.isDeviceLinkProfile;\r\n }", "title": "" } ]
[ { "docid": "156d3f2a4470698a97274bfd100efcaf", "score": "0.70951974", "text": "boolean getProfileable();", "title": "" }, { "docid": "ab79832f1f75d2895986c5b8624bafca", "score": "0.6847708", "text": "public boolean getProfileable() {\n return profileable_;\n }", "titl...
0749322c5a277dfbee7d2e0a40abb79d
load the mapping exist between lov file configuration keys and GDE keys
[ { "docid": "2a0d54aa5b54bb5fe40f3e043837bfc4", "score": "0.6159009", "text": "public HashMap<String, String> getLovKeyMappings(HashMap<String, String> lov2osdMap) {\n\t\t\t\t\n\t\tlov2osdMap.put(LOV_CURRENT_OFFSET, CURRENT_OFFSET + \"=_\" + \"DOUBLE\"); //$NON-NLS-1$ //$NON-NLS-2$\n\t\tlov2osdMap.put(LO...
[ { "docid": "98a38b091d78014e5fc32ee320ed02e1", "score": "0.60972923", "text": "public void load(){\n Config config = Practice.inst().locations;\n\n for (String s : config.config.getKeys(false)) {\n locations.put(s.toLowerCase(), Locations.fromString(config.config.getString(s)));...
0148ff62af8b1cf195388b13b23df19d
A description of why the replay is in the current state.
[ { "docid": "b75d2cd099c0674ba67bc95ec4bbe979", "score": "0.0", "text": "public void setStateReason(String stateReason) {\n this.stateReason = stateReason;\n }", "title": "" } ]
[ { "docid": "02c1e550e18ce868e62d14562901f4c0", "score": "0.69223833", "text": "java.lang.String getStateReason();", "title": "" }, { "docid": "aa56b416cbc28cceadfc5e17155fb691", "score": "0.6679831", "text": "public String getStateReason() {\n return this.stateReason;\n }",...
3e3b3d9aa2e11f9bac18047fefda9605
Log error here since request failed
[ { "docid": "1853c8ede87c32d30412bee6f4d53970", "score": "0.0", "text": "@Override\n public void onFailure(retrofit2.Call<RealTime> call, Throwable t) {\n Log.e(\"TAG\", t.toString());\n //pd.dismiss();\n\n EmpowerApplication.alertdialog(t.getMessag...
[ { "docid": "8657c4cf5d72fe992bcb2aacb475426d", "score": "0.72718394", "text": "public void onRequestFailure(Request request, IOException e) { }", "title": "" }, { "docid": "2a2edf8d06cf8ba2d39dbe7964319ef8", "score": "0.7237803", "text": "@Override\n\t\t\t\t\t\t\t\t\t\tpublic void on...
2878e9b95eabd3059ec9d0f885064a88
Returns the index number (not a generalized index) of a node at depth childDepth which is a predecessor of or equal to the node at generalizedIndex For example: gIdxGetChildIndex(LEFTMOST_G_INDEX, anyDepth) == 0 gIdxGetChildIndex(0b1100, 2) == 2 gIdxGetChildIndex(0b1101, 2) == 2 gIdxGetChildIndex(0b1110, 2) == 3 gIdxGe...
[ { "docid": "294fe271e9098a4f8bda59ac22d9a3d1", "score": "0.76706946", "text": "public static int gIdxGetChildIndex(long generalizedIndex, int childDepth) {\n checkGIndex(generalizedIndex);\n assert childDepth >= 0 && childDepth < 64;\n\n long anchor = Long.highestOneBit(generalizedIndex);\n ...
[ { "docid": "60356f6cea9f1a15dbb148d3430cdc62", "score": "0.7465499", "text": "public static long gIdxGetRelativeGIndex(long generalizedIndex, int childDepth) {\n checkGIndex(generalizedIndex);\n assert childDepth >= 0 && childDepth < 64;\n\n long anchor = Long.highestOneBit(generalizedIndex);\n...
c72730271f4cdc7e8932671b1f682d9b
sort based on yorder
[ { "docid": "6b6b5f285b97b4c2d4862a5d38e0bd46", "score": "0.0", "text": "public int compare(Object o1, Object o2) {\n\t\t\t\treturn (int) (((Sprite) o1).getY()-((Sprite) o2).getY());\r\n\t\t\t}", "title": "" } ]
[ { "docid": "158b5049ea968662c38afb0a97e49bc3", "score": "0.66343534", "text": "@Override\n\tpublic void sort(int order) {\n\t\t// TODO\n\t}", "title": "" }, { "docid": "a998e35ef6aa37cb0aab4eb84f48e648", "score": "0.63286716", "text": "@Override \r\n\tpublic void sort(int order)\r\n\...
cc527a39c41bdca6105a419f2cb1d9ed
Ceci permet d'enregistrer les apprenants
[ { "docid": "1c78acdb16223e2a89faa9bfd9d4e1c3", "score": "0.0", "text": "@PostMapping(\"/addApprenant\")\n public String addApprenant(@RequestBody Apprenant apprenant)\n {\n return this.apprenantServiceImp.addApprenant(apprenant);\n \n }", "title": "" } ]
[ { "docid": "e3aab3062fc7c6a7f29b3fa02250bc01", "score": "0.6356896", "text": "private void kirimRegistrasi() {\n\n }", "title": "" }, { "docid": "67dd7906c1cfe095e97713a112d4e7ba", "score": "0.6341143", "text": "void registerApplication(Application app);", "title": "" }, {...
152ec3f5f4821a24143a942bab06a364
Sets the new adress in this school inheritate building
[ { "docid": "e4c03fa5be191ce19e16821de3286702", "score": "0.7056007", "text": "@Override\n public void setAdress(Adress adress) {\n this.adress = adress;\n }", "title": "" } ]
[ { "docid": "89e89759128e0ab6da03adef6bf240ea", "score": "0.71513057", "text": "public void setStreetAddress(String newStreetAddress){ //WW\r\n\t\tstreet = newStreetAddress;\r\n\t}", "title": "" }, { "docid": "7feba14ed66c1044bcfcf64b0c228fb2", "score": "0.6989843", "text": "public vo...
c20cedaa1bf9be81c7835b0f0035d028
Inserts a remote task in a task list.
[ { "docid": "6ad090b78a8e9141ec4a3d0f98d5d7fd", "score": "0.6711415", "text": "public Task insertTask(String taskListId, Task task) throws GoogleSyncException;", "title": "" } ]
[ { "docid": "f91a33ed2f47ff7cfab7a65802b01912", "score": "0.65650475", "text": "public TaskList insertTaskList(String title) throws GoogleSyncException;", "title": "" }, { "docid": "923b48c3e414da18fe866d8e35c9f6d1", "score": "0.64609766", "text": "public void add(Task t) {\n l...
1ab189c6278849a07f79e41dfadbeedc
Modifies the state of the system.
[ { "docid": "5d9fe5c7ab445e5c70ae8486947c8f86", "score": "0.5834868", "text": "public static void modifySystemState() {\r\n \r\n // Increments temperature within range of the desired temperature.\r\n if (temperature > (desiredTemperature - temperatureIncrement)\r\n && temperature < (desir...
[ { "docid": "d4b9b48ecc57d4804eccba0636d2c8a5", "score": "0.7282657", "text": "@Override\n\tpublic void changeState() {\n\t\t\n\t\tsystem.changeState(system.getYellow());\n\n\t}", "title": "" }, { "docid": "90c48400b185eb985fd097a2ac1cb142", "score": "0.69468915", "text": "public void...
a7cf1e37ce7fe2fc085088b96153f828
Find all Attendance by teacher and date
[ { "docid": "217b0f6a12e8f24acb833d3f87f45862", "score": "0.7010035", "text": "@Query(\"SELECT a from Attendance a \" +\n \"LEFT JOIN a.classInstance ci \" +\n \"LEFT JOIN a.classSeats s \" +\n \"LEFT JOIN s.fixed f \" +\n \"LEFT JOIN s.temporary t \" +\n \"LE...
[ { "docid": "d38a7148666e124b9c95b3fcb07543a1", "score": "0.6379265", "text": "public java.util.List<com.shuntian.portlet.intranet.model.Attendance> findAll()\n\t\tthrows com.liferay.portal.kernel.exception.SystemException;", "title": "" }, { "docid": "8f40f2c9ae8792ec4dd74980d995a800", "...
9b66aa657f494486ded79e52edff5fc6
Ensure that child view is aligned in center
[ { "docid": "976a2fba4255276034beedcabbd653d7", "score": "0.76374483", "text": "@Override\n public void onChildViewAdded(View parent, View child) {\n LayoutParams params = (LayoutParams) child.getLayoutParams();\n params.gravity = Gravity.CENTER;\n ...
[ { "docid": "686322fb7c14e0bbec90bb190ffc2287", "score": "0.7159681", "text": "public void centerAlign() {\n getPane().autosize(); // very important! without this getPane().getHeight() returns 0 and break this method\n double x = getDisplay().getWidth() / 2 - getWidth() / 2;\n double...
7af70e3b4d7a27cd61134d5694a6f479
Detected user languages, based on the language of the web page, the browser settings, and other signals. The order is arbitrary. The codes are 2 or 5 letters and are documented at repeated string detected_language = 12;
[ { "docid": "1a9c6678567d640bcc0143d5c83e4fae", "score": "0.61458206", "text": "public com.google.protobuf.ByteString\n getDetectedLanguageBytes(int index) {\n return detectedLanguage_.getByteString(index);\n }", "title": "" } ]
[ { "docid": "6ca90565e190307eaeab0214bab6a783", "score": "0.71248394", "text": "java.lang.String getDetectedLanguage(int index);", "title": "" }, { "docid": "5afe4bc73cb55534e216ebe2e7d30bcb", "score": "0.6990084", "text": "Vector<String> detectLanguage(String todetect) {\n\t\tVector<...
cd934459b9f7d7a5f491813d670d0115
Set the value related to the column: store_id
[ { "docid": "1cff448a9415426bcbbbcee619144722", "score": "0.67913437", "text": "public void setStoreId (java.lang.Integer storeId) {\n\t\tthis.storeId = storeId;\n\t}", "title": "" } ]
[ { "docid": "5b8e4d983400c275c56bfa342b314d7a", "score": "0.7712675", "text": "public void setStoreId(int store_Id) { this.store_Id = store_Id; }", "title": "" }, { "docid": "26a8e81561c4fbb8d27156b2e50d55db", "score": "0.7227794", "text": "public void setStoreId(Long storeId) {\r\n ...
4a3df3f1e042e28674ab999eb4334ba0
Gets the branch of the commit
[ { "docid": "3fe94cc53bcb1b7b4173a4148de5cba1", "score": "0.7143452", "text": "public String getBranch() {\n return branch;\n }", "title": "" } ]
[ { "docid": "c0972de75e5d64ad081ca0a4e58eca86", "score": "0.7113789", "text": "public String branch() {\r\n return _branch;\r\n }", "title": "" }, { "docid": "e2c67f4bff18009e8d1dcff42c7ae912", "score": "0.6800977", "text": "@Override\r\n\tpublic int getBranch() {\n\t\tretur...
78ec9ca091411c50050226cbab262d7c
Answer a resource representing the class that is the union of the given list of class desctiptions
[ { "docid": "d51fbb51515b0fc15c2238b327e8e003", "score": "0.5251671", "text": "public UnionClass createUnionClass( String uri, RDFList members ) {\n\tcheckProfileEntry( getProfile().CLASS(), \"CLASS\" );\n\tcheckProfileEntry( getProfile().UNION_OF(), \"UNION_OF\" );\n\tUnionClass result = getUnionClass(u...
[ { "docid": "69c267c661f12b8a0a25f48e8d2f586f", "score": "0.5275204", "text": "public abstract Class<DATA> getDualControlClass() ;", "title": "" }, { "docid": "3daa11e51e168ed057d88d1263c8c6e5", "score": "0.5274462", "text": "ClassesDescriptor createClassesDescriptor();", "title":...
eb4c14497f14d78b6956496a845fd717
Returns the meeting room where name = &63; or returns null if it could not be found. Uses the finder cache.
[ { "docid": "ef28a83c40091b99423eedf9e5bb9128", "score": "0.72991985", "text": "@Override\n public MeetingRoom fetchByName(String name) throws SystemException {\n return fetchByName(name, true);\n }", "title": "" } ]
[ { "docid": "ce74ae446898cfa9136c5199490d029f", "score": "0.7511336", "text": "@Override\n\tpublic ChatRoom findRoom(String name) {\n\t\techo(\"findRoom -> \"+name);\n\t\tif (salas_registradas.containsKey(name)){\n\t\t\treturn (ChatRoom) salas_registradas.get(name);\n\t\t}else{\n\t\t\techo(\"A sala \"+na...