query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
676b1f72ed92426f3dc6b00c03a8d32c
this program utilizes classes StopWatch.java and SelectionSort.java to measure the time it takes to sort 100000 numbers
[ { "docid": "ad9285eca0361741925af4ea76f36763", "score": "0.79258114", "text": "public static void main(String[] args){\n\t\t\r\n\t\tdouble[] selection = new double[100000];\t\t// initialize array with 100,000 numbers\r\n\t\t\r\n\t\tfor(int i = 0; i < selection.length; i++){\t\t// assigns random values b...
[ { "docid": "51ad7ee0e97468d42c8ae4a80c9e1536", "score": "0.79948723", "text": "public static void main(String[] args) {\n long startTime, stopTime;\n\n // Calculated time for algorithm in miliseconds\n long usedTime_ms;\n\n //Random instance\n Random rng = new Random()...
3f49ca50f44924773ea06ca89d68e69e
Sets the document type of this facility external visitor.
[ { "docid": "7c6d3ea70fc1bd62f91c820aa8b4995e", "score": "0.81188536", "text": "public void setDocumentType(java.lang.String documentType) {\n\t\t_facilityExternalVisitor.setDocumentType(documentType);\n\t}", "title": "" } ]
[ { "docid": "459291f1b2498127b3193ef67efa4b43", "score": "0.7657874", "text": "void setDocType(java.lang.String docType);", "title": "" }, { "docid": "49232bb869f7fd7ac3f6ea652c8a7815", "score": "0.7271585", "text": "protected void setDocumentTypeParam() {\n\n\t\tlong documentTypeFilt...
2742c5c7172503332c30190dd8f65285
Assertions.assertEquals(3, Application.add(1, 1, 1));
[ { "docid": "32f7885d26439c0f588846c92cfc150b", "score": "0.6562478", "text": "@Test\n void addEquals() {\n }", "title": "" } ]
[ { "docid": "5da0c58e0fe78049f440da2c164540af", "score": "0.76280963", "text": "@Test\n\tpublic void testAdd() {\n\n\t\tint res = c.add(10, 20);\n\t\tassertEquals(30, res);\n\t}", "title": "" }, { "docid": "9023773dca2ad23ef335bf1fccec4559", "score": "0.75235283", "text": "@Test\r\n ...
10c1038957d4d544bcba15388c75caf9
Creates a new AudioTextExtractor instance.
[ { "docid": "e06bfe3dfbadd3ceaa4aabdadc471680", "score": "0.7456524", "text": "public AudioTextExtractor() {\n super(new String[]{\"audio/mpeg\", \"audio/x-ogg\"});\n }", "title": "" } ]
[ { "docid": "274c82271f45d6e2fd9c9bf1a85d41c5", "score": "0.57421046", "text": "public TextToSpeechMock textToAudio(fr.inria.phoenix.diasuite.framework.datatype.file.File newTextToAudioValue,\n java.lang.String text) {\n proxy._publishTextToAudio(newTextToAudioValue,\n text);...
476c6d530f67f674eed448f89bffe6dd
/ Test checks that a appointment can be properly deleted from the inmemory data structure.
[ { "docid": "e9e40dee565c370e8ca42bf77f48f087", "score": "0.77348405", "text": "@Test\r\n\tvoid testAppointmentServiceClassDeleteAppointment() {\r\n\t\tAppointmentService appointmentService = new AppointmentService();\r\n\t\tAppointment temp = new Appointment(\"23456\", new Date(), \"This is a descriptio...
[ { "docid": "52ab0a1ce79f4de0eea5c750dfef0653", "score": "0.7049799", "text": "public boolean deleteAppintment(Appointment appointment) {\n\t\treturn false;\r\n\t}", "title": "" }, { "docid": "e7d57e0f8922539c1be56b33a75bcff7", "score": "0.69706035", "text": "@Bugs(ids = \"69132\")\n\...
2c71446ba7baf188314f41b75deae6d2
EnumerableTerm ::= Term | Domain
[ { "docid": "1a5c233a29d816d0a3ce3f6c76a9d5dd", "score": "0.7570547", "text": "private void createEnumerableTermParser() {\r\n\t\tcreateParser(\"EnumerableTerm\", Parsers.or(\tgetParser(\"Term\"),\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tgetParser(\"Domain\")));\r\n\t}", "title": "" } ]
[ { "docid": "99eb82919759327b8080ba25c89781ca", "score": "0.6251164", "text": "public void setTerm(String term) {\n this.term = term;\n }", "title": "" }, { "docid": "75649cc7f433571d1230ad6f251f0367", "score": "0.6205528", "text": "public String getTerm() {\n return term;\n }...
b2d321b94cd2b01ff5cf35617be3bc25
/ Update the data of floating window
[ { "docid": "7646113bb37b09101975a02eb8ef05ea", "score": "0.0", "text": "public static void updateUsedValue(final Context context)\n\t\t\tthrows IOException {\n\t\tif (Wifi == null) {\n\t\t\tWifi = \"0\";\n\t\t}\n\t\tif (Node == null) {\n\t\t\tNode = \"0\";\n\t\t}\n\t\tif (mStartRX == -1) {\n\t\t\tmStart...
[ { "docid": "2a8e386e4edf32723c7db8e36b614af6", "score": "0.65072036", "text": "private void setupFloatingWindow() {\n WindowManager.LayoutParams params = getWindow().getAttributes();\n params.width = getResources().getDimensionPixelSize(R.dimen.session_details_floating_width);\n par...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7be962105480316ed71ba0193e46e3ce", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tScanner s = new Scanner(System.in);\n\t\tint N = s.nextInt();\n\t\tNode[] n = new Node[N];\n\t\tfor (int i = 0; i < N; i++) {\n\t\t\tchar root = s.next().charAt(0);\n\t\t\tchar left = s....
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
36b0b759b465d20bf8bbd775a5633133
Returns a new entity view setting for the given data fetching environment.
[ { "docid": "7d2c150f7b86c005a3887243b490b8a6", "score": "0.6440933", "text": "public <T> EntityViewSetting<T, PaginatedCriteriaBuilder<T>> createPaginatedSetting(DataFetchingEnvironment dataFetchingEnvironment) {\n return createPaginatedSetting(dataFetchingEnvironment, pageElementsName);\n }",...
[ { "docid": "d0ab38539c93f252dda836e220f11b43", "score": "0.67071104", "text": "public <T> EntityViewSetting<T, CriteriaBuilder<T>> createSetting(Class<T> entityViewClass, DataFetchingEnvironment dataFetchingEnvironment, String elementRoot) {\n KeysetPage keysetPage = extractKeysetPage(dataFetchin...
a1af603eab44f334591fde95b31dab24
Services provided by the host. repeated .yandex.cloud.mdb.sqlserver.v1.Service services = 7;
[ { "docid": "8d6ac57d3d60f0c90126f4b8536e7ac9", "score": "0.6288216", "text": "yandex.cloud.api.mdb.sqlserver.v1.PSC.ServiceOrBuilder getServicesOrBuilder(\n int index);", "title": "" } ]
[ { "docid": "3e2556118effbdf2242e6a601cfa349d", "score": "0.72836834", "text": "yandex.cloud.api.mdb.sqlserver.v1.PSC.Service getServices(int index);", "title": "" }, { "docid": "20c2ba0326ab6b3aa9ef310d4f12d00f", "score": "0.7243403", "text": "java.util.List<yandex.cloud.api.mdb.sqls...
819b88736c61f165022cef1bcbae6cd4
Gets a certain instance from the complete list of Profiles
[ { "docid": "9e9126be951af4f717afbc88262e6f71", "score": "0.0", "text": "@Override\n public Profile getItem(int position) {\n return profiles.get(position);\n }", "title": "" } ]
[ { "docid": "4388f3f6401b93997a18422c3854aef4", "score": "0.56549513", "text": "@Override\n\tpublic Instance getInstance(int index) {\n\t\tif(index < getNumberOfInstances())\n\t\t\treturn instacesList.get(index); \n\t\telse\n\t\t\treturn null;\n\t}", "title": "" }, { "docid": "f277efd5c5d4fc...
a88f9db5d9a8e597dc03281961ab8219
Cancel alarm by its name
[ { "docid": "dd8eaabd78790e2b0fb9a5f71dc5aea5", "score": "0.60909355", "text": "public void cancel(Class<?> clazz) {\n\t\tcheckContext();\n\t\t\n\t\tAlarmManager alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE);\n\t\t\n\t\talarmManager.cancel(PendingIntent.getBroadcast(contex...
[ { "docid": "bdc8f4738e6f0adf489d6cd7217bcc24", "score": "0.70343953", "text": "public void cancelAlarm()\n {\n if(mRowId != null) {\n int reqCode = Integer.valueOf(mRowId.intValue());\n\n mIntent = new Intent(NoteDetail.this, MyAlarmReceiver.class);\n mIntent.p...
5e45b991e7063b9f4e3372dcb3a3df5b
Mutates a matrix to a new int matrix
[ { "docid": "c9011f6dc2f69708320a72ce9de76abd", "score": "0.61530346", "text": "public static int[][]\n\t\ttoInt(final double[][] matrix, final DoubleToIntFunction op){\n\t\tfinal int[][] mutated=new int[matrix.length][];//Create a new matrix\n\t\tfor(int row=0; row<matrix.length; row++){//Loop for each ...
[ { "docid": "a0662b17868a7ce6769d39b871e4b61a", "score": "0.65787524", "text": "public static int[][] incrementaMat(int[][] imat) {\n int[][] omat = new int[imat.length][];\n incrementaMatRic(imat, omat, 0);\n return omat;\n }", "title": "" }, { "docid": "69165965d000d...
49a458cc47df2a6e4240a5a957fcf7a1
Is the button now checked?
[ { "docid": "fc168b901a376b7f513a61fef4d43629", "score": "0.0", "text": "public void onRadioButtonClicked4(View view) {\n boolean checked = ((RadioButton) view).isChecked();\n\n // Check which radio button was clicked\n switch(view.getId()) {\n case R.id.radio41:\n ...
[ { "docid": "34fa107c2a83c3d3739d5c9950f3b241", "score": "0.75174755", "text": "boolean isChecked();", "title": "" }, { "docid": "34fa107c2a83c3d3739d5c9950f3b241", "score": "0.75174755", "text": "boolean isChecked();", "title": "" }, { "docid": "6b3b0272cb95d439aa23c0622c...
630b6eaa980903a15c4a6f9a97796d8b
/ Function to get link to next node
[ { "docid": "c98a01dfa3ebacfece32e0aa1ca7f3ea", "score": "0.0", "text": "public Nodo getLink()\r\n {\r\n return link;\r\n }", "title": "" } ]
[ { "docid": "f540fd07f10a48eb140cb156d9e897e6", "score": "0.757429", "text": "public Link getNextLink () {\r\n return next;\r\n }", "title": "" }, { "docid": "df6fa1f9c0d7b33fddd5e81bb6b77bbe", "score": "0.74614024", "text": "public Node getLink()\r\n\t {\r\n\t ret...
f795c2a9ac9e9be4c0f6488c966ee008
Returns 'disabled' if totalRecordsRetrieved <= rowNumberEnd, hence no next record
[ { "docid": "50fc49c7df51b4e03e92502dc1ebb424", "score": "0.81367695", "text": "private final String getNextDisabled(final int totalRecordsRetrieved, final int rowNumberEnd) {\r\n if (totalRecordsRetrieved <= rowNumberEnd) {\r\n return DISABLED;\r\n }\r\n return \"\";\r\n ...
[ { "docid": "8af2db4ddf675a31fbdebfe82dff0dc3", "score": "0.58841115", "text": "@Override\n\tpublic boolean nextRow() throws OBDAException {\n\t\tif (!isTrue || counter > 0) {\n\t\t\treturn false;\n\t\t} else {\n\t\t\tcounter++;\n\t\t\treturn true;\n\t\t}\n\t}", "title": "" }, { "docid": "aca...
33acc07a38c89cc1c9fd558d97945018
Increments Count by 1
[ { "docid": "bc86fba9dc518bb08e0e9957bb327a3e", "score": "0.81454116", "text": "public void incrementCount()\n {\n count ++;\n }", "title": "" } ]
[ { "docid": "d7f10da4075f54c451247af77f25204b", "score": "0.86257654", "text": "public void incrementCount() {\n\t\tthis.count++;\n\t }", "title": "" }, { "docid": "da420b07b17225bcf63cb82350126839", "score": "0.8587132", "text": "public void increment() {\n\t\tcount = count + 1;\n...
f76e67f17602bdf550e028c77620747d
Read in discrete dataset.
[ { "docid": "29642b5454fcb579f123357590b49af3", "score": "0.5653228", "text": "public static DataSet readDiscrete(File file, char delimiter) throws IOException {\n return readInDiscreteData(file, delimiter, Collections.singleton(\"MULT\"));\n }", "title": "" } ]
[ { "docid": "7622e6954edc982ede5e9dd0b525a0fb", "score": "0.69087166", "text": "public static void readDataset()\n\t{\n\t\tBufferedReader br = null;\n\t\tString line = null;\n\t\t\n\t\ttry\n\t\t{\n\t\t\tbr = new BufferedReader(new FileReader(DATASET));\n\t\t\t\n\t\t\twhile(!((line = br.readLine()).equals...
db9792b8f0cb93c7c584a91ffeb85d93
standard to string, plus also tells the index
[ { "docid": "5583d45b0f0d87291540e3467deb3362", "score": "0.0", "text": "@Override\n\tpublic String toString() {\n\t\tString retVal = \"Pathname list and index [\";\n\t\tfor (int i = 0; i < this.list.length; i++) {\n\t\t\tif (this.list[i] != null) {\n\t\t\t\tretVal += this.list[i] + \"(index = \" + i + \...
[ { "docid": "40d58b77394edc21d199da621e8ee52c", "score": "0.64489055", "text": "private String toString(int i)\n {\n return \"\" + i;\n }", "title": "" }, { "docid": "dcc9ed060ec440256be638fc9c3574ea", "score": "0.641765", "text": "public String formatIndex(int i) {\n ...
0eed35654fa4f855fb30d41486f765dc
Sets the value of the threshold property.
[ { "docid": "b7fa229761bd175432bf693316801dca", "score": "0.7422682", "text": "public void setThreshold(int aThreshold) {\n if(0 <= threshold && threshold <= 100) {\n threshold = aThreshold;\n } else {\n throw new IllegalArgumentException(\"Threshold must be in the interval <1..100> inclu...
[ { "docid": "0bdd21e7cb2702ad23ae085030f3f270", "score": "0.8192049", "text": "public void setThreshold(float threshold){\n this.threshold = threshold;\n }", "title": "" }, { "docid": "a8e61a0a5b44b0fb2d6446d8d84a18a9", "score": "0.7998364", "text": "void setThreshold(float ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "85436cedf01ce0b320806088d0263aef", "score": "0.0", "text": "public Boolean register(User user) {\n\t\treturn userDao.insert(user);\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
526690fdebcc3730d5c738b461a7a36f
Sort array of integers using Quicksort method
[ { "docid": "a06894d05ca6103fa938a46f1633f2d5", "score": "0.0", "text": "public int Sort(int left, int right){\n\tint v ;\n\tint i ;\n\tint j ;\n\tint nt;\n\tint t ;\n\tboolean cont01;\n\tboolean cont02;\n\tint aux03 ;\n\tt = 0 ;\n\tif (left < right){\n\t v = number[right] ;\n\t i = left - 1 ;\n\t ...
[ { "docid": "55a61d7f0bfb90354b7f365ff76f9dc3", "score": "0.79087645", "text": "public static void quickSort(Integer[] arr) {\n int len = arr.length;\n// qsort3way(arr, 0, len - 1);\n qsort(arr, 0, len - 1);\n }", "title": "" }, { "docid": "6d0505d8b31d6be622f3764ae871b47c", "sc...
a3c12a320203773e267594f4991b5211
string contentNewVersion = 9;
[ { "docid": "b0cf696f39bd3d16f38033316e323f09", "score": "0.68684036", "text": "public java.lang.String getContentNewVersion() {\n java.lang.Object ref = contentNewVersion_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google...
[ { "docid": "73cc31dde2f572292b5c43578ebd7324", "score": "0.8091217", "text": "java.lang.String getContentNewVersion();", "title": "" }, { "docid": "77b80e03fb8df18e7daf8a57db2cd1da", "score": "0.6850077", "text": "public java.lang.String getContentNewVersion() {\n java.lang.Obje...
2723e1cc80def7809d3258c305d8b2e1
Check if a client is already connected
[ { "docid": "0dc7e773b0b7c0c2e38df6f440f18c9c", "score": "0.6303834", "text": "public boolean isClient(String login) {\n\t\treturn this.login.equals(login);\n\t}", "title": "" } ]
[ { "docid": "e019ce22c3e49c47bd1a2b64f557456e", "score": "0.76921314", "text": "public boolean isConnected() {\n \treturn (this.clientName.length() > 0);\n }", "title": "" }, { "docid": "ab2225de4cb73e78d1d8b38143ef0ff9", "score": "0.763677", "text": "public static boolean isCli...
53168042da8576881cb6869720d2728b
This hook is called whenever an item in your options menu is selected. The default implementation simply returns false to have the normal processing happen (calling the item's Runnable or sending a message to its Handler as appropriate). You can use this method for any items for which you would like to do processing wi...
[ { "docid": "53397ce66c28ee42f243bba8197ec221", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int itemId = item.getItemId();\n\n if (itemId == R.id.settings_action) {\n Intent settings = new Intent(this, SettingsActivity.class);\n...
[ { "docid": "a9f96d17845c56879c526b6f511b9068", "score": "0.7521348", "text": "protected boolean \n onMenuItemSelected(MenuItem item)\n {\n \treturn true;\n }", "title": "" }, { "docid": "324a32c76e6aaab50c5defafc230e4cc", "score": "0.7451287", "text": "public abstract boo...
e8a5104615d69389c8023587fdc5dc36
Returns the player whose turn it currently is.
[ { "docid": "218e1679f9dbd28f6bfc23dcc9a1a6bf", "score": "0.6932592", "text": "public static Player getActivePlayer() {\n\t\treturn activePlayer;\n\t}", "title": "" } ]
[ { "docid": "efc6b8442f2a47ed1c99f29e7aa1e8f6", "score": "0.81465137", "text": "public static Player whoseTurn(){\n if(turn==1){\n return Player.getP1();\n }\n else if(turn==2){\n return Player.getP2();\n }\n return null;\n }", "title": "" ...
d2dddba5d6123a3d883c9308063c282e
Get all songs sorted by rating
[ { "docid": "8ac0a9657f4eca0b22ef412ec12a2ace", "score": "0.69478816", "text": "public List<Song> topTenSongs() {\n\t\treturn songRepository.findTop10ByOrderByRatingDesc();\n\t}", "title": "" } ]
[ { "docid": "8c9a8eeb7ea202b2d2c7abcb3c05d7bf", "score": "0.7707818", "text": "public List<Song> topTenByRating(){\n\t \treturn lookRepository.findTop10ByOrderByRatingDesc();\n\t }", "title": "" }, { "docid": "a9d11850061c6854b2b1ec9fab9f1791", "score": "0.6629662", "text": "pub...
bbd3ea8b3f5a092cce77186850205dde
Name :releaseConnection Description :This method will release the databacse connection
[ { "docid": "4e50805fa70e824997f802fdaa96cc35", "score": "0.76397353", "text": "private void releaseConnection() {\n try {\n con.close();\n } catch (SQLException ex) {\n throw new EJBException(\"releaseConnection: \" + ex.getMessage());\n }\n }", "title":...
[ { "docid": "a2df4ade83177e188c998961d220f5e4", "score": "0.82120854", "text": "public final void releaseConnection() {\n if (db != null) {\n db.releaseConnection();\n }\n }", "title": "" }, { "docid": "4efe8a8372c4fdce119cfb43437f1d...
ba9a8c9bc181f92654bce6369dc54e58
/ i18n helper methods
[ { "docid": "5488fbfbb686eb1958f0b0e452015ce3", "score": "0.0", "text": "protected String getMessage(USSDSection section, String menu, String messageType, User user) {\n final String messageKey = \"ussd.\" + section.toKey() + menu + \".\" + messageType;\n try {\n return messageSo...
[ { "docid": "a6188daccb374617e0265acd4582230d", "score": "0.74279547", "text": "public String localize(String i18nKey);", "title": "" }, { "docid": "788e52916d1b29b70b390610e74c1e92", "score": "0.70462495", "text": "@Override\n public String getTranslation(String key, Locale locale...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "f9abfcd2abaa4f1a1a4592236d0037f1", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_other, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "b470b12158e9a37414c1897a8fc7b04e", "score": "0.71310276", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif = getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" ...
81ff8b6cbc7bc06d8606729dff15e88e
The target directory where COPPER will store the compiled workflow classes (mandatory). Must point to a local directory with read/write privileges. Note: On repository startup, this directory will be deleted and created freshly. So make sure, there are no other files in there but only compilation results from COPPER.
[ { "docid": "26471c2918c7d155a3648c6bd46d1c35", "score": "0.5476072", "text": "public void setTargetDir(String targetDir) {\n this.targetDir = targetDir;\n }", "title": "" } ]
[ { "docid": "7920214e538c275eef1d3bbb9a47f98a", "score": "0.6240213", "text": "@JsonIgnore\n public String getJavaDirectory() {\n return new File(projectHome).getAbsolutePath() + System.getProperty(\"file.separator\") + settings.getJavaSrcDirectory();\n }", "title": "" }, { "doci...
df0518f5255dcd40c63a5e26628c9308
Gets the activation status as one of the wellknown types.
[ { "docid": "65bb6d7eb107c40c2491861bee29c5d2", "score": "0.73993427", "text": "public ActivationStatus getActivationStatusEnum() {\n return ActivationStatus.fromOfx(getActivationStatus());\n }", "title": "" } ]
[ { "docid": "9610d2e4d95dfbe86b62816197f2bdf9", "score": "0.64889395", "text": "@Element( name = \"SVCSTATUS\", required = true, order = 30)\n public String getActivationStatus() {\n return activationStatus;\n }", "title": "" }, { "docid": "bfcfe4940383425684d11879bea69913", "score":...
6ad981046cb08a6874a2e7d3e6543ad1
AddDialogComponent addDialogComponent = app.getAddDialogComponent(this); addDialogComponent.inject(this);
[ { "docid": "ae45be8f9efd616108d80fd7c9f4cbac", "score": "0.52546406", "text": "private void setupInjection() {\n }", "title": "" } ]
[ { "docid": "03416ac607ecccfe106aacc186551fa0", "score": "0.66763276", "text": "public abstract void addDialog(Component dlg);", "title": "" }, { "docid": "873f553e7f2cc9f9b66c2a28e7ae3963", "score": "0.6377364", "text": "void inject(GridBoxApp app);", "title": "" }, { "do...
cd27ec2d01c248cdf5f97910ca6e378e
Test of increment method, of class priority.BitReversedCounter.
[ { "docid": "6d642bcb4448138ece64138c2cabc6a7", "score": "0.7976264", "text": "public void testIncrement() {\n System.out.println(\"increment\");\n \n BitReversedCounter instance = new BitReversedCounter(0);\n for (int i = 0; i < 64; i++) {\n int j = instance.reverseIncrement();\n S...
[ { "docid": "bb2b25844c1d048f0a945979655cb9c9", "score": "0.719701", "text": "@Test\n\tpublic void testIncrement_True() {\n\t\t// secondCounter = INITI_COUNT_FIVE\n\t\t// 5+1 == 5+1\n\t\tint result = INITI_COUNT_FIVE + 1;\n\t\tassertTrue(result == secondCounter.increment());\n\n\t}", "title": "" },...
6af9cb43cd2e4682ddebedd1015b2b3c
Gets the isPlanAuthorized property: Indicates if the plan has been authorized for programmatic deployment.
[ { "docid": "e8a83d7371204c9dd2cc6db3ac0db878", "score": "0.8169561", "text": "Boolean isPlanAuthorized();", "title": "" } ]
[ { "docid": "23cd8c1db859bfaf2e2a8632fcd09275", "score": "0.6355097", "text": "public boolean isAuthorized();", "title": "" }, { "docid": "f5c5c28cb4eac651aed116b12c41c121", "score": "0.62521935", "text": "public Boolean isAuthorized()\n\t{\n\t\treturn true;\n\t}", "title": "" }...
e6f7d63a20a20fde9d1f764a6dd7825d
This Method is mainly to build Location Search ServiceURL
[ { "docid": "c12a55317d62e55ea311a429e40cdddb", "score": "0.7493296", "text": "public String buildLocationSearchServiceURL(double[] coordinates) {\r\n\t\tString queryParams = \"?lattlong=\" + coordinates[0] + \",\" + coordinates[1];\r\n\t\tString serviceURL = incidentsProperties.getLocationSearchServiceU...
[ { "docid": "5c55731b6e3cface82b0fe207e0f0ddd", "score": "0.66718674", "text": "public String buildLocationWOEIDServiceURL(int woeid) {\r\n\t\tString serviceURL = incidentsProperties.getLocationAPIServiceUrl() + woeid;\r\n\t\tlog.info(\"\tLocation WOEID ServiceURL-\" + serviceURL);\r\n\t\treturn serviceU...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c35f0fbcb5fcd0237a930849444c56dd", "score": "0.0", "text": "@Override\r\n\t\t\tpublic boolean matches(Class<?> arg0) {\n\t\t\t\treturn Waiter.class.isAssignableFrom(arg0);\r\n\t\t\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...
0314d49ea4a904a3b6a6b2cb9fba8a5f
Sets the source URI.
[ { "docid": "db93f7172c466f430d0dc1e2df0eea6b", "score": "0.8141226", "text": "public final void setSource(final URI uri) {\n source = uri;\n }", "title": "" } ]
[ { "docid": "216da598188142ce1fe15c16773a1adf", "score": "0.7815794", "text": "public void setSourceUri(String uri) {\n this.sourceUri = uri;\n }", "title": "" }, { "docid": "e296720700beb3e6cf92419abbb3955a", "score": "0.70196235", "text": "@Override\n public void setUri(URI u...
0d0774eeaa15778bd82a7e30960ca0b2
Get the folderPath property: Folder path for resource files Type: string (or Expression with resultType string).
[ { "docid": "4e4495d36352ca952f9091af3074590e", "score": "0.60859996", "text": "public Object getFolderPath() {\n return this.folderPath;\n }", "title": "" } ]
[ { "docid": "2fb6eb5197ada7742bee9798d4a733c6", "score": "0.69030833", "text": "public static String getResourceFolder() {\n\t\tif(cachedResourceFolderPath != null) {\n\t\t\treturn cachedResourceFolderPath;\n\t\t}\n\t\tCustomParams params = getParams();\n\t\tcachedResourceFolderPath = params.getProperty(...
fc8d4002d95be8f597c6581ae9389aa4
Gets the creationDate of this EmployeeLead.
[ { "docid": "489b352070862b0745b2fb8d6f699de2", "score": "0.72133136", "text": "public Date getCreationDate() {\r\n return this.creationDate;\r\n }", "title": "" } ]
[ { "docid": "358d7de8e149989ec00aa28491c57e22", "score": "0.73164016", "text": "public AbsoluteDate getCreationDate() {\n return creationDate;\n }", "title": "" }, { "docid": "63bf6fb4e44283ead5a7f0d709af893b", "score": "0.7304108", "text": "public Date getCreateDate() {\n\t...
0f73ab76a8fdad1db09fbf72c2438778
/ renamed from: i.c.a.b.d.l.b$b reason: collision with other inner class name
[ { "docid": "222ba93c7eb7ab0b469723e43e51b442", "score": "0.0", "text": "public interface C0111b {\n void a(i.c.a.b.d.b bVar);\n }", "title": "" } ]
[ { "docid": "ce1454337ab52ed7766d50fc7a823a45", "score": "0.6802134", "text": "public interface CoroutineExceptionHandler extends e.b {\n\n /* renamed from: c reason: collision with root package name */\n public static final a f15794c = a.f15795a;\n\n /* compiled from: CoroutineExceptionHandler...
53593b4376ac1e8d5796cbb13359bbe3
Purpose: To determine the symbols of the current object being processed.
[ { "docid": "b8912410a82c55b21cef978f2df4ffbf", "score": "0.63350695", "text": "public void getObjectSymbols() throws Exception {\r\n\r\n moveToStartOfObject();\r\n objectSymbolsList = new ArrayList<String>();\r\n\r\n if( currentLine.contains( OBJECT_SYMBOLS ) && \r\n currentLine.startsWi...
[ { "docid": "fbbeb0b5ab76844c539c83dbc7e94551", "score": "0.709768", "text": "public Environment<Object> getSymbols();", "title": "" }, { "docid": "d1cc21c751bfd6c5243f60b3226226a8", "score": "0.66314155", "text": "public ISymbolTable getSymbolTable();", "title": "" }, { "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b7a3e035e2f8eca78058aa4f67ac5ffb", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tchar[] arr = { 'a', 'b', 'b', 'b', 'c', 'd', 'a', 'a', 'a', 'a' };\n\t\tremoveDups(arr);\n\t}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
5d5b222cc6c47f9b5bfafd1c1acc1754
In the "Messages" tab, this action handler is responsible for storing the dates of messages in the combo box.
[ { "docid": "3d010396f6a880e163ff0d629d7c3000", "score": "0.6490645", "text": "private void setMessageDates(Patient patient){\n \tint patientIndex = 0;\n \tDoctor temp = null;\n \tmessages.setText(null);\n \t// reads in patients\n \tdocList = Serialize.deserialize(\"src/doctor.bin\");\n ...
[ { "docid": "2fad51c55b953e712741b3ba84be530b", "score": "0.65352863", "text": "private void messageDatesActionPerformed(java.awt.event.ActionEvent evt, Patient patient) { \n \tint patientIndex = 0;\n \tDoctor temp = null;\n \t\n \t// reads in patie...
1dd4740216f18dea864d68f08edbeb0c
Refreshes the available updates cache.
[ { "docid": "fb1291a5ba38970ff017a22afc0c09c8", "score": "0.0", "text": "void refresh() throws IOException, XMLException;", "title": "" } ]
[ { "docid": "da482a7ce0479fff97eda09e1d7f487c", "score": "0.70528376", "text": "@Override\n\tpublic void refreshCache() {\n\t}", "title": "" }, { "docid": "a42117b87cea033ed60876813fc853c0", "score": "0.68116117", "text": "@Override\n public void run() {\n long now =...
1c74e63aeac1f5b798b0f9981a896436
Checks whether the 'arrival_time_ms' field has been set.
[ { "docid": "896cb085110c58f488e3a17487cb7c25", "score": "0.78052926", "text": "public boolean hasArrivalTimeMs() {\n return fieldSetFlags()[1];\n }", "title": "" } ]
[ { "docid": "bfca737749dac2ec9476a303addfe836", "score": "0.7293661", "text": "public void setArrivalTimeMs(java.lang.Long value) {\n this.arrival_time_ms = value;\n }", "title": "" }, { "docid": "24e1b44b471db5292f3f0a2696a8fc81", "score": "0.67457354", "text": "public void setAr...
0535c97b8d856c7a1e191e97195ab401
Get locations by current location and radius
[ { "docid": "1049c9f658b52228c3c4e44e2986b2d1", "score": "0.6794432", "text": "@GetMapping(\"/locations/distance\")\n public ResponseEntity getLocationByRadiusAndCurrent(@RequestParam(value = \"currentLocationName\", required = true) final String currentLocationName\n , @RequestParam(value ...
[ { "docid": "bc9c73f936d5e3903873c5fde3884326", "score": "0.7268539", "text": "private void getRadiusLocations(LatLng latLngUser, int radius) {\n if (locations != null) {\n locations.clear();\n }\n ParseQuery<Location> query = ParseQuery.getQuery(Location.class);\n ...
d95fbc818afae2637e4dcb314251f1e5
This method takes an input of String and sees if its even or odd and sends to the correct method. Since odd palindromes and even ones are calculated differently.
[ { "docid": "947b38444e3f7ddc0ec91f769dbb4b6f", "score": "0.76988643", "text": "public void palindromeCheck() {\r\n\t\t\r\n\t\r\n\t\tSystem.out.println(\"Enter a string to check if it is a palindrome\");\r\n\t\tSystem.out.println(\"\");\r\n\t\tScanner in = new Scanner(System.in);\r\n\t\tString string = i...
[ { "docid": "e949e7f1f45bf36f86568150b401fa82", "score": "0.70603627", "text": "private void evenPalindrome(String string,int strLength) {\r\n\t\tSystem.out.println(\"Ruuning Even Palindrome Method.\");\r\n\t\t int lowMid =strLength/2 -1;\r\n\t\t int highMid =strLength/2;\r\n\t\tSystem.out.println(\"Midd...
3cfb85826de5e89b26fc22c8072d0d96
repeated .ExternalId external_id = 10;
[ { "docid": "bec9c1dffa586fe907055c511cd8bd35", "score": "0.5797162", "text": "Metadata.ExternalIdOrBuilder getExternalIdOrBuilder(\n int index);", "title": "" } ]
[ { "docid": "88fe17c96edaa7509865b310b6ae8078", "score": "0.6367031", "text": "public String getExternalid() {return externalid;}", "title": "" }, { "docid": "50b514c8072bb0c0a0ce3ff922c542e7", "score": "0.6029892", "text": "Metadata.ExternalId getExternalId(int index);", "title":...
3dc937eb9305c66eff9fb62806a2ebf4
required .sigma.software.leovegas.drugstore.api.DecimalValue price = 3;
[ { "docid": "7b71917dbb014aeaed126cfb2406bfa6", "score": "0.0", "text": "public sigma.software.leovegas.drugstore.api.protobuf.Proto.DecimalValue getPrice() {\n if (priceBuilder_ == null) {\n return price_ == null ? sigma.software.leovegas.drugstore.api.protobuf.Proto.DecimalValue.getDefa...
[ { "docid": "c8161c723ae05b9e4c31c3b14126bba9", "score": "0.7491069", "text": "sigma.software.leovegas.drugstore.api.protobuf.Proto.DecimalValue getPrice();", "title": "" }, { "docid": "53764d647d0fa83a19431cb666f6b410", "score": "0.739178", "text": "sigma.software.leovegas.drugstore....
69b787fc14f21860a389dd754f777e27
$ANTLR start "propertyName" /home/michael/Werkbank/xmleditor/org.dbdoclet.css/src/main/java/org/dbdoclet/css/parser/antlr/CSS.g:33:1: propertyName : WORD ;
[ { "docid": "743623ebbeda28adb4dfe6f8946ce924", "score": "0.78783774", "text": "public final CSSParser.propertyName_return propertyName() throws RecognitionException {\n CSSParser.propertyName_return retval = new CSSParser.propertyName_return();\n retval.start = input.LT(1);\n\n\n Ob...
[ { "docid": "7729af2194bac8b463cef8a654c43989", "score": "0.62506235", "text": "Property getProperty( Name propertyName );", "title": "" }, { "docid": "1d1ca28ae1dfdadbb1dbd6a3b98fa479", "score": "0.61201876", "text": "public final propertyName_return propertyName() throws Recognition...
2a2d77dad841b8305209a318345fd8d7
/ INSERT DATA CLASS
[ { "docid": "2b33941d54e05c61e4cff2cc13268c07", "score": "0.0", "text": "public void InsertAccount(Account account) {\n\n\t\tString str = \" insert into accounten (naam, wachtWoord, salt, hashP, accountStatus) \" + \"values (?, ?, ?, ?, ?);\";\n\t\ttry (PreparedStatement statement = connection.prepareSta...
[ { "docid": "f1c5ca30cf39240e4f9bd279a5029e70", "score": "0.68420243", "text": "public void insert(DataObject obj);", "title": "" }, { "docid": "8d83170db616857e5d1b12ab440a8d09", "score": "0.68001866", "text": "public abstract long insert(DataObject object);", "title": "" }, ...
2fc715bd7c49a6c0106b6239a9816957
optional int32 max_prons_per_word = 1;
[ { "docid": "286f40e9822131b9f66bd6519d7ea0ed", "score": "0.7224023", "text": "int getMaxPronsPerWord();", "title": "" } ]
[ { "docid": "084adfba9dbd49f8dd5c416062e448fd", "score": "0.6785876", "text": "boolean hasMaxPronsPerWord();", "title": "" }, { "docid": "ef5e88fd7c70c2706f60754e14825fe5", "score": "0.66919774", "text": "protected int getMaxPhraseSize() {\n\t\treturn 10;\n\t}", "title": "" }, ...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "bb66b464065c22cd72c2f1e8dbd36822", "score": "0.0", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\treturn true;\n\t}", "title": "" } ]
[ { "docid": "9813d71a4b724b9d132f23a2cb80322c", "score": "0.70787674", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main_activity_actions, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "...
9576bda699e484976604b1840c87349a
Deletes a single row in the gift_cards table.
[ { "docid": "b35ed773010da8ac22caae33c9d9ac58", "score": "0.7010609", "text": "public void delete(GiftCardsPk pk) throws GiftCardsDaoException\r\n\t{\r\n\t\tlong t1 = System.currentTimeMillis();\r\n\t\t// declare variables\r\n\t\tfinal boolean isConnSupplied = (userConn != null);\r\n\t\tConnection conn =...
[ { "docid": "8371d704ad1e2b9dd9e514c36744a9f0", "score": "0.667296", "text": "public void delete(){\n this.parentColumn.removeCard(this);\n this.parentColumn = null;\n if (this.equals(BoardManager.get().getCurrentCard())){\n BoardManager.get().setCurrentCard(null);\n ...
536d0aa2c245bf736b043301a869b8c0
Map + User Location
[ { "docid": "90429d1e8fb2dcd2ef199a0a6ce4b200", "score": "0.0", "text": "@Override\n public void onMapReady(GoogleMap map) {\n mMap = map;\n mMap.getUiSettings().setMapToolbarEnabled(false);\n mMap.setOnMarkerClickListener(this);\n\n if (ContextCompat.checkSelfPermission(th...
[ { "docid": "40f22db5c402faf3848ac3bf23de2a89", "score": "0.6951237", "text": "public void displayUserLocation(){\n locationOverlay = new MyLocationNewOverlay(new GpsMyLocationProvider(context),mapView);\n locationOverlay.enableMyLocation();\n mapView.getOverlays().add(locationOverla...
4ff8ca2509d73628f83f74091119aa81
Gets the temp max.
[ { "docid": "5b9168c3752b1aa240893671bf4c67e8", "score": "0.8894651", "text": "public int getTemp_max() {\n return temp_max;\n }", "title": "" } ]
[ { "docid": "6169f33195df52aa30eaf9d426315e0f", "score": "0.7855536", "text": "public Integer getMaxTemperature() {\n return maxTemperature;\n }", "title": "" }, { "docid": "b349944c52b2ba070d763b06a86452dc", "score": "0.75224847", "text": "public void setTemp_max(int temp_m...
0de8175922a43a99465b4bfaec3de674
$ANTLR end "rule__AccessContext__NameAssignment_1" $ANTLR start "rule__AccessContext__SuperAccessContextsAssignment_2_1" ../org.eclipse.osee.framework.core.dsl.ui/srcgen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10269:1: rule__AccessContext__SuperAccessContextsAssignment_2_1 ...
[ { "docid": "76c58aae0fd7e52a6e479110e9a1a6df", "score": "0.8420459", "text": "public final void rule__AccessContext__SuperAccessContextsAssignment_2_1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipse.osee.framewor...
[ { "docid": "b327e94cfb5d2a11beff97c067d90f57", "score": "0.7412499", "text": "public final void rule__AccessContext__Group_2__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipse.osee.framework.core.dsl.ui/src...
751db72cee665c8f3efeaf25423f6a84
save the picture data
[ { "docid": "b941dd1e0905e082f0b5ba1cb40d5b66", "score": "0.0", "text": "private void setPicToView(Intent picdata) {\n Bundle extras = picdata.getExtras();\n if (extras != null) {\n Bitmap photo = extras.getParcelable(\"data\");\n /* Drawable drawable = new BitmapDrawab...
[ { "docid": "61da823fd0df1d62ca20190278e6d54c", "score": "0.83552825", "text": "public void savePicture() {\n\t\t\n\t}", "title": "" }, { "docid": "34e734778ae6284e837afe51880ec09f", "score": "0.80708283", "text": "public void save(ImageData imageData);", "title": "" }, { ...
0dafb9b0b2a1d1093dd3c1d2555b6c36
read values in by parsing such in order to read in multiple String arrays with required data to initialize Students Books, Movies, Periodicals, and Rooms or load a preexisting library file with preloaded database
[ { "docid": "b700166650ec91648e36f65590596b9a", "score": "0.0", "text": "public static void main(String[] args)\r\n {\n\r\n try\r\n {\r\n boolean boole = true;\r\n Scanner keyboard = new Scanner(System.in);\r\n ObjectOutputStream outputStream = new ObjectOutputStream(new FileOutputS...
[ { "docid": "64b45fecf4947994193e0a19b58d5ce0", "score": "0.6096508", "text": "private void loadData(Furniture[] furniture) {\r\n\r\n\t\t// Assigns furniture to the field.\r\n\t\tthis.furniture = furniture;\r\n\r\n\t\t/**\r\n\t\t * When loading a file: if a “RoomData.ddd” file does not exist or cannot be...
8493b5cc970a4986a47d18a6341c4da7
Interface defining the functionality exposed by the Random Service
[ { "docid": "9e12bbbb15643fc5716dba1eb7bfbf3f", "score": "0.7271016", "text": "public interface RandomService {\n\n /**\n * getter\n * @return boolean from random service\n */\n @GET(\"boolean\")\n Call<Boolean> getBoolean();\n\n /**\n * getter\n * @return double from random service\n */\...
[ { "docid": "e7c0174f577ebf53c26c0d58d626161c", "score": "0.6680786", "text": "public interface RandomSeed {\n\n\t/**\n\t * @return Uma semente randomica entre 0 e 1 inclusive.\n\t */\n\tpublic double getSeed();\n}", "title": "" }, { "docid": "89397f47b5f29c3e5c040ee5b28a90d5", "score": "...
8e5698883494a4dfd58e8d4bec645a5d
PROBLEM 5 Pre: list != null Post: Produces the side effect that all occurrences of x are removed from list.
[ { "docid": "64b35b92a246272e388ff09fd914ed42", "score": "0.67753303", "text": "private void removeAll(ArrayList<String> list, String x) {\n\tint len = list.size();\n\tfor (int i = 0; i < len; i++){\n\t if (list.get(i).equals(x)){\n\t\tlist.remove(i);\n\t\ti--;\n\t\tlen--;\n\t }\n\t}\n }", "...
[ { "docid": "00692078012a418b1f04d070d3a2f8bf", "score": "0.6766731", "text": "@Test\n public void testRemoving() {\n ArrayList<Integer> list = new ArrayList<>();\n list.add(1);\n list.add(2);\n list.add(1);\n list.remove(1);\n assertEquals(3, list.size());\n ...
80baeacbdc0d2e7a9428079f3af943a3
End of customer class
[ { "docid": "e3da3246bdc65d9d6bb1e1c34ad344a7", "score": "0.0", "text": "private static Customer[] getCustomers() {\n\t\tCustomer[] customers = new Customer[5];\n\t\t\n\t\tcustomers[0] = new Customer(\"John\", \"Smith\", 21);\n\t\tcustomers[1] = new Customer(\"Sally\", \"Smith\", 23);\n\t\tcustomers[2] =...
[ { "docid": "3ec6cf13470c2f66898af5fea066f5eb", "score": "0.66716695", "text": "@Override\n protected void end() {\n }", "title": "" }, { "docid": "3ec6cf13470c2f66898af5fea066f5eb", "score": "0.66716695", "text": "@Override\n protected void end() {\n }", "title": "" }, { ...
49d9906969cbe04df0d8599529336263
retrieves the data from the LinkedList after the index parameter
[ { "docid": "0d92627f7020bec8438efbafc3c5e76a", "score": "0.0", "text": "public Record after(int index) {\n if (inRange(index+1) == false) return null;\n else return get(index+1).data;\n }", "title": "" } ]
[ { "docid": "82ff9a5d711c44cef98b69007d1d0c2f", "score": "0.76654226", "text": "public T get(int index)\n\t{\n\t\tcurrent = head;\n\t\tfor(int i = 1; i < index; i++)\n\t\t{\n\t\t\tcurrent = current.next;\n\t\t}\n\t\t\n\t\treturn current.data;\n\t}", "title": "" }, { "docid": "eec92345ba8830a1...
ac28f3da72336d86bc73b8d38f9d01ba
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If t...
[ { "docid": "ebc1aaacf61921bf849c5b0be19851bf", "score": "0.0", "text": "public static GetJobStatusResponse parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{\r\n GetJobStatusResponse object =\r\n new GetJobStatusResponse();\r\n\r\n int event;\...
[ { "docid": "cf0bc5497c4732ae56602da8bd9dfd1e", "score": "0.57340574", "text": "public Element(T obj) {\n\t next = previous = null; // no element before or after this one, yet\n\t data = obj; // OK to copy reference, since obj references an immutable object\n\t }", "title...
22a2c6d03609267ef31fa3fa0df75314
Constructor for the Guideitems object
[ { "docid": "2644afad90fa86fb64573faacc694005", "score": "0.88959885", "text": "public Guideitems()\r\n\t{\r\n\t}", "title": "" } ]
[ { "docid": "3a742b86cebb3c2e13a658c7c08a7eb1", "score": "0.66729724", "text": "public Itemlieudestockage() {\n }", "title": "" }, { "docid": "a98faff0cf538da5b2f97408f5141fdd", "score": "0.6442882", "text": "public void setGuideitem(Collection guideitem)\r\n\t{\r\n\t\tthis.guideit...
e269b91cc4a9a7a8f2d2f3ac80644fd2
This method was generated by MyBatis Generator. This method corresponds to the database table coach
[ { "docid": "a49522e221e4d9232436a09977aff6a8", "score": "0.0", "text": "int updateByExampleSelective(@Param(\"record\") Coach record, @Param(\"example\") CoachExample example);", "title": "" } ]
[ { "docid": "1c69eb86db0fa6c6a874db19832e1311", "score": "0.5981354", "text": "Coach selectByPrimaryKey(Integer coachid);", "title": "" }, { "docid": "a41ad273050a89fcb7e823d2da4b2843", "score": "0.5665123", "text": "@Repository\npublic interface SharedBabyInfoDao {\n\n\n final sta...
75662f1a371439022c6a81252583591c
A general convenience method for adding prefixes and header to output file.
[ { "docid": "b1c20d81727955bb11f5a1de29e2666b", "score": "0.54410756", "text": "public boolean addPrefixesAndImports(File inputFile) throws IOException {\n\n File tempFile = new File(\"myTempFile.txt\");\n\n BufferedReader reader = new BufferedReader(new FileReader(inputFile));\n Buf...
[ { "docid": "20ce9eec4f9cdced63cd4035b5a3bca0", "score": "0.5874016", "text": "static void headerFormat(FileWriter fw) throws IOException { \r\n\t\t//fw.append(\"\\n\");\r\n\t\tfw.append(\"levelId\");\r\n fw.append(',');\r\n fw.append(\"rideName\");\r\n fw.append(',');\r\n fw....
01772ab54307947200874454d84216dc
$ANTLR end "rule__YAnnotEntity__Group_3_1_1__0__Impl" $ANTLR start "rule__YAnnotEntity__Group_3_1_1__1" InternalModel.g:1351:1: rule__YAnnotEntity__Group_3_1_1__1 : rule__YAnnotEntity__Group_3_1_1__1__Impl ;
[ { "docid": "614ada15d7d5862dcbd28ef5a41d0718", "score": "0.79785854", "text": "public final void rule__YAnnotEntity__Group_3_1_1__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalModel.g:1355:1: ( rule__YAnnotEntity__Gro...
[ { "docid": "993729c22bb2a2f768aefee85a47d609", "score": "0.8107564", "text": "public final void rule__YAnnotEntity__Group_3_1__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalModel.g:1312:1: ( ( ( rule__YAnnotEnti...
1dee5299fbfe23418463807b298e7eb8
Load the properties into our properties object.
[ { "docid": "b80977d3c97eee356c89403f121d0922", "score": "0.7931698", "text": "protected void loadProperties() {\n\t FileInputStream fin = null;\n\t\t_properties = new Properties();\n\t try {\n\t fin = new FileInputStream(fileName);\n\t _properties.load(fin);\n\t fin.close();\n...
[ { "docid": "709560598c295a7aa7fea65b4c18ed80", "score": "0.8050726", "text": "public void loadProperties() {\n\t\ttry {\n\t\t\tFileInputStream inputstream = new FileInputStream(p_path);\n\t\t\tprop.load(inputstream);\n\t\t\tinputstream.close();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\...
4af691a1f42406db68c6638695fb2f5e
Constructor of the ListView.
[ { "docid": "d12dcd59506ec04826d35a40819669f6", "score": "0.0", "text": "public ListView(int x, int y,int w, int h, ArrayList<UIElement> elements) {\n\t\tsuper(x, y, w, h);\n\t\tthis.elements = elements;\n\t\telements.add(scrollBarV);\n\t\telements.add(scrollBarH);\n\t\tupdateScrollBars();\n\t\t\n\t\t//A...
[ { "docid": "65f8fceb773e3cead3e605d423b65b26", "score": "0.8570671", "text": "public ListView() {\n }", "title": "" }, { "docid": "d68a1a3a9b23d1a0abe4fe23946e3990", "score": "0.7392353", "text": "private ListViewBuilder() {\n\n }", "title": "" }, { "docid": "fea2e4...
ffabb064435ca91581944d20bf58c3e8
If the query has failed because of a connection problem, inform the System Table that a given machine may have failed.
[ { "docid": "45a828b46dbe971714b9ac629d81b013", "score": "0.542358", "text": "@Deprecated\n public void informSystemTableOfSuspectedFailure(final QueryResult asyncResult) {\n\n /*\n * The exception is always wrapped in an SQL exception, so this has to check the contents of the exception...
[ { "docid": "e1d2e5e7879dde91a26357a58d097d3b", "score": "0.6139139", "text": "public void failedQuery(String failureReason) {\n\t\t\n\t}", "title": "" }, { "docid": "35e8405eee16647172aee1abf464bb3b", "score": "0.5689488", "text": "@Test(groups = \"features\")\n public void negati...
78912830394f2ba64fed022d1d4e70ca
UPDATE Alumnos SET Nombre_Alumno='x', Primer_Ap_Alumno='x', Segundo_Ap_Alumno='x', Edad_Alumno=0, Semestre=0, Carrera='x' WHERE Num_Control='3';
[ { "docid": "72f0cb702b47555ddc83fc50a035be51", "score": "0.6715834", "text": "public boolean modificarAlumno(Alumno a){\n\n String sql = \"UPDATE Alumnos SET Nombre_Alumno='\"+a.getNombre()\n +\"', Primer_Ap_Alumno='\" + a.getPrimerAp()\n +\"', Segundo_Ap_Alumno='\" ...
[ { "docid": "c8f4a9a7dcefd0cb87ea8782a85e0936", "score": "0.70001054", "text": "private void alterar() {\n String alterando = \"update clientes set nome =?, email =?, telefone =?, \"\n + \"CPF =? where id_cliente =?;\";\n\n try {\n st = conn.prepareStatement(altera...
dadb6315d27051100fb68cd184dae7ea
Filters AP Creates list containing only Private networks
[ { "docid": "a63abbbcfd90ccc92849db02cccd9b1a", "score": "0.53597033", "text": "public void filterPrivate(View view) {\n\t\tsetListAdapter(this.listPrivate);\n\t\tfindViewById(R.id.select_all).setBackgroundResource(R.drawable.search_type);\n\t\tfindViewById(R.id.select_public).setBackgroundResource(R.dra...
[ { "docid": "1c76f024ae044a2ca92caedf68e686bd", "score": "0.5515598", "text": "VirtualNetworkPrivateLinkServiceNetworkPolicies privateLinkServiceNetworkPolicies();", "title": "" }, { "docid": "599f6fee41267e1691b425d4bb138f11", "score": "0.5379921", "text": "java.util.List<RealtimeBid...
36753751877efe450dbec290150d451b
Returns true if field stopOver is set (has been assigned a value) and false otherwise
[ { "docid": "537e1f21b8e45c09a69603d72bf156ae", "score": "0.82043344", "text": "public boolean isSetStopOver() {\n return this.stopOver != null;\n }", "title": "" } ]
[ { "docid": "8a6bf6a7345a266e87a77ece0f0bf7c0", "score": "0.6497595", "text": "public boolean isOver(){\r\n\t\treturn isOver;\r\n\t}", "title": "" }, { "docid": "a692e408fed9e33170620d7e7e785256", "score": "0.64848363", "text": "public boolean isStopping() {\n\t\treturn stopping.get()...
770f17c27fd8932109283b5e970d63f4
map&lt;sint64, int32&gt; sint64_to_int32_map = 6;
[ { "docid": "42a65fc4cb832c3af75331f6b2c5e056", "score": "0.7134911", "text": "int getSint64ToInt32MapOrDefault(\n long key,\n int defaultValue);", "title": "" } ]
[ { "docid": "aa5fa1b8d52c0b12a7dc6cf77ed977f5", "score": "0.8610975", "text": "java.util.Map<java.lang.Integer, java.lang.Integer>\n getInt32ToSint32MapMap();", "title": "" }, { "docid": "8aa03549ebb050ba973ea6deca2cb675", "score": "0.84539133", "text": "java.util.Map<java.lang.Int...
119125f8ba04495cb7443c718c47c916
This method was generated by MyBatis Generator. This method returns the value of the database column tb_user.user_coin
[ { "docid": "e17e7010b8e6c3729009d72d0f389da5", "score": "0.689128", "text": "public Integer getUserCoin() {\n return userCoin;\n }", "title": "" } ]
[ { "docid": "566d2e929b4a04dcc6464cd15a2ccf98", "score": "0.6504828", "text": "@Override\n\tpublic ApiResult<Integer> getUserUsercoin(String userId) {\n\t\ttry {\n\t\t\tint usercoin = 0;\n\t\t\treturn new ApiResult<Integer>(usercoin, ApiStatus.OK);\n\t\t} catch (Exception e) {\n\t\t\t// TODO Auto-generat...
0a062578e06e7655d470fcae41f739ea
optional string message = 3;
[ { "docid": "cfcd77949289433c6808429a90a02fbe", "score": "0.0", "text": "public Builder setMessage(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n message_ = value;\n onChanged();\n return this;\n }", "tit...
[ { "docid": "8801f58b2f928fe996b48baf675bd249", "score": "0.72127557", "text": "String getDefaultMessage();", "title": "" }, { "docid": "4efc005eef4f9ed699bde86db653e8ce", "score": "0.71266377", "text": "String message();", "title": "" }, { "docid": "4efc005eef4f9ed699bde8...
9e14532a99c98ccafb1d13664ecb4180
$ANTLR end "rule__ContainedPropertyAssociation__Group_5__3__Impl" $ANTLR start "rule__ContainedPropertyAssociation__Group_5__4" ../com.rockwellcollins.atc.resolute.ui/srcgen/com/rockwellcollins/atc/resolute/ui/contentassist/antlr/internal/InternalResolute.g:9755:1: rule__ContainedPropertyAssociation__Group_5__4 : rule_...
[ { "docid": "0787c910f3292eb299b072f76dfd299b", "score": "0.77041435", "text": "public final void rule__ContainedPropertyAssociation__Group_5__4() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../com.rockwellcollins.atc.resolute...
[ { "docid": "a8289d1925d3dee5ac079dc3324f41e8", "score": "0.74581265", "text": "public final void rule__ContainedPropertyAssociation__Group__4() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../com.rockwellcollins.atc.resolute.u...
c7274a220d1feeafd2fac7d2513c6eed
Returns the number of a h addrs where regionId = &63;.
[ { "docid": "c33e7bef79e27a5f9e25bc697d8f8f6c", "score": "0.6547363", "text": "public int countByregion(long regionId)\n throws com.liferay.portal.kernel.exception.SystemException;", "title": "" } ]
[ { "docid": "ad7c871710736547f8a6a7c06d1c97f1", "score": "0.68949383", "text": "int getRegionCount();", "title": "" }, { "docid": "1eecff35ec24a3e11b662eda89cfce39", "score": "0.6753639", "text": "int getRegionInfoCount();", "title": "" }, { "docid": "1eecff35ec24a3e11b662...
3fd226947acf38893158647ca3658ad5
Query callable time set list
[ { "docid": "85c4e127e04284876fe528b14ac71341", "score": "0.0", "text": "public CallableTimeSetEntityListing getOutboundCallabletimesets(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) throws IOException, ApiException {\n ...
[ { "docid": "1c7c681f0bc38723e62e259f99e1aa28", "score": "0.676944", "text": "public List<List<DataTime>> timeQuery(List<TimeQueryRequest> requests)\n throws DataCubeException;", "title": "" }, { "docid": "b6f4be604e27d814e342304399a925d3", "score": "0.6023146", "text": "Li...
db3329ae342fa9fd6e65f9f7ef388d15
Find the node order
[ { "docid": "50be9893deea9cdbc46f0e0baf89d8d7", "score": "0.0", "text": "private static int acyclic(ArrayList<Integer>[] adj) {\n Stack<Integer> nodes = dfs(adj);\n //Transpose of the matrix\n ArrayList<Integer>[] transpose = transpose(adj);\n //Find Scc\n List<Stack<In...
[ { "docid": "c44417926257a9ae9f0028300a0e3658", "score": "0.696304", "text": "public List<Integer> getOrder() {\n Set finalSet = new HashSet<>();\n for (int i = 0; i < joinChildren.size(); i++) {\n finalSet.add(i);\n }\n // start dp\n helper(finalSet);\n ...
d1fcb3d08db070364e33a636bfafc963
/ JADX ERROR: IndexOutOfBoundsException in pass: RegionMakerVisitor java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.ba...
[ { "docid": "d1c08e511a0a00f863390872cc5c492f", "score": "0.0", "text": "private final android.os.Bundle zzc(android.os.Bundle r9) {\n /*\n r8 = this;\n java.lang.String r0 = zza()\n com.google.android.gms.tasks.TaskCompletionSource r1 = new com.google.android.gms....
[ { "docid": "2a4b3ba75aba2346b092dc70aa047d86", "score": "0.6462816", "text": "public static int m20170a() {\n /* JADX: method processing error */\n/*\nError: java.lang.NullPointerException\n\tat jadx.core.dex.visitors.regions.ProcessTryCatchRegions.searchTryCatchDominators(ProcessTryCatchRegions....
889ef819213fe2caa7f34173ad7ba455
Set active Document helpers on the specified text component. Changes will not and cannot be made (either via user inputs or direct method manipulation) unless the validator says that the changes are ok.
[ { "docid": "7d9ede8152626764661463154c26facb", "score": "0.6933976", "text": "public static void setDocumentHelpers (\n JTextComponent comp, DocumentValidator validator,\n DocumentTransformer transformer)\n {\n setDocumentHelpers(comp.getDocument(), validator, transformer);\n...
[ { "docid": "7e3785a2fd10a0668bdf30bef12afba4", "score": "0.5968659", "text": "public static void setDocumentHelpers (\n final Document doc, final DocumentValidator validator,\n final DocumentTransformer transformer)\n {\n if (!(doc instanceof AbstractDocument)) {\n ...
5c091e898e3093eed96d8a4dc1389340
End setAttribute Set attribute of multiple values. Does not support setting raw datatype with multiple values.
[ { "docid": "4a56912632bd35f771ce9c9d879672a2", "score": "0.53449", "text": "public void setAttribute(int attributeId, Object [] attributeValues)\r\n throws PmpUnsupportedTypeException, PmpInvalidAttributeException, PmpTypeMismatchException, PmpObjectException, PmpInternalException, PmpManagerCrea...
[ { "docid": "de7b17f3c10a4505a78d4282f292df2e", "score": "0.6842969", "text": "public void setAttribute(String attributeName, Object [] attributeValues)\r\n throws PmpUnsupportedTypeException, PmpInvalidAttributeException, PmpTypeMismatchException, PmpObjectException, PmpInternalException, PmpMana...
63db11c76674f24926133e8a8febbfcc
Retourneert een ListViewrij voor een bepaalde positie.
[ { "docid": "e048f4f314c0fcc798822bd19b59e4de", "score": "0.0", "text": "@Override\n public View getView(int position, View convertView, ViewGroup parent) {\n ViewHolder v;\n if(convertView == null) {\n convertView = inflater.inflate(R.layout.listview_row, null);\n ...
[ { "docid": "0b7cfa8c668fea87da31dc0610d2aec1", "score": "0.6594759", "text": "void actulizarListView(){\n ListView lv=(ListView)this.findViewById(R.id.lvtareas);\n\n\n CustomAdapter adapter=new CustomAdapter(notas,MainActivity.this,R.layout.detalle_tarea);\n\n\n lv.setAdapter(adapter);\n lv....
225cd96941129bb80f47b31fa96eafa1
iterate through all entry nodes in dictionary generate a subclass for each
[ { "docid": "58ffcc954201a99db1cb6ab3708bbfb1", "score": "0.5068712", "text": "private void addEntryNodes(CMLDictionary dictionary,\n\t\t\tOWLIndividual dictionaryIndividual) throws URISyntaxException,\n\t\t\tOWLOntologyChangeException {\n\t\tString id;\n\t\tNodes entryNodes = dictionary.query(\"./cml:en...
[ { "docid": "e48f97b776025a8f588fddcc564a32aa", "score": "0.60697347", "text": "public void generateClasses() {\r\n\r\n\t\tfor( OWLClass root : roots.keySet() ) {\r\n\t\t\tRootClass rClass = roots.get(root);\r\n\t\t\tArrayList<OWLClass> list = new ArrayList<OWLClass>();\r\n\t\t\tlist.add(root);\r\n//\t\...
130dc032469fbaa042494f322bb7c6e1
Private constructor to prevent others from creating instance for this class: only one instance is allowed to create
[ { "docid": "4d4aa213cb5d9c740b40fa3ce9e11583", "score": "0.0", "text": "private SetAssociativeMapper() {\n\t\tPropertiesParser prop = PropertiesLoader.getPropertyInstance();\n\t\twordInBlock = prop.getIntProperty(\"sim.mem.cache.wordinblock\", 8);\n\t\t\n\t\t//TreeMap as the data structure to memory blo...
[ { "docid": "1ffdc67143bfa1d41919974a534bc7da", "score": "0.7640983", "text": "private OneInstance()\n {\n // Empty\n }", "title": "" }, { "docid": "d0918f1cc9cc6270d8689b414dbf9c71", "score": "0.74051905", "text": "private Viral_Load_Manager()\r\n {\r\n // prev...
2fbb95f1aec94a5230d3ee80e1c2d803
Pesquisa um cliente no banco
[ { "docid": "afad135956e135cb02c69d6a586b93c5", "score": "0.0", "text": "public Cliente pesquisar(String cpf)throws ConexaoException, RepositorioException;", "title": "" } ]
[ { "docid": "a4d1ef1e095db50f51a50eb86e8bfca6", "score": "0.7331596", "text": "public void cadastrarCliente(Cliente cliente) {\n\t\t\r\n\t}", "title": "" }, { "docid": "91855b5b0743f909858112001497f6a1", "score": "0.7236574", "text": "public void CadastrarCliente() {\n Cliente ...
d5ef8428a01acabd7a289b149509c681
Adds a new action to the repository, with the specified server being marked as already having processed the action.
[ { "docid": "6b8c865b0331e398ee729426253c8f60", "score": "0.6043038", "text": "public void addAction (String accountName, String data, int action, final String server)\n {\n AccountActionRecord record = new AccountActionRecord();\n record.accountName = accountName;\n record.data =...
[ { "docid": "ed68ab9404cabd83c56a675f7804325e", "score": "0.68215334", "text": "public void addAction (String accountName, int action, String server)\n {\n addAction(accountName, null, action, server);\n }", "title": "" }, { "docid": "30caa43fa3a23401f4148f7a5b53cc9c", "score...
ad1354f750a85a3940c14cbe09c414c2
Collects all relevant data like variable names, scopes and types from a node and its parents and stores them into an information wrapper object.
[ { "docid": "6631123c47ff6415ada06692978675bf", "score": "0.5615276", "text": "public static InformationWrapper buildInfoWrapperForNode(Node aNode) {\n List<Class<? extends Node>> classHistory = getClassHistory(aNode);\n List<VariableInfoWrapper> symbolTableTmp = new ArrayList<>();\n ...
[ { "docid": "59da6122e19bcdde76792ad46c8ca5d2", "score": "0.59175247", "text": "private void traverse() throws Exception {\n final Stack<PDGNode> nodes = new Stack<PDGNode>();\n nodes.addAll(entryNodes);\n final Map<String, String> normalizedVars = new HashMap<String, String>();\n ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "1cc47e8f5cc51ca39018f1af0d39e587", "score": "0.0", "text": "public void mo1694a(String recvListId, List<MusicSongModel> songList) {\n if (listener != null) {\n listener.mo1973a();\n }\n if (!TextUtils.isEmpty(this.f5714b.m6989C(...
[ { "docid": "63c88e93d133305f54c8551d230ea06a", "score": "0.64404553", "text": "public interface ac {\n /* renamed from: a */\n void mo2056a();\n}", "title": "" }, { "docid": "9bd329a1296b1cb6493058f77c2da42b", "score": "0.62276983", "text": "public interface C3957a {\n /...
602ecc5176b3636cb6805ef4a679ad2f
/ In this method we will be taking the weightArray of the player and calculating and return an errorArray
[ { "docid": "9b48eb8dab70bd71036cd91f16a55acd", "score": "0.73106545", "text": "public double[] calcError(double weightArray[]){\n\t\tdouble errorArray[] = null;\n\t\treturn errorArray;\n\t}", "title": "" } ]
[ { "docid": "447db9cf9dad585bd72429278e8e1bce", "score": "0.6762061", "text": "void applyError(){\n //print();\n for(int i = 0 ;i < weights.length;i++) {\n //System.out.println(\"PRE: WEIGHT: \"+weights[i]);\n weights[i] += parent.LEARNING_RATE * parents[i].error;// * ...
51a22ae0548333fabff8471982fc2608
Gets the value of the maxRec property.
[ { "docid": "6be234d52f3d8095f1df39046d51972b", "score": "0.9030953", "text": "public long getMaxRec() {\n return maxRec;\n }", "title": "" } ]
[ { "docid": "ed66b61c99f6eaefcb997fc7b9c86440", "score": "0.7429835", "text": "public void setMaxRec(long value) {\n this.maxRec = value;\n }", "title": "" }, { "docid": "8be2f974bdf2866437727b386fa4fd44", "score": "0.7400796", "text": "public long getMax()\n {\n r...
8bff538a326e9f3ce6625b68a5664e67
Initialize the contents of the frame.
[ { "docid": "d9ae5aa3799b9ec88d0d8ca50d3fe47e", "score": "0.0", "text": "private void initialize() {\n\t\tframe = new JFrame();\n\t\tframe.setFocusable(true);\n\t\tframe.setBackground(new Color(0, 0, 255));\n\t\tframe.setForeground(Color.BLACK);\n\t\tframe.setBounds(100, 100, 807, 470);\n\t\tframe.setDef...
[ { "docid": "a62262516d615f62d1d4927e60930a5e", "score": "0.8115522", "text": "public _Frame() {\n\t\tsuper();\n\t\n\t\tinitialize();\n\t}", "title": "" }, { "docid": "59d5653be8d8a804a8b6764e2d889b73", "score": "0.76647335", "text": "private void initialize() \n\t{\n\t\tsetupFrame();...
736e5b1141429303bb00b3d31e604fb9
Creating a test class to deposit and withdraw amount
[ { "docid": "65f154f980f6fefd185ae77e8f0b418f", "score": "0.0", "text": "public static void main(String[] args) {\r\n\t\tAccount acc = new Account();\r\n\t\tacc.insert(832345, \"Ankit\", 1000);\r\n\t\tacc.display();\r\n\t\tacc.checkBalance();\r\n\t\tacc.deposit(40000);\r\n\t\tacc.checkBalance();\r\n\t\ta...
[ { "docid": "d58549a56b830b57e8c369bf126102ef", "score": "0.77988607", "text": "@Test\n public void depositTest(){\n CheckingAccount myChecking = new CheckingAccount(\"carrot\", 100);\n myChecking.deposit(100);\n assertEquals(myChecking.checkBal(), 100);\n myChecking.deposi...
b02108122d424395fd1fd9eb0d3fbe73
This method validates the drivers license number or card swipe if needed and displays errors if either is invalid.
[ { "docid": "784488ac039d5389719100609fd70a0f", "score": "0.0", "text": "@Override\n public void arrive(BusIfc bus)\n {\n ValidateIDCargoIfc cargo = (ValidateIDCargoIfc)bus.getCargo();\n boolean mailLetter = false;\n\n // if not swiped and DL\n if(cargo.getMSRModel() == ...
[ { "docid": "83f90eaa617fb2073b00abe3205dde68", "score": "0.653037", "text": "public void softwareLicensePageValidation(){\r\n\t\tverifySWLicenseSearchCriteria();\r\n\t\tverifyFirstSearchCriteriaDropDownList();\r\n\t}", "title": "" }, { "docid": "a695545e8173c78ba1832d68458fce72", "score"...
c021f9d9357a0fab4ee5e416d31a8000
Writes a long to the file as eight bytes, high byte first.
[ { "docid": "8ffb168efcc9c00b6eec912031c8349c", "score": "0.72106856", "text": "public final void writeLong(long v) throws IOException {\n\twrite((int)(v >>> 56) & 0xFF);\n\twrite((int)(v >>> 48) & 0xFF);\n\twrite((int)(v >>> 40) & 0xFF);\n\twrite((int)(v >>> 32) & 0xFF);\n\twrite((int)(v >>> 24) & 0xFF)...
[ { "docid": "02bda697823297c9c85b065d2384e1dd", "score": "0.7760642", "text": "public void writeLong(long value) throws IOException;", "title": "" }, { "docid": "f8a0cb9c7e920a5bb96d95960126caff", "score": "0.74049485", "text": "public final void writeLong( long v ) throws IOException...
a6548a6243a2c4273178d69a1b62219a
Determines if the rounded value of this number fits in a float.
[ { "docid": "25aa8a735f2ecc5daf21d6ac5f1ec337", "score": "0.73226875", "text": "public boolean fitsFloat() {\n // TODO: Implement this method fitsDouble()\n return true;\n }", "title": "" } ]
[ { "docid": "eddf95b1b0f584e76ad951981262168b", "score": "0.75425047", "text": "boolean hasFloat();", "title": "" }, { "docid": "26e19d2ae8f95b76f4d3ebcec2b0c33d", "score": "0.74725544", "text": "boolean hasFloatValue();", "title": "" }, { "docid": "fdf1abcf3b6019e3b432ec6...
5abdfa4b0bda8a5ffa7bafdcc2122b79
putTopUp function checks the stateTop if it is down then will display putting top up and set statetop to true, else display top is already up
[ { "docid": "c97a59336551daac562d8a058742211a", "score": "0.88972276", "text": "public void PutTopUp()\n\t{\n\t\tif(!isStateTop)\n\t\t{\n\t\t\tSystem.out.println(\"Putting top up\");\n\t\t\tisStateTop=true;\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"Top is already up\");\n\t\t}\n\t}", "title...
[ { "docid": "c7b94d47e6f6c8e30d041173097398a3", "score": "0.8343291", "text": "public void PutTopDown()\n\t{\n\t\tif(isStateTop)\n\t\t{\n\t\t\tSystem.out.println(\"Putting top down\");\n\t\t\tisStateTop=false;\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"Top is already down\");\n\t\t}\n\t}", "...