query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
5655070b9db44543540acfeac5d6a661
onclick method to add a new crime to the list of crmes
[ { "docid": "8626d56b54756543eb2383d3680ab08f", "score": "0.5795276", "text": "@Override\n public void onClick(View view) {\n if (view.getId() == addCrime.getId()) {\n // if recycler view is empty and hsowing add button perform menu add item click on this button aswell\n A...
[ { "docid": "16afd75a213eae5e29d5392834606217", "score": "0.7526754", "text": "public void addCrime(Crime c) {\n // crimes.add(c);\n\n //get the values for the Crime and insert it in the dataBase\n ContentValues values = getContentValues(c);\n dataBase.insert(CrimeSQLliteTabl...
2a616e3978441e3b7ecf70aa3f9cebe1
Query the storage configuration.
[ { "docid": "0b1cccdff5f2ca468619f3e436a9a36a", "score": "0.0", "text": "private StorageState getStorageState()\n {\n if (leafInstructions != null)\n {\n return StorageState.Variable;\n }\n else if (insn3 != null)\n {\n assert (insn1 != null && ...
[ { "docid": "508dd3a3a173e9aebb80e20ab28e3f97", "score": "0.68370503", "text": "private Storage getStorageConfig() {\n return StorageOptions.newBuilder()\n .setCredentials(googleCloudInstance.getCredentials())\n .setProjectId(googleCloudInstance.getProjectId())\n ...
c11b65ec0e7269309b8be6fb0cd6d0dc
/ Async call to remove work order from queue
[ { "docid": "454c2132ea2915fee4f7c6d7bb10871f", "score": "0.74698323", "text": "@Override\n @Async(value = \"queueWriteTaskExecutor\")\n public Future<Boolean> removeWorkOrder(Long id) {\n\n log.info(\"Enter removeWorkOrder for id : {}\", id);\n\n final RScoredSortedSet<Long> queue = ...
[ { "docid": "f1e10a55bb72bf45985a81c5442b023f", "score": "0.6545943", "text": "@Override\n @Async(value = \"queueWriteTaskExecutor\")\n public Future<Optional<QueuedWorkOrder>> popWorkOrder() {\n\n /*\n Get top from each queue\n Pick one that is first according to sorting\n ...
4832aeb7547b36833ec5b151e2a3d6f9
getter for player allocation country
[ { "docid": "5dde8ea679a989198ede46327b326dd3", "score": "0.79835784", "text": "public JTree getPlayerAllocationCountry() {\n\t\treturn playerAllocationCountry;\n\t}", "title": "" } ]
[ { "docid": "2a185d5046619d3d8354a743770e34df", "score": "0.7361692", "text": "java.lang.String getCountry();", "title": "" }, { "docid": "dfa1468964a51841e7ce298d71c710b9", "score": "0.7007283", "text": "public String getCountry() {\r\n return country;\r\n }", "title": ...
b121657228284174e3af0ecf41bf1591
Sets the data type of the concept
[ { "docid": "d3b72a03643f2544a9ee679ddb58f2af", "score": "0.7218773", "text": "public void setType(DataType type) {\n this.type = type;\n }", "title": "" } ]
[ { "docid": "f58bedd2d440dcc8918f934bad1b4e70", "score": "0.7706887", "text": "void setDataType(DataType dataType);", "title": "" }, { "docid": "1615168396ec6482723b106780354945", "score": "0.73548615", "text": "@Override\n public void setDataType(DataType dataType) {\n }", ...
c06eec0d931590460fe63a0ad7a2341b
Set the 3 "other" options to be listed. They will not necessarily appear in this order.
[ { "docid": "5da59aa990eea41bf720000acf7b6cd8", "score": "0.455198", "text": "public Builder setOptions(final String optionKey1, final String optionKey2, final String optionKey3) {\n\t\t\tthis.optionTranslationKey1 = optionKey1;\n\t\t\tthis.optionTranslationKey2 = optionKey2;\n\t\t\tthis.optionTranslatio...
[ { "docid": "b03cbc200ed2faa73ba3958064ef1598", "score": "0.59693104", "text": "public void setOthersItems() {\n\t\tothersList.put(ShopItems.COOKED_STEAK.getID(), ShopItems.COOKED_STEAK);\n\t\tothersList.put(ShopItems.COOKED_CHIKEN.getID(), ShopItems.COOKED_CHIKEN);\n\t\tothersList.put(ShopItems.COOKED_P...
18f7c83f4e3180f92c0b09faa8132ec3
Create MC Question This function creates an array list of user entered data. This array list is stored and later used for testing.
[ { "docid": "841a2c66bb5e855a3ecb17dcfe3e5933", "score": "0.0", "text": "public static void createQuestion() {\n // Create Frame\n final JFrame frame = new JFrame();\n Container Answer2Panel = frame.getContentPane();\n\n Answer2Panel.setLayout(new BoxLayout(Answer2Panel, BoxLa...
[ { "docid": "c1bb63388a65ecbd48965ed78baf5bbc", "score": "0.6868456", "text": "public void createQuestions(Scanner input){\n System.out.println(\"Please type the amount of questions you wish to create.\\nIn this version the maximum amount of questions you can create is: 10\");\n String numb...
a6e43bb730b872ef34b2dc7b49d78660
V2 format specific: merges the metadata files of sharded checkpoints. The result is one logical checkpoint, with one physical metadata file and renamed data files. Intended for "grouping" multiple checkpoints in a sharded checkpoint setup. If delete_old_dirs is true, attempts to delete recursively the dirname of each p...
[ { "docid": "63b6d83b4611985615d3d8886c3b1665", "score": "0.49230945", "text": "public MergeV2Checkpoints mergeV2Checkpoints(Operand<TString> checkpointPrefixes,\n Operand<TString> destinationPrefix, MergeV2Checkpoints.Options... options) {\n return MergeV2Checkpoints.create(scope, checkpointPref...
[ { "docid": "bbf317cdfe32848619c30f0861e6f473", "score": "0.44047382", "text": "void serialize(CheckpointMetadata checkpointMetadata, DataOutputStream dos) throws IOException;", "title": "" }, { "docid": "d80d9dca4cadafb56a9d154fdee2a6cf", "score": "0.40309584", "text": "@Test\n publ...
2feb8883c58f48de4a7b01b88506c909
Test of getMeanRate method, of class RateList.
[ { "docid": "5b7562c6daaed6e42ead95b66dc5d0a4", "score": "0.8216469", "text": "@Test\n public void testGetMeanRate() {\n System.out.println(\"getMeanRate\");\n RateList instance = new RateList();\n Rate r2 = new Rate(4);\n Rate r3 = new Rate(3);\n Rate r4 = new Rate(...
[ { "docid": "7d85610e6739923859ba2009fe10388a", "score": "0.66246045", "text": "double getMeanPrice() {\n List<Double> allPrices = new ArrayList<>();\n\n for (Firm firm : firms) {\n List<Double> pricesOfFirm = firm.getPrices();\n allPrices.addAll(pricesOfFirm.subList(p...
db9d81d8428e96b5ebab7622447279c2
optional double vwap = 8;
[ { "docid": "86d76d53e061c411a52a370b98422669", "score": "0.0", "text": "public boolean hasVwap() {\n return ((bitField0_ & 0x00000080) == 0x00000080);\n }", "title": "" } ]
[ { "docid": "2863578715b2e028f849d3cd9de48dcf", "score": "0.8189609", "text": "double getVwap();", "title": "" }, { "docid": "2ea7e3910b9302d97034a5b71aeec463", "score": "0.71688807", "text": "public double getVwap() {\n return vwap_;\n }", "title": "" }, { "docid"...
ee9983acbc24f8aff3d9ed45fd897e22
getNumAttendants This method returns the attendant of the specified index.
[ { "docid": "d7fd0113f8194be6c3079e97103baa0a", "score": "0.7372534", "text": "public Attendant getAttendant(int index)\n {\n return attendantsList.get(index);\n }", "title": "" } ]
[ { "docid": "02d17ee3f996a85ff4c05e08600e8c9b", "score": "0.80611104", "text": "public int getNumAttendants()\n {\n return attendantsList.size();\n }", "title": "" }, { "docid": "9474d11c6ac2c0143d26540bf68b07ef", "score": "0.58403105", "text": "public int getTails(int in...
7d726cfbcf60609b9fc64c082319b88c
Removes a value from the collection. Returns true if the collection contained the specified element.
[ { "docid": "f4952a8c965dcd240fb093cdf19d75e3", "score": "0.0", "text": "public boolean remove(int val) {\n\t\t\tif (!map.containsKey(val))\n\t\t\t\treturn false;\n\t\t\tint idx = map.get(val).get(map.get(val).size() - 1);\n\t\t\tSystem.out.println(map+\" \");\n\t\t\tif (idx != list.size() - 1) {\n\t\t\t...
[ { "docid": "a10175028eef6eb0740ca524562899a8", "score": "0.6946946", "text": "@Override\n\tpublic boolean remove(Object value) {\n\t\ttry {\n\t\t\tremove(indexOf(value));\n\t\t} catch (IndexOutOfBoundsException e) {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t}", "title": "" }, { "doc...
9b2be6ac403d9d25e2a153c051441e84
Returns the set of installed application names.
[ { "docid": "691f8fb814a33f6e179607741bd8043c", "score": "0.79272276", "text": "public Set<String> getApplicationNames() {\n ImmutableSet.Builder<String> names = ImmutableSet.builder();\n File[] files = appsDir.listFiles(File::isDirectory);\n if (files != null) {\n for (Fi...
[ { "docid": "f20691a0f884c269fc6620d7d2540229", "score": "0.77402633", "text": "String getInstalledApplications() {\n final StringBuffer sb = new StringBuffer();\n sb.append(CR + Messages.getString(\"1c.77\") + CR); //$NON-NLS-1$\n\n // Retrieve an array of handles for existing modul...
321f56593ddd8070720442481f1c1f25
Lists EntityTypes in a given Featurestore.
[ { "docid": "e61e0b6f810266e782c5c491d23d0802", "score": "0.5811603", "text": "default void listEntityTypes(\n com.google.cloud.aiplatform.v1beta1.ListEntityTypesRequest request,\n io.grpc.stub.StreamObserver<com.google.cloud.aiplatform.v1beta1.ListEntityTypesResponse>\n response...
[ { "docid": "36607e73cad3ff5485230c4a07fef824", "score": "0.6927164", "text": "Collection<EntityType> getEntityTypes();", "title": "" }, { "docid": "fff99d97ee72420b729b812c8b9296da", "score": "0.6308358", "text": "public List getTypes()\n\t{\n\t\tList L = new List();\t\t\n\t\tL.Initi...
d86f7ef2d884c9e1d953f79d57b054aa
Create an aliased devstronomy.satellite table reference
[ { "docid": "22cfdb8414e50a08cdeee2e8e0b7c2d6", "score": "0.5643717", "text": "public Satellite(Name alias) {\n this(alias, SATELLITE);\n }", "title": "" } ]
[ { "docid": "d629c7a721db0693494ca3207932a089", "score": "0.57773584", "text": "public Satellite(String alias) {\n this(DSL.name(alias), SATELLITE);\n }", "title": "" }, { "docid": "98f6c605d14094a0139bd3a4db8d0446", "score": "0.53504026", "text": "public Satellite() {\n ...
4e85637c08b87f304a628138763b67ee
NB it is called back by a NonBlockingTransaction using Method by name as far as I can tell there is no reason to provide a boolean as return value...
[ { "docid": "911e9e48d4a1a8f181a76bc50b59ec38", "score": "0.0", "text": "public boolean keepAliveResp(Message resp, String ANAddress, String ifName, Integer remoteTid, Integer delay, Integer numberRetry) {\n\n\t\t//printSimplifiedOverheadLog(resp.toString(), ifName);\n\n\t\t// for same stupid reason the ...
[ { "docid": "a09a5c2a23f7d7b20d8554f783e3ca33", "score": "0.747307", "text": "@Override\n public boolean isInTransaction() ;", "title": "" }, { "docid": "81c94f91a6fe531619d15fc09bf2d1c5", "score": "0.7257172", "text": "boolean hasTransaction();", "title": "" }, { "docid...
b6d9995f223ffa0760a7e06a2a07bfaf
Overviewer GUI entry point.
[ { "docid": "7b375cce9a58f1c8ac55bc62d86770bd", "score": "0.64677", "text": "public static void main(String... args) {\n try {\n UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());\n }\n catch (Exception e) { e.getMessage(); }\n JFrame f = new JFram...
[ { "docid": "7708910a6864ad568de4b35316fb2e5d", "score": "0.6977663", "text": "public UI(){\n\t\tProgramC localSearch = new ProgramC();\n\t\tthis.verbose = localSearch.getVerbose();\n\t\tthis.summary = localSearch.getSummary();\n\t\tJFrame jfrm = new JFrame(\"Output Choice\");\n\t\tjfrm.setSize(275,100);...
468ef048e25df261ea8554a9bc1e1549
change to receive x and y
[ { "docid": "e11c9217c4edc4b0d67d73e6ee7ac3bb", "score": "0.0", "text": "public ItemBaseGUI(ItemBase Item, Point position){\n this.item = Item;\n initialize(position);\n }", "title": "" } ]
[ { "docid": "39e61a7dade77fa6b946de6b5548071f", "score": "0.6970949", "text": "@Override\r\n\tpublic void apertar(int x, int y) {\n\t\t\r\n\t}", "title": "" }, { "docid": "050e08ccd0493e55e03aa6ee3bf2a573", "score": "0.6738226", "text": "public int resta(int x, int y);", "title": ...
75d766d50ae3df4af64c8d157e4a06a9
It reads in multiple files, keep in mind that odd one is negative, even one is positive file (including 0)
[ { "docid": "435d9a7e8ebe84ca90936ab54cfc556a", "score": "0.0", "text": "public void parse(int[] relFactor, String... fileAddreses) throws IOException, SAXException {\n\n int oddeven = 0;\n\n for (String fileAddr: fileAddreses) {\n\n if (oddeven % 2 != 0)\n handler...
[ { "docid": "da94b32c8d90849a4c4ebcc10f4da111", "score": "0.6471496", "text": "int input_files_read(String[] input_files) throws FileNotFoundException, IOException\n\t{\t\n\t\tboolean file_input = false;\n\t\tboolean node_input = false;\n\t\tfor(int i = 0;i<input_files.length;i++) {\n\t\t\tswitch(input_f...
19ff47a93de062bc94082a9f9bffac50
Reset all castles certificates. Reset the memory value, and run a unique query.
[ { "docid": "99cd57d51bc337fbd2cd732caf5a2b19", "score": "0.8138669", "text": "public void resetCertificates()\n\t{\n\t\t// Reset memory. Don't use the inner save.\n\t\tfor (Castle castle : _castles.values())\n\t\t\tcastle.setLeftCertificates(300, false);\n\t\t\n\t\t// Update all castles with a single qu...
[ { "docid": "70501a4b6cd2f06e3d484869655aea85", "score": "0.6130959", "text": "public static void resetAll() {\r\n AuctionHouse.getInstance().resetAll();\r\n }", "title": "" }, { "docid": "2f30484da3888243f55f9206caa2e616", "score": "0.6075183", "text": "public void reset() ...
0d7864dc01e52e58702e6987e8022300
This adds a property descriptor for the Else Block feature.
[ { "docid": "538a7e99cf67ebdd1db52df4aad75092", "score": "0.7234206", "text": "protected void addElseBlockPropertyDescriptor(Object object) {\r\n\t\titemPropertyDescriptors.add\r\n\t\t\t(createItemPropertyDescriptor\r\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),\r\n\t\t\...
[ { "docid": "1e79f803ddf668a3f9058963fbd8b433", "score": "0.6577194", "text": "protected void addElseIfStatementsPropertyDescriptor(Object object) {\r\n\t\titemPropertyDescriptors.add\r\n\t\t\t(createItemPropertyDescriptor\r\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),\r...
b1bb1f554edfdab5f930c867f3300f4c
on player join ensure that if they logged off in the dungeon world they are moved to the hub
[ { "docid": "e92c04ec11969af5542005d495ad68bd", "score": "0.73109466", "text": "@EventHandler\r\n public void normalJoin(PlayerJoinEvent event) {\r\n \tPlayer p=event.getPlayer();\r\n if(p.getLocation().getWorld()==Bukkit.getWorld(Constants.dunegonW)){\r\n \tp.teleport(new Location(Bu...
[ { "docid": "be33a52cc00e940cc890ede6e9aabf63", "score": "0.7271562", "text": "void onServerPlayerJoin()\n\t{\n\t\tsetServerInEditMode(serverInEditMode); //Yes, it's redundant, but necessary to set creative mode, etc. properly.\n\t if(serverInEditMode)\n\t {\n\t \tlocationChecker = this.new Loca...
399376bb39a395a999b27078b3c8ccb0
Getter to get the longitude from each object of this class
[ { "docid": "641b8379b5ba602f8b786f820b0f89ba", "score": "0.78274804", "text": "public double getLongitude() {\n\t\treturn longitude;\n\t}", "title": "" } ]
[ { "docid": "a93293f2a929d845e5b782f39c0dc63a", "score": "0.8286728", "text": "public double getLong(){\r\n return longitude;\r\n }", "title": "" }, { "docid": "0572645644da483fbc9af87d77878c9c", "score": "0.8214618", "text": "@java.lang.Override\n public double getLon() ...
629d223fd55ce0a2c982d72590732bbb
fourth selects the fourth element of a Polylist.
[ { "docid": "be80ec8723ed227d15bcb41e20fd0445", "score": "0.56593907", "text": "public Object fourth()\n {\n return rest().rest().rest().first();\n }", "title": "" } ]
[ { "docid": "9166ae4d3040e8289665de073dc8ecc1", "score": "0.6184339", "text": "public int getFourth() {\n return getNthComponent(3);\n }", "title": "" }, { "docid": "24e018e1a4ea94b431e63f6f63a87cab", "score": "0.55782866", "text": "public D fourth() {\n return fourth...
4f83b87c956edde4ef0107df486351a8
/BresenhamBasic.elementarer(0, 0, 20, 8); /BresenhamBasic.verbessert(0, 0, 20, 8);
[ { "docid": "1d522da6bfa1317e07301b5e73aa4d1c", "score": "0.53586465", "text": "public static void main(String[] args) {\n\t\tBresenhamBasic.fertig(1, 1, 20, 8);\n\t}", "title": "" } ]
[ { "docid": "8a46c9de031567df9749e762cc36a981", "score": "0.590086", "text": "public boolean a(World paramaqu, Random paramRandom, bjb parambjb)\r\n/* 43: */ {\r\n/* 44:1530 */ if (this.h < 0)\r\n/* 45: */ {\r\n/* 46:1531 */ this.h = b(paramaqu, parambjb);\r\n/* 47:1532 ...
abbde9db75ab24012ce78eef4a090517
Text that provide more details and corrective actions related to the error. This can be shown to a client user
[ { "docid": "246b5d6ae4a1e195eab8ca0ec595537d", "score": "0.6689887", "text": "@Schema(description = \"Text that provide more details and corrective actions related to the error. This can be shown to a client user\")\n public String getMessage() {\n return message;\n }", "title": "" } ]
[ { "docid": "a5f80b59e80c6bcd559efa6acc4b88ef", "score": "0.70045227", "text": "public String getErrorMessageText() {\n String text = errorMessage.getText();\n log.info(String.format(\"Get an error message: %s.\", text));\n return text;\n }", "title": "" }, { "docid": ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b5d553b392046f76771d47d70756a62d", "score": "0.0", "text": "@Override\n\tpublic Room getRoom(ED ed, String roomType, String name) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
88ad618bcbdacd5cdaa075871f6ac33c
Initializes an instance of this class.
[ { "docid": "5b14bf02bae9149052239623e18ddb1e", "score": "0.0", "text": "public HistoryWorkflowTask(String actionId, String processId, String name, String provider, String user, Date startTime,\r\n Date endTime, String outcome) {\r\n super(actionId, processId, name, p...
[ { "docid": "2c4a479091a44df268d572ef4b869db1", "score": "0.7791786", "text": "public void init() {\n }", "title": "" }, { "docid": "75b4cb1268176c831f9ba50295a454f8", "score": "0.757037", "text": "public Initialization() {\n\t\tsuper();\n\t}", "title": "" }, { "doc...
c5698d48de2ecc55e2247a619ce4473f
Override to show focus.
[ { "docid": "947c6b47a38d90d41bd5f81fabf7ddaa", "score": "0.9015924", "text": "protected void showFocus() {\n }", "title": "" } ]
[ { "docid": "cd61a51a9db690ad8615bb5ef9e72e07", "score": "0.8158047", "text": "public void setShowFocus(boolean focus) { core.setShowFocus(focus); }", "title": "" }, { "docid": "e80887da262c601a87d92ad93526ca6d", "score": "0.79606795", "text": "@Override\r\n public void setFocus() ...
32aaa6a7a9b7eb05d5cf212b00cf4509
Load additives from the server or local database
[ { "docid": "aa158ed3fa9554d1c6abc2219ffefaaa", "score": "0.5750507", "text": "public Single<List<Additive>> reloadAdditivesFromServer() {\n return getTaxonomyData(Taxonomy.ADDITIVE, true, false, additiveDao);\n }", "title": "" } ]
[ { "docid": "e78e843182437e12f2845279dcada034", "score": "0.5907671", "text": "private void load() {\n }", "title": "" }, { "docid": "c9dc40aef4e79ffe61c429b0d0d04088", "score": "0.58921397", "text": "public void load() {\n\t\t\n\t}", "title": "" }, { "docid": "c9dc40ae...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5f89d4292002d7a7584f86d15158671c", "score": "0.0", "text": "@Override\n\tpublic void onRebind(Intent intent) {\n\t\tsuper.onRebind(intent);\n\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}", ...
868263720ed43bbb5c930f42300a4c88
Metodos Consultores del estado de una Lista SII !esFin(): obtiene el Elemento que ocupa el PI de una Lista
[ { "docid": "b21c24aae9b2f042e7f9405c55972194", "score": "0.0", "text": "E recuperar();", "title": "" } ]
[ { "docid": "793f074394f0c1140634ffe87ba36fdd", "score": "0.66745734", "text": "public interface ListaConPI<E> {\n\n // Metodos Modificadores del estado de una Lista\n /** Inserta e en una Lista antes del Elemento que ocupa su PI, \n * que permanece inalterado */\n void insertar(E e);\n ...
94bb36c562728f9267eff1151866470d
int glfs_stat (glfs_t fs, const char path, struct stat buf);
[ { "docid": "995ab0327a6caa44937fde42702bf20d", "score": "0.9134477", "text": "@JniMethod\n\tpublic static final native int glfs_stat(@JniArg(cast = \"glfs_t *\") long fs,\n\t\t\t@JniArg(cast = \"const char *\") String path, @JniArg(flags = NO_IN) stat buf);", "title": "" } ]
[ { "docid": "714418619464d97fe5d90634764dc1d9", "score": "0.86386436", "text": "@JniMethod\n\tpublic static final native int glfs_lstat(@JniArg(cast = \"glfs_t *\") long fs,\n\t\t\t@JniArg(cast = \"const char *\") String path, @JniArg(flags = NO_IN) stat buf);", "title": "" }, { "docid": "3ce...
b177aa4e1556bc496bcb79261de27a8f
Get All tokens once time Better to Debug or Use tokens
[ { "docid": "00b3e08484b040e8624204cb576cbd6d", "score": "0.59105706", "text": "Queue<Token> tokens();", "title": "" } ]
[ { "docid": "704e0318bd0440e3bdfed80085d2f18f", "score": "0.63742155", "text": "String getToken();", "title": "" }, { "docid": "704e0318bd0440e3bdfed80085d2f18f", "score": "0.63742155", "text": "String getToken();", "title": "" }, { "docid": "55ea9cce2cdcc62df0b42ca6b606fc...
e62054f544456bfdce4108f423a49f24
Login (will return when logging in is done, use asyncLogin for listeners!)
[ { "docid": "4d6bb17549e62ad49b385b7217742edb", "score": "0.0", "text": "public boolean login(final String username, final String pwd) {\n \t\tthis.loggedIn=false;\n \t\tthis.username=username;\n \t\tthis.fetcher=new Fetcher();//resets the fetched data from the previous session\n \t\tif(error) {\n \t\t\t...
[ { "docid": "12abefe462f9e71230f83ec080c6d6c9", "score": "0.7802488", "text": "protected abstract void loginManually();", "title": "" }, { "docid": "66517d2c6eb1529f64e0085f92046415", "score": "0.7527462", "text": "public void login() {\n\tlogin(null);\n}", "title": "" }, { ...
59dd0a6c5cf26d61c52f9eb1f558d4f4
Util method to write an attribute without the ns prefix
[ { "docid": "6cf7f91717851719d66f413e948c381e", "score": "0.0", "text": "private void writeQNameAttribute(java.lang.String namespace, java.lang.String attName,\n javax.xml.namespace.QName qname, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.strea...
[ { "docid": "4032b8c44c9067682aec7c95df9e1e42", "score": "0.7243607", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\r\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamE...
04579005252c4d39d3f8e0265161fb90
Default Group Restricted Detail Page Description UI
[ { "docid": "02ef1369b7fac93ab59a11fba594b1f1", "score": "0.0", "text": "private void dg_ui_restricted_detail_description(RecyclerView.ViewHolder viewHolder, ArticleBean bean) {\n DG_Restricted_DetailDescriptionWebViewHolder holder = (DG_Restricted_DetailDescriptionWebViewHolder) viewHolder;\n ...
[ { "docid": "6105823f54766499cee1ca334570fc71", "score": "0.64216965", "text": "private void createGrpPharmacyDetails() {\n\t\tgrpPharmacyDetails = new Group(getShell(), SWT.NONE);\n\t\tgrpPharmacyDetails.setText(\"Facility Details (shown on labels and reports)\");\n\t\tgrpPharmacyDetails.setBounds(new R...
cc7322ea6820df6178e95cdb0c1525e7
Crear 2 instancias de Calendar
[ { "docid": "88784bcef9b022b4c30a2d6e70ca38be", "score": "0.0", "text": "public static long CalcularDiferenciaHorasFechas(Date fecha1, Date fecha2){\n Calendar cal1 = Calendar.getInstance();\r\n Calendar cal2 = Calendar.getInstance();\r\n cal1.setTime(fecha1);\r\n cal2.setTime...
[ { "docid": "f29f23e5ac62a0aad8026a5b75274806", "score": "0.7245826", "text": "private void createCalendar() {\n myCALENDAR = Calendar.getInstance();\r\n DAY = myCALENDAR.get(Calendar.DAY_OF_MONTH);\r\n MONTH = myCALENDAR.get(Calendar.MONTH) + 1;\r\n YEAR = myCALENDAR.get(Cale...
0f93baf16caed06f3c29178f63467225
Returns the children of this from the model, as this is capable enough of holding EditParts.
[ { "docid": "85b3d80cdefaaf7fdccdbdea4be105e9", "score": "0.7112818", "text": "protected List getModelChildren() {\n\t\tObject model = getModel();\n\t\tif(model instanceof EnsembleImpl) {\n\t\t\tEnsembleImpl shape = (EnsembleImpl) getModel();\n\t\t\treturn shape.getShapes();\n\t\t}\n\t\tif (model instanc...
[ { "docid": "b24bccc34c7a3e25df970711d66ac235", "score": "0.74410766", "text": "public List<ObsField> getChildren() {\n\t\treturn children;\n\t}", "title": "" }, { "docid": "458171bdf7e4bee1ff8b6c0f740ad7de", "score": "0.72600114", "text": "Collection<EditableChild> getEditableChildre...
90c8b8d93ef8eb88e11618941b0eafcf
BA.debugLineNum = 6;BA.debugLine="Sub Process_Globals"; BA.debugLineNum = 9;BA.debugLine="Dim sql As SQL";
[ { "docid": "c5da494bf193df9ba43d52f2d87048dd", "score": "0.70611686", "text": "public static RemoteObject _process_globals() throws Exception{\nvideo._sql = RemoteObject.createNew (\"anywheresoftware.b4a.sql.SQL\");\n //BA.debugLineNum = 10;BA.debugLine=\"Dim cur1 As Cursor\";\nvideo._cur1 = RemoteObje...
[ { "docid": "91a74cd0b48af458eb3a0d887921f86d", "score": "0.7277583", "text": "public static String _process_globals() throws Exception{\n;\n //BA.debugLineNum = 9;BA.debugLine=\"Type OrderedGood(Order As Order,OrderID As Int,Go\";\n;\n //BA.debugLineNum = 11;BA.debugLine=\"Type Customer (ID As Int,user...
2b1d6fbe332008e4fcef24a2751a1b25
The minimum duration the thruster can operate at a time in Seconds
[ { "docid": "6d2d31b8a2e7898085fdec7742860a4d", "score": "0.7030158", "text": "@JsonProperty(\"min_thrust_duration\")\n public Double getMinThrustDuration() {\n return minThrustDuration;\n }", "title": "" } ]
[ { "docid": "3676f3a35a772397f6d128be5204534e", "score": "0.66968906", "text": "@JsonProperty(\"min_thrust_duration\")\n public void setMinThrustDuration(Double minThrustDuration) {\n this.minThrustDuration = minThrustDuration;\n }", "title": "" }, { "docid": "cbcf3aed862a8d8e227...
ad85e7926f16a5b31a4c4123afdabacc
repeated .proto.Achievement com.codedchai.igdb.kt.achievements = 1;
[ { "docid": "a36d4347fb7cb7001fc77fce34e9dfd3", "score": "0.71548355", "text": "java.util.List<proto.Achievement> \n getAchievementsList();", "title": "" } ]
[ { "docid": "fc51ef6730ecc525d7b53bcf517bdad0", "score": "0.7244399", "text": "java.util.List<? extends proto.AchievementOrBuilder> \n getAchievementsOrBuilderList();", "title": "" }, { "docid": "adba402036eb737b5eb3777f66b7bcd3", "score": "0.69328535", "text": "proto.Achievement...
8b91ec87c0114fefa55726cb45b2ac5f
Show the next button if set to 1. Don't show the next button if set to 0.
[ { "docid": "31b8877c0e11b3431eee7b9ae0ae36fa", "score": "0.69468355", "text": "public int getShowNext()\n {\n return showNext;\n }", "title": "" } ]
[ { "docid": "2139527778e6ae56b4dec56051e8a560", "score": "0.7831307", "text": "private void showNextView() { showNextView(false); }", "title": "" }, { "docid": "f27943a786bf044a05ba8fb6c9773ff3", "score": "0.7507849", "text": "public void showNext() {\r\n\t\tif (root.turn == 1) {\r\n\...
353b764891ff11ae4de5e9a26876f50a
Event handler of deleting a book
[ { "docid": "7fd800f54953ffc31e29da848961dc17", "score": "0.7806121", "text": "private void bookDeleteActionPerformed(ActionEvent evt) {\n\t\t//Make sure the JPane below must has a id before delete\n\t\tString id = idTxt.getText();\n\t\tif(StringUtil.isEmpty(id)){\n\t\t\tJOptionPane.showMessageDialog(nul...
[ { "docid": "e040e3dac4bfbbf8356cb881bfb70596", "score": "0.82371205", "text": "private void onDeleteBook() {\n }", "title": "" }, { "docid": "59a8188cbdf9347be6876ce1294293a9", "score": "0.7935318", "text": "@Override\n\tpublic void delete(Long bookId) {\n\t\t\n\t}", "title": ...
41b44cd206b78424960ae0d7dbc9e417
Called when the activity is first created.
[ { "docid": "9781c3d132d426e84b4d4c829dd2e523", "score": "0.0", "text": "@Override\n \tpublic void onCreate(Bundle savedInstanceState) \n \t{\n \t\tsuper.onCreate(savedInstanceState);\n \n \t\t//\t\tLog.e(\"OsmerActivity.onCreate\", \"onCreate called\");\n \n \t\t/* create the location update client and ...
[ { "docid": "e9bd3a65071667c27eef9886d6e1d4bb", "score": "0.791686", "text": "@Override\n\tpublic void onActivityCreated(Bundle savedInstanceState) {\n\t\tsuper.onActivityCreated(savedInstanceState);\n\t\tinit();\n\t}", "title": "" }, { "docid": "e9bd3a65071667c27eef9886d6e1d4bb", "score"...
c4cbf68374e53fbee5ac7d73c8225505
Check if it is capable of rendering web
[ { "docid": "56021f3efd5cc868c028603cb0cfe254", "score": "0.5841676", "text": "@Override\n\tpublic boolean isWebEnabled() {\n\t\tif(next()==null) return true;\n\t\telse return false;\n\t}", "title": "" } ]
[ { "docid": "1e40a8c04172dd8869f55b97218b9959", "score": "0.62110263", "text": "private boolean isWebUIEnable() {\n return config.getOptionalBoolean(ServerConfBuilder.HTTP_ENABLE_UI).orElse(true);\n }", "title": "" }, { "docid": "b667eef6bf65bf59c8071629db67913b", "score": "0.60...
00f123bc470d8672b91e6b03dffb5a22
Retrieves the monitoring information of the given host, in XML
[ { "docid": "7ad9064794fa46e618ba956ef7641f07", "score": "0.45131975", "text": "public OneResponse monitoring()\n {\n return monitoring(client, id);\n }", "title": "" } ]
[ { "docid": "d672679e489819651afe6f106212d411", "score": "0.5987293", "text": "org.biocatalogue.x2009.xml.rest.ResourceLink getMonitoring();", "title": "" }, { "docid": "d0892b9524e4d9e50d962c0e595751a6", "score": "0.57044613", "text": "public HostMetrics getMetrics(Connection c) thro...
f3cf84ab855019c621eec288f173b262
optional string encrypted_psw = 2;
[ { "docid": "76cb36680755f19ed89560a1678d9a89", "score": "0.0", "text": "public com.google.protobuf.ByteString\n getEncryptedPswBytes() {\n Object ref = encryptedPsw_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n com.google.protobuf.B...
[ { "docid": "e36b5344ddccb024769b9d2e0264a670", "score": "0.77710193", "text": "String getEncryptedPsw();", "title": "" }, { "docid": "e36b5344ddccb024769b9d2e0264a670", "score": "0.77710193", "text": "String getEncryptedPsw();", "title": "" }, { "docid": "e061cb533bf1a1f6...
ac28f3da72336d86bc73b8d38f9d01ba
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If t...
[ { "docid": "5982e1738df51f72e6dd9242867209ae", "score": "0.0", "text": "public static PoolPricesE parse(\n javax.xml.stream.XMLStreamReader reader)\n throws java.lang.Exception {\n PoolPricesE object = new PoolPricesE();\n\n int event;\n ...
[ { "docid": "b530a19227c73ba895aa904be77644d8", "score": "0.5667354", "text": "StructureElement createStructureElement();", "title": "" }, { "docid": "0eb4b6241b37b35a590ac7eba3f9fae5", "score": "0.5492328", "text": "@Override\n public void startElement(NodeName elemName, SchemaTyp...
5f39c7a6a7b42d9488348dac643fc887
Adds or overwrites properties to the given file.
[ { "docid": "a3b17d4ff1741cf2a2436c9a8d68ad4d", "score": "0.5910493", "text": "public void addProperties(String id, Map<String, String> properties) throws IOException {\n var file = getFile(id, \"id, properties\");\n var combined = new HashMap<>(file.getProperties());\n combined.putA...
[ { "docid": "a2def9267aa7d5854fd216c2fb5234a5", "score": "0.7103725", "text": "public void addProperties(File file, Map<String, String> properties) throws IOException {\n var combined = new HashMap<>(file.getProperties() == null ? Collections.emptyMap() : file.getProperties());\n combined.p...
16c3e6944ccbe24e5a83d5c183b4833e
Add the component allowing select the internal or external evaluation.
[ { "docid": "e5f4ebcf76470a03266e8ab7f0d74e5c", "score": "0.61612123", "text": "private void addEvaluation(int x,int y,int dimy){\r\n\t\tJLabel lEvaluation = new JLabel(\"Evaluation:\");\r\n\t\tlEvaluation.setBounds(x,y,80,dimy);\r\n\t\tgetContentPane().add(lEvaluation);\r\n\r\n\t\t// create JComboBox wi...
[ { "docid": "c2498b1be08c60b1e5d72fae9f8b9559", "score": "0.6575503", "text": "public void addComponent() {\n \t Component.evaluate(currentDrawing, components, region);\n \n currentDrawing = null;\n }", "title": "" }, { "docid": "624dc9b6df8c1ec05faf5286b57...
cb030af0855c6e29640ae89d27637da4
Encode to map of (key, json string).
[ { "docid": "4a1ae70c5fbe85ffc0bb0dbf4ca69cfd", "score": "0.0", "text": "public static UserProfileProperty encode(WebAdminSettings settings) {\n // use original content as base and overwrite known properties\n // any unknown properties will be preserved\n JSONObject webAd...
[ { "docid": "9d890bef2f13e694f464bbcfa94729e0", "score": "0.6470192", "text": "String toJSON(Any key);", "title": "" }, { "docid": "a2e2c7d20f3fac6480174b459a1a1998", "score": "0.5935729", "text": "public static String map2JsonString(Map<String, Object> map) {\n return map2Json...
6fd715a2c213f165e2e3da9d9043e9f9
Attempt to add a 'feed' handler method to the HIDevice. The default feed handler is a method that returns void and has one single HIDevice parameter.
[ { "docid": "fbff6a26a4f63181d5669c1e632d8ebe", "score": "0.49235895", "text": "public void addHandler(Object obj, String methodName) {\n\t\ttry {\n\t\t\thandlerMethod = obj.getClass().getMethod(methodName, new Class[] { HIDevice.class });\n\t\t\thandlerObject = obj;\n\t\t\thandlerMethodName = methodName...
[ { "docid": "ac33d1f53b7ae4914f7f753cab240970", "score": "0.6092822", "text": "public abstract GDataRequestHandler getInsertFeedHandler();", "title": "" }, { "docid": "25f3b8235b52bf8041a3f1898be79d2b", "score": "0.60738873", "text": "public abstract GDataRequestHandler getUpdateFeedH...
db3f2a115bd57aabbcbc7ae1d87c68ad
This tests that we can't refreshFromMassive after a resource has been deleted
[ { "docid": "122ae6ab844753795d693859e0dd5d16", "score": "0.78185487", "text": "@Test\n public void testRefreshAfterDelete() throws URISyntaxException, RepositoryException {\n populateResource(_testRes);\n uploadResource(_testRes);\n _testRes.delete();\n try {\n ...
[ { "docid": "5ecc5ea9fd1caaa59e1058e040d91487", "score": "0.6574344", "text": "@Override\n protected void verifyResourcesWereDeleted(ResourceManager mgr) {\n \n }", "title": "" }, { "docid": "1607072687df61b6ac4c07141f3002e6", "score": "0.6370894", "text": "@Test\n publi...
1859051ddd3bd66defdd078f4777ea8e
Getting unique and sorted addresses. Having 4 user profiles with duplicates.
[ { "docid": "3b03ea0cf784eb81f7d8aec4e427a635", "score": "0.65367645", "text": "@Test\n public void whenFourProfilesDistinctThenThreeSortedAddresses() {\n List<Profile> input = Arrays.asList(\n new Profile(this.first),\n new Profile(this.second),\n n...
[ { "docid": "2a10bae217de172250c85f0b6de7f64c", "score": "0.6227802", "text": "java.lang.String getAddressUnique();", "title": "" }, { "docid": "a465ac4f0d031816e64d333bc384124b", "score": "0.6096746", "text": "@Override\r\n\tpublic List<Address> getAddresses(String username) {\n\t\t@...
76ae61e8abf06f1d62907555f476641c
Prefix and suffix this string with the delimiter ( if anything is appended )
[ { "docid": "f730c4d6974a0d32f03ad21b430fda7a", "score": "0.5683565", "text": "public TokenizedStringBuilder surround() {\n prefix = true;\n suffix = true;\n return this;\n }", "title": "" } ]
[ { "docid": "4c59c304e4421853d85c0be3e0cadb10", "score": "0.62584937", "text": "String prefix();", "title": "" }, { "docid": "8e11998692df994a6cc24c29b02272b5", "score": "0.61568224", "text": "Prefix prefix();", "title": "" }, { "docid": "23decea283e9396f06d8dc2e06906dfc",...
2d808ff9f6cfade42f600cfb973aff29
Attach this simulation proxy to a specific game window.
[ { "docid": "b495014906212d0ed3b45d8537893a8f", "score": "0.70344996", "text": "void attachToGameWindow(GameWindow gameWindow);", "title": "" } ]
[ { "docid": "55e53e9885bb9e02676eeb9b9518975c", "score": "0.5553429", "text": "private void setupGameWindow()\n {\n uControll.setWindowProperties(new WindowListener() {\n @Override\n public void windowOpened(WindowEvent we) {\n }\n\n @Override\n ...
a054dde6621498b110798679ff7ed23f
/ Generates proof that server possesses secret values that were used to transform password.
[ { "docid": "8f890ec036ee9f1df8fa651a685cf77f", "score": "0.0", "text": "public static PythiaProveResult prove(byte[] transformedPassword, byte[] blindedPassword, byte[] transformedTweak, byte[] transformationPrivateKey, byte[] transformationPublicKey) throws PythiaException {\n return PythiaJNI.I...
[ { "docid": "425df46393df5a80c2811d488e9f6ec0", "score": "0.6638108", "text": "private String generatePassword() {\n return new BigInteger(130, random).toString(32);\n }", "title": "" }, { "docid": "24490ff5adac5feef6199385a4f6f461", "score": "0.64537823", "text": "public s...
c496c32a87fcfa5adc66aa0d69677a3e
Returns this java string as a nullterminated byte array
[ { "docid": "1fa60cd1ccd4e6649e1bd17b8da23d83", "score": "0.54450154", "text": "private static byte[] stringToByteArray(String str) {\n byte[] result = new byte[str.length() + 1];\n for (int i = 0; i < str.length(); i++) {\n result[i] = (byte) str.charAt(i);\n }\n r...
[ { "docid": "7724b82beabee5bc905f33dde9ad18d1", "score": "0.66473556", "text": "public byte[] toByteArray() {\n return Util.encodeString(this.toString());\n }", "title": "" }, { "docid": "c4a145102f6dc55d40fcb7ea1b274178", "score": "0.65759796", "text": "public byte[] toByte...
64256270ad4a32c26054fd2c09345079
int64 id = 4;
[ { "docid": "6672e62f49310e50acd663ca51ba2fe2", "score": "0.0", "text": "public Builder setId(long value) {\n\n id_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "074f534dcfa0c6769fdd37b0f5829d29", "score": "0.72732604", "text": "byte id();", "title": "" }, { "docid": "74fbe6506236bfbf7fba714dcef63ade", "score": "0.7265118", "text": "public BigInteger getId();", "title": "" }, { "docid": "cee097c4d66f48b1bd23f452236cd69...
1c714e9acc850ca9fbe985b3958ebf06
Creates new form StudentForm
[ { "docid": "d9f74904c98676a277e79c353ca49b58", "score": "0.76149917", "text": "public StudentForm() {\n \n initComponents();\n }", "title": "" } ]
[ { "docid": "87b772873194c1fa2bf7c7e27f623908", "score": "0.75694525", "text": "private void createNewStudent(StudentForm studentForm) {\n Student stu = new Student(studentForm.getIdR().getText(), studentForm.getFirstnameR().getText(),\n studentForm.getLastnameR().getText(), student...
d8412724b01057656bfc125528cd2bf8
Date fechaActual = new Date();
[ { "docid": "5bdc89b86cdda3e1ab63332935ee0691", "score": "0.0", "text": "@Test\n\tpublic void realizarIngresoSinDisponibilidadAutos() {\n\t\tVehiculo vehiculoBuild = new VehiculoTestDataBuilder().withPlaca(\"XYZ123\").withTipoVehiculo(3).withEstado(1)\n\t\t\t\t.build();\n\t\tvehiculoBuild.setIdVehiculo(1...
[ { "docid": "edfb3ba38060df26396df03093032bca", "score": "0.75020057", "text": "public static String getFechaActual(){\n Date ahora = new Date();\n SimpleDateFormat formateador = new SimpleDateFormat(\"dd-MM-yyyy\");\n return formateador.format(ahora);\n }", "title": "" }, ...
43cd4e7508d1244f15041e13f9107d32
Set the No description provided.
[ { "docid": "e6a20a1b52b7db06e9b7137b82b78321", "score": "0.0", "text": "public void setNormalDecimal( Double normalDecimal)\r\n\t{\r\n\t\t\r\n\t\tthis.normalDecimal = normalDecimal;\r\n\t}", "title": "" } ]
[ { "docid": "7cb1489ed597335f2091990d19fb5292", "score": "0.79172766", "text": "public void setDescription(String description) {\r\n this.description = description == null ? null : description.trim();\r\n }", "title": "" }, { "docid": "7cb1489ed597335f2091990d19fb5292", "score":...
a143cd49b626c9bd08032aea196fa5b0
/ solution 2: maxHeap time = O(k) + O((n k) logk)
[ { "docid": "01a68811e8d5aa0a62ef62643f27abfe", "score": "0.6077782", "text": "public int[] kSmallest(int[] nums, int k) {\n\t\tint[] res = new int[k];\n\t\tif (nums == null || nums.length == 0) {\n\t\t\treturn res;\n\t\t}\n\t\tif (k == 0) {\n\t\t return new int[0];\n\t\t}\n\t\tPriorityQueue<Integer> ma...
[ { "docid": "2891fcf1c88bc16c3e17fac4b3ff6f20", "score": "0.7672917", "text": "void getMaxValuesMaxHeap(int[] array, int k) {\n PriorityQueue<Integer> pQueue = new PriorityQueue<>(array.length, (o1, o2) -> o2 - o1);\n //init heap for the firt sub-array, for k -1 elements\n for (int i...
02d28c744aa9066e074c12f540b786d1
Solves and satisfies constraints for Type Rule 2 TASSIGN Let, x = y
[ { "docid": "c6d481fbe84f59726a93482fc7a2bcc2", "score": "0.6538918", "text": "public static boolean handleAssignment(Node x, Node y) {\n\t\tif(x==null){\n\t\t\tLog.warning(\"x is null!\");\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\tif(y==null){\n\t\t\tLog.warning(\"y is null!\");\n\t\t\treturn false;\n\t\t}...
[ { "docid": "3f0a2dfead0f804c14af9572a0347a30", "score": "0.6725016", "text": "private void assignment2() {\n ref_id();\n mustbe(TK.ASSIGN);\n System.out.print(\"=\");\n expr();\n }", "title": "" }, { "docid": "1460f7f084d4ed85877eff5d4990bb4a", "score": "0.6349193", "tex...
ecc0d5379551860e2080479dd50cae0f
Test for createProject event handler.
[ { "docid": "e01ee27f655375b87923aa6acab13a41", "score": "0.0", "text": "public void testCalcActivityLogDateSchedEndForActivity() throws Exception {\n this.fixture.runWorkflowRule(\"calcActivityLogDateSchedEndForActivity.xml\");\n\n }", "title": "" } ]
[ { "docid": "98412dd86ab53e49feaf22ebe1bb4fad", "score": "0.6978752", "text": "public void onNewProjectClicked()\n {\n LOGGER.debug(\"new project clicked -- but not implemented\");\n }", "title": "" }, { "docid": "d77e8a2151dabc3155601ca268f2d67b", "score": "0.6925317", "...
d8fbdeeb997d4c563fa8096287730ed0
This method convert room type from String format to enum (com.softserveinc.softtour.entity.template.RoomType)
[ { "docid": "b535dc7ae6a9ee408026183923233987", "score": "0.7667309", "text": "private RoomType convertTourRoomType(String roomTypeSt){\n RoomType roomType;\n try {\n roomType = RoomType.valueOf(roomTypeSt);\n } catch (IllegalArgumentException e) {\n switch (roo...
[ { "docid": "01272d7e63e39566879e54e46123e350", "score": "0.6724245", "text": "RoomType createRoomType();", "title": "" }, { "docid": "c341581072ce7ec69cfcf100136e58f3", "score": "0.6256202", "text": "public String getType() {\n\t\treturn this.typeOfRoom;\n\t}", "title": "" }, ...
71f9c9caa559c7b7b3f5f45fe403f5fd
Constructor for the SmartDeviceLinkProxy object, the proxy for communicating between the App and SMARTDEVICELINK via specified transport. Takes advantage of the advanced lifecycle management.
[ { "docid": "bd72b8c65ac03f9d4cfa07146fab2843", "score": "0.5821339", "text": "public SmartDeviceLinkProxyALM(IProxyListenerALM listener, String appName, String ngnMediaScreenAppName, \r\n\t\t\tVector<String> vrSynonyms, Boolean isMediaApp, smartdevicelinkMsgVersion smartDeviceLinkMsgVersion, \r\n\t\t\tL...
[ { "docid": "25735842386fdff8be9323da17a935e7", "score": "0.581907", "text": "public SmartDeviceLinkProxyALM(IProxyListenerALM listener, SmartDeviceLinkProxyConfigurationResources smartDeviceLinkProxyConfigurationResources, \r\n\t\t\tString appName, Vector<TTSChunk> ttsName, String ngnMediaScreenAppName,...
16c8f9e5b452aebb9e5b4c331250dc99
Get all the ignoreds.
[ { "docid": "3e3f97c4757f42428be8ba9e610196ce", "score": "0.75355965", "text": "@Override\n @Transactional(readOnly = true)\n public List<Ignored> findAll() {\n log.debug(\"Request to get all Ignoreds\");\n return ignoredRepository.findAll();\n }", "title": "" } ]
[ { "docid": "a494c251fd814909dda79283b5b9bd0c", "score": "0.73474437", "text": "public ArrayList<String> getIgnoreList() {\n\t\treturn ignore;\n\t}", "title": "" }, { "docid": "9b245ed10028a38f5e34ca8af1ae7a21", "score": "0.67449313", "text": "public Set<String> getIgnoredPaths()\n ...
2dcd19360f899e6d67303dce73e433c5
DO NOT CALL FROM ANYWHERE BUT JPDAThreadImpl.resume().
[ { "docid": "af56a22767f208ccceb13036ccfa19c7", "score": "0.0", "text": "public boolean currentThreadToBeResumed() {\n accessLock.readLock().lock();\n try {\n if (!doContinue) {\n doContinue = true;\n // Continue the next time and do nothing now.\n ...
[ { "docid": "080d7518612e725259563c9a51a40e8a", "score": "0.75774866", "text": "public void resume();", "title": "" }, { "docid": "5d80732cbd6f5e99dce9990a14eb455f", "score": "0.75465024", "text": "void resume();", "title": "" }, { "docid": "5d80732cbd6f5e99dce9990a14eb455...
daa340713809bffcfebd2dcbfac14e73
Displays the given score for Team A.
[ { "docid": "131f312b375859dbd64fa5a03ab24bf3", "score": "0.8601687", "text": "public void displayForTeamA(int score) {\n TextView scoreView = (TextView) findViewById(R.id.team_a_score);\n scoreView.setText(String.valueOf(score));\n }", "title": "" } ]
[ { "docid": "b79b2d0974ffed23ea949cbe5abb0b0c", "score": "0.8655304", "text": "public void displayForTeamA(int scoreTeamA) {\n TextView scoreView = (TextView) findViewById(R.id.team_a_score);\n scoreView.setText(String.valueOf(scoreTeamA));\n }", "title": "" }, { "docid": "98...
e2388c7f351d0fb7a21c9721f77657cc
equals redefine hashCode so that instances with the same contents have the same hashCode. this will make them identical when used as the keys in HashMaps, the purpose for which they were invented.
[ { "docid": "b3d71bd67f9deb3643c1cc9a1dcfbc0f", "score": "0.7024257", "text": "public int hashCode() {\n\t\treturn species.hashCode() + curator.hashCode()\n\t\t\t\t+ annotationType.hashCode();\n\n\t}", "title": "" } ]
[ { "docid": "729425e8b39fc4540c59a0648409e865", "score": "0.76838017", "text": "@Override\n public int hashCode();", "title": "" }, { "docid": "a79c422328f1438bdc4d46a522f42c50", "score": "0.7578897", "text": "@Override\n public final int hashCode()\n {\n return super.ha...
4c4ac1173125cb693b92b047892b31a3
TODO Autogenerated method stub Log.d(TAG, "onTextChanged");
[ { "docid": "fce5a121949a972b013cb1518bd6a2b8", "score": "0.0", "text": "@Override\n public void onTextChanged(CharSequence s, int start, int before, int count) {\n }", "title": "" } ]
[ { "docid": "da54f98b6bf30c80b5fdf55aa98b4319", "score": "0.8116778", "text": "public void onTextChanged(java.lang.CharSequence arg0, int arg1, int arg2, int arg3) {\n\t\t \n\t }", "title": "" }, { "docid": "1e5d2c9178e4cb21e78d72e366652151", "score": "0.7972513", "text": "@Override...
b4bbaff22260619fad20925f4765f85e
Internal function for moving the object along the path. Generally this function is called automatically by preUpdate(). The first half of the function decides if the object can advance to the next node in the path, while the second half handles actually picking a velocity toward the next node.
[ { "docid": "9f9c6abcc2d5c138bd86f85305044550", "score": "0.79237485", "text": "protected void updatePathMotion()\r\n\t{\r\n\t\t//first check if we need to be pointing at the next node yet\r\n\t\t_point.x = x + width*0.5f;\r\n\t\t_point.y = y + height*0.5f;\r\n\t\tFlxPoint node = path.nodes.get(_pathNode...
[ { "docid": "e8e8f3565239deef9872e28d31dc7fd1", "score": "0.6461443", "text": "public void move() {\n \t\tswitch (state) {\n \t\tcase Node.ALIVE:\n \t\tcase Node.INVISIBLE:\n \t\t\tif (steps > 0) {\n \t\t\t\tx += (tox - x) / steps;\n \t\t\t\ty += (toy - y) / steps;\n \t\t\t\t--steps;\n \t\t\t}\n \t\t\tbr...
8b61b3508ca083265fe364c6fd2da0d7
boolean findByUserName(String userName); void updateUser(User user); void deleteUserByUserName(String userName);
[ { "docid": "e13e641ed7b052ab2c43f10e1606f0fc", "score": "0.0", "text": "User getUser(String userName);", "title": "" } ]
[ { "docid": "579e0cae5006807ff11b0dfb5a0e7085", "score": "0.776701", "text": "UserEntity findByUserName(String userName);", "title": "" }, { "docid": "1b35731396465b82ffd3d3d094ca3d15", "score": "0.7750134", "text": "public User findByUserName(String userName);", "title": "" }, ...
a47b59de3255d1b6d30982519b8d7f1b
Executes the update request.
[ { "docid": "a00b9ef09efa1f64965cb1bee83ae4b7", "score": "0.0", "text": "SourceControl apply();", "title": "" } ]
[ { "docid": "0ba4452a0597d90bc8c73e8982819720", "score": "0.72228557", "text": "public void executeUpdate();", "title": "" }, { "docid": "a0860f326600af832ef382d9185bdb27", "score": "0.7072062", "text": "void executeUpdate();", "title": "" }, { "docid": "7b5c659419f7f6d611...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "40a3dcb6132d5a8059fdd7c1ae034e43", "score": "0.0", "text": "@Override\n\tpublic boolean connect() throws DAException {\n\t\ttry {\n\t\t conn =(Connection) DriverManager.getConnection(Tools.readprops(\"header\", \"jdbc:mysql://localhost/simrs?\") +\n\t\t \...
[ { "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}"...
4331b7f58497e784af783df668ce50fd
/ renamed from: c
[ { "docid": "34d18e3ab18b69dc171926440d1075f1", "score": "0.0", "text": "public void mo19416c() {\n this.f9333b.mo19317i(\"VideoAdView\", \"dispose\");\n m9332a(true);\n }", "title": "" } ]
[ { "docid": "e4094f54f241f8420f0eb13e3bdaddeb", "score": "0.6693897", "text": "private void c() {\n }", "title": "" }, { "docid": "6161ae1e5a7f3e073c401614777013a0", "score": "0.645613", "text": "void mo19436c();", "title": "" }, { "docid": "eb023913d997cdbc6dbc38e9619cd6...
88c124cfd26e98d6006651c1e8153ceb
Returns all books in db
[ { "docid": "ad871cac843ab003922e1e6c1fad93f7", "score": "0.73137885", "text": "public Map<String, BookBean> retrieveAllBooks() throws SQLException {\r\n\t\tString query = \"select * from BOOK order by CATEGORY\";\t\t\r\n\t\tMap<String, BookBean> rv= new HashMap<String, BookBean>();\r\n\t\tPreparedStatem...
[ { "docid": "7b96ac5003f80380b867c372fad61540", "score": "0.8387239", "text": "public List<Book> getAllBooks(){\n\t\treturn this.bRepo.findAll();\n\t}", "title": "" }, { "docid": "967993381f42392969352f87b5c7a461", "score": "0.8370551", "text": "public List<Books> showAllBooks(){\n ...
2fc5173e8bb5486cd63fed4fea2ae479
Returns true if field cityid is set (has been assigned a value) and false otherwise
[ { "docid": "b01b1a76a96b6e986b1e9a2b03a054a5", "score": "0.8605073", "text": "public boolean isSetCityid() {\n return this.cityid != null;\n }", "title": "" } ]
[ { "docid": "02d2824a0f29bdcfb0885ef6b9de81d4", "score": "0.7976759", "text": "public boolean isSetCity() {\n return this.city != null;\n }", "title": "" }, { "docid": "966588dccaad1206faf8fdd1563622d8", "score": "0.7966329", "text": "public boolean isSetCity() {\n return c...
5cc3473419646a2647e6ddc50e82232e
This function HAndles Window Closing Event
[ { "docid": "f38c3cd59169aea627b16cc1ea6771c8", "score": "0.0", "text": "@Override\n public void windowClosing(WindowEvent e) { \n try{\n if(!addPage.isActive())\n addPage = null;\n if(!deletePage.isActive())\n deletePage = null;\n ...
[ { "docid": "09c1536619a7c84ecc2fb59fe4ce4ae5", "score": "0.8358906", "text": "void onWindowClose();", "title": "" }, { "docid": "a0f96374fc29133ecb6bf9b2c87f70bd", "score": "0.8355101", "text": "@Override\r\n\t\t\t\t\t\tpublic void windowClosing(WindowEvent arg0) {\n\r\n\t\t\t\t\t\t}...
852ce858e2c6bd3a2115e6daeae2b170
optional string artist_name = 3;
[ { "docid": "d443945196615362ec54142c8afad41c", "score": "0.73706675", "text": "java.lang.String getArtistName();", "title": "" } ]
[ { "docid": "51e9ad6b090615217a916609fd25cc89", "score": "0.7790023", "text": "public void setArtistName(String artistName) { this.artistName = artistName; }", "title": "" }, { "docid": "085a1efc3e7bdf0a58c1a07e675cfb5c", "score": "0.7773273", "text": "public void setArtistName(String...
deb09b118e37fde5980dd9cd02f5da46
store a reference into local variable 0
[ { "docid": "fecfba45ab92fdb7faf643c243547f77", "score": "0.5108794", "text": "public void ASTORE(int localn) {\r\n\t\t//log(\"astore \"+localn);\r\n\t\tbox.STORE( localn, box.POP());\r\n\t}", "title": "" } ]
[ { "docid": "3ad7102a601d484550f7e843a17a3100", "score": "0.7100423", "text": "public int AddRef() { return 0; }", "title": "" }, { "docid": "39402ded5b641604422ac51f2cdaa177", "score": "0.6399883", "text": "@Override\n public void incRef() {\n }", "title": "" }, { "...
8395fc42bbc2fdf8747c24ac89207878
Sets a metadata value.
[ { "docid": "4d02109a3743c4f4a09ea93da165176c", "score": "0.6311802", "text": "public Metadata set(String key, Object val) {\n map.put(key, val);\n return this;\n }", "title": "" } ]
[ { "docid": "e4229b1630330518f760a0b76c582bc9", "score": "0.80684257", "text": "public void setMetadata(String arg0, MetadataValue arg1) {\n\t\t\n\t}", "title": "" }, { "docid": "b473b9b934861639434e612053065840", "score": "0.7700335", "text": "@Override\n\tpublic void setMetadata(@No...
3e890ce6834f1f3fbbe5f609569e0eb3
Saves the program's init file
[ { "docid": "c7a5590f91afe3d54a1dd1a31563995f", "score": "0.66396284", "text": "public void saveInitFile() {\n\t\tSystem.out.println(\"Saving init file.\");\n\t\t\n\t\ttry {\n\t\t\tFileOutputStream out = new FileOutputStream(initFile);\n\t\t\t\n\t\t\tint r, g, b;\n\t\t\t\n\t\t\twriteln(\"TableWidth=\" + ...
[ { "docid": "93c8db450fe5a787aaf5f07b005595b6", "score": "0.6656807", "text": "public static void saveInstallation() {\n\t\t@SuppressWarnings(\"serial\")\n\t\tclass SortedProperties extends Properties {\n\t\t\t@SuppressWarnings({ \"unchecked\", \"rawtypes\" })\n\t\t\tpublic synchronized Enumeration keys(...
2a961e13f29ce0d55afb12e4d56f0384
CUANDO SE QUITA ALGUN CARACTER
[ { "docid": "e423593f0693cb94fa1ffb33cf5d54b3", "score": "0.0", "text": "public void jTextFieldRemoveUpdateGeneral(String sTipo,JTextField jTextField,DocumentEvent evt) { \t \r\n\t\ttry {\r\n\t\t\t//System.out.println(\"REMOVE\");\r\n\t\t\t\r\n \t\t} catch(Exception e) {\r\n \t\t\tFuncionesSwing.manag...
[ { "docid": "bb10c8b1227873f31ae37ae4514dcf3f", "score": "0.67495483", "text": "@Data(size=4, value=\"HVK2\")\n IString anulPrecatorioChq() ;", "title": "" }, { "docid": "32de7f490ed49de3c91d28f2d1d3e1f0", "score": "0.6658718", "text": "@Data(size=4, value=\"HVC8\")\n IS...
151d29ab490943e496c54f332bb634d7
writer's buffer size permits writer to dump it in one write, reader's buffer is requires multiple reads
[ { "docid": "224a852fc0f5d6974eb86063b3211a89", "score": "0.0", "text": "@Test\n public void readToEof_writerFinishesFirst() throws Exception {\n Reader readerA = new Reader(subject.getStreamA(), 5);\n Reader readerB = new Reader(subject.getStreamB(), 5);\n\n Thread threadA = new ...
[ { "docid": "88c8997d60c6e5a60668ea46a12df779", "score": "0.6820781", "text": "private static void copyByteWithBuffer(Reader reader, Writer writer) throws IOException {\n\t\tchar[] buffer = new char[1024];\n\t\tint numberOfBytes;\n\t\twhile((numberOfBytes = reader.read(buffer)) != -1) {\n\t\t\t\n\t\t\tif...
5e8360cf2c02556df4584b1525153103
asigna las unidades vendidas de la promocion .
[ { "docid": "f1b4c0d00bf3b854f5f55c10f1c8aeac", "score": "0.0", "text": "public void setUnidadesVendidas(int unidades) {\n\t\tthis.unidadesVendidas = unidades;\n\t}", "title": "" } ]
[ { "docid": "62d53ff925869d7638c18e9bef879e41", "score": "0.63248146", "text": "public void cambioDeProceso() {\n for(int i = 0; i < apuntadorSiguienteProceso; i++) {\n procesos[i].nombre = procesos[i + 1].nombre;\n procesos[i].duracion = procesos[i + 1].duracion;\n }\...
d6cba42c0b5abccbafa70119c598175f
/ Private methods. Build client method is used initialize the HTTP client and is called from perform request.
[ { "docid": "e66b6861a92ae4982563a93f0f5097cd", "score": "0.6691158", "text": "private void buildClient(HttpRequest httpGet) throws NoSuchAlgorithmException, KeyStoreException, KeyManagementException, AuthenticationException\n\t{\n\t\tthis.hcb = HttpClients.custom();\n\t\tthis.hcb.setDefaultCookieStore(t...
[ { "docid": "31733b53b623cf261fab6bd2d3715c7f", "score": "0.78733325", "text": "@Override\n\tpublic Request build() throws Exception {\n\t\tinitConnections();\n\t\tinstanceClient();\n\t\tRequestHttpClient _client = new RequestHttpClient(this);\n\t\treturn _client;\n\t}", "title": "" }, { "doc...
1141ee30224c32037c17b5e0f03bdb59
/ Create a SciJava context, obtain the ImarisService instance, and get the first (typically only) Imaris application.
[ { "docid": "9e9b61044244eb4da7c10a62128743c9", "score": "0.0", "text": "public static void main( String[] args )\n\t{\n\t\tfinal Context context = new Context();\n\t\tfinal ImarisService imaris = context.getService( ImarisService.class );\n\t\tfinal ImarisApplication app = imaris.getApplication();\n\n\t...
[ { "docid": "1cc4ac127ff1daa6eccee7d24ca39bc2", "score": "0.56736916", "text": "private ContextDestroyer initiateContext() {\n final ContextInitializer initializer = new ContextInitializer();\n initializer.clearContextAfterInitiation(false);\n\n initializer.addComponents(\n ...
7b8c196135828fd57fb583eed8a2f8ec
Price setter, which also sets string price
[ { "docid": "93a773c8720823af49391a110be6194e", "score": "0.8270152", "text": "public void setPrice(Double price){\n this.price = price;\n stringPrice = \"$\" + String.format(\"%.2f\", price);\n }", "title": "" } ]
[ { "docid": "c7d19f81dd32d66a7e0040cfe2f537e3", "score": "0.8279905", "text": "public void setPrice(double price){\n \t\tthis.price = price;\n \t}", "title": "" }, { "docid": "9021ff4ef3b942ab32547846300a2675", "score": "0.8275951", "text": "public void setPrice(double price){\n ...
3f4eb24aade5a358ba279a1854920b8c
create a deep copy of original graph with all its vertices, but only edges that is part of a shortest path in the original graph
[ { "docid": "b6b407941a464d312fe4084d32a65648", "score": "0.5513714", "text": "private static Graph createSPDAG(Graph g) {\n\t\tGraph spDag = new Graph(g.numNodes);\n\t\tfor (Vertex u : g) {\n\t\t\t// deep copy\n\t\t\tVertex spDagU = spDag.verts.get(u.name);\n\t\t\tspDagU.distance = u.distance;\n\n\t\t\t...
[ { "docid": "0f9f4b2a1fa8b749ef248f4180f08b30", "score": "0.67373013", "text": "public Graph deepCopy() {\r\n\t\tGraph newCopy = new Graph();\r\n\t\tSet<Integer> visited = new HashSet<Integer>();\r\n\t\tfor (int nodeNum : nodes.keySet()) {\r\n\t\t\tif (!visited.contains(nodeNum)) {\r\n\t\t\t\tnewCopy.add...
7b78aab50d6c17b14c1e434e02f7b414
return an iterator for the list
[ { "docid": "7d367d271f90727bea42abb9760181e4", "score": "0.7471531", "text": "public ListIterator iterator()\n {\n return new ListIterator(firstLink);\n }", "title": "" } ]
[ { "docid": "17dec9ff9ba83f05bd4d6ab6e963b0e0", "score": "0.8118871", "text": "public Iterator<Item> iterator() { return new ListIterator(); }", "title": "" }, { "docid": "4f3b64e346ead5b06d0d75dc8d2c0e3f", "score": "0.7992796", "text": "public Iterator<Item> iterator() {\n\t\tretur...
d58d0a79ac0f69bf227454c5500da006
calculates a^(p1) % p for large numbers
[ { "docid": "82210ab0ced6afb0c5b2250fb63f7f63", "score": "0.7882446", "text": "private static int alg (int a, int p) {\n\t\tint retval =1;\n\t\tfor(int i=1; i<p; i++) {\n\t\t\tretval = (a*retval) % p;\n\t\t}\n return retval;\n\t}", "title": "" } ]
[ { "docid": "820d84d207250acd9a50866328ebd27d", "score": "0.75093037", "text": "private static BigInteger computeR(BigInteger p, BigInteger a, BigInteger k)\r\n\t{\n return a.modPow(k, p);\r\n\t}", "title": "" }, { "docid": "a2c52b87e1773e5e34552e3a08e01653", "score": "0.74026...
98a9cafef8a285ee5bcc66a9c067f840
/ Problem Statement A carpet company has asked you to write an application that calculates the price of carpeting for rectangular rooms. To calculate the price, you multiply the area of the floor(width times length) by the price per square foot of carpet. For example, the area of floor that is 12 feet long and 10 feet ...
[ { "docid": "1beec0d14b2ac8fe10bbef9f545c5614", "score": "0.7974471", "text": "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n System.out.println(\"Please enter the dimensions of the room and the the price per square foot of the desired carpeting\");\n ...
[ { "docid": "a56a512d2609d445ce5ed8f4edf310e0", "score": "0.7986856", "text": "public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n //Asks for the dimensions and the cost of carpet per square.\n System.out.println(\"Enter the length and the width of the room:\");\n\...
7e770da8c7c6bee673c596ab69905e8c
$ANTLR end "rule__Array__Group__2" $ANTLR start "rule__Array__Group__2__Impl" ../com.parallels.aps.ide.rqleditor.xtext.rql.ui/srcgen/com/parallels/aps/ide/rqleditor/xtext/rql/ui/contentassist/antlr/internal/InternalRQL.g:3063:1: rule__Array__Group__2__Impl : ( ruleStrval ) ;
[ { "docid": "6869a37108e7fc9e0eb7a3945d0a0393", "score": "0.80495894", "text": "public final void rule__Array__Group__2__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../com.parallels.aps.ide.rqleditor.xtext.rql.ui/src-ge...
[ { "docid": "8226b48fb1839736fbca66b7a4f3691e", "score": "0.7680333", "text": "public final void rule__Array__Group_4__2__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../com.parallels.aps.ide.rqleditor.xtext.rql.ui/src-g...
df8adcf16af55df4b529ba88884ef7f2
Fills the plane to the bottom to it's max
[ { "docid": "43489b75e2f176a428002deef23fd301", "score": "0.548601", "text": "boolean fillToTheBottom(CheckeredPlaneFilledWithRectangles lab, Coordinates fillingStartPoint, GUIVis gui, boolean isGUIVis)\n\t{\n\t\tgetTheCurrentRightBorderPosition(lab, fillingStartPoint, getTheBottomBorderPosition(lab, fil...
[ { "docid": "90b6466a670d4b6d1e5a5c72be907e50", "score": "0.6479977", "text": "public void fill() {\n\t\tfillRect(0, 0, maxU+1, maxV+1);\n\t}", "title": "" }, { "docid": "2b5f712e86fd11f074d8720621dc9294", "score": "0.5613375", "text": "private void doPlane() {\n\n\t\tif (valueWidget....
781da20a8dbe22956d3b0f2ccac67168
FIXME: for some reason this fails if the names are uppercase. why?
[ { "docid": "f5f07c21de63aa1b2ad80a60125554ac", "score": "0.0", "text": "@Test\n public void testMatches1() throws IOException {\n \n Collection<Record> records = new ArrayList();\n records.add(TestUtils.makeRecord(\"ID\", \"1\", \"NAME\", \"aaaaa\", \"EMAIL\", \"BBBBB\"));\n records.add(Tes...
[ { "docid": "82e9abb5686dc3d5ec4bef91b43e1768", "score": "0.6845988", "text": "String getLowerCasedName(String name);", "title": "" }, { "docid": "b93ee8880a45e6984cfa70ccec1268a9", "score": "0.66773486", "text": "String getCapitalizedName(String name);", "title": "" }, { ...
d54d87aeb573009d8f05254d9a63e6bd
Processes requests for both HTTP GET and POST methods.
[ { "docid": "18793384efea46bf40fb584481d0473a", "score": "0.0", "text": "protected void processRequest(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n HttpSession sesion = request.getSession();\r\n response.setContentType(\...
[ { "docid": "86b3b9cc2047172541eece0d46016a5d", "score": "0.67345595", "text": "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response) {\n processGetRequest(request, response);\n }", "title": "" }, { "docid": "98646b5185fcabb1d66d74ecac8e2a51",...
94d93e2344e8eefe7fcdb470563077da
get prefix from qualified name.
[ { "docid": "5b6938696bcbed4977e9b1e116bc241c", "score": "0.6135035", "text": "public static String getPrefix(String s) {\n int idx = s.indexOf(EuclidConstants.S_COLON);\n return (idx == -1) ? EuclidConstants.S_EMPTY : s.substring(0, idx);\n }", "title": "" } ]
[ { "docid": "08382e6764270372cc757dcd8f0f3b28", "score": "0.7923406", "text": "Prefix getPrefix();", "title": "" }, { "docid": "d022bdab66b7520c8d3d8caa3331e8f6", "score": "0.7855404", "text": "public String getPrefixByNamespace(String ns);", "title": "" }, { "docid": "797...