idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
8,900 | sets the value of the subjectconfirmationdata property . concode_field_sep SubjectConfirmationDataType subjectConfirmationData concode_elem_sep String method concode_elem_sep EncryptedElementType encryptedID concode_elem_sep NameIDType nameID concode_elem_sep long serialVersionUID concode_elem_sep BaseIDAbstractType ba... | void function ( SubjectConfirmationDataType arg0 ) { this . subjectConfirmationData = arg0 ; } |
8,901 | scales the duration of this animationdata by a given pfactor . concode_field_sep int mLoopCount concode_elem_sep long mAnimationDuration concode_elem_sep long[] mFrameDurations concode_elem_sep int mFrameCount concode_elem_sep int mFirstFrameIndex concode_elem_sep int[] mFrames concode_elem_sep long[] mFrameEndsInNanos... | void function ( final float arg0 ) { ArrayUtils . multiply ( this . mFrameDurations , arg0 ) ; ArrayUtils . multiply ( this . mFrameEndsInNanoseconds , arg0 ) ; this . mAnimationDuration *= arg0 ; } |
8,902 | close handle concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object getConnection concode_ele... | void function ( MultipleConnection2 arg0 ) { ConnectionEvent loc0 = new ConnectionEvent ( this , ConnectionEvent . CONNECTION_CLOSED ) ; loc0 . setConnectionHandle ( arg0 ) ; for ( ConnectionEventListener loc1 : listeners ) { loc1 . connectionClosed ( loc0 ) ; } } |
8,903 | gets the start character for this character range . concode_field_sep boolean negated concode_elem_sep char current concode_elem_sep String iToString concode_elem_sep char start concode_elem_sep CharRange range concode_elem_sep char end concode_elem_sep boolean hasNext concode_elem_sep long serialVersionUID concode_fie... | char function ( ) { return this . start ; } |
8,904 | create a bindstatus for the given bind object , using the `` defaulthtmlescape '' setting . concode_field_sep Boolean defaultHtmlEscape concode_elem_sep Map<String,Errors> errorsMap concode_elem_sep RequestDataValueProcessor dataValueProcessor concode_elem_sep MessageSource messageSource concode_elem_sep TimeZone timeZ... | BindStatus function ( String arg0 , boolean arg1 ) { return new BindStatus ( this , arg0 , arg1 ) ; } |
8,905 | increment the label count and return it . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel model concode_elem_sep Integer componentToAdd concode_elem_sep int labelCount concode_elem_sep ... | int function ( ) { return ++ labelCount ; } |
8,906 | ensure this builder includes the specified component types . concode_field_sep Bag<Class<? extends Component>> classes concode_field_sep Archetype build concode_elem_sep BitVector bitset concode_elem_sep ComponentType[] resolveTypes concode_elem_sep ArchetypeBuilder remove concode_elem_sep ArchetypeBuilder remove | ArchetypeBuilder function ( Class < ? extends Component > ... arg0 ) { for ( int loc0 = 0 ; arg0 . length > loc0 ; loc0 ++ ) { Class < ? extends Component > loc1 = arg0 [ loc0 ] ; if ( ! classes . contains ( loc1 ) ) classes . add ( loc1 ) ; } return this ; } |
8,907 | sets the result . if another thread has called #get , they will immediately receive the value . set or setexception must only be called once . concode_field_sep T mResult concode_elem_sep Exception mException concode_elem_sep CountDownLatch mReadyLatch concode_field_sep boolean cancel concode_elem_sep boolean isCancell... | void function ( @ Nullable T arg0 ) { checkNotSet ( ) ; mResult = arg0 ; mReadyLatch . countDown ( ) ; } |
8,908 | lazyfield is not thread-safe for write access . synchronizations are needed under read/write situations . concode_field_sep Entry<K,LazyField> entry concode_elem_sep Iterator<Entry<K,Object>> iterator concode_elem_sep ExtensionRegistryLite extensionRegistry concode_elem_sep ByteString bytes concode_elem_sep MessageLite... | MessageLite function ( MessageLite arg0 ) { MessageLite loc0 = this . value ; this . value = arg0 ; bytes = null ; isDirty = true ; return loc0 ; } |
8,909 | the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e... | void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; } |
8,910 | provides serialization support . concode_field_sep long serialVersionUID concode_elem_sep double upperBound concode_elem_sep List lookupTable concode_elem_sep Paint paint concode_elem_sep double lowerBound concode_elem_sep long serialVersionUID concode_elem_sep Paint defaultPaint concode_elem_sep double value concode_f... | void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; this . defaultPaint = SerialUtilities . readPaint ( arg0 ) ; } |
8,911 | creates and returns a copy of nameaddress concode_field_sep String name concode_elem_sep SipURL url concode_field_sep boolean hasDisplayName concode_elem_sep void removeDisplayName concode_elem_sep void setAddress concode_elem_sep String getDisplayName concode_elem_sep boolean equals concode_elem_sep boolean equals con... | Object function ( ) { return new NameAddress ( this ) ; } |
8,912 | get the size of the exponent , in bits . concode_field_sep int primeSize concode_elem_sep int exponentSize concode_field_sep int getPrimeSize | int function ( ) { return exponentSize ; } |
8,913 | sets the value of the oid property . concode_field_sep Integer index concode_elem_sep String attributeName concode_elem_sep Long oid concode_elem_sep Double value concode_elem_sep Long tid concode_field_sep Long getTid concode_elem_sep void setAttributeName concode_elem_sep Double getValue concode_elem_sep Integer getI... | void function ( Long arg0 ) { this . oid = arg0 ; } |
8,914 | update labels with the specified slack by adding the slack value for committed workers and by subtracting the slack value for committed jobs . in addition , update the minimum slack values appropriately . concode_field_sep double[][] costMatrix concode_elem_sep double[] minSlackValueByJob concode_elem_sep double[] labe... | void function ( double arg0 ) { for ( int loc0 = 0 ; loc0 < dim ; loc0 ++ ) { if ( committedWorkers [ loc0 ] ) { labelByWorker [ loc0 ] += arg0 ; } } for ( int loc0 = 0 ; loc0 < dim ; loc0 ++ ) { if ( parentWorkerByCommittedJob [ loc0 ] != - 1 ) { labelByJob [ loc0 ] -= arg0 ; } else { minSlackValueByJob [ loc0 ] -= ar... |
8,915 | write item predictions scores to a textwriter object . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Integer> predictItems concode_elem_sep List<Integer> predictItems | void function ( IRecommender arg0 , IPosOnlyFeedback arg1 , Collection < Integer > arg2 , int arg3 , PrintWriter arg4 , List < Integer > arg5 , IEntityMapping arg6 , IEntityMapping arg7 ) { arg5 = new ArrayList < Integer > ( arg1 . allUsers ( ) ) ; for ( int loc0 : arg5 ) { IntCollection loc1 = arg1 . userMatrix ( ) . ... |
8,916 | returns the last transition of this geofence . concode_field_sep double mLatitude concode_elem_sep int mNotificationResponsiveness concode_elem_sep int GEOFENCE_TYPE_CIRCLE concode_elem_sep int mMonitorTransitions concode_elem_sep double mLongitude concode_elem_sep double mRadius concode_elem_sep int mUnknownTimer conc... | int function ( ) { return mLastTransition ; } |
8,917 | gets the green value of this color . concode_field_sep Color GREEN concode_elem_sep int green concode_elem_sep Color LIGHT_GRAY concode_elem_sep Color RED concode_elem_sep Color BLACK concode_elem_sep int red concode_elem_sep Color WHITE concode_elem_sep int blue concode_elem_sep Color GRAY concode_elem_sep Color ORANG... | int function ( ) { return green ; } |
8,918 | returns the parameterlistkey for this constructor . the parameterlistkey is created from the ordered list of assisted constructor parameters . concode_field_sep ParameterListKey assistedParameters concode_elem_sep List<Parameter> allParameters concode_elem_sep Constructor<T> constructor concode_field_sep Set<Class<?>> ... | ParameterListKey function ( ) { return assistedParameters ; } |
8,919 | sets the value of the extlst property . concode_field_sep List<CTCTStyleLabel> styleLbl concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep String minVer concode_elem_sep CTCTCategories catLst concode_elem_sep List<CTCTName> title concode_elem_sep String uniqueId concode_elem_sep List<CTCTDescription> des... | void function ( CTOfficeArtExtensionList arg0 ) { this . extLst = arg0 ; } |
8,920 | remember to subtract a -1 to line number because in compile check code an extra package statement is added , so all line numbers are increased by 1 concode_field_sep int lineStopOffset concode_elem_sep int WARNING concode_elem_sep Pattern pattern concode_elem_sep int tabIndex concode_elem_sep String message concode_ele... | int function ( ) { return iProblem . getSourceLineNumber ( ) ; } |
8,921 | set the propagation behavior by the name of the corresponding constant in transactiondefinition , e.g. `` propagation_required '' . concode_field_sep Constants constants concode_elem_sep int timeout concode_elem_sep int isolationLevel concode_elem_sep String READ_ONLY_MARKER concode_elem_sep boolean readOnly concode_el... | void function ( String arg0 ) { if ( arg0 == null || ! arg0 . startsWith ( PREFIX_PROPAGATION ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } setPropagationBehavior ( constants . asNumber ( arg0 ) . intValue ( ) ) ; } |
8,922 | returns a value for a given key from the cache . concode_field_sep boolean cacheLoaded concode_elem_sep boolean cacheDirty concode_elem_sep Properties cache concode_elem_sep File cachefile concode_field_sep Iterator<String> iterator concode_elem_sep void load concode_elem_sep void setCachefile concode_elem_sep boolean ... | Object function ( Object arg0 ) { if ( ! cacheLoaded ) { load ( ) ; } try { return cache . getProperty ( String . valueOf ( arg0 ) ) ; } catch ( ClassCastException loc0 ) { return null ; } } |
8,923 | gets the connection point of the peer . concode_field_sep IpAddress ipAddress concode_elem_sep ConnectPoint connectPoint concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep IpAddress ipAddress concode_elem_sep String toString | ConnectPoint function ( ) { return connectPoint ; } |
8,924 | check if a given network interface is interesting for us . concode_field_sep String OVERRIDE_SETTINGS_FILE concode_elem_sep String SETTINGS_FILE concode_elem_sep String OVERRIDE_ACCEPTED_DEVICES concode_field_sep ProxySelector buildSelector concode_elem_sep File getSettingsFile concode_elem_sep ProxySelector installPac... | boolean function ( NetworkInterface arg0 ) { return ! arg0 . isLoopback ( ) && ! arg0 . isPointToPoint ( ) && ! arg0 . isVirtual ( ) && arg0 . isUp ( ) ; } |
8,925 | a helper api to add remote ip address concode_field_sep String KEY_VAL_SEPARATOR concode_elem_sep String UNAUTHORIZED_USER concode_elem_sep Log LOG concode_elem_sep char PAIR_SEPARATOR concode_elem_sep String SUCCESS concode_elem_sep String FAILURE concode_field_sep void add concode_elem_sep void logSuccess concode_ele... | void function ( StringBuilder arg0 ) { InetAddress loc0 = Server . getRemoteIp ( ) ; if ( loc0 != null ) { add ( Keys . IP , loc0 . getHostAddress ( ) , arg0 ) ; } } |
8,926 | returns the width of the specified text . concode_field_sep String META concode_elem_sep boolean hints concode_elem_sep KeyAdapter keys concode_elem_sep Map<?,?> HINTS concode_field_sep EmptyBorder border concode_elem_sep void drop concode_elem_sep void addInteraction concode_elem_sep void drawCenter concode_elem_sep S... | int function ( final Graphics arg0 , final String arg1 ) { return arg0 . getFontMetrics ( ) . stringWidth ( arg1 ) ; } |
8,927 | whether the information has already converted to the log2 basis or not . concode_field_sep int blocksize_B concode_elem_sep int countB concode_elem_sep int blocksize_S concode_elem_sep int countE concode_elem_sep int blocksize_E concode_elem_sep boolean converted concode_elem_sep int countC concode_elem_sep int countS ... | boolean function ( ) { return this . converted ; } |
8,928 | evaluate the xpath and assert that content exists . concode_field_sep XpathExpectationsHelper xpathHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher string concode_elem_sep ResultMatcher string concode_elem_sep ResultMa... | ResultMatcher function ( ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg0 ) throws Exception { MockHttpServletResponse loc0 = arg0 . getResponse ( ) ; xpathHelper . exists ( loc0 . getContentAsByteArray ( ) , getDefinedEncoding ( loc0 ) ) ; } } ; } |
8,929 | given an index in the range 0 ... size -1 , returns the key from the indexth key-value mapping that this sparsearray stores . concode_field_sep Object DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep void clear concode... | long function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return mKeys [ arg0 ] ; } |
8,930 | gets total number of key partitions . to ensure that all partitions are equally distributed across all nodes , please make sure that this number is significantly larger than a number of nodes . also , partition size should be relatively small . try to avoid having partitions with more than quarter million keys . note t... | int function ( ) { return parts ; } |
8,931 | returns the object associated with the interval concode_field_sep T a concode_elem_sep Interval<T>[] intervals concode_elem_sep Logger log concode_elem_sep Random sampler concode_elem_sep double start concode_elem_sep double end concode_elem_sep double totalProb concode_field_sep boolean isEmpty concode_elem_sep String... | T function ( ) { return a ; } |
8,932 | returns an entity instance with the given index . concode_field_sep Folder[] folders concode_elem_sep Entity[] entities concode_elem_sep int entityPointer concode_elem_sep int folderPointer concode_elem_sep String generator concode_elem_sep String scmlVersion concode_elem_sep String generatorVersion concode_field_sep F... | Entity function ( int arg0 ) { return this . entities [ arg0 ] ; } |
8,933 | called when the host view is attempting to determine if an item 's position has changed . returns #position_unchanged if the position of the givenitem has not changed or #position_none if the item is no longer presentin the adapter . the default implementation assumes that items will never change position and always re... | int function ( Object arg0 ) { return POSITION_UNCHANGED ; } |
8,934 | clears the reference , so that it does n't refer to its object anymore . for soft and weak references this is called by the garbage collector . for phantom references you should call this when enqueuing the reference . concode_field_sep gnu.gcj.RawData referent concode_elem_sep Reference nextOnQueue concode_elem_sep gn... | void function ( ) { synchronized ( lock ) { referent = null ; cleared = true ; } } |
8,935 | returns the maxcodelen . concode_field_sep String varson concode_elem_sep String frontv concode_elem_sep int maxCodeLen concode_elem_sep String vowels concode_field_sep boolean isVowel concode_elem_sep Object encode concode_elem_sep String encode concode_elem_sep boolean isNextChar concode_elem_sep boolean isLastChar c... | int function ( ) { return this . maxCodeLen ; } |
8,936 | verifies that the username matches the user whose connections are being managed by this factory and closes the pool if this is the case ; otherwise does nothing . concode_field_sep Set<PooledConnection> validatingSet concode_elem_sep ConnectionPoolDataSource _cpds concode_elem_sep Map<PooledConnection,PooledConnectionA... | void function ( final String arg0 ) { synchronized ( this ) { if ( arg0 == null || ! arg0 . equals ( _username ) ) { return ; } } try { _pool . close ( ) ; } catch ( final Exception loc0 ) { throw new SQLException ( "srini_string" , loc0 ) ; } } |
8,937 | set the input to be a character reader . normally , a stream should be used rather than a reader , so that the xml parser can resolve character encoding specified by the xml declaration . however , in many cases the encoding of the input stream is already resolved , as in the case of reading xml from a stringreader . c... | void function ( Reader arg0 ) { this . reader = arg0 ; } |
8,938 | a factory method to build the appropriate luminancesource object based on the format of the preview buffers , as described by camera.parameters . concode_field_sep int MAX_FRAME_WIDTH concode_elem_sep String TAG concode_elem_sep int requestedFramingRectHeight concode_elem_sep AutoFocusManager autoFocusManager concode_e... | PlanarYUVLuminanceSource function ( byte [ ] arg0 , int arg1 , int arg2 ) { Rect loc0 = getFramingRectInPreview ( ) ; if ( loc0 == null ) { return null ; } return new PlanarYUVLuminanceSource ( arg0 , arg1 , arg2 , loc0 . left , loc0 . top , loc0 . arg1 ( ) , loc0 . arg2 ( ) , false ) ; } |
8,939 | returns an iterator of all class names in the class pool . concode_field_sep Map classes concode_field_sep Clazz getClass concode_elem_sep int size concode_elem_sep void classesAcceptAlphabetically concode_elem_sep void removeClass concode_elem_sep void clear concode_elem_sep void classAccept concode_elem_sep void clas... | Iterator function ( ) { return classes . keySet ( ) . iterator ( ) ; } |
8,940 | ensure the batch can contain the passed in amount of particles concode_field_sep Array<T> renderData concode_elem_sep ParticleSorter sorter concode_elem_sep int currentCapacity concode_elem_sep int bufferedParticlesCount concode_elem_sep Camera camera concode_field_sep void setCamera concode_elem_sep void flush concode... | void function ( int arg0 ) { if ( currentCapacity >= arg0 ) return ; sorter . ensureCapacity ( arg0 ) ; allocParticlesData ( arg0 ) ; currentCapacity = arg0 ; } |
8,941 | returns the client vmid associated with the lease . concode_field_sep VMID vmid concode_elem_sep long value concode_elem_sep long serialVersionUID concode_field_sep long getValue | VMID function ( ) { return vmid ; } |
8,942 | returns the path depth number if the element is in the current path or -1 if it is n't . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boolean isVisited concode_elem_sep void beginVisit concode_elem_sep Iterato... | int function ( Object arg0 ) { if ( myVisitedElements . containsKey ( arg0 ) ) { return ( ( Integer ) myVisitedElements . get ( arg0 ) ) . intValue ( ) ; } return - 1 ; } |
8,943 | extract the text of the specified element concode_field_sep PlaceHolder placeHolder concode_field_sep XmlObject extractFirstAnyElement concode_elem_sep XmlObject extractFirstAnyElement concode_elem_sep XmlObject[] extractAnyElements concode_elem_sep List<T> extractAnyElements concode_elem_sep String getAttributeText co... | String function ( XmlObject arg0 , QName arg1 ) { try { XmlObject loc0 = extractFirstAnyElement ( arg0 , arg1 ) ; if ( loc0 == null ) return null ; return extractElementTextAsString ( loc0 ) ; } catch ( Exception loc0 ) { return null ; } } |
8,944 | gives the distance . warning , returns direct access to internal field . concode_field_sep Distance mazedists concode_elem_sep int width concode_elem_sep int[] start concode_elem_sep Cells mazecells concode_elem_sep BSPNode rootnode concode_elem_sep int height concode_field_sep int[] getStartingPosition concode_elem_se... | Distance function ( ) { return mazedists ; } |
8,945 | flushes the cache . concode_field_sep Map cache concode_elem_sep int cacheSize concode_elem_sep List keyList concode_field_sep int getCacheSize concode_elem_sep void setCacheSize concode_elem_sep Object getObject concode_elem_sep void setProperties concode_elem_sep void putObject concode_elem_sep Object removeObject | void function ( CacheModel arg0 ) { cache . clear ( ) ; keyList . clear ( ) ; } |
8,946 | create an empty project if this project does not exist . concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concode_elem_sep boolean get... | boolean function ( IProject arg0 ) { if ( ! arg0 . exists ( ) ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; return true ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } } return false ; } |
8,947 | get the parent edge . concode_field_sep String m_label concode_elem_sep boolean m_visible concode_elem_sep boolean m_root concode_elem_sep Instances m_theData concode_elem_sep double m_center concode_elem_sep Vector m_children concode_elem_sep int m_shape concode_elem_sep Vector m_parent concode_elem_sep int m_backstyl... | Edge function ( int arg0 ) { if ( arg0 < m_parent . size ( ) ) { return ( Edge ) m_parent . elementAt ( arg0 ) ; } else { return null ; } } |
8,948 | returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine | ITimedStatemachine function ( ) { return statemachine ; } |
8,949 | set a fresh script string , overriding the previous script . concode_field_sep boolean modified concode_elem_sep String className concode_elem_sep String script concode_field_sep String getScriptAsString concode_elem_sep boolean isModified concode_elem_sep String suggestedClassName concode_elem_sep String toString | void function ( String arg0 ) { Assert . hasText ( arg0 , "srini_string" ) ; this . modified = ! arg0 . equals ( this . script ) ; this . script = arg0 ; } |
8,950 | convenience method to get the default information slide concode_field_sep MessageLog messageLog concode_elem_sep String password concode_elem_sep boolean autoPlay concode_elem_sep String prefix concode_elem_sep Participant moderator concode_elem_sep String name concode_elem_sep List participants concode_field_sep void ... | Slide function ( boolean arg0 ) { return Slide . getInfoSlide ( arg0 ) ; } |
8,951 | the instance type that you want to preconfigure for your domain . for example , search.m1.small . constraints : allowed values : search.m1.small , search.m1.large , search.m2.xlarge , search.m2 .2 xlarge , search.m3.medium , search.m3.large , search.m3.xlarge , search.m3 .2 xlarge concode_field_sep Integer desiredParti... | String function ( ) { return desiredInstanceType ; } |
8,952 | returns true when this state is and progress state . a state is an progress state whenit has a label that starts with `` progress '' . concode_field_sep String LABEL_ACCEPT concode_elem_sep String LABEL_END concode_elem_sep Automaton automaton concode_elem_sep List<Transition> in concode_elem_sep int stateId concode_el... | boolean function ( ) { return hasLabelPrefix ( LABEL_PROGRESS ) ; } |
8,953 | get the figure to which this site is attached . usually , this will return a valid figure , but clients must be aware that certain types of site may return null . concode_field_sep Site _site concode_field_sep double getNormal concode_elem_sep Point2D getPoint concode_elem_sep Point2D getPoint concode_elem_sep Point2D ... | Figure function ( ) { return _site . getFigure ( ) ; } |
8,954 | sets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep ManagedObjectReference getReturnval | void function ( ManagedObjectReference arg0 ) { this . returnval = arg0 ; } |
8,955 | copy the given text to the clipboard . concode_field_sep Pattern REMOVE_LINEBREAKS concode_elem_sep DecimalFormat VIEWERCOUNT_FORMAT concode_elem_sep Replacer HTMLSPECIALCHARS concode_elem_sep Pattern WHITESPACE concode_field_sep void unhandledException concode_elem_sep String makeDisconnectReason concode_elem_sep Stri... | void function ( String arg0 ) { Clipboard loc0 = Toolkit . getDefaultToolkit ( ) . getSystemClipboard ( ) ; loc0 . setContents ( new StringSelection ( arg0 ) , null ) ; } |
8,956 | gets all the chunks in this element . concode_field_sep Float right concode_elem_sep float yLine concode_elem_sep PdfName role concode_elem_sep Float top concode_elem_sep float paddingBottom concode_elem_sep Float percentageHeight concode_elem_sep float paddingLeft concode_elem_sep Float percentageWidth concode_elem_se... | List < Chunk > function ( ) { return new ArrayList < Chunk > ( ) ; } |
8,957 | queries whether i have been cancelled , by cancellation of my progress monitor . 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 void catchException concode_elem_sep IClipboardSupport getClipb... | boolean function ( ) { return getProgressMonitor ( ) . isCanceled ( ) ; } |
8,958 | return the value of the leaficon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_... | String function ( ) { return leafIcon ; } |
8,959 | add an itemset to this sequential pattern concode_field_sep List<Itemset> itemsets concode_elem_sep int id concode_elem_sep Set<Integer> sequencesID concode_field_sep Set<Integer> getSequencesID concode_elem_sep int getItemOccurencesTotalCount concode_elem_sep int getId concode_elem_sep List<Itemset> getItemsets concod... | void function ( Itemset arg0 ) { itemsets . add ( arg0 ) ; } |
8,960 | a value is the optional value of the tag . the string value can be from 1 to 256 unicode characters in length and can not be prefixed with `` aws : '' or `` rds : '' . the string can only contain only the set of unicode letters , digits , white-space , '_' , ' . ' , ' / ' , ' = ' , ' + ' , ' - ' java regex : '' ^ \ \ p... | Tag function ( String arg0 ) { this . value = arg0 ; return this ; } |
8,961 | read and return the next short . concode_field_sep String charsetName concode_elem_sep java.util.Locale usLocale concode_elem_sep Pattern EMPTY_PATTERN concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep int position concode_elem_sep Pattern EVERYTHING_PATTERN concode_field_sep... | short function ( ) { short loc0 = scanner . nextShort ( ) ; savePosition ( ) ; return loc0 ; } |
8,962 | increments by one the value currently associated with key , and returns the old value . concode_field_sep Map<K,Long> asMap concode_elem_sep ConcurrentHashMap<K,AtomicLong> map concode_field_sep long incrementAndGet concode_elem_sep Map<K,Long> createAsMap concode_elem_sep Map<K,Long> asMap concode_elem_sep boolean con... | long function ( K arg0 ) { return getAndAdd ( arg0 , 1 ) ; } |
8,963 | gets this animation 's current image . returns null if this animation has no images . concode_field_sep long totalDuration concode_elem_sep Image image concode_elem_sep ArrayList frames concode_elem_sep int currFrameIndex concode_elem_sep long animTime concode_elem_sep long endTime concode_field_sep AnimFrame getFrame ... | Image function ( ) { if ( frames . size ( ) == 0 ) { return null ; } else { return getFrame ( currFrameIndex ) . image ; } } |
8,964 | get the number of read operations since this store was opened . for file based stores , this is the number of file read operations . concode_field_sep FreeSpaceBitSet freeSpace concode_elem_sep String fileName concode_elem_sep FileLock fileLock concode_elem_sep long writeBytes concode_elem_sep FileChannel file concode_... | long function ( ) { return readCount ; } |
8,965 | returns the characters from a readable & closeable objectsupplied by a factory as a new stringbuilder instance . concode_field_sep int BUF_SIZE concode_field_sep void skipFully concode_elem_sep OutputSupplier<OutputStreamWriter> newWriterSupplier concode_elem_sep List<String> readLines concode_elem_sep List<String> rea... | StringBuilder function ( InputSupplier < R > arg0 ) { boolean loc0 = true ; R loc1 = arg0 . getInput ( ) ; try { StringBuilder loc2 = toStringBuilder ( loc1 ) ; loc0 = false ; return loc2 ; } finally { Closeables . close ( loc1 , loc0 ) ; } } |
8,966 | bean property string name concode_field_sep String pName concode_elem_sep String pValue concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep void setValue | String function ( ) { return pName ; } |
8,967 | set the number of retries to use serverside when trying to communicate with another server over hconnection . used updating catalog tables , etc. . call this method before we create any connections . concode_field_sep String RETRIES_BY_SERVER_KEY concode_elem_sep int MAX_CACHED_CONNECTION_INSTANCES concode_field_sep HC... | void function ( final Configuration arg0 , final String arg1 , final Log arg2 ) { ConnectionUtils . setServerSideHConnectionRetriesConfig ( arg0 , arg1 , arg2 ) ; } |
8,968 | builds an intent that creates a shortcut to launch the provided interpreter . concode_field_sep int EXECUTE_SCRIPT_REQUEST_CODE concode_field_sep Intent buildTriggerServiceIntent concode_elem_sep Intent buildStartInTerminalIntent concode_elem_sep PendingIntent buildTriggerServicePendingIntent concode_elem_sep Intent bu... | Intent function ( Interpreter arg0 , Parcelable arg1 ) { Intent loc0 = new Intent ( ) ; loc0 . putExtra ( Intent . EXTRA_SHORTCUT_INTENT , buildStartInterpreterIntent ( arg0 . getName ( ) ) ) ; loc0 . putExtra ( Intent . EXTRA_SHORTCUT_NAME , arg0 . getNiceName ( ) ) ; loc0 . putExtra ( Intent . EXTRA_SHORTCUT_ICON_RES... |
8,969 | returns the changed flag for this observable . concode_field_sep boolean changed concode_elem_sep List<Observer> observers concode_field_sep void deleteObservers concode_elem_sep void addObserver concode_elem_sep void clearChanged concode_elem_sep int countObservers concode_elem_sep void deleteObserver concode_elem_sep... | boolean function ( ) { return changed ; } |
8,970 | sets the acknowledgement timeout concode_field_sep TimeValue ackTimeout concode_elem_sep TimeValue masterNodeTimeout concode_field_sep TimeValue ackTimeout concode_elem_sep T ackTimeout concode_elem_sep TimeValue masterNodeTimeout concode_elem_sep T masterNodeTimeout | T function ( TimeValue arg0 ) { this . ackTimeout = arg0 ; return ( T ) this ; } |
8,971 | adds a listener to the list that is notified each time a change to the data model occurs . concode_field_sep Fpu fpu concode_elem_sep JasDocument doc concode_elem_sep List<TableModelListener> listener concode_field_sep void removeTableModelListener concode_elem_sep int getRowCount concode_elem_sep boolean isCellEditabl... | void function ( TableModelListener arg0 ) { listener . add ( arg0 ) ; } |
8,972 | returns classpath elements exported by the extension . concode_field_sep ExtensionDescriptorBuilder builder concode_elem_sep ClassRealm realm concode_elem_sep Set<String> packages concode_elem_sep Set<String> artifacts concode_field_sep ClassRealm getClassRealm concode_elem_sep CoreExtensionEntry discoverFrom concode_e... | Set < String > function ( ) { return packages ; } |
8,973 | returns the total of all counts . concode_field_sep String label concode_elem_sep Map<String,Integer> map concode_field_sep void processElements concode_elem_sep void incrementTermCount concode_elem_sep String getLabel concode_elem_sep Integer get concode_elem_sep void main concode_elem_sep Set<String> keySet concode_e... | int function ( ) { int loc0 = 0 ; for ( String loc1 : map . keySet ( ) ) { loc0 += map . get ( loc1 ) ; } return loc0 ; } |
8,974 | get the format string that matches the given format index concode_field_sep Vector<String> _formats concode_elem_sep boolean _movedBuiltins concode_elem_sep String[] _builtinFormats concode_elem_sep InternalWorkbook _workbook concode_field_sep List<String> getBuiltinFormats concode_elem_sep short getFormat concode_elem... | String function ( short arg0 ) { return ExcelBuiltinFormats . getBuiltinFormat ( arg0 ) ; } |
8,975 | gets the value of the billtoname property . concode_field_sep String billToEmail concode_elem_sep String billToPostalCode concode_elem_sep String billToRegion concode_elem_sep long serialVersionUID concode_elem_sep String billToName concode_elem_sep String billToAddressLine1 concode_elem_sep String billToAddressLine2 c... | String function ( ) { return billToName ; } |
8,976 | deletes a given user store concode_field_sep Log log concode_elem_sep UserStoreConfigAdminServiceStub stub concode_field_sep void updateUserStoreWithDomainName concode_elem_sep void updateUserStore concode_elem_sep void handleException concode_elem_sep String[] getAvailableUserStoreClasses concode_elem_sep void changeU... | void function ( String arg0 ) { stub . deleteUserStore ( arg0 ) ; } |
8,977 | disable brief fade in of images loaded from the disk cache or network . concode_field_sep boolean deferred concode_elem_sep boolean skipMemoryCache concode_elem_sep Request.Builder data concode_elem_sep Drawable placeholderDrawable concode_elem_sep int placeholderResId concode_elem_sep int errorResId concode_elem_sep D... | RequestCreator function ( ) { noFade = true ; return this ; } |
8,978 | gets the number of csrc contributing source identifiers included in the packet header . concode_field_sep ChannelBuffer buffer concode_elem_sep int LENGTH concode_field_sep byte getVersion concode_elem_sep byte getPayloadType concode_elem_sep void setSequence concode_elem_sep void setPadding concode_elem_sep boolean ge... | byte function ( ) { return ( byte ) ( buffer . getByte ( 0 ) & ( 0x0f ) ) ; } |
8,979 | resets the sum associated with the given key to zero if the key exists in the table . this method does not add or remove the key from the table see #remove . concode_field_sep CreateAdder createAdder concode_elem_sep ConcurrentHashMapV8<K,LongAdder> map concode_elem_sep long serialVersionUID concode_field_sep void add ... | void function ( K arg0 ) { LongAdder loc0 = map . get ( arg0 ) ; if ( loc0 != null ) loc0 . reset ( ) ; } |
8,980 | gets the offcampusindicator attribute . concode_field_sep String defaultAddressStateCode concode_elem_sep String adminContactAddressStateCode concode_elem_sep String accountName concode_elem_sep String defaultAddressZipCode concode_elem_sep long serialVersionUID concode_elem_sep String purposeText concode_elem_sep Stri... | boolean function ( ) { return offCampusIndicator ; } |
8,981 | prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print... | void function ( String arg0 , Throwable arg1 ) { wtf ( arg0 , null , arg1 ) ; } |
8,982 | read the naming context from the given cdr input stream . concode_field_sep NamingContext value concode_field_sep TypeCode _type concode_elem_sep void _write | void function ( InputStream arg0 ) { value = NamingContextHelper . read ( arg0 ) ; } |
8,983 | sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad... | void function ( int arg0 ) { this . sampleHasRedundancy = arg0 ; } |
8,984 | reports metrics values to all sinks . concode_field_sep TimeUnit MINIMAL_POLL_UNIT concode_elem_sep MetricsConfig mMetricsConfig concode_elem_sep List<Source> mSources concode_elem_sep Configuration mConfiguration concode_elem_sep int MINIMAL_POLL_PERIOD concode_elem_sep MetricsServlet mMetricsServlet concode_elem_sep ... | void function ( ) { for ( Sink loc0 : mSinks ) { loc0 . report ( ) ; } } |
8,985 | returns the portlet category names of this gadget . concode_field_sep Gadget _gadget concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_ele... | java . lang . String function ( ) { return _gadget . getPortletCategoryNames ( ) ; } |
8,986 | gets the value of the aqaa property . concode_field_sep MultilingualDiplomaSupplementType multilingualDiplomaSupplement concode_elem_sep eu.stork.peps.complex.attributes.crue.academic.xsd.language.diplomasupplement.DiplomaSupplementType diplomaSupplement concode_elem_sep GeneralDiplomaType generalDiploma concode_elem_s... | int function ( ) { return aqaa ; } |
8,987 | sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgress... | void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; } |
8,988 | the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e... | void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; } |
8,989 | gets the value of the id property . concode_field_sep ResponseTimeRequestClass responseTimeRequestClass concode_elem_sep String capacityName concode_elem_sep MaxThreadsConstraint maxThreadsConstraint concode_elem_sep Capacity capacity concode_elem_sep FairShareRequestClass fairShareRequestClass concode_elem_sep Boolean... | String function ( ) { return id ; } |
8,990 | set the feature type concode_field_sep HashMap<String,Qualifier> Qualifiers concode_elem_sep String source concode_elem_sep Comparator<FeatureInterface<?,?>> LENGTH concode_elem_sep FeatureInterface<S,C> parentFeature concode_elem_sep String type concode_elem_sep Comparator<FeatureInterface<?,?>> LOCATION_LENGTH concod... | void function ( String arg0 ) { this . type = arg0 ; } |
8,991 | gets the value of the value property . concode_field_sep String lang concode_elem_sep URI value concode_field_sep String getLang concode_elem_sep void setValue | URI function ( ) { return value ; } |
8,992 | transaction rollback callback . concode_field_sep int txRollbacks concode_elem_sep int txCommits concode_elem_sep long commitTime concode_elem_sep long serialVersionUID concode_elem_sep long rollbackTime concode_field_sep int txRollbacks concode_elem_sep void writeExternal concode_elem_sep long commitTime concode_elem_... | void function ( ) { rollbackTime = U . currentTimeMillis ( ) ; txRollbacks ++ ; } |
8,993 | gets the value of the spec property . concode_field_sep ManagedObjectReference host concode_elem_sep ManagedObjectReference _this concode_elem_sep FaultToleranceConfigSpec spec concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setHost concode_elem_sep void setSpec conc... | FaultToleranceConfigSpec function ( ) { return spec ; } |
8,994 | get the non read only results from the query , causing the query to be run . concode_field_sep Class<?> targetClass concode_elem_sep List<PropertyCriteria> criteria concode_field_sep Property<V> getSingleResult concode_elem_sep Property<V> getFirstWritableResult concode_elem_sep Property<V> getWritableSingleResult conc... | Map < String , Property < V >> function ( ) { return getResultList ( true ) ; } |
8,995 | get the message limit concode_field_sep boolean warningsAsErrors concode_elem_sep int warnings concode_elem_sep int limit concode_elem_sep PrintWriter writer concode_elem_sep int errors concode_field_sep void setWarningsAsErrors concode_elem_sep boolean hasErrors concode_elem_sep boolean isWarningsAsErrors concode_elem... | int function ( ) { return limit ; } |
8,996 | gets the property value . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String value concode_field_sep String getJavaInitializationString concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor concode_elem_sep void setValue concode_elem_sep void paintVa... | Object function ( ) { return value ; } |
8,997 | returns the default conversion for the given java type . concode_field_sep HashMap _jdbcLengths concode_elem_sep String JDBC_DEFAULT_CONVERSION concode_elem_sep HashMap _jdbcConversions concode_elem_sep String JDBC_DEFAULT_TYPE_FOR_ARRAY concode_elem_sep HashMap _jdbcPrecisions concode_elem_sep HashMap _jdbcScales conc... | String function ( String arg0 ) { return _jdbcConversions . containsKey ( arg0 ) ? ( String ) _jdbcConversions . get ( arg0 ) : null ; } |
8,998 | should be called when the object at top changes values . still log n worst case , but it 's at least twice as fast to pq.top . change ; pq.adjusttop ; instead of o = pq.pop ; o.change ; pq.push o ; concode_field_sep int size concode_elem_sep int maxSize concode_elem_sep T[] heap concode_field_sep T pop concode_elem_sep... | void function ( ) { downHeap ( ) ; } |
8,999 | get repeatnoise1 value concode_field_sep double sigma concode_elem_sep double max concode_elem_sep double meanMin concode_elem_sep double sigmaMin concode_elem_sep double p2pNoise1 concode_elem_sep double p2pNoise2 concode_elem_sep double repeatNoise2 concode_elem_sep double repeatNoise1 concode_elem_sep double minMean... | double function ( ) { return repeatNoise1 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.