idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
7,100 | call this to read in this object 's settings . the reverse of serializeout . concode_field_sep List<FavoriteTask> favorites concode_elem_sep String ROOT_TAG concode_elem_sep String FAVORITES_SIZE concode_elem_sep String DISPLAY_NAME concode_elem_sep String FAVORITE_ELEMENT_TAG concode_elem_sep String FAVORITE_PREFIX co... | void function ( SettingsNode arg0 ) { serializeIn ( arg0 , favorites ) ; } |
7,101 | add an element to this list . if in a group , will be added to the current group . otherwise , goes in a group of its own . concode_field_sep List<E> currentGroup concode_elem_sep CompactHashSet<E> elements concode_elem_sep Object EMPTY_LIST concode_elem_sep int size concode_elem_sep List<Object> groupedList concode_el... | void function ( E arg0 ) { Preconditions . checkState ( elements . add ( Preconditions . checkNotNull ( arg0 ) ) , "srini_string" , arg0 , this ) ; if ( currentGroup == null ) { groupedList . add ( arg0 ) ; } else { currentGroup . add ( arg0 ) ; } } |
7,102 | look up an attribute 's namespace uri by index . concode_field_sep NamedNodeMap m_attrs concode_elem_sep int m_lastIndex concode_elem_sep DOM2Helper m_dh concode_field_sep String getValue concode_elem_sep String getValue concode_elem_sep String getValue concode_elem_sep String getLocalName concode_elem_sep int getIndex... | String function ( int arg0 ) { String loc0 = m_dh . getNamespaceOfNode ( ( ( Attr ) m_attrs . item ( arg0 ) ) ) ; if ( null == loc0 ) loc0 = "srini_string" ; return loc0 ; } |
7,103 | returns an annotation instance that is not equal to any other annotation instances , for use in creating distinct org.elasticsearch.common.inject.key s. concode_field_sep AtomicInteger nextUniqueValue concode_field_sep placeholderType placeHolder | Annotation function ( ) { return create ( nextUniqueValue . getAndIncrement ( ) ) ; } |
7,104 | gets the value of the cert property . concode_field_sep String cert concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setCert | String function ( ) { return cert ; } |
7,105 | gets the address . concode_field_sep String address concode_elem_sep String displayName concode_elem_sep String type concode_field_sep String getDisplayName concode_elem_sep String getType concode_elem_sep String toString | String function ( ) { return this . address ; } |
7,106 | get the frames per second of this effect concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay ... | float function ( ) { return fps ; } |
7,107 | returns the id of the edge . concode_field_sep boolean border concode_elem_sep List<Edge> incidentEdges concode_elem_sep Node originNode concode_elem_sep LineSegment geometry concode_elem_sep int id concode_elem_sep Node destinationNode concode_elem_sep List<Triangle> triangles concode_field_sep void setIncidentEdges c... | int function ( ) { return this . id ; } |
7,108 | toggle the visibility of the system ui . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode_elem_sep View mAnchorView concode_elem_sep Activity mActivity concode_elem_sep int FLAG_FULLSCREEN concode_elem_sep int mFlags concode_elem_s... | void function ( ) { if ( isVisible ( ) ) { hide ( ) ; } else { show ( ) ; } } |
7,109 | indexes the objects in this iterable based on the value of their argument . concode_field_sep Iterator<? extends T> innerIterator concode_elem_sep Iterable<? extends T> innerIterable concode_field_sep boolean all concode_elem_sep A max concode_elem_sep T forEach concode_elem_sep T forEach concode_elem_sep LambdaMap<A,T... | LambdaMap < K , T > function ( K arg0 ) { return new LambdaMap < K , T > ( ( Map < K , T > ) Lambda . index ( getInner ( ) , arg0 ) ) ; } |
7,110 | invoked when the underlying connection is closed . concode_field_sep WebSocketHandler handler concode_elem_sep Log logger concode_elem_sep long timeCreated concode_elem_sep Set<String> disconnectedClientExceptions concode_elem_sep ScheduledFuture<?> heartbeatTask concode_elem_sep String DISCONNECTED_CLIENT_LOG_CATEGORY... | void function ( CloseStatus arg0 ) { if ( ! isClosed ( ) ) { try { updateLastActiveTime ( ) ; cancelHeartbeat ( ) ; } finally { this . state = State . CLOSED ; this . handler . afterConnectionClosed ( this , arg0 ) ; } } } |
7,111 | sets the edition . concode_field_sep List<DateTypeClient> dateIssued concode_elem_sep String xmlLang concode_elem_sep List<String> edition concode_elem_sep List<DateTypeClient> dateModified concode_elem_sep List<DateOtherTypeClient> dateOther concode_elem_sep List<DateTypeClient> dateValid concode_elem_sep String scrip... | void function ( List < String > arg0 ) { this . edition = arg0 ; } |
7,112 | reset the index 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 resetTables concode_el... | void function ( ) { int loc0 = linkTable . length ; int [ ] loc1 = linkTable ; while ( -- loc0 >= 0 ) { loc1 [ loc0 ] = 0 ; } resetTables ( ) ; } |
7,113 | returns the number of registered exceptionmonitors . concode_field_sep ArrayList<ExceptionMonitor> m_monitors concode_field_sep void exception concode_elem_sep List<ExceptionMonitor> getExceptionMonitors concode_elem_sep void registerExceptionMonitor concode_elem_sep ExceptionMonitor getMonitor concode_elem_sep void un... | int function ( ) { synchronized ( m_monitors ) { return m_monitors . size ( ) ; } } |
7,114 | sets the platform value for this profiledata . concode_field_sep java.lang.String os concode_elem_sep java.lang.String os_build concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_... | void function ( java . lang . String arg0 ) { this . platform = arg0 ; } |
7,115 | registers the given httprequesthandler as a handler for urismatching the given pattern . concode_field_sep UriPatternMatcher<HttpRequestHandler> matcher concode_field_sep HttpRequestHandler lookup concode_elem_sep Map<String,HttpRequestHandler> getHandlers concode_elem_sep void unregister concode_elem_sep void setHandl... | void function ( final String arg0 , final HttpRequestHandler arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; Args . notNull ( arg1 , "srini_string" ) ; matcher . register ( arg0 , arg1 ) ; } |
7,116 | returns the serverid . concode_field_sep HomematicContext instance concode_elem_sep HomematicClient homematicClient concode_elem_sep StateHolder stateHolder concode_elem_sep EventPublisher eventPublisher concode_elem_sep HomematicConfig config concode_elem_sep ServerId serverId concode_elem_sep Collection<HomematicBind... | ServerId function ( ) { return serverId ; } |
7,117 | removes and returns the last item . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep short[] items concode_field_sep void mul concode_elem_sep void insert concode_elem_sep short random concode_elem_sep boolean removeAll concode_elem_sep short[] setSize concode_elem_sep void truncate concode_... | short function ( ) { return items [ -- size ] ; } |
7,118 | write out number . concode_field_sep String string concode_elem_sep byte[] bytes concode_elem_sep Vector items concode_field_sep OutputStream startLiteral concode_elem_sep void writeBytes concode_elem_sep void writeBytes concode_elem_sep void writeBytes concode_elem_sep void astring concode_elem_sep void writeAtom conc... | void function ( int arg0 ) { items . addElement ( new Integer ( arg0 ) ) ; } |
7,119 | parsing with default options . concode_field_sep XMPSchemaRegistry schema concode_elem_sep XMPVersionInfo versionInfo concode_field_sep XMPSchemaRegistry getSchemaRegistry concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep String serializeToString concode_elem_sep XMPVersionInfo getVersion... | XMPMeta function ( String arg0 ) { return parseFromString ( arg0 , null ) ; } |
7,120 | add the given handlermethodreturnvaluehandler . concode_field_sep Log logger concode_elem_sep List<HandlerMethodReturnValueHandler> returnValueHandlers concode_field_sep boolean supportsReturnType concode_elem_sep boolean isAsyncReturnValue concode_elem_sep void handleReturnValue concode_elem_sep HandlerMethodReturnVal... | HandlerMethodReturnValueHandlerComposite function ( HandlerMethodReturnValueHandler arg0 ) { this . returnValueHandlers . add ( arg0 ) ; return this ; } |
7,121 | expression for row or id concode_field_sep String rowOrIdExpression concode_elem_sep List<T> fieldsInfo concode_field_sep List<T> getFieldsInfo concode_elem_sep void setFieldsInfo concode_elem_sep String getRowOrIdExpression | void function ( String arg0 ) { this . rowOrIdExpression = arg0 ; } |
7,122 | returns true if error level messages will be printed by the logchute . concode_field_sep LogChute chute concode_field_sep LogChute getLogChute concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep void log concode_elem_sep boolean isWarnEnabled concode_elem_sep void error co... | boolean function ( ) { return getLogChute ( ) . isLevelEnabled ( LogChute . ERROR_ID ) ; } |
7,123 | get id concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Tag name concode_elem_sep void setId concode_elem_sep String toString conco... | Long function ( ) { return id ; } |
7,124 | creates a mutable hashset instance containing the givenelements in unspecified order . concode_field_sep PlaceHolder placeHolder concode_field_sep HashSet<E> newHashSetWithCapacity concode_elem_sep Set<E> newSetFromMap concode_elem_sep LinkedHashSet<E> newLinkedHashSet concode_elem_sep CopyOnWriteArraySet<E> newCopyOnW... | HashSet < E > function ( E ... arg0 ) { HashSet < E > loc0 = newHashSetWithCapacity ( arg0 . length ) ; Collections . addAll ( loc0 , arg0 ) ; return loc0 ; } |
7,125 | get the list of supported properties . this method should not be called by an application . concode_field_sep ThreadLocal<Connection> DEFAULT_CONNECTION concode_elem_sep String DEFAULT_URL concode_elem_sep boolean registered concode_elem_sep Driver INSTANCE concode_field_sep int getMajorVersion concode_elem_sep Driver ... | DriverPropertyInfo [ ] function ( String arg0 , Properties arg1 ) { return new DriverPropertyInfo [ 0 ] ; } |
7,126 | run a block of code in a jpa transaction . concode_field_sep JPAApi jpaApi concode_elem_sep JPAConfig jpaConfig concode_elem_sep JPAEntityManagerContext entityManagerContext concode_elem_sep Map<String,EntityManagerFactory> emfs concode_field_sep JPAApi get concode_elem_sep JPAApi start concode_elem_sep EntityManager e... | void function ( final Runnable arg0 ) { try { withTransaction ( "srini_string" , false , ( ) -> { arg0 . run ( ) ; return null ; } ) ; } catch ( Throwable loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } } |
7,127 | gets the value of the returncode property . concode_field_sep Integer returnCode concode_elem_sep Integer disk concode_elem_sep JAXBElement<String> id concode_elem_sep JAXBElement<String> longMessage concode_elem_sep JAXBElement<String> message concode_elem_sep Integer vcpus concode_elem_sep Integer ram concode_field_s... | Integer function ( ) { return returnCode ; } |
7,128 | sets the uuid of this social relation . concode_field_sep SocialRelation _socialRelation concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge concode_elem_sep int... | void function ( java . lang . String arg0 ) { _socialRelation . setUuid ( arg0 ) ; } |
7,129 | adds a listener to the set of listeners that are sent events through the life of an animation , such as start , repeat , and end . concode_field_sep ArrayList<AnimatorListener> mListeners concode_field_sep void cancel concode_elem_sep Animator setDuration concode_elem_sep ArrayList<AnimatorListener> getListeners concod... | void function ( AnimatorListener arg0 ) { if ( mListeners == null ) { mListeners = new ArrayList < AnimatorListener > ( ) ; } mListeners . add ( arg0 ) ; } |
7,130 | cancel the local notification . create an intent that looks similar , to the one that was registered using schedule . making sure the notification id in the action is the same . now we can search for such an intent using the ` getservice ' method and cancel it . concode_field_sep Class<?> defaultReceiver concode_elem_s... | void function ( ) { Intent loc0 = new Intent ( context , receiver ) . setAction ( options . getId ( ) ) ; PendingIntent loc1 = PendingIntent . getBroadcast ( context , 0 , loc0 , 0 ) ; getAlarmMgr ( ) . cancel ( loc1 ) ; getNotMgr ( ) . cancel ( options . getIdAsInt ( ) ) ; unpersist ( ) ; } |
7,131 | sets the value of the inserted property . concode_field_sep int inserted concode_elem_sep int deleted concode_elem_sep List<String> message concode_elem_sep int updated concode_field_sep int getUpdated concode_elem_sep int getDeleted concode_elem_sep List<String> getMessage concode_elem_sep int getInserted concode_elem... | void function ( int arg0 ) { this . inserted = arg0 ; } |
7,132 | gets the getmodel significance level . concode_field_sep ICovarianceMatrix covMatrix concode_elem_sep List<Node> variables concode_elem_sep Map<String,Node> nameMap concode_elem_sep NumberFormat nf concode_elem_sep double alpha concode_elem_sep boolean verbose concode_elem_sep double pValue concode_elem_sep PrintStream... | double function ( ) { return this . alpha ; } |
7,133 | the token to use to retrieve the next page of results . this value is null when there are no more results to return . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<Reservation> reservations concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep int hashCode concode_e... | String function ( ) { return nextToken ; } |
7,134 | to parse an incomming tcp message , a terminator character is required to determine the end of the message so that it can be parsed and forwarded . concode_field_sep StringBuffer _myStringBuffer concode_elem_sep int MODE_STREAM concode_elem_sep Thread _myThread concode_elem_sep int MODE_TERMINATED concode_elem_sep byte... | void function ( final char arg0 ) { TERMINATOR = arg0 ; } |
7,135 | returns true if this open type represents an array type . concode_field_sep String[] ALLOWED_CLASSNAMES concode_elem_sep String typeName concode_elem_sep String description concode_elem_sep List<String> ALLOWED_CLASSNAMES_LIST concode_elem_sep String className concode_elem_sep long serialVersionUID concode_field_sep bo... | boolean function ( ) { return className . startsWith ( "srini_string" ) ; } |
7,136 | returns the end value of this rangevalue concode_field_sep String rangeStart concode_elem_sep Pattern RANGE_PATTERN concode_elem_sep String RANGE_SEPARATOR concode_elem_sep String rangeEnd concode_field_sep String getStart concode_elem_sep boolean accepts concode_elem_sep String[] getRangeValues concode_elem_sep String... | String function ( ) { return this . rangeEnd ; } |
7,137 | for unit test purposes , suppresses auto-update of the metrics from the dedicated thread . concode_field_sep int windowSizeMs concode_elem_sep Thread uploadBandwidthUpdater concode_elem_sep long bytesTransferred concode_elem_sep Log LOG concode_elem_sep Date endDate concode_elem_sep boolean suppressAutoUpdate concode_e... | void function ( ) { suppressAutoUpdate = true ; } |
7,138 | gets the name of this time zone to be displayed in the ui . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevant... | String function ( ) { String loc0 = null ; TimeZone loc1 = TimeZone . getTimeZone ( id ) ; synchronized ( TimeZone . class ) { loc0 = TimeZoneBean . displayNameTokenizer ( loc1 . getDisplayName ( ) ) ; } return loc0 ; } |
7,139 | sets the id value for this baserate . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long rateCardId concode_elem_sep java.lang.Long id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep java.lang.Long getRateCardId concod... | void function ( java . lang . Long arg0 ) { this . id = arg0 ; } |
7,140 | returns the number of rows matching the dynamic query . concode_field_sep CheckoutLocalService _checkoutLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery con... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _checkoutLocalService . dynamicQueryCount ( arg0 ) ; } |
7,141 | gets the held exception concode_field_sep Exception exception concode_elem_sep long serialVersionUID concode_field_sep String getExceptionStack | Exception function ( ) { return this . exception ; } |
7,142 | sets the uuid of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridg... | void function ( java . lang . String arg0 ) { _wsrpConsumerPortlet . setUuid ( arg0 ) ; } |
7,143 | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... | java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _virtualHostLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } |
7,144 | override default behavior of element.getattribute returns the empty string to return null . concode_field_sep Collection<String> storeCodes concode_elem_sep Map<String,Map<String,Decorator>> storeDecorators concode_elem_sep Map<String,PathMapper> storePathMapper concode_elem_sep String default_code concode_field_sep St... | String function ( Element arg0 , String arg1 ) { if ( arg0 != null && arg0 . getAttribute ( arg1 ) != null && arg0 . getAttribute ( arg1 ) . trim ( ) != "srini_string" ) { return arg0 . getAttribute ( arg1 ) . trim ( ) ; } else { return null ; } } |
7,145 | retrieves whether null values are allowed in the designated parameter . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames ... | int function ( int arg0 ) { checkRange ( arg0 ) ; return nullability [ -- arg0 ] ; } |
7,146 | chooses a value from all values in the array . concode_field_sep int FILTER_THRESHOLD concode_field_sep Gen<T> filter concode_elem_sep Gen<U> flatMap concode_elem_sep Gen<T> fail concode_elem_sep Gen<T> fail concode_elem_sep Gen<T> oneOf concode_elem_sep Gen<T> oneOf concode_elem_sep U transform concode_elem_sep T appl... | Gen < T > function ( T ... arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; if ( arg0 . length == 0 ) { return Gen . fail ( "srini_string" ) ; } else { return random -> Gen . choose ( 0 , arg0 . length - 1 ) . map ( i -> arg0 [ i ] ) . apply ( random ) ; } } |
7,147 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<EcsCluster> ecsClusters concode_field_sep void setEcsClusters concode_elem_sep DescribeEcsClustersResult withEcsClusters concode_elem_sep Describ... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getEcsClusters ( ) != null ) loc0 . append ( "srini_string" + getEcsClusters ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . append ( "srini_st... |
7,148 | returns the value of a negotiated property . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslServer saslServer concode_elem_sep String QOP_AUTH_CONF concode_elem_sep String QOP_AUTH concode_elem_sep String DEFAULT_REALM concode_el... | Object function ( String arg0 ) { return saslServer . getNegotiatedProperty ( arg0 ) ; } |
7,149 | obtains a parameterlist of the body parameters . concode_field_sep Map<String,String> headers concode_elem_sep String charset concode_elem_sep Verb verb concode_elem_sep ParameterList bodyParams concode_elem_sep String url concode_elem_sep byte[] bytePayload concode_elem_sep Long readTimeout concode_elem_sep ParameterL... | ParameterList function ( ) { return bodyParams ; } |
7,150 | user name to authenticate with concode_field_sep boolean followRedirectFilter concode_elem_sep Integer maxTotalConnections concode_elem_sep Integer port concode_elem_sep boolean secure concode_elem_sep String password concode_elem_sep String certPath concode_elem_sep Integer maxPerRouteConnections concode_elem_sep Map<... | void function ( String arg0 ) { this . username = arg0 ; } |
7,151 | the default behavior of this method is to return getlocales on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep String getRemoteAddr concode_elem_sep ServletContext getServletContext concode_elem_sep ServletRequest... | Enumeration < Locale > function ( ) { return this . request . getLocales ( ) ; } |
7,152 | removes all the releases from the database . concode_field_sep ReleasePersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep Release fetchByServletContextName concode_elem_sep Release fetchByServletContextName concode_elem_sep int cou... | void function ( ) { getPersistence ( ) . removeAll ( ) ; } |
7,153 | returns a formated message for the given detail message and nested throwable . concode_field_sep Logger log concode_elem_sep boolean PARENT_TRACE_ENABLED concode_elem_sep boolean NESTED_TRACE_ENABLED concode_elem_sep boolean DETECT_DUPLICATE_NESTING concode_field_sep void print concode_elem_sep void print concode_elem_... | String function ( final String arg0 , final Throwable arg1 ) { StringBuffer loc0 = new StringBuffer ( arg0 == null ? "srini_string" : arg0 ) ; if ( arg1 != null ) { loc0 . append ( arg0 == null ? "srini_string" : "srini_string" ) . append ( "srini_string" ) . append ( arg1 ) . append ( "srini_string" ) ; } return loc0 ... |
7,154 | sets the value of the groupid property for this object . returns a reference to this object so that method calls can be chained together . concode_field_sep String groupId concode_field_sep void setGroupId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep St... | CreateSecurityGroupResult function ( String arg0 ) { this . groupId = arg0 ; return this ; } |
7,155 | returns the create date of this j i r a change group . concode_field_sep JIRAChangeGroup _jiraChangeGroup concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boo... | Date function ( ) { return _jiraChangeGroup . getCreateDate ( ) ; } |
7,156 | sets the factory implementation that this factory will use to produce threads . if the specified argument , f , is null , then this factory uses itself as the implementation . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory getImpl | ThreadFactory function ( ThreadFactory arg0 ) { ThreadFactory loc0 ; loc0 = factory ; factory = ( arg0 == null ) ? this : arg0 ; return loc0 ; } |
7,157 | sets the local address to bind to when sending messages . a random port will be used . concode_field_sep boolean useTCP concode_elem_sep InetSocketAddress address concode_elem_sep int uniqueID concode_elem_sep String defaultResolver concode_elem_sep InetSocketAddress localAddress concode_elem_sep int DEFAULT_PORT conco... | void function ( InetAddress arg0 ) { localAddress = new InetSocketAddress ( arg0 , 0 ) ; } |
7,158 | returns the millisecond closest to the middle of the time period , evaluated using the supplied calendar which incorporates a timezone . concode_field_sep TimeZone DEFAULT_TIME_ZONE concode_elem_sep Calendar WORKING_CALENDAR concode_field_sep RegularTimePeriod next concode_elem_sep RegularTimePeriod createInstance conc... | long function ( Calendar arg0 ) { long loc0 = getFirstMillisecond ( arg0 ) ; long loc1 = getLastMillisecond ( arg0 ) ; return loc0 + ( loc1 - loc0 ) / 2 ; } |
7,159 | unmarshal method for the portholder class , decodes a port object from the output stream and assigns it to the holder value field . concode_field_sep Port value concode_field_sep void _marshal | void function ( com . ericsson . otp . erlang . OtpInputStream arg0 ) { value = PortHelper . unmarshal ( arg0 ) ; } |
7,160 | runs the given search query . this method will execute the query in a background thread and not block until the search is finished . running a query adds it to the set of known queries and notifies any registered iquerylistener s about the addition . the search view that shows the result will be activated . that means ... | void function ( ISearchQuery arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } runQueryInBackground ( arg0 , null ) ; } |
7,161 | called when a connect request is received . if this method is not implemented by the class that extends this class , onconnect will always return an obex_http_ok response code . the headers received in the request can be retrieved from the request argument . the headers that should be sent in the reply must be specifie... | int function ( HeaderSet arg0 , HeaderSet arg1 ) { return ResponseCodes . OBEX_HTTP_OK ; } |
7,162 | retrieves an entity from the server . concode_field_sep String next concode_elem_sep String cursor concode_elem_sep Map<String,Object> qs concode_elem_sep int iterator concode_elem_sep ArrayList<String> previous concode_elem_sep UGClient client concode_elem_sep String type concode_elem_sep ArrayList<Entity> list concod... | ApiResponse function ( UUID arg0 ) { Entity loc0 = new Entity ( this . client ) ; loc0 . setType ( this . type ) ; loc0 . setUuid ( arg0 ) ; return loc0 . fetch ( ) ; } |
7,163 | stop the timer . concode_field_sep PlotCoordinates coordinates concode_elem_sep ArrayList<ProgressChangedCallback> progressChangedCallbacks concode_elem_sep BufferedImage plot concode_elem_sep Coloring[] coloringList concode_elem_sep PlotWorker worker concode_elem_sep int MIN_MATRIX_XSIZE concode_elem_sep int MIN_MATRI... | void function ( ) { elapsedTime = ( System . nanoTime ( ) - startTime ) / 1.0e6 ; } |
7,164 | sets the criteriontype value for this criterion . concode_field_sep java.lang.String criterionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.adwords.axis.v201409.cm.CriterionType type concode_elem_sep org... | void function ( java . lang . String arg0 ) { this . criterionType = arg0 ; } |
7,165 | confidence weighted accuracy assuming the scores are probabilities and using .5 as treshold concode_field_sep int[] numpositive concode_elem_sep int[] numnegative concode_elem_sep double[] scores concode_elem_sep int[] classes concode_elem_sep int[] guesses concode_elem_sep Redwood.RedwoodChannels logger concode_field_... | double function ( ) { double loc0 = 0 ; for ( int loc1 = 1 ; loc1 <= numSamples ( ) ; loc1 ++ ) { loc0 += logPrecision ( loc1 ) / ( double ) loc1 ; } return loc0 / numSamples ( ) ; } |
7,166 | method to get the rated time . concode_field_sep long ratedTime concode_elem_sep String resourcePath concode_elem_sep int ratingID concode_elem_sep int rating concode_elem_sep String ratedUserName concode_field_sep void setRatedUserName concode_elem_sep int getRatingID concode_elem_sep void setResourcePath concode_elem... | Date function ( ) { return new Date ( ratedTime ) ; } |
7,167 | returned list does not affect the original gas pumps at a gas station concode_field_sep double revenue concode_elem_sep ConcurrentMap<GasType,Double> gasPrice concode_elem_sep AtomicInteger numberOfCancelledNoGasSales concode_elem_sep List<LockCapableGasPump> gasPumps concode_elem_sep AtomicInteger numberOfSuccessfulSa... | Collection < GasPump > function ( ) { List < GasPump > loc0 = new ArrayList < GasPump > ( ) ; for ( LockCapableGasPump loc1 : gasPumps ) { loc0 . add ( loc1 . getGasPump ( ) ) ; } return loc0 ; } |
7,168 | return the name of file as it should be written . concode_field_sep File file concode_elem_sep LibraryScope scope concode_elem_sep boolean unpackRequired concode_elem_sep String name concode_field_sep boolean isUnpackRequired concode_elem_sep File getFile concode_elem_sep LibraryScope getScope | String function ( ) { return this . name ; } |
7,169 | enable advanced highlighting . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresentationRecon... | void function ( ) { fPresenter = getPresenterProvider ( ) . get ( ) ; fPresenter . install ( fSourceViewer , fPresentationReconciler ) ; if ( styledTextXtextAdapter != null ) { fReconciler = reconcilerProvider . get ( ) ; fReconciler . install ( styledTextXtextAdapter , fSourceViewer , fPresenter ) ; } } |
7,170 | the private key . concode_field_sep PrivateKey privateKey concode_elem_sep PublicKey publicKey concode_field_sep PublicKey createPublicKey concode_elem_sep PrivateKey createPrivateKey concode_elem_sep PublicKey getPublicKey concode_elem_sep byte[] base64Decode | PrivateKey function ( ) { return privateKey ; } |
7,171 | get layout resource id according layout resource name concode_field_sep ResoureFinder resoureFinder concode_field_sep Drawable getDrawable concode_elem_sep Drawable getDrawable concode_elem_sep int getColor concode_elem_sep int getColor concode_elem_sep int getId concode_elem_sep int getId concode_elem_sep String getSt... | int function ( Context arg0 , String arg1 ) { return EUExUtil . getResLayoutID ( arg1 ) ; } |
7,172 | return the name for this store , used for logging . concode_field_sep String info concode_elem_sep int debug concode_elem_sep PropertyChangeSupport support concode_elem_sep LifecycleSupport lifecycle concode_elem_sep Manager manager concode_elem_sep String storeName concode_elem_sep boolean started concode_elem_sep Str... | String function ( ) { return ( storeName ) ; } |
7,173 | returns the attribute used in this split concode_field_sep double m_splitValue concode_elem_sep int m_number concode_elem_sep int m_position concode_elem_sep double m_maxImpurity concode_elem_sep int m_splitAttr concode_elem_sep long serialVersionUID concode_field_sep double maxImpurity concode_elem_sep double splitVal... | int function ( ) { return m_splitAttr ; } |
7,174 | gets the price plan description . concode_field_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setDescription | String function ( ) { return description ; } |
7,175 | test connecting to invalid port concode_field_sep NetworkInformation networkInfo concode_field_sep void testConnectiongToInvalidHost concode_elem_sep void testUnexpectedResponse concode_elem_sep void setUp concode_elem_sep void testSendingFiveRequests | void function ( ) { System . out . println ( "srini_string" ) ; NetworkInformation loc0 = new NetworkInformation ( networkInfo ) ; loc0 . setPort ( 222 ) ; RequestManager loc1 = new RequestManager ( ) ; loc1 . sendRequest ( loc0 ) ; } |
7,176 | write string . concode_field_sep int BUFFER_SIZE concode_field_sep String read concode_elem_sep void writeLines concode_elem_sep void writeLines concode_elem_sep void appendLines concode_elem_sep String[] readLines concode_elem_sep String[] readLines | long function ( Writer arg0 , String arg1 ) { Reader loc0 = new StringReader ( arg1 ) ; try { return write ( loc0 , arg0 ) ; } finally { loc0 . close ( ) ; } } |
7,177 | gets the boolean . concode_field_sep long serialVersionUID concode_elem_sep Map<Object,Object> map concode_field_sep Collection<Object> values concode_elem_sep double getDouble concode_elem_sep double getDouble concode_elem_sep float getFloat concode_elem_sep float getFloat concode_elem_sep boolean containsValue concod... | boolean function ( String arg0 ) { return getBoolean ( arg0 , false ) ; } |
7,178 | deletes the user tracker from the database . also notifies the appropriate model listeners . concode_field_sep UserTrackerLocalService _userTrackerLocalService concode_field_sep int getUserTrackersCount concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.UserTrack... | com . liferay . portal . kernel . model . UserTracker function ( com . liferay . portal . kernel . model . UserTracker arg0 ) { return _userTrackerLocalService . deleteUserTracker ( arg0 ) ; } |
7,179 | todo : eliminate the mungling on the client-side instead of attempting very problematic correction here ! concode_field_sep int ODBC_SM_OPTIONS concode_elem_sep int ODBC_SEVERITY_DEBUG concode_elem_sep int ODBC_AUTH_REQ_OK concode_elem_sep int ODBC_SEVERITY_PANIC concode_elem_sep org.hsqldb.lib.IntKeyHashMap odbcSeveri... | String function ( String arg0 ) { return arg0 . replaceAll ( "srini_string" , "srini_string" ) ; } |
7,180 | setter for property birthdate . concode_field_sep String lastName concode_elem_sep String firstName concode_elem_sep String phoneCell concode_elem_sep Address address concode_elem_sep String phoneHome concode_elem_sep DateFormat df concode_elem_sep Date birthDate concode_elem_sep int key concode_field_sep void init con... | void function ( Date arg0 ) { this . birthDate = arg0 ; } |
7,181 | gets the value of the dataprovider property . concode_field_sep List<Long> categoryIds concode_elem_sep Long size concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep AudienceSegmentDataProvider dataProvider concode_elem_sep AudienceSegmentAudienceSegmentType type c... | AudienceSegmentDataProvider function ( ) { return dataProvider ; } |
7,182 | 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 int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep int get... | void function ( int arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 ] ; int [ ] loc1 = new int [ arg1 ] ; hashTable = loc0 ; linkTable = loc1 ; resetTables ( ) ; } |
7,183 | create an instance of part concode_field_sep PlaceHolder placeHolder concode_field_sep Smd createSmd concode_elem_sep Instances createInstances concode_elem_sep Designrules createDesignrules concode_elem_sep Port createPort concode_elem_sep Module createModule concode_elem_sep Nets createNets concode_elem_sep Errors cr... | Part function ( ) { return new Part ( ) ; } |
7,184 | report progress as the minimum of all child rr progress . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc concode_elem_sep Configuration conf concode_elem... | float function ( ) { float loc0 = 1.0f ; for ( RecordReader < K , ? extends Writable > loc1 : kids ) { loc0 = Math . min ( loc0 , loc1 . getProgress ( ) ) ; } return loc0 ; } |
7,185 | this is used for argument parsing in arch variable . it can extract a comma separated argument . assumes the input format is `` name arg , arg , arg '' . concode_field_sep long serialVersionUID concode_elem_sep String zeroSt concode_elem_sep int position concode_elem_sep boolean isTag concode_field_sep int getParenthes... | String function ( String arg0 , int arg1 ) { String [ ] loc0 = arg0 . split ( "srini_string" ) ; if ( loc0 . length <= arg1 ) { return null ; } return loc0 [ arg1 ] ; } |
7,186 | isreadermtomaware concode_field_sep com.amazon.ec2.CreateNetworkInterfaceResponseType localCreateNetworkInterfaceResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName... | boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc... |
7,187 | create an instance of evidencedstringtype concode_field_sep QName _Copyright_QNAME concode_field_sep ProteinType.AlternativeName createProteinTypeAlternativeName concode_elem_sep SourceType createSourceType concode_elem_sep PersonType createPersonType concode_elem_sep IsoformType.Note createIsoformTypeNote concode_elem... | EvidencedStringType function ( ) { return new EvidencedStringType ( ) ; } |
7,188 | using the given connection . the new statement is registered to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionFactoryEventListener> m_listeners concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_ele... | Statement function ( final Connection arg0 ) { final Statement loc0 = arg0 . createStatement ( ) ; registerStatement ( loc0 ) ; return loc0 ; } |
7,189 | sets a variable value in the largest scope where it is already defined . if the variable is n't defined , set it in the current scope . concode_field_sep Scope parent concode_elem_sep DefinitionScope<Variable> variables concode_elem_sep DefinitionScope<MixinDefNode> mixins concode_elem_sep DefinitionScope<FunctionDefNo... | void function ( Variable arg0 ) { variables . set ( arg0 ) ; } |
7,190 | determines whether or not this stream is ready to be read . if it returns false the stream may block if a read is attempted , but it is not guaranteed to do so . this method always returns false in this class concode_field_sep Object lock concode_field_sep int read concode_elem_sep int read concode_elem_sep int read co... | boolean function ( ) { return false ; } |
7,191 | number of successful shards concode_field_sep String SNAPSHOT concode_elem_sep List<String> indices concode_elem_sep String INDICES concode_elem_sep String FAILED concode_elem_sep String SHARDS concode_elem_sep String TOTAL concode_elem_sep String SUCCESSFUL concode_elem_sep String name concode_elem_sep int successfulS... | int function ( ) { return successfulShards ; } |
7,192 | write the binding list into the given cdr stream . concode_field_sep Binding[] value concode_field_sep void _read concode_elem_sep TypeCode _type | void function ( OutputStream arg0 ) { BindingListHelper . write ( arg0 , value ) ; } |
7,193 | send message over network and add result to queue . concode_field_sep Logger LOGGER concode_elem_sep ExecutorService executor_ concode_elem_sep ListenerService listenerService_ concode_elem_sep Future<?> thisFuture_ concode_elem_sep CommAddress localCommAddress_ concode_elem_sep MessageSender msgSender_ concode_elem_se... | MessageSendFuture function ( CommMessage arg0 , BlockingQueue < SendResult > arg1 ) { attachLocalCommAddress ( arg0 ) ; return msgSender_ . sendMessage ( arg0 , arg1 ) ; } |
7,194 | creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI... | void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; } |
7,195 | asserts that the current response used the network and returns the network response . concode_field_sep Request request concode_elem_sep WebSocket webSocket concode_elem_sep Response response concode_elem_sep IOException failure concode_elem_sep String body concode_field_sep RecordedResponse assertNoNetworkResponse con... | RecordedResponse function ( ) { Response loc0 = response . loc0 ( ) ; assertNotNull ( loc0 ) ; assertNull ( loc0 . body ( ) ) ; return new RecordedResponse ( loc0 . request ( ) , loc0 , null , null , null ) ; } |
7,196 | the applicationdescription of the application . concode_field_sep ApplicationDescription application concode_field_sep void setApplication concode_elem_sep int hashCode concode_elem_sep UpdateApplicationResult withApplication concode_elem_sep boolean equals concode_elem_sep UpdateApplicationResult clone concode_elem_se... | ApplicationDescription function ( ) { return this . application ; } |
7,197 | unless a logger plugin is declared the default logger is console . by invoking this method the default console is replaced by the jdk based logger concode_field_sep PlaceHolder placeHolder concode_field_sep void enableLegacyEndpointHandling concode_elem_sep OSClient clientFromAccess concode_elem_sep OSClient clientFrom... | void function ( ) { FallbackLoggerFactorySupplier . getInstance ( ) . useJDKLogger ( ) ; } |
7,198 | gets the value of the schoolrefid property . concode_field_sep String membershipType concode_elem_sep String homeRoomNumber concode_elem_sep XMLGregorianCalendar entryDate concode_elem_sep XMLGregorianCalendar projectedGraduationYear concode_elem_sep String leaRefId concode_elem_sep List<Object> any concode_elem_sep St... | String function ( ) { return schoolRefId ; } |
7,199 | crl has a validity period . we can reuse a downloaded crl within that period . concode_field_sep CRLCache cache concode_elem_sep CRLVerifier crlVerifier concode_elem_sep long timeStamp concode_elem_sep Map<String,CRLCacheValue> hashMap concode_elem_sep String crlUrl concode_elem_sep X509CRL crl concode_elem_sep CacheMa... | boolean function ( ) { Date loc0 = new Date ( ) ; Date loc1 = crl . getNextUpdate ( ) ; return loc1 != null && loc1 . after ( loc0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.