idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
6,600
provides serialization support . concode_field_sep Class periodClass concode_elem_sep RectangleInsets padding concode_elem_sep Font labelFont concode_elem_sep Font DEFAULT_FONT concode_elem_sep DateFormat dateFormat concode_elem_sep PaintType DEFAULT_DIVIDER_PAINT_TYPE concode_elem_sep PaintType DEFAULT_LABEL_PAINT_TYP...
void function ( ObjectOutputStream arg0 ) { arg0 . defaultWriteObject ( ) ; SerialUtilities . writePaintType ( this . labelPaintType , arg0 ) ; SerialUtilities . writePaintType ( this . dividerPaintType , arg0 ) ; }
6,601
returns all thing types . concode_field_sep List<ThingTypeProvider> thingTypeProviders concode_field_sep ThingType getThingType concode_elem_sep ThingType getThingType concode_elem_sep void removeThingTypeProvider concode_elem_sep void addThingTypeProvider concode_elem_sep ChannelType getChannelType concode_elem_sep Ch...
List < ThingType > function ( ) { return getThingTypes ( ( Locale ) null ) ; }
6,602
clone methods concode_field_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep PLPosition setValues concode_elem_sep PLPosition setValues concode_elem_sep PLPosition setValues concode_elem_sep PLPosition setValues concode_elem_sep PLPosition PLPositionMake concode_elem_sep PLPosition PLPosi...
PLPosition function ( ) { return new PLPosition ( x , y , z ) ; }
6,603
saves a property concode_field_sep PreferenceManager instance concode_field_sep float loadPreferenceAsFloat concode_elem_sep String loadPreferenceAsString concode_elem_sep double loadPreferenceAsDouble concode_elem_sep int loadPreferenceAsInt concode_elem_sep boolean containsPreference concode_elem_sep boolean loadPref...
void function ( String arg0 , long arg1 ) { getPreferencesStore ( ) . setValue ( arg0 , arg1 ) ; }
6,604
a user-supplied id that uniquely identifies the datasource . this value should be identical to the value of the datasourceid in the request . concode_field_sep String dataSourceId concode_field_sep CreateDataSourceFromS3Result withDataSourceId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_s...
String function ( ) { return this . dataSourceId ; }
6,605
set the value of the javafx.scene.media.mediaplayer #isautoplay autoplay property for the instance constructed by this builder . concode_field_sep java.lang.Runnable onError concode_elem_sep int audioSpectrumNumBands concode_elem_sep int __set concode_elem_sep int audioSpectrumThreshold concode_elem_sep java.lang.Runna...
javafx . scene . media . MediaPlayerBuilder function ( boolean arg0 ) { this . autoPlay = arg0 ; __set ( 4 ) ; return this ; }
6,606
gets the value of the street property . concode_field_sep int zip concode_elem_sep Integer nr concode_elem_sep String city concode_elem_sep String street concode_field_sep Integer getNr concode_elem_sep void setNr concode_elem_sep int getZip concode_elem_sep void setStreet concode_elem_sep void setCity concode_elem_sep...
String function ( ) { return street ; }
6,607
this method is used to retrieve the next unique id for a task . concode_field_sep boolean m_autoOutlineLevel concode_elem_sep int m_calendarUniqueID concode_elem_sep ProjectFile m_parent concode_elem_sep boolean m_autoWBS concode_elem_sep int m_assignmentUniqueID concode_elem_sep boolean m_autoOutlineNumber concode_ele...
int function ( ) { return ++ m_taskUniqueID ; }
6,608
returns true if the gradient is stale , also updates the cachegradientstamp . concode_field_sep int cachedGradientChangeStamp concode_elem_sep CRF crf concode_elem_sep int cachedValueChangeStamp concode_field_sep boolean isValueStale
boolean function ( ) { if ( crf . weightsValueChangeStamp != cachedGradientChangeStamp ) { cachedGradientChangeStamp = crf . weightsValueChangeStamp ; return true ; } return false ; }
6,609
gets the value of the totaloccurrences property . concode_field_sep Short totalOccurrences concode_elem_sep ARBSubscriptionUnitEnum unit concode_elem_sep Short trialOccurrences concode_elem_sep short length concode_elem_sep PaymentScheduleType.Interval interval concode_elem_sep XMLGregorianCalendar startDate concode_fi...
Short function ( ) { return totalOccurrences ; }
6,610
checks the availability of each source in the list of sources to be polled . concode_field_sep Map<Source,CachedSource> cachedSources concode_elem_sep List<Source> sources concode_elem_sep XLogger LOGGER concode_elem_sep Map<Source,Lock> sourceStatusThreadLocks concode_elem_sep ExecutorService pool concode_field_sep vo...
void function ( ) { LOGGER . trace ( "srini_string" ) ; for ( Source loc0 : sources ) { if ( loc0 != null ) { checkStatus ( loc0 ) ; } } }
6,611
set the current volume and notify the system that the volume has been changed . concode_field_sep int VOLUME_CONTROL_FIXED concode_elem_sep int mMaxVolume concode_elem_sep int mControlType concode_elem_sep Object mVolumeProviderObj concode_elem_sep Callback mCallback concode_elem_sep int VOLUME_CONTROL_RELATIVE concode...
void function ( int arg0 ) { mCurrentVolume = arg0 ; Object loc0 = getVolumeProvider ( ) ; if ( loc0 != null ) { VolumeProviderCompatApi21 . setCurrentVolume ( loc0 , arg0 ) ; } if ( mCallback != null ) { mCallback . onVolumeChanged ( this ) ; } }
6,612
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
6,613
returns the osgi service identifier . concode_field_sep ClassNameLocalService _service concode_field_sep long getClassNameId concode_elem_sep long getClassNameId concode_elem_sep com.liferay.portal.kernel.model.ClassName fetchByClassNameId concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getAct...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
6,614
draw a bitmap of nine patches . concode_field_sep byte[] mChunk concode_elem_sep Paint mPaint concode_elem_sep String mSrcName concode_elem_sep Bitmap mBitmap concode_elem_sep RectF mRect concode_field_sep boolean isNinePatchChunk concode_elem_sep int getHeight concode_elem_sep Region getTransparentRegion concode_elem_...
void function ( Canvas arg0 , Rect arg1 , Paint arg2 ) { if ( ! arg0 . isHardwareAccelerated ( ) ) { nativeDraw ( arg0 . mNativeCanvas , arg1 , mBitmap . ni ( ) , mChunk , arg2 != null ? arg2 . mNativePaint : 0 , arg0 . mDensity , mBitmap . mDensity ) ; } else { mRect . set ( arg1 ) ; arg0 . drawPatch ( mBitmap , mChun...
6,615
returns the class p k of this trash entry . concode_field_sep TrashEntry _trashEntry concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep ...
long function ( ) { return _trashEntry . getClassPK ( ) ; }
6,616
the id of the document . concode_field_sep XContentBuilderString FIELDS concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep XContentBuilderString FOUND concode_elem_sep BytesReference source con...
String function ( ) { return id ; }
6,617
gets the value of the adsl property . concode_field_sep ExtensionOnlyType mobileNetworkNoEncryption concode_elem_sep ExtensionOnlyType ipSec concode_elem_sep ExtensionOnlyType adsl concode_elem_sep List<ExtensionType> extension concode_elem_sep ExtensionOnlyType wtls concode_elem_sep ExtensionOnlyType isdn concode_elem...
ExtensionOnlyType function ( ) { return adsl ; }
6,618
ciphertext that contains the encrypted data key . you must store the blob and enough information to reconstruct the encryption context so that the data encrypted by using the key can later be decrypted . you must provide both the ciphertext blob and the encryption context to the decrypt api to recover the plaintext dat...
void function ( java . nio . ByteBuffer arg0 ) { this . ciphertextBlob = arg0 ; }
6,619
decrypts an array of bytes with the iv at top . 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 [ ] function ( byte [ ] arg0 , byte [ ] arg1 ) { byte [ ] loc0 = sub ( arg0 , 0 , 16 ) ; byte [ ] loc1 = sub ( arg0 , 16 , arg0 . length ) ; return ( new MD5OTP ( arg1 , loc0 ) ) . update ( loc1 ) ; }
6,620
sets the operatingsystems value for this operatingsystemtargeting . concode_field_sep com.google.api.ads.dfp.axis.v201411.Technology[] operatingSystems concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Boolean isTargeted concode_elem_sep org.apache.axis.de...
void function ( com . google . api . ads . dfp . axis . v201411 . Technology [ ] arg0 ) { this . operatingSystems = arg0 ; }
6,621
returns all the ratings statses . concode_field_sep RatingsStatsPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep RatingsStats removeByC_C concode_elem_sep List<RatingsStats> findWithDynamicQuery concode_elem_sep List<RatingsStat...
List < RatingsStats > function ( ) { return getPersistence ( ) . findAll ( ) ; }
6,622
adds the roles to the user . the user is reindexed after the roles are added . concode_field_sep RoleService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.model.Role> getUserRelatedRoles concode_elem_sep com.liferay.portal.model.Role updateRole c...
void function ( long arg0 , long [ ] arg1 ) { getService ( ) . addUserRoles ( arg0 , arg1 ) ; }
6,623
reads the integer following a type.int code . concode_field_sep DataInput in concode_elem_sep ThreadLocal tbIn concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_sep double readDoubl...
int function ( ) { return in . readInt ( ) ; }
6,624
this method frees the blob object and releases the resources that it holds . the object is invalid once the free method is called . after free has been called , any attempt to invoke a method other than free will result in a sqlexception being thrown . if free is called multiple times , the subsequent calls to free are...
void function ( ) { isClosed = true ; }
6,625
converts this object to a java.awt.geom.dimension2d.dimension . the floating point accuracy of the width and height are lost when converted to int . 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 t...
Dimension function ( ) { return new Dimension ( ( int ) width , ( int ) height ) ; }
6,626
print the exception concode_field_sep PlaceHolder placeHolder concode_field_sep Object referenceInsert concode_elem_sep boolean shouldLogOnNullSet concode_elem_sep String includeEvent
Object function ( Class arg0 , String arg1 , Exception arg2 ) { return "srini_string" + arg2 ; }
6,627
adds the file to the classpath by getting the file 's absolute path and appending this string to the classpath . concode_field_sep ClassLoader classLoader concode_elem_sep Set<Pattern> excludePatterns concode_elem_sep Set<String> excludes concode_elem_sep List<String> names concode_field_sep void addAllFiles concode_el...
void function ( File arg0 ) { names . add ( arg0 . getAbsolutePath ( ) ) ; }
6,628
reads optional snapshot information from stream input concode_field_sep String reason concode_elem_sep XContentBuilderString START_TIME concode_elem_sep XContentBuilderString REASON concode_elem_sep XContentBuilderString FAILURES concode_elem_sep int totalShards concode_elem_sep XContentBuilderString FAILED concode_ele...
SnapshotInfo function ( StreamInput arg0 ) { return arg0 . readOptionalStreamable ( SnapshotInfo :: new ) ; }
6,629
sets the value of the return property . concode_field_sep boolean _return concode_field_sep boolean isReturn
void function ( boolean arg0 ) { this . _return = arg0 ; }
6,630
asynchronous version of abstractdao #delete object . concode_field_sep int sessionFlags concode_elem_sep AsyncOperationExecutor executor concode_elem_sep AbstractDaoSession daoSession concode_field_sep AsyncOperation enqueueEntityOperation concode_elem_sep int getWaitForMergeMillis concode_elem_sep AsyncOperation inser...
AsyncOperation function ( Object arg0 ) { return delete ( arg0 , 0 ) ; }
6,631
returns the downloadgallery . concode_field_sep String m_overwrite concode_elem_sep String m_destinationDir concode_elem_sep String m_startPattern concode_elem_sep String m_template concode_elem_sep String m_imageGallery concode_elem_sep String m_locale concode_elem_sep String m_encoding concode_elem_sep String m_endPa...
String function ( ) { return m_downloadGallery ; }
6,632
retrieve a field accessor for a field with the given name and equivalent type , or null . concode_field_sep FieldAccessor accessor concode_field_sep ConstructorAccessor getConstructorAccessor concode_elem_sep ConstructorAccessor getConstructorAccessor concode_elem_sep FieldAccessor getSynchronized concode_elem_sep void...
FieldAccessor function ( Class < ? > arg0 , String arg1 , Class < ? > arg2 ) { try { FieldAccessor loc0 = Accessors . getFieldAccessor ( arg0 , arg1 , true ) ; if ( arg2 . isAssignableFrom ( loc0 . getField ( ) . getType ( ) ) ) { return loc0 ; } return null ; } catch ( IllegalArgumentException loc0 ) { return null ; }...
6,633
metodo para cambiar el estado del producto del pedido . concode_field_sep String codProducto concode_elem_sep String estadoProducto concode_elem_sep String fechaEnvio concode_elem_sep int codPedido concode_elem_sep int cantidad concode_elem_sep String codVendedor concode_elem_sep int stock concode_field_sep String getE...
void function ( String arg0 ) { this . estadoProducto = arg0 ; }
6,634
set the msg value . concode_field_sep String msg concode_field_sep String getMsg
void function ( final String arg0 ) { this . msg = arg0 ; }
6,635
gets the value value for this long_statsmapentry . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201408.Stats value concode_elem_sep java.lang.Long key concode_field_sep...
com . google . api . ads . dfp . axis . v201408 . Stats function ( ) { return value ; }
6,636
build a pos tag consisting of a base category plus inflectional features . concode_field_sep Map<MorphoFeatureType,String> fSpec concode_elem_sep long serialVersionUID concode_elem_sep String KEY_VAL_DELIM concode_elem_sep String altTag concode_field_sep int numFeatureMatches concode_elem_sep MorphoFeatures fromTagStri...
String function ( String arg0 ) { return arg0 + toString ( ) ; }
6,637
returns the ichartgenerator interface used to run and render charts concode_field_sep ChartEngine ce concode_elem_sep PluginSettings ps concode_field_sep IDeviceRenderer getRenderer concode_elem_sep ChartEngine instance concode_elem_sep ChartEngine instance concode_elem_sep Serializer getSerializer concode_elem_sep IDa...
IGenerator function ( ) { return Generator . instance ( ) ; }
6,638
sets the updatestudent student object . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_sep List studentItems concode_elem_sep Stu...
void function ( Student arg0 ) { this . updateStudent = arg0 ; }
6,639
add a listener to thumbnail changes . concode_field_sep int mFullResThumbnailsMaxSize concode_elem_sep int[] mPriorityTabIds concode_elem_sep long mNativeTabContentManager concode_elem_sep ArrayList<ThumbnailChangeListener> mListeners concode_elem_sep float mThumbnailScale concode_elem_sep SparseArray<DecompressThumbna...
void function ( ThumbnailChangeListener arg0 ) { if ( ! mListeners . contains ( arg0 ) ) { mListeners . add ( arg0 ) ; } }
6,640
gets runnable s that are currently executed by a live thread . concode_field_sep Runnable item concode_elem_sep boolean queued concode_elem_sep ExecutorService executors concode_elem_sep Map<Runnable,QueueEntry> entries concode_elem_sep Set<QueueEntry> inProgress concode_elem_sep long submissionTime concode_field_sep v...
Set < Runnable > function ( ) { Set < Runnable > loc0 = new HashSet < Runnable > ( ) ; for ( QueueEntry loc1 : inProgress ) { loc0 . add ( loc1 . item ) ; } return loc0 ; }
6,641
serializes the message and writes it to output . concode_field_sep int cachedSize concode_field_sep int computeSerializedSize concode_elem_sep MessageNano mergeFrom concode_elem_sep T mergeFrom concode_elem_sep T mergeFrom concode_elem_sep boolean messageNanoEquals concode_elem_sep int getSerializedSize concode_elem_se...
void function ( CodedOutputByteBufferNano arg0 ) { }
6,642
control whether cookie is enabled or disabled concode_field_sep PlaceHolder placeHolder concode_field_sep void nativeSetCookie concode_elem_sep void removeSessionCookie concode_elem_sep boolean allowFileSchemeCookies concode_elem_sep void flushCookieStore concode_elem_sep void nativeSetAcceptCookie concode_elem_sep voi...
void function ( boolean arg0 ) { nativeSetAcceptCookie ( arg0 ) ; }
6,643
unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep void setValue concode_elem_sep boolean hasNext co...
void function ( ) { throw new UnsupportedOperationException ( ) ; }
6,644
gets the account corresponding to the provided account number or null if no such account exists concode_field_sep String contextEmailAddress concode_elem_sep int nextLoanId concode_elem_sep int nextAccountNbr concode_elem_sep HashMap<String,ThreadSafeHashMap<Integer,Loan>> loans concode_elem_sep String id concode_elem_...
Account function ( int arg0 ) { for ( String loc0 : this . accounts . keySet ( ) ) { ThreadSafeHashMap < Integer , Account > loc1 = this . accounts . get ( loc0 ) ; Account loc2 = loc1 . get ( arg0 ) ; if ( loc2 != null ) { return loc2 ; } } return null ; }
6,645
delegates to org.slf4j.logger #info string method in slf4j . concode_field_sep Marker FATAL_MARKER concode_elem_sep String CATEGORY_FQCN concode_elem_sep org.slf4j.spi.LocationAwareLogger locationAwareLogger concode_elem_sep String name concode_elem_sep org.slf4j.Logger slf4jLogger concode_field_sep String getName conc...
void function ( Object arg0 ) { differentiatedLog ( null , CATEGORY_FQCN , LocationAwareLogger . INFO_INT , arg0 , null ) ; }
6,646
prints the top n items of an item list . concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<Item> readCourseFile concode_elem_sep ArrayList<Item> getTopNItems concode_elem_sep ArrayList<Item> readMovieFile
void function ( ArrayList < Item > arg0 , int arg1 ) { for ( Item loc0 : getTopNItems ( arg0 , arg1 ) ) { System . out . println ( loc0 ) ; } }
6,647
an set of ids which identifies what stages this graph builder provides i.e. streets , elevation , transit concode_field_sep double MAX_VERTEX_SHAPE_ERROR concode_elem_sep Logger LOG concode_field_sep void buildGraph concode_elem_sep List<String> getPrerequisites concode_elem_sep void checkInputs
List < String > function ( ) { return Collections . emptyList ( ) ; }
6,648
gets #name . concode_field_sep Image image concode_elem_sep Component parent concode_elem_sep boolean enabled concode_elem_sep InputDefinition inputDefinition concode_elem_sep String name concode_elem_sep String tooltip concode_field_sep void setName concode_elem_sep Component getParent concode_elem_sep void setTooltip...
String function ( ) { return name ; }
6,649
removes all effects from the effect chain . concode_field_sep Vector<AudioEffect> effects concode_elem_sep HashSet<AudioEffect> enabled concode_field_sep void add concode_elem_sep void process concode_elem_sep void process concode_elem_sep boolean contains concode_elem_sep boolean hasEnabled concode_elem_sep int size c...
void function ( ) { effects . clear ( ) ; enabled . clear ( ) ; }
6,650
if a maxmessagesrecvbytebufallocator is in use , then this is the minimum value enforced for maxmessagesrecvbytebufallocator #maxmessagesperread . concode_field_sep boolean hasDisconnect concode_elem_sep int minMaxMessagesPerRead concode_field_sep boolean hasDisconnect
int function ( ) { return minMaxMessagesPerRead ; }
6,651
returns the min endpoint of this interval . concode_field_sep double min concode_elem_sep Comparator<Interval1D> LENGTH_ORDER concode_elem_sep double max concode_elem_sep Comparator<Interval1D> MIN_ENDPOINT_ORDER concode_elem_sep Comparator<Interval1D> MAX_ENDPOINT_ORDER concode_field_sep boolean contains concode_elem_...
double function ( ) { return min ; }
6,652
gets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
String function ( ) { return password ; }
6,653
returns a sql snippet with temp default value . concode_field_sep int dataPrecision concode_elem_sep boolean nullHasChanged concode_elem_sep String charUsed concode_elem_sep String defaultValue concode_elem_sep boolean isNumberType concode_elem_sep String dataType concode_elem_sep int charColDeclLength concode_elem_sep...
String function ( ) { StringBuffer loc0 = getTypeDefinitionString ( ) ; loc0 = loc0 . append ( "srini_string" ) . append ( tmpDefaultValue ) ; if ( ! isNullable ) { loc0 = loc0 . append ( "srini_string" ) ; } return loc0 . toString ( ) ; }
6,654
indicates that current chart instance supports image map interaction concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizont...
boolean function ( ) { return areaMapEnabled ; }
6,655
configure an ezid request . concode_field_sep String EZID_PATH concode_elem_sep String EZID_SCHEME concode_elem_sep String EZID_HOST concode_field_sep void setEZID_HOST concode_elem_sep void setEZID_PATH concode_elem_sep void setEZID_SCHEME
EZIDRequest function ( String arg0 , String arg1 , String arg2 ) { return new EZIDRequest ( EZID_SCHEME , EZID_HOST , EZID_PATH , arg0 , arg1 , arg2 ) ; }
6,656
ensures that serialization returns the unique instances . concode_field_sep String name concode_elem_sep XYCoordinateType DATA concode_elem_sep XYCoordinateType RELATIVE concode_elem_sep XYCoordinateType INDEX concode_field_sep boolean equals concode_elem_sep String toString
Object function ( ) { if ( this . equals ( XYCoordinateType . DATA ) ) { return XYCoordinateType . DATA ; } else if ( this . equals ( XYCoordinateType . RELATIVE ) ) { return XYCoordinateType . RELATIVE ; } else if ( this . equals ( XYCoordinateType . INDEX ) ) { return XYCoordinateType . INDEX ; } return null ; }
6,657
count the number of live role instances on this node concode_field_sep String hostname concode_elem_sep int role concode_elem_sep List<NodeEntry> nodeEntries concode_field_sep int compare concode_elem_sep int compare concode_elem_sep void set concode_elem_sep boolean purgeUnusedEntries concode_elem_sep String toFullStr...
int function ( int arg0 ) { NodeEntry loc0 = get ( arg0 ) ; return ( loc0 != null ) ? loc0 . getLive ( ) : 0 ; }
6,658
restore a template to its original form by replacing #comma with '' , '' and #newline with newline . concode_field_sep String template concode_elem_sep Comparator<Category> ACTIVATION_COMPARATOR concode_elem_sep Comparator<Category> CATEGORY_NUMBER_COMPARATOR concode_elem_sep Comparator<Category> PATTERN_COMPARATOR con...
String function ( String arg0 ) { String loc0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; loc0 = loc0 . replaceAll ( MagicStrings . aimlif_split_char_name , MagicStrings . aimlif_split_char ) ; return loc0 ; }
6,659
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v2...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
6,660
implements value #getlength . concode_field_sep PlaceHolder placeHolder concode_field_sep String getStringValue concode_elem_sep Value item concode_elem_sep Value getBottom concode_elem_sep DOMException createDOMException concode_elem_sep Value getBlue concode_elem_sep short getCssValueType concode_elem_sep Value getRe...
int function ( ) { throw createDOMException ( ) ; }
6,661
error 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 set...
void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; }
6,662
converts unit string to unit code concode_field_sep byte m_code concode_elem_sep HashMap<Integer,Integer> s_unitCodeToInt concode_elem_sep HashMap<Integer,String> s_houseCodeToString concode_field_sep boolean s_isValidAddress concode_elem_sep byte s_addressToByte concode_elem_sep byte code concode_elem_sep String s_hou...
int function ( String arg0 ) { try { Integer loc0 = Integer . parseInt ( arg0 ) ; Integer loc1 = s_findKey ( s_unitCodeToInt , loc0 ) ; return loc1 ; } catch ( NumberFormatException loc0 ) { } return 0xf ; }
6,663
provides the current report configuration of the current report process to the drawable . the report configuration can be used to configure the drawing process through the report . concode_field_sep Rectangle2D bounds concode_elem_sep boolean debugRendering concode_elem_sep boolean buggyDrawArea concode_elem_sep JFreeC...
void function ( final Configuration arg0 ) { }
6,664
sets the name of this layout branch . concode_field_sep LayoutBranch _layoutBranch 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_s...
void function ( java . lang . String arg0 ) { _layoutBranch . setName ( arg0 ) ; }
6,665
getiftype concode_field_sep String m_name concode_elem_sep SortedSet<AttributeDefinition> m_attributeTypes concode_elem_sep String m_ifType concode_field_sep String getName concode_elem_sep SortedSet<AttributeDefinition> getAttributeTypes concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep vo...
String function ( ) { return m_ifType ; }
6,666
read the checksum header from the meta file . concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep Log LOG concode_elem_sep short version concode_field_sep short getVersion concode_elem_sep void writeHeader concode_elem_sep void writeHeader concode_elem_sep int getHeaderSize concode_e...
DataChecksum function ( File arg0 ) { DataInputStream loc0 = null ; try { loc0 = new DataInputStream ( new BufferedInputStream ( new FileInputStream ( arg0 ) , HdfsConstants . IO_FILE_BUFFER_SIZE ) ) ; return readDataChecksum ( loc0 , arg0 ) ; } finally { IOUtils . closeStream ( loc0 ) ; } }
6,667
accept a whole list of definitions and report whether they are valid as a whole or not . concode_field_sep XDStreamParser.MultiLineDocumentParser multilineStreamParser concode_elem_sep DocumentParseResultResourceAssembler assembler concode_field_sep Map<String,Object> convertJobGrabToText concode_elem_sep Map<String,Ob...
DocumentParseResultResource function ( @ RequestParam ( "srini_string" ) String arg0 ) { DocumentParseResult loc0 = multilineStreamParser . loc0 ( arg0 . split ( "srini_string" ) ) ; return assembler . toResource ( loc0 ) ; }
6,668
add information message . 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 getManagedBean concod...
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; }
6,669
gets the fielddata mapped from the specified fieldnumber , or null if no such mapping has been made . concode_field_sep boolean mGarbage concode_elem_sep FieldData[] mData concode_elem_sep int mSize concode_elem_sep FieldData DELETED concode_elem_sep int[] mFieldNumbers concode_field_sep boolean isEmpty concode_elem_se...
FieldData function ( int arg0 ) { int loc0 = binarySearch ( arg0 ) ; if ( loc0 < 0 || mData [ loc0 ] == DELETED ) { return null ; } else { return mData [ loc0 ] ; } }
6,670
set the filter definition we are configured for . this has the side effect of instantiating an instance of the corresponding filter class . concode_field_sep FilterDef filterDef concode_elem_sep Context context concode_elem_sep Filter filter concode_field_sep Filter getFilter concode_elem_sep String getFilterName conco...
void function ( FilterDef arg0 ) { this . filterDef = arg0 ; if ( arg0 == null ) { if ( this . filter != null ) this . filter . destroy ( ) ; this . filter = null ; } else { Filter loc0 = getFilter ( ) ; } }
6,671
return type metadata object concode_field_sep com.gvt.www.ws.eai.oss.gpon.EnumCertificacao certificacao concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String statusIMS concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org....
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
6,672
reset this observable 's state to unchanged . this is called automatically by notifyobservers once all observers have been notified . concode_field_sep LinkedHashSet observers concode_elem_sep boolean changed concode_field_sep void deleteObservers concode_elem_sep void addObserver concode_elem_sep boolean hasChanged co...
void function ( ) { changed = false ; }
6,673
puts a float into the buffer as 4 bytes , big-endian . concode_field_sep int offset concode_elem_sep byte[] buffer concode_field_sep void writeInt concode_elem_sep void pad concode_elem_sep void writeLong concode_elem_sep byte[] getBuffer concode_elem_sep void reset concode_elem_sep int getLength concode_elem_sep void ...
void function ( final float arg0 ) { writeInt ( Float . floatToIntBits ( arg0 ) ) ; }
6,674
returns the arithmetic mean of the values . the count must be non-zero . if these values are a sample drawn from a population , this is also an unbiased estimator of the arithmetic mean of the population . non-finite values if the dataset contains double #nan then the result is double #nan . if it contains both double ...
double function ( ) { checkState ( count != 0 ) ; return mean ; }
6,675
increment the number of blocks scheduled for each given storage concode_field_sep boolean heartbeatedSinceFailover concode_elem_sep DatanodeDescriptor dn concode_elem_sep long remaining concode_elem_sep FoldedTreeSet<BlockInfo> blocks concode_elem_sep long capacity concode_elem_sep long lastBlockReportId concode_elem_s...
void function ( DatanodeStorageInfo ... arg0 ) { for ( DatanodeStorageInfo loc0 : arg0 ) { loc0 . getDatanodeDescriptor ( ) . incrementBlocksScheduled ( loc0 . getStorageType ( ) ) ; } }
6,676
send unavailable offline status to jid . concode_field_sep PlaceHolder placeHolder concode_field_sep void sendRealPresenceTo concode_elem_sep void setBlockedIconToContact concode_elem_sep void setIconsForList concode_elem_sep void removeBlockedIconFromContact concode_elem_sep void itemRemoved concode_elem_sep void remo...
void function ( String arg0 ) { Presence loc0 = new Presence ( Presence . Type . unavailable ) ; loc0 . setTo ( arg0 ) ; SparkManager . getConnection ( ) . sendStanza ( loc0 ) ; }
6,677
returns true if the logger instance enabled for the debug 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 v...
boolean function ( ) { return logger . isDebugEnabled ( ) ; }
6,678
returns the google account manager . concode_field_sep boolean received401 concode_elem_sep GoogleAccountManager accountManager concode_elem_sep String accountName concode_elem_sep BackOff backOff concode_elem_sep String scope concode_elem_sep Context context concode_elem_sep Sleeper sleeper concode_elem_sep Account se...
GoogleAccountManager function ( ) { return accountManager ; }
6,679
returns the source . concode_field_sep TypeInfo[] childClasses concode_elem_sep Comments comments concode_elem_sep String typeAttribute concode_elem_sep Class baseClass concode_elem_sep String source concode_field_sep void setSource concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void set...
String function ( ) { return this . source ; }
6,680
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
6,681
tests a negative maximum force value . concode_field_sep Body b2 concode_elem_sep Body b1 concode_field_sep void createNullAnchor concode_elem_sep void createSameBody concode_elem_sep void setNegativeMaxTorque concode_elem_sep void setMaxTorque concode_elem_sep void setup concode_elem_sep void setMaxForce concode_elem_...
void function ( ) { FrictionJoint loc0 = new FrictionJoint ( b1 , b2 , new Vector2 ( ) ) ; loc0 . setMaximumForce ( - 2.0 ) ; }
6,682
f0 - > `` this '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
R function ( ThisExpression arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; return loc0 ; }
6,683
sets the value of the subject property . concode_field_sep JAXBElement<String> subject concode_elem_sep int attendeeCnt concode_elem_sep JAXBElement<XMLGregorianCalendar> startTime concode_elem_sep long serialVersionUID concode_elem_sep JAXBElement<XMLGregorianCalendar> endTime concode_elem_sep int type concode_elem_se...
void function ( JAXBElement < String > arg0 ) { this . subject = ( ( JAXBElement < String > ) arg0 ) ; }
6,684
perform a backup step . concode_field_sep long handle concode_field_sep void backup concode_elem_sep int pagecount concode_elem_sep void _finalize concode_elem_sep int _pagecount concode_elem_sep void finish concode_elem_sep void finalize concode_elem_sep boolean _step concode_elem_sep int remaining concode_elem_sep in...
boolean function ( int arg0 ) { synchronized ( this ) { return _step ( arg0 ) ; } }
6,685
sets third value . concode_field_sep V4 val4 concode_elem_sep V3 val3 concode_elem_sep V2 val2 concode_elem_sep V1 val1 concode_elem_sep long serialVersionUID concode_field_sep void writeExternal concode_elem_sep void set concode_elem_sep void set2 concode_elem_sep void set4 concode_elem_sep V1 get1 concode_elem_sep V2...
void function ( @ Nullable V3 arg0 ) { this . val3 = arg0 ; }
6,686
initialize this instance with an implementation-dependent parameter object . concode_field_sep String KEY_MANAGER_FACTORY concode_elem_sep Provider provider concode_elem_sep String DEFAULT_ALGORITHM concode_elem_sep KeyManagerFactorySpi kmfSpi concode_elem_sep String algorithm concode_field_sep String getAlgorithm conc...
void function ( ManagerFactoryParameters arg0 ) { kmfSpi . engineInit ( arg0 ) ; }
6,687
a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re...
Boolean function ( ) { return this . isTruncated ; }
6,688
sets the enabled state of the action . when enabled , any component associated with this object is active and able to fire this object 's actionperformed method . if the value has changed , a propertychangeevent is sent to listeners . concode_field_sep String SHORT_DESCRIPTION concode_elem_sep Element plugin concode_el...
void function ( boolean arg0 ) { getAction ( ) . setEnabled ( arg0 ) ; }
6,689
returns the plugin 's service name what you 'd use when calling pluginmanger.getplugin concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem...
String function ( ) { return serviceName ; }
6,690
returns the selection groups of this event . concode_field_sep List<Selection> selections concode_field_sep void addSelection
List < Selection > function ( ) { return selections ; }
6,691
returns generic values for all fields . concode_field_sep Schema schema concode_elem_sep byte[] data concode_field_sep RID insertIntoFile concode_elem_sep void setAllFields concode_elem_sep void setField concode_elem_sep void setField concode_elem_sep int getIntFld concode_elem_sep void setFloatFld concode_elem_sep Obj...
Object [ ] function ( ) { Object [ ] loc0 = new Object [ schema . getCount ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = getField ( loc1 ) ; } return loc0 ; }
6,692
get float value . concode_field_sep Map<String,Object> mMap concode_field_sep JSONObject getObject concode_elem_sep Iterator<String> keys concode_elem_sep double getDouble concode_elem_sep JSONArray getArray concode_elem_sep String getString concode_elem_sep void put concode_elem_sep void writeJSON concode_elem_sep lon...
float function ( String arg0 , float arg1 ) { Object loc0 = mMap . get ( arg0 ) ; return loc0 != null && loc0 instanceof Number ? ( ( Number ) loc0 ) . floatValue ( ) : arg1 ; }
6,693
finish the activity concode_field_sep ActivityPageManager instance concode_elem_sep Stack<Activity> activityStack concode_field_sep void removeActivity concode_elem_sep void exit concode_elem_sep void exit concode_elem_sep void unbindViewReferences concode_elem_sep Activity currentActivity concode_elem_sep void finishA...
void function ( Class < ? > arg0 ) { for ( Activity loc0 : activityStack ) { if ( loc0 . getClass ( ) . equals ( arg0 ) ) { finishActivity ( loc0 ) ; } } }
6,694
sets the relationsourcepath . concode_field_sep String m_relationTargetPath concode_elem_sep String m_str concode_elem_sep String m_relationSourceId concode_elem_sep int m_last concode_elem_sep long serialVersionUID concode_elem_sep String m_relationTargetId concode_elem_sep int m_relationType concode_elem_sep String m...
void function ( String arg0 ) { m_relationSourcePath = arg0 ; }
6,695
return the determinant of the matrix concode_field_sep RealMatrix cachedU concode_elem_sep boolean even concode_elem_sep RealMatrix cachedL concode_elem_sep double[][] lu concode_elem_sep int[] pivot concode_elem_sep boolean singular concode_elem_sep double DEFAULT_TOO_SMALL concode_elem_sep RealMatrix cachedP concode_...
double function ( ) { if ( singular ) { return 0 ; } else { final int loc0 = pivot . length ; double loc1 = even ? 1 : - 1 ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 *= lu [ loc2 ] [ loc2 ] ; } return loc1 ; } }
6,696
get time at which checker process began . concode_field_sep ChecksumResultsCollector collector concode_elem_sep BitstreamDispatcher dispatcher concode_elem_sep ChecksumHistoryService checksumHistoryService concode_elem_sep Date processStartDate concode_elem_sep Logger LOG concode_elem_sep Context context concode_elem_s...
Date function ( ) { return processStartDate == null ? null : new Date ( processStartDate . getTime ( ) ) ; }
6,697
gets the value of the g property . concode_field_sep Float a concode_elem_sep int r concode_elem_sep int b concode_elem_sep int g concode_elem_sep String start concode_elem_sep String end concode_elem_sep String endopen concode_elem_sep XMLSpellsContent spells concode_elem_sep String startopen concode_field_sep String ...
int function ( ) { return g ; }
6,698
sets the author of the cvsentry concode_field_sep Date date concode_elem_sep String author concode_elem_sep Vector files concode_elem_sep String comment concode_field_sep String getAuthor concode_elem_sep Date getDate concode_elem_sep String getComment concode_elem_sep String toString concode_elem_sep Vector getFiles c...
void function ( final String arg0 ) { this . author = arg0 ; }
6,699
resets all ` out ' and ` in ` properties of this component . to be overwritten to implement special resetting behavior . concode_field_sep List<ITransmitter> allOutputTransmitter concode_elem_sep List<Class> markerList concode_elem_sep List<PacketList> inChannels concode_elem_sep IIdGenerator idGenerator concode_elem_s...
void function ( ) { resetInputTransmitters ( ) ; resetInChannels ( ) ; resetOutChannels ( ) ; }