idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
5,900 | returns total size of inline < script > tags concode_field_sep int filesize concode_elem_sep int inlineScriptSize concode_elem_sep int emptyChars concode_elem_sep int inlineStyleSize concode_elem_sep int inlineEventSize concode_field_sep void setEmptyChars concode_elem_sep int getFilesize concode_elem_sep void setInlin... | int function ( ) { return inlineScriptSize ; } |
5,901 | crud read method concode_field_sep HelperLog helperLog concode_elem_sep AuditTraceDAO auditTraceDao concode_elem_sep ArrayList<String> params concode_elem_sep LongDAO longDAO concode_field_sep void setAuditTraceDao concode_elem_sep AuditTrace getAuditTraceByDateTime concode_elem_sep DetachedCriteria initAuditCriteria c... | List < AuditTrace > function ( int arg0 ) { return this . auditTraceDao . read ( arg0 ) ; } |
5,902 | gets the value of the type property . concode_field_sep String beanFactory concode_elem_sep Relationship relationshipType concode_elem_sep Class classB concode_elem_sep String dateFormat concode_elem_sep Class classA concode_elem_sep Type type concode_elem_sep Boolean wildcard concode_elem_sep List<Object> fieldOrField... | Type function ( ) { return type ; } |
5,903 | return the value created by the construct method . returns null if either the constructing thread or the current thread was interrupted before a value was produced . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_s... | Object function ( ) { while ( true ) { Thread loc0 = threadVar . get ( ) ; if ( loc0 == null ) { return getValue ( ) ; } try { loc0 . join ( ) ; } catch ( InterruptedException loc1 ) { Thread . currentThread ( ) . interrupt ( ) ; return null ; } } } |
5,904 | enters a new lexical state concode_field_sep int ZZ_NO_MATCH concode_elem_sep CharSequence zzBuffer concode_elem_sep String ZZ_ATTRIBUTE_PACKED_0 concode_elem_sep String ZZ_TRANS_PACKED_0 concode_elem_sep int ZZ_UNKNOWN_ERROR concode_elem_sep int ZZ_PUSHBACK_2BIG concode_elem_sep String ZZ_ROWMAP_PACKED_0 concode_elem_... | void function ( int arg0 ) { zzLexicalState = arg0 ; } |
5,905 | function for call in action up . concode_field_sep boolean active concode_elem_sep boolean only concode_elem_sep short[] triggerUpperLeftCorner concode_elem_sep boolean pressed concode_elem_sep short[] triggerLowerRightCorner concode_elem_sep Texture2DButtonAlpha texture concode_elem_sep boolean focus concode_elem_sep ... | void function ( ) { if ( focus ) { pressed = false ; focus = false ; if ( Logs . Logs ) Log . d ( Logs . tagInput , "srini_string" ) ; } pressPointer = - 1 ; active = false ; } |
5,906 | move to the next byte with an index in the byte array divisable by four . concode_field_sep int streamPosition concode_elem_sep byte[] bytes concode_elem_sep int bytesLength concode_field_sep boolean isBundle concode_elem_sep int lengthOfCurrentString concode_elem_sep OSCMessage convertMessage concode_elem_sep String r... | void function ( ) { int loc0 = streamPosition % 4 ; streamPosition += ( 4 - loc0 ) ; } |
5,907 | multiply this vector by a scalar concode_field_sep double[] array concode_elem_sep long serialVersionUID concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep void add concode_elem_sep void add concode_elem_sep PVector add concode_elem_sep PVector add concode_elem_sep void sub ... | void function ( double arg0 ) { x *= arg0 ; y *= arg0 ; z *= arg0 ; } |
5,908 | returns the set of certificates . concode_field_sep String AUTHENTICATED_AUXILIARY_DATA concode_elem_sep byte[] certificateDescription concode_elem_sep AuthDataMap authMap concode_elem_sep String TRANSACTION_INFO concode_elem_sep String CERTIFICATE concode_elem_sep byte[] optionalCHAT concode_elem_sep String transactio... | ArrayList < CardVerifiableCertificate > function ( ) { return certificates ; } |
5,909 | obtain the subject used to create this caller . concode_field_sep String UNDEFINED concode_elem_sep Subject subject concode_elem_sep String realm concode_elem_sep Set<String> roles concode_elem_sep String name concode_elem_sep Set<String> groups concode_field_sep Set<String> getAssociatedRoles concode_elem_sep void che... | Subject function ( ) { checkPermission ( ControllerPermission . GET_CALLER_SUBJECT ) ; return subject ; } |
5,910 | the tag filter value . concode_field_sep String type concode_elem_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep EC2TagFilter withValue concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem... | String function ( ) { return this . value ; } |
5,911 | this is a setter . concode_field_sep String recurId concode_elem_sep String hideStyle concode_elem_sep String availableStatus concode_elem_sep String creator concode_elem_sep Calendar cal concode_elem_sep List<SignupAttachment> attendeeAttachments concode_elem_sep boolean toDownload concode_elem_sep boolean showMyAppoi... | void function ( boolean arg0 ) { this . selected = arg0 ; } |
5,912 | sets the delegate . concode_field_sep ItemWriter<Object> delegate concode_elem_sep int maxBufferSize concode_elem_sep Log log concode_field_sep void setMaxBufferSize concode_elem_sep int getMaxBufferSize concode_elem_sep ItemWriter<Object> getDelegate concode_elem_sep void write | void function ( ItemWriter < Object > arg0 ) { this . delegate = arg0 ; } |
5,913 | updates or creates the given user concode_field_sep Random ran concode_elem_sep Map<String,User> users concode_field_sep Collection<User> listUsers concode_elem_sep User getUser | void function ( User arg0 ) { users . put ( "srini_string" + arg0 . getId ( ) , arg0 ) ; } |
5,914 | creates a new firmwarestatusinfo having firmwarestatus #update_available as firmware status . concode_field_sep FirmwareUID updatableFirmwareUID concode_elem_sep FirmwareStatus firmwareStatus concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep FirmwareStatusInfo createUnknownInfo concode_ele... | FirmwareStatusInfo function ( ) { return new FirmwareStatusInfo ( FirmwareStatus . UPDATE_AVAILABLE , null ) ; } |
5,915 | the amazon resource name arn of the failed resource . concode_field_sep String reason concode_elem_sep String arn concode_field_sep Failure withArn concode_elem_sep String getReason concode_elem_sep int hashCode concode_elem_sep void setReason concode_elem_sep boolean equals concode_elem_sep Failure clone concode_elem_... | void function ( String arg0 ) { this . arn = arg0 ; } |
5,916 | url decode the string concode_field_sep String destinationQueryString concode_elem_sep String destination concode_field_sep RedirectBindingUtilDestHolder setDestinationQueryString concode_elem_sep byte[] urlBase64Decode concode_elem_sep InputStream urlBase64DeflateDecode concode_elem_sep String getDestinationURL concod... | String function ( String arg0 ) { return URLDecoder . decode ( arg0 , "srini_string" ) ; } |
5,917 | changes the height of the gradient by a percentage . the gradient is normally the height of most glyphs in the font . concode_field_sep Color topColor concode_elem_sep int offset concode_elem_sep Color bottomColor concode_elem_sep float scale concode_elem_sep boolean cyclic concode_field_sep void setTopColor concode_el... | void function ( float arg0 ) { this . scale = arg0 ; } |
5,918 | sets when to flush a new bulk request based on the size of actions currently added . defaults to 5mb . can be set to -1 to disable it . concode_field_sep BulkRequestHandler bulkRequestHandler concode_elem_sep int concurrentRequests concode_elem_sep AtomicLong executionIdGen concode_elem_sep Listener listener concode_el... | Builder function ( ByteSizeValue arg0 ) { this . bulkSize = arg0 ; return this ; } |
5,919 | prepares the matrix that transforms values to pixels . calculates the scale factors from the charts size and offsets . concode_field_sep Matrix mMatrixValueToPx concode_elem_sep Matrix mMatrixOffset concode_elem_sep ViewPortHandler mViewPortHandler concode_field_sep void rectValueToPixelHorizontal concode_elem_sep void... | void function ( float arg0 , float arg1 , float arg2 , float arg3 ) { float loc0 = ( float ) ( ( mViewPortHandler . contentWidth ( ) ) / arg1 ) ; float loc1 = ( float ) ( ( mViewPortHandler . contentHeight ( ) ) / arg2 ) ; mMatrixValueToPx . reset ( ) ; mMatrixValueToPx . postTranslate ( - arg0 , - arg3 ) ; mMatrixValu... |
5,920 | factory method concode_field_sep double value concode_elem_sep DoubleValue first concode_elem_sep DoubleValue second concode_field_sep double getValue concode_elem_sep boolean isCumulative concode_elem_sep void reset concode_elem_sep String toString concode_elem_sep void initialize concode_elem_sep void execute | ValueSum function ( DoubleValue arg0 , DoubleValue arg1 ) { return new ValueSum ( arg0 , arg1 ) ; } |
5,921 | by default , transient and derived references are never copied , and containment references always are copied . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep... | boolean function ( EObject arg0 , EReference arg1 , Object arg2 ) { if ( ( arg1 . isTransient ( ) ) || ( arg1 . isDerived ( ) ) ) { return false ; } else { return arg1 . isContainment ( ) ; } } |
5,922 | a method to update the picture frame image with the image in the picture concode_field_sep ImageIcon imageIcon concode_elem_sep JLabel label concode_elem_sep JFrame frame concode_elem_sep DigitalPicture picture concode_field_sep void setVisible concode_elem_sep void setPicture concode_elem_sep void hide concode_elem_se... | void function ( ) { if ( picture != null ) { imageIcon . setImage ( picture . getImage ( ) ) ; frame . setTitle ( picture . getTitle ( ) ) ; } } |
5,923 | gets the value of the mappingrule property . concode_field_sep MappingRuleType coverageMappingRule concode_elem_sep StringOrRefType mappingRule concode_elem_sep GridFunctionType gridFunction concode_field_sep void setMappingRule concode_elem_sep void setGridFunction concode_elem_sep void setCoverageMappingRule concode_... | StringOrRefType function ( ) { return mappingRule ; } |
5,924 | returns an empty reader . this is done so that the parser does n't attempt to read a dtd . we do n't need that support for the merge and it can cause problems on systems that are n't internet connected . concode_field_sep PlaceHolder placeHolder concode_field_sep String prettyPrint concode_elem_sep String getMergedSour... | InputSource function ( String arg0 , String arg1 ) { StringReader loc0 = new StringReader ( "srini_string" ) ; return new InputSource ( loc0 ) ; } |
5,925 | adds the new settings name if it does not nexist , or overwrites the old one . concode_field_sep String homedir concode_elem_sep String fileName concode_elem_sep String emptySettingName concode_elem_sep String[][] sJDBCTypes concode_elem_sep String[][] connTypes concode_elem_sep File recentSettings concode_field_sep vo... | void function ( Hashtable arg0 , ConnectionSetting arg1 ) { arg0 . put ( arg1 . getName ( ) , arg1 ) ; ConnectionDialogCommon . storeRecentConnectionSettings ( arg0 ) ; } |
5,926 | gets the delay between retry failed task . concode_field_sep String jobName concode_elem_sep HashMap<String,DistributedCacheEntry> cacheFile concode_elem_sep JobID jobId concode_elem_sep List<GenericDataSinkBase<?>> sinks concode_elem_sep ExecutionConfig executionConfig concode_elem_sep int DEFAULT_PARALELLISM concode_... | long function ( ) { return getExecutionConfig ( ) . getExecutionRetryDelay ( ) ; } |
5,927 | implements org.apache.batik.i18n.extendedlocalizable #getlocalegroup . concode_field_sep List resourceBundles concode_elem_sep ClassLoader classLoader concode_elem_sep Class lastResourceClass concode_elem_sep Locale usedLocale concode_elem_sep String bundleName concode_elem_sep Class cls concode_elem_sep Locale locale ... | LocaleGroup function ( ) { return localeGroup ; } |
5,928 | tells whether a particular value needs to be looked up in the stash the stash contains fields eventually extracted from previous responses that can be reused as arguments for following requests e.g. scroll_id concode_field_sep Map<String,Object> stash concode_elem_sep ESLogger logger concode_field_sep Object unstashVal... | boolean function ( Object arg0 ) { if ( arg0 == null ) { return false ; } String loc0 = arg0 . toString ( ) ; return Strings . hasLength ( loc0 ) && loc0 . startsWith ( "srini_string" ) ; } |
5,929 | clone array of objects from source object concode_field_sep byte[] bin concode_elem_sep Class<T> clazz concode_elem_sep Kryo kryo concode_field_sep KryoCloneUtils<SRC> createCloneUtils concode_elem_sep KryoCloneUtils<SRC> createCloneUtils concode_elem_sep T getClone concode_elem_sep SRC cloneObject concode_elem_sep SRC... | T [ ] function ( int arg0 ) { T [ ] loc0 = ( T [ ] ) Array . newInstance ( clazz , arg0 ) ; try ( Input loc1 = new Input ( bin ) ) { for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 . rewind ( ) ; loc0 [ loc2 ] = kryo . readObject ( loc1 , clazz ) ; } } return loc0 ; } |
5,930 | returns the amount that the aboslute value of how much the scroll is out of bounds . 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_se... | float function ( float arg0 ) { if ( arg0 < mLayoutAlgorithm . mMinScrollP ) { return Math . abs ( arg0 - mLayoutAlgorithm . mMinScrollP ) ; } else if ( arg0 > mLayoutAlgorithm . mMaxScrollP ) { return Math . abs ( arg0 - mLayoutAlgorithm . mMaxScrollP ) ; } return 0f ; } |
5,931 | implemented from the serializable interface . for automatic initializing after deserialization . concode_field_sep Hashtable servers concode_elem_sep ResourceLock poas_lock concode_elem_sep ResourceLock servers_lock concode_elem_sep Hashtable poas concode_elem_sep Hashtable hosts concode_elem_sep ResourceLock hosts_loc... | void function ( java . io . ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; initTransient ( ) ; } |
5,932 | creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI... | void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; } |
5,933 | sets the create date of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode_elem_sep EmailAddress get... | void function ( java . util . Date arg0 ) { _emailAddress . setCreateDate ( arg0 ) ; } |
5,934 | getter method . provides the messagelog 's string representation to external objects . concode_field_sep GraphPair p concode_elem_sep Template t concode_elem_sep MessageLogController ml_controller concode_elem_sep Interpolator interpolator concode_elem_sep HeaderData hd concode_elem_sep MessageLog ml concode_field_sep ... | void function ( ) { this . ml_controller . append ( ml ) ; } |
5,935 | get feedbackreceiver object concode_field_sep String sasToken concode_elem_sep String hostName concode_elem_sep ExecutorService executor concode_elem_sep AmqpSend amqpMessageSender concode_elem_sep IotHubConnectionString iotHubConnectionString concode_elem_sep String userName concode_elem_sep IotHubServiceClientProtoco... | FeedbackReceiver function ( String arg0 ) { FeedbackReceiver loc0 = new FeedbackReceiver ( hostName , userName , sasToken , iotHubServiceClientProtocol , arg0 ) ; return loc0 ; } |
5,936 | creates and returns a new array with the values of the original from index a to index b and of size b-a . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] padArrayEnd concode_elem_sep byte[][] split concode_elem_sep byte[] trim concode_elem_sep short bytesToShort concode_elem_sep int bytesToInt concod... | byte [ ] function ( byte [ ] arg0 , int arg1 , int arg2 ) { if ( arg2 - arg1 > arg0 . length ) return arg0 ; byte [ ] loc0 = new byte [ ( arg2 - arg1 ) + 1 ] ; for ( int loc1 = arg1 ; loc1 <= arg2 ; loc1 ++ ) { loc0 [ loc1 - arg1 ] = arg0 [ loc1 ] ; } return loc0 ; } |
5,937 | checks if the given interval is a subset of this interval . concode_field_sep double lowValue concode_elem_sep double highValue concode_elem_sep Logger logger concode_field_sep double getSize concode_elem_sep void setInterval concode_elem_sep double getLow concode_elem_sep Vector<Interval> subtract concode_elem_sep Vec... | boolean function ( Interval arg0 ) { return getLow ( ) <= arg0 . getLow ( ) && getHigh ( ) >= arg0 . getHigh ( ) ; } |
5,938 | returns the point that is at the specified length along the path . concode_field_sep float startOffset concode_elem_sep PathLength pathLength concode_field_sep float angleAtLength concode_elem_sep void setStartOffset concode_elem_sep float getStartOffset concode_elem_sep float lengthOfPath | Point2D function ( float arg0 ) { return pathLength . pointAtLength ( arg0 ) ; } |
5,939 | like dataoutputstream.writefloat . concode_field_sep DataOutputStream d concode_elem_sep byte w[] concode_field_sep void writeInt concode_elem_sep void writeByte concode_elem_sep void writeChar concode_elem_sep void writeLong concode_elem_sep void writeBytes concode_elem_sep void flush concode_elem_sep int size concode... | void function ( float arg0 ) { writeInt ( Float . floatToIntBits ( arg0 ) ) ; } |
5,940 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep VaultAccessPolicy policy concode_field_sep GetVaultAccessPolicyResult withPolicy concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetVaultAccessPolicyResult clone concode_elem_sep VaultAcc... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getPolicy ( ) != null ) loc0 . append ( "srini_string" + getPolicy ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
5,941 | calculate the hashcode of an itemset . concode_field_sep List<Itemset>[] table concode_field_sep boolean same concode_elem_sep void put | int function ( int [ ] arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 += ( arg0 [ loc1 ] + ( loc1 * 10 ) ) ; } if ( loc0 < 0 ) { loc0 = 0 - loc0 ; } return ( loc0 % arg0 . length ) ; } |
5,942 | set the resource adapter concode_field_sep Reference reference concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setReference concode_elem_sep int hashCode concode_elem_sep boolean ... | void function ( ResourceAdapter arg0 ) { this . ra = arg0 ; } |
5,943 | marks this position as deleted . concode_field_sep int offset concode_elem_sep boolean isDeleted concode_elem_sep int length concode_field_sep void setLength concode_elem_sep boolean isDeleted concode_elem_sep int hashCode concode_elem_sep void setOffset concode_elem_sep boolean equals concode_elem_sep int getOffset co... | void function ( ) { isDeleted = true ; } |
5,944 | bind the given object to the current jndi context , using the given name . concode_field_sep Properties environment concode_elem_sep Log logger concode_field_sep void releaseContext concode_elem_sep Object lookup concode_elem_sep T lookup concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep Contex... | void function ( final String arg0 , final Object arg1 ) { if ( logger . isDebugEnabled ( ) ) { logger . debug ( "srini_string" + arg0 + "srini_string" ) ; } execute ( new JndiCallback < Object > ( ) { @ Override public Object doInContext ( Context arg2 ) throws NamingException { arg2 . bind ( arg0 , arg1 ) ; return nul... |
5,945 | kills every managed tweens and timelines . concode_field_sep boolean isPaused concode_elem_sep ArrayList<BaseTween<?>> objects concode_field_sep TweenManager add concode_elem_sep void resume concode_elem_sep int getRunningTweensCount concode_elem_sep void killTarget concode_elem_sep void killTarget concode_elem_sep voi... | void function ( ) { for ( int loc0 = 0 , loc1 = objects . size ( ) ; loc0 < loc1 ; loc0 ++ ) { BaseTween < ? > loc2 = objects . get ( loc0 ) ; loc2 . kill ( ) ; } } |
5,946 | unlock the test suite so we can manipulate the set of tests concode_field_sep File inputDir concode_elem_sep File inProcessDir concode_elem_sep String batchFile concode_elem_sep File processingFile concode_elem_sep FileFilter testFileFilter concode_elem_sep File topDir concode_elem_sep FileLock lock concode_elem_sep in... | void function ( ) { lock . release ( ) ; lock = null ; } |
5,947 | sets the value of the id property . concode_field_sep long id concode_elem_sep String email concode_field_sep void setEmail concode_elem_sep String getEmail concode_elem_sep long getId concode_elem_sep String toString | void function ( long arg0 ) { this . id = arg0 ; } |
5,948 | start up the jade runtime . this method launches a jade front end container . since jade supports only one container in the split-container deployment , if a front end is already running this method does nothing . concode_field_sep String PJAVA concode_elem_sep String CONTAINER_NAME_KEY concode_elem_sep String PLATFORM... | void function ( Properties arg0 , Runnable arg1 ) { if ( myFrontEnd == null ) { terminator = arg1 ; terminated = false ; myFrontEnd = new FrontEndContainer ( arg0 ) ; if ( terminated ) { myFrontEnd = null ; } } } |
5,949 | sets the value of the comment property . concode_field_sep USAddress billTo concode_elem_sep String comment concode_elem_sep Items items concode_elem_sep XMLGregorianCalendar orderDate concode_elem_sep USAddress shipTo concode_field_sep Items getItems concode_elem_sep USAddress getShipTo concode_elem_sep USAddress getB... | void function ( String arg0 ) { this . comment = arg0 ; } |
5,950 | setter for invoiceid concode_field_sep PayerInfoType payerInfo concode_elem_sep String custom concode_elem_sep String invoiceID concode_elem_sep PaymentInfoType paymentInfo concode_field_sep void setCustom concode_elem_sep boolean isWhitespaceNode concode_elem_sep void setPaymentInfo concode_elem_sep PayerInfoType getP... | void function ( String arg0 ) { this . invoiceID = arg0 ; } |
5,951 | the method adds a cell to the array . concode_field_sep Random RN concode_elem_sep int position concode_elem_sep Item[] items concode_field_sep Item findById concode_elem_sep String generateId concode_elem_sep Item findByName concode_elem_sep void update concode_elem_sep Item[] findAll concode_elem_sep void delete | Item function ( Item arg0 ) { arg0 . setId ( this . generateId ( ) ) ; this . items [ position ++ ] = arg0 ; return arg0 ; } |
5,952 | returns a map like #newmap int that does not accept null keys concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectObjectHashMap<K,V> newMap concode_elem_sep ObjectObjectHashMap<K,V> newMap concode_elem_sep Iterable<T> intersection concode_elem_sep ObjectObjectHashMap<K,V> ensureNoNullKeys concode_elem_sep... | ObjectObjectHashMap < K , V > function ( int arg0 ) { return ensureNoNullKeys ( arg0 ) ; } |
5,953 | look up the description of a dp algorithm by its id concode_field_sep int SMARTER_SHORTEST_PATH concode_elem_sep String[] xmlNames concode_elem_sep SimModel model concode_elem_sep TLController tlc concode_elem_sep int SHORTEST_PATH concode_elem_sep int AGGRESSIVE concode_elem_sep int COLEARNING concode_elem_sep String[... | String function ( int arg0 ) { return ( String ) ( StringUtils . lookUpNumber ( dpDescs , arg0 ) ) ; } |
5,954 | returns the local part of this name . concode_field_sep String qualifier concode_elem_sep String localName concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String getQualifier | String function ( ) { return localName ; } |
5,955 | returns the adler32 checksum for all input received . concode_field_sep long adler concode_field_sep long updateByteImpl concode_elem_sep void reset concode_elem_sep void update concode_elem_sep void update concode_elem_sep void update concode_elem_sep long updateImpl | long function ( ) { return adler ; } |
5,956 | returns the representation wrapping the given stream . concode_field_sep String method concode_elem_sep String serverAddress concode_elem_sep String requestUri concode_elem_sep int serverPort concode_elem_sep String clientAddress concode_elem_sep java.security.Principal userPrincipal concode_elem_sep String version con... | Representation function ( InputStream arg0 ) { return new InputRepresentation ( arg0 , null ) ; } |
5,957 | returns a list of all owned product ids of a given type concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep ... | List < String > function ( String arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( Purchase loc1 : mPurchaseMap . values ( ) ) { if ( loc1 . getItemType ( ) . equals ( arg0 ) ) loc0 . add ( loc1 . getSku ( ) ) ; } return loc0 ; } |
5,958 | return the persistent instance of with the given identifier , or null ifthere is no such persistent instance . if the instance , or a proxy for the instance , is already associated with the session , return that instance or proxy . concode_field_sep Class<?> entityClass concode_elem_sep SessionFactory sessionFactory co... | E function ( Serializable arg0 ) { return ( E ) currentSession ( ) . get ( entityClass , requireNonNull ( arg0 ) ) ; } |
5,959 | get exception for execution . concode_field_sep Exception mException concode_elem_sep HttpURLConnection connection concode_elem_sep Headers mResponseHeaders concode_elem_sep InputStream mInputStream concode_field_sep URL getURL concode_elem_sep Headers responseHeaders concode_elem_sep void setResponseHeaders concode_el... | Exception function ( ) { return mException ; } |
5,960 | obtain a logger instance . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace c... | ALogger function ( String arg0 ) { return new ALogger ( play . api . Logger . apply ( arg0 ) ) ; } |
5,961 | publishes the task event to all subscribed event listeners . concode_field_sep Multimap<Class<? extends TaskEvent>,EventListener<TaskEvent>> listeners concode_field_sep void subscribe concode_elem_sep void unsubscribe | void function ( TaskEvent arg0 ) { synchronized ( listeners ) { for ( EventListener < TaskEvent > loc0 : listeners . get ( arg0 . getClass ( ) ) ) { loc0 . onEvent ( arg0 ) ; } } } |
5,962 | get a list of all images in the current image set concode_field_sep String[] EXTENSIONS concode_elem_sep HashMap<String,String> testImageNames concode_elem_sep HashMap<String,List<Pic>> imageCache concode_elem_sep String currentPath concode_elem_sep HashMap<String,List<String>> categoryCache concode_field_sep List<Pic>... | List < Pic > function ( ) { return imageCache . get ( currentPath ) ; } |
5,963 | verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 , arg2 ) ; } |
5,964 | gets the value of the daterangetype property . concode_field_sep ReportQueryAdUnitView adUnitView concode_elem_sep List<Long> customFieldIds concode_elem_sep List<DimensionFilter> dimensionFilters concode_elem_sep Date endDate concode_elem_sep List<Column> columns concode_elem_sep List<Long> contentMetadataKeyHierarchy... | DateRangeType function ( ) { return dateRangeType ; } |
5,965 | returns the request code used for this dialog . concode_field_sep Fragment fragment concode_elem_sep Activity activity concode_elem_sep String TAG concode_elem_sep int requestCode concode_elem_sep List<ModeHandler> modeHandlers concode_elem_sep Object BASE_AUTOMATIC_MODE concode_field_sep boolean canShowImpl concode_el... | int function ( ) { return requestCode ; } |
5,966 | return a string containing the value of the named initialization parameter , or null if the parameter does not exist . concode_field_sep FilterDef filterDef concode_elem_sep Context context concode_elem_sep ObjectName oname concode_elem_sep Properties restrictedFilters concode_elem_sep StringManager sm concode_elem_sep... | String function ( String arg0 ) { Map loc0 = filterDef . getParameterMap ( ) ; if ( loc0 == null ) return ( null ) ; else return ( ( String ) loc0 . get ( arg0 ) ) ; } |
5,967 | getter for property learned . concode_field_sep boolean learned concode_elem_sep FleaseMessage prepared concode_elem_sep FleaseMessage accepted concode_elem_sep long timeout concode_field_sep void setPrepared concode_elem_sep void setTimeout concode_elem_sep void setLearned concode_elem_sep FleaseMessage getAccepted co... | boolean function ( ) { return this . learned ; } |
5,968 | sets the value of the languagecode property . concode_field_sep String languageLocaleCode concode_elem_sep long serialVersionUID concode_elem_sep String languageCode concode_elem_sep String value concode_field_sep String getLanguageCode concode_elem_sep String getLanguageLocaleCode concode_elem_sep void setLanguageLoca... | void function ( String arg0 ) { this . languageCode = arg0 ; } |
5,969 | get the player 's food saturation level . concode_field_sep String __OBFID concode_elem_sep int foodLevel concode_elem_sep float foodSaturationLevel concode_elem_sep int foodTimer concode_elem_sep float foodExhaustionLevel concode_elem_sep int prevFoodLevel concode_field_sep void writeNBT concode_elem_sep void addStats... | float function ( ) { return this . foodSaturationLevel ; } |
5,970 | the logic of testing getandincrement concode_field_sep long[] mTestValues concode_field_sep void getAndDecrementTest concode_elem_sep void getAndIncrementTest concode_elem_sep void decrementAndGetTestLogic concode_elem_sep void constructorTest concode_elem_sep void incrementAndGetTestTest concode_elem_sep void incremen... | void function ( SimpleAtomicLong arg0 , long arg1 , long arg2 , long arg3 ) { long loc0 = arg0 . get ( ) ; long loc1 = arg0 . getAndIncrement ( ) ; long loc2 = arg0 . get ( ) ; assertEquals ( loc0 , loc1 ) ; assertEquals ( loc0 + 1 , loc2 ) ; compareResults ( loc0 , arg1 , loc1 , arg2 , loc2 , arg3 ) ; } |
5,971 | returns the first item . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep float[] items concode_field_sep void mul concode_elem_sep void insert concode_elem_sep float pop concode_elem_sep float random concode_elem_sep boolean removeAll concode_elem_sep float[] setSize concode_elem_sep void t... | float function ( ) { if ( size == 0 ) throw new IllegalStateException ( "srini_string" ) ; return items [ 0 ] ; } |
5,972 | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitType concode_elem_sep void enterOther_stat concode_elem_sep void exitNum_expr_op concode_elem_sep void enterNum_expr_other concode_elem_sep void enterNum_expr_minus concode_elem_sep void enterChar_expr concode... | void function ( CMM_BXJParser . Bool_array_exprContext arg0 ) { } |
5,973 | returns whether the receiver allows or denies incoming presence or not . concode_field_sep boolean allow concode_elem_sep boolean filterPresence_out concode_elem_sep PrivacyRule rule concode_elem_sep Type type concode_elem_sep String SUBSCRIPTION_NONE concode_elem_sep boolean filterPresence_in concode_elem_sep boolean ... | boolean function ( ) { return filterPresence_in ; } |
5,974 | returns optional details explaining the reasons . concode_field_sep Reason reason concode_elem_sep long unassignedTimeNanos concode_elem_sep long lastComputedLeftDelayNanos concode_elem_sep String INDEX_DELAYED_NODE_LEFT_TIMEOUT_SETTING concode_elem_sep TimeValue DEFAULT_DELAYED_NODE_LEFT_TIMEOUT concode_elem_sep long ... | String function ( ) { return this . message ; } |
5,975 | provides notification of the registration of a particular converterrule with a reloptplanner . the default implementation does nothing . concode_field_sep LoadingCache<Object,RelCompositeTrait> canonicalCompositeMap concode_elem_sep LoadingCache<T,T> canonicalMap concode_field_sep T canonize concode_elem_sep void dereg... | void function ( RelOptPlanner arg0 , ConverterRule arg1 ) { } |
5,976 | the id of the instance . concode_field_sep String instanceId concode_elem_sep String name concode_elem_sep java.util.Map<String,java.util.List<String>> parameters concode_field_sep void setName concode_elem_sep String getInstanceId concode_elem_sep String getName concode_elem_sep CreateAssociationBatchRequestEntry with... | void function ( String arg0 ) { this . instanceId = arg0 ; } |
5,977 | transforms a 4-bytes array into a 32-bit int concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] wordToBytes concode_elem_sep boolean compare concode_elem_sep int rotateRight concode_elem_sep int[] rotateRight concode_elem_sep byte[] rotateRight concode_elem_sep long uWord concode_elem_sep byte[] fourByt... | long function ( byte [ ] arg0 ) { return ( ( ( ( ( ( long ) uByte ( arg0 [ 0 ] ) << 8 ) + uByte ( arg0 [ 1 ] ) ) << 8 ) + uByte ( arg0 [ 2 ] ) ) << 8 ) + uByte ( arg0 [ 3 ] ) ; } |
5,978 | makes all beandeploymentarchiveimpl s in the given module accessible to all bdas in this module concode_field_sep Set<BeanDeploymentArchiveImpl> beanDeploymentArchives concode_elem_sep EEModuleDescriptor moduleDescriptor concode_field_sep Set<BeanDeploymentArchiveImpl> getBeanDeploymentArchives concode_elem_sep void ad... | void function ( BeanDeploymentModule arg0 ) { for ( BeanDeploymentArchiveImpl loc0 : beanDeploymentArchives ) { loc0 . addBeanDeploymentArchives ( arg0 . beanDeploymentArchives ) ; } } |
5,979 | clears all views concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_elem_sep List<View> addView concode_elem_sep View get... | void function ( ) { if ( items != null ) { items . clear ( ) ; } if ( emptyItems != null ) { emptyItems . clear ( ) ; } } |
5,980 | flag the current test-managed transaction for rollback . invoking this method will not end the current transaction . rather , the value of this flag will be used to determine whether or not the current test-managed transaction should be rolled back or committed once it is @linkplain #end ended . concode_field_sep Place... | void function ( ) { setFlaggedForRollback ( true ) ; } |
5,981 | creates a new instance of the specified class name package private so this code is not exposed at the api level . concode_field_sep PlaceHolder placeHolder concode_field_sep ClassLoader getClassLoader | Object function ( ClassLoader arg0 , String arg1 ) { Class loc0 ; if ( arg0 == null ) { loc0 = Class . forName ( arg1 ) ; } else { loc0 = arg0 . loadClass ( arg1 ) ; } return loc0 . newInstance ( ) ; } |
5,982 | close the connection , but keep all the string information about the connection . concode_field_sep String urlLocation concode_elem_sep String errorMessage concode_elem_sep InputStream inputStream concode_elem_sep URL url concode_field_sep URLAccess doURLAccess concode_elem_sep void dispose | void function ( ) { if ( inputStream != null ) { try { inputStream . close ( ) ; } catch ( Exception loc0 ) { } inputStream = null ; } } |
5,983 | return false if resource mappings were manually configured , true otherwise . concode_field_sep boolean autodetect concode_elem_sep Log logger concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep Map<String,ResourceHttpRequestHandler> handlerMap concode_elem_sep PathMatcher pathMatcher concode_field_sep void d... | boolean function ( ) { return this . autodetect ; } |
5,984 | retrieves the canonical file for the given path , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep FileUtil fileUtil concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement... | File function ( String arg0 ) { return new File ( new File ( arg0 ) . getCanonicalPath ( ) ) ; } |
5,985 | gets the port concode_field_sep int port concode_elem_sep int connectAttemptsMax concode_elem_sep String clientId concode_elem_sep QoS willQos concode_elem_sep String userName concode_elem_sep boolean cleanSession concode_elem_sep short keepAliveInterval concode_elem_sep boolean willRetain concode_elem_sep String passw... | int function ( ) { return port ; } |
5,986 | sets the value of the id property . concode_field_sep java.lang.String id concode_elem_sep List<Object> any concode_field_sep java.lang.String getId concode_elem_sep List<Object> getAny | void function ( final java . lang . String arg0 ) { this . id = arg0 ; } |
5,987 | check if identity is allowed to show metadata of tables by executing show tables , show grants etc. in a catalog . note : this method is only present to give users an error message when listing is not allowed . the #filtertables method must filter all results for unauthorized users , since there are multiple ways to li... | void function ( Identity arg0 , CatalogSchemaName arg1 ) { denyShowTablesMetadata ( arg1 . toString ( ) ) ; } |
5,988 | gets the dynamic time through the getcomputedtime method in the timezonebean . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return parent . getComputedTime ( loc0 ) ; } |
5,989 | move to the next queue . concode_field_sep Log LOG concode_elem_sep String IPC_CALLQUEUE_WRRMUX_WEIGHTS_KEY concode_elem_sep int numQueues concode_elem_sep AtomicInteger currentQueueIndex concode_elem_sep int[] queueWeights concode_elem_sep AtomicInteger requestsLeft concode_field_sep int getAndAdvanceCurrentIndex conc... | void function ( ) { int loc0 = this . currentQueueIndex . get ( ) ; int loc1 = ( loc0 + 1 ) % this . numQueues ; this . currentQueueIndex . set ( loc1 ) ; this . requestsLeft . set ( this . queueWeights [ loc1 ] ) ; } |
5,990 | sets the version of this w s r p producer . concode_field_sep WSRPProducer _wsrpProducer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep long getWsrpProducerId c... | void function ( java . lang . String arg0 ) { _wsrpProducer . setVersion ( arg0 ) ; } |
5,991 | gets the objtypename value for this resultgetcustomobjects . concode_field_sep java.lang.String newStreamPosition concode_elem_sep int returnCount concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String objTypeName concode_elem_sep com.marketo.www.mktows.CustomObj[] customObjList concode_elem_s... | java . lang . String function ( ) { return objTypeName ; } |
5,992 | sets the xmp to read-only concode_field_sep String UTF16LE concode_elem_sep String UTF16BE concode_elem_sep SerializeOptions serializeOptions concode_elem_sep XMPMeta xmpMeta concode_elem_sep OutputStream outputStream concode_elem_sep String UTF8 concode_elem_sep String UTF16 concode_field_sep void appendOrderedArrayIt... | void function ( ) { serializeOptions . setReadOnlyPacket ( true ) ; } |
5,993 | enables assertj assertions about the caught throwable . example : / / given an empty list list mylist = new arraylist ; / / when we try to get first element of the list when mylist . get 1 ; / / then we expect an indexoutofboundsthrowable then caughtthrowable . isinstanceof indexoutofboundsthrowable.class . hasmessage ... | AbstractThrowableAssert < ? , ? extends Throwable > function ( Throwable arg0 ) { return new CatchThrowableAssert ( arg0 ) ; } |
5,994 | computes the indexes within the declared output schema of the specified stream , for a list of given field-grouping attributes . concode_field_sep HashMap<String,Fields> outputStreams concode_field_sep TypeInformation<Tuple> getOutputType concode_elem_sep void declare concode_elem_sep void declare concode_elem_sep int ... | int [ ] function ( final String arg0 , final List < String > arg1 ) { final int [ ] loc0 = new int [ arg1 . size ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; ++ loc1 ) { loc0 [ loc1 ] = this . outputStreams . get ( arg0 ) . fieldIndex ( arg1 . get ( loc1 ) ) ; } return loc0 ; } |
5,995 | gets the value of the feeditemid property . concode_field_sep Long feedItemId concode_elem_sep Keyword keywordTargeting concode_elem_sep List<FeedItemAttributeValue> attributeValues concode_elem_sep FeedItemAdGroupTargeting adGroupTargeting concode_elem_sep CustomParameters urlCustomParameters concode_elem_sep FeedItem... | Long function ( ) { return feedItemId ; } |
5,996 | removes all entries from this stack concode_field_sep Vector<T> stack concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_elem_sep int MAX_CAPACITY concode_elem_sep boolean initialized concode_field_sep T pop concode_elem_sep void checkInitialization concode_elem_sep void checkCapacity concode_elem_sep boolean isEmpt... | void function ( ) { stack . clear ( ) ; } |
5,997 | disables the tooltip on a global level , when disabled , tooltip will not respond to any registered controller . to disable a tooltip for aparticular controller , used unregister controller concode_field_sep int _myColor concode_elem_sep PVector currentPosition concode_elem_sep Label _myLabel concode_elem_sep boolean e... | Tooltip function ( ) { enabled = false ; return this ; } |
5,998 | sets the actual members injector . concode_field_sep MembersInjector<T> delegate concode_elem_sep Object source concode_elem_sep TypeLiteral<T> type concode_field_sep T acceptVisitor concode_elem_sep void applyTo concode_elem_sep TypeLiteral<T> getType concode_elem_sep Object getSource concode_elem_sep MembersInjector<... | void function ( MembersInjector < T > arg0 ) { checkState ( this . delegate == null , "srini_string" ) ; this . delegate = checkNotNull ( arg0 , "srini_string" ) ; } |
5,999 | process a current chunk concode_field_sep TProcessor processor_ concode_elem_sep TProtocolFactory inputProtocolFactory_ concode_elem_sep TFileTransport inputTransport_ concode_elem_sep TProtocolFactory outputProtocolFactory_ concode_elem_sep TTransport outputTransport_ concode_field_sep void processUntil | void function ( ) { processChunk ( inputTransport_ . getCurChunk ( ) ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.