idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
14,800
retrieves whether values for the designated parameter can be signed numbers . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] class...
boolean function ( int arg0 ) { checkRange ( arg0 ) ; Boolean loc0 = Types . isUnsignedAttribute ( types [ -- arg0 ] ) ; return loc0 != null && ! loc0 . booleanValue ( ) && ! isIdentity [ arg0 ] ; }
14,801
the number of months remaining in the reservation . for example , 2 is the second to the last month before the capacity reservation expires . concode_field_sep Double price concode_elem_sep Long term concode_elem_sep String currencyCode concode_field_sep PriceScheduleSpecification withPrice concode_elem_sep PriceSchedu...
PriceScheduleSpecification function ( Long arg0 ) { setTerm ( arg0 ) ; return this ; }
14,802
get named request map object value from request map . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep ...
Object function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestMap ( ) . get ( arg0 ) ; }
14,803
returns the image with the primary key . concode_field_sep ImageLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.Image fetchImage concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_...
com . liferay . portal . kernel . model . Image function ( long arg0 ) { return getService ( ) . getImage ( arg0 ) ; }
14,804
gets the dynamic time through the getcomputedtime method in the timezonebean . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return parent . getComputedTime ( loc0 ) ; }
14,805
sets the facet field offset , one facet offset will be used for all the facet fields concode_field_sep List<String> fieldPresentQueries concode_elem_sep int facetOffset concode_elem_sep String query concode_elem_sep int facetLimit concode_elem_sep List<DiscoverFacetField> facetFields concode_elem_sep List<String> facet...
void function ( int arg0 ) { this . facetOffset = arg0 ; }
14,806
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Tag withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boo...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getKey ( ) != null ) loc0 . append ( "srini_string" + getKey ( ) + "srini_string" ) ; if ( getValue ( ) != null ) loc0 . append ( "srini_string" + getValue ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . ...
14,807
sets the dynamic conditions to be applied . concode_field_sep List<SearchCondition> conditions concode_elem_sep int resultsLimit concode_elem_sep int resultsOffset concode_elem_sep Set<String> additionalEntityFields concode_elem_sep List<OrderByField> orderByFields concode_elem_sep Set<String> excludeFields concode_fie...
void function ( List < SearchCondition > arg0 ) { this . conditions = arg0 ; }
14,808
creates an nested detachedcriteria representing the association path , specifying the type of join to use . concode_field_sep CriteriaImpl impl concode_elem_sep Criteria criteria concode_field_sep DetachedCriteria add concode_elem_sep Criteria getExecutableCriteria concode_elem_sep DetachedCriteria setFetchMode concode...
DetachedCriteria function ( String arg0 , String arg1 , JoinType arg2 ) { return new DetachedCriteria ( impl , criteria . createCriteria ( arg0 , arg1 , arg2 ) ) ; }
14,809
this method used when in groovy ` value = response.assertionclosure ' called concode_field_sep ResponseSpecificationImpl core concode_elem_sep ReflectionHelper<ResponseSpecificationImpl> helper concode_elem_sep Logger log concode_field_sep void setRequestSpecification concode_elem_sep void setRestAssuredResponse concod...
ResponseSpecificationImpl . HamcrestAssertionClosure function ( ) { return getAssertionClosure ( ) ; }
14,810
set the newtier value . concode_field_sep String defaultGroup concode_elem_sep FirewallState firewallState concode_elem_sep TierType newTier concode_elem_sep TrustedIdProviderState trustedIdProviderState concode_elem_sep Map<String,String> tags concode_field_sep DataLakeStoreAccountUpdateParameters withTags concode_ele...
DataLakeStoreAccountUpdateParameters function ( TierType arg0 ) { this . newTier = arg0 ; return this ; }
14,811
this will return the set time of the reminder concode_field_sep String mReason concode_elem_sep String COLUMN_DATE concode_elem_sep String TABLE concode_elem_sep String COLUMN_REASON concode_elem_sep String COLUMN_LOCATION concode_elem_sep String[] COLUMNS concode_elem_sep int mId concode_elem_sep String COLUMN_ID conc...
String function ( ) { return mTime ; }
14,812
returns a non-null signer for the specified service and region according to the internal configuration which provides a basic default algorithm used for signer determination . concode_field_sep String NO_OP_SIGNER concode_elem_sep String QUERY_STRING_SIGNER concode_elem_sep String VERSION_FOUR_SIGNER concode_elem_sep M...
Signer function ( String arg0 , String arg1 ) { return lookupAndCreateSigner ( arg0 , arg1 ) ; }
14,813
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
14,814
deletes the congtrinh with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep congtrinhLocalService _congtrinhLocalService concode_field_sep congtrinhLocalService getWrappedcongtrinhLocalService concode_elem_sep void setWrappedService concode_elem_sep void setWrappedco...
void function ( int arg0 ) { _congtrinhLocalService . deletecongtrinh ( arg0 ) ; }
14,815
sets the property 's key . concode_field_sep long serialVersionUID concode_elem_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep String toString
void function ( String arg0 ) { this . key = arg0 ; }
14,816
convenience method : calls #join string , iterable with '' , '' as the separator concode_field_sep T third concode_elem_sep F first concode_elem_sep S second concode_field_sep Collector<Object,?,Integer> countingInt concode_elem_sep List<T> lastN concode_elem_sep String lastN concode_elem_sep String toString concode_el...
String function ( Iterable < ? > arg0 ) { return join ( "srini_string" , arg0 ) ; }
14,817
returns the critical message for this sub-menu , if it has been set . concode_field_sep boolean needsAttention concode_elem_sep String criticalMessage concode_elem_sep List<String> roleForAccess concode_elem_sep String url concode_field_sep String getUrl concode_elem_sep void setCriticalMessage concode_elem_sep List<St...
String function ( ) { return criticalMessage ; }
14,818
getfetchcount concode_field_sep String COMPOSITE_TYPE_DESCRIPTION concode_elem_sep long updateCount concode_elem_sep long fetchCount concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep OpenType[] ITEM_TYPES concode_elem_sep CompositeType COMPOSITE_TYPE concode_elem_sep long loadCount concode_elem_sep long delete...
long function ( ) { return fetchCount ; }
14,819
create an instance of oauth concode_field_sep PlaceHolder placeHolder concode_field_sep User createUser concode_elem_sep Token createToken concode_elem_sep App createApp concode_elem_sep App.Redirect createAppRedirect concode_elem_sep SignedRequest createSignedRequest
Oauth function ( ) { return new Oauth ( ) ; }
14,820
gets name . concode_field_sep CstString signature concode_elem_sep CstString name concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CstString getSignature concode_elem_sep String toString concode_elem_sep int compareHandlesNulls concode_elem_sep int compareTo concode_elem_sep LocalItem mak...
CstString function ( ) { return name ; }
14,821
set the password used to load the trust store concode_field_sep String trustStoreType concode_elem_sep Logger LOG concode_elem_sep String trustStoreAlgorithm concode_elem_sep String keyAlias concode_elem_sep File keystoreFile concode_elem_sep String trustStorePass concode_elem_sep String[] enabledCipherSuites concode_e...
void function ( String arg0 ) { this . trustStorePass = arg0 ; }
14,822
get the state string concode_field_sep TaskType taskType concode_elem_sep long finishTime concode_elem_sep String hostname concode_elem_sep Counters counters concode_elem_sep String rackName concode_elem_sep TaskAttemptFinished datum concode_elem_sep String state concode_elem_sep String taskStatus concode_elem_sep Task...
String function ( ) { return state . toString ( ) ; }
14,823
setter method for application context concode_field_sep ApplicationContext appContext concode_field_sep Object getBean
void function ( ApplicationContext arg0 ) { appContext = arg0 ; }
14,824
get a builder that can be directly used to perform authorization code grant flow defined by facebook . concode_field_sep String OAUTH2_PROPERTY_ACCESS_TOKEN concode_field_sep Feature feature concode_elem_sep OAuth2FlowGoogleBuilder googleFlowBuilder concode_elem_sep OAuth2CodeGrantFlow.Builder authorizationCodeGrantFlo...
OAuth2CodeGrantFlow . Builder function ( ClientIdentifier arg0 , String arg1 ) { return OAuth2FlowFacebookBuilder . getFacebookAuthorizationBuilder ( arg0 , arg1 , ClientBuilder . newClient ( ) ) ; }
14,825
set behavior for getstring string , string method when a positional index like % 4 is used but no subs value was given for that index . set to one of refcapablepropertyresourcebundle.throw _ behavior refcapablepropertyresourcebundle.emptystring _ behavior refcapablepropertyresourcebundle.noop _ behavior the first value...
void function ( int arg0 ) { this . missingPosValueBehavior = arg0 ; }
14,826
returns the number of rows matching the dynamic query . concode_field_sep AssetLocalService _assetLocalService concode_field_sep com.liferay.samplealloymvc.model.Asset addAsset concode_elem_sep com.liferay.samplealloymvc.model.Asset fetchAsset concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep ...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _assetLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
14,827
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean preHandleResource concode_elem_sep boolean preHandleRender concode_elem_sep void afterResourceCompletion concode_elem_sep void afterRenderCompletion concode_elem_sep void afterEventCompletion concode_elem_sep boolean preH...
void function ( ResourceRequest arg0 , ResourceResponse arg1 , Object arg2 , ModelAndView arg3 ) { }
14,828
for given recordcount how much memory does msorter needs for its own purpose . this is used in externalsortbatch to make decisions about whether to spill or not . concode_field_sep SelectionVector4 vector4 concode_elem_sep SelectionVector4 aux concode_elem_sep FragmentContext context concode_elem_sep Queue<Integer> run...
long function ( final int arg0 ) { return arg0 * 4 ; }
14,829
gets the value of the title property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep void setTemplateRef concode_elem_sep ResourceT...
String function ( ) { return title ; }
14,830
open dialog and shows branches to compare . concode_field_sep GitServiceClient gitService concode_elem_sep DtoUnmarshallerFactory dtoUnmarshallerFactory concode_elem_sep ConsolesPanelPresenter consolesPanelPresenter concode_elem_sep CurrentProject project concode_elem_sep GitOutputConsoleFactory gitOutputConsoleFactory...
void function ( ) { project = appContext . getCurrentProject ( ) ; getBranches ( ) ; }
14,831
this is to get canceled tokens from token store concode_field_sep Log log concode_field_sep Token[] getExpiredTokens concode_elem_sep void addToken concode_elem_sep Token[] getValidTokens concode_elem_sep void updateToken concode_elem_sep String[] getAllTokenKeys concode_elem_sep void removeToken concode_elem_sep Token...
Token [ ] function ( int arg0 ) { return getTokens ( arg0 ) ; }
14,832
string representation of this object . used mainly for debugging . concode_field_sep Reference objectReference concode_elem_sep int linearTraversalOffset concode_elem_sep Object object concode_field_sep Object getObject concode_elem_sep int hashCode concode_elem_sep int getLinearTraversalOffset concode_elem_sep boolean...
String function ( ) { return objectReference . toString ( ) + "srini_string" + object . toString ( ) ; }
14,833
called when confirmation is given . concode_field_sep long serialVersionUID concode_field_sep void componentEvent concode_elem_sep void rejected
void function ( ConfirmationEvent arg0 ) { }
14,834
releases the given data buffer , if it is a pooleddatabuffer . concode_field_sep int chunkSize concode_elem_sep DataBufferFactory dataBufferFactory concode_elem_sep Consumer<ReadableByteChannel> CLOSE_CONSUMER concode_field_sep Flux<DataBuffer> read concode_elem_sep Flux<DataBuffer> read concode_elem_sep ReadableByteCh...
boolean function ( DataBuffer arg0 ) { if ( arg0 instanceof PooledDataBuffer ) { return ( ( PooledDataBuffer ) arg0 ) . release ( ) ; } return false ; }
14,835
formats digital representation of a model as a human-readable string . concode_field_sep PlaceHolder placeHolder concode_field_sep String getSizeFromBytes concode_elem_sep long parseSpaceSize concode_elem_sep String parametersToString concode_elem_sep String byteBufferToString concode_elem_sep String formatTimeTakenMs ...
String function ( short arg0 , boolean arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; if ( arg1 ) { loc0 . append ( "srini_string" ) ; } else { loc0 . append ( "srini_string" ) ; } loc0 . append ( new Mode ( arg0 ) . toString ( ) ) ; return loc0 . toString ( ) ; }
14,836
sets the value of the code property . concode_field_sep String cmpCode concode_elem_sep String number concode_elem_sep String code concode_elem_sep int lineNumber concode_field_sep String getNumber concode_elem_sep int getLineNumber concode_elem_sep void setCmpCode concode_elem_sep void setLineNumber concode_elem_sep S...
void function ( String arg0 ) { this . code = arg0 ; }
14,837
creates an instance of entityserializer with the strictcontentlengthstrategy implementation to be used forserializing http entities sent over this connection . this method can be overridden in a super class in order to create instances of entityserializer using a custom contentlengthstrategy . concode_field_sep EntityS...
EntitySerializer function ( ) { return new EntitySerializer ( new StrictContentLengthStrategy ( ) ) ; }
14,838
set the sounds to be played when a pull event happens . you specify which sound plays for which events by calling this method multiple times for each event . if you 've already set a sound for a certain event , and add another sound for that event , only the new sound will be played . concode_field_sep MediaPlayer mCur...
void function ( State arg0 , int arg1 ) { mSoundMap . put ( arg0 , arg1 ) ; }
14,839
gets the value value for this wslong . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep long value concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.axis.en...
long function ( ) { return value ; }
14,840
accesses the deck 's size . concode_field_sep Card[] cards concode_elem_sep int BOARD_SIZE concode_elem_sep Deck deck concode_elem_sep boolean I_AM_DEBUGGING concode_elem_sep String[] RANKS concode_elem_sep int[] POINT_VALUES concode_elem_sep String[] SUITS concode_field_sep void deal concode_elem_sep boolean containsJ...
int function ( ) { return deck . size ( ) ; }
14,841
a token used to retrieve the next value . concode_field_sep String nextToken concode_elem_sep java.util.List<String> things concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListPrincipalThingsResult clone concode_elem_sep String toString concode_elem_sep...
String function ( ) { return this . nextToken ; }
14,842
to indicate if the connection information is accurate or not . false means accurate . only used for cdma . concode_field_sep String LOG_TAG concode_elem_sep State state concode_elem_sep boolean isGeneric concode_field_sep Phone getPhone concode_elem_sep long getEarliestCreateTime concode_elem_sep Connection getLatestCo...
boolean function ( ) { return isGeneric ; }
14,843
create an instance of orderpaymentresponse concode_field_sep QName _OrderPayment_QNAME concode_elem_sep QName _OrderPaymentResponse_QNAME concode_field_sep OrderPayment createOrderPayment concode_elem_sep JAXBElement<OrderPayment> createOrderPayment
OrderPaymentResponse function ( ) { return new OrderPaymentResponse ( ) ; }
14,844
verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 , arg2 ) ; }
14,845
add an unchanged metadata value concode_field_sep boolean reinstated concode_elem_sep Item item concode_elem_sep List<Metadatum> constant concode_elem_sep boolean newItem concode_elem_sep boolean withdrawn concode_elem_sep boolean empty concode_elem_sep Collection oldOwningCollection concode_elem_sep boolean deleted co...
void function ( Metadatum arg0 ) { constant . add ( arg0 ) ; complete . add ( arg0 ) ; }
14,846
returns the first located server concode_field_sep String[] servers concode_elem_sep ResolverConfig currentConfig concode_elem_sep Name[] searchlist concode_field_sep void findResolvConf concode_elem_sep boolean findSunJVM concode_elem_sep void findUnix concode_elem_sep ResolverConfig getCurrentConfig concode_elem_sep ...
String function ( ) { if ( servers == null ) return null ; return servers [ 0 ] ; }
14,847
get the origin concode_field_sep double _originX concode_elem_sep Point2D _origin concode_elem_sep int _quadrant concode_elem_sep double _originY concode_field_sep void setQuadrant concode_elem_sep int getQuadrant concode_elem_sep void setOrigin concode_elem_sep boolean snapped concode_elem_sep void constrain
Point2D function ( ) { return _origin ; }
14,848
returns the orthogonal distance between a point and a network link a straight line concode_field_sep long euclidianCounter concode_elem_sep Logger log concode_elem_sep long othogonalCounter concode_elem_sep long totalCounter concode_elem_sep double meterPerSecWalkSpeed concode_field_sep double getEuclidianDistance conc...
double function ( Link arg0 , Coord arg1 ) { return getOrthogonalDistance ( arg0 , arg1 . getX ( ) , arg1 . getY ( ) ) ; }
14,849
call the scanner 's currenttoken method . concode_field_sep MessageHandler messageHandler concode_elem_sep Scanner scanner concode_elem_sep SymTabStack symTabStack concode_field_sep MessageHandler getMessageHandler concode_elem_sep void addMessageListener concode_elem_sep Token nextToken concode_elem_sep int getErrorCo...
Token function ( ) { return scanner . currentToken ( ) ; }
14,850
sets the value of the languagesofinstructionandexamination property . concode_field_sep QualificationType qualification concode_elem_sep NameAndStatusOfInstitutionAdministeringStudiesType nameAndStatusOfInstitutionAdministeringStudies concode_elem_sep TitleConferredType titleConferred concode_elem_sep NameAndStatusOfAw...
void function ( LanguagesOfInstructionAndExaminationType arg0 ) { this . languagesOfInstructionAndExamination = arg0 ; }
14,851
continue indexing after it has paused . no new document limit will be set concode_field_sep CopyOnWriteArrayList<Exception> failures concode_elem_sep int minFieldSize concode_elem_sep int maxFieldSize concode_elem_sep Logger logger concode_elem_sep AtomicBoolean stop concode_elem_sep Set<String> ids concode_elem_sep Th...
void function ( ) { continueIndexing ( - 1 ) ; }
14,852
tbl props . concode_field_sep boolean ifNotExists concode_elem_sep HCatTable hcatTable concode_field_sep Builder tblProps concode_elem_sep String getLocation concode_elem_sep int getNumBuckets concode_elem_sep List<HCatFieldSchema> getPartitionCols concode_elem_sep List<Order> getSortCols concode_elem_sep String getDat...
Builder function ( Map < String , String > arg0 ) { this . hcatTable . arg0 ( arg0 ) ; return this ; }
14,853
gets the refnum value for this vendorcreditapply . concode_field_sep java.lang.Double amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Boolean apply concode_elem_sep java.lang.Long line concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String type concode...
java . lang . String function ( ) { return refNum ; }
14,854
convenient call for abstractdao #querybuilder . concode_field_sep Map<Class<?>,AbstractDao<?,?>> entityToDao concode_elem_sep SQLiteDatabase db concode_field_sep V callInTxNoException concode_elem_sep void deleteAll concode_elem_sep long insert concode_elem_sep void refresh concode_elem_sep void update concode_elem_sep...
QueryBuilder < T > function ( Class < T > arg0 ) { @ SuppressWarnings ( "srini_string" ) AbstractDao < T , ? > loc0 = ( AbstractDao < T , ? > ) getDao ( arg0 ) ; return loc0 . queryBuilder ( ) ; }
14,855
the names of the fields that are currently being processed due to an indexdocuments action . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> fieldNames concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep IndexDocumentsResult withFie...
java . util . List < String > function ( ) { if ( fieldNames == null ) { fieldNames = new com . amazonaws . internal . ListWithAutoConstructFlag < String > ( ) ; fieldNames . setAutoConstruct ( true ) ; } return fieldNames ; }
14,856
method to get the version of the resource . concode_field_sep long version concode_elem_sep int contentID concode_elem_sep String author concode_elem_sep String lastUpdater concode_elem_sep String name concode_elem_sep long lastUpdatedOn concode_elem_sep String description concode_elem_sep String mediaType concode_elem...
long function ( ) { return version ; }
14,857
sets the value of the name property . concode_field_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep void setValue
void function ( String arg0 ) { this . name = arg0 ; }
14,858
a list of reserved instances . note : this method appends the values to the existing list if any . use #setreservedinstances java.util.collection or #withreservedinstances java.util.collection if you want tooverride the existing values . concode_field_sep com.amazonaws.internal.SdkInternalList<ReservedInstances> reserv...
DescribeReservedInstancesResult function ( ReservedInstances ... arg0 ) { if ( this . reservedInstances == null ) { setReservedInstances ( new com . amazonaws . internal . SdkInternalList < ReservedInstances > ( arg0 . length ) ) ; } for ( ReservedInstances loc0 : arg0 ) { this . reservedInstances . add ( loc0 ) ; } re...
14,859
this method does the actual registration at the sponsorpay backend , performing the advertiser callback , and including in it a parameter to signal if a successful response has been received yet . concode_field_sep SponsorPayAdvertiser mInstance concode_elem_sep SponsorPayAdvertiserState mPersistedState concode_elem_se...
void function ( String arg0 , Map < String , String > arg1 ) { SPCredentials loc0 = SponsorPay . getCredentials ( arg0 ) ; }
14,860
gets the mail id . concode_field_sep boolean securedOrNot concode_elem_sep String password concode_elem_sep String mailSmtpHost concode_elem_sep String confirmPassword concode_elem_sep String mailId concode_elem_sep String mailSmtpPort concode_field_sep void setMailId concode_elem_sep void setMailSmtpPort concode_elem_...
String function ( ) { return mailId ; }
14,861
this method resets the incoming events time events included . concode_field_sep boolean f_available_in_next_cycle concode_elem_sep boolean f_available_in_cycle concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] ...
void function ( ) { sCInterface . clearEvents ( ) ; }
14,862
returns tags associated with the file system as an array of tag objects . concode_field_sep String nextMarker concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<Tag> tags concode_field_sep DescribeTagsResult withTags concode_elem_sep DescribeTagsResult withTags concode_elem_sep Strin...
java . util . List < Tag > function ( ) { if ( tags == null ) { tags = new com . amazonaws . internal . SdkInternalList < Tag > ( ) ; } return tags ; }
14,863
set the xmlreader to be used for the source . concode_field_sep String FEATURE concode_elem_sep XMLReader reader concode_elem_sep InputSource inputSource concode_field_sep String getSystemId concode_elem_sep InputSource sourceToInputSource concode_elem_sep void setSystemId concode_elem_sep void setInputSource concode_e...
void function ( XMLReader arg0 ) { this . reader = arg0 ; }
14,864
tests if the specified object is a key in this hashtable . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean co...
boolean function ( int arg0 ) { Entry loc0 [ ] = table ; int loc1 = arg0 ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( loc3 . loc1 == loc1 ) { return true ; } } return false ; }
14,865
editor singleton accessor , creates an editor instance if none is found else returns it . concode_field_sep Parser parser concode_elem_sep UI ui concode_elem_sep Editor editor concode_elem_sep Internationalisation langSupport concode_elem_sep boolean run concode_elem_sep Tasks tasks concode_field_sep UI getUI concode_e...
Editor function ( ) { if ( editor == null ) { editor = new Editor ( Main . DEFAULT_BUNDLE , Main . DEFAULT_LOCAL , Main . DEFAULT_LANG , new CLI ( ) ) ; } return ( editor ) ; }
14,866
execute full cycle : warm up , execute and publish benchmark . concode_field_sep InternalLogger log concode_field_sep Run newRun concode_elem_sep List<Map<String,String>> product concode_elem_sep Set<Map<String,String>> product concode_elem_sep String signature concode_elem_sep List<String> valueList concode_elem_sep v...
void function ( final Class < ? extends CaliperBench > arg0 ) { execute ( "srini_string" , arg0 ) ; Run loc0 = execute ( "srini_string" , arg0 ) ; publish ( newResult ( loc0 ) ) ; }
14,867
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 ( JSONArray arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
14,868
creates a bufferedimage with a white , empty background . concode_field_sep PlaceHolder placeHolder concode_field_sep BufferedImage autoCrop concode_elem_sep int findNumberOfRowsToCrop concode_elem_sep BufferedImage scaleImage concode_elem_sep double getSizeOfImageInMBit concode_elem_sep long getSizeOfImage concode_ele...
BufferedImage function ( int arg0 , int arg1 ) { BufferedImage loc0 = new BufferedImage ( arg0 , arg1 , BufferedImage . TYPE_INT_RGB ) ; Graphics2D loc1 = ( Graphics2D ) loc0 . getGraphics ( ) ; Color loc2 = loc1 . getBackground ( ) ; loc1 . setBackground ( Color . WHITE ) ; loc1 . fillRect ( 0 , 0 , arg0 , arg1 ) ; lo...
14,869
inputfile can now send progress events before the file upload begins , and after it has completed , to facilitate synchronous mode , so that applications may turn on and off an indeterminate progress bar during the file upload , since they ca n't push incremental progress updates . concode_field_sep File file concode_e...
boolean function ( ) { return preUpload ; }
14,870
returns the configuration element . concode_field_sep IDisposable disposableBuilder concode_elem_sep ArrayList pluginActions concode_elem_sep ActionSetActionBars bars concode_elem_sep ActionSetDescriptor desc concode_field_sep void addPluginAction concode_elem_sep void init concode_elem_sep IAction[] getPluginActions c...
IConfigurationElement function ( ) { return desc . getConfigurationElement ( ) ; }
14,871
return the name as user readable string . concode_field_sep X500Principal dnPrincipal concode_elem_sep X500Name dnName concode_elem_sep String IDENT concode_elem_sep String DN_PRINCIPAL concode_elem_sep String NAME concode_elem_sep String DN_NAME concode_field_sep void encode concode_elem_sep void set concode_elem_sep ...
String function ( ) { if ( dnName == null ) return "srini_string" ; return ( dnName . toString ( ) ) ; }
14,872
update the frame based on information from another frame . used for cloning frames for blocks , usually and when entering class bodies . concode_field_sep IRubyObject backRef concode_elem_sep Block block concode_elem_sep Visibility visibility concode_elem_sep IRubyObject lastLine concode_elem_sep RubyModule klazz conco...
void function ( Frame arg0 ) { assert arg0 . block != null : "srini_string" ; this . self = arg0 . self ; this . name = arg0 . name ; this . klazz = arg0 . klazz ; this . block = arg0 . block ; this . visibility = arg0 . visibility ; }
14,873
sets the value of the style property . concode_field_sep Parent parent concode_elem_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep List<Tracked> tracked concode_elem_sep long serialVersionUID concode_elem_sep String label concode_elem_sep Descriptions descriptions concod...
void function ( String arg0 ) { this . style = arg0 ; }
14,874
this test validates that an index which is out of bounds throws an indexoutofboundsexcpetion . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long seri...
void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; DataSet < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) ; loc1 . maxBy ( 5 ) ; }
14,875
stop worker for specified peerentity if currently running . concode_field_sep int POOL_SIZE concode_elem_sep PeerService service concode_elem_sep ExecutorService pool concode_elem_sep PeerRepository peers concode_elem_sep ConcurrentHashMap<UUID,PeerWorker> workers concode_field_sep void stop concode_elem_sep void spawn...
void function ( PeerEntity arg0 ) { PeerWorker loc0 = workers . get ( arg0 . getUUID ( ) ) ; if ( loc0 != null ) { loc0 . stop ( ) ; workers . remove ( loc0 . getPeerEntity ( ) . getUUID ( ) ) ; Log . d ( "srini_string" , "srini_string" + arg0 ) ; } }
14,876
calculates the ratio of gamma values in the distribution equation . concode_field_sep long serialVersionUID concode_elem_sep int n concode_elem_sep double constant concode_elem_sep double gammaRatio concode_elem_sep double outsideExp concode_elem_sep int k concode_field_sep PartialCorrelationPdf serializableInstance co...
double function ( int arg0 , int arg1 ) { double loc0 = ( arg0 - arg1 + 1 ) / 2.0 ; double loc1 = ( arg0 - arg1 ) / 2.0 ; double loc2 = ProbUtils . loc2 ( loc0 ) - ProbUtils . loc2 ( loc1 ) ; return Math . exp ( loc2 ) ; }
14,877
set the endpoint artifact container name as a metadata concode_field_sep boolean enableStatistics concode_elem_sep String name concode_elem_sep String description concode_elem_sep boolean switchOn concode_elem_sep boolean isEdited concode_elem_sep String artifactContainerName concode_elem_sep String endpointString conc...
void function ( String arg0 ) { this . artifactContainerName = arg0 ; }
14,878
a call to this method reflects use of the drop down , and we should grab that url concode_field_sep Boolean mUsingEmailNotification concode_elem_sep String UNUSED concode_elem_sep String[] mApplicationURLs concode_elem_sep String mQuickURL concode_elem_sep Boolean mEulaViewed concode_elem_sep int mMode concode_elem_sep...
void function ( int arg0 ) { mHomeUrl = mApplicationURLs [ arg0 ] ; mSelectedIndex = arg0 ; }
14,879
gets the value of the lastupdateuser property . concode_field_sep Integer sequenceNumber concode_elem_sep Boolean isSecureCode concode_elem_sep Date lastUpdateDate concode_elem_sep Integer length concode_elem_sep Boolean isBaseline concode_elem_sep Integer projectObjectId concode_elem_sep Boolean isTemplate concode_ele...
String function ( ) { return lastUpdateUser ; }
14,880
convenience method to get this element as a string value . concode_field_sep PlaceHolder placeHolder concode_field_sep float getAsFloat concode_elem_sep BigInteger getAsBigInteger concode_elem_sep byte getAsByte concode_elem_sep JsonObject getAsJsonObject concode_elem_sep JsonNull getAsJsonNull concode_elem_sep BigDeci...
String function ( ) { throw new UnsupportedOperationException ( getClass ( ) . getSimpleName ( ) ) ; }
14,881
specifies the dns address of the db instance . concode_field_sep String hostedZoneId concode_elem_sep String address concode_elem_sep Integer port concode_field_sep Integer getPort concode_elem_sep Endpoint withHostedZoneId concode_elem_sep Endpoint withAddress concode_elem_sep String getHostedZoneId concode_elem_sep i...
void function ( String arg0 ) { this . address = arg0 ; }
14,882
basically just a wrapper for lazy people - identical to calling requestpty `` dumb '' , 0 , 0 , 0 , 0 , null . concode_field_sep String x11FakeCookie concode_elem_sep boolean flag_x11_requested concode_elem_sep boolean flag_closed concode_elem_sep boolean flag_pty_requested concode_elem_sep SecureRandom rnd concode_ele...
void function ( ) { requestPTY ( "srini_string" , 0 , 0 , 0 , 0 , null ) ; }
14,883
the wrapper method responsible for delegating animation requests to the appropriate helper method . concode_field_sep float TAB_OPENED_PIVOT_INSET_DP concode_elem_sep int TAB_OPENED_ANIMATION_DURATION concode_elem_sep float mWidthDp concode_elem_sep float mDpToPx concode_field_sep Animator createNewTabOpenedAnimator
Animator function ( OverviewAnimationType arg0 , StackTab [ ] arg1 , ViewGroup arg2 , TabModel arg3 , int arg4 ) { Animator loc0 = null ; if ( arg3 != null ) { switch ( arg0 ) { case NEW_TAB_OPENED : loc0 = createNewTabOpenedAnimator ( arg1 , arg2 , arg3 , arg4 ) ; break ; default : break ; } } return loc0 ; }
14,884
set whether the encoder should encode alpha transparency not supported in this imageencoder . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encode concode_elem_sep void encode concode_elem_sep void setQuality concode_elem_sep float getQuality concode_elem_sep boolean isEncodingAlpha
void function ( boolean arg0 ) { }
14,885
sets the field1 of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel con...
void function ( java . lang . String arg0 ) { _foo . setField1 ( arg0 ) ; }
14,886
switch to a new profile . concode_field_sep ContextIndexSearcher searcher concode_elem_sep List<QueryProfiler> queryProfilers concode_elem_sep AggregationProfiler aggProfiler concode_field_sep List<QueryProfiler> getQueryProfilers concode_elem_sep QueryProfiler getCurrentQueryProfiler concode_elem_sep AggregationProfil...
QueryProfiler function ( ) { QueryProfiler loc0 = new QueryProfiler ( ) ; searcher . setProfiler ( loc0 ) ; queryProfilers . add ( loc0 ) ; return loc0 ; }
14,887
cambia el contenido del nodo concode_field_sep T contenido concode_elem_sep NodoOrdenado<T> siguiente concode_field_sep int comparar concode_elem_sep void setSiguiente concode_elem_sep T getContenido concode_elem_sep NodoOrdenado<T> getSiguiente
void function ( T arg0 ) { this . contenido = arg0 ; }
14,888
returns an integer containing the lowest `` 1 '' bit only form the input value returns zero if no bit is set . concode_field_sep PlaceHolder placeHolder concode_field_sep int significantUnsignedBits concode_elem_sep int highWord concode_elem_sep int parity concode_elem_sep int significantSignedBits concode_elem_sep boo...
int function ( int arg0 ) { return ( arg0 & ( - arg0 ) ) ; }
14,889
trim leading whitespace from the given string . concode_field_sep PlaceHolder placeHolder concode_field_sep String collectionToCommaDelimitedString concode_elem_sep String replace concode_elem_sep String collapseWhitespace concode_elem_sep String trimOrPad concode_elem_sep String replaceAll concode_elem_sep boolean has...
String function ( String arg0 ) { if ( ! hasLength ( arg0 ) ) { return arg0 ; } StringBuilder loc0 = new StringBuilder ( arg0 ) ; while ( loc0 . length ( ) > 0 && Character . isWhitespace ( loc0 . charAt ( 0 ) ) ) { loc0 . deleteCharAt ( 0 ) ; } return loc0 . toString ( ) ; }
14,890
convert this standard java object to a cos object . concode_field_sep COSDictionary fit concode_elem_sep String SCALE_OPTION_ONLY_WHEN_ICON_IS_BIGGER concode_elem_sep String SCALE_OPTION_ONLY_WHEN_ICON_IS_SMALLER concode_elem_sep String SCALE_OPTION_NEVER concode_elem_sep String SCALE_TYPE_PROPORTIONAL concode_elem_sep...
COSBase function ( ) { return fit ; }
14,891
places the label at the specified screen point . concode_field_sep ScreenAnnotation annotation concode_elem_sep long frameNumber concode_elem_sep int labelLocationIndex concode_elem_sep Iterable<? extends LatLon> locations concode_elem_sep int altitudeMode concode_field_sep boolean isLabelCompletelyVisible concode_elem...
void function ( DrawContext arg0 , Vec4 arg1 ) { if ( this . getAnnotation ( ) != null ) this . getAnnotation ( ) . setScreenPoint ( new Point ( ( int ) arg1 . x , ( int ) arg1 . y ) ) ; }
14,892
sets the vertical gap between lines of components to the specified value . no exception is thrown if vgap < 0 . concode_field_sep int TRAILING concode_elem_sep int LEADING concode_elem_sep int LEFT concode_elem_sep int vgap concode_elem_sep int RIGHT concode_elem_sep int align concode_elem_sep long serialVersionUID con...
void function ( int arg0 ) { this . vgap = arg0 ; }
14,893
sets the value of the policycombiningalgid property . concode_field_sep List<JAXBElement<?>> policySetOrPolicyOrPolicySetIdReference concode_elem_sep String policyCombiningAlgId concode_elem_sep ObligationsType obligations concode_elem_sep String description concode_elem_sep DefaultsType policySetDefaults concode_elem_...
void function ( String arg0 ) { this . policyCombiningAlgId = arg0 ; }
14,894
this method was generated by mybatis generator . this method returns the value of the database column actcgl.davbal concode_field_sep Long cramnt concode_elem_sep Integer crcunt concode_elem_sep Date credat concode_elem_sep String recsts concode_elem_sep Long davbal concode_elem_sep Long crbala concode_elem_sep Long ca...
Long function ( ) { return davbal ; }
14,895
get the duration of the effect in seconds concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay...
float function ( ) { return duration ; }
14,896
deletes the record and its resources . concode_field_sep Log _log concode_field_sep void revertRecord concode_elem_sep com.liferay.dynamic.data.lists.model.DDLRecordSoap deleteRecordLocale concode_elem_sep com.liferay.dynamic.data.lists.model.DDLRecordSoap getRecord concode_elem_sep com.liferay.dynamic.data.lists.model...
void function ( long arg0 ) { try { DDLRecordServiceUtil . deleteRecord ( arg0 ) ; } catch ( Exception loc0 ) { _log . error ( loc0 , loc0 ) ; throw new RemoteException ( loc0 . getMessage ( ) ) ; } }
14,897
updates the operation notes concode_field_sep String summary concode_elem_sep String notes concode_elem_sep Set<String> protocol concode_elem_sep Set<String> produces concode_elem_sep List<Parameter> parameters concode_elem_sep Set<ResponseMessage> responseMessages concode_elem_sep String deprecated concode_elem_sep Op...
OperationBuilder function ( String arg0 ) { this . notes = defaultIfAbsent ( arg0 , this . notes ) ; return this ; }
14,898
returns the layout set branch id of this recent layout branch . concode_field_sep RecentLayoutBranch _recentLayoutBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes conco...
long function ( ) { return _recentLayoutBranch . getLayoutSetBranchId ( ) ; }
14,899
dummy method doing nothing concode_field_sep PlaceHolder placeHolder concode_field_sep void doNothing60 concode_elem_sep void doNothing61 concode_elem_sep void doNothing62 concode_elem_sep void doNothing63 concode_elem_sep void doNothing53 concode_elem_sep void doNothing31 concode_elem_sep void doNothing54 concode_elem...
void function ( ) { }