query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
a68a80cdf99151fd2556b4cb48750520
If true, other symbols can be visible even if they collide with the text.
[ { "docid": "28fba065ac7b8c6664291f466435bfd9", "score": "0.0", "text": "public static Property<Boolean> textIgnorePlacement(Boolean value) {\n return new LayoutProperty<>(\"text-ignore-placement\", value);\n }", "title": "" } ]
[ { "docid": "99802541124c6e637b75c41ec808cc19", "score": "0.6076243", "text": "boolean isTextVisible();", "title": "" }, { "docid": "9157db6ccf2cde50050fd39e872c577c", "score": "0.60007215", "text": "public void showSymbol() {\n\n text.show();\n hiddenFlag = false;\n ...
3aafc16666e4a0c1212aa17cd5127daf
This method was generated by MyBatis Generator. This method corresponds to the database table b_dic_tree_code
[ { "docid": "904d5673293435087f8a6dabcda3203a", "score": "0.55075186", "text": "public static Criteria newAndCreateCriteria() {\n BDicTreeCodeExample example = new BDicTreeCodeExample();\n return example.createCriteria();\n }", "title": "" } ]
[ { "docid": "b551d1faa73361f5fd842741c17058e9", "score": "0.59891003", "text": "@Override\r\n\tpublic Code selectCode(Map<String, String[]> map) throws SQLException {\n\t\t\r\n\t\tJPAQuery query = new JPAQuery(entityManager);\r\n\r\n\t\tQCode code = QCode.code;\r\n\t\tCode codeList = null;\r\n\t\tif(map....
6cf41965387abc2fd9e5ee941b4e6a6e
The ID of the linked test. Getter method for the COM property "LinkTestID"
[ { "docid": "cc3a78b28d3e9a7f2ab0c4e47e304d76", "score": "0.7800222", "text": "@DISPID(20)\n\t// = 0x14. The runtime will prefer the VTID if present\n\t@VTID(34)\n\tint linkTestID();", "title": "" } ]
[ { "docid": "54ca259b6adf94fc58a7ff9c4cfbaf5a", "score": "0.7002507", "text": "public Long getTestId() {\n return testId;\n }", "title": "" }, { "docid": "1d42b49c862e735f5ef088810ffbeb7d", "score": "0.68745005", "text": "public int getIdTest() {\n return idTest;\n ...
cec83f6711f84205ebc69f745dfac2bb
Returns Boolean true if the filter was successfully uninstalled, otherwise false.
[ { "docid": "015555af3e1a6160b4441cb4211bf7d6", "score": "0.0", "text": "JsonNode core_getFilterChanges(String id) throws Throwable;", "title": "" } ]
[ { "docid": "4d2d23c7c7cd6889763e10c39abab9e4", "score": "0.6817766", "text": "Boolean core_uninstallFilter(String id) throws Throwable;", "title": "" }, { "docid": "dcea1bc55163b10593b64d660b6e9cc5", "score": "0.65205824", "text": "public boolean uninstall() {\n if (!wasInstal...
e0d6a392af2ab36941030b500ab23048
Get the description of this command.
[ { "docid": "e8bca41ceae2774b4bff64dec7a35264", "score": "0.0", "text": "public String getDescription(){\n return desc;\n }", "title": "" } ]
[ { "docid": "7e39f28f029a1e05c59db5f8e4753682", "score": "0.770685", "text": "public final String getDescription() {\n\t\treturn desc;\n\t}", "title": "" }, { "docid": "6cb8c6c791358b88cb33b732ada80b23", "score": "0.7697507", "text": "public String getDescription() {\n return d...
ddfe943177024f55b46879514f71ef6a
This function removes any duplicate items in the input synset.
[ { "docid": "e6f3edf3801649e7b93af2dfa6aee05f", "score": "0.63851535", "text": "private Synset[] removeDuplicates( Synset[] a ) {\n\t\t\n\t\tif( a == null ) { return null; }\n\t\t\n\t\tArrayList<Synset> noDuplicates = new ArrayList<Synset>();\n\t\t\n\t\tfor( int i = 0; i < a.length; i++ ) {\n\t\t\t\n\t\t...
[ { "docid": "88cff39636baf153f6d756a3bd9579de", "score": "0.6949233", "text": "public void removeDuplicates() {\n removeDuplicates(null);\n }", "title": "" }, { "docid": "4a84688ac383e3ccf33b4ec273b8106b", "score": "0.6721266", "text": "public void removeDuplicatesSet() {\n\n\t\ti...
033fccaed2ff16401f70b1ecca3f237f
testing runnable with thread.
[ { "docid": "7ad58ef106da5f51c687522a2f25b4e9", "score": "0.0", "text": "public void downloadImage(View view) {\n url = mEditText.getText().toString();\n Thread myThread = new Thread(new MyRunnable(url));\n myThread.start();//\n\n /**Pattern 1, AsyncTask\n */\n ...
[ { "docid": "9e79df83df1dd77eb059fea70e5bac22", "score": "0.7031971", "text": "public void threadRun() {\n }", "title": "" }, { "docid": "136b7b4e29becaff47bef622a3ee7747", "score": "0.6981998", "text": "@Test\n public void testRun() {\n System.out.println(\"run\");\n ...
a14578086d12a3950df1a7b02a5b0192
Get the list of Subscribers added to this Channel.
[ { "docid": "fb78e25796cadd1221a4521737fd874f", "score": "0.7118645", "text": "List<Subscriber> getSubscriberList();", "title": "" } ]
[ { "docid": "1bb6bd796a0cb3d0811aeeca3567f4ce", "score": "0.73425865", "text": "@Override\n public List<Flow.Subscriber> getSubscriberList() {\n return this.subscribers;\n }", "title": "" }, { "docid": "f71003f92cc4022314e6a3ae19f0c4d0", "score": "0.72881764", "text": "ja...
eca2c12698768e51e350a1620ab4f26c
Gets the value of the CatastropheNumber field. Catastrophe number.
[ { "docid": "bd355f380c7312a47d869347abd1814d", "score": "0.83457005", "text": "@gw.internal.gosu.parser.ExtendedProperty\n public java.lang.String getCatastropheNumber() {\n return (java.lang.String)__getInternalInterface().getFieldValueForCodegen(CATASTROPHENUMBER_PROP.get());\n }", "tit...
[ { "docid": "3e7fc2045b73521483fc03f582bdb901", "score": "0.83239406", "text": "@gw.internal.gosu.parser.ExtendedProperty\n public java.lang.String getCatastropheNumber() {\n return (java.lang.String)__getInternalInterface().getFieldValueForCodegen(CATASTROPHENUMBER_PROP.get());\n }", "title": "...
dc19a4befecf4c8eb961f2179be38b50
/ Add by yuanhong.dai
[ { "docid": "966940189c7e40a7d309af6343e50d54", "score": "0.0", "text": "public void setCustomContentView(int layoutResId, boolean isFillParent) {\n\t\tif (mContentLayout == null) {\n\t\t\tmContentLayout = (LinearLayout)findViewById(R.id.content);\n\t\t}\n\t\tif (mContentLayout != null) {\n\t\t\tLayoutIn...
[ { "docid": "cf96c7e783d111d25424a84611b1006f", "score": "0.7253231", "text": "public static void add() {\n\t}", "title": "" }, { "docid": "14f4bf1b0a15c430eec00ce5bb452c8a", "score": "0.719267", "text": "@Override\n\t\t\tpublic void add() {\n\t\t\t\t\n\t\t\t}", "title": "" }, ...
50110fd17a4f13498285036445500382
Takes two args, a directory containing the boot.xml and state log files, and an output filename.
[ { "docid": "5f285b972f6f210f121c6f3dd7ff5d3c", "score": "0.6049836", "text": "private void cli (String[] args)\n {\n if (args.length != 2) {\n System.out.println(\"Usage: <analyzer> dir output-file\");\n return;\n }\n dataFilename = args[1];\n Path dir = Paths.get(args[0]);\n /...
[ { "docid": "db8e1c2045a7798c16be03cdf9b3998f", "score": "0.57146513", "text": "String provideOutputFileName();", "title": "" }, { "docid": "7acd01c5294af4d786d6af98c1cd480d", "score": "0.56916475", "text": "public static void main(String[] args)\n\t{\n\t\tif(args.length < 2) return;\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "26725aac5a3bc4e64dcc4805d4515a49", "score": "0.0", "text": "public int insertQna(Connection conn, Qna qna) {\n\t\treturn 0;\n\t}", "title": "" } ]
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
033d91efa03747288c0ab36ef9a7713a
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. //GENBEGIN:initComponents
[ { "docid": "409a3337258eb7097165ab21d31d4c6e", "score": "0.0", "text": "private void initComponents() {\n\n javax.swing.JLabel appTitleLabel = new javax.swing.JLabel();\n javax.swing.JLabel versionLabel = new javax.swing.JLabel();\n javax.swing.JLabel appVersionLabel = new javax.swi...
[ { "docid": "5f8540ed063cf75672e07098d5395e1e", "score": "0.8090149", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n\n }", "title": "" }, { "docid": "2287f52584247b61ab31ac13b172fd61", "score": "0.74044603", "text": "public mainform() {\n initComponents...
e43a0cdd19bf5bc92c392b65dbdbea0d
Interface definition for a callback to be invoked when a view is clicked.
[ { "docid": "4f72166cf6081636404108be2365c1b6", "score": "0.71275723", "text": "public interface OnClickListener {\n /**\n * Called when a view has been clicked.\n *\n * @param dialog The view that was clicked.\n */\n void onClick(ZDialog dialog);\n }", ...
[ { "docid": "4ab6008232d0fb4f7555b12a3ae61f29", "score": "0.8053477", "text": "public interface Callback {\n\n void onViewClicked(int position);\n}", "title": "" }, { "docid": "d9bff315dd1439dfbe5bfbe879db8aeb", "score": "0.73295105", "text": "public interface ItemClickCallback {\...
7132a59f0f0b55933fc25c6b4a454442
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled. When namespace processing is disabled, the raw name is returned. For ENTITY_REF events, the entity name is returned. If the current event is not START_TAG, END_TAG, or ENTITY_REF, null is returned. Please n...
[ { "docid": "ae29b23d4e80f8b60e5029150926b84a", "score": "0.0", "text": "public String getName() {\n return this.name;\n }", "title": "" } ]
[ { "docid": "1e4a76ef53cc6b74908b4e048259cdd8", "score": "0.75860304", "text": "public String getLocalName() {\r\n\t\tif (event != START_ELEMENT && event != END_ELEMENT) throw new IllegalStateException();\r\n\t\treturn localName;\r\n\t}", "title": "" }, { "docid": "e5171ef9203158ab667b15147f5...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "2972ddbe8ce810d3cf8a3c880fabd0b6", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view= inflater.inflate(R.layout.fragment_color, container, false);\n ...
[ { "docid": "9889cfe738b7e9b399fedfcc374cd8be", "score": "0.6940545", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {\n // Defines the xml file for the fragment\n return inflater.inflate(R.layout.fragment_feed, parent,...
e10492abc0dfb27dd597d561f2f26f9b
Helper method to build the URL used to call the API.
[ { "docid": "39d3b6cc03a50c2adae1142f7b29e945", "score": "0.57705444", "text": "@Override\n\tprotected String buildURL(Hashtable<String, String> data) {\n String sURL = NISUtils.getURL()\n + \"/nis/nwapi/v2/customer/\" + data.get(CUSTOMER_ID)\n + \"/notificationprefer...
[ { "docid": "c5e537205e4682ad65160553b552c2ac", "score": "0.7448047", "text": "public String buildURLString() {\n if (type == TYPE_MY_COURSE) {\n return Flinnt.API_URL + Flinnt.URL_MY_COURSES;\n } else {\n return Flinnt.API_URL + Flinnt.URL_COURSE_COMMUNITY_LIST;\n ...
4b6dd5f5d63d13ee8da1adc6293a2cfa
Unmarshals a native MsgArg into a Java object.
[ { "docid": "8a0dbca6abf06a5f64da4d734cad84a8", "score": "0.62818503", "text": "@SuppressWarnings(\"unchecked\")\n public static Object unmarshal(long msgArg, Type type) throws MarshalBusException {\n // Verify msgArg is valid\n if (msgArg == 0) {\n throw new MarshalBusExcepti...
[ { "docid": "0263214f7bd71242170128f0499dd07a", "score": "0.57873756", "text": "public static void marshal(long msgArg, String sig, Object arg) throws BusException {\n try {\n int value = getEnumValue(arg);\n switch (sig.charAt(0)) {\n case ALLJOYN_BYTE:\n ...
cf65adec0d3f757e0048a062b7394698
/ You are given an integer array nums consisting of 2 n integers. You need to divide nums into n pairs such that: Each element belongs to exactly one pair. The elements present in a pair are equal. Return true if nums can be divided into n pairs, otherwise return false. Example 1: Input: nums = [3,2,3,2,2,2] Output: tr...
[ { "docid": "4ccfd627a234b79ddd54960fbec9ff2b", "score": "0.0", "text": "@Test\n public void test() {\n TestUtil.testEquals(new Object[][]{\n {true, new int[]{3, 2, 3, 2, 2, 2}},\n {false, IntStream.range(1, 5).toArray()}\n });\n }", "title": "" } ]
[ { "docid": "2229105a8db4fbfbb0369a93c97e3419", "score": "0.7503811", "text": "public static boolean canPartition(int[] nums) {\n if (nums.length < 2) {\n return false;\n }\n\n int len = nums.length;\n int sum = 0;\n for (int x : nums) {\n sum += x...
ad607c3477515c914428ab5a3b6cbcc6
Creates a new instance of MessageController
[ { "docid": "6cf881287a6399a7656749b5c4e7d83d", "score": "0.7106945", "text": "public MessageController() \n {\n messageProperty = \"Used to instantiate the bean\";\n // obtenemos el valor de la propedad ExampleMessage del message bundle: bundle.propiedades\n FacesMessage facesMsg...
[ { "docid": "8b36164097aad0ff3e834b578211d0b8", "score": "0.78546506", "text": "public MessageController() {\n }", "title": "" }, { "docid": "c9b5eb6aec36efaedd47dd4feb65084b", "score": "0.71261", "text": "static public MessageController getInstance() {\n return instance;\n ...
0616cce95078edc8ca08bbe6a4e13ed8
hardcoded url. can be easily replaced by input arg
[ { "docid": "03733d01a9b58366645af9924d24ae12", "score": "0.0", "text": "public static void main( String[] args )\n {\n \tString url = \"http://hiring-tests.s3-website-eu-west-1.amazonaws.com/2015_Developer_Scrape/5_products.html\";\n \t\n \t// build input object\n \tApplicationInputDataPo...
[ { "docid": "d316f50b4cec484ffd45a44495b4174f", "score": "0.6723868", "text": "public void setUrlEdit(java.lang.String param){\n \n this.localUrlEdit=param;\n \n\n }", ...
9238c0df056910d9f14600c9307347a8
/ renamed from: com.tencent.mm.ui.base.MMSlideDelView$c
[ { "docid": "dd2614b56bfa8d3f54fcf6121a52579b", "score": "0.0", "text": "public interface C15521c {\n /* renamed from: cZ */\n int mo8831cZ(View view);\n }", "title": "" } ]
[ { "docid": "5f3c81ff95bc09790815410cf01f8f24", "score": "0.74755144", "text": "void mo25718a(MMSlideDelView mMSlideDelView, boolean z);", "title": "" }, { "docid": "fe1b2ccd81f35ddba9dbbe40c99678b7", "score": "0.6394678", "text": "public final void mo25718a(MMSlideDelView mMSlideDelV...
1a022645dc7f429f91f38f3e3827e4c8
TODO: Get info about the selected place. textView.setText(place.getName()+","+place.getId()); Log.i(TAG, "Place: " + place.getName() + ", " + place.getId());
[ { "docid": "5336b1b59342b2a89676c73502dbd07c", "score": "0.8009797", "text": "@Override\n public void onPlaceSelected(Place place) {\n\n place_str[0] = place.getName() + \",\" + place.getId();\n }", "title": "" } ]
[ { "docid": "cefa4662506d615c789f6f42c64b9fcb", "score": "0.81111795", "text": "@Override\n public void onPlaceSelected(Place place) {\n Log.i(TAG, \"Place: \" + place.getName());\n editTextBusinessName.setText(place.getName());\n editTextLocation.s...
e45132c58fb1b8bb9f45d2875cea983c
This is a workaround for the ServiceLoader FIXME use the
[ { "docid": "cb37426a5fa05369bb82c2806d25e903", "score": "0.0", "text": "private void init() {\n\t\tRDFWriterRegistry.getInstance().add( new CLPWriterFactory() );\n\t\tRDFParserRegistry.getInstance().add( new CLPParserFactory() );\n\t\tRDFWriterRegistry.getInstance().add( new TurtleWriterFactory() );\n\t...
[ { "docid": "ad92ae79bbd8974426aeb609bba9728a", "score": "0.6613837", "text": "public ServiceLoad get();", "title": "" }, { "docid": "453c1058b6a66718a7608b75481bb61d", "score": "0.6588253", "text": "private ServiceLocator() {\r\n\t}", "title": "" }, { "docid": "923714f4ad...
4ab161f0e2d82ef33dd6ab2f27986449
Adds a market transaction that includes both a cash component and a product commitment for a specific timeslot.
[ { "docid": "bf28e6626f3ccb7bf2a119e502f9c3f4", "score": "0.78222126", "text": "MarketTransaction addMarketTransaction(Broker broker, Timeslot timeslot,\n double price, double quantity);", "title": "" } ]
[ { "docid": "cca40ba52356bea8ed6f1df7505b41ae", "score": "0.57817596", "text": "private void submitOrder(double neededMWh, double price, int timeslot) {\n\n System.out.println(\"new order for \" + neededMWh + \" at \" + price + \" for timeslot \"+timeslot);\n Order order = new Order(broker.getBroke...
56207a90b8382da11a74ef7df06d79bc
setting User Medical Aid value using builder pattern
[ { "docid": "b8043bf0c4be792e34105497c5b18fb9", "score": "0.588958", "text": "public Builder setUserMedicalAidNumber(int userMedicalAidNumber){\n this.userMedicalAidNumber = userMedicalAidNumber;\n return this;\n }", "title": "" } ]
[ { "docid": "99be233f007c1840889925dcd6f33628", "score": "0.8097221", "text": "private MedicalAid (Builder builder){\n this.userId = builder.userId;\n this.userMedicalAidNumber = builder.userMedicalAidNumber;\n this.medicalAidName = builder.medicalAidName;\n this.medicalAidSch...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "223147d9dfffb9bfb4a8740d4c39ff39", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tIntent i4 = new Intent(getBaseContext(), SignUp.class);\r\n\t\t\t\tstartActivity(i4);\r\n\t\t\t\tfinish();\r\n\t\t\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
3be639eb030258659430f42b4447575c
Update the brightness of all lights
[ { "docid": "2f71f7524d53bb7feb8d2dfec28998f5", "score": "0.6972439", "text": "protected void setBrightnessAll(final int brightness) {\n Preconditions.checkArgument(brightness >= 0 && brightness <= 100);\n for (final Map.Entry<ProviderName, Provider<?, ?>> entry : providers.entrySet()) {\n ...
[ { "docid": "f605b8bcfdfaecdc7642dfa991b1fe02", "score": "0.7573627", "text": "private void updateLight() {\r\n\t}", "title": "" }, { "docid": "ff045a32cc44a337b8f7586a6cfbe660", "score": "0.7070587", "text": "public int changingBrightness(int[][] lightsBrightness){\n int brightnes...
ff9daccdfee3f03a2d9173da331bb49f
Makes cast pattern black when game is stopped in oneplayer mode
[ { "docid": "97822eecd3eee3395a90970ea2f1cfcd", "score": "0.7625309", "text": "private void stopCastPattern() {\r\n PresentationService presentationService = (PresentationService) CastRemoteDisplayLocalService.getInstance();\r\n if (presentationService != null)\r\n presentationSe...
[ { "docid": "a9c4dd7e724744f1d2457bc98c4ab530", "score": "0.65238005", "text": "@Override\n\tprotected void disPlay() {\n\t\tsuper.disPlay();\n\t\t\n\t\tSystem.out.println(\"Model 颜色鸭子\");\n\t}", "title": "" }, { "docid": "c78fb755b5613d6bfcfbabbfbbb41e8c", "score": "0.6086086", "text...
c7a9366c76ed1efb6f69a87edbe1d0c6
Returns all translations from given TranslatedText elements according to their language code.
[ { "docid": "91ce851c51e7851b64ef7391d14e6e2f", "score": "0.5979625", "text": "public static Map<String, String> getTranslations(List<ODMcomplexTypeDefinitionTranslatedText> translatedTextList) {\n Map<String, String> result = new HashMap<>();\n // Loop through all translated texts\n ...
[ { "docid": "8b6575c49831564a052b8eea749644cc", "score": "0.57408327", "text": "public List<EunisISOLanguagesPersist> getTranslatedLanguages() {\n final List<EunisISOLanguagesPersist> languages = new Vector<EunisISOLanguagesPersist>();\n\n try {\n final List<WebContentPersist> it...
98a936a9b3590cb7ab4056cf5d67a999
Get one tower by id.
[ { "docid": "334bd781bf1117f769d72260f23370fe", "score": "0.78446496", "text": "@Override\n @Transactional(readOnly = true)\n public Optional<Tower> findOne(Long id) {\n log.debug(\"Request to get Tower : {}\", id);\n return towerRepository.findById(id);\n }", "title": "" } ]
[ { "docid": "194b8ace6d77b10ad2bdb2be749789f7", "score": "0.7446534", "text": "public Tower getTowerById(int id) {\n\n String sql = \"SELECT costToBuild, attackSpeed, attackRange, attackDamage FROM Towers WHERE \"\n + \"Towers.id == ? ;\";\n\n try (Connection conn = this.conn...
004a42ff6d8b0c9bad6463ed22bb85ad
Decrypt the given ciphertext message. Decrypt the given ciphertext message.
[ { "docid": "cd5760744386d3ab303d020ad11c3f21", "score": "0.0", "text": "public static BigInteger decrypt(BigInteger message,BigInteger d1,BigInteger n1) {\n\t //System.out.println(\"Key \"+d);\n return message.modPow(d1,n1);\n }", "title": "" } ]
[ { "docid": "ff18dc72dc3a241e4a7995070356d981", "score": "0.7233835", "text": "public void decrypt\n\t\t(byte[] text);", "title": "" }, { "docid": "4b7eb26c7e839147ea3d30d051fe1bb6", "score": "0.70995075", "text": "public abstract byte[] decrypt(byte[] ciphertext);", "title": "" ...
829ecfc05d388d38a01df157e3509301
optional string comment = 6; unused
[ { "docid": "f893ec1a60f167f7d631ef156dd14510", "score": "0.6615569", "text": "String getComment();", "title": "" } ]
[ { "docid": "57eaa7663c46fa6d00a2402c49fd619f", "score": "0.72571933", "text": "@Override\n public void comment(String comment)\n {\n }", "title": "" }, { "docid": "33c555ef3e639751ecb3a76a01e388da", "score": "0.69723356", "text": "public void comment(String data);", "tit...
d152850b1a1fb128249e8c0d5386a611
stupid impl but enough for us
[ { "docid": "f5fdea70e26e11d6a6116e6955125d39", "score": "0.0", "text": "@Override\n public String process() throws Exception {\n validate();\n final File out = new File(output);\n if (out.isFile()) { // don't re-download if already here\n return output;\n }\n ...
[ { "docid": "407ea6981d818e928441c73001d7316b", "score": "0.5534904", "text": "void mo89796R_();", "title": "" }, { "docid": "28237d6ae20e1aa35aaca12e05c950c9", "score": "0.5523278", "text": "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "title": "" }, { "docid": "62...
8810fef238737e94f3d88b5ba4df30c2
Location of this token in the original audio. NOTE: This span represents a best guess, or 'provenance': it cannot be guaranteed that this text span matches the _exact_ text of the original document, but is the annotation's best effort at such a representation.
[ { "docid": "874f8b7ed84dc6dbbeaac894e545334d", "score": "0.4713227", "text": "public Token setAudioSpan(edu.jhu.hlt.concrete.AudioSpan audioSpan) {\n this.audioSpan = audioSpan;\n return this;\n }", "title": "" } ]
[ { "docid": "e3c331cd74e492f49e5b5c6a9fb42d82", "score": "0.56101495", "text": "public String getSpan()\n {\n return span;\n }", "title": "" }, { "docid": "e6b1b3d8e7e881222a017b3f7070fa4f", "score": "0.5516806", "text": "public edu.jhu.hlt.concrete.TextSpan getRawTextSpa...
afffded69d4a0f7b3b5c06cc58da9546
int space = 300; int width = 100; int height = 50 + rand.nextInt(300);
[ { "docid": "da6a695e1bc03975debd80afe97d7416", "score": "0.0", "text": "public void genColumn(){\n\t\tRectangle obstacle = new Rectangle(0,world_height/8,obstacle_width,obstacle_height);\n\t\tcur_obstacle = obstacle;\n\t\tcolumns.add(cur_obstacle);\n\t\t//System.out.println(\"generate obstacle\");\n\t\t...
[ { "docid": "4fde91d311fb06f8312ab3ea742cba84", "score": "0.7277152", "text": "void generate(int height, int width) throws IllegalArgumentException;", "title": "" }, { "docid": "b0523123f388f98460d210f860683d09", "score": "0.66870034", "text": "int createRanWeightMuch() {\r\n int w...
1c4b8e1591fcbb9f907b4f03b0f72f26
Ensure that the reader is in a given state.
[ { "docid": "b87c6bdf8d54f84d1c6ed78b749afd45", "score": "0.5812238", "text": "private void requireState(\n LifecycleState required\n ) {\n final LifecycleState actual = mState.get();\n Preconditions.checkState(actual == required,\n String.format(\"Required state was: %s, but found %s....
[ { "docid": "94b7e394090078085f11453ea5985eee", "score": "0.6223498", "text": "private void checkForState() {\n }", "title": "" }, { "docid": "de79437a834e5be9cf826335b12ad6ad", "score": "0.6205032", "text": "private void beginClosing() {\n Preconditions.checkState(\n mSt...
63838af53bc6aab4e79d6bf98b960c83
public Key getJWEKey() throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException, UnsupportedEncodingException;
[ { "docid": "584256536f8f0e97df840f9ba4b97525", "score": "0.7190633", "text": "public Key getHttpSigningKey()\n throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException, UnsupportedEncodingException;", "title": "" } ]
[ { "docid": "962a0da74c701b2af5a65fbb67c751eb", "score": "0.70452046", "text": "public Key getKey();", "title": "" }, { "docid": "7e78b803a0aeca1654ddf1bc141bbea8", "score": "0.68623096", "text": "private static SecretKey getKey() throws UnsupportedEncodingException, NoSuchAlgorithmEx...
c1c223f350fe6f3fd6461a17eaf6cfab
map&lt;string, string&gt; data = 1;
[ { "docid": "2460bbb64be7193191df3b92716427a5", "score": "0.0", "text": "public Builder removeData(\n java.lang.String key) {\n if (key == null) { throw new java.lang.NullPointerException(); }\n internalGetMutableData().getMutableMap()\n .remove(key);\n return thi...
[ { "docid": "4e2442120c23dc4aaada5bdd576394f9", "score": "0.76120025", "text": "java.util.Map<java.lang.String, java.lang.String>\n getDataMap();", "title": "" }, { "docid": "19f1dcb34b37ca387ec7f15a98a0ed42", "score": "0.6975677", "text": "Map<String, List<String>> mo40633b();", ...
07727ae968ee82e5b4d3daecf9f22221
Validate context properties before executing any Switcher operation
[ { "docid": "c26a9aa358c60eb1d17f885be31a93f3", "score": "0.5373225", "text": "public static void validate(final SwitcherProperties prop) {\n\t\tif (!prop.isOfflineMode()) {\n\t\t\tvalidateOnline(prop);\n\t\t} else {\n\t\t\tvalidateOffline(prop);\n\t\t}\n\t\t\n\t\tvalidateOptionals(prop);\n\t}", "tit...
[ { "docid": "87095490d5408f3464e89cd6e0988536", "score": "0.63993394", "text": "public static void validateOptionals(final SwitcherProperties prop) {\n\t\tif (prop.isSnapshotAutoLoad() && StringUtils.isBlank(prop.getSnapshotLocation())) {\n\t\t\tthrow new SwitcherContextException(\"SwitcherContextParam.S...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "b503fc7fa1f36527045b729accf7ab38", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_main, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "733ed274ccd37b1430acd3149250d7f2", "score": "0.72144043", "text": "protected abstract void createActionBarMenu(Menu menu);", "title": "" }, { "docid": "d74efebd6fe79f46209a7e8cb2c52d89", "score": "0.718687", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu me...
60e53face2154f74d28ca8ed510c783d
override so that it's visible in the package.
[ { "docid": "d72c96d026d28e75ffffc72a25bd66f8", "score": "0.0", "text": "protected StructuredViewer getViewer() {\n\t\treturn super.getViewer();\n\t}", "title": "" } ]
[ { "docid": "66f2ea82697c7ab932ddf5eb8dfa9343", "score": "0.65789783", "text": "private PackageHelper() {}", "title": "" }, { "docid": "b6016b015c5f440cc940996b14ff7ecc", "score": "0.64513236", "text": "private _dynamicPackage() {}", "title": "" }, { "docid": "9bfc13dc8cd7...
45c9e37f2468ea56562230f921a5fed8
Register a namespace prefix
[ { "docid": "7ccee006d562c56af3fffba35bebadf8", "score": "0.0", "text": "private java.lang.String registerPrefix(javax.xml.stream.XMLStreamWriter xmlWriter, java.lang.String namespace) throws javax.xml.stream.XMLStreamException {\n java.lang.String prefix = xmlWriter.getPrefix(namespace);\n ...
[ { "docid": "8682d1d294c761f8b58879e5f7fc537c", "score": "0.78696835", "text": "public void registerNamespace(String prefix, String uri) {\n namespaces.put(prefix, uri);\n }", "title": "" }, { "docid": "adee3659dc70df5d15b4b1e06c317f12", "score": "0.754755", "text": "publi...
ee63969fd3481bcc7ac366a4f26a3a45
Created by jazzyshi on 2019/9/12.
[ { "docid": "0a498aa7a5ce1b05dcfc852860673e22", "score": "0.0", "text": "public interface Target {\n void handleRequest();\n}", "title": "" } ]
[ { "docid": "ea8460c7314de45803a19bf7c984d4bf", "score": "0.5941679", "text": "@Override\n public void perish() {\n \n }", "title": "" }, { "docid": "1260bf70decb91faff8466bae6765ba2", "score": "0.5779881", "text": "private stendhal() {\n\t}", "title": "" }, { ...
eb22b23c3d53f390c160becc2ef1cb5d
Creates new form ViewCrearCuenta
[ { "docid": "a4a3463821f6e9807e179cd54618a090", "score": "0.7725917", "text": "public ViewCrearCuenta() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "78f081ef65c39ffa8ab7a66cf1825cae", "score": "0.6957059", "text": "@RequestMapping(value = \"create\", method = RequestMethod.GET)\n public String nuevoCasos(Model model) {\n model.addAttribute(\"listaMecanicos\", meca.listarMecanicos());\n model.addAttribute(\"listaVehiculo\...
f843a3e73a779b5543c9657e2badcc06
string characteristic_uuid = 2;
[ { "docid": "86230219af943f9cea56c3995ce864a0", "score": "0.60495156", "text": "@java.lang.Override\n public java.lang.String getCharacteristicUuid() {\n java.lang.Object ref = characteristicUuid_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else...
[ { "docid": "0a4561756e90a70cb41bbcb31ede8a8c", "score": "0.7096802", "text": "java.lang.String getCharacteristicUuid();", "title": "" }, { "docid": "0a4561756e90a70cb41bbcb31ede8a8c", "score": "0.7096802", "text": "java.lang.String getCharacteristicUuid();", "title": "" }, { ...
186a1a647d370bf33a2c728f86bfb6bb
Adds Absorption band to SpectrumPanel
[ { "docid": "da90028412964b1132731970927e385e", "score": "0.54532105", "text": "public int addAbsorptionBand(double lambda1, double lambda2, String func){\n return specPanel1.addAbsorptionBand(lambda1,lambda2,func);\n }", "title": "" } ]
[ { "docid": "9f22337b264589325473d72794776a61", "score": "0.5687497", "text": "void updateBands() {\n _bands.clear();\n\n MaskParams maskParams = _table.getMaskParams();\n BandDef bandDef = maskParams.getBandDef();\n\n if (bandDef.getShuffleMode() == BandDef.BAND_SHUFFLE) {\n ...
a1c2b733fdbeea0327ca6c5fbec2fb5c
Return the internal Id for the Entry identified by this EntryTarget In general, subclasses don't have to support internal ids. This implementation simply returns 1.
[ { "docid": "4208f3fa74e679184110e0e43b48771f", "score": "0.82471937", "text": "protected Object getInternalId(EntryDescriptor entryTarget) {\n return -1;\n }", "title": "" } ]
[ { "docid": "cb19b957a0db870c58c8abc14bc90f57", "score": "0.73016757", "text": "long getEntryId();", "title": "" }, { "docid": "eec62decf592a351674220363facb9aa", "score": "0.72805977", "text": "public static Integer getInternalId() {\n\t\treturn DEFAULT_INTERNAL_ID;\n\t}", "title...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fe314294214fd284baf64ec5ff0a4fc1", "score": "0.0", "text": "public static void main(String[] args) {\n for (int i = 0; i < 4; i++) {\n BigObject bigObject = new BigObject();\n System.out.println(bigObject.toString());\n //System.gc();\n Runt...
[ { "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 ...
a30cd5a7d3bfb9edb40f5b77830d79ee
Gets the "combobox" element
[ { "docid": "46ce4d1ca051168a29d7e4d2b262fe66", "score": "0.7419467", "text": "public com.gazoomobile.mxalm.TCombobox getCombobox()\n {\n synchronized (monitor())\n {\n check_orphaned();\n com.gazoomobile.mxalm.TCombobox target = null;\n target = (com.gaz...
[ { "docid": "6446a1caad8b972f5fe58e83104ff5ed", "score": "0.715332", "text": "private RComboBox getCalendarComboBox() {\n if (calendarComboBox == null) {\n calendarComboBox = new RComboBox();\n calendarComboBox.setName(\"calendarComboBox\");\n calendarComboBox\n .setModelConfig...
aa844ad99bc927e52258a7c58cbd626e
indicates the mode of transportation in the step.
[ { "docid": "d753c9a0dac4dca1dff57eb25d357717", "score": "0.0", "text": "@NonNull\n public abstract String mode();", "title": "" } ]
[ { "docid": "5ad2b9a42983ecbeabdc13fbdf0141c1", "score": "0.7556204", "text": "public void getModeOfTransport() {\n\t\tSystem.out.println(\"Mode of Transport: \"+transportName);\n\t}", "title": "" }, { "docid": "edb68f28227f585b24561aef040c199b", "score": "0.6292016", "text": "public ...
35272277725a9006e5cdfb10bd996b51
Enables Amazon Macie and specifies the configuration settings for a Macie account.
[ { "docid": "2727ae2386ad09340e5a7b929d8ea17a", "score": "0.7110589", "text": "@Override\n public EnableMacieResult enableMacie(EnableMacieRequest request) {\n request = beforeClientExecution(request);\n return executeEnableMacie(request);\n }", "title": "" } ]
[ { "docid": "8f440be914fb89b153744a3e8a5f3ad9", "score": "0.5253412", "text": "private void activateKIOSK(boolean status){\n if(devicePolicyManager.isAdminActive(adminCompName)) {\n KIOSKManager km = new KIOSKManager(this);\n km.enableKioskMode(status);\n }\n }", ...
814c7bdc2b36d7f2fe937a214c83ab6f
open the calendar page get reference to the button's stage
[ { "docid": "56c8ebb8a579d63cec4d50837e70c648", "score": "0.6053829", "text": "@FXML\r\n private void CalendarCustomersButtonHandler(ActionEvent event) throws IOException {\n \r\n Stage stage;\r\n FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource(\"Customer...
[ { "docid": "6f842e588f5daefc9d48e6e3b6ed4e85", "score": "0.7078762", "text": "@FXML\r\n void onActionOpenCalendarScreen(ActionEvent event) throws IOException {\n stage = (Stage)((Button)event.getSource()).getScene().getWindow();\r\n scene = FXMLLoader.load(getClass().getResource(\"/View...
cea48f71076636bedfb47d4c4a1ddf44
Builds command AddNewFriendCmd with necessary info
[ { "docid": "95306b914c6ffb8177ac2d2b38b2b451", "score": "0.6813762", "text": "@Override\n public Command buildCommand(String title, int ID) {\n return new RemoveFriendCmd(title, ID);\n }", "title": "" } ]
[ { "docid": "d55fa0fb4655aee26161d5207bc9f934", "score": "0.6136455", "text": "@Override\n public Command buildCommand(String title, int ID) {\n return new AddUserToConvoCmd(title, ID);\n }", "title": "" }, { "docid": "5d257a8ad81806df4042d51fdac16f58", "score": "0.58475393",...
437a4959ed63542b3709b09e2d51e778
Compute bounding box around discovered peaks and zoom on bounding box
[ { "docid": "65873853085a85638d6cbc4545e41763", "score": "0.567214", "text": "private void setZoomBoundingBox(AuthAccount userAccount){\n //Create a bounding box and zoom in\n if(userAccount.getDiscoveredPeaks().size() != 0) {\n BoundingBox boundingBox = computeArea(new ArrayList...
[ { "docid": "eeb3a61775bfa8e07282d1e2c6adc560", "score": "0.6036385", "text": "BoundingBox getBounds();", "title": "" }, { "docid": "de0c959eb559c2660879a6451e9e2d9d", "score": "0.6014441", "text": "public GJBox2D boundingBox() {\n double xmin = Double.MAX_VALUE;\n doubl...
5c55ff1d6cf7e0121403bb5771f5ee94
TODO Agregar los atributos que consideren
[ { "docid": "f2e7f786b0be12b3f4c56c4df4de0c17", "score": "0.0", "text": "public Libro(String isbn, String nombre)\n {\n this(isbn, nombre, 0);\n }", "title": "" } ]
[ { "docid": "963bffcab1ed10debbc3a36473822a9e", "score": "0.5926987", "text": "private void getModelAtributtes(ModelMap model) {\n\n\t}", "title": "" }, { "docid": "4b323a4d0e53c8d22d6b672d8c73d434", "score": "0.5878229", "text": "public interface Attributes extends TranqueraActiveEnt...
778df8338584b0960c51f25a475e2710
Trouve la prochaine liste avec des objets
[ { "docid": "7f62fe2181b67b81b7b055ed3aabf993", "score": "0.0", "text": "short qoi_GetNextList(CQualToOiList pqoi)\r\n {\r\n int pos = pqoi.qoiActionPos;\r\n short qoil;\r\n CObjInfo oilPtr;\r\n while (pos < pqoi.qoiList.length)\r\n {\r\n qoil = pqoi.qoiLi...
[ { "docid": "5e9aa77f9b79a10f2b8b6a88f4dfa92b", "score": "0.6877685", "text": "public void populateListaObjetos() {\n listaObjetos.clear();\n Session session = HibernateUtil.getSessionFactory().openSession();\n try {\n String tipo = null;\n if (selectedTipo.equa...
399675c810174e248af038de52b0a735
Set Is Void Previous Documents
[ { "docid": "620e154ad377e27549567989a3e60af8", "score": "0.77221346", "text": "public void setIsVoidPrevDocs (boolean IsVoidPrevDocs);", "title": "" } ]
[ { "docid": "13d76e3f761a77bf55d3ef0c2060fc42", "score": "0.72258604", "text": "public boolean isVoidPrevDocs();", "title": "" }, { "docid": "93ad19c2de59489a74778b2ac2ca575c", "score": "0.63774925", "text": "public void undo()\r\n {\r\n if (changes!=null)\r\n {\r\n ...
e84de262ce5960b0807d99f36afaaff3
Generates a new GameState and returns it.
[ { "docid": "4ec930e1b5ba98b3b7211ef59bf3d5db", "score": "0.73303044", "text": "public static GameState newGame() {\n GameState gameState = new GameState();\n DungeonString string = new DungeonString();\n string.append(\"Created a new game.\\n\\n\");\n string.append(gameState.getPreface());\n...
[ { "docid": "7b6192ee3848c8538813624be9a66c50", "score": "0.7218361", "text": "State createState();", "title": "" }, { "docid": "7b6192ee3848c8538813624be9a66c50", "score": "0.7218361", "text": "State createState();", "title": "" }, { "docid": "7b6192ee3848c8538813624be9a6...
71088f5546b301844247120cafda5020
Test of readPrescritions method, of class PrescriptionDAO.
[ { "docid": "f27b2b91c3277e496855cb3f0ad673c3", "score": "0.81079143", "text": "@Test\r\n public void testReadPrescriptions() throws Exception {\r\n System.out.println(\"ReadPrescriptions\");\r\n PrescriptionDAO instance = new PrescriptionDAO();\r\n List<Prescription> pres = insta...
[ { "docid": "0a5a4d2e54a40ddd6555b68ae9403eb3", "score": "0.7748008", "text": "@Test\r\n public void testReadPrescrition() throws Exception {\r\n System.out.println(\"ReadPrescrition\");\r\n int id = 2;\r\n \r\n Prescription result = instance.readPrescription(id);\r\n \r...
3b402f9c11fd93ce65c38f0023604f24
Drop older table if existed
[ { "docid": "7b8614db6dd3e29415ee6ac9ad1ecbe1", "score": "0.0", "text": "@Override\n public void onUpgrade(SQLiteDatabase sqLiteDatabase, int i, int i1) {\n sqLiteDatabase.execSQL(\"DROP TABLE IF EXISTS \" + CONNECTION_DETAILS);\n\n // Create tables again\n onCreate(sqLiteDatabase...
[ { "docid": "5d5682ce450a3fb881f0ebf5b38f3ccf", "score": "0.7082967", "text": "public void deletetable2(){\n SQLiteDatabase db = this.getWritableDatabase();\n db.execSQL(\"DROP TABLE IF EXISTS \" + TABLE_NAME2);\n }", "title": "" }, { "docid": "df22f262b0b3b49d416b812b441c749...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5d4dc00d39a5338576bf42845b588fcf", "score": "0.0", "text": "@Override\r\n public boolean setGameSpeed(String clientId, int newSpeed) {\n return false;\r\n }", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
aa42b457853a4e0304fc42a258b4a478
/ renamed from: h
[ { "docid": "311414976d0b971904018ca0a4e1760d", "score": "0.0", "text": "public Map<String, String> mo838h() {\n return UserAccount.m3175a(this.f2260g, this.f2261h);\n }", "title": "" } ]
[ { "docid": "c9f2272680ceda627c2804cb1bdeaca8", "score": "0.6760703", "text": "private void h() {\n }", "title": "" }, { "docid": "06e4b944c1628dc2747a89f475b4c59b", "score": "0.6329074", "text": "public int getH() { return this.h; }", "title": "" }, { "docid": "36221d674...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "a42caaed8fc5b844f9080e5590a1b580", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof ItemVenta)) {\n return false;\n }\n ItemVenta other = (ItemVenta) object;\n if ((this.getId() == null && other.ge...
[ { "docid": "24053f044c6944c5f25a79cad75b39fe", "score": "0.6829894", "text": "@Override\n public String id() {\n return null;\n }", "title": "" }, { "docid": "24053f044c6944c5f25a79cad75b39fe", "score": ...
c5a0cc06ec450f154f57393f95edb232
removeCourseAssignments find the key for the task that contains the given string and remove it from the taskMap
[ { "docid": "2b7593f3a7cd804cadd79a2453eb2049", "score": "0.7290988", "text": "public static void removeCourseAssignments(String name) {\n\t\ttaskMap.entrySet().removeIf(entry -> (name.equals(entry.getValue().course))); // using lambda expression to\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// remove\...
[ { "docid": "db67c25da3ddc4afe638a18a071ba7ca", "score": "0.614131", "text": "public static void removeCourseCompleted(String name) {\n\t\tTask temp = null;\n\t\tfor (int i = 0; i < completedList.size(); i++) { // iterate through the course arr list\n\t\t\ttemp = completedList.get(i); // grab cur value a...
0673060520a9dfc462f8e3e43e9ddd73
Responder teste de ping.
[ { "docid": "31ae26661f839e0f4038a4f36d8bc1d8", "score": "0.0", "text": "public boolean pong() {\n return isVivo();\n }", "title": "" } ]
[ { "docid": "cc61cecda44d054978cf311a3234cf82", "score": "0.73886734", "text": "public static void ping() {}", "title": "" }, { "docid": "b3fc763e410013c7117de28d5b6cd79f", "score": "0.7186774", "text": "public void gotSystemPing() {\n\n }", "title": "" }, { "docid": "b...
7b76736bee3282590a05f0637e60014f
Posting parameters to login url
[ { "docid": "ae4f162e4df4d08981c1ebbdffaf58a7", "score": "0.0", "text": "@Override\n protected Map<String, String> getParams() {\n Map<String, String> params = new HashMap<String, String>();\n// params.put(\"email\", email);\n// params.put(\"passwor...
[ { "docid": "ce43bb462f5a5c37bfddaaa27357e316", "score": "0.68278295", "text": "@Public\n\t@Post(\"/login\")\t\n\tpublic void login() {\n\t}", "title": "" }, { "docid": "c6f909aaf0cd8cba83b2a27368020f21", "score": "0.6578844", "text": "@POST\n\t@Path( \"\" )\n\t@Formatted\n\tRestLogin...
578936cbec5c5d70c20e5bcd5fa1247f
Set the creation of secondary target file state for this task. This state is only set if there are any associated secondary target files with this task.
[ { "docid": "c6870f4cefd4e3537e7cc093c8e76cd0", "score": "0.45042875", "text": "void setStfCreationState(String p_stfCreationState);", "title": "" } ]
[ { "docid": "15b90b60174d3ff490c765bd3506b80e", "score": "0.51524454", "text": "@Override\r\n\tpublic void fileToTarget() {\n\t\t\r\n\t}", "title": "" }, { "docid": "df405894ce9c1b6d4dd9645c5f7d1ea7", "score": "0.51418257", "text": "public void setTarget(File f) {\n target = f;...
f08dea9b7bcf015f48b785a78f2a001b
This method was generated by MyBatis Generator. This method returns the value of the database column staff.staff_level
[ { "docid": "14dfe751ac18c6b097c7e5cc1e0909f1", "score": "0.72905946", "text": "public Integer getStaffLevel() {\n return staffLevel;\n }", "title": "" } ]
[ { "docid": "1a9356562176b126ad7caa62791dfad6", "score": "0.6364873", "text": "public void setStaffLevel(Integer staffLevel) {\n this.staffLevel = staffLevel;\n }", "title": "" }, { "docid": "d49a9405124436fce9a733d9ac0c431d", "score": "0.58312494", "text": "public Long getL...
d81d94a7ea83f732fadc408532005612
Created by Yoko on 20.11.2016.
[ { "docid": "efb0f639930e8c8b20bae99a3fbbedae", "score": "0.0", "text": "public interface StudentRepository {\n\n List<Student> findAll();\n\n Student find(Long id);\n\n boolean add(Student student);\n\n boolean remove(Long id);\n\n List<Student> findByStudentId(Long student_id);\n}", ...
[ { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.61400324", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "title": "" }, { "docid": "f0705d77863f0fa7c516a99a8eca8134", "score": "0.5950477", "text": "private void zbudujSciezkeiRozpocznij() {\n\t\t\r\n\t}", ...
010ec1d70b4060c8e974e72ac21f59c5
Query simples no MongoDB
[ { "docid": "4c2efa3f32cf5344e48a870bb5ab4a0c", "score": "0.0", "text": "Cliente findByNome(String nome);", "title": "" } ]
[ { "docid": "eb7fde4df1ccba0f2748beee93ee2a2b", "score": "0.6742804", "text": "Query getQuery();", "title": "" }, { "docid": "8fd84c27a799c272272c6d5d56d64ba4", "score": "0.6306509", "text": "public Query getQuery();", "title": "" }, { "docid": "4f1a444c22f14c55bf3a51630af...
e6629b8cb786ebf7f954545f62e9ee8e
tranformar cada letra em um vetor
[ { "docid": "926b4718fd22746846104a3051cbea63", "score": "0.51246405", "text": "private boolean transformLetraDiagonalAtras(String[] dna) {\n\t\tboolean ismutante = false;\r\n\t\tint verificadorPalavraDiagonalAtras = 0 ;\r\n\t\tint verificadorVetor =0;\r\n\t\tverificadorPalavraDiagonalAtras = dna.length...
[ { "docid": "c1571961ea8ad8566d5f946b404b5519", "score": "0.61662745", "text": "public static String getTextoLargo() {\n\t\treturn \"Una mañana, tras un sueño intranquilo, Gregorio Samsa se despertó convertido en un monstruoso insecto. Estaba echado de espaldas sobre un duro caparazón y, al alzar la cabe...
830c2ad3e265106b42c189d954fd48eb
This method calculates the magnitude (length) of the vector, squared.
[ { "docid": "9d6e1bbfc7effa83be4c5884d9ebe767", "score": "0.64013845", "text": "public double magSq() {\n return (square(x) + square(y) + square(z));\n }", "title": "" } ]
[ { "docid": "c8ab9b64019352cbecbc21f9d412630c", "score": "0.7547382", "text": "public static float magnitude(Vector2 vec)\n {\n float xsq = vec.x * vec.x;\n float ysq = vec.y * vec.y;\n return (float)Math.sqrt(xsq + ysq);\n }", "title": "" }, { "docid": "10b5d1...
3889b26df6252e7284accb15ad7f5f9b
Class constructor; creates a new instance of the FileSender class.
[ { "docid": "21a4d2b9e650feb4ae5b6874e272886b", "score": "0.6612234", "text": "public FileSender() {\n \t\tproperties = new ApplicationProperties(\"FileSender.properties\");\n \t\tauthenticator = new GeneralAuthenticator(this);\n \t\tAuthenticator.setDefault(authenticator);\n \n \t\tsetTitle(windowTitle)...
[ { "docid": "1d75f775333b86e08a1ae2c9ef11cd55", "score": "0.71316826", "text": "public GridFtpFileHandler() \n\t{\n\t}", "title": "" }, { "docid": "001c27e4373afa2642f36bca5a2355a5", "score": "0.6942576", "text": "public Uploader() {\n\t}", "title": "" }, { "docid": "ca1dd...
b6285ab7bd7688e9ed6e0f98921a7c4b
Fetch all gas meters.
[ { "docid": "27f43c9765b224d87f8fee9ee0e4b7e6", "score": "0.7457988", "text": "InquiryDeviceResponse fetchAllGasMeters(InquiryDeviceRequest inquiryDeviceRequest);", "title": "" } ]
[ { "docid": "86741ac13451b3d8cb56f609336ce1c7", "score": "0.5845701", "text": "public List<Meter> getMeters() throws IOException;", "title": "" }, { "docid": "b52fde48f71e2ff7326594084c53ca25", "score": "0.5533125", "text": "private void getMETARsFromAviationWeather() {\n log.i...
d54d87aeb573009d8f05254d9a63e6bd
Processes requests for both HTTP GET and POST methods.
[ { "docid": "549fecf47b5fac937f0432ddac0420ab", "score": "0.0", "text": "protected void processRequest(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException, SQLException, IniciarSesionException{\n response.setContentType(\"text/html;charset=UT...
[ { "docid": "48df90c4c28d036e55a40b91d3afe9cc", "score": "0.68702936", "text": "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response) {\n processGetRequest(request, response);\n }", "title": "" }, { "docid": "0585dba05545edd5f8d6fbe3760c1ffd"...
874fb4310b8a3c0c351e7dfc81b2c686
Adds a PlayerEffects effect to the player
[ { "docid": "84172669f281d09dca61c3d1dcc65a49", "score": "0.7367612", "text": "public void addEffect(PlayerEffects effect)\n\t{\n\t\tLog.log(getName() + \" added the effect \" + effect);\n\t\teffects.add(effect);\n\t}", "title": "" } ]
[ { "docid": "16748025a69b43e70d0e10a7beda825b", "score": "0.7031246", "text": "void addPotionEffect(int effect, int duration, int strength, boolean hideParticles);", "title": "" }, { "docid": "49233f5a3bb1aec62ebc02c5edc11c1b", "score": "0.6859131", "text": "public void addPotionEffec...
6de3e80865f062fd4f6337b9be507fb6
This method has much more errorhandling than required for studentprojects (but since it's being given to students to use, I try for better error messages, as well as an example of how to handle such things if you need to which the main assignment doesn't).
[ { "docid": "4a73017320856a029fcb1c147c393439", "score": "0.0", "text": "public static void main( String... args ) {\n\n Object[] configs = getConfigsFromArgs( args, 20211L, knownMthds ); // returns: array w/ [n,mthd,otherArgs,rng]\n final int n = (Integer)configs[0];\n ...
[ { "docid": "5590f2dd606074ade4d99b3ec7e23aaf", "score": "0.6086229", "text": "public String checkIfValid()\n {\n StringBuilder errorMessage = new StringBuilder();\n if (!new File(inputPath).canRead())\n errorMessage.append(\"Error inputPath. Cannot read: \").append(inputPath)...
3207d4042f9d1feceb405746117dc49a
Returns interface fragment files for node.
[ { "docid": "934f5dd615a243fe3f93eb3480d0eefb", "score": "0.7439591", "text": "public static TempJavaFragmentFiles getNodesInterfaceFragmentFiles(YangNode node) {\n TempJavaFragmentFiles tempJavaFragmentFiles;\n if (node instanceof RpcNotificationContainer) {\n tempJavaFragmentFi...
[ { "docid": "2e25e109f240659b84c1acde9ae5f50a", "score": "0.548731", "text": "List<Fragment> getFragments() {\n }", "title": "" }, { "docid": "399292972cb8ac6efc7cc83cd6ffb102", "score": "0.545606", "text": "private List<File> getFichInDir()\n {\n File[] folder = new File(...
6f1388fb1e6a1a8b0e35eee631ed75f1
Function: 'function' fname=SYMBOL ':' definition=Definition;
[ { "docid": "5260971c63f2cdef7c11bccaa7ab7852", "score": "0.0", "text": "public FunctionElements getFunctionAccess() {\n\t\treturn pFunction;\n\t}", "title": "" } ]
[ { "docid": "e81eea4fe21626e3e80cbb0460c950e2", "score": "0.68836415", "text": "String getFunctionName();", "title": "" }, { "docid": "e49d816d3eceea78210e19e72bdbf706", "score": "0.684013", "text": "public String getFunctionName();", "title": "" }, { "docid": "b1db1496de2...
86096c1442dbd7b3b1ac024515c13ba5
Call this method to clear the cache manually. Automatically clears on "load"
[ { "docid": "8a322358926e2eaca6c3caa5c0e30023", "score": "0.8656674", "text": "public void clearCache() {\n cache.clear();\n }", "title": "" } ]
[ { "docid": "abf71527e0e22f13d337b1cef9555f2b", "score": "0.8645439", "text": "public void clearCache();", "title": "" }, { "docid": "602d13bd0f1f27fe7fb4d3d68eb7ba32", "score": "0.8557312", "text": "public void clear() {\n cache.clear();\n }", "title": "" }, { "...
dc537c55ab7d9deeb512c8ba036da005
required .hadoop.hdfs.JournalInfoProto journalInfo = 1;
[ { "docid": "2de0c1df55c67f67500668ad243eb99e", "score": "0.466547", "text": "public org.apache.hadoop.hdfs.protocol.proto.JournalProtocolProtos.JournalInfoProto.Builder getJournalInfoBuilder() {\n bitField0_ |= 0x00000001;\n onChanged();\n return getJournalInfoFieldBuilder().getBuil...
[ { "docid": "944883acd9372ca2a4604cefe00ac854", "score": "0.716013", "text": "org.apache.hadoop.hdfs.protocol.proto.JournalProtocolProtos.JournalInfoProtoOrBuilder getJournalInfoOrBuilder();", "title": "" }, { "docid": "944883acd9372ca2a4604cefe00ac854", "score": "0.716013", "text": "...
d1bc4d8df0a1bc4894cafb504bdfc6e5
repeated string message = 4;
[ { "docid": "03391dfbab0e66592a6113404d5b4c54", "score": "0.0", "text": "public com.google.protobuf.ByteString\n getMessageBytes(int index) {\n return message_.getByteString(index);\n }", "title": "" } ]
[ { "docid": "af36f2fe8a168637a56f2db4a6828dda", "score": "0.6155986", "text": "public int[] makeMessageString(String message) {\n int[] buf = new int[(message.length() * 6) + (boards * 5)];\n char[] msgText = message.toCharArray();\n for (int i = 0; i < 5; i++)\n ...
dcbd49b514b93e6c67e210b21e321d8e
Stop listening to voice
[ { "docid": "438405518d93bb86158c238dae6dfc7d", "score": "0.7425505", "text": "@Override\n protected void onStop() {\n stopVoiceRecorder();\n\n // Stop Cloud Speech API\n mSpeechService.removeListener(mSpeechServiceListener);\n unbindService(mServiceConnection);\n mS...
[ { "docid": "117f427c0fc9b0e222bee5834bf45fd2", "score": "0.7703488", "text": "public void StopListening();", "title": "" }, { "docid": "363e5523a6dc370d7d5d1c7897a393ee", "score": "0.76741266", "text": "public void stopSpeechRecognition() {\n\t\tmic.close();\n\t\tSystem.out.println(\...
650d02a30a9ea993775cbfa76c0414b3
region Loading and running scripts Run a script from a file.
[ { "docid": "b703446421716e22124bc3bd1731a153", "score": "0.64602906", "text": "public Object runScript(File file, EvalProject project) throws IOException, TaskExecutionException {\n EvalScript script = (EvalScript) shell.parse(file);\n return runScript(script, project);\n }", "ti...
[ { "docid": "209079ab9f5ab2132278cab5c1b214f3", "score": "0.68975437", "text": "public void eval(String file)\n throws FileNotFoundException, ScriptException {\n engine.eval(new BufferedReader(new FileReader(file)));\n }", "title": "" }, { "docid": "11243edd86268921241949ea204bc6...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9c8f849afd11603641d84e0bf779f205", "score": "0.0", "text": "public void update(String id, Task task) {\n task.update(mContext, id, new UpdateListener(){\n\n @Override\n public void onFailure(int arg0, String arg1) {\n\n }\n\n @Override\n ...
[ { "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}"...
9fbe276be50546e253764407be1b0737
Dumps the enumeration together with its elements to System.out.
[ { "docid": "c5c0cd4a5a3502ff0d9d5afc8de73650", "score": "0.7755455", "text": "public void dump() {\n System.out.println(\"ENUM \" + identifier);\n int size = enums.size();\n for ( int idx = 0; idx < size; ++idx ) {\n JrpcgenConst c = (JrpcgenConst) enums.elementAt(idx);\n...
[ { "docid": "8aede5b422577c4273df09fdd67bb0c7", "score": "0.7053221", "text": "public void print() {\n StringBuilder sb = new StringBuilder();\n sb.append(\"{\");\n for(String s : keySet()) {\n sb.append(s);\n sb.append(\"=\");\n sb.append(get(s).valu...
1eb9f698ede6c7c12c66cc33a5b17239
Creates new form PantallaVehiculo
[ { "docid": "7135ffd0daeed67d2ee91162cbb6659a", "score": "0.65881354", "text": "public PantallaVehiculo() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "61a19a3821b49eb450bbb93f31a12b6a", "score": "0.71415937", "text": "@Override\r\n\tpublic void createVehiculo() {\n\t\t\r\n\t}", "title": "" }, { "docid": "293355e154f9d06137b9edd7c0b09ade", "score": "0.6899952", "text": "public void crearVenta() {\r\n VentasCliente...
ab9e7e919d55ba1f45560955f1ed5dfc
test that the passed tile is on a 8x8 grid
[ { "docid": "9d854e54cd6cadc644a1f90b917c07cc", "score": "0.6836253", "text": "private boolean inBoardRange(Tile tile){\n if(tile.getColumn() < 0 || tile.getColumn() > 7\n && tile.getRow() < 0 && tile.getColumn() > 7){\n return false; //outside of the board\n }\n ...
[ { "docid": "f3f497cda80d5b585cc0b024a395c349", "score": "0.6603064", "text": "boolean nearTiles(int x, int y, int color, Board board)\r\n {\r\n\t boolean f1, f2, f3, f4;\r\n\t int i = 0;\r\n\t int j = 0;\r\n\t \r\n\t // KATAKORYFA\r\n\t \r\n\t // pros ta panw apo to (x,y)\r\n\t j = y+1;\r\n\t w...
68f1432d9aa1cd97e98402c0ab36ccb6
only used to subclass the model
[ { "docid": "3bcad4fa9cceb7f2db302829a2545099", "score": "0.62685764", "text": "protected TableModel() {}", "title": "" } ]
[ { "docid": "d3f63769cb7bc16bd583398fb55e3a5d", "score": "0.7223197", "text": "AbstractObjectModel(){\n\t\tsuper();\n\t}", "title": "" }, { "docid": "ba0637752c9b0a6e2ad009020d92c9aa", "score": "0.7128044", "text": "protected abstract Model _getModel();", "title": "" }, { ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "30665c1b76503ab0736e53fffd87d03f", "score": "0.0", "text": "public boolean isAadharNoCorrect(Object aadharNo) {\n\t\tif(((String) aadharNo).length() == 12)\n\t\t\treturn true;\n\t\telse\n\t\t\treturn false;\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
3d074341a5acd1ccf933a87618f201b0
Test case number: 30 / 456 covered goals: Goal 1. org.apache.commons.math3.complex.Complex.abs()D: Line 129 Goal 2. org.apache.commons.math3.complex.Complex.getReal()D: Line 385 Goal 3. org.apache.commons.math3.complex.Complex.abs()D: Line 132 Goal 4. org.apache.commons.math3.complex.Complex.abs()D: Line 133 Goal 5. or...
[ { "docid": "a779b66dc782a5b7cf0bfc31f2d78c33", "score": "0.6696521", "text": "@Test\n public void test30() throws Throwable {\n Complex complex0 = new Complex(2987.5366362);\n Complex complex1 = complex0.sqrt1z();\n Complex complex2 = Complex.valueOf((-2829.0));\n double double0 =...
[ { "docid": "81fa4511699d7d5e676386c1a367c4b0", "score": "0.7234671", "text": "@Test\n public void test57() throws Throwable {\n Complex complex0 = Complex.valueOf(0.0);\n double double0 = complex0.abs();\n Complex complex1 = complex0.pow(0.0);\n Complex complex2 = complex1.cosh();...
77ef293b92a5fa01f55e989bdd5013c1
Get the distance from previous waypoint to this one
[ { "docid": "019f5c48c736d72699ecde4590cb8f43", "score": "0.58214533", "text": "public Integer getWaypointDistance(int idx){\n\t\tif(idx<0 || idx>=this.waypoints.size()) return null;\n\t\treturn this.distance.get(idx);\n\t}", "title": "" } ]
[ { "docid": "19ba33d241d84ecc51f9d9645c35d4c9", "score": "0.65276575", "text": "public Pair<Direction, Integer> getDistance(Waypoint other) {\n\n Pair<Direction, Integer> result = null;\n if (other.absoluteX == this.absoluteX) {\n result = getDistance(other, 0, Direction.North);\...
306c7d2142f67e4f2a2883794714242e
Basic test for Counter increment
[ { "docid": "73a9bc1f6b428e6b547d44ef62fcf80d", "score": "0.84591836", "text": "@Test\n\tpublic void testCounterIncrement() {\n\t\tfor (int i=0; i<this.incrementTo; i++) {\n\t\t\tthis.counter.increment(this.key1);\n\t\t}\n\t\tassertThat(this.counter.get(this.key1), is(this.incrementTo));\n\t}", "titl...
[ { "docid": "bf4ab3b17560ff6f8eeeedf0de0910cb", "score": "0.7545409", "text": "@Test\n\tpublic void testCounterGet() {\n\t\t// Test that value is not in Counter\n\t\tassertFalse(this.counter.containsKey(this.key1));\n\t\t// Increment value once\n\t\tthis.counter.increment(this.key1);\n\t\t// Get value\n\...
a61fdaa6b803814f933b8aa7b239e50f
Detects whether this iterator has completed its traversal and gone beyond the last entry in the collection of data.
[ { "docid": "b6fdcea5f1b22e120b092e82676f90e9", "score": "0.0", "text": "@Override\n\tpublic boolean hasNext() {\n\t\tif (cursor+1 < theString.length()) {\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t}", "title": "" } ]
[ { "docid": "802dfb339b67a9988e6a03f897eef60e", "score": "0.7200664", "text": "protected boolean isFinished() {\n return index >= getArray().size();\n }", "title": "" }, { "docid": "788fda454ab276830b051930e023bb11", "score": "0.70389825", "text": "public boolean isEnd()\r\n...
99f7430eb911071c7227e69d7c7fc2f9
Handhabt ein empfangenes DatenFrame
[ { "docid": "dc5587aca6163c703cde8ecf8d6a2b71", "score": "0.0", "text": "public void handleDataFrame(MacHeader macHeader, LinkLayerMessage message) { \n\t\tif (macHeader.isUnicastMessage()) {\n\t\t\tmib.incReceivedFragmentCount();\n\t\t\tif (debug) {\n\t\t\t\tif (!macHeader.getMoreFragments() && (...
[ { "docid": "498d0b1093ac7c10be8dc3b367284c52", "score": "0.615675", "text": "public void frameDay()\n\t{\n\t\tcolumnTitles2[0] = \"Index\";\n\t\tcolumnTitles2[1] = \"First Name\";\n\t\tcolumnTitles2[2] = \"Last Name\";\n\t\tcolumnTitles2[3] = \"Date\";\n\t\tcolumnTitles2[4] = \"Exercise Type\";\n\t\tcol...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e301c5c588f75db49ee3ed38b8fb8feb", "score": "0.0", "text": "@Override\n\tprotected void onActivityResult(int requestCode, int resultCode, Intent data) {\n\t\tif (requestCode == IMAGE_PHOTO_CODE && resultCode == Activity.RESULT_OK) { // 相册\n\n\t\t\tUri contentUri = data.getData();\n//\t\t\tif...
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115525", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.673545", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-gen...
630bca30492a0fdd359cae73ec62c236
This method was generated by Apache iBATIS ibator. This method corresponds to the database table goods_comment
[ { "docid": "f78d64488bccc35272da31561148742c", "score": "0.0", "text": "public List<Criteria> getOredCriteria() {\n\t\treturn oredCriteria;\n\t}", "title": "" } ]
[ { "docid": "53f50c8d54dc553630f8e7bb24074fb5", "score": "0.6818603", "text": "@Override\n\tpublic List<Comment> GetGoodsComment(Integer goodsid) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "6b126d21f5b965cf8d4f65b9b32c836a", "score": "0.6298311", "text": "public String getCo...
6c6c7308fdb9d27ae32ac3bf3c66fd82
Inflate the menu options from the res/menu/menu_editor.xml file. This adds menu items to the app bar.
[ { "docid": "5c401935871f34e2efef01928064d652", "score": "0.7287841", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.editor_menu, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "14a9bfb6ccbfb276db781c43f6033d3f", "score": "0.7544708", "text": "@Override\npublic boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_editor, menu);\n return true;\n}", "title": "" }, { "docid": "99266da50d63656eaaa3fe451a87a5fa", "score":...
302f9e4f6a7c6076eb3a7adc39f6d71f
Sets the associated portlet component id
[ { "docid": "5c2506c9d234cbc52010769e369d528d", "score": "0.7502026", "text": "public void setComponentID(int compId);", "title": "" } ]
[ { "docid": "b37849e581474165a1df757bcbf893e2", "score": "0.7221675", "text": "void xsetComponentID(amdocs.iam.pd.general.common.Long componentID);", "title": "" }, { "docid": "da841e0317f07865dd6dd294a2d293ca", "score": "0.72154117", "text": "void setComponentID(java.lang.String comp...