idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
600 | returns the end index of the graph concode_field_sep Node[] nodes concode_elem_sep Pair<Integer,Integer> start_end concode_elem_sep ArrayList<Pair<Integer,Integer>> qms concode_elem_sep int counter concode_field_sep int getSize concode_elem_sep int startsright concode_elem_sep int start concode_elem_sep Node getNode co... | int function ( ) { return start_end . second ( ) ; } |
601 | a set of character strings that represent the domain 's identity . if the identity is an email address , the tokens represent the domain of that address . using these tokens , you will need to create dns cname records that point to dkim public keys hosted by amazon ses . amazon web services will eventually detect that ... | VerifyDomainDkimResult function ( java . util . Collection < String > arg0 ) { setDkimTokens ( arg0 ) ; return this ; } |
602 | get the special filter that represents the intersection of all items in the item filter set . concode_field_sep Logger log concode_elem_sep List<ItemFilter> itemFilters concode_elem_sep ItemFilter allFiltersFilter concode_elem_sep AuthorizeService authorizeService concode_field_sep List<ItemFilter> getItemFilters conco... | ItemFilter function ( ) { return allFiltersFilter ; } |
603 | gets the value of the validate property . concode_field_sep Boolean isRequired concode_elem_sep InputData inputData concode_elem_sep String customInputType concode_elem_sep Boolean isInputDataRequired concode_elem_sep String displayName concode_elem_sep String defaultValue concode_elem_sep String dataType concode_elem_... | boolean function ( ) { if ( validate == null ) { return true ; } else { return validate ; } } |
604 | gets the field this item is for . concode_field_sep CstFieldRef field concode_elem_sep AnnotationSetItem annotations concode_field_sep void writeTo concode_elem_sep int hashCode concode_elem_sep void addContents concode_elem_sep boolean equals concode_elem_sep String toHuman concode_elem_sep int compareTo concode_elem_... | CstFieldRef function ( ) { return field ; } |
605 | compares its two arguments for order . returns a negative integer , zero , or a positive integer as the first argument is less than closer to the viewer , equal to , or greater than further from the viewer the second argument . the compare method will be called with 2 objects of type transparencysortgeom and it 's resu... | int function ( TransparencySortGeom arg0 , TransparencySortGeom arg1 ) { double loc0 = arg0 . getDistanceSquared ( ) - arg1 . getDistanceSquared ( ) ; if ( loc0 < 0 ) return - 1 ; if ( loc0 == 0 ) return 0 ; return 1 ; } |
606 | sets new snapshot stage concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedSi... | void function ( Stage arg0 ) { this . stage = arg0 ; } |
607 | method not implemented . concode_field_sep char PLUS concode_elem_sep char ZERO concode_elem_sep char LOWER_E concode_elem_sep LineColumnReader reader concode_elem_sep char SPACE concode_elem_sep JsonToken currentToken concode_elem_sep char DOT concode_elem_sep char UPPER_E concode_elem_sep Pattern p concode_elem_sep c... | void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
608 | returns the status line manager . if items are added or removed from the manager be sure to call updateactionbars . concode_field_sep WorkbenchWindow window concode_field_sep IServiceLocator getServiceLocator concode_elem_sep IToolBarManager getToolBarManager concode_elem_sep void setGlobalActionHandler concode_elem_se... | IStatusLineManager function ( ) { return window . getStatusLineManager ( ) ; } |
609 | attributes getter . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep void setTag concode_elem_sep void setAttributes concode_elem_sep Tag getTag concode_elem_sep void addChild concode_elem_sep void replaceTagWireWithChild... | Attributes function ( ) { return attributes ; } |
610 | to use a custom routeboxdispatchstrategy which allows to use custom dispatching instead of the default . concode_field_sep long connectionTimeout concode_elem_sep int queueSize concode_elem_sep long pollInterval concode_elem_sep Map<String,String> dispatchMap concode_elem_sep URI uri concode_elem_sep String innerProtoc... | void function ( RouteboxDispatchStrategy arg0 ) { this . dispatchStrategy = arg0 ; } |
611 | get current thread id concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean testMode concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_el... | int function ( ) { return ( int ) Thread . currentThread ( ) . getId ( ) ; } |
612 | gets the traffic_all value for this report_categories . concode_field_sep int custom_paths_all concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int tools_all concode_elem_sep boolean __hashCodeCalc concode_elem_sep int traffic_all concode_ele... | int function ( ) { return traffic_all ; } |
613 | returns the buffer as a string while preserving the buffer position and limit . concode_field_sep Logger LOG concode_field_sep Collection<ByteBuffer> split concode_elem_sep ByteBuffer createBuffer concode_elem_sep void logBufferToWrite concode_elem_sep int remaining concode_elem_sep ByteBuffer combine | String function ( final ByteBuffer arg0 ) { final int loc0 = arg0 . loc0 ( ) ; final int loc1 = arg0 . loc1 ( ) ; final byte [ ] loc2 = new byte [ arg0 . remaining ( ) ] ; arg0 . get ( loc2 ) ; final String loc3 = new String ( loc2 ) ; arg0 . loc0 ( loc0 ) ; arg0 . loc1 ( loc1 ) ; return loc3 ; } |
614 | returns the state-path root for this shard . the root is a parent of #getrootstatepath without the index nameand the shard id . concode_field_sep String TRANSLOG_FOLDER_NAME concode_elem_sep Path path concode_elem_sep String INDEX_FOLDER_NAME concode_elem_sep Path shardStatePath concode_elem_sep ShardId shardId concode... | Path function ( ) { return getShardStatePath ( ) . getParent ( ) . getParent ( ) . getParent ( ) ; } |
615 | return the class with the given name . concode_field_sep ClassLoader initClassLoader concode_field_sep URL getResource concode_elem_sep InputStream getResourceAsStream concode_elem_sep ClassLoader getClassLoader concode_elem_sep void initialize | Class < ? > function ( String arg0 ) { return initClassLoader . loadClass ( arg0 ) ; } |
616 | convenience method for getting request variables . concode_field_sep String NO_RESOURCE_FOUND concode_field_sep String resolveUserPrincipal concode_elem_sep UIComponent findComponent concode_elem_sep UIComponent findComponent concode_elem_sep void setManagedBeanValue concode_elem_sep void setExpressionValue concode_ele... | Object function ( String arg0 ) { FacesContext loc0 = getFacesContext ( ) ; Map loc1 = loc0 . getExternalContext ( ) . getRequestMap ( ) ; return loc1 . get ( arg0 ) ; } |
617 | this is setter method for queryinteraction concode_field_sep String otherInteraction concode_elem_sep String queryInteraction concode_elem_sep String totalInteraction concode_elem_sep String percentageQueryInteraction concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String type concode... | void function ( String arg0 ) { this . queryInteraction = arg0 ; } |
618 | return an instance , which is shared within a worker , of the specified type . concode_field_sep ConcurrentMap<Class,BeanFactory<?>> workerCtx concode_elem_sep Map<Class,BeanFactory<?>> componentCtx concode_field_sep BeanFactory<T> getBeanfactory concode_elem_sep void register | T function ( Class < T > arg0 , Map < K , V > arg1 ) { return getWorkerBean ( arg0 , arg1 , false ) ; } |
619 | main method concode_field_sep PlaceHolder placeHolder concode_field_sep void printMonthTitle concode_elem_sep void calendarDisplay concode_elem_sep void printMonth concode_elem_sep String getMonthName concode_elem_sep int getTotalNumberOfDays concode_elem_sep int getStartDay concode_elem_sep int getNumberOfDaysInMonth ... | void function ( String [ ] arg0 ) { Calendar loc0 = new GregorianCalendar ( ) ; Scanner loc1 = new Scanner ( System . in ) ; int loc2 , loc3 ; int loc4 = arg0 . length ; if ( loc4 > 0 ) { loc3 = Integer . parseInt ( arg0 [ 0 ] ) ; loc2 = Integer . parseInt ( arg0 [ 1 ] ) ; printMonth ( loc2 , loc3 ) ; } else { calendar... |
620 | store into a buffer . this provides a default implementation for children , but each subclass needs to store it 's own data with setatindexandinc concode_field_sep String comment concode_elem_sep ArrayList<SdfMacro> children concode_elem_sep Logger log concode_field_sep List<SdfMacro> getChildren concode_elem_sep Strin... | void function ( SdfBuffer arg0 ) { List < SdfMacro > loc0 = getChildren ( ) ; if ( loc0 == null ) { return ; } for ( int loc1 = 0 ; loc1 < loc0 . size ( ) ; loc1 ++ ) { loc0 . get ( loc1 ) . loadByteArray ( arg0 ) ; } } |
621 | returns a copy of the password . note : this method returns a copy of the password . it is the caller 's responsibility to zero out the password information after it is no longer needed . concode_field_sep char[] password concode_elem_sep int iterationCount concode_elem_sep int keyLength concode_elem_sep byte[] salt co... | char [ ] function ( ) { if ( password == null ) { throw new IllegalStateException ( "srini_string" ) ; } return ( char [ ] ) password . clone ( ) ; } |
622 | create a new builder instance with a status #down status . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Builder withException concode_elem_sep Health build concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_ele... | Builder function ( ) { return status ( Status . DOWN ) ; } |
623 | create an object for the full class name passed in . concode_field_sep Properties queryProviderClassMap concode_elem_sep QueryProviderFactory instance concode_elem_sep Log log concode_field_sep BaseQueryProvider getQueryProvider concode_elem_sep QueryProviderFactory getInstance concode_elem_sep String getQueryProviderC... | Object function ( String arg0 ) { Object loc0 = null ; try { Class loc1 = Class . forName ( arg0 ) ; loc0 = loc1 . newInstance ( ) ; } catch ( Exception loc1 ) { throw new LIMSRuntimeException ( "srini_string" + arg0 , loc1 , log ) ; } return loc0 ; } |
624 | sets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<CreativeTemplate> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep List<CreativeTemplate> getResults concode_elem... | void function ( Integer arg0 ) { this . startIndex = arg0 ; } |
625 | format a long/integer number concode_field_sep DecimalFormat decimalFormat1 concode_field_sep long ldfloor concode_elem_sep int randomLognorm concode_elem_sep long ld concode_elem_sep long pow2 | String function ( Long arg0 ) { if ( arg0 == null ) return "srini_string" ; return decimalFormat1 . format ( arg0 ) ; } |
626 | returns the number of rows matching the dynamic query . concode_field_sep ProjectsEntryLocalService _projectsEntryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynami... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _projectsEntryLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } |
627 | detects objects of different sizes in the input image . the detected objects are returned as a list of rectangles . the function is parallelized with the tbb library . note : python a face detection example using cascade classifiers can be found at opencv_source_code/samples/python2/facedetect.py concode_field_sep long... | void function ( Mat arg0 , MatOfRect arg1 , double arg2 , int arg3 , int arg4 , Size arg5 , Size arg6 ) { Mat loc0 = arg1 ; detectMultiScale_0 ( nativeObj , arg0 . nativeObj , loc0 . nativeObj , arg2 , arg3 , arg4 , arg5 . width , arg5 . height , arg6 . width , arg6 . height ) ; return ; } |
628 | sets the value of the date property . concode_field_sep XMLGregorianCalendar date concode_elem_sep String authStatus concode_elem_sep String authorizationId concode_elem_sep String authProcessStatus concode_elem_sep String chargeType concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal debitAmount concode... | void function ( XMLGregorianCalendar arg0 ) { this . date = arg0 ; } |
629 | here we always return null concode_field_sep PlaceHolder placeHolder concode_field_sep Getter getGetter concode_elem_sep void set concode_elem_sep Class getReturnType concode_elem_sep String getMethodName concode_elem_sep String getMethodName concode_elem_sep Member getMember concode_elem_sep Method getMethod concode_e... | Object function ( Object arg0 ) { return null ; } |
630 | checks that the permission is explicitly granted and not expired . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean primDoesPrincipalHavePermission concode_elem_sep boolean doesPrincipalHavePermission | boolean function ( IPermission arg0 ) { Date loc0 = new Date ( ) ; return ( arg0 . getType ( ) . equals ( IPermission . PERMISSION_TYPE_GRANT ) ) && ( arg0 . getEffective ( ) == null || ! arg0 . getEffective ( ) . after ( loc0 ) ) && ( arg0 . getExpires ( ) == null || arg0 . getExpires ( ) . after ( loc0 ) ) ; } |
631 | returns the device of the channel . concode_field_sep String number concode_elem_sep List<HmDatapoint> datapoints concode_elem_sep HmDevice device concode_field_sep String getNumber concode_elem_sep List<HmDatapoint> getDatapoints concode_elem_sep void addDatapoint concode_elem_sep String getAddress concode_elem_sep vo... | HmDevice function ( ) { return device ; } |
632 | returns the set of indices for vectors in this cluster concode_field_sep IntSet indices concode_elem_sep DoubleVector sumVector concode_elem_sep DoubleVector centroid concode_field_sep void add concode_elem_sep int size concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void merge concode_el... | IntSet function ( ) { return indices ; } |
633 | 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 < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _portletItemLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } |
634 | 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 ; } |
635 | add an event listener concode_field_sep AudioFormat currentAudioFormat concode_elem_sep TargetDataLine line concode_elem_sep boolean recording concode_elem_sep AudioFormat lineFormat concode_elem_sep AudioFormat convertFormat concode_elem_sep LinkedList<Listener> listeners concode_elem_sep Mixer.Info preferredMixerInfo... | void function ( Listener arg0 ) { listeners . add ( arg0 ) ; } |
636 | this method should only be called by the framework loading model object handlers . concode_field_sep VdbModel vdbModel concode_elem_sep ReferenceResolver resolver concode_elem_sep ModelExtensionDefinitionHelper medHelper concode_elem_sep ModelReader reader concode_elem_sep Logger LOGGER concode_elem_sep Context context... | void function ( final VdbModel arg0 ) { this . vdbModel = arg0 ; } |
637 | convenience method that creates a viewlocale with the given locale and a display name created by calling getlocaldisplayname string , with the locale as argument . concode_field_sep String MESSAGES_BASE_FILENAME concode_elem_sep String DEFAULT_LOCALE concode_elem_sep String LANGUAGE_LOCALE_REGEX concode_elem_sep Logger... | ViewLocale function ( String arg0 ) { return new ViewLocale ( arg0 , getLocalDisplayName ( arg0 ) ) ; } |
638 | list of properties from all local notifications . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationMana... | List < JSONObject > function ( ) { return getOptionsById ( getIds ( ) ) ; } |
639 | gets any resource id that is set concode_field_sep String baseUrl concode_elem_sep Log log concode_elem_sep String domain concode_elem_sep HttpQuery query concode_elem_sep String id concode_elem_sep boolean secure concode_elem_sep HttpResponse httpResponse concode_elem_sep String version concode_elem_sep Authenticator ... | String function ( ) { return id ; } |
640 | add all elements items from the specified classloaderfiles to thisinstance . concode_field_sep Map<String,SourceFolder> sourceFolders concode_elem_sep Map<String,ClassLoaderFile> files concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Set<Entry<String,ClassL... | void function ( ClassLoaderFiles arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; for ( SourceFolder loc0 : arg0 . getSourceFolders ( ) ) { for ( Map . Entry < String , ClassLoaderFile > loc1 : loc0 . getFilesEntrySet ( ) ) { addFile ( loc0 . getName ( ) , loc1 . getKey ( ) , loc1 . getValue ( ) ) ; } } } |
641 | gets the enum-type for string the string `` action '' will return interesttype.action concode_field_sep Class<? extends Item> itemType concode_elem_sep InterestType interestedIn concode_field_sep Object getValueOfInterest | InterestType function ( String arg0 ) { return Enum . valueOf ( InterestType . class , arg0 ) ; } |
642 | retrieves a character from the alphabet for display in the ui . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep ... | String function ( int arg0 , int arg1 ) { String loc0 = "srini_string" ; intValue = ( arg0 + ( arg1 * rows ) ) ; if ( intValue <= NUMBER_OF_ITEMS ) { loc0 = getCharacter ( intValue ) ; } return loc0 ; } |
643 | gets the value of the description property . concode_field_sep CustomFieldVisibility visibility concode_elem_sep CustomFieldEntityType entityType concode_elem_sep CustomFieldDataType dataType concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep Boolean isActive conc... | String function ( ) { return description ; } |
644 | sets the notes for the erratum . concode_field_sep String product concode_elem_sep String updateDate concode_elem_sep String advisory concode_elem_sep String notes concode_elem_sep String advisoryName concode_elem_sep String created concode_elem_sep String description concode_elem_sep String synopsis concode_elem_sep S... | void function ( String arg0 ) { notes = arg0 ; } |
645 | returns the problem used to set the f1 function . concode_field_sep long serialVersionUID concode_elem_sep ContinuousFunction fda3_g concode_elem_sep FunctionOptimisationProblem fda3_f_problem concode_elem_sep FunctionOptimisationProblem fda3_g_problem concode_elem_sep ContinuousFunction fda3_f concode_field_sep Double... | FunctionOptimisationProblem function ( ) { return this . fda3_f_problem ; } |
646 | page size less then zero represents no limit on the size of the page . effectively , page contexts like that will always represent the first and only page of the results . concode_field_sep int UNLIMITED_PAGE_SIZE concode_elem_sep int pageNumber concode_elem_sep int pageSize concode_elem_sep List<Order> order concode_f... | boolean function ( ) { return pageSize >= 0 ; } |
647 | sets the value of the username property . concode_field_sep String password concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getUsername | void function ( String arg0 ) { this . username = arg0 ; } |
648 | returns the remote address on the channel or '' < unknown remote > '' if none exists . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep TransportFrameDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_se... | String function ( Channel arg0 ) { if ( arg0 != null && arg0 . remoteAddress ( ) != null ) { return arg0 . remoteAddress ( ) . toString ( ) ; } return "srini_string" ; } |
649 | returns the number of times #create object returned a value . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount con... | int function ( ) { return createCount ; } |
650 | gets the value of the resourcenameorjndinameorresurl 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 resourcenameorjndinameorresurl prop... | List < Object > function ( ) { if ( resourceNameOrJndiNameOrResUrl == null ) { resourceNameOrJndiNameOrResUrl = new ArrayList < Object > ( ) ; } return this . resourceNameOrJndiNameOrResUrl ; } |
651 | returns the hotswap transformer service . concode_field_sep Watcher watcher concode_elem_sep Scheduler scheduler concode_elem_sep PluginRegistry pluginRegistry concode_elem_sep String PLUGIN_PACKAGE concode_elem_sep Map<ClassLoader,PluginConfiguration> classLoaderConfigurations concode_elem_sep AgentLogger LOGGER conco... | HotswapTransformer function ( ) { return hotswapTransformer ; } |
652 | keycloak-518 concode_field_sep AdapterTestStrategy testStrategy concode_elem_sep AbstractKeycloakRule keycloakRule concode_elem_sep TomcatServer tomcat concode_field_sep void testLoginSSOMax concode_elem_sep void testLoginSSOIdleRemoveExpiredUserSessions concode_elem_sep String getBaseDirectory concode_elem_sep void te... | void function ( ) { testStrategy . testBadUser ( ) ; } |
653 | returns whether the property is a valid application property . the property is valid if it is not one of the reserved properties , only uses us-ascii printable chars , and does not contain : < > @ , ; :\ '' / ? ={ space horizontal tab . concode_field_sep String name concode_elem_sep Set<String> RESERVED_PROPERTY_NAMES ... | boolean function ( String arg0 , String arg1 ) { boolean loc0 = false ; if ( ! RESERVED_PROPERTY_NAMES . contains ( arg0 ) && usesValidChars ( arg0 ) && usesValidChars ( arg1 ) ) { loc0 = true ; } return loc0 ; } |
654 | if this method returns true , the region completely contains the given cell . otherwise , either the region does not contain the cell or the containment relationship could not be determined . concode_field_sep int numVertices concode_elem_sep Logger log concode_elem_sep S2Point[] vertices concode_field_sep int getNeare... | boolean function ( S2Cell arg0 ) { throw new UnsupportedOperationException ( "srini_string" + "srini_string" ) ; } |
655 | retrieves the web store as per the context . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isStorePresent concode_elem_sep MStore getDefaultStore concode_elem_sep int getStoreIdByName concode_elem_sep void setPriceListId concode_elem_sep MStore createStore concode_elem_sep int getPriceListId | MStore function ( Properties arg0 ) { MStore loc0 = MStore . get ( arg0 , Env . getContextAsInt ( arg0 , UdiConstants . WSTORE_CTX_PARAM ) ) ; return loc0 ; } |
656 | returns the hexadecimal number of a bit array . concode_field_sep String HEXES concode_field_sep boolean[] getBits concode_elem_sep int fromHex concode_elem_sep Date resolveDateTime concode_elem_sep String getStackTrace concode_elem_sep byte[] hexStringToByteArray concode_elem_sep int fromByte concode_elem_sep String g... | String function ( boolean [ ] arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; ++ loc1 ) { loc0 |= ( arg0 [ loc1 ] ? 1 : 0 ) << loc1 ; } return toHex ( loc0 ) ; } |
657 | unique identifier concode_field_sep boolean noUpdate concode_elem_sep String name concode_elem_sep java.beans.PropertyChangeSupport changeSupport concode_elem_sep Object value concode_elem_sep boolean frozen concode_elem_sep String key concode_elem_sep String NAME_PROPERTY concode_field_sep void setName concode_elem_se... | String function ( ) { return key ; } |
658 | set the user lastadminstatuscheck flag to the value specified concode_field_sep Guid BOTTOM_OBJECT_ID concode_elem_sep Guid EVERYONE_OBJECT_ID concode_elem_sep Log log concode_elem_sep Guid SYSTEM_OBJECT_ID concode_field_sep boolean isLastSuperUserPermission concode_elem_sep boolean isMultilevelAdministrationOn concode... | void function ( Guid arg0 , boolean arg1 ) { DbUser loc0 = getDbUserDAO ( ) . get ( arg0 ) ; if ( loc0 . isAdmin ( ) != arg1 ) { loc0 . setAdmin ( arg1 ) ; getDbUserDAO ( ) . update ( loc0 ) ; } } |
659 | test method for com.mks.cms.gae.dao.moduledao #getmodulebykey java.lang.long . concode_field_sep ModuleDao moduleDao concode_elem_sep LocalServiceTestHelper helper concode_field_sep void testGetModules concode_elem_sep void testSave concode_elem_sep void testUpdate concode_elem_sep void testDeleteModuleDTO | void function ( ) { fail ( "srini_string" ) ; } |
660 | read eligibility value . concode_field_sep long serialVersionUID concode_elem_sep HashMap<ActionStatePair,Double> map concode_field_sep Iterator getIterator concode_elem_sep void set concode_elem_sep void increment concode_elem_sep void put | double function ( IState arg0 , IAction arg1 ) { Double loc0 = map . get ( new ActionStatePair ( arg1 , arg0 ) ) ; double loc1 ; if ( loc0 == null ) loc1 = 0 ; else loc1 = loc0 . doubleValue ( ) ; return loc1 ; } |
661 | traces and logs a thrown exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSupport getClipboardOpe... | void function ( String arg0 , RuntimeException arg1 ) { ClipboardPlugin . throwing ( getClass ( ) , arg0 , arg1 ) ; throw arg1 ; } |
662 | create a defaultclientwebrequestbuilder for a put request . concode_field_sep PlaceHolder placeHolder concode_field_sep DefaultClientWebRequestBuilder patch concode_elem_sep DefaultClientWebRequestBuilder head concode_elem_sep DefaultClientWebRequestBuilder request concode_elem_sep DefaultClientWebRequestBuilder post c... | DefaultClientWebRequestBuilder function ( String arg0 , Object ... arg1 ) { return new DefaultClientWebRequestBuilder ( HttpMethod . PUT , arg0 , arg1 ) ; } |
663 | this will set the bbox bounding box for this shading . concode_field_sep PDFunction function concode_elem_sep PDColorSpace colorSpace concode_elem_sep int SHADING_TYPE6 concode_elem_sep int SHADING_TYPE7 concode_elem_sep int SHADING_TYPE4 concode_elem_sep int SHADING_TYPE5 concode_elem_sep COSDictionary dictionary conc... | void function ( PDRectangle arg0 ) { bBox = arg0 ; if ( bBox == null ) { dictionary . removeItem ( COSName . BBOX ) ; } else { dictionary . setItem ( COSName . BBOX , bBox . getCOSArray ( ) ) ; } } |
664 | the type of aws resource . concode_field_sep ComplianceSummary complianceSummary concode_elem_sep String resourceType concode_field_sep int hashCode concode_elem_sep String getResourceType concode_elem_sep ComplianceSummaryByResourceType withResourceType concode_elem_sep ComplianceSummaryByResourceType withComplianceSu... | void function ( String arg0 ) { this . resourceType = arg0 ; } |
665 | read data as string from the provided file . concode_field_sep PlaceHolder placeHolder concode_field_sep void copyFile concode_elem_sep void writeToFile concode_elem_sep void writeToFile concode_elem_sep void ensureDirectoryExists concode_elem_sep void ensureDirectoryExists concode_elem_sep void copy concode_elem_sep v... | String function ( File arg0 ) { BufferedReader loc0 = new BufferedReader ( new FileReader ( arg0 ) ) ; StringBuilder loc1 = new StringBuilder ( ) ; String loc2 ; while ( ( loc2 = loc0 . readLine ( ) ) != null ) { loc1 . append ( loc2 ) . append ( "srini_string" ) ; } loc0 . close ( ) ; return loc1 . toString ( ) . trim... |
666 | send to the linked applicationinstance a dataevent for a specific actorsession . concode_field_sep MasterApplicationInstance masterApp concode_elem_sep ApplicationInstance appIns concode_field_sep int retrieveActorID concode_elem_sep void onQuitEvent concode_elem_sep void setMasterApp concode_elem_sep void onDataEvent ... | void function ( int arg0 , DataEvent arg1 ) { appIns . sendDataToActorSession ( arg0 , arg1 ) ; } |
667 | sets the value of the showpr property . concode_field_sep CTPrintProperties prnPr concode_elem_sep CTColorMRU clrMru concode_elem_sep CTShowProperties showPr concode_elem_sep CTExtensionList extLst concode_field_sep CTColorMRU getClrMru concode_elem_sep CTExtensionList getExtLst concode_elem_sep CTPrintProperties getPr... | void function ( CTShowProperties arg0 ) { this . showPr = arg0 ; } |
668 | returns the channeltyperegistry concode_field_sep ChannelTypeRegistry channelTypeRegistry concode_elem_sep BundleContext context concode_elem_sep ServiceBinder channelTypeServiceBinder concode_elem_sep ServiceBinder thingTypeServiceBinder concode_elem_sep ThingTypeRegistry thingTypeRegistry concode_field_sep ThingTypeR... | ChannelTypeRegistry function ( ) { return Activator . channelTypeRegistry ; } |
669 | does nothing concode_field_sep List<String> dirsMade concode_elem_sep String password concode_elem_sep Logger log concode_elem_sep String docxColl concode_elem_sep Sardine sardine concode_elem_sep PartStore sourcePartStore concode_elem_sep File dir concode_elem_sep String user concode_elem_sep String URI concode_field_... | void function ( OutputStream arg0 ) { } |
670 | this is the method that adds the classed to the repository concode_field_sep Class<?>[] paramTypes concode_elem_sep String description concode_elem_sep Method main concode_elem_sep Map<String,ProgramDescription> programs concode_field_sep void driver concode_elem_sep void invoke concode_elem_sep int run concode_elem_se... | void function ( String arg0 , Class < ? > arg1 , String arg2 ) { programs . put ( arg0 , new ProgramDescription ( arg1 , arg2 ) ) ; } |
671 | sets the model 's various rotation angles . for bipeds , par1 and par2 are used for animating the movement of arms and legs , where par1 represents the time so that arms and legs swing back and forth and par2 represents how `` far '' arms and legs can swing at most . concode_field_sep Map modelTextureMap concode_elem_s... | void function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 , float arg5 , Entity arg6 ) { } |
672 | call to add a label concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep boolean mFullColor concode_elem... | int function ( GL10 arg0 , Drawable arg1 , String arg2 , Paint arg3 ) { return add ( arg0 , arg1 , arg2 , arg3 , 0 , 0 ) ; } |
673 | get the dc element concode_field_sep Context ourContext concode_elem_sep MetadataField field concode_field_sep String[] quickFind concode_elem_sep void update concode_elem_sep int getID concode_elem_sep DCType[] findAll concode_elem_sep void delete concode_elem_sep DCType find concode_elem_sep String getScopeNote conco... | String function ( ) { return field . getElement ( ) ; } |
674 | the shard routing entry for the failed shard . concode_field_sep Exception failure concode_elem_sep ShardRouting routingEntry concode_elem_sep String message concode_field_sep String getMessage concode_elem_sep String toString concode_elem_sep Exception getFailure | ShardRouting function ( ) { return routingEntry ; } |
675 | delete concode_field_sep Value val concode_elem_sep Node left concode_elem_sep Node root concode_elem_sep Node right concode_elem_sep Key key concode_elem_sep int N concode_field_sep Key ceiling concode_elem_sep Node ceiling concode_elem_sep boolean isRankConsistent concode_elem_sep Key select concode_elem_sep Node sel... | void function ( ) { if ( isEmpty ( ) ) throw new RuntimeException ( "srini_string" ) ; root = deleteMin ( root ) ; assert check ( ) ; } |
676 | sets the thread that currently owns exclusive access . a null argument indicates that no thread owns access.this method does not otherwise impose any synchronization or volatile field accesses . concode_field_sep Thread exclusiveOwnerThread concode_elem_sep long serialVersionUID concode_field_sep Thread getExclusiveOwn... | void function ( Thread arg0 ) { exclusiveOwnerThread = arg0 ; } |
677 | get the maximum term-frequency encountered for any term in the field . a field containing `` the quick brown fox jumps over the lazy dog '' would have a value of 2 , because `` the '' appears twice . concode_field_sep int maxTermFrequency concode_elem_sep int numOverlap concode_elem_sep int uniqueTermCount concode_elem... | int function ( ) { return maxTermFrequency ; } |
678 | returns a reference to the current iiometadata object , or null is none is set . concode_field_sep List<? extends BufferedImage> thumbnails concode_elem_sep RenderedImage image concode_elem_sep IIOMetadata metadata concode_elem_sep Raster raster concode_field_sep boolean hasRaster concode_elem_sep List<? extends Buffer... | IIOMetadata function ( ) { return metadata ; } |
679 | get the id , returned by this helper use reflection . concode_field_sep Class helper concode_elem_sep Class[] ARGS_ID concode_elem_sep Class[] ARGS_READ concode_elem_sep Object[] ARGS_ID_V concode_field_sep String msg concode_elem_sep Serializable read_value concode_elem_sep void write_value | String function ( ) { try { Method loc0 = helper . getMethod ( "srini_string" , ARGS_ID ) ; return ( String ) loc0 . invoke ( null , ARGS_ID_V ) ; } catch ( Exception loc0 ) { MARSHAL loc1 = new MARSHAL ( msg ( ) + "srini_string" ) ; loc1 . minor = Minor . Boxed ; loc1 . initCause ( loc0 ) ; throw loc1 ; } } |
680 | sets the artifact to create with the action . concode_field_sep String SINGLEJAR_MAX_MEMORY concode_elem_sep ResourceSet RESOURCE_SET concode_elem_sep Artifact outputJar concode_elem_sep ImmutableList.Builder<Artifact> inputJars concode_elem_sep RuleContext ruleContext concode_field_sep SingleJarBuilder addInputJars co... | SingleJarBuilder function ( Artifact arg0 ) { this . outputJar = arg0 ; return this ; } |
681 | cloning method concode_field_sep char MARK concode_elem_sep ShortFloat durability concode_elem_sep ShortFloat priority concode_elem_sep char SEPARATOR concode_elem_sep ShortFloat quality concode_field_sep float summary concode_elem_sep String toStringBrief concode_elem_sep void incDurability concode_elem_sep void incQu... | Object function ( ) { return new BudgetValue ( this . getPriority ( ) , this . getDurability ( ) , this . getQuality ( ) ) ; } |
682 | sends an oauthrequest and returns the response body . concode_field_sep String TOKEN_SECRET concode_elem_sep String RadiusFilter concode_elem_sep String DEFAULT_LOCATION concode_elem_sep String BUSINESS_PATH concode_elem_sep String CONSUMER_SECRET concode_elem_sep Token accessToken concode_elem_sep int limit concode_el... | String function ( OAuthRequest arg0 ) { System . out . println ( "srini_string" + arg0 . getCompleteUrl ( ) + "srini_string" ) ; this . service . signRequest ( this . accessToken , arg0 ) ; Response loc0 = arg0 . send ( ) ; return loc0 . getBody ( ) ; } |
683 | gets the value of the sub property . concode_field_sep RecordRef sub concode_elem_sep CustomizationAccessLevel accessLevel concode_elem_sep CustomizationSearchLevel searchLevel concode_field_sep CustomizationAccessLevel getAccessLevel concode_elem_sep CustomizationSearchLevel getSearchLevel concode_elem_sep void setSub... | RecordRef function ( ) { return sub ; } |
684 | compare the element tag with the expected qualified name . concode_field_sep String UNBOUND_NAMESPACE concode_field_sep void writeNamespace concode_elem_sep void skipToNextStartElement concode_elem_sep String writeStartElement concode_elem_sep void writeEndElement concode_elem_sep boolean checkParentFinished concode_el... | void function ( final XMLStreamReader arg0 , final QName arg1 ) { final QName loc0 = arg0 . getName ( ) ; if ( ! arg1 . equals ( loc0 ) ) { throw new XMLStreamException ( WSCLogger . i18NLogger . get_webservices_util_StreamHelper_3 ( loc0 ) ) ; } } |
685 | removes all the entries added into attributes . < p > returns a reference to this object so that method calls can be chained together . concode_field_sep com.amazonaws.internal.SdkInternalMap<String,String> attributes concode_field_sep GetEndpointAttributesResult withAttributes concode_elem_sep GetEndpointAttributesRes... | GetEndpointAttributesResult function ( ) { this . attributes = null ; return this ; } |
686 | define el valor de la propiedad tipo . concode_field_sep String informacionAdicional concode_elem_sep String tipo concode_elem_sep String mensaje concode_elem_sep String identificador concode_field_sep void setIdentificador concode_elem_sep String getIdentificador concode_elem_sep String getMensaje concode_elem_sep Str... | void function ( String arg0 ) { this . tipo = arg0 ; } |
687 | estimates the number of block accesses required to find all index records having a particular search key . concode_field_sep TableInfo dirTi concode_elem_sep Transaction tx concode_elem_sep BTreeLeaf leaf concode_elem_sep TableInfo leafTi concode_elem_sep Block rootblk concode_field_sep boolean next concode_elem_sep vo... | int function ( int arg0 , int arg1 ) { return 1 + ( int ) ( Math . log ( arg0 ) / Math . log ( arg1 ) ) ; } |
688 | invoke floordiv and return the result or any exception . concode_field_sep int errors concode_field_sep void testLongFloorDivMod concode_elem_sep void testLongFloorDivMod concode_elem_sep void fail concode_elem_sep void testLongFloorMod concode_elem_sep void testLongFloorDiv concode_elem_sep boolean resultEquals concod... | Object function ( long arg0 , long arg1 ) { try { return StrictMath . floorDiv ( arg0 , arg1 ) ; } catch ( ArithmeticException loc0 ) { return loc0 ; } } |
689 | getter method concode_field_sep String photoIdProof concode_elem_sep String imeiNo concode_elem_sep String dealerId concode_elem_sep String handsetMake concode_elem_sep Integer customerId concode_elem_sep String model concode_elem_sep long serialVersionUID concode_elem_sep String billNo concode_elem_sep String idDetail... | Integer function ( ) { return customerId ; } |
690 | releases the read lock for this inode . concode_field_sep boolean mPinned concode_elem_sep long mId concode_elem_sep String mGroup concode_elem_sep boolean mDeleted concode_elem_sep long mLastModificationTimeMs concode_elem_sep short mMode concode_elem_sep long mCreationTimeMs concode_elem_sep boolean mDirectory concod... | void function ( ) { mLock . readLock ( ) . unlock ( ) ; } |
691 | gets the value of the arcrole property . concode_field_sep MDStandardOrderProcessType mdStandardOrderProcess concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep Str... | String function ( ) { return arcrole ; } |
692 | release this update lock . concode_field_sep boolean mHeld concode_elem_sep IUpdateLock sService concode_elem_sep String UPDATE_LOCK_CHANGED concode_elem_sep String TIMESTAMP concode_elem_sep int mCount concode_elem_sep IBinder mToken concode_elem_sep boolean DEBUG concode_elem_sep String TAG concode_elem_sep boolean m... | void function ( ) { if ( DEBUG ) Log . v ( TAG , "srini_string" + this , new RuntimeException ( "srini_string" ) ) ; checkService ( ) ; synchronized ( mToken ) { releaseLocked ( ) ; } } |
693 | sets the number of possible values that can be emitted to numvals concode_field_sep boolean clearHistory concode_elem_sep int numVals concode_elem_sep int tupleBlast concode_elem_sep boolean once concode_elem_sep Map<Integer,Set<Integer>> valhistory concode_elem_sep DefaultOutputPort<KeyValPair<Integer,Integer>> verpor... | void function ( int arg0 ) { this . numVals = arg0 ; } |
694 | some checks for the default constructor . concode_field_sep double EPSILON concode_field_sep void testGeneral concode_elem_sep void testCloning concode_elem_sep void testConstructor2 concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { LookupPaintScale loc0 = new LookupPaintScale ( ) ; assertEquals ( 0.0 , loc0 . getLowerBound ( ) , EPSILON ) ; assertEquals ( 1.0 , loc0 . getUpperBound ( ) , EPSILON ) ; } |
695 | add compound member formed via aggregate function constraint to the cell . concode_field_sep boolean extendedContext concode_elem_sep int[] columnBitPositions concode_elem_sep boolean unsatisfiable concode_elem_sep BitKey constrainedColumnsBitKey concode_elem_sep RolapStar star concode_elem_sep SortedMap<BitKey,StarPre... | void function ( BitKey arg0 , StarPredicate arg1 ) { if ( compoundPredicateMap == null ) { compoundPredicateMap = new TreeMap < BitKey , StarPredicate > ( ) ; } compoundPredicateMap . put ( arg0 , arg1 ) ; } |
696 | this is setter method for userfunctions concode_field_sep List userPackages concode_elem_sep List userDepartmentList concode_elem_sep String userCircle concode_elem_sep String userCircleSignIn concode_elem_sep String userEmail concode_elem_sep String userContact concode_elem_sep List userFunctions concode_elem_sep Stri... | void function ( List arg0 ) { this . userFunctions = arg0 ; } |
697 | test retrieval of account by string - userid , with no account found . concode_field_sep MockMvc mockMvc concode_elem_sep AccountService service concode_elem_sep AccountRepository repo concode_field_sep void doFindAccountByAuthTokenNull concode_elem_sep void testLogout concode_elem_sep void doFindAccountUserId concode_... | void function ( ) { when ( repo . findByUserid ( ServiceTestConfiguration . BAD_USER_ID ) ) . thenReturn ( null ) ; service . findAccount ( ServiceTestConfiguration . BAD_USER_ID ) ; } |
698 | process exception , print message to logger error stream and abort dspace context . concode_field_sep Logger log concode_elem_sep boolean writeStatistics concode_elem_sep ServletContext servletContext concode_field_sep void processFinally concode_elem_sep EPerson getUser concode_elem_sep String getToken concode_elem_se... | void function ( String arg0 , org . dspace . core . Context arg1 ) { if ( ( arg1 != null ) && ( arg1 . isValid ( ) ) ) { arg1 . abort ( ) ; } log . error ( arg0 ) ; throw new WebApplicationException ( Response . Status . INTERNAL_SERVER_ERROR ) ; } |
699 | sets the message attachments . concode_field_sep List attachments concode_elem_sep List attributes concode_field_sep List getAttachments concode_elem_sep String getOEMCodePage concode_elem_sep void read concode_elem_sep MAPIProps getMAPIProps concode_elem_sep List getAttributes concode_elem_sep Attr getAttribute concod... | void function ( List arg0 ) { this . attachments = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.