id
int32
0
100k
nl
stringlengths
68
7.19k
code
stringlengths
20
663
82,400
gets the servletcontexthandler of the metrics servlet . concode_field_sep ObjectMapper mObjectMapper concode_elem_sep String SERVLET_PATH concode_elem_sep MetricRegistry mMetricsRegistry concode_field_sep HttpServlet createServlet concode_elem_sep void stop concode_elem_sep void start concode_elem_sep void report
ServletContextHandler function ( ) { ServletContextHandler loc0 = new ServletContextHandler ( ) ; loc0 . setContextPath ( SERVLET_PATH ) ; loc0 . addServlet ( new ServletHolder ( createServlet ( ) ) , "srini_string" ) ; return loc0 ; }
82,401
create a uri form a no scheme url , such as is returned by the am . concode_field_sep Log LOG concode_elem_sep String PROXY_PATH_SPEC concode_elem_sep String PROXY_SERVLET_NAME concode_elem_sep String PROXY_APPROVAL_PARAM concode_elem_sep String PROXY_BASE concode_field_sep boolean appendQuery concode_elem_sep String u...
URI function ( String arg0 , String arg1 ) { if ( getSchemeFromUrl ( arg1 ) . isEmpty ( ) ) { return new URI ( arg0 + "srini_string" + arg1 ) ; } else { return new URI ( arg1 ) ; } }
82,402
serializes the given point concode_field_sep PlaceHolder placeHolder concode_field_sep void serialize concode_elem_sep void serializeRectangle concode_elem_sep void serializeLineString concode_elem_sep void serializePolygon concode_elem_sep void serializeMulitPolygon concode_elem_sep void serializePolygonCoordinates co...
void function ( Point arg0 , XContentBuilder arg1 ) { arg1 . field ( "srini_string" , "srini_string" ) . startArray ( "srini_string" ) . value ( arg0 . getX ( ) ) . value ( arg0 . getY ( ) ) . endArray ( ) ; }
82,403
return the sslcontext to use concode_field_sep String[] enabledCipherSuites concode_elem_sep boolean starttls concode_elem_sep SSLContext context concode_field_sep Encryption createTls concode_elem_sep Encryption createTls concode_elem_sep String[] getEnabledCipherSuites concode_elem_sep boolean isStartTLS concode_elem...
SSLContext function ( ) { return context ; }
82,404
returns an expression for the given system property concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder faultBodyAs concode_elem_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep ValueBuilder language concode_elem_sep ValueBuilder simple concode_elem_sep ValueBuilder s...
ValueBuilder function ( final String arg0 ) { Expression loc0 = new SimpleExpression ( String . format ( "srini_string" , arg0 ) ) ; return new ValueBuilder ( loc0 ) ; }
82,405
visits the entire tree rooted at hudson.getinstance . to walk a subtree , call #onitemgroup itemgroup or #onitem item concode_field_sep PlaceHolder placeHolder concode_field_sep void onItem concode_elem_sep void onItemGroup
void function ( ) { onItemGroup ( Jenkins . getInstance ( ) ) ; }
82,406
returns the paint . concode_field_sep RectangleInsets insets concode_elem_sep Paint paint concode_elem_sep long serialVersionUID concode_elem_sep Stroke stroke concode_field_sep Stroke getStroke concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep RectangleInsets getInsets concode_elem_sep...
Paint function ( ) { return this . paint ; }
82,407
returns a doublefunction applying the given function to the argument if this function throws an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep R apply concode_elem_sep ThrowingDoubleFunction<R> orTryWith concode_elem_sep ThrowingDoubleFunction<R> orTryWith concode_elem_sep R applyThrowing conco...
DoubleFunction < R > function ( DoubleFunction < R > arg0 ) { return fallbackTo ( arg0 , null ) ; }
82,408
invoked when new article has been added to the feed . concode_field_sep PlaceHolder placeHolder concode_field_sep void feedLinkAdded concode_elem_sep void articleAddedToSearchFeed concode_elem_sep void feedRepositioned concode_elem_sep void readingListAdded concode_elem_sep void feedLinkRemoved concode_elem_sep void fe...
void function ( IFeed arg0 , IArticle arg1 ) { }
82,409
update loop detector after a step has just been added to the path . concode_field_sep long loopStart concode_elem_sep boolean isLooping concode_elem_sep long loopEnd concode_field_sep long loopStart concode_elem_sep boolean isLooping concode_elem_sep void removePrecedingStates concode_elem_sep void initialise concode_e...
void function ( Path arg0 , TransitionList arg1 ) { if ( isLooping ) return ; if ( arg0 . continuousTime ( ) ) return ; if ( ! arg1 . isDeterministic ( ) ) return ; if ( arg0 . getPreviousState ( ) . equals ( arg0 . getCurrentState ( ) ) ) { isLooping = true ; loopStart = arg0 . size ( ) - 1 ; loopEnd = arg0 . size ( )...
82,410
tries to resolve the given file uri against the list of available roots . if uri starts with one of the listed roots , it returned back by this method , otherwise null is returned . concode_field_sep FileSystem DEFAULT concode_elem_sep FileSystem ACTUAL_DEFAULT concode_field_sep FileSystem getDefaultFileSystem
Path function ( Path [ ] arg0 , URI arg1 ) { return get ( arg0 , PathUtils . get ( arg1 ) . normalize ( ) . toString ( ) ) ; }
82,411
deregisters an object , so that it not longer receives notification whenever the series changes . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listeners concode_elem_sep VetoableChangeSupport vetoableChangeSupport concode_elem_sep String description concode_elem_sep PropertyChangeSupport p...
void function ( SeriesChangeListener arg0 ) { this . listeners . remove ( SeriesChangeListener . class , arg0 ) ; }
82,412
return the supplier storage container . concode_field_sep String SHIPMENT_STORE concode_elem_sep String SUPPLIER_STORE concode_elem_sep Database partDb concode_elem_sep Database shipmentDb concode_elem_sep Environment env concode_elem_sep StoredClassCatalog javaCatalog concode_elem_sep String CLASS_CATALOG concode_elem...
Database function ( ) { return supplierDb ; }
82,413
returns the company id of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCach...
long function ( ) { return _microblogsEntry . getCompanyId ( ) ; }
82,414
get the client data concode_field_sep Object clientData concode_field_sep void receiveErrorget concode_elem_sep void receiveResultlist concode_elem_sep void receiveResultupdate concode_elem_sep void receiveErrordelete concode_elem_sep void receiveErrorcreate concode_elem_sep void receiveErrorupdate concode_elem_sep voi...
Object function ( ) { return clientData ; }
82,415
returns the index of the bytecode corresponding to the expression . it is the index into the byte array containing the java bytecode that implements the method . concode_field_sep org.hotswap.agent.javassist.CtClass thisClass concode_elem_sep int maxLocals concode_elem_sep org.hotswap.agent.javassist.bytecode.CodeItera...
int function ( ) { return currentPos ; }
82,416
returns the entity 's gate of the given type or null if there is no such gate . concode_field_sep NetEntity entity concode_field_sep void setGateActivation concode_elem_sep void setGateMinimum concode_elem_sep void setGateFactor concode_elem_sep void setOutputFunctionParameter concode_elem_sep void setGateDecayType con...
Gate function ( int arg0 ) { return entity . getGate ( arg0 ) ; }
82,417
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 ( ) ; } }
82,418
build an attributeconverterdefinition from the attributeconverter class reference . the converter is searched for a converter annotation to determine whether it shouldbe treated as auto-apply . if the annotation is present , converter #autoapply isused to make that determination . if the annotation is not present , fal...
AttributeConverterDefinition function ( Class < ? extends AttributeConverter > arg0 ) { return from ( instantiateAttributeConverter ( arg0 ) ) ; }
82,419
apply the exception handler and return the alternative result . concode_field_sep Object handler concode_elem_sep Object returnValue concode_elem_sep BindingContext bindingContext concode_elem_sep Function<Throwable,Mono<HandlerResult>> exceptionHandler concode_elem_sep ResolvableType returnType concode_field_sep Model...
Mono < HandlerResult > function ( Throwable arg0 ) { return ( hasExceptionHandler ( ) ? this . exceptionHandler . apply ( arg0 ) : Mono . error ( arg0 ) ) ; }
82,420
the color applied to the lines of this shape . concode_field_sep HSSFShape parent concode_elem_sep int fillColor concode_elem_sep int LINEWIDTH_ONE_PT concode_elem_sep int LINEWIDTH_DEFAULT concode_elem_sep int LINESTYLE_DASHGEL concode_elem_sep int LINESTYLE_LONGDASHDOTGEL concode_elem_sep boolean noFill concode_elem_...
void function ( int arg0 ) { this . lineStyleColor = arg0 ; }
82,421
record the fact that a servlet context attribute was added . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestr...
void function ( HttpSessionBindingEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; }
82,422
ensures that this object is in the running state . if this object is not running , then the call has the effect of setting the starttime attribute to the current value of system.currenttimemillis and setting the running attribute to true . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep l...
void function ( ) { startTime = System . currentTimeMillis ( ) ; running = true ; }
82,423
sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgress...
void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; }
82,424
registers an editor class to edit values of the given target class . if the editor class is null , then any existing definition will be removed . thus this method can be used to cancel the registration . the registration is canceled automatically if either the target or editor class is unloaded . if there is a security...
void function ( Class < ? > arg0 , Class < ? > arg1 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) { loc0 . checkPropertiesAccess ( ) ; } ThreadGroupContext . getContext ( ) . getPropertyEditorFinder ( ) . register ( arg0 , arg1 ) ; }
82,425
returns true if this route uses modern tls . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress conc...
boolean function ( ) { return modernTls ; }
82,426
gets the value of the revisionid property . concode_field_sep Boolean shared concode_elem_sep Object parent concode_elem_sep String lastGuid concode_elem_sep Long preserveHistory concode_elem_sep Boolean history concode_elem_sep Integer version concode_elem_sep Long revisionId concode_elem_sep Boolean trackRevisions co...
long function ( ) { if ( revisionId == null ) { return 0L ; } else { return revisionId ; } }
82,427
indicates whether the given cache is configured to cluster its contents . a cache is considered to clustered if it 's configured with any cache mode except org.infinispan.configuration.cache.cachemode #local concode_field_sep PlaceHolder placeHolder concode_field_sep AdvancedCache asyncWriteCache concode_elem_sep void ...
boolean function ( AdvancedCache arg0 ) { return arg0 . getCacheConfiguration ( ) . clustering ( ) . cacheMode ( ) . isClustered ( ) ; }
82,428
start the web context synchronously . this would happen when the osgi webapp gets explicitly started . concode_field_sep InjectedValue<ExecutorService> serverExecutor concode_elem_sep DeploymentManager deploymentManager concode_elem_sep ServiceController<UndertowDeploymentService> controller concode_elem_sep InjectedVa...
boolean function ( ) { try { UndertowDeploymentService loc0 = controller . getValue ( ) ; loc0 . startContext ( ) ; } catch ( Exception loc0 ) { throw UndertowLogger . ROOT_LOGGER . cannotActivateContext ( loc0 , controller . getName ( ) ) ; } return true ; }
82,429
returns an ordered list of all constructor parameters both assisted and inject ed . concode_field_sep ParameterListKey assistedParameters concode_elem_sep List<Parameter> allParameters concode_elem_sep Constructor<T> constructor concode_field_sep ParameterListKey getAssistedParameters concode_elem_sep Set<Class<?>> get...
List < Parameter > function ( ) { return allParameters ; }
82,430
creates a new raw attribute from the provided attribute . concode_field_sep DebugTracer TRACER concode_field_sep String getAttributeType concode_elem_sep void setAttributeType concode_elem_sep Attribute toAttribute concode_elem_sep ArrayList<ByteString> getValues concode_elem_sep String toString concode_elem_sep void t...
RawAttribute function ( Attribute arg0 ) { ensureNotNull ( arg0 ) ; return new LDAPAttribute ( arg0 ) ; }
82,431
methode om de familienaam van een speler terug te krijgen concode_field_sep String gebruikersnaam concode_elem_sep String wachtwoord concode_elem_sep boolean adminrechten concode_elem_sep String voornaam concode_elem_sep String naam concode_field_sep boolean isAdminrechten concode_elem_sep void setWachtwoord concode_el...
String function ( ) { return this . naam ; }
82,432
return an insets instance with the appropriate values . concode_field_sep int top concode_elem_sep int left concode_elem_sep int bottom concode_elem_sep Insets NONE concode_elem_sep int right concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
Insets function ( Rect arg0 ) { return ( arg0 == null ) ? NONE : of ( arg0 . left , arg0 . top , arg0 . right , arg0 . bottom ) ; }
82,433
gets the dictionary of cities . concode_field_sep List dictionary concode_elem_sep Comparator LABEL_COMPARATOR concode_elem_sep Log log concode_elem_sep String s1 concode_elem_sep String s2 concode_field_sep void init concode_elem_sep int compare
List function ( ) { return dictionary ; }
82,434
compute the precision @n of a list of ranked items . concode_field_sep PlaceHolder placeHolder concode_field_sep HashMap<Integer,Double> recallAt concode_elem_sep double recallAt concode_elem_sep double recallAt concode_elem_sep int hitsAt concode_elem_sep double AP
double function ( List < Integer > arg0 , Collection < Integer > arg1 , Collection < Integer > arg2 , int arg3 ) { return ( double ) hitsAt ( arg0 , arg1 , arg2 , arg3 ) / arg3 ; }
82,435
gets the value of the exclude property . concode_field_sep String include concode_elem_sep String exclude concode_elem_sep String type concode_field_sep void setInclude concode_elem_sep String getInclude concode_elem_sep String getType concode_elem_sep void setExclude concode_elem_sep void setType
String function ( ) { return exclude ; }
82,436
performs the graph traversion with a single root element . so this root element and all elements which are reachable from this root elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boole...
void function ( Object arg0 ) { List loc0 = new ArrayList ( ) ; loc0 . add ( arg0 ) ; this . perform ( loc0 . iterator ( ) ) ; }
82,437
set to false to suppress diagnostic messages to stderr . concode_field_sep String[] args concode_elem_sep int argc concode_elem_sep int _sp concode_elem_sep String optstring concode_elem_sep String s concode_elem_sep int optind concode_elem_sep String progname concode_elem_sep String optarg concode_elem_sep int optopt ...
void function ( boolean arg0 ) { opterr = arg0 ; }
82,438
cleans up all file resources held by this spilled sequence . concode_field_sep File currentSpillFile concode_elem_sep long bytesWritten concode_elem_sep String spillFilePrefix concode_elem_sep ByteBuffer readBuffer concode_elem_sep ByteBuffer[] sources concode_elem_sep int fileCounter concode_elem_sep int HEADER_LENGTH...
void function ( ) { fileChannel . close ( ) ; if ( ! file . delete ( ) ) { throw new IOException ( "srini_string" ) ; } }
82,439
returns the error sql state sting given the error code . this method is be used when throwing exception based on other exceptions . concode_field_sep int bundleHandle concode_elem_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep String errPropsName conco...
String function ( final int arg0 ) { return getMessage ( arg0 , 0 , null ) . substring ( 0 , SQL_STATE_DIGITS ) ; }
82,440
gets the last synchronization time . all primary writes preceding this value are guaranteed to be available for read operations . primary writes following this point in time may or may not be available for reads . concode_field_sep Date lastSyncTime concode_elem_sep GeoReplicationStatus status concode_field_sep void se...
Date function ( ) { return this . lastSyncTime ; }
82,441
this implementation compares the path of its uri to the given simple name . this method returns true if the given kind is equal to the kind of this object , and if the path is equal to simplename + kind.extension or if it ends with '' / '' + simplename + kind.extension . this method calls #getkind and #touri anddoes no...
boolean function ( String arg0 , Kind arg1 ) { String loc0 = arg0 + arg1 . extension ; return arg1 . equals ( getKind ( ) ) && ( loc0 . equals ( toUri ( ) . getPath ( ) ) || toUri ( ) . getPath ( ) . endsWith ( "srini_string" + loc0 ) ) ; }
82,442
the work item to be executed . this must be private as it should only be called once . otherwise we leak listener threads concode_field_sep int DEFAULT_TMS_PORT concode_elem_sep boolean _finalizeCalled concode_elem_sep Listener _listener concode_elem_sep int _port concode_elem_sep ServerSocket _socket concode_elem_sep ...
void function ( Service arg0 , ServerSocket arg1 ) { try { _listener = new Listener ( arg1 , arg0 ) ; _listener . setDaemon ( true ) ; tsLogger . logger . debug ( arg0 . getClass ( ) . getName ( ) + "srini_string" ) ; _listener . start ( ) ; } catch ( IOException loc0 ) { tsLogger . i18NLogger . warn_recovery_Transacti...
82,443
adds optional information as key-value pairs to this object . concode_field_sep int TYPE_UNREGISTRATION_INFO concode_elem_sep int TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO concode_elem_sep String ACCOUNT_ID concode_elem_sep String mMimeType concode_elem_sep int TYPE_RIGHTS_ACQUISITION_INFO concode_elem_sep int mInfoType co...
void function ( String arg0 , Object arg1 ) { mRequestInformation . put ( arg0 , arg1 ) ; }
82,444
create an instance of profilelocalinterface concode_field_sep PlaceHolder placeHolder concode_field_sep HasPrefix createHasPrefix concode_elem_sep LocaleCountry createLocaleCountry concode_elem_sep Compare createCompare concode_elem_sep ProfileAbstractClass createProfileAbstractClass concode_elem_sep ProfileTableInterf...
ProfileLocalInterface function ( ) { return new ProfileLocalInterface ( ) ; }
82,445
set a variable . concode_field_sep Pattern VALUEPATTERN concode_elem_sep String VALUE concode_elem_sep String VARDECLARATION concode_elem_sep String VARREFERENCE concode_elem_sep Pattern VARREFPATTERN concode_elem_sep Map<String,String> variables concode_elem_sep Pattern VARDECPATTERN concode_field_sep void p concode_e...
void function ( String arg0 , String arg1 ) { variables . put ( arg0 , arg1 ) ; }
82,446
divides two fixed point values with n digits . concode_field_sep PlaceHolder placeHolder concode_field_sep int trunc concode_elem_sep int round concode_elem_sep int mul concode_elem_sep int intValue concode_elem_sep int fixedValue concode_elem_sep int fixedValue concode_elem_sep float floatValue concode_elem_sep int ce...
int function ( int arg0 , int arg1 , int arg2 ) { return ( int ) ( ( ( ( long ) arg1 ) << arg0 ) / arg2 ) ; }
82,447
inserts an element at the last position . concode_field_sep int m_reserve_size concode_elem_sep int[] m_pdata concode_elem_sep int m_size concode_elem_sep int G_ARRAY_GROW_SIZE concode_field_sep GimDynArrayInt GIM_DYNARRAY_CREATE concode_elem_sep void GIM_DYNARRAY_POP_ITEM concode_elem_sep int size concode_elem_sep voi...
void function ( final int arg0 ) { if ( m_reserve_size <= m_size ) { GIM_DYNARRAY_RESERVE_SIZE ( m_size , m_size + G_ARRAY_GROW_SIZE ) ; } m_pdata [ m_size ] = arg0 ; m_size ++ ; }
82,448
adds the value to the collection mapped to by the key . concode_field_sep boolean treatCollectionsAsImmutable concode_elem_sep CollectionFactory<V> cf concode_elem_sep Map<K1,CollectionValuedMap<K2,V>> map concode_elem_sep MapFactory<K2,Collection<V>> mf concode_elem_sep long serialVersionUID concode_field_sep Set<Entr...
void function ( K1 arg0 , K2 arg1 , V arg2 ) { CollectionValuedMap < K2 , V > loc0 = map . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new CollectionValuedMap < > ( mf , cf , treatCollectionsAsImmutable ) ; map . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 , arg2 ) ; }
82,449
returns the ospf no unicast bit set or not . concode_field_sep byte FOURTH_BIT concode_elem_sep byte THIRD_BIT concode_elem_sep boolean bisisUpDownBit concode_elem_sep int ATTR_PREFIX_FLAG_LEN concode_elem_sep byte SECOND_BIT concode_elem_sep boolean bOspfLclAddrBit concode_elem_sep byte FIRST_BIT concode_elem_sep int ...
boolean function ( ) { return bOspfNoUnicastBit ; }
82,450
check to ensure that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { MultipleXYSeriesLabelGenerator loc0 = new MultipleXYSeriesLabelGenerator ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
82,451
in flink , jar files are submitted directly when a program is started . thus , this method does nothing . the returned value is parameter localjar , because this give the best integration of storm behavior within a flink environment . concode_field_sep Logger logger concode_field_sep void submitTopologyWithProgressBar ...
String function ( final String arg0 ) { if ( arg0 == null ) { throw new RuntimeException ( "srini_string" + "srini_string" ) ; } return arg0 ; }
82,452
creates a new style for diagam inlining concode_field_sep String INLINE_STYLE concode_elem_sep String DOMAIN_ID concode_field_sep List<Diagram> getSubDiagramHierachy concode_elem_sep BooleanValueStyle getInlineStyle concode_elem_sep void openEditor concode_elem_sep IEditorPart openEditor concode_elem_sep TransactionalE...
BooleanValueStyle function ( ) { BooleanValueStyle loc0 = NotationFactory . eINSTANCE . createBooleanValueStyle ( ) ; loc0 . setName ( INLINE_STYLE ) ; loc0 . setBooleanValue ( true ) ; return loc0 ; }
82,453
return the highlighting style variation . concode_field_sep InputMethodHighlight UNSELECTED_CONVERTED_TEXT_HIGHLIGHT concode_elem_sep InputMethodHighlight SELECTED_CONVERTED_TEXT_HIGHLIGHT concode_elem_sep int CONVERTED_TEXT concode_elem_sep InputMethodHighlight SELECTED_RAW_TEXT_HIGHLIGHT concode_elem_sep Map<TextAttr...
int function ( ) { return variation ; }
82,454
unbinds the activity from the custom tabs service . concode_field_sep ConnectionCallback mConnectionCallback concode_elem_sep CustomTabsClient mClient concode_elem_sep CustomTabsCallback mCustomTabsCallback concode_elem_sep CustomTabsSession mCustomTabsSession concode_elem_sep CustomTabsServiceConnection mConnection co...
void function ( Context arg0 ) { if ( mConnection == null ) return ; arg0 . unbindService ( mConnection ) ; mClient = null ; mCustomTabsSession = null ; mConnection = null ; }
82,455
checks the viewmap is ready to use . concode_field_sep ParallaxDrawable parallaxDrawablePointer concode_elem_sep T mWrapped concode_elem_sep Iterator<View> iteratorPointer concode_elem_sep String TAG concode_elem_sep OnScrollChangedListener mScrollChangedListener concode_elem_sep WeakHashMap<View,ParallaxDrawable> mPar...
void function ( ) { if ( mViewHashMap == null ) mViewHashMap = new WeakHashMap < View , ParallaxViewInfo > ( ) ; }
82,456
calculate a hash using all bytes from the input argument , and a provided seed value . concode_field_sep int JENKINS_HASH concode_elem_sep int INVALID_HASH concode_elem_sep int MURMUR_HASH concode_field_sep int getHashType concode_elem_sep Hash getInstance concode_elem_sep Hash getInstance concode_elem_sep int parseHas...
int function ( byte [ ] arg0 , int arg1 ) { return hash ( arg0 , arg0 . length , arg1 ) ; }
82,457
the fully qualified uri of the new origin access identity just created . for example : naws.com/2010-11-01/origin-access-identity/cloudfront/e74fte3ajfj256a . concode_field_sep CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity concode_elem_sep String location concode_elem_sep String eTag concode_field_sep C...
String function ( ) { return location ; }
82,458
returns an javax.transaction.xa.xaresource instance . concode_field_sep ValidManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object getConnection c...
XAResource function ( ) { throw new NotSupportedException ( "srini_string" ) ; }
82,459
get the filename of a given full filepath concode_field_sep PlaceHolder placeHolder concode_field_sep boolean mkDirs concode_elem_sep boolean mkDirs concode_elem_sep String getFileExtension concode_elem_sep String pathMerge concode_elem_sep String getUNIXPath concode_elem_sep boolean FileExists
String function ( String arg0 ) { return arg0 . substring ( arg0 . lastIndexOf ( "srini_string" ) + 1 ) ; }
82,460
create stream of byte array messages from kafka 0.9 concode_field_sep PlaceHolder placeHolder concode_field_sep ApexStream<String> fromFolder concode_elem_sep ApexStream<String> fromFolder concode_elem_sep ApexStream<T> fromInput concode_elem_sep ApexStream<String> fromKafka08 concode_elem_sep ApexStream<String> fromKa...
ApexStream < byte [ ] > function ( String arg0 , String arg1 , Option ... arg2 ) { KafkaSinglePortInputOperator loc0 = new KafkaSinglePortInputOperator ( ) ; loc0 . setClusters ( arg0 ) ; loc0 . setTopics ( arg1 ) ; ApexStreamImpl < String > loc1 = new ApexStreamImpl < > ( ) ; return loc1 . addOperator ( loc0 , null , ...
82,461
returns the result of interpreting the object as an instance of ` scoping context ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep BusinessconfigurationPackage modelPackage concode_field_sep T caseValueSetEntry concode_elem_sep T caseConfigurationElement c...
T function ( ScopingContext arg0 ) { return null ; }
82,462
compares the engines with the help of the system name . first of all the comparison is case insensitive , if the result is zero , the system names are compared case sensitive . if the result is zero again the result is 1 . concode_field_sep long serialVersionUID concode_field_sep placeholderType placeHolder
int function ( final ISimulationEngine arg0 , final ISimulationEngine arg1 ) { final String loc0 = arg0 . getSystemName ( ) ; final String loc1 = arg1 . getSystemName ( ) ; int loc2 = loc0 . compareToIgnoreCase ( loc1 ) ; if ( loc2 == 0 ) { loc2 = loc0 . compareTo ( loc1 ) ; if ( loc2 == 0 ) { loc2 = 1 ; } } return loc...
82,463
returns a constant describing horizontal accuracy of this provider . if the provider returns finer grain or exact location , criteria #accuracy_fine is returned , otherwise if thelocation is only approximate then criteria #accuracy_coarse is returned . concode_field_sep int AVAILABLE concode_elem_sep int OUT_OF_SERVICE...
int function ( ) { return mProperties . mAccuracy ; }
82,464
get the parent that this set uses to resolve the not found attributes . concode_field_sep AttributeSet parent concode_elem_sep Object[] keys concode_elem_sep Object[] values concode_elem_sep long serialVersionUID concode_field_sep Object getAttribute concode_elem_sep boolean containsAttributes concode_elem_sep Enumerat...
AttributeSet function ( ) { return parent ; }
82,465
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String attributeValue concode_field_sep String getAttributeValue concode_elem_sep AccountAttributeValue withAttributeValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AccountAttribute...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAttributeValue ( ) != null ) loc0 . append ( "srini_string" + getAttributeValue ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
82,466
create a render node for an arrow . concode_field_sep PlaceHolder placeHolder concode_field_sep JoglRenderNode createArrow concode_elem_sep JoglRenderNode createSphere concode_elem_sep JoglRenderNode createTetrahedron concode_elem_sep JoglRenderNode createCuboid concode_elem_sep Class<?> getType concode_elem_sep JoglRe...
JoglRenderNode function ( JoglRenderNode arg0 , CgNode arg1 , Line3D arg2 , int arg3 ) { ITriangleMesh loc0 = TriangleMeshFactory . createLine3D ( arg2 , arg3 , 0.015 ) ; JoglRenderNode loc1 = new JoglRenderNode ( arg1 , new RenderContentTriangleMesh ( loc0 ) ) ; return loc1 ; }
82,467
gets the value of the name property . concode_field_sep List<Tad> ad concode_elem_sep List<Ticon> icon concode_elem_sep String name concode_elem_sep String description concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep List<Object> any concode_field_sep void setName concode_e...
String function ( ) { return name ; }
82,468
persistenceexceptiontranslationpostprocessor is a bean post processor which adds an advisor to any bean annotated with repository so that any platform-specific exceptions are caught and then rethrown as one spring 's unchecked data access exceptions i.e. a subclass of dataaccessexception . concode_field_sep LocalContai...
PersistenceExceptionTranslationPostProcessor function ( ) { return new PersistenceExceptionTranslationPostProcessor ( ) ; }
82,469
stores the roles of the user in a thread local context concode_field_sep ThreadLocal<String> username concode_elem_sep ThreadLocal<List<UserRole>> userRoles concode_elem_sep String name concode_field_sep void logout concode_elem_sep String getName concode_elem_sep void setUsername concode_elem_sep void setUserRoles con...
void function ( HttpServletRequest arg0 ) { setUsername ( arg0 ) ; setUserRoles ( arg0 ) ; }
82,470
provides serialization support . concode_field_sep Shape area concode_elem_sep long serialVersionUID concode_elem_sep String urlText concode_elem_sep String toolTipText concode_field_sep void setURLText concode_elem_sep void setToolTipText concode_elem_sep String getPolyCoords concode_elem_sep void setArea concode_elem...
void function ( ObjectOutputStream arg0 ) { arg0 . defaultWriteObject ( ) ; SerialUtilities . writeShape ( this . area , arg0 ) ; }
82,471
return whether or not the sourcesinkinfo was created based on the results of type qualifiers computed for a called method and not explicitly annotating the called method . concode_field_sep int parameter concode_elem_sep ValueNumber vn concode_elem_sep boolean interproc concode_elem_sep Location location concode_elem_s...
boolean function ( ) { return interproc ; }
82,472
the runid of a workflow execution . this id is generated by the service and can be used to uniquely identify the workflow execution within a domain . constraints : length : 1 - 64 concode_field_sep String runId concode_field_sep Run withRunId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_se...
String function ( ) { return runId ; }
82,473
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void testPublicCloneable concode_elem_sep void draw concode_elem_sep void testSerialization co...
void function ( ) { XYDrawableAnnotation loc0 = new XYDrawableAnnotation ( 10.0 , 20.0 , 100.0 , 200.0 , new TestDrawable ( ) ) ; XYDrawableAnnotation loc1 = new XYDrawableAnnotation ( 10.0 , 20.0 , 100.0 , 200.0 , new TestDrawable ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc...
82,474
this method should typically only be called from the control class concode_field_sep List<ContextDataFactory> contextDataFactories concode_elem_sep OptionsParam optionsParam concode_elem_sep String DBNAME_TEMPLATE concode_elem_sep int DBNAME_COPY concode_elem_sep Session session concode_elem_sep String currentDBNameUnt...
void function ( ) { getSession ( ) . close ( ) ; }
82,475
lookup a sortorderenum by an integer key . concode_field_sep SortOrderEnum ASCENDING concode_elem_sep SortOrderEnum DESCENDING concode_elem_sep int enumCode concode_elem_sep long serialVersionUID concode_elem_sep String enumName concode_elem_sep SortOrderEnum[] ALL concode_field_sep Iterator<SortOrderEnum> iterator con...
SortOrderEnum function ( Integer arg0 ) { return fromCode ( arg0 ) ; }
82,476
returns a content builder using json format org.elasticsearch.common.xcontent.xcontenttype #json . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentBuilder cbor...
XContentBuilder function ( ) { return contentBuilder ( XContentType . JSON ) ; }
82,477
is the matrix symmetric and positive definite ? concode_field_sep boolean isspd concode_elem_sep double[][] L concode_elem_sep long serialVersionUID concode_elem_sep int n concode_field_sep Matrix getL concode_elem_sep Matrix solve concode_elem_sep String getRevision
boolean function ( ) { return isspd ; }
82,478
api to get list sample values for plugin config id . concode_field_sep Logger LOGGER concode_elem_sep PluginConfigSampleValueDao pluginConfigSampleValueDao concode_field_sep void createNewPluginConfigSampleValue
List < PluginConfigSampleValue > function ( Long arg0 ) { LOGGER . info ( "srini_string" + arg0 ) ; return pluginConfigSampleValueDao . getAllPluginConfigSampleValuesForPluginConfigId ( arg0 ) ; }
82,479
return type metadata object concode_field_sep java.lang.Integer estimatedTime concode_elem_sep java.util.Calendar startedTime concode_elem_sep java.lang.Integer rowsFailed concode_elem_sep java.util.Calendar endedTime concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equ...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
82,480
update a character in the given byte array at the specified position . concode_field_sep PlaceHolder placeHolder concode_field_sep String getStrValue concode_elem_sep void setIntValue concode_elem_sep void setShortValue concode_elem_sep void setFloValue concode_elem_sep int getIntValue concode_elem_sep float getFloValu...
void function ( char arg0 , int arg1 , byte [ ] arg2 ) { OutputStream loc0 = new ByteArrayOutputStream ( ) ; DataOutputStream loc1 = new DataOutputStream ( loc0 ) ; loc1 . writeChar ( arg0 ) ; byte [ ] loc2 = ( ( ByteArrayOutputStream ) loc0 ) . toByteArray ( ) ; System . arraycopy ( loc2 , 0 , arg2 , arg1 , 2 ) ; }
82,481
get the virtual memory usage . concode_field_sep long cumulativeCpuUsage concode_elem_sep long heapUsage concode_elem_sep long virtualMemoryUsage concode_elem_sep long physicalMemoryUsage concode_field_sep void setVirtualMemoryUsage concode_elem_sep long getPhysicalMemoryUsage concode_elem_sep void setCumulativeCpuUsag...
long function ( ) { return virtualMemoryUsage ; }
82,482
the id of the node within its cache cluster . a node id is a numeric identifier 0001 , 0002 , etc. . concode_field_sep String cacheClusterId concode_elem_sep String preferredAvailabilityZone concode_elem_sep String currentRole concode_elem_sep Endpoint readEndpoint concode_elem_sep String cacheNodeId concode_field_sep ...
String function ( ) { return cacheNodeId ; }
82,483
register the given system config concode_field_sep Logger LOG concode_elem_sep SystemConfig systemConfig concode_elem_sep List<InstanceExecutor> instanceExecutors concode_elem_sep ExecutorService threadsPool concode_elem_sep StreamExecutor streamExecutor concode_elem_sep MetricsExecutor metricsExecutor concode_field_se...
void function ( SystemConfig arg0 ) { SingletonRegistry . INSTANCE . registerSingleton ( SystemConfig . HERON_SYSTEM_CONFIG , arg0 ) ; }
82,484
returns the mapper for the given field concode_field_sep FieldNameAnalyzer searchQuoteAnalyzer concode_elem_sep FieldNameAnalyzer searchAnalyzer concode_elem_sep FieldNameAnalyzer indexAnalyzer concode_elem_sep CopyOnWriteHashMap<String,FieldMapper> fieldMappers concode_field_sep Iterator<FieldMapper> iterator concode_...
FieldMapper function ( String arg0 ) { return fieldMappers . get ( arg0 ) ; }
82,485
resets the collection setting size to 0 . actual memory contents stays untouched . concode_field_sep ByteArrayTool bt concode_elem_sep long size concode_elem_sep OffHeapMemory ohm concode_elem_sep int MIN_CAPACITY_INCREMENT concode_elem_sep int structLength concode_elem_sep long capacity concode_field_sep void add conc...
void function ( ) { this . size = 0 ; }
82,486
returns the computed attributeprefix . concode_field_sep String fieldAttributePrefix concode_elem_sep Account fieldAccount concode_field_sep boolean isMarkRecipientNotFoundSeen concode_elem_sep Set<MailAddress> getBlacklist concode_elem_sep boolean isDeferRecipientNotFound concode_elem_sep boolean isMarkUserUndefinedSe...
String function ( ) { return getClass ( ) . getPackage ( ) . getName ( ) + "srini_string" ; }
82,487
return the type of the formal argument at the given position . concode_field_sep TypeParametersMap typeParametersMap concode_elem_sep List<Type> paramTypes concode_elem_sep MethodDeclaration declaration concode_elem_sep Type returnType concode_field_sep TypeParametersMap typeParametersMap concode_elem_sep int getNoPara...
Type function ( int arg0 ) { return paramTypes . get ( arg0 ) ; }
82,488
returns the result of interpreting the object as an instance of ` test any ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep AnytypePackage modelPackage concode_field_sep T caseA concode_elem_sep T caseB concode_elem_sep T caseC concode_elem_sep T doSwitch ...
T function ( TestAny arg0 ) { return null ; }
82,489
returns the feed id of this feed . concode_field_sep Feed _feed concode_field_sep java.lang.String getTwitterScreenName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_...
long function ( ) { return _feed . getFeedId ( ) ; }
82,490
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
82,491
get the time of the event concode_field_sep int ARRIVAL concode_elem_sep int eventTime concode_elem_sep int eventType concode_elem_sep int DEPARTURE concode_elem_sep Customer customer concode_field_sep String getName concode_elem_sep int getType concode_elem_sep String toString concode_elem_sep int compareTo concode_el...
int function ( ) { return eventTime ; }
82,492
here we always return true concode_field_sep PlaceHolder placeHolder concode_field_sep String getBeginning concode_elem_sep String getEnding concode_elem_sep String transform concode_elem_sep boolean hasArguments concode_elem_sep Type getReturnType concode_elem_sep String getSeparator concode_elem_sep String join conco...
boolean function ( ) { return true ; }
82,493
gets the uiservice instance registered in the bundlecontext of the securityconfigactivator . concode_field_sep ConfigurationService configurationService concode_elem_sep CredentialsStorageService credentialsStorageService concode_elem_sep ResourceManagementService resources concode_elem_sep String DISABLED_PROP concode...
UIService function ( ) { if ( uiService == null ) uiService = ServiceUtils . getService ( bundleContext , UIService . class ) ; return uiService ; }
82,494
reverses the orientation of the whole polygon concode_field_sep Segment next concode_elem_sep Point2D P1 concode_elem_sep Point2D P2 concode_elem_sep Segment last concode_elem_sep double radius concode_elem_sep Segment first concode_field_sep void add concode_elem_sep double[] normal concode_elem_sep double[] cp2 conco...
void function ( ) { reverse ( ) ; first = last ; Segment loc0 = next ; Segment loc1 = this ; next = null ; while ( loc0 != null ) { loc0 . reverse ( ) ; loc0 . last = this ; Segment loc2 = loc0 . next ; loc0 . next = loc1 ; loc1 = loc0 ; loc0 = loc2 ; } }
82,495
returns the address of this e d department . concode_field_sep EDDepartment _edDepartment concode_field_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compa...
java . lang . String function ( ) { return _edDepartment . getAddress ( ) ; }
82,496
test program for demonstrating the stemmer . it reads text from a a list of files , stems each word , and writes the result to standard output . note that the word stemmed is expected to be in lower case : forcing lower case must be done outside the stemmer class . usage : stemmer file-name file-name ... concode_field_...
String function ( String arg0 ) { int loc0 = arg0 . loc0 ( ) ; this . add ( arg0 . toCharArray ( ) , loc0 ) ; this . stem ( ) ; return this . toString ( ) ; }
82,497
sets the sequence number concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean h...
void function ( int arg0 ) { if ( packet_len >= 12 ) setInt ( arg0 , packet , 2 , 4 ) ; }
82,498
the name of the policy type . concode_field_sep com.amazonaws.internal.SdkInternalList<PolicyAttributeDescription> policyAttributeDescriptions concode_elem_sep String policyName concode_elem_sep String policyTypeName concode_field_sep void setPolicyName concode_elem_sep void setPolicyAttributeDescriptions concode_elem_...
PolicyDescription function ( String arg0 ) { setPolicyTypeName ( arg0 ) ; return this ; }
82,499
same as random.nextint lower , upper , but does not throw exception when lower == upper concode_field_sep PlaceHolder placeHolder concode_field_sep List<T> randomSampleViaShuffle concode_elem_sep int[] shuffleInts concode_elem_sep double nextUniform concode_elem_sep List<T> sampleMore concode_elem_sep List<T> sampleWit...
int function ( int arg0 , int arg1 , RandomDataGenerator arg2 ) { return arg0 == arg1 ? arg0 : arg2 . nextInt ( arg0 , arg1 ) ; }