idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
35,700
for testing purposes only . concode_field_sep int flowControlWindow concode_elem_sep int maxStreams concode_elem_sep Channel channel concode_elem_sep ServerTransportListener listener concode_elem_sep SslContext sslContext concode_elem_sep Logger log concode_elem_sep int maxMessageSize concode_elem_sep boolean terminate...
Channel function ( ) { return channel ; }
35,701
called when the web application is being destroyed . calls filecleaningtracker #exitwhenfinished . concode_field_sep String FILE_CLEANING_TRACKER_ATTRIBUTE concode_field_sep FileCleaningTracker getFileCleaningTracker concode_elem_sep void setFileCleaningTracker concode_elem_sep void contextInitialized
void function ( ServletContextEvent arg0 ) { getFileCleaningTracker ( arg0 . getServletContext ( ) ) . exitWhenFinished ( ) ; }
35,702
saves parameters for startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep ActivityResultHolder savedResult concode_elem_sep ...
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } }
35,703
return content views defined on this document type for given category concode_field_sep boolean remove concode_elem_sep String iconExpanded concode_elem_sep String[] EMPTY_ACTIONS concode_elem_sep String bigIcon concode_elem_sep Map<String,DocumentContentViews> contentViews concode_elem_sep Map<String,SubType> allowedS...
String [ ] function ( String arg0 ) { if ( contentViews != null ) { DocumentContentViews loc0 = contentViews . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . getContentViewNames ( ) ; } } return null ; }
35,704
sets the list of purchases . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep ArrayList getPurchasedList concode_elem_sep void setCartEffect concode_elem_sep String g...
void function ( ArrayList arg0 ) { this . purchasedList = arg0 ; }
35,705
whether the type is escape concode_field_sep TokenType type concode_elem_sep String value concode_field_sep boolean isDoubleQuote concode_elem_sep boolean isEol concode_elem_sep boolean isNullValue concode_elem_sep boolean isLogical concode_elem_sep boolean isBinary concode_elem_sep boolean isUnary concode_elem_sep boo...
boolean function ( ) { return type == TokenType . escape ; }
35,706
performs conversion of files not covered by provided conversionprocessor s concode_field_sep PlaceHolder placeHolder concode_field_sep ConversionProcessor<ArtifactsSettings> createArtifactsConverter concode_elem_sep Collection<File> getAdditionalAffectedFiles concode_elem_sep ConversionProcessor<ProjectSettings> create...
void function ( ) { }
35,707
closes the reader by closing the underlying inputstream andmarking this reader as closed . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine c...
void function ( ) { synchronized ( in ) { if ( buf != null ) { buf = null ; in . close ( ) ; } } }
35,708
save item . concode_field_sep Logger log concode_field_sep void deleteItemContent concode_elem_sep void addItemMetaData concode_elem_sep void deleteItem concode_elem_sep void deleteItemMetaData concode_elem_sep ItemDataIfc getItem concode_elem_sep ItemDataIfc getItem concode_elem_sep Map getItemsByKeyword
ItemDataIfc function ( ItemDataIfc arg0 ) { try { String loc0 = arg0 . getItemIdString ( ) ; ItemService loc1 = new ItemService ( ) ; arg0 = loc1 . saveItem ( loc1 . getItem ( loc0 ) ) ; } catch ( Exception loc1 ) { throw new AssessmentServiceException ( loc1 ) ; } return arg0 ; }
35,709
get last successful authentication method concode_field_sep Map<String,String> myLastSuccessful concode_elem_sep THashMap<String,String> myLastSuccessful concode_field_sep void loadState concode_elem_sep String getLastSuccessful concode_elem_sep Map<String,String> getLastSuccessful concode_elem_sep State getState conco...
void function ( String arg0 , String arg1 ) { if ( null == arg1 || arg1 . length ( ) == 0 ) { myLastSuccessful . remove ( arg0 ) ; } else { myLastSuccessful . put ( arg0 , arg1 ) ; } }
35,710
return the size of the collection . concode_field_sep Map<String,SourceFolder> sourceFolders concode_elem_sep Map<String,ClassLoaderFile> files concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Set<Entry<String,ClassLoaderFile>> getFilesEntrySet concode_elem...
int function ( ) { int loc0 = 0 ; for ( SourceFolder loc1 : this . sourceFolders . values ( ) ) { loc0 += loc1 . getFiles ( ) . loc0 ( ) ; } return loc0 ; }
35,711
sets a handshake timeout for this connection profile concode_field_sep List<ConnectionTypeHandle> handles concode_elem_sep List<ConnectionTypeHandle> handles concode_elem_sep Set<TransportRequestOptions.Type> types concode_elem_sep int offset concode_elem_sep int offset concode_elem_sep int numConnections concode_elem_...
void function ( TimeValue arg0 ) { if ( arg0 . millis ( ) < 0 ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } this . handshakeTimeout = arg0 ; }
35,712
this is a getter for ui purpose . concode_field_sep String DATE_COLUMN concode_elem_sep Comparator<SignupMeetingWrapper> sortOwnerComparator concode_elem_sep Comparator<SignupMeetingWrapper> sortLocationComparator concode_elem_sep String STATUS_COLUMN concode_elem_sep String CATEGORY_COLUMN concode_elem_sep Comparator<...
String function ( ) { return CREATOR_COLUMN ; }
35,713
add an alignment record to be emitted by the writer . concode_field_sep int DEAFULT_MAX_RECORDS_IN_RAM concode_elem_sep int maxRecordsInRam concode_elem_sep SortingCollection<SAMRecord> alignmentSorter concode_elem_sep ProgressLoggerInterface progressLogger concode_elem_sep SAMSortOrderChecker sortOrderChecker concode_...
void function ( final SAMRecord arg0 ) { arg0 . setHeaderStrict ( header ) ; if ( sortOrder . equals ( SAMFileHeader . SortOrder . unsorted ) ) { writeAlignment ( arg0 ) ; } else if ( presorted ) { assertPresorted ( arg0 ) ; writeAlignment ( arg0 ) ; } else { alignmentSorter . add ( arg0 ) ; } }
35,714
returns the number of messages . concode_field_sep MessageLocalService _messageLocalService concode_field_sep java.util.List<com.liferay.mail.reader.model.Message> getFolderMessages concode_elem_sep void deleteMessages concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService co...
int function ( ) { return _messageLocalService . getMessagesCount ( ) ; }
35,715
validates that the passed parameter is not null or empty string , in case it is n't than illegalargumentexception is being thrown . concode_field_sep SessionFactory sessionFactory concode_field_sep List<Stock> getAll concode_elem_sep Stock get concode_elem_sep long save concode_elem_sep Stock getBySymbol concode_elem_s...
void function ( String arg0 , String arg1 ) { validateNoNull ( arg0 , arg1 ) ; if ( arg0 . trim ( ) . length ( ) == 0 ) { throw new IllegalArgumentException ( MessageFormat . format ( "srini_string" , arg1 ) ) ; } }
35,716
positions the specified dialog within its parent . concode_field_sep PlaceHolder placeHolder concode_field_sep void positionFrameRandomly concode_elem_sep JButton createJButton concode_elem_sep Rectangle getMaximumWindowBounds concode_elem_sep void positionDialogRelativeToParent concode_elem_sep JPanel createTablePanel...
void function ( final Dialog arg0 ) { positionDialogRelativeToParent ( arg0 , 0.5 , 0.5 ) ; }
35,717
if we did save away the value , then just access it , but if we did n't save it away , then we 'll want the most up-to-date value concode_field_sep Object savedValue concode_elem_sep Object submittedValue concode_elem_sep Log log concode_elem_sep String name concode_elem_sep boolean haveSavedValue concode_elem_sep bool...
Object function ( FacesContext arg0 , UIComponent arg1 ) { if ( haveSavedValue ) return savedValue ; else return getValue ( arg0 , arg1 ) ; }
35,718
invoked when the end of a paragraph is encountered . adds a newline if there are one or more non-space characters since the previous newline . concode_field_sep String TAG_LAYOUT concode_elem_sep long endTimeUs concode_elem_sep String TAG_METADATA concode_elem_sep String TAG_BR concode_elem_sep String TAG_DIV concode_e...
void function ( SpannableStringBuilder arg0 ) { }
35,719
prints a message at debug priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( DEBUG , arg0 , arg1 , arg2 ) ; }
35,720
returns an integer hash code for this boolean . concode_field_sep Boolean FALSE concode_elem_sep Boolean TRUE concode_elem_sep Class<Boolean> TYPE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep Boolean valueOf concode_elem_sep Boolean valueOf concode...
int function ( ) { return value ? 1231 : 1237 ; }
35,721
stop the lightwaverfsender will close the socket wait for the thread to exit and null the socket concode_field_sep CopyOnWriteArrayList<LightwaveRfStringMessageListener> listeners concode_elem_sep boolean running concode_elem_sep Set<InetAddress> localIps concode_elem_sep DatagramSocket receiveSocket concode_elem_sep L...
void function ( ) { running = false ; }
35,722
set the recipient key identifier for the key to be used to verify the new message . concode_field_sep List extraCerts concode_elem_sep PKIHeaderBuilder hdrBuilder concode_elem_sep List generalInfos concode_elem_sep PKIBody body concode_field_sep ProtectedPKIMessageBuilder setMessageTime concode_elem_sep ProtectedPKIMes...
ProtectedPKIMessageBuilder function ( byte [ ] arg0 ) { hdrBuilder . setRecipKID ( arg0 ) ; return this ; }
35,723
computes the logarithm of the given value to the base of 2 , rounded down . it corresponds to the position of the highest non-zero bit . the position is counted , starting with 0 from the least significant bit to the most significant bit . for example , log2floor 16 = 4 , and log2floor 10 = 3 . concode_field_sep PlaceH...
int function ( int arg0 ) { if ( arg0 == 0 ) { throw new ArithmeticException ( "srini_string" ) ; } int loc0 = 0 ; while ( ( arg0 = arg0 >>> 1 ) != 0 ) { loc0 ++ ; } return loc0 ; }
35,724
gets number of first item concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getLast concode_elem_sep int getCount
int function ( ) { return first ; }
35,725
sets the content view . probably should be called from oncreate concode_field_sep Drawable background concode_elem_sep View anchor concode_elem_sep View root concode_elem_sep PopupWindow window concode_elem_sep WindowManager windowManager concode_field_sep void setBackgroundDrawable concode_elem_sep void onCreate conco...
void function ( View arg0 ) { this . root = arg0 ; window . setContentView ( arg0 ) ; }
35,726
this implementation delegates to #shouldintercept webservicemessage , object . concode_field_sep EndpointInterceptor delegate concode_field_sep boolean handleFault concode_elem_sep void afterCompletion concode_elem_sep EndpointInterceptor getDelegate concode_elem_sep boolean handleRequest concode_elem_sep boolean handl...
boolean function ( MessageContext arg0 , Object arg1 ) { WebServiceMessage loc0 = arg0 . getRequest ( ) ; return loc0 != null && shouldIntercept ( loc0 , arg1 ) ; }
35,727
caches the given statistics . they are later retrievable under the given identifier . concode_field_sep Map<String,BaseStatistics> baseStatisticsCache concode_field_sep BaseStatistics getBaseStatistics
void function ( BaseStatistics arg0 , String arg1 ) { synchronized ( this . baseStatisticsCache ) { this . baseStatisticsCache . put ( arg1 , arg0 ) ; } }
35,728
gets the value of the resources 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 resources property . for example , to add a new item , d...
List < Resources > function ( ) { if ( resources == null ) { resources = new ArrayList < > ( ) ; } return this . resources ; }
35,729
removes buffers from the pool until it is under its size limit . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode_field_sep void returnBuf concode_ele...
void function ( ) { while ( mCurrentSize > mSizeLimit ) { byte [ ] loc0 = mBuffersByLastUse . remove ( 0 ) ; mBuffersBySize . remove ( loc0 ) ; mCurrentSize -= loc0 . length ; } }
35,730
sets the provspecialtyincexc . concode_field_sep String provisionIncExc concode_elem_sep String provSpecialtyIncExc concode_elem_sep RtbBenefit[] benefitList concode_elem_sep RtbCheckBoxes[] provisionList concode_elem_sep String procIncExc concode_elem_sep String gmsrIncExc concode_elem_sep long serialVersionUID concod...
void function ( String arg0 ) { provSpecialtyIncExc = arg0 ; }
35,731
returns the number of elements between the current position and the limit . concode_field_sep int limit concode_elem_sep int mark concode_elem_sep int cap concode_elem_sep int pos concode_field_sep void checkIfReadOnly concode_elem_sep boolean hasRemaining concode_elem_sep Buffer clear concode_elem_sep void checkIndex ...
int function ( ) { return limit - pos ; }
35,732
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testCloning2 concode_elem_sep void testHashcode concode_elem_sep void testEquals
void function ( ) { Stroke loc0 = new BasicStroke ( 1.23f ) ; LegendGraphic loc1 = new LegendGraphic ( new Rectangle2D . Double ( 1.0 , 2.0 , 3.0 , 4.0 ) , Color . black ) ; loc1 . setOutlineStroke ( loc0 ) ; LegendGraphic loc2 = ( LegendGraphic ) TestUtilities . serialised ( loc1 ) ; assertTrue ( loc1 . equals ( loc2 ...
35,733
get the adapter build version . concode_field_sep String INTERLOK_NAME concode_elem_sep Set<ComponentVersion> componentVersions concode_elem_sep String buildDate concode_elem_sep String nameAndVersion concode_elem_sep String version concode_elem_sep String NO_BUILD_DATE concode_elem_sep String NO_COMPONENT concode_elem...
String function ( ) { return adapterVersion . versionOnly ; }
35,734
used to communicate a cancel operation from the whitebox gui . 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 amIActive concode_field_sep String getN...
void function ( boolean arg0 ) { cancelOp = arg0 ; }
35,735
return an init-param , or its default value . concode_field_sep AtmosphereFramework framework concode_elem_sep List<ShutdownHook> shutdownHooks concode_elem_sep boolean sessionTimeoutRemovalAllowed concode_elem_sep List<AtmosphereHandlerConfig> atmosphereHandlerConfig concode_elem_sep boolean supportSession concode_ele...
String function ( String arg0 , String arg1 ) { String loc0 = getInitParameter ( arg0 ) ; if ( loc0 == null ) { return arg1 ; } return loc0 ; }
35,736
end an element . concode_field_sep ContentHandler nextHandler concode_field_sep void characters concode_elem_sep void startPrefixMapping concode_elem_sep void endPrefixMapping concode_elem_sep ContentHandler getNextHandler concode_elem_sep void startElement concode_elem_sep void skippedEntity concode_elem_sep void setD...
void function ( final String arg0 , final String arg1 , final String arg2 ) { nextHandler . endElement ( arg0 , arg1 , arg2 ) ; }
35,737
the transport protocol of the desired service . concode_field_sep String domain concode_elem_sep String proto concode_field_sep String getDomain concode_elem_sep void setDomain concode_elem_sep String getProto
void function ( String arg0 ) { this . proto = arg0 ; }
35,738
gets the current plugin version from the plugin.yml . concode_field_sep URLConnection urlc concode_elem_sep Plugin plugin concode_elem_sep String pluginName concode_elem_sep Document document concode_elem_sep URL url concode_elem_sep String currentVersion concode_field_sep URL getUrl concode_elem_sep String getUpdateVe...
String function ( ) { return currentVersion ; }
35,739
specify global quartz triggerlisteners to be registered with the scheduler . such triggerlisteners will apply to all triggers in the scheduler . concode_field_sep Log logger concode_elem_sep Map<String,Calendar> calendars concode_elem_sep String[] jobSchedulingDataLocations concode_elem_sep TriggerListener[] globalTrig...
void function ( TriggerListener ... arg0 ) { this . globalTriggerListeners = arg0 ; }
35,740
flushes the output . if there are more lines of pending output in one column , then the other column will get filled with blank lines . concode_field_sep int leftWidth concode_elem_sep StringBuffer leftBuf concode_elem_sep StringBuffer rightBuf concode_elem_sep IndentingWriter rightColumn concode_elem_sep IndentingWrit...
void function ( ) { try { appendNewlineIfNecessary ( leftBuf , leftColumn ) ; appendNewlineIfNecessary ( rightBuf , rightColumn ) ; outputFullLines ( ) ; flushLeft ( ) ; flushRight ( ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
35,741
adds new filter queries concode_field_sep List<String> fieldPresentQueries concode_elem_sep int facetOffset concode_elem_sep String query concode_elem_sep int facetLimit concode_elem_sep List<DiscoverFacetField> facetFields concode_elem_sep List<String> facetQueries concode_elem_sep List<String> filterQueries concode_e...
void function ( String ... arg0 ) { this . filterQueries . addAll ( Arrays . asList ( arg0 ) ) ; }
35,742
returns the distance between the eyes . concode_field_sep float mEyesDist concode_elem_sep int mWidth concode_elem_sep int EULER_Z concode_elem_sep boolean sInitialized concode_elem_sep int EULER_X concode_elem_sep float mConfidence concode_elem_sep int EULER_Y concode_elem_sep long mFD concode_elem_sep float mPoseEule...
float function ( ) { return mEyesDist ; }
35,743
get the time of the last login . concode_field_sep long lastLogin concode_elem_sep LoginContext login concode_elem_sep String fullName concode_elem_sep AuthenticationMethod authMethod concode_elem_sep String shortName concode_field_sep void setAuthenticationMethod concode_elem_sep LoginContext getLogin concode_elem_sep...
long function ( ) { return lastLogin ; }
35,744
set the delegee . concode_field_sep Scriptable obj concode_field_sep Scriptable getDelegee concode_elem_sep boolean hasInstance concode_elem_sep void setParentScope concode_elem_sep Delegator newInstance concode_elem_sep Object[] getIds concode_elem_sep Scriptable construct concode_elem_sep void delete concode_elem_sep...
void function ( Scriptable arg0 ) { this . obj = arg0 ; }
35,745
constructed picocontainer will use @linkplain org.picocontainer.lifecycle.reflectionlifecyclestrategy reflectionlifecycle . concode_field_sep PicoContainer parentContainer concode_elem_sep ComponentMonitor componentMonitor concode_elem_sep Class<? extends MutablePicoContainer> mpcClass concode_elem_sep Stack<Object> be...
PicoBuilder function ( ) { lifecycleStrategyClass = ReflectionLifecycleStrategy . class ; lifecycleStrategy = null ; return this ; }
35,746
set the list of protocols to start with openlcb concode_field_sep String MERGCBUS concode_elem_sep String TEST concode_elem_sep CanSystemConnectionMemo adapterMemo concode_elem_sep String[] options concode_elem_sep Logger log concode_elem_sep String OPENLCB concode_elem_sep String RAWCAN concode_field_sep void setMERG ...
void function ( ) { log . debug ( "srini_string" ) ; options = new String [ ] { OPENLCB , MERGCBUS , RAWCAN , TEST } ; }
35,747
set container name concode_field_sep String containerTranslatedName concode_elem_sep List<String[]> children concode_elem_sep String containerName concode_elem_sep UiFilterFieldNameType containerType concode_elem_sep String containerId concode_elem_sep long serialVersionUID concode_field_sep String getContainerId conco...
void function ( String arg0 ) { containerName = arg0 ; }
35,748
records the last event . concode_field_sep double EPSILON concode_elem_sep SeriesChangeEvent lastEvent concode_field_sep void testClear concode_elem_sep void testIndexOf2 concode_elem_sep void testSetMaximumItemCount2 concode_elem_sep void testCloning concode_elem_sep void testRemove concode_elem_sep void testAdd conco...
void function ( SeriesChangeEvent arg0 ) { this . lastEvent = arg0 ; }
35,749
returns true if the field is mandatory concode_field_sep boolean m_bIsMandatory concode_elem_sep String m_sParentParameterName concode_field_sep void setIsMandatory concode_elem_sep void setParentParameterName concode_elem_sep String getParentParameterName concode_elem_sep String getTextDescription
boolean function ( ) { return m_bIsMandatory ; }
35,750
sets the max time in millis that a session can remain open without receiving any packets . after this time period elapses , the session is automatically closed . concode_field_sep int minPort concode_elem_sep long idleTime concode_elem_sep String ipAddress concode_elem_sep Logger Log concode_elem_sep long lifetime conc...
void function ( long arg0 ) { this . idleTime = arg0 ; }
35,751
removes any contained headers . concode_field_sep List headers concode_elem_sep long serialVersionUID concode_field_sep Header getCondensedHeader concode_elem_sep void setHeaders concode_elem_sep void addHeader concode_elem_sep void updateHeader concode_elem_sep Header[] getHeaders concode_elem_sep Header getFirstHeade...
void function ( ) { headers . clear ( ) ; }
35,752
add secured attribute to specified vault block . this method can be called only after successful startvaultsession call . concode_field_sep int iterationCount concode_elem_sep String salt concode_elem_sep String keystorePassword concode_elem_sep String vaultAlias concode_elem_sep Charset CHARSET concode_elem_sep String...
String function ( String arg0 , String arg1 , char [ ] arg2 ) { vault . store ( arg0 , arg1 , arg2 , null ) ; return securedAttributeConfigurationString ( arg0 , arg1 ) ; }
35,753
returns a pointer to the native box object . concode_field_sep String TAG concode_elem_sep int INDEX_X concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_elem_sep int INDEX_H concode_elem_sep long mNativeBox concode_elem_sep int INDEX_Y concode_field_sep int nativeGetWidth concode_elem_sep void nat...
long function ( ) { if ( mRecycled ) throw new IllegalStateException ( ) ; return mNativeBox ; }
35,754
schedules a block of code for later execution . concode_field_sep Logger logger concode_field_sep Object callScript concode_elem_sep Timer createTimerWithArgument concode_elem_sep Timer makeTimer
Timer function ( AbstractInstant arg0 , Procedure0 arg1 ) { JobDataMap loc0 = new JobDataMap ( ) ; loc0 . put ( "srini_string" , arg1 ) ; return makeTimer ( arg0 , arg1 . toString ( ) , loc0 ) ; }
35,755
obtains the value of nioreactorpnames #content_buffer_size parameter.if not set , defaults to 4096 . concode_field_sep PlaceHolder placeHolder concode_field_sep void setContentBufferSize concode_elem_sep void setSelectInterval concode_elem_sep void setGracePeriod concode_elem_sep void setInterestOpsQueueing concode_ele...
int function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getIntParameter ( CONTENT_BUFFER_SIZE , 4096 ) ; }
35,756
gets the value of the extlst property . concode_field_sep CTOfficeArtExtensionList extLst concode_elem_sep CTPictureLocking picLocks concode_elem_sep Boolean preferRelativeResize concode_field_sep void setPicLocks concode_elem_sep void setExtLst concode_elem_sep void setPreferRelativeResize concode_elem_sep CTPictureLo...
CTOfficeArtExtensionList function ( ) { return extLst ; }
35,757
gets a single element of this vector . elements 0 , 1 , and 2 correspond to x , y , and z. concode_field_sep double DOUBLE_PREC concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep void add concode_elem_sep void add concode_elem_sep void sub concode_elem_sep void sub concode_e...
double function ( int arg0 ) { switch ( arg0 ) { case 0 : { return x ; } case 1 : { return y ; } case 2 : { return z ; } default : { throw new ArrayIndexOutOfBoundsException ( arg0 ) ; } } }
35,758
return type metadata object concode_field_sep java.lang.Double amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef location concode_elem_sep j...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
35,759
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
35,760
removes the mapping at the specified index . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode_elem_sep void clear concode_elem_sep E valueAt concode_elem_sep int indexOfValue c...
void function ( int arg0 ) { if ( mValues [ arg0 ] != DELETED ) { mValues [ arg0 ] = DELETED ; mGarbage = true ; } }
35,761
initialize the flags of the collectionentry , including the dirty check . concode_field_sep CoreMessageLogger LOG concode_field_sep void flushEverythingToExecutions concode_elem_sep int flushEntities concode_elem_sep CascadingAction getCascadingAction concode_elem_sep void logFlushResults concode_elem_sep void postPost...
void function ( PersistenceContext arg0 ) { LOG . debug ( "srini_string" ) ; for ( Map . Entry < PersistentCollection , CollectionEntry > loc0 : IdentityMap . concurrentEntries ( ( Map < PersistentCollection , CollectionEntry > ) arg0 . getCollectionEntries ( ) ) ) { loc0 . getValue ( ) . preFlush ( loc0 . getKey ( ) )...
35,762
appends the key-val pair to the passed builder in the following format key = value concode_field_sep String ALLOC_CONTAINER concode_elem_sep String SUBMIT_RESERVATION_REQUEST concode_elem_sep String AM_ALLOCATE concode_elem_sep String UNREGISTER_AM concode_elem_sep String RELEASE_CONTAINER concode_elem_sep String UNAUT...
void function ( Keys arg0 , String arg1 , StringBuilder arg2 ) { arg2 . append ( AuditConstants . PAIR_SEPARATOR ) . append ( arg0 . name ( ) ) . append ( AuditConstants . KEY_VAL_SEPARATOR ) . append ( arg1 ) ; }
35,763
factory method that creates new roundingparams with the specified corners radii . 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 conco...
RoundingParams function ( float [ ] arg0 ) { return ( new RoundingParams ( ) ) . setCornersRadii ( arg0 ) ; }
35,764
if sync is enabled this option dictates minaconsumer which logging level to use when logging a 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<IoFil...
void function ( LoggingLevel arg0 ) { this . noReplyLogLevel = arg0 ; }
35,765
create a mutable long integer counter concode_field_sep Map<String,MutableMetric> metricsMap concode_elem_sep Map<String,MetricsTag> tagsMap concode_elem_sep MetricsInfo metricsInfo concode_field_sep void add concode_elem_sep void add concode_elem_sep MutableGaugeInt newGauge concode_elem_sep MutableGaugeInt newGauge c...
MutableCounterLong function ( String arg0 , String arg1 , long arg2 ) { return newCounter ( Interns . info ( arg0 , arg1 ) , arg2 ) ; }
35,766
. concode_field_sep UUID id concode_elem_sep List<String> assocations concode_elem_sep URI iframeLocation concode_elem_sep String displayName concode_field_sep void addAssociations concode_elem_sep List<String> getAssocations concode_elem_sep Map<String,Object> toJSON concode_elem_sep boolean matchesAssocationName conc...
String function ( ) { return this . displayName ; }
35,767
return the underlying modelmap instance never null . concode_field_sep Object view concode_elem_sep ModelMap model concode_elem_sep boolean cleared concode_field_sep boolean wasCleared concode_elem_sep Map<String,Object> getModel concode_elem_sep void setViewName concode_elem_sep Map<String,Object> getModelInternal con...
ModelMap function ( ) { if ( this . model == null ) { this . model = new ModelMap ( ) ; } return this . model ; }
35,768
returns the url of this s v n repository . concode_field_sep SVNRepository _svnRepository concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String ge...
java . lang . String function ( ) { return _svnRepository . getUrl ( ) ; }
35,769
returns a textual representation of this instance . this is constructed using the class name javax.management.mbeanfeatureinfo and the name and description of the feature . as instances of this class are immutable , the return value is computed just once for each instance and reused throughout its life . concode_field_...
String function ( ) { if ( string == null ) string = getClass ( ) . getName ( ) + "srini_string" + name + "srini_string" + description + "srini_string" ; return string ; }
35,770
compares the relative fitness of two sets of parameter types in terms of matching a third set of runtime parameter types , such that a list ordered by the results of the comparison would return the best match first least . concode_field_sep Class<?>[] ORDERED_PRIMITIVE_TYPES concode_elem_sep int ACCESS_TEST concode_fie...
int function ( final Class < ? > [ ] arg0 , final Class < ? > [ ] arg1 , final Class < ? > [ ] arg2 ) { final float loc0 = getTotalTransformationCost ( arg2 , arg0 ) ; final float loc1 = getTotalTransformationCost ( arg2 , arg1 ) ; return loc0 < loc1 ? - 1 : loc1 < loc0 ? 1 : 0 ; }
35,771
parses a block command like foreach/if . concode_field_sep Pattern foreachPattern concode_elem_sep SqlFileScanner y concode_field_sep void process concode_elem_sep TokenList seekTokenSource concode_elem_sep void main concode_elem_sep void processBlock concode_elem_sep boolean isNestingCommand
TokenList function ( String arg0 ) { if ( arg0 . trim ( ) . startsWith ( "srini_string" ) ) { return seekTokenSource ( "srini_string" ) ; } throw new RuntimeException ( "srini_string" + arg0 ) ; }
35,772
stops the cache mediator service concode_field_sep Log log concode_field_sep void start
void function ( BundleContext arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } }
35,773
gets user 's id concode_field_sep long serialVersionUID concode_elem_sep ImageCaptcha imageCaptcha concode_elem_sep String ip concode_elem_sep Date lastVisit concode_elem_sep long sessionTime concode_elem_sep Date startTime concode_elem_sep String sessionId concode_elem_sep String lang concode_elem_sep int userId conco...
int function ( ) { return this . userId ; }
35,774
sets the maximum z value . concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep boolean stepped concode_elem_sep int[] g concode_elem_sep long serialVersionUID concode_elem_...
void function ( double arg0 ) { this . maxZ = arg0 ; }
35,775
sets the value of the type property . concode_field_sep String code concode_elem_sep long serialVersionUID concode_elem_sep String detail concode_elem_sep ErrorType type concode_elem_sep String message concode_elem_sep String moreInfo concode_field_sep String getMoreInfo concode_elem_sep void setMoreInfo concode_elem_s...
void function ( ErrorType arg0 ) { this . type = arg0 ; }
35,776
a list of configurations you apply to this configuration object . concode_field_sep com.amazonaws.internal.SdkInternalList<Configuration> configurations concode_elem_sep String classification concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,String> properties concode_field_sep java.util.List<Configuration>...
void function ( java . util . Collection < Configuration > arg0 ) { if ( arg0 == null ) { this . configurations = null ; return ; } this . configurations = new com . amazonaws . internal . SdkInternalList < Configuration > ( arg0 ) ; }
35,777
sends a text to a homematic remote control display . concode_field_sep HomematicContext context concode_elem_sep Logger logger concode_field_sep boolean sendDisplay
boolean function ( @ ParamDoc ( name = "srini_string" , arg1 = "srini_string" ) String arg0 , @ ParamDoc ( name = "srini_string" , arg1 = "srini_string" ) String arg1 ) { return sendDisplay ( arg0 , arg1 , null ) ; }
35,778
sets the display name of this catalog element . concode_field_sep boolean visible concode_elem_sep String caption concode_elem_sep int hash concode_field_sep String getLocalized concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep L...
void function ( String arg0 ) { this . caption = arg0 ; }
35,779
sets the value of the logfile property . concode_field_sep Boolean logRetained concode_elem_sep Boolean logConnection concode_elem_sep Boolean logSubscription concode_elem_sep Boolean logQos concode_elem_sep String logFile concode_elem_sep MessageLogEnum value concode_elem_sep Boolean logBeforeScripts concode_field_sep...
void function ( String arg0 ) { this . logFile = arg0 ; }
35,780
adds the given type declaration to the compilation unit . the list of types will be initialized if it is null . concode_field_sep VoidType VOID_TYPE concode_elem_sep PrimitiveType LONG_TYPE concode_elem_sep PrimitiveType CHAR_TYPE concode_elem_sep PrimitiveType INT_TYPE concode_elem_sep PrimitiveType FLOAT_TYPE concode...
void function ( CompilationUnit arg0 , TypeDeclaration arg1 ) { List < TypeDeclaration > loc0 = arg0 . getTypes ( ) ; if ( isNullOrEmpty ( loc0 ) ) { loc0 = new ArrayList < TypeDeclaration > ( ) ; arg0 . setTypes ( loc0 ) ; } loc0 . add ( arg1 ) ; }
35,781
returns a specialized view of the keys of this associated container . the view additionally implements objectlookupcontainer . concode_field_sep ObjectObjectOpenHashMap<KType,VType> map concode_elem_sep ImmutableOpenMap EMPTY concode_field_sep VType getOrDefault concode_elem_sep VType getOrDefault concode_elem_sep Obje...
ObjectLookupContainer < KType > function ( ) { return map . keys ( ) ; }
35,782
returns the service method of the action event . concode_field_sep String NAMED_PARAMETERS concode_elem_sep SortedSet<ActionParameterRequest> actionParameters concode_elem_sep String displayName concode_elem_sep String subject concode_elem_sep String name concode_elem_sep String description concode_elem_sep String serv...
String function ( ) { return serviceMethod ; }
35,783
returns a device from the list of devices . concode_field_sep Vector<ZtexDevice1> devices concode_field_sep void printBus concode_elem_sep int numberOfDevices
ZtexDevice1 function ( int arg0 ) { if ( arg0 < 0 || arg0 >= devices . size ( ) ) throw new IndexOutOfBoundsException ( "srini_string" + ( devices . size ( ) - 1 ) ) ; return devices . elementAt ( arg0 ) ; }
35,784
gets the value of the creativeset property . concode_field_sep CreativeSet creativeSet concode_field_sep void setCreativeSet
CreativeSet function ( ) { return creativeSet ; }
35,785
returns common properties for resource-adapter element concode_field_sep PlaceHolder placeHolder concode_field_sep Properties commonDsProperties concode_elem_sep Properties raConnectionProperties concode_elem_sep void addExtensionProperties concode_elem_sep Properties nonXaDsProperties concode_elem_sep void setOperatio...
Properties function ( ) { Properties loc0 = new Properties ( ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; return loc0 ; }
35,786
to update concode_field_sep Logger logger concode_elem_sep LoginLogService loginLogService concode_elem_sep SessionManager sessionManager concode_elem_sep UserService userService concode_field_sep void addCookie concode_elem_sep ModelAndView userHome concode_elem_sep Map<String,Object> userHome concode_elem_sep ModelAn...
ModelAndView function ( HttpServletRequest arg0 ) { ModelAndView loc0 = sessionManager . checkSession ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } return new ModelAndView ( "srini_string" , "srini_string" , Constants . config . getString ( "srini_string" ) ) ; }
35,787
find the methods which match the method name . concode_field_sep Logger log concode_field_sep int getArrayDimension concode_elem_sep int getArrayDimension concode_elem_sep Method findMatchingMethod concode_elem_sep Method findMatchingMethod concode_elem_sep Class getArrayClass concode_elem_sep Class getArrayClass conco...
Vector function ( String arg0 , Class arg1 ) { Vector loc0 = new Vector ( 3 ) ; Method [ ] loc1 = arg1 . getMethods ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { if ( loc1 [ loc2 ] . getName ( ) . equalsIgnoreCase ( arg0 ) ) { loc0 . addElement ( loc1 [ loc2 ] ) ; } } return loc0 ; }
35,788
to generate the javascript string defining the function of buttons concode_field_sep List<String> list1Uniques concode_elem_sep List<String> list2Uniques concode_elem_sep List<String> intersections concode_field_sep String generateDiffHTML concode_elem_sep String generateBody concode_elem_sep Diff diffStringLists conco...
String function ( String arg0 , String arg1 , String arg2 ) { String loc0 = "srini_string" + "srini_string" + "srini_string" + "srini_string" + arg0 + "srini_string" + "srini_string" + arg2 + arg1 + "srini_string" + "srini_string" + "srini_string" + "srini_string" + "srini_string" ; return loc0 ; }
35,789
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { ModuloAxis loc0 = new ModuloAxis ( "srini_string" , new Range ( 0.0 , 1.0 ) ) ; ModuloAxis loc1 = ( ModuloAxis ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
35,790
whether the user is blocked or not concode_field_sep long _id concode_elem_sep String _displayName concode_elem_sep int _sortIndex concode_elem_sep boolean _blocked concode_elem_sep String _identifier concode_field_sep int getSortIndex concode_elem_sep void setSortIndex concode_elem_sep String getDisplayName concode_el...
boolean function ( ) { return _blocked ; }
35,791
load an integer property . if the key is not present , returns defaultvalue . concode_field_sep String defaultValue concode_elem_sep String name concode_elem_sep String description concode_field_sep Map<String,String> asMap concode_elem_sep Properties extractSelectedProperties concode_elem_sep String defaultValue conco...
String function ( Properties arg0 , String arg1 , String arg2 ) { String loc0 = arg0 . getProperty ( arg1 ) ; if ( loc0 != null ) { return loc0 ; } else { return arg2 ; } }
35,792
returns overall percent complete , calculated by aggregating percent complete of all phases . this is an approximation that assumes all phases have equal running time . in practice , this is n't true , but there is n't sufficient information available to predict proportional weights for each phase . concode_field_sep M...
float function ( ) { if ( getStatus ( Phase . SAFEMODE ) == Status . COMPLETE ) { return 1.0f ; } else { float loc0 = 0.0f ; int loc1 = 0 ; for ( Phase loc2 : phases . keySet ( ) ) { ++ loc1 ; loc0 += getPercentComplete ( loc2 ) ; } return getBoundedPercent ( loc0 / loc1 ) ; } }
35,793
gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName
String function ( ) { return userName ; }
35,794
get the current buffer containing the stem . note : this may be a reference to a different character array than the one originally provided with setcurrent , in the exceptional case that stemming produced a longer intermediate or result string . it is necessary to use #getcurrentbufferlength to determinethe valid lengt...
char [ ] function ( ) { return current ; }
35,795
gets the value of the dateformat property . concode_field_sep CopyByReferences copyByReferences concode_elem_sep Variables variables concode_elem_sep String beanFactory concode_elem_sep Relationship relationshipType concode_elem_sep String dateFormat concode_elem_sep Boolean trimStrings concode_elem_sep Boolean stopOnE...
String function ( ) { return dateFormat ; }
35,796
calculate the generic signature of a field . a field consists of : constructor : : = reference concode_field_sep String s concode_elem_sep int i concode_field_sep String upTo concode_elem_sep char primitive concode_elem_sep void declare concode_elem_sep boolean hasGenerics concode_elem_sep void parameterizedType concod...
String function ( Field arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; Object loc1 = call ( arg0 , "srini_string" ) ; reference ( loc0 , loc1 ) ; return loc0 . toString ( ) ; }
35,797
gets the timezone id used to identify this time zone in the javacode . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep Polygon getMapPolygon concode_elem_sep String getMapCommandButtonId
String function ( ) { return id ; }
35,798
returns the capabilities of the supported audio encoders . concode_field_sep int mMaxFrameWidth concode_elem_sep int mMinChannels concode_elem_sep int mMaxFrameRate concode_elem_sep int mMinFrameRate concode_elem_sep int mMinFrameWidth concode_elem_sep int mCodec concode_elem_sep int mMinBitRate concode_elem_sep int mM...
List < AudioEncoderCap > function ( ) { int loc0 = native_get_num_audio_encoders ( ) ; if ( loc0 == 0 ) return null ; List < AudioEncoderCap > loc1 = new ArrayList < AudioEncoderCap > ( ) ; for ( int loc2 = 0 ; loc2 < loc0 ; ++ loc2 ) { loc1 . add ( native_get_audio_encoder_cap ( loc2 ) ) ; } return loc1 ; }
35,799
sets the totalresultsetsize value for this adrulepage . concode_field_sep java.lang.Integer startIndex concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_...
void function ( java . lang . Integer arg0 ) { this . totalResultSetSize = arg0 ; }