code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( Object [ ] arg0 ) { Object [ ] loc0 ; loc0 = tupleConvertor . getObjectArray ( arg0 ) ; try { this . dataHandler . addDataToStore ( loc0 ) ; } catch ( CarbonDataWriterException loc1 ) { throw new SliceMergerException ( "srini_string" , loc1 ) ; } } | below method will be used to add sorted row concode_field_sep CarbonFactHandler dataHandler concode_elem_sep String databaseName concode_elem_sep String factStoreLocation concode_elem_sep List<RawResultIterator> rawResultIteratorList concode_elem_sep TupleConversionAdapter tupleConvertor concode_elem_sep String tempSto... |
SpotInstanceStateFault function ( String arg0 ) { this . message = arg0 ; return this ; } | the message for the spot instance state change . returns a reference to this object so that method calls can be chained together . concode_field_sep String code concode_elem_sep String message concode_field_sep SpotInstanceStateFault withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep ... |
Connection function ( ) { return conn ; } | get the database connection . the connection must be opened first . concode_field_sep Object serverDerby concode_elem_sep boolean trace concode_elem_sep Connection conn concode_elem_sep Statement stat concode_elem_sep TestPerformance test concode_elem_sep int totalTime concode_elem_sep ArrayList<String[]> replace conco... |
RoutesDefinition function ( ModelCamelContext arg0 , URL arg1 ) { ObjectHelper . notNull ( arg1 , "srini_string" ) ; return ModelHelper . createModelFromXml ( arg0 , arg1 . openStream ( ) , RoutesDefinition . class ) ; } | loads the routes from a url concode_field_sep PlaceHolder placeHolder concode_field_sep RoutesDefinition loadRoutesFromXML concode_elem_sep RoutesDefinition loadRoutesFromFile concode_elem_sep RoutesDefinition loadRoutesFromFile concode_elem_sep RoutesDefinition loadRoutesFromClasspath |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer _return concode_field_sep ModelReturn _return concode_elem_sep Integer getReturn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep String ... |
void function ( String arg0 , String arg1 ) { this . username = arg0 ; this . password = arg1 ; doAuthentication = true ; } | set the user credentials that will be used when making the access to the server . concode_field_sep String server concode_elem_sep String password concode_elem_sep int DEFAULT_TIMEOUT concode_elem_sep int port concode_elem_sep DefaultHttpClient client concode_elem_sep String userAgent concode_elem_sep SwordValidationIn... |
void function ( MeasureDefinition arg0 ) { this . measureDefinition = arg0 ; } | sets the value of the measuredefinition property . concode_field_sep String date concode_elem_sep MeasureDefinition measureDefinition concode_elem_sep String value concode_elem_sep int idMeasure concode_field_sep String getValue concode_elem_sep int getIdMeasure concode_elem_sep MeasureDefinition getMeasureDefinition c... |
int function ( Map < K , V > arg0 ) { int loc0 = 0 ; for ( Map . Entry < K , V > loc1 : arg0 . entrySet ( ) ) { loc0 += calculateHashCodeForObject ( loc1 . getKey ( ) ) ^ calculateHashCodeForObject ( loc1 . getValue ( ) ) ; } return loc0 ; } | calculates the hash code for a map . we do n't use the default hash code method of map because for byte arrays and protobuf enums ituse object #hashcode . concode_field_sep Iterator<E> delegate concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep MutabilityOracle mutabi... |
T function ( ActivityExecution arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` activity execution ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep WarehouseoperationPackage modelPackage concode_field_sep T caseTransformationExecution concode_elem_sep T caseModelElement... |
float function ( float arg0 , float arg1 ) { arg0 = PApplet . radians ( arg0 ) ; arg1 = PApplet . radians ( arg1 ) ; float loc0 = arg1 - arg0 ; if ( loc0 > PApplet . PI ) loc0 -= PApplet . TWO_PI ; if ( loc0 < - PApplet . PI ) loc0 += PApplet . TWO_PI ; return PApplet . degrees ( loc0 ) ; } | turn angle . concode_field_sep float[] ctm concode_elem_sep int OPENGL_MATRIX_MODE concode_elem_sep int PROCESSING_MATRIX_MODE concode_elem_sep GL10 gl concode_elem_sep int RENDERER_STATE concode_elem_sep int QuickSortCUTOFF concode_field_sep GL10 getGL concode_elem_sep void endGL concode_elem_sep void applyMatrix conc... |
void function ( Integer arg0 ) { this . status = arg0 ; } | setter method for status concode_field_sep Date endDate concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Integer classificationId concode_elem_sep Timestamp createdDate concode_elem_sep String alertName concode_elem_sep String createdBy concode_elem_sep Timestamp modifiedDate ... |
void function ( double arg0 , double arg1 ) { this . width = arg0 ; this . height = arg1 ; } | this method sets the size of the paper to the specified width and height , which are specified in 1/72nds of an inch . concode_field_sep double imageableY concode_elem_sep double imageableHeight concode_elem_sep double imageableWidth concode_elem_sep double imageableX concode_elem_sep double width concode_elem_sep doub... |
ClassDescription function ( final int arg0 ) { return ( ClassDescription ) this . classes . get ( arg0 ) ; } | returns a class description . concode_field_sep HashMap classesMap concode_elem_sep MappingModel mappingModel concode_elem_sep ArrayList sources concode_elem_sep ArrayList classes concode_elem_sep Comments modelComments concode_elem_sep HashMap includeComments concode_field_sep void addClassDescription concode_elem_sep... |
boolean function ( String arg0 ) { String loc0 = getString ( arg0 ) ; if ( loc0 . equals ( "srini_string" ) ) { return true ; } else if ( loc0 . equals ( "srini_string" ) ) { return false ; } else { throw new ResourceFormatException ( "srini_string" , bundle . getClass ( ) . getName ( ) , arg0 ) ; } } | returns the boolean mapped with the given key concode_field_sep ResourceBundle bundle concode_field_sep int getInteger concode_elem_sep int getCharacter concode_elem_sep String getString concode_elem_sep List getStringList concode_elem_sep List getStringList concode_elem_sep List getStringList |
String function ( ) { if ( mcfClass == null || mcfClass . equals ( "srini_string" ) ) { mcfClass = getDefaultValue ( ) + "srini_string" ; } return mcfClass ; } | get the mcfclass . concode_field_sep boolean implRaAssociation concode_elem_sep Definition def concode_elem_sep String cmClass concode_elem_sep List<MethodForConnection> methods concode_elem_sep String connMetaClass concode_elem_sep String cfInterfaceClass concode_elem_sep String cfClass concode_elem_sep boolean define... |
String function ( ) { return statement ; } | sql statement concode_field_sep String queryGroup concode_elem_sep String statement concode_elem_sep String tenantId concode_elem_sep String id concode_elem_sep Long expectedAggregateRowCount concode_elem_sep String ddl concode_field_sep void setHint concode_elem_sep Long getExpectedAggregateRowCount concode_elem_sep v... |
String function ( ) { return this . telephoneNumber ; } | returns the telephone number of the signatory concode_field_sep String country concode_elem_sep String emailAddress concode_elem_sep String telephoneNumber concode_elem_sep String mailingAddress concode_elem_sep Date signingDate concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep Version version c... |
void function ( int arg0 ) { if ( mValues [ arg0 ] != DELETED ) { mValues [ arg0 ] = DELETED ; mGarbage = true ; } } | removes the mapping at the specified index . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode_elem_sep boolean containsKey concode_elem_sep void removeAtRange concode_elem_sep ... |
Transform function ( Element arg0 ) { return getTransform ( arg0 , "srini_string" ) ; } | get a transform defined in the xml concode_field_sep String XLINK concode_elem_sep String INKSCAPE concode_elem_sep String SODIPODI concode_field_sep String getStyle concode_elem_sep NonGeometricData getNonGeometricData concode_elem_sep float getFloatAttribute concode_elem_sep String getAsReference concode_elem_sep Str... |
void function ( java . lang . String arg0 ) { this . sortBy = arg0 ; } | sets the sortby value for this reportdescription . concode_field_sep java.lang.String date concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String dateFrom concode_elem_sep com.omniture.www.ReportDefinitionLocale locale concode_elem_sep co... |
void function ( int arg0 ) { assert arg0 < numWords * 64 : "srini_string" + arg0 + "srini_string" + numWords * 64 + "srini_string" ; BitSetMethods . set ( baseObject , baseOffset , arg0 ) ; } | sets the bit at the specified index to true . concode_field_sep long baseOffset concode_elem_sep LongArray words concode_elem_sep int numWords concode_elem_sep Object baseObject concode_field_sep boolean isSet concode_elem_sep MemoryBlock memoryBlock concode_elem_sep int nextSetBit concode_elem_sep void unset concode_e... |
Selector function ( ) { return selector ; } | gets the value of the selector property . concode_field_sep Selector selector concode_field_sep void setSelector |
Matcher < File > function ( final Matcher < String > arg0 ) { return new FeatureMatcher < File , String > ( arg0 , "srini_string" , "srini_string" ) { @ Override protected String featureValueOf ( final File arg1 ) { return arg1 . getName ( ) ; } } ; } | matches a file name . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<File> hasNumberOfFiles concode_elem_sep Matcher<File> hasFiles concode_elem_sep Matcher<Long> beforeNow concode_elem_sep Matcher<File> isEmpty concode_elem_sep Matcher<File> exists concode_elem_sep Matcher<File> lastModified conco... |
String function ( ) { return name ; } | get the name of this permission . concode_field_sep long serialVersionUID concode_elem_sep String name concode_field_sep void checkGuard concode_elem_sep PermissionCollection newPermissionCollection concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getActions concode_elem_sep String ... |
ReferenceTypeId function ( ) { return _id ; } | returns the class to which to restrict events concode_field_sep ReferenceTypeId _id concode_field_sep boolean matches |
javax . cache . annotation . CacheResolver function ( ) { return target ; } | return the underlying javax.cache.annotation.cacheresolver that thisinstance is using . concode_field_sep javax.cache.annotation.CacheResolver target concode_field_sep Collection<? extends Cache> resolveCaches |
Buffer function ( byte [ ] arg0 , Buffer arg1 ) { return compress ( arg0 , 0 , arg0 . length , arg1 ) ; } | equivalent to compress in , 0 , in.length , out . concode_field_sep int DEFAULT_EFFORT concode_field_sep placeholderType placeHolder |
int function ( ) { return interval ; } | gets the interval in years for this event . concode_field_sep int interval concode_elem_sep int count concode_elem_sep ResourceLoader rb concode_elem_sep Logger M_log concode_elem_sep Time until concode_field_sep void set concode_elem_sep void excludeInstances concode_elem_sep Time getUntil concode_elem_sep void setUnt... |
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; } | store the managed bean inside the session scope . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Obje... |
String function ( ) { return StringConverter . byteArrayToHexString ( id ) ; } | returns a string representing the value of the sql rowid designated by this java.sql.rowid object . like java.sql.date.tostring returns the contents of its date as the string `` 2004-03-17 '' rather than as date literal in sql which would have been the string date `` 2004-03-17 '' , tostring returns the contents of its... |
java . lang . String function ( ) { return _repositoryService . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep RepositoryService _repositoryService concode_field_sep void updateRepository concode_elem_sep java.lang.String[] getSupportedParameters concode_elem_sep java.lang.String[] getSupportedParameters concode_elem_sep void setWrappedService concode_elem_sep com.liferay.... |
boolean function ( ) { assert numAsynchronousCalls >= 0 ; return isEmpty ( ) && numAsynchronousCalls == 0 ; } | returns whether the algorithm has finished or whether another call of #updatehasvalue valuenode , boolean is required . concode_field_sep Deque<DependencyGraphNode> recomputeQueue concode_elem_sep Deque<DependencyGraphNode> readyQueue concode_elem_sep DependencyGraph dependencyGraph concode_elem_sep Consumer<ValueNode>... |
PcRunner function ( ) { return PcRunner . serializableInstance ( ) ; } | generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep SemUpdater semUpdater concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep SemUpdater getSemUpdater concode_elem_sep void readObject |
byte [ ] function ( String arg0 ) { try { return Hex . decodeHex ( arg0 . toCharArray ( ) ) ; } catch ( DecoderException loc0 ) { throw new UnexpectedException ( loc0 ) ; } } | transform an hexadecimal string to a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep String hexSHA1 concode_elem_sep String encodeBASE64 concode_elem_sep String encodeBASE64 concode_elem_sep byte[] decodeBASE64 concode_elem_sep String UUID concode_elem_sep String hexMD5 concode_elem_sep String ... |
void function ( ) { Assert . assertTrue ( TEN == DateUtil . calculateAge ( "srini_string" , TESTDATE , FORMAT ) ) ; } | tests the dateutil #calculateage method for the given year againstthe testdate : 2011-10-10 15:20:00.0 . must return 10 . concode_field_sep String FORMAT concode_elem_sep int ELEVEN concode_elem_sep int TEN concode_elem_sep DateTime TESTDATE concode_field_sep void runsBeforeTheTestSuite concode_elem_sep void isValidFor... |
boolean function ( Object arg0 ) { try { SdpField loc0 = ( SdpField ) arg0 ; if ( type != loc0 . type ) return false ; if ( value != loc0 . value ) return false ; return true ; } catch ( Exception loc0 ) { return false ; } } | whether the sdpfield is equal to object obj concode_field_sep char type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep char getType concode_elem_sep Object clone concode_elem_sep String toString |
void function ( ) { sCInterface . clearEvents ( ) ; } | this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean guard concode_elem_sep int nextStateIndex concode_elem_sep boolean done concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInte... |
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; } | add information message to a specific client . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Object ... |
void function ( String arg0 ) { this . title = arg0 ; } | sets the value of the title property . concode_field_sep TimeOrdinalEraType timeOrdinalEra concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String hre... |
Response function ( @ PathParam ( "srini_string" ) final Application . Name arg0 , @ PathParam ( "srini_string" ) final User . ID arg1 , final Map < Experiment . Label , Map < User . ID , List < Event >>> arg2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } | submit events for users and experiments within the context of a specific application . each event is an impression or action . concode_field_sep HttpHeader httpHeader concode_elem_sep Events events concode_field_sep Response recordEvents concode_elem_sep Response getEventsQueueLength concode_elem_sep Response recordUse... |
Scope function ( String arg0 ) { return createSpaceScope ( arg0 , true ) ; } | creates a new scope associated with the specified space and matching all its pages . concode_field_sep Scope ALL concode_elem_sep Scope ALL_WIKIS concode_elem_sep Scope ALL_PAGES concode_elem_sep Scope ALL_SPACES concode_field_sep Scope getALL_PAGES concode_elem_sep Scope createPageScope concode_elem_sep Scope getALL c... |
void function ( ) { Thread loc0 = threadVar . get ( ) ; if ( loc0 != null ) { if ( threadPriority != null ) loc0 . setPriority ( threadPriority ) ; loc0 . start ( ) ; } } | start the worker thread . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Object getValue concode_elem_sep Thread get concode_elem_sep Object get concode_elem_sep void set... |
Object function ( ) { if ( object == null ) { object = Column . deserialize ( data ) ; } return object ; } | this method is called from classes implementing the jdbc interfaces . inside the engine it is used for conversion from a value of type other to another type . it will throw if the other is an instance of a classe that is not available . concode_field_sep byte[] data concode_elem_sep Object object concode_field_sep int ... |
void function ( RegistryService arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } EmailSenderDataHolder . getInstance ( ) . setRegistryService ( null ) ; } | unsets registry service . concode_field_sep Log log concode_field_sep void unsetConfigurationContextService concode_elem_sep void registerServices concode_elem_sep void activate concode_elem_sep void setConfigurationContextService concode_elem_sep void setRegistryService concode_elem_sep void deactivate |
String function ( ) { return type ; } | returns the monitored resource type . this value must match the one of monitoredresourcedescriptor #gettype of a monitoredresourcedescriptor object.for example , the type cloudsql_database represent databases in google cloud sql . concode_field_sep long serialVersionUID concode_elem_sep Map<String,String> labels concod... |
void function ( String arg0 ) { this . path = arg0 ; } | sets the validity path . concode_field_sep String path concode_elem_sep String domain concode_elem_sep String name concode_elem_sep String value concode_elem_sep int version concode_field_sep int getVersion concode_elem_sep void setName concode_elem_sep String getDomain concode_elem_sep String getValue concode_elem_sep... |
List < DataStashActivityDetail > function ( ) { if ( dataStashActivityDetail == null ) { dataStashActivityDetail = new ArrayList < DataStashActivityDetail > ( ) ; } return this . dataStashActivityDetail ; } | gets the value of the datastashactivitydetail property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the datastashactivitydetail property . for exa... |
void function ( Releasable arg0 , Lifetime arg1 ) { if ( clearables == null ) { clearables = MultimapBuilder . enumKeys ( Lifetime . class ) . arrayListValues ( ) . build ( ) ; } clearables . put ( arg1 , arg0 ) ; } | schedule the release of a resource . the time when releasable #release will be called on this objectis function of the provided lifetime . concode_field_sep int DEFAULT_TERMINATE_AFTER concode_elem_sep Multimap<Lifetime,Releasable> clearables concode_elem_sep boolean nowInMillisUsed concode_elem_sep AtomicBoolean close... |
String function ( ) { int loc0 ; for ( loc0 = position ; loc0 < dataLength ; loc0 ++ ) { char loc1 = data . charAt ( loc0 ) ; if ( delimiters . indexOf ( loc1 ) != - 1 ) break ; } String loc2 = data . substring ( position , loc0 ) ; position = loc0 + 1 ; return loc2 ; } | returns the next token from this string tokenizer . concode_field_sep String data concode_elem_sep int dataLength concode_elem_sep String delimiters concode_elem_sep int position concode_field_sep int countTokens concode_elem_sep boolean hasMoreTokens concode_elem_sep String remainingToken concode_elem_sep boolean hasM... |
Boolean function ( ) { return ( getValueNumeric ( ) == null ? false : getValueNumeric ( ) != 0 ) ; } | this converts the value_numeric to a value_boolean , essentially concode_field_sep Vector<Obs> obs concode_elem_sep Patient patient concode_elem_sep Locale locale concode_field_sep Double getValueNumeric concode_elem_sep String getValueText concode_elem_sep Integer getValueCoded concode_elem_sep void PrintObsMap concod... |
Node function ( ) { return leftChild ; } | returns the current node 's left child node . concode_field_sep Node next concode_elem_sep Node leftChild concode_elem_sep Node previous concode_elem_sep Node rightChild concode_elem_sep State value concode_field_sep Node getPrevious concode_elem_sep State getState concode_elem_sep void setLeftChild concode_elem_sep vo... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVpnConnection ( ) != null ) loc0 . append ( "srini_string" + getVpnConnection ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep VpnConnection vpnConnection concode_field_sep VpnConnection getVpnConnection concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateVpnConnectionResult clone concode_elem_sep CreateVpnConn... |
void function ( ) { MatcherAssert . assertThat ( new PsChain ( new PsLogout ( ) , new PsFake ( true ) ) . enter ( new RqFake ( ) ) . get ( ) , Matchers . is ( Identity . ANONYMOUS ) ) ; } | pschain returns proper identity . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitChainTest |
CachingDirectedGraphWalker < N , T > function ( N ... arg0 ) { add ( Arrays . asList ( arg0 ) ) ; return this ; } | adds some start nodes . concode_field_sep Map<N,Set<T>> cachedNodeValues concode_elem_sep N node concode_elem_sep int component concode_elem_sep Set<NodeDetails<N,T>> componentMembers concode_elem_sep int minSeen concode_elem_sep Set<NodeDetails<N,T>> strongComponents concode_elem_sep List<N> startNodes concode_elem_se... |
List < Object > function ( List < Object > arg0 ) { List < Object > loc0 = new ArrayList < Object > ( ) ; for ( Object loc1 : arg0 ) { loc0 . add ( memcacheClient . get ( loc1 . toString ( ) ) ) ; } return loc0 ; } | gets all the values given the keys . note that it does not work with hash values or list values concode_field_sep List<String> serverAddresses concode_elem_sep int keyExpiryTime concode_elem_sep Logger LOG concode_elem_sep SockIOPool pool concode_elem_sep MemCachedClient memcacheClient concode_field_sep void disconnect... |
String function ( ) { return "srini_string" ; } | used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep String getN... |
boolean function ( ProviderType arg0 ) { if ( arg0 == null ) { throw logger . nullArgumentError ( "srini_string" ) ; } return ( arg0 instanceof IDPType ) || ( arg0 instanceof SPType ) ; } | checks if the given providertype is supported by the handler . concode_field_sep PicketLinkLogger logger concode_elem_sep SAML2HandlerChainConfig handlerChainConfig concode_elem_sep SAML2HandlerConfig handlerConfig concode_elem_sep ProviderType providerConfig concode_field_sep void initChainConfig concode_elem_sep void... |
BeanFactoryLocator function ( ) { return ContextSingletonBeanFactoryLocator . getInstance ( ) ; } | return an instance object implementing beanfactorylocator . this will normally be a singleton instance of the specific contextsingletonbeanfactorylocator class , using the default resource selector . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Optional < String > function ( String arg0 ) { return OptionConverters . < String > toJava ( this . header . headers ( ) . get ( arg0 ) ) ; } | extracts an header value of this result value . concode_field_sep ResponseHeader header concode_elem_sep HttpEntity body concode_field_sep Map<String,String> headers concode_elem_sep Optional<String> charset concode_elem_sep Cookie cookie concode_elem_sep Session session concode_elem_sep Result withHeaders concode_elem... |
void function ( final String arg0 , final File arg1 , final String arg2 ) { FilenameFilter loc0 = null ; if ( null != arg2 ) { loc0 = new FilenameFilter ( ) { public boolean accept ( final File arg3 , final String arg4 ) { return arg2 . equals ( arg4 ) || arg2 . startsWith ( arg4 ) ; } } ; } extractZip ( arg0 , arg1 , ... | extracts a single entry from the zip concode_field_sep String prefix concode_field_sep String rename concode_elem_sep String rename concode_elem_sep void copyStream concode_elem_sep void copyStream concode_elem_sep void copyStream concode_elem_sep void extractZip concode_elem_sep void extractZip concode_elem_sep void e... |
boolean function ( ) { row = parser . parseNext ( ) ; if ( row == null && blockCounter + 1 >= this . csvParserVo . getBlockDetailsList ( ) . size ( ) ) { close ( ) ; return false ; } if ( row == null ) { initialize ( ) ; row = parser . parseNext ( ) ; } return true ; } | below method will be used to check whether any more records is present or not concode_field_sep int THRESHOLD_MAX_NUMBER_OF_COLUMNS_FOR_PARSING concode_elem_sep int DEFAULT_MAX_NUMBER_OF_COLUMNS_FOR_PARSING concode_elem_sep CsvParser parser concode_elem_sep Reader inputStreamReader concode_elem_sep int blockCounter con... |
long function ( ) { return totalBytesSent ; } | method description concode_field_sep Logger log concode_elem_sep String remoteAddress concode_elem_sep long totalBytesReceived concode_elem_sep int bytesRead concode_elem_sep SocketChannel channel concode_elem_sep long totalBuffOverflow concode_elem_sep Queue<ByteBuffer> dataToSend concode_elem_sep long bytesReceived c... |
JWTAuthHandler function ( JWTAuth arg0 ) { JWTAuthHandler loc0 = JWTAuthHandler . newInstance ( io . vertx . ext . web . handler . JWTAuthHandler . create ( ( io . vertx . ext . auth . jwt . JWTAuth ) arg0 . getDelegate ( ) ) ) ; return loc0 ; } | create a jwt auth handler concode_field_sep io.vertx.ext.web.handler.JWTAuthHandler delegate concode_field_sep AuthHandler addAuthorities concode_elem_sep JWTAuthHandler setIssuer concode_elem_sep AuthHandler addAuthority concode_elem_sep JWTAuthHandler setIgnoreExpiration concode_elem_sep void handle concode_elem_sep ... |
Module function ( ) { return fOwningModule ; } | gets the library module defining the operation referred by this call object . concode_field_sep Helper fOperation concode_elem_sep EClassifier fContextType concode_elem_sep List<EClassifier> fArgumentTypes concode_elem_sep Object[] NO_ARGS concode_elem_sep Module fOwningModule concode_elem_sep NonTransformationExecutio... |
byte [ ] function ( String arg0 , String arg1 ) { byte [ ] loc0 ; if ( arg1 == null ) { arg1 = "srini_string" ; } try { loc0 = arg0 . getBytes ( arg1 ) ; } catch ( UnsupportedEncodingException loc1 ) { throw new RuntimeException ( loc1 . toString ( ) ) ; } return digestBytes ( loc0 ) ; } | retrieves a byte sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed . concode_field_sep MessageDigest md5 concode_field_sep String encodeStri... |
Locale function ( Resources arg0 , Locale arg1 ) { Configuration loc0 = new Configuration ( arg0 . getConfiguration ( ) ) ; Locale loc1 = loc0 . arg1 ; loc0 . arg1 = arg1 ; arg0 . updateConfiguration ( loc0 , null ) ; return loc1 ; } | sets the locale for the given resources and returns the previous locale . concode_field_sep Locale mSavedContextLocale concode_elem_sep Locale mSavedSystemLocale concode_elem_sep boolean mSaved concode_elem_sep Context mContext concode_field_sep void restoreLocale concode_elem_sep void setLocale |
void function ( java . lang . String arg0 ) { this . numeroPorta = arg0 ; } | sets the numeroporta value for this diagnosticosip . concode_field_sep java.lang.String instancia concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep br.com.gvt.www.tv.diagnosticoCPE.DiagnosticoParam[] par... |
void function ( boolean arg0 ) { this . favorParameter = arg0 ; } | whether a request parameter `` format '' by default should be used to determine the requested media type . for this option to work you must register #setmediatypes media type mappings . by default this is set to false . concode_field_sep boolean favorParameter concode_elem_sep Boolean useJaf concode_elem_sep String par... |
void function ( URLConnection arg0 ) { arg0 . setUseCaches ( arg0 . getClass ( ) . getSimpleName ( ) . startsWith ( "srini_string" ) ) ; } | set the urlconnection #setusecaches `` usecaches '' flag on thegiven connection , preferring false but leaving theflag at true for jnlp based resources . concode_field_sep String WAR_URL_PREFIX concode_elem_sep String JAR_URL_SEPARATOR concode_elem_sep String URL_PROTOCOL_FILE concode_elem_sep String URL_PROTOCOL_JAR c... |
int function ( String arg0 , String arg1 , String arg2 ) { return native_loadLanguage ( mJniData , arg0 , arg1 , arg2 ) ; } | loads the language : it 's not set , but prepared for use later . concode_field_sep int mJniData concode_elem_sep String TAG concode_field_sep void native_shutdown concode_elem_sep int native_getRate concode_elem_sep int isLanguageAvailable concode_elem_sep void native_setup concode_elem_sep String[] native_getLanguage... |
String function ( CategoryDataset arg0 , int arg1 ) { return arg0 . getRowKey ( arg1 ) . toString ( ) ; } | generates a label for the specified row . concode_field_sep NumberFormat numberFormat concode_elem_sep String labelFormat concode_elem_sep DateFormat dateFormat concode_elem_sep String nullValueString concode_elem_sep long serialVersionUID concode_elem_sep NumberFormat percentFormat concode_field_sep NumberFormat getNu... |
void function ( String arg0 ) { File loc0 = new File ( arg0 ) ; if ( loc0 . isFile ( ) && arg0 . endsWith ( "srini_string" ) ) { vList . addElement ( arg0 ) ; } else if ( loc0 . isDirectory ( ) ) { String loc1 [ ] = loc0 . loc1 ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { addDir ( arg0 + File . separat... | method declaration concode_field_sep String ls concode_elem_sep Vector vList concode_elem_sep int MAX_LINELENGTH concode_elem_sep Vector vSwitches concode_elem_sep Vector vSwitchOn concode_elem_sep Vector vSwitchOff concode_field_sep boolean processFile concode_elem_sep void writeFileLines concode_elem_sep void process... |
String function ( ) { return getMonitoredService ( ) . getIpAddressAsString ( ) ; } | getipaddressasstring concode_field_sep OnmsMonitoredService m_monitoredService concode_elem_sep OnmsEvent m_serviceRegainedEvent concode_elem_sep String m_suppressedBy concode_elem_sep Date m_ifRegainedService concode_elem_sep long serialVersionUID concode_elem_sep OnmsEvent m_serviceLostEvent concode_elem_sep Date m_s... |
void function ( String arg0 ) { this . currencySymbol = arg0 ; } | sets the value of the currencysymbol property . concode_field_sep boolean accessibilityMode concode_elem_sep String userLocale concode_elem_sep String organizationName concode_elem_sep String roleId concode_elem_sep String userFullName concode_elem_sep String currencySymbol concode_elem_sep String userName concode_elem... |
void function ( java . io . InputStream arg0 ) { ReInit ( arg0 , 1 , 1 , 4096 ) ; } | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el... |
boolean function ( ) { return isCallLike ; } | gets whether this opcode is a function/method call or similar . concode_field_sep int BRANCH_RETURN concode_elem_sep int BRANCH_GOTO concode_elem_sep int BRANCH_IF concode_elem_sep TypeList sources concode_elem_sep int BRANCH_THROW concode_elem_sep int BRANCH_NONE concode_elem_sep int opcode concode_elem_sep TypeList e... |
String function ( ) { return this . checksum ; } | the checksum computed for the disk image . concode_field_sep String importManifestUrl concode_elem_sep Long size concode_elem_sep String format concode_elem_sep String checksum concode_field_sep DiskImageDescription withChecksum concode_elem_sep void setChecksum concode_elem_sep DiskImageDescription withSize concode_el... |
boolean function ( ) { return this . truncated ; } | returns whether the variable is truncated . concode_field_sep String grcText concode_elem_sep boolean recoded concode_elem_sep String codeListFile concode_elem_sep String missing_2_new concode_elem_sep VariableMu variable concode_elem_sep String missing_1_new concode_elem_sep boolean truncated concode_elem_sep String g... |
String function ( ) { return text ; } | returns human-readable information about the reason for the action or null if no such information is currently available . concode_field_sep Reason reason concode_elem_sep String ELEMENT_NAME concode_elem_sep String NAMESPACE concode_elem_sep String text concode_elem_sep String TEXT_ELEMENT_NAME concode_elem_sep Packet... |
int function ( ) { int loc0 ; int loc1 ; loc0 = transportAddress . indexOf ( "srini_string" ) + 1 ; loc1 = transportAddress . indexOf ( "srini_string" ) ; return Integer . parseInt ( transportAddress . substring ( loc0 , loc1 ) ) ; } | parse the result returned from elasticsearch which seems like `` inet / 10.0.0.1:9300 '' concode_field_sep String transportAddress concode_elem_sep String ip concode_elem_sep String name concode_elem_sep String host concode_elem_sep String HTTP_ADDRESS concode_elem_sep String httpAddress concode_elem_sep String TRANSPO... |
int function ( ) { return count ; } | get items count concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getLast |
void function ( String arg0 ) { this . countryCode = arg0 ; } | sets the countrycode . concode_field_sep String streetName concode_elem_sep int streetNumber concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String description concode_elem_sep Locale locale concode_field_sep String getCountryCode concode_elem_sep void setCity concode_elem_sep void set... |
String function ( ) { return this . roles ; } | roles string accessor . concode_field_sep MenuItem parent concode_elem_sep boolean hidden concode_elem_sep String DELIMITER concode_elem_sep String roles concode_elem_sep String messageCode concode_elem_sep String id concode_elem_sep String url concode_elem_sep String labelCode concode_elem_sep List<MenuItem> children ... |
String function ( String arg0 , String arg1 ) { if ( arg0 . regionMatches ( false , arg0 . length ( ) - arg1 . length ( ) , arg1 , 0 , arg1 . length ( ) ) ) return arg0 ; else return arg0 + arg1 ; } | returns a filename guaranteed to end with the given ending . concode_field_sep int DIALOG_WIDTH concode_elem_sep int TRACE_FRAME_HEIGHT concode_elem_sep int TRACE_FRAME_WIDTH concode_field_sep void inform concode_elem_sep Thread doLater concode_elem_sep void informOfError concode_elem_sep void doEnsuredRepaint |
String function ( final String arg0 ) { return join ( 0 , size ( ) , arg0 ) ; } | joins this sequence of strings using a separator concode_field_sep long serialVersionUID concode_field_sep IStringIterator iterator concode_elem_sep int size concode_elem_sep String get concode_elem_sep String[] toArray concode_elem_sep String toString concode_elem_sep List<String> toList concode_elem_sep int totalLeng... |
void function ( UserDetailsContextMapper arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . userDetailsContextMapper = arg0 ; } | allows a custom strategy to be used for creating the userdetails which will be stored as the principal in the authentication returned by the #createsuccessfulauthentication org.springframework.security.authentication.usernamepasswordauthenticationtoken , org.springframework.security.core.userdetails.userdetails method ... |
void function ( String arg0 ) { this . ordering = arg0 ; } | sets the ordering . concode_field_sep Queue filtersQueue concode_elem_sep Class<?> entityClass concode_elem_sep MetadataManager metadataManager concode_elem_sep String ordering concode_elem_sep EntityManagerImpl em concode_elem_sep Pattern INTRA_CLAUSE_PATTERN concode_elem_sep String[] INTER_CLAUSE_OPERATORS concode_el... |
void function ( ProjectNode arg0 ) { if ( nextCommand != null ) { nextCommand . executeLink ( arg0 ) ; } else { executeFinallyCommand ( ) ; track ( arg0 ) ; } } | executes the next command in the chain . concode_field_sep ChainableCommand nextCommand concode_elem_sep Duration chainDuration concode_elem_sep Duration linkDuration concode_elem_sep Command finallyCommand concode_elem_sep String actionName concode_field_sep int getElapsedMillis concode_elem_sep void setFinallyCommand... |
void function ( MouseEvent arg0 ) { } | invoked when the mouse enters the component . concode_field_sep Canvas canvas concode_elem_sep int centerY concode_elem_sep int centerX concode_elem_sep FreeColClient freeColClient concode_elem_sep Logger logger concode_elem_sep int doubleClickDelay concode_elem_sep MapViewer mapViewer concode_elem_sep Timer doubleClic... |
int function ( String arg0 ) { return 0 ; } | / concode_field_sep int field concode_elem_sep int dummy concode_elem_sep int ASDF concode_elem_sep String first concode_elem_sep String second concode_field_sep void method5 concode_elem_sep void method6 concode_elem_sep void method7 concode_elem_sep void method8 concode_elem_sep void method1 concode_elem_sep void met... |
void function ( String arg0 ) { this . value = arg0 ; } | sets the value of the value property . concode_field_sep Boolean isRemove concode_elem_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Boolean isIsRemove concode_elem_sep void setIsRemove concode_elem_sep void setKey |
List < Metadatum > function ( ) { return removes ; } | get the list of elements and their values that have been removed . concode_field_sep boolean reinstated concode_elem_sep Item item concode_elem_sep List<Metadatum> constant concode_elem_sep boolean newItem concode_elem_sep boolean withdrawn concode_elem_sep boolean empty concode_elem_sep Collection oldOwningCollection ... |
ServiceName function ( String arg0 , String arg1 , Phase arg2 ) { return JBOSS_DEPLOYMENT_SUB_UNIT . append ( arg0 , arg1 , arg2 . arg1 ( ) ) ; } | get the service name of a subdeployment . concode_field_sep ServiceName JBOSS_DEPLOYMENT_CHAINS concode_elem_sep ServiceName JBOSS_DEPLOYMENT concode_elem_sep ServiceName JBOSS_DEPLOYMENT_SUB_UNIT concode_elem_sep ServiceName JBOSS_DEPLOYMENT_UNIT concode_elem_sep ServiceName JBOSS_DEPLOYMENT_EXTENSION_INDEX concode_fi... |
void function ( BigInteger arg0 ) { this . completeListSize = arg0 ; } | sets the value of the completelistsize property . concode_field_sep BigInteger cursor concode_elem_sep BigInteger completeListSize concode_elem_sep long serialVersionUID concode_elem_sep String value concode_elem_sep XMLGregorianCalendar expirationDate concode_field_sep String getValue concode_elem_sep BigInteger getCu... |
Mutator function ( ) { return Scheduler . currentMutator ( ) ; } | get the currently executing mutator . concode_field_sep MutatorContext context concode_elem_sep boolean outOfMemory concode_elem_sep boolean physicalAllocationFailure concode_elem_sep boolean gcEveryWB concode_elem_sep int collectionAttempts concode_field_sep Iterable<ObjectValue> getRoots concode_elem_sep void storeRe... |
InputStream function ( ) { return new ByteArrayInputStream ( _data . getBytes ( "srini_string" ) ) ; } | grabs our data as a utf8 byte array and returns it in a bytearrayinputstream . concode_field_sep String _data concode_elem_sep String _type concode_elem_sep Logger logger concode_field_sep String getName concode_elem_sep void read concode_elem_sep String getType concode_elem_sep Class<?> getClassTag concode_elem_sep Re... |
ArrayWriter function ( ) { return JacksonWriter . INSTANCE ; } | get the default arraywriter instance . concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayWriter prettyWriter concode_elem_sep byte[] writeAsBytes concode_elem_sep void write concode_elem_sep void write concode_elem_sep String write |
ConfigGroupEntity function ( String arg0 ) { TypedQuery < ConfigGroupEntity > loc0 = entityManagerProvider . get ( ) . createNamedQuery ( "srini_string" , ConfigGroupEntity . class ) ; loc0 . setParameter ( "srini_string" , arg0 ) ; try { return loc0 . getSingleResult ( ) ; } catch ( NoResultException loc1 ) { return n... | find config group by its unique name concode_field_sep Provider<EntityManager> entityManagerProvider concode_field_sep void removeByPK concode_elem_sep ConfigGroupEntity findById concode_elem_sep ConfigGroupEntity merge concode_elem_sep List<ConfigGroupEntity> findAllByTag concode_elem_sep void create concode_elem_sep ... |
boolean function ( int [ ] arg0 , int arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] == arg1 ) { return true ; } else if ( arg0 [ loc0 ] > arg1 ) { return false ; } } return false ; } | check if an a sorted list of integers contains an integer . concode_field_sep Comparator<int[]> comparatorItemsetSameSize concode_field_sep boolean allTheSameExceptLastItem concode_elem_sep int[] intersectTwoSortedArrays concode_elem_sep boolean containsOrEquals concode_elem_sep int compare concode_elem_sep int[] conca... |
BitMatrix function ( ) { if ( matrix == null ) { matrix = binarizer . getBlackMatrix ( ) ; } return matrix ; } | converts a 2d array of luminance data to 1 bit . as above , assume this method is expensive and do not call it repeatedly . this method is intended for decoding 2d barcodes and may or may not apply sharpening . therefore , a row from this matrix may not be identical to one fetched using getblackrow , so do n't mix and ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.