idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
24,400 | returns true if this transformer was wired in post-processing mode ; false otherwise . concode_field_sep Operation mode concode_elem_sep Direction wired concode_elem_sep ByteArrayOutputStream inBuffer concode_elem_sep ByteArrayOutputStream outBuffer concode_elem_sep String DIRECTION concode_elem_sep Transformer tail co... | boolean function ( ) { return ! isPreProcessing ( ) ; } |
24,401 | returns the location of the device . concode_field_sep List<Ability> abilities concode_elem_sep boolean configurationSynchronized concode_elem_sep String name concode_elem_sep String description concode_elem_sep Location location concode_elem_sep String id concode_elem_sep String category concode_elem_sep List<Schedule... | Location function ( ) { return location ; } |
24,402 | the id of the task . concode_field_sep String[] diagnostics concode_elem_sep long finishTime concode_elem_sep Counters counters concode_elem_sep TIPStatus currentStatus concode_elem_sep float progress concode_elem_sep TaskAttemptID successfulAttempt concode_elem_sep long startTime concode_elem_sep String state concode_... | TaskID function ( ) { return taskid ; } |
24,403 | sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex | void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; } |
24,404 | gets the architecture . concode_field_sep int OTHER_POLICY_DIFFERENT_RATING concode_elem_sep int SPACE_SHARED concode_elem_sep String os concode_elem_sep double timeZone concode_elem_sep int ADVANCE_RESERVATION concode_elem_sep double costPerBw concode_elem_sep int OTHER_POLICY_SAME_RATING concode_elem_sep double costP... | String function ( ) { return architecture ; } |
24,405 | sets the roleid attribute of the rolevo object concode_field_sep Date updatedDateTime concode_elem_sep Integer roleId concode_elem_sep String roleName concode_elem_sep String VO_LABEL concode_elem_sep String activationStatus concode_elem_sep Date createdDateTime concode_elem_sep Integer createdBy concode_elem_sep Integ... | void function ( Integer arg0 ) { this . roleId = arg0 ; } |
24,406 | the fully qualified uri of the distribution and invalidation batch request , including the invalidation id . concode_field_sep Invalidation invalidation concode_elem_sep String location concode_field_sep String getLocation concode_elem_sep CreateInvalidationResult withLocation concode_elem_sep void setInvalidation conc... | void function ( String arg0 ) { this . location = arg0 ; } |
24,407 | return true if this is an external object type , that is , a saxon-defined type for external java or . net objects concode_field_sep ErrorType theInstance concode_field_sep boolean isNamespaceSensitive concode_elem_sep boolean isSimpleType concode_elem_sep ValidationFailure validateContent concode_elem_sep String getSy... | boolean function ( ) { return false ; } |
24,408 | returns this node 's parent node , from which this node was generated . concode_field_sep Node parent concode_elem_sep Action action concode_elem_sep double pathCost concode_elem_sep Object state concode_field_sep Object getState concode_elem_sep List<Node> getPathFromRoot concode_elem_sep Action getAction concode_elem... | Node function ( ) { return parent ; } |
24,409 | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } |
24,410 | sets the storage being wrapped . concode_field_sep ITagsStorage currentStorage concode_field_sep void storeUserTags concode_elem_sep void loadSharedTags | void function ( ITagsStorage arg0 ) { if ( arg0 == null ) throw new NullPointerException ( Strings . error ( "srini_string" ) ) ; currentStorage = arg0 ; } |
24,411 | returns a string representation of this object that may be useful for debugging . concode_field_sep Vector<UndoableEditListener> listeners concode_elem_sep CompoundEdit compoundEdit concode_elem_sep int updateLevel concode_elem_sep Object realSource concode_field_sep int getUpdateLevel concode_elem_sep CompoundEdit cre... | String function ( ) { return super . toString ( ) + "srini_string" + updateLevel + "srini_string" + listeners + "srini_string" + compoundEdit ; } |
24,412 | gets the line of sight component of the pointing . warning : creates a copy - if you can reuse your own geocentriccoordinates object it might be more efficient to use #getlineofsightx etc. . concode_field_sep GeocentricCoordinates perpendicular concode_elem_sep GeocentricCoordinates lineOfSight concode_field_sep LatLon... | GeocentricCoordinates function ( ) { return lineOfSight . copy ( ) ; } |
24,413 | method to remove items from the stock concode_field_sep ListArrayBasedPlus<Item> stock concode_elem_sep int lowStockLevel concode_field_sep void sortItems concode_elem_sep void setStock concode_elem_sep int itemSearch concode_elem_sep void restockItem concode_elem_sep ListArrayBasedPlus<Item> getStock concode_elem_sep ... | boolean function ( String arg0 ) { int loc0 = itemSearch ( arg0 ) ; if ( loc0 < 0 ) { throw new ShoppingCenterException ( "srini_string" ) ; } else { if ( stock . get ( loc0 ) . getCount ( ) >= 1 ) { stock . get ( loc0 ) . decrementCount ( ) ; return true ; } else { return false ; } } } |
24,414 | test % throwableshort separator | filters packages concode_field_sep PlaceHolder placeHolder concode_field_sep void testSeparator concode_elem_sep void testDepthAndSeparator concode_elem_sep void testNoneAndSeparatorAndFilters concode_elem_sep void testSeparatorAsDefaultLineSeparator concode_elem_sep void testNone conc... | void function ( ) { test ( new String [ ] { "srini_string" , "srini_string" , "srini_string" } , 2 , "srini_string" , Arrays . asList ( "srini_string" ) ) ; } |
24,415 | retrieves the fragment of the plaintext structure of the specified type from the provided data . concode_field_sep Cipher decCipher concode_elem_sep int hash_size concode_elem_sep byte[] read_seq_num concode_elem_sep byte[] write_seq_num concode_elem_sep Logger.Stream logger concode_elem_sep int block_size concode_elem... | byte [ ] function ( byte arg0 , byte [ ] arg1 ) { return decrypt ( arg0 , arg1 , 0 , arg1 . length ) ; } |
24,416 | ultimately stops servers and closes all resources . concode_field_sep Collection<Server> servers concode_elem_sep Logger logger concode_elem_sep EventLoopGroup workerGroup concode_elem_sep EventExecutor eventExecutorGroup concode_elem_sep boolean initialized concode_field_sep void stop concode_elem_sep boolean isRunnin... | void function ( ) { stop ( ) ; servers = Collections . emptyList ( ) ; workerGroup . shutdownGracefully ( 3 , 5 , TimeUnit . SECONDS ) . awaitUninterruptibly ( ) ; eventExecutorGroup . shutdown ( ) ; } |
24,417 | called when a connect request is received . if this method is not implemented by the class that extends this class , onconnect will always return an obex_http_ok response code . the headers received in the request can be retrieved from the request argument . the headers that should be sent in the reply must be specifie... | int function ( HeaderSet arg0 , HeaderSet arg1 ) { return ResponseCodes . OBEX_HTTP_OK ; } |
24,418 | unwraps the given selection concode_field_sep Entry entry concode_field_sep EntryKind getEntryKind concode_elem_sep void selectionChanged concode_elem_sep void run | Entry function ( ISelection arg0 ) { IStructuredSelection loc0 = ( IStructuredSelection ) arg0 ; Object loc1 = loc0 . getFirstElement ( ) ; if ( loc1 == null ) return null ; return ( ( EntryEditPart ) loc1 ) . resolveSemanticElement ( ) ; } |
24,419 | asserts #isonthread , throwing a assertionexception not an assertionerror if the assertion fails . concode_field_sep Looper mLooper concode_elem_sep MessageQueueThreadHandler mHandler concode_elem_sep boolean mIsFinished concode_elem_sep String mName concode_elem_sep String mAssertionErrorMessage concode_field_sep Mess... | void function ( ) { SoftAssertions . assertCondition ( isOnThread ( ) , mAssertionErrorMessage ) ; } |
24,420 | returns the empty map . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put | Map < K , V > function ( ) { return newHashMap ( ) ; } |
24,421 | a smart analyzer used for searching that takes into account specific analyzers configured per fieldmapper . concode_field_sep FieldNameAnalyzer searchQuoteAnalyzer concode_elem_sep FieldNameAnalyzer searchAnalyzer concode_elem_sep FieldNameAnalyzer indexAnalyzer concode_elem_sep FieldMappersLookup fieldMappers concode_... | Analyzer function ( ) { return this . searchAnalyzer ; } |
24,422 | returns the type of the device . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep HmInterface hmInterface concode_elem_sep List<HmChannel> channels concode_elem_sep String address concode_elem_sep String name concode_elem_sep String ADDRESS_GATEWAY_EXTRAS concode_elem_sep String type concode_elem_sep Strin... | String function ( ) { return type ; } |
24,423 | given an index in the range 0 ... size -1 , returns the key from the indexth key-value mapping that this sparsearray stores . concode_field_sep Object DELETED_REF concode_elem_sep WeakReference<?> DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep WeakRef... | long function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return mKeys [ arg0 ] ; } |
24,424 | returns the cookies copied from the original request . concode_field_sep List<Cookie> cookies concode_elem_sep String method concode_elem_sep String scheme concode_elem_sep String contextPath concode_elem_sep Map<String,String[]> parameters concode_elem_sep String requestURI concode_elem_sep String queryString concode_... | List < Cookie > function ( ) { return this . cookies ; } |
24,425 | returns the correct client socketchannel class based on iomode . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep ByteToMessageDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep ThreadFactory createT... | Class < ? extends Channel > function ( IOMode arg0 ) { switch ( arg0 ) { case NIO : return NioSocketChannel . class ; case EPOLL : return EpollSocketChannel . class ; default : throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } } |
24,426 | setter method for totalcount concode_field_sep String customernumber concode_elem_sep String retailer_number concode_elem_sep String partnerName concode_elem_sep String TAT concode_elem_sep String loggedBy concode_elem_sep String csrDept concode_elem_sep long serialVersionUID concode_elem_sep String totalCount concode_... | void function ( String arg0 ) { this . totalCount = arg0 ; } |
24,427 | returns a string describing this split evaluator concode_field_sep String m_result concode_elem_sep int KEY_SIZE concode_elem_sep String m_deduperVersion concode_elem_sep Deduper m_deduper concode_elem_sep String m_deduperOptions concode_elem_sep int RESULT_SIZE concode_field_sep Enumeration listOptions concode_elem_se... | String function ( ) { return "srini_string" + "srini_string" ; } |
24,428 | returns the company id of this k b template . concode_field_sep KBTemplate _kbTemplate concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem... | long function ( ) { return _kbTemplate . getCompanyId ( ) ; } |
24,429 | encrypts a block of bytes concode_field_sep int size concode_elem_sep byte[] h concode_elem_sep byte[] skey concode_elem_sep int index concode_field_sep void init concode_elem_sep byte[] sub concode_elem_sep String asHex concode_elem_sep byte[] encrypt concode_elem_sep byte[] cat concode_elem_sep byte[] clone concode_e... | byte [ ] function ( byte [ ] arg0 ) { byte [ ] loc0 = new byte [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { index ++ ; if ( index == size ) { h = hash ( cat ( skey , h ) ) ; index = 0 ; } loc0 [ loc1 ] = ( byte ) ( arg0 [ loc1 ] ^ h [ index ] ) ; } return loc0 ; } |
24,430 | get the log writer for this managedconnectionfactory instance . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConne... | PrintWriter function ( ) { log . finest ( "srini_string" ) ; return logwriter ; } |
24,431 | parses a stop id from a json node . concode_field_sep ObjectMapper mapper concode_field_sep Coordinate parsePlace concode_elem_sep List<String> parseStopIds concode_elem_sep Leg parseLeg concode_elem_sep Itinerary parseItinerary | String function ( JsonNode arg0 ) { JsonNode loc0 = arg0 . get ( "srini_string" ) ; if ( loc0 != null ) { String loc1 [ ] = loc0 . asText ( ) . split ( "srini_string" ) ; return loc1 [ 1 ] ; } return null ; } |
24,432 | returns a context that returns null for all inquiries . concode_field_sep EmptyContext EMPTY_CONTEXT concode_elem_sep ImmutableList<Context> contexts concode_elem_sep Object target concode_field_sep Context withConfig concode_elem_sep Context chain concode_elem_sep void build concode_elem_sep Context of concode_elem_se... | Context function ( ) { return EMPTY_CONTEXT ; } |
24,433 | gets the value of the wmc property . concode_field_sep Object cc concode_elem_sep int loc concode_elem_sep byte ce concode_elem_sep byte noc concode_elem_sep short lcom concode_elem_sep float mfa concode_elem_sep short npm concode_elem_sep short wmc concode_elem_sep byte dit concode_elem_sep short rfc concode_elem_sep ... | short function ( ) { return wmc ; } |
24,434 | returns the raw fieldinfo of the field being edited . concode_field_sep ClassEditor editor concode_elem_sep boolean isDeleted concode_elem_sep boolean isDirty concode_elem_sep String name concode_elem_sep FieldInfo fieldInfo concode_elem_sep Type type concode_elem_sep Object constantValue concode_field_sep boolean isSt... | FieldInfo function ( ) { return fieldInfo ; } |
24,435 | parses the formula into a parse tree concode_field_sep Parser parser concode_elem_sep Logger logger concode_field_sep void columnInserted concode_elem_sep boolean handleImportedCellReferences concode_elem_sep void columnRemoved concode_elem_sep void rowInserted concode_elem_sep String getFormula concode_elem_sep void a... | void function ( ) { parser . parse ( ) ; } |
24,436 | translates the first defined message . uses ` java.text.messageformat ` internally to format the message . concode_field_sep MessagesApi messages concode_elem_sep Lang lang concode_field_sep MessagesApi getMessagesApi concode_elem_sep String at concode_elem_sep String at concode_elem_sep Lang getLang concode_elem_sep B... | String function ( Lang arg0 , List < String > arg1 , Object ... arg2 ) { return getMessagesApi ( ) . get ( arg0 , arg1 , arg2 ) ; } |
24,437 | green . an instance is passing health checks and the health agent is not reporting any problems . concode_field_sep Integer pending concode_elem_sep Integer severe concode_elem_sep Integer warning concode_elem_sep Integer noData concode_elem_sep Integer ok concode_elem_sep Integer degraded concode_elem_sep Integer unkn... | InstanceHealthSummary function ( Integer arg0 ) { setOk ( arg0 ) ; return this ; } |
24,438 | converts the attribute to a string . concode_field_sep PlaceHolder placeHolder concode_field_sep Object toPropertyValue | String function ( final Object arg0 ) { try { final Integer loc0 = ( Integer ) arg0 ; return loc0 . toString ( ) ; } catch ( ClassCastException loc0 ) { if ( arg0 != null ) { Log . debug ( "srini_string" + arg0 . getClass ( ) ) ; } throw loc0 ; } } |
24,439 | sets the value of the agentproceduretmplupdateresult property . concode_field_sep JAXBElement<BaseResponse> agentProcedureTmplUpdateResult concode_field_sep JAXBElement<BaseResponse> getAgentProcedureTmplUpdateResult | void function ( JAXBElement < BaseResponse > arg0 ) { this . agentProcedureTmplUpdateResult = arg0 ; } |
24,440 | register the specified property as `` processed '' in the sense of some processor calling the corresponding setter method outside of the propertyvalue s mechanism . this will lead to true being returned froma #contains call for the specified property . concode_field_sep boolean converted concode_elem_sep List<PropertyV... | void function ( String arg0 ) { if ( this . processedProperties == null ) { this . processedProperties = new HashSet < > ( ) ; } this . processedProperties . add ( arg0 ) ; } |
24,441 | sets the value of the this property . concode_field_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis | void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } |
24,442 | routine called when task execution is finished . concode_field_sep int max_duration[] concode_elem_sep int status concode_elem_sep int shiftTask concode_elem_sep int priority concode_elem_sep Thread thread concode_elem_sep int clock[] concode_elem_sep double count_per_msec[] concode_elem_sep int taskPeriod concode_elem... | void function ( ) { } |
24,443 | setter to specify the name . concode_field_sep String university concode_elem_sep int aScore concode_elem_sep String name concode_elem_sep String recommendations concode_elem_sep int age concode_field_sep int getAge concode_elem_sep void setAScore concode_elem_sep String getName concode_elem_sep void setRecommendations... | void function ( String arg0 ) { this . name = arg0 ; } |
24,444 | determines if lighting is enabled for scene . concode_field_sep FogType _fogType concode_elem_sep ISceneController _sceneController concode_elem_sep float _fogFar concode_elem_sep float _fogNear concode_elem_sep ArrayList<Object3d> _children concode_elem_sep boolean _lightingEnabled concode_elem_sep Color4 _fogColor co... | boolean function ( ) { return _lightingEnabled ; } |
24,445 | calculates the aspect ratio given a rectangle . concode_field_sep PlaceHolder placeHolder concode_field_sep float calculateTop concode_elem_sep float calculateWidth concode_elem_sep float calculateLeft concode_elem_sep float calculateRight concode_elem_sep float calculateHeight concode_elem_sep float calculateBottom | float function ( Rect arg0 ) { final float loc0 = ( float ) arg0 . width ( ) / ( float ) arg0 . height ( ) ; return loc0 ; } |
24,446 | sets the current camera no support for multiple cameras yet . concode_field_sep int imageWidth concode_elem_sep AccelerationStructure intAccel concode_elem_sep Display display concode_elem_sep InstanceList infiniteInstanceList concode_elem_sep Instance bakingInstance concode_elem_sep int threads concode_elem_sep LightS... | void function ( Camera arg0 ) { this . camera = arg0 ; } |
24,447 | init method . concode_field_sep DateFormat df concode_elem_sep Logger log concode_elem_sep SqlService sqlService concode_field_sep Date getDateFromString concode_elem_sep String getUserActivityRestVersion concode_elem_sep String getUserActivity concode_elem_sep String getUserLogonActivity concode_elem_sep Document buil... | void function ( ) { log . info ( this + "srini_string" ) ; } |
24,448 | returns the name of the form post field concode_field_sep String fileName concode_elem_sep String name concode_elem_sep String contentType concode_field_sep void setName concode_elem_sep void setFileName concode_elem_sep String getContentType concode_elem_sep void setContentType concode_elem_sep String getFileName | String function ( ) { return name ; } |
24,449 | gettargetsas . concode_field_sep String minTargets concode_elem_sep String saValidTargeting concode_elem_sep Target_Choices choice concode_elem_sep String targetSpellAbilityType concode_elem_sep String vtSelection concode_elem_sep String maxTargets concode_elem_sep boolean tgtValid concode_elem_sep String ValidTgts[] c... | ArrayList < SpellAbility > function ( ) { if ( choice == null ) return new ArrayList < SpellAbility > ( ) ; return choice . getTargetSAs ( ) ; } |
24,450 | sets the value of the channelid property . concode_field_sep String locationInfo concode_elem_sep String clientId concode_elem_sep long serialVersionUID concode_elem_sep Indicator source concode_elem_sep String userId concode_elem_sep String channelId concode_field_sep void setSource concode_elem_sep String getClientId... | void function ( String arg0 ) { this . channelId = arg0 ; } |
24,451 | deletes the ke hoach nuoc sach with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep KeHoachNuocSachLocalService _keHoachNuocSachLocalService concode_field_sep void setWrappedService concode_elem_sep KeHoachNuocSachLocalService getWrappedKeHoachNuocSachLocalService c... | vn . dtt . sol . ns . tramcap . dao . model . KeHoachNuocSach function ( long arg0 ) { return _keHoachNuocSachLocalService . deleteKeHoachNuocSach ( arg0 ) ; } |
24,452 | this is getter method for segmentname concode_field_sep Integer segmentId concode_elem_sep long serialVersionUID concode_elem_sep String segmentName concode_field_sep void setSegmentName concode_elem_sep void setSegmentId concode_elem_sep Integer getSegmentId | String function ( ) { return segmentName ; } |
24,453 | gets the city corporation municipality . concode_field_sep String districtName concode_elem_sep String upazillaName concode_elem_sep AddressType addressType concode_elem_sep String divisionName concode_elem_sep String houseHoldingNumber concode_elem_sep String ward concode_elem_sep String mouza concode_elem_sep Integer... | String function ( ) { return cityCorporationMunicipality ; } |
24,454 | set the instance of job that will be executed . concode_field_sep JobDataMap m_aJobDataMap concode_elem_sep boolean shouldRecover concode_elem_sep Class<? extends IJob> jobClass concode_elem_sep String group concode_elem_sep String name concode_elem_sep String description concode_elem_sep JobKey key concode_elem_sep bo... | void function ( final Class < ? extends IJob > arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( ! IJob . class . isAssignableFrom ( arg0 ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . jobClass = arg0 ; } |
24,455 | return the set of instrumentation names for the android project . concode_field_sep IJavaProject mJavaProject concode_elem_sep String INSTRUMENTATION_OK concode_elem_sep String[] mInstrumentationNames concode_elem_sep boolean mHasRunnerLibrary concode_field_sep void init concode_elem_sep String getValidInstrumentationT... | String [ ] function ( ) { return mInstrumentationNames ; } |
24,456 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep ReceiptRuleSetMetadata metadata concode_elem_sep com.amazonaws.internal.SdkInternalList<ReceiptRule> rules concode_field_sep void setMetadata concode_elem_sep DescribeActiveReceiptRuleSetResult withRules concode_elem_s... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMetadata ( ) != null ) loc0 . append ( "srini_string" + getMetadata ( ) + "srini_string" ) ; if ( getRules ( ) != null ) loc0 . append ( "srini_string" + getRules ( ) ) ; loc0 . append ( "srini_string" ) ; retu... |
24,457 | decodes a bit of an url encoded by a browser . the string is expected to be encoded as per rfc 3986 , section 2 . this is the encoding used by javascript functions encodeuri and encodeuricomponent , but not escape . for example in this encoding , é in unicode u +00 e9 or in utf-8 0xc3 0xa9 is encoded as % c3 % a... | String function ( final String arg0 , final Charset arg1 ) { if ( arg0 == null ) { return "srini_string" ; } final int loc0 = arg0 . length ( ) ; if ( ! decodingNeeded ( arg0 , loc0 ) ) { return arg0 ; } final byte [ ] loc1 = new byte [ loc0 ] ; int loc2 = decode ( arg0 , loc0 , loc1 ) ; return new String ( loc1 , 0 , ... |
24,458 | adds view to specified cache . creates a cache list if it is null . concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_el... | List < View > function ( View arg0 , List < View > arg1 ) { if ( arg1 == null ) { arg1 = new LinkedList < View > ( ) ; } arg1 . add ( arg0 ) ; return arg1 ; } |
24,459 | returns list of positions for an employee irrespective of assignment date concode_field_sep AssignmentService assignmentService concode_elem_sep PositionHierarchyRepository positionHierarchyRepository concode_elem_sep PositionMasterRepository positionMasterRepository concode_field_sep void deletePosition concode_elem_s... | List < Position > function ( final Long arg0 ) { final Set < Position > loc0 = new HashSet < Position > ( ) ; final List < Assignment > loc1 = assignmentService . getAllAssignmentsByEmpId ( arg0 ) ; for ( final Assignment loc2 : loc1 ) loc0 . add ( loc2 . getPosition ( ) ) ; return new ArrayList < Position > ( loc0 ) ;... |
24,460 | returns the url for an item . concode_field_sep long serialVersionUID concode_elem_sep ArrayList urlSeries concode_field_sep String generateURL concode_elem_sep int getListCount concode_elem_sep int getURLCount concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void addURLSeries | String function ( int arg0 , int arg1 ) { String loc0 = null ; if ( arg0 < getListCount ( ) ) { List loc1 = ( List ) this . urlSeries . get ( arg0 ) ; if ( loc1 != null ) { if ( arg1 < loc1 . size ( ) ) { loc0 = ( String ) loc1 . get ( arg1 ) ; } } } return loc0 ; } |
24,461 | this is setter method for casenature concode_field_sep String logDate concode_elem_sep String CSRID concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String type concode_elem_sep String escOutStatus concode_elem_sep String caseNature concode_elem_sep String commitDate concode_elem_sep S... | void function ( String arg0 ) { this . caseNature = arg0 ; } |
24,462 | get next value without incrementing concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep long getValue concode_elem_sep long getValue concode_elem_sep HsqlName getN... | long function ( ) { return currValue ; } |
24,463 | get the name of this rule execution set . concode_field_sep long serialVersionUID concode_elem_sep ObjectFilter objectFilter concode_elem_sep String description concode_elem_sep InternalKnowledgePackage pkg concode_elem_sep Map properties concode_elem_sep String defaultObjectFilterClassName concode_elem_sep InternalKno... | String function ( ) { return this . pkg . getName ( ) ; } |
24,464 | add a file to the list of temp files to delete . the file is deleted once the file object is garbage collected . concode_field_sep ReferenceQueue<Object> queue concode_elem_sep HashMap<PhantomReference<?>,String> refMap concode_field_sep void deleteFile concode_elem_sep void stopAutoDelete concode_elem_sep void deleteA... | Reference < ? > function ( String arg0 , Object arg1 ) { IOUtils . trace ( "srini_string" , arg0 , arg1 ) ; PhantomReference < ? > loc0 = new PhantomReference < Object > ( arg1 , queue ) ; refMap . put ( loc0 , arg0 ) ; deleteUnused ( ) ; return loc0 ; } |
24,465 | legt den wert der reference-eigenschaft fest . concode_field_sep String reference concode_elem_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_field_sep void setDigestValue concode_elem_sep byte[] getDigestValue concode_elem_sep void setDigestMethod concode_elem_sep String getReference con... | void function ( String arg0 ) { this . reference = arg0 ; } |
24,466 | returns the value for a give partition key concode_field_sep String file concode_elem_sep String[] dirs concode_field_sep String getEntirePartitionLocation | String function ( int arg0 ) { assert arg0 < dirs . length ; return dirs [ arg0 ] ; } |
24,467 | returns the minimum level log messages must have in order to appear in the log . concode_field_sep Level m_MinLevel concode_elem_sep SimpleDateFormat m_DateFormat concode_elem_sep String PROPERTIES_FILE concode_elem_sep Properties m_Properties concode_elem_sep Logger m_Singleton concode_elem_sep int m_Order concode_fie... | Level function ( ) { return m_MinLevel ; } |
24,468 | optimized for integer values ? default is false concode_field_sep DAType MMAP concode_elem_sep DAType RAM_STORE concode_elem_sep DAType UNSAFE_STORE concode_elem_sep DAType RAM_INT concode_elem_sep boolean integ concode_elem_sep boolean allowWrites concode_elem_sep DAType RAM_INT_STORE concode_elem_sep DAType MMAP_RO c... | boolean function ( ) { return integ ; } |
24,469 | sets the value of the href property . concode_field_sep String loginConfigurationName concode_elem_sep List<Extension> extensions concode_elem_sep CMPResAuthEnum resAuth concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep String version conc... | void function ( final String arg0 ) { this . href = arg0 ; } |
24,470 | find a single value of one of the given types in the given collection : searching the collection for a value of the first type , then searching for a value of the second type , etc. . concode_field_sep Enumeration<E> enumeration concode_elem_sep Map<K,List<V>> map concode_field_sep Iterator<E> toIterator concode_elem_s... | Object function ( Collection < ? > arg0 , Class < ? > [ ] arg1 ) { if ( isEmpty ( arg0 ) || ObjectUtils . isEmpty ( arg1 ) ) { return null ; } for ( Class < ? > loc0 : arg1 ) { Object loc1 = findValueOfType ( arg0 , loc0 ) ; if ( loc1 != null ) { return loc1 ; } } return null ; } |
24,471 | sleeps without explicitly throwing an interruptedexception concode_field_sep PlaceHolder placeHolder concode_field_sep void sleepTightInSeconds | void function ( long arg0 ) { try { Thread . sleep ( arg0 ) ; } catch ( InterruptedException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
24,472 | sets the value of an object 's field even if it 's not visible . concode_field_sep PlaceHolder placeHolder concode_field_sep Constructor<?> findConstructor concode_elem_sep Object[] concatArrays concode_elem_sep Method findMethod concode_elem_sep boolean areParametersCompatible concode_elem_sep Object getField concode_... | void function ( Object arg0 , String arg1 , Object arg2 ) { Field loc0 = findField ( arg0 , arg1 ) ; loc0 . setAccessible ( true ) ; loc0 . set ( arg0 , arg2 ) ; } |
24,473 | select only files that begin with the specified prefix . concode_field_sep String prefix concode_field_sep placeholderType placeHolder | boolean function ( File arg0 , String arg1 ) { if ( new File ( arg0 , arg1 ) . isDirectory ( ) ) { return false ; } arg1 = arg1 . toLowerCase ( ) ; return arg1 . startsWith ( prefix ) ; } |
24,474 | this method guarantees that serialized itssinglefilterparams #all will be read correctly . concode_field_sep ITsSingleFilterParams ALL concode_elem_sep ITsSingleFilterParams NONE concode_elem_sep long serialVersionUID concode_field_sep String typeId concode_elem_sep String typeId concode_elem_sep String typeId concode_... | Object function ( ) { return ITsSingleFilterParams . ALL ; } |
24,475 | sets the current iprojectcallback to be used to instantiate classes comingfrom the project being rendered . concode_field_sep IProjectCallback sProjectCallback concode_field_sep Fragment instantiate concode_elem_sep Fragment instantiate | void function ( IProjectCallback arg0 ) { sProjectCallback = arg0 ; } |
24,476 | alias name . returns a reference to this object so that method calls can be chained together . constraints : length : 1 - 128 pattern : ?! ^ 0-9 + $ a-za-z0-9 - _ + concode_field_sep String aliasArn concode_elem_sep String functionVersion concode_elem_sep String name concode_elem_sep String description concode_field_se... | AliasConfiguration function ( String arg0 ) { this . name = arg0 ; return this ; } |
24,477 | sets the value of the serialnumber property . concode_field_sep String serialNumber concode_elem_sep String itemDescription concode_elem_sep double appliedAmount concode_elem_sep String sku concode_field_sep String getItemDescription concode_elem_sep double getAppliedAmount concode_elem_sep String getSerialNumber conco... | void function ( String arg0 ) { this . serialNumber = arg0 ; } |
24,478 | deletes the user tracker path from the database . also notifies the appropriate model listeners . concode_field_sep UserTrackerPathLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode... | com . liferay . portal . kernel . model . UserTrackerPath function ( com . liferay . portal . kernel . model . UserTrackerPath arg0 ) { return getService ( ) . deleteUserTrackerPath ( arg0 ) ; } |
24,479 | get the path to the task 's temporary output directory for the map-reduce job tasks ' side-effect files note : the following is valid only if the outputcommitter is fileoutputcommitter . if outputcommitter is not a fileoutputcommitter , the task 's temporary output directory is same as #getoutputpath jobconf i.e. $ map... | Path function ( JobConf arg0 ) { String loc0 = arg0 . get ( JobContext . TASK_OUTPUT_DIR ) ; return loc0 == null ? null : new Path ( loc0 ) ; } |
24,480 | gets the abc . concode_field_sep IAbc abc concode_elem_sep PreesmScenario scenario concode_elem_sep Map<String,String> params concode_field_sep Object getAdapter concode_elem_sep void setAbc concode_elem_sep IPersistableElement getPersistable concode_elem_sep String getName concode_elem_sep PreesmScenario getScenario c... | IAbc function ( ) { return this . abc ; } |
24,481 | gets the minimum scale at which the geometry has to be painted with this style inclusive concode_field_sep double maxScale concode_elem_sep double minScale concode_field_sep double getMaxScale concode_elem_sep Style clone concode_elem_sep void setMinMaxScale concode_elem_sep boolean isScaleInRange | double function ( ) { return this . minScale ; } |
24,482 | gets the file name for the attachment . concode_field_sep int MAX_MESSAGE_LENGTH concode_elem_sep String filename concode_elem_sep int filesize concode_elem_sep String id concode_elem_sep String url concode_field_sep IEmbedded.IEmbedProvider getEmbedProvider concode_elem_sep IGuild getGuild concode_elem_sep String getN... | String function ( ) { return filename ; } |
24,483 | non-javadoc concode_field_sep Map<IType,Collection<IMethod>> entries concode_field_sep Object[] getChildren concode_elem_sep Object getParent concode_elem_sep boolean hasChildren concode_elem_sep Object[] getElements concode_elem_sep void dispose | void function ( Viewer arg0 , Object arg1 , Object arg2 ) { } |
24,484 | returns the symmetric difference of sets s1 and s2 i.e. all elements that are in only one of the two sets concode_field_sep PlaceHolder placeHolder concode_field_sep Set<Set<E>> powerSet concode_elem_sep boolean intersects concode_elem_sep Set<E> intersection concode_elem_sep Set<Pair<E,F>> cross concode_elem_sep Set<E... | Set < E > function ( Set < E > arg0 , Set < E > arg1 ) { Set < E > loc0 = new HashSet < E > ( ) ; for ( E loc1 : arg0 ) { if ( ! arg1 . contains ( loc1 ) ) { loc0 . add ( loc1 ) ; } } for ( E loc1 : arg1 ) { if ( ! arg0 . contains ( loc1 ) ) { loc0 . add ( loc1 ) ; } } return loc0 ; } |
24,485 | returns the name of this java management extensions jmx implementation . concode_field_sep long seqNo concode_elem_sep List<ListenerData> listeners concode_elem_sep String id concode_field_sep void addNotificationListener concode_elem_sep void sendNotification concode_elem_sep String getSpecificationVersion concode_ele... | String function ( ) { return "srini_string" ; } |
24,486 | returns the code style manager for the project associated with the specified psi manager . concode_field_sep PlaceHolder placeHolder concode_field_sep Indent getIndent concode_elem_sep void reformatTextWithContext concode_elem_sep String getLineIndent concode_elem_sep String getLineIndent concode_elem_sep void adjustLi... | CodeStyleManager function ( @ NotNull PsiManager arg0 ) { return getInstance ( arg0 . getProject ( ) ) ; } |
24,487 | is the answer to the query unknown ? concode_field_sep int NXRRSET concode_elem_sep int DELEGATION concode_elem_sep Object data concode_elem_sep int CNAME concode_elem_sep int SUCCESSFUL concode_elem_sep SetResponse nxrrset concode_elem_sep SetResponse nxdomain concode_elem_sep int NXDOMAIN concode_elem_sep int type co... | boolean function ( ) { return ( type == UNKNOWN ) ; } |
24,488 | cloning of enumeration constants is prevented , to maintain their singleton status . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep int ordinal concode_field_sep Class<T> getDeclaringClass concode_elem_sep S valueOf concode_elem_sep int hashCode concode_elem_sep boolean equals con... | Object function ( ) { throw new CloneNotSupportedException ( "srini_string" ) ; } |
24,489 | forces this to be marked as having staged changes , no unstaged changes . concode_field_sep IPath path concode_elem_sep GitRepository repo concode_elem_sep String commitBlobSHA concode_elem_sep String commitBlobMode concode_elem_sep boolean hasUnstagedChanges concode_elem_sep boolean hasStagedChanges concode_elem_sep S... | void function ( ) { hasUnstagedChanges = false ; hasStagedChanges = true ; } |
24,490 | returns the number of true entries . concode_field_sep ArrayList<IntSet> row_list concode_field_sep HashMap<Integer,IntSet> nonEmptyRows concode_elem_sep void set concode_elem_sep void grow concode_elem_sep IntList getEntriesByColumn concode_elem_sep int numEntriesByRow concode_elem_sep IntCollection nonEmptyColumnIDs ... | int function ( ) { int loc0 = 0 ; for ( IntSet loc1 : row_list ) loc0 += loc1 . size ( ) ; return loc0 ; } |
24,491 | requested maximum length of the queue of incoming connections . default -1 for no backlog . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep S... | int function ( ) { return conf . getInt ( SPARK_NETWORK_IO_BACKLOG_KEY , - 1 ) ; } |
24,492 | collapses this segment with the one passed as a parameter . note that if the input segment is not of the same class as this one , an illegalargumentexception is thrown . the method also throws an exception if the input segment 's end does not have the same number of components as this segment 's end . after this method... | void function ( final Segment arg0 , final TraitAnimationNode arg1 ) { FloatSegment loc0 = ( FloatSegment ) arg0 ; if ( loc0 . end . length != end . length ) { throw new IllegalArgumentException ( ) ; } end = loc0 . end ; } |
24,493 | create a new maxcore from a serialized file stored at storedresults concode_field_sep String MALFORMED_JUNIT_3_TEST_CLASS_PREFIX concode_elem_sep MaxHistory history concode_field_sep Runner buildRunner concode_elem_sep MaxCore storedLocally concode_elem_sep List<Description> findLeaves concode_elem_sep void findLeaves ... | MaxCore function ( String arg0 ) { return storedLocally ( new File ( arg0 ) ) ; } |
24,494 | init cache capacity concode_field_sep LruCache cache concode_field_sep String print concode_elem_sep void flushCache concode_elem_sep void writeThrough concode_elem_sep void writeAround concode_elem_sep UserAccount readThroughWithWriteBackPolicy concode_elem_sep void writeBehind concode_elem_sep void clearCache concode... | void function ( int arg0 ) { if ( null == cache ) { cache = new LruCache ( arg0 ) ; } else { cache . setCapacity ( arg0 ) ; } } |
24,495 | returns the result of interpreting the object as an instance of ` named element ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep ExperimentalPackage modelPackage concode_field_sep T caseConfigurationEntity concode_elem_sep T casePackageUse concode_elem_sep... | T function ( NamedElement arg0 ) { return null ; } |
24,496 | store a subset of the given attributes in the session . attributes not declared as session attributes via @sessionattributes are ignored . concode_field_sep Set<String> knownAttributeNames concode_elem_sep SessionAttributeStore sessionAttributeStore concode_elem_sep Set<String> attributeNames concode_elem_sep Set<Class... | void function ( WebRequest arg0 , Map < String , ? > arg1 ) { for ( String loc0 : arg1 . keySet ( ) ) { Object loc1 = arg1 . get ( loc0 ) ; Class < ? > loc2 = ( loc1 != null ) ? loc1 . getClass ( ) : null ; if ( isHandlerSessionAttribute ( loc0 , loc2 ) ) { this . sessionAttributeStore . storeAttribute ( arg0 , loc0 , ... |
24,497 | instructs guice to require a binding to the given type . concode_field_sep PrivateBinder binder concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep Stage currentStage concode_elem_sep void configure concode_elem_sep void configure concode_elem_sep void requestI... | void function ( Class < ? > arg0 ) { binder . getProvider ( arg0 ) ; } |
24,498 | visits an enumeration value of the annotation . concode_field_sep AnnotationVisitor av concode_elem_sep int api concode_field_sep AnnotationVisitor visitArray concode_elem_sep void visitEnd concode_elem_sep void visit concode_elem_sep AnnotationVisitor visitAnnotation | void function ( String arg0 , String arg1 , String arg2 ) { if ( av != null ) { av . visitEnum ( arg0 , arg1 , arg2 ) ; } } |
24,499 | each timezonewrapper has one or more ids of components in the ui that correspond to its time zone . by this , if an event comes from a component in the web page , then this will return the relevant timezonewrapper . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep Arr... | TimeZoneWrapper function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < allTimeZoneList . size ( ) ; loc0 ++ ) { TimeZoneWrapper loc1 = ( TimeZoneWrapper ) allTimeZoneList . get ( loc0 ) ; if ( loc1 . isRelevantComponentId ( arg0 ) ) { return loc1 ; } } return null ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.