idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
21,700 | returns a legend item from the collection . concode_field_sep long serialVersionUID concode_elem_sep List items concode_field_sep void add concode_elem_sep Iterator iterator concode_elem_sep void addAll concode_elem_sep int getItemCount concode_elem_sep boolean equals concode_elem_sep Object clone | LegendItem function ( int arg0 ) { return ( LegendItem ) this . items . get ( arg0 ) ; } |
21,701 | encode the byte data to base 64 writing it to the given output stream . concode_field_sep Encoder encoder concode_field_sep byte[] decode concode_elem_sep byte[] decode concode_elem_sep int decode | int function ( byte [ ] arg0 , int arg1 , int arg2 , OutputStream arg3 ) { return encoder . encode ( arg0 , arg1 , arg2 , arg3 ) ; } |
21,702 | returns a bold version of the given font . concode_field_sep Map<Font,Font> m_fontToBoldFontMap concode_elem_sep Map<RGB,Color> m_colorMap concode_elem_sep int BOTTOM_LEFT concode_elem_sep int BOTTOM_RIGHT concode_elem_sep int TOP_RIGHT concode_elem_sep int TOP_LEFT concode_elem_sep Map<Integer,Cursor> m_idToCursorMap ... | Font function ( Font arg0 ) { Font loc0 = m_fontToBoldFontMap . get ( arg0 ) ; if ( loc0 == null ) { FontData loc1 [ ] = arg0 . getFontData ( ) ; FontData loc2 = loc1 [ 0 ] ; loc0 = new Font ( Display . getCurrent ( ) , loc2 . getName ( ) , loc2 . getHeight ( ) , SWT . BOLD ) ; m_fontToBoldFontMap . put ( arg0 , loc0 )... |
21,703 | the attributes . concode_field_sep String thingName concode_elem_sep java.util.Map<String,String> attributes concode_field_sep ThingAttribute withAttributes concode_elem_sep ThingAttribute addAttributesEntry concode_elem_sep java.util.Map<String,String> getAttributes concode_elem_sep void setThingName concode_elem_sep ... | void function ( java . util . Map < String , String > arg0 ) { this . attributes = arg0 ; } |
21,704 | returns the topmost y texture coordinate of this rectangle . concode_field_sep float top concode_elem_sep float left concode_elem_sep float bottom concode_elem_sep float right concode_field_sep float[] getST_LB_RB_LT_RT concode_elem_sep float left concode_elem_sep float bottom concode_elem_sep String toString concode_e... | float function ( ) { return top ; } |
21,705 | generates and initializes a certificate from the provided inputstream . concode_field_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep CertificateFactorySpi spiImpl concode_elem_sep String type concode_field_sep CertPath generateCertPath concode_elem_sep CertPath gen... | Certificate function ( InputStream arg0 ) { return spiImpl . engineGenerateCertificate ( arg0 ) ; } |
21,706 | parse a double from a byte array . concode_field_sep int B10 concode_elem_sep int B1111 concode_elem_sep char[] hexchars concode_elem_sep int B11111 concode_elem_sep int B11110 concode_elem_sep int B111 concode_elem_sep int B11 concode_elem_sep int B110 concode_elem_sep int B1110 concode_field_sep String toXMLString co... | double function ( byte [ ] arg0 , int arg1 ) { return WritableComparator . readDouble ( arg0 , arg1 ) ; } |
21,707 | returns the list of freeflowitems that will be added because they are present in the new layout that the freeflowcontainer is transitioning to . the views representing these items are already placed on the stage before the layoutanimator is called . concode_field_sep List<FreeFlowItem> removed concode_elem_sep List<Fre... | List < FreeFlowItem > function ( ) { return added ; } |
21,708 | gets the value of the end property . concode_field_sep String _for concode_elem_sep String start concode_elem_sep String end concode_elem_sep String endopen concode_elem_sep String value concode_elem_sep String startopen concode_field_sep String getValue concode_elem_sep String getEndopen concode_elem_sep String getSta... | String function ( ) { return end ; } |
21,709 | makes a glyph vector for a character . concode_field_sep List<Glyph> outputView concode_elem_sep List<Glyph> output concode_elem_sep FontRenderContext fontRenderContext concode_elem_sep RenderDelegate renderDelegate concode_elem_sep char[] characters concode_elem_sep Font font concode_elem_sep Map<String,GlyphVector> g... | GlyphVector function ( final char arg0 ) { characters [ 0 ] = arg0 ; return font . createGlyphVector ( fontRenderContext , characters ) ; } |
21,710 | wrap the tokenstream according to the provided informations of contextconfig and a related document . concode_field_sep char SEPARATOR concode_elem_sep SortedMap<String,ContextMapping> EMPTY_MAPPING concode_elem_sep String FIELD_VALUE concode_elem_sep String FIELD_MISSING concode_elem_sep String FIELD_TYPE concode_elem... | TokenStream function ( TokenStream arg0 ) { for ( ContextConfig loc0 : contexts . values ( ) ) { arg0 = loc0 . wrapTokenStream ( doc , arg0 ) ; } return arg0 ; } |
21,711 | puts back the four color components into a integer representation concode_field_sep PlaceHolder placeHolder concode_field_sep int red concode_elem_sep int green concode_elem_sep int blue concode_elem_sep int alpha concode_elem_sep int shift concode_elem_sep int compareLong concode_elem_sep int unshift | int function ( int arg0 , int arg1 , int arg2 , int arg3 ) { return ( ( arg3 & 0xFF ) << 24 ) | ( ( arg0 & 0xFF ) << 16 ) | ( ( arg1 & 0xFF ) << 8 ) | ( ( arg2 & 0xFF ) << 0 ) ; } |
21,712 | unique identifier of this user in the database . concode_field_sep java.lang.String mailAddr concode_elem_sep org.topcased.gpm.business.authorization.service.UserAttributesData[] userAttributes concode_elem_sep java.lang.String name concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String forname concod... | java . lang . String function ( ) { return this . id ; } |
21,713 | this method is called before the successors of a controlsplitnode are visited . concode_field_sep PlaceHolder placeHolder concode_field_sep void loopBegin concode_elem_sep boolean merge concode_elem_sep T clone concode_elem_sep void loopEnds | void function ( AbstractBeginNode arg0 ) { } |
21,714 | returns a java nio object . concode_field_sep int offset concode_elem_sep int size concode_elem_sep FileChannel fileChannel concode_field_sep int getSize concode_elem_sep int getOffset | FileChannel function ( ) { return fileChannel ; } |
21,715 | request handling common functionality can be overridden if desired concode_field_sep int EXIT_ACCESS_DENIED concode_elem_sep int NETWORK_WAIT concode_elem_sep int mExitStatus concode_elem_sep ValidationResult succeeded concode_elem_sep String EAS_PROTOCOL concode_elem_sep int EXIT_IO_ERROR concode_elem_sep Context mCon... | void function ( Request arg0 ) { mRequestQueue . offer ( arg0 ) ; } |
21,716 | return whether a package is installed . concode_field_sep String TAG concode_elem_sep String GPLUS_PACKAGE_NAME concode_elem_sep String TWITTER_PACKAGE_NAME concode_field_sep MessageData getAfterHoursMessageData concode_elem_sep MessageData getKeynoteAccessMessageData concode_elem_sep MessageData getConferenceOptInMess... | boolean function ( Context arg0 , String arg1 ) { PackageManager loc0 = arg0 . getPackageManager ( ) ; PackageInfo loc1 ; try { loc1 = loc0 . getPackageInfo ( arg1 , 0 ) ; } catch ( PackageManager . NameNotFoundException loc2 ) { loc1 = null ; } return loc1 != null && loc1 . applicationInfo != null && loc1 . applicatio... |
21,717 | apply the typeface to all the given viewids concode_field_sep Context context concode_elem_sep int position concode_elem_sep View convertView concode_elem_sep SparseArray<View> views concode_field_sep BaseAdapterHelper setImageUrl concode_elem_sep BaseAdapterHelper setImageBitmap concode_elem_sep BaseAdapterHelper setV... | BaseAdapterHelper function ( Typeface arg0 , int ... arg1 ) { for ( int loc0 : arg1 ) { TextView loc1 = retrieveView ( loc0 ) ; loc1 . setTypeface ( arg0 ) ; } return this ; } |
21,718 | creates a new membership request with the primary key . does not add the membership request to the database . concode_field_sep MembershipRequestLocalService _membershipRequestLocalService concode_field_sep void deleteMembershipRequests concode_elem_sep void deleteMembershipRequests concode_elem_sep void setWrappedServ... | com . liferay . portal . model . MembershipRequest function ( long arg0 ) { return _membershipRequestLocalService . createMembershipRequest ( arg0 ) ; } |
21,719 | sets the post build retention period concode_field_sep Agent agent concode_elem_sep List<MatrixParameter> runParameters concode_elem_sep String artifactoryPrincipal concode_elem_sep String started concode_elem_sep long durationMillis concode_elem_sep BuildType type concode_elem_sep String version concode_elem_sep Strin... | BuildInfoBuilder function ( List < MatrixParameter > arg0 ) { this . runParameters = arg0 ; return this ; } |
21,720 | returns the page object or page tree node dictionary from which this object was constructed . concode_field_sep PdfModule _module concode_elem_sep PageTreeNode _parent concode_elem_sep boolean _pageObjectFlag concode_elem_sep PdfDictionary _dict concode_elem_sep boolean _walkFinished concode_field_sep DocNode getParent... | PdfDictionary function ( ) { return _dict ; } |
21,721 | prints a message at info 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 println... | void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( INFO , arg0 , arg1 , arg2 ) ; } |
21,722 | must be called with write lock ! concode_field_sep Lock writeLock concode_elem_sep int numSteps concode_elem_sep Collection<String> flowFileUuids concode_elem_sep long computationNanos concode_elem_sep Date expirationDate concode_elem_sep Set<LineageEdge> edges concode_elem_sep boolean canceled concode_elem_sep Collect... | void function ( ) { expirationDate = new Date ( System . currentTimeMillis ( ) + TTL ) ; } |
21,723 | get adjacent point code concode_field_sep FastMap<String,Link> links concode_elem_sep String LINKSET_STATE concode_elem_sep FastMap<String,Link> loadedLinks concode_elem_sep int mode concode_elem_sep String LINKSET_NI concode_elem_sep int opc concode_elem_sep int ni concode_elem_sep String LINK concode_elem_sep String ... | int function ( ) { return apc ; } |
21,724 | document me ! concode_field_sep PlaceHolder placeHolder concode_field_sep String fileName | File function ( ) { try { return TestData . file ( EdigeoTestUtils . class , null ) ; } catch ( IOException loc0 ) { return null ; } } |
21,725 | notify all lifecycle event listeners that a particular event has occurred for this container . the default implementation performs this notification synchronously using the calling thread . concode_field_sep InstanceListener listeners[] concode_elem_sep Wrapper wrapper concode_elem_sep Object listenersLock concode_fiel... | void function ( String arg0 , Filter arg1 ) { if ( listeners . length == 0 ) return ; InstanceEvent loc0 = new InstanceEvent ( wrapper , arg1 , arg0 ) ; InstanceListener loc1 [ ] = listeners ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) loc1 [ loc2 ] . instanceEvent ( loc0 ) ; } |
21,726 | returns the authentication scheme , like basic . concode_field_sep String scheme concode_elem_sep String headerValue concode_elem_sep String realm concode_field_sep Credential authenticate concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode... | String function ( ) { return scheme ; } |
21,727 | construct a new unique key that does not match any other key . concode_field_sep Object key concode_field_sep void set concode_elem_sep void set concode_elem_sep T get concode_elem_sep T get concode_elem_sep T createValue concode_elem_sep T getOrNull | StoredValue < T > function ( ) { return new StoredValue < > ( ) ; } |
21,728 | gets the type of the activity i.e. whether an activity is an instance of assign , sequence etc. . concode_field_sep String value concode_elem_sep String attribute concode_field_sep String getValue | String function ( ) { return attribute ; } |
21,729 | checks that the transformed model is the same as the model built up in the legacy subsystem controller via the transformed operations , and that the transformed model is valid according to the resource definition in the legacy subsystem controller . concode_field_sep CoreModelTestDelegate delegate concode_field_sep Mod... | ModelNode function ( KernelServices arg0 , ModelVersion arg1 ) { return checkCoreModelTransformation ( arg0 , arg1 , null , null ) ; } |
21,730 | returns the spring bean id for this bean . concode_field_sep LearningActivityTryService _service concode_field_sep void clearService concode_elem_sep void setService concode_elem_sep java.lang.Object invokeMethod concode_elem_sep void setBeanIdentifier concode_elem_sep java.util.List<com.liferay.lms.model.LearningActiv... | java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; } |
21,731 | sets the value of the this property . concode_field_sep List<String> portKeys concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep List<String> getPortKeys | void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } |
21,732 | gets whether the executor prints progress results to `` standard out '' system #out . concode_field_sep String REMOTE_EXECUTOR_CLASS concode_elem_sep boolean printUpdatesToSysout concode_elem_sep String LOCAL_EXECUTOR_CLASS concode_field_sep JobExecutionResult executePlan concode_elem_sep PlanExecutor createLocalExecut... | boolean function ( ) { return this . printUpdatesToSysout ; } |
21,733 | set the attributes for the palmdb object . concode_field_sep int typeID concode_elem_sep Record[] records concode_elem_sep int creatorID concode_elem_sep short attribute concode_elem_sep int version concode_elem_sep byte[] bName concode_elem_sep int NAME_LENGTH concode_elem_sep String sName concode_field_sep int getVer... | void function ( int arg0 , int arg1 , int arg2 , short arg3 ) { this . creatorID = arg0 ; this . typeID = arg1 ; this . version = arg2 ; this . attribute = arg3 ; } |
21,734 | the name . concode_field_sep String instanceId concode_elem_sep String ip concode_elem_sep String domain concode_elem_sep String name concode_elem_sep String region concode_field_sep void setRegion concode_elem_sep String getInstanceId concode_elem_sep ElasticIp withIp concode_elem_sep String getName concode_elem_sep E... | void function ( String arg0 ) { this . name = arg0 ; } |
21,735 | wrapped json object . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatInterval concode_elem_sep int ge... | JSONObject function ( ) { return options ; } |
21,736 | gets the value of the rval property . concode_field_sep ResultSet rval concode_field_sep void setRval | ResultSet function ( ) { return rval ; } |
21,737 | tcp_nodelay socket option concode_field_sep boolean reuseAddress concode_elem_sep int lingerSeconds concode_elem_sep boolean keepAlive concode_elem_sep int KILO_BYTE concode_elem_sep int bufferSize concode_elem_sep int DEFAULT_BUFFER_SIZE_BYTE concode_elem_sep int DEFAULT_BUFFER_SIZE concode_elem_sep boolean tcpNoDelay... | boolean function ( ) { return tcpNoDelay ; } |
21,738 | sets the value of the displayname property . concode_field_sep String displayName concode_elem_sep String entityName concode_elem_sep long serialVersionUID concode_elem_sep Guid id concode_field_sep String getDisplayName concode_elem_sep void setId concode_elem_sep Guid getId concode_elem_sep String getEntityName conco... | void function ( String arg0 ) { this . displayName = arg0 ; } |
21,739 | returns the osgi service identifier . concode_field_sep PortletService _portletService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.model.Portlet updatePortlet concode_elem_sep PortletService getWrappedService concode_elem_sep com.liferay.portal.kernel.json.JSONArray getWARPortlets | java . lang . String function ( ) { return _portletService . getOSGiServiceIdentifier ( ) ; } |
21,740 | returns the number of pages in this heapfile . concode_field_sep TupleDesc td concode_elem_sep Iterator<Tuple> iterator concode_elem_sep File file concode_elem_sep boolean opened concode_elem_sep int pageNum concode_elem_sep TransactionId tid concode_field_sep Tuple next concode_elem_sep void writePage concode_elem_sep... | int function ( ) { return ( int ) Math . ceil ( file . length ( ) / ( double ) BufferPool . PAGE_SIZE ) ; } |
21,741 | get the specific token . concode_field_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep int[] jj_la1 concode_elem_sep int valor concode_elem_sep String nome concode_elem_sep java.util.List<int[]> jj_expentries concode_elem_sep String nome concode_elem_sep ArrayList<Simbolo> t... | Token function ( int arg0 ) { Token loc0 = token ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { if ( loc0 . next != null ) loc0 = loc0 . next ; else loc0 = loc0 . next = token_source . getNextToken ( ) ; } return loc0 ; } |
21,742 | the estimated tcp/ip overhead . concode_field_sep session_status s concode_field_sep int getDHTTorrents concode_elem_sep long getTotalUpload concode_elem_sep int getDHTTotalAllocations concode_elem_sep boolean hasIncomingConnections concode_elem_sep long getTotalDHTDownload concode_elem_sep long getTotalIPOverheadUploa... | long function ( ) { return s . getTotal_ip_overhead_download ( ) ; } |
21,743 | gets new cache entry . concode_field_sep V mergeVal concode_elem_sep GridCacheVersionedEntry<K,V> oldEntry concode_elem_sep GridCacheVersionedEntry<K,V> newEntry concode_elem_sep State state concode_elem_sep boolean manualResolve concode_elem_sep long ttl concode_field_sep boolean isManualResolve concode_elem_sep GridC... | GridCacheVersionedEntry < K , V > function ( ) { return newEntry ; } |
21,744 | tests that closing a thresholdcircuitbreaker resets the internal counter . concode_field_sep long threshold concode_elem_sep long zeroThreshold concode_field_sep void testThreshold concode_elem_sep void testThresholdEqualsZero concode_elem_sep void testThresholdCircuitBreakingException concode_elem_sep void testGetting... | void function ( ) { ThresholdCircuitBreaker loc0 = new ThresholdCircuitBreaker ( threshold ) ; loc0 . incrementAndCheckState ( 9L ) ; loc0 . close ( ) ; assertFalse ( "srini_string" , loc0 . incrementAndCheckState ( 9L ) ) ; } |
21,745 | configure the complete list of supported argument types effectively overriding the ones configured by default . this is an advanced option . for most use cases it should be sufficient to use #setcustomargumentresolvers java.util.list . concode_field_sep ConversionService conversionService concode_elem_sep List<HandlerM... | void function ( List < HandlerMethodArgumentResolver > arg0 ) { if ( arg0 == null ) { this . argumentResolvers . clear ( ) ; return ; } this . argumentResolvers . addResolvers ( arg0 ) ; } |
21,746 | sets the value of the thresholdvalue property . concode_field_sep Layout layout concode_elem_sep String volume concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String loop concode_elem_sep String width concode_elem_sep String thresholdValue concode_elem... | void function ( String arg0 ) { this . thresholdValue = arg0 ; } |
21,747 | sets the value of the getcityweatherbyzipresult property . concode_field_sep WeatherReturn getCityWeatherByZIPResult concode_field_sep WeatherReturn getGetCityWeatherByZIPResult | void function ( WeatherReturn arg0 ) { this . getCityWeatherByZIPResult = arg0 ; } |
21,748 | compute the number of seconds from the proleptic gregorian epoch to the given time . concode_field_sep TimeZone ZULU concode_elem_sep long SECS_PER_DAY concode_elem_sep Pattern UTC_TZID concode_elem_sep TimeZone BOGUS_TIMEZONE concode_elem_sep int[] MONTH_START_TO_DOY concode_field_sep TimeZone utcTimezone concode_elem... | long function ( DateValue arg0 ) { long loc0 = fixedFromGregorian ( arg0 ) * SECS_PER_DAY ; if ( arg0 instanceof TimeValue ) { TimeValue loc1 = ( TimeValue ) arg0 ; loc0 += loc1 . second ( ) + 60 * ( loc1 . minute ( ) + 60 * loc1 . hour ( ) ) ; } return loc0 ; } |
21,749 | change to a new state and notify all listeners . this is a private method that is only invoked from synchronized methods , which avoid having to clone the listener list . it does imply that the state change listener methods should be short lived , as they will delay the state transition . concode_field_sep STATE state ... | void function ( STATE arg0 ) { state = arg0 ; for ( ServiceStateChangeListener loc0 : listeners ) { loc0 . stateChanged ( this ) ; } } |
21,750 | insert the invalidslot into the given any . concode_field_sep PlaceHolder placeHolder concode_field_sep InvalidSlot extract concode_elem_sep InvalidSlot read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | void function ( Any arg0 , InvalidSlot arg1 ) { arg0 . insert_Streamable ( new EmptyExceptionHolder ( arg1 , type ( ) ) ) ; } |
21,751 | create an instance of xsdpositiveintegertype concode_field_sep QName _HandlerChains_QNAME concode_field_sep XsdAnyURIType createXsdAnyURIType concode_elem_sep EmptyType createEmptyType concode_elem_sep PortComponentRefType createPortComponentRefType concode_elem_sep SecurityRoleRefType createSecurityRoleRefType concode... | XsdPositiveIntegerType function ( ) { return new XsdPositiveIntegerType ( ) ; } |
21,752 | setter for device import mode . concode_field_sep DeviceStatus Status concode_elem_sep ImportMode ImportMode concode_elem_sep String ETag concode_elem_sep String StatusReason concode_elem_sep AuthenticationMechanism Authentication concode_elem_sep String Id concode_field_sep String getId concode_elem_sep DeviceStatus g... | void function ( com . microsoft . azure . iot . service . sdk . ImportMode arg0 ) { ImportMode = arg0 ; } |
21,753 | mostrar un mensaje que tenga un si y un no concode_field_sep int SI concode_elem_sep int NO concode_elem_sep int CANCELAR concode_field_sep int mensajePreguntaSiNoCancelar concode_elem_sep void mensajeError concode_elem_sep void mensajeError concode_elem_sep void mensajeInformacion concode_elem_sep void mensajeInformac... | int function ( String arg0 ) { return javax . swing . JOptionPane . showConfirmDialog ( null , arg0 , "srini_string" , javax . swing . JOptionPane . YES_NO_OPTION ) ; } |
21,754 | event handler for the east border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRend... | void function ( ValueChangeEvent arg0 ) { setRenderEast ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; } |
21,755 | indicates whether this feature is for expert use only . concode_field_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep Hashtable<String,Object> valueHash concode_elem_sep String shortDescription concode_elem_sep boolean preferred concod... | boolean function ( ) { return expert ; } |
21,756 | get a globalgraphoperations for the given db . concode_field_sep NodeManager nodeManager concode_field_sep Iterable<Node> getAllNodes concode_elem_sep Iterable<Relationship> getAllRelationships concode_elem_sep Iterable<RelationshipType> getAllRelationshipTypes | GlobalGraphOperations function ( GraphDatabaseService arg0 ) { return new GlobalGraphOperations ( arg0 ) ; } |
21,757 | flush any buffered metrics concode_field_sep Set<String> nameMap concode_elem_sep MetricsSystemImpl ms concode_elem_sep int count concode_field_sep int getMapCount concode_elem_sep void init concode_elem_sep void putMetrics concode_elem_sep void testFSDataSetMetrics concode_elem_sep int getFoundKeyCount | void function ( ) { } |
21,758 | convenience method for creating cameloperator instances concode_field_sep CamelContext camelContext concode_elem_sep ExecutorService workerPool concode_field_sep Endpoint endpoint concode_elem_sep void sendTo concode_elem_sep void sendTo concode_elem_sep Observable<Message> toObservable concode_elem_sep Observable<T> t... | CamelOperator function ( String arg0 ) { return new CamelOperator ( camelContext , arg0 ) ; } |
21,759 | sets the timestamp on or after which the deprecation state of this resource will be changed to status #deprecated . timestamp should be in rfc3339 format . concode_field_sep String deleted concode_elem_sep String deprecated concode_elem_sep String obsolete concode_elem_sep DateTimeFormatter TIMESTAMP_PARSER concode_ele... | Builder < T > function ( String arg0 ) { this . deprecated = arg0 ; return this ; } |
21,760 | returns all options which have been created so far . concode_field_sep Option<List<String>> EXPERIMENTS concode_elem_sep Option<String> EXTENSION_DESCRIPTOR_SET concode_elem_sep Option<List<String>> PROTO_SOURCES concode_elem_sep Option<FileWrapper> EXTENSION_DESCRIPTOR_SET_CONTENTS concode_elem_sep Option<List<FileWra... | Iterable < Option < ? >> function ( ) { return registeredOptions ; } |
21,761 | sets the application context concode_field_sep Context mContext concode_elem_sep List<RajawaliRenderer> mRenderers concode_elem_sep RajawaliRenderer mRenderer concode_field_sep RajawaliRenderer getRenderer concode_elem_sep void unregisterRenderer concode_elem_sep void registerRenderer concode_elem_sep Context getContex... | void function ( Context arg0 ) { mContext = arg0 ; } |
21,762 | writes a utf-8 encoded string . since ascii is a subset of utf-8 , this method can be used to write strings that are known to be ascii-only . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> I... | void function ( String arg0 ) { byte [ ] loc0 = arg0 . getBytes ( "srini_string" ) ; writeInt ( loc0 . length , PREFIX_8_BITS , 0 ) ; out . write ( loc0 ) ; } |
21,763 | checks if this resource list and that resource list has any conflicting resource access . concode_field_sep Set<Resource> all concode_elem_sep Map<Resource,Integer> write concode_elem_sep Logger LOGGER concode_elem_sep Integer MAX_INT concode_elem_sep ResourceList EMPTY concode_field_sep ResourceList r concode_elem_sep... | boolean function ( ResourceList arg0 ) { return getConflict ( arg0 ) != null ; } |
21,764 | retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap sqlLookup concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_field_sep Statement compile concode_elem_sep void res... | long function ( ) { next_cs_id ++ ; return next_cs_id ; } |
21,765 | gets the contained query . concode_field_sep Query query concode_elem_sep Map<Object,DocIdSet> cache concode_field_sep BitSet getBitSet concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | Query function ( ) { return query ; } |
21,766 | some database require quoting the blob in selects concode_field_sep PlaceHolder placeHolder concode_field_sep boolean supportsForUpdate concode_elem_sep String sqlTableExists concode_elem_sep String getBlobType concode_elem_sep String getCurrentTimestampFunction concode_elem_sep boolean isCurrentTimestampSelectStringCa... | String function ( ) { return "srini_string" ; } |
21,767 | validate the file . return true if no errors or warnings found . concode_field_sep String BUILD_DATE concode_elem_sep EPUBProfile profile concode_elem_sep Report report concode_elem_sep File epubFile concode_elem_sep String VERSION concode_field_sep String buildDate concode_elem_sep void checkEpubHeader concode_elem_se... | boolean function ( ) { int loc0 = doValidate ( ) ; return loc0 == 0 ; } |
21,768 | sets the http proxy that will be used by connections created by this client . this takes precedence over #setproxyselector , which is only honored when this proxy is null which it is by default . to disable proxy use completely , call setproxy proxy.no _ proxy . concode_field_sep boolean followProtocolRedirects concode... | OkHttpClient function ( Proxy arg0 ) { this . proxy = arg0 ; return this ; } |
21,769 | checks whether a character is a #separators separator . concode_field_sep BasicHeaderValueFormatter DEFAULT concode_elem_sep String UNSAFE_CHARS concode_elem_sep String SEPARATORS concode_field_sep String formatNameValuePair concode_elem_sep CharArrayBuffer formatNameValuePair concode_elem_sep int estimateNameValuePair... | boolean function ( char arg0 ) { return SEPARATORS . indexOf ( arg0 ) >= 0 ; } |
21,770 | obtains the preferred picture aspect ratio in terms of the picture size setting . concode_field_sep SettingsManager mSettingsManager concode_elem_sep String mResolutionBlackListFront concode_elem_sep String mResolutionBlackListBack concode_elem_sep Log.Tag TAG concode_elem_sep OneCameraManager mOneCameraManager concode... | Rational function ( CameraId arg0 , Facing arg1 ) { Size loc0 = getPictureSize ( arg0 , arg1 ) ; return new Rational ( loc0 . getWidth ( ) , loc0 . getHeight ( ) ) ; } |
21,771 | closes the textcache object . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog concode_elem_sep void setScriptType concode_elem_sep void setWriteDela... | void function ( HsqlName arg0 ) { lLog . closeTextCache ( arg0 ) ; } |
21,772 | serializes an int to a binary stream with zero-compressed encoding . concode_field_sep int B10 concode_elem_sep int B1111 concode_elem_sep char[] hexchars concode_elem_sep int B11111 concode_elem_sep int B11110 concode_elem_sep int B111 concode_elem_sep int B11 concode_elem_sep int B110 concode_elem_sep int B1110 conco... | void function ( DataOutput arg0 , int arg1 ) { WritableUtils . writeVInt ( arg0 , arg1 ) ; } |
21,773 | documentation pending concode_field_sep String keywords concode_elem_sep Long ADMIN concode_elem_sep Long DEFAULT_TYPEID concode_elem_sep long serialVersionUID concode_elem_sep Long accessTypeId concode_elem_sep String description concode_elem_sep Long questionPoolId concode_elem_sep String rubric concode_elem_sep Stri... | Date function ( ) { return dateCreated ; } |
21,774 | get the type of decompressor needed by this compressioncodec . concode_field_sep Configuration conf concode_field_sep Configuration getConf concode_elem_sep Decompressor createDecompressor concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep CompressionOutputStream createOutputStream concode_ele... | Class < ? extends Decompressor > function ( ) { if ( ! isNativeCodeLoaded ( ) ) { throw new RuntimeException ( "srini_string" ) ; } return Lz4Decompressor . class ; } |
21,775 | use this method if you want your class name to be prefixed to each log output . concode_field_sep String APP_TAG concode_elem_sep String mLogPrefix concode_field_sep String getMsg concode_elem_sep void d concode_elem_sep void d concode_elem_sep void e concode_elem_sep void e concode_elem_sep void w concode_elem_sep voi... | Logger function ( Class < ? > arg0 ) { return new Logger ( arg0 . getSimpleName ( ) + "srini_string" ) ; } |
21,776 | gets the value of the ascontext property . concode_field_sep AsContext asContext concode_elem_sep SasContext sasContext concode_elem_sep TransportConfig transportConfig concode_field_sep void setTransportConfig concode_elem_sep SasContext getSasContext concode_elem_sep TransportConfig getTransportConfig concode_elem_se... | AsContext function ( ) { return asContext ; } |
21,777 | accesseur de la postition concode_field_sep String MotDePasse concode_elem_sep String Prenom concode_elem_sep String Description concode_elem_sep LatLng Position concode_elem_sep String VilleOrigine concode_elem_sep String LieuDeStage concode_elem_sep UUID ID concode_elem_sep String NomCompte concode_elem_sep String No... | LatLng function ( ) { return Position ; } |
21,778 | returns the name assigned to the job graph . concode_field_sep String jobName concode_elem_sep JobSnapshottingSettings snapshotSettings concode_elem_sep JobID jobID concode_elem_sep List<BlobKey> userJarBlobKeys concode_elem_sep String jsonPlan concode_elem_sep Configuration jobConfiguration concode_elem_sep ScheduleMo... | String function ( ) { return this . jobName ; } |
21,779 | create a new org.icefaces.apache.commons.fileupload.disk.diskfileitem instance from the supplied parameters and the local factory configuration . concode_field_sep int sizeThreshold concode_elem_sep int DEFAULT_SIZE_THRESHOLD concode_elem_sep File repository concode_elem_sep FileCleaningTracker fileCleaningTracker conc... | FileItem function ( String arg0 , String arg1 , boolean arg2 , String arg3 ) { DiskFileItem loc0 = new DiskFileItem ( arg0 , arg1 , arg2 , arg3 , sizeThreshold , repository ) ; FileCleaningTracker loc1 = getFileCleaningTracker ( ) ; if ( loc1 != null ) { loc1 . track ( loc0 . getTempFile ( ) , this ) ; } return loc0 ; ... |
21,780 | makes text print on the terminal in red . concode_field_sep byte BEL concode_elem_sep String FG_GRAY concode_elem_sep String BG_GRAY concode_elem_sep String BG_GREEN concode_elem_sep OutputStream out concode_elem_sep byte TEXT_BOLD concode_elem_sep String BG_RED concode_elem_sep String FG_CYAN concode_elem_sep String B... | void function ( ) { setTextColor ( FG_GREEN ) ; } |
21,781 | reset the structure with a new size as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void re... | void function ( int arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 ] ; int [ ] loc1 = new int [ arg1 ] ; hashTable = loc0 ; linkTable = loc1 ; resetTables ( ) ; } |
21,782 | return the string we are currently parsing . concode_field_sep int index concode_elem_sep int length concode_elem_sep String string concode_elem_sep char chars[] concode_field_sep int findText concode_elem_sep int getIndex concode_elem_sep int skipWhite concode_elem_sep int skipChar concode_elem_sep int skipText concod... | String function ( ) { return ( this . string ) ; } |
21,783 | tries to find the given element in a working copy . concode_field_sep String fMessage concode_elem_sep ISelection fSelection concode_elem_sep String fTitle concode_elem_sep boolean fModifiesFile concode_elem_sep JavaEditor fEditor concode_field_sep JavaEditor getEditor concode_elem_sep JavaEditor getEditor concode_elem... | IJavaScriptElement function ( IJavaScriptElement arg0 ) { return arg0 ; } |
21,784 | an error occurred while running the test . concode_field_sep String UNKNOWN concode_elem_sep ConcurrentMap<Test,Test> failedTests concode_elem_sep Element rootElement concode_elem_sep ConcurrentMap<Test,Long> testStarts concode_elem_sep Document document concode_elem_sep ConcurrentMap<Test,Element> testElements concode... | void function ( Test arg0 , Throwable arg1 ) { Element loc0 = formatError ( ERROR , arg0 , arg1 ) ; onFailureOrError ( arg0 , arg1 , loc0 ) ; } |
21,785 | returns the artifact coordinates as a string . concode_field_sep String CENTRAL_CONTENT_URL concode_elem_sep String groupId concode_elem_sep String artifactUrl concode_elem_sep String artifactId concode_elem_sep String pomUrl concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep void setG... | String function ( ) { return String . format ( "srini_string" , groupId , artifactId , version ) ; } |
21,786 | adds a listener to this async response . listeners can be used to be notified of async lifecycle events . concode_field_sep HttpServletRequest request concode_elem_sep Method handler concode_elem_sep Runnable cleanupCallback concode_elem_sep Log log concode_elem_sep boolean handlerInvoked concode_elem_sep HttpServletRe... | void function ( AsyncListener arg0 ) { listeners . add ( arg0 ) ; } |
21,787 | returns the total of all counts . concode_field_sep String label concode_elem_sep Map<String,Integer> map concode_field_sep void processElements concode_elem_sep void incrementTermCount concode_elem_sep String getLabel concode_elem_sep Integer get concode_elem_sep void main concode_elem_sep Set<String> keySet concode_e... | int function ( ) { int loc0 = 0 ; for ( Integer loc1 : map . values ( ) ) { loc0 += loc1 ; } return loc0 ; } |
21,788 | returns the back-off strategy included in this retry policy . concode_field_sep int maxErrorRetry concode_elem_sep BackoffStrategy NO_DELAY concode_elem_sep BackoffStrategy backoffStrategy concode_elem_sep RetryCondition NO_RETRY_CONDITION concode_elem_sep boolean honorMaxErrorRetryInClientConfig concode_elem_sep Retry... | BackoffStrategy function ( ) { return backoffStrategy ; } |
21,789 | sets 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 concode_... | void function ( Calendar arg0 ) { this . spring = arg0 ; } |
21,790 | sets value of the coreprotocolpnames #http_content_charset parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep ProtocolVersion getVersion concode_elem_sep boolean useExpectContinue concode_elem_sep void setHttpElementCharset concode_elem_sep void setVersion concode_elem_sep String getUserAgent conco... | void function ( final HttpParams arg0 , final String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setParameter ( CoreProtocolPNames . HTTP_CONTENT_CHARSET , arg1 ) ; } |
21,791 | sets the log writer for this managedconnection instance . concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl1 connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnec... | void function ( PrintWriter arg0 ) { log . trace ( "srini_string" ) ; logwriter = arg0 ; } |
21,792 | returns the primitive type string . concode_field_sep String exception_noenablednodes concode_elem_sep String exception_illegalexecutionid concode_elem_sep ExecutionContext instance concode_elem_sep HashMap<ActivityNode,Breakpoint> breakpoints concode_elem_sep Locus locus concode_elem_sep EventHandler eventHandler conc... | PrimitiveType function ( ) { return this . locus . factory . getBuiltInType ( "srini_string" ) ; } |
21,793 | creates a new , initially empty track as part of this sequence . the track initially contains the meta-event end of track . the newly created track is returned . all tracks in the sequence may be retrieved using #gettracks . tracks may be removed from the sequence using #deletetrack . concode_field_sep float SMPTE_24 c... | Track function ( ) { Track loc0 = new Track ( ) ; tracks . addElement ( loc0 ) ; return loc0 ; } |
21,794 | main run routine for this thread . will loop getting packets from the connection and processing them . concode_field_sep CommandSet[] _sets concode_elem_sep DataOutputStream _os concode_elem_sep boolean _shutdown concode_elem_sep ByteArrayOutputStream _outputBytes concode_elem_sep JdwpConnection _connection concode_fie... | Object function ( ) { Jdwp . getDefault ( ) . subcomponentInitialized ( ) ; try { while ( ! _shutdown ) { _processOnePacket ( ) ; } } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } Jdwp . getDefault ( ) . shutdown ( ) ; return null ; } |
21,795 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<ConversionTask> conversionTasks concode_field_sep java.util.List<ConversionTask> getConversionTasks concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getConversionTasks ( ) != null ) loc0 . append ( "srini_string" + getConversionTasks ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
21,796 | invokes the specific listener for the object return type . concode_field_sep MethodListener sDefaultListener concode_elem_sep HashMap<String,MethodListener> sMethods concode_field_sep long invokeL concode_elem_sep void setMethodListener concode_elem_sep int invokeI concode_elem_sep void invokeV concode_elem_sep float i... | Object function ( String arg0 , boolean arg1 , Object arg2 ) { MethodListener loc0 = sMethods . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . onInvokeA ( arg0 , arg1 , arg2 ) ; } else if ( sDefaultListener != null ) { return sDefaultListener . onInvokeA ( arg0 , arg1 , arg2 ) ; } return null ; } |
21,797 | starts gui , handles login process and opens new input stream listener for chatclient concode_field_sep boolean chatAlive concode_elem_sep Controller controller concode_elem_sep DataOutputStream streamOut concode_elem_sep String[] serverData concode_elem_sep boolean loggedIn concode_elem_sep ConcurrentHashMap<String,Cl... | void function ( ChatClient arg0 ) { arg0 . startGUI ( ) ; requireLogin ( ) ; System . out . println ( "srini_string" + username ) ; chatAlive = true ; controller . setEncryptor ( new Encryptor ( ) ) ; ClientGUI . getInstance ( ) . changeToChat ( ) ; readStreamIn ( ) ; } |
21,798 | gets the value of the y property . concode_field_sep int x concode_elem_sep int y concode_field_sep int getX concode_elem_sep void setY concode_elem_sep void setX | int function ( ) { return y ; } |
21,799 | gets the value of the prefix property . concode_field_sep String number concode_elem_sep ShelvingOrder shelvingOrder concode_elem_sep String prefix concode_elem_sep CallNumberType callNumberType concode_field_sep String getNumber concode_elem_sep ShelvingOrder getShelvingOrder concode_elem_sep void setCallNumberType co... | String function ( ) { return prefix ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.