query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
3d2d8194264f26a50fd1cfc1588a041f
/ Name: getTicks Purpose: Return the number of ticks left Parameters: N/A Return: int
[ { "docid": "83bb5626fd45e03eed5ee3089c92540b", "score": "0.7420569", "text": "public int getTicks()\n {\n return ticks;\n }", "title": "" } ]
[ { "docid": "ca662558aec8bbdd8f4d5400e6e503b1", "score": "0.74912345", "text": "public int getTicks() {\n \n return ticks;\n }", "title": "" }, { "docid": "fd46936afac49612235b98d978144910", "score": "0.7455828", "text": "public int getTicks() {\n\t\treturn ticks;\n\t}", "t...
cde93718e5a783cc5a1553488f139499
Setter method: for the X coordinate of the bubble.
[ { "docid": "7f09978922c7103a526976063ff01c79", "score": "0.73370844", "text": "public final void setX(final float xPos) {\r\n rootBubble.setX(xPos);\r\n }", "title": "" } ]
[ { "docid": "164b26366ed80f734ed21408cf528590", "score": "0.7495376", "text": "public void setX(double x)\r\n {\r\n myXPosition = x;\r\n }", "title": "" }, { "docid": "deaa70d754511ad4e8c0c1b3139717c3", "score": "0.7493887", "text": "public void setXPosition( int x )...
1cab955cac0ece3b6407532959a4c65b
add a travel to this user
[ { "docid": "34f76999b5e5b74f09efaa886ed906d1", "score": "0.76012516", "text": "public void addTravel(Travel travel) {\n notNull(travel, \"Travel can not be null\");\n travels.add(travel);\n }", "title": "" } ]
[ { "docid": "f24cb7e62061d5d1a543dbe7004c6418", "score": "0.6443538", "text": "public static void addJourneyToUser(final String userID, final Journey journey) {\n ValueEventListener valueEventListener = new ValueEventListener() {\n @Override\n public void onDataChange(DataSna...
572e1c5ea64505670a5b065869d42bdb
This method is used to print log after returning arguments from method execution
[ { "docid": "50f7611d239571c651bcc970e378f1ef", "score": "0.63522536", "text": "public void logAfterReturningMethod(JoinPoint jointPoint, Object result) {\n\n\t\tStringBuffer logStr = new StringBuffer();\n\n\t\tlogStr.append(\"\\nAOP calling Returning Method: \\nMethod Full Signature : \"\n\t\t\t\t+ join...
[ { "docid": "4dfb18d8064968635efca206819dba0d", "score": "0.7378849", "text": "protected abstract String log ();", "title": "" }, { "docid": "c153d64199958cc134e522efa91c9b5f", "score": "0.6993935", "text": "public void printLog() ;", "title": "" }, { "docid": "66075748246...
8de0e87008ed4f2fbefa58fc3d1c9208
NoteManager noteManager = NoteManager.getInstance(context); noteManager.delete(note.getId()); notes.remove(note); notifyDataSetChanged(); return true;
[ { "docid": "2aa82d296b6de4f610a04d605db187e8", "score": "0.74345773", "text": "@Override\n public boolean onLongClick(View view) {\n new AlertDialog.Builder(context)\n .setTitle(\"Delete\")\n .setMessage(\"Are you su...
[ { "docid": "2b4df10bddc4e7f112ba1abf55766042", "score": "0.77664155", "text": "@Override\n public void onClick(View v) {\n \t\tnotesService.removeNote(note.getId());\n getLoaderManager().restartLoader(0, null, NoteManagerPersonalNotesFragment.this);\n \tmAdapt...
a6e6bd35f85600c221343461da6656da
string key = 1;
[ { "docid": "9da345219a183e224496f1063189bffa", "score": "0.0", "text": "public Builder setKeyBytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n checkByteStringIsUtf8(value);\n \n key_ = value;\n onCh...
[ { "docid": "db42a4593427e6acf3600708ad44a6d6", "score": "0.77934206", "text": "String key();", "title": "" }, { "docid": "afd8aabc382b82688289a75d8156144d", "score": "0.75473493", "text": "String newKey();", "title": "" }, { "docid": "1abc3fa5e3fb73cc919d019a64094357", ...
07ecfbd9d9d23bd7101bd4ca39fd2076
E' apresentada a lista de titulos de todas as seccoes de topo do documento, precedido pelo seu identificador unico.
[ { "docid": "acdb68754ca7166aac34009c14b98e91", "score": "0.0", "text": "public ArrayList<String> listTopSections() {\n\t return super.listSections();\n }", "title": "" } ]
[ { "docid": "f08663ff6b9b13285ec2855a0266c8cb", "score": "0.6465089", "text": "List<Topo> getLoanTopos(Utilisateur utilisateur);", "title": "" }, { "docid": "2314707a2c1f43298f55c69fa5f9232a", "score": "0.58820045", "text": "Collection<Dominio> consultarTiposDocumentos();", "title...
b2ba4714033f5a115f64324769dfda9e
Check if the string is null, empty, or 1 character only
[ { "docid": "9609c9b02097b29491cb9344605cfca7", "score": "0.0", "text": "public static boolean isPalindrome(String str, Boolean ignoreCase) {\n if (str == null || str.isEmpty() || str.length() <= 1)\n return true;\n\n\n int left = 0;\n int right = str.length() - 1;\n\n ...
[ { "docid": "a890008a4c4e77dbed2596368335c3ef", "score": "0.74232644", "text": "private boolean hasValue (String s) { return s != null && s.length() != 0; }", "title": "" }, { "docid": "f96fa067a1efa9f06dc87c2521259ea0", "score": "0.7399153", "text": "abstract boolean canMatchEmptyStr...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d3e6d7b0f887b64fb684f0e760df623b", "score": "0.0", "text": "public Tweet likeTweet(String id) {\n\t\treturn null;\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": "" ...
c60412cc6d5e2f4e49df4d21b46040c4
/ WARNING void declaration
[ { "docid": "436970ff286a56a6675304592757a5e4", "score": "0.0", "text": "public static Vec3d getLastTickPos(Entity entity, double d, double d2, double d3) {\n void z;\n void y;\n void x;\n Entity entity2;\n return new Vec3d((entity2.posX - entity2.lastTickPosX) * x, (en...
[ { "docid": "f777356e2cd2fecd871f35f7e556fda8", "score": "0.72108984", "text": "public void mo3640e() {\n }", "title": "" }, { "docid": "a55a150557f80abcbd733ee3162b0661", "score": "0.71454316", "text": "private void m18301a() {\n }", "title": "" }, { "docid"...
ef6078194aee34e217ac703d76fc09cf
Method to verify google play services on the device, will direct user to Google Play Store if not installed
[ { "docid": "d29041f934d6cae86516622904746c01", "score": "0.5835775", "text": "public static boolean servicesAvailable(FragmentActivity fragmentActivity) {\n int resultCode = GooglePlayServicesUtil\n .isGooglePlayServicesAvailable(fragmentActivity);\n if (resultCode != Connec...
[ { "docid": "52c7363618438afbbf430583f299f8e5", "score": "0.7576292", "text": "private boolean checkPlayServices() {\n int resultCode = GooglePlayServicesUtil\n .isGooglePlayServicesAvailable(this);\n // When Play services not found in device\n if (resultCode != Connec...
34ef25d92ee8aeb8a8aa0498dbf25a8d
/ Handles the input command of console
[ { "docid": "1b5c805ac3dedf23ed646b2ea5b79f83", "score": "0.0", "text": "public void handleCommand() throws IOException\n \t{\n \t\tcommand = command.toUpperCase();\n \t\t\n \t\t\n \t\tif(command.contains(\"RESIZE\"))\n \t\t{\n \t\t\tint spaces = 0;\n \t\t\tfor(int i = 0; i<command.length(); i++)\...
[ { "docid": "c96380f06f9be032fe2b8bbbe831708b", "score": "0.75288886", "text": "private void handleInput(String in) throws Exception {\n switch (in.substring(0,2).trim()){\n case CLI_COMMAND_PS: { ps(); break; }\n case CLI_COMMAND_RUN: { create(in); break; }\n case...
0769164d662dd9efa7678f6c9fc27916
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
[ { "docid": "eea6f3d6c9c4b2bfeacd274d83d2fc26", "score": "0.63918245", "text": "public Builder addAllConditions(\n java.lang.Iterable<\n ? extends io.kubernetes.client.proto.V1beta1Extensions.ReplicaSetCondition>\n values) {\n if (conditionsBuilder_ == null) ...
[ { "docid": "3691413e762b51b122280a3fb1b1b689", "score": "0.7286105", "text": "public java.util.List<\n ? extends io.kubernetes.client.proto.V1beta1Extensions.ReplicaSetConditionOrBuilder>\n getConditionsOrBuilderList() {\n return conditions_;\n }", "title": "" }, { ...
fe18763e37c518c1a9cb1bf2c0970616
Reports broker "wall" time in nanoseconds for the fastest parallel merge sequence partition to be 'initialized', where 'initialized' is time to the first result batch is populated from data servers and merging can begin. Similar to query 'time to first byte' metrics, except is a composite of the whole group of data ser...
[ { "docid": "46b20df7778e36bf978f1d3984bd2ba5", "score": "0.6060555", "text": "QueryMetrics<QueryType> reportParallelMergeFastestPartitionTime(long timeNs);", "title": "" } ]
[ { "docid": "b8be29d0a4a2d960b1a1ba0a936c76d6", "score": "0.59270084", "text": "QueryMetrics<QueryType> reportParallelMergeTotalTime(long timeNs);", "title": "" }, { "docid": "96b307528b070d201e2b63d111e8a4c9", "score": "0.59259856", "text": "QueryMetrics<QueryType> reportParallelMerg...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "93d1582bef15906b0f1439fa3948356f", "score": "0.0", "text": "@Override\r\n\tpublic List<TareaDTO> selectAllTarea() {\n\t\treturn configJProcessDao.selectAllTarea();\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...
95e6473bdb5dd7def607ee8d3a4cbb0f
System.out.println("\tGot a First Boolean!");
[ { "docid": "eaaa90c29ef23fcbf4c2bf7f59793500", "score": "0.6217805", "text": "public void caseAFirstBoolean(AFirstBoolean node){\n\tnode.getTrue().apply(this);\n int reg = -1;\n for (int i = 0; i < registers.length;i++){\n if (registers[i] == true && reg == -1){\n reg = i;\n ...
[ { "docid": "3966f47b02941c628e0ef008c0ffa801", "score": "0.7154335", "text": "@Override\n public void println(boolean b) {\n println(String.valueOf(b));\n }", "title": "" }, { "docid": "9692641847bf260058e2c6ea47bf6b11", "score": "0.7032163", "text": "public static void ...
b0155b733b9230b4a8eb88fc3e3f813b
batcher.draw(retry, 136/228, midPointY + 10, 56, 14);
[ { "docid": "ae10fff60f660e1be782d95c7bdf9c27", "score": "0.68706995", "text": "private void drawRetry() {\n\t\tAssetLoader.whiteFont.setScale(0.06f, -0.06f);\n\t\tAssetLoader.whiteFont.draw(batcher, \"TAP TO RETRY\",\n\t\t\t\t34, midPointY + 90);\n\t}", "title": "" } ]
[ { "docid": "f9b5b97a44201e8d5c4e4f75ebc95040", "score": "0.6810204", "text": "@Override\n public void draw(Batch batch) {\n }", "title": "" }, { "docid": "7737dd57bb8c8d5592d3766595b33113", "score": "0.6593715", "text": "@Override\n protected void drawFinal() {\n }", "tit...
5aa96ec48a1a0033dcdd9c53d45d78a2
Create a new connection
[ { "docid": "73b82847c151549e89f77bc220c3f67a", "score": "0.0", "text": "@Theory\n public void whenUsingQuit_EnsureTheConnectionIsClosed(Jedis jedis){\n Client client = jedis.getClient();\n Jedis newJedis = new Jedis(client.getHost(), client.getPort());\n newJedis.set(\"A happy lu...
[ { "docid": "2a99743e5410f13c25fe82ce0f8c4a53", "score": "0.8105622", "text": "protected Connection createConnection() {\n\t\treturn ConnectionBuilder.with(this).build();\n\t}", "title": "" }, { "docid": "6139a76c12b301d7e9afc207d75ae565", "score": "0.736428", "text": "static Connecti...
9958b59fc53c07f22324a8999bce350a
Return the category of the primitive's type. This sets the name and Java Class used for the primitive value.
[ { "docid": "fdc0e768eda77bd865f028bc0379f814", "score": "0.70183337", "text": "public PrimitiveDefCategory getPrimitiveDefCategory() { return primitiveDefCategory; }", "title": "" } ]
[ { "docid": "3d141a4b70581ba51bae690d9ae1bc77", "score": "0.63855106", "text": "public String getTypeCategory() {\n return this.typeCategory;\n }", "title": "" }, { "docid": "5882f3ac12567221c327c2a54f6232ce", "score": "0.60641974", "text": "public final SQLParser_Expr.primi...
3abf7b18af76456545304812704de4fc
Returns the value of the 'View2' attribute. If the meaning of the 'View2' attribute isn't clear, there really should be more of a description here...
[ { "docid": "46f97ef7baa643614fc1711f6cfb996c", "score": "0.6148513", "text": "String getView2();", "title": "" } ]
[ { "docid": "393df799cc8a6174c52cfec8e380c1e1", "score": "0.67950094", "text": "public String getAttr2() {\n return getValue(2, attr2);\n }", "title": "" }, { "docid": "a3447b17c3bebade3f60885d3b0b4c7a", "score": "0.67877996", "text": "public String getAttr2() {\n ret...
66fbf461acc717aa9f8a62df083243c1
Set the value related to the column: demurragedays
[ { "docid": "db335e0f597fa2c89c460577ce532d22", "score": "0.61898375", "text": "public void setDemurragedays(java.lang.Integer demurragedays) {\n\t\tthis.demurragedays = demurragedays;\n\t}", "title": "" } ]
[ { "docid": "bdd7a092ec8894f7dcdc14e2edd90a80", "score": "0.58449394", "text": "public java.lang.Integer getDemurragedays() {\n\t\treturn demurragedays;\n\t}", "title": "" }, { "docid": "d6c2fb9ab7cc351013aaf107deeb71e4", "score": "0.5770189", "text": "public void setDays(String days)...
1e041127a824a84f86032305d35f8b5b
Output only. The current state of the backup. .google.spanner.admin.database.v1.Backup.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
[ { "docid": "b5ff6a4f0850d41b158f7e1624ac54de", "score": "0.0", "text": "public Builder setStateValue(int value) {\n state_ = value;\n bitField0_ |= 0x00000040;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "3df577244d0b1ff7d86f14870e5b9863", "score": "0.81478256", "text": "@java.lang.Override\n public com.google.spanner.admin.database.v1.Backup.State getState() {\n com.google.spanner.admin.database.v1.Backup.State result =\n com.google.spanner.admin.database.v1.Backup.State.forNumber...
1dfcc8fd38d880e986a3d7ea194356bc
Gets a list of copies of all stored enchantable Items.
[ { "docid": "60bb964333db94d3148e1e37f4ef463f", "score": "0.8411991", "text": "public List<Item> getAllEnchantableCopy()\n {\n LinkedList<Item> all = new LinkedList<>();\n\n for(Item curr : enchantable)\n {\n all.add(curr.clone());\n }\n\n return all;\n ...
[ { "docid": "79109f7341ca535350cc0a743034dcfd", "score": "0.78147256", "text": "public List<Enchantment> getAllEnchantmentsCopy()\n {\n LinkedList<Enchantment> all = new LinkedList<>();\n\n for(Item curr : enchantments)\n {\n all.add((Enchantment)curr.clone());\n ...
31c717dbeab8b83eac9242a432693974
Invokes the changeLogging in the ChangeLogProvider
[ { "docid": "c1cb6401fdeda4f675dc59720fa73518", "score": "0.6040486", "text": "public int doChangeLog(ChangeLogEntry cle, Session sesCurrent, Database ndbSource);", "title": "" } ]
[ { "docid": "ba787a0b8001b6650199372ca19520d8", "score": "0.5955942", "text": "private void log() {\n }", "title": "" }, { "docid": "92d4ae12ddd8aacc494f8f85110ab258", "score": "0.59287053", "text": "public void doLogging() {\n\t\tSystem.out.println(\"done logging..\");\n\t}", ...
4893bc3db8bbd58132ce892a134031d4
Get Item Information //
[ { "docid": "6677d0a2359b137e6e4ccff78daf519f", "score": "0.0", "text": "public String getName() {\n return name;\n }", "title": "" } ]
[ { "docid": "26a675197dae8d95bdc091cbc0db8160", "score": "0.8132145", "text": "ItemInfo getItem();", "title": "" }, { "docid": "e49ee0628d6e1af36798c7c09a638a40", "score": "0.7667745", "text": "AbstructItem getItem();", "title": "" }, { "docid": "7de1156ff8a72117572f2031b5...
2e85a061d3ed38611380f3db8bb95ccb
Test case number: 20 /Coverage entropy=2.2151215609245614
[ { "docid": "a0e6665de636ccd3cff911f7603f9062", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test020() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n Component component0 = errorPage0.h3((Object) null);\n assertTrue(component0._isGeneratedId());\n as...
[ { "docid": "dc15779935f314df980416dd90d2558f", "score": "0.69677246", "text": "@Test(timeout = 4000)\n public void test52() throws Throwable {\n Discretize discretize0 = new Discretize();\n Attribute attribute0 = new Attribute(\"rRZ@\\\"zX$H&iQKV\");\n ArrayList<Attribute> arrayList0 =...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "19d5986efbac327c8128ba9bc8f03ce6", "score": "0.0", "text": "public static void main(String[] args) throws IOException {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tSystem.out.println(\"Enter the Path to Download\");\n\t\tString downloadLocationURL = scanner.next();\n\t\tString fileLo...
[ { "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...
c3c5bb46dcd1d758b1aaceab3fde73e5
Sets the seed option.
[ { "docid": "77bec06af6e633ddebdc06cb8a891eb2", "score": "0.7244283", "text": "public Options seed(Long seed) {\n this.seed = seed;\n return this;\n }", "title": "" } ]
[ { "docid": "a6fa5ddd12001ecf46b43ff36c4d218a", "score": "0.7401088", "text": "public void set_seed(long seed);", "title": "" }, { "docid": "431228b996560cc2d05f529f70fc1504", "score": "0.71632314", "text": "public void setSeed(long seed) {\n this.seed = seed;\n }", "tit...
30e20bc829b195f13fab791246466abc
This method stores a object into the ToscaReferenceMapper for future use.
[ { "docid": "1adb471a84624b919d9716db1029c55a", "score": "0.8033835", "text": "public void storeJAXBObjectIntoToscaReferenceMapper(QName reference, Object objectToStore) {\r\n\t\tNode node = ServiceHandler.xmlSerializerService.getXmlSerializer().marshalToNode(objectToStore);\r\n\t\tToscaEngineServiceImpl...
[ { "docid": "5423092eeddbbf5c624f8e35ab9437e7", "score": "0.6927472", "text": "protected void storeDocumentIntoReferenceMapper(QName nodeReference, Document documentToStore) {\r\n\t\tToscaEngineServiceImpl.toscaReferenceMapper.storeDocument(csarID, nodeReference, documentToStore);\r\n\t}", "title": "...
b80b0807b607818dc60e7230d65bfb72
Invokes the databaseDownloadFile method with the given input using the given environment, deserializing to an object of the specified class.
[ { "docid": "230aa30dd8f32a018acdad9e7c5dca3c", "score": "0.6779674", "text": "public static <T> T databaseDownloadFile(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env) {\n JsonNode input = mapper.valueToTree(inputObject);\n return DXJSON.safeTreeToValue(\n ...
[ { "docid": "3d7d375d4efb636fa5587b2eb37e77a7", "score": "0.6742524", "text": "public static <T> T databaseDownloadFile(String objectId, Class<T> outputClass, DXEnvironment env) {\n return databaseDownloadFile(objectId, mapper.createObjectNode(), outputClass, env);\n }", "title": "" }, ...
618879437e2131bedd326611ebebcddf
Created by bryan on 8/22/14.
[ { "docid": "79a8f8a95be34b1daf601ff38a1d87ef", "score": "0.0", "text": "public interface MongoWrapperClientFactory {\r\n public MongoClientWrapper createMongoClientWrapper( MongoProperties props, MongoUtilLogger log ) throws MongoDbException;\r\n}", "title": "" } ]
[ { "docid": "88ecb62c7a1a93131fb72fdf892b6e96", "score": "0.5799427", "text": "public void mo18969b() {\n }", "title": "" }, { "docid": "10ead2e988bf977cb8edb2bacf974891", "score": "0.5765655", "text": "@Override\n\tprotected void init() {\n\t\t\n\t}", "title": "" }, { ...
e4778e31c050bd57ecb765a4f154862f
Created by Android Hong on 20171213.
[ { "docid": "e818ecc8d6c5be30f72e234dd43427c9", "score": "0.0", "text": "public interface NewsPeedItemContract {\n\n interface iView{\n void setPresenter(iPresenter presenter);\n void goToPost(PostCover postCover);\n\n void showError(String text);\n }\n\n interface iPresente...
[ { "docid": "4d47f234c63a135a6a26c47a278d78dc", "score": "0.58981764", "text": "@Override\n\tpublic void onCreate() {\n\t\t\n\t}", "title": "" }, { "docid": "2655cc4ea27b4dc5f393a11a89d970f1", "score": "0.58792955", "text": "@Override\n\tprotected void onCreate() {\n\t}", "title":...
128ca09b5a6f4252be8c0833a6b18eb5
endregion setStatus, timers management, stop and retry region Send events methods
[ { "docid": "ce7fcaceeb2551b9c8a614b81fed2d9e", "score": "0.0", "text": "private void sendRFIDEvent(int data) {\n\t\tsendRFIDEvent(data + \"\");\n\t}", "title": "" } ]
[ { "docid": "45d71532c3fd021f300d29c07520c076", "score": "0.6071001", "text": "private void processEvents () {\n\n //check for connection and stop transmission if needed\n SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(this.getApplicationContext());\n Map<String...
9539bbdd7a9d24a2a57f0cc2939a743f
Test 11 Expose a specific content type and check the exposure count is incremented for the content type
[ { "docid": "943e2ec100c71f8bb59fa9290f6be9c5", "score": "0.74197453", "text": "@Test (dataProviderClass = BoxDataProvider.class, dataProvider = \"contentTypesExposuresTotal\", groups={\"DASHBOARD\", \"INTERNAL\", \"EXPOSED_FILES\", \"FILTER\"})\n\tpublic void exposeAFileTypeAndVerifyExposedContentTypes(...
[ { "docid": "6fa84506cddae1fc3858b226260f2096", "score": "0.671996", "text": "@Test (dataProviderClass = BoxDataProvider.class, dataProvider = \"fileTypesExposuresTotal\", groups={\"DASHBOARD\", \"INTERNAL\", \"EXPOSED_FILES\", \"FILTER\"})\n\tpublic void exposeAFileTypeAndVerifyExposedFileTypes(String t...
25a2bcdd6da571b3f650860ea2ee8be6
SECTION :: GET // Get ID of song.
[ { "docid": "a54021182b12db6b537eb35ace7c04b6", "score": "0.0", "text": "public Long getId() {\n return this.id;\n }", "title": "" } ]
[ { "docid": "1adf6f3de3eacad46771b56c86b24202", "score": "0.7188529", "text": "public int getSongId() {\n return mSongId;\n }", "title": "" }, { "docid": "c41c755b862f6c1e6c97652d957282f1", "score": "0.6904701", "text": "public Song findSong(int id);", "title": "" }, ...
c8d889460c9c1ba735070e13f1ed5632
Perform a variable lookup with a given context node.
[ { "docid": "6af61666836bedf922bb403f13c813e0", "score": "0.5515955", "text": "public static XObject resolveVariable(Node n, String ns, String ln) {\n VariableElement ve = lookupVariable(n, ns, ln);\n if (ve == null) {\n return null;\n }\n Constraint c = ve.getConst...
[ { "docid": "5360b31d45c14b5985b9988b7a509d4e", "score": "0.610138", "text": "public Symbol resolveVar(OoplssAST node) throws UnknownDefinitionException {\n \t\tSymbol s = this.resolveName(node);\n \t\t\n \t\tif (!(s instanceof VariableSymbol)) {\n \t\t\tthrow new UnknownDefinitionException(node);\n \t\t...
861222551e158b626b04aaca89de9c9a
Query Param Path Param
[ { "docid": "cb6c6527a2fa18552543a93c802d196f", "score": "0.0", "text": "@GetMapping(\"/search/users/{id}\")\n public User findAUserUsingPathParam(@PathVariable int id){\n return db.findAUser(id);\n }", "title": "" } ]
[ { "docid": "450fed674c85cc3a089dd4a25a2476eb", "score": "0.72580886", "text": "String paramPath();", "title": "" }, { "docid": "8c115267bee4f091b131746f879b4454", "score": "0.6878211", "text": "QueryParam createQueryParam();", "title": "" }, { "docid": "45b8c87bb93671df4b...
17ea6147fd94b30db30cc98a0e0c191b
Finds the Style named styleName in styles.
[ { "docid": "b2f2cbef81f50d13d23df08327efdaf2", "score": "0.8299732", "text": "private Style findStyle(String styleName, Style[] styles)\n \t\t\tthrows NoSuchElementException {\n \t\tif (styles == null || styles.length == 0) {\n \t\t\tthrow new NoSuchElementException(\n \t\t\t\t\t\"No styles have been pr...
[ { "docid": "6ef1744e39cf3db92dd5e896901badda", "score": "0.68917847", "text": "public Style getStyleResource( String name ) {\n\n Style style = styles.get( name );\n \n if ( style == null && name.length() == 0 ) {\n String tmpName = \"default\";\n style = style...
67df088c8febfcc4170bddd5434abda3
Returns whether a particular file path should be handled by this plugin
[ { "docid": "e7db58f150558943353034720782c697", "score": "0.0", "text": "Set<String> schemesHandled();", "title": "" } ]
[ { "docid": "9767d416e8866dffe591720f28ffa7dc", "score": "0.75354385", "text": "boolean hasFilePath();", "title": "" }, { "docid": "9767d416e8866dffe591720f28ffa7dc", "score": "0.75354385", "text": "boolean hasFilePath();", "title": "" }, { "docid": "9767d416e8866dffe59172...
0462a806fd85a38154ceabbf0d9dcb8f
Sets handlers using static method
[ { "docid": "26cdbcbbb3a17ea4b76801c469676577", "score": "0.6831929", "text": "private static void setStaticHandlers(Map<String, ComplexObsHandler> currentHandlers) {\n\t\tObsServiceImpl.handlers = currentHandlers;\n\t}", "title": "" } ]
[ { "docid": "22ada1c41cda035cdc16ac41716721cc", "score": "0.7749696", "text": "protected abstract void configureHandlers();", "title": "" }, { "docid": "3bd0cd4845effe2a40e987cbb997048c", "score": "0.70252764", "text": "private static void initHandler() {\n\t\tCALENDAR_LOGGER.setUsePa...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "dfa0b3e9a1dacf723efe9a11b4d36aa0", "score": "0.0", "text": "@SuppressLint(\"ClickableViewAccessibility\")\n\t\t\t@Override\n\t\t\tpublic boolean onTouch(View v, MotionEvent event) {\n\t\t\t\treturn true;\n\t\t\t}", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
bd951b8344d2583d9abf1248e84bc671
removes PRIME from the constraint candidates
[ { "docid": "fcd336db74d5896dcaa412ed923d3d2b", "score": "0.49374595", "text": "private HashSet removePrime(HashSet set, String text) {\r\n//\t\ttext = text.substring(7,text.lastIndexOf(\"]\"));\r\n// if (debug)\r\n// System.out.println(\" removed prim from: \"+ text);\r\n set...
[ { "docid": "8bd9c7358907ea3e3497c76f6fa19367", "score": "0.59243566", "text": "public abstract void removeConstraint();", "title": "" }, { "docid": "3de969e15a6ca23280b9cc613d5b56ce", "score": "0.59237033", "text": "private void supprimerCheminContenantPirate() {\n\t\tList<Chemin> li...
30057d4563a1ccc7c0f64e2c80898bf4
Retrieves the block child.
[ { "docid": "369eac51a0511524ed05a01a83264450", "score": "0.6517302", "text": "@ASTNodeAnnotation.Child(name=\"block\")\n public Block getblock() {\n return (Block) getChild(2);\n }", "title": "" } ]
[ { "docid": "af711c1701e06c1ba8601c167ec14f33", "score": "0.6896416", "text": "public Block getBlock() {\n\t\treturn (Block) getChild(4);\n\t}", "title": "" }, { "docid": "80ce89e590efce0ce9b910800b181aca", "score": "0.68561745", "text": "public FHNode getChild() \n\t{\n\t\treturn chi...
cf868a5298a25d94d139c3ee218d7674
reference to element stored at node Constructor with given element
[ { "docid": "9937cbc5a7a2dbcbb929246e8b453c67", "score": "0.5915633", "text": "public SLLNode(T element)\n\t{\n\t\tsetElement(element);\n\t\tsetNext(null);\n\t}", "title": "" } ]
[ { "docid": "64d4b94df9fead98161851a5c38907fb", "score": "0.6689932", "text": "public Node(Object element){\n elem = element;\n next = null;\n }", "title": "" }, { "docid": "b75e2889d4a6a0769aad2952a6216c78", "score": "0.6485469", "text": "Node(Object elem...
ef1d96a466a60b5d8f549febaf2bda97
receives a sentence and a class and checks if the class has a matching annotation. If yes, returns a singleton map from the right method to the matching parameters, otherwise an empty map. find the right method by iterating over the collection of methods of the class, with the same annotation as the first word of the s...
[ { "docid": "7fcdbcda5c3648e44c1ffc7bb32548f9", "score": "0.73617244", "text": "protected HashMap<Method,ArrayList<ArrayList>> getMethod(ArrayList<String> sentence, Class<?> testClass){\n String keyword = sentence.get(0);\n Method[] methods = testClass.getDeclaredMethods();\n List<Me...
[ { "docid": "9e6fef447f7ce1e6e8ab6708a7076840", "score": "0.57792425", "text": "public interface AnnotationMatcher {\n public <T extends Annotation> T match(Class<T> clazz, Method method);\n}", "title": "" }, { "docid": "1b5aaa32bd659a01dafb1dfb529ed684", "score": "0.57703054", "te...
86c48a8d03fee1085154f5fd19041de3
/ Finds language by Id
[ { "docid": "1eef8bca0063d1101f882ec52b0b390b", "score": "0.66421986", "text": "public List<Map<String, Object>> showLangById(int id){\n String query=\"select languageId, languageName from languages where languageId=?\";\n List<Map<String, Object>> langs=jdbcTemplateObject.queryForList(quer...
[ { "docid": "6f3af8cb69700f12c8f968e3d57aa46a", "score": "0.8137721", "text": "public Languages findLang(Long id) {\n\t\tOptional<Languages> optionalLang = languageRepository.findById(id);\n\t\tif(optionalLang.isPresent()) {\n\t\t\treturn optionalLang.get();\n\t\t}else {\n\t\t\treturn null;\n\t\t}\n\t}",...
5ac67da1b65bbaad9dc383dac4a3fcef
Sets the ZT value for this ClassRoom.
[ { "docid": "263a4e4720a03a96377ac57222b913e3", "score": "0.7036993", "text": "public void setZT(java.lang.String ZT) {\n this.ZT = ZT;\n }", "title": "" } ]
[ { "docid": "68ca33c8318122d655e93977e405ac99", "score": "0.56955737", "text": "public void setTz(TzType timeZone);", "title": "" }, { "docid": "05faec59ede94a42881a0331ab2dcfb9", "score": "0.56778616", "text": "public java.lang.String getZT() {\n return ZT;\n }", "title...
470661b340f34f9f6e3e3c548d23dfa7
Test of execute method, of class Save.
[ { "docid": "4af129fd2db1eff8617c4f88be72cf55", "score": "0.0", "text": "@Test\n public void testExecuteAddTaskAddRessource() {\n //sauvegarde d'un nouveau projet seulement\n project = DAO.getInstance().insertProject(\"name\", MyDate.now());\n project.getTasks().add(new Task(\"nam...
[ { "docid": "be5c61b414564b7ff3068260e5f2f618", "score": "0.70810467", "text": "public void testSave() throws Exception {\n\t}", "title": "" }, { "docid": "4e7fc2934d8f46f4a1b3779a5b6772ab", "score": "0.6978642", "text": "@Test\n public void testExecute() {\n //sauvegarde d'...
884e44fd2006015fdd60de9c4122fa7a
required int32 rs = 1;
[ { "docid": "17485df7ae3ab54f0eec43ab4932b228", "score": "0.0", "text": "public boolean hasRs() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "title": "" } ]
[ { "docid": "4daf7b4c3421b606c5a82ddd003f2e72", "score": "0.62669295", "text": "Integer getR();", "title": "" }, { "docid": "3133d4ae690d32e83a285422e077e548", "score": "0.62057894", "text": "public abstract Integer r();", "title": "" }, { "docid": "a17f980104e206905ec67ea...
f22389644e141e8506a4efa6168dfb12
Add a new thing in this place
[ { "docid": "66b3083bc86eaccf879aca98d3bec15e", "score": "0.0", "text": "public void createThing(RemoteMudPerson who, String name,\r\n \t\t\t\t\t\t\t\t\t\t\t\t\tString description)\r\n \t\t\tthrows RemoteException, MudException.NotThere, MudException.AlreadyThere;", "title": "" } ]
[ { "docid": "b67a19b51ee9621ba4a5b845b73934ac", "score": "0.67806715", "text": "private static void addAnItem() {\n\t\tSystem.out.print(\"Enter the Artist's Name: \");\n\t\tString artistName = in.nextLine();\n\t\tSystem.out.print(\"Enter the Title of the piece: \");\n\t\tString title = in.nextLine();\n\t...
52f667fdfea97fa2bff41fe3f649575f
this function will iterate through the hardcoded information and print using a method from Toy.class
[ { "docid": "a62f554a3d0e8a0fffe0fecf80c964b7", "score": "0.0", "text": "private static void printFullProductList() throws InterruptedException,\r\n\t\t\tIOException {\r\n\t\tfunction = true;\r\n\r\n\t\tSystem.out.println(\" \");\r\n\t\tfor (int i = 0; i < inventory.length; i++)\r\n\t\t\tSystem.out.print...
[ { "docid": "37bd0197d1e352d6145f7943befa1056", "score": "0.6572633", "text": "public void printInfo() {\n super.printInfo(car);\n System.out.println(\"It's pretty generic and can be a lot of things.\");\n System.out.println(\n \"This car is a \" + make + \" \" + model + \" and was made i...
0c3ebfb1aa71d833a2eaeb8ddf9be116
Provides the Vector3D length (magnitude) (in user coordinate space)
[ { "docid": "ff4eedab0b17a3294861df7916b93184", "score": "0.7782215", "text": "public double length() {\r\n\t\tdouble x = p.getX();\r\n\t\tdouble y = p.getY();\r\n\t\tdouble z = p.getZ();\r\n\t\treturn Math.sqrt(x*x + y*y + z*z);\r\n\t}", "title": "" } ]
[ { "docid": "7ca7d36ae4c0fd900d3792c44e602e1a", "score": "0.79479766", "text": "public double lengthVector()\n {\n\treturn Math.sqrt(x * x + y * y + z * z);\n }", "title": "" }, { "docid": "b85da09ed521930098e25de6556eedac", "score": "0.77712935", "text": "public double length()...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1a26fb9f8526a0f3330f3eba8c5fb7b2", "score": "0.0", "text": "@Override\n\tpublic void myCallBackOnRelease(MouseEvent e) {\n\t\t\n\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...
c2c014b463dd2add93351c64e761d1a7
Created by guruchetansingh on 1/8/16.
[ { "docid": "e9036fb8cc8416fb25e008b9842d136c", "score": "0.0", "text": "public interface FetchMerchantHashesCallBack {\n\n /**\n * This will provide all merchant hashes and card tokens which are stored on merchant server.\n * */\n void fetchMerchantHashesAPIResponse(HashMap<String, String>...
[ { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.65444076", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.6195103", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }...
b62455e7df0e3e19ec5b5fc800beab41
Creates a command from the details given and adds it to the list of processable commands. Will execute the action method inside the command's implementation of said method. Command can only be executed by CLI sources as it will only implement void processCommand
[ { "docid": "fc8e271c3d4c7da76c730a23911119ed", "score": "0.5867279", "text": "public Command addCommand(@NotNull String commandName, @NotNull ICommand action, boolean allowNullArgument) {\n return this.addCommand(CommandSource.CLI, commandName, action, null, allowNullArgument);\n }", "titl...
[ { "docid": "08c154d8464c5b57e8bb13a95704589c", "score": "0.65669733", "text": "public Command performCommand(CommandTypes commandType);", "title": "" }, { "docid": "5b6c82e548344a31d98bcb526b31e571", "score": "0.6467111", "text": "Command createCommand();", "title": "" }, { ...
03a5ec72a07613f73b9f6fb406ac8bae
When mouse released replace/update the image ..
[ { "docid": "647d0c699b4079fe40f6e52d973e773b", "score": "0.77180266", "text": "@Override\r\n\t\t\tpublic void mouseReleased(MouseEvent e) {\n\t\t\t\tif(tempImage != null) {\r\n\t\t\t\t_image = tempImage.clone();\r\n\t\t\t\t}\t\t\t\t\r\n\t\t\t}", "title": "" } ]
[ { "docid": "4c9883b16ba3e83ca5c6cab4f24f6c01", "score": "0.7050376", "text": "public void imageDown()\n {\n\n changeImage(textureRegionMainClicked);\n }", "title": "" }, { "docid": "875d1bc368d52528ce90ee9eacb215a5", "score": "0.70457137", "text": "public void mouseRelea...
4caa1471c08cca5d1d387f833dd75244
OnSessionExpired handler, a handler that is called when ZooKeeper connection is lost
[ { "docid": "9ed69efcb7c402c218457d590bd09ba1", "score": "0.59946525", "text": "public interface OnSessionExpired extends Runnable {\n }", "title": "" } ]
[ { "docid": "3cbe7a41d4c98bc58d0093ee1e8f1042", "score": "0.6375864", "text": "public void onSessionDestroyed() {\n }", "title": "" }, { "docid": "8f9423c61af3584d8613a56ae9f87156", "score": "0.63117707", "text": "@Override\n public void sessionDestroyed(HttpSessionEvent se)...
cd5735c281b7b7bc89011a63f3d828d3
check if a key exists
[ { "docid": "c7f81cf07135da8712467708e560d107", "score": "0.7383564", "text": "public Boolean hasKey(String key) {\n try {\n return redisTemplate.hasKey(key);\n } catch (Exception e) {\n e.printStackTrace();\n return false;\n }\n }", "title": "...
[ { "docid": "0b5dbf9be33d07449bbf58875e3554ab", "score": "0.87333477", "text": "boolean keyIsExists(String key);", "title": "" }, { "docid": "effe7ce5782e7be827b89c4f9aa56a41", "score": "0.8500001", "text": "boolean exists(String key);", "title": "" }, { "docid": "242faf53...
4c1e58ce6742b3a5673b14c506a40240
string schema = 5;
[ { "docid": "b93065bff4e4d1fff6bc4fdde4dd7666", "score": "0.5372336", "text": "public java.lang.String getSchema() {\r\n java.lang.Object ref = schema_;\r\n if (ref instanceof java.lang.String) {\r\n return (java.lang.String) ref;\r\n } else {\r\n com.google.protobuf.ByteStri...
[ { "docid": "1ecbb8d3baf400be31b659adee455b02", "score": "0.67606777", "text": "public void setSchema(String string) {\n schema = string;\n }", "title": "" }, { "docid": "b97e8f95fb5cae9cda646c284cdeed8e", "score": "0.6413136", "text": "java.lang.String getSchema();", "t...
e75c39b88dec7601414f25f52abf54a7
this function scans the tree and prints the tree nodes horizontally, by inserting the nodes into a queue and working on one node each time, after printing the node the queue will dequeue the node from the queue.
[ { "docid": "a3bce8242c108dc8888bea86ea9699f2", "score": "0.0", "text": "public String BFS(Queue q, String ans){\n\t\twhile(!q.isEmpty()){//while the queue is not empty\n\t\t\tQNode d=q.dequeue();\n\t\t\tBTreeNode node=d.getNode();\n\t\t\tans=ans+d.getData();\n\t\t\tif(!node.isLeaf()){\n\t\t\t\tfor(int i...
[ { "docid": "c74e6910d9e96e0bcfd69e9491f7a389", "score": "0.7706067", "text": "public void printTree(Node root) {\n\t if (root == null) //if the tree is empty then return\r\n\t return;\r\n\r\n\t Queue<Node> queue = new ArrayDeque<>(); //I make an arrayDeque so I can go through the tree more ...
2c2670f8b27c3c9993a99fdd67d8caea
Quantidade de pessoas na lista.
[ { "docid": "e5a06c00c945b77403553cf75060387f", "score": "0.6046061", "text": "public int getQuantidade() {\n return this.quantidade;\n }", "title": "" } ]
[ { "docid": "ea3cc847b4162904af207bf9e31d1177", "score": "0.7090545", "text": "public void setQuantidade(List<Integer> quantidade) {\n this.quantidade = quantidade;\n }", "title": "" }, { "docid": "548655938445f8ae5d6d7705bc41c86f", "score": "0.65288275", "text": "Number qua...
065c1e6cab12603fa6a6436d46dc1b7e
A native method that is implemented by the 'nativelib' native library, which is packaged with this application.
[ { "docid": "2d223b750c7e97350bb930caa2d2fa37", "score": "0.0", "text": "public native String editTextFromJNI(String str);", "title": "" } ]
[ { "docid": "15110f781cbdceb327606d83f02047c8", "score": "0.75470567", "text": "private native String native_init();", "title": "" }, { "docid": "174c06280942821a79d43cc05728e314", "score": "0.72719586", "text": "public native String sayHello();", "title": "" }, { "docid":...
fe83b80e949c139a945a24de09ca65b4
Updates the confidentiality and also checks/sets the data pool selector to match the data pool of the specified confidentiality
[ { "docid": "3acf46c8769cb837817fe5a6ae6ee065", "score": "0.6860416", "text": "public void setConfidentiality(mlsConfidentiality conf) {\n if (conf != null) {\n mlcClient dp = (mlcClient) DataPoolCombo.getSelectedItem();\n if (dp == null || dp.getId() != conf.getClient().getI...
[ { "docid": "a6146184ef5d5e17566bee06f17f1ec8", "score": "0.6263907", "text": "public void setDataPool(mlcClient dataPool) {\n if (dataPool != null) {\n DataPoolCombo.setSelectedItem(dataPool);\n adjustConfidentialityCombo2DataPool();\n }\n }", "title": "" }, ...
17f22854cb3d1aa41af0712458727cb2
Adds the specified slice definition to the schema if it doesn't already exist.
[ { "docid": "714d0d68408889aa1c0b50a2f65adf8b", "score": "0.0", "text": "void addExtendedReferenceType(ExtendedReferenceTypeDefinition ertd) throws ResultException, DmcValueException {\n if (checkAndAdd(ertd.getObjectName(),ertd,extendedReferenceTypeDefs) == false){\n \tResultException ex =...
[ { "docid": "925d4ae67baf66239964f99c012ac63f", "score": "0.6160617", "text": "void addSlice(SliceDefinition sd) throws ResultException, DmcValueException {\n if (checkAndAdd(sd.getObjectName(),sd,sliceDefs) == false){\n \tResultException ex = new ResultException();\n \tex.addError(c...
1d6755f8da18eb2bfbd8bebbf104593f
Created by Alex on 15.05.2017.
[ { "docid": "76a3ec00214d89a740767c5388794931", "score": "0.0", "text": "public interface RepositoryProductsI {\n RealmResults<Product> getListProductsAll();\n Product save(Product product);\n Product getProductById(long id);\n}", "title": "" } ]
[ { "docid": "5d259e9a9ed31ac29902b25db191acd1", "score": "0.56584555", "text": "@Override\n\tpublic void bewegen() {\n\t\t\n\t}", "title": "" }, { "docid": "10ead2e988bf977cb8edb2bacf974891", "score": "0.56391656", "text": "@Override\n\tprotected void init() {\n\t\t\n\t}", "title"...
f20ab23f9592d2b3475fb6dc2a6a1304
Tries to insert all unvisited sets in routes
[ { "docid": "4f8f8678c1cc6039aeeef207f4a3dffa", "score": "0.6158834", "text": "public static void fixSolution(boolean [] visitedSets, Solution solution) {\r\n\t\t/* Remaining sets, ordered from with most demand to least demand */\r\n\t\tTreeSet<CustomerSet> remainingSets = new TreeSet<CustomerSet>((c1,c2...
[ { "docid": "39c41a81fcd840cfc0d1cf42f31014e1", "score": "0.5884176", "text": "protected void initUnvisitedurls()\r\n {\r\n if (collUnvisitedurls == null)\r\n {\r\n collUnvisitedurls = new ArrayList();\r\n }\r\n }", "title": "" }, { "docid": "e69bda3e41e3...
0d734591ab4a1ebc3630f8e26fe96a43
/ UNION Merge the two given itemSets to create a new itemSet. Note that given itemSets may not be disjoint.
[ { "docid": "ffdf27583576890aa383ccd604435b9d", "score": "0.7471782", "text": "protected short[] union(short[] itemSet1, short[] itemSet2) {\r\n // check for null sets\r\n if (itemSet1 == null) {\r\n if (itemSet2 == null) return(null);\r\n else return(itemSet2);\r\n ...
[ { "docid": "dde601116c9957569750c5ef4e3d0e22", "score": "0.7149343", "text": "public Set<T> tryJoinItemSets(List<T> itemSet1, List<T> itemSet2) {\n\n\t\tSet<T> joinItemSets = new TreeSet<T>();\n\t\tint size = itemSet1.size();\n\t\tfor (int i = 0; i < size - 1; ++i) {\n\t\t\tjoinItemSets.add(itemSet1.get...
1da6865b3d61dc3fa2b1a020419d7b5c
Save an existing Timeentry entity
[ { "docid": "aaf2d211e28d9dadd62852d88ffc520d", "score": "0.5976348", "text": "@RequestMapping(\"/saveTaskTimeentries\")\r\n\tpublic ModelAndView saveTaskTimeentries(@RequestParam Integer task_taskId, @ModelAttribute Timeentry timeentries) {\r\n\t\tTask parent_task = taskService.saveTaskTimeentries(task_...
[ { "docid": "d4581ecd44b625ed937f44ea39bfe513", "score": "0.63918674", "text": "<S extends PortfolioActivity> S save(S entity, Date currentTime);", "title": "" }, { "docid": "0fa2512d925c8971a6d3bd84a865cab0", "score": "0.6368039", "text": "DeliveryTimeDto save(DeliveryTimeDto deliver...
176e6d7423cfb26135d0b9b3c3709bc6
Sets the confirm o k of this payment request.
[ { "docid": "d1a7b0c983c6f5491f05dd5284ab5f91", "score": "0.61461884", "text": "public void setConfirmOK(int confirmOK);", "title": "" } ]
[ { "docid": "12f1e90501581447cd5e27832f033c66", "score": "0.6131112", "text": "public Builder setConfirmRate(gfp2p.Api.RequestConfirmRate value) {\n if (confirmRateBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n value_ = va...
05ecd5c343c0304e36511b367758e7fd
transact a string query to CommandParse and return the executed result.
[ { "docid": "d5f5f56c624daed4d2e1fff7a71dbcde", "score": "0.6868111", "text": "public String transact(String query) {\n return CommandParse.eval(query);\n }", "title": "" } ]
[ { "docid": "b2da11b35bc19a555387fd4728dc0b94", "score": "0.6465098", "text": "CommandResult execute(String commandText) throws CommandException, ParseException;", "title": "" }, { "docid": "b2da11b35bc19a555387fd4728dc0b94", "score": "0.6465098", "text": "CommandResult execute(String...
27f78edb38dba4a9ae1e11568def717a
Lista todas las Granjas
[ { "docid": "6bcccee96759eb415874db2c7fbda3c4", "score": "0.67465997", "text": "public List<Farm> listarGranjas() {\r\n\r\n\t\tList<Farm> granjas = new ArrayList<>();\r\n\r\n\t\ttry {\r\n\r\n\t\t\tString sql = \" SELECT * FROM granjas \";\r\n\t\t\tStatement st = con.getConexion().createStatement();\r\n\t...
[ { "docid": "f9a015c6ea800e8e177f9872e9e1bb77", "score": "0.6657498", "text": "String getGrasas();", "title": "" }, { "docid": "cb9e0eef08feef0856e94c69fa394749", "score": "0.6460726", "text": "public void Listar(){\n System.out.println(\"Elementos de las Patentes\");\n for ...
428b1d06f620d244470d1379f766c9a6
Gets the attribute value for LOOKUP_TYPE using the alias name LookupType.
[ { "docid": "effe870354e825abcc6a21615714ec27", "score": "0.75447875", "text": "public String getLookupType() {\r\n return (String) getAttributeInternal(LOOKUPTYPE);\r\n }", "title": "" } ]
[ { "docid": "ed6790edf5af1748116c2fec92b1f135", "score": "0.6410267", "text": "public final String getLookupName() {\n return _type.getLookupName();\n }", "title": "" }, { "docid": "57e60f4c0d11d6c6a199b12f8d34a5c9", "score": "0.60104305", "text": "public String getLookupCod...
31c1f9c2e8995ff4f6f83cdd903a6efc
Generated method Getter of the StoreEmployeeGroup.store attribute.
[ { "docid": "43329e246e773a66ca4fd50b392bc581", "score": "0.5076131", "text": "public PointOfService getStore(final SessionContext ctx)\n\t{\n\t\treturn (PointOfService)getProperty( ctx, STORE);\n\t}", "title": "" } ]
[ { "docid": "48dbf70abf62b9df80df0e030bd6340a", "score": "0.7051653", "text": "public String getStore() {\r\n return store;\r\n }", "title": "" }, { "docid": "815582df800bf9621142caf81e0f20f6", "score": "0.70273304", "text": "public String getStore() {\n return store;\n ...
b687d39cbe9159dba12cdca21ee86967
/ / Constructors /
[ { "docid": "f6cfefab48d2ddfb04838e0ebf8cee72", "score": "0.0", "text": "public AnalyzerReport(AnalyzerCalc calc, AnalyzerParms parms)\n {\n // Catch problems early.\n if ((calc == null) || (parms == null))\n {\n String msg = \"Null argument received by AnalyzerReport constructor.\";\n ...
[ { "docid": "baa7a60bd2c741406a60939eeef15a48", "score": "0.74631715", "text": "private New() {\n\t}", "title": "" }, { "docid": "a4a8b7469ea9ee5b218cdc6e6d1bfc4b", "score": "0.71875674", "text": "public Es1_1_13(){}", "title": "" }, { "docid": "194c2a850c541caa34cbd2f0820...
24e6a97fdd79b41677c1aada46cd4c6a
/................................................................................................../ displaying two dimensional array in double
[ { "docid": "3f62bb55ae7a60397d402ccccf0cddd0", "score": "0.62713635", "text": "public static boolean displayArraysInDouble(double a[][],int rows,int cols)\n {\n \ttry( PrintWriter pw=new PrintWriter(new OutputStreamWriter(System.out),true))\n \t{\n \t for(int i=0;i<rows;i++)\n \t\t \n ...
[ { "docid": "958660309569effb87d71d7db9822f53", "score": "0.71382236", "text": "private static void show(double[][] a)\r\n\t{\r\n\t\tfor (int i = 0; i < a.length; i++)\r\n\t\t{\r\n\t\t\tfor (int j = 0; j < a[i].length; j++)\r\n\t\t\t\tSystem.out.printf(\"%.6f \\t\", a[i][j]);\r\n\t\t\tSystem.out.println(...
9fb577e9bcd787167dbaebfdebbca37c
Converts PDF document (located on storage) to LaTeX format and uploads resulting file to storage (asynchronously)
[ { "docid": "a4f23c71fe855398368dd53a2579ebe7", "score": "0.5238129", "text": "public com.squareup.okhttp.Call putPdfInStorageToLaTeXAsync(String name, String outPath, Integer pagesCount, String folder, final ApiCallback<File> callback) throws ApiException {\n\n ProgressResponseBody.ProgressListen...
[ { "docid": "abfbd0ad514683a36343d6fdd2797b9b", "score": "0.6127498", "text": "public interface PDFConverter {\n\n /**\n * Reads input html file content and returns it as string.\n *\n * @param htmlFile input html file to read content\n * @return content of given html file\n * @throws IOExcept...
c4294cb9e23b375b37f8deb8ed8c79be
moment ou on envoie au Kmeans
[ { "docid": "a0374e72603a74bb9d12a5a4adfc3d3c", "score": "0.50955963", "text": "private void process() {\n\n Cluster current=_clusters.get(0);\n while (!current.isValid()) {\n KMeans kmeans=new KMeans(K,current);\n for (Cluster cluster : kmeans.getResult())\n ...
[ { "docid": "0e1a7e8d2a87ffb5ac65f79601db2e5f", "score": "0.5496115", "text": "public void setCentroidsAsMeans();", "title": "" }, { "docid": "114a00b23ca3fb0a822313f34976bef4", "score": "0.54890484", "text": "public String Km() throws Exception {\n int x = 0;\n ...
c82adf2219d4bc9a33543234a5563a0c
Clears the gui board of all chess pieces.
[ { "docid": "b7dcc76ca6b55339e3cc4a7b361b636a", "score": "0.70089626", "text": "private void clearBoard() {\n gPane.getChildren().removeIf(child -> child instanceof ImageView);\n }", "title": "" } ]
[ { "docid": "903aabd743981ad08a8679d3cac8e1cc", "score": "0.7989635", "text": "public void clearBoard() {\n for(int r = 0; r < 8; r++) {\n for(int c = 0; c < 8; c++) {\n if(chess.pieceAt(r, c) != null && !(chess.pieceAt(r, c) instanceof King)) {\n chess...
89d65fb09b93c0ef71a5716ab4a723db
This method removes the map from the cache if index information for this map is loaded(size>0), index information entry in cache will not be removed if it is in the loading phrase(size=0), this prevents corruption of totalMemoryUsed. It should be called when a map output on this tracker is discarded.
[ { "docid": "9ec493f44a32f969fcdc2d6e4dd9ef42", "score": "0.78577983", "text": "public void removeMap(String mapId) {\n IndexInformation info = cache.get(mapId);\n if (info == null || isUnderConstruction(info)) {\n return;\n }\n info = cache.remove(mapId);\n if (info != null) {\n ...
[ { "docid": "c5b9be2331b3a0ef0ff0f40eaa378f49", "score": "0.77104867", "text": "public void clear() {\n map.clear();\n cacheHitCont = 0;\n cacheMissCount = 0;\n }", "title": "" }, { "docid": "e924409db138cb31cfea804172fab45e", "score": "0.70912963", "text": "protecte...
6098fdb54f61a9ea66702a9aeaba9f08
Return true if the supplied Map is null or empty. Otherwise, return false.
[ { "docid": "5cc07f83c84ef748c3c6f9268ec162fc", "score": "0.8324061", "text": "public static boolean isEmpty(Map<?, ?> map) {\n return (map == null || map.isEmpty());\n }", "title": "" } ]
[ { "docid": "ce3f18ef26e112a8c2805e678208b013", "score": "0.84898627", "text": "public static boolean isNotEmpty(Map<?, ?> map) {\r\n return map != null && !map.isEmpty();\r\n }", "title": "" }, { "docid": "d5727dc73755ad5635ec305bcee64980", "score": "0.8462528", "text": "pu...
8dc3864e8f5ac3df2e81520550407963
Reads input fiels and compare sources inside it
[ { "docid": "182e7596d9c25bf10bc131bd294210f0", "score": "0.0", "text": "private void compareSources(String pathToDirectory) {\n directoryPath = pathToDirectory.replaceAll(\".zip\", \"\");\n\n if (!directoryPath.equals(\"none\")) {\n sourceComparator.clearComparatorData();\n ...
[ { "docid": "21d74f3fe979aee47501aabac53471b9", "score": "0.61571085", "text": "public static void readSource () {\n\n try {\n source = Files.lines(Paths.get(input));\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "title": "" }, { "d...
ff40cb2a4280b23ff99d912b2b544057
Deletes an organization from the server, and if successful, updates the list by removing it on the client.
[ { "docid": "7c077e1ffc5fc032b8ae247f14dcbe5c", "score": "0.5316174", "text": "@SuppressWarnings(\"unchecked\")\n\tpublic void run()\n\t{\n\t\tMessageBox messageBox = new MessageBox(Display.getCurrent().getActiveShell(), SWT.YES | SWT.NO | SWT.ICON_QUESTION);\n\t\tmessageBox.setMessage(\"Are you sure you...
[ { "docid": "bffe531b4c0079bae7e1bee4a14ac230", "score": "0.71684945", "text": "boolean delete(String organizationId);", "title": "" }, { "docid": "c2435d435ca11b7def72fceaedaee3ed", "score": "0.6665808", "text": "@Override\n public void delete(Organization organization) {\n\n }...
a84e4d0d8c247056bc6857bd87534cae
Specify the most aggressive keepalive time clients are permitted to configure. The server will try to detect clients exceeding this rate and when detected will forcefully close the connection. The default is 5 minutes. Even though a default is defined that allows some keepalives, clients must not use keepalive without ...
[ { "docid": "790b980cd824b335cfa996a2763df455", "score": "0.60650873", "text": "public GateWayServerBuilder permitKeepAliveTime(long keepAliveTime, TimeUnit timeUnit) {\n checkArgument(keepAliveTime >= 0, \"permit keepalive time must be non-negative\");\n permitKeepAliveTimeInNanos = timeUn...
[ { "docid": "9d15e09cf81583985854ba1900acf522", "score": "0.7005249", "text": "public void setKeepAliveTime(long keepAliveTimeMs);", "title": "" }, { "docid": "7fdb02bcffaffaf67fb2aad35612241e", "score": "0.62969196", "text": "public static int getKeepAliveInterval() {\n return...
ab9cba97c8bf6954117075ccff3160e6
As part of the save transaction, when a PO is in a "C"ompleted state, the replacement unit (when one exists) information should be captured and saved on the PO for historical reference.
[ { "docid": "67105f0c5d039335b6c415b7e6a3cb49", "score": "0.5498494", "text": "private void captureReplacementUnitInfo(MaintenanceRequest mrq){\t\n\t\tContractLine contractLine = null;\n\t\t\n\t\tif(mrq.getMaintReqStatus().equals(MaintenanceRequestStatusEnum.MAINT_REQUEST_STATUS_COMPLETE.getCode())){\n\t...
[ { "docid": "d2f6f2b29f6b39ac0671947e8727e9c9", "score": "0.5899774", "text": "public void saveExisting() {\r\n Part modifiedPart = null;\r\n for (Part part : Inventory.getAllParts()) {\r\n if (Integer.parseInt(iDfield.getText()) == part.getId()) {\r\n modifiedPart...
f8728a8c7132194725f9f34a5d8b0e8d
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGenstart()
[ { "docid": "5b126a40dc250fc237c3195b025b0404", "score": "0.707595", "text": "public interface Example1Constants {\n\n /** End of File. */\n int EOF = 0;\n /** RegularExpression Id. */\n int INT = 5;\n\n /** Lexical state. */\n int DEFAULT = 0;\n\n /** Literal token values. */\n String[] tokenIma...
[ { "docid": "b22f21d74266d5e92ae1a28032c77965", "score": "0.723068", "text": "public interface ParserConstants {\n\n /** End of File. */\n int EOF = 0;\n /** RegularExpression Id. */\n int num = 1;\n /** RegularExpression Id. */\n int bool = 2;\n /** RegularExpression Id. */\n int letra = 3;\n /...
3196456730bc048a4e19002c6fc76f41
Returns the value of the 'Pricing Currency Code' BBIE Order. Pricing_ Currency. Code The currency that is used for all prices in the Order 0..1 Order Pricing Currency Code Currency_ Code. Type
[ { "docid": "e5ef4a950ddcd350c65e03f879342d2e", "score": "0.76450175", "text": "public PricingCurrencyCodeType getPricingCurrencyCode() {\r\n\t\treturn (pricingCurrencyCode == null) ? new PricingCurrencyCodeType()\r\n\t\t\t\t: pricingCurrencyCode;\r\n\t}", "title": "" } ]
[ { "docid": "3413b6be060857cf1ccce3dc57d149da", "score": "0.7332289", "text": "CurrencyCodeType getCurrencyCode();", "title": "" }, { "docid": "b48cd6492fd91ec33784fcf5baa1de75", "score": "0.69926476", "text": "java.lang.String getCurrencyCode();", "title": "" }, { "docid"...
ffe88f2a236dfaa61ffbbf5f0624e837
Close the Database Helper when paused
[ { "docid": "ad70346ab3552b4ea2970bb969cc8f16", "score": "0.7929614", "text": "@Override\n public void onPause() {\n super.onPause();\n dbh.close();\n }", "title": "" } ]
[ { "docid": "eb000f941de9b1475c336a29fdaf4685", "score": "0.81022894", "text": "@Override\n protected void onPause() {\n dbAccess.closeDatabase();\n super.onPause();\n }", "title": "" }, { "docid": "b5f4efb5bae1ab99e2ae96af62df89f2", "score": "0.7726884", "text": "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0c54bfd2d71591623d654fbd6278de15", "score": "0.0", "text": "@Override\n\tpublic int compareTo(SpotEntity o) {\n\t\treturn this.getId().compareTo(o.getId());\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}"...
973fc3b602906a18f114ffcaec87ae1f
A string representation of this object
[ { "docid": "fc3affd611ab55ab98151ebe60c50d10", "score": "0.0", "text": "@Override\n\tpublic String toString() {\n\t\treturn \"SurveyWithAnswers [survey=\" + survey + \", answers=\" + answers\n\t\t\t\t+ \"]\";\n\t}", "title": "" } ]
[ { "docid": "b92616b112a919db6b55a926442ba938", "score": "0.8530862", "text": "public String toString(){\n\t\treturn this.toJson();\n\t}", "title": "" }, { "docid": "b29e166a3a94bbcfa067744674ad572a", "score": "0.8519768", "text": "public String toString()\n\t{\n\t\treturn this.toJSON...
aa0fda39fd8ecadb75d30491aea23349
Sets up the timer's view
[ { "docid": "da14f76de59e128f91606876bd15552a", "score": "0.74158704", "text": "private void SetUpView(final TimerHolder holder) {\n holder.NameTextView.setText(holder.Timer.getTimerName());\n\n //This can just be called more times when running!\n holder.TimeLeftTextView.setText(hold...
[ { "docid": "704c3454a2063285e190a88838ee2164", "score": "0.7103547", "text": "public void startTimer(View view) {\n\t\tcountDownTime = 10000;\n\t\tstartTimer(countDownTime);\n\t}", "title": "" }, { "docid": "9dcb38ee0b2e6951a4077c4000af300e", "score": "0.6770242", "text": "private vo...
d10575e06a89708e2b1c107e41ccf167
Get the qualified network service package.
[ { "docid": "81969bbd326271d6e2a0120db080095d", "score": "0.72434413", "text": "private String getQualifiedNetworksServicePackageName() {\n // Read package name from the resource\n String packageName = mPhone.getContext().getResources().getString(\n com.android.internal.R.str...
[ { "docid": "28c890ae5411047025de3e1a49efa3d9", "score": "0.6870159", "text": "ServicePackage getServicePackage();", "title": "" }, { "docid": "b02a30e3b65ca5f0212dcd54bd274bf6", "score": "0.6649072", "text": "String getPackage();", "title": "" }, { "docid": "153d3608a6c6e...
4ca5b3e9aef440757972c1ba32e29276
Will return Server Details for a Server.
[ { "docid": "d169f425cefe6ce8a3f8731bd045b418", "score": "0.71804166", "text": "public ServerBean getServerDetailsByServerId(@Param(\"serverId\") Integer serverId);", "title": "" } ]
[ { "docid": "c7e6db42a5e1d2567a62402689a08f77", "score": "0.7697752", "text": "public List<ServerBean> getServerDetails();", "title": "" }, { "docid": "7b879a4de5a1c0e34996092dd6ba1b1d", "score": "0.681424", "text": "@GetMapping(value = \"/serverDetailsFromDb\")\r\n\tpublic ServerDeta...
d7c3c4705256765b245b254e7caf495a
Computes the hash code of a string and adds the string to anagramTable
[ { "docid": "f7b3b1c1e1e09ea5fc491165000fa61b", "score": "0.5660403", "text": "private void addWord(String s) {\r\n\t\tLong sHash = myHashCode(s);\r\n\t\tArrayList<String> curStrList;\r\n\t\tif (anagramTable.get(sHash) != null) {\r\n\t\t\tcurStrList = anagramTable.get(sHash);\r\n\t\t} else {\r\n\t\t\tcur...
[ { "docid": "84a5adfbdd4430cf77250383ed834868", "score": "0.6830935", "text": "private char[] anagram(String str) {\n char[] bitmap = new char[26];\n for (char c : str.toCharArray()) {\n bitmap[c - 'a']++;\n }\n return bitmap;\n }", "title": "" }, { "...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "f76683c2859238b321cb4692c8477c7e", "score": "0.0", "text": "void mo85225a(ChatMessage chatMessage);", "title": "" } ]
[ { "docid": "937780f4f035d57e7a7e7267f6580385", "score": "0.6369484", "text": "public interface C0257a {\n /* renamed from: a */\n void mo786a();\n }", "title": "" }, { "docid": "e64b0e78a1866c07d6a7a8de5ad114d6", "score": "0.63654995", "text": "public a a(ao.a ☃) {\r...
1fa834c9d673dc94b222f46fa8f6dd81
Removes a property and its value from project configuration.
[ { "docid": "8681bd6f8a889dbef0e4d6bb4ff478be", "score": "0.6156988", "text": "void removeSetting(String value);", "title": "" } ]
[ { "docid": "98c76bf43d099c3a877e166da128920f", "score": "0.69349045", "text": "default void deleteProperty(RepoPath repoPath, String property) {\n }", "title": "" }, { "docid": "d9eeab49b94fae3d303ad8a67cb94b69", "score": "0.6864473", "text": "public void deleteProperty(property p...
775f0fed84dcb14d8137da539f46a1b9
/ for a configured while, wait on take, if still does not get register listener and move out
[ { "docid": "00e58b68d4a209e18c83e664521d4e19", "score": "0.0", "text": "public synchronized T take(){\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "165119d45a4288b75390e2da65994769", "score": "0.6340042", "text": "private void waitAndRecognizeAgain(){\n Handler handler = new Handler();\n\n handler.postDelayed(new Runnable() {\n @Override\n public void run() {\n ON_GOING_FACE = false;\n ...
0a5e6c515eb22c5de433576d2a2427f2
Tests that the disk region statistics are updated correctly for persist backup regions.
[ { "docid": "db0591da8991c7515a11f34cd58359e6", "score": "0.8066627", "text": "@Test\n public void testBackupStatistics() {\n region = cache.<Integer, String>createRegionFactory(RegionShortcut.REPLICATE_PERSISTENT)\n .setScope(Scope.LOCAL).setDiskSynchronous(true).setDiskStoreName(diskStore.ge...
[ { "docid": "48b410ebf9b8dd54fe232670d01f89bd", "score": "0.5975913", "text": "@Test\n public void testDiskRegionOverflow() {\n DiskRegionStats diskStats = diskRegion.getStats();\n EvictionCounters lruStats = getLRUStats(region);\n\n IntStream.range(0, MAX_ENTRIES + 1).forEach((i) -> region.put...
9d8849085131a7b02e2c1fc78e3aff98
This method was generated by MyBatis Generator. This method returns the value of the database column product_coment.update_time
[ { "docid": "977f02a3e8a1826c5723aba24f0fa78a", "score": "0.66893566", "text": "public Date getUpdateTime() {\n\t\treturn updateTime;\n\t}", "title": "" } ]
[ { "docid": "9a438c941c50abbf5cb125f5cdd751ac", "score": "0.74156326", "text": "public Date getUpdate_time() {\n return update_time;\n }", "title": "" }, { "docid": "b779a8a4b0bb32d3ea7d5cb31e7e6428", "score": "0.7365023", "text": "public Integer getUpdatetime() {\n r...
6fb547ae07a66999e7fbb388139d3efb
Gets the IDs of all categories with the given name.
[ { "docid": "e1b35e2326f86f53510c72a467103631", "score": "0.7422699", "text": "private ArrayList<Integer> getCategoryIdByName(SQLiteDatabase db, String categoryName) {\n ArrayList<Integer> categoryIds = null;\n Cursor cursor = null;\n try {\n cursor = db.rawQuery(\"SELECT ...
[ { "docid": "42bb69257db663817fd3b6c82012f164", "score": "0.6970815", "text": "@Override\n\tpublic List<Category> findByName(String name) {\n\t\treturn cR.findByName(name);\n\t}", "title": "" }, { "docid": "c68738c04e71146c975d91d87f403ccb", "score": "0.649136", "text": "@Override\n\t...
3a74268ea5c366261c2bd323501a53f9
Override this to provide the UI that goes into the presentation. This works somewhat like a fragment's onCreateView().
[ { "docid": "359a8b9f2a67439d18cf7773f74735c1", "score": "0.0", "text": "protected abstract View buildPresoView(Context ctxt,\n LayoutInflater inflater);", "title": "" } ]
[ { "docid": "27413e48317b59f56111430c50228fa5", "score": "0.7119263", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_new_medical, container, f...