idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
16,100
gets the service of this abstractdistributedobject . concode_field_sep PartitioningStrategy PARTITIONING_STRATEGY concode_elem_sep NodeEngine nodeEngine concode_elem_sep S service concode_field_sep String getDistributedObjectName concode_elem_sep void postDestroy concode_elem_sep void throwNotActiveException concode_el...
S function ( ) { final S loc0 = service ; if ( loc0 == null ) { throw new HazelcastInstanceNotActiveException ( ) ; } return loc0 ; }
16,101
the origin access identity 's configuration information . concode_field_sep CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig concode_elem_sep String eTag concode_field_sep CloudFrontOriginAccessIdentityConfig getCloudFrontOriginAccessIdentityConfig concode_elem_sep String getETag concode_elem_s...
void function ( CloudFrontOriginAccessIdentityConfig arg0 ) { this . cloudFrontOriginAccessIdentityConfig = arg0 ; }
16,102
sets the category of the category . this is a required field concode_field_sep ObjectParser<Builder,ParseFieldMatcherSupplier> CATEGORY_PARSER concode_elem_sep boolean isPrefix concode_elem_sep int boost concode_elem_sep int boost concode_elem_sep String category concode_elem_sep String NAME concode_elem_sep boolean is...
Builder function ( String arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; this . category = arg0 ; return this ; }
16,103
get id concode_field_sep Date timeOfReading concode_elem_sep String ID concode_elem_sep float roll concode_elem_sep float azimuth concode_elem_sep float pitch concode_elem_sep long time concode_elem_sep int priority concode_field_sep float getroll concode_elem_sep float getpitch concode_elem_sep long getTime concode_el...
String function ( ) { return ID ; }
16,104
the id of the import snapshot task . concode_field_sep String importTaskId concode_elem_sep String description concode_elem_sep SnapshotTaskDetail snapshotTaskDetail concode_field_sep void setSnapshotTaskDetail concode_elem_sep SnapshotTaskDetail getSnapshotTaskDetail concode_elem_sep ImportSnapshotTask withImportTaskI...
String function ( ) { return this . importTaskId ; }
16,105
gets the value of the type property . concode_field_sep String digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void se...
String function ( ) { return type ; }
16,106
replaces only white spaces from file name , uses the default_filename_whitespace_char concode_field_sep String NEWLINE concode_elem_sep char DEFAULT_FILENAME_WHITESPACE_CHAR concode_field_sep boolean isNullOrEmpty concode_elem_sep boolean hasContent concode_elem_sep String stripStartAndEnd concode_elem_sep String norma...
String function ( String arg0 ) { return createFileName ( arg0 , DEFAULT_FILENAME_WHITESPACE_CHAR ) ; }
16,107
write a message with trace level info to the trace system . concode_field_sep TraceWriter traceWriter concode_elem_sep String SEQUENCE concode_elem_sep String TABLE concode_elem_sep String module concode_elem_sep String SETTING concode_elem_sep String lineSeparator concode_elem_sep String FUNCTION concode_elem_sep Stri...
void function ( String arg0 , Object ... arg1 ) { if ( isEnabled ( TraceSystem . INFO ) ) { arg0 = MessageFormat . format ( arg0 , arg1 ) ; traceWriter . write ( TraceSystem . INFO , module , arg0 , null ) ; } }
16,108
returns a startparameter object out of command line syntax arguments . each command line option has anassociated field in the startparameter object . concode_field_sep GradleLauncherFactory factory concode_field_sep BuildResult getBuildAnalysis concode_elem_sep void injectCustomFactory concode_elem_sep void useLogger c...
StartParameter function ( final String ... arg0 ) { return getFactory ( ) . createStartParameter ( arg0 ) ; }
16,109
the 24 hour time slices are fix - 00:00 to 24:00 . this method determines the 24 hour time slice based on #currenthour and returns the start of the time slice . concode_field_sep Supplier<DateTime> now concode_field_sep DateTime currentMinute concode_elem_sep DateTime currentHour concode_elem_sep TemporalAdjuster start...
DateTime function ( ) { return get24HourTimeSlice ( currentHour ( ) ) ; }
16,110
sets the value of the responsecode property . concode_field_sep long serialVersionUID concode_elem_sep ResponseCodeType responseCode concode_field_sep ResponseCodeType getResponseCode
void function ( ResponseCodeType arg0 ) { this . responseCode = arg0 ; }
16,111
gets a literal stringbuffer representation of this object 's data which is in fact , the raw data contained in this object . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex co...
StringBuilder function ( ) { return stringData ; }
16,112
returns the radius of this geofence . concode_field_sep double mLatitude concode_elem_sep int mNotificationResponsiveness concode_elem_sep int GEOFENCE_TYPE_CIRCLE concode_elem_sep int mMonitorTransitions concode_elem_sep double mLongitude concode_elem_sep double mRadius concode_elem_sep int mUnknownTimer concode_elem_...
double function ( ) { return mRadius ; }
16,113
sets the value of the vehicles property . concode_field_sep Long assignedAdjusterID concode_elem_sep XMLGregorianCalendar lossDate concode_elem_sep LossInfoType lossInfo concode_elem_sep String claimantFirstName concode_elem_sep VehicleListType vehicles concode_elem_sep String claimantLastName concode_elem_sep String c...
void function ( VehicleListType arg0 ) { this . vehicles = arg0 ; }
16,114
put id . concode_field_sep long id concode_elem_sep String principalId concode_elem_sep Map<String,String> properties concode_elem_sep String type concode_field_sep void putAgent concode_elem_sep void setProperties concode_elem_sep void putTimestamp concode_elem_sep void putServerIpAddress concode_elem_sep String getCl...
void function ( final String arg0 ) { put ( "srini_string" , arg0 ) ; }
16,115
completely delete the history . use this call to implement a `` clear history '' ui . any application that implements search suggestions based on previous actions such as recent queries , page/items viewed , etc. should provide a way for the user to clear the history . this gives the user a measure of privacy , if they...
void function ( ) { ContentResolver loc0 = mContext . getContentResolver ( ) ; truncateHistory ( loc0 , 0 ) ; }
16,116
increments the specified matrix element by 1 . concode_field_sep PlaceHolder placeHolder concode_field_sep double rowAverage concode_elem_sep double maxDouble concode_elem_sep void rowInitNormal concode_elem_sep List<Double> rowDifference concode_elem_sep void columnInitNormal concode_elem_sep int maxInteger concode_el...
void function ( Matrix < Integer > arg0 , int arg1 , int arg2 ) { arg0 . data [ arg1 * arg0 . dim2 + arg2 ] = ( Integer ) arg0 . data [ arg1 * arg0 . dim2 + arg2 ] + 1 ; }
16,117
gets the timezone id used to identify this time zone in the javacode . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean...
String function ( ) { return id ; }
16,118
returns an javax.transaction.xa.xaresource instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_...
XAResource function ( ) { throw new NotSupportedException ( "srini_string" ) ; }
16,119
gets the shipping strategy for this connection . concode_field_sep ShipStrategyType shipStrategy concode_elem_sep ExecutionMode dataExchangeMode concode_elem_sep InterestingProperties interestingProps concode_elem_sep TempMode materializationMode concode_elem_sep boolean breakPipeline concode_elem_sep OptimizerNode sou...
ShipStrategyType function ( ) { return this . shipStrategy ; }
16,120
this method returns the requesting protocol of the operation that is requesting authentication concode_field_sep Authenticator default_authenticator concode_elem_sep String protocol concode_elem_sep String scheme concode_elem_sep int port concode_elem_sep String host concode_elem_sep InetAddress addr concode_elem_sep S...
String function ( ) { return ( protocol ) ; }
16,121
get long from properties . this method only logs if the long is not valid . concode_field_sep PlaceHolder placeHolder concode_field_sep int getInt
long function ( Properties arg0 , String arg1 , long arg2 , Logger arg3 ) { try { return getLong ( arg0 , arg1 , arg2 ) ; } catch ( IllegalArgumentException loc0 ) { arg3 . warn ( loc0 . getMessage ( ) ) ; return arg2 ; } }
16,122
auto generated getter method concode_field_sep com.amazon.ec2.CreateNetworkAclEntryResponseType localCreateNetworkAclEntryResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void w...
com . amazon . ec2 . CreateNetworkAclEntryResponseType function ( ) { return localCreateNetworkAclEntryResponse ; }
16,123
gets the width of the dimension object . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void set concode_elem_sep void set concode_elem_sep String toString concode_elem_sep Dimension toDimension
float function ( ) { return width ; }
16,124
this will set a float object . concode_field_sep COSDictionary dict concode_field_sep boolean getAutomaticStrokeAdjustment concode_elem_sep void setFontSetting concode_elem_sep PDSoftMask getSoftMask concode_elem_sep Float getOverprintMode concode_elem_sep void setLineDashPattern concode_elem_sep Float getNonStrokingAl...
void function ( COSName arg0 , Float arg1 ) { if ( arg1 == null ) { dict . removeItem ( arg0 ) ; } else { dict . setItem ( arg0 , new COSFloat ( arg1 ) ) ; } }
16,125
build the string required for an sql select statement : where key in ? , ? , ... , ? without ` where ' and with selectioncount ' ? ' concode_field_sep PlaceHolder placeHolder concode_field_sep String[] buildKeySelectionArgs concode_elem_sep void deepMergeInto concode_elem_sep boolean setItemImpl concode_elem_sep String...
String function ( int arg0 ) { String [ ] loc0 = new String [ arg0 ] ; Arrays . fill ( loc0 , "srini_string" ) ; return KEY_COLUMN + "srini_string" + TextUtils . join ( "srini_string" , loc0 ) + "srini_string" ; }
16,126
method to clear outstanding bids and restore them to their initial state concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_el...
String function ( boolean arg0 ) { getContextMessageLog ( ) ; StubServer . resetAuction ( ) ; appendControl ( "srini_string" ) ; if ( ! arg0 ) { messageLog . addMessage ( "srini_string" , "srini_string" , null ) ; } storeMessageLog ( ) ; state . updateAll ( ) ; return ( "srini_string" ) ; }
16,127
the parameter type such as body , form , header , path , query concode_field_sep String arrayType concode_elem_sep List<String> allowableValues concode_elem_sep String access concode_elem_sep String defaultValue concode_elem_sep String dataType concode_elem_sep VerbDefinition verb concode_elem_sep String name concode_e...
RestOperationParamDefinition function ( RestParamType arg0 ) { setType ( arg0 ) ; return this ; }
16,128
subclasses can override this method , which is implemented to throw unsupportedoperationexception , if they can instantiate an object with the method injection specified in the given rootbeandefinition . instantiation should use a no-arg constructor . concode_field_sep ThreadLocal<Method> currentlyInvokedFactoryMethod ...
Object function ( RootBeanDefinition arg0 , String arg1 , BeanFactory arg2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
16,129
display formatted help associated with this option . concode_field_sep String longArg concode_elem_sep Supplier<T> supplier concode_elem_sep Action<T> action concode_elem_sep String description concode_elem_sep int MAX_LINE_LENGTH concode_elem_sep String valueDescription concode_elem_sep Character shortArg concode_elem...
void function ( PrintStream arg0 ) { arg0 . println ( merge ( summary ( ) , description ( ) ) ) ; }
16,130
parses the given content type header and returns the media type . concode_field_sep CharacterSet characterSet concode_elem_sep MediaType mediaType concode_field_sep String writeHeader concode_elem_sep String writeHeader concode_elem_sep CharacterSet getCharacterSet concode_elem_sep MediaType getMediaType concode_elem_s...
MediaType function ( String arg0 ) { return new ContentType ( arg0 ) . getMediaType ( ) ; }
16,131
returns a string representation of this object . concode_field_sep HttpServletRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String getContentType concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream
String function ( ) { return "srini_string" + this . getContentLength ( ) + "srini_string" + this . getContentType ( ) ; }
16,132
test of getresponsetime method , of class autostop . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetErrorRate concode_elem_sep void setUpClass concode_elem_sep void testTestEnded_0args concode_elem_sep void testGetErrorRate concode_elem_sep void testGetResponseLatencySecs concode_elem_sep void ...
void function ( ) { System . out . println ( "srini_string" ) ; AutoStop loc0 = new AutoStop ( ) ; String loc1 = "srini_string" ; String loc2 = loc0 . getResponseTime ( ) ; assertEquals ( loc1 , loc2 ) ; }
16,133
create an instance of jaxbelement concode_field_sep QName _GetCatByUserResponse_QNAME concode_elem_sep QName _GetAllCats_QNAME concode_elem_sep QName _GetCatByUser_QNAME concode_elem_sep QName _SayHi_QNAME concode_elem_sep QName _GetAllCatsResponse_QNAME concode_elem_sep QName _SayHiResponse_QNAME concode_field_sep Get...
JAXBElement < GetCatByUser > function ( GetCatByUser arg0 ) { return new JAXBElement < GetCatByUser > ( _GetCatByUser_QNAME , GetCatByUser . class , null , arg0 ) ; }
16,134
this method was generated by mybatis generator . this method returns the value of the database column workflownode.nextlink concode_field_sep String nodename concode_elem_sep Integer sequence concode_elem_sep Integer color concode_elem_sep Integer receiver concode_elem_sep Integer prelink concode_elem_sep Integer displ...
Integer function ( ) { return nextlink ; }
16,135
get the zookeeper quorum location . concode_field_sep String zookeeperQuorum concode_elem_sep int zookeeperClientPort concode_elem_sep Configuration configuration concode_elem_sep HTable table concode_elem_sep String tableName concode_field_sep void setTableName concode_elem_sep void setupConfiguration concode_elem_sep...
String function ( ) { return zookeeperQuorum ; }
16,136
this method was generated by mybatis generator . this method sets the value of the database column hspay.tb _ bank_info . bank_name concode_field_sep String bankLogoMob concode_elem_sep long bankId concode_elem_sep int isEnableMob concode_elem_sep String bankValue concode_elem_sep int quickFlag concode_elem_sep int isE...
void function ( String arg0 ) { this . bankName = arg0 == null ? null : arg0 . trim ( ) ; }
16,137
create an instance of resourcetype concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_se...
ResourceType function ( ) { return new ResourceType ( ) ; }
16,138
returns the printstream instance . concode_field_sep StringBuffer result concode_elem_sep Printer printter concode_field_sep Reader getIn concode_elem_sep void println concode_elem_sep void print concode_elem_sep boolean isSupressNewLine concode_elem_sep void setSupressNewLine concode_elem_sep StringBuffer getResult co...
PrintStream function ( ) { return printter ; }
16,139
this method returns the current parsing index . concode_field_sep int error_index concode_elem_sep int index concode_field_sep void setIndex concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int getErrorIndex concode_elem_sep void setErrorIndex
int function ( ) { return index ; }
16,140
reads the setting from the options hash . if it is nil or undefined , returns the default value given . if not , ensures it is a rubyclass instance and shares the same allocator as the default value i.e. for the basic types which have their specific allocators , this ensures the passed value is a subclass of them . con...
RubyClass function ( String arg0 , RubyClass arg1 ) { IRubyObject loc0 = get ( arg0 ) ; if ( loc0 == null || loc0 . isNil ( ) ) return arg1 ; return ( RubyClass ) loc0 ; }
16,141
set the frames per second of this effect . max is 25 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 ...
void function ( float arg0 ) { if ( arg0 > 25f ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . fps = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
16,142
return messageinterpolator implementation used for configuration . concode_field_sep ParameterNameProvider parameterNameProvider concode_elem_sep MessageInterpolator messageInterpolator concode_elem_sep ConstraintValidatorFactory constraintValidatorFactory concode_elem_sep TraversableResolver traversableResolver concod...
MessageInterpolator function ( ) { return messageInterpolator ; }
16,143
return null concode_field_sep PrivateKey privKey concode_elem_sep PublicKey pubKey concode_field_sep PrivateKey getPrivate concode_elem_sep byte[] getEncoded concode_elem_sep String getAlgorithm concode_elem_sep PublicKey getPublic
String function ( ) { return null ; }
16,144
creates an instance of entitydeserializer with the laxcontentlengthstrategy implementation to be used forde-serializing entities received over this connection . this method can be overridden in a super class in order to create instances of entitydeserializer using a custom contentlengthstrategy . concode_field_sep Enti...
EntityDeserializer function ( ) { return new EntityDeserializer ( new LaxContentLengthStrategy ( ) ) ; }
16,145
gets vector coordinates as a 2-element array concode_field_sep Double x concode_elem_sep Double y concode_field_sep Vector2D add concode_elem_sep Vector2D rotate concode_elem_sep Vector2D subtract concode_elem_sep Double length concode_elem_sep Vector2D opposite concode_elem_sep Double dotProduct concode_elem_sep Vecto...
Double [ ] function ( ) { return new Double [ ] { x , y } ; }
16,146
returns the spring bean id for this bean . concode_field_sep ClusterGroupLocalService _clusterGroupLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void setWrappedClusterGroupLocalService concode_el...
java . lang . String function ( ) { return _clusterGroupLocalService . getBeanIdentifier ( ) ; }
16,147
the `` small range correction '' formula from the hyperloglog algorithm . only appropriate if both the estimator is smaller than 5/2 m and there are still registers that have the zero value . concode_field_sep int REG_WIDTH_INDEX_MULTIPLIER concode_elem_sep long[] PW_MASK concode_elem_sep double[] TWO_TO_L concode_fiel...
double function ( final int arg0 , final int arg1 ) { return arg0 * Math . log ( ( double ) arg0 / arg1 ) ; }
16,148
used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIAct...
String function ( ) { return "srini_string" ; }
16,149
setpollinterval concode_field_sep String clusterScalerPluginMainClass concode_elem_sep String POLL_INTERVAL concode_elem_sep String COLLECTOR_PLUGIN concode_elem_sep String DATABASE_MAIN concode_elem_sep File dbExecutorPluginJar concode_elem_sep String DB_EXECUTOR_PLUGIN concode_elem_sep String policyInfoMainClass conc...
void function ( Integer arg0 ) { this . pollInterval = arg0 ; }
16,150
gets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep void setId
String function ( ) { return id ; }
16,151
returns true if this prerequisite is satisfied by the given match object . concode_field_sep MatchField<T> field concode_elem_sep Set<OFValueType<T>> values concode_elem_sep boolean any concode_field_sep MatchField<T> getMatchField concode_elem_sep Set<OFValueType<T>> getValues
boolean function ( Match arg0 ) { OFValueType < T > loc0 = arg0 . get ( this . field ) ; if ( loc0 == null ) return false ; if ( this . any ) return true ; if ( this . values . contains ( loc0 ) ) { return true ; } return false ; }
16,152
verify backups . concode_field_sep RocksMemoryResource rocksMemoryResource concode_elem_sep TemporaryFolder dbFolder concode_elem_sep TemporaryFolder backupFolder concode_field_sep void deleteBackup concode_elem_sep void purgeOldBackupsWithRestoreBackupableDb concode_elem_sep void deleteBackupWithRestoreBackupableDB co...
List < BackupInfo > function ( BackupableDB arg0 , int arg1 ) { assertThat ( arg0 . getCorruptedBackups ( ) . length ) . isEqualTo ( 0 ) ; arg0 . garbageCollect ( ) ; List < BackupInfo > loc0 = arg0 . getBackupInfos ( ) ; assertThat ( loc0 . size ( ) ) . isEqualTo ( arg1 ) ; return loc0 ; }
16,153
sets attributes of the jsonml element . concode_field_sep Map<TagAttr,Object> attributes concode_elem_sep List<JsonML> children concode_elem_sep TagType type concode_field_sep void appendChild concode_elem_sep Map<TagAttr,Object> getAttributes concode_elem_sep void appendChildren concode_elem_sep int childrenSize conco...
void function ( Map < TagAttr , Object > arg0 ) { this . attributes = arg0 ; }
16,154
utility method to convert flash friendly constructor info instances to jmx constructor info instances . concode_field_sep MBeanConstructorInfo[] constructors concode_elem_sep MBeanOperationInfo[] operations concode_elem_sep String description concode_elem_sep String className concode_elem_sep MBeanAttributeInfo[] attri...
javax . management . MBeanConstructorInfo [ ] function ( MBeanConstructorInfo [ ] arg0 ) { javax . management . MBeanConstructorInfo [ ] loc0 = new javax . management . MBeanConstructorInfo [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg0 [ loc1 ] . toMBeanConstructorInfo...
16,155
add a listener item to a device feature concode_field_sep String m_name concode_elem_sep InsteonDevice m_device concode_elem_sep HashMap<Integer,MessageHandler> m_msgHandlers concode_elem_sep CommandHandler m_defaultCommandHandler concode_elem_sep MessageHandler m_defaultMsgHandler concode_elem_sep MessageDispatcher m_...
void function ( DeviceFeatureListener arg0 ) { synchronized ( m_listeners ) { for ( DeviceFeatureListener loc0 : m_listeners ) { if ( loc0 . getItemName ( ) . equals ( arg0 . getItemName ( ) ) ) { return ; } } m_listeners . add ( arg0 ) ; } }
16,156
dont kill the main thread until all elevator threads die . concode_field_sep FileReader input concode_elem_sep int threads concode_elem_sep BufferedReader fileBuffer concode_elem_sep ArrayList<ArrayList<PassengerArrival>> configuration concode_elem_sep int simRate concode_elem_sep Elevator[] elevators concode_elem_sep ...
void function ( ) { while ( true ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < ElevatorSimulation . threads ; ++ loc1 ) { if ( elevators [ loc1 ] . isFinished ( ) ) loc0 ++ ; } if ( loc0 == ElevatorSimulation . threads ) return ; } }
16,157
enables drag and drop for this listener concode_field_sep App app concode_elem_sep ArrayList<String> geoLabelList concode_elem_sep boolean isAssignment concode_elem_sep DataFlavor supportedFlavors[] concode_elem_sep int tableRef concode_elem_sep Kernel kernel concode_elem_sep ArrayList<String> geoLabels concode_elem_se...
void function ( ) { if ( dgr == null ) { dgr = ds . createDefaultDragGestureRecognizer ( table , DnDConstants . ACTION_COPY_OR_MOVE , this ) ; } }
16,158
load an undo log record row using a buffer . concode_field_sep int filePos concode_elem_sep int IN_MEMORY concode_elem_sep int STORED concode_elem_sep Row row concode_elem_sep short state concode_elem_sep short INSERT concode_elem_sep short operation concode_elem_sep short DELETE concode_elem_sep Table table concode_el...
UndoLogRecord function ( Data arg0 , UndoLog arg1 ) { UndoLogRecord loc0 = new UndoLogRecord ( null , ( short ) 0 , null ) ; int loc1 = arg0 . length ( ) ; int loc2 = arg0 . readInt ( ) * Constants . FILE_BLOCK_SIZE ; loc0 . load ( arg0 , arg1 ) ; arg0 . setPos ( loc1 + loc2 ) ; return loc0 ; }
16,159
output a stream as a file concode_field_sep HttpServletRequest request concode_elem_sep String inputStream concode_elem_sep String BINARY_PARAMETER concode_elem_sep HttpServletResponse response concode_elem_sep PrintWriter outputWriter concode_elem_sep Map<String,String> parameters concode_elem_sep List<byte[]> binaryP...
void function ( final InputStream arg0 ) { response . setContentType ( "srini_string" ) ; try { IOUtils . copy ( arg0 , response . getOutputStream ( ) ) ; } catch ( final IOException loc0 ) { error ( "srini_string" , HttpServletResponse . SC_INTERNAL_SERVER_ERROR ) ; } }
16,160
returns the mvcc version of this lock . concode_field_sep Lock _lock concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getInheritable concode_elem_sep boolea...
long function ( ) { return _lock . getMvccVersion ( ) ; }
16,161
return the full address needed to address the device via rf . concode_field_sep Datapoint datapoint concode_elem_sep Item item concode_elem_sep String address concode_elem_sep String housecode concode_field_sep Datapoint getDatapoint concode_elem_sep String getHousecode concode_elem_sep Item getItem concode_elem_sep St...
String function ( ) { if ( address != null ) { return housecode + address ; } return housecode ; }
16,162
creates a time period that includes the specified millisecond , assuming the given time zone . concode_field_sep TimeZone DEFAULT_TIME_ZONE concode_field_sep RegularTimePeriod next concode_elem_sep long getLastMillisecond concode_elem_sep long getLastMillisecond concode_elem_sep void peg concode_elem_sep long getFirstM...
RegularTimePeriod function ( Class arg0 , Date arg1 , TimeZone arg2 ) { RegularTimePeriod loc0 = null ; try { Constructor loc1 = arg0 . getDeclaredConstructor ( new Class [ ] { Date . class , TimeZone . class } ) ; loc0 = ( RegularTimePeriod ) loc1 . newInstance ( new Object [ ] { arg1 , arg2 } ) ; } catch ( Exception ...
16,163
add an attribute or change an existing attribute 's value only if the given condition holds . behaves just like #attr string , object if condition is true , doesnothing otherwise . concode_field_sep NodeListImpl addedAttributes concode_elem_sep Logger LOG concode_elem_sep CompletedCallback callback concode_elem_sep org...
AttributeBuilder function ( boolean arg0 , String arg1 , Object arg2 ) { checkDone ( ) ; if ( arg0 ) attr ( arg1 , arg2 ) ; return this ; }
16,164
returns a string object representing the specified long encoded in base 62 . concode_field_sep char[] digits concode_elem_sep char[] DigitTens concode_elem_sep char[] DigitOnes concode_elem_sep long[] pow62 concode_field_sep void getChars concode_elem_sep int stringSize
String function ( long arg0 ) { if ( arg0 == Long . MIN_VALUE ) return "srini_string" ; int loc0 = ( arg0 < 0 ) ? stringSize ( - arg0 ) + 1 : stringSize ( arg0 ) ; char [ ] loc1 = new char [ loc0 ] ; getChars ( arg0 , loc0 , loc1 ) ; return new String ( loc1 ) ; }
16,165
returns a view of a cassandra table as a cassandrajavardd . with this method , each row is converted to a cassandrarow object . example : create keyspace test with replication = ` class ' : ` simplestrategy ' , ` replication_factor ' : 1 ; create table test.words word text primary key , count int ; insert into test.wor...
CassandraJavaRDD < CassandraRow > function ( String arg0 , String arg1 ) { RowReaderFactory < CassandraRow > loc0 = genericRowReaderFactory ( ) ; return cassandraTable ( arg0 , arg1 , loc0 , CassandraRow . class ) ; }
16,166
sets the value of the objmodels property . concode_field_sep String objItemIndexViewURL concode_elem_sep ObjectProfile.ObjModels objModels concode_elem_sep String objLastModDate concode_elem_sep String pid concode_elem_sep List<String> model concode_elem_sep String objCreateDate concode_elem_sep String objDissIndexView...
void function ( ObjectProfile . ObjModels arg0 ) { this . objModels = arg0 ; }
16,167
returns the min value . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep Ob...
Number function ( ) { return minValue ; }
16,168
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
16,169
this method sets the principal typically a role of this ace in the form of role . concode_field_sep Principal principal concode_elem_sep String roleName concode_elem_sep List<String> privilegeList concode_field_sep void addPrivilege concode_elem_sep Principal getPrincipal concode_elem_sep void setPrincipal concode_elem...
void function ( Role arg0 ) { this . setPrincipal ( arg0 ) ; }
16,170
get the id of the block 's locker . concode_field_sep short DATA_SERVER_RESPONSE_MESSAGE concode_elem_sep ByteBuffer mData concode_elem_sep long mOffset concode_elem_sep int mLockId concode_elem_sep boolean mToSendData concode_elem_sep long mLength concode_elem_sep long mBlockId concode_elem_sep short DATA_SERVER_REQUE...
int function ( ) { return mLockId ; }
16,171
test of getchar method , of class cicak . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetID concode_elem_sep void testIncrTime concode_elem_sep void testGetKekuatan concode_elem_sep void testGetPosisi
void function ( ) { System . out . println ( "srini_string" ) ; Cicak loc0 = new Cicak ( 10 ) ; char loc1 = '%' ; char loc2 = loc0 . getChar ( ) ; assertEquals ( loc1 , loc2 ) ; }
16,172
fields correspond directly to item.addmetadata calls so they are simply executed . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean canDisseminate concode_elem_sep List<Element> disseminateList concode_elem_sep Namespace[] getNamespaces concode_elem_sep Element disseminateElement concode_elem_sep Str...
void function ( Context arg0 , DSpaceObject arg1 , List < Element > arg2 ) { XSLTIngestionCrosswalk . ingestDIM ( arg0 , arg1 , arg2 ) ; }
16,173
sets the readonly flag . concode_field_sep boolean mReadOnly concode_elem_sep Map<String,String> mProperties concode_field_sep boolean isReadOnly concode_elem_sep MountOptions defaults concode_elem_sep int hashCode concode_elem_sep MountTOptions toThrift concode_elem_sep Map<String,String> getProperties concode_elem_se...
MountOptions function ( boolean arg0 ) { mReadOnly = arg0 ; return this ; }
16,174
restores the object from the configuration . concode_field_sep DataInputBuffer inBuf concode_elem_sep DataOutputBuffer outBuf concode_elem_sep Serializer<T> serializer concode_elem_sep Deserializer<T> deserializer concode_elem_sep String SEPARATOR concode_field_sep void storeArray concode_elem_sep K[] loadArray concode...
K function ( Configuration arg0 , String arg1 , Class < K > arg2 ) { DefaultStringifier < K > loc0 = new DefaultStringifier < K > ( arg0 , arg2 ) ; try { String loc1 = arg0 . get ( arg1 ) ; return loc0 . fromString ( loc1 ) ; } finally { loc0 . close ( ) ; } }
16,175
encrypts a byte stream concode_field_sep int size concode_elem_sep byte[] h concode_elem_sep byte[] skey concode_elem_sep int index concode_field_sep void init concode_elem_sep byte[] sub concode_elem_sep String asHex concode_elem_sep byte[] encrypt concode_elem_sep byte[] cat concode_elem_sep byte[] clone concode_elem...
void function ( InputStream arg0 , OutputStream arg1 ) { byte [ ] loc0 = new byte [ 2048 ] ; int loc1 ; try { while ( ( loc1 = arg0 . read ( loc0 ) ) > 0 ) arg1 . write ( update ( sub ( loc0 , 0 , loc1 ) ) ) ; } catch ( IOException loc2 ) { loc2 . printStackTrace ( ) ; } }
16,176
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
16,177
returns true if this buffer is empty , that is , its #length is equal to 0 . concode_field_sep int len concode_elem_sep byte[] buffer concode_elem_sep long serialVersionUID concode_field_sep int byteAt concode_elem_sep void expand concode_elem_sep void setLength concode_elem_sep byte[] toByteArray concode_elem_sep void...
boolean function ( ) { return this . len == 0 ; }
16,178
tests that read should be able to read the data which updated with update api concode_field_sep int CONNECTION_TIMEOUT concode_elem_sep int ZooKeeperDefaultPort concode_elem_sep File zkTmpDir concode_elem_sep ZooKeeperServer zks concode_elem_sep ZooKeeper zkc concode_elem_sep Log LOG concode_elem_sep NIOServerCnxnFacto...
void function ( ) { String loc0 = "srini_string" ; CurrentInprogress loc1 = new CurrentInprogress ( zkc , CURRENT_NODE_PATH ) ; loc1 . init ( ) ; loc1 . update ( loc0 ) ; String loc2 = loc1 . read ( ) ; assertEquals ( "srini_string" , "srini_string" , loc2 ) ; }
16,179
set the id . concode_field_sep Tool.AccessSecurity m_accessSecurity concode_elem_sep String m_id concode_elem_sep String m_description concode_elem_sep Properties m_mutableConfig concode_elem_sep Properties m_finalConfig concode_elem_sep String m_title concode_elem_sep String m_home concode_elem_sep Map m_title_bundle ...
void function ( String arg0 ) { m_id = arg0 ; }
16,180
returns the description of a given resource . concode_field_sep Map<Integer,ObjectSpec> OBJECTS concode_elem_sep Logger LOG concode_field_sep void load concode_elem_sep ObjectSpec getObjectSpec concode_elem_sep Collection<ObjectSpec> getObjectSpecs
ResourceSpec function ( int arg0 , int arg1 ) { ObjectSpec loc0 = OBJECTS . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . resources . get ( arg1 ) ; } return null ; }
16,181
get the name of this sprite concode_field_sep BufferedImage image concode_elem_sep String name concode_elem_sep int x concode_elem_sep int width concode_elem_sep int y concode_elem_sep int height concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep boolean contains concode_elem_sep int getY concod...
String function ( ) { return name ; }
16,182
binds this texture . the texture will be bound to the currently active texture unit specified via glcommon #glactivetexture int . concode_field_sep int glEnum concode_elem_sep TextureWrap vWrap concode_elem_sep TextureWrap uWrap concode_elem_sep TextureFilter minFilter concode_elem_sep IntBuffer buffer concode_elem_sep...
void function ( ) { Gdx . gl . glBindTexture ( GL10 . GL_TEXTURE_2D , glHandle ) ; }
16,183
the length of the the underlying object 's data . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String enc...
int function ( ) { return stringData . length ( ) ; }
16,184
sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep double[] eigenVector concode_elem_sep int previousProgress concode_elem_sep double eigenValue con...
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; }
16,185
returns the company id of this resource block permission . concode_field_sep ResourceBlockPermission _resourceBlockPermission concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes ...
long function ( ) { return _resourceBlockPermission . getCompanyId ( ) ; }
16,186
always returns 1 - any field can live within 1 row . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isActionBlock concode_elem_sep void removeUnviewableBlocks concode_elem_sep void setEditableBlocks concode_elem_sep boolean isEmpty concode_elem_sep AccountingLineTableCell createTableCell concode_el...
int function ( ) { return 1 ; }
16,187
the number of capacity units of the provisioned throughput of the table consumed during the operation . getitem , batchgetitem , batchwriteitem , query , and scan operations consume readcapacityunits , while putitem , updateitem , and deleteitem operations consume writecapacityunits . concode_field_sep java.util.Map<St...
Double function ( ) { return consumedCapacityUnits ; }
16,188
returns blob data as a stream concode_field_sep byte[] blobData concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep void truncate concode_elem_sep long length concode_elem_sep OutputStream setBinaryStream concode_elem_sep long position concode_elem_sep long position concode_elem_sep byte[] get...
InputStream function ( ) { return new ByteArrayInputStream ( blobData ) ; }
16,189
determines the index of the next header . concode_field_sep String headerName concode_elem_sep Header[] allHeaders concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep void remove concode_elem_sep boolean filterHeader
int function ( int arg0 ) { if ( arg0 < - 1 ) return - 1 ; final int loc0 = this . allHeaders . length - 1 ; boolean loc1 = false ; while ( ! loc1 && ( arg0 < loc0 ) ) { arg0 ++ ; loc1 = filterHeader ( arg0 ) ; } return loc1 ? arg0 : - 1 ; }
16,190
just delete a file . if the file is a directory , it 's work . concode_field_sep char ILLEGAL_FILENAME_CHARS_REPLACE concode_elem_sep char[] ILLEGAL_FILENAME_CHARS concode_field_sep void zip concode_elem_sep String sanitizeFileName concode_elem_sep String sanitizeFileName concode_elem_sep void zipDirectory concode_elem...
boolean function ( File arg0 ) { if ( arg0 . isDirectory ( ) ) { return deleteDirectory ( arg0 ) ; } else { return arg0 . delete ( ) ; } }
16,191
a unique identifier for the gadgetmodule instance . concode_field_sep String authorEmail concode_elem_sep String thumbnail concode_elem_sep String author concode_elem_sep String description concode_elem_sep String screenshot concode_elem_sep String title concode_elem_sep String titleUrl concode_field_sep void setAuthor...
String function ( ) { return this . thumbnail ; }
16,192
returns a boolean indicating whether a will request sent to the other side has been acknowledged . concode_field_sep boolean acceptLocal concode_elem_sep boolean doFlag concode_elem_sep boolean initialLocal concode_elem_sep boolean initialRemote concode_elem_sep boolean willFlag concode_elem_sep int optionCode concode_...
boolean function ( ) { return willFlag ; }
16,193
gets the value of the tutorials property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep void setTutorials concode_elem_sep ResourceType getTemplateRef concode_elem_se...
Tutorials function ( ) { return tutorials ; }
16,194
set the locator type . concode_field_sep long maxReconnectDelay concode_elem_sep int readBufSize concode_elem_sep long opTimeout concode_elem_sep AuthDescriptor authDescriptor concode_elem_sep int timeoutExceptionThreshold concode_elem_sep long authWaitTime concode_elem_sep OperationQueueFactory writeQueueFactory conco...
ConnectionFactoryBuilder function ( Locator arg0 ) { locator = arg0 ; return this ; }
16,195
sets the value of the format property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal shorttime concode_elem_sep String flavour concode_elem_sep String downlabel concode_elem_sep BigDecimal max concode_elem_sep String change concode_elem_sep String format concode_el...
void function ( String arg0 ) { this . format = arg0 ; }
16,196
confirm that the equals method can distinguish all the required fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testHashCode
void function ( ) { DateTickUnit loc0 = new DateTickUnit ( DateTickUnit . DAY , 1 ) ; DateTickUnit loc1 = new DateTickUnit ( DateTickUnit . DAY , 1 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
16,197
calculates the squared modulus of this complex number . concode_field_sep Double img concode_elem_sep Double real concode_field_sep Complex add concode_elem_sep Complex inverse concode_elem_sep Double squaredNorm concode_elem_sep Complex subtract concode_elem_sep Complex squareRoot concode_elem_sep Double norm concode_...
Double function ( ) { return real * real + img * img ; }
16,198
describe getname method here . concode_field_sep List<ServiceIdentity> identities concode_elem_sep String name concode_elem_sep String node concode_elem_sep String jid concode_elem_sep Logger log concode_elem_sep boolean adminOnly concode_elem_sep Set<ServiceEntity> items concode_elem_sep Set<String> features concode_f...
String function ( ) { return name ; }
16,199
set a new mail transport listener . changing these settings has no effect on existing mail queues ! concode_field_sep boolean s_bUseSTARTTLS concode_elem_sep int DEFAULT_MAX_SEND_COUNT concode_elem_sep ReadWriteLock s_aRWLock concode_elem_sep int s_nMaxMailQueueLen concode_elem_sep TransportListener s_aTransportListene...
void function ( @ Nullable final IEmailDataTransportListener arg0 ) { s_aRWLock . writeLock ( ) . lock ( ) ; try { s_aEmailDataTransportListener = arg0 ; } finally { s_aRWLock . writeLock ( ) . unlock ( ) ; } }