idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
0 | creates a block wrap setting of the legacy representation of specified wrap type see wraptype #getlegacyrepresentation . concode_field_sep WrapFactory myFactory concode_field_sep void setFactory concode_elem_sep void ignoreParentWraps concode_elem_sep Wrap createChildWrap | Wrap function ( final int arg0 , final boolean arg1 ) { return myFactory . createWrap ( WrapType . byLegacyRepresentation ( arg0 ) , arg1 ) ; } |
1 | initialize then start a service . the service state is checked before the operation begins . this process is not thread safe . concode_field_sep Logger LOG concode_field_sep void init concode_elem_sep void stop concode_elem_sep Exception stopQuietly concode_elem_sep void start concode_elem_sep void ensureCurrentState | void function ( Service arg0 , HiveConf arg1 ) { init ( arg0 , arg1 ) ; start ( arg0 ) ; } |
2 | gets the value of the revocationvalues property . concode_field_sep CertificateValuesType certificateValues concode_elem_sep String id concode_elem_sep String uri concode_elem_sep RevocationValuesType revocationValues concode_field_sep void setRevocationValues concode_elem_sep CertificateValuesType getCertificateValues... | RevocationValuesType function ( ) { return revocationValues ; } |
3 | if instance is set it sets debug , otherwise getinstance creates a default logger then sets the debug value of that . concode_field_sep Maybe<EspressoJettyLogger> instance concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep void debug concode_el... | void function ( Boolean arg0 ) { EspressoLogger . getInstance ( ) . fmap ( x -> { x . setDebugEnabled ( ( boolean ) arg0 ) ; } ) ; } |
4 | indicates the acceptable values for the option group option . concode_field_sep String applyType concode_elem_sep String allowedValues concode_elem_sep String settingDescription concode_elem_sep String defaultValue concode_elem_sep Boolean isModifiable concode_elem_sep String settingName concode_field_sep void setDefau... | String function ( ) { return allowedValues ; } |
5 | gets the sequence number of this response . concode_field_sep long sequenceNumber concode_elem_sep String entityBody concode_elem_sep String viewNumber concode_elem_sep String iceFacesId concode_field_sep String getICEfacesID concode_elem_sep String getViewNumber concode_elem_sep String getEntityBody concode_elem_sep b... | long function ( ) { return sequenceNumber ; } |
6 | gets the value of the doc property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the doc property . for example , to add a new item , do as follows... | List < Doc > function ( ) { if ( doc == null ) { doc = new ArrayList < Doc > ( ) ; } return this . doc ; } |
7 | the acceptfilter accepts everything . concode_field_sep Collection<T> args concode_elem_sep Filter<T> filter concode_elem_sep boolean negated concode_elem_sep boolean conjunction concode_elem_sep boolean judgment concode_elem_sep long serialVersionUID concode_elem_sep Filter<T> f1 concode_elem_sep Filter<T> f2 concode_... | Filter function ( ) { return new CategoricalFilter ( true ) ; } |
8 | gets the ipaddress filter concode_field_sep Properties prop_ concode_elem_sep String TIMEEND concode_elem_sep String IPADDRESS2 concode_elem_sep String BROADCAST concode_elem_sep String FALSE concode_elem_sep String YES concode_elem_sep String NO concode_elem_sep String TRUE concode_elem_sep String PROGRESS concode_ele... | String function ( ) { return ( String ) prop_ . getProperty ( IPADDRESS ) ; } |
9 | returns the current version for the fabric which the requirements apply to usually the latest version , as scaling requirements typically are independent of rolling upgrades and versioning . concode_field_sep List<ProfileRequirements> profileRequirements concode_elem_sep DockerConfiguration dockerConfiguration concode_... | String function ( ) { return version ; } |
10 | return the number of bytes to encode the gicen remaining length value concode_field_sep int MAX_LENGTH_LIMIT concode_field_sep String msgType2String concode_elem_sep byte encodeFlags | int function ( int arg0 ) { if ( 0 <= arg0 && arg0 <= 127 ) return 1 ; if ( 128 <= arg0 && arg0 <= 16383 ) return 2 ; if ( 16384 <= arg0 && arg0 <= 2097151 ) return 3 ; if ( 2097152 <= arg0 && arg0 <= 268435455 ) return 4 ; throw new IllegalArgumentException ( "srini_string" ) ; } |
11 | removes the title from the uri fully qualified uri . concode_field_sep PlaceHolder placeHolder concode_field_sep String removeFormNameFromLabel concode_elem_sep String createChildLabelFromParentLabel concode_elem_sep String getFieldNameFromURI | String function ( String arg0 ) { try { return arg0 . substring ( arg0 . indexOf ( '/' , 1 ) + 1 , arg0 . length ( ) ) ; } catch ( IndexOutOfBoundsException loc0 ) { throw new MalformedUriException ( "srini_string" + arg0 , loc0 ) ; } } |
12 | a runtimeexception will be thrown if the goal set of the givengoal is not published see goalset #ispublished . #secure_modify_links_from is checked in the activity context and #secure_modify_links_to is checked in the goal context . if lockedis true , #secure_lock_links is also checked in in the activitycontext . conco... | Link function ( String arg0 , String arg1 , String arg2 , String arg3 , boolean arg4 , boolean arg5 ) { return linkManager . persistLink ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; } |
13 | get the class . concode_field_sep String pluginClass concode_elem_sep String service concode_elem_sep boolean onload concode_elem_sep CordovaPlugin plugin concode_field_sep CordovaPlugin createPlugin concode_elem_sep boolean isCordovaPlugin | Class function ( final String arg0 ) { Class loc0 = null ; if ( ( arg0 != null ) && ! ( "srini_string" . equals ( arg0 ) ) ) { loc0 = Class . forName ( arg0 ) ; } return loc0 ; } |
14 | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } |
15 | closes this class path . concode_field_sep WeakReference clref concode_field_sep URL find concode_elem_sep String toString concode_elem_sep InputStream openClassfile | void function ( ) { clref = null ; } |
16 | add a listener that will be notified when a specific property changes . concode_field_sep long serialVersionUID concode_elem_sep boolean rejectedSetBCOnce concode_elem_sep VetoableChangeSupport vcSupport concode_elem_sep BeanContext beanContext concode_elem_sep PropertyChangeSupport pcSupport concode_elem_sep BeanConte... | void function ( String arg0 , PropertyChangeListener arg1 ) { pcSupport . addPropertyChangeListener ( arg0 , arg1 ) ; } |
17 | gets the value of the id property . concode_field_sep String name concode_elem_sep Long id concode_elem_sep Double prixHT concode_elem_sep Integer quantite concode_field_sep void setName concode_elem_sep void setQuantite concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep void setPrixHT concode... | Long function ( ) { return id ; } |
18 | returns the user agent of this akismet data . concode_field_sep AkismetData _akismetData concode_field_sep long getClassNameId concode_elem_sep void setAkismetDataId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode... | java . lang . String function ( ) { return _akismetData . getUserAgent ( ) ; } |
19 | returns the number of rows matching the dynamic query . concode_field_sep ShoppingItemPriceLocalService _shoppingItemPriceLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionab... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _shoppingItemPriceLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } |
20 | get the start state index concode_field_sep int size concode_elem_sep Acceptance acceptance concode_elem_sep int start concode_elem_sep List<List<Edge>> edges concode_elem_sep List<String> apList concode_elem_sep Symbol label concode_elem_sep int dest concode_field_sep void setStartState concode_elem_sep void printDot ... | int function ( ) { return start ; } |
21 | a list of cost allocation tags as key-value pairs . returns a reference to this object so that method calls can be chained together . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tagList concode_field_sep void setTagList concode_elem_sep int hashCode concode_elem_sep java.util.List<Tag> getTa... | ListTagsForResourceResult function ( java . util . Collection < Tag > arg0 ) { if ( arg0 == null ) { this . tagList = null ; } else { com . amazonaws . internal . ListWithAutoConstructFlag < Tag > loc0 = new com . amazonaws . internal . ListWithAutoConstructFlag < Tag > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; th... |
22 | returns whether or not a database instance is configured . concode_field_sep Map<String,BrokerPool> instances concode_elem_sep Logger LOG concode_elem_sep ReadWriteLock instancesLock concode_elem_sep String DEFAULT_INSTANCE_NAME concode_field_sep void stopAll concode_elem_sep void removeInstance concode_elem_sep int in... | boolean function ( final String arg0 ) { final Lock loc0 = instancesLock . loc0 ( ) ; loc0 . lock ( ) ; try { final BrokerPool loc1 = instances . get ( arg0 ) ; if ( loc1 == null ) { return false ; } else { return loc1 . isInstanceConfigured ( ) ; } } finally { loc0 . unlock ( ) ; } } |
23 | same as #canusegoogleplayservices context , userrecoverableerrorhandler but also with the constraint that first-party apis must be available . this check is implemented by verifying that the package is google-signed ; if not , first-party apis will be unavailable at runtime . nuance : the check on whether or not the pa... | boolean function ( Context arg0 , UserRecoverableErrorHandler arg1 ) { return canUseGooglePlayServices ( arg0 , arg1 ) && isChromeGoogleSigned ( arg0 ) ; } |
24 | set the value of phone concode_field_sep String zip concode_elem_sep String city concode_elem_sep String phone concode_elem_sep Random random concode_elem_sep int customerID concode_elem_sep String name concode_elem_sep String addressLine1 concode_elem_sep int creditLimit concode_elem_sep String addressLine2 concode_el... | void function ( String arg0 ) { if ( ( name == null ) || ( name . trim ( ) . length ( ) == 0 ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . phone = arg0 ; } |
25 | returns all the product color sets that has been produced by productcpncolorset concode_field_sep HLPetriNet highLevelPN concode_elem_sep ColoredPetriNet simulatedPN concode_elem_sep HashSet<ProductColorSet> productColorSetsForPlaces concode_field_sep ArrayList<SubSetColorSet> getColorSetsGroups concode_elem_sep CpnCol... | Set < ProductColorSet > function ( ) { return productColorSetsForPlaces ; } |
26 | return the byte length of this file format . concode_field_sep Type AIFF concode_elem_sep Type SND concode_elem_sep String extension concode_elem_sep Type WAVE concode_elem_sep Type AU concode_elem_sep String name concode_elem_sep int byteLength concode_elem_sep AudioFormat format concode_elem_sep int frameLength conco... | int function ( ) { return byteLength ; } |
27 | set the ocpdate value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep DateTime ocpDate concode_elem_sep PoolGetAllPoolsLifetimeStatisticsOptions withReturnClientRequestId concode_elem_se... | PoolGetAllPoolsLifetimeStatisticsOptions function ( DateTime arg0 ) { if ( arg0 == null ) { this . ocpDate = null ; } else { this . ocpDate = new DateTimeRfc1123 ( arg0 ) ; } return this ; } |
28 | sample_is_depended_on takes one of the following four values : 0 : the dependency of other samples on this sample is unknown ; 1 : other samples may depend on this one not disposable ; 2 : no other sample depends on this one disposable ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int ... | int function ( ) { return sampleIsDependedOn ; } |
29 | returns a function that always returns true . concode_field_sep NullFunction NULL_FUNCTION concode_field_sep Boolean call concode_elem_sep Boolean call concode_elem_sep R call concode_elem_sep R call concode_elem_sep R call concode_elem_sep R call concode_elem_sep R call concode_elem_sep R call concode_elem_sep R call ... | Func1 < ? super T , Boolean > function ( ) { return AlwaysTrue . INSTANCE ; } |
30 | used when we still have room to grow . return an hthriftclient without having to wait on polling logic . but still increment all the counters concode_field_sep AtomicInteger numBlocked concode_elem_sep long maxWaitTimeWhenExhausted concode_elem_sep ArrayBlockingQueue<HClient> availableClientQueue concode_elem_sep Atomi... | HClient function ( ) { return clientFactory . createClient ( cassandraHost ) . open ( ) ; } |
31 | a function where the output is conjunctively determined by the inputs concode_field_sep PlaceHolder placeHolder concode_field_sep float aveGeo concode_elem_sep float aveGeo concode_elem_sep float aveGeo concode_elem_sep float or concode_elem_sep float or concode_elem_sep float w2c concode_elem_sep float c2w concode_ele... | float function ( final float ... arg0 ) { float loc0 = 1 ; for ( final float loc1 : arg0 ) { loc0 *= loc1 ; } return loc0 ; } |
32 | adds the lock to the database . also notifies the appropriate model listeners . concode_field_sep LockLocalService _lockLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionable... | com . liferay . portal . arg0 . model . Lock function ( com . liferay . portal . arg0 . model . Lock arg0 ) { return _lockLocalService . addLock ( arg0 ) ; } |
33 | get the participant . concode_field_sep BAParticipantProcessor PARTICIPANT concode_field_sep void cancel concode_elem_sep void mixedOutcome concode_elem_sep void exit concode_elem_sep void fail concode_elem_sep void cannotComplete concode_elem_sep void participantCompensationFail concode_elem_sep void unsolicitedComple... | BAParticipantProcessor function ( ) { return PARTICIPANT ; } |
34 | return the aws secret access key concode_field_sep String bucketName concode_elem_sep String uploadId concode_elem_sep DefaultOutputPort<UploadFileMetadata> fileMetadataOutput concode_elem_sep String keyName concode_elem_sep DefaultInputPort<AbstractFileSplitter.FileMetadata> filesMetadataInput concode_elem_sep WindowD... | String function ( ) { return secretAccessKey ; } |
35 | sets the value of the count property . concode_field_sep Object parent concode_elem_sep Long count concode_elem_sep List<CTGroupLevel> groupLevel concode_field_sep Object getParent concode_elem_sep List<CTGroupLevel> getGroupLevel concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep Lon... | void function ( Long arg0 ) { this . count = arg0 ; } |
36 | returns the boolean value of a given configuration property . the boolean value true is returned , if the contained string is equal to ` true ' . concode_field_sep Configuration parent concode_field_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem_sep Object clone concode_elem_sep Iterator findPr... | boolean function ( final String arg0 ) { return getBoolProperty ( arg0 , false ) ; } |
37 | do not leak fds . concode_field_sep ARHeader[] headers concode_elem_sep String filename concode_elem_sep long strtbl_pos concode_elem_sep long size concode_elem_sep long elf_offset concode_elem_sep String object_name concode_elem_sep RandomAccessFile rfile concode_field_sep PE getPE concode_elem_sep PE getPE concode_el... | void function ( ) { try { dispose ( ) ; } finally { super . finalize ( ) ; } } |
38 | checks if all given transitions have at least one action . returns false for empty lists . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep b... | boolean function ( EList < Transition > arg0 ) { if ( arg0 . isEmpty ( ) ) return false ; for ( Transition loc0 : arg0 ) { if ( ! hasAtLeastOneAction ( loc0 ) ) { return false ; } } return true ; } |
39 | gets pref_show_notifications value from preferencemanager . concode_field_sep SharedPreferences mPreferences concode_elem_sep String PREF_LAST_SSID concode_elem_sep String PREF_SHOW_NOTIFICATIONS concode_elem_sep Context mContext concode_field_sep void setShowNotifications concode_elem_sep void setLastSSID concode_elem... | Boolean function ( ) { return mPreferences . getBoolean ( PREF_SHOW_NOTIFICATIONS , true ) ; } |
40 | whether the error happened due to the sender 's fault . concode_field_sep String code concode_elem_sep Boolean senderFault concode_elem_sep String id concode_elem_sep String message concode_field_sep BatchResultErrorEntry withSenderFault concode_elem_sep void setCode concode_elem_sep String getMessage concode_elem_sep ... | void function ( Boolean arg0 ) { this . senderFault = arg0 ; } |
41 | setter for paymenttype concode_field_sep String preferredPrefix concode_elem_sep String nameSpace concode_elem_sep MerchantPullPaymentCodeType paymentType concode_field_sep String toXMLString concode_elem_sep MerchantPullPaymentCodeType getPaymentType | void function ( MerchantPullPaymentCodeType arg0 ) { this . paymentType = arg0 ; } |
42 | the subscription 's endpoint format depends on the protocol . concode_field_sep String owner concode_elem_sep String protocol concode_elem_sep String endpoint concode_elem_sep String subscriptionArn concode_elem_sep String topicArn concode_field_sep Subscription withProtocol concode_elem_sep String getSubscriptionArn c... | void function ( String arg0 ) { this . endpoint = arg0 ; } |
43 | create an indexed value concode_field_sep int FULL_OPTIMIZATION concode_elem_sep int optimizationLevel concode_elem_sep Configuration config concode_elem_sep int NO_OPTIMIZATION concode_field_sep FilterExpression convertToFilterExpression concode_elem_sep Expression makeConditionalDocumentSorter concode_elem_sep Expres... | ValueRepresentation function ( SequenceIterator arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
44 | test method for com.themangoproject.db.h2.dbmovie #setcondition java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testAddGenre concode_elem_sep void testGetMangoRating concode_elem_sep void testGetOwnerId concode_elem_sep void testSetCustomDescription concode_elem_sep void testGetId co... | void function ( ) { } |
45 | get the globally accessible resizablewidgetcollection . in most cases , the global collection can be used for all resizablewidget s. concode_field_sep ResizableWidget widget concode_elem_sep int curOffsetHeight concode_elem_sep int curClientWidth concode_elem_sep Map<ResizableWidget,ResizableWidgetInfo> widgets concode... | ResizableWidgetCollection function ( ) { if ( staticCollection == null ) { staticCollection = new ResizableWidgetCollection ( ) ; } return staticCollection ; } |
46 | returns a list of all owned product ids . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep List<Purchase>... | List < String > function ( ) { return new ArrayList < String > ( mPurchaseMap . keySet ( ) ) ; } |
47 | tells whether this regexstate is a valid exit concode_field_sep String token concode_elem_sep List<RegExState> entries concode_elem_sep String original concode_elem_sep int idcounter concode_elem_sep List<RegExState> successors concode_elem_sep int id concode_elem_sep List<RegExState> exits concode_field_sep RegularExp... | boolean function ( RegExState arg0 ) { return ( exits . contains ( arg0 ) ) ; } |
48 | returns true iff the given throwable is and outofmemoryexception , otherwise false concode_field_sep String reason concode_elem_sep ESLogger logger concode_elem_sep Class<? extends Throwable> causeType concode_elem_sep String index concode_field_sep IOException unwrapCorruption concode_elem_sep Throwable unwrapCause co... | boolean function ( Throwable arg0 ) { return arg0 != null && ( arg0 instanceof OutOfMemoryError || ( arg0 instanceof IllegalStateException && arg0 . getMessage ( ) != null && arg0 . getMessage ( ) . contains ( "srini_string" ) ) ) ; } |
49 | returns a cleared gregoriancalendar . concode_field_sep int month concode_elem_sep int hour concode_elem_sep int year concode_elem_sep int dayOfYear concode_elem_sep long serialVersionUID concode_elem_sep int day concode_field_sep DataDate next concode_elem_sep DataDate next concode_elem_sep String toCompactString conc... | GregorianCalendar function ( ) { final GregorianCalendar loc0 = getTodayCalendar ( ) ; loc0 . clear ( ) ; return loc0 ; } |
50 | deletes the shopping item price with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ShoppingItemPriceLocalService _shoppingItemPriceLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com... | com . liferay . shopping . model . ShoppingItemPrice function ( long arg0 ) { return _shoppingItemPriceLocalService . deleteShoppingItemPrice ( arg0 ) ; } |
51 | throws an ioexception back out if one is currently stored . concode_field_sep IOException serviceException concode_elem_sep String errorMessage concode_field_sep String errorText concode_elem_sep boolean isCanceled concode_elem_sep void startCancel concode_elem_sep void reset concode_elem_sep boolean failed concode_ele... | void function ( ) { if ( failedOnException ( ) ) { throw getFailedOn ( ) ; } } |
52 | retrieves whether the compiledstatement object with the specified identifier was definitely set as validated at or after the time of the last potentially invalidating system change , relative to the specified session identifier . concode_field_sep Database database concode_elem_sep IntKeyHashMap validationMap concode_e... | boolean function ( int arg0 , int arg1 ) { return getSCN ( arg0 , arg1 ) >= database . getDDLSCN ( ) ; } |
53 | used to know if a container has members . concode_field_sep Container<K,V> parent concode_elem_sep Object property concode_elem_sep List<K> members concode_elem_sep String label concode_elem_sep String id concode_elem_sep List<Container<K,V>> subContainer concode_field_sep void addMember concode_elem_sep boolean hasSub... | boolean function ( ) { return ! members . isEmpty ( ) ; } |
54 | sets the version of the cookie specification to which this cookie conforms . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value con... | void function ( int arg0 ) { cookieVersion = arg0 ; } |
55 | sets the value of the relativefrom property . concode_field_sep STSizeRelFromH relativeFrom concode_elem_sep int pctWidth concode_field_sep STSizeRelFromH getRelativeFrom concode_elem_sep void setPctWidth concode_elem_sep int getPctWidth | void function ( STSizeRelFromH arg0 ) { this . relativeFrom = arg0 ; } |
56 | run image detection and annotation for a batch of images . sample code : try imageannotatorclient imageannotatorclient = imageannotatorclient.create list < annotateimagerequest > requests = new arraylist < > ; batchannotateimagesrequest request = batchannotateimagesrequest.newbuilder . addallrequests requests . build ;... | UnaryCallable < BatchAnnotateImagesRequest , BatchAnnotateImagesResponse > function ( ) { return batchAnnotateImagesCallable ; } |
57 | get located blocks . concode_field_sep FileEncryptionInfo fileEncryptionInfo concode_elem_sep ErasureCodingPolicy ecPolicy concode_elem_sep List<LocatedBlock> blocks concode_elem_sep boolean isLastBlockComplete concode_elem_sep boolean underConstruction concode_elem_sep long fileLength concode_elem_sep LocatedBlock las... | List < LocatedBlock > function ( ) { return blocks ; } |
58 | removes jdbc connection properties . concode_field_sep Properties connProperties concode_elem_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep ConnectionDefaults connectionDefaults concode_elem_sep String driver concode_elem_sep String url concode_field_sep void setPassword concode_elem_sep ... | Object function ( String arg0 ) { return connProperties . remove ( arg0 ) ; } |
59 | returns a portlet path for the portlet id . for example , a portlet path would resemble the following : / group / `` queried groupid '' / portlet / `` portletid '' concode_field_sep String PATH_PREFIX_GROUP concode_elem_sep String PATH_PREFIX_SERVICE concode_elem_sep String PATH_PREFIX_COMPANY concode_elem_sep String P... | String function ( PortletDataContext arg0 , String arg1 ) { StringBundler loc0 = new StringBundler ( 5 ) ; loc0 . append ( getRootPath ( arg0 ) ) ; loc0 . append ( StringPool . FORWARD_SLASH ) ; loc0 . append ( PATH_PREFIX_PORTLET ) ; loc0 . append ( StringPool . FORWARD_SLASH ) ; loc0 . append ( arg1 ) ; return loc0 .... |
60 | returns all parameters and their values for this service . concode_field_sep String serviceName concode_elem_sep List<ParameterEntry> parameterEntries concode_field_sep String getServiceName concode_elem_sep void addParameter concode_elem_sep String getParameter | List < ParameterEntry > function ( ) { return parameterEntries ; } |
61 | sets the value of the millis property . concode_field_sep String date concode_elem_sep Exception exception concode_elem_sep String method concode_elem_sep String level concode_elem_sep String catalog concode_elem_sep String logger concode_elem_sep String thread concode_elem_sep String message concode_elem_sep String se... | void function ( String arg0 ) { this . millis = arg0 ; } |
62 | initialisation process concode_field_sep Infos INSTANCE concode_elem_sep String projectNameAndVersion concode_elem_sep String VERSION_SEPARATOR concode_elem_sep ResourceBundle TRANSLATOR_INFOS concode_elem_sep String projectName concode_elem_sep String projectVersion concode_field_sep String getProjectName concode_elem... | void function ( ) { projectName = TRANSLATOR_INFOS . getString ( "srini_string" ) ; projectVersion = TRANSLATOR_INFOS . getString ( "srini_string" ) ; projectNameAndVersion = projectName + VERSION_SEPARATOR + projectVersion ; } |
63 | method getcode . concode_field_sep String Status concode_elem_sep String Group concode_elem_sep String ID concode_elem_sep String Code concode_elem_sep String Startdate concode_elem_sep String Name concode_elem_sep String PlanStartdate concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void... | String function ( ) { return this . Code ; } |
64 | marks the current user session as `` logged '' out concode_field_sep String ANONYMOUS_COUNT concode_elem_sep CacheEngine cache concode_elem_sep String LOGGED_COUNT concode_elem_sep Logger logger concode_elem_sep String FQN_COUNT concode_elem_sep String FQN concode_elem_sep String FQN_USER_ID concode_elem_sep String FQN... | void function ( ) { SessionFacade . removeAttribute ( ConfigKeys . LOGGED ) ; } |
65 | moves the range by the specified translation amount . this method also ` normalises ' the range : excel specifies that the width and height parameters length field here can not be negative . however , offset does produce sensible results in these cases . that behavior is replicated here . concode_field_sep int LAST_VAL... | LinearOffsetRange function ( int arg0 ) { if ( _length > 0 ) { if ( arg0 == 0 ) { return this ; } return new LinearOffsetRange ( arg0 + _offset , _length ) ; } return new LinearOffsetRange ( arg0 + _offset + _length + 1 , - _length ) ; } |
66 | optionally initializes fields for the current context . concode_field_sep DataPointType kind concode_elem_sep Double min concode_elem_sep Double max concode_elem_sep String name concode_elem_sep Integer count concode_elem_sep Double stdDev concode_elem_sep double value concode_field_sep void setName concode_elem_sep vo... | void function ( ) { } |
67 | returns a constraint that matches this one on the width attributes , but has a fixed height constraint . concode_field_sep LengthConstraintType widthConstraintType concode_elem_sep Range widthRange concode_elem_sep double width concode_elem_sep RectangleConstraint NONE concode_elem_sep Range heightRange concode_elem_se... | RectangleConstraint function ( double arg0 ) { return new RectangleConstraint ( this . width , this . widthRange , this . widthConstraintType , arg0 , this . heightRange , LengthConstraintType . FIXED ) ; } |
68 | switch to next page . will stay on last page if already on last page . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPa... | void function ( ) { if ( ! isLastPage ( ) ) { this . page ++ ; } } |
69 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
70 | sets if the original boolean meta class is used concode_field_sep boolean origByteRes concode_elem_sep boolean valid concode_elem_sep boolean origShortRes concode_elem_sep ConstantMetaClassVersioning constantMetaClassVersioning concode_elem_sep boolean origDouble concode_elem_sep boolean origDoubleRes concode_elem_sep ... | void function ( boolean arg0 ) { origBoolean = arg0 ; origBooleanRes = withoutCustomHandle && origBoolean ; } |
71 | help function to create the pom and record its source . concode_field_sep File propertiesFile concode_elem_sep Maven maven concode_elem_sep Map<URI,CachedPom> poms concode_elem_sep File artifactFile concode_elem_sep boolean propertiesChanged concode_elem_sep File dir concode_elem_sep File pomFile concode_elem_sep Futur... | CachedPom function ( URI arg0 ) { CachedPom loc0 = new CachedPom ( this , arg0 ) ; loc0 . parse ( ) ; poms . put ( arg0 , loc0 ) ; setProperty ( arg0 . toASCIIString ( ) , "srini_string" ) ; return loc0 ; } |
72 | returns true if the specified mouse event has modifier keys that match this handler . concode_field_sep boolean shiftKey concode_elem_sep boolean ctrlKey concode_elem_sep boolean metaKey concode_elem_sep String id concode_elem_sep boolean altKey concode_elem_sep boolean enabled concode_field_sep void setEnabled concode... | boolean function ( MouseEvent arg0 ) { boolean loc0 = true ; loc0 = loc0 && ( this . altKey == arg0 . isAltDown ( ) ) ; loc0 = loc0 && ( this . ctrlKey == arg0 . isControlDown ( ) ) ; loc0 = loc0 && ( this . metaKey == arg0 . isMetaDown ( ) ) ; loc0 = loc0 && ( this . shiftKey == arg0 . isShiftDown ( ) ) ; return loc0 ... |
73 | sets start and end text element listeners at the same time . concode_field_sep String localName concode_elem_sep Element parent concode_elem_sep ArrayList<Element> requiredChilden concode_elem_sep int depth concode_elem_sep Children children concode_elem_sep EndElementListener endElementListener concode_elem_sep EndTex... | void function ( TextElementListener arg0 ) { setStartElementListener ( arg0 ) ; setEndTextElementListener ( arg0 ) ; } |
74 | add an address to the ship to list . concode_field_sep String customerProfileId concode_elem_sep ArrayList<Address> shipToAddressList concode_elem_sep String merchantCustomerId concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String email concode_field_sep String getMerchantCu... | void function ( Address arg0 ) { if ( this . shipToAddressList == null ) { this . shipToAddressList = new ArrayList < Address > ( ) ; } this . shipToAddressList . add ( arg0 ) ; } |
75 | per the jdbc 3.0 spec , this commits the transaction for the specified xid , not necessarily for the transaction associated with this xaresource object . concode_field_sep boolean originalAutoCommitMode concode_elem_sep int XA_STATE_INITIAL concode_elem_sep int XA_STATE_DISPOSED concode_elem_sep int XA_STATE_PREPARED c... | void function ( Xid arg0 , boolean arg1 ) { System . err . println ( "srini_string" + ( arg1 ? "srini_string" : "srini_string" ) + "srini_string" + arg0 ) ; JDBCXAResource loc0 = xaDataSource . getResource ( arg0 ) ; if ( loc0 == null ) { throw new XAException ( "srini_string" + arg0 ) ; } loc0 . commitThis ( arg1 ) ; ... |
76 | lifespan of the context measured in requests concode_field_sep Integer lifespan concode_elem_sep String name concode_elem_sep Map<String,String> parameters concode_field_sep void setName concode_elem_sep void setParameters concode_elem_sep String getName concode_elem_sep Integer getLifespan concode_elem_sep Map<String,... | void function ( final Integer arg0 ) { this . lifespan = arg0 ; } |
77 | retrieves the jdbc database connection url attribute . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep P... | String function ( ) { return url ; } |
78 | answer the query string used to select the item resources of this result-set . concode_field_sep Logger log concode_elem_sep Model merged concode_elem_sep String selectQuery concode_elem_sep URI contentLocation concode_elem_sep boolean enableETags concode_elem_sep Map<String,Model> metadata concode_elem_sep View view c... | String function ( ) { return selectQuery ; } |
79 | get start address of given section in native address space . concode_field_sep MemoryMonitor mm concode_elem_sep HashMap<String,Integer> addresses concode_elem_sep int address concode_elem_sep ArrayList<MoteMemorySection> sections concode_elem_sep int offset concode_elem_sep int size concode_elem_sep byte[] oldMem conc... | int function ( int arg0 ) { if ( arg0 >= sections . size ( ) ) { return - 1 ; } return sections . get ( arg0 ) . getStartAddr ( ) ; } |
80 | sets the value of the keyusageproperty property . concode_field_sep Long keyUsageProperty concode_elem_sep String permissions concode_elem_sep long minimalKeyLength concode_elem_sep Integer algorithmOIDReference concode_elem_sep CryptoProviders cryptoProviders concode_elem_sep Long keySpec concode_field_sep Long getKey... | void function ( Long arg0 ) { this . keyUsageProperty = arg0 ; } |
81 | checks if a path exists . concode_field_sep Logger LOG concode_field_sep void createStorageDirPath concode_elem_sep void setLocalDirStickyBit concode_elem_sep void changeLocalFileToFullPermission concode_elem_sep void move concode_elem_sep void changeLocalFileGroup concode_elem_sep void createDir concode_elem_sep void ... | boolean function ( String arg0 ) { return new File ( arg0 ) . exists ( ) ; } |
82 | additional message information about the trigger that did not run . concode_field_sep String trigger concode_elem_sep String failureMessage concode_field_sep void setFailureMessage concode_elem_sep String getTrigger concode_elem_sep RepositoryTriggerExecutionFailure withTrigger concode_elem_sep int hashCode concode_ele... | String function ( ) { return this . failureMessage ; } |
83 | when you have some extra information , please put it in this bundle . concode_field_sep String mUrl concode_elem_sep int mEmptyPlaceHolderRes concode_elem_sep int mRes concode_elem_sep ImageLoadListener mLoadListener concode_elem_sep Bundle mBundle concode_elem_sep ScaleType mScaleType concode_elem_sep int mErrorPlaceH... | Bundle function ( ) { return mBundle ; } |
84 | get current persistence context . only call while a transaction is active in the current thread . concode_field_sep TransactionManager transactionManager concode_elem_sep TransactionSynchronizationRegistry transactionSynchronizationRegistry concode_field_sep void putEntityManagerInTransactionRegistry | EntityManager function ( String arg0 ) { return ( EntityManager ) this . transactionSynchronizationRegistry . getResource ( arg0 ) ; } |
85 | add override modules for any modules add via addmodules or that are conditionally loaded . this is useful for testing or when an application absolutely needs to override a binding to fix a binding problem in the code modules concode_field_sep IdentityHashMap<GovernatorFeature<?>,Object> featureOverrides concode_elem_se... | Governator function ( Module ... arg0 ) { if ( arg0 != null ) { this . overrideModules . addAll ( Arrays . asList ( arg0 ) ) ; } return this ; } |
86 | creates a delete request . it will apply any eligible directives supplied in the uri concode_field_sep PlaceHolder placeHolder concode_field_sep Request createPostRequest concode_elem_sep Map<String,String> getQueryParameters concode_elem_sep Request createRequest concode_elem_sep boolean applyDirectives concode_elem_s... | DeleteRequest function ( HttpHeaders arg0 , RequestBody arg1 , UriInfo arg2 , ResourceInstance arg3 ) { applyDirectives ( Request . Type . DELETE , arg1 , arg2 , arg3 ) ; return new DeleteRequest ( arg0 , arg1 , arg2 , arg3 ) ; } |
87 | replaces current values concode_field_sep ImmutableList.Builder<String> infoValues concode_elem_sep int type concode_elem_sep int ttl concode_elem_sep String dName concode_elem_sep int type concode_elem_sep int ttl concode_elem_sep List<String> infoValues concode_field_sep Builder rrBuilder concode_elem_sep Builder toB... | Builder function ( Iterable < ? > arg0 ) { this . infoValues = ImmutableList . < String > builder ( ) . addAll ( transform ( arg0 , toStringFunction ( ) ) ) ; return this ; } |
88 | returns an array containing containing only elements found in first and also in second . the returned elements are in the same order as in first . concode_field_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Pattern VERIFY_AS_IP_ADDRESS concode_elem_sep Charset UTF_16_BE concode_elem_sep Charset UTF_32_BE concode_elem_se... | T [ ] function ( Class < T > arg0 , T [ ] arg1 , T [ ] arg2 ) { List < T > loc0 = intersect ( arg1 , arg2 ) ; return loc0 . toArray ( ( T [ ] ) Array . newInstance ( arg0 , loc0 . size ( ) ) ) ; } |
89 | the name label of a player concode_field_sep String macAddress concode_elem_sep String name concode_elem_sep String model concode_elem_sep String uuid concode_elem_sep String ipAddr concode_field_sep String getModel concode_elem_sep String getMacAddress concode_elem_sep String getName concode_elem_sep String getIpAddr ... | void function ( String arg0 ) { this . name = arg0 ; } |
90 | last name getter method concode_field_sep String fname concode_elem_sep String lname concode_elem_sep String password concode_elem_sep String phone concode_elem_sep boolean is_manager concode_field_sep String getPhone concode_elem_sep String getPassword concode_elem_sep boolean getIs_manager concode_elem_sep String get... | String function ( ) { return lname ; } |
91 | get any additional details that will be sent with this feedback report if the user chooses to opt-in . concode_field_sep String feedbackText concode_elem_sep String ideVersion concode_elem_sep Stats stats concode_elem_sep Image screenshotImage concode_elem_sep String osDetails concode_elem_sep String logContents concod... | String function ( boolean arg0 ) { PrintStringWriter loc0 = new PrintStringWriter ( ) ; new FeedbackWriter ( this , arg0 , false ) . writeDetails ( loc0 ) ; loc0 . flush ( ) ; return loc0 . toString ( ) ; } |
92 | encryption . the methods must recognize clear text values concode_field_sep SecretKey m_key concode_elem_sep MessageDigest m_md concode_elem_sep Cipher m_cipher concode_elem_sep Logger log concode_field_sep String convertToHexString concode_elem_sep byte[] convertHexString concode_elem_sep boolean isDigest concode_elem... | Timestamp function ( Timestamp arg0 ) { return arg0 ; } |
93 | checks if experiment is worth to store it 's proposed experiment 's value can be positive concode_field_sep int success concode_elem_sep ImmutableList<PrimitiveInteraction> experiment concode_elem_sep int match concode_elem_sep double proclivity concode_elem_sep int valence concode_elem_sep boolean changed concode_elem... | boolean function ( Experiment arg0 ) { int loc0 = arg0 . experiment . size ( ) / 2 ; if ( loc0 < 1 ) { return false ; } Experiment loc1 = new Experiment ( arg0 . experiment , loc0 ) ; return loc1 . valence >= 0 ; } |
94 | the node referenced by the explanation concode_field_sep DiscoveryNode node concode_elem_sep Map<ShardId,List<NodeExplanation>> explanations concode_elem_sep String description concode_elem_sep AllocationExplanation EMPTY concode_field_sep AllocationExplanation add concode_elem_sep void writeTo concode_elem_sep void re... | DiscoveryNode function ( ) { return node ; } |
95 | computes disparity using the bm algorithm for a rectified stereo pair . the method executes the bm algorithm on a rectified stereo pair . see the stereo_match.cpp opencv sample on how to prepare images and call the method . note that the method is not constant , thus you should not use the same stereobm instance from w... | void function ( Mat arg0 , Mat arg1 , Mat arg2 ) { compute_1 ( nativeObj , arg0 . nativeObj , arg1 . nativeObj , arg2 . nativeObj ) ; return ; } |
96 | returns whether a package is allowed to be used . the algorithm checks with the current node for a result , and if none is found then calls its parent looking for a match . this will recurse looking for match . if there is no clear result then accessresult #unknown isreturned . concode_field_sep List<PkgControl> childr... | AccessResult function ( final String arg0 , final String arg1 ) { final AccessResult loc0 = localCheckAccess ( arg0 , arg1 ) ; if ( loc0 != AccessResult . UNKNOWN ) { return loc0 ; } if ( parent == null ) { return AccessResult . DISALLOWED ; } return parent . checkAccess ( arg0 , arg1 ) ; } |
97 | get the number of files in the files attribute . concode_field_sep Directory parent concode_elem_sep Set childDirectories concode_elem_sep ArrayList files concode_elem_sep File directory concode_field_sep Iterator directoryIterator concode_elem_sep Directory getParent concode_elem_sep boolean isRoot concode_elem_sep in... | int function ( ) { return files . size ( ) ; } |
98 | sets the value of the discdate property . concode_field_sep String cmpCode concode_elem_sep String period concode_elem_sep String currCode concode_elem_sep Short elmLevel concode_elem_sep Integer rowLimit concode_elem_sep Boolean logErrorOnly concode_elem_sep TypeCtMatchingCurr currRule concode_elem_sep String matching... | void function ( XMLGregorianCalendar arg0 ) { this . discDate = arg0 ; } |
99 | gets the value of the stepid property . concode_field_sep int stepId concode_field_sep void setStepId | int function ( ) { return stepId ; } |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 4