query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
03744a350659c3365de4b29617a855f6
add or remove a cert to a public key and return a new key
[ { "docid": "41adcfc0cb1183dfbe3c939763a126dc", "score": "0.0", "text": "static public PGPPublicKey readPublicKey(PGPPublicKeyRingCollection pkrc, String userId, Keytype keytype, PGPSignature pSig, Op certOp) throws IOException, PGPException\n {\n\n Iterator keyRingIter = pkrc.getKeyRings(userI...
[ { "docid": "2a3eb07f439b25e61d9d649499a37b9f", "score": "0.5653656", "text": "@SuppressWarnings({ \"deprecation\", \"unused\" })\n public static X509Certificate generateStdSSLServerCertificate(\n\t\t\tfinal PublicKey newPubKey,\n\t\t\tfinal X509Certificate caCert,\n\t\t\tfinal PrivateKey caPrivateKey...
cb3ae8373dd69847a07342c82b43b942
take values from both heap table and symbol table, concatenate them
[ { "docid": "4f82ef7b9f3062a0d484229c7e8a380c", "score": "0.6662881", "text": "List<Integer> get_addresses_from_symbol_table(Collection<Value> symbol_table_values,Collection<Value> heap)\r\n {\r\n return Stream.concat(heap.stream().filter(v -> v instanceof ReferenceValue).map(v -> {ReferenceVal...
[ { "docid": "7a0f8850a42c59605678b75722a03ee1", "score": "0.53873426", "text": "public void buildSymbolTable(SymbolTableStack tables) {}", "title": "" }, { "docid": "d5a15256f6e4e899d5352ffdb153584b", "score": "0.529675", "text": "Table buildSymbolTables() {\n\t\tTableInitializer tabl...
2332211fc820b2dc59da285c3ff3efae
Whether the file name path will get leading paths stripped; so it's just the file name.
[ { "docid": "9a0363c60b91618ee305aec7e87efacf", "score": "0.0", "text": "Boolean isFlatten();", "title": "" } ]
[ { "docid": "93faaa35c76cfa4705690ddc305298fa", "score": "0.6530243", "text": "private boolean checkFileName(String filePath, FileSystemI filesys){\r\n String fileName = \"\";\r\n //If filename is given as absolute path then grab the fileName\r\n if(filePath.contains(\"\\\\\")) filePath.substrin...
117ee9384201ecc1353525018ec528f1
Helper binding method for function: longArray_subscript.
[ { "docid": "e6d6921219ea49a1300142af152c0f9f", "score": "0.7629186", "text": "public static final SourceModel.Expr longArray_subscript(SourceModel.Expr array, SourceModel.Expr index) {\n\t\t\treturn \n\t\t\t\tSourceModel.Expr.Application.make(\n\t\t\t\t\tnew SourceModel.Expr[] {SourceModel.Expr.Var.make...
[ { "docid": "f089a2204943b22e57e965fb05b609da", "score": "0.6484543", "text": "public int get(int index, long[] a) {\n/* 356 */ return get(index, a, 0, a.length);\n/* */ }", "title": "" }, { "docid": "e77b780b2e66c9b0cc143c3eb95865ef", "score": "0.6430296", "text": "public s...
0cb4d2328d9f83923af335064e544206
optional uint32 time = 7;
[ { "docid": "ec44f0a80e4413fe18496a2539e9861f", "score": "0.5870746", "text": "public int getTime() {\n return time_;\n }", "title": "" } ]
[ { "docid": "6873dcd70a57cf3cfe8bcad2d216cb0e", "score": "0.6454935", "text": "public int getTime(){\n return time;\n }", "title": "" }, { "docid": "7ee6623a3db644a32accabb73e1f7caa", "score": "0.63510466", "text": "static public void setTime(Long ntime) {\n \ttime = ntim...
0d7b0de7b459c2eb7505fbfd610e264c
property defining the need to resolve the change list
[ { "docid": "2c2959a8fbc8d60ff761c77ed8e6408c", "score": "0.0", "text": "public void setNeedsResolveProperty(String needsResolveProperty) {\n this.needsResolveProperty = needsResolveProperty;\n }", "title": "" } ]
[ { "docid": "e8c2e0d0d4548f71c33cb55b231f36d2", "score": "0.6063085", "text": "@Override\n public boolean hasChanges() {\n return false;\n }", "title": "" }, { "docid": "86df3667e1d729b03569e583f2c84a2c", "score": "0.60245776", "text": "@Override\r\n\tpublic boolean isCha...
a3a17c66a6eec99a86eca67f1571d69e
GENFIRST:event_jMenuItem4ActionPerformed TODO add your handling code here:
[ { "docid": "4aea608ae87654913162f6470153e565", "score": "0.71438986", "text": "private void jMenuItem4ActionPerformed(java.awt.event.ActionEvent evt) {\n System.exit(0);\n }", "title": "" } ]
[ { "docid": "642bfeac4f48fb310da625745a1e6280", "score": "0.8554671", "text": "private void jMenuItem3ActionPerformed(java.awt.event.ActionEvent evt) {\n }", "title": "" }, { "docid": "1bd86d9dfd529addd90e8e6e72e74a3e", "score": "0.85420614", "text": "private void jMenuItem5ActionP...
007c1820399ae9235f4f6683fec885ea
/ Copy file to a safe location
[ { "docid": "6b124569387ce232b01a44d2ec8b0932", "score": "0.0", "text": "public String execute()\n {\n\t destPath = \"E:/OKKYOProject/OKKYOProject_14-08-2015_new/WebContent/imageUploads/\";\n \n try{\n \t System.out.println(\"-----uploadFile----\");\n \t con = DBconnect.getConnectio...
[ { "docid": "d87a6779fc2152dec00e1e66376690c9", "score": "0.70607686", "text": "private static void copyFile(File fromFile, File toFile) {\n FileInputStream from = null;\n FileOutputStream to = null;\n try {\n from = new FileInputStream(fromFile);\n to = new Fil...
f6e41d72b86d6ef8bf3aa2b977011d46
Test case number: 22 /Coverage entropy=0.4898709102748832
[ { "docid": "61474cb38788972614cd280e1a5f9a17", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test022() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\".<f6D$FI\");\n xPathLexer0.div();\n xPathLexer0.nextToken();\n xPathLexer0.div();\n Token token...
[ { "docid": "908b453abba4f9b283f2ab5581a6e3f1", "score": "0.66879094", "text": "@Test(timeout = 4000)\n public void test27() throws Throwable {\n Discretize discretize0 = new Discretize(\"/{~rh~s9\");\n discretize0.setBins((byte)2);\n assertEquals(2, discretize0.getBins());\n }", "...
73c43d631c4277385e9149cc57e0ee87
Get the table of address globals allocated.
[ { "docid": "7120f414809526b26c47f0c0323f6de1", "score": "0.7623687", "text": "public static Hashtable getGlobalAddrVariables() {\n return addrGlobals;\n }", "title": "" } ]
[ { "docid": "e9934b23ece437a85e5f059af7944bef", "score": "0.74015355", "text": "private void allocateGlobals(SymbolTable table) {\n // Assign each symbol a (base, offset) pair\n for (Symbol symbol : table.getSymbols()) {\n allocateVariable(table, symbol);\n }\n }", "title": "" }, {...
0a5533d991d057577c83c0be280541b9
TODO fix for file descriptor ints and Buffers TODO support multiple options
[ { "docid": "485624866dad29868b4a7fa12b6c6583", "score": "0.0", "text": "public void appendFile(String path, String data, Consumer<Exception> callback) {\n\t\tnew Thread(new Runnable() {\n\t\t\tpublic void run() {\n\t\t\t\ttry {\n\t\t\t\t\tFiles.write(sanitisePath(path), data.getBytes(StandardCharsets.UT...
[ { "docid": "59275e05436b294fec4d17ee647ae90e", "score": "0.55311126", "text": "public static void main(String[] args) throws IOException {\n\t\t\r\n\t\t\r\n\t\tFileChannel fileChannel = null;\r\n\t\t\r\n\t\tByteBuffer byteBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY,\r\n\t\t\t\t100, 200);\r\n\...
3120084f181a8132d6b4583325443283
Build call for listResourceQuotaForAllNamespaces
[ { "docid": "134785ac8ab48683b95b7630a972cbbb", "score": "0.619892", "text": "public okhttp3.Call listResourceQuotaForAllNamespacesCall(\n Boolean allowWatchBookmarks,\n String _continue,\n String fieldSelector,\n String labelSelector,\n Integer limit,\n String pretty,\n ...
[ { "docid": "9881f73b6837b6e91ca8893512fd39c5", "score": "0.6279619", "text": "public okhttp3.Call listResourceQuotaForAllNamespacesAsync(\n Boolean allowWatchBookmarks,\n String _continue,\n String fieldSelector,\n String labelSelector,\n Integer limit,\n String pretty,\n ...
3845e32f94749f30dedba8f65912d918
Layout | ScreenLayout | List | Text | Button | Label
[ { "docid": "62a2f207729fad0770959c94d035d66e", "score": "0.0", "text": "public Alternatives getAlternatives() { return cAlternatives; }", "title": "" } ]
[ { "docid": "4a2b11bcd64060debd50981fc6694dd2", "score": "0.60411024", "text": "void layout();", "title": "" }, { "docid": "5d0c1a2183b53b78117d6240a6a2fd82", "score": "0.5934447", "text": "public void iLayout();", "title": "" }, { "docid": "a96706b298428f26071ddd07ff86c4b...
74840c39110ee2c86bdc2f32c15df84b
Method to read the config file and get the user inputs set by the user
[ { "docid": "3b2ba5a49cf0b3c8f516cdf313273f4d", "score": "0.65325475", "text": "public void readProperties() {\r\n\t\tFile configFile = new File(\"config.properties\");\r\n\t\t \r\n\t\ttry {\r\n\t\t FileReader reader = new FileReader(configFile);\r\n\t\t Properties props = new Properties();\r\n\t\t...
[ { "docid": "48cbf195506fa1aff146688fa94ac97c", "score": "0.71247584", "text": "private void readUserParamsFromFile() throws IOException {\n\t\tBufferedReader br = null;\n\t\tif (Starter.isJarExport()) {\n\t\t\t\n\t\t\tbr = new BufferedReader(new FileReader(new File(Constants.CONFIGURATION_PATH_JAR + Fil...
a8bcc6efb657fa997071cdec078d9dce
This method was generated by MyBatis Generator. This method corresponds to the database table wet_hydrogen
[ { "docid": "cf9a7a9ba65b1e2740f2de7ee5d57f51", "score": "0.48023513", "text": "int insert(WetHydrogen record);", "title": "" } ]
[ { "docid": "a3d869085959a4cf457a76b79be4b154", "score": "0.6557323", "text": "WetHydrogen selectByPrimaryKey(Integer id);", "title": "" }, { "docid": "0151a0333797b9291e8d97fe78dc6c1c", "score": "0.5973941", "text": "List<WetHydrogen> selectByExample(WetHydrogenExample example);", ...
ec419b2abd85e5fbb202cb8c49a5d82b
1.Ensure the GraphComputer has not already been executed.
[ { "docid": "2b4bef7d81f027df99d9e187f61e04fe", "score": "0.60449415", "text": "private void validateStatePriorToExecution() {\n if (this.executed) {\n throw Exceptions.computerHasAlreadyBeenSubmittedAVertexProgram();\n } else {\n this.executed = true;\n }\n ...
[ { "docid": "0421ef54b36cc961ce65e7ba6306f037", "score": "0.62871057", "text": "@Override\n protected boolean checkGraphRequirements() {\n if (mInstance.getGraph() == null)\n return false;\n else {\n WindyGraph mGraph = mInstance.getGraph();\n if (!Common...
c2238142b07e87396d6d0f6671f560d3
Basic constructor for the Blackjack game
[ { "docid": "bb71963df05f9a02d2788517c9dfeacc", "score": "0.6738836", "text": "public Blackjack(Player player, NetworkClient networkClient) {\n\t\tsuper(player, networkClient);\n this.player = player.getUsername();\n this.networkClient = networkClient;\n networkClient.addListener(new...
[ { "docid": "57cb747e0a5ef8e6fd4c2172208d5d62", "score": "0.8627474", "text": "public BlackjackHand() {}", "title": "" }, { "docid": "83213f054eea2d00d4c2e9d59ce4773c", "score": "0.76559836", "text": "public BlackjackGame(String Name){\r\n\t\tsuper(Name);\r\n\t}", "title": "" },...
086631147ec1af12d3c3d30bd5b53771
This method was generated by Abator for iBATIS. This method corresponds to the database table HBDW1.EP_TASK_STEP
[ { "docid": "483198a8dc737b2e141996841df313a5", "score": "0.0", "text": "public int countByExample(EpTaskStepExample example) {\n Integer count = (Integer) getSqlMapClientTemplate().queryForObject(\"EP_TASK_STEP.abatorgenerated_countByExample\", example);\n return count.intValue();\n }"...
[ { "docid": "37161f7f6038fbf96cc1681e6a69dda2", "score": "0.6436623", "text": "java.lang.String getStep();", "title": "" }, { "docid": "8a44257fbf14d00a75ee4251de63078c", "score": "0.60667354", "text": "@Override\n\tpublic void startStep(BeanStep step) throws BaseException {\n\t\tConn...
47350c420c815d3d0d8560e3c0cc6525
added by Loc Nguyen 2009.12
[ { "docid": "f10c88232def61721260a94c2d022aa5", "score": "0.0", "text": "public void removeAttribute(String concept, String name) {\n \tif(!concept.equals(\"personal\")) {\n \t\tSystem.out.println(\"Only remove personal information!\");\n \t\treturn;\n \t}\n \tif(name.equals(\"id\") || nam...
[ { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6190195", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { "docid": "f777356e2cd2fecd871f35f7e556fda8", "score": "0.6030755", "text": "public void mo3640e() {\n }", "title": "" }, { "docid"...
472ac832a135d71122ee45bea47bb9e7
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old ReplicaSets". +optional optional int32 revisionHistoryLimit = 6;
[ { "docid": "d1fb7f5c4fc23e2ba276e768ba5f31f6", "score": "0.75860655", "text": "int getRevisionHistoryLimit();", "title": "" } ]
[ { "docid": "2d7aba94d35b51a1a1186d9247eca91e", "score": "0.75872517", "text": "@ApiModelProperty(value = \"The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.\")\n public Integer getRevisionHistoryLimit() {\n ...
c840b76df3873fa60bf8922de29c3d41
Tests the equals() method for two empty objects.
[ { "docid": "4090e41db0f55694c042e31d4a6dc524", "score": "0.0", "text": "public void testEqualsUndefined()\n {\n assertTrue(\"Equals not reflexive\", textData.equals(textData));\n StaticTextDataImpl std = new StaticTextDataImpl();\n checkEquals(std, true);\n }", "title": ""...
[ { "docid": "24b574f5287bf731e65682eefa143cb8", "score": "0.7336266", "text": "@Test\r\n public void testEqualsWhenOtherObjectIsNull() {\r\n Result obj = null;\r\n boolean expResult = false;\r\n boolean result = instance.equals(obj);\r\n assertEquals(\"Method returned that ...
4bcc388fda4eb5f2e6d7e3d89c9778d8
Test of fromArray method, of class PersistentMapFactory.
[ { "docid": "9540b4c57e6a2a9601d4140f5b6725c1", "score": "0.6164365", "text": "private static void testFromStreamArrayImpl(final Class<?> c) {\n System.out.printf(\"FromStreamArray(%s)\\n\", c.getName());\n\n final PersistentMapFactory<Integer, Integer, ? extends PersistentMap<Integer, Integer, ?>>...
[ { "docid": "350817c897669099487e4ee4b8949675", "score": "0.62452215", "text": "@Test\n\tpublic void testToArray() throws Throwable {\n\t\tArrayMapper arrayMap = new ArrayMapper(context);\n\n\t\t// write to array.\n\t\tObject[] values = arrayMap.toArray(test);\n\n\t\t// convert to object.\n\t\tAtomicDate...
ad3b556d890b74f60a8a005a4625da3f
Method that returns the username
[ { "docid": "b4c08dafe9be28fe9d706fbd41f77551", "score": "0.0", "text": "public String getUsername() {\n return Username;\n }", "title": "" } ]
[ { "docid": "0499fd87beada200a8c90bf15f02b6b7", "score": "0.92431605", "text": "java.lang.String getUsername();", "title": "" }, { "docid": "0499fd87beada200a8c90bf15f02b6b7", "score": "0.92431605", "text": "java.lang.String getUsername();", "title": "" }, { "docid": "0499...
c7f529a644846ae21d2e15b7a8a4e988
final static String ISO8601_DATE = ("YYYYMMDDTHH:mm:ss.SSSZ");
[ { "docid": "400c5687303585d25e90eae525f8e75f", "score": "0.0", "text": "@Override\n\tprotected void doGet(SlingHttpServletRequest req, SlingHttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\n\t\tLOGGER.info(\"SaveImageToDamServlet ::: do Get 444444444444\");\n\t\ttry {\n\t\t\tpar...
[ { "docid": "e3877cb52cec49e5f1d926974b8639ed", "score": "0.71031916", "text": "public void testFormatISODate () {\n out.println(\"formatISODate\");\n Date date = new Date(19872000);\n String expResult = \"1970-01-01T00:31:12Z\";\n String result = formatISODate(date);\n ...
b407c66176b09ee4b7ab0eb0dcc3bfe7
in the 2d array an empty space is a 0, player is 1, vampire is 2 iterates through and sets every space to empty then sets the player position then creates vampires and sets their position on the board
[ { "docid": "64b194f3010cbe622a1fd3239ff4767f", "score": "0.7023341", "text": "public void createGameBoard(int vampires) {\n for(int l = 0; l < this.height; l++) {\n for(int h = 0; h < this.length; h++) {\n this.gameBoard[l][h] = 0;\n }\n }\n \n ...
[ { "docid": "6e0e03eb64668ff17f409e15e1a4e19f", "score": "0.7709057", "text": "public void updateGameBoard() {\n for(int l = 0; l < this.height; l++) {\n for(int h = 0; h < this.length; h++) {\n this.gameBoard[l][h] = 0;\n }\n }\n \n int[] ...
d994816f6cc649a783b799a18112d96b
get bytes from datagram packet
[ { "docid": "4a32baec877c8d0e0f9219882a334f92", "score": "0.0", "text": "private String getPacketContent(final ByteBuf byteBuf) {\n StringBuffer sb = new StringBuffer();\n for (int i = 0; i < byteBuf.capacity(); i++) {\n if (byteBuf.getByte(i) != 0) {\n sb.append((...
[ { "docid": "2c0eeb38d397381c5c186edb9414ebd8", "score": "0.6737774", "text": "public byte[] getPacketData() {\n ByteBuffer z = ByteBuffer.wrap(new byte[200]);\n \n // handle and name of sender\n z.putShort((short) senderhandle.length);\n z.put(senderhandle);\n z...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d7033a83f0559a451076fa0d5e137f58", "score": "0.0", "text": "@Override\npublic void onItemSelected(AdapterView<?> arg0, View arg1, int arg2, long arg3) {\n\tString item = arg0.getItemAtPosition(arg2).toString();\n\t\n\t// Showing selected spinner item\n\tif(item.equals(\"All Barangay\")){\n\t...
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
2df17b6fcfb59071fe0de174ce4b8089
Add to homepage node to Firebase
[ { "docid": "0f9c396581693acc0b508a7b13295d33", "score": "0.62295365", "text": "public void addToHome(List<String> myvalue, final String mysong) {\n\n String myid = FirebaseAuth.getInstance().getCurrentUser().getUid();\n DatabaseReference mDatabase7 = FirebaseDatabase.getInstance().getRefer...
[ { "docid": "ded0f5a1721d3ed80c989385980e78c3", "score": "0.5870877", "text": "private void storeNewUserData() {\n DatabaseReference reference = FirebaseDatabase.getInstance().getReference(\"Users\");\n //reference.setValue(\"Helloo\");\n FirebaseUser user = FirebaseAuth.getInstance(...
6b8b0edafc027d375ffbf71da883d77e
public boolean setGlazed = false; public int setLastGlazed = 0;
[ { "docid": "0ad48a6c448ec2f6a713d0f5cf1bf4b1", "score": "0.0", "text": "public ExecuteRules(ItemFrame myframe) {\n\t\tmyFrame2 = myframe;\n\t}", "title": "" } ]
[ { "docid": "0fd20ce3ef684bc91913e46a7f484e8d", "score": "0.6561427", "text": "public void setTrue() {\n/* 107 */ this.value = true;\n/* */ }", "title": "" }, { "docid": "b07fa371b39d89d85ee2b46058153640", "score": "0.65476817", "text": "private void set() {\n\t\t\r\n\t}", ...
804c3f5d88a73cdd2724610e73eb034f
/ Crc32 / &param buffer the bufer for wich the crc is computed / &param start the index inthe buffer for wich the crc is computed / &param count the length to compute crc / &param crc ???to be documented??? / &return ???to be documented???
[ { "docid": "0becf99a5ca3519a497dec020cc63359", "score": "0.77372175", "text": "static public int Crc32(byte buffer[], int start, int count, int crc)\r\n\t{\r\n\t\tif (DevConfig.sprite_useDynamicPng)\r\n\t\t{\r\n\t\t\tcrc ^= 0xFFFFFFFF;\r\n\t\t\twhile (count-- != 0)\r\n\t\t\t\tcrc = crcTable[(crc ^ buffe...
[ { "docid": "34b56ca8f4607781086d959241a759c5", "score": "0.64609855", "text": "void writeCRC(){\n crc = new CRC32();\n\n buffer.position(0);\n\n byte[] data = Arrays.copyOfRange(buffer.array(), 0, buffer.array().length-CRC_SIZE);\n crc.update(data);\n buffer.position(b...
39dccdc8c04231b057122a8f535e1447
parent object that holds all adminHourStatistics(current adminHourStatistics also)
[ { "docid": "bbf61611e423e794bb538e95e8de3f79", "score": "0.74512416", "text": "public AdminHourStatistics() {\n }", "title": "" } ]
[ { "docid": "566ab4b6dc9c48a008c05e2ae166f3d2", "score": "0.63750744", "text": "public SummaryByHour() { }", "title": "" }, { "docid": "73e4d841ac07404427367f865b173373", "score": "0.5951903", "text": "public Statistics() {\n\t\tsuper(\"statistics\", org.kallithea.ldap.sync.jooq.Publi...
9b06fa86a43224721507753fb9325436
Constructs a fetch specification iterator for a fetch specification, an optional set of prefetched primary keys and a batch size. All objects will be fetched from the given editing context. Note that you can switch out different editing contexts between calls to nextBatch. Note: if no ec is supplied a new one is initia...
[ { "docid": "b35c95b013bc1b3ce2f3436901d53d7a", "score": "0.70640403", "text": "public ERXFetchSpecificationBatchIterator(EOFetchSpecification fetchSpecification, NSArray pkeys, EOEditingContext ec, int batchSize) {\n super();\n\n EOEntity entity = ERXEOAccessUtilities.entityNamed(ec, fetch...
[ { "docid": "c8b5642d388308ad4dd1a5d80abd7172", "score": "0.7018039", "text": "public ERXFetchSpecificationBatchIterator(EOFetchSpecification fetchSpecification, EOEditingContext ec) {\n this(fetchSpecification, ec, DefaultBatchSize);\n }", "title": "" }, { "docid": "6f4bc634969da9e...
44fd90d58a1bc2ca86c253a2792cb02c
Represents that a cell has been selected.
[ { "docid": "6615212fdb1ef46c3b123ba3deca72f9", "score": "0.67371553", "text": "void cellSelected(Coord coord);", "title": "" } ]
[ { "docid": "53e85c14fd956b113dac0eef30a1bac4", "score": "0.67474943", "text": "public boolean isSelected() { return _selected; }", "title": "" }, { "docid": "53e85c14fd956b113dac0eef30a1bac4", "score": "0.67474943", "text": "public boolean isSelected() { return _selected; }", "...
6a2dcde786c8986c688da1760205c660
Allows caller to set the Public Key Callback for RSA Signing. The callback should return 0 for success or a negative value for an error. The ssl and ctx pointers are available for the users convenience. in is the input buffer to sign while inSz denotes the length of the input. out is the output buffer where the result ...
[ { "docid": "e702744fd170cb6105b5de2caaa58a35", "score": "0.5691904", "text": "public void setRsaSignCb(WolfSSLRsaSignCallback callback)\n throws IllegalStateException, WolfSSLJNIException {\n\n if (this.active == false)\n throw new IllegalStateException(\"Object has been freed\"...
[ { "docid": "d7248427a7f96d00cdc929eb77b9f122", "score": "0.5281704", "text": "public void setRsaEncCb(WolfSSLRsaEncCallback callback)\n throws IllegalStateException, WolfSSLJNIException {\n\n if (this.active == false)\n throw new IllegalStateException(\"Object has been freed\");...
cd21469078d440402bd230c6246a6cf6
Referenced classes of package android.app.backup: BackupProgress
[ { "docid": "ca5b62845697bbb77f61e033a7615621", "score": "0.5470688", "text": "public interface IBackupObserver\r\n extends IInterface\r\n{\r\n public static abstract class Stub extends Binder\r\n implements IBackupObserver\r\n {\r\n\r\n public static IBackupObserver asInterface(IB...
[ { "docid": "b20e091519cce8c9f7d2bd3eaa08ce72", "score": "0.60213107", "text": "public BackupProgressDialog() {\n super();\n init();\n }", "title": "" }, { "docid": "6c3ccdbf4d7e92d32e494bc379398453", "score": "0.5730097", "text": "@Override\n ...
85cd58393ccef2bdb34ca1eaac79a46d
Created by Liompei on 2016/10/8.
[ { "docid": "b7a6d259f42538e06bbade391da54daf", "score": "0.0", "text": "public interface LoadMoreListener {\n void loadMore();\n}", "title": "" } ]
[ { "docid": "ea8460c7314de45803a19bf7c984d4bf", "score": "0.6095159", "text": "@Override\n public void perish() {\n \n }", "title": "" }, { "docid": "1260bf70decb91faff8466bae6765ba2", "score": "0.59078366", "text": "private stendhal() {\n\t}", "title": "" }, { ...
1721ac07b0b99c708f23064bd5c27bfe
Handle a raft configuration change request from client.
[ { "docid": "ba61995f73c1b81d6247d1de82a1323e", "score": "0.5704675", "text": "public CompletableFuture<RaftClientReply> setConfigurationAsync(SetConfigurationRequest request) throws IOException {\n LOG.info(\"{}: receive setConfiguration {}\", getMemberId(), request);\n assertLifeCycleState(LifeCy...
[ { "docid": "b100767f53d43dfbadf4f1f45bcc6263", "score": "0.6048752", "text": "@EventListener\n public void handleConfigurationModifiedEvent(final CasConfigurationModifiedEvent event) {\n if (this.contextRefresher == null) {\n LOGGER.warn(\"Unable to refresh application context, sinc...
fd8ca8bc9b1a5f0211de3d43bcf0a0aa
email add of the student
[ { "docid": "fdb5f896df50291296f9624d5fa9b612", "score": "0.0", "text": "private boolean emailAddress1Checker() {\n char atSymbol = '@';\n String dotCom = \".com\";\n String emailAddress = email.getText().trim();\n boolean tester = true;\n //find the @ symbol\n i...
[ { "docid": "a2a8c639565d915592a5a81ace544ad4", "score": "0.6974155", "text": "private static void addEmail(String e) {\n\t\temail.add(e);\n\t}", "title": "" }, { "docid": "c519171a53057200c85134a4c1c0ed16", "score": "0.6789513", "text": "public void addEmail() {\n\t\temailUser.setUsu...
6146cd188546535e9e9341a449ea59b9
display current information about this process
[ { "docid": "7d406af11be44afce0221e1829708da9", "score": "0.0", "text": "public static void main(String args[]) throws InterruptedException {\n Runtime rt = Runtime.getRuntime();\n long usedKB = (rt.totalMemory() - rt.freeMemory()) / 1024 ;\n System.out.format(\" Process ID: %d\\n\"...
[ { "docid": "c2b82ba12825339502fea92312173789", "score": "0.7071688", "text": "public static void p_show_info_program() {\n System.out.println(\"-------------------------------------------\");\n System.out.println(\"! SoftSavedMoney V1.0 !\");\n System.out.println...
3db00b163b9b703aa8d764675f7f2dfa
Creates an Article with given email and status
[ { "docid": "617accc362a3778e4b4b0868f1933448", "score": "0.80570155", "text": "public static Article createArticleByUserWithStatus(String email, Status status) {\n Article article = Article.builder()\n .id(new ObjectId())\n .emailId(email)\n .name(text...
[ { "docid": "4b9e4a3888018b890b20b809c5c7086a", "score": "0.71541125", "text": "public static List<Article> createArticlesWithStatus(String email, Status status) {\n List<Article> articles = new ArrayList<>();\n articles.add(createArticleByUserWithStatus(email, status));\n articles.a...
ae4c095ae3ca59360383e9744a1fda62
Set user address details if needed
[ { "docid": "529bd329847c83b783fdb29aff6de12d", "score": "0.0", "text": "public void setDetails(String details) {\n\t\tthis._details = details;\n\t}", "title": "" } ]
[ { "docid": "a104bf9f51c10c83e58100033e7250eb", "score": "0.74467826", "text": "public void setUserAddress(String userAddress) {\n this.userAddress = userAddress == null ? null : userAddress.trim();\n }", "title": "" }, { "docid": "25dadaf11df1cc6e670c19022b4c5f44", "score": "0....
bf56098f92b768ac3d54673cb71e030b
Escapes serialized JSON which should be used in JavaScript code that is rendered inside a script tag. The characters & are escaped with hex notation. Other characters are not modified and it is assumed that they were already escaped correctly by the JSON serializer. This method should only be used in pages that are UTF...
[ { "docid": "05f479b4f3c5c7fa499b4ecfe18b5078", "score": "0.6368189", "text": "public static String escapeJsonInlineHtml(String str) {\r\n int length = str.length();\r\n StringBuilder result = new StringBuilder();\r\n for (int i = 0; i < length; i++) {\r\n char ch = str.ch...
[ { "docid": "b8af6e896f00a0ad42b252a1a104a024", "score": "0.6465858", "text": "private static Object escapeJavaScriptString(String s) {\r\n s = StringEscapeUtils.escapeJavaScript(s);\r\n s = s.replace(\"</\", \"<\\\\/\");\r\n return s;\r\n }", "title": "" }, { "docid":...
36b895c3ad20f38ed788f234b2a4167c
optional .protobuf_unittest.LazyInnerMessageLite inner = 3 [lazy = true];
[ { "docid": "ae4270ea7d3647310b44964dc69f966e", "score": "0.88678485", "text": "protobuf_unittest.LazyFieldsLite.LazyInnerMessageLite getInner();", "title": "" } ]
[ { "docid": "ea5fb6a8b7011c49e2a3ce2588970bcf", "score": "0.82809776", "text": "protobuf_unittest.LazyFieldsLite.LazyNestedInnerMessageLite getNested();", "title": "" }, { "docid": "19d9944b345ee8d7cb7dc179d92b23be", "score": "0.75407887", "text": "public protobuf_unittest.LazyFieldsL...
d2eb6a589572fbd7e1b3b844b2de1bb0
Get the top element.
[ { "docid": "c9fc89d8b25a4a2d0a5276651688ed24", "score": "0.66069716", "text": "public int top() {\n if(empty()) return -1314;\n Queue<Integer> tempQueue = new LinkedList<>();\n int queueSize = this.queue.size();\n for (int i = 0; i < queueSize - 1; i++) {\n tempQue...
[ { "docid": "befb4a9ac10713874deb1d752563cf3e", "score": "0.86977124", "text": "public Element top(){\r\n return top.element;\r\n }", "title": "" }, { "docid": "73c119a675e336209f1b779d80b906a4", "score": "0.78826904", "text": "@SuppressWarnings(\"unchecked\")\n public E top...
00e8976cc0da413e3c5a67d3884f8565
Test of getInstance method, of class Singleton.
[ { "docid": "bd9ccd1232fb6bf42e347632a05188c4", "score": "0.690451", "text": "@Test(expected = InvocationTargetException.class)\n public void testForReflectionProtection() throws Exception {\n \n Singleton s1 = Singleton.getInstance();\n \n Class clazz = Class.forName(\"ru....
[ { "docid": "44d1d97200379389acd9bad8649b43b2", "score": "0.7845763", "text": "@Test\n public void testGetInstance() {\n System.out.println(\"getInstance\");\n //MyMath instance = MyMath.getInstance();\n assertNotNull(instance);\n }", "title": "" }, { "docid": "7b13...
b1a638d91801c8cd16e6320bc1fee956
Method to conduct when a shape is clicked
[ { "docid": "250dcf1d1ecc5b2466e066436a6b2bc7", "score": "0.68677664", "text": "public void clickedShape(Shape shape) {\n this.window.removeShape(shape);\n this.bag.remove(shape);\n Shape nextShape = this.bag.pick();\n if (nextShape != null) {\n this.window.addShape...
[ { "docid": "39761126b0221b8986a4cb6eadba8fad", "score": "0.7284608", "text": "void onClick(PointF startPoint);", "title": "" }, { "docid": "fb6af54743ce4b639f3b4622f9102c4c", "score": "0.7107379", "text": "public abstract void clicked();", "title": "" }, { "docid": "1c9d8...
dd8b4bcf09b94aa758623cd77537abd6
/ JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object]
[ { "docid": "b552cb107d051927afb0599b92c53f62", "score": "0.0", "text": "@Override // kotlin.jvm.functions.Function2\n public final Object invoke(Object obj, Continuation<? super Unit> continuation) {\n o oVar = new o(this.h, this.i, continuation);\n oVar.b = (ProducerScope) obj;\n ...
[ { "docid": "1aa8dcd4854a913418e3ac8731de6e03", "score": "0.67527014", "text": "@Override\n public void visitTypeArgument() {\n }", "title": "" }, { "docid": "6e89808e4ea169bc975f7b414e7dacd6", "score": "0.6385586", "text": "private static Type[] m32667a(Object obj) {\n T...
a7c5e1597809ea752da5542c93e81679
//////////// JSON ignores \\\\\\\\\\\\\\\
[ { "docid": "8f42e5894fe01fc02eb2cecca6bc307e", "score": "0.0", "text": "@JsonIgnore\n\tpublic String getUsernameLower() {\n\t\treturn this.usernameLower;\t\n\t}", "title": "" } ]
[ { "docid": "3a8baf6f05f9594908bd14384f1ef37a", "score": "0.68587506", "text": "private static String escapeJsonString(String value)\n {\n return \"\\\"\" + StringEscapeUtils.escapeJava(value) + \"\\\"\";\n }", "title": "" }, { "docid": "dd4ac454d3a65512828aba46783fc590", "score": "0...
0dc188903eeade55e59f0f99cc6b0036
The BPComponentFactory for this Business Process Component. Getter method for the COM property "BPComponentFactory"
[ { "docid": "581cbe9619391d294da3f436d672f10e", "score": "0.7085222", "text": "@DISPID(28) //= 0x1c. The runtime will prefer the VTID if present\n @VTID(39)\n @ReturnValue(type=NativeType.Dispatch)\n Com4jObject bpComponentFactory();", "title": "" } ]
[ { "docid": "c78d1b7d37365a5cd2fe5132abd99201", "score": "0.65232027", "text": "public static BodProcessorFactory getInstance()\n {\n if ( m_Instance == null )\n m_Instance = new BodProcessorFactory();\n\n return m_Instance;\n }", "title": "" }, { "docid": "c184d3c82dcc1...
47be943da8a417a8dcb2151f657fcb01
Creates a new MachineEvent with the given event type
[ { "docid": "6d4cf1be58e0ace093c5a09cf4839dc2", "score": "0.6828", "text": "public MachineEvent(int eventType) {\r\n\t\tthis(eventType, null);\r\n\t}", "title": "" } ]
[ { "docid": "21e1318cca85545ba51febb5ce14bcfc", "score": "0.6706207", "text": "void createEvent(Event event);", "title": "" }, { "docid": "a3dde1262e5bf9dde3b8f59234b4293d", "score": "0.66421854", "text": "public Event createEvent(Event newEvent);", "title": "" }, { "docid...
c00745f5de1de2a6a1f066a075c76087
Creates a filter that reverses the given filter.
[ { "docid": "c3690455dbc2abc0799cb827a2f6c6ac", "score": "0.74294686", "text": "public static FileFilter reverse(FileFilter filter) {\n\t\treturn pathname -> {\n\t\t\treturn !filter.accept(pathname);\n\t\t};\n\t}", "title": "" } ]
[ { "docid": "d3aea4b636cbfffed606a9c6b4b7bd1c", "score": "0.6466621", "text": "Filter createFilter();", "title": "" }, { "docid": "8f3cc8f82a9cda66780c3d1d98b11a0e", "score": "0.55688125", "text": "private FilterAndOrder createFilterAndOrder(String search, String orderString, String r...
b9619e45d8537c9578800810e0d142a0
repeated .com.fuwu.mobileim.model.Message messages = 2;
[ { "docid": "9ae1a71c62ad73b2c178d16c60cd9e9f", "score": "0.0", "text": "public Builder addMessages(com.fuwu.mobileim.model.Models.Message value) {\n if (messagesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureMessage...
[ { "docid": "68b78ca0584a58478940c864a8db721a", "score": "0.6734596", "text": "com.fuwu.mobileim.model.Models.MessageOrBuilder getMessageOrBuilder();", "title": "" }, { "docid": "329f9c3a99913479a101a36f9d6a85ab", "score": "0.6369543", "text": "com.fuwu.mobileim.model.Models.Message g...
a8687dc2a3ca331b8aea787d8bf068a1
repeated .shentu.shield.v1alpha1.ProposalIDReimbursementPair proposalID_reimbursement_pairs = 21 [(.gogoproto.nullable) = false, (.gogoproto.moretags) = "yaml:&92;"proposalID_reimbursement_pairs&92;""];
[ { "docid": "994c3756bb71068d3403e04749295db2", "score": "0.46415296", "text": "public Builder addProposalIDReimbursementPairs(\n int index, shentu.shield.v1alpha1.Genesis.ProposalIDReimbursementPair.Builder builderForValue) {\n if (proposalIDReimbursementPairsBuilder_ == null) {\n ...
[ { "docid": "eeb1b8d91d17460d6b8895e1b4ce5e80", "score": "0.68749917", "text": "java.util.List<? extends shentu.shield.v1alpha1.Genesis.ProposalIDReimbursementPairOrBuilder> \n getProposalIDReimbursementPairsOrBuilderList();", "title": "" }, { "docid": "279fe64c497837b5ba319adc404493d8...
bc8dec0f50870df5a192e38809e176a2
Created by mr.lin on 2019/7/25
[ { "docid": "afc00286fd9603d719becae9181296d1", "score": "0.0", "text": "public interface UserService {\n\n User findUserInfo();\n\n User getCacheUserInfo();\n}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6071463", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "d07c1f5c9d405e36c1ebf9e7e586652e", "score": "0.5541466", "text": "private Solution() {\n /** Not using this function**/\n ...
5faa8eacdc1f24a578d80795337f8290
$ANTLR end "T__22" $ANTLR start "T__23"
[ { "docid": "9b0866880e906a6378322356dcc9e975", "score": "0.0", "text": "public final void mT__23() throws RecognitionException {\n try {\n int _type = T__23;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // /Users/jgf/Documents/Projects/joana/wala/joana.wala.flowless/...
[ { "docid": "b1cdb7d1872ccf7d9c6e65643fe03fa9", "score": "0.5732579", "text": "static final public void stmt() throws ParseException {\n /*@bgen(jjtree) stmt */\n SimpleNode jjtn000 = new SimpleNode(JJTSTMT);\n boolean jjtc000 = true;\n jjtree.openNodeScope(jjtn000);\n try {\n sw...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "1fb9f65716ebe85b10c442a0489dc7b2", "score": "0.0", "text": "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "title": "" } ]
[ { "docid": "3eaf8f99b003aa93e398c7dbb5a93372", "score": "0.7407484", "text": "Response post();", "title": "" }, { "docid": "8fcbd9a61789efae5161afae42b9f0e5", "score": "0.695113", "text": "public void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException...
56f2116db9e83636e2de9d9c108ffc97
Returns the list of products
[ { "docid": "a15d8e4507623a69da93422215bc4b6f", "score": "0.7889088", "text": "public List<Product> getProductsList() {\n return this.exhibitionApplication.getProductsList();\n }", "title": "" } ]
[ { "docid": "a6421b3e2aab3ed1f6f221db42485a78", "score": "0.8435145", "text": "@GetMapping(\"/getProducts\")\n public List<Product> getProducts() {\n ParserEngine parser = new ParserEngine();\n return parser.extractProducts(parser.extractHTML(ParserEngine.CORTE_INGLES_URI));\n }", ...
95e93cdaab27bc5f170ff3efb79b70eb
The following private methods setup the GUI elements Methods automatically generated by Eclipse Visual Editor and then modified by hand to fit needs The default constructor will call getJContentPane which will will create a new JPanel ontop of the frame and then place all the other JPanels into their correct locations....
[ { "docid": "f271d80387eacddbfff43d1eaad158b0", "score": "0.0", "text": "private JPanel\t\t\tgetJContentPane() {\n\t\tif (jContentPane == null) {\n\t\t\tjContentPane = new JPanel();\n\t\t\tjContentPane.setLayout(new BorderLayout());\n\t\t\tjContentPane.add(getBtPanel(), BorderLayout.EAST);\n\t\t\tjConten...
[ { "docid": "af401abd6a025f2383079ee742e094d9", "score": "0.7772673", "text": "private void setupComponents(){\r\n // Configures JPanel\r\n this.jp = (JPanel) this.getContentPane();\r\n this.jp.setBackground(new Color(195, 214, 219)); \r\n \r\n // Configures the ...
14843ce161af646672c10f8495e2d467
Start CalenderServer at given port
[ { "docid": "69beaa0b916503cc3c61b53b00177e4d", "score": "0.5743149", "text": "public ServerConnection(int port) {\n\t\tthis.port = port;\n\t\trunning = initSocket();\n\t\t// start run method\n\t\tthis.start();\n\t\tlogger.info(\"@ServerConnection: Server instance started\");\n\t}", "title": "" } ]
[ { "docid": "3c2e22a70b00354c99fc255d84049a83", "score": "0.705958", "text": "public static void start(int port)\n {\n server = new Server(port);\n \n }", "title": "" }, { "docid": "05300f7e755a645a09255534452e94a1", "score": "0.6739945", "text": "public abstract v...
ac31d962124515c52fba0155488908d6
Retrieves the project space for the given project.
[ { "docid": "8fe8210412d850f6e80999eac2d9a5eb", "score": "0.7368081", "text": "ProjectSpace getProjectSpace(Project project) throws UnkownProjectException;", "title": "" } ]
[ { "docid": "1338ae212a8c80290a43f39d07f6b5eb", "score": "0.61919886", "text": "public Project retrieveProject(long projectId) throws ServiceRuntimeException;", "title": "" }, { "docid": "5980f4fe5ec5af4545d26b02abb8c678", "score": "0.5933557", "text": "public INamespaceValue getProje...
322b4bfb33675d0986122d493b08c46f
Add new tasks to the project to flesh out what you must do
[ { "docid": "3d282540ea583e8ef041c49fd2239598", "score": "0.66604125", "text": "public void addTask(Task newtask) {\n\t\tthis.tasks.add(newtask);\n\t}", "title": "" } ]
[ { "docid": "6320c7b027ff5504bcb9fd98f253babe", "score": "0.7071815", "text": "public void addTask(Task t){\n tasks.add(t);\n System.out.println(\"Task has been add into task list!\");\n }", "title": "" }, { "docid": "a68a8d67e6de02dbd065186a8b5a4e93", "score": "0.6935613...
d9b93a1845bf2a7da94ecd969628a42a
Includes all encryptionrelated information.
[ { "docid": "ee41287f10b733d530d289e2315c3189", "score": "0.62359846", "text": "public void setEncryptionInfo(EncryptionInfo encryptionInfo) {\n this.encryptionInfo = encryptionInfo;\n }", "title": "" } ]
[ { "docid": "9ea79ce7a3b8a1566992e36b9df21903", "score": "0.723053", "text": "public EncryptionInfo getEncryptionInfo() {\n return this.encryptionInfo;\n }", "title": "" }, { "docid": "05dd1b66d937ddc1d0d9765810555b67", "score": "0.6863271", "text": "public String getEncrypt...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "aea50b9860482570e147e8ad569b959d", "score": "0.0", "text": "@Override\n\tpublic void metodoJ() {\n\t\t\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...
867549515d3775753f69afe0d1d59952
Sets the folder ID of this announcement.
[ { "docid": "4266871b59de05c7dbc7e7682cbf4f25", "score": "0.82708246", "text": "@Override\n\tpublic void setFolderId(long folderId) {\n\t\t_announcement.setFolderId(folderId);\n\t}", "title": "" } ]
[ { "docid": "22c6280865ffec4781da7bff925b1924", "score": "0.8004282", "text": "public void setFolderId(long folderId);", "title": "" }, { "docid": "e1c78f9671ff5a41e0402c9cfad0bce0", "score": "0.7842854", "text": "public void setIdFolder( int nIdFolder )\r\n {\r\n _nIdFolder...
c050ec8d2fdd6447d11f001603e7f01f
Handle lines [14 19] of the algorithm, propagating information into and across a call site. We need to implement the part of the tabulation algorithm that deals with asynchronous calls to other contexts in a context sensitive way.
[ { "docid": "3904f39256d79da5e3222344cec2b608", "score": "0.50404674", "text": "protected void processCall(final PathEdge<BasicBlockInContext<IExplodedBasicBlock>> edge) {\n\t\t// This is an asynchronous call \n\t\tBasicBlockInContext<IExplodedBasicBlock> callSite = edge.getTarget();\n\t\tif (ENABLE_CTX_...
[ { "docid": "66fd8bf39231513227bc2f3ea55ac627", "score": "0.5257094", "text": "public abstract void handleLine(String line);", "title": "" }, { "docid": "33e232200da5f3409db8ea4181120218", "score": "0.52492136", "text": "void processCallLog() {\r\n\r\n\t}", "title": "" }, { ...
915c6977dd7d628f3dc43426a9886296
/ 436: / 437:
[ { "docid": "074be2e37c6939401ea1d7865354de4c", "score": "0.49421847", "text": "public String toString()\r\n/* 438: */ {\r\n/* 439:522 */ return \"Luffa-\" + (getDigestLength() << 3);\r\n/* 440: */ }", "title": "" } ]
[ { "docid": "a0e1bf0564e1e01d236fd55549294299", "score": "0.601947", "text": "public int mo36g() {\n return 4;\n }", "title": "" }, { "docid": "d8ae53452e535f3846749d5e88255bd5", "score": "0.5642594", "text": "private final void m46511P() {\n C15593cd.m50346a(this.f40...
a7c24a169c31608a16c69bc2eba38873
Z tabeli zawierajacej nazwy plikow z kursem z odpowiednich lat pobiera i zapisuje do drugiej tabeli nazwy plikow z wybranego przedzialu czasowego
[ { "docid": "c6b1d480aaf929876f2272aae27911c3", "score": "0.0", "text": "public void ToChosenCurrencyTable() {\r\n LocalDate sDate = startDate;\r\n DateTimeFormatter formatter = DateTimeFormatter.ofPattern(\"uuMMdd\");\r\n String startDate = sDate.format(formatter);\r\n\r\n Lo...
[ { "docid": "bd11f93027c784ff6c4d0013a956d382", "score": "0.5632056", "text": "private void mostrarArchivos()\r\n/* 554: */ {\r\n/* 555: */ File directorio;\r\n/* 556: */ File directorio;\r\n/* 557:526 */ if (this.jTextFieldDirectorio.getText().isEmpty()) {\r\n/* 558:527 */ d...
1bf89447b80ec86ff401a389c9f91f7d
/ access modifiers changed from: protected
[ { "docid": "19b008b5ef83a63261ded6564d719338", "score": "0.0", "text": "public final void setParenStart(int i, int i2) {\n if (i >= this.parenCount) {\n return;\n }\n if (i == 0) {\n this.start0 = i2;\n } else if (i == 1) {\n this.start1 = i2;...
[ { "docid": "e0d235a9af5c7ceee4489ed73581c1b6", "score": "0.6985229", "text": "@Override\n\tprotected void doProtectedAbstract() {\n\t\t\n\t}", "title": "" }, { "docid": "1dd3d9bdd67d8cc8bddfe021796a9286", "score": "0.69147605", "text": "@Override\n protected void lodate() {\n\n ...
b5edcca49b8ad16ebedbc9839cd1b6df
Color of the message lines for this mission.
[ { "docid": "b17dbad8258209ab0e2c8b34bcfcf883", "score": "0.0", "text": "Mission(fsats.guiIf.Mission simMission, Client client)\n {\n super(client);\n update(simMission);\n allMessages = client.getMessageTableModel();\n allMessages.addTableModelListener(this);\n tableChanged(nul...
[ { "docid": "798dec2089df21c9a19f9ba1d7fa563b", "score": "0.6972131", "text": "public Color getColor() { return messageColor; }", "title": "" }, { "docid": "dc63ddcd21021c3ac8ad7c7227724cbc", "score": "0.63166994", "text": "public ChatColor getColor() {\n return COLOR;\n }",...
acd836ddfd795699df143e79efb5eaf5
Returns The lowered string Node. This method is believed to be correct independent of the locale of the compiler and the JSVM executing the compiled code, assuming both are implementations of Unicode are correct.
[ { "docid": "bff1fca8e1e991881d1f7aaa7ef95813", "score": "0.5701209", "text": "private Node tryFoldStringToLowerCase(Node subtree, Node stringNode) {\n String lowered = stringNode.getString().toLowerCase(Locale.ROOT);\n Node replacement = IR.string(lowered);\n subtree.replaceWith(replacement);\n...
[ { "docid": "c6418da30de3f08cb46c81d7bb3cfc7b", "score": "0.51933664", "text": "public NormalizedString toLowerCase();", "title": "" }, { "docid": "341b021656130546a4bbc203d98db294", "score": "0.5145678", "text": "Lower createLower();", "title": "" }, { "docid": "9f488f0d5...
55417b5c3ae01706562209ee25d117a6
repeated .CCompendiumGameTimeline games = 1;
[ { "docid": "81e6dd6f751b5a1b93479a569737b040", "score": "0.0", "text": "public Builder setGames(\n int index, MsgGCCommon.CCompendiumGameTimeline value) {\n if (gamesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ...
[ { "docid": "6e2c0f36167703149c7ba08336950c9c", "score": "0.6343483", "text": "MsgGCCommon.CCompendiumGameTimeline getGames(int index);", "title": "" }, { "docid": "3ba4203d569a32e75dd33813c72144c0", "score": "0.58610916", "text": "private void gameUpdate(){\n\t\t\n\t}", "title": ...
f32b91ef976518ca49bf6b27a63f8fd9
Gets the component name.
[ { "docid": "141ead93fbd8916d89621c52c1e22e29", "score": "0.7813885", "text": "public String getComponentName() {\n\t\treturn componentName;\n\t}", "title": "" } ]
[ { "docid": "21657de15593612f5290afd39f8bcc40", "score": "0.826384", "text": "public String getComponentName()\r\n {\r\n return m_sComponent;\r\n }", "title": "" }, { "docid": "443c649694c834f718c823502e23726a", "score": "0.81182855", "text": "public ComponentName getComp...
8ad4a5932ccbbe45c2dd17619a643c6a
optional bool trouble = 11;
[ { "docid": "ec6ad68853a548b817d2c8105df647ec", "score": "0.58874947", "text": "boolean hasTrouble();", "title": "" } ]
[ { "docid": "5f195016d119ee56105d5441d1997132", "score": "0.59690404", "text": "void mo2770a(boolean z);", "title": "" }, { "docid": "6df2deb3627b41cba190dcd79833e572", "score": "0.58403397", "text": "public boolean isTrue() {\n/* 129 */ return this.value;\n/* */ }", "ti...
04d410b1e0ce5c61ecfc315340a25353
Read username and pass from args
[ { "docid": "5c82f6d811625fb2ca7615a2af7a4afe", "score": "0.7297639", "text": "public static void main(String[] args) {\n String username = args[0];\n String pass = args[1];\n// Convert password into array for security\n String[] securePass = pass.split(\"\");\n\n //Try...
[ { "docid": "33f7957a1c626f275615431c04da11b0", "score": "0.76806945", "text": "private String readUsername(String[] args) {\n \t\treturn args[USERNAME_ID];\n \t}", "title": "" }, { "docid": "01e0174cf394b7addb41df5e2d1d25fc", "score": "0.66669565", "text": "private void read() {\n\t\...
af79529e49cb2a16e26594812de0426a
string hh = 30;
[ { "docid": "9704e34cf934d8393f293843cd7fae1e", "score": "0.0", "text": "public Builder clearHh() {\n \n hh_ = getDefaultInstance().getHh();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "a97f144711a90de0fa9241bd2c573f85", "score": "0.6015059", "text": "java.lang.String getHhh(int index);", "title": "" }, { "docid": "924a9c5f538b4ad1c8e1d26803fddf20", "score": "0.6010207", "text": "double getHour23();", "title": "" }, { "docid": "c985233d7a627e...
aaf734210194063e1ca9d0a14593e371
endif Diagnostic print of expression structure. The abstract expression tree is written to the supplied output destination.
[ { "docid": "2177cc45015a1c77bd6ea1ffa4c48d65", "score": "0.0", "text": "public String getExpressionName() {\n return \"data\";\n }", "title": "" } ]
[ { "docid": "7abb87a89a1eac10ba65496c27655d1e", "score": "0.5978641", "text": "public void outputResult() {\n\t\tObjectListNode p = expression.getFirstNode();\n\t\t\n\t\tSystem.out.print(\"Linked List = \");\n\t\tpw.print(\"Linked List = \");\n\n\t\t\n\t\twhile(p != null) {\n\t\t\tStorage store = (Storag...
19f88a2e582415c5c4b34db72759c8b3
Store the given group id
[ { "docid": "4b6bb6d8f21cb2486ff5f66f7d8036b2", "score": "0.77160716", "text": "@Override\n\tpublic void storeGroup(Integer groupID)\n\t{\n\t\tthis.groups.add(groupID);\n\n\t\tthis.notifyJoinedGroup(groupID);\n\t}", "title": "" } ]
[ { "docid": "87de951e72df1cb054cb4098394a0065", "score": "0.7198309", "text": "public void saveGroup(Group group);", "title": "" }, { "docid": "4f18affe2ecfde671a89da07e6bf6817", "score": "0.6973305", "text": "void saveGroup(Group g);", "title": "" }, { "docid": "07a382f57...
5b6359fedf31ece2da73fc8f6c3e0a2d
This method was generated by MyBatis Generator. This method returns the value of the database column t_flow.pay_other_cash_related_to_investment_activities
[ { "docid": "b2022eb97a60d6eeae56c56d69ab0fef", "score": "0.739623", "text": "public BigDecimal getPay_other_cash_related_to_investment_activities() {\n return pay_other_cash_related_to_investment_activities;\n }", "title": "" } ]
[ { "docid": "bf6cadd32129c7c84cd52abb0d76c643", "score": "0.7354808", "text": "public BigDecimal getOther_cash_related_to_investment_activities() {\n return other_cash_related_to_investment_activities;\n }", "title": "" }, { "docid": "141d4c8f9834447301012da28d0cfc0d", "score": ...
df4652b25845e6ca1f881794e4fd71e3
///////////////////////////////////////////////////////////////// // protected methods //// If the actor is delayed, then cancel the delay. Some time after this method is called, the thread that called delay() will be restarted and the delay() method will throw a TerminateProcessException.
[ { "docid": "265730a6d49d25e334443bb60db5abc0", "score": "0.7035698", "text": "protected void _cancelDelay() {\n\t\tObject director = getDirector();\n\t\tsynchronized (director) {\n\t\t\tif (_delayed) {\n\t\t\t\t_cancelDelay = true;\n\t\t\t\t_delayed = false;\n\t\t\t\tdirector.notifyAll();\n\t\t\t}\n\t\t...
[ { "docid": "6de93cb14e7b06e10c6bba3c1d7929c2", "score": "0.64580977", "text": "public void delay(double delta) throws IllegalActionException {\n\t\ttry {\n\t\t\tCSPDirector director = (CSPDirector) getDirector();\n\t\t\tsynchronized (director) {\n\t\t\t\tif (delta == 0.0) {\n\t\t\t\t\treturn;\n\t\t\t\t}...
fc5097a071c29bdee16bcbe2ca945169
This method was generated by MyBatis Generator. This method sets the value of the database column LIKES.COMMENT_ID
[ { "docid": "133445aecbdedb3c1c5c4f9244f3ee0e", "score": "0.69203603", "text": "public void setCommentId(Long commentId) {\n this.commentId = commentId;\n }", "title": "" } ]
[ { "docid": "a4cdb97b442ba4dd5d93b1c64238b6ee", "score": "0.7176886", "text": "public void setCommentId(long commentId) {\r\n this.commentId = commentId;\r\n }", "title": "" }, { "docid": "b44a9d68df0c69564eab7fb2992de7f8", "score": "0.7057892", "text": "public void setComme...
769d8e2cdf839e5cc9b00e2ff380bcf5
Fetches the attack style in the given slot for this weapon (if this is a weapon). Eg, the name of the attack ("Bash", "Chop"), the bonus type used (PersonaCombatStats.BONUS_ATK_CRUSH, etc) and the skills rewarded (Eg Attack or Strength). If called on a nonweapon, returns null. If the given slot is invalid, returns null...
[ { "docid": "d536f7e7e9fdfc9d8f7e74579c8ca979", "score": "0.8081651", "text": "public AttackStyle getAttackStyle(int slot) {\n if ((slot < 1 || slot > 4) && slot != -1) {\n throw new IllegalArgumentException(\"Slot must be between 1 and 4 inclusive.\");\n }\n\n Integer v =...
[ { "docid": "e7e4bb119d56ad71f7fdcf0c48b8dc5f", "score": "0.5771623", "text": "public static int getMeleeBonusStyle(int weaponId, int attackStyle) {\n\t\tif (weaponId == -1) {\n\t\t\treturn BonusConstants.CRUSH_ATTACK;\n\t\t} else {\n\t\t\tif (weaponId == -2) {\n\t\t\t\treturn BonusConstants.CRUSH_ATTACK...
41b44cd206b78424960ae0d7dbc9e417
Called when the activity is first created.
[ { "docid": "0aad6fef2531e09a53c6e772dd28fbb0", "score": "0.0", "text": "@Override\n\tpublic void onCreate(Bundle savedInstanceState) {\n\t\tsuper.onCreate(savedInstanceState);\n\t\tsetContentView(R.layout.main);\n\n\t\taddListnerOnButton();\n\t}", "title": "" } ]
[ { "docid": "e9bd3a65071667c27eef9886d6e1d4bb", "score": "0.7917179", "text": "@Override\n\tpublic void onActivityCreated(Bundle savedInstanceState) {\n\t\tsuper.onActivityCreated(savedInstanceState);\n\t\tinit();\n\t}", "title": "" }, { "docid": "27c8b0670990e74215709bfc05340077", "score...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "59b1f29ad338603bef92bbceb03d19e7", "score": "0.0", "text": "@Override\r\n\tpublic void moverRaton(MouseEvent e) {\n\r\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": "" ...
ab288d8d964c6360939b5ac892c4940e
TODO ADD Groups and Group Pivots TODO wire these utilities ////////////////////////////////////////////////////// Utilities
[ { "docid": "d3fbd655d72dfc58e69ea9cf0085c211", "score": "0.0", "text": "JSONArray getResourcesByUser(String userId, int offset, int count) {\n\t\tJSONArray result = new JSONArray();\n\t\tIResult r = pivots.listPivotsByUser(userId, offset, count);\n\t\tList<JSONObject> x = (List<JSONObject>)r.getResultOb...
[ { "docid": "25c5fbb51c8b96fe1855d8bbbcf3df94", "score": "0.56704956", "text": "protected abstract void createTableGroup();", "title": "" }, { "docid": "09877fb5e714a0e882c1c304393bd18f", "score": "0.54642123", "text": "private static void testPackGroup() {\n\t\tGroup group = new Grou...
2a708aa77699e0865e4785f4b63ccfce
Gets the set of players that are in this party
[ { "docid": "da1474c33c95bc3a129222476fa4ac12", "score": "0.7732766", "text": "public Set<UUID> getPlayers() {\n return Collections.unmodifiableSet(players);\n }", "title": "" } ]
[ { "docid": "a93a5c146895d00272452f7f7e9bc327", "score": "0.77389705", "text": "public Set<String> getPlayers() {\r\n \t\treturn new HashSet<String>(this.players);\r\n \t}", "title": "" }, { "docid": "7792db74b94e3ea3d80aaa61441ca71e", "score": "0.7360942", "text": "public Set<String>...
434b3f26362444ef47e0aa7a59766433
Build alias from path
[ { "docid": "3ca33a223e6614cb73d827a4d1c6bd75", "score": "0.5492234", "text": "private static String buildCertificateAlias(Uri certFile) {\n File file = new File(certFile.getPath());\n String filename = file.getName();\n long lastModified = file.lastModified();\n int lastDotPo...
[ { "docid": "ce6ea0c6143d90dafd91b12cf5ba11dd", "score": "0.6212564", "text": "String generateAlias();", "title": "" }, { "docid": "0435e1c05981c29c7e26058c5a6325e6", "score": "0.6183506", "text": "public void addAlias(String path, String alias) {\n rootNode.addCommandAlias(pat...
eb2d75bf34bac357eb3a8b2fb5bafabf
Search for in the direction given (1 to search down, 1 to search up)
[ { "docid": "e82c82b375eb622c1fb99310ebe127ac", "score": "0.0", "text": "protected static int searchForDoubleHash(Document document, int startLine, int direction) {\n int lineCount = document.getLineCount();\n CharSequence text = document.getCharsSequence();\n for (int line = startLi...
[ { "docid": "8fcb14effcd9278ed85b555d2de90e32", "score": "0.6094957", "text": "private IndexPair findPositionToLeft(EDirection direction, IndexPair currentPosition) {\n\t\tIndexPair nextPosition = null;\n\t\tswitch (direction) {\n\t\tcase UP:\n\t\t\tnextPosition = new IndexPair(currentPosition.row(), cur...
c7f9179a5de660b885bbf0b25cb6a264
algoritmo di ordinamento mergesort
[ { "docid": "8de41e3215aa98f011ce9a01b0de493a", "score": "0.639782", "text": "private void sort(Comparable[] v)\n {\n if (v.length < 2)\n return;\n \n int mid = v.length / 2;\n \n Comparable[] left = new Comparable[mid];\n Comparable[] right = new Comparable[v.l...
[ { "docid": "4a7aadd9b554ecb6dd8e46acde9a138c", "score": "0.7707939", "text": "private MergeSort(){}", "title": "" }, { "docid": "1188a3c15b5c49d17cb581629a14d580", "score": "0.7554326", "text": "public void mergeSort() {\n long[] workspace = new long[nElems];\n recMerge...
1718c794d7b16b7ef5a375aa791a9ab8
test monthlySalary of employee
[ { "docid": "e698dcf35e71dbe38302fdd06fd967bf", "score": "0.78850955", "text": "@Test\r\n\tpublic void testEmpGetMonthlySalary() {\r\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "c1c5061fc1af6079dee93ba35b813d6f", "score": "0.753237", "text": "@Override\n public void monthly_salary() {\n if(working_days<21)\n salary_month-=(21-working_days)*(salary_month/30);\n System.out.println(\"Monthly Salary: \"+salary_month);\n }", "title": ""...
fd1c145949a4a56679d8755a82ca3e13
This Interface defines the properties and FieldIds for accessing fields in UserProcedure entity.
[ { "docid": "b5cb53b88e8deee73d626e290a3ee66f", "score": "0.0", "text": "public interface IParamDef\n{\n public static final String ENTITY_NAME = \"ParamDef\";\n\n public static final Number NAME = new Integer(1);\n\n public static final Number DESCRIPTION = new Integer(2);\n\n public static final N...
[ { "docid": "16dea0c3ce025ecba71c1b9700a2361a", "score": "0.5656172", "text": "public ProcedureElements getProcedureAccess() {\n\t\treturn pProcedure;\n\t}", "title": "" }, { "docid": "24731c215eaa7e8925bb024493f06ce7", "score": "0.5540499", "text": "proto.site.SiteProto.UserFieldDesc...
cc1eeeaf9cc0cfb95b43c4bdd0d1e866
Two senders in a thread should be kept distinct if they have unique email addresses, even if they happen to share the same name.
[ { "docid": "2776029c3b5c4b4dda31d59a5b42108c", "score": "0.63928264", "text": "public void testSenderNamesWhenNamesMatchButEmailAddressesDiffer() {\n final ConversationInfo conv = createConversationInfo();\n conv.addParticipant(new ParticipantInfo(\"Andrew\", \"aholmes@awesome.com\", 0, tr...
[ { "docid": "29038879ec01a897c550e113fd3cf287", "score": "0.5676676", "text": "@Test\n public void test20Senders() {\n final int num = 20;\n addUsers(num);\n startSenderThreads(num);\n final int tot = (num * (num + 1) / 2);\n assertThat(greenMail.waitForIncomingEmail...
0f50ac7abe265f72bacf9e21e54dcf11
Gets the tab completion based on the currently typed String. If you have a custom tag, like "my_doubles" (Something that isn't included in the default options), this method should be overridden to handle that. By default, this just checks for a tag like: "hi, how, are, you". and adds each element into the list of tab c...
[ { "docid": "dd4a71b88ed33e0f67175b70ec1ce71b", "score": "0.5948932", "text": "protected List<String> tabCompletions(String[] args, String current) {\n if (current.contains(\",\")) {\n String[] split = current.replaceAll(\"[<>]\", \"\").split(\",\");\n return StringUtils.getL...
[ { "docid": "421fa1f567b37b8f3321b3a89ab2714f", "score": "0.58006734", "text": "@Override\n\tpublic List<?> addTabCompletionOptions(ICommandSender par1ICommandSender, String[] par2ArrayOfStr)\n\t{\n\t\treturn par2ArrayOfStr.length == 2 ? getListOfStringsMatchingLastWord(par2ArrayOfStr, this.getAllUsernam...
226122e0193bc8f46236cf635d03d2e3
sets the wind chill
[ { "docid": "49167749f01253f2b1068077f580e938", "score": "0.82510257", "text": "private void setWindChill(Double windChill) {\n this.windChill = windChill;\n }", "title": "" } ]
[ { "docid": "1bd55f4469fcec0e865aaebefaf5408a", "score": "0.6814301", "text": "public void setW(double w) {\n this.w = w;\n paintClock();\n }", "title": "" }, { "docid": "858fc512f9ab4d6cffd660468830c7ec", "score": "0.66707474", "text": "public void setW(double w) {\n...
3ba484f621380232be0e0d15ca810aa3
If this collection has already been initialized, returns the collection. Otherwise returns the results of getShipStatisticsDatas(new Criteria())
[ { "docid": "850cf65e4ad8e0ba383afd35ab255a23", "score": "0.74160284", "text": "public List<ShipStatisticsData> getShipStatisticsDatas()\r\n throws TorqueException\r\n {\r\n if (collShipStatisticsDatas == null)\r\n {\r\n collShipStatisticsDatas = getShipStatisticsDatas(...
[ { "docid": "7215d80e78ec7f881a718a8ab1c8e19d", "score": "0.7560404", "text": "public List<ShipStatisticsData> getShipStatisticsDatas(Criteria criteria) throws TorqueException\r\n {\r\n if (collShipStatisticsDatas == null)\r\n {\r\n if (isNew())\r\n {\r\n ...
8c13ffafff4216d7568fffe83c4d07f1
/ 69: / 70:
[ { "docid": "f3891c1a552ef5db647476b496a7eba9", "score": "0.0", "text": "public boolean attack(AgentModel attacker, AgentModel defender, SpaceHulkWorldModel world)\r\n/* 71: */ {\r\n/* 72: 73 */ int attacks = attacker.getAttacks(defender.getUUID());\r\n/* 73: */ \r\n/* 74: 75 */ i...
[ { "docid": "a93ed7a1f9e87b10b4f7c897bed48d56", "score": "0.6520531", "text": "public void mo75288p() {\n }", "title": "" }, { "docid": "6206d568adf084a0704c22e7d6e21ebc", "score": "0.6511084", "text": "public int method_2436() {\r\n return 8;\r\n }", "title": "" }, ...
88596c28c3d503f6ca00f42b6c892eb0
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
[ { "docid": "1d758b4479dba41a84a7348ae5bc2b6c", "score": "0.49484298", "text": "protected T doSwitch(EClass theEClass, EObject theEObject)\n {\n if (theEClass.eContainer() == modelPackage)\n {\n return doSwitch(theEClass.getClassifierID(), theEObject);\n }\n else\n {\n List<ECla...
[ { "docid": "f9029f554e5c8ed3f499df019a9bc4e9", "score": "0.5828588", "text": "@Override\n protected T doSwitch(int classifierID, EObject theEObject)\n {\n switch (classifierID)\n {\n case CustomPrologPackage.MODEL:\n {\n Model model = (Model)theEObject;\n T result = caseM...
5aff5676935952d69f9e2125c4b04469
Returns the contributors to the feed.
[ { "docid": "4117a9a8c63aaaf2c06155c1217ff27a", "score": "0.65491295", "text": "public List<Person> getContributors() {\n // Lazy initialization with double-check.\n List<Person> c = this.contributors;\n if (c == null) {\n synchronized (this) {\n c = th...
[ { "docid": "bdb0c42b1d55ae3dda08679c22c6198e", "score": "0.7513014", "text": "java.util.List<Twitter.Contributor> \n getContributorsList();", "title": "" }, { "docid": "bdb0c42b1d55ae3dda08679c22c6198e", "score": "0.7513014", "text": "java.util.List<Twitter.Contributor> \n ...
0b9df4ac2e7d734bfd653c99c8fe7150
repeated .spotify.metadata.proto.Artist related = 15;
[ { "docid": "ee4bfcef90e4a6541561c51adc64e840", "score": "0.6596375", "text": "public com.spotify.metadata.proto.Metadata.ArtistOrBuilder getRelatedOrBuilder(\n int index) {\n if (relatedBuilder_ == null) {\n return related_.get(index); } else {\n ...
[ { "docid": "34635e7d34801a3cdb3603cad0dac09f", "score": "0.71517074", "text": "com.spotify.metadata.proto.Metadata.Artist getRelated(int index);", "title": "" }, { "docid": "52a02a9e3f8a141482f8e843cf8fd794", "score": "0.7037822", "text": "com.spotify.metadata.proto.Metadata.ArtistOr...
def574a2c9441e3b61a389711a6f0798
Send it to the socket.
[ { "docid": "5fc32bdfb26d37ae702f3f73616b06d8", "score": "0.0", "text": "@Loggable(\n value = Loggable.DEBUG, limit = Integer.MAX_VALUE,\n ignore = IOException.class\n )\n public long send(@NotNull final Socket socket) throws IOException {\n final OutputStream stream = socket.g...
[ { "docid": "d748a28d66061c79c70105c8ee5db3e4", "score": "0.7165748", "text": "private void send ( Object o ) throws IOException\r\n\t{\r\n\t\toutToServer.writeObject ( o );\r\n\t\toutToServer.flush ( );\r\n\t}", "title": "" }, { "docid": "ea841bb9d937070a75cf4d66efcd29de", "score": "0.71...
2bd974dacadede5481d2c35f584494a0
Main thread of the DownloadManager. Sends out ChunkAvailabilityRequests and ChunkDownloadRequests as needed.
[ { "docid": "baf6ace5f622a48f302d63350e8f2ea2", "score": "0.7516221", "text": "@Override\n public void run() {\n try {\n // Start the thread that will monitor progress for the GUI\n startProgressWatcher();\n PeerDownloadInfo peer;\n UserInfo user;\n ...
[ { "docid": "574184db7f5491d3e882de8dfb1de687", "score": "0.688713", "text": "private DownloadManager(){\n downloadQueue = new LinkedBlockingQueue<DownloadItem>(10);\n listeners=new ArrayList<DownloadManagerListener>(10);\n actualDownloading = null;\n running=false;\n }", ...