idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
1,100
returns the y-value of the i - th data point . concode_field_sep double[] a concode_elem_sep MultivariateDifferentiableVectorFunction problem concode_elem_sep double[] sigA concode_elem_sep int numStartingPoints concode_elem_sep int numObservations concode_elem_sep int numParameters concode_elem_sep String name concode...
double function ( final int arg0 ) { return y [ arg0 ] ; }
1,101
returns the next lognode in the linked list . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep void setNext
LogNode function ( ) { return mNext ; }
1,102
base64-encode the given byte array . concode_field_sep Base64Delegate delegate concode_elem_sep org.apache.commons.codec.binary.Base64 base64 concode_elem_sep Charset DEFAULT_CHARSET concode_field_sep void assertDelegateAvailable concode_elem_sep String encodeToString concode_elem_sep byte[] decodeFromString concode_el...
byte [ ] function ( byte [ ] arg0 ) { assertDelegateAvailable ( ) ; return delegate . encode ( arg0 ) ; }
1,103
set the proxy type . defaults to java.net.proxy.type #http . concode_field_sep Proxy proxy concode_elem_sep String hostname concode_elem_sep Proxy.Type type concode_elem_sep int port concode_field_sep Proxy getObject concode_elem_sep void setHostname concode_elem_sep void afterPropertiesSet concode_elem_sep Class<?> ge...
void function ( Proxy . Type arg0 ) { this . type = arg0 ; }
1,104
sets the value of the styling property . concode_field_sep Layout layout concode_elem_sep String onValue concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String offValue concode_elem_sep String flavour concode_elem_sep Boolean bindClickToWidget conc...
void function ( String arg0 ) { this . styling = arg0 ; }
1,105
nastaveni tepove frekvence srdce . concode_field_sep Runnable calculation concode_elem_sep boolean beep concode_elem_sep double wait concode_elem_sep float valueX concode_elem_sep ObservableList<ECGPoint> data concode_elem_sep int markerInList concode_elem_sep ObservableList<ObservableList<ECGPoint>> dataCurve concode_...
void function ( int arg0 ) { System . out . println ( "srini_string" + arg0 ) ; this . HF = arg0 ; this . recalculate = true ; }
1,106
returns the size of substring that does not contain any trailing spaces concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String toZeroPaddedString concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getL...
int function ( String arg0 ) { int loc0 = arg0 . length ( ) ; while ( loc0 > 0 ) { loc0 -- ; if ( arg0 . charAt ( loc0 ) != ' ' ) { return loc0 + 1 ; } } return 0 ; }
1,107
return an arraylist which maps to the org.atmosphere.cpr.atmosphereservlet concode_field_sep Logger logger concode_elem_sep ArrayList<String> mappings concode_field_sep void parse
ArrayList < String > function ( ) { return mappings ; }
1,108
sets the company id of this team . concode_field_sep Team _team concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep boolean isEscape...
void function ( long arg0 ) { _team . setCompanyId ( arg0 ) ; }
1,109
sets the list of items . concode_field_sep String nextPageLink concode_elem_sep List<T> items concode_field_sep String nextPageLink concode_elem_sep PageImpl<T> setNextPageLink concode_elem_sep List<T> items
PageImpl < T > function ( List < T > arg0 ) { this . items = arg0 ; return this ; }
1,110
set gpio output concode_field_sep File BASE_PROC_DIR concode_elem_sep File gpioDir concode_elem_sep int id concode_elem_sep GpioDirection direction concode_field_sep GpioDirection getDirection concode_elem_sep int getId
void function ( boolean arg0 ) { if ( direction != GpioDirection . OUT ) { throw new IllegalArgumentException ( "srini_string" = "srini_string" ) ; } PrintWriter loc0 = new PrintWriter ( new File ( gpioDir , "srini_string" ) ) ; loc0 . print ( arg0 ? 1 : 0 ) ; loc0 . close ( ) ; }
1,111
deletes the d a t a g r o u p from the database . also notifies the appropriate model listeners . concode_field_sep DATAGROUPLocalService _datagroupLocalService concode_field_sep vn.dtt.cmon.dm.dao.model.DATAGROUP addDATAGROUP concode_elem_sep vn.dtt.cmon.dm.dao.model.DATAGROUP createDATAGROUP concode_elem_sep int coun...
vn . dtt . cmon . dm . dao . model . DATAGROUP function ( vn . dtt . cmon . dm . dao . model . DATAGROUP arg0 ) { return _datagroupLocalService . deleteDATAGROUP ( arg0 ) ; }
1,112
return the feature with name feat . three types of values are possible : 1 . an informative feature ; 2 . the value `` 0 '' to indicate that the feature exists but is not meaningful for this allophone ; 3 . null to indicate that the feature does not exist . concode_field_sep Map<String,String> features concode_elem_sep...
String function ( String arg0 ) { return features . get ( arg0 ) ; }
1,113
returns a new object with rotated image data . only callable if isrotatesupported is true . concode_field_sep int width concode_elem_sep int height concode_field_sep boolean isCropSupported concode_elem_sep int getHeight concode_elem_sep byte[] getMatrix concode_elem_sep int getWidth concode_elem_sep boolean isRotateSu...
LuminanceSource function ( ) { throw new RuntimeException ( "srini_string" ) ; }
1,114
looks up the most specific method for the given method and type and returns an accessible version of discovered method if found . concode_field_sep String FIND_ONE concode_elem_sep Method findAllMethod concode_elem_sep Method findOneMethod concode_elem_sep Method saveMethod concode_elem_sep String DELETE concode_elem_s...
Method function ( Method arg0 , Class < ? > arg1 ) { Method loc0 = ClassUtils . getMostSpecificMethod ( arg0 , arg1 ) ; if ( loc0 == null ) { return null ; } ReflectionUtils . makeAccessible ( loc0 ) ; return loc0 ; }
1,115
returns true if the given byte array slice is awell-formed utf-8 byte sequence . the range of bytes to be checked extends from index index , inclusive , to limit , exclusive . this is a convenience method , equivalent to partialisvalidutf8 bytes , index , limit == utf8.complete . concode_field_sep int MALFORMED concode...
boolean function ( byte [ ] arg0 , int arg1 , int arg2 ) { return partialIsValidUtf8 ( arg0 , arg1 , arg2 ) == COMPLETE ; }
1,116
obtains the clipboard support object that i rely on to make decisions about copy/paste semantics . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void cat...
IClipboardSupport function ( ) { return clipboardSupport ; }
1,117
translate a single invalidvalue to a validationmessage . concode_field_sep DefaultValidationResults results concode_elem_sep Set<String> ignoredHibernateProperties concode_elem_sep Class beanClass concode_elem_sep ValidatingFormModel formModel concode_elem_sep ClassValidator hibernateValidator concode_field_sep String ...
ValidationMessage function ( InvalidValue arg0 ) { return new DefaultValidationMessage ( arg0 . getPropertyName ( ) , Severity . ERROR , resolveObjectName ( arg0 . getPropertyName ( ) ) + "srini_string" + arg0 . getMessage ( ) ) ; }
1,118
gets the method this item is for . concode_field_sep CstMethodRef method concode_elem_sep AnnotationSetItem annotations concode_field_sep void writeTo concode_elem_sep int hashCode concode_elem_sep void addContents concode_elem_sep boolean equals concode_elem_sep String toHuman concode_elem_sep int compareTo concode_el...
CstMethodRef function ( ) { return method ; }
1,119
gets the value of the id property . concode_field_sep List<ABCOrder.OrderItems.Item> item concode_elem_sep short quantity concode_elem_sep float price concode_elem_sep String customerNum concode_elem_sep ABCOrder.Header header concode_elem_sep String orderNum concode_elem_sep String id concode_elem_sep ABCOrder.OrderIt...
String function ( ) { return id ; }
1,120
testing command which return wrong password . the vault configuration should fail to create , because of wrong password . concode_field_sep String KEYSTORE_URL concode_elem_sep VaultSession nonInteractiveSession concode_elem_sep String VAULT_ALIAS concode_elem_sep ModelNode originalVault concode_elem_sep String VAULT_D...
void function ( ) { try { createVault ( "srini_string" + ExternalPasswordModuleSetupTask . getModuleName ( ) + "srini_string" + ExternalPassword . class . getName ( ) + "srini_string" ) ; fail ( ) ; } catch ( Exception loc0 ) { } }
1,121
collects oauth authorization header parameters as per oauth core 1.0 spec section 9.1.1 concode_field_sep String consumerSecret concode_elem_sep OAuthMessageSigner messageSigner concode_elem_sep boolean sendEmptyTokens concode_elem_sep HttpParameters requestParameters concode_elem_sep HttpParameters additionalParameter...
void function ( HttpRequest arg0 , HttpParameters arg1 ) { HttpParameters loc0 = OAuth . oauthHeaderToParamsMap ( arg0 . getHeader ( OAuth . HTTP_AUTHORIZATION_HEADER ) ) ; arg1 . putAll ( loc0 , false ) ; }
1,122
returns the product name . findproduct must be called before this method . concode_field_sep String productVersion concode_elem_sep ZWaveDbRoot database concode_elem_sep Logger logger concode_elem_sep ZWaveDbProduct selProduct concode_elem_sep ZWaveDbManufacturer selManufacturer concode_elem_sep List<ZWaveDbManufacture...
String function ( ) { if ( selProduct == null ) return "srini_string" ; else return selProduct . Model + "srini_string" + getLabel ( selProduct . Label ) ; }
1,123
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { MonthDateFormat loc0 = new MonthDateFormat ( ) ; MonthDateFormat loc1 = new MonthDateFormat ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
1,124
sets the name . concode_field_sep List components concode_elem_sep One one concode_elem_sep List manyToMany concode_elem_sep Foo foo concode_elem_sep int count concode_elem_sep Collection bag concode_elem_sep Simple simple concode_elem_sep Many many concode_elem_sep Set composites concode_elem_sep Collection lazyBag co...
void function ( String arg0 ) { this . name = arg0 ; }
1,125
return true if the field includes the final modifier . concode_field_sep java.lang.reflect.Field field concode_field_sep Class getElementType concode_elem_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void set concode_elem_sep void setAccessible concode_elem...
boolean function ( ) { return Modifier . isFinal ( field . getModifiers ( ) ) ; }
1,126
this method is used to acquire a part from the list using a known name for the part . this is a convenient way to access a part when the name for the part is known . concode_field_sep List<Part> list concode_elem_sep KeyMap<Part> map concode_field_sep boolean addPart concode_elem_sep List<Part> getParts
Part function ( String arg0 ) { return map . get ( arg0 ) ; }
1,127
set the highlited state , meaning that this instance or one of the child abstracttext objects has a highlighted state . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field...
void function ( boolean arg0 ) { this . hasHighlight = arg0 ; }
1,128
confers with policy and calls appropriate callback method . concode_field_sep String mVersionCode concode_elem_sep int ERROR_OVER_QUOTA concode_elem_sep Policy mPolicy concode_elem_sep DeviceLimiter mDeviceLimiter concode_elem_sep int ERROR_INVALID_PACKAGE_NAME concode_elem_sep LicenseCheckerCallback mCallback concode_...
void function ( int arg0 , ResponseData arg1 ) { mPolicy . processServerResponse ( arg0 , arg1 ) ; if ( mPolicy . allowAccess ( ) ) { mCallback . allow ( arg0 ) ; } else { mCallback . dontAllow ( arg0 ) ; } }
1,129
sets the animation to be run on each child of the view group on which this layout animation controller is . concode_field_sep long mDuration concode_elem_sep long mMaxDelay concode_elem_sep int ORDER_NORMAL concode_elem_sep int ORDER_RANDOM concode_elem_sep Interpolator mInterpolator concode_elem_sep Animation mAnimati...
void function ( Context arg0 , int arg1 ) { setAnimation ( AnimationUtils . loadAnimation ( arg0 , arg1 ) ) ; }
1,130
writes the specified quantity of zero 'd blocks . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep File targetFile concode_elem_sep int NO_COMPRESSION conc...
void function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 ; loc0 ++ ) { write ( ZERO_BLOCK , ZERO_BLOCK . length ) ; } }
1,131
returns the error message given the error code . this method is be used when throwing exception other than hsqlexception . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_s...
String function ( final int arg0 ) { return getMessage ( arg0 , 0 , null ) ; }
1,132
returns if asynchronous operations are support for this registration . concode_field_sep int order concode_elem_sep Map<String,String> initParameters concode_elem_sep boolean asyncSupported concode_elem_sep boolean enabled concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setEnabled conc...
boolean function ( ) { return this . asyncSupported ; }
1,133
find the _ fields constant that matches fieldid , throwing an exception if it is not found . concode_field_sep String _fieldName concode_elem_sep int __SUCCESS_ISSET_ID concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,FieldMetaData> metaDataMap concode_elem_sep TField SUCCESS_FIELD_DESC concode_elem_sep St...
_Fields function ( int arg0 ) { _Fields loc0 = findByThriftId ( arg0 ) ; if ( loc0 == null ) throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; return loc0 ; }
1,134
determine if the supplied string may be a valid identifier . this method returns ` false ' only if the identifier is known to be invalid e.g. , it is not of the correct format . this method may return true even if the identifier itself does not reference an existing node . concode_field_sep String sourceKey concode_ele...
boolean function ( String arg0 ) { if ( StringUtil . isBlank ( arg0 ) || arg0 . length ( ) <= IDENTIFIER_START_INDEX ) return false ; return true ; }
1,135
add a property and type to associate with this dbreferenceinfo concode_field_sep String id concode_elem_sep String database concode_elem_sep LinkedHashMap<String,String> properties concode_field_sep String getDatabase concode_elem_sep void setDatabase concode_elem_sep LinkedHashMap<String,String> getProperties concode_...
void function ( String arg0 , String arg1 ) { properties . put ( arg0 , arg1 ) ; }
1,136
returns the url of the class file where the given class has been loaded from . concode_field_sep Logger LOGGER concode_field_sep int hexToInt concode_elem_sep File jarFile concode_elem_sep File jarFile concode_elem_sep File jarFile concode_elem_sep File fromJarUrlToFile concode_elem_sep URL jarURL concode_elem_sep Stri...
URL function ( Class arg0 ) { ClassLoader loc0 = arg0 . getClassLoader ( ) ; if ( loc0 == null ) loc0 = ClassLoader . getSystemClassLoader ( ) ; URL loc1 = loc0 . getResource ( arg0 . getName ( ) . replace ( '.' , '/' ) + "srini_string" ) ; if ( loc1 == null ) throw new IllegalArgumentException ( "srini_string" + arg0 ...
1,137
gets all scheduledtask s. concode_field_sep Cache<K,CancellableTask<K,T>> cancellableTaskMap concode_elem_sep boolean isStarted concode_field_sep boolean cancel concode_elem_sep void closeImpl concode_elem_sep void schedule concode_elem_sep void startImpl concode_elem_sep Optional<T> getScheduledTask concode_elem_sep C...
Iterable < T > function ( ) { return Iterables . transform ( this . cancellableTaskMap . asMap ( ) . values ( ) , new Function < CancellableTask < K , T > , T > ( ) { @ Override public T apply ( CancellableTask < K , T > arg0 ) { return arg0 . getScheduledTask ( ) ; } } ) ; }
1,138
returns a range of all the repositories . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #al...
java . util . List < com . liferay . portal . model . Repository > function ( int arg0 , int arg1 ) { return _repositoryLocalService . getRepositories ( arg0 , arg1 ) ; }
1,139
subtracts v from this vector and returns this . concode_field_sep float x concode_elem_sep float y concode_field_sep Vec2 sub concode_elem_sep Vec2 sub concode_elem_sep void rotate concode_elem_sep float distance concode_elem_sep float distance concode_elem_sep Vec2 mul concode_elem_sep Vec2 mul concode_elem_sep Vec2 m...
Vec2 function ( Vec2 arg0 ) { return sub ( arg0 , this ) ; }
1,140
determines if the text at the given position indicates an english possessive which should be removed concode_field_sep boolean hasFinalPossessive concode_elem_sep boolean stemEnglishPossessive concode_elem_sep boolean splitOnCaseChange concode_elem_sep byte[] DEFAULT_WORD_DELIM_TABLE concode_elem_sep int length concode...
boolean function ( int arg0 ) { }
1,141
didwinrecently . concode_field_sep int[] winTurns concode_elem_sep int lose concode_elem_sep boolean winRecently concode_elem_sep int win concode_elem_sep String[] winMethods concode_elem_sep boolean[] mulliganedToZero concode_field_sep void addLose concode_elem_sep int[] getWinTurns concode_elem_sep void setWinTurn co...
boolean function ( ) { return winRecently ; }
1,142
returns the number of outliers in the list . concode_field_sep List outliers concode_elem_sep Outlier averagedOutlier concode_elem_sep boolean multiple concode_field_sep boolean add concode_elem_sep boolean isOverlapped concode_elem_sep Outlier getAveragedOutlier concode_elem_sep void updateAveragedOutlier concode_elem...
int function ( ) { return this . outliers . size ( ) ; }
1,143
log a message with the trace level . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep vo...
void function ( String arg0 , Throwable arg1 ) { logger . trace ( arg0 , arg1 ) ; }
1,144
returns a range of all the shopping item fields . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.query...
java . util . List < com . liferay . portlet . shopping . model . ShoppingItemField > function ( int arg0 , int arg1 ) { return _shoppingItemFieldLocalService . getShoppingItemFields ( arg0 , arg1 ) ; }
1,145
method that is implemented . concode_field_sep C2 field concode_elem_sep String CONSTANT1 concode_field_sep C2 method concode_elem_sep void method2 concode_elem_sep void deprecatedMethod
void function ( int arg0 , int arg1 ) { }
1,146
gets the value of the effectclrlst property . concode_field_sep CTColors txLinClrLst concode_elem_sep CTColors linClrLst concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep CTColors fillClrLst concode_elem_sep String name concode_elem_sep CTColors txEffectClrLst concode_elem_sep CTColors effectClrLst conc...
CTColors function ( ) { return effectClrLst ; }
1,147
sets the buffer provider of the primary working copy owner . note that even if the buffer provider is a working copy owner , only its createbuffer ijavascriptunit method is used by the primary working copy owner . it does n't replace the internal primary working owner . this method is for internal use by the jsdt-relat...
void function ( WorkingCopyOwner arg0 ) { DefaultWorkingCopyOwner . PRIMARY . arg0 = arg0 ; }
1,148
sets the connection properties on jdbc connection . concode_field_sep Properties connectionProperties concode_elem_sep Logger logger concode_elem_sep String databaseDriver concode_elem_sep Connection connection concode_elem_sep String databaseUrl concode_field_sep Connection getConnection concode_elem_sep void setPassw...
void function ( Properties arg0 ) { this . connectionProperties = arg0 ; }
1,149
returns the number of rows matching the dynamic query . concode_field_sep JIRAChangeItemLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.socialcoding.model.JI...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
1,150
returns lookup interface for maximum number of connections allowed per route . concode_field_sep int DEFAULT_MAX_TOTAL_CONNECTIONS concode_elem_sep ConnPerRoute DEFAULT_CONN_PER_ROUTE concode_field_sep void setMaxTotalConnections concode_elem_sep void setTimeout concode_elem_sep int getMaxTotalConnections concode_elem_...
ConnPerRoute function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } ConnPerRoute loc0 = ( ConnPerRoute ) arg0 . getParameter ( MAX_CONNECTIONS_PER_ROUTE ) ; if ( loc0 == null ) { loc0 = DEFAULT_CONN_PER_ROUTE ; } return loc0 ; }
1,151
returns an object containing the message arguments . concode_field_sep Object[] unpackedArgs concode_elem_sep int FILTER concode_elem_sep String resource concode_elem_sep String encoding concode_elem_sep boolean[] isLocaleSpecific concode_elem_sep int[] argFilterType concode_elem_sep int NO_FILTER concode_elem_sep int ...
Object [ ] function ( ) { return arguments . getArguments ( ) ; }
1,152
gets groupid . concode_field_sep Integer scriptid concode_elem_sep Integer usrgrpid concode_elem_sep Integer host_access concode_elem_sep Integer groupid concode_elem_sep String name concode_elem_sep String description concode_elem_sep String confirmation concode_elem_sep Integer type concode_elem_sep int value concode...
Integer function ( ) { return groupid ; }
1,153
getnotify concode_field_sep int m_serviceId concode_elem_sep String m_lastFail concode_elem_sep String m_lastGood concode_elem_sep char m_status concode_elem_sep String m_ipAddr concode_elem_sep String m_serviceName concode_elem_sep String m_notify concode_elem_sep int m_id concode_elem_sep int m_nodeId concode_field_s...
String function ( ) { return m_notify ; }
1,154
get managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep String getJsfEl concode_elem_sep void resetMa...
Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; }
1,155
set the state of the queue . concode_field_sep String name concode_elem_sep Log LOG concode_elem_sep Map<String,AccessControlList> acls concode_elem_sep Set<Queue> children concode_elem_sep Object schedulingInfo concode_elem_sep QueueState state concode_elem_sep Properties props concode_field_sep void setName concode_e...
void function ( QueueState arg0 ) { this . state = arg0 ; }
1,156
sets the time when the player was last seen . concode_field_sep String clientId concode_elem_sep Date lastSeen concode_elem_sep boolean isDynamicIp concode_elem_sep TranscodeScheme transcodeScheme concode_elem_sep String name concode_elem_sep String ipAddress concode_elem_sep PlayerTechnology technology concode_elem_se...
void function ( Date arg0 ) { this . lastSeen = arg0 ; }
1,157
returns the number of datapoints . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep HmInterface hmInterface concode_elem_sep List<HmChannel> channels concode_elem_sep String address concode_elem_sep String name concode_elem_sep String ADDRESS_GATEWAY_EXTRAS concode_elem_sep String type concode_elem_sep Str...
int function ( ) { int loc0 = 0 ; for ( HmChannel loc1 : channels ) { loc0 += loc1 . getDatapoints ( ) . size ( ) ; } return loc0 ; }
1,158
the state in which the activity completed . concode_field_sep CompletionStatus _status concode_elem_sep int _sagasOutcome concode_field_sep int result concode_elem_sep Object data concode_elem_sep String name concode_elem_sep String toString
CompletionStatus function ( ) { return _status ; }
1,159
validates based on file size concode_field_sep DateTimeFormatter df concode_elem_sep Logger log concode_field_sep boolean validateByFileName concode_elem_sep boolean validate concode_elem_sep boolean validateByFileDate
boolean function ( String arg0 , long arg1 ) { return arg1 > Long . parseLong ( arg0 ) ; }
1,160
returns the name of the color shown in the colors list . concode_field_sep String myDisplayName concode_elem_sep ColorKey myKey concode_elem_sep Kind myKind concode_elem_sep ColorDescriptor[] EMPTY_ARRAY concode_field_sep ColorKey getKey concode_elem_sep Kind getKind
String function ( ) { return myDisplayName ; }
1,161
returns the server address . concode_field_sep String server concode_elem_sep String saslRole concode_elem_sep boolean resolveDnsThroughProxy concode_elem_sep boolean rememberPassword concode_elem_sep boolean isRequiredPassword concode_elem_sep String saslUser concode_elem_sep boolean contactPresenceTaskEnabled concode...
String function ( ) { return server ; }
1,162
the encoded points of the polyline . concode_field_sep int length concode_elem_sep long serialVersionUID concode_elem_sep String levels concode_elem_sep String points concode_field_sep void setLength concode_elem_sep int getLength concode_elem_sep String encodeNumber concode_elem_sep void setPoints concode_elem_sep Str...
String function ( ) { return points ; }
1,163
calculates the square of a double . concode_field_sep PlaceHolder placeHolder concode_field_sep double[] v2a concode_elem_sep double max concode_elem_sep void analyse concode_elem_sep void analyse concode_elem_sep String rmsString concode_elem_sep void main concode_elem_sep double stderr concode_elem_sep double correla...
double function ( double arg0 ) { return arg0 * arg0 ; }
1,164
reads all input entries from the given section of the given class path . concode_field_sep Configuration configuration concode_field_sep void checkInputOutput concode_elem_sep void execute
void function ( String arg0 , ClassPath arg1 , int arg2 , int arg3 , DataEntryReader arg4 ) { for ( int loc0 = arg2 ; loc0 < arg3 ; loc0 ++ ) { ClassPathEntry loc1 = arg1 . get ( loc0 ) ; if ( ! loc1 . isOutput ( ) ) { readInput ( arg0 , loc1 , arg4 ) ; } } }
1,165
gets the debitamount attribute . concode_field_sep String period concode_elem_sep String balanceType concode_elem_sep KualiDecimal noDCAmount concode_elem_sep int debitCount concode_elem_sep int noDCCount concode_elem_sep int recordCount concode_elem_sep int creditCount concode_elem_sep String originCode concode_elem_s...
KualiDecimal function ( ) { return debitAmount ; }
1,166
creates an opengraphaction suitable for posting via , e.g. , a native share dialog . concode_field_sep PlaceHolder placeHolder concode_field_sep JSONObject getLikes concode_elem_sep String getId concode_elem_sep GraphObjectList<GraphObject> getTags concode_elem_sep void setTags concode_elem_sep void setPlace concode_el...
OpenGraphAction function ( String arg0 ) { return createForPost ( OpenGraphAction . class , arg0 ) ; }
1,167
clear the local notification without canceling repeating alarms . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void ca...
void function ( ) { if ( ! isRepeating ( ) && wasInThePast ( ) ) { unpersist ( ) ; } else { getNotMgr ( ) . cancel ( getId ( ) ) ; } }
1,168
returns the value of given property as integer , or defaultvalue if the property is not specified or malformed . concode_field_sep String ourTestUserName concode_field_sep void setTestUserName concode_elem_sep String getJavaVendor concode_elem_sep String getUserHome concode_elem_sep String getLineSeparator concode_elem...
int function ( @ NotNull final String arg0 , final int arg1 ) { final String loc0 = System . getProperty ( arg0 ) ; if ( loc0 != null ) { try { return Integer . parseInt ( loc0 ) ; } catch ( NumberFormatException loc1 ) { } } return arg1 ; }
1,169
change the level at which this interceptor logs . concode_field_sep Level level concode_elem_sep Logger logger concode_elem_sep Charset UTF8 concode_elem_sep Logger DEFAULT concode_field_sep String protocol concode_elem_sep void log concode_elem_sep Response intercept concode_elem_sep String requestPath
void function ( Level arg0 ) { this . level = arg0 ; }
1,170
sets the maximum rate as the number of calls in the number of seconds this is external from the given api rate and is used to be nice to servers . internally it is stored as a long indicating the minimum wait between calls concode_field_sep Calendar lastCall concode_elem_sep SimpleDateFormat dateFormatter concode_elem_...
void function ( final int arg0 , final int arg1 ) { internalMaxRate = ( long ) ( ( ( double ) arg1 / ( double ) arg0 ) * 1000 ) ; log . trace ( "srini_string" , idstr , internalMaxRate ) ; }
1,171
sets the unit identifier of this modbusserialmaster . concode_field_sep WriteSingleRegisterRequest m_WriteSingleRegisterRequest concode_elem_sep ReadInputDiscretesRequest m_ReadInputDiscretesRequest concode_elem_sep WriteMultipleCoilsRequest m_WriteMultipleCoilsRequest concode_elem_sep ReadInputRegistersRequest m_ReadI...
void function ( int arg0 ) { ModbusCoupler . getReference ( ) . setUnitID ( arg0 ) ; }
1,172
gets the value of the link property . concode_field_sep Boolean date concode_elem_sep Boolean snippet concode_elem_sep String src concode_elem_sep Boolean link concode_elem_sep BigInteger refresh concode_elem_sep Boolean showerror concode_elem_sep Label label concode_elem_sep String linktarget concode_elem_sep Boolean ...
Boolean function ( ) { return link ; }
1,173
get the input file name . concode_field_sep Text val concode_elem_sep String UNIQ_VALUE_COUNT concode_elem_sep String STRING_VALUE_MAX concode_elem_sep String VALUE_HISTOGRAM concode_elem_sep String LONG_VALUE_SUM concode_elem_sep String LONG_VALUE_MAX concode_elem_sep String LONG_VALUE_MIN concode_elem_sep String STRI...
void function ( Configuration arg0 ) { this . inputFile = arg0 . get ( MRJobConfig . MAP_INPUT_FILE ) ; }
1,174
using a regular pie chart , we replace the dataset with null . expect to receive notification of a chart change event , and of course the dataset should be null . concode_field_sep boolean flag concode_elem_sep JFreeChart pieChart concode_field_sep void chartChanged concode_elem_sep JFreeChart createPieChart concode_el...
void function ( ) { LocalListener loc0 = new LocalListener ( ) ; this . pieChart . addChangeListener ( loc0 ) ; PiePlot loc1 = ( PiePlot ) this . pieChart . getPlot ( ) ; loc1 . setDataset ( null ) ; assertEquals ( true , loc0 . flag ) ; assertNull ( loc1 . getDataset ( ) ) ; }
1,175
is this character a bracket character ? concode_field_sep IToken fToken concode_elem_sep BracketPair fBracket concode_elem_sep char close concode_elem_sep char open concode_field_sep IToken evaluate
boolean function ( char arg0 ) { if ( fBracket . open == arg0 || fBracket . close == arg0 ) return true ; return false ; }
1,176
gets the value of the labelname property . concode_field_sep String labelName concode_field_sep void setLabelName
String function ( ) { return labelName ; }
1,177
gets the primary attribute . concode_field_sep String employeeStatusCode concode_elem_sep String primaryDepartmentCode concode_elem_sep String employeeTypeCode concode_elem_sep boolean active concode_elem_sep String employeeId concode_elem_sep KualiDecimal baseSalaryAmount concode_elem_sep boolean primary concode_field...
boolean function ( ) { return primary ; }
1,178
gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName
String function ( ) { return userName ; }
1,179
set assessment due date . concode_field_sep String itemNumbering concode_elem_sep String submissionMessage concode_elem_sep java.util.Date dueDate concode_elem_sep java.util.Date feedbackDate concode_elem_sep boolean formatByAssessment concode_elem_sep boolean autoSave concode_elem_sep boolean unlimitedAttempts concode...
void function ( java . util . Date arg0 ) { this . dueDate = arg0 ; }
1,180
adds a jar file to be submitted with the application . concode_field_sep String EXECUTOR_EXTRA_LIBRARY_PATH concode_elem_sep String DRIVER_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_CORES concode_elem_sep String EXECUTOR_EXTRA_CLASSPATH concode_elem_sep String EXECUTOR_EXTRA_JAVA_OPTIONS concode_elem_sep Spark...
SparkLauncher function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; builder . jars . add ( arg0 ) ; return this ; }
1,181
persistenceexceptiontranslationpostprocessor is a bean post processor which adds an advisor to any bean annotated with repository so that any platform-specific exceptions are caught and then rethrown as one spring 's unchecked data access exceptions i.e. a subclass of dataaccessexception . concode_field_sep LocalContai...
PersistenceExceptionTranslationPostProcessor function ( ) { return new PersistenceExceptionTranslationPostProcessor ( ) ; }
1,182
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[] concode_elem_se...
void function ( java . io . InputStream arg0 , String arg1 ) { ReInit ( arg0 , arg1 , 1 , 1 , 4096 ) ; }
1,183
sets the value of the title property . concode_field_sep String displayLabel concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String language concode_elem_sep String type concode_elem_sep String title concode_elem_sep String scrip...
void function ( String arg0 ) { title = arg0 ; }
1,184
get this validation error as an ierror . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
IError function ( @ Nonnull final String arg0 , @ Nonnull final Locale arg1 ) { return SingleError . builderError ( ) . setErrorID ( getErrorID ( ) ) . setErrorFieldName ( arg0 ) . setErrorText ( getDisplayText ( arg1 ) ) . build ( ) ; }
1,185
builds a jpeg bufferedimagelegendgraphic concode_field_sep String MIME_TYPE concode_field_sep String getContentType
BufferedImageLegendGraphic function ( GetLegendGraphicRequest arg0 ) { arg0 . setTransparent ( false ) ; BufferedImageLegendGraphicBuilder loc0 = new BufferedImageLegendGraphicBuilder ( ) ; BufferedImage loc1 = loc0 . buildLegendGraphic ( arg0 ) ; BufferedImageLegendGraphic loc2 = new BufferedImageLegendGraphic ( loc1 ...
1,186
gets the value of the name property . concode_field_sep String distributorName concode_elem_sep Long contentProviderAdUnitId concode_elem_sep String name concode_elem_sep Long id concode_elem_sep TargetPlatform targetPlatform concode_elem_sep List<AdUnitSize> adUnitSizes concode_elem_sep SharedAdUnitStatus status conco...
String function ( ) { return name ; }
1,187
closes or marks the alert as read based on the received event . concode_field_sep AlertService alertService concode_field_sep Object getValue concode_elem_sep void setAlertService concode_elem_sep void create concode_elem_sep T getValueAsEnum concode_elem_sep String getValueAsString
void function ( MotechEvent arg0 ) { Long loc0 = Long . valueOf ( getValueAsString ( arg0 , ALERT_ID ) ) ; UpdateCriteria loc1 = new UpdateCriteria ( ) ; if ( arg0 . getSubject ( ) . equals ( CLOSE_ALERT_SUBJECT ) ) { loc1 . status ( AlertStatus . CLOSED ) ; } else { loc1 . status ( AlertStatus . READ ) ; } alertServic...
1,188
this is an improved version of quicksort which does the sorting in place no additional space required except for call-stack space o log n call stack space on average . concode_field_sep PlaceHolder placeHolder concode_field_sep int partition concode_elem_sep void sortNaive concode_elem_sep void sortNaive concode_elem_s...
void function ( int [ ] arg0 , int arg1 , int arg2 ) { if ( arg1 >= arg2 ) return ; int loc0 = ( arg2 - arg1 ) / 2 + arg1 ; int loc1 = partition ( arg0 , arg1 , arg2 , loc0 ) ; sort ( arg0 , arg1 , loc1 - 1 ) ; sort ( arg0 , loc1 + 1 , arg2 ) ; }
1,189
set the size of the field . the size will be ignored when fixedwidth is set to false in the csvconfig concode_field_sep boolean overrideFill concode_elem_sep int size concode_elem_sep String name concode_elem_sep int fill concode_field_sep void setName concode_elem_sep int getSize concode_elem_sep boolean overrideFill ...
void function ( int arg0 ) { this . size = arg0 ; }
1,190
intersects the given positionlistindex with this positionlistindex returning a new positionlistindex . for the intersection the smaller positionlistindex is converted into a hashmap . concode_field_sep long rawKeyError concode_elem_sep List<LongArrayList> clusters concode_field_sep long getRawKeyError concode_elem_sep ...
PositionListIndex function ( PositionListIndex arg0 ) { return calculateIntersection ( arg0 ) ; }
1,191
creates a unique identifier for the given value concode_field_sep AssetManager internalAssets concode_elem_sep String basePath concode_elem_sep String ASSET_IMAGE_PREFIX concode_elem_sep String EXTERNAL_DEFAULT_ASSETS_PACKAGE concode_elem_sep AssetManager externalAssets concode_elem_sep Context context concode_elem_sep...
String function ( String arg0 ) { return Hash . sha256 ( arg0 ) . substring ( 0 , 24 ) ; }
1,192
test the execution of a policy condition which does not result in a boolean value . concode_field_sep ConditionShell shell concode_field_sep void testScriptExecutionNotEqualsNoBinding concode_elem_sep void testScriptExecutionPositiveEqualsSingleBinding concode_elem_sep void testScriptExecutionUsingReflection concode_el...
void function ( ) { String loc0 = "srini_string" ; ConditionScript loc1 = this . shell . parse ( loc0 ) ; Assert . assertEquals ( loc1 . execute ( new HashMap < String , Object > ( ) ) , false ) ; }
1,193
called when a rendering was cancelled . concode_field_sep PlaceHolder placeHolder concode_field_sep void gvtRenderingCompleted concode_elem_sep void gvtRenderingStarted concode_elem_sep void gvtRenderingPrepare concode_elem_sep void gvtRenderingFailed
void function ( GVTTreeRendererEvent arg0 ) { }
1,194
launch the application . concode_field_sep JFrame frame concode_field_sep void initialize
void function ( String [ ] arg0 ) { EventQueue . invokeLater ( new Runnable ( ) { public void run ( ) { try { Main loc0 = new Main ( ) ; loc0 . frame . setVisible ( true ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } } ) ; }
1,195
notified when a change to the ime was requested . concode_field_sep String TAG concode_field_sep void onImeEvent concode_elem_sep boolean shouldOverrideScroll concode_elem_sep void onScaleChanged concode_elem_sep void onContextualActionBarHidden concode_elem_sep void onTabCrash concode_elem_sep void onExternalVideoSurf...
void function ( boolean arg0 ) { }
1,196
test getting a resource which should be in the same jar file as this class . concode_field_sep PlaceHolder placeHolder concode_field_sep void test_callStaticMethod concode_elem_sep void test_diff_getResourceAsStream concode_elem_sep void test_constructor concode_elem_sep void test_getStaticVariable concode_elem_sep voi...
void function ( ) { ClassLoader loc0 = TestMethods . class . getClassLoader ( ) ; InputStream loc1 = loc0 . getResourceAsStream ( "srini_string" ) ; byte [ ] loc2 = readFully ( loc1 ) ; String loc3 = new String ( loc2 , "srini_string" ) ; assertSame ( "srini_string" , loc3 . intern ( ) ) ; }
1,197
gets the value of the data property . concode_field_sep String filename concode_elem_sep byte[] data concode_elem_sep String mime concode_elem_sep long oid concode_elem_sep int rid concode_field_sep String getFilename concode_elem_sep void setData concode_elem_sep String getMime concode_elem_sep void setRid concode_ele...
byte [ ] function ( ) { return data ; }
1,198
sets the discount value for this pricing . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Double discount concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef currency c...
void function ( java . lang . Double arg0 ) { this . discount = arg0 ; }
1,199
cast operation that restricts t. concode_field_sep long serialVersionUID concode_field_sep ConsoleAnnotator<T> initial concode_elem_sep List<ConsoleAnnotator<T>> _for concode_elem_sep ConsoleAnnotator annotate concode_elem_sep ConsoleAnnotator<T> combine
ConsoleAnnotator < T > function ( ConsoleAnnotator < ? super T > arg0 ) { return ( ConsoleAnnotator ) arg0 ; }