query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
7596ea288b4b8233dc65bed227f7bcd4
Compressed data can be defined as: compressed := item literal item := literal copy The trailing literal sequence has a space blowup of at most 62/60 since a literal of length 60 needs one tag byte + one extra byte for length information. Item blowup is trickier to measure. Suppose the "copy" op copies 4 bytes of data. ...
[ { "docid": "d1ffe115935b0d5b189104b8c54323dd", "score": "0.431954", "text": "public static int maxCompressedLength(int sourceLength)\n {\n return 32 + sourceLength + sourceLength / 6;\n }", "title": "" } ]
[ { "docid": "021808fb323e8cc72c2c9dbb2c53d4fa", "score": "0.5923303", "text": "java.lang.String getCompressed();", "title": "" }, { "docid": "efad0c022511a734e8ae509579ae9b4a", "score": "0.563773", "text": "private static byte[] compress(byte[] data) {\n\t\tbyte[] output = new byte[da...
e5d451da8fc016a533709392e671af3f
Sets the propertyEquipment value for this BalanceStatementInformation.
[ { "docid": "75d3f913539432c00761f3f5eafb0479", "score": "0.7115286", "text": "public void setPropertyEquipment(double propertyEquipment) {\n this.propertyEquipment = propertyEquipment;\n }", "title": "" } ]
[ { "docid": "0e406e966cf1dcb0fe9e4cc07c7318d5", "score": "0.6692471", "text": "public void setEquipment(Equipment equipment){\r\n\t\tthis.equipment = equipment;\r\n\t}", "title": "" }, { "docid": "ac9338e5f348c2b99d54d06599922302", "score": "0.6589288", "text": "public void setEquipme...
ac0276a9671a923b582a3d110703ad18
/Habilitation of retroactivite END
[ { "docid": "ceef1fab3d1c781d9bfb3d93a6278c51", "score": "0.0", "text": "private Set<String> findUniqueLigneBipIdToProcess(Vector<RBipData> rbipDataList) {\r\n\t\tSet<String> bipIdSet = new HashSet<String>();\r\n\t\tfor (RBipData rbipData : rbipDataList) {\r\n\t\t\tString id = (String) rbipData.getData(L...
[ { "docid": "622c4e049ddbc71c03ff639b98ba0e84", "score": "0.70031506", "text": "protected void end() {\r\n\r\n\t}", "title": "" }, { "docid": "092443773d911fbcdd851f99163bff7c", "score": "0.6933711", "text": "protected void end() {\n\n\t}", "title": "" }, { "docid": "09244...
d3ac542854b74f0c9152cce894ca845b
repeated .dstore.engine.MetaInformation meta_information = 2;
[ { "docid": "501d3446678f5c494aa47a51fcef55b7", "score": "0.0", "text": "public Builder addMetaInformation(\n int index, io.dstore.engine.MetaInformation value) {\n if (metaInformationBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n ...
[ { "docid": "9eb6bd4be12bb9ad5710f390745d0e11", "score": "0.67620784", "text": "io.dstore.engine.MetaInformation getMetaInformation(int index);", "title": "" }, { "docid": "9eb6bd4be12bb9ad5710f390745d0e11", "score": "0.67620784", "text": "io.dstore.engine.MetaInformation getMetaInfor...
8f5f9f1e225f4e2050e19dd7574fea85
Get the currently active conditions tags.
[ { "docid": "d0251aaa053275808915d34725ae8b3d", "score": "0.69738847", "text": "public Collection<String> getActiveTags() {\n return Collections.unmodifiableCollection(this.tags);\n }", "title": "" } ]
[ { "docid": "7becc578c56d453629279ff978a57137", "score": "0.6959081", "text": "public Set<String> getAvailableTags() {\n final Set<String> tags = new LinkedHashSet<String>();\n final ResultSet rs = this\n .selectQuery(\"select distinct(tag) from conditions_tags where tag is n...
c835d1e87f4b9ab9ee4cc30a8b5609d9
Test of delete method, of class Session.
[ { "docid": "0280d4eb701b3816adc35ead7f0195ec", "score": "0.8436434", "text": "@Test\n public void testDelete() {\n System.out.println(\"delete\");\n Collection c = null;\n Row kv = null;\n Index i = null;\n Session instance = new Session();\n instance.delete(...
[ { "docid": "92590c12b0548a8d4ddaa28c1611b026", "score": "0.78742605", "text": "@org.junit.Test\n public void deleteSessionTest() {\n List<SessionInformation> infos = null;\n SessionInformation info;\n\n try {\n infos = db.getAllSessionsInformation(profile);\n } ...
312ef3166bc695b798537a12ff693fa5
Method storage updates the storage of the player visible in the Market Scene.
[ { "docid": "8c9511f974e24b27d4c48eb5b33b8983", "score": "0.0", "text": "public void storage( StorageInfo storageInfo){\n //first shelf\n if(storageInfo.getShelf1Amount() == 0){\n resource_firstShelf.setImage(null);\n }\n else{\n resource_firstShelf.setIm...
[ { "docid": "06928562e38e89778291c6abf562462b", "score": "0.61767864", "text": "public void store() {\n\t\tfor (int i = 0; i < player.playerItems.length; i++) {\n\t\t\tif (player.playerItems[i] < 1) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tadd(new GameItem(player.playerItems[i] - 1, player.playerItemsN[i]));...
a323e9d3145a491dd34bd73a0658a7fc
Returns currently displayed rows.
[ { "docid": "fedd7262d05dfb963c973b509ef377b4", "score": "0.68291074", "text": "public Rows getRows() {\n return getRows(_begin);\n }", "title": "" } ]
[ { "docid": "6401e353c3996a2cc4b39d452f84f96c", "score": "0.7735335", "text": "int getVisibleRows();", "title": "" }, { "docid": "743b751e5fdf23b803c42a1dfd311cb7", "score": "0.6590085", "text": "void showRows(int rows);", "title": "" }, { "docid": "6bf39f93b05bcb454acda9e...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cafa71a678f64b3211c3b0bd0a03ffe9", "score": "0.0", "text": "@Override\n\tpublic void contextInitialized(ServletContextEvent sce) {\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
6b215e291dcdef6455e88c1fa0564deb
string searchValue = 2;
[ { "docid": "739cf030dd00aebbce90750dedbe6b17", "score": "0.5803429", "text": "public java.lang.String getSearchValue() {\n java.lang.Object ref = searchValue_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString)...
[ { "docid": "ee7634c22b0801cebcca53fc04117f70", "score": "0.7881972", "text": "public abstract int search(String value);", "title": "" }, { "docid": "9ea5d79ca6c58e1129d791d43fd63888", "score": "0.6709699", "text": "private int search(T value){\r\n return linSearch(value);\...
24bfa98f3a8b43c9da98895c0be66b47
Gets the data type that will be used to store records.
[ { "docid": "d30ce7429948e086e980c61867393040", "score": "0.0", "text": "public InMemoryFormat getInMemoryFormat() {\n return inMemoryFormat;\n }", "title": "" } ]
[ { "docid": "1590a5d7dc3795a1c73d05080896842b", "score": "0.81066984", "text": "public String getDataType() {\r\n return data_type;\r\n }", "title": "" }, { "docid": "8d90bb07e1272f83aac7895939773160", "score": "0.8047222", "text": "public int get_data_type() {\n retu...
da8508e17598ca7a64914471268ceefb
Gets a Direction depending on a degree value
[ { "docid": "2597c2ee7789b1a1eee8a96ecef8cb47", "score": "0.6789667", "text": "public static Direction getDirection(int i) {\n\t\ti = i % 360;\n\t\tswitch (i) {\n\t\tcase 0:\n\t\t\treturn Direction.NORTH;\n\t\tcase 90:\n\t\t\treturn Direction.EAST;\n\t\tcase 180:\n\t\t\treturn Direction.SOUTH;\n\t\tcase ...
[ { "docid": "f9c5fe6d5363ad25674b7b56e99cbd81", "score": "0.7429824", "text": "double getDirection();", "title": "" }, { "docid": "29d0ad0b80742401b653b99b9ea797ac", "score": "0.70765406", "text": "public static WIND_DIRECTION getDirection(int deg) {\n int degPositive = deg;\n ...
a7003e1b422f2eccaad4a2cfb9757b31
optional string sess_id = 20;
[ { "docid": "92ef7d83052fcd433657964a38abaacc", "score": "0.6501042", "text": "public Builder setSessId(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00080000;\n sessId_ = value;\n onChanged();\n ret...
[ { "docid": "c0d476ccc54906292c99a02772052107", "score": "0.7489639", "text": "long getSessionid();", "title": "" }, { "docid": "c0d476ccc54906292c99a02772052107", "score": "0.7489639", "text": "long getSessionid();", "title": "" }, { "docid": "c0d476ccc54906292c99a0277205...
1c3d2867ac28efca220d3249759a9045
Provides a list of batch load tasks, along with the name, status, when the task is resumable until, and other details. See for details.
[ { "docid": "494475ac083a0da2e3054904d754a0d5", "score": "0.7527311", "text": "java.util.concurrent.Future<ListBatchLoadTasksResult> listBatchLoadTasksAsync(ListBatchLoadTasksRequest listBatchLoadTasksRequest);", "title": "" } ]
[ { "docid": "407bf0cabad53deb385cda04562ea111", "score": "0.7703858", "text": "ListBatchLoadTasksResult listBatchLoadTasks(ListBatchLoadTasksRequest listBatchLoadTasksRequest);", "title": "" }, { "docid": "094977329574d2877adcc7fe9621ff7d", "score": "0.66458577", "text": "java.util.co...
c144a1bd3c8d8512372575ac2b66a822
Function runs after the '/join' command is entered. Places the bot in the VoiceChannel specified by chanName argument if possible. If the VoiceChannel cannot be joined because it doesn't exist, a message is sent to channel to notify the user of the command.
[ { "docid": "a071a36b0d1ac907539891705aac236a", "score": "0.57776433", "text": "private void setVoiceChannel(Guild guild, TextChannel channel, String chanName) {\n //Scans through the VoiceChannels in this Guild, looking for one with a case-insensitive matching name.\n voiceChannel = guild....
[ { "docid": "48d5d0e8b9df3169ff60500f58ba3431", "score": "0.700446", "text": "public void join() {\n if (this.voiceChannel != null && PermissionsUtils.checkBotCanJoinVoice(callingEvent.getGuild())) {\n this.audioManager.openAudioConnection(voiceChannel);\n } else {\n t...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "47b74ad75d902394ddc877c515b2e1ac", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.test_recyle_view_menu, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "6d6813cc5bcaf7f41e48128c1e1db9f6", "score": "0.72911954", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater menu_inflater = getMenuInflater();\n\t\tmenu_inflater.inflate(R.menu.editlesson_actionbar_items, menu);\t//Same actionbar..\n\t\treturn super.onCr...
06cafb9af05e21782ee5f8c86a361223
Get the value of modType
[ { "docid": "3bd52f8d1191285a0e2da0f8963a4acc", "score": "0.8144202", "text": "public String getModType() {\n\t\treturn modType;\n\t}", "title": "" } ]
[ { "docid": "9ece36b692a7f29bb2ae10039a4e2cb4", "score": "0.7017937", "text": "public void setModType(String s) {\n\t\tmodType = s;\n\t}", "title": "" }, { "docid": "1993e15e68326c327b2dc549745b053c", "score": "0.6845806", "text": "public String getValue() {\n return type;\n ...
3581ab570f8a299d1dd95ef334886ace
Fibnocci no only if 5n^24 or 5n^2+4 a perfect square
[ { "docid": "f07a4c85a56359c6f08af96e61b982ac", "score": "0.6248026", "text": "public static boolean isFibonacciNo(double no) {\r\n\r\n\t\tboolean output = false;\r\n\t\tdouble x= (5*no*no)-4;\r\n\t\tdouble y= (5*no*no)+4;\r\n\t\t\r\n\t\tif (isPerfectSquare(x) || isPerfectSquare(y)) {\r\n\t\t\toutput = t...
[ { "docid": "b626f2e2583304bc1884be750ff3ee10", "score": "0.64921623", "text": "private int sumsquareDifference2( int n )\n {\n return ( int ) ( pow( n * ( n + 1 ) / 2, 2 ) - ( n * ( n + 1 ) * ( 2 * n + 1 ) ) / 6 );\n }", "title": "" }, { "docid": "f14b239af17b68d15ed8c07e07b40d64", ...
165893982138794c4b87e8be47312629
Checks the field and acts upon it chooses course of action by chcecking field's type.
[ { "docid": "fa973241402ff510f4725c7156b19007", "score": "0.5357103", "text": "private void field() {\n //show field information\n name.setText(field.getName());\n if(field.getType().equals(\"Chance\")) {\n //draw a chance card\n Card card = board.getChanceCards...
[ { "docid": "f70d4232dfb3b00b65a6f4e8cfa1bbff", "score": "0.6196735", "text": "private void executeAction(Field fld, int type) {\n if (mAnnot != null) {\n try {\n Obj aa = mAnnot.getTriggerAction(type);\n if (aa != null) {\n Action a;\n ...
499aa1d65c1e48aacb867b236e8e5e52
setFrom() and setTo() employ a simple verification method written by Joshua and partially editied by Julian.
[ { "docid": "ba0d8ce567370ec52cf06fc43c8fab47", "score": "0.5715395", "text": "public void setFrom(String fromAddr) {\n\t\tif(checkValidEmail(fromAddr)) {\n\t\t\tfromAddress = fromAddr;\n\t\t}\n\t\telse {\n\t\t\tfromAddress = null;\n\t\t}\n }", "title": "" } ]
[ { "docid": "b0cd26ea7539acc1c4f432016b871a3c", "score": "0.6433983", "text": "@Test\n\tpublic void TestSetFrom() throws EmailException, AddressException {\n\t\tEmail email = new EmailMock();\n\n\t\temail.setFrom(\"alex@example.com\");\n\n\t\t// It asserts that two From addresses are equal\n\t\tassertEqu...
c4eda2c6f171aa753cf985074f6e5088
make a new thread so we can pause that thread, thats the way we make the gost move one space per sec.
[ { "docid": "e7f984e0d0eaf0d4f751b9e29cd0cfdd", "score": "0.65123045", "text": "private void ghostsMovesAndNewThread() {\n t1 = new Thread(new Runnable() {\n\n\n public void run() {\n\n\n System.out.println(\"start t1\");\n ...
[ { "docid": "6b531eddf0aceb33034d8c599a8d5334", "score": "0.67073435", "text": "@SuppressWarnings(\"static-access\")\r\n\tpublic void run() {\n\t\t\r\n\t\twhile(!start){\r\n\t\t\t\r\n\t\t\t\r\n\t\t\trepaint();\r\n\t\t\t\t\r\n\t\t\ttry{\r\n\t\t\t\t\r\n\t\t\t\tt.sleep(15);\r\n\t\t\t\t\r\n\t\t\t}catch(Excep...
e031e1797b94b0c699cb206026f621dd
Decreases the speed of the vehicle, must be called from overriden methods.
[ { "docid": "ba2a095532d1f78a51ab3cf789fb9dc8", "score": "0.0", "text": "public void brake(double amount) {\n decreaseSpeed(Maths.clamp(amount, 0.0, 1.0));\n }", "title": "" } ]
[ { "docid": "1397d9cbbed48220bdca7fddb404e167", "score": "0.80642945", "text": "void decreaseSpeed();", "title": "" }, { "docid": "e18457c48ad25da4ffedf31c0e956838", "score": "0.79996127", "text": "@Override\n public Transmission decreaseSpeed() {\n if (this.speed - 2 < 0) {\n ...
6f0871286a2ef3e93c26519916eba40d
JSONObject docs = jsonObject.optJSONObject("docs");
[ { "docid": "e0438c9b5a603cbaa380a4f8fbbf2c93", "score": "0.0", "text": "private void praseAddMailResult(JSONObject jsonObject) {\n if (jsonObject.has(\"ClientId\")) {\r\n try {\r\n JSONObject taskInfo = new JSONObject(jsonObject.optString(\"ClientId\"));\r\n ...
[ { "docid": "992142ebbc39042804a36534d655510c", "score": "0.6435597", "text": "public JSONArray documentoJson(JSONObject json) {\n\t\tbuildRawSchema(json);\n\t\tJSONObject jObject = new JSONObject();\n\t\tJSONArray jArray = new JSONArray();\n\t\tjArray.add(json);\n\t\t//System.out.println(jArray);\n\n\t\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b3a2c3db370944be6143e4f69277f59c", "score": "0.0", "text": "@Override\n protected void onResume() {\n super.onResume();\n Music.play(this, R.raw.nothing_to_lose);//继续播放音乐\n }", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
6059801638f5e1d0a1caafd56e22ced7
Method that redraws the information about folder usage
[ { "docid": "b185cb8bd396059a31067012faff84fe", "score": "0.62114465", "text": "private void printFolderUsage(final boolean computing, final boolean cancelled) {\n // Mark that a drawing is in progress\n this.mDrawingFolderUsage = true;\n\n final Resources res = this.mContext.getReso...
[ { "docid": "b41b81de36e219ba6cf65e177756d158", "score": "0.6625698", "text": "private void computeFolderUsage() {\n try {\n if (this.mFso instanceof Symlink && ((Symlink) this.mFso).getLinkRef() != null) {\n this.mFolderUsageExecutable =\n CommandHelpe...
c8f95dda01f83ac561e818ab55e0cea1
all points that are inside the rectangle
[ { "docid": "335d3229787970d59771a2ae684868ea", "score": "0.71295875", "text": "public Iterable<Point2D> range(RectHV rect) {\n\t\t\n\t\tif(rect == null) throw new NullPointerException();\n\t\t\n\t\tStack<Point2D> stack = new Stack<>();\n\t\tfor(Point2D p : pointSet) {\n\t\t\tif(rect.contains(p)) stack.p...
[ { "docid": "6ebcc251da8191e6348e8e12fee68fa5", "score": "0.7901781", "text": "private static void getPoints() {\n Rect r = new Rect(2, 6, 8, 4);\n //Rect r = new Rect(2, 5, 8, 5);\n System.out.println(r.insideRect(4, 1));\n System.out.println(r.insideRect(8, 4));\n Sys...
873ab01ab518cde2ca23aafe17a4dc20
Execute when button is pressed
[ { "docid": "fe97f74e606e28e3361e733fa9a1d1fe", "score": "0.0", "text": "public void actionPerformed(ActionEvent e)\n {\n\t\t\n\n\t\t\n\t\ttry {\n\t\t\tgetclandata.loadClanData();\n\t\t\tFile file = new File(control.text2.getText()+\"\\\\\" + control.text1.getText() +tankTable.giveName(tank_id)+\".txt...
[ { "docid": "328b14d1291d9c2ec094e3e339da2434", "score": "0.780905", "text": "public void buttonClicked();", "title": "" }, { "docid": "a0c7a4257f1c6a6c862a7847b55d9652", "score": "0.7647876", "text": "public void buttonClicked() {\n mSanitizorGame.buttonClicked();\n }", ...
776a6f6cd4c1ca2724c67d630b3c3e8e
Log.v("Sound", "Soundpool load complete for id "+sampleId);
[ { "docid": "6b65698d29d41d38d0965ef1e87102ed", "score": "0.72087944", "text": "public void onLoadComplete(SoundPool soundPool, int sampleId, int status){\n \t\tloadsCompleted++;\n \t_poolReady = loadsRequested==loadsCompleted?1:0;\n \t//Log.v(\"Sound\", loadsRequested+\"/\"+loadsCompleted);\n ...
[ { "docid": "df8bcff6d985dacb329f86bd1174699a", "score": "0.7654825", "text": "@Override\n public void onLoadComplete(SoundPool soundPool, int sampleId, int status) {\n play(sampleId);\n Log.e(\"LOAD COMPLETED\",\n soundPool.toString() + \" ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "32d0d506f2de2532fe4789f006c84da0", "score": "0.5863725", "text": "@Override\n\tpublic void bicar() {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.6948151", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.69203615", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
2f7b6570945442fc8f6bccdff73a147d
Combining select and selectgenotype is done by logicalor by default.
[ { "docid": "01aa6cad358804b946b3f1c1576f9ac6", "score": "0.0", "text": "@Test\n public void testCombineInfoAndGenotypeJexl() {\n final File testOutput = createTempFile(\"jexl_genotype_info_test\", \"vcf\");\n beforeJexlTest();\n final Predicate<VariantContext> filter = vc -> vc.g...
[ { "docid": "55d16468c0bb80f201f69e19e6e2a8d9", "score": "0.5985951", "text": "boolean hasSelectType();", "title": "" }, { "docid": "c3cc855ee3689cfc08958bcb4290152a", "score": "0.58661467", "text": "int getSelectType();", "title": "" }, { "docid": "5fcabf18cde6008267eff48...
8616732c45a581d87208d15a34c83a76
SELECT FROM user WHERE username = 1?;
[ { "docid": "6013ac77ae8f7ab013c77f5505499cc3", "score": "0.6207156", "text": "Optional<User> findByUsername(String username);", "title": "" } ]
[ { "docid": "8c9d58acc50d37fcfbed85f72d0c6657", "score": "0.76147085", "text": "public User queryUserByName(String username);", "title": "" }, { "docid": "b270848bb5067e7e14d50c766b82e5dc", "score": "0.71748996", "text": "@Select(\"select * from ep_s_user where username=#{username} an...
dfa6c3bd81dfbf7209d9b7d730404fb3
This method was generated by MyBatis Generator. This method corresponds to the database table litemall_bank
[ { "docid": "9bc784f896308fd02802737b9516e2d1", "score": "0.0", "text": "public Criteria andAddressLessThanOrEqualToColumn(LitemallBank.Column column) {\n addCriterion(new StringBuilder(\"address <= \").append(column.getEscapedColumnName()).toString());\n return (Criteria) this;\n ...
[ { "docid": "594afaf02c5553e856b99abc77923136", "score": "0.65053314", "text": "public List<BnkBank> listBnkBank() {\n\t\treturn getHibernateTemplate().loadAll(BnkBank.class);\n\t}", "title": "" }, { "docid": "ca19d907a4fef71990fc9cfe65ae203f", "score": "0.649345", "text": "@ModelAttr...
3d18a278e39a2fa8074a14c5dee93592
Sets the currently selected Profile.
[ { "docid": "7bc03b820dbfc9fae249012db6180e11", "score": "0.76669854", "text": "public void setSelectedProfile(Profile profile);", "title": "" } ]
[ { "docid": "9b517b3d9441e777c37a12af460fffed", "score": "0.6974577", "text": "public void setProfile(Profile profile)\n {\n _profile = profile;\n }", "title": "" }, { "docid": "36a00215d1a1a43216b262e0f5d97ae0", "score": "0.6809056", "text": "protected void setProfile(Pr...
ccd0a8909b6c7199daa6fd20c1a778a5
Case oneGoodSoFullPacket_lessbytes() send first pkt with 40 characters and wait for 12 seconds. send second pkt with remaining packets which is Good pkt recv SEL
[ { "docid": "4fe15b0696ca48aeeaa9357df33ea853", "score": "0.7009604", "text": "void oneGoodSoFullPacket_lessbytes() {\r\n\t\t try {\r\n\t\t String[] data=new String[]{\"S000A80CBA6590C000A00FF010000000000000000000000000E000000E80302002001B80\",\r\n\t\t \"B0000F5AALSO01L\",\r\n\t\t };\r\n\t...
[ { "docid": "37045e73f0cd786cae1314cfe600c0e9", "score": "0.71945053", "text": "void oneBadSoFullPacket_lessbytes() {\r\n\t\t try {\r\n\t\t String[] data=new String[]{\"S000A80CBA6590C000A00FF01000000000000200\",\r\n\t\t \"20020010F5AALSN02L\",\r\n\t\t };\r\n\t\t \r\n\t\t // 1. c...
ffea7dfb79e5322bd5958c75788a2f12
to get list of all saved job details user & admin :
[ { "docid": "8d0ce7a249ec98312f97cd17c0aa1f3f", "score": "0.62367886", "text": "public List<Job> getAllJobs() {\r\n\t\t// TODO Auto-generated method stub\r\n\t\t//return null;\r\n\t\tSystem.out.println(\"JobDaoImpl.java - getAllJobs()\");\r\n\t\tSystem.out.println();\r\n\t\t\r\n\t\tSession session = sess...
[ { "docid": "e89a6cd5166f37fdeb5c4f3e2499e41e", "score": "0.6917332", "text": "@RequestMapping(value = \"\")\n public ArrayList<Job> getAllJob() {\n return DatabaseJobPostgre.getJobDatabase();\n }", "title": "" }, { "docid": "5af0d1d4df9e3bd4e804845697213171", "score": "0.636...
ccd850d20a7b98356154d8723129eb37
Returns the 'provider Type' literal with the specified literal value.
[ { "docid": "5b4adbde06d820aed5d6e332973e0f80", "score": "0.70260584", "text": "public static providerType get(String literal) {\n\t\tfor (int i = 0; i < VALUES_ARRAY.length; ++i) {\n\t\t\tproviderType result = VALUES_ARRAY[i];\n\t\t\tif (result.toString().equals(literal)) {\n\t\t\t\treturn result;\n\t\t...
[ { "docid": "e341805a7b5705a386add3decbe8763a", "score": "0.66535115", "text": "public static providerType get(int value) {\n\t\tswitch (value) {\n\t\t\tcase DATANUCLEUS_VALUE: return DATANUCLEUS;\n\t\t\tcase DATANUCLEUS_2_VALUE: return DATANUCLEUS_2;\n\t\t\tcase ECLIPSELINK_VALUE: return ECLIPSELINK;\n\...
8ab5b9ad3814bda9279b4b389b79600d
Get one positionMove by id.
[ { "docid": "442de22a9d26d18c6764debfabe036ef", "score": "0.776411", "text": "@Override\n @Transactional(readOnly = true)\n public PositionMoveDTO findOne(Long id) {\n log.debug(\"Request to get PositionMove : {}\", id);\n PositionMove positionMove = positionMoveRepository.findOne(id)...
[ { "docid": "1ee899aa24ae141d16c4ce00a3c192d7", "score": "0.7518623", "text": "public Movement retrive(long id) {\n\t\tString selection = \"and \" + \"mov\" + \".\"\n\t\t\t\t+ SGFDataModelSQLiteHelper.COLUMN_MOVEMENT_ID + \"=\"\n\t\t\t\t+ Long.toString(id) + \" \";\n\t\tMovement mv = getAllMovements(sele...
06cb31fdac6cf243252d1e3d98db7f99
Obtains the win button
[ { "docid": "1c98e9bb29235666daea1eac105cc5bd", "score": "0.83930284", "text": "public Button getWinButton() {\n\t\treturn winButton;\n\t}", "title": "" } ]
[ { "docid": "2cf666ea78d6ac45cf40aae5d64ad780", "score": "0.7101612", "text": "public JButton getButton(){\n\t\treturn btnStartGame;\n\t}", "title": "" }, { "docid": "964d0a6721a2ae52d1730914d251c732", "score": "0.70538604", "text": "int getMouseButton();", "title": "" }, { ...
e735be430501cbdaa7215a2a4e89024c
isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment isComment
[ { "docid": "853d77ee25d331d5b3403297927b1d5d", "score": "0.0", "text": "@Override\n public long isMethod(int isParameter) {\n return this.isMethod(isNameExpr);\n }", "title": "" } ]
[ { "docid": "888c7ecf938694ae857c12efd0db0071", "score": "0.63747114", "text": "boolean isComment();", "title": "" }, { "docid": "984e5fec93940e89c892d9cad04fb622", "score": "0.613024", "text": "boolean hasCommentCount();", "title": "" }, { "docid": "984e5fec93940e89c892d9...
0ddbb387ee98fcdb4a99874f259177c0
optional uint32 account_id = 1;
[ { "docid": "877603c9c7718199d446c8c16ddcf39e", "score": "0.0", "text": "public int getAccountId() {\n return accountId_;\n }", "title": "" } ]
[ { "docid": "3df2ade3759dc31368bc48c73a15353b", "score": "0.71919864", "text": "int getAccountid();", "title": "" }, { "docid": "3df2ade3759dc31368bc48c73a15353b", "score": "0.71919864", "text": "int getAccountid();", "title": "" }, { "docid": "3df2ade3759dc31368bc48c73a15...
b6f5cae04808cb425823a1bd9524d975
Check String is null
[ { "docid": "3525c0ed3bfa3b4c531bd7ccdc5e0ce1", "score": "0.7493571", "text": "public static boolean isNull(String str) {\n return (str == null || str.length() <= 0);\n }", "title": "" } ]
[ { "docid": "cfee004fe5dab87e0c5a285cab16f3d4", "score": "0.7799315", "text": "private boolean isValidString(String string) {\n\t\treturn string != null && !string.isBlank();\n\t}", "title": "" }, { "docid": "143b3e1489819021ad938872649dfe0d", "score": "0.76235104", "text": "private b...
417b425dc2837c99debcad98c4c598e1
Retorna a resposta adequada ao request
[ { "docid": "cca8bd87226e4539cf29aa65e5a9afaa", "score": "0.0", "text": "public static Response createResponse(Request request) {\r\n\t\t// TODO: Colocar outros tipos de response\r\n\t\t\r\n\t\treturn new DummyResponse(request);\r\n\t}", "title": "" } ]
[ { "docid": "9245307501613cb1f9d7797f15db8717", "score": "0.7393757", "text": "java.lang.String getResp();", "title": "" }, { "docid": "12aee93da92063d41f8f8c61b6bdb7d6", "score": "0.6753683", "text": "protected int getResponse()\n {\n return response;\n }", "title": ...
4f21236cc5eb87586a7c5408ab40788f
Constructor parametrizado reducido de la clase Elfo. Instancia un nuevo elfo invocando al constructor parametrizado de su clase padre Personaje.
[ { "docid": "15d6decd66cad177d276d647d20ed418", "score": "0.0", "text": "public Elfo(final String nombre, final Casta casta, final int id) {\r\n super(nombre, casta, id);\r\n }", "title": "" } ]
[ { "docid": "375f7ae26033f806d46833ae9cc00e88", "score": "0.7449733", "text": "public Persona(String perfil, String nombre, String apellidos, String dni, String fecha1) {\n super();\n this.perfil = perfil;\n this.nombre = nombre;\n this.apellidos = apellidos;\n this.dni...
d014e599d1ff869ad1124566741abee1
TODO: Monthly records onclick functions
[ { "docid": "55b7222e70d4717583431e163901b56c", "score": "0.0", "text": "@Override\n public void onRecordSelected(String id) {\n Intent intent = new Intent(this, CreateDeal.class);\n intent.putExtra(\"ViewState\", \"VIEW\");\n intent.putExtra(\"RecordId\", id);\n startActiv...
[ { "docid": "2901896f75640a75bd5b34bf6d6a10a9", "score": "0.66649485", "text": "@Override\n\t\t\t\t\tpublic void onClick() {\n\t\t\t\t\t}", "title": "" }, { "docid": "8041c5ce37224dc242db6acf021f4d29", "score": "0.6658915", "text": "public void onClick(View v) {\n\t \tshowM...
04a7c800a37f1e7ab0789a3c78d984ce
.protos.VotePax vote = 5;
[ { "docid": "4aadca853d9dcbf26a4615a0d37162ab", "score": "0.7550837", "text": "protos.Paxos.VotePaxOrBuilder getVoteOrBuilder();", "title": "" } ]
[ { "docid": "6e3cfe7b58020b050974c36ce4f9e3e0", "score": "0.8300989", "text": "protos.Paxos.VotePax getVote();", "title": "" }, { "docid": "6e3cfe7b58020b050974c36ce4f9e3e0", "score": "0.8300989", "text": "protos.Paxos.VotePax getVote();", "title": "" }, { "docid": "6e3cfe...
4002dae8f2f1d77c711dafb9f2cec665
Return a stream of children.
[ { "docid": "da6075e0b70f314c52c9d91f44602b78", "score": "0.75362253", "text": "public Stream<FladniNode> getChildStream() {\n return getChildren().stream();\n }", "title": "" } ]
[ { "docid": "e1e982786231b782d9e97b0476744df6", "score": "0.8172016", "text": "public List<TupleStream> children() {\n return Lists.newArrayList(incomingStream);\n }", "title": "" }, { "docid": "104aca6fcca2ce4215716f34209fd82f", "score": "0.6745132", "text": "Stream<? extends Hib...
18c8810a9c7b0e64e247a4fc83681a40
Consumes the next token.
[ { "docid": "e1aa6cc97ddc56977457fed340c5c480", "score": "0.5383491", "text": "public Token viewNextToken()\r\n\t{\r\n\t\treturn nextToken;\r\n\t}", "title": "" } ]
[ { "docid": "ff8fb9f6a891794cbf826f9d163087be", "score": "0.7086011", "text": "public void nextToken( Token token );", "title": "" }, { "docid": "4028cee9de6fa7f43f53aad4bf8bdefa", "score": "0.7047055", "text": "private void consume(final PhraseTokens token) {\n if (match(token...
22fc2594a66e7c63cb3d4a70aa63fab1
/ access modifiers changed from: private / access modifiers changed from: public
[ { "docid": "3c6a61fd1c014aa37a3047dc5fa1faf8", "score": "0.0", "text": "private void addBroadcastSentTimeSec(int value) {\n ensureBroadcastSentTimeSecIsMutable();\n this.broadcastSentTimeSec_.addInt(value);\n }", "title": "" } ]
[ { "docid": "5d6f8db1f75beb16acd7c64687bc500c", "score": "0.7138833", "text": "private Utilitarios() {\n\t\t\n\t}", "title": "" }, { "docid": "8a25055bb85939ca272f2502bebb1975", "score": "0.6818074", "text": "private Public() {\n\t\tsuper(\"PUBLIC\");\n\t}", "title": "" }, { ...
eb661aab83c604f926c0185e5eddb3e1
/ Check if an array contains all integers from 1 to N, being N size of the array
[ { "docid": "f98b11242925baefcba1201cfa3b0737", "score": "0.68658316", "text": "private static boolean containsAllNumbers(int[] nelements) {\n\t\tboolean validate [] = new boolean [nelements.length];\n\t\tfor (int i = 0; i < nelements.length; i++) {\n\t\t\tint el = nelements[i];\n\t\t\tif(el > 0 && el <=...
[ { "docid": "eda06e8398ff6b367bc060a14614d5b8", "score": "0.67552686", "text": "static boolean arrayListConatins(int number) {\n\t\tInteger[] array = new Integer[] {2, 5, 3, 1, 6, 9, 4, 7};\n\t\treturn Arrays.asList(array).contains(number);\n\t}", "title": "" }, { "docid": "32a70923b7833472f2...
498848274b08bcab9a32a5a88341429f
USED FOR REFLECTION, DO NOT DELETE
[ { "docid": "7a45c741dae537ee1bf19937e33a7c03", "score": "0.0", "text": "public String getImageFileName(){\n return myImageFileName;\n }", "title": "" } ]
[ { "docid": "973b60cfed19cb0def5287f0cdec89a7", "score": "0.61714196", "text": "@Override\n\tpublic void retreiveFromDatabase() {\n\n\t}", "title": "" }, { "docid": "9061cd2a4481fc3a64831542b53b50fc", "score": "0.60476285", "text": "@Override\n\tprotected DBCollection getDBCollection(...
93354a749db195733842d34aec8b0888
/ JADX ERROR: Method load error jadx.core.utils.exceptions.DecodeException: Load method exception: bogus opcode: 0073 in method: com.android.internal.telephony.test.SimulatedCommandsVerifier.registerForInCallVoicePrivacyOff(android.os.Handler, int, java.lang.Object):void, dex: at jadx.core.dex.nodes.MethodNode.load(Met...
[ { "docid": "8a71c549e06ff69eb80db7318a301814", "score": "0.61934936", "text": "public void registerForInCallVoicePrivacyOff(android.os.Handler r1, int r2, java.lang.Object r3) {\n /*\n // Can't load method instructions: Load method exception: bogus opcode: 0073 in method: com.android.inter...
[ { "docid": "93843346e963b77c0f182551556b7510", "score": "0.74741024", "text": "public void m4773b() {\n /* JADX: method processing error */\n/*\nError: java.lang.NullPointerException\n\tat jadx.core.dex.visitors.regions.ProcessTryCatchRegions.searchTryCatchDominators(ProcessTryCatchRegions.java:7...
28bb92e1ec1119f0e9cd875ea476b3ed
static variable is a class level variable, we can not declare variable as static in main or another function
[ { "docid": "6980da2627a72aafc4303c6911074ac3", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\n\t\ttest2 tt = new test2();\n\t\t\n\t\ttest();\n\t\ttt.outsider();\n\t\t\n\t\t\n\t\t\n\t}", "title": "" } ]
[ { "docid": "ba812c871747fd403da83a796c083bda", "score": "0.70455384", "text": "public static void main(String args[])\n {\n System.out.println(\"Static method\");\n System.out.println(\"Access to static variable from same class \" + cnt);\n cnt = 100;\n OtherClass obj = ne...
d44648c84eb8d2f04917a985b850fb7f
/ We know the array is empty if that tail index is equal to the head index
[ { "docid": "4e00e42fd284e444651481c8f59379c0", "score": "0.69848174", "text": "@Override\n\tpublic boolean isEmpty() {\n\t\treturn (headIndex == tailIndex);\n\t}", "title": "" } ]
[ { "docid": "3b904cb9800ea7110724486ce413ab79", "score": "0.76280594", "text": "@Override\r\n //no change from sorted\r\n public boolean isEmpty() {\r\n return tailIndex < 0;\r\n }", "title": "" }, { "docid": "8859aff3fa8a228b8e15961faa13ffe9", "score": "0.71375626", "...
4e32679bd73901ada2e73904530e0467
Helper method to easily access ManagementService
[ { "docid": "4a676c421f4ff02d827ad13de7aac212", "score": "0.7321264", "text": "public static ManagementService managementService() {\n return processEngine().getManagementService();\n }", "title": "" } ]
[ { "docid": "6debaaa2e8a93f56582d41501aab14d0", "score": "0.67225385", "text": "protected IUserManagementService getUserManagementService() throws NamingException {\n\t\tICoordinator coordinator = HttpFilter.getCoordinator();\n\t\treturn com.thomsonreuters.athena.services.ServiceLocator.getInstance(coord...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fad5ccb0a7675beb72a38e0c5686cf09", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tDeptVO vo = new DeptVO();\r\n\t\tvo.setDno(5);\r\n\r\n\t\tSystem.out.println(vo.getDno());\r\n\r\n\t\r\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
fc3708884f3f6c5319c1912fb8ef93b0
This method was generated by MyBatis Generator. This method corresponds to the database table order_log
[ { "docid": "6c6b5f9a4f17b741a3728a487ab70a21", "score": "0.0", "text": "public Integer getLimitStart() {\n return limitStart;\n }", "title": "" } ]
[ { "docid": "06ff7aab4b623d5b175c04f3be595989", "score": "0.6152834", "text": "@Override\n public Object createOrderOperationLog(Map<String, Object> params) {\n return operationLogDao.createOrderOperationLog(params);\n }", "title": "" }, { "docid": "d2c88a0ffff315a08f3e477f9ad4be...
5cb660b0494b7ed007332d3daeb5d199
Constructs a IllegalMessageFormatException with the specified detail message
[ { "docid": "b9b9f09aad0287b690bb7bc47f1c5753", "score": "0.7976716", "text": "public IllegalMessageFormatException(String message) {\r\n super(message);\r\n }", "title": "" } ]
[ { "docid": "4b472a31109796c2c150e5f93af4ebe8", "score": "0.73795336", "text": "public InvalidInputFormatException(String message) {\r\n super(message);\r\n }", "title": "" }, { "docid": "b4a9aa47b0a43be3ca2f3a0cf7290dd8", "score": "0.7064003", "text": "public FormatException(Stri...
1d3e52a45732873a787c417cfa47e56a
Returns the form to update info about a logproperties
[ { "docid": "81623d2fb00e6aa2d22854384bdd6ef5", "score": "0.68747663", "text": "@View( VIEW_MODIFY_LOGPROPERTIES )\n public String getModifyLogProperties( HttpServletRequest request )\n {\n if ( _logproperties == null )\n {\n _logproperties = new LogProperties();\n ...
[ { "docid": "c24eda0f80663e2a09a8a916312649fd", "score": "0.6034476", "text": "@Action( ACTION_MODIFY_LOGPROPERTIES )\n public String doModifyLogProperties( HttpServletRequest request )\n {\n AppLogService.debug( \"Begin modify log configuration\" );\n\n populate( _logproperties, requ...
6b218b4c9349ab890e7ac86a9612ee78
optional .org.arbeitspferde.groningen.proto.ProgramConfiguration.JvmSearchSpace.Int64Range cms_initiating_occupancy_fraction = 8;
[ { "docid": "be15f4948e9a02401efc07ebd7492778", "score": "0.5641362", "text": "public boolean hasCmsInitiatingOccupancyFraction() {\n return ((bitField0_ & 0x00000080) == 0x00000080);\n }", "title": "" } ]
[ { "docid": "2aee2b9ce9a7552739eaabd6922c7d8b", "score": "0.86713773", "text": "org.arbeitspferde.groningen.proto.GroningenConfigProto.ProgramConfiguration.JvmSearchSpace.Int64Range getCmsInitiatingOccupancyFraction();", "title": "" }, { "docid": "b5e956f9842e87b7f2b422cd93199eae", "score...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8f9e21a63ca45d7514066366a5be05b3", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t\n\t\tMap<String, String> searchFilters = new HashMap<String, String>();\n\t\t\n\t\tsearchFilters.put(\"name\", \"Andres\");\n\t\tsearchFilters.put(\"correo\", \"jandri78\");\n\t\t\n\t\t...
[ { "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...
a21404779c7cd79cede95e7edaae548e
TODO Change to ToolTip
[ { "docid": "ad8f6cd5dbaca2e9097c81a1b19b53f1", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void handle(MouseEvent event) {\n\t\t\t\tlblPath.setText(\" \");\r\n\t\t\t\tscene.setCursor(Cursor.DEFAULT);\r\n\t\t\t\t\r\n\t\t\t}", "title": "" } ]
[ { "docid": "805547ca84b87a178c50133a65b79ab3", "score": "0.75318605", "text": "String getTooltip();", "title": "" }, { "docid": "805547ca84b87a178c50133a65b79ab3", "score": "0.75318605", "text": "String getTooltip();", "title": "" }, { "docid": "53bcf72b07501b1feb405e3800...
81f734eb836591e85a525d7ba21ef57d
todo: timeout should be configurable
[ { "docid": "634cda8e369eacd13b5dc1dfccf7cf8b", "score": "0.0", "text": "private void lockOrFail(Lock fileLock) throws InterruptedException {\n checkState(fileLock.tryLock(10, SECONDS),\n \"Could not obtain a file lock (timeout): %s\", filepath);\n }", "title": "" } ]
[ { "docid": "a18e918dfbdd0a69f903c4fd66bee8d8", "score": "0.7761004", "text": "@Override\r\n\tpublic void timeout() {\n\t}", "title": "" }, { "docid": "c14dff4272d320e8fec396a161790eda", "score": "0.7587286", "text": "@Override\n\t\t\tpublic void onTimeout() {\n\t\t\t\t\n\t\t\t}", ...
93fb1567fb68fc49cb52927d00952aaa
StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build(); StrictMode.setThreadPolicy(policy);
[ { "docid": "ba91d1aa6c580e3691b3db069b2c7589", "score": "0.0", "text": "private void start(){\n\n inUrl = (EditText) findViewById(R.id.utiPuti);\n inUrl.setText(\"http://google.com\");\n tvRes = (TextView) findViewById(R.id.textVi);\n tvRes.setText(\"Поки що тут нічо :d\");\n...
[ { "docid": "45e74675ced054bc3fce664f8a2da204", "score": "0.7464852", "text": "public void allowNetworkingOnMainThread() {\n StrictMode.ThreadPolicy policy =\n new StrictMode.ThreadPolicy.Builder().permitAll().build();\n StrictMode.setThreadPolicy(policy);\n }", "title...
f93b39a44c5dbe57e03a47dc5640866a
Mocking Java8Parser.SuperclassContext having arbitrary superclass named TestParent
[ { "docid": "cad3ea059f92674eeadca378312f2c2e", "score": "0.8221693", "text": "public static Java8Parser.SuperclassContext mockSuperclassContext() {\n\t\tJava8Parser.SuperclassContext superclassContext = mock(Java8Parser.SuperclassContext.class);\n\t\tJava8Parser.ClassTypeContext classTypeContext = mock(...
[ { "docid": "1639f8fa7de35c47a0c6781ea6567a40", "score": "0.6075895", "text": "public static Java8Parser.SuperinterfacesContext mockSuperinterfacesContext() {\n\t\tJava8Parser.SuperinterfacesContext superinterfacesContext = Mockito.mock(Java8Parser.SuperinterfacesContext.class);\n\t\tJava8Parser.Interfac...
4df8f329f597db5bdaf7a1c9c04f8ca8
Retrieves the file manager roots on the server
[ { "docid": "dfeb9d2c7af51beaeae2057e142df4f7", "score": "0.0", "text": "public Vector embreo_roots(String userName, byte[] passwd)\n {\n Ajax aj = new Ajax();\n Vector vans = new Vector();\n if(!verifyUser(aj,userName,passwd,vans))\n return vans;\n\n String userHomeDir = aj.home+\"/\";...
[ { "docid": "4d5db2240c76a7a72e4dc24b95e5680a", "score": "0.7147772", "text": "public static GeneralFile[] listRoots() {\n\t\tFile fileRoots[] = File.listRoots();\n\t\tLocalFile localFileRoots[] = new LocalFile[fileRoots.length];\n\t\t;\n\n\t\tfor (int i = 0; i < fileRoots.length; i++) {\n\t\t\tlocalFile...
d95af38dfede7ada46b7add2628af550
Calculates the angle between two vectors.
[ { "docid": "37d836f8f44b07c0e75d6269cf6f6af8", "score": "0.77228546", "text": "public static final float angle(final Vector2f v1, final Vector2f v2) {\r\n float dls = Vector2f.dot(v1, v2) / (v1.length() * v2.length());\r\n\r\n if (dls < -1.0f) {\r\n dls = -1.0f;\r\n } els...
[ { "docid": "79420edc3d86318c205ac38ed4b98b84", "score": "0.8241227", "text": "static double angle(double[] vector1, double[] vector2) {\n // be careful, normally dot product has to be divided by norm of v1 and v2\n double vDot = dotProduct3d(vector1, vector2);\n return Math.toDegree...
2dcd7cdc228c2130b24342f7be3ea2ea
Auto generated method signature
[ { "docid": "2f276c3af69a29cf3c0a19037bc5327d", "score": "0.0", "text": "public com.mcgraw.test.automation.api.sakai.generated.sakaiscript.SakaiScriptServiceStub.RemoveSitePropertyResponse removeSiteProperty(\n\n\tcom.mcgraw.test.automation.api.sakai.generated.sakaiscript.SakaiScriptServiceStub.RemoveSit...
[ { "docid": "a00aab645d3310c872af08e3c830b5bb", "score": "0.6629144", "text": "MMethodSignature createMMethodSignature();", "title": "" }, { "docid": "e56ead02764fd978fff9239c33b58f14", "score": "0.65937", "text": "abstract @Nullable String signature();", "title": "" }, { ...
9577d39d41bbc9f9d12db76ba91cda49
Get the matchValue6 field. Field 21.
[ { "docid": "2acd4540fe224326047138cf9bcf1e1c", "score": "0.84173983", "text": "public Integer getMatchValue6() {\n return this.matchValue6;\n }", "title": "" } ]
[ { "docid": "e56a432dfc83f30e554079716c91a452", "score": "0.7669802", "text": "public Integer getMatchValue7() {\n return this.matchValue7;\n }", "title": "" }, { "docid": "495968091c453878a6a414a51933da8b", "score": "0.70777595", "text": "public Integer getMatchValue9() {\n...
72dbe33ab4d4f176b16cfbd1da2ef47a
getItem is called to instantiate the fragment for the given page. Return a PlaceholderFragment (defined as a static inner class below).
[ { "docid": "b8e8811ae81ace8f15818e29545ba6a9", "score": "0.0", "text": "@Override\n public Fragment getItem(int position) {\n switch (position) {\n case 0:\n return InstalledFragment.newInstance(position + 1);\n case 1:\n ...
[ { "docid": "00515af2d99b3cf2bcdf4276172819ae", "score": "0.7358348", "text": "@Override\n public Fragment getItem(int position) {\n return PageFragment.newInstance(position);\n }", "title": "" }, { "docid": "99f90be627c83064a315dcf6f001977b", "score": "0.73497623...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d510b5c8c7c78b4b788b11ecc11d2141", "score": "0.0", "text": "public ResponseList<Status> getUserTimeline(long arg0)\n\t\t\tthrows TwitterException {\n\t\treturn null;\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}", ...
b0f48b421ac5e4abe7c17aaf11c7940f
Method to generate a random number between range min to max
[ { "docid": "c90a1d513014a91375df6b0e5ce4c120", "score": "0.802899", "text": "private int getRandomNumberInRange(int min, int max) {\n\n if (min >= max) {\n throw new IllegalArgumentException(\"max must be greater than min\");\n }\n\n Random r = new Random();\n retu...
[ { "docid": "98d0a3b97323ce1019477d3cc21fb25b", "score": "0.8355938", "text": "public int generateNumberRange(int range){\n return rand.nextInt(range);\n }", "title": "" }, { "docid": "19761c64fa3845140a35aa1d8e2b7495", "score": "0.8322373", "text": "public int randNum(int m...
dbf1dfd23b1060cd2f1feb8bbba12f70
TODO: make product image
[ { "docid": "47e89d81c0bd52d5861146009b17005d", "score": "0.0", "text": "public String getProductId() {\n\t\treturn productId;\n\t}", "title": "" } ]
[ { "docid": "08bdab32e17d8b4a18a1f4fed75998d2", "score": "0.7350533", "text": "public String getProduct() {\n\t\treturn \"images/rasith_car.jpg\";\r\n\t}", "title": "" }, { "docid": "420efb9f2016987d9137d5ce406371c8", "score": "0.7118867", "text": "public String getProductImage()\r\n ...
8c45b2ba2cf3b082e409c684c825e3e1
More helper functions for fileNode
[ { "docid": "b4b7b149c3012d160a1d49f62cced992", "score": "0.0", "text": "public synchronized fileNode getFile(String file) {\n return fileSet.get(file);\n }", "title": "" } ]
[ { "docid": "7ffc7d22f94b98784c3343403edb72fb", "score": "0.6548363", "text": "FileObject root();", "title": "" }, { "docid": "6e9f19cf6feb86d3c7643481ba87409c", "score": "0.6441927", "text": "public abstract File getFile();", "title": "" }, { "docid": "e361e0d50d46056c4e3...
466625c418ef56d8bef598df3c5d645e
Get the fill used for the edge attach circle. Edges are attached to nodes by connecting to a little circle, that is the "attach circle".
[ { "docid": "5533a14ee184f12a605f1a4262ed94f9", "score": "0.8497849", "text": "public Paint getEdgeAttachCircleFill() { \n return(EDGE_ATTACH_CIRCLE_FILL);\n }", "title": "" } ]
[ { "docid": "beeda01ea581ff8a70558455123a1f6b", "score": "0.6518276", "text": "public double getEdgeAttachCircleRadius() {\n return(3.0);\n }", "title": "" }, { "docid": "004ab64d6378cb8cdd9e68fa429c8fd7", "score": "0.65088946", "text": "public Color getFillColor() {\n\t\treturn f...
1e70bea124654fe17a4c701d6179d329
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
[ { "docid": "540edf329af363ecf4651ef6536511ae", "score": "0.0", "text": "public java.util.Enumeration findAfsMountPosesByGroundresource(com.hps.july.persistence.ResourceKey arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n com.hps.july.persistence.A...
[ { "docid": "11d67a80d2cd31685776b15ccccc59f0", "score": "0.6062063", "text": "@Override\n\t\t\tpublic void PridenieNaBielu() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6037026", "text": "@Override\r\n\tpublic void comer() {\n\t\t\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "045d9f84965324721439eaa796d6222c", "score": "0.0", "text": "public void deleteBuchung(int bid,Connection conn) {\n\t\tString SQL = \"DELETE FROM buchung WHERE BuchungsID = '\"+bid+\"'\";\n\t\tPreparedStatement pstmt;\n\t\ttry {\n\t\t\tpstmt = conn.prepareStatement(SQL);\n\t\t\tpstmt.executeU...
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
65f631c86542b29ddaa91a651d15ca5c
Returns the result of interpreting the object as an instance of 'IRich Text Segment'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "7c407bdaeed9d9cfc154af6185dd10da", "score": "0.7112143", "text": "public T caseIRichTextSegment(IRichTextSegment object)\n\t{\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "b55fe744e64ce8dc0fcb3e22556bef43", "score": "0.5617145", "text": "public Object caseSegmentType(SegmentType object) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "5b3f95fb8adebb28840b1c6e5aa81aec", "score": "0.5421747", "text": "public T caseIInstruction(IInstructi...
9659d5ab158da448e705f0b4c73a308e
(asynchronously) list or watch objects of kind Event
[ { "docid": "071616ad4347e2174e402a695b9fbd55", "score": "0.0", "text": "public okhttp3.Call listNamespacedEventAsync(\n String namespace,\n String pretty,\n Boolean allowWatchBookmarks,\n String _continue,\n String fieldSelector,\n String labelSelector,\n Integer limit...
[ { "docid": "de7593ba764dcf12fc145f86e1238631", "score": "0.7186967", "text": "public abstract List<GEvent> getEventList();", "title": "" }, { "docid": "dc49efa5de8c59f485f6f766e055d4fe", "score": "0.67292964", "text": "public abstract List getAllEvents();", "title": "" }, { ...
8eee4bdc7d869974f52a1f2c1152cdea
Return the object at the specified path, or nil if none exists there
[ { "docid": "380789cfef1ed460671ad7f0eb4fc59a", "score": "0.6945182", "text": "@NotNull\n @Generated\n @Selector(\"objectAtPath:\")\n public native MDLObject objectAtPath(@NotNull String path);", "title": "" } ]
[ { "docid": "b5d0abb11e672d2d12f21768c556ee27", "score": "0.74995357", "text": "Object get(String path);", "title": "" }, { "docid": "494f9563c25b0f9ad02ecc98f97f042e", "score": "0.6854275", "text": "public Object getMatchingPathObject (Object theObject, String thePath) throws Excepti...
cda014c44316511382c2dc65c7709ea7
(Highcharts, Highstock, Highmaps) What part of the string the given position is anchored to. Can be one of &quot;left&quot;, &quot;center&quot; or &quot;right&quot;. The exact position also depends on the labels.x setting. Angular gauges and solid gauges defaults to center.
[ { "docid": "6e971f7f2f9cd51951bf273ca78cb35d", "score": "0.0", "text": "@JSProperty(\"align\")\n @Nullable\n Align getAlign();", "title": "" } ]
[ { "docid": "45060c8aff104b7cb8b26d39046aa056", "score": "0.6905721", "text": "String getPositioning();", "title": "" }, { "docid": "5de7bf997a87193629c46f44e975d571", "score": "0.6317626", "text": "protected void setTextPositionFromBounds() {\n if (textBounds == null) \n ...
d3b728fcf6954b48c68026829f7a3b4b
Pre execute rule for persist in RefSourceSystemComp This method is modularized in respective rule class Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
[ { "docid": "08aa1206aaec3ed6e7bffec9a8da2202", "score": "0.6265508", "text": "public void preExecuteRefSourceSystemCompPersist(RefSourceSystemDO reqRefSourceSystemDO,\n\t\t\tTxnTransferObj txnTransferObj) {\n\t\t// TODO Auto-generated method stub\n\n\t}", "title": "" } ]
[ { "docid": "5b510417078279e7d2ab1f9a90e47895", "score": "0.66892344", "text": "public void prevalidateRefSourceSystemCompPersit(TxnTransferObj txnTransferObj) {\n\t\t// TODO Auto-generated method stub\n\t}", "title": "" }, { "docid": "42befbf74f2520e45fb9cf5b71a78e09", "score": "0.641369...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "69d069f6abebf63f3efa8710eab50712", "score": "0.0", "text": "public final void b(int i) {\n Map<b, MenuItem> map = this.f173b;\n if (map != null) {\n Iterator<b> it = map.keySet().iterator();\n while (it.hasNext()) {\n if (i == it.next().getI...
[ { "docid": "f5fd4f1b89ecbb54b8b64a1b9e40552c", "score": "0.6724544", "text": "protected void mo7431b() {\n }", "title": "" }, { "docid": "53e341f0a65f5f2314974705ff4b401c", "score": "0.65332055", "text": "private Ab(){\n\t\t\n\t}", "title": "" }, { "docid": "6f28b85882...
4e42128d84d7d6bbfb6ed4346d301997
Metodo de consulta para los registros de la tabla FrmTablas por id
[ { "docid": "6823287b380bd3744240548c1da67915", "score": "0.6072425", "text": "@Override\r\n\t@Transactional\r\n\tpublic List<Object[]> listsByTablcodi(String tablcodi){\r\n\t\ttry{\r\n\t\t\tString sql = \"select tablclav ,tablvast, tablextr \"\r\n\t\t\t\t\t + \"from Frm_Tablas \"\r\n\t\t\t\t\t + \"w...
[ { "docid": "29907afcfab2f2ce77fe3846b12b7d53", "score": "0.70576173", "text": "public void consultaFuncionario(String usuario_id, JTextField tfMat, JTable jtFuncionarios){\n try{\n a = serv.Acao(\"SELECT matricula FROM funcionarios WHERE id_usuario = '\"+usuario_id+\"';\");\n ...
8e094e03e91b428e9db9524c47c1a1f3
Does the sentence fit the form? Hmm...
[ { "docid": "db426b195bedd3262117730898776a8f", "score": "0.55209374", "text": "public boolean matches(GdlSentence sentence) {\n\t\t\tif(sentence.getName() != sentenceName)\r\n\t\t\t\treturn false;\r\n\t\t\tif(sentence instanceof GdlProposition)\r\n\t\t\t\treturn functionalElements.isEmpty();\r\n\t\t\tGd...
[ { "docid": "a1546d14800a6ecb34256b422c3f89f4", "score": "0.69453907", "text": "public boolean doesFit(String word)\r\n {\r\n boolean itFits = true;\r\n char[] wordChars = word.toCharArray();\r\n for(int idx=0; idx<myWord.size() ; idx++)\r\n {\r\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2c9535d17bf8f5db4ef7b1af80f9b9c7", "score": "0.0", "text": "@Override\n\tpublic void onPreProcessing(Type type, Object parameter) {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
4dd81b40f0d8e142e183d091b1185dd9
Medicine medicine = new Medicine();
[ { "docid": "78d41c68530d3f861b532bb51a3d9531", "score": "0.0", "text": "@Override\n protected Void doInBackground(Medicine... medicines) {\n int quantity = Integer.parseInt(medicines[0].getQuantity());\n quantity+=1;\n// medicine.setMedicineName(medicines[0].getMe...
[ { "docid": "c048b1b2f039333cecb8ab1ac896e418", "score": "0.8191992", "text": "public Medicine() {\n\t\t// TODO Auto-generated constructor stub\n\t}", "title": "" }, { "docid": "30e4bfb4836808eea38ba6edc042e48b", "score": "0.8101461", "text": "public MedicineInfo()\n {\n\n\n }",...
b9df92b4a317e2dc3307b2b0c505ec89
final Var taskMap; Constructor
[ { "docid": "b34127e50ba90b16fba2815558cbc1dc", "score": "0.0", "text": "DeclareLocalVariables(MdfEnvironment env,MacroFlowGraph mfg){\n Sym symFact=mfg.symRoot.sym;\n SymTable symTab=mfg.symTab;\n\n // The position which the macro task is put into the ready task queue.\n if(symTab.search(\"_...
[ { "docid": "1b821c2dc15538570e08f5e59a61715e", "score": "0.6889546", "text": "void task(Map args);", "title": "" }, { "docid": "0776c5304585b3f1f61d05b20cc3814d", "score": "0.65880525", "text": "public Task(){\n\n\t}", "title": "" }, { "docid": "00fc186c1755bd1476479a469a...
b3c4ae9e4f294e9cb651af69d4d19d04
apply the chunk that contains a block
[ { "docid": "44a21bd01203cf134c6a6f1b12762d68", "score": "0.0", "text": "protected Point getChunk(int x, int z) {\n\t\treturn new Point(x >> 4, z >> 4);\n\t}", "title": "" } ]
[ { "docid": "049620b7e75b29637ef93f1f4032cc67", "score": "0.5848885", "text": "@Override\n public void visit(Block block) {\n }", "title": "" }, { "docid": "492d647868b8c1dc2d11444e5226cc76", "score": "0.5713", "text": "@Override\n public void runBufferedBodyContentThroughFil...
1f3460f0319c015ad41f7e28a3fee4bc
Add model to the user selected brand
[ { "docid": "64c6c13ddccd137220e49f944944b816", "score": "0.5069301", "text": "public void addModel(String name,int price,int modelNum) {\n\t\t\t\t\tswitch(modelNum) {\n\t\t\t\t\tcase 1:\n\t\t\t\t\t\tapplePrice.put(name,price);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 2:\n\t\t\t\t\t\tnokiaPrice.put(name,price...
[ { "docid": "d9ec8874c0d5512c7e8bdbbfd769abb1", "score": "0.7210758", "text": "@RequestMapping(value = \"/brand/add\", method = RequestMethod.GET)\r\n\tpublic String brandCreate(Model model) {\r\n\t\tlogger.info(\"====> [Backend] Create brand page!!\");\r\n\t\tmodel.addAttribute(\"brandActive\", \"active...
cd3bc805d8d0b438ce0d10641fad6577
antes de descarga, ordeno mi lista para mostrarla ordenanda
[ { "docid": "aa9061b52653371530c73c7f31fd4ecf", "score": "0.5593823", "text": "public static void descargar(ArrayList<Descargable> misDescargas, Conexion conexion) {\n\t\tordenarLista(misDescargas);\n\t\tDouble tamanoTotal = 0.0;\n\n\t\tfor (int i = 0; i < misDescargas.size(); i++) {\n\t\t\ttamanoTotal +...
[ { "docid": "11f7359e0dcc84f7b1094ab7e8be9251", "score": "0.6660689", "text": "private static void listar() {\n\t\tArrayList<Perro> perros = modelo.listar();\n\t\tSystem.out.println(\" ID | NOMBRE | RAZA | PESO | VACUNADO | HISTORIA \");\n\t\tSystem.out.println(\"----------...
4cdcaea099589accafbeb104cdd74461
Supported Android SDK versions. Default to all of them. repeated int32 sdk_int = 6;
[ { "docid": "34e8037cb05d1cab8fac818e64b9d4c6", "score": "0.6132072", "text": "public int getSdkIntCount() {\n return sdkInt_.size();\n }", "title": "" } ]
[ { "docid": "d6599fa370ad2f6ebdd17f3e1c3d1a26", "score": "0.69755566", "text": "public String getAndroidVersion() {\n int LATESTVERSION = 28;\r\n int sdkVersion = Build.VERSION.SDK_INT;\r\n int differenceInVersions = LATESTVERSION - sdkVersion;\r\n if (sdkVersion > 25) {\r\n ...
b86d19426243677e10b9d7be8ee961f9
Sets the selected district.
[ { "docid": "645fc5b143d11ec3df33dc3ab8c9e20f", "score": "0.8633393", "text": "public void setSelectedDistrict(String selectedDistrict) {\n\n this.selectedDistrict = selectedDistrict;\n }", "title": "" } ]
[ { "docid": "78b561b22497819de677412affb648e0", "score": "0.727948", "text": "public void setDistrict(String district) {\r\n this.district = district;\r\n }", "title": "" }, { "docid": "78b561b22497819de677412affb648e0", "score": "0.727948", "text": "public void setDistrict(...
7e39d3302f62b39da40111c40916948b
In order to have a flat cache keys are of format validatorparameter.
[ { "docid": "beb6c81745c72f0941c9554f69b6d725", "score": "0.6090298", "text": "private String createCacheKey(String validator, String parameter) {\n return validator + \"#\" + parameter;\n }", "title": "" } ]
[ { "docid": "26b2595403ef9ac3df1aa2236002dc79", "score": "0.5420513", "text": "@Override\n public boolean isValidKeyField() {\n return false;\n }", "title": "" }, { "docid": "eb100e22b85fce53794d51048501f625", "score": "0.53455865", "text": "@Override\r\n protected Str...
a78232718db9ffb30d5445f7f5377aca
Clears the player lobby before each test
[ { "docid": "d469876ad8750664542128c0b156c8b9", "score": "0.7525296", "text": "@BeforeEach\r\n void setup() {\r\n PlayerLobby.clearAll();\r\n }", "title": "" } ]
[ { "docid": "5f5fbb3be5350955e312a94a51168073", "score": "0.76789874", "text": "public void clearPlayers() {\n\t\tplayers.clear();\n\t}", "title": "" }, { "docid": "431cbc82a4c5ff450b014ff6ac2700f6", "score": "0.7160333", "text": "public synchronized void resetTeamPlayerList() {\n ...
67dbb1da0ae8c7abd69ef7de9d579a92
Lock State Changes (all state changes should be executed under a LockAction)
[ { "docid": "07ee36e46ab5ae390f0eca147a43d564", "score": "0.0", "text": "private void claimOwnership(int lockEpoch) {\n lockState.transition(State.CLAIMED);\n // clear previous lock ids\n lockContext.clearLockIds();\n // add current lock id\n lockContext.addLockId(lockI...
[ { "docid": "8e6e51136c983c182b88a51648b75a1e", "score": "0.6868872", "text": "public void toggleLock() {\n this.locked = !this.locked;\n }", "title": "" }, { "docid": "1daa7d76940f21f60b191a49446538fd", "score": "0.68676686", "text": "public void setLock(boolean state) {\n\...
66a86c68a4e0231ab58bcd3c46aeb4d7
/ end mouseMoved /
[ { "docid": "1989d86b53bfdb8c97b25523444c65d8", "score": "0.0", "text": "@Override\r\n\tpublic void mousePressed(final MouseEvent e) {\r\n\t\tactive = true;\r\n\t\tfinal int x = e.getX();\r\n\t\tfinal int y = e.getY();\r\n\t\tswitch (tb.getCurrentTool()) {\r\n\t\tcase MAGNIFIER: {\r\n\t\t\tfinal int flag...
[ { "docid": "4cec162546e82b4a0f5bb28176aa4a33", "score": "0.79616416", "text": "@Override\r\n\tpublic void mouseMoved(int x, int y) {\n\t}", "title": "" }, { "docid": "87ad63ce571b1f8550a100667710921f", "score": "0.78568107", "text": "@Override public void mouseMoved(MouseEvent e) {}"...
ad31b39bef0a7815c1bbee5869f9fe93
Retrieve the state of an index.
[ { "docid": "3359e4b50be2e7b217546ea474198d52", "score": "0.77074885", "text": "InternalIndexState getIndexState( IndexRule indexRule ) throws IndexNotFoundKernelException;", "title": "" } ]
[ { "docid": "ed012a2439361403359d9639ecb05475", "score": "0.7439267", "text": "SourceIndexMixinState getState();", "title": "" }, { "docid": "08d74f279051d7d099d2d3a050ef3a06", "score": "0.7067788", "text": "public Index getIndex() {\n return this._index;\n }", "title": "" }...
37cf53a13089ab9d76140d2ec39a0725
Log.info("Server", "A new " + exchange.getRequestMethod() + " just appeared"); Log.info("Server", "URL: " + exchange.getRequestURI()); Log.info("Server", "Body: " + new String(exchange.getRequestBody().readAllBytes())); fillThisBoringHeader(exchange.getResponseHeaders());
[ { "docid": "98c7302b9112567c700e9543b7770179", "score": "0.5338366", "text": "@Override\n public void handle(HttpExchange exchange) {\n \n try {\n String resource = exchange.getRequestURI().getPath();\n if (exchange.getRequestMethod().equals(\"H...
[ { "docid": "de32bff167730a5837c61d8292d4f29f", "score": "0.6056894", "text": "protected String logHeader(ClientRequestContext requestContext, ClientResponseContext responseContext) throws IOException {\n StringBuilder msg = new StringBuilder();\n msg.append(\"< headers: [\");\n for ...
9d15036b868792695a1c163ff2529268
Gets (as xml) array of all "z" elements
[ { "docid": "68f882e05892f24da2010a32040785c2", "score": "0.6828431", "text": "public org.apache.xmlbeans.XmlDouble[] xgetZArray()\n {\n synchronized (monitor())\n {\n check_orphaned();\n java.util.List targetList = new java.util.ArrayList();\n get_store(...
[ { "docid": "7b33f3a64cd4e028f58ab3a4c6d32147", "score": "0.6743553", "text": "public double[] getZArray()\n {\n synchronized (monitor())\n {\n check_orphaned();\n java.util.List targetList = new java.util.ArrayList();\n get_store().find_all_element_users...
34cf478cd5fbe58c75539e7b0c13c64d
This function returns true if the player has a delayed respawn.
[ { "docid": "eb351be2b2442ad082e8c1441ce78c8e", "score": "0.0", "text": "public boolean getIsDelayed() {\n return isDelayed;\n }", "title": "" } ]
[ { "docid": "87dbea69514c786614c04d77240803cb", "score": "0.7810057", "text": "private void checkRespawn(){\n\t\t//If timer expires\n\t\tif (respawnTimer == 0){\n\t\t\t//Make player visible\n\t\t\tvisible = true;\n\t\t\t//Make player invincible for a while after spawn\n\t\t\tcollideable = false;\n\t\t\tt...