query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
a3144b180b7282993610b24b7fabab30
Test that the preprocessor removes the relevant stop words and keeps every other word
[ { "docid": "6efa61060360b1be038292b88c1fd88d", "score": "0.8287742", "text": "@Test\n // Test that the preprocessor removes the relevant stop words\n void removeStopWords01() {\n List<String> stop_words = new ArrayList<>();\n List<String> words = new ArrayList<>(stop_words);\n ...
[ { "docid": "2deb9a52be0db60daba1821fc7115ffe", "score": "0.73503286", "text": "@Test\n\tpublic void testRemoveAllStopWords() {\n\t\tString result;\n\t\ttry {\n\t\t\tresult = sp.removeStopWords(stopWords);\n\t\t\tassertEquals(\"Strings not equal. They should be empty.\", \"\", result);\n\t\t} catch (Exce...
ea947680a2e3571453b7cdeeaa1d3a45
$ANTLR end "entryRuleXListLiteral" $ANTLR start "ruleXListLiteral" ../org.xtext.mongobeans.ui/srcgen/org/xtext/mongobeans/ui/contentassist/antlr/internal/InternalMongoBeans.g:1000:1: ruleXListLiteral : ( ( rule__XListLiteral__Group__0 ) ) ;
[ { "docid": "345498f6d609f2a3d563d529e4f34714", "score": "0.8382723", "text": "public final void ruleXListLiteral() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.mongobeans.ui/src-gen/org/xtext/mongobeans/ui/content...
[ { "docid": "04e02bfa8823b879664bf60b1b7ee775", "score": "0.7837987", "text": "public final void ruleXListLiteral() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalBugsly.g:917:2: ( ( ( rule__XListLiteral__Group__0...
ff1711a577900cc5a4ae15841ca9d3f2
One by one move boundary of unsorted subarray
[ { "docid": "6cd666a5cd464e64113691b3502ecd7f", "score": "0.0", "text": "static void selectionSort(int[] arr) {\n for (int i = 0; i < arr.length - 1; i++) {\n // Find the minimum element in unsorted array\n int min_idx = i;\n for (int j = i + 1; j < arr.length; j++...
[ { "docid": "e472303f64ee2373a86bb3b842ee682c", "score": "0.56969553", "text": "void cut() \n{\n while(this.adjacent.length > 0) \n {\n this.adjacent[this.adjacent.length-1].cut();\n }\n}", "title": "" }, { "docid": "bd50b1a644ac1a4158a1c9679c137c7a", "score": "0.5692074", "text...
28bb40c50ee187dd3e5f8603332b8ec2
Set the reserved4 field for the FibRgLw95 record.
[ { "docid": "e4cfdc9cfdd167acfa07c56eb36a406f", "score": "0.7693902", "text": "@Internal\n public void setReserved4( int field_5_reserved4 )\n {\n this.field_5_reserved4 = field_5_reserved4;\n }", "title": "" } ]
[ { "docid": "9f4636d93eb381b95267389e453daa40", "score": "0.7513849", "text": "@Internal\n public void setReserved4( short field_4_reserved4 )\n {\n this.field_4_reserved4 = field_4_reserved4;\n }", "title": "" }, { "docid": "9211f84b01e99094c293940b46163595", "score": "0....
0bf4066b5e4c2084b55eb50796d60094
Stop navigating or mapping operations.
[ { "docid": "df32555e6b4e401e2f3aafd1d8869b75", "score": "0.6460444", "text": "public void stopOperations() {\n // Report \"Stop Operations\" events to Firebase Analytics\n mFirebaseEventLogger.reportStopOperationsEventToFirebase(mParent);\n mCommandStateMachine.stopOperations();\n ...
[ { "docid": "de60418fdfacdc87a15b5d86969f6f03", "score": "0.69369507", "text": "public void stopMapping() {\n if (!mappingStarted) {\n return;\n }\n\n mappingStarted = false;\n\n panning.quit();\n\n if (locationSource != null) {\n locationSource.quit();\n }\n\n if (networkC...
9f1b2417aedd6a51239d1d104a73cd34
Reads a line from the command prompt.
[ { "docid": "2ac11cfba292603d4d6a948339efbefb", "score": "0.7061439", "text": "protected String readLine() {\r\n\t\ttry {\r\n\t\t\treturn new java.io.BufferedReader(new\r\n\t\t\t\tjava.io.InputStreamReader(System.in)).readLine();\r\n\t\t}\r\n\t\tcatch(java.io.IOException e) {\r\n\t\t\treturn new String(\...
[ { "docid": "4f163e1fbe3eb2b8c1fb80747fc3ac69", "score": "0.7319416", "text": "public static String readLine() {\n\t\tInputStreamReader streamIn = new InputStreamReader(System.in);\n\t\tBufferedReader in = new BufferedReader(streamIn, 1);\n\t\t\n\t\tString line = null;\n\t\ttry {\n\t\t\tline = in.readLin...
42c732ece76136964816cdb36f89b5dd
might want to use later on
[ { "docid": "7b5167b7bf4186ca7c279cb3afaa1935", "score": "0.0", "text": "public String getPurchaseType() {\n if (mPurchaseType == null) {\n return null;\n }\n return mPurchaseType.getText().toString();\n }", "title": "" } ]
[ { "docid": "ccaf5f7aff0d6de105f523c68f63383c", "score": "0.6126579", "text": "private void cathc() {\n\t\t\r\n\t}", "title": "" }, { "docid": "c8ceec30e6f3ebd2fb8cab39b477d3f3", "score": "0.6032377", "text": "private static void sapxep() {\n\t\t\n\t}", "title": "" }, { "d...
209a2effabc5ff51be0cd80d5caf7265
Creates a JavaFX confirmation dialog
[ { "docid": "3217c0b42900368a6a55bd429e7c33c8", "score": "0.6325991", "text": "public static Alert createConfirmationDialog(String confirmationHeader, String confirmationContent) {\r\n\t\tAlert alert = new Alert(AlertType.CONFIRMATION);\r\n\t\talert.setHeaderText(confirmationHeader);\r\n\t\talert.setCont...
[ { "docid": "880ffafe0ef906cc41f6ebf0a99fd497", "score": "0.7157676", "text": "private int createConfirmationDialog() {\n\t\treturn JOptionPane.showConfirmDialog(\n\t\t\tgetParentDialog(), \n\t\t\t\"Are you sure you want to permanently close this window?\", \n\t\t\t\"Confirm Close Dialog Operation\",\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1937f989d154856ea761ecf7a771bb13", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tsubsets(\"Programming\",2);\r\n\t}", "title": "" } ]
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
9021ba7222dc689c92d76e3a0e7d487f
this method creat the game cards
[ { "docid": "c8c66702c66c97a99304b1a8426bd9d7", "score": "0.8079635", "text": "private static void makeGameCards()\n {\n // the code of the cards\n int cardCode = 0;\n\n\n\n // make red cards\n makeCards(Color.RED, cardCode);\n cardCode += 25;\n\n // make yell...
[ { "docid": "5d5c20f6f3bf347128554d80070500ac", "score": "0.80243504", "text": "private void createDeck() {\n\t\tdeck = new Vector<cards>();\n \n for (int i = 1; i < 4; ++i) {\n \tfor (int j = 1; j < 4; ++j) {\n \t\tfor (int k = 1; k < 4; ++k) {\n \t\t\tfor (int l = 1; ...
2505f186d020e906a50db16aa7ddd765
Test of onRPObjectAddToZone method, of class ZoneExtension.
[ { "docid": "413e3993d124c4543e9387c5d0fefdbc", "score": "0.75694424", "text": "@Test\n public void testOnRPObjectAddToZone() {\n System.out.println(\"onRPObjectAddToZone\");\n RPEventListenerImpl listener = new RPEventListenerImpl();\n HashMap<String, RPEventListener> listeners =...
[ { "docid": "5197e80fc4e2b840762226e5e6ce21f7", "score": "0.65755004", "text": "@Test\n public void testJoinZoneAction() {\n try {\n System.out.println(\"Join Zone Action\");\n TestPlayer player = new TestPlayer(new RPObject());\n RPAction action = new RPAction(...
86363bef0eff4ba411c3cbf5d4ec475b
string erc20 = 1;
[ { "docid": "4ce14139b88c5104bf1c21370d37a89d", "score": "0.5498418", "text": "@java.lang.Override\n public java.lang.String getErc20() {\n java.lang.Object ref = erc20_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.prot...
[ { "docid": "f4591afb991dc91108cde5339c5ad841", "score": "0.67515963", "text": "java.lang.String getErc20();", "title": "" }, { "docid": "f4591afb991dc91108cde5339c5ad841", "score": "0.67515963", "text": "java.lang.String getErc20();", "title": "" }, { "docid": "d3ead666bf...
d28b42043971c977ca2c2e422cb83172
Create Rectangle with lowerleft origin at (0,0).
[ { "docid": "ebf717ae6bd244c98c3ba19fa2b34b33", "score": "0.0", "text": "public Rectangle(Dimension dimension) {\n\t\tthis(new Point(), dimension);\n\t}", "title": "" } ]
[ { "docid": "0958eb44be2283f56da45e7b61af3c17", "score": "0.71981364", "text": "public Rectangle(Point upperLeft, double width, double height) {\n this.height = height;\n this.width = width;\n this.upperLeft = upperLeft;\n }", "title": "" }, { "docid": "ba84b2db403ea49...
eed20b5057b85af8d7fea837e0ac5c8a
Returns the operator that threw this exception.
[ { "docid": "e00ce34366a2f7afa8f21f82db4ebd29", "score": "0.69888294", "text": "public Operator getOperator() {\n return this.operator;\n }", "title": "" } ]
[ { "docid": "7cc70d0cd818a2cbb0a95917d964dc11", "score": "0.72399503", "text": "public String operator() {\n return this.operator;\n }", "title": "" }, { "docid": "173b43836ba3e95e7d27a974a80d1d6e", "score": "0.70567757", "text": "public java.lang.Integer getOperator() throw...
042ab74c064e0b6f715ae39d8bbd53bb
repeated string timer_instance_id = 1;
[ { "docid": "68b4efae854a2298214d3b5fd37955d9", "score": "0.58982605", "text": "public Builder setTimerInstanceId(\n int index, java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureTimerInstanceIdIsMutable();\n timerInsta...
[ { "docid": "3b7fcfb28d6ebc0b39eacf78a78cb53b", "score": "0.7009461", "text": "java.lang.String getTimerId();", "title": "" }, { "docid": "3b7fcfb28d6ebc0b39eacf78a78cb53b", "score": "0.7009461", "text": "java.lang.String getTimerId();", "title": "" }, { "docid": "3b7fcfb2...
ff71c24a202709b7e7c80f2357088df3
NB OverlayHarmonizer required because IJ1 plugins can hatch displays while avoiding the Harmonizer. Not required in the Display>ImagePlus direction as Harmonizer always catches that case. constructor
[ { "docid": "8a5412891db61964e64a337a823c9135", "score": "0.49059138", "text": "public GrayDisplayCreator(final Context context) {\n\t\tsetContext(context);\n\t\tpixelHarmonizer = new GrayPixelHarmonizer();\n\t\tcolorTableHarmonizer =\n\t\t\tnew ColorTableHarmonizer(imageDisplayService);\n\t\tmetadataHar...
[ { "docid": "3a66a9f3450501984fdca30a81a6a1ea", "score": "0.6649095", "text": "public OverlayEngine() {\r\n }", "title": "" }, { "docid": "19a6bae0919f75231f84cb02daa38f10", "score": "0.62054145", "text": "@Override\r\n public AvhrrOverlay createOverlay(Product avhrrProduct) {\n...
b39d5f387a1fcc17311f1ce2c2df4cbd
Executes the Deadline command for the program to create a deadline.
[ { "docid": "059845b8dfab3d9e6e05cf8ab9571152", "score": "0.5256592", "text": "public String execute(TaskList tasks, Ui ui, Storage storage) \n throws InvalidCommandException, EmptyDescriptionException, \n TaskFormatException, InvalidTimeFormatException {\n return tasks.manag...
[ { "docid": "e2121e24a973d9887571e122d9cdc6e7", "score": "0.725066", "text": "@Test\n public void execute_validDeadlineCommand_correctOutput() {\n setLines();\n try {\n DeadlineParser validDeadlineParser = new DeadlineParser(\"deadline homework /by 2020-09-09\");\n ...
5c76b7a8ca7901aed3926104d7d72dca
Drag a inventory item to a character. Does nothing currently.
[ { "docid": "def70811565a51d78edd1273ff8306c6", "score": "0.66009414", "text": "@Override\n public void dragTo(final InteractiveChar targetChar) {\n // nothing\n }", "title": "" } ]
[ { "docid": "d9638a88e00d2b4e55554b80e667c9be", "score": "0.64670557", "text": "public void dropItem(TakeableItem item){\n if(inventory.hasItem(item)){\n inventory.removeItem(item);\n ActionCommand dropItemCommand = new DropItemCommand(this,item);\n dropItemCommand...
56e816eee5bf1cd18f436d6583d47bd7
Update a vendor in the Vendor table database
[ { "docid": "d4f5c6f59d60610cc5c71212b7c03756", "score": "0.77467877", "text": "@Override\n public void updateItem(VendorModel vendor) throws DAOException \n {\n PreparedStatement statement = null;\n \n try\n {\n statement = conn.prepareStatement(UPDATEQUERY); ...
[ { "docid": "df7bdb518b2577f1d5e35473f7303193", "score": "0.75125086", "text": "public void updateVendorOrUser(User vendor);", "title": "" }, { "docid": "aa159ddb5a95ada8096d72d29d87685c", "score": "0.72346914", "text": "public boolean updateVendor(Vendor vendor) {\n\t\ttry {\n\t\tses...
787efa3a0158791326e82cd019101a34
System active tenant search filter user id getter
[ { "docid": "6c36694653f93056d6542ee546e05d1f", "score": "0.0", "text": "@Override\n public Long getUserId() {\n return userId;\n }", "title": "" } ]
[ { "docid": "fc08a5bfebe51928e17c60feb4df42dc", "score": "0.65507746", "text": "private String getUserDnSearchFilterByGUID( )\r\n {\r\n return AppPropertiesService.getProperty( PROPERTY_USER_DN_SEARCH_FILTER_BY_GUID );\r\n }", "title": "" }, { "docid": "a1b7e77e4584c544ea9b2b475...
9f23d9c628294b32d6d525b1bfa74ee7
B U S I N E S S M E T H O D S
[ { "docid": "37b303b14122e0aa6679eae5da10daa9", "score": "0.0", "text": "@TransactionAttribute(TransactionAttributeType.REQUIRED)\r\n\tpublic Collection findCarteraDetalleByCarteraAndBySignoCarteraAndByFechaInicioAndByFechaFin(java.lang.String cartera,java.lang.String signoCartera, java.sql.Date fechaIni...
[ { "docid": "288fd3ee71b736e770bbef790831c263", "score": "0.57924306", "text": "User mo18615e();", "title": "" }, { "docid": "4cd3d3e70c4e6c2e92c12c4c4e57219f", "score": "0.54865885", "text": "ING getOpDlTmms();", "title": "" }, { "docid": "106ce0ada7b978eeffda7ec9cccc29e2...
3e0e8948e1edf3ba6f2c9359d81c6d55
Sets location for all Entities not using this will cause an error
[ { "docid": "1380eac8fef7ba56db543df4beda1dcf", "score": "0.72943324", "text": "public static void setLocation(Location l) {\r\n\t\tlocation=l;\r\n\t\tobjRoot = location.objEntities;\r\n//\t\tobjRoot.setCapability(Group.ALLOW_CHILDREN_EXTEND);\r\n\t}", "title": "" } ]
[ { "docid": "d298ae9b85b1836d5f0f741142c460cf", "score": "0.681344", "text": "@Override\n\tpublic void setLocation(Location location) {\n\t\t\n\t}", "title": "" }, { "docid": "4eb4abcc3f622d73dd61355247de6984", "score": "0.6720567", "text": "public void setLocation() {\n\t\t\n\t\tEnvi...
9e43af1bb3f7bcc410a77a0b971e2fc8
Which condition value is greater?
[ { "docid": "5da8e14a6c9beb7f55ee50f0fa7f5b21", "score": "0.0", "text": "public int CompareValues(FilterCondition comparedCondition)\n\t{\n\t\tswitch (DataType)\n\t\t{\n\t\t\tcase STRING_TYPE: \n\t\t\t\tFilterValue.toString().compareTo((String) comparedCondition.FilterValue);\n\t\t\tcase DATE_TYPE: \n\t\...
[ { "docid": "5f20b2475d42e9f3d91fc9cef09e1155", "score": "0.6963178", "text": "public IntegerIndexCondition isGreaterThan(int value);", "title": "" }, { "docid": "94d9d76af3d4e80b33f53f33575560bf", "score": "0.67349076", "text": "public boolean greaterThan(Number number);", "title...
f9072334452faadb8e905c7d509067c0
Get data from the table
[ { "docid": "ac59ccc1805753d180797323c570a011", "score": "0.0", "text": "public Cursor getData(String name) {\n SQLiteDatabase db = this.getReadableDatabase();\n// Cursor result = db.rawQuery(\"SELECT * from \" + InventoryContract.InventoryEntry.TABLE_NAME +\n// \" WHERE name...
[ { "docid": "20cd2b76f4d6961d99de9c86508952a4", "score": "0.7038237", "text": "public Table getData()\n\t{\n\t\tif ( this.dataTbl != null )\n\t\t\treturn this.dataTbl;\n\t\telse {\n\t\t\tSystem.out.println(\"No table to return!\");\n\t\t\treturn null;\n\t\t}\n\t}", "title": "" }, { "docid": "...
f835318abca776089522b41b46062872
only called by clickMiddleMouseButton , and passed to inventory.setCurrentItem (along with isCreative)
[ { "docid": "7705320b57222347e31dacd2af065741", "score": "0.0", "text": "@Override\r\n\tpublic int idPicked(World par1World, int par2, int par3, int par4)\r\n\t{\r\n\t\treturn blockID;\r\n\t}", "title": "" } ]
[ { "docid": "510cd5352ea90fccd028dbd5f0d56000", "score": "0.6931563", "text": "public void setCurrentItemOrArmor(int p_70062_1_, ItemStack p_70062_2_) {\n\t}", "title": "" }, { "docid": "bf544b5aa73c50de7d6c2be16ac9b2db", "score": "0.68837935", "text": "public void changeInvItemsLocat...
0db9462919524c79691182cff5e89ea8
Get current position of item in recyclerview to bind data and assign values from list
[ { "docid": "1f14d5992283592203bc1767071a2299", "score": "0.0", "text": "@Override\n public void onBindViewHolder(RecyclerView.ViewHolder holder, final int position) {\n final MyHolder myHolder= (MyHolder) holder;\n final PartsList current=carPartsLists.get(position);\n\n\n\n myHo...
[ { "docid": "2dc940a0d5abbdd164c595f571a2c819", "score": "0.67014337", "text": "@Override\n public void onBindViewHolder(OutForDeliveryRecyclerViewHolders holder, int position) {\n OrderListdto.Result status = items.get(position);\n holder.bind(status);\n\n // data.Detail.Item item...
d79ea8d493b729e6d6dc914d034515ae
.com.elarian.hera.proto.Cash value = 4;
[ { "docid": "6b44bef2d7b04d3d5faebf8185674ec2", "score": "0.0", "text": "public Builder mergeValue(com.elarian.hera.proto.CommonModel.Cash value) {\n copyOnWrite();\n instance.mergeValue(value);\n return this;\n }", "title": "" } ]
[ { "docid": "ac21008acf18c8e3ad50c68c86040bdb", "score": "0.77837825", "text": "com.elarian.hera.proto.CommonModel.Cash getValue();", "title": "" }, { "docid": "ac21008acf18c8e3ad50c68c86040bdb", "score": "0.77837825", "text": "com.elarian.hera.proto.CommonModel.Cash getValue();", ...
cabd1f904300e981c616541af5f612f2
set all parameter to inital state
[ { "docid": "c20928e6ea56beeab0b59dbf071a9243", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.activity_tictactoe);\n //all function inside main function will run at startup\...
[ { "docid": "d7449eabb8813df0dfa49a3dcd050218", "score": "0.7304625", "text": "private void setInit() {\n\n }", "title": "" }, { "docid": "a2c9ca6d5dcbf21c21683dee6514b4e3", "score": "0.701754", "text": "protected void initializeParameters() {\n\t\t/* Initialize the parameters */\n...
6b7fcdf804e26c636644e1475e2678f1
BA.debugLineNum = 18;BA.debugLine="Sub Activity_Create(FirstTime As Boolean)"; BA.debugLineNum = 20;BA.debugLine="Activity.LoadLayout(\"2\")";
[ { "docid": "3798418f8edd2f78f6d53d911aa0ca22", "score": "0.64557654", "text": "public static String _activity_create(boolean _firsttime) throws Exception{\nmostCurrent._activity.LoadLayout(\"2\",mostCurrent.activityBA);\r\n //BA.debugLineNum = 21;BA.debugLine=\"PhotoView1.Color = Colors.Black\";\r\nmos...
[ { "docid": "d1ad2a3630dd9d8b199f904a41a92042", "score": "0.7005998", "text": "public static String _activity_create(boolean _firsttime) throws Exception{\nmostCurrent._activity.LoadLayout(\"layAbout_Panels\",mostCurrent.activityBA);\r\n //BA.debugLineNum = 50;BA.debugLine=\"If Main.lang = \\\"es\\\" Th...
802ccd5215bcb4ba443ed736d20ba92c
This method was generated by Apache iBATIS ibator. This method sets the value of the database column C_TABLE_CONFIG.IS_ENABLE
[ { "docid": "830aa9b21ab667407fcd406451b3d2d7", "score": "0.6409059", "text": "public void setIsEnable(String isEnable) {\r\n this.isEnable = isEnable;\r\n }", "title": "" } ]
[ { "docid": "cd1684bb296939894dcb911214569d38", "score": "0.62240785", "text": "public native void setEnabled(boolean enable);", "title": "" }, { "docid": "13c7676c64140e7a79bc9ece69478ba8", "score": "0.6191335", "text": "public static void enable()\n {\n setEnabled( PRI...
715e01f0e72129b1776b5a8a3d36e14b
Add temperatures plot and humidity plot to the plots panel
[ { "docid": "8312a79738c6d537149ec4ae6565f40e", "score": "0.6985053", "text": "public void addPlots(List<WthMeteoData> weatherData) throws Exception {\n\t\t\n\t\tMap<String, String> colorMap = new HashMap<String, String>();\n\t\tcolorMap.put(\"0\", Color.colorGreen);\n\t\tcolorMap.put(\"1\", Color.colorY...
[ { "docid": "18dd93ce079f1d83db9be980c5450b83", "score": "0.61697966", "text": "private void updatePlot() {\n // sensor values\n List<Float> values = buffer.getValues();\n XYSeries dataSeries = new SimpleXYSeries(values, SimpleXYSeries.ArrayFormat.Y_VALS_ONLY, \"\");\n LineAnd...
edf643c23dc7942c03041c09f0b3e63a
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Unused Alias code returns aliases for a term (The GUI code crashes or something, and anywa...
[ { "docid": "197836fa8f77f6ef66a95b35ff33abba", "score": "0.56290495", "text": "public ResponsePojo getAliasSuggestions(String userIdStr, String term, String field, String communityIdStrList) \n\t{\n\t\tlong nSysTime = System.currentTimeMillis();\t\t\n\t\tResponsePojo rp = new ResponsePojo();\n\n\t\t// (...
[ { "docid": "7b8bdb99b17ac9e46f4eb16b637ec480", "score": "0.7562219", "text": "abstract protected String getAliasesToBeans();", "title": "" }, { "docid": "7e2bc021cba0c5dce7fa4d292b5b157c", "score": "0.72955525", "text": "String getAlias();", "title": "" }, { "docid": "7e2...
0a071f378efd5621d482253e7008cad2
.org.roylance.yaclib.Validation validation = 2;
[ { "docid": "f0f4263eda4b7f9ebbbb8b18b47b707e", "score": "0.0", "text": "public boolean hasValidation() {\n return validation_ != null;\n }", "title": "" } ]
[ { "docid": "e4efd97c8d00141b536ba5c58bf25946", "score": "0.709894", "text": "void validate() {\n }", "title": "" }, { "docid": "7262a95ec5378f3d32040cf3a02c3fbd", "score": "0.7094491", "text": "private void validate() {\n\t\t\n\t}", "title": "" }, { "docid": "cf3e51435...
39d4b3dd5656e2b2ed0ef415a4683bd4
Create a reader for taking in a line from stdin
[ { "docid": "4f555b72b788d913d0e1cfd3facd9ad8", "score": "0.0", "text": "public static void main(String[] args) {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n // Create a string for holding the text that will be read from stdin\n String input;\n\n ...
[ { "docid": "972e4cb394cda8bca4cfcf6e47869083", "score": "0.6911637", "text": "public InputStreamLineSource() {\n super(new InputStreamReader(System.in), \"Standard input stream\");\n }", "title": "" }, { "docid": "e112e0da4cd4ef1f0dfc7a2ffdd53363", "score": "0.65590835", "text": ...
1f22e83b1e39dc66bfc3b829684c766c
Loads all files into DPAA based on the index files
[ { "docid": "a82e312a298d27ac7dc57b95cef28ff6", "score": "0.7353757", "text": "public static void loadFiles() throws IOException {\n DPAA = new Vector<DataPointArray>();\n //load index files\n Vector<String> fileNames = new Vector<String>();\n FileReader fr;\n \n ...
[ { "docid": "7ea24cce093bb4915e8d8c860837fad2", "score": "0.63407505", "text": "private void loadIndex() {\n\t\trawValues.clear();\n\t\t\n\t\tfor (DeepFilePointer dfp : OBCore.getSearchIndex()) {\n\t\t\trawValues.add(dfp);\n\t\t}\n\t\tCollections.sort(rawValues, new Comparator<DeepFilePointer>() {\n\t\t\...
73f905def252b5a218584f2c15882e37
Creates the dialog area
[ { "docid": "fe484e89b7ff34d68146ac5e116d9477", "score": "0.72021836", "text": "@Override\n\tpublic Control createDialogArea(Composite parent) {\n\t\t\n\t top = (Composite) super.createDialogArea(parent);\n\t this.getShell().setText(\"TCM Attributes\");\n\n\t // Create the main layou...
[ { "docid": "f15e2eec6251a59f93dee5a55b4b022b", "score": "0.74594545", "text": "@Override\n\tpublic Control createDialogArea(Composite parent) {\n\t\t\n\t top = (Composite) super.createDialogArea(parent);\n\t top.setLayout( getGridLayout( 1, false, 0, 0 , 0, 0 ) );\n\n\t // Initializ...
a299e59dfd5827ecfa35e5fbd9164bbb
Tests fix for BUG38252 ResultSet.absolute(0) is not behaving according to JDBC specification.
[ { "docid": "112a8b64c8fd6b3dde5392fd54e9de84", "score": "0.73772335", "text": "public void testBug38252() throws Exception {\n createTable(\"testBug38252\", \"(id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY)\");\n\n this.stmt = this.conn.createStatement();\n this.stmt.executeUp...
[ { "docid": "5f20038c6b92e1a16c147503a43428ad", "score": "0.69586223", "text": "@Override\r\n\t\tpublic boolean absolute(int row) throws SQLException {\n\t\t\treturn false;\r\n\t\t}", "title": "" }, { "docid": "b50c951e7a38487cb083c50aa87897b2", "score": "0.6929708", "text": "public v...
1fe0c4e5950b98416bde0ffa63f89f4b
Specify the bitstream mode for the EAC3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/522012 (Annex E).
[ { "docid": "e342508373b0012a783c6b020f689acd", "score": "0.59966254", "text": "public void setBitstreamMode(String bitstreamMode) {\n this.bitstreamMode = bitstreamMode;\n }", "title": "" } ]
[ { "docid": "769e54fd201de236e5ba2d02e2f6bb53", "score": "0.6205715", "text": "public Eac3AtmosSettings withBitstreamMode(Eac3AtmosBitstreamMode bitstreamMode) {\n this.bitstreamMode = bitstreamMode.toString();\n return this;\n }", "title": "" }, { "docid": "0cfea7386501c9b30...
b442cf57b6b8243f8668f200e0ca6fab
System active tenant search filter tenant id getter
[ { "docid": "53f2767027ee86362a7eb3bdbf8cace3", "score": "0.661618", "text": "@Override\n public Long getTenantId() {\n return tenantId;\n }", "title": "" } ]
[ { "docid": "883d05457e8a4a8c959eb07d89a6db9c", "score": "0.67001534", "text": "public Long getTenantId() {\r\n return tenantId;\r\n }", "title": "" }, { "docid": "985a21ad91813f1446acc4e82d7fefe1", "score": "0.6578232", "text": "public String getTenantId() {\n return ten...
dbc31abd0ebd8daa560666cd71f7e3e4
Return true if this library has completed its termination and no longer has any open connections.
[ { "docid": "687cc23d2c9857bcc793affeabfd152a", "score": "0.7647867", "text": "public boolean isTerminated() {\n try {\n this.sourcesLock.readLock().lock();\n for (RepositoryConnectionPool pool : this.pools.values()) {\n if (!pool.isTerminated()) return false;\...
[ { "docid": "0189cf29a3723992bdff5bcac995aff5", "score": "0.7268555", "text": "public boolean isClosed() {\n return (mConnection == null);\n }", "title": "" }, { "docid": "5a2ce58e097e8fd194282744daee49d9", "score": "0.7259701", "text": "public synchronized boolean isTermina...
a79d576524418fb16e445a50a00fa41f
A FloatLit represents a literal in java of type float or double.
[ { "docid": "ed5c564fbd559bbf67e4eb99209715cb", "score": "0.7415946", "text": "public interface FloatLit extends Lit \n{ \n /** Integer literal kinds: float (e.g., 0.0F) or double (e.g., 0.0). */\n public static enum Kind {\n FLOAT(\"float\"),DOUBLE(\"double\");\n\n public final St...
[ { "docid": "b65c75c7b6f1ea4b23014a55acf8edfa", "score": "0.75531566", "text": "FloatLit value(double value);", "title": "" }, { "docid": "5dcad22709dd6cfb81e469197b53b709", "score": "0.72198015", "text": "public FloatLiteralExpression(float data, int line, int column, Compilation com...
cfbe609afd1bde502a55461bed6ff99d
Chequea si la estructura esta vacia
[ { "docid": "eb3e38a85583eb4633d2ba6ad456c6b6", "score": "0.0", "text": "public boolean isEmpty() {\n\t\treturn size==0;\n\t}", "title": "" } ]
[ { "docid": "6065ad97326bc4fbf732e1e6241d4a1d", "score": "0.7163849", "text": "public boolean esVacia(){\n \n return primero==null; //si inicio es nulo retorna verdadero SIno Falso\n }", "title": "" }, { "docid": "06e1323581e847fed1fa76f6fec2ca97", "score": "0.7084793", ...
5a30e1af2bc22601d612afbef38bd193
Extractors: These methods are named cryptically. b = book, c = chapter, v = verse Look for scriptures in the format similar to: John 1
[ { "docid": "a98ffa8e479b9a9cebcaa468fe772387", "score": "0.47030005", "text": "private boolean bc() {\r\n\r\n Pattern p = Pattern.compile(getFormat(0));\r\n Matcher m = p.matcher(getText());\r\n boolean b = m.find();\r\n\r\n if (b) {\r\n String bookName = m.group(1...
[ { "docid": "1ac16860777a913828c1d8a69a74617f", "score": "0.554754", "text": "public static void main(String[] args) throws IOException, ParseException {\n BibleContentTw bc = new BibleContentTw();\n// bc.getBookContent(\"tw\");\n // bc.createBookSql(\"en\");\n \n \n// ...
e93688c737bfff726adc1be4418bc5ba
this function calcualtes the hidden_deltas
[ { "docid": "217a58ec89d0a1c63990576f79d139ee", "score": "0.60029775", "text": "private double[] m_errors(double[] o_deltas){\n\t\t//creates array apprpriate size for hidden nodes \n\t\tdouble[] h_deltas = new double[mid.length];\n\t\t\n\t\tdouble error = 0; \n\t\t// for all nodes in the hiden layer\n\t\...
[ { "docid": "433f7e72bf94566ebebb6e98c10c8193", "score": "0.7047672", "text": "private double[] hiddenDelta(double[] nextDelta, int layerId) {\n\t\tdouble[] delta = new double[hiddenL[layerId].length];\n\t\t\n\t\tfor (int neuronId = 0; neuronId < hiddenL[layerId].length; neuronId++) {\n\t\t\t// compute s...
93ff6e06a347ee1e257912fb414ef8ab
Test case number: 44 /Coverage entropy=0.0
[ { "docid": "bfb317a1479c1dad5fae97d05c3c7dca", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test44() throws Throwable {\n String string0 = EWrapperMsgGenerator.tickOptionComputation(0, 0, 0, 0, 1.7976931348623157E308, 1.7976931348623157E308);\n assertEquals(\"id=0 bidSize: ...
[ { "docid": "7d99c3d84d6525e7048774bb0c237e52", "score": "0.7117976", "text": "@Test(timeout = 4000)\n public void test090() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluatio...
e7fc6e977fceb8770287ec958c512468
Runs the moves helper method
[ { "docid": "0fd6410b2f0cb61c89b2118ed157367b", "score": "0.0", "text": "@Override\r\n public String moves(Comparable val) {\r\n return moves(root, val);\r\n }", "title": "" } ]
[ { "docid": "90d19de1fa0aa004e64ba51f8eaed62b", "score": "0.77083266", "text": "private void processMove() {\n }", "title": "" }, { "docid": "3d7cba98985d59952f06da9ee00078cd", "score": "0.73061556", "text": "@Override\n\tpublic void moves()\n\t{\n\t\t\n\t}", "title": "" }, ...
88485cba75921fda28f81dd62e40fd8d
Test whether isValidHelp works.
[ { "docid": "3063c6b5dbcf034f4d54dcdee3131441", "score": "0.0", "text": "@Test\n public void testIsValidTap() {\n setUpCorrect();\n assertFalse(slidingTile.isValidTap(0));\n assertTrue(slidingTile.isValidTap(11));\n assertTrue(slidingTile.isValidTap(14));\n assertFal...
[ { "docid": "9b96b684f39e553bee0c0193b7e41750", "score": "0.7189678", "text": "private boolean isHelp() {\n return commandLineArgs.hasOption(HELP_OPT);\n }", "title": "" }, { "docid": "7e943af3397e912ba2fcd5b59041314d", "score": "0.7172763", "text": "@Test\n\tvoid testHelp()...
0bd8e5bd34966edc1ccc0482ec1a46c1
add volunteer into a trip
[ { "docid": "b7da1c06307635327921822a8b536f55", "score": "0.6962577", "text": "public int addVolunteerIntoTrip(String username,String tripID){\n if (CRSTrips.isEmpty()){\n return 1;\n }else{\n if(username!=null||tripID!=null){\n if(CRSTrips.containsKey(t...
[ { "docid": "1cdfb82072c5142aff1aa76d51bb4e26", "score": "0.7779702", "text": "public void addVolunteer(Volunteer vtr)\n {\n try\n {\n volunteerBll.addVolunteer(vtr);\n }\n catch (SQLException ex)\n {\n ex.printStackTrace();\n }\n ...
66afce0ff7edb7da532782a99355faf4
Hold/Reserve Item. It stops Item from the any actions from other users. In case you reserve Item but not take it on your hands.
[ { "docid": "bff746fd480967a7ad9c04d1ee742187", "score": "0.7410846", "text": "public void holdItem(int itemID) {\n //TODO\n }", "title": "" } ]
[ { "docid": "27d5c909c0aecba7b6bb7806490f49d7", "score": "0.6995834", "text": "@Override\n public synchronized void cancelHold() {\n checkState(!available, \"Seat was already available\");\n checkState(!reserved, \"Cannot cancel a hold on an already-reserved seat\");\n available =...
b5efe4ac396432a938dffc00b044fa95
Query by key test
[ { "docid": "8ef354d7288d92a457539c9da8af457c", "score": "0.6521896", "text": "@Test\r\n public void queryByKeyTest() {\r\n try (Cursor cursor = TemplateDatabase.queryBy(db.getReadableDatabase(), \"opening_hours\", null, null)) {\r\n assertEquals(5, cursor.getCount());\r\n }\r...
[ { "docid": "edd33ce3d251294716c21b83ffe7b8a0", "score": "0.6643541", "text": "void search(String key);", "title": "" }, { "docid": "9ffded3705a3e15b69b8158230a1a3e6", "score": "0.6340965", "text": "@Test\r\n\tpublic void testkeyValueSQL() {\n\t}", "title": "" }, { "docid"...
4d30cce9cfdbf0dfab09b38b6383957a
/ Cada vez que el jugador en turno selecciona una nueva carta se pasa a graficar en la mesa.
[ { "docid": "4acf5bb3fb3097b73cc384792ced545b", "score": "0.7321549", "text": "private void graficarJugadorConCartaElegida() {\n\n List<Carta> cartas = this.juego.getMesa().getJugadorActivo().getMano();\n for (String elemento : this.nombreDeJugadoresDelEquipo) {\n\n this.contened...
[ { "docid": "3567e5bd1af95fa1972dace1008b3e38", "score": "0.69792855", "text": "public void recibirCarta(Carta carta){ \n if (contadorMano < 5){\n mano[contadorMano] = carta;\n contadorMano++;\n }\n }", "title": "" }, { "docid": "eb634b4809a4f7df2904eb5a...
e0d52cf91fe4c3f8399b5187d1686472
Set the extension list for this data loader.
[ { "docid": "c352d259aef57707735f2a98190d4fba", "score": "0.75687826", "text": "public void setExtensions(ExtensionList ext) {\n putProperty (PROP_EXTENSIONS, ext, true);\n }", "title": "" } ]
[ { "docid": "fafef5b9b7aca20f14ecf4fd6de521a1", "score": "0.79616463", "text": "public void setExtensions(ExtensionList ext) {\n extensions = ext;\n }", "title": "" }, { "docid": "59fa879201289b9422f755269e2783e2", "score": "0.68030524", "text": "public void setExtensions(St...
9e0922cbf4be5a83014e870f77d44f9d
Positive test case for createAccount method with optional parameters.
[ { "docid": "f141165d1280300992ab633dd29790a3", "score": "0.7446739", "text": "@Test(priority = 1, description = \"quickbooks {createAccount} integration test with optional parameters.\")\r\n public void testCreateAccountWithOptionalParameters() throws IOException, JSONException {\r\n \r\n e...
[ { "docid": "83146a4eaa7c1bb78359eebb6409e44d", "score": "0.74795246", "text": "@Override\r\n\tpublic void createAccount(AccountRequest account) {\n\t\t\r\n\t}", "title": "" }, { "docid": "ab2ee73e09c8df9842692daed849aebf", "score": "0.72668886", "text": "public void createAccount() {...
be68f9b0c8c9a20a8d5d0918ffe91ef0
method to search in sorted array i.e; binarySearch
[ { "docid": "3eb7f1b05608e37374247082ea51aa26", "score": "0.7323395", "text": "int binarySearchWithRecursion(int[] arr, int low, int high, int key){\n if (high < low)\n return -1;\n int mid = (low + high) / 2;\n if (key == arr[mid])\n return mid;\n if (ke...
[ { "docid": "7742de28bcd8e1701cc4fff1d0ad55f2", "score": "0.789018", "text": "int binarySearch(int[] arr, int low, int high, int key){\n while(low <= high){\n int mid = (low + high) / 2;\n if (key < arr[mid])\n high = mid - 1;\n else if (key > arr[mi...
89a70571ba99b002bef272dff456fec8
extracts the information of an excel file and returns the information of the clients
[ { "docid": "b9a0c43c3daaa21d39f7f315d4a5f281", "score": "0.5061001", "text": "public ArrayList<Client> toReadJobsFaileds(File fichero) throws Exception{\n \n ControlDateJobs controlDateJobs = ControlDateJobs.getInstance();\n \n ArrayList<Client> clients = new ArrayList();\n ...
[ { "docid": "e7cdac1b2b155ac193e89f4d32ebebfe", "score": "0.58915603", "text": "@GetMapping(\"applicant/excel\")\n public List<Applicant> getApplicantExcel()\n throws IOException {\n return applicantExcelService.getApplicantExcel();\n }", "title": "" }, { "docid": "382...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d43875429e2112592a0635339ddc2059", "score": "0.0", "text": "@Override\r\n\t\t\t\tpublic void onClick(View arg0) {\n\t\t\t\t\tpos = x + 1 ;\r\n\t\t\t\t\tregion = pos;\r\n\t\t\t\t\tnew GetLandmarks().execute();\r\n\t\t\t\t}", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
9c0f3413fb2c8c537414627cf7410ab8
/ make sure value is listed in the global namespace
[ { "docid": "6f98b083eecd1ac170980f6d731b11e1", "score": "0.0", "text": "@Override\n public void setValueAt(Object value, int row, int col, boolean flagEditable) {\n\n super.setValueAt(value, row, col, flagEditable);\n\n /* == Synchronize the data structure with DataNamespace */\n syncDataWithA...
[ { "docid": "3f96b324e10fe73bb59ace4c11fe7bb1", "score": "0.6224931", "text": "private void valSysGlobal(String string) {\n\t\r\n}", "title": "" }, { "docid": "5152fde07ff2031f035f8a37124a4839", "score": "0.5660578", "text": "public void assertValueIncludedIn(String value) {\n ...
de7e2c036f3f3dc0970569435d1fa9cc
Returns the map from aliases to namespaces for this file.
[ { "docid": "17ac5312e131e82071902f383b3c5587", "score": "0.8123101", "text": "public ImmutableMap<String, String> getAliasToNamespaceMap() {\n return aliasToNamespaceMap;\n }", "title": "" } ]
[ { "docid": "0f814185ad4a30f1dc6b42040a654b97", "score": "0.6963637", "text": "public Map<String,String> getNamespaces() {\n return namespaces;\n }", "title": "" }, { "docid": "2d160ed3c32178231aac0769ed2f5041", "score": "0.68778616", "text": "public Map getNamespaceMap() {\...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "fc04349b6c154f222e1aadd1dc4a619f", "score": "0.0", "text": "@Override\n public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n view = inflater.inflate(R.layout.fragment_submit, container, false);\...
[ { "docid": "e4a07f9e56beb5c09bafea61fb480337", "score": "0.6792006", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_student_graph, container, fals...
f351aff838d3146c1c03ba38238cb08f
Test case number: 10 /Coverage entropy=0.0
[ { "docid": "02a47f329907d953d6031751127ab28b", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test10() throws Throwable {\n System.setCurrentTimeMillis(0L);\n SQLUtil sQLUtil0 = new SQLUtil();\n String string0 = \"{/Bjd\";\n TableContainer tableContainer0 = new Table...
[ { "docid": "ab57dce9f779d82d18442c60b036051d", "score": "0.68473643", "text": "@Test(timeout = 4000)\n public void test07() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n textDirectoryLoader0.getDataSet();\n Instances instances0 = textDirec...
3a7049b4d19f27bddf63e28b7345d05e
To Test Transformation with t, v and z options
[ { "docid": "0a4cf52207932ab80cc8601a34607e8c", "score": "0.5481379", "text": "@Test\n public void testTransformation() throws IOException, ButterflyException {\n String arguments[] = {sampleAppFolder.getAbsolutePath(), \"-t\", \"com.test.SampleTransformationTemplate\", \"-v\", \"-z\"};\n ...
[ { "docid": "d150ef2620940c065714be9db8071a33", "score": "0.57310957", "text": "protected abstract void mo4091a(T t, boolean z);", "title": "" }, { "docid": "bf8ea9127a1361e7d2f69306d93bc5d4", "score": "0.5706628", "text": "@Test\n public void test_Facet_3D() {\n Facet_3D f ...
80185ca4b32f26f7da651ed9d6f573d0
Inflate the menu; this adds items to the action bar if it is present. after invalidateOptionsMenu() the this method called
[ { "docid": "3bd788f94a75b504425836103265b3f8", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n if (currentFragment == HOME_FRAGMENT) {\n getSupportActionBar().setDisplayShowTitleEnabled(false);\n getMenuInflater().inflate(R.menu.main...
[ { "docid": "adeb821bed22cdc354bbd21fc992fa61", "score": "0.73819345", "text": "@Override\r\n public boolean onCreateOptionsMenu(Menu menu) {\n super.onCreateOptionsMenu(menu);\r\n MenuInflater blowup=getMenuInflater();\r\n blowup.inflate(R.menu.menu, menu);\r\n return true...
56733c4210f6e21e76cfb2cc1494f656
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
[ { "docid": "12fddf206fd292af75ba4f0ae29f423a", "score": "0.0", "text": "public static _Fields findByThriftIdOrThrow(int fieldId) {\n _Fields fields = findByThriftId(fieldId);\n if (fields == null) throw new IllegalArgumentException(\"Field \" + fieldId + \" doesn't exist!\");\n retu...
[ { "docid": "5ba85bc0fbe50125e4b6a2412af6075a", "score": "0.7639112", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByThriftId(int fieldId) {\n switch(fieldId) {\n case 0: // SUCCESS\n return SUCCESS;\n case 1: // EX\n retu...
4dfa633db24eee81831aa6325ab923e4
Returns the value of the 'Postalcode' attribute. The Postalcode attribute holds the postal code of the site
[ { "docid": "bf17642eeb3f1c2da3c622e7df2fb78f", "score": "0.80316186", "text": "String getPostalcode();", "title": "" } ]
[ { "docid": "9f88e1495c5e01cd87caff326a68f9f7", "score": "0.8251413", "text": "public String getPostalcode() {\n return postalcode;\n }", "title": "" }, { "docid": "da61e86922e73843d564589f7684d0ea", "score": "0.81733036", "text": "public String getPostalCode() {\n re...
8b983ec9f7b1d32448efb41ae129023f
/ Configure View resolver to provide HTML output This is the default format in absence of any type suffix.
[ { "docid": "ad020c571a2db3a547dc32bde5d64e79", "score": "0.5140656", "text": "@Bean\r\n public ViewResolver jspViewResolver() {\r\n final InternalResourceViewResolver viewResolver = new InternalResourceViewResolver();\r\n viewResolver.setViewClass(JstlView.class);\r\n viewResolver.setPrefix(\"...
[ { "docid": "3c1f3f040d98dcbed8389116d0d6c4ef", "score": "0.6155986", "text": "@Bean\n\tpublic InternalResourceViewResolver viewResolver() {\n\t\tInternalResourceViewResolver vr = new InternalResourceViewResolver();\n\t\tvr.setPrefix(\"/WEB-INF/views/\");\n\t\tvr.setSuffix(\".jsp\");\n\t\treturn vr;\n\t}...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "47f9c39efcd39468db9a461d7f0ac4a0", "score": "0.0", "text": "@Override\r\n\tpublic TurnKind getTurnKind() {\n\t\treturn TurnKind.MONSTER;\r\n\t}", "title": "" } ]
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
4d12288a88fd428b157f015697a90621
Position: Searches through a loop for an element in the object of Arrays for a percent grade that is not less than the new Class percent grade. If the search was not successful the pos is incremented by 1 until it is found When found it returns the value of pos. Returns position of object that stopped the loop
[ { "docid": "669ee6c5bb0a91875a2017ea7e505bdb", "score": "0.74628866", "text": "private static int findPosition(Grade class1, Grade[] classSched){\n\t\tboolean found = false;\n\t\tint pos = 0;\n\t\twhile(pos<arraySize&&!found){\n\t\t\tif(class1.getPercentGrade() < classSched[pos].getPercentGrade()){\n\t\...
[ { "docid": "143536cce7b8fa2c88c8212d41f1dee3", "score": "0.5957614", "text": "private static void linearSearch(String searchFor, Grade[] classSched){\n\t\tboolean found = false;\n\t\tint pos = 0;\n\t\twhile(pos<arraySize&&!found){\n\t\t\tif(classSched[pos].getSubject().equalsIgnoreCase(searchFor)){\n\t\...
32621d38ff0b6a15b03d55aef65ac3e5
Test case number: 41 /Coverage entropy=0.0
[ { "docid": "8bd53be6d311857c730bfa52f8f1a9a1", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test41() throws Throwable {\n // Undeclared exception!\n try { \n DBUtil.fixCase((ISession) null, \"W-%_1\");\n fail(\"Expecting exception: NullPointerException\");\n ...
[ { "docid": "c40bf506d7139506e0e2b9f810637cff", "score": "0.68344295", "text": "public void calculateCoverageTest(){\r\n\t\t// TODO Auto-generated method stub\r\n\t\tSystem.out.println(\"calculateCoverageTest()\");\r\n\t}", "title": "" }, { "docid": "eb91d6f4cebb8fb86024a8fa2618303a", "sc...
1fd8c874bf28ac33e298b81e4b22088e
Resets the delay period after running a test.
[ { "docid": "34789814f152e44dfb282739d2a0a57b", "score": "0.63374555", "text": "@After\n public void tearDown() {\n SelHelpers.Delay(backup, sdelay);\n }", "title": "" } ]
[ { "docid": "fb92815b24ab1c827db5afde619c3be2", "score": "0.6653976", "text": "public void resetTimer() {\r\n\r\n\t\tthis.lastTime = java.lang.System.nanoTime();\r\n\t}", "title": "" }, { "docid": "cd2b2164c603bd0880b40ffbe9b626b9", "score": "0.6577182", "text": "public void reset()\n...
3597ef19523fbc9ba65298ab1493b851
The Id of the VPC in which the endpoint will be used. string vpcId = 3 [(.options.FieldExtension.required) = true];
[ { "docid": "370afc8d506369f338cb7baec86182e6", "score": "0.7921839", "text": "public com.google.protobuf.ByteString\n getVpcIdBytes() {\n java.lang.Object ref = vpcId_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n com.google.protobuf...
[ { "docid": "39ccfd2a23aa61e90abcc1e579eaa8f7", "score": "0.79569036", "text": "public String getVpcId() {\n return vpcId;\n }", "title": "" }, { "docid": "be9838c155d30900136d0bea9c655065", "score": "0.793775", "text": "public java.lang.String getVpcId() {\n java.lan...
641b72d27741e1af7d6a4dbcdf09fb55
The following method should be there for symmetry at least, but it's not present in the specification public ModelMBeanConstructorInfo getConstructor(String name) throws MBeanException, RuntimeOperationsException;
[ { "docid": "3c08c3635fd78293225e668786e7ef5d", "score": "0.0", "text": "public ModelMBeanNotificationInfo getNotification(String name) throws MBeanException, RuntimeOperationsException;", "title": "" } ]
[ { "docid": "4a42f206b7ee27c02e2acc084acf9c5d", "score": "0.6980739", "text": "Constructor<?> getConstructor();", "title": "" }, { "docid": "35074c1e9c0ee7e7e075a673fe1a8329", "score": "0.6326336", "text": "@Override\n public FunctionType getConstructor() {\n return checkNotNull(t...
46279761aa45b599a48ac19497859079
This method was generated by MyBatis Generator. This method corresponds to the database table account
[ { "docid": "f90f7b0e92f0f61864d9fca96d585617", "score": "0.0", "text": "public Account() {\n super();\n }", "title": "" } ]
[ { "docid": "7bf691a7246fdc7b7382892c9fa149ac", "score": "0.6611813", "text": "@SqlQuery(\"select * from account\")\r\n public List<accountDB> get();", "title": "" }, { "docid": "8f868d2b0a0c2d64c2a839d855d3cc03", "score": "0.6207485", "text": "@Query(\"select a from Account a\")\n...
07a0b1163aff4576cf694968f8095a9c
Add sql statement given a flight
[ { "docid": "358b9a211a627c31eea6f1ec069506ff", "score": "0.0", "text": "public void addFlight(Flight flight) throws ClassNotFoundException, SQLException {\r\n\t\tsave(\"insert into flight values (?, ?, ?, ?, ?, ?)\", new Object[] { flight.getId(), flight.getRoute(),\r\n\t\t\t\tflight.getPlane(), flight....
[ { "docid": "f832c6b2f7c6107d8489e69a0ed5f2d0", "score": "0.6291621", "text": "void appendSQLScript(String sqlScript, boolean select);", "title": "" }, { "docid": "afdc9f0ba535f6c785785234b1288d1f", "score": "0.6173046", "text": "public void AddFlightFromPreparedStatement(PreparedStat...
6301c53ed4b6c8f0374a5c075fec350d
SI LA OPCION ES ELIMINAR
[ { "docid": "3373643e1fdc171b08c112ddfc3dd815", "score": "0.0", "text": "@Override\n public boolean onActionItemClicked(ActionMode mode, MenuItem item) {\n if(item.getItemId() == R.id.EliminarItem){\n String nombre= (String)listaUsuarios.getAdapter().getItem(seleccionado)...
[ { "docid": "4d015a0b315a5b214059841d30bfe194", "score": "0.67207474", "text": "public String oviparos() {return \"SOY DE UN OVIPARO\";}", "title": "" }, { "docid": "2bc34c4e21d7e88fba2eb6d25294a6ab", "score": "0.6517913", "text": "public void iniciaLeitora(){\n\t\topEsp = new Operaco...
8546c23932d51ebbda08c416e457f374
The primary post method to take all the data and control the application
[ { "docid": "ba11d008db337de83c99167f6f9c198c", "score": "0.0", "text": "@Override\n protected void doPost(HttpServletRequest request,\n HttpServletResponse response)\n throws ServletException, IOException {\n \n \n String url = \"/index.jsp\";\n \n ...
[ { "docid": "2c4b05d349edb98371144aea5086c025", "score": "0.68094754", "text": "@Override\r\n\tpublic void post() {\n\t\tis.postService();\r\n\t\tSystem.out.println(\"posted\");\r\n\t\t\r\n\t\t\r\n\t}", "title": "" }, { "docid": "95c70aeff8558082a8c793ecdaf63620", "score": "0.6781769", ...
a56d720848096c8c8e47700bd652c237
optional uint32 num_rounds = 3;
[ { "docid": "97bc8b83dd6124aecbf3796513f7ac96", "score": "0.0", "text": "public boolean hasNumRounds() {\n return ((bitField0_ & 0x00000004) == 0x00000004);\n }", "title": "" } ]
[ { "docid": "23628e7d7f0f4a9a4f23b0c9769833b8", "score": "0.62057", "text": "public void nextTrickRound() {\n trickRound++;\n }", "title": "" }, { "docid": "0ac871ede3389b2e3c3b977f55ef922d", "score": "0.61325175", "text": "long nsteps ()\n {\n return ns;\n }", "tit...
3490f72ea6db0963c7f16f0a52cad9d0
True iff "binary" equals
[ { "docid": "d1d166d3b144bf2516b264e54a7e6692", "score": "0.0", "text": "public boolean equals(Object o) {\n if (!(o instanceof IdDatumBase)){\n return false;\n }\n IdDatumBase other = (IdDatumBase) o;\n return (identifier == other.identifier && this.item1.equals(other.item1)); \n }", ...
[ { "docid": "532c2577f8516c2fa673bbe9f70da6cb", "score": "0.68804497", "text": "public boolean isSetA_binary() {\n return this.a_binary != null;\n }", "title": "" }, { "docid": "6c1a3c9bbfd20f67c6123411daa53092", "score": "0.6807564", "text": "Itypes binary_and(binary bin);", ...
68af8f50450eed899ed6428f3db67802
Add a request to the ipc service command queue
[ { "docid": "77c840ba57e46a461875e43980b1bd54", "score": "0.0", "text": "public boolean requestProfileState(ipcAction cmd[], boolean loop) {\n\t\treturn IpcService.getInstance().addRequest(cmd, -1, 0, loop, this);\n\t}", "title": "" } ]
[ { "docid": "ae697f18a0bb03913d765562ad283980", "score": "0.7259632", "text": "private void _addToQueue(RequestQueueItem request) {\n requestLock.lock();\n try {\n analysisRequests.add(request);\n } finally {\n requestLock.unlock();\n }\n }", "titl...
25527159701ed24de1459f678f4cca5a
sort in reverse order of commit times
[ { "docid": "76861b66c7825432d60a2f3ec458d299", "score": "0.0", "text": "protected void rollbackFailedWrites(Map<String, Option<HoodiePendingRollbackInfo>> instantsToRollback, boolean skipLocking) {\n LinkedHashMap<String, Option<HoodiePendingRollbackInfo>> reverseSortedRollbackInstants = instantsToRo...
[ { "docid": "8cdeab460a94e37547eb1d02c4fe0106", "score": "0.5833952", "text": "List<VcsRef> sort(Collection<VcsRef> refs);", "title": "" }, { "docid": "af8a1ce4939ea3cbfad268331a529dae", "score": "0.5758421", "text": "public void sortPastGames(){\n \n boolean notSorted =...
2fbd8c0df6f46800e65b82d7ccb4d5b1
O(log(n)) public int delete(int k) deletes an item with key k from the binary tree, if it is there; the tree must remain valid (keep its invariants). returns the number of color switches, or 0 if no color switches were needed. returns 1 if an item with key k was not found in the tree.
[ { "docid": "3ae669ab1bcbea2d62b208611af28ca8", "score": "0.79821473", "text": "public int delete(int k)\n\t{\n\t\tint counter = 0;\n\t\tRBNode z = SearchNode(k, this.Root);\n\t\tif(z.Key != k){\n\t\t\t//item with the key k could not be found\n\t\t\treturn -1;\n\t\t}\n\n\t\tRBNode x;\n\t\tRBNode y = z;\n...
[ { "docid": "eeefb5ad68144dc7aa47a958773c7720", "score": "0.6865972", "text": "public void deleteK(int k) {\n\t\n\t\tNode previous = null; // the item previous to the item to be deleted\n\t\tNode current = root; // will point to the item to be deleted\n\t\t\n\t\t// special root case\n\t\tif(k==1) {\n\t\t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "206f5353ed65290ec43179b462612578", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void onClick(View v)\r\n\t\t\t{\n\t\t\t\tshareViaFacebook();\r\n\t\t\t}", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.66708666", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65675074", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "...
25a87fa5ae3304f52cccc6b5fe02a4f2
repeated .benchmarks.google_message3.Message697 field905 = 6;
[ { "docid": "ef17154242248d8ea1fd189b409a9269", "score": "0.0", "text": "public Builder addField905(\n int index, benchmarks.google_message3.BenchmarkMessage35.Message697 value) {\n if (field905Builder_ == null) {\n if (value == null) {\n throw new NullPointerException...
[ { "docid": "7e8a6a39bac9be351e2c0e1019f08593", "score": "0.8591083", "text": "benchmarks.google_message3.BenchmarkMessage37.Message7966 getField8228();", "title": "" }, { "docid": "e85e0c685be3ff39eddd60b941a2a4f2", "score": "0.85524166", "text": "benchmarks.google_message3.Benchmark...
0435ddce6682bb880b167c0e055ba19b
Creates a placeholder for the BasicMLDataset to be used in EncogNNManager.
[ { "docid": "bbcb8c46cf784b206a0560e54d35017f", "score": "0.5443123", "text": "private List<double[][]> createDataset(List<List<Double>> argNoteFeatures, \n\t\tList<List<Double>> argLabels) {\n\t\tList<double[][]> basicMLDataSetAsList = new ArrayList<double[][]>();\n\t\t\n\t\tdouble[][] inputs = new doub...
[ { "docid": "aeec5e00aeb77dc0807f3dd97b360f5d", "score": "0.6510346", "text": "@SuppressWarnings(\"unused\")\n private void initMemoryDataSet() {\n this.trainingData = new BasicFloatMLDataSet();\n this.validationData = new BasicFloatMLDataSet();\n }", "title": "" }, { "doc...
bc8294acce91ca0092358c603615ccda
Checks to see if the specified job is deployed on the XD cluster.
[ { "docid": "ff795cd1ee1ab584e057ae94ed88a022", "score": "0.7116044", "text": "public static boolean isJobDeployed(String jobName, URL adminServer) {\n\t\tAssert.hasText(jobName, \"The job name must be specified.\");\n\t\tAssert.notNull(adminServer, \"The admin server must be specified.\");\n\t\tboolean ...
[ { "docid": "7ca803d73e03b62200f07338059381f5", "score": "0.6414183", "text": "boolean isReadyToAccept(Job job) throws ServiceRegistryException, UndispatchableJobException;", "title": "" }, { "docid": "61988554fa948eeac213f89d21821943", "score": "0.6199784", "text": "public boolean is...
eb6505df833e3d3dc715fb930b0cd9f7
/ Range Commands : User types => AT+CKPD =? Return String => Same as "Action"
[ { "docid": "8eb21a47417e6a24b3bcf512d97dc361", "score": "0.0", "text": "@Override\n public AtCommandResult handleTestCommand() {\n return new AtCommandResult(AtCommandResult.OK);\n }", "title": "" } ]
[ { "docid": "bb11e632f84facb2a246d02558ee6e99", "score": "0.58946365", "text": "protected void initializeAtCKPD() {\n if (DBG) {\n Log.d(LOG_TAG, \"initializeAtCKPD\");\n }\n mAtParser.register(\"+CKPD\", new AtCommandHandler() {\n\n /* Range Commands :\n ...
317455f879b2ba9ee2d28dca289fd9ff
Set all values in the WordSearch to underscores'_'
[ { "docid": "a1f710e0c139c9d25259d3b1db5ef39a", "score": "0.0", "text": "private void clear(){\n for (int i=0; i<data.length;i++){\n for(int j=0; j<data[i].length;j++){\n data[i][j] = '_';\n }\n }\n }", "title": "" } ]
[ { "docid": "d59fb96ec3fd7ae15deb775a95e854ab", "score": "0.6020902", "text": "public void setWord(String w) \n\t{\n\t\tword = w;\n\t\t// empty word for every new game\n\t\tguessWord = \"\";\n\t\t\n\t\t// Create empty row of hyphens from word length (for view + win)\n\t\tfor (int i = 0; i < word.length()...
4640d0ef745b151a39d142b35251acfa
Impleemnts because I think its not gonna change
[ { "docid": "addedb4afc0cc281998b6ae107dcea34", "score": "0.0", "text": "public void deleteById (Long id) throws NotFoundException{\n final T got = getById(id);\n if (got == null) throw new NotFoundException(\"Record Not Found\");\n else delete(got);\n }", "title": "" } ]
[ { "docid": "1ec1cf345784d752c4f8d03ca05781aa", "score": "0.6233081", "text": "public void ImprimeItens() {\t\n\t}", "title": "" }, { "docid": "4b57491989ab3c729faf58c84c5d15f4", "score": "0.58997875", "text": "@Override\r\n\tpublic int inter1() {\n\t\treturn 0;\r\n\t}", "title": ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f861bfad0a6afd722ad12237f79107b1", "score": "0.0", "text": "protected void doPost(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\t\tdoGet(request, response);\n\t}", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
9c2c1fb716d42527ce811ce08eb08e91
Creates a new scanner There is also a java.io.InputStream version of this constructor.
[ { "docid": "e82ab8b88bb8f3a57e55b147fae40b5d", "score": "0.0", "text": "public Yylex(java.io.Reader in) {\n this.zzReader = in;\n }", "title": "" } ]
[ { "docid": "87216badcefeba523e96370189d6637c", "score": "0.726371", "text": "public Scanner() {\n\t}", "title": "" }, { "docid": "c004177a7c88a85abc8a7d1652aeca15", "score": "0.6833944", "text": "public ScannerABC(java.io.Reader in) {\n /* C�digo que se ejecutar� en el constructor ...
8974a01f21933aac0a5921edee406ceb
Test of logOut method, of class Register.
[ { "docid": "a266555c4d668523a4bc16c26406e1ae", "score": "0.80616117", "text": "@org.junit.Test\r\n public void testLogOut() {\r\n System.out.println(\"logOut\");\r\n Register obj = new Register();\r\n Register instance = new Register();\r\n boolean expResult = true;\r\n ...
[ { "docid": "5e4c7af720ec69789bba6ab9da2ce2e6", "score": "0.7739491", "text": "public void testLogout() {\n System.out.println(\"logout\");\n log_in_out instance = new log_in_out();\n String expResult = \"\";\n String result = instance.logout();\n assertEquals(expResult...
4d6426a07b83e33903e1921d628c2c6e
Default: just returns "success"
[ { "docid": "b027737d8585ae77b6b66fba246fb6a6", "score": "0.6614897", "text": "public String execute() {\n\t\treturn SUCCESS;\n\t}", "title": "" } ]
[ { "docid": "3542ace659664c577147905b7ad51b39", "score": "0.80125076", "text": "boolean getSuccess();", "title": "" }, { "docid": "3542ace659664c577147905b7ad51b39", "score": "0.80125076", "text": "boolean getSuccess();", "title": "" }, { "docid": "3542ace659664c577147905b...
88ff75f5ee7867ca0f7d6b0c8178e61b
Returns the incoming relations of this context node.
[ { "docid": "712f30c956ebb38c9a6f5bd0424048a2", "score": "0.72399914", "text": "public ReadOnlyIterator<Relation> getIncomingRelations();", "title": "" } ]
[ { "docid": "5fc8d329f502838e80dc25fd793abf6c", "score": "0.7049275", "text": "public ReadOnlyIterator<Relation> getAllIncomingRelations();", "title": "" }, { "docid": "791c574b2a5bfb38c278cf52a393015a", "score": "0.6389984", "text": "@Override\n public Set<String> getRelations() {...
d5ea40ab3df49ffbc538634a7de7ccc4
Validate and return the claims for the specified internal token
[ { "docid": "8a51e19efb265218eb66fc332688fa30", "score": "0.6663986", "text": "private JwtClaims validateInternalToken(String jwt, String suffix) throws InvalidJwtException{\n\t\tJwtConsumer jwtConsumer = new JwtConsumerBuilder()\n .setRequireExpirationTime()\n .setAllowedClockSkewI...
[ { "docid": "add24f54a5c123ef723d29e40e5b8a27", "score": "0.74704117", "text": "JwtClaims extractAndValidate(String token);", "title": "" }, { "docid": "ec396849b543ebb156529fb6b4a7da7f", "score": "0.7276373", "text": "Claims getClaims(String token);", "title": "" }, { "do...
7a5ea5150c6ebc7bf1083f0ba1ff1ecd
Adiciona utilizador na lista pendente
[ { "docid": "323ae079743af02b7878974b8e83bbee", "score": "0.5596118", "text": "public void addFriendListaPendente(Utilizador user)\n\t\t\tthrows UtilizadorException {\n\t\tif (!this.listaAmigosPendentes.contains(user)) {\n\t\t\tthis.listaAmigosPendentes.add(user);\n\t\t} else {\n\t\t\tthrow new Utilizado...
[ { "docid": "9db3291988c97b32eb21ccd7a806815c", "score": "0.7024853", "text": "public void adicionarUtilizadores(){\n \n Iterator<Utilizador> it = utilizadores.iterator();\n \n while (it.hasNext()){\n redeSocial.insertUtilizador(it.next());\n } \n }", ...
4547e35e7bb3024931d5a1aac932f4e6
Iterate the table mappings
[ { "docid": "69b1128c0890ef8507b753c8cf1431ff", "score": "0.75444907", "text": "public Iterator<Table> getTableMappings() {\n \t\treturn tables.values().iterator();\n \t}", "title": "" } ]
[ { "docid": "c090e6eeba8548e3fe4b61cd86194cf4", "score": "0.5956616", "text": "@Override\n public MapEntry<K, V>[] getTable() {\n return table;\n }", "title": "" }, { "docid": "63f9ef6b5ed7eb83bbe76a9a26b9d12e", "score": "0.5822277", "text": "java.util.Map<java.lang.Strin...
45e4f7e624bc80dc9bd040f3f65b29f4
/ Causes a standard explosion at the exploder with the given power.
[ { "docid": "e4c1a137458f9af8373795ca3f5d1f48", "score": "0.7191764", "text": "public static Explosion explode(Entity exploder, float power) {\n return EffectHelper.explode(EffectHelper.explosion(exploder, power));\n }", "title": "" } ]
[ { "docid": "d5c759f7f4b8d57b9ccb21e5b1d796bb", "score": "0.72935736", "text": "public static Explosion explosion(Entity exploder, float power) {\n Explosion explosion = new Explosion(exploder.worldObj, exploder, exploder.posX, exploder.posY, exploder.posZ, power);\n explosion.isSmoking = e...
cbb9b5c5fc53bef60d013d7ab2bf6df9
fill these placeholders later for more functionality called by the framework, periodically, to provide updates on how the task is progressing
[ { "docid": "1fef812c3618e7e45691de1abfa7bd98", "score": "0.0", "text": "protected void onProgressUpdate(Integer... progress){\r\n System.out.println(\"progress: \"+ progress[0]);\r\n }", "title": "" } ]
[ { "docid": "093cd3ddcf2b7f2988d8847f1e5fd459", "score": "0.58689386", "text": "private void setupRunningParameters() {\n\t\tduration = PROGRESS_ZERO;\n\t\tcurrentPerson = NO_PERSON;\n\t\trunning = true;\n\t}", "title": "" }, { "docid": "7e5238ff7c180791aae24c865a14229c", "score": "0.5541...
6bfff4ada4a678f52fcb740f8031d4d6
Returns the last placit place in the ordered set where initiativeId = &63;.
[ { "docid": "96228683659bf03ea8feaa817158764e", "score": "0.6066321", "text": "@Override\n\tpublic PlacitPlace findByInitiative_Last(\n\t\t\tlong initiativeId, OrderByComparator<PlacitPlace> orderByComparator)\n\t\tthrows NoSuchPlacitPlaceException {\n\n\t\tPlacitPlace placitPlace = fetchByInitiative_Las...
[ { "docid": "68cc0b8be2842d93f1d03d86597482fe", "score": "0.6821996", "text": "@Override\n\tpublic PlacitPlace fetchByInitiative_Last(\n\t\tlong initiativeId, OrderByComparator<PlacitPlace> orderByComparator) {\n\n\t\tint count = countByInitiative(initiativeId);\n\n\t\tif (count == 0) {\n\t\t\treturn nul...
d82601f5264564c49cda9e006086e59c
end of StripChart::saveCalFileHumanReadable StripChart::convertToYAbsLocation Calculates the absolute vertical value in inches or mm depending on the units currently in use from pPixY.
[ { "docid": "8b2cad96b6b0aca18a51963e41398f94", "score": "0.7298566", "text": "public double convertToYAbsLocation(double pPixY)\n{\n\n return(0);\n\n}", "title": "" } ]
[ { "docid": "80472b5be2c67e8ef2a4b780e1a107f8", "score": "0.756684", "text": "public int convertToYPixelLocation(double pAbsoluteY)\n{\n\n return(0);\n\n}", "title": "" }, { "docid": "742d69e0e52a33913556ed689f2a2487", "score": "0.70422935", "text": "public int getAbsoluteY() {\n\t...
eb157cf2cbd3ea6e6cf48e1c9d01e234
Creation timestamp. .google.protobuf.Timestamp created_at = 3;
[ { "docid": "a2e58f76388b6021d0acbb36446cb6d7", "score": "0.7869826", "text": "public com.google.protobuf.Timestamp getCreatedAt() {\n if (createdAtBuilder_ == null) {\n return createdAt_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createdAt_;\n } else {\n ...
[ { "docid": "88d1775d9fa1221a64ce2a7f3bb2a8f5", "score": "0.8742751", "text": "com.google.protobuf.Timestamp getCreatedAt();", "title": "" }, { "docid": "88d1775d9fa1221a64ce2a7f3bb2a8f5", "score": "0.8742751", "text": "com.google.protobuf.Timestamp getCreatedAt();", "title": "" ...