idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
18,600 | is an index in the range of this subspace ? concode_field_sep Address start_ concode_elem_sep int blockSize_ concode_elem_sep boolean DEBUG concode_elem_sep Address end_ concode_elem_sep int blockNum_ concode_elem_sep int firstIndex_ concode_field_sep int getBlockNum concode_elem_sep boolean addressInRange concode_elem... | boolean function ( int arg0 ) { return arg0 >= firstIndex_ && arg0 < firstIndex_ + blockNum_ ; } |
18,601 | check if this command is read only . concode_field_sep String sqlStatement concode_elem_sep Session session concode_elem_sep int headPos concode_elem_sep int currentRowNumber concode_elem_sep int rowScanCount concode_elem_sep long modificationMetaId concode_elem_sep ObjectArray<Parameter> parameters concode_elem_sep bo... | boolean function ( ) { return false ; } |
18,602 | sets the value of the content property . concode_field_sep BigInteger start concode_elem_sep BigInteger end concode_elem_sep String id concode_elem_sep String text concode_elem_sep String content concode_field_sep BigInteger getStart concode_elem_sep void setStart concode_elem_sep String getText concode_elem_sep String... | void function ( String arg0 ) { this . content = arg0 ; } |
18,603 | sets up the file path and writer before a test runs . concode_field_sep LocalFileBlockWriter mWriter concode_elem_sep ExpectedException mThrown concode_elem_sep TemporaryFolder mFolder concode_elem_sep long TEST_BLOCK_SIZE concode_elem_sep String mTestFilePath concode_field_sep void getChannel concode_elem_sep void clo... | void function ( ) { mTestFilePath = mFolder . newFile ( ) . getAbsolutePath ( ) ; mWriter = new LocalFileBlockWriter ( mTestFilePath ) ; } |
18,604 | construct an implementation of hystrixcollapserproperties for hystrixcollapser instances with hystrixcollapserkey . default implementation constructs instance of hystrixpropertiescollapserdefault . concode_field_sep PlaceHolder placeHolder concode_field_sep HystrixThreadPoolProperties getThreadPoolProperties concode_el... | HystrixCollapserProperties function ( HystrixCollapserKey arg0 , HystrixCollapserProperties . Setter arg1 ) { return new HystrixPropertiesCollapserDefault ( arg0 , arg1 ) ; } |
18,605 | pops and returns the top symbol from the stack . concode_field_sep Symbol[] stack concode_elem_sep int pos concode_elem_sep ActionHandler symbolHandler concode_field_sep Symbol topSymbol concode_elem_sep int depth concode_elem_sep void processImplicitActions concode_elem_sep void pushSymbol concode_elem_sep void reset ... | Symbol function ( ) { return stack [ -- pos ] ; } |
18,606 | gets the value of the firstmonthlyinstallmentduedate property . concode_field_sep double totalSalesTax concode_elem_sep double totalPrice concode_elem_sep double annualPercentageRate concode_elem_sep double totalFinancedAmount concode_elem_sep String firstMonthlyInstallmentDueDate concode_elem_sep String planDate conco... | String function ( ) { return firstMonthlyInstallmentDueDate ; } |
18,607 | returns the bounded stack scroll concode_field_sep float mFinalAnimatedScroll concode_elem_sep OverScroller mScroller concode_elem_sep float mStackScrollP concode_elem_sep DeckViewConfig mConfig concode_elem_sep DeckViewLayoutAlgorithm mLayoutAlgorithm concode_elem_sep ObjectAnimator mScrollAnimator concode_elem_sep De... | float function ( float arg0 ) { return Math . max ( mLayoutAlgorithm . mMinScrollP , Math . min ( mLayoutAlgorithm . mMaxScrollP , arg0 ) ) ; } |
18,608 | get the number of store attempts successful or not so far . concode_field_sep RecordsChannelDelegate delegate concode_elem_sep boolean waitingForQueueDone concode_elem_sep long fetchEnd concode_elem_sep String LOG_TAG concode_elem_sep RepositorySession sink concode_elem_sep AtomicInteger numFetched concode_elem_sep Con... | int function ( ) { return numStored . get ( ) ; } |
18,609 | returns a string object representing the specified symbol . concode_field_sep Map<String,Symbol> symbols concode_elem_sep short value concode_elem_sep boolean isRelative concode_field_sep void input concode_elem_sep short getValue concode_elem_sep String shortToHexStringNoPrefix concode_elem_sep boolean isDefined conco... | String function ( ) { return "srini_string" + shortToHexString ( this . value ) + "srini_string" + this . isRelative + "srini_string" ; } |
18,610 | init the rtp packet header pt and sscr 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... | void function ( int arg0 , long arg1 ) { init ( arg0 , Random . nextInt ( ) , Random . nextLong ( ) , arg1 ) ; } |
18,611 | tests whether the value is null or an empty string . concode_field_sep String RAW_TOKEN_START concode_elem_sep String RAW_TOKEN_END concode_elem_sep String CHARSET concode_field_sep String stripPrefix concode_elem_sep Map<String,Object> parseQuery concode_elem_sep Map<String,Object> parseQuery concode_elem_sep URI norm... | boolean function ( Object arg0 ) { return ! isNotEmpty ( arg0 ) ; } |
18,612 | converts the list of com.intellij.codeinsight.generation.psielementclassmember to psimember objects . concode_field_sep Logger logger concode_field_sep void handleException concode_elem_sep PsiElementClassMember[] combineToClassMemberList concode_elem_sep void applyJavaDoc concode_elem_sep String velocityGenerateCode c... | List < PsiMember > function ( @ Nullable List < PsiElementClassMember > arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return Collections . emptyList ( ) ; } List < PsiMember > loc0 = new ArrayList < > ( ) ; for ( PsiElementClassMember loc1 : arg0 ) { loc0 . add ( loc1 . getElement ( ) ) ; } return loc0 ; } |
18,613 | 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 ( ) ) ; } |
18,614 | returns the integer value of an hexadecimal number base 16 . concode_field_sep String HEXES concode_field_sep boolean[] getBits concode_elem_sep Date resolveDateTime concode_elem_sep String getStackTrace concode_elem_sep String toHex concode_elem_sep String toHex concode_elem_sep byte[] hexStringToByteArray concode_ele... | int function ( String arg0 ) { return Integer . parseInt ( arg0 , 16 ) ; } |
18,615 | returns the number of defined usable keys . concode_field_sep boolean validated concode_elem_sep int EMPTYSTRING_BEHAVIOR concode_elem_sep int NOOP_BEHAVIOR concode_elem_sep RefCapablePropertyResourceBundle wrappedRCPRB concode_elem_sep int missingPosValueBehavior concode_elem_sep int missingPropertyBehavior concode_el... | int function ( ) { if ( ! validated ) throw new RuntimeException ( "srini_string" + "srini_string" ) ; return getKeyIdToString ( ) . size ( ) ; } |
18,616 | return the group name of this group , which must be unique within the scope of a userdatabase . concode_field_sep String description concode_elem_sep String groupname concode_field_sep void setGroupname concode_elem_sep void removeRole concode_elem_sep String getName concode_elem_sep Iterator getUsers concode_elem_sep ... | String function ( ) { return ( this . groupname ) ; } |
18,617 | returns the taxonomy . concode_field_sep URL queryURL concode_elem_sep int taxonomy concode_elem_sep SequenceContentType queryType concode_field_sep URL getUniProtQueryURL concode_elem_sep SequenceContentType getQueryType concode_elem_sep URL getQueryURL | int function ( ) { return taxonomy ; } |
18,618 | the name of the main class in the specified java file . if not specified , the jar file should specify a main class in its manifest file . concode_field_sep com.amazonaws.internal.SdkInternalList<String> args concode_elem_sep String mainClass concode_elem_sep String jar concode_elem_sep com.amazonaws.internal.SdkIntern... | void function ( String arg0 ) { this . mainClass = arg0 ; } |
18,619 | returns an immutablemapparameter instance containing three entries . concode_field_sep String UNMODIFIABLE_MESSAGE concode_elem_sep Map<K,V> entries concode_elem_sep String DUPLICATED_KEY_MESSAGE concode_elem_sep Map<K,V> map concode_field_sep Set<Entry<K,V>> entrySet concode_elem_sep boolean containsKey concode_elem_s... | ImmutableMapParameter < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 ) { Map < K , V > loc0 = new HashMap < K , V > ( ) ; putAndWarnDuplicateKeys ( loc0 , arg0 , arg1 ) ; putAndWarnDuplicateKeys ( loc0 , arg2 , arg3 ) ; putAndWarnDuplicateKeys ( loc0 , arg4 , arg5 ) ; return new ImmutableMapPa... |
18,620 | sets this item to an integer item . concode_field_sep Item next concode_elem_sep int intVal concode_elem_sep int hashCode concode_elem_sep int index concode_elem_sep int type concode_elem_sep long longVal concode_elem_sep String strVal1 concode_elem_sep String strVal3 concode_elem_sep String strVal2 concode_field_sep b... | void function ( final int arg0 ) { this . type = ClassWriter . INT ; this . intVal = arg0 ; this . hashCode = 0x7FFFFFFF & ( type + arg0 ) ; } |
18,621 | store files that do n't need migration are just copied and have their trailing versions replaced by the current version . for this to work the legacy version and the current version must have the same encoded length . concode_field_sep String LEGACY_VERSION concode_elem_sep LegacyNodeStoreReader nodeStoreReader concode... | void function ( String arg0 , String arg1 ) { if ( UTF8 . encode ( arg0 ) . length != UTF8 . encode ( arg1 ) . length ) { throw new IllegalStateException ( "srini_string" ) ; } } |
18,622 | get safratreenode with index i concode_field_sep int MAX_NODES concode_elem_sep Vector<SafraTreeNode> _nodes concode_field_sep void generateAcceptance concode_elem_sep void generateAcceptance concode_elem_sep RabinSignature generateAcceptance concode_elem_sep void set concode_elem_sep void copySubTree concode_elem_sep ... | SafraTreeNode function ( int arg0 ) { return _nodes . get ( arg0 ) ; } |
18,623 | registers a keyboard callback . concode_field_sep int renders concode_elem_sep long last concode_elem_sep Map<Entity,EntityRenderer> entities concode_elem_sep int width concode_elem_sep long window concode_elem_sep String title concode_elem_sep GLFWErrorCallback errors concode_elem_sep int height concode_field_sep void... | RndrLWJGL function ( @ NotNull final GLFWKeyCallback arg0 ) { GLFW . glfwSetKeyCallback ( this . window , arg0 ) ; return this ; } |
18,624 | get a property from the project concode_field_sep BuildFileRule buildRule concode_field_sep void assertPropertyContains concode_elem_sep void testWorks concode_elem_sep void assertPropertyEndsWith concode_elem_sep void testEmpty concode_elem_sep void testFilesetSeparator concode_elem_sep void testIllegalCombinations co... | String function ( String arg0 ) { return buildRule . getProject ( ) . getProperty ( arg0 ) ; } |
18,625 | returns the size bitmap in bytes . an entry 's size must not change while it is in the cache . concode_field_sep int size concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<String,Bitmap> map concode_field_sep void trimToSize concode_elem_sep Collection<String> keys concode_elem_sep Bitmap get concode_elem_sep... | int function ( String arg0 , Bitmap arg1 ) { return arg1 . getRowBytes ( ) * arg1 . getHeight ( ) ; } |
18,626 | sets the value of the layout property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String format concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String... | void function ( Layout arg0 ) { this . layout = arg0 ; } |
18,627 | 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 ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
18,628 | get links concode_field_sep List<MsgVpnBridgeRemoteSubscription> data concode_elem_sep List<MsgVpnBridgeRemoteSubscriptionLinks> links concode_elem_sep SempMeta meta concode_field_sep String toIndentedString concode_elem_sep MsgVpnBridgeRemoteSubscriptionsResponse data concode_elem_sep void setData concode_elem_sep voi... | List < MsgVpnBridgeRemoteSubscriptionLinks > function ( ) { return links ; } |
18,629 | computes the index of the closest vertex to the input point . concode_field_sep double y0 concode_elem_sep double w concode_elem_sep double x0 concode_elem_sep double h concode_field_sep void insertVertex concode_elem_sep CirculinearContourArray2D<LinearRing2D> boundary concode_elem_sep Box2D boundingBox concode_elem_s... | int function ( Point2D arg0 ) { double loc0 = Double . POSITIVE_INFINITY ; int loc1 = - 1 ; int loc2 = 0 ; for ( Point2D loc3 : this . vertices ( ) ) { double loc4 = loc3 . distance ( arg0 ) ; if ( loc4 < loc0 ) { loc1 = loc2 ; loc0 = loc4 ; } loc2 ++ ; } return loc1 ; } |
18,630 | sets the value of the id property . concode_field_sep String ref concode_elem_sep String original concode_elem_sep List<Integer> evidence concode_elem_sep String description concode_elem_sep LocationType location concode_elem_sep String id concode_elem_sep String type concode_elem_sep List<String> variation concode_ele... | void function ( String arg0 ) { this . id = arg0 ; } |
18,631 | gets the singleton instance . concode_field_sep ReviewerIdManager theInstance concode_elem_sep ReviewerId reviewerId concode_field_sep void elementChanged concode_elem_sep ReviewerId getReviewerId concode_elem_sep void setReviewerId | ReviewerIdManager function ( ) { return theInstance ; } |
18,632 | gets the value of the properties property . concode_field_sep Groups parentGroups concode_elem_sep RoleAssignments roles concode_elem_sep String name concode_elem_sep Groups childGroups concode_elem_sep String description concode_elem_sep String href concode_elem_sep Users users concode_elem_sep Properties properties c... | Properties function ( ) { return properties ; } |
18,633 | convert byte array to bitmap concode_field_sep PlaceHolder placeHolder concode_field_sep Drawable bitmapToDrawable concode_elem_sep Bitmap drawableToBitmap concode_elem_sep byte[] drawableToByte concode_elem_sep Bitmap scaleImage concode_elem_sep byte[] bitmapToByte concode_elem_sep Bitmap scaleImageTo concode_elem_sep... | Bitmap function ( byte [ ] arg0 ) { return ( arg0 == null || arg0 . length == 0 ) ? null : BitmapFactory . decodeByteArray ( arg0 , 0 , arg0 . length ) ; } |
18,634 | the id of the activitytaskscheduled event that was recorded when this activity task was scheduled . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . concode_field_sep Long startedEventId concode_elem_sep String details concode_elem_sep Long latestCanc... | Long function ( ) { return scheduledEventId ; } |
18,635 | returns the local registry entry from the registryentryprovider . concode_field_sep PlaceHolder placeHolder concode_field_sep void updatedEntries concode_elem_sep Map<K,V> getEntries concode_elem_sep void addedEntries concode_elem_sep Group getGroup concode_elem_sep void removeListener concode_elem_sep void removedEntr... | Map . Entry < K , V > function ( ) { return this . getEntry ( this . getGroup ( ) . getLocalNode ( ) ) ; } |
18,636 | sets the class of the serializer implementation . concode_field_sep String typeClassName concode_elem_sep Serializer implementation concode_elem_sep Class typeClass concode_elem_sep String className concode_field_sep Serializer getImplementation concode_elem_sep SerializerConfig setImplementation concode_elem_sep Seria... | SerializerConfig function ( final Class < ? extends Serializer > arg0 ) { String loc0 = arg0 == null ? null : arg0 . getName ( ) ; return setClassName ( loc0 ) ; } |
18,637 | get parameter value from request scope . concode_field_sep Properties buildProperties concode_field_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep... | String function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; } |
18,638 | this method returns topicname + ' . ' + partitionid . concode_field_sep PlaceHolder placeHolder concode_field_sep void setPartitionAvgRecordMillis concode_elem_sep KafkaPartition getPartition concode_elem_sep String getTopicName concode_elem_sep List<KafkaPartition> getPartitions concode_elem_sep long getPartitionAvgRe... | String function ( String arg0 , int arg1 ) { return arg0 + "srini_string" + arg1 ; } |
18,639 | is one of the object mappers has a nested mapping set ? concode_field_sep ImmutableList<ObjectMapper> objectMappers concode_elem_sep boolean hasNested concode_field_sep UnmodifiableIterator<ObjectMapper> iterator concode_elem_sep boolean isEmpty concode_elem_sep ObjectMapper mapper concode_elem_sep ObjectMappers concat... | boolean function ( ) { return this . hasNested ; } |
18,640 | create an instance of languagesearchparameter concode_field_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _RequestHeader_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep DisplayAdSpecAdSizeSpec createDisplayAdSpecAdSizeSpec concode_elem_sep IdeaTextFilterSearchParameter createIdeaTextFil... | LanguageSearchParameter function ( ) { return new LanguageSearchParameter ( ) ; } |
18,641 | sets the value of the dataadded property . concode_field_sep boolean stashLimitReached concode_elem_sep long serialVersionUID concode_elem_sep DataBalanceType dataAdded concode_elem_sep XMLGregorianCalendar expirationDate concode_field_sep void setStashLimitReached concode_elem_sep DataBalanceType getDataAdded concode_... | void function ( DataBalanceType arg0 ) { this . dataAdded = arg0 ; } |
18,642 | initialize the context concode_field_sep ServletContext servletContext concode_elem_sep String COUNT_KEY concode_elem_sep String EVENT_KEY concode_elem_sep int counter concode_elem_sep Set<User> users concode_elem_sep String USERS_KEY concode_field_sep void addUsername concode_elem_sep boolean isAnonymous concode_elem_... | void function ( ServletContextEvent arg0 ) { servletContext = arg0 . getServletContext ( ) ; servletContext . setAttribute ( ( COUNT_KEY ) , Integer . toString ( counter ) ) ; } |
18,643 | normalized position in history of object denoted by key . the position is a value between zero and one where zero means not contained in history and one means newest element in history . the lower the value the older the element . concode_field_sep Hashtable fPositions concode_elem_sep String fRootNodeName concode_elem... | float function ( Object arg0 ) { if ( ! containsKey ( arg0 ) ) return 0.0f ; int loc0 = ( ( Integer ) fPositions . get ( arg0 ) ) . intValue ( ) + 1 ; return ( float ) loc0 / ( float ) fHistory . size ( ) ; } |
18,644 | returns the resource which is affected by this refactoring . default implementation returns the resource of the first context object . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep boolean internalDoUndo ... | Resource function ( ) { T loc0 = getContextObject ( ) ; if ( loc0 instanceof EObject ) { return ( ( EObject ) loc0 ) . eResource ( ) ; } return null ; } |
18,645 | ors bit array b into bit array a . a.length must be greater than or equal to b.length . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] makeBitSet concode_elem_sep void set concode_elem_sep void set concode_elem_sep int getMax concode_elem_sep boolean get concode_elem_sep void clear concode_elem_sep b... | void function ( int [ ] arg0 , int [ ] arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { arg0 [ loc0 ] |= arg1 [ loc0 ] ; } } |
18,646 | encode the input data producing a hex output stream . concode_field_sep byte[] decodingTable concode_elem_sep byte[] encodingTable concode_field_sep void initialiseDecodingTable concode_elem_sep boolean ignore concode_elem_sep int decode concode_elem_sep int decode | int function ( byte [ ] arg0 , int arg1 , int arg2 , OutputStream arg3 ) { for ( int loc0 = arg1 ; loc0 < ( arg1 + arg2 ) ; loc0 ++ ) { int loc1 = arg0 [ loc0 ] & 0xff ; arg3 . write ( encodingTable [ ( loc1 >>> 4 ) ] ) ; arg3 . write ( encodingTable [ loc1 & 0xf ] ) ; } return arg2 * 2 ; } |
18,647 | searches the registry for a resource identified by a json api resource type . if a resource can not be found , null is returned . concode_field_sep ServiceUrlProvider serviceUrlProvider concode_elem_sep Logger logger concode_elem_sep Map<Class,RegistryEntry> resources concode_field_sep String getResourceUrl concode_ele... | RegistryEntry function ( String arg0 ) { for ( Map . Entry < Class , RegistryEntry > loc0 : resources . entrySet ( ) ) { String loc1 = getResourceType ( loc0 . getKey ( ) ) ; if ( loc1 . equals ( arg0 ) ) { return loc0 . getValue ( ) ; } } return null ; } |
18,648 | create an instance of importedfromtype concode_field_sep QName _Copyright_QNAME concode_field_sep ProteinType.AlternativeName createProteinTypeAlternativeName concode_elem_sep SourceType createSourceType concode_elem_sep EvidencedStringType createEvidencedStringType concode_elem_sep PersonType createPersonType concode_... | ImportedFromType function ( ) { return new ImportedFromType ( ) ; } |
18,649 | used after a ddl change that could impact the compiled statements . clears references to compiledstatement objects while keeping the counts and references to the sql strings . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHas... | void function ( ) { Iterator loc0 = csidMap . keySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { int loc1 = loc0 . nextInt ( ) ; csidMap . put ( loc1 , null ) ; } } |
18,650 | the name of the virtual device for example , ephemeral0 . concode_field_sep Boolean noDevice concode_elem_sep String virtualName concode_elem_sep Ebs ebs concode_elem_sep String deviceName concode_field_sep Ebs getEbs concode_elem_sep BlockDeviceMapping withNoDevice concode_elem_sep void setNoDevice concode_elem_sep vo... | void function ( String arg0 ) { this . virtualName = arg0 ; } |
18,651 | changes the pattern of this formation and updates slot assignments if the number of member is supported by the given pattern . concode_field_sep FormationMotionModerator<T> motionModerator concode_elem_sep SlotAssignmentStrategy<T> slotAssignmentStrategy concode_elem_sep Matrix3 orientationMatrix concode_elem_sep Array... | boolean function ( FormationPattern < T > arg0 ) { int loc0 = slotAssignments . size ; if ( arg0 . supportsSlots ( loc0 ) ) { setPattern ( arg0 ) ; updateSlotAssignments ( ) ; return true ; } return false ; } |
18,652 | the list of high-availability partition groups . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<String> hapgList concode_field_sep ListHapgsResult withHapgList concode_elem_sep ListHapgsResult withHapgList concode_elem_sep void setNextToken concode_elem_sep int hashCode conco... | void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . hapgList = null ; return ; } this . hapgList = new com . amazonaws . internal . SdkInternalList < String > ( arg0 ) ; } |
18,653 | how many fd 's are open right now ? mainly for tests but also for stats . concode_field_sep boolean deleteOnFree concode_elem_sep int totalOpenFDs concode_elem_sep boolean logMINOR concode_elem_sep int lockLevel concode_elem_sep LinkedHashSet<PooledFileRandomAccessBuffer> closables concode_elem_sep long length concode_... | int function ( ) { return totalOpenFDs ; } |
18,654 | sets the value of the creativeid property . concode_field_sep Double manualCreativeRotationWeight concode_elem_sep Long creativeSetId concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep Long lineItemId concode_elem_sep String destinationUrl concode_elem_s... | void function ( Long arg0 ) { this . creativeId = arg0 ; } |
18,655 | test to see if the calling browser has the icemobile enhancements/extensions . concode_field_sep ArrayList<ExampleResource> tldResources concode_elem_sep String descriptionPath concode_elem_sep String selectedExamplePath concode_elem_sep String resourcesPath concode_elem_sep org.icemobile.samples.mobileshowcase.view.na... | boolean function ( ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; boolean loc1 = EnvUtils . isEnhancedBrowser ( loc0 ) ; boolean loc2 = EnvUtils . isAuxUploadBrowser ( loc0 ) ; return loc1 || loc2 ; } |
18,656 | to get the instance of observernotifierthreadpool class . concode_field_sep int MAX_POOL_SIZE concode_elem_sep TimeUnit TIME_UNIT concode_elem_sep ThreadPoolExecutor executor concode_elem_sep int CORE_POOL_SIZE concode_elem_sep ObserverNotifierThreadPool instance concode_elem_sep long THREAD_ALIVE_TIME concode_field_se... | ObserverNotifierThreadPool function ( ) { return SingletonHelper . instance ; } |
18,657 | returns the current value of the reference . concode_field_sep T reference concode_elem_sep boolean mark concode_elem_sep Pair<V> pair concode_field_sep void set concode_elem_sep boolean weakCompareAndSet concode_elem_sep boolean compareAndSet concode_elem_sep boolean casPair concode_elem_sep Pair<T> of concode_elem_se... | V function ( ) { return pair . reference ; } |
18,658 | creates a new ordering the represents an ordering on a prefix of the fields . if the exclusive index up to which to create the ordering is 0 , then there is no resulting ordering and this method return null . concode_field_sep FieldList indexes concode_elem_sep ArrayList<Class<? extends Comparable<?>>> types concode_el... | Ordering function ( int arg0 ) { if ( arg0 == 0 ) { return null ; } final Ordering loc0 = new Ordering ( ) ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 . appendOrdering ( this . indexes . get ( loc1 ) , this . types . get ( loc1 ) , this . orders . get ( loc1 ) ) ; } return loc0 ; } |
18,659 | executes the action in the context of given caret . subclasses should override this method . concode_field_sep boolean myRunForEachCaret concode_elem_sep boolean inExecution concode_elem_sep boolean inCheck concode_elem_sep boolean myWorksInInjected concode_field_sep boolean executeInCommand concode_elem_sep boolean ru... | void function ( Editor arg0 , @ Nullable Caret arg1 , DataContext arg2 ) { if ( inExecution ) { return ; } try { inExecution = true ; execute ( arg0 , arg2 ) ; } finally { inExecution = false ; } } |
18,660 | returns an integer from an xml element . concode_field_sep PlaceHolder placeHolder concode_field_sep int getIntValueFromAttribute concode_elem_sep double getDoubleValueFromAttribute concode_elem_sep double getDoubleValueFromElements concode_elem_sep Boolean getBooleanValueFromAttribute concode_elem_sep boolean getBoole... | int function ( Element arg0 , String arg1 ) { return Integer . parseInt ( getTextValueFromElements ( arg0 , arg1 ) ) ; } |
18,661 | transforms the specified world coordinate to screen coordinates . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep int screenX concode_elem_sep int screenY... | Vector2 function ( Vector2 arg0 ) { tmp . set ( arg0 . x , arg0 . y , 1 ) ; camera . project ( tmp , screenX , screenY , screenWidth , screenHeight ) ; arg0 . set ( tmp . x , tmp . y ) ; return arg0 ; } |
18,662 | this method was generated by mybatis generator . this method returns the value of the database column sys_user_menu . enable _ concode_field_sep Integer createBy concode_elem_sep Date createTime concode_elem_sep Integer updateBy concode_elem_sep Boolean enable concode_elem_sep Integer menuId concode_elem_sep String per... | Boolean function ( ) { return enable ; } |
18,663 | this method is only used in html for temporary variable storage . stores the base station page it should be redirected to . concode_field_sep int slotNumber concode_elem_sep String baseStationPage concode_elem_sep List<TxBoardBean> txBoards concode_field_sep String discard concode_elem_sep void clearFields concode_elem... | void function ( String arg0 ) { this . baseStationPage = arg0 ; } |
18,664 | test of containskey method , of class parametrizedheadersmap . concode_field_sep ParameterizedHeadersMap map concode_field_sep void testEqualsAndHashCode concode_elem_sep void testClear concode_elem_sep void testRemove concode_elem_sep void testEntrySet concode_elem_sep void testPut concode_elem_sep void testGetFirst c... | void function ( ) { map . add ( "srini_string" , new ParameterizedHeader ( "srini_string" ) ) ; assertTrue ( map . containsKey ( "srini_string" ) ) ; assertTrue ( map . containsKey ( "srini_string" ) ) ; assertTrue ( map . containsKey ( "srini_string" ) ) ; assertTrue ( map . containsKey ( "srini_string" ) ) ; assertTr... |
18,665 | request id of this request concode_field_sep InetAddress _remoteAddr concode_elem_sep Subject _subject concode_elem_sep AtomicInteger uniqueId concode_elem_sep Integer _reqID concode_elem_sep Map _storm_conf concode_elem_sep ThreadLocal<ReqContext> ctxt concode_field_sep Principal principal concode_elem_sep void setSub... | Integer function ( ) { return _reqID ; } |
18,666 | send a participant complete close request . concode_field_sep SyncParticipantClient CLIENT concode_field_sep void sendCannotComplete concode_elem_sep void sendFail concode_elem_sep void sendCompensate concode_elem_sep void sendExit concode_elem_sep void sendCoordinatorCompleteClose concode_elem_sep void sendParticipant... | void function ( final CoordinationContextType arg0 , final MAP arg1 ) { } |
18,667 | remove msg from the head of the queue . concode_field_sep int TIMEOUT_OCCURRED concode_elem_sep Runnable mProducerRunnable concode_elem_sep BlockingQueue<E> mQueue concode_elem_sep boolean diagnosticsEnabled concode_elem_sep int mProducerCounter concode_elem_sep int mMaxIterations concode_elem_sep Runnable mConsumerRun... | E function ( ) { E loc0 = mQueue . poll ( TIMEOUT_SECONDS , TimeUnit . SECONDS ) ; if ( loc0 == null ) throw new TimeoutException ( ) ; mConsumerCounter ++ ; return loc0 ; } |
18,668 | get the index of a variable with this method . concode_field_sep double constant concode_elem_sep double[] values concode_elem_sep double[] coefficients concode_elem_sep List<Equation> equations concode_elem_sep TreeMap<String,Integer> variables concode_field_sep Equation createEquation concode_elem_sep Set<String> get... | int function ( String arg0 ) { if ( variables . containsKey ( arg0 ) ) return ( ( Integer ) variables . get ( arg0 ) ) . intValue ( ) ; int loc0 = variables . size ( ) ; variables . put ( arg0 , new Integer ( loc0 ) ) ; return loc0 ; } |
18,669 | gets the decrypt key used by the security handler when decrypting data . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthori... | byte [ ] function ( ) { return securityHandler . getDecryptionKey ( ) ; } |
18,670 | run a block of code in a jpa transaction . concode_field_sep JPAApi jpaApi concode_elem_sep JPAConfig jpaConfig concode_elem_sep JPAEntityManagerContext entityManagerContext concode_elem_sep Map<String,EntityManagerFactory> emfs concode_field_sep JPAApi get concode_elem_sep JPAApi start concode_elem_sep EntityManager e... | T function ( String arg0 , boolean arg1 , Supplier < T > arg2 ) { return withTransaction ( arg0 , arg1 , entityManager -> { return arg2 . get ( ) ; } ) ; } |
18,671 | formats bytes , e.g. 1000 - > 1kb , -2500 - > -2.5 kb concode_field_sep PlaceHolder placeHolder concode_field_sep int percentOf concode_elem_sep String ordinal | String function ( long arg0 ) { if ( arg0 < 0 ) { return "srini_string" . concat ( formatBytes ( - arg0 ) ) ; } int loc0 = 1000 ; if ( arg0 < loc0 ) { return arg0 + "srini_string" ; } int loc1 = ( int ) ( Math . log ( arg0 ) / Math . log ( loc0 ) ) ; char loc2 = "srini_string" . charAt ( loc1 - 1 ) ; return format ( "s... |
18,672 | add optional attributes for attribute exchange . make sure you have already set attribute_exchange as an requesttype before calling this method . concode_field_sep ArrayList<AuthPolicyType> authTypes concode_elem_sep HttpServletRequest request concode_elem_sep List<OpenIDAxAttribute> requiredClaims concode_elem_sep Arr... | void function ( String arg0 , String arg1 ) { addClaims ( arg0 , arg1 , optionalClaims ) ; } |
18,673 | confirmation details of the action performed . concode_field_sep String message concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteRunResult clone concode_elem_sep String toString concode_elem_sep void setMessage concode_elem_sep DeleteRunResult withMessage | String function ( ) { return this . message ; } |
18,674 | test success log message with kerberos auth for user principal concode_field_sep PlaceHolder placeHolder concode_field_sep void testSimpleAuth concode_elem_sep void testServicePrincipalAuth concode_elem_sep void verifyParserAttributes | void function ( ) { String loc0 = "srini_string" ; verifyParserAttributes ( loc0 ) ; } |
18,675 | the base path name that callers of the api must provide as part of the url after the domain name . concode_field_sep String basePath concode_elem_sep String stage concode_elem_sep String restApiId concode_field_sep String getStage concode_elem_sep CreateBasePathMappingResult withStage concode_elem_sep int hashCode conc... | String function ( ) { return this . basePath ; } |
18,676 | convert the list to an array of integers . concode_field_sep Node next concode_elem_sep int v concode_field_sep int getV concode_elem_sep String toString concode_elem_sep Node getNext | int [ ] function ( ) { List < Integer > loc0 = new ArrayList < Integer > ( ) ; Node loc1 = this ; while ( loc1 . getV ( ) != - 1 ) { loc0 . add ( loc1 . getV ( ) ) ; loc1 = loc1 . getNext ( ) ; } int [ ] loc2 = new int [ loc0 . size ( ) ] ; for ( int loc3 = 0 ; loc3 < loc2 . length ; loc3 ++ ) { loc2 [ loc3 ] = loc0 . ... |
18,677 | cast the passed object into the namingcontextext . if the object has a different java type , create an instance of the namingcontextext , using the same delegate , as for the passed parameter . hence this method may return a different object , than has been passed . concode_field_sep String _id concode_field_sep Naming... | NamingContextExt function ( org . omg . CORBA . Object arg0 ) { if ( arg0 == null ) return null ; else if ( arg0 instanceof NamingContextExt ) return ( NamingContextExt ) arg0 ; else if ( ! arg0 . _is_a ( id ( ) ) ) throw new BAD_PARAM ( ) ; else { Delegate loc0 = ( ( ObjectImpl ) arg0 ) . _get_delegate ( ) ; return ne... |
18,678 | cleans the rules loaded and metadata . concode_field_sep String copyright concode_elem_sep String title concode_elem_sep String startTag concode_elem_sep String editor concode_elem_sep int[][] notTagTable concode_elem_sep String author concode_elem_sep int ruleCount concode_elem_sep String[][] notMorphTable concode_ele... | void function ( ) { title = "srini_string" ; version = "srini_string" ; copyright = "srini_string" ; author = "srini_string" ; date = "srini_string" ; editor = "srini_string" ; startTag = "srini_string" ; ruleCount = 0 ; notTagTable = null ; notMorphTable = null ; } |
18,679 | get the style for the guideline . the default is `` s '' for solid . concode_field_sep COSDictionary dictionary concode_elem_sep String GUIDELINE_STYLE_DASHED concode_elem_sep String GUIDELINE_STYLE_SOLID concode_field_sep float getGuidelineWidth concode_elem_sep void setGuidelineStyle concode_elem_sep void setGuideLin... | String function ( ) { return dictionary . getNameAsString ( COSName . S , GUIDELINE_STYLE_SOLID ) ; } |
18,680 | create an instance of contentdescriptor concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_el... | ContentDescriptor function ( ) { return new ContentDescriptor ( ) ; } |
18,681 | removes all connections which are handled by this handlerlinker from the connectionlayer concode_field_sep BPELEditPart editPart concode_elem_sep List<PolylineConnection> handlerConnectionsList concode_elem_sep IFigure connLayer concode_field_sep IFigure getTHFigure concode_elem_sep Ray getFHRoutingStartConstraint conc... | void function ( ) { if ( handlerConnectionsList . size ( ) > 0 ) { for ( PolylineConnection loc0 : handlerConnectionsList ) { connLayer . remove ( loc0 ) ; } handlerConnectionsList . clear ( ) ; } } |
18,682 | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_sep void testGetFirstMilliseco... | void function ( ) { Millisecond loc0 = new Millisecond ( 599 , 23 , 45 , 7 , 9 , 10 , 2007 ) ; Millisecond loc1 = new Millisecond ( 599 , 23 , 45 , 7 , 9 , 10 , 2007 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
18,683 | adds a word and the token to be returned if it is detected . concode_field_sep char[] fContent concode_elem_sep List fMatchers concode_elem_sep boolean fIsHashCached concode_elem_sep IWordDetector fDetector concode_elem_sep int fLength concode_elem_sep Map fWords concode_elem_sep int UNDEFINED concode_elem_sep Characte... | void function ( String arg0 , IToken arg1 ) { Assert . isNotNull ( arg0 ) ; Assert . isNotNull ( arg1 ) ; fWords . put ( new CharacterBuffer ( arg0 ) , arg1 ) ; } |
18,684 | get content-location value . concode_field_sep int P_MODIFICATION_DATE concode_elem_sep int P_DEP_FILENAME concode_elem_sep String TAG concode_elem_sep int P_CONTENT_LOCATION concode_elem_sep int P_DEP_DOMAIN concode_elem_sep byte[] mPartData concode_elem_sep int P_MAC concode_elem_sep int P_CONTENT_DISPOSITION concode... | byte [ ] function ( ) { return ( byte [ ] ) mPartHeader . get ( P_CONTENT_LOCATION ) ; } |
18,685 | returns a map of all compiled classes by source name . concode_field_sep Map<String,CompiledClass> exposedClassFileMap concode_elem_sep Map<String,CompiledClass> classFileMapBySource concode_elem_sep Map<String,CompilationUnit> unitMap concode_elem_sep TypeOracleMediator mediator concode_elem_sep Map<String,CompiledCla... | Map < String , CompiledClass > function ( ) { return exposedClassFileMapBySource ; } |
18,686 | returns the label of this action concode_field_sep PendingIntent intent concode_elem_sep String label concode_elem_sep Parcelable.Creator<SyncAction> CREATOR concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep SyncAction[] newArray concode_elem_sep SyncAction createFromParcel concode_elem_se... | String function ( ) { return label ; } |
18,687 | marks this permissioncollection object as `` readonly '' . after a permissioncollection object is marked as readonly , no new permission objects can be added to it using add . concode_field_sep long serialVersionUID concode_elem_sep boolean readOnly concode_field_sep void add concode_elem_sep boolean isReadOnly concode... | void function ( ) { readOnly = true ; } |
18,688 | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... | Map < QName , String > function ( ) { return otherAttributes ; } |
18,689 | get color . concode_field_sep String DEFAULT_COLOR concode_elem_sep String color concode_elem_sep String className concode_elem_sep String message concode_field_sep String getMessage concode_elem_sep String getClassName | String function ( ) { return color ; } |
18,690 | asserts that two strings are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep v... | void function ( String arg0 , String arg1 , String arg2 ) { if ( arg1 == null && arg2 == null ) return ; if ( arg1 != null && arg1 . equals ( arg2 ) ) return ; throw new ComparisonFailure ( arg0 , arg1 , arg2 ) ; } |
18,691 | sets the value of the arg0 property . concode_field_sep Double arg2 concode_elem_sep int arg1 concode_elem_sep String arg0 concode_field_sep void setArg1 concode_elem_sep void setArg2 concode_elem_sep int getArg1 concode_elem_sep String getArg0 concode_elem_sep Double getArg2 | void function ( String arg3 ) { this . arg0 = arg3 ; } |
18,692 | gets the amount of time in a timevalue that the index has been under merge throttling control concode_field_sep XContentBuilderString INDEXING concode_elem_sep XContentBuilderString INDEX_TOTAL concode_elem_sep long indexCurrent concode_elem_sep Map<String,Stats> typeStats concode_elem_sep XContentBuilderString TYPES c... | TimeValue function ( ) { return new TimeValue ( throttleTimeInMillis ) ; } |
18,693 | creates the next json message to send to remote js executor , with request id pre-filled in . concode_field_sep JsonFactory mJsonFactory concode_elem_sep OkHttpClient mHttpClient concode_elem_sep String TAG concode_elem_sep WebSocket mWebSocket concode_elem_sep ConcurrentHashMap<Integer,JSDebuggerCallback> mCallbacks c... | JsonGenerator function ( int arg0 ) { JsonGenerator loc0 = mJsonFactory . createGenerator ( new StringWriter ( ) ) ; loc0 . writeStartObject ( ) ; loc0 . writeNumberField ( "srini_string" , arg0 ) ; return loc0 ; } |
18,694 | returns the number of milliseconds . concode_field_sep boolean isNegative concode_elem_sep long serialVersionUID concode_elem_sep int hours concode_elem_sep int seconds concode_elem_sep int months concode_elem_sep int minutes concode_elem_sep int days concode_elem_sep long millis concode_elem_sep int years concode_fiel... | long function ( ) { return millis ; } |
18,695 | stop a given status update listener from receiving updates . concode_field_sep short[] buffer concode_elem_sep Vector<DmxChannel> channels concode_elem_sep int minimumBufferSize concode_elem_sep List<DmxStatusUpdateListener> updateListeners concode_elem_sep boolean bufferChanged concode_elem_sep Logger logger concode_f... | void function ( DmxStatusUpdateListener arg0 ) { updateListeners . remove ( arg0 ) ; } |
18,696 | resets iterator down to first sequence concode_field_sep VocabCache<T> vocabCache concode_elem_sep SequenceIterator<T> underlyingIterator concode_field_sep boolean hasMoreSequences concode_elem_sep Sequence<T> nextSequence | void function ( ) { underlyingIterator . reset ( ) ; } |
18,697 | gets the value of the usagebucket property . concode_field_sep BucketBase usageBucket concode_elem_sep DataServiceAttribute dataServiceAttribute concode_elem_sep BigDecimal price concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar... | BucketBase function ( ) { return usageBucket ; } |
18,698 | stores this notification channel in the given notification channel data store . it is important that this method be called before the watch http request is made in case the notification is received before the watch http response is received . concode_field_sep Lock lock concode_elem_sep String topicId concode_elem_sep ... | StoredChannel function ( DataStore < StoredChannel > arg0 ) { lock . lock ( ) ; try { arg0 . set ( getId ( ) , this ) ; return this ; } finally { lock . unlock ( ) ; } } |
18,699 | initializes the attributes of the given element . concode_field_sep DoublyIndexedTable values concode_elem_sep String[] keys concode_elem_sep int length concode_field_sep boolean resetAttribute concode_elem_sep void addAttribute | void function ( AbstractElement arg0 ) { for ( int loc0 = length - 1 ; loc0 >= 2 ; loc0 -= 3 ) { resetAttribute ( arg0 , keys [ loc0 - 2 ] , keys [ loc0 - 1 ] , keys [ loc0 ] ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.