code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( Map < Integer , Set < String >> arg0 ) { this . dvUpdatesFiles . clear ( ) ; for ( Map . Entry < Integer , Set < String >> loc0 : arg0 . entrySet ( ) ) { Set < String > loc1 = new HashSet < > ( ) ; for ( String loc2 : loc0 . getValue ( ) ) { loc1 . add ( info . namedForThisSegment ( loc2 ) ) ; } this . ... | sets the docvalues updates file names , per field number . does not deep clone the map . concode_field_sep Map<Integer,Set<String>> dvUpdatesFiles concode_elem_sep long delGen concode_elem_sep long fieldInfosGen concode_elem_sep long nextWriteDocValuesGen concode_elem_sep Set<String> fieldInfosFiles concode_elem_sep lo... |
PhotoId function ( ) { if ( ! displayablePhotoIds . isEmpty ( ) ) { int loc0 = displayablePhotoIds . loc0 ( ) ; int loc1 = ( ( randomNumber . nextInt ( ) % loc0 ) + loc0 ) / 2 ; return displayablePhotoIds . get ( loc1 ) ; } else { return PhotoId . NULL_ID ; } } | get a random photo that has not been rated . if possible avoid skipped photos . concode_field_sep List<PhotoId> processedPhotoIds concode_elem_sep List<PhotoId> skippedPhotoIds concode_elem_sep String userName concode_elem_sep String TAGS concode_elem_sep String USER_NAME concode_elem_sep Random randomNumber concode_el... |
List < Address > function ( ) { return addressList ; } | this is a fk between userprofile and address entities.it defines onetomany relation as userprofile is a parent of address entity . cascading is been set to all cascadetype concode_field_sep String lastName concode_elem_sep Occupation occupation concode_elem_sep String nickName concode_elem_sep SexEnum sex concode_elem_... |
double function ( double arg0 ) { return qint_old ( arg0 ) ; } | rounds the quantity away from 0 . concode_field_sep double DATELINE_D concode_elem_sep float SOUTH_POLE_F concode_elem_sep float LON_RANGE_F concode_elem_sep double NORTH_POLE_DEG_D concode_elem_sep double DATELINE_DEG_D concode_elem_sep double SOUTH_POLE_D concode_elem_sep double DEGREES_TO_MILS concode_elem_sep doubl... |
int function ( List < String > arg0 , int arg1 , List < String > arg2 , String arg3 ) { arg1 ++ ; while ( arg1 < arg0 . size ( ) ) { String loc0 = arg0 . get ( arg1 ) ; if ( loc0 . startsWith ( arg3 ) ) { return arg1 - 1 ; } arg2 . add ( loc0 ) ; arg1 ++ ; } return arg1 ; } | collects the arguments for a command line flag until it finds a flag that starts with the terminatorprefix . concode_field_sep PathFilter allowedPaths concode_elem_sep SimpleFileSystem fileSystem concode_elem_sep String mainClass concode_elem_sep boolean warnDuplicateFiles concode_elem_sep String extraManifestContent c... |
boolean function ( ) { return done ; } | find out if the task has completed . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem... |
String function ( ) { return state ; } | retrieve the value of the state slot of this event , containing the initial state of the newly born agent . concode_field_sep AID agent concode_elem_sep String ownership concode_elem_sep String NAME concode_elem_sep ContainerID where concode_elem_sep String className concode_elem_sep String state concode_field_sep void... |
List < T > function ( @ Nonnull final Class < T > arg0 , @ Nullable final Logger arg1 ) { return getAllSPIImplementations ( arg0 , _getDefaultClassLoader ( ) , arg1 ) ; } | uses the serviceloader to load all spi implementations of thepassed class concode_field_sep Logger s_aLogger concode_field_sep ClassLoader _getDefaultClassLoader concode_elem_sep T getFirstSPIImplementation concode_elem_sep T getFirstSPIImplementation concode_elem_sep T getFirstSPIImplementation concode_elem_sep T getF... |
boolean function ( final byte arg0 ) { return simpleBaseToBaseIndex ( arg0 ) != - 1 ; } | returns true iff the base represented by the byte is a ` regular ' base acgt or . concode_field_sep int[] baseIndexWithIupacMap concode_elem_sep Comparator<byte[]> BASES_COMPARATOR concode_elem_sep int[] baseIndexMap concode_elem_sep byte[] BASES concode_elem_sep byte base concode_elem_sep char[] BASE_CHARS concode_fie... |
boolean function ( ) { return true ; } | refills the input buffer . concode_field_sep int ZZ_NO_MATCH concode_elem_sep String[] ZZ_ERROR_MSG concode_elem_sep CharSequence zzBuffer concode_elem_sep int ZZ_UNKNOWN_ERROR concode_elem_sep int ZZ_PUSHBACK_2BIG concode_elem_sep int ZZ_LEXSTATE[] concode_elem_sep String ZZ_ACTION_PACKED_0 concode_elem_sep java.io.Re... |
void function ( String arg0 ) { this . selectedPanel = arg0 ; } | sets the selected panel to the specified panel . concode_field_sep String selectedPanel concode_field_sep void navigationStackChange concode_elem_sep String getSelectedPanel |
void function ( ) { JavaBeanTester . builder ( RequestProcessor . class ) . loadData ( ) . test ( ) ; } | javabean tester . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( int arg0 ) { ServerSocket loc0 = new ServerSocket ( arg0 ) ; socket = loc0 . accept ( ) ; input = socket . getInputStream ( ) ; output = socket . getOutputStream ( ) ; loc0 . close ( ) ; } | method to passively open a connection . it takes a port number as an argument and , acting as a server , listens on the given port number for an incoming connection request . when received , it establishes the connection . again , once the connection has been established , input and output streams are extracted from th... |
void function ( AnimatedNode arg0 ) { } | see #onattachedtonode concode_field_sep int mTag concode_elem_sep int DEFAULT_ANIMATED_NODE_CHILD_COUNT concode_elem_sep int INITIAL_BFS_COLOR concode_elem_sep List<AnimatedNode> mChildren concode_elem_sep int mActiveIncomingNodes concode_elem_sep int mBFSColor concode_field_sep void removeChild concode_elem_sep void u... |
boolean function ( ) { if ( componentIndex >= numLines ) return false ; if ( componentIndex == numLines - 1 && vertexIndex >= currentLine . getNumPoints ( ) - 1 ) return false ; return true ; } | tests whether there are any vertices left to iterator over . concode_field_sep int vertexIndex concode_elem_sep Geometry linearGeom concode_elem_sep int numLines concode_elem_sep int componentIndex concode_elem_sep double segmentFraction concode_elem_sep LineString currentLine concode_field_sep void next concode_elem_s... |
Optional < DateTime > function ( String arg0 ) { return Util . < DateTime , akka . http . scaladsl . model . DateTime > convertOption ( akka . http . scaladsl . model . DateTime . fromIsoDateTimeString ( arg0 ) ) ; } | returns a new datetime instance parsed from isodatetimestring as some datetime . returns none if parsing has failed . concode_field_sep PlaceHolder placeHolder concode_field_sep String toIsoLikeDateTimeString concode_elem_sep String weekdayStr concode_elem_sep DateTime minus concode_elem_sep String toIsoDateTimeString ... |
void function ( int arg0 , MessageHandler arg1 ) { synchronized ( m_msgHandlers ) { m_msgHandlers . put ( arg0 , arg1 ) ; } } | adds a message handler to this device feature . concode_field_sep String m_name concode_elem_sep InsteonDevice m_device concode_elem_sep HashMap<Integer,MessageHandler> m_msgHandlers concode_elem_sep CommandHandler m_defaultCommandHandler concode_elem_sep MessageHandler m_defaultMsgHandler concode_elem_sep MessageDispa... |
File function ( File arg0 ) { return new File ( arg0 . getCanonicalPath ( ) ) ; } | retrieves the canonical file for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA... |
void function ( List < LexEvsTreeNode > arg0 ) { for ( LexEvsTreeNode loc0 : arg0 ) { print ( loc0 ) ; } } | prints the . concode_field_sep PlaceHolder placeHolder concode_field_sep String buildPrefix |
void function ( String arg0 ) { mHomeUrl = arg0 ; for ( int loc0 = 0 ; loc0 < mApplicationURLs . length ; loc0 ++ ) { if ( mApplicationURLs [ loc0 ] . equals ( arg0 ) ) { break ; } if ( mApplicationURLs [ loc0 ] . equals ( UNUSED ) ) { mApplicationURLs [ loc0 ] = arg0 ; mSelectedIndex = loc0 ; break ; } } } | a call to this reflects a typed entry that should be used , and added to the list . concode_field_sep Boolean mUsingEmailNotification concode_elem_sep String UNUSED concode_elem_sep String[] mApplicationURLs concode_elem_sep String mQuickURL concode_elem_sep Boolean mEulaViewed concode_elem_sep int mMode concode_elem_s... |
boolean function ( ) { return ( ( stats . numDeletes > 0 ) && ! tooManyDeletions ) || stats . numInserts > 0 || stats . numUpdates > 0 ; } | convenience method for determining if the sync should be rescheduled after failing for some reason . concode_field_sep boolean databaseError concode_elem_sep boolean fullSyncRequested concode_elem_sep boolean moreRecordsToGet concode_elem_sep SyncStats stats concode_elem_sep boolean tooManyRetries concode_elem_sep bool... |
void function ( ) { int [ ] loc0 = { name } ; } | deletes the texture from gl . concode_field_sep int TRILINEAR concode_elem_sep TextureImage[] images concode_elem_sep int name concode_elem_sep String bindName concode_elem_sep int BILINEAR concode_elem_sep int options concode_elem_sep int wrapMode concode_elem_sep int COMPRESSION concode_elem_sep int MIPMAP concode_fi... |
String function ( ) { return "srini_string" ; } | returns the label of this refactoring 's command . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles conc... |
T function ( String arg0 , boolean arg1 , Supplier < T > arg2 ) { return jpaApi ( ) . withTransaction ( arg0 , arg1 , arg2 ) ; } | run a block of code in a jpa transaction . concode_field_sep JPAEntityManagerContext entityManagerContext concode_field_sep void bindForAsync concode_elem_sep void bindForSync concode_elem_sep JPAApi jpaApi concode_elem_sep JPAApi createFor concode_elem_sep JPAApi createFor concode_elem_sep EntityManager em concode_ele... |
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 ) ; } | get custom serializer concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldCompareField concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_elem_sep java... |
void function ( ) { } | implementations override this method to support customized suspend/resume . concode_field_sep AtomicBoolean suspending concode_elem_sep AtomicBoolean shuttingdown concode_elem_sep AtomicBoolean started concode_elem_sep AtomicBoolean shutdown concode_elem_sep Logger LOG concode_elem_sep AtomicBoolean starting concode_el... |
Object function ( ) { return value ; } | gets the property value . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String value concode_field_sep String getJavaInitializationString concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor concode_elem_sep void setValue concode_elem_sep void paintVa... |
void function ( ) { ComparableObjectItem loc0 = new ComparableObjectItem ( new Integer ( 1 ) , "srini_string" ) ; ComparableObjectItem loc1 = ( ComparableObjectItem ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testCompareTo concode_elem_sep void testConstructor concode_elem_sep void testEquals |
Class function ( ) { return constructor . getEnclosingType ( ) ; } | returns the class object representing the class or interface that declares the constructor . concode_field_sep com.badlogic.gwtref.client.Constructor constructor concode_field_sep boolean isAccessible concode_elem_sep void setAccessible concode_elem_sep Class[] getParameterTypes concode_elem_sep Object newInstance |
void function ( FigureEvent arg0 ) { } | sent when a figure was added . concode_field_sep Figure owner concode_elem_sep DrawingView view concode_elem_sep Rectangle bounds concode_elem_sep EventListenerList listenerList concode_elem_sep String toolTipText concode_field_sep DrawingEditor getEditor concode_elem_sep void figureRequestRemove concode_elem_sep void ... |
void function ( ) { cacheFlags = cacheFlags | ServiceImplBase . CACHE_EVICT_ENTITY ; } | set the cache_evict_entity property . concode_field_sep CacheProperties IMMUTABLE concode_elem_sep int cacheFlags concode_elem_sep CacheProperties MUTABLE concode_elem_sep String DEFAULT_ACCESS_CONTROL_USED concode_elem_sep AccessControlContextData specificAccessControl concode_elem_sep String ACCESS_CONTROL_NOT_USED c... |
String function ( ) { return lastName ; } | get last name . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep int studentNumber concode_elem_sep int grade concode_field_sep void setLastName concode_elem_sep int getKey concode_elem_sep void setFirstName concode_elem_sep boolean equals concode_elem_sep void setGrade concode_elem_... |
void function ( Runnable arg0 ) { this . procedure = arg0 ; } | sets the 0-parameter closure for this job concode_field_sep Timer timer concode_elem_sep Runnable procedure concode_elem_sep Logger logger concode_field_sep void setTimer concode_elem_sep void execute |
void function ( Cart arg0 ) { this . cartsCache . put ( arg0 . getId ( ) , arg0 , 10 , TimeUnit . MINUTES ) ; } | saves or updates a cart , setting an expiration time . concode_field_sep Cache<String,Cart> cartsCache concode_elem_sep String CARTS_CACHE concode_field_sep Cart getCart concode_elem_sep void delete |
int function ( ) { return conf . getInt ( "srini_string" , 2 * 1024 * 1024 ) ; } | minimum size of a block that we should start using memory map rather than reading in through normal io operations . this prevents spark from memory mapping very small blocks . in general , memory mapping has high overhead for blocks close to or below the page size of the os . concode_field_sep ConfigProvider conf conco... |
boolean function ( ) { return false ; } | will return false since @should can not be used in package documentation . concode_field_sep String HEADER concode_elem_sep String NAME concode_field_sep String getName concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod concode_elem_sep boolean inField concode_elem_sep boolean inConstructor concode_e... |
boolean function ( long arg0 ) { return mDraftSet . contains ( arg0 ) ; } | returns true if the given thread id has a draft associated with it , false if not . concode_field_sep HashSet<OnDraftChangedListener> mChangeListeners concode_elem_sep String TAG concode_elem_sep DraftCache sInstance concode_elem_sep HashSet<Long> mDraftSet concode_elem_sep String[] DRAFT_PROJECTION concode_elem_sep in... |
FieldMask function ( FieldMask arg0 , FieldMask arg1 ) { return new FieldMaskTree ( arg0 ) . mergeFromFieldMask ( arg1 ) . toFieldMask ( ) ; } | creates an union of two fieldmasks . concode_field_sep String FIELD_SEPARATOR_REGEX concode_elem_sep String FIELD_PATH_SEPARATOR concode_elem_sep String FIELD_PATH_SEPARATOR_REGEX concode_elem_sep boolean replaceMessageFields concode_elem_sep boolean replaceRepeatedFields concode_field_sep FieldMask fromStringList conc... |
String function ( ) { return title ; } | gets the value of the title property . concode_field_sep List<Tr> trs concode_elem_sep String charoff concode_elem_sep List<String> clazzs concode_elem_sep String valign concode_elem_sep String style concode_elem_sep String language concode_elem_sep String id concode_elem_sep String align concode_elem_sep String _char ... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... |
boolean function ( ) { return bidiBase . baseIsLeftToRight ( ) ; } | return true if the base direction is left-to-right . concode_field_sep BidiBase bidiBase concode_elem_sep int DIRECTION_DEFAULT_LEFT_TO_RIGHT concode_elem_sep int DIRECTION_LEFT_TO_RIGHT concode_elem_sep int DIRECTION_DEFAULT_RIGHT_TO_LEFT concode_elem_sep int DIRECTION_RIGHT_TO_LEFT concode_field_sep int getRunLevel c... |
URI function ( ApplicationId arg0 , List < TrackingUriPlugin > arg1 ) { URI loc0 = null ; for ( TrackingUriPlugin loc1 : arg1 ) { loc0 = loc1 . getTrackingUri ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } } return null ; } | returns the first valid tracking link , if any , from the given id from the given list of plug-ins , if any . concode_field_sep Logger LOG concode_elem_sep String PROXY_PATH_SPEC concode_elem_sep String PROXY_SERVLET_NAME concode_elem_sep String PROXY_APPROVAL_PARAM concode_elem_sep String PROXY_BASE concode_field_sep ... |
String function ( String arg0 ) { int loc0 = arg0 . indexOf ( '?' ) ; if ( loc0 >= 0 ) { return arg0 . substring ( 0 , loc0 ) ; } else { return arg0 ; } } | strips an eventual query string from the resource index.html?id = 1 becomes index.html for instance . concode_field_sep PlaceHolder placeHolder concode_field_sep String normalizeBackSlashes concode_elem_sep URL getRobotsTXTURL concode_elem_sep int getDepth concode_elem_sep URL normalize concode_elem_sep String normaliz... |
Builder < VType > function ( int arg0 ) { map . remove ( arg0 ) ; return this ; } | remove that can be used in the fluent pattern . concode_field_sep ImmutableOpenIntMap EMPTY concode_elem_sep IntObjectHashMap<VType> map concode_field_sep VType getOrDefault concode_elem_sep void indexInsert concode_elem_sep IntLookupContainer keys concode_elem_sep IntCollection keys concode_elem_sep void release conco... |
void function ( int arg0 ) { rollingBuffer . discardUpstreamSamples ( arg0 ) ; largestParsedTimestampUs = rollingBuffer . peekSample ( sampleInfoHolder ) ? sampleInfoHolder . timeUs : Long . MIN_VALUE ; } | discards samples from the write side of the queue . concode_field_sep MediaFormat format concode_elem_sep long lastReadTimeUs concode_elem_sep long largestParsedTimestampUs concode_elem_sep boolean needKeyframe concode_elem_sep SampleHolder sampleInfoHolder concode_elem_sep RollingSampleBuffer rollingBuffer concode_ele... |
void function ( ) { } | implementation in subclasses concode_field_sep boolean isEscapeProcessing concode_elem_sep Result errorResult concode_elem_sep int SUCCESS_NO_INFO concode_elem_sep Result batchResultOut concode_elem_sep int maxRows concode_elem_sep JDBCConnection connection concode_elem_sep int rsHoldability concode_elem_sep int RETURN... |
void function ( com . amazon . ec2 . CreateNetworkAclEntryResponseType arg0 ) { this . localCreateNetworkAclEntryResponse = arg0 ; } | auto generated setter method concode_field_sep com.amazon.ec2.CreateNetworkAclEntryResponseType localCreateNetworkAclEntryResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void w... |
T function ( final T arg0 , T arg1 ) { return ( empty ( arg0 ) ? arg1 : arg0 ) ; } | checks if a value is empty and returns the default value if so , otherwise the value is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep int generateHashCode concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep boolean equals concode_elem_sep T copy concode_elem_sep T[] castA... |
ServerLocator function ( final boolean arg0 , TransportConfiguration ... arg1 ) { return new ServerLocatorImpl ( arg0 , arg1 ) ; } | create a serverlocator which creates session factories using a static list of transportconfigurations , the serverlocator is not updated automatically as the cluster topology changes , and no ha backup information is propagated to the client concode_field_sep int DEFAULT_SCHEDULED_THREAD_POOL_MAX_SIZE concode_elem_sep ... |
List function ( String arg0 ) { return match ( namespaceURI , arg0 ) ; } | return a list of all registered rule instances that match the specified nesting pattern , or a zero-length list if there are no matches . if more than one rule instance matches , they must be returned in the order originally registered through the add method . concode_field_sep String namespaceURI concode_elem_sep Dige... |
void function ( java . util . Collection < EventInfoMap > arg0 ) { if ( arg0 == null ) { this . events = null ; return ; } com . amazonaws . internal . ListWithAutoConstructFlag < EventInfoMap > loc0 = new com . amazonaws . internal . ListWithAutoConstructFlag < EventInfoMap > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0... | the events in the event category . concode_field_sep String sourceType concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<EventInfoMap> events concode_field_sep java.util.List<EventInfoMap> getEvents concode_elem_sep void setSourceType concode_elem_sep int hashCode concode_elem_sep boolean equals concode... |
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } | sets the value of the this property . concode_field_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis |
void function ( ) { assertEquals ( BaseAction . NOT_ALLOWED , action . detail ( ) ) ; } | when manager is not logged in , ensure published private versions not shown publicly . concode_field_sep Resource resource concode_elem_sep String RESOURCE_SHORT_NAME concode_elem_sep ResourceAction action concode_elem_sep BigDecimal LATEST_RESOURCE_VERSION concode_elem_sep User MANAGER concode_elem_sep BigDecimal RESO... |
void function ( java . lang . String arg0 ) { _serviceComponent . setData ( arg0 ) ; } | sets the data of this service component . concode_field_sep ServiceComponent _serviceComponent concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildDate concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_elem_sep java.lang.String getTablesSQL concode_elem_sep... |
org . apache . cxf . ws . rm . v200502wsa15 . ObjectFactory function ( ) { return WSRM200502_WSA200508_FACTORY ; } | get the factory for ws-reliablemessaging 1.0 using the current 200508 ws-addressing namespace . concode_field_sep org.apache.cxf.ws.rm.v200502wsa15.ObjectFactory WSRM200502_WSA200508_FACTORY concode_elem_sep org.apache.cxf.ws.rm.v200702.ObjectFactory WSRM_FACTORY concode_elem_sep org.apache.cxf.ws.rm.v200502.ObjectFact... |
String function ( ) { return mrprojectVersion ; } | gets the value of the mrprojectversion property . concode_field_sep String calendar concode_elem_sep String phase concode_elem_sep ResourceGroups resourceGroups concode_elem_sep String manager concode_elem_sep Resources resources concode_elem_sep Allocations allocations concode_elem_sep String mrprojectVersion concode_... |
String function ( ) { return defaultValue ; } | gets the value of the defaultvalue property . concode_field_sep Boolean isRequired concode_elem_sep InputData inputData concode_elem_sep String customInputType concode_elem_sep Boolean isInputDataRequired concode_elem_sep String displayName concode_elem_sep String defaultValue concode_elem_sep String dataType concode_e... |
Request function ( Class < ? > arg0 , String arg1 ) { Description loc0 = Description . createTestDescription ( arg0 , arg1 ) ; return Request . aClass ( arg0 ) . filterWith ( loc0 ) ; } | create a request that , when processed , will run a single test . this is done by filtering out all other tests . this method is used to support rerunning single tests . concode_field_sep PlaceHolder placeHolder concode_field_sep Request filterWith concode_elem_sep Request filterWith concode_elem_sep Runner getRunner c... |
com . liferay . socialcoding . model . SVNRepository function ( com . liferay . socialcoding . model . SVNRepository arg0 ) { return _svnRepositoryLocalService . addSVNRepository ( arg0 ) ; } | adds the s v n repository to the database . also notifies the appropriate model listeners . concode_field_sep SVNRepositoryLocalService _svnRepositoryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcoding.model.SVNRepository updateSVNRepository concode_elem_se... |
int function ( ) { int loc0 = 0 ; for ( String loc1 : this . map . keySet ( ) ) { loc0 += this . get ( loc1 ) ; } return loc0 ; } | returns the total of all counts . concode_field_sep String label concode_elem_sep Map<String,Integer> map concode_field_sep void processElements concode_elem_sep void incrementTermCount concode_elem_sep String getLabel concode_elem_sep Integer get concode_elem_sep void main concode_elem_sep Set<String> keySet concode_e... |
int function ( ) { throw Util . notSupported ; } | retrieves the generated id for the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep jdbcConnection connection concode_field_sep String getSavepointName concode_elem_sep String toString |
T function ( T arg0 ) { T loc0 = reserialize ( arg0 ) ; new EqualsTester ( ) . addEqualityGroup ( arg0 , loc0 ) . testEquals ( ) ; Assert . assertEquals ( arg0 . getClass ( ) , loc0 . getClass ( ) ) ; return loc0 ; } | serializes and deserializes the specified object and verifies that the re-serialized object is equal to the provided object , that the hashcodes are identical , and that the class of the re-serialized object is identical to that of the original . gwt warning : under gwt , this method simply returns its input , as prope... |
Properties function ( ) { Properties loc0 = new Properties ( ) ; Iterator < String > loc1 = getNames ( ) ; while ( loc1 . hasNext ( ) ) { String loc2 = loc1 . next ( ) ; loc0 . setProperty ( loc2 , getString ( loc2 ) ) ; } return loc0 ; } | access the parameter names . concode_field_sep HttpServletRequest m_req concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep String get concode_elem_sep String getCleanString concode_elem_sep String getPath concode_elem_sep boolean getBoolean concode_elem_sep Iterator getNames concode_elem_sep Stri... |
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start |
void function ( String arg0 ) { job . setJobName ( arg0 ) ; } | set the job name for this job . concode_field_sep Log LOG concode_elem_sep List<ControlledJob> dependingJobs concode_elem_sep String CREATE_DIR concode_elem_sep State state concode_elem_sep String controlID concode_elem_sep Job job concode_elem_sep String message concode_field_sep void setJobID concode_elem_sep void fa... |
Location function ( Dataset arg0 ) { DatasetGraph loc0 = arg0 . asDatasetGraph ( ) ; return location ( loc0 ) ; } | return the location of a dataset if it is backed by tdb , else null concode_field_sep PlaceHolder placeHolder concode_field_sep void release concode_elem_sep void release concode_elem_sep Graph assembleGraph concode_elem_sep Dataset assembleDataset concode_elem_sep Dataset createDataset concode_elem_sep Dataset createD... |
void function ( Long arg0 ) { this . nextId = arg0 ; } | sets the value of the nextid property . concode_field_sep Object parent concode_elem_sep Boolean headersInLastRefresh concode_elem_sep Short minimumVersion concode_elem_sep Long nextId concode_elem_sep CTSortState sortState concode_elem_sep Long unboundColumnsRight concode_elem_sep CTQueryTableFields queryTableFields c... |
VaultSession function ( ) { return vaultSession ; } | return vaultsession for further vault manipulation when needed . concode_field_sep String keyStoreType concode_elem_sep String salt concode_elem_sep String keyStorePassword concode_elem_sep String FILE_SEPARATOR concode_elem_sep int keySize concode_elem_sep String VAULT_DAT_FILE concode_elem_sep String SHARED_DAT_FILE ... |
int function ( ) { int loc0 = 0 ; if ( this . entries != null ) { for ( Entry loc1 : this . entries ) { if ( loc1 != null ) { loc0 += ( 4 * 4 ) ; for ( Entry loc2 = loc1 . next ; loc2 != null ; loc2 = loc2 . next ) { loc0 += ( 4 * 4 ) ; } } } } return loc0 ; } | returns an estimate of the memory usage of this collisionmap . concode_field_sep Entry next concode_elem_sep Entry[] entries concode_elem_sep CharBlockArray labelRepository concode_elem_sep float loadFactor concode_elem_sep int size concode_elem_sep int offset concode_elem_sep Entry[] ents concode_elem_sep int index co... |
boolean function ( final Jedis arg0 , final String arg1 ) { return LIST . equalsIgnoreCase ( arg0 . type ( arg1 ) ) ; } | determines if the queue identified by the given key is a regular queue . concode_field_sep String PONG concode_elem_sep String ZSET concode_elem_sep String HASH concode_elem_sep Logger LOG concode_elem_sep String NONE concode_elem_sep String LIST concode_field_sep boolean isRecurringQueue concode_elem_sep boolean recon... |
void function ( final Stack < String > arg0 ) { org . apache . logging . log4j . ThreadContext . setStack ( arg0 ) ; } | inherit the diagnostic context of another thread . the parent thread can obtain a reference to its diagnostic context using the #clonestack method . it shouldcommunicate this information to its child so that it may inherit the parent 's diagnostic context . the parent 's diagnostic context is cloned before being inheri... |
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( set & loc0 ) != 0 ; } | returns true if a value has been assigned for the setting id . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VE... |
Object function ( Stage arg0 ) { return insert ( size ( ) , arg0 ) ; } | adds to the end of the current chain , a designated stage . concode_field_sep Direction wired concode_elem_sep HashMap stages concode_elem_sep String DIRECTION concode_elem_sep LinkedList stageKeys concode_elem_sep int blockSize concode_field_sep void init concode_elem_sep boolean selfTest concode_elem_sep int size con... |
double function ( ) { return cost ; } | gets the cost associated with this file concode_field_sep int resourceId concode_elem_sep double cost concode_elem_sep String ownerName concode_elem_sep int size concode_elem_sep long creationTime concode_elem_sep String name concode_elem_sep int checksum concode_elem_sep boolean masterCopy concode_elem_sep boolean rea... |
int function ( String arg0 , int arg1 ) { return intProperty ( arg0 , arg1 ) ; } | alias to intproperty string name , int defaultvalue concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double sysPropertyDouble concode_elem_sep double doubleProperty concode_elem_sep void setProperty conco... |
String function ( String arg0 , String arg1 ) { return userManagerObj . logout ( arg0 , arg1 ) ; } | this method logs out user from session table takes username as parameter concode_field_sep UserDAO userDaoObj concode_elem_sep Logger logger concode_elem_sep UserManager userManagerObj concode_field_sep Map<String,String> loginUser concode_elem_sep String validateSecurityAnswer concode_elem_sep String getsQues concode_... |
void function ( int arg0 ) { WidgetInfo loc0 = widgetInfos . get ( arg0 ) ; loc0 . view = createWidgetView ( loc0 . layoutId ) ; loc0 . lastRemoteViews . reapply ( context , loc0 . view ) ; } | triggers a reapplication of the most recent set of actions against the widget , which is what happens when the phone is rotated . does not attempt to simulate a change in screen geometry . concode_field_sep int nextWidgetId concode_elem_sep int layoutId concode_elem_sep View view concode_elem_sep Map<Integer,WidgetInfo... |
Class < ? > function ( ) { return this . valueType ; } | get the ' class ' type of the field . favor this instead of ' getvalue . getclass ' since ' getvalue ' may return ' null ' . concode_field_sep PropertyEditor editor concode_elem_sep String expression concode_elem_sep BindingResult bindingResult concode_elem_sep String[] errorCodes concode_elem_sep Object actualValue co... |
User function ( String arg0 ) { User loc0 = ( User ) userList . get ( arg0 ) ; if ( loc0 == null ) { throw Error . error ( ErrorCode . X_28501 , arg0 ) ; } return loc0 ; } | returns the user object identified by the name argument . concode_field_sep HashMappedList userList concode_elem_sep GranteeManager granteeManager concode_elem_sep Routine pwCheckFunction concode_elem_sep Routine extAuthenticationFunction concode_field_sep void setPassword concode_elem_sep String[] getInitialSchemaSQL ... |
void function ( ) { GrayPaintScale loc0 = new GrayPaintScale ( ) ; assertEquals ( 0.0 , loc0 . getLowerBound ( ) , EPSILON ) ; assertEquals ( 1.0 , loc0 . getUpperBound ( ) , EPSILON ) ; assertEquals ( 255 , loc0 . getAlpha ( ) ) ; } | simple check for the default constructor . concode_field_sep double EPSILON concode_field_sep void testGetPaint concode_elem_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals |
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } | helper for error callbacks that just returns the status.error 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 ... |
boolean function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < m_path . size ( ) ; loc0 ++ ) { int loc1 = m_path . get ( loc0 ) . getEnd ( ) . getID ( ) ; if ( loc1 == arg0 ) { return true ; } } return false ; } | returns true is we have a spl to specified id concode_field_sep long serialVersionUID concode_elem_sep TreeMap<Integer,Edge> m_connectivityList concode_elem_sep double m_y concode_elem_sep int m_depth concode_elem_sep double m_x concode_elem_sep Vector<Path> m_path concode_elem_sep int m_longestPath concode_elem_sep bo... |
void function ( URLRecord arg0 ) { bookmarks . add ( arg0 ) ; } | save a url record as a bookmark . concode_field_sep List<URLRecord> bookmarks concode_elem_sep File configFile concode_elem_sep Stack<URLRecord> history concode_elem_sep URL home concode_field_sep void saveURL concode_elem_sep URLRecord[] getHistory concode_elem_sep URL getHome concode_elem_sep void deleteBookmark conc... |
Map < String , String [ ] > function ( ) { return Collections . unmodifiableMap ( propertyResults ) ; } | retrieve the user-supplied column - > property mappings . concode_field_sep LockMode lockMode concode_elem_sep int hashCode concode_elem_sep String alias concode_elem_sep Map<String,String[]> propertyResults concode_field_sep LockMode getLockMode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_ele... |
String function ( ) { return keystoreMaskedPassword ; } | method to get keystore masked password to use further in configuration . has to be used after startvaultsession method . 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 ... |
Optional < StatisticValues > function ( ) { return statisticValues ; } | return the object describing the set of statistical values for the metric concode_field_sep Optional<Date> timestamp concode_elem_sep Optional<Double> value concode_elem_sep Optional<StatisticValues> statisticValues concode_elem_sep Unit unit concode_elem_sep ImmutableList.Builder<Dimension> dimensions concode_elem_sep... |
void function ( String arg0 , Class arg1 ) { NAME_TO_CLASS . put ( arg0 , arg1 ) ; } | subsequently , newmethod name will attempt to instantiate the given class , with no constructor parameters . concode_field_sep String consumerSecret concode_elem_sep Base64 BASE64 concode_elem_sep Map<String,Class> NAME_TO_CLASS concode_elem_sep String _ACCESSOR concode_elem_sep Map.Entry value concode_elem_sep String ... |
String function ( Handler arg0 ) { return "srini_string" ; } | returns a string that handlers are supposed to emit after the last log record . the base implementation returns an empty string , but subclasses such as xmlformatter override this method in order to provide a suitable tail . concode_field_sep PlaceHolder placeHolder concode_field_sep String formatMessage concode_elem_s... |
void function ( OnkyoEventListener arg0 ) { _listeners . remove ( arg0 ) ; } | remove event listener . concode_field_sep String deviceSerialorIp concode_elem_sep List<OnkyoEventListener> _listeners concode_field_sep void notifyMessage concode_elem_sep void addEventListener |
boolean function ( ) { return _stack . empty ( ) ; } | returns true if the stack is empty . concode_field_sep Stack<Object> _stack concode_field_sep Object pop concode_elem_sep Object push concode_elem_sep Object peek |
boolean function ( ) { return true ; } | by default adding children to the mediator is enabled concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isMovingAllowed concode_elem_sep String getGroupName concode_elem_sep boolean isAddSiblingEnabled concode_elem_sep boolean isEditable concode_elem_sep boolean isSequenceRefreshRequired concode_elem_... |
void function ( ) { } | gets next char from input concode_field_sep String WHITESPACE concode_elem_sep int line_num concode_elem_sep StringBuffer line concode_elem_sep int char_num concode_elem_sep Hashtable dict concode_elem_sep int cur_pos concode_elem_sep int buffer_size concode_elem_sep String SEPARATORS concode_elem_sep char[] buffer con... |
String function ( ) { return _id ; } | retrieve the identification string of associated event trigger concode_field_sep String _desc concode_elem_sep TYPE _value concode_elem_sep String _id concode_elem_sep Map<String,TriggerState<TYPE>> _states concode_field_sep void add concode_elem_sep TYPE getValue concode_elem_sep void addAll concode_elem_sep TriggerSt... |
long function ( ) { return soundOffset ; } | gets the first offset for the mp3 sound block . 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_ele... |
void function ( final InputStream arg0 , long arg1 ) { while ( arg1 > 0 ) { final long loc0 = arg0 . skip ( arg1 ) ; if ( loc0 < 0 ) { throw new IOException ( "srini_string" ) ; } arg1 -= loc0 ; } } | similar to readfully . skips bytes in a loop . concode_field_sep int BLOCKSIZE concode_field_sep void cleanup concode_elem_sep void readFully concode_elem_sep void closeStream concode_elem_sep void closeSocket concode_elem_sep void copyBytes concode_elem_sep void copyBytes concode_elem_sep void copyBytes |
void function ( java . lang . String arg0 ) { _kaleoCondition . setScriptRequiredContexts ( arg0 ) ; } | sets the script required contexts of this kaleo condition . concode_field_sep KaleoCondition _kaleoCondition concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEsc... |
MeasureCatalogueMeasure function ( IFieldMetaData arg0 , IDataSet arg1 ) { for ( Iterator < MeasureCatalogueMeasure > loc0 = measures . loc0 ( ) ; loc0 . hasNext ( ) ; ) { MeasureCatalogueMeasure loc1 = loc0 . next ( ) ; if ( loc1 . isEqual ( arg0 , arg1 ) ) { return loc1 ; } } return null ; } | get from the list of measures the measure equal to the field concode_field_sep MetaModelWrapper metamodelWrapper concode_elem_sep boolean valid concode_elem_sep Logger logger concode_elem_sep Set<MeasureCatalogueMeasure> measures concode_field_sep Set<MeasureCatalogueMeasure> filterMeasuresByUserVisibility concode_elem... |
long function ( ) { return tourRepository . count ( ) ; } | calculate the number of tours in the database . concode_field_sep TourRepository tourRepository concode_elem_sep TourPackageRepository tourPackageRepository concode_field_sep Tour createTour |
LogNode function ( ) { return mNext ; } | returns the next lognode in the chain . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep void setNext |
boolean function ( ) { return mNativeRefCount == 0 ; } | returns true if native object is released concode_field_sep long mInstance concode_elem_sep VLCEvent.Listener<T> mEventListener concode_elem_sep Handler mHandler concode_elem_sep int mNativeRefCount concode_field_sep void setEventListener concode_elem_sep void release concode_elem_sep void dispatchEventFromWeakNative c... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.