idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
98,900 | report a process operation error at the current system time concode_field_sep CleanerMetrics INSTANCE concode_elem_sep MetricsSource metricSource concode_elem_sep MutableGaugeLong processedFiles concode_elem_sep MutableGaugeLong fileErrors concode_elem_sep MutableCounterLong totalProcessedFiles concode_elem_sep Mutable... | void function ( ) { totalProcessedFiles . incr ( ) ; processedFiles . incr ( ) ; totalFileErrors . incr ( ) ; fileErrors . incr ( ) ; } |
98,901 | determines whether the given request is a cas logout request . concode_field_sep String artifactParameterName concode_elem_sep String logoutParameterName concode_elem_sep Log log concode_elem_sep SessionMappingStorage sessionMappingStorage concode_field_sep void init concode_elem_sep boolean isTokenRequest concode_elem... | boolean function ( final HttpServletRequest arg0 ) { return "srini_string" . equals ( arg0 . getMethod ( ) ) && ! isMultipartRequest ( arg0 ) && CommonUtils . isNotBlank ( CommonUtils . safeGetParameter ( arg0 , this . logoutParameterName ) ) ; } |
98,902 | get the resource id of the icon concode_field_sep int bigIcon concode_elem_sep String emojiText concode_elem_sep int icon concode_elem_sep String name concode_elem_sep Type type concode_elem_sep String iconPath concode_elem_sep String identityCode concode_elem_sep String bigIconPath concode_field_sep void setName conco... | int function ( ) { return icon ; } |
98,903 | return the default autowire-candidate pattern for the document that 's currently parsed . may also return a comma-separated list of patterns . concode_field_sep String autowireCandidates concode_elem_sep String initMethod concode_elem_sep String lazyInit concode_elem_sep String dependencyCheck concode_elem_sep String a... | String function ( ) { return this . autowireCandidates ; } |
98,904 | return a short description of the total running time . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep long startTimeMillis concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeMillis concode_elem_sep List<TaskInfo> taskList conc... | String function ( ) { return "srini_string" + this . id + "srini_string" + getTotalTimeMillis ( ) ; } |
98,905 | requests a specific lifetime for the token that is different than the default system lifetime . the lifetime must not exceed the secret key lifetime configured on the servers . concode_field_sep long lifetime concode_field_sep long getTokenLifetime concode_elem_sep int hashCode concode_elem_sep boolean equals concode_e... | DelegationTokenConfig function ( long arg0 , TimeUnit arg1 ) { checkArgument ( 0 <= arg0 , "srini_string" ) ; requireNonNull ( arg1 , "srini_string" ) ; this . lifetime = TimeUnit . MILLISECONDS . convert ( arg0 , arg1 ) ; return this ; } |
98,906 | updates the state of the entry with the new values . concode_field_sep Roster roster concode_elem_sep String name concode_elem_sep Connection connection concode_elem_sep RosterPacket.ItemType type concode_elem_sep String user concode_elem_sep RosterPacket.ItemStatus status concode_field_sep void setName concode_elem_se... | void function ( String arg0 , RosterPacket . ItemType arg1 , RosterPacket . ItemStatus arg2 ) { this . name = arg0 ; this . type = arg1 ; this . status = arg2 ; } |
98,907 | returns the version number concode_field_sep String wikiUrl concode_elem_sep String downloadUrl concode_elem_sep VersionHolder VERSION_UNAVAILABLE concode_elem_sep String version concode_elem_sep String revision concode_field_sep String getDownloadUrl concode_elem_sep String getWikiUrl concode_elem_sep String getRevisi... | String function ( ) { return version ; } |
98,908 | returns the serial number of this asset . concode_field_sep Asset _asset concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int... | java . lang . String function ( ) { return _asset . getSerialNumber ( ) ; } |
98,909 | does our cache currently contain no features ? concode_field_sep Deque<CACHED_FEATURE> cache concode_elem_sep SimpleInterval cachedInterval concode_elem_sep int INITIAL_CAPACITY concode_elem_sep int EXPECTED_MAX_OVERLAPPING_FEATURES_DURING_CACHE_TRIM concode_elem_sep int numCacheMisses concode_elem_sep int numCacheHits... | boolean function ( ) { return cache . isEmpty ( ) ; } |
98,910 | get the view with a type . concode_field_sep Method overridePendingTransition concode_field_sep void hideKeyboard concode_elem_sep Drawable rotateDrawable concode_elem_sep TextView getTitleTV concode_elem_sep Drawable scaleImage concode_elem_sep void makeVisible concode_elem_sep SpannableStringBuilder generateBoldColor... | T function ( ViewGroup arg0 , int arg1 ) { View loc0 = arg0 . findViewById ( arg1 ) ; return ( T ) loc0 ; } |
98,911 | sets page 's sections input objects . concode_field_sep ISection[] sections concode_elem_sep boolean controlsCreated concode_field_sep void createControls concode_elem_sep void aboutToBeHidden concode_elem_sep void setSections concode_elem_sep boolean controlsHaveBeenCreated concode_elem_sep void aboutToBeShown concode... | void function ( final IWorkbenchPart arg0 , final ISelection arg1 ) { for ( int loc0 = 0 ; loc0 < sections . length ; loc0 ++ ) { final ISection loc1 = sections [ loc0 ] ; ISafeRunnable loc2 = new SafeRunnable ( ) { public void run ( ) throws Exception { loc1 . setInput ( arg0 , arg1 ) ; } } ; SafeRunnable . run ( loc2... |
98,912 | clear any accepted input concode_field_sep String charRegex concode_elem_sep String literal concode_elem_sep List<String> reservedWords concode_elem_sep List<String> inputRegexes concode_elem_sep boolean readOnly concode_elem_sep String input concode_field_sep boolean isReadOnly concode_elem_sep boolean canAcceptMoreCh... | void function ( ) { if ( ! isReadOnly ( ) ) input = null ; } |
98,913 | used to register file observers for a particular file . concode_field_sep boolean symlinkSupport concode_elem_sep NSMutableDictionary _lastModifiedByFilePath concode_elem_sep Object observer concode_elem_sep ERXFileNotificationCenter _defaultCenter concode_elem_sep Logger log concode_elem_sep NSMutableDictionary _obser... | void function ( Object arg0 , NSSelector arg1 , String arg2 ) { if ( arg2 == null ) throw new RuntimeException ( "srini_string" ) ; addObserver ( arg0 , arg1 , new File ( arg2 ) ) ; } |
98,914 | called when a message is sent to plugin . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_sep Uri remapUri concode_elem_sep void onNewIntent concode_elem_sep void onP... | Object function ( String arg0 , Object arg1 ) { return null ; } |
98,915 | create a new storagelevel object . concode_field_sep StorageLevel DISK_ONLY_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_SER_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_SER concode_elem_sep StorageLevel DISK_ONLY concode_elem_sep StorageLevel MEMORY_ONLY concode_el... | StorageLevel function ( boolean arg0 , boolean arg1 , boolean arg2 , int arg3 ) { return StorageLevel . apply ( arg0 , arg1 , false , arg2 , arg3 ) ; } |
98,916 | gets the database to which lens client should connect to . concode_field_sep Map<String,String> lensVars concode_elem_sep LensClientConfig conf concode_elem_sep Map<String,String> lensConfs concode_elem_sep Set<Class<?>> requestFilters concode_elem_sep Map<String,String> sessionVars concode_field_sep Map<String,String>... | String function ( ) { return conf . getLensDatabase ( ) ; } |
98,917 | sets the value of ' _ attriblist ' by copying the given vector . all elements will be checked for type safety . concode_field_sep java.lang.String _resourceType concode_elem_sep java.lang.String _name concode_elem_sep java.lang.String _cimClass concode_elem_sep java.lang.String _value concode_elem_sep java.lang.String ... | void function ( final java . util . List < org . opennms . netmgt . config . vmware . cim . Attrib > arg0 ) { this . _attribList . clear ( ) ; this . _attribList . addAll ( arg0 ) ; } |
98,918 | setter method for paramsubcategoryid concode_field_sep String faultCodeID concode_elem_sep String subCategory concode_elem_sep String paramSubCategoryID concode_elem_sep String paramSubSubCategoryID concode_elem_sep boolean editCapability concode_elem_sep List displayDetails concode_elem_sep String description concode_... | void function ( String arg0 ) { this . paramSubCategoryID = arg0 ; } |
98,919 | adds a single option to the options map . concode_field_sep String loginModuleStackRef concode_elem_sep String flag concode_elem_sep String module concode_elem_sep String name concode_elem_sep Map<String,String> options concode_field_sep String getModule concode_elem_sep Builder loginModuleStackRef concode_elem_sep Str... | Builder function ( String arg0 , String arg1 ) { if ( options == null ) { options = new HashMap < String , String > ( ) ; } options . put ( arg0 , arg1 ) ; return this ; } |
98,920 | removed the mocked std-out printstream again from the system class concode_field_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep O getTestedObject concode_elem_sep void testOnFire concode_elem_sep void setUp concode_elem_sep PrintStream getStdOutMock concode_elem_sep void testCollis... | void function ( ) { System . setOut ( this . stdOutOrig ) ; } |
98,921 | gets the created . concode_field_sep String reason1 concode_elem_sep String reason2 concode_elem_sep String senderBankName concode_elem_sep String transId concode_elem_sep String userVariable4 concode_elem_sep String userVariable3 concode_elem_sep String userVariable5 concode_elem_sep String recepientBankCode concode_e... | String function ( ) { return created ; } |
98,922 | executes a sql script located under resources concode_field_sep Log log concode_field_sep MysqlResult executeSqlResource concode_elem_sep MysqlResult executeSqlResource concode_elem_sep String getParameterAssignmentString | MysqlResult function ( String arg0 ) { return executeSql ( arg0 , new HashMap < String , Object > ( ) ) ; } |
98,923 | return the configured origins to allow , possibly null . concode_field_sep List<String> allowedOrigins concode_elem_sep Long maxAge concode_elem_sep List<String> exposedHeaders concode_elem_sep List<String> allowedHeaders concode_elem_sep List<String> allowedMethods concode_elem_sep String ALL concode_elem_sep Boolean ... | List < String > function ( ) { return this . allowedOrigins ; } |
98,924 | returns a set such that each element in the returned set is a unique object e ' that . equals the corresponding element e in the original set . concode_field_sep Map<T,WeakReference<T>> map concode_elem_sep Interner<Object> interner concode_field_sep Interner<Object> setGlobal concode_elem_sep T intern concode_elem_sep... | Set < T > function ( Set < T > arg0 ) { Set < T > loc0 = Generics . newHashSet ( ) ; for ( T loc1 : arg0 ) { loc0 . add ( intern ( loc1 ) ) ; } return loc0 ; } |
98,925 | generate a new random number . concode_field_sep Random numGen concode_elem_sep double shape concode_elem_sep double den concode_field_sep void computeDen | double function ( ) { double loc0 = numGen . nextDouble ( ) ; double loc1 = 1 ; double loc2 = 1 + 1 / Math . pow ( 2 , shape ) ; double loc3 = 3 ; while ( loc0 > loc2 / den ) { loc1 = loc2 ; loc2 += 1 / Math . pow ( loc3 , shape ) ; loc3 ++ ; } return loc1 / den ; } |
98,926 | non-javadoc concode_field_sep ErrorManager errorManager concode_elem_sep Map<String,CommunicationNetworkServiceLocal> communicationNetworkServiceLocalsCache concode_elem_sep CommunicationsClientConnection communicationsClientConnection concode_elem_sep PlatformComponentProfile platformComponentProfile concode_elem_sep ... | void function ( PlatformComponentProfile arg0 , PlatformComponentProfile arg1 , PlatformComponentProfile arg2 ) { communicationsClientConnection . requestDiscoveryVpnConnection ( arg0 , arg1 , arg2 ) ; } |
98,927 | this should contain a contact address usually an e-mail address . concode_field_sep PlaceHolder placeHolder concode_field_sep String getURL concode_elem_sep String getAuthor concode_elem_sep Iterator getImplementedExtensions concode_elem_sep float getPriority concode_elem_sep boolean isDynamicElement concode_elem_sep v... | String function ( ) { return "srini_string" ; } |
98,928 | gets byte field value . concode_field_sep byte LONG_ARR concode_elem_sep byte OBJ_ARR concode_elem_sep long HASH_SET_MAP_OFF concode_elem_sep byte DATE concode_elem_sep byte DOUBLE concode_elem_sep byte FLOAT concode_elem_sep byte FLOAT_ARR concode_elem_sep byte ARRAY_LIST concode_elem_sep byte INT concode_elem_sep Jdk... | byte function ( Object arg0 , long arg1 ) { return GridUnsafe . getByteField ( arg0 , arg1 ) ; } |
98,929 | get the object used to handle state changes and messages from web socket . concode_field_sep Logger logger concode_elem_sep WebSocket webSocket concode_elem_sep int port concode_elem_sep MinecraftSocketHandler socketHandler concode_elem_sep Gson gson concode_elem_sep String host concode_elem_sep ThingUID thingUID conco... | MinecraftSocketHandler function ( ) { return socketHandler ; } |
98,930 | set the value related to the column : amount concode_field_sep com.floreantpos.model.User owner concode_elem_sep java.util.Date modifiedTime concode_elem_sep java.lang.Double amount concode_elem_sep String PROP_TICKET concode_elem_sep com.floreantpos.model.Ticket ticket concode_elem_sep String PROP_TERMINAL concode_ele... | void function ( java . lang . Double arg0 ) { this . amount = arg0 ; } |
98,931 | adds new motechuser if its name and email are not null concode_field_sep MotechUsersDataService dataService concode_field_sep List<MotechUser> findByRole concode_elem_sep MotechUser findByUserName concode_elem_sep List<MotechUser> getUsers concode_elem_sep void addOpenIdUser concode_elem_sep void update concode_elem_se... | void function ( MotechUser arg0 ) { if ( findByUserName ( arg0 . getUserName ( ) ) == null ) { if ( findUserByEmail ( arg0 . getEmail ( ) ) != null ) { throw new EmailExistsException ( "srini_string" + arg0 . getEmail ( ) + "srini_string" ) ; } dataService . create ( arg0 ) ; } } |
98,932 | this class is only used internally so this method should never be called . concode_field_sep SAXImpl _saxImpl concode_elem_sep ContentHandler _sax concode_elem_sep String XMLNS_PREFIX concode_elem_sep String EMPTYSTRING concode_elem_sep LexicalHandler _lex concode_elem_sep Hashtable _nsPrefixes concode_elem_sep Node _d... | void function ( String arg0 , Object arg1 ) { } |
98,933 | creates the pipeline aggregator concode_field_sep String[] bucketsPaths concode_elem_sep Map<String,Object> metaData concode_elem_sep String name concode_elem_sep String type concode_field_sep void setMetaData concode_elem_sep String getName concode_elem_sep PipelineAggregator createInternal concode_elem_sep String nam... | PipelineAggregator function ( ) { PipelineAggregator loc0 = createInternal ( this . metaData ) ; return loc0 ; } |
98,934 | performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m... | void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; } |
98,935 | subtract one vector from another concode_field_sep float[] array concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep void add concode_elem_sep void add concode_elem_sep PVector add concode_elem_sep PVector add concode_elem_sep void set concode_elem_sep void set concode_elem_sep ... | PVector function ( PVector arg0 , PVector arg1 ) { return sub ( arg0 , arg1 , null ) ; } |
98,936 | true if the user has authenticated with github for the specified application ; otherwise , false . concode_field_sep java.util.Date createTime concode_elem_sep String applicationId concode_elem_sep Boolean linkedToGitHub concode_elem_sep String applicationName concode_field_sep String getApplicationId concode_elem_sep ... | void function ( Boolean arg0 ) { this . linkedToGitHub = arg0 ; } |
98,937 | a provider which will return the current authorization token concode_field_sep HttpRequest<R> request concode_elem_sep Map<String,List<Object>> queryParams concode_elem_sep String path concode_elem_sep String endpoint concode_elem_sep EndpointTokenProvider provider concode_elem_sep ServiceType service concode_elem_sep ... | RequestBuilder < R > function ( EndpointTokenProvider arg0 ) { this . provider = arg0 ; return this ; } |
98,938 | indicates whether other hotkey is equal to this one . concode_field_sep Integer keyCode concode_elem_sep boolean isAlt concode_elem_sep boolean isCtrl concode_elem_sep boolean isShift concode_elem_sep Integer hashCode concode_field_sep boolean isAlt concode_elem_sep void setCtrl concode_elem_sep void setAlt concode_ele... | boolean function ( final Object arg0 ) { return arg0 != null && arg0 instanceof HotkeyData && arg0 . hashCode ( ) == hashCode ( ) ; } |
98,939 | set the etag header based on the specified token concode_field_sep int YEAR_OF_SECONDS concode_field_sep void setCachingHeaders concode_elem_sep void setCachingHeaders | void function ( String arg0 , PortletResourceOutputHandler arg1 ) { arg1 . setHeader ( "srini_string" , arg0 ) ; } |
98,940 | returns the federation user account . concode_field_sep Map<String,FederationModel> federationPullResults concode_elem_sep INotificationManager notificationManager concode_elem_sep IStoredSettings settings concode_elem_sep List<FederationModel> federationRegistrations concode_elem_sep IRuntimeManager runtimeManager con... | UserModel function ( ) { UserModel loc0 = new UserModel ( Constants . FEDERATION_USER ) ; loc0 . canAdmin = true ; return loc0 ; } |
98,941 | a call to this method reflects use of the drop down , and we should grab that url concode_field_sep Boolean mUsingEmailNotification concode_elem_sep String UNUSED concode_elem_sep String[] mApplicationURLs concode_elem_sep String mQuickURL concode_elem_sep Boolean mEulaViewed concode_elem_sep int mMode concode_elem_sep... | void function ( int arg0 ) { mHomeUrl = mApplicationURLs [ arg0 ] ; mSelectedIndex = arg0 ; } |
98,942 | checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con... | boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; } |
98,943 | test method for com.google.code.magja.service.order.orderremoteserviceimpl #unhold com.google.code.magja.model.order.order . concode_field_sep OrderRemoteService service concode_field_sep void testGetById concode_elem_sep void testHold concode_elem_sep void testList concode_elem_sep void testAddComment concode_elem_sep... | void function ( ) { } |
98,944 | returns a server socket bound to the specified port . the socket is configured with the socket options given to this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep H... | ServerSocket function ( int arg0 , String arg1 ) { return new ServerSocket ( arg0 , 128 , InetAddress . getByName ( arg1 ) ) ; } |
98,945 | shuts down the notificatorservice . this method is a must if you are running it inside a servlet container , because it will shutdown the underlying executorservice . concode_field_sep ExecutorService service concode_elem_sep Logger LOG concode_elem_sep int CORE_POOL_SIZE concode_field_sep SubscriptionManagerInterfaceF... | void function ( ) { service . shutdown ( ) ; } |
98,946 | removes and returns the registered modelloaderfactory for the given model and resource classes . returnsnull if no such factory is registered . clears all cached model loaders . concode_field_sep Map<Class,Map<Class,ModelLoaderFactory>> modelClassToResourceFactories concode_elem_sep ModelLoader NULL_MODEL_LOADER concod... | ModelLoaderFactory < T , Y > function ( Class < T > arg0 , Class < Y > arg1 ) { cachedModelLoaders . clear ( ) ; ModelLoaderFactory < T , Y > loc0 = null ; Map < Class , ModelLoaderFactory > loc1 = modelClassToResourceFactories . get ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . remove ( arg1 ) ; } return loc0 ; } |
98,947 | writes count characters from str starting at offset to the target . concode_field_sep Object lock concode_field_sep void flush concode_elem_sep boolean checkError concode_elem_sep void close concode_elem_sep Writer append concode_elem_sep Writer append concode_elem_sep Writer append | void function ( String arg0 , int arg1 , int arg2 ) { if ( ( arg1 | arg2 ) < 0 || arg1 > arg0 . length ( ) - arg2 ) { throw new StringIndexOutOfBoundsException ( arg0 , arg1 , arg2 ) ; } char [ ] loc0 = new char [ arg2 ] ; arg0 . getChars ( arg1 , arg1 + arg2 , loc0 , 0 ) ; synchronized ( lock ) { write ( loc0 , 0 , lo... |
98,948 | set ad_org_id . for gl journal overwrite concode_field_sep String m_AmtAcctCr concode_elem_sep String m_C_Tax_ID concode_elem_sep ProductInfo p_productInfo concode_elem_sep String m_C_SalesRegion_ID concode_elem_sep String m_AD_Org_ID concode_elem_sep String m_C_WithHolding_ID concode_elem_sep String m_C_Campaign_ID co... | void function ( String arg0 ) { m_AD_Org_ID = arg0 ; } |
98,949 | return matter concode_field_sep PlaceHolder placeHolder concode_field_sep int getBuildingHP concode_elem_sep int getFloors concode_elem_sep int getApartmentsPerFloor concode_elem_sep double[] randomTask concode_elem_sep double[] randomTask concode_elem_sep double[] randomTask concode_elem_sep int getTemperature concode... | int function ( int arg0 ) { if ( arg0 < 0 ) return Matter . randomMatter ( ) . getValue ( ) ; return arg0 ; } |
98,950 | returns the number of entities created concode_field_sep List<ChangeOnEntity> list concode_elem_sep Date date concode_field_sep int getNumberOfEntitiesDeleted concode_elem_sep void log concode_elem_sep List<ChangeOnEntity> getChanges concode_elem_sep List<ChangeOnEntity> getChangesByType concode_elem_sep int getNumberO... | int function ( ) { return getNumberOfEntities ( ChangeType . CREATED ) ; } |
98,951 | returns the frequency of change . concode_field_sep int n_t concode_elem_sep long serialVersionUID concode_elem_sep int tau concode_elem_sep int tau_t concode_field_sep void setN_t concode_elem_sep void setTau concode_elem_sep int getN_t concode_elem_sep Double apply concode_elem_sep Double apply concode_elem_sep void ... | int function ( ) { return this . tau_t ; } |
98,952 | gets the status value for this calculated_metric . concode_field_sep int in_queue concode_elem_sep java.lang.String metric_type_string concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int formula_id concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name conc... | int function ( ) { return status ; } |
98,953 | returns true if this eventcache contains no entity-copy mappings . concode_field_sep IdentityMap entityToCopyMap concode_elem_sep Map entityToOperatedOnFlagMap concode_field_sep boolean isOperatedOn concode_elem_sep IdentityMap invertMap concode_elem_sep void setOperatedOn concode_elem_sep Set entrySet concode_elem_sep... | boolean function ( ) { return entityToCopyMap . isEmpty ( ) ; } |
98,954 | set the defaultmutabletreenode instance that wraps this instance concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon ... | void function ( DefaultMutableTreeNode arg0 ) { this . wrapper = arg0 ; } |
98,955 | sets this rectangle to be the same as the specified rectangle . concode_field_sep int OUT_BOTTOM concode_elem_sep IGObjectFactory goFactory concode_elem_sep int OUT_TOP concode_elem_sep int OUT_RIGHT concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep int OUT_LEFT concode_... | void function ( Rectangle arg0 ) { this . x = arg0 . getX ( ) ; this . y = arg0 . getY ( ) ; this . width = arg0 . getWidth ( ) ; this . height = arg0 . getHeight ( ) ; } |
98,956 | start notifying syncstatuslistener of sync status changes . only a weak reference to syncstatuslistener is held . concode_field_sep EnumSet<SyncHint> NOW concode_elem_sep String LOG_TAG concode_elem_sep EnumSet<SyncHint> SOON concode_elem_sep EnumSet<SyncHint> FORCE concode_field_sep void putHintsToSync concode_elem_se... | void function ( SyncStatusListener arg0 ) { FxAccountSyncStatusHelper . getInstance ( ) . startObserving ( arg0 ) ; } |
98,957 | retrieves the factory implementation that this factory is using to produce threads . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory setImpl | ThreadFactory function ( ) { return factory ; } |
98,958 | creates an element-local enumeration declaration . concode_field_sep Element e concode_elem_sep TypeUse xducer concode_field_sep String name concode_elem_sep List<CEnumConstant> buildMemberList concode_elem_sep TypeUse getTransducer | BIEnumeration function ( Element arg0 , BIElement arg1 ) { return new BIEnumeration ( arg0 , new CEnumLeafInfo ( arg1 . arg1 . model , null , arg1 . clazz , DOMUtil . getAttribute ( arg0 , "srini_string" ) , CBuiltinLeafInfo . STRING , buildMemberList ( arg1 . arg1 . model , arg0 ) , null , null , DOMLocator . getLocat... |
98,959 | performs a dynamic query on the database and returns an ordered 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... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _jiraActionLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
98,960 | recursively compare object by its class and all superclasses . to standalone test collections , arrays and maps use methods : equalscollection , equalsarray , equalsmap concode_field_sep List<String> errorLog concode_elem_sep Logger logger concode_field_sep boolean hasEquals concode_elem_sep boolean equalsCollection co... | boolean function ( final Object arg0 , final Object arg1 ) { return WeakEqualsHelper . weakEquals ( arg0 , arg1 , null , false ) ; } |
98,961 | sets the storedetaileddescription value for this sitecategorytranslation . concode_field_sep java.lang.String displayName concode_elem_sep java.lang.String pageTitle concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String description concode_elem_sep java.lang.String storeDetailedDescription co... | void function ( java . lang . String arg0 ) { this . storeDetailedDescription = arg0 ; } |
98,962 | deserialize the thrift object from a java string , using a specified character set for decoding . concode_field_sep TProtocol protocol_ concode_elem_sep TMemoryInputTransport trans_ concode_field_sep Long partialDeserializeI64 concode_elem_sep Byte partialDeserializeByte concode_elem_sep Integer partialDeserializeI32 c... | void function ( TBase arg0 , String arg1 , String arg2 ) { try { deserialize ( arg0 , arg1 . getBytes ( arg2 ) ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new TException ( "srini_string" + arg2 ) ; } finally { protocol_ . reset ( ) ; } } |
98,963 | returns true , if this config is valid . concode_field_sep String apiKey concode_elem_sep String apiKey2 concode_elem_sep ProviderName providerName concode_field_sep void setProviderName concode_elem_sep String getApiKey concode_elem_sep String getApiKey2 concode_elem_sep ProviderName getProviderName concode_elem_sep v... | boolean function ( ) { return providerName != null && apiKey != null && ( providerName != ProviderName . HAMWEATHER || ( providerName == ProviderName . HAMWEATHER && apiKey2 != null ) ) ; } |
98,964 | sets the servlet context . concode_field_sep String METHOD_PURGE concode_elem_sep String METHOD_OPTIONS concode_elem_sep String METHOD_TRACE concode_elem_sep boolean isMultipart concode_elem_sep String scheme concode_elem_sep Map<String,String> postParameters concode_elem_sep String remoteHost concode_elem_sep HttpSess... | void function ( ServletContextWrapper arg0 ) { this . servletContext = arg0 ; } |
98,965 | gets the value of the cbname property . concode_field_sep String optFields concode_elem_sep String trgOps concode_elem_sep String cbName concode_elem_sep String datSet concode_elem_sep String rptID concode_elem_sep String value concode_elem_sep String intgPd concode_elem_sep String bufTime concode_field_sep String getT... | String function ( ) { return cbName ; } |
98,966 | called when the manager was suspended . concode_field_sep PlaceHolder placeHolder concode_field_sep void updateFailed concode_elem_sep void managerStarted concode_elem_sep void updateStarted concode_elem_sep void updateCompleted concode_elem_sep void managerStopped concode_elem_sep void managerResumed | void function ( UpdateManagerEvent arg0 ) { } |
98,967 | can run if for two options given . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCanRunWithOneOption concode_elem_sep void testCanRunWithNoOption | void function ( ) { Assert . assertTrue ( "srini_string" , new HELPCommand ( ) . canRun ( new CommandLineArgs ( "srini_string" , "srini_string" ) ) ) ; } |
98,968 | get year in yyyy format based on provided date concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int today concode_elem_sep int clock concode_elem_sep int day concode_elem_sep String age concode_elem_sep long clarionDateT... | int function ( int arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTimeInMillis ( clarionDateToEpoch ( arg0 ) ) ; return loc0 . get ( Calendar . YEAR ) ; } |
98,969 | analyzes the modifiable variable holder and returns true in case this holder contains a modification concode_field_sep Logger LOGGER concode_field_sep int getMissingMessagePosition concode_elem_sep ProtocolMessage getNextProtocolMessageFromPeer concode_elem_sep boolean containsServerFinishedWithModifiedHandshake concod... | boolean function ( ProtocolMessage arg0 ) { for ( ModifiableVariableHolder loc0 : arg0 . getAllModifiableVariableHolders ( ) ) { for ( Field loc1 : loc0 . getAllModifiableVariableFields ( ) ) { if ( containsModifiableVariableModification ( loc0 , loc1 ) ) { return true ; } } } return false ; } |
98,970 | gets the value of the listentry property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the listentry property . for example , to add a new item , d... | List < CTFFDDList . ListEntry > function ( ) { if ( listEntry == null ) { listEntry = new ArrayList < CTFFDDList . ListEntry > ( ) ; } return this . listEntry ; } |
98,971 | gzip end concode_field_sep Integer defaultPagesize concode_elem_sep Logger logger concode_elem_sep String x_app concode_elem_sep String x_device concode_elem_sep int MENU_BANLANCE concode_elem_sep String JSON_TYPE concode_elem_sep int MENU_PERSONAL concode_elem_sep int MENU_COLLECT concode_elem_sep String x_channel con... | void function ( byte [ ] arg0 , HttpServletResponse arg1 ) { arg1 . setContentType ( "srini_string" ) ; arg1 . setContentLength ( arg0 . length ) ; ServletOutputStream loc0 = arg1 . getOutputStream ( ) ; loc0 . write ( arg0 ) ; loc0 . flush ( ) ; loc0 . close ( ) ; } |
98,972 | returns the provider of this secretkeyfactory object . concode_field_sep Provider provider concode_elem_sep Iterator serviceIterator concode_elem_sep SecretKeyFactorySpi spi concode_elem_sep Object lock concode_elem_sep String algorithm concode_field_sep SecretKey translateKey concode_elem_sep KeySpec getKeySpec concod... | Provider function ( ) { synchronized ( lock ) { serviceIterator = null ; return provider ; } } |
98,973 | retrieves the factory implementation that this factory is using to produce threads . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory setImpl | ThreadFactory function ( ) { return factory ; } |
98,974 | returns an instance of a datecomparator . concode_field_sep DateComparator singleton concode_elem_sep long SECONDS_PER_HOUR concode_field_sep boolean equals | DateComparator function ( ) { return singleton ; } |
98,975 | portable ram allocation . allocates a byte array in transient memory ram on the card if javacard_applet is defined . does a normal allocation on the host if javacard_applet is undefined . concode_field_sep PlaceHolder placeHolder concode_field_sep void myassert concode_elem_sep Message_digest_wrapper get_message_digest... | byte [ ] function ( short arg0 ) { return new byte [ arg0 ] ; } |
98,976 | returns a string representation of the given constant concode_field_sep int CUBLAS_SIDE_RIGHT concode_elem_sep int CUBLAS_SIDE_LEFT concode_field_sep placeholderType placeHolder | String function ( int arg0 ) { switch ( arg0 ) { case CUBLAS_SIDE_LEFT : return "srini_string" ; case CUBLAS_SIDE_RIGHT : return "srini_string" ; } return "srini_string" + arg0 ; } |
98,977 | info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
98,978 | gets the server session pool associated with this connection consumer . concode_field_sep ServerSessionPool sessionPool concode_elem_sep ConsumerInfo consumerInfo concode_elem_sep boolean closed concode_elem_sep ActiveMQConnection connection concode_field_sep void dispatch concode_elem_sep ConsumerInfo getConsumerInfo ... | ServerSessionPool function ( ) { if ( closed ) { throw new IllegalStateException ( "srini_string" ) ; } return this . sessionPool ; } |
98,979 | registers all default parameter handlers concode_field_sep Listening listening concode_elem_sep Game game concode_elem_sep StorageAdapter storageAdapter concode_elem_sep Logger logger concode_elem_sep ConfigurationLoader<CommentedConfigurationNode> configManager concode_elem_sep List<FlagHandler> flagHandlers concode_e... | void function ( ) { registerParameterHandler ( new ParameterBlock ( ) ) ; registerParameterHandler ( new ParameterEventName ( ) ) ; registerParameterHandler ( new ParameterPlayer ( ) ) ; registerParameterHandler ( new ParameterRadius ( ) ) ; registerParameterHandler ( new ParameterTime ( ) ) ; } |
98,980 | returns a list of scheduled events of the device . concode_field_sep List<Ability> abilities concode_elem_sep boolean configurationSynchronized concode_elem_sep String name concode_elem_sep String description concode_elem_sep Location location concode_elem_sep String id concode_elem_sep String category concode_elem_sep... | List < ScheduledEvent > function ( ) { return scheduledEvents ; } |
98,981 | returns a attribute value , that is setuped in the manifest file and is definied by the extension point xml schema . concode_field_sep PluginDescriptor fDescriptor concode_elem_sep String fId concode_elem_sep String fTargetPoint concode_elem_sep String fClazz concode_elem_sep HashMap<String,String> fAttributes concode_... | String function ( String arg0 ) { return fAttributes . get ( arg0 ) ; } |
98,982 | returns the ghi chu of this ke hoach ve sinh xa new . concode_field_sep keHoachVeSinhXaNew _keHoachVeSinhXaNew concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep bool... | java . lang . String function ( ) { return _keHoachVeSinhXaNew . getGhiChu ( ) ; } |
98,983 | a complex type that contains the information about the specified health check . concode_field_sep HealthCheck healthCheck concode_field_sep int hashCode concode_elem_sep HealthCheck getHealthCheck concode_elem_sep boolean equals concode_elem_sep GetHealthCheckResult clone concode_elem_sep String toString concode_elem_s... | GetHealthCheckResult function ( HealthCheck arg0 ) { setHealthCheck ( arg0 ) ; return this ; } |
98,984 | confirm that the equals method can distinguish all the required fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning | void function ( ) { ColorPalette loc0 = new GreyPalette ( ) ; ColorPalette loc1 = new GreyPalette ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
98,985 | loads and initializes opencv library from current application package . roughly , it 's an analog of system.loadlibrary `` opencv_java '' . concode_field_sep String OPENCV_VERSION_2_4_4 concode_elem_sep String OPENCV_VERSION_2_4_8 concode_elem_sep String OPENCV_VERSION_2_4_3 concode_elem_sep String OPENCV_VERSION_2_4_7... | boolean function ( boolean arg0 ) { return StaticHelper . initOpenCV ( arg0 ) ; } |
98,986 | returns the application 's jerseyenvironment . concode_field_sep AdminEnvironment adminEnvironment concode_elem_sep MutableServletContextHandler servletContext concode_elem_sep Validator validator concode_elem_sep MutableServletContextHandler adminContext concode_elem_sep ExecutorService healthCheckExecutorService conc... | JerseyEnvironment function ( ) { return jerseyEnvironment ; } |
98,987 | access method to get the recursive setting when adding files for monitoring . concode_field_sep SimpleReadWriteLock m_aRWLock concode_elem_sep ICommonsMap<String,FileMonitorAgent> m_aMonitorMap concode_elem_sep IFileMonitorCallback m_aListener concode_elem_sep Stack<File> m_aDeleteStack concode_elem_sep Stack<File> m_a... | boolean function ( ) { return m_bRecursive ; } |
98,988 | returns the uri . concode_field_sep String prefix concode_elem_sep String uri concode_field_sep String getPrefix | String function ( ) { return uri ; } |
98,989 | gets the value of the servicecompletion property . concode_field_sep String wsdlFile concode_elem_sep List<PortType> port concode_elem_sep ServiceCompletionType serviceCompletion concode_elem_sep String serviceRefName concode_field_sep void setWsdlFile concode_elem_sep List<PortType> getPort concode_elem_sep void setSe... | ServiceCompletionType function ( ) { return serviceCompletion ; } |
98,990 | move the data from the output buffer to the input buffer . concode_field_sep ThreadMXBean threadBean concode_elem_sep ThreadLocal<CopyInCopyOutBuffer> cloneBuffers concode_elem_sep DataInputBuffer inBuffer concode_elem_sep SerializationFactory serialFactory concode_elem_sep Map<Class<?>,Constructor<?>> CONSTRUCTOR_CACH... | void function ( ) { inBuffer . reset ( outBuffer . getData ( ) , outBuffer . getLength ( ) ) ; } |
98,991 | returns the mvcc version of this password tracker . concode_field_sep PasswordTracker _passwordTracker concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void s... | long function ( ) { return _passwordTracker . getMvccVersion ( ) ; } |
98,992 | get list of all relations and non-relations between argforrelations in this sentence use with care . this is an expensive call due to getallunrelatedrelations , which creates all non-existing relations between all entity mentions concode_field_sep long serialVersionUID concode_elem_sep List<RelationMention> relationMen... | List < RelationMention > function ( RelationMentionFactory arg0 ) { List < RelationMention > loc0 = new ArrayList < > ( relationMentions ) ; loc0 . addAll ( getAllUnrelatedRelations ( arg0 ) ) ; return loc0 ; } |
98,993 | returns time when snapshot started concode_field_sep String START_TIME_IN_MILLIS concode_elem_sep String PROCESSED_SIZE_IN_BYTES concode_elem_sep String TIME_IN_MILLIS concode_elem_sep String TOTAL_SIZE concode_elem_sep String STATS concode_elem_sep int numberOfFiles concode_elem_sep String NUMBER_OF_FILES concode_elem... | long function ( ) { return startTime ; } |
98,994 | return the number of children of the given parent , which in this base class is the number of contained entities . concode_field_sep NamedObj _root concode_elem_sep List _listenerList concode_elem_sep ChangeListener _rootListener concode_field_sep int getIndexOfChild concode_elem_sep void valueForPathChanged concode_el... | int function ( Object arg0 ) { if ( ! ( arg0 instanceof CompositeEntity ) ) { return 0 ; } CompositeEntity loc0 = ( CompositeEntity ) arg0 ; return loc0 . numberOfEntities ( ) ; } |
98,995 | this method checks whether two grammars are the same . currently , we compare the root element names for dtd grammars and the target namespaces for schema grammars . the application can override this behaviour and add its own logic . concode_field_sep boolean fPoolIsLocked concode_elem_sep int fGrammarCount concode_ele... | boolean function ( XMLGrammarDescription arg0 , XMLGrammarDescription arg1 ) { return arg0 . equals ( arg1 ) ; } |
98,996 | gets the value of the preferenceid property . concode_field_sep String preferenceId concode_elem_sep String preferenceName concode_elem_sep Boolean preferenceIndicator concode_elem_sep long serialVersionUID concode_field_sep void setPreferenceIndicator concode_elem_sep void setPreferenceId concode_elem_sep String getPr... | String function ( ) { return preferenceId ; } |
98,997 | get the value of the metric concode_field_sep String name concode_elem_sep String value concode_field_sep String getName concode_elem_sep String toString | String function ( ) { return value ; } |
98,998 | this writes all the fields till the beginning of checksum . concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep Log LOG concode_elem_sep HdfsConfiguration conf concode_elem_sep short version concode_field_sep short getVersion concode_elem_sep DataChecksum readDataChecksum concode_ele... | void function ( DataOutputStream arg0 , BlockMetadataHeader arg1 ) { arg0 . writeShort ( arg1 . getVersion ( ) ) ; arg1 . getChecksum ( ) . writeHeader ( arg0 ) ; } |
98,999 | returns the file id for a given path . if the given path does not exist in alluxio , the method attempts to load it from ufs . concode_field_sep FileSystemMaster mFileSystemMaster concode_field_sep List<Long> getLostFiles concode_elem_sep List<WorkerInfo> getWorkerInfoList concode_elem_sep AlluxioURI getPath concode_el... | long function ( AlluxioURI arg0 ) { return mFileSystemMaster . getFileId ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.