code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( String arg0 , int arg1 , int arg2 , String arg3 ) { setCookieAttribute ( arg0 , arg1 , arg2 , arg3 ) ; } | parse and store a key-value pair . first one is considered to be the cookie name/value . unknown attribute names are silently discarded . concode_field_sep String path concode_elem_sep String expires concode_elem_sep String rawValue concode_elem_sep String domain concode_elem_sep long maxAge concode_elem_sep String nam... |
boolean function ( ) { return required ; } | whether this attribute is required . concode_field_sep boolean fragment concode_elem_sep boolean deferredValue concode_elem_sep boolean deferredMethod concode_elem_sep String methodSignature concode_elem_sep String name concode_elem_sep String description concode_elem_sep String ID concode_elem_sep boolean reqTime conc... |
void function ( DistributionTransaction arg0 ) { log . info ( "srini_string" + arg0 . getCharge ( ) ) ; } | handles a distributiontransaction - charges for transporting power concode_field_sep BrokerPropertiesService propertiesService concode_elem_sep double[] marketPrice concode_elem_sep double buyLimitPriceMax concode_elem_sep double meanMarketPrice concode_elem_sep double buyLimitPriceMin concode_elem_sep Logger log conco... |
long function ( ) { return _attachment . getFolderId ( ) ; } | returns the folder id of this attachment . concode_field_sep Attachment _attachment concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel co... |
boolean function ( CFMLEngine arg0 , boolean arg1 ) { while ( arg0 instanceof CFMLEngineWrapper ) arg0 = ( ( CFMLEngineWrapper ) arg0 ) . engine ; if ( arg1 ) return engine == arg0 ; return engine . equals ( arg0 ) ; } | this interface is new to this class and not offically part of lucee 3.x , do not use outside the loader concode_field_sep CFMLEngine engine concode_field_sep String getUpdateType concode_elem_sep HTTPUtil getHTTPUtil concode_elem_sep VideoUtil getVideoUtil concode_elem_sep Operation getOperatonUtil concode_elem_sep Obj... |
JHCData function ( float [ ] [ ] arg0 , Orientation arg1 , JHCScale < ? > arg2 , JHCScale < ? > arg3 ) { return new ProviderData ( new ProviderFloatArray ( arg0 , arg1 , arg2 , arg3 ) ) ; } | creates a data object concode_field_sep PlaceHolder placeHolder concode_field_sep int getHeight concode_elem_sep JHCHeatmap getHeatmap concode_elem_sep int getWidth |
void function ( View arg0 ) { arg0 . disableButtons ( ) ; } | method which disable buttons . concode_field_sep long serialVersionUID concode_field_sep placeholderType placeHolder |
ResponseEntity < UserDTO > function ( ) { return Optional . ofNullable ( userService . getUserWithAuthorities ( ) ) . map ( user -> new ResponseEntity < > ( new UserDTO ( user ) , HttpStatus . OK ) ) . orElse ( new ResponseEntity < > ( HttpStatus . INTERNAL_SERVER_ERROR ) ) ; } | get / account : get the current user . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep PersistentTokenRepository persistentTokenRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<String> finishPasswor... |
boolean function ( int arg0 ) { if ( occupiedUntil != null && occupiedUntil . after ( new Date ( ) ) ) { return false ; } occupiedUntil = DateUtils . addMilliseconds ( new Date ( ) , arg0 ) ; return true ; } | tries to occupy the onclick enabler . concode_field_sep Date occupiedUntil concode_elem_sep int DEFAULT_WAIT_MS concode_field_sep placeholderType placeHolder |
void function ( ) { assert ( key != null ) : "srini_string" ; assert ( value != null ) : "srini_string" ; } | checks the representation invariant of this . concode_field_sep V value concode_elem_sep K key concode_field_sep K getKey concode_elem_sep V getValue concode_elem_sep int hashCode concode_elem_sep boolean equals |
void function ( FieldsSet arg0 , int arg1 , String arg2 ) { parseValueDefault ( arg0 , arg1 , arg2 ) ; } | callback interface for subclass . base implementation is to call parsevaluedefault ... concode_field_sep int fFieldsCount concode_elem_sep int fValues[] concode_elem_sep boolean fIsSet[] concode_elem_sep int NO_ENUM concode_elem_sep int fEnum concode_field_sep int fieldCount concode_elem_sep void set concode_elem_sep S... |
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; } | add error message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String ... |
String function ( Tag arg0 ) { return toString ( new Tag [ ] { arg0 } ) ; } | given the tag representation of this custom tag , return its string representation . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean inPackage concode_elem_sep String getName concode_elem_sep String bindingDescription concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod concode_elem... |
ProgressAnimationItem [ ] function ( ) { ProgressAnimationItem [ ] loc0 = new ProgressAnimationItem [ items . size ( ) ] ; items . toArray ( loc0 ) ; return loc0 ; } | get the animation items currently registered for the receiver . concode_field_sep List<AnimationItem> items concode_elem_sep AnimationManager manager concode_field_sep void addItem concode_elem_sep void removeItem concode_elem_sep void animationStarted concode_elem_sep int getPreferredWidth concode_elem_sep boolean has... |
String function ( InetSocketAddress arg0 ) { return format ( arg0 . getAddress ( ) , arg0 . getPort ( ) ) ; } | formats a network address and port for display purposes . this formats the address with #format inetaddress and appends the port number . ipv6 addresses will be bracketed . any host information , if present is ignored . example output : ipv4 : 127.0.0.1:9300 ipv6 : : :1 :9300 concode_field_sep PlaceHolder placeHolder c... |
void function ( java . lang . String arg0 ) { _feed . setUserName ( arg0 ) ; } | sets the user name of this feed . concode_field_sep Feed _feed concode_field_sep java.lang.String getTwitterScreenName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_s... |
String function ( String arg0 ) { return Parser . unescapeEntities ( arg0 , false ) ; } | decodes html entities in a text from text node and replaces them with actual characters . typically this method will be used by components to read back data like option items in abstractselect from html . note that this method unencodes more characters than #encodefortextnode string encodes concode_field_sep Converter<... |
int function ( ) { return noOfBlockLets ; } | returns the number of blocklets concode_field_sep int numberOfBlockletToScan concode_elem_sep int noOfBlockLets concode_elem_sep int startBlockletNumber concode_field_sep int getStartBlockletNumber concode_elem_sep void setNoOfBlockLets concode_elem_sep void setStartBlockletNumber concode_elem_sep void setNumberOfBlock... |
String function ( ) { return description ; } | gets the description of the mail template configuration . concode_field_sep boolean image concode_elem_sep String field concode_elem_sep TreeSet<Field> fields concode_elem_sep String name concode_elem_sep String contentId concode_elem_sep String description concode_elem_sep TreeSet<Attachment> attachments concode_elem_... |
CommonStatsFlags function ( ) { flags = EnumSet . noneOf ( Flag . class ) ; types = null ; groups = null ; fieldDataFields = null ; completionDataFields = null ; includeSegmentFileSizes = false ; return this ; } | clears all stats . concode_field_sep CommonStatsFlags ALL concode_elem_sep String[] groups concode_elem_sep String[] fieldDataFields concode_elem_sep String[] completionDataFields concode_elem_sep EnumSet<Flag> flags concode_elem_sep CommonStatsFlags NONE concode_elem_sep boolean includeSegmentFileSizes concode_elem_se... |
void function ( String [ ] arg0 ) { if ( arg0 != null ) { outputStateNames = HashBiMap . create ( ) ; for ( int loc0 = 0 ; loc0 < arg0 . length ; ++ loc0 ) { outputStateNames . put ( arg0 [ loc0 ] , loc0 ) ; } } } | register an array of hidden state names . we assume that the state name at position i has the id i concode_field_sep Vector initialProbabilities concode_elem_sep BiMap<String,Integer> hiddenStateNames concode_elem_sep int nrOfHiddenStates concode_elem_sep int nrOfOutputStates concode_elem_sep BiMap<String,Integer> outp... |
MDCCloseable function ( String arg0 , String arg1 ) { put ( arg0 , arg1 ) ; return new MDCCloseable ( arg0 ) ; } | put a diagnostic context value the val parameter as identified with the key parameter into the current thread 's diagnostic context map . the key parameter can not be null . the val parameter can be null only if the underlying implementation supports it . this method delegates all work to the mdc of the underlying logg... |
List < JIRAProject > function ( ) { return getPersistence ( ) . findAll ( ) ; } | returns all the j i r a projects . concode_field_sep JIRAProjectPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep JIRAProject findByKey concode_elem_sep JIRAProject fetchByKey concode_elem_sep JIRAProject fetchByKey concode_elem_... |
Optional < Boolean > function ( ) { return anybodyRead ; } | absent except in containerapi #get string get container commands . concode_field_sep long bytesUsed concode_elem_sep Multimap<String,String> headers concode_elem_sep long objectCount concode_elem_sep Map<String,String> metadata concode_elem_sep Map<String,String> metadata concode_elem_sep Multimap<String,String> header... |
boolean function ( ) { return collectSectionMetadata ; } | collect section metadata ? concode_field_sep boolean feedbackShowStudentScore concode_elem_sep String keywords concode_elem_sep boolean feedbackShowGraderComment concode_elem_sep boolean collectSectionMetadata concode_elem_sep boolean displayNumberingContinuous concode_elem_sep boolean feedbackShowQuestion concode_elem... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCertificates ( ) != null ) loc0 . append ( "srini_string" + getCertificates ( ) + "srini_string" ) ; if ( getNextMarker ( ) != null ) loc0 . append ( "srini_string" + getNextMarker ( ) ) ; loc0 . append ( "srin... | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String nextMarker concode_elem_sep java.util.List<CACertificate> certificates concode_field_sep String getNextMarker concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListCACertificatesResu... |
String function ( ) { return name ; } | gets display name of nameaddress returns null id display name does not exist concode_field_sep String name concode_elem_sep SipURL url concode_field_sep boolean hasDisplayName concode_elem_sep void removeDisplayName concode_elem_sep void setAddress concode_elem_sep boolean equals concode_elem_sep boolean equals concode... |
void function ( boolean arg0 ) { commit ( ) ; bAutoCommit = arg0 ; } | method declaration concode_field_sep Database dDatabase concode_elem_sep Vector tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly concode_el... |
String [ ] function ( ) { return seriesColors ; } | get the array of css color definitions used to color this series . concode_field_sep Integer xAxis concode_elem_sep List<Object> data concode_elem_sep String color concode_elem_sep Boolean shadow concode_elem_sep String fillAxis concode_elem_sep Boolean show concode_elem_sep String fillToValue concode_elem_sep Integer ... |
String function ( String arg0 ) { return ( new File ( arg0 ) ) . getAbsolutePath ( ) ; } | retrieves the absolute path , given some path specification . 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_field_sep void renameElement concode_elem_sep... |
String function ( MultivaluedMap < String , String > arg0 ) { String loc0 = arg0 . getFirst ( paramName ) ; return ( loc0 != null ) ? loc0 : defaultValue ; } | this implementation return s the first string value found in the list of potential multiple string parameter values . any other values in the multi-value list will be ignored . concode_field_sep String defaultValue concode_elem_sep String paramName concode_field_sep String getName concode_elem_sep String getDefaultValu... |
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; toString ( loc0 , 0 , this ) ; return ( loc0 . toString ( ) ) ; } | return a string representation of this treenode . 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 getName... |
Interner < E > function ( ) { return newBuilder ( ) . strong ( ) . build ( ) ; } | returns a new thread-safe interner which retains a strong reference to each instance it has interned , thus preventing these instances from being garbage-collected . if this retention is acceptable , this implementation may perform better than #newweakinterner . concode_field_sep Interner<E> interner concode_elem_sep b... |
String function ( ) { return uid ; } | gets the uid . concode_field_sep String uid concode_elem_sep Roles roles concode_field_sep boolean hasRole concode_elem_sep String toString concode_elem_sep boolean hasAnyRole |
ImageDecodeOptionsBuilder function ( ) { return new ImageDecodeOptionsBuilder ( ) ; } | creates a new builder . concode_field_sep boolean useLastFrameForPreview concode_elem_sep boolean decodePreviewFrame concode_elem_sep ImageDecodeOptions DEFAULTS concode_elem_sep int backgroundColor concode_elem_sep int minDecodeIntervalMs concode_elem_sep boolean forceOldAnimationCode concode_field_sep ImageDecodeOpti... |
void function ( int arg0 , int arg1 ) { if ( SysProperties . CHECK ) { if ( arg0 > arg1 || arg1 > size ) { throw new ArrayIndexOutOfBoundsException ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" + size ) ; } } System . arraycopy ( data , arg1 , data , arg0 , size - arg1 ) ; size -= arg1 - arg0 ; } | remove a number of elements . concode_field_sep int[] data concode_elem_sep int size concode_elem_sep int hash concode_field_sep void add concode_elem_sep int size concode_elem_sep int hashCode concode_elem_sep int get concode_elem_sep boolean equals concode_elem_sep void toArray concode_elem_sep String toString concod... |
void function ( ) { bbuf = 0 ; bpos = 0 ; } | synchronizes this object with the underlying byte based input . it discards and buffered bits and gets ready to read bits from the current position in the underlying byte based input . this method should always be called when some data has been read directly from the underlying byte based input since the last call to `... |
Long function ( ) { return ttl ; } | get the time to live in milliseconds concode_field_sep long serialVersionUID concode_elem_sep Boolean prefersMemory concode_elem_sep Scope scope concode_elem_sep ITeiidServerVersion teiidVersion concode_elem_sep Invalidation invalidation concode_elem_sep Boolean updatable concode_elem_sep Long ttl concode_elem_sep Bool... |
boolean function ( ) { return isString ; } | true if value is a string . concode_field_sep double[] valueD concode_elem_sep String valueS concode_elem_sep String name concode_elem_sep boolean isString concode_elem_sep int hashCode concode_field_sep String getStringValue concode_elem_sep String getName concode_elem_sep double getNumericValue concode_elem_sep doubl... |
void function ( ) { Quarter loc0 = new Quarter ( 2 , 2002 ) ; Quarter loc1 = new Quarter ( 2 , 2002 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } | tests the equals method . concode_field_sep Quarter q1Y1900 concode_elem_sep Quarter q4Y9999 concode_elem_sep Quarter q2Y1900 concode_elem_sep Quarter q3Y9999 concode_field_sep void testParseQuarter concode_elem_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecon... |
RxClient < RX > function ( final Client arg0 , final Class < RX > arg1 ) { return from ( arg0 , arg1 , null ) ; } | create a new org.glassfish.jersey.client.rx.rxclient reactive client instance initialized with given jax-rs clientinstance and parametrized with provided reactive invocation type . reactive requests , invoked using rxinvocationbuilder #rx rx ... methods , are executed on the current thread by default . concode_field_se... |
java . lang . String function ( ) { return _kaleoNode . getMetadata ( ) ; } | returns the metadata of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean getTerminal concode_elem... |
void function ( XMLGregorianCalendar arg0 ) { this . createdDate = arg0 ; } | sets the value of the createddate property . concode_field_sep String jobId concode_elem_sep Long apexProcessingTime concode_elem_sep XMLGregorianCalendar createdDate concode_elem_sep Integer numberRecordsFailed concode_elem_sep int numberRecordsProcessed concode_elem_sep String stateMessage concode_elem_sep XMLGregori... |
void function ( ) { JOSMFixture . createUnitTestFixture ( ) . init ( ) ; } | setup test . concode_field_sep PlaceHolder placeHolder concode_field_sep void testLineLineIntersection |
void function ( MXSession arg0 ) { mLoginStorage . addCredentials ( arg0 . getHomeserverConfig ( ) ) ; synchronized ( instance ) { mMXSessions . add ( arg0 ) ; } } | set a default session . concode_field_sep ArrayList<MXSession> mMXSessions concode_elem_sep Context mAppContext concode_elem_sep LoginStorage mLoginStorage concode_elem_sep Matrix instance concode_elem_sep String LOG_TAG concode_elem_sep GcmRegistrationManager mGcmRegistrationManager concode_elem_sep boolean mHasBeenDi... |
PortletRequestAttributes function ( ) { RequestAttributes loc0 = RequestContextHolder . currentRequestAttributes ( ) ; if ( ! ( loc0 instanceof PortletRequestAttributes ) ) { throw new IllegalStateException ( "srini_string" ) ; } return ( PortletRequestAttributes ) loc0 ; } | return the current requestattributes instance as portletrequestattributes . concode_field_sep PlaceHolder placeHolder concode_field_sep PortletRequest getObject concode_elem_sep PortletResponse getObject concode_elem_sep PortletSession getObject concode_elem_sep WebRequest getObject concode_elem_sep void initPortletPro... |
void function ( String arg0 , Object arg1 ) { attrs . put ( new QName ( arg0 ) , arg1 ) ; } | add an attribute to the table descriptor concode_field_sep QName IS_ROOT concode_elem_sep QName READONLY concode_elem_sep QName VERSIONS concode_elem_sep String name concode_elem_sep List<ColumnSchemaModel> columns concode_elem_sep long serialVersionUID concode_elem_sep Map<QName,Object> attrs concode_elem_sep QName TT... |
Calendar function ( ) { return spring ; } | returns the date of the beginning of spring . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep Calendar getNextSeason conco... |
List < Item > function ( ) { return items ; } | obtain the array of items concode_field_sep List<Item> items concode_field_sep int count concode_elem_sep Item getRecentSubmission |
void function ( Source arg0 ) { validate ( arg0 , null ) ; } | validate the specified input . concode_field_sep PlaceHolder placeHolder concode_field_sep ErrorHandler getErrorHandler concode_elem_sep Object getProperty concode_elem_sep void setFeature concode_elem_sep void setErrorHandler concode_elem_sep void setProperty concode_elem_sep void reset concode_elem_sep void setResour... |
QlCompiler function ( ) { return qlCompiler ; } | gets the value of the qlcompiler property . concode_field_sep CreateTable createTable concode_elem_sep ListCacheMax listCacheMax concode_elem_sep FetchSize fetchSize concode_elem_sep ThrowRuntimeExceptions throwRuntimeExceptions concode_elem_sep RowLocking rowLocking concode_elem_sep PreferredRelationMapping preferredR... |
File function ( ) { return buildFile ; } | return the build.gradle of the test project . concode_field_sep File sourceDir concode_elem_sep File buildFile concode_elem_sep String DEFAULT_BUILD_TOOL_VERSION concode_elem_sep File sdkDir concode_elem_sep int DEFAULT_COMPILE_SDK_VERSION concode_elem_sep File testDir concode_elem_sep String ANDROID_GRADLE_VERSION con... |
void function ( ) { XYDataItem loc0 = new XYDataItem ( 1.0 , 1.1 ) ; XYDataItem loc1 = ( XYDataItem ) 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 testEquals |
void function ( ) { dictionary_one_chunk_size = CarbonUtil . getDictionaryChunkSize ( ) ; } | initialize the value of dictionary chunk that can be kept in memory at a time concode_field_sep int totalRecordCount concode_elem_sep int chunk_count concode_elem_sep List<ByteBuffer> oneDictionaryChunkList concode_elem_sep Charset defaultCharset concode_elem_sep ThriftWriter dictionaryThriftWriter concode_elem_sep Car... |
void function ( ) { List < String > loc0 = textList ; Collections . sort ( loc0 ) ; showToUser ( MESSAGE_SORT_RESULT ) ; } | sorts current content lexicographically . concode_field_sep String fileName concode_elem_sep String MESSAGE_CLEARED concode_elem_sep String MESSAGE_DELETE_ERROR concode_elem_sep String FILE_LOAD_ERROR concode_elem_sep File opFile concode_elem_sep int SEARCH_INDEX concode_elem_sep String SEARCH_COMMAND concode_elem_sep ... |
void function ( BootstrapContext arg0 ) { log . finest ( "srini_string" ) ; } | this is called when a resource adapter instance is bootstrapped . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashC... |
void function ( Boolean arg0 ) { this . enableDnsSupport = arg0 ; } | indicates whether dns resolution is enabled for the vpc . if this attribute is true , the amazon dns server resolves dns hostnames for your instances to their corresponding ip addresses ; otherwise , it does not . concode_field_sep String vpcId concode_elem_sep Boolean enableDnsSupport concode_elem_sep Boolean enableDn... |
Vec2 function ( Vec2 arg0 ) { x -= arg0 . x ; y -= arg0 . y ; return this ; } | subtract another vector from this one and return result - alters this vector . concode_field_sep float x concode_elem_sep float y concode_elem_sep long serialVersionUID concode_field_sep Vec2 mulLocal concode_elem_sep Vec2 sub concode_elem_sep Vec2 addLocal concode_elem_sep Vec2 addLocal concode_elem_sep void absToOut ... |
void function ( final String [ ] arg0 , final String arg1 , final String arg2 ) { contains ( Arrays . asList ( arg0 ) , arg1 , arg2 ) ; } | assert that an array of strings contains a value . concode_field_sep PlaceHolder placeHolder concode_field_sep void isTrue concode_elem_sep void isAssignable concode_elem_sep void doesNotContain concode_elem_sep void notNull concode_elem_sep void isNull concode_elem_sep void isInstanceOf concode_elem_sep void state con... |
String function ( ) { return credentialLevel ; } | gets the value of the credentiallevel property . concode_field_sep String credentialLevel concode_field_sep void setCredentialLevel |
int function ( ) { return position ; } | the current position of the buffer that has been used by accumulate operations . concode_field_sep boolean USE_UNSAFE concode_elem_sep ClientProtocolBuffer protocolBuffer concode_elem_sep String PROP_HAZELCAST_PROTOCOL_UNSAFE concode_elem_sep int position concode_elem_sep int INITIAL_CAPACITY concode_elem_sep int capac... |
Message function ( Template arg0 ) { return messagePreparator . prepare ( arg0 ) ; } | prepare a message given the template . the template should be populated with all necessary data including the variable name-value pairs concode_field_sep TemplateDAO templateDAO concode_elem_sep Log log concode_elem_sep MessageSender messageSender concode_elem_sep MessagePreparator messagePreparator concode_field_sep M... |
DeleteAssessmentResult function ( String arg0 ) { setMessage ( arg0 ) ; return this ; } | confirmation details of the action performed . concode_field_sep String message concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteAssessmentResult clone concode_elem_sep String getMessage concode_elem_sep String toString concode_elem_sep void setMessage |
String function ( ) { return Holder . userName ; } | returns the user name as provided by system property ` user.name ' . concode_field_sep String userName concode_elem_sep String ORIGINATING_USER_KEY concode_field_sep String getOriginatingUser |
LogBean function ( ) { if ( singleton == null ) { singleton = new LogBean ( ) ; } return ( singleton ) ; } | method to return a singleton instance of this class concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep Timer nightlyReset concode_elem_sep String LOG_... |
void function ( TenderTypes arg0 ) { this . tenders = arg0 ; } | sets the value of the tenders property . concode_field_sep TenderTypes tenders concode_elem_sep RemainingCardBalances remainingCardBalances concode_field_sep RemainingCardBalances getRemainingCardBalances concode_elem_sep void setRemainingCardBalances concode_elem_sep TenderTypes getTenders |
void function ( String arg0 ) { this . value = arg0 ; } | sets the value of the value property . concode_field_sep List<FindParams.Map.Entry> entry concode_elem_sep FindParams.Map map concode_elem_sep String value concode_elem_sep Logger LOG concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep String serialize concode_e... |
void function ( ) { startTime = System . nanoTime ( ) ; status = "srini_string" ; } | resume the timer . concode_field_sep long NANO_PER_SECOND concode_elem_sep long NANO_PER_MINUTE concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep long startTime concode_elem_sep int iterations concode_elem_sep long NANO_PER_HOUR concode_elem_sep String status concode_elem_sep long ela... |
int function ( ) { if ( delayedBytes != null ) { return delayedBytes . size ( ) ; } else if ( memoizedBytes != null ) { return memoizedBytes . size ( ) ; } else if ( value != null ) { return value . getSerializedSize ( ) ; } else { return 0 ; } } | due to the optional field can be duplicated at the end of serialized bytes , which will make the serialized size changed after lazyfield parsed . be careful when using this method . concode_field_sep ByteString delayedBytes concode_elem_sep ExtensionRegistryLite extensionRegistry concode_elem_sep ExtensionRegistryLite ... |
void function ( ) { i = 0 ; dirty = false ; } | reset resets the stemmer so it can stem another word . if you invoke the stemmer by calling add char and then stem , you must call reset before starting another word . concode_field_sep char[] b concode_elem_sep boolean dirty concode_elem_sep int k0 concode_elem_sep int INITIAL_SIZE concode_elem_sep int i concode_elem_... |
void function ( Node arg0 ) { TypeI loc0 = arg0 . getTypeI ( ) ; if ( loc0 == null ) { return ; } FunctionTypeI loc1 = loc0 . toMaybeFunctionType ( ) ; if ( loc1 != null ) { arg0 . setTypeI ( loc1 . convertMethodToFunction ( ) ) ; } } | creates a new type based on the original function type by adding the original this pointer type to the beginning of the argument type list and replacing the this pointer type with bottom . concode_field_sep AbstractCompiler compiler concode_field_sep boolean isPrototypeMethodDefinition concode_elem_sep void process con... |
void function ( int [ ] arg0 ) { JNIErrorHandle . checkCall ( XGBoostJNI . XGDMatrixSetGroup ( handle , arg0 ) ) ; } | set group sizes of dmatrix used for ranking concode_field_sep long handle concode_elem_sep Log logger concode_field_sep float[] getLabel concode_elem_sep float[] getWeight concode_elem_sep void setWeight concode_elem_sep long getHandle concode_elem_sep float[] getBaseMargin concode_elem_sep float[] flatten concode_elem... |
int function ( ) { return monthWithJanuaryAsOne ; } | gets the monthwithjanuaryasone value for this wsdate . concode_field_sep int hours concode_elem_sep int seconds concode_elem_sep int year concode_elem_sep int minutes concode_elem_sep int day concode_elem_sep int monthWithJanuaryAsOne concode_field_sep int getHours concode_elem_sep int getSeconds concode_elem_sep void ... |
Promise < Optional < T >> function ( SessionKey < T > arg0 ) { return getData ( ) . map ( d -> d . get ( arg0 ) ) ; } | a convenience shorthand for sessiondata #get sessionkey . concode_field_sep PlaceHolder placeHolder concode_field_sep JavaSessionSerializer getJavaSerializer concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode... |
String function ( ) { return version ; } | get complete version string with major , minor and patch version separated by dots . if available , the build id is appended with a dash as seperator . concode_field_sep ArrayList<String> specVersions concode_elem_sep int minor concode_elem_sep String unknownName concode_elem_sep String buildId concode_elem_sep String ... |
void function ( Bitmap arg0 , Bitmap arg1 , int arg2 ) { clearBitmap ( arg0 , arg2 ) ; Canvas loc0 = new Canvas ( arg1 ) ; loc0 . drawBitmap ( arg0 , 0 , 0 , null ) ; loc0 . setBitmap ( null ) ; } | drawing bitmap over dest bitmap with clearing last one before drawing concode_field_sep int CLEAR_COLOR concode_field_sep void drawInRound concode_elem_sep void drawInRound concode_elem_sep void drawRoundedCorners concode_elem_sep void drawRoundedCorners concode_elem_sep void drawMasked concode_elem_sep void drawMasked... |
String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; } | used to identify which toolboxes this plugin tool should be listed in . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep St... |
void function ( ) { getActivityTimer ( ) . start ( ) ; } | starts the current activity timer . multiple calls to this method are ignored . concode_field_sep boolean activitiesChanged concode_elem_sep ArrayList processingActivities concode_elem_sep boolean animating concode_elem_sep List activities concode_elem_sep PRoot root concode_elem_sep Timer activityTimer concode_elem_se... |
void function ( final String arg0 , final Object arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . map . put ( arg0 , arg1 ) ; } | registers the given object for uris matching the given pattern . concode_field_sep Map map concode_field_sep void setObjects concode_elem_sep Object lookup concode_elem_sep boolean matchUriRequestPattern concode_elem_sep void unregister concode_elem_sep void setHandlers |
IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; } | get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p... |
void function ( int arg0 ) { this . index = arg0 ; } | set the index of this parameter in the operation signature . concode_field_sep String name concode_elem_sep int index concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int getIndex concode_elem_sep void setDescription concode_elem_sep String getDescripti... |
void function ( boolean arg0 ) { this . sync = arg0 ; ea . add ( "srini_string" , arg0 ) ; } | sets whether the effect should render new frames automatically which it does by default . if true , you can render frames manually by calling the render instance method of an effect . this is used by effect.parallel . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concod... |
int function ( int arg0 ) { if ( arg0 < 0 ) { return 5 ; } else if ( arg0 < 0x80 ) { return 1 ; } else if ( arg0 < 0x4000 ) { return 2 ; } else if ( arg0 < 0x200000 ) { return 3 ; } else if ( arg0 < 0x10000000 ) { return 4 ; } else { return 5 ; } } | get a variable size integer length using rice coding . negative values need 5 bytes . concode_field_sep byte[] cachedBuffer concode_elem_sep int MAX_BUFFER_SIZE concode_field_sep Compressor getCompressor concode_elem_sep Compressor getCompressor concode_elem_sep int writeVariableInt concode_elem_sep byte[] expand conco... |
RemoteProxy function ( RemoteProxy arg0 ) { for ( RemoteProxy loc0 : proxies ) { if ( loc0 . equals ( arg0 ) ) { proxies . remove ( loc0 ) ; return loc0 ; } } throw new IllegalStateException ( "srini_string" + arg0 ) ; } | removes the specified instance from the proxyset concode_field_sep boolean throwOnCapabilityNotPresent concode_elem_sep Logger log concode_elem_sep Set<RemoteProxy> proxies concode_elem_sep Comparator<RemoteProxy> proxyComparator concode_field_sep void add concode_elem_sep int compare concode_elem_sep boolean isEmpty c... |
JAXBElement < T > function ( Class < T > arg0 , InputStream arg1 ) { XMLStreamReader loc0 = XMLStreamFactory . getXMLStreamReader ( arg1 ) ; return unmarshall ( arg0 , arg1 , loc0 ) ; } | fixme comment this concode_field_sep String FORMAT_XML_HEADER concode_field_sep String getCharset |
void function ( String [ ] arg0 ) { WrapperManager . start ( this , arg0 ) ; } | registers the daemon implementation with the tanuki wrapper concode_field_sep int LOG_INFO concode_elem_sep int LOG_DEBUG concode_elem_sep int LOG_FATAL concode_elem_sep int LOG_ERROR concode_elem_sep int SUCCESS concode_field_sep int startupWithOptions concode_elem_sep int stop concode_elem_sep int onOptionsParseError... |
void function ( String arg0 ) { this . collectionGroupDescription = arg0 ; } | sets collection group description . concode_field_sep Date lastUpdatedDate concode_elem_sep Date createdDate concode_elem_sep String collectionGroupDescription concode_elem_sep Integer collectionGroupId concode_elem_sep String collectionGroupCode concode_field_sep void setCollectionGroupCode concode_elem_sep void setCr... |
void function ( ConstraintViolationException arg0 ) { if ( LOG . isDebugEnabled ( ) ) { LOG . debug ( arg0 . getLocalizedMessage ( ) ) ; for ( ConstraintViolation < ? > loc0 : arg0 . getConstraintViolations ( ) ) { LOG . debug ( "srini_string" + loc0 . getPropertyPath ( ) + "srini_string" + loc0 . getInvalidValue ( ) )... | logs constraint violeation exception concode_field_sep Log LOG concode_elem_sep SessionFactory sessionFactory concode_field_sep void setSessionFactory concode_elem_sep Session getSession concode_elem_sep StatelessSession openStatelessSession |
void function ( ) { if ( isUndo ( ) ) { cursor = cursor - 1 ; Memento loc0 = mementoStateHistory . get ( cursor ) ; loc0 . restore ( ) ; } } | undo the last state change . only possible if there are items in the undo history list . concode_field_sep int cursor concode_elem_sep ArrayList<Memento> mementoStateHistory concode_elem_sep int maxHistorySize concode_field_sep boolean isRedo concode_elem_sep boolean isUndo concode_elem_sep void redo concode_elem_sep v... |
void function ( BundleContext arg0 ) { logger . info ( "srini_string" ) ; } | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start |
float [ ] function ( ) { return ( float [ ] ) data ; } | returns tiff_float data as an array of floats . a classcastexception will be thrown if the field is not of type tiff_float . concode_field_sep int TIFF_SSHORT concode_elem_sep int TIFF_SBYTE concode_elem_sep Object data concode_elem_sep int TIFF_SRATIONAL concode_elem_sep int TIFF_BYTE concode_elem_sep int TIFF_DOUBLE ... |
void function ( ) { while ( condition ( ) ) { testWhile ( ) ; } while ( condition ( ) ) ; while ( condition ( ) ) testWhile ( ) ; while ( condition ( ) ) if ( condition ( ) ) testWhile ( ) ; } | test while loops concode_field_sep InnerEmptyBlocks anon concode_elem_sep boolean flag concode_elem_sep int[] a concode_field_sep void whitespaceAfterSemi concode_elem_sep void testFor concode_elem_sep boolean condition concode_elem_sep void foo concode_elem_sep void foo concode_elem_sep void foo concode_elem_sep void ... |
void function ( String arg0 ) { this . pmtEndToEndId = arg0 ; } | sets the value of the pmtendtoendid property . concode_field_sep String pmtEndToEndId concode_elem_sep MandateInfo mandateInfo concode_elem_sep Creditor creditor concode_elem_sep CancelDirectDebitReasonCode operationRsn concode_field_sep Creditor getCreditor concode_elem_sep String getPmtEndToEndId concode_elem_sep voi... |
boolean function ( terminal arg0 ) { not_null ( arg0 ) ; return _elements . get ( arg0 . index ( ) ) ; } | determine if the set contains a particular terminal . concode_field_sep BitSet _elements concode_elem_sep terminal_set EMPTY concode_field_sep boolean add concode_elem_sep boolean add concode_elem_sep boolean intersects concode_elem_sep void not_null concode_elem_sep boolean is_superset_of concode_elem_sep boolean equa... |
BooleanSubscription function ( Action0 arg0 ) { return new BooleanSubscription ( arg0 ) ; } | creates a booleansubscription with a specified function to invoke upon unsubscribe . concode_field_sep int unsubscribed concode_elem_sep AtomicIntegerFieldUpdater<BooleanSubscription> UNSUBSCRIBED_UPDATER concode_elem_sep Action0 action concode_field_sep void unsubscribe concode_elem_sep boolean isUnsubscribed |
void function ( ) { hasNonNullValue = true ; } | sets the page/column as having a valid non-null value kind of misnomer here concode_field_sep long num_nulls concode_elem_sep boolean hasNonNullValue concode_field_sep T genericGetMin concode_elem_sep void setNumNulls concode_elem_sep boolean isEmpty concode_elem_sep byte[] getMaxBytes concode_elem_sep long getNumNulls... |
void function ( final Component arg0 ) { } | removes the specified component from the layout . concode_field_sep boolean ignoreInvisible concode_field_sep Dimension preferredLayoutSize concode_elem_sep Dimension minimumLayoutSize concode_elem_sep void layoutContainer concode_elem_sep void addLayoutComponent |
String function ( ) { return NAME ; } | retrieve the name of this event . concode_field_sep AID agent concode_elem_sep String NAME concode_elem_sep ContainerID where concode_field_sep void setAgent concode_elem_sep ContainerID getWhere concode_elem_sep AID getAgent concode_elem_sep void setWhere |
void function ( String arg0 ) { this . profileEventsEnabled = arg0 ; } | sets the value of the profileeventsenabled property . concode_field_sep ProfileSpecName profileSpecName concode_elem_sep List<EnvEntry> envEntry concode_elem_sep List<Query> query concode_elem_sep ProfileClasses profileClasses concode_elem_sep Description description concode_elem_sep ProfileHints profileHints concode_e... |
StopReplicationTaskResult function ( ReplicationTask arg0 ) { setReplicationTask ( arg0 ) ; return this ; } | the replication task stopped . concode_field_sep ReplicationTask replicationTask concode_field_sep void setReplicationTask concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep StopReplicationTaskResult clone concode_elem_sep String toString concode_elem_sep ReplicationTask getReplicationTask |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.