idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
19,400
sets the session language . concode_field_sep UserService userServiceImpl concode_elem_sep AuthenticationManager auth concode_elem_sep ResourceBundleMessageSource messageSource concode_elem_sep Logger LOGGER concode_field_sep ModelAndView executeSecurity concode_elem_sep ModelAndView logout concode_elem_sep ModelAndVie...
void function ( @ RequestParam ( value = "srini_string" ) String arg0 , HttpSession arg1 ) { arg1 . setAttribute ( "srini_string" , arg0 ) ; }
19,401
returns a list of additional settings filter for this plugin concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<Object> createComponents concode_elem_sep List<ExecutorBuilder<?>> getExecutorBuilders concode_elem_sep List<Setting<?>> getSettings concode_elem_sep void onIndexModule concode_elem_sep Se...
List < String > function ( ) { return Collections . emptyList ( ) ; }
19,402
removes a listener previously added with addtreemodellistener . concode_field_sep ArrayList<TreeModelListener> listeners concode_elem_sep ConfigTreeRootNode root concode_elem_sep ConfigTreeSectionNode globalSection concode_elem_sep Messages messages concode_elem_sep ModuleNodeFactory nodeFactory concode_elem_sep Config...
void function ( final TreeModelListener arg0 ) { listeners . remove ( arg0 ) ; }
19,403
query an aabb for overlapping proxies . the callback class is called for each proxy that overlaps the supplied aabb . concode_field_sep int[] m_moveBuffer concode_elem_sep int m_pairCapacity concode_elem_sep DynamicTree m_tree concode_elem_sep int NULL_PROXY concode_elem_sep int m_moveCapacity concode_elem_sep int m_pr...
void function ( final TreeCallback arg0 , final AABB arg1 ) { m_tree . query ( arg0 , arg1 ) ; }
19,404
method getcurrentprocessid . concode_field_sep StringMatrix smtCurrentWorkProductList concode_elem_sep StringMatrix smtProcessList concode_elem_sep String strCurrentProcessID concode_elem_sep String strCurrentProcessName concode_field_sep void setProcessList concode_elem_sep StringMatrix getProcessList concode_elem_sep...
String function ( ) { return strCurrentProcessID ; }
19,405
returns the initial load mode concode_field_sep int DEFAULT_WRITE_BATCH_SIZE concode_elem_sep boolean enabled concode_elem_sep Object implementation concode_elem_sep String className concode_elem_sep MapStoreConfigReadOnly readOnly concode_elem_sep String factoryClassName concode_elem_sep int writeBatchSize concode_ele...
InitialLoadMode function ( ) { return initialLoadMode ; }
19,406
create beast concode_field_sep Mage mage concode_elem_sep Warlord warlord concode_elem_sep Beast beast concode_field_sep Mage createMage concode_elem_sep Warlord createWarlord
Beast function ( ) { try { return beast . clone ( ) ; } catch ( CloneNotSupportedException loc0 ) { return null ; } }
19,407
writes all the attributes of this attribute list in the given byte vector . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep Label[] getLabels concode_elem_sep int getSize concode_elem_sep Attribute read concode_elem_sep boolean isUnknown concode_elem_sep Byt...
void function ( final ClassWriter arg0 , final byte [ ] arg1 , final int arg2 , final int arg3 , final int arg4 , final ByteVector arg5 ) { Attribute loc0 = this ; while ( loc0 != null ) { ByteVector loc1 = loc0 . write ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; arg5 . putShort ( arg0 . newUTF8 ( loc0 . type ) ) . putInt (...
19,408
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
19,409
method declaration concode_field_sep int iRight concode_elem_sep Node nNext concode_elem_sep Node nParent concode_elem_sep int iId concode_elem_sep Node nLeft concode_elem_sep Node nRight concode_elem_sep Row rData concode_elem_sep int iLeft concode_elem_sep int iParent concode_elem_sep int iBalance concode_field_sep i...
void function ( int arg0 ) { if ( Trace . ASSERT ) { Trace . super ( iBalance != - 2 ) ; } if ( iBalance != arg0 ) { rData . changed ( ) ; iBalance = arg0 ; } }
19,410
setter function for qbound concode_field_sep PriorityQueue<E> q concode_elem_sep HashMap<E,MutableInt> hmap concode_elem_sep boolean ascending concode_elem_sep int qbound concode_field_sep int getQbound concode_elem_sep boolean add concode_elem_sep boolean offer concode_elem_sep int size concode_elem_sep void clear con...
void function ( int arg0 ) { qbound = arg0 ; }
19,411
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitStart_entry concode_elem_sep void exitExpr concode_elem_sep void enterDecoration concode_elem_sep void exitShape_rule concode_elem_sep void exitDecoration concode_elem_sep void exitObject_identifier concode_el...
void function ( ShapeGrammarParser . ResourceContext arg0 ) { }
19,412
registers the given httprequesthandler as a handler for urismatching the given pattern . concode_field_sep UriPatternMatcher<HttpRequestHandler> matcher concode_field_sep HttpRequestHandler lookup concode_elem_sep void unregister concode_elem_sep String getRequestPath
void function ( final String arg0 , final HttpRequestHandler arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; Args . notNull ( arg1 , "srini_string" ) ; matcher . register ( arg0 , arg1 ) ; }
19,413
setpropertyfile concode_field_sep String m_propertyFile concode_elem_sep Properties m_lastProperties concode_elem_sep long m_lastModified concode_field_sep String getPropertyFile concode_elem_sep Properties getProperties concode_elem_sep String getTargetForAddress
void function ( String arg0 ) { m_propertyFile = arg0 ; }
19,414
gets a request token object using token string as key . concode_field_sep Map<String,Token> TOKENS concode_field_sep void storeRequestToken
Token function ( final String arg0 ) { return TOKENS . get ( arg0 ) ; }
19,415
if any of the components are very close to zero , make them zero . concode_field_sep float c[] concode_field_sep Vec3d add concode_elem_sep Vec3d scaleTo concode_elem_sep void writeExternal concode_elem_sep Vec3d sub concode_elem_sep Vec3d normalized concode_elem_sep float dot concode_elem_sep Vec3d cross concode_elem_...
void function ( ) { if ( Math . abs ( c [ 0 ] ) < 1e-5f ) { c [ 0 ] = 0 ; } if ( Math . abs ( c [ 1 ] ) < 1e-5f ) { c [ 1 ] = 0 ; } if ( Math . abs ( c [ 2 ] ) < 1e-5f ) { c [ 2 ] = 0 ; } }
19,416
check if this index condition is of the type column smaller or equal to value . concode_field_sep int START concode_elem_sep int END concode_elem_sep List<Expression> expressionList concode_elem_sep int compareType concode_elem_sep Expression expression concode_elem_sep int EQUALITY concode_elem_sep int RANGE concode_e...
boolean function ( ) { switch ( compareType ) { case Comparison . EQUAL : case Comparison . EQUAL_NULL_SAFE : case Comparison . SMALLER_EQUAL : case Comparison . SMALLER : return true ; default : return false ; } }
19,417
checks the construction of a nicirasetnshspi object . concode_field_sep NiciraSetNshSpi sameAsNshSpi1 concode_elem_sep NiciraSetNshSpi nshSpi1 concode_elem_sep NiciraSetNshSpi nshSpi2 concode_field_sep void testEquals
void function ( ) { final NiciraSetNshSpi loc0 = new NiciraSetNshSpi ( 10 ) ; assertThat ( loc0 , is ( notNullValue ( ) ) ) ; assertThat ( loc0 . nshSpi ( ) , is ( 10 ) ) ; }
19,418
limit the search to the specified repository keys . search in any repo if empty . concode_field_sep Pattern wildcardsOnlyPattern concode_elem_sep boolean limitSearchResults concode_elem_sep List<String> selectedRepoForSearch concode_field_sep void resetResultLimit concode_elem_sep boolean isSpecificRepoSearch concode_e...
void function ( List < String > arg0 ) { this . selectedRepoForSearch = arg0 ; }
19,419
gets whether the system supports printing . concode_field_sep int mColorMode concode_elem_sep int SCALE_MODE_FIT concode_elem_sep int ORIENTATION_PORTRAIT concode_elem_sep int COLOR_MODE_MONOCHROME concode_elem_sep int SCALE_MODE_FILL concode_elem_sep int mScaleMode concode_elem_sep int COLOR_MODE_COLOR concode_elem_se...
boolean function ( ) { if ( Build . VERSION . SDK_INT >= 19 ) { return true ; } return false ; }
19,420
gets the version of the machine concode_field_sep int width concode_elem_sep long serialVersionUID concode_elem_sep int height concode_elem_sep String machineName concode_elem_sep int nBoards concode_elem_sep String version concode_elem_sep String bmpDetails concode_field_sep void setnBoards concode_elem_sep void setVe...
String function ( ) { return version ; }
19,421
called when a lower layer requests control of a video that is being cast . concode_field_sep long mSeekLocation concode_elem_sep MediaRouteController mRouteController concode_elem_sep long mStartPositionMillis concode_elem_sep boolean mActive concode_elem_sep boolean mRouteIsAvailable concode_elem_sep String mUserAgent...
void function ( ) { Log . d ( TAG , "srini_string" ) ; RemoteMediaPlayerController . instance ( ) . requestRemotePlaybackControl ( mMediaStateListener ) ; }
19,422
sets the iproject if the notified object is the instance of the iproject . concode_field_sep IProject project concode_elem_sep ProjectManager theInstance concode_field_sep void setProject concode_elem_sep ProjectManager getInstance concode_elem_sep IProject getProject
void function ( Object arg0 ) { if ( arg0 instanceof IProject ) { setProject ( ( IProject ) arg0 ) ; } }
19,423
pdi-11597 100 + null = 100 , null +100 = 100 concode_field_sep String JUNIT concode_elem_sep StepMockHelper<DenormaliserMeta,DenormaliserData> mockHelper concode_elem_sep Denormaliser step concode_elem_sep DenormaliserMeta meta concode_elem_sep DenormaliserData data concode_field_sep void testDenormalizeMinValueY conco...
void function ( ) { Long loc0 = new Long ( 100 ) ; data . targetResult = new Object [ ] { loc0 } ; step . deNormalise ( testSumPreconditions ( "srini_string" ) , new Object [ ] { JUNIT , null } ) ; Assert . assertEquals ( "srini_string" , loc0 , data . targetResult [ 0 ] ) ; }
19,424
frees all state held by this transaction . concode_field_sep Map propertyLookup concode_elem_sep Logger LOGGER concode_elem_sep String handle concode_elem_sep Map stateLookup concode_elem_sep Set authorizations concode_field_sep void rollback concode_elem_sep State getState concode_elem_sep Object getProperty concode_e...
void function ( ) { for ( Iterator loc0 = stateLookup . values ( ) . iterator ( ) ; loc0 . hasNext ( ) ; ) { State loc1 = ( State ) loc0 . next ( ) ; loc1 . setTransaction ( null ) ; } stateLookup . clear ( ) ; stateLookup = null ; authorizations . clear ( ) ; authorizations = null ; propertyLookup . clear ( ) ; proper...
19,425
sets the value of the url property . concode_field_sep String notes concode_elem_sep Boolean winner concode_elem_sep RecordRef competitor concode_elem_sep String strategy concode_elem_sep String url concode_field_sep String getStrategy concode_elem_sep void setCompetitor concode_elem_sep String getUrl concode_elem_sep ...
void function ( String arg0 ) { this . url = arg0 ; }
19,426
returns true if `` this '' card is a trump card concode_field_sep int nonTrumpCardValue concode_elem_sep String clientCardID concode_elem_sep int suitID concode_elem_sep int trumpCardValue concode_field_sep void assignClientCardID concode_elem_sep int getNonTrumpCardValue concode_elem_sep boolean equals concode_elem_se...
boolean function ( Card arg0 ) { if ( ( isSameSuit ( arg0 ) == true ) || ( trumpCardValue == 15 ) || ( trumpCardValue == 14 ) ) return true ; return false ; }
19,427
define el valor de la propiedad return . concode_field_sep Result _return concode_field_sep Result getReturn
void function ( Result arg0 ) { this . _return = arg0 ; }
19,428
the fixed price for the term . returns a reference to this object so that method calls can be chained together . concode_field_sep Double price concode_elem_sep Long term concode_elem_sep String currencyCode concode_field_sep PriceScheduleSpecification withCurrencyCode concode_elem_sep PriceScheduleSpecification withCu...
PriceScheduleSpecification function ( Double arg0 ) { this . price = arg0 ; return this ; }
19,429
gets the total number of mp3 sounds in the file . concode_field_sep String magic concode_elem_sep NXFile file concode_elem_sep long stringCount concode_elem_sep long bitmapOffset concode_elem_sep String MAGIC concode_elem_sep long nodeOffset concode_elem_sep long soundOffset concode_elem_sep long stringOffset concode_e...
long function ( ) { return soundCount ; }
19,430
create a jms bytesmessage for the given byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] extractByteArrayFromMessage concode_elem_sep Map extractMapFromMessage concode_elem_sep Message toMessage concode_elem_sep String extractStringFromMessage concode_elem_sep MapMessage createMessageForM...
BytesMessage function ( byte [ ] arg0 , Session arg1 ) { BytesMessage loc0 = arg1 . createBytesMessage ( ) ; loc0 . writeBytes ( arg0 ) ; return loc0 ; }
19,431
the span maximum . concode_field_sep int mMaximum concode_elem_sep HeightSpan mNext concode_elem_sep int mFlags concode_elem_sep int mMinimum concode_field_sep HeightSpan next concode_elem_sep void setMax concode_elem_sep void setMin concode_elem_sep int min concode_elem_sep int flags concode_elem_sep void setNext conc...
int function ( ) { return mMaximum ; }
19,432
starts up the channel . this can be called multiple times for individual services to start the svc parameter can be the logical or value of any constants concode_field_sep ChannelInterceptor next concode_elem_sep org.apache.juli.logging.Log log concode_elem_sep ChannelInterceptor previous concode_elem_sep int optionFla...
void function ( int arg0 ) { if ( getNext ( ) != null ) getNext ( ) . start ( arg0 ) ; }
19,433
returns maximum number of allowable dynamic partitions concode_field_sep List<String> dynamicPartitioningKeys concode_elem_sep boolean harRequested concode_elem_sep String databaseName concode_elem_sep HCatSchema outputSchema concode_elem_sep HCatTableInfo tableInfo concode_elem_sep String customDynamicPath concode_ele...
int function ( ) { return this . maxDynamicPartitions ; }
19,434
returns a string representing the object . concode_field_sep DateTickUnitType MINUTE concode_elem_sep int calendarField concode_elem_sep DateTickUnitType HOUR concode_elem_sep DateTickUnitType DAY concode_elem_sep String name concode_elem_sep DateTickUnitType YEAR concode_elem_sep DateTickUnitType SECOND concode_elem_s...
String function ( ) { return this . name ; }
19,435
set the activity content to an explicit view . this view is placed directly into the activity 's view hierarchy . it can itself be a complex view hierarchy . when calling this method , the layout parameters of the specified view are ignored . both the width and the height of the view are set by default to match_parent ...
void function ( View arg0 ) { mBroadcasting = true ; mActivity . setContentView ( arg0 ) ; }
19,436
adds one to the count of true positives . concode_field_sep int tpCount concode_elem_sep int fpCount concode_elem_sep int fnCount concode_field_sep int getFN concode_elem_sep void incrementFN concode_elem_sep void incrementFP concode_elem_sep int getTP concode_elem_sep void addFN concode_elem_sep String getPrecisionDes...
void function ( ) { addTP ( 1 ) ; }
19,437
starts this operation 's execution . called after all successsor consuming operations have been started . concode_field_sep int finishState concode_elem_sep InitializationState initializationState concode_elem_sep Object initializationStateLock concode_elem_sep OutputReceiver[] receivers concode_elem_sep int processSta...
void function ( ) { synchronized ( initializationStateLock ) { checkUnstarted ( ) ; initializationState = InitializationState . STARTED ; } }
19,438
implementation of colornode.getname . concode_field_sep String _name concode_elem_sep String _value concode_field_sep String getValue
String function ( ) { return _name ; }
19,439
set the regular expression on which to filter along with any special options to use when compiling the expression . concode_field_sep Pattern _pattern concode_elem_sep PatternMatcher _matcher concode_elem_sep PatternCache _cache concode_field_sep boolean accept concode_elem_sep boolean accept
void function ( String arg0 , int arg1 ) { _pattern = _cache . getPattern ( arg0 , arg1 ) ; }
19,440
is the email column rendered ? concode_field_sep boolean renderFirstName concode_elem_sep boolean multipleSelection concode_elem_sep boolean renderLastName concode_elem_sep boolean renderPhone concode_elem_sep Person[] personsList concode_elem_sep List selectedRows concode_elem_sep String scrollableHeight concode_elem_...
boolean function ( ) { return renderEmail ; }
19,441
sample_depends_on takes one of the following four values : 0 : the dependency of this sample is unknown ; 1 : this sample does depend on others not an i picture ; 2 : this sample does not depend on others i picture ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePaddingValue co...
void function ( int arg0 ) { this . sampleDependsOn = arg0 ; }
19,442
page watched concode_field_sep GitHubResponse response concode_elem_sep WatcherService service concode_elem_sep RepositoryId repo concode_elem_sep GitHubClient client concode_field_sep void getWatched concode_elem_sep void pageWatchers concode_elem_sep void before concode_elem_sep void getWatchers concode_elem_sep void...
void function ( ) { PageIterator < Repository > loc0 = service . pageWatched ( ) ; assertNotNull ( loc0 ) ; assertTrue ( loc0 . hasNext ( ) ) ; assertEquals ( Utils . page ( "srini_string" ) , loc0 . getRequest ( ) . generateUri ( ) ) ; }
19,443
sets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<AdUnit> results concode_field_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<AdUnit> getResults concode_elem_sep Integer getTota...
void function ( Integer arg0 ) { this . totalResultSetSize = arg0 ; }
19,444
get a warning message for the given operation at the provided address for the passed attributes with a default message appended . intended for use in providing a failure description for an operation or an exception message for an org.jboss.as.controller.operationfailedexception . the default appended message is ` attri...
String function ( PathAddress arg0 , ModelNode arg1 , String ... arg2 ) { return getAttributeWarning ( arg0 , arg1 , null , arg2 ) ; }
19,445
this method was generated by mybatis generator . this method sets the value of the database column actcgl.dlsbal concode_field_sep Long cramnt concode_elem_sep Integer crcunt concode_elem_sep Date credat concode_elem_sep String recsts concode_elem_sep Long davbal concode_elem_sep Long crbala concode_elem_sep Long cavba...
void function ( Long arg0 ) { this . dlsbal = arg0 ; }
19,446
parse a string into a date instance using the given pattern . this convenience method acts as a wrapper for java.text.simpledateformat . note that a new simpledateformat instance is created for every invocation of this method for thread safety . concode_field_sep PlaceHolder placeHolder concode_field_sep void sleep con...
Date function ( Date arg0 , String arg1 , String arg2 ) { return new SimpleDateFormat ( arg1 ) . parse ( arg2 ) ; }
19,447
sets the value of the altunit property . concode_field_sep String unit concode_elem_sep String distance concode_elem_sep String display concode_elem_sep String multiple concode_elem_sep String altunitdist concode_elem_sep String altdistance concode_elem_sep String style concode_elem_sep String altunit concode_elem_sep ...
void function ( String arg0 ) { this . altunit = arg0 ; }
19,448
a convenience method for multiple-event put transactions . concode_field_sep Logger logger concode_field_sep Event take concode_elem_sep List<Event> take concode_elem_sep void transact concode_elem_sep T transact
void function ( final Channel arg0 , final Collection < Event > arg1 ) { transact ( arg0 , new Runnable ( ) { @ Override public void run ( ) { for ( Event loc0 : arg1 ) { arg0 . put ( loc0 ) ; } } } ) ; }
19,449
add an issuer name to the set of issuer names criteria , as the der encoded form . concode_field_sep Date date concode_elem_sep List issuerNames concode_elem_sep BigInteger maxCrlNumber concode_elem_sep BigInteger minCrlNumber concode_elem_sep X509Certificate cert concode_elem_sep String CRL_NUMBER_ID concode_field_sep...
void function ( byte [ ] arg0 ) { X500Principal loc0 = null ; try { loc0 = new X500Principal ( arg0 ) ; } catch ( IllegalArgumentException loc1 ) { IOException loc2 = new IOException ( "srini_string" ) ; loc2 . initCause ( loc1 ) ; throw loc2 ; } if ( issuerNames == null ) issuerNames = new LinkedList ( ) ; issuerNames...
19,450
execute shell commands , default return result msg concode_field_sep int result concode_elem_sep String COMMAND_SU concode_elem_sep String COMMAND_EXIT concode_elem_sep String COMMAND_LINE_END concode_elem_sep String successMsg concode_elem_sep String COMMAND_SH concode_elem_sep String errorMsg concode_field_sep boolea...
CommandResult function ( List < String > arg0 , boolean arg1 ) { return execCommand ( arg0 == null ? null : arg0 . toArray ( new String [ ] { } ) , arg1 , true ) ; }
19,451
remove the 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 ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void ...
void function ( String arg0 ) { getValueBinding ( getJsfEl ( arg0 ) ) . setValue ( FacesContext . getCurrentInstance ( ) , null ) ; }
19,452
gets the last modified time of the atomic file . @hide concode_field_sep File mBaseName concode_elem_sep File mBackupName concode_field_sep FileOutputStream openAppend concode_elem_sep File getBaseFile concode_elem_sep void truncate concode_elem_sep byte[] readFully concode_elem_sep FileOutputStream startWrite concode_...
long function ( ) { if ( mBackupName . exists ( ) ) { return mBackupName . lastModified ( ) ; } return mBaseName . lastModified ( ) ; }
19,453
returns the host of the receiver . concode_field_sep String password concode_elem_sep int port concode_elem_sep String name concode_elem_sep String host concode_elem_sep boolean https concode_elem_sep String user concode_field_sep void setName concode_elem_sep void setHost concode_elem_sep void setPassword concode_elem...
String function ( ) { return host ; }
19,454
get the contents value . concode_field_sep Collection<X509AuxCertificate> cert concode_elem_sep Collection<SignerInfoWithPkey> signerInfo concode_elem_sep PKCS7 contents concode_elem_sep Set<AlgorithmIdentifier> mdAlgs concode_elem_sep int version concode_elem_sep Collection<X509CRL> crl concode_field_sep int getVersio...
PKCS7 function ( ) { return contents ; }
19,455
generates the next pseudorandom double uniformly distributed between 0.0 inclusive and 1.0 exclusive . the implementation is as follows . public double nextdouble return long next 26 < < 27 + next 27 / double 1l < < 53 ; concode_field_sep long seed concode_elem_sep long serialVersionUID concode_elem_sep boolean haveNex...
double function ( ) { return ( ( ( long ) next ( 26 ) << 27 ) + next ( 27 ) ) / ( double ) ( 1L << 53 ) ; }
19,456
gets whether to round as circle concode_field_sep float[] mCornersRadii concode_elem_sep boolean mRoundAsCircle concode_elem_sep RoundingMethod mRoundingMethod concode_elem_sep int mOverlayColor concode_elem_sep int mBorderColor concode_elem_sep float mBorderWidth concode_field_sep RoundingParams setCornersRadii concod...
boolean function ( ) { return mRoundAsCircle ; }
19,457
xeappend can build xml response . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { MatcherAssert . assertThat ( IOUtils . toString ( new RsXembly ( new XeAppend ( "srini_string" , new XeDate ( ) , new XeLocalhost ( ) ) ) . body ( ) ) , XhtmlMatchers . hasXPaths ( "srini_string" ) ) ; }
19,458
gets the next start code value in the bitstream . concode_field_sep long buffer concode_elem_sep byte pointer concode_elem_sep InputStream is concode_field_sep void skip_bit concode_elem_sep void marker_bit concode_elem_sep void unget_bits concode_elem_sep boolean next_bit concode_elem_sep void read_byte concode_elem_s...
int function ( ) { next_start_code ( ) ; return ( int ) next_bits ( 8 ) ; }
19,459
mark that the user has answered the conference info cards prompt so app does n't bother them again . concode_field_sep String should_show_prefix concode_elem_sep String PREF_ANSWERED_CONF_MESSAGE_CARDS_PROMPT concode_elem_sep String PREF_CONF_MESSAGE_CARDS_ENABLED concode_elem_sep int WIFI_FEEDBACK_RANDOM_INT_UPPER_RAN...
void function ( final Context arg0 , @ Nullable Boolean arg1 ) { SharedPreferences loc0 = PreferenceManager . getDefaultSharedPreferences ( arg0 ) ; if ( arg1 == null ) { loc0 . edit ( ) . remove ( PREF_ANSWERED_CONF_MESSAGE_CARDS_PROMPT ) . apply ( ) ; } else { loc0 . edit ( ) . putBoolean ( PREF_ANSWERED_CONF_MESSAGE...
19,460
sets the userteamassociationactiontype value for this userteamassociationaction . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String userTeamAssociationActionType concode_field_sep org.a...
void function ( java . lang . String arg0 ) { this . userTeamAssociationActionType = arg0 ; }
19,461
access files from the content provider , getting a assetfiledescriptor concode_field_sep Uri tagsURI concode_elem_sep Uri storyURI concode_elem_sep ContentResolver cr concode_field_sep ArrayList<TagsData> getAllTagsData concode_elem_sep int updateStoryWithID concode_elem_sep ArrayList<StoryData> getAllStoryData concode...
ParcelFileDescriptor function ( final Uri arg0 , final String arg1 ) { return cr . openFileDescriptor ( arg0 , arg1 ) ; }
19,462
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String bar concode_elem_sep String foo concode_field_sep HasOnlyReadOnly bar concode_elem_sep void setBar concode_elem_sep String getBar concode_elem_sep void setFoo concode_elem_sep int hashCode concode_ele...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
19,463
gets the value of the removedpromotion property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the removedpromotion property . for example , to add ...
List < SubscriberPromotionType > function ( ) { if ( removedPromotion == null ) { removedPromotion = new ArrayList < SubscriberPromotionType > ( ) ; } return this . removedPromotion ; }
19,464
register the above content view . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu concode_field_sep ...
void function ( View arg0 , LayoutParams arg1 ) { if ( ! mBroadcasting ) mViewAbove = arg0 ; }
19,465
fired when player stops concode_field_sep JFrame videoFrame concode_field_sep void playerStarting concode_elem_sep void nonFatalMediaErrorOccurred
void function ( ) { if ( videoFrame != null ) { videoFrame . setAlwaysOnTop ( false ) ; videoFrame . setVisible ( false ) ; } }
19,466
walk through all known nodes , calling visit on each . concode_field_sep Map<String,LeafNode> nodes concode_field_sep void storeNode concode_elem_sep void deleteNode concode_elem_sep LeafNode findNode concode_elem_sep void initialize concode_elem_sep boolean containsNode
void function ( NodeVisitor arg0 ) { for ( String loc0 : nodes . keySet ( ) ) { arg0 . visit ( nodes . get ( loc0 ) ) ; } }
19,467
gets the full size of the box including header and content . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_sep boolean isRead concode_elem_sep long memMapSize concode_elem_se...
long function ( ) { long loc0 = ( isRead ? ( isParsed ? getContentSize ( ) : content . limit ( ) ) : memMapSize ) ; loc0 += ( 8 + ( loc0 >= ( ( 1L << 32 ) - 8 ) ? 8 : 0 ) + ( UserBox . TYPE . equals ( getType ( ) ) ? 16 : 0 ) ) ; loc0 += ( deadBytes == null ? 0 : deadBytes . limit ( ) ) ; return loc0 ; }
19,468
sets the current style of the application to one of the predetermined themes . concode_field_sep String tempStyle concode_elem_sep String ROYALE_BRANCH_EXPANDED_ICON concode_elem_sep String imageDirectory concode_elem_sep ArrayList styleList concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_s...
void function ( String arg0 ) { this . tempStyle = arg0 ; }
19,469
sets the value of the extlength property . concode_field_sep String extoffset concode_elem_sep String visible concode_elem_sep String precision concode_elem_sep String dtype concode_elem_sep String extlength concode_elem_sep String layer concode_elem_sep String unit concode_elem_sep String textsize concode_elem_sep Str...
void function ( String arg0 ) { this . extlength = arg0 ; }
19,470
sets the value of the description property . concode_field_sep VersionList crawljaxVersions concode_elem_sep String name concode_elem_sep String description concode_elem_sep ParameterList parameters concode_field_sep void setName concode_elem_sep void setParameters concode_elem_sep String getName concode_elem_sep Versi...
void function ( String arg0 ) { this . description = arg0 ; }
19,471
sets the value of the inresponseto property . concode_field_sep String address concode_elem_sep Object anyType concode_elem_sep String inResponseTo concode_elem_sep String recipient concode_elem_sep XMLGregorianCalendar notOnOrAfter concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep XMLGregorianCalenda...
void function ( String arg0 ) { this . inResponseTo = arg0 ; }
19,472
ensures that the lineinfo array can contain the specified index . this enlarges it if necessary . no action is taken if the array is large enough already . it should be unnecessary to call this under normal circumstances ; insertline should take care of enlarging the line info array automatically . concode_field_sep To...
void function ( int arg0 ) { if ( lineInfo == null ) { lineInfo = new LineInfo [ arg0 + 1 ] ; } else if ( lineInfo . length <= arg0 ) { LineInfo [ ] loc0 = new LineInfo [ ( arg0 + 1 ) * 2 ] ; System . arraycopy ( lineInfo , 0 , loc0 , 0 , lineInfo . length ) ; lineInfo = loc0 ; } }
19,473
getter for acceptfilters concode_field_sep RiskFilterListType denyFilters concode_elem_sep RiskFilterListType acceptFilters concode_elem_sep RiskFilterListType reportFilters concode_elem_sep RiskFilterListType pendingFilters concode_field_sep RiskFilterListType getReportFilters concode_elem_sep boolean isWhitespaceNode...
RiskFilterListType function ( ) { return acceptFilters ; }
19,474
checks to see if stack is empty . concode_field_sep String[] items concode_elem_sep int N concode_field_sep String pop concode_elem_sep int size concode_elem_sep void resize concode_elem_sep void push
boolean function ( ) { return N == 0 ; }
19,475
gets the value of the lang property . concode_field_sep String lang concode_elem_sep List<Serializable> content concode_field_sep List<Serializable> getContent concode_elem_sep TextType withContent concode_elem_sep TextType withContent concode_elem_sep void setLang concode_elem_sep TextType withLang
String function ( ) { return lang ; }
19,476
returns the static methods and fields of type that will be injected to fulfill thisrequest . concode_field_sep Object source concode_elem_sep Class<?> type concode_field_sep T acceptVisitor concode_elem_sep void applyTo concode_elem_sep Class<?> getType concode_elem_sep Object getSource
Set < InjectionPoint > function ( ) { return InjectionPoint . forStaticMethodsAndFields ( type ) ; }
19,477
if sync is enabled then this option dictates minaconsumer if it should disconnect where there is no reply to send back . concode_field_sep boolean disconnect concode_elem_sep TextLineDelimiter textlineDelimiter concode_elem_sep boolean disconnectOnNoReply concode_elem_sep boolean sync concode_elem_sep List<IoFilter> fi...
void function ( boolean arg0 ) { this . disconnectOnNoReply = arg0 ; }
19,478
this will set the precision or denominator of a fractional amount . concode_field_sep String FRACTIONAL_DISPLAY_ROUND concode_elem_sep String LABEL_PREFIX_TO_VALUE concode_elem_sep String FRACTIONAL_DISPLAY_DECIMAL concode_elem_sep COSDictionary numberFormatDictionary concode_elem_sep String TYPE concode_elem_sep Strin...
void function ( int arg0 ) { this . getDictionary ( ) . setInt ( "srini_string" , arg0 ) ; }
19,479
return the value of the branchcontractedicon property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_e...
String function ( ) { return branchContractedIcon ; }
19,480
returns a unique identifier for this row . this id can come from one of three places : if #setid long is ever called on this row , it will returnthis id . if #setid long has not been called but the header item isnot null , the result of headeritem #getid is returned.otherwise objectadapter #no_id no_id is returned . co...
long function ( ) { if ( ( mFlags & FLAG_ID_USE_MASK ) == FLAG_ID_USE_HEADER ) { HeaderItem loc0 = getHeaderItem ( ) ; if ( loc0 != null ) { return loc0 . getId ( ) ; } return NO_ID ; } else { return mId ; } }
19,481
get an attribute from a jar file concode_field_sep Manifest manifest concode_elem_sep JarInputStream jarIn concode_elem_sep Attributes.Name RIO_BUILD concode_field_sep Attributes getEntry concode_elem_sep void close concode_elem_sep String getRioBuild
String function ( Attributes . Name arg0 ) { if ( manifest == null ) throw new IllegalArgumentException ( "srini_string" ) ; Attributes loc0 = manifest . getMainAttributes ( ) ; if ( loc0 == null ) return null ; return ( String ) loc0 . get ( arg0 ) ; }
19,482
returns the company id of this shopping coupon . concode_field_sep ShoppingCoupon _shoppingCoupon concode_field_sep java.util.Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean hasValidEndDate concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_ele...
long function ( ) { return _shoppingCoupon . getCompanyId ( ) ; }
19,483
quick check for login concode_field_sep Editor editor concode_elem_sep String PREF_NAME concode_elem_sep String KEY_ID concode_elem_sep String KEY_LASTLOGIN concode_elem_sep String KEY_NAME concode_elem_sep String KEY_EMAIL concode_elem_sep String KEY_PASSWORD concode_elem_sep String KEY_REGSITERAT concode_elem_sep int...
boolean function ( ) { return pref . getBoolean ( IS_LOGIN , false ) ; }
19,484
get whether this image source represents an android resource or a network uri . concode_field_sep String mSource concode_elem_sep double mSize concode_elem_sep boolean isResource concode_elem_sep Uri mUri concode_field_sep Uri computeUri concode_elem_sep Uri computeLocalUri concode_elem_sep double getSize concode_elem_...
boolean function ( ) { return isResource ; }
19,485
sets the precision level for computing the geohash from the context geo point . defaults to using index-time precision level concode_field_sep String NAME concode_elem_sep ObjectParser<GeoQueryContext.Builder,ParseFieldMatcherSupplier> GEO_CONTEXT_PARSER concode_elem_sep List<Integer> neighbours concode_elem_sep double...
Builder function ( int arg0 ) { if ( arg0 < 1 || arg0 > 12 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . precision = arg0 ; return this ; }
19,486
sets the value of the adtype property . concode_field_sep Boolean adSenseEnabled concode_elem_sep String borderColor concode_elem_sep String backgroundColor concode_elem_sep AdSenseSettingsAdType adType concode_elem_sep AdSenseSettingsFontFamily fontFamily concode_elem_sep String titleColor concode_elem_sep AdSenseSett...
void function ( AdSenseSettingsAdType arg0 ) { this . adType = arg0 ; }
19,487
returns the packet id concode_field_sep byte[] _data concode_elem_sep int _last_id concode_elem_sep byte _flags concode_elem_sep int MINIMUM_SIZE concode_elem_sep int _id concode_elem_sep int JDWP_FLAG_REPLY concode_field_sep void myWrite concode_elem_sep int myFromBytes concode_elem_sep void setData concode_elem_sep v...
int function ( ) { return _id ; }
19,488
prints an object to standard output and flushes standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println c...
void function ( Object arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; }
19,489
specify the number of seconds to wait until http exchanges have completed when shutting down the http server . default is 0 . concode_field_sep HttpServer server concode_elem_sep String hostname concode_elem_sep Log logger concode_elem_sep int backlog concode_elem_sep Executor executor concode_elem_sep int shutdownDela...
void function ( int arg0 ) { this . shutdownDelay = arg0 ; }
19,490
returns true if field column_or_supercolumn is set has been asigned a value and false otherwise concode_field_sep String _fieldName concode_elem_sep Deletion deletion concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,FieldMetaData> metaDataMap concode_elem_sep Map<String,_Fields> byName concode_elem_sep Col...
boolean function ( ) { return this . column_or_supercolumn != null ; }
19,491
returns x-coordinate of the cage . concode_field_sep int xCoordinate concode_elem_sep int currentWeight concode_elem_sep int yCoordinate concode_elem_sep int maxCageContent concode_elem_sep List<T> cageContent concode_elem_sep int capacity concode_field_sep void logCoordinates concode_elem_sep Iterator<T> iterator conc...
int function ( ) { return xCoordinate ; }
19,492
returns an invalidrequestexception with the specified message . concode_field_sep PlaceHolder placeHolder concode_field_sep T checkNull concode_elem_sep T checkNull concode_elem_sep T checkNotNull concode_elem_sep void checkTrue concode_elem_sep void checkTrue concode_elem_sep void checkContainsOnly concode_elem_sep vo...
InvalidRequestException function ( String arg0 , Object ... arg1 ) { return new InvalidRequestException ( String . format ( arg0 , arg1 ) ) ; }
19,493
paints all the character elements in this textsprite to the graphics context concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_ENABLED concode_elem_sep Color strokeColor concode_el...
void function ( Graphics arg0 ) { Graphics2D loc0 = ( Graphics2D ) arg0 ; for ( GlyphText loc1 : glyphTexts ) { font . drawEstring ( loc0 , String . valueOf ( ( char ) loc1 . getCid ( ) ) , loc1 . getX ( ) , loc1 . getY ( ) , FontFile . LAYOUT_NONE , rmode , strokeColor ) ; } }
19,494
returns a string representing the object . concode_field_sep DialShape CHORD concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep DialShape PIE concode_elem_sep DialShape CIRCLE concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return this . name ; }
19,495
validate the digests present in the timestamptokens contained in the cmstimestampeddata . concode_field_sep TimeStampDataUtil util concode_elem_sep TimeStampedData timeStampedData concode_elem_sep ContentInfo contentInfo concode_field_sep void initialiseMessageImprintDigestCalculator concode_elem_sep byte[] getEncoded ...
void function ( DigestCalculatorProvider arg0 , byte [ ] arg1 ) { util . validate ( arg0 , arg1 ) ; }
19,496
this is the setter method for ismandatory concode_field_sep String fieldComments concode_elem_sep String fieldName concode_elem_sep Integer isMandatory concode_elem_sep Integer orderOfFields concode_field_sep Integer getIsMandatory concode_elem_sep void setOrderOfFields concode_elem_sep void setFieldName concode_elem_s...
void function ( Integer arg0 ) { this . isMandatory = arg0 ; }
19,497
get the smallest item in this cluster concode_field_sep double average concode_elem_sep double lower concode_elem_sep double sum concode_elem_sep double higher concode_elem_sep Set<Integer> sequenceIDs concode_elem_sep List<ItemValued> items concode_field_sep void computeHigherAndLower concode_elem_sep double getHigher...
double function ( ) { return lower ; }
19,498
parses a string into an array of words concode_field_sep PlaceHolder placeHolder concode_field_sep void toLowercase concode_elem_sep void removePunctuation concode_elem_sep void addAdjacents concode_elem_sep void removeNeutrals concode_elem_sep void splitPunctuation concode_elem_sep void stem
Set < String > function ( String arg0 ) { Set < String > loc0 = new HashSet < String > ( Arrays . asList ( arg0 . split ( "srini_string" ) ) ) ; splitPunctuation ( loc0 , "srini_string" ) ; removeNeutrals ( loc0 ) ; return loc0 ; }
19,499
sets the focused thikness . concode_field_sep int focusedThikness concode_elem_sep int defaultFocusedThikness concode_field_sep Color getTextFieldFocusedColor concode_elem_sep void focusGained concode_elem_sep void focusLost concode_elem_sep Color getComboBoxFocusedColor concode_elem_sep int getFocusedThikness concode_...
FocusListenerImpl function ( int arg0 ) { this . focusedThikness = arg0 ; return this ; }