idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
20,700 | retrieves the absolute file , given some path specification . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep boolean fsIsIgnoreCase concode_field_sep IOException toIOException concode_elem_sep void renameOverwrite concode_elem_sep String canonicalPath concode_elem_sep String canonicalPath concode... | File function ( String arg0 ) { return ( new File ( arg0 ) ) . getAbsoluteFile ( ) ; } |
20,701 | sets the preset dictionary . this should only be called , if needsdictionary returns true and it should set the same dictionary , that was used for deflating . the getadler function returns the checksum of the dictionary needed . concode_field_sep boolean dict_needed concode_elem_sep RawData zstream concode_elem_sep bo... | void function ( byte [ ] arg0 ) { setDictionary ( arg0 , 0 , arg0 . length ) ; } |
20,702 | gets the pdf documents library . a library object is the central repository of all objects that make up the pdf document hierarchy . concode_field_sep Hashtable<Object,Object> entries concode_elem_sep Library library concode_elem_sep boolean inited concode_elem_sep boolean isDeleted concode_elem_sep Reference pObjectRe... | Library function ( ) { return library ; } |
20,703 | returns the set of lsr objects as collected by the dijkstrasp object . concode_field_sep int PSC_LSC_MODE concode_elem_sep int MAX_LINK_WEIGHT concode_elem_sep int PSC_ONLY_MODE concode_elem_sep boolean trace concode_elem_sep DijkstraSP instance concode_elem_sep ArrayList<LSR> LSRs concode_elem_sep int MIN_LINK_WEIGHT ... | ArrayList < LSR > function ( LSR arg0 ) { if ( LSRs . isEmpty ( ) ) this . findTopology ( arg0 ) ; return LSRs ; } |
20,704 | will increase or decrease the postion of center . concode_field_sep String m_label concode_elem_sep boolean m_visible concode_elem_sep boolean m_root concode_elem_sep Instances m_theData concode_elem_sep double m_center concode_elem_sep Vector<Edge> m_children concode_elem_sep int m_shape concode_elem_sep Vector<Edge> ... | void function ( double arg0 ) { m_center += arg0 ; } |
20,705 | returns the xhtmlform associated with an element in cache , or null if not found . concode_field_sep FormSubmissionListener formSubmissionListener concode_elem_sep Map imageComponents concode_elem_sep LinkedHashMap forms concode_field_sep Element getParentForm concode_elem_sep ReplacedElement replaceImage concode_elem_... | XhtmlForm function ( Element arg0 ) { if ( forms == null ) { return null ; } return ( XhtmlForm ) forms . get ( arg0 ) ; } |
20,706 | determines if the specified project should be allowed or not . concode_field_sep ObserverLord<FilterEditorObserver> observerLord concode_elem_sep List<String> filteredOutTaskNames concode_elem_sep List<String> filteredOutProjectNames concode_elem_sep boolean filterOutTasksWithNoDescription concode_field_sep void filter... | boolean function ( ProjectView arg0 ) { return ! filteredOutProjectNames . contains ( arg0 . getName ( ) ) ; } |
20,707 | consume the current source character and return the next character . concode_field_sep MessageHandler messageHandler concode_elem_sep char EOL concode_elem_sep BufferedReader reader concode_elem_sep String line concode_elem_sep char EOF concode_elem_sep int lineNum concode_elem_sep int currentPos concode_field_sep char... | char function ( ) { ++ currentPos ; return currentChar ( ) ; } |
20,708 | appends a string to the buffer . passing a null string will throw an exception . concode_field_sep int count concode_elem_sep FastStringBuffer fastStringBuffer concode_elem_sep int i concode_elem_sep char[] value concode_field_sep FastStringBuffer deleteCharAt concode_elem_sep char firstChar concode_elem_sep FastString... | FastStringBuffer function ( String arg0 ) { int loc0 = arg0 . length ( ) ; int loc1 = count + loc0 ; if ( loc1 > this . value . length ) { resizeForMinimum ( loc1 ) ; } arg0 . getChars ( 0 , loc0 , value , this . count ) ; this . count = loc1 ; return this ; } |
20,709 | we know if it 's finished concode_field_sep int roundNumber concode_elem_sep boolean finished concode_elem_sep String roundType concode_elem_sep ArrayList<Match> matches concode_field_sep String getRoundType concode_elem_sep void setRoundType concode_elem_sep void setRoundNumber concode_elem_sep ArrayList<Match> getMat... | boolean function ( ) { return finished ; } |
20,710 | access a parameter from a parameter map concode_field_sep IParameterHolder NULL_PARAMETER_HOLDER concode_elem_sep IParameterHolder[] EMPTY_ARRAY concode_elem_sep Class THIS_CLASS concode_field_sep Float getFloatParameter concode_elem_sep Float getFloatParameter concode_elem_sep Float getFloatParameter concode_elem_sep ... | Double function ( final String arg0 , final double arg1 ) { return arg1 ; } |
20,711 | gets the value of the rel property . concode_field_sep String rel concode_elem_sep String href concode_field_sep String getHref concode_elem_sep void setRel concode_elem_sep void setHref concode_elem_sep boolean isSetRel concode_elem_sep boolean isSetHref | String function ( ) { return rel ; } |
20,712 | creates a message from the specified key and replacement arguments , localized to the given locale . concode_field_sep Locale m_locale concode_elem_sep String m_resourceBundleName concode_elem_sep ListResourceBundle m_resourceBundle concode_field_sep Locale getLocale concode_elem_sep ListResourceBundle getResourceBundl... | String function ( String arg0 , Object arg1 [ ] ) { if ( m_resourceBundle == null ) m_resourceBundle = loadResourceBundle ( m_resourceBundleName ) ; if ( m_resourceBundle != null ) { return createMsg ( m_resourceBundle , arg0 , arg1 ) ; } else return "srini_string" + m_resourceBundleName ; } |
20,713 | sets the threadfactory to be wrapped by the new basicthreadfactory . concode_field_sep Boolean daemonFlag concode_elem_sep String namingPattern concode_elem_sep AtomicLong threadCounter concode_elem_sep Integer priority concode_elem_sep Thread.UncaughtExceptionHandler exceptionHandler concode_elem_sep Thread.UncaughtEx... | Builder function ( final ThreadFactory arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } wrappedFactory = arg0 ; return this ; } |
20,714 | creates @linkplain element to put into @linkplain cachecontrol . concode_field_sep Cache ehcache concode_elem_sep boolean infiniteLifeTime concode_elem_sep ConcurrentHashMap<K,V> localStorage concode_elem_sep String ehcacheName concode_field_sep void commitCache concode_elem_sep boolean contains concode_elem_sep V getI... | Element function ( K arg0 , V arg1 ) { return infiniteLifeTime ? new Element ( arg0 , arg1 , true , 0 , 0 ) : new Element ( arg0 , arg1 ) ; } |
20,715 | the name of the model . concode_field_sep String schema concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String contentType concode_field_sep String getName concode_elem_sep UpdateModelResult withDescription concode_elem_sep String getId concode_elem_sep void ... | void function ( String arg0 ) { this . name = arg0 ; } |
20,716 | setter for created concode_field_sep Server server concode_elem_sep String reason concode_elem_sep Date created concode_elem_sep Long id concode_elem_sep User locker concode_field_sep Server getServer concode_elem_sep User getLocker concode_elem_sep String getReason concode_elem_sep void setReason concode_elem_sep void... | void function ( Date arg0 ) { this . created = arg0 ; } |
20,717 | check if two objects are equal . concode_field_sep int HASH_OFFSET concode_elem_sep int HASH_SEED concode_field_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode | boolean function ( final Object arg0 , final Object arg1 ) { return arg0 == null ? arg1 == null : arg0 . equals ( arg1 ) ; } |
20,718 | determines if a specific uinode should be skipped . concode_field_sep int NO_CHILD_INDEX concode_field_sep int getNextRenderedChildIndex concode_elem_sep void renderNamedChild concode_elem_sep void renderNamedChild concode_elem_sep UINode getNextRenderedChildNode concode_elem_sep void postrender concode_elem_sep boolea... | boolean function ( UIXRenderingContext arg0 , UINode arg1 ) { Object loc0 = arg1 . getAttributeValue ( arg0 , UIConstants . RENDERED_ATTR ) ; return Boolean . FALSE . equals ( loc0 ) ; } |
20,719 | returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simply add s... | Token function ( int arg0 , String arg1 ) { switch ( arg0 ) { default : return new Token ( arg0 , arg1 ) ; } } |
20,720 | prints a message at verbose 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 prin... | void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; } |
20,721 | an identifier for the message in this batch . this is used to communicate the result . note that the ids of a batch request need to be unique within the request . concode_field_sep Integer delaySeconds concode_elem_sep String messageBody concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,MessageAttributeValu... | void function ( String arg0 ) { this . id = arg0 ; } |
20,722 | retrieve decorator based on name specified in configuration file . concode_field_sep Collection<String> storeCodes concode_elem_sep Map<String,Map<String,Decorator>> storeDecorators concode_elem_sep Map<String,PathMapper> storePathMapper concode_elem_sep String default_code concode_field_sep String getAttribute concode... | Decorator function ( String arg0 , String arg1 ) { Map < String , Decorator > loc0 = storeDecorators . get ( arg1 ) ; if ( loc0 == null ) { loc0 = storeDecorators . get ( default_code ) ; } return loc0 . get ( arg0 ) ; } |
20,723 | sets the value of the risklevel property . concode_field_sep XMLGregorianCalendar nextReviewDate concode_elem_sep String riskLevel concode_elem_sep XMLGregorianCalendar lastReviewDate concode_elem_sep BigDecimal riskScore concode_elem_sep String periodicReview concode_field_sep XMLGregorianCalendar getLastReviewDate co... | void function ( String arg0 ) { this . riskLevel = arg0 ; } |
20,724 | test of process method , of class preemptiverequestinterceptor . concode_field_sep HttpContext mockContext concode_elem_sep PreemptiveRequestInterceptor sut concode_elem_sep HttpRequest mockRequest concode_field_sep void prepareTargetHost concode_elem_sep void testProcess concode_elem_sep void prepareTargetHostWithUser... | void function ( ) { prepareTargetHost ( ) ; sut . process ( mockRequest , mockContext ) ; verifyZeroInteractions ( mockRequest ) ; } |
20,725 | set the header id . concode_field_sep byte[] centralData concode_elem_sep byte[] localData concode_elem_sep ZipShort headerId concode_field_sep ZipShort getLocalFileDataLength concode_elem_sep void parseFromLocalFileData concode_elem_sep byte[] getCentralDirectoryData concode_elem_sep void setLocalFileDataData concode_... | void function ( final ZipShort arg0 ) { this . headerId = arg0 ; } |
20,726 | fills in the htmlhyperlink with the uri , bookmarks , and properties if they exist . concode_field_sep String uri_ concode_elem_sep Properties parameters_ concode_elem_sep String url_ concode_elem_sep String reference_ concode_elem_sep String copyright concode_field_sep HTMLHyperlink getHTMLHyperlink concode_elem_sep S... | HTMLHyperlink function ( HTMLHyperlink arg0 , String arg1 ) { try { if ( reference_ == null ) arg0 . setLink ( uri_ ) ; else arg0 . setLink ( uri_ + "srini_string" + reference_ ) ; if ( parameters_ != null ) arg0 . setProperties ( parameters_ ) ; arg0 . setText ( arg1 ) ; } catch ( PropertyVetoException loc0 ) { } retu... |
20,727 | get / users / : login : get the `` login '' user . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<List<ManagedUserDTO>> getAllUsers concode_elem_sep ResponseEntity<Void> delete... | ResponseEntity < ManagedUserDTO > function ( @ PathVariable String arg0 ) { log . debug ( "srini_string" , arg0 ) ; return userService . getUserWithAuthoritiesByLogin ( arg0 ) . map ( ManagedUserDTO :: new ) . map ( managedUserDTO -> new ResponseEntity < > ( managedUserDTO , HttpStatus . OK ) ) . orElse ( new ResponseE... |
20,728 | gets the value of the pathtype property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep String getPath concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getId | String function ( ) { if ( pathType == null ) { return "srini_string" ; } else { return pathType ; } } |
20,729 | return the value of the action property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_se... | String function ( ) { return action ; } |
20,730 | sets the value of the gringlatitude property . concode_field_sep BigDecimal gRingLatitude concode_elem_sep BigDecimal gRingLongitude concode_field_sep BigDecimal getGRingLongitude concode_elem_sep BigDecimal getGRingLatitude concode_elem_sep GRingPointType withGRingLatitude concode_elem_sep void setGRingLongitude conco... | void function ( BigDecimal arg0 ) { this . gRingLatitude = arg0 ; } |
20,731 | gets the node id , creating one if not already set . concode_field_sep DescriptionDefinition description concode_elem_sep String id concode_elem_sep String shortName concode_elem_sep Boolean customId concode_field_sep boolean hasCustomIdAssigned concode_elem_sep String getDescriptionText concode_elem_sep String getShor... | String function ( NodeIdFactory arg0 ) { if ( id == null ) { id = arg0 . createId ( this ) ; } return getId ( ) ; } |
20,732 | gets the value of the approvedlines property . concode_field_sep String creditClass concode_elem_sep String accountSubType concode_elem_sep XMLGregorianCalendar nextBillEnd concode_elem_sep String accountType concode_elem_sep String language concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar c... | BigInteger function ( ) { return approvedLines ; } |
20,733 | set the body text associated with this node if any . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getN... | void function ( String arg0 ) { this . body = arg0 ; } |
20,734 | this method gives field name for pojo class for given reldatatypefield object . concode_field_sep int streamCount concode_elem_sep int opCount concode_field_sep String getUniqueOperatorName concode_elem_sep String getUniqueStreamName concode_elem_sep String getValidFieldName | String function ( RelDataTypeField arg0 ) { SqlTypeName loc0 = arg0 . getType ( ) . getSqlTypeName ( ) ; String loc1 = getValidFieldName ( arg0 ) ; loc1 = ( loc0 == SqlTypeName . TIMESTAMP ) ? ( loc1 + "srini_string" ) : ( ( loc0 == SqlTypeName . DATE ) ? ( loc1 + "srini_string" ) : loc1 ) ; return loc1 ; } |
20,735 | sets the redirect uri , if set then the client is expected to include the same uri during the access token request concode_field_sep String redirectUri concode_elem_sep String code concode_elem_sep long serialVersionUID concode_field_sep String getType concode_elem_sep void setCode concode_elem_sep MultivaluedMap<Strin... | void function ( String arg0 ) { this . redirectUri = arg0 ; } |
20,736 | convert an integer to a unicode character , represented as a string of length 1 . this is not a built-in operator in postscript . concode_field_sep Timeout globalTimeout concode_field_sep void test_get concode_elem_sep void test_strcat concode_elem_sep void test_length concode_elem_sep void test_tostr | void function ( ) { assertStack ( "srini_string" , "srini_string" ) ; assertStack ( "srini_string" , "srini_string" ) ; assertStack ( "srini_string" , "srini_string" ) ; assertStack ( "srini_string" , "srini_string" ) ; } |
20,737 | creates a new ewma which is equivalent to the unix fifteen minute load average and which expects to be ticked every 5 seconds . concode_field_sep double M5_ALPHA concode_elem_sep double M1_ALPHA concode_elem_sep double rate concode_elem_sep double alpha concode_elem_sep double interval concode_elem_sep LongAdder uncoun... | EWMA function ( ) { return new EWMA ( M15_ALPHA , 5 , TimeUnit . SECONDS ) ; } |
20,738 | asynchronous version of query #unique . concode_field_sep int sessionFlags concode_elem_sep AsyncOperationExecutor executor concode_elem_sep AbstractDaoSession daoSession concode_field_sep AsyncOperation enqueueEntityOperation concode_elem_sep int getWaitForMergeMillis concode_elem_sep AsyncOperation insert concode_ele... | AsyncOperation function ( Query < ? > arg0 , int arg1 ) { return enqueueDatabaseOperation ( OperationType . QueryUnique , arg0 , arg1 ) ; } |
20,739 | performs a dynamic query on the database and returns an ordered 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... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
20,740 | sets the value of the exportdate property . concode_field_sep String exportDate concode_elem_sep ExportManifestDto.ExportManifestInformation exportManifestInformation concode_elem_sep List<ExportManifestMondrian> exportManifestMondrian concode_elem_sep String manifestVersion concode_elem_sep String rootFolder concode_e... | void function ( String arg0 ) { this . exportDate = arg0 ; } |
20,741 | sets the wsdatamodelpk value for this wsputbusinessconcept . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSBusinessConcept businessConcept concode_elem_sep org.talend.mdm.webservice.WSDataModelPK wsDataModelPK ... | void function ( org . talend . mdm . webservice . WSDataModelPK arg0 ) { this . wsDataModelPK = arg0 ; } |
20,742 | return external representation of buf offset . . offset + len-1 , converting ' . ' to ' / ' . concode_field_sep int CONSTANT_Float concode_elem_sep int CONSTANT_NameandType concode_elem_sep int MAX_CODE concode_elem_sep int CONSTANT_Double concode_elem_sep int MAX_DIMENSIONS concode_elem_sep int CONSTANT_Integer concod... | byte [ ] function ( byte [ ] arg0 , int arg1 , int arg2 ) { byte [ ] loc0 = new byte [ arg2 ] ; for ( int loc1 = 0 ; loc1 < arg2 ; loc1 ++ ) { byte loc2 = arg0 [ arg1 + loc1 ] ; if ( loc2 == '.' ) loc0 [ loc1 ] = ( byte ) '/' ; else loc0 [ loc1 ] = loc2 ; } return loc0 ; } |
20,743 | this method returns a feed item . concode_field_sep RSSFeedHeader header concode_elem_sep ArrayList items concode_field_sep void addItem concode_elem_sep int getItemCount concode_elem_sep void setHeader concode_elem_sep RSSFeedHeader getHeader | RSSFeedItem function ( int arg0 ) { if ( items == null ) { throw new IndexOutOfBoundsException ( ) ; } else { return ( RSSFeedItem ) items . get ( arg0 ) ; } } |
20,744 | toggles the counter 's raw value from the enabled to disabled state , or vice versa . concode_field_sep ChromePreferenceManager mPrefsManager concode_elem_sep DisableablePromoTapCounter sInstance concode_elem_sep int PROMO_TAPS_DISABLED_BIAS concode_elem_sep int mCounter concode_field_sep void setRawCounter concode_ele... | int function ( int arg0 ) { return PROMO_TAPS_DISABLED_BIAS - arg0 ; } |
20,745 | split the passed text so that it fits into the specified width . concode_field_sep Color DEFAULT_COLOR concode_elem_sep PDFFont m_aFont concode_elem_sep float m_fLineHeight concode_elem_sep float m_fFontSize concode_elem_sep Color m_aColor concode_field_sep FontSpec getCloneWithDifferentColor concode_elem_sep float get... | List < TextAndWidthSpec > function ( @ Nullable final String arg0 , @ Nonnull final Charset arg1 , @ Nonnegative final float arg2 ) { return m_aFont . getFitToWidth ( arg0 , arg1 , m_fFontSize , arg2 ) ; } |
20,746 | the path to render usually implemented as a forward , starting with '' / '' . a custom controller or servlet path can be used , or if the container supports it , a template path e.g. '' / error.jsp '' . concode_field_sep Class<? extends Throwable> exception concode_elem_sep String path concode_elem_sep HttpStatus statu... | String function ( ) { return this . path ; } |
20,747 | gets the value of the commentlist property . concode_field_sep CTCommentList commentList concode_elem_sep Object parent concode_elem_sep CTExtensionList extLst concode_elem_sep CTAuthors authors concode_field_sep void setCommentList concode_elem_sep Object getParent concode_elem_sep void setAuthors concode_elem_sep CTE... | CTCommentList function ( ) { return commentList ; } |
20,748 | returns the path for the given job id and key . the returned path can be used with the state backend for recovery purposes . this follows the same scheme as #getstoragelocation file , jobid , string . concode_field_sep Charset DEFAULT_CHARSET concode_elem_sep String HASHING_ALGORITHM concode_elem_sep String JOB_DIR_PRE... | String function ( String arg0 , JobID arg1 , String arg2 ) { return String . format ( "srini_string" , arg0 , JOB_DIR_PREFIX + arg1 . toString ( ) , BLOB_FILE_PREFIX + encodeKey ( arg2 ) ) ; } |
20,749 | returns whether or not filepath matches patternpath . concode_field_sep Pattern SPECIAL_REGEX_CHARS concode_field_sep void loadCommands concode_elem_sep List<AlluxioURI> getAlluxioURIs concode_elem_sep List<AlluxioURI> getAlluxioURIs concode_elem_sep String getFilePath concode_elem_sep String replaceWildcards concode_e... | boolean function ( String arg0 , String arg1 ) { return match ( new AlluxioURI ( arg0 ) , new AlluxioURI ( arg1 ) ) ; } |
20,750 | gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod... | File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; } |
20,751 | utility method to default the focusrowkey to the root node , if it is not set concode_field_sep String _HIDE concode_elem_sep TrinidadLogger _LOG concode_elem_sep String _SHOW concode_elem_sep String _START_PARAM concode_elem_sep String EVENT_PARAM concode_elem_sep String SOURCE_PARAM concode_elem_sep String _ALL_VALUE... | void function ( UIXTree arg0 ) { Object loc0 = arg0 . getFocusRowKey ( ) ; if ( loc0 == null ) { Object loc1 = arg0 . getRowKey ( ) ; arg0 . setRowKey ( null ) ; arg0 . setRowIndex ( 0 ) ; if ( arg0 . isRowAvailable ( ) ) { arg0 . setFocusRowKey ( arg0 . getRowKey ( ) ) ; } arg0 . setRowKey ( loc1 ) ; } } |
20,752 | returns color for a single class . concode_field_sep Logger LOG concode_elem_sep java.util.List<IDisplayModeManagerListener> listeners concode_elem_sep int[] classPriorities concode_elem_sep String propertyPrefix concode_elem_sep Map<Integer,Color> colors concode_field_sep void restoreMapping concode_elem_sep void setC... | Color function ( int arg0 , boolean arg1 ) { Color loc0 ; if ( colors . containsKey ( arg0 ) ) { loc0 = colors . get ( arg0 ) ; } else { loc0 = getDefaultColor ( arg1 ) ; } return loc0 ; } |
20,753 | test method for org.talend.utils.string.asciiutils #replacecharacters java.lang.string , java.lang.string , java.lang.string . concode_field_sep Random rg concode_elem_sep boolean TRACE concode_field_sep String generateString concode_elem_sep void testUnaccent concode_elem_sep char removeDiacriticalMark concode_elem_se... | void function ( ) { fail ( "srini_string" ) ; } |
20,754 | return the default critical path timeout concode_field_sep LocalServer m_config concode_field_sep String getDefaultCriticalPathIp concode_elem_sep int getDefaultCriticalPathRetries concode_elem_sep String getServerName concode_elem_sep String getDefaultCriticalPathService concode_elem_sep boolean verifyServer | int function ( ) { return m_config . getDefaultCriticalPathTimeout ( ) ; } |
20,755 | gets the value of the signal2g property . concode_field_sep Boolean pcsSpectrum concode_elem_sep Boolean psap concode_elem_sep Boolean awsSpectrum concode_elem_sep BigInteger signal2G concode_elem_sep BigInteger signalUMTS concode_elem_sep long serialVersionUID concode_elem_sep BigInteger signalLTE concode_field_sep Bo... | BigInteger function ( ) { return signal2G ; } |
20,756 | adds a boolean property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBu... | JSONBuilder function ( String arg0 , Boolean arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 . booleanValue ( ) ) ; } |
20,757 | makes this a closed curve . the first and last control points will become actual points in the curve . concode_field_sep Vector3 mTempNext concode_elem_sep boolean mIsClosed concode_elem_sep List<Vector3> mPoints concode_elem_sep Vector3 mCurrentPoint concode_elem_sep double DELTA concode_elem_sep int EPSILON concode_e... | void function ( boolean arg0 ) { mIsClosed = arg0 ; } |
20,758 | creates a new fastinfosetcodec instance . concode_field_sep boolean _retainState concode_elem_sep int DEFAULT_INDEXED_STRING_MEMORY_LIMIT concode_elem_sep StAXDocumentParser _parser concode_elem_sep int DEFAULT_INDEXED_STRING_SIZE_LIMIT concode_elem_sep StAXDocumentSerializer _serializer concode_elem_sep ContentType _c... | FastInfosetCodec function ( boolean arg0 ) { return new FastInfosetCodec ( arg0 ) ; } |
20,759 | the version of this nifi . concode_field_sep String title concode_elem_sep String version concode_field_sep String getTitle concode_elem_sep void setVersion concode_elem_sep void setTitle | String function ( ) { return version ; } |
20,760 | returns whether this is the last slice in a series of slices . concode_field_sep Parcel mParcel concode_elem_sep int mNumItems concode_elem_sep int MAX_IPC_SIZE concode_elem_sep Parcelable.Creator<ParceledListSlice> CREATOR concode_elem_sep boolean mIsLastSlice concode_field_sep T populateList concode_elem_sep Parceled... | boolean function ( ) { return mIsLastSlice ; } |
20,761 | create an instance of navigationdefault concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_el... | NavigationDefault function ( ) { return new NavigationDefault ( ) ; } |
20,762 | show alert dialog concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( Context arg0 , int arg1 , int arg2 , CharSequence arg3 , DialogInterface . OnClickListener arg4 , CharSequence arg5 , DialogInterface . OnClickListener arg6 ) { Dialog loc0 = new AlertDialog . Builder ( arg0 ) . setTitle ( arg1 ) . setPositiveButton ( arg3 , arg4 ) . setNegativeButton ( arg5 , arg6 ) . ... |
20,763 | gets the value of the subscription property . concode_field_sep String subscribed concode_elem_sep XMLGregorianCalendar lastModifiedDate concode_elem_sep String subscription concode_field_sep void setLastModifiedDate concode_elem_sep XMLGregorianCalendar getLastModifiedDate concode_elem_sep String getSubscribed concode... | String function ( ) { return subscription ; } |
20,764 | gets the value of the role property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String about concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep JAXBElement<? extends AbstractMetaDataType> abstractMetaData concode_elem_sep List<String> nilReason concode_ele... | String function ( ) { return role ; } |
20,765 | enable validation functions concode_field_sep Result SUCCESS concode_elem_sep long code concode_elem_sep IMessage errorMessage concode_elem_sep boolean enable concode_field_sep IMessage toMessage concode_elem_sep IMessage toMessage concode_elem_sep long toLong concode_elem_sep void disable concode_elem_sep boolean isOK... | void function ( ) { enable = true ; } |
20,766 | set the severity . concode_field_sep Severity severity concode_elem_sep List<PmMessage> messageList concode_elem_sep PmResourceData resourceData concode_elem_sep Throwable cause concode_elem_sep String termStringKey concode_elem_sep PmMessage parentMessage concode_field_sep void add concode_elem_sep int compare concode... | void function ( Severity arg0 ) { this . severity = arg0 ; } |
20,767 | if having a size in bytes and wanting to print this in human friendly \ format with xx kb , xx mb , xx gb instead of a large byte number . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | String function ( long arg0 ) { int loc0 = 1000 ; if ( arg0 < loc0 ) { return arg0 + "srini_string" ; } int loc1 = ( int ) ( Math . log ( arg0 ) / Math . log ( loc0 ) ) ; String loc2 = "srini_string" + "srini_string" . charAt ( loc1 - 1 ) ; return String . format ( "srini_string" , arg0 / Math . pow ( loc0 , loc1 ) , l... |
20,768 | gets the client handle for this connection concode_field_sep String clientId concode_elem_sep String host concode_elem_sep String clientHandle concode_elem_sep ArrayList<PropertyChangeListener> listeners concode_elem_sep int port concode_elem_sep ConnectionStatus status concode_elem_sep Context context concode_elem_sep... | String function ( ) { return clientHandle ; } |
20,769 | getter method for deptid concode_field_sep String departments concode_elem_sep int deptId concode_field_sep void setDeptId concode_elem_sep void setDepartments concode_elem_sep String getDepartments | int function ( ) { return deptId ; } |
20,770 | indicate that access to an item is forbidden . concode_field_sep PlaceHolder placeHolder concode_field_sep PLUSSerializer.Format suggestFormat concode_elem_sep Response OK_ExecuteQuery concode_elem_sep MediaType formatToMediaType concode_elem_sep Response BAD_REQUEST concode_elem_sep User getUser concode_elem_sep Respo... | Response function ( String arg0 ) { return Response . status ( Response . Status . FORBIDDEN ) . entity ( arg0 ) . build ( ) ; } |
20,771 | returns a bit mask indicating the set of data types that may be used to store the data associated with the tag . for example , a tag that can store both short and long values would return a value of : 1 concode_field_sep int MAX_DATATYPE concode_elem_sep int TIFF_SSHORT concode_elem_sep Map valueNames concode_elem_sep ... | int function ( ) { return dataTypes ; } |
20,772 | returns true if this element was already visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep void beginVisit concode_elem_sep Iterator getElementLinks concode_elem_sep void endVisit concode_elem_sep void pe... | boolean function ( Object arg0 ) { return myVisitedElements . containsKey ( arg0 ) ; } |
20,773 | serializes the message and writes it to output . concode_field_sep int cachedSize concode_field_sep int computeSerializedSize concode_elem_sep MessageNano mergeFrom concode_elem_sep T mergeFrom concode_elem_sep T mergeFrom concode_elem_sep boolean messageNanoEquals concode_elem_sep int getSerializedSize concode_elem_se... | void function ( CodedOutputByteBufferNano arg0 ) { } |
20,774 | returns the quadrant of a directed line segment from p0 to p1 . concode_field_sep int NW concode_elem_sep int NE concode_elem_sep int SW concode_elem_sep int SE concode_field_sep boolean isInHalfPlane concode_elem_sep boolean isOpposite concode_elem_sep int commonHalfPlane concode_elem_sep boolean isNorthern | int function ( Coordinate arg0 , Coordinate arg1 ) { if ( arg1 . x == arg0 . x && arg1 . y == arg0 . y ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; if ( arg1 . x >= arg0 . x ) { if ( arg1 . y >= arg0 . y ) return NE ; else return SE ; } else { if ( arg1 . y >= arg0 . y ) return NW ; else return SW ;... |
20,775 | by default , when a serviceregistry is no longer referenced by any other registries as a parent it will be closed . some applications that explicitly build `` shared registries '' may want to circumvent that behavior . this method indicates that the registry being built should not be automatically closed . the caller a... | BootstrapServiceRegistryBuilder function ( ) { this . autoCloseRegistry = false ; return this ; } |
20,776 | returns a collection of certificates that were read from the input stream . it may be empty , have only one , or have multiple certificates . for a x. 509 certificate factory , the stream may contain a single der encoded certificate or a pkcs # 7 certificate chain . this is a pkcs # 7 signeddata object with the most si... | Collection function ( InputStream arg0 ) { return certFacSpi . engineGenerateCertificates ( arg0 ) ; } |
20,777 | returns the portlet handle of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void se... | java . lang . String function ( ) { return _wsrpConsumerPortlet . getPortletHandle ( ) ; } |
20,778 | returns the value of a given account attribute or null if the account attribute was n't found . concode_field_sep Registration info concode_elem_sep boolean accountCreationSupported concode_elem_sep XMPPConnection connection concode_field_sep String getAccountInstructions concode_elem_sep void setSupportsAccountCreatio... | String function ( String arg0 ) { try { if ( info == null ) { getRegistrationInfo ( ) ; } return info . getAttributes ( ) . get ( arg0 ) ; } catch ( XMPPException loc0 ) { loc0 . printStackTrace ( ) ; } return null ; } |
20,779 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep Bz243024Package modelPackage concode_field_sep T caseOne concode_elem_sep T defaultCase concode_elem_sep T caseMany | T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } } |
20,780 | request passive location updates . these updates will be triggered by locations received by 3rd party apps that have requested location updates . the miniumim time and distance for passive updates will typically be longer than for active updates . the trick is to balance the difference to minimize battery drain by maxi... | void function ( long arg0 , long arg1 , PendingIntent arg2 ) { } |
20,781 | set up an ha topology with a single ha nameservice . concode_field_sep boolean federation concode_elem_sep int httpPort concode_elem_sep String nnId concode_elem_sep List<NSConf> nameservices concode_elem_sep String id concode_elem_sep int ipcPort concode_elem_sep String clusterId concode_elem_sep List<NNConf> nns conc... | MiniDFSNNTopology function ( ) { return new MiniDFSNNTopology ( ) . addNameservice ( new MiniDFSNNTopology . NSConf ( "srini_string" ) . addNN ( new MiniDFSNNTopology . NNConf ( "srini_string" ) ) . addNN ( new MiniDFSNNTopology . NNConf ( "srini_string" ) ) ) ; } |
20,782 | checks if is between . concode_field_sep Calendar calendar concode_elem_sep int MILLISECOND concode_elem_sep int MONTH concode_elem_sep int HOUR concode_elem_sep IClock clock concode_elem_sep int YEAR concode_elem_sep int MINUTE concode_elem_sep int SECOND concode_elem_sep Calendar calendarInstance concode_elem_sep int... | boolean function ( DateTime arg0 , DateTime arg1 ) { return ! this . getCalendar ( ) . before ( arg0 . getCalendar ( ) ) && ! this . getCalendar ( ) . after ( arg1 . getCalendar ( ) ) ; } |
20,783 | sets the tags for this history primitive . removes all tags if tags is null . concode_field_sep boolean visible concode_elem_sep long changesetId concode_elem_sep long id concode_elem_sep User user concode_elem_sep long version concode_elem_sep Changeset changeset concode_elem_sep Date timestamp concode_elem_sep Map<St... | void function ( Map < String , String > arg0 ) { if ( arg0 == null ) { this . tags = new HashMap < > ( ) ; } else { this . tags = new HashMap < > ( arg0 ) ; } } |
20,784 | gets the value of the equipmentid property . concode_field_sep String imei concode_elem_sep long serialVersionUID concode_elem_sep String sku concode_elem_sep Long equipmentId concode_field_sep void setImei concode_elem_sep void setEquipmentId concode_elem_sep void setSku concode_elem_sep String getImei concode_elem_se... | Long function ( ) { return equipmentId ; } |
20,785 | sets the value of the pattfill property . concode_field_sep CTCustomGeometry2D custGeom concode_elem_sep CTPatternFillProperties pattFill concode_elem_sep CTLineProperties ln concode_elem_sep CTScene3D scene3D concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep CTEffectList effectLst concode_elem_sep CTEf... | void function ( CTPatternFillProperties arg0 ) { this . pattFill = arg0 ; } |
20,786 | gets the value of the threadpage property . concode_field_sep BigInteger threadID concode_elem_sep String threadSubject concode_elem_sep BigInteger threadAncestor concode_elem_sep String threadPage concode_elem_sep BigInteger threadParent concode_elem_sep String threadEditStatus concode_elem_sep String threadType conco... | String function ( ) { return threadPage ; } |
20,787 | removes a discrete angle from the set . concode_field_sep SortedSet angles concode_field_sep double getAngle concode_elem_sep String toString concode_elem_sep void main concode_elem_sep Double addAngle | boolean function ( Double arg0 ) { return ( arg0 != null ) ? angles . remove ( arg0 ) : false ; } |
20,788 | handles a breakpoints request concode_field_sep RhinoDebuggerImpl debugger concode_elem_sep String VERSION_1_6 concode_field_sep void handleClearBreakpointRequest concode_elem_sep void handleEvaluateRequest concode_elem_sep void handleContinueRequest concode_elem_sep Long numberToLong concode_elem_sep String missingArg... | void function ( Request arg0 , Response arg1 ) { Collection loc0 = debugger . getBreakpoints ( ) ; arg1 . getBody ( ) . put ( JSONConstants . BREAKPOINTS , loc0 ) ; } |
20,789 | set the reference instance . concode_field_sep Reference reference concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep ConnectionManager connectionManager concode_elem_sep long serialVersionUID concode_elem_sep Logger log concode_field_sep MultipleConnection2 getConnection concode_elem_sep Reference... | void function ( Reference arg0 ) { log . trace ( "srini_string" ) ; this . reference = arg0 ; } |
20,790 | return true if any iterator in the iteratorchain has a remaining element . concode_field_sep Iterator lastUsedIterator concode_elem_sep boolean isLocked concode_elem_sep Iterator currentIterator concode_elem_sep List iteratorChain concode_elem_sep int currentIteratorIndex concode_field_sep Object next concode_elem_sep ... | boolean function ( ) { lockChain ( ) ; updateCurrentIterator ( ) ; lastUsedIterator = currentIterator ; return currentIterator . hasNext ( ) ; } |
20,791 | converts an array of utf-8 bytes into a string . concode_field_sep ThreadLocal<char[]> localBuffer concode_field_sep String utf8BytesToString concode_elem_sep byte[] stringToUtf8Bytes concode_elem_sep char[] initialValue concode_elem_sep String throwBadUtf8 | String function ( @ Nonnull byte [ ] arg0 , int arg1 , int arg2 ) { return utf8BytesWithUtf16LengthToString ( arg0 , arg1 , arg2 , null ) ; } |
20,792 | setfilterdao concode_field_sep FilterDao m_filterDao concode_elem_sep ReportDefinitionBuilder m_reportDefinitionBuilder concode_elem_sep EventForwarder m_eventForwarder concode_elem_sep NodeDao m_nodeDao concode_elem_sep Scheduler m_scheduler concode_elem_sep ReportPersister m_reportPersister concode_elem_sep ResourceD... | void function ( FilterDao arg0 ) { m_filterDao = arg0 ; } |
20,793 | returns a shape in user space that encloses the current selection . concode_field_sep int SELECTION_CHANGED concode_elem_sep int SELECTION_CLEARED concode_elem_sep int SELECTION_STARTED concode_elem_sep Shape highlightShape concode_elem_sep Object selection concode_elem_sep int SELECTION_DONE concode_elem_sep int id co... | Shape function ( ) { return highlightShape ; } |
20,794 | pretty print a matrix to stdout . concode_field_sep PlaceHolder placeHolder concode_field_sep void minus concode_elem_sep void minus concode_elem_sep void scalarMultiply concode_elem_sep void scalarMultiply concode_elem_sep float dot concode_elem_sep void cross concode_elem_sep void cross concode_elem_sep void plus con... | void function ( float [ ] [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < 4 ; loc0 ++ ) { for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) System . out . print ( arg0 [ loc0 ] [ loc1 ] + "srini_string" ) ; System . out . println ( ) ; } } |
20,795 | returns the user uuid of this kb 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_s... | java . lang . String function ( ) { return _kbTemplate . getUserUuid ( ) ; } |
20,796 | returns the minimal number of milliseconds which we should wait between sending messages to the provider , prevents issues with sending too many requests per second . if the value is not set , the default value from the settings will be returned . concode_field_sep Request request concode_elem_sep String SMS_DEFAULT_MI... | Integer function ( ) { if ( millisecondsBetweenMessages == null ) { millisecondsBetweenMessages = defaultMillisecondsBetweenMessages ; } return millisecondsBetweenMessages ; } |
20,797 | get custom serializer concode_field_sep java.lang.String tipoDocumento concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String numeroDocumento concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.Typ... | 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 ) ; } |
20,798 | the value of one of the headers in the sampled web request . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep HTTPHeader withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals conco... | String function ( ) { return this . value ; } |
20,799 | decodes an array of url safe 7-bit characters into an array of original bytes . escaped characters are converted back to their original representation . concode_field_sep byte ESCAPE_CHAR concode_elem_sep BitSet WWW_FORM_URL concode_elem_sep String charset concode_field_sep byte[] encode concode_elem_sep String encode ... | byte [ ] function ( byte [ ] arg0 ) { return decodeUrl ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.